1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

DBIx::Class::Schema::Config is a subclass of DBIx::Class::Schema that

allows the loading of credentials from a file. The actual code itself
would only need to know about the name used in the configuration file.
This aims to make it simpler for operations teams to manage database
credentials.

WWW: http://search.cpan.org/dist/DBIx-Class-Schema-Config/

PR:		ports/173650 (based on)
Submitted by:	Espen Tagestad <espen@tagestad.no>
This commit is contained in:
Frederic Culot 2012-12-16 14:53:00 +00:00
parent 3d92d50e0a
commit be6d8373ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309009
5 changed files with 47 additions and 0 deletions

View File

@ -363,6 +363,7 @@
SUBDIR += p5-DBIx-Class-QueryProfiler
SUBDIR += p5-DBIx-Class-ResultSet-HashRef
SUBDIR += p5-DBIx-Class-ResultSet-RecursiveUpdate
SUBDIR += p5-DBIx-Class-Schema-Config
SUBDIR += p5-DBIx-Class-Schema-Loader
SUBDIR += p5-DBIx-Class-Schema-PopulateMore
SUBDIR += p5-DBIx-Class-TimeStamp

View File

@ -0,0 +1,28 @@
# Created by: Espen Tagestad <espen@tagestad.no>
# $FreeBSD$
PORTNAME= DBIx-Class-Schema-Config
PORTVERSION= 0.001008
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= espen@tagestad.no
COMMENT= Credential Management for DBIx::Class
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Config-Any>=0.23:${PORTSDIR}/devel/p5-Config-Any \
p5-DBIx-Class>=0.08100:${PORTSDIR}/databases/p5-DBIx-Class \
p5-File-HomeDir>0:${PORTSDIR}/devel/p5-File-HomeDir
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Config-Any>=0.23:${PORTSDIR}/devel/p5-Config-Any \
p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-Test-MockObject>=1.09:${PORTSDIR}/devel/p5-Test-MockObject
PERL_CONFIGURE= yes
MAN3= DBIx::Class::Schema::Config.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (DBIx-Class-Schema-Config-0.001008.tar.gz) = 3716d78634b418b34cf6ad6fbfdd6a2dd91fa3faf349a9fb6dc83cb01b4b9d85
SIZE (DBIx-Class-Schema-Config-0.001008.tar.gz) = 19931

View File

@ -0,0 +1,7 @@
DBIx::Class::Schema::Config is a subclass of DBIx::Class::Schema that
allows the loading of credentials from a file. The actual code itself
would only need to know about the name used in the configuration file.
This aims to make it simpler for operations teams to manage database
credentials.
WWW: http://search.cpan.org/dist/DBIx-Class-Schema-Config/

View File

@ -0,0 +1,9 @@
%%SITE_PERL%%/DBIx/Class/Schema/Config.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/Schema/Config/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/Schema/Config
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/Schema
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
@dirrmtry %%SITE_PERL%%/DBIx/Class/Schema
@dirrmtry %%SITE_PERL%%/DBIx/Class
@dirrmtry %%SITE_PERL%%/DBIx