summaryrefslogtreecommitdiff
path: root/security/mindterm-binary
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2002-11-30 02:33:36 +0000
committerAlexander Langer <alex@FreeBSD.org>2002-11-30 02:33:36 +0000
commitf364b9765775aad08fc191c0e9c0f0a82e783c68 (patch)
tree1b2eecb7d9d49ae1ad53ab87c04f153aefa12413 /security/mindterm-binary
parent"texhash" needs to be run after install, otherwise the installed (diff)
This software is no longer supported by Mindbright and available
from their site, since they want to sell their SSH-2 version for profite. However, this version is GPL, so we are able to distribute it on MASTER_SITE_LOCAL and use it as we did before. Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=71241
Diffstat (limited to 'security/mindterm-binary')
-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>