pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/codeblocks Import codeblocks-16.01 as editors/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/713f538d3ec7
branches:  trunk
changeset: 348541:713f538d3ec7
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Thu Jun 16 02:28:51 2016 +0000

description:
Import codeblocks-16.01 as editors/codeblock

Code::Blocks is a free C++ IDE built to meet the most demanding needs of its
users. It is designed to be very extensible and fully configurable.

Finally, an IDE with all the features you need, having a consistent look, feel
and operation across platforms.

Built around a plugin framework, Code::Blocks can be extended with plugins. Any
kind of functionality can be added by installing/coding a plugin. For instance,
compiling and debugging functionality is already provided by plugins!

Originally packaged in pkgsrc-wip by:
- Ondrej Tuma,
- Joerg Sonnenberg,
- Thomas Klausner,
- Tobias Nygren,
- Mark Davies,
- Blue Rats,
- Aleksej Saushev,
- Aleksej Lebedev,
- K.I.A.Derouiche
and
- myself.

diffstat:

 editors/codeblocks/DESCR                                                               |     9 +
 editors/codeblocks/Makefile                                                            |    31 +
 editors/codeblocks/PLIST                                                               |  1115 ++++++++++
 editors/codeblocks/distinfo                                                            |    11 +
 editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxchart_configure  |    21 +
 editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxthings_configure |    22 +
 editors/codeblocks/patches/patch-src_sdk_wxpropgrid_configure                          |    22 +
 editors/codeblocks/patches/patch-src_src_appglobals.cpp                                |    15 +
 editors/codeblocks/patches/patch-src_src_prefix.cpp                                    |    16 +
 9 files changed, 1262 insertions(+), 0 deletions(-)

diffs (truncated from 1298 to 300 lines):

