summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
1999-07-09Add package patch-sum filesagc1-0/+15
1999-07-08enable IPv6 build (USE_INET6)itojun4-2/+44
1999-07-08Get rid of redundant comments at top of Makefile.agc1-10/+4
Modify the logic around the use of IPv6.
1999-07-08thropej suggested me to put it into src/usr.sbin so I nuke it.itojun6-82/+0
sorry for the mess...
1999-07-08pkgsrc for ALTQ (alternate queueing framework).itojun6-0/+82
mainly for ATM PVC related userland programs.
1999-07-08- Update homepage.tron3-82/+90
- Update built-in sites from Bunyip's canononical list. - Build with libcompat instead of custom regex. Patches supplied by Frederick Bruckman in PR pkg/7856.
1999-07-07Make "ksirc" build on ELF systems.tron1-0/+13
1999-07-07No need to shout: YES -> yestron1-2/+2
1999-07-07Fix ELF lossage by linking with "-ltiff -ljpeg -lz" instead of "-ltiff".tron1-0/+22
1999-07-07Correct MD5 checksum. They now match what is on the master sites and ontron1-3/+3
"ftp.netbsd.org".
1999-07-07fix USE_INET6 build.itojun2-0/+28
1999-07-07now it can get USE_INET6 from /etc/mk.conf.itojun1-1/+4
1999-07-07IPv6 support can be built with "make USE_INET6=YES".itojun3-4/+27
1999-07-06upgrade zebra to 0.71.itojun2-5/+5
1999-07-06upgrade to zebra 0.70.itojun2-6/+7
stabilize IPv4-only build. I tried to use PLIST_SRC for IPv4-only/IPv4+v6 switchable build, but I failed. Maybe try this tomorrow...
1999-07-06Correct md5 checksum for radius/radius.3.6B-skey.tar.gz.agc1-2/+2
Fixes PR 7917 by Koji Kondo.
1999-07-06 * Update ncurses dependency.jlam1-2/+2
1999-07-06 * Update ncurses dependency.jlam2-13/+21
* Use more extensible way of passing necessary -I flags to configure.
1999-07-06upgrade to 3.5.11christos3-5/+26
1999-07-05Add missing directories "etc/fingerdir" and "etc/fingerdir/targets".tron1-1/+4
1999-07-05Remove ugly hack used to build message file.tron2-9/+9
1999-07-05Add and enable "xchat".tron1-1/+2
1999-07-05"xchat" needs to be linked against ORBit shared libraries.tron1-0/+13
1999-07-05Import new "xchat" package:tron5-0/+58
X11 (X Window System) IRC client, using the GTK+ toolkit.
1999-07-05Fix ELF problems with /usr/X11R6/lib reported by Michael G Schabergarbled1-1/+2
1999-07-02Make this package work on Solaris.agc3-2/+60
1999-07-02For packages that are in the NetBSD base system, but needed foragc1-2/+2
Solaris, narrow down the platforms, and use specific inclusion rather than disclusion: mark them as ONLY_FOR_PLATFORM=SunOS-*-*, rather than NOT_FOR_PLATFORM=NetBSD-*-*.
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc3-21/+6
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1999-06-28add & enable ngrephubertf1-1/+2
1999-06-28Import ngrep V1.31: network grephubertf5-0/+30
ngrep strives to provide most of GNU grep's common features, applying them to the network layer. ngrep a pcap-aware tool that will allow you to specify extended regular expressions to match against data payloads of packets. It currently recognizes TCP and UDP across ethernet, ppp and slip interfaces, and understands bpf filter logic in the same fashion as more common packet sniffing tools, like tcpdump and snoop.
1999-06-23upgrade to 0.69.itojun2-5/+5
1999-06-20Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"tron2-4/+4
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
1999-06-19The GNOME mirror on "ftp.jimpick.com" was closed. Use the mirror ontron1-2/+2
"ftp.sunet.se" instead.
1999-06-15This has an interactive install script. Tell the Makefile so.hwr1-1/+3
Pointed out by Matthias Scheler.
1999-06-14Update the MD5 to match the new sources at www.mr.net/~bradley/...bad1-3/+3
Fixes PR 7726.
1999-06-14Now detecting the type of rtentry works (on my 1.3H) andkim1-3/+141
the software compiles. Hopefully this change does not break anything on 1.4 systems.
1999-06-12Correct reversed patch. Problem noted by Douglas Brebner in PR pkg/7765.tron1-3/+3
1999-06-07net/zebra/pkg/PLIST: comment out daemons that need IPv6 support.itojun3-8/+11
net/zebra/Makefile: add $NetBSD$ and some other cleanups. net/Makefile: add zebra as SUBDIR.
1999-06-07pkgsrc dir for zebra routing daemon (imported from KAME/NetBSD distribution)itojun5-0/+61
1999-06-06Missing patch file to make "kfinger" build.tron1-0/+12
1999-06-06Add and enable sendfile.hwr1-1/+2
1999-06-06Reference implementation of the SAFT (simple asynchronous filehwr9-0/+108
transfer) protocol. Sendfile allows to send arbitrary files to a remote user. This ist version 2.1 of sendfile.
1999-06-05Update "kdenetwork" package to version 1.1.1.tron5-960/+999
1999-06-04Sync with 5.2.4rvb44-1550/+13
1999-06-04Update "ethereal" package to version 0.6.2.tron2-6/+5
1999-06-01Remove some compilation warnings, use mkstemp instead of mktemp.hubertf5-87/+119
Patches submitted by Jaromir Dolecek <dolecek@ics.muni.cz> in PR 7683
1999-06-01Correct minor spelling mistake.agc1-1/+1
1999-05-30Add and enable "batchftp".tron1-1/+2
1999-05-30Import new "batchftp" package:tron7-0/+69
Automatically download files via the FTP protocoll.
1999-05-26Change "NOT_FOR_PLATFORM" pattern so that "make" really understands it.tron1-2/+2
Fixes PR pkg/7651 by Eric Mumpower.