Commit graph

15604 commits

Author SHA1 Message Date
taca
b439ad17b5 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
2010-09-10 05:10:59 +00:00
taca
683903fa7d Update devel/ruby-activesupport to 2.3.9.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.


*2.3.9 (September 4, 2010)*

* i18n: bundle i18n 0.4.1 for forward compatibility with Rails 3.
  Deprecates {{foo}} interpolation syntax in favor of 1.9-native %{foo}.

* Deprecate Kernel#returning in favor of Object#tap since it's included
  in Ruby 1.8.7 and later. [Santiago Pastorino]

* Deprecates ActiveSupport::Dependencies.load_(once_)paths, renamed to
  autoload_(once_)paths. [fxn]

* Deprecates Array#random_element, renamed to sample to match Ruby 1.9,
  thanks to Marc-Andre Lafortune. [fxn]
2010-09-10 05:10:13 +00:00
taca
39c40946b0 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 05:08:46 +00:00
taca
33ebc27952 Update devel/ruby-SDL to 2.1.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.

version 2.1.1
Fix a compile problem on MacOS X
Rename sdl.so to sdl_ext
Add following constants
* SDL::Mixer::NO_FADING
* SDL::Mixer::FADING_OUT
* SDL::Mixer::FADING_IN
* SDL::TRANSFORM_AA(for compatible with 1.x)
* SDL::TRANSFORM_TMAP(for compatible with 1.x)
* SDL::TRANSFORM_SAFE(for compatible with 1.x)
Fix documents
Remove obsolete documents

version 2.1.0
add following methods
* SDL::TTF#close
* SDL::TTF#closed?
* SDL::BMFont#close
* SDL::BMFont#closed?
* SDL::Kanji#close
* SDL::Kanji#closed?
* SDL::Surface#destroyed?
* SDL::Joystick#closed?
* SDL::Mixer::Wave#destroyed?
* SDL::Mixer::Music#destroyed?
* SDL::Kanji#get_coding_system
modify documents
Async following methods on Ruby 1.9
* SDL::Event#wait
* SDL.delay
Ruby m17n support on Ruby 1.9
* SDL::WM.set_caption
* SDL::WM.caption
* SDL::TTF#draw_solid
* SDL::TTF#draw_blended
* SDL::TTF#draw_shaded
* SDL::TTF#render_solid
* SDL::TTF#render_blended
* SDL::TTF#render_shaded
* SDL::Kanji#put
* SDL::Kanji#putTate
* SDL::SDLSKK#str
Fix the bug of following methods
* SDL::MPEG#move

version 2.0.1b
fix sample bug
fix SDL::MPEG.info
2010-09-10 05:08:23 +00:00
taca
0bf53412e0 Update devel/rubigen to 1.5.5.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.

== 1.5.5 2010-05-25

* Allow activesupport 2.3.5+
2010-09-10 05:07:22 +00:00
taca
247b9fc3d2 Oops, I forgot to commit update patch, PLIST and to add ALTERNATIVES. 2010-09-10 05:05:39 +00:00
taca
09a8f15bf3 Add * Add LICENSE. 2010-09-10 05:03:12 +00:00
taca
b96eb9d074 Update devel/hoe to 2.6.2.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.
2010-09-10 05:02:40 +00:00
taca
aa156552b7 Update devel/ZenTest to 4.4.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

=== 4.4.0 / 2010-09-01

* 1 major enhancement:

  * Removed git building. I'm dropping direct support for rubinius.

* 3 minor enhancements:

  * Added multiruby  mri:list:x.y.z command so you can see what's available.
  * Enabled installing specific patch versions of ruby.
  * multiruby rubygems:update now forces a build to be less confusing.

* 1 bug fix:

  * Removed redundant test_to_normal, now in zentest_mappings

=== 4.3.3 / 2010-06-17

* 2 minor enhancements:

  * Added options and removed pattern from Autotest::RCov
  * update_rubygems now deletes cached rubygems installs

=== 4.3.2 / 2010-06-02

* 1 minor enhancement:

  * Removed support for rbx builds.

* 2 bug fixes:

  * Removed 'preview' from version filter so I can test with 1.9.2
  * Put PATH tweaks at front of PATH

=== 4.3.1 / 2010-03-30

* 1 bug fix:

  * Fixed autotest output on 1.8. That's what I get for not having
    tests for dots.

=== 4.3.0 / 2010-03-27

* 1 minor enhancement:

  * Added gemcutter rubyforge and hoe to the_usual setup

* 4 bug fixes:

  * 1.9 compat: don't use putc anymore. (fistfvck (hah!))
  * Added note that included articles are out of date
  * Fixed rcov plugin so multiple all_good hooks can coexist
  * Fixed typo in doco

