Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2013 00:19:43 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312461 - in head/net-mgmt: . p5-FusionInventory-Agent-Task-SNMPQuery
Message-ID:  <201302180019.r1I0JhhD034668@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Feb 18 00:19:43 2013
New Revision: 312461
URL: http://svnweb.freebsd.org/changeset/ports/312461

Log:
  Network discovery support for FusionInventory Agent
  
  WWW: http://search.cpan.org/dist/FusionInventory-Agent-Task-SNMPQuery/
  
  PR:		ports/165711
  Submitted by:	Emil Smolenski <am@raisa.eu.org>

Added:
  head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/
  head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile   (contents, props changed)
  head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/distinfo   (contents, props changed)
  head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/pkg-descr   (contents, props changed)
  head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/pkg-plist   (contents, props changed)
Modified:
  head/net-mgmt/Makefile

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Mon Feb 18 00:18:20 2013	(r312460)
+++ head/net-mgmt/Makefile	Mon Feb 18 00:19:43 2013	(r312461)
@@ -201,6 +201,7 @@
     SUBDIR += p5-Cisco-Reconfig
     SUBDIR += p5-Data-Validate-IP
     SUBDIR += p5-FusionInventory-Agent
+    SUBDIR += p5-FusionInventory-Agent-Task-SNMPQuery
     SUBDIR += p5-GRNOC-TL1
     SUBDIR += p5-MRTG-Parse
     SUBDIR += p5-Mon

Added: head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile	Mon Feb 18 00:19:43 2013	(r312461)
@@ -0,0 +1,32 @@
+# Created by: Emil Smolenski <am@raisa.eu.org>
+# $FreeBSD$
+
+PORTNAME=	FusionInventory-Agent-Task-SNMPQuery
+PORTVERSION=	1.3
+CATEGORIES=	net-mgmt
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:FUSINV
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	am@raisa.eu.org
+COMMENT=	SNMP support for FusionInventory Agent
+
+LICENSE=	GPLv2
+
+BUILD_DEPENDS=	p5-FusionInventory-Agent>=0:${PORTSDIR}/net-mgmt/p5-FusionInventory-Agent \
+		p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP \
+		p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
+		p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager \
+		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501000
+BUILD_DEPENDS+=	p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
+RUN_DEPENDS+=	p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
+.endif
+
+.include <bsd.port.post.mk>

Added: head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/distinfo	Mon Feb 18 00:19:43 2013	(r312461)
@@ -0,0 +1,2 @@
+SHA256 (FusionInventory-Agent-Task-SNMPQuery-1.3.tar.gz) = b6ddaa221e82a4023ee6236cc6cf80c5f82aa5361d7cf9cf31f4e98c074325c4
+SIZE (FusionInventory-Agent-Task-SNMPQuery-1.3.tar.gz) = 41687

Added: head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/pkg-descr	Mon Feb 18 00:19:43 2013	(r312461)
@@ -0,0 +1,3 @@
+Network discovery support for FusionInventory Agent
+
+WWW: http://search.cpan.org/dist/FusionInventory-Agent-Task-SNMPQuery/

Added: head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/pkg-plist	Mon Feb 18 00:19:43 2013	(r312461)
@@ -0,0 +1,16 @@
+%%SITE_PERL%%/FusionInventory/Agent/Task/SNMPQuery.pm
+%%SITE_PERL%%/FusionInventory/Agent/Task/SNMPQuery/Cisco.pm
+%%SITE_PERL%%/FusionInventory/Agent/Task/SNMPQuery/Nortel.pm
+%%SITE_PERL%%/FusionInventory/Agent/Task/SNMPQuery/Procurve.pm
+%%SITE_PERL%%/FusionInventory/Agent/Task/SNMPQuery/ThreeCom.pm
+%%SITE_PERL%%/mach/auto/FusionInventory/Agent/Task/SNMPQuery/.packlist
+@dirrm %%SITE_PERL%%/mach/auto/FusionInventory/Agent/Task/SNMPQuery
+@dirrmtry %%SITE_PERL%%/mach/auto/FusionInventory/Agent/Task
+@dirrmtry %%SITE_PERL%%/mach/auto/FusionInventory/Agent
+@dirrmtry %%SITE_PERL%%/mach/auto/FusionInventory
+@dirrmtry %%SITE_PERL%%/mach/auto
+@dirrmtry %%SITE_PERL%%/mach
+@dirrm %%SITE_PERL%%/FusionInventory/Agent/Task/SNMPQuery
+@dirrmtry %%SITE_PERL%%/FusionInventory/Agent/Task
+@dirrmtry %%SITE_PERL%%/FusionInventory/Agent
+@dirrmtry %%SITE_PERL%%/FusionInventory



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