Revision: 68397 http://trac.macports.org/changeset/68397 Author: singingwolfboy@macports.org Date: 2010-06-02 15:11:14 -0700 (Wed, 02 Jun 2010) Log Message: ----------- New port: rb19-rest-client Added Paths: ----------- trunk/dports/ruby/rb19-rest-client/ trunk/dports/ruby/rb19-rest-client/Portfile Added: trunk/dports/ruby/rb19-rest-client/Portfile =================================================================== --- trunk/dports/ruby/rb19-rest-client/Portfile (rev 0) +++ trunk/dports/ruby/rb19-rest-client/Portfile 2010-06-02 22:11:14 UTC (rev 68397) @@ -0,0 +1,20 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup rest-client 1.5.1 gem {} rubygems ruby19 +description Simple REST client for Ruby +long_description A simple REST client for Ruby, inspired by \ + microframework syntax for specifying actions. +maintainers gmail.com:blair.christensen singingwolfboy openmaintainer +categories-append www devel +homepage http://rdoc.info/projects/archiloque/rest-client +platforms darwin +if {[info exists supported_archs]} { + supported_archs noarch +} + +checksums md5 38f25e6deb9680d3c54260e9853a0923 \ + sha1 e63fe87b5addc3e70f1bbd8bb0826b88dbf05e92 \ + rmd160 bd38bbbf1e9ba32119548fb72342d1919830a914 Property changes on: trunk/dports/ruby/rb19-rest-client/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native