summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-03-13refix quoting.wiz1-2/+2
2001-03-13bump version to go with last changedmcmahill1-2/+2
2001-03-13add missing header file. makes this build on alpha with -Werror.dmcmahill1-2/+3
2001-03-13Add USE_X11 to get correct linker directivesjlam1-1/+2
2001-03-13add and enable freefontswiz1-1/+2
2001-03-13Update sniff to 2.0.zuntum6-33/+29
Fixes pkg/12209 by Riccardo Veraldi <veraldi@cs.unibo.it> Changes since 1.0: * directly uses libpcap functions and includes a few bug fixes to the previous code. A few subroutines have been complitely rewritten.
2001-03-13Initial import of freefonts-0.10, a collection of 79 freely availablewiz5-0/+165
fonts. Package provided by Jeremy C. Reed in pkg/12166.
2001-03-13Fix quoting.wiz1-2/+2
2001-03-13Use "CPPFLAGS" to configure include directories because settingtron1-3/+4
"INCLUDES" doesn't work.
2001-03-13Fix compilation on -current after 2001/01/18 (since zconf.h doesn'twiz3-8/+49
defined OF() anymore). Fixes pkg/12255 by Rui-Xiang Guo.
2001-03-13Pass things via MAKE_ENV in one line instead of multiple, pointed by Thomas ↵zuntum1-3/+2
Klausner
2001-03-13add and enable csound and csound-manualwiz1-1/+3
2001-03-13csound-manual -- manuals and example files for csound.wiz4-0/+430
Package provided by Ben Collver in pkg/11760, with an overhaul by me.
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".