Revision
68329
Author
singingwolfboy@macports.org
Date
2010-06-01 14:25:23 -0700 (Tue, 01 Jun 2010)

Log Message

New port: rb19-actionpack

Added Paths

Diff

Added: trunk/dports/ruby/rb19-actionpack/Portfile (0 => 68329)


--- trunk/dports/ruby/rb19-actionpack/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb19-actionpack/Portfile	2010-06-01 21:25:23 UTC (rev 68329)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem		    1.0
+PortGroup		    ruby 1.0
+
+ruby.setup          actionpack 2.3.8 gem {} rubygems ruby19
+description		    Web handling library in Ruby
+long_description	\
+    Eases web-request routing, handling, and response as a half-way front, \
+    half-way page controller. Implemented with specific emphasis on enabling \
+    easy unit/integration testing that doesn't require a browser.
+license             GPL
+maintainers		    singingwolfboy openmaintainer
+homepage		    http://www.rubyonrails.org/
+checksums           md5     75d7e35afa5a5bfaac5c8fe5f8967ed7 \
+                    sha1    8097a30753f70f57dfa75c9907428555e4e872e9 \
+                    rmd160  41e00f115bcf3a8417007d6f552d13e553a97bef
+
+depends_run-append  port:rb19-activesupport
\ No newline at end of file
Property changes on: trunk/dports/ruby/rb19-actionpack/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style