# $Id: Portfile,v 1.10 2004/05/24 03:25:35 rshaw Exp $ PortSystem 1.0 PortGroup ruby 1.0 ruby.setup rexml 3.0.9 basic_install.rb \ {README GPL.txt LICENSE.txt index.html credits.html changelog.html faq.html benchmarks contrib doc docs img} maintainers rshaw@opendarwin.org description XML processor for the language Ruby long_description REXML is an XML 1.0 compliant, reasonably fast, \ non-validating XML parser that supports multiple \ encodings. It has an API that is designed to be \ intuitive, straightforward, and terse. REXML \ includes a tree model parser, a SAX2 streaming \ parser, and a pull parser. It also includes a full \ XPath implementation. All of REXML's parsers pass \ 100% of the Oasis XML non-validating tests. categories-append textproc homepage http://www.germane-software.com/software/rexml/ master_sites http://www.germane-software.com/archives/ distname ${ruby.module}_${version} extract.suffix .tgz checksums md5 ff9d515c60b713b43366f1c1eaeb26b5 platforms darwin post-extract { system "ln -s bin/install.rb ${worksrcpath}/install.rb" } test.run yes test.cmd ${ruby.bin} -I. test.target bin/suite.rb