Fri Jun 4 13:23:01 2010 UTC ()
Update p5-POE-Test-Loops to 1.035.
Based on PR#43114 by Web Heping.
While here, set LICENSE=${PERL5_LICENSE}.

=====================================
2010-04-03T20:02:56.616386Z ptl-1_035
=====================================

  2010-04-03 20:01:00 (r2864) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

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

=====================================
2010-04-03T18:15:36.151833Z ptl-1_034
=====================================

  2010-04-03 17:46:46 (r2854) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

    Bump PTL revision for release.

  2010-03-24 06:52:46 (r2852) by apocal
  poe M; polo-gtk/Makefile.PL M; polo-tk M; polo-event M; poe-test-loops
  M; polo-gtk M

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

  2010-03-23 17:27:32 (r2849) by rcaputo
  poe-test-loops/MANIFEST M;
  poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers.pm R;
  poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers_slow.pm D

    Replace z_rt53302_fh_watchers.pm with z_rt53302_fh_watchers_slow.pm.
    The non-slow one was broken since its client shuts down without
    waiting for the server's response.

  2010-03-22 06:00:17 (r2846) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M;
  poe-test-loops/bin/poe-gen-tests M

    Support legal =for and =begin POD syntax for skip_tests(), in
    addition to the previous =for/=cut syntax that caused skip_tests() to
    appear in everyone's perldoc. Document the change. Deprecate the bad
    syntax, which won't be a terrible burden since everyone probably
    wanted to migrate away from it anyway.

  2010-03-22 02:54:39 (r2845) by apocal
  poe-test-loops/lib/POE/Test/Loops.pm M;
  poe-test-loops/bin/poe-gen-tests M

    Add optional one-line =for poe_tests syntax to hide it from POD
    formatters.

    Add example from POE::Loop::Glib that uses the new syntax.

  2010-03-11 06:57:11 (r2839) by apocal
  poe-test-loops/MANIFEST M; poe-test-loops/lib/POE/Test/Loops/00_info.pm
  A

    Added the 00_info test for better debugging

  2010-03-11 05:28:23 (r2838) by apocal
  poe-test-loops/MANIFEST M;
  poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers.pm A;
  poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers_slow.pm A

    Add new tcp connection test for RT#53302

  2010-03-10 19:14:25 (r2836) by rcaputo
  poe-test-loops/bin/poe-gen-tests M

    Update the skip_tests() examples, and explain what's going on in
    each.

  2010-03-09 07:59:40 (r2831) by apocal
  poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm M

    Fix the followtail test to use File::Temp, thanks to
    http://cpantesters.org/cpan/report/6877011 and others like it

  2010-03-09 07:20:16 (r2830) by apocal
  poe/lib/POE/Wheel/ReadLine.pm M;
  poe-test-loops/lib/POE/Test/Loops/wheel_readline.pm M

    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 :)

=====================================
2010-02-15T06:28:11.163679Z ptl-1_033
=====================================

  2010-02-15 06:27:00 (r2812) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

    Bump for yet another release.

  2010-02-15 01:05:37 (r2811) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm M

    Make Bazerka's regression test a little more forgiving about elapsed
    run time.

  2010-02-14 23:55:56 (r2810) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_leolo_wheel_run.pm M

    Skip pty tests if IO::Pty isn't available. Also some style fixes.

  2010-02-14 23:55:18 (r2809) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm M

    Make the test a little more forgiving for slower systems, such as
    virtualized Windows systems and other forms of emulation.

=====================================
2010-02-14T21:38:46.364786Z ptl-1_032
=====================================

  2010-02-14 02:44:47 (r2797) by rcaputo
  poe-test-loops/MANIFEST M;
  poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm A;
  poe-test-loops/lib/POE/Test/Loops.pm M

    Add a test case from rt.cpan.org #54319. Verify Po::Wh::FollowTail
    actually tails files. Thanks to Bazerka on irc.perl.org for
    submitting the basis of this test case.

  2010-01-02 02:57:35 (r2773) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_leolo_wheel_run.pm M;
  poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M;
  poe-test-loops/lib/POE/Test/Loops/z_steinert_signal_integrity.pm M

    Try to resolve some CPAN indexer issues.

    Eliminate a $VERSION string being used to test a version (not define
    one). Eliminate a package statement used to define a constant (not a
    class). Change a test package name to avoid indexer conflict with
    another distribution.

=====================================
2010-01-01T08:57:09.665997Z ptl-1_031
=====================================

  2010-01-01 08:53:54 (r2769) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

    Prepare for release.

  2009-12-27 09:56:05 (r2763) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M

    Check for initial reset on delayed open.

  2009-12-26 22:32:43 (r2758) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M

    Clarify FollowTail debugging messages.

  2009-12-26 09:19:55 (r2756) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/connect_errors.pm M

    Unfortunately we can't test connect errors on Windows. Behavior seems
    to vacillate from one version of ActivePerl to another.

  2009-12-26 08:50:19 (r2755) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M

    Resolve a line ending issue that caused false failures in Windows.


