IABSD.fr/ports/java/javaPathHelper/Makefile

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@
e4fa65e7 2013-03-11 11:10:51 PERMIT_* / REGRESS -> TEST sweep
1a10040a 2011-09-07 21:15:21 Fix MAINTAINER ok sthen@, kurt@
d4e9dfbd 2011-05-19 02:39:06 Fix name of script and bump REVISION. ok kurt@
c3e6ab63 2007-09-16 00:28:19 Remove surrounding quotes in COMMENT
a6e55229 2007-05-16 18:04:04 update to include support for 1.6 and 1.7. okay ian@
a0e9ff00 2006-08-29 20:01:14 Fix exec shell typo - noticed by Matthew Clarke <clamat at telus.net>. okay nikolay@, pvalchev@
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@