summaryrefslogtreecommitdiff
path: root/misc/sshbuddy
diff options
context:
space:
mode:
authorDan Moschuk <dan@FreeBSD.org>1999-09-26 23:12:32 +0000
committerDan Moschuk <dan@FreeBSD.org>1999-09-26 23:12:32 +0000
commit909cb526a114e7414102e1526c902e94d6f7f817 (patch)
treec7a91a8502b53c17970c7d8c59fab1ceb5758b21 /misc/sshbuddy
parentupgrade to .dev9 (diff)
Imported sshbuddy 1.02
Notes
Notes: svn path=/head/; revision=21967
Diffstat (limited to 'misc/sshbuddy')
-rw-r--r--misc/sshbuddy/Makefile27
-rw-r--r--misc/sshbuddy/distinfo1
-rw-r--r--misc/sshbuddy/files/patch-008
-rw-r--r--misc/sshbuddy/pkg-comment1
-rw-r--r--misc/sshbuddy/pkg-descr5
-rw-r--r--misc/sshbuddy/pkg-plist1
6 files changed, 43 insertions, 0 deletions
diff --git a/misc/sshbuddy/Makefile b/misc/sshbuddy/Makefile
new file mode 100644
index 000000000000..cc7657730bab
--- /dev/null
+++ b/misc/sshbuddy/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: sshbuddy
+# Version required: 1.0
+# Date created: 26 September 1999
+# Whom: Dan Moschuk <dan@freebsd.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= sshbuddy1.02
+PKGNAME= sshbuddy-1.02
+CATEGORIES= misc
+MASTER_SITES= ftp://ftp.sundilla.net/pub/linux/apps/sshbuddy/beta1.02/
+EXTRACT_SUFX= .tar
+
+MAINTAINER= dan@freebsd.org
+
+RUN_DEPENDS= expectk:${PORTSDIR}/lang/expect
+LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 \
+ tk80.1:${PORTSDIR}/x11-toolkits/tk80
+
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/beta1.02
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/sshbuddy.expk ${PREFIX}/bin/sshbuddy
+
+.include <bsd.port.mk>
diff --git a/misc/sshbuddy/distinfo b/misc/sshbuddy/distinfo
new file mode 100644
index 000000000000..0f660d672fcc
--- /dev/null
+++ b/misc/sshbuddy/distinfo
@@ -0,0 +1 @@
+MD5 (sshbuddy1.02.tar) = bdb4ebea41f74d899f392fb25212aab8
diff --git a/misc/sshbuddy/files/patch-00 b/misc/sshbuddy/files/patch-00
new file mode 100644
index 000000000000..6fb5fed57be4
--- /dev/null
+++ b/misc/sshbuddy/files/patch-00
@@ -0,0 +1,8 @@
+--- sshbuddy.expk.orig Mon Aug 23 15:37:05 1999
++++ sshbuddy.expk Mon Aug 23 15:37:15 1999
+@@ -1,4 +1,4 @@
+-#!/usr/bin/expectk
++#!/usr/local/bin/expectk
+ # EDIT THE ABOVE LINE TO POINT TO WHERE expectk LIVES
+ #
+ # ALSO !!!!
diff --git a/misc/sshbuddy/pkg-comment b/misc/sshbuddy/pkg-comment
new file mode 100644
index 000000000000..2d74ff2eb45e
--- /dev/null
+++ b/misc/sshbuddy/pkg-comment
@@ -0,0 +1 @@
+Simple and small GUI utility to manage ssh sessions
diff --git a/misc/sshbuddy/pkg-descr b/misc/sshbuddy/pkg-descr
new file mode 100644
index 000000000000..4b1729f3fc30
--- /dev/null
+++ b/misc/sshbuddy/pkg-descr
@@ -0,0 +1,5 @@
+This is a Expectk script that allows you to save time connecting to different
+hosts using ssh. It saves your password, login ID, and other host info that
+you have to type over and over again to connect. Once you save your
+connection information you can connect to a host with 2 clicks. First you
+choose the name and then hit connect. It will save you a lot of time.
diff --git a/misc/sshbuddy/pkg-plist b/misc/sshbuddy/pkg-plist
new file mode 100644
index 000000000000..27750ec7db37
--- /dev/null
+++ b/misc/sshbuddy/pkg-plist
@@ -0,0 +1 @@
+bin/sshbuddy