diff options
Diffstat (limited to 'security/gnome-gpg')
-rw-r--r-- | security/gnome-gpg/Makefile | 29 | ||||
-rw-r--r-- | security/gnome-gpg/distinfo | 3 | ||||
-rw-r--r-- | security/gnome-gpg/pkg-descr | 3 |
3 files changed, 35 insertions, 0 deletions
diff --git a/security/gnome-gpg/Makefile b/security/gnome-gpg/Makefile new file mode 100644 index 000000000..ca3396645 --- /dev/null +++ b/security/gnome-gpg/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gnome-gpg +# Date created: 2006-09-02 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD: ports/security/gnome-gpg/Makefile,v 1.10 2010/03/28 06:43:18 dinoex Exp $ +# $MCom: ports/security/gnome-gpg/Makefile,v 1.1 2006/09/02 15:20:58 ahze Exp $ + +PORTNAME= gnome-gpg +PORTVERSION= 0.5.0 +PORTREVISION= 8 +CATEGORIES= security +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Simple commandline wrapper around gpg for gnome-keyring + +BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 +LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring +RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GNOME= libgnomeui +CONFIGURE_ENV= set_more_warnings="no" + +PLIST_FILES= bin/gnome-gpg +MAN1= gnome-gpg.1 + +.include <bsd.port.mk> diff --git a/security/gnome-gpg/distinfo b/security/gnome-gpg/distinfo new file mode 100644 index 000000000..fd7f10f9e --- /dev/null +++ b/security/gnome-gpg/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome-gpg-0.5.0.tar.bz2) = 3930f850eea59c7d90775d2d790446c1 +SHA256 (gnome-gpg-0.5.0.tar.bz2) = 2acebd35613e78ecac14cd4783f9df6d33a25e62857cb5cb868091f0d05a53d5 +SIZE (gnome-gpg-0.5.0.tar.bz2) = 69620 diff --git a/security/gnome-gpg/pkg-descr b/security/gnome-gpg/pkg-descr new file mode 100644 index 000000000..fc0cb1a01 --- /dev/null +++ b/security/gnome-gpg/pkg-descr @@ -0,0 +1,3 @@ +Simple commandline wrapper around gpg that makes it store its passphrase +in gnome-keyring. It is a direct competitor to (the unmaintained) +quintuple-agent. |