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:
Hye-Shik Chang 2004-06-25 08:58:59 +00:00
parent 7d3515626b
commit 3098b5a3dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112214
5 changed files with 36 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
MD5 (HtmlTestCase-0.2.0.tar.gz) = 3cbb471efdd151740cb6af9df8efe6a9
SIZE (HtmlTestCase-0.2.0.tar.gz) = 13743

View File

@ -0,0 +1,3 @@
HtmlTestCase is a html unit testing for python
WWW: http://chriscurvey.com:8080/curveyConsulting/HtmlUnit/

View 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