Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144331988
D14189.id38842.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D14189.id38842.diff
View Options
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 <bsd.port.mk>
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 9:37 PM (44 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28500961
Default Alt Text
D14189.id38842.diff (2 KB)
Attached To
Mode
D14189: New port: devel/git-town: Git extension for generic, high-level git workflow support
Attached
Detach File
Event Timeline
Log In to Comment