Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2006 01:48:59 +0800 (CST)
From:      Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100096: [NEW PORT] devel/p5-Data-Bind: Bind and alias variables
Message-ID:  <200607111748.k6BHmx3j030065@alumni.csie.nctu.edu.tw>
Resent-Message-ID: <200607111750.k6BHoE2S091536@freefall.freebsd.org>

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

>Number:         100096
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Data-Bind: Bind and alias variables
>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 Jul 11 17:50:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Chen
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Generiton Inc.
>Environment:
System: FreeBSD i386.yinjieh.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Wed May 10 01:02:50 CST 2006 root@i386.yinjieh.org:/usr/obj/usr/src/sys/YINJIEH i386


	
>Description:

	This module implements the semantics for perl6-style variable binding,

	as well as subroutine call argument passing and binding, in Perl 5.

	WWW: http://search.cpan.org/dist/Data-Bind/

	Generated with my own hands v1.1

>How-To-Repeat:
	
>Fix:

	

--- p5-Data-Bind.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-Data-Bind
#	p5-Data-Bind/Makefile
#	p5-Data-Bind/distinfo
#	p5-Data-Bind/pkg-descr
#	p5-Data-Bind/pkg-plist
#
echo c - p5-Data-Bind
mkdir -p p5-Data-Bind > /dev/null 2>&1
echo x - p5-Data-Bind/Makefile
sed 's/^X//' >p5-Data-Bind/Makefile << 'END-of-p5-Data-Bind/Makefile'
X# ex:ts=8
X# Ports collection makefile for:	Data-Bind
X# Date created:			Jul. 12, 2006
X# Whom:				Ying-Chieh Chen
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Data-Bind
XPORTVERSION=	0.27
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Data
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	yinjieh@csie.nctu.edu.tw
XCOMMENT=	A perl module to bind and alias variables
X
XBUILD_DEPENDS=	${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor	\
X		${SITE_PERL}/${PERL_ARCH}/Devel/Caller.pm:${PORTSDIR}/devel/p5-Devel-Caller \
X		${SITE_PERL}/${PERL_ARCH}/Devel/LexAlias.pm:${PORTSDIR}/devel/p5-Devel-LexAlias \
X		${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
X
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Data::Bind.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500800
XIGNORE=		This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Data-Bind/Makefile
echo x - p5-Data-Bind/distinfo
sed 's/^X//' >p5-Data-Bind/distinfo << 'END-of-p5-Data-Bind/distinfo'
XMD5 (Data-Bind-0.27.tar.gz) = cb959c9389cc4bc6ff5b28540bac3a22
XSHA256 (Data-Bind-0.27.tar.gz) = d0377faa35dcdc652f02bc236da1f00401465a0acc7a7973c251db5547327912
XSIZE (Data-Bind-0.27.tar.gz) = 21414
END-of-p5-Data-Bind/distinfo
echo x - p5-Data-Bind/pkg-descr
sed 's/^X//' >p5-Data-Bind/pkg-descr << 'END-of-p5-Data-Bind/pkg-descr'
XThis module implements the semantics for perl6-style variable binding,
X
Xas well as subroutine call argument passing and binding, in Perl 5.
X
XWWW: http://search.cpan.org/dist/Data-Bind/
END-of-p5-Data-Bind/pkg-descr
echo x - p5-Data-Bind/pkg-plist
sed 's/^X//' >p5-Data-Bind/pkg-plist << 'END-of-p5-Data-Bind/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/Data/Bind.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Bind/Bind.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Bind/Bind.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Bind/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Bind
END-of-p5-Data-Bind/pkg-plist
exit
--- p5-Data-Bind.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?200607111748.k6BHmx3j030065>