Commit Graph

17 Commits

Author SHA1 Message Date
naddy
caeb98e635 drop RCS Ids 2022-03-11 19:25:15 +00:00
kurt
6574881c16 Update to 2.2 that adds support for jdk-17 2021-10-22 16:51:45 +00:00
kurt
22b0a3b991 Update to version 2.1 to support jdk-16. 2021-04-28 15:23:44 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
sthen
6145315d70 use GH_*, ok kurt 2019-03-28 19:02:53 +00:00
kurt
154393cc17 Update for jdk11 and removal of old versions and jre 2019-03-28 18:57:34 +00:00
kurt
25859304ff Update to 1.0 which includes support for the 1.8 jdk/jre. ok sthen@ 2015-06-08 18:59:16 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
espie
e4fa65e765 PERMIT_* / REGRESS -> TEST sweep 2013-03-11 11:10:51 +00:00
armani
1a10040a8c Fix MAINTAINER
ok sthen@, kurt@
2011-09-07 21:15:21 +00:00
william
d4e9dfbd60 Fix name of script and bump REVISION. ok kurt@ 2011-05-19 02:39:06 +00:00
merdely
c3e6ab6305 Remove surrounding quotes in COMMENT 2007-09-16 00:28:19 +00:00
kurt
a6e55229f5 update to include support for 1.6 and 1.7. okay ian@ 2007-05-16 18:04:04 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
kurt
a0e9ff0061 Fix exec shell typo - noticed by Matthew Clarke <clamat at telus.net>.
okay nikolay@, pvalchev@
2006-08-29 20:01:14 +00:00
kurt
518b9016bc update to javaPathHelper-0.2 which fixes some bugs and adds support
for finding jre's.
2006-08-03 19:27:03 +00:00
kurt
5a73e969fe javaPathHelper is a script that java applications can use to provide a
constant and familiar method for launching java applications on
OpenBSD. The use of JAVACMD, JAVA_HOME and PATH environment variables are
well known methods for users to control which JVM is used to launch a
java application.  When a user sets up his environment javaPathHelp will
use it. No attempt is made to prevent the user from running an
application that requires a particular JVM version with a lower version.
When the user's environment has not be setup, javaPathHelper falls back
to inspecting which JDK or JVM satisfied the RUN_DEPENDS for the
package.

okay ian@
2006-08-01 14:43:56 +00:00