pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/p5-Padre



Module Name:    pkgsrc
Committed By:   sno
Date:           Thu Sep 13 14:27:08 UTC 2012

Modified Files:
        pkgsrc/editors/p5-Padre: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/editors/p5-Padre/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/editors/p5-Padre/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index