From gslin@netnews.NCTU.edu.tw  Tue Aug  1 09:53:47 2006
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B8EC116A4DE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Aug 2006 09:53:47 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5B94643D46
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Aug 2006 09:53:47 +0000 (GMT)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id 7C92E4A; Tue,  1 Aug 2006 17:53:43 +0800 (CST)
Message-Id: <20060801095343.7C92E4A@netnews.NCTU.edu.tw>
Date: Tue,  1 Aug 2006 17:53:43 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] devel/p5-Tie-Simple: Variable ties made easier: much, much, much easier
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         101156
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Tie-Simple: Variable ties made easier: much, much, much easier
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 01 10:00:30 GMT 2006
>Closed-Date:    Tue Aug 01 12:57:19 GMT 2006
>Last-Modified:  Tue Aug 01 12:57:19 GMT 2006
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
This module adds the ability to quickly create new types of tie
objects without creating a complete class. It does so in such a way as
to try and make the programmers life easier when it comes to
single-use ties that I find myself wanting to use from time-to-time.

The Tie::Simple package is actually a front-end to other classes which
really do all the work once tied, but this package does the dwimming
to automatically figure out what you're trying to do.

I've tried to make this as intuitive as possible and dependent on
other bits of Perl where I can to minimize the need for documentation
and to make this extra, extra spiffy.

WWW:	http://search.cpan.org/dist/Tie-Simple/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Tie-Simple-1.03.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-Tie-Simple
#	p5-Tie-Simple/pkg-descr
#	p5-Tie-Simple/Makefile
#	p5-Tie-Simple/pkg-plist
#	p5-Tie-Simple/distinfo
#
echo c - p5-Tie-Simple
mkdir -p p5-Tie-Simple > /dev/null 2>&1
echo x - p5-Tie-Simple/pkg-descr
sed 's/^X//' >p5-Tie-Simple/pkg-descr << 'END-of-p5-Tie-Simple/pkg-descr'
XThis module adds the ability to quickly create new types of tie
Xobjects without creating a complete class. It does so in such a way as
Xto try and make the programmers life easier when it comes to
Xsingle-use ties that I find myself wanting to use from time-to-time.
X
XThe Tie::Simple package is actually a front-end to other classes which
Xreally do all the work once tied, but this package does the dwimming
Xto automatically figure out what you're trying to do.
X
XI've tried to make this as intuitive as possible and dependent on
Xother bits of Perl where I can to minimize the need for documentation
Xand to make this extra, extra spiffy.
X
XWWW:	http://search.cpan.org/dist/Tie-Simple/
END-of-p5-Tie-Simple/pkg-descr
echo x - p5-Tie-Simple/Makefile
sed 's/^X//' >p5-Tie-Simple/Makefile << 'END-of-p5-Tie-Simple/Makefile'
X# New ports collection makefile for:	p5-Tie-Simple
X# Date created:		2006-08-01
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Tie-Simple
XPORTVERSION=	1.03
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Tie
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Variable ties made easier: much, much, much easier
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Tie::Simple.3
X
X.include <bsd.port.mk>
END-of-p5-Tie-Simple/Makefile
echo x - p5-Tie-Simple/pkg-plist
sed 's/^X//' >p5-Tie-Simple/pkg-plist << 'END-of-p5-Tie-Simple/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Simple/.packlist
X%%SITE_PERL%%/Tie/Simple.pm
X%%SITE_PERL%%/Tie/Simple/Array.pm
X%%SITE_PERL%%/Tie/Simple/Handle.pm
X%%SITE_PERL%%/Tie/Simple/Hash.pm
X%%SITE_PERL%%/Tie/Simple/Scalar.pm
X%%SITE_PERL%%/Tie/Simple/Util.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Simple
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie
X@dirrmtry %%SITE_PERL%%/Tie/Simple
X@dirrmtry %%SITE_PERL%%/Tie
END-of-p5-Tie-Simple/pkg-plist
echo x - p5-Tie-Simple/distinfo
sed 's/^X//' >p5-Tie-Simple/distinfo << 'END-of-p5-Tie-Simple/distinfo'
XMD5 (Tie-Simple-1.03.tar.gz) = 198f7ec68c9b954251c4ed163ee112c7
XSHA256 (Tie-Simple-1.03.tar.gz) = e73dae00e00c42511154fe0e3b26a8965836f2456e1c0952c9ce22ce3d55fc23
XSIZE (Tie-Simple-1.03.tar.gz) = 5498
END-of-p5-Tie-Simple/distinfo
exit
--- p5-Tie-Simple-1.03.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Aug 1 10:00:42 UTC 2006 
Responsible-Changed-Why:  
clsung@ wants his PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101156 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Tue Aug 1 12:57:17 UTC 2006 
State-Changed-Why:  
New port added. Thank You. 

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