Commit graph

191081 commits

Author SHA1 Message Date
sno
1a39234263 Packaging update for CPAN module Test::Most in devel/p5-Test-Most from
0.25 to 0.31.

pkgsrc changes:
- adjust dependencies

upstream changes since 0.25:
0.31    2012-09-06
        - Fix "You tried to plan twice" bug (reported on #78564)

0.30    2012-09-05
        - Bugfix: Moose can now be used safely as we exclude
          Test::Deep::blessed by default (multiple reports)
        - Bugfix from Randy Stauner. Time::HiRes eval test uses $@, not @_
        - carp instead of warn (Olivier Mengué)
        - Remove autogenerated files (Olivier Mengué)
2012-09-10 11:34:32 +00:00
sno
5e17185fd0 Updated devel/p5-Test-Harness to 3.25 2012-09-10 11:09:15 +00:00
sno
bd8134dcf8 Updating package for CPAN module Test::Harness in devel/p5-Test-Harness
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.
2012-09-10 11:09:04 +00:00
sno
fb88804a46 Updated devel/p5-Module-Pluggable to 4.3 2012-09-10 10:57:26 +00:00
sno
38021a1915 Updating package for CPAN module Module::Pluggable in
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
2012-09-10 10:57:16 +00:00
sno
1366d499e5 Updated devel/p5-MooseX-Types-Path-Class to 0.06 2012-09-10 10:48:48 +00:00
sno
3d04c3b310 Updating package for CPAN module MooseX::Types::Path::Class in
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
2012-09-10 10:48:37 +00:00
sno
558d628648 Updated devel/p5-MooseX-Types-LoadableClass to 0.008 2012-09-10 10:43:54 +00:00
sno
7bb549155d Updating package for CPAN module MooseX::Types::LoadableClass in
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.
2012-09-10 10:43:43 +00:00
sno
fbbf8d6ab2 Updated devel/p5-MooseX-Types-Common to 0.001008 2012-09-10 10:39:03 +00:00
sno
0b6fab5fee Updating package for CPAN module MooseX::Types::Common in
devel/p5-MooseX-Types-Common from 0.001003 to 0.001008.

pkgsrc changes:
- adjust build/test dependencies

upstream changes:
0.001008 2012-06-14 11:29:50 PDT
  - Upper* and Lower* string types now accept non-alphabetic characters (Karen
    Etheridge)
0.001007 2012-02-23 11:50EST
  - remove Test::Exception from a test
0.001006 2012-02-21 13:50EST
  - fix POD per RT #75168
0.001005 2012-02-19 20:45EST
  - add NumericCode type, RT #74346
0.001004 2011-12-05 23:30EST
  - use Test::Fatal instead of Test::Exception (Justin Hunter)
  - Added {Lower,Upper}CaseSimpleStr and {Lower,Upper}CaseStr, RT #71133
2012-09-10 10:38:52 +00:00
sno
bff99fac6f Updated devel/p5-MooseX-Types to 0.35 2012-09-10 10:35:29 +00:00
sno
7f768f2e78 Updating package for CPAN module MooseX::Types in devel/p5-MooseX-Types
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)
2012-09-10 10:35:15 +00:00
sno
12e3e2454e Updated devel/p5-MooseX-MarkAsMethods to 0.15 2012-09-10 10:27:36 +00:00
sno
62010a8db7 Updating package for CPAN module MooseX::MarkAsMethods in
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.
2012-09-10 10:27:24 +00:00
sno
203d204510 Updated devel/p5-MooseX-Getopt to 0.47 2012-09-10 10:24:18 +00:00
sno
aeeb1c8e0f Updating package for CPAN module MooseX::Getopt in devel/p5-MooseX-Getopt
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)
2012-09-10 10:24:08 +00:00
sno
500db198bd Updated devel/p5-MooseX-App-Cmd to 0.09 2012-09-10 10:16:56 +00:00
sno
5320feb210 Updating package for CPAN module MooseX::App::Cmd from 0.06nb3 to 0.09.
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)
2012-09-10 10:16:44 +00:00
sno
dc05a38fd2 Updated devel/p5-MooseX-ConfigFromFile to 0.04 2012-09-10 10:08:15 +00:00
sno
f45e1bce09 Updating package for CPAN module MooseX::ConfigFromFile from 0.03nb1 to
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-09-10 10:08:04 +00:00
plunky
8cf80c6526 Updated misc/zyGrib to 6.0.1 2012-09-10 10:06:07 +00:00
plunky
ad86f5f7a4 revision bump for zyGrib-6.0.1 2012-09-10 10:04:03 +00:00
plunky
21576f38a6 update to zyGrib-6.0.1, from the ChangeLog:
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.
2012-09-10 10:03:32 +00:00
sno
3d1e1ac57a Added devel/p5-MooseX-Has-Options version 0.002 2012-09-10 09:58:55 +00:00
sno
514559d46e Importing package for CPAN module MooseX::Has::Options version 0.002 into
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.
2012-09-10 09:58:38 +00:00
obache
2f01d5d8bd Updated graphics/ruby-rcairo to 1.12.2 2012-09-10 09:23:54 +00:00
obache
8788b7e5ef Update ruby-rcairo to 1.12.2.
Release 1.12.2 (2012-06-03) Kouhei Sutou <kou@cozmixng.org>)
============================================================

