The NetBSD Project

CVS log for pkgsrc/databases/p5-DBD-CSV/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / databases / p5-DBD-CSV

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.31 / (download) - annotate - [select for diffs], Wed Oct 5 08:31:29 2011 UTC (7 months, 2 weeks ago) by hiramatsu
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (colored)

Update p5-DBD-CSV to 0.33.

Changes from previous:

2011-09-07  0.33  H.Merijn Brand

    * NAME / DISTNAME in Makefile.PL

2011-09-07  0.32  H.Merijn Brand

    * TYPE should be numeric
    * Added tests for return count of delete statements in do
    * Upped copyright to 2011
    * Added tests for return count of update statements (Peter Rabbitson)
    * Try to catch (more) usernames on Windows as schema names
    * More cross-checks for META data

Revision 1.30 / (download) - annotate - [select for diffs], Sat Aug 6 20:02:41 2011 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

Revision bump after updating perl to 5.14.1

Revision 1.29 / (download) - annotate - [select for diffs], Wed Sep 22 20:59:53 2010 UTC (20 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.28: +7 -6 lines
Diff to previous 1.28 (colored)

Updating databases/p5-DBD-CSV from 0.30 to 0.31

pkgsrc changes:
- adjust dependencies

Upstream changes:
2010-09-18  0.31  H.Merijn Brand
    * Require 5.8.1 (effectively already doing so by requiring DBI-1.614)
    * Update tests to use warnings and done_testing ()
      requires Test::More-0.90, which is also required for DBI
    * Better diagnostics for empty files
    * Allow late setting of attributes (RT#61168) - requires DBI-1.614

Revision 1.28 / (download) - annotate - [select for diffs], Sat Aug 21 16:32:55 2010 UTC (21 months ago) by seb
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.27 / (download) - annotate - [select for diffs], Tue Aug 17 06:35:28 2010 UTC (21 months, 1 week ago) by sno
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

Bug-Fix in databases/p5-SQL-Statement affects DBD::CSV, so require fixed
version and bump revision to force users to update

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jul 17 08:27:19 2010 UTC (22 months, 1 week ago) by sno
Branch: MAIN
Changes since 1.25: +6 -5 lines
Diff to previous 1.25 (colored)

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

Revision 1.25 / (download) - annotate - [select for diffs], Tue Mar 16 17:31:39 2010 UTC (2 years, 2 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.24: +7 -5 lines
Diff to previous 1.24 (colored)

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)

Revision 1.24 / (download) - annotate - [select for diffs], Sun Nov 1 15:30:39 2009 UTC (2 years, 6 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.23: +3 -1 lines
Diff to previous 1.23 (colored)

fix missing interpreter warning

Revision 1.23 / (download) - annotate - [select for diffs], Sat Oct 17 14:27:20 2009 UTC (2 years, 7 months ago) by sno
Branch: MAIN
Changes since 1.22: +9 -7 lines
Diff to previous 1.22 (colored)

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)

Revision 1.22 / (download) - annotate - [select for diffs], Sun Oct 19 19:17:43 2008 UTC (3 years, 7 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

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=...").

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jun 20 01:09:10 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 (colored)

Add DESTDIR support.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:09 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

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.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Aug 17 15:06:10 2005 UTC (6 years, 9 months ago) by hiramatsu
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.18: +7 -8 lines
Diff to previous 1.18 (colored)

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

Revision 1.18 / (download) - annotate - [select for diffs], Sat Aug 6 06:19:06 2005 UTC (6 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jul 13 18:01:20 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:12 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Dec 20 11:30:57 2004 UTC (7 years, 5 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

since perl is now built with threads on most platforms, the perl archlib
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.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Apr 27 02:27:36 2004 UTC (8 years ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Convert to buildlink3.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jul 17 21:28:30 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 2 01:21:05 2003 UTC (8 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Mar 3 11:15:08 2003 UTC (9 years, 2 months ago) by mjl
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Update p5-DBD-CSV to 0.2002

	* 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

Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 20 23:35:11 2002 UTC (9 years, 7 months ago) by seb
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.9: +3 -6 lines
Diff to previous 1.9 (colored)

Use buildlink2. Use perl5/module.mk.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Feb 14 15:55:20 2002 UTC (10 years, 3 months ago) by mjl
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Update p5-DBD-CSV to 0.2001

  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.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Nov 30 14:15:33 2001 UTC (10 years, 5 months ago) by mjl
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Update to 0.1029

 * lib/DBD/CSV.pm (fetch_row): A numeric value must be assigned to $!.
 * lib/DBD/CSV.pm (fetch_row): Changed "undef $!" to "$! = ''".

Revision 1.7 / (download) - annotate - [select for diffs], Mon Nov 26 06:49:40 2001 UTC (10 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.6: +4 -3 lines
Diff to previous 1.6 (colored)

Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 18 15:20:07 2001 UTC (10 years, 7 months ago) by veego
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

SVR4 packages have a limit of 9 chars for a package name.
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.

Revision 1.5 / (download) - annotate - [select for diffs], Sat May 26 01:53:32 2001 UTC (11 years ago) by mjl
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Update to 0.1027. Changes:

        * lib/DBD/File.pm (table_info): Added closedir().

Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 21 17:30:28 2001 UTC (11 years, 2 months ago) by mjl
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Update to 0.1025

        * 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.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 16 14:17:31 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 16 02:38:05 2000 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Fix dependency line.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Oct 23 13:57:03 2000 UTC (11 years, 7 months ago) by mjl
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of p5-DBD-CSV: Access comma separated value files via
the DBI interface.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 23 13:57:03 2000 UTC (11 years, 7 months ago) by mjl
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>