diff options
author | okazaki <okazaki@FreeBSD.org> | 2001-03-30 13:11:32 +0800 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2001-03-30 13:11:32 +0800 |
commit | 53d82a4e860a84c5969e3c2fa391cedcaefdafa9 (patch) | |
tree | ea223f4218b390f3b8ef593f3bb80d1b907fa928 /textproc/Makefile | |
parent | 955d0355191f6a482d25fad0626486222958c58a (diff) | |
download | freebsd-ports-graphics-53d82a4e860a84c5969e3c2fa391cedcaefdafa9.tar.gz freebsd-ports-graphics-53d82a4e860a84c5969e3c2fa391cedcaefdafa9.tar.zst freebsd-ports-graphics-53d82a4e860a84c5969e3c2fa391cedcaefdafa9.zip |
New port for crimson-1.1, a Java XML parser which supports XML 1.0
via the following APIs:
* Java API for XML Processing (JAXP) 1.1 minus the javax.xml.transform package.
* SAX 2.0
* SAX2 Extensions version 1.0
* DOM Level 2 Core Recommendation
PR: 24291
Submitted by: Palle Girgensohn <girgen@partitur.se>
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 5c67bb6bbb6..765a2e9b3c7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -17,6 +17,7 @@ SUBDIR += code2html SUBDIR += cole SUBDIR += cost + SUBDIR += crimson SUBDIR += dico SUBDIR += dict SUBDIR += diff-mode.el |