aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/mindterm-binary/Makefile3
-rw-r--r--security/mindterm-binary/pkg-comment2
-rw-r--r--security/mindterm-binary/pkg-descr14
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>