aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-26 11:37:22 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-26 11:37:22 +0000
commit39926c33529b9b64fc5cf6e4e1a5962b202bc25b (patch)
tree92e5be78674339c78659179c553e81f483e5be7e
parent096eab59ce93afe3b747e94e40ef27fd75b82c9e (diff)
downloadports-39926c33529b9b64fc5cf6e4e1a5962b202bc25b.tar.gz
ports-39926c33529b9b64fc5cf6e4e1a5962b202bc25b.zip
Notes
-rw-r--r--security/Makefile1
-rw-r--r--security/gonepass/Makefile25
-rw-r--r--security/gonepass/distinfo3
-rw-r--r--security/gonepass/pkg-descr3
4 files changed, 32 insertions, 0 deletions
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 <bsd.port.mk>
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