diff --git a/www/Makefile b/www/Makefile index b866d74abf4c..fe5187e300ce 100644 --- a/www/Makefile +++ b/www/Makefile @@ -753,6 +753,7 @@ SUBDIR += p5-HTML-CalendarMonthSimple SUBDIR += p5-HTML-Chunks SUBDIR += p5-HTML-Clean + SUBDIR += p5-HTML-ContentExtractor SUBDIR += p5-HTML-Diff SUBDIR += p5-HTML-Display SUBDIR += p5-HTML-Element-Extended diff --git a/www/p5-HTML-ContentExtractor/Makefile b/www/p5-HTML-ContentExtractor/Makefile new file mode 100644 index 000000000000..854d1820d079 --- /dev/null +++ b/www/p5-HTML-ContentExtractor/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-HTML-ContentExtractor +# Date created: 2008-05-30 +# Whom: Oleg Mamontov +# +# $FreeBSD$ +# + +PORTNAME= HTML-ContentExtractor +PORTVERSION= 0.03 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= oleg@mamontov.net +COMMENT= Extract text contained within an HTML document + +RUN_DEPENDS= p5-HTML-Tree>=3.13:${PORTSDIR}/www/p5-HTML-Tree \ + p5-HTML-TableExtract>=2.10:${PORTSDIR}/www/p5-HTML-TableExtract +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= HTML::ContentExtractor.3 + +.include diff --git a/www/p5-HTML-ContentExtractor/distinfo b/www/p5-HTML-ContentExtractor/distinfo new file mode 100644 index 000000000000..77ae697f54b3 --- /dev/null +++ b/www/p5-HTML-ContentExtractor/distinfo @@ -0,0 +1,3 @@ +MD5 (HTML-ContentExtractor-0.03.tar.gz) = ec63f9ab58887c1bdcfe6e644f807816 +SHA256 (HTML-ContentExtractor-0.03.tar.gz) = bda3a208ba0f7cb8399d8338eb95ff0563e473429a8e12eca251de60b095020c +SIZE (HTML-ContentExtractor-0.03.tar.gz) = 5471 diff --git a/www/p5-HTML-ContentExtractor/pkg-descr b/www/p5-HTML-ContentExtractor/pkg-descr new file mode 100644 index 000000000000..acf9155f571e --- /dev/null +++ b/www/p5-HTML-ContentExtractor/pkg-descr @@ -0,0 +1,3 @@ +Extract text contained within an HTML document + +WWW: http://search.cpan.org/dist/HTML-ContentExtractor/ diff --git a/www/p5-HTML-ContentExtractor/pkg-plist b/www/p5-HTML-ContentExtractor/pkg-plist new file mode 100644 index 000000000000..fb8fd2aaa9ef --- /dev/null +++ b/www/p5-HTML-ContentExtractor/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/HTML/ContentExtractor.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/ContentExtractor/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/ContentExtractor +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML +@dirrmtry %%SITE_PERL%%/HTML