[97359] trunk/dports/net

g5pw at macports.org g5pw at macports.org
Tue Sep 4 00:57:02 PDT 2012


Revision: 97359
          https://trac.macports.org/changeset/97359
Author:   g5pw at macports.org
Date:     2012-09-04 00:57:02 -0700 (Tue, 04 Sep 2012)
Log Message:
-----------
net/skypipe:
new port

Added Paths:
-----------
    trunk/dports/net/skypipe/
    trunk/dports/net/skypipe/Portfile

Added: trunk/dports/net/skypipe/Portfile
===================================================================
--- trunk/dports/net/skypipe/Portfile	                        (rev 0)
+++ trunk/dports/net/skypipe/Portfile	2012-09-04 07:57:02 UTC (rev 97359)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+PortGroup           python 1.0
+
+github.setup        progrium skypipe 0.1
+fetch.type          git
+git.branch          0cdeb3778a9eb240941e72c5a7ec84653502aa1e
+
+python.default_version  27
+categories          devel
+maintainers         g5pw openmaintainer
+supported_archs     noarch
+
+description         Skypipe lets you pipe data across sessions and machines.
+long_description    Skypipe is a magical command line tool that lets you easily \
+                    pipe data across terminal sessions, regardless of whether the \
+                    sessions are on the same machine, across thousands of machines, \
+                    or even behind a firewall. It gives you named pipes in the sky \
+                    and lets you magically pipe data anywhere.
+
+platforms           darwin
+
+depends_lib         port:py${python.version}-zmq \
+                    port:py${python.version}-argparse \
+                    port:py${python.version}-requests \
+                    port:py${python.version}-colorama
+
+build {}
+
+python.link_binaries_suffix


Property changes on: trunk/dports/net/skypipe/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120904/361b2cca/attachment-0001.html>


More information about the macports-changes mailing list