summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Parser
AgeCommit message (Collapse)AuthorFilesLines
2003-07-22COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-12Updated p5-HTML-Parser to 3.27martti2-5/+5
* Typo fixes to the documentation * Added HTML::Entities::escape_entities_numeric
2002-10-20Use perl5/module.mk.seb1-5/+2
2002-09-21buildlink1 -> buildlink2jlam1-3/+3
2002-07-01Update to 3.26:wiz2-5/+5
Avoid core dump in some cases where the callback croaks. The perl_call_method and perl_call_sv needs G_EVAL flag to be safe. New parser attributes; 'attr_encoded' and 'case_sensitive'. Contributed by Guy Albertelli II <guy@albertelli.com>. HTML::Entities - don't encode \r by default as suggested by Sean M. Burke. HTML::HeadParser - ignore empty http-equiv - allow multiple <link> elements. Patch by Timur I. Bakeyev <timur@gnu.org> Avoid warnings from bleadperl on the uentities test.
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-2/+3
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-06-21Update to HTML-Parser-3.25.nra2-5/+5
2001-05-11 Gisle Aas <gisle@ActiveState.com> Release 3.25 Minor tweaks for build failures on perl5.004_04, perl-5.6.0, and for macro clash under Windows. Improved parsing of <plaintext>... :-)
2001-05-14Update p5-HTML-Parser to 3.24zuntum2-4/+5
Changelog at http://search.cpan.org/doc/GAAS/HTML-Parser-3.24/Changes Fixes pkg/12896 by Nathan Ahlstrom <nrahlstr@winternet.com>
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-12update to 3.19 (3.13 isn't available on CPAN archives anymore)drochner2-4/+4
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-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-19regenwiz1-2/+2
2000-10-15Update p5-HTML-Parser to 3.13. Make me the maintainer. Changes fromjlam4-5/+21
version 3.11: Experimental support for decoding of Unicode entities. HTML::Entities documentation spelling.
2000-08-27Add dependency on p5-HTML-Tagset.jlam1-1/+3
2000-08-27Update p5-HTML-Parser to 3.11. Changes from version 3.10:jlam2-4/+4
HTML::LinkExtor and eg/hrefsub now obtain %linkElements from the HTML::Tagset module.
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-21/+5
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-07-03Update to 3.10. Too many changes to include here, pleasemjl3-5/+7
refer to the Changes file.
1999-12-28changed PKGNAME to p5-${DISTNAME}wiz1-3/+3
1999-12-01Update p5-HTML-Parser to 2.25.rh2-4/+4
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-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc1-3/+3
1999-01-11HTML::Parse for parsing HTML (SGML). Used to be part of libwww-perl.kim5-0/+44