diff options
author | mat <mat@FreeBSD.org> | 2015-05-17 18:29:43 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-17 18:29:43 +0800 |
commit | d9773894b1ce547dcef372529c62dda29791fb72 (patch) | |
tree | 75d30d50ea279bc0669c0dcdd03e5245805629a5 /devel | |
parent | f48d0b821ffba31632df3eb2e46d785854d40489 (diff) | |
download | freebsd-ports-gnome-d9773894b1ce547dcef372529c62dda29791fb72.tar.gz freebsd-ports-gnome-d9773894b1ce547dcef372529c62dda29791fb72.tar.zst freebsd-ports-gnome-d9773894b1ce547dcef372529c62dda29791fb72.zip |
Add gitflow, an AVH Edition of the git extensions to provide high-level
repository operations for Vincent Driessen's branching model
PR: 200093
Submitted by: nbari_dalmp_com
Sponsored by: Absolight
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/gitflow/Makefile | 28 | ||||
-rw-r--r-- | devel/gitflow/distinfo | 2 | ||||
-rw-r--r-- | devel/gitflow/pkg-descr | 6 | ||||
-rw-r--r-- | devel/gitflow/pkg-plist | 48 |
5 files changed, 85 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d74680339ab5..72b3f6e47502 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -564,6 +564,7 @@ SUBDIR += git-modes SUBDIR += git-review SUBDIR += git-subversion + SUBDIR += gitflow SUBDIR += gitg SUBDIR += gitg0 SUBDIR += gitinspector diff --git a/devel/gitflow/Makefile b/devel/gitflow/Makefile new file mode 100644 index 000000000000..82a2ac7168f7 --- /dev/null +++ b/devel/gitflow/Makefile @@ -0,0 +1,28 @@ +# Created by: Nicolas Embriz <nbari@dalmp.com> +# $FreeBSD$ + +PORTNAME= gitflow +PORTVERSION= 1.8.0 +CATEGORIES= devel + +MAINTAINER= nbari@dalmp.com +COMMENT= Git extensions to provide high-level repository operations + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${LOCALBASE}/bin/getopt:${PORTSDIR}/misc/getopt + +USE_GITHUB= yes +GH_ACCOUNT= nbari + +OPTIONS_DEFINE= EXAMPLES + +USES= tar:bzip2 gmake + +NO_BUILD= yes +MAKE_ARGS= prefix=${STAGEDIR}${PREFIX} + +post-install: + ${MV} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} + +.include <bsd.port.mk> diff --git a/devel/gitflow/distinfo b/devel/gitflow/distinfo new file mode 100644 index 000000000000..386d5902fc67 --- /dev/null +++ b/devel/gitflow/distinfo @@ -0,0 +1,2 @@ +SHA256 (nbari-gitflow-1.8.0_GH0.tar.bz2) = 8239131b8dac160d7e929eab376fa14de44a55cbd5c5545e0ad4464d3a57adef +SIZE (nbari-gitflow-1.8.0_GH0.tar.bz2) = 56304 diff --git a/devel/gitflow/pkg-descr b/devel/gitflow/pkg-descr new file mode 100644 index 000000000000..b532b6f36451 --- /dev/null +++ b/devel/gitflow/pkg-descr @@ -0,0 +1,6 @@ +git-flow (AVH Edition) + +A collection of Git extensions to provide high-level repository operations +for Vincent Driessen's branching model. + +WWW: http://nvie.com/git-model diff --git a/devel/gitflow/pkg-plist b/devel/gitflow/pkg-plist new file mode 100644 index 000000000000..3bc49bec9a23 --- /dev/null +++ b/devel/gitflow/pkg-plist @@ -0,0 +1,48 @@ +bin/git-flow +bin/git-flow-config +bin/git-flow-feature +bin/git-flow-hotfix +bin/git-flow-init +bin/git-flow-log +bin/git-flow-release +bin/git-flow-support +bin/git-flow-version +bin/gitflow-common +bin/gitflow-shFlags +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-hotfix-finish-tag-message +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-hotfix-start-version +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-branch-tag-message +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-finish-tag-message +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-start-version +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-delete +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-finish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-publish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-pull +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-start +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-track +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-hotfix-delete +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-hotfix-finish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-hotfix-publish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-hotfix-start +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-branch +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-delete +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-finish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-publish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-start +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-track +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-delete +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-finish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-publish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-pull +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-start +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-track +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-hotfix-delete +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-hotfix-finish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-hotfix-publish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-hotfix-start +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-branch +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-delete +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-finish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-publish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-start +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-track |