summaryrefslogtreecommitdiff
path: root/net-mgmt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Development versioin of scotty3 (after repo-copy).Jun Kuriyama2000-07-149-241/+268
|
* Oops, revert last commit. In my rush to fix a "problem", I forgot toWill Andrews2000-07-124-4/+0
| | | | actually check to see that this /bin/echo wasn't accounted for. 8)
* Fix /bin/echo -> echo problem that is caused due to the lack of -e optionWill Andrews2000-07-124-0/+4
| | | | | | in the base system. Submitted by: Dan Larsson <dl@tyfon.net>
* Add NetSaint-plugins 1.2.8-4, a plugin package for Netsaint.Will Andrews2000-07-1214-0/+872
| | | | | Patches submitted by: Jim Sloan <odinn@atlantabiker.net>, to whom I am extremely grateful! Thanks!
* Add NetSaint 0.0.5-2, an extremely powerful network monitoring system.Will Andrews2000-07-1264-0/+2448
| | | | | Patches submitted by: Jim Sloan <odinn@atlantabiker.net>, to whom I am extremely grateful! Thanks!
* Adding p0f version 1.7.Steve Price2000-07-106-0/+141
| | | | | | | A passive OS fingerprinting tool. PR: 19225 Submitted by: Trevor Johnson <trevor@jpj.net>
* Update to version 3.0.1.Steve Price2000-07-074-9/+9
| | | | | PR: 19596 Submitted by: Michael Vasilenko <acid@ci.net.ua>
* Add p5-Net-SNMP, a Perl interface to SNMP.Will Andrews2000-07-0610-0/+84
| | | | | PR: 19743 Submitted by: Christopher N. Harrell <cnh@ivmg.net>
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-0512-37/+149
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Respect CC and CFLAGSKris Kennaway2000-07-011-4/+12
|
* Add p5-Net-Netmask, a perl module to parse, manipulate and lookup IPWill Andrews2000-06-305-0/+36
| | | | | | | network blocks. PR: 17418 Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+2
| | | | MASTER_SITE_LOCAL site.
* Remove "Extra" item on deinstall.Maxim Sobolev2000-06-232-0/+4
| | | | Submitted by: bento
* Unleash all of these ports upon the people. I no longer have any interestWill Andrews2000-06-221-1/+1
| | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
* The port assigns PLIST_SUB after <bsd.port.pre.mk> is included, so substitutionMaxim Sobolev2000-06-184-8/+8
| | | | | | of %%PREFIX%% for ldconfig didn't work. Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-175-18/+21
| | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-165-5/+5
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-2/+1
|
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-164-4/+4
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-158-16/+8
|
* Fix small typo.Will Andrews2000-06-141-1/+1
| | | | Submitted by: W. Gerald Hicks <jhix@mindpspring.com>
* Use mkstemp() instead of insecure mktemp().Maxim Sobolev2000-06-094-0/+116
| | | | | PR: 19047 Hall of Shame entry: Mikhail Teterin <mi@aldan.algebra.com> (for his !@#$%^ ego)
* portlintAlexander Langer2000-06-082-42/+4
| | | | Reviewed by: will
* Update LIB_DEPENDS for gd: gd.0 -> gd.1.Will Andrews2000-06-061-1/+1
|
* Add STING, a TCP-based network measurement tool that measures end-to-endWill Andrews2000-05-228-0/+71
| | | | | | | | | | | | | | network path characteristics. sting is unique because it can estimate one-way properties, such as loss rate, through careful manipulation and observation of TCP behavior. Since Benno submitted the port first, and since the patches are nearly identical, Benno will get credit for creating the port. However, since Kelly offered to maintain it, he will get the job. PRs: 18476, 18508 Submitted by: Benno Rice <benno@netizen.com.au>, Kelly Yancey <kbyanc@posi.net>
* Fixes for recent kernel changes, this will screw over people (like me)Bill Fumerola2000-05-1716-8/+216
| | | | | | | | | | | | who have a -CURRENT before: Fri May 5 9:58:59 2000 UTC by phk .. however, since no __FreeBSD_version bump was performed, I can't handle this with the usual Makefile magic. Submitted by: kuriyama-san Reviewed by: Matt Ayres <mayres@chc-chimes.com> ("it works now")
* o Upgrade to 4.1.2Bill Fumerola2000-05-1716-72/+316
| | | | | | | | | | | | o Correct PLIST o Correct MANx PR: 18548 Submitted by: Amakawa Shuhei <sa264@cam.ac.uk> o Finally fix shared libraries Submitted by: billf, will(sorta)
* First crack at updating to 4.1.1, more features to come, but at leastBill Fumerola2000-05-1220-76/+40
| | | | the newest version is here.
* Remove empty directories that end with "Net" upon deinstallation.Satoshi Asami2000-05-081-0/+2
| | | | Submitted by: bento
* Distfile changed on MASTER_SITE.Steve Price2000-04-301-1/+1
| | | | | | PR: 18204 Submitted by: David G. Andersen <dga@lcs.mit.edu> Reviewed by: maintainer
* make portversion conformMichael Haro2000-04-201-1/+1
|
* use WWW: (portlint)Michael Haro2000-04-201-1/+2
|
* remove duplicate DISTNAMEMichael Haro2000-04-201-1/+0
|
* Put back DISTNAME.Satoshi Asami2000-04-152-2/+4
|
* Remove bogus "." in the PORTVERSION.David E. O'Brien2000-04-152-2/+2
|
* "p" (meaning "patch") -> ".".Satoshi Asami2000-04-151-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-0928-67/+67
|
* Assume maintainershipBill Fumerola2000-04-074-4/+4
|
* Resign as maintainer. I had thought someone else volunteered to takeGary Palmer2000-04-064-4/+4
| | | | over, but apparently they never changed the MAINTAINER flag.
* Finish moving MAINTAINER for my ports.Will Andrews2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Restore useless version required comments.David E. O'Brien2000-03-222-0/+2
|
* move PATCH* to Patch section of Makefile (portlint)Michael Haro2000-03-204-0/+4
|
* Remove the "version required" line.David E. O'Brien2000-03-202-2/+0
|
* IP Flow Meter is a bandwidth analysis tool, that measures how much bandwidthChris D. Faulhaber2000-03-117-0/+56
| | | | | | | specified hosts use on their Internet link. PR: 17190 Submitted by: Roman Shterenzon <roman@xpert.com>
* IP Stack Integrity CheckerChris D. Faulhaber2000-03-115-0/+41
| | | | | | | | | Its purpose is to test the stability of an IP Stack and its component stacks (TCP, UDP, ICMP et. al.) It does this be generating random packets of the desired protocol. PR: 16976 Submitted by: Brad Hendrickse <bradh@uunet.co.za>
* This port doesn't build with byacc on -current, so add 'USE_BISON=yes'.Steve Price2000-02-271-0/+1
|
* p5-Net-IPv4Addr provides functions to parse IPv4 addresses bothAde Lovett2000-02-255-0/+43
| | | | | | | | | in traditional address/netmask format and in the new CIDR format. Methods for calculating the network and broadcast address, and also to check if a given address is in a specific network also exist. PR: 16984 Submitted by: Brad Hendrickse <bradh@uunet.co.za>
* Skip building the parts that make this port BROKEN on FreeBSD 4.Bill Fenner2000-02-214-4/+4
| | | | (and unmark it BROKEN).
* Respect CCKris Kennaway2000-02-171-4/+6
|
* I forgot to update the files on freefall before the import.Torsten Blum2000-02-132-0/+33
| | | | Some changes in packaging (esp. setting NO_PACKAGE ;-)