Path to this page:
./
databases/p5-DBD-CSV,
Access CSV files via DBI
Branch: CURRENT,
Version: 0.30,
Package name: p5-DBD-CSV-0.30,
Maintainer: pkgsrc-usersThe DBD::CSV module is yet another driver for the DBI that implements
access to so-called CSV files (Comma separated values). Such files are
mostly used for exporting MS Access and MS Excel data.
Required to run:[
textproc/p5-Text-CSV_XS] [
databases/p5-DBI] [
databases/p5-SQL-Statement] [
lang/perl5]
Master sites: (Expand)
SHA1: 26b2f5bf4a7f7e0590f2c952c2bf7c8832b969f4
RMD160: 3c2fa79804607b669e8ec1e4f93ebebc31f4624d
Filesize: 29.009 KB
Version history: (Expand)
- (2010-07-17) Updated to version: p5-DBD-CSV-0.30
- (2010-03-16) Updated to version: p5-DBD-CSV-0.28
- (2009-11-01) Updated to version: p5-DBD-CSV-0.25nb1
- (2009-10-17) Updated to version: p5-DBD-CSV-0.25
- (2008-10-20) Updated to version: p5-DBD-CSV-0.22nb1
- (2005-10-05) Package added to pkgsrc.se, version p5-DBD-CSV-0.22 (created)
CVS history: (Expand)
2010-07-17 10:27:19 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
Updating databases/p5-DBD-CSV from 0.28 to 0.30
pkgsrc changes:
- add conflicts for p5-SQL-Statement<=1.27 and p5-DBI<=1.611
Upstream changes (since 1.28):
2010-07-06 0.30 H.Merijn Brand
* Text::CSV_XS now called with auto_diag
* Implement valid_attrs
* Next version will require DBI-1.612 or higher
This is a transition release
2010-07-04 0.29_03 H.Merijn Brand
* Remove leftover debug. Causes fails
2010-07-02 0.29_02 H.Merijn Brand
* More work to keep in sync with DBI development (Jens)
* Better diagnostics for missing modules
* More spell-check fixes
* Tests for ChopBlanks (now fixed in DBD::File)
* Tests changed to accept old and new DBI
* Statement handle attributes handled in new DBD::File
2010-06-11 0.29_01 H.Merijn Brand
* Prepare for DBD::File-0.39 (DBI-1.612+)
Should still work with older DBI versions
* Documentation updates (style, consistency, spell-checking)
* Test folder cleanup
* More tests for insert
* Tested RT#58039
2010-05-03 0.29 H.Merijn Brand
* Fix git URL in META.yml
* Add empty CLONE method to prevent warning when cloning threads
* Minimum perl 5.8.1
* Minimum Text::CSV_XS 0.71
* Support for f_encoding (requires DBI-1.611)
* Documentation updates
|
| 2010-03-16 18:31:39 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating databases/p5-DBD-CSV from 0.25nb1 to 0.28
pkgsrc changes:
- Adjust dependencies
Upstream changes:
2010-03-16 0.28 H.Merijn Brand
* Remove t/00_minimumversion.t from distribution
* Dropped YAML spec to 1.0
* Sync up with SQL::Statement 1.25
NOTE: Internals of both modules changed. They will change again for
SQL::Statement 2.0
2010-02-17 0.27 H.Merijn Brand
* Upped copyright to 2010
* Doc-fix typo in link (Detlef Pilzecker)
* Doc-fix small typo's
2009-11-10 0.26 H.Merijn Brand
* Adjustments for windows (RT#50544)
* Mark all non-\w chars illegal in field and table names
* Fix field types after execute (RT#51090, vgdoqd)
* Fix for NULL joins. Requires SQL::Statement 1.23 (RT#43010, JBAZIK)
|
| 2009-11-01 16:30:40 by Tobias Nygren | Files touched by this commit (1) |
Log message:
fix missing interpreter warning
|
2009-10-17 16:27:21 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
Updating databases/p5-DBD-CSV from 0.22 to 0.24
pkgsrc changes:
- Adjusting dependencies
- Adding license definition
Upstream changes:
2009-10-15 H.Merijn Brand (0.25)
* Raised minimum perl version to 5.005_03
* Requires Text::CSV_XS 0.43 (needs eof () method and
error_diag ()) (RT#33764)
* Code cleanup (perlcritic, style, layout)
* Implemented f_ext
* Implemented f_schema (in DBD::File)
* Split csv handles for input (no eol default) and
output (default "\r\n") (RT#33767)
* Updated info URL's
* Cleaned up tests
* Tests now use Test::More
* Cut down README. No need to be a duplicate module pod
* Added TODO to documentation
* Added examples/ from docs
* Add csv_null
* Add csv_* to pass to the parser
* Improved error handling and reporting
* Table names case sensitiveness
* Implemented raw_header (RT#44583)
|
| 2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
| 2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|
| 2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
| 2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to \
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|