Commit graph

45847 commits

Author SHA1 Message Date
wulf
915c6d1941 Added and enabled libdvdplay: simple API library designed for DVD navigation 2003-08-05 03:35:48 +00:00
wulf
37eb3911e5 Initial commit of libdvdplay-1.0.1: a simple API library designed for DVD
navigation
2003-08-05 03:34:27 +00:00
seb
85d792d885 Convert to USE_NEW_TEXINFO. 2003-08-04 22:55:22 +00:00
seb
5d8cfd4ad7 Convert to USE_NEW_TEXINFO. 2003-08-04 22:45:13 +00:00
seb
0504cf670f Overlooked this INSTALL script snippet in previous commit. 2003-08-04 22:33:03 +00:00
seb
dcfa687ba9 Convert to USE_NEW_TEXINFO. 2003-08-04 22:24:21 +00:00
seb
058d163eef Convert to USE_NEW_TEXINFO. 2003-08-04 22:02:30 +00:00
drochner
4ea10b2582 some more X11BASE->LOCALBASE changes 2003-08-04 21:47:59 +00:00
seb
2630536963 depkglint. 2003-08-04 21:44:17 +00:00
seb
ef0156b54a Convert to USE_NEW_TEXINFO. 2003-08-04 21:43:43 +00:00
seb
09eff91b05 Convert to USE_NEW_TEXINFO. 2003-08-04 21:25:58 +00:00
jmc
c0e8931c45 Set NO_EXPORT_CPP so these build again (otherwise a mangled _G_config.h
gets generated when it uses /usr/bin/cpp
2003-08-04 21:07:48 +00:00
jmc
04f347260c Provide a new variable NO_EXPORT_CPP to further restrict CPP from getting into
MAKE_ENV. There is no effective way to unset CPP otherwise and there are
some packages (the cross compilers using gcc) where having CPP set will
break things.
2003-08-04 21:06:47 +00:00
seb
1ed88388b9 Convert to USE_NEW_TEXINFO. 2003-08-04 21:02:16 +00:00
drochner
ea0e7249bd We have to bump PKGREVISIONs due to the qt3 PREFIX change anyway, so
remove the USE_X11BASE thing from kde3* too.
2003-08-04 20:37:04 +00:00
wiz
d80f0a10ef Remove $Header$ from patch. 2003-08-04 19:57:14 +00:00
adam
cd1f779ad9 distinfo update 2003-08-04 19:48:00 +00:00
grant
1109d44e8e bring in change from KDE HEAD:
arts/soundserver/artsd.cc 1.43.2.3

use fabs() instead of fabsf().
2003-08-04 17:56:29 +00:00
jtb
27c817128a Note update of hdf5 to 1.6.0.
Summary: This release has the following new features that are not
         available in 1.4.* releases

1. Generic properties to give application more control on I/O pipeline
2. Time allocation and fill value properties
3. New  filters: external compression filter szip
                 internal shuffling and checksum filters
4. Compact storage layout for datasets
5. Redesigned I/O pipeline for better performance.
2003-08-04 17:30:15 +00:00
jmc
ae16687c70 If 0.9.7a or 0.9.7b are required and not otherwise installed on the system
set PKG_SKIP_REASON and move on. The package only supports to 0.9.6g
currently otherwise.
2003-08-04 17:28:23 +00:00
jmc
03003b05e4 Typo in use of USE_OPENSSL_VERSION. 2003-08-04 17:27:06 +00:00
jtb
3e8fe03112 Update to 1.6.0.
Summary: This release has the following new features that are not
         available in 1.4.* releases

 1. Generic properties to give application more control on I/O pipeline
 2. Time allocation and fill value properties
 3. New  filters: external compression filter szip
                  internal shuffling and checksum filters
 4. Compact storage layout for datasets
 5. Redesigned I/O pipeline for better performance.

 For more information see
 http://hdf.ncsa.uiuc.edu/HDF5/doc_resource/SZIP/index.html
 http://hdf.ncsa.uiuc.edu/HDF5/doc/ADGuide.html
 http://hdf.ncsa.uiuc.edu/HDF5/doc/ADGuide/Changes.html
2003-08-04 17:26:59 +00:00
jtb
422d113c11 Fix a syntax error. 2003-08-04 17:11:18 +00:00
jmc
dd22ef2ff1 Make exim user default to mail like it always had pre defaults conversion. 2003-08-04 16:11:39 +00:00
jtb
085be01aca smalltalk-2.1.4 update done. 2003-08-04 15:47:55 +00:00
jtb
d2e390f939 Note update of smalltalk to 2.1.4.
NEWS FROM 2.1.3 TO 2.1.4

o   Fix bugs treating old objects that have already been considered by
    the incremental GC (and survived it).  Example:

	ObjectMemory globalGarbageCollect.
	HomedAssociation class instanceCount

    gave 0 instead of 1.  As a result, --enable-checking now can be
    used.

o   Fix bugs when doing #become: between old objects, exactly one of
    which has not been considered by the incremental GC and was
    incorrectly swept when the collector finally reached it.

o   Fix bugs when garbage collection triggered finalization while a
    primitive was being run.  Finalization is now done in a separate
    Process.

o   Fix bugs treating very large objects.

o   Fix infinite loop when the big object threshold was set between
    the size of survivor spaces and the size of the eden.

o   Printing Integers was unbelievably inefficient.  Fixed together
    with some more low-hanging fruit.

o   SequenceableCollection>>#replaceFrom:to:with:startingAt: allows
    again that stop=start-1 (like replaceFrom: 1 to: 0 with: ...)
2003-08-04 15:45:59 +00:00
jtb
fdd69a0522 Update to version 2.1.4.
NEWS FROM 2.1.3 TO 2.1.4

o   Fix bugs treating old objects that have already been considered by
    the incremental GC (and survived it).  Example:

	ObjectMemory globalGarbageCollect.
	HomedAssociation class instanceCount

    gave 0 instead of 1.  As a result, --enable-checking now can be
    used.

o   Fix bugs when doing #become: between old objects, exactly one of
    which has not been considered by the incremental GC and was
    incorrectly swept when the collector finally reached it.

o   Fix bugs when garbage collection triggered finalization while a
    primitive was being run.  Finalization is now done in a separate
    Process.

o   Fix bugs treating very large objects.

o   Fix infinite loop when the big object threshold was set between
    the size of survivor spaces and the size of the eden.

o   Printing Integers was unbelievably inefficient.  Fixed together
    with some more low-hanging fruit.

o   SequenceableCollection>>#replaceFrom:to:with:startingAt: allows
    again that stop=start-1 (like replaceFrom: 1 to: 0 with: ...)
2003-08-04 15:43:45 +00:00
jtb
a3c7daefe6 Note update of RScheme to 0.7.3.2.
The main elements of this release are:

  * Persistent-store garbage collection
  * Build cleanup.
2003-08-04 15:37:58 +00:00
jtb
bfaf641833 Update to version 0.7.3.2.
The main elements of this release are:

  * Persistent-store garbage collection.
  * Build cleanup.
2003-08-04 15:34:18 +00:00
seb
4ab8649520 Convert to USE_NEW_TEXINFO. 2003-08-04 15:32:30 +00:00
seb
e66e8651b3 Convert to USE_NEW_TEXINFO. 2003-08-04 14:45:26 +00:00
seb
01b8cdea6b Convert to USE_NEW_TEXINFO. 2003-08-04 14:27:29 +00:00
seb
9f21f69eef Convert to USE_NEW_TEXINFO. 2003-08-04 14:12:58 +00:00
seb
ac0c66347b Convert to USE_NEW_TEXINFO. 2003-08-04 13:38:31 +00:00
wiz
c2556ad76f + ImageViewer-0.6.3, avidemux-2.0.12, bzflag-1.7g2, ddd-3.3.7,
gnats-4.0, sylpheed-claws-0.9.4, tightvnc-1.2.9, wmweather-2.4.1,
  xephem-3.5.2, xerces-j-2.5.0, xine-lib-1.0rc1, xmcd-3.2.1.
2003-08-04 12:16:35 +00:00
seb
59bef354e5 Convert to USE_NEW_TEXINFO. 2003-08-04 12:15:19 +00:00
wiz
28319a9fbe Fix typo in last change. 2003-08-04 12:13:05 +00:00
seb
5de4d406dc Convert to USE_NEW_TEXINFO. 2003-08-04 12:08:24 +00:00
itojun
893cbb9c6d mail/cue 2003-08-04 12:07:57 +00:00
itojun
2c120989a5 make it compilable with openssl 0.9.7. bump PKGREVISION to 1 (20030714nb1). 2003-08-04 12:06:23 +00:00
jmmv
b8dfc38d46 Note revision bump for mencoder to 8. 2003-08-04 11:44:53 +00:00
jmmv
86212d64a5 Bump PKGREVISION; faad is active again... 2003-08-04 11:44:13 +00:00
jmmv
f811830691 Remove 'faad' support from MPLAYER_DISABLE_DRIVERS. It is an input driver
needed to play files as pointed out by wiz@ (sorry for the delay) and salo@.
2003-08-04 11:43:47 +00:00
jmmv
6f4da0ac96 Let EXIM_USER be 'mail' by default, as it has always been (so the new package
does not break on systems where exim is already installed).  Noted by jmc@.
2003-08-04 11:14:07 +00:00
jmmv
b6fbb74747 Note revision bump for hiawatha to 1. 2003-08-04 11:01:35 +00:00
jmmv
35b55d9d29 Convert to the bsd.pkg.install.mk framework:
- Honour PKG_SYSCONFDIR.
- Use CONF_FILES to install the default configuration file.
- Use RCD_SCRIPTS to handle the startup script.
Bump PKGREVISION to 1.
2003-08-04 11:00:31 +00:00
seb
fddea1701d Convert to USE_NEW_TEXINFO. 2003-08-04 09:46:41 +00:00
drochner
0fcf0b00c4 newest Python 2003-08-04 08:32:13 +00:00
drochner
a406f8eba8 add python-2.3 2003-08-04 08:30:44 +00:00
drochner
eac7ba6335 Python-2.3 with thread support. Tested on -current/i386 only so far
(this means, GNU pth support is untested).
Suffers from stack shortage problems, thus doesn't get far in its
selftest suite.
2003-08-04 08:29:31 +00:00