Commit Graph

5360 Commits

Author SHA1 Message Date
Eelco Dolstra
2ca22bb68d * Added Net::Amazon::EC2.
svn path=/nixpkgs/trunk/; revision=27234
2011-05-12 08:54:41 +00:00
Eelco Dolstra
9e26da96e5 * Update DBI and DBD::SQLite.
svn path=/nixpkgs/trunk/; revision=26775
2011-04-11 09:11:36 +00:00
Rob Vermaas
9f59956b41 update perlPackages.nixPerl
svn path=/nixpkgs/trunk/; revision=26389
2011-03-17 10:14:16 +00:00
Rob Vermaas
e862574d51 add Compress::unLZMA
svn path=/nixpkgs/trunk/; revision=25695
2011-01-27 10:16:29 +00:00
Rob Vermaas
b8b5a58681 add XML::XPath
svn path=/nixpkgs/trunk/; revision=25598
2011-01-17 11:45:31 +00:00
Eelco Dolstra
335e69ba1e * Added IO::Tty.
svn path=/nixpkgs/trunk/; revision=25569
2011-01-14 15:49:46 +00:00
Rob Vermaas
046125bd1d add hydra
svn path=/nixpkgs/trunk/; revision=25567
2011-01-14 14:47:48 +00:00
Eelco Dolstra
90b84f7051 * Latest XML::Writer.
svn path=/nixpkgs/trunk/; revision=25424
2011-01-05 12:41:22 +00:00
Lluís Batlle i Rossell
b48b2a7bb4 Merging from trunk. I solved some trivial merge conflicts.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25188
2010-12-17 20:39:58 +00:00
Eelco Dolstra
70a99c95e2 * Added Term::ReadLine::Gnu.
svn path=/nixpkgs/trunk/; revision=25155
2010-12-16 14:25:05 +00:00
Lluís Batlle i Rossell
ee04ffcb55 Updating from trunk. I resolved simple conflicts.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25061
2010-12-11 12:47:00 +00:00
Ludovic Courtès
3f1a32c266 Image-ExifTool 8.41.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25046
2010-12-09 23:43:01 +00:00
Rob Vermaas
44e152f8d8 add Crypt::RandPasswd perl package
svn path=/nixpkgs/trunk/; revision=24962
2010-12-03 09:51:33 +00:00
Karn Kallio
675f6eb0c8 Add Nix expression for Perl module SQL::Translator ( also known
as SQL Fairy) and dependencies.

svn path=/nixpkgs/trunk/; revision=24895
2010-11-27 20:54:35 +00:00
Rob Vermaas
2670c1c67b update some perl packages
svn path=/nixpkgs/trunk/; revision=23066
2010-08-09 19:29:06 +00:00
Rob Vermaas
79fcd0a04c updated net::twitter, scope::upper, added uri::googlechart
svn path=/nixpkgs/trunk/; revision=23065
2010-08-09 18:45:44 +00:00
Rob Vermaas
d8ba69a16e added older version of sqlite for use in DBD-SQLite perl package, which fails with newest one
svn path=/nixpkgs/trunk/; revision=22989
2010-08-06 08:54:27 +00:00
David Guibert
b6a84f5c50 update ikiwiki and fix its dependencies.
- when installing perl.XML_LibXML:
  Cannot write to /nix/store/032pczp65kvry14ln8g8s244qlysrfi1-perl-XML-SAX-0.96/lib/perl5/site_perl/5.10.1/XML/SAX/ParserDetails.ini: Permission denied at /nix/store/032pczp65kvry14ln8g8s244qlysrfi1-perl-XML-SAX-0.96/lib/perl5/site_perl/5.10.1/XML/SAX.pm line 191.

SKIP_SAX_INSTALL=1 fixes this.

- RPC-XML hangs on during the check phase.
A temporary work around is to set doCheck as false.

svn path=/nixpkgs/trunk/; revision=22550
2010-07-09 13:16:00 +00:00
Yury G. Kudryashov
c917c2970a CAM::PDF with dependencies
svn path=/nixpkgs/trunk/; revision=22050
2010-05-29 09:19:21 +00:00
Peter Simons
77430510ed pkgs/top-level/perl-packages.nix: fixed build of perl-Net-SMTP-SSL on Darwin
Thanks to David Brown for explaining how to do this.

