diff options
author | wiz <wiz@pkgsrc.org> | 2001-06-28 17:01:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-06-28 17:01:03 +0000 |
commit | 2538ae5a7bdb0afab21f55c4ae509b13bb533c0b (patch) | |
tree | 7654e4a62762b536a6321c9b1a6d0c14a494ff5e /security/gpa | |
parent | 2844ba8358e5dc3a508e147acb15e2807101c82e (diff) | |
download | pkgsrc-2538ae5a7bdb0afab21f55c4ae509b13bb533c0b.tar.gz |
Initial import of gpa, a graphical front-end for GnuPG.
Still in development, not recommended for production use yet.
Package provided by Peter Reich in pkg/12952, with some touch-ups by me.
Diffstat (limited to 'security/gpa')
-rw-r--r-- | security/gpa/Makefile | 19 | ||||
-rw-r--r-- | security/gpa/distinfo | 4 | ||||
-rw-r--r-- | security/gpa/pkg/DESCR | 10 | ||||
-rw-r--r-- | security/gpa/pkg/PLIST | 9 |
4 files changed, 42 insertions, 0 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile new file mode 100644 index 00000000000..0f4ce6609e9 --- /dev/null +++ b/security/gpa/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/06/28 17:01:03 wiz Exp $ +# + +DISTNAME= gpa-0.4.1 +CATEGORIES= x11 security +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/ + +MAINTAINER= pr@alles.prima.de +HOMEPAGE= http://www.gnupg.org/gpa.html +COMMENT= GUI frontend to gnupg + +DEPENDS+= gnupg>=1.0.0:../../security/gnupg + +GNU_CONFIGURE= YES +USE_CONFIG_WRAPPER= YES +USE_BUILDLINK_ONLY= YES + +.include "../../x11/gtk/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/gpa/distinfo b/security/gpa/distinfo new file mode 100644 index 00000000000..173895c97c2 --- /dev/null +++ b/security/gpa/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/06/28 17:01:03 wiz Exp $ + +SHA1 (gpa-0.4.1.tar.gz) = bef6f21127724181e946504de773d0af2721016d +Size (gpa-0.4.1.tar.gz) = 362100 bytes diff --git a/security/gpa/pkg/DESCR b/security/gpa/pkg/DESCR new file mode 100644 index 00000000000..479e0ce7062 --- /dev/null +++ b/security/gpa/pkg/DESCR @@ -0,0 +1,10 @@ +The GNU Privacy Assistant is a graphical user interface for the GNU +Privacy Guard (GnuPG). GnuPG is a system that provides you with +privacy by encrypting emails or other documents and with +authentication of received files by signature management. + +GPA utilizes the GIMP Tool Kit (GTK) and compiles for various +platforms. + +GPA is still work in progress, so don't expect that everything works +and be careful when using production quality secret keys. diff --git a/security/gpa/pkg/PLIST b/security/gpa/pkg/PLIST new file mode 100644 index 00000000000..4108f28d9c2 --- /dev/null +++ b/security/gpa/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/28 17:01:03 wiz Exp $ +bin/gpa +share/gpa/gpa_tips.en +share/gpa/gpa_tips.de +share/gpa/gtkrc +share/gpa/gpa_logo.ppm +share/locale/de/LC_MESSAGES/gpa.mo +share/locale/fr/LC_MESSAGES/gpa.mo +@dirrm share/gpa |