pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/pear-DB - Import of pear-DB



details:   https://anonhg.NetBSD.org/pkgsrc/rev/109ee48ff73d
branches:  trunk
changeset: 494051:109ee48ff73d
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed May 18 19:56:06 2005 +0000

description:
- Import of pear-DB
DB is a database abstraction layer providing:
* an OO-style query API
* portability features that make programs written for one DBMS work with i
  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

diffstat:

 databases/pear-DB/DESCR    |  15 +++++++++++++++
 databases/pear-DB/Makefile |  11 +++++++++++
 databases/pear-DB/PLIST    |   1 +
 databases/pear-DB/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 86ec786f3ba6 -r 109ee48ff73d databases/pear-DB/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/pear-DB/DESCR   Wed May 18 19:56:06 2005 +0000
@@ -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
diff -r 86ec786f3ba6 -r 109ee48ff73d databases/pear-DB/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/pear-DB/Makefile        Wed May 18 19:56:06 2005 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/18 19:56:06 adrianp Exp $
+
+DISTNAME=      DB-1.7.6
+CATEGORIES=    databases
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+HOMEPAGE=      http://pear.php.net/package/DB
+COMMENT=       PHP Database Abstraction Layer
+
+.include "../../lang/php/pear.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 86ec786f3ba6 -r 109ee48ff73d databases/pear-DB/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/pear-DB/PLIST   Wed May 18 19:56:06 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/18 19:56:06 adrianp Exp $
diff -r 86ec786f3ba6 -r 109ee48ff73d databases/pear-DB/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/pear-DB/distinfo        Wed May 18 19:56:06 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/05/18 19:56:06 adrianp Exp $
+
+SHA1 (pear/DB-1.7.6.tgz) = cbb757ada4a3bb5e672c42105e8975ce81614fc6
+RMD160 (pear/DB-1.7.6.tgz) = 66ac157e769864c0c975e0509cc3d5bf728ddaa3
+Size (pear/DB-1.7.6.tgz) = 124807 bytes



Home | Main Index | Thread Index | Old Index