ports/70775: New port: devel/simpletest - Updated
Gerrit Beine
tux at pinguru.net
Sun Oct 17 16:01:02 UTC 2004
The following reply was made to PR ports/70775; it has been noted by GNATS.
From: Gerrit Beine <tux at pinguru.net>
To: freebsd-gnats-submit at FreeBSD.org, tux at pinguru.net
Cc:
Subject: Re: ports/70775: New port: devel/simpletest - Updated
Date: Sun, 17 Oct 2004 17:53:30 +0200
This is a multi-part message in MIME format.
--------------030106000002080702030601
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
This is an update for devel/simpletest.
Please use this instead of the original shar from this report.
I fixed some errors told by portlint and updated simpletest
to the current version.
So long...
Gerrit
--
Der einfachste Weg zum Herzen einer Frau ist Aufrichtigkeit.
Wenn Du die vortäuschen kannst, dann hast Du es schon geschafft.
mail tux at pinguru.net
icq 123851585
web http://arme-und-beine.de
--------------030106000002080702030601
Content-Type: text/plain;
name="simpletest.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="simpletest.shar"
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# simpletest
# simpletest/Makefile
# simpletest/distinfo
# simpletest/pkg-descr
# simpletest/pkg-plist
#
echo c - simpletest
mkdir -p simpletest > /dev/null 2>&1
echo x - simpletest/Makefile
sed 's/^X//' >simpletest/Makefile << 'END-of-simpletest/Makefile'
X# Ports collection makefile for: simpletest
X# Date created: 21 August 2004
X# Whom: Gerrit Beine (<gerrit.beine at pitcom.de>)
X#
X# $FreeBSD:$
X#
X
XPORTNAME= simpletest
XPORTVERSION= 1.0r1
XCATEGORIES= devel www
XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR= ${PORTNAME}
XDISTNAME= php_simple_test_${PORTVERSION:S/r/RC/}
X
XMAINTAINER= tux at pinguru.net
XCOMMENT= SimpleTest is a testing framework built around test case classes
X
XWRKSRC= ${WRKDIR}/${PORTNAME}
XNO_BUILD= yes
XUSE_PHP= yes
X
X.if !defined(NOPORTDOCS)
XPORTDOCS= HELP_MY_TESTS_DONT_WORK_ANYMORE LICENSE README VERSION
X.endif
X
Xdo-install:
X @${MKDIR} ${DATADIR}
X @${CP} -r ${WRKSRC}/*.php ${DATADIR}
X @${CP} -r ${WRKSRC}/extensions ${DATADIR}
X.if !defined(NOPORTDOCS)
X @${CP} -r ${WRKSRC}/test ${DATADIR}
X @${MKDIR} ${DOCSDIR}
X @for file in ${PORTDOCS}; do \
X ${CP} ${WRKSRC}/$${file} ${DOCSDIR}; \
X done
X @${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-simpletest/Makefile
echo x - simpletest/distinfo
sed 's/^X//' >simpletest/distinfo << 'END-of-simpletest/distinfo'
XMD5 (php_simple_test_1.0RC1.tar.gz) = 00ec0a4c94e5480c15550039886248c1
XSIZE (php_simple_test_1.0RC1.tar.gz) = 155315
END-of-simpletest/distinfo
echo x - simpletest/pkg-descr
sed 's/^X//' >simpletest/pkg-descr << 'END-of-simpletest/pkg-descr'
XSimple Test for PHP
XThe heart of SimpleTest is a testing framework built around test case classes.
XThese are written as extensions of base test case classes,
Xeach extended with methods that actually contain test code.
X
XIt is a useful replacement for PEAR PHPUnit.
X
XWWW: http://www.lastcraft.com/simple_test.php
END-of-simpletest/pkg-descr
echo x - simpletest/pkg-plist
sed 's/^X//' >simpletest/pkg-plist << 'END-of-simpletest/pkg-plist'
X%%DATADIR%%/errors.php
X%%DATADIR%%/options.php
X%%DATADIR%%/scorer.php
X%%DATADIR%%/dumper.php
X%%DATADIR%%/expectation.php
X%%DATADIR%%/socket.php
X%%DATADIR%%/url.php
X%%DATADIR%%/http.php
X%%DATADIR%%/authentication.php
X%%DATADIR%%/user_agent.php
X%%DATADIR%%/browser.php
X%%DATADIR%%/parser.php
X%%DATADIR%%/tag.php
X%%DATADIR%%/frames.php
X%%DATADIR%%/form.php
X%%DATADIR%%/page.php
X%%DATADIR%%/remote.php
X%%DATADIR%%/reporter.php
X%%DATADIR%%/mock_objects.php
X%%DATADIR%%/simple_test.php
X%%DATADIR%%/unit_tester.php
X%%DATADIR%%/web_tester.php
X%%DATADIR%%/shell_tester.php
X%%DATADIR%%/xml.php
X%%DATADIR%%/extensions/pear_test_case.php
X%%DATADIR%%/extensions/phpunit_test_case.php
X%%DATADIR%%/test/all_tests.php
X%%DATADIR%%/test/unit_tests.php
X%%DATADIR%%/test/acceptance_test.php
X%%DATADIR%%/test/errors_test.php
X%%DATADIR%%/test/options_test.php
X%%DATADIR%%/test/dumper_test.php
X%%DATADIR%%/test/expectation_test.php
X%%DATADIR%%/test/adapter_test.php
X%%DATADIR%%/test/socket_test.php
X%%DATADIR%%/test/url_test.php
X%%DATADIR%%/test/http_test.php
X%%DATADIR%%/test/authentication_test.php
X%%DATADIR%%/test/user_agent_test.php
X%%DATADIR%%/test/browser_test.php
X%%DATADIR%%/test/parser_test.php
X%%DATADIR%%/test/tag_test.php
X%%DATADIR%%/test/frames_test.php
X%%DATADIR%%/test/page_test.php
X%%DATADIR%%/test/remote_test.php
X%%DATADIR%%/test/simple_mock_test.php
X%%DATADIR%%/test/visual_test.php
X%%DATADIR%%/test/shell_test.php
X%%DATADIR%%/test/shell_tester_test.php
X%%DATADIR%%/test/xml_test.php
X%%DATADIR%%/test/live_test.php
X%%DATADIR%%/test/real_sites_test.php
X%%DATADIR%%/test/form_test.php
X%%DATADIR%%/test/web_tester_test.php
X%%PORTDOCS%%%%DOCSDIR%%/index.html
X%%PORTDOCS%%%%DOCSDIR%%/overview.html
X%%PORTDOCS%%%%DOCSDIR%%/unit_test_documentation.html
X%%PORTDOCS%%%%DOCSDIR%%/group_test_documentation.html
X%%PORTDOCS%%%%DOCSDIR%%/reporter_documentation.html
X%%PORTDOCS%%%%DOCSDIR%%/server_stubs_documentation.html
X%%PORTDOCS%%%%DOCSDIR%%/mock_objects_documentation.html
X%%PORTDOCS%%%%DOCSDIR%%/partial_mocks_documentation.html
X%%PORTDOCS%%%%DOCSDIR%%/expectation_documentation.html
X%%PORTDOCS%%%%DOCSDIR%%/web_tester_documentation.html
X%%PORTDOCS%%%%DOCSDIR%%/form_testing_documentation.html
X at dirrm %%DATADIR%%/test
X at dirrm %%DATADIR%%/extensions
X at dirrm %%DATADIR%%/
X
END-of-simpletest/pkg-plist
exit
--------------030106000002080702030601--
More information about the freebsd-ports-bugs
mailing list