gunnar: server/pear/PEAR-DB .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
Sun Jul 12 06:39:35 CEST 2009


Author: gunnar

Update of /kolabrepository/server/pear/PEAR-DB
In directory doto:/tmp/cvs-serv30811

Added Files:
	.cvsignore ChangeLog Makefile package.info 
Log Message:
Added PEAR-DB to CVS.

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

--- NEW FILE: ChangeLog ---
2009-07-12  Gunnar Wrobel  <p at rdus.de>

	* package.info: Added package to Kolab CVS.


--- NEW FILE: Makefile ---
include ../Pear.mk

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

# The name of the RPM package
package='PEAR-DB'

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

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

# Version number
version='1.7.13'

# Package release number
release='1'

# Source URL to download from
sourceurl='http://pear.php.net/get'

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

# Build prerequisites
buildprereq='                              \
BuildPreReq:  OpenPKG, openpkg >= 20070603 \
BuildPreReq:  php, php::with_pear = yes    \
'

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

# Package summary description
summary='Database Abstraction Layer'

# Long package description
description=' \
DB is a database abstraction layer providing: \
* an OO-style query API \
* portability features that make programs written for one DBMS work with other DBMSs \
* a DSN (data source name) format for specifying database servers \
* prepare/execute (bind) emulation for databases that dont support it natively \
* a result object for each query response \
* portable error codes \
* sequence emulation \
* sequential and non-sequential row fetching as well as bulk fetching \
* formats fetched rows as associative arrays, ordered arrays or objects \
* row limit support \
* transactions support \
* table information interface \
* DocBook and phpDocumentor API documentation \
 \
DB layers itself on top of PHPs existing \
database extensions. \
 \
Drivers for the following extensions pass \
the complete test suite and provide \
interchangeability when all of DBs \
portability options are enabled: \
 \
fbsql, ibase, informix, msql, mssql, \
mysql, mysqli, oci8, odbc, pgsql, \
sqlite and sybase. \
 \
There is also a driver for the dbase \
extension, but it cant be used \
interchangeably because dbase doesnt \
support many standard DBMS features. \
 \
DB is compatible with both PHP 4 and PHP 5. \
'

# Source code license
license='PHP'





More information about the commits mailing list