aboutsummaryrefslogtreecommitdiff
path: root/editors/jucipp
Commit message (Collapse)AuthorAgeFilesLines
* devel/boost-*: update to 1.67.0Jan Beich2018-04-181-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 Notes: svn path=/head/; revision=467711
* editors/jucipp: Update to 1.4.1Yuri Victorovich2018-03-102-5/+5
| | | | | | | | | PR: 226503 Submitted by: Mohammad S. Babaei <info@babaei.net> (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=464089
* editors/jucipp: Update to 1.4.0Yuri Victorovich2018-03-042-14/+12
| | | | | | | | | | | | | Port changes: * Changed to DISTVERSION * Updated GH_TUPLE PR: 226281 Submitted by: Mohammad S. Babaei <info@babaei.net> (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=463552
* devel/boost-*: update to 1.66.0Jan Beich2018-01-181-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279 Notes: svn path=/head/; revision=459315
* editors/jucipp: update to 1.3.0Steve Wills2017-10-192-18/+12
| | | | | | | | PR: 222913 Submitted by: Mohammad S. Babaei <info@babaei.net> (maintainer) Notes: svn path=/head/; revision=452395
* devel/boost-*: update to 1.65.1Jan Beich2017-09-251-1/+1
| | | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Notes: svn path=/head/; revision=450560
* devel/boost-*: enable C++11 featuresJan Beich2017-09-251-0/+1
| | | | | | | | | | | PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Notes: svn path=/head/; revision=450557
* Make ninja opt-out in cmake.mkTobias C. Berner2017-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748 Notes: svn path=/head/; revision=444324
* * Updated to 1.2.4Richard Gallamore2017-06-122-4/+4
| | | | | | | | | | | | | Changelog: https://github.com/cppit/jucipp/releases/tag/v1.2.4 PR: 219931 Submitted by: Mohammad S. Babaei <info@babaei.net> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11147 Notes: svn path=/head/; revision=443465
* New port: editors/juciTobias Kortkamp2017-05-303-0/+61
juCI++, is a platform independent and lightweight C++ IDE designed towards libclang with speed, stability, and ease of use in mind. It supports syntax highlighting for more than 100 different file types. Furthermore, it supports CMake and Meson as build systems. juCI++ implements Git support through libgit2. It provides debug integration, both local and remote through lldb. Other supported featured are: fast C++ autocompletion, tooltips showing type information and doxygen documentation, rename refactoring across files, automated documentation search, find symbol through Ctags, spell checking depending on file context, runnig shell commands within JuCi++, regex search and replace, smart paste, keys and indentation, source minimap, split view, full UTF-8 support; just to name a few. WWW: https://github.com/cppit/jucipp PR: 215878 Submitted by: Mohammad S. Babaei <info@babaei.net> Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10479 Notes: svn path=/head/; revision=442110