Commit graph

191268 commits

Author SHA1 Message Date
sno
c086001716 Updating package for CPAN module Sub::Exporter::Progressive in
devel/p5-Sub-Exporter-Progressive from 0.001003 to 0.001006.

pkgsrc changes:
- add patch for typo in Makefile.PL

upstream changes:
0.001006 - 2012-08-27
  - Handle ':all' correctly

0.001005 - 2012-08-25
  - Add support for tags
  - Warn if defaults are not in exports
  - Add explicit dependency on Test::More 0.89

0.001004 - 2012-08-09
  - fix skipping when Sub::Exporter isn't installed
2012-09-13 15:27:11 +00:00
jnemeth
7bb19cc6eb add and enable tex-shadethm 2012-09-13 15:23:37 +00:00
sno
400dbbe839 Updated devel/p5-IO-TieCombine to 1.002 2012-09-13 15:11:04 +00:00
sno
06f2db3d34 Updating package for CPAN module IO::TieCombine in devel/p5-IO-TieCombine
from 1.000nb2 to 1.002.

pkgsrc changes:
- specify license

upstream changes:
1.002     2012-02-26 15:26:49 America/New_York
          "say" to a tied fh on 5.10.0 is broken; we will not test it

1.001     2011-12-09 10:52:01 America/New_York
          TieCombine filehandles now respect $\ so that "say $tied" will work;
          this fixes [rt.cpan.org #73131]
2012-09-13 15:10:54 +00:00
sno
2d05eaa5b4 Updated devel/p5-IO-Compress to 2.055 2012-09-13 15:09:31 +00:00
sno
7d752dabad Updating package for CPAN modules IO::Compress::* in devel/p5-IO-Compress
from 2.052 to 2.055

upstream changes:
  2.055 5 August 2012
      * FAQ
        Added a few paragraphs on how to deal with pbzip2 files
        [RT# #77743: Interoperability problems with pbzip2]

      * Compress::Zip
        speed up compress, uncompress, memGzip & memGunzip.
        [RT# #77350: Compress::Zlib::uncompress() is slowed down needlessly
                     by parameter validation
2012-09-13 15:09:20 +00:00
sno
5c8a63ce58 Updated devel/p5-Hash-MultiValue to 0.12 2012-09-13 15:05:10 +00:00
sno
c24bfcb1b2 Updating package for CPAN module Hash::MultiValue in devel/p5-Hash-MultiValue
from 0.10 to 0.12.

pkgsrc changes:
- adjust build type

upstream changes:
0.12  Wed Feb 15 07:45:50 CET 2012
        - Reapply set method optimisation that was lost in 0.11
        - *really* fix uninitialized warnings in tests (RT#74096)
        - Add support for Storable serialization

0.11  Sun Feb 12 13:04:54 PST 2012
        - Fix segfaulting splice invocation on perls < 5.8.7
        - Fix uninitialized warning on older perls
2012-09-13 15:04:59 +00:00
sno
f179dc0e53 Updated devel/p5-Git-Repository to 1.26 2012-09-13 15:01:27 +00:00
sno
ff780f08b2 Updating package for CPAN module Git::Repository in devel/p5-Git-Repository
from 1.25 to 1.26.

pkgsrc changes:
1.26 Tue Aug  1 2012
        [ENHANCEMENTS]
        - added a 'quiet' option to silence warnings
        - improved carp level for the run() method
        [DOCUMENTATION]
        - provide an example for the 'quiet' option in
          Git::Repository::Tutorial
2012-09-13 15:01:17 +00:00
sno
044a38af7c Updated devel/p5-Filesys-Notify-Simple to 0.08 2012-09-13 14:58:41 +00:00
sno
38e1056209 Updating package for CPAN module Filesys::Notify::Simple in
devel/p5-Filesys-Notify-Simple

pkgsrc changes:
- adjust perl5 module type

upstream changes:
0.08  Mon Sep 26 18:40:06 PDT 2011
        - Added KQueue support for FreeBSD
2012-09-13 14:58:30 +00:00
sno
cbce3ea6b6 Updated devel/p5-Const-Fast to 0.013 2012-09-13 14:53:25 +00:00
sno
cff457659e Updating package for CPAN module Const::Fast in devel/p5-Const-Fast from
0.011 to 0.013.

upstream changes:
0.013     2012-09-07 23:50:25 Europe/Amsterdam
          Lazy load Storable, it's usually not necessary

0.012     2012-08-09 13:51:29 Europe/Bucharest
          Depend on Test::Exception 0.29
          Switch to Sub::Exporter::Progressive, for a faster startup
2012-09-13 14:53:13 +00:00
adam
e8cd77f78b Fixed building on Darwin; fixed building with Clang; fixed some pkglint issues 2012-09-13 14:38:19 +00:00
sno
fe8606ba89 Updated editors/p5-Padre to 0.96 2012-09-13 14:27:20 +00:00
sno
d6b8214342 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)
2012-09-13 14:27:07 +00:00
sno
c9698913ee Added editors/p5-Wx-Scintilla version 0.39 2012-09-13 14:17:58 +00:00
sno
cc3466401a add comment to patch 2012-09-13 14:16:44 +00:00
sno
574d168450 fix typo 2012-09-13 14:16:21 +00:00
sno
5bb569d73c Added editors/p5-Wx-Scintilla version 0.39 2012-09-13 14:14:18 +00:00
sno
75b2e3bfe2 Adding new package for CPAN module Wx::Scintilla version 0.39 as requirement
of scheduled update of editors/p5-Padre package into editors/p5-Wx-Scintilla.

Scintilla is a contributed project which means it will not be the latest
by the time a new wxWidgets distribution is released. And on the scintilla
front, the Perl 5 lexer is not 100% bug free even and we do not have any
kind of Perl 6 support in Scintilla.

The ambitious goal of this project is to provide fresh Perl 5 and maybe 6
support in Wx while preserving compatibility with Wx::StyledTextCtrl and
continually contribute it back to Scintilla project.
2012-09-13 14:14:01 +00:00
wiz
0943949c13 Updated finance/gnucash to 2.4.11nb2 2012-09-13 14:12:19 +00:00
wiz
0cea647404 Enable python bindings, bump PKGREVISION.
(This package already depends on python via glib, so this change
is effectively free! :) ).
2012-09-13 14:12:00 +00:00
cegger
7139e1925f Updated devel/hg-git to 0.3.3 2012-09-13 14:03:57 +00:00
cegger
255275c080 update to 0.3.3.
This adds support for Mercurial 2.3
2012-09-13 14:00:55 +00:00
asau
cd3e838e50 Adjust HOMEPAGE, SourceForge stopped hosting WordPress. 2012-09-13 13:23:33 +00:00
sbd
5a39b2214b Move the setting of _USE_GCC_SHLIB=yes on SunOS from the gcc buildlink3 to
mk/compiler/gcc.mk
2012-09-13 10:17:14 +00:00
sbd
e90a856ee2 Add a note about the PKGREVISION number and lang/gcc47-libs 2012-09-13 10:11:50 +00:00
sbd
f348ada677 When buildlinking with lan/gcc47 add a build dependence on lang/gcc47 and
when needed a runtime dependence on {gcc47,gcc47-libs}.
2012-09-13 10:11:02 +00:00
sbd
5ee79edb1a Add gcc47-libs 2012-09-13 10:05:25 +00:00
sbd
9120abd3b2 Added lang/gcc47-libs version 4.7.0nb5 2012-09-13 10:04:57 +00:00
sbd
e8c9d4ba21 Create the gcc47-libs package.
This package contains _just_ the shared libraries from gcc47 that programs
compiled with gcc need at runtime so that the entire gcc47 package does not
have to be install.

Because multiple packages cannot be build from the same PKGDIR and building
components of gcc separately is problematic this package is build using a
a couple of "cheap tricks":

1) gcc47 is built as before (including the libraries) but with a second
   RPATH compiled in to all programs.

2) This package has a BUILD_DEPENDS on lang/gcc47 and simply copies the
   shared libraries (except the java ones) to the second RPATH location
   (so as to not have conflicts with lang/gcc47).

