1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

security/gpg-gui: GUI wrapper for symmetric GPG file encryption

Reviewed by:		0mp (mentor)
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D28014
This commit is contained in:
Neel Chauhan 2021-01-07 15:46:15 +00:00
parent 90a0261a92
commit 77ef0c83fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560718
4 changed files with 37 additions and 0 deletions

View File

@ -193,6 +193,7 @@
SUBDIR += govpn
SUBDIR += gpa
SUBDIR += gpgdir
SUBDIR += gpg-gui
SUBDIR += gpgme
SUBDIR += gpgme-cpp
SUBDIR += gpgme-qt5

26
security/gpg-gui/Makefile Normal file
View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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