<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/java/javavmwrapper/pkg-plist, branch 13-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=13-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=13-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2024-01-10T13:13:03Z</updated>
<entry>
<title>MAN?PREFIX: eleminate its usage  and move man to share/man</title>
<updated>2024-01-10T13:13:03Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2024-01-10T13:12:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=64631af5a788e3083ad88fb728a95a3499015a6d'/>
<id>urn:sha1:64631af5a788e3083ad88fb728a95a3499015a6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the deinstall script that appears to be deleting all the temporary files</title>
<updated>2016-07-31T12:30:24Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-07-31T12:30:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=64f16bafaf21351ad112dfb1dc26a73ebc5f9bcc'/>
<id>urn:sha1:64f16bafaf21351ad112dfb1dc26a73ebc5f9bcc</id>
<content type='text'>
created by pkg(8) during upgrades

It happens because the deinstall script tries to clean up the potential manual
VM registration by cleaning out all symlinks to bin/javavm

Given all VM are registring/unregistering themselves this part is not needed

The other thing the script was doing handling the configuration which has been
replaced by @sample.

pkg-install has been modified to drop the handling of the configuration file but
keep the auto registration if all VM found. While this part is not necessary as
well, we keep it because otherwise anyone doing delete/install on javavmwapper
version 2.5 being the installed version would end up with all VM unregistered.

The pkg-install should be removed after EOL of FreeBSD 10.3

PR:		210313
MFH:		2016Q3
</content>
</entry>
<entry>
<title>Support stage</title>
<updated>2014-02-06T07:25:16Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-02-06T07:25:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fcbbbf7bf9dfdcd1e998532dc6f17f5bdf670893'/>
<id>urn:sha1:fcbbbf7bf9dfdcd1e998532dc6f17f5bdf670893</id>
<content type='text'>
</content>
</entry>
<entry>
<title>. Add manvm(1).  This is similar to javavm(1), but allows one to view the</title>
<updated>2006-06-12T16:57:29Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2006-06-12T16:57:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7fdb2af1ba801649b25c4e26e30165c0af968ef9'/>
<id>urn:sha1:7fdb2af1ba801649b25c4e26e30165c0af968ef9</id>
<content type='text'>
  manual pages for the different VMs. [1]
. Minor code clean ups (white space, redirection).

PR:		93099
</content>
</entry>
<entry>
<title>. Allow the setting up of command line options to be passed to the</title>
<updated>2006-06-03T17:32:24Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2006-06-03T17:32:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3694308948de29ebb30d8321cc91cb905e7d19da'/>
<id>urn:sha1:3694308948de29ebb30d8321cc91cb905e7d19da</id>
<content type='text'>
  invoked Java VM.

Reviewed by:	hq
</content>
</entry>
<entry>
<title>. Usher in javavmwrapper 2.0, a rewrite of the wrapper scripts designed to</title>
<updated>2004-11-11T19:17:37Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2004-11-11T19:17:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=280df4e4cedc6b10cf8c1175ee494973c9160f98'/>
<id>urn:sha1:280df4e4cedc6b10cf8c1175ee494973c9160f98</id>
<content type='text'>
  allow the simple use of multiple VMs.  Brief detail of the main changes:
  . When a VM is registered, symbolic links for its executables are
    created in ${LOCALBASE}/bin.  This allows people to just type
    'java', 'javac', etc. without having to add the VM installation
    directory to their PATH.
  . The actual 'java' that is executed via one of these symlinks is
    determined by the order of the (sorted) configuration file
    ${LOCALBASE}/etc/javavms and by the environment variables
    JAVA_VERSION, JAVA_OS and JAVA_VENDOR which function to select
    a VM as they do in the ports framework.
. There is a new command, checkvms, to sanity check the configuration
  and symlinks.
. The "javavm" executable is currently retained in its original capacity
  as a synonym for Java for backward compatibility.  However, its use
  is deprecated.
. Temporarily set MAINTAINER to myself to make monitoring any initial
  bug reports easier.  The intent is to convert it to java@ at a later
  date.

This is built on the ideas of znerd, hq and Shelton C. Johnson Jr., with
hq and Shelton contributing code and reviews.

PR:		27079, 39080
Reviewed by:	hq, Shelton C. Johnson Jr. &lt;shelton_c_j@yahoo.com&gt;
</content>
</entry>
<entry>
<title>Add a classpath script.</title>
<updated>2004-04-01T13:40:14Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-04-01T13:40:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d811cc16ac28ba491fe35ed579ca51c59ee8a0be'/>
<id>urn:sha1:d811cc16ac28ba491fe35ed579ca51c59ee8a0be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial import of javavmwrapper - a simple shell script which would allow</title>
<updated>2000-06-12T09:42:51Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2000-06-12T09:42:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a69acf6529e12e4c6965d49ca4fedc20d138339f'/>
<id>urn:sha1:a69acf6529e12e4c6965d49ca4fedc20d138339f</id>
<content type='text'>
Java-based ports to use any of the Java Virtual Machines installed on the
system.
</content>
</entry>
</feed>
