summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorobache <obache>2007-04-30 05:14:31 +0000
committerobache <obache>2007-04-30 05:14:31 +0000
commitba4ff60303f14d7fe9d53801aeebef7912a5d87c (patch)
tree5bc4c4472e982c4614141a18dbfdaa39f7110c82 /www
parentf3658add5c66b382aff6f36bc1c756270a0ba496 (diff)
downloadpkgsrc-ba4ff60303f14d7fe9d53801aeebef7912a5d87c.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/DESCR5
-rw-r--r--www/p5-HTML-Strip/Makefile15
-rw-r--r--www/p5-HTML-Strip/PLIST1
-rw-r--r--www/p5-HTML-Strip/distinfo5
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