Kirill Ponomarev
25279ee6a3
Update to 0.7.1
2004-07-14 19:01:15 +00:00
Joe Marcus Clarke
9e5632dd66
Apply a big libtool patch to allow porters to use the libtool installed by
...
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
2004-07-09 17:43:11 +00:00
Kirill Ponomarev
f00bff1604
RC_SUBR-ize
...
PR: ports/68787
Submitted by: maintainer
2004-07-09 16:50:00 +00:00
Bill Fumerola
e25142a857
update to 0.67
2004-07-07 22:17:17 +00:00
Volker Stolz
f94e48a3f0
Marked as broken: Unusable
...
PR: ports/47957
Submitted by: Luc Beurton
Approved by: maintainer timeout
2004-07-06 13:34:03 +00:00
Dmitry Sivachenko
3896db93ba
Back out last change. PodParser in ports has newer version than that in
...
perl distribution.
Requested by: tobez
2004-07-02 10:15:27 +00:00
Dmitry Sivachenko
58a40fad84
Depend on textproc/PodParser only if PERL_LEVEL < 500800.
...
Submitted by: ale
2004-07-02 08:46:38 +00:00
Ade Lovett
328b757bf2
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
...
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Kirill Ponomarev
9ac97e8cdb
Update to version 0.7.0
...
- A new network daemon, nfacctd, was introduced. It listens for
Netflow V1/V5 packets coming from the network, and then
processes data as pmacctd does.
- pmacctd's IP fragmentation handling has been strongly
enhanced.
2004-07-01 14:29:39 +00:00
Pav Lucistnik
cd36858870
- Install man pages in post-install: instead of pre-install:
...
This fixes installation to clean prefix, mtree was invoked after pre-install:
target from port.
Reported by: Martin Horcicka <martin.horcicka@col.cz>
2004-06-29 11:43:24 +00:00
Joe Marcus Clarke
e0f3464add
Fix build on -CURRENT, and drop maintainership. -CURRENT fix was adapted
...
from net-mgmt/net-snmp.
2004-06-24 20:51:05 +00:00
Jun Kuriyama
c41686f832
Add patch_depends on libttol.
...
Reported by: "Grover Lines" <grover@ceribus.net>
2004-06-24 06:50:25 +00:00
Volker Stolz
942ecd5f45
Update to 2.2.2
...
(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
2004-06-23 15:41:32 +00:00
Sergey A. Osokin
79c3a398f4
Make small improvement: print packets per second in topmode.
...
Original patch from: Gleb Smirnoff <glebius@cell.sick.ru>
Fixed patch from, approved by: Dmitry Morozovsky <marck@rinet.ru> (maintainer)
2004-06-23 12:01:33 +00:00
Jun Kuriyama
df4fb6787b
o Try to use modern autotools.
...
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)
2004-06-23 08:44:41 +00:00
Kirill Ponomarev
6e0f323d90
Be more informative and produce an error if binary doesn't
...
exist.
Submitted by: rob@piethief.co.uk
2004-06-16 18:19:15 +00:00
Dmitry Sivachenko
e6020bd902
Update to version 2.10.14.
...
PR: 67988
Submitted by: "Andrew J. Caines" <A.J.Caines@halplant.com>
2004-06-16 07:43:27 +00:00
Bruce M Simpson
643a3e07da
Committed (with some fixups), thanks!
...
PR: ports/67327
Submitted by: Paul Chvostek
2004-06-14 16:56:13 +00:00
Jun Kuriyama
49e73ccb64
INSTALL[<space><tab>] fix.
...
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
2004-06-14 07:40:57 +00:00
Clement Laforet
00783aecf6
- update to 9.3.2
...
PR: 67845
Submitter by: Nicolas Jombart <ecu@ipv42.net> (maintainer)
2004-06-11 21:47:58 +00:00
Kirill Ponomarev
a427774043
This patch adds support for labeling interfaces in arpwatch
...
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
2004-06-11 18:30:10 +00:00
Lars Thegler
b8b1b7a8d2
- Update to version 1.9011
...
- Unbreak for perl 5.005_03
Approved by: erwin (mentor)
2004-06-05 10:52:16 +00:00
Ade Lovett
1a628ded35
Sync with new bsd.autotools.mk
2004-06-04 17:29:38 +00:00
Peter Pentchev
12583df8c5
Update to 0.2 after a maintainer timeout.
...
PR: 58196
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2004-06-04 09:32:57 +00:00
Kirill Ponomarev
037d6b2cb3
- Remove obsolete MASTER_SITES
2004-06-03 21:30:01 +00:00
Clement Laforet
81b465641e
Remove dhcpconf entry (forgotten in previous commit)
2004-06-03 13:16:02 +00:00
Clement Laforet
bf7d65c233
- Remove ports/net-mgmt/dhcpconf
...
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.
2004-06-03 13:15:00 +00:00
Lars Thegler
52e36d358e
Change of email address.
...
Approved by: erwin (mentor)
2004-06-01 12:32:33 +00:00
Kirill Ponomarev
87ce62ecae
- Update to version 0.6.4p1
2004-06-01 11:03:28 +00:00
Pav Lucistnik
5e3e25feb8
- Use fixed UID/GID
2004-05-31 09:14:29 +00:00
Kris Kennaway
12b0e5af01
IGNORE: Uses an unregistered uid/gid.
2004-05-31 01:28:47 +00:00
Pav Lucistnik
d0a222dfaa
- Unbreak on 5.x: need perl to build
2004-05-30 09:19:04 +00:00
Pav Lucistnik
24ab216560
- Unbreak on 5.x: perl is needed to build
2004-05-30 09:11:35 +00:00
Kris Kennaway
2b0de2eb5d
Add missing USE_PERL5
2004-05-30 07:17:49 +00:00
Kris Kennaway
e235dc325c
BROKEN: Install fails
2004-05-30 07:14:52 +00:00
Pav Lucistnik
deff2fcb95
- Teach to respect hier(7):
...
- 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)
2004-05-28 17:13:55 +00:00
Pav Lucistnik
21d75afe6b
- Update to 0.8.5a
...
PR: ports/67253
Submitted by: Lars Thegler <lars@thegler.dk>
2004-05-27 14:46:49 +00:00
Kirill Ponomarev
a0f538afaf
- Update to version 0.6.4
2004-05-27 13:40:31 +00:00
Kirill Ponomarev
4ca5311c86
- Add more MASTER_SITES
2004-05-26 14:18:52 +00:00
Pav Lucistnik
19b15b8db5
- Refresh MASTER_SITES
...
PR: ports/67177
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
2004-05-25 15:20:37 +00:00
Mathieu Arnold
4031a6967c
Remove databases/postgresql-client because there can't be a -server, and having
...
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
2004-05-25 09:19:42 +00:00
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
Kirill Ponomarev
f89ae60f6c
- Bump PORTREVISION because of new libnet-devel version
2004-04-14 10:01:05 +00:00
Kirill Ponomarev
cdeb02bcd7
- Update to version 1.0
2004-04-14 09:57:28 +00:00
Kirill Ponomarev
0e20a6bc8b
- Fix DNS resolver bug
...
PR: ports/65508
Submitted by: Matthew George <mdg@secureworks.net>
2004-04-14 08:36:27 +00:00
Kirill Ponomarev
50bfb14f4e
- Fix DNS resolution bug
...
PR: ports/65501
Submitted by: maintainer
2004-04-14 08:33:08 +00:00
Jun Kuriyama
b678598ab5
Fix tcp.tcpCurrEstab.0 counting.
...
PR: ports/65487
Submitted by: Ken Stailey <kstailey@yahoo.com>
2004-04-14 00:57:42 +00:00
Kris Kennaway
52b060a224
BROKEN: Changes permissions of system directories
2004-04-13 11:38:30 +00:00
Kirill Ponomarev
753744c781
- Update to 1.9008
...
PR: ports/65445
Submitted by: maintainer
2004-04-12 05:46:16 +00:00
Trevor Johnson
c0669efed5
Tidy up whitespace.
2004-04-10 17:26:55 +00:00
Trevor Johnson
f844f89eae
Cram into 80 columns by 24 rows.
2004-04-10 17:11:02 +00:00
Pav Lucistnik
538370a647
- Update to 1.0
...
- 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)
2004-04-10 15:39:16 +00:00
Pav Lucistnik
f130f54ba4
- Really reset a maintainer
2004-04-10 10:39:59 +00:00
Kirill Ponomarev
36f80b997e
- Update to version 3.4.5
...
PR: ports/65194
Submitted by: maintainer
2004-04-06 11:56:39 +00:00
Joe Marcus Clarke
731798cdcf
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
2004-04-05 03:31:02 +00:00
Jun Kuriyama
9af00286b3
Fix incorrect message about WITHOUT_IPV6.
...
Reported by: many
2004-04-05 02:43:47 +00:00
Pav Lucistnik
b832d227c3
Readd changes which was lost in repocopy of this port from net to net-mgmt:
...
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
2004-04-03 16:07:44 +00:00
Jun Kuriyama
ee9dbc3704
Upgrade to 5.1.1.
2004-04-03 13:49:22 +00:00
Kris Kennaway
98dd96ee20
Remove category pkg/COMMENT files in favour of a COMMENT variable in the
...
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
2004-04-02 07:29:48 +00:00
Pav Lucistnik
1b5c8d5e9d
Add apan, an addon to Nagios that is used to collect results from Nagios
...
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>
2004-04-01 13:45:58 +00:00
Trevor Johnson
8232e82f85
SIZEify (maintainer timeout)
2004-03-31 03:12:58 +00:00
Kirill Ponomarev
a9f6551306
- Use USE_ICONV knob
...
Approved by: portmgr
2004-03-30 19:56:43 +00:00
Kirill Ponomarev
6cdda55cf0
- Fix build on 5-x due to bad NULL usage.
...
PR: ports/64906
Submitted by: maintainer
2004-03-30 09:11:56 +00:00
Pav Lucistnik
0b6ae0f059
- Update to 1.28
...
PR: ports/64890
Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
2004-03-29 13:31:11 +00:00
Pav Lucistnik
8e5ecc763f
Add sdig, Switch Digger, a program designed to track down computers
...
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>
2004-03-28 13:33:06 +00:00
Neil Blakey-Milner
ff85647795
Drop maintainership
2004-03-25 18:33:22 +00:00
Bruce M Simpson
139e9aba27
Add SNMP_Session.pm to RUN_DEPENDS.
2004-03-25 07:51:36 +00:00
Bruce M Simpson
413950aef1
Fix home directory for the sandbox user.
2004-03-25 07:47:40 +00:00
Bruce M Simpson
ede2ad67fc
Big Sister is a flexible network and system monitor with SNMP integration
...
and a web interface.
2004-03-25 07:15:30 +00:00
Bruce M Simpson
4087d11027
SIZE update jumbo-commit.
...
Submitted by: trevor
2004-03-25 03:13:15 +00:00
Trevor Johnson
acb6354489
Add size data, approved by maintainers.
2004-03-24 23:14:13 +00:00
Kirill Ponomarev
a030003d2b
- Update to version 0.6.1
2004-03-24 16:18:02 +00:00
Kirill Ponomarev
96b9b05411
Add arpscan-0.2,
...
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>
2004-03-23 08:49:46 +00:00
Clement Laforet
2f287e7a00
Drop maintainership.
...
PR: 64565
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
2004-03-22 11:48:21 +00:00
Pav Lucistnik
f9a72273af
- Update to 0.8.5
...
- Reset maintainer who's not on Internet anymore
PR: ports/62973
Submitted by: ZParta <zparta@skebo.ac>
Approved by: maintainer timeout (2 weeks)
2004-03-22 00:13:05 +00:00
Trevor Johnson
a1bc8c46f5
Add size data, approved by maintainers.
2004-03-20 21:03:41 +00:00
Kirill Ponomarev
a13ca62936
- Utilize PLIST_FILES
2004-03-20 18:36:08 +00:00
Kirill Ponomarev
ac713d58f1
- Utilize PLIST_FILES
2004-03-20 18:28:17 +00:00
Erwin Lansing
056e444981
SIZEify
...
PR: 64496
Submitted by: maintainer, trevor
2004-03-20 09:58:08 +00:00
Jun Kuriyama
6ab20c67e8
Remove empty file.
...
PR: ports/64478
Submitted by: ceri
2004-03-20 07:02:44 +00:00
Kirill Ponomarev
8cebb8c7f2
- Move arpwatch-devel to new category - net-mgmt
...
PR: ports/64483
Submitted by: Matthew George <mdg@secureworks.net>
2004-03-20 06:52:41 +00:00
Kirill Ponomarev
4040d94a29
- SIZE'ify
...
PR: ports/64477
Submitted by: maintainer
2004-03-19 19:56:31 +00:00
Joe Marcus Clarke
2655d09556
SIZEify
...
Submitted by: trevor
2004-03-19 07:47:02 +00:00
Trevor Johnson
488e7fe939
Add size data, approved by maintainers.
2004-03-19 01:51:15 +00:00
Trevor Johnson
3bca696b10
Add size data, approved by maintainers.
2004-03-18 18:01:13 +00:00
Trevor Johnson
3dbe796b37
Restore Emil Mikulik as maintainer. He sent me his new e-mail
...
address.
2004-03-18 16:56:06 +00:00
Tilman Keskinoz
c5066876e0
Add SIZE
...
Submitted by: trevor
2004-03-18 15:17:40 +00:00
Michael Landin
d07ec18b9e
- SIZEify.
...
Submitted by: trevor
2004-03-18 09:56:10 +00:00
Hye-Shik Chang
4fada1630a
Add SIZE data.
...
Submitted by: trevor
2004-03-18 07:38:47 +00:00
Michael Reifenberger
bc15473db0
SIZEify
...
Submitted by: Trevor Johnson <trevor@FreeBSD.org>
2004-03-18 07:21:08 +00:00
Trevor Johnson
3a406061fb
Use the maintainer's new e-mail address.
...
Obtained from: PR 64326
2004-03-18 04:16:52 +00:00
Trevor Johnson
db5dd07571
E-mail to the maintainer bounced:
...
<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
2004-03-18 03:37:21 +00:00
Trevor Johnson
4a38811bfa
Add size data.
...
Approved by: maintainers
2004-03-18 02:52:47 +00:00
Trevor Johnson
e1177f5c54
Add size data.
...
Approved by: maintainers
2004-03-18 02:27:55 +00:00
Jun Kuriyama
1b7bb85f82
SIZEify.
...
Submitted by: trevor
2004-03-18 00:48:53 +00:00
Trevor Johnson
33fdc4cde2
SIZEify.
2004-03-17 18:29:46 +00:00
Dmitry Sivachenko
a722cf12b6
Correct MASTER_SITE_SUBDIR.
...
PR: 64294
Submitted by: Toshiya SAITOH <toshiya@saitoh.nu>
2004-03-15 13:14:18 +00:00
Pav Lucistnik
e85e181482
- Update to 1.27
...
PR: ports/64071
Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
2004-03-15 03:12:36 +00:00
Pav Lucistnik
27c09e7117
- Fix nagios dependency
...
PR: ports/64083
Submitted by: Paul Dlug <paul@nerdlabs.com> (maintainer)
2004-03-15 02:44:36 +00:00
Kirill Ponomarev
4eba14961c
- Update to 1.9007
...
- Assign maintainership to submitter
- Fix WWW:
PR: ports/64262
Submitted by: Lars Thegler <lars@thegler.dk>
2004-03-14 16:50:35 +00:00
Pav Lucistnik
7feb6dda44
- Update to 9.3.1
...
PR: ports/64208
Submitted by: Nicolas Jombart <ecu@ipv42.net> (maintainer)
2004-03-14 12:15:06 +00:00