diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-02 10:29:21 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-02 10:29:21 +0000 |
commit | 2d4139d23653c513b3eeabe9c72bd2b86f0e56fe (patch) | |
tree | d0830f596c99c0d962e3894c316c0adf0bb55eaa /textproc/xmlcatmgr | |
parent | 61baa32d8e15e5da0bebcf20062cc2f9dff629be (diff) | |
download | pkgsrc-2d4139d23653c513b3eeabe9c72bd2b86f0e56fe.tar.gz |
Update to 2.1:
Second stable version of the 2.x branch, released on 2004/05/02.
* Fixed an attribute name when parsing the `uri' tag in XML catalogs; it
expects `name', not `uriId'.
* Fixed a warning message when removing entries from an XML catalog.
* Fixed several warnings when building mem.c code in a system with glibc
2.[23].x and -O2 enabled.
* Added the `-p' flag which changes the behavior of the `add' action so
that new entries are prepended instead of appended.
* Improved consistency of the lookup action so that it behaves equally
for SGML and XML catalogs (this includes making XML lookup show all
matching entries).
* Documentation is now installed in an unversioned directory by default.
Diffstat (limited to 'textproc/xmlcatmgr')
-rw-r--r-- | textproc/xmlcatmgr/Makefile | 4 | ||||
-rw-r--r-- | textproc/xmlcatmgr/PLIST | 14 | ||||
-rw-r--r-- | textproc/xmlcatmgr/distinfo | 6 |
3 files changed, 12 insertions, 12 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile index fed5b83a7e5..9b59d587b1c 100644 --- a/textproc/xmlcatmgr/Makefile +++ b/textproc/xmlcatmgr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2004/04/22 13:11:58 jschauma Exp $ +# $NetBSD: Makefile,v 1.20 2004/05/02 10:29:21 jmmv Exp $ # -DISTNAME= xmlcatmgr-2.0 +DISTNAME= xmlcatmgr-2.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmlcatmgr/} diff --git a/textproc/xmlcatmgr/PLIST b/textproc/xmlcatmgr/PLIST index 336795a92b1..fe14a277ea7 100644 --- a/textproc/xmlcatmgr/PLIST +++ b/textproc/xmlcatmgr/PLIST @@ -1,14 +1,14 @@ -@comment $NetBSD: PLIST,v 1.6 2003/12/23 11:45:05 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/05/02 10:29:21 jmmv Exp $ bin/xmlcatmgr man/man1/xmlcatmgr.1 -share/doc/${PKGNAME}/CHANGES -share/doc/${PKGNAME}/COPYING -share/doc/${PKGNAME}/PEOPLE -share/doc/${PKGNAME}/README -share/doc/${PKGNAME}/TODO +share/doc/xmlcatmgr/CHANGES +share/doc/xmlcatmgr/COPYING +share/doc/xmlcatmgr/PEOPLE +share/doc/xmlcatmgr/README +share/doc/xmlcatmgr/TODO share/examples/xmlcatmgr/catalog.etc.sgml share/examples/xmlcatmgr/catalog.etc.xml share/examples/xmlcatmgr/catalog.share.sgml share/examples/xmlcatmgr/catalog.share.xml @dirrm share/examples/xmlcatmgr -@dirrm share/doc/${PKGNAME} +@dirrm share/doc/xmlcatmgr diff --git a/textproc/xmlcatmgr/distinfo b/textproc/xmlcatmgr/distinfo index 74b54367799..83027236be2 100644 --- a/textproc/xmlcatmgr/distinfo +++ b/textproc/xmlcatmgr/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2004/03/28 19:51:06 jmmv Exp $ +$NetBSD: distinfo,v 1.11 2004/05/02 10:29:21 jmmv Exp $ -SHA1 (xmlcatmgr-2.0.tar.gz) = ff5f874ee52aa5ff018f0130960c9726da9e43d4 -Size (xmlcatmgr-2.0.tar.gz) = 27788 bytes +SHA1 (xmlcatmgr-2.1.tar.gz) = bf68945c62deed16e4da16861fbdd9af3a0cdb63 +Size (xmlcatmgr-2.1.tar.gz) = 28716 bytes |