diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-10 13:52:58 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-10 13:52:58 +0800 |
commit | 7b47594eafc7ab58b4a193d85cccb3c55a3e1fe1 (patch) | |
tree | 1730b6d8827d9a74a5119d089a4c753eb3865d12 /security/gnome-ssh-askpass | |
parent | 5e13b09cc2c90c99edfd6b3266c4e88f97ecc1b1 (diff) | |
download | freebsd-ports-gnome-7b47594eafc7ab58b4a193d85cccb3c55a3e1fe1.tar.gz freebsd-ports-gnome-7b47594eafc7ab58b4a193d85cccb3c55a3e1fe1.tar.zst freebsd-ports-gnome-7b47594eafc7ab58b4a193d85cccb3c55a3e1fe1.zip |
New port: gnome-ssh-askpass
New port, the gnome based askpass from the openssh contrib.
PR: ports/53247
Submitted by: Mark Hannon <markhannon@optusnet.com.au>
Diffstat (limited to 'security/gnome-ssh-askpass')
-rw-r--r-- | security/gnome-ssh-askpass/Makefile | 27 | ||||
-rw-r--r-- | security/gnome-ssh-askpass/distinfo | 1 | ||||
-rw-r--r-- | security/gnome-ssh-askpass/pkg-descr | 4 | ||||
-rw-r--r-- | security/gnome-ssh-askpass/pkg-plist | 1 |
4 files changed, 33 insertions, 0 deletions
diff --git a/security/gnome-ssh-askpass/Makefile b/security/gnome-ssh-askpass/Makefile new file mode 100644 index 000000000000..dc95ebc2f017 --- /dev/null +++ b/security/gnome-ssh-askpass/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gnome-ssh-askpass +# Date created: 11 June 2002 +# Whom: Mark Hannon <markhannon@optusnet.com.au> +# +# $FreeBSD$ + +PORTNAME= gnome-ssh-askpass +PORTVERSION= 3.6p1 +CATEGORIES= security gnome +MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ + ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenSSH/portable/ +DISTNAME= openssh-${PORTVERSION} + +MAINTAINER= markhannon@optusnet.com.au +COMMENT= A graphical ssh askpass utility for Gnome2 + +WRKSRC= ${WRKDIR}/openssh-3.6p1 +BUILD_WRKSRC= ${WRKSRC}/contrib +ALL_TARGET= gnome-ssh-askpass2 + +USE_X_PREFIX= yes +USE_GNOME= gtk20 + +do-install: + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/gnome-ssh-askpass2 ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/security/gnome-ssh-askpass/distinfo b/security/gnome-ssh-askpass/distinfo new file mode 100644 index 000000000000..3f471a5c2353 --- /dev/null +++ b/security/gnome-ssh-askpass/distinfo @@ -0,0 +1 @@ +MD5 (openssh-3.6p1.tar.gz) = 72ef1134d521cb6926c99256dad17fe0 diff --git a/security/gnome-ssh-askpass/pkg-descr b/security/gnome-ssh-askpass/pkg-descr new file mode 100644 index 000000000000..00e1e683a8eb --- /dev/null +++ b/security/gnome-ssh-askpass/pkg-descr @@ -0,0 +1,4 @@ +Gnome-ssh-askpass is a part of the OpenSSH contrib files. + +Use from your .xsession or equivalent: + export SSH_ASKPASS=/usr/X11R6/bin/gnome-ssh-askpass2 ; ssh-add diff --git a/security/gnome-ssh-askpass/pkg-plist b/security/gnome-ssh-askpass/pkg-plist new file mode 100644 index 000000000000..d1594cb80898 --- /dev/null +++ b/security/gnome-ssh-askpass/pkg-plist @@ -0,0 +1 @@ +bin/gnome-ssh-askpass2 |