pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/libxml2 update to 2.6.10 and take maintainership



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08723fd174bc
branches:  trunk
changeset: 477391:08723fd174bc
user:      recht <recht%pkgsrc.org@localhost>
date:      Thu Jul 01 15:14:03 2004 +0000

description:
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:

 textproc/libxml2/Makefile |  11 ++++++-----
 textproc/libxml2/PLIST    |   4 ++--
 textproc/libxml2/distinfo |   6 +++---
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (51 lines):

diff -r 649f34b894f8 -r 08723fd174bc textproc/libxml2/Makefile
--- a/textproc/libxml2/Makefile Thu Jul 01 14:11:58 2004 +0000
+++ b/textproc/libxml2/Makefile Thu Jul 01 15:14:03 2004 +0000
@@ -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@localhost
+MAINTAINER=    recht%NetBSD.org@localhost
 HOMEPAGE=      http://xmlsoft.org/
 COMMENT=       XML parser library from the GNOME project
 
diff -r 649f34b894f8 -r 08723fd174bc textproc/libxml2/PLIST
--- a/textproc/libxml2/PLIST    Thu Jul 01 14:11:58 2004 +0000
+++ b/textproc/libxml2/PLIST    Thu Jul 01 15:14:03 2004 +0000
@@ -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.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 -r 649f34b894f8 -r 08723fd174bc textproc/libxml2/distinfo
--- a/textproc/libxml2/distinfo Thu Jul 01 14:11:58 2004 +0000
+++ b/textproc/libxml2/distinfo Thu Jul 01 15:14:03 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index