aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for recent kernel changes, this will screw over people (like me)billf2000-05-1816-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.2billf2000-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 leastbillf2000-05-1320-76/+40
| | | | the newest version is here.
* Remove empty directories that end with "Net" upon deinstallation.asami2000-05-081-0/+2
| | | | Submitted by: bento
* Distfile changed on MASTER_SITE.steve2000-04-301-1/+1
| | | | | | PR: 18204 Submitted by: David G. Andersen <dga@lcs.mit.edu> Reviewed by: maintainer
* make portversion conformmharo2000-04-211-1/+1
|
* use WWW: (portlint)mharo2000-04-211-1/+2
|
* remove duplicate DISTNAMEmharo2000-04-211-1/+0
|
* Put back DISTNAME.asami2000-04-152-2/+4
|
* Remove bogus "." in the PORTVERSION.obrien2000-04-152-2/+2
|
* "p" (meaning "patch") -> ".".asami2000-04-151-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-1028-67/+67
|
* Assume maintainershipbillf2000-04-074-4/+4
|
* Resign as maintainer. I had thought someone else volunteered to takegpalmer2000-04-074-4/+4
| | | | over, but apparently they never changed the MAINTAINER flag.
* Finish moving MAINTAINER for my ports.will2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Restore useless version required comments.obrien2000-03-222-0/+2
|
* move PATCH* to Patch section of Makefile (portlint)mharo2000-03-214-0/+4
|
* Remove the "version required" line.obrien2000-03-202-2/+0
|
* IP Flow Meter is a bandwidth analysis tool, that measures how much bandwidthjedgar2000-03-117-0/+56
| | | | | | | specified hosts use on their Internet link. PR: 17190 Submitted by: Roman Shterenzon <roman@xpert.com>
* IP Stack Integrity Checkerjedgar2000-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'.steve2000-02-281-0/+1
|
* p5-Net-IPv4Addr provides functions to parse IPv4 addresses bothade2000-02-265-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.fenner2000-02-224-4/+4
| | | | (and unmark it BROKEN).
* Respect CCkris2000-02-171-4/+6
|
* I forgot to update the files on freefall before the import.torstenb2000-02-142-0/+33
| | | | Some changes in packaging (esp. setting NO_PACKAGE ;-)
* Cricket is a high performance, extremely flexible system for monitoringtorstenb2000-02-1421-0/+568
| | | | | | | trends in time-series data. Cricket was expressly developed to help network managers visualize and understand the traffic on their networks, but it can be used all kinds of other jobs, as well. It's similar to mrtg, but takes a different approach, is faster and more flexible.
* rename trafshow to trafshow2mharo2000-02-133-7/+7
| | | | | | | maintainer timeout PR: 15931 Submitted by: Michael Vasilenko <acid@stu.cn.ua>
* Initial import of dhcpconf-0.7.0.imura2000-02-136-0/+80
| | | | | | | Neat console-based ISC DHCP server configuration-generating utility. PR: 16520 Submitted by: Will Andrews <andrews@technologist.com>
* Style nits in the ports I maintain.obrien2000-02-132-39/+44
|
* Support CC/CFLAGS/PREFIX properlyjedgar2000-02-131-2/+22
| | | | | | | Support install macros PR: 16666 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update version to 2.8.12.imura2000-02-133-5/+11
| | | | | PR: 16627 Submitted by: Dmitry Sivachenko <dima@netserv1.chg.ru>
* - Changed port to use ${PREFIX}imura2000-02-137-21/+92
| | | | | | | | - Changed to use ${CFLAGS} in /etc/make.conf - Added do-install:, so proper INSTALL macros could be used PR: 16595 Submitted by: Christopher J. Michaels <cjm2@altavista.net>
* Upgrade to newer and available version. Port still doesn't play nicelynbm2000-02-083-7/+6
| | | | | | | with DESTDIR and such. PR: 16575 Submitted by: maintainer
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Upgrade to nstreams 1.0.0kris2000-02-072-3/+3
| | | | Reviewed by: Maintainer
* Adding libsmi version 0.1.8.steve2000-01-305-0/+204
| | | | | | | A library to access SMI MIB information. PR: 16404 Submitted by: Marcin Cieslak <saper@system.pl>
* Adding trafd version 3.0.steve2000-01-296-0/+77
| | | | | | | The BPF traffic collector. PR: 16294 Submitted by: Michael Vasilenko <acid@stu.cn.ua>
* Make this compile under -CURRENT with the sigset_t changes.obrien2000-01-211-4/+201
| | | | Submitted by: Alexander Langer <alex@big.endian.de>
* These ports now need 'LIB_DEPENDS=gd.0:...'.steve1999-12-281-1/+1
|
* Update to version 2.1.10.steve1999-12-244-16/+14
| | | | | PR: 10806 Submitted by: Dima Sivachecko <dima@Chg.RU>
* Revert back to 3.5.8.steve1999-12-1116-24/+395
|
* Update to version 4.5.0.steve1999-12-1016-395/+24
| | | | | Requested by: rgrimes Submitted by: Ade Lovett <ade@lovett.com>
* Update to use Tcl/Tk version 8.2.steve1999-11-291-4/+4
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Cope with ANSI C++'isms when gcc 2.95 is the system compiler.steve1999-11-2913-2/+378
|
* Update to Tcl/Tk version 8.2.steve1999-11-291-6/+6
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* grr....back out commit error.jmb1999-11-164-24/+16
| | | | restore previous version of the file.
* add two more codes to ICMP error 12 (Parameter Problem).jmb1999-11-164-16/+24
| | | | | | these two are detailed in RFC1700. Reviewed by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
* This time lets cvs add the patch files...mharo1999-10-263-0/+248
| | | | | | | | | | | | | | | | | | Corrected DESCR regarding name of BPF in -CURRENT. Added #!/bin/sh to two shellscripts in the distribution. PR: 14520 Submitted by: maintainer adding the following functionality to trafd: -D run in foregroud -I don't distinguish ports/protocols (count only by IP) -S count only IP from this range(s) (all other IP accounted AS 255.255.255.255) -A aggregate IP-addresses in given network(s) PR: 14521 Submitted by: maintainer
* Corrected DESCR regarding name of BPF in -CURRENT.mharo1999-10-261-2/+5
| | | | | | | | | | | | | | | | | Added #!/bin/sh to two shellscripts in the distribution. PR: 14520 Submitted by: maintainer adding the following functionality to trafd: -D run in foregroud -I don't distinguish ports/protocols (count only by IP) -S count only IP from this range(s) (all other IP accounted AS 255.255.255.255) -A aggregate IP-addresses in given network(s) PR: 14521 Submitted by: maintainer
* Update to 0.75flathill1999-10-132-3/+3
| | | | | PR: ports/14298 Submitted by: sjr@home.com
* Correct WWW:; Reformat and add a URL that was never added; GIF -> PNGbillf1999-09-301-4/+5
|
* Import of nstreams.cpiazza1999-09-255-0/+39
| | | | | | | | | | nstreams analyzes the streams that occur on a network. It displays which streams are generated by users and can optionally generation ipfw rules that will match these streams, thus only allowing what is required for the users, and nothing more. PR: 13913 Submitted by: Daniel O'Connor <darius@dons.net.au>
* Judiciously s/int/ssize_t/ so this build on FreeBSD/Alpha.steve1999-09-201-0/+18
|
* Need to include sys/types.h for u_char and friends on FreeBSD/Alpha.steve1999-09-201-0/+10
|
* Update to version 3.5.8fenner1999-09-092-9/+10
| | | | | PR: ports/11807 Submitted by: Yarema <yds@dppl.com>
* A helper library for p5-SNMP, including walk functions.fenner1999-09-096-0/+60
|
* Update to 2.8.8fenner1999-09-092-3/+3
| | | | | PR: ports/13573 Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
* Take over maintance.obrien1999-09-071-1/+1
| | | | Ok'ed by: Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp>
* Upgrade to version 1.4.0p6.obrien1999-09-072-3/+3
|
* Fix to work after the ucd-snmp library bump.billf1999-09-052-3/+30
| | | | | Submitted by: <jack@germanium.xtalwind.net> PR: ports/13540
* o Bump SHLIB_VERSION to 4 and make this port build it that way.billf1999-09-0516-20/+116
| | | | | | | | | | | | | o Look for perl in the right place (patch-ah) o Add a typedef that ucd-snmp wants (patch-ag) o Install headers files with the right permissions Submitted by: <jack@germanium.xtalwind.net> PR: ports/13539 ---------------------------------------------------------------------- o Remove extraneous HAS_CONFIGURE introduced by nectar in rev1.19 o Use the PATCH_* framework and grab 012.patch from the authors.
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-318-8/+8
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-3020-20/+20
|
* Upgrade SNMP to 4.0.1, which is a last minute bugfix.billf1999-08-2810-16/+18
| | | | | | | Upgrade p5-SNMP to 1.8.1 and mark it broken as it is incompatible with the ucd-snmp changes. If this is a huge problem, then a repo copy of ucd-snmp can be made and we can have the hassle of keeping two copies in our tree.
* Update to version 4.0cpiazza1999-08-2712-140/+160
| | | | Submitted by: billf
* chmod -> ${CHMOD}mharo1999-08-238-21/+21
| | | | chown -> ${CHOWN}
* Update to version 0.72cpiazza1999-08-042-5/+5
| | | | | PR: 12945 Submitted by: maintainer
* PR: 12870foxfair1999-07-302-2/+3
| | | | | | | Submitted by: Leo Kim <leo@florida.sarang.net> Reviewed by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> Missing a locale perl module when install mrtg, add it back.
* PR: 12834foxfair1999-07-292-3/+3
| | | | | | | | | | Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw> Update mrtg to 2.8.6. The original maintainer, jfitz, has disappeared about more than a month. I can't contact him by email, and have no idea to reach him in the other way. So I take the update request from the submitter.
* Some portlints.sada1999-07-111-21/+21
| | | | | PR: ports/12201 Submitted by: Nick Hibma <nick.hibma@jrc.it>
* Set IS_INTERACTIVE for this port.steve1999-07-051-1/+2
|
* Fix a typo (p5-SNMP_Simple -> p5-SNMP_Session)cpiazza1999-06-281-2/+2
|
* Remove trailing spaces, and any periods that were hidden by them.hoek1999-06-284-4/+4
|
* Import of the SNMP_Session perl module. This module differscpiazza1999-06-285-0/+44
| | | | | | | | from existing SNMP packages in that it is completely stand- alone. PR: 12231 Submitted by: Stephen J. Roznowski <sjr@home.net>
* Support ${PREFIX} better and also only depend on tcp_wrappers if itmharo1999-06-271-3/+5
| | | | doesn't exist in the base system.
* Commit #3/4 to enforce caps, no period.hoek1999-06-2712-12/+12
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* WWW: This is definately the daemon's work. In Chuck we trust.mharo1999-05-034-5/+6
|
* Unbreak.kris1999-04-304-12/+12
|
* Another bunch off WWW: links in DESCRscrappy1999-04-224-4/+4
|
* * Mark this BROKEN for a.out systems.nectar1999-04-194-32/+16
| | | | | | | | | | | | 3.6.1 tickles a linker bug in the a.out ld: ``ld: internal error: RRS relocs exceed allocation 343'' * Remove the patches.aout directory since it was forgotten during upgrade 3.5.3->3.6.1 by <kuriyama@FreeBSD.ORG> * Remove most of the crud from the main Makefile that was there for the a.out build I'm going to add a tag for the 3.5.3 (1999/04/06 really) port in case someone must build ucd-snmp for a 2.2.x FreeBSD
* Remove empty line.asami1999-04-124-8/+4
|
* Upgrade to p5-SNMP-1.8b5jseger1999-04-082-4/+4
| | | | | PR: ports/11000 Submitted by: Dima Sivachenko <dima@Chg.RU>
* Upgrade to v3.6.1 and apply some patches. But this version still haskuriyama1999-04-0832-124/+356
| | | | | | | kvm_read() problem on some RELENG_3 system. No response from: maintainer PR: ports/7330, ports/8908, ports/8909
* Master site moved.fenner1999-04-074-8/+8
|
* Import of bpft version 2.0.steve1999-04-038-0/+200
| | | | | | | The BPF Traffic Collector. PR: 10679 Submitted by: Oddbjorn Steffensen <oddbjorn@tricknology.org>
* Small utility for finding out time & netmask through ICMP.taoka1999-03-316-0/+44
| | | | | PR: ports/9366 Submitted by: Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
* Upgrade to v2.7.2jfitz1999-03-303-9/+15
| | | | | PR: ports/10598, ports/10831 Submitted by: mharo@area51.fremont.ca.us (10831), dima@Chg.RU (10598)
* Make this build again.steve1999-03-254-0/+160
| | | | PR: 10561
* Add homepage.kuriyama1999-03-114-0/+8
|
* Upgrade to v2.6.6jfitz1999-03-103-20/+33
| | | | | | Remove bogus runtime dependency on p5-PV PR: ports/9728 Requested-by: irving@bokonon.logiclink.com, dima@Chg.RU
* Fix to configure problem.asami1999-02-121-1/+2
| | | | | PR: 9730 Submitted by: maintainer
* Upgrade to 1.4.0p5obrien1999-02-0810-185/+109
|
* Don't know why the comments at the top of the file were removedsteve1999-02-041-2/+6
| | | | | in revision 1.31 (the commit message doesn't say) but I'm adding them back to make portlint happy.
* unBROKEN_ELF, it seems to work now.billf1999-02-041-3/+1
| | | | | PR: ports/9896 Submitted By: wollman, many others
* Use %%PERL_VER%% and %%PERL_ARCH%%.simokawa1999-01-121-6/+6
|
* Unbreak BROKEN_ELF. You can't just take a string with the wordfenner1999-01-061-2/+2
| | | | "couldn't" in it and enclose it in single quotes, folks...
* Use PLIST_SUB to avoid changing three hundred lines in PLIST every timeasami1998-12-222-371/+372
| | | | there is an upgrade.
* Mark broken for ELF:obrien1998-12-201-1/+3
| | | | | | | Error in startup script: couldn't load file "/usr/local/lib/tkined1.4.9.so": /usr/local/lib/tkined1.4.9.so: Undefined symbol "Tk_CanvasTagsParseProc" This is just waiting for those budding Tk/tcl hackers to dive in. :-)
* Update to scotty 2.1.9phk1998-12-195-386/+384
|
* Hey! how did that -lkvm get in there? :)obrien1998-12-061-4/+9
|
* Change install script.(use .for and .endfor)flathill1998-12-061-21/+11
|
* Upgrade to version 1.4.0p3.obrien1998-12-057-120/+53
|
* Import of `argus', a generic IP network transaction auditing tool.jkoshy1998-12-045-0/+84
| | | | | | | | | | | | Argus runs as an application level daemon, promiscuously reading network datagrams from a specified interface, and generates network traffic audit records for the network activity that it encounters. It is the way that Argus categorizes and reports on network activity that makes this tool unique and powerful. PR: ports/8954 Reviewed by: jkoshy Submitted by: Jonathan Hanna <jhanna@home.com> (maintainer)
* More USE_XLIBs.asami1998-11-281-1/+2
|
* Add NO_PACKAGE line.flathill1998-11-231-1/+3
|
* PR: ports/8801flathill1998-11-237-0/+198
| | | | | | Submitted by: bradh@iafrica.com Initial Import nocol. Network/Service monitoring software.
* Initial import of ciscoconf - a cisco RCS trackerbillf1998-11-195-0/+51
| | | | | PR: ports/7888 Submitted By: Joe Abley <jabley@clear.co.nz>
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-144-40/+52
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Unbreak.markm1998-10-215-56/+39
| | | | | Upgrade to v1.8b3. Fix for Perl5.
* * Upgrade to 3.5.3.nectar1998-10-2016-60/+168
| | | | | * Patch for ELF. * Create ${PREFIX}/etc/snmpd.sh.sample instead of ${PREFIX}/etc/snmp.sh.
* Properly use PERL variable.smace1998-10-101-1/+2
|
* Correct an obsolete URL. Fix a typo.jdp1998-10-091-2/+2
|
* Update to mrtg 2.5.3smace1998-09-293-6/+13
|
* Remove regexp support for tk41 library.steve1998-09-281-2/+2
|
* tk80 has been ELFized.asami1998-09-251-2/+2
|
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballasami1998-09-161-2/+2
| | | | | | checks haven't missed anything. Submitted by: dima
* Move one last manpage from PLIST to MANx in Makefile.steve1998-08-308-12/+8
|
* Unbreak after the perl upgrade.steve1998-08-302-6/+6
|
* "ln" -> "ln -f"asami1998-08-274-8/+8
|
* The manpage that was listed in pkg/PLIST has been moved to the Makefile.hoek1998-08-242-2/+4
|
* Add www.Awfulhak.org to the distribution sites as the otherbrian1998-08-222-4/+6
| | | | | sites move the old archive away when a new one is available (breaking the port).
* Version 2.0.2 -> 2.1a4brian1998-08-228-58/+40
|
* This netted the largest set of mis-installed manpages, yet!hoek1998-08-1911-195/+71
|
* Use OPSYS rather than call `uname' directly.obrien1998-08-101-2/+2
|
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-082-4/+4
|
* * Update to ucd-snmp 3.5.nectar1998-07-114-132/+176
|
* * Update ucd-snmp to version 3.5.nectar1998-07-118-24/+44
| | | | | * Incidently fixes problem building on 3.0-CURRENT. PR: 7198
* Portlint and strip binary file.vanilla1998-07-024-20/+62
|
* Generate /etc/resolv.conf even if domain name is not present.steve1998-06-281-6/+7
| | | | | PR: 7088 Submitted by: maintainer
* Force 'sharedlibextension' to .sosteve1998-06-052-19/+28
| | | | | | PR: 6809 Noticed by: Edwin Culp <eculp@ver1.telmex.net.mx> Suggested by: se
* Upgrade, 1.3Beta -> 1.4.0p1max1998-05-029-305/+176
| | | | | | | Change maintainer to Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp> PR: 6469 Submitted by: new maintainer
* Don't ask me why, but this port doesn't build anymore.asami1998-04-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | ------- ## make >> Checksum OK for SNMP-1.6.tar.gz. ===> Extracting for p5-SNMP-1.6 ===> p5-SNMP-1.6 depends on file: /usr/local/lib/libsnmp.a - found ===> p5-SNMP-1.6 depends on executable: perl5.00404 - found ===> Patching for p5-SNMP-1.6 ===> Applying FreeBSD patches for p5-SNMP-1.6 ===> Configuring for p5-SNMP-1.6 Checking if your kit is complete... Looks good Writing Makefile for SNMP ===> Building for p5-SNMP-1.6 mkdir ./blib mkdir ./blib/lib cp SNMP.pm ./blib/lib/SNMP.pm AutoSplitting SNMP (./blib/lib/auto/SNMP) make: don't know how to make /asn1.h. Stop *** Error code 2 Stop.
* typo fixed.itojun1998-04-181-2/+2
| | | | PR: 6286
* Unmark this broken, it appears to work for everyone else....asami1998-04-141-3/+1
|
* Committing John Hays patches. Big thanks to him !andreas1998-04-078-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Runs fine on stable, on SMP current I still get race conditions very easily, so that tkined says "no Response" on snmp queries, and in the meantime it fills your /var partition with the /var/log/snmp.log file: 1998-04-06 22:35:16 UCD-SNMP version 3.3.1 Opening port(s): 161 system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist klookup(3, 0xefbfbf60, 96): klread: Bad address TCP_Count_Connections - inpcb: Bad address klookup(3, 0xefbfbf60, 96): klread: Bad address TCP_Count_Connections - inpcb: Bad address klookup(3, 0xefbfbf60, 96): klread: Bad address TCP_Count_Connections - inpcb: Bad address klookup(3, 0xefbfbf60, 96): klread: Bad address TCP_Count_Connections - inpcb: Bad address and so on. This might be -current and/or SMP related. John Hay says it runs ok on his -current. I'll committ it anyay¸ because it runs on -STABLE and that counts. BTW: added an @unexec in PLIST ...
* Round II, add some mirror sites.andreas1998-04-034-8/+16
|
* Update to newest version 3.3.1 for -stable,andreas1998-04-0312-204/+192
| | | | -current needs some fine tuning, later this evening or week ...
* Mark this port broken:asami1998-03-211-1/+4
| | | | | | | | | | | | | | | | | | | ===> Installing for scotty-2.1.8 ===> scotty-2.1.8 depends on shared library: tk80\.1\. - found Installing ntping Installing straps Making directory /usr/local/lib/tnm2.1.8 Installing scotty2.1.8 and tnm2.1.8.so Making directory /usr/local/lib/tnm2.1.8/library Installing ./../tnm/library/README Installing ./../tnm/library/dialog.tcl Installing ./../tnm/library/output.tcl Installing ./../tnm/library/snmp.tcl Installing ./../tnm/library/monitor.tcl Installing ./../tnm/library/obsolete.tcl Installing ./../tnm/library/init.tcl initialization failed: couldn't load file "/usr/local/lib/tnm2.1.8": bad magic number in "/usr/local/lib/tnm2.1.8" *** Error code 1
* Update the version number a place I hadn't noticed it before.phk1998-03-111-4/+4
|
* Unbreak this port.asami1998-03-043-372/+371
| | | | Submitted by: phk (two typos fixed by committer)
* Yipes, in the procss of marking this port BROKEN, I broke it evenasami1998-02-181-2/+2
| | | | | further by adding unquoted ()'s to the BROKEN string! (Now how's that for recursive brokenness.)
* Mark this port BROKEN, apparently some patches went missing.asami1998-02-161-1/+2
|
* Update to version 2.1.8.phk1998-02-131-9/+0
| | | | Obtained from: David Pennell <dpennell@xyplex.com>
* Update to version 2.1.8.phk1998-02-131-3/+3
| | | | Obtained from: David Pennell <dpennell@xyplex.com>
* Secondary category tk41hoek1998-02-121-2/+2
|
* Remove BROKEN= "tcl" line.hoek1998-02-083-13/+11
|
* Remove if_var.h stuff added by me.brian1998-01-124-68/+32
|
* Upgrade to 2.5.1.vanilla1997-12-172-4/+4
|
* Make this build under 3.0.jseger1997-11-301-0/+12
|
* Unmark this port broken, operator error (old header file).asami1997-11-244-8/+4
| | | | Reported by: fenner@parc.xerox.com, jhay@mikom.csir.co.za
* Mark this port broken, it does not build. If it builds for -current,asami1997-11-224-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | please add some sysctl -n kern.osreldate magic, Justin. NFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \ snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \ snmptrap.1 snmpstatus.1 MAN3= snmp_api.3 mib_api.3 MAN5= variables.5 snmpd.conf.5 MAN8= snmptrapd.8 snmpd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \ snmpset snmpstatus snmptest snmptranslate \ snmptrap snmptrapd snmpwalk SBIN= snmpd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done @if [ ! -f ${PREFIX}/etc/rc.d/snmpd.sh ]; then \ echo "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/snmpd.sh; \ echo "[ -x /usr/local/sbin/snmpd ] && /usr/local/sbin/snmpd && echo -n ' snmpd'" >> ${PREFIX}/etc/rc.d/snmpd.sh; \ chmod 751 ${PREFIX}/etc/rc.d/snmpd.sh; \ fi .include <bsd.port.mk>
* Mark the ports that were broken in one way or another by the recent tclasami1997-11-221-2/+4
| | | | change "BROKEN".
* clog is a program that logs all connections on your subnet. It uses theobrien1997-11-055-0/+40
| | | | | | pcap(3) packet capture library to log any SYN packets to a logfile. The output format is designed to be very easily parsed by various text processing tools.
* tkined.sh.in was missing the "$*", which led to the misbehaviour,andreas1997-10-141-1/+1
| | | | | that tkined couldn't be called with an argument : tkined filename1 Reviewed by: agreed by phk
* to allow arbitrary ${PREFIX}. sorry!itojun1997-10-071-3/+3
|
* choparp port.itojun1997-10-077-0/+121
| | | | | small and simplified proxy arp daemon. Submitted by: itojun@itojun.org
* Change the cache file to /var/db/dhcp_cacheobrien1997-10-072-2/+3
| | | | Suggested by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
* Move the client cache file from /etc to /var/tmp (which survies a reboot).obrien1997-10-061-4/+16
| | | | I'm don't really care where under /var it lives, but I do want it out of /etc.
* Update to use ports tcl 8.0 / tk 8.0:cwt1997-08-281-4/+4
| | | | | | | | patch-af is new to adjust configure in order to find the tcl/tk config files. Also adjust patch-aa which didn't completely reflect the previous upgrade to scotty-2.1.6 (version numbers off-by-one.)
* Update to use ports tcl 8.0 / tk 8.0.cwt1997-08-281-5/+5
|
* Update PLIST (there were no changes really, just they insist on usinggpalmer1997-08-051-375/+375
| | | | | | the version number in directory names *sigh*) Reminded by: The Portmeister
* While I'm here, update to 2.1.6. No major changes, seems primarily togpalmer1997-08-053-14/+4
| | | | be for support of TCL 8. patch-ac is now part of the dist.
* Correct comment in headergpalmer1997-08-051-2/+2
|
* Update to version 2.0.2 released.obrien1997-08-014-6/+6
| | | | Permission from: brian@awfulhak.org
* Upgrade to 2.4.1jfitz1997-07-052-7/+8
|
* Add newline to end of filegpalmer1997-07-054-4/+4
| | | | Pointed-Out-By: Dave Duchscher <Dave.Duchscher@net.tamu.edu>
* Upgrade to ucd-snmp 3.2, and make it work on -current.fenner1997-07-0312-152/+240
|
* Make this one stop asking questions.jfitz1997-07-021-6/+13
| | | | Locked-in-a-room,bound,gagged,and-beaten-up-by: Satoshi
* Mark this broken for -current. (Even Peter can't get it to work.)asami1997-07-024-4/+24
|
* Oops, specify the path to the arpwatch binary.brian1997-07-022-2/+2
|
* Patch and add arp2ethers & ethercodes.dat installation.brian1997-07-018-12/+78
| | | | | | | | Suggested by: neil.long@materials.oxford.ac.uk (Neil J Long) Add etc/rc.d/arpwatch.sh Don't mention arp.dat as an "installed" file - we may want this after pkg_delete.
* Import of a perl5 interface to UCD's SNMP libraryjfitz1997-06-276-0/+80
|
* Install libsnmp.a into ${PREFIX}/libjfitz1997-06-274-0/+72
| | | | | | | Install SNMP headers into ${PREFIX}/include/snmp Compile libsnmp.a with "-DPIC -fpic" to allow dynamic linking without RRS Text Relocation errors. PR: ports/3880
* Upgrade to v2.3jfitz1997-06-172-5/+5
|
* Add perl5.004 to BUILD_DEPENDSjfitz1997-06-141-2/+3
| | | | Submitted by: Bill Fenner <fenner@parc.xerox.com>
* Let the port's Makefile compress the man pages.max1997-05-317-52/+76
| | | | | | Install docs and sample files into ${PREFIX}/share/{doc,examples}/dhcp respectively. Submitted-by: sanpei@yy.cs.keio.ac.jp
* Part 6/6 of the update:max1997-05-311-0/+1
| | | | | | Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp
* Part 5/6 of the update:max1997-05-311-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
* Part 4/6 of update:max1997-05-311-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
* Part 3/6 of update:max1997-05-311-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
* Part 2/6 of update:max1997-05-311-5/+15
| | | | | | Append description of dhcpc.interface.pid file to man page. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp
* Part 1/6 of update:max1997-05-311-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
* Update to 2.0.2a1fenner1997-05-296-20/+22
| | | | Found by: distfile checker
* Version 3.0 is denoted by 300000 now.asami1997-05-182-2/+2
|
* Make the port not IS_INTERACTIVE if PACKAGE_BUILDINGfenner1997-05-184-8/+20
|
* Fix slipup in CATEGORIESjfitz1997-05-051-2/+2
|
* Import of RAToolSet, a policy analysis tool suite for the Internet Routing ↵jfitz1997-05-055-0/+77
| | | | | | Registry. Requested-by: Poul-Henning Kamp <phk@dk.tfs.com>
* Upgrade to v2.2jfitz1997-04-252-4/+4
|
* Not that it matters much, but delete empty line between BUILD_DEPENDSasami1997-04-211-2/+1
| | | | and RUN_DEPENDS.
* Add virtual category 'tk41'.wosch1997-04-201-2/+2
|
* Import of the multi-router traffic grapher.jfitz1997-04-185-0/+78
|
* Change brian@awfulhak.demon.co.uk to brian@awfulhak.orgbrian1997-04-144-8/+8
|
* Finish the update to wide-dhcp so that it compiles with thebrian1997-04-042-0/+53
| | | | | | | | | new interface stuff and if_var.h Closes pr3161 Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Obtained from: pr3161
* Update wide-dhcp so that it compiles with the newbrian1997-04-049-51/+310
| | | | | | | | | interface stuff (and if_var.h). Closes pr3161 Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Obtained from: pr3161
* Add install-man to INSTALL_TARGET rather than deal with it in post-installobrien1997-03-312-4/+4
| | | | target.
* COMMENT should be one line and as short as possible and still be ableobrien1997-03-314-8/+6
| | | | | to convey information. Need to package compressed manpages
* Style fixes:obrien1997-03-312-10/+16
| | | | | | | | * CATEGORIES doens't have ``+'' anymore * manpages should be listed in MAN8 so they get compressed * use ${MKDIR} so parrent dirs get created if nessicary * blank likes around MAINTAINER * PKGNAME isn't needed when PKGNAME is same as DISTNAME
* Import arpwatch version 2.0.1a1, a tool for monitoringbrian1997-03-3112-0/+176
| | | | | a network interface and maintaining a table of MAC addresses against IP numbers and host names.
* Add .../bin/scottyphk1997-03-212-1/+10
|
* Fix this so it will package. Also, instead of making "PLIST" fromasami1997-03-101-0/+393
| | | | | | "PLIST.in", make "PLIST.tmp" from "PLIST". The difference is that we can now do a grep on PLIST on the entire ports tree to find what the scotty port installed.
* Fix this so it will package. Also, instead of making "PLIST" fromasami1997-03-101-5/+6
| | | | | | "PLIST.in", make "PLIST.tmp" from "PLIST". The difference is that we can now do a grep on PLIST on the entire ports tree to find what the scotty port installed.
* Remember to change the Required line :)gpalmer1997-03-074-8/+8
|
* Try to bring this port up to date. Upgrade to 3.1.3, and untangle thegpalmer1997-03-078-12/+12
| | | | | | patches a bit (author incorporated a fair number of them, and made even more cross-platfrm portability improvements). I'll deal with any packaging changes tomorrow.
* Improve the IP-discover application.phk1997-03-073-82/+42
| | | | | | Fix INADDR_LOOPBACK starvation. Don't react to pings that come back from another address than what we pinged.
* Boldly venture into the realm of ports, abduct an old friend of minephk1997-03-054-28/+73
| | | | | | | and patch it up a bit. Yes indeed, phk is back in the tcl+snmp arena. Update to 2.1.5, add the ability to probe several communities with the IP-discover function.
* Interface load graphs now inherit SNMP properties from object.phk1997-03-031-0/+15
|
* A better attempt to correct the host/net byteorder problems.phk1997-03-031-16/+20
|
* ntohl() missing on result from gethostbyname()phk1997-03-021-0/+20
|
* (1) This is a classic example of a "trivial fix" blowing up on one's faceasami1997-01-191-25/+0
| | | | | | | unless you test it, Brian. :) (Directory path prefix was wrong.) (2) Also, this patch modifies the same file as patch-af, so I combined those two (see handbook).
* If a client suggests an IP that is different from the server-configbrian1997-01-181-0/+25
| | | | | | | | | IP for that hardware-address, return a NAK rather than being silent. Reviewed by: None (trivial fix, discussed briefly with author & cc'd to hackers) Submitted by: Brian Somers <brian@awfulhak.demon.co.uk> Obtained from: Brian Somers <brian@awfulhak.demon.co.uk>
* Ignore checksum of tzfile.h. Closes PR ports/2306.asami1996-12-292-3/+4
| | | | Submitted by: sanpei@yy.cs.keio.ac.jp
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,max1996-12-084-8/+8
| | | | | RESTRICTED or BROKEN. Pointed-out by: asami
* Now, string describing reason for defining these variables must be setmax1996-12-074-8/+8
| | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
* {CP} -> ${CP}.asami1996-12-031-7/+7
|
* Well, I know it doesn't make much sense to have something like "{RM}"asami1996-12-031-3/+3
| | | | | in there, but our make still isn't smart enough to figure out that it means "${RM}", David. :)
* General Makefile cleanupobrien1996-12-012-13/+15
| | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
* Cleaned up post-install target.obrien1996-12-014-32/+36
|
* Dang, what am I thinking?!? It's NO_PACKAGE, not NO_PACKAGES dummy.asami1996-11-224-8/+8
| | | | Maybe I should go to sleep.
* Make this NO_PACKAGE, it asks too many questions.asami1996-11-224-4/+8
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-186-65/+21
|
* make package now works.erich1996-10-102-167/+13
| | | | | | | some files are installed in .../$(uname -m)-$(uname)-$(uname -r)/..., so we've got to use the `construct a PLIST' trick. Pointed out by: Satoshi
* Removed the version number.max1996-10-061-1/+1
| | | | Changed to make it better looking when doing make print-index.
* upgrade to 2.1.3erich1996-09-173-71/+55
|
* Make this work on -current post this change:asami1996-08-191-18/+28
| | | | | | | | | | | | * davidg 96/06/12 19:54:21 * * Modified: sys/net if_ethersubr.c * sys/netinet if_ether.c * Log: * Keep ether_type in network order for BPF to be consistent with other * systems. Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
* Make the depended library names match the directories.asami1996-07-101-4/+4
|
* It's net, not networking (which makes me wonder where I copied this from)gpalmer1996-07-104-8/+8
|
* The SNMP package from University of California at Davisgpalmer1996-07-0620-0/+368
| | | | Ok'ed by: asami
* Make this thing work with Microsoft network.asami1996-07-061-2/+13
| | | | Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
* Upgrade to 2.0.2gpalmer1996-06-075-24/+238
|
* Remove all the unnecessary junk from MAKE_ENV, it is now set by +=.asami1996-05-301-2/+2
|
* Don't forget the -c flag to install and -f flag to gzip so that "makeasami1996-05-204-11/+11
| | | | reinstall" works.
* Add OSTYPE=`uname` to MAKE_ENV so straight sh/csh users can build this one.asami1996-05-201-1/+3
| | | | Reported by: sanpei@yy.cs.keio.ac.jp
* Re-import wide-dhcp to a more suitable location. Also change the portasami1996-05-0412-0/+362
| | | | | | to one that works. Submitted by: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
* Change "networking" to "net".asami1995-11-271-2/+2
|
* Don't need the --with-tcl-include=... stuff, these should all be inasami1995-09-151-2/+2
| | | | | | /usr/local because *_DEPENDS handles them. Reviewed by: Gennady Sorokopud <gena@NetVision.net.il>
* Fix multi-line comments. Thanks, Jordan!asami1995-05-161-2/+1
| | | | Pointed-out by: jkh
* (1) Use PATCHFILES.asami1995-04-241-17/+7
| | | | (2) Call scripts/untrue for all the Makefile.in's from pre-configure.
* Whom: "gena" -> "Gennady Sorokopud <gena@netvision.net.il>"asami1995-04-181-2/+2
|
* Update of net Makefiles! Am I done? :)asami1995-04-151-5/+8
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Back out my change to convert DEPENDS->LIB_DEPENDS. There is a goodjkh1995-02-221-4/+2
| | | | reason for it being the way it was.
* Scotty port.jkh1995-02-225-0/+102
Submitted by: Gennady Sorokopud <gena@netvision.net.il>