aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Strip/pkg-descr
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-10-13 10:22:07 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-10-13 10:22:07 +0000
commit63833e888778c3dd1908a660933f6d83b76d4049 (patch)
tree572e80e064c982339da7b6b475f8bfe4440ff11d /www/p5-HTML-Strip/pkg-descr
parent8f777cc2a74e2d6faaf9f347823c724699a0c2d9 (diff)
downloadports-63833e888778c3dd1908a660933f6d83b76d4049.tar.gz
ports-63833e888778c3dd1908a660933f6d83b76d4049.zip
Add p5-HTML-Strip, it's module for strip html tag.
Notes
Notes: svn path=/head/; revision=91014
Diffstat (limited to 'www/p5-HTML-Strip/pkg-descr')
-rw-r--r--www/p5-HTML-Strip/pkg-descr9
1 files changed, 9 insertions, 0 deletions
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