[Midnightbsd-cvs] mports: mports/security: Initial import of OpenSSH's askpass utility.

archite at midnightbsd.org archite at midnightbsd.org
Mon Jun 2 00:33:12 EDT 2008


Log Message:
-----------
Initial import of OpenSSH's askpass utility.

Modified Files:
--------------
    mports/security:
        Makefile (r1.78 -> r1.79)

Added Files:
-----------
    mports/security/openssh-askpass:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/Makefile,v
retrieving revision 1.78
retrieving revision 1.79
diff -L security/Makefile -L security/Makefile -u -r1.78 -r1.79
--- security/Makefile
+++ security/Makefile
@@ -45,6 +45,7 @@
     SUBDIR += nmapfe
     SUBDIR += nss
     SUBDIR += opencdk
+    SUBDIR += openssh-askpass
     SUBDIR += openssh-portable
     SUBDIR += openvpn
     SUBDIR += p5-Authen-SASL
--- /dev/null
+++ security/openssh-askpass/pkg-descr
@@ -0,0 +1,8 @@
+ssh-askpass is a small applet intended for use in conjunction with
+OpenSSH. It pops up a window and requests the user input their SSH
+passphrase. It is not designed to be executed directly, but to be called
+by OpenSSH's ssh-add(1) utility. If no controlling terminal is found (e.g.
+ssh-add is called from the .xinitrc as part of the X login process), and
+DISPLAY is set, ssh-add will spawn ssh-askpass to request the password.
+
+WWW: http://www.jmknoble.net/software/x11-ssh-askpass/
--- /dev/null
+++ security/openssh-askpass/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for:	OpenSSH-askpass
+# Date created:		27 February 2000
+# Whom:			Kris Kennaway <kris at FreeBSD.org>
+#
+# $MidnightBSD: mports/security/openssh-askpass/Makefile,v 1.1 2008/06/02 04:33:10 archite Exp $
+# $FreeBSD: ports/security/openssh-askpass/Makefile,v 1.15 2008/05/13 10:27:09 flz Exp $
+#
+
+PORTNAME=	OpenSSH-askpass
+PORTVERSION=	1.2.4.1
+CATEGORIES=	security
+MASTER_SITES=	http://www.jmknoble.net/software/x11-ssh-askpass/
+DISTNAME=	x11-ssh-askpass-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Graphical password applet for entering SSH passphrase
+
+USE_IMAKE=	yes
+USE_XORG=	x11 xt
+
+MAN1=		x11-ssh-askpass.1
+MLINKS=		x11-ssh-askpass.1 ssh-askpass.1
+
+DOCSDIR=	${PREFIX}/share/doc/ssh-askpass
+PLIST_FILES=	bin/x11-ssh-askpass \
+		bin/ssh-askpass \
+		lib/X11/app-defaults/SshAskpass
+PORTDOCS=	README TODO ChangeLog
+
+pre-configure:
+	cd ${WRKSRC} && ./configure --libexecdir=${PREFIX}/bin
+
+.if !defined(NOPORTDOCS)
+post-install:
+	${MKDIR} ${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
--- /dev/null
+++ security/openssh-askpass/distinfo
@@ -0,0 +1,3 @@
+MD5 (x11-ssh-askpass-1.2.4.1.tar.gz) = 8f2e41f3f7eaa8543a2440454637f3c3
+SHA256 (x11-ssh-askpass-1.2.4.1.tar.gz) = 620de3c32ae72185a2c9aeaec03af24242b9621964e38eb625afb6cdb30b8c88
+SIZE (x11-ssh-askpass-1.2.4.1.tar.gz) = 29229


More information about the Midnightbsd-cvs mailing list