Commit graph

45553 commits

Author SHA1 Message Date
jmmv
9c6a696e2d Introduce the MPLAYER_DISABLE_DRIVERS variable, which holds a list of "drivers"
that are not wanted in the binary program.  It is empty by default, so that all
drivers are linked in to get a full featured binary package.  Packages using
this variable include mplayer and gmplayer.  While building mencoder, disable
all of these drivers, as they are not needed.  Bump PKGREVISION.

arts is now a enabled if not present in the variable.  This detail closes
PR pkg/21775 by Marc Recht.

(missed in previous commit...)
2003-07-27 20:01:36 +00:00
jmmv
cc8cb1820a Introduce the MPLAYER_DISABLE_DRIVERS variable, which holds a list of "drivers"
that are not wanted in the binary program.  It is empty by default, so that all
drivers are linked in to get a full featured binary package.  Packages using
this variable include mplayer and gmplayer.  While building mencoder, disable
all of these drivers, as they are not needed.  Bump PKGREVISION.

arts is now a enabled if not present in the variable.  This detail closes
PR pkg/21775 by Marc Recht.
2003-07-27 19:59:40 +00:00
jschauma
3448396b3a Add checksum for the distfile. (How the hell did I manage to build it
before?)  Problem found in Hubert's latest bulk-build.
2003-07-27 15:33:08 +00:00
taca
ff7e17d706 make ap2-ruby compile on NetBSD 1.6.1, without non-native thread environment.
I'll send thses patch to mod_ruby people later.
2003-07-27 08:07:05 +00:00
jmmv
d97f78df27 SDL_USE_NAS deprecated by the new audio/SDL-nas plugin. 2003-07-26 23:08:47 +00:00
jmmv
a72a4e5f1f Note another revision bump for SDL, to 6.
Note addition of SDL-nas, version 1.2.5.
2003-07-26 23:07:52 +00:00
jmmv
f2f26151e0 Add and enable SDl-nas. 2003-07-26 23:06:36 +00:00
jmmv
887ecd02ae Initial import of SDL-nas, version 1.2.5:
SDL-nas is a plugin for the SDL library that allows it to output sound
using the Network Audio System (NAS).
2003-07-26 23:06:11 +00:00
jmmv
8652d9835b Let the NAS audio driver be a plugin too, to get rid of the SDL_USE_NAS build
definition.  Bump revision again, to 6, for better dependancy handling.
2003-07-26 23:05:34 +00:00
jmmv
2e0447a4b1 Note revision bump for SDL to 5.
Note addition of SDL-arts and SDL-esound, version 1.2.5 both.

Also note revision bumps for all the following packages, required because of
the SDL update:
    SDL_sound, xmms-funtimedancer, xmms-infinity, xmms-jess, xmms-nebulus,
    xmms-paranormal, xmms-tv-scope, SDL_gfx, SDL_ttf, SDLmm, p5-SDL, smpeg,
    dosbox, generator, hatari, zsnes, KoboDeluxe, asc, bomberclone,
    crimsonfields, criticalmass, falcons-eye, fire, iso-pernangband, ketm,
    lbreakout, lbreakout2, lgeneral, lpairs, ltris, maelstrom-sdl, marbles,
    newvox, sarien, scummvm, tileworld, xrick, GUIlib, SDLKit, SDL_image,
    apla, avi-xmms, avifile-devel, avifile, mjpegtools, plasma, smpeg-xmms,
    swfdec, transcode, tuxpaint, water, xine-lib, gst-plugins, SDL_net,
    paragui, mplayer, mencoder, gmplayer, gmencoder
2003-07-26 21:46:51 +00:00
jmmv
99bb109758 Add and enable SDL-arts and SDL-esound. 2003-07-26 21:44:16 +00:00
jmmv
bceaa02377 Initial import of SDL-esound, version 1.2.5:
SDL-esound is a plugin for the SDL library that allows it to output sound
using the enlightened sound daemon (mainly used by the GNOME desktop).
2003-07-26 21:43:34 +00:00
jmmv
16e26d0a0d Initial import of SDL-arts, version 1.2.5:
SDL-arts is a plugin for the SDL library that allows it to output sound
using the aRts sound daemon (mainly used by the KDE desktop).
2003-07-26 21:42:50 +00:00
jmmv
30925b26c7 Bump revision due to SDL update, and sync versions in buildlink files where
needed.  This is required because esound has been droped as a dependancy.
2003-07-26 21:41:08 +00:00
jmmv
84a38e30b2 Implement loadable plugin support for arts and esound output. This is to
avoid using build variable definitions, and to allow optional use of these
daemons on machines where binary packages are used.  esound is no longer
needed in this package by default.  OSS is kept in the package as it was
before, beeing the default output driver.  Bump PKGREVISION to 5.

