# $Id: Portfile,v 1.9 2004/05/16 22:01:25 rshaw Exp $ PortSystem 1.0 PortGroup ruby 1.0 ruby.setup rexml 3.0.8 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 d5d0e8ac9362d7ece8c4f9dd9b1feb01 platforms darwin post-extract { system "ln -s bin/install.rb ${worksrcpath}/install.rb" } test.run yes test.cmd ${ruby.bin} -I. bin/suite.rb test.target