Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2014 15:12:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338895 - in head/net-mgmt: . p5-Net-SNMPTrapd
Message-ID:  <201401061512.s06FC26V003537@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jan  6 15:12:02 2014
New Revision: 338895
URL: http://svnweb.freebsd.org/changeset/ports/338895

Log:
  - Add p5-Net-SNMPTrapd 0.12
  - While I'm here, add LICENSE
  
  The Net::SNMPTrapd module implements an SNMP Trap Listener.
  
  WWW: http://search.cpan.org/dist/Net-SNMPTrapd/
  
  PR:		ports/185418
  Submitted by:	Hung-Yi Chen <gaod@hychen.org>

Added:
  head/net-mgmt/p5-Net-SNMPTrapd/
  head/net-mgmt/p5-Net-SNMPTrapd/Makefile   (contents, props changed)
  head/net-mgmt/p5-Net-SNMPTrapd/distinfo   (contents, props changed)
  head/net-mgmt/p5-Net-SNMPTrapd/pkg-descr   (contents, props changed)
  head/net-mgmt/p5-Net-SNMPTrapd/pkg-plist   (contents, props changed)
Modified:
  head/net-mgmt/Makefile

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Mon Jan  6 15:11:54 2014	(r338894)
+++ head/net-mgmt/Makefile	Mon Jan  6 15:12:02 2014	(r338895)
@@ -228,6 +228,7 @@
     SUBDIR += p5-Net-Netmask
     SUBDIR += p5-Net-SNMP
     SUBDIR += p5-Net-SNMP-Util
+    SUBDIR += p5-Net-SNMPTrapd
     SUBDIR += p5-Net-Telnet-Cisco-IOS
     SUBDIR += p5-NetAddr-IP
     SUBDIR += p5-NetAddr-IP-Lite

Added: head/net-mgmt/p5-Net-SNMPTrapd/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-Net-SNMPTrapd/Makefile	Mon Jan  6 15:12:02 2014	(r338895)
@@ -0,0 +1,23 @@
+# Created by: Hung-Yi Chen <gaod@hychen.org>
+# $FreeBSD$
+
+PORTNAME=	Net-SNMPTrapd
+PORTVERSION=	0.12
+CATEGORIES=	net-mgmt perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	gaod@hychen.org
+COMMENT=	SNMP Trap Listener in Perl
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Convert-ASN1>=0.22:${PORTSDIR}/converters/p5-Convert-ASN1 \
+		p5-IO-Socket-IP>=0:${PORTSDIR}/net/p5-IO-Socket-IP
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/net-mgmt/p5-Net-SNMPTrapd/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-Net-SNMPTrapd/distinfo	Mon Jan  6 15:12:02 2014	(r338895)
@@ -0,0 +1,2 @@
+SHA256 (Net-SNMPTrapd-0.12.tar.gz) = c3ce863618583153b1133168b8c809501bcf7111236b35447e4803e2ca41f4ae
+SIZE (Net-SNMPTrapd-0.12.tar.gz) = 15692

Added: head/net-mgmt/p5-Net-SNMPTrapd/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-Net-SNMPTrapd/pkg-descr	Mon Jan  6 15:12:02 2014	(r338895)
@@ -0,0 +1,3 @@
+The Net::SNMPTrapd module implements an SNMP Trap Listener.
+
+WWW: http://search.cpan.org/dist/Net-SNMPTrapd/

Added: head/net-mgmt/p5-Net-SNMPTrapd/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-Net-SNMPTrapd/pkg-plist	Mon Jan  6 15:12:02 2014	(r338895)
@@ -0,0 +1,7 @@
+bin/snmptrapd-simple.pl
+bin/snmptrapd-sendtest.pl
+%%SITE_PERL%%/Net/SNMPTrapd.pm
+%%PERL5_MAN3%%/Net::SNMPTrapd.3.gz
+man/man1/snmptrapd-sendtest.pl.1.gz
+man/man1/snmptrapd-simple.pl.1.gz
+@dirrmtry %%SITE_PERL%%/Net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401061512.s06FC26V003537>