Add mindterm-binary, a binary-only port of mindterm, a featureful
SSH client (full VT220/xterm compatible!!) This is the binary-only version without a dependency to JDK but including a sample HTML-file instead (for use in webbrowsers).
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
SUBDIR += lsh
|
||||
SUBDIR += lxnb
|
||||
SUBDIR += mhash
|
||||
SUBDIR += mindterm-binary
|
||||
SUBDIR += nbaudit
|
||||
SUBDIR += nessus
|
||||
SUBDIR += nessus-libraries
|
||||
|
||||
31
security/mindterm-binary/Makefile
Normal file
31
security/mindterm-binary/Makefile
Normal file
@@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: mindterm-binary
|
||||
# Date created: 22 Sep 2000
|
||||
# Whom: alex@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mindterm-binary
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.mindbright.se/mindterm/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= alex
|
||||
DISTNAME= mindtermbin-v121
|
||||
DISTFILES= mindterm-ssh.html ${EXTRACT_ONLY}
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= alex@FreeBSD.org
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
post-extract:
|
||||
@${CP} ${DISTDIR}/mindterm-ssh.html ${WRKSRC}
|
||||
@${MV} ${WRKSRC}/mindtermfull.jar ${WRKSRC}/mindterm.jar
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/java/mindterm
|
||||
@${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/share/java/mindterm/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
security/mindterm-binary/distinfo
Normal file
2
security/mindterm-binary/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
MD5 (mindterm-ssh.html) = 9c7330315b018d58476b16c1cb30eb02
|
||||
MD5 (mindtermbin-v121.zip) = 7e9da7322fcae183e6821b26b5acc61b
|
||||
1
security/mindterm-binary/pkg-comment
Normal file
1
security/mindterm-binary/pkg-comment
Normal file
@@ -0,0 +1 @@
|
||||
A full vt220 compatible Java SSH client (not only for website)
|
||||
15
security/mindterm-binary/pkg-descr
Normal file
15
security/mindterm-binary/pkg-descr
Normal file
@@ -0,0 +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:
|
||||
|
||||
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
|
||||
is installed as well.
|
||||
If you want to use the client from shell, you have to install
|
||||
the JDK first (${PORTSDIR}/java/jdk/).
|
||||
|
||||
WWW: http://www.mindbright.se/mindterm/
|
||||
|
||||
- Alexander Langer <alex@FreeBSD.org>
|
||||
11
security/mindterm-binary/pkg-plist
Normal file
11
security/mindterm-binary/pkg-plist
Normal file
@@ -0,0 +1,11 @@
|
||||
share/java/mindterm/CHANGES
|
||||
share/java/mindterm/COPYING
|
||||
share/java/mindterm/FAQ
|
||||
share/java/mindterm/FEATURES
|
||||
share/java/mindterm/PLATFORMS
|
||||
share/java/mindterm/TODO
|
||||
share/java/mindterm/mindterm.jar
|
||||
share/java/mindterm/mindterm-ssh.html
|
||||
@dirrm share/java/mindterm
|
||||
@unexec rmdir %D/share/java || true
|
||||
|
||||
Reference in New Issue
Block a user