summaryrefslogtreecommitdiff
path: root/textproc/libxml2
AgeCommit message (Collapse)AuthorFilesLines
2007-09-08Convert to use the features framework.jlam2-13/+4
2007-09-06Convert all libnbcompat/buildlink3.mk references to inplace.mk.jlam2-6/+5
2007-08-29Update to 2.6.30:wiz2-6/+6
* Portability: Solaris crash on error handling, windows path fixes (Roland Schwarz and Rob Richards), mingw build (Roland Schwarz) * Bugfixes: xmlXPathNodeSetSort problem (William Brack), leak when reusing a writer for a new document (Dodji Seketeli), Schemas xsi:nil handling patch (Frank Gross), relative URI build problem (Patrik Fimml), crash in xmlDocFormatDump, invalid char in comment detection bug, fix disparity with xmlSAXUserParseMemory, automata generation for complex regexp counts problems, Schemas IDC import problems (Frank Gross), xpath predicate evailation error handling (William Brack)
2007-07-07Update to 2.6.29:wiz3-11/+11
2.6.29: Jun 12 2007: - Portability: patches from Andreas Stricke for WinCEi, fix compilation warnings (William Brack), avoid warnings on Apple OS/X (Wendy Doyle and Mark Rowe), Windows compilation and threading improvements (Rob Richards), compilation against old Python versions, new GNU tar changes (Ryan Hill) - Documentation: xmlURIUnescapeString comment, - Bugfixes: xmlBufferAdd problem (Richard Jones), 'make valgrind' flag fix (Richard Jones), regexp interpretation of \, htmlCreateDocParserCtxt (Jean-Daniel Dupas), configure.in typo (Bjorn Reese), entity content failure, xmlListAppend() fix (Georges-André Silber), XPath number serialization (William Brack), nanohttp gzipped stream fix (William Brack and Alex Cornejo), xmlCharEncFirstLine typo (Mark Rowe), uri bug (François Delyon), XPath string value of PI nodes (William Brack), XPath node set sorting bugs (William Brack), avoid outputting namespace decl dups in the writer (Rob Richards), xmlCtxtReset bug, UTF-8 encoding error handling, recustion on next in catalogs, fix a Relax-NG crash, workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes, invalid character in attribute detection bug, big comments before internal subset streaming bug, HTML parsing of attributes with : in the name - Improvement: keep URI query parts in raw form (Richard Jones), embed tag support in HTML (Michael Day)
2007-05-03Update to 2.6.28:wiz3-7/+8
2.6.28: Apr 17 2007: - Documentation: comment fixes (Markus Keim), xpath comments fixes too (James Dennett) - Bug fixes: XPath bug (William Brack), HTML parser autoclose stack usage (Usamah Malik), various regexp bug fixes (DV and William), path conversion on Windows (Igor Zlatkovic), htmlCtxtReset fix (Michael Day), XPath principal node of axis bug, HTML serialization of some codepoint (Steven Rainwater), user data propagation in XInclude (Michael Day), standalone and XML decl detection (Michael Day), Python id ouptut for some id, fix the big python string memory leak, URI parsing fixes (Stéphane Bidoul and William), long comments parsing bug (William), concurrent threads initialization (Ted Phelps), invalid char in text XInclude (William), XPath memory leak (William), tab in python problems (Andreas Hanke), XPath node comparison error (Oleg Paraschenko), cleanup patch for reader (Julien Reichel), XML Schemas attribute group (William), HTML parsing problem (William), fix char 0x2d in regexps (William), regexp quantifier range with min occurs of 0 (William), HTML script/style parsing (Mike Day) - Improvement: make xmlTextReaderSetup() public - Compilation and postability: fix a missing include problem (William), __ss_familly on AIX again (Björn Wiberg), compilation without zlib (Michael Day), catalog patch for Win32 (Christian Ehrlicher), Windows CE fixes (Andreas Stricke) - Various CVS to SVN infrastructure changes
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg1-2/+2
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-11-03DESTDIR support.joerg1-1/+2
2006-10-30update to 2.6.27drochner4-81/+65
changes: -XPath improvements -optimization / caching -build and portability fixes -bugfixes -documentation improvements pkgsrc change: seperate user doc and devhelp files - migrate the latter to share/gtk-doc/html
2006-10-04Fixed the "test" phase by adding a dependency on Perl, but only if therillig1-2/+6
tests are enabled.
2006-10-01added support for IRIX 5schwarz2-2/+16
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-09update to 2.6.26drochner4-42/+6
changes: fixes for bugs and memory leaks, minor optimizations
2006-05-19Don't declare a variable in the middle of code. Fixes compilation ongavan2-1/+22
NetBSD 1.6.X.
2006-05-15Always install documentation files. Previously they were installed onminskim4-4/+51
Linux but not on NetBSD because the install command works differently when a wild card matching fails. Bump PKGREVISION.
2006-05-05add a cast to fix build on Solaris 10/Sun Studio CC,drochner2-1/+15
patch provided by Jake Kupersmith per PR pkg/33425
2006-05-03update to 2.6.24drochner2-7/+6
changes: -Portability fixes (Windows, HP-UX, gcc-4.1) -Improvements: xmlDOMWrapReconcileNamespaces xmlDOMWrapCloneNode -update to Unicode 4.01 -Bug fixes -man pages updates and cleanups -New features: Relax NG structure error handlers
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-14update to libxml2 2.6.23recht3-11/+11
changes: Portability fixes: - Windows (Rob Richards) - getaddrinfo on Windows (Kolja Nowak - Rob Richards) - icc warnings (Kjartan Maraas) - --with-minimum compilation fixes (William Brack) - error case handling fix on Solaris (Albert Chin) - don't use 'list' as parameter name reported by Samuel Diaz Garcia - more old Unices portability fixes (Albert Chin) - MinGW compilation (Mark Junker) - HP-UX compiler warnings (Rick Jones) Code cleanup: - xmlReportError (Adrian Mouat) - remove xmlBufferClose (Geert Jansen) - unreachable code (Oleksandr Kononenko) - refactoring parsing code (Bjorn Reese) Bug fixes: - xmlBuildRelativeURI and empty path (William Brack) - combinatory explosion and performances in regexp code - leak in xmlTextReaderReadString() - xmlStringLenDecodeEntities problem (Massimo Morara) - Identity Constraints bugs and a segfault (Kasimier Buchcik) - XPath pattern based evaluation bugs (DV & Kasimier) - xmlSchemaContentModelDump() memory leak (Kasimier) - potential leak in xmlSchemaCheckCSelectorXPath() - xmlTextWriterVSprintf() misuse of vsnprintf (William Brack) - XHTML serialization fix (Rob Richards) - CRLF split problem (William) - issues with non-namespaced attributes in xmlAddChild(), xmlAddNextSibling() and xmlAddPrevSibling() (Rob Richards) - HTML parsing of script - Python must not output to stdout (Nic Ferrier) - exclusive C14N namespace visibility (Aleksey Sanin) - XSD dataype totalDigits bug (Kasimier Buchcik) - error handling when writing to an xmlBuffer (Rob Richards) - runtest schemas error not reported (Hisashi Fujinaka) - signed/unsigned problem in date/time code (Albert Chin) - fix XSI driven XSD validation (Kasimier) - parsing of xs:decimal (Kasimier) - fix DTD writer output (Rob Richards) - leak in xmlTextReaderReadInnerXml (Gary Coady) - regexp bug affecting schemas (Kasimier) - configuration of runtime debugging (Kasimier) - xmlNodeBufGetContent bug on entity refs (Oleksandr Kononenko) - xmlRegExecPushString2 bug (Sreeni Nair) - compilation and build fixes (Michael Day) - removed dependancies on xmlSchemaValidError (Kasimier) - bug with <xml:foo/> - more XPath pattern based evaluation fixes (Kasimier) Improvements: - XSD Schemas redefinitions/restrictions (Kasimier Buchcik) - node copy checks and fix for attribute (Rob Richards) - counted transition bug in regexps - ctxt->standalone = -2 to indicate no standalone attribute was found - add xmlSchemaSetParserStructuredErrors() (Kasimier Buchcik) - add xmlTextReaderSchemaValidateCtxt() to API (Kasimier) - handle gzipped HTTP resources (Gary Coady) - add htmlDocDumpMemoryFormat. (Rob Richards) Documentation: - typo (Michael Day) - libxml man page (Albert Chin) - save function to XML buffer (Geert Jansen) - small doc fix (Aron Stansvik)
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-30Update to 2.6.22:wiz4-128/+197
2.6.22: Sep 12 2005: - build fixes: compile without schematron (Stéphane Bidoul) - bug fixes: xmlDebugDumpNode on namespace node (Oleg Paraschenko)i, CDATA push parser bug, xmlElemDump problem with XHTML1 doc, XML_FEATURE_xxx clash with expat headers renamed XML_WITH_xxx, fix some output formatting for meta element (Rob Richards), script and style XHTML1 serialization (David Madore), Attribute derivation fixups in XSD (Kasimier Buchcik), better IDC error reports (Kasimier Buchcik) - improvements: add XML_SAVE_NO_EMPTY xmlSaveOption (Rob Richards), add XML_SAVE_NO_XHTML xmlSaveOption, XML Schemas improvements preparing for derive (Kasimier Buchcik). - documentation: generation of gtk-doc like docs, integration with devhelp. pkgsrc change: install docs into share/doc instead of share/doc/html. Ok'd by maintainer, recht.
2005-09-08Remove tar from USE_TOOLS again. gtar (was changed to tar later) was added,recht1-2/+2
to work around problems with the bootstrap pax and libxml2-2.6.20 on Darwin.
2005-09-05update tp 2.6.21recht5-17/+19
2.6.21: Sep 4 2005: - build fixes: Cygwin portability fixes (Gerrit P. Haase), calling convention problems on Windows (Marcus Boerger), cleanups based on Linus' sparse tool, update of win32/configure.js (Rob Richards), remove warnings on Windows(Marcus Boerger), compilation without SAX1, detection of the Python binary, use $GCC inestad of $CC = 'gcc' (Andrew W. Nosenko), compilation/link with threads and old gcc, compile problem by C370 on Z/OS, - bug fixes: http_proxy environments (Peter Breitenlohner), HTML UTF-8 bug (Jiri Netolicky), XPath NaN compare bug (William Brack), htmlParseScript potential bug, Schemas regexp handling of spaces, Base64 Schemas comparisons NIST passes, automata build error xsd:all, xmlGetNodePath for namespaced attributes (Alexander Pohoyda), xmlSchemas foreign namespaces handling, XML Schemas facet comparison (Kupriyanov Anatolij), xmlSchemaPSimpleTypeErr error report (Kasimier Buchcik), xml: namespace ahndling in Schemas (Kasimier), empty model group in Schemas (Kasimier), wilcard in Schemas (Kasimier), URI composition (William), xs:anyType in Schemas (Kasimier), Python resolver emmitting error messages directly, Python xmlAttr.parent (Jakub Piotr Clapa), trying to fix the file path/URI conversion, xmlTextReaderGetAttribute fix (Rob Richards), xmlSchemaFreeAnnot memleak (Kasimier), HTML UTF-8 serialization, streaming XPath, Schemas determinism detection problem, XInclude bug, Schemas context type (Dean Hill), validation fix (Derek Poon), xmlTextReaderGetAttribute[Ns] namespaces (Rob Richards), Schemas type fix (Kuba Nowakowski), UTF-8 parser bug, error in encoding handling, xmlGetLineNo fixes, bug on entities handling, entity name extraction in error handling with XInclude, text nodes in HTML body tags (Gary Coady), xml:id and IDness at the treee level fixes, XPath streaming patterns bugs. - improvements: structured interfaces for schemas and RNG error reports (Marcus Boerger), optimization of the char data inner loop parsing (thanks to Behdad Esfahbod for the idea), schematron validation though not finished yet, xmlSaveOption to omit XML declaration, keyref match error reports (Kasimier), formal expression handling code not plugged yet, more lax mode for the HTML parser, parser XML_PARSE_COMPACT option for text nodes allocation. - documentation: xmllint man page had --nonet duplicated
2005-09-03USE_TOOLS+=gtar is clearly not the right thing here, replace itxtraeme1-2/+2
with the 'tar'.
2005-07-12update to libxml2 2.6.20recht6-24/+24
2.6.20: Jul 10 2005: - build fixes: Windows build (Rob Richards), Mingw compilation (Igor Zlatkovic), Windows Makefile (Igor), gcc warnings (Kasimier and andriy@google.com), use gcc weak references to pthread to avoid the pthread dependancy on Linux, compilation problem (Steve Nairn), compiling of subset (Morten Welinder), IPv6/ss_family compilation (William Brack), compilation when disabling parts of the library, standalone test distribution. - bug fixes: bug in lang(), memory cleanup on errors (William Brack), HTTP query strings (Aron Stansvik), memory leak in DTD (William), integer overflow in XPath (William), nanoftp buffer size, pattern "." apth fixup (Kasimier), leak in tree reported by Malcolm Rowe, replaceNode patch (Brent Hendricks), CDATA with NULL content (Mark Vakoc), xml:base fixup on XInclude (William), pattern fixes (William), attribute bug in exclusive c14n (Aleksey Sanin), xml:space and xml:lang with SAX2 (Rob Richards), namespace trouble in complex parsing (Malcolm Rowe), XSD type QNames fixes (Kasimier), XPath streaming fixups (William), RelaxNG bug (Rob Richards), Schemas for Schemas fixes (Kasimier), removal of ID (Rob Richards), a small RelaxNG leak, HTML parsing in push mode bug (James Bursa), failure to detect UTF-8 parsing bugs in CDATA sections, areBlanks() heuristic failure, duplicate attributes in DTD bug (William). - improvements: lot of work on Schemas by Kasimier Buchcik both on conformance and streaming, Schemas validation messages (Kasimier Buchcik, Matthew Burgess), namespace removal at the python level (Brent Hendricks), Update to new Schemas regression tests from W3C/Nist (Kasimier), xmlSchemaValidateFile() (Kasimier), implementation of xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml (James Wert), standalone test framework and programs, new DOM import APIs xmlDOMWrapReconcileNamespaces() xmlDOMWrapAdoptNode() and xmlDOMWrapRemoveNode(), extension of xmllint capabilities for SAX and Schemas regression tests, xmlStopParser() available in pull mode too, ienhancement to xmllint --shell namespaces support, Windows port of the standalone testing tools (Kasimier and William), xmlSchemaValidateStream() xmlSchemaSAXPlug() and xmlSchemaSAXUnplug() SAX Schemas APIs, Schemas xmlReader support.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-09update to libxml2-2.6.18recht2-6/+6
This release include a number of bug fixes, some build fixes and more improvements on the W3C XML Schemas validation from Kasimier Buchcik: build fixes: - drop .la from RPMs - --with-minimum build fix (William Brack) - use XML_SOCKLEN_T instead of SOCKLEN_T because it breaks with AIX 5.3 compiler - fixed elfgcchack.h generation and PLT reduction code on Linux/ELF/gcc4 bug fixes: - schemas type decimal fixups (William Brack) - xmmlint return code (Gerry Murphy) - small schemas fixes (Matthew Burgess and GUY Fabrice) - workaround "DAV:" namespace brokeness in c14n (Aleksey Sanin) - segfault in Schemas (Kasimier Buchcik) - Schemas attribute validation (Kasimier) - Prop related functions and xmlNewNodeEatName (Rob Richards) - HTML serialization of name attribute on a elements - Python error handlers leaks and improvement (Brent Hendricks) - uninitialized variable in encoding code - Relax-NG validation bug - potential crash if gnorableWhitespace is NULL - xmlSAXParseDoc and xmlParseDoc signatures - switched back to assuming UTF-8 in case no encoding is given at serialization time improvements: - lot of work on Schemas by Kasimier Buchcik on facets checking and also mixed handling.
2005-03-21update to libxml2-2.6.18recht2-6/+6
2.6.18: Mar 13 2005: - build fixes: warnings (Peter Breitenlohner), testapi.c generation, Bakefile support (Francesco Montorsi), Windows compilation (Joel Reed), some gcc4 fixes, HP-UX portability fixes (Rick Jones). - bug fixes: xmlSchemaElementDump namespace (Kasimier Buchcik), push and xmlreader stopping on non-fatal errors, thread support for dictionnaries reference counting (Gary Coady), internal subset and push problem, URL saved in xmlCopyDoc, various schemas bug fixes (Kasimier), Python paths fixup (Stephane Bidoul), xmlGetNodePath and namespaces, xmlSetNsProp fix (Mike Hommey), warning should not count as error (William Brack), xmlCreatePushParser empty chunk, XInclude parser flags (William), cleanup FTP and HTTP code to reuse the uri parsing and IPv6 (William), xmlTextWriterStartAttributeNS fix (Rob Richards), XMLLINT_INDENT being empty (William), xmlWriter bugs (Rob Richards), multithreading on Windows (Rich Salz), xmlSearchNsByHref fix (Kasimier), Python binding leak (Brent Hendricks), aliasing bug exposed by gcc4 on s390, xmlTextReaderNext bug (Rob Richards), Schemas decimal type fixes (William Brack), xmlByteConsumed static buffer (Ben Maurer). - improvement: speedup parsing comments and DTDs, dictionnary support for hash tables, Schemas Identity constraints (Kasimier), streaming XPath subset, xmlTextReaderReadString added (Bjorn Reese), Schemas canonical values handling (Kasimier), add xmlTextReaderByteConsumed (Aron Stansvik), - Documentation: Wiki support (Joel Reed)
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-02-12Work around by the recent buildfailure by rather patching/sed'ing therecht4-4/+39
catalog path in the relevant files (catalog.c, xmlcatalog.c) directly rather than defining it in the CFLAGS. Do not bump pkgrevision since nothing changed in the resulting binaries.
2005-01-16update to 2.6.17recht5-14/+16
This release includes a lot of fixes and improvement to existing features plus a few new APIs: * build fixes: - Windows - warnings removal (William Brack) - maintainer-clean dependency(William) - build in a different directory (William) - fixing --with-minimum configure build (William) - BeOS build (Marcin Konicki) - compilation on AIX (Dan McNichol) * bug fixes: - xmlTextReaderHasAttributes (Rob Richards) - xmlCtxtReadFile() to use the catalog(s) - loop on output (William Brack) - XPath memory leak - ID deallocation problem (Steve Shepard) - debugDumpNode crash (William) - warning not using error callback (William) - xmlStopParser bug (William) - UTF-16 with BOM on DTDs (William) - namespace bug on empty elements in push mode (Rob Richards) - line and col computations fixups (Aleksey Sanin) - xmlURIEscape fix (William) - xmlXPathErr on bad range (William) - patterns with too many steps - bug in RNG choice optimization - line number sometimes missing. * improvements: - XSD Schemas (Kasimier Buchcik) - xmlUTF8Strpos speedup (William) - XSD error reports (Kasimier Buchcik) * new APIs: - added xmlDictExists() - GetLineNumber and GetColumnNumber for the xmlReader (Aleksey Sanin) - Dynamic Shared Libraries APIs (mostly Joel Reed) - error extraction API from regexps - new XMLSave option for format (Phil Shafer) * documentation: - site improvement (John Fleck), FAQ entries (William).
2004-12-17Also buildlink the xml2-config tool. Okay'd by recht.reed1-1/+3
Noticed under Mac OS X which had a native xml2-config that wrong includes were being used causing build failure of scrollkeeper.
2004-11-11update to 2.6.16recht4-13/+13
2.6.16: Nov 10 2004: - general hardening and bug fixing crossing all the API based on new automated regression testing - build fix: IPv6 build and test on AIX (Dodji Seketeli) - bug fixes: problem with XML::Libxml reported by Petr Pajas, encoding conversion functions return values, UTF-8 bug affecting XPath reported by Markus Bertheau, catalog problem with NULL entries (William Brack) - documentation: fix to xmllint man page, some API function descritpion were updated. - improvements: DTD validation APIs provided at the Python level (Brent Hendricks)
2004-10-31update to libxml2-2.6.15recht5-14/+15
changes: * security fixes on the nanoftp and nanohttp modules For details see: http://www.securityfocus.com/archive/1/379383/2004-10-24/2004-10-30/0 * build fixes: - xmllint detection bug in configure - building outside the source tree (Thomas Fitzsimmons) * bug fixes: - HTML parser on broken ASCII chars in names (William) - Python paths (Malcolm Tredinnick) - xmlHasNsProp and default namespace (William) - saving to python file objects (Malcolm Tredinnick) - DTD lookup fix (Malcolm) - save back <group> in catalogs (William) - tree build fixes (DV and Rob Richards) - Schemas memory bug - structured error handler on Python 64bits - thread local memory deallocation - memory leak reported by Volker Roth - xmlValidateDtd in the presence of an internal subset - entities and _private problem (William) - xmlBuildRelativeURI error (William). * improvements: - better XInclude error reports (William) - tree debugging module and tests - convenience functions at the Reader API (Graham Bennett) - add support for PI in the HTML parser. Update BUILDLINK_RECOMMENDED to 2.6.15 for the security fix.
2004-10-21Update textproc/libxml2 to 2.6.14, this is a bugfix release.xtraeme2-6/+5
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+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 2.6.13:jmmv3-7/+7
- build fixes: Windows and zlib (Igor Zlatkovic), -O flag with gcc, Solaris compiler warning, fixing RPM BuildRequires, - fixes: DTD loading on Windows (Igor), Schemas error reports APIs (Kasimier Buchcik), Schemas validation crash, xmlCheckUTF8 (William Brack and Julius Mittenzwei), Schemas facet check (Kasimier), default namespace problem (William), Schemas hexbinary empty values, encoding error could genrate a serialization loop. - Improvements: Schemas validity improvements (Kasimier), added --path and --load-trace options to xmllint - documentation: tutorial update (John Fleck)
2004-08-24update to 2.6.12drochner3-8/+7
changes: -improvements: DocBook catalog build scrip (William), xmlcatalog tool (Albert Chin), xmllint --c14n option, no_proxy environment (Mike Hommey), xmlParseInNodeContext() addition, extend xmllint --shell, allow XInclude to not generate start/end nodes, extend xmllint --version to include CVS tag (William) +bugfixes
2004-08-04Add -Wl,-R${libdir} to xml2-config output, similar to how it is donewiz3-3/+18
in libxml. Bump PKGREVISION.
2004-08-04regen (fix line offsets)wiz1-3/+3
2004-07-06Update textproc/libxml2 to 2.6.11.xtraeme3-10/+10
2.6.11: July 5 2004: - Schemas: a lot of changes and improvements by Kasimier Buchcik for attributes, namespaces and simple types. - build fixes: --with-minimum (William Brack), some gcc cleanup (William), --with-thread-alloc (William) - portability: Windows binary package change (Igor Zlatkovic), Catalog path on Windows - documentation: update to the tutorial (John Fleck), xmllint return code (John Fleck), man pages (Ville Skytta), - bug fixes: C14N bug serializing namespaces (Aleksey Sanin), testSAX properly initialize the library (William), empty node set in XPath (William), xmlSchemas errors (William), invalid charref problem pointed by Morus Walter, XInclude xml:base generation (William), Relax-NG bug with div processing (William), XPointer and xml:base problem(William), Reader and entities, xmllint return code for schemas (William), reader streaming problem (Steve Ball), DTD serialization problem (William), libxml.m4 fixes (Mike Hommey), do not provide destructors as methods on Python classes, xmlReader buffer bug, Python bindings memory interfaces improvement (with Stéphane Bidoul), Fixed the push parser to be back to synchronous behaviour. - improvement: custom per-thread I/O enhancement (Rob Richards), register namespace in debug shell (Stefano Debenedetti), Python based regression test for non-Unix users (William), dynamically increase the number of XPath extension functions in Python and fix a memory leak (Marc-Antoine Parent and William) - performance: hack done with Arjan van de Ven to reduce ELF footprint and generated code on Linux, plus use gcc runtime profiling to optimize the code generated in the RPM packages.
2004-07-01update to 2.6.10 and take maintainershiprecht3-10/+11
use xmlsoft's FTP since GNOME's hasn't got this version 2.6.10: May 17 2004 - build fixes: --without-html problems, make check without make all - portability: problem with xpath.c on Windows (MSC and Borland), memcmp vs. strncmp on Solaris, XPath tests on Windows (Mark Vakoc), C++ do not use "list" as parameter name, make tests work with Python 1.5 (Ed Davis), - improvements: made xmlTextReaderMode public, small buffers resizing (Morten Welinder), add --maxmem option to xmllint, add xmlPopInputCallback() for Matt Sergeant, refactoring of serialization escaping, added escaping customization - bugfixes: xsd:extension (Taihei Goi), assorted regexp bugs (William Brack), xmlReader end of stream problem, node deregistration with reader, URI escaping and filemanes, XHTML1 formatting (Nick Wellnhofer), regexp transition reduction (William), various XSD Schemas fixes (Kasimier Buchcik), XInclude fallback problem (William), weird problems with DTD (William), structured error handler callback context (William), reverse xmlEncodeSpecialChars() behaviour back to escaping '"'
2004-05-22Unused.wiz1-22/+0
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-04-19Update to 2.6.9:jmmv3-10/+7
- implement xml:id Working Draft, relaxed XPath id() checking - bugfixes: xmlCtxtReset (Brent Hendricks), line number and CDATA (Dave Beckett), Relax-NG compilation (William Brack), Regexp patches (with William), xmlUriEscape (Mark Vakoc), a Relax-NG notAllowed problem (with William), Relax-NG name classes compares (William), XInclude duplicate fallback (William), external DTD encoding detection (William), a DTD validation bug (William), xmlReader Close() fix, recusive extention schemas - improvements: use xmlRead* APIs in test tools (Mark Vakoc), indenting save optimization, better handle IIS broken HTTP redirect behaviour (Ian Hummel), HTML parser frameset (James Bursa), libxml2-python RPM dependancy, XML Schemas union support (Kasimier Buchcik), warning removal clanup (William), keep ChangeLog compressed when installing from RPMs - documentation: examples and xmlDocDumpMemory docs (John Fleck), new example (load, xpath, modify, save), xmlCatalogDump() comments, - Windows: Borland C++ builder (Eric Zurcher), work around Microsoft compiler NaN handling bug (Mark Vakoc)
2004-03-28Update to 2.6.8:jmmv6-60/+22
2.6.8: Mar 23 2004: - First step of the cleanup of the serialization code and APIs - XML Schemas: mixed content (Adam Dickmeiss), QName handling fixes (Adam Dickmeiss), anyURI for "" (John Belmonte) - Python: Canonicalization C14N support added (Anthony Carrico) - xmlDocCopyNode() extension (William) - Relax-NG: fix when processing XInclude results (William), external reference in interleave (William), missing error on <choice> failure (William), memory leak in schemas datatype facets. - xmlWriter: patch for better DTD support (Alfred Mickautsch) - bug fixes: xmlXPathLangFunction memory leak (Mike Hommey and William Brack), no ID errors if using HTML_PARSE_NOERROR, xmlcatalog fallbacks to URI on SYSTEM lookup failure, XInclude parse flags inheritance (William), XInclude and XPointer fixes for entities (William), XML parser bug reported by Holger Rauch, nanohttp fd leak (William), regexps char groups '-' handling (William), dictionnary reference counting problems, do not close stderr. - performance patches from Petr Pajas - Documentation fixes: XML_CATALOG_FILES in man pages (Mike Hommey) - compilation and portability fixes: --without-valid, catalog cleanups (Peter Breitenlohner), MingW patch (Roland Schwingel), cross-compilation to Windows (Christophe de Vienne), --with-html-dir fixup (Julio Merino Vidal), Windows build (Eric Zurcher)