[59399] trunk/dports/python

jwa at macports.org jwa at macports.org
Wed Oct 14 10:48:22 PDT 2009


Revision: 59399
          http://trac.macports.org/changeset/59399
Author:   jwa at macports.org
Date:     2009-10-14 10:48:20 -0700 (Wed, 14 Oct 2009)
Log Message:
-----------
Robot Framework library to handle SSH connections

Added Paths:
-----------
    trunk/dports/python/py26-robotframework-sshlibrary/
    trunk/dports/python/py26-robotframework-sshlibrary/Portfile

Added: trunk/dports/python/py26-robotframework-sshlibrary/Portfile
===================================================================
--- trunk/dports/python/py26-robotframework-sshlibrary/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-robotframework-sshlibrary/Portfile	2009-10-14 17:48:20 UTC (rev 59399)
@@ -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: Portfile 57375 2009-09-10 08:16:41Z ryandesign at macports.org $
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name				py26-robotframework-sshlibrary
+set internal_name	robotframework-sshlibrary
+set short_name		SSHLibrary
+
+version             0.9
+categories-append   devel
+maintainers         jwa
+description         Robot Framework library to handle ssh 
+long_description    ${description}
+
+homepage	http://code.google.com/p/${internal_name}
+
+platforms           darwin
+depends_lib         port:py26-robotframework \
+    port:py26-paramiko
+
+master_sites        http://${internal_name}.googlecode.com/files/
+distname            ${short_name}-${version}
+
+checksums           md5     1db0d9cc67e3e80a493c2f50768edc30 \
+                    sha1    18a7896be01a28d4e5f75fc421eef7b4c3fd1775 \
+                    rmd160  77f6fc6c54db0018f3dd80cbc856b8d22a444f24
+
+livecheck.type     regex
+livecheck.url      ${homepage}
+livecheck.regex    ${short_name}-(\[0-9\]+\\.\[0-9\])\\.tar\\.\[bg\]z
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091014/0398ef0e/attachment.html>


More information about the macports-changes mailing list