Added: trunk/dports/ruby/rb19-thin/Portfile (0 => 68436)
--- trunk/dports/ruby/rb19-thin/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-thin/Portfile 2010-06-03 15:08:27 UTC (rev 68436)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup thin 1.2.7 gem {} rubygems ruby19
+description the most secure, stable, fast and extensible Ruby web server
+long_description \
+ Thin is a Ruby web server that glues together 3 of the best Ruby libraries \
+ in web history: \
+ \
+ the Mongrel parser, the root of Mongrel speed and security\; \
+ Event Machine, a network I/O library with extremely high scalability, \
+ performance and stability\; and \
+ Rack, a minimal interface between webservers and Ruby frameworks. \
+ \
+ Thin is, with all humility, the most secure, stable, fast and extensible \
+ Ruby web server bundled in an easy to use gem for your own pleasure.
+license MIT
+maintainers singingwolfboy openmaintainer
+homepage http://code.macournoyer.com/thin/
+categories-append www
+platforms darwin
+checksums md5 5de19ab45c22a5b5da2c9452a33c0f26 \
+ sha1 92a10ca560e79b9841aecd08526daf14357b81a0 \
+ rmd160 15bfc027509abff23b7529e479fb1b26aeed668f
+
+depends_run-append port:rb19-daemons \
+ port:rb19-eventmachine
Property changes on: trunk/dports/ruby/rb19-thin/Portfile
___________________________________________________________________