Page MenuHomeFreeBSD

New port: editors/juci
ClosedPublic

Authored by tobik on Apr 24 2017, 3:45 PM.
Tags
None
Referenced Files
F81649712: D10479.diff
Fri, Apr 19, 11:20 AM
Unknown Object (File)
Tue, Apr 16, 7:48 PM
Unknown Object (File)
Mar 2 2024, 12:19 AM
Unknown Object (File)
Mar 2 2024, 12:19 AM
Unknown Object (File)
Mar 2 2024, 12:19 AM
Unknown Object (File)
Mar 1 2024, 9:47 PM
Unknown Object (File)
Jan 12 2024, 4:01 PM
Unknown Object (File)
Dec 28 2023, 11:57 PM
Subscribers
None

Details

Summary
New port: editors/juci

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:	??? (mentor)
Differential Revision:	https://reviews.freebsd.org/D?????

Is the category ok? I see a lot of IDEs in devel/, but there are also
IDEs in editors/. Which category should be used here and why?

Test Plan

poudriere testport 10.3/i386, 11.0/amd64 ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Either devel or editors category seems okay for me.

This revision is now accepted and ready to land.May 30 2017, 2:48 PM
This revision was automatically updated to reflect the committed changes.