diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-12 13:47:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-12 13:47:46 +0000 |
commit | b58e0ed00593baccaf043eea4501af667880b955 (patch) | |
tree | 2e974b9ca0f1126d0267f8c54e0ebd3cbd9f6136 /net-mgmt | |
parent | f445e1918f5efc03d14abfcaea873f8fea12da85 (diff) | |
download | ports-b58e0ed00593baccaf043eea4501af667880b955.tar.gz ports-b58e0ed00593baccaf043eea4501af667880b955.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP-Trapinfo/Makefile | 21 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP-Trapinfo/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP-Trapinfo/pkg-descr | 3 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP-Trapinfo/pkg-plist | 6 |
5 files changed, 34 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 40c7ca63c58a..17fa9b0262c3 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -200,6 +200,7 @@ SUBDIR += p5-SNMP-Info SUBDIR += p5-SNMP-MIB-Compiler SUBDIR += p5-SNMP-Simple + SUBDIR += p5-SNMP-Trapinfo SUBDIR += p5-SNMP-Util SUBDIR += p5-SNMP_Session SUBDIR += p5-Telnet-Cisco diff --git a/net-mgmt/p5-SNMP-Trapinfo/Makefile b/net-mgmt/p5-SNMP-Trapinfo/Makefile new file mode 100644 index 000000000000..c4a9cbc1fae2 --- /dev/null +++ b/net-mgmt/p5-SNMP-Trapinfo/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-SNMP-Trapinfo +# Date created: 10 december 2009 +# Whom: joris +# +# $FreeBSD$ +# + +PORTNAME= SNMP-Trapinfo +PORTVERSION= 1.01 +CATEGORIES= net-mgmt perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= joris.dedieu@gmail.com +COMMENT= Process an SNMP trap with perl + +PERL_CONFIGURE= yes + +MAN3= SNMP::Trapinfo.3 + +.include <bsd.port.mk> diff --git a/net-mgmt/p5-SNMP-Trapinfo/distinfo b/net-mgmt/p5-SNMP-Trapinfo/distinfo new file mode 100644 index 000000000000..6f0529c93988 --- /dev/null +++ b/net-mgmt/p5-SNMP-Trapinfo/distinfo @@ -0,0 +1,3 @@ +MD5 (SNMP-Trapinfo-1.01.tar.gz) = 099cb357347c33d4ef1f4fcad1d37c09 +SHA256 (SNMP-Trapinfo-1.01.tar.gz) = 1826119dc83b41ef249273b7a704f2a1e1f2d348aee84e25a2a8435d1a4ec3aa +SIZE (SNMP-Trapinfo-1.01.tar.gz) = 10347 diff --git a/net-mgmt/p5-SNMP-Trapinfo/pkg-descr b/net-mgmt/p5-SNMP-Trapinfo/pkg-descr new file mode 100644 index 000000000000..0a52e4a49d02 --- /dev/null +++ b/net-mgmt/p5-SNMP-Trapinfo/pkg-descr @@ -0,0 +1,3 @@ +Read and process an SNMP trap from Net-SNMP's snmptrapd + +WWW: http://search.cpan.org/dist/SNMP-Trapinfo/ diff --git a/net-mgmt/p5-SNMP-Trapinfo/pkg-plist b/net-mgmt/p5-SNMP-Trapinfo/pkg-plist new file mode 100644 index 000000000000..7238dacea3d0 --- /dev/null +++ b/net-mgmt/p5-SNMP-Trapinfo/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/SNMP/Trapinfo.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/Trapinfo/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/Trapinfo +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% +@dirrmtry %%SITE_PERL%%/SNMP |