diff options
author | pav <pav@FreeBSD.org> | 2004-04-01 23:12:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-01 23:12:51 +0800 |
commit | 7bbc29b1ff18a6ca5f748da631066563b2f4c7e5 (patch) | |
tree | adf05b27cbda486f607a279ef6a11659bb3d0652 /textproc/Makefile | |
parent | cfa733341ddb538eacc964c7330739b1dd6a96bf (diff) | |
download | freebsd-ports-gnome-7bbc29b1ff18a6ca5f748da631066563b2f4c7e5.tar.gz freebsd-ports-gnome-7bbc29b1ff18a6ca5f748da631066563b2f4c7e5.tar.zst freebsd-ports-gnome-7bbc29b1ff18a6ca5f748da631066563b2f4c7e5.zip |
Add xmlpull, a common API for XML Pull Parsing (XmlPull) is an effort to define
a simple and elegant pull parsing API that will provide a standardized way to
do pull XML parsing from J2ME to J2EE.
WWW: http://www.xmlpull.org
PR: ports/64948
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
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 21dbf2c7af3d..e22693b2c1bb 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -576,6 +576,7 @@ SUBDIR += xmlindent SUBDIR += xmlpp SUBDIR += xmlppm + SUBDIR += xmlpull SUBDIR += xmlto SUBDIR += xmlwrapp SUBDIR += xp |