summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv85-170/+170
2003-12-24Note update of adzap to version 20031105. No major changes, just adsimonb1-1/+2
pattern updates.
2003-12-24Update adzap to version 20031105. No major changes, just ad patternsimonb2-5/+5
updates.
2003-12-24Define EXTRACT_USING_PAX in order to fix extract problem on NetBSD-current.taca1-1/+3
2003-12-24Note addition of xmms-meta-input, xmms-meta-csound, and xmms-meta-timidity.ben1-1/+4
2003-12-24Add xmms-meta-input, xmms-meta-timidity, and xmms-meta-csound to Makefile.ben1-1/+4
2003-12-24Import xmms-meta-csound-0.1, a XMMS meta input script for csound.ben5-0/+109
This allows XMMS to play unified Csound scores. An example unified Csound score may be found at ftp://ftp.netbsd.org/pub/NetBSD/misc/ben/example.csd.gz Many Csound songs are distributed in separate orchestra, score, and sample files. A script to convert these to a unified Csound score file is at ftp://ftp.netbsd.org/pub/NetBSD/misc/ben/orcsco2csd.sh
2003-12-24Import xmms-meta-timidity-0.1, a XMMS meta input script for timidity.ben5-0/+50
This allows XMMS to play MIDI files using timidity.
2003-12-24Import xmms-meta-input-0.4, a XMMS plugin wrapper for shell scripts.ben9-0/+117
This plugin allows you to write XMMS plugins as Unix programs. You write a program that understands the very simple commands on its command line and outputs raw sound on its standard output and you're done with it. What's good (and in fact the purpose of this plugin) is that you can write input plugins for XMMS in C shell or Bash! Of course, you won't be able to do much number crunching in a shell script, but you can use it to run other programs to do the actual playing.
2003-12-23note mzscheme 205pooka1-1/+2
2003-12-23Upgrade to mzscheme 205, patches provided bypooka8-53/+326
Jesper Louis Andersen <jlouis@mongers.org> in private email. No earth-shattering changes, just a long list of bugfixes and minor twiddles and additions. For a complete list, see plt/notes/mzscheme/HISTORY
2003-12-23+ p5-XML-Xerces-2.3.0-4 [pkg/23862], xerces-c-2.3.0 [pkg/23861|heinz?],wiz1-3/+4
xerces-c-2.4.0 [heinz?]. - docbook-simple-1.1b1
2003-12-23docbook-simple update to 1.1b1.wiz1-1/+2
2003-12-23Update to 1.1b1, provided by Min Sik Kim in PR 23863.wiz3-10/+11
Changes since 1.0: - Added more elements and attributes. - 1.1b1 has 116 elements, 546 entities, and 29 notations.
2003-12-23Note revision bumps for doxygen, lyx-qt and lyx-xforms to 1.jmmv1-1/+4
2003-12-23Depend on either teTeX and teTeX2 (defaulting to the later).jmmv4-6/+10
Fixes PR pkg/23852.
2003-12-23Note revision bump for obconf to 1.jmmv1-1/+2
2003-12-23Bump PKGREVISION due to openbox update.jmmv1-1/+2
2003-12-23Replace ad hoc creation of installation directories in pre-install targetseb1-7/+6
by INSTALLATION_DIRS framework. While here also create {man,cat}pages directories.
2003-12-23Move message/${MESSAGE} target around, out of plist target and itsseb1-16/+19
supporting code. While here comment the message target a bit.
2003-12-23Link against necessary network libraries on Solaris.sketch1-1/+2
2003-12-23Do not attempt to include the non-standard getopt.h, unistd.h shouldsketch3-4/+17
be sufficient. Remove an unnecessary install argument to allow this package to install unprivileged.
2003-12-23Remove the target before attempting to symlink, to work around certainsketch1-1/+3
versions of ln which do not support that operation.
2003-12-23Remove the previous symlinks before linking to the new files, to avoidsketch2-3/+8
issues with certain versions of ln bailing out if the source already exists. Add a leftover directory to the PLIST.
2003-12-23Bump PKGREVISION to qt3-tools (Add some missing directories).xtraeme1-1/+2
2003-12-23Add some missing directories needed to remove this package correctly.xtraeme2-2/+6
Reported by Soren Jacobsen in PR pkg/23844. Bump PKGREVISION.
2003-12-23note update of python23{,-pth} to 2.3.3recht1-1/+3
2003-12-23update to 2.3.3recht20-1098/+56
This is a bug-fix release for Python 2.3 that fixes a number of bugs, including a couple of serious errors with weakrefs and the cyclic garbage collector. There are also a number of fixes to the standard library - see the release notes ( http://www.python.org/2.3.3/NEWS.html )for details.
2003-12-23Note PKGREVISION bump for www/wwwoffle rc.d script fix.fredb1-1/+2
2003-12-23Set "rcvar" in the rc.d script, so that wwwoffled=NO is effective, andfredb2-3/+4
bump PKGREVISION. Problem noted by Benjamin Walkenhorst on netbsd-users.
2003-12-23Bump PKGREVISION to libgda.xtraeme1-1/+2
2003-12-23This needs readline's buildlink to build on !NetBSD systems, fromxtraeme3-4/+6
Michal Pasternak in PR pkg/23855. Bump PKGREVISION.
2003-12-23Enable developer mode (so that assertions are kept). This should be removedjmmv1-1/+2
when the 2.x branch of the program is stabilized.
2003-12-23Note update of xmlcatmgr to 2.0alpha1.jmmv1-1/+2
2003-12-23Update to 2.0alpha1. This is the first version of the development branch.jmmv3-23/+25
I'm updating the package to this version because it should fix many portability issues (avoiding the installation of GNU tools), and because it is a lot safer when modifying existing catalog files (not line oriented any more and with real file locking). I've tested the program under several other systems and platforms (including FreeBSD, Linux and Solaris, the later with the sunpro compiler too), and it built and worked fine. Thanks to simonb@ for testing under an Alpha system with pkgsrc. Change log follows: Released on 2003/12/23, its state was alpha. * xmlcatmgr has been completely rewritten in C. Even though, command line compatibility has been kept, so that existing scripts using this program do not break. * Buildtool is not used any more. A custom build infrastructure has been implemented, as something small and very portable was needed. * Added the `lookup' action, used to search for entries in catalogs. * Added real parsers to manipulate SGML and XML catalogs. The program is not line oriented any more, thus beeing a lot more flexible. * Multiple race conditions fixed, which were unavoidable from a shell script. * Better handling of special characters and spaces in strings, difficult to handle from shell scripts.
2003-12-23Remove "ftp.tu-darmstadt.de" from "MASTER_SITE_XEMACS" because it doesn'ttron1-2/+1
have the packages any more.
2003-12-23Make this work with gcc3 (no more multi-line string constants).agc2-1/+115
2003-12-23Note update of mailman to 2.1.3xtraeme2-3/+3
2003-12-23Update to 2.1.3 from pkgsrc-wip via Todd Vierling. This also closesxtraeme12-497/+1590
PR pkg/22820. Changes: - Closed a cross-site scripting exploit in the create cgi script. - Improvements in the performance of the bounce processor. Now, instead of processing each bounce immediately (which can cause severe lock contention), bounce events are queued. Every 15 minutes by default, the queued bounce events are processed en masse, on a list-per-list basis, so that each list only needs to be locked once. - When some or all of a message's recipients have temporary delivery failures, the message is moved to a "retry" queue. This queue wakes up occasionally and moves the file back to the outgoing queue for attempted redelivery. This should fix most observed OutgoingRunner 100% cpu consumption, especially for bounces to local recipients when using the Postfix MTA. - Optional support for fsync()'ing qfile data after writing. Under some catastrophic system failures (e.g. power lose), it would be possible to lose messages because the data wasn't sync'd to disk. By setting SYNC_AFTER_WRITE to True in Mailman/Queue/Switchboard.py, you can force Mailman to fsync() queue files after flushing them. The benefits are debatable for most operating environments, and you must ensure that your Python has the os.fsync() function defined before enabling this feature (it isn't, even on all Unix-like operating systems). And more... please review Changelog to see a complete list of changes.
2003-12-23Use compiler.mk logic, fixing systems with a non-GCC compiler.sketch3-12/+7
2003-12-23Use compiler.mk logic to determine the correct compiler to use, and cleansketch1-10/+19
up the pattern matching. Fixes build warnings on systems which do not use GCC.
2003-12-23Added default values for jabberd package.xtraeme1-1/+29
2003-12-23Initial import of jabberd-1.4.3 from pkgsrc-wip.xtraeme1-1/+2
Jabber is an open XML protocol for real-time exchange of messages and presence notification between any two points on the Internet. The first application of Jabber technology is an asynchronous, extensible instant messaging platform, and an IM network that offers functionality similar to legacy IM systems such as AIM, ICQ, MSN, and Yahoo.
2003-12-23Add and enable jabberd.xtraeme1-1/+2
2003-12-23Initial import of jabberd-1.4.3 from pkgsrc-wip.xtraeme9-0/+327
Jabber is an open XML protocol for real-time exchange of messages and presence notification between any two points on the Internet. The first application of Jabber technology is an asynchronous, extensible instant messaging platform, and an IM network that offers functionality similar to legacy IM systems such as AIM, ICQ, MSN, and Yahoo.
2003-12-23Note update of lftp to version 2.6.11.cube1-1/+2
2003-12-23Update to version 2.6.11.cube3-13/+13
What's new since 2.6.10: * fixed mirror -c for empty files. * a rare coredump fixed in http 0.9 handling, when first line of reply is empty. * compilation fixes for compilers other than gcc. * translations update.
2003-12-23Plug two file descriptor links.simonb3-5/+29
The xmms-mad author has been sent these patches.
2003-12-23Initial import of gnome-acme-2.4.2 from pkgsrc-wip, packaged byxtraeme1-1/+2
Min Sik Kim. ACME is a small GNOME tool to make use of the multimedia buttons present on most laptops and internet keyboards: Volume, Brightness, Power, Eject, My Home, Search, E-Mail, Sleep, Screensaver, Finance, WWW, Calculator, Record, Close Window, Shade Window, Play, Stop, Pause, Previous, Next, Groups, Media, Refresh and Help buttons.
2003-12-23Add and enable gnome-acme.xtraeme1-1/+2