diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-02-18 00:19:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-02-18 00:19:43 +0000 |
commit | 356f831fd34b8d85465a6d8a71a6ca2efb187052 (patch) | |
tree | e2aa702ebfc61c09a10ff7b26ae6303a0ee0061c /net-mgmt | |
parent | 6f40746b84d4c36db270f7bcebaa71d0740d028d (diff) | |
download | ports-356f831fd34b8d85465a6d8a71a6ca2efb187052.tar.gz ports-356f831fd34b8d85465a6d8a71a6ca2efb187052.zip |
Notes
Diffstat (limited to 'net-mgmt')
5 files changed, 54 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 32c95093a423..7854e4e2d505 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -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 diff --git a/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile b/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile new file mode 100644 index 000000000000..d26bb0e7caf2 --- /dev/null +++ b/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile @@ -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> diff --git a/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/distinfo b/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/distinfo new file mode 100644 index 000000000000..447c512c5b3b --- /dev/null +++ b/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/distinfo @@ -0,0 +1,2 @@ +SHA256 (FusionInventory-Agent-Task-SNMPQuery-1.3.tar.gz) = b6ddaa221e82a4023ee6236cc6cf80c5f82aa5361d7cf9cf31f4e98c074325c4 +SIZE (FusionInventory-Agent-Task-SNMPQuery-1.3.tar.gz) = 41687 diff --git a/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/pkg-descr b/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/pkg-descr new file mode 100644 index 000000000000..946f63da8679 --- /dev/null +++ b/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/pkg-descr @@ -0,0 +1,3 @@ +Network discovery support for FusionInventory Agent + +WWW: http://search.cpan.org/dist/FusionInventory-Agent-Task-SNMPQuery/ diff --git a/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/pkg-plist b/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/pkg-plist new file mode 100644 index 000000000000..eb05b58e4a62 --- /dev/null +++ b/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/pkg-plist @@ -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 |