# $Id: Portfile 68522 2010-06-05 14:14:09Z ryandesign@macports.org $

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 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
