IABSD.fr/ports/java/javaPathHelper/distinfo

Branch :


Log

Author Commit Date CI Message
25859304 2015-06-08 18:59:16 Update to 1.0 which includes support for the 1.8 jdk/jre. ok sthen@
570aa62a 2015-01-18 03:12:39 Drop remaining MD5/RMD160/SHA1 checksums.
a6e55229 2007-05-16 18:04:04 update to include support for 1.6 and 1.7. okay ian@
9eafbbfb 2007-04-05 16:19:55 base64 checksums.
518b9016 2006-08-03 19:27:03 update to javaPathHelper-0.2 which fixes some bugs and adds support for finding jre's.
5a73e969 2006-08-01 14:43:56 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@