mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
New port databases/p5-DBIx-Class-DateTime-Epoch:
This module automatically inflates/deflates DateTime objects corresponding to applicable columns. Columns may also be defined to specify their nature, such as columns representing a creation time (set at time of insertion) or a modification time (set at time of every update).
This commit is contained in:
parent
19b9cfd7a3
commit
64fb3679bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231264
@ -291,6 +291,7 @@
|
||||
SUBDIR += p5-DBIx-Browse
|
||||
SUBDIR += p5-DBIx-Class
|
||||
SUBDIR += p5-DBIx-Class-AsFdat
|
||||
SUBDIR += p5-DBIx-Class-DateTime-Epoch
|
||||
SUBDIR += p5-DBIx-Class-DigestColumns
|
||||
SUBDIR += p5-DBIx-Class-DynamicSubclass
|
||||
SUBDIR += p5-DBIx-Class-EncodeColumns
|
||||
|
25
databases/p5-DBIx-Class-DateTime-Epoch/Makefile
Normal file
25
databases/p5-DBIx-Class-DateTime-Epoch/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: databases/p5-DBIx-Class-DateTime-Epoch
|
||||
# Date created: 29 Mar 2009
|
||||
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DBIx-Class-DateTime-Epoch
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lbr@FreeBSD.org
|
||||
COMMENT= Automatic inflation/deflation of epoch-based DateTime objects
|
||||
|
||||
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DBIx::Class::DateTime::Epoch.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-DBIx-Class-DateTime-Epoch/distinfo
Normal file
3
databases/p5-DBIx-Class-DateTime-Epoch/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (DBIx-Class-DateTime-Epoch-0.03.tar.gz) = 09506b137eee4050c8283dafbd3a98bb
|
||||
SHA256 (DBIx-Class-DateTime-Epoch-0.03.tar.gz) = 4e47b99ef3f118169a530558b8293e940eff7dcf7cab865046b1f2c4bd454558
|
||||
SIZE (DBIx-Class-DateTime-Epoch-0.03.tar.gz) = 2938
|
7
databases/p5-DBIx-Class-DateTime-Epoch/pkg-descr
Normal file
7
databases/p5-DBIx-Class-DateTime-Epoch/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This module automatically inflates/deflates DateTime objects
|
||||
corresponding to applicable columns. Columns may also be
|
||||
defined to specify their nature, such as columns representing a
|
||||
creation time (set at time of insertion) or a modification time
|
||||
(set at time of every update).
|
||||
|
||||
WWW: http://search.cpan.org/dist/DBIx-Class-DateTime-Epoch/
|
9
databases/p5-DBIx-Class-DateTime-Epoch/pkg-plist
Normal file
9
databases/p5-DBIx-Class-DateTime-Epoch/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/DateTime/Epoch/.packlist
|
||||
%%SITE_PERL%%/DBIx/Class/DateTime/Epoch.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/DateTime/Epoch
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/DateTime
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|
||||
@dirrmtry %%SITE_PERL%%/DBIx/Class/DateTime
|
||||
@dirrmtry %%SITE_PERL%%/DBIx/Class
|
||||
@dirrmtry %%SITE_PERL%%/DBIx
|
Loading…
Reference in New Issue
Block a user