diff -r d55b234e531e -r 713f538d3ec7 editors/codeblocks/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/codeblocks/DESCR  Thu Jun 16 02:28:51 2016 +0000
@@ -0,0 +1,9 @@
+Code::Blocks is a free C++ IDE built to meet the most demanding needs of its
+users. It is designed to be very extensible and fully configurable.
+
+Finally, an IDE with all the features you need, having a consistent look, feel
+and operation across platforms.
+
+Built around a plugin framework, Code::Blocks can be extended with plugins. Any
+kind of functionality can be added by installing/coding a plugin. For instance,
+compiling and debugging functionality is already provided by plugins!
diff -r d55b234e531e -r 713f538d3ec7 editors/codeblocks/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/codeblocks/Makefile       Thu Jun 16 02:28:51 2016 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2016/06/16 02:28:51 kamil Exp $
+#
+
+DISTNAME=      codeblocks_16.01
+PKGNAME=       ${DISTNAME:S/_/-/}
+CATEGORIES=    editors x11
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=codeblocks/}
+
+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++
+
+CONFIGURE_ARGS+=       --with-contrib-plugins=AutoVersioning,BrowseTracker,byogames,cbkoders,codesnippets,codestat,dragscroll,envvars,help,keybinder,libfinder,profiler,regex,exporter,symtab
+# wxsmith makes error in build process
+
+BUILD_DEPENDS+=        zip-[0-9]*:../../archivers/zip
+
+PKGCONFIG_OVERRIDE+=   codeblocks.pc.in
+
+.include "../../databases/shared-mime-info/mimedb.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/wxGTK30/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d55b234e531e -r 713f538d3ec7 editors/codeblocks/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/codeblocks/PLIST  Thu Jun 16 02:28:51 2016 +0000
@@ -0,0 +1,1115 @@
+@comment $NetBSD: PLIST,v 1.1 2016/06/16 02:28:51 kamil Exp $
+bin/cb_console_runner
+bin/cb_share_config
+bin/codeblocks
+include/codeblocks/Alignment.h
+include/codeblocks/Assertions.h
+include/codeblocks/Attributes.h
+include/codeblocks/CharDistribution.h
+include/codeblocks/Compiler.h
+include/codeblocks/ErrorList.h
+include/codeblocks/JpCntx.h
+include/codeblocks/Likely.h
+include/codeblocks/NullPtr.h
+include/codeblocks/TypedEnum.h
+include/codeblocks/Types.h
+include/codeblocks/Util.h
+include/codeblocks/annoyingdialog.h
+include/codeblocks/autodetectcompilers.h
+include/codeblocks/backgroundthread.h
+include/codeblocks/base64.h
+include/codeblocks/blockallocated.h
+include/codeblocks/cbauibook.h
+include/codeblocks/cbcolourmanager.h
+include/codeblocks/cbdebugger_interfaces.h
+include/codeblocks/cbeditor.h
+include/codeblocks/cbeditorprintout.h
+include/codeblocks/cbexception.h
+include/codeblocks/cbfunctor.h
+include/codeblocks/cbplugin.h
+include/codeblocks/cbproject.h
+include/codeblocks/cbstatusbar.h
+include/codeblocks/cbstyledtextctrl.h
+include/codeblocks/cbthreadedtask.h
+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
+include/codeblocks/compilerfactory.h
+include/codeblocks/compileroptions.h
+include/codeblocks/compiletargetbase.h
+include/codeblocks/configmanager.h
+include/codeblocks/configurationpanel.h
+include/codeblocks/configuretoolsdlg.h
+include/codeblocks/confirmreplacedlg.h
+include/codeblocks/crc32.h
+include/codeblocks/debuggermanager.h
+include/codeblocks/editarrayfiledlg.h
+include/codeblocks/editarrayorderdlg.h
+include/codeblocks/editarraystringdlg.h
+include/codeblocks/editor_hooks.h
+include/codeblocks/editorbase.h
+include/codeblocks/editorcolourset.h
+include/codeblocks/editorlexerloader.h
+include/codeblocks/editormanager.h
+include/codeblocks/editpairdlg.h
+include/codeblocks/editpathdlg.h
+include/codeblocks/edittooldlg.h
+include/codeblocks/encodingdetector.h
+include/codeblocks/externaldepsdlg.h
+include/codeblocks/filefilters.h
+include/codeblocks/filegroupsandmasks.h
+include/codeblocks/filemanager.h
+include/codeblocks/findreplacebase.h
+include/codeblocks/findreplacedlg.h
+include/codeblocks/genericmultilinenotesdlg.h
+include/codeblocks/globals.h
+include/codeblocks/ibaseloader.h
+include/codeblocks/ibaseworkspaceloader.h
+include/codeblocks/id.h
+include/codeblocks/importers_globals.h
+include/codeblocks/incrementalselectlistdlg.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
+include/codeblocks/multiselectdlg.h
+include/codeblocks/newfromtemplatedlg.h
+include/codeblocks/nsBig5Prober.h
+include/codeblocks/nsCharSetProber.h
+include/codeblocks/nsCodingStateMachine.h
+include/codeblocks/nsDebug.h
+include/codeblocks/nsEUCJPProber.h
+include/codeblocks/nsEUCKRProber.h
+include/codeblocks/nsEUCTWProber.h
+include/codeblocks/nsError.h
+include/codeblocks/nsEscCharsetProber.h
+include/codeblocks/nsGB2312Prober.h
+include/codeblocks/nsHebrewProber.h
+include/codeblocks/nsLatin1Prober.h
+include/codeblocks/nsMBCSGroupProber.h
+include/codeblocks/nsMemory.h
+include/codeblocks/nsPkgInt.h
+include/codeblocks/nsSBCSGroupProber.h
+include/codeblocks/nsSBCharSetProber.h
+include/codeblocks/nsSJISProber.h
+include/codeblocks/nsUTF8Prober.h
+include/codeblocks/nsUniversalDetector.h
+include/codeblocks/nscore.h
+include/codeblocks/personalitymanager.h
+include/codeblocks/pipedprocess.h
+include/codeblocks/pluginmanager.h
+include/codeblocks/pluginsconfigurationdlg.h
+include/codeblocks/prcpucfg.h
+include/codeblocks/prcpucfg_darwin.h
+include/codeblocks/prcpucfg_linux.h
+include/codeblocks/prcpucfg_openbsd.h
+include/codeblocks/prcpucfg_win95.h
+include/codeblocks/prcpucfg_winnt.h
+include/codeblocks/prep.h
+include/codeblocks/printing_types.h
+include/codeblocks/prmem.h
+include/codeblocks/projectbuildtarget.h
+include/codeblocks/projectfile.h
+include/codeblocks/projectfileoptionsdlg.h
+include/codeblocks/projectlayoutloader.h
+include/codeblocks/projectloader.h
+include/codeblocks/projectloader_hooks.h
+include/codeblocks/projectmanager.h
+include/codeblocks/projectsfilemasksdlg.h
+include/codeblocks/projecttemplateloader.h
+include/codeblocks/prtypes.h
+include/codeblocks/safedelete.h
+include/codeblocks/scripting/bindings/sc_base_types.h
+include/codeblocks/scripting/bindings/sc_plugin.h
+include/codeblocks/scripting/include/sqdbgserver.h
+include/codeblocks/scripting/include/sqrdbg.h
+include/codeblocks/scripting/include/sqstdaux.h
+include/codeblocks/scripting/include/sqstdblob.h
+include/codeblocks/scripting/include/sqstdio.h
+include/codeblocks/scripting/include/sqstdmath.h
+include/codeblocks/scripting/include/sqstdstring.h
+include/codeblocks/scripting/include/sqstdsystem.h
+include/codeblocks/scripting/include/squirrel.h
+include/codeblocks/scripting/sqplus/SqPlusConst.h
+include/codeblocks/scripting/sqplus/SquirrelBindingsUtils.h
+include/codeblocks/scripting/sqplus/SquirrelObject.h
+include/codeblocks/scripting/sqplus/SquirrelVM.h
+include/codeblocks/scripting/sqplus/sqplus.h
+include/codeblocks/scriptingmanager.h
+include/codeblocks/scriptsecuritywarningdlg.h
+include/codeblocks/scrollingdialog.h
+include/codeblocks/sdk.h
+include/codeblocks/sdk_common.h
+include/codeblocks/sdk_events.h
+include/codeblocks/sdk_precomp.h
+include/codeblocks/searchresultslog.h
+include/codeblocks/selecttargetdlg.h
+include/codeblocks/settings.h
+include/codeblocks/templatemanager.h
+include/codeblocks/tinyxml/tinystr.h
+include/codeblocks/tinyxml/tinywxuni.h
+include/codeblocks/tinyxml/tinyxml.h
+include/codeblocks/toolsmanager.h
+include/codeblocks/uservarmanager.h
+include/codeblocks/workspaceloader.h
+include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/AngularMeter.h
+include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/AngularRegulator.h
+include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/BmpCheckBox.h
+include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/BmpSwitcher.h
+include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LCDClock.h
+include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LCDWindow.h
+include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LinearMeter.h
+include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LinearRegulator.h
+include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/TimeAlarm.h
+include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxangularmeterhandler.h
+include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxangularregulatorhandler.h
+include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlcdclockhandler.h
+include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlcddisplayhandler.h
+include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlinearmeterhandler.h
+include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlinearregulatorhandler.h
+include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/fnb_singleton.h
+include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/fnb_smart_ptr.h
+include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/renderer.h
+include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/wxFNBDropTarget.h
+include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/wxFlatNotebook.h
+include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/wxFlatNotebookSDK.h
+include/codeblocks/wxContribItems/wxImagePanel/include/wx/wxImagePanel.h
+include/codeblocks/wxContribItems/wxMathPlot/mathplot.h
+include/codeblocks/wxContribItems/wxSpeedButton/wxSpeedButton.h
+include/codeblocks/wxContribItems/wxchart/include/wx/axis.h
+include/codeblocks/wxContribItems/wxchart/include/wx/bar3dchartpoints.h
+include/codeblocks/wxContribItems/wxchart/include/wx/barchartpoints.h
+include/codeblocks/wxContribItems/wxchart/include/wx/chart.h
+include/codeblocks/wxContribItems/wxchart/include/wx/chartcolors.h
+include/codeblocks/wxContribItems/wxchart/include/wx/chartctrl.h
+include/codeblocks/wxContribItems/wxchart/include/wx/chartdef.h
+include/codeblocks/wxContribItems/wxchart/include/wx/chartpoints.h
+include/codeblocks/wxContribItems/wxchart/include/wx/chartpointstypes.h
+include/codeblocks/wxContribItems/wxchart/include/wx/chartsizes.h
+include/codeblocks/wxContribItems/wxchart/include/wx/charttypes.h
+include/codeblocks/wxContribItems/wxchart/include/wx/chartwindow.h
+include/codeblocks/wxContribItems/wxchart/include/wx/legend.h
+include/codeblocks/wxContribItems/wxchart/include/wx/legendwindow.h
+include/codeblocks/wxContribItems/wxchart/include/wx/pie3dchartpoints.h
+include/codeblocks/wxContribItems/wxchart/include/wx/piechartpoints.h
+include/codeblocks/wxContribItems/wxchart/include/wx/points.h
+include/codeblocks/wxContribItems/wxchart/include/wx/xaxis.h
+include/codeblocks/wxContribItems/wxchart/include/wx/xaxiswindow.h
+include/codeblocks/wxContribItems/wxchart/include/wx/yaxis.h
+include/codeblocks/wxContribItems/wxchart/include/wx/yaxiswindow.h
+include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/gizmos.h
+include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/ledctrl.h
+include/codeblocks/wxContribItems/wxled/lcdwindow/include/wx/lcdwindow.h
+include/codeblocks/wxContribItems/wxled/led/include/wx/led.h
+include/codeblocks/wxContribItems/wxled/led/include/wx/stateLed.h
+include/codeblocks/wxContribItems/wxled/led/include/xrc/xh_ledHandler.h
+include/codeblocks/wxContribItems/wxled/led/include/xrc/xh_stateLedHandler.h
+include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/advancedmatrixobject.h
+include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/matrixobject.h
+include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/wxledfont.h
+include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/wxledpanel.h
+include/codeblocks/wxContribItems/wxthings/include/wx/things/thingdef.h
+include/codeblocks/wxContribItems/wxthings/include/wx/things/toggle.h
+include/codeblocks/wxscintilla/include/wx/wxscintilla.h
+include/codeblocks/xtra_res.h
+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
+lib/codeblocks/plugins/libclasswizard.la
+lib/codeblocks/plugins/libcodecompletion.la
+lib/codeblocks/plugins/libcodesnippets.la
+lib/codeblocks/plugins/libcodestat.la
+lib/codeblocks/plugins/libcompiler.la
+lib/codeblocks/plugins/libdebugger.la
+lib/codeblocks/plugins/libdefaultmimehandler.la
+lib/codeblocks/plugins/libdragscroll.la
+lib/codeblocks/plugins/libenvvars.la
+lib/codeblocks/plugins/libexporter.la
+lib/codeblocks/plugins/libhelp_plugin.la
+lib/codeblocks/plugins/libkeybinder.la
+lib/codeblocks/plugins/liblib_finder.la



Home | Main Index | Thread Index | Old Index