Date: Sat, 26 Jan 2019 11:37:23 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491268 - in head/security: . gonepass Message-ID: <201901261137.x0QBbN0A083700@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Jan 26 11:37:22 2019 New Revision: 491268 URL: https://svnweb.freebsd.org/changeset/ports/491268 Log: 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) Added: head/security/gonepass/ head/security/gonepass/Makefile (contents, props changed) head/security/gonepass/distinfo (contents, props changed) head/security/gonepass/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Jan 26 11:06:36 2019 (r491267) +++ head/security/Makefile Sat Jan 26 11:37:22 2019 (r491268) @@ -186,6 +186,7 @@ SUBDIR += gnutls SUBDIR += go-cve-dictionary SUBDIR += go.crypto + SUBDIR += gonepass SUBDIR += gopass SUBDIR += goptlib SUBDIR += gorilla Added: head/security/gonepass/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gonepass/Makefile Sat Jan 26 11:37:22 2019 (r491268) @@ -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> Added: head/security/gonepass/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gonepass/distinfo Sat Jan 26 11:37:22 2019 (r491268) @@ -0,0 +1,3 @@ +TIMESTAMP = 1545483140 +SHA256 (jbreams-gonepass-g20181221-3da5cfa120_GH0.tar.gz) = f2918117b8d46861f29f780ad3861fd2787a00f09506e6db02bedc7e37fc4b47 +SIZE (jbreams-gonepass-g20181221-3da5cfa120_GH0.tar.gz) = 394567 Added: head/security/gonepass/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gonepass/pkg-descr Sat Jan 26 11:37:22 2019 (r491268) @@ -0,0 +1,3 @@ +A GTK+ reader for 1Password password management vault files. + +WWW: https://github.com/jbreams/gonepass
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901261137.x0QBbN0A083700>