diff options
author | recht <recht> | 2004-07-01 15:14:03 +0000 |
---|---|---|
committer | recht <recht> | 2004-07-01 15:14:03 +0000 |
commit | bdc38f023cb2c57649bf74b6c2a13e3265d145ec (patch) | |
tree | ac2d3437ebdb1a484e6404f512b6debccabc7121 /textproc | |
parent | 6aee7405d0b14524307dd6c54ef3ca99f0c24971 (diff) | |
download | pkgsrc-bdc38f023cb2c57649bf74b6c2a13e3265d145ec.tar.gz |
update to 2.6.10 and take maintainership
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 '"'
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 11 | ||||
-rw-r--r-- | textproc/libxml2/PLIST | 4 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 6 |
3 files changed, 11 insertions, 10 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 9d745549c52..a989086557d 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.54 2004/05/07 01:14:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.55 2004/07/01 15:14:03 recht Exp $ -DISTNAME= libxml2-2.6.9 +DISTNAME= libxml2-2.6.10 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.6/} -EXTRACT_SUFX= .tar.bz2 +#MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.6/} +#EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= ftp://xmlsoft.org/ -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= recht@NetBSD.org HOMEPAGE= http://xmlsoft.org/ COMMENT= XML parser library from the GNOME project diff --git a/textproc/libxml2/PLIST b/textproc/libxml2/PLIST index b3c77deee4f..65a3372882e 100644 --- a/textproc/libxml2/PLIST +++ b/textproc/libxml2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.29 2004/04/19 14:24:57 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.30 2004/07/01 15:14:03 recht Exp $ bin/xml2-config bin/xmlcatalog bin/xmllint @@ -51,7 +51,7 @@ lib/libxml2.a lib/libxml2.la lib/libxml2.so lib/libxml2.so.8 -lib/libxml2.so.8.9 +lib/libxml2.so.8.10 lib/pkgconfig/libxml-2.0.pc lib/xml2Conf.sh man/man1/xml2-config.1 diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 9111dde2649..18481866202 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.37 2004/04/19 14:24:57 jmmv Exp $ +$NetBSD: distinfo,v 1.38 2004/07/01 15:14:03 recht Exp $ -SHA1 (libxml2-2.6.9.tar.bz2) = 19f76007cee75c4db5eb170fa3c714a0ae2633bd -Size (libxml2-2.6.9.tar.bz2) = 2669509 bytes +SHA1 (libxml2-2.6.10.tar.gz) = 4480df33cb2cb7edb99db408c0a0f71a416a4162 +Size (libxml2-2.6.10.tar.gz) = 3579625 bytes SHA1 (patch-aa) = 369701073e372382e247bc7b6a4b2c7e9dd5cb1d |