Import p5-HTML-Quoted-0.03 as www/p5-HTML-Quoted.
Parses and extracts quotation structure out of a HTML message. Purpose and returned structures are very similar to Text::Quoted.
This commit is contained in:
parent
566c132bfd
commit
d6db29839a
3 changed files with 25 additions and 0 deletions
2
www/p5-HTML-Quoted/DESCR
Normal file
2
www/p5-HTML-Quoted/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Parses and extracts quotation structure out of a HTML message.
|
||||
Purpose and returned structures are very similar to Text::Quoted.
|
18
www/p5-HTML-Quoted/Makefile
Normal file
18
www/p5-HTML-Quoted/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/04/21 12:25:24 ryoon Exp $
|
||||
|
||||
DISTNAME= HTML-Quoted-0.03
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/HTML-Quoted/
|
||||
COMMENT= Perl5 module to extract structure of quoted HTML mail message
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
|
||||
|
||||
PERL5_PACKLIST= auto/HTML/Quoted/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
www/p5-HTML-Quoted/distinfo
Normal file
5
www/p5-HTML-Quoted/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/04/21 12:25:24 ryoon Exp $
|
||||
|
||||
SHA1 (HTML-Quoted-0.03.tar.gz) = 717e92a43fd0488e2dfb237b2512707ac9e6bfaf
|
||||
RMD160 (HTML-Quoted-0.03.tar.gz) = 8230838c279510867fd93ec67809b09ed0e127df
|
||||
Size (HTML-Quoted-0.03.tar.gz) = 20836 bytes
|
Loading…
Reference in a new issue