summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2012-10-11editors/mg: Mask -Werrormarino1-1/+3
mg adds the -Werror flag after CFLAGS, so any suppressed warning gets reenabled. Starting with gcc4.6, unused-but-set-variable warnings are issued which breaks the build. Passing Wno-unused-but-set-variable by the package makefile (as a function of compiler version) doesn't work. The easiest solution is just to disable -Werror. In this case through the makefile rather than updating a patch.
2012-10-09editors/abiword: Fix linker flag bugmarino2-1/+36
GCC 4.6+ does not tolerate flags starting with "--" like older versions of GCC do. These flags were meant to fall to the linker but starting with GCC 4.6, they must be explicitly prefixed with "-Wl," Fixes the gcc 4.7.2 breakage on "--no-undefined".
2012-10-08Revbump after updating graphics/pangoadam41-82/+82
2012-10-03Update for python25 removal.wiz1-6/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz35-64/+70
are called p5-*. I hope that's all of them.
2012-10-03editors/emacs24: Fix DragonFly buildmarino5-52/+100
In order to fix the build on DragonFly, the locations of the crt files had to be defined. This was tricky as DragonFly has two base compilers so gcc --print-libgcc-file-name was used to determine the path of the crt files. Also patch-iisp_files.el was removed. It was removed from distinfo 5 weeks ago, but the patch itself was left in place causing "patch ignored" warnings.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau150-436/+150
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron41-82/+82
requested by Thomas Klausner.
2012-09-28Solaris also requires Xft and fontconfig. Fixes package.jperkin1-2/+4
2012-09-28Add libiconv buildlink.jperkin1-1/+2
2012-09-23missing parts of recursive revbump for gnutls update.obache3-6/+6
2012-09-17Fix location of spelling dictionaries. Bump PKGREVISION.markd2-4/+5
While here fix COMMENT in Makefile and @comment in PLIST
2012-09-15recursive bump from libffi shlib major bumpobache44-81/+89
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-14revbump for poppler updatedrochner3-6/+6
2012-09-13Updating package for CPAN module Padre::Plugin::PerlTidy insno2-11/+9
editors/p5-Padre-Plugin-PerlTidy from 0.10nb2 to 0.22. pkgsrc changes: - adjust dependencies upstream changes: 0.22 2012.2.28 - Fix missing META.yml RT #75368 (Reported by KENTNL) (AZAWAWI) 0.21 2012.01.11 - Fix packaging issue with 0.20 (AZAWAWI) 0.20 2012.01.11 - Tweak to enable selected text to work (BOWTIE, DODATHOME) 0.19 2011.11.24 - Restored missing Params::Util dependency (AZAWAWI) - Removed is_padre_plugin dependency (AZAWAWI) 0.18 2011.11.15 - Switch to Module::Install (BOWTIE) - Use PerlTidy from trunk/tools #1239 (BOWTIE) 0.17 2011.02.14 - Bumped the version number to reflect the adaptation to the Plugin API so the Plugin Manager shows the version of the plugin (CLAUDIO) - Removed bug broke the plugin (related to perltidyc). 0.16 2010.12.06 - Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI) 0.15 2010.10.29 - Removed Test::NeedsDisplay dependency (AZAWAWI) 0.14 2010.10.27 - Fixed t/01-menu.t to work under no DISPLAY (AZAWAWI) - t/00-load.t is magically injected by [@PadrePlugin] via [LoadTests] (AZAWAWI) 0.13 2010.10.25 - Switched to Dist::Zilla (AZAWAWI) - Fixed t/00-load.t to work under no DISPLAY (AZAWAWI) - Fix the uninitialized variable warning when tidying an unsaved tab (AZAWAWI) - Updated Arabic translation (AZAWAWI) 0.12 Tue Oct 12 2010 - Fix duplicate "my $output" call 0.11 Mon Oct 11 2010 - Added translations: - Turkish (BURAK) - When tidying and exporting an unsaved document or text, the tab title is now used instead of the undefined document filename (AZAWAWI) - Prevent the current destructive nature when tidying a non-Perl document or text (AZAWAWI) - Re-used standard Padre's message and error method calls instead of Wx::MessageBox (AZAWAWI, idea from SZABGAB++) - Fixed RT #61993 "Can't tidy code when the bottom pane is off on Padre startup" (AZAWAWI, Reported by RENEEB++)
2012-09-13Updating package for CPAN module Padre::Plugin::PerlCritic insno2-9/+10
editors/p5-Padre-Plugin-PerlCritic from 0.08nb2 to 0.12. pkgsrc changes: - adjust dependencies and build type upstream changes: 0.12 2010.12.06 - Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI) 0.11 2010.10.29 - Removed Test::NeedsDisplay dependency (AZAWAWI) 0.10 2010.10.27 - Fixed t/01-menu.t to work under no DISPLAY (AZAWAWI) - t/00-load.t is magically injected by [@PadrePlugin] via [LoadTests] (AZAWAWI) 0.09 2010.10.25 - Switched to Dist::Zilla (AZAWAWI) - Fixed t/* to work under no DISPLAY (AZAWAWI) - Added Italian translation (SBLADIN) - Updated Arabic translation (AZAWAWI) - Fixed RT #59680: Module::Install included missing (AZAWAWI)
2012-09-13Updating package for CPAN module Padre in editors/p5-Padre from 0.90nb4sno2-29/+35
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-13Added editors/p5-Wx-Scintilla version 0.39sno1-1/+2
2012-09-13add comment to patchsno2-3/+4
2012-09-13fix typosno1-2/+2
2012-09-13Adding new package for CPAN module Wx::Scintilla version 0.39 as requirementsno4-0/+57
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-11Updating package for CPAN module PPIx::EditorTools insno2-10/+12
editors/p5-PPIx-EditorTools from 0.09nb3 to 0.17. pkgsrc changes: - adjust dependencies upstream changes: 0.17 2012.08.19 - in Frankfurt am Main 0.15_04 2012.07.11 - suppress warning Exiting eval via next (BOWTIE) 0.15_03 2012.07.07 - Add patches from #1435 inspired by dod++ (BOWTIE) - Add additional tests for #1435 (BOWTIE) 0.16 2012.08.15 - released based on 0.15_02 0.15_02 2012.06.08 - Add patches from #401 by buff3r++ (BOWTIE) - Add Moose::Role support (BOWTIE) 0.15 2011.05.06 - Parse Moose files as well (BOWTIE) 0.14 2011.05.04 - Move from Dist::Zilla to Module::Install (-> LICENSE, META.json, README files removed, inc/ added) 0.13 2011.03.24 - Copy the lexer code used for syntax highlighting in Padre::Document::Perl::PPILexer to PPIx::EditorTools::Lexer (SZABGAB) 0.12 2011.03.23 - Copy the Outline generating code from Padre::Document::Perl::Outline to PPIx::EditorTools::Outline (SZABGAB) 0.11 2010.11.18 - Fixed RT #63107: Finding declared variables fragile and misses loop variables OVID++ (AZAWAWI) - Moved to Dist::Zilla (AZAWAWI) 0.10 2010.09.26 - Fixed Padre ticket #655: Can't rename to a variable with an underscore in it (PATRICKAS) - Fixed Padre ticket #653: Lexically rename doesn't work when clicking on declaration of variable (PATRICKAS) - Added feature to change variable style to/from camelCase (SMUELLER)
2012-09-07Revbump after updating graphics/cairoadam35-66/+70
2012-09-06Update to almost newest patchlevel.morr3-7/+48
31440 7.3.639 it's not easy to build Vim on Windows with XPM support 2219 7.3.641 ":mkview" uses ":normal" instead of ":normal!" for folds 1810 7.3.642 segfault with specific autocommands 2060 7.3.643 MS-Windows: 'lines' is wrong when starting up maximized 1925 7.3.644 dead code for BeOS GUI 2910 7.3.645 no tests for patch 7.3.625 and 7.3.637 2353 7.3.646 undo file unusable after reloading a buffer 5213 7.3.647 "gnd" doesn't work correctly in Visual mode 3831 7.3.648 crash when using a very long file name 2256 7.3.649 with 'clipboard' set to "unnamed" small deletes go to "1 3120 7.3.651 Completing ":help \{-" gives error message 2304 7.3.652 workaround for Python crash isn't perfect 7986 7.3.653 lacking XPM support for MingW, 32 and 64 objects mixed up XXX There are newer patches, but they won't apply cleanly. I'll investigate it later.
2012-09-03Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,sno2-6/+6
Module::Install is for Authors only. Bumping revision
2012-08-31Add gedit3-spell - the spell checking plugin for gedit3prlw14-1/+22
2012-08-31Add gedit 3.4.2 - the GNOME 3 text editorprlw16-1/+2220
2012-08-29Recursive bump from boost-libs update.obache1-2/+2
2012-08-28Regenerate patches, fix buildmorr6-30/+31
2012-08-28Follow emacs24 bumped (lets get this first).mef1-2/+2
2012-08-28Bump 24.1 to 24.2 (emacs24 and emacs24-nox11)mef4-11/+8
(1) CVE-2012-3479 fixed on lisp/files.el patches/patch-lisp_files.el is removed. (2) From: ChangeLog ------- 2012-08-24 Chong Yidong <cyd@gnu.org> * Version 24.2 released. 2012-08-14 Ulrich Mueller <ulm@gentoo.org> * lib/gnulib.mk: * lib/stdio.in.h: * m4/stdio_h.m4: Do not assume that gets is defined (Bug#11873). 2012-06-21 Ulrich Mueller <ulm@gentoo.org> * configure.in: Use m/intel386.h for amd64 with x32 ABI. (Bug#11669) -------- Thanks wiz@
2012-08-27regenerate distinfo and make pkglint happiermorr3-46/+12
2012-08-27Add options.mk filemorr1-0/+16
2012-08-27- Update to newest patchlevel 638morr3-83/+356
- Change generation of patchlist - Extract options to its own file - Add option for python2 support
2012-08-27Long awaited update to vim 7.3.morr12-221/+1677
The most notable additions since 7.2: - Persistent undo and undo for reload - Blowfish encryption, encryption of the swap file - Conceal text - Lua interface - Python 3 interface Once you have installed Vim 7.3 you can find all the details about the changes since Vim 7.2 with: :help version-7.3
2012-08-27Update to 2.2.6ryoon4-12/+12
* Replace PKG_LEGACY_OPTS with PKG_OPTIONS_LEGACY_OPTS Changelog: 2010.11.22 - GNU nano 2.2.6 "Pimp my BBS" wants you to go to www.desertbus.org and donate a few bucks for the great Child's Play Charity! This is just a small release to update a bug where restricted mode was not particularly restricted since key bindings were introduced. It also signals the return of win32 builds which now feature nanorc support; please see the FAQ for details of how to enable it, this feature is a bit of a kludge for now. Remember that when all else fails, USE SPACE JUMP. 2010.08.05 - GNU nano 2.2.5 "Inactivity timeout" is now available. This release includes slightly less restrictive checkng when writing files in strange environments (e.g. when being used out of crontab). For very strange situations (such as where you cannot change the permissions on the file you're writing, there is a new rc file option "allow_insecure_backup" to be even more permissive and allowing the write to proceed. Also included are some syntax highlighting updated, and that is about it. Keep fighting the good fight children.
2012-08-24Depend on fonts/ps2pkm for pfb2pfa as per PR 46829. PKGREVISION -> 12.dholland1-2/+4
2012-08-21Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12marino1-2/+2
2012-08-14editors/nvi-m17n: Use provided <sys/queue.h>marino1-4/+6
DragonFly doesn't have CIRCLEQ_* macros anymore. They were replaced with TAILQ_*. As a result, DragonFly needs the provided sys/queue.h to define them. Also, like NetBSD, it doesn't support streams, so disable pty.
2012-08-13Bump PKGREVISION for fix in librsvg/buildlink3.mk.wiz6-12/+12
2012-08-13PKGREV bump for poppler shlib major changedrochner1-2/+2
2012-08-13PKGREV bumps for poppler shlib major changedrochner2-3/+4
2012-08-13Fix CVE-2012-3479:wiz4-4/+43
When the Emacs user option `enable-local-variables' is set to `:safe' (the default value is t), Emacs should automatically refuse to evaluate `eval' forms in file-local variable sections. Due to the bug, Emacs instead automatically evaluates such `eval' forms. Thus, if the user changes the value of `enable-local-variables' to `:safe', visiting a malicious file can cause automatic execution of arbitrary Emacs Lisp code with the permissions of the user. Bug tracker ref: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12155
2012-08-13Fix CVE-2012-3479:wiz1-0/+37
When the Emacs user option `enable-local-variables' is set to `:safe' (the default value is t), Emacs should automatically refuse to evaluate `eval' forms in file-local variable sections. Due to the bug, Emacs instead automatically evaluates such `eval' forms. Thus, if the user changes the value of `enable-local-variables' to `:safe', visiting a malicious file can cause automatic execution of arbitrary Emacs Lisp code with the permissions of the user. Bug tracker ref: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12155
2012-08-13Fix CVE-2012-3479:wiz3-5/+6
When the Emacs user option `enable-local-variables' is set to `:safe' (the default value is t), Emacs should automatically refuse to evaluate `eval' forms in file-local variable sections. Due to the bug, Emacs instead automatically evaluates such `eval' forms. Thus, if the user changes the value of `enable-local-variables' to `:safe', visiting a malicious file can cause automatic execution of arbitrary Emacs Lisp code with the permissions of the user. Bug tracker ref: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12155 Bump PKGREVISION.
2012-08-12editors/Sigil: Return patches to unix CR; use another methodmarino5-44/+52
Some platforms will automatically convert DOS endings to unix endings during the extraction of a zip file. Those that do this can't use patches with DOS endings, so revert the last commit. Instead, copy textproc/FlightCrew package's method: For each file that will be patched, strip any DOS endings found after extraction. If they've already been stripped out, that's fine. It guarantees that every platform will strip the target files at least once, allowing all of them to use Unix line-ending patches.
2012-08-11editors/Sigil: Fix patch phase, Repack all patchesmarino4-43/+43
Sigil is delivered in a zip file, and the files have DOS line endings. The patches had unix line endings, and at least on some platforms including NetBSD 5, this resulted in rejected hunks. All three patches repacked, now contain DOS line endings and work fine.
2012-08-11Fix the build of emacs modules when EMACS_TYPE=emacs24nox.jmmv1-3/+3
The emacs flavor is 'emacs' and the package dependency is 'emacs-nox11', not 'emacs24' nor 'emacs24-nox11' (respectively).
2012-08-11Update to 0.56ryoon3-11/+34
Changelog: === 0.56 - Mon 2 Apr 2012 === * Merged support for Git and Mercurial version control backends - Damien Accorsi & John Drinkwater * Merged plugin for "ditaa" diagrams - YPWang * Merged patch for different configuration profiles, allowing per notebook configuration of plugins, font etc. - Mariano Draghi * Added drag & drop support for the Attachment Browser plugin * Made sidepane and tagcloud remember state * Fixed critical bug for opening email adresses without "mailto:" prefix * Fixed bug where context menu for page index applied to the current page instead of the selected page * Added a Serbian translation === 0.55 - Tue 28 Feb 2012 === * Numbered lists are now supported * The index now has "natural" sorting, so "9" goes before "10" * Added new plugin to show a Table Of Contents per page, and allows modifying the outline * Added Markdown (with pandoc extensions) as an export format * New context menu item "move text" for refactoring text to a new page * Tasklist now supports a "next:" keyword to indicate dependencies, and it can hide tasks that are not yet actionable * Made zim taskbar icons and trayicon overloadable in theme - Andrei * Fixed behavior of Recent Pages pathbar in cases where part of the history is dropped * Fixed behavior of the Search dialog, it no longer hangs and also allows cancelling the search * Fixed bug where replacing a word (e.g spell correction) could drop formatting * Fixed behavior of case-sensitive rename on a case-insensitive file system (windows)
2012-08-11Update to 2.5.5.01ryoon3-59/+43
Changelog: ---------------------------------------------------------------------- 2.5.5 update 1 vs. 2.5.5 Bug fixes: - Project specific filter settings not saved http://sourceforge.net/support/tracker.php?aid=3546645 - PowerPoint documents (.pptx and .pptm) could not be opened with Java 1.7 Localisation updates: - Japanese localization updated to 2.5.5 (UI) ---------------------------------------------------------------------- OmegaT 2.5.5 ---------------------------------------------------------------------- 3 Enhancements 5 Bug fixes 1 Localisation update ---------------------------------------------------------------------- 2.5.5 vs. 2.5.4 update 1 Implemented requests: - Option to not load translations=source from source documents http://sourceforge.net/support/tracker.php?aid=3527626 Other enhancements: - Revised manual - Fastest computation of Match Statistics. In addition, the first two lines are displayed as soon as they are computed Bug fixes: - Windows installer: the user language was always set in OmegaT.l4J.ini, regardless of the choice of the user - Windows installer with Java: some languages not supported by OmegaT were listed - Recognize single quotes in ENTITY of DTD file filter http://sourceforge.net/support/tracker.php?aid=3520305 (It was already implemented in 2.3 update 8, but had not been ported to 2.5.) - Java Webstart was not working with Java 1.7 - When one of the languages is an RTL language, or where setting the Editor in RTL mode with Shift+Ctrl+O, spaces could be wrongly located. As a workaround, tags are not displayed in grey when translating an RTL language is involved or when the Editor is in RTL mode. Localisation updates: - Russian localisation updated to 2.5.4 update 1 (UI, Instant Start) ---------------------------------------------------------------------- OmegaT 2.5.4 update 1 ---------------------------------------------------------------------- 3 Enhancements 4 Bug fixes 4 Localisation updates ---------------------------------------------------------------------- 2.5.4 update 1 vs. 2.5.4 Implemented requests: - Help&Manual: hide content of tags per translate=true/false http://sourceforge.net/support/tracker.php?aid=3528468 - Camtasia added tags http://sourceforge.net/support/tracker.php?aid=3528472 Other enhancements: - Windows installer: there's a new option to specify whether the language chosen during installation should be used for OmegaT. If Yes, OmegaT.l4J.ini is modified to use that language. Bug fixes: - Exception if new non-default /tm contains TMs to segment http://sourceforge.net/support/tracker.php?aid=3425237 - NullPointerException during resegmentation http://sourceforge.net/support/tracker.php?aid=3481757 - When editing project-specific file filters, the checkbox was labelled jCheckBox1 instead of "Enable project specific filters" - When changing project-specific segmentation rules to default and back, the results were not immediately visible Localisation updates: - Italian localisation updated to 2.5.4 (UI, readme) - Dutch localisation updated to 2.5.4 (UI, readme, documentation) - Russian localisation updated to 2.5.4 (UI, readme, Instant Start) - Basque localisation updated to 2.5.2 (UI, readme, Instant Start) ---------------------------------------------------------------------- OmegaT 2.5.4 ---------------------------------------------------------------------- 6 Enhancements 0 Bug fix 1 Localisation update ---------------------------------------------------------------------- 2.5.4 vs. 2.5.3 Implemented requests: - Automatic conversion of numbers when inserting fuzzy matches http://sourceforge.net/support/tracker.php?aid=1381480 Other enhancements: - The automatic save interval can now be set in Options > Save. It is defined in minutes and seconds. If a value lower than 10 seconds is set, it is reset to 10 seconds. - Linux: Enhanced Kaptain script - Load translations from sources as default translations http://sourceforge.net/support/tracker.php?aid=3524017 - The File Filters dialog can now be resized, as well as its sub-dialogs - Capture variables in source filename to target mapping has been extended with new variables for a given number of extensions See http://sourceforge.net/support/tracker.php?aid=3436954 Localisation updates: - Italian localisation updated to 2.5.3 (UI) ---------------------------------------------------------------------- OmegaT 2.5.3 ---------------------------------------------------------------------- 3 Enhancements 3 Bug fixes 1 Localisation update ---------------------------------------------------------------------- 2.5.3 vs. 2.5.2 update 2 Implemented requests: - (X)HTML filters: hide content of tags based on attributes http://sourceforge.net/support/tracker.php?aid=3513384 - Capture variables in source filename to target mapping http://sourceforge.net/support/tracker.php?aid=3436954 Other enhancements: - The Linux packages (OmegaT_xxx_Linux.tar.bz2 and OmegaT_xxx_Without_JRE.zip) have been improved. They now contain an installation script: linux-install.sh and a Kaptain script: omegat.kaptn. The OmegaT script in OmegaT_xxx_Without_JRE.zip have been improved with the usage of REALOMEGATPATH, as was already the case in OmegaT_xxx_Linux.tar.bz2. Bug fixes: - After loading or reloading the project, the focus was on the Matches pane rather than on the Editor - Empty translations were not working for XML filters (e.g., Word, OpenOffice.org/LibreOffice, etc.). I.e., the source text was inserted in the target document. - "Comment:" was displayed for all HTML segments, even when the segment was not an attribute, and therefore had no comments to display Localisation updates: - Italian localisation updated to 2.5.2 update 2 (UI)