[102014] trunk/dports/sysutils
blair at macports.org
blair at macports.org
Thu Jan 24 12:05:14 PST 2013
Revision: 102014
https://trac.macports.org/changeset/102014
Author: blair at macports.org
Date: 2013-01-24 12:05:14 -0800 (Thu, 24 Jan 2013)
Log Message:
-----------
ansible: new port for an SSH-based configuration management and deployment system.
Added Paths:
-----------
trunk/dports/sysutils/ansible/
trunk/dports/sysutils/ansible/Portfile
Added: trunk/dports/sysutils/ansible/Portfile
===================================================================
--- trunk/dports/sysutils/ansible/Portfile (rev 0)
+++ trunk/dports/sysutils/ansible/Portfile 2013-01-24 20:05:14 UTC (rev 102014)
@@ -0,0 +1,44 @@
+# -*- 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
+
+github.setup ansible ansible 0.9
+categories sysutils
+supported_archs noarch
+
+maintainers blair
+
+homepage http://ansible.cc/
+description SSH-based configuration management and deployment system
+long_description \
+ Ansible is a radically simple model-driven configuration \
+ management, multi-node deployment, and remote task execution \
+ system. Ansible works over SSH and does not require any software \
+ or daemons to be installed on remote nodes. Extension modules can \
+ be written in any language and are transferred to managed machines \
+ automatically.
+
+license GPL-3+
+
+platforms darwin
+
+master_sites https://github.com/ansible/ansible/downloads
+checksums rmd160 f0505ccd0094bdb745271a0508eea023f803c976 \
+ sha256 fa673fd143b79db726ce4e9c2c281373bdc82631b22ab791700e7ec5c41b3809
+
+python.default_version 27
+depends_lib-append port:py${python.version}-jinja2 \
+ port:py${python.version}-paramiko \
+ port:py${python.version}-yaml
+
+patch {
+ foreach f [exec find ${worksrcpath} -type f] {
+ reinplace "s#/etc/ansible#${prefix}/etc/ansible#g" ${f}
+ reinplace "s#/usr/share/ansible#${prefix}/share/ansible#g" ${f}
+ }
+}
+
+python.link_binaries_suffix
Property changes on: trunk/dports/sysutils/ansible/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/20130124/a9236dbb/attachment.html>
More information about the macports-changes
mailing list