summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't include bsd.port.pre.mk twice. This usually is caused by firstSatoshi Asami2000-01-071-1/+1
| | | | | including bsd.port.pre.mk and then later including bsd.port.mk (the latter of which of course should be bsd.port.post.mk).
* Update my mail address.Jun Kuriyama2000-01-062-1/+2
| | | | | Qualify ambiguous call for "open()" to make quiet warning message. Non-patched version is installed as Telnet.pm.orig.
* Activate lambdamooSeiichirou Hiraoka2000-01-051-0/+1
|
* Remove 'info/dir' from PLISTChris D. Faulhaber2000-01-051-1/+0
| | | | | | | Remove unwanted patch-aa.orig and patch-ab.orig PR: 15905 Submitted by: Maintainer
* Submitted by: flathill@FreeBSD.orgSeiichirou Hiraoka2000-01-057-0/+94
| | | | The most commonly used program to run MOOs
* Adding COMMENT back after is was mistakenly removed.Steve Price2000-01-041-0/+1
|
* Update port to 1.0b-018Chris D. Faulhaber2000-01-042-5/+5
|
* add datapipeDaniel Baker2000-01-041-0/+1
|
* remove bogus files that were brought in by botched commitDaniel Baker2000-01-041-1/+0
|
* properly (i hope) import datapipe portDaniel Baker2000-01-045-0/+38
| | | | | | datapipe is a simple program that allows a listening TCP/IP port to be constructed on the machine it is running on. Any connections to that port will then be forwarded to the specified remote host and remote port.
* Make PREFIX clean.David E. O'Brien2000-01-021-0/+4
|
* turn on ngrepDavid E. O'Brien2000-01-021-0/+1
|
* ngrep strives to provide most of GNU grep's common features, applyingDavid E. O'Brien2000-01-025-0/+40
| | | | | | | them to the network layer. ngrep somewhat replaces tcpdump. {DESCR,COMMENT} Obtained from: NetBSD [after I started making this port, I realized NetBSD had a port if it]
* Mention that this version has the GUI built into it.John Polstra2000-01-011-1/+2
|
* Tell the build process that we have paths.h so we get the correctSteve Price1999-12-311-4/+14
| | | | | | path to sendmail compiled into the rdist6 binary. PR: 14548
* Fix a crash on -STABLE with a SIGFPE error which would happen every fewJim Mock1999-12-282-0/+22
| | | | | | seconds after startup. Submitted by: Vivek Khera <khera@kciLink.com>
* General comment cleanups.Tim Vanderhoek1999-12-284-4/+4
|
* These ports are supported on FreeBSD/Alpha systems now (postJohn Polstra1999-12-284-7/+18
| | | | sigset_t 4.x versions only).
* Update to version 1.1.1-pre1.Steve Price1999-12-272-2/+3
| | | | | PR: 15715 Submitted by: maintainer
* * Fixup MASTER_SITESSteve Price1999-12-279-10/+139
| | | | | | | | * Split patches one file per patch * Whitespace nits PR: 15720 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* These ports now need 'LIB_DEPENDS=gd.0:...'.Steve Price1999-12-271-1/+1
|
* Use ${SH} to invoke shell scripts since the execute bits aren't setSteve Price1999-12-271-4/+4
| | | | | | for these files in CVS. Submitted by: maintainer
* Install manpages and add WWW to DESCR. Note: since our soelim(1) doesn'tSteve Price1999-12-273-24/+111
| | | | | | | | | | | | | support a '-I' argument, instead of this soelim -Iman1 man1/foo.1 > tmp I did this. (cd man1; soelim foo.1) > tmp PR: 15093 Submitted by: maintainer
* Update to version 3.50.6.Steve Price1999-12-2711-51/+159
| | | | | PR: 14915 Submitted by: maintainer
* Oops, no it doesn't.Chris Piazza1999-12-261-1/+0
|
* Requires NEWGCCChris Piazza1999-12-261-0/+1
| | | | Submitted by: Brent Kearney <brent@kearneys.ca>
* TweakChris Piazza1999-12-251-2/+2
|
* An ncurses based window- and menu-driven ICQ client. It is fullyChris Piazza1999-12-259-0/+112
| | | | | | | featured and includes the ability to associate sounds with certain events. Requested by: Brent Kearneys <brent@kearneys.ca>
* Update to version 1.2.0.Steve Price1999-12-258-504/+488
| | | | | PR: 15686 Submitted by: maintainer
* Update to version 0.99072807.Steve Price1999-12-254-4/+76
| | | | | PR: 15683 Submitted by: maintainer
* merlinmon is a little curses app that will show you the current stateNick Sayer1999-12-255-0/+34
| | | | | of your Novatel Sage or Merlin CDPD modem. It is analagous to their Opcenter or Modem Manager software for windows.
* Activate merlinmon portNick Sayer1999-12-251-0/+1
|
* Upgrade to version 1.45, use better building logic.Bill Fumerola1999-12-253-26/+9
|
* Upgrade to 0.7.9, the latest and greatest with even more dissectors.Bill Fumerola1999-12-258-10/+10
| | | | Fix pkg/COMMENT to sound like it wasn't written by a four-year-old.
* use rc.conf instead rc.conf.localAndreas Klemm1999-12-243-3/+3
| | | | Submitted by: Mike Smith <msmith@FreeBSD.org>
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsMichael Haro1999-12-243-3/+3
| | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* tell the user to use rc.conf.local, to start zebra ...Andreas Klemm1999-12-243-3/+3
|
* - Upgrade to 0.83aAndreas Klemm1999-12-249-15/+183
| | | | | | | | | | | | - remove zebra.sh from ${PREFIX}/etc/rc.d - start zebra now from /etc/rc.conf.local - new zebra start script is ${PREFIX}/sbin/zebractl {start|stop|restart} Example: /etc/rc.conf.local: defaultrouter="NO" router_enable="YES" router="/usr/local/sbin/zebractl" router_flags="start"
* Update to version 0.09.Steve Price1999-12-242-4/+4
| | | | | PR: 15570 Submitted by: maintainer
* New MASTER_SITE.Steve Price1999-12-242-4/+1
| | | | | PR: 15574 Submitted by: maintainer
* Update to version 1.2.8.Steve Price1999-12-2437-194/+44
| | | | | PR: 15599 Submitted by: maintainer
* Update to version 2.1.10.Steve Price1999-12-238-32/+28
| | | | | PR: 10806 Submitted by: Dima Sivachecko <dima@Chg.RU>
* Upgrade to 5.9.12.Masafumi Max NAKANE1999-12-232-4/+4
|
* Add a tac script to launch the CLI client included with this port.Steve Price1999-12-232-0/+3
| | | | | PR: 15409 Submitted by: Matt Behrens <matt@zigg.com>
* New MASTER_SITE.Steve Price1999-12-231-1/+1
| | | | | PR: 15344 Submitted by: maintainer
* New MASTER_SITE and add support for IP_PORTRANGE.Steve Price1999-12-232-2/+2
| | | | | PR: 15343 Submitted by: maintainer
* Update to version 1.0.8.Steve Price1999-12-238-16/+20
| | | | | PR: 15295 Submitted by: jack@germanium.xtalwind.net
* Update to version 4.2.11.Steve Price1999-12-233-6/+41
| | | | | PR: 15173 Submitted by: maintainer
* Update to zebra-0.83a.Josef Karthauser1999-12-236-6/+6
|
* Distfile changed on master site.John Polstra1999-12-232-2/+2
| | | | | | | The previous a.out binaries contained the bug which was later fixed in patch-bv of the modula-3-lib port. The new binaries solve that problem. Note, these are a.out binaries and they are used only on -2.2 systems. The ELF binaries were already OK.