summaryrefslogtreecommitdiff
path: root/editors/p5-Padre
diff options
context:
space:
mode:
authorsno <sno>2012-09-13 14:27:07 +0000
committersno <sno>2012-09-13 14:27:07 +0000
commit4b816b08691c5d0269366263d122dbc997ca4cbc (patch)
tree33bbffc42206d3d21013ab3c1c1348eec466aac7 /editors/p5-Padre
parent0969b885f6281dc43da0a45b645b5f7849699918 (diff)
downloadpkgsrc-4b816b08691c5d0269366263d122dbc997ca4cbc.tar.gz
Updating package for CPAN module Padre in editors/p5-Padre from 0.90nb4
to 0.96. pkgsrc changes: - update dependencies upstream changes: 0.96 2012.04.19 - The "Todo" or "To Do" or "To-do" or "TODO" list has always been a problem when it comes to naming. Renamed to "Task List" to align with Microsoft Visual Studio's solution to this problem (ADAMK) - Removed borders from the Outline tool elements (ADAMK) - Clicking a file in the Replace in Files output opens the file (ADAMK) - Added Padre::Wx::Role::Idle and moved all tree ctrl item activate events to use it to evade a item_activated event bug (ADAMK) - Added Padre::Wx::Role::Context and changed most panel tools to use it for generating context menus (ADAMK) - Update Debug2 to use SQL parameter markers (tome, BOWTIE) - disable Debug2 tool-bar icons against unsaved files (tome, BOWTIE) - Debug2 now shows margin_marker breakpoints on file load (tome, BOWTIE) - tweaked on load to include reload and only once (BOWTIE) - Debug2 now checks for perl files more thoroughly (BOWTIE) - Added proper POD documentation for Padre::Cache (ADAMK) - Delay clearing the outline content so it doesn't flicker so heavily all of the time (ADAMK) - Added a dozen or so new file types to Padre::MIME, including several that we explicitly do not support (ADAMK) - Added Padre::Comment to hold a registry and abstraction for the different comment styles in supported documents (ADAMK) - Added display variable data from click in debugger panel (BOWTIE) - The Evaluate Expression dialog now has a "Watch" feature (ADAMK) - Added Padre::SLOC for calculating Source Lines of Code metrics (ADAMK) - Completed right click relocation of panels for the main tools (ADAMK) - Added Padre::Locale::Format for localising the display of numbers, and datetime values (ADAMK) - Inlined the small amount of code we use from Format::Human::Bytes and remove the dependency (ADAMK) - Switching to the thread-safe Wx::PostEvent when sending events from the background, which should dramatically reduce segfaults (DOOTSON) - Added COCOMO modelling to the project statistics dialog (ADAMK) - Added BASH support to default.txt theme (BOWTIE) - Variable data now shown in corresponding colour (BOWTIE) - Migrating to new ORLite 2.0 API (ADAMK) - Padre::Plugin::unload(@packages) now works (AZAWAWI) - Padre::PluginHandel was only checking for error, not handling return = 0, it is now (BOWTIE) - Re-enable outline panel to display MooseX::Declare Method modifiers (BOWTIE) - Convert p-p-xx-yy -> p-p-xx in P-Plugin making getting config easy (BOWTIE) - Require 5.010 as an experiment. (SZABGAB) - Update Debugger, tests and dependencies to use Debug::Client 0.18 as this is now Perl 5.16.0 ready (BOWTIE) - Notify plugins when either a save-as (possible mime-type change) or new document event occurs (AZAWAWI) - Update German translation (ZENOG) - Make show_local_variables default in Debug2 (BOWTIE) reverting - perl5db.pl needs to be given absolute filenames (BOWTIE) - Debug2 now shows display_value on selection (BOWTIE) - change Status-Bar 'R/W' to 'Read Write' (BOWTIE) - add +1 to Current Line so % is display correctly in Status-Bar (BOWTIE) - bumped Debug-Client requirement to 0.20 (BOWTIE) - 0.95 Development version, not released - Moved Padre::Wx::Role::Dwell to ::Timer as scope expanded (ADAMK) - Removed Padre::Wx::Role::Form which was intended as a replacement for Padre::Wx::Dialog but was never used by anyone for anything (ADAMK) - Removed Padre::Document::get_comment_line_string (ADAMK) - Padre::Util::humanbytes is not Padre::Locale::Format::bytes (ADAMK) 0.94 2012.01.22 - Redesigned the Preferences dialog (ADAMK) - Completed the Padre::Delta module for applying document updates, diffs or other small automated changes to a document without moving the scroll position or cursor (ADAMK) - Converted the FindFast panel to wxFormBuilder (ADAMK) - Converted the Replace dialog to wxFormBuilder (ADAMK) - Converted the Plugin Manager dialog to wxFormBuilder (ADAMK) - Converted the Document Statistics dialog to wxFormBuilder (ADAMK) - The modification indicator on the notebook tab is now set correctly even during automated mass document changes (ADAMK) - Removed Padre::DB::SyntaxHighlighter as the need for custom highlighting plugins is greatly reduced now we have Wx::Scintilla (ADAMK) - Move back from badly conceived "Smart" gettext usage to a more regular usage at the urging of the translation team (ADAMK) - Moved Wx::Scintilla specific lexer and highlighter registration out of Padre::MimeTypes and into Padre::Wx::Scintilla so we can use Padre::MimeTypes in background threads (ADAMK) - Rewrote MIME support as Padre::MIME, which does not rely on Padre::Config and can be loaded and used in background threads more easily (ADAMK) - Added Debug2 interface, you will need Debug::Client 0.16, please view wiki for more information (BOWTIE) - Force upgrades to DBD::SQLite 1.35 and ORLite 1.51 for major performance improvements which should make Padre block a bit less (ADAMK) - In addition to VACUUM on shutdown, also ANALYZE for a further small performance improvement (ADAMK) - Removed redundant Module Tools/Install CPAN Module (AZAWAWI) - Spanish tramslation from atylerrice (GCI student) - Added watch items to Debug2 interface, requires Debug::Client 0.16, also reintroduced S for loaded please view wiki for more information (BOWTIE) - Moved rarely used "Dupliate" and "Delete" file menu options to "new" and "close" submenus (SEWI) - Try to avoid failing silently when there are major load-time failures and on Win32 ask if we can reset configuration directory (ADAMK) - Fixed detection of XML files with non-.xml extensions (ADAMK) - Moved Wx-specific code out of Padre::Util into Padre::Wx::Util (ADAMK) - Moving the _T function to the dedicated Padre::Locale::T (ADAMK) - The Replace dialogs don't use Find Fast term unless visible (ADAMK) - Search results now match correctly at the first position (ADAMK) - Search match caret is now at the start of the match selection (ADAMK) - Added MIME type and content detection for wxFormBuilder files (ADAMK) - Scintilla lexer selection now obeys MIME type inheritance (ADAMK) - Added shared Padre::Wx::ComboBox::FindTerm widget for search dialogs, that will hint when the search term is an illegal regex (ADAMK) - Hitting F3 after a find or replace dialog is closed repeats the last search with all settings (regex, etc) retained until the user changes a document or moves the selection off the previous selected result (ADAMK) - Added main window deactivation hook to hide Find Fast panel (ADAMK) - Added main window activation hook to rescan the directory tree, rerun syntax checking, and rerun vcs indicators (ADAMK) - Hitting enter in the Function List search box will clear the search after you have been taken to the first function (ADAMK) - When Find Fast is closed, return scroll and selection to the original location (ADAMK) - Syntax check status is reflected in the label for the Syntax Check output so you can see the result when it is not at the front (ADAMK) - When syntax check fails, only show markers for the errors in the file that is being displayed in the editor (ADAMK) - The replace_term history combobox class no longer prepopulates with an assumed replace term you probably don't want (ADAMK) - Recursive search and replace dialogs support type filtering (ADAMK) - Hex/decimal conversion: make error message generic (ZENOG) - Plugin manager: complete translation (ZENOG) - Update German translation (ZENOG) - HTML for Padre::Wx::HtmlWindow is rendered in the background (ADAMK) - Clicking on a result from a Find in Files search will now find the correct line even if it has moved since the search was run (ADAMK) - The context menu now correctly appears at the cursor on Win32 (ADAMK) - Changed the order of the context menu entries to more closely match the typical ordering of other editors (ADAMK) - Refactored the comment logic to allow sloppier smart selection (ADAMK) - Migrated the Function List tool to use the Padre::Search internals (ADAMK) - Hide the experimental command line feature in advanced preferences (ADAMK) - Padre::Search::editor_replace_all now uses Padre::Delta (ADAMK) - Padre::Search::matches now supports submatch option (ADAMK) - Added basic tests for Debugger panels (BOWTIE) - Save All is much faster and won't flicker or defocus cursors (ADAMK) - The Reload actions now restore cursor position (more) correctly and don't defocus the current editor (ADAMK) - The location of most tools can now be configured (ADAMK) - The bloat reduction features can now be configured (ADAMK) - Fixed Ticket #1377 Search dialog claims unsuccessful search even though it was successful (ADAMK) - Fixed Ticket #1298 Changing font in preferences is not applied to existing editors (ADAMK) - Fixed Ticket #1294 Space in text field for pref "editor_right_margin_colum" stops Padre (ADAMK) - Fixed Ticket #1363 Miss depend - File::Slurp (ADAMK) - The editor style preview now correctly updates in real time (ADAMK) - Migrate the vertical align feature to Padre::Delta (ADAMK) - Function List sort order can be changed via right click menu (ADAMK) - Added support for the R statistics programming language (ADAMK) 0.93 Development version, not released - The Padre::Wx::Main method ->pages was removed (ADAMK) - Padre::MimeTypes replaced by Padre::MIME and Padre::Wx::Scintilla (ADAMK) - Padre::Project::headline method now returns the relative path, with the full path version moved to Padre::Project::headline_path (ADAMK) - Padre::Search changes relating to "Replace" and "Count All" logic (ADAMK) - The long-deprecated gettext_label method has been deleted (ADAMK) - The old search function Padre::Util::get_matches has beedn deleted (ADAMK) - Refactored most _show methods into a single show_view method (ADAMK) - Removed the unused Padre::Config versioning system (ADAMK) 0.92 2011.11.11 - Wx::Scintilla is now stable and replaces Wx::STC in Padre (AZAWAWI) - New Task 3.0 which fixes bidirectional communication and thus enables services that run indefinitely in reserved threads (ADAMK) - New Style 2.0 which simplifies implementations, adds style localisation and allows styling of the GUI (ADAMK) - Added fine-grained Wx locking mechanism so that high frequency asyncronous GUI code doesn't create high frequency asyncronous flickering. Padre flickers much less now on Win32 (ADAMK) - Added Replace in Files using matching logic to Find in Files (ADAMK) - Added plugin compatibility tracking to Padre::Search (ADAMK) - Wx doesn't seem to let us change the PaneBorder setting after pane creation, so leave it off and have an empty area rather than have a double-width border (ADAMK) - Wx constants are now Wx::FOO instead of Wx::wxFOO... and these ones are actually constants instead of strange AUTOLOAD weirdness (ADAMK) - We now SetEndAtLastLine(0) on editor panels so you can scroll one page past the end of the document and type into relaxing clear space (ADAMK) - Tabs without filename now also backed up (SEWI) - The syntax highligher spawns the perl -c call with the unsaved file as STDIN rather than by filename. This seems to make things that rely on FindBin like Module::Install Makefile.PL files work properly (ADAMK) - Some tools are more thorough about indicating they are not used (ADAMK) - Added support for task parents and owners being notified when a task has started running in the background (ADAMK) - Task owners can now hijack status bar messages if they wish to (ADAMK) - The task manager can now run without the need for threads. However, every task will block the foreground and makes Padre unusable, so this feature is reserved for profiling Padre's performance (ADAMK) - The advanced setting threads_stacksize allows the tuning of the thread stack size. On Win32 the default is dropped to 4meg (ADAMK) - The advanced setting threads_maximum allows the tuning of the maximum number of background worker threads (ADAMK) - Padre::Wx::App will use Wx internal singleton logic instead of duplicating it again for itself (ADAMK) - Add more _ shortcuts in menus. Sorry to translators (DOLMEN) - Only show the GTL splash screen once per version change on GTK (ADAMK) - Fix freeze when opening an empty *saved* Perl script while the syntax checker is active (AZAWAWI) - #1207: PluginHooks not removed after plugin reload/disable (MJFO) - Padre::File::HTTP: less colloquial English (ZENOG) - update_pot_file.pl: add --verbose and --nocleanup for easier debugging (ZENOG) - #1313: Search previous button acts as next (KAARE) - regex editor: insert m// operator when replace field is not visible (ZENOG) - regex editor: highlight matched text in blue instead of red, not avoid confusion with warnings (ZENOG) - improved messages in Menu/File.pm, Goto.pm and ActionLibrary.pm (ZENOG) - FindFast.pm: 'Case insensitive'->'Case sensitive' to match actual behavior of the checkbox (ZENOG) - Update German translation (ZENOG) - Directory tree search result rendering is now throttled to four updates per second. This prevents tree updates exhausting all resources and strangling user input, and seems to actually get the results onto screen faster because there's less lock/render passes (ADAMK) - During shutdown, call view_stop early on all tools that support it so they won't waste time rendering after we have hidden the main window (ADAMK) - #1317 'Padre 0.90 hangs and then segfaults on i .t file' (AZAWAWI) - Find in Files search result rendering is now throttled to four updates per second, for similar reasons as with the directory tree search (ADAMK) - 'Open in Command line' is now shown in the right click menu in win32 (AZAWAWI) - 'Open in Command line' and 'Open in default system editor' are only shown on win32 (AZAWAWI) - Smart highlight is now hidden when a printable character is added or changed in the editor (AZAWAWI) - Syntax checker tasks should now return a hash containing an issues array reference and stderr string keys instead of the old issues array reference (AZAWAWI) - Fix TODO list double click not working regression on win32 (AZAWAWI) - Italic text was not being set correctly in a Padre style (AZAWAWI) - "Show Standard Error" in Syntax check pane now displays in output pane the syntax checker results (AZAWAWI) - Moved Ctrl-Shift-R shortcut from Open Resource to Replace in Files to provide symmetry with the Find in Files shortcut (ADAMK) - Upgrade the syntax highlighter panel to wxFormBuilder (ADAMK) - New leading and trailing space deletion that is faster and won't move the editor window around (ADAMK) - Added 'Solarized Light' theme contributed by Anton Ukolov ('sugar' on irc) (AZAWAWI) - Open resources dialog is now triggered by Ctrl-Alt-R instead of Ctrl-Shift-R which is now reserved for 'Replace in Files' functionality (ADAMK, AZAWAWI) - Find In Files match accounting works, and no longer hides files when we only do a single render pass for files because there's only a few (ADAMK) - Replaced references to wxStyledTextCtrl documentation with the original Scintilla website documentation (AZAWAWI) - Added how much time does syntax checking take (AZAWAWI) - Added realtime VCS or local document difference calculation margin feature (AZAWAWI) - Added a differences popup window that can traverse differences in a document and revert back changes (AZAWAWI) - Added 'Next Difference' to edit menu (AZAWAWI) - Plugin manager is now modal (BOWTIE, AZAWAWI) - Add Patch to editor menu and removed Diff Tools (BOWTIE) - Update Italian translation (SBLANDIN) - Padre::Project vcs strings are now constants (AZAWAWI) - "Filter through Perl" back into core (SEWI) - Added a generic version control panel that provides minimal project subversion/git support with the ability to view normal/unversioned and ignored files (AZAWAWI) - #1126 'TODO list: does not immediately show items' (AZAWAWI) - Added identity_location config setting so collaborative functions such as Swarm can disambiguate multiple Padre instances of the same user by named locations such as "Home" or "Work" (ADAMK) - Refactored the generation of templated skeleton code into a pure Padre::Template generator, and IDE-aware code that wraps around it (ADAMK) - Require Wx 0.9901 on all platforms to fix ticket #1184: Perl help browser suppresses linebreaks (AZAWAWI) - Upgrade the find in files panel to wxFormBuilder (AZAWAWI) - Find in files has repeat, stop search, expand and collapse all buttons (AZAWAWI) - Move the key bindings dialog to the preferences dialog (AZAWAWI) - Removed the bin_diff configuration parameter and the external tools panel from the preferences dialog (AZAWAWI) - Fix quick menu access stability bugs on Ubuntu (AZAWAWI) - Fix #1318: Padre freeze? (AZAWAWI) - Added SQL, C/C++, C#, XS, Python, Ruby, PHP, HTML, CSS, JavaScript, Ada, COBOL, Haskell, Pascal, ActionScript, VBScript and YAML keyword highlighting (AZAWAWI) - Major refactoring of the editor setup and configuration code (ADAMK) - Scintilla numeric resources such as margins, markers and indicators are now managed in Padre::Constant (ADAMK) - Recalculate the line number margin width after various events to ensure the numbers always show correctly (ADAMK) - Tools and panels that are hidden across a AUI geometry change recalculate their layout properly when displayed again (ADAMK) - Add out-of-the-box comment support for HTML, XML, LISP, Fortran, Forth, Pascal, VBScript, DOS batch files, ActionScript, Tcl, COBOL, Haskell (ZENOG) - MATLAB source file extension is .m, not .mat (ZENOG) - Add syntax checking comments pragmas. To disable Padre syntax check, please type '## no padre_syntax_check' and to enable again type '## use padre_syntax_check' in your source code (AZAWAWI) - Added lang_perl6_auto_detection which enables Padre to detect Perl 6 files in Perl 5 files. Please note that this is not an accurate method of detecting Perl 6 files (disabled by default). The previous behavior was to enable it when the Perl 6 plugin is enabled (AZAWAWI) - Added "Language Perl 6" tab to preferences (AZAWAWI) - Ruby and Python scripts can be now be executed (AZAWAWI) - Ruby, Python, Java, and C# are supported in the function list (AZAWAWI, ZENOG) - Ported the timeline class mechanism back to ORLite::Migrate, and switch from our custom inlined version back to depending on CPAN. [Removed Padre::DB::Migrate*] (ADAMK) - Fix Outline focus and paint bugs that caused other right panels to misbehave when Outline is enabled (BOWTIE, AZAWAWI) - Upgrade the Outline panel to wxFormBuilder (AZAWAWI) - Outline panel is searchable now (AZAWAWI) - Fix #1050: Window menu is confusing (ZENOG, AZAWAWI) - Remove swap_ctrl_tab_alt_right configuration parameter (AZAWAWI) - Added CPAN explorer that reuses MetaCPAN.org API for searching for a module and uses App::cpanminus for package installation. It can list the most recent and favorite CPAN releases, view their POD documentation and if there is a SYNOPSIS section, one can insert it from within Padre. (AZAWAWI) - Fix #1291 'Code folding icons missing' (AZAWAWI) - Code folding markers are now theme-able (AZAWAWI) - Find and Find in Files dialogs hide the Fast Find panel (ADAMK) - Hide editor objects during their (potentially long) setup so that we don't see a half-formed editor in a weird position (ADAMK) - Add povray mimetype and keyword lists (BRAMBLE) - Fix AUTOMATED_TESTING=1 t/ errors automatically set by cpanm (AZAWAWI) - Fix bad assumption in 93_padre_filename_win.t (AZAWAWI) 0.91 Development version, not released - Task 3.0 breaks almost all task code (ADAMK) - Style 2.0 breaks all existing styles (ADAMK) - Wx constants change from Wx::wxCONSTANT to Wx::CONSTANT (ADAMK) - Rename internal language code 'fr-fr' to 'fr' (and .po files) for consistency with other softwares, breaking old fr-fr files (DOLMEN) - on_right_click becomes on_context_menu as a first step to support the context menu key or Shift+F10 as alternatives (DOLMEN) - Removed the comment basis for Padre::Document subclassing (ADAMK) - Renaming of all methods involved in setting up an editor object (ADAMK) - Removed the experimental Padre wizard API (AZAWAWI)
Diffstat (limited to 'editors/p5-Padre')
-rw-r--r--editors/p5-Padre/Makefile56
-rw-r--r--editors/p5-Padre/distinfo8
2 files changed, 35 insertions, 29 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile
index c01607e74e3..d9835e2e7b2 100644
--- a/editors/p5-Padre/Makefile
+++ b/editors/p5-Padre/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2012/09/07 19:16:31 adam Exp $
+# $NetBSD: Makefile,v 1.20 2012/09/13 14:27:07 sno Exp $
#
-DISTNAME= Padre-0.90
+DISTNAME= Padre-0.96
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
@@ -21,35 +20,38 @@ REPLACE_PERL+= share/templates/*.pl
REPLACE_PERL+= share/examples/wx/*.pl
REPLACE_PERL+= share/examples/absolute_beginner/*.pl
-BUILD_DEPENDS+= p5-Capture-Tiny>=0.06:../../devel/p5-Capture-Tiny
-BUILD_DEPENDS+= p5-Locale-Msgfmt>=0.14:../../devel/p5-Locale-Msgfmt
+#BUILD_DEPENDS+= p5-Capture-Tiny>=0.06:../../devel/p5-Capture-Tiny
+BUILD_DEPENDS+= p5-Locale-Msgfmt>=0.15:../../devel/p5-Locale-Msgfmt
BUILD_DEPENDS+= p5-Test-Exception>=0.27:../../devel/p5-Test-Exception
+BUILD_DEPENDS+= p5-Test-MockObject>=1.09:../../devel/p5-Test-MockObject
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings
BUILD_DEPENDS+= p5-Test-Script>=1.07:../../devel/p5-Test-Script
-DEPENDS+= p5-ack>=1.86:../../textproc/p5-ack
+#DEPENDS+= p5-ack>=1.86:../../textproc/p5-ack
+DEPENDS+= p5-Algorithm-Diff>=1.1900:../../devel/p5-Algorithm-Diff
DEPENDS+= p5-App-cpanminus>=0.9923:../../devel/p5-App-cpanminus
+DEPENDS+= p5-CGI>=3.47:../../www/p5-CGI
+DEPENDS+= p5-Capture-Tiny>=0.06:../../devel/p5-Capture-Tiny
DEPENDS+= p5-Class-Adapter>=1.05:../../devel/p5-Class-Adapter
-DEPENDS+= p5-Class-Unload>=0.03:../../devel/p5-Class-Unload
-DEPENDS+= p5-Class-XSAccessor>=1.05:../../devel/p5-Class-XSAccessor
+DEPENDS+= p5-Class-Inspector>=1.22:../../devel/p5-Class-Inspector
+DEPENDS+= p5-Class-XSAccessor>=1.13:../../devel/p5-Class-XSAccessor
# Cwd 0.2701 is in Perl 5.8.9, but Perl 5.10.0 contains "only" 3.2501
DEPENDS+= {perl>=5.10.1,p5-PathTools>=3.27.01}:../../devel/p5-PathTools
-DEPENDS+= p5-DBD-SQLite>=1.27:../../databases/p5-DBD-SQLite
-DEPENDS+= p5-Debug-Client>=0.11:../../devel/p5-Debug-Client
+DEPENDS+= p5-DBD-SQLite>=1.35:../../databases/p5-DBD-SQLite
+# DBI dependency is added below using it's buildlink3.mk
+DEPENDS+= p5-Debug-Client>=0.20:../../devel/p5-Debug-Client
DEPENDS+= p5-Devel-Dumpvar>=0.04:../../devel/p5-Devel-Dumpvar
DEPENDS+= p5-Devel-Refactor>=0.05:../../devel/p5-Devel-Refactor
-DEPENDS+= {perl>=5.10.1,p5-Digest-MD5>=2.38}:../../security/p5-Digest-MD5
# Encode 2.26 is in Perl 5.8.9, but Perl 5.10.0 contains "only" 2.23
DEPENDS+= {perl>=5.10.1,p5-Encode>=2.26}:../../textproc/p5-Encode
-DEPENDS+= p5-ExtUtils-MakeMaker>=6.56:../../devel/p5-ExtUtils-MakeMaker
+DEPENDS+= {perl>=5.12.0,p5-ExtUtils-MakeMaker>=6.56}:../../devel/p5-ExtUtils-MakeMaker
DEPENDS+= {perl>=5.10.1,p5-ExtUtils-Manifest>=1.56}:../../devel/p5-ExtUtils-Manifest
DEPENDS+= p5-File-Copy-Recursive>=0.37:../../sysutils/p5-File-Copy-Recursive
-DEPENDS+= p5-File-Find-Rule>=0.30:../../devel/p5-File-Find-Rule
+DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
DEPENDS+= p5-File-HomeDir>=0.91:../../devel/p5-File-HomeDir
-DEPENDS+= p5-File-Next>=1.06:../../devel/p5-File-Next
# File::Path 2.07 is in Perl 5.8.9, but Perl 5.10.0 contains "only" 2.04
-DEPENDS+= {perl>=5.10.1,p5-File-Path>=2.07}:../../devel/p5-File-Path
+DEPENDS+= {perl>=5.12.0,p5-File-Path>=2.08}:../../devel/p5-File-Path
DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove
DEPENDS+= p5-File-ShareDir>=1.00:../../devel/p5-File-ShareDir
DEPENDS+= p5-File-Which>=1.08:../../devel/p5-File-Which
@@ -63,34 +65,38 @@ DEPENDS+= p5-JSON-XS>=2.290:../../converters/p5-JSON-XS
DEPENDS+= p5-List-MoreUtils>=0.22:../../devel/p5-List-MoreUtils
DEPENDS+= {perl>=5.8.8,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils
DEPENDS+= {perl>=5.12.0,p5-Module-Build>=0.36030}:../../devel/p5-Module-Build
-DEPENDS+= {perl>=5.8.9,p5-Module-CoreList-[0-9]*}:../../devel/p5-Module-CoreList
+DEPENDS+= {perl>=5.12.0,p5-Module-CoreList>=0.22}:../../devel/p5-Module-CoreList
DEPENDS+= p5-Module-Manifest>=0.07:../../devel/p5-Module-Manifest
-DEPENDS+= p5-Module-Refresh>=0.13:../../devel/p5-Module-Refresh
-DEPENDS+= p5-Module-Starter>=1.500:../../devel/p5-Module-Starter
-DEPENDS+= p5-ORLite>=1.41:../../databases/p5-ORLite
+DEPENDS+= p5-ORLite>=1.96:../../databases/p5-ORLite
+DEPENDS+= p5-ORLite-Migrate>=1.10:../../databases/p5-ORLite-Migrate
DEPENDS+= p5-POD2-Base>=0.043:../../textproc/p5-POD2-Base
DEPENDS+= p5-PPI>=1.213:../../devel/p5-PPI
-DEPENDS+= p5-PPIx-EditorTools>=0.09:../../editors/p5-PPIx-EditorTools
+DEPENDS+= p5-PPIx-EditorTools>=0.13:../../editors/p5-PPIx-EditorTools
+DEPENDS+= p5-PPIx-Regexp>=0.011:../../devel/p5-PPIx-Regexp
DEPENDS+= p5-Params-Util>=0.33:../../devel/p5-Params-Util
-DEPENDS+= p5-Parse-ErrorString-Perl>=0.11:../../devel/p5-Parse-ErrorString-Perl
+DEPENDS+= p5-Parse-ErrorString-Perl>=0.14:../../devel/p5-Parse-ErrorString-Perl
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
+# required Pod::Perldoc is in core since 5.12
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+= p5-Readonly-XS>=1.05:../../devel/p5-Readonly-XS
-DEPENDS+= {perl>=5.8.8,p5-Storable>=2.15}:../../devel/p5-Storable
+DEPENDS+= p5-Sort-Versions>=1.5:../../devel/p5-Sort-Versions
+DEPENDS+= {perl>=5.10.0,p5-Storable>=2.16}:../../devel/p5-Storable
DEPENDS+= p5-Template-Tiny>=0.11:../../textproc/p5-Template-Tiny
DEPENDS+= {perl>=5.12.0,p5-Text-Balanced>=2.01}:../../textproc/p5-Text-Balanced
-DEPENDS+= p5-Text-Diff>=0.35:../../textproc/p5-Text-Diff
-DEPENDS+= p5-Text-FindIndent>=0.06:../../textproc/p5-Text-FindIndent
+DEPENDS+= p5-Text-Diff>=1.41:../../textproc/p5-Text-Diff
+DEPENDS+= p5-Text-FindIndent>=0.10:../../textproc/p5-Text-FindIndent
+DEPENDS+= p5-Text-Patch>=1.8:../../textproc/p5-Text-Patch
+DEPENDS+= {perl>=5.10.1,p5-Time-HiRes>=1.9718}:../../time/p5-Time-HiRes
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-Wx-Perl-ProcessStream>=0.25:../../x11/p5-Wx-Perl-ProcessStream
DEPENDS+= p5-YAML-Tiny>=1.32:../../textproc/p5-YAML-Tiny
DEPENDS+= p5-libwww>=5.815:../../www/p5-libwww
DEPENDS+= {perl>=5.12.0,p5-version>=0.8000}:../../devel/p5-version
# required threads, threads::shared and version are in patched 5.12.2nb1 core
-PERL5_REQD+= 5.12.2nb1
+PERL5_REQD+= 5.14.2
PERL5_PACKLIST= auto/Padre/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
diff --git a/editors/p5-Padre/distinfo b/editors/p5-Padre/distinfo
index 4c22c3900d4..bb40213aada 100644
--- a/editors/p5-Padre/distinfo
+++ b/editors/p5-Padre/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2011/10/12 15:51:52 hiramatsu Exp $
+$NetBSD: distinfo,v 1.9 2012/09/13 14:27:07 sno Exp $
-SHA1 (Padre-0.90.tar.gz) = cfce4de4fb216aff5dc1e87cc0c141def39f9744
-RMD160 (Padre-0.90.tar.gz) = 24e7ec10555c472403e2db341501f5efbe904125
-Size (Padre-0.90.tar.gz) = 1690985 bytes
+SHA1 (Padre-0.96.tar.gz) = ce4a5856b5e6409cbf808ce60ad9cc19bf51eb29
+RMD160 (Padre-0.96.tar.gz) = 86284c27226c65084b6872a5487bb8e63a23f8d8
+Size (Padre-0.96.tar.gz) = 1919132 bytes
SHA1 (patch-aa) = 5900452d0e0b592a20c24d53dc6e1481b8606fb8
SHA1 (patch-ab) = df2c86b5585f0dfae1400337295afb1da24239a8