summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2012-09-11 08:24:02 +0000
committersno <sno@pkgsrc.org>2012-09-11 08:24:02 +0000
commitddab90be2f0cf29e8313fa0324bdffa054fe233f (patch)
tree5d56774a0a528733a7260ab048071a78e8230bc6
parent2bcb9466f593c080aa27665f5f3e1dd64b7dcc3b (diff)
downloadpkgsrc-ddab90be2f0cf29e8313fa0324bdffa054fe233f.tar.gz
Updating package for CPAN module Debug::Client in devel/p5-Debug-Client
from 0.12nb1 to 0.20. pkgsrc changes: - adjust dependencies upstream changes since 0.12: 0.20 2012.04.09 - change carp dependancy to 1.20 in test (BOWTIE) 0.19 2012.04.08 - fix for #1415 (WHUMANN, BOWTIE) - drop Carp to 1.20, packaging request (VOEGELAS) - add a README (BOWTIE) - remove dead code (BOWTIE) - re-factor some variables and tidy up (BOWTIE) - fix p|x to display $tring refs x \$tring (BOWTIE) 0.18 2012.03.07 - bumped to 0.18 (BOWTIE) - tweaks to POD (BOWTIE) 0.17_06 2012.02.09 - remove is for cmp_ok where values are numeric - fix 'Free to wrong pool' in tests against win32 - looking to IO::Socket::IP and ipv6 - update Makefile to use M-I-DSL - Tweaks to POD, remove unwanted comments (BOWTIE) 0.17_05 2012.01.11 - Due to issues with perl5db v1.34-5 in Perl 5.15.3-5 very messy this means list context is now naff Modify tests to cater for these anomaly's add Method get_lineinfo so that we can ask where are we! Tweaks to POD (BOWTIE) 0.17_04 2011.12.29 - remove test code in 0.17_03 that was naffing up cpan testers (BOWTIE) 0.17_03 2011.12.29 - vast changes to test files see #1367/8 (BOWTIE) - Patch for 09-io.t ticket #831 (MJGARDNER) 0.17_02 2011.12.08 - vast changes to test files (BOWTIE) 0.17_01 2011.12.06 - adjust required version for 'E' requires 5.8.6 (Note that threading support was built into the debugger as of Perl version 5.8.6 and debugger version 1.2.8.) - Oops requires 'IO::Socket' reset to '1.31' - try some other testing modules Test::Class - Tidy POD (BOWTIE) 0.16 2011.11.30 - Add Methods list_subroutine_names, set_option, get_options, module - tweak to return line & row from dot if all else fails - tweak to Makefile dependence's - Amend POD for above - Amend test to support above (BOWTIE) 0.15 2011.11.24 - removed Method listen - comment out list_subroutine_names & _set_option - Modify Method get_value to accept no values - Modify get_p_exp - Amend test to support above (BOWTIE) 0.14 2011.11.24 - Released 0.13_10 as stable 0.14 (AZAWAWI) 0.13_10 2011.11.20 - rename Method _show_help -> get_h_var rename Method get_p_ext -> get_p_exp Add tests for above (BOWTIE) 0.13_09 2011.11.17 - Add a Method get_p_ext (BOWTIE) 0.13_08 2011.11.13 - No newer ExtUtils::MakeMaker dependency. Removed a couple of unneeded test dependencies (AZAWAWI) 0.13_07 2011.11.09 - Tweaks to tests for above (BOWTIE) 0.13_06 2011.11.09 - Add Method show_view modify method show_line Add Method _show_help Tweaks to tests for above spell check POD (BOWTIE) 0.13_05 2011.11.07 - default port changed to 24642 as port 12345 registered to "Italk Chat System" (BOWTIE) - _process_line is where all the generated errors from cpantesters come from $count = 0; and some tweaks to $line to suppress errors when buffer is empty (BOWTIE) 0.13_04 2011.11.05 - Perl::Critic Error Subroutine "listen" is a homonym for bulletin function listen changed to listener (BOWTIE) - using ReuseAddr as Reuse has bean deprecated (BOWTIE) - Perl::Critic severity => 5, & severity => 4, pass now (BOWTIE) - tweak to test t/02... (BOWTIE) 0.13_03 2011.11.04 - Tweak some tests (BOWTIE) - Updates to POD use $debugger throughout instead of $d (BOWTIE) - Add a test for get_v_vars Add a test for get_y_zero Add a test for list_subroutine_names (BOWTIE) 0.13_02 2011.11.03 - re-factor eg/02-sub.pl, change sub f to sub func1 (BOWTIE) - Add a test for get_y_zero Add a test for toggle_trace (BOWTIE) - Updates to POD to complement new Methods (BOWTIE) 0.13_01 2011.11.02 - POD add skip for perl -d c [line|sub] for perl5db.pl >= 1.34 (BOWTIE) - skip some tests t/08.... skip some tests t/04.... (BOWTIE) - development upgrade to 0.13_01 for P-P-Debug add several more methods, and t/13.... (BOWTIE)
-rw-r--r--devel/p5-Debug-Client/Makefile12
-rw-r--r--devel/p5-Debug-Client/distinfo8
2 files changed, 13 insertions, 7 deletions
diff --git a/devel/p5-Debug-Client/Makefile b/devel/p5-Debug-Client/Makefile
index 3c346d62314..6f7ac6aa002 100644
--- a/devel/p5-Debug-Client/Makefile
+++ b/devel/p5-Debug-Client/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2012/09/03 11:16:22 sno Exp $
+# $NetBSD: Makefile,v 1.5 2012/09/11 08:24:02 sno Exp $
-DISTNAME= Debug-Client-0.12
+DISTNAME= Debug-Client-0.20
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Debug/}
@@ -11,6 +10,13 @@ HOMEPAGE= http://search.cpan.org/dist/Debug-Client/
COMMENT= Client side code for perl debugger
LICENSE= ${PERL5_LICENSE}
+DEPENDS+= p5-PadWalker>=1.9.2:../../devel/p5-PadWalker
+DEPENDS+= p5-Term-ReadLine-Perl>=1.0303:../../devel/p5-Term-ReadLine-Perl
+
+BUILD_DEPENDS+= p5-Test-Class>=0.36:../../devel/p5-Test-Class
+BUILD_DEPENDS+= p5-Test-Deep>=0.108:../../devel/p5-Test-Deep
+BUILD_DEPENDS+= {perl>=5.14.2,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple
+
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Debug/Client/.packlist
diff --git a/devel/p5-Debug-Client/distinfo b/devel/p5-Debug-Client/distinfo
index 7673948e669..c0a67785bb5 100644
--- a/devel/p5-Debug-Client/distinfo
+++ b/devel/p5-Debug-Client/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2011/08/12 06:55:53 adam Exp $
+$NetBSD: distinfo,v 1.3 2012/09/11 08:24:02 sno Exp $
-SHA1 (Debug-Client-0.12.tar.gz) = 82bd0962fc787b4f4cd453bc5382d89045e2a4dc
-RMD160 (Debug-Client-0.12.tar.gz) = 112a106e66078c77c94598f2979ec3d325afb933
-Size (Debug-Client-0.12.tar.gz) = 30339 bytes
+SHA1 (Debug-Client-0.20.tar.gz) = 4a9dcdad67fe5a4c0ab5f1287b5488e80e1e14f0
+RMD160 (Debug-Client-0.20.tar.gz) = 0208e4753121bfb32114679ba601b3cb8ab14b28
+Size (Debug-Client-0.20.tar.gz) = 38741 bytes