summaryrefslogtreecommitdiff
path: root/editors/p5-Padre-Plugin-PerlTidy
diff options
context:
space:
mode:
authorsno <sno>2012-09-13 16:24:12 +0000
committersno <sno>2012-09-13 16:24:12 +0000
commit76267f2ada0b76ba90ddc9d50d72bfc1fb692286 (patch)
tree349fa80ef4948c4eff8bde047d0dbafcdedf4e47 /editors/p5-Padre-Plugin-PerlTidy
parenteac6ad7183988625dd9b75109eb19aaa30edffb3 (diff)
downloadpkgsrc-76267f2ada0b76ba90ddc9d50d72bfc1fb692286.tar.gz
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++)
Diffstat (limited to 'editors/p5-Padre-Plugin-PerlTidy')
-rw-r--r--editors/p5-Padre-Plugin-PerlTidy/Makefile12
-rw-r--r--editors/p5-Padre-Plugin-PerlTidy/distinfo8
2 files changed, 9 insertions, 11 deletions
diff --git a/editors/p5-Padre-Plugin-PerlTidy/Makefile b/editors/p5-Padre-Plugin-PerlTidy/Makefile
index 5b3d5167923..4cad5be1751 100644
--- a/editors/p5-Padre-Plugin-PerlTidy/Makefile
+++ b/editors/p5-Padre-Plugin-PerlTidy/Makefile
@@ -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
diff --git a/editors/p5-Padre-Plugin-PerlTidy/distinfo b/editors/p5-Padre-Plugin-PerlTidy/distinfo
index 3b4a84878d6..b8d108df4d6 100644
--- a/editors/p5-Padre-Plugin-PerlTidy/distinfo
+++ b/editors/p5-Padre-Plugin-PerlTidy/distinfo
@@ -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