From owner-freebsd-ports Thu Jul 6 12:20:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0CD737B8F3 for ; Thu, 6 Jul 2000 12:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA52191; Thu, 6 Jul 2000 12:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from infinite.wezl.org (infinite.wezl.org [209.249.97.208]) by hub.freebsd.org (Postfix) with ESMTP id 70F4337B8A4 for ; Thu, 6 Jul 2000 12:15:18 -0700 (PDT) (envelope-from cnh@infinite.wezl.org) Received: (from cnh@localhost) by infinite.wezl.org (/8.10.1) id e66J6pg18562 for FreeBSD-gnats-submit@freebsd.org; Thu, 6 Jul 2000 15:06:51 -0400 Message-Id: <20000706120651.A18552@infinite.wezl.org> Date: Thu, 6 Jul 2000 12:06:51 -0700 From: "Christopher N. Harrell" Reply-To: cnh@ivmg.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19743: new port of Net::SNMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19743 >Category: ports >Synopsis: new port p5-Net-SNMP >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 12:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Christopher N. Harrell >Release: FreeBSD 4.0-STABLE i386 >Organization: none >Environment: none >Description: This is a new port of Net::SNMP from CPAN >How-To-Repeat: n/a >Fix: # 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-Net-SNMP # p5-Net-SNMP/Makefile # p5-Net-SNMP/pkg # p5-Net-SNMP/pkg/COMMENT # p5-Net-SNMP/pkg/DESCR # p5-Net-SNMP/pkg/PLIST # p5-Net-SNMP/files # p5-Net-SNMP/files/md5 # echo c - p5-Net-SNMP mkdir -p p5-Net-SNMP > /dev/null 2>&1 echo x - p5-Net-SNMP/Makefile sed 's/^X//' >p5-Net-SNMP/Makefile << 'END-of-p5-Net-SNMP/Makefile' X# New ports collection makefile for: p5-Net-SNMP X# Date created: 30 June 2000 X# Whom: Christopher N. Harrell X# X# $FreeBSD$ X# X XPORTNAME= Net-SNMP XPORTVERSION= 3.50 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@FreeBSD.org X XWRKSRC= ${WRKDIR}/${PORTNAME}-3.5 XUSE_PERL5= yes XMAN3= Net::SNMP.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ X CC="${CC}" CCFLAGS="${CFLAGS}" X X.include END-of-p5-Net-SNMP/Makefile echo c - p5-Net-SNMP/pkg mkdir -p p5-Net-SNMP/pkg > /dev/null 2>&1 echo x - p5-Net-SNMP/pkg/COMMENT sed 's/^X//' >p5-Net-SNMP/pkg/COMMENT << 'END-of-p5-Net-SNMP/pkg/COMMENT' XA perl module for SNMP... Net::SNMP END-of-p5-Net-SNMP/pkg/COMMENT echo x - p5-Net-SNMP/pkg/DESCR sed 's/^X//' >p5-Net-SNMP/pkg/DESCR << 'END-of-p5-Net-SNMP/pkg/DESCR' XThe module Net::SNMP implements an object oriented Xinterface to the Simple Network Management Protocol. Perl Xapplications can use the module to retrieve or update Xinformation on a remote host using the SNMP protocol. XNet::SNMP is implemented completely in Perl, requires no Xcompiling, and uses only standard Perl modules. Both XSNMPv1 and SNMPv2c (Community-Based SNMPv2) are supported Xby the module. END-of-p5-Net-SNMP/pkg/DESCR echo x - p5-Net-SNMP/pkg/PLIST sed 's/^X//' >p5-Net-SNMP/pkg/PLIST << 'END-of-p5-Net-SNMP/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/Net/SNMP.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SNMP/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SNMP X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true END-of-p5-Net-SNMP/pkg/PLIST echo c - p5-Net-SNMP/files mkdir -p p5-Net-SNMP/files > /dev/null 2>&1 echo x - p5-Net-SNMP/files/md5 sed 's/^X//' >p5-Net-SNMP/files/md5 << 'END-of-p5-Net-SNMP/files/md5' XMD5 (Net-SNMP-3.50.tar.gz) = 03b57f94c8d2fc2a37326924a5bb29a2 END-of-p5-Net-SNMP/files/md5 exit --e658sY219774.962787285/pefw00-- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message