head	1.12;
access;
symbols
	pkgsrc-2014Q4:1.11.0.16
	pkgsrc-2014Q4-base:1.11
	pkgsrc-2014Q3:1.11.0.14
	pkgsrc-2014Q3-base:1.11
	pkgsrc-2014Q2:1.11.0.12
	pkgsrc-2014Q2-base:1.11
	pkgsrc-2014Q1:1.11.0.10
	pkgsrc-2014Q1-base:1.11
	pkgsrc-2013Q4:1.11.0.8
	pkgsrc-2013Q4-base:1.11
	pkgsrc-2013Q3:1.11.0.6
	pkgsrc-2013Q3-base:1.11
	pkgsrc-2013Q2:1.11.0.4
	pkgsrc-2013Q2-base:1.11
	pkgsrc-2013Q1:1.11.0.2
	pkgsrc-2013Q1-base:1.11
	pkgsrc-2012Q4:1.10.0.2
	pkgsrc-2012Q4-base:1.10
	pkgsrc-2012Q3:1.8.0.4
	pkgsrc-2012Q3-base:1.8
	pkgsrc-2012Q2:1.8.0.2
	pkgsrc-2012Q2-base:1.8
	pkgsrc-2012Q1:1.7.0.12
	pkgsrc-2012Q1-base:1.7
	pkgsrc-2011Q4:1.7.0.10
	pkgsrc-2011Q4-base:1.7
	pkgsrc-2011Q3:1.7.0.8
	pkgsrc-2011Q3-base:1.7
	pkgsrc-2011Q2:1.7.0.6
	pkgsrc-2011Q2-base:1.7
	pkgsrc-2011Q1:1.7.0.4
	pkgsrc-2011Q1-base:1.7
	pkgsrc-2010Q4:1.7.0.2
	pkgsrc-2010Q4-base:1.7
	pkgsrc-2010Q3:1.6.0.6
	pkgsrc-2010Q3-base:1.6
	pkgsrc-2010Q2:1.6.0.4
	pkgsrc-2010Q2-base:1.6
	pkgsrc-2010Q1:1.6.0.2
	pkgsrc-2010Q1-base:1.6
	pkgsrc-2009Q4:1.4.0.4
	pkgsrc-2009Q4-base:1.4
	pkgsrc-2009Q3:1.4.0.2
	pkgsrc-2009Q3-base:1.4
	pkgsrc-2009Q2:1.2.0.4
	pkgsrc-2009Q2-base:1.2
	pkgsrc-2009Q1:1.2.0.2
	pkgsrc-2009Q1-base:1.2
	pkgsrc-2008Q4:1.1.1.1.0.10
	pkgsrc-2008Q4-base:1.1.1.1
	pkgsrc-2008Q3:1.1.1.1.0.8
	pkgsrc-2008Q3-base:1.1.1.1
	cube-native-xorg:1.1.1.1.0.6
	cube-native-xorg-base:1.1.1.1
	pkgsrc-2008Q2:1.1.1.1.0.4
	pkgsrc-2008Q2-base:1.1.1.1
	cwrapper:1.1.1.1.0.2
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.12
date	2015.03.15.14.53.02;	author taca;	state dead;
branches;
next	1.11;
commitid	Kdef5qPx9XXqhIdy;

1.11
date	2013.03.16.03.40.46;	author taca;	state Exp;
branches;
next	1.10;

1.10
date	2012.11.08.14.28.56;	author taca;	state Exp;
branches;
next	1.9;

1.9
date	2012.10.02.21.25.37;	author asau;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.16.02.52.03;	author taca;	state Exp;
branches;
next	1.7;

1.7
date	2010.12.22.15.23.25;	author taca;	state Exp;
branches;
next	1.6;

1.6
date	2010.03.15.16.45.59;	author taca;	state Exp;
branches;
next	1.5;

1.5
date	2010.02.04.16.36.05;	author joerg;	state Exp;
branches;
next	1.4;

1.4
date	2009.07.17.18.00.14;	author adrianp;	state Exp;
branches;
next	1.3;

1.3
date	2009.07.13.14.48.36;	author joerg;	state Exp;
branches;
next	1.2;

1.2
date	2009.01.19.20.14.16;	author abs;	state Exp;
branches;
next	1.1;

1.1
date	2008.04.30.21.07.17;	author adrianp;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2008.04.30.21.07.17;	author adrianp;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Remove pear-MDB2_Driver_sqlite package which supported by php53 only.
@
text
@# $NetBSD: Makefile,v 1.11 2013/03/16 03:40:46 taca Exp $

