Commit Graph

32681 Commits

Author SHA1 Message Date
espie
62cb1cd563 big clean-up of gstreamer-plugins, allows a lot more plugins to compile
correctly, fix build in lots of cases, since there is a HUGE number of
things gst will try to pick up.

fix the framework for MULTI_PACKAGES to not do insane stuff, and simplify
the main Makefile greatly.

Set up SHARED_ONLY.

Some more clean-up to do.
Someone will have to come up with descriptions and comments more accurate,
and do more plugins testing...
2006-03-20 15:21:43 +00:00
kurt
bc308600a9 add sparc to ONLY_FOR_ARCHS for ports with MODJAVA_VER=1.3/1.3+ 2006-03-20 14:42:37 +00:00
kurt
107e7546a3 - enter 1.3.1 on sparc. due to the small datasize ulimit on sparc -Xmx60
is about as high as you can go. tomcat v4 and demos work but a bit slowly.
2006-03-20 14:40:24 +00:00
steven
8ffa4e00e1 update to libxml 2.6.23; many bugfixes
ok bernd@
2006-03-20 13:36:54 +00:00
bernd
6f35f24ce0 Update to expat-2.0.0.
test & ok steven@
"go ahead, now is the time" espie@
2006-03-20 10:11:02 +00:00
jakemsr
19eeabdc6c - accomodate fr libavcodec changes
- bump PKGNAME
2006-03-20 05:52:33 +00:00
jakemsr
48c1287d33 - accomodate for libavcodec changes
- bump PKGNAME

OK brad@
2006-03-20 05:51:59 +00:00
jakemsr
cfb61f73b5 update to CVS as of 3/12/06.
relevant portion of the official ChangeLog:

- Fraps FPS1 video decoder
- Snow video encoder/decoder
- Sonic audio encoder/decoder
- Vorbis audio decoder
- Macromedia ADPCM decoder
- Duck TrueMotion 2 video decoder
- support for decoding FLX and DTA extensions in FLIC files
- H.264 custom quantization matrices support
- ffserver fixed, it should now be usable again
- QDM2 audio decoder
- Real Cooker audio decoder
- TrueSpeech audio decoder
- WMA2 audio decoder fixed, now all files should play correctly
- RealAudio 14.4 and 28.8 decoders fixed
- JPEG-LS encoder and decoder
- CamStudio video decoder
- build system improvements
- tabs and trailing whitespace removed from the codebase
- AIFF/AIFF-C audio format, encoding and decoding
- ADTS AAC file reading and writing
- Creative VOC file reading and writing
- American Laser Games multimedia (*.mm) playback system
- Zip Blocks Motion Video decoder
- Improved Theora/VP3 decoder
- True Audio (TTA) decoder
- AVS demuxer and video decoder

also, bktr(4) support has been integrated upstream, and most of the
source patches in the port are no longer necessary.

OK brad@
2006-03-20 05:50:49 +00:00
pvalchev
6b5ef17310 sync, 3402 unzels 2006-03-19 18:58:17 +00:00
pedro
75626a7eeb ion-3ds-20060317 2006-03-19 17:36:41 +00:00
alek
3722f38043 Better RUN_DEPENDS
spotted by Lars Hansson <lars@unet.net.ph>
2006-03-19 16:45:27 +00:00
steven
7cff876547 SECURITY update to Crypt::CBC 2.17
Versions of this module prior to 2.17 were incorrectly
using 8 byte IVs when generating the old-style RandomIV style header
(as opposed to the new-style random salt header). This affects data
encrypted using the Rijndael algorithm, which has a 16 byte blocksize,
and is a significant security issue.

The bug has been corrected in versions 2.17 and higher by making it
impossible to use 16-byte block ciphers with RandomIV headers. You may
still read legacy encrypted data by explicitly passing the
-insecure_legacy_decrypt option to Crypt::CBC->new().
2006-03-19 16:03:27 +00:00
sturm
d2a87538b8 p5-Text-WikiFormat 2006-03-18 21:15:33 +00:00
sturm
871f5a2be8 Initial import of Text::WikiFormat 0.77
The original Wiki web site had a very simple interface to edit and to
add pages. Its formatting rules are simple and easy to use. They are
also easy to translate into other, more complicated markup languages
with this module. It creates HTML by default, but can produce valid
POD, DocBook, XML, or any other format imaginable.

from Deanna Phillips <deanna@sdf.lonestar.org>
2006-03-18 21:14:42 +00:00
bernd
5fa2d4048b - Update to bogofilter-1.0.2. This includes a security fix for CVE-2005.
- Fix some linking issues.
- Introduce two new FLAVORS. (qdbm and sqlite3 database backends)

test & ok sturm@
2006-03-18 19:33:10 +00:00
sturm
bb1c3d3555 p5-HTTP-Server-Simple-Mason 2006-03-18 19:22:51 +00:00
sturm
1057b0fa31 Initial import of HTTP-Server-Simple-Mason-0.09
An abstract baseclass for a standalone mason server.

