diff options
author | dan <dan@FreeBSD.org> | 1999-09-27 07:12:32 +0800 |
---|---|---|
committer | dan <dan@FreeBSD.org> | 1999-09-27 07:12:32 +0800 |
commit | 1284039ee4f3546a66649d74b11a130c65e89695 (patch) | |
tree | 40279d1f7646843020becc059a0ef3e8e84209e5 /misc/sshbuddy | |
parent | f1421d58e551aa562dbef00996321b8bfe937620 (diff) | |
download | freebsd-ports-gnome-1284039ee4f3546a66649d74b11a130c65e89695.tar.gz freebsd-ports-gnome-1284039ee4f3546a66649d74b11a130c65e89695.tar.zst freebsd-ports-gnome-1284039ee4f3546a66649d74b11a130c65e89695.zip |
Imported sshbuddy 1.02
Diffstat (limited to 'misc/sshbuddy')
-rw-r--r-- | misc/sshbuddy/Makefile | 27 | ||||
-rw-r--r-- | misc/sshbuddy/distinfo | 1 | ||||
-rw-r--r-- | misc/sshbuddy/files/patch-00 | 8 | ||||
-rw-r--r-- | misc/sshbuddy/pkg-comment | 1 | ||||
-rw-r--r-- | misc/sshbuddy/pkg-descr | 5 | ||||
-rw-r--r-- | misc/sshbuddy/pkg-plist | 1 |
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 |