pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-HTML-Strip Import p5-HTML-Strip from pkgsrc-wip...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58aee1e4856f
branches:  trunk
changeset: 528336:58aee1e4856f
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Apr 30 05:14:31 2007 +0000

description:
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:

 www/p5-HTML-Strip/DESCR    |   5 +++++
 www/p5-HTML-Strip/Makefile |  15 +++++++++++++++
 www/p5-HTML-Strip/PLIST    |   1 +
 www/p5-HTML-Strip/distinfo |   5 +++++
 4 files changed, 26 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 05ccbd384063 -r 58aee1e4856f www/p5-HTML-Strip/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Strip/DESCR   Mon Apr 30 05:14:31 2007 +0000
@@ -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 -r 05ccbd384063 -r 58aee1e4856f www/p5-HTML-Strip/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Strip/Makefile        Mon Apr 30 05:14:31 2007 +0000
@@ -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@localhost
+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 -r 05ccbd384063 -r 58aee1e4856f www/p5-HTML-Strip/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Strip/PLIST   Mon Apr 30 05:14:31 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/30 05:14:31 obache Exp $
diff -r 05ccbd384063 -r 58aee1e4856f www/p5-HTML-Strip/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Strip/distinfo        Mon Apr 30 05:14:31 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index