pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-DBIx-ContextualFetch Import p5-DBIx-Conte...
details: https://anonhg.NetBSD.org/pkgsrc/rev/27d91a2336c1
branches: trunk
changeset: 483014:27d91a2336c1
user: he <he%pkgsrc.org@localhost>
date: Sat Nov 06 01:27:29 2004 +0000
description:
Import p5-DBIx-ContextualFetch version 1.01.
It always struck me odd that DBI didn't take much advantage of Perl's
context sensitivity. DBIx::ContextualFetch redefines some of the various
fetch methods to fix this oversight. It also adds a few new methods for
convenience (though not necessarily efficiency).
diffstat:
databases/p5-DBIx-ContextualFetch/DESCR | 4 ++++
databases/p5-DBIx-ContextualFetch/Makefile | 18 ++++++++++++++++++
databases/p5-DBIx-ContextualFetch/PLIST | 1 +
databases/p5-DBIx-ContextualFetch/distinfo | 4 ++++
4 files changed, 27 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r c02cf27acc61 -r 27d91a2336c1 databases/p5-DBIx-ContextualFetch/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-ContextualFetch/DESCR Sat Nov 06 01:27:29 2004 +0000
@@ -0,0 +1,4 @@
+It always struck me odd that DBI didn't take much advantage of Perl's
+context sensitivity. DBIx::ContextualFetch redefines some of the various
+fetch methods to fix this oversight. It also adds a few new methods for
+convenience (though not necessarily efficiency).
diff -r c02cf27acc61 -r 27d91a2336c1 databases/p5-DBIx-ContextualFetch/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-ContextualFetch/Makefile Sat Nov 06 01:27:29 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/06 01:27:29 he Exp $
+#
+
+DISTNAME= DBIx-ContextualFetch-1.01
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5dbc
+CATEGORIES= perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/~tmtm/DBIx-ContextualFetch-1.01/
+COMMENT= Perl5 module adding contextual fetches to DBI
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBIx/ContextualFetch/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c02cf27acc61 -r 27d91a2336c1 databases/p5-DBIx-ContextualFetch/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-ContextualFetch/PLIST Sat Nov 06 01:27:29 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/06 01:27:29 he Exp $
diff -r c02cf27acc61 -r 27d91a2336c1 databases/p5-DBIx-ContextualFetch/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-ContextualFetch/distinfo Sat Nov 06 01:27:29 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/06 01:27:29 he Exp $
+
+SHA1 (DBIx-ContextualFetch-1.01.tar.gz) = 89263b07fa36c568e40660e5a80e6777e03b7002
+Size (DBIx-ContextualFetch-1.01.tar.gz) = 3594 bytes
Home |
Main Index |
Thread Index |
Old Index