add jcckit 1.0
Java Chart Construction Kit
This commit is contained in:
parent
9be1eb18f2
commit
b74cf9717f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117625
@ -67,6 +67,7 @@
|
||||
SUBDIR += jboss3
|
||||
SUBDIR += jc
|
||||
SUBDIR += jcalendar
|
||||
SUBDIR += jcckit
|
||||
SUBDIR += jce-aba
|
||||
SUBDIR += jcommon
|
||||
SUBDIR += jdbcpool
|
||||
|
39
java/jcckit/Makefile
Normal file
39
java/jcckit/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: jcckit
|
||||
# Date created: Aug 30, 2004
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jcckit
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= java
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Java Chart Construction Kit
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.1+
|
||||
WRKSRC= ${WRKDIR}/JCCKit
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= *
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${JAVAJARDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in LICENSE.txt README.html docs
|
||||
${CP} -R ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
java/jcckit/distinfo
Normal file
2
java/jcckit/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (jcckit.zip) = c51e62e4f283e995370db9aa9dae8f26
|
||||
SIZE (jcckit.zip) = 1122353
|
20
java/jcckit/pkg-descr
Normal file
20
java/jcckit/pkg-descr
Normal file
@ -0,0 +1,20 @@
|
||||
The Java Chart Constuction Kit (JCCKit) is a small (< 100Kb) Java library and a
|
||||
very flexible framework for creating scientific charts and plots.
|
||||
|
||||
The main purpose is to provide a flexible kit for writing Java applets and
|
||||
application with the need for visualizing scientific data. If you are looking
|
||||
for a lean scientific chart and plot library without all the unwanted bells and
|
||||
whistles of the heavy competitors try JCCKit.
|
||||
|
||||
The key features of JCCKit are:
|
||||
* small (< 100Kb jar file)
|
||||
* highly configurable due to a sophisticated configuration concept
|
||||
* extensible (1/3 of all classes are interfaces or abstract classes.)
|
||||
* automatic updating if data changes
|
||||
* easy programming of dynamic charts and plots
|
||||
* automatic rescaling if canvas size changes
|
||||
* out-of-the-box applet for presenting static data on a web page without
|
||||
Java programming
|
||||
* automatically generates a legend
|
||||
|
||||
WWW: http://jcckit.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user