From ijliao@FreeBSD.csie.NCTU.edu.tw  Fri Sep 24 03:35:14 2004
Return-Path: <ijliao@FreeBSD.csie.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 639A016A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>;
 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 <ijliao@csie.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/p5-Exporter-Tidy: Another way of exporting symbols
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         72047
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Exporter-Tidy: Another way of exporting symbols
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 24 03:40:14 GMT 2004
>Closed-Date:    Tue Oct 12 11:21:16 GMT 2004
>Last-Modified:  Tue Oct 12 11:21:16 GMT 2004
>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 <bsd.port.mk>
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:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Sat Sep 25 18:37:48 GMT 2004 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72047 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Tue Oct 12 11:21:10 GMT 2004 
State-Changed-Why:  
Port added, thanks ! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72047 
>Unformatted:
