diff options
author | sno <sno> | 2010-03-09 21:56:59 +0000 |
---|---|---|
committer | sno <sno> | 2010-03-09 21:56:59 +0000 |
commit | 4f2b7fc2755eaaeaa7af8af57551fb51351d9d64 (patch) | |
tree | 90430b4daa28faac90a54f25d1e003ed68121739 | |
parent | 2dffcf1cae609b19ad3496d2311315eba869b01a (diff) | |
download | pkgsrc-4f2b7fc2755eaaeaa7af8af57551fb51351d9d64.tar.gz |
Updating editors/p5-Padre from 0.57 to 0.58
pkgsrc changes:
- Adjust dependency
Upstream changes:
0.58 2010.03.08
- Fixed "Open File In Existing Padre" for non-win32 (PDONELAN)
- In advanced preferences, display the storage backend name when it is
default and 'User' is now called 'Overriden' (AZAWAWI)
- In advanced preferences, display preferences options for non-boolean
settings (AZAWAWI)
- In advanced preferences, display a True/False radio button for boolean
settings (AZAWAWI)
- Fixed an incorrect default value display bug in advanced preferences
when it is toggled (AZAWAWI)
- In advanced preferences, hide bottom controls at startup (AZAWAWI)
- In advanced preferences, Set button is hidden when it is a boolean.
True/false radio buttons handle the switch instead (AZAWAWI)
- Fixed ticket #858 Recent files does not display anything on Padre startup
(AZAWAWI)
- Refresh all menus at startup. This prevents "nothing" open mode (i.e. no
document) from incorrectly showing an enabled menubar (AZAWAWI)
- Padre::Util::share() can now get the name of a plugin (e.g. 'Perl6') and
return the share directory of that plugin (SZABGAB)
- Removed the unused concept of user-configurable menus, which was slowing
down a ton of different operations that needed a menu refresh (ADAMK)
- Removed ->refresh calls during the initial menu construction, as we
will be refresh'ing again anyway at the end of the startup, and thus
any work done in the menus is completely wasted CPU (ADAMK)
- Removed the very expensive window list refresh code from the main menu
refresh method into it's own dedicated refresh method. We can fire
this directly in the limited number of situations that the notebook
adds, removed, or renamed documents (ADAMK)
- Speed up status bar updates (ADAMK, SEWI)
- Warning editor markers are now actually orange on win32 (AZAWAWI)
- Landed new and much much faster refresh_windowlist (ADAMK)
- Fixed ticket #860: Configurable key bindings dialog (AZAWAWI)
- Added Browse Buttons to External Tools Preference Dialog (PLAVEN)
- Fixed ticket #863: Continous warnings or prints kill Padre
(AZAWAWI, KTHAKORE)
- Bumped Wx::Perl::ProcessStream version requirement to 0.25 (AZAWAWI)
- Added promised PPI lexer configurable max-length limit for azawawi (ADAMK)
- Fixed ticket #867: Padre dies when hitting Ctrl-. (AZAWAWI)
- Fixed ticket #807: F2 is broken (AZAWAWI)
- Fixed ticket #835: Function list not populated on initial panel showing
(karl.forner)
- Added Turkish translation.
-rw-r--r-- | editors/p5-Padre/Makefile | 6 | ||||
-rw-r--r-- | editors/p5-Padre/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 48dbbc1c502..f79d90f111d 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2010/02/25 13:32:50 sno Exp $ +# $NetBSD: Makefile,v 1.6 2010/03/09 21:56:59 sno Exp $ # -DISTNAME= Padre-0.57 +DISTNAME= Padre-0.58 PKGNAME= p5-${DISTNAME} CATEGORIES= editors perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} @@ -79,7 +79,7 @@ DEPENDS+= p5-Text-FindIndent>=0.06:../../textproc/p5-Text-FindIndent #DEPENDS+= {perl>=5.10.1,p5-Thread-Queue>=2.11}:../../devel/p5-Thread-Queue # XXX missing PERL5_REQD+= 5.10.1 DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI -DEPENDS+= p5-Wx-Perl-ProcessStream>=0.24:../../x11/p5-Wx-Perl-ProcessStream +DEPENDS+= p5-Wx-Perl-ProcessStream>=0.25:../../x11/p5-Wx-Perl-ProcessStream DEPENDS+= p5-YAML-Tiny>=1.32:../../textproc/p5-YAML-Tiny DEPENDS+= p5-pip>=0.13:../../devel/p5-pip DEPENDS+= p5-version>=0.8000:../../devel/p5-version diff --git a/editors/p5-Padre/distinfo b/editors/p5-Padre/distinfo index 2961e485e00..805265c824d 100644 --- a/editors/p5-Padre/distinfo +++ b/editors/p5-Padre/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2010/02/25 13:32:50 sno Exp $ +$NetBSD: distinfo,v 1.5 2010/03/09 21:56:59 sno Exp $ -SHA1 (Padre-0.57.tar.gz) = 06f728e7470928b44fb628b36bb55c0b4bdaad56 -RMD160 (Padre-0.57.tar.gz) = 654b5e5875565e8d00e7316cf1d5afbe824c448c -Size (Padre-0.57.tar.gz) = 1288888 bytes +SHA1 (Padre-0.58.tar.gz) = be0b453b1ce762be21b05f7ff0574c447e96939c +RMD160 (Padre-0.58.tar.gz) = 238a62009c30c55e9eb161d6ffb67910442ae88c +Size (Padre-0.58.tar.gz) = 1327131 bytes SHA1 (patch-aa) = f0d7c83b42d6c70c28146535667f59fa9de66186 SHA1 (patch-ab) = 2db009c3bf83f73462fd3b6f07a035aadee93891 |