summaryrefslogtreecommitdiff
path: root/net-mgmt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Be more informative and produce an error if binary doesn'tKirill Ponomarev2004-06-161-0/+3
| | | | | | exist. Submitted by: rob@piethief.co.uk
* Update to version 2.10.14.Dmitry Sivachenko2004-06-162-3/+3
| | | | | PR: 67988 Submitted by: "Andrew J. Caines" <A.J.Caines@halplant.com>
* Committed (with some fixups), thanks!Bruce M Simpson2004-06-148-0/+536
| | | | | PR: ports/67327 Submitted by: Paul Chvostek
* INSTALL[<space><tab>] fix.Jun Kuriyama2004-06-143-3/+3
| | | | Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* - update to 9.3.2Clement Laforet2004-06-112-4/+5
| | | | | PR: 67845 Submitter by: Nicolas Jombart <ecu@ipv42.net> (maintainer)
* This patch adds support for labeling interfaces in arpwatchKirill Ponomarev2004-06-115-27/+209
| | | | | | | | | reports. Labels are created by making a symlink in the arpwatch data directory that points at the textual description (e.g. ln -s "Internal Network" dc0). PR: ports/67838 Submitted by: maintainer
* - Update to version 1.9011Lars Thegler2004-06-052-4/+4
| | | | | | - Unbreak for perl 5.005_03 Approved by: erwin (mentor)
* Sync with new bsd.autotools.mkAde Lovett2004-06-042-0/+2
|
* Update to 0.2 after a maintainer timeout.Peter Pentchev2004-06-042-3/+3
| | | | | PR: 58196 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
* - Remove obsolete MASTER_SITESKirill Ponomarev2004-06-031-2/+1
|
* Remove dhcpconf entry (forgotten in previous commit)Clement Laforet2004-06-031-1/+0
|
* - Remove ports/net-mgmt/dhcpconfClement Laforet2004-06-035-84/+0
| | | | | This port is obsolete since ports tree has dhcpd 3.x (it was designed for dhcpd 2.x). Futhermore, it used to coredump on -CURRENT.
* Change of email address.Lars Thegler2004-06-016-6/+6
| | | | Approved by: erwin (mentor)
* - Update to version 0.6.4p1Kirill Ponomarev2004-06-012-3/+5
|
* - Use fixed UID/GIDPav Lucistnik2004-05-312-4/+4
|
* IGNORE: Uses an unregistered uid/gid.Kris Kennaway2004-05-311-0/+2
|
* - Unbreak on 5.x: need perl to buildPav Lucistnik2004-05-301-2/+1
|
* - Unbreak on 5.x: perl is needed to buildPav Lucistnik2004-05-302-4/+2
|
* Add missing USE_PERL5Kris Kennaway2004-05-301-0/+1
|
* BROKEN: Install failsKris Kennaway2004-05-303-0/+6
|
* - Teach to respect hier(7):Pav Lucistnik2004-05-286-164/+196
| | | | | | | | | | - CVS repository went to /usr/local/var/rancid/CVS - config files went to /usr/local/etc/rancid - the man pages are in /usr/local/man - rancid binaries are installed in: /usr/local/libexec/rancid PR: ports/67259 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* - Update to 0.8.5aPav Lucistnik2004-05-273-2/+8
| | | | | PR: ports/67253 Submitted by: Lars Thegler <lars@thegler.dk>
* - Update to version 0.6.4Kirill Ponomarev2004-05-272-3/+3
|
* - Add more MASTER_SITESKirill Ponomarev2004-05-261-1/+2
|
* - Refresh MASTER_SITESPav Lucistnik2004-05-251-3/+2
| | | | | PR: ports/67177 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* Remove databases/postgresql-client because there can't be a -server, and havingMathieu Arnold2004-05-252-2/+2
| | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
* - Fix argument parsing in check_mrtgPav Lucistnik2004-05-242-1/+16
| | | | | PR: ports/67056 Submitted by: Michael Wayne <wayne@staff.msen.com>
* SNMPTT (SNMP Trap Translator) is an SNMP trap handler written in PerlBruce M Simpson2004-05-246-0/+147
| | | | for use with the Net-SNMP / UCD-SNMP snmptrapd program (www.net-snmp.org).
* - Add missing patchKirill Ponomarev2004-05-241-0/+28
|
* - turn off interactivity for pipe-oriented mode (colondump)Kirill Ponomarev2004-05-243-7/+44
| | | | | | | | | - convert ASN table from static to alloc()ed to reduce memory footprint - bump PORTREVISION PR: ports/67117 Submitted by: maintainer
* Also report MIB::ifName/MIB::ifAlias; bump PORTREVISION.Volker Stolz2004-05-242-0/+43
| | | | | PR: ports/66905 Submitted by: Russell Jackson (maintainer)
* Remove some post-patch install detritus.Bruce M Simpson2004-05-212-2/+2
| | | | Nudged by: kris
* Unbreak net/zabbix-agent.Volker Stolz2004-05-214-6/+4
| | | | | PR: ports/66923 Submitted by: Sergey Akifyev (maintainer)
* Fix signed int problem in display (when displaying verySergey A. Osokin2004-05-215-13/+49
| | | | | | | | | | | | | | | active flows it is possible to overflow bytecount). [1] Also: [2] o use DOCSDIR and DATADIR macros o move files from pkg-plist to Makefile o remove pkg-plist Reported by: Gleb Smirnoff <glebius at sell dot sick dot ru> Submitted by: Dmitry Morozovsky <marck at rinet dot ru> (maintainer) [1], osa [2] Approved by: maintainer PR: 66936
* Deprecate the dependency on net-snmp4 by folding it under a WITH_NETSNMP4Bruce M Simpson2004-05-203-0/+27
| | | | | | | switch, and set to depend on net-snmp's builtin SNMP.pm implementation by default. Reviewed by: fenner
* Numerous changes:Bruce M Simpson2004-05-206-1/+64
| | | | | | | | | | | | - Explicitly USE_GMAKE. - Add a switch WITH_UCDSNMP to only depend on p5-SNMP if net-snmp4 is preferred over net-snmp, as net-snmp provides SNMP.pm (unless compiled WITHOUT_PERL). - Add some files to pkg-plist as makefile install targets are lazy (i.e. they use wildcards) to avoid package deinstall failures. - Add some needed FreeBSD patches. Submitted by: Hiroki Sato (patches)
* Update to 1.30Erwin Lansing2004-05-185-8/+5
| | | | | PR: 66803 Submitted by: maintainer
* Update to Argus release 2.0.6.Stefan Eßer2004-05-177-158/+582
| | | | | | | | | The clients are no longer part of this port, but will be built by the argus-clients port, which is listed as a dependency. Since both the argus and argus-clients ports contain the same COPYING file and want to install it into the same directory, I have disabled installation of the copyright file by this port, assuming that the dependent argus-clients port already did it ...
* This port builds the Argus clients, which used to be bundledStefan Eßer2004-05-177-0/+369
| | | | with the Argus daemon, until release 2.0.6 of Argus.
* - Update to 3.20Volker Stolz2004-05-162-9/+7
| | | | | | | | - Prune unused dependencies Based on PR: ports/58705 Submitted by: Yu-Shun Wang Approved by: maintainer timeout
* s/post-patch/pre-configure/ so that BUILD_DEPENDS are really available.Volker Stolz2004-05-161-1/+1
| | | | Noticed by: pointyhat
* Unbreak on 5.0.Jun Kuriyama2004-05-133-12/+12
| | | | My mbuf statistics code works only after 5.1-REL.
* Prevent error in snmpconf script with recent perl.Jun Kuriyama2004-05-126-6/+33
| | | | Reported by: daver@vicor.com (Pomegranate)
* Add p5-SNMP_Session to BUILD_DEPENDS.Volker Stolz2004-05-111-1/+2
| | | | | Noticed by: bento Approved by: billf
* Unbreak after recent net-snmp update.Tilman Keskinoz2004-05-062-7/+24
| | | | | Comment out the failing configure check. No response from maintainer since April 14
* Update to 4.2.6 [1]Mathieu Arnold2004-05-062-12/+12
| | | | | | | | builds fine on 5.8 pet portlint PR: 65697 [1] Submitted by: Helge Oldach <p5snmpapr04@oldach.net>
* - Update to 2.3Pav Lucistnik2004-05-068-38/+56
| | | | | PR: ports/66316 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* Fix build on amd64.Tilman Keskinoz2004-05-052-0/+10
| | | | A check for va_copy is missing in the configure script.
* Add kismet, an 802.11 layer2 wireless network detector, sniffer, and intrusionPav Lucistnik2004-05-055-0/+96
| | | | | | | | detection system. Kismet will work with any wireless card which supports raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and 802.11g traffic. PR: ports/66274 Submitted by: Thomas Spreng <spreng@socket.ch>
* Add mbuf cluster statistics.Jun Kuriyama2004-05-059-249/+291
|