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)
This commit is contained in:
parent
3543e1ec2e
commit
70cd04b258
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175285
4 changed files with 35 additions and 0 deletions
|
@ -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
|
||||
|
|
28
security/gnome-gpg/Makefile
Normal file
28
security/gnome-gpg/Makefile
Normal file
|
@ -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>
|
3
security/gnome-gpg/distinfo
Normal file
3
security/gnome-gpg/distinfo
Normal file
|
@ -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
|
3
security/gnome-gpg/pkg-descr
Normal file
3
security/gnome-gpg/pkg-descr
Normal file
|
@ -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.
|
Loading…
Reference in a new issue