From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 24 03:40:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7882816A4CF for ; Fri, 24 Sep 2004 03:40:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5889443D41 for ; Fri, 24 Sep 2004 03:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8O3eF51017910 for ; Fri, 24 Sep 2004 03:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8O3eFL6017904; Fri, 24 Sep 2004 03:40:15 GMT (envelope-from gnats) Resent-Date: Fri, 24 Sep 2004 03:40:15 GMT Resent-Message-Id: <200409240340.i8O3eFL6017904@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, Ying-Chieh Liao Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 639A016A4CE for ; Fri, 24 Sep 2004 03:35:14 +0000 (GMT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0818243D1D for ; Fri, 24 Sep 2004 03:35:14 +0000 (GMT) (envelope-from ijliao@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id 755C0106C51 for ; Fri, 24 Sep 2004 11:35:08 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 95088-08 for ; Fri, 24 Sep 2004 11:35:07 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1041) id C18F8106C6F; Fri, 24 Sep 2004 11:35:07 +0800 (CST) Message-Id: <20040924033507.C18F8106C6F@FreeBSD.csie.NCTU.edu.tw> Date: Fri, 24 Sep 2004 11:35:07 +0800 (CST) From: Ying-Chieh Liao To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72047: [NEW PORT] devel/p5-Exporter-Tidy: Another way of exporting symbols X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2004 03:40:15 -0000 >Number: 72047 >Category: ports >Synopsis: [NEW PORT] devel/p5-Exporter-Tidy: Another way of exporting symbols >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: Fri Sep 24 03:40:14 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.10-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat May 29 08:18:00 CST 2004 >Description: This module serves as an easy, clean alternative to Exporter. Unlike Exporter, it is not subclassed, but it simply exports a custom import() into your namespace. With Exporter::Tidy, you don't need to use any package global in your module. Even the subs you export can be lexically scoped. WWW: http://search.cpan.org/dist/Exporter-Tidy/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Exporter-Tidy-0.06.shar 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: # # p5-Exporter-Tidy # p5-Exporter-Tidy/Makefile # p5-Exporter-Tidy/distinfo # p5-Exporter-Tidy/pkg-descr # p5-Exporter-Tidy/pkg-plist # echo c - p5-Exporter-Tidy mkdir -p p5-Exporter-Tidy > /dev/null 2>&1 echo x - p5-Exporter-Tidy/Makefile sed 's/^X//' >p5-Exporter-Tidy/Makefile << 'END-of-p5-Exporter-Tidy/Makefile' X# ex:ts=8 X# Ports collection makefile for: Exporter::Tidy X# Date created: Sep 24, 2004 X# Whom: ijliao X# X# $FreeBSD$ X# X XPORTNAME= Exporter-Tidy XPORTVERSION= 0.06 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Exporter XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Another way of exporting symbols X XPERL_CONFIGURE= yes X XMAN3= Exporter::Tidy.3 X X.include END-of-p5-Exporter-Tidy/Makefile echo x - p5-Exporter-Tidy/distinfo sed 's/^X//' >p5-Exporter-Tidy/distinfo << 'END-of-p5-Exporter-Tidy/distinfo' XMD5 (Exporter-Tidy-0.06.tar.gz) = db1d8a5c74ec8d66c62ab4ad0099a52a XSIZE (Exporter-Tidy-0.06.tar.gz) = 23101 END-of-p5-Exporter-Tidy/distinfo echo x - p5-Exporter-Tidy/pkg-descr sed 's/^X//' >p5-Exporter-Tidy/pkg-descr << 'END-of-p5-Exporter-Tidy/pkg-descr' XThis module serves as an easy, clean alternative to Exporter. Unlike Exporter, Xit is not subclassed, but it simply exports a custom import() into your Xnamespace. X XWith Exporter::Tidy, you don't need to use any package global in your module. XEven the subs you export can be lexically scoped. X XWWW: http://search.cpan.org/dist/Exporter-Tidy/ END-of-p5-Exporter-Tidy/pkg-descr echo x - p5-Exporter-Tidy/pkg-plist sed 's/^X//' >p5-Exporter-Tidy/pkg-plist << 'END-of-p5-Exporter-Tidy/pkg-plist' X%%SITE_PERL%%/Exporter/Tidy.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Exporter/Tidy/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exporter/Tidy X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Exporter 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Exporter 2>/dev/null || true END-of-p5-Exporter-Tidy/pkg-plist exit --- p5-Exporter-Tidy-0.06.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: