1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add p5-Perl6-Rules, this module implements a close simulation of the Perl 6

rule and grammar constructs, translating them back to Perl 5 regexes via a
source filter. (And hence suffers from all the usual limitations of a source
filter, including the ability to translate complex code spectacularly wrongly).

Approved by:	rafan (mentor, implicit)
This commit is contained in:
Chin-San Huang 2007-07-28 18:05:51 +00:00
parent cd781f7b1e
commit 769562f792
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196487
5 changed files with 41 additions and 0 deletions

View File

@ -1414,6 +1414,7 @@
SUBDIR += p5-Perl6-Export-Attrs
SUBDIR += p5-Perl6-Form
SUBDIR += p5-Perl6-Junction
SUBDIR += p5-Perl6-Rules
SUBDIR += p5-Perl6-Say
SUBDIR += p5-PerlIO-eol
SUBDIR += p5-PerlIO-via-MD5

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: devel/p5-Perl6-Rules
# Date created: 2007/07/28
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Perl6-Rules
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Perl6
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Implements (most of) the Perl 6 regex syntax
BUILD_DEPENDS= p5-Attribute-Handlers>=0:${PORTSDIR}/devel/p5-Attribute-Handlers \
p5-Filter-Simple>=0:${PORTSDIR}/textproc/p5-Filter-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Perl6::Rules.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Perl6-Rules-0.03.tar.gz) = fa9ce190ce4d085234423941d73bf1c5
SHA256 (Perl6-Rules-0.03.tar.gz) = ad4924f400e234db2835e93a54c84112d8d1056cf2a515c1879e17a763dd6aa3
SIZE (Perl6-Rules-0.03.tar.gz) = 125685

View File

@ -0,0 +1,6 @@
This module implements a close simulation of the Perl 6 rule and grammar
constructs, translating them back to Perl 5 regexes via a source filter.
(And hence suffers from all the usual limitations of a source filter,
including the ability to translate complex code spectacularly wrongly).
WWW: http://search.cpan.org/dist/Perl6-Rules/

View File

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