1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

add jfreechart 0.9.13

A free Java class library for generating charts
This commit is contained in:
Ying-Chieh Liao 2003-11-12 00:53:03 +00:00
parent 8a5ee179f9
commit 892153f481
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93771
5 changed files with 39 additions and 0 deletions

View File

@ -62,6 +62,7 @@
SUBDIR += jdk14-doc
SUBDIR += jdom
SUBDIR += jfc
SUBDIR += jfreechart
SUBDIR += jikes
SUBDIR += jlex
SUBDIR += jlint

24
java/jfreechart/Makefile Normal file
View File

@ -0,0 +1,24 @@
# ex:ts=8
# Ports collection makefile for: jfreechart
# Date created: Nov 11, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= jfreechart
PORTVERSION= 0.9.13
CATEGORIES= java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A free Java class library for generating charts
USE_JAVA= 1.2+
NO_BUILD= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar
.include <bsd.port.mk>

1
java/jfreechart/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (jfreechart-0.9.13.tar.gz) = 69837930b853e7c623fc72c7c502cc1e

12
java/jfreechart/pkg-descr Normal file
View File

@ -0,0 +1,12 @@
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.
WWW: http://www.jfree.org/jfreechart/

View File

@ -0,0 +1 @@
share/java/classes/jfreechart.jar