diff options
author | pav <pav@FreeBSD.org> | 2007-07-16 06:16:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-16 06:16:11 +0800 |
commit | 797fb9cb5939f1803b0cb2290d3713461e6f830c (patch) | |
tree | 65ffe5133b47e58b184584f9b38860a3c493e60f /textproc/Makefile | |
parent | 5fa314ea6824f468547fb64572fa48f5634e15d2 (diff) | |
download | freebsd-ports-gnome-797fb9cb5939f1803b0cb2290d3713461e6f830c.tar.gz freebsd-ports-gnome-797fb9cb5939f1803b0cb2290d3713461e6f830c.tar.zst freebsd-ports-gnome-797fb9cb5939f1803b0cb2290d3713461e6f830c.zip |
SXML is a skimpy XML parsing and grafting C library that you can use to read
and write XML-like configuration file for your application.
Author: Kouichi ABE (WALL) <kouichi@MysticWALL.COM>
WWW: http://www.MysticWALL.COM/software/sxml/index.html
PR: ports/113994
Submitted by: Kouichi ABE (WALL) <kouichi@mysticwall.com>
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 bd3b819393c7..3e119854ceb6 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -917,6 +917,7 @@ SUBDIR += sv-aspell SUBDIR += svn2cl SUBDIR += sw-aspell + SUBDIR += sxml SUBDIR += syck SUBDIR += ta-aspell SUBDIR += tclExpat |