diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-14 17:57:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-14 17:57:20 +0800 |
commit | 1c2991bb685b2ea828490132c54fca7f31b24d7e (patch) | |
tree | 9e36a0737919adadc3b85c45f40bfe53ca55a8a9 /textproc/Makefile | |
parent | 371106dce413659737848ab5ad4af7f04795e067 (diff) | |
download | freebsd-ports-gnome-1c2991bb685b2ea828490132c54fca7f31b24d7e.tar.gz freebsd-ports-gnome-1c2991bb685b2ea828490132c54fca7f31b24d7e.tar.zst freebsd-ports-gnome-1c2991bb685b2ea828490132c54fca7f31b24d7e.zip |
The aim of SCEW is to provide an easy interface around the XML Expat
parser.
SCEW also incorporates functions to create and handle XML trees. That
is, add and delete nodes, change attribute names and values...
WWW: http://www.nongnu.org/scew/
PR: ports/119543
Submitted by: Pietro Cerutti <gahr at gahr.ch>
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 cc8faeaedbac..ccb45f4a3d35 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -920,6 +920,7 @@ SUBDIR += saxon SUBDIR += saxon-devel SUBDIR += sc-aspell + SUBDIR += scew SUBDIR += scim SUBDIR += scim-input-pad SUBDIR += scim-kmfl-imengine |