freebsd-ports/math/ploticus/files/patch-pltestsuite-README
Mark Linimon 04ca400c90 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.
2008-09-02 22:14:43 +00:00

11 lines
416 B
Text

--- pltestsuite/README.orig 2008-09-03 00:40:49.000000000 -0500
+++ pltestsuite/README 2008-09-03 00:41:02.000000000 -0500
@@ -1,7 +1,7 @@
This directory contains a set of script examples as well as scripts to
run prefab examples.
-It is assumed that pl (pl.exe on win32) is in your command PATH or else
+It is assumed that the ploticus binary is in your command PATH or else
copied into this directory.