summaryrefslogtreecommitdiff
path: root/textproc/libxslt
AgeCommit message (Collapse)AuthorFilesLines
2004-10-31update to libxslt-1.1.12recht4-19/+23
1.1.12: Oct 29 2004: - build fixes: warnings removal (William). - bug fixes: attribute document pointer fix (Mark Vakoc), exslt date negative periods (William Brack), generated tree structure fixes, namespace lookup fix, use reentrant gmtime_r (William Brack), exslt:funtion namespace fix (William), potential NULL pointer reference (Dennis Dams, William), force string interning on generated documents. - documentation: update of the second tutorial (Panagiotis Louridas), add exslt doc in rpm packages, fix the xsltproc man page.
2004-10-25Update textproc/libxslt to 1.1.11.xtraeme3-7/+10
Changes: - bug fixes: xsl:include problems (William Brack), UTF8 number pattern (William), date-time validation (William), namespace fix (William), various Exslt date fixes (William), error callback fixes, leak with namespaced global variable, attempt to fix a weird problem #153137 - improvements: exslt:date-sum tests (Derek Poon) - documentation: second tutorial by Panagiotis Lourida
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-9/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-02Update to 1.1.10:jmmv3-8/+8
- build fix: NUL in c file blocking compilation on Solaris, Windows build (Igor Zlatkovic) - fix: key initialization problem (William Brack) - documentation: fixed missing man page description for --path
2004-08-24update to 1.1.9drochner3-8/+8
changes: -improvements: EXSLT date:sum added (Joel Reed), hook for document loading for David Hyatt, xsltproc --nodtdattr to avoid defaulting DTD attributes, extend xsltproc --version with CVS stamp (William). +bugfixes
2004-07-06Raise DEPENDS to the latest and greatest (1.1.8) since, as noted by wiz,recht1-2/+2
we have to do a recursive PKGREVISION bump anyway since libxslt now needs libgcrypt..
2004-07-06libxslt needs libgcrypt to buildrecht2-2/+4
2004-07-06Update textproc/libxslt to 1.1.8.xtraeme3-11/+11
1.1.8: July 5 2004: - build fixes: Windows runtime options (Oliver Stoeneberg), Windows binary package layout (Igor Zlatkovic), libgcrypt version test and link (William) - documentation: fix libxslt namespace name in doc (William) - bug fixes: undefined namespace message (William Brack), search engine (William), multiple namespace fixups (William), namespace fix for key evaluation (William), Python memory debug bindings, - improvements: crypto extensions for exslt (Joel Reed, William)
2004-07-01update to 1.1.7 and take maintainershiprecht3-11/+12
use xmlsoft's FTP since GNOME's hasn't got this version 1.1.7: May 17 2004 - build fix: warning about localtime_r on Solaris - bug fix: UTF8 string tokenize (William Brack), subtle memory corruption, linefeed after comment at document level (William), disable-output-escaping problem (William), pattern compilation in deep imported stylesheets (William), namespace extension prefix bug, libxslt.m4 bug (Edward Rudd), namespace lookup for attribute, namespaced DOCTYPE name
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-05-04Unused.wiz1-25/+0
2004-04-19Update to 1.1.6:wiz3-7/+7
- 2 bug fixes about keys fixed one by Mark Vakoc
2004-04-01Update libxslt to 1.1.5xtraeme4-41/+29
Changes: 1.1.5: Mar 23 2004: - performance: use dictionnary lookup for variables - remove use of _private from source documents - cleanup of "make tests" output - bugfixes: AVT in local variables, use localtime_r to avoid thread troubles (William), dictionary handling bug (William), limited number of stubstitutions in AVT (William), tokenize fix for UTF-8 (William), superfluous namespace (William), xsltproc error code on <xsl:message> halt, OpenVMS fix, dictionnary reference counting change.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-13Update to 1.1.4:jmmv3-9/+8
1.1.4: Feb 23 2004: - bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with Yelp, extension problem - display extension modules (Steve Little) - Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy)
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-11/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-22Enable pkgviews installation.minskim1-1/+3
2004-02-18Fix generation of some documents that were only built if xsltproc wasjmmv4-5/+128
previously installed in the system. Bump PKGREVISION to 1.
2004-02-18Remove some files that don't seem to getwiz1-7/+1
installed any longer (jmmv, please check).
2004-02-17Update to 1.1.3:jmmv4-15/+22
Enhancements - Rewrote the Attribute Value Template code - new XPath compilation interfaces - dictionnary reuses for XSLT with potential for serious performance improvements. - Documentations: cleanup (John Fleck and William) - Python: patch for OS-X (Gianni Ceccarelli), enums export (Stephane bidoul) Fixes - portability (William Brack) - key() in node-set() results (William) - comment before doctype (William) - math and node-set() problems (William) - cdata element and default namespace (William) - behaviour on unknown XSLT elements (Stefan Kost) - priority of "//foo" patterns (William) - xsl:element and xsl:attribute QName check (William) - comments with -- (William) - attribute namespace (William) - check for ?> in PI (William)
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-3/+3
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam1-2/+2
and any pre-existing buildlink2.mk files.
2004-02-10bl3ifyxtraeme2-4/+29
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-1/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2003-12-28Correct contents of directory "share/doc/html/libxslt/EXSLT".tron1-7/+1
2003-12-26Update to 1.1.2, from Min Sik Kim in PR pkg/23896 with some changes by me:jmmv4-28/+37
1.1.2: * libxlst/numbers.c: fixed xsl:number level="any" for Bug 129057 * libxslt/numbers.c: added namespace comparison for xsl:number count function (Bug 129057) * tests/docs/Makefile.am tests/docs/bug-139.xml tests/general/Makefile.am tests/general/bug-139*: added test for entities parsing (Bug #129489) * tests/docs/Makefile.am tests/docs/bug-138.xml tests/general/Makefile.am tests/general/bug-138*: added test for namespace problem (Bug #129624) * xsltproc.c: fixed #129327 make sure parser flags get transmitted to the transformation context * libxslt/documents.c libxslt/transform.c libxslt/xsltInternals.h libxslt/xsltutils.c libxslt/xsltutils.h: add a new call xsltSetCtxtParseOptions() to update parsing options in document() * libxslt/keys.c: fixed second problem on #122483, namespace definitions must be propagated to keys. * tests/docs/Makefile.am tests/docs/bug-137.xml tests/general/Makefile.am tests/docs/bug-137*: added test to the regression for bug #122483 * libxslt/transform.c: added the cast needed to fix #129188 warning * libexslt/transform.c: fixed Bug 129624 (erroneous output of namespaces) * libexslt/date.c: fixed several routines to assure empty string returned (rather than a string object with a null string pointer) (Bug 129561) * doc/Makefile.am doc/site.xsl doc/api.xsl doc/newapi.xsl doc/xslt.html doc/apibuild.py doc/EXSLT doc/EXSLT/exslt.html: enhanced documentation to include exslt; rebuilt docs * libxslt/xsltutils.h * doc/* document XSLT_TRACE macro (sort of) and rebuild docs * win32/Makefile.mingw win32/configure.js: tried to fix mingw build, no success, it still works halfway. * win32/Makefile.* win32/configure.js libxslt/xsltexports.h libexslt/exsltexports.h libxslt/win32config.h: msvc and mingw compilation fixes. 1.1.1: - code cleanup (William Brack) - Windows: Makefile improvements (Igor Zlatkovic) - documentation improvements: William Brack, libexslt man page (Jonathan Wakely) - param in EXSLT functions (Shaun McCance) - XSLT debugging improvements (Mark Vakoc) - bug fixes: number formatting (Bjorn Reese), exslt:tokenize (William Brack), key selector parsing with | reported by Oleg Paraschenko, xsl:element with computed namespaces (William Brack), xslt:import/include recursion detection (William Brack), exslt:function used in keys (William Brack), bug when CDATA_SECTION are foun in the tree (William Brack), entities handling when using XInclude.
2003-12-04Updated to 1.1.0 provided by Min Sik Kim PR pkg/23518.xtraeme6-90/+75
Changes: 1.1.0: Nov 4 2003: - Removed DocBook SGML broken support - fix xsl:key to work with PIs - Makefile and build improvement (Graham Wilson), build cleanup (William Brack), macro fix (Justin Fletcher), build outside of source tree (Roumen Petrov) - xsltproc option display fix (Alexey Efimov), --load-trace (Crutcher Dunnavant) - Python: never use stdout for error - extension memory error fix (Karl Eichwalder) - header path fixes (Steve Ball) - added saxon:line-number() to libexslt (Brett Kail) - Fix some tortuous template problems when using predicates (William Brack) - Debugger status patch (Kasimier Buchcik) - Use new libxml2-2.6.x APIs for faster processing - Make sure xsl:sort is empty - Fixed a bug in default processing of attributes - Removes the deprecated breakpoint library - detect invalid names on templates (William Brack) - fix exslt:document (and similar) base handling problem
2003-11-02I'm the new maintainer.xtraeme1-2/+2
2003-10-16Back out previous -- need for threads was caused by old libxml2, andkim1-3/+1
textproc/libxml2/buildlink2.mk not requiring a recent enough version.
2003-10-16This package uses threads, so include mk/pthread.buildlink2.mkkim1-1/+3
2003-10-05Update to 1.0.33:wiz4-20/+27
This is a bugfix only release - error message missing argument (William Brack) - mode not cascaded in template fallbacks (William Brack) - catch redefinition of parameter/variables (William Brack) - multiple keys with same namespace name (William Brack) - patch for compilation using MingW on Windows (Mikhail Grushinskiy) - header export macros for Windows (Igor Zlatkovic) - cdata-section-elements handling of namespaced names - compilation without libxml2 XPointer support (Mark Vadoc) - apply-templates crash (William Brack) - bug with imported templates (William Brack) - imported attribute-sets merging bug (DocBook) (William Brack)
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 &quot; (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