2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-08-19 21:36:30 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating www/p5-HTML-Parser from 3.66 to 3.67
Upstream changes:
2010-08-17 Release 3.67
Nicholas Clark (1):
bleadperl 2154eca7 breaks HTML::Parser 3.66 [RT#60368]
|
2010-07-14 05:38:37 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-HTML-Parser from version 3.65 to version 3.66.
Upstream changes:
2010-07-09 Release 3.66
Gisle Aas (1):
Fix entity decoding in utf8_mode for the title header
|
2010-04-11 21:24:10 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-HTML-Parser from version 3.64 to version 3.65.
Upstream changes:
2010-04-04 Release 3.65
Gisle Aas (1):
Eliminate buggy entities_decode_old
Salvatore Bonaccorso (1):
Fixed endianness typo [RT#50811]
Ville Skyttä (1):
Documentation fixes.
|
2009-11-14 13:27:12 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating www/p5-HTML-Parser from 3.63 to 3.64
Upstream changes:
2009-10-25 Release 3.64
Gisle Aas (5):
Convert files to UTF-8
Don't allow decode_entities() to generate illegal Unicode chars
Copyright 2009
Remove rendundant (repeated) test
Make parse_file() method use 3-arg open [RT#49434]
|
2009-10-24 18:07:16 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating www/p5-HTML-Parser from 3.62 to 3.63
Upstream changes:
2009-10-22 Release 3.63
Gisle Aas (2):
Take more care to prepare the char range for encode_entities [RT#50170]
decode_entities confused by trailing incomplete entity
|
2009-08-18 16:28:00 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for www/p5-HTML-Parser from 3.61 to 3.62
Upstream changes:
2009-08-13 Release 3.62
Ville Skytt"a (4):
HTTP::Header doc typo fix.
Do not bother tracking style or script, they're ignored.
Bring HTML 5 head elements up to date with WD-html5-20090423.
Improve HeadParser performance.
Gisle Aas (1):
Doc patch: Make it clearer what the return value from ->parse is
|
2009-07-07 21:37:39 by Jens Rehsack | Files touched by this commit (2) |
Log message:
pkgsrc changes:
- Updating package for p5 module HTML::Parser from 3.60 to 3.61
- Setting LICENSE=${PERL5_LICENSE} according to META.yml
Upstream changes:
2009-06-20 Release 3.61
Gisle Aas (2):
Test that triggers the crash that Chip fixed
Complete documented list of literal tags
Chip Salzenberg (1):
Avoid crash (referenced pend_text instead of skipped_text)
Antonio Radici (1):
Reference HTML::LinkExttor [RT#43164]
|
2009-02-21 15:00:02 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.60:
2009-02-09 Release 3.60
Ville Skytta (5):
Spelling fixes.
Test multi-value headers.
Documentation improvements.
Do not terminate head parsing on the <object> element (added in HTML \
4.0).
Add support for HTML 5 <meta charset> and new HEAD elements.
Damyan Ivanov (1):
Short description of the htextsub example
Mike South (1):
Suppress warning when encode_entities is called with undef [RT#27567]
Zefram (1):
HTML::Parser doesn't compile with perl 5.8.0.
|
2008-12-12 23:17:33 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 3.56nb1 to 3.59.
Upstream changes:
2008-11-24 Gisle Aas <gisle@ActiveState.com>
Release 3.59
Restore perl-5.6 compatibility for HTML::HeadParser.
Improved META.yml
2008-11-17 Gisle Aas <gisle@ActiveState.com>
Release 3.58
Suppress "Parsing of undecoded UTF-8 will give garbage" warning
with attr_encoded [RT#29089]
HTML::HeadParser:
- Recognize the Unicode BOM in utf8_mode as well [RT#27522]
- Avoid ending up with '/' keys attribute in Link headers.
2008-11-16 Gisle Aas <gisle@ActiveState.com>
Release 3.57
The <iframe> element content is now parsed in literal mode.
Parsing of <script> and <style> content ends on the first end tag
even when that tag was in a quoted string. That seems to be the
behaviour of all modern browsers.
Implement backquote() attribute as requested by Alex Kapranoff.
Test and documentation tweaks from Alex Kapranoff.
|