Commit graph

1397 commits

Author SHA1 Message Date
Pav Lucistnik
7c5e870d30 - Fix argument parsing in check_mrtg
PR:		ports/67056
Submitted by:	Michael Wayne <wayne@staff.msen.com>
2004-05-24 20:40:04 +00:00
Bruce M Simpson
63d81145bf SNMPTT (SNMP Trap Translator) is an SNMP trap handler written in Perl
for use with the Net-SNMP / UCD-SNMP snmptrapd program (www.net-snmp.org).
2004-05-24 18:41:01 +00:00
Kirill Ponomarev
b882542d76 - Add missing patch 2004-05-24 09:06:59 +00:00
Kirill Ponomarev
2bcc01a77c - turn off interactivity for pipe-oriented mode (colondump)
- convert ASN table from static to alloc()ed to reduce memory
  footprint
- bump PORTREVISION

PR:		ports/67117
Submitted by:	maintainer
2004-05-24 09:06:37 +00:00
Volker Stolz
1ddd0e6a93 Also report MIB::ifName/MIB::ifAlias; bump PORTREVISION.
PR:		ports/66905
Submitted by:	Russell Jackson (maintainer)
2004-05-24 07:31:57 +00:00
Bruce M Simpson
da61f6c13d Remove some post-patch install detritus.
Nudged by:	kris
2004-05-21 15:48:19 +00:00
Volker Stolz
0dc2e87f9c Unbreak net/zabbix-agent.
PR:		ports/66923
Submitted by:	Sergey Akifyev (maintainer)
2004-05-21 09:02:44 +00:00
Sergey A. Osokin
06a5a4da0e Fix signed int problem in display (when displaying very
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
2004-05-21 08:39:04 +00:00
Bruce M Simpson
45ca7c68af Deprecate the dependency on net-snmp4 by folding it under a WITH_NETSNMP4
switch, and set to depend on net-snmp's builtin SNMP.pm implementation
by default.

Reviewed by:	fenner
2004-05-20 16:40:07 +00:00
Bruce M Simpson
d7c7a482a8 Numerous changes:
- 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)
2004-05-20 14:10:13 +00:00
Erwin Lansing
e536ec6661 Update to 1.30
PR:		66803
Submitted by:	maintainer
2004-05-18 13:23:20 +00:00
Stefan Eßer
397ebd4796 Update to Argus release 2.0.6.
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 ...
2004-05-17 21:33:24 +00:00
Stefan Eßer
226bb126c3 This port builds the Argus clients, which used to be bundled
with the Argus daemon, until release 2.0.6 of Argus.
2004-05-17 21:16:48 +00:00
Volker Stolz
94025319b8 - Update to 3.20
- Prune unused dependencies

Based on PR:	ports/58705
Submitted by:	Yu-Shun Wang
Approved by:	maintainer timeout
2004-05-16 20:38:52 +00:00
Volker Stolz
8545fd6ef6 s/post-patch/pre-configure/ so that BUILD_DEPENDS are really available.
Noticed by: pointyhat
2004-05-16 10:15:21 +00:00
Jun Kuriyama
f9fac58499 Unbreak on 5.0.
My mbuf statistics code works only after 5.1-REL.
2004-05-13 22:58:09 +00:00
Jun Kuriyama
d3399fc581 Prevent error in snmpconf script with recent perl.
Reported by:	daver@vicor.com (Pomegranate)
2004-05-12 02:53:49 +00:00
Volker Stolz
e9a3466fa5 Add p5-SNMP_Session to BUILD_DEPENDS.
Noticed by:	bento
Approved by:	billf
2004-05-11 06:11:49 +00:00
Tilman Keskinoz
8f32bf9d0a Unbreak after recent net-snmp update.
Comment out the failing configure check.
No response from maintainer since April 14
2004-05-06 19:54:14 +00:00
Mathieu Arnold
b3f3791092 Update to 4.2.6 [1]
builds fine on 5.8
pet portlint

