diff options
-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 |