Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
PHP is a programming language designed to be embedded into web pages.
This extension provides an SQLite v3 driver for PDO. SQLite V3 is
NOT compatible with the bundled SQLite 2 in PHP 5, but is a
significant step forwards, featuring complete utf-8 support, native
support for blobs, native support for prepared statements with
bound parameters and improved concurrency.

View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.13 2012/10/02 21:25:39 asau Exp $
MODNAME= pdo_sqlite
CATEGORIES+= databases
COMMENT= PHP extension for PHP Data Objects (SQLite v3)
USE_PHP_EXT_PATCHES= yes
.include "../../mk/bsd.prefs.mk"
.include "../../lang/php/ext.mk"
CONFIGURE_ARGS+= --with-${MODNAME}
CONFIGURE_ARGS+= --with-${PKGMODNAME}=shared,${BUILDLINK_PREFIX.sqlite3}
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../databases/php-pdo/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"