diff options
author | Lars Thegler <lth@FreeBSD.org> | 2011-09-01 12:24:52 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2011-09-01 12:24:52 +0000 |
commit | c501e1578a81ba9dc0977c3f614000ad7b4896d1 (patch) | |
tree | 0dfe5752eac5490307d86d92e486760c4d990736 /textproc | |
parent | Patch a bug in php-libawl that prevents iCal to display any calendar entries. (diff) |
Add p5-HTML-Quoted 0.03, extract structure of quoted HTML mail message.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-HTML-Quoted/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-HTML-Quoted/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-HTML-Quoted/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-HTML-Quoted/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 1d787257f31d..1e8d3a277744 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -512,6 +512,7 @@ SUBDIR += p5-HTML-HTMLDoc SUBDIR += p5-HTML-Packer SUBDIR += p5-HTML-QRCode + SUBDIR += p5-HTML-Quoted SUBDIR += p5-HTML-RewriteAttributes SUBDIR += p5-HTML-SBC SUBDIR += p5-HTML-SuperForm diff --git a/textproc/p5-HTML-Quoted/Makefile b/textproc/p5-HTML-Quoted/Makefile new file mode 100644 index 000000000000..f9f10e10fc15 --- /dev/null +++ b/textproc/p5-HTML-Quoted/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: textproc/p5-HTML-Quoted +# Date created: 01 September 2011 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= HTML-Quoted +PORTVERSION= 0.03 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Extract structure of quoted HTML mail message + +BUILD_DEPENDS= p5-HTML-Parser>=3.0:${PORTSDIR}/www/p5-HTML-Parser +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= HTML::Quoted.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-HTML-Quoted/distinfo b/textproc/p5-HTML-Quoted/distinfo new file mode 100644 index 000000000000..1e8e5032c09b --- /dev/null +++ b/textproc/p5-HTML-Quoted/distinfo @@ -0,0 +1,2 @@ +SHA256 (HTML-Quoted-0.03.tar.gz) = ec5eedcbbbf8fd0a91e95c2bf35fe6efe0e1faa4f64f18063b4c240c29d08175 +SIZE (HTML-Quoted-0.03.tar.gz) = 20836 diff --git a/textproc/p5-HTML-Quoted/pkg-descr b/textproc/p5-HTML-Quoted/pkg-descr new file mode 100644 index 000000000000..3ab96b1b9edc --- /dev/null +++ b/textproc/p5-HTML-Quoted/pkg-descr @@ -0,0 +1,4 @@ +Parses and extracts quotation structure out of a HTML message. +Purpose and returned structures are very similar to Text::Quoted. + +WWW: http://search.cpan.org/dist/HTML-Quoted/ diff --git a/textproc/p5-HTML-Quoted/pkg-plist b/textproc/p5-HTML-Quoted/pkg-plist new file mode 100644 index 000000000000..7ed23e2394ce --- /dev/null +++ b/textproc/p5-HTML-Quoted/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/HTML/Quoted.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Quoted/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Quoted +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML +@dirrmtry %%SITE_PERL%%/HTML |