Updating package for CPAN module Padre::Plugin::PerlTidy in
editors/p5-Padre-Plugin-PerlTidy from 0.10nb2 to 0.22. pkgsrc changes: - adjust dependencies upstream changes: 0.22 2012.2.28 - Fix missing META.yml RT #75368 (Reported by KENTNL) (AZAWAWI) 0.21 2012.01.11 - Fix packaging issue with 0.20 (AZAWAWI) 0.20 2012.01.11 - Tweak to enable selected text to work (BOWTIE, DODATHOME) 0.19 2011.11.24 - Restored missing Params::Util dependency (AZAWAWI) - Removed is_padre_plugin dependency (AZAWAWI) 0.18 2011.11.15 - Switch to Module::Install (BOWTIE) - Use PerlTidy from trunk/tools #1239 (BOWTIE) 0.17 2011.02.14 - Bumped the version number to reflect the adaptation to the Plugin API so the Plugin Manager shows the version of the plugin (CLAUDIO) - Removed bug broke the plugin (related to perltidyc). 0.16 2010.12.06 - Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI) 0.15 2010.10.29 - Removed Test::NeedsDisplay dependency (AZAWAWI) 0.14 2010.10.27 - Fixed t/01-menu.t to work under no DISPLAY (AZAWAWI) - t/00-load.t is magically injected by [@PadrePlugin] via [LoadTests] (AZAWAWI) 0.13 2010.10.25 - Switched to Dist::Zilla (AZAWAWI) - Fixed t/00-load.t to work under no DISPLAY (AZAWAWI) - Fix the uninitialized variable warning when tidying an unsaved tab (AZAWAWI) - Updated Arabic translation (AZAWAWI) 0.12 Tue Oct 12 2010 - Fix duplicate "my $output" call 0.11 Mon Oct 11 2010 - Added translations: - Turkish (BURAK) - When tidying and exporting an unsaved document or text, the tab title is now used instead of the undefined document filename (AZAWAWI) - Prevent the current destructive nature when tidying a non-Perl document or text (AZAWAWI) - Re-used standard Padre's message and error method calls instead of Wx::MessageBox (AZAWAWI, idea from SZABGAB++) - Fixed RT #61993 "Can't tidy code when the bottom pane is off on Padre startup" (AZAWAWI, Reported by RENEEB++)
This commit is contained in:
parent
899c1008c4
commit
ef73019273
2 changed files with 9 additions and 11 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.5 2011/08/14 12:38:57 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2012/09/13 16:24:12 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Padre-Plugin-PerlTidy-0.10
|
||||
DISTNAME= Padre-Plugin-PerlTidy-0.22
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= editors devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
|
||||
|
||||
|
@ -16,10 +15,9 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
DEPENDS+= p5-Padre>=0.54:../../editors/p5-Padre
|
||||
DEPENDS+= p5-Perl-Tidy-[0-9]*:../../devel/p5-Perl-Tidy
|
||||
|
||||
BUILD_DEPENDS+= p5-Locale-Msgfmt>=0.14:../../devel/p5-Locale-Msgfmt
|
||||
DEPENDS+= p5-Padre>=0.92:../../editors/p5-Padre
|
||||
DEPENDS+= p5-Params-Util>=1.04:../../devel/p5-Params-Util
|
||||
DEPENDS+= p5-Perl-Tidy>=20101217:../../devel/p5-Perl-Tidy
|
||||
|
||||
PERL5_PACKLIST= auto/Padre/Plugin/PerlTidy/.packlist
|
||||
PERL5_MODULE_TYPE= Module::Install::Bundled
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/03/08 18:29:44 sno Exp $
|
||||
$NetBSD: distinfo,v 1.3 2012/09/13 16:24:12 sno Exp $
|
||||
|
||||
SHA1 (Padre-Plugin-PerlTidy-0.10.tar.gz) = 6361e0696430d2eeade928aa8b4f47853acd9517
|
||||
RMD160 (Padre-Plugin-PerlTidy-0.10.tar.gz) = 74dbdf60f853ce987dac62c55d6e7d62d990aa7f
|
||||
Size (Padre-Plugin-PerlTidy-0.10.tar.gz) = 23704 bytes
|
||||
SHA1 (Padre-Plugin-PerlTidy-0.22.tar.gz) = 3c4ac69266ff141071f5040e5b494a513267ad76
|
||||
RMD160 (Padre-Plugin-PerlTidy-0.22.tar.gz) = a13fb4f844baf5a73c41816f40696cb8cb883010
|
||||
Size (Padre-Plugin-PerlTidy-0.22.tar.gz) = 26467 bytes
|
||||
|
|
Loading…
Reference in a new issue