mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add quintuple-agent 1.0.3, quintuple Agent is a program that stores secrets for
you. PR: ports/48003 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
This commit is contained in:
parent
405d3354f1
commit
41fd036aca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75060
@ -259,6 +259,7 @@
|
||||
SUBDIR += py-twofish
|
||||
SUBDIR += qident
|
||||
SUBDIR += qtfw
|
||||
SUBDIR += quintuple-agent
|
||||
SUBDIR += racoon
|
||||
SUBDIR += radiusniff
|
||||
SUBDIR += rain
|
||||
|
39
security/quintuple-agent/Makefile
Normal file
39
security/quintuple-agent/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: quintuple-agent
|
||||
# Date created: 2003-02-06
|
||||
# Whom: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= quintuple-agent
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.vibe.at/tools/q-agent/
|
||||
|
||||
MAINTAINER= stolz@i2.informatik.rwth-aachen.de
|
||||
|
||||
LIB_DEPENDS+= intl.4:${PORTSDIR}/devel/gettext
|
||||
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= glib12
|
||||
.ifndef(WITHOUT_X11)
|
||||
USE_GNOME+= gtk12
|
||||
PLIST_SUB+= X11=""
|
||||
.else
|
||||
PLIST_SUB+= X11="@comment "
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
|
||||
#catgets disabled because it can't find all messages:
|
||||
#CONFIGURE_ARGS+=--with-catgets
|
||||
.ifdef(WITHOUT_X11)
|
||||
CONFIGURE_ARGS+=--disable-gtktest
|
||||
.endif
|
||||
|
||||
MAN1= agpg.1 apgp.1 q-agent.1 secret-ask.1 q-client.1 secret-query.1
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/quintuple-agent/distinfo
Normal file
1
security/quintuple-agent/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (quintuple-agent-1.0.3.tar.gz) = dc999c047855f2fbcd2fc79972ced6f2
|
1
security/quintuple-agent/pkg-comment
Normal file
1
security/quintuple-agent/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Quintuple Agent is a program that stores secrets for you
|
7
security/quintuple-agent/pkg-descr
Normal file
7
security/quintuple-agent/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Quintuple Agent is a program that stores secrets for you.
|
||||
|
||||
An example usage of Quintuple Agent would be for the storage of a
|
||||
passphrase. This way you will have to enter the passphrase only once
|
||||
in a while, not everytime it is needed.
|
||||
|
||||
WWW: http://www.vibe.at/tools/q-agent/
|
5
security/quintuple-agent/pkg-message
Normal file
5
security/quintuple-agent/pkg-message
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
You might want to consider making at least q-agent setuid root
|
||||
so that it can successfully use mlock() to protect your secrets
|
||||
in memory.
|
||||
|
13
security/quintuple-agent/pkg-plist
Normal file
13
security/quintuple-agent/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
bin/agpg
|
||||
bin/apgp
|
||||
bin/q-agent
|
||||
bin/q-client
|
||||
%%X11%%bin/secret-query
|
||||
%%X11%%bin/secret-ask
|
||||
share/locale/de/LC_MESSAGES/quintuple-agent.mo
|
||||
share/locale/es_ES/LC_MESSAGES/quintuple-agent.mo
|
||||
share/locale/fr/LC_MESSAGES/quintuple-agent.mo
|
||||
share/locale/it/LC_MESSAGES/quintuple-agent.mo
|
||||
share/locale/pl/LC_MESSAGES/quintuple-agent.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/quintuple-agent.mo
|
||||
share/locale/ru/LC_MESSAGES/quintuple-agent.mo
|
Loading…
Reference in New Issue
Block a user