diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-05-18 19:56:06 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-05-18 19:56:06 +0000 |
commit | 29752b91bd01c45cd294db5b692a93454c4c36d4 (patch) | |
tree | 21229ad6d8c5d50e70217b5293564ee7d16a71ef /databases/pear-DB | |
parent | e6648d55fb781c26e92219d2d61b3d9437f692f5 (diff) | |
download | pkgsrc-29752b91bd01c45cd294db5b692a93454c4c36d4.tar.gz |
- 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 (limited to 'databases/pear-DB')
-rw-r--r-- | databases/pear-DB/DESCR | 15 | ||||
-rw-r--r-- | databases/pear-DB/Makefile | 11 | ||||
-rw-r--r-- | databases/pear-DB/PLIST | 1 | ||||
-rw-r--r-- | databases/pear-DB/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/databases/pear-DB/DESCR b/databases/pear-DB/DESCR new file mode 100644 index 00000000000..7778b1b7280 --- /dev/null +++ b/databases/pear-DB/DESCR @@ -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 --git a/databases/pear-DB/Makefile b/databases/pear-DB/Makefile new file mode 100644 index 00000000000..3914f38cc7c --- /dev/null +++ b/databases/pear-DB/Makefile @@ -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 +HOMEPAGE= http://pear.php.net/package/DB +COMMENT= PHP Database Abstraction Layer + +.include "../../lang/php/pear.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/pear-DB/PLIST b/databases/pear-DB/PLIST new file mode 100644 index 00000000000..bf757d74676 --- /dev/null +++ b/databases/pear-DB/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/18 19:56:06 adrianp Exp $ diff --git a/databases/pear-DB/distinfo b/databases/pear-DB/distinfo new file mode 100644 index 00000000000..01c37b155ec --- /dev/null +++ b/databases/pear-DB/distinfo @@ -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 |