Port details |
- jcommon Collection of useful classes used by JFreeChart and JFreeReport
- 1.0.23_1 java =3 1.0.23Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2003-11-12 00:48:43
- Last Update: 2024-12-31 14:39:30
- Commit Hash: ac7a7d6
- People watching this port, also watch:: nagios-check_hdd_health, p5-DateTime-Format-Excel, monit, p5-MIME-Tools, p5-Event
- Also Listed In: devel
- License: LGPL21
- WWW:
- https://www.jfree.org/jcommon/
- Description:
- JCommon is a collection of useful classes used by JFreeChart, JFreeReport and
other projects. The library includes:
* user interface classes for displaying information about applications
* custom layout managers
* a date chooser panel
* serialization utilities
* XML parser support classes
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/java/jcommon/ && make install clean
- To add the package, run one of these commands:
- pkg install java/jcommon
- pkg install jcommon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jcommon
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (jcommon-1.0.23.zip) = 6351512b94fc2228034a5c43da52d9ef8ecb7781dcecdeba733441de7d7e18f1
SIZE (jcommon-1.0.23.zip) = 1373666
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- ant : devel/apache-ant
- Runtime dependencies:
-
- java : java/openjdk8
- This port is required by:
- for Run
-
- java/jfreechart
Configuration Options:
- ===> The following configuration options are available for jcommon-1.0.23_1:
COMPILE=on: Build from source
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- java_jcommon
- USES:
- zip java:ant,run
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.23_1 31 Dec 2024 14:39:30 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/java.mk: Runtime fix with USES=java:ant
USES=java:ant does not imply USES=java:run so we need to add the run arg
seperately when we are using USES=java:ant. Not all ports require the
the argument so it is better to address the ports individually instead
of handling it automatically by implying run for ant.
Thanks to vvd for carefully going through this.
Reported by: vvd
Approved by: portmgr (blanket) |
1.0.23 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
1.0.23 24 Oct 2024 11:42:28 |
Ronald Klop (ronald) |
java/jcommon: enable armv6 and armv7
PR: 282299
Approved by: olgeni@ (maintainer) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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.23 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.0.23 20 Jul 2022 14:22:12 |
Tobias C. Berner (tcberner) |
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 ) |
1.0.23 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.23 26 Nov 2019 21:46:13 |
jkim |
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.23 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
1.0.23 26 May 2017 20:02:44 |
linimon |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.0.23 04 Jan 2015 09:56:07 |
olgeni |
Upgrade to version 1.0.23. |
1.0.22 15 Jul 2014 15:45:35 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Apologies in advance, I know java drives its short bus very, very slowly
through qat. Building these 3 ports will probably wedge it for weeks. |
1.0.22 26 May 2014 15:05:14 |
olgeni |
Upgrade to version 1.0.22.
- Add LICENSE
- Convert to USES=zip
- Replace WITHOUT_COMPILE with COMPILE option
- Replace NOPORTDOCS with MDOCS
- Use COPYTREE_SHARE
- Remove indefinite article from COMMENT |
1.0.19 14 May 2014 12:15:10 |
olgeni |
Add staging support. |
1.0.19 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
1.0.19 31 Aug 2013 10:38:58 |
olgeni |
Upgrade to version 1.0.19. |
1.0.18 10 Dec 2012 13:18:29 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
1.0.18 08 Oct 2012 13:46:34 |
olgeni |
Upgrade to version 1.0.18. |
1.0.16 21 Jul 2011 05:03:02 |
linimon |
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.0.16 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.0.16 05 Oct 2010 15:44:39 |
olgeni |
Take maintainership from ports@. |
1.0.16 22 Aug 2009 00:24:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
1.0.16 22 Jul 2009 20:55:19 |
pgollucci |
- Update to 1.0.16 |
1.0.13 23 Dec 2008 17:50:05 |
araujo |
- Update to 1.0.13.
- Reset maintainership. |
1.0.12_1 06 Jun 2008 13:38:51 |
edwin |
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.0.12 20 Jan 2008 13:00:11 |
araujo |
- Update to 1.0.12.
- Use SF macro.
Approved by: stas (mentor, implicit) |
1.0.10 01 Jan 2008 17:09:13 |
araujo |
- Update to 1.0.10.
Approved by: stas (mentor, implicit) |
1.0.9_1 29 Jun 2007 16:29:19 |
araujo |
- Change my mail address to araujo@.
Approved by: stas (mentor) |
1.0.9_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0.9 20 Apr 2007 20:26:28 |
miwi |
- Update to 1.0.9
PR: 111882
Submitted by: miwi
Approved by: maintainer |
1.0.8 05 Jan 2007 14:51:15 |
rafan |
- Update to 1.0.8
- Pass maintainership to submitter
PR: ports/107542
Submitted by: Marcelo Araujo <araujo at bsdmail.org> |
1.0.0 06 Feb 2006 23:26:40 |
hq |
- Update to 1.0.0
- Add 'devel' category
- Use USE_ANT
- Do not set JAVA_BUILD/JAVA_RUN, just set NO_BUILD when needed
- Cleanup: remove now useless PLIST_SUB entries
- ECHO_CMD -> ECHO_MSG
- The port now installs another JAR file: jcommon-xml.jar
Tested by: thierry |
0.9.5 24 Nov 2005 23:21:04 |
pav |
- Add SHA256 |
0.9.5 10 Oct 2005 04:40:24 |
linimon |
Reset bouncing maintainer addresses.
Hat: portmgr
Source: Edwin's updated distfile tracker |
0.9.5 22 Jun 2004 05:11:59 |
glewis |
. Add to PLIST_SUB, don't set it. Mea culpa. |
0.9.5 22 Jun 2004 05:07:09 |
glewis |
. Update to 0.9.5. [1]
. Use JAVAJARDIR in the packing list while I'm here.
PR: 68167 [1]
Submitted by: Sepherosa Ziehau <sepherosa@softhome.net> (maintainer) [1] |
0.9.3 30 May 2004 03:38:17 |
linimon |
Upgrade java/jcommon to 0.9.3. Tweak the original port a little according
to ports' CHANGES file. Assign maintainership.
PR: ports/67323
Submitted by: Sepherosa Ziehau <sepherosa at softhome.net> |
0.8.8 05 Feb 2004 20:38:07 |
trevor |
Use PLIST_FILES.
Reviewed by: marcus |
0.8.8 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.8.8 12 Nov 2003 00:47:19 |
ijliao |
add jcommon 0.8.8
A collection of useful classes used by JFreeChart and JFreeReport |