diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2008-09-02 22:14:43 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2008-09-02 22:14:43 +0000 |
| commit | 04ca400c9039b19c0dedacd26c19d7e59c4cc61a (patch) | |
| tree | 53f0ba29adfda499bc43083f501660b35c63731b /math/ploticus/files/patch-pltestsuite-run_script_test | |
| parent | - Update to 2.3. (diff) | |
Update to 2.40. Major changes:
- added: proc catlines; proc tree; proc image.
- deprecated: server-side image maps (use client-side instead); definition
of categories within proc areadef (use proc categories instead); proc print.
- discontinued attributes: proc processdata's stack; proc usedata's element,
proc getdata's rotate, and proc defineunits (use the $changeunits()
function instead).
- proc rangebar has been renamed proc boxplot and there are major
functionality changes. Any script that uses proc rangebar will need
maintenance.
- rewrite of parser.
- many bugfixes.
For complete list, see http://ploticus.sourceforge.net/doc/news.html.
Diffstat (limited to 'math/ploticus/files/patch-pltestsuite-run_script_test')
| -rw-r--r-- | math/ploticus/files/patch-pltestsuite-run_script_test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/ploticus/files/patch-pltestsuite-run_script_test b/math/ploticus/files/patch-pltestsuite-run_script_test new file mode 100644 index 000000000000..a7ccc4b6a69f --- /dev/null +++ b/math/ploticus/files/patch-pltestsuite-run_script_test @@ -0,0 +1,10 @@ ++++ pltestsuite/run_script_test.orig 2008-09-03 00:46:11.000000000 -0500 +--- pltestsuite/run_script_test 2008-09-03 00:46:24.000000000 -0500 +@@ -1,6 +1,6 @@ + #!/bin/sh + # +-PL="pl" ++PL="ploticus" + echo "You will be invoking this instance of ploticus:" + which $PL + |
