Skip to content

Commit

Permalink
Update libxml to 1.6.1.
Browse files Browse the repository at this point in the history
Changes:
 - improves validation support
 - adds namespace support for attributes
 - lot of progress in the XPath implementation.
  • Loading branch information
rh committed Sep 3, 1999
1 parent a26d9be commit 08637f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
11 changes: 5 additions & 6 deletions textproc/libxml/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# $NetBSD: Makefile,v 1.3 1999/07/31 19:02:03 rh Exp $
# $NetBSD: Makefile,v 1.4 1999/09/03 07:12:45 rh Exp $
#

DISTNAME= libxml-1.4.0
CATEGORIES= textproc devel
MASTER_SITES= http://gd.tuwien.ac.at/hci/GNOME/sources/libxml/ \
ftp://gnomeftp.wgn.net/pub/gnome/sources/libxml/ \
ftp://ftp.fr.gnome.org/pub/gnome/sources/libxml/
DISTNAME= libxml-1.6.1
CATEGORIES= textproc devel gnome
MASTER_SITES= ftp://rpmfind.net/pub/veillard/ \
${MASTER_SITE_GNOME:=sources/libxml/}

MAINTAINER= [email protected]
HOMEPAGE= http://rufus.w3.org/veillard/XML/xml.html
Expand Down
4 changes: 2 additions & 2 deletions textproc/libxml/files/md5
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$NetBSD: md5,v 1.2 1999/07/31 19:02:04 rh Exp $
$NetBSD: md5,v 1.3 1999/09/03 07:12:46 rh Exp $

MD5 (libxml-1.4.0.tar.gz) = f7844f2e7e87a898ee75cc3ed0f4c07d
MD5 (libxml-1.6.1.tar.gz) = 93021bfe6009d1ec6abe7f4d7cd6f174
4 changes: 2 additions & 2 deletions textproc/libxml/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 1999/07/31 19:02:04 rh Exp $
@comment $NetBSD: PLIST,v 1.3 1999/09/03 07:12:46 rh Exp $
bin/xml-config
include/gnome-xml/entities.h
include/gnome-xml/encoding.h
Expand All @@ -12,7 +12,7 @@ include/gnome-xml/tree.h
include/gnome-xml/xpath.h
include/gnome-xml/xmlIO.h
include/gnome-xml/valid.h
lib/libxml.so.5.0
lib/libxml.so.7.1
lib/libxml.a
lib/xmlConf.sh
share/gnome-xml/html/gnome-xml/xml.html
Expand Down

0 comments on commit 08637f8

Please sign in to comment.