Index: head/security/Makefile =================================================================== --- head/security/Makefile +++ head/security/Makefile @@ -193,6 +193,7 @@ SUBDIR += govpn SUBDIR += gpa SUBDIR += gpgdir + SUBDIR += gpg-gui SUBDIR += gpgme SUBDIR += gpgme-cpp SUBDIR += gpgme-qt5 Index: head/security/gpg-gui/Makefile =================================================================== --- head/security/gpg-gui/Makefile +++ head/security/gpg-gui/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= gpg-gui +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.2 +CATEGORIES= security + +MAINTAINER= nc@FreeBSD.org +COMMENT= GUI wrapper for symmetric GPG file encryption + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= valac:lang/vala +RUN_DEPENDS= gpg2:security/gnupg + +USES= gnome meson pkgconfig +USE_GNOME= glib20 gtk30 + +USE_GITHUB= yes +GH_ACCOUNT= AnsgarKlein +GH_PROJECT= GPG-Gui + +PLIST_FILES= bin/${PORTNAME} + +.include Index: head/security/gpg-gui/distinfo =================================================================== --- head/security/gpg-gui/distinfo +++ head/security/gpg-gui/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1609960208 +SHA256 (AnsgarKlein-GPG-Gui-v0.1.2_GH0.tar.gz) = 7851a621e70be2be98ae2e4a4185877ecddd843e416d19099a5575f4281e44c8 +SIZE (AnsgarKlein-GPG-Gui-v0.1.2_GH0.tar.gz) = 52279 Index: head/security/gpg-gui/pkg-descr =================================================================== --- head/security/gpg-gui/pkg-descr +++ head/security/gpg-gui/pkg-descr @@ -0,0 +1,7 @@ +A simple GUI frontend that interacts with the GPG application to encrypt and +decrypt files symmetrically (using passwords not private/public keys). + +The GUI provides a convenient way to use GPG, rather than through the terminal, +making it usable for unexperienced users. + +WWW: https://github.com/AnsgarKlein/GPG-Gui