pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-Tie-DBI Importing package for p5 module T...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6a5bbc2549e
branches:  trunk
changeset: 394742:f6a5bbc2549e
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Jun 14 22:36:41 2009 +0000

description:
Importing package for p5 module Tie::DBI 1.02.

This module allows you to tie Perl associative arrays (hashes) to SQL
databases using the DBI interface. The tied hash is associated with a
table in a local or networked database. One column becomes the hash key.
Each row of the table becomes an associative array, from which individual
fields can be set or retrieved.

diffstat:

 databases/p5-Tie-DBI/DESCR    |   5 +++++
 databases/p5-Tie-DBI/Makefile |  21 +++++++++++++++++++++
 databases/p5-Tie-DBI/distinfo |   5 +++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r fef7d1204b1b -r f6a5bbc2549e databases/p5-Tie-DBI/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Tie-DBI/DESCR        Sun Jun 14 22:36:41 2009 +0000
@@ -0,0 +1,5 @@
+This module allows you to tie Perl associative arrays (hashes) to SQL
+databases using the DBI interface. The tied hash is associated with a
+table in a local or networked database. One column becomes the hash key.
+Each row of the table becomes an associative array, from which individual
+fields can be set or retrieved.
diff -r fef7d1204b1b -r f6a5bbc2549e databases/p5-Tie-DBI/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Tie-DBI/Makefile     Sun Jun 14 22:36:41 2009 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/06/14 22:36:41 sno Exp $
+#
+
+DISTNAME=      Tie-DBI-1.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    databases perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Tie/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Tie-DBI/
+COMMENT=       Tie hashes to DBI relational databases 
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-Encode-[0-9]*:../../textproc/p5-Encode
+
+PERL5_PACKLIST=                auto/Tie/DBI/.packlist
+
+.include "../../databases/p5-DBI/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fef7d1204b1b -r f6a5bbc2549e databases/p5-Tie-DBI/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Tie-DBI/distinfo     Sun Jun 14 22:36:41 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/06/14 22:36:41 sno Exp $
+
+SHA1 (Tie-DBI-1.02.tar.gz) = 4f328e2129be1fa0feb32a78e9b61b6eef1f3243
+RMD160 (Tie-DBI-1.02.tar.gz) = b8e0c1107049f19202541b3a174f2baa6c18780e
+Size (Tie-DBI-1.02.tar.gz) = 23857 bytes



Home | Main Index | Thread Index | Old Index