[128018] trunk/dports/www

ryandesign at macports.org ryandesign at macports.org
Mon Nov 10 16:11:15 PST 2014


Revision: 128018
          https://trac.macports.org/changeset/128018
Author:   ryandesign at macports.org
Date:     2014-11-10 16:11:15 -0800 (Mon, 10 Nov 2014)
Log Message:
-----------
chromedriver: new port, version 2.12 (#45850)

Added Paths:
-----------
    trunk/dports/www/chromedriver/
    trunk/dports/www/chromedriver/Portfile

Added: trunk/dports/www/chromedriver/Portfile
===================================================================
--- trunk/dports/www/chromedriver/Portfile	                        (rev 0)
+++ trunk/dports/www/chromedriver/Portfile	2014-11-11 00:11:15 UTC (rev 128018)
@@ -0,0 +1,43 @@
+# -*- 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
+
+name                chromedriver
+version             2.12
+categories          www
+platforms           darwin
+maintainers         nomaintainer
+license             Apache-2
+supported_archs     i386
+
+description         ChromeDriver - WebDriver for Chrome
+
+long_description    WebDriver is an open source tool for automated testing of \
+                    webapps across many browsers. It provides capabilities for \
+                    navigating to web pages, user input, JavaScript execution, \
+                    and more.
+
+homepage            https://sites.google.com/a/chromium.org/chromedriver/
+master_sites        http://chromedriver.storage.googleapis.com/${version}/
+
+dist_subdir         ${name}/${version}
+distname            ${name}_mac32
+use_zip             yes
+
+checksums           rmd160  f81302904f0d65ad06a9c53161493bc57e7a16a0 \
+                    sha256  f93464dd4e57f7d59601e9ab92ad0770493f9ea00b69ddba8da3886c35852d4b
+
+extract.mkdir       yes
+
+use_configure       no
+
+build {}
+
+destroot {
+    xinstall -m 755 ${worksrcpath}/chromedriver ${destroot}${prefix}/bin/
+}
+
+livecheck.type      regex
+livecheck.url       http://chromedriver.storage.googleapis.com/LATEST_RELEASE
+livecheck.regex     {^(.*)$}


Property changes on: trunk/dports/www/chromedriver/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141110/18ed7123/attachment.html>


More information about the macports-changes mailing list