=== 4.2.1 / 2009-12-09

* 1 minor enhancement:

  * Added GEM_HOME/GEM_PATH setting to multiruby.

* 1 bug fix:

  * Fixed multiruby refactoring bug from previous release.

=== 4.2.0 / 2009-12-08

* 3 minor enhancements:

  * Added 'multiruby -1 $version' for easier execution (idea from flori)
  * Set up and tear down PATH in multiruby (luis)
  * died hook now gets passed the exception (amikula)

* 3 bug fixes:

  * Deal with windoze getc returning nil (undees)
  * Fix unit_diff for multiline miniunit results.
  * Fix warning for 1.8.8+
2010-09-10 05:00:50 +00:00
taca
ec4760d795 Adjust devel/rake to new ruby package's framework.
* Add LICENSE.
* Update HOMEPAGE.
* Installing command name to rake${RUBY_VER} == ruby18.

Bump PKGREVISION.
2010-09-10 03:54:51 +00:00
taca
d763452baa * Remove RUBY_HAS_ARCHLIB.
* Reset PKGREVISION along with implicit update of this package to 1.8.7.302.
2010-09-10 03:32:30 +00:00
taca
39be225652 * Remove RUBY_HAS_ARCHLIB.
* Use patches and distinfo from lang/ruby18-base.
2010-09-10 03:31:12 +00:00
obache
3f60e91865 Force to use select(2) instead of poll(3) for Interix. 2010-09-10 02:42:59 +00:00
tnn
916fbbabf5 Update to firefox-3.6.9 (xulrunner-1.9.2.9)
MFSA 2010-63 Information leak via XMLHttpRequest statusText
MFSA 2010-62 Copy-and-paste or drag-and-drop into designMode document allows XSS
MFSA 2010-61 UTF-7 XSS by overriding document charset using <object> type
             attribute
MFSA 2010-59 SJOW creates scope chains ending in outer object
MFSA 2010-58 Crash on Mac using fuzzed font in data: URL
MFSA 2010-57 Crash and remote code execution in normalizeDocument
MFSA 2010-56 Dangling pointer vulnerability in nsTreeContentView
MFSA 2010-55 XUL tree removal crash and remote code execution
MFSA 2010-54 Dangling pointer vulnerability in nsTreeSelection
MFSA 2010-53 Heap buffer overflow in nsTextFrameUtils::TransformText
MFSA 2010-52 Windows XP DLL loading vulnerability
MFSA 2010-51 Dangling pointer vulnerability using DOM plugin array
MFSA 2010-50 Frameset integer overflow vulnerability
MFSA 2010-49 Miscellaneous memory safety hazards (rv:1.9.2.9/ 1.9.1.12)
2010-09-09 09:41:21 +00:00
tnn
17345d12bd Update to nss-3.12.7.0 (via firefox-3.6.9). Changes unknown. 2010-09-09 09:35:44 +00:00
tnn
d6515fd147 Update to nspr-4.8.6 (via firefox-3.6.9). Changes unknown. 2010-09-09 09:30:24 +00:00
sno
62a5239eb5 Updating devel/p5-Test-Most from 0.22nb1 to 0.23
pkgsrc changes:
- removing option for Data::Dumper::Names recommendation and install it
  by default - target it to test most, not nearly most
- adjust dependencies

