pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/codelite Import codelite-9.1 as editors/codelite



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fee2d9bd0295
branches:  trunk
changeset: 348533:fee2d9bd0295
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Wed Jun 15 21:57:04 2016 +0000

description:
Import codelite-9.1 as editors/codelite

CodeLite is an open source, free, cross platform IDE for the C/C++ programming
languages which runs on all major Platforms.

Originally packaged in pkgsrc-wip by myself.

diffstat:

 editors/codelite/DESCR    |    2 +
 editors/codelite/Makefile |   61 +++++++++
 editors/codelite/PLIST    |  287 ++++++++++++++++++++++++++++++++++++++++++++++
 editors/codelite/distinfo |   16 ++
 4 files changed, 366 insertions(+), 0 deletions(-)

diffs (truncated from 382 to 300 lines):

diff -r d09c59096f93 -r fee2d9bd0295 editors/codelite/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/codelite/DESCR    Wed Jun 15 21:57:04 2016 +0000
@@ -0,0 +1,2 @@
+CodeLite is an open source, free, cross platform IDE for the C/C++ programming
+languages which runs on all major Platforms.
diff -r d09c59096f93 -r fee2d9bd0295 editors/codelite/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/codelite/Makefile Wed Jun 15 21:57:04 2016 +0000
@@ -0,0 +1,61 @@
+# $NetBSD: Makefile,v 1.1 2016/06/15 21:57:04 kamil Exp $
+
+DISTNAME=      codelite-9.1
+CATEGORIES=    editors x11
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=eranif/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/eranif/codelite/
+COMMENT=       Cross platform C/C++/PHP and Node.js IDE written in C++
+LICENSE=       gnu-gpl-v2
+
+USE_CMAKE=             yes
+USE_PKGLOCALEDIR=      yes
+USE_LANGUAGES=         c c++
+USE_TOOLS+=            pkg-config bash
+
+CMAKE_ARGS+=           -DPREFIX:STRING=${PREFIX}
+
+# For some reason CMAKE_ARGS.NetBSD+=-DIS_NETBSD:STRING=1 doesn't work for me
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+SUBST_CLASSES+=                        ena-netbsd
+SUBST_STAGE.ena-netbsd=                pre-configure
+SUBST_MESSAGE.ena-netbsd=      Enable NetBSD
+SUBST_FILES.ena-netbsd=                CMakeLists.txt
+SUBST_SED.ena-netbsd+=         -e 's,IS_NETBSD 0,IS_NETBSD 1,g'
+.endif
+
+SUBST_CLASSES+=                        fix-bash
+SUBST_STAGE.fix-bash=          pre-configure
+SUBST_MESSAGE.fix-bash=                Fix bash path
+SUBST_FILES.fix-bash=          CodeLite/TerminalEmulator.cpp
+SUBST_FILES.fix-bash+=         CodeLite/fileextmanager.cpp
+SUBST_FILES.fix-bash+=         Runtime/codelite_xterm
+SUBST_FILES.fix-bash+=         cmake/Modules/OSXInstall.cmake
+SUBST_SED.fix-bash+=           -e 's,/bin/bash,${BASH},g'
+
+REPLACE_BASH+=         Runtime/clg++
+REPLACE_BASH+=         Runtime/clgcc
+REPLACE_BASH+=         Runtime/codelite_xterm
+REPLACE_BASH+=         codelite-icons-dark/pack-icons.sh
+REPLACE_BASH+=         codelite-icons-fresh-farm/pack-icons.sh
+REPLACE_BASH+=         codelite-icons/pack-icons.sh
+REPLACE_BASH+=         codelitephp/resources/pack-resources.sh
+REPLACE_BASH+=         make-weekly
+REPLACE_BASH+=         svgs/code-completion/convert-svg-to-png.sh
+REPLACE_BASH+=         svgs/convert-single-file.sh
+REPLACE_BASH+=         svgs/convert-svg-to-png.sh
+REPLACE_BASH+=         svgs/create-logo-root.sh
+REPLACE_BASH+=         svgs/create-logo.sh
+REPLACE_BASH+=         svgs/find-bar/convert-svg-to-png.sh
+
+LDFLAGS+=      ${COMPILER_RPATH_FLAG}${PREFIX}/lib/codelite
+
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../textproc/hunspell/buildlink3.mk"
+.include "../../security/libssh/buildlink3.mk"
+.include "../../x11/wxGTK30/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d09c59096f93 -r fee2d9bd0295 editors/codelite/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/codelite/PLIST    Wed Jun 15 21:57:04 2016 +0000
@@ -0,0 +1,287 @@
+@comment $NetBSD: PLIST,v 1.1 2016/06/15 21:57:04 kamil Exp $
+bin/codelite
+bin/codelite-cc
+bin/codelite-echo
+bin/codelite-make
+bin/codelite-terminal
+bin/codelite_cppcheck
+bin/codelite_exec
+bin/codelite_fix_files
+bin/codelite_indexer
+bin/codelite_kill_children
+bin/codelite_xterm
+lib/codelite/CMakePlugin.so
+lib/codelite/CallGraph.so
+lib/codelite/CodeFormatter.so
+lib/codelite/CodeLiteDiff.so
+lib/codelite/ContinuousBuild.so
+lib/codelite/Copyright.so
+lib/codelite/DatabaseExplorer.so
+lib/codelite/ExternalTools.so
+lib/codelite/HelpPlugin.so
+lib/codelite/MemCheck.so
+lib/codelite/Outline.so
+lib/codelite/QMakePlugin.so
+lib/codelite/SFTP.so
+lib/codelite/SnipWiz.so
+lib/codelite/SpellCheck.so
+lib/codelite/Subversion.so
+lib/codelite/Tweaks.so
+lib/codelite/UnitTestsPP.so
+lib/codelite/WebTools.so
+lib/codelite/Wizards.so
+lib/codelite/WordCompletion.so
+lib/codelite/ZoomNavigator.so
+lib/codelite/abbreviation.so
+lib/codelite/codelitephp.so
+lib/codelite/cppchecker.so
+lib/codelite/cscope.so
+lib/codelite/debuggers/DebuggerGDB.so
+lib/codelite/git.so
+lib/codelite/libdatabaselayersqlite.so
+lib/codelite/liblibcodelite.so
+lib/codelite/libplugin.so
+lib/codelite/libwxshapeframework.so
+lib/codelite/libwxsqlite3.so
+lib/codelite/wxFormBuilder.so
+man/man1/codelite-make.1
+man/man1/codelite.1
+man/man1/codelite_fix_files.1
+share/applications/codelite.desktop
+share/codelite/LICENSE
+share/codelite/PHP.zip
+share/codelite/astyle.sample
+share/codelite/codelite-bitmaps.zip
+share/codelite/codelite-icons-dark.zip
+share/codelite/codelite-icons-fresh-farm.zip
+share/codelite/codelite-icons.zip
+share/codelite/config/accelerators.conf.default
+share/codelite/config/build_settings.xml.default
+share/codelite/config/cfg/avr.cfg
+share/codelite/config/cfg/gtk.cfg
+share/codelite/config/cfg/posix.cfg
+share/codelite/config/cfg/qt.cfg
+share/codelite/config/cfg/sdl.cfg
+share/codelite/config/cfg/std.cfg
+share/codelite/config/cfg/windows.cfg
+share/codelite/config/codelite.xml.default
+share/codelite/config/debuggers.xml.default
+share/codelite/dics/en_GB.aff
+share/codelite/dics/en_GB.dic
+share/codelite/dics/en_US.aff
+share/codelite/dics/en_US.dic
+share/codelite/gdb_printers/boost/__init__.py
+share/codelite/gdb_printers/boost/printers.py
+share/codelite/gdb_printers/helper.py
+share/codelite/gdb_printers/libstdcxx/__init__.py
+share/codelite/gdb_printers/libstdcxx/v6/__init__.py
+share/codelite/gdb_printers/libstdcxx/v6/printers.py
+share/codelite/gdb_printers/qt4.py
+share/codelite/gdb_printers/wx.py
+share/codelite/images/common_tasks.png
+share/codelite/images/cubes.png
+share/codelite/images/help_earth.png
+share/codelite/images/plugin_not_ok.png
+share/codelite/images/plugin_ok.png
+share/codelite/images/recent_files.png
+share/codelite/images/recent_workspaces.png
+share/codelite/images/splashscreen.png
+share/codelite/images/splashscreen%2x.png@localhost
+share/codelite/javascript.zip
+share/codelite/lexers/lexers.json
+share/codelite/rc/menu.xrc
+share/codelite/resources/abbrev.png
+share/codelite/resources/compfile.png
+share/codelite/resources/connect_no.png
+share/codelite/resources/cppcheck.png
+share/codelite/resources/qt16_new.png
+share/codelite/resources/qt16_preferences.png
+share/codelite/resources/qt24_new.png
+share/codelite/resources/qt24_preferences.png
+share/codelite/resources/svn_diff.png
+share/codelite/resources/svn_settings.png
+share/codelite/resources/svn_ssh.png
+share/codelite/resources/wxfb_conflict.png
+share/codelite/resources/wxfb_modified.png
+share/codelite/resources/wxfb_ok.png
+share/codelite/templates/codedesigner/CDTemplate.cdp
+share/codelite/templates/codedesigner/HSCHTemplate.cdp
+share/codelite/templates/codedesigner/HSCHTemplateWithMain.cdp
+share/codelite/templates/codedesigner/SCHTemplate.cdp
+share/codelite/templates/codedesigner/SCHTemplateWithMain.cdp
+share/codelite/templates/databaselayer/dataClass.ctmp
+share/codelite/templates/databaselayer/dataClass.htmp
+share/codelite/templates/databaselayer/dataClass_dba.ctmp
+share/codelite/templates/databaselayer/dataClass_dba.htmp
+share/codelite/templates/databaselayer/dataClass_dbl.ctmp
+share/codelite/templates/databaselayer/dataClass_dbl.htmp
+share/codelite/templates/databaselayer/dataClass_wxdba.ctmp
+share/codelite/templates/databaselayer/dataClass_wxdba.htmp
+share/codelite/templates/databaselayer/viewClass.ctmp
+share/codelite/templates/databaselayer/viewClass.htmp
+share/codelite/templates/databaselayer/viewClass_dba.ctmp
+share/codelite/templates/databaselayer/viewClass_dba.htmp
+share/codelite/templates/databaselayer/viewClass_dbl.ctmp
+share/codelite/templates/databaselayer/viewClass_dbl.htmp
+share/codelite/templates/databaselayer/viewClass_wxdba.ctmp
+share/codelite/templates/databaselayer/viewClass_wxdba.htmp
+share/codelite/templates/formbuilder/DialogTemplate.fbp
+share/codelite/templates/formbuilder/DialogTemplateWithButtons.fbp
+share/codelite/templates/formbuilder/FrameTemplate.fbp
+share/codelite/templates/formbuilder/PanelTemplate.fbp
+share/codelite/templates/gizmos/CMakeLists.txt.plugin.wizard
+share/codelite/templates/gizmos/app.cpp.wizard
+share/codelite/templates/gizmos/app.h.wizard
+share/codelite/templates/gizmos/gui-dialog.cpp.wizard
+share/codelite/templates/gizmos/gui-dialog.fbp.wizard
+share/codelite/templates/gizmos/gui-dialog.h.wizard
+share/codelite/templates/gizmos/gui-frame.cpp.wizard
+share/codelite/templates/gizmos/gui-frame.fbp.wizard
+share/codelite/templates/gizmos/gui-frame.h.wizard
+share/codelite/templates/gizmos/liteeditor-plugin.project.wizard
+share/codelite/templates/gizmos/main-dialog.cpp.wizard
+share/codelite/templates/gizmos/main-dialog.h.wizard
+share/codelite/templates/gizmos/main-frame.cpp.wizard
+share/codelite/templates/gizmos/main-frame.h.wizard
+share/codelite/templates/gizmos/main.cpp.wizard
+share/codelite/templates/gizmos/mainframe.cpp.wizard
+share/codelite/templates/gizmos/mainframe.h.wizard
+share/codelite/templates/gizmos/plugin.cpp.wizard
+share/codelite/templates/gizmos/plugin.h.wizard
+share/codelite/templates/gizmos/resources.rc.wizard
+share/codelite/templates/gizmos/wx_pch.h.wizard
+share/codelite/templates/gizmos/wxmain.project.wizard
+share/codelite/templates/gizmos/wxproject-fb.project.wizard
+share/codelite/templates/gizmos/wxproject.project.wizard
+share/codelite/templates/projects/CMake_Executable/CMakeLists.txt
+share/codelite/templates/projects/CMake_Executable/CMake_Executable.project
+share/codelite/templates/projects/CMake_Executable/icon.png
+share/codelite/templates/projects/CMake_Executable/main.cpp
+share/codelite/templates/projects/ConsoleClang++/ConsoleClang++.project
+share/codelite/templates/projects/ConsoleClang++/main.cpp
+share/codelite/templates/projects/ConsoleClang/ConsoleClang.project
+share/codelite/templates/projects/ConsoleClang/main.c
+share/codelite/templates/projects/UnitTest++/UnitTest++.project
+share/codelite/templates/projects/UnitTest++/icon.png
+share/codelite/templates/projects/UnitTest++/main.cpp
+share/codelite/templates/projects/c_gtk24_template/c_gtk24_template.project
+share/codelite/templates/projects/c_gtk24_template/icon.png
+share/codelite/templates/projects/c_gtk24_template/main.c
+share/codelite/templates/projects/c_gtk3_template/c_gtk3_template.project
+share/codelite/templates/projects/c_gtk3_template/icon.png
+share/codelite/templates/projects/c_gtk3_template/main.c
+share/codelite/templates/projects/cobra-executableU/build-file
+share/codelite/templates/projects/cobra-executableU/cobra-executableU.project
+share/codelite/templates/projects/cobra-libraryU/cobra-library.project
+share/codelite/templates/projects/cobra-libraryU/lib-build-files
+share/codelite/templates/projects/cobra-staticU/build-file
+share/codelite/templates/projects/cobra-staticU/cobra-staticU.project
+share/codelite/templates/projects/cpp_gtkmm24_template/cpp_gtkmm24_template.project
+share/codelite/templates/projects/cpp_gtkmm24_template/icon.png
+share/codelite/templates/projects/cpp_gtkmm24_template/main.cpp
+share/codelite/templates/projects/cpp_gtkmm24_template/mainwindow.cpp
+share/codelite/templates/projects/cpp_gtkmm24_template/mainwindow.h
+share/codelite/templates/projects/cpp_gtkmm3_template/cpp_gtkmm3_template.project
+share/codelite/templates/projects/cpp_gtkmm3_template/icon.png
+share/codelite/templates/projects/cpp_gtkmm3_template/main.cpp
+share/codelite/templates/projects/cpp_gtkmm3_template/mainwindow.cpp
+share/codelite/templates/projects/cpp_gtkmm3_template/mainwindow.h
+share/codelite/templates/projects/custom-makefile/custom-makefile.project
+share/codelite/templates/projects/custom-makefile/icon.png
+share/codelite/templates/projects/dynamic-library-wx-enabled/dynamic-library-wx-enabled.project
+share/codelite/templates/projects/dynamic-library-wx-enabled/dynamic-library-wx-enabled.project.windows
+share/codelite/templates/projects/dynamic-library-wx-enabled/icon.png
+share/codelite/templates/projects/dynamic-library/dynamic-library.project
+share/codelite/templates/projects/dynamic-library/dynamic-library.project.windows
+share/codelite/templates/projects/dynamic-library/icon.png
+share/codelite/templates/projects/executable-cobra/executable-cobra.project
+share/codelite/templates/projects/executable-cobra/main.cobra
+share/codelite/templates/projects/executable-console-wx-enabled/executable-console-wx-enabled.project
+share/codelite/templates/projects/executable-console-wx-enabled/icon.png
+share/codelite/templates/projects/executable-console-wx-enabled/main.cpp
+share/codelite/templates/projects/executable-gcc/executable-gcc.project
+share/codelite/templates/projects/executable-gcc/icon.png
+share/codelite/templates/projects/executable-gcc/main.c
+share/codelite/templates/projects/executable-qt-enabled/executable-qt-enabled.project
+share/codelite/templates/projects/executable-qt-enabled/icon.png
+share/codelite/templates/projects/executable-qt-enabled/main.cpp
+share/codelite/templates/projects/executable-qt-qmake-enabled/executable-qt-qmake-enabled.project
+share/codelite/templates/projects/executable-qt-qmake-enabled/icon.png
+share/codelite/templates/projects/executable-qt-qmake-enabled/main.cpp
+share/codelite/templates/projects/executable-wx-dialog/executable-wx-dialog.project
+share/codelite/templates/projects/executable-wx-dialog/gui.cpp
+share/codelite/templates/projects/executable-wx-dialog/gui.fbp
+share/codelite/templates/projects/executable-wx-dialog/gui.h
+share/codelite/templates/projects/executable-wx-dialog/icon.png
+share/codelite/templates/projects/executable-wx-dialog/main.cpp
+share/codelite/templates/projects/executable-wx-dialog/main.h
+share/codelite/templates/projects/executable-wx-dialog/win_resources.rc
+share/codelite/templates/projects/executable-wx-enabled/executable-wx-enabled.project
+share/codelite/templates/projects/executable-wx-enabled/icon.png
+share/codelite/templates/projects/executable-wx-enabled/main.cpp
+share/codelite/templates/projects/executable-wx-frame/executable-wx-frame.project
+share/codelite/templates/projects/executable-wx-frame/gui.cpp
+share/codelite/templates/projects/executable-wx-frame/gui.fbp
+share/codelite/templates/projects/executable-wx-frame/gui.h



Home | Main Index | Thread Index | Old Index