Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2017 16:14:50 -0700
From:      Adam Weinberger <adamw@adamw.org>
To:        Ashish SHUKLA <ashish@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r433457 - in head/security: . git-crypt
Message-ID:  <F13DD4C0-0300-474A-8AC1-F4FC6A616847@adamw.org>
In-Reply-To: <201702052121.v15LLI9a082597@repo.freebsd.org>
References:  <201702052121.v15LLI9a082597@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> On 5 Feb, 2017, at 14:21, Ashish SHUKLA <ashish@FreeBSD.org> wrote:
>=20
> Author: ashish
> Date: Sun Feb  5 21:21:18 2017
> New Revision: 433457
> URL: https://svnweb.freebsd.org/changeset/ports/433457
>=20
> Log:
>  git-crypt enables transparent encryption and decryption of files in a
>  git repository. Files which you choose to protect are encrypted when
>  committed, and decrypted when checked out. git-crypt lets you freely
>  share a repository containing a mix of public and private
>  content. git-crypt gracefully degrades, so developers without the
>  secret key can still clone and commit to a repository with encrypted
>  files. This lets you store your secret material (such as keys or
>  passwords) in the same repository as your code, without requiring you
>  to lock down your entire repository.
>=20
>  WWW: https://www.agwa.name/projects/git-crypt/
>=20
> Added:
>  head/security/git-crypt/
>  head/security/git-crypt/Makefile   (contents, props changed)
>  head/security/git-crypt/distinfo   (contents, props changed)
>  head/security/git-crypt/pkg-descr   (contents, props changed)
> Modified:
>  head/security/Makefile
>=20
> Modified: head/security/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/security/Makefile	Sun Feb  5 21:20:24 2017	=
(r433456)
> +++ head/security/Makefile	Sun Feb  5 21:21:18 2017	=
(r433457)
> @@ -164,6 +164,7 @@
>     SUBDIR +=3D gag
>     SUBDIR +=3D gcipher
>     SUBDIR +=3D gcr
> +    SUBDIR +=3D git-crypt
>     SUBDIR +=3D gnome-gpg
>     SUBDIR +=3D gnome-keyring
>     SUBDIR +=3D gnome-keyring-sharp
>=20
> Added: head/security/git-crypt/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/security/git-crypt/Makefile	Sun Feb  5 21:21:18 2017	=
(r433457)
> @@ -0,0 +1,43 @@
> +# Created by: Ashish SHUKLA <ashish@FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME=3D	git-crypt
> +PORTVERSION=3D	0.5.0
> +CATEGORIES=3D	security
> +MASTER_SITES=3D	=
https://www.agwa.name/projects/git-crypt/downloads/ \
> +		LOCAL/ashish/
> +
> +MAINTAINER=3D	ashish@FreeBSD.org
> +COMMENT=3D	Transparent file encryption in git
> +
> +LICENSE=3D	GPLv3
> +LICENSE_FILE=3D	${WRKSRC}/COPYING
> +
> +RUN_DEPENDS=3D	git:devel/git \
> +		gpg:security/gnupg
> +
> +OPTIONS_DEFINE=3D	DOCS
> +
> +LDFLAGS+=3D	-L${OPENSSLLIB}
> +MAKE_ENV+=3D	PREFIX=3D${PREFIX} "CXXFLAGS=3D${CXXFLAGS}" \
> +		"LDFLAGS=3D${LDFLAGS}"
> +
> +DOCS_BUILD_DEPENDS=3D	xsltproc:textproc/libxslt \
> +			docbook-xsl>=3D0:textproc/docbook-xsl
> +DOCS_MAKE_ARGS=3D		ENABLE_MAN=3Dyes \
> +			MANDIR=3D${MANPREFIX}/man \
> +			=
DOCBOOK_XSL=3D${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl
> +DOCS_PLIST_FILES=3D	man/man1/${PORTNAME}.1.gz

That should probably be MANPAGES, not DOCS.

# Adam


=E2=80=94
Adam Weinberger
adamw@adamw.org
http://www.adamw.org





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F13DD4C0-0300-474A-8AC1-F4FC6A616847>