diff options
author | pav <pav@FreeBSD.org> | 2004-02-29 22:11:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-29 22:11:39 +0800 |
commit | b5102489af83a7b9621d71550594c5531d4187db (patch) | |
tree | 234b163ddb22f1a2a7beacb9f61c638508c136fa /textproc/Makefile | |
parent | dbcf9a00bf4e7724b6a9dc3a95e89182810d0fa3 (diff) | |
download | freebsd-ports-graphics-b5102489af83a7b9621d71550594c5531d4187db.tar.gz freebsd-ports-graphics-b5102489af83a7b9621d71550594c5531d4187db.tar.zst freebsd-ports-graphics-b5102489af83a7b9621d71550594c5531d4187db.zip |
Add trang, convertor between different schema languages for XML. It
supports the following languages:
* RELAX NG (XML syntax)
* RELAX NG compact syntax
* XML 1.0 DTDs
* W3C XML Schema
WWW: http://www.thaiopensource.com/relaxng/trang.html
PR: ports/61706
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
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 ff007a49c7a..9e00d6ffac8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -513,6 +513,7 @@ SUBDIR += texi2html SUBDIR += tkdiff SUBDIR += tnef2txt + SUBDIR += trang SUBDIR += tth SUBDIR += txt2html SUBDIR += txt2man |