From 0ff6bed6fad50f3aad7e7a1501d986caf4dae042 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 10 Aug 2011 12:31:09 +0000 Subject: - Add p5-HTML-Entities-Interpolate 1.04 HTML::Entities::Interpolate is a pure Perl module to call HTML::Entities::encode_entities, via a hash, within a string. WWW: http://search.cpan.org/dist/HTML-Entities-Interpolate/ --- textproc/p5-HTML-Entities-Interpolate/Makefile | 26 +++++++++++++++++++++++++ textproc/p5-HTML-Entities-Interpolate/distinfo | 2 ++ textproc/p5-HTML-Entities-Interpolate/pkg-descr | 4 ++++ textproc/p5-HTML-Entities-Interpolate/pkg-plist | 5 +++++ 4 files changed, 37 insertions(+) create mode 100644 textproc/p5-HTML-Entities-Interpolate/Makefile create mode 100644 textproc/p5-HTML-Entities-Interpolate/distinfo create mode 100644 textproc/p5-HTML-Entities-Interpolate/pkg-descr create mode 100644 textproc/p5-HTML-Entities-Interpolate/pkg-plist (limited to 'textproc/p5-HTML-Entities-Interpolate') diff --git a/textproc/p5-HTML-Entities-Interpolate/Makefile b/textproc/p5-HTML-Entities-Interpolate/Makefile new file mode 100644 index 000000000000..5bf3f0f371ed --- /dev/null +++ b/textproc/p5-HTML-Entities-Interpolate/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-HTML-Entities-Interpolate +# Date created: 2011-08-04 +# Whom: Sunpoet Po-Chuan Hsieh +# +# $FreeBSD$ +# + +PORTNAME= HTML-Entities-Interpolate +PORTVERSION= 1.04 +CATEGORIES= textproc www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Call HTML::Entities::encode_entities, via a hash, within a string + +RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-Tie-Function>=0:${PORTSDIR}/devel/p5-Tie-Function +TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod + +PERL_CONFIGURE= yes + +MAN3= HTML::Entities::Interpolate.3 + +.include diff --git a/textproc/p5-HTML-Entities-Interpolate/distinfo b/textproc/p5-HTML-Entities-Interpolate/distinfo new file mode 100644 index 000000000000..9a39f70fb4a0 --- /dev/null +++ b/textproc/p5-HTML-Entities-Interpolate/distinfo @@ -0,0 +1,2 @@ +SHA256 (HTML-Entities-Interpolate-1.04.tgz) = efc22c4aa1fbe26112a53e4e637c7632b48ea429f2648cdb3207fc003e7540f9 +SIZE (HTML-Entities-Interpolate-1.04.tgz) = 3786 diff --git a/textproc/p5-HTML-Entities-Interpolate/pkg-descr b/textproc/p5-HTML-Entities-Interpolate/pkg-descr new file mode 100644 index 000000000000..c13d08e686b3 --- /dev/null +++ b/textproc/p5-HTML-Entities-Interpolate/pkg-descr @@ -0,0 +1,4 @@ +HTML::Entities::Interpolate is a pure Perl module to call +HTML::Entities::encode_entities, via a hash, within a string. + +WWW: http://search.cpan.org/dist/HTML-Entities-Interpolate/ diff --git a/textproc/p5-HTML-Entities-Interpolate/pkg-plist b/textproc/p5-HTML-Entities-Interpolate/pkg-plist new file mode 100644 index 000000000000..375fb44bc001 --- /dev/null +++ b/textproc/p5-HTML-Entities-Interpolate/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/HTML/Entities/Interpolate.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Entities/Interpolate/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Entities/Interpolate +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Entities +@dirrmtry %%SITE_PERL%%/HTML/Entities -- cgit v1.2.3