diff options
author | mezz <mezz@FreeBSD.org> | 2006-10-14 17:10:57 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-10-14 17:10:57 +0800 |
commit | ce121bc0daff0ff57c082589fad926e09bb086bf (patch) | |
tree | 2ea78a71e6a5f370803c6bc21d33480eeed0b823 /security | |
parent | 52fc35b2f0bfa0bea7dd0ec3af7c4c2a5d44d55f (diff) | |
download | freebsd-ports-gnome-ce121bc0daff0ff57c082589fad926e09bb086bf.tar.gz freebsd-ports-gnome-ce121bc0daff0ff57c082589fad926e09bb086bf.tar.zst freebsd-ports-gnome-ce121bc0daff0ff57c082589fad926e09bb086bf.zip |
Simple commandline wrapper around gpg that makes it store its passphrase
in gnome-keyring. It is a direct competitor to (the unmaintained)
quintuple-agent.
Submitted by: ahze
Approved by: portmgr (kris and marcus)
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/gnome-gpg/Makefile | 28 | ||||
-rw-r--r-- | security/gnome-gpg/distinfo | 3 | ||||
-rw-r--r-- | security/gnome-gpg/pkg-descr | 3 |
4 files changed, 35 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 89071e8ce348..e1a1e7389e23 100644 --- a/security/Makefile +++ b/security/Makefile @@ -139,6 +139,7 @@ SUBDIR += gaim-encryption SUBDIR += gaim-otr SUBDIR += gcipher + SUBDIR += gnome-gpg SUBDIR += gnome-keyring SUBDIR += gnome-keyring-manager SUBDIR += gnome-password-generator diff --git a/security/gnome-gpg/Makefile b/security/gnome-gpg/Makefile new file mode 100644 index 000000000000..4eeff95fef14 --- /dev/null +++ b/security/gnome-gpg/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gnome-gpg +# Date created: 2006-09-02 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/security/gnome-gpg/Makefile,v 1.1 2006/09/02 15:20:58 ahze Exp $ + +PORTNAME= gnome-gpg +PORTVERSION= 0.5.0 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Simple commandline wrapper around gpg for gnome-keyring + +BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg +LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GNOME= libgnomeui + +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 000000000000..fd7f10f9e04a --- /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 000000000000..fc0cb1a01a2b --- /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. |