<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/graphics/openjump/files, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>graphics/openjump: Update to 2.4.0</title>
<updated>2026-04-07T17:05:23+00:00</updated>
<author>
<name>Rainer Hurling</name>
<email>rhurlin@FreeBSD.org</email>
</author>
<published>2026-04-03T16:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=f5e12e14e680ea419147afb5d5f97c9630a36b82'/>
<id>f5e12e14e680ea419147afb5d5f97c9630a36b82</id>
<content type='text'>
- Updated PLUS_REV from 5095 to 5303
- Detects the Java major version at runtime
- With Java 25 compatibility fix
- Remove incompatibility with -Djava.system.class.loader JVM flag
  that causes ClassNotFoundException with Java 9+
- Fix Java 9+ compatibility by adding reflective access permissions
- Add --add-opens flags for java.lang and jdk.internal.loader
- Keep original -Djava.system.class.loader flag
- Add explicit -Djava.library.path="$NATIVE_PATH" to Java command line
- Extend NATIVE_PATH to include /usr/local/lib and ${PREFIX}/lib
- Remove obsolete macOS path reference (/usr/local/opt/sqlite/lib)
- Enhance GDAL native path to include FreeBSD library directories
- Add --enable-native-access=ALL-UNNAMED flag for Java 25
- Fix About window by installing Readme.txt to root
- Make memory detection FreeBSD compatible
- Remove TurboJPEG JARs to suppress native library error
  The turbojpeg-wrapper and imageio-ext-turbojpeg JARs attempt to load
  the native turbojpeg library, but the version bundled (1.2.1.5) is
  incompatible with libturbojpeg 3.1.3 available on FreeBSD, causing
  UnsatisfiedLinkError exceptions at runtime.
- Suppress TurboJPEG logger output in log4j configuration
  The turbojpeg-wrapper JAR (version 1.2.1.5) is incompatible with
  libturbojpeg 3.1.3 available on FreeBSD, causing UnsatisfiedLinkError
  exceptions and stack traces to be logged during application startup.

Changelog:	https://github.com/openjump-gis/openjump/blob/main/Changes.txt

Reported by:	Repology
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Updated PLUS_REV from 5095 to 5303
- Detects the Java major version at runtime
- With Java 25 compatibility fix
- Remove incompatibility with -Djava.system.class.loader JVM flag
  that causes ClassNotFoundException with Java 9+
- Fix Java 9+ compatibility by adding reflective access permissions
- Add --add-opens flags for java.lang and jdk.internal.loader
- Keep original -Djava.system.class.loader flag
- Add explicit -Djava.library.path="$NATIVE_PATH" to Java command line
- Extend NATIVE_PATH to include /usr/local/lib and ${PREFIX}/lib
- Remove obsolete macOS path reference (/usr/local/opt/sqlite/lib)
- Enhance GDAL native path to include FreeBSD library directories
- Add --enable-native-access=ALL-UNNAMED flag for Java 25
- Fix About window by installing Readme.txt to root
- Make memory detection FreeBSD compatible
- Remove TurboJPEG JARs to suppress native library error
  The turbojpeg-wrapper and imageio-ext-turbojpeg JARs attempt to load
  the native turbojpeg library, but the version bundled (1.2.1.5) is
  incompatible with libturbojpeg 3.1.3 available on FreeBSD, causing
  UnsatisfiedLinkError exceptions at runtime.
- Suppress TurboJPEG logger output in log4j configuration
  The turbojpeg-wrapper JAR (version 1.2.1.5) is incompatible with
  libturbojpeg 3.1.3 available on FreeBSD, causing UnsatisfiedLinkError
  exceptions and stack traces to be logged during application startup.

Changelog:	https://github.com/openjump-gis/openjump/blob/main/Changes.txt

