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
trove4j High performance collections API for Java
3.1a1 java on this many watch lists=1 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 3.1a1Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-03-27 15:13:32
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: jdictionary, sablevm, saxon
Also Listed In: devel
License: LGPL21
WWW:
https://bitbucket.org/robeden/trove/
Description:
GNU Trove: High performance collections for Java. The GNU Trove library has two objectives: 1. Provide "free" (as in "free speech" and "free beer"), fast, lightweight implementations of the java.util Collections API. These implementations are designed to be pluggable replacements for their JDK equivalents. 2. Whenever possible, provide the same collections support for primitive types. This gap in the JDK is often addressed by using the "wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with Object-based collections. For most applications, however, collections which store primitives directly will require less space and yield significant performance gains.
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 (4 items)
Collapse this list.
  1. share/java/classes/trove-3.1a1.jar
  2. /usr/local/share/licenses/trove4j-3.1a1/catalog.mk
  3. /usr/local/share/licenses/trove4j-3.1a1/LICENSE
  4. /usr/local/share/licenses/trove4j-3.1a1/LGPL21
Collapse this list.
Dependency lines:
  • trove4j>0:java/trove4j
To install the port:
cd /usr/ports/java/trove4j/ && make install clean
To add the package, run one of these commands:
  • pkg install java/trove4j
  • pkg install trove4j
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: trove4j
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1587675794 SHA256 (trove-3.1a1.tar.gz) = fe9f9a89f4e45b2bbeebefa8adbcb642df77eb14447de2b715f9574155bf6240 SIZE (trove-3.1a1.tar.gz) = 5987164

Packages (timestamps in pop-ups are UTC):
trove4j
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.1a13.1a1-3.1a13.1a1---
FreeBSD:13:quarterly3.1a13.1a13.1a13.1a13.1a1-3.1a13.1a1
FreeBSD:14:latest3.1a13.1a13.1a1-3.1a1--3.1a1
FreeBSD:14:quarterly3.1a13.1a1--3.1a1-3.1a13.1a1
FreeBSD:15:latest3.1a13.1a1n/a-n/a-3.1a13.1a1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. java : java/openjdk8
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for trove4j-3.1a1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
java_trove4j
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://bitbucket.org/trove4j/trove/downloads/
Collapse this list.

Number of commits found: 33

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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)
3.1a1
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)
3.1a1
20 Jul 2022 14:22:12
commit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cc files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
java: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alexander Yerenkow <yerenkow@gmail.com>
  *  Anton Yudin (<contact@toha.org.ua>)
  *  Anton Yudin <toha@toha.org.ua>
  *  Benjamin Close <benjsc@FreeBSD.org>
  *  Björn König <bkoenig@alpha-tierchen.de>
  *  Conor McDermottroe <ports@mcdermottroe.com>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org
  *  Dave Glowacki <dglo@ssec.wisc.edu>
  *  Ernst de Haan <znerd@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.1a1