Improvements
------------

  * Added Cairo::Device.supported?.
    [GitHub#11] [Reported by Cédric Boutillier]
  * Added Cairo::Device.gl_texture_supported?.
  * Added Cairo::Surface.supported?.
  * Defined all surfaces even if a surface isn't available. Use
    Cairo::Surface.XXX_supported? method to check surface
    availability.
  * Added Cairo::Pattern.xxx_supported?.
    [GitHub#12] [Reported by Mamoru Tasaka]
  * [experimental] Supported auto native package install.

Thanks
------

  * Cédric Boutillier
  * Mamoru Tasaka

Release 1.12.1 (2012-03-31) Kouhei Sutou <kou@cozmixng.org>)
============================================================

Improvements
------------

  * Re-supported cairo < 1.10.0.
    [ruby-gnome2-devel-en] Help me install my own program [Eric C.]

Fixes
-----

  * Fixed a problem that an unresolved symbol is referenced.

Thanks
------

  * Eric C.

Release 1.12.0 (2012-03-25) Kouhei Sutou <kou@cozmixng.org>)
============================================================

Improvements
------------

  * Supported cairo 1.12.0.
    * Cairo::Surface#supported_mime_type?
    * Cairo::Surface#create_similar_image
    * Cairo::Surface#map_to_image
    * Cairo::Surface#unmap_to_image
    * Cairo::RecordingSurface#extents
    * Cairo::MeshPattern
    * Cairo::RasterSourcePattern
    * Cairo::MimeType::UNIQUE_ID
  * Supported glesv2 surface.

Fixes
-----

  * Fixed a bug that Cairo::HINT_METRICS_ON can't be specified. #8
    [Vasily Fedoseyev]

Thanks
------

  * Vasily Fedoseyev
2012-09-10 09:23:37 +00:00
obache
a29dad2200 Fixes PKGPREFIX for python and ruby by blbump(1). 2012-09-10 09:22:41 +00:00
jaapb
a47112e42f Corrected installation error (DESTDIR not applied correctly).
Added description of options. Added update to changes file.
Used buildlink3 for findlib dependency.
2012-09-10 05:33:25 +00:00
cheusov
ab611f5005 Updated lang/runawk to 1.4.3 2012-09-09 23:39:39 +00:00
cheusov
0157133257 Updated parallel/paexec to 0.17.0 2012-09-09 23:39:17 +00:00
cheusov
ff7dd60f74 Update to 0.17.0
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
2012-09-09 23:30:26 +00:00
cheusov
8a7de7e666 Updated lang/runawk to 1.4.3 2012-09-09 23:28:11 +00:00
cheusov
bdb7cb194d Update to 1.4.3
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
2012-09-09 23:27:51 +00:00
spz
55a13ec957 make the package compile on NetBSD -current 2012-09-09 22:21:54 +00:00
dholland
7fa9e4bc46 nocol, lintpkgsrc. 2012-09-09 20:39:52 +00:00
dholland
48f80c3de6 Bump version for mspo's file::find change. 2012-09-09 20:18:46 +00:00
dholland
cc5d67e1dc Bump PKGREVISION to 7 for previous changes.
XXX: This package does not honor VARBASE.
XXX: This package develops 116 lines of pkglint.
2012-09-09 19:51:03 +00:00
dholland
40014573e2 Add some patch comments. 2012-09-09 19:49:45 +00:00
dholland
4af9b51d64 Fix another 64-bit compile issue missed on the previous pass. 2012-09-09 19:42:25 +00:00
dholland
680768a793 Fix 64-bit problems as detected by gcc. One must declare functions
returning pointers before calling them.
2012-09-09 19:35:20 +00:00
dholland
a384f64e79 Not MAKE_JOBS_SAFE. 2012-09-09 19:26:54 +00:00
dholland
54e4439949 Fix detection of NetBSD, as suggested by Havard Eidnes. 2012-09-09 19:26:38 +00:00
wiz
792bb10417 dd ocaml-findlib dependency. 2012-09-09 19:04:52 +00:00
cheusov
0daf26d3de CONFLICTS with nullmailer-[0-9]* 2012-09-09 18:47:48 +00:00
jaapb
ddf276534d Updated to version 2.16.0. Changed maintainer from pkgsrc-users@ to myself.
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)
2012-09-09 18:45:44 +00:00
cheusov
1e3ea155ff CONFLICTS with deliver-[0-9]*; ++pkgrevision 2012-09-09 18:30:18 +00:00
cheusov
1c90d12319 CONFLICTS with avenger-[0-9]*; ++pkgrevision
Fix some pkglint warnings
2012-09-09 18:28:07 +00:00
cheusov
cce4902285 CONFLICTS with heimdal, libdes and arla; ++pkgrevision 2012-09-09 18:02:43 +00:00