mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
04ca400c90
- 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.
12 lines
389 B
Plaintext
12 lines
389 B
Plaintext
--- README.orig 2008-09-03 00:34:13.000000000 -0500
|
|
+++ README 2008-09-03 00:34:24.000000000 -0500
|
|
@@ -6,7 +6,7 @@
|
|
|
|
For overview & complete documentation: http://ploticus.sourceforge.net
|
|
|
|
-To build pl executable or libploticus, configure the 3 settings in the Makefile,
|
|
+To build ploticus executable or libploticus, configure the 3 settings in the Makefile,
|
|
then type:
|
|
|
|
make clean
|