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 | |
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.
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/PLIST | 6 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 6 |
3 files changed, 9 insertions, 7 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 2a5bebffe0e..2220473d697 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2003/03/18 15:06:20 jmmv Exp $ +# $NetBSD: Makefile,v 1.25 2003/03/26 14:55:12 jmmv Exp $ DISTNAME= libxml2-${LIBXML_VERSION} CATEGORIES= textproc @@ -14,7 +14,7 @@ USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= ${WRKSRC}/libxml-2.0.pc.in -LIBXML_VERSION= 2.5.4 +LIBXML_VERSION= 2.5.5 PLIST_SUBST+= LIBXML_VERSION=${LIBXML_VERSION} GNU_CONFIGURE= yes 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 diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 9ee0e565fe0..f08c31bae6d 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.22 2003/03/18 15:06:21 jmmv Exp $ +$NetBSD: distinfo,v 1.23 2003/03/26 14:55:12 jmmv Exp $ -SHA1 (libxml2-2.5.4.tar.gz) = d2dcd5889e0d547c86fc4ba266eeb28f03167d8c -Size (libxml2-2.5.4.tar.gz) = 2923095 bytes +SHA1 (libxml2-2.5.5.tar.gz) = 58668dd4528020b4047e8abb905f5d5a0ea1a18a +Size (libxml2-2.5.5.tar.gz) = 3109762 bytes SHA1 (patch-aa) = c079f9cc5083fa6d9817c1161ff20ae782e86c92 SHA1 (patch-ad) = 798da20a3a596b9e321dac26150cdced19fa465c SHA1 (patch-ae) = a94390e26b8344b94d78b0faa4b9ce50390e5e5b |