[107555] trunk/dports/python

sean at macports.org sean at macports.org
Tue Jul 2 17:39:01 PDT 2013


Revision: 107555
          https://trac.macports.org/changeset/107555
Author:   sean at macports.org
Date:     2013-07-02 17:39:01 -0700 (Tue, 02 Jul 2013)
Log Message:
-----------
fabric_select: add new port for selecting fabric

Added Paths:
-----------
    trunk/dports/python/fabric_select/
    trunk/dports/python/fabric_select/Portfile
    trunk/dports/python/fabric_select/files/
    trunk/dports/python/fabric_select/files/base
    trunk/dports/python/fabric_select/files/none

Added: trunk/dports/python/fabric_select/Portfile
===================================================================
--- trunk/dports/python/fabric_select/Portfile	                        (rev 0)
+++ trunk/dports/python/fabric_select/Portfile	2013-07-03 00:39:01 UTC (rev 107555)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           select 1.0
+
+name                fabric_select
+version             0.1
+revision            0
+categories          python
+license             BSD
+platforms           darwin
+supported_archs     noarch
+
+maintainers         nomaintainer
+
+description         common files for selecting default fabric version
+long_description \
+   This port installs files that allow 'port select' to be used to \
+   create links to the preferred default version of fabric.
+
+homepage            http://www.macports.org/
+
+distfiles
+
+use_configure       no
+
+build               {}
+
+destroot {
+    select::install fabric ${filespath}/base
+    select::install fabric ${filespath}/none
+}
+
+livecheck.type      none

Added: trunk/dports/python/fabric_select/files/base
===================================================================
--- trunk/dports/python/fabric_select/files/base	                        (rev 0)
+++ trunk/dports/python/fabric_select/files/base	2013-07-03 00:39:01 UTC (rev 107555)
@@ -0,0 +1 @@
+bin/fab

Added: trunk/dports/python/fabric_select/files/none
===================================================================
--- trunk/dports/python/fabric_select/files/none	                        (rev 0)
+++ trunk/dports/python/fabric_select/files/none	2013-07-03 00:39:01 UTC (rev 107555)
@@ -0,0 +1 @@
+-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130702/fd5ef367/attachment.html>


More information about the macports-changes mailing list