summary refs log tree commit diff
path: root/pkgs/applications/misc/xchm
Commit message (Collapse)AuthorAge
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* xchm: update from 1.18 to 1.23Nixpkgs Monitor2013-12-21
|
* Updating xchmLluís Batlle i Rossell2011-03-28
| | | | svn path=/nixpkgs/trunk/; revision=26576
* Updating xchm.Lluís Batlle i Rossell2009-11-09
| | | | svn path=/nixpkgs/trunk/; revision=18310
* Fix xchm compilationMichael Raskin2009-05-10
| | | | svn path=/nixpkgs/trunk/; revision=15522
* version updatesMichael Raskin2008-03-16
| | | | svn path=/nixpkgs/trunk/; revision=11142
* meta.homepage added to several packagesYury G. Kudryashov2008-01-30
| | | | svn path=/nixpkgs/trunk/; revision=10417
* * 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
* * More descriptions.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6709
* * Update or disable some stuff.Eelco Dolstra2006-06-24
| | | | svn path=/nixpkgs/trunk/; revision=5509
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * wxGTK 2.6.Eelco Dolstra2005-10-19
| | | | | | * Also updated chmlib, xchm. svn path=/nixpkgs/trunk/; revision=4109
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* * Added xchm, a Windows help viewer for X.Eelco Dolstra2004-04-06
svn path=/nixpkgs/trunk/; revision=923