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

9
databases/php-dbx/DESCR Normal file
View File

@@ -0,0 +1,9 @@
PHP is a programming language designed to be embedded into web pages.
The dbx module is a database abstraction layer (db 'X', where 'X'
is a supported database). The dbx functions allow you to access
all supported databases using a single calling convention. The
dbx-functions themselves do not interface directly to the databases,
but interface to the modules that are used to support these databases.
Supported databases include MSSQL, MySQL, ODBC, PostgreSQL, and SQLite.

View File

@@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.14 2012/10/02 21:25:38 asau Exp $
MODNAME= dbx
PECL_VERSION= 1.1.2
PECL_LEGACY_VERSION_SCHEME= yes
CATEGORIES+= databases
COMMENT= PHP database abstraction layer extension
MAINTAINER= pkgsrc-users@NetBSD.org
CONFLICTS= php-dbx-[0-9]*
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2011/08/20 14:08:12 taca Exp $
SHA1 (php-dbx/dbx-1.1.2.tgz) = c006d976f63a166ae0f7c0f238008f06b4334aed
RMD160 (php-dbx/dbx-1.1.2.tgz) = a7c7cf7a8489b66b94177e1b4ef293b1db645e3d
Size (php-dbx/dbx-1.1.2.tgz) = 31348 bytes