diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-17 11:43:59 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-17 11:43:59 +0000 |
commit | f25413f3e1269d92ca5d99286c4af91c80087c67 (patch) | |
tree | 49acda97c027ca3ce07aa7acb24fdbbc25635122 /textproc/xmlada/files | |
parent | 92c697149f1e9a884d474669c9c25433b6ea43bc (diff) | |
download | FreeBSD-ports-f25413f3e1269d92ca5d99286c4af91c80087c67.zip FreeBSD-ports-f25413f3e1269d92ca5d99286c4af91c80087c67.tar.gz |
add xmlada 0.7.1
An XML parsing library for Ada 95
PR: 35187
Submitted by: Aidan Skinner <aidan@velvet.net>
Diffstat (limited to 'textproc/xmlada/files')
-rw-r--r-- | textproc/xmlada/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/xmlada/files/patch-aa b/textproc/xmlada/files/patch-aa new file mode 100644 index 0000000..789a81f --- /dev/null +++ b/textproc/xmlada/files/patch-aa @@ -0,0 +1,13 @@ +--- docs/xml.texi.orig Thu Feb 21 18:32:30 2002 ++++ docs/xml.texi Thu Feb 21 18:37:04 2002 +@@ -3,6 +3,10 @@ + @setfilename xml.info + @settitle The Ada95 XML Library + @syncodeindex fn cp ++@dircategory Programming & development tools. ++@direntry ++* XmlAda: (xmlada) An XML processing library for Ada '95 ++@end direntry + + @set XMLVersion 0.5 + |