Add p5-HTML-Quoted 0.03, extract structure of quoted HTML mail message.
This commit is contained in:
parent
f742683ea9
commit
c501e1578a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280956
@ -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
|
||||
|
24
textproc/p5-HTML-Quoted/Makefile
Normal file
24
textproc/p5-HTML-Quoted/Makefile
Normal 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>
|
2
textproc/p5-HTML-Quoted/distinfo
Normal file
2
textproc/p5-HTML-Quoted/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (HTML-Quoted-0.03.tar.gz) = ec5eedcbbbf8fd0a91e95c2bf35fe6efe0e1faa4f64f18063b4c240c29d08175
|
||||
SIZE (HTML-Quoted-0.03.tar.gz) = 20836
|
4
textproc/p5-HTML-Quoted/pkg-descr
Normal file
4
textproc/p5-HTML-Quoted/pkg-descr
Normal 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/
|
5
textproc/p5-HTML-Quoted/pkg-plist
Normal file
5
textproc/p5-HTML-Quoted/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user