2010-01-26 12:54:16 +01:00
|
|
|
# $NetBSD: Makefile,v 1.16 2010/01/26 11:54:16 sno Exp $
|
2008-07-15 10:41:32 +02:00
|
|
|
|
2010-01-26 12:54:16 +01:00
|
|
|
DISTNAME= DBIx-Class-0.08115
|
2008-07-15 10:41:32 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://search.cpan.org/dist/DBIx-Class/
|
|
|
|
COMMENT= Extensible and flexible object <-> relational mapper
|
2009-06-15 22:30:03 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2008-07-15 10:41:32 +02:00
|
|
|
|
Update from version 0.08102 to version 0.08103.
Pkgsrc changes:
- Adjust dependencies.
Upstream changes:
0.08103 2009-05-26 19:50:00 (UTC)
- Multiple $resultset -> count/update/delete fixes. Now any
of these operations will succeed, regardless of the complexity
of $resultset. distinct, group_by, join, prefetch are all
supported with expected results
- Return value of $rs->delete is now the storage return value
and not 1 as it used to be
- don't pass SQL functions into GROUP BY
- Remove MultiDistinctEmulation.pm, effectively deprecating
{ select => { distinct => [ qw/col1 col2/ ] } }
- Change ->count code to work correctly with DISTINCT (distinct => 1)
via GROUP BY
- Removed interpolation of bind vars for as_query - placeholders
are preserved and nested query bind variables are properly
merged in the correct order
- Refactor DBIx::Class::Storage::DBI::Sybase to automatically
load a subclass, namely Microsoft_SQL_Server.pm
(similar to DBIx::Class::Storage::DBI::ODBC)
- Refactor InflateColumn::DateTime to allow components to
circumvent DateTime parsing
- Support inflation of timestamp datatype
- Support BLOB and CLOB datatypes on Oracle
- Storage::DBI::Replicated::Balancer::Random:
added master_read_weight
- Storage::DBI::Replicated: storage opts from connect_info,
connect_info merging to replicants, hashref connect_info support,
improved trace output, other bug fixes/cleanups
- distinct => 1 with prefetch now groups by all columns
- on_connect_do accepts a single string equivalent to a one
element arrayref (RT#45159)
- DB2 limit + offset now works correctly
- Sybase now supports autoinc PKs (RT#40265)
- Prefetch on joins over duplicate relations now works
correctly (RT#28451)
- "timestamp with time zone" columns (for Pg) now get inflated with a
time zone information preserved
- MSSQL Top limit-emulation improvements (GROUP BY and subquery support)
- ResultSetColumn will not lose the joins infered from a parent
resultset prefetch
2009-06-07 15:46:36 +02:00
|
|
|
DEPENDS+= p5-Carp-Clan>=6.0:../../devel/p5-Carp-Clan
|
2009-09-12 21:30:16 +02:00
|
|
|
DEPENDS+= p5-Class-Accessor-Grouped>=0.09000:../../devel/p5-Class-Accessor-Grouped
|
2010-01-26 12:54:16 +01:00
|
|
|
#DEPENDS+= p5-Class-C3>=0.20:../../devel/p5-Class-C3
|
2009-04-29 10:56:14 +02:00
|
|
|
DEPENDS+= p5-Class-C3-Componentised>=1.0005:../../devel/p5-Class-C3-Componentised
|
Update from version 0.08102 to version 0.08103.
Pkgsrc changes:
- Adjust dependencies.
Upstream changes:
0.08103 2009-05-26 19:50:00 (UTC)
- Multiple $resultset -> count/update/delete fixes. Now any
of these operations will succeed, regardless of the complexity
of $resultset. distinct, group_by, join, prefetch are all
supported with expected results
- Return value of $rs->delete is now the storage return value
and not 1 as it used to be
- don't pass SQL functions into GROUP BY
- Remove MultiDistinctEmulation.pm, effectively deprecating
{ select => { distinct => [ qw/col1 col2/ ] } }
- Change ->count code to work correctly with DISTINCT (distinct => 1)
via GROUP BY
- Removed interpolation of bind vars for as_query - placeholders
are preserved and nested query bind variables are properly
merged in the correct order
- Refactor DBIx::Class::Storage::DBI::Sybase to automatically
load a subclass, namely Microsoft_SQL_Server.pm
(similar to DBIx::Class::Storage::DBI::ODBC)
- Refactor InflateColumn::DateTime to allow components to
circumvent DateTime parsing
- Support inflation of timestamp datatype
- Support BLOB and CLOB datatypes on Oracle
- Storage::DBI::Replicated::Balancer::Random:
added master_read_weight
- Storage::DBI::Replicated: storage opts from connect_info,
connect_info merging to replicants, hashref connect_info support,
improved trace output, other bug fixes/cleanups
- distinct => 1 with prefetch now groups by all columns
- on_connect_do accepts a single string equivalent to a one
element arrayref (RT#45159)
- DB2 limit + offset now works correctly
- Sybase now supports autoinc PKs (RT#40265)
- Prefetch on joins over duplicate relations now works
correctly (RT#28451)
- "timestamp with time zone" columns (for Pg) now get inflated with a
time zone information preserved
- MSSQL Top limit-emulation improvements (GROUP BY and subquery support)
- ResultSetColumn will not lose the joins infered from a parent
resultset prefetch
2009-06-07 15:46:36 +02:00
|
|
|
DEPENDS+= p5-Class-Inspector>=1.24:../../devel/p5-Class-Inspector
|
|
|
|
DEPENDS+= p5-DBD-SQLite>=1.25:../../databases/p5-DBD-SQLite
|
2009-04-24 19:28:05 +02:00
|
|
|
DEPENDS+= p5-Data-Page>=2.00:../../devel/p5-Data-Page
|
2009-11-18 22:31:50 +01:00
|
|
|
DEPENDS+= p5-Data-Dumper-Concise>=1.000:../../devel/p5-Data-Dumper-Concise
|
Update from version 0.08102 to version 0.08103.
Pkgsrc changes:
- Adjust dependencies.
Upstream changes:
0.08103 2009-05-26 19:50:00 (UTC)
- Multiple $resultset -> count/update/delete fixes. Now any
of these operations will succeed, regardless of the complexity
of $resultset. distinct, group_by, join, prefetch are all
supported with expected results
- Return value of $rs->delete is now the storage return value
and not 1 as it used to be
- don't pass SQL functions into GROUP BY
- Remove MultiDistinctEmulation.pm, effectively deprecating
{ select => { distinct => [ qw/col1 col2/ ] } }
- Change ->count code to work correctly with DISTINCT (distinct => 1)
via GROUP BY
- Removed interpolation of bind vars for as_query - placeholders
are preserved and nested query bind variables are properly
merged in the correct order
- Refactor DBIx::Class::Storage::DBI::Sybase to automatically
load a subclass, namely Microsoft_SQL_Server.pm
(similar to DBIx::Class::Storage::DBI::ODBC)
- Refactor InflateColumn::DateTime to allow components to
circumvent DateTime parsing
- Support inflation of timestamp datatype
- Support BLOB and CLOB datatypes on Oracle
- Storage::DBI::Replicated::Balancer::Random:
added master_read_weight
- Storage::DBI::Replicated: storage opts from connect_info,
connect_info merging to replicants, hashref connect_info support,
improved trace output, other bug fixes/cleanups
- distinct => 1 with prefetch now groups by all columns
- on_connect_do accepts a single string equivalent to a one
element arrayref (RT#45159)
- DB2 limit + offset now works correctly
- Sybase now supports autoinc PKs (RT#40265)
- Prefetch on joins over duplicate relations now works
correctly (RT#28451)
- "timestamp with time zone" columns (for Pg) now get inflated with a
time zone information preserved
- MSSQL Top limit-emulation improvements (GROUP BY and subquery support)
- ResultSetColumn will not lose the joins infered from a parent
resultset prefetch
2009-06-07 15:46:36 +02:00
|
|
|
DEPENDS+= p5-JSON-Any>=1.18:../../converters/p5-JSON-Any
|
2009-04-24 19:28:05 +02:00
|
|
|
DEPENDS+= p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat
|
Update from version 0.08102 to version 0.08103.
Pkgsrc changes:
- Adjust dependencies.
Upstream changes:
0.08103 2009-05-26 19:50:00 (UTC)
- Multiple $resultset -> count/update/delete fixes. Now any
of these operations will succeed, regardless of the complexity
of $resultset. distinct, group_by, join, prefetch are all
supported with expected results
- Return value of $rs->delete is now the storage return value
and not 1 as it used to be
- don't pass SQL functions into GROUP BY
- Remove MultiDistinctEmulation.pm, effectively deprecating
{ select => { distinct => [ qw/col1 col2/ ] } }
- Change ->count code to work correctly with DISTINCT (distinct => 1)
via GROUP BY
- Removed interpolation of bind vars for as_query - placeholders
are preserved and nested query bind variables are properly
merged in the correct order
- Refactor DBIx::Class::Storage::DBI::Sybase to automatically
load a subclass, namely Microsoft_SQL_Server.pm
(similar to DBIx::Class::Storage::DBI::ODBC)
- Refactor InflateColumn::DateTime to allow components to
circumvent DateTime parsing
- Support inflation of timestamp datatype
- Support BLOB and CLOB datatypes on Oracle
- Storage::DBI::Replicated::Balancer::Random:
added master_read_weight
- Storage::DBI::Replicated: storage opts from connect_info,
connect_info merging to replicants, hashref connect_info support,
improved trace output, other bug fixes/cleanups
- distinct => 1 with prefetch now groups by all columns
- on_connect_do accepts a single string equivalent to a one
element arrayref (RT#45159)
- DB2 limit + offset now works correctly
- Sybase now supports autoinc PKs (RT#40265)
- Prefetch on joins over duplicate relations now works
correctly (RT#28451)
- "timestamp with time zone" columns (for Pg) now get inflated with a
time zone information preserved
- MSSQL Top limit-emulation improvements (GROUP BY and subquery support)
- ResultSetColumn will not lose the joins infered from a parent
resultset prefetch
2009-06-07 15:46:36 +02:00
|
|
|
DEPENDS+= p5-Module-Find>=0.06:../../devel/p5-Module-Find
|
|
|
|
DEPENDS+= p5-Path-Class>=0.16:../../devel/p5-Path-Class
|
2009-11-18 22:31:50 +01:00
|
|
|
DEPENDS+= p5-SQL-Abstract>=1.60:../../databases/p5-SQL-Abstract
|
2009-04-24 19:28:05 +02:00
|
|
|
DEPENDS+= p5-SQL-Abstract-Limit>=0.13:../../databases/p5-SQL-Abstract-Limit
|
2008-07-15 10:41:32 +02:00
|
|
|
DEPENDS+= p5-Scope-Guard>=0.03:../../devel/p5-Scope-Guard
|
2009-04-24 19:28:05 +02:00
|
|
|
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils
|
|
|
|
DEPENDS+= {perl>=5.10,p5-Storable-[0-9]*}:../../devel/p5-Storable
|
|
|
|
DEPENDS+= p5-Sub-Name>=0.04:../../devel/p5-Sub-Name
|
2008-07-15 10:41:32 +02:00
|
|
|
|
2010-01-26 12:54:16 +01:00
|
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp
|
2009-02-15 19:13:58 +01:00
|
|
|
BUILD_DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
|
2009-07-19 13:08:00 +02:00
|
|
|
BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
|
2010-01-26 12:54:16 +01:00
|
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple
|
2009-09-12 21:30:16 +02:00
|
|
|
BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn
|
2009-02-15 19:13:58 +01:00
|
|
|
|
2009-05-19 08:49:14 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2009-06-15 22:30:03 +02:00
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/DBIx/Class/.packlist
|
|
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
|
|
|
|
BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.605
|
2008-07-15 10:41:32 +02:00
|
|
|
|
2009-04-24 19:28:05 +02:00
|
|
|
.include "../../databases/p5-DBI/buildlink3.mk"
|
2008-07-15 10:41:32 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|