Index: head/java/Makefile =================================================================== --- head/java/Makefile (revision 93770) +++ head/java/Makefile (revision 93771) @@ -1,99 +1,100 @@ # $FreeBSD$ # SUBDIR += bluej SUBDIR += bouncycastle SUBDIR += bsh SUBDIR += bugseeker SUBDIR += bugseeker-demo SUBDIR += collections SUBDIR += cos SUBDIR += cryptix-jce SUBDIR += diablo-jdk13 SUBDIR += diablo-jre13 SUBDIR += eclipse SUBDIR += eclipse-examples SUBDIR += eclipse-gef SUBDIR += eclipse-gef-examples SUBDIR += eclipse-langpack SUBDIR += forte SUBDIR += gj SUBDIR += gj-jdk11 SUBDIR += gnu-regexp SUBDIR += guavac SUBDIR += infobus SUBDIR += j2sdkee13 SUBDIR += jad SUBDIR += jaf SUBDIR += jakarta-bcel SUBDIR += jakarta-commons-beanutils SUBDIR += jakarta-commons-cli SUBDIR += jakarta-commons-collections SUBDIR += jakarta-commons-dbcp SUBDIR += jakarta-commons-lang SUBDIR += jakarta-commons-logging SUBDIR += jakarta-commons-pool SUBDIR += jakarta-log4j SUBDIR += jakarta-oro SUBDIR += jakarta-regexp SUBDIR += jakarta-struts SUBDIR += janosvm SUBDIR += java-checkstyle SUBDIR += java-cup SUBDIR += java-getopt SUBDIR += java-tutorial SUBDIR += javamail SUBDIR += javavmwrapper SUBDIR += javel SUBDIR += jboss2 SUBDIR += jboss3 SUBDIR += jce-aba SUBDIR += jcommon SUBDIR += jdbcpool SUBDIR += jde SUBDIR += jde-emacs20 SUBDIR += jdk11 SUBDIR += jdk11-doc SUBDIR += jdk12 SUBDIR += jdk12-doc SUBDIR += jdk13 SUBDIR += jdk13-doc SUBDIR += jdk14 SUBDIR += jdk14-doc SUBDIR += jdom SUBDIR += jfc + SUBDIR += jfreechart SUBDIR += jikes SUBDIR += jlex SUBDIR += jlint SUBDIR += jmp SUBDIR += jode SUBDIR += jre SUBDIR += jsdk SUBDIR += jump SUBDIR += junit SUBDIR += kaffe SUBDIR += kaffe-devel SUBDIR += linux-blackdown-jdk12 SUBDIR += linux-blackdown-jdk13 SUBDIR += linux-blackdown-jdk14 SUBDIR += linux-blackdown-jre11 SUBDIR += linux-ibm-jdk13 SUBDIR += linux-ibm-jdk14 SUBDIR += linux-sun-jdk12 SUBDIR += linux-sun-jdk13 SUBDIR += linux-sun-jdk14 SUBDIR += mmake SUBDIR += netbeans SUBDIR += netcomponents SUBDIR += netrexx SUBDIR += openjit SUBDIR += proguard SUBDIR += sablevm SUBDIR += shujit SUBDIR += simplicity SUBDIR += trove4j SUBDIR += tya SUBDIR += xalan-j SUBDIR += xdoclet .include Property changes on: head/java/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.95 \ No newline at end of property +1.96 \ No newline at end of property Index: head/java/jfreechart/Makefile =================================================================== --- head/java/jfreechart/Makefile (nonexistent) +++ head/java/jfreechart/Makefile (revision 93771) @@ -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 Property changes on: head/java/jfreechart/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/java/jfreechart/distinfo =================================================================== --- head/java/jfreechart/distinfo (nonexistent) +++ head/java/jfreechart/distinfo (revision 93771) @@ -0,0 +1 @@ +MD5 (jfreechart-0.9.13.tar.gz) = 69837930b853e7c623fc72c7c502cc1e Property changes on: head/java/jfreechart/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/java/jfreechart/pkg-descr =================================================================== --- head/java/jfreechart/pkg-descr (nonexistent) +++ head/java/jfreechart/pkg-descr (revision 93771) @@ -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/ Property changes on: head/java/jfreechart/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/java/jfreechart/pkg-plist =================================================================== --- head/java/jfreechart/pkg-plist (nonexistent) +++ head/java/jfreechart/pkg-plist (revision 93771) @@ -0,0 +1 @@ +share/java/classes/jfreechart.jar Property changes on: head/java/jfreechart/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property