diff options
author | schmonz <schmonz> | 2013-04-12 14:41:08 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2013-04-12 14:41:08 +0000 |
commit | 4859499743967492e59eb56677f91a8426505e24 (patch) | |
tree | 6d7584b954c0c091ab6bd68c4a12b7949f6bb874 /databases | |
parent | 3177b1155113e046512455b171109ab9d537d4ca (diff) | |
download | pkgsrc-4859499743967492e59eb56677f91a8426505e24.tar.gz |
Add p5-App-Sqitch.
Sqitch is a VCS-aware SQL change management application. What makes
it different from your typical migration-style approaches? A few
things:
* No opinions
* Native scripting
* VCS integration
* Dependency resolution
* No numbering
* Bundling
* Reduced duplication
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-App-Sqitch/DESCR | 11 | ||||
-rw-r--r-- | databases/p5-App-Sqitch/Makefile | 62 | ||||
-rw-r--r-- | databases/p5-App-Sqitch/distinfo | 5 |
3 files changed, 78 insertions, 0 deletions
diff --git a/databases/p5-App-Sqitch/DESCR b/databases/p5-App-Sqitch/DESCR new file mode 100644 index 00000000000..d8219f904d6 --- /dev/null +++ b/databases/p5-App-Sqitch/DESCR @@ -0,0 +1,11 @@ +Sqitch is a VCS-aware SQL change management application. What makes +it different from your typical migration-style approaches? A few +things: + +* No opinions +* Native scripting +* VCS integration +* Dependency resolution +* No numbering +* Bundling +* Reduced duplication diff --git a/databases/p5-App-Sqitch/Makefile b/databases/p5-App-Sqitch/Makefile new file mode 100644 index 00000000000..825cc67733e --- /dev/null +++ b/databases/p5-App-Sqitch/Makefile @@ -0,0 +1,62 @@ +# $NetBSD: Makefile,v 1.1 2013/04/12 14:41:08 schmonz Exp $ + +DISTNAME= App-Sqitch-0.961 +PKGNAME= p5-${DISTNAME} +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} + +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= http://sqitch.org/ +COMMENT= Sane database change management +LICENSE= mit + +DEPENDS+= p5-Config-GitLike>=1.09:../../devel/p5-Config-GitLike +DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI +DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime +DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 +DEPENDS+= p5-Encode-[0-9]*:../../textproc/p5-Encode +DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir +DEPENDS+= p5-File-Path-[0-9]*:../../devel/p5-File-Path +DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp +#DEPENDS+= p5-Getopt-Long-[0-9]*:../../devel/p5-Getopt-Long +DEPENDS+= p5-Git-Wrapper-[0-9]*:../../devel/p5-Git-Wrapper +DEPENDS+= p5-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge +DEPENDS+= p5-IO-Pager-[0-9]*:../../devel/p5-IO-Pager +DEPENDS+= p5-IPC-System-Simple>=1.17:../../devel/p5-IPC-System-Simple +DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils +DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose +DEPENDS+= p5-Mouse>=1.04:../../devel/p5-Mouse +DEPENDS+= p5-MouseX-NativeTraits-[0-9]*:../../devel/p5-MouseX-NativeTraits +DEPENDS+= p5-MouseX-Types-Path-Class-[0-9]*:../../devel/p5-MouseX-Types-Path-Class +DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class +DEPENDS+= p5-Role-HasMessage>=0.005:../../devel/p5-Role-HasMessage +DEPENDS+= p5-Role-Identifiable-[0-9]*:../../devel/p5-Role-Identifiable +DEPENDS+= p5-String-Formatter-[0-9]*:../../textproc/p5-String-Formatter +DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter +DEPENDS+= p5-Template-Tiny>=0.11:../../textproc/p5-Template-Tiny +DEPENDS+= p5-Term-ANSIColor>=2.02:../../devel/p5-Term-ANSIColor +DEPENDS+= p5-Throwable-[0-9]*:../../devel/p5-Throwable +DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-constant-[0-9]*:../../devel/p5-constant +DEPENDS+= p5-namespace-autoclean>=0.11:../../devel/p5-namespace-autoclean +DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent +DEPENDS+= p5-Devel-StackTrace>=1.30:../../devel/p5-Devel-StackTrace +DEPENDS+= p5-Pod-Simple>=1.41:../../textproc/p5-Pod-Simple + +# XXX TEST_TARGET +BUILD_DEPENDS+= p5-Capture-Tiny>=0.12:../../devel/p5-Capture-Tiny +BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite +BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep +BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception +BUILD_DEPENDS+= p5-Test-File-Contents>=0.05:../../devel/p5-Test-File-Contents +BUILD_DEPENDS+= p5-Test-MockModule>=0.05:../../devel/p5-Test-MockModule +BUILD_DEPENDS+= p5-Test-NoWarnings>=0.083:../../devel/p5-Test-NoWarnings + +USE_LANGUAGES= # empty +USE_TOOLS+= perl +PERL5_PACKLIST= auto/App/Sqitch/.packlist +PERL5_MODULE_TYPE= Module::Build + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-App-Sqitch/distinfo b/databases/p5-App-Sqitch/distinfo new file mode 100644 index 00000000000..7d944df3902 --- /dev/null +++ b/databases/p5-App-Sqitch/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/04/12 14:41:09 schmonz Exp $ + +SHA1 (App-Sqitch-0.961.tar.gz) = 2c1a48872e4acc930651106c47a36a93786926b3 +RMD160 (App-Sqitch-0.961.tar.gz) = 9ce2bcf5ac17335dca9e00a5858ad93d4a9adb71 +Size (App-Sqitch-0.961.tar.gz) = 277174 bytes |