[96621] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Aug 15 07:55:26 PDT 2012


Revision: 96621
          https://trac.macports.org/changeset/96621
Author:   singingwolfboy at macports.org
Date:     2012-08-15 07:55:26 -0700 (Wed, 15 Aug 2012)
Log Message:
-----------
New ports: py-curlish and curlish_select

Added Paths:
-----------
    trunk/dports/python/curlish_select/
    trunk/dports/python/curlish_select/Portfile
    trunk/dports/python/curlish_select/files/
    trunk/dports/python/curlish_select/files/base
    trunk/dports/python/curlish_select/files/none
    trunk/dports/python/py-curlish/
    trunk/dports/python/py-curlish/Portfile
    trunk/dports/python/py-curlish/files/
    trunk/dports/python/py-curlish/files/curlish26
    trunk/dports/python/py-curlish/files/curlish27
    trunk/dports/python/py-curlish/files/curlish31
    trunk/dports/python/py-curlish/files/curlish32

Added: trunk/dports/python/curlish_select/Portfile
===================================================================
--- trunk/dports/python/curlish_select/Portfile	                        (rev 0)
+++ trunk/dports/python/curlish_select/Portfile	2012-08-15 14:55:26 UTC (rev 96621)
@@ -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                curlish_select
+version             0.2
+revision            0
+categories          python
+license             BSD
+maintainers         nomaintainer
+description         common files for selecting default curlish version
+long_description \
+   This port installs files that allow 'port select' to be used to \
+   create links to the preferred default version of curlish.
+
+platforms           darwin
+supported_archs     noarch
+
+homepage            http://www.macports.org/
+
+distfiles
+
+use_configure       no
+build               {}
+destroot {
+    select::install curlish ${filespath}/base
+    select::install curlish ${filespath}/none
+}
+
+livecheck.type      none


Property changes on: trunk/dports/python/curlish_select/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: trunk/dports/python/curlish_select/files/base
===================================================================
--- trunk/dports/python/curlish_select/files/base	                        (rev 0)
+++ trunk/dports/python/curlish_select/files/base	2012-08-15 14:55:26 UTC (rev 96621)
@@ -0,0 +1 @@
+bin/curlish

Added: trunk/dports/python/curlish_select/files/none
===================================================================
--- trunk/dports/python/curlish_select/files/none	                        (rev 0)
+++ trunk/dports/python/curlish_select/files/none	2012-08-15 14:55:26 UTC (rev 96621)
@@ -0,0 +1 @@
+-

Added: trunk/dports/python/py-curlish/Portfile
===================================================================
--- trunk/dports/python/py-curlish/Portfile	                        (rev 0)
+++ trunk/dports/python/py-curlish/Portfile	2012-08-15 14:55:26 UTC (rev 96621)
@@ -0,0 +1,43 @@
+# -*- 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
+
+github.setup        fireteam curlish 1.11
+set realname        curlish
+name                py-curlish
+categories-append   net devel
+license             MIT
+platforms           darwin
+supported_archs     noarch
+
+python.versions     26 27 31 32
+python.default_version  27
+
+maintainers         singingwolfboy openmaintainer
+
+description         curl with flames on top
+
+long_description    \
+    Helpers for using OAuth 2.0 with curl
+
+checksums           rmd160  5ce4a587c7db2a9db179edefb08189fd49e884b4 \
+                    sha256  7dac80f38f91782aa81e8aa382aa46ec1611226c03d3eb2cac81558ebfe94971
+
+
+post-build {
+    reinplace "s|= get_default_curl_path()|= '${prefix}/bin/curl'|g" \
+        ${worksrcpath}/curlish.py
+}
+
+if {$subport != $name} {
+    depends_lib-append  port:curl
+    depends_run         port:curlish_select
+    select.group        ${realname}
+    select.file         ${filespath}/${realname}${python.version}
+
+    livecheck.type      none
+}


Property changes on: trunk/dports/python/py-curlish/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: trunk/dports/python/py-curlish/files/curlish26
===================================================================
--- trunk/dports/python/py-curlish/files/curlish26	                        (rev 0)
+++ trunk/dports/python/py-curlish/files/curlish26	2012-08-15 14:55:26 UTC (rev 96621)
@@ -0,0 +1 @@
+bin/curlish-2.6

Added: trunk/dports/python/py-curlish/files/curlish27
===================================================================
--- trunk/dports/python/py-curlish/files/curlish27	                        (rev 0)
+++ trunk/dports/python/py-curlish/files/curlish27	2012-08-15 14:55:26 UTC (rev 96621)
@@ -0,0 +1 @@
+bin/curlish-2.7

Added: trunk/dports/python/py-curlish/files/curlish31
===================================================================
--- trunk/dports/python/py-curlish/files/curlish31	                        (rev 0)
+++ trunk/dports/python/py-curlish/files/curlish31	2012-08-15 14:55:26 UTC (rev 96621)
@@ -0,0 +1 @@
+bin/curlish-3.1

Added: trunk/dports/python/py-curlish/files/curlish32
===================================================================
--- trunk/dports/python/py-curlish/files/curlish32	                        (rev 0)
+++ trunk/dports/python/py-curlish/files/curlish32	2012-08-15 14:55:26 UTC (rev 96621)
@@ -0,0 +1 @@
+bin/curlish-3.2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120815/18468954/attachment.html>


More information about the macports-changes mailing list