Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102897901
D28014.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D28014.id.diff
View Options
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 <bsd.port.mk>
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 11:32 AM (15 h, 6 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14714200
Default Alt Text
D28014.id.diff (1 KB)
Attached To
Mode
D28014: New port: security/gpg-gui: GUI wrapper for symmetric GPG file encryption
Attached
Detach File
Event Timeline
Log In to Comment