PR:		65697 [1]
Submitted by:	Helge Oldach <p5snmpapr04@oldach.net>
2004-05-06 11:21:14 +00:00
Pav Lucistnik
0be928ccd2 - Update to 2.3
PR:		ports/66316
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2004-05-06 10:32:26 +00:00
Tilman Keskinoz
a8ac122966 Fix build on amd64.
A check for va_copy is missing in the configure script.
2004-05-05 18:51:55 +00:00
Pav Lucistnik
bce96a1948 Add kismet, an 802.11 layer2 wireless network detector, sniffer, and intrusion
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>
2004-05-05 15:25:51 +00:00
Jun Kuriyama
daf6d14f2c Add mbuf cluster statistics. 2004-05-05 08:18:24 +00:00
Jun Kuriyama
3ea10dc158 Restore mbuf statistics support on recent 5.x.
To retrieve these values, check hrStorageUsed or hrStorageSize.
2004-05-04 08:18:10 +00:00
Pav Lucistnik
3438159602 - Update to 0.4.2
PR:		ports/65605
Submitted by:	ijliao
Approved by:	maintainer timeout (2 weeks)
2004-05-02 15:52:22 +00:00
Pete Fritchman
c2192dcaa0 - update to 0.7.7 [0]
- convert versions to %%VERSION%% and %%LASTVER%% PLIST_SUB
  substitutions

PR:		65316 [0]
Submitted by:	maintainer [0]
2004-05-01 18:14:21 +00:00
Oliver Eikemeier
f417eb2498 use USE_OPENLDAP.
Submitted by:	Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
2004-05-01 11:56:15 +00:00
Michael Landin
72d9f8c01a Update to 2.2.0
- Feature enhancement.
2004-04-29 09:53:45 +00:00
Kirill Ponomarev
d6ea5a1658 - Update to version 4.20040414
PR:		ports/65842
Submitted by:	maintainer
2004-04-28 19:40:36 +00:00
Kirill Ponomarev
d182d0e1f2 - Update to 0.6.3 2004-04-28 19:37:38 +00:00
Kirill Ponomarev
78f463e5af - Update to version 1.9009
PR:		ports/65781
Submitted by:	maintainer
2004-04-19 19:43:46 +00:00
Kris Kennaway
8020dc6458 Don't remove a directory we didn't install 2004-04-19 08:28:07 +00:00
Kris Kennaway
b77027ff36 These broken ports are scheduled for deletion on June 18 if they are
still broken at that time and no PRs have been submitted containing a fix.
2004-04-19 07:48:48 +00:00
Dmitry Sivachenko
fdd2f27d8d Update to version 1.03. 2004-04-19 07:40:35 +00:00
Kris Kennaway
461708aec6 BROKEN: Configure fails 2004-04-19 04:34:41 +00:00
Pav Lucistnik
d2e1f44141 - Fix build with PostgreSQL (optional, default off)
PR:		ports/65644
Submitted by:	Krzysztof Stryjek <wtp+netsaint@bsdguru.org>
2004-04-18 18:15:33 +00:00
Ying-Chieh Liao
1b40ea0bb6 support for flow-tools data format
PR:		65064
Submitted by:	Viktor Fomichev <vfom@sicex.ru>
2004-04-18 10:12:15 +00:00
Pav Lucistnik
56657359d6 - Fix parameters passed to /bin/ps which is used by check_procs and check_nagios
- 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)
2004-04-17 22:24:55 +00:00
Pav Lucistnik
5c993dc1ae - Update to 1.0.5
PR:		ports/65525
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-04-17 20:09:12 +00:00
Kris Kennaway
6d20252e2b BROKEN: Configure fails 2004-04-17 00:49:21 +00:00
Kirill Ponomarev
7a995d6f10 - Fix WWW: 2004-04-16 15:01:02 +00:00
Kirill Ponomarev
050450676e - Remove USE_SIZE knob 2004-04-16 14:42:39 +00:00
Kirill Ponomarev
e789ce9b84 - Change maintainer's email
PR:		ports/65602
Submitted by:	maintainer
2004-04-16 07:47:21 +00:00
Kirill Ponomarev
7bee18f473 - Fix build with libnet-devel
Reported by:	bento via kris
2004-04-15 07:37:05 +00:00
Ying-Chieh Liao
ec1e92c404 add TkTopNetFlows 0.4
GUI tool for NetFlow data visualisation

PR:		65542
Submitted by:	Viktor Fomichev <vfom@narod.ru>
2004-04-15 01:59:31 +00:00
Kirill Ponomarev
e2f45169cc - Respect PTHREAD_CFLAGS[LIBS]
- Correct pkg-descr

PR:		ports/65549
Submitted by:	maintainer
2004-04-14 21:30:24 +00:00
Clement Laforet
497f315e7d - Update to 1.2.1(b) 2004-04-14 19:15:33 +00:00
Kirill Ponomarev
a220d6854d - Install additional examples
- Bump PORTREVISION
2004-04-14 19:14:25 +00:00
Kirill Ponomarev
1917c86eb9 - Update to version 0.6.2 2004-04-14 15:15:44 +00:00