svn path=/nixpkgs/trunk/; revision=21933
2010-05-21 08:44:44 +00:00
Peter Simons
5f36663ecc pkgs/top-level/perl-packages.nix: updated Digest-SHA1 to version 2.12
svn path=/nixpkgs/trunk/; revision=21837
2010-05-18 13:35:06 +00:00
Lluís Batlle i Rossell
0dc24d9f04 Disabling tests on two perl packages, whose tests related to network
failed on chroot builds.
That should allow hydra to build git.

(Thanks to David Brown)

svn path=/nixpkgs/trunk/; revision=21812
2010-05-17 06:47:52 +00:00
Peter Simons
39b2ec2488 Fix git-send-email.
git-send-email depends on Net::SMTP and Net::SMTP::SSL.  Make
sendEmailSupport a config for git, and bring these libraries.  Wrap
the send-email script, or replace with a not supported script.

svn path=/nixpkgs/trunk/; revision=21789
2010-05-15 10:38:28 +00:00
Peter Simons
ccf9a368b3 pkgs/top-level/perl-packages.nix: added PerlMagick, a perl API to ImageMagick
Unfortunately, the test suite had to be disabled because it assumes that
ImageMagick has been built with any and all extensions, i.e. WMF support
and whatnot else, and if it isn't, then the suite reports that as a
failure.

svn path=/nixpkgs/trunk/; revision=21455
2010-04-30 10:49:39 +00:00
Peter Simons
d2160c4ad0 pkgs/top-level/perl-packages.nix: added RPC-XML-0.73
svn path=/nixpkgs/trunk/; revision=21420
2010-04-29 09:35:16 +00:00
Peter Simons
325efe1b5e pkgs/top-level/perl-packages.nix: strip trailing white space
svn path=/nixpkgs/trunk/; revision=21419
2010-04-29 09:35:12 +00:00
Marc Weber
3a94c410d1 add perlcritic 1.105 (and Test::Perl::Critic 1.02) and some depndencies:
total perl libs added: BKeywords ConfigTiny ExceptionClass FileRemove FileWhich HookLexWrap IOString IPCRun3 PerlCritic PerlTidy PPI PodSpell ProbePerl ReadonlyXS RegexpParser StringFormat TestObject TestPerlCritic TestScript TestSubCalls

patch provided by Francois Perrad

svn path=/nixpkgs/trunk/; revision=20865
2010-03-29 23:36:40 +00:00
Marc Weber
ec095c9145 add ack-1.92
patch provided by Francois Perrad

svn path=/nixpkgs/trunk/; revision=20864
2010-03-29 23:36:38 +00:00
Ludovic Courtès
b36dbdf2c4 ExifTool 8.12.
svn path=/nixpkgs/trunk/; revision=20314
2010-03-01 17:08:12 +00:00
Michael Raskin
6c9bc8bf6d Update Perl MakeMaker. Newer version at least can be built...
svn path=/nixpkgs/trunk/; revision=20149
2010-02-21 09:16:04 +00:00
Eelco Dolstra
d8c6bb130c * Sync with the trunk one last time.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19849
2010-02-05 23:06:36 +00:00
Rob Vermaas
9c70c2f0a2 * nixpkgs: new version of DBIx-Class-Schema-Loader
svn path=/nixpkgs/trunk/; revision=19836
2010-02-05 14:55:37 +00:00
Eelco Dolstra
af9c358226 * Update some broken Perl packages.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19676
2010-01-26 15:15:58 +00:00
Eelco Dolstra
a25a25e4f4 * Updated Email::Send because it didn't build.
* Removed Email::Simple::Creator because it's part of 
  Email::Simple now.

svn path=/nixpkgs/branches/stdenv-updates/; revision=19665
2010-01-26 13:38:12 +00:00
Rob Vermaas
0ca38abd82 PadWalker perl module for easier debugging of perl
svn path=/nixpkgs/trunk/; revision=19515
2010-01-18 10:37:37 +00:00
Rob Vermaas
227106febb newer version Variable-Magic (0.36)
svn path=/nixpkgs/trunk/; revision=19412
2010-01-13 21:14:42 +00:00
Eelco Dolstra
084a067288 * Added X11::GUITest.
svn path=/nixpkgs/trunk/; revision=19245
2010-01-05 22:48:22 +00:00
Marc Weber
1106d431fc fix various builds by updating perl URI package update perl URI package
fix expect: Neither was the executable installed nor the shared library
fix topGit source
update synergy fixing build

