[67961] trunk/dports/ruby

jmr at macports.org jmr at macports.org
Sat May 22 14:56:05 PDT 2010


Revision: 67961
          http://trac.macports.org/changeset/67961
Author:   jmr at macports.org
Date:     2010-05-22 14:56:03 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: rb-heroku, Client library and CLI to deploy Rails apps on Heroku (#22856)

Added Paths:
-----------
    trunk/dports/ruby/rb-heroku/
    trunk/dports/ruby/rb-heroku/Portfile

Added: trunk/dports/ruby/rb-heroku/Portfile
===================================================================
--- trunk/dports/ruby/rb-heroku/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb-heroku/Portfile	2010-05-22 21:56:03 UTC (rev 67961)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ruby 1.0
+
+ruby.setup          heroku 1.4 gem {} rubyforge_gem
+
+maintainers         gmail.com:blair.christensen openmaintainer
+categories-append   www devel
+description         Client library and CLI to deploy Rails apps on Heroku.
+long_description    ${description}
+homepage            http://heroku.com/
+platforms           darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
+
+checksums           md5 ed7ce98e32911896c7284acd1289dc9d \
+                    rmd160 016733957049f3d670b4ed8fb379ac90f5f132cc \
+                    sha1 ac51d3f20b5fa3ec6930bb281d3c68cfc431151c
+
+depends_lib-append  port:rb-rest-client port:rb-launchy port:rb-json


Property changes on: trunk/dports/ruby/rb-heroku/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100522/f4ea4979/attachment-0001.html>


More information about the macports-changes mailing list