Commit graph

14 commits

Author SHA1 Message Date
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
drochner
17ac015854 update to 3.19 (3.13 isn't available on CPAN archives anymore)
Changes:
     If a handler triggered by flushing text at eof called the
     eof method then infinite recursion occurred.  Fixed.
     Bug discovered by Jonathan Stowe <gellyfish@gellyfish.com>.

     Allow <!doctype ...> to be parsed as declaration.

     HTML::TokeParser's get_tag() method now takes multiple
     tags to match.  Hopefully the documentation is also a bit clearer.

     #define PERL_NO_GET_CONTEXT: Should speed up things for thread
     enabled versions of perl.

     Quote some more entities that also happens to be perl keywords.
     This avoids warnings on perl-5.004.

     Unicode entities only triggered for perl-5.7.0 or higher.

     The unbroken_text option now works across ignored tags.

     Fix casting of pointers on some 64 bit platforms.

     Fix decoding of Unicode entities.  Only optionally available for
     perl-5.7.0 or better.

     Expose internal decode_entities() function at the Perl level.

     Reindented some code.

     The 3.16 release broke MULTIPLICITY builds.  Fixed.

     There was a C++ style comment left in util.c.  Strict C
     compilers do not like that kind of stuff.

     Avoid the entity2char global.  That should make the module
     more thread safe.   Patch by Gurusamy Sarathy <gsar@ActiveState.com>.
2001-03-12 17:32:53 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
wiz
baa07b823e regen 2000-10-19 11:29:06 +00:00
jlam
a9ac1ca26d Update p5-HTML-Parser to 3.13. Make me the maintainer. Changes from
version 3.11:

     Experimental support for decoding of Unicode entities.

     HTML::Entities documentation spelling.
2000-10-15 02:19:38 +00:00
jlam
62d5616f2d Add dependency on p5-HTML-Tagset. 2000-08-27 22:10:27 +00:00
jlam
80353f6221 Update p5-HTML-Parser to 3.11. Changes from version 3.10:
HTML::LinkExtor and eg/hrefsub now obtain %linkElements from
     the HTML::Tagset module.
2000-08-27 21:53:02 +00:00
jlam
18cba9d7fa Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 07:10:59 +00:00
mjl
695fbcd3cf Update to 3.10. Too many changes to include here, please
refer to the Changes file.
2000-07-03 09:17:55 +00:00
wiz
e133ff3249 changed PKGNAME to p5-${DISTNAME} 1999-12-28 12:49:56 +00:00
rh
c555298c4b Update p5-HTML-Parser to 2.25.
Changes include:
 * Allow ":" in attribute names as a workaround for Microsoft Excel
   2000 which generates such files.

 * Make depreciate warning if netscape_buggy_comment() method is
   used.  The method to use in strict_comment().

 * Avoid duplication of parse_file() method in HTML::HeadParser.

 * $p->parse_file() will not close a handle passed to it any more.
   If passed a filename that can't be opened it will return undef
   instead of raising an exception, and strings like "*STDIN" are not
   treated as globs any more.

 * HTML::LinkExtor knowns about background attribute of <tables>.
   Patch by Clinton Wong <clintdw@netcom.com>

 * HTML::TokeParser will parse large inline strings much faster now.
   The string holding the document must not be changed during parsing.

 * Documentation updates.
1999-12-01 16:59:01 +00:00
tron
23e0063766 Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-15 20:39:38 +00:00
agc
79e49eaba2 s/netbsd/${LOWER_OPSYS}/g 1999-04-08 18:51:48 +00:00
kim
da1348ca63 HTML::Parse for parsing HTML (SGML). Used to be part of libwww-perl. 1999-01-11 22:22:50 +00:00