Add p5-HTML-Quoted 0.03, extract structure of quoted HTML mail message.

This commit is contained in:
Lars Thegler 2011-09-01 12:24:52 +00:00
parent f742683ea9
commit c501e1578a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280956
5 changed files with 36 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (HTML-Quoted-0.03.tar.gz) = ec5eedcbbbf8fd0a91e95c2bf35fe6efe0e1faa4f64f18063b4c240c29d08175
SIZE (HTML-Quoted-0.03.tar.gz) = 20836

View File

@ -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/

View File

@ -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