Path to this page:
Subject: CVS commit: pkgsrc/editors/p5-Padre
From: Jens Rehsack
Date: 2010-02-25 14:32:50
Message id: 20100225133250.DB6B8175DF@cvs.netbsd.org
Log Message:
Updating editors/p5-Padre from 0.56 to 0.57
pkgsrc changes:
- Adjust dependencies
- Add MacOS X/Darwin support (by patching out use of wxPerl)
Upstream changes:
0.57 2010.02.18 - **WARNING Contains new threading code**
- Spawn a master thread very early in the startup process. Use that
master to create worker threads as necessary. Cuts down on memory
usage and fixes the "Leaked Scalars" warning (BRAMBLE, SMUELLER)
- Fix pluginmanager error dialog for plugin-event failure (BRAMBLE)
- Add status messages for Padre::File operations (SEWI)
- Select some files to close (SEWI)
- Select some files to reload (SEWI)
- GotoLine is now called Goto dialog (AZAWAWI)
- Goto dialog is now non-modal lazy single instance dialog (AZAWAWI)
- Goto dialog has a current positon/line number field (AZAWAWI)
- Regex editor dialog is now more compact and it includes regex helper
buttons (AZAWAWI)
- Regex editor dialog can now highlight matched text (AZAWAWI)
- Regex editor dialog can now display regex description (AZAWAWI)
- Implemented Replace (aka substitution) in Regex editor (AZAWAWI)
- Right click "Edit with Regex Editor" now works on user-selected
text (AZAWAWI)
- Added "headline" method to Padre::Project, which allows a project
to try and intuit the "primary" file in the project (for a CPAN
distribution of Foo::Bar this will be lib/Foo/Bar.pm) (ADAMK)
- Removed the final usage of the "Provider" phrasing, and made more
of the modules used by the Perl help provider run-time loaded (ADAMK)
- Moved padre.exe build from bin to win32-loader folder since bin is a
bad path for putting the Padre win32 launcher code (SMUELLER, AZAWAWI)
- Added "Open in File Browser" in the File and right-click menu \
(AZAWAWI)
- Added "Find in Files" to right-click menu (AZAWAWI)
- No need to launch a command shell to execute explorer.exe on
win32 (AZAWAWI)
- Added "Open with Default System Editor" in "File -> \
Open..." (AZAWAWI)
- Implemented padre --reset to flush and reset the current Padre
configuration in otherwise unrecoverable situations, such as now
when the Swarm plugin causes the slave-driver code to instantly
segfault at startup (ADAMK)
- Add mimetype detection for Template::Toolkit and CSS files (SEWI)
- Added plugin menu refreshing to the resource locking system (ADAMK)
- Fixed three cases where code was still manually calling ->Freeze
and ->Thaw on the main window, breaking the resource locked (ADAMK)
- Fixed ticket #847: "Implement Mozilla-style about:config for Padre"
(AZAWAWI)
- Fixed ticket #845: Fix relative filenames from commandline (SEWI)
- Added "Open In Command Line" to File menu (AZAWAWI)
- Renamed Plugins menus to Tools and moved Preferences into it (ADAMK)
- Re-implemented the mechanism for generating a human-oriented list of
window names (ADAMK)
Files: