Added: trunk/dports/ruby/rb19-unicorn/Portfile (0 => 68437)
--- trunk/dports/ruby/rb19-unicorn/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-unicorn/Portfile 2010-06-03 15:24:30 UTC (rev 68437)
@@ -0,0 +1,21 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup unicorn 0.99.0 gem {} rubygems ruby19
+description HTTP server for Rack applications designed for Unix
+long_description \
+ Unicorn is an HTTP server for Rack applications designed to only serve \
+ fast clients on low-latency, high-bandwidth connections and take advantage \
+ of features in Unix/Unix-like kernels. Slow clients should only be served \
+ by placing a reverse proxy capable of fully buffering both the the request \
+ and response in between Unicorn and slow clients.
+license GPL2 or Ruby
+maintainers singingwolfboy openmaintainer
+homepage http://unicorn.bogomips.org/
+categories-append www
+platforms darwin
+checksums md5 3f8a064f6d7d881a28f4eeccef96b173 \
+ sha1 09d25625a2861dfb2237bdfda1eb3ed3aca2e813 \
+ rmd160 8b78b2d3802be2e260a3e7bfa2abecde9a897e0d
Property changes on: trunk/dports/ruby/rb19-unicorn/Portfile
___________________________________________________________________