- Update to 6.1.0

- Trim Makefile headers
- Convert to optionsNG
- Update LIB_DEPENDS
- Reset maintainer to ports@
This commit is contained in:
Wen Heping 2013-05-14 00:18:20 +00:00
parent 098638f458
commit ef0b33d539
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318136
3 changed files with 372 additions and 235 deletions

View file

@ -1,21 +1,18 @@
# New ports collection makefile for: phplot
# Date created: 21 Oct 2001
# Whom: yukinopo@livedoor.com
#
# Created by: yukinopo@livedoor.com
# $FreeBSD$
PORTNAME= phplot
PORTVERSION= 5.8.0
PORTVERSION= 6.1.0
CATEGORIES= graphics www
MASTER_SITES= SF:source1 \
SF/${PORTNAME}/Manual/20101003:source2
SF/${PORTNAME}/Manual/20130511:source2
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:source1 \
${PORTNAME}docs-20101003.zip:source2
${PORTNAME}docs-20130511.zip:source2
MAINTAINER= wen@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= A PHP class for creating scientific and business charts
LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd
USE_ZIP= yes
USE_PHP= yes
@ -27,17 +24,21 @@ PHPLOT_DIR= ${PREFIX}/include/php/phplot
LIBS= phplot.php rgb.inc.php
OPTIONS= FONTS "Install TrueType fonts" on
OPTIONS_DEFINE= FONTS
OPTIONS_DEFAULT= FONTS
FONTS_DESC= install TrueType fonts
.if defined(WITH_FONTS)
LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFONTS}
LIB_DEPENDS+= freetype:${PORTSDIR}/print/freetype2
.endif
do-install:
@${MKDIR} ${PHPLOT_DIR}
@${INSTALL_DATA} ${LIBS:S,^,${WRKSRC}/,} ${PHPLOT_DIR}/
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
@cd ${WRKDIR}/phplotdocs && ${COPYTREE_SHARE} . ${DOCSDIR}/
.endif

View file

@ -1,4 +1,4 @@
SHA256 (phplot-5.8.0.zip) = e63204e6be2f124433757ffa916b7ee1f9511687344b19823aa6214b0bd5cb6f
SIZE (phplot-5.8.0.zip) = 163179
SHA256 (phplotdocs-20101003.zip) = 7c5719948550dd77bf19676857837b61a416f3e6ca42e82cd304e5f08e3d5a33
SIZE (phplotdocs-20101003.zip) = 706142
SHA256 (phplot-6.1.0.zip) = 95dc31f95c5079abb2785f61696d61aae9d5af55a85c575485190372e3d751d0
SIZE (phplot-6.1.0.zip) = 171886
SHA256 (phplotdocs-20130511.zip) = bf5d478b391f0449bef980ac93130c5a8395546bc0a531573a9fba12e1284d77
SIZE (phplotdocs-20130511.zip) = 1238348

View file

