From owner-freebsd-ports Thu Oct 24 9:20: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C2C637B401 for ; Thu, 24 Oct 2002 09:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A1143E75 for ; Thu, 24 Oct 2002 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9OGK1x3029964 for ; Thu, 24 Oct 2002 09:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9OGK1fe029963; Thu, 24 Oct 2002 09:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D8E337B401 for ; Thu, 24 Oct 2002 09:10:05 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC31243E65 for ; Thu, 24 Oct 2002 09:10:03 -0700 (PDT) (envelope-from scottj@pebkac.owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id JAA97281 for freebsd-gnats-submit@freebsd.org; Thu, 24 Oct 2002 09:12:55 -0700 (PDT) (envelope-from scottj) Received: (from scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) id JAA97272; Thu, 24 Oct 2002 09:12:54 -0700 (PDT) (envelope-from scottj) Message-Id: <200210241612.JAA97272@pebkac.owp.csus.edu> Date: Thu, 24 Oct 2002 09:12:54 -0700 (PDT) From: Joseph Scott Reply-To: scottj@pebkac.owp.csus.edu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/44441: NEW PORT net/p5-Net-Services Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44441 >Category: ports >Synopsis: NEW PORT net/p5-Net-Services >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 24 09:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: FreeBSD 3.5-STABLE i386 >Organization: >Environment: >Description: New port of the Net::Services perl module. From the pkg-descr : Constructs a hash from the /etc/services file and provides a tied interface to it that takes care of things like the protocol name. >How-To-Repeat: >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-Services # p5-Net-Services/Makefile # p5-Net-Services/distinfo # p5-Net-Services/pkg-comment # p5-Net-Services/pkg-descr # p5-Net-Services/pkg-plist # echo c - p5-Net-Services mkdir -p p5-Net-Services > /dev/null 2>&1 echo x - p5-Net-Services/Makefile sed 's/^X//' >p5-Net-Services/Makefile << 'END-of-p5-Net-Services/Makefile' X# New ports collection makefile for: p5-Net-Services X# Date created: Wed 23 Oct 2002 X# Whom: Joseph Scott X# X# $FreeBSD$ X# X XPORTNAME= Net-Services XPORTVERSION= 1.3 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- X XMAINTAINER= joseph@randomnetworks.com X XPERL_CONFIGURE= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Net::Services.3 X X.include END-of-p5-Net-Services/Makefile echo x - p5-Net-Services/distinfo sed 's/^X//' >p5-Net-Services/distinfo << 'END-of-p5-Net-Services/distinfo' XMD5 (Net-Services-1.3.tar.gz) = 0506f0be7c927a95203d67416c05bdea END-of-p5-Net-Services/distinfo echo x - p5-Net-Services/pkg-comment sed 's/^X//' >p5-Net-Services/pkg-comment << 'END-of-p5-Net-Services/pkg-comment' XProvides a tied interface to the /etc/services file END-of-p5-Net-Services/pkg-comment echo x - p5-Net-Services/pkg-descr sed 's/^X//' >p5-Net-Services/pkg-descr << 'END-of-p5-Net-Services/pkg-descr' XConstructs a hash from the /etc/services file and provides a tied interface Xto it that takes care of things like the protocol name. X XWWW: http://search.cpan.org/search?module=Net::Services END-of-p5-Net-Services/pkg-descr echo x - p5-Net-Services/pkg-plist sed 's/^X//' >p5-Net-Services/pkg-plist << 'END-of-p5-Net-Services/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Net/Services.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Services/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Services 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%%/Net 2>/dev/null || true END-of-p5-Net-Services/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message