summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-LibXSLT
AgeCommit message (Collapse)AuthorFilesLines
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-11-30Update to version 1.62.seb3-22/+6
Changes since last packaged version (1.61): 1.62pre - security callback interface contributed by Shane Corgatelli - check libxslt version - added XML::LibXML-like API to retrieve libxslt version - added output_as_bytes() and output_as_chars() - added regression tests for output_as_* to 11utf8.t - output_as_string documentation fixed to match reality - make 06entities.t to pass with older libxml2/libxslt - POD uses items instead of headings - fixed media_type and output_encoding for imported stylesheets [rt.cpan.org #23440]
2006-11-05Update to version 1.61.seb3-9/+24
While here fix HOMEPAGE. Changes since last packaged version (1.57): 1.61 - fixed error reporting: die on fatal errors, warn otherwise (in particular, warn rather than die on <xsl:message terminate="no">) 1.60 - fix a huge memory leak in transform_file (bug #1314) - make it clear from the docs that output_string returns bytes (bug #8875) - added missing type-casting to fix compile-time warnings (bug #18508) - using call_* instead of perl_call_* (perl_ variants are obsolete) - in callbacks, POPs on error before croaking, otherwise it has no effect (and we probably leak) - added test case which used to fail (provided in rt #15723) - apply patch for Makefile.PL for non-standard libxslt paths (bug #16224) - fix segfault with registered functions returning nodes - fix leaks in parse_stylesheet - error reporting 1.59 - (revision bumped to match XML::LibXML) - adapted for new XML::LibXML::InputCallback API - support for static linking against libxml2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-03Update to 1.57:wiz2-7/+6
1.57 - (revision bumped to match XML::LibXML) - Some minor fixes to perl extension functions support - Fixed callbacks support - Enable xinclude in XSLT files - Fixed some memory leaks - Fixed some segfaults
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-2/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-06bump PKGREVISIONs since libxslt needs libgcrypt nowrecht1-2/+2
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-22Import p5-XML-LibXSLT from pkgsrc-wip. Packaged by Adam Migus, andminskim4-0/+34
slightly modified by me. This module is a fast XSLT library, based on the Gnome libxslt engine that you can find at http://www.xmlsoft.org/XSLT/. Performance is currently about twice that of XML::Sablotron (based on XSLTMark tests converted to Perl). The libxslt processor is also highly standards compliant, with practically all of XSLT 1.0 being supported in version 0.9 of libxslt. This is free software, you may use it and distribute it under the same terms as Perl itself. Copyright 2001 AxKit.com Ltd, All rights reserved.