Subject: CVS commit: pkgsrc/textproc/xmlcatmgr
To: None <pkgsrc-changes@netbsd.org>
From: Julio Merino <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 01/29/2003 22:21:08
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Wed Jan 29 20:21:08 UTC 2003

Modified Files:
	pkgsrc/textproc/xmlcatmgr: DESCR MESSAGE Makefile PLIST buildlink2.mk
	    distinfo
Added Files:
	pkgsrc/textproc/xmlcatmgr: catalogs.mk
	pkgsrc/textproc/xmlcatmgr/files: deinstall.tmpl install.tmpl

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/xmlcatmgr/DESCR \
    pkgsrc/textproc/xmlcatmgr/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/xmlcatmgr/MESSAGE \
    pkgsrc/textproc/xmlcatmgr/PLIST pkgsrc/textproc/xmlcatmgr/buildlink2.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/textproc/xmlcatmgr/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/textproc/xmlcatmgr/catalogs.mk
cvs rdiff -r0 -r1.1 pkgsrc/textproc/xmlcatmgr/files/deinstall.tmpl \
    pkgsrc/textproc/xmlcatmgr/files/install.tmpl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.