Index: head/devel/Makefile =================================================================== --- head/devel/Makefile +++ head/devel/Makefile @@ -766,6 +766,7 @@ SUBDIR += git-modes SUBDIR += git-review SUBDIR += git-subversion + SUBDIR += git-town SUBDIR += gitaly SUBDIR += gitblit SUBDIR += gitflow Index: head/devel/git-town/Makefile =================================================================== --- head/devel/git-town/Makefile +++ head/devel/git-town/Makefile @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= git-town +DISTVERSIONPREFIX= v +DISTVERSION= 6.0.1 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Git extension for generic, high-level git workflow support + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= go:lang/go +RUN_DEPENDS= git:devel/git + +USE_GITHUB= yes +GH_ACCOUNT= Originate +GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} + +OPTIONS_DEFINE= DOCS + +PORTDOCS= * + +do-build: + @cd ${WRKSRC}/${GH_SUBDIR} && ${SETENV} GOPATH=${WRKSRC} go build + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + +do-install-DOCS-on: + cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + +.include Index: head/devel/git-town/distinfo =================================================================== --- head/devel/git-town/distinfo +++ head/devel/git-town/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1517708275 +SHA256 (Originate-git-town-v6.0.1_GH0.tar.gz) = c24972d005c708c3b2534113256ce5a6d447c0576013aea3443156858c4bbf4f +SIZE (Originate-git-town-v6.0.1_GH0.tar.gz) = 10039806 Index: head/devel/git-town/pkg-descr =================================================================== --- head/devel/git-town/pkg-descr +++ head/devel/git-town/pkg-descr @@ -0,0 +1,6 @@ +Git Town makes software development teams who use Git even more productive +and happy. It adds Git commands that support GitHub Flow, Git Flow, the Nvie +model, GitLab Flow, and other workflows more directly, and it allows you to +perform many common Git operations faster and easier. + +WWW: http://www.git-town.com