Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.13 2012/10/23 18:16:59 asau Exp $
DISTNAME= x11-ssh-askpass-1.0
PKGNAME= ${DISTNAME:S/^x11-//}
PKGREVISION= 1
CATEGORIES= security x11
MASTER_SITES= http://www.jmknoble.net/software/x11-ssh-askpass/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.jmknoble.net/software/x11-ssh-askpass/
COMMENT= X11-based passphrase dialog for OpenSSH
USE_IMAKE= yes
INSTALL_TARGET= install
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/ssh-askpass
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/ssh-askpass
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:17:54 zuntum Exp $
bin/ssh-askpass
bin/x11-ssh-askpass
lib/X11/app-defaults/SshAskpass
share/doc/ssh-askpass/README

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.3 2005/02/24 13:10:13 agc Exp $
SHA1 (x11-ssh-askpass-1.0.tar.gz) = 7800ad1c2924f3ce897b781ff1b945ce049d49bf
RMD160 (x11-ssh-askpass-1.0.tar.gz) = d9cf927b23cec313336e38081757ab89798b0168
Size (x11-ssh-askpass-1.0.tar.gz) = 17105 bytes
SHA1 (patch-aa) = 950c953e0f20f113d1b3998acebbd07990132968

View File

@@ -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