diff options
author | he <he@pkgsrc.org> | 2004-11-06 01:27:29 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-11-06 01:27:29 +0000 |
commit | 9c44ae040bcd8aca1059abbb64c752c286231ef2 (patch) | |
tree | 1e5df53292e859959d0323a5d810b1977d45da69 /databases/p5-DBIx-ContextualFetch | |
parent | 056a75665d91ccbd1c7c5155cfa145cd1f66c03b (diff) | |
download | pkgsrc-9c44ae040bcd8aca1059abbb64c752c286231ef2.tar.gz |
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 (limited to 'databases/p5-DBIx-ContextualFetch')
-rw-r--r-- | databases/p5-DBIx-ContextualFetch/DESCR | 4 | ||||
-rw-r--r-- | databases/p5-DBIx-ContextualFetch/Makefile | 18 | ||||
-rw-r--r-- | databases/p5-DBIx-ContextualFetch/PLIST | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-ContextualFetch/distinfo | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/databases/p5-DBIx-ContextualFetch/DESCR b/databases/p5-DBIx-ContextualFetch/DESCR new file mode 100644 index 00000000000..7da4619bae1 --- /dev/null +++ b/databases/p5-DBIx-ContextualFetch/DESCR @@ -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 --git a/databases/p5-DBIx-ContextualFetch/Makefile b/databases/p5-DBIx-ContextualFetch/Makefile new file mode 100644 index 00000000000..7b6c3fae2a9 --- /dev/null +++ b/databases/p5-DBIx-ContextualFetch/Makefile @@ -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 +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 --git a/databases/p5-DBIx-ContextualFetch/PLIST b/databases/p5-DBIx-ContextualFetch/PLIST new file mode 100644 index 00000000000..c3ce99b3cc7 --- /dev/null +++ b/databases/p5-DBIx-ContextualFetch/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/06 01:27:29 he Exp $ diff --git a/databases/p5-DBIx-ContextualFetch/distinfo b/databases/p5-DBIx-ContextualFetch/distinfo new file mode 100644 index 00000000000..1d78e20a726 --- /dev/null +++ b/databases/p5-DBIx-ContextualFetch/distinfo @@ -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 |