Reported by:	Repology
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/openjump: Update to 2.0</title>
<updated>2022-05-08T12:58:29+00:00</updated>
<author>
<name>Rainer Hurling</name>
<email>rhurlin@FreeBSD.org</email>
</author>
<published>2022-05-08T12:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=25619fc849ff3fd93cdb3d8eacfbf51e54d9b8fd'/>
<id>25619fc849ff3fd93cdb3d8eacfbf51e54d9b8fd</id>
<content type='text'>
Changelog: https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/2.0/ (section 7)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/2.0/ (section 7)
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/openjump: Update to 1.16 release rev.6669</title>
<updated>2021-02-13T09:37:14+00:00</updated>
<author>
<name>Rainer Hurling</name>
<email>rhurlin@FreeBSD.org</email>
</author>
<published>2021-02-13T09:37:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=00a8ce71ab6a8faed01924055ec8aa395772f17a'/>
<id>00a8ce71ab6a8faed01924055ec8aa395772f17a</id>
<content type='text'>
This is the final release of the long lasting OJ v1.x series.

The next release will introduce backward incompatible changes
that'll initially break all unmodified extensions/plugins. So
enjoy this one and look forward to OJ2 developed in a Git-repo
using the latest locationtech JTS.

Changelog: https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.16/

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D28643
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the final release of the long lasting OJ v1.x series.

The next release will introduce backward incompatible changes
that'll initially break all unmodified extensions/plugins. So
enjoy this one and look forward to OJ2 developed in a Git-repo
using the latest locationtech JTS.

Changelog: https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.16/

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D28643
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/openjump: Update to 1.14.1</title>
<updated>2019-03-20T08:55:02+00:00</updated>
<author>
<name>Koichiro Iwao</name>
<email>meta@FreeBSD.org</email>
</author>
<published>2019-03-20T08:55:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=f127bb8bdacd04a78b5adc621cc5991370fe0b60'/>
<id>f127bb8bdacd04a78b5adc621cc5991370fe0b60</id>
<content type='text'>
The update of graphics/openjump from version 1.13 to 1.14.1 release rev.
6147 brings important bugfixes and new features[1]:

  Some of the many new features and improvements
  * CORE source is now java 8
  * general java 11 runtime compatibility
  * Add an option to connect to a WMS with invalid certificate
  * Improve LayerView naming and saving, allow views based on view
  * Added LegendPlugin to display a legend of symbols adopted into the view
  * PLUS: Added OpenKLEM extension for topographic and Hydrological analysis
  * Added histogram plugin for raster which calculates
    also statistic indices, relative and cumulative frequancies

[1] https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.14.1/

PR:		236555
Submitted by:	Rainer Hurling &lt;rhurlin@gwdg.de&gt;  (maintainer)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The update of graphics/openjump from version 1.13 to 1.14.1 release rev.
6147 brings important bugfixes and new features[1]:

  Some of the many new features and improvements
  * CORE source is now java 8
  * general java 11 runtime compatibility
  * Add an option to connect to a WMS with invalid certificate
  * Improve LayerView naming and saving, allow views based on view
  * Added LegendPlugin to display a legend of symbols adopted into the view
  * PLUS: Added OpenKLEM extension for topographic and Hydrological analysis
  * Added histogram plugin for raster which calculates
    also statistic indices, relative and cumulative frequancies

[1] https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.14.1/

PR:		236555
Submitted by:	Rainer Hurling &lt;rhurlin@gwdg.de&gt;  (maintainer)
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/openjump: Update to 1.13</title>
<updated>2018-07-07T15:04:40+00:00</updated>
<author>
<name>Steve Wills</name>
<email>swills@FreeBSD.org</email>
</author>
<published>2018-07-07T15:04:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=c92403733b4d9104848272f3084266b65944f291'/>
<id>c92403733b4d9104848272f3084266b65944f291</id>
<content type='text'>
PR:		229579
Submitted by:	Rainer Hurling &lt;rhurlin@gwdg.de&gt; (maintainer)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		229579
Submitted by:	Rainer Hurling &lt;rhurlin@gwdg.de&gt; (maintainer)
</pre>
</div>
</content>
</entry>
<entry>
<title>- Update to 1.10</title>
<updated>2017-03-06T05:58:09+00:00</updated>
<author>
<name>Wen Heping</name>
<email>wen@FreeBSD.org</email>
</author>
<published>2017-03-06T05:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=8a5a8805d2c95face7ce57cd1aa0fa766a912926'/>
<id>8a5a8805d2c95face7ce57cd1aa0fa766a912926</id>
<content type='text'>
PR:		217568
Submitted by:	rhurlin@gwdg.de(maintainer)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		217568
Submitted by:	rhurlin@gwdg.de(maintainer)
</pre>
</div>
</content>
</entry>
<entry>
<title>- Update to 1.9.0</title>
<updated>2016-02-01T13:30:00+00:00</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2016-02-01T13:30:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=e3393701b14de121813aeda69d1920a3a097a052'/>
<id>e3393701b14de121813aeda69d1920a3a097a052</id>
<content type='text'>
- While here, add NO_ARCH

PR:		206518
Submitted by:	rhurlin@gwdg.de (maintainer)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- While here, add NO_ARCH

PR:		206518
Submitted by:	rhurlin@gwdg.de (maintainer)
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to 1.8.0.</title>
<updated>2014-12-23T06:46:40+00:00</updated>
<author>
<name>Vanilla I. Shu</name>
<email>vanilla@FreeBSD.org</email>
</author>
<published>2014-12-23T06:46:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=528d242a0b07ddfa1b17ca4759fd9f38e07c39ae'/>
<id>528d242a0b07ddfa1b17ca4759fd9f38e07c39ae</id>
<content type='text'>
PR:		ports/196200
Submitted by:	maintainer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		ports/196200
Submitted by:	maintainer
</pre>
</div>
</content>
</entry>
<entry>
<title>- Update to recent version</title>
<updated>2014-10-01T10:58:43+00:00</updated>
<author>
<name>Wen Heping</name>
<email>wen@FreeBSD.org</email>
</author>
<published>2014-10-01T10:58:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=dd07b7d9ad39b8b57e210f587f25f8f8da93a5f7'/>
<id>dd07b7d9ad39b8b57e210f587f25f8f8da93a5f7</id>
<content type='text'>
- Correct license
- Improvements of the startup shell script
  (diagnostic 'echo comments' are intentional)
- Enable displaying memory management in 'About:Information'
- Move readme.txt to enable showing in the programs 'About:About' dialog

PR:		193430
Submitted by:	Rainer Hurling&lt;rhurlin@gwdg.de&gt;(maintainer)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Correct license
- Improvements of the startup shell script
  (diagnostic 'echo comments' are intentional)
- Enable displaying memory management in 'About:Information'
- Move readme.txt to enable showing in the programs 'About:About' dialog

PR:		193430
Submitted by:	Rainer Hurling&lt;rhurlin@gwdg.de&gt;(maintainer)
</pre>
</div>
</content>
</entry>
<entry>
<title>- update to 1.6.1</title>
<updated>2013-04-16T22:05:34+00:00</updated>
<author>
<name>Jason Helfman</name>
<email>jgh@FreeBSD.org</email>
</author>
<published>2013-04-16T22:05:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=ca081ef0cb74353920d8ed73c97231965076dd5c'/>
<id>ca081ef0cb74353920d8ed73c97231965076dd5c</id>
<content type='text'>
Coming from 1.5.1, this brings many new features, improvements and bugfixes.
Some more interesting are

- adding support for GeoTIFF
- add a PostGIS writer
- new csv driver with an automatic mode

A suitable PostGIS driver has to be manually installed from the OpenJUMP plugins pages,
because there are many different PostGIS versions around.

PR:		177850
Submitted by:	maintainer, rhurlin@gwdg.de

Feature safe:	yes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Coming from 1.5.1, this brings many new features, improvements and bugfixes.
Some more interesting are

- adding support for GeoTIFF
- add a PostGIS writer
- new csv driver with an automatic mode

A suitable PostGIS driver has to be manually installed from the OpenJUMP plugins pages,
because there are many different PostGIS versions around.

PR:		177850
Submitted by:	maintainer, rhurlin@gwdg.de

Feature safe:	yes
</pre>
</div>
</content>
</entry>
</feed>
