diff options
author | Alexander Langer <alex@FreeBSD.org> | 2002-11-30 02:33:36 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2002-11-30 02:33:36 +0000 |
commit | f364b9765775aad08fc191c0e9c0f0a82e783c68 (patch) | |
tree | 1b2eecb7d9d49ae1ad53ab87c04f153aefa12413 /security/mindterm-binary | |
parent | d784d0a58ba7bce69f829c61be091df953d103d9 (diff) | |
download | ports-f364b9765775aad08fc191c0e9c0f0a82e783c68.tar.gz ports-f364b9765775aad08fc191c0e9c0f0a82e783c68.zip |
Notes
Diffstat (limited to 'security/mindterm-binary')
-rw-r--r-- | security/mindterm-binary/Makefile | 3 | ||||
-rw-r--r-- | security/mindterm-binary/pkg-comment | 2 | ||||
-rw-r--r-- | security/mindterm-binary/pkg-descr | 14 |
3 files changed, 9 insertions, 10 deletions
diff --git a/security/mindterm-binary/Makefile b/security/mindterm-binary/Makefile index acc0d69a3cf6..c15809e4ce62 100644 --- a/security/mindterm-binary/Makefile +++ b/security/mindterm-binary/Makefile @@ -7,8 +7,7 @@ PORTNAME= mindterm-binary PORTVERSION= 1.2.1 CATEGORIES= security -MASTER_SITES= http://www.mindbright.se/download/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= alex DISTNAME= mindtermbin-v121 DISTFILES= mindterm-ssh.html ${EXTRACT_ONLY} diff --git a/security/mindterm-binary/pkg-comment b/security/mindterm-binary/pkg-comment index 5c8540e50cf2..2c1ec2eec29c 100644 --- a/security/mindterm-binary/pkg-comment +++ b/security/mindterm-binary/pkg-comment @@ -1 +1 @@ -A full vt220 compatible Java SSH client (not only for website) +A full vt220 compatible Java SSH-1 client (not only for website) diff --git a/security/mindterm-binary/pkg-descr b/security/mindterm-binary/pkg-descr index 28c7275c2ad3..c77ff78f02f1 100644 --- a/security/mindterm-binary/pkg-descr +++ b/security/mindterm-binary/pkg-descr @@ -1,15 +1,15 @@ -This is a Java SSH Client, which has a whole bunch of features. -You should take a look at the following URL to find out: +This is a Java SSH Client, which has a whole bunch of features, +but supports SSH Protocol 1 connections only. -http://www.mindbright.se/mindterm/FEATURES.txt - -However, this version does _not_ depend on the Java Development -Kit, since it is the binary version, which runs out-of-the-box -in webbrowsers that support Java. A minimal sample HTML page +This version does not depend on the Java Development Kit, since +it is the binary version, which runs out-of-the-box in +webbrowsers that support Java. A minimal sample HTML page is installed as well. If you want to use the client from shell, you have to install the JDK first (${PORTSDIR}/java/jdk/). +A commercial version for SSH-2 is available here: WWW: http://www.mindbright.se/mindterm/ +(This version is no longer supported) - Alexander Langer <alex@FreeBSD.org> |