summaryrefslogtreecommitdiff
path: root/graphics/ploticus
diff options
context:
space:
mode:
authorrh <rh>2000-04-12 06:38:23 +0000
committerrh <rh>2000-04-12 06:38:23 +0000
commitb003d9f3da57eb73402616949ea8b192a08bc343 (patch)
tree57bd748c2aca06d1223b48ab0c1314717d454763 /graphics/ploticus
parent3b86faabe7f75964d5c6ae45b855fd46f97092ae (diff)
downloadpkgsrc-b003d9f3da57eb73402616949ea8b192a08bc343.tar.gz
Update ploticus to 1.36
Changes include: * Fixed bug - categories scaling - handling of duplicate category tags * New attribute - proc bars - numberformat attribute * Improved - programs 8-bit clean and support locales - thanks to Oleg Bartunov * Fixed bug - removed a few x11 compile dependencies that were present even with -DNOX11 * Improved - proc transform - numbernotation may be applied to TOTALS * Fixed bug - proc rangebar - 1.5iqr tails/outliers were incorrect for degenerate cases (small N) * Added a new function called $fieldname() * Improved - proc tabulate now allows NO ordering * Withdrawn - proc pie - lower edge of pie boundary is "fuzzy". A gd rounding error? * Fixed bug - numbernotation - spacer chars being added within leading blank zones in stubs * Fixed bugs - proc lineplot - incorrect fill under stairstep curve and lastseglen * Fixed bug - proc getdata - program crashed when proc getdata filter encounters blank lines in data file * Fixed bug - proc rangebar - 1.5 x IRQ tails not computed correctly (also affects outliers) * Improved - postscript %%Creator and %%Title tags not used correctly * Fixed bug - proc pie - line+label not working correctly on gallery example pie4.htm * Improved - proc line - first coordinate pair should implicitly do a 'moveto' * Added pltab -landscape option * Added new function $max() * Fixed bug - pltab centering of column stubs (had been left-aligned) * Fixed bug - multi-page landscape postscript - 2nd page orientation was incorrect * FAQ Mar 1 '00 (expanded and updated) * Added transparent color; use as background color to create transparent GIFs and PNGs. * Added feature to display numbers in european or us notation with separators for large numbers (settable in config file). * Added proc tabulate accumfield option. * Added feature to make proc bars stackfields easier to use. * Fixed bug - proc tabulate not handling date (etc.) units correctly when ranges not specified. * Fixed bugs - proc areadef autorange - various problems involving large data values, datetime data, and nearest=hours. * Fixed bug - datetime scaletype - all values 'outside window' when default date & time notations in use, even though no window was defined. * Added areadef autorange sub-parameter format. * Added areadef autorange nearest=day. * Fixed bug - proc bars - default bar width sometimes much too wide; added a sanity override. * Added proc bars lablepos attribute * Fixed bug - config file "units: cm" not working. * Added -cm and -inches command line options. * Added -o stdout to write GIF, PNG, or EPS result to standard output. * Fixed bug - script files ending in .pl not handled properly. * Fixed bug - proc rangebar plotfields not working properly. * Fixed bug - proc bars taillen not being cloned properly for errorbars. * Fixed bug - proc areadef box attribute not handling cm properly. * Fixed bug - proc rangebar - 1.5*interquartile range tails were not truncated at the min/max. * Added proc bars colorlist attribute
Diffstat (limited to 'graphics/ploticus')
-rw-r--r--graphics/ploticus/Makefile4
-rw-r--r--graphics/ploticus/files/md56
-rw-r--r--graphics/ploticus/files/patch-sum4
-rw-r--r--graphics/ploticus/patches/patch-aa34
4 files changed, 24 insertions, 24 deletions
diff --git a/graphics/ploticus/Makefile b/graphics/ploticus/Makefile
index fefe0d11cd1..cf43110eb7d 100644
--- a/graphics/ploticus/Makefile
+++ b/graphics/ploticus/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2000/03/21 22:40:54 tron Exp $
+# $NetBSD: Makefile,v 1.4 2000/04/12 06:38:23 rh Exp $
#
DISTNAME= plsrc13
-PKGNAME= ploticus-1.31
+PKGNAME= ploticus-1.36
CATEGORIES= graphics
MASTER_SITES= http://www.sgpr.net/download/ \
http://gd.tuwien.ac.at/visual/ploticus/download/
diff --git a/graphics/ploticus/files/md5 b/graphics/ploticus/files/md5
index 7634dde19ab..3ac4d594a5f 100644
--- a/graphics/ploticus/files/md5
+++ b/graphics/ploticus/files/md5
@@ -1,4 +1,4 @@
-$NetBSD: md5,v 1.2 1999/12/15 21:27:18 windsor Exp $
+$NetBSD: md5,v 1.3 2000/04/12 06:38:24 rh Exp $
-MD5 (plsrc13.tar.gz) = 3e6e72034e845ed78e43f9bd3c2bd190
-MD5 (plman13.tar.gz) = 14c991dd43fe22dd743b64e45e0f29ea
+MD5 (plsrc13.tar.gz) = 5471dcd60a4adebd8f791ae4858c3c28
+MD5 (plman13.tar.gz) = 617661b30e22f58b3d7f758d67af31e0
diff --git a/graphics/ploticus/files/patch-sum b/graphics/ploticus/files/patch-sum
index 123899bb1c1..78eaaab9c50 100644
--- a/graphics/ploticus/files/patch-sum
+++ b/graphics/ploticus/files/patch-sum
@@ -1,3 +1,3 @@
-$NetBSD: patch-sum,v 1.1.1.1 1999/11/24 20:29:10 rh Exp $
+$NetBSD: patch-sum,v 1.2 2000/04/12 06:38:25 rh Exp $
-MD5 (patch-aa) = d76505159782fa6415be0174f77e3cc4
+MD5 (patch-aa) = 1f2f3bf1ecf639d590c7034259f4760a
diff --git a/graphics/ploticus/patches/patch-aa b/graphics/ploticus/patches/patch-aa
index 425f3f13e10..24a896ccecb 100644
--- a/graphics/ploticus/patches/patch-aa
+++ b/graphics/ploticus/patches/patch-aa
@@ -1,15 +1,17 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/11/24 20:29:10 rh Exp $
+$NetBSD: patch-aa,v 1.2 2000/04/12 06:38:25 rh Exp $
---- Makefile.orig Thu Oct 28 21:22:36 1999
-+++ Makefile Wed Nov 24 20:42:01 1999
-@@ -25,22 +25,22 @@
+--- Makefile.orig Wed Mar 15 22:21:08 2000
++++ Makefile Wed Apr 12 08:30:56 2000
+@@ -28,7 +28,7 @@
## and porting.
-CC = gcc
+#CC = gcc
+ ADDLIBS =
+ SLEEPLIB =
- ######## Choose one of the platforms below
+@@ -36,15 +36,15 @@
######## and comment out the others:
## For Solaris 2.x
@@ -26,32 +28,30 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/11/24 20:29:10 rh Exp $
-# PLATFORM = BSD
-# XLIBDIR = /usr/X11R6/lib
-# XINCLUDEDIR = /usr/X11R6/include
--# SLEEPLIB =
+PLATFORM = BSD
+XLIBDIR = ${X11BASE}/lib
+XINCLUDEDIR = ${X11BASE}/include
-+SLEEPLIB =
- ## For AIX 3.2.5
- # PLATFORM = BSD
-@@ -96,9 +96,9 @@
+ ## For AIX 3.2.5, HP-UX 10.20
+ # (note for HP-UX it was necessary to do: ln gd_io.h gd16
+@@ -120,9 +120,9 @@
--LIBS = $(XLIBS) -lm
-+LIBS = ${LDFLAGS} ${XLIBS} -lm
+-LIBS = $(XLIBS) -lm $(ADDLIBS)
++LIBS = ${LDFLAGS} ${XLIBS} -lm $(ADDLIBS)
--CFLAGS = -D$(PLATFORM) -DPLOTICUS -DDIST $(XCFLAGS) $(FLAGS)
-+CFLAGS+= -D${PLATFORM} -DPLOTICUS -DDIST ${XCFLAGS} ${FLAGS}
+-CFLAGS = -D$(PLATFORM) -DPLOTICUS -DDIST $(XCFLAGS) $(FLAGS) $(LOCALE_FLAG)
++CFLAGS+= -D${PLATFORM} -DPLOTICUS -DDIST ${XCFLAGS} ${FLAGS} ${LOCALE_FLAG}
OBJ = custom.o execplfile.o lib.o areadef.o page.o axis.o getdata.o parsedata.o \
drawcommands.o annotate.o tabulate.o lineplot.o bars.o bevelrect.o units.o line.o \
-@@ -139,7 +139,7 @@
+@@ -163,7 +163,7 @@
gd16files:
$(CC) -c grgd.c -DGDPNG -I./gd16 -I./ -o grgd16.o
$(CC) -c devstuff.c -DGDPNG -o devstuff16.o
- $(CC) -c -I./gd16 -I./ $(GD16H) gd16.c gd_io.c gd_io_dp.c gd_io_file.c gd_png.c
+ $(CC) -c -I./gd16 -I./ -I${PREFIX}/include $(GD16H) gd16.c gd_io.c gd_io_dp.c gd_io_file.c gd_png.c
- dev: pl.o $(OBJ)
- $(CC) pl.o $(FLAGS) $(OBJ) $(GD13) $(GD) $(XOBJ) $(LIBS) -o pl
+ install:
+ mv pl pltab plpng pltabpng ../bin