Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2004 16:44:55 +0300 (MSK)
From:      Alex Kapranoff <kappa@vvs01.agava.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63125: New port for Class::Roles perl module
Message-ID:  <20040220134455.428C71481F@vvs01.agava.net>
Resent-Message-ID: <200402201350.i1KDoK7q024078@freefall.freebsd.org>

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

>Number:         63125
>Category:       ports
>Synopsis:       New port for Class::Roles perl module
>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:   Fri Feb 20 05:50:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kapranoff
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
AGAVA Software
>Environment:
System: FreeBSD vvs01.agava.net 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #2: Tue Jan 13 15:36:13 MSK 2004 root@:/opt/usr/obj/opt/usr/src/sys/SAVIOR i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	


# 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-Class-Roles/
#	p5-Class-Roles/Makefile
#	p5-Class-Roles/distinfo
#	p5-Class-Roles/pkg-descr
#	p5-Class-Roles/pkg-plist
#
echo c - p5-Class-Roles/
mkdir -p p5-Class-Roles/ > /dev/null 2>&1
echo x - p5-Class-Roles/Makefile
sed 's/^X//' >p5-Class-Roles/Makefile << 'END-of-p5-Class-Roles/Makefile'
X# New ports collection makefile for:	p5-Class-Roles
X# Date Created:				17 Feb, 2004
X# Whom:					Alex Kapranoff <kappa@freebsd.org.ua>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Class-Roles
XPORTVERSION=	0.30
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Class
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@freebsd.org
XCOMMENT=	Provides a role-based system of OOP (emulates Perl6)
X
XBUILD_DEPENDS=	${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
X		${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_MODBUILD=	yes
X
XMAN3=		Class::Roles.3
X
X.include <bsd.port.mk>
END-of-p5-Class-Roles/Makefile
echo x - p5-Class-Roles/distinfo
sed 's/^X//' >p5-Class-Roles/distinfo << 'END-of-p5-Class-Roles/distinfo'
XMD5 (Class-Roles-0.30.tar.gz) = f9c3badc7aaf2c1af52e2d50f4a2a6b8
XSIZE (Class-Roles-0.30.tar.gz) = 6146
END-of-p5-Class-Roles/distinfo
echo x - p5-Class-Roles/pkg-descr
sed 's/^X//' >p5-Class-Roles/pkg-descr << 'END-of-p5-Class-Roles/pkg-descr'
XClass::Roles provides a Perl 5 implementation of Perl 6 roles.
X
XRoles are named collections of reusable behavior.  They provide a
Xmechanism to mark that a class performs certain behaviors and to reuse
Xthe code that performs those behaviors.
X
XWWW: http://search.cpan.org/dist/Class-Roles/
END-of-p5-Class-Roles/pkg-descr
echo x - p5-Class-Roles/pkg-plist
sed 's/^X//' >p5-Class-Roles/pkg-plist << 'END-of-p5-Class-Roles/pkg-plist'
X%%SITE_PERL%%/Class/Roles.pm
X@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true
END-of-p5-Class-Roles/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



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