about summary refs log tree commit diff
path: root/pkgs/tools/graphics/ploticus
AgeCommit message (Collapse)AuthorFilesLines
2017-03-01ploticus: fixup a manual-page symlinkVladimír Čunát1-0/+6
With new man compression this caused a build error.
2016-08-04ploticus: disable format hardeningFranz Pletz1-0/+2
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2015-05-19ploticus: update from 2.41 to 2.42Pascal Wittmann1-8/+7
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2012-05-22Ploticus 2.41.Ludovic Courtès1-3/+3
svn path=/nixpkgs/trunk/; revision=34216
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2009-04-23* Got rid of a lot of "postInstall=postInstall" and similar lines inEelco Dolstra1-7/+0
builders. These are redundant now. * Inlined some trivial builders. * Removed a few explicit setup-hook creations. This is done automatically now if setupHook is set. * Deleted the initscripts package. NixOS doesn't use it anymore. svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra1-2/+1
Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
2008-03-26Ploticus: Install prefabs and wrapper script.Ludovic Courtès2-1/+26
svn path=/nixpkgs/trunk/; revision=11295
2008-03-26Ploticus 2.40.Ludovic Courtès2-12/+26
svn path=/nixpkgs/trunk/; revision=11293
2007-08-27* Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra1-1/+1
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
2007-08-24* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra1-1/+1
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
2006-10-12* Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=6711
2006-08-23add ploticus, yet another graphics programArmijn Hemel3-0/+43
svn path=/nixpkgs/trunk/; revision=6214