diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-11-20 11:23:10 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-11-20 11:23:10 +0000 |
commit | 42834d890632407bb8945fcf350cd6b1d00e05ae (patch) | |
tree | 95c5f4af3075bd946e54f180fd52170510317fe3 | |
parent | DBIx::Skinny::Schema::Loader is schema loader for DBIx::Skinny. It (diff) |
DBIx::Skinny::InflateColumn::DateTime provides inflate/deflate
settings for *_at/*_on columns.
If you want to set created_XX and updated_XX automatically, you can
use DBIx::Class::InflateColumn::DateTime::Auto.
WWW: http://search.cpan.org/dist/DBIx-Skinny-InflateColumn-DateTime/
5 files changed, 48 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 6060ba245b86..7148a4a97638 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -371,6 +371,7 @@ SUBDIR += p5-DBIx-Sequence SUBDIR += p5-DBIx-Simple SUBDIR += p5-DBIx-Skinny + SUBDIR += p5-DBIx-Skinny-InflateColumn-DateTime SUBDIR += p5-DBIx-Skinny-Pager SUBDIR += p5-DBIx-Skinny-Schema-Loader SUBDIR += p5-DBIx-Table diff --git a/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile b/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile new file mode 100644 index 000000000000..0735ed700f1e --- /dev/null +++ b/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: DBIx::Skinny::InflateColumn::DateTime +# Date created: 20 Nov 2010 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= DBIx-Skinny-InflateColumn-DateTime +PORTVERSION= 0.06 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to inflate/deflate DateTime for DBIx::Skinny + +RUN_DEPENDS= \ + p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-DBIx-Skinny>=0.05:${PORTSDIR}/databases/p5-DBIx-Skinny \ + p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Format-MySQL>0:${PORTSDIR}/devel/p5-DateTime-Format-MySQL \ + p5-DateTime-Format-Strptime>0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ + p5-DateTime-TimeZone>0:${PORTSDIR}/devel/p5-DateTime-TimeZone +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= DBIx::Skinny::InflateColumn::DateTime.3 \ + DBIx::Skinny::InflateColumn::DateTime::Auto.3 + +.include <bsd.port.mk> diff --git a/databases/p5-DBIx-Skinny-InflateColumn-DateTime/distinfo b/databases/p5-DBIx-Skinny-InflateColumn-DateTime/distinfo new file mode 100644 index 000000000000..7c94996ce1fc --- /dev/null +++ b/databases/p5-DBIx-Skinny-InflateColumn-DateTime/distinfo @@ -0,0 +1,2 @@ +SHA256 (DBIx-Skinny-InflateColumn-DateTime-0.06.tar.gz) = 6ec51910bc5199c37f3f9f3f1268bb35417540457b4f0315953d8f690b2371d8 +SIZE (DBIx-Skinny-InflateColumn-DateTime-0.06.tar.gz) = 43856 diff --git a/databases/p5-DBIx-Skinny-InflateColumn-DateTime/pkg-descr b/databases/p5-DBIx-Skinny-InflateColumn-DateTime/pkg-descr new file mode 100644 index 000000000000..48ae1f2daf2d --- /dev/null +++ b/databases/p5-DBIx-Skinny-InflateColumn-DateTime/pkg-descr @@ -0,0 +1,7 @@ +DBIx::Skinny::InflateColumn::DateTime provides inflate/deflate +settings for *_at/*_on columns. + +If you want to set created_XX and updated_XX automatically, you can +use DBIx::Class::InflateColumn::DateTime::Auto. + +WWW: http://search.cpan.org/dist/DBIx-Skinny-InflateColumn-DateTime/ diff --git a/databases/p5-DBIx-Skinny-InflateColumn-DateTime/pkg-plist b/databases/p5-DBIx-Skinny-InflateColumn-DateTime/pkg-plist new file mode 100644 index 000000000000..3aa33957f62b --- /dev/null +++ b/databases/p5-DBIx-Skinny-InflateColumn-DateTime/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Skinny/InflateColumn/DateTime/.packlist +%%SITE_PERL%%/DBIx/Skinny/InflateColumn/DateTime.pm +%%SITE_PERL%%/DBIx/Skinny/InflateColumn/DateTime/Auto.pm +@dirrm %%SITE_PERL%%/DBIx/Skinny/InflateColumn/DateTime +@dirrmtry %%SITE_PERL%%/DBIx/Skinny/InflateColumn +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Skinny/InflateColumn/DateTime +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Skinny/InflateColumn |