From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 5 14:30:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D790106567D for ; Mon, 5 Mar 2012 14:30:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 590C88FC28 for ; Mon, 5 Mar 2012 14:30:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q25EUIdp026355 for ; Mon, 5 Mar 2012 14:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q25EUIKA026352; Mon, 5 Mar 2012 14:30:18 GMT (envelope-from gnats) Resent-Date: Mon, 5 Mar 2012 14:30:18 GMT Resent-Message-Id: <201203051430.q25EUIKA026352@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emil Smolenski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B64091065674 for ; Mon, 5 Mar 2012 14:28:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A4CA48FC21 for ; Mon, 5 Mar 2012 14:28:20 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q25ESKIL035882 for ; Mon, 5 Mar 2012 14:28:20 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q25ESK5w035881; Mon, 5 Mar 2012 14:28:20 GMT (envelope-from nobody) Message-Id: <201203051428.q25ESK5w035881@red.freebsd.org> Date: Mon, 5 Mar 2012 14:28:20 GMT From: Emil Smolenski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165711: New port: net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery SNMP support for FusionInventory Agent X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2012 14:30:18 -0000 >Number: 165711 >Category: ports >Synopsis: New port: net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery SNMP support for FusionInventory Agent >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 05 14:30:17 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Emil Smolenski >Release: 8.2-STABLE >Organization: >Environment: >Description: FusionInventory-Agent-Task-SNMPQuery module for FusionInventory-Agent. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-FusionInventory-Agent-Task-SNMPQuery # p5-FusionInventory-Agent-Task-SNMPQuery/Makefile # p5-FusionInventory-Agent-Task-SNMPQuery/pkg-plist # p5-FusionInventory-Agent-Task-SNMPQuery/distinfo # p5-FusionInventory-Agent-Task-SNMPQuery/pkg-descr # echo c - p5-FusionInventory-Agent-Task-SNMPQuery mkdir -p p5-FusionInventory-Agent-Task-SNMPQuery > /dev/null 2>&1 echo x - p5-FusionInventory-Agent-Task-SNMPQuery/Makefile sed 's/^X//' >p5-FusionInventory-Agent-Task-SNMPQuery/Makefile << '7622ef1dbb70cb4f31ab47585a63a323' X# New ports collection makefile for: p5-FusionInventory-Agent-Task-SNMPQuery X# Date created: 2012-02-14 X# Whom: Emil Smolenski X# X# $FreeBSD$ X# X XPORTNAME= FusionInventory-Agent-Task-SNMPQuery XPORTVERSION= 1.3 XCATEGORIES= net-mgmt XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= CPAN:FUSINV XPKGNAMEPREFIX= p5- X XMAINTAINER= am@raisa.eu.org XCOMMENT= SNMP support for FusionInventory Agent X XLICENSE= GPLv2 X XBUILD_DEPENDS= p5-FusionInventory-Agent>=0:${PORTSDIR}/net-mgmt/p5-FusionInventory-Agent \ X p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP \ X p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ X p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager \ X p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple XRUN_DEPENDS:= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X X.include X X.if ${PERL_LEVEL} < 501000 XBUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress XRUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress X.endif X X.include 7622ef1dbb70cb4f31ab47585a63a323 echo x - p5-FusionInventory-Agent-Task-SNMPQuery/pkg-plist sed 's/^X//' >p5-FusionInventory-Agent-Task-SNMPQuery/pkg-plist << '0d988ffbe8f66ea371dd950eaf989859' X%%SITE_PERL%%/FusionInventory/Agent/Task/SNMPQuery.pm X%%SITE_PERL%%/FusionInventory/Agent/Task/SNMPQuery/Cisco.pm X%%SITE_PERL%%/FusionInventory/Agent/Task/SNMPQuery/Nortel.pm X%%SITE_PERL%%/FusionInventory/Agent/Task/SNMPQuery/Procurve.pm X%%SITE_PERL%%/FusionInventory/Agent/Task/SNMPQuery/ThreeCom.pm X%%SITE_PERL%%/mach/auto/FusionInventory/Agent/Task/SNMPQuery/.packlist X@dirrm %%SITE_PERL%%/mach/auto/FusionInventory/Agent/Task/SNMPQuery X@dirrmtry %%SITE_PERL%%/mach/auto/FusionInventory/Agent/Task X@dirrmtry %%SITE_PERL%%/mach/auto/FusionInventory/Agent X@dirrmtry %%SITE_PERL%%/mach/auto/FusionInventory X@dirrmtry %%SITE_PERL%%/mach/auto X@dirrmtry %%SITE_PERL%%/mach X@dirrm %%SITE_PERL%%/FusionInventory/Agent/Task/SNMPQuery X@dirrmtry %%SITE_PERL%%/FusionInventory/Agent/Task X@dirrmtry %%SITE_PERL%%/FusionInventory/Agent X@dirrmtry %%SITE_PERL%%/FusionInventory 0d988ffbe8f66ea371dd950eaf989859 echo x - p5-FusionInventory-Agent-Task-SNMPQuery/distinfo sed 's/^X//' >p5-FusionInventory-Agent-Task-SNMPQuery/distinfo << '7134f72eef4f5b27e5ceffb070b0d244' XSHA256 (FusionInventory-Agent-Task-SNMPQuery-1.3.tar.gz) = b6ddaa221e82a4023ee6236cc6cf80c5f82aa5361d7cf9cf31f4e98c074325c4 XSIZE (FusionInventory-Agent-Task-SNMPQuery-1.3.tar.gz) = 41687 7134f72eef4f5b27e5ceffb070b0d244 echo x - p5-FusionInventory-Agent-Task-SNMPQuery/pkg-descr sed 's/^X//' >p5-FusionInventory-Agent-Task-SNMPQuery/pkg-descr << '380c946e87429493eacb7fc198adf901' XNetwork discovery support for FusionInventory Agent X XWWW: http://search.cpan.org/dist/FusionInventory-Agent-Task-SNMPQuery/ 380c946e87429493eacb7fc198adf901 exit >Release-Note: >Audit-Trail: >Unformatted: