Read and process an SNMP trap from Net-SNMP's snmptrapd
WWW: http://search.cpan.org/dist/SNMP-Trapinfo/ PR: ports/141343 Submitted by: Joris Dedieu <joris.dedieu@gmail.com>
This commit is contained in:
parent
f445e1918f
commit
b58e0ed005
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245614
5 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
|
|
21
net-mgmt/p5-SNMP-Trapinfo/Makefile
Normal file
21
net-mgmt/p5-SNMP-Trapinfo/Makefile
Normal file
|
@ -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>
|
3
net-mgmt/p5-SNMP-Trapinfo/distinfo
Normal file
3
net-mgmt/p5-SNMP-Trapinfo/distinfo
Normal file
|
@ -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
|
3
net-mgmt/p5-SNMP-Trapinfo/pkg-descr
Normal file
3
net-mgmt/p5-SNMP-Trapinfo/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Read and process an SNMP trap from Net-SNMP's snmptrapd
|
||||
|
||||
WWW: http://search.cpan.org/dist/SNMP-Trapinfo/
|
6
net-mgmt/p5-SNMP-Trapinfo/pkg-plist
Normal file
6
net-mgmt/p5-SNMP-Trapinfo/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue