[89147] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Thu Jan 19 14:20:01 PST 2012


Revision: 89147
          http://trac.macports.org/changeset/89147
Author:   singingwolfboy at macports.org
Date:     2012-01-19 14:20:01 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
New port: py-harstorage

Added Paths:
-----------
    trunk/dports/python/py-harstorage/
    trunk/dports/python/py-harstorage/Portfile

Added: trunk/dports/python/py-harstorage/Portfile
===================================================================
--- trunk/dports/python/py-harstorage/Portfile	                        (rev 0)
+++ trunk/dports/python/py-harstorage/Portfile	2012-01-19 22:20:01 UTC (rev 89147)
@@ -0,0 +1,31 @@
+# -*- 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                py-harstorage
+version             0.6
+python.versions     24 25 26 27
+categories-append   www
+maintainers         openmaintainer singingwolfboy
+supported_archs     noarch
+
+description         Free repository for performance measurements
+long_description    \
+    HAR Storage is repository for automated client-side performance testing. \
+    It's built on MongoDB and Pylons.
+
+platforms           darwin
+
+homepage            http://code.google.com/p/harstorage/
+master_sites        googlecode:harstorage
+fetch.type          hg
+hg.url              https://code.google.com/p/harstorage/
+hg.tag              v${version}
+
+if {$name != $subport} {
+    depends_lib         port:py${python.version}-pymongo \
+                        port:py${python.version}-pylons
+}
+


Property changes on: trunk/dports/python/py-harstorage/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/2eb4cea2/attachment.html>


More information about the macports-changes mailing list