pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/xmlcatmgr Update to 2.0alpha2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/d5d9240188b8
branches: trunk
changeset: 466407:d5d9240188b8
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sat Jan 17 16:00:20 2004 +0000
description:
Update to 2.0alpha2:
Released on 2004/01/17, its state was alpha.
* Fixes to allow multiple entries with the same content in both SGML and
XML catalog files. Sorry but this may break command line compatibility
with old versions in some scenarios; that is, the "remove" action now
takes pairs of values. Even though, if just one argument is given to
"remove", it behaves as before to help the transition to newer versions.
* New catalogs are created now in memory before writting them to disk.
This ensures that they will look exactly the same after creation and
after some manipulation (addition and removal of entries).
* Added an option to configure, '-n doc', to disable installation of
distribution documentation files in the system.
* Some bug fixes.
diffstat:
textproc/xmlcatmgr/Makefile | 4 ++--
textproc/xmlcatmgr/distinfo | 6 +++---
textproc/xmlcatmgr/files/deinstall.tmpl | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (50 lines):
diff -r e1ff1768c5e3 -r d5d9240188b8 textproc/xmlcatmgr/Makefile
--- a/textproc/xmlcatmgr/Makefile Sat Jan 17 15:46:27 2004 +0000
+++ b/textproc/xmlcatmgr/Makefile Sat Jan 17 16:00:20 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2004/01/05 23:43:06 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2004/01/17 16:00:20 jmmv Exp $
#
-DISTNAME= xmlcatmgr-2.0alpha1
+DISTNAME= xmlcatmgr-2.0alpha2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmlcatmgr/}
diff -r e1ff1768c5e3 -r d5d9240188b8 textproc/xmlcatmgr/distinfo
--- a/textproc/xmlcatmgr/distinfo Sat Jan 17 15:46:27 2004 +0000
+++ b/textproc/xmlcatmgr/distinfo Sat Jan 17 16:00:20 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2003/12/23 11:45:05 jmmv Exp $
+$NetBSD: distinfo,v 1.8 2004/01/17 16:00:20 jmmv Exp $
-SHA1 (xmlcatmgr-2.0alpha1.tar.gz) = ad6f449cdfbb217abed6f0bdf63f1e02e3a09262
-Size (xmlcatmgr-2.0alpha1.tar.gz) = 21392 bytes
+SHA1 (xmlcatmgr-2.0alpha2.tar.gz) = cb23ae6e32f138dd3b3fb60d905380713ad6272c
+Size (xmlcatmgr-2.0alpha2.tar.gz) = 22647 bytes
diff -r e1ff1768c5e3 -r d5d9240188b8 textproc/xmlcatmgr/files/deinstall.tmpl
--- a/textproc/xmlcatmgr/files/deinstall.tmpl Sat Jan 17 15:46:27 2004 +0000
+++ b/textproc/xmlcatmgr/files/deinstall.tmpl Sat Jan 17 16:00:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: deinstall.tmpl,v 1.3 2003/09/08 12:26:22 jmmv Exp $
+# $NetBSD: deinstall.tmpl,v 1.4 2004/01/17 16:00:20 jmmv Exp $
#
# Unregister SGML/XML catalog entries.
#
@@ -14,14 +14,14 @@
if [ -n "${SGML_ENTRIES}" ]; then
set -- ${SGML_ENTRIES}
while [ $# -gt 0 ]; do
- ${XMLCATMGR} -sc ${SGML_CATALOG} remove "$2"
+ ${XMLCATMGR} -sc ${SGML_CATALOG} remove "$1" "$2"
shift; shift; shift
done
fi
if [ -n "${XML_ENTRIES}" ]; then
set -- ${XML_ENTRIES}
while [ $# -gt 0 ]; do
- ${XMLCATMGR} -c ${XML_CATALOG} remove "$2"
+ ${XMLCATMGR} -c ${XML_CATALOG} remove "$1" "$2"
shift; shift; shift
done
fi
Home |
Main Index |
Thread Index |
Old Index