aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.2.2vs2004-06-233-11/+12
| | | | | | | | | | | (libpcapnav-support is disabled because libpcapnav links against libpcap.so from base and the port itself links against libpcap.a from the port. I haven't checked if this would indeed cause problems, but sounds like asking for trouble to me) Closes PR: ports/64866 Submitted by: Gaspar Chilingarov Approved by: maintainer timeout
* Make small improvement: print packets per second in topmode.osa2004-06-234-8/+85
| | | | | Original patch from: Gleb Smirnoff <glebius@cell.sick.ru> Fixed patch from, approved by: Dmitry Morozovsky <marck@rinet.ru> (maintainer)
* o Try to use modern autotools.kuriyama2004-06-2312-210/+126
| | | | | | | | o Fix typo about WITHOUT_PERL knob. (1) o Unbreak on -current after mbuf allocator changes. (2) Submitted by: ceri (1) Complained from: many people (2)
* Be more informative and produce an error if binary doesn'tkrion2004-06-171-0/+3
| | | | | | exist. Submitted by: rob@piethief.co.uk
* Update to version 2.10.14.demon2004-06-162-3/+3
| | | | | PR: 67988 Submitted by: "Andrew J. Caines" <A.J.Caines@halplant.com>
* Committed (with some fixups), thanks!bms2004-06-158-0/+536
| | | | | PR: ports/67327 Submitted by: Paul Chvostek
* INSTALL[<space><tab>] fix.kuriyama2004-06-143-3/+3
| | | | Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* - update to 9.3.2clement2004-06-122-4/+5
| | | | | PR: 67845 Submitter by: Nicolas Jombart <ecu@ipv42.net> (maintainer)
* This patch adds support for labeling interfaces in arpwatchkrion2004-06-125-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.9011lth2004-06-052-4/+4
| | | | | | - Unbreak for perl 5.005_03 Approved by: erwin (mentor)
* Sync with new bsd.autotools.mkade2004-06-052-0/+2
|
* Update to 0.2 after a maintainer timeout.roam2004-06-042-3/+3
| | | | | PR: 58196 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
* - Remove obsolete MASTER_SITESkrion2004-06-041-2/+1
|
* Remove dhcpconf entry (forgotten in previous commit)clement2004-06-031-1/+0
|
* - Remove ports/net-mgmt/dhcpconfclement2004-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.lth2004-06-016-6/+6
| | | | Approved by: erwin (mentor)
* - Update to version 0.6.4p1krion2004-06-012-3/+5
|
* - Use fixed UID/GIDpav2004-05-312-4/+4
|
* IGNORE: Uses an unregistered uid/gid.kris2004-05-311-0/+2
|
* - Unbreak on 5.x: need perl to buildpav2004-05-301-2/+1
|
* - Unbreak on 5.x: perl is needed to buildpav2004-05-302-4/+2
|
* Add missing USE_PERL5kris2004-05-301-0/+1
|
* BROKEN: Install failskris2004-05-303-0/+6
|
* - Teach to respect hier(7):pav2004-05-296-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.5apav2004-05-273-2/+8
| | | | | PR: ports/67253 Submitted by: Lars Thegler <lars@thegler.dk>
* - Update to version 0.6.4krion2004-05-272-3/+3
|
* - Add more MASTER_SITESkrion2004-05-261-1/+2
|
* - Refresh MASTER_SITESpav2004-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 havingmat2004-05-252-2/+2
| | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
* - Fix argument parsing in check_mrtgpav2004-05-252-1/+16
| | | | | PR: ports/67056 Submitted by: Michael Wayne <wayne@staff.msen.com>
* SNMPTT (SNMP Trap Translator) is an SNMP trap handler written in Perlbms2004-05-256-0/+147
| | | | for use with the Net-SNMP / UCD-SNMP snmptrapd program (www.net-snmp.org).
* - Add missing patchkrion2004-05-241-0/+28
|
* - turn off interactivity for pipe-oriented mode (colondump)krion2004-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.vs2004-05-242-0/+43
| | | | | PR: ports/66905 Submitted by: Russell Jackson (maintainer)
* Remove some post-patch install detritus.bms2004-05-212-2/+2
| | | | Nudged by: kris
* Unbreak net/zabbix-agent.vs2004-05-214-6/+4
| | | | | PR: ports/66923 Submitted by: Sergey Akifyev (maintainer)
* Fix signed int problem in display (when displaying veryosa2004-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_NETSNMP4bms2004-05-213-0/+27
| | | | | | | switch, and set to depend on net-snmp's builtin SNMP.pm implementation by default. Reviewed by: fenner
* Numerous changes:bms2004-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.30erwin2004-05-185-8/+5
| | | | | PR: 66803 Submitted by: maintainer
* Update to Argus release 2.0.6.se2004-05-187-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 bundledse2004-05-187-0/+369
| | | | with the Argus daemon, until release 2.0.6 of Argus.
* - Update to 3.20vs2004-05-172-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.vs2004-05-161-1/+1
| | | | Noticed by: pointyhat
* Unbreak on 5.0.kuriyama2004-05-143-12/+12
| | | | My mbuf statistics code works only after 5.1-REL.
* Prevent error in snmpconf script with recent perl.kuriyama2004-05-126-6/+33
| | | | Reported by: daver@vicor.com (Pomegranate)
* Add p5-SNMP_Session to BUILD_DEPENDS.vs2004-05-111-1/+2
| | | | | Noticed by: bento Approved by: billf
* Unbreak after recent net-snmp update.arved2004-05-072-7/+24
| | | | | Comment out the failing configure check. No response from maintainer since April 14
* Update to 4.2.6 [1]mat2004-05-062-12/+12
| | | | | | | | builds fine on 5.8 pet portlint PR: 65697 [1] Submitted by: Helge Oldach <p5snmpapr04@oldach.net>
* - Update to 2.3pav2004-05-068-38/+56
| | | | | PR: ports/66316 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* Fix build on amd64.arved2004-05-062-0/+10
| | | | A check for va_copy is missing in the configure script.
* Add kismet, an 802.11 layer2 wireless network detector, sniffer, and intrusionpav2004-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.kuriyama2004-05-059-249/+291
|
* Restore mbuf statistics support on recent 5.x.kuriyama2004-05-046-36/+540
| | | | To retrieve these values, check hrStorageUsed or hrStorageSize.
* - Update to 0.4.2pav2004-05-024-56/+84
| | | | | | PR: ports/65605 Submitted by: ijliao Approved by: maintainer timeout (2 weeks)
* - update to 0.7.7 [0]petef2004-05-023-110/+49
| | | | | | | | - convert versions to %%VERSION%% and %%LASTVER%% PLIST_SUB substitutions PR: 65316 [0] Submitted by: maintainer [0]
* use USE_OPENLDAP.eik2004-05-012-4/+4
| | | | Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
* Update to 2.2.0mich2004-04-292-3/+3
| | | | - Feature enhancement.
* - Update to version 4.20040414krion2004-04-294-21/+35
| | | | | PR: ports/65842 Submitted by: maintainer
* - Update to 0.6.3krion2004-04-292-6/+6
|
* - Update to version 1.9009krion2004-04-202-3/+3
| | | | | PR: ports/65781 Submitted by: maintainer
* Don't remove a directory we didn't installkris2004-04-193-3/+0
|
* These broken ports are scheduled for deletion on June 18 if they arekris2004-04-191-0/+2
| | | | still broken at that time and no PRs have been submitted containing a fix.
* Update to version 1.03.demon2004-04-192-3/+3
|
* BROKEN: Configure failskris2004-04-192-0/+4
|
* - Fix build with PostgreSQL (optional, default off)pav2004-04-191-2/+8
| | | | | PR: ports/65644 Submitted by: Krzysztof Stryjek <wtp+netsaint@bsdguru.org>
* support for flow-tools data formatijliao2004-04-181-0/+6
| | | | | PR: 65064 Submitted by: Viktor Fomichev <vfom@sicex.ru>
* - Fix parameters passed to /bin/ps which is used by check_procs and check_nagiospav2004-04-183-25/+60
| | | | | | | | - Port change: support environment value NAGIOS_PLUGINS_OPTIONS which can be used to preselect compile options PR: ports/65144 Submitted by: Blaz Zupan <blaz.zupan@amis.net> (maintainer)
* - Update to 1.0.5pav2004-04-183-3/+5
| | | | | PR: ports/65525 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* BROKEN: Configure failskris2004-04-171-0/+2
|
* - Fix WWW:krion2004-04-161-1/+1
|
* - Remove USE_SIZE knobkrion2004-04-162-2/+0
|
* - Change maintainer's emailkrion2004-04-161-1/+1
| | | | | PR: ports/65602 Submitted by: maintainer
* - Fix build with libnet-develkrion2004-04-151-0/+123
| | | | Reported by: bento via kris
* add TkTopNetFlows 0.4ijliao2004-04-155-0/+60
| | | | | | | GUI tool for NetFlow data visualisation PR: 65542 Submitted by: Viktor Fomichev <vfom@narod.ru>
* - Respect PTHREAD_CFLAGS[LIBS]krion2004-04-153-6/+19
| | | | | | | - Correct pkg-descr PR: ports/65549 Submitted by: maintainer
* - Update to 1.2.1(b)clement2004-04-152-5/+4
|
* - Install additional exampleskrion2004-04-152-0/+10
| | | | - Bump PORTREVISION
* - Update to version 0.6.2krion2004-04-142-3/+3
|
* - Bump PORTREVISION because of new libnet-devel versionkrion2004-04-142-0/+2
|
* - Update to version 1.0krion2004-04-142-4/+3
|
* - Fix DNS resolver bugkrion2004-04-144-4/+65
| | | | | PR: ports/65508 Submitted by: Matthew George <mdg@secureworks.net>
* - Fix DNS resolution bugkrion2004-04-144-9/+49
| | | | | PR: ports/65501 Submitted by: maintainer
* Fix tcp.tcpCurrEstab.0 counting.kuriyama2004-04-146-30/+93
| | | | | PR: ports/65487 Submitted by: Ken Stailey <kstailey@yahoo.com>
* BROKEN: Changes permissions of system directorieskris2004-04-131-0/+2
|
* - Update to 1.9008krion2004-04-122-3/+3
| | | | | PR: ports/65445 Submitted by: maintainer
* Tidy up whitespace.trevor2004-04-116-9/+9
|
* Cram into 80 columns by 24 rows.trevor2004-04-111-63/+21
|
* - Update to 1.0pav2004-04-104-32/+32
| | | | | | | | | - Fix OPTIONS usage - Fix net-snmp configure argument - Fix problem with building zabbix-agent PR: ports/64325, ports/65313 Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer)
* - Really reset a maintainerpav2004-04-101-1/+1
|
* - Update to version 3.4.5krion2004-04-064-15/+20
| | | | | PR: ports/65194 Submitted by: maintainer
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* Fix incorrect message about WITHOUT_IPV6.kuriyama2004-04-053-3/+3
| | | | Reported by: many
* Readd changes which was lost in repocopy of this port from net to net-mgmt:pav2004-04-043-2/+64
| | | | | | | | | | | | | | | | | | | | | | | | | Makefile rev 1.15 Install the p0fa.fp and p0fr.fp files, needed when the -A and -R options are used (new PORTREVISION). PR: 62273 Submitted by: Radim Kolar files/patch-p0f.c rev 1.3 On FreeBSD, the loopback interface is normally called lo0. PR: 62358 Submitted by: Radim Kolar files/patch-mtu.h rev 1.5 files/patch-p0f.c rev 1.1 more patches to add loopback support PR: 62274 Submitted by: Radim Kolar Reported by: Radim Kolar <hsn@netmag.cz> Pointy hat (XL size) to: wollman
* Upgrade to 5.1.1.kuriyama2004-04-0324-195/+129
|
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* Add apan, an addon to Nagios that is used to collect results from Nagiospav2004-04-0116-0/+553
| | | | | | | | | | plugins and store it in RRD-files. You can the use Apan to view graphs of the data in Nagios web-interface. WWW: http://apan.sourceforge.net PR: ports/64941 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* SIZEify (maintainer timeout)trevor2004-03-3158-0/+58
|
* - Use USE_ICONV knobkrion2004-03-311-2/+2
| | | | Approved by: portmgr
* - Fix build on 5-x due to bad NULL usage.krion2004-03-303-8/+9
| | | | | PR: ports/64906 Submitted by: maintainer
* - Update to 1.28pav2004-03-294-5/+5
| | | | | PR: ports/64890 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
* Add sdig, Switch Digger, a program designed to track down computerspav2004-03-285-0/+75
| | | | | | | | to the finest level of information available at the moment. Sometimes this can mean an exact description of a port in a building anywhere in an enterprise. PR: ports/64728 Submitted by: Russell Jackson <rjackson@cserv62.csub.edu>
* Drop maintainershipnbm2004-03-261-1/+1
|
* Add SNMP_Session.pm to RUN_DEPENDS.bms2004-03-251-0/+1
|
* Fix home directory for the sandbox user.bms2004-03-252-3/+3
|
* Big Sister is a flexible network and system monitor with SNMP integrationbms2004-03-257-0/+908
| | | | and a web interface.
* SIZE update jumbo-commit.bms2004-03-252-0/+2
| | | | Submitted by: trevor
* Add size data, approved by maintainers.trevor2004-03-251-0/+1
|
* - Update to version 0.6.1krion2004-03-252-5/+3
|
* Add arpscan-0.2,krion2004-03-235-0/+55
| | | | | | | | | arpscan is a very simple scanner which sends out arp requests for the given IP addresses and displays a list of the found hosts. PR: ports/64605 Submitted by: David Yeske <dyeske@yahoo.com>
* Drop maintainership.clement2004-03-222-2/+2
| | | | | PR: 64565 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
* - Update to 0.8.5pav2004-03-223-45/+84
| | | | | | | | - Reset maintainer who's not on Internet anymore PR: ports/62973 Submitted by: ZParta <zparta@skebo.ac> Approved by: maintainer timeout (2 weeks)
* Add size data, approved by maintainers.trevor2004-03-212-0/+2
|
* - Utilize PLIST_FILESkrion2004-03-214-11/+7
|
* - Utilize PLIST_FILESkrion2004-03-218-22/+16
|
* SIZEifyerwin2004-03-201-0/+1
| | | | | PR: 64496 Submitted by: maintainer, trevor
* Remove empty file.kuriyama2004-03-203-0/+0
| | | | | PR: ports/64478 Submitted by: ceri
* - Move arpwatch-devel to new category - net-mgmtkrion2004-03-202-1/+2
| | | | | PR: ports/64483 Submitted by: Matthew George <mdg@secureworks.net>
* - SIZE'ifykrion2004-03-201-0/+1
| | | | | PR: ports/64477 Submitted by: maintainer
* SIZEifymarcus2004-03-193-0/+3
| | | | Submitted by: trevor
* Add size data, approved by maintainers.trevor2004-03-194-0/+4
|
* Add size data, approved by maintainers.trevor2004-03-194-0/+4
|
* Restore Emil Mikulik as maintainer. He sent me his new e-mailtrevor2004-03-191-1/+1
| | | | address.
* Add SIZEarved2004-03-181-0/+1
| | | | Submitted by: trevor
* - SIZEify.mich2004-03-183-0/+3
| | | | Submitted by: trevor
* Add SIZE data.perky2004-03-181-0/+1
| | | | Submitted by: trevor
* SIZEifymr2004-03-181-0/+1
| | | | Submitted by: Trevor Johnson <trevor@FreeBSD.org>
* Use the maintainer's new e-mail address.trevor2004-03-183-3/+3
| | | | Obtained from: PR 64326
* E-mail to the maintainer bounced:trevor2004-03-181-1/+1
| | | | | <emikulic@optushome.com.au>: host mail.optusnet.com.au[211.29.132.250] said: 553 5.3.0 <emikulic@optushome.com.au>... No such user
* Add size data.trevor2004-03-182-0/+2
| | | | Approved by: maintainers
* Add size data.trevor2004-03-183-0/+4
| | | | Approved by: maintainers
* SIZEify.kuriyama2004-03-184-0/+4
| | | | Submitted by: trevor
* SIZEify.trevor2004-03-182-0/+2
|
* Correct MASTER_SITE_SUBDIR.demon2004-03-151-1/+1
| | | | | PR: 64294 Submitted by: Toshiya SAITOH <toshiya@saitoh.nu>
* - Update to 1.27pav2004-03-155-6/+6
| | | | | PR: ports/64071 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
* - Fix nagios dependencypav2004-03-151-2/+1
| | | | | PR: ports/64083 Submitted by: Paul Dlug <paul@nerdlabs.com> (maintainer)
* - Update to 1.9007krion2004-03-153-8/+13
| | | | | | | | - Assign maintainership to submitter - Fix WWW: PR: ports/64262 Submitted by: Lars Thegler <lars@thegler.dk>
* - Update to 9.3.1pav2004-03-145-10/+15
| | | | | PR: ports/64208 Submitted by: Nicolas Jombart <ecu@ipv42.net> (maintainer)
* o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-2/+2
| | | | o Bump $PORTREVISION.
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-1411-11/+11
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* BROKEN on 5.x: Does not compilekris2004-03-141-1/+7
|
* - Fix dependencieskrion2004-03-122-5/+5
| | | | | PR: ports/64147 Submitted by: maintainer
* - Fix incorrect accept(2) usagekrion2004-03-124-7/+14
| | | | | | | | | - SIZE'ify and remove unneeded distfile from distinfo [1] - Pet portlint [2] - Bump PORTREVISION PR: ports/64088 Submitted by: maintainer, trevor [1], krion [2]
* o More $REINPLACE_CMD'ify.kuriyama2004-03-123-15/+15
| | | | | | o Bump $PORTREVISION to force to clean up recent changes. Submitted by: Cyrille Lefevre
* Remove USE_SIZE now that it's used by default.olgeni2004-03-121-1/+0
|
* Reset maintainership. Maintainer does not have the time toerwin2004-03-121-1/+1
| | | | | | take care of this port. Submitted by: maintainer
* o Fix on 4.x.kuriyama2004-03-113-18/+6
| | | | | | o Use $REINPLACE_CMD. Submitted by: lofi@
* Mark broken for 4.x for the time being.kuriyama2004-03-113-0/+12
| | | | Perl modules are installed into wrong location for 4.x.
* Various fixes / improvements.kuriyama2004-03-1057-738/+2151
| | | | | | | See PR for details. PR: ports/63759 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* Unbreak: chase checksum change on PDF file (documentation update).olgeni2004-03-072-2/+10
| | | | | | | | | Add USE_SIZE support. This has already been done once, but the port was being repocopied so the change ended up in the previous port. Noticed by: kris
* - Update to version 1.4krion2004-03-063-7/+11
| | | | | PR: ports/63822 Submitted by: maintainer
* - Add more MASTER_SITESkrion2004-03-041-1/+2
| | | | Submitted by: bento via kris
* - Fix MASTER_SITESkrion2004-03-011-1/+2
|
* - Update to version 0.16krion2004-02-292-3/+3
|
* Avoid "kvm_read: Bad address" error.kuriyama2004-02-296-3/+33
| | | | | PR: ports/63026 Submitted by: Antoine Jacoutot <ajacoutot@lphp.org>
* fix PKGORIGIN for net/zabbix-agenteik2004-02-292-2/+2
|
* Fix build on CURRENTarved2004-02-291-3/+7
|
* USE_MYSQLarved2004-02-291-5/+7
| | | | Unbreak on CURRENT.
* [maintainer] zabbix: version bump 1.0b13 -> 1.0b14edwin2004-02-298-88/+18
| | | | | PR: ports/63340 Submitted by: Sergey Akifyev <asa@gascom.ru>
* Let the port choose between a PGSQL or MYSQL backend.edwin2004-02-294-10/+134
| | | | | | | | Fix compilation of net/zabbix when using the PGSQL backend. (author informed) PR: 61773, 62856 Submitted by: Michal F. Hanula <f@7f000001.org>, edwin@Mavetju.org Approved by: maintainer timeout
* Update to 0.47edwin2004-02-283-4/+4
|
* - Obey PTHREAD_LIBS also when libpthread exists.netchild2004-02-273-45/+74
| | | | | | - Use/respect DATADIR and DOCSDIR. Submitted by: Marius Strobl <marius@alchemy.franken.de>
* - Mark this port as DEPRECATED (removal is scheduled on 2004-05-26)clement2004-02-271-0/+3
| | | | since it's fairly buggy and works only with ISC-DHCPd v2
* fix PKGORIGINeik2004-02-251-1/+0
|
* - Update to 0.7.6pav2004-02-253-6/+61
| | | | | PR: ports/63244 Submitted by: Sergey Akifyev <asa@asa.gascom.net.ru> (maintainer)
* - Update to 1.26eik2004-02-2422-223/+461
| | | | | | | | | | | | - Use OPTIONS for optional dependencies - Change pkg-{,de}install to avoid risk of data loss when upgrading - Patch files instead of regexps in Makefile added a work around for PR 63293 PR: 63230 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer) Reviewed by: clement
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-23141-182/+312
| | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
* - Fix pkg-messagekrion2004-02-141-2/+2
| | | | | | PR: ports/61267 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> Approved by: timeout from maintainer
* - Add the ability to run in the background as daemon.krion2004-02-142-0/+64
| | | | | | | - Fix man page. PR: ports/62798 Submitted by: Aaron D. Gifford <agifford@infowest.com>
* If you attempt to send an ICMP echo to a host on the same ethernetlinimon2004-02-131-0/+17
| | | | | | | | | | | | | | | | | | subnet, and that host is down/turned off, the Tnm::icmp echo command will fail rather than return an unreachable indication on some occasions. This is because the nmicmpd program will occasionally get an EHOSTDOWN error when doing a sendto() when the ARP entry resolution times out. This is a problem since this API can support a list of hosts to send traffic to, and a single error as described will abort the entire operation. (The reviewer claims that he could not duplicate the problem, but that the patch seems like a good idea anyway.) PR: ports/24940 Submitted by: Louis Mamakos <louie@transsys.com> Reviewed by: Stefan Eßer <se@FreeBSD.org>
* - Update to version 0.6.0p3krion2004-02-122-4/+3
|
* Update to 0.09mat2004-02-122-3/+4
| | | | | | | Reset MAINTAINER (timeout > 3 months) PR: 59537 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to 1.9004mat2004-02-112-3/+7
| | | | | | | Reset MAINTAINER (timeout > 3 month) PR: 57983 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to 1.2: mostly bugfixes, but also configuration for other OSes.linimon2004-02-1124-182/+494
| | | | | | | | | | | | | | | | | | See Changelog for details. Details about the changes to the port (as differntiated from the source): - we depend on perl5 on build - remove nagmin support as the nagmin port was never commited - add rc.subr support - document supported tunables - add post-install documentation that documents the remaining steps the user needs to take to finish the installation - add deinstallation script the reminds the user to remove the username, group and directory PR: ports/62537 Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
* - Fix build on AMD64krion2004-02-101-0/+1
| | | | Approved by: maintainer
* - Update to version 1.0.4krion2004-02-082-6/+4
|
* - Update to version 0.6.0p2krion2004-02-082-4/+3
|
* - SIZEify distinfoclement2004-02-081-0/+1
|
* BROKEN on 5.x: does not compilekris2004-02-071-1/+7
|
* add USE_GCC=2.95 and unbreak this port.leeym2004-02-071-7/+2
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-0636-22/+22
|
* BROKEN: does not build with perl >=5.8kris2004-02-061-1/+7
|
* Update to 1.1.marcus2004-02-064-44/+3
| | | | | PR: 62413 Submitted by: maintainer
* Use PLIST_FILES.trevor2004-02-066-4/+4
| | | | Reviewed by: marcus
* Add the net-mgmt category, but do not connect it to the build until it hasmarcus2004-02-042-0/+5
| | | | some ports.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0426-7/+26
| | | | (Part 1)
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-044-8/+8
| | | | | Submitted by: trevor Tested by: bento
* - SIZEifykrion2004-01-3022-0/+22
|
* Mark broken on amd64edwin2004-01-302-0/+4
| | | | | | Noticed by: bento Approved by: Sergey Akifyev <asa@gascom.ru>
* Remove BROKEN now that this correctly builds on 5-current. From the PR:linimon2004-01-301-4/+0
| | | | | | | | | With recent fixes to lang/gcc295, irrtoolset-4.7.3 now builds on current. (NOTE: It appears that portversion was NOT updated on the gc295 port, so a re-install of the compiler port must be forced before this will build.) PR: ports/61439 Submitted by: Kevin Oberman <oberman@es.net> (maintainer)
* SIZEify.trevor2004-01-3019-0/+24
|
* - Update to version 0.6.0p1krion2004-01-292-12/+8
|
* Add size data.trevor2004-01-281-0/+1
|
* - Update to version 0.6.0krion2004-01-274-11/+28
| | | | * Add PostgreSQL support
* - Update to version 0.1.1krion2004-01-272-2/+2
| | | | | PR: ports/61947 Submitted by: maintainer
* - Fix RUN_DEPENDS for tmpwatchclement2004-01-251-1/+1
| | | | Reported by: bento via kris
* - Update to version 0.7.1krion2004-01-243-3/+4
| | | | * Use PLIST_FILES
* Now gettext 0.12.1 is gettext-old.trevor2004-01-244-4/+4
|
* - Fix dependency on fping for Bento (/usr/local/sbin is not in PATH on Bento)pav2004-01-242-2/+2
| | | | Reported by: bento via kris
* Update to tcpreplay-1.4.6smace2004-01-232-2/+2
|
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-1/+1
|
* - Update to 0.7.5clement2004-01-203-20/+55
| | | | | PR: 61356 Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer)
* - Add CONFLICTS between net/arpwatch and net/arpwatch-develkrion2004-01-202-0/+4
|
* This is a development fork of arpwatch. This has beenkrion2004-01-2021-270/+1202
| | | | | | | | | | | | | threaded in order to better deal with the requirements of multi-interface routers. Information regarding MAC addresses and interfaces is maintained by the program, and an alert is issued should a device move between interfaces. In addition, event processing has been refactored, and some bugs have been fixed. PR: 59180 Submitted by: Matthew George <mdg@secureworks.net> Approved by: portmgr
* - Update to 2.3.rc1pav2004-01-2026-326/+298
| | | | | PR: ports/61586 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* Remove an obsolete emailadress.arved2004-01-201-3/+0
|
* Update to version 2.10.13.demon2004-01-193-47/+39
|
* Update to version 1.00.demon2004-01-192-2/+2
|
* - Update to 2.4pav2004-01-182-3/+4
| | | | | | PR: ports/60063 Submitted by: Daniel Rudy <dcrudy@pacbell.net> Approved by: maintainer
* Add mrtg-ping-probe, A Round Trip Time and Packet Loss Probe for MRTGsanpei2004-01-186-0/+71
|
* - fix plistclement2004-01-182-0/+2
| | | | | | | | - bump PORTREVISION PR: 61484 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Approved by: erwin (mentor) (implicitly)
* - Update to 1.2.0bclement2004-01-163-11/+11
| | | | | Partially submitted by: John Fleming <john_fleming@compusa.com> Approved by: erwin (mentor) (implicitly)
* - Update to 1.0 beta13pav2004-01-166-18/+66
| | | | | | | - Makefile cleanup PR: ports/61360 Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer)
* - Add dependency on fpingpav2004-01-144-4/+36
| | | | | | | | - Bump portrevision PR: ports/60942 Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer) Reported by: Michal F. Hanula <frankie@nb.7f000001.org>
* - Fixed incorrect path in nrpe.sh init script.clement2004-01-142-2/+4
| | | | | | | | (Reported by: Angel Eduardo Porras Meza <aporrasmeza@hotmail.com>) PR: 61335 Submitted by: Paul Dlug <paul@nerdlabs.com> Approved by: erwin (mentor) (implicitly)
* - Update my email addressclement2004-01-131-1/+1
| | | | Approved and reviewed by: erwin (mentor)
* - Update to version 0.8krion2004-01-122-3/+3
|
* add WWWijliao2004-01-111-0/+2
|
* - Update MASTER_SITESpav2004-01-111-1/+1
| | | | | PR: ports/61186 Submitted by: Kevin Oberman <oberman@es.net> (maintainer)
* - Update to version 1.0.3krion2004-01-072-2/+2
|
* Add jffnms 0.7.4, a very advanced network monitoring and control system.will2004-01-067-0/+539
| | | | | PR: 56266 Submitted by: Sergey Akifyev <asa@gascom.ru>
* - Update to 3.1 (1790)pav2004-01-063-12/+17
| | | | | PR: ports/60923 Submitted by: Yuriy N. Shkandybin <jura@netams.com> (maintainer)
* Main mastersite died.obrien2004-01-051-2/+2
|
* Add an extra flag, WITH_INETADDRESS_HACK. Enabling this flag for build willbms2004-01-036-0/+420
| | | | | | | | | | | | cause InetAddress and InetAddressType OIDs to be handled specially during presentation. Normally they are simply displayed as hex due to being octet-strings, but this is not how they are intended to be presented. This allows IPv6 addresses to be presented correctly, as well as IPv4 in emerging and existing MIBs which use the new InetAddress type. Reviewed by: kuriyama, fenner Tested with: snmpwalk, mbrowse
* - Update to 1.7sergei2004-01-023-5/+16
| | | | | PR: 60747 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update WWWpav2003-12-281-1/+1
| | | | | PR: ports/60651 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
* - Update to version netams-3.1(1770)krion2003-12-275-56/+60
| | | | | | | | - Unbreak build on 5.x - Pet portlint PR: 60543 Submitted by: maintainer
* Fix parsing when "file <filename>" directive is used in snmpd.confkuriyama2003-12-266-0/+75
| | | | without maxfilesize column.
* Per bento logs, mark as broken on 5.x due to varargs.h beinglinimon2003-12-221-1/+7
| | | | deprecated. Informed maintainer.
* Mark as broken on 5.x due to compile problems (possibly related tolinimon2003-12-221-0/+4
| | | | gcc3.3 import although it's hard to say). Notified maintainer.
* Add cacti, a PHP based frontend to RRDtool configuration.pav2003-12-226-0/+412
| | | | | PR: ports/59996 Submitted by: Vincent Tantardini <vinc@freebsd-fr.org>
* - Update to 1.0.4pav2003-12-223-99/+102
| | | | | PR: ports/60150 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* Fix plist.kuriyama2003-12-219-21/+69
| | | | | PR: ports/60423 Submitted by: leeym
* Fix the path to some base utilities in plugin scripts.petef2003-12-211-1/+9
| | | | | PR: 57476 Submitted by: Krzysztof Stryjek <wtpooh@acn.waw.pl>
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-212-2/+2
|
* - Update to version 0.42krion2003-12-203-7/+6
|
* Update to 1.2.1.marcus2003-12-194-25/+25
|
* - Update to version 0.5.4krion2003-12-193-3/+3
|
* Enable compilation under FreeBSD 4.9.trevor2003-12-181-0/+12
| | | | Submitted by: "je" of sekure.net
* Update to 3.3.6perky2003-12-172-2/+2
|
* Update to 1.0beta12. See ChangeLog for details on all the bugfixeslinimon2003-12-156-16/+26
| | | | | | | and (mostly minor) feature updates. PR: ports/59865 Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer)
* Add nsca 2.4, Nagios Service Check Acceptor.sergei2003-12-144-0/+60
| | | | | | | | | | | | | The Nagios Service Check Acceptor (NSCA) is used to send service check results to a central Nagios server. This consists of the "nsca" daemon which runs on the main Nagios server and accepts results and the "check_nsca" plugin which is used to send results to the server. Author: Ethan Galstad WWW: http://www.nagios.org/ PR: 59436 Submitted by: Paul Dlug <paul@nerdlabs.com>
* - Update to 1.3.3pav2003-12-133-4/+5
| | | | | PR: ports/60208 Submitted by: Dan Pelleg <daniel+aputils@pelleg.org> (maintainer)
* Whoops. Add the rcNG script itself.bms2003-12-121-0/+54
|
* Add an rcNG script to this port, allowing trafd to be invoked more easilybms2003-12-122-2/+18
| | | | | | during the boot process. Sponsored by: The Paper Street Soap Company
* I'll take ownership of this port if no-one minds as I plan to do somebms2003-12-121-1/+1
| | | | hacking on/around it.
* - Unbreak fetchingsergei2003-12-101-2/+1
| | | | | PR: 60062 Submitted by: Daniel Rudy <dcrudy@pacbell.net>
* Compile and install p0fq, sendack, sendack2 and sendsyn.trevor2003-12-101-3/+8
|
* Update to 2.0.3.trevor2003-12-102-2/+3
| | | | | PR: 60080 Submitted by: Simon Barner of in.tum.de
* Revert to previous revision: the white-space problem had already beense2003-12-091-1/+1
| | | | fixed in the commited version ...