Revision: 68437 http://trac.macports.org/changeset/68437 Author: singingwolfboy@macports.org Date: 2010-06-03 08:24:30 -0700 (Thu, 03 Jun 2010) Log Message: ----------- New port: rb19-unicorn Added Paths: ----------- trunk/dports/ruby/rb19-unicorn/ trunk/dports/ruby/rb19-unicorn/Portfile Added: trunk/dports/ruby/rb19-unicorn/Portfile =================================================================== --- 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 ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
singingwolfboy@macports.org