aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-02-12 06:26:04 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-02-12 06:26:04 +0000
commitced3b7f7a4e5da03db90c2658bd8cd019cde0811 (patch)
tree8183461b00fa46fa3d8a43f6b346372e757153c7 /security
parent7ff5813e1a476eb75312651d2bb1df623013a410 (diff)
downloadports-ced3b7f7a4e5da03db90c2658bd8cd019cde0811.tar.gz
ports-ced3b7f7a4e5da03db90c2658bd8cd019cde0811.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/sshpass/Makefile23
-rw-r--r--security/sshpass/distinfo2
-rw-r--r--security/sshpass/pkg-descr5
4 files changed, 31 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index e0e27bae0458..2cb2a2d9c4f7 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -853,6 +853,7 @@
SUBDIR += sshguard-ipfw
SUBDIR += sshguard-pf
SUBDIR += sshit
+ SUBDIR += sshpass
SUBDIR += ssl-admin
SUBDIR += sslproxy
SUBDIR += sslscan
diff --git a/security/sshpass/Makefile b/security/sshpass/Makefile
new file mode 100644
index 000000000000..1e9774d783b2
--- /dev/null
+++ b/security/sshpass/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: sshpass
+# Date created: 2012-02-04
+# Whom: Hung-Yi Chen <gaod@hychen.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sshpass
+PORTVERSION= 1.05
+CATEGORIES= sysutils
+MASTER_SITES= SF/${PORTNAME}/sshpass/${PORTVERSION}
+
+MAINTAINER= gaod@hychen.org
+COMMENT= A non-interactive ssh password auth tool
+
+LICENSE= GPLv2
+
+GNU_CONFIGURE= yes
+
+PLIST_FILES= bin/sshpass
+MAN1= sshpass.1
+
+.include <bsd.port.mk>
diff --git a/security/sshpass/distinfo b/security/sshpass/distinfo
new file mode 100644
index 000000000000..5449f4187041
--- /dev/null
+++ b/security/sshpass/distinfo
@@ -0,0 +1,2 @@
+SHA256 (sshpass-1.05.tar.gz) = c3f78752a68a0c3f62efb3332cceea0c8a1f04f7cf6b46e00ec0c3000bc8483e
+SIZE (sshpass-1.05.tar.gz) = 98362
diff --git a/security/sshpass/pkg-descr b/security/sshpass/pkg-descr
new file mode 100644
index 000000000000..23e2d16935d1
--- /dev/null
+++ b/security/sshpass/pkg-descr
@@ -0,0 +1,5 @@
+Sshpass is a tool for non-interactively performing password authentication
+with SSH's so called "interactive keyboard password authentication".
+Most user should use SSH's more secure public key authentication instead.
+
+WWW: http://sourceforge.net/projects/sshpass/