[128432] trunk/dports/python

snc at macports.org snc at macports.org
Thu Nov 20 20:35:46 PST 2014


Revision: 128432
          https://trac.macports.org/changeset/128432
Author:   snc at macports.org
Date:     2014-11-20 20:35:46 -0800 (Thu, 20 Nov 2014)
Log Message:
-----------
ioflo_select: create select group for ioflo, #45957

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

Added: trunk/dports/python/ioflo_select/Portfile
===================================================================
--- trunk/dports/python/ioflo_select/Portfile	                        (rev 0)
+++ trunk/dports/python/ioflo_select/Portfile	2014-11-21 04:35:46 UTC (rev 128432)
@@ -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                ioflo_select
+version             0.1
+revision            0
+categories          python
+license             BSD
+
+maintainers         saltstack.com:cr
+
+description         common files for selecting default ioflo version
+
+long_description \
+   This port installs files that allow 'port select' to be used to \
+   create links to the preferred default version of ioflo.
+
+platforms           darwin
+supported_archs     noarch
+
+homepage            http://www.macports.org/
+
+distfiles
+
+use_configure       no
+build               {}
+destroot {
+    select::install ioflo ${filespath}/base
+    select::install ioflo ${filespath}/none
+}
+
+livecheck.type      none


Property changes on: trunk/dports/python/ioflo_select/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/ioflo_select/files/base
===================================================================
--- trunk/dports/python/ioflo_select/files/base	                        (rev 0)
+++ trunk/dports/python/ioflo_select/files/base	2014-11-21 04:35:46 UTC (rev 128432)
@@ -0,0 +1 @@
+bin/ioflo
\ No newline at end of file

Added: trunk/dports/python/ioflo_select/files/none
===================================================================
--- trunk/dports/python/ioflo_select/files/none	                        (rev 0)
+++ trunk/dports/python/ioflo_select/files/none	2014-11-21 04:35:46 UTC (rev 128432)
@@ -0,0 +1,2 @@
+-
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141120/0cf54129/attachment.html>


More information about the macports-changes mailing list