[112951] trunk/dports/sysutils

ryandesign at macports.org ryandesign at macports.org
Mon Nov 4 18:11:48 PST 2013


Revision: 112951
          https://trac.macports.org/changeset/112951
Author:   ryandesign at macports.org
Date:     2013-11-04 18:11:48 -0800 (Mon, 04 Nov 2013)
Log Message:
-----------
salt: new port, version 0.17.1 (#41191)

Added Paths:
-----------
    trunk/dports/sysutils/salt/
    trunk/dports/sysutils/salt/Portfile

Added: trunk/dports/sysutils/salt/Portfile
===================================================================
--- trunk/dports/sysutils/salt/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/salt/Portfile	2013-11-05 02:11:48 UTC (rev 112951)
@@ -0,0 +1,42 @@
+# -*- 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
+
+name                salt
+version             0.17.1
+categories          sysutils
+platforms           darwin
+maintainers         saltstack.com:cr
+license             Apache-2
+supported_archs     noarch
+
+description         Salt is a Python-based remote execution, automation, \
+                    configuration, and orchestration engine.
+
+long_description    SaltStack is fast, scalable and flexible software for data \
+                    center automation, from infrastructure and any cloud, \
+                    to the entire application stack.
+
+homepage            http://docs.saltstack.com/
+master_sites        https://pypi.python.org/packages/source/s/salt/
+
+checksums           rmd160  4b4d7c0602b404d56b05af3060208fd23a296cf2 \
+                    sha256  2f9f0e8b2ed53241ab3e373fd8d4030384b3f78f7b796d185c9907874cceebb9
+
+python.default_version 27
+python.link_binaries_suffix
+
+depends_build       port:py${python.version}-setuptools
+
+depends_lib-append  port:py${python.version}-crypto \
+                    port:py${python.version}-m2crypto \
+                    port:py${python.version}-msgpack \
+                    port:py${python.version}-pip \
+                    port:py${python.version}-yaml \
+                    port:py${python.version}-zmq \
+                    port:swig-python
+
+livecheck.type      regex
+livecheck.regex     {topics/releases/([0-9.]+)\.html}


Property changes on: trunk/dports/sysutils/salt/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/20131104/629aabd2/attachment.html>


More information about the macports-changes mailing list