Bug 175787 - [NEW PORT] devel/py27-robotframework-selenium2library: Selenium2Library is a web testing library for Robot Framework
Summary: [NEW PORT] devel/py27-robotframework-selenium2library: Selenium2Library is a ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-02 20:50 UTC by vladimir.chukharev
Modified: 2013-02-08 09:40 UTC (History)
0 users

See Also:


Attachments
file.shar (11.54 KB, text/plain)
2013-02-02 20:50 UTC, vladimir.chukharev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description vladimir.chukharev 2013-02-02 20:50:00 UTC
Selenium2Library is a web testing library for Robot Framework that leverages
the Selenium 2 (WebDriver) libraries from the Selenium project.

It is modeled after (and forked from) the SeleniumLibrary library, but
re-implemented to use Selenium 2 and WebDriver technologies.

WWW: https://github.com/rtomac/robotframework-selenium2library/

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-02-08 09:38:31 UTC
Author: miwi
Date: Fri Feb  8 09:38:17 2013
New Revision: 311932
URL: http://svnweb.freebsd.org/changeset/ports/311932

Log:
  Selenium2Library is a web testing library for Robot Framework that leverages
  the Selenium 2 (WebDriver) libraries from the Selenium project.
  
  It is modeled after (and forked from) the SeleniumLibrary library, but
  re-implemented to use Selenium 2 and WebDriver technologies.
  
  WWW: https://github.com/rtomac/robotframework-selenium2library/
  
  PR:		ports/175787
  Submitted by:	Vladimir Chukharev

Added:
  head/devel/py-robotframework-selenium2library/
  head/devel/py-robotframework-selenium2library/Makefile   (contents, props changed)
  head/devel/py-robotframework-selenium2library/distinfo   (contents, props changed)
  head/devel/py-robotframework-selenium2library/pkg-descr   (contents, props changed)
  head/devel/py-robotframework-selenium2library/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Feb  8 09:37:21 2013	(r311931)
+++ head/devel/Makefile	Fri Feb  8 09:38:17 2013	(r311932)
@@ -3602,6 +3602,7 @@
     SUBDIR += py-resourcepackage
     SUBDIR += py-rlcompleter2
     SUBDIR += py-robotframework
+    SUBDIR += py-robotframework-selenium2library
     SUBDIR += py-rope
     SUBDIR += py-roxlib
     SUBDIR += py-rtree

Added: head/devel/py-robotframework-selenium2library/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-robotframework-selenium2library/Makefile	Fri Feb  8 09:38:17 2013	(r311932)
@@ -0,0 +1,22 @@
+# Created by: Vladimir Chukharev
+# $FreeBSD$
+
+PORTNAME=	robotframework-selenium2library
+PORTVERSION=	1.1.0
+CATEGORIES=	devel www python
+MASTER_SITES=	${MASTER_SITE_CHEESESHOP}
+MASTER_SITE_SUBDIR=	source/r/${PORTNAME}
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	Vladimir.Chukharev@gmail.ru
+COMMENT=	Selenium2Library is a web testing library for Robot Framework
+
+LICENSE=	AL2
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0.6c11:${PORTSDIR}/devel/py-setuptools
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:${PORTSDIR}/devel/py-robotframework \
+	${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:${PORTSDIR}/devel/py-decorator
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=	easy_install
+.include <bsd.port.mk>

Added: head/devel/py-robotframework-selenium2library/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-robotframework-selenium2library/distinfo	Fri Feb  8 09:38:17 2013	(r311932)
@@ -0,0 +1,2 @@
+SHA256 (robotframework-selenium2library-1.1.0.tar.gz) = 7c0d024687307b4cf757da62739e0a72af7826110d37891b971ca1f2ca69923d
+SIZE (robotframework-selenium2library-1.1.0.tar.gz) = 210178

Added: head/devel/py-robotframework-selenium2library/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-robotframework-selenium2library/pkg-descr	Fri Feb  8 09:38:17 2013	(r311932)
@@ -0,0 +1,7 @@
+Selenium2Library is a web testing library for Robot Framework that leverages
+the Selenium 2 (WebDriver) libraries from the Selenium project.
+
+It is modeled after (and forked from) the SeleniumLibrary library, but
+re-implemented to use Selenium 2 and WebDriver technologies.
+
+WWW: https://github.com/rtomac/robotframework-selenium2library/

Added: head/devel/py-robotframework-selenium2library/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-robotframework-selenium2library/pkg-plist	Fri Feb  8 09:38:17 2013	(r311932)
@@ -0,0 +1,85 @@
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/EGG-INFO/dependency_links.txt
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/EGG-INFO/not-zip-safe
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/EGG-INFO/PKG-INFO
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/EGG-INFO/requires.txt
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/EGG-INFO/SOURCES.txt
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/EGG-INFO/top_level.txt
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/ez_setup.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/ez_setup.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/ez_setup.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/__init__.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/__init__.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/__init__.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/__init__.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/__init__.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/__init__.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_browsermanagement.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_browsermanagement.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_browsermanagement.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_cookie.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_cookie.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_cookie.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_element.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_element.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_element.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_formelement.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_formelement.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_formelement.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_javascript.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_javascript.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_javascript.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_logging.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_logging.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_logging.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_runonfailure.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_runonfailure.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_runonfailure.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_screenshot.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_screenshot.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_screenshot.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_selectelement.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_selectelement.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_selectelement.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_tableelement.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_tableelement.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_tableelement.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_waiting.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_waiting.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/_waiting.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/keywordgroup.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/keywordgroup.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords/keywordgroup.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/locators/__init__.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/locators/__init__.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/locators/__init__.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/locators/elementfinder.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/locators/elementfinder.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/locators/elementfinder.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/locators/tableelementfinder.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/locators/tableelementfinder.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/locators/tableelementfinder.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/locators/windowmanager.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/locators/windowmanager.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/locators/windowmanager.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/resources/firefoxprofile/localstore.rdf
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/resources/firefoxprofile/prefs.js
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/utils/__init__.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/utils/__init__.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/utils/__init__.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/utils/browsercache.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/utils/browsercache.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/utils/browsercache.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/version.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/version.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/version.pyo
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/webdrivermonkeypatches.py
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/webdrivermonkeypatches.pyc
+%%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/webdrivermonkeypatches.pyo
+@dirrm %%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/utils
+@dirrm %%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/resources/firefoxprofile
+@dirrm %%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/resources
+@dirrm %%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/locators
+@dirrm %%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library/keywords
+@dirrm %%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/Selenium2Library
+@dirrm %%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg/EGG-INFO
+@dirrm %%PYTHON_SITELIBDIR%%/robotframework_selenium2library-1.1.0-py2.7.egg
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-02-08 09:38:43 UTC
State Changed
From-To: open->closed

New port added. Thanks!