Commit graph

303 commits

Author SHA1 Message Date
Rob Vermaas
fa6314a955 Add perl module HTML::FromANSI and its dependencies. Make Testuseok use the casing that comes out of nix-generate-from-cpan, to prevent needing to special-case it on next generations. 2013-07-25 10:17:09 +02:00
Oliver Charles
61d3429154 perlPackages.NetRabbitFoot & dependencies: new expressions 2013-07-17 10:45:50 +01:00
Oliver Charles
d7b5a1beb1 perlPackages.LogContextual & dependencies: new expressions 2013-07-17 10:33:04 +01:00
Oliver Charles
ff5d030513 perlPackages.DBIxSimple: new expression 2013-07-17 10:31:19 +01:00
Oliver Charles
eec9e56226 perlPackages.AnyEvent: new expression 2013-07-17 10:02:19 +01:00
Evgeny Egorochkin
2c71290da7 Fix perl packages go use mirror://cpan where possible 2013-07-14 05:39:02 +03:00
Evgeny Egorochkin
649dd8377e perl-net-amazon-s3-policy: fix version to match tarball 2013-07-14 02:08:52 +03:00
Evgeny Egorochkin
3fe900b053 perl-uri-url: fix version to match tarball 2013-07-14 02:08:51 +03:00
Evgeny Egorochkin
e675a2a996 perl-io-pager: fix version 2013-07-14 02:08:51 +03:00
Oliver Charles
b17f4486a1 More Perl libraries
Adds:

- File-Share-0.02
- Module-Install-AuthorRequires-0.02
- Module-Install-AuthorTests-0.002
- Test-EOL-1.5
- Test-NoTabs-1.3
2013-07-12 16:26:48 +02:00
Bjørn Forsman
49fccb03e9 slic3r: new package
Slic3r is a G-code generator for 3D printers.

- Math-Clipper and Boost-Geometry-Utils have been bumped to satisfy
  Slic3r.

- Slic3r has problems with perl 5.16 due to a locale issue (comma vs
  period in floating point numbers). So we use perl 5.14.

- The tests fail, so we skip them. According to the author of Slic3r,
  that should be safe:

    "Tests failed because of a typo when the 0.9.10b tag was applied.
    You can safely ignore the test results, Slic3r will work."

  See https://github.com/alexrj/Slic3r/issues/1303

  For reference, the errors look like this:

    Use of uninitialized value $deg in numeric eq (==) at /tmp/nix-build-perl-slic3r-0.9.10b.drv-0/git-export/t/../lib/Slic3r/TriangleMesh.pm line 328.
    # Looks like your test exited with 255 before it could output anything.
2013-07-11 01:35:00 +02:00
Bjørn Forsman
f094996e9c perlPackages: compatibility with perl <= 5.10
This is just a small dependency fix for ExtUtils::CBuilder and
Module::Build to make them build with perl 5.10.

It seems that perl gradually adds CPAN modules into its core. So when
using older perl there typically some more dependencies to take care of.

ExtUtils-CBuilder 0.280202 is not available anymore, so I had to bump it
to 0.280205.
2013-07-11 00:59:09 +02:00
Bjørn Forsman
e9bee7d9cb ExtUtilsTypemapsDefault: fix for perl < 5.16
Add missing dependencies for ExtUtilsTypemapsDefault, needed when
building with perl < 5.16. This works for perl 5.16 too.

ExtUtils-ParseXS 3.15 has disappeared from the mirrors, so I had to bump
it to something available from CPAN; version 3.18.

See note from CPAN[1]:
  This module [ExtUtilsTypemap] exists merely as a compatibility
  wrapper around ExtUtils::Typemaps. In a nutshell, ExtUtils::Typemap
  was renamed to ExtUtils::Typemaps because the Typemap directory in
  lib/ could collide with the typemap file on case-insensitive file
  systems.

  The ExtUtils::Typemaps module is part of the ExtUtils::ParseXS
  distribution and ships with the standard library of perl starting with
  perl version 5.16.

