diff options
author | swills <swills@FreeBSD.org> | 2012-08-16 11:22:48 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-08-16 11:22:48 +0800 |
commit | efa530f7418133c37cc7998047221e6d3dea25b9 (patch) | |
tree | 643f79e71925a6a797573581c83ea498acb159f4 /textproc/p5-HTML-FormatText-WithLinks-AndTables | |
parent | 226c322cd0014844c44b16a9365379348d46eca8 (diff) | |
download | freebsd-ports-gnome-efa530f7418133c37cc7998047221e6d3dea25b9.tar.gz freebsd-ports-gnome-efa530f7418133c37cc7998047221e6d3dea25b9.tar.zst freebsd-ports-gnome-efa530f7418133c37cc7998047221e6d3dea25b9.zip |
Converts HTML to Text with tables in tact
WWW: http://search.cpan.org/dist/HTML-FormatText-WithLinks-AndTables/
Diffstat (limited to 'textproc/p5-HTML-FormatText-WithLinks-AndTables')
4 files changed, 36 insertions, 0 deletions
diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile new file mode 100644 index 000000000000..bde15f7f2497 --- /dev/null +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-HTML-FormatText-WithLinks-AndTables +# Date created: 2012-08-15 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= HTML-FormatText-WithLinks-AndTables +PORTVERSION= 0.02 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl5 module to convert HTML to text with tables in tact + +BUILD_DEPENDS= p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks \ + p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree +RUN_DEPENDS:= ${BUILD_DEPENDS} + +WRKSRC= ${WRKDIR}/${PORTNAME} + +PERL_CONFIGURE= yes + +MAN3= HTML::FormatText::WithLinks::AndTables.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo b/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo new file mode 100644 index 000000000000..34c47359c2a0 --- /dev/null +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo @@ -0,0 +1,2 @@ +SHA256 (HTML-FormatText-WithLinks-AndTables-0.02.tar.gz) = 4e97159a8b8ab5ea0c417da2931221124dc0e1221a3307b270891d6f21852224 +SIZE (HTML-FormatText-WithLinks-AndTables-0.02.tar.gz) = 6937 diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-descr b/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-descr new file mode 100644 index 000000000000..d3cad8659896 --- /dev/null +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-descr @@ -0,0 +1,3 @@ +Converts HTML to Text with tables in tact + +WWW: http://search.cpan.org/dist/HTML-FormatText-WithLinks-AndTables/ diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-plist b/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-plist new file mode 100644 index 000000000000..e8f9966c9ac9 --- /dev/null +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/HTML/FormatText/WithLinks/AndTables.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FormatText/WithLinks/AndTables/.packlist +@dirrm %%SITE_PERL%%/HTML/FormatText/WithLinks +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FormatText/WithLinks/AndTables |