diff options
author | obache <obache@pkgsrc.org> | 2007-04-30 05:14:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-04-30 05:14:31 +0000 |
commit | bb567bc2eccd7f3ad94499cfc9060244a4605bc9 (patch) | |
tree | 5bc4c4472e982c4614141a18dbfdaa39f7110c82 /www | |
parent | c523267e91557193f50b6f6973c64fae99b91b5c (diff) | |
download | pkgsrc-bb567bc2eccd7f3ad94499cfc9060244a4605bc9.tar.gz |
Import p5-HTML-Strip from pkgsrc-wip, packaged by Roman Kulik.
(also close PR 30724)
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Strip/DESCR | 5 | ||||
-rw-r--r-- | www/p5-HTML-Strip/Makefile | 15 | ||||
-rw-r--r-- | www/p5-HTML-Strip/PLIST | 1 | ||||
-rw-r--r-- | www/p5-HTML-Strip/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/www/p5-HTML-Strip/DESCR b/www/p5-HTML-Strip/DESCR new file mode 100644 index 00000000000..971d05f1222 --- /dev/null +++ b/www/p5-HTML-Strip/DESCR @@ -0,0 +1,5 @@ +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. diff --git a/www/p5-HTML-Strip/Makefile b/www/p5-HTML-Strip/Makefile new file mode 100644 index 00000000000..dba3e59c44f --- /dev/null +++ b/www/p5-HTML-Strip/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/30 05:14:31 obache Exp $ + +DISTNAME= HTML-Strip-1.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} + +MAINTAINER= kuli0020@umn.edu +HOMEPAGE= http://search.cpan.org/dist/HTML-Strip/ +COMMENT= Perl5 module for strip HTML tag + +PERL5_PACKLIST= auto/HTML/Strip/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTML-Strip/PLIST b/www/p5-HTML-Strip/PLIST new file mode 100644 index 00000000000..7641878cae5 --- /dev/null +++ b/www/p5-HTML-Strip/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/30 05:14:31 obache Exp $ diff --git a/www/p5-HTML-Strip/distinfo b/www/p5-HTML-Strip/distinfo new file mode 100644 index 00000000000..1c0c0df1e1b --- /dev/null +++ b/www/p5-HTML-Strip/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/30 05:14:31 obache Exp $ + +SHA1 (HTML-Strip-1.06.tar.gz) = 21568a7d7a197c0c7455befc0d4302ea6907c3de +RMD160 (HTML-Strip-1.06.tar.gz) = 8066b654e2068059f705ef8651097f7fb63df13c +Size (HTML-Strip-1.06.tar.gz) = 7764 bytes |