diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-06 23:32:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-06 23:32:59 +0000 |
commit | 76a3f4570b7e231a5079700fe78f3eacb7f60724 (patch) | |
tree | 6e17b8a4a99a92d2b0cf3bf0a2546ba0a41b5c5f /graphics/jgraph/files/patch-ae | |
parent | Rework configuration, add a MASTER_SITE, and honor PREFIX. (diff) |
Initial import of jgraph version 8.3.
A tool for generating postscript graphs.
PR: 13035
Submitted by: Alec Wolman <wolman@cs.washington.edu>
Diffstat (limited to '')
-rw-r--r-- | graphics/jgraph/files/patch-ae | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/jgraph/files/patch-ae b/graphics/jgraph/files/patch-ae new file mode 100644 index 000000000000..04579900176e --- /dev/null +++ b/graphics/jgraph/files/patch-ae @@ -0,0 +1,20 @@ +--- ex2.jgr.orig Fri Mar 19 16:27:08 1999 ++++ ex2.jgr Thu Aug 5 15:34:14 1999 +@@ -25,7 +25,7 @@ + newcurve + marktype none linetype solid + label : N log N / 35000 +- pts shell : nawk \ ++ pts shell : awk \ + ' $5 != 0 { \ + print $5, $5 * log($5) / 35000}' \ + data.txt +@@ -52,7 +52,7 @@ + newcurve\ + marktype none linetype solid\ + label : N log N / 35000\ +- pts shell : nawk \\ ++ pts shell : awk \\ + ' $5 != 0 { \\ + print $5, $5 * log($5) / 35000}' \\ + data.txt\ |