svn path=/nixpkgs/trunk/; revision=19064
2009-12-21 08:55:31 +00:00
Eelco Dolstra
c3ea7a9212 * Added Digest::SHA.
svn path=/nixpkgs/trunk/; revision=18382
2009-11-17 13:07:14 +00:00
Eelco Dolstra
309c8348b4 * Some more Catalyst updates.
svn path=/nixpkgs/trunk/; revision=17943
2009-10-23 14:57:44 +00:00
Eelco Dolstra
3af9d9e586 * Updated DBIx::Class.
svn path=/nixpkgs/trunk/; revision=17917
2009-10-21 15:40:14 +00:00
Lluís Batlle i Rossell
54a04a789a Made ikiwiki work at least using 'git'. I tested the CGI this time.
I had to add some perl modules again.

svn path=/nixpkgs/trunk/; revision=17838
2009-10-15 22:08:35 +00:00
Rob Vermaas
1a58864b52 * added Net-Twitter-Lite perl package
svn path=/nixpkgs/trunk/; revision=17822
2009-10-15 11:55:39 +00:00
Lluís Batlle i Rossell
a1061c1175 Adding the basics for 'ikiwiki'. I did not try how it serves the pages, but
at least "ikiwiki --setup ikiwikipath/etc/auto.setup" works for me with git.

svn path=/nixpkgs/trunk/; revision=17808
2009-10-14 21:00:54 +00:00
Rob Vermaas
7aae02cb99 added DBD-mysql, maatkit
svn path=/nixpkgs/trunk/; revision=17703
2009-10-07 15:08:34 +00:00
Eelco Dolstra
6d3edf1030 * Some Perl updates.
svn path=/nixpkgs/trunk/; revision=17164
2009-09-15 13:47:08 +00:00
Ludovic Courtès
b6a12ac090 GraphViz for AutoDia.
svn path=/nixpkgs/trunk/; revision=16912
2009-09-01 14:48:47 +00:00
Ludovic Courtès
62dc1d45f5 Add Inline' and Inline::Java'; fix Autodia.
svn path=/nixpkgs/trunk/; revision=16911
2009-09-01 14:36:10 +00:00
Ludovic Courtès
0dc8e1418e Add Autodia.
svn path=/nixpkgs/trunk/; revision=16909
2009-09-01 13:59:37 +00:00
Eelco Dolstra
211b4d9292 * Added Text::Table.
svn path=/nixpkgs/trunk/; revision=16698
2009-08-12 13:31:07 +00:00
Ludovic Courtès
c6d7c043f7 Add Perl-Image-ExifTool, with the exiftool(1) command-line tool.
svn path=/nixpkgs/trunk/; revision=16437
2009-07-21 20:42:04 +00:00
Eelco Dolstra
fb9eddb70b * Added Email::Simple::Creator.
svn path=/nixpkgs/trunk/; revision=16247
2009-07-08 13:18:27 +00:00
Eelco Dolstra
aa34103ac7 * Added Email::Sender.
svn path=/nixpkgs/trunk/; revision=16220
2009-07-07 14:58:30 +00:00
Eelco Dolstra
ce02a2e5b2 * Updated Catalyst and its dependencies.
svn path=/nixpkgs/trunk/; revision=16140
2009-07-02 13:56:24 +00:00
Lluís Batlle i Rossell
f82d27593c Adding imapsync, with the two needed perl packages.
svn path=/nixpkgs/trunk/; revision=15967
2009-06-15 18:37:42 +00:00
Eelco Dolstra
571e12ead4 * Fix XML::DOM.
svn path=/nixpkgs/trunk/; revision=15457
2009-05-05 19:42:59 +00:00
Rob Vermaas
42b9593bfd DBD-Pg
svn path=/nixpkgs/trunk/; revision=15351
2009-04-28 12:03:58 +00:00
Eelco Dolstra
1ca8ff1cbb * `make check' for Cache-FastMmap fails randomly under high load
because it's timing sensitive, so disable it (see
  http://hydra.nixos.org/build/26871/nixlog/1).

svn path=/nixpkgs/trunk/; revision=15338
2009-04-27 15:43:36 +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
Eelco Dolstra
ac24816344 * Move all the Perl packages out of all-packages.nix into a separate
file, perl-packages.nix.

svn path=/nixpkgs/trunk/; revision=15171
2009-04-20 12:08:09 +00:00