From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 18 20:30:02 2007 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 5962716A468 for ; Thu, 18 Oct 2007 20:30:02 +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 3921B13C48A for ; Thu, 18 Oct 2007 20:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9IKU2Ph090925 for ; Thu, 18 Oct 2007 20:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9IKU2h5090924; Thu, 18 Oct 2007 20:30:02 GMT (envelope-from gnats) Resent-Date: Thu, 18 Oct 2007 20:30:02 GMT Resent-Message-Id: <200710182030.l9IKU2h5090924@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, Philippe Audeoud Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F293816A46D for ; Thu, 18 Oct 2007 20:28:42 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: from huppa.tuxaco.net (huppa.tuxaco.net [91.121.19.193]) by mx1.freebsd.org (Postfix) with ESMTP id 9C8AB13C4A5 for ; Thu, 18 Oct 2007 20:28:42 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: from localhost (unknown [127.0.0.1]) by huppa.tuxaco.net (Postfix) with ESMTP id B7D3CEE39 for ; Thu, 18 Oct 2007 22:30:08 +0200 (CEST) Received: from huppa.tuxaco.net ([127.0.0.1]) by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZHy22sVrVVym for ; Thu, 18 Oct 2007 22:30:05 +0200 (CEST) Received: by huppa.tuxaco.net (Postfix, from userid 1001) id B0539EDDE; Thu, 18 Oct 2007 22:30:05 +0200 (CEST) Message-Id: <20071018203005.B0539EDDE@huppa.tuxaco.net> Date: Thu, 18 Oct 2007 22:30:05 +0200 (CEST) From: Philippe Audeoud To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/117311: [new port] devel/p5-SNMP-Persist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Philippe Audeoud List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2007 20:30:02 -0000 >Number: 117311 >Category: ports >Synopsis: [new port] devel/p5-SNMP-Persist >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: Thu Oct 18 20:30:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Philippe Audeoud >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD huppa.tuxaco.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Mar 20 16:05:42 CET 2007 root@:/usr/obj/usr/src/sys/GENERIC i386 >Description: Here is the shar to add p5-SNMP-Persist to port tree. Please, if you check with tinderbox, don't forget to install perl5 with threads. >How-To-Repeat: >Fix: --- shar.p5-SNMP-Persist.1 begins here --- # 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: # # devel/p5-SNMP-Persist/ # devel/p5-SNMP-Persist/Makefile # devel/p5-SNMP-Persist/distinfo # devel/p5-SNMP-Persist/pkg-descr # devel/p5-SNMP-Persist/pkg-plist # echo c - devel/p5-SNMP-Persist/ mkdir -p devel/p5-SNMP-Persist/ > /dev/null 2>&1 echo x - devel/p5-SNMP-Persist/Makefile sed 's/^X//' >devel/p5-SNMP-Persist/Makefile << 'END-of-devel/p5-SNMP-Persist/Makefile' X# New ports collection makefile for: p5-SNMP-Persist X# Date created: 2007-10-18 X# Whom: Philippe Audeoud X# X# $FreeBSD$ X# X XPORTNAME= SNMP-Persist XPORTVERSION= 0.05 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= SNMP XPKGNAMEPREFIX= p5- X XMAINTAINER= jadawin@tuxaco.net XCOMMENT= The module is a backend for pass_persist feature of net-snmp X XPERL_CONFIGURE= 5.8.0+ X XMAN3= SNMP::Persist.3 X X.include X Xpost-depends: X.if exists(${PERL}) XPERL_THREADED!= ${PERL} -V | ${GREP} -- -Dusethreads=y || ${TRUE} X. if ${PERL_THREADED} == "" XIGNORE= must be built with a threaded Perl X. endif X.endif X X.include END-of-devel/p5-SNMP-Persist/Makefile echo x - devel/p5-SNMP-Persist/distinfo sed 's/^X//' >devel/p5-SNMP-Persist/distinfo << 'END-of-devel/p5-SNMP-Persist/distinfo' XMD5 (SNMP-Persist-0.05.tar.gz) = 70f0b4025e2586110fdc22165bc1b985 XSHA256 (SNMP-Persist-0.05.tar.gz) = 7633b3da85fe5a412a4188e04a6aba93146af71ec88a94147e8b8804e1b63cbb XSIZE (SNMP-Persist-0.05.tar.gz) = 5845 END-of-devel/p5-SNMP-Persist/distinfo echo x - devel/p5-SNMP-Persist/pkg-descr sed 's/^X//' >devel/p5-SNMP-Persist/pkg-descr << 'END-of-devel/p5-SNMP-Persist/pkg-descr' XThe SNMP-Persist module is a backend for pass_persist feature of Xnet-snmp. X XIt simplifies the process of sharing user-specified data via SNMP and Xdevelopment of persistent net-snmp applications controlling a chosen MIB Xsubtree. X XIt is particularly useful if data gathering process takes too long. The Xresponder is a separate thread, which is not influenced by updates of XMIB subtree data. The answer to a snmp request is fast and doesn't rely Xon potentially slow source of data. X XWWW: http://search.cpan.org/~anias/SNMP-Persist-0.05/ END-of-devel/p5-SNMP-Persist/pkg-descr echo x - devel/p5-SNMP-Persist/pkg-plist sed 's/^X//' >devel/p5-SNMP-Persist/pkg-plist << 'END-of-devel/p5-SNMP-Persist/pkg-plist' X%%SITE_PERL%%/SNMP/Persist.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/Persist/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/Persist/ X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/ X@dirrmtry %%SITE_PERL%%/SNMP END-of-devel/p5-SNMP-Persist/pkg-plist exit --- shar.p5-SNMP-Persist.1 ends here --- >Release-Note: >Audit-Trail: >Unformatted: