From 50c90b2f77085d9d55051f5adee5ebaa84ee6b59 Mon Sep 17 00:00:00 2001 From: jmmv Date: Wed, 29 Jan 2003 20:21:06 +0000 Subject: Update xmlcatmgr to 0.2. Changes in this version: * Added XML Catalogs management. You must use the new `-s' flag to handle SGML Catalogs as XML format becomes the default. * Dropped use of getopt in favour of getopts, as the former does not handle whitespace in variables properly. * Handle comments in SGML catalogs properly. * Several manpage improvements. Changes in the package: * Implement a new framework to automatically register/deregister catalog entries. This is available through the catalogs.mk file. Packages do not need to call xmlcatmgr directly any more, nor do tricky things in their PLISTs. * Install two catalog files under PKG_SYSCONFDIR, one called sgml/catalog and the other xml/catalog. Both are completely different things, so they can't be mixed. Also avoid that any of these catalogs refer to the other one, as this could cause problems. --- textproc/xmlcatmgr/DESCR | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc/xmlcatmgr/DESCR') diff --git a/textproc/xmlcatmgr/DESCR b/textproc/xmlcatmgr/DESCR index ce414c82f80..0a83164cde4 100644 --- a/textproc/xmlcatmgr/DESCR +++ b/textproc/xmlcatmgr/DESCR @@ -1,7 +1,8 @@ xmlcatmgr is a command line script used to manipulate SGML and XML catalogs. It is designed with simplicity in mind: it does not depend on external programs nor libraries, so it is ideal to manage catalog files from inside -pkgsrc. +pkgsrc. It is also useful to handle shared directories like share/sgml and +share/xml. XML catalogs are files that contain mappings from public identifiers to system identifiers. This allows XML parsers to locate public identifiers -- cgit v1.2.3