pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/codeblocks
Module Name: pkgsrc
Committed By: ryoon
Date: Sun Jun 14 13:22:58 UTC 2020
Modified Files:
pkgsrc/editors/codeblocks: Makefile PLIST distinfo
Removed Files:
pkgsrc/editors/codeblocks/patches: patch-configure
patch-src_include_scripting_sqplus_sqplus.h
patch-src_plugins_contrib_wxContribItems_wxchart_configure
patch-src_plugins_contrib_wxContribItems_wxthings_configure
patch-src_plugins_scriptedwizard_resources_opencv_wizard.script
patch-src_sdk_scripting_squirrel_sqbaselib.cpp
patch-src_sdk_scripting_squirrel_sqvm.cpp
patch-src_sdk_wxpropgrid_configure patch-src_src_appglobals.cpp
Log Message:
codeblocks: Update to 20.03
Changelog:
For the release 20.03, we provide a changelog hereby about what has changed since 17.12 (to download the change log, a link is provided at the bottom of this page):
General UI/SDK changes:
UI: Add information about the wxWidgets library being used in Help -> About dialog
UI: Fix two asserts for incorrect use of wxALIGN_LEFT when opening the Project -> Properties dialog
wx3: Fix assertion when removing last virtual target (ticket #892)
UI: Add logging of execution time to various places in the code
UI: Add compiler ID to Help -> About dialog (ticket #870)
UI: Make Plugin manager to have resizeable plugin info control
UI: Fix Toolbars corruption when saving perspective (ticket #846)
Fix crash with batch build on linux by moving the build process out of OnInit() when using wx>=30
UI: Improve child window placement. Introduce 3 options: center-on-parent (default), center-on-display and leave to OS/ Window manager.
UI: Make sure pressing escape works correctly in the Reorder targets dialog
UI: Fix the parents of various child dialogs in the Build -> Properties
UI: Make sure we call PlaceWindow for the dialog for selecting platform for targets
UI: Make sure the correct parent is set when showing the project dependencies dialog
UI: Fix possible assert when the language selection is invalid
UI: Make data paths more resilient to changes to the current directory
UI: Make pressing Escape in scope "Code Refactoring" dialog to close it
UI: Adjust borders for the Find/Replace dialog
UI: Fix corruption of toolbars when saving perspective (ticket #846)
UI: Fix assert that a bitmap is already selected in a DC on Windows
UI: Fix crash if the list in Settings->Scripting is empty (ticket 842)
UI: Show only one message box if a project could not be loaded while loading a workspace (ticket #809)
scintilla-wx: Remove double buffering for wxGTK (it doesn't fix the flickering problem)
UI: Select the correct language in the menu shown from the language button in the status bar
scintilla-wx: Cherry-pick changes from wx-master (Better support for passing images from wx to scintilla)
UI: Some places in the code were trying to load images from file system and not from resources.zip (ticket #826)
UI: Replace the wxComboBox with wxChoice in Project->Properties->Build targets->Type
UI: Make the layout of Environment Settings -> View a bit more compact
UI: Replace the radio buttons for images sizes in Env Settings -> View with wxChoice controls
UI: Use better looking icon for the "Select text" button in the Incremental search toolbar
UI: Fix layout issue in the environment settings dialog
UI: Print config file path as the first line in the list ctrl for the main log
UI: Fit toolbars on every load
UI: Make MainFrame::DoFixToolbarsLayout to really work when toolbar size changes
UI: Make it possible to assign a keyboard shortcut to Build -> Select target -> Select target...
sdk: Fix memory leak when showing the "choose compiler" dialog, because the current compiler is not available
UI: Log the info message to the main log
UI: Avoid crash or assert when application is closed via OS's TaskBar
UI: Fix a warning emitted by wxWidgets about incorrect use of wxALIGN_CENTER_HORIZONTAL in the EditPath dialog
UI: Treat editor and project files as modified when altered outside of Code::Blocks and not reloaded (ticket #492)
wx30: Do no call LoadResource for plugins which don't have xrc files in their zip archives
wx30: Fix assert that all images added to an image list must have the same size
batch build: Fix segmentation fault after batch build (ticket #738)
UI: Fix crash in GotoFile::BuildContent(74)
SDK: Fix memory leak when loading new workspace
UI: Fix a memory leak of Page objects on application shutdown
UI: Fixes to the auto-sizing feature of the GotoFile dialog (see r11468)
UI: Make the Goto File window to resize itself when the content of the list ctrl doesn't fit
UI: Make opening containing folder work when the path contains whitespace (ticket #734)
wx3-stl: Make almost everything (wxSmith doens't) to build with wxWidgets in STL mode
sdk: Remove duplicated calls to AddBuildTarget for generated files
sdk: Make sure we don't add the same file twice if it is stored with different relative path in the project file
sdk: Make CompilerFactory::GetCompiler using an id faster
sdk: Small optimization in cbProject::addFile (don't call wxFileName::GetExt multiple times)
sdk: Small optimizations in MacrosManager
sdk: Don't save empty extension tags in the project file
sdk: Sort extensions just before saving the project
sdk: Add $PLATFORM macro that expands to "msw" on windows and "unix" on linux and mac
sdk: Path delimiters in the .cbp file aren't Unix-normalized when saving project on Windows (ticket #705)
UI: Print a message in the log when the application is ended because another instance is detected
UI: Fix a crash/assert on shutdown when the CallAfter is executed after the managers have been shutdown
UI: Print an error in the log if opening a file fails
UI: Make sure passing --file=path/to/file.ext without line number works, too
ProjectManagerUI: Implement both external and internal wxTreeCtrl Drag and Drop for the project manager tree
ProjectManagerUI: Temporary disable external drag and drop from project manager wxTreeCntrl. External and Internal drag and drop are incompatible.
UI: Remove double dollar signs (ticket #653)
wx30: Fix de-serializing wxStrings when doing DDE
UI: Prevent the splash screen from staying on top from the compiler selector dialog
Fix possible null pointer dereference in plugins management (ticket #673)
UI: Set the focus to the OK button in the Multi Select dialog (used when adding files to a project)
UI: Make sure that the file path control in the EditPath is larger, so longer paths could be reviewed
UI: DefaultMimeHandler: Set min size for the selection dialog
UI: Fix crash when reloading multiple projects in a workspace and they have dependencies
wx3-gtk3: Fix crash when doing Control-A, Control-V (ticket #629)
UI: Make sure the current project is always visible in the project tree while moving it up/down (ticket #617)
UI: Show the scintilla version in about dialog
wx30: Fix editor redraw problems on Windows (workaround, related to status bar)
UI: Make return to select the filtered option in the Goto File, Goto Function and Select Target dialogshe toolbar if the requested icon couldn't be loaded
Make the SpellChecker icons in the status bar to be HiDPI aware
Use toolbar art providers for main, compiler and debugger toolbars
Move select_target.png to sdk/resources
Make it possible to use the cbArtProvider with toolbars
Make button images (zoom in/out) in the help plugin panel to be HiDPI aware
Apply scale factor to the toolbar size
Make icons in various dialogs to be HiDPI aware
Fix browse buttons in Project -> Properties to look good on HiDPI monitors
Make the icons for the buttons in IncrementSearch to be HiDPI aware
Make the icon in scope "Code Refactoring" dialog to be HiDPI aware
Add support for bitmap buttons to the cbArtProvider
Fix scaling of menu images created with the cbArtProvider on macOS
help plugin: Fix bigger icons in the Help menu on Windows
IncrementalSearch: Fix the menu icon to use the menu size and scaling (HiDPI aware)
DoxyBlocks: Make the Module menu images to be HiDPI aware
Make the readonly icon used in editor's notebook to be HiDPI aware
Try to make Notebook icons in 'Logs and Others' look non-blurry on GTK3+GDK_SCALE=2
Make all loggers in 'Log & Others' to provide HiDPI aware icons
Make the OpenFilesList plugin HiDPI aware
Better support for creating the image list on GTK3 when scaling factor is 2
Modify cbProjectTreeImages::MakeImageList to add a red image in the generate image list when a file fails to load
Make the tree images in project tree and file manager trees to be HiDPI aware
Use the scaling factor detection to select the image size for menu images
Fix debug log message about ClientToScreen failures coming from the call to wxDisplay::GetFromWindow
Update icons from the cb-icons repo (compiler and incremental search pluigns)
Move images to codecompletion.zip instead storing them on the file system and fix all build systems
Implement sizeable images in the auto completion list produced by the CC plugin
Remove wrong warning message in the log from the cbArtProvider
Fix the icon size in Breakpoints dialog on HiDPI windows builds
Make the list images in Breakpoints dialog to look good on scaled GTK+3 build (scaling factor 2 or more)
Make images in the Build menu (compiler plugin) to be DPI aware
Make the IncrementalSearch menu image to be DPI aware
Make the DoxyBlocks menu images to be DPI aware
Make the images in the debugger menu to be DPI aware
Make all images defined in main_menu.xrc to be DPI aware
Add additional image sizes which would be used for the main menu
Make the icons in the Breakpoints dialog to be DPI aware
Remove toolbar images with size 22x22
Print the resource id of the toolbar when there are problems loading a bitmap
Add 20x20, 24x24, 28x28, 40x40, 48x48, 56x56 and 64x64 for contrib plugins
Add 20x20, 24x24, 28x28, 40x40, 48x48, 56x56 and 64x64 for core stuff
Add more options for the sizes of the toolbar icons
Print log message when loading an image for a toolbar fails
Fix asserts in the wxBitmap c-tor when the image file cannot be found on this
Print a warning when changing the size of toolbar images
Make the wx31 builds to be system dpiAware
Fix missing image after the move of 22x22 images to a separate folder
Do not use scalingFactor on Windows
Add wrapper for wxWindow::GetContentScaleFactor to make it easier to use this call
Make toolbar images for DoxyBlocks work correctly when using GTK+3 on HiDPI (scale >= 2) monitor
Make toolbars on wx3.1 and GTK3 to almost look sharp
Print scaling factor for the main frame during startup
Do not call Realize toolbars for every disabled tool in a xrc file
Reenable the dpi aware flag on windows
Add 32x32 images for the rest of plugins which create toolbars
Make toolbars work on retina mac machines
Add the possibility to select toolbars which are 32x32 big
Add 32x32 images for main and debugger toolbars
Print warning message when a toolbar image requires resizing
Make the xrc wxToolbarAddon handler to be able to remap bitmap paths
SDK new/changed APIs:
sdk: Implement cbProject::operator= so it is possible to copy projects
sdk: Change the return type of cbWatch::GetDebugString (ABI break)
sdk: Remove cbWatchesDlg::UpdateWatches, because it is no longer used
sdk: Add cbEVT_DEBUGGER_CONTINUED event for debugger
UI: Try to place child windows always on a valid display (ticket #770)
sdk: Make cbAssert to send SIGINT instead of SIGTERM
SDK: Make cbResolveSymLinkedDirPath a bit more robust
sdk: Add function which could be used to get the rect of the monitor where a window is placed (extracted from PlaceWindow)
sdk: Add API for sorting menu items in the editor's context menu (modify all plugins to use it)
UI: Use sorted container to provide a more stable iteration when building the module menu
UI: Use the setting for caret line to show it in the syntax highlight settings
Performance improvements:
UI: Minimize the time needed to open the file/replace dialog for the LLVM project
SDK: Call the virtual function GetTitle just once inside loops in cbProject::RemoveBuildTarget
Syntax Hightlight UI improvements:
UI: Make it possible to type in the syntax highlight preview
wx30: Fix assert introduced with rev 9667 (reading null color for syntax highlight)
Editor:
Try to fix flicker when moving the cursor with keyboard/mouse (ticket #890)
Disable middle-mouse button paste until user sets Settings -> Editor -> Other editor setting -> Enable marked text paste with middle mouse click (on Windows)
Fix non-latin keys to work in shortcuts in the editor on Linux
Add controls for selecting the technology and font quality
Auto-size marker margin column and switch to breakpoint image with the correct size
Make the width of the change bar to change with the zoom
Add an option which can be used to disable the save-to-temp-and-move operation we use by default
Add menu item 'Copy full path' in the editor tab context menu
Implement 'Fold current block' to work when the cursor is inside the block (ticket #700)
Fix the feature which restores editor folds when the project/editor is reloaded
Make it possible to set the white-space mode to "Only indent"
Enable pasting when there are multiple cursors and typing with them is enabled
Group all find related items together at the top of the context menu in the editor
Move the Code Refactoring -> Rename symbols menu item to the Insert submenu
Move Properties to the bottom of the editor's context menu
Remove excessive separators from the editor's context menu
Remove menu items from editor's context menu which are duplicated in the editor's tab
Move Copy/Cut/Paste from a submenu Edit to the main context menu of the editor
Add 'Close to the left' and 'Close to the right' menu items in the context menu for the editor's notebook
Implement caret buffer in the editor (up to now we have it implemented in the EditorTweaks plugin). UI in the Settings -> Editor -> General -> Other editor settings
Do not mess the editor with brace selection completion when there are multiple cursors
Pass a theme object to editors created for new files (ticket #100)
Make the line for the current position during debugging to use the same colour as the caret line (ticket #659)
Lexers:
Add syntax highlighting for Nim (ticket #657)
Add WAVE keyword to Windows resource lexer (ticket #834)
Improve C/C++ lexer (ticket #741)
Add YAML lexer, make sure to always use spaces when editing YAML xers not only for the ObjC lexer
Add selection, active line, matching brace and no matching brace style options using code
Add lexer for plaintext files
Add lexer for Markdown (ticket #640)
Update doxygen keywords in the C/C++ lexer
Upn the project files
Save the old print function and restore it after executing the script in ScriptingManager::LoadBufferRedirectOutput (ticket #817)
Make it possible to use relative paths when including squirrel scripts (ticket #812)
Library updourceExporter plugin)
Astyle:
Finally make Mozilla-style/example work
Add new options, remove obsolete options
Code completion plugin:
Take the zoom of the current editor into account when deciding if to use a buffered auto completion listticket #25)
Fix parsing of struct instances declared on same statement (ticket #762)
Fix parsing of multi-line #if defined() (ticket #761)
Fix parsing of 'for' loops with empty declaration block. Handle the case where the first token is a semiif the list of directories is empty (ticket #780)
Improve the logic for starting/stopping system header threads
Fix crash when the project has files with invalid targets and the user tries to do header completion
Ignore attribute((whatever)) in typedef definition (ticket #759)
Support function declaration lists (ticket #724)
Handle comma as terminator for function declarations
Fix leaks of SystemHeadersThread objects when shutting down the application
Log how much time traversing a directory to find headers takes
Do not traverse root folders for drives
Use better method for detecting file system loops
Do not block the UI when showing the list of include completions while a thread is traversing
Fix assertion when clicking on "Find references of:" (ticket #633)
Compiler plugin:
Add an option to targets which allows the user to select the linker executable to be used for the target
Make the LinkerExecutableOption::AutoDetect work as advertised
Cleaned up obsolete interim C/C++ standards that are now properly supported by GCC (i.e. C++11/14/17; C17)
Print Build banner at command preBuild step, else they appear to belong to previous target
Fix assert about RecalcSizes (ticket #857)
Expand CodeBlocks variables for non-ttCommandsOnly targets also
Fix potential crash if the choice control is removed from the toolbar
Print a log message that we are modifying the dll search path before running an executable
Adjust the regexp for detecting the compiler version to support double digit numbers
Do not switch to the build log when the workspace is closed
Fix a crash introduced in r11465 (ticket #582)
Clear target specific variables from the MacroManager on every recalculation (ticket #582)
Remove duplicated compiler option
Clear logs when the workspace is closed (ticket #656)
Make sure the goto prev/next build error goes only on errors
Show the build message when the user requests goto prev/next error
Add support for -std=c++17 flag
Don't show a log message when the wxKill command fails to kill children, because they've finished already
Hide process output when the process is stopped/killed
Fix double send of cbEVT_COMPILER_FINISHED when the executable is closed after run
Make the abort button work again (ticket #104). Kill the started process and all children instead of using wxSIGTERM
Debugger plugin:
Make sure we always store remote debugging project options sorted by target
Rework the plugin to not use ProjectLoaderHooks
Fix crash when trying to attach when there is no loaded project (ticket #879)
Fix regression when executing additional commands before
Make sure we don't save empty serial baud attributes in the debugger extension
Improve UI of Debugger project options panel
Check additional shell commands when deciding if the remote settings for target/projects need to be saved
Rework the UI for the "Remote connection" tab in the project opions to look a bit more pleasant
Improve the IsPointerType to detect restrict and const volatile types as pointers correctly
sdk: Add another parameter to cbDebuggerPlugin::AddWatch to make it similar to AddMemoryRangeWatch
sdk: Make it possible to delay the update of memory range watches (possible massive breakage)
sdk: Add event which will be used to notify debug windows that data is ready
Initial implementation of Memory Range Watches
Set the plugin value of the event when sending EVT_DEBUGGER_UPDATED
Send CURSOR_CHANGED event when the debugger has stopped on a breakpoint/signal
Fix the disassembly view with newer GDBs
Make it possible to evaluate expression in wxSmith code blocks
Improvements for Fortran (ticket #717)
Put the recent entered command in the position 0 of the wxComboBox list.
Remove gdb_types.script because it is not longer used (the scripting support has been removed from the debugger)
Make sure to quit correctly when attaching to process fails
Make it possible to attach to a process using the command line (This commit adds --dbg-attach and --dbg-config command line options)
Prevent warning for invalid current directory when attaching to process
Make sure to set the SHELL variable before starting GDB
OccurrenceHighlighting plugin:
Update the permanent occurrence highlights when editor is split
Handle editor open events to highlight all words that match the set for permanent highlights
Make it possible to set the plugin to override the text colour
Scripting wizard:
Fix wxWidgets script on windows (ticket #676)
Print better message when the xrc file fails to load
Change extension for files added to Fortran projects to f90 (ticket #605)
Browse tracker plugin:
Create default.Browsetracker.ini from old Browsetracker.ini (only once) when personality == default
Fix deprecated wxFont usage in config panel
Honor Toolbar activation/deactivation from View/Toolbars; Change config toolbar setting to "Show Toolbar Always"
Fix crash in JumpTracker when the editor object is nullptr
Internationalize the configuration panel
Fix shutdown assert on linux when using wx3.x
Unregister hooks/sinks to prevent crashes when uninstalled
Code snippets plugin:
Let user know that attempt to edit file failed
Adds DnD to ProjectManagerUI, removes it from the plugin, and fixes asserts
Fix assert (ticket #631)
Drag scroll plugin:
Add user config option to reverse mouse wheel zoom
Fix right mouse click in project window. See http://forums.codeblocks.org/index.php/topic,22863.new.html
Don't move cursor when using right mouse key (wx3.x)
Environment variables plugin:
Crash when closing Environment settings dialog (ticket #877)
Rework the plugin to not use ProjectLoaderHooks
Incorrect variables could be set or variables could be lost when using the configuration dialog (ticket #641)
File manager plugin:
Slow down caused by incorrect fix in rev 11463 (ticket #722)
Fix assert when clicking the 'goto parent directory' button beyond the root (ticket #713)
Fix wrong use of stl-containers (erasing invalidates iterators) (ticket #722)
Key binder plugin:
Fix warning for Ctrl-P being duplicated
Introduce version 2.0 using CodeLight key binding methods; allowing future ability to dynamically set menu and global accelerators to any frame
Sort cbKeybinder20.conf file and remove old (duplicate) bindings
Use correct file separator on Linux for .config/cbKeyBinder10.ini
If there is no <personality>.cbKeyBinder10.ini file try to load cbKeybinder10.ini
Add overridden menu accelerators to global table for Linux
Obtain correct config folder on linux (ticket 840)
Freeze config panel while updating
Avoid 'Wheres the event handler gone' asserts when modifying shortcuts
Fix F2, Shift-F2 and allow linux to handle any View menu check items (ticket #273)
Nassi-Shneiderman plugin:
Convert the toolbar images from xpm buffers defined in code to using pngs stored in a zip
Fix crashes during drag n drop of bricks
Use wxBRUSHSTYLE_ constants to get rid of depricated-warnings from wx31
Remove wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL for expanded item. Avoids assert from wxWidgets 3.1
Project options manipulator plugin:
Replace all options in one go (partial fix for ticket #868)
Report success after changing the compiler options (ticket #470)
Fix the UI layout of main dialog (ticket #607)
RndGen plugin:
Some code cleanup (ticket #736)
Add the plugin to the builds on linux/macos (ticket #728)
Better explanation of the purpose anaracter handling.
Fix wrong white space handling on windows by using the scintilla word finding functions
Speedup by moving code out of loop and advancing the position of the parser
Add Spanish flag images (ticket #881)
Make the popup menu(ticket #742)
Prepare the plugin to support more than two resolutions of UI images
Make the images in plugin's toolbar to work correctly on GTK+ 3 and scaling of 2x
Remove almost all places in the plugin which used the /environment/toolbar_sizefault style for wxListView (ticket #884)
Add wxDIRP_SMALL flag for wxDirPickerCtrl (ticket #861)
Fix wrong grouping of radio boxes in the wxSmith settings dialog (ticket #875)
Fix image editor layout for wxWidgets >= 3.1.0 and rename dialog to be resizable
Handle the default color in the color property class the same in both wxWidgets 3.x and wxWidgets 2.8 (ticket #815)
Fix "dangling" frames which prevent Code::Blocks's process from exiting correctly
Fix wxImagePanel preview errorx assert when using the wxGridBagSizer (ticket #664)
Fix use-after-free error when moving a control in a sizer
Add Radio as possible wxAuiToolBarItem item kind (ticket #15)
Fix assert after inserting wxListCtrl (ticket #671)
Set sensible d:
Astyle: Fix argument bug (ticket #698)
AutoSave: Add option to save log rotated backup files in a sub-folder (ticket #132)
ClassWizard: Remember file extensions for header and source files
CppCheck: Fix crash when the generated xml is missing
CScope: Add configuration dialog to select the cscope executable. Also add a link to the help page in the settings dialog.
EditorConfig: Rework the plugin to not use ProjectLoaderHooks
EditorConfig: Allow to use global editor settings for EOL (ticket #577)
EditorTweaks: Remove caret buffer code, because it was added to the core editor
Help: Fix bug in man2html (ticket #626)
IncrementalSearch: Try to have better/simpler history in the choice control (ticket #740)
IncrementalSearch: Make it possible to get focus by clicking (ticket 625)
MouseSap: Remove all direct GTK calls. Fix Shift-MiddleMouse key pasting to avoid overwriting Primary clipboard.
OpenFileList: Fix crash when disable/enable the plugin in the plugin manager dialog (ticket #774)
OpenFileList: Fix memory leak when unloading the plugin
ReopenEditor: Fix memory leaks
SmartIndent: Improve brace completion for Fortran (ticket #667)
ToDo plugin: Fix memory corruption due to splash screen (ticket #635)
Summary, for download
Download the full changelog here: http://sourceforge.net/projects/codeblocks/files/Binaries/20.03/changelog
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/editors/codeblocks/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/codeblocks/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/codeblocks/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/editors/codeblocks/patches/patch-configure \
pkgsrc/editors/codeblocks/patches/patch-src_include_scripting_sqplus_sqplus.h \
pkgsrc/editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxchart_configure \
pkgsrc/editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxthings_configure \
pkgsrc/editors/codeblocks/patches/patch-src_plugins_scriptedwizard_resources_opencv_wizard.script \
pkgsrc/editors/codeblocks/patches/patch-src_sdk_scripting_squirrel_sqbaselib.cpp \
pkgsrc/editors/codeblocks/patches/patch-src_sdk_scripting_squirrel_sqvm.cpp \
pkgsrc/editors/codeblocks/patches/patch-src_sdk_wxpropgrid_configure \
pkgsrc/editors/codeblocks/patches/patch-src_src_appglobals.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/codeblocks/Makefile
diff -u pkgsrc/editors/codeblocks/Makefile:1.16 pkgsrc/editors/codeblocks/Makefile:1.17
--- pkgsrc/editors/codeblocks/Makefile:1.16 Tue Mar 10 22:09:40 2020
+++ pkgsrc/editors/codeblocks/Makefile Sun Jun 14 13:22:58 2020
@@ -1,24 +1,22 @@
-# $NetBSD: Makefile,v 1.16 2020/03/10 22:09:40 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2020/06/14 13:22:58 ryoon Exp $
#
-DISTNAME= codeblocks_16.01
-PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 12
+DISTNAME= codeblocks-20.03
CATEGORIES= editors x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=codeblocks/}
+EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.codeblocks.org/
COMMENT= Open source, cross platform, free C++ IDE
LICENSE= gnu-gpl-v3
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}.release
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
USE_LANGUAGES= c c++11
-CONFIGURE_ARGS+= --disable-gtk-notebook
+#CONFIGURE_ARGS+= --disable-gtk-notebook
CONFIGURE_ARGS+= --with-contrib-plugins=AutoVersioning,BrowseTracker,-MouseSap,byogames,cbkoders,codesnippets,codestat,dragscroll,envvars,help,keybinder,libfinder,profiler,regex,exporter,symtab
# wxsmith makes error in build process
Index: pkgsrc/editors/codeblocks/PLIST
diff -u pkgsrc/editors/codeblocks/PLIST:1.1 pkgsrc/editors/codeblocks/PLIST:1.2
--- pkgsrc/editors/codeblocks/PLIST:1.1 Thu Jun 16 02:28:51 2016
+++ pkgsrc/editors/codeblocks/PLIST Sun Jun 14 13:22:58 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/06/16 02:28:51 kamil Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/06/14 13:22:58 ryoon Exp $
bin/cb_console_runner
bin/cb_share_config
bin/codeblocks
@@ -19,6 +19,7 @@ include/codeblocks/autodetectcompilers.h
include/codeblocks/backgroundthread.h
include/codeblocks/base64.h
include/codeblocks/blockallocated.h
+include/codeblocks/cbart_provider.h
include/codeblocks/cbauibook.h
include/codeblocks/cbcolourmanager.h
include/codeblocks/cbdebugger_interfaces.h
@@ -72,14 +73,13 @@ include/codeblocks/ibaseloader.h
include/codeblocks/ibaseworkspaceloader.h
include/codeblocks/id.h
include/codeblocks/importers_globals.h
-include/codeblocks/incrementalselectlistdlg.h
+include/codeblocks/incremental_select_helper.h
include/codeblocks/infowindow.h
include/codeblocks/licenses.h
include/codeblocks/logger.h
include/codeblocks/loggers.h
include/codeblocks/logmanager.h
include/codeblocks/macrosmanager.h
-include/codeblocks/managedthread.h
include/codeblocks/manager.h
include/codeblocks/menuitemsmanager.h
include/codeblocks/misctreeitemdata.h
@@ -157,8 +157,8 @@ include/codeblocks/searchresultslog.h
include/codeblocks/selecttargetdlg.h
include/codeblocks/settings.h
include/codeblocks/templatemanager.h
+include/codeblocks/tinywxuni.h
include/codeblocks/tinyxml/tinystr.h
-include/codeblocks/tinyxml/tinywxuni.h
include/codeblocks/tinyxml/tinyxml.h
include/codeblocks/toolsmanager.h
include/codeblocks/uservarmanager.h
@@ -223,13 +223,13 @@ include/codeblocks/wxContribItems/wxthin
include/codeblocks/wxContribItems/wxthings/include/wx/things/toggle.h
include/codeblocks/wxscintilla/include/wx/wxscintilla.h
include/codeblocks/xtra_res.h
+lib/codeblocks/plugins/libAstyle.la
lib/codeblocks/plugins/libAutoVersioning.la
lib/codeblocks/plugins/libBrowseTracker.la
lib/codeblocks/plugins/libProfiler.la
lib/codeblocks/plugins/libRegExTestbed.la
lib/codeblocks/plugins/libSymTab.la
lib/codeblocks/plugins/libabbreviations.la
-lib/codeblocks/plugins/libastyle.la
lib/codeblocks/plugins/libautosave.la
lib/codeblocks/plugins/libbyogames.la
lib/codeblocks/plugins/libcb_koders.la
@@ -275,14 +275,16 @@ man/man1/cb_console_runner.1
man/man1/cb_share_config.1
man/man1/codeblocks.1
man/man1/codesnippets.1
+share/appdata/codeblocks-contrib.metainfo.xml
+share/appdata/codeblocks.appdata.xml
share/applications/codeblocks.desktop
+share/codeblocks/Astyle.zip
share/codeblocks/AutoVersioning.zip
share/codeblocks/BrowseTracker.zip
share/codeblocks/Profiler.zip
share/codeblocks/RegExTestbed.zip
share/codeblocks/SymTab.zip
share/codeblocks/abbreviations.zip
-share/codeblocks/astyle.zip
share/codeblocks/autosave.zip
share/codeblocks/byogames.zip
share/codeblocks/cb_koders.zip
@@ -291,6 +293,7 @@ share/codeblocks/codecompletion.zip
share/codeblocks/codesnippets.zip
share/codeblocks/codestat.zip
share/codeblocks/compiler.zip
+share/codeblocks/compilers/compiler_android-gcc.xml
share/codeblocks/compilers/compiler_avr-gcc.xml
share/codeblocks/compilers/compiler_bcc.xml
share/codeblocks/compilers/compiler_bfin-elf-gcc.xml
@@ -301,13 +304,16 @@ share/codeblocks/compilers/compiler_ldc.
share/codeblocks/compilers/compiler_lm32-gcc.xml
share/codeblocks/compilers/compiler_lm8-gcc.xml
share/codeblocks/compilers/compiler_msp430-gcc.xml
+share/codeblocks/compilers/compiler_mw.xml
share/codeblocks/compilers/compiler_null.xml
share/codeblocks/compilers/compiler_pgifortran.xml
+share/codeblocks/compilers/compiler_powerpc-eabi.xml
share/codeblocks/compilers/compiler_ppc-gcc.xml
share/codeblocks/compilers/compiler_sdcc.xml
share/codeblocks/compilers/compiler_tcc.xml
share/codeblocks/compilers/compiler_tricore-gcc.xml
share/codeblocks/compilers/compiler_zpu-gcc.xml
+share/codeblocks/compilers/options_android-gcc.xml
share/codeblocks/compilers/options_arm-elf-gcc.xml
share/codeblocks/compilers/options_avr-gcc.xml
share/codeblocks/compilers/options_bcc.xml
@@ -346,9 +352,11 @@ share/codeblocks/compilers/options_msp43
share/codeblocks/compilers/options_msvc10.xml
share/codeblocks/compilers/options_msvc8.xml
share/codeblocks/compilers/options_msvctk.xml
+share/codeblocks/compilers/options_mw.xml
share/codeblocks/compilers/options_null.xml
share/codeblocks/compilers/options_ow.xml
share/codeblocks/compilers/options_pgifortran.xml
+share/codeblocks/compilers/options_powerpc-eabi.xml
share/codeblocks/compilers/options_ppc-gcc.xml
share/codeblocks/compilers/options_sdcc.xml
share/codeblocks/compilers/options_tcc.xml
@@ -375,113 +383,8 @@ share/codeblocks/icons/f64.xpm
share/codeblocks/icons/h64.xpm
share/codeblocks/icons/proj64.xpm
share/codeblocks/icons/rc64.xpm
-share/codeblocks/images/16x16/bookmark_add.png
-share/codeblocks/images/16x16/dbginfo.png
-share/codeblocks/images/16x16/dbgnext.png
-share/codeblocks/images/16x16/dbgnexti.png
-share/codeblocks/images/16x16/dbgpause.png
-share/codeblocks/images/16x16/dbgrun.png
-share/codeblocks/images/16x16/dbgrunto.png
-share/codeblocks/images/16x16/dbgstep.png
-share/codeblocks/images/16x16/dbgstepi.png
-share/codeblocks/images/16x16/dbgstepout.png
-share/codeblocks/images/16x16/dbgstop.png
-share/codeblocks/images/16x16/dbgwindow.png
-share/codeblocks/images/16x16/editcopy.png
-share/codeblocks/images/16x16/editcut.png
-share/codeblocks/images/16x16/editpaste.png
-share/codeblocks/images/16x16/exit.png
-share/codeblocks/images/16x16/fileclose.png
-share/codeblocks/images/16x16/filefind.png
-share/codeblocks/images/16x16/filefindnext.png
-share/codeblocks/images/16x16/filefindprev.png
-share/codeblocks/images/16x16/filenew.png
-share/codeblocks/images/16x16/fileopen.png
-share/codeblocks/images/16x16/fileprint.png
-share/codeblocks/images/16x16/filequickprint.png
-share/codeblocks/images/16x16/filesave.png
-share/codeblocks/images/16x16/filesaveall.png
-share/codeblocks/images/16x16/filesaveas.png
-share/codeblocks/images/16x16/findf.png
-share/codeblocks/images/16x16/folder.png
-share/codeblocks/images/16x16/folder_new.png
-share/codeblocks/images/16x16/folder_open.png
-share/codeblocks/images/16x16/folder_yel.png
-share/codeblocks/images/16x16/folder_yel_open.png
-share/codeblocks/images/16x16/goto.png
-share/codeblocks/images/16x16/history_clear.png
-share/codeblocks/images/16x16/idea.png
-share/codeblocks/images/16x16/info.png
-share/codeblocks/images/16x16/mark.png
-share/codeblocks/images/16x16/mark_clear.png
-share/codeblocks/images/16x16/mark_next.png
-share/codeblocks/images/16x16/mark_prev.png
-share/codeblocks/images/16x16/newproject.png
-share/codeblocks/images/16x16/next.png
-share/codeblocks/images/16x16/plug.png
-share/codeblocks/images/16x16/prev.png
-share/codeblocks/images/16x16/project-readonly.png
-share/codeblocks/images/16x16/project.png
-share/codeblocks/images/16x16/projectnew.png
-share/codeblocks/images/16x16/redo.png
-share/codeblocks/images/16x16/run.png
-share/codeblocks/images/16x16/searchreplace.png
-share/codeblocks/images/16x16/searchreplacef.png
-share/codeblocks/images/16x16/undo.png
-share/codeblocks/images/16x16/view_sidetree.png
-share/codeblocks/images/16x16/view_tree.png
-share/codeblocks/images/16x16/window_fullscreen.png
-share/codeblocks/images/16x16/workspace-readonly.png
-share/codeblocks/images/16x16/workspace.png
-share/codeblocks/images/ascii.png
share/codeblocks/images/closebutton.png
share/codeblocks/images/codeblocks.png
-share/codeblocks/images/codecompletion/class.png
-share/codeblocks/images/codecompletion/class_folder.png
-share/codeblocks/images/codecompletion/class_private.png
-share/codeblocks/images/codecompletion/class_protected.png
-share/codeblocks/images/codecompletion/class_public.png
-share/codeblocks/images/codecompletion/ctor_private.png
-share/codeblocks/images/codecompletion/ctor_protected.png
-share/codeblocks/images/codecompletion/ctor_public.png
-share/codeblocks/images/codecompletion/dtor_private.png
-share/codeblocks/images/codecompletion/dtor_protected.png
-share/codeblocks/images/codecompletion/dtor_public.png
-share/codeblocks/images/codecompletion/enum.png
-share/codeblocks/images/codecompletion/enum_private.png
-share/codeblocks/images/codecompletion/enum_protected.png
-share/codeblocks/images/codecompletion/enum_public.png
-share/codeblocks/images/codecompletion/enumerator.png
-share/codeblocks/images/codecompletion/enums_folder.png
-share/codeblocks/images/codecompletion/folder.png
-share/codeblocks/images/codecompletion/folder_blue.png
-share/codeblocks/images/codecompletion/folder_blue_open.png
-share/codeblocks/images/codecompletion/folder_green.png
-share/codeblocks/images/codecompletion/folder_green_open.png
-share/codeblocks/images/codecompletion/folder_open.png
-share/codeblocks/images/codecompletion/funcs_folder.png
-share/codeblocks/images/codecompletion/macro_def.png
-share/codeblocks/images/codecompletion/macro_def_folder.png
-share/codeblocks/images/codecompletion/macro_use.png
-share/codeblocks/images/codecompletion/macro_use_folder.png
-share/codeblocks/images/codecompletion/macro_use_private.png
-share/codeblocks/images/codecompletion/macro_use_protected.png
-share/codeblocks/images/codecompletion/macro_use_public.png
-share/codeblocks/images/codecompletion/method_private.png
-share/codeblocks/images/codecompletion/method_protected.png
-share/codeblocks/images/codecompletion/method_public.png
-share/codeblocks/images/codecompletion/namespace.png
-share/codeblocks/images/codecompletion/others_folder.png
-share/codeblocks/images/codecompletion/symbols_folder.png
-share/codeblocks/images/codecompletion/typedef.png
-share/codeblocks/images/codecompletion/typedef_private.png
-share/codeblocks/images/codecompletion/typedef_protected.png
-share/codeblocks/images/codecompletion/typedef_public.png
-share/codeblocks/images/codecompletion/typedefs_folder.png
-share/codeblocks/images/codecompletion/var_private.png
-share/codeblocks/images/codecompletion/var_protected.png
-share/codeblocks/images/codecompletion/var_public.png
-share/codeblocks/images/codecompletion/vars_folder.png
share/codeblocks/images/codesnippets/allsnippets.png
share/codeblocks/images/codesnippets/category.png
share/codeblocks/images/codesnippets/findf.png
@@ -493,59 +396,9 @@ share/codeblocks/images/codesnippets/sto
share/codeblocks/images/codesnippets/stopdisabled.png
share/codeblocks/images/compile.png
share/codeblocks/images/compilerun.png
-share/codeblocks/images/contents_16x16.png
-share/codeblocks/images/dbginfo.png
-share/codeblocks/images/dbgnext.png
-share/codeblocks/images/dbgnexti.png
-share/codeblocks/images/dbgpause.png
-share/codeblocks/images/dbgrun.png
-share/codeblocks/images/dbgrunto.png
-share/codeblocks/images/dbgstep.png
-share/codeblocks/images/dbgstepi.png
-share/codeblocks/images/dbgstepout.png
-share/codeblocks/images/dbgstop.png
-share/codeblocks/images/dbgwindow.png
-share/codeblocks/images/edit_16x16.png
-share/codeblocks/images/editcopy.png
-share/codeblocks/images/editcut.png
-share/codeblocks/images/editpaste.png
-share/codeblocks/images/file-missing.png
-share/codeblocks/images/file-modified.png
-share/codeblocks/images/file-readonly.png
-share/codeblocks/images/file.png
-share/codeblocks/images/filefind.png
-share/codeblocks/images/filenew.png
-share/codeblocks/images/fileopen.png
-share/codeblocks/images/fileprint.png
-share/codeblocks/images/filesave.png
-share/codeblocks/images/filesaveall.png
-share/codeblocks/images/filesaveas.png
-share/codeblocks/images/flag_16x16.png
share/codeblocks/images/folder.png
share/codeblocks/images/folder_new.png
-share/codeblocks/images/folder_open.png
-share/codeblocks/images/misc_16x16.png
-share/codeblocks/images/modified_file.png
-share/codeblocks/images/newproject.png
-share/codeblocks/images/project-readonly.png
-share/codeblocks/images/project.png
-share/codeblocks/images/rc-file-added.png
-share/codeblocks/images/rc-file-conflict.png
-share/codeblocks/images/rc-file-external.png
-share/codeblocks/images/rc-file-gotlock.png
-share/codeblocks/images/rc-file-lockstolen.png
-share/codeblocks/images/rc-file-mismatch.png
-share/codeblocks/images/rc-file-missing.png
-share/codeblocks/images/rc-file-modified.png
-share/codeblocks/images/rc-file-noncontrolled.png
-share/codeblocks/images/rc-file-outofdate.png
-share/codeblocks/images/rc-file-requireslock.png
-share/codeblocks/images/rc-file-uptodate.png
-share/codeblocks/images/readonly.png
share/codeblocks/images/rebuild.png
-share/codeblocks/images/redo.png
-share/codeblocks/images/run.png
-share/codeblocks/images/searchreplace.png
share/codeblocks/images/settings/abbrev-off.png
share/codeblocks/images/settings/abbrev.png
share/codeblocks/images/settings/astyle-plugin-off.png
@@ -609,10 +462,6 @@ share/codeblocks/images/splash_1005.png
share/codeblocks/images/splash_1211.png
share/codeblocks/images/splash_1312.png
share/codeblocks/images/stop.png
-share/codeblocks/images/undo.png
-share/codeblocks/images/vfolder_open.png
-share/codeblocks/images/workspace-readonly.png
-share/codeblocks/images/workspace.png
share/codeblocks/keybinder.zip
share/codeblocks/lexers/lexer_A68k.sample
share/codeblocks/lexers/lexer_A68k.xml
@@ -624,6 +473,8 @@ share/codeblocks/lexers/lexer_ada.sample
share/codeblocks/lexers/lexer_ada.xml
share/codeblocks/lexers/lexer_angelscript.sample
share/codeblocks/lexers/lexer_angelscript.xml
+share/codeblocks/lexers/lexer_autotools.sample
+share/codeblocks/lexers/lexer_autotools.xml
share/codeblocks/lexers/lexer_bash.sample
share/codeblocks/lexers/lexer_bash.xml
share/codeblocks/lexers/lexer_batch.sample
@@ -642,6 +493,8 @@ share/codeblocks/lexers/lexer_cpp.sample
share/codeblocks/lexers/lexer_cpp.xml
share/codeblocks/lexers/lexer_css.sample
share/codeblocks/lexers/lexer_css.xml
+share/codeblocks/lexers/lexer_cu.sample
+share/codeblocks/lexers/lexer_cu.xml
share/codeblocks/lexers/lexer_d.sample
share/codeblocks/lexers/lexer_d.xml
share/codeblocks/lexers/lexer_diff.sample
@@ -662,6 +515,8 @@ share/codeblocks/lexers/lexer_html.sampl
share/codeblocks/lexers/lexer_html.xml
share/codeblocks/lexers/lexer_ihex.sample
share/codeblocks/lexers/lexer_ihex.xml
+share/codeblocks/lexers/lexer_inno.sample
+share/codeblocks/lexers/lexer_inno.xml
share/codeblocks/lexers/lexer_java.sample
share/codeblocks/lexers/lexer_java.xml
share/codeblocks/lexers/lexer_javascript.sample
@@ -674,10 +529,14 @@ share/codeblocks/lexers/lexer_lua.sample
share/codeblocks/lexers/lexer_lua.xml
share/codeblocks/lexers/lexer_make.sample
share/codeblocks/lexers/lexer_make.xml
+share/codeblocks/lexers/lexer_markdown.sample
+share/codeblocks/lexers/lexer_markdown.xml
share/codeblocks/lexers/lexer_masm.sample
share/codeblocks/lexers/lexer_masm.xml
share/codeblocks/lexers/lexer_matlab.sample
share/codeblocks/lexers/lexer_matlab.xml
+share/codeblocks/lexers/lexer_nim.sample
+share/codeblocks/lexers/lexer_nim.xml
share/codeblocks/lexers/lexer_nsis.sample
share/codeblocks/lexers/lexer_nsis.xml
share/codeblocks/lexers/lexer_objc.sample
@@ -686,8 +545,11 @@ share/codeblocks/lexers/lexer_pascal.sam
share/codeblocks/lexers/lexer_pascal.xml
share/codeblocks/lexers/lexer_perl.sample
share/codeblocks/lexers/lexer_perl.xml
+share/codeblocks/lexers/lexer_plain.xml
share/codeblocks/lexers/lexer_postscript.sample
share/codeblocks/lexers/lexer_postscript.xml
+share/codeblocks/lexers/lexer_powershell.sample
+share/codeblocks/lexers/lexer_powershell.xml
share/codeblocks/lexers/lexer_prg.sample
share/codeblocks/lexers/lexer_prg.xml
share/codeblocks/lexers/lexer_properties.sample
@@ -719,6 +581,8 @@ share/codeblocks/lexers/lexer_vhdl.sampl
share/codeblocks/lexers/lexer_vhdl.xml
share/codeblocks/lexers/lexer_xml.sample
share/codeblocks/lexers/lexer_xml.xml
+share/codeblocks/lexers/lexer_yaml.sample
+share/codeblocks/lexers/lexer_yaml.xml
share/codeblocks/lib_finder.zip
share/codeblocks/lib_finder/codeblocks_sdk.xml
share/codeblocks/lib_finder/glfw.xml
@@ -730,12 +594,10 @@ share/codeblocks/projectsimporter.zip
share/codeblocks/resources.zip
share/codeblocks/scriptedwizard.zip
share/codeblocks/scripts/edit_startup_script.script
-share/codeblocks/scripts/gdb_types.script
share/codeblocks/scripts/make_dist.script
share/codeblocks/scripts/plugin_find_broken_files.script
share/codeblocks/scripts/sample_plugin.script
share/codeblocks/scripts/startup.script
-share/codeblocks/scripts/stl-views-1.0.3.gdb
share/codeblocks/scripts/tests/menu_test_plugin.script
share/codeblocks/scripts/tests/script_test_plugin.script
share/codeblocks/scripts/tests/test_base.script
@@ -774,6 +636,10 @@ share/codeblocks/templates/sdccapp.templ
share/codeblocks/templates/sdl-cb.bmp
share/codeblocks/templates/sdl-main.cpp
share/codeblocks/templates/sdl.png
+share/codeblocks/templates/sdl2-main.cpp
+share/codeblocks/templates/sdl2.png
+share/codeblocks/templates/sdl2app.cbp
+share/codeblocks/templates/sdl2app.template
share/codeblocks/templates/sdlapp.cbp
share/codeblocks/templates/sdlapp.template
share/codeblocks/templates/sfml-cb.bmp
@@ -787,6 +653,29 @@ share/codeblocks/templates/sharedlib.tem
share/codeblocks/templates/staticlib-sample.c
share/codeblocks/templates/staticlib.cbp
share/codeblocks/templates/staticlib.template
+share/codeblocks/templates/wizard/arduino/files/cores/CDC.cpp
+share/codeblocks/templates/wizard/arduino/files/cores/HID.cpp
+share/codeblocks/templates/wizard/arduino/files/cores/HardwareSerial.cpp
+share/codeblocks/templates/wizard/arduino/files/cores/IPAddress.cpp
+share/codeblocks/templates/wizard/arduino/files/cores/Print.cpp
+share/codeblocks/templates/wizard/arduino/files/cores/Stream.cpp
+share/codeblocks/templates/wizard/arduino/files/cores/Tone.cpp
+share/codeblocks/templates/wizard/arduino/files/cores/USBCore.cpp
+share/codeblocks/templates/wizard/arduino/files/cores/WInterrupts.c
+share/codeblocks/templates/wizard/arduino/files/cores/WMath.cpp
+share/codeblocks/templates/wizard/arduino/files/cores/WString.cpp
+share/codeblocks/templates/wizard/arduino/files/cores/libraries.cpp
+share/codeblocks/templates/wizard/arduino/files/cores/main.cpp
+share/codeblocks/templates/wizard/arduino/files/cores/new.cpp
+share/codeblocks/templates/wizard/arduino/files/cores/wiring.c
+share/codeblocks/templates/wizard/arduino/files/cores/wiring_analog.c
+share/codeblocks/templates/wizard/arduino/files/cores/wiring_digital.c
+share/codeblocks/templates/wizard/arduino/files/cores/wiring_pulse.c
+share/codeblocks/templates/wizard/arduino/files/cores/wiring_shift.c
+share/codeblocks/templates/wizard/arduino/files/sketch.cpp
+share/codeblocks/templates/wizard/arduino/logo.png
+share/codeblocks/templates/wizard/arduino/wizard.png
+share/codeblocks/templates/wizard/arduino/wizard.script
share/codeblocks/templates/wizard/arm/files/ARM-eval7t/h/evaluator7t.h
share/codeblocks/templates/wizard/arm/files/ARM-eval7t/ld/target.ld
share/codeblocks/templates/wizard/arm/files/ARM-eval7t/src/main.c
@@ -866,6 +755,9 @@ share/codeblocks/templates/wizard/d/cons
share/codeblocks/templates/wizard/d/logo.png
share/codeblocks/templates/wizard/d/wizard.png
share/codeblocks/templates/wizard/d/wizard.script
+share/codeblocks/templates/wizard/d_source/logo.png
+share/codeblocks/templates/wizard/d_source/wizard.png
+share/codeblocks/templates/wizard/d_source/wizard.script
share/codeblocks/templates/wizard/directx/dx8/main.cpp
share/codeblocks/templates/wizard/directx/dx9/main.cpp
share/codeblocks/templates/wizard/directx/logo.png
@@ -889,18 +781,18 @@ share/codeblocks/templates/wizard/fltk/f
share/codeblocks/templates/wizard/fltk/logo.png
share/codeblocks/templates/wizard/fltk/wizard.png
share/codeblocks/templates/wizard/fltk/wizard.script
-share/codeblocks/templates/wizard/fortran/app/files/main.f95
+share/codeblocks/templates/wizard/fortran/app/files/main.f90
share/codeblocks/templates/wizard/fortran/app/logo.png
share/codeblocks/templates/wizard/fortran/app/wizard.png
share/codeblocks/templates/wizard/fortran/app/wizard.script
-share/codeblocks/templates/wizard/fortran/dll/files/main.f95
+share/codeblocks/templates/wizard/fortran/dll/files/main.f90
share/codeblocks/templates/wizard/fortran/dll/logo.png
share/codeblocks/templates/wizard/fortran/dll/wizard.png
share/codeblocks/templates/wizard/fortran/dll/wizard.script
share/codeblocks/templates/wizard/fortran/file/logo.png
share/codeblocks/templates/wizard/fortran/file/wizard.png
share/codeblocks/templates/wizard/fortran/file/wizard.script
-share/codeblocks/templates/wizard/fortran/lib/files/main.f95
+share/codeblocks/templates/wizard/fortran/lib/files/main.f90
share/codeblocks/templates/wizard/fortran/lib/logo.png
share/codeblocks/templates/wizard/fortran/lib/wizard.png
share/codeblocks/templates/wizard/fortran/lib/wizard.script
@@ -923,6 +815,13 @@ share/codeblocks/templates/wizard/irrlic
share/codeblocks/templates/wizard/irrlicht/logo.png
share/codeblocks/templates/wizard/irrlicht/wizard.png
share/codeblocks/templates/wizard/irrlicht/wizard.script
+share/codeblocks/templates/wizard/java/file/logo.png
+share/codeblocks/templates/wizard/java/file/wizard.png
+share/codeblocks/templates/wizard/java/file/wizard.script
+share/codeblocks/templates/wizard/java/files/Main.java
+share/codeblocks/templates/wizard/java/logo.png
+share/codeblocks/templates/wizard/java/wizard.png
+share/codeblocks/templates/wizard/java/wizard.script
share/codeblocks/templates/wizard/lf/files/quick/main.cpp
share/codeblocks/templates/wizard/lf/files/structured/CMain.cpp
share/codeblocks/templates/wizard/lf/files/structured/CMain.h
@@ -931,9 +830,9 @@ share/codeblocks/templates/wizard/lf/log
share/codeblocks/templates/wizard/lf/wizard.png
share/codeblocks/templates/wizard/lf/wizard.script
share/codeblocks/templates/wizard/lf/wizard.xrc
-share/codeblocks/templates/wizard/matlab_csf/files/lccstub.c
share/codeblocks/templates/wizard/matlab_csf/files/mexversion.rc
share/codeblocks/templates/wizard/matlab_csf/files/sfuntmpl.c
+share/codeblocks/templates/wizard/matlab_csf/lccstub/lccstub.c
share/codeblocks/templates/wizard/matlab_csf/logo.png
share/codeblocks/templates/wizard/matlab_csf/wizard.png
share/codeblocks/templates/wizard/matlab_csf/wizard.script
@@ -943,11 +842,16 @@ share/codeblocks/templates/wizard/mcs51/
share/codeblocks/templates/wizard/mcs51/wizard.png
share/codeblocks/templates/wizard/mcs51/wizard.script
share/codeblocks/templates/wizard/mcs51/wizard.xrc
+share/codeblocks/templates/wizard/msp430/files/main.c
+share/codeblocks/templates/wizard/msp430/logo.png
+share/codeblocks/templates/wizard/msp430/wizard.png
+share/codeblocks/templates/wizard/msp430/wizard.script
+share/codeblocks/templates/wizard/msp430/wizard.xrc
share/codeblocks/templates/wizard/ogre/files/main.cpp
share/codeblocks/templates/wizard/ogre/logo.png
share/codeblocks/templates/wizard/ogre/wizard.png
share/codeblocks/templates/wizard/ogre/wizard.script
-share/codeblocks/templates/wizard/opencv/files/lena.jpg
+share/codeblocks/templates/wizard/opencv/files/arnold_schwarzenegger.jpg
share/codeblocks/templates/wizard/opencv/files/main.cpp
share/codeblocks/templates/wizard/opencv/logo.png
share/codeblocks/templates/wizard/opencv/wizard.png
@@ -987,11 +891,23 @@ share/codeblocks/templates/wizard/qt4/fi
share/codeblocks/templates/wizard/qt4/logo.png
share/codeblocks/templates/wizard/qt4/wizard.png
share/codeblocks/templates/wizard/qt4/wizard.script
+share/codeblocks/templates/wizard/qt4dll/files/main.cpp
+share/codeblocks/templates/wizard/qt4dll/logo.png
+share/codeblocks/templates/wizard/qt4dll/wizard.png
+share/codeblocks/templates/wizard/qt4dll/wizard.script
+share/codeblocks/templates/wizard/qt5/files/main.cpp
+share/codeblocks/templates/wizard/qt5/logo.png
+share/codeblocks/templates/wizard/qt5/wizard.png
+share/codeblocks/templates/wizard/qt5/wizard.script
share/codeblocks/templates/wizard/sdl/files/cb.bmp
share/codeblocks/templates/wizard/sdl/files/main.cpp
share/codeblocks/templates/wizard/sdl/logo.png
share/codeblocks/templates/wizard/sdl/wizard.png
share/codeblocks/templates/wizard/sdl/wizard.script
+share/codeblocks/templates/wizard/sdl2/files/main.cpp
+share/codeblocks/templates/wizard/sdl2/logo.png
+share/codeblocks/templates/wizard/sdl2/wizard.png
+share/codeblocks/templates/wizard/sdl2/wizard.script
share/codeblocks/templates/wizard/sfml/logo.png
share/codeblocks/templates/wizard/sfml/sfml1/cb.bmp
share/codeblocks/templates/wizard/sfml/sfml1/main.cpp
Index: pkgsrc/editors/codeblocks/distinfo
diff -u pkgsrc/editors/codeblocks/distinfo:1.4 pkgsrc/editors/codeblocks/distinfo:1.5
--- pkgsrc/editors/codeblocks/distinfo:1.4 Fri May 22 01:18:14 2020
+++ pkgsrc/editors/codeblocks/distinfo Sun Jun 14 13:22:58 2020
@@ -1,16 +1,7 @@
-$NetBSD: distinfo,v 1.4 2020/05/22 01:18:14 joerg Exp $
+$NetBSD: distinfo,v 1.5 2020/06/14 13:22:58 ryoon Exp $
-SHA1 (codeblocks_16.01.tar.gz) = 70aabe8a948dbaa919eb4b87bc74a600e0d93516
-RMD160 (codeblocks_16.01.tar.gz) = e98b034eb8d6cf52a89312f2d5eaa10b17f1355e
-SHA512 (codeblocks_16.01.tar.gz) = 496ff2dbcf9a8248fa9f1060d50567d1fc6480cc9d8fc9f7d2cd532c82f4344deafe9b43f2b17d2510c74851e21acf2ca90d5cc7b61237d69a17e78e9907a63a
-Size (codeblocks_16.01.tar.gz) = 20250097 bytes
-SHA1 (patch-configure) = c746e3b0f4f5ca2b8d5d215e4510c1996205338b
-SHA1 (patch-src_include_scripting_sqplus_sqplus.h) = 92385bb49c86d113d635a9540bd2013294f60ee1
-SHA1 (patch-src_plugins_contrib_wxContribItems_wxchart_configure) = 57f52bac348192b1dbfa63b012a48ed259e5933d
-SHA1 (patch-src_plugins_contrib_wxContribItems_wxthings_configure) = 645d331fc86c872e522ed56fc0764e2a2a77c3c2
-SHA1 (patch-src_plugins_scriptedwizard_resources_opencv_wizard.script) = ec8514c3e816a882104221e5bfb32a6a2937030d
-SHA1 (patch-src_sdk_scripting_squirrel_sqbaselib.cpp) = 6d5bf9f9272ca6d75052e79f65953cb6894d0d6b
-SHA1 (patch-src_sdk_scripting_squirrel_sqvm.cpp) = 7e872890205637d381f0cba9b5ced1695e1e9dc4
-SHA1 (patch-src_sdk_wxpropgrid_configure) = fc842f5964e7a213907d93b81ef35a3f1a4edf19
-SHA1 (patch-src_src_appglobals.cpp) = cb561786251fe14ed777105f207635c219f8634b
+SHA1 (codeblocks-20.03.tar.xz) = d75b2d8820de369be1b574c433a7a6dde7e8b218
+RMD160 (codeblocks-20.03.tar.xz) = 2b4a2136cc34b1d27a8c7bdb3747f87904648cab
+SHA512 (codeblocks-20.03.tar.xz) = f97c1a02d31f0be4dc08b1f19b57bd0d3cba375ab5f33ab91b2a2df7817018f5b3e3063ed07199a3970644f1caa7c7e511db2034c73264f5f4963046d65b0097
+Size (codeblocks-20.03.tar.xz) = 11799264 bytes
SHA1 (patch-src_src_prefix.cpp) = 941fe61e81427990ed45b414a0bf98ceb40557cc
Home |
Main Index |
Thread Index |
Old Index