diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-HTML-Strip/Makefile | 22 | ||||
-rw-r--r-- | www/p5-HTML-Strip/distinfo | 1 | ||||
-rw-r--r-- | www/p5-HTML-Strip/pkg-descr | 9 | ||||
-rw-r--r-- | www/p5-HTML-Strip/pkg-plist | 7 |
5 files changed, 40 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ec68017b9e0c..5d9b61088e6b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -363,6 +363,7 @@ SUBDIR += p5-HTML-SimpleParse SUBDIR += p5-HTML-StickyQuery SUBDIR += p5-HTML-Stream + SUBDIR += p5-HTML-Strip SUBDIR += p5-HTML-Summary SUBDIR += p5-HTML-Table SUBDIR += p5-HTML-TableExtract diff --git a/www/p5-HTML-Strip/Makefile b/www/p5-HTML-Strip/Makefile new file mode 100644 index 000000000000..6901fe0d68ae --- /dev/null +++ b/www/p5-HTML-Strip/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-HTML-Strip +# Date Created: 13 Oct 2003 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= HTML-Strip +PORTVERSION= 1.01 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTML +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= Perl5 module for strip HTML tag + +PERL_CONFIGURE= yes + +MAN3= HTML::Strip.3 + +.include <bsd.port.mk> diff --git a/www/p5-HTML-Strip/distinfo b/www/p5-HTML-Strip/distinfo new file mode 100644 index 000000000000..1be0b983435f --- /dev/null +++ b/www/p5-HTML-Strip/distinfo @@ -0,0 +1 @@ +MD5 (HTML-Strip-1.01.tar.gz) = 39b2379d0ef7b9a080aa91632caef20d diff --git a/www/p5-HTML-Strip/pkg-descr b/www/p5-HTML-Strip/pkg-descr new file mode 100644 index 000000000000..e0a93e37a805 --- /dev/null +++ b/www/p5-HTML-Strip/pkg-descr @@ -0,0 +1,9 @@ +HTML::Strip +=========== +This module strips HTML-like markup from text. +It is written in XS, and thus about five times quicker than using +regular expressions for the same task. + +WWW: http://search.cpan.org/dist/HTML-Strip/ + +- Vanilla diff --git a/www/p5-HTML-Strip/pkg-plist b/www/p5-HTML-Strip/pkg-plist new file mode 100644 index 000000000000..f5e664a5166e --- /dev/null +++ b/www/p5-HTML-Strip/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/HTML/Strip.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Strip/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Strip/Strip.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Strip/Strip.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Strip +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/HTML 2>/dev/null || true |