diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-28 21:31:46 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-28 21:31:46 +0000 |
commit | 7b07ac1e7b69d067900d42a67944badfe76f71b8 (patch) | |
tree | 6d08c60875c511d30e29bd59d137f9ccab7503b3 /textproc/libxml2/PLIST | |
parent | 958383fde35755177a72c000b32b0665f829ed00 (diff) | |
download | pkgsrc-7b07ac1e7b69d067900d42a67944badfe76f71b8.tar.gz |
Update to 2.6.8:
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)
Diffstat (limited to 'textproc/libxml2/PLIST')
-rw-r--r-- | textproc/libxml2/PLIST | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/libxml2/PLIST b/textproc/libxml2/PLIST index 456ed2c80eb..4fdc07a02e6 100644 --- a/textproc/libxml2/PLIST +++ b/textproc/libxml2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.27 2004/02/23 21:49:05 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.28 2004/03/28 21:31:46 jmmv Exp $ bin/xml2-config bin/xmlcatalog bin/xmllint @@ -37,6 +37,7 @@ include/libxml2/libxml/xmlexports.h include/libxml2/libxml/xmlmemory.h include/libxml2/libxml/xmlreader.h include/libxml2/libxml/xmlregexp.h +include/libxml2/libxml/xmlsave.h include/libxml2/libxml/xmlschemas.h include/libxml2/libxml/xmlschemastypes.h include/libxml2/libxml/xmlstring.h @@ -50,7 +51,7 @@ lib/libxml2.a lib/libxml2.la lib/libxml2.so lib/libxml2.so.8 -lib/libxml2.so.8.7 +lib/libxml2.so.8.8 lib/pkgconfig/libxml-2.0.pc lib/xml2Conf.sh man/man1/xml2-config.1 @@ -103,6 +104,7 @@ share/doc/html/libxml2/html/libxml-xmlexports.html share/doc/html/libxml2/html/libxml-xmlmemory.html share/doc/html/libxml2/html/libxml-xmlreader.html share/doc/html/libxml2/html/libxml-xmlregexp.html +share/doc/html/libxml2/html/libxml-xmlsave.html share/doc/html/libxml2/html/libxml-xmlschemas.html share/doc/html/libxml2/html/libxml-xmlschemastypes.html share/doc/html/libxml2/html/libxml-xmlstring.html @@ -170,13 +172,13 @@ share/doc/html/libxml2/tutorial/ix01.html share/doc/html/libxml2/tutorial/xmltutorial.pdf share/doc/html/libxml2/w3c.png share/doc/html/libxml2/xml.html -share/doc/libxml2/Copyright +share/doc/${PKGNAME}/Copyright share/examples/libxml2/testHTML.c share/examples/libxml2/testSAX.c share/examples/libxml2/testXPath.c share/examples/libxml2/xmllint.c @dirrm share/examples/libxml2 -@dirrm share/doc/libxml2 +@dirrm share/doc/${PKGNAME} @dirrm share/doc/html/libxml2/tutorial/images/callouts @dirrm share/doc/html/libxml2/tutorial/images @dirrm share/doc/html/libxml2/tutorial |