DISTNAME=	MDB2_Driver_sqlite-1.5.0b4
CATEGORIES=	databases

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	http://pear.php.net/package/MDB2_Driver_sqlite
COMMENT=	Sqlite MDB2 driver
LICENSE=	modified-bsd

PHP_VERSIONS_ACCEPTED=	53

DEPENDS+=       ${PHP_PKG_PREFIX}-sqlite-[0-9]*:../../databases/php-sqlite
DEPENDS+=	${PHP_PKG_PREFIX}-pear-MDB2>=2.5:../../databases/pear-MDB2

PEAR_DIRRM_EXCLUDE=	lib/php/MDB2

.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"
@


1.11
log
@Update pear-MDB2_Driver_sqlite to 1.5.0b4 and add LICENSE.

- PEAR::isError() -> MDB2::isError(), Bug #19491.
- PEAR::loadExtension() -> extension_loaded(), Bug #19583.
- Fix Bug #19262. Updates conditional stagements to use logical operators to
  include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197.
- Fixed createIndex not using quoteIdentifier in SQLite driver
- Have dropTable() return MDB2_OK on success, as documented (bug 19199)
- Have dropIndex() return MDB2_OK on success, as documented (bug 19198)
- Have vacuum() return MDB2_OK on success, as documented (bug 19196)
- Have createIndex() return MDB2_OK on success, as documented (bug 19195)
- Have dropConstraint() return MDB2_OK on success, as documented (bug 19194)
- Have createConstraint() return MDB2_OK on success, as documented (bug 19193)
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).
- FETCHMODE constants are NOT bitwise.
- fixed bug #18203: Type introspection breaks with associative arrays if names
  are identical (patch by Peter Bex)
- request #18316: Add TINYINT to list of coltypes in
  MDB2_Driver_Reverse_sqlite [brotherli]
- fixed bug #16275: split() is deprecated in PHP 5.3
- request #18316: Add TINYINT to list of coltypes in
  MDB2_Driver_Reverse_sqlite [brotherli]
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2012/11/08 14:28:56 taca Exp $
@


1.10
log
@Remove left over "52" (php52) from PHP_VERSIONS_ACCEPTED.
Thnaks joerg@@ who noted to me via private mail.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2012/10/02 21:25:37 asau Exp $
d3 1
a3 1
DISTNAME=	MDB2_Driver_sqlite-1.5.0b3
d9 1
@


1.9
log
@Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2012/06/16 02:52:03 taca Exp $
d10 1
a10 1
PHP_VERSIONS_ACCEPTED=	52 53
@


1.8
log
@Restrict to php 5.2.x and 5.3.x since php-sqlite support is obsoleted by PHP 5.4.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2010/12/22 15:23:25 taca Exp $
a9 2
PKG_DESTDIR_SUPPORT=	user-destdir

@


1.7
log
@Update pear-MDB2_Driver_sqlite package to 1.5.0b3.


1.5.0b3		2010-08-29 12:31 UTC

Changelog:

- fixed bug #16275: split() is deprecated in PHP 5.3

note:
open todo items:
- fix pattern escaping using GLOB instead of LIKE or create and register own
  implementation of LIKE
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2010/03/15 16:45:59 taca Exp $
d12 2
@


1.6
log
@Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now.

No functional change.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2010/02/04 16:36:05 joerg Exp $
d3 1
a3 1
DISTNAME=	MDB2_Driver_sqlite-1.5.0b2
@


1.5
log
@Mark PEAR packages as DESTDIR ready. Thanks to obache@@ for the backend
support.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2009/07/17 18:00:14 adrianp Exp $
a11 2
PHP_VERSIONS_ACCEPTED=	5

@


1.4
log
@Give up MAINTAINER
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2009/07/13 14:48:36 joerg Exp $
d10 2
@


1.3
log
@php-sqlite no longer support PHP 4.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2009/01/19 20:14:16 abs Exp $
d6 1
a6 1
MAINTAINER=	adrianp@@NetBSD.org
@


1.2
log
@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
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1.1.1 2008/04/30 21:07:17 adrianp Exp $
d10 2
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	MDB2_Driver_sqlite-1.4.1
d11 3
a13 1
DEPENDS+=	${PHP_PKG_PREFIX}-pear-MDB2-[0-9]*:../../databases/pear-MDB2
@


1.1.1.1
log
@sqlite MDB2 driver
@
text
@@
