mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
* Update to 2.019000
* Update with stage dir support Change Log: http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.019000/Changes
This commit is contained in:
parent
39cc6a799f
commit
654fd0e5cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332386
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= DBIx-Class-Helpers
|
||||
PORTVERSION= 2.018002
|
||||
PORTVERSION= 2.019000
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -10,66 +10,25 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= tj@FreeBSD.org
|
||||
COMMENT= Simplify the common case stuff for DBIx::Class
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-DBIx-Class>=0.08123:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||
p5-DBIx-Class-Candy>=0:${PORTSDIR}/databases/p5-DBIx-Class-Candy \
|
||||
p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase \
|
||||
p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean \
|
||||
p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan \
|
||||
p5-Sub-Exporter-Progressive>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive \
|
||||
p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect
|
||||
p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \
|
||||
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
||||
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
|
||||
p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
|
||||
p5-DateTime-Format-SQLite>=0:${PORTSDIR}/devel/p5-DateTime-Format-SQLite
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= DBIx::Class::Helpers.3 \
|
||||
DBIx::Class::Helper::IgnoreWantarray.3 \
|
||||
DBIx::Class::Helper::JoinTable.3 \
|
||||
DBIx::Class::Helper::Random.3 \
|
||||
DBIx::Class::Helper::ResultSet.3 \
|
||||
DBIx::Class::Helper::ResultSet::AutoRemoveColumns.3 \
|
||||
DBIx::Class::Helper::ResultSet::CorrelateRelationship.3 \
|
||||
DBIx::Class::Helper::ResultSet::IgnoreWantarray.3 \
|
||||
DBIx::Class::Helper::ResultSet::Me.3 \
|
||||
DBIx::Class::Helper::ResultSet::NoColumns.3 \
|
||||
DBIx::Class::Helper::ResultSet::Random.3 \
|
||||
DBIx::Class::Helper::ResultSet::RemoveColumns.3 \
|
||||
DBIx::Class::Helper::ResultSet::ResultClassDWIM.3 \
|
||||
DBIx::Class::Helper::ResultSet::SearchOr.3 \
|
||||
DBIx::Class::Helper::ResultSet::SetOperations.3 \
|
||||
DBIx::Class::Helper::ResultSet::Shortcut.3 \
|
||||
DBIx::Class::Helper::ResultSet::Shortcut::AddColumns.3 \
|
||||
DBIx::Class::Helper::ResultSet::Shortcut::Columns.3 \
|
||||
DBIx::Class::Helper::ResultSet::Shortcut::Distinct.3 \
|
||||
DBIx::Class::Helper::ResultSet::Shortcut::GroupBy.3 \
|
||||
DBIx::Class::Helper::ResultSet::Shortcut::HRI.3 \
|
||||
DBIx::Class::Helper::ResultSet::Shortcut::HasRows.3 \
|
||||
DBIx::Class::Helper::ResultSet::Shortcut::Limit.3 \
|
||||
DBIx::Class::Helper::ResultSet::Shortcut::OrderBy.3 \
|
||||
DBIx::Class::Helper::ResultSet::Shortcut::OrderByMagic.3 \
|
||||
DBIx::Class::Helper::ResultSet::Shortcut::Prefetch.3 \
|
||||
DBIx::Class::Helper::ResultSet::Shortcut::Rows.3 \
|
||||
DBIx::Class::Helper::ResultSet::Union.3 \
|
||||
DBIx::Class::Helper::ResultSet::VirtualView.3 \
|
||||
DBIx::Class::Helper::Row::JoinTable.3 \
|
||||
DBIx::Class::Helper::Row::NumifyGet.3 \
|
||||
DBIx::Class::Helper::Row::OnColumnChange.3 \
|
||||
DBIx::Class::Helper::Row::ProxyResultSetMethod.3 \
|
||||
DBIx::Class::Helper::Row::ProxyResultSetUpdate.3 \
|
||||
DBIx::Class::Helper::Row::RelationshipDWIM.3 \
|
||||
DBIx::Class::Helper::Row::SelfResultSet.3 \
|
||||
DBIx::Class::Helper::Row::StorageValues.3 \
|
||||
DBIx::Class::Helper::Row::SubClass.3 \
|
||||
DBIx::Class::Helper::Row::ToJSON.3 \
|
||||
DBIx::Class::Helper::Schema::GenerateSource.3 \
|
||||
DBIx::Class::Helper::Schema::LintContents.3 \
|
||||
DBIx::Class::Helper::Schema::QuoteNames.3 \
|
||||
DBIx::Class::Helper::SubClass.3 \
|
||||
DBIx::Class::Helper::VirtualView.3 \
|
||||
DBIx::Class::Helpers::Util.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (DBIx-Class-Helpers-2.018002.tar.gz) = 11f6c61343d545957a70f3cf535184ec5789d6cfb50916f9435cdc0321838fc7
|
||||
SIZE (DBIx-Class-Helpers-2.018002.tar.gz) = 49973
|
||||
SHA256 (DBIx-Class-Helpers-2.019000.tar.gz) = 84fcca9e46b08d3ac3bba9164b709e1444abd481cd58f92318cc245c47f35128
|
||||
SIZE (DBIx-Class-Helpers-2.019000.tar.gz) = 49319
|
||||
|
@ -26,6 +26,7 @@
|
||||
%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Shortcut/Rows.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Union.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/VirtualView.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Helper/Row/CleanResultSet.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Helper/Row/JoinTable.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Helper/Row/NumifyGet.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Helper/Row/OnColumnChange.pm
|
||||
@ -36,14 +37,62 @@
|
||||
%%SITE_PERL%%/DBIx/Class/Helper/Row/StorageValues.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Helper/Row/SubClass.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Helper/Row/ToJSON.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Helper/Schema/DateTime.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Helper/Schema/GenerateSource.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Helper/Schema/LintContents.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Helper/Schema/QuoteNames.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Helper/SubClass.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Helper/VirtualView.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Helpers.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Helpers/Util.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/Helpers/.packlist
|
||||
%%SITE_PERL%%/DBIx/Class/Helpers.pm
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::IgnoreWantarray.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::JoinTable.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::Random.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::AutoRemoveColumns.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::CorrelateRelationship.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::IgnoreWantarray.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::Me.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::NoColumns.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::Random.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::RemoveColumns.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::ResultClassDWIM.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::SearchOr.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::SetOperations.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::Shortcut.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::Shortcut::AddColumns.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::Shortcut::Columns.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::Shortcut::Distinct.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::Shortcut::GroupBy.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::Shortcut::HRI.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::Shortcut::HasRows.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::Shortcut::Limit.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::Shortcut::OrderBy.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::Shortcut::OrderByMagic.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::Shortcut::Prefetch.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::Shortcut::Rows.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::Union.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::ResultSet::VirtualView.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::Row::CleanResultSet.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::Row::JoinTable.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::Row::NumifyGet.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::Row::OnColumnChange.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::Row::ProxyResultSetMethod.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::Row::ProxyResultSetUpdate.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::Row::RelationshipDWIM.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::Row::SelfResultSet.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::Row::StorageValues.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::Row::SubClass.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::Row::ToJSON.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::Schema::DateTime.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::Schema::GenerateSource.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::Schema::LintContents.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::Schema::QuoteNames.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::SubClass.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helper::VirtualView.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helpers.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Helpers::Util.3.gz
|
||||
@dirrm %%SITE_PERL%%/DBIx/Class/Helpers
|
||||
@dirrm %%SITE_PERL%%/DBIx/Class/Helper/Schema
|
||||
@dirrm %%SITE_PERL%%/DBIx/Class/Helper/Row
|
||||
|
Loading…
Reference in New Issue
Block a user