[1] http://search.cpan.org/~smueller/ExtUtils-Typemap-1.00/lib/ExtUtils/Typemap.pm:
2013-07-11 00:58:20 +02:00
David Guibert
0db328dde0 String::ToIdentifier::EN: Update to 0.10 2013-06-26 13:37:40 +02:00
Eelco Dolstra
acba9240cd nixos.org/tarballs -> tarballs.nixos.org
It's currently the same machine, but tarballs.nixos.org should become
an S3/CloudFront site eventually.
2013-06-25 14:12:16 +02:00
Eelco Dolstra
f83a4dd41d Add Forks::Super 2013-06-17 15:14:40 +02:00
Eelco Dolstra
da862fb61b Add Net::Amazon::S3
As usual with Perl modules, adding one pulls in 30 more...
2013-06-16 23:45:50 +02:00
Eelco Dolstra
197b166f0c Update some Perl packages 2013-06-13 15:56:23 +02:00
Eelco Dolstra
de1c72f686 buildPerlModule: Call "./Build build"
Some modules require this.
2013-06-13 15:56:23 +02:00
Oliver Charles
c078f67a7a perlPackages.TestMagpie: new expression 2013-06-10 23:06:08 +01:00
Oliver Charles
6a7882ed8d perlPackages.LWPUserAgentMockable: new expression 2013-06-10 23:05:08 +01:00
Oliver Charles
15700d49c1 perlPackages.TemplatePluginClass: new expression 2013-06-10 23:04:08 +01:00
Oliver Charles
1c94ac90b4 perlPackages.MethodSignaturesSimple: new expression 2013-06-10 23:03:19 +01:00
Oliver Charles
18b9044ec8 perlPackages.HTMLSelectorXPath: new expression 2013-06-10 23:01:14 +01:00
Oliver Charles
ad136350c1 perlPackages.TestXPath: new expression 2013-06-10 22:58:22 +01:00
Oliver Charles
652425af07 perlPackages.MooseXRunnable: new expression 2013-06-10 22:57:32 +01:00
Oliver Charles
6d5b82416e perlPackages.TemplatePluginJavaScript: new expression 2013-06-10 22:56:40 +01:00
Oliver Charles
8a11acd8ac perlPackages.EnvPath: new expression 2013-06-10 22:56:01 +01:00
Oliver Charles
7e3f666673 perlPackages.TestJSON: new expression 2013-06-10 22:55:13 +01:00
Oliver Charles
912710ee9e perlPackages.XMLSemanticDiff: new expression 2013-06-10 22:54:29 +01:00
Oliver Charles
3a72c70ff4 perlPackages.TestMockClass: new expression 2013-06-10 22:53:59 +01:00
Oliver Charles
cba31c7778 perlPackages.TestRoutine: new expression 2013-06-10 22:47:53 +01:00
Oliver Charles
ac45df073d perlPackages.StringShellQuote: new expression 2013-06-10 22:47:21 +01:00
Oliver Charles
9130659599 perlPackages.DBIxConnector: new expression 2013-06-10 22:46:38 +01:00
Oliver Charles
51e8ad1c2b perlPackages.HTMLTreeBuilderXPath: new expression 2013-06-10 22:45:25 +01:00
Oliver Charles
32829201a4 perlPackages.IOAll: new expression 2013-06-10 22:44:14 +01:00
Oliver Charles
746b9fdaca perlPackages.DigestMD5File: new expression 2013-06-10 22:43:09 +01:00
Oliver Charles
c20fa8b209 perlPackages.StringTT: new expression 2013-06-10 22:41:35 +01:00
Oliver Charles
db0e68a37b perlPackages.EmailMIME: new expression 2013-06-10 22:39:50 +01:00
Oliver Charles
2aa2fff2d9 perlPackages.NetCoverArtArchive: new expression 2013-06-10 22:38:32 +01:00
Oliver Charles
3cbfa75086 perlPackages.NetAmazonS3Policy: new expression 2013-06-10 22:37:58 +01:00
Oliver Charles
c332132cb1 perlPackages.NetAmazonAWSSign: new expression 2013-06-10 22:37:22 +01:00
Oliver Charles
f7dcb609bf perlPackages.RSSParserLite: new expression 2013-06-10 22:36:24 +01:00
Oliver Charles
5fd1ae43fc perlPackages.CacheMemory: new expression 2013-06-10 22:35:29 +01:00
Oliver Charles
73d6af4767 perlPackages.MooseXABC: new expression 2013-06-10 22:32:57 +01:00
Oliver Charles
3c19030977 perlPackages.DateTimeFormatISO8601: new expression 2013-06-10 22:32:23 +01:00
Oliver Charles
7f41fb2ff0 perlPackages.MooseXTypesURI: new expression 2013-06-10 22:31:42 +01:00
Oliver Charles
63b7a6f25d perlPackages.MooseXClone: new expression 2013-06-10 22:30:32 +01:00
Oliver Charles
1abb47fc1f perlPackages.RESTUtils: new expression 2013-06-10 22:29:13 +01:00
Oliver Charles
195524c329 perlPackages.UnicodeICUCollator: new expression 2013-06-10 22:27:02 +01:00
Oliver Charles
98a9d9669b perlPackages.HTMLFormHandler: new expression 2013-06-10 22:25:39 +01:00
Oliver Charles
80a4e6f61f perlPackages.MooseXTypesStructured: new expression 2013-06-10 22:19:26 +01:00
Oliver Charles
69694da603 perlPackages.CGIExpand: new expression 2013-06-10 22:17:53 +01:00
Oliver Charles
9c7953d3b6 perlPackages.SetScalar: new expression 2013-06-10 22:17:22 +01:00
Oliver Charles
3a64c5d10f perlPackages.MathRandomSecure: new expression 2013-06-10 22:16:40 +01:00
Oliver Charles
78e81e0251 perlPackages.DataUUIDMT: new expression 2013-06-10 22:14:54 +01:00
Oliver Charles
1bb9fc728a perlPackages.CacheMemcachedFast: new expression 2013-06-10 22:12:28 +01:00
Oliver Charles
c578c19ff1 perlPackages.CatalystPluginCache: new expression 2013-06-10 22:11:59 +01:00
Oliver Charles
b5a700736e perlPackages.CatalystPluginUnicodeEncoding: new expression 2013-06-10 22:11:28 +01:00
Oliver Charles
bae4804ac3 perlPackages.Redis: new expression 2013-06-10 22:10:28 +01:00
Oliver Charles
107cfe7cee perlPackages.CatalystPluginCacheHTTP: new expression 2013-06-10 22:09:45 +01:00
Oliver Charles
ae5a6b36b7 perlPackages.DateTimeFormatPg: new expression 2013-06-10 22:07:48 +01:00
Oliver Charles
cd33c93a5b perlPackages.DigestHMAC_SHA1: new expression 2013-06-10 22:07:11 +01:00
Oliver Charles
2fc669c8a5 perlPackages.CatalystAuthenticationCredentialHttp: new expression 2013-06-10 22:06:34 +01:00
Oliver Charles
3e5878e90d perlPackages.TextWikiFormat: new expression 2013-06-10 22:04:43 +01:00
Oliver Charles
bdebf13d9e perlPackages.TextTrim: new expression 2013-06-10 22:03:37 +01:00
Oliver Charles
f41d722e8f perlPackages.TextUnaccent: new expression 2013-06-10 22:03:07 +01:00
Oliver Charles
2d458236a7 perlPackages.LogDispatch: new expression 2013-06-10 22:02:31 +01:00
Oliver Charles
65abb853f4 perlPackages.StatisticsBasic: new expression 2013-06-10 22:01:54 +01:00
Oliver Charles
7b8dbc338a perlPackages.PlackMiddlewareDebug: new expression 2013-06-10 22:00:55 +01:00
Oliver Charles
20784b09f4 perlPackages.ListUtilsBy: new expression 2013-06-10 21:59:09 +01:00
Oliver Charles
599c3b5f07 perlPackages.libintl_perl: new expression 2013-06-10 21:58:31 +01:00
Oliver Charles
21c4299c33 perlPackages.MooseXSingleton: new expression 2013-06-10 21:57:44 +01:00
Oliver Charles
d1f04fe92c perlPackages.StringEscape: new package 2013-06-10 21:56:58 +01:00
Oliver Charles
dfe33f6e20 perlPackages.CacheMemcached: new expression 2013-06-10 21:52:44 +01:00
Oliver Charles
4a517e4487 perlPackages.AlgorithmMerge: new expression 2013-06-10 21:50:48 +01:00
Eelco Dolstra
f1c42a8331 Module::Pluggable: Update to 4.8 2013-06-02 23:33:27 +02:00
Eelco Dolstra
412decd2a4 Crypt::RandPasswd: Update to 0.03
http://hydra.nixos.org/build/5098835
2013-05-28 12:09:44 +02:00
Eelco Dolstra
f34d24f14c Update LWP and LWP::Protocol::https 2013-05-23 13:48:17 -04:00
Eelco Dolstra
bba3b07055 CatalystX::RoleApplicator: Fix URL 2013-05-23 13:20:01 -04:00
Petr Rockai
1572a1f2a4 Add perl CatalystTraitForRequestProxyBase, with dependencies: CatalystXRoleApplicator MooseXRelatedClassRoles 2013-05-23 13:15:07 -04:00
Bjørn Forsman
1578fd3c1f munin: add missing dependencies
* Add needed dependencies:
  coreutils, python, ruby, java and several Perl modules (Time::HiRes
  1.9.724 is no longer available, bump to 1.9725)
