summaryrefslogtreecommitdiff
path: root/textproc/libxslt
AgeCommit message (Collapse)AuthorFilesLines
2003-08-29Updated to 1.0.32xtraeme3-8/+8
Changes: 1.0.32: Aug 9 2003: - bugfixes: xsltSaveResultToFile() python binding (Chris Jaeger), EXSLT function (William Brack), RVT for globals (William Brack), EXSLT date (William Brack), speed of large text output, xsl:copy with attributes, strip-space and namespaces prefix, fix for --path xsltproc option, EXST:tokenize (Shaun McCance), EXSLT:seconds (William Brack), sort with multiple keys (William Brack), checking of { and } for attribute value templates (William Brack) - Python bindings for extension elements (Sean Treadway) - EXSLT:split added (Shaun McCance) - portability fixes for HP-UX/Solaris/IRIX (William Brack) - doc cleanup Closes my own PR pkg/22609.
2003-08-05Nitsskrll2-4/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-07-11Update to 1.0.31; add test target.wiz5-23/+24
New since 1.0.30: - bugfixes: xsl:copy on namespace nodes, AVT for xsl:sort order, fix for the debugger (Keith Isdale), output filename limitation, trio.h and triodef.h added (Albert Chin), EXSLT node-set (Peter Breitenlohner), xsltChoose and whitespace (Igor Zlatkovic), stylesheet compilation (Igor Zlatkovic), NaN and sort (William Brack), RVT bug introduced in 1.0.30 - avoid generating " (fix in libxml2-2.5.8) - fix 64bit cleaness problem and compilation troubles introduced in 1.0.30 - Windows makefile generation (Igor Zlatkovic) - HP-UX portability fix
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-20Update to 1.0.30, from Juan RP in PR 21624.wiz4-19/+19
1.0.30: May 4 2003: - Fixes and new APIs to handle Result Value Trees and avoid leaks - Fixes for: EXSLT math pow() function (Charles Bozeman), global parameter and global variables mismatch, a segfault on pattern compilation errors, namespace copy in xsl:copy-of, python generator problem, OpenVMS trio update, premature call to xsltFreeStackElem (Igor), current node when templates applies to attributes
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-04-10Update to 1.0.29:wiz5-19/+19
1.0.29: Apr 1 2003: - performance improvements especially for large flat documents - bug fixes: Result Value Tree handling, XML IDs, keys(), extra namespace declarations with xsl:elements. - portability: python and trio fixes (Albert Chin), python on Solaris (Ben Phillips) 1.0.28: Mar 24 2003: - fixed node() in patterns semantic. - fixed a memory access problem in format-number() - fixed stack overflow in recursive global variable or params - cleaned up Result Value Tree handling, and fixed a couple of old bugs in the process
2003-03-09Make this package build (libexslt linking failed).jmmv2-1/+17
2003-03-04Update to 1.0.27.wiz3-9/+9
* bug fixes: spurious xmlns:nsX="" generation, serialization bug (in libxml2), a namespace copy problem, errors in the RPM spec prereqs * Windows path canonicalization and document cache fix (Igor)
2003-02-24Update to 1.0.26. Author does not maintain a file that outlines main changesjmmv7-49/+25
between versions, but it seems that most of them are bugfixes. This closes PR pkg/20300 by Juan RP.
2002-11-06Downgrade the "libxslt" package to version 1.0.21 on a suggestion bytron3-9/+8
Nick Hudson. This finally fixes the build problems in KDE 2.
2002-10-29Updated libxslt to 1.0.22martti3-8/+9
* bug fixes
2002-10-04Unused.wiz1-56/+0
2002-10-03Updated libxslt to 1.0.21martti6-33/+28
* bug fixes
2002-10-01Be explicit about no python.markd1-1/+2
2002-09-24Add lib/libexslt.*martti2-2/+4
2002-09-24Sync with reality.wiz1-1/+6
2002-09-24Updated libxslt to 1.0.20martti2-6/+4
2002-09-24Updated libxslt to 1.0.20martti5-28/+22
* bug fixes
2002-09-22*Conf.sh files don't need to be symlinked when using buildlink2.jlam1-2/+1
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-9/+6
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-06libtool allows us to link against uninstalled shared libraries, so just dojlam2-1/+18
it instead of using their bizarre workaround. This should fix pkg/18189.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-7/+35
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-22Updated libxslt to 1.0.19martti4-16/+16
* bug fixes * documentation updates
2002-05-06Update libxslt to 1.0.17. Changes are mainly bugfixes, but also includerh4-15/+61
additional usage templates and examples.
2002-01-29Updated libxslt to 1.0.9 (provided by Shell Hung in pkg/15078)martti4-18/+16
- documentations updated - applied Keith Isdale patch for debugger glue - replaced breakpoint module - more bugs fixed
2002-01-22Make sure we get a version of libxml2 that the configure script wants.skrll1-1/+3
2001-12-12Add perl buildlink (needed for tests during install)jmc1-1/+2
2001-12-07Really buildlink'ify by using the xml2-config buildlink wrapper instead ofjlam4-30/+47
the real one, and move the HTML documentation to ${PREFIX}/share/doc/html.
2001-11-23Libxslt is the XSLT C library developed for the Gnome project. XSLT itself ismartti7-0/+182
a an XML language to define transformation for XML. Libxslt is based on libxml2 the XML C library developped for the Gnome project. It also implements most of the EXSLT set of extensions functions and some of Saxon's evaluate and expressions extensions. Submitted in pkg/14688 by Mark Davies.