summaryrefslogtreecommitdiff
path: root/graphics/php-jpgraph
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-01-22 12:40:14 +0000
committerxtraeme <xtraeme>2004-01-22 12:40:14 +0000
commitd47b96adee392c0c07eed32195350d3c8de888f2 (patch)
tree8ac6621526e0c96be2181a017d6c59722bae483b /graphics/php-jpgraph
parent1269a4e5b999103c6d7170780d592aca6bb1c59a (diff)
downloadpkgsrc-d47b96adee392c0c07eed32195350d3c8de888f2.tar.gz
Initial import of php-jpgraph 1.13, packaged by Adrian Portelli via
pkgsrc-wip. JpGraph is an OO class library for PHP (ver >=4.04) JpGraph makes it easy to draw both "quick and dirty" graphs with a minimum of code and complex professional looking graphs which requires a very fine grain of control. The library assigns context sensitive default values for most parameters which helps minimize the learning curve. The only requirement is that the PHP installation needs to have the GD library setup correctly (most PHP installations do).
Diffstat (limited to 'graphics/php-jpgraph')
-rw-r--r--graphics/php-jpgraph/DESCR8
-rw-r--r--graphics/php-jpgraph/Makefile56
-rw-r--r--graphics/php-jpgraph/PLIST368
-rw-r--r--graphics/php-jpgraph/distinfo4
4 files changed, 436 insertions, 0 deletions
diff --git a/graphics/php-jpgraph/DESCR b/graphics/php-jpgraph/DESCR
new file mode 100644
index 00000000000..2d030a83fcd
--- /dev/null
+++ b/graphics/php-jpgraph/DESCR
@@ -0,0 +1,8 @@
+JpGraph is an OO class library for PHP (ver >=4.04) JpGraph makes it easy to
+draw both "quick and dirty" graphs with a minimum of code and complex
+professional looking graphs which requires a very fine grain of control. The
+library assigns context sensitive default values for most parameters which
+helps minimize the learning curve.
+
+The only requirement is that the PHP installation needs to have the GD
+library setup correctly (most PHP installations do).
diff --git a/graphics/php-jpgraph/Makefile b/graphics/php-jpgraph/Makefile
new file mode 100644
index 00000000000..b789a02d7fc
--- /dev/null
+++ b/graphics/php-jpgraph/Makefile
@@ -0,0 +1,56 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/22 12:40:14 xtraeme Exp $
+
+DISTNAME= jpgraph-1.13
+PKGNAME= php-${DISTNAME}
+CATEGORIES= graphics www
+MASTER_SITES= http://www.aditus.nu/jpgraph/downloads/
+
+MAINTAINER= adrianp@stindustries.net
+HOMEPAGE= http://www.aditus.nu/jpgraph/index.php
+COMMENT= Object Oriented class library for PHP
+
+DEPENDS+= php-gd>=4.3.0:../../graphics/php4-gd
+
+NO_BUILD= YES
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/php-jpgraph
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/php-jpgraph
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/php-jpgraph
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/php-jpgraph/utils
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/php-jpgraph/utils/misc
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/php-jpgraph/utils/jpdocgen
+
+ ${INSTALL_SCRIPT} ${WRKSRC}/src/Examples/*.php \
+ ${PREFIX}/share/examples/php-jpgraph
+ ${INSTALL_DATA} ${WRKSRC}/src/Examples/*.png \
+ ${PREFIX}/share/examples/php-jpgraph
+ ${INSTALL_DATA} ${WRKSRC}/src/Examples/*.gif \
+ ${PREFIX}/share/examples/php-jpgraph
+ ${INSTALL_DATA} ${WRKSRC}/src/Examples/*.jpg \
+ ${PREFIX}/share/examples/php-jpgraph
+
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/php-jpgraph
+ ${INSTALL_DATA} ${WRKSRC}/src/Changelog ${PREFIX}/share/doc/php-jpgraph
+
+ ${INSTALL_SCRIPT} ${WRKSRC}/src/*.php ${PREFIX}/share/php-jpgraph
+ ${INSTALL_DATA} ${WRKSRC}/src/*.inc ${PREFIX}/share/php-jpgraph
+
+ ${INSTALL_DATA} ${WRKSRC}/src/utils/Readme \
+ ${PREFIX}/share/php-jpgraph/utils
+ ${INSTALL_SCRIPT} ${WRKSRC}/src/utils/misc/*.php \
+ ${PREFIX}/share/php-jpgraph/utils/misc
+ ${INSTALL_DATA} ${WRKSRC}/src/utils/misc/*.inc \
+ ${PREFIX}/share/php-jpgraph/utils/misc
+
+ ${INSTALL_DATA} ${WRKSRC}/src/utils/jpdocgen/README \
+ ${PREFIX}/share/php-jpgraph/utils/jpdocgen
+ ${INSTALL_SCRIPT} ${WRKSRC}/src/utils/jpdocgen/*.php \
+ ${PREFIX}/share/php-jpgraph/utils/jpdocgen
+ ${INSTALL_DATA} ${WRKSRC}/src/utils/jpdocgen/*.css \
+ ${PREFIX}/share/php-jpgraph/utils/jpdocgen
+
+ ${INSTALL_DATA} ${WRKSRC}/QPL.txt ${PREFIX}/share/doc/php-jpgraph
+ cd ${WRKSRC}/docs && ${PAX} -rw . ${PREFIX}/share/doc/php-jpgraph
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/php-jpgraph/PLIST b/graphics/php-jpgraph/PLIST
new file mode 100644
index 00000000000..7621f012cbd
--- /dev/null
+++ b/graphics/php-jpgraph/PLIST
@@ -0,0 +1,368 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/22 12:40:17 xtraeme Exp $
+share/doc/php-jpgraph/Changelog
+share/doc/php-jpgraph/QPL.txt
+share/doc/php-jpgraph/README
+share/examples/php-jpgraph/accbarex1.php
+share/examples/php-jpgraph/alphabarex1.php
+share/examples/php-jpgraph/backgroundex01.php
+share/examples/php-jpgraph/backgroundex02.php
+share/examples/php-jpgraph/backgroundex03.php
+share/examples/php-jpgraph/balloonex1.php
+share/examples/php-jpgraph/bar2scalesex1.php
+share/examples/php-jpgraph/bar_csimex1.php
+share/examples/php-jpgraph/bar_csimex2.php
+share/examples/php-jpgraph/bar_csimex3.php
+share/examples/php-jpgraph/bargradex1.php
+share/examples/php-jpgraph/bargradex2.php
+share/examples/php-jpgraph/bargradex3.php
+share/examples/php-jpgraph/bargradex4.php
+share/examples/php-jpgraph/bargradex5.php
+share/examples/php-jpgraph/bargradex6.php
+share/examples/php-jpgraph/bargradsmallex1.php
+share/examples/php-jpgraph/bargradsmallex2.php
+share/examples/php-jpgraph/bargradsmallex3.php
+share/examples/php-jpgraph/bargradsmallex4.php
+share/examples/php-jpgraph/bargradsmallex5.php
+share/examples/php-jpgraph/bargradsmallex6.php
+share/examples/php-jpgraph/bargradsmallex7.php
+share/examples/php-jpgraph/barintex1.php
+share/examples/php-jpgraph/barintex2.php
+share/examples/php-jpgraph/barline_csimex1.php
+share/examples/php-jpgraph/barlinealphaex1.php
+share/examples/php-jpgraph/barlinefreq_csimex1.php
+share/examples/php-jpgraph/barlinefreqex1.php
+share/examples/php-jpgraph/barscalecallbackex1.php
+share/examples/php-jpgraph/bartutex1.php
+share/examples/php-jpgraph/bartutex12.php
+share/examples/php-jpgraph/bartutex2.php
+share/examples/php-jpgraph/bartutex3.php
+share/examples/php-jpgraph/bartutex4.php
+share/examples/php-jpgraph/bartutex5.php
+share/examples/php-jpgraph/bartutex6.php
+share/examples/php-jpgraph/blueblack400x300grad.png
+share/examples/php-jpgraph/boxstockcsimex1.php
+share/examples/php-jpgraph/boxstockex1.php
+share/examples/php-jpgraph/boxstockex2.php
+share/examples/php-jpgraph/canvas_jpgarchex.php
+share/examples/php-jpgraph/canvasbezierex1.php
+share/examples/php-jpgraph/canvasex01.php
+share/examples/php-jpgraph/canvasex02.php
+share/examples/php-jpgraph/canvasex03.php
+share/examples/php-jpgraph/canvasex04.php
+share/examples/php-jpgraph/canvasex05.php
+share/examples/php-jpgraph/canvasex06.php
+share/examples/php-jpgraph/canvaspiralex1.php
+share/examples/php-jpgraph/centeredlineex01.php
+share/examples/php-jpgraph/centeredlineex02.php
+share/examples/php-jpgraph/centeredlineex03.php
+share/examples/php-jpgraph/centerlinebarex1.php
+share/examples/php-jpgraph/dateaxisex1.php
+share/examples/php-jpgraph/dbschemaex1.php
+share/examples/php-jpgraph/dupyaxisex1.php
+share/examples/php-jpgraph/example0.php
+share/examples/php-jpgraph/example1.1.php
+share/examples/php-jpgraph/example1.2.php
+share/examples/php-jpgraph/example1.php
+share/examples/php-jpgraph/example10.php
+share/examples/php-jpgraph/example11.php
+share/examples/php-jpgraph/example13.php
+share/examples/php-jpgraph/example14.php
+share/examples/php-jpgraph/example15.php
+share/examples/php-jpgraph/example16.1.php
+share/examples/php-jpgraph/example16.2.php
+share/examples/php-jpgraph/example16.3.php
+share/examples/php-jpgraph/example16.4.php
+share/examples/php-jpgraph/example16.5.php
+share/examples/php-jpgraph/example16.6.php
+share/examples/php-jpgraph/example16.php
+share/examples/php-jpgraph/example17.php
+share/examples/php-jpgraph/example18.php
+share/examples/php-jpgraph/example19.1.php
+share/examples/php-jpgraph/example19.php
+share/examples/php-jpgraph/example2.1.php
+share/examples/php-jpgraph/example2.5.php
+share/examples/php-jpgraph/example2.6.php
+share/examples/php-jpgraph/example2.php
+share/examples/php-jpgraph/example20.1.php
+share/examples/php-jpgraph/example20.2.php
+share/examples/php-jpgraph/example20.3.php
+share/examples/php-jpgraph/example20.4.php
+share/examples/php-jpgraph/example20.5.php
+share/examples/php-jpgraph/example20.php
+share/examples/php-jpgraph/example21.php
+share/examples/php-jpgraph/example22.php
+share/examples/php-jpgraph/example23.php
+share/examples/php-jpgraph/example24.php
+share/examples/php-jpgraph/example25.1.php
+share/examples/php-jpgraph/example25.2.php
+share/examples/php-jpgraph/example25.php
+share/examples/php-jpgraph/example26.1.php
+share/examples/php-jpgraph/example26.php
+share/examples/php-jpgraph/example27.1.php
+share/examples/php-jpgraph/example27.2.php
+share/examples/php-jpgraph/example27.3.php
+share/examples/php-jpgraph/example27.php
+share/examples/php-jpgraph/example28.1.php
+share/examples/php-jpgraph/example28.2.php
+share/examples/php-jpgraph/example28.3.php
+share/examples/php-jpgraph/example28.php
+share/examples/php-jpgraph/example3.1.php
+share/examples/php-jpgraph/example3.2.1.php
+share/examples/php-jpgraph/example3.2.2.php
+share/examples/php-jpgraph/example3.2.php
+share/examples/php-jpgraph/example3.3.php
+share/examples/php-jpgraph/example3.4.php
+share/examples/php-jpgraph/example3.php
+share/examples/php-jpgraph/example4.php
+share/examples/php-jpgraph/example5.1.php
+share/examples/php-jpgraph/example5.php
+share/examples/php-jpgraph/example6.1.php
+share/examples/php-jpgraph/example6.2.php
+share/examples/php-jpgraph/example6.php
+share/examples/php-jpgraph/example7.php
+share/examples/php-jpgraph/example8.1.php
+share/examples/php-jpgraph/example8.php
+share/examples/php-jpgraph/example9.1.php
+share/examples/php-jpgraph/example9.2.php
+share/examples/php-jpgraph/example9.php
+share/examples/php-jpgraph/exampleex9.php
+share/examples/php-jpgraph/fieldscatterex1.php
+share/examples/php-jpgraph/filledgridex1.php
+share/examples/php-jpgraph/filledline01.php
+share/examples/php-jpgraph/filledlineex01.1.php
+share/examples/php-jpgraph/filledlineex01.php
+share/examples/php-jpgraph/filledlineex02.php
+share/examples/php-jpgraph/filledstepstyleex1.php
+share/examples/php-jpgraph/fixscale_radarex1.php
+share/examples/php-jpgraph/funcex1.php
+share/examples/php-jpgraph/funcex2.php
+share/examples/php-jpgraph/funcex3.php
+share/examples/php-jpgraph/funcex4.php
+share/examples/php-jpgraph/ganttconstrainex0.php
+share/examples/php-jpgraph/ganttconstrainex1.php
+share/examples/php-jpgraph/ganttconstrainex2.php
+share/examples/php-jpgraph/ganttcsimex01.php
+share/examples/php-jpgraph/ganttcsimex02.php
+share/examples/php-jpgraph/ganttex00.php
+share/examples/php-jpgraph/ganttex01.php
+share/examples/php-jpgraph/ganttex02.php
+share/examples/php-jpgraph/ganttex03.php
+share/examples/php-jpgraph/ganttex04.php
+share/examples/php-jpgraph/ganttex05.php
+share/examples/php-jpgraph/ganttex06.php
+share/examples/php-jpgraph/ganttex07.php
+share/examples/php-jpgraph/ganttex08.php
+share/examples/php-jpgraph/ganttex09.php
+share/examples/php-jpgraph/ganttex10.php
+share/examples/php-jpgraph/ganttex11.php
+share/examples/php-jpgraph/ganttex12.php
+share/examples/php-jpgraph/ganttex13.php
+share/examples/php-jpgraph/ganttex14.php
+share/examples/php-jpgraph/ganttex15.php
+share/examples/php-jpgraph/ganttex16.php
+share/examples/php-jpgraph/ganttex17.php
+share/examples/php-jpgraph/ganttex18.php
+share/examples/php-jpgraph/ganttex19.php
+share/examples/php-jpgraph/ganttex30.php
+share/examples/php-jpgraph/ganttex_slice.php
+share/examples/php-jpgraph/gantthourex1.php
+share/examples/php-jpgraph/gantthourminex1.php
+share/examples/php-jpgraph/gantticonex1.php
+share/examples/php-jpgraph/ganttmonthyearex1.php
+share/examples/php-jpgraph/ganttmonthyearex2.php
+share/examples/php-jpgraph/ganttmonthyearex3.php
+share/examples/php-jpgraph/ganttsimpleex1.php
+share/examples/php-jpgraph/gradbkgex1.php
+share/examples/php-jpgraph/gradlinefillex1.php
+share/examples/php-jpgraph/gradlinefillex2.php
+share/examples/php-jpgraph/gradlinefillex3.php
+share/examples/php-jpgraph/gradlinefillex4.php
+share/examples/php-jpgraph/groupbarex1.php
+share/examples/php-jpgraph/horizbarex1.php
+share/examples/php-jpgraph/horizbarex2.php
+share/examples/php-jpgraph/horizbarex3.php
+share/examples/php-jpgraph/horizbarex4.php
+share/examples/php-jpgraph/horizbarex6.php
+share/examples/php-jpgraph/imgmarkercsimex1.php
+share/examples/php-jpgraph/imgmarkerex1.php
+share/examples/php-jpgraph/impulsex1.php
+share/examples/php-jpgraph/impulsex2.php
+share/examples/php-jpgraph/impulsex3.php
+share/examples/php-jpgraph/impulsex4.php
+share/examples/php-jpgraph/inyaxisex1.php
+share/examples/php-jpgraph/inyaxisex2.php
+share/examples/php-jpgraph/inyaxisex3.php
+share/examples/php-jpgraph/lightbluedarkblue400x300grad.png
+share/examples/php-jpgraph/linebarcentex1.php
+share/examples/php-jpgraph/linebarex1.php
+share/examples/php-jpgraph/linebarex2.php
+share/examples/php-jpgraph/linebarex3.php
+share/examples/php-jpgraph/linegraceex.php
+share/examples/php-jpgraph/linlogex1.php
+share/examples/php-jpgraph/listallflags.php
+share/examples/php-jpgraph/listallflags_helper.php
+share/examples/php-jpgraph/listfontsex1.php
+share/examples/php-jpgraph/logbarex1.php
+share/examples/php-jpgraph/loglogex1.php
+share/examples/php-jpgraph/manscaleex1.php
+share/examples/php-jpgraph/manscaleex2.php
+share/examples/php-jpgraph/manscaleex3.php
+share/examples/php-jpgraph/manscaleex4.php
+share/examples/php-jpgraph/markflagex1.php
+share/examples/php-jpgraph/multconstganttex01.php
+share/examples/php-jpgraph/negbarvalueex01.php
+share/examples/php-jpgraph/nullvalueex01.php
+share/examples/php-jpgraph/partiallyfilledlineex1.php
+share/examples/php-jpgraph/pie3d_csimex1.php
+share/examples/php-jpgraph/pie3dex1.php
+share/examples/php-jpgraph/pie3dex2.php
+share/examples/php-jpgraph/pie3dex3.php
+share/examples/php-jpgraph/pie3dex4.php
+share/examples/php-jpgraph/pie3dex5.php
+share/examples/php-jpgraph/pie_csimex1.php
+share/examples/php-jpgraph/piebkgex1.php
+share/examples/php-jpgraph/piec_csimex1.php
+share/examples/php-jpgraph/piecex1.php
+share/examples/php-jpgraph/piecex2.php
+share/examples/php-jpgraph/pieex1.php
+share/examples/php-jpgraph/pieex2.php
+share/examples/php-jpgraph/pieex3.php
+share/examples/php-jpgraph/pieex4.php
+share/examples/php-jpgraph/pieex5.php
+share/examples/php-jpgraph/pieex6.php
+share/examples/php-jpgraph/pieex7.php
+share/examples/php-jpgraph/pieex8.php
+share/examples/php-jpgraph/pieex9.php
+share/examples/php-jpgraph/polarex0-180.php
+share/examples/php-jpgraph/polarex0.php
+share/examples/php-jpgraph/polarex1.php
+share/examples/php-jpgraph/polarex10.php
+share/examples/php-jpgraph/polarex2.php
+share/examples/php-jpgraph/polarex3-lin.php
+share/examples/php-jpgraph/polarex3.php
+share/examples/php-jpgraph/polarex4.php
+share/examples/php-jpgraph/polarex5.php
+share/examples/php-jpgraph/polarex6.php
+share/examples/php-jpgraph/polarex7-1.php
+share/examples/php-jpgraph/polarex7-2.php
+share/examples/php-jpgraph/polarex7.php
+share/examples/php-jpgraph/polarex8.php
+share/examples/php-jpgraph/polarex9.php
+share/examples/php-jpgraph/pushpinex1.php
+share/examples/php-jpgraph/radarex1.php
+share/examples/php-jpgraph/radarex2.php
+share/examples/php-jpgraph/radarex3.php
+share/examples/php-jpgraph/radarex4.php
+share/examples/php-jpgraph/radarex5.php
+share/examples/php-jpgraph/radarex6.1.php
+share/examples/php-jpgraph/radarex6.php
+share/examples/php-jpgraph/radarex7.php
+share/examples/php-jpgraph/radarex8.1.php
+share/examples/php-jpgraph/radarex8.php
+share/examples/php-jpgraph/radarlogex1.php
+share/examples/php-jpgraph/radarlogex2.php
+share/examples/php-jpgraph/rotateex1.php
+share/examples/php-jpgraph/rotex0.php
+share/examples/php-jpgraph/rotex1.php
+share/examples/php-jpgraph/rotex2.php
+share/examples/php-jpgraph/rotex3.php
+share/examples/php-jpgraph/rotex4.php
+share/examples/php-jpgraph/rotex5.php
+share/examples/php-jpgraph/saab_95.jpg
+share/examples/php-jpgraph/scatter_csimex1.php
+share/examples/php-jpgraph/scatterex1.php
+share/examples/php-jpgraph/scatterex2.php
+share/examples/php-jpgraph/scatterlinkex1.php
+share/examples/php-jpgraph/scatterlinkex2.php
+share/examples/php-jpgraph/scatterlinkex3.php
+share/examples/php-jpgraph/scatterlinkex4.php
+share/examples/php-jpgraph/scatterrotex1.php
+share/examples/php-jpgraph/show-example.php
+share/examples/php-jpgraph/show-image.php
+share/examples/php-jpgraph/show-source.php
+share/examples/php-jpgraph/smallstaticbandsex1.php
+share/examples/php-jpgraph/smallstaticbandsex10.php
+share/examples/php-jpgraph/smallstaticbandsex2.php
+share/examples/php-jpgraph/smallstaticbandsex3.php
+share/examples/php-jpgraph/smallstaticbandsex4.php
+share/examples/php-jpgraph/smallstaticbandsex5.php
+share/examples/php-jpgraph/smallstaticbandsex6.php
+share/examples/php-jpgraph/smallstaticbandsex7.php
+share/examples/php-jpgraph/smallstaticbandsex8.php
+share/examples/php-jpgraph/smallstaticbandsex9.php
+share/examples/php-jpgraph/splineex1.php
+share/examples/php-jpgraph/staticbandbarex1.php
+share/examples/php-jpgraph/staticbandbarex2.php
+share/examples/php-jpgraph/staticbandbarex3.php
+share/examples/php-jpgraph/staticbandbarex4.php
+share/examples/php-jpgraph/staticbandbarex5.php
+share/examples/php-jpgraph/staticbandbarex6.php
+share/examples/php-jpgraph/staticbandbarex7.php
+share/examples/php-jpgraph/staticlinebarex1.php
+share/examples/php-jpgraph/stockex1.php
+share/examples/php-jpgraph/stockex2.php
+share/examples/php-jpgraph/stship.jpg
+share/examples/php-jpgraph/tabtitleex1.php
+share/examples/php-jpgraph/testsuit.php
+share/examples/php-jpgraph/text-example1.php
+share/examples/php-jpgraph/text-example2.php
+share/examples/php-jpgraph/textalignex1.php
+share/examples/php-jpgraph/tiger_bkg.gif
+share/examples/php-jpgraph/tiger_bkg.jpg
+share/examples/php-jpgraph/tiger_bkg.png
+share/examples/php-jpgraph/topxaxisex1.php
+share/examples/php-jpgraph/worldmap1.jpg
+share/php-jpgraph/imgdata_balls.inc
+share/php-jpgraph/imgdata_bevels.inc
+share/php-jpgraph/imgdata_diamonds.inc
+share/php-jpgraph/imgdata_pushpins.inc
+share/php-jpgraph/imgdata_squares.inc
+share/php-jpgraph/imgdata_stars.inc
+share/php-jpgraph/jpgraph.php
+share/php-jpgraph/jpgraph_bar.php
+share/php-jpgraph/jpgraph_canvas.php
+share/php-jpgraph/jpgraph_canvtools.php
+share/php-jpgraph/jpgraph_error.php
+share/php-jpgraph/jpgraph_flags.php
+share/php-jpgraph/jpgraph_gantt.php
+share/php-jpgraph/jpgraph_gb2312.php
+share/php-jpgraph/jpgraph_gradient.php
+share/php-jpgraph/jpgraph_line.php
+share/php-jpgraph/jpgraph_log.php
+share/php-jpgraph/jpgraph_pie.php
+share/php-jpgraph/jpgraph_pie3d.php
+share/php-jpgraph/jpgraph_plotmark.inc
+share/php-jpgraph/jpgraph_polar.php
+share/php-jpgraph/jpgraph_radar.php
+share/php-jpgraph/jpgraph_regstat.php
+share/php-jpgraph/jpgraph_scatter.php
+share/php-jpgraph/jpgraph_stock.php
+share/php-jpgraph/utils/Readme
+share/php-jpgraph/utils/jpdocgen/README
+share/php-jpgraph/utils/jpdocgen/dbschema_ddda.php
+share/php-jpgraph/utils/jpdocgen/ddda_chkdb.php
+share/php-jpgraph/utils/jpdocgen/de_normal.css
+share/php-jpgraph/utils/jpdocgen/de_utils.php
+share/php-jpgraph/utils/jpdocgen/jpclassref.php
+share/php-jpgraph/utils/jpdocgen/jpd_editclass.php
+share/php-jpgraph/utils/jpdocgen/jpd_editmethod.php
+share/php-jpgraph/utils/jpdocgen/jpd_editproject.php
+share/php-jpgraph/utils/jpdocgen/jpdb.php
+share/php-jpgraph/utils/jpdocgen/jpdbdelclass.php
+share/php-jpgraph/utils/jpdocgen/jpdocedit.php
+share/php-jpgraph/utils/jpdocgen/jpgendb.php
+share/php-jpgraph/utils/jpdocgen/jpgendbdriver.php
+share/php-jpgraph/utils/jpdocgen/jpgendoc.php
+share/php-jpgraph/utils/jpdocgen/jpgenhtmldoc.php
+share/php-jpgraph/utils/jpdocgen/jplintdriver.php
+share/php-jpgraph/utils/jpdocgen/jplintphp.php
+share/php-jpgraph/utils/misc/adjimg.php
+share/php-jpgraph/utils/misc/chkgd.php
+share/php-jpgraph/utils/misc/gencolorchart.php
+share/php-jpgraph/utils/misc/imgdbschema.inc
+share/php-jpgraph/utils/misc/mkgrad.php
+@dirrm share/php-jpgraph/utils/misc
+@dirrm share/php-jpgraph/utils/jpdocgen
+@dirrm share/php-jpgraph/utils
+@dirrm share/php-jpgraph
+@dirrm share/examples/php-jpgraph
diff --git a/graphics/php-jpgraph/distinfo b/graphics/php-jpgraph/distinfo
new file mode 100644
index 00000000000..c1454165765
--- /dev/null
+++ b/graphics/php-jpgraph/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/01/22 12:40:14 xtraeme Exp $
+
+SHA1 (jpgraph-1.13.tar.gz) = 5086d9ce964c04fd1f87ad0eadd9c0ff60f05c72
+Size (jpgraph-1.13.tar.gz) = 4091723 bytes