Upstream changes:
0.23    2010-09-08
        - added "Excluding Test Symbols" feature (RT#61146, Karen Etheridge).
2010-09-08 20:48:08 +00:00
sno
5c39745ee7 Updating devel/p5-Sub-Name from 0.04nb2 to 0.05
pkgsrc changes:
- add license definition

Upstream changes:
0.05 -- Wed Sep  8 00:51 CEST 2010
    * Stop using the padlist to refcount GVs. Instead use regular magic. This
      allows various modules, including B::Deparse, to safely peek into pads of
      (re)named subs (Closes RT#42725) (Goro Fuji).
    * Support perl >= 5.13.3 by using the new CvGV_set interface there
      (Closes RT#59558).
    * Stop using the deprecated PL_no_symref (Closes RT#57843).
2010-09-08 20:35:11 +00:00
sno
c132793ca4 Updating devel/p5-Module-Install-XSUtil from 0.22nb1 to 0.27
pkgsrc changes:
- adjust dependencies

Upstream changes:
0.27 Sun Sep  5 11:47:03 2010
    - c99_available() should not have any side effects (reported by makamaka)

0.26 Sat Aug  7 17:47:37 2010
    - Use the version of installed gcc, not $Config{gccversion} (xaicron)

0.25 Tue Jul 13 19:43:34 2010
    - Add requires_c99() to assert that the compiler supports C99
    - Fix Win32 problems, hopefully

0.24 Sun May 16 13:24:58 2010
    - Compliant with Module::Install 0.97

0.23_02 Fri May 14 11:42:09 2010
    - Don't exit if include dirs don't exist (lestrrat)
    - Add cc_assert_lib() as an interface to Devel::CheckLib (lestrrat)
    - Add want_xs() (lestrrat)
    - Separate out detection of "-" and stuff to cc_libs(), and let
      cc_append_to_lib()s just be a simple function (lestrrat)

0.23_01 Mon May 10 12:10:59 2010
    - Clarify docs (lestrrat)
    - Add want_xs() command (lestrrat)

0.23 Sun May  9 11:15:41 2010
    - Setup clean_files for gcov output files (*.gcov, *.gcno, *.gcda)
    - Add cc_libs() for MakeMaker's LIBS option (currently, it is just an
      ailas to cc_append_libs())
    - cc_append_libs (and then cc_libs) accepts raw arguments as
      "cc_libs qw(-L/path/to/libs -lfoo)" (lestrrat++)
2010-09-08 20:29:16 +00:00
joerg
7ac21a2d35 Update to 2010/08/23 snapshot. This brings back the "reconstruct"
support that was lost in the GPL->BSD transition.
2010-09-08 14:53:17 +00:00
sno
73c626e5c0 Updating devel/p5-Module-CoreList from 2.37 to 2.38
Upstream changes:
2.38    Mon Sep 07 2010
  - Updated for v5.12.2
2010-09-08 06:33:46 +00:00
sno
146fcad7db Updating devel/p5-Devel-StackTrace from 1.2200nb1 to 1.2500
pkgsrc changes:
- adjusting Module Type
- adjusting license definition

Upstream changes:
1.25  Sep 6, 2010
- Devel::StackTraceFrame was not actually subclassing
  Devel::StackTrace::Frame. Patch by Tatsuhiko Miyagawa.

1.24  Sep 3, 2010
- Version 1.23 was missing a $VERSION assignment. Reported by Sergei
  Vyshenski.
- Moved the frame object to its own file, and renamed it
  Devel::StackTrace::Frame. The old package name, Devel::StackTraceFrame, is
  now a subclass of the new package, to provide a backwards compatibility
  shim.

1.23  Aug 27, 2010
- Added message and indent constructor parameters. Based on a patch by James
  Laver. RT #59830.
2010-09-08 06:28:25 +00:00
sno
0ee35204ee Updating devel/p5-Data-UUID from 1.215 to 1.216
Upstream changes:
1.216 2010-09-04
  - documentation fixes only
2010-09-08 06:22:45 +00:00
sno
f7ae454222 Updating devel/p5-B-Keywords from 1.09nb1 to 1.10
pkgsrc changes:
- add license definition

Upstream changes:
1.10
  - Fix typo in SYNOPSIS
2010-09-08 05:48:59 +00:00
sno
7592ecf638 Updating devel/p5-Config-Tiny from 2.12nb2 to 2.13
pkgsrc changes:
- add license definition

Upstream changes:
2.13 Fri  3 Sep 2010
	- Resolved #60703: Display glitch in Config::Tiny 2.12 POD
	- Resolved #40585: member 'set;' doesn't exist
	- Resolved #30479: does not warn or die when writing data it
	  cannot later.
2010-09-08 05:44:27 +00:00
sno
0fe5f9652a Updating devel/p5-Config-INI from 0.015 to 0.016
Upstream changes:
0.016     2010-09-04
          add Mixin::Linewise to CARP_NOT -- better reporting of error
	  location
2010-09-08 05:38:03 +00:00
taca
bb99299a80 * Mark these packages Ruby 1.8.x support only.
* Add some comments and a little clean up.

No functional change.
2010-09-07 17:20:24 +00:00
drochner
4957d8454d avoid python version encoded in extension lib name, bump PKGREVISION 2010-09-07 16:50:58 +00:00
drochner
ab97aafb30 update to 4.4.8
It is a maintenance release fixing some bugs.
2010-09-07 16:37:56 +00:00
joerg
e40d113cf8 Mark as bmake 20100808 2010-09-07 14:45:39 +00:00
joerg
eee88dca20 Remerge man page. Cleanup old version. 2010-09-07 14:41:39 +00:00
joerg
90abc1d44b Merge for bmake-20100808 2010-09-07 14:28:00 +00:00
joerg
c7d1ee9459 Import bmake-20100808:
- boot-strap (TOOL_DIFF): set this to ensure tests use the same version
  of diff that configure tested
- in jobs mode, when we discover we cannot make something, call
  PrintOnError before exit.
- formatting fixes for ignored errors
- ensure jobs are cleaned up regardless of where wait() was called.
- os.sh (MACHINE_ARCH): watch out for drivel from uname -p
- call PrintOnError from JobFinish when we detect an error we are not
  ignoring.
- use bmake_signal() which is a wrapper around sigaction() in place of
  signal()
- add .export-env to allow exporting variables to environment without
  tracking (so no re-export when the internal value is changed).
- fix for .info et al being greedy.
- back to using realpath on argv[0] but only if contains '/' and does not
  start with '/'.
2010-09-07 14:12:27 +00:00
drochner
cf04f0e591 don't install the pthread drop-in emulation header and library in case
native pthreads are present and used, to avoid surprises due to
conflicting implementations mixed up (in case of no bl3 use), from
Rumko per followup mail on PR pkg/43845
bump PKGREVISION
2010-09-07 10:46:47 +00:00
joerg
8dbd8fe2df Sync with filesystem. 2010-09-06 18:13:52 +00:00
joerg
87e85610d8 Fix pattern to match reality. 2010-09-06 18:10:37 +00:00
wiz
f086f51504 Update to 0.21, add dependency, set LICENSE.
Same number of test failures as before:
Failed 1/1 test programs. 0/2 subtests failed.

Changes to 0.19 not documented.
2010-09-06 11:58:24 +00:00
wiz
1d4465fa1c Update to 1.26, set LICENSE.
1.26  Fri Jun 25 18:35:15 BST 2010
    - Document the 'debug' parameter
    - Croak if the user does not supply the 'types' parameter
    - Fix problems with SYNOPSIS and show example plugin usage
    - Don't warn inside plugin_del
    - Don't complain about invalid eat constants when debug mode is off
    - Add irc_plugin_error event

    ( All the above by Hinrik ).
2010-09-06 11:54:34 +00:00
wiz
7388d28914 Update to 0.95, update dependency patterns, use Module::Build to build.
Changes:

0.95    2010-05-25T22:36+02:00    DOLMEN (Olivier Mengué)
        No changes since 0.94_03.
        Only change since 0.94 is fix for RT#56447 (allow POE aliases as target
          session ID for events).

0.94_03 2010-05-25T00:14+02:00    DOLMEN (Olivier Mengué)
        No functional change since 0.94_01.
        Fixed constant functions: added "()" prototype to make them inlinable
          by perl. Should have been like that since 0.91_01. That should
          improve performance.
        Added .perlcriticrc to disable Perl::Critic policies that do not match
          our style (filled RT#57638, RT#57639, RT#57640, RT#57807 for issues
          with default policies).
        Made some suggestions from Perl::Critic. Reduced number of lines, so
          improved test coverage ratio.
        Test coverage: 94.5%.
        Author build system: fixed the 'Build tag'.
        Author build system: improved steps to publish 'Changes.rss' in the
          Google Code wiki area.

0.94_02 2010-05-18T01:02+02:00    DOLMEN (Olivier Mengué)
        Author build system: Changes.{rss,yml} generation is now automated by
          extending Module::Build (see 'inc/MY/Build.pm' and
          'inc/MY/Build/Changes.pm').
        Added 't/90-critic.t' to 'MANIFEST.SKIP' as it is the main cause of
          CPAN Testers failures.
        Author build system: Drop 'Makefile.PL' generation by Module::Build.
        Author build system: Transformed 'make-svn-tag.pl' into a Build target
          ('tag').

0.94_01 2010-05-09T19:44+02:00    DOLMEN (Olivier Mengué)
        RT#56447 fixed, but I expect to unapply the fix once RT#57314
          (allow aliases in $poe_kernel->refcount_{in,de}crement) is
          implemented. Test cases added.
        Bug references are now linked in 'Changes.rss'.
        Test coverage: 91.6%.

0.94    2010-03-13T16:37+01:00    DOLMEN (Olivier Mengué)
        Only minor POD changes in Schedule.pm since 0.93_02.
        Increased dependencies versions.
        Small tweak to the 'Changes' file format to make it more parseable
          and be able to generate 'Changes.yml' and 'Changes.rss'.
        Added 'Changes.rss' and 'Changes.yml', generated from 'Changes'
          using either 'make-Changes-rss.pl' or 'make-Changes-rss-2.pl' (see
          SVN repo).
        Test coverage: 92.1%.

0.93_02 2010-02-13T16:30+01:00    DOLMEN (Olivier Mengué)
        More test coverage, but still only 92.1%. Help still welcome for
          RT#53925.
        Improved argument check for ->add() (and now, with tests too).
        POE >= 1.281 is recommended as it fixes the _child(lose) issue.
        Updated POD: removed obsolete warnings, updated copyright.
        Updated README: should be more helpful for distribution packagers.

0.93_01 2010-02-13T01:55+01:00    DOLMEN (Olivier Mengué)
        Applied fix for RT#53925 (Patch by Zeph Gillen).
        Added t/50-subclass.t to try to catch subclassing problems which may
          affect POE::Component::Cron. Unfortunately it does not catch
          RT#53925. Help needed.
        Added strictures in tests.
        Updated 'MANIFEST.SKIP' to match new Module::Build: ignore MYMETA.yml.
2010-09-06 11:53:07 +00:00
wiz
c290de3650 Update to 1.293, same number of test failures as 1.280:
Failed 8/152 test programs. 6/3913 subtests failed.

==================================
2010-09-04T19:20:41.964969Z v1_293
==================================

    Bump version for release.

    Add user continuation parameters to sig() and sig_child().

    Roll back most of the lexical FIFO event arrays. Going through a
    POE::Queue for this will be a bit slower, but POE::XS::Queue::Array
    may be fast enough.

    Continue to guarantee FIFO event ordering despite the rollback to
    dumping them in a time-ordered queue. Detect minor time regressions,
    and use the last time value plus a small number when needed.


    Fixed a mistake in the alias_list() example code in POE::Kernel
    documentation, spotted by Paul G Webster

    Chris Benedict reported that Mac OS X returns ESPIPE when accept() is
    aborted, rather than ECONNABORTED everywhere else. Add ESPIPE to the
    list of harmless accept() errors.

    Chris Benedict reported that nmap will crash Wheel::SocketFactory
    based things. nmap disconnects before accept() can be called, so
    accept() returns ECONNABORTED. Technically applications can handle
    this themselves and not destroy the wheel, but the wheel maybe
    shouldn't report harmless errors.

    Apply Hinrik's patch to increase test failure verbosity.

==================================
2010-08-02T06:01:19.221768Z v1_292
==================================

    Bump revision for release.

    Resolve rt.cpan.org 59925, wherein sig_child() use would increase
    some events' latency to at 1sec. First reported by Getty, then Avar
    opened the ticket. Fixed with Hinrik's copious valuable assistance.


    Fix a method name typo in TRACE_REFCNT code.

==================================
2010-07-27T06:54:51.380682Z v1_291
==================================

    New version to spackle over failed one.


    Version bump for release.

    Nick Perez pointed out that we don't absolutely need HighEvent, since
    put() returns the high-water status much more conveniently. Resolve
    his rt.cpan.org ticket 56432. Oh, and fix an unrelated test plan.


    Clarify the refcount_{inc,dec}rement() return values per Olivier
    'dolmen' Mengu

    Remove some logic that stopped being used. Adjust idle-kernel checks
    into a slightly more optimal order.

    Finish a sentence. Incomplete docs noted by Hinrik.

    Move non-alarms out of POE::Queue::Array.

    Reduce calls to get_item_count() by one per _data_ev_dispatch_due().
    Reduce calls to get_next_priority() by approx. one per
    _data_ev_dispatch_due(). Micro-optimize get_item_count().

    Fix tests related to recent POE::Resource::Events optimizations.


    At long last, apply Ton Hospel's micro-optimization for
    get_next_priority().

    Small optimizations. Avoid _data_stat_add() calls when not needed.
    Avoid redundant session refcounts when the source and destination are
    the same. Breaks some pedantic tests, but we can fix those.

    Apply Hinrik's test changes from http://gist.github.com/449231


    Apply Hinrik's patch to catch die() and his test case for proper
    shutdown if a child coderef process dies.

    Fix a method typo at Hinrik
    stdio closing on exec() errors, just in case.

    Add TODO test for double POE::Loop loading


    Add support for POE_CATCH_EXCEPTIONS environment variable. Apply
    Justin Hunter's doc patch for POE::XS::Loop::EPoll.

    Tweak the test so it uses RELEASE_TESTING

    Fix invalid POD links


    Remove the obnoxious warning about the win32 leak in Wheel::Run

    Add proper exitval handling to POE::Wheel::Run, the previous patch
    munged it :(


    Add deprecation warning for 'Winsize' to POE::Wheel::Run->new

    Patch POE::Wheel::Run for RT#56417 and add a test+more docs

==================================
2010-04-03T20:03:35.441534Z v1_289
==================================

    Bump revision for a new release. No significant changes, other than
    to build a new dist with the latest EUMM.

==================================
2010-04-03T18:17:45.177433Z v1_288
==================================

    Fix dependencies and bump POE revision for release.

    Set svn:ignore for: META.yml CHANGES run_network_tests PoLo-Gtk
    forgot to clean run_network_tests


    Back out of my previous commit to auto-clean META.yml and CHANGES, it
    will blow up if an end-user did it on their box! /me is stupid :(


    Automatically clean META.yml and CHANGES files on "make distclean"
    because they are auto-generated


    Fix a doc typo in ReadWrite in get_output_handle()

    Fix a documentation typo in PoCo-Client-TCP


    Fix a doc typo in my previous commit :(


    Update the Wheel::ReadLine docs for a better explanation of the TERM
    issue and workarounds, thanks BiNGOs!


    Avoid undefined value warnings when trying to tab-complete
    nothingness. dreamer on irc.perl.org #poe reported the problem, with
    a useful test case.

    After a lot of hacking/digging Cygwin with a TERM=dumb does not work
    with POE::Wheel::ReadLine. This fix skips the test, and makes
    Wheel::ReadLine die if it detects this situation. Added some docs for
    our Cygwin users :)

    Document how POE::Wheel::ReadWrite reports EOF.

    Added a lot of loop-loading tests, so we can start work on the
    "naive" loop load hacks


    Tweak the @modules logic, thanks to TonyC ( it might not be perfect
    but good enough for now )


    Remove any XS modules from @modules, as usual TonyC spotted it :)

    Fix loading of XS loops via POE.pm, thanks TonyC! Better document the
    various loop loader shenanigans we have :)

==================================
2010-02-19T06:11:52.979284Z v1_287
==================================

    Bump revision for new release.

    Fix a sig_child() race condition discovered by Tom Lanyon and
    reported (with the help of Jay Hannah) in irc.perl.org #poe. I
    haven't been able to reproduce the problem in a non-MooseX::Workers
    test case, but this change resolves Tom's more complex test case and
    passes tests.

    Fix an infinite file rollover when open() succeeds but stat() fails.

    Jay Hannah discovered a bug when he passed in a filename with
    trailing whitespace. Two-parameter open() treats trailing whitespace
    as insignificant, so it passed. On the other hand, trailing
    whitespace is significant in stat(), so it always failed, triggering
    an unrelenting stream of file rollover events. Switched to
    three-parameter open(), which considers trailing whitespace as
    significant. Now both open() and stat() agree the file doesn't exist.

    Thanks to Jay and the University of Nebraska at Omaha for securing me
    some debugging time on their machines.

==================================
2010-02-15T06:36:51.553032Z v1_286
==================================

    Bump for yet another release.

    POE::Pipe and its subclasses work best using Cygwin's pipe(), not
    IO::Socket. Previous Cygwin versions work better with sockets. If
    01_sysrw.t hangs for you, upgrade your Cygwin and its Perl.

==================================
2010-02-14T21:37:14.937566Z v1_285
==================================

    Bump the revision number for a new release.


    Some code cleanup in POE::NFA.

    Revision 2803 is mistaken. Rob Hildred reported the problem and
    provided the test case that was instrumental in helping me resolve
    it. And the bug report was rt.cpan.org 53517. I mistakenly assumed
    the currently open tab was the same ticket I was debugging.


    Fix state bleed between POE::NFA instances.

    Resolve rt.cpan.org 53682 reported by Serguei Trouchelle. Thank you,
    Serguei, for a very useful test case.

    Replace the detach-during-start test with an enhanced test that
    Olivier Mengu


    Applied Andrew Feren's patch to avoid a POE::Wheel::Run memory leak
    when running under Windows. Should resolve rt.cpan.org #50068.

    Remove dependency on Test::Exception (it appears to be unused). Fix a
    spot of tab damage while I'm in there.


    Rely upon the latest POE::Test::Loops.

    Resolve rt.cpan.org #54319. In polling mode, the wheel wasn't
    iterating get_one() for the entire input from get_one_start(). As a
    result, only one log line was returned per PollInterval. This change
    iterates through get_one() until all lines are returned. Many thanks
    to Oleg A. Mamontov for opening the ticket, and to Bazerka on
    irc.perl.org #poe for supplying the basis for a test case.


    Fix a documentation bug, thanks zephg! ( reported by arcanez@irc )

    Added RELEASE_TESTING env var checks Added test for 404 links in POD
    Cleanup old stuff and fix MANIFEST.SKIP


    Correct a type reported by Hinrik
    #poe.


    Fix a cpantesters.org link that gcola reported as 404 in irc.perl.org
    #poe.


    Add more to what I've done.


    [rt.cpan.org 53757] Apply G. Allen Morris III's spelling patch but
    not his test based on Test::Spelling. That module doesn't seem to
    work for me, so I couldn't use it.

    Define a _stop handler to mollify assertions.

    [rt.cpan.org 53777] Restore _start & _stop return values. Mikko Ehto
    reported that _start and _stop don't return values as documented. He
    also provided a testcase, which was very helpful. I added his test
    case and fixed the underlying bug during the Perl Oasis hackathon.


    Correct a documentation typo reported by jussive in IRC.

    Fix a typo in a trace message, reported by "jussive" in irc.perl.org
    #poe.

==================================
2010-01-14T07:20:50.660659Z v1_284
==================================

    Bump the version for release.

    [rt.cpan.org 53519] The issue was a disagreement in the
    interpretation of "\n" on Windows (DOS newline semantics). Changed
    the newline charater to "!", because I can.

==================================
2010-01-08T00:13:11.003173Z v1_283
==================================

    Bump revision for release.

    Fix POE::Wheel::FollowTail, at least as far as Hinrik's test and the
    rest of the test suite are concerned.

    Hinrik
    code doesn't flush out the file on startup. Applied his changes to an
    existing regression test for this wheel.

==================================
2010-01-06T20:55:14.534499Z v1_282
==================================

    [rt.cpan.org 53352] Correct spelling mistakes found by Jonathan Yu.
    Simplifies Debian package maintenance since that's one less
    downstream patch to worrry about.

    Bump the version for a new release.


    POE::Wheel::ReadLine appears to hang on AIX when STDIN is set
    blocking(1). Reported (and graciously debugged) by Criveti Mihai from
    the Ministry of Economy and Finance in Romania.

    Several doc changes to fix issues reported by garu in irc.perl.org
    #poe. Thanks, garu!


    Clarify what's going on in two Session References examples. Reported
    by "garu" in irc.perl.org #poe.

==================================
2010-01-01T09:15:20.168519Z v1_281
==================================

    Bump up the version for release.


    [rt.cpan.org 24956] Set STDIN blocking. Large amounts of STDOUT data
    will overrun terminal buffers if STDIN is non-blocking. Weird!

    [rt.cpan.org 52452] Attempt to make the destruction order in the test
    more deterministic.


    [rt.cpan.org 51171] Olivier Mengu
    completely different kind of value on MSWin32. Use his fix.

    Upgrade the detachment test to use Test::More.

    [rt.cpan.org 51772] Don't fire EN_CHILD,CHILD_LOSE when
    detach_myself() is called from _start, since the parent session never
    gets EN_CHILD,CHILD_CREATE to begin with. Fixes a bug reported by
    Olivier Mengu

    Change the timing of file reset detection to match previous logic.

    Fix regression in the new file rotation code.

    Make this test line-ending neutral.

    Fix filename-based reset detection in Windows.

    Detangle filehandle vs. filename timer callbacks. Simplified each at
    the expense of some redundant code between them.

    Improve reset detection on Windows. Reduce polling when a file is
    idle.


    Fix a typo in a code example reported by Hinrik
    IRC.


    Clarify session multitasking documentation per IRC feedback from a
    person going by the nickname "skor".

    Don't bother propagating wantarray() and tracking return values if
    we're not dispatching ET_CALL.

    Eliminate some temporary variables.

    mousemask() is very not portable. Remove it.

    Update POE::Test::Loops dependency to latest CPAN release.
2010-09-06 11:45:09 +00:00
wiz
5ee55dc748 Update to 1.30, improve COMMENT.
1.30 (2010/08/30)
   *    (ms) [RT 60665] HUP handlers are stacked on top of each other now,
             to make sure that multiple file appenders recreate multiple
             files and not just one (patch provided by Karen Etheridge).
   *    (ms) [RT 60197] Fixed uninitialized value warnings with
             the multiline appender and provided a test case (patch provided
             by Karen Etheridge)
   *    (ms) [rt.cpan.org #59617] Fixed system-wide threshold without appender
             thresholds. Bug reported by Dmitry Bigunyak.
   *    (ms) [rt.cpan.org #24884] Using require() instead of incomplete
             logic in L4p::Util::module_available(). local __DIE__
             handler takes care of user-defined __DIE__ handlers
             ignoring $^S (suggested by Eric Wilhelm and others).
   *    (ms) [rt.cpan.org #60386] Fixed init_and_watch() which
             double-bumped the caller_level and led to uninitialized
             values in the pattern layout. Thanks to Mitja Bartsch for
             the report.
   *    (ms) Applied patch by Karsten Silkenbäumer to add an optional
             $log_dispatch_level to create_custom_level(). Updated
             documentation.

1.29 (2010/06/16)
   *    (ms) Added documentation on how to use Log4perl's :easy macros
             with Catalyst in Log::Log4perl::Catalyst.
   *    (ms) wrapper_register() now deals with caller_depth automatically.
             Backwards compatibility with old wrapper classes using
             caller_depth directly is provided. Documentation has been
             updated.
   *    (ms) Felix Antonius Wilhelm Ostmann reported Resurrector.pm
             crashes, fixed as suggested by setting the %INC value to
             the module path.
   *    (ms) Another caller_depth fix in Log::Log4perl::Catalyst.
   *    (ms) Fixed logdie() caller_depth bug reported by Rob Retter.
   *    (ms) [RT 56145] Saving errstr in DBI appender to survive ping()
   *    (ms) Added INTERNAL_DEBUG env variable to test suite triggering
             all _INTERNAL_DEBUG statements to be printed for better
             error diagnosis on misbehaving systems.
2010-09-06 11:30:58 +00:00
wiz
e838abfaec Update to 1.223:
Overview of changes in Glib 1.223
=================================

* Fix a few test failures.
2010-09-06 11:05:19 +00:00
sno
630817c953 Updating devel/p5-Test-WWW-Selenium from 1.21nb1 to 1.23
Upstream changes:
1.23 - So Sep  5 2010
  - 3 Patches from Tom Hukins++ to clean up inc/, pod and the license.
  - Suggestion from So Matsui++ to restore HTTP POST from the 1.20 release.
  - http_method now defaults to POST but can be set to GET.

1.22 - Fri Apr  2 10:51:58 PDT 2010
  - Update URI::Encode dependency so we can depend on a consistent
    encoding of *firefox to %2Afirefox.
  - No code changes, just test fixes.
2010-09-06 05:03:48 +00:00
sno
99695ce5a9 Updating devel/p5-PHP-Serialization from 0.30nb1 to 0.34
pkgsrc changes:
- add license definition

Upstream changes:
0.34  2010-03-18
 - Fix keys and values like '010' being serialized as strings as expected
   rather than being turned into ints. (RT#48594)

0.33  2009-07-14
 - Added ability to store the order of the keys on decoding
   PHP assoc array (Alexander Bassilov)
 - Added ability to sort the keys on encoding HASHes (Alexander
   Bassilov)

0.32  2009-06-20
 - Making finite state machine
 - Fixed bug in arrays RT21218
 - RT24441 is not a bug
 - Croaks on incomplete strings. RT44700
 - Fixed bug with float as index. RT42029
 - Removed warning from POD
 - Changed todo in POD
 - BOLAV@cpan.org

0.31  2009-04-14
 - Add warning note to POD
 - Take patch from RT#45024 to fix boolean deserialization bug.
2010-09-05 11:03:05 +00:00
sno
f44ff2f0b4 Updating devel/p5-IO-Stty from 0.02nb5 to 0.03
pkgsrc changes:
- add license and homepage
- adjust module type
- use no languages

Upstream changes:
  - Re-vamp module to Module::Build
  - stty.txt merged into POD so it shows up on CPAN
  - add Changes log
  - basic tests
  - die if no parameters passed to stty
2010-09-05 09:07:20 +00:00
tron
5fddc9516e This package now needs "py-expat" under Mac OS X for Python 2.6.* because
determinng the operating system version involves parsing XML data.
2010-09-04 15:57:16 +00:00
sno
0d02615372 Updating devel/svk from 2.2.1nb2 to 2.2.3
pkgsrc changes:
- add license definition
- clean-up and sort dependencies

Upstream changes:
[Changes for 2.2.3 - 21 Mar, 2010]
  Fix META.yml.

[Changes for 2.2.2 - 10 Mar, 2010]
  Subversion 1.6.x compatiblity fixes.
2010-09-04 12:09:54 +00:00
sno
cb083d9aff Adjusting dependency to Locale::Maketext::Simple to use the core module,
when available.

Bump PKG_REVISON
2010-09-04 11:50:36 +00:00
sno
3d49723a66 Importing package for p5 module PerlIO::gzip version 0.18 during update
of devel/svk.

PerlIO::gzip provides a PerlIO layer that manipulates files in the format
used by the gzip  program. Compression and Decompression are implemented,
but not together. If you attempt to open a file for reading and writing
the open will fail.
2010-09-04 11:36:08 +00:00
sno
ad54432e51 Importing package for p5 module PerlIO::via::Bzip2 version 0.02 during
devel/svk update.

PerlIO::via::Bzip2 implements a PerlIO layer which will let you handle
bzip2 compressed files transparently.
2010-09-04 11:27:12 +00:00