summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2016-07-21Updated p5-List-MoreUtils to 0.416.wiz2-8/+7
0.416 2016-07-06 - Change the way how the XS part is loaded as a result of RT#115808 - Fix some spelling errors (fix RT#115807), thanks Salvatore Bonaccorso - Requires XSLoader 0.22
2016-07-21Updated p5-File-Next to 1.16.wiz2-7/+7
1.16 Thu Jul 7 22:41:30 CDT 2016 [FIXES] File::Next::from_file() would ignore the C<warning_handler> argument if it was passed in.
2016-07-21Add missing dependency for 'ipython notebook'.wiz1-1/+3
From K.I.A.Derouiche in PR 51351.
2016-07-21Updated afl to 2.19b.wiz2-7/+7
-------------- Version 2.19b: -------------- - Made a fix to make sure that auto CPU binding happens at non-overlapping times.
2016-07-21Updated libidn to 1.33.wiz2-8/+7
* Version 1.33 (released 2016-07-20) [beta] ** libidn: Fix out-of-bounds stack read in idna_to_ascii_4i. See tests/tst_toascii64oob.c for regression check (and the comment in it how to use it). Reported by Hanno Böck <hanno@hboeck.de>. ** idn: Solve out-of-bounds-read when reading one zero byte as input. Also replaced fgets with getline. Reported by Hanno Böck <hanno@hboeck.de>. ** libidn: stringprep_utf8_nfkc_normalize reject invalid UTF-8. It was always documented to only accept UTF-8 data, but now it doesn't crash when presented with such data. Reported by Hanno Böck. ** Dropped valgrind suppressions file, should no longer be needed. ** API and ABI is backwards compatible with the previous version.
2016-07-20- More BUILD_DEPENDS for make testmef1-1/+3
p5-Moo-[0-9]*:../../devel/p5-Moo p5-Exporter-Tiny-[0-9]*:../../devel/p5-Exporter-Tiny
2016-07-20- Add following packages on BUILD_DEPENDS for make testmef1-1/+3
p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
2016-07-20Added devel/p5-MooX-ClassAttribute version 0.011mef1-1/+2
2016-07-20Import p5-MooX-ClassAttribute-0.011 as devel/p5-MooX-ClassAttribute.mef3-0/+32
This module adds support for class attributes to Moo. Class attributes are attributes whose values are not associated with any particular instance of the class. For example, the Person class might have a class attribute "binomial_name"; its value "Homo sapiens" is not associated with any particular individual, but the class as a whole.
2016-07-20Use TOOLS_PATH.bash for finding bash.wiz1-3/+3
Hopefully helps with built-in bash.
2016-07-20Remove obsolete patch, noted by richard.wiz1-23/+0
2016-07-20Added following packages on BUILD_DEPENDS for make testmef1-1/+5
p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3
2016-07-20- Added following package on BUILD_DEPENDS for make testmef1-1/+2
p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
2016-07-20- Added following package on BUILD_DEPENDS for make testmef1-1/+3
p5-MooseX-Role-Strict-[0-9]*:../../devel/p5-MooseX-Role-Strict
2016-07-20- Added following package on BUILD_DEPENDS for make testmef1-1/+3
p5-Moo-[0-9]*:../../devel/p5-Moo
2016-07-20- Added two packages on BUILD_DEPENDS for make testmef1-1/+5
p5-Capture-Tiny-[0-9]* p5-Module-Install-[0-9]*
2016-07-19Update ruby-fast_gettext to 1.1.0.taca2-7/+7
* Use travis containers to fix: undefined method `spec' for nil:NilClass See bundler/bundler#3558 * Support for lazy loading of .mo and .po files Makes `MoFile` and `PoFile` being loaded when translations are touched for the first time. This allows to skip loading unused translations and speed up application load time. The original behavior is still available when `:eager_load => true` switch is used. * simpler load paths
2016-07-19Fix build on SunOS.jperkin3-9/+20
2016-07-18Use github as HOMEPAGE, it has a newer version than the sourceforge page.wiz1-2/+2
2016-07-16Updated libctl to 3.2.2.wiz4-15/+16
Switch to guile20. libctl 3.2.2 * Bug fix to interpolate-uniform for guile 1.8+.
2016-07-16Update autogen to 5.18.10.wiz7-54/+58
Switch from guile (1.8) to guile20. Clean up some pkglint. New in 5.18.10 - May 2016 * NUL terminate CGI definitions text New in 5.18.9 April 2016 * When parsing CGI, do not allow spaces to be lost * In producing usage text, check more rigorously that option "values" are really not flag characters. New in 5.18.8 March 2016 * Ensure testing vars start as unset for testing * happy new year & de-uglifications New in 5.18.7 December 2015 * Guile 1.6 support was removed * bootstrapping was made idempotent * add --enable-static-autogen config option * add (max-file-time) scheme function (max source file time) * Allow MAN_PAGE_DATE to override using the date program in man page templates * Enable byte-for-byte build reproducibility
2016-07-16New package, go-testify.bsiegert6-1/+127
Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend. Features include: - Easy assertions - Mocking - HTTP response trapping - Testing suite interfaces and functions
2016-07-16New package, go-mow-cli.bsiegert6-1/+73
A framework to build command line applications in Go with most of the burden of arguments parsing and validation placed on the framework instead of the developer.
2016-07-16Add a buildlink3.mk for dependent packages.bsiegert1-0/+16
2016-07-16Update to 2.14wen2-8/+7
Upstream changes: 2016-06-25 k <andk@cpan.org> * release 2.14 * three weeks after the trial release; cpantesters have generated 383 passes, no fail * no changes except for a few in the distroprefs/ directory which do not count because it is not used per default 2016-06-04 k <andk@cpan.org> * release 2.14-TRIAL * Fix failing tests on Windows (hopefully); tested on my i5-3317U notebook with Strawberry 5.24 and HARNESS_OPTIONS=j3: 104 wallclock secs * set SIGWINCH to IGNORE only when the key WINCH exists in %ENV (avert noise on boxes that do not support it) * fix a rare bug when ->expand returned nothing for whatever reason * improve diagnostics on fails during testing (but it is still very hard to debug these tests) 2016-05-16 k <andk@cpan.org> * release 2.13-TRIAL * support for parallel running tests (tested with HARNESS_OPTIONS=j8) * bump all versions that have changed since 2.10 or 2.12 so we can generate a better pull request for bleadperl 2015-12-31 k <andk@cpan.org> * release 2.12-TRIAL * merge in a lot of small changes to App::Cpan and cpan (brian d foy) * rt#92435: non-deterministic dependency handling (Zefram) * fix "Redundant argument in sprintf" (Father Chrysostomos) * rt#102867: sequential build dir names (Zefram) * rt#102429: Tarball with bad permissions may kill CPAN shell (Slaven Rezic) * rt#71722: Locking issues on Windows (Slaven Rezic, Andreas Koenig) * several small changes improving NFS file locking (Andreas Koenig) * warn if system returns -1 when trying to make (David Golden) * github#91: fixes Help to fit in an 80-character console window (Steve Hay, Andreas Koenig) * encourage plugin names of the style CPAN::Plugin::$something (Slaven Rezic) * rt#107353: set SIGWINCH to IGNORE (rene.schickbauer, Andreas Koenig) * rt#106009: bump dependency on IO::Scalar to 2.105
2016-07-16Update to 1.2018wen2-8/+7
Upstream changes: 1.2018 2016-06-21 15:05:12-04:00 America/New_York [CHANGED] - Expand list of environment variables included in reports
2016-07-16Update to 2.80wen2-8/+7
Upstream changes: version 2.80 at 2016-06-20 20:52:25 +0000 ----------------------------------------- Change: eb8b805edeb4683414b78f34eedb2f59d53e9a8c Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2016-06-20 21:52:25 +0000 Updated for v5.25.2
2016-07-16Update to 2.62wen2-8/+7
Upstream changes: 2.62 - fix rt.cpan.org#115326: Callback on 'pre_open' not called when glob expands to one include file - added patch by Niels van Dijke, which adds apache IFDefine support. Use -UseApacheIfDefine=>1 to enable, add defines with -Define and add <IFDefine ...> to your config, see pod for details. - added test case for the code. - fixed unindented half of the pod, which was largely no readable because of this. However, I wonder why this hasn't reported, seems nobody reads the docs :) - fixed tab/space issues here and there
2016-07-16Update to 0.08wen2-9/+8
Upstream changes: 0.08 2016-07-15 MANWAR - Added LICENSE file as reported by CPANTS. 0.07 2016-06-10 MANWAR - Added README file as reported by CPANTS. 0.06 2016-06-05 MANWAR - Updated Copyright details as suggested by Yuval Kogman (original author). - Added more information to the pod document. 0.05 2016-05-28 MANWAR - Tidied up pod document. - Tidied up Changes file. - Rewrote Makefile.PL script. - Added section "REPOSITORY". - Added standard 00-load.t script.
2016-07-16Update to 0.004wen2-8/+7
Upstream changes: 0.004 2016-05-16 19:18:36+01:00 Europe/London - fix POD typo (RT#76421) - Use "bareword::filehandles/disabled" as the hint hash key - Fix building on -DPERL_OP_PARENT perls (RT#114394)
2016-07-16Update to 0.05wen2-8/+7
Upstream changes: 0.05 2016-07-13 01:26:33Z - release 0.04_01 as stable, with tooling updates. 0.04_01 2009-09-25 15:48:45Z - Store static data more safely.
2016-07-16Fix build with gcc6markd3-1/+49
2016-07-16Switch to using wxGTK30 and fix build with gcc6.markd9-4/+118
2016-07-16gcc6 build fix and deal with an openssl that has OPENSSL_NO_SSL3 setmarkd3-1/+40
2016-07-16Update to 0.76wen2-8/+7
Upstream changes: 0.76: # 2016-06-21T23:02:44+0200 - Start supporting cperl installation. - cperl releases are sourced from: https://github.com/perl11/cperl/releases - Deal with a regex warning when testing perlbrew with perl-5.25. See RT: https://rt.cpan.org/Ticket/Display.html?id=114871
2016-07-15fix typobsiegert1-2/+2
2016-07-15New package, go-ratelimit.bsiegert5-1/+38
The ratelimit package provides an efficient token bucket implementation. See http://en.wikipedia.org/wiki/Token_bucket.
2016-07-15Update to 6.006wen2-8/+7
Upstream changes: 6.006 2016-07-04 10:56:36-04:00 America/New_York - add some documentation to Dist::Zilla::App::Tester (thanks, Alberto Sim繭es!) - optimizations to regex munging (thanks, Olivier Mengu矇!) - add x_serialization_backend to META.* files (thanks, Karen Etheridge!) - metadata plugins are called before metadata defaults are built (thanks, Karen Etheridge!) - don't use ExtraTests plugin, but if you do, its generated test files are a bit faster when unused
2016-07-15Update to 1.1.0wen2-8/+7
Upstream changes: 1.1.0 Fri 1 Jul 14:20:06 2016 - overhaul ccstash - simplify the tests - improve the documentation - return undef if called outside of a require - remove the do FILE tests from hints.t since Lexical::SealRequireHints doesn't support it (RT#85101) 1.0.1 Tue 28 Jun 10:09:48 2016 - META.yml: add the bugtracker link - META.yml: fix the version 1.0.0 Tue 28 Jun 09:15:13 2016 - remove on_require
2016-07-15Update to 3.35wen2-7/+7
Upstream changes: 3.35 - 2016-06-17 * Fix compilation in bleadperl by removing a bad test.
2016-07-15Update to 2.161wen2-8/+7
Upstream changes: 2.161 (Jul 11 2016) Perl 5.12 fix/workaround until fixed PPPort release. Pre-5.12 fixes for test dependency. 2.160 (Jul 3 2016) Now handles huge inputs on 64bit perls. Add Trailingcomma option. This is as suggested in RT#126813. Significant refactoring of XS implementation. Pure Perl implementation fixes in corner cases ("\n" dumped raw").
2016-07-15Update to 2.000019wen2-8/+7
Upstream changes: 2.000019 - 2016-04-19 - fix bootstrapping into directory with spaces (PR#4) - fix variable interpolation to work when used with sh -u (RT#112711) - author test enhancements
2016-07-15Update to 0.56wen2-8/+8
Upstream changes: 0.56 2016-07-07 NEILB - Switched from using the deprecated TIE interface for Memoize - Refactored to current traditional directory structure - Switched to Dist::Zilla
2016-07-15Update to 1.02000wen2-7/+7
Upstream changes: 1.020000 12.07.16 * Added support for Author->release_count & Author->links methods (Mickey) * Added support for url_prefix parameter for Pod (Mickey) 1.019000 06.07.16 * Added missing 'download_url' attribute to file/module result objects (Mickey) 1.018000 06.07.16 * Added support for download_url endpoint (Mickey) * Default domain set by providing 'version' - makes it easy to work with v1 (Mickey) 1.017000 28.06.16 * Fixed nodes list for Search::Elasticsearch (Mickey) * Added support for 'aggregations' (Mickey) 1.016000 27.06.16 * Added support for 'all' filters type 'files' (Mickey) * http -> https (Mickey)
2016-07-15Update to 5.20160620wen2-8/+7
Upstream changes: 5.20160620 - Updated for v5.25.2 5.20160520 - fixed edge-case checking in is_core() (checking for a specific version of a module returned false for the first perl release that contained it) - Updated for v5.25.1
2016-07-15Update to 0.003wen2-9/+8
Upstream changes: 0.003 2016-06-23 03:40:02Z - Makefile.PL now also checks for incompatible Moose versions
2016-07-15Update to 0.71wen2-8/+7
Upstream changes: 0.71 2016-06-19 04:08:13Z - private attributes (i.e., lead "_) with a public init_arg now work.
2016-07-15Update to 0.100wen2-8/+7
No changelog found.
2016-07-15Update to 0.09wen2-9/+10
Add missing BUILD_DEPENDS Upstream changes: 0.09 2016-06-08 01:05:14Z - made MooseX::Getopt an optional dependency again (broken in 0.07)
2016-07-15Add p5-Test-Needswen1-1/+2