pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q1]: pkgsrc/databases Pullup ticket 532 - requested by Man...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a17a1672a222
branches:  pkgsrc-2005Q1
changeset: 491089:a17a1672a222
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Jun 02 22:44:57 2005 +0000

description:
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

diffstat:

 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 deletions(-)

diffs (65 lines):

diff -r 1f95a661f272 -r a17a1672a222 databases/Makefile
--- a/databases/Makefile        Thu Jun 02 11:12:40 2005 +0000
+++ b/databases/Makefile        Thu Jun 02 22:44:57 2005 +0000
@@ -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-perl-ldap
 SUBDIR+=       p5-postgresql
 SUBDIR+=       p5-sybperl
+SUBDIR+=       pear-DB
 SUBDIR+=       pgaccess
 SUBDIR+=       pgpool
 SUBDIR+=       php-dba
diff -r 1f95a661f272 -r a17a1672a222 databases/pear-DB/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/pear-DB/DESCR   Thu Jun 02 22:44:57 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 1f95a661f272 -r a17a1672a222 databases/pear-DB/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/pear-DB/Makefile        Thu Jun 02 22:44:57 2005 +0000
@@ -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@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 1f95a661f272 -r a17a1672a222 databases/pear-DB/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/pear-DB/PLIST   Thu Jun 02 22:44:57 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1.2.2 2005/06/02 22:44:58 salo Exp $
diff -r 1f95a661f272 -r a17a1672a222 databases/pear-DB/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/pear-DB/distinfo        Thu Jun 02 22:44:57 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index