Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2009 13:49:07 +0900 (JST)
From:      TERAMOTO Masahiro <markun@onohara.to>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/133904: [NEW PORT] devel/p5-MouseX-Types-Path-Class: A Path::Class type library for Mouse
Message-ID:  <20090422044907.A1D162845B@gate.onohara.to>
Resent-Message-ID: <200904220450.n3M4o1Nf062458@freefall.freebsd.org>

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

>Number:         133904
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-MouseX-Types-Path-Class: A Path::Class type library for Mouse
>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:   Wed Apr 22 04:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     TERAMOTO Masahiro
>Release:        FreeBSD 6.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD gate.onohara.to 6.4-RELEASE-p1 FreeBSD 6.4-RELEASE-p1 #0: Sun Dec 21 07:56:41 UTC 2008
>Description:
MouseX::Types::Path::Class creates common Mouse types,
coercions and option specifications useful for dealing with Path::Class
objects as Mouse attributes.

Author:	NAKAGAWA Masaki <masaki@cpan.org>
WWW:	http://http://search.cpan.org/~masaki/MouseX-Types-Path-Class/

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

--- p5-MouseX-Types-Path-Class-0.05.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-MouseX-Types-Path-Class
#	p5-MouseX-Types-Path-Class/pkg-descr
#	p5-MouseX-Types-Path-Class/Makefile
#	p5-MouseX-Types-Path-Class/pkg-plist
#	p5-MouseX-Types-Path-Class/distinfo
#
echo c - p5-MouseX-Types-Path-Class
mkdir -p p5-MouseX-Types-Path-Class > /dev/null 2>&1
echo x - p5-MouseX-Types-Path-Class/pkg-descr
sed 's/^X//' >p5-MouseX-Types-Path-Class/pkg-descr << '493022c8ed5a96a5c9b7a751ba0643bf'
XMouseX::Types::Path::Class creates common Mouse types,
Xcoercions and option specifications useful for dealing with Path::Class
Xobjects as Mouse attributes.
X
XAuthor:	NAKAGAWA Masaki <masaki@cpan.org>
XWWW:	http://http://search.cpan.org/~masaki/MouseX-Types-Path-Class/
493022c8ed5a96a5c9b7a751ba0643bf
echo x - p5-MouseX-Types-Path-Class/Makefile
sed 's/^X//' >p5-MouseX-Types-Path-Class/Makefile << 'eac555bfe251944b3cdaad1fd04e510f'
X# New ports collection makefile for:	p5-MouseX-Types-Path-Class
X# Date created:		2009-04-22
X# Whom:			TERAMOTO Masahiro <markun@onohara.to>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	MouseX-Types-Path-Class
XPORTVERSION=	0.05
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	../by-authors/id/M/MA/MASAKI
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	markun@onohara.to
XCOMMENT=	A Path::Class type library for Mouse
X
XBUILD_DEPENDS=	p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \
X		p5-Mouse>=0.19:${PORTSDIR}/devel/p5-Mouse \
X		p5-MouseX-Types>=0.01:${PORTSDIR}/devel/p5-MouseX-Types \
X		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
X		p5-MouseX-Getopt>=0:${PORTSDIR}/devel/p5-MouseX-Getopt
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		MouseX::Types::Path::Class.3
X
X.include <bsd.port.mk>
eac555bfe251944b3cdaad1fd04e510f
echo x - p5-MouseX-Types-Path-Class/pkg-plist
sed 's/^X//' >p5-MouseX-Types-Path-Class/pkg-plist << '770dcb1f3bf73501a0cbe84038a9f76c'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX/Types/Path/Class/.packlist
X%%SITE_PERL%%/MouseX/Types/Path/Class.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX/Types/Path/Class
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX/Types/Path
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX/Types
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX
X@dirrmtry %%SITE_PERL%%/MouseX/Types/Path
X@dirrmtry %%SITE_PERL%%/MouseX/Types
X@dirrmtry %%SITE_PERL%%/MouseX
770dcb1f3bf73501a0cbe84038a9f76c
echo x - p5-MouseX-Types-Path-Class/distinfo
sed 's/^X//' >p5-MouseX-Types-Path-Class/distinfo << 'b3dcca0602806e8990987829c8138885'
XMD5 (MouseX-Types-Path-Class-0.05.tar.gz) = d6283288e9ba7cbfece79a04b8b3dc22
XSHA256 (MouseX-Types-Path-Class-0.05.tar.gz) = 7b35f45d2fc9ec685a783ca70bec93807974bdfe2c57e1f9ca71eed6890bc9be
XSIZE (MouseX-Types-Path-Class-0.05.tar.gz) = 58062
b3dcca0602806e8990987829c8138885
exit
--- p5-MouseX-Types-Path-Class-0.05.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?20090422044907.A1D162845B>