aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bsnmp-regex
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2009-03-08 23:46:45 +0000
committerBeech Rintoul <beech@FreeBSD.org>2009-03-08 23:46:45 +0000
commit5e5ba791ab4f9d7ea48768f40c7d03463b0c5c03 (patch)
treee1cfcf63ee005c602d73ef4b1a6693ece1f377a1 /net-mgmt/bsnmp-regex
parentabac9e8ce1dce44f0cfb6c3b6bba7e32c13635d2 (diff)
downloadports-5e5ba791ab4f9d7ea48768f40c7d03463b0c5c03.tar.gz
ports-5e5ba791ab4f9d7ea48768f40c7d03463b0c5c03.zip
Notes
Diffstat (limited to 'net-mgmt/bsnmp-regex')
-rw-r--r--net-mgmt/bsnmp-regex/Makefile10
-rw-r--r--net-mgmt/bsnmp-regex/distinfo6
-rw-r--r--net-mgmt/bsnmp-regex/pkg-descr2
3 files changed, 10 insertions, 8 deletions
diff --git a/net-mgmt/bsnmp-regex/Makefile b/net-mgmt/bsnmp-regex/Makefile
index d6e7bbc16de6..cd194fa62800 100644
--- a/net-mgmt/bsnmp-regex/Makefile
+++ b/net-mgmt/bsnmp-regex/Makefile
@@ -6,21 +6,21 @@
#
PORTNAME= bsnmp-regex
-PORTVERSION= 0.1
+PORTVERSION= 0.3
CATEGORIES= net-mgmt
-MASTER_SITES= http://memberwebs.com/nielsen/software/bsnmp-regex/
+MASTER_SITES= http://memberwebs.com/stef/software/bsnmp-regex/
MAINTAINER= brock@cotcomsol.com
COMMENT= A bsnmpd module allowing creation of counters from log files
HAS_CONFIGURE= yes
+CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man
MAN1= sockin.1
MAN5= bsnmp-regex.conf.5
MAN8= bsnmp-regex.8
-PLIST_FILES= bin/sockin \
- lib/snmp_regex.so \
- lib/snmp_regex.so.0
+PLIST_FILES= bin/sockin lib/snmp_regex.so lib/snmp_regex.so.0 \
+ lib/snmp_regex.a lib/snmp_regex.la
.include <bsd.port.mk>
diff --git a/net-mgmt/bsnmp-regex/distinfo b/net-mgmt/bsnmp-regex/distinfo
index d032ac7362b1..34dd3d5db465 100644
--- a/net-mgmt/bsnmp-regex/distinfo
+++ b/net-mgmt/bsnmp-regex/distinfo
@@ -1,3 +1,3 @@
-MD5 (bsnmp-regex-0.1.tar.gz) = bddf0925a97beb3334c34bba0e783e08
-SHA256 (bsnmp-regex-0.1.tar.gz) = 09e2931c2f92333ee225086b1cf82dd8db2094c64d654d4d923bbbb9bd26603e
-SIZE (bsnmp-regex-0.1.tar.gz) = 318916
+MD5 (bsnmp-regex-0.3.tar.gz) = b4e936122ccf276637267acf6bd81096
+SHA256 (bsnmp-regex-0.3.tar.gz) = 8de30752c96f42b503fc5a11068855487fab09a952d5ca67b9498b90ba7fd8e2
+SIZE (bsnmp-regex-0.3.tar.gz) = 329123
diff --git a/net-mgmt/bsnmp-regex/pkg-descr b/net-mgmt/bsnmp-regex/pkg-descr
index b6dd3d0993a7..57159b5d1d1f 100644
--- a/net-mgmt/bsnmp-regex/pkg-descr
+++ b/net-mgmt/bsnmp-regex/pkg-descr
@@ -2,3 +2,5 @@ bsnmp-regex is a module for bsnmpd which allows creation of counters from log
files, program output or other text data. The counters use regular expressions
to count the number of matches, or parse out specific text/numbers. The
resulting data can then be queried or graphed with the usual SNMP tools.
+
+WWW: http://memberwebs.com/stef/software/bsnmp-regex/