Commit graph

6 commits

Author SHA1 Message Date
wen
a5db437a21 Update to 2.10
Upstream changes:
2.10  Fri Apr 22 12:16:17 BST 2016
    - fix to building on Windows / MSVC (RT#102389)
    - fix duplicate DESTROY in Strip(.pm,.xs) warning (RT#104379, Debian bug #785032)
2016-04-29 13:57:22 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
mef
9d09db56a5 Update 2.08 to 2.09
2.09  Mon Jan  5 16:51:17 GMT 2015
    - fixed latin1 support, added test case for it (RT#100969)
2015-01-12 06:59:51 +00:00
schmonz
8b7581f7ef Update to 2.08. From the changelog:
- replaced html entities in russian.html (read by utf8 test), as the
  test should not fail due to problems with HTML::Entities.

- improvements for Kwalitee

- strip_spaces in utf8 test was using perl v5.14+ features
- reading of DATA in utf8 test should be native utf8 not use Encode,
  which mangles it on some platforms

- fix to bug in t/300_utf8.t causing whitespace not to be stripped

- many cpan tester failures due to witespace in utf8 test,
  main test done with whitespace stripped, todo test as before

- removed trailing libicu deps
- perl minimum version to 5.8 (needed for unicode support).
- cleaned up test suite
- version bump in META.YML (RT#100457)
- 'use feature' breaking perl 5.8, removed (RT#100453)
- added Test::Exception to build_requires

- removed dependency on libicu-dev, which isn't as universal as expected
  and was causing a bunch of cpan tester failures
2014-12-11 00:15:26 +00:00
wen
fe93391c23 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
2014-11-19 14:57:17 +00:00
obache
bb567bc2ec 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.
2007-04-30 05:14:31 +00:00