summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-08-16Update to 0.16. Changes undocumented.wiz2-7/+6
2011-08-16Updated graphics/p5-Chart to 2.4.2wiz1-1/+2
2011-08-16Update to 2.4.2. Set LICENSE.wiz2-7/+7
2.4.2 Changes done by R. Dassing, Michael Potter Base.pm: The values for 'true' resp. 'false' may be of the following true: TRUE, true, T, t, 1 and defined false: FALSE, false, F, f, 0 or undefined Base.pm: Added new options xlabel and xrange which is valid for xy_plot and Chart::Lines, Chart::Points, Chart::LinesPoints, Chart::Split, Chart::ErrorBars. In order to use the labels, the chart module needs to have 'xlabels' AND 'xrange' set. Below is some example code for use: @labels = (['Jan', 'Feb','Mar'], ['10','40','70']); $chart->set( xlabels => \@labels, xrange => [0,100] ); This options allow to set and position labels at the x-axis arbitrary. add_dataset() and app_pt() accepts now datasets as lists and as references to list like already mentioned in the docs Pie.pm: Optimized organisation of the placement of the labels. Added flag to avoid plotting of legends at all Using GD Version 2.0.36 as this version supports 'filledArc' Composite.pm: Correction due to Request 23166 write the endmost value of input array in imagemap_data array Lines.pm: Correction due to Request 23166: write the endmost value of input array in imagemap_data array
2011-08-16Updated graphics/p5-cairo to 1.062wiz1-1/+2
2011-08-16Update to 1.062:wiz2-7/+6
Overview of changes in Cairo 1.062 ================================== * Cairo::FtFontFace: Keep the FT_Face alive long enough to avoid segfaults * Add two new example programs * Fix test failures
2011-08-16Updated geography/p5-Geo-Distance to 0.17wiz1-1/+2
2011-08-16Update to 0.17:wiz2-7/+6
0.17 2011-06-28 - Fix circular package dependencies with Geo::Distance::XS (not really an issue practically, but then again it wasn't really helping).
2011-08-16Updated fonts/p5-Font-TTF to 0.48wiz1-1/+2
2011-08-16Update to 0.48. Changes undocumented.wiz2-7/+7
Set LICENSE.
2011-08-16Updated finance/p5-Locale-Currency-Format to 1.30wiz1-1/+2
2011-08-16Update to 1.30, changes not documented.wiz2-7/+6
2011-08-16Updated devel/p5-CPAN-Reporter to 1.2002wiz1-1/+2
2011-08-16Update to 1.2002.wiz2-6/+7
1.2002 2011-08-10 17:52:08 America/New_York [BUG FIXES] - Fix failing tests on systems without Test::Reporter::Transport::Metabase - Minor test cleanups for use with 'prove'
2011-08-16Updated devel/p5-ExtUtils-MakeMaker to 6.59nb1wiz1-1/+2
2011-08-16Add two missing dependencies; fixes conflict with p5-File-Copy-Recursive.wiz1-1/+7
Bump PKGREVISION.
2011-08-16Added devel/p5-CPAN-Meta version 2.112150wiz1-1/+2
2011-08-16+ p5-CPAN-Meta.wiz1-1/+2
2011-08-16Initial import of CPAN-Meta-2.112150.wiz3-0/+32
Software distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the META.json file is described in CPAN::Meta::Spec. CPAN::Meta provides a simple class to represent this distribution metadata (or distmeta), along with some helpful methods for interrogating that data.
2011-08-16Updated devel/p5-App-perlbrew to 0.28wiz1-1/+2
2011-08-16Update to 0.28, add some missing dependencies.wiz2-9/+18
0.28: - fixes for cpantester - Fix 'switch' and 'use' for bash users, by Woody2143++ - The standalone `perlbrew` file is now packed with fatpacker, by running `dev-bin/build.sh`. `perl Makefile.PL` does no trigger a re-build anymore. - Update the installer to grab patchperl 0.46
2011-08-16+ p5-Test-Specwiz1-1/+2
2011-08-16Initial import of p5-Test-Spec-0.38:wiz3-0/+33
This is a declarative specification-style testing system for behavior-driven development (BDD) in Perl. The tests (a.k.a. examples) are named with strings instead of subroutine names, so your fingers will suffer less fatigue from underscore-itis, with the side benefit that the test reports are more legible.
2011-08-16Updated devel/p5-Package-Stash to 0.31wiz1-1/+2
2011-08-16Update to 0.31:wiz2-10/+15
0.31 2011-08-08 - fix ->add_symbol('$foo', qr/sdlfk/) on 5.12+ - fix ->add_symbol('$foo', \v1.2.3) on 5.10+ 0.30 2011-07-21 - fix compiler detection in Makefile.PL (ribasushi) 0.29 2011-04-06 - no, *really* skip the package-stash-conflict script 0.28 2011-03-29 - META.json fixes (mst) 0.27 2011-03-27 - also skip the package-stash-conflicts script (Father Chrysostomos) 0.26 2011-03-04 - make the namespace cache lazy and weak, in case the stash is deleted - but, this doesn't work on 5.8, so disable the namespace caching entirely there 0.25 2011-01-25 - make the leak tests author-only, since some smokers run release tests 0.24 2011-01-17 - oops, i did need the Test::Requires dep 0.23 2011-01-11 - lower perl prereq to 5.8.1 (ribasushi) - make the leak tests release-only, since they keep randomly failing on platforms i don't have access to. people are encouraged to submit patches for these if they are affected. 0.22 2011-01-05 - bump ::XS dep again 0.21 2011-01-05 - bump Package::Stash::XS dep, since a bug was fixed there 0.20 2011-01-03 - one more fix for the Conflicts plugin 0.19 2011-01-03 - stop manually inserting conflict checking into Makefile.PL since we're using the dzil Conflicts plugin now 0.18 2011-01-03 - non-trial release 0.17-TRIAL 2011-01-03 - use Dist::Zilla::Plugin::Conflicts rather than doing it by hand - silence deprecation warnings for the method renaming for now 0.16-TRIAL 2010-12-31 - use Dist::CheckConflicts 0.15-TRIAL 2010-11-16 - split the XS conversion out to its own dist (Package-Stash-XS), and convert Package::Stash into a module which loads either the XS or pure perl implementation, depending on what's available 0.14-TRIAL 2010-11-14 - complete rewrite in C, for speed (this includes the vivification changes from earlier). should be entirely backwards compatible otherwise (in terms of documented api anyway). - methods were renamed for brevity: s/_package// 0.13 2010-10-31 - revert the vivification changes for now, to get an actual release out with Test::Fatal 0.12-TRIAL 2010-10-27 - actually include the conflict stuff in the release (bah) 0.11-TRIAL 2010-10-27 - conflict on mx-role-withoverloading too 0.10-TRIAL 2010-10-27 - only do the weird ISA special-casing on perl versions where it's broken 0.09-TRIAL 2010-10-27 - clean up the vivication code a lot, make it behave more sanely - use Test::Fatal instead of Test::Exception (Justin Hunter)
2011-08-16Added devel/p5-Package-Stash-XS version 0.23wiz1-1/+2
2011-08-16+ p5-Package-Stash-XSwiz1-1/+2
2011-08-16Initial import of p5-Package-Stash-XS-0.23:wiz3-0/+29
This is a backend for p5-Package-Stash, which provides the functionality in a way that's less buggy and much faster. It will be used by default if it's installed, and should be preferred in all environments with a compiler.
2011-08-16Added devel/p5-Dist-CheckConflicts version 0.02wiz1-1/+2
2011-08-16+ p5-Dist-CheckConflicts.wiz1-1/+2
2011-08-16Initial import of p5-Dist-CheckConflicts-0.02:wiz3-0/+32
One shortcoming of the CPAN clients that currently exist is that they have no way of specifying conflicting downstream dependencies of modules. This module attempts to work around this issue by allowing you to specify conflicting versions of modules separately, and deal with them after the module is done installing.
2011-08-16Added devel/p5-Test-Trap version 0.2.1wiz1-1/+2
2011-08-16+ p5-Test-Trap.wiz1-1/+2
2011-08-16Initial import of p5-Test-Trap-0.2.1.wiz3-0/+34
This modules is primarily (but not exclusively) for use in test scripts: A block eval on steroids, configurable and extensible, but by default trapping (Perl) STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return values from boxed blocks of test code. The values collected by the latest trap can then be queried or tested through a special trap object.
2011-08-16Added devel/p5-Devel-PatchPerl version 0.52wiz1-1/+2
2011-08-16+ p5-Devel-PatchPerlwiz1-1/+2
2011-08-16Initial import of p5-Devel-PatchPerl-0.52.wiz3-0/+29
Devel::PatchPerl is a modularisation of the patching code contained in Devel::PPPort's buildperl.pl. It does not build perls, it merely provides an interface to the source patching functionality.
2011-08-16Updated databases/p5-ORLite to 1.50wiz1-1/+2
2011-08-16Update to 1.50:wiz2-8/+8
1.50 Tue 7 Jun 2011 - Removed normalize as a supported parameter, normalizing columns turns out not to work in practice. However, we always normalize tables to get the class name for the table as that seems to result in class names that make much more sense. 1.49 Wed 1 Jun 2011 - Adding normalize support to turn columnName into column_name 1.48 Fri 21 Jan 2011 - Initial support for shim => 1 to simplify customisation (ADAMK) 1.47 Wed 8 Dec 2010 - Adding readonly support for views (ADAMK) 1.46 Tue 30 Nov 2010 - Bumped File::Path dependency to 2.08 to prevent test failures from the one shipped with Perl 5.8.9 (AZAWAWI) - Added experimental base class ->update support (ADAMK) - Added the qname attributes to the generator structs to simplify and improve readability of SQL fragment strings (ADAMK)
2011-08-16Updated devel/p5-Module-Install to 1.01wiz1-1/+2
2011-08-16Update to 1.01:wiz2-7/+6
1.01 Wed 27 Apr 2011 - Better error message in install_share (CHORNY) - Compatibility with MYMETA.yml support in EUMM (CHORNY) - Support for extraction of Artistic 2.0 license (CHORNY) - Support https links when searching for bug trackers (CHORNY)
2011-08-16Updated databases/p5-MARC-Record to 2.0.3wiz1-1/+2
2011-08-16Update to 2.0.3:wiz2-7/+6
2.0.3 Fri Jan 14 17:50:12 EST 2011 - RT#62296: fix crash when dealing with record bigger than 99999 bytes (Alex Arnaud) - test cases for MARC::Field->subfields() - RT#61198: let subfields return an empty array on control fields (Colin Campbell) 2.0.2 Tue May 4 13:04:07 EDT 2010 - RT#57180: put back and expanded copyright statement in README at Debian request - set license element in META.yml 2.0.1 Sat May 1 15:59:54 EDT 2010 [ENHANCEMENTS] - improve support for subclassing MARC::Field (Dan Wells) - RT#55993: MARC::Record->insert_fields_after can now insert after last field in record (Frédéric Demians) - added methods to MARC::Field to allow a (class-level) list of fields that should be considered control fields in addition to 001-009. Includes test t/extra_controlfields.t, and supports alphabetic characters in the tag labels. The new methods are allow_controlfield_tags disallow_controlfield_tags is_controlfield_tag (Bill Dueber) - added MARC::Record::delete_fields() and t/delete-field.t (Ed Summers) - documentation improvements (Mike Rylander and Dan Scott) - baked in minimum Perl version required: 5.8.2
2011-08-16Updated databases/p5-DB_File to 1.824wiz1-1/+2
2011-08-16Update to 1.824:wiz2-6/+6
1.824 6 Aug 2011 * Amendments to tests to work in blead [RT #70108] 1.823 6 Aug 2011 * croak if attempt to freeze/thaw DB_File object [RT #69985]
2011-08-16false is /usr/bin/false, not "exit 1". These two are not the same thing.bsiegert1-2/+2
This fixes the build of pkg-config on MirBSD, which broke 5125 other packages during the last bulk build.
2011-08-16Updated databases/p5-BerkeleyDB to 0.49wiz1-1/+2
2011-08-16Update to 0.49. Fix interpreters.wiz2-6/+7
0.49 6th August 2011 * Documentation updated courtesy of Mike Caron * croak if attempt to freeze berkeleydb object [RT #69985]
2011-08-16Updated converters/p5-JSON-XS to 2.320wiz1-1/+2
2011-08-16Update to 2.32:wiz2-6/+6
2.32 Thu Aug 11 19:06:38 CEST 2011 - fix a bug in the initial whitespace accumulation.
2011-08-16Updated comms/p5-Device-Gsm to 1.58wiz1-1/+2