Updating editors/p5-Padre from 0.54 to 0.55
pkgsrc changes: - Adjusting dependencies Upstream changes: 0.55 2010.01.21 - Add full list of file types to the View Document As menu (SZABGAB) - dist-zilla projects detection finally fixed (#489) (JQUELIN) - The directory tree refresh method will shortcut if nothing has changed, which should fix a number of bugs relating to the directory tree "doing things" when it shouldn't be (ADAMK) - Saving files to somewhere other than the current project will now correctly flush the document project state, and triggers a directory tree flush so that we communicate the change in project (ADAMK) - Cloned ORLite::Migrate to a private version as Padre::DB::Migrate so we have a better chance of fixing bug #796 (ADAMK) - Tentatively fixed #796 by spawning migration scripts in a manner which does NOT assume the pre-existance of STDOUT. This is at best a short-term hack, because this STDOUT problem is going to come back and bite us in other ways in the future, for sure (ADAMK) - Tuned the directory tree refresh logic to improve startup speed when launching Padre with specific named files to open (ADAMK) - Tuned the creation and management of tool widgets to remove the need to load or construct tools at startup time that are turned off in the user's configuration. - Tuned lock-release refresh execution to remove low-level refresh methods that are also contained in higher level refresh methods. - Removed a superfluous AUI Update from the refresh method (ADAMK) - Delay loading some additional GUI classes and objects until they definitely needed (ADAMK) - Suppress warnings that occur during plugin loading (ADAMK) - 'Simple' possible fix for #331 to update the tabs when 'save all' is run in Padre. (PLAVEN) - Fixed #819: Don't crash on missing project dir (SEWI) - Upgrading --desktop option from VBScript to a new Win32::Shortcut-based Padre::Desktop. Desktop link creation works on Vista and newer operating systems again (ADAMK) - Tuned menubar refresh to only fire if we change document mimetype, which saves a ton of CPU and seems to reduce flicker (ADAMK)
This commit is contained in:
parent
357a052506
commit
ebfaa4fe17
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 18:29:36 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2010/01/23 12:05:32 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Padre-0.54
|
||||
DISTNAME= Padre-0.55
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= editors perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
|
||||
|
@ -58,7 +58,6 @@ DEPENDS+= {perl>=5.8.9,p5-Module-CoreList-[0-9]*}:../../devel/p5-Module-CoreList
|
|||
DEPENDS+= p5-Module-Refresh>=0.13:../../devel/p5-Module-Refresh
|
||||
DEPENDS+= p5-Module-Starter>=1.500:../../devel/p5-Module-Starter
|
||||
DEPENDS+= p5-ORLite>=1.30:../../databases/p5-ORLite
|
||||
DEPENDS+= p5-ORLite-Migrate>=0.03:../../databases/p5-ORLite-Migrate
|
||||
DEPENDS+= p5-PPI>=1.205:../../devel/p5-PPI
|
||||
DEPENDS+= p5-PPIx-EditorTools>=0.09:../../editors/p5-PPIx-EditorTools
|
||||
DEPENDS+= p5-Params-Util>=0.33:../../devel/p5-Params-Util
|
||||
|
@ -67,6 +66,7 @@ DEPENDS+= p5-Parse-ExuberantCTags>=1.00:../../devel/p5-Parse-ExuberantCTags
|
|||
DEPENDS+= p5-Pod-Abstract>=0.16:../../textproc/p5-Pod-Abstract
|
||||
DEPENDS+= p5-Pod-POM>=0.17:../../textproc/p5-Pod-POM
|
||||
DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.07}:../../textproc/p5-Pod-Simple
|
||||
DEPENDS+= p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl
|
||||
DEPENDS+= {perl>=5.8.8,p5-Storable>=2.15}:../../devel/p5-Storable
|
||||
DEPENDS+= p5-Template-Tiny>=0.03:../../textproc/p5-Template-Tiny
|
||||
DEPENDS+= p5-Text-Diff>=0.35:../../textproc/p5-Text-Diff
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/01/16 18:29:36 sno Exp $
|
||||
$NetBSD: distinfo,v 1.2 2010/01/23 12:05:32 sno Exp $
|
||||
|
||||
SHA1 (Padre-0.54.tar.gz) = 6347ecf526d6184603363bfdbb9824bfa7070923
|
||||
RMD160 (Padre-0.54.tar.gz) = 3f815ff60fab845e2a295a102493722fa59d316f
|
||||
Size (Padre-0.54.tar.gz) = 1238479 bytes
|
||||
SHA1 (Padre-0.55.tar.gz) = 7c9611b7072a8a322e73e8b0a98571e3661fcb78
|
||||
RMD160 (Padre-0.55.tar.gz) = 1cbdcafef8682028b81b734a5039cbd605a39db0
|
||||
Size (Padre-0.55.tar.gz) = 1251954 bytes
|
||||
|
|
Loading…
Reference in a new issue