Skip site navigation (1)Skip section navigation (2)
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:   ports/101156: [NEW PORT] devel/p5-Tie-Simple: Variable ties made easier: much, much, much easier
Message-ID:  <20060801095343.7C92E4A@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608011000.k71A0Vup089354@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 01 10:00:30 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060801095343.7C92E4A>