summaryrefslogtreecommitdiff
path: root/textproc/xmlcatmgr/DESCR
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-01-10 19:24:48 +0000
committerjmmv <jmmv@pkgsrc.org>2003-01-10 19:24:48 +0000
commit321a488d7721b19db52fca8cd75eeb8aac9b292a (patch)
tree123d5a3e1ef962977eeb04956a129d2646187519 /textproc/xmlcatmgr/DESCR
parent29764b8c346d661bfa79d39b4376470295c250df (diff)
downloadpkgsrc-321a488d7721b19db52fca8cd75eeb8aac9b292a.tar.gz
Initial import of xmlcatmgr, version 0.1:
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. XML catalogs are files that contain mappings from public identifiers to system identifiers. This allows XML parsers to locate public identifiers in the local system.
Diffstat (limited to 'textproc/xmlcatmgr/DESCR')
-rw-r--r--textproc/xmlcatmgr/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/textproc/xmlcatmgr/DESCR b/textproc/xmlcatmgr/DESCR
new file mode 100644
index 00000000000..ce414c82f80
--- /dev/null
+++ b/textproc/xmlcatmgr/DESCR
@@ -0,0 +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.
+
+XML catalogs are files that contain mappings from public identifiers to
+system identifiers. This allows XML parsers to locate public identifiers
+in the local system.