diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-26 14:55:12 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-26 14:55:12 +0000 |
commit | b657f1a13f758586f65ab6aa1707d1a9a14e60b9 (patch) | |
tree | 82651dc30791f0b68556932b3e97f14112bcd801 /textproc/libxml2/PLIST | |
parent | ee75b8c8c182c5bdebdcffa81f661521a206c0d5 (diff) | |
download | pkgsrc-b657f1a13f758586f65ab6aa1707d1a9a14e60b9.tar.gz |
Update to 2.5.5. Changes in this version:
* 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.
Diffstat (limited to 'textproc/libxml2/PLIST')
-rw-r--r-- | textproc/libxml2/PLIST | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/libxml2/PLIST b/textproc/libxml2/PLIST index ff4814ec54f..6ae9e76b596 100644 --- a/textproc/libxml2/PLIST +++ b/textproc/libxml2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2003/03/04 16:52:07 wiz Exp $ +@comment $NetBSD: PLIST,v 1.16 2003/03/26 14:55:12 jmmv Exp $ bin/xml2-config bin/xmlcatalog bin/xmllint @@ -43,7 +43,7 @@ lib/libxml2.a lib/libxml2.la lib/libxml2.so lib/libxml2.so.7 -lib/libxml2.so.7.4 +lib/libxml2.so.7.5 lib/pkgconfig/libxml-2.0.pc lib/xml2Conf.sh man/man1/xml2-config.1 @@ -78,6 +78,7 @@ share/doc/html/libxml2/libxml-nanohttp.html share/doc/html/libxml2/libxml-notes.html share/doc/html/libxml2/libxml-parser.html share/doc/html/libxml2/libxml-parserinternals.html +share/doc/html/libxml2/libxml-relaxng.html share/doc/html/libxml2/libxml-sax.html share/doc/html/libxml2/libxml-schemasinternals.html share/doc/html/libxml2/libxml-threads.html @@ -89,6 +90,7 @@ share/doc/html/libxml2/libxml-xmlautomata.html share/doc/html/libxml2/libxml-xmlerror.html share/doc/html/libxml2/libxml-xmlio.html share/doc/html/libxml2/libxml-xmlmemory.html +share/doc/html/libxml2/libxml-xmlreader.html share/doc/html/libxml2/libxml-xmlregexp.html share/doc/html/libxml2/libxml-xmlschemas.html share/doc/html/libxml2/libxml-xmlschemastypes.html |