pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gopass: Import gopass-1.8.5 as wip/gopass



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Mar 16 16:27:16 2019 +0900
Changeset:	0f0c4bc09456ab49d90c738ef338eda4a2b293cb

Modified Files:
	Makefile
Added Files:
	gopass/DESCR
	gopass/Makefile
	gopass/PLIST
	gopass/distinfo

Log Message:
gopass: Import gopass-1.8.5 as wip/gopass

The slightly more awesome Standard Unix Password Manager for Teams.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0f0c4bc09456ab49d90c738ef338eda4a2b293cb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile        |  1 +
 gopass/DESCR    |  7 +++++++
 gopass/Makefile | 26 ++++++++++++++++++++++++++
 gopass/PLIST    |  2 ++
 gopass/distinfo |  6 ++++++
 5 files changed, 42 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index ff93f91332..43c30268f5 100644
--- a/Makefile
+++ b/Makefile
@@ -1171,6 +1171,7 @@ SUBDIR+=	gonepass-git
 SUBDIR+=	google-benchmark
 SUBDIR+=	google-perftools
 SUBDIR+=	googlecl
+SUBDIR+=	gopass
 SUBDIR+=	gopkgdep
 SUBDIR+=	gpak
 SUBDIR+=	gplbasic
diff --git a/gopass/DESCR b/gopass/DESCR
new file mode 100644
index 0000000000..7be7387378
--- /dev/null
+++ b/gopass/DESCR
@@ -0,0 +1,7 @@
+gopass is a rewrite of the pass password manager in Go with the aim of
+making it cross-platform and adding additional features.  Our target
+audience are professional developers and sysadmins (and especially teams of
+those) who are well versed with a command line interface.  One explicit
+goal for this project is to make it more approachable to non-technical
+users.  We go by the UNIX philosophy and try to do one thing and do it
+well, providing a stellar user experience and a sane, simple interface.
diff --git a/gopass/Makefile b/gopass/Makefile
new file mode 100644
index 0000000000..edb8927e3d
--- /dev/null
+++ b/gopass/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+PKGNAME=	gopass-1.8.5
+DISTNAME=	gopass-${GITHUB_TAG}
+CATEGORIES=	security
+MASTER_SITES=	${MASTER_SITE_GITHUB:=gopasspw/}
+GITHUB_PROJECT=	gopass
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	iku.iwasa%gmail.com@localhost
+HOMEPAGE=	https://www.gopass.pw/
+COMMENT=	The slightly more awesome Standard Unix Password Manager for Teams
+LICENSE=	mit
+
+EXTRACT_USING=	bsdtar
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=	github.com/gopasspw/gopass/
+
+INSTALLATION_DIRS+=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKDIR}/bin/gopass ${DESTDIR}${PREFIX}/bin
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gopass/PLIST b/gopass/PLIST
new file mode 100644
index 0000000000..cb851a117d
--- /dev/null
+++ b/gopass/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/gopass
diff --git a/gopass/distinfo b/gopass/distinfo
new file mode 100644
index 0000000000..a6e6742dd3
--- /dev/null
+++ b/gopass/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (gopass-v1.8.5.tar.gz) = 8d0f67a8826508c0a456e8ce9c24a2b7ec74fd41
+RMD160 (gopass-v1.8.5.tar.gz) = 3e985a234b622af34a4ba4b27dd60b65414deff2
+SHA512 (gopass-v1.8.5.tar.gz) = 1f451b10aa87141de635650489bf7227c252e10e5139dad274c95d5625db74fec0b8892a468800d3d3c5dd8b3d64f1c93bd6c75a0ba54fe5f6e630c77b2c6c71
+Size (gopass-v1.8.5.tar.gz) = 6561060 bytes


Home | Main Index | Thread Index | Old Index