diff options
author | pav <pav@FreeBSD.org> | 2004-01-18 21:43:58 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-18 21:43:58 +0000 |
commit | 38faa75b2e83759d438d12cb4d7478e2caddeeea (patch) | |
tree | c6f0a42029e31820ea498ed0e616a6fc5482d2b2 /textproc/xmlcatmgr | |
parent | 2af3c8e4a8350496571eb5ef5039d241d50c298a (diff) | |
download | FreeBSD-ports-38faa75b2e83759d438d12cb4d7478e2caddeeea.zip FreeBSD-ports-38faa75b2e83759d438d12cb4d7478e2caddeeea.tar.gz |
- Update description
PR: ports/61550
Submitted by: hrs (maintainer)
Diffstat (limited to 'textproc/xmlcatmgr')
-rw-r--r-- | textproc/xmlcatmgr/pkg-descr | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/textproc/xmlcatmgr/pkg-descr b/textproc/xmlcatmgr/pkg-descr index ffc9095..9748271 100644 --- a/textproc/xmlcatmgr/pkg-descr +++ b/textproc/xmlcatmgr/pkg-descr @@ -1,7 +1,11 @@ -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, requiring no more dependancies than an awk and a shell -interpreter. Basically, it allows adding and removing entries from -catalogs, in a completely automated way. +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. WWW: http://xmlcatmgr.sourceforge.net/ |