Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 2017 15:47:55 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447944 - in head/devel: . gitaly
Message-ID:  <201708141547.v7EFltU3030751@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Mon Aug 14 15:47:55 2017
New Revision: 447944
URL: https://svnweb.freebsd.org/changeset/ports/447944

Log:
  New port: devel/gitaly
  
  Gitaly is a Git RPC service for handling all the git calls made by GitLab.
  
  WWW: https://gitlab.com/gitlab-org/gitaly

Added:
  head/devel/gitaly/
  head/devel/gitaly/Makefile   (contents, props changed)
  head/devel/gitaly/distinfo   (contents, props changed)
  head/devel/gitaly/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Aug 14 15:44:12 2017	(r447943)
+++ head/devel/Makefile	Mon Aug 14 15:47:55 2017	(r447944)
@@ -750,6 +750,7 @@
     SUBDIR += git-modes
     SUBDIR += git-review
     SUBDIR += git-subversion
+    SUBDIR += gitaly
     SUBDIR += gitblit
     SUBDIR += gitflow
     SUBDIR += gitg

Added: head/devel/gitaly/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/gitaly/Makefile	Mon Aug 14 15:47:55 2017	(r447944)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME=	gitaly
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.11.2
+CATEGORIES=	devel
+MASTER_SITES=	https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/
+
+MAINTAINER=	tz@FreeBSD.org
+COMMENT=	Smart reverse proxy for GitLab
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	go>=1.8:lang/go
+
+USES=	gmake
+USE_RUBY=	yes
+
+PLIST_FILES=	bin/gitaly
+
+post-extract:
+	@${MV} ${WRKDIR}/${DISTNAME}-* ${WRKDIR}/${DISTNAME}
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitaly
+
+.include <bsd.port.mk>

Added: head/devel/gitaly/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/gitaly/distinfo	Mon Aug 14 15:47:55 2017	(r447944)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1502360981
+SHA256 (gitaly-v0.11.2.tar.gz) = 4baf9dda7831b142a84c7d1cbf90601c3f00541be36ceeaaccd427118cdb2017
+SIZE (gitaly-v0.11.2.tar.gz) = 1971913

Added: head/devel/gitaly/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/gitaly/pkg-descr	Mon Aug 14 15:47:55 2017	(r447944)
@@ -0,0 +1,3 @@
+Gitaly is a Git RPC service for handling all the git calls made by GitLab.
+
+WWW: https://gitlab.com/gitlab-org/gitaly



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708141547.v7EFltU3030751>