diff options
author | pav <pav@FreeBSD.org> | 2004-05-29 13:32:26 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-29 13:32:26 +0000 |
commit | 3194884da85d5d1e561f4c6ce255d8ebc360117a (patch) | |
tree | 009d114497fc6c28a0963cc976f22d9ff3166a1f /textproc/Makefile | |
parent | 96d12e47870f81463ba7ce127145c0b315010466 (diff) | |
download | FreeBSD-ports-3194884da85d5d1e561f4c6ce255d8ebc360117a.zip FreeBSD-ports-3194884da85d5d1e561f4c6ce255d8ebc360117a.tar.gz |
Add Mini-XML, a small XML parsing library that you can use to
read XML and XML-like data files in your application without
requiring large non-standard libraries. Mini-XML only
requires an ANSI C compatible compiler (GCC works, as do
most vendors' ANSI C compilers) and a "make" program.
PR: ports/67304
Submitted by: Osintsev Vladimir <oc@nm.ru>
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 7768a0a4..4981c6e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -199,6 +199,7 @@ SUBDIR += mguesser SUBDIR += mi-aspell SUBDIR += mifluz + SUBDIR += mini-xml SUBDIR += minidom SUBDIR += mkcatalog SUBDIR += modlogan |