diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-04-22 12:35:59 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-04-22 12:35:59 +0800 |
commit | deb063de971d2cf93badb679dce33a6aeaaa9a3c (patch) | |
tree | c9f0785c0389f853fe2e1b88269a5f9a776bb9d0 /textproc/Makefile | |
parent | f5495d41b5e0e7c37babc785d21279da63765439 (diff) | |
download | freebsd-ports-gnome-deb063de971d2cf93badb679dce33a6aeaaa9a3c.tar.gz freebsd-ports-gnome-deb063de971d2cf93badb679dce33a6aeaaa9a3c.tar.zst freebsd-ports-gnome-deb063de971d2cf93badb679dce33a6aeaaa9a3c.zip |
Class XmlSimple offers an easy API to read and write XML. It is a Ruby
translation of Grant McLean's Perl module XML::Simple. Simply put,
it automatically converts XML documents into a Ruby Hash.
WWW: http://rubyforge.org/projects/xml-simple
Sponsored by: RideCharge Inc.
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 bc218ade2717..c82433dfa92c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1000,6 +1000,7 @@ SUBDIR += rubygem-spreadsheet SUBDIR += rubygem-syntax SUBDIR += rubygem-tidy + SUBDIR += rubygem-xml-simple SUBDIR += rw-aspell SUBDIR += rxp SUBDIR += s5 |