summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add MANTAINER.David E. O'Brien1997-06-016-6/+18
| | | | | | | | Its a good idea to explicitly have a MAINTAINER, even if it's "ports@FreeBSD.org". Notes: svn path=/head/; revision=6663
* Upgrade to b5.16 and remove se as maintainer per request of Fenner & sePaul Traina1997-05-3112-42/+36
| | | | Notes: svn path=/head/; revision=6653
* Activate mail/cyrusJames FitzGibbon1997-05-301-1/+2
| | | | | | | | | | Activate devel/p5-Penguin Activate devel/p5-Penguin-Easy Activate net/rwhois Activate textproc/pilot_makedoc Notes: svn path=/head/; revision=6648
* Import of the InterNIC's referral whois server and clientJames FitzGibbon1997-05-3020-0/+798
| | | | Notes: svn path=/head/; revision=6647
* Let the port's Makefile compress the man pages.Masafumi Max NAKANE1997-05-307-52/+76
| | | | | | | | | Install docs and sample files into ${PREFIX}/share/{doc,examples}/dhcp respectively. Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6639
* Part 6/6 of the update:Masafumi Max NAKANE1997-05-301-0/+1
| | | | | | | | | Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6638
* Part 5/6 of the update:Masafumi Max NAKANE1997-05-301-2/+10
| | | | | | | | | | | | | | | | | | | | | | Remove dhcpdb.bind file if changed dhcpdb.pool file. If dhcpdb.pool file is changed and dhcpdb.bind file is not matched to new pool file, dhcp server(dhcps) can not run with some errors like this. * dhcps in free(): warning: modified (chunk-) pointer. * dhcps[25591]: hash_ins() with client identifier failed in read_bind_db() I fixed start-up script to remove dhcpdb.bind file when dhcpdb.pool file is newer than dhcpdb.bind. Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6637
* Part 4/6 of update:Masafumi Max NAKANE1997-05-301-7/+8
| | | | | | | | | | | | Unlink /etc/resolv.conf before recreate new one. If /etc/resolv.conf is symbolic link file, dhcpc with -r option overwrite symfile. Then unlink it berfore recreate. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6636
* Part 3/6 of update:Masafumi Max NAKANE1997-05-301-2/+17
| | | | | | | | | | | Append description into pkg/DESCR file. o CHECK_SUM error problem under 2.1.x FreeBSD box. o dhcps need dhcpdb.relay file without using dhcpdb.relay. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6635
* Part 2/6 of update:Masafumi Max NAKANE1997-05-301-5/+15
| | | | | | | | | Append description of dhcpc.interface.pid file to man page. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6634
* Part 1/6 of update:Masafumi Max NAKANE1997-05-301-0/+11
| | | | | | | | | | | Fix manpage files about path of dhcpdb.bind file. The dhcpdb.bind file is in /var/db/ under FreeBSD, not in /etc. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6633
* Don't grep /etc/passwd and /etc/group for checking the existance ofPeter Wemm1997-05-291-2/+2
| | | | | | | | | users since it doesn't see yp/nis. Use 'pw {user|group} show ...' and check the return code, otherwise the script can try and add an already existing user or group. Notes: svn path=/head/; revision=6613
* Remove p5-IO dependancy from ports that were using it.James FitzGibbon1997-05-291-3/+2
| | | | Notes: svn path=/head/; revision=6611
* Remove p5-IO; now included in perl5.004James FitzGibbon1997-05-291-2/+1
| | | | Notes: svn path=/head/; revision=6610
* Update to 2.0.2a1Bill Fenner1997-05-286-20/+22
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6604
* Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1997-05-243-9/+9
| | | | | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. Notes: svn path=/head/; revision=6544
* Make sdr build under 3.0Bill Fenner1997-05-221-27/+40
| | | | Notes: svn path=/head/; revision=6531
* I believe 'lib/perl5/IO::Socket.pm' is a typo for 'lib/perl5/IO/Socket.pm'.Satoshi Asami1997-05-201-2/+2
| | | | | | | | (Other than the file not existing, the extra colons were confusing the new 'file:dir[:target]' dependency list.) Notes: svn path=/head/; revision=6497
* Version 3.0 is denoted by 300000 now.Satoshi Asami1997-05-182-2/+2
| | | | Notes: svn path=/head/; revision=6483
* Check to make sure that the "gnats" subdirectory is a trueJohn Polstra1997-05-182-3/+17
| | | | | | | | | | subdirectory, and not a symbolic link. Update the reported size of the CVS repository to reflect current reality. Notes: svn path=/head/; revision=6482
* Update for CVSup version 15.0 (previous was 14.1.1).John Polstra1997-05-182-4/+4
| | | | Notes: svn path=/head/; revision=6481
* Make the port not IS_INTERACTIVE if PACKAGE_BUILDINGBill Fenner1997-05-173-6/+15
| | | | Notes: svn path=/head/; revision=6475
* Enable traceroute.Masafumi Max NAKANE1997-05-171-1/+2
| | | | Notes: svn path=/head/; revision=6472
* New port:Masafumi Max NAKANE1997-05-176-0/+118
| | | | | | | | | | A version of 'traceroute' that shows the AS network number of each hop. PR: 2778 Submitted by: Chris Dabrowski < chris@vader.org> Notes: svn path=/head/; revision=6471
* Fix the master site, which has moved from freefall to hub. Add theJohn Polstra1997-05-061-2/+4
| | | | | | | German mirror site and the other US site as well. Notes: svn path=/head/; revision=6420
* Fix slipup in CATEGORIESJames FitzGibbon1997-05-052-4/+4
| | | | Notes: svn path=/head/; revision=6406
* Activate ratoolsetJames FitzGibbon1997-05-051-1/+2
| | | | Notes: svn path=/head/; revision=6405
* Import of RAToolSet, a policy analysis tool suite for the Internet Routing ↵James FitzGibbon1997-05-0510-0/+154
| | | | | | | | | Registry. Requested-by: Poul-Henning Kamp <phk@dk.tfs.com> Notes: svn path=/head/; revision=6404
* Update, beta-0.17.1-exportable -> beta-0.17.2-exportable.Masafumi Max NAKANE1997-05-043-41/+5
| | | | Notes: svn path=/head/; revision=6398
* Upgrade, 1.04 (?) -> 1.04H.Masafumi Max NAKANE1997-05-042-4/+4
| | | | Notes: svn path=/head/; revision=6396
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-303-7/+7
| | | | Notes: svn path=/head/; revision=6369
* Upgrade to 0.07James FitzGibbon1997-04-272-5/+5
| | | | | | | | Fixed incorrect PKGNAME in Makefile Obtained from: Notes: svn path=/head/; revision=6336
* Upgrade to v2.2James FitzGibbon1997-04-252-4/+4
| | | | Notes: svn path=/head/; revision=6297
* Not that it matters much, but delete empty line between BUILD_DEPENDSSatoshi Asami1997-04-211-2/+1
| | | | | | | and RUN_DEPENDS. Notes: svn path=/head/; revision=6257
* Mass update of perl5 ports (most bring the port up-to-date with the latest ↵James FitzGibbon1997-04-203-6/+206
| | | | | | | | | | release from CPAN) Specifics: p5-Net fixed for IS_INTERACTIVE p5-libwww fixed for IS_INTERACTIVE Notes: svn path=/head/; revision=6251
* Add virtual category 'perl5'.Wolfram Schneider1997-04-203-6/+6
| | | | Notes: svn path=/head/; revision=6249
* Add virtual category 'tk41'.Wolfram Schneider1997-04-204-8/+8
| | | | Notes: svn path=/head/; revision=6248
* Added net/mrtg and devel/p5-PVJames FitzGibbon1997-04-181-1/+2
| | | | Notes: svn path=/head/; revision=6238
* Import of the multi-router traffic grapher.James FitzGibbon1997-04-185-0/+78
| | | | Notes: svn path=/head/; revision=6236
* 1.0.104 --> 1.1Adam David1997-04-156-67/+77
| | | | Notes: svn path=/head/; revision=6217
* Change brian@awfulhak.demon.co.uk to brian@awfulhak.orgBrian Somers1997-04-134-8/+8
| | | | Notes: svn path=/head/; revision=6202
* Add natd.Brian Somers1997-04-131-1/+2
| | | | Notes: svn path=/head/; revision=6201
* Attach echopingPeter Wemm1997-04-121-1/+2
| | | | Notes: svn path=/head/; revision=6197
* echoping is a damn useful tool for checking reachability other thanPeter Wemm1997-04-126-0/+63
| | | | | | | | | | via icmp status, eg: tcp or udp. It speaks http as well, so it can "ping" a http server or a http proxy cache to make sure it's operating and not wedged. (Nearly all of our system lockups are not detected by icmp pings) Notes: svn path=/head/; revision=6196
* Update gated 3.5 beta3 to the release of 3.5.5Peter Wemm1997-04-112-5/+5
| | | | | | | (Beta4 used to core dump when an interface went down, eg when ppp hung up) Notes: svn path=/head/; revision=6191
* Mark as IS_INTERACTIVE to let batch runs continue until I can fix these two.James FitzGibbon1997-04-091-1/+3
| | | | Notes: svn path=/head/; revision=6170
* Added p5-Net-DNSJames FitzGibbon1997-04-051-1/+2
| | | | Notes: svn path=/head/; revision=6146
* Import of p5-Net-DNS, a perl5 interface to the resolver libraries.James FitzGibbon1997-04-055-0/+130
| | | | Notes: svn path=/head/; revision=6145
* Upgrade to v1.05James FitzGibbon1997-04-053-7/+12
| | | | | | | Submitted by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=6142
* Upgrade, 4.0.4 -> 4.0.7.Masafumi Max NAKANE1997-04-042-5/+7
| | | | Notes: svn path=/head/; revision=6132