summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-03-13add csound-licensewiz2-1/+70
2001-03-13add & enable sniffzuntum1-1/+2
2001-03-13Initial import of (unofficial) csound-4.09:wiz19-0/+410
Csound is a software synthesis package in the tradition of so-called music-N languages, among which the best-known is Music V. It consists of an orchestra- and score-driven executable, written in C for portability. Since Csound is a computational language, it is highly flexible and efficient; complexity is gained only at the expense of computation time. Basically Csound reads some files and creates the result as a file on disk or, on faster machines, through a DAC in real time. Package provided by Ben Collver in pkg/11759, with an overhaul by me.
2001-03-13Initial import of sniff-1.0.zuntum6-0/+58
This program filters the tcpump raw packet data looking for logins and passwords on the most commonly used tcp ports (ftp telnet pop3 ...). It dumps sniffed data to a file named sniff.log
2001-03-13Remove empty line.wiz1-1/+0
2001-03-13Add workaround for libtool problem on ARM32.is1-1/+4
2001-03-13Previous check (for "." being present in PATH) was incorrect in instancesagc1-3/+9
where "." occurred after the directory containing ld. Rework the check to see which ld executable is actually found. Pointed out by Thomas Klausner.
2001-03-13ack binary builderitojun1-1/+4
2001-03-13Add a check for cwd in the $PATH (if "." is present, configuration stepagc1-1/+7
will fail). Addresses PR 10988
2001-03-13add cvsup to subdiritojun1-1/+2
2001-03-13cvsup client/serveritojun4-0/+42
2001-03-13Add an explanatory comment.agc1-2/+7
2001-03-13Only add DIGEST_VERSION to MAKEFLAGS when we know it's a valid version.agc1-7/+5
Addresses PR 12397
2001-03-13Only BUILD_DEPEND on unzip. pkg/11869.wiz1-3/+4
2001-03-13 * change my email addresszuntum1-7/+7
* change NO_WRKSUBDIR to WRKSRC=${WRKDIR} * install things from ${WRKSRC} instead of ${WRKDIR}
2001-03-13Update gif2png to 2.4.2 and change -I${PREFIX} -> -I${LOCALBASE}zuntum2-6/+6
2.4.2: * Mac porting fixes from Paul Matzke <pmatzke@macline.com>. 2.4.1: * Update to use the post-0.8.9 initialization code, so it will play nice with shared libraries.
2001-03-13Make sure the shared version of libwrap is picked up in the configureskrll2-1/+17
script on a.out platforms. This avoids using a horrible hack that the new libtool doesn't like.
2001-03-13Compile in LDAP-support for addressbook if PINE_USE_LDAP is set inhubertf2-4/+18
/etc/mk.conf. Patch submitted by John Darrow <John.P.Darrow@wheaton.edu> in PR 9760.
2001-03-12 * pass variables via MAKE_ENV instead of @REPLACEMENTS@+sedzuntum3-18/+13
* remove redundant dependency on png and remove -lpng
2001-03-12Remove author's name from COMMENT and remove offensive language from DESCRzuntum2-8/+3
2001-03-12Note a place where one can find an (incomplete) sound set.wiz1-0/+3
2001-03-12add wsoundserver and remove wmsound, which the former replaceswiz1-2/+2
2001-03-12Remove -- replaced by WSoundServer. Closes pkg/9523.wiz10-174/+0
2001-03-12Update to 1.1.1. Completely rewritten, now modified-BSDL instead of GPL,wiz9-67/+88
and works with WSoundServer instead of WMSound.
2001-03-12Initial import of WSoundServer, a sound server for window maker, reactingwiz12-0/+212
to window manager events (like starting/exiting applications, hiding, maximizing, ...). Supersedes audio/wmsound, thus closing pkg/9523.
2001-03-12Fixed distribution -- new checksum.kim1-2/+2
2001-03-12Update wwwoffle to 2.6a:fredb4-16/+23
Bug Fixes: Fix crash with invalid entries in config file. Handle some invalid URL encodings that servers/clients use. Stop crashes when monitoring illegal refresh URLs. Handle malformed headers better. Check the DontGet section of the configuration file when doing SSL. Print error messages when starting on stderr. Read the configuration file if using wwwoffle-write. Fix bug with form argument parsing. Set fetch-stylesheets to true in the default config file. Bug fixes for modifying HTML with meta refresh tags. Stop duplicated items in the configuration file. Win32 Bug Fixes: Fixed logfile opening problem. Added a fchdir() function for cygwin. Workaround cygwin socket closing problem. Change the makefile for cygwin installation (don't auto install .dll or .bat). Documentation Updated the Welcome.html page to include more links to useful information. Include an HTML version of README.CONF in the html directory. Updated several README files and INSTALL file. *NOTE* The default location of the replacement .gif file for the DontGet section has changed, upgrade-config.pl should fix wwwoffle.conf automatically. *NOTE* If upgrading from a version < 2.6 then see the notes for version 2.6. NetBSD package changes: - - Install upgrade-config-2.x-2.5.pl (as wwwoffle-upgrade-config-2.x-2.5.pl). - - Protect convert-cache the same way as upgrade-config -- prefix with wwwoffle-. - - Update MESSAGE file accordingly.
2001-03-12Forgot one spot to make this compile on older NetBSD...kim2-1/+14
2001-03-12Upgrade to freerdist-0.92, which compiles on -current.kim4-12/+21
2001-03-12Attend to some pkglint warnings.fredb1-4/+3
2001-03-12Some tweaks to the package:fredb5-13/+100
- - Add a new-style rc.d script. - - Fix the included "htdig" scripts to work with packaged "htdig". ("htdig" remains optional.) - - Install the convert-cache and upgrade-config-pl tools to make upgrading less painful. Run convert-cache automatically for binary package install, but only suggest to for source install. - - Expand the MESSAGE text to explain how to use all this.
2001-03-12update to 3.19 (3.13 isn't available on CPAN archives anymore)drochner2-4/+4
Changes: If a handler triggered by flushing text at eof called the eof method then infinite recursion occurred. Fixed. Bug discovered by Jonathan Stowe <gellyfish@gellyfish.com>. Allow <!doctype ...> to be parsed as declaration. HTML::TokeParser's get_tag() method now takes multiple tags to match. Hopefully the documentation is also a bit clearer. #define PERL_NO_GET_CONTEXT: Should speed up things for thread enabled versions of perl. Quote some more entities that also happens to be perl keywords. This avoids warnings on perl-5.004. Unicode entities only triggered for perl-5.7.0 or higher. The unbroken_text option now works across ignored tags. Fix casting of pointers on some 64 bit platforms. Fix decoding of Unicode entities. Only optionally available for perl-5.7.0 or better. Expose internal decode_entities() function at the Perl level. Reindented some code. The 3.16 release broke MULTIPLICITY builds. Fixed. There was a C++ style comment left in util.c. Strict C compilers do not like that kind of stuff. Avoid the entity2char global. That should make the module more thread safe. Patch by Gurusamy Sarathy <gsar@ActiveState.com>.
2001-03-12add and enable libdockapp. sort a bit more.wiz1-5/+6
2001-03-12Initial import of libdockapp-0.4.0, a simple library to createwiz6-0/+57
dock applications for Window Maker.
2001-03-12Add patch provided by Jared McNeill in pkg/12387 which fixes deletionwiz2-1/+21
of dotfiles on shares mounted by shlight.
2001-03-12Create _pic.a libraries needed by forthcoming xerces-p package.jlam3-4/+34
XXX This uses libtool internals! Requested in private mail by Emmanuel Dreyfus <p99dreyf@criens.u-psud.fr>.
2001-03-12Don't try to connect to alternate IP addresses of the news server if thetron3-8/+10
user cancelled the operation. Bump version number to "1.0nb6".
2001-03-12Initial import of gone.zuntum2-6/+5
Gone is a utility that locks a terminal with a password chosen by the user. Gone will prompt the user for a password (unless the -p option is given, then gone will use the system password), then print the gone banner, then drop into the gone shell. From this shell, only a restricted set of commands can be run. Gone will also disallow messages by removing permissions on the parent tty. After the timeout period (10 minutes by default), gone will automatically log the user out.
2001-03-12add @dirrm include/WINGswiz1-1/+2
2001-03-12Update scanssh to 1.5 and add second MASTER_SITE.zuntum2-5/+6
Changelog not available.
2001-03-12Re-enable the -release option of libtool. ELF is fully supported with a.outskrll10-68/+66
support to follow. Note this in documentation. Bump revision of libtool to nb3 and update dependencies. Update (sort) known affected PLISTs. Fixes pkg/12368 by Kimmo Suominen <kim@tac.nyc.ny.us> Fixes problems with cross/* noted on tech-pkg and packages by Chuck Cranor <chuck@research.att.com>, and Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2001-03-12add & enable granulatezuntum1-1/+2
2001-03-12Initial import of granulate.zuntum6-0/+48
Granulate is a program for splitting files in place. The program serves a purpose similar to the standard UNIX split, but differs in one important way. For split to operate on a 40MB file, you must have more than 40MB of free space on the disk. On the other hand, granulate only needs one chunk of free space on the hard drive, where a chunk is the requested size for the output files.
2001-03-12Make this package work with version "0.64.0" of the "windowmaker" package.tron3-11/+12
2001-03-12Make this work with version "0.64.0" of the "windowmaker" package.tron1-2/+2
2001-03-12We don't want pkg/COMMENTs anymore.wiz1-1/+0
2001-03-12Fix typo (we don't want the INSTALL file to end up in /)wiz1-2/+2
2001-03-12add & enable locozuntum1-1/+2
2001-03-12Fix vnc on macppc. Closes pkg/11510.wiz2-11/+20
2001-03-12Initial import of loco.zuntum6-0/+89
Loco is a Perl script which gives the messages file (usually /var/log/messages) some color, so the output is easier to read. It uses a Perl module called Term::ANSIColor to produce the colors. The Perl script is very readable and customizable.