@ -1,240 +1,376 @@
include/php/phplot/phplot.php
include/php/phplot/rgb.inc.php
@dirrmtry include/php/phplot
%%PORTDOCS%%%%DOCSDIR%%/DrawGraph.html
%%PORTDOCS%%%%DOCSDIR%%/GetCallback.html
%%PORTDOCS%%%%DOCSDIR%%/GetDeviceXY.html
%%PORTDOCS%%%%DOCSDIR%%/PHPlot-truecolor.html
%%PORTDOCS%%%%DOCSDIR%%/PHPlot.html
%%PORTDOCS%%%%DOCSDIR%%/PrintImage.html
%%PORTDOCS%%%%DOCSDIR%%/RemoveCallback.html
%%PORTDOCS%%%%DOCSDIR%%/SetBackgroundColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetBgImage.html
%%PORTDOCS%%%%DOCSDIR%%/SetBrowserCache.html
@dirrm include/php/phplot
%%PORTDOCS%%%%DOCSDIR%%/ref-axes.html
%%PORTDOCS%%%%DOCSDIR%%/TuneYAutoTicks.html
%%PORTDOCS%%%%DOCSDIR%%/ex-boxplot1.html
%%PORTDOCS%%%%DOCSDIR%%/starting-custom.html
%%PORTDOCS%%%%DOCSDIR%%/SetYLabelType.html
%%PORTDOCS%%%%DOCSDIR%%/SetPlotBorderType.html
%%PORTDOCS%%%%DOCSDIR%%/ex-stackedbars3.html
%%PORTDOCS%%%%DOCSDIR%%/SetDataValueLabelColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetFontGD.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawPieBorders.html
%%PORTDOCS%%%%DOCSDIR%%/ex-pie1.html
%%PORTDOCS%%%%DOCSDIR%%/ref-errorbars.html
%%PORTDOCS%%%%DOCSDIR%%/SetErrorBarLineWidth.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTickPos.html
%%PORTDOCS%%%%DOCSDIR%%/ex-linepoints1.html
%%PORTDOCS%%%%DOCSDIR%%/ref-addlstyle.html
%%PORTDOCS%%%%DOCSDIR%%/part3.html
%%PORTDOCS%%%%DOCSDIR%%/SetYLabelAngle.html
%%PORTDOCS%%%%DOCSDIR%%/SetLineSpacing.html
%%PORTDOCS%%%%DOCSDIR%%/EncodeImage.html
%%PORTDOCS%%%%DOCSDIR%%/SetXDataLabelType.html
%%PORTDOCS%%%%DOCSDIR%%/dev-var-notes.html
%%PORTDOCS%%%%DOCSDIR%%/SetCallback.html
%%PORTDOCS%%%%DOCSDIR%%/SetDataBorderColors.html
%%PORTDOCS%%%%DOCSDIR%%/SetDataColors.html
%%PORTDOCS%%%%DOCSDIR%%/SetLegendBgColor.html
%%PORTDOCS%%%%DOCSDIR%%/preface.html
%%PORTDOCS%%%%DOCSDIR%%/install.html
%%PORTDOCS%%%%DOCSDIR%%/SetXTitle.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTitle.html
%%PORTDOCS%%%%DOCSDIR%%/ex-encodeimage.html
%%PORTDOCS%%%%DOCSDIR%%/SetLegendPosition.html
%%PORTDOCS%%%%DOCSDIR%%/ex-legendpos.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTickIncrement.html
%%PORTDOCS%%%%DOCSDIR%%/TuneXAutoTicks.html
%%PORTDOCS%%%%DOCSDIR%%/ex-points2.html
%%PORTDOCS%%%%DOCSDIR%%/ex-pieangle.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTickAnchor.html
%%PORTDOCS%%%%DOCSDIR%%/ex-squared1.html
%%PORTDOCS%%%%DOCSDIR%%/ex-points1.html
%%PORTDOCS%%%%DOCSDIR%%/SetTitleColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetPlotAreaPixels.html
%%PORTDOCS%%%%DOCSDIR%%/RemoveCallback.html
%%PORTDOCS%%%%DOCSDIR%%/StartStream.html
%%PORTDOCS%%%%DOCSDIR%%/SetXLabelType.html
%%PORTDOCS%%%%DOCSDIR%%/PHPlot-truecolor.html
%%PORTDOCS%%%%DOCSDIR%%/SetPlotAreaWorld.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawYAxis.html
%%PORTDOCS%%%%DOCSDIR%%/ex-outbreak.html
%%PORTDOCS%%%%DOCSDIR%%/SetSkipTopTick.html
%%PORTDOCS%%%%DOCSDIR%%/ex-pie3.html
%%PORTDOCS%%%%DOCSDIR%%/SetIsInline.html
%%PORTDOCS%%%%DOCSDIR%%/SetXLabelAngle.html
%%PORTDOCS%%%%DOCSDIR%%/ex-boxplot2.html
%%PORTDOCS%%%%DOCSDIR%%/SetXTickAnchor.html
%%PORTDOCS%%%%DOCSDIR%%/starting-simple.html
%%PORTDOCS%%%%DOCSDIR%%/SetFileFormat.html
%%PORTDOCS%%%%DOCSDIR%%/adv-tuning.html
%%PORTDOCS%%%%DOCSDIR%%/ex-stackedarea1.html
%%PORTDOCS%%%%DOCSDIR%%/SetRGBArray.html
%%PORTDOCS%%%%DOCSDIR%%/ex-xtickanchor.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawBrokenLines.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawXAxis.html
%%PORTDOCS%%%%DOCSDIR%%/SetPlotAreaBgImage.html
%%PORTDOCS%%%%DOCSDIR%%/SetLegendPixels.html
%%PORTDOCS%%%%DOCSDIR%%/SetFont.html
%%PORTDOCS%%%%DOCSDIR%%/callbacks.html
%%PORTDOCS%%%%DOCSDIR%%/SetFailureImage.html
%%PORTDOCS%%%%DOCSDIR%%/SetDataType.html
%%PORTDOCS%%%%DOCSDIR%%/SetDataValues.html
%%PORTDOCS%%%%DOCSDIR%%/SetDefaultDashedStyle.html
%%PORTDOCS%%%%DOCSDIR%%/SetDefaultTTFont.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawBrokenLines.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawDashedGrid.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawPlotAreaBackground.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawXDataLabelLines.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawXGrid.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawYGrid.html
%%PORTDOCS%%%%DOCSDIR%%/SetErrorBarColors.html
%%PORTDOCS%%%%DOCSDIR%%/SetErrorBarLineWidth.html
%%PORTDOCS%%%%DOCSDIR%%/SetErrorBarShape.html
%%PORTDOCS%%%%DOCSDIR%%/SetErrorBarSize.html
%%PORTDOCS%%%%DOCSDIR%%/SetFileFormat.html
%%PORTDOCS%%%%DOCSDIR%%/SetFont.html
%%PORTDOCS%%%%DOCSDIR%%/SetFontGD.html
%%PORTDOCS%%%%DOCSDIR%%/SetFontTTF.html
%%PORTDOCS%%%%DOCSDIR%%/SetGridColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetImageBorderColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetImageBorderType.html
%%PORTDOCS%%%%DOCSDIR%%/SetImageBorderWidth.html
%%PORTDOCS%%%%DOCSDIR%%/SetIsInline.html
%%PORTDOCS%%%%DOCSDIR%%/SetLabelColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetLabelScalePosition.html
%%PORTDOCS%%%%DOCSDIR%%/SetLegend.html
%%PORTDOCS%%%%DOCSDIR%%/SetLegendPixels.html
%%PORTDOCS%%%%DOCSDIR%%/SetLegendStyle.html
%%PORTDOCS%%%%DOCSDIR%%/SetLegendWorld.html
%%PORTDOCS%%%%DOCSDIR%%/SetLightGridColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetLineSpacing.html
%%PORTDOCS%%%%DOCSDIR%%/SetLineStyles.html
%%PORTDOCS%%%%DOCSDIR%%/SetLineWidths.html
%%PORTDOCS%%%%DOCSDIR%%/SetMarginsPixels.html
%%PORTDOCS%%%%DOCSDIR%%/SetNumXTicks.html
%%PORTDOCS%%%%DOCSDIR%%/SetNumYTicks.html
%%PORTDOCS%%%%DOCSDIR%%/SetNumberFormat.html
%%PORTDOCS%%%%DOCSDIR%%/SetOutputFile.html
%%PORTDOCS%%%%DOCSDIR%%/SetPlotAreaBgImage.html
%%PORTDOCS%%%%DOCSDIR%%/SetPlotAreaPixels.html
%%PORTDOCS%%%%DOCSDIR%%/SetPlotAreaWorld.html
%%PORTDOCS%%%%DOCSDIR%%/SetPlotBgColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetPlotBorderType.html
%%PORTDOCS%%%%DOCSDIR%%/SetPlotType.html
%%PORTDOCS%%%%DOCSDIR%%/SetPointShapes.html
%%PORTDOCS%%%%DOCSDIR%%/SetPointSizes.html
%%PORTDOCS%%%%DOCSDIR%%/SetPrecisionX.html
%%PORTDOCS%%%%DOCSDIR%%/SetPrecisionY.html
%%PORTDOCS%%%%DOCSDIR%%/SetPrintImage.html
%%PORTDOCS%%%%DOCSDIR%%/SetRGBArray.html
%%PORTDOCS%%%%DOCSDIR%%/SetShading.html
%%PORTDOCS%%%%DOCSDIR%%/SetSkipBottomTick.html
%%PORTDOCS%%%%DOCSDIR%%/SetSkipLeftTick.html
%%PORTDOCS%%%%DOCSDIR%%/SetSkipRightTick.html
%%PORTDOCS%%%%DOCSDIR%%/SetSkipTopTick.html
%%PORTDOCS%%%%DOCSDIR%%/SetTTFPath.html
%%PORTDOCS%%%%DOCSDIR%%/SetTextColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetTickColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetTitle.html
%%PORTDOCS%%%%DOCSDIR%%/SetTitleColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetTransparentColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetUseTTF.html
%%PORTDOCS%%%%DOCSDIR%%/SetXAxisPosition.html
%%PORTDOCS%%%%DOCSDIR%%/SetXDataLabelAngle.html
%%PORTDOCS%%%%DOCSDIR%%/SetXDataLabelPos.html
%%PORTDOCS%%%%DOCSDIR%%/SetXDataLabelType.html
%%PORTDOCS%%%%DOCSDIR%%/SetXLabelAngle.html
%%PORTDOCS%%%%DOCSDIR%%/SetXLabelType.html
%%PORTDOCS%%%%DOCSDIR%%/SetXScaleType.html
%%PORTDOCS%%%%DOCSDIR%%/SetXTickCrossing.html
%%PORTDOCS%%%%DOCSDIR%%/ex-horizerror.html
%%PORTDOCS%%%%DOCSDIR%%/starting.html
%%PORTDOCS%%%%DOCSDIR%%/DrawMessage.html
%%PORTDOCS%%%%DOCSDIR%%/ref-callbacks.html
%%PORTDOCS%%%%DOCSDIR%%/SetGridColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetXTickIncrement.html
%%PORTDOCS%%%%DOCSDIR%%/SetXTickLabelPos.html
%%PORTDOCS%%%%DOCSDIR%%/SetXTickLength.html
%%PORTDOCS%%%%DOCSDIR%%/SetXTickPos.html
%%PORTDOCS%%%%DOCSDIR%%/SetXTitleColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetXTimeFormat.html
%%PORTDOCS%%%%DOCSDIR%%/SetXTitle.html
%%PORTDOCS%%%%DOCSDIR%%/SetYAxisPosition.html
%%PORTDOCS%%%%DOCSDIR%%/SetYDataLabelAngle.html
%%PORTDOCS%%%%DOCSDIR%%/SetYDataLabelPos.html
%%PORTDOCS%%%%DOCSDIR%%/SetYDataLabelType.html
%%PORTDOCS%%%%DOCSDIR%%/SetYLabelAngle.html
%%PORTDOCS%%%%DOCSDIR%%/SetYLabelType.html
%%PORTDOCS%%%%DOCSDIR%%/SetYScaleType.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTickCrossing.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTickIncrement.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTickLabelPos.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTickLength.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTickPos.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTimeFormat.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTitle.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTitleColor.html
%%PORTDOCS%%%%DOCSDIR%%/callbacks-access.html
%%PORTDOCS%%%%DOCSDIR%%/callbacks-drawing.html
%%PORTDOCS%%%%DOCSDIR%%/callbacks-names.html
%%PORTDOCS%%%%DOCSDIR%%/callbacks-objects.html
%%PORTDOCS%%%%DOCSDIR%%/callbacks.html
%%PORTDOCS%%%%DOCSDIR%%/changelog.html
%%PORTDOCS%%%%DOCSDIR%%/conc-colors.html
%%PORTDOCS%%%%DOCSDIR%%/conc-colors-datacolor-callback.html
%%PORTDOCS%%%%DOCSDIR%%/conc-datatypes.html
%%PORTDOCS%%%%DOCSDIR%%/conc-errors.html
%%PORTDOCS%%%%DOCSDIR%%/conc-labels.html
%%PORTDOCS%%%%DOCSDIR%%/conc-otherelements.html
%%PORTDOCS%%%%DOCSDIR%%/conc-overview.html
%%PORTDOCS%%%%DOCSDIR%%/conc-plottypes.html
%%PORTDOCS%%%%DOCSDIR%%/conc-text.html
%%PORTDOCS%%%%DOCSDIR%%/conc-truecolor.html
%%PORTDOCS%%%%DOCSDIR%%/concepts.html
%%PORTDOCS%%%%DOCSDIR%%/dev-internal.html
%%PORTDOCS%%%%DOCSDIR%%/dev-layout.html
%%PORTDOCS%%%%DOCSDIR%%/dev-legend.html
%%PORTDOCS%%%%DOCSDIR%%/dev-vars.html
%%PORTDOCS%%%%DOCSDIR%%/ex-annotate.html
%%PORTDOCS%%%%DOCSDIR%%/ex-area1.html
%%PORTDOCS%%%%DOCSDIR%%/ex-bars1.html
%%PORTDOCS%%%%DOCSDIR%%/ex-bars2.html
%%PORTDOCS%%%%DOCSDIR%%/ex-bars3.html
%%PORTDOCS%%%%DOCSDIR%%/ex-bars4.html
%%PORTDOCS%%%%DOCSDIR%%/ex-horizthinbarline.html
%%PORTDOCS%%%%DOCSDIR%%/ex-horizstackedbar.html
%%PORTDOCS%%%%DOCSDIR%%/ex-colorcallbackbars.html
%%PORTDOCS%%%%DOCSDIR%%/ex-horizbar.html
%%PORTDOCS%%%%DOCSDIR%%/ex-linepoints2.html
%%PORTDOCS%%%%DOCSDIR%%/SetPlotBgColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetDataBorderColors.html
%%PORTDOCS%%%%DOCSDIR%%/SetTTFPath.html
%%PORTDOCS%%%%DOCSDIR%%/ex-colorcallbackgradient.html
%%PORTDOCS%%%%DOCSDIR%%/ex-linepoints1.html
%%PORTDOCS%%%%DOCSDIR%%/ex-lines2.html
%%PORTDOCS%%%%DOCSDIR%%/ex-pie1.html
%%PORTDOCS%%%%DOCSDIR%%/SetSkipBottomTick.html
%%PORTDOCS%%%%DOCSDIR%%/adv-serialize.html
%%PORTDOCS%%%%DOCSDIR%%/SetXDataLabelAngle.html
%%PORTDOCS%%%%DOCSDIR%%/ex-imagemap-pie.html
%%PORTDOCS%%%%DOCSDIR%%/SetShading.html
%%PORTDOCS%%%%DOCSDIR%%/ex-pie2.html
%%PORTDOCS%%%%DOCSDIR%%/ex-pie3.html
%%PORTDOCS%%%%DOCSDIR%%/ex-points1.html
%%PORTDOCS%%%%DOCSDIR%%/ex-points2.html
%%PORTDOCS%%%%DOCSDIR%%/ex-squared1.html
%%PORTDOCS%%%%DOCSDIR%%/ex-stackedarea1.html
%%PORTDOCS%%%%DOCSDIR%%/ex-stackedbars1.html
%%PORTDOCS%%%%DOCSDIR%%/ex-stackedbars2.html
%%PORTDOCS%%%%DOCSDIR%%/ex-stackedbars3.html
%%PORTDOCS%%%%DOCSDIR%%/ex-thinbarline1.html
%%PORTDOCS%%%%DOCSDIR%%/ex-thinbarline2.html
%%PORTDOCS%%%%DOCSDIR%%/ex-truecolor-histogram.html
%%PORTDOCS%%%%DOCSDIR%%/ex-twoplot1.html
%%PORTDOCS%%%%DOCSDIR%%/ex-webform.html
%%PORTDOCS%%%%DOCSDIR%%/examples/annotate.png
%%PORTDOCS%%%%DOCSDIR%%/GetDeviceXY.html
%%PORTDOCS%%%%DOCSDIR%%/conc-plottypes.html
%%PORTDOCS%%%%DOCSDIR%%/GetLegendSize.html
%%PORTDOCS%%%%DOCSDIR%%/SetYDataLabelType.html
%%PORTDOCS%%%%DOCSDIR%%/TuneYAutoRange.html
%%PORTDOCS%%%%DOCSDIR%%/SetImageBorderType.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTitleColor.html
%%PORTDOCS%%%%DOCSDIR%%/ex-horizlinepts.html
%%PORTDOCS%%%%DOCSDIR%%/adv-autorange.html
%%PORTDOCS%%%%DOCSDIR%%/SetLegendStyle.html
%%PORTDOCS%%%%DOCSDIR%%/ex-colorcallbackbars.html
%%PORTDOCS%%%%DOCSDIR%%/start-multiple.html
%%PORTDOCS%%%%DOCSDIR%%/examples.html
%%PORTDOCS%%%%DOCSDIR%%/SetXTitleColor.html
%%PORTDOCS%%%%DOCSDIR%%/examples
%%PORTDOCS%%%%DOCSDIR%%/examples/horizerror.png
%%PORTDOCS%%%%DOCSDIR%%/examples/lines2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/boxplot1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/horizthinbarline.png
%%PORTDOCS%%%%DOCSDIR%%/examples/horizbar.png
%%PORTDOCS%%%%DOCSDIR%%/examples/legendshape2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/pielabeltype3.png
%%PORTDOCS%%%%DOCSDIR%%/examples/pie3.png
%%PORTDOCS%%%%DOCSDIR%%/examples/legendshape1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/bars3.png
%%PORTDOCS%%%%DOCSDIR%%/examples/ohlccandlesticks.png
%%PORTDOCS%%%%DOCSDIR%%/examples/bubbles1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/ytickanchor1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/area1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/bars1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/bars2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/bars3.png
%%PORTDOCS%%%%DOCSDIR%%/examples/bars4.png
%%PORTDOCS%%%%DOCSDIR%%/examples/colorcallbackbars.png
%%PORTDOCS%%%%DOCSDIR%%/examples/colorcallbackgradient.png
%%PORTDOCS%%%%DOCSDIR%%/examples/histogram.jpg
%%PORTDOCS%%%%DOCSDIR%%/examples/horizbar.png
%%PORTDOCS%%%%DOCSDIR%%/examples/horizstackedbar.png
%%PORTDOCS%%%%DOCSDIR%%/examples/horizthinbarline.png
%%PORTDOCS%%%%DOCSDIR%%/examples/linepoints1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/lines1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/lines2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/pie1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/pie2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/pie3.png
%%PORTDOCS%%%%DOCSDIR%%/examples/points1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/points2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/qs1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/qs2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/qs3.png
%%PORTDOCS%%%%DOCSDIR%%/examples/squared1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/stackedarea1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/stackedbars1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/bars4.png
%%PORTDOCS%%%%DOCSDIR%%/examples/stackedbars2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/stackedbars3.png
%%PORTDOCS%%%%DOCSDIR%%/examples/qs1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/qs3.png
%%PORTDOCS%%%%DOCSDIR%%/examples/qs2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/boxplot2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/thinbarline1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/thinbarline2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/legendshape.png
%%PORTDOCS%%%%DOCSDIR%%/examples/ohlcbasic.png
%%PORTDOCS%%%%DOCSDIR%%/examples/horizlinepts.png
%%PORTDOCS%%%%DOCSDIR%%/examples/stackedarea1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/dlexformat.png
%%PORTDOCS%%%%DOCSDIR%%/examples/pielabeltype5.png
%%PORTDOCS%%%%DOCSDIR%%/examples/twoplot1.png
%%PORTDOCS%%%%DOCSDIR%%/examples.html
%%PORTDOCS%%%%DOCSDIR%%/functions.html
%%PORTDOCS%%%%DOCSDIR%%/images/alpha-blending.png
%%PORTDOCS%%%%DOCSDIR%%/images/colors.png
%%PORTDOCS%%%%DOCSDIR%%/images/drop.png
%%PORTDOCS%%%%DOCSDIR%%/images/error-image.png
%%PORTDOCS%%%%DOCSDIR%%/images/fonts.png
%%PORTDOCS%%%%DOCSDIR%%/images/gdinfo.png
%%PORTDOCS%%%%DOCSDIR%%/images/labels-bar.png
%%PORTDOCS%%%%DOCSDIR%%/images/labels-horizbar.png
%%PORTDOCS%%%%DOCSDIR%%/images/labels-pie.png
%%PORTDOCS%%%%DOCSDIR%%/images/labels.png
%%PORTDOCS%%%%DOCSDIR%%/images/layout.png
%%PORTDOCS%%%%DOCSDIR%%/images/legend-layout.png
%%PORTDOCS%%%%DOCSDIR%%/images/legendstyle.png
%%PORTDOCS%%%%DOCSDIR%%/images/ticksize.png
%%PORTDOCS%%%%DOCSDIR%%/images/typical-grid.png
%%PORTDOCS%%%%DOCSDIR%%/images/typical-legend.png
%%PORTDOCS%%%%DOCSDIR%%/images/typical-titles.png
%%PORTDOCS%%%%DOCSDIR%%/images/webform.png
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/install-install.html
%%PORTDOCS%%%%DOCSDIR%%/install-next.html
%%PORTDOCS%%%%DOCSDIR%%/install.html
%%PORTDOCS%%%%DOCSDIR%%/part1.html
%%PORTDOCS%%%%DOCSDIR%%/part3.html
%%PORTDOCS%%%%DOCSDIR%%/phplotdoc.css
%%PORTDOCS%%%%DOCSDIR%%/preface.html
%%PORTDOCS%%%%DOCSDIR%%/ref-addlstyle.html
%%PORTDOCS%%%%DOCSDIR%%/ref-axes.html
%%PORTDOCS%%%%DOCSDIR%%/ref-callbacks.html
%%PORTDOCS%%%%DOCSDIR%%/examples/pie1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/points2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/xtickanchor.png
%%PORTDOCS%%%%DOCSDIR%%/examples/points1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/stackedbars1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/linepoints1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/pielabeltype4.png
%%PORTDOCS%%%%DOCSDIR%%/examples/stackedbars3.png
%%PORTDOCS%%%%DOCSDIR%%/examples/linepoints2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/ytickanchor.png
%%PORTDOCS%%%%DOCSDIR%%/examples/bars2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/lines1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/colorcallbackgradient.png
%%PORTDOCS%%%%DOCSDIR%%/examples/colorcallbackbars.png
%%PORTDOCS%%%%DOCSDIR%%/examples/pielabeltype2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/horizstackedbar.png
%%PORTDOCS%%%%DOCSDIR%%/examples/thinbarline2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/drawmessage.png
%%PORTDOCS%%%%DOCSDIR%%/examples/pielabeltype1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/outbreak.png
%%PORTDOCS%%%%DOCSDIR%%/examples/squared1.png
%%PORTDOCS%%%%DOCSDIR%%/examples/ohlccandlesticks2.png
%%PORTDOCS%%%%DOCSDIR%%/examples/histogram.jpg
%%PORTDOCS%%%%DOCSDIR%%/examples/pieangle.png
%%PORTDOCS%%%%DOCSDIR%%/examples/annotate.png
%%PORTDOCS%%%%DOCSDIR%%/SetLightGridColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetTickColor.html
%%PORTDOCS%%%%DOCSDIR%%/dev-const.html
%%PORTDOCS%%%%DOCSDIR%%/SetDataColors.html
%%PORTDOCS%%%%DOCSDIR%%/SetBgImage.html
%%PORTDOCS%%%%DOCSDIR%%/SetYScaleType.html
%%PORTDOCS%%%%DOCSDIR%%/conc-labels.html
%%PORTDOCS%%%%DOCSDIR%%/SetXDataLabelPos.html
%%PORTDOCS%%%%DOCSDIR%%/SetXTimeFormat.html
%%PORTDOCS%%%%DOCSDIR%%/ref-colorstyle.html
%%PORTDOCS%%%%DOCSDIR%%/ref-errorbars.html
%%PORTDOCS%%%%DOCSDIR%%/ref-grid.html
%%PORTDOCS%%%%DOCSDIR%%/ref-iocontrol.html
%%PORTDOCS%%%%DOCSDIR%%/ref-labels.html
%%PORTDOCS%%%%DOCSDIR%%/ref-legend.html
%%PORTDOCS%%%%DOCSDIR%%/images
%%PORTDOCS%%%%DOCSDIR%%/images/shape-target.png
%%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-pie.png
%%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-boxes.png
%%PORTDOCS%%%%DOCSDIR%%/images/legendpos7.png
%%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-area.png
%%PORTDOCS%%%%DOCSDIR%%/images/fig-autorange-c.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-delta.png
%%PORTDOCS%%%%DOCSDIR%%/images/legendpos5.png
%%PORTDOCS%%%%DOCSDIR%%/images/alpha-blending.png
%%PORTDOCS%%%%DOCSDIR%%/images/typical-legend.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-triangle.png
%%PORTDOCS%%%%DOCSDIR%%/images/webform.png
%%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-ohlc.png
%%PORTDOCS%%%%DOCSDIR%%/images/labels-horizbar.png
%%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-bubbles.png
%%PORTDOCS%%%%DOCSDIR%%/images/fonts.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-dot.png
%%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-candlesticks2.png
%%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-stackedarea.png
%%PORTDOCS%%%%DOCSDIR%%/images/colors.png
%%PORTDOCS%%%%DOCSDIR%%/images/legendstyle.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-bowtie.png
%%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-squared.png
%%PORTDOCS%%%%DOCSDIR%%/images/legend-layout.png
%%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-lines.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-circle.png
%%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-points.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-trianglemid.png
%%PORTDOCS%%%%DOCSDIR%%/images/legendpos6.png
%%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-linepoints.png
%%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-bars.png
%%PORTDOCS%%%%DOCSDIR%%/images/error-image.png
%%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-candlesticks.png
%%PORTDOCS%%%%DOCSDIR%%/images/drop.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-star.png
%%PORTDOCS%%%%DOCSDIR%%/images/fig-autorange-a.png
%%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-thinbarline.png
%%PORTDOCS%%%%DOCSDIR%%/images/ticksize.png
%%PORTDOCS%%%%DOCSDIR%%/images/legendpos3.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-plus.png
%%PORTDOCS%%%%DOCSDIR%%/images/typical-titles.png
%%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-stackedbars.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-down.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-box.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-home.png
%%PORTDOCS%%%%DOCSDIR%%/images/legendpos1.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-yield.png
%%PORTDOCS%%%%DOCSDIR%%/images/labels-pie.png
%%PORTDOCS%%%%DOCSDIR%%/images/gdinfo.png
%%PORTDOCS%%%%DOCSDIR%%/images/layout.png
%%PORTDOCS%%%%DOCSDIR%%/images/fig-autorange-b.png
%%PORTDOCS%%%%DOCSDIR%%/images/imagemap-pie.png
%%PORTDOCS%%%%DOCSDIR%%/images/imagemap-bars.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-up.png
%%PORTDOCS%%%%DOCSDIR%%/images/truecolor-formats.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-line.png
%%PORTDOCS%%%%DOCSDIR%%/images/imagemap-nonembed.png
%%PORTDOCS%%%%DOCSDIR%%/images/encodeimage.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-cross.png
%%PORTDOCS%%%%DOCSDIR%%/images/legendpos2.png
%%PORTDOCS%%%%DOCSDIR%%/images/labels.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-hourglass.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-rect.png
%%PORTDOCS%%%%DOCSDIR%%/images/typical-grid.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-halfline.png
%%PORTDOCS%%%%DOCSDIR%%/images/legendpos4.png
%%PORTDOCS%%%%DOCSDIR%%/images/labels-bar.png
%%PORTDOCS%%%%DOCSDIR%%/images/shape-diamond.png
%%PORTDOCS%%%%DOCSDIR%%/ex-thinbarline1.html
%%PORTDOCS%%%%DOCSDIR%%/SetDefaultTTFont.html
%%PORTDOCS%%%%DOCSDIR%%/SetBackgroundColor.html
%%PORTDOCS%%%%DOCSDIR%%/ex-truecolor-histogram.html
%%PORTDOCS%%%%DOCSDIR%%/SetPieStartAngle.html
%%PORTDOCS%%%%DOCSDIR%%/ex-dlexformat.html
%%PORTDOCS%%%%DOCSDIR%%/SetLegend.html
%%PORTDOCS%%%%DOCSDIR%%/SetNumYTicks.html
%%PORTDOCS%%%%DOCSDIR%%/SetPieLabelColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetErrorBarColors.html
%%PORTDOCS%%%%DOCSDIR%%/adv-multiplot.html
%%PORTDOCS%%%%DOCSDIR%%/conc-overview.html
%%PORTDOCS%%%%DOCSDIR%%/ex-bars2.html
%%PORTDOCS%%%%DOCSDIR%%/ref-scaling.html
%%PORTDOCS%%%%DOCSDIR%%/ref-textfonts.html
%%PORTDOCS%%%%DOCSDIR%%/ref-ticks.html
%%PORTDOCS%%%%DOCSDIR%%/ref-titles.html
%%PORTDOCS%%%%DOCSDIR%%/reference.html
%%PORTDOCS%%%%DOCSDIR%%/start-multiple.html
%%PORTDOCS%%%%DOCSDIR%%/starting-create.html
%%PORTDOCS%%%%DOCSDIR%%/starting-custom.html
%%PORTDOCS%%%%DOCSDIR%%/SetUseTTF.html
%%PORTDOCS%%%%DOCSDIR%%/SetFontTTF.html
%%PORTDOCS%%%%DOCSDIR%%/ex-stackedbars1.html
%%PORTDOCS%%%%DOCSDIR%%/ex-twoplot1.html
%%PORTDOCS%%%%DOCSDIR%%/ref-legend.html
%%PORTDOCS%%%%DOCSDIR%%/ex-lines2.html
%%PORTDOCS%%%%DOCSDIR%%/SetLabelScalePosition.html
%%PORTDOCS%%%%DOCSDIR%%/SetErrorBarShape.html
%%PORTDOCS%%%%DOCSDIR%%/starting-more.html
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawXGrid.html
%%PORTDOCS%%%%DOCSDIR%%/SetYAxisPosition.html
%%PORTDOCS%%%%DOCSDIR%%/ref-grid.html
%%PORTDOCS%%%%DOCSDIR%%/EndStream.html
%%PORTDOCS%%%%DOCSDIR%%/ex-bars3.html
%%PORTDOCS%%%%DOCSDIR%%/ex-bars4.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTickCrossing.html
%%PORTDOCS%%%%DOCSDIR%%/ex-horizbar.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawDataBorders.html
%%PORTDOCS%%%%DOCSDIR%%/GetCallback.html
%%PORTDOCS%%%%DOCSDIR%%/SetSkipRightTick.html
%%PORTDOCS%%%%DOCSDIR%%/SetNumXTicks.html
%%PORTDOCS%%%%DOCSDIR%%/ref-titles.html
%%PORTDOCS%%%%DOCSDIR%%/SetTitle.html
%%PORTDOCS%%%%DOCSDIR%%/ex-annotate.html
%%PORTDOCS%%%%DOCSDIR%%/ex-imagemap-bars.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawPlotAreaBackground.html
%%PORTDOCS%%%%DOCSDIR%%/phplotdoc.css
%%PORTDOCS%%%%DOCSDIR%%/adv-streaming.html
%%PORTDOCS%%%%DOCSDIR%%/PrintImageFrame.html
%%PORTDOCS%%%%DOCSDIR%%/adv-truecolor.html
%%PORTDOCS%%%%DOCSDIR%%/ex-area1.html
%%PORTDOCS%%%%DOCSDIR%%/SetPieBorderColor.html
%%PORTDOCS%%%%DOCSDIR%%/ref-ticks.html
%%PORTDOCS%%%%DOCSDIR%%/SetPieDirection.html
%%PORTDOCS%%%%DOCSDIR%%/conc-colors.html
%%PORTDOCS%%%%DOCSDIR%%/part1.html
%%PORTDOCS%%%%DOCSDIR%%/SetLegendUseShapes.html
%%PORTDOCS%%%%DOCSDIR%%/functions.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawXDataLabelLines.html
%%PORTDOCS%%%%DOCSDIR%%/PHPlot.html
%%PORTDOCS%%%%DOCSDIR%%/ex-ohlccandlesticks2.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTickLabelPos.html
%%PORTDOCS%%%%DOCSDIR%%/PrintImage.html
%%PORTDOCS%%%%DOCSDIR%%/SetXTickLength.html
%%PORTDOCS%%%%DOCSDIR%%/SetPrintImage.html
%%PORTDOCS%%%%DOCSDIR%%/SetPrecisionY.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawDashedGrid.html
%%PORTDOCS%%%%DOCSDIR%%/SetSkipLeftTick.html
%%PORTDOCS%%%%DOCSDIR%%/SetLegendColorboxBorders.html
%%PORTDOCS%%%%DOCSDIR%%/SetImageBorderColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetPieAutoSize.html
%%PORTDOCS%%%%DOCSDIR%%/install-next.html
%%PORTDOCS%%%%DOCSDIR%%/ex-pielabeltype.html
%%PORTDOCS%%%%DOCSDIR%%/SetTransparentColor.html
%%PORTDOCS%%%%DOCSDIR%%/ex-ohlcbasic.html
%%PORTDOCS%%%%DOCSDIR%%/SetImageBorderWidth.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTimeFormat.html
%%PORTDOCS%%%%DOCSDIR%%/conc-errors.html
%%PORTDOCS%%%%DOCSDIR%%/SetOutputFile.html
%%PORTDOCS%%%%DOCSDIR%%/ex-stackedbars2.html
%%PORTDOCS%%%%DOCSDIR%%/SetYTickLength.html
%%PORTDOCS%%%%DOCSDIR%%/reference.html
%%PORTDOCS%%%%DOCSDIR%%/SetXAxisPosition.html
%%PORTDOCS%%%%DOCSDIR%%/SetPlotType.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawYDataLabelLines.html
%%PORTDOCS%%%%DOCSDIR%%/dev-layout.html
%%PORTDOCS%%%%DOCSDIR%%/SetXTickPos.html
%%PORTDOCS%%%%DOCSDIR%%/SetYDataLabelAngle.html
%%PORTDOCS%%%%DOCSDIR%%/SetYDataLabelPos.html
%%PORTDOCS%%%%DOCSDIR%%/ex-bubbles1.html
%%PORTDOCS%%%%DOCSDIR%%/SetErrorBarSize.html
%%PORTDOCS%%%%DOCSDIR%%/ex-horizstackedbar.html
%%PORTDOCS%%%%DOCSDIR%%/SetBrowserCache.html
%%PORTDOCS%%%%DOCSDIR%%/install-install.html
%%PORTDOCS%%%%DOCSDIR%%/SetXTickLabelPos.html
%%PORTDOCS%%%%DOCSDIR%%/ex-bars1.html
%%PORTDOCS%%%%DOCSDIR%%/ex-horizthinbarline.html
%%PORTDOCS%%%%DOCSDIR%%/starting-create.html
%%PORTDOCS%%%%DOCSDIR%%/concepts.html
%%PORTDOCS%%%%DOCSDIR%%/ohlcdata.csv
%%PORTDOCS%%%%DOCSDIR%%/ex-legendshape.html
%%PORTDOCS%%%%DOCSDIR%%/advanced.html
%%PORTDOCS%%%%DOCSDIR%%/ex-drawmessage.html
%%PORTDOCS%%%%DOCSDIR%%/ex-imagemap-nonembed.html
%%PORTDOCS%%%%DOCSDIR%%/adv-datacolor-callback.html
%%PORTDOCS%%%%DOCSDIR%%/DrawGraph.html
%%PORTDOCS%%%%DOCSDIR%%/SetLegendTextColor.html
%%PORTDOCS%%%%DOCSDIR%%/dev-internal.html
%%PORTDOCS%%%%DOCSDIR%%/SetXTickCrossing.html
%%PORTDOCS%%%%DOCSDIR%%/SetDefaultDashedStyle.html
%%PORTDOCS%%%%DOCSDIR%%/conc-otherelements.html
%%PORTDOCS%%%%DOCSDIR%%/SetMarginsPixels.html
%%PORTDOCS%%%%DOCSDIR%%/ex-thinbarline2.html
%%PORTDOCS%%%%DOCSDIR%%/SetLegendWorld.html
%%PORTDOCS%%%%DOCSDIR%%/ex-ohlccandlesticks.html
%%PORTDOCS%%%%DOCSDIR%%/SetPointSizes.html
%%PORTDOCS%%%%DOCSDIR%%/SetPointShapes.html
%%PORTDOCS%%%%DOCSDIR%%/conc-datatypes.html
%%PORTDOCS%%%%DOCSDIR%%/conc-text.html
%%PORTDOCS%%%%DOCSDIR%%/SetNumberFormat.html
%%PORTDOCS%%%%DOCSDIR%%/dev-vars.html
%%PORTDOCS%%%%DOCSDIR%%/starting-next.html
%%PORTDOCS%%%%DOCSDIR%%/starting-simple.html
%%PORTDOCS%%%%DOCSDIR%%/starting.html
%%PORTDOCS%%%%DOCSDIR%%/SetPrecisionX.html
%%PORTDOCS%%%%DOCSDIR%%/SetTickLabelColor.html
%%PORTDOCS%%%%DOCSDIR%%/adv-imgmap.html
%%PORTDOCS%%%%DOCSDIR%%/dev-legend.html
%%PORTDOCS%%%%DOCSDIR%%/SetPieLabelType.html
%%PORTDOCS%%%%DOCSDIR%%/TuneXAutoRange.html
%%PORTDOCS%%%%DOCSDIR%%/ex-webform.html
%%PORTDOCS%%%%DOCSDIR%%/SetLegendReverse.html
%%PORTDOCS%%%%DOCSDIR%%/SetXScaleType.html
%%PORTDOCS%%%%DOCSDIR%%/SetTextColor.html
%%PORTDOCS%%%%DOCSDIR%%/ref-labels.html
%%PORTDOCS%%%%DOCSDIR%%/SetDataLabelColor.html
%%PORTDOCS%%%%DOCSDIR%%/SetDrawYGrid.html
%%PORTDOCS%%%%DOCSDIR%%/SetLineWidths.html
%%PORTDOCS%%%%DOCSDIR%%/ex-ytickanchor.html
%%PORTDOCS%%%%DOCSDIR%%/ref-textfonts.html
%%PORTDOCS%%%%DOCSDIR%%/changelog.html
%%PORTDOCS%%%%DOCSDIR%%/ref-iocontrol.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
%%PORTDOCS%%@dirrm %%DOCSDIR%%