summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ``SUBDIR += h2n-bind4''SADA Kenji1998-11-221-1/+2
| | | | Notes: svn path=/head/; revision=14769
* Add `SUBDIR += ppp-nt'SADA Kenji1998-11-221-1/+2
| | | | Notes: svn path=/head/; revision=14767
* Initial import ppp-nt.SADA Kenji1998-11-226-0/+65
| | | | | | | ppp-nt = user-ppp + multimedia nat + time schedule Notes: svn path=/head/; revision=14766
* Add section and entry into ${PREFIX}/info/dir and portlint.Jun Kuriyama1998-11-223-8/+26
| | | | | | | | | PR: ports/8135 Submitted by: Gregory D. Moncreaff <moncrg@ma.ultranet.com> Portlint by: myself Notes: svn path=/head/; revision=14749
* Remove extraneous x11 from CATEGORIES.Steve Price1998-11-213-6/+6
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14734
* Give up attempting to lock a file unless the resulting error wasJoerg Wunsch1998-11-191-0/+47
| | | | | | | | | `EWOULDBLOCK'. This prevents DeleGate to hang upon writing the transfer log to stderr when running as an FTP proxy in foreground (-v) mode. Notes: svn path=/head/; revision=14691
* Add SUBDIR+=xchatSeiichirou Hiraoka1998-11-191-1/+2
| | | | Notes: svn path=/head/; revision=14680
* Add SUBDIR+=gicqSeiichirou Hiraoka1998-11-191-1/+2
| | | | Notes: svn path=/head/; revision=14669
* Initial Import gicq.Seiichirou Hiraoka1998-11-195-0/+39
| | | | | | | gicq is GTK based ICQ program. Notes: svn path=/head/; revision=14668
* Initial Import libicq.Seiichirou Hiraoka1998-11-195-0/+39
| | | | | | | libicq is based on micq Notes: svn path=/head/; revision=14666
* Make me the maintainer of this portArchie Cobbs1998-11-191-2/+2
| | | | Notes: svn path=/head/; revision=14665
* Belatedly activate epic4 after repository copy.Matthew Hunt1998-11-191-1/+2
| | | | | | | Reminded by: Bill Fumerola doing the same (in a more timely fashion) Notes: svn path=/head/; revision=14661
* Activate ciscoconfBill Fumerola1998-11-181-1/+2
| | | | | | | PR: 7888 Notes: svn path=/head/; revision=14658
* Initial import of ciscoconf - a cisco RCS trackerBill Fumerola1998-11-185-0/+51
| | | | | | | | PR: ports/7888 Submitted By: Joe Abley <jabley@clear.co.nz> Notes: svn path=/head/; revision=14657
* Um, I think you got yourself confused. This is a simple case of DISTNAMESatoshi Asami1998-11-181-6/+3
| | | | | | | being sufficient for almost everything. :) Notes: svn path=/head/; revision=14637
* OSVERSION wasn't used any more.Satoshi Asami1998-11-181-3/+1
| | | | Notes: svn path=/head/; revision=14636
* Activate beroftpd.Bill Fumerola1998-11-171-1/+2
| | | | | | | PR: ports/8584 Notes: svn path=/head/; revision=14621
* Upgrade to version 1.1a3, which seems to work for both my -STABLE systems,Bill Fumerola1998-11-174-17/+19
| | | | | | | | | | | | and other people's -CURRENT systems. Glad to get this in under the ports freeze crunch so this port doesn't have to be marked BROKEN. PR: ports/8709 Reviewed by: Brian Ruth <bruth@wmht.org> Submitted by: Brian Ruth <bruth@wmht.org> Notes: svn path=/head/; revision=14618
* Reflect import of ``portscanner''.Bill Fumerola1998-11-171-1/+2
| | | | | | | PR: ports/7582 Notes: svn path=/head/; revision=14617
* Remove "x11" from categories, this is a mere application.Satoshi Asami1998-11-171-2/+2
| | | | Notes: svn path=/head/; revision=14594
* Activate gtksamba.Vanilla I. Shu1998-11-161-1/+2
| | | | Notes: svn path=/head/; revision=14566
* Import gtksamba, GtkSamba is a GUI tool for the Configuration of the Samba.Vanilla I. Shu1998-11-166-0/+56
| | | | | | | | PR: ports/8572 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=14565
* You can put both checksums in one file. (MD5_FILE wasn't intended to beSatoshi Asami1998-11-162-2/+2
| | | | | | | changed by individual ports...probably should have used "=" in bsd.port.mk.) Notes: svn path=/head/; revision=14552
* Activate pathchar.Jacques Vidrine1998-11-151-1/+2
| | | | Notes: svn path=/head/; revision=14540
* pathchar alpha 0 for a.out systems, pathchar alpha 1 for ELF systems.Jacques Vidrine1998-11-156-0/+103
| | | | | | | | | LBNL Internet path characterization tool PR: ports/8588 Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14539
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-145-47/+54
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Somehow my system had two files that didn't come with the package.Bill Fumerola1998-11-121-1/+6
| | | | | | | | | | It's not sane to require a completly different port (sniffit) just for two simple header files, so I'm putting them in ${FILESDIR}. Thanks to Anders Andersson <anders@sanyusan.se> for the remind. Notes: svn path=/head/; revision=14486
* woju@freebsd.ee.ntu.edu.tw requested I take over maintance.David E. O'Brien1998-11-121-2/+2
| | | | Notes: svn path=/head/; revision=14485
* Update of ntop from 0.4 to 1.0, the author fixed a lot of the sillyBill Fumerola1998-11-122-7/+7
| | | | | | | | | | mistakes so most of the patches were deleted. Two of the patches were to the same file, but changed so drastically, I just reimported them. PR: 8292 Notes: svn path=/head/; revision=14481
* changing the MAINTAINER address, I'm trying to keep work e-mail addressesBill Fumerola1998-11-112-4/+4
| | | | | | | seperate from FreeBSD e-mail addresses. Notes: svn path=/head/; revision=14477
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-117-21/+28
| | | | | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
* Upgrade, 5.6.5 -> 5.7.2.Masafumi Max NAKANE1998-11-092-6/+6
| | | | Notes: svn path=/head/; revision=14427
* upgrade to 2.2.0.David E. O'Brien1998-11-083-56/+66
| | | | Notes: svn path=/head/; revision=14404
* Remove leading/traling slash from MASTER_SITE_SUBDIRBill Fenner1998-11-071-2/+2
| | | | Notes: svn path=/head/; revision=14397
* Update to client version 2.8.1Mike Smith1998-11-064-8/+8
| | | | | | | Submitted by: Ben Hutchinson <benhutch@xfiles.org.uk> Notes: svn path=/head/; revision=14370
* Upgrade to v0.28.Joseph Koshy1998-11-043-8/+7
| | | | | | | | PR: 8562 Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> (maintainer) Notes: svn path=/head/; revision=14343
* Activate 'radiusclient'.Joseph Koshy1998-11-041-1/+2
| | | | Notes: svn path=/head/; revision=14341
* Import of `radiusclient', a client library and basic utilities forJoseph Koshy1998-11-045-0/+52
| | | | | | | | | | Radius authenticated login. PR: 7942 Submitted by: Maurice Castro <maurice@serc.rmit.edu.au> Notes: svn path=/head/; revision=14340
* manpage was out of date WRT codeDavid E. O'Brien1998-11-021-0/+38
| | | | Notes: svn path=/head/; revision=14311
* Update to version 0.44.Steve Price1998-11-0216-190/+256
| | | | | | | | PR: 8514 Submitted by: maintainer Notes: svn path=/head/; revision=14294
* Add arla and citrix_ica.Satoshi Asami1998-10-301-1/+3
| | | | Notes: svn path=/head/; revision=14253
* remove "BROKEN_ELF= depends on blt".Kenjiro Cho1998-10-281-3/+1
| | | | | | | blt is already fixed. Notes: svn path=/head/; revision=14228
* Upgrade to version 5.0.10Bill Fenner1998-10-264-10/+15
| | | | Notes: svn path=/head/; revision=14204
* Upgrade to 981011.Matthew Hunt1998-10-263-11/+11
| | | | | | | | PR: 8398 Submitted by: Seiichirou Hiraoka <flathill@flathill.gr.jp> Notes: svn path=/head/; revision=14203
* Upgrade to 1.0.2.Vanilla I. Shu1998-10-2628-170/+140
| | | | Notes: svn path=/head/; revision=14196
* Fix checksum; distfile changed without changing name.Bill Fenner1998-10-251-1/+1
| | | | | | | | PR: ports/8287 Submitted by: Bruce A. Mah <bmah@ca.sandia.gov> Notes: svn path=/head/; revision=14180
* turn on quesoDavid E. O'Brien1998-10-241-1/+2
| | | | Notes: svn path=/head/; revision=14170
* QueSO determines a remote OS by sending simple TCP packets and analysingDavid E. O'Brien1998-10-247-0/+164
| | | | | | | the result. Notes: svn path=/head/; revision=14169
* Unbreak.Mark Murray1998-10-215-56/+39
| | | | | | | | Upgrade to v1.8b3. Fix for Perl5. Notes: svn path=/head/; revision=14147
* Upgrade to 0.4.1, remove the TAG of USE_AUTOCONF,Vanilla I. Shu1998-10-204-10/+10
| | | | | | | | add GNU_CONFIGURE. Remind by: Ollivier Robert Notes: svn path=/head/; revision=14131