From 219bfab8688405b5cf99a931eae99be1acbf84a6 Mon Sep 17 00:00:00 2001 From: ahze Date: Sat, 2 Sep 2006 15:20:58 +0000 Subject: - Add gnome-gpg Simple commandline wrapper around gpg that makes it store its passphrase in gnome-keyring. It is a direct competitor to (the unmaintained) quintuple-agent. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7185 df743ca5-7f9a-e211-a948-0013205c9059 --- security/gnome-gpg/Makefile | 28 ++++++++++++++++++++++++++++ security/gnome-gpg/distinfo | 3 +++ security/gnome-gpg/pkg-descr | 3 +++ 3 files changed, 34 insertions(+) create mode 100644 security/gnome-gpg/Makefile create mode 100644 security/gnome-gpg/distinfo create mode 100644 security/gnome-gpg/pkg-descr diff --git a/security/gnome-gpg/Makefile b/security/gnome-gpg/Makefile new file mode 100644 index 000000000..935207b94 --- /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 +# +# $FreeBSD$ +# $MCom$ + +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 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. -- cgit v1.2.3