* Use sha256 instead of md5 (more secure)
* Wrap munin perl scripts so they find their dependencies at runtime
* Rework meta description attributes.

FIXME/TODO: munin is still not usable; it tries to write log files and
web graphs to its installation path.
2013-05-20 19:10:44 +02:00
Domen Kozar
c9bae2bcbe munin: add the package, WIP 2013-05-20 11:18:40 +02:00
Petr Rockai
c61c4f4ca3 Add perl Text::BibTeX, along with Config::AutoConf and ExtUtils::LibBuilder. 2013-05-18 13:35:14 +02:00
Peter Simons
54d9cf1c65 Merge pull request #499 from bjornfor/perl-modules
Add perl modules needed to build "slic3r"
2013-05-03 00:43:16 -07:00
Bjørn Forsman
fbae002717 Add perl modules needed to build "slic3r"
Slic3r is a tool to convert a digital 3D model into printing
instructions for your 3D printer. I have some build/run issues with it
so add it later.

These perl modules are added:
  AlienWxWidgets
  BoostGeometryUtils
  constant-defer
  ExtUtilsCppGuess
  ExtUtilsTypemapsDefault
  ExtUtilsXSpp
  GrowlGNTP
  MathLibm
  MathClipper
  MathConvexHullMonotoneChain
  MathGeometryVoronoi
  MathPlanePath
  ModuleBuildWithXSpp
  NetDBus
  Spiffy
  TestBase
  Wx

