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.
This commit is contained in:
Philip M. Gollucci 2009-04-22 04:35:59 +00:00
parent 5e0f5f1421
commit 77cb81877b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232491
4 changed files with 28 additions and 0 deletions

View File

@ -1000,6 +1000,7 @@
SUBDIR += rubygem-spreadsheet
SUBDIR += rubygem-syntax
SUBDIR += rubygem-tidy
SUBDIR += rubygem-xml-simple
SUBDIR += rw-aspell
SUBDIR += rxp
SUBDIR += s5

View File

@ -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>

View File

@ -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

View File

@ -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