summary refs log tree commit diff
path: root/pkgs/tools/graphics/gnuplot
Commit message (Collapse)AuthorAge
* gnuplot: 5.2.4 -> 5.2.5Will Dietz2018-10-08
| | | | http://www.gnuplot.info/ReleaseNotes_5_2_5.html
* gnuplot: add licenseMarkus Kowalewski2018-08-20
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* gnuplot: 5.2.3 -> 5.2.4 (#41505)Will Dietz2018-06-06
| | | http://www.gnuplot.info/ReleaseNotes_5_2_4.html
* gnuplot: 5.2.2 -> 5.2.3R. RyanTM2018-05-07
| | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gnuplot/versions. These checks were done: - built on NixOS - ran ‘/nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3/bin/gnuplot -h’ got 0 exit code - ran ‘/nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3/bin/gnuplot --help’ got 0 exit code - ran ‘/nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3/bin/.gnuplot-wrapped -h’ got 0 exit code - ran ‘/nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3/bin/.gnuplot-wrapped --help’ got 0 exit code - found 5.2.3 with grep in /nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3 - directory tree listing: https://gist.github.com/c09c0907f914e36a3f7c086d4b978dbf
* gnuplot: Use quoting syntax that's compatible with old and new Nix versionsTuomas Tynkkynen2018-01-15
| | | | | | | | | There is probably a way to have it work with substituteInPlace, but using sed is a cheap solution to not having to figure out how to escape "'$'" in Nix that works in both versions. Issue #31179. Fixes #33833.
* gnuplot_qt: Qt 4 -> Qt 5Orivej Desh2017-12-10
|
* gnuplot: build with libcerfOrivej Desh2017-12-10
|
* gnuplot: 5.2.1 -> 5.2.2Will Dietz2017-12-08
|
* gnuplot: 5.2.0 -> 5.2.1Will Dietz2017-11-08
|
* gnuplot: 5.0.6 -> 5.2.0mimadrid2017-09-23
|
* gnuplot: 5.0.3 -> 5.0.6mimadrid2017-08-01
|
* treewide: Fix more 'lib.optional' misusesTuomas Tynkkynen2016-10-02
|
* treewide: Lots of meta.hydraPlatforms -> meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | In all of these files, there is no meta.platforms but only meta.hydraPlatforms, which doesn't seem to have any purpose except being inconsistent.
* gnuplot: 5.0.0 -> 5.0.3Micxjo Funkcio2016-04-21
|
* Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\
| * gnuplot: Improve startup performanceAndreas Herrmann2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before executing the gnuplot executable the environment variable `GDFONTPATH` is populated with a list of font directories, which is obtained from `fc-list`. In that process we iterated over each line and called `dirname` on it, which introduces a performance hit for loading and executing the external executable `dirname` every time. The new version avoids the loop. The author of this patch measured a 42 fold performance improvement: old version: $ time ./gnuplot_old/bin/gnuplot -e '' real 0m3.828s user 0m0.392s sys 0m0.465s new version: $ time ./gnuplot_new2/bin/gnuplot -e '' real 0m0.091s user 0m0.112s sys 0m0.014s The correctness of the value of `GDFONTPATH` was confirmed with the following command and comparing its output between versions: $ gnuplot -e 'print system("echo $GDFONTPATH")'
* | Merge branch 'master' into closure-sizeVladimír Čunát2015-12-31
|\| | | | | | | | | TODO: there was more significant refactoring of qtbase and plasma 5.5 on master, and I'm deferring pointing to correct outputs to later.
| * gnuplot: use texlive-newThomas Tuegel2015-12-12
| |
* | fontconfig: split into multiple outputsVladimír Čunát2015-10-05
|/ | | | Fixed all 'fontconfig}' references as well, hopefully, ugh!
* gnuplot: requires Qt 4Thomas Tuegel2015-05-25
|
* qt5: make qt-5.4.1 defaultThomas Tuegel2015-03-24
|
* gnuplot: bump to 5.0.0, allow choosing qt versionEduard Bachmakov2015-01-10
| | | | default to qt5
* gnuplot_qt: update from 4.6.5 to 4.6.6, potentially fixes CVE-2012-5624, ↵Mateusz Kowalczyk2014-09-30
| | | | | | CVE-2012-6093, CVE-2013-0254, CVE-2014-0190 cc @lovek323
* gnuplot: Use default compiler on DarwinEelco Dolstra2014-08-09
|
* gnuplot: Reduce dependency bloat a bitEelco Dolstra2014-08-09
|
* gnuplot: add optional Qt terminalThomas Tuegel2014-07-23
|
* gnuplot: version bump 4.6.3 -> 4.6.5Thomas Tuegel2014-07-23
|
* Merge master into x-updatesVladimír Čunát2013-12-21
|\
| * gnuplot: there is point in having Hydra try to build this package on BSD UnixPeter Simons2013-12-21
| |
* | gnuplot: pass aquaterm request explicitely (see #1197)Vladimír Čunát2013-12-10
| |
* | gnuplot darwin: optional gnuplot_aquaterm variantEric Kow2013-11-10
|/ | | | | | | | | This variant uses the more Mac-friendly aqua driver, but it requires that you separately install the AquaTerm package. Note that AquaTerm is open source and could perhaps be later included as a nix derivation. If that happens, it would be nice to remove the gnuplot_aquaterm top-level attribute and just make it the default.
* clean some include flags that weren't really neededVladimír Čunát2013-08-03
| | | | Tested the builds still work (x86_64-linux).
* gnuplot: fix build on darwinJason "Don" O'Conal2013-07-04
| | | | | * add readline to build inputs * don't use wxGTK
* gnuplot: update to version 4.6.3Peter Simons2013-06-17
|
* update gnuplot to 4.6.0David Guibert2013-05-14
|
* gnuplot: configure GDFONTPATH using 'fontconfig'Peter Simons2013-02-18
| | | | | | This patch adds a wrapper script around gnuplot that uses fontconfig's fc-list(1) utility to determine the set of available fonts and makes that list available to Gnuplot in the $GDFONTPATH variable.
* gnuplot: cosmetic, no functional changePeter Simons2013-02-17
|
* Updating gnuplotLluís Batlle i Rossell2011-12-21
| | | | svn path=/nixpkgs/trunk/; revision=31027
* gnuplot-4.4.2, metadataYury G. Kudryashov2010-09-27
| | | | svn path=/nixpkgs/trunk/; revision=23972
* * More cleanup.Eelco Dolstra2010-07-28
| | | | svn path=/nixpkgs/trunk/; revision=22795
* pkgs/top-level/all-packages.nix: prefer makeOverridable over getPkgConfig to ↵Peter Simons2010-05-19
| | | | | | | | | | customize GNU plot Changed 'gnuplot' expression to allow for argument overriding instead of relying on getPkgConfig. While I was at it, I also simplified the actual build expression a bit. svn path=/nixpkgs/trunk/; revision=21864
* gnuplot: updated to version 4.4.0Peter Simons2010-05-07
| | | | svn path=/nixpkgs/trunk/; revision=21648
* Updating octave and gnuplot.Lluís Batlle i Rossell2010-02-15
| | | | svn path=/nixpkgs/trunk/; revision=20007
* Updated Gnuplot to version 4.2.5.Peter Simons2009-09-09
| | | | | | | | | | | | | | | | | * Merged 'gnuplot' and 'gnuplotX' attributes into one that uses (getPkgConfig "gnuplot" "x11" false) to determine whether X11 support is desired or not. * Added Emacs as a build-time dependency to ensure that Gnuplot's lisp code is installed, too. * Added optional support for the wxt terminal by means of (getPkgConfig "gnuplot" "wxGtk" false). * Removed the '-nix' suffix to the package name. The Gnuplot license requires a vendor-specific version suffix only in case of modified binary distributions. That is not the case here. svn path=/nixpkgs/trunk/; revision=16992
* pass readline to gnuplotRob Vermaas2009-07-24
| | | | svn path=/nixpkgs/trunk/; revision=16455
* * Added libgd.Eelco Dolstra2007-09-21
| | | | | | * gnuplot 4.2.2. svn path=/nixpkgs/trunk/; revision=9354
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* Added X11 option for gnuplot.Michael Raskin2007-08-04
| | | | svn path=/nixpkgs/trunk/; revision=9046