pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBIx-Abstract Initial import of p5-DBIx-A...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f469563cecd
branches:  trunk
changeset: 503645:1f469563cecd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 24 18:46:41 2005 +0000

description:
Initial import of p5-DBIx-Abstract:

This module provides methods for retrieving and storing data in
SQL databases.  It provides methods for all of the more important
SQL commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE).

It endeavors to produce an interface that will be intuitive to
those already familiar with SQL.

Notable features include:

  * data_source generation for some DBD drivers.
  * Can check to make sure the connection is not stale and reconnect
    if it is.
  * Controls statement handles for you.
  * Can delay writes.
  * Generates complex where clauses from hashes and arrays.
  * Shortcuts (convenience functions) for some common cases. (Like
    select_all_to_hashref.)

diffstat:

 databases/p5-DBIx-Abstract/DESCR    |  17 +++++++++++++++++
 databases/p5-DBIx-Abstract/Makefile |  16 ++++++++++++++++
 databases/p5-DBIx-Abstract/PLIST    |   1 +
 databases/p5-DBIx-Abstract/distinfo |   5 +++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r 1019a06637fe -r 1f469563cecd databases/p5-DBIx-Abstract/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-Abstract/DESCR  Thu Nov 24 18:46:41 2005 +0000
@@ -0,0 +1,17 @@
+This module provides methods for retrieving and storing data in
+SQL databases.  It provides methods for all of the more important
+SQL commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE).
+
+It endeavors to produce an interface that will be intuitive to
+those already familiar with SQL.
+
+Notable features include:
+
+  * data_source generation for some DBD drivers.
+  * Can check to make sure the connection is not stale and reconnect
+    if it is.
+  * Controls statement handles for you.
+  * Can delay writes.
+  * Generates complex where clauses from hashes and arrays.
+  * Shortcuts (convenience functions) for some common cases. (Like
+    select_all_to_hashref.)
diff -r 1019a06637fe -r 1f469563cecd databases/p5-DBIx-Abstract/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-Abstract/Makefile       Thu Nov 24 18:46:41 2005 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/24 18:46:41 wiz Exp $
+#
+
+DISTNAME=      DBIx-Abstract-1.006
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    databases perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBIx/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/DBIx-Abstract/
+COMMENT=       SQL Database access functions
+
+PERL5_PACKLIST=                auto/DBIx/Abstract/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1019a06637fe -r 1f469563cecd databases/p5-DBIx-Abstract/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-Abstract/PLIST  Thu Nov 24 18:46:41 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/24 18:46:41 wiz Exp $
diff -r 1019a06637fe -r 1f469563cecd databases/p5-DBIx-Abstract/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-Abstract/distinfo       Thu Nov 24 18:46:41 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/11/24 18:46:41 wiz Exp $
+
+SHA1 (DBIx-Abstract-1.006.tar.gz) = 50cc3eb5158c924214cebcba0291b49a8ddaa402
+RMD160 (DBIx-Abstract-1.006.tar.gz) = b1010fa25ed9c6946e80c370200d9c78cb55c9b5
+Size (DBIx-Abstract-1.006.tar.gz) = 20351 bytes



Home | Main Index | Thread Index | Old Index