From 8bf5e2ed744d4170156ca08df8d56808532f82e2 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 11 Jan 2009 14:02:04 +0000 Subject: p5-XML-Compile-Cache is a perl module to cache compiled XML translators. WWW: http://search.cpan.org/dist/XML-Compile-Cache/ PR: ports/130369 Submitted by: Wen Heping --- textproc/p5-XML-Compile-Cache/Makefile | 32 ++++++++++++++++++++++++++++++++ textproc/p5-XML-Compile-Cache/distinfo | 3 +++ textproc/p5-XML-Compile-Cache/pkg-descr | 4 ++++ textproc/p5-XML-Compile-Cache/pkg-plist | 8 ++++++++ 4 files changed, 47 insertions(+) create mode 100644 textproc/p5-XML-Compile-Cache/Makefile create mode 100644 textproc/p5-XML-Compile-Cache/distinfo create mode 100644 textproc/p5-XML-Compile-Cache/pkg-descr create mode 100644 textproc/p5-XML-Compile-Cache/pkg-plist (limited to 'textproc/p5-XML-Compile-Cache') diff --git a/textproc/p5-XML-Compile-Cache/Makefile b/textproc/p5-XML-Compile-Cache/Makefile new file mode 100644 index 000000000000..a43a2826d30b --- /dev/null +++ b/textproc/p5-XML-Compile-Cache/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-XML-Compile-Cache +# Date created: 2009-01-11 +# Whom: Wen Heping +# +# $FreeBSD$ +# + +PORTNAME= XML-Compile-Cache +PORTVERSION= 0.14 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wenheping@gmail.com +COMMENT= Cache Compiled XML Translators + +BUILD_DEPENDS= p5-Log-Report>=0.17:${PORTSDIR}/devel/p5-Log-Report \ + ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ + p5-XML-Compile-Tester>=0.04:${PORTSDIR}/devel/p5-XML-Compile-Tester \ + p5-XML-Compile>=0.96:${PORTSDIR}/textproc/p5-XML-Compile \ + p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod +RUN_DEPENDS= p5-Log-Report>=0.17:${PORTSDIR}/devel/p5-Log-Report \ + ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ + p5-XML-Compile-Tester>=0.04:${PORTSDIR}/devel/p5-XML-Compile-Tester \ + p5-XML-Compile>=0.96:${PORTSDIR}/textproc/p5-XML-Compile \ + p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod + +PERL_CONFIGURE= yes + +MAN3= XML::Compile::Cache.3 + +.include diff --git a/textproc/p5-XML-Compile-Cache/distinfo b/textproc/p5-XML-Compile-Cache/distinfo new file mode 100644 index 000000000000..58f19ac89287 --- /dev/null +++ b/textproc/p5-XML-Compile-Cache/distinfo @@ -0,0 +1,3 @@ +MD5 (XML-Compile-Cache-0.14.tar.gz) = e53b56d754ba6da40b2322477cd3aaa6 +SHA256 (XML-Compile-Cache-0.14.tar.gz) = 7e4c86403feba62f54d48d11e12221ccc25e3d16caa8dac7db80d1af3b4481c9 +SIZE (XML-Compile-Cache-0.14.tar.gz) = 10238 diff --git a/textproc/p5-XML-Compile-Cache/pkg-descr b/textproc/p5-XML-Compile-Cache/pkg-descr new file mode 100644 index 000000000000..f1f7b93debd2 --- /dev/null +++ b/textproc/p5-XML-Compile-Cache/pkg-descr @@ -0,0 +1,4 @@ +p5-XML-Compile-Cache is a perl module to cache compiled +XML translators. + +WWW: http://search.cpan.org/dist/XML-Compile-Cache/ diff --git a/textproc/p5-XML-Compile-Cache/pkg-plist b/textproc/p5-XML-Compile-Cache/pkg-plist new file mode 100644 index 000000000000..71b54bc07f42 --- /dev/null +++ b/textproc/p5-XML-Compile-Cache/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/Cache/.packlist +%%SITE_PERL%%/XML/Compile/Cache.pm +%%SITE_PERL%%/XML/Compile/Cache.pod +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/Cache +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML +@dirrmtry %%SITE_PERL%%/XML/Compile +@dirrmtry %%SITE_PERL%%/XML -- cgit