summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-CSV
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-04-27Convert to buildlink3.snj1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-03Update p5-DBD-CSV to 0.2002mjl2-5/+5
* added parser-caching for speedier operation, see File.pm prepare() * further adjustments in tests including fix for prototypes to make it perl 5.8 compatible
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-02-14Update p5-DBD-CSV to 0.2001mjl2-5/+5
adjusted docs to show Jeff as the new maintainer. added docs for extended SQL features (joins, etc.) available with SQL::Statement 1.0 and above. adjusted tests blobs.t, chopblanks.t, and ak-dbd.t to work with all versions of SQL::Statement.
2001-11-30Update to 0.1029mjl2-5/+5
* lib/DBD/CSV.pm (fetch_row): A numeric value must be assigned to $!. * lib/DBD/CSV.pm (fetch_row): Changed "undef $!" to "$! = ''".
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-05-26Update to 0.1027. Changes:mjl2-5/+5
* lib/DBD/File.pm (table_info): Added closedir().
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-03-21Update to 0.1025mjl2-4/+4
* lib/DBD/CSV.pm (fetch_row): Now cleaning $! before calling $csv->getline(). Seems to return false errors otherwise in some cases. * Made Makefile.PL CPAN conformant. * Removed unnecessary stuff in Makefile.PL which verified the DBI installation. * lib/DBD/File.pm (STORE): Changed croak to die. * Minor fix in the docs * Minor compatibility fixes in the test suite for Perl 5.6.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-16Fix dependency line.wiz1-2/+2
2000-10-23Initial import of p5-DBD-CSV: Access comma separated value files viamjl5-0/+30
the DBI interface.