aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-xml-simple
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-04-22 12:35:59 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-04-22 12:35:59 +0800
commitdeb063de971d2cf93badb679dce33a6aeaaa9a3c (patch)
treec9f0785c0389f853fe2e1b88269a5f9a776bb9d0 /textproc/rubygem-xml-simple
parentf5495d41b5e0e7c37babc785d21279da63765439 (diff)
downloadfreebsd-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/rubygem-xml-simple')
-rw-r--r--textproc/rubygem-xml-simple/Makefile19
-rw-r--r--textproc/rubygem-xml-simple/distinfo3
-rw-r--r--textproc/rubygem-xml-simple/pkg-descr5
3 files changed, 27 insertions, 0 deletions
diff --git a/textproc/rubygem-xml-simple/Makefile b/textproc/rubygem-xml-simple/Makefile
new file mode 100644
index 000000000000..d54956c5a6f1
--- /dev/null
+++ b/textproc/rubygem-xml-simple/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: rubygem-xml-simple
+# Date created: 21 April 2009
+# Whom: pgollucci@p6m7g8.com
+#
+# $FreeBSD$
+
+PORTNAME= xml-simple
+PORTVERSION= 1.0.12
+CATEGORIES= textproc rubygems
+MASTER_SITES= RF
+
+MAINTAINER= pgollucci@FreeBSD.org
+COMMENT= A ruby take off of p5-XML-Simple
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-xml-simple/distinfo b/textproc/rubygem-xml-simple/distinfo
new file mode 100644
index 000000000000..82f26453df3b
--- /dev/null
+++ b/textproc/rubygem-xml-simple/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/xml-simple-1.0.12.gem) = bd526c32d7dd49ce329f2dbc6d3f47c9
+SHA256 (rubygem/xml-simple-1.0.12.gem) = 1e18e9bf6a10607aeb5c64bda864305059409d758074ff84687f54c6101dff54
+SIZE (rubygem/xml-simple-1.0.12.gem) = 10752
diff --git a/textproc/rubygem-xml-simple/pkg-descr b/textproc/rubygem-xml-simple/pkg-descr
new file mode 100644
index 000000000000..c14a4ff2e4cd
--- /dev/null
+++ b/textproc/rubygem-xml-simple/pkg-descr
@@ -0,0 +1,5 @@
+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