Port details |
- jfreechart Free Java class library for generating charts
- 1.0.17_1 java =5 1.0.17Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2003-11-12 00:54:53
- Last Update: 2024-12-31 14:39:30
- Commit Hash: ac7a7d6
- People watching this port, also watch:: firefox, xorg, thunderbird, log4j, openvpn
- Also Listed In: graphics
- License: LGPL21
- WWW:
- http://www.jfree.org/jfreechart/index.php
- Description:
- JFreeChart is a free Java class library for generating charts, including:
* pie charts;
* bar charts (regular and stacked, with an optional 3D effect);
* line and area charts;
* scatter plots and bubble charts;
* time series, high/low/open/close charts and candle stick charts;
* combination charts;
* Pareto charts;
* Gantt charts;
* wind plots, meter charts and symbol charts.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- jfreechart>0:java/jfreechart
- To install the port:
- cd /usr/ports/java/jfreechart/ && make install clean
- To add the package, run one of these commands:
- pkg install java/jfreechart
- pkg install jfreechart
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jfreechart
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (jfreechart-1.0.17.tar.gz) = 5c360383d7624a35246e258aa2c95e8ef0df135390b3884b66605c4a06b03124
SIZE (jfreechart-1.0.17.tar.gz) = 5770259
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:
-
- jcommon.jar : java/jcommon
- java : java/openjdk8
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for jfreechart-1.0.17_1:
COMPILE=on: Build from source
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- java_jfreechart
- USES:
- java:ant,run
- pkg-message:
- For install:
- In order to use classes in org.jfree.chart.servlet package,
please put Java Servlet 2.3 implementation in class path.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.17_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.17 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 |
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.17 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.17 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.17 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.17 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.17 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
1.0.17 27 Oct 2018 11:58:13 |
linimon |
Apparently now builds on powerpc64.
PR: 232401
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.0.17 17 Jun 2018 02:18:23 |
linimon |
Mark as broken on powerpc64.
Approved by: portmgr (tier-2 blanket) |
1.0.17 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.0.17 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.0.17 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.17 05 Jun 2014 21:21:11 |
jkim |
Work around build failures with JDK7 and later.
Reported by: exp-run (PR190511) |
1.0.17 26 May 2014 15:16:12 |
olgeni |
Upgrade to version 1.0.17.
- Add LICENSE
- Replace WITHOUT_COMPILE with COMPILE option
- Replace NOPORTDOCS with MDOCS
- Use COPYTREE_SHARE
- Remove indefinite article from COMMENT |
1.0.14 14 May 2014 12:41:33 |
olgeni |
Add staging support. |
1.0.14 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
1.0.14 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.14 08 Oct 2012 13:47:59 |
olgeni |
Upgrade to version 1.0.14. |
1.0.13 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.13 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.0.13 05 Oct 2010 15:45:03 |
olgeni |
Take maintainership from ports@ and upgrade to 1.0.13. |
1.0.10 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.10 23 Dec 2008 17:51:04 |
araujo |
- Update to 1.0.10.
- Reset maintainership. |
1.0.9_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.9 20 Jan 2008 13:00:57 |
araujo |
- Update to 1.0.9.
- Use SF macro.
Approved by: stas (mentor, implicit) |
1.0.8a 01 Jan 2008 17:11:11 |
araujo |
- Update to 1.0.8a.
Approved by: stas (mentor, implicit) |
1.0.5_1 29 Jun 2007 16:29:19 |
araujo |
- Change my mail address to araujo@.
Approved by: stas (mentor) |
1.0.5_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.5 20 Apr 2007 20:26:19 |
miwi |
- Update to 1.0.5
PR: 111880
Submitted by: miwi
Approved by: maintainer |
1.0.4 27 Feb 2007 09:11:48 |
miwi |
- Update to 1.0.4
PR: 109321
Submitted by: Marcelo Araujo <araujo@bsdmail.org> (maintainer) |
1.0.3 08 Jan 2007 13:16:31 |
miwi |
- Update to 1.0.3
- Pass maintainership to submitter
PR: Marcelo Araujo <araujo@bsdmail.org> |
1.0.1 23 Jun 2006 17:22:47 |
kib |
Update to 1.0.1.
PR: ports/99253
Approved by: pav
Approved by: pjd (mentor) |
1.0.0 07 Feb 2006 10:42:32 |
hq |
- Update to 1.0.0 [1]
- Add 'graphics' category [2]
- Move RUN_DEPENDS [2]
- Use USE_ANT
- JAVAJARDIR -> JAVALIBDIR
- Do not set JAVA_BUILD/JAVA_RUN, just set NO_BUILD when needed
- Cleanup: remove now useless PLIST_SUB entries
- ECHO_CMD -> ECHO_MSG
- Trim whitespaces in pkg-descr
Reported by: thierry [1], portlint [2] |
0.9.20 24 Nov 2005 23:21:04 |
pav |
- Add SHA256 |
0.9.20 10 Oct 2005 04:40:24 |
linimon |
Reset bouncing maintainer addresses.
Hat: portmgr
Source: Edwin's updated distfile tracker |
0.9.20 10 Oct 2005 04:21:33 |
linimon |
Pacify distfile survey. |
0.9.20 22 Jun 2004 05:23:03 |
glewis |
. Update to 0.9.20. [1]
. Use JAVAJARDIR in the packing list while I'm here.
PR: 68168 [1]
Submitted by: Sepherosa Ziehau <sepherosa@softhome.net> (maintainer) [1] |
0.9.18 04 Jun 2004 16:15:15 |
linimon |
This should have been committed with the other 05/30/2004 changes.
Pass the pointy hat, please.
PR: ports/67322
Submitted by: Sepherosa Ziehau <sepherosa at softhome.org> |
0.9.18 30 May 2004 03:41:00 |
linimon |
Upgrade to 0.9.18. Tweak original port a little according to ports'
CHANGES file. Assign maintainership.
PR: ports/67322
Submitted by: Sepherosa Ziehau <sepherosa at softhome.org> |
0.9.16 05 Feb 2004 20:38:07 |
trevor |
Use PLIST_FILES.
Reviewed by: marcus |
0.9.16 01 Feb 2004 07:20:14 |
glewis |
. Update to 0.9.16. There are a few tweaks to the original submission.
PR: 62061
Submitted by: Sepherosa Ziehau <sepherosa@softhome.net> |
0.9.13 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.9.13 12 Nov 2003 00:53:04 |
ijliao |
add jfreechart 0.9.13
A free Java class library for generating charts |