Port details |
- simpletest Unit testing, mock objects, and web testing framework for PHP
- 1.1.0 devel
=0 1.1.0Version of this port present on the latest quarterly branch.
- DEPRECATED: PHP 5.4 EOL reached
This port expired on: 2016-01-15
- Maintainer: danilo@FreeBSD.org
- Port Added: 2004-12-22 18:05:28
- Last Update: 2016-01-26 21:24:53
- SVN Revision: 407315
- License: LGPL21
- WWW:
- http://simpletest.org
- Description:
- Unit testing, mock objects and web testing framework for PHP built
around test cases. If you know JUnit or some of the PHPUnit clones this
will need no explanation. It also adds JWebUnit style testing including
cookies, authentication and form handling
WWW: http://simpletest.org
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- simpletest>0:devel/simpletest
- No installation instructions:
- This port has been deleted.
- PKGNAME: simpletest
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- php.h : lang/php5
- Runtime dependencies:
-
- php.h : lang/php5
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for simpletest-1.1.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0 26 Jan 2016 21:24:53 |
rene |
Remove expired ports that are consumers of expired lang/php5. Exceptions:
- www/pecl-zendopcache : used by Mk/bsd.php.mk
- databases/php5-redis : optionally used by www/magento
A PR exists for databases/php5-pdo_cassandra to make it work with supported
versions of PHP. |
1.1.0 13 Nov 2015 22:13:25 |
antoine |
Chase PHP 5.4 expiration date |
1.1.0 27 Oct 2014 11:07:20 |
bapt |
Cleanup plist |
1.1.0 23 Sep 2014 22:24:19 |
ohauer |
- fix DEFAULT_VERSIONS usage
(do not overwrite make.conf settings) |
1.1.0 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
1.1.0 26 Apr 2014 14:50:56 |
danilo |
- Convert DEFAULT_PHP_VER to DEFAULT_VERSIONS |
1.1.0 28 Sep 2013 14:48:43 |
danilo |
- Change maintainer email to @FreeBSD.org
- Add stage support
- Silent mkdir
- Add pkg-plist file
Approved by: wg (mentor) |
1.1.0 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.1.0 20 Jun 2013 21:19:57 |
wg |
devel/simpletest: update te 1.1.0
- Update to 1.1.0 [1]
- NOPORTDOCS -> PORT_OPTIONS:MDOCS [1]
- Change WWW in pkg-descr for new home [1]
- Add LICENSE (LGPL21)
- Pass maintainership to submitter
PR: ports/179777
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> |
1.0.1 25 Jul 2012 06:32:08 |
cs |
Fix typos in COMMENT |
1.0.1 11 Jul 2012 18:12:29 |
crees |
Reset maintainership for ports maintained by Gerrit Beine.
He had requested this some time ago, so any past timeouts should not be held
against him.
Your work in the past has been much appreciated, thank you.
Submitted by: maintainer, via private email |
1.0.1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.0.1 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
1.0.1 09 Jun 2008 07:29:47 |
jadawin |
- Update to 1.0.1
- While I'm here using SF Macro
PR: ports/124395
Submitted by: Gerrit Beine <gerrit.beine gmx.de> (maintainer)
Approved by: mentor (implicit) |
1.0 08 Dec 2006 22:26:50 |
miwi |
- Pass maintainership to submitter
- Update to 1.0
- Set PHP to version 4 a default
PR: ports/106478
Submitted by: Gerrit Beine<gerrit.beine@gmx.de> |
1.0.r1 23 Jan 2006 09:48:39 |
linimon |
Remove maintainer at his request.
Hat: portmgr |
1.0.r1 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.r1 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.0.r1 30 Dec 2004 03:08:56 |
edwin |
Add NO_BUILD=yes since the do-build is commented out.
Noticed by: PointyHat Building Clusters Ltd. |
1.0.r1 27 Dec 2004 22:51:17 |
edwin |
Disable test suit for the time being.
Submitted by: Roman Neuhauser <neuhauser@chello.cz> |
1.0.r1 25 Dec 2004 09:10:17 |
edwin |
Add pcre to the USE_PHP variable.
Noticed by: pointyhat |
1.0.r1 22 Dec 2004 06:01:33 |
edwin |
PHP is required on build-time -> USE_PHP_BUILD=yes |
1.0.r1 21 Dec 2004 23:12:33 |
edwin |
[New Port] SimpleTest 1.0RC1, PHP unit testing framework\
Unit testing, mock objects and web testing framework for PHP
built around test cases. If you know JUnit or some of the PHPUnit
clones this will need no explanation. It also adds JWebUnit
style testing including cookies, authentication and form handling
WWW: http://sourceforge.net/projects/simpletest/
PR: ports/72061
Submitted by: Roman Neuhauser <neuhauser@chello.cz> |