initial import of pear-PHPUnit-0.6.1
-- PHPUnit is a regression testing framework used for implementing the unit tests in the PHP source. It is based upon JUnit, which can be found at http://www.junit.org/
This commit is contained in:
parent
7f86816dec
commit
627878e833
22
devel/pear-PHPUnit/Makefile
Normal file
22
devel/pear-PHPUnit/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/24 18:39:25 avsm Exp $
|
||||
|
||||
COMMENT= "regression testing framework for PHP"
|
||||
|
||||
V= 0.6.1
|
||||
DISTNAME= PHPUnit-${V}
|
||||
PKGNAME= pear-${DISTNAME}
|
||||
CATEGORIES= devel pear
|
||||
|
||||
MASTER_SITES= http://pear.php.net/get/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
||||
MODULES= pear
|
||||
|
||||
# PHP License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/pear-PHPUnit/distinfo
Normal file
3
devel/pear-PHPUnit/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (PHPUnit-0.6.1.tgz) = e0e8b506ba763942eb695126ce29fbd2
|
||||
RMD160 (PHPUnit-0.6.1.tgz) = 481764934e4f16fdee801be652bed8ad69d4ba48
|
||||
SHA1 (PHPUnit-0.6.1.tgz) = 4df68ea970b099490df62b415e876d5045e6d4b5
|
3
devel/pear-PHPUnit/pkg/DESCR
Normal file
3
devel/pear-PHPUnit/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
PHPUnit is a regression testing framework used for implementing the
|
||||
unit tests in the PHP source. It is based upon JUnit, which can
|
||||
be found at http://www.junit.org/
|
16
devel/pear-PHPUnit/pkg/PLIST
Normal file
16
devel/pear-PHPUnit/pkg/PLIST
Normal file
@ -0,0 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/05/24 18:39:25 avsm Exp $
|
||||
pear/lib/.registry/PHPUnit.reg
|
||||
pear/lib/PHPUnit.php
|
||||
pear/lib/PHPUnit/Assert.php
|
||||
pear/lib/PHPUnit/GUI/HTML.php
|
||||
pear/lib/PHPUnit/GUI/HTML.tpl
|
||||
pear/lib/PHPUnit/GUI/SetupDecorator.php
|
||||
pear/lib/PHPUnit/RepeatedTest.php
|
||||
pear/lib/PHPUnit/TestCase.php
|
||||
pear/lib/PHPUnit/TestDecorator.php
|
||||
pear/lib/PHPUnit/TestFailure.php
|
||||
pear/lib/PHPUnit/TestListener.php
|
||||
pear/lib/PHPUnit/TestResult.php
|
||||
pear/lib/PHPUnit/TestSuite.php
|
||||
@dirrm pear/lib/PHPUnit/GUI
|
||||
@dirrm pear/lib/PHPUnit
|
Loading…
Reference in New Issue
Block a user