diff options
author | hiramatsu <hiramatsu> | 2005-08-17 15:06:10 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2005-08-17 15:06:10 +0000 |
commit | 0fea93f29f7e861e0b8d52987b0528da382b3011 (patch) | |
tree | 554687ff964e6e84b2439a30ad5ad5b1460d57f4 /databases/p5-DBD-CSV | |
parent | 2c7c09869a6cc0f7712d02aa063c7631b216460f (diff) | |
download | pkgsrc-0fea93f29f7e861e0b8d52987b0528da382b3011.tar.gz |
Updated to version 0.22. Changes from 0.2002:
2005-04-01 Jeff Zucker <jzuckerATcpan.org> (0.22)
* removed DESTROY and disconnect - use DBD File's instead
* added ignore_missing_table flag to avoid warnings with
DROP TABLE IF EXISTS
2004-04-18 Jeff Zucker <jzuckerATcpan.org> (0.21)
* added support for $dbh->{Active}, should now work
well with Class::DBI and other caching systems
* added support for DROP TABLE IF EXISTS - doesn't
complain if table is already dropped
* removed DBD::File from the distribution - it's now
distributed with DBI 1.42 and higher
Diffstat (limited to 'databases/p5-DBD-CSV')
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 15 | ||||
-rw-r--r-- | databases/p5-DBD-CSV/distinfo | 8 |
2 files changed, 11 insertions, 12 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index 71a5788a9cd..921dbe632a5 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -1,22 +1,21 @@ -# $NetBSD: Makefile,v 1.18 2005/08/06 06:19:06 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/08/17 15:06:10 hiramatsu Exp $ # -DISTNAME= DBD-CSV-0.2002 +DISTNAME= DBD-CSV-0.22 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dcs -PKGREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} MAINTAINER= tech-pkg@NetBSD.org -# HOMEPAGE= http:// +HOMEPAGE= http://search.cpan.org/dist/DBD-CSV/ COMMENT= Access CSV files via DBI -DEPENDS+= p5-DBI>=1.13:../../databases/p5-DBI -DEPENDS+= p5-SQL-Statement>=0.1016:../../databases/p5-SQL-Statement -DEPENDS+= p5-Text-CSV_XS>=0.20:../../textproc/p5-Text-CSV_XS +DEPENDS+= p5-DBI>=1.13:../../databases/p5-DBI +DEPENDS+= p5-SQL-Statement>=0.1016:../../databases/p5-SQL-Statement +DEPENDS+= p5-Text-CSV_XS>=0.20:../../textproc/p5-Text-CSV_XS -PERL5_PACKLIST= auto/DBD/CSV/.packlist +PERL5_PACKLIST= auto/DBD/CSV/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBD-CSV/distinfo b/databases/p5-DBD-CSV/distinfo index ef254577aa3..45778ea5c6a 100644 --- a/databases/p5-DBD-CSV/distinfo +++ b/databases/p5-DBD-CSV/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2005/02/23 16:33:07 agc Exp $ +$NetBSD: distinfo,v 1.8 2005/08/17 15:06:10 hiramatsu Exp $ -SHA1 (DBD-CSV-0.2002.tar.gz) = 62ecfbfa6965f98dfe580b748af99df92493e362 -RMD160 (DBD-CSV-0.2002.tar.gz) = 9366f8dc597a52a027258fb54e6b7cb538d41760 -Size (DBD-CSV-0.2002.tar.gz) = 39046 bytes +SHA1 (DBD-CSV-0.22.tar.gz) = e34c017db56288323be174b851307b5735e7674d +RMD160 (DBD-CSV-0.22.tar.gz) = 5688c4ac9307e0542213dc3460e91896eb710a68 +Size (DBD-CSV-0.22.tar.gz) = 37174 bytes |