Regexp::Assemble::Compressed is a subclass of Regexp::Assemble. It

assembles more compressed regular expressions.

WWW: http://search.cpan.org/dist/Regexp-Assemble-Compressed/
This commit is contained in:
Jun Kuriyama 2010-12-26 15:45:15 +00:00
parent 0da385c488
commit d26b2cf089
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266920
5 changed files with 36 additions and 0 deletions

View File

@ -2110,6 +2110,7 @@
SUBDIR += p5-ReadLine-TTYtter
SUBDIR += p5-Readonly
SUBDIR += p5-Regexp-Assemble
SUBDIR += p5-Regexp-Assemble-Compressed
SUBDIR += p5-Regexp-Bind
SUBDIR += p5-Regexp-Grammars
SUBDIR += p5-Regexp-Shellish

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: Regexp::Assemble::Compressed
# Date created: 27 Dec 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Regexp-Assemble-Compressed
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to compress Regular Expression
RUN_DEPENDS= \
p5-Regexp-Assemble>0:${PORTSDIR}/devel/p5-Regexp-Assemble
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Regexp::Assemble::Compressed.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Regexp-Assemble-Compressed-0.02.tar.gz) = d568d0d4937887ee5c5b9a4393c382e4d287e7cab19d3c4a0e381e0fe051ec38
SIZE (Regexp-Assemble-Compressed-0.02.tar.gz) = 24664

View File

@ -0,0 +1,4 @@
Regexp::Assemble::Compressed is a subclass of Regexp::Assemble. It
assembles more compressed regular expressions.
WWW: http://search.cpan.org/dist/Regexp-Assemble-Compressed/

View File

@ -0,0 +1,4 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Assemble/Compressed/.packlist
%%SITE_PERL%%/Regexp/Assemble/Compressed.pm
@dirrmtry %%SITE_PERL%%/Regexp/Assemble
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Assemble/Compressed