pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libxml Mention "version 1" in the COMMENT and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dce362eed61a
branches:  trunk
changeset: 504891:dce362eed61a
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Dec 27 18:25:07 2005 +0000

description:
Mention "version 1" in the COMMENT and "old" in the DESCR to help
distinguish this from official libxml.

diffstat:

 textproc/libxml/DESCR    |  2 +-
 textproc/libxml/Makefile |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 22cdc6fef101 -r dce362eed61a textproc/libxml/DESCR
--- a/textproc/libxml/DESCR     Tue Dec 27 18:19:42 2005 +0000
+++ b/textproc/libxml/DESCR     Tue Dec 27 18:25:07 2005 +0000
@@ -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 -r 22cdc6fef101 -r dce362eed61a textproc/libxml/Makefile
--- a/textproc/libxml/Makefile  Tue Dec 27 18:19:42 2005 +0000
+++ b/textproc/libxml/Makefile  Tue Dec 27 18:25:07 2005 +0000
@@ -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 @@
 
 MAINTAINER=            rh%NetBSD.org@localhost
 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
 



Home | Main Index | Thread Index | Old Index