pkgsrc/databases/pear-MDB2_Driver_sqlite/Makefile

20 lines
534 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 2013/03/16 03:40:46 taca Exp $
2008-04-30 23:07:17 +02:00
DISTNAME= MDB2_Driver_sqlite-1.5.0b4
2008-04-30 23:07:17 +02:00
CATEGORIES= databases
2009-07-17 20:00:13 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
2008-04-30 23:07:17 +02:00
HOMEPAGE= http://pear.php.net/package/MDB2_Driver_sqlite
COMMENT= Sqlite MDB2 driver
LICENSE= modified-bsd
2008-04-30 23:07:17 +02:00
PHP_VERSIONS_ACCEPTED= 53
2008-04-30 23:07:17 +02:00
DEPENDS+= ${PHP_PKG_PREFIX}-sqlite-[0-9]*:../../databases/php-sqlite
Updated databases/pear-MDB2_Driver_sqlite to 1.5.0b2 1.5.0b2 - fixed bug #12117: disconnect() does not work as documented - fixed bug #13815: incomplete regexp in the Reverse module - fixed bug #13928: Invalid triggers created for 'ON UPDATE' - fixed bug #14302: Connection errors were not always returned 1.5.0b1 - request #12731: added truncateTable() in the Manager module - request #12732: added vacuum() in the Manager module for OPTIMIZE/VACUUM TABLE abstraction - fixed bug #12924: correctly handle internal expected errors even with custom error handling - added standaloneQuery() and databaseExists() - request #13106: added unixtimestamp() in the Function module - fixed bug #13201: better regexp in errorInfo() - fixed bug #13283: replace() doesn't respect quote_identifiers option - fixed bug #13303: PRIMARY keys are not always returned in listTableConstraints() and in getTableConstraintDefinition() 1.5.0a2 - fixed bug #12105: new error message in the SQLite driver (patch by Adam Ashley) - fixed bug #12145: missing optional spaces in regexp in _getTableColumns() in the Reverse module - request #12012: added charset support in createDatabase() and collation support in createTable() for table fields 1.5.0a1 - initial support for FOREIGN KEY and CHECK constraints in the Reverse and Manager modules (on FK creation, some triggers are automatically created to enforce the FK constraint) - in listTableConstraints() in the Reverse module, also search in table definition for PRIMARY KEYs and FOREIGN KEYs - fixed bug #11428: propagate quote() errors with invalid data types - fixed bug #11790: avoid array_diff() because it has a memory leak in PHP 5.1.x - fixed bug #12083: createTable() in the Manager module now returns MDB2_OK on success, as documented - fixed bug #12146: wrong regex in _getTableColumns($sql) in the Reverse module - fixed bug #12269: tableInfo() in the Reverse module detect 'clob' data type as first option
2009-01-19 21:14:16 +01:00
DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.5:../../databases/pear-MDB2
PEAR_DIRRM_EXCLUDE= lib/php/MDB2
2008-04-30 23:07:17 +02:00
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"