summaryrefslogtreecommitdiff
path: root/graphics/pear-Image_Graph
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-01-03 21:00:34 +0000
committeradrianp <adrianp>2006-01-03 21:00:34 +0000
commit352b57bde1f71bf6ae2e26242e43d1b5bb2153b1 (patch)
tree1820116452a59b3b9ee369d2fff3886fa120b43a /graphics/pear-Image_Graph
parentd1f9aef98c52a94e232f554b16f9dd84fb456c37 (diff)
downloadpkgsrc-352b57bde1f71bf6ae2e26242e43d1b5bb2153b1.tar.gz
Image_Graph provides a set of classes that creates graphs/plots/charts based on
(numerical) data. Many different plot types are supported: Bar, line, area, step, impulse, scatter, radar, pie, map, candlestick, band, box & whisker and smoothed line, area and radar plots. The graph is highly customizable, making it possible to get the exact look and feel that is required. The output is controlled by a Image_Canvas, which facilitates easy output to many different output formats, amongst others, GD (PNG, JPEG, GIF, WBMP), PDF (using PDFLib), Scalable Vector Graphics (SVG).
Diffstat (limited to 'graphics/pear-Image_Graph')
-rw-r--r--graphics/pear-Image_Graph/DESCR13
-rw-r--r--graphics/pear-Image_Graph/Makefile15
-rw-r--r--graphics/pear-Image_Graph/PLIST1
-rw-r--r--graphics/pear-Image_Graph/distinfo6
-rw-r--r--graphics/pear-Image_Graph/patches/patch-aa13
5 files changed, 48 insertions, 0 deletions
diff --git a/graphics/pear-Image_Graph/DESCR b/graphics/pear-Image_Graph/DESCR
new file mode 100644
index 00000000000..e0de6e8ce92
--- /dev/null
+++ b/graphics/pear-Image_Graph/DESCR
@@ -0,0 +1,13 @@
+Image_Graph provides a set of classes that creates graphs/plots/charts based on
+(numerical) data.
+
+Many different plot types are supported: Bar, line, area, step, impulse,
+scatter, radar, pie, map, candlestick, band, box & whisker and smoothed line,
+area and radar plots.
+
+The graph is highly customizable, making it possible to get the exact look
+and feel that is required.
+
+The output is controlled by a Image_Canvas, which facilitates easy output to
+many different output formats, amongst others, GD (PNG, JPEG, GIF, WBMP), PDF
+(using PDFLib), Scalable Vector Graphics (SVG).
diff --git a/graphics/pear-Image_Graph/Makefile b/graphics/pear-Image_Graph/Makefile
new file mode 100644
index 00000000000..8b99bf8ef46
--- /dev/null
+++ b/graphics/pear-Image_Graph/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/03 21:00:34 adrianp Exp $
+
+DISTNAME= Image_Graph-0.3.0dev4
+CATEGORIES= graphics
+
+MAINTAINER= adrianp@NetBSD.org
+HOMEPAGE= http://pear.php.net/package/Image_Graph/
+COMMENT= Package for displaying (numerical) data as a graph/chart/plot
+
+DEPENDS+= pear-Image_Canvas>=0.2.1:../../graphics/pear-Image_Canvas
+DEPENDS+= pear-Numbers_Roman-[0-9]*:../../math/pear-Numbers_Roman
+DEPENDS+= pear-Numbers_Words-[0-9]*:../../math/pear-Numbers_Words
+
+.include "../../lang/php/pear.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/pear-Image_Graph/PLIST b/graphics/pear-Image_Graph/PLIST
new file mode 100644
index 00000000000..124e671e949
--- /dev/null
+++ b/graphics/pear-Image_Graph/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/03 21:00:34 adrianp Exp $
diff --git a/graphics/pear-Image_Graph/distinfo b/graphics/pear-Image_Graph/distinfo
new file mode 100644
index 00000000000..d5936ab44b2
--- /dev/null
+++ b/graphics/pear-Image_Graph/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/01/03 21:00:34 adrianp Exp $
+
+SHA1 (pear/Image_Graph-0.3.0dev4.tgz) = d7051f8ad4f6f62377c67837c9d7ee6199978df0
+RMD160 (pear/Image_Graph-0.3.0dev4.tgz) = fe044968ce8522ee968c7501afd3f5a6da81e071
+Size (pear/Image_Graph-0.3.0dev4.tgz) = 144077 bytes
+SHA1 (patch-aa) = 4479454c43421d41cbb8d1e4075207f5debc4ad8
diff --git a/graphics/pear-Image_Graph/patches/patch-aa b/graphics/pear-Image_Graph/patches/patch-aa
new file mode 100644
index 00000000000..a0d17a99f4f
--- /dev/null
+++ b/graphics/pear-Image_Graph/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/01/03 21:00:34 adrianp Exp $
+
+--- package.xml.orig 2005-01-28 08:20:31.000000000 +0000
++++ package.xml
+@@ -31,7 +31,7 @@
+ <state>devel</state>
+ <notes>Fixed problem with logarithmic axis causing an infinite loop</notes>
+ <deps>
+- <dep type="ext" rel="has" optional="no">gd</dep>
++ <dep type="ext" rel="has" optional="yes">gd</dep>
+ <dep type="pkg" rel="ge" version="1.3.1" optional="no">PEAR</dep>
+ <dep type="pkg" rel="ge" version="1.0.0" optional="no">Image_Color</dep>
+ <dep type="pkg" rel="has" optional="yes">Log</dep>