(obache)
diff -r1.7 -r1.8 pkgsrc/devel/p5-POE-Test-Loops/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/p5-POE-Test-Loops/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/devel/p5-POE-Test-Loops/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-POE-Test-Loops/Makefile 2009/11/21 20:27:27 1.7
+++ pkgsrc/devel/p5-POE-Test-Loops/Makefile 2010/06/04 13:23:01 1.8
@@ -1,36 +1,39 @@ @@ -1,36 +1,39 @@
1# $NetBSD: Makefile,v 1.7 2009/11/21 20:27:27 seb Exp $ 1# $NetBSD: Makefile,v 1.8 2010/06/04 13:23:01 obache Exp $
2 2
3DISTNAME= POE-Test-Loops-1.030 3DISTNAME= POE-Test-Loops-1.035
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/POE-Test-Loops/ 9HOMEPAGE= http://search.cpan.org/dist/POE-Test-Loops/
10COMMENT= Perl module providing reusable tests for POE::Loop authors 10COMMENT= Perl module providing reusable tests for POE::Loop authors
 11LICENSE= ${PERL5_LICENSE}
11 12
12PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
13 14
14PERL5_PACKLIST= auto/POE/Test/Loops/.packlist 15PERL5_PACKLIST= auto/POE/Test/Loops/.packlist
15 16
16TESTS_TO_FIX= comp_tcp_concurrent.pm all_errors.pm comp_tcp.pm \ 17TESTS_TO_FIX= 00_info.pm comp_tcp_concurrent.pm all_errors.pm comp_tcp.pm \
17 connect_errors.pm k_alarms.pm k_aliases.pm k_detach.pm \ 18 connect_errors.pm k_alarms.pm k_aliases.pm k_detach.pm \
18 k_run_returns.pm k_selects.pm k_sig_child.pm k_signals.pm \ 19 k_run_returns.pm k_selects.pm k_sig_child.pm k_signals.pm \
19 sbk_signal_init.pm \ 20 k_signals_rerun.pm sbk_signal_init.pm \
20 ses_nfa.pm ses_session.pm wheel_accept.pm wheel_curses.pm \ 21 ses_nfa.pm ses_session.pm wheel_accept.pm wheel_curses.pm \
21 wheel_readline.pm wheel_readwrite.pm wheel_run.pm wheel_sf_ipv6.pm \ 22 wheel_readline.pm wheel_readwrite.pm wheel_run.pm wheel_sf_ipv6.pm \
22 wheel_sf_tcp.pm wheel_sf_udp.pm wheel_sf_unix.pm wheel_tail.pm \ 23 wheel_sf_tcp.pm wheel_sf_udp.pm wheel_sf_unix.pm wheel_tail.pm \
 24 z_kogman_sig_order.pm \
23 z_leolo_wheel_run.pm z_merijn_sigchld_system.pm z_rt39872_sigchld.pm \ 25 z_leolo_wheel_run.pm z_merijn_sigchld_system.pm z_rt39872_sigchld.pm \
24 z_rt39872_sigchld_stop.pm z_steinert_signal_integrity.pm 26 z_rt39872_sigchld_stop.pm z_rt53302_fh_watchers.pm \
 27 z_rt54319_bazerka_followtail.pm z_steinert_signal_integrity.pm
25 28
26.for t in ${TESTS_TO_FIX} 29.for t in ${TESTS_TO_FIX}
27REPLACE_PERL+= lib/POE/Test/Loops/${t} 30REPLACE_PERL+= lib/POE/Test/Loops/${t}
28.endfor 31.endfor
29 32
30SUBST_CLASSES+= perl 33SUBST_CLASSES+= perl
31SUBST_STAGE.perl= post-configure 34SUBST_STAGE.perl= post-configure
32SUBST_FILES.perl= lib/POE/Test/Loops.pm 35SUBST_FILES.perl= lib/POE/Test/Loops.pm
33SUBST_SED.perl= -e 's,\#!/usr/bin/perl,\#!${PERL5},g' 36SUBST_SED.perl= -e 's,\#!/usr/bin/perl,\#!${PERL5},g'
34 37
35.include "../../lang/perl5/module.mk" 38.include "../../lang/perl5/module.mk"
36.include "../../mk/bsd.pkg.mk" 39.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-POE-Test-Loops/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-POE-Test-Loops/distinfo 2009/11/21 20:27:27 1.4
+++ pkgsrc/devel/p5-POE-Test-Loops/distinfo 2010/06/04 13:23:01 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2009/11/21 20:27:27 seb Exp $ 1$NetBSD: distinfo,v 1.5 2010/06/04 13:23:01 obache Exp $
2 2
3SHA1 (POE-Test-Loops-1.030.tar.gz) = f14eeb1b9fd6d35d8ebe248f4b496abbbded3505 3SHA1 (POE-Test-Loops-1.035.tar.gz) = 0b71b469caaeb7ac6f38166980e373caab9728b1
4RMD160 (POE-Test-Loops-1.030.tar.gz) = 6e48af77a790ba4ae50845e658cd47e4fff6494a 4RMD160 (POE-Test-Loops-1.035.tar.gz) = 8a6173cdec148ceed4ccd801f31b09fa860b0bf0
5Size (POE-Test-Loops-1.030.tar.gz) = 58840 bytes 5Size (POE-Test-Loops-1.035.tar.gz) = 63239 bytes