diff options
author | rodent <rodent@pkgsrc.org> | 2013-05-26 21:28:07 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-05-26 21:28:07 +0000 |
commit | b470fb83fcefd5fe752e13b9c1977f3e3f39222b (patch) | |
tree | bafb3113f428756400109841d3848f85095c7db2 /security/sshpass | |
parent | d3ae56d46ba6435b64696e1ad1eedae0d58155f0 (diff) | |
download | pkgsrc-b470fb83fcefd5fe752e13b9c1977f3e3f39222b.tar.gz |
Import sshpass-1.05 as security/sshpass.
Sshpass is a tool for non-interactively performing password authentication with
SSH's so called "interactive keyboard password authentication". Most users
should use SSH's more secure public key authentication instead.
Diffstat (limited to 'security/sshpass')
-rw-r--r-- | security/sshpass/DESCR | 3 | ||||
-rw-r--r-- | security/sshpass/Makefile | 15 | ||||
-rw-r--r-- | security/sshpass/PLIST | 3 | ||||
-rw-r--r-- | security/sshpass/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/security/sshpass/DESCR b/security/sshpass/DESCR new file mode 100644 index 00000000000..0b1ac96eeb1 --- /dev/null +++ b/security/sshpass/DESCR @@ -0,0 +1,3 @@ +Sshpass is a tool for non-interactively performing password authentication with +SSH's so called "interactive keyboard password authentication". Most users +should use SSH's more secure public key authentication instead. diff --git a/security/sshpass/Makefile b/security/sshpass/Makefile new file mode 100644 index 00000000000..f1f478fc4d1 --- /dev/null +++ b/security/sshpass/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2013/05/26 21:28:07 rodent Exp $ +# + +DISTNAME= sshpass-1.05 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sshpass/} + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://sshpass.sourceforge.net/ +COMMENT= Non-interactive ssh password auth +LICENSE= gnu-gpl-v2 + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/security/sshpass/PLIST b/security/sshpass/PLIST new file mode 100644 index 00000000000..eb4edbcf01d --- /dev/null +++ b/security/sshpass/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2013/05/26 21:28:07 rodent Exp $ +bin/sshpass +man/man1/sshpass.1 diff --git a/security/sshpass/distinfo b/security/sshpass/distinfo new file mode 100644 index 00000000000..b6efa6fb164 --- /dev/null +++ b/security/sshpass/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/05/26 21:28:07 rodent Exp $ + +SHA1 (sshpass-1.05.tar.gz) = 6dafec86dd74315913417829542f4023545c8fd7 +RMD160 (sshpass-1.05.tar.gz) = 6db9f833fbc4eda7e0a494fe0dbd287a388afe10 +Size (sshpass-1.05.tar.gz) = 98362 bytes |