summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-07Initial import of cmatrix-1.2a from pkgsrc-wip, contributed byxtraeme5-0/+49
Michal Pasternak. Make your console look like Nadbuchonazor's bridge. CMatrix displays green characters, falling from top of the screen, almost like the ones seen in "Matrix" movie series.
2004-07-07Added arping-2.01.xtraeme2-2/+4
2004-07-07Initial import of arping-2.01 from pkgsrc-wip, contributed byxtraeme6-0/+120
Quentin Garnier. Arping can be used to find out it a specific IP address on the LAN is 'taken' and what MAC address owns it. Sure, you *could* just use 'ping' to find out if it's taken and even if the computer blocks ping (and everything else) you still get an entry in your ARP cache. But what if you aren't on a routable net? Or the host blocks ping (all ICMP even)? Then you're screwed. Or you use arping.
2004-07-07Added argus-3.3.xtraeme2-2/+4
2004-07-07Initial import of argus-3.3 from pkgsrc-wip, contributed byxtraeme5-0/+131
<drue at users.sourceforge.net>. Argus is a system and network monitoring application. It will monitor anything you ask it to monitor (TCP + UDP applications, IP connectivity, SNMP OIDS, Programs, Databases, etc), presents a nice clean, easy to view web interface, it can send alerts numerous ways (such as via pager) and can automatically escalate if someone falls asleep.
2004-07-07Remove XPM support in graphics/p5-GD so you can install useful programs,xtraeme4-8/+8
on a server without X11. Bump PKGREVISION.
2004-07-07Spaces to tabs (no functional change).schmonz1-4/+4
2004-07-07Note update of dspam to 3.0.0nb1.recht1-1/+2
2004-07-07Fix a typo: It's user:group and not group:user.recht1-2/+3
bump PKGREVISION to 1.
2004-07-07Enable pkgviews installation.minskim1-1/+5
2004-07-07Add a patch to fix a race condition in the straps program. Ifhe3-3/+78
traps arrive in a steady stream, straps will exit before the client (scotty) manages to connect, because traps are handled before new client connections in straps. Adds a sleep(3) first, and rearranges the order of handling of these events, so that scotty can get around to connecting as a client before the first trap is handled by straps. Bump pkgrevision to 3.
2004-07-07Honor BINOWN and BINGRP.minskim1-1/+3
2004-07-07Make this work on non-NetBSD systemsmartti1-7/+43
2004-07-07Fix configuration parsing problem in "inndstart" which caused it totron2-1/+22
ignore the "bindaddress" keyword in "inn.conf". Fix based on a patch supplied by Bob in PR pkg/26164.
2004-07-07+ nmap-3.55xtraeme1-1/+2
2004-07-07Updated distcc to 2.15martti1-1/+2
2004-07-07Updated distcc to 2.15martti3-14/+10
* Fix crash bug in receiving LZO compressed data into a mmapped file. * Remove redundant temporary file cleanup in non-forking mode. * Client calculates and can display the overall throughput in preprocessed bytes per second for remote jobs. * The deprecated fork-after-exec mode controlled by the --no-prefork option has been removed. * mmap is no longer used for compressed data to simplify the code. * Daemon now chdirs to $TMPDIR at startup rather than /. This allows dumping core, among other things.
2004-07-07- gsedseb1-2/+1
2004-07-07Set USE_JAVA2, so we can use sun-jre* packages, USE_BUILDLINK3 must bextraeme1-2/+3
set to [Yy][Ee][Ss].
2004-07-07Note update of textproc/gsed to 4.1.1 [bug fixes]seb1-1/+2
2004-07-07Accept sun-jdk13, sun-jdk14, jdk13 and jdk14.xtraeme1-4/+6
2004-07-07Update to version 4.1.1.seb4-5/+32
Disable the config.status overriding, it causes config.status to be rerun... FYI an alternative would be to use GNU make! Changes since last packaged version: Sed 4.1.1 * preserve permissions of in-place edited files * yield an error when running -i on terminals or other non regular files * do not interpret - as stdin when running in in-place editing mode * fix bug that prevented 's' command modifiers from working
2004-07-07Updated xfce4-diskperf-plugin and xfce4-xkb-pluginmartti1-1/+3
2004-07-07Updated xfce4-xkb-plugin to 0.3.2martti5-142/+7
* Bug fixes
2004-07-07Updated xfce4-diskperf-plugin to 1.4.1martti3-8/+7
* Bug fixes
2004-07-07Remove duplicated BUILDLINK_DEPENDS lines, which are not needed becausextraeme1-14/+1
they are already defined in the buildlink3 files.
2004-07-07Use PKGNAME_NOREV for DIST_SUBDIRabs1-2/+2
2004-07-07Update chat/bitlbee to 0.90a.xtraeme3-6/+7
Changes: * Fixed Yahoo! authentication code. (Thanks to Gaim/Cerulean Studios)
2004-07-07. on PowerPC, update files so that Mozilla works properly when compiled withaymeric6-26/+373
gcc version 3+. . generally reduce diffs to Linux version . retain compatibility with older ABI (AIX-like) thanks to useful comments from Charles Hannum Thanks to Matthew Green for the fruitful discussion. This should address PR#23240 as far as mozilla is concerned.
2004-07-07Remove Mesa's buildlink as it does nothing without USE_BUILDLINK3,xtraeme3-5/+5
USE_X11 is enough for Linux systems (noted by wiz@).
2004-07-07Set BDB_ACCEPTED to "native db3 db2"; tested to compile against db1 and db3.wiz1-5/+18
Does not compile against db4. Pass down necessary -L/-Wl,-R/-I for all supported versions.
2004-07-07Not only set -Wl,-R, but also -L (for db library path).wiz1-4/+4
2004-07-07Set BUILDLINK_LIBDIRS.db?, as mail/exim expects.wiz3-3/+6
2004-07-07Note update of musicpd to version 0.11.2. Changes include:simonb1-1/+2
1) Work around in computing total time for mp3's whose first valid mpeg frame is not layer III 2) Fix mp3 and mp4 decoders when seeking past the end of the file 3) Fix replaygain for flac and vorbis 4) Fix memory leaks in flac decoder (from normalperson) 5) Fix Several other bugs in playlist.c and directory.c (from normalperson)
2004-07-07Update to version 0.11.2. Changes include:simonb2-5/+5
1) Work around in computing total time for mp3's whose first valid mpeg frame is not layer III 2) Fix mp3 and mp4 decoders when seeking past the end of the file 3) Fix replaygain for flac and vorbis 4) Fix memory leaks in flac decoder (from normalperson) 5) Fix Several other bugs in playlist.c and directory.c (from normalperson)
2004-07-07fix note of buildlink2 retirementgrant1-2/+2
2004-07-06buildlink2 -> buildlink3.wiz3-7/+6
2004-07-06buildlink2 -> buildlink3 (XXX: solaris/mozilla state; please recheck if commentwiz1-2/+2
still applies).
2004-07-06+gsed-4.1.1wiz1-1/+2
2004-07-06Include application.mk before extension.mk to avoid problems pickingrecht1-1/+2
up the correct Python version if scons is used as dependency. Pointed out by drochner.
2004-07-06Note that buildlink2 has been retired, and mention updateswiz1-2/+4
of pkglint to 3.85 and createbuildlink to 3.5.
2004-07-06Remove support for creating buildlink2.mk files.wiz3-137/+16
Make buildlink3.mk file output the default, and ignore any "-3" flags on the command line for people who can't change their habits quickly. Increase version to 3.5.
2004-07-06Look for buildlink3 instead of 2, and complain about USE_BUILDLINK2 beingwiz2-10/+14
set. Welcome to 3.85!
2004-07-06Update cpuflags to 0.72:abs1-1/+3
Handle c3 as 'c3' or '586', not '686'. From Dick Davies Rationale: http://www3.sympatico.ca/howlettfamily/epia/epia_howto/x881.html#pentium_compatible
2004-07-06Update cpuflags to 0.72:abs2-3/+5
Handle c3 as 'c3' or '586', not '686'. From Dick Davies Rationale: http://www3.sympatico.ca/howlettfamily/epia/epia_howto/x881.html#pentium_compatible
2004-07-06buildlink2 -> buildlink3 in comment.wiz1-2/+2
2004-07-06Annotate a comment:wiz1-1/+2
# XXX: following comment still true for buildlink3? # XXX ${PYSITELIB}/... doesn't get transformed by buildlink2
2004-07-06Annotate a comment:wiz1-1/+2
# XXX: following comment still true for buildlink3? # R does ugly things in the configure to get the default list of arguments # for linking Fortran, which exposes the buildlink2 tricks so clean up # afterwards
2004-07-06Remove references to buildlink2.wiz4-49/+4
2004-07-06Accept "yes" or "YES" for USE_LIBCRACK.jlam1-2/+2