summaryrefslogtreecommitdiff
path: root/textproc/libxml2
AgeCommit message (Collapse)AuthorFilesLines
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1jmmv1-1/+2
2003-12-31Work around a f77 ICE on NetBSD/sparc64 1.6* by "disabling" f77seb1-1/+6
completely. Please note that a Fortran compiler is not needed by this package but configure -libtool in fact- tickles it if one is found.
2003-12-26Update to 2.6.4, from Min Sik Kim in PR pkg/23895 with some changes by me:jmmv6-28/+45
2.6.4: Dec 24 2003: - Windows build fixes (Igor Zlatkovic) - Some serious XInclude problems reported by Oleg Paraschenko and - Unix and Makefile packaging fixes (me, William Brack, - Documentation improvements (John Fleck, William Brack), example fix (Lucas Brasilino) - bugfixes: xmlTextReaderExpand() with xmlReaderWalker, XPath handling of NULL strings (William Brack) , API building reader or parser from filedescriptor should not close it, changed XPath sorting to be stable again (William Brack), xmlGetNodePath() generating '(null)' (William Brack), DTD validation and namespace bug (William Brack), XML Schemas double inclusion behaviour 2.6.3: Dec 10 2003: - documentation updates and cleanup (DV, William Brack, John Fleck) - added a repository of examples, examples from Aleksey Sanin, Dodji Seketeli, Alfred Mickautsch - Windows updates: Mark Vakoc, Igor Zlatkovic, Eric Zurcher, Mingw (Kenneth Haley) - Unicode range checking (William Brack) - code cleanup (William Brack) - Python bindings: doc (John Fleck), bug fixes - UTF-16 cleanup and BOM issues (William Brack) - bug fixes: ID and xmlReader validation, XPath (William Brack), xmlWriter (Alfred Mickautsch), hash.h inclusion problem, HTML parser (James Bursa), attribute defaulting and validation, some serialization cleanups, XML_GET_LINE macro, memory debug when using threads (William Brack), serialization of attributes and entities content, xmlWriter (Daniel Schulman) - XInclude bugfix, new APIs and update to the last version including the namespace change. - XML Schemas improvements: include (Robert Stepanek), import and namespace handling, fixed the regression tests troubles, added examples based on Eric van der Vlist book, regexp fixes - preliminary pattern support for streaming (needed for schemas constraints), added xmlTextReaderPreservePattern() to collect subdocument when streaming. - various fixes in the structured error handling
2003-12-04Regen.xtraeme1-2/+2
2003-12-04Updated to 2.6.2 provided by Min Sik Kim PR pkg/23488.xtraeme6-74/+73
Changes: 2.6.2: Nov 4 2003: - XPath context unregistration fixes - text node coalescing fixes (Mark Lilback) - API to screate a W3C Schemas from an existing document (Steve Ball) - BeOS patches (Marcin 'Shard' Konicki) - xmlStrVPrintf function added (Aleksey Sanin) - compilation fixes (Mark Vakoc) - stdin parsing fix (William Brack) - a posteriori DTD validation fixes - xmlReader bug fixes: Walker fixes, python bindings - fixed xmlStopParser() to really stop the parser and errors - always generate line numbers when using the new xmlReadxxx functions - added XInclude support to the xmlReader interface - implemented XML_PARSE_NONET parser option - DocBook XSLT processing bug fixed - HTML serialization for <p> elements (William Brack and me) - XPointer failure in XInclude are now handled as resource errors - fixed xmllint --html to use the HTML serializer on output (added --xmlout to implement the previous behaviour of saving it using the XML serializer) 2.6.1: Oct 28 2003: - Mostly bugfixes after the big 2.6.0 changes - Unix compilation patches: libxml.m4 (Patrick Welche), warnings cleanup (William Brack) - Windows compilation patches (Joachim Bauch, Stephane Bidoul, Igor Zlatkovic) - xmlWriter bugfix (Alfred Mickautsch) - chvalid.[ch]: couple of fixes from Stephane Bidoul - context reset: error state reset, push parser reset (Graham Bennett) - context reuse: generate errors if file is not readable - defaulted attributes for element coming from internal entities (Stephane Bidoul) - Python: tab and spaces mix (William Brack) - Error handler could crash in DTD validation in 2.6.0 - xmlReader: do not use the document or element _private field - testSAX.c: avoid a problem with some PIs (Massimo Morara) - general bug fixes: mandatory encoding in text decl, serializing Document Fragment nodes, xmlSearchNs 2.6.0 problem (Kasimier Buchcik), XPath errors not reported, slow HTML parsing of large documents. 2.6.0: Oct 20 2003: - Major revision release: should be API and ABI compatible but got a lot of change - Increased the library modularity, far more options can be stripped out, a --with-minimum configuration will weight around 160KBytes - Use per parser and per document dictionnary, allocate names and small text nodes from the dictionnary - Switch to a SAX2 like parser rewrote most of the XML parser core, provides namespace resolution and defaulted attributes, minimize memory allocations and copies, namespace checking and specific error handling, immutable buffers, make predefined entities static structures, etc... - rewrote all the error handling in the library, all errors can be intercepted at a structured level, with precise information available. - New simpler and more generic XML and HTML parser APIs, allowing to easilly modify the parsing options and reuse parser context for multiple consecutive documents. - Similar new APIs for the xmlReader, for options and reuse, provided new functions to access content as const strings, use them for Python bindings - a lot of other smaller API improvements: xmlStrPrintf (Aleksey Sanin), Walker i.e. reader on a document tree based on Alfred Mickautsch code, make room in nodes for line numbers, reference counting and future PSVI extensions, generation of character ranges to be checked with faster algorithm (William), xmlParserMaxDepth (Crutcher Dunnavant), buffer access
2003-11-02I'm the new maintainer.xtraeme1-2/+2
2003-10-16Require 2.5.10nb1 at least, which removed dependency on libpthread.kim1-2/+2
2003-10-05Update to 2.5.11:wiz3-8/+7
A bugfix only release: * risk of crash in Relax-NG * risk of crash when using multithreaded programs
2003-09-13remove pthread dependency from buildlink toojdolecek1-2/+1
pointed out by Thomas Klausner
2003-09-13disable threads - it's not clear this is necessary (it's only usedjdolecek1-2/+6
for some optional internal locking), and this library needs to be usable by nonthreaded programs too, like php4-domxml bump PKGREVISION for this; buildlink not changed, since library users generally don't care about this
2003-08-29Updated to 2.5.10xtraeme5-26/+25
Changes: 2.5.10: Aug 15 2003: A bugfixes only release - Windows Makefiles (William Brack) - UTF-16 support fixes (Mark Itzcovitz) - Makefile and portability (William Brack) automake, Linux alpha, Mingw on Windows (Mikhail Grushinskiy) - HTML parser (Oliver Stoeneberg) - XInclude performance problem reported by Kevin Ruscoe - XML parser performance problem reported by Grant Goodale - xmlSAXParseDTD() bug fix from Malcolm Tredinnick - and a couple other cleanup 2.5.9: Aug 9 2003: - bugfixes: IPv6 portability, xmlHasNsProp (Markus Keim), Windows build (Wiliam Brake, Jesse Pelton, Igor), Schemas (Peter Sobisch), threading (Rob Richards), hexBinary type (), UTF-16 BOM (Dodji Seketeli), xmlReader, Relax-NG schemas compilation, namespace handling, EXSLT (Sean Griffin), HTML parsing problem (William Brack), DTD validation for mixed content + namespaces, HTML serialization, library initialization, progressive HTML parser - better interfaces for Relax-NG error handling (Joachim Bauch, ) - adding xmlXIncludeProcessTree() for XInclud'ing in a subtree - doc fixes and improvements (John Fleck) - configure flag for -with-fexceptions when embedding in C++ - couple of new UTF-8 helper functions (William Brack) - general encoding cleanup + ISO-8859-x without iconv (Peter Jacobi) - xmlTextReader cleanup + enum for node types (Bjorn Reese) - general compilation/warning cleanup Solaris/HP-UX/... (William Brack)
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-07-11Update to 2.5.8; add test target.wiz4-27/+31
Changes since 2.5.7: - bugfixes: XPath, XInclude, file/URI mapping, UTF-16 save (Mark Itzcovitz), UTF-8 checking, URI saving, error printing (William Brack), PI related memleak, compilation without schemas or without xpath (Joerg Schmitz-Linneweber/Garry Pennington), xmlUnlinkNode problem with DTDs, rpm problem on , i86_64, removed a few compilation problems from 2.5.7, xmlIOParseDTD, and xmlSAXParseDTD (Malcolm Tredinnick) - portability: DJGPP (MsDos) , OpenVMS (Craig A. Berry) - William Brack fixed multithreading lock problems - IPv6 patch for FTP and HTTP accesses (Archana Shah/Wipro) - Windows fixes (Igor Zlatkovic, Eric Zurcher), threading (Stéphane Bidoul) - A few W3C Schemas Structure improvements - W3C Schemas Datatype improvements (Charlie Bozeman) - Python bindings for thread globals (Stéphane Bidoul), and method/class generator - added --nonet option to xmllint - documentation improvements (John Fleck)
2003-07-04Improve COMMENT and DESCR a bit.skrll2-3/+3
2003-07-01Update to 2.5.7nb1: Install example files in share/exampleswiz4-12/+12
instead of share/doc/examples. Noted by Kimmo Suominen.
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-08Update to 2.5.7:wiz3-9/+7
- Relax-NG: Compiling to regexp and streaming validation on top of the xmlReader interface, added to xmllint --stream - xmlReader: Expand(), Next() and DOM access glue, bug fixes - Support for large files: RGN validated a 4.5GB instance - Thread support is now configured in by default - Fixes: update of the Trio code (Bjorn), WXS Date and Duration fixes (Charles Bozeman), DTD and namespaces (Brent Hendricks), HTML push parser and zero bytes handling, some missing Windows file path conversions, behaviour of the parser and validator in the presence of "out of memory" error conditions - extended the API to be able to plug a garbage collecting memory allocator, added xmlMallocAtomic() and modified the allocations accordingly. - Performances: removed excessive malloc() calls, speedup of the push and xmlReader interfaces, removed excessive thread locking - Documentation: man page (John Fleck), xmlReader documentation - Python: adding binding for xmlCatalogAddLocal (Brent M Hendricks)
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-04-10Update to 2.5.6:wiz3-7/+7
2.5.6: Apr 1 2003: - Fixed W3C XML Schemas datatype, should be compliant now except for binHex and base64 which are not supported yet. - bug fixes: non-ASCII IDs, HTML output, XInclude on large docs and XInclude entities handling, encoding detection on external subsets, XML Schemas bugs and memory leaks, HTML parser (James Bursa) - portability: python/trio (Albert Chin), Sun compiler warnings - documentation: added --relaxng option to xmllint man page (John) - improved error reporting: xml:space, start/end tag mismatches, Relax NG errors
2003-03-26Update to 2.5.5. Changes in this version:jmmv3-7/+9
* Lot of fixes on the Relax NG implementation. More testing including DocBook and TEI examples. * Increased the support for W3C XML Schemas datatype. * Several bug fixes in the URI handling layer. * Bug fixes: HTML parser, xmlReader, DTD validation, XPath, encoding conversion, line counting in the parser. * Added support for $XMLLINT_INDENT environment variable, FTP delete * Fixed the RPM spec file name.
2003-03-18Use pax instead of tar to install the tutorial. Hopefully fixes PR pkg/20760.jmmv3-9/+12
2003-03-04Update to 2.5.4.wiz3-7/+7
* Conformance testing and lot of fixes on Relax NG and XInclude implementation * Implementation of XPointer element() scheme * Bug fixes: XML parser, XInclude entities merge, validity checking on namespaces, 2 serialization bugs, node info generation problems, a DTD regexp generation problem. * Portability: windows updates and path canonicalization (Igor) * A few typo fixes (Kjartan Maraas) * Python bindings generator fixes (Stephane Bidoul)
2003-02-25Do not call gtkdoc-fixxref while installing, as may not be present.jmmv2-5/+6
Pointed out by seb.
2003-02-24Update to 2.5.3.jmmv7-93/+163
Changes in the package: - Enable threading. - Move html documentation and examples where they should be. - Use catalogs.mk to get and set default system-wide catalogs. Changes since 2.4.25: 2.5.3: Feb 10 2003: - RelaxNG and XML Schemas datatypes improvements, and added a first version of RelaxNG Python bindings - Fixes: XLink (Sean Chittenden), XInclude (Sean Chittenden), API fix for serializing namespace nodes, encoding conversion bug, XHTML1 serialization - Portability fixes: Windows (Igor), AMD 64bits RPM spec file 2.5.2: Feb 5 2003: - First implementation of RelaxNG, added --relaxng flag to xmllint - Schemas support now compiled in by default. - Bug fixes: DTD validation, namespace checking, XInclude and entities, delegateURI in XML Catalogs, HTML parser, XML reader (Stéphane Bidoul), XPath parser and evaluation, UTF8ToUTF8 serialization, XML reader memory consumption, HTML parser, HTML serialization in the presence of namespaces - added an HTML API to check elements and attributes. - Documentation improvement, PDF for the tutorial (John Fleck), doc patches (Stefan Kost) - Portability fixes: NetBSD (Julio Merino), Windows (Igor Zlatkovic) - Added python bindings for XPointer, contextual error reporting (Stéphane Bidoul) - URI/file escaping problems (Stefano Zacchiroli) 2.5.1: Jan 8 2003: - Fixes a memory leak and configuration/compilation problems in 2.5.0 - documentation updates (John) - a couple of XmlTextReader fixes 2.5.0: Jan 6 2003: - New XmltextReader interface based on C# API (with help of Stéphane Bidoul) - Windows: more exports, including the new API (Igor) - XInclude fallback fix - Python: bindings for the new API, packaging (Stéphane Bidoul), drv_libxml2.py Python xml.sax driver (Stéphane Bidoul), fixes, speedup and iterators for Python-2.2 (Hannu Krosing) - Tutorial fixes (john Fleck and Niraj Tolia) xmllint man update (John) - Fix an XML parser bug raised by Vyacheslav Pindyura - Fix for VMS serialization (Nigel Hall) and config (Craig A. Berry) - Entities handling fixes - new API to optionally track node creation and deletion (Lukas Schroeder) - Added documentation for the XmltextReader interface and some XML guidelines 2.4.30: Dec 12 2002: - 2.4.29 broke the python bindings, rereleasing - Improvement/fixes of the XML API generator, and couple of minor code fixes. 2.4.29: Dec 11 2002: - Windows fixes (Igor): Windows CE port, pthread linking, python bindings (Stéphane Bidoul), Mingw (Magnus Henoch), and export list updates - Fix for prev in python bindings (ERDI Gergo) - Fix for entities handling (Marcus Clarke) - Refactored the XML and HTML dumps to a single code path, fixed XHTML1 dump - Fix for URI parsing when handling URNs with fragment identifiers - Fix for HTTP URL escaping problem - added an TextXmlReader (C#) like API (work in progress) - Rewrote the API in XML generation script, includes a C parser and saves more informations needed for C# bindings 2.4.28: Nov 22 2002: - a couple of python binding fixes - 2 bug fixes in the XML push parser - potential memory leak removed (Martin Stoilov) - fix to the configure script for Unix (Dimitri Papadopoulos) - added encoding support for XInclude parse="text" - autodetection of XHTML1 and specific serialization rules added - nasty threading bug fixed (William Brack) 2.4.27: Nov 17 2002: - fixes for the Python bindings - a number of bug fixes: SGML catalogs, xmlParseBalancedChunkMemory(), HTML parser, Schemas (Charles Bozeman), document fragment support (Christian Glahn), xmlReconciliateNs (Brian Stafford), XPointer, xmlFreeNode(), xmlSAXParseMemory (Peter Jones), xmlGetNodePath (Petr Pajas), entities processing - added grep to xmllint --shell - VMS update patch from Craig A. Berry - cleanup of the Windows build with support for more compilers (Igor), better thread support on Windows - cleanup of Unix Makefiles and spec file - Improvements to the documentation (John Fleck) 2.4.26: Oct 18 2002: - Patches for Windows CE port, improvements on Windows paths handling - Fixes to the validation code (DTD and Schemas), xmlNodeGetPath() , HTML serialization, Namespace compliance, and a number of small problems
2003-01-02The lib/pkgconfig has been added to the list of standard directories, so dojmmv1-2/+1
not try to remove it, even if empty.
2002-11-06Upon approval by Martti Kuparinen downgrade the "libxml2" package totron3-13/+7
version 2.4.25. Version 2.4.26 has just too many bugs which e.g. break building the KDE 2 desktop. This fixes PR pkg/18873 by myself.
2002-10-29Updated libxml2 to 2.4.26martti3-7/+13
* bug fixes
2002-10-05Unused.wiz1-58/+0
2002-10-03Updated libxml2 to 2.4.25martti5-39/+20
* bug fixes
2002-09-11buildlink2.mk files don't need to symlink *Conf.sh files.jlam1-2/+1
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-5/+6
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-31Update to 2.4.24:wiz3-7/+7
* XPath fixes (William), xf:escape-uri() (Wesley Terpstra) * Python binding fixes: makefiles (William), generator, rpm build, x86-64 (fcrozat) * HTML <style> and boolean attributes serializer fixes * C14N improvements by Aleksey * doc cleanups: Rick Jones * Windows compiler makefile updates: Igor and Elizabeth Barham * XInclude: implementation of fallback and xml:base fixup added
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-9/+33
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-07-12Update to 2.4.23.wiz3-8/+9
Changes since 2.4.21: * performances patches: Peter Jacobi * c14n fixes, testsuite and performances: Aleksey Sanin * added xmlDocFormatDump: Chema Celorio * new tutorial: John Fleck * new hash functions and performances: Sander Vesik, portability fix from Peter Jacobi * a number of bug fixes: XPath (William Brack, Richard Jinks), XML and HTML parsers, ID lookup function * removal of all remaining sprintf: Aleksey Sanin * a number of bug fixes: configure scripts, base handling, parser, memory usage, HTML parser, XPath, documentation (Christian Cornelssen), indentation, URI parsing * Optimizations for XMLSec, fixing and making public some of the network protocol handlers (Aleksey) * performance patch from Gary Pennington * Charles Bozeman provided date and time support for XML Schemas datatypes
2002-05-17Updated libxml2 to 2.4.21 (only bug fixes according to ChangeLog)martti5-43/+52
2002-04-28Some programs don't look in libxml/headername.h, and even libxml itselfwiz1-2/+2
does not create the directory (any longer?). Be a bit defensive about this and add -I${BUILDLINK_DIR}/include/libxml to BUILDLINK_CONFIG_WRAPPER_SED, while letting -I${BUILDLINK_DIR}/include stay, too. XXX: This should be revisited, and the packages depending on libxml2 be fixed (either way); for now, this change fixes libwmf, ogle, and ogle_gui (and perhaps others), while not changing the situation for kdelibs2 (which I didn't want to test because it's too big). Per a discussion with Johnny Lam.
2002-04-28Uppercase XML.wiz2-3/+3
2002-04-26Updated libxml2 to 2.4.20martti7-39/+59
* lots of bug fixes
2002-01-29Updated libxml2 to 2.4.13martti7-27/+27
* several bug fixes * documentation fixes (ChangeLog is almost 200 lines for 2.4.12 -> 2.4.13)
2001-12-10update libxml2 package to 2.4.12.taca3-9/+11
Changes from 2.4.10 are various bug fixes and it become over 4000 bytes. Please look at libxml2-2.4.12/ChangeLog in detail.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-17Work arround broken circular include directives which cause build failurestron4-2/+27
in the "kdelibs2" package.
2001-11-16Uppdate "libxml2" package to version 2.4.10. Changes since version 2.4.6:tron3-7/+9
- URI escaping fix (Joel Young) - added xmlGetNodePath() (for paths or XPointers generation) - Fixes namespace handling problems when using DTD and validation improvements on xmllint: Morus Walter patches for --format and --encode, Stefan Kost and Heiko Rupp improvements on the --shell - fixes for xmlcatalog linking pointed by Weiqi Gao - fixes to the HTML parser - fixes more catalog bugs - avoid a compilation problem, improve xmlGetLineNo() - fixed SGML catalogs broken in previous release, updated xmlcatalog tool - fixed a compile errors and some includes troubles. - exported some debugging interfaces - serious rewrite of the catalog code - integrated Gary Pennington thread safety patch, added configure option and regression tests - removed an HTML parser bug - fixed a couple of potentially serious validation bugs - integrated the SGML DocBook support in xmllint - changed the nanoftp anonymous login passwd - some I/O cleanup and a couple of interfaces for Perl wrapper - general bug fixes - updated xmllint man page by John Fleck - some VMS and Windows updates This will hopefully fix PR pkg/14336.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-17Update libxml2 to 2.4.6. Changes from version 2.4.5 include bug fixes,jlam5-25/+11
minor API enhancements, and updated documentation.
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam1-3/+1
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.
2001-09-26Remove unused patch since update from libxml2-2.4.2 to 2.4.5.jlam1-13/+0