[101806] trunk/dports/databases

blair at macports.org blair at macports.org
Sat Jan 19 16:32:54 PST 2013


Revision: 101806
          https://trac.macports.org/changeset/101806
Author:   blair at macports.org
Date:     2013-01-19 16:32:54 -0800 (Sat, 19 Jan 2013)
Log Message:
-----------
ccm: new port for the Cassandra Cluster Manager.

Added Paths:
-----------
    trunk/dports/databases/ccm/
    trunk/dports/databases/ccm/Portfile

Added: trunk/dports/databases/ccm/Portfile
===================================================================
--- trunk/dports/databases/ccm/Portfile	                        (rev 0)
+++ trunk/dports/databases/ccm/Portfile	2013-01-20 00:32:54 UTC (rev 101806)
@@ -0,0 +1,37 @@
+# -*- 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
+
+name            ccm
+github.setup    pcmanus ccm d8277800f244fa927c7b105766ac870729ba646e
+version         0.0.1
+categories      databases
+
+maintainers     blair
+
+description     Cassandra Cluster Manager
+long_description \
+    A script/library to create, launch and remove a Apache Cassandra \
+    cluster on localhost.  The goal of ccm and ccmlib is to make is \
+    easy to create, manage and destroy a small cluster on a local \
+    box.  It is meant for testing of a Cassandra cluster.
+
+license         Apache-2
+
+platforms       darwin
+
+homepage        https://github.com/pcmanus/ccm
+
+checksums       rmd160  4900e395a1770040e314e181870fafc66622a537 \
+                sha256  9d56054fd6a3931b33af27d4ae3a7de1c48608a18303ca7ca36c5c3751c97493
+
+python.versions 27
+
+if {$subport != $name} {
+    depends_lib port:py${python.version}-yaml
+}
+
+python.link_binaries_suffix


Property changes on: trunk/dports/databases/ccm/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/20130119/cb20160b/attachment.html>


More information about the macports-changes mailing list