Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2016 21:00:30 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Raphael Kubo da Costa <rakuco@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r410963 - in head/devel: . gitlab-workhorse
Message-ID:  <CAMHz58Q%2Br9NECXEwTxm8v1V8EKq7t9K25osTC=7oh=mtrTAtiw@mail.gmail.com>
In-Reply-To: <201603131256.u2DCu0N3003226@repo.freebsd.org>
References:  <201603131256.u2DCu0N3003226@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 13, 2016 at 8:56 PM, Raphael Kubo da Costa <rakuco@freebsd.org>
wrote:

> Author: rakuco
> Date: Sun Mar 13 12:56:00 2016
> New Revision: 410963
> URL: https://svnweb.freebsd.org/changeset/ports/410963
>
> Log:
>   New port: devel/gitlab-shell.
>
>   GitLab Shell handles git commands for GitLab and modifies the list of
>   authorized keys.
>
>   WWW: https://gitlab.com/gitlab-org/gitlab-shell
>
>   PR:           207791
>   Submitted by: Torsten Z=C3=BChlsdorff <ports@toco-domains.de>
>
> Added:
>   head/devel/gitlab-workhorse/
>   head/devel/gitlab-workhorse/Makefile   (contents, props changed)
>   head/devel/gitlab-workhorse/distinfo   (contents, props changed)
>   head/devel/gitlab-workhorse/pkg-descr   (contents, props changed)
>

You're adding gitlab-workhorse to devel.


> Modified:
>   head/devel/Makefile
>
> Modified: head/devel/Makefile
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/devel/Makefile Sun Mar 13 12:46:02 2016        (r410962)
> +++ head/devel/Makefile Sun Mar 13 12:56:00 2016        (r410963)
> @@ -675,6 +675,7 @@
>      SUBDIR +=3D gitg0
>      SUBDIR +=3D github-backup-utils
>      SUBDIR +=3D gitinspector
> +    SUBDIR +=3D gitlab-shell
>      SUBDIR +=3D gitlist
>      SUBDIR +=3D gitolite
>      SUBDIR +=3D gitolite2
>
> Added: head/devel/gitlab-workhorse/Makefile
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/devel/gitlab-workhorse/Makefile        Sun Mar 13 12:56:00 2016
>       (r410963)
> @@ -0,0 +1,29 @@
> +# Created by: Torsten Zuehlsdorff <ports@toco-domains.de
> +# $FreeBSD$
> +
> +PORTNAME=3D      gitlab-workhorse
> +PORTVERSION=3D   0.6.5
> +CATEGORIES=3D    www
> +MASTER_SITES=3D  http://ports.toco-domains.de/
> +
> +MAINTAINER=3D    ports@toco-domains.de
> +COMMENT=3D       Smart reverse proxy for GitLab
> +
> +LICENSE=3D       MIT
> +LICENSE_FILE=3D  ${WRKSRC}/LICENSE
> +
> +BUILD_DEPENDS=3D go>=3D1.5.3:${PORTSDIR}/lang/go
> +
> +PLIST_FILES=3D   bin/gitlab-workhorse \
> +               bin/gitlab-zip-cat \
> +               bin/gitlab-zip-metadata
> +
> +PLIST_DIRS=3D%%WWWDIR%%
> +
> +post-install:
> +       ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}
> +       ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-workhorse
> +       ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-zip-cat
> +       ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-zip-metadata
> +
> +.include <bsd.port.mk>
>
> Added: head/devel/gitlab-workhorse/distinfo
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/devel/gitlab-workhorse/distinfo        Sun Mar 13 12:56:00 2016
>       (r410963)
> @@ -0,0 +1,2 @@
> +SHA256 (gitlab-workhorse-0.6.5.tar.gz) =3D
> 629279a966ee7662fb6158465158659877de550609b95f5249ed801746991ced
> +SIZE (gitlab-workhorse-0.6.5.tar.gz) =3D 31621
>
> Added: head/devel/gitlab-workhorse/pkg-descr
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/devel/gitlab-workhorse/pkg-descr       Sun Mar 13 12:56:00 2016
>       (r410963)
> @@ -0,0 +1,5 @@
> +Gitlab-workhorse is a smart reverse proxy for GitLab. It handles "large"
> +HTTP requests such as file downloads, file uploads,
> +Git push/pull and Git archive downloads.
> +
> +WWW: https://gitlab.com/gitlab-org/gitlab-workhorse
> _______________________________________________
> svn-ports-all@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Q%2Br9NECXEwTxm8v1V8EKq7t9K25osTC=7oh=mtrTAtiw>