./textproc/xmlcatmgr, XML and SGML catalog manager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2nb1, Package name: xmlcatmgr-2.2nb1, Maintainer: jmmv

XML Catalog Manager (xmlcatmgr in its short form) is a small utility used
to manipulate SGML and XML catalogs. It is extremely small and lightweight,
specially designed to be run from packaging systems. Basically, it allows
adding and removing entries from catalogs in a completely automated way.

A catalog is a lookup mechanism used to translate entities into other
different entities. They can, for example, map public identifiers to
local files or URIs. This allows you to tell the parser where to look
for entities without having to modify the original document source.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 94.985 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-08 13:42:46 by Taylor R Campbell | Files touched by this commit (1)
Log message:
textproc/xmlcatmgr: Tidy up a little bit.

No functional change intended, other than in the console output
formatting.
   2023-06-27 12:27:36 by Taylor R Campbell | Files touched by this commit (1)
Log message:
textproc/xmlcatmgr: Handle LOCALBASE/TOOLBASE split.
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-03-29 08:45:56 by Nia Alarie | Files touched by this commit (1)
Log message:
xmlcatmgr: drop MESSAGE

the pkgsrc guide now comments that MESSAGE should not be used for:

"anything that should be explained in the
installation/configuration documentation that should
come with the package"

xmlcatmgr is commonly installed as a dependency and the MESSAGE file
simply explains what is essentially unix/pkgsrc conventions (share/
is where the static data is, etc/ is where the user-specified data
is), so this is mostly line noise.
   2020-03-20 12:58:37 by Nia Alarie | Files touched by this commit (640)
Log message:
*: Convert broken sourceforge HOMEPAGEs back to http
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2019-11-04 22:43:49 by Roland Illig | Files touched by this commit (155)
Log message:
textproc: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.