From 38b5a541052878a8bdeec454e084a2fa75fc9d52 Mon Sep 17 00:00:00 2001 From: salo Date: Thu, 2 Jun 2005 22:44:57 +0000 Subject: Pullup ticket 532 - requested by Manuel Bouyer add pear-DB package Revisions pulled up: - pkgsrc/databases/pear-DB/Makefile 1.1.1.1 - pkgsrc/databases/pear-DB/DESCR 1.1.1.1 - pkgsrc/databases/pear-DB/PLIST 1.1.1.1 - pkgsrc/databases/pear-DB/distinfo 1.1.1.1 - pkgsrc/databases/Makefile 1.171 Module Name: pkgsrc Committed By: adrianp Date: Wed May 18 19:56:06 UTC 2005 Update of /cvsroot/pkgsrc/databases/pear-DB In directory ivanova.netbsd.org:/tmp/cvs-serv18260 Log Message: - 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 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 --- Module Name: pkgsrc Committed By: adrianp Date: Wed May 18 19:58:45 UTC 2005 Modified Files: pkgsrc/databases: Makefile Log Message: - Note addition of pear-DB-1.7.6 --- databases/Makefile | 3 ++- databases/pear-DB/DESCR | 15 +++++++++++++++ databases/pear-DB/Makefile | 11 +++++++++++ databases/pear-DB/PLIST | 1 + databases/pear-DB/distinfo | 5 +++++ 5 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 databases/pear-DB/DESCR create mode 100644 databases/pear-DB/Makefile create mode 100644 databases/pear-DB/PLIST create mode 100644 databases/pear-DB/distinfo (limited to 'databases') diff --git a/databases/Makefile b/databases/Makefile index fa231c9f782..6e8d9c75dfb 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.164 2005/03/06 17:03:55 taca Exp $ +# $NetBSD: Makefile,v 1.164.2.1 2005/06/02 22:44:57 salo Exp $ # COMMENT= Databases @@ -82,6 +82,7 @@ SUBDIR+= p5-gdbm SUBDIR+= p5-perl-ldap SUBDIR+= p5-postgresql SUBDIR+= p5-sybperl +SUBDIR+= pear-DB SUBDIR+= pgaccess SUBDIR+= pgpool SUBDIR+= php-dba 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..d50a811d64f --- /dev/null +++ b/databases/pear-DB/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1.2.2 2005/06/02 22:44:58 salo 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..866bad1f973 --- /dev/null +++ b/databases/pear-DB/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1.2.2 2005/06/02 22:44:58 salo Exp $ diff --git a/databases/pear-DB/distinfo b/databases/pear-DB/distinfo new file mode 100644 index 00000000000..ea04181cfcb --- /dev/null +++ b/databases/pear-DB/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1.2.2 2005/06/02 22:44:58 salo 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 -- cgit v1.2.3