diff options
author | garga <garga@FreeBSD.org> | 2006-04-10 02:02:57 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-04-10 02:02:57 +0800 |
commit | 21787ff16f773057cb493118bad03f38cf5637c4 (patch) | |
tree | e347b742acccfc6a3b1ca57bc2bf3a4151bfb047 /textproc/Makefile | |
parent | 6c3cf1dbf96c682c53b3ce1d36a19f74ce298a61 (diff) | |
download | freebsd-ports-gnome-21787ff16f773057cb493118bad03f38cf5637c4.tar.gz freebsd-ports-gnome-21787ff16f773057cb493118bad03f38cf5637c4.tar.zst freebsd-ports-gnome-21787ff16f773057cb493118bad03f38cf5637c4.zip |
nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files
or streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321,
2143, 2312).
Author: Andrea Marchesini <bakunin@autistici.org>
WWW: http://www2.autistici.org/bakunin/libnxml/doc/
PR: ports/95539
Submitted by: Nicola Vitale <nivit@email.it>
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 fe9899f9a8c9..4d79b6c420b8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -223,6 +223,7 @@ SUBDIR += libextractor SUBDIR += liblingoteach SUBDIR += liblrdf + SUBDIR += libnxml SUBDIR += libparsifal SUBDIR += libpathan SUBDIR += libstree |