rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port)
5 lines
240 B
Text
5 lines
240 B
Text
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://rubygems.org/gems/xml-simple/
|