pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Initial import of gopass, git tag bf9dde6d0d2c004a008c27aaee91170c786f6db8.
Module Name: pkgsrc-wip
Committed By: Alexander Nasonov <alnsn%yandex.ru@localhost>
Pushed By: alnsn
Date: Sun Aug 27 16:23:13 2017 +0100
Changeset: b81fd80da894d5f037631e0d87c3ffcee5ace100
Added Files:
go-pass/DESCR
go-pass/Makefile
go-pass/PLIST
go-pass/buildlink3.mk
go-pass/distinfo
Log Message:
Initial import of gopass, git tag bf9dde6d0d2c004a008c27aaee91170c786f6db8.
gopass: Retrieve password from user terminal or piped input without echo.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b81fd80da894d5f037631e0d87c3ffcee5ace100
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
go-pass/DESCR | 1 +
go-pass/Makefile | 22 ++++++++++++++++++++++
go-pass/PLIST | 10 ++++++++++
go-pass/buildlink3.mk | 15 +++++++++++++++
go-pass/distinfo | 6 ++++++
5 files changed, 54 insertions(+)
diffs:
diff --git a/go-pass/DESCR b/go-pass/DESCR
new file mode 100644
index 0000000000..77af79b909
--- /dev/null
+++ b/go-pass/DESCR
@@ -0,0 +1 @@
+Retrieve password from user terminal or piped input without echo.
diff --git a/go-pass/Makefile b/go-pass/Makefile
new file mode 100644
index 0000000000..fef3632aa0
--- /dev/null
+++ b/go-pass/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+# XXX 0.0.1 is a made-up release number, ask upstream to make a release.
+PKGNAME= go-pass-0.0.1
+GITHUB_TAG= bf9dde6d0d2c004a008c27aaee91170c786f6db8
+DISTNAME= gopass-${GITHUB_TAG}
+CATEGORIES= security devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=howeyc/}
+GITHUB_PROJECT= gopass
+
+MAINTAINER= alnsn%NetBSD.org@localhost
+HOMEPAGE= https://github.com/howeyc/gopass
+COMMENT= getpasswd for Go
+LICENSE= isc
+
+WRKSRC= ${WRKDIR}
+GO_DIST_BASE= gopass-${GITHUB_TAG}
+GO_SRCPATH= github.com/howeyc/gopass
+
+.include "../../lang/go/go-package.mk"
+.include "../../security/go-crypto/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-pass/PLIST b/go-pass/PLIST
new file mode 100644
index 0000000000..03e9228d99
--- /dev/null
+++ b/go-pass/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/howeyc/gopass.a
+gopkg/src/github.com/howeyc/gopass/LICENSE.txt
+gopkg/src/github.com/howeyc/gopass/OPENSOLARIS.LICENSE
+gopkg/src/github.com/howeyc/gopass/README.md
+gopkg/src/github.com/howeyc/gopass/pass.go
+gopkg/src/github.com/howeyc/gopass/pass_test.go
+gopkg/src/github.com/howeyc/gopass/terminal.go
+gopkg/src/github.com/howeyc/gopass/terminal_solaris.go
+@pkgdir bin
diff --git a/go-pass/buildlink3.mk b/go-pass/buildlink3.mk
new file mode 100644
index 0000000000..dfb5ca4ce5
--- /dev/null
+++ b/go-pass/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= go-pass
+
+.if !defined(GO_PASS_BUILDLINK3_MK)
+GO_PASS_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-pass= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-pass?= build
+
+BUILDLINK_API_DEPENDS.go-pass+= go-pass>=0.0.1
+BUILDLINK_PKGSRCDIR.go-pass?= ../../wip/go-pass
+.endif # GO_PASS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -go-pass
diff --git a/go-pass/distinfo b/go-pass/distinfo
new file mode 100644
index 0000000000..0ac3fcee22
--- /dev/null
+++ b/go-pass/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (gopass-bf9dde6d0d2c004a008c27aaee91170c786f6db8-bf9dde6d0d2c004a008c27aaee91170c786f6db8.tar.gz) = 759c56a52111f4cde85c5cc56daf6729eb9ef34b
+RMD160 (gopass-bf9dde6d0d2c004a008c27aaee91170c786f6db8-bf9dde6d0d2c004a008c27aaee91170c786f6db8.tar.gz) = 048811b4ad07fc5e4a3e39994525b24dc28c7633
+SHA512 (gopass-bf9dde6d0d2c004a008c27aaee91170c786f6db8-bf9dde6d0d2c004a008c27aaee91170c786f6db8.tar.gz) = d502e33fd19784f76d04e3ff7218a055b6b0f16ac9f53bd526ec15ff3f94ba2729aea534313d18ae62aa586993fa8ff2fdfafbea7be84a002f8d7e19ae7f951c
+Size (gopass-bf9dde6d0d2c004a008c27aaee91170c786f6db8-bf9dde6d0d2c004a008c27aaee91170c786f6db8.tar.gz) = 11295 bytes
Home |
Main Index |
Thread Index |
Old Index