Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Dec 2010 14:29:48 +0300
From:      Anes Muhametov <anes@anes.su>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152801: New port: devel/p5-Declare-Constraints-Simple validate a data structure 
Message-ID:  <E1POTpk-0004IA-OW@n7.cm.hc.ru>
Resent-Message-ID: <201012031150.oB3Bo8uV014300@freefall.freebsd.org>

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

>Number:         152801
>Category:       ports
>Synopsis:       New port: devel/p5-Declare-Constraints-Simple validate a data structure
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 03 11:50:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Anes Muhametov
>Release:        FreeBSD 7.2-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD n7.cm.hc.ru 7.2-RELEASE-p1 FreeBSD 7.2-RELEASE-p1 #0: Tue Jul 14 03:45:36 MSD 2009 root@n1.cm.hc.ru:/usr/obj/usr/src/sys/HCSMP64-72-NOINET6 amd64


	
>Description:
The main purpose of this module is to provide an easy way to build a profile to validate a data structure. It does this by giving you a set of declarative keywords in the impor
ting namespace.
>How-To-Repeat:
	
>Fix:

	

--- p5-Declare-Constraints-Simple.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-Declare-Constraints-Simple
#	p5-Declare-Constraints-Simple/pkg-plist
#	p5-Declare-Constraints-Simple/pkg-descr
#	p5-Declare-Constraints-Simple/distinfo
#	p5-Declare-Constraints-Simple/Makefile
#
echo c - p5-Declare-Constraints-Simple
mkdir -p p5-Declare-Constraints-Simple > /dev/null 2>&1
echo x - p5-Declare-Constraints-Simple/pkg-plist
sed 's/^X//' >p5-Declare-Constraints-Simple/pkg-plist << '1b70af1d1317336d8d51ecb67ca8a7d6'
X%%SITE_PERL%%/Declare/Constraints/Simple.pm
X%%SITE_PERL%%/Declare/Constraints/Simple/Library.pm
X%%SITE_PERL%%/Declare/Constraints/Simple/Library/Array.pm
X%%SITE_PERL%%/Declare/Constraints/Simple/Library/Base.pm
X%%SITE_PERL%%/Declare/Constraints/Simple/Library/Exportable.pm
X%%SITE_PERL%%/Declare/Constraints/Simple/Library/General.pm
X%%SITE_PERL%%/Declare/Constraints/Simple/Library/Hash.pm
X%%SITE_PERL%%/Declare/Constraints/Simple/Library/Numerical.pm
X%%SITE_PERL%%/Declare/Constraints/Simple/Library/OO.pm
X%%SITE_PERL%%/Declare/Constraints/Simple/Library/Operators.pm
X%%SITE_PERL%%/Declare/Constraints/Simple/Library/Referencial.pm
X%%SITE_PERL%%/Declare/Constraints/Simple/Library/Scalar.pm
X%%SITE_PERL%%/Declare/Constraints/Simple/Result.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Declare/Constraints/Simple/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Declare/Constraints/Simple
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Declare/Constraints
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Declare
X@dirrmtry %%SITE_PERL%%/Declare/Constraints/Simple/Library
X@dirrmtry %%SITE_PERL%%/Declare/Constraints/Simple
X@dirrmtry %%SITE_PERL%%/Declare/Constraints
X@dirrmtry %%SITE_PERL%%/Declare
1b70af1d1317336d8d51ecb67ca8a7d6
echo x - p5-Declare-Constraints-Simple/pkg-descr
sed 's/^X//' >p5-Declare-Constraints-Simple/pkg-descr << 'cb6a1a1fe6fc28395b3f3ac300b1fc80'
XThe main purpose of this module is to provide an easy way to build a profile to validate a data structure. It does this by giving you a set of declarative keywords in the importing namespace.
X
XWWW:	http://search.cpan.org/dist/Declare-Constraints-Simple/
cb6a1a1fe6fc28395b3f3ac300b1fc80
echo x - p5-Declare-Constraints-Simple/distinfo
sed 's/^X//' >p5-Declare-Constraints-Simple/distinfo << '93eccde947f54865155818dc0d831198'
XMD5 (Declare-Constraints-Simple-0.03.tar.gz) = abcd5e9f2dd034deed975601b38d684e
XSHA256 (Declare-Constraints-Simple-0.03.tar.gz) = db77ae8d8e0afb76e6f1bfa9ef3a316718907e827ff181c8c0ad6a9f3dd80f36
XSIZE (Declare-Constraints-Simple-0.03.tar.gz) = 30336
93eccde947f54865155818dc0d831198
echo x - p5-Declare-Constraints-Simple/Makefile
sed 's/^X//' >p5-Declare-Constraints-Simple/Makefile << 'fbc2fc028be3eeb72bcd589683f7269e'
X# New ports collection makefile for:	p5-Declare-Constraints-Simple
X# Date created:		2010-12-03
X# Whom:			Anes Muhametov <anes@anes.su>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Declare-Constraints-Simple
XPORTVERSION=	0.03
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	../../authors/id/P/PH/PHAYLON
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	perl@FreeBSD.org
XCOMMENT=	Declarative Validation of Perl Data Structures
X
XBUILD_DEPENDS=  \
X	p5-Class-Inspector>=1.24:${PORTSDIR}/devel/p5-Class-Inspector
X
XRUN_DEPENDS= ${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Declare::Constraints::Simple::Library::Scalar.3 Declare::Constraints::Simple::Library::Operators.3 Declare::Constraints::Simple::Library::Array.3 Declare::Constraints::Simple::Library.3 Declare::Constraints::Simple::Library::Exportable.3 Declare::Constraints::Simple::Library::Referencial.3 Declare::Constraints::Simple::Result.3 Declare::Constraints::Simple.3 Declare::Constraints::Simple::Library::OO.3 Declare::Constraints::Simple::Library::Numerical.3 Declare::Constraints::Simple::Library::Hash.3 Declare::Constraints::Simple::Library::Base.3 Declare::Constraints::Simple::Library::General.3
X
X.include <bsd.port.mk>
fbc2fc028be3eeb72bcd589683f7269e
exit
--- p5-Declare-Constraints-Simple.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?E1POTpk-0004IA-OW>