Date: Thu, 22 Sep 2016 09:01:40 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422593 - head/graphics/phplot Message-ID: <201609220901.u8M91em3015292@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Sep 22 09:01:40 2016 New Revision: 422593 URL: https://svnweb.freebsd.org/changeset/ports/422593 Log: - Switch to PORTDOCS - Fix WWW: - Simplify installation Modified: head/graphics/phplot/Makefile head/graphics/phplot/pkg-descr head/graphics/phplot/pkg-plist Modified: head/graphics/phplot/Makefile ============================================================================== --- head/graphics/phplot/Makefile Thu Sep 22 06:33:12 2016 (r422592) +++ head/graphics/phplot/Makefile Thu Sep 22 09:01:40 2016 (r422593) @@ -24,7 +24,7 @@ USES= php zip PHPLOT_DIR= ${STAGEDIR}${PREFIX}/include/php/phplot -LIBRARIES= phplot.php rgb.inc.php +PORTDOCS= * OPTIONS_DEFINE= DOCS FONTS OPTIONS_DEFAULT= FONTS @@ -33,7 +33,7 @@ FONTS_LIB_DEPENDS= libfreetype.so:print/ do-install: @${MKDIR} ${PHPLOT_DIR} - ${INSTALL_DATA} ${LIBRARIES:S,^,${WRKSRC}/,} ${PHPLOT_DIR} + ${INSTALL_DATA} ${WRKSRC}/*.php ${PHPLOT_DIR} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/graphics/phplot/pkg-descr ============================================================================== --- head/graphics/phplot/pkg-descr Thu Sep 22 06:33:12 2016 (r422592) +++ head/graphics/phplot/pkg-descr Thu Sep 22 09:01:40 2016 (r422593) @@ -2,4 +2,4 @@ A graph library for dynamic scientific, Written in PHP and supports, PHP3, PHP4, TTF (or no ttf), and GD versions 1.2 - latest version. Includes Pie, Bar, Line, Area, Point and combination plots. -WWW: http://www.phplot.com +WWW: http://www.phplot.com/ Modified: head/graphics/phplot/pkg-plist ============================================================================== --- head/graphics/phplot/pkg-plist Thu Sep 22 06:33:12 2016 (r422592) +++ head/graphics/phplot/pkg-plist Thu Sep 22 09:01:40 2016 (r422593) @@ -1,370 +1,2 @@ include/php/phplot/phplot.php include/php/phplot/rgb.inc.php -%%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%%/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%%/SetLineStyles.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%%/ex-linepoints2.html -%%PORTDOCS%%%%DOCSDIR%%/SetPlotBgColor.html -%%PORTDOCS%%%%DOCSDIR%%/SetDataBorderColors.html -%%PORTDOCS%%%%DOCSDIR%%/SetTTFPath.html -%%PORTDOCS%%%%DOCSDIR%%/ex-colorcallbackgradient.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%%/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/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/pie2.png -%%PORTDOCS%%%%DOCSDIR%%/examples/bars4.png -%%PORTDOCS%%%%DOCSDIR%%/examples/stackedbars2.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/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/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%%/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%%/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%%/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609220901.u8M91em3015292>