[48944] trunk/dports/python

alakazam at macports.org alakazam at macports.org
Tue Mar 31 10:03:48 PDT 2009


Revision: 48944
          http://trac.macports.org/changeset/48944
Author:   alakazam at macports.org
Date:     2009-03-31 10:03:48 -0700 (Tue, 31 Mar 2009)
Log Message:
-----------
Add portfile for Orbited.

Added Paths:
-----------
    trunk/dports/python/py25-orbited/
    trunk/dports/python/py25-orbited/Portfile

Added: trunk/dports/python/py25-orbited/Portfile
===================================================================
--- trunk/dports/python/py25-orbited/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-orbited/Portfile	2009-03-31 17:03:48 UTC (rev 48944)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python25 1.0
+
+name              py25-orbited
+version           0.7.8
+categories        python
+platforms         darwin
+maintainers       alakazam
+
+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-setuptools \
+                   port:py25-twisted
+
+checksums         md5     0f49c2f83abfd8dd3c844e68851635e4 \
+                  sha1    d8ab97f42c6cd11838899ea020be2bd048fd5dae \
+                  rmd160  bc6b5349ae720749e83515795c8e87c88794d852
+
+livecheck.check   regex
+livecheck.url     http://pypi.python.org/pypi/orbited/
+livecheck.regex   {orbited (\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090331/484bef65/attachment-0001.html>


More information about the macports-changes mailing list