19 May 2021 19:56:14
commit hash: c6e07479dfd9d2ef9cd8aeb6ea0725a4f0399f3ccommit hash: c6e07479dfd9d2ef9cd8aeb6ea0725a4f0399f3ccommit hash: c6e07479dfd9d2ef9cd8aeb6ea0725a4f0399f3ccommit hash: c6e07479dfd9d2ef9cd8aeb6ea0725a4f0399f3c files touched by this commit
Danilo Egea Gondolfo (danilo) search for other commits by this committer
java/trove4j: Drop maintainership
3.1a1
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.
3.1a1
23 Apr 2020 21:13:59
Revision:532710Original commit files touched by this commit
danilo search for other commits by this committer
- Unbreak. Repository was renamed
- Add license
3.1a1
04 Apr 2020 20:51:41
Revision:530719Original commit files touched by this commit Sanity Test Failure
antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
3.1a1
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
3.1a1
06 Nov 2019 12:48:32
Revision:516880Original commit files touched by this commit Sanity Test Failure
antoine search for other commits by this committer
Mark a few ports BROKEN, unfetchable
3.1a1
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
3.1a1
03 Aug 2014 00:09:25
Revision:363845Original commit files touched by this commit
danilo search for other commits by this committer
- Update from 1.1b5 to 3.1a1
- Update MASTER_SITES
- Take maintainership
- Update WWW
1.1b5_2
02 Mar 2014 05:22:26
Revision:346734Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Reassign ports to the heap
- Thank you hq@ for your years of service!
1.1b5_2
17 Feb 2014 18:21:05
Revision:344811Original commit files touched by this commit
antoine search for other commits by this committer
Stage support
1.1b5_2
20 Sep 2013 19:48:32
Revision:327738Original 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:
java)
1.1b5_2
10 Dec 2012 13:18:29
Revision:308604Original commit files touched by this commit
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
1.1b5_2
24 Oct 2011 04:17:38
Original commit files touched by this commit
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
1.1b5_2
21 Jul 2011 05:03:02
Original commit files touched by this commit
linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:             ports/158969
Submitted by:   rene
Tested on:      pointyhat-west -exp
1.1b5_2
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.1b5_2
02 Sep 2009 15:01:56
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:    portmgr (pav)
1.1b5_2
06 Jun 2008 13:38:51
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
1.1b5_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
1.1b5
05 Jan 2006 14:25:38
Original commit files touched by this commit
hq search for other commits by this committer
Update to 1.1b5
1.1b4
17 Jun 2005 15:37:29
Original commit files touched by this commit
hq search for other commits by this committer
- Update to 1.1b4
- Don't try to mkdir ${JAVAJARDIR} as it has been part of mtree for more than 3
  years now
- Use FIND | INSTALL_DATA to install documentation
1.1b3
03 Nov 2004 01:29:32
Original commit files touched by this commit
hq search for other commits by this committer
- Remove unneeded JAVA_RUN statement
- Remove redundant port name in COMMENT
- Use CPIO to make docs install stage more simple
- Use %%JAVAJARDIR%%
- Use INSTALL_DATA for JAR file
1.1b3
23 Oct 2004 01:56:23
Original commit files touched by this commit
hq search for other commits by this committer
Use my FreeBSD address in MAINTAINER
1.1b3
09 Apr 2004 17:56:05
Original commit files touched by this commit
glewis search for other commits by this committer
. Update to 1.1b3
. Use PLIST_FILES and get rid of pkg-plist.
. Switch MASTER_SITES to MASTER_SITE_SOURCEFORGE_EXTENDED
. Cleaned up the Makefile.

PR:             65298
Submitted by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
1.0.2_1
06 Apr 2004 06:41:31
Original commit files touched by this commit
glewis search for other commits by this committer
. Convert to the newer bsd.java.mk syntax.

Submitted by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
1.0.2_1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.0.2_1
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
1.0.2
08 Dec 2003 23:16:58
Original commit files touched by this commit
glewis search for other commits by this committer
. Simplify the packing list by using PORTDOCS.
. Add support for %%JAVAJARDIR%% in pkg-plist.
. Don't define INSTALL_JAR as INSTALL_DATA, just use INSTALL_DATA.

PR:             59039
Submitted by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
1.0.2
08 May 2003 07:28:48
Original commit files touched by this commit
znerd search for other commits by this committer
Update to version 1.0.2 of Trove4j.
The port now uses the JAVAJARDIR variable defined in bsd.java.mk.

Submitted by:   maintainer
0.1.8
27 Mar 2003 15:12:39
Original commit files touched by this commit
znerd search for other commits by this committer
New port: trove4j.

PR:             45287
Submitted by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
0.1.8
27 Mar 2003 15:12:03
Original commit files touched by this commit
znerd search for other commits by this committer
New port: trove4j.

PR:             45287
Submitted by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>

Number of commits found: 33