Thu Sep 23 21:53:33 2010 UTC ()
Updating editors/p5-Padre from 0.69 to 0.70

pkgsrc changes:
- adjust dependencies
- bump required perl version from 5.10.1 to 5.12.2nb1

Upstream changes:
0.70 2010-09-09
    - The Task 2.0 API now supports full birectional communication for all
      task classes out the box. (ADAMK)
    - Directory search now runs incrementally via background task (ADAMK)
    - Directory browse no longer infinitely recurses (ADAMK)
    - Directory tasks all support cancellation, preventing expensive tasks
      building up and killing your Padre instance (ADAMK)
    - Subroutines declared using syntax provided by Method::Signatures
      ("func", "method"), MooseX::Method::Signatures ("method"), and
      MooseX::Declare ("method") are now supported in the Outline and
      Functions view (DAPATRICK)
    - Updated German translation (ZENOG)
    - Updated Italian translation (SBLANDIN)
    - Fixed typos in share/languages/perl5/perl5.yml (ZENOG)
    - Added keyboard shortcuts to refactoring features "rename variable"
      and "extract subroutine" (ZENOG)
    - Fixed small translation problem in ActionLibrary (ZENOG)
    - Fix #411: working version of the keyboard shortcut editor (ZENOG)
    - The startup splash is now disabled by default. Padre starts up very
      quickly these days, and delaying image loading should reduce the
      per-thread memory cost more (ADAMK)
    - Fix MIME type setting via menu (ZENOG)
    - mark nl_be as not supported (ZENOG)
    - partial fix for #452: 'focus order in Replace dialog' (ZENOG)
    - Fix focus order in Find dialog (ZENOG)
    - Close replace dialog on Escape key in all cases (ZENOG)
    - 'Quick Menu Access' dialog now completely translated (ZENOG)


(sno)
diff -r1.9 -r1.10 pkgsrc/editors/p5-Padre/Makefile
diff -r1.6 -r1.7 pkgsrc/editors/p5-Padre/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/editors/p5-Padre/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/p5-Padre/Makefile 2010/09/14 11:01:43 1.9
+++ pkgsrc/editors/p5-Padre/Makefile 2010/09/23 21:53:33 1.10
@@ -1,20 +1,18 @@ @@ -1,20 +1,18 @@
1# $NetBSD: Makefile,v 1.9 2010/09/14 11:01:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2010/09/23 21:53:33 sno Exp $
2# 2#
3 3
4DISTNAME= Padre-0.69 4DISTNAME= Padre-0.70
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6#PKGREVISION= 1 
7PKGREVISION= 1 
8CATEGORIES= editors perl5 6CATEGORIES= editors perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
10 8
11MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/Padre/ 10HOMEPAGE= http://search.cpan.org/dist/Padre/
13COMMENT= Perl Application Development and Refactoring Environment 11COMMENT= Perl Application Development and Refactoring Environment
14LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
15 13
16PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
17MAKE_JOBS_SAFE= no 15MAKE_JOBS_SAFE= no
18 16
19USE_LANGUAGES+= c c++ 17USE_LANGUAGES+= c c++
20REPLACE_PERL+= share/templates/*.t 18REPLACE_PERL+= share/templates/*.t
@@ -49,61 +47,59 @@ DEPENDS+= p5-File-Copy-Recursive>= @@ -49,61 +47,59 @@ DEPENDS+= p5-File-Copy-Recursive>=
49DEPENDS+= p5-File-Find-Rule>=0.30:../../devel/p5-File-Find-Rule 47DEPENDS+= p5-File-Find-Rule>=0.30:../../devel/p5-File-Find-Rule
50DEPENDS+= p5-File-HomeDir>=0.91:../../devel/p5-File-HomeDir 48DEPENDS+= p5-File-HomeDir>=0.91:../../devel/p5-File-HomeDir
51DEPENDS+= p5-File-Next>=1.06:../../devel/p5-File-Next 49DEPENDS+= p5-File-Next>=1.06:../../devel/p5-File-Next
52# File::Path 2.07 is in Perl 5.8.9, but Perl 5.10.0 contains "only" 2.04 50# File::Path 2.07 is in Perl 5.8.9, but Perl 5.10.0 contains "only" 2.04
53DEPENDS+= {perl>=5.10.1,p5-File-Path>=2.07}:../../devel/p5-File-Path 51DEPENDS+= {perl>=5.10.1,p5-File-Path>=2.07}:../../devel/p5-File-Path
54DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove 52DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove
55DEPENDS+= p5-File-ShareDir>=1.00:../../devel/p5-File-ShareDir 53DEPENDS+= p5-File-ShareDir>=1.00:../../devel/p5-File-ShareDir
56DEPENDS+= p5-File-Which>=1.08:../../devel/p5-File-Which 54DEPENDS+= p5-File-Which>=1.08:../../devel/p5-File-Which
57DEPENDS+= p5-File-pushd>=1.00:../../devel/p5-File-pushd 55DEPENDS+= p5-File-pushd>=1.00:../../devel/p5-File-pushd
58DEPENDS+= p5-Format-Human-Bytes>=0.04:../../devel/p5-Format-Human-Bytes 56DEPENDS+= p5-Format-Human-Bytes>=0.04:../../devel/p5-Format-Human-Bytes
59DEPENDS+= p5-HTML-Parser>=3.58:../../www/p5-HTML-Parser 57DEPENDS+= p5-HTML-Parser>=3.58:../../www/p5-HTML-Parser
60DEPENDS+= p5-IO-stringy>=2.110:../../devel/p5-IO-stringy 58DEPENDS+= p5-IO-stringy>=2.110:../../devel/p5-IO-stringy
61DEPENDS+= p5-IO-String>=1.08:../../devel/p5-IO-String 59DEPENDS+= p5-IO-String>=1.08:../../devel/p5-IO-String
 60DEPENDS+= p5-IPC-Run>=0.83:../../devel/p5-IPC-Run
62DEPENDS+= p5-JSON-XS>=2.290:../../converters/p5-JSON-XS 61DEPENDS+= p5-JSON-XS>=2.290:../../converters/p5-JSON-XS
63DEPENDS+= p5-List-MoreUtils>=0.22:../../devel/p5-List-MoreUtils 62DEPENDS+= p5-List-MoreUtils>=0.22:../../devel/p5-List-MoreUtils
64DEPENDS+= {perl>=5.8.8,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils 63DEPENDS+= {perl>=5.8.8,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils
65DEPENDS+= {perl>=5.12.0,p5-Module-Build>=0.36030}:../../devel/p5-Module-Build 64DEPENDS+= {perl>=5.12.0,p5-Module-Build>=0.36030}:../../devel/p5-Module-Build
66DEPENDS+= {perl>=5.8.9,p5-Module-CoreList-[0-9]*}:../../devel/p5-Module-CoreList 65DEPENDS+= {perl>=5.8.9,p5-Module-CoreList-[0-9]*}:../../devel/p5-Module-CoreList
67DEPENDS+= p5-Module-Manifest>=0.07:../../devel/p5-Module-Manifest 66DEPENDS+= p5-Module-Manifest>=0.07:../../devel/p5-Module-Manifest
68DEPENDS+= p5-Module-Refresh>=0.13:../../devel/p5-Module-Refresh 67DEPENDS+= p5-Module-Refresh>=0.13:../../devel/p5-Module-Refresh
69DEPENDS+= p5-Module-Starter>=1.500:../../devel/p5-Module-Starter 68DEPENDS+= p5-Module-Starter>=1.500:../../devel/p5-Module-Starter
70DEPENDS+= p5-ORLite>=1.41:../../databases/p5-ORLite 69DEPENDS+= p5-ORLite>=1.41:../../databases/p5-ORLite
71DEPENDS+= p5-POD2-Base>=0.043:../../textproc/p5-POD2-Base 70DEPENDS+= p5-POD2-Base>=0.043:../../textproc/p5-POD2-Base
72DEPENDS+= p5-PPI>=1.213:../../devel/p5-PPI 71DEPENDS+= p5-PPI>=1.213:../../devel/p5-PPI
73DEPENDS+= p5-PPIx-EditorTools>=0.09:../../editors/p5-PPIx-EditorTools 72DEPENDS+= p5-PPIx-EditorTools>=0.09:../../editors/p5-PPIx-EditorTools
74DEPENDS+= p5-Params-Util>=0.33:../../devel/p5-Params-Util 73DEPENDS+= p5-Params-Util>=0.33:../../devel/p5-Params-Util
75DEPENDS+= p5-Parse-ErrorString-Perl>=0.11:../../devel/p5-Parse-ErrorString-Perl 74DEPENDS+= p5-Parse-ErrorString-Perl>=0.11:../../devel/p5-Parse-ErrorString-Perl
76DEPENDS+= p5-Parse-ExuberantCTags>=1.00:../../devel/p5-Parse-ExuberantCTags 75DEPENDS+= p5-Parse-ExuberantCTags>=1.00:../../devel/p5-Parse-ExuberantCTags
77DEPENDS+= p5-Pod-Abstract>=0.16:../../textproc/p5-Pod-Abstract 76DEPENDS+= p5-Pod-Abstract>=0.16:../../textproc/p5-Pod-Abstract
78DEPENDS+= p5-Pod-POM>=0.17:../../textproc/p5-Pod-POM 77DEPENDS+= p5-Pod-POM>=0.17:../../textproc/p5-Pod-POM
79DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.07}:../../textproc/p5-Pod-Simple 78DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.07}:../../textproc/p5-Pod-Simple
80DEPENDS+= p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl 79DEPENDS+= p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl
81DEPENDS+= p5-Readonly-XS>=1.05:../../devel/p5-Readonly-XS 80DEPENDS+= p5-Readonly-XS>=1.05:../../devel/p5-Readonly-XS
82DEPENDS+= {perl>=5.8.8,p5-Storable>=2.15}:../../devel/p5-Storable 81DEPENDS+= {perl>=5.8.8,p5-Storable>=2.15}:../../devel/p5-Storable
83DEPENDS+= p5-Template-Tiny>=0.11:../../textproc/p5-Template-Tiny 82DEPENDS+= p5-Template-Tiny>=0.11:../../textproc/p5-Template-Tiny
84DEPENDS+= {perl>=5.12.0,p5-Text-Balanced>=2.01}:../../textproc/p5-Text-Balanced 83DEPENDS+= {perl>=5.12.0,p5-Text-Balanced>=2.01}:../../textproc/p5-Text-Balanced
85DEPENDS+= p5-Text-Diff>=0.35:../../textproc/p5-Text-Diff 84DEPENDS+= p5-Text-Diff>=0.35:../../textproc/p5-Text-Diff
86DEPENDS+= p5-Text-FindIndent>=0.06:../../textproc/p5-Text-FindIndent 85DEPENDS+= p5-Text-FindIndent>=0.06:../../textproc/p5-Text-FindIndent
87# Thread::Queue 2.11 is in Perl 5.8.9, but Perl 5.10.0 contains "only" 2.00 
88#DEPENDS+= {perl>=5.10.1,p5-Thread-Queue>=2.11}:../../devel/p5-Thread-Queue # XXX missing 
89PERL5_REQD+= 5.10.1 
90DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI 86DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
91DEPENDS+= p5-Wx-Perl-ProcessStream>=0.25:../../x11/p5-Wx-Perl-ProcessStream 87DEPENDS+= p5-Wx-Perl-ProcessStream>=0.25:../../x11/p5-Wx-Perl-ProcessStream
92DEPENDS+= p5-YAML-Tiny>=1.32:../../textproc/p5-YAML-Tiny 88DEPENDS+= p5-YAML-Tiny>=1.32:../../textproc/p5-YAML-Tiny
93DEPENDS+= p5-libwww>=5.815:../../www/p5-libwww 89DEPENDS+= p5-libwww>=5.815:../../www/p5-libwww
94DEPENDS+= p5-pip>=0.13:../../devel/p5-pip 90DEPENDS+= {perl>=5.12.0,p5-version>=0.8000}:../../devel/p5-version
95DEPENDS+= p5-version>=0.8000:../../devel/p5-version 91# required threads, threads::shared and version are in patched 5.12.2nb1 core
96# threads, threads::shared and version are in 5.10.1 core - we don't need to note again the 5.10.1 req 92PERL5_REQD+= 5.12.2nb1
97 93
98PERL5_PACKLIST= auto/Padre/.packlist 94PERL5_PACKLIST= auto/Padre/.packlist
99PERL5_MODULE_TYPE= Module::Install::Bundled 95PERL5_MODULE_TYPE= Module::Install::Bundled
100 96
101#pre-configure: 97#pre-configure:
102# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm 98# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
103 99
104.include "../../lang/perl5/module.mk" 100.include "../../lang/perl5/module.mk"
105.include "../../databases/p5-DBI/buildlink3.mk" 101.include "../../databases/p5-DBI/buildlink3.mk"
106BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.580 102BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.580
107.include "../../x11/p5-Wx/buildlink3.mk" 103.include "../../x11/p5-Wx/buildlink3.mk"
108 104
109.include "../../mk/bsd.pkg.mk" 105.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/editors/p5-Padre/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/p5-Padre/distinfo 2010/08/20 07:01:35 1.6
+++ pkgsrc/editors/p5-Padre/distinfo 2010/09/23 21:53:33 1.7
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.6 2010/08/20 07:01:35 sno Exp $ 1$NetBSD: distinfo,v 1.7 2010/09/23 21:53:33 sno Exp $
2 2
3SHA1 (Padre-0.69.tar.gz) = 4984c05df37091dc67e9ce25bd5ec897759ce1e3 3SHA1 (Padre-0.70.tar.gz) = 961ca6f489cd081b73a50bfaf301b1f995fc539f
4RMD160 (Padre-0.69.tar.gz) = 2aa28e38c1504c8f7b4e9aab2ce2340e4c437337 4RMD160 (Padre-0.70.tar.gz) = f71acf225c45c198ac92fb70322a462bd61b09d4
5Size (Padre-0.69.tar.gz) = 1905196 bytes 5Size (Padre-0.70.tar.gz) = 1920190 bytes
6SHA1 (patch-aa) = ce20ca397adaa4fb4630dc8f8b0de3ae072b4420 6SHA1 (patch-aa) = ce20ca397adaa4fb4630dc8f8b0de3ae072b4420
7SHA1 (patch-ab) = 30862f5a3584bc8432ac176f15985a83cb3fbd44 7SHA1 (patch-ab) = 30862f5a3584bc8432ac176f15985a83cb3fbd44