summaryrefslogtreecommitdiff
path: root/graphics/plotutils
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>1999-10-10 14:33:07 +0000
committerdmcmahill <dmcmahill>1999-10-10 14:33:07 +0000
commit5211a6928531e437f3a637da6bd39fb81c7822ba (patch)
tree73d9f24d1aa603093d8a03d2dcf51ebf78e7ae4d /graphics/plotutils
parent373e046174e03fb3601a9829930156485c18585c (diff)
downloadpkgsrc-5211a6928531e437f3a637da6bd39fb81c7822ba.tar.gz
Update to plotutils-2.3. Changes include:
- PNM driver added, which outputs PBM/PGM/PPM format. - CGM support added, By default, a CGM Plotter produces binary-encoded version-3 CGM format, which conforms to the WebCGM profile. - pseudo-GIF driver added, using miGIF run-length encoding routines - text string format now supports "\fP" macro for switching to previous font (cf. troff; "\fR", "\fI", "\fB" supported too). - libplotter: new C++ library. Provides base Plotter class, subclasses for the different sorts of Plotter. - new "dotdotdashed" line style added - new thread save C/C++ API added (old API still supported) - pic2plot: new utility, which can translate the pic language to any supported graphics format, including X11. - new function pentype() added to the API. - many bug fixes. See the file 'NEWS' in the source distribution for a complete list (a couple of pages).
Diffstat (limited to 'graphics/plotutils')
-rw-r--r--graphics/plotutils/Makefile6
-rw-r--r--graphics/plotutils/files/md54
-rw-r--r--graphics/plotutils/files/patch-sum4
-rw-r--r--graphics/plotutils/patches/patch-aa27
-rw-r--r--graphics/plotutils/pkg/PLIST9
5 files changed, 29 insertions, 21 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index 5cb18f8e20d..44cca607c74 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 1999/04/14 21:39:03 tron Exp $
+# $NetBSD: Makefile,v 1.5 1999/10/10 14:33:07 dmcmahill Exp $
#
-DISTNAME= plotutils-2.1.6
+DISTNAME= plotutils-2.3
CATEGORIES= devel graphics x11
MASTER_SITES= ${MASTER_SITE_GNU:=plotutils/}
-MAINTAINER= mcmahill@alum.mit.edu
+MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html
GNU_CONFIGURE= yes
diff --git a/graphics/plotutils/files/md5 b/graphics/plotutils/files/md5
index fb03881c6e3..07477c170e4 100644
--- a/graphics/plotutils/files/md5
+++ b/graphics/plotutils/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 1999/02/19 04:29:46 tv Exp $
+$NetBSD: md5,v 1.3 1999/10/10 14:33:08 dmcmahill Exp $
-MD5 (plotutils-2.1.6.tar.gz) = ce96338fc26359f8389a0f76eff31337
+MD5 (plotutils-2.3.tar.gz) = 12a2708a92ae668a54cc4c00ea4804dd
diff --git a/graphics/plotutils/files/patch-sum b/graphics/plotutils/files/patch-sum
index ae01f79719f..5ad01248a53 100644
--- a/graphics/plotutils/files/patch-sum
+++ b/graphics/plotutils/files/patch-sum
@@ -1,3 +1,3 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 13:51:10 agc Exp $
+$NetBSD: patch-sum,v 1.2 1999/10/10 14:33:08 dmcmahill Exp $
-MD5 (patch-aa) = 7b3955f634e16771c6b69d2499f38f11
+MD5 (patch-aa) = bfc990a022a5ae67bec21d7713b86ba3
diff --git a/graphics/plotutils/patches/patch-aa b/graphics/plotutils/patches/patch-aa
index 524197c9fc1..d84cdbace86 100644
--- a/graphics/plotutils/patches/patch-aa
+++ b/graphics/plotutils/patches/patch-aa
@@ -1,21 +1,24 @@
-$NetBSD: patch-aa,v 1.1 1999/02/19 04:29:46 tv Exp $
+$NetBSD: patch-aa,v 1.2 1999/10/10 14:33:08 dmcmahill Exp $
---- configure.orig Thu Feb 18 22:54:51 1999
-+++ configure Thu Feb 18 22:55:15 1999
-@@ -1302,6 +1302,7 @@
- echo "$ac_t""no" 1>&6
+--- configure.orig Mon Oct 4 12:11:17 1999
++++ configure Sat Oct 9 13:41:14 1999
+@@ -1316,5 +1316,5 @@
fi
+-
+if false; then
+ # Check for any special flags to pass to ltconfig.
+ libtool_flags="--cache-file=$cache_file"
+@@ -1469,10 +1469,10 @@
+
# Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
++#LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -1347,7 +1348,7 @@
- ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
- $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+ # Redirect the config.log output again, so that the ltconfig log is not
+ # clobbered by the next message.
+ exec 5>>./config.log
-
+fi
- # Extract the first word of "gcc", so it can be a program name with args.
- set dummy gcc; ac_word=$2
+ echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
diff --git a/graphics/plotutils/pkg/PLIST b/graphics/plotutils/pkg/PLIST
index 0f8360c1708..a0d8cf42669 100644
--- a/graphics/plotutils/pkg/PLIST
+++ b/graphics/plotutils/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 1999/02/19 04:29:46 tv Exp $
+@comment $NetBSD: PLIST,v 1.3 1999/10/10 14:33:08 dmcmahill Exp $
bin/spline
bin/double
bin/ode
@@ -7,6 +7,11 @@ bin/tek2plot
bin/plotfont
bin/graph
include/plot.h
+include/plotcompat.h
+man/man1/ode.1
+man/man1/plot.1
+man/man1/spline.1
+man/man1/tek2plot.1
share/ode/README
share/ode/atwoods.ode
share/ode/bead.ode
@@ -43,7 +48,7 @@ share/tek2plot/ocpred.tek
share/tek2plot/scale.tek
share/tek2plot/skymap.tek
share/tek2plot/usmap.tek
-lib/libplot.so.1.6
+lib/libplot.so.3.0
lib/libplot.a
@unexec install-info --delete %D/info/plotutils.info %D/info/dir
info/plotutils.info