summary refs log tree commit diff
path: root/pkgs/tools/typesetting/xmlroff
Commit message (Collapse)AuthorAge
* xmlroff: 0.3.98 -> 0.6.2Domen Kožar2014-11-24
|
* change md5sum to sha256sum for a few packagesLongrin Wischnewski2014-10-12
|
* * 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
* disable local build of pangoxsl, add patch to remove "pangoxsl" from SUBDIRS,Armijn Hemel2006-06-18
| | | | | | otherwise it will still try to build the local pangoxsl (and fail) svn path=/nixpkgs/trunk/; revision=5468
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* update of xmlroffMartin Bravenboer2005-08-27
| | | | svn path=/nixpkgs/trunk/; revision=3724
* Added pangoxsl and xmlroffMartin Bravenboer2005-08-13
svn path=/nixpkgs/trunk/; revision=3574