update to mindterm 2.1

* fixes MASTER_SITES and HOMEPAGE
* PERMIT_*_CDROM changes, non-commercial use only
* new MAINTAINER

Submitted by:	Marc Matteo <marcm@lectroid.net>
This commit is contained in:
danh 2001-10-30 15:57:52 +00:00
parent 241470cf6f
commit 76786653c0
7 changed files with 57 additions and 67 deletions

View File

@ -1,34 +1,36 @@
# $OpenBSD: Makefile,v 1.3 2001/04/06 13:50:21 danh Exp $
# $OpenBSD: Makefile,v 1.4 2001/10/30 15:57:52 danh Exp $
COMMENT= "web-based java ssh client"
COMMENT= "web-based java SSH client"
DISTNAME= mindtermbin-v199
PKGNAME= mindterm-1.9.9
VERSION= 2.1
DISTNAME= mindterm_${VERSION}-bin
PKGNAME= mindterm-${VERSION}
CATEGORIES= www security
NEED_VERSION= 1.378
MASTER_SITES= http://www.mindbright.se/download/
NEED_VERSION= 1.475
MASTER_SITES= http://www.appgate.com/products/mindterm/personal/
EXTRACT_SUFX= .zip
HOMEPAGE= http://www.mindbright.se/products/mindterm/
HOMEPAGE= http://www.appgate.com/products/mindterm/
MAINTAINER= Pete Fritchman <petef@databits.net>
MAINTAINER= Marc Matteo <marcm@lectroid.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_CDROM= "non-commercial use only"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_CDROM= "non-commercial use only"
PERMIT_DISTFILES_FTP= Yes
PREFIX?= /var/www
PREFIX?= /var/www/htdocs
NO_BUILD= Yes
WRKDIST= ${WRKDIR}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/htdocs/mindterm
${INSTALL_DATA} ${WRKSRC}/mindterm_ns.jar ${PREFIX}/htdocs/mindterm
${INSTALL_DATA} ${WRKSRC}/mindterm_ie.cab ${PREFIX}/htdocs/mindterm
${INSTALL_DATA} ${WRKSRC}/mindtermfull.jar ${PREFIX}/htdocs/mindterm
${INSTALL_DATA} ${FILESDIR}/sample-ie.html ${PREFIX}/htdocs/mindterm
${INSTALL_DATA} ${FILESDIR}/sample-ns.html ${PREFIX}/htdocs/mindterm
${INSTALL_DATA_DIR} ${PREFIX}/mindterm
${INSTALL_DATA} ${WRKSRC}/mindterm.jar ${PREFIX}/mindterm/
${INSTALL_DATA} ${WRKSRC}/mindterm_ns.jar ${PREFIX}/mindterm/
${INSTALL_DATA} ${WRKSRC}/mindterm_ie.cab ${PREFIX}/mindterm/
${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/mindterm/
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/mindterm/
${INSTALL_DATA} ${FILESDIR}/applet.html ${PREFIX}/mindterm/
.include <bsd.port.mk>

View File

@ -0,0 +1,20 @@
<html>
<head>
<title> mindterm </title>
</head>
<body>
<h2>Mindterm</h2>
<p>This window controls the applet and the applet will be terminated once this window is closed or you leave this page.</p>
<applet code="com.mindbright.application.MindTerm.class"
archive="mindterm_ns.jar" width="0" height="0">
<param name=cabinets value="mindterm_ie.cab"/>
<param name=sepframe value="true"/>
<param name=autoprops value="both"/>
<param name=debug value="true"/>
</applet>
</body>
</head>

View File

@ -1,3 +1,3 @@
MD5 (mindtermbin-v199.zip) = a8319a11979efb1140bea1ebc7e8f138
RMD160 (mindtermbin-v199.zip) = df23f463bac009fe9fe0567ba7673d1501c7c011
SHA1 (mindtermbin-v199.zip) = f2f1553a1a9b109e01d9a3426d9d06079d8dd9de
MD5 (mindterm_2.1-bin.zip) = 7cc7cb2e8ae1cb6f08f3361b21317331
RMD160 (mindterm_2.1-bin.zip) = 3140d12eb01c9ae12a684f656f0356aab09c97cb
SHA1 (mindterm_2.1-bin.zip) = af9e4175ba59665787a148a99c66e31df58723ed

View File

@ -1,18 +0,0 @@
<!-- sample HTML file for the MindTerm SSH applet (for internet explorer) -->
<html>
<head>
<title>Sample SSH Applet using MindTerm on OpenBSD</title>
</head>
<body>
<applet code=mindbright.application.MindTerm.class width=1 height=1>
<param name=cabbase value="/mindterm/mindterm_ie.cab">
<param name=sepframe value="true">
<param name=autoprops value="both">
<param name=debug value="true">
<h3>MindTerm is a <a href="http://java.sun.com/">Java</a> applet, which your
browser does not support. Consider upgrading your browser or switching to a
browser which supports Java.</h3>
</applet>
</body>
</html>

View File

@ -1,17 +0,0 @@
<!-- sample HTML file for the MindTerm SSH applet (for netscape) -->
<html>
<head>
<title>Sample SSH Applet using MindTerm on OpenBSD</title>
</head>
<body>
<applet archive="/mindterm/mindterm_ns.jar"
code=mindbright.application.MindTerm.class width=1 height=1>
<param name=sepframe value="true">
<param name=autoprops value="both">
<h3>MindTerm is a <a href="http://java.sun.com/">Java</a> applet, which your
browser does not support. Consider upgrading your browser or switching to a
browser which supports Java.</h3>
</applet>
</body>
</html>

View File

@ -1,7 +1,9 @@
MindTerm v1.99 is a SSH client program written in 100% pure Java.
MindTerm can be run as a stand-alone program, or as an applet in a
webpage. Apart from supporting both ssh1 and ssh2, it has some
unique features such as built in scp file transfer and a built in
ftp-proxy which works with ordinary ftpds behind the sshd.
MindTerm is an an implementation of a secure shell client in pure Java
supporting both the SSH1 and the SSH2 protocols. MindTerm runs as a
standalone application as well as an Applet. As an applet, MindTerm has
been tested with Netscape Communicator and Microsoft Internet Explorer
browsers. As an application, MindTerm requires that a Java runtime
environment (JRE) be installed and should work with any 1.1.x runtime on
most platforms.
WWW: ${HOMEPAGE}

View File

@ -1,7 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/30 21:42:31 danh Exp $
htdocs/mindterm/mindterm_ie.cab
htdocs/mindterm/mindterm_ns.jar
htdocs/mindterm/mindtermfull.jar
htdocs/mindterm/sample-ie.html
htdocs/mindterm/sample-ns.html
@dirrm htdocs/mindterm
@comment $OpenBSD: PLIST,v 1.2 2001/10/30 15:57:52 danh Exp $
mindterm/LICENSE
mindterm/README
mindterm/applet.html
mindterm/mindterm.jar
mindterm/mindterm_ie.cab
mindterm/mindterm_ns.jar
@dirrm mindterm