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 Update to 2.01
details: https://anonhg.NetBSD.org/pkgsrc/rev/810ee396b845
branches: trunk
changeset: 641847:810ee396b845
user: wen <wen%pkgsrc.org@localhost>
date: Wed Nov 19 14:57:17 2014 +0000
description:
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:
www/p5-HTML-Strip/Makefile | 8 +++++---
www/p5-HTML-Strip/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 7 deletions(-)
diffs (38 lines):
diff -r edcd6dea5ad5 -r 810ee396b845 www/p5-HTML-Strip/Makefile
--- a/www/p5-HTML-Strip/Makefile Wed Nov 19 13:50:08 2014 +0000
+++ b/www/p5-HTML-Strip/Makefile Wed Nov 19 14:57:17 2014 +0000
@@ -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 @@
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 -r edcd6dea5ad5 -r 810ee396b845 www/p5-HTML-Strip/distinfo
--- a/www/p5-HTML-Strip/distinfo Wed Nov 19 13:50:08 2014 +0000
+++ b/www/p5-HTML-Strip/distinfo Wed Nov 19 14:57:17 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index