Add p5-Perl6-Builtins,

Several of the builtins in Perl 6 have different
(i.e. more useful, less confusing) behaviours than their Perl 5 counterparts.
This module provides Perl 5 versions of those builtins.

Approved by:	rafan (memtor, implicit)
This commit is contained in:
Chin-San Huang 2007-07-28 13:09:17 +00:00
parent 605b516239
commit e1ef09b7cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196464
5 changed files with 40 additions and 0 deletions

View file

@ -1409,6 +1409,7 @@
SUBDIR += p5-Path-Class
SUBDIR += p5-Penguin
SUBDIR += p5-Penguin-Easy
SUBDIR += p5-Perl6-Builtins
SUBDIR += p5-Perl6-Export
SUBDIR += p5-Perl6-Export-Attrs
SUBDIR += p5-Perl6-Form

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: devel/p5-Perl6-Builtins
# Date created: 2007/07/28
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Perl6-Builtins
PORTVERSION= 0.0.3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Perl6
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Provide Perl 5 versions of the new Perl 6 builtins
BUILD_DEPENDS= p5-Contextual-Return>=0:${PORTSDIR}/devel/p5-Contextual-Return \
p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Perl6::Builtins.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Perl6-Builtins-0.0.3.tar.gz) = 5533c4e8d9b214df38660e05e16b19c5
SHA256 (Perl6-Builtins-0.0.3.tar.gz) = a553956fb9c7009375075ca69f8cb2573c9babe4c11883a70b2b0061cc34867c
SIZE (Perl6-Builtins-0.0.3.tar.gz) = 4261

View file

@ -0,0 +1,5 @@
Several of the builtins in Perl 6 have different (i.e. more useful, less
confusing) behaviours than their Perl 5 counterparts. This module provides
Perl 5 versions of those builtins.
WWW: http://search.cpan.org/dist/Perl6-Builtins/

View file

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Builtins/.packlist
%%SITE_PERL%%/Perl6/Builtins.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Builtins
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6
@dirrmtry %%SITE_PERL%%/Perl6