Subject: CVS commit: pkgsrc/graphics/gnuplot
From: Matthias Drochner
Date: 2012-08-10 17:14:54
Message id: 20120810151454.51662175DD@cvs.netbsd.org

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)

Files:
RevisionActionfile
1.61modifypkgsrc/graphics/gnuplot/Makefile
1.15modifypkgsrc/graphics/gnuplot/PLIST
1.19modifypkgsrc/graphics/gnuplot/distinfo
1.5modifypkgsrc/graphics/gnuplot/options.mk
1.10modifypkgsrc/graphics/gnuplot/patches/patch-aa
1.2modifypkgsrc/graphics/gnuplot/patches/patch-ac
1.5modifypkgsrc/graphics/gnuplot/patches/patch-ag