From 431aed87eb5fdb0323d5414c62f6b64e5ed5e09f Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 11 Aug 2000 05:22:57 +0000 Subject: ssh-askpass - X11-based passphrase dialog for OpenSSH --- security/ssh-askpass/Makefile | 18 ++++++++++++++++++ security/ssh-askpass/files/md5 | 3 +++ security/ssh-askpass/files/patch-sum | 3 +++ security/ssh-askpass/patches/patch-aa | 13 +++++++++++++ security/ssh-askpass/pkg/COMMENT | 1 + security/ssh-askpass/pkg/DESCR | 8 ++++++++ security/ssh-askpass/pkg/PLIST | 5 +++++ 7 files changed, 51 insertions(+) create mode 100644 security/ssh-askpass/Makefile create mode 100644 security/ssh-askpass/files/md5 create mode 100644 security/ssh-askpass/files/patch-sum create mode 100644 security/ssh-askpass/patches/patch-aa create mode 100644 security/ssh-askpass/pkg/COMMENT create mode 100644 security/ssh-askpass/pkg/DESCR create mode 100644 security/ssh-askpass/pkg/PLIST (limited to 'security') diff --git a/security/ssh-askpass/Makefile b/security/ssh-askpass/Makefile new file mode 100644 index 00000000000..a0eb7aee761 --- /dev/null +++ b/security/ssh-askpass/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/08/11 05:22:57 jlam Exp $ + +DISTNAME= x11-ssh-askpass-1.0 +PKGNAME= ${DISTNAME:S/^x11-//} +CATEGORIES= security x11 +MASTER_SITES= http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/ + +USE_X11BASE= # defined +USE_IMAKE= # defined + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ssh-askpass + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ssh-askpass + +.include "../../mk/bsd.pkg.mk" diff --git a/security/ssh-askpass/files/md5 b/security/ssh-askpass/files/md5 new file mode 100644 index 00000000000..c52bcc5da36 --- /dev/null +++ b/security/ssh-askpass/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/08/11 05:22:58 jlam Exp $ + +MD5 (x11-ssh-askpass-1.0.tar.gz) = 4485c03811899be7d905960f1ad5b877 diff --git a/security/ssh-askpass/files/patch-sum b/security/ssh-askpass/files/patch-sum new file mode 100644 index 00000000000..7ec1332cc3a --- /dev/null +++ b/security/ssh-askpass/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/08/11 05:22:58 jlam Exp $ + +MD5 (patch-aa) = c1f13147e63b4841f4846049a5aa099a diff --git a/security/ssh-askpass/patches/patch-aa b/security/ssh-askpass/patches/patch-aa new file mode 100644 index 00000000000..305ef4a7e5f --- /dev/null +++ b/security/ssh-askpass/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/08/11 05:22:58 jlam Exp $ + +--- Imakefile.orig Fri Jan 7 04:54:23 2000 ++++ Imakefile Fri Aug 11 00:49:33 2000 +@@ -1,8 +1,6 @@ + NAME = x11-ssh-askpass + CLASS = SshAskpass + +-BINDIR = /usr/local/libexec/ssh +- + CAT = cat + CHMOD = chmod -c + CP = cp -df diff --git a/security/ssh-askpass/pkg/COMMENT b/security/ssh-askpass/pkg/COMMENT new file mode 100644 index 00000000000..51ed7cac20d --- /dev/null +++ b/security/ssh-askpass/pkg/COMMENT @@ -0,0 +1 @@ +X11-based passphrase dialog for OpenSSH diff --git a/security/ssh-askpass/pkg/DESCR b/security/ssh-askpass/pkg/DESCR new file mode 100644 index 00000000000..0abc4616568 --- /dev/null +++ b/security/ssh-askpass/pkg/DESCR @@ -0,0 +1,8 @@ +x11-ssh-askpass is a lightweight passphrase dialog for OpenSSH or other +open variants of SSH. In particular, x11-ssh-askpass is useful with the +Unix port of OpenSSH by Damien Miller, and Damien includes it in his RPM +packages of OpenSSH. + +x11-ssh-askpass uses only the stock X11 libraries (libX11, libXt) for its +user interface. This reduces its dependencies on external libraries (such +as GNOME or Perl/Tk). See the README for further information. diff --git a/security/ssh-askpass/pkg/PLIST b/security/ssh-askpass/pkg/PLIST new file mode 100644 index 00000000000..75c5b772509 --- /dev/null +++ b/security/ssh-askpass/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/11 05:22:58 jlam Exp $ +bin/ssh-askpass +bin/x11-ssh-askpass +lib/X11/app-defaults/SshAskpass +share/doc/ssh-askpass/README -- cgit v1.2.3