diff options
author | Lars Thegler <lth@FreeBSD.org> | 2007-05-26 16:12:05 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2007-05-26 16:12:05 +0000 |
commit | 08803e2f4621e1df123fa2abb9cce833739ad574 (patch) | |
tree | f12293d5764a3a03a371c21a613fa3a9e9658622 | |
parent | 7cd4402a2b0f5cf27aa2e6fb23718ac59ea2031c (diff) |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-PPI-XS/Makefile | 28 | ||||
-rw-r--r-- | textproc/p5-PPI-XS/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-PPI-XS/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-PPI-XS/pkg-plist | 7 |
5 files changed, 44 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 29a6b7abffb6..3f5b77f97760 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -417,6 +417,7 @@ SUBDIR += p5-POSIX-Regex SUBDIR += p5-PPI SUBDIR += p5-PPI-HTML + SUBDIR += p5-PPI-XS SUBDIR += p5-Parse-CSV SUBDIR += p5-Parse-FixedLength SUBDIR += p5-Parse-Flex diff --git a/textproc/p5-PPI-XS/Makefile b/textproc/p5-PPI-XS/Makefile new file mode 100644 index 000000000000..8a0e69037038 --- /dev/null +++ b/textproc/p5-PPI-XS/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: textproc/p5-PPI-XS +# Date created: 09 May 2007 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= PPI-XS +PORTVERSION= 0.900 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= PPI +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= XS acceleration for the PPI perl parser + +RUN_DEPENDS= p5-PPI>=0.845:${PORTSDIR}/textproc/p5-PPI +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= PPI::XS.3 + +post-patch: + ${PERL} -pi -e '$$_="" if /auto_install/' ${WRKSRC}/Makefile.PL + +.include <bsd.port.mk> diff --git a/textproc/p5-PPI-XS/distinfo b/textproc/p5-PPI-XS/distinfo new file mode 100644 index 000000000000..72b7839fa5e2 --- /dev/null +++ b/textproc/p5-PPI-XS/distinfo @@ -0,0 +1,3 @@ +MD5 (PPI-XS-0.900.tar.gz) = 8003a479b1506feefd275824f1d67c9b +SHA256 (PPI-XS-0.900.tar.gz) = 9e4050dc9115bde04a71bcce3a65c9a8dc0681337b47433d38983b67ed83f83d +SIZE (PPI-XS-0.900.tar.gz) = 23526 diff --git a/textproc/p5-PPI-XS/pkg-descr b/textproc/p5-PPI-XS/pkg-descr new file mode 100644 index 000000000000..31cb4c69a488 --- /dev/null +++ b/textproc/p5-PPI-XS/pkg-descr @@ -0,0 +1,5 @@ +PPI::XS provides XS-based acceleration of the core PPI packages. It +selectively replaces a (small but growing) number of methods throughout +PPI with identical but much faster C versions. + +WWW: http://search.cpan.org/dist/PPI-XS/ diff --git a/textproc/p5-PPI-XS/pkg-plist b/textproc/p5-PPI-XS/pkg-plist new file mode 100644 index 000000000000..c05224850f66 --- /dev/null +++ b/textproc/p5-PPI-XS/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/PPI/XS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/PPI/XS/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/PPI/XS/XS.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/PPI/XS/XS.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PPI/XS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PPI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/PPI |