# $Id: Portfile 77180 2011-03-21 23:35:06Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          thin 1.2.8 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     ae94bb34097edc0c42e3c8d4b569f32a \
                    sha1    1de49952501c429a2e5d4d30b46723dce43a488d \
                    rmd160  1da825811561688cb703bbc1e49003c66b53cfc7

depends_run-append  port:rb19-daemons \
                    port:rb19-eventmachine \
                    port:rb19-rack
