gunnar: server/pear-h4/PHPUnit-H4 .cvsignore, NONE, 1.1 ChangeLog, NONE, 1.1 Makefile, NONE, 1.1 package.info, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Tue Feb 16 08:42:13 CET 2010


Author: gunnar

Update of /kolabrepository/server/pear-h4/PHPUnit-H4
In directory doto:/tmp/cvs-serv7745/PHPUnit-H4

Added Files:
	.cvsignore ChangeLog Makefile package.info 
Log Message:
Add the basic unit testing machinery to the horde4 hierarchy.

--- NEW FILE: .cvsignore ---
*.src.rpm
*.tgz
*.spec
package.patch
tmp

--- NEW FILE: ChangeLog ---
2010-02-11  Gunnar Wrobel  <p at rdus.de>

	* PHPUnit.spec: Update to 3.4.10


--- NEW FILE: Makefile ---
include ../../make-helper/pear.mk

--- NEW FILE: package.info ---
# The name of PEAR source package
pear_package='PHPUnit'

# The name of the RPM package
package='PHPUnit'

# Where to find information about the package
package_url='http://pear.phpunit.de/'

# How should the source be retrieved?
#
# WGET: Download via wget
package_origin='WGET'

# Version number
version='3.4.10'

# Package release number
release='1'

# Source URL to download from
sourceurl='http://pear.phpunit.de/get'

# In which PHP library location should the library get installed
php_lib_loc='php-h4'

# Build prerequisites
buildprereq='                              \
BuildPreReq:  OpenPKG, openpkg >= 20070603 \
BuildPreReq:  php, php::with_pear = yes    \
BuildPreReq:  PEAR-PHPUnit-Channel-H4      \
'

# Installatin prerequisites
prereq='                                   \
PreReq:       OpenPKG, openpkg >= 20070603 \
PreReq:       php, php::with_pear = yes    \
'

# Package summary description
summary='Regression testing framework for unit tests.'

# Long package description
description=' \
PHPUnit is a regression testing framework used by the developer who \
implements unit tests in PHP. This is the version to be used with PHP \
5. \
'

# Source code license
license='BSD-Style'





More information about the commits mailing list