Bug 165711 - New port: net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery SNMP support for FusionInventory Agent
Summary: New port: net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery SNMP support for F...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-05 14:30 UTC by Emil Smolenski
Modified: 2013-02-18 00:20 UTC (History)
0 users

See Also:


Attachments
file.shar (3.57 KB, text/plain)
2012-03-05 14:30 UTC, Emil Smolenski
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Emil Smolenski 2012-03-05 14:30:17 UTC
FusionInventory-Agent-Task-SNMPQuery module for FusionInventory-Agent.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-05 14:30:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2012-03-09 02:43:48 UTC
Responsible Changed
From-To: perl->pgollucci

I will take it.
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2012-10-11 22:58:50 UTC
Responsible Changed
From-To: pgollucci->freebsd-ports-bugs

With bugmeister hat, return this to the pool due to inactivity.
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2013-02-18 00:19:22 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-02-18 00:19:52 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"