FreeBSD Bugzilla – Attachment 195825 Details for
Bug 230338
[NEW PORT] sysutils/docker-credential-pass: Helper to use sysutils/password-store as Docker credentials store
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
docker-credential-pass-0.6.1.patch (text/plain), 3.15 KB, created by
Dmitri Goutnik
on 2018-08-03 18:00:50 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2018-08-03 18:00:50 UTC
Size:
3.15 KB
patch
obsolete
>Index: sysutils/docker-credential-pass/Makefile >=================================================================== >--- sysutils/docker-credential-pass/Makefile (nonexistent) >+++ sysutils/docker-credential-pass/Makefile (working copy) >@@ -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 <bsd.port.mk> > >Property changes on: sysutils/docker-credential-pass/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: sysutils/docker-credential-pass/distinfo >=================================================================== >--- sysutils/docker-credential-pass/distinfo (nonexistent) >+++ sysutils/docker-credential-pass/distinfo (working copy) >@@ -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 > >Property changes on: sysutils/docker-credential-pass/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: sysutils/docker-credential-pass/pkg-descr >=================================================================== >--- sysutils/docker-credential-pass/pkg-descr (nonexistent) >+++ sysutils/docker-credential-pass/pkg-descr (working copy) >@@ -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 > >Property changes on: sysutils/docker-credential-pass/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230338
: 195825