from 3.23 to 3.25.
upstream changes:
3.25 2012-06-05
- Rereleased to fix CPAN permission problem. No functional change.
3.24 2012-06-03
- RT #74393: corrected typo in M::B integration docs.
- RT #63473: fix typo.
- RT #49732: Attempt to load File::Glob::Windows to get correct
glob semantics on Win32.
- RT #47890: Don't use Win32::GetShortPathName.
- RT #64404: Ignore textness ('-T') of script when reading shebang.
- Handle the case where we don't know the wait status of the
test more gracefully.
- Make the test summary 'ok' line overrideable so that it can be
changed to a plugin to make the output of prove idempotent.
- Apply upstream patch:
http://perl5.git.perl.org/perl.git/commit \
/6359c64336d99060952232e7e300bd3c31afead8
In testargs.t in Test::Harness, don't run a world-writable file.
The test writes a file, then changes the mode, then executes it.
The file needs to be +x to be executable (on many platforms).
The file will need to be +w to be deletable on some platforms.
But setting the file world writable just before running it feels
like a bad idea, given that the file's name is as predictable
as process IDs, as there's a race condition to break into the
account running perl's tests.
devel/p5-Module-Pluggable from 4.0 to 4.3.
pkgsrc changes:
- switch PERL5_MODULE_TYPE from ExtUtils::MakeMaker (default) to
Module::Build
upstream changes:
2012-08-15 - 4.3
* Fix calling the correct method when instantiating (Doh!)
* Hopefully stop smoker failures
2012-08-14 - 4.2
* Fix a problem with installation directory (Jerry D. Hedden)
2012-07-20 - 4.1
* Allow triggers on events which gives a powerful way to modify
behaviour (Tim Brody, Dan Dascalescu, Paul Evans, Jens Rehsack)
* Put documentation in about behaviour under blib and test, allow
searching outside blib under test (suggestion from Stephen Baynes)
* Made following symlinks the default behaviour, added ability to
turn that off (Aran Deltac)
* Fix installation path (Matthias Dietrich, Todd Rinaldo)
* Allow min_depth and max_depth (as per suggestion from Jens Rehsack)
* Set our @INC up to include and prefer our search_dirs if necessary
(as per suggestion from Ian Goodacre)
* Switch to Module::Build
devel/p5-MooseX-Types-Path-Class from 0.05nb4 to 0.06.
upstream changes:
0.06 Wed Mar 28 2012
* added SEE ALSO section in pod
* converted git repo to Dist::Zilla
devel/p5-MooseX-Types-LoadableClass from 0.006nb1 to 0.008.
pkgsrc changes:
- adjust dependencies
upstream changes:
0.008 13-03-2012
- Do not require Test::Exception. RT#75246
0.007 15-02-2012
- Be more paranoid about the potential for $_ being clobbered.
from 0.30nb1 to 0.35.
pkgsrc changes:
- adjust dependencies
upstream changes:
0.35 2012-05-19
- The new delegation code could fail when a type had no
parent. Attempting to subtype Any was one way to trigger the
bug. (Dave Rolsky)
- The new delegation code broke calling ->can or ->isa on
MooseX::Types::TypeDecorator as a class method. (Dave Rolsky)
0.34 2012-05-18
- Special case new to avoid unexpected exceptions on unloaded classes
0.33 2012-05-18
- Switch delegation order to prioritise type over class except for new
0.32 2012-05-18
- Support delegation of methods to the class for class types
- Factor out _try_delegate method
0.31 2011-12-22
- Add support for qw( :all ) on MooseX::Types::Combine libraries.
(kentnl)
devel/p5-MooseX-MarkAsMethods from 0.14 to 0.15.
upstream changes:
0.15 2012-05-30 17:34:11 America/Los_Angeles
* Document that overload declarations must use the anon sub style for
methods to resolve correctly.
* No code/functionality changes.
from 0.37 to 0.47.
pkgsrc changes:
- adjust (build/test) dependencies
upstream changes:
0.47 2012-08-30 16:37:59 PDT-0700
- re-release to remove double $VERSION declarations
0.46 2012-08-30 15:17:28 PDT-0700
- -h is also treated as a --help option
0.45 2012-05-13 09:49:58 PDT-0700
- use Path::Class in test to avoid test failures on MSWin32 with filename
construction
0.44 2012-05-11 10:44:48 PDT-0700
- now respecting value of configfile passed to the constructor, when used in
conjunction with MooseX::ConfigFromFile. (Karen Etheridge)
0.43 2012-04-29 09:35:52 PDT-0700
- re-release as non-trial.
0.42-TRIAL 2012-04-15 09:13:05 PDT-0700
- reformatted the Changes file, with the help of CPAN::Changes, to something
a little more standard.
- more release-only tests added
0.41-TRIAL 2012-04-14 18:36:00 PDT-0700
- Now bails with exit status 0, rather than dying, when printing
requested --usage/--help information (usage printed via invalid arguments
will still die, however). (Karen Etheridge)
0.40 2012-04-13
- Fix tests when MooseX::ConfigFromFile is installed, with
Getopt::Long::Descriptive >= 0.091. RT#76287
- Pod fix from debian. Salvatore Bonaccorso <carnil@debian.org> RT#74681
- Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681
0.39 2012-02-03
- Fix argument parsing in process_argv when used with ConfigFromFile so
that -v can be used as expected, rather than being grabbed as --version
0.38 2011-12-23
- More documentation on Getopt::Long settings and how they alter this
role's behaviour, in particular with regards to extra_argv capturing.
(Karen Etheridge)
pkgsrc changes:
- adjust dependencies
upstream changes:
0.09 2012-03-18 20:21:21 America/New_York
- RT#74668: can use a sub {} for configfile default (yanick)
- RT#75446: add all necessary metadata as part of conversion
to Dist::Zilla (mjgardner)
- RT#75447: require correct version of Getopt::Long::Descriptive so
basic and configfile tests can pass (mjgardner)
- lots of code and documentation cleanup, driven by
release tests (mjgardner)
0.08 2012-03-14
- no code changes, just repackaging distribution archive with
correct root (mjgardner)
0.07 2012-02-29
- fix tests that started failing due to dependency error
string change (offerk)
0.04.
pkgsrc changes:
- adding some dependencies as named in module's meta-information
upstream changes:
0.04 - Dec 17, 2011
- Call the configfile attribute default sub if it is a sub, not just a
string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)
2012-08-26 : zyGrib Version 6.0.1
Update czech translation (d#kuji Pavel Kalian).
Diagrams SkewT-LogP more complete:
- Adjustable size.
- Visualization of the wind (barbs + arrows) at altitudes:
1000, 925, 850, 800, 700, 600, 500, 400, 300, 200, 100 hPa.
- Choice of the base altitude for the calculation of the convection
levels (fixed levels or average lower layers).
- Bug fixed for the calculation of equilibrium level when the
pseudo-adiabatic saturated crosses several times the temperature curve.
- The calculation of thermodynamic indices is not forgotten ...
but it will come later ...
Bug fixed: POIs were sometimes misplaced when extracting images from animations.
devel/p5-MooseX-Has-Options.
MooseX::Has::Options provides a succinct syntax for declaring options for
Moose attributes. It hijacks the has function imported by Moose and replaces
it with one that understands following options syntax:
use Moose;
use MooseX::Has::Options;
has 'some_attribute' => (
qw(:ro :required),
isa => 'Str',
...
);
This will converted into:
use Moose;
use MooseX::Has::Options;
has 'some_attribute' => (
is => 'ro',
required => 1,
isa => 'Str',
...
);
Options must come in the beginning of the argument list.
MooseX::Has::Options will stop searching for options after the
first alphanumeric string that does not start with a colon.
paexec:
- Option -x was added. With its help paexec can run one command
per task. If -g is also specified, command's exit status is
analysed. Appropriate task and dependants are marked as "failed"
if it is non-zero.
- First character of -n argument must be alphanumeric, `+', `_',
`:' or `/'. Other symbols are reserved for future extentions.
- With '-n :filename' paexec reads a list of nodes from the
specified file.
- With a help of new option '-m t=<eot>' end of task string
may be specified, which is an empty line by default.
- Option -md=<delim> was added that overrides the default
delimiter (space character) between tasks in graph mode (-g).
- Output line that contains failed dependants no longer ends with
unnecessary space.
- Long options were completely removed.
paexec_reorder:
- Fix. "paexec_reorder -g" now handles correctly failed tasks'
output. One extra line after "fatal" is expected.
- Options -m was added. It does the same things as paexec's -m.
More examples of use and regression tests.
Documentation update, clean-ups and improvements.
Regression tests:
- Signals handling was fixed in.
- LC_ALL is always set to C in regression tests, this fixes some
problems in internationalized environment.
mk-configure>=0.23.0 is required at build time
runawk:
- Clean-ups in usage message
- system(3) is not used anymore for removing temporary directory
modules:
- Function print_help() has been moved
from power_getopt.awk to init_getopt.awk
Added PLIST_VAR in order to install native code files only on appropriate
architectures.
This closes PR pkg/46922 (submitted before I became a developer).
Changes from 2.14.2 to 2.16.0:
2012.08.23 [Jacques]
* update Windows port, compiles fine on mingw with
./configure --disable-gtktest
* lablgtk2 script does not load extra libraries by default
(use flag -all to load all extensions)
2012.08.17 [Jacques]
* generate correct lablgtk2 script for findlib.
* add old-uninstall target.
* support threaded toplevel with Quartz backend, using gtkThTop.ml
(runs the toplevel loop in another thread)
* remove GtkThInit from META (not portable)
* avoid busy waiting by using g_main_context_set_poll_func to
make polling non-blocking.
busy waiting is still needed for VM threads, and can be activated
by setting the environment variable LABLGTK_BUSY_WAIT.
2012.08.16 [Jacques]
* update applications/browser for OCaml 4.00
* update applications/camlirc to use GText instead of GBroken.text
2012.07.26 [Pierre-Marie]
* improvements to GtkSourceView2.
* add cast and assignation functions to GText.nocopy_iter.
* add Gtk 2.10 missing key modifiers.
2012.07.24 [Jacques]
* can still install using old-install.
2012.06.19 [Adrien]
* add a high-level API to create keyboard shortcuts.
2012.06.12 [Adrien]
* add several #as_foo methods: entry, notebook, range
* new signals for notebook: select_page, reorder_tab,
change_current_page, move_focus_out, page_{added,removed,reordered}
* add gtk_container_child_{set,get}_property
* add gtk_notebook_{set,get}_tab_reorderable
* add gtk_signal_new which can be used to create custom keyboard shortcuts
* add g_signal_list and g_signal_query
* add functions to connect to notify::foo signals which indicate when an
object property changes
* add foo#connect#notify_bar methods to add callbacks on changes of
the "bar" property of the object "foo".
2012.04.11 [Maxence]
* use findlib to install (see README for the list of installed packages)
2012.06.05 [Jacques]
* merge GtkSourceView2 additions by Pierre-Marie Pedrot
2012.03.07 [Jacques]
* add Make_Val_option to wrappers.h
2011.07.20 [Jacques]
* add gtk_accelerator_name/get_label (for Pierre Boutillier)
* add gtk_accel_map_foreach/change_entry (ibid)
* add gdk_window_clear_area (for DDR)
* make gtk_tree_view_get_visible_range version dependent (Thomas Ripoche)