The patch has been reviewed by wiz@, the maintainer.  It has also been sent
back to SDL authors in the hope that they will implement this functionality.

Closes PR pkg/21774 by Marc Recht, which requested the addition of arts as
an optional dependancy (not done).
2003-07-26 21:38:22 +00:00
chris
4f705b1c15 Note update of sylpheed to 0.9.4. 2003-07-26 21:29:42 +00:00
chris
014a40e4cf Update Sylpheed to 0.9.4, main changes are:
* The performance of the operation of IMAP4 folders, such as
      move,copy, delete and mark, has been greatly improved.
    * The contents of IMAP4 folders are now always synchronized with the
      server.
    * Message flags are now properly taken over when copying messages
      into IMAP4 folders from others.
    * The CRAM-MD5 authentication mechanism has been supported for
      IMAP4rev1.
    * Message move, copy and delete are now possible while receiving
      mails.
    * The non-blocking SSL can be turned off as a workaround for the
      connection problem.
    * The bug that ran into infinite loop if connection was closed by
      remote host has been fixed.
    * The configuration files will not be overwritten on startup
      anymore.
2003-07-26 21:26:12 +00:00
lukem
264a9b906d Import of canonical tnftp 20030825 sources,
to make it easier to track new versions.
2003-07-26 20:39:04 +00:00
salo
b01a63d324 Update HOMEPAGE. From J.K. Lowden via PR pkg/22279. 2003-07-26 18:25:06 +00:00
martin
361afca03b Bring in a patch from the base system gcc3 and adapt example gcc3.mk file
accordingly.

  From: matthew green <mrg@netbsd.org>
  To: source-changes@NetBSD.org
  Subject: CVS commit: src/gnu/dist/gcc/gcc
  Message-Id: <20030725175744.B6FC4B004@cvs.netbsd.org>

  Module Name:    src
  Committed By:   mrg
  Date:           Fri Jul 25 17:57:44 UTC 2003

  Modified Files:
          src/gnu/dist/gcc/gcc: cppspec.c
          src/gnu/dist/gcc/gcc/config: netbsd.h

  Log Message:
  make `cpp -gcc' the default on NetBSD.


  To generate a diff of this commit:
  cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc/gcc/cppspec.c
  cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc/gcc/config/netbsd.h
2003-07-26 17:37:04 +00:00
drochner
7ef7eff1bd update to 0.20.0
changes:
Simpler page types, smarter message handling, auto subscription option;
mail, skin and miscellaneous bugfixes
2003-07-26 16:00:16 +00:00
drochner
1c2911c97a update to 1.1b
changes:
-fix for problems with photo upload
2003-07-26 15:57:34 +00:00
drochner
ca0b1261a9 update to 0.9.2.2
changes:
-different distribution format (multiple files)
-support for ExternalEditor
-Bulk import of files/images
-Unicode support
-Sidebar caching
-High resolution image support. If you have PIL installed
-Soft breaks in paragraphs (single enter)
-bugfixes
2003-07-26 15:54:02 +00:00
drochner
49139bb00a update to 1.2
changes:
- fixes context bug
2003-07-26 15:31:17 +00:00
drochner
be81b75db5 update to 2.4.0
changes:
-bugfixes
-When closing connections, shutdown() the send side of TCP sockets to
    prevent a TCP RST from trashing the reciept of data on the client (when
    the client continues to send data to the application).
-some C++ API stuff
2003-07-26 15:29:05 +00:00
drochner
269f6cd404 update to 0.54
changes:
-bugfixes
-translations added: ko, sk
- can set recurrence rules for events in the appointments editor
2003-07-26 15:25:28 +00:00
cjep
ba97a289fb whitespace nit 2003-07-26 15:21:58 +00:00
drochner
4c3d3bb803 update to 1.18
Main changes since ReportLab 1.16:
- Pythonpoint improvements contributed by Turgut Uyar & Tim Roberts.
- Para.py fix from doug@pennatus.com.
- Pdfgen image fixes.
- Spiderchart from Andy Robinson.
- Better distutils support with Dirk Datzert's assistance.
- Improvements for Asian fonts in paragraphs.
- Added _rl_accel._Ascii85Decode.
- Graphics and other bug fixes.
- Bug & leak fixes.
- improvements to pyRXP which can now be used in 16bit mode.
- Tables now can have row and column spanning.
- renderPM can now do PICT images.
- More charts and improvements to existing graphics classes.
2003-07-26 15:00:58 +00:00
jmmv
1e4585089e Note addition of gmencoder, version 0.1.0. 2003-07-26 13:58:27 +00:00
jmmv
0dfd782d5a Add and enable gmencoder. 2003-07-26 13:56:14 +00:00
jmmv
6a17f6b552 Initial import of gmencoder, version 0.1.0:
Gmencoder is a GNOME2 frontend to mplayer/mencoder.  It supports much of the
output codecs, as well as postprocesing, cropping, scaling, subtitles ripping,
and one, two or three passes for encoding.

Provided by Juan RP in pkgsrc-wip.
2003-07-26 13:55:04 +00:00
simonb
738a46011e Avoid null-pointer dereference if getpwuid(getuid()) fails. 2003-07-26 13:27:05 +00:00
cjep
55adee4c2f lint 2003-07-26 12:54:55 +00:00
salo
a20c799721 Note net/snort{,-mysql,-pgsql} update. 2003-07-26 11:16:33 +00:00
salo
d25c7f8aee Sync with snort-2.0.1 update. 2003-07-26 11:13:49 +00:00
salo
6ecd356afd Updated to version 2.0.1.
Changes:

- fix host endianess problem in udp decoder
- vlan decoding fixes from Michael Pomraning
- add tcp state checking to httpflow
- ignoring bad checksums throughout snort if checksumming is turned on
- config disable_ttcp_alerts is now also config disable_tcpopt_ttcp_alerts
- better initialization handling of low memory conditions pointing to the
- low memory search engine
- byte_jump / byte_test 2 byte cases handled and unified
- correctly assign port numbers on tcpoption events
- pass rule logic changed to "win" in specific multiple event cases
- named interface support for win32 from the winpcap folks
- spp_bo now also will work with log-only output plugins
- added window detection plugin documentation to manual
- lots of new rules and tons of rule documentation
2003-07-26 11:13:16 +00:00
kristerw
98b5c758ae Make this build for non-i386 NetBSD systems too. 2003-07-26 00:41:10 +00:00
wiz
ebf68c5164 + doxygen-1.3.3, gperiodic-2.0.5, sylpheed-0.9.4 [pkg/22264].
- balsa2, disc-cover, sketch (thanks, Matthias!)
2003-07-26 00:32:37 +00:00
wiz
ea64ff180f Note kde update to 1.1.2nb3. 2003-07-25 23:11:55 +00:00
wiz
ce8d32c6b6 Depend on current versions of dependencies in pkgsrc. Bump PKGREVISION. 2003-07-25 23:11:18 +00:00
kristerw
deffaf8961 Override config.guess and config.sub to make the pkg recognize and build
on more systems (e.g. NetBSD 1.6.1/shark).
2003-07-25 21:10:24 +00:00
tron
aac455c5a0 Note update of "intlfonts" package to version 1.2.1nb1. 2003-07-25 20:42:07 +00:00
tron
6b29804347 Update package list to match latest distribution file changes and bump
package revision.
2003-07-25 20:41:17 +00:00
tron
f6aae3d4f8 Distfiles were again modified without a version bump. 2003-07-25 20:32:27 +00:00
kristerw
5d97fb3113 Instantiate template class Vector<size_t> to make the pkg build on
NetBSD 1.6.1/shark.
2003-07-25 19:57:58 +00:00
tron
102049e1a8 Fix build problem under NetBSD-current. 2003-07-25 19:00:17 +00:00
drochner
9798b068db recent additions/updates 9mostly Python related) 2003-07-25 18:31:02 +00:00
drochner
1e49c4f0b6 -update to 2.0.12
changes:
 -Undo function in the message composer
 -extended GPG support
 -bugfixes
-Remove a hack which appearently helps finding iconv() in libiconv.
 Every other pkg finds it itself; and it breaks in -current.
2003-07-25 18:25:45 +00:00
kristerw
5407d6a0cb Note update of ast-ksh and static-ast-ksh. 2003-07-25 18:05:47 +00:00
kristerw
b600fbe54e Update ast-ksh (and static-ast-ksh) to version 20030621.
Changes since 20030422 (from the release notes):
   A source and binary update. There are few small but significant patches
   for ksh and nmake. nmake -l/+l library list generation is much improved.
   IBM z-series { linux.s390, linux.s390-64 } and i-series { linux.ppc64 }
   binary architectures have been added, and the ebcdic { mvs.390 } has
   been updated after a long absence.
2003-07-25 18:02:37 +00:00