from Deanna Phillips <deanna at sdf.lonestar.org>
2006-03-18 19:21:57 +00:00
sturm
1ac7fd9a25 p5-Hook-LexWrap 2006-03-18 19:04:25 +00:00
sturm
bf98e9232b Initial import of Hook-LexWrap-0.20
Hook::LexWrap allows you to install a pre- or post-wrapper (or both)
around an existing subroutine. Unlike other modules that provide this
capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap
implements wrappers in such a way that the standard `caller' function
works correctly within the wrapped subroutine.

from Deanna Phillips <deanna@sdf.lonestar.org>
2006-03-18 19:03:35 +00:00
sturm
f8fa94c104 p5-HTTP-Server-Simple 2006-03-18 18:59:02 +00:00
sturm
e80eba896c quick ups 2006-03-18 18:58:10 +00:00
sturm
17932875c4 Initial import of HTTP-Server-Simple-0.18
This is a simple standalone HTTP server. By default, it doesn't thread or
fork. It does, however, act as a simple frontend which can be used to
build a standalone web-based application or turn a CGI into one.

from Deanna Phillips <deanna at sdf.lonestar.org>
2006-03-18 18:56:15 +00:00
naddy
ce1884601e update to 3.8.1 2006-03-18 17:40:02 +00:00
naddy
0afa48b28b allow building with tiff 3.8.x 2006-03-18 17:19:21 +00:00
sturm
aa81fab7ba update to p5-Apache-Test 1.28
from Deanna Phillips <deanna at sdf.lonestar.org>
ok maintainer mjc@
2006-03-18 07:40:47 +00:00
sturm
81183983e8 update to gtkpod 0.99.4
from maintainer Chris Kuethe <ckuethe at ualberta.ca>
2006-03-18 07:08:21 +00:00
sturm
05381510db update to libgpod 0.3.2
from maintainer Chris Kuethe <ckuethe at ualberta.ca>
2006-03-18 07:07:43 +00:00
sturm
1fde19d41c update to Regexp::Common 2.120
from Deanna Phillips <deanna+usenet at sdf.lonestar.org>
ok maintainer msf@
2006-03-18 06:31:47 +00:00
brad
537c7d40c0 Postfix 2.3 20060315 snapshot 2006-03-18 04:39:18 +00:00
kurt
225683f4ff - don't mmap on top of malloc'ed memory. this fixes a large memory leak
while creating/destroying threads.
- add missing pthread_attr_destroy while creating threads. closes a
small memory leak.

Memory leaking problems reported by Carsten Raskgaard and also
David SH Rosenthal from the LOCKSS project.
2006-03-16 16:09:01 +00:00
espie
0cbc6ee47f update to 1.15, okay brad@, mbalmer@ 2006-03-16 11:03:07 +00:00
mbalmer
8e47d16714 Zope-2.8.6, latest stable release of the Zope 2.8 branch. 2006-03-16 09:53:55 +00:00
jsg
4d4fe79820 Update to 0.4.9 ok jolan@ 2006-03-16 05:44:05 +00:00
naddy
21aab70737 don't break mirror-maker on other archs 2006-03-15 19:59:42 +00:00
msf
63a389bcbf +p5-Gtk2 2006-03-15 16:13:34 +00:00
msf
44dc869ec7 - initial import of gtk2-perl 1.120
Perl bindings to the 2.x series of the Gtk+ widget set. This module
allows you to write graphical user interfaces in a perlish and
object-oriented way, freeing you from the casting and memory management
in C, yet remaining very close in spirit to original API.

ok bernd@
2006-03-15 16:10:45 +00:00
msf
bca4c23dee - update to 1.120
- patch has been integrated upstream so remove it
2006-03-15 14:00:26 +00:00
espie
b94376026e +digikam-image-plugins-doc 2006-03-14 23:27:49 +00:00
espie
547027cdf6 update to rc1 2006-03-14 23:26:36 +00:00
espie
a113ce93c3 documentation for the digikam image plugins. 2006-03-14 23:25:22 +00:00
espie
aad3f00bf7 update doc 2006-03-14 23:11:30 +00:00
espie
4e2e81d7f7 update to synch with digikam proper.
remove need for gtar.
2006-03-14 22:57:26 +00:00
espie
35632a9fe1 update to 0.8.1.
fix a bad portability bug (size_t != off_t)
2006-03-14 22:27:34 +00:00
espie
f2ad12c5c7 update to 0.1.2, remove libtool patch. 2006-03-14 21:49:38 +00:00
espie
2d790c4dba update to newer version, zap old libtool patch 2006-03-14 21:36:18 +00:00
sturm
73a7dfca8f cleanup after libshout update
from maintainer Moritz Grimm <gtgbr at gmx.net>
2006-03-14 20:00:20 +00:00
sturm
238f6f0396 update to libshout 2.2
from maintainer Moritz Grimm <gtgbr at gmx.net>
2006-03-14 19:59:01 +00:00
bernd
6a78b6f973 Use python module instead of hardcoded python version.
ok alek@ (some time ago)
2006-03-13 18:31:21 +00:00
bernd
2d26f5a485 Add nsca. 2006-03-13 18:19:34 +00:00
bernd
32619d48f4 Import nsca-2.5.
The purpose of this Nagios addon is to allow you to send service check
results to a central monitoring server running Nagios in a secure manner.
2006-03-13 18:18:22 +00:00