From 39926c33529b9b64fc5cf6e4e1a5962b202bc25b Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Sat, 26 Jan 2019 11:37:22 +0000 Subject: [PATCH] New port: security/gonepass A GTK+ reader for 1Password password management vault files. WWW: https://github.com/jbreams/gonepass PR: 226706 Submitted by: greg@unrelenting.technology Reviewed by: lwhsu (earlier version) --- security/Makefile | 1 + security/gonepass/Makefile | 25 +++++++++++++++++++++++++ security/gonepass/distinfo | 3 +++ security/gonepass/pkg-descr | 3 +++ 4 files changed, 32 insertions(+) create mode 100644 security/gonepass/Makefile create mode 100644 security/gonepass/distinfo create mode 100644 security/gonepass/pkg-descr diff --git a/security/Makefile b/security/Makefile index 13afb7b270bb..ff94084388a7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -186,6 +186,7 @@ SUBDIR += gnutls SUBDIR += go-cve-dictionary SUBDIR += go.crypto + SUBDIR += gonepass SUBDIR += gopass SUBDIR += goptlib SUBDIR += gorilla diff --git a/security/gonepass/Makefile b/security/gonepass/Makefile new file mode 100644 index 000000000000..cdb2e89d73a2 --- /dev/null +++ b/security/gonepass/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= gonepass +DISTVERSION= g20181221 +CATEGORIES= security + +MAINTAINER= greg@unrelenting.technology +COMMENT= GTK+ 1Password reader + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake compiler:c++11-lang gnome pkgconfig ssl +USE_GITHUB= yes +GH_ACCOUNT= jbreams +GH_TAGNAME= 3da5cfa120 +USE_GNOME= gtk30 gtkmm30 + +INSTALLS_ICONS= yes + +PLIST_FILES= bin/gonepass \ + share/applications/gonepass.desktop \ + share/pixmaps/gonepass.png + +.include diff --git a/security/gonepass/distinfo b/security/gonepass/distinfo new file mode 100644 index 000000000000..0edcd1ab59e7 --- /dev/null +++ b/security/gonepass/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1545483140 +SHA256 (jbreams-gonepass-g20181221-3da5cfa120_GH0.tar.gz) = f2918117b8d46861f29f780ad3861fd2787a00f09506e6db02bedc7e37fc4b47 +SIZE (jbreams-gonepass-g20181221-3da5cfa120_GH0.tar.gz) = 394567 diff --git a/security/gonepass/pkg-descr b/security/gonepass/pkg-descr new file mode 100644 index 000000000000..dab5ee8b6a68 --- /dev/null +++ b/security/gonepass/pkg-descr @@ -0,0 +1,3 @@ +A GTK+ reader for 1Password password management vault files. + +WWW: https://github.com/jbreams/gonepass