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

2
sysutils/sshsh/DESCR Normal file
View File

@@ -0,0 +1,2 @@
Sshsh checks for an existing ssh-agent connection. It runs one
if necessary, and tries to add your default identity to it.

16
sysutils/sshsh/Makefile Normal file
View File

@@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.8 2013/03/14 16:09:20 kim Exp $
#
DISTNAME= sshsh-1.0
CATEGORIES= sysutils
MASTER_SITES= http://oss.gw.com/people/kim/
MAINTAINER= kim@tac.nyc.ny.us
COMMENT= Run a new shell with an SSH identity
NO_CONFIGURE= yes
MAKE_FLAGS+= PREFIX=${PREFIX}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"

3
sysutils/sshsh/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:53:48 zuntum Exp $
bin/sshsh
man/man1/sshsh.1

6
sysutils/sshsh/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.4 2009/10/31 19:53:17 tnn Exp $
SHA1 (sshsh-1.0.tar.gz) = b27a1f19f86ae6546dca6098377874204a6ddde8
RMD160 (sshsh-1.0.tar.gz) = 5c16fc1b04050169bee233714a49b78b23b2e543
Size (sshsh-1.0.tar.gz) = 865 bytes
SHA1 (patch-aa) = 1590b0dca8e8a2f0eccc46fbe4b0bde9abb6d5a0

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-aa,v 1.1 2009/10/31 19:53:17 tnn Exp $
--- Makefile.orig 1999-07-05 06:31:48.000000000 +0200
+++ Makefile
@@ -8,8 +8,8 @@ M=1
all: $(CMD)
install: $(CMD)
- install -c -m 775 $(CMD) ${PREFIX}/bin/$(CMD)
- install -c -m 664 $(CMD).man ${PREFIX}/man/man$(M)/$(CMD).$(M)
+ install -c -m 775 $(CMD) ${DESTDIR}${PREFIX}/bin/$(CMD)
+ install -c -m 664 $(CMD).man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man$(M)/$(CMD).$(M)
clean:
rm -f $(CMD)