On Fri, Jan 29, 2016 at 08:28:31AM -0500, Josh Grosse wrote:
> Update to 16.01. Builds and runs on amd64, with ongoing testing in progress.
> 
> Significant app changes: 6 years of development in $WRKSRC/ChangeLog
> 
> Significant port changes: 
> 
>   * wxmathplot library added
>   * new dependency on devel/libtool for libtoolize and automake pre-patch
>   * assigning maintainership
>   * parallel build permitted

Thanks, I'll take care of it.

> 
> Index: Makefile
> ===================================================================
> RCS file: /systems/cvs/ports/devel/codeblocks/Makefile,v
> retrieving revision 1.29
> diff -u -p -r1.29 Makefile
> --- Makefile  28 May 2015 10:17:23 -0000      1.29
> +++ Makefile  29 Jan 2016 13:06:31 -0000
> @@ -4,13 +4,11 @@ SHARED_ONLY=        Yes
>  BROKEN-alpha=        sqvm.cpp:394:1: internal compiler error: Segmentation 
> fault
>  COMMENT=     Code::Blocks C/C++ IDE
>  
> -V=           13.12
> -P=           1
> -DISTNAME=    codeblocks_${V}-${P}
> +V=           16.01
> +DISTNAME=    codeblocks_${V}
>  PKGNAME=     codeblocks-${V}
> -REVISION=    2
>  
> -WRKDIST=     ${WRKDIR}/codeblocks-${V}
> +WRKDIST=     ${WRKDIR}/codeblocks-${V}.release
>  
>  SHARED_LIBS +=  codeblocks           0.1      # 0.1
>  SHARED_LIBS +=  wxchartctrl          0.1      # 0.1
> @@ -22,9 +20,15 @@ SHARED_LIBS +=  wxkwic               0.1
>  SHARED_LIBS +=  wxtreelist           0.1      # 0.1
>  SHARED_LIBS +=  wxled                0.1      # 0.1
>  SHARED_LIBS +=  wxsmithlib           0.1      # 0.1
> +SHARED_LIBS +=  wxmathplot           0.1      # 0.1
>  
>  CATEGORIES=  devel x11
> +DPB_PROPERTIES= parallel
>  
> +AUTOCONF_VERSION=    2.69
> +AUTOMAKE_VERSION=    1.15
> +
> +MAINTAINER=  Josh Grosse <[email protected]>
>  HOMEPAGE=    http://www.codeblocks.org/
>  
>  # GPLv3
> @@ -47,7 +51,8 @@ MASTER_SITES=       ${MASTER_SITE_SOURCEFORGE:
>  MODULES=     devel/gettext
>  
>  BUILD_DEPENDS=       archivers/zip \
> -             devel/boost
> +             devel/boost \
> +             devel/libtool
>  
>  LIB_DEPENDS= archivers/bzip2 \
>               sysutils/gamin \
> @@ -68,6 +73,12 @@ CONFIGURE_ENV=     CPPFLAGS="-I${X11BASE}/in
>               LDFLAGS="-L${LOCALBASE}/lib"
>  CONFIGURE_ARGS=      ${CONFIGURE_SHARED} \
>               --with-contrib-plugins=all
> +pre-patch: 
> +     cd ${WRKSRC}; \
> +     env \
> +     AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
> +     AUTOCONF_VERSION=${AUTOCONF_VERSION} \
> +     ${WRKSRC}/bootstrap
>  
>  pre-configure:
>       ${SUBST_CMD} ${WRKSRC}/src/plugins/compilergcc/compilergcc.cpp
> Index: distinfo
> ===================================================================
> RCS file: /systems/cvs/ports/devel/codeblocks/distinfo,v
> retrieving revision 1.4
> diff -u -p -r1.4 distinfo
> --- distinfo  11 Sep 2014 14:02:55 -0000      1.4
> +++ distinfo  29 Jan 2016 05:17:34 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (codeblocks_13.12-1.tar.gz) = 
> dyRQBG6Mi6LqAIas9DOka4PmJU+uZN+cjKEyoi+UlhA=
> -SIZE (codeblocks_13.12-1.tar.gz) = 17221056
> +SHA256 (codeblocks_16.01.tar.gz) = 
> MPudIG30qzwuL+wkUaCnyXI7/tmmc8yb5x6IHFKdWgM=
> +SIZE (codeblocks_16.01.tar.gz) = 20250097
> Index: patches/patch-configure
> ===================================================================
> RCS file: /systems/cvs/ports/devel/codeblocks/patches/patch-configure,v
> retrieving revision 1.4
> diff -u -p -r1.4 patch-configure
> --- patches/patch-configure   11 Sep 2014 14:02:55 -0000      1.4
> +++ patches/patch-configure   29 Jan 2016 05:27:51 -0000
> @@ -2,19 +2,21 @@ $OpenBSD: patch-configure,v 1.4 2014/09/
>  
>  undefined reference to `free'
>  
> ---- configure.orig   Thu Sep 11 10:49:28 2014
> -+++ configure        Thu Sep 11 10:49:40 2014
> -@@ -11932,13 +11932,11 @@ fi
> -     if test "x$enable_debug" = "xyes"; then
> -         CFLAGS="-g -DDEBUG -DCB_AUTOCONF $CFLAGS"
> -         CXXFLAGS="-g -DDEBUG -DCB_AUTOCONF $CXXFLAGS"
> --        LDFLAGS="-Wl,--no-undefined"
> -         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
> - $as_echo "yes" >&6; }
> -     else
> -         CFLAGS="-O2 -ffast-math -DCB_AUTOCONF $CFLAGS"
> -         CXXFLAGS="-O2 -ffast-math -DCB_AUTOCONF $CXXFLAGS"
> --        LDFLAGS="-Wl,--no-undefined"
> -         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
> - $as_echo "no" >&6; }
> -     fi
> +--- configure.orig   Sat Jan 23 11:48:18 2016
> ++++ configure        Fri Jan 29 00:21:58 2016
> +@@ -16670,7 +16670,6 @@ if ${ax_cv_check_ldflags___Wl___no_undefined+:} 
> false;
> + else
> + 
> +   ax_check_save_flags=$LDFLAGS
> +-  LDFLAGS="$LDFLAGS  -Wl,--no-undefined"
> +   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
> + /* end confdefs.h.  */
> + 
> +@@ -16694,7 +16693,6 @@ fi
> + { $as_echo "$as_me:${as_lineno-$LINENO}: result: 
> $ax_cv_check_ldflags___Wl___no_undefined" >&5
> + $as_echo "$ax_cv_check_ldflags___Wl___no_undefined" >&6; }
> + if test "x$ax_cv_check_ldflags___Wl___no_undefined" = xyes; then :
> +-  LDFLAGS="-Wl,--no-undefined $LDFLAGS"
> + else
> +   :
> + fi
> Index: patches/patch-src_base_tinyxml_Makefile_in
> ===================================================================
> RCS file: 
> /systems/cvs/ports/devel/codeblocks/patches/patch-src_base_tinyxml_Makefile_in,v
> retrieving revision 1.2
> diff -u -p -r1.2 patch-src_base_tinyxml_Makefile_in
> --- patches/patch-src_base_tinyxml_Makefile_in        11 Sep 2014 14:02:55 
> -0000      1.2
> +++ patches/patch-src_base_tinyxml_Makefile_in        29 Jan 2016 05:27:51 
> -0000
> @@ -3,9 +3,9 @@ $OpenBSD: patch-src_base_tinyxml_Makefil
>  Fix build when tinyxml is installed.
>  (tinyxml is bundled within codeblocks, so prefer the bundled includes)
>  
> ---- src/base/tinyxml/Makefile.in.orig        Wed Dec 25 22:56:12 2013
> -+++ src/base/tinyxml/Makefile.in     Thu Sep 11 10:33:25 2014
> -@@ -309,10 +309,10 @@ target_vendor = @target_vendor@
> +--- src/base/tinyxml/Makefile.in.orig        Sat Jan 23 11:47:57 2016
> ++++ src/base/tinyxml/Makefile.in     Fri Jan 29 00:21:58 2016
> +@@ -388,10 +388,10 @@ target_vendor = @target_vendor@
>   top_build_prefix = @top_build_prefix@
>   top_builddir = @top_builddir@
>   top_srcdir = @top_srcdir@
> Index: patches/patch-src_plugins_compilergcc_compilergcc_cpp
> ===================================================================
> RCS file: 
> /systems/cvs/ports/devel/codeblocks/patches/patch-src_plugins_compilergcc_compilergcc_cpp,v
> retrieving revision 1.3
> diff -u -p -r1.3 patch-src_plugins_compilergcc_compilergcc_cpp
> --- patches/patch-src_plugins_compilergcc_compilergcc_cpp     11 Sep 2014 
> 14:02:55 -0000      1.3
> +++ patches/patch-src_plugins_compilergcc_compilergcc_cpp     29 Jan 2016 
> 05:28:19 -0000
> @@ -2,8 +2,8 @@ $OpenBSD: patch-src_plugins_compilergcc_
>  
>  Always use cb_console_runner from installed PREFIX.
>  
> ---- src/plugins/compilergcc/compilergcc.cpp.orig     Sun Dec  8 16:00:22 2013
> -+++ src/plugins/compilergcc/compilergcc.cpp  Thu Sep 11 10:28:18 2014
> +--- src/plugins/compilergcc/compilergcc.cpp.orig     Sat Jan 23 11:43:05 2016
> ++++ src/plugins/compilergcc/compilergcc.cpp  Fri Jan 29 00:27:33 2016
>  @@ -159,7 +159,7 @@ namespace
>   {
>       PluginRegistrant<CompilerGCC> reg(_T("Compiler"));
> @@ -13,26 +13,26 @@ Always use cb_console_runner from instal
>       static const wxString strSLASH(_T("/"));
>       static const wxString strSPACE(_T(" "));
>       static const wxString strQUOTE(platform::windows ? _T("\"") : _T("'"));
> -@@ -1720,8 +1720,7 @@ int CompilerGCC::RunSingleFile(const wxString& filenam
> -     }
> -     wxString baseDir = ConfigManager::GetExecutableFolder();
> +@@ -1723,8 +1723,7 @@ int CompilerGCC::RunSingleFile(const wxString& filenam
>   
> --    if (wxFileExists(baseDir + strSLASH + strCONSOLE_RUNNER))
> --        cmd << baseDir << strSLASH << strCONSOLE_RUNNER << strSPACE;
> -+    cmd << strCONSOLE_RUNNER << strSPACE;
> +     wxString baseDir = ConfigManager::GetExecutableFolder();
> +     wxString crunnStr = strQUOTE + baseDir + strSLASH + strCONSOLE_RUNNER + 
> strQUOTE;
> +-    if ( wxFileExists(baseDir + strSLASH + strCONSOLE_RUNNER) )
> +-        command << crunnStr << strSPACE;
> ++        command << strCONSOLE_RUNNER << strSPACE;
>   
> -     if (!cmd.Replace(_T("$SCRIPT"), exe_filename))
> -         // if they didn't specify $SCRIPT, append:
> -@@ -1836,7 +1835,7 @@ int CompilerGCC::Run(ProjectBuildTarget* target)
> -                         : EscapeSpaces(m_CdRun);
> +     if (!command.Replace(_T("$SCRIPT"), exe_filename))
> +         command << strQUOTE << exe_filename << strQUOTE; // if they didn't 
> specify $SCRIPT, append:
> +@@ -1838,7 +1837,7 @@ int CompilerGCC::Run(ProjectBuildTarget* target)
> +                     : EscapeSpaces(m_CdRun);
>       wxString crunnStr = platform::windows
> -                         ? strQUOTE + baseDir + strSLASH + strCONSOLE_RUNNER 
> + strQUOTE
> --                        : EscapeSpaces(baseDir + strSLASH + 
> strCONSOLE_RUNNER);
> -+                        : EscapeSpaces(strCONSOLE_RUNNER);
> +                       ? strQUOTE + baseDir + strSLASH + strCONSOLE_RUNNER + 
> strQUOTE
> +-                      : EscapeSpaces(baseDir + strSLASH + 
> strCONSOLE_RUNNER);
> ++                      : EscapeSpaces(strCONSOLE_RUNNER);
>       wxString hostapStr = platform::windows
> -                         ? strQUOTE + target->GetHostApplication() + strQUOTE
> -                         : EscapeSpaces(target->GetHostApplication());
> -@@ -1874,8 +1873,6 @@ int CompilerGCC::Run(ProjectBuildTarget* target)
> +                        ? strQUOTE + target->GetHostApplication() + strQUOTE
> +                        : EscapeSpaces(target->GetHostApplication());
> +@@ -1876,8 +1875,6 @@ int CompilerGCC::Run(ProjectBuildTarget* target)
>   
>           if (target->GetUseConsoleRunner())
>           {
> @@ -41,7 +41,7 @@ Always use cb_console_runner from instal
>                   command << crunnStr << strSPACE;
>   
>                   if (!platform::windows)
> -@@ -1887,7 +1884,6 @@ int CompilerGCC::Run(ProjectBuildTarget* target)
> +@@ -1889,7 +1886,6 @@ int CompilerGCC::Run(ProjectBuildTarget* target)
>                       QuoteStringIfNeeded(strLinkerPath);
>                       command << strLinkerPath << strSPACE;
>                   }
> Index: pkg/PLIST
> ===================================================================
> RCS file: /systems/cvs/ports/devel/codeblocks/pkg/PLIST,v
> retrieving revision 1.8
> diff -u -p -r1.8 PLIST
> --- pkg/PLIST 11 Sep 2014 14:02:55 -0000      1.8
> +++ pkg/PLIST 29 Jan 2016 13:21:53 -0000
> @@ -2,8 +2,8 @@
>  @bin bin/cb_console_runner
>  @bin bin/cb_share_config
>  @bin bin/codeblocks
> -@bin bin/codesnippets
>  include/codeblocks/
> +include/codeblocks/Alignment.h
>  include/codeblocks/Assertions.h
>  include/codeblocks/Attributes.h
>  include/codeblocks/CharDistribution.h
> @@ -12,7 +12,7 @@ include/codeblocks/ErrorList.h
>  include/codeblocks/JpCntx.h
>  include/codeblocks/Likely.h
>  include/codeblocks/NullPtr.h
> -include/codeblocks/StandardInteger.h
> +include/codeblocks/TypedEnum.h
>  include/codeblocks/Types.h
>  include/codeblocks/Util.h
>  include/codeblocks/annoyingdialog.h
> @@ -36,6 +36,7 @@ include/codeblocks/cbthreadpool.h
>  include/codeblocks/cbtool.h
>  include/codeblocks/cbtreectrl.h
>  include/codeblocks/cbworkspace.h
> +include/codeblocks/ccmanager.h
>  include/codeblocks/compileoptionsbase.h
>  include/codeblocks/compiler.h
>  include/codeblocks/compilercommandgenerator.h
> @@ -51,7 +52,6 @@ include/codeblocks/debuggermanager.h
>  include/codeblocks/editarrayfiledlg.h
>  include/codeblocks/editarrayorderdlg.h
>  include/codeblocks/editarraystringdlg.h
> -include/codeblocks/editkeywordsdlg.h
>  include/codeblocks/editor_hooks.h
>  include/codeblocks/editorbase.h
>  include/codeblocks/editorcolourset.h
> @@ -121,7 +121,6 @@ include/codeblocks/prep.h
>  include/codeblocks/printing_types.h
>  include/codeblocks/prmem.h
>  include/codeblocks/projectbuildtarget.h
> -include/codeblocks/projectdepsdlg.h
>  include/codeblocks/projectfile.h
>  include/codeblocks/projectfileoptionsdlg.h
>  include/codeblocks/projectlayoutloader.h
> @@ -169,7 +168,6 @@ include/codeblocks/tinyxml/tinywxuni.h
>  include/codeblocks/tinyxml/tinyxml.h
>  include/codeblocks/toolsmanager.h
>  include/codeblocks/uservarmanager.h
> -include/codeblocks/virtualbuildtargetsdlg.h
>  include/codeblocks/workspaceloader.h
>  include/codeblocks/wxContribItems/
>  include/codeblocks/wxContribItems/KWIC/
> @@ -206,6 +204,8 @@ include/codeblocks/wxContribItems/wxImag
>  include/codeblocks/wxContribItems/wxImagePanel/include/
>  include/codeblocks/wxContribItems/wxImagePanel/include/wx/
>  include/codeblocks/wxContribItems/wxImagePanel/include/wx/wxImagePanel.h
> +include/codeblocks/wxContribItems/wxMathPlot/
> +include/codeblocks/wxContribItems/wxMathPlot/mathplot.h
>  include/codeblocks/wxContribItems/wxSpeedButton/
>  include/codeblocks/wxContribItems/wxSpeedButton/wxSpeedButton.h
>  include/codeblocks/wxContribItems/wxTreeList/
> @@ -398,6 +398,7 @@ lib/codeblocks/plugins/libIncrementalSea
>  lib/codeblocks/plugins/libMouseSap.so
>  lib/codeblocks/plugins/libNassiShneiderman.so
>  lib/codeblocks/plugins/libProfiler.so
> +lib/codeblocks/plugins/libProjectOptionsManipulator.so
>  lib/codeblocks/plugins/libRegExTestbed.so
>  lib/codeblocks/plugins/libReopenEditor.so
>  lib/codeblocks/plugins/libSmartIndentCpp.so
> @@ -459,6 +460,9 @@ lib/codeblocks/wxContribItems/libwxkwic.
>  lib/codeblocks/wxContribItems/libwxled.a
>  lib/codeblocks/wxContribItems/libwxled.la
>  @lib lib/codeblocks/wxContribItems/libwxled.so.${LIBwxled_VERSION}
> +lib/codeblocks/wxContribItems/libwxmathplot.a
> +lib/codeblocks/wxContribItems/libwxmathplot.la
> +@lib lib/codeblocks/wxContribItems/libwxmathplot.so.${LIBwxmathplot_VERSION}
>  lib/codeblocks/wxContribItems/libwxspeedbutton.a
>  lib/codeblocks/wxContribItems/libwxspeedbutton.la
>  @lib 
> lib/codeblocks/wxContribItems/libwxspeedbutton.so.${LIBwxspeedbutton_VERSION}
> @@ -478,6 +482,7 @@ lib/pkgconfig/cb_wxcustombutton.pc
>  lib/pkgconfig/cb_wxflatnotebook.pc
>  lib/pkgconfig/cb_wximagepanel.pc
>  lib/pkgconfig/cb_wxled.pc
> +lib/pkgconfig/cb_wxmathplot.pc
>  lib/pkgconfig/cb_wxspeedbutton.pc
>  lib/pkgconfig/cb_wxtreelist.pc
>  lib/pkgconfig/codeblocks.pc
> @@ -504,6 +509,7 @@ share/codeblocks/IncrementalSearch.zip
>  share/codeblocks/MouseSap.zip
>  share/codeblocks/NassiShneiderman.zip
>  share/codeblocks/Profiler.zip
> +share/codeblocks/ProjectOptionsManipulator.zip
>  share/codeblocks/RegExTestbed.zip
>  share/codeblocks/ReopenEditor.zip
>  share/codeblocks/SmartIndentCpp.zip
> @@ -526,6 +532,7 @@ share/codeblocks/SpellChecker/en_GB.png
>  share/codeblocks/SpellChecker/en_NZ.png
>  share/codeblocks/SpellChecker/en_US.png
>  share/codeblocks/SpellChecker/fr_FR.png
> +share/codeblocks/SpellChecker/ru_RU.png
>  share/codeblocks/SymTab.zip
>  share/codeblocks/ThreadSearch.zip
>  share/codeblocks/ToolsPlus.zip
> @@ -543,10 +550,13 @@ share/codeblocks/compiler.zip
>  share/codeblocks/compilers/
>  share/codeblocks/compilers/compiler_avr-gcc.xml
>  share/codeblocks/compilers/compiler_bcc.xml
> +share/codeblocks/compilers/compiler_bfin-elf-gcc.xml
>  share/codeblocks/compilers/compiler_clang.xml
>  share/codeblocks/compilers/compiler_dmc.xml
>  share/codeblocks/compilers/compiler_dmd.xml
>  share/codeblocks/compilers/compiler_ldc.xml
> +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_null.xml
>  share/codeblocks/compilers/compiler_pgifortran.xml
> @@ -554,9 +564,11 @@ share/codeblocks/compilers/compiler_ppc-
>  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_arm-elf-gcc.xml
>  share/codeblocks/compilers/options_avr-gcc.xml
>  share/codeblocks/compilers/options_bcc.xml
> +share/codeblocks/compilers/options_bfin-elf-gcc.xml
>  share/codeblocks/compilers/options_clang.xml
>  share/codeblocks/compilers/options_common_architecture.xml
>  share/codeblocks/compilers/options_common_cmds.xml
> @@ -585,6 +597,8 @@ share/codeblocks/compilers/options_keilc
>  share/codeblocks/compilers/options_keilcx51.xml
>  share/codeblocks/compilers/options_lcc.xml
>  share/codeblocks/compilers/options_ldc.xml
> +share/codeblocks/compilers/options_lm32-gcc.xml
> +share/codeblocks/compilers/options_lm8-gcc.xml
>  share/codeblocks/compilers/options_msp430-gcc.xml
>  share/codeblocks/compilers/options_msvc10.xml
>  share/codeblocks/compilers/options_msvc8.xml
> @@ -596,6 +610,7 @@ share/codeblocks/compilers/options_ppc-g
>  share/codeblocks/compilers/options_sdcc.xml
>  share/codeblocks/compilers/options_tcc.xml
>  share/codeblocks/compilers/options_tricore-gcc.xml
> +share/codeblocks/compilers/options_zpu-gcc.xml
>  share/codeblocks/copystrings.zip
>  share/codeblocks/debugger.zip
>  share/codeblocks/defaultmimehandler.zip
> @@ -828,18 +843,18 @@ share/codeblocks/images/codecompletion/f
>  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.png
> -share/codeblocks/images/codecompletion/macro_folder.png
> -share/codeblocks/images/codecompletion/macro_private.png
> -share/codeblocks/images/codecompletion/macro_protected.png
> -share/codeblocks/images/codecompletion/macro_public.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/preproc.png
> -share/codeblocks/images/codecompletion/preproc_folder.png
>  share/codeblocks/images/codecompletion/symbols_folder.png
>  share/codeblocks/images/codecompletion/typedef.png
>  share/codeblocks/images/codecompletion/typedef_private.png
> @@ -910,6 +925,7 @@ share/codeblocks/images/rc-file-noncontr
>  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
> @@ -1215,6 +1231,7 @@ share/codeblocks/lexers/lexer_bash.sampl
>  share/codeblocks/lexers/lexer_bash.xml
>  share/codeblocks/lexers/lexer_batch.sample
>  share/codeblocks/lexers/lexer_batch.xml
> +share/codeblocks/lexers/lexer_bibtex.sample
>  share/codeblocks/lexers/lexer_bibtex.xml
>  share/codeblocks/lexers/lexer_caml.sample
>  share/codeblocks/lexers/lexer_caml.xml
> @@ -1222,6 +1239,8 @@ share/codeblocks/lexers/lexer_cg.sample
>  share/codeblocks/lexers/lexer_cg.xml
>  share/codeblocks/lexers/lexer_cmake.sample
>  share/codeblocks/lexers/lexer_cmake.xml
> +share/codeblocks/lexers/lexer_coffee.sample
> +share/codeblocks/lexers/lexer_coffee.xml
>  share/codeblocks/lexers/lexer_cpp.sample
>  share/codeblocks/lexers/lexer_cpp.xml
>  share/codeblocks/lexers/lexer_css.sample
> @@ -1244,8 +1263,12 @@ share/codeblocks/lexers/lexer_hitasm.sam
>  share/codeblocks/lexers/lexer_hitasm.xml
>  share/codeblocks/lexers/lexer_html.sample
>  share/codeblocks/lexers/lexer_html.xml
> +share/codeblocks/lexers/lexer_ihex.sample
> +share/codeblocks/lexers/lexer_ihex.xml
>  share/codeblocks/lexers/lexer_java.sample
>  share/codeblocks/lexers/lexer_java.xml
> +share/codeblocks/lexers/lexer_javascript.sample
> +share/codeblocks/lexers/lexer_javascript.xml
>  share/codeblocks/lexers/lexer_latex.sample
>  share/codeblocks/lexers/lexer_latex.xml
>  share/codeblocks/lexers/lexer_lisp.sample
> @@ -1272,10 +1295,13 @@ share/codeblocks/lexers/lexer_prg.sample
>  share/codeblocks/lexers/lexer_prg.xml
>  share/codeblocks/lexers/lexer_properties.sample
>  share/codeblocks/lexers/lexer_properties.xml
> +share/codeblocks/lexers/lexer_proto.xml
>  share/codeblocks/lexers/lexer_python.sample
>  share/codeblocks/lexers/lexer_python.xml
>  share/codeblocks/lexers/lexer_rc.sample
>  share/codeblocks/lexers/lexer_rc.xml
> +share/codeblocks/lexers/lexer_registry.sample
> +share/codeblocks/lexers/lexer_registry.xml
>  share/codeblocks/lexers/lexer_ruby.sample
>  share/codeblocks/lexers/lexer_ruby.xml
>  share/codeblocks/lexers/lexer_smalltalk.sample
> @@ -1284,6 +1310,10 @@ share/codeblocks/lexers/lexer_sql.sample
>  share/codeblocks/lexers/lexer_sql.xml
>  share/codeblocks/lexers/lexer_squirrel.sample
>  share/codeblocks/lexers/lexer_squirrel.xml
> +share/codeblocks/lexers/lexer_srec.sample
> +share/codeblocks/lexers/lexer_srec.xml
> +share/codeblocks/lexers/lexer_tehex.sample
> +share/codeblocks/lexers/lexer_tehex.xml
>  share/codeblocks/lexers/lexer_vbscript.sample
>  share/codeblocks/lexers/lexer_vbscript.xml
>  share/codeblocks/lexers/lexer_verilog.sample
> @@ -1311,6 +1341,12 @@ share/codeblocks/scripts/plugin_find_bro
>  share/codeblocks/scripts/sample_plugin.script
>  share/codeblocks/scripts/startup.script
>  share/codeblocks/scripts/stl-views-1.0.3.gdb
> +share/codeblocks/scripts/tests/
> +share/codeblocks/scripts/tests/menu_test_plugin.script
> +share/codeblocks/scripts/tests/script_test_plugin.script
> +share/codeblocks/scripts/tests/test_base.script
> +share/codeblocks/scripts/tests/user_dialog_test_plugin.script
> +share/codeblocks/scripts/tests/wx_test.script
>  share/codeblocks/scripts/wx_help.script
>  share/codeblocks/start_here.zip
>  share/codeblocks/templates/
> 

-- 
Antoine

Reply via email to