From owner-svn-ports-head@freebsd.org Fri Aug 3 18:59:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07531104CB89; Fri, 3 Aug 2018 18:59:20 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ACBEC70914; Fri, 3 Aug 2018 18:59:19 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81474245FC; Fri, 3 Aug 2018 18:59:19 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w73IxJG8017437; Fri, 3 Aug 2018 18:59:19 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w73IxIg9017434; Fri, 3 Aug 2018 18:59:18 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201808031859.w73IxIg9017434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 3 Aug 2018 18:59:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476317 - in head/sysutils: . docker-credential-pass X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/sysutils: . docker-credential-pass X-SVN-Commit-Revision: 476317 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2018 18:59:20 -0000 Author: rene Date: Fri Aug 3 18:59:18 2018 New Revision: 476317 URL: https://svnweb.freebsd.org/changeset/ports/476317 Log: eep Docker credentials safe. WWW: https://github.com/docker/docker-credential-helpers PR: 230338 Submitted by: Dmitri Goutnik dg@syrec.org Added: head/sysutils/docker-credential-pass/ head/sysutils/docker-credential-pass/Makefile (contents, props changed) head/sysutils/docker-credential-pass/distinfo (contents, props changed) head/sysutils/docker-credential-pass/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Aug 3 18:10:01 2018 (r476316) +++ head/sysutils/Makefile Fri Aug 3 18:59:18 2018 (r476317) @@ -263,6 +263,7 @@ SUBDIR += dmidecode SUBDIR += docker SUBDIR += docker-compose + SUBDIR += docker-credential-pass SUBDIR += docker-freebsd SUBDIR += docker-machine SUBDIR += doctl Added: head/sysutils/docker-credential-pass/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/docker-credential-pass/Makefile Fri Aug 3 18:59:18 2018 (r476317) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= docker-credential-pass +DISTVERSIONPREFIX= v +DISTVERSION= 0.6.1 +CATEGORIES= sysutils + +MAINTAINER= dg@syrec.org +COMMENT= Helper to use sysutils/password-store as Docker credentials store + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go +RUN_DEPENDS= ${LOCALBASE}/bin/pass:sysutils/password-store + +USE_GITHUB= yes +GH_ACCOUNT= docker +GH_PROJECT= docker-credential-helpers +GH_SUBDIR= src/github.com/docker/docker-credential-helpers + +PLIST_FILES= bin/docker-credential-pass + +do-build: + ${CP} ${WRKSRC}/${GH_SUBDIR}/pass/cmd/main_linux.go ${WRKSRC}/${GH_SUBDIR}/pass/cmd/main_freebsd.go + ${CP} ${WRKSRC}/${GH_SUBDIR}/pass/pass_linux.go ${WRKSRC}/${GH_SUBDIR}/pass/pass_freebsd.go + cd ${WRKSRC}/${GH_SUBDIR}/pass && \ + ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build -o ${PORTNAME} ./cmd + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${GH_SUBDIR}/pass/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +.include Added: head/sysutils/docker-credential-pass/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/docker-credential-pass/distinfo Fri Aug 3 18:59:18 2018 (r476317) @@ -0,0 +1,3 @@ +TIMESTAMP = 1533314093 +SHA256 (docker-docker-credential-helpers-v0.6.1_GH0.tar.gz) = 9b36ae15d5bceaaf3496b80413acafa6325c633af3ae211ce10724dfa7046883 +SIZE (docker-docker-credential-helpers-v0.6.1_GH0.tar.gz) = 27723 Added: head/sysutils/docker-credential-pass/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/docker-credential-pass/pkg-descr Fri Aug 3 18:59:18 2018 (r476317) @@ -0,0 +1,4 @@ +docker-credential-pass provides a helper to use sysutils/password-store to +keep Docker credentials safe. + +WWW: https://github.com/docker/docker-credential-helpers