Ludovic Courtès
ee720ec763
xmlto: Remove explicit dependency on Glibc.
...
svn path=/nixpkgs/trunk/; revision=17261
2009-09-18 18:22:42 +00:00
Eelco Dolstra
d78a404063
* Removed some assertions that rely on pointer equality. (It's kind
...
of unfortunate that consitency checks like "httpd.apr == apr" don't
really work. Perhaps equality tests on derivations should just
compare the drvPath or outPath attributes.)
svn path=/nixpkgs/trunk/; revision=15569
2009-05-12 12:50:07 +00:00
Eelco Dolstra
f762b50991
* Another sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
2009-04-23 11:59:43 +00:00
Eelco Dolstra
7ec61219db
* lib/site_perl -> lib/perl5/site_perl.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15258
2009-04-22 23:04:18 +00:00
Andres Löh
035d7cb965
* Updated lhs2TeX.
...
* Propagated build inputs of Haskell pkgs are now automatically
propagated user-env pkgs.
* Updated haskell-platform slightly.
svn path=/nixpkgs/trunk/; revision=15184
2009-04-20 14:23:50 +00:00
Eelco Dolstra
c61c9dc35b
* Drop the "perl" prefix from Perl attribute names. It's redundant
...
now that Perl packages are in their own namespace
(perlPackages.<pkg>).
svn path=/nixpkgs/trunk/; revision=15176
2009-04-20 12:49:35 +00:00
Lluís Batlle i Rossell
40b58959a5
Adding pdf2djvu, updating djvulibre, and getting more headers from poppler.
...
svn path=/nixpkgs/trunk/; revision=14760
2009-03-29 20:32:41 +00:00
Lluís Batlle i Rossell
ef12e6757c
Adding the halibut typesetting system.
...
svn path=/nixpkgs/trunk/; revision=14759
2009-03-29 20:32:22 +00:00
Ludovic Courtès
c2199227b4
Add Rubber, a LaTeX wrapper that does the right thing.
...
svn path=/nixpkgs/trunk/; revision=14551
2009-03-16 10:42:51 +00:00
Eelco Dolstra
fcad0b0a5a
* Cleaned up a lot of description fields that contained newlines.
...
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
2009-03-03 13:27:40 +00:00
Eelco Dolstra
aa84bce64d
* Get rid of all references to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=13299
2008-11-14 16:57:19 +00:00
Ludovic Courtès
b436bcf285
Lout 3.38.
...
svn path=/nixpkgs/trunk/; revision=13074
2008-10-15 08:53:11 +00:00
Ludovic Courtès
3a9d5063bd
xmlto: Add dependency on `w3m' for HTML to text conversions.
...
svn path=/nixpkgs/trunk/; revision=12923
2008-09-26 08:56:03 +00:00
Ludovic Courtès
a9ad71d940
Lout: Run fixupPhase' after
installPhase'.
...
This removes dependency on GCC.
svn path=/nixpkgs/trunk/; revision=12887
2008-09-19 08:52:17 +00:00
Ludovic Courtès
508ae51b7a
Lout 3.37.
...
svn path=/nixpkgs/trunk/; revision=12886
2008-09-19 08:32:37 +00:00
Andres Löh
b89a5bfa33
lhs2tex version bump to 1.13, removed the external builder.sh
...
svn path=/nixpkgs/trunk/; revision=11971
2008-06-04 09:59:13 +00:00
Ludovic Courtès
2d75587897
Docbook2X: Fix --to-stdout' option of
docbook2texi', fix Perl dependencies
...
of all the perl scripts, add dependency on Texinfo since `makeinfo' can be
invoked directly by `docbook2texi --info'.
svn path=/nixpkgs/trunk/; revision=11083
2008-03-12 15:19:54 +00:00
Ludovic Courtès
498f57b9a8
AsciiDoc: Fix `CONF_DIR' in the executables.
...
svn path=/nixpkgs/trunk/; revision=11056
2008-03-11 14:06:52 +00:00
Eelco Dolstra
a35566af2b
* stdenv doesn't have an attribute named bash on FreeBSD (maybe it
...
should).
svn path=/nixpkgs/trunk/; revision=11053
2008-03-11 10:26:50 +00:00
Ludovic Courtès
92246defa5
Add docbook2x.
...
svn path=/nixpkgs/trunk/; revision=11051
2008-03-11 09:34:17 +00:00
Ludovic Courtès
f528309936
Remove dependencies on stdenv' components from
xmlto'.
...
svn path=/nixpkgs/trunk/; revision=11049
2008-03-11 09:16:12 +00:00
Ludovic Courtès
d195542ac3
Add `xmlto', a front-end to an XSL toolchain.
...
svn path=/nixpkgs/trunk/; revision=11048
2008-03-11 08:44:22 +00:00
Ludovic Courtès
bd361daf06
Add AsciiDoc.
...
svn path=/nixpkgs/trunk/; revision=11039
2008-03-10 15:57:14 +00:00
Ludovic Courtès
4fd7a30a36
Improve Lout package: improved directory layout, and documentation is now installed.
...
svn path=/nixpkgs/trunk/; revision=10708
2008-02-15 13:42:24 +00:00
Ludovic Courtès
c3096df3d0
Add Lout, a document layout system based on a purely functional language.
...
svn path=/nixpkgs/trunk/; revision=10634
2008-02-12 09:58:57 +00:00
Andres Löh
5dd65bbfad
* updated lhs2TeX to 1.13pre3
...
svn path=/nixpkgs/trunk/; revision=10170
2008-01-16 10:33:06 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
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-27 13:01:33 +00:00
Andres Löh
1cb9fc74b7
* added propagated-user-env-packages for lhs2tex and polytable
...
svn path=/nixpkgs/trunk/; revision=9195
2007-08-24 20:15:00 +00:00
Eelco Dolstra
a0159dee8e
* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
...
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
2007-08-24 12:32:36 +00:00
Martin Bravenboer
778d516e41
A pkgs/tools/typesetting/pdfjam
...
A pkgs/tools/typesetting/pdfjam/builder.sh
A pkgs/tools/typesetting/pdfjam/default.nix
Added pdfjam, a package with the following tools:
* pdfnup, which allows PDF files to be "n-upped" in roughly the
way that psnup does for PostScript files.
* pdfjoin, which concatenates the pages of multiple PDF files
together into a single file
* pdf90, which rotates the pages of one or more PDF files through
90 degrees (anti-clockwise).
M pkgs/development/compilers/jdk/jdk6-linux.nix
Typo
svn path=/nixpkgs/trunk/; revision=8404
2007-03-21 12:53:01 +00:00
Andres Löh
e92bd3ec5e
update lhs2tex to 1.12
...
svn path=/nixpkgs/trunk/; revision=7813
2007-01-30 13:03:53 +00:00
Eelco Dolstra
3803cfdff2
* lhs2TeX updated to 1.11.
...
svn path=/nixpkgs/trunk/; revision=7055
2006-11-15 15:25:32 +00:00
Eelco Dolstra
1442e8ec22
* Copy a bunch of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Armijn Hemel
a33dc947c6
disable local build of pangoxsl, add patch to remove "pangoxsl" from SUBDIRS,
...
otherwise it will still try to build the local pangoxsl (and fail)
svn path=/nixpkgs/trunk/; revision=5468
2006-06-18 11:58:00 +00:00
Eelco Dolstra
4acfb1a684
* More examples of interpolation.
...
svn path=/nixpkgs/trunk/; revision=5244
2006-05-01 15:25:17 +00:00
Eelco Dolstra
9f898a586b
* Copy even more files (in particular from losser.st-lab.cs.uu.nl,
...
can't assume that it will live forever).
svn path=/nixpkgs/trunk/; revision=4624
2006-01-30 16:11:00 +00:00
Eelco Dolstra
3389f4bc36
* Copy lots of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Andres Löh
719217d77a
* modified tetex to support extra .sty's from other packages
...
* added lazylist and polytable (both tetex packages)
* added lhs2tex ebuild, depending on the two above
svn path=/nixpkgs/trunk/; revision=4609
2006-01-27 20:51:41 +00:00
Eelco Dolstra
82e678362f
* "." -> "source".
...
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Martin Bravenboer
4ba92bbd4e
* Added unstable pre release of Stratego/XT 0.16
...
* Upgraded bibtex-tools to latest unstable release.
svn path=/nixpkgs/trunk/; revision=4176
2005-10-31 14:28:11 +00:00
Martin Bravenboer
ef60b29c05
update of xmlroff
...
svn path=/nixpkgs/trunk/; revision=3724
2005-08-27 21:08:49 +00:00
Eelco Dolstra
454707da23
* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=3660
2005-08-22 08:39:27 +00:00
Martin Bravenboer
5ac3904860
Added pangoxsl and xmlroff
...
svn path=/nixpkgs/trunk/; revision=3574
2005-08-13 21:35:49 +00:00
Martin Bravenboer
478c44aef3
hevea needs patching on Mac OS X (see the Darwin ports)
...
svn path=/nixpkgs/trunk/; revision=3454
2005-07-26 16:18:14 +00:00
Eelco Visser
3385ccd1f7
use tetex
...
svn path=/nixpkgs/trunk/; revision=3164
2005-05-31 08:11:54 +00:00
Martin Bravenboer
b99065a3d9
* Upgraded Stratego/XT to Stratego/XT 0.14
...
* Clean up of SDF attributes in all-package-generic. There is now a
single attribute, called sdf.
svn path=/nixpkgs/trunk/; revision=3062
2005-05-18 16:50:14 +00:00
Eelco Dolstra
e42507d182
* Move tarballs to catamaran so that we are no longer dependent on a
...
gazillion different servers. Resurrected some 25 missing files.
svn path=/nixpkgs/trunk/; revision=2237
2005-02-15 14:44:19 +00:00
Eelco Visser
009cda1fb2
version 0.1 of bibtex-tools
...
svn path=/nixpkgs/trunk/; revision=1285
2004-08-17 11:53:31 +00:00
Eelco Visser
e5ee911e2e
Hevea is an interpreter for (La)TeX that produces HTML.
...
It is written in OCaml.
svn path=/nixpkgs/trunk/; revision=1189
2004-07-28 10:49:55 +00:00
Eelco Visser
be48aa538b
- O'Caml compiler for Object CaML
...
- hevea is an interpreter for latex producing html
svn path=/nixpkgs/trunk/; revision=1171
2004-07-16 22:58:15 +00:00