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

15
databases/pear-DB/DESCR Normal file
View File

@@ -0,0 +1,15 @@
DB is a database abstraction layer providing:
* an OO-style query API
* portability features that make programs written for one DBMS work with
other DBMS's
* a DSN (data source name) format for specifying database servers
* prepare/execute (bind) emulation for databases that don't 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

View File

@@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.10 2012/10/02 21:25:37 asau Exp $
DISTNAME= DB-1.7.14
CATEGORIES= databases
CONFLICTS= php-pear-DB-[0-9]*
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pear.php.net/package/DB
COMMENT= PHP Database Abstraction Layer
LICENSE= php
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2012/06/04 12:03:39 obache Exp $
SHA1 (pear/DB-1.7.14.tgz) = b82a49cafcf1b87fd3075be5e1f2855c54447d1e
RMD160 (pear/DB-1.7.14.tgz) = 4d6cdc4703c9b6cb9b4a536613373ba59322c69e
Size (pear/DB-1.7.14.tgz) = 133103 bytes