3) When adding a runtime dependence the pattern '{gcc47,gcc47-libs}>=4.7.*'
   is used (i.e. the full gcc47 OR the gcc47-libs package can be used).

4) So that when a package that has the above dependence is installed
   pkg_add will, if neither gcc47 or gcc47-libs is installed, automatically
   install gcc47-libs the PKGREVISION of gcc47-libs should all ways be
   bumped so that it is at least 1 more than that of the lang/gcc47
   package. (With a note in this packages Makefile and one to be placed
   in lang/gcc47's Makefile.)
2012-09-13 10:04:33 +00:00
asau
005bdb6bb8 Updated math/mathomatic to 16.0.4 2012-09-13 09:13:23 +00:00
asau
87db9cc78a CHANGES MADE TO MATHOMATIC 16.0.3 TO BRING IT UP TO THE NEXT VERSION:
09/09/12 - Allow use of editline library in Mathomatic, because somehow
           use of GPL libraries in LGPL code is not allowed, and GNU readline
           is GPL.  I am so confused about this Debian bug#687063:
           http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687063

           Based on the bug report's information sources,
           it appears he is saying the truth about this license issue,
           so I will have to upload new versions of
           Mathomatic with editline instead of readline to Debian.
           The only noticeable difference should be it doesn't save
           the history between Mathomatic sessions.
           I will comply with all that request it,
           though most distributions do not include editline,
           which has no major licensing restrictions.  Readline is still
           perfectly usable and good as before, you just have to link
           it in yourself.

09/10/12 - Going to have to make a new release already, 2 days after the last
           one, so I can upload this readline licensing fix to Debian by
           linking with editline.  There is no reason for anyone to upgrade
           to version 16.0.4, unless you wish to link with editline instead
           of readline.  The proper code has been added.  All you have to do
           is have the editline libraries loaded on your system,
           and run "make EDITLINE=1" to compile and link Mathomatic with
           editline.

Mathomatic version 16.0.4 released Monday 09/10/12.

CHANGES MADE TO MATHOMATIC 16.0.2 TO BRING IT UP TO THE NEXT VERSION:

New command "set load" loads the current set options startup file again,
displaying the startup file as it reads it in.
If the file doesn't exist, or something is wrong, then an error message is
displayed and the set command returns with failure.
Accidently putting "load" in the startup file is now handled correctly.

08/09/12 - Allow "matho-primes all" and the command "list primes all" in
           Mathomatic to continually output consecutive prime numbers.

08/12/12 - Fixed any rman errors in the makefile so they won't be ignored.

08/17/12 - rmath and matho no longer set the debug_level or modulus_mode,
           so they can be set by the startup options file.

08/19/12 - Allow the repeat prefix on the approximate command, making it
           approximate and simplify as much as the calculate command
           does.  Hopefully someday it will just give a temporary
           result, too.  Numerical input into the symbolic math library
           now uses "repeat approximate" instead of just "approximate"
           to approximate the user's input, so the result is the
           same as the Mathomatic application's result.

           Disallow the same warnings to be repeatedly displayed, if the
           current warning is the same as the previous warning.

08/20/12 - Allow directory names as read command arguments, instructing
           the read command to change the current directory to the specified
           directory.  Without any arguments, the read command now does an
           "ls" command in Unix/Linux, and "dir" under MS-Windows, listing
           the current directory contents.  Running Mathomatic with a
           directory name argument now conveniently changes directory to
           that directory, then gives you the main prompt.

08/28/12 - Made "integer" type variables much more useful.  For example,
           the following now happens generally:

1-> i^(4*integer)
#1: i^(4*integer)
1-> simplify
#1: 1
1-> i^((4*integer) + 1)
#2: i^((4*integer) + 1)
2-> simplify
#2: i
2-> i^((4*integer) + 2)
#3: i^((4*integer) + 2)
3-> simplify
#3: -1
3-> i^((4*integer) + 3)
#4: i^((4*integer) + 3)
4-> simplify
#4: -1*i

08/29/12 - Displays "Calculating..." whenever autocalc is used now.

08/30/12 - Added ability to set the normal text color.
           Still defaults to no color.  Use "set color 0" to set the normal
           text color to green, as it has been for many years in the past.

08/31/12 - Removed the "set preserve_surds" option, since the approximate
           and calculate commands all take care of undoing that.
           The code remains, however "set preserve_surds" is no longer
           advertised.  I have never used it.
           Surds are preserved, for accuracy's sake, by default.

09/05/12 - "set" as a null set option works now, so no one will have any
           trouble setting-up the set options startup file.

Mathomatic version 16.0.3 released Saturday 09/08/12.
2012-09-13 09:13:09 +00:00
abs
b87c993164 Updated net/p5-SOAP-Lite to 0.715
0.715
    ! #75938 Change to warning / add configuration variable to allow XML tags starting with /xml/i
    ! #76902 Missing info in "SSL CERTIFICATE AUTHENTICATION" documentation
        ! #74577 work around/fixes for success with MS WS https/compressed
    ! #74308 SOAP-Lite fails for operations with period in name
    ! #73802 client did not set the encoding of the soap-envelope to 'iso-8859-1' in HTTP-request
    ! #75019 HTTP server doesn't process PIPE signal
    ! #72836 Processing a SOAP 1.2 request breaks the next SOAP 1.1 response
    ! #70381 SOAP-Lite performance
    ! #53375 comments after <?xml .. >
    ! #63693 Uninitalized value (again)
    ! #37360 Use of uninitialized variables in SOAP tests
    ! fixed encoding in xmlrpc keys
    ! #15176 problems with SOAP::Header ->value
2012-09-13 08:58:21 +00:00
sbd
4151fbeeff Updated lang/gcc47 to 4.7.0nb4 2012-09-13 07:19:23 +00:00
sbd
9fa035a5c5 Add "$(prefix)/$(target_noncanonical)/lib/%M" to the RPATH gcc adds to
all programs and shared libraries.

Bump PKGREVISION.
2012-09-13 07:19:11 +00:00
taca
6d9d1d2527 Note update of ISC DHCP 4.2.4-P2:
net/isc-dhcp4		4.2.4p2
	net/isc-dhclient4	4.2.4p2
	net/isc-dhcpd4		4.2.4p2
	net/isc-dhcrelay4	4.2.4p2
2012-09-13 01:40:57 +00:00
taca
ed4ea14868 Update ISC DHCP package to 4.2.4p2 (ISC DHCP 4.2.4-P2).
Changes since 4.2.4-P1

! An issue with the use of lease times was found and fixed.  Making
  certain changes to the end time of an IPv6 lease could cause the
  server to abort.  Thanks to Glen Eustace of Massey University,
  New Zealand for finding this issue.
  [ISC-Bugs #30281]
  CVE: CVE-2012-3955
2012-09-13 01:38:57 +00:00
taca
68c0531c75 Note update of BIND packages:
net/bind96	9.6.3.1.ESV.7pl3
	net/bind97	9.7.6pl3
	net/bind98	9.8.3pl3
	net/bind99	9.9.1pl3
2012-09-13 01:37:00 +00:00
taca
449d2d79ad Update bind99 to 9.9.1pl3 (BIND 9.9.1-P3).
--- 9.9.1-P3 released ---

3364.	[security]	Named could die on specially crafted record.
			[RT #30416]
2012-09-13 01:35:56 +00:00
taca
f806680aa4 Update bind98 to 9.8.3pl3 (BIND 9.8.3-P3).
--- 9.8.3-P3 released ---

3364.	[security]	Named could die on specially crafted record.
			[RT #30416]
2012-09-13 01:35:18 +00:00
taca
8301fb0da4 Update bind97 to bind-9.7.6pl3.
--- 9.7.6-P3 released ---

3364.	[security]	Named could die on specially crafted record.
			[RT #30416]
2012-09-13 01:33:40 +00:00
taca
a08a1204fd Update bind96 to bind-9.6.3.1.ESV.7pl3 (BIND 9.6-ESV-R7-P3).
--- 9.6-ESV-R7-P3 released ---

3364.	[security]	Named could die on specially crafted record.
			[RT #30416]

3358	[bug]		Fix declaration of fatal in bin/named/server.c
			and bin/nsupdate/main.c. [RT #30522]
2012-09-13 01:32:54 +00:00
obache
08f1f42379 + libmms-0.6.2 2012-09-13 00:32:22 +00:00
wiz
8b0d475d61 + bacula-5.2.11, scmcvs-1.12.13, tor-0.2.2.39. 2012-09-12 22:18:07 +00:00
asau
9f8b49fc3e - erlang (Its version doesn't follow upstream format exactly, R15B01 update was long ago.) 2012-09-12 19:20:59 +00:00
asau
b149fa75f1 Updated lang/erlang-man to 15.1.2 2012-09-12 19:19:44 +00:00
asau
0c1d6267b9 Updated lang/erlang-doc to 15.1.2 2012-09-12 19:19:05 +00:00