[98031] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Sun Sep 23 07:51:10 PDT 2012


Revision: 98031
          http://trac.macports.org//changeset/98031
Author:   singingwolfboy at macports.org
Date:     2012-09-23 07:51:10 -0700 (Sun, 23 Sep 2012)
Log Message:
-----------
Added py-honcho and honcho_select ports

Added Paths:
-----------
    trunk/dports/python/honcho_select/
    trunk/dports/python/honcho_select/Portfile
    trunk/dports/python/honcho_select/files/
    trunk/dports/python/honcho_select/files/base
    trunk/dports/python/honcho_select/files/none
    trunk/dports/python/py-honcho/
    trunk/dports/python/py-honcho/Portfile
    trunk/dports/python/py-honcho/files/
    trunk/dports/python/py-honcho/files/honcho26
    trunk/dports/python/py-honcho/files/honcho27
    trunk/dports/python/py-honcho/files/honcho31
    trunk/dports/python/py-honcho/files/honcho32

Added: trunk/dports/python/honcho_select/Portfile
===================================================================
--- trunk/dports/python/honcho_select/Portfile	                        (rev 0)
+++ trunk/dports/python/honcho_select/Portfile	2012-09-23 14:51:10 UTC (rev 98031)
@@ -0,0 +1,32 @@
+# -*- 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                honcho_select
+version             0.1
+revision            0
+categories          python
+license             BSD
+maintainers         nomaintainer
+description         common files for selecting default honcho version
+long_description \
+   This port installs files that allow 'port select' to be used to \
+   create links to the preferred default version of honcho.
+
+platforms           darwin
+supported_archs     noarch
+
+homepage            http://www.macports.org/
+
+distfiles
+
+use_configure       no
+build               {}
+destroot {
+    select::install honcho ${filespath}/base
+    select::install honcho ${filespath}/none
+}
+
+livecheck.type      none


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

Added: trunk/dports/python/honcho_select/files/base
===================================================================
--- trunk/dports/python/honcho_select/files/base	                        (rev 0)
+++ trunk/dports/python/honcho_select/files/base	2012-09-23 14:51:10 UTC (rev 98031)
@@ -0,0 +1 @@
+bin/honcho

Added: trunk/dports/python/honcho_select/files/none
===================================================================
--- trunk/dports/python/honcho_select/files/none	                        (rev 0)
+++ trunk/dports/python/honcho_select/files/none	2012-09-23 14:51:10 UTC (rev 98031)
@@ -0,0 +1 @@
+-

Added: trunk/dports/python/py-honcho/Portfile
===================================================================
--- trunk/dports/python/py-honcho/Portfile	                        (rev 0)
+++ trunk/dports/python/py-honcho/Portfile	2012-09-23 14:51:10 UTC (rev 98031)
@@ -0,0 +1,36 @@
+# -*- 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           python 1.0
+PortGroup           github 1.0
+PortGroup           select 1.0
+
+set realname        honcho
+
+github.setup        nickstenning ${realname} 0.1.0 v
+name                py-${realname}
+license             MIT
+platforms           darwin
+supported_archs     noarch
+
+maintainers         singingwolfboy openmaintainer
+
+description         Python clone of Foreman (managing Procfile-based applications)
+long_description    ${description}
+
+checksums           rmd160  a127079c8ab21bc88ac10189a912746813fd95c6 \
+                    sha256  9feb1536b33d9b334eed9b8d113ec979856149968655fc5d0079d85ae57d6cdd
+
+python.versions     26 27 31 32
+
+subport py26-${realname} {
+    depends_lib-append  port:py26-argparse
+}
+
+if {$subport != $name} {
+    depends_run             port:honcho_select
+
+    select.group            ${realname}
+    select.file             ${filespath}/${realname}${python.version}
+}


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

Added: trunk/dports/python/py-honcho/files/honcho26
===================================================================
--- trunk/dports/python/py-honcho/files/honcho26	                        (rev 0)
+++ trunk/dports/python/py-honcho/files/honcho26	2012-09-23 14:51:10 UTC (rev 98031)
@@ -0,0 +1 @@
+bin/honcho-2.6

Added: trunk/dports/python/py-honcho/files/honcho27
===================================================================
--- trunk/dports/python/py-honcho/files/honcho27	                        (rev 0)
+++ trunk/dports/python/py-honcho/files/honcho27	2012-09-23 14:51:10 UTC (rev 98031)
@@ -0,0 +1 @@
+bin/honcho-2.7

Added: trunk/dports/python/py-honcho/files/honcho31
===================================================================
--- trunk/dports/python/py-honcho/files/honcho31	                        (rev 0)
+++ trunk/dports/python/py-honcho/files/honcho31	2012-09-23 14:51:10 UTC (rev 98031)
@@ -0,0 +1 @@
+bin/honcho-3.1

Added: trunk/dports/python/py-honcho/files/honcho32
===================================================================
--- trunk/dports/python/py-honcho/files/honcho32	                        (rev 0)
+++ trunk/dports/python/py-honcho/files/honcho32	2012-09-23 14:51:10 UTC (rev 98031)
@@ -0,0 +1 @@
+bin/honcho-3.2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120923/92990bdd/attachment-0001.html>


More information about the macports-changes mailing list