diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-24 18:46:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-24 18:46:41 +0000 |
commit | 0fb47caf9c6b2bbf84f0e9c49248a8cbb5eaf6f1 (patch) | |
tree | 352c25d4f0b491cc09f63c1926e9afebe4be70b4 /databases | |
parent | ad2ea890f5b497d2951ba46eb83de664905a7bcf (diff) | |
download | pkgsrc-0fb47caf9c6b2bbf84f0e9c49248a8cbb5eaf6f1.tar.gz |
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 (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Abstract/DESCR | 17 | ||||
-rw-r--r-- | databases/p5-DBIx-Abstract/Makefile | 16 | ||||
-rw-r--r-- | databases/p5-DBIx-Abstract/PLIST | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-Abstract/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Abstract/DESCR b/databases/p5-DBIx-Abstract/DESCR new file mode 100644 index 00000000000..e6ed13be556 --- /dev/null +++ b/databases/p5-DBIx-Abstract/DESCR @@ -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 --git a/databases/p5-DBIx-Abstract/Makefile b/databases/p5-DBIx-Abstract/Makefile new file mode 100644 index 00000000000..161bf81b8c1 --- /dev/null +++ b/databases/p5-DBIx-Abstract/Makefile @@ -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 +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 --git a/databases/p5-DBIx-Abstract/PLIST b/databases/p5-DBIx-Abstract/PLIST new file mode 100644 index 00000000000..9a719ddea7c --- /dev/null +++ b/databases/p5-DBIx-Abstract/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/24 18:46:41 wiz Exp $ diff --git a/databases/p5-DBIx-Abstract/distinfo b/databases/p5-DBIx-Abstract/distinfo new file mode 100644 index 00000000000..a3af3e52c00 --- /dev/null +++ b/databases/p5-DBIx-Abstract/distinfo @@ -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 |