notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
jextract Generate Java bindings from native library headers
g20260826 javanew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: igor@kolesnik.es search for ports maintained by this maintainer
Port Added: 2026-09-16 08:21:07
Last Update: 2026-09-16 08:14:30
Commit Hash: 0bb4cd4
Also Listed In: devel
License: GPLv2
WWW:
https://openjdk.org/projects/code-tools/
Description:
jextract is a tool which mechanically generates Java bindings from native library headers. This tools leverages the clang C API in order to parse the headers associated with a given native library, and the generated Java bindings build upon the Foreign Function & Memory API.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. /usr/local/share/licenses/jextract-g20260826/catalog.mk
  2. /usr/local/share/licenses/jextract-g20260826/LICENSE
  3. /usr/local/share/licenses/jextract-g20260826/GPLv2
  4. bin/jextract
  5. share/java/classes/org.openjdk.jextract.jar
  6. @owner
  7. @group
  8. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • jextract>0:java/jextract
To install the port:
cd /usr/ports/java/jextract/ && make install clean
To add the package, run one of these commands:
  • pkg install java/jextract
  • pkg install jextract
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: jextract
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1788986768 SHA256 (openjdk-jextract-g20260826-2aaa694aa6d241f4704f5ac69c1f8d898e7cfcc8_GH0.tar.gz) = 13a539e7b557a3615786be1ec357adfb35f53e60857fe51e0401b139026b2de9 SIZE (openjdk-jextract-g20260826-2aaa694aa6d241f4704f5ac69c1f8d898e7cfcc8_GH0.tar.gz) = 299287

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gradle : devel/gradle
  2. java : java/openjdk25
  3. llvm-config19 : devel/llvm19
Runtime dependencies:
  1. java : java/openjdk25
  2. llvm-config19 : devel/llvm19
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
java_jextract
USES:
java llvm:build,run
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/openjdk/jextract/tar.gz/2aaa694aa6d241f4704f5ac69c1f8d898e7cfcc8?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
g20260826
16 Sep 2026 08:14:30
commit hash: 0bb4cd46bfad146e5d1b7183c687a6edb3c2b668commit hash: 0bb4cd46bfad146e5d1b7183c687a6edb3c2b668commit hash: 0bb4cd46bfad146e5d1b7183c687a6edb3c2b668commit hash: 0bb4cd46bfad146e5d1b7183c687a6edb3c2b668 files touched by this commit
Michael Osipov (michaelo) search for other commits by this committer
Author: Igor Kolesnik
java/jextract: new port

jextract is a tool which mechanically generates Java bindings from
native library headers.  This tools leverages the clang C API in order
to parse the headers associated with a given native library, and the
generated Java bindings build upon the Foreign Function & Memory API.

Co-authored-by:	Michael Osipov <michaelo@FreeBSD.org>
PR:		285159

Number of commits found: 1