A couple of old modules were no longer available on CPAN so I bumped
them:
  DataUUID
  ExtUtilsMakeMaker
  ExtUtilsManifest
  version
  VersionRequirements

XMLTwig fails in the test phase (it is missing a dependencies), so the
test is skipped. (How did it pass the test before?)
2013-05-03 09:31:12 +02:00
Shea Levy
e3a920feec DBIxClass: Update
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-01 10:04:26 -04:00
Eelco Dolstra
1e316e8eac sqlite: Make 3.7.16 the default again
I've fixed the Hydra problem and the DBIx::Class issue is only a
problem in its test suite, apparently.
2013-04-30 00:16:56 +02:00
Eelco Dolstra
61ec5a1ca4 DBI: Update to 1.625 2013-04-30 00:03:56 +02:00
Peter Simons
cbf9bbd5f4 sqlite: downgrade from version 3.7.16.1 to 3.7.14.1
The recent sqlite update broke -- among other things -- the Hydra regression
test suite. Until these issues have been resolved, we stick to the older
reliable version.
2013-04-27 22:36:03 +02:00
Gergely Risko
5c29fcc427 Update ack to 2.02 (and File-Next to 1.12, only used by ack) 2013-04-21 13:10:44 +02:00
Shea Levy
4a2e18b6ec perlPackages.DBIxClass: Disable tests for now
Tests are broken with latest sqlite, see http://lists.scsys.co.uk/pipermail/dbix-class/2013-April/011271.html

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-16 13:39:41 -04:00
Sander van der Burg
c2389fcb9d Bumped DBIxClass to version 0.08210 2013-04-16 12:15:02 +02:00
Shea Levy
ff54e4724c Catalyst::Action::REST: Bump to 1.07
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-11 18:28:08 -04:00
Peter Simons
fcdd1d5343 perl-packages.nix: fix misplaced attribute from previous commit 2013-04-06 15:28:02 +02:00
Peter Simons
cde41fe551 perl-packages.nix, all-packages.nix: generally refer to 'postgresql' instead of 'postgresql92'
This allows users to override the 'postgres' attribute with a different version
and have the effect propagated to all other packages that depend on it.
2013-04-06 15:24:11 +02:00
Shea Levy
34e0c33d6f Allow overriding perlPackages
__overrides is the worst.

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-29 12:41:38 -04:00
Shea Levy
7a69bd708e Add the DBIxClassHelpers package
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-27 16:35:54 -04:00
Peter Simons
f2726c5c57 perl-GD: update to version 2.49 in a blind attempt to fix test suite failures on x86-linux 2013-03-26 02:19:22 +01:00
Lluís Batlle i Rossell
4ef33e7a67 perlPackages: add SGMLSpm
Required by iputils to create the manpages.
2013-03-18 15:07:19 +01:00