From owner-freebsd-ports Sat Jul 20 6:40:17 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 CE63537B400 for ; Sat, 20 Jul 2002 06:40:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0753343E42 for ; Sat, 20 Jul 2002 06:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6KDe7JU023074 for ; Sat, 20 Jul 2002 06:40:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6KDe7R6023073; Sat, 20 Jul 2002 06:40:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03F3937B400 for ; Sat, 20 Jul 2002 06:32:30 -0700 (PDT) Received: from t-mta4.odn.ne.jp (mfep4.odn.ne.jp [143.90.131.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93BCE43E42 for ; Sat, 20 Jul 2002 06:32:28 -0700 (PDT) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([218.46.6.232]) by t-mta4.odn.ne.jp with ESMTP id <20020720133226631.TFMI.19333.t-mta4.odn.ne.jp@mta4.odn.ne.jp>; Sat, 20 Jul 2002 22:32:26 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id 09766553F; Sat, 20 Jul 2002 22:32:20 +0900 (JST) Message-Id: <20020720133220.09766553F@hadaly.dyndns.org> Date: Sat, 20 Jul 2002 22:32:20 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40809: New port: devel/p5-AppConfig-Std - a subclass of AppConfig that provides standard options 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: 40809 >Category: ports >Synopsis: New port: devel/p5-AppConfig-Std - a subclass of AppConfig that provides standard options >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: Sat Jul 20 06:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.6-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.6-RELEASE-p3 FreeBSD 4.6-RELEASE-p3 #4: Thu Jul 18 20:19:25 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: AppConfig::Std is a Perl module that provides a set of standard configuration variables and command-line switches. It is implemented as a subclass of AppConfig; AppConfig provides a general mechanism for handling global configuration variables. WWW: http://search.cpan.org/search?dist=AppConfig-Std >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-AppConfig-Std # p5-AppConfig-Std/Makefile # p5-AppConfig-Std/distinfo # p5-AppConfig-Std/pkg-comment # p5-AppConfig-Std/pkg-descr # p5-AppConfig-Std/pkg-plist # echo c - p5-AppConfig-Std mkdir -p p5-AppConfig-Std > /dev/null 2>&1 echo x - p5-AppConfig-Std/Makefile sed 's/^X//' >p5-AppConfig-Std/Makefile << 'END-of-p5-AppConfig-Std/Makefile' X# New ports collection makefile for: p5-AppConfig-Std X# Date created: 20 July 2002 X# Whom: Kimura Fuyuki X# X# $FreeBSD$ X# X XPORTNAME= AppConfig-Std XPORTVERSION= 1.07 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= AppConfig XPKGNAMEPREFIX= p5- X XMAINTAINER= fuyuki@hadaly.org X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser X XPERL_CONFIGURE= yes X XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= AppConfig::Std.3 X Xpost-patch: X ${PERL} -pi -e 's|(VERSION_FROM\s+=>\s+)(.*)(,.*)$$|$$1$$2$$3\nMAN3PODS=>{$$2=>q!\\\$$(INST_MAN3DIR)/${MAN3}!},|;' \ X ${WRKSRC}/Makefile.PL X X.include END-of-p5-AppConfig-Std/Makefile echo x - p5-AppConfig-Std/distinfo sed 's/^X//' >p5-AppConfig-Std/distinfo << 'END-of-p5-AppConfig-Std/distinfo' XMD5 (AppConfig-Std-1.07.tar.gz) = 5a7d3d668494116e4120208100592d10 END-of-p5-AppConfig-Std/distinfo echo x - p5-AppConfig-Std/pkg-comment sed 's/^X//' >p5-AppConfig-Std/pkg-comment << 'END-of-p5-AppConfig-Std/pkg-comment' XA subclass of AppConfig that provides standard options END-of-p5-AppConfig-Std/pkg-comment echo x - p5-AppConfig-Std/pkg-descr sed 's/^X//' >p5-AppConfig-Std/pkg-descr << 'END-of-p5-AppConfig-Std/pkg-descr' XAppConfig::Std is a Perl module that provides a set of standard Xconfiguration variables and command-line switches. It is implemented Xas a subclass of AppConfig; AppConfig provides a general mechanism for Xhandling global configuration variables. X XWWW: http://search.cpan.org/search?dist=AppConfig-Std X X- Kimura Fuyuki Xfuyuki@hadaly.org END-of-p5-AppConfig-Std/pkg-descr echo x - p5-AppConfig-Std/pkg-plist sed 's/^X//' >p5-AppConfig-Std/pkg-plist << 'END-of-p5-AppConfig-Std/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/AppConfig/Std.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AppConfig/Std/.packlist X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/AppConfig 2>/dev/null || true X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AppConfig/Std X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AppConfig 2>/dev/null || true END-of-p5-AppConfig-Std/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