# $Id: Portfile 73249 2010-11-07 16:02:04Z alakazam@macports.org $

PortSystem        1.0
PortGroup         python25 1.0

name              py25-orbited
version           0.7.10
categories        python
platforms         darwin
maintainers       nomaintainer

description       Orbited provides a pure JavaScript/HTML socket in the browser.
long_description  Orbited provides a pure JavaScript/HTML socket in the \
                  browser. It is a web router and firewall that allows you to \
                  integrate web applications with arbitrary back-end systems. \
                  You can implement any network protocol in the \
                  browser—without resorting to plugins.

homepage          http://orbited.org/
master_sites      http://pypi.python.org/packages/source/o/orbited/
distname          orbited-${version}

depends_lib-append port:py25-distribute \
                   port:py25-morbid \
                   port:py25-demjson

checksums         md5     4f4e85d197466c141b1af466782445c1 \
                  sha1    822b91fe9a3332ae30d2e7f572e4b63df28d98c5 \
                  rmd160  b3b7f4e521d6035036e70c193322eaaa03007b07

livecheck.type    regex
livecheck.url     http://pypi.python.org/pypi/orbited/
livecheck.regex   {orbited (\d+(?:\.\d+)*)}
