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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
jutils Common utilities for Java Game Technology Group projects
1.0.1_1,1 games 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 1.0.1_1,1Version of this port present on the latest quarterly branch.
Maintainer: voidanix@420blaze.it search for ports maintained by this maintainer
Port Added: 2012-04-18 07:50:03
Last Update: 2024-03-11 09:09:45
Commit Hash: 90e4477
Also Listed In: java
License: BSD2CLAUSE
WWW:
https://github.com/jinput/jutils
Description:
A set of APIs utilized by the Java Game Technology Group.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. /usr/local/share/java/classes/jutils/jutils.jar
  2. /usr/local/share/licenses/jutils-1.0.1_1,1/catalog.mk
  3. /usr/local/share/licenses/jutils-1.0.1_1,1/LICENSE
  4. /usr/local/share/licenses/jutils-1.0.1_1,1/BSD2CLAUSE
  5. @dir /usr/local/share/java/classes/jutils
Collapse this list.
Dependency lines:
  • jutils>0:games/jutils
To install the port:
cd /usr/ports/games/jutils/ && make install clean
To add the package, run one of these commands:
  • pkg install games/jutils
  • pkg install jutils
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: jutils
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1617891352 SHA256 (voidanix-jutils-f950e23e42081308b4be3b0fc4b57d4dbab70dac_GL0.tar.gz) = a6ea3402a39fe3d046475aa3c419835b0ebb809bf01b66d89c0fe2ffa41ae980 SIZE (voidanix-jutils-f950e23e42081308b4be3b0fc4b57d4dbab70dac_GL0.tar.gz) = 17090590

Packages (timestamps in pop-ups are UTC):
jutils
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.1_1,11.0.1_1,1-1.0.1_1,11.0.1_1,1---
FreeBSD:13:quarterly1.0.1_1,11.0.1_1,11.0.1_1,11.0.1_1,11.0.1_1,1-1.0.1_1,11.0.1_1,1
FreeBSD:14:latest1.0.1_1,11.0.1_1,11.0.1_1,1-1.0.1_1,1--1.0.1_1,1
FreeBSD:14:quarterly1.0.1_1,11.0.1_1,1--1.0.1_1,1-1.0.1_1,11.0.1_1,1
FreeBSD:15:latest1.0.1_1,11.0.1_1,1n/a-n/a-1.0.1_1,11.0.1_1,1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. maven>0 : devel/maven
  2. java : java/openjdk8
Runtime dependencies:
  1. java : java/openjdk8
This port is required by:
for Build
  1. games/jinput
  2. games/lwjgl
for Run
  1. games/jinput
  2. games/lwjgl

Configuration Options:
No options to configure
Options name:
games_jutils
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://gitlab.com/voidanix/jutils/-/archive/f950e23e42081308b4be3b0fc4b57d4dbab70dac.tar.gz?dummy=/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.1_1,1
11 Mar 2024 09:09:45
commit hash: 90e44770f5509fe68fa14893fb3a16e63224a136commit hash: 90e44770f5509fe68fa14893fb3a16e63224a136commit hash: 90e44770f5509fe68fa14893fb3a16e63224a136commit hash: 90e44770f5509fe68fa14893fb3a16e63224a136 files touched by this commit
Michael Osipov (michaelo) search for other commits by this committer
*/*: properly depend on Maven package

devel/maven and devel/maven39 do not provide mvn(1) from LOCALBASE that
one comes from devel/maven-wrapper instead. Therefore, one should depend
on the package rather than a non-existing executable/script.

Approved by:	jrm (mentor), otis (mentor), vvd
Differential Revision:	https://reviews.freebsd.org/D44229
1.0.1_1,1
12 Jul 2023 18:56:04
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.0.1_1,1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.1_1,1
09 Apr 2021 18:44:23
commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
Regenerate all distfiles using gitlab as source.

This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.

This commit also applies some small fixes to make sure all ports using
gitlab are buildable.

Reviewed by:	mat
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D29628
1.0.1_1,1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.0.1_1,1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0.1_1,1
08 Dec 2019 15:13:50
Revision:519306Original commit files touched by this commit
lwhsu search for other commits by this committer
Switch to java8

Submitted by:	voidanix@420blaze.it (maintainer)
Differential Revision:	https://reviews.freebsd.org/D22732
1.0.1,1
26 Nov 2019 21:46:13
Revision:518482Original commit files touched by this commit
jkim search for other commits by this committer
Clean up after java/openjdk6 and java/openjdk6-jre removal

java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
1.0.1,1
28 Oct 2019 17:41:27
Revision:515922Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.0.1
- Pass maintainership to submitter

Submitted by:	voidanix@420blaze.it
Differential Revision:	https://reviews.freebsd.org/D21058
20070610.r26
22 Dec 2014 21:38:24
Revision:375273Original commit files touched by this commit
bapt search for other commits by this committer
Revert r375084

A too sharp axe causes unpredictable damages

Reported by:	amdmi3
20070610.r26
20 Dec 2014 18:37:12
Revision:375084Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
20070610.r26
29 Jul 2014 21:43:18
Revision:363399Original commit files touched by this commit
adamw search for other commits by this committer
Convert some more USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
20070610.r26
20 Nov 2013 19:22:25
Revision:334444Original commit files touched by this commit
danilo search for other commits by this committer
- Add stage support
20070610.r26
20 Sep 2013 17:36:36
Revision:327730Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
20070610.r26
12 Mar 2013 17:16:38
Revision:313987Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update MAINTAINER: use canonical format for ports@FreeBSD.org
20070610.r26
10 Dec 2012 16:33:06
Revision:308612Original commit files touched by this commit
tj search for other commits by this committer
* Reset maintainer to ports@
* Allow build with openjdk7

PR:		ports/173846
Submitted by:	4721@hushmail.com
Approved by:	loader <loader@freebsdmall.com> (maintainer)
20070610.r26
18 Apr 2012 07:49:34
Original commit files touched by this commit
crees search for other commits by this committer
A set of APIs utilized by the Java Game Technology Group.

WWW: https://svn.java.net/svn/jutils~svn/trunk

PR:             ports/166677
Submitted by:   loader <loader@freebsdmall.com>

Number of commits found: 18