diff options
author | rodent <rodent> | 2013-07-06 01:04:38 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-07-06 01:04:38 +0000 |
commit | 146f0a437599cc408b36f2b58964e745cd0c2702 (patch) | |
tree | 817938e7c1f2ce89fa6777937eea29e494392032 /textproc | |
parent | 007b892ea81e7070d932580e77c46c27a69e518c (diff) | |
download | pkgsrc-146f0a437599cc408b36f2b58964e745cd0c2702.tar.gz |
Import p5-HTML-FormatText-WithLinks-0.14 as textproc/p5-HTML-FormatText-WithLinks.
HTML to text conversion with links as footnotes.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-HTML-FormatText-WithLinks/DESCR | 1 | ||||
-rw-r--r-- | textproc/p5-HTML-FormatText-WithLinks/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-HTML-FormatText-WithLinks/PLIST | 4 | ||||
-rw-r--r-- | textproc/p5-HTML-FormatText-WithLinks/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/p5-HTML-FormatText-WithLinks/DESCR b/textproc/p5-HTML-FormatText-WithLinks/DESCR new file mode 100644 index 00000000000..7f9731057bc --- /dev/null +++ b/textproc/p5-HTML-FormatText-WithLinks/DESCR @@ -0,0 +1 @@ +HTML to text conversion with links as footnotes. diff --git a/textproc/p5-HTML-FormatText-WithLinks/Makefile b/textproc/p5-HTML-FormatText-WithLinks/Makefile new file mode 100644 index 00000000000..e6e7be491be --- /dev/null +++ b/textproc/p5-HTML-FormatText-WithLinks/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2013/07/06 01:04:38 rodent Exp $ +# + +DISTNAME= HTML-FormatText-WithLinks-0.14 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://search.cpan.org/~struan/HTML-FormatText-WithLinks/ +COMMENT= HTML to text conversion with links as footnotes +LICENSE= ${PERL5_LICENSE} + +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/HTML/FormatText/WithLinks/.packlist +USE_LANGUAGES= # none + +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree +DEPENDS+= p5-HTML-Format-[0-9]*:../../www/p5-HTML-Format +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-HTML-FormatText-WithLinks/PLIST b/textproc/p5-HTML-FormatText-WithLinks/PLIST new file mode 100644 index 00000000000..978b96ba936 --- /dev/null +++ b/textproc/p5-HTML-FormatText-WithLinks/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2013/07/06 01:04:38 rodent Exp $ +${PERL5_SUB_INSTALLVENDORLIB}/HTML/FormatText/WithLinks.pm +${PERL5_SUB_INSTALLVENDORARCH}/auto/HTML/FormatText/WithLinks/.packlist +${PERL5_SUB_INSTALLVENDORMAN3DIR}/HTML::FormatText::WithLinks.3 diff --git a/textproc/p5-HTML-FormatText-WithLinks/distinfo b/textproc/p5-HTML-FormatText-WithLinks/distinfo new file mode 100644 index 00000000000..fda76ed1775 --- /dev/null +++ b/textproc/p5-HTML-FormatText-WithLinks/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/07/06 01:04:38 rodent Exp $ + +SHA1 (HTML-FormatText-WithLinks-0.14.tar.gz) = 95df9fecef1262c0c4a578c87a6d9b9bceab98c1 +RMD160 (HTML-FormatText-WithLinks-0.14.tar.gz) = 3bdc6e6905cfc45d35a84cbf8246d1b8a2e7028b +Size (HTML-FormatText-WithLinks-0.14.tar.gz) = 11339 bytes |