Add new port for py-htmltestcase 0.2.0,
HTML Unittest module for Python. PR: 68308 Submitted by: "Choe, Cheng-Dae" <whitekid@netian.com>
This commit is contained in:
parent
7d3515626b
commit
3098b5a3dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112214
@ -538,6 +538,7 @@
|
||||
SUBDIR += py-albatross
|
||||
SUBDIR += py-clientform
|
||||
SUBDIR += py-fcgi
|
||||
SUBDIR += py-htmltestcase
|
||||
SUBDIR += py-mt
|
||||
SUBDIR += py-scgi
|
||||
SUBDIR += py-websvcs
|
||||
|
24
www/py-htmltestcase/Makefile
Normal file
24
www/py-htmltestcase/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Ports collection makefile for: py-htmltestcase
|
||||
# Date created: 24 June 2004
|
||||
# Whom: "Choe, Cheng-Dae" <whitekid@netian.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= htmltestcase
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://chriscurvey.com:8080/curveyConsulting/HtmlUnit/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= HtmlTestCase-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A python html unit testing
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ClientCookie/__init__.py:${PORTSDIR}/devel/py-clientcookie\
|
||||
${PYTHON_SITELIBDIR}/ClientForm.py:${PORTSDIR}/www/py-clientform
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/py-htmltestcase/distinfo
Normal file
2
www/py-htmltestcase/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (HtmlTestCase-0.2.0.tar.gz) = 3cbb471efdd151740cb6af9df8efe6a9
|
||||
SIZE (HtmlTestCase-0.2.0.tar.gz) = 13743
|
3
www/py-htmltestcase/pkg-descr
Normal file
3
www/py-htmltestcase/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
HtmlTestCase is a html unit testing for python
|
||||
|
||||
WWW: http://chriscurvey.com:8080/curveyConsulting/HtmlUnit/
|
6
www/py-htmltestcase/pkg-plist
Normal file
6
www/py-htmltestcase/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%PYTHON_SITELIBDIR%%/HtmlTestCase.py
|
||||
%%PYTHON_SITELIBDIR%%/HtmlTestCase.pyc
|
||||
%%PYTHON_SITELIBDIR%%/HtmlTestCase.pyo
|
||||
%%PYTHON_SITELIBDIR%%/HttpTestCase.py
|
||||
%%PYTHON_SITELIBDIR%%/HttpTestCase.pyc
|
||||
%%PYTHON_SITELIBDIR%%/HttpTestCase.pyo
|
Loading…
Reference in New Issue
Block a user