mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Hotjava, Sun's web browser.
PR: 12501 Submitted by: Jose Marques <jose@nobody.org>
This commit is contained in:
parent
77658bd2a5
commit
c265a9cb0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19980
6 changed files with 77 additions and 0 deletions
38
www/hotjava/Makefile
Normal file
38
www/hotjava/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
# New ports collection makefile for: Hotjava
|
||||||
|
# Version required: 3.0
|
||||||
|
# Date created: 1999/07/03
|
||||||
|
# Whom: Jose Marques
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= hjb3_0-linux.sfx
|
||||||
|
PKGNAME= hotjava-3.0
|
||||||
|
CATEGORIES= www java
|
||||||
|
MASTER_SITES=
|
||||||
|
EXTRACT_SUFX=
|
||||||
|
|
||||||
|
MAINTAINER= jose@nobody.org
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk
|
||||||
|
|
||||||
|
EXTRACT_ONLY=
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}
|
||||||
|
JDK_VERSION= 1.1.8
|
||||||
|
NO_BUILD= yes
|
||||||
|
NO_CDROM= "See the licence"
|
||||||
|
RESTRICTED= "Licenced for individual non-commercial use only"
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||||
|
IGNORE='You must fetch the linux version manually from http://java.sun.com/products/hotjava/ and copy the file to ${DISTDIR} and run make again.'
|
||||||
|
.endif
|
||||||
|
|
||||||
|
pre-patch:
|
||||||
|
@${SED} -e s,/usr/bin/hotjava,${PREFIX}/bin/hotjava,g ${DISTDIR}/${DISTNAME} > ${WRKDIR}/${DISTNAME}
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
@${SH} ${WRKDIR}/${DISTNAME} ${PREFIX}/jdk${JDK_VERSION} ${PREFIX}/share/java
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
1
www/hotjava/distinfo
Normal file
1
www/hotjava/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (hjb3_0-linux.sfx) = f554e615fe51cba5a6280af6f3e84764
|
11
www/hotjava/files/patch-aa
Normal file
11
www/hotjava/files/patch-aa
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- hjb3_0-linux.sfx.orig Sun Jul 4 16:35:25 1999
|
||||||
|
+++ hjb3_0-linux.sfx Sun Jul 4 16:35:33 1999
|
||||||
|
@@ -24,7 +24,7 @@
|
||||||
|
destDir=${2}/HotJava
|
||||||
|
fi
|
||||||
|
|
||||||
|
-mkdir $destDir
|
||||||
|
+mkdir -p $destDir
|
||||||
|
mv README license.html Browser.jar $destDir
|
||||||
|
cp -rf admin-docs $destDir
|
||||||
|
echo "${1}/bin/java -classpath ${1}/lib/classes.zip:${destDir}/Browser.jar sunw.hotjava.Main -Dhotjava.home=${destDir} &" > ${destDir}/hotjava
|
1
www/hotjava/pkg-comment
Normal file
1
www/hotjava/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Sun's Hotjava web browser
|
9
www/hotjava/pkg-descr
Normal file
9
www/hotjava/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
The latest version of Sun's Hotjava web browser. See the Hotjava web pages
|
||||||
|
at:
|
||||||
|
|
||||||
|
WWW: http://java.sun.com/products/hotjava/
|
||||||
|
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
--
|
||||||
|
Jose Marques <jose@nobody.org>
|
17
www/hotjava/pkg-plist
Normal file
17
www/hotjava/pkg-plist
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
bin/hotjava
|
||||||
|
share/java/HotJava/README
|
||||||
|
share/java/HotJava/license.html
|
||||||
|
share/java/HotJava/Browser.jar
|
||||||
|
share/java/HotJava/admin-docs/Legal_PRN.html
|
||||||
|
share/java/HotJava/admin-docs/js-exceptions.html
|
||||||
|
share/java/HotJava/admin-docs/properties.html
|
||||||
|
share/java/HotJava/admin-docs/security.html
|
||||||
|
share/java/HotJava/admin-docs/applet_environment.html
|
||||||
|
share/java/HotJava/admin-docs/index.html
|
||||||
|
share/java/HotJava/admin-docs/admin.properties.txt
|
||||||
|
share/java/HotJava/admin-docs/banner.gif
|
||||||
|
share/java/HotJava/admin-docs/trustProxy.html
|
||||||
|
share/java/HotJava/hotjava
|
||||||
|
@dirrm share/java/HotJava/admin-docs
|
||||||
|
@dirrm share/java/HotJava
|
||||||
|
@dirrm share/java
|
Loading…
Add table
Reference in a new issue