summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Strip
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2014-11-19 14:57:17 +0000
committerwen <wen@pkgsrc.org>2014-11-19 14:57:17 +0000
commitba9a9a76331352ea0261ee228b934b157c34660d (patch)
tree7201f6ab06bf0b5ef593fc247b9ae570359e4948 /www/p5-HTML-Strip
parent00ba54f094b8ce2059d484deb584505a2594e3cc (diff)
downloadpkgsrc-ba9a9a76331352ea0261ee228b934b157c34660d.tar.gz
Update to 2.01
Upstream changes: 2.01 Wed Nov 19 10:48:04 GMT 2014 (patch contributed by Michi Steiner) - clean buffer needs an extra char when emit_spaces=1 and the input has nothing to be removed (RT#41035) 2.00 Tue Nov 18 16:14:42 GMT 2014 - utf8 support via libicu (RT#42834) - smoke test and utf8 test, tests ordered 1.10 Tue Sep 30 14:34:47 UTC 2014 - Fix for RT#99207 (script mathematical symbol bug) 1.09 Tue Sep 30 10:39:47 UTC 2014 - offbyone.t disabled under Windows (RT#99219) 1.08 Fri Sep 26 15:02:37 UTC 2014 - system perl used in offbyone.t (RT#99151) 1.07 Tue Sep 23 14:44:08 UTC 2014 - fix to bug RT#19036 - tags not replaced with spaces when only a single character is between the tags - fix to bug RT#35345 - mathematical conparisons within <script> tags misunderstood (patches contributed by Adriano Ferreira) - Exporter was never needed - Allow other filtering operations than just decoding of HTML entities - Modernised test suite - Adds 'auto_reset' attribute, which allows automagic use of $hs->eof - fixes quotes in html comments (RT#32355) (patch contributed by Reini Urban) - MSVC doesnt define strcasecmp, use stricmp instead (patch contributed by Damyan Ivanov) - fixes POD errors
Diffstat (limited to 'www/p5-HTML-Strip')
-rw-r--r--www/p5-HTML-Strip/Makefile8
-rw-r--r--www/p5-HTML-Strip/distinfo8
2 files changed, 9 insertions, 7 deletions
diff --git a/www/p5-HTML-Strip/Makefile b/www/p5-HTML-Strip/Makefile
index c4fd893f90a..28d4890702c 100644
--- a/www/p5-HTML-Strip/Makefile
+++ b/www/p5-HTML-Strip/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2014/05/29 23:38:06 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2014/11/19 14:57:17 wen Exp $
-DISTNAME= HTML-Strip-1.06
+DISTNAME= HTML-Strip-2.01
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
@@ -10,7 +9,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTML-Strip/
COMMENT= Perl5 module for strip HTML tag
+WRKSRC= ${WRKDIR}/HTML-Strip
+
PERL5_PACKLIST= auto/HTML/Strip/.packlist
+.include "../../textproc/icu/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-HTML-Strip/distinfo b/www/p5-HTML-Strip/distinfo
index 1c0c0df1e1b..00667273d9b 100644
--- a/www/p5-HTML-Strip/distinfo
+++ b/www/p5-HTML-Strip/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/04/30 05:14:31 obache Exp $
+$NetBSD: distinfo,v 1.2 2014/11/19 14:57:17 wen 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
+SHA1 (HTML-Strip-2.01.tar.gz) = e3b16fb76cfe1e8c73c0e481e2aa72abb33a1791
+RMD160 (HTML-Strip-2.01.tar.gz) = f0d217027d1b732759fe8d8b2d0fd0e6eed475fa
+Size (HTML-Strip-2.01.tar.gz) = 13538 bytes