diff options
author | drochner <drochner@pkgsrc.org> | 2001-01-16 10:16:26 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-01-16 10:16:26 +0000 |
commit | cd37514958947a2d4b8db87d5c0393af1f60c8e7 (patch) | |
tree | 62981fb5f48cdf58b005f38c68ce394d58b0d94a /math | |
parent | 4a0dfa14940aba7d1808ad750bbdc7dd7388996f (diff) | |
download | pkgsrc-cd37514958947a2d4b8db87d5c0393af1f60c8e7.tar.gz |
update to 5.1.2
relevant changes:
Functionality
* [DB] implemented baseline setting to the set (y) average
Interface
* [ES] don't hardcode file extensions in file selection dialogs, but define
them via X resources instead (rep. #671)
Documentation
* [ES] HTML docs now include tables of contents
Parser
* [ES] added "PAGE RESIZE xdim, ydim" which sets the page dimensions of all
output devices (in pp) and rescales the current plot accordingly
Drivers
* [ES] implemented font kerning in the (E)PS output
* [ES] added option to choose document data (7bit/8bit/binary) for the PS
driver
+bugfixes
Diffstat (limited to 'math')
-rw-r--r-- | math/grace/Makefile | 4 | ||||
-rw-r--r-- | math/grace/files/md5 | 4 | ||||
-rw-r--r-- | math/grace/pkg/PLIST | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 6363963495c..45a547ef51f 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2000/08/28 05:41:02 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/01/16 10:16:26 drochner Exp $ # -DISTNAME= grace-5.1.0 +DISTNAME= grace-5.1.2 CATEGORIES= math graphics x11 MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/ diff --git a/math/grace/files/md5 b/math/grace/files/md5 index 26123996ebd..e34ceece948 100644 --- a/math/grace/files/md5 +++ b/math/grace/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/05/08 17:29:07 drochner Exp $ +$NetBSD: md5,v 1.3 2001/01/16 10:16:26 drochner Exp $ -MD5 (grace-5.1.0.tar.gz) = 830005ca3b8cc4e7fb3e67af01050a02 +MD5 (grace-5.1.2.tar.gz) = 3f630258a3572d9988aa6010a8167e39 diff --git a/math/grace/pkg/PLIST b/math/grace/pkg/PLIST index 03b4f8de7da..ae57bfac19c 100644 --- a/math/grace/pkg/PLIST +++ b/math/grace/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2000/05/08 17:29:07 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/01/16 10:16:27 drochner Exp $ bin/xmgrace grace/bin/gracebat grace/bin/xmgrace @@ -71,6 +71,7 @@ grace/doc/xmgrace.1 grace/doc/grconvert.1 grace/examples/altaxis.par grace/examples/boxplot.agr +grace/examples/logit.agr grace/examples/logtest.par grace/examples/pie.agr grace/examples/times.agr |