diff options
author | reed <reed> | 2005-12-27 18:25:07 +0000 |
---|---|---|
committer | reed <reed> | 2005-12-27 18:25:07 +0000 |
commit | cfecd727dd659b459a4992fdedfe58f639e234ba (patch) | |
tree | a98c51dc6f6f7e25dd381b2491b3cbd4ec1f22e5 /textproc/libxml | |
parent | 51a6ebd2227058cb6e8eb810c4a5aa0dd086ff72 (diff) | |
download | pkgsrc-cfecd727dd659b459a4992fdedfe58f639e234ba.tar.gz |
Mention "version 1" in the COMMENT and "old" in the DESCR to help
distinguish this from official libxml.
Diffstat (limited to 'textproc/libxml')
-rw-r--r-- | textproc/libxml/DESCR | 2 | ||||
-rw-r--r-- | textproc/libxml/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libxml/DESCR b/textproc/libxml/DESCR index f44a5d36185..3e9a8cb6f4a 100644 --- a/textproc/libxml/DESCR +++ b/textproc/libxml/DESCR @@ -1,4 +1,4 @@ -This is an XML parsing library provided in the GNOME framework. +This is the old XML parsing library provided in the GNOME framework. XML is a standard to build tag based structured documents. The internal document repesentation is as close as possible to the DOM interfaces. The interfaces of the XML library are by principle diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 2ddf285288e..73bcd68e6fe 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2005/04/11 21:47:36 tv Exp $ +# $NetBSD: Makefile,v 1.36 2005/12/27 18:25:07 reed Exp $ # DISTNAME= libxml-1.8.17 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://rpmfind.net/pub/veillard/ \ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://xmlsoft.org/ -COMMENT= XML parser, mainly used by the GNOME project +COMMENT= XML parser (version 1), mainly used by the GNOME project PKG_INSTALLATION_TYPES= overwrite pkgviews |