Date: Wed, 18 Dec 2013 19:56:36 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336858 - in head/www: . py-splinter Message-ID: <201312181956.rBIJuaSn046972@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Wed Dec 18 19:56:36 2013 New Revision: 336858 URL: http://svnweb.freebsd.org/changeset/ports/336858 Log: devel/py-splinter: Browser abstraction for web acceptance testing Splinter is an open source tool for testing web applications using Python. It lets you automate browser actions, such as visiting URLs and interacting with their items. WWW: http://splinter.cobrateam.info/ Added: head/www/py-splinter/ head/www/py-splinter/Makefile (contents, props changed) head/www/py-splinter/distinfo (contents, props changed) head/www/py-splinter/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Dec 18 18:58:09 2013 (r336857) +++ head/www/Makefile Wed Dec 18 19:56:36 2013 (r336858) @@ -1671,6 +1671,7 @@ SUBDIR += py-selenium SUBDIR += py-slimmer SUBDIR += py-slumber + SUBDIR += py-splinter SUBDIR += py-surl SUBDIR += py-textile SUBDIR += py-tgwebservices Added: head/www/py-splinter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-splinter/Makefile Wed Dec 18 19:56:36 2013 (r336858) @@ -0,0 +1,24 @@ +# Created by: William Grzybowski <wg@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= splinter +PORTVERSION= 0.5.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Browser abstraction for web acceptance testing + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}selenium>=2.33:${PORTSDIR}/www/py-selenium \ + ${PYTHON_PKGNAMEPREFIX}zope.testbrowser>=4.0.2:${PORTSDIR}/devel/py-zope.testbrowser \ + ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}cssselect>0:${PORTSDIR}/www/py-cssselect + +USE_PYTHON= yes +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/www/py-splinter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-splinter/distinfo Wed Dec 18 19:56:36 2013 (r336858) @@ -0,0 +1,2 @@ +SHA256 (splinter-0.5.4.tar.gz) = cd45b67f8ae1c98a69ac840c0c896cff914f65ddf05ea8d048087ce892bb9b03 +SIZE (splinter-0.5.4.tar.gz) = 14390 Added: head/www/py-splinter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-splinter/pkg-descr Wed Dec 18 19:56:36 2013 (r336858) @@ -0,0 +1,5 @@ +Splinter is an open source tool for testing web applications using Python. +It lets you automate browser actions, such as visiting URLs and interacting +with their items. + +WWW: http://splinter.cobrateam.info/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312181956.rBIJuaSn046972>