diff options
author | wen <wen@FreeBSD.org> | 2011-02-24 14:30:10 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-02-24 14:30:10 +0800 |
commit | f830ea079130bc5cae423d57eb98013b62302cf6 (patch) | |
tree | 56e5c164f519ffa6160319906fd157d33ebaa823 /textproc/Makefile | |
parent | eb6b31c45f42d4f30baf17d64bd1e2413748792f (diff) | |
download | freebsd-ports-gnome-f830ea079130bc5cae423d57eb98013b62302cf6.tar.gz freebsd-ports-gnome-f830ea079130bc5cae423d57eb98013b62302cf6.tar.zst freebsd-ports-gnome-f830ea079130bc5cae423d57eb98013b62302cf6.zip |
XML/Ada is a full XML suite for use with Ada compilers, such as GNAT AUX.
XML/Ada is a set of modules that provide a simple manipulation of XML
streams. It supports the whole XML 1.1 specification and can parse any file
that follows this standard, including the contents of the DTD although no
validation of the documents is performed based on those.
It provides support for a number of standards associated with XML such as
SAX, DOM, and XML schemas. Additionally, it includes a module to manipulate
unicode streams since this is required by the XML standard.
WWW: http://libre.adacore.com/libre/tools/xmlada/
PR: ports/153828
Submitted by: John Marino <freebsdml@marino.st>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7b87a9fcae0c..8ab6c2c451f0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1319,6 +1319,7 @@ SUBDIR += xml-lite.el SUBDIR += xml-parse.el SUBDIR += xml2rfc + SUBDIR += xmlada SUBDIR += xmlcatmgr SUBDIR += xmlcharent SUBDIR += xmldiff |