about summary refs log tree commit diff
path: root/pkgs/development/perl-modules
AgeCommit message (Collapse)AuthorFilesLines
2009-07-02* Latest DBD::SQLite. Fix building against an external SQLite.Eelco Dolstra3-47/+46
svn path=/nixpkgs/trunk/; revision=16138
2009-07-02* Improve the determinism of Perl builds: don't try to download stuffEelco Dolstra1-0/+9
from CPAN. svn path=/nixpkgs/trunk/; revision=16137
2009-04-28DBD-Pg 2.13.1Rob Vermaas1-0/+15
svn path=/nixpkgs/trunk/; revision=15350
2009-04-23* Another sync with the trunk.Eelco Dolstra2-6/+4
svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
2009-04-22* lib/site_perl -> lib/perl5/site_perl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/branches/stdenv-updates/; revision=15258
2009-04-22* Removed the hack to fix the installation path of some PerlEelco Dolstra1-11/+1
packages. Turns out that those packages set INSTALLDIRS=perl, so we override it to INSTALLDIRS=site. svn path=/nixpkgs/branches/stdenv-updates/; revision=15251
2009-04-22* `mv .../* ...' no longer works if nullglob is on. However, the realEelco Dolstra1-2/+1
WTF is that the Perl module installation path suddenly has changed from $out/lib/site_perl to $out/lib/perl5/site_perl. Investigating... svn path=/nixpkgs/branches/stdenv-updates/; revision=15241
2009-04-20* Drop the "perl" prefix from Perl attribute names. It's redundantEelco Dolstra1-2/+2
now that Perl packages are in their own namespace (perlPackages.<pkg>). svn path=/nixpkgs/trunk/; revision=15176
2009-04-20* Move all the Perl packages out of all-packages.nix into a separateEelco Dolstra1-4/+2
file, perl-packages.nix. svn path=/nixpkgs/trunk/; revision=15171
2009-03-31* Sync with the trunk once more.Eelco Dolstra1-0/+4
* Turn on everything in Hydra. svn path=/nixpkgs/branches/stdenv-updates/; revision=14806
2009-03-24* Disabled make check in DBD::SQLite; seeEelco Dolstra1-0/+4
http://hydra.nixos.org/build/5767/nixlog/3. svn path=/nixpkgs/trunk/; revision=14688
2009-03-16* Sync with the trunk.Eelco Dolstra2-0/+38
svn path=/nixpkgs/branches/stdenv-updates/; revision=14557
2009-03-11* Catalyst::Engine::HTTP::Prefork: terminate chunked transfersEelco Dolstra1-0/+23
correctly. svn path=/nixpkgs/trunk/; revision=14504
2009-03-03* Added IO::Compress::Bzip2.Eelco Dolstra1-0/+15
svn path=/nixpkgs/trunk/; revision=14306
2009-02-13* Sync with the trunk.Eelco Dolstra1-5/+5
svn path=/nixpkgs/branches/stdenv-updates/; revision=14073
2009-02-13* Perl BerkeleyDB module: updated to 0.36 since "make test" failed inEelco Dolstra1-5/+5
the old one. svn path=/nixpkgs/trunk/; revision=14068
2009-02-12* Sync with the trunk.Eelco Dolstra3-10/+44
svn path=/nixpkgs/branches/stdenv-updates/; revision=14057
2009-02-12* Latest Compress::Zlib.Eelco Dolstra2-0/+29
* Put the fix for Perl modules that install in the wrong location ($out/lib instead of $out/lib/site_perl) in the generic Perl builder. svn path=/nixpkgs/trunk/; revision=14051
2009-02-12* Perl builder: run tests by default.Eelco Dolstra2-10/+15
svn path=/nixpkgs/trunk/; revision=14041
2008-12-10* Merged from the trunk. Let's see how well this works withEelco Dolstra11-51/+103
Subversion 1.5... svn path=/nixpkgs/branches/stdenv-updates/; revision=13601
2008-11-28* A patch to make TemplateToolkit work properly on templates in theEelco Dolstra1-0/+23
Nix store. svn path=/nixpkgs/trunk/; revision=13491
2008-11-24* A function "buildPerlPackage" to replace all those "importEelco Dolstra5-40/+2
../development/perl-modules/generic perl" incantations. svn path=/nixpkgs/trunk/; revision=13387
2008-11-24* DBD::SQLite needs a patch to prevent segfaults in case of timeouts.Eelco Dolstra2-0/+59
svn path=/nixpkgs/trunk/; revision=13386
2008-11-14* Get rid of all references to nix.cs.uu.nl.Eelco Dolstra2-2/+2
svn path=/nixpkgs/trunk/; revision=13299
2008-10-22* Unbreak the DB_File / BerkeleyDB Perl modules.Eelco Dolstra4-22/+18
svn path=/nixpkgs/trunk/; revision=13102
2008-10-20* More Perl packages.Eelco Dolstra1-0/+3
svn path=/nixpkgs/trunk/; revision=13100
2008-10-17* Added Catalyst and lots of (Perl) dependencies. Not finished yet.Eelco Dolstra1-5/+4
We should really generate these from CPAN automatically. svn path=/nixpkgs/trunk/; revision=13091
2008-06-02Added a generator for CPAN expressions. Expressions often require manual ↵Michael Raskin12-0/+196
editing, but still something.. svn path=/nixpkgs/trunk/; revision=11947
2008-03-02Added perl Font/TTF module.Michael Raskin1-0/+10
svn path=/nixpkgs/trunk/; revision=10903
2008-02-21* Use CPAN mirrors.Eelco Dolstra2-2/+2
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10806
2008-02-12* Added DB_File (dbmmanage needs it).Eelco Dolstra2-0/+22
svn path=/nixpkgs/trunk/; revision=10630
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
2007-03-16* Fix the preHook.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=8302
2007-03-13* Fix the XML::Parser build hook.Eelco Dolstra2-2/+1
svn path=/nixpkgs/trunk/; revision=8280
2007-03-13* Email::Send and dependencies.Eelco Dolstra1-0/+65
svn path=/nixpkgs/trunk/; revision=8279
2007-03-13* Perl generic builder: set nix-support/propagated-user-env-packagesEelco Dolstra1-2/+13
to the propagated build inputs as a convenience to people who want to install Perl packages into their user environments. svn path=/nixpkgs/trunk/; revision=8278
2006-01-30* Copy even more files (in particular from losser.st-lab.cs.uu.nl,Eelco Dolstra3-3/+3
can't assume that it will live forever). svn path=/nixpkgs/trunk/; revision=4624
2006-01-080.26 -> 0.27Rob Vermaas1-3/+3
svn path=/nixpkgs/trunk/; revision=4517
2005-12-05* "." -> "source".Eelco Dolstra1-4/+4
svn path=/nixpkgs/trunk/; revision=4335
2005-10-26add a few modules (needed for OOo)Armijn Hemel2-0/+18
svn path=/nixpkgs/trunk/; revision=4138
2005-08-22* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=3660
2005-04-05* Fix Berkeley DB Perl bindings.Eelco Dolstra1-2/+1
svn path=/nixpkgs/trunk/; revision=2491
2005-03-10* Set PERL5LIB automatically in the Perl setup hook.Eelco Dolstra8-53/+31
* Remove explicit setting of PERL5LIB. * Use the generic Perl builder for the BerkeleyDB and XML::Parser modules. * Prefix all names of Perl modules with `perl-' (in the generic Perl builder). svn path=/nixpkgs/trunk/; revision=2365
2005-02-15* Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra1-1/+1
gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
2005-01-22* Qt: add optional support for MySQL.Eelco Dolstra2-0/+53
* MythTV: the setup program works :-). * Added XmlTV. This requires a huge number of Perl modules, so... * Added a generic builder for Perl modules. I'm lazy so the modules are defined directly in all-packages-generic.nix. The generic builder also patches Perl scripts to include a hard-coded Perl module search path (i.e., similar to an RPATH in ELF executables). svn path=/nixpkgs/trunk/; revision=2083
2004-03-29* Remove trivial builders.Eelco Dolstra4-10/+2
* Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
2004-03-29* "!isNull x" -> "x != null". Done automatically. Hope nothingEelco Dolstra2-2/+2
broke. svn path=/nixpkgs/trunk/; revision=870
2004-01-21* Added `zapping', a TV viewer application. It depends on Gnome, soEelco Dolstra2-0/+28
lots of packages are needed. svn path=/nixpkgs/trunk/; revision=681
2003-12-22* Upgrade to Subversion 0.35.1, Berkeley DB 4.2.52.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=595
2003-12-21* Added some missing semicolons.Eelco Dolstra2-0/+30
* Some packages needed for the Subversion server. svn path=/nixpkgs/trunk/; revision=586