summaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-31 22:13:52 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-31 22:13:52 +0000
commitdc37b569bc89e6d4dc364a8957008021bcd0d7a2 (patch)
treed52dbabf5d8767beaf5fc3dfe8ed15fb8b42c93c /textproc/libxml2
parent2fb55110203d3fadac3565e9e9415be47b788ce5 (diff)
downloadpkgsrc-dc37b569bc89e6d4dc364a8957008021bcd0d7a2.tar.gz
Update to 2.6.5, provided by Min Sik Kim in PR pkg/24271.
Changes: - Bugfixes: dictionnaries for schemas (William Brack), regexp segfault (William), xs:all problem (William), a number of XPointer bugfixes (William), xmllint error go to stderr, DTD validation problem with namespace, memory leak (William), SAX1 cleanup and minimal options fixes (Mark Vadoc), parser context reset on error (Shaun McCance), XPath union evaluation problem (William) , xmlReallocLoc with NULL (Aleksey Sanin), XML Schemas double free (Steve Ball), XInclude with no href, argument callbacks order for XPath callbacks (Frederic Peters) - Documentation: python scripts (William Brack), xslt stylesheets (John Fleck), doc (Sven Zimmerman), I/O example. - XInclude: various fixes for conformance, problem related to dictionnary references (William & me), recursion (William) - xmlWriter: indentation (Lucas Brasilino), memory leaks (Alfred Mickautsch), - xmlSchemas: normalizedString datatype (John Belmonte) - code cleanup for strings functions (William) - Windows: compiler patches (Mark Vakoc) - Parser optimizations, a few new XPath and dictionnary APIs for future XSLT optimizations.
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/Makefile9
-rw-r--r--textproc/libxml2/PLIST6
-rw-r--r--textproc/libxml2/distinfo6
3 files changed, 11 insertions, 10 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 6e310474d51..81f1d02f961 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2004/01/24 15:13:20 grant Exp $
+# $NetBSD: Makefile,v 1.44 2004/01/31 22:13:52 xtraeme Exp $
DISTNAME= libxml2-${LIBXML_VERSION}
-PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.6/}
EXTRACT_SUFX= .tar.bz2
@@ -16,7 +15,7 @@ USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE= ${WRKSRC}/libxml-2.0.pc.in
-LIBXML_VERSION= 2.6.4
+LIBXML_VERSION= 2.6.5
PLIST_SUBST+= LIBXML_VERSION=${LIBXML_VERSION}
GNU_CONFIGURE= yes
@@ -33,9 +32,9 @@ CONFIGURE_ARGS+= --without-threads
FC= ${FALSE}
F77= ${FALSE}
-MAKE_ENV+= PAX=${PAX:Q}
+MAKE_ENV+= PAX=${PAX:Q}
-TEST_TARGET= check
+TEST_TARGET= check
CFLAGS+= -DXML_SGML_DEFAULT_CATALOG=\"\\\"${SGML_DEFAULT_CATALOG}\\\"\"
CFLAGS+= -DXML_XML_DEFAULT_CATALOG=\"\\\"${XML_DEFAULT_CATALOG}\\\"\"
diff --git a/textproc/libxml2/PLIST b/textproc/libxml2/PLIST
index c62c0f4e6cd..86831e83e6b 100644
--- a/textproc/libxml2/PLIST
+++ b/textproc/libxml2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2003/12/26 21:49:08 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.25 2004/01/31 22:13:52 xtraeme Exp $
bin/xml2-config
bin/xmlcatalog
bin/xmllint
@@ -39,6 +39,7 @@ include/libxml2/libxml/xmlreader.h
include/libxml2/libxml/xmlregexp.h
include/libxml2/libxml/xmlschemas.h
include/libxml2/libxml/xmlschemastypes.h
+include/libxml2/libxml/xmlstring.h
include/libxml2/libxml/xmlunicode.h
include/libxml2/libxml/xmlversion.h
include/libxml2/libxml/xmlwriter.h
@@ -49,7 +50,7 @@ lib/libxml2.a
lib/libxml2.la
lib/libxml2.so
lib/libxml2.so.8
-lib/libxml2.so.8.4
+lib/libxml2.so.8.5
lib/pkgconfig/libxml-2.0.pc
lib/xml2Conf.sh
man/man1/xml2-config.1
@@ -104,6 +105,7 @@ share/doc/html/libxml2/html/libxml-xmlreader.html
share/doc/html/libxml2/html/libxml-xmlregexp.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
share/doc/html/libxml2/html/libxml-xmlunicode.html
share/doc/html/libxml2/html/libxml-xmlversion.html
share/doc/html/libxml2/html/libxml-xmlwriter.html
diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo
index 33b66839d46..2d7f7158f70 100644
--- a/textproc/libxml2/distinfo
+++ b/textproc/libxml2/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.32 2003/12/26 21:49:08 jmmv Exp $
+$NetBSD: distinfo,v 1.33 2004/01/31 22:13:52 xtraeme Exp $
-SHA1 (libxml2-2.6.4.tar.bz2) = 69828400b55ce4f70215c49b62ce546623438d61
-Size (libxml2-2.6.4.tar.bz2) = 2644177 bytes
+SHA1 (libxml2-2.6.5.tar.bz2) = 8d347ded9c6e8872bbf4e482b0e15ac86815960b
+Size (libxml2-2.6.5.tar.bz2) = 2649744 bytes
SHA1 (patch-aa) = 9013309e3a416de65bf5c86f0ade4303d05f0f0e
SHA1 (patch-ab) = 9f715205d1ffb116b6b3793c1319f9c99410c4e4
SHA1 (patch-ad) = 58da64df2e421d396e707044019787f066df68f3