pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/gnuplot
Module Name: pkgsrc
Committed By: drochner
Date: Fri Aug 10 15:14:54 UTC 2012
Modified Files:
pkgsrc/graphics/gnuplot: Makefile PLIST distinfo options.mk
pkgsrc/graphics/gnuplot/patches: patch-aa patch-ac patch-ag
Log Message:
update to 4.6.0
changes:
- New syntax supporting multi-line blocks of code delimited by curly braces
if (<cond>) { ... } else { ... }
do for [<iteration-spec>] { ... }
while (<cond>) { ... }
- Time formats can handle fractional seconds to microsecond precision.
- User-definable linetypes that can be used to establish a locally
preferred default sequence of colors or dash/thickness/point styles.
- Statistical summary of the data to be plotted (new command "stats")
- New terminal drivers: qt context epscairo cairolatex
- Improved support for UTF-8, SJIS and other multi-byte encodings
pkgsrc change: added "qt4" and "wxwindows" options (not enabled
by default)
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/graphics/gnuplot/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/gnuplot/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/gnuplot/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/gnuplot/options.mk
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/gnuplot/patches/patch-aa
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/gnuplot/patches/patch-ac
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/gnuplot/patches/patch-ag
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index