1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

This is database migration helper module for users who manage database

schema version by single .sql file in git repository.

By using this module, you can deploy .sql to database, check sql
version between database and .sql file, make diff between them, and
apply alter table to database.

WWW: http://search.cpan.org/dist/GitDDL/
This commit is contained in:
Jun Kuriyama 2015-06-02 04:28:26 +00:00
parent 5743109506
commit cc58f3b02f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388303
5 changed files with 40 additions and 0 deletions

View File

@ -408,6 +408,7 @@
SUBDIR += p5-Exception-Class-DBI
SUBDIR += p5-GDBM
SUBDIR += p5-Genezzo
SUBDIR += p5-GitDDL
SUBDIR += p5-GraphViz-DBI
SUBDIR += p5-HTML-FormHandler-Model-DBIC
SUBDIR += p5-Ima-DBI

View File

@ -0,0 +1,27 @@
# $FreeBSD$
PORTNAME= GitDDL
PORTVERSION= 0.03
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TYPESTER
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for database migration utility by git managed sql
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= \
p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
p5-Git-Repository>0:${PORTSDIR}/devel/p5-Git-Repository \
p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse \
p5-SQL-Translator>=0.11016:${PORTSDIR}/databases/p5-SQL-Translator
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (GitDDL-0.03.tar.gz) = 0dc3f088f06a0259b4ec866f44b050ea7315649a4af5e0901f0d53238f13949a
SIZE (GitDDL-0.03.tar.gz) = 32182

View File

@ -0,0 +1,8 @@
This is database migration helper module for users who manage database
schema version by single .sql file in git repository.
By using this module, you can deploy .sql to database, check sql
version between database and .sql file, make diff between them, and
apply alter table to database.
WWW: http://search.cpan.org/dist/GitDDL/

View File

@ -0,0 +1,2 @@
%%PERL5_MAN3%%/GitDDL.3.gz
%%SITE_PERL%%/GitDDL.pm