summary refs log tree commit diff
path: root/pkgs/development/interpreters/tcl
Commit message (Collapse)AuthorAge
* tcl: Don't install a copy of tzdataEelco Dolstra2016-09-01
| | | | | | This cuts about 3 MiB from the installed size. On Linux, the configure script is supposed to detect that installing tzdata is unnecessary, but it looks in locations like /usr/share/zoneinfo.
* tcl: Separate man output and use symlinksEelco Dolstra2016-09-01
| | | | | | | This reduces tcl's total size from 25.0 MiB to 8.6 MiB. Admittedly this is also because putting the manpages in the right place causes all man3 pages to be deleted by the multiple outputs setup hook. Not sure if that's desirable behaviour...
* tcl/tk: 8.6.4 -> 8.6.6Rahul Gopinath2016-07-28
|
* tcl/tk: Refactor and add maintainersWilliam A. Kennington III2015-04-30
|
* tcl: Make generic and add 8.5William A. Kennington III2015-04-26
|
* tcl/tk: Tie versioning together and propagateWilliam A. Kennington III2015-04-26
|
* tcl: 8.5.15 -> 8.6.4William A. Kennington III2015-03-26
|
* tcl: update to 8.5.15Song Wenwu2014-01-25
|
* tcl: Set license to licenses.tcltk.aszlig2012-09-09
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Adding a version of sqlite with more things, based on the upstream ↵Lluís Batlle i Rossell2012-04-14
| | | | | | repository src. svn path=/nixpkgs/trunk/; revision=33788
* Updating tcl/tkLluís Batlle i Rossell2009-05-03
| | | | svn path=/nixpkgs/trunk/; revision=15434
* * Got rid of a lot of "postInstall=postInstall" and similar lines inEelco Dolstra2009-04-23
| | | | | | | | | | 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
* * Added expect.Eelco Dolstra2008-02-27
| | | | svn path=/nixpkgs/trunk/; revision=10877
* update to 8.4.16Armijn Hemel2007-12-31
| | | | svn path=/nixpkgs/trunk/; revision=10013
* * 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
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* tk needs the private tcl headers to be installedArmijn Hemel2006-07-22
| | | | svn path=/nixpkgs/trunk/; revision=5869
* create symlink from $out/bin/tclsh to $out/bin/tclsh${version}Armijn Hemel2006-07-22
| | | | svn path=/nixpkgs/trunk/; revision=5868
* upgrade to 8.4.13, fixes an error with configureArmijn Hemel2006-07-22
| | | | svn path=/nixpkgs/trunk/; revision=5867
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* add xchat and tclArmijn Hemel2005-11-22
svn path=/nixpkgs/trunk/; revision=4301