[58946] trunk/dports/python

jwa at macports.org jwa at macports.org
Wed Oct 7 10:32:35 PDT 2009


Revision: 58946
          http://trac.macports.org/changeset/58946
Author:   jwa at macports.org
Date:     2009-10-07 10:32:33 -0700 (Wed, 07 Oct 2009)
Log Message:
-----------
package to run Selenium tests in Robot Framework

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

Added: trunk/dports/python/py26-robotframework-seleniumlibrary/Portfile
===================================================================
--- trunk/dports/python/py26-robotframework-seleniumlibrary/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-robotframework-seleniumlibrary/Portfile	2009-10-07 17:32:33 UTC (rev 58946)
@@ -0,0 +1,30 @@
+# -*- 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-seleniumlibrary
+set ${internal_name}	robotframework-seleniumlibrary
+
+version             2.2.1
+categories-append   devel
+maintainers         jwa
+description         Library to run web-based test
+long_description    Library to run web-based test with Selenium \
+    using Selenium server included in the package
+
+homepage	http://robotframework.org/
+
+platforms           darwin
+
+master_sites        http://${internal_name}.googlecode.com/files/
+distname            ${internal_name}-${version}
+
+checksums           md5     a415eb4269179fd335c261e17a707422 \
+                    sha1    4880368816b540eb41090d9b900f64e2d5f92785 \
+                    rmd160  09155394d3b3c05d49d59caec601e4974d8d91ed
+
+livecheck.type     regex
+livecheck.url      ${homepage}
+livecheck.regex    ${internal_name}-(2\\.\[0-9\]+\\.\[0-9\])\\.tar\\.\[bg\]z
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091007/56c57396/attachment.html>


More information about the macports-changes mailing list