Bug 225896 - [new port] devel/cquery: Low-latency language server
Summary: [new port] devel/cquery: Low-latency language server
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-14 15:37 UTC by Henry Hu
Modified: 2018-02-14 15:55 UTC (History)
1 user (show)

See Also:


Attachments
new port shar file (2.91 KB, text/plain)
2018-02-14 15:37 UTC, Henry Hu
no flags Details
poudriere log on 10.4-RELEASE-p5/amd64 (96.15 KB, text/plain)
2018-02-14 15:37 UTC, Henry Hu
no flags Details
poudriere log on 11.1-STABLE/amd64 (96.19 KB, text/plain)
2018-02-14 15:38 UTC, Henry Hu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henry Hu 2018-02-14 15:37:20 UTC
Created attachment 190619 [details]
new port shar file

cquery is a highly-scalable, low-latency language server for C/C++/Objective-C. It is tested and designed for large code bases like Chromium. cquery provides accurate and fast semantic analysis without interrupting workflow.

website: https://github.com/cquery-project/cquery

This port uses llvm50, our default version of llvm in ports. When a new default version is selected, we can update this port to reflect that.
LLVM/clang in base does not have libclang.so or llvm-config, so we can only use the version from ports.
Comment 1 Henry Hu 2018-02-14 15:37:59 UTC
Created attachment 190620 [details]
poudriere log on 10.4-RELEASE-p5/amd64
Comment 2 Henry Hu 2018-02-14 15:38:21 UTC
Created attachment 190621 [details]
poudriere log on 11.1-STABLE/amd64
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-02-14 15:55:00 UTC
A commit references this bug:

Author: lwhsu
Date: Wed Feb 14 15:54:51 UTC 2018
New revision: 461814
URL: https://svnweb.freebsd.org/changeset/ports/461814

Log:
  Add cquery, highly-scalable, low-latency language server for C/C++/Objective-C

  PR:		225896
  Submitted by:	Henry Hu <henry.hu.sh@gmail.com>

Changes:
  head/devel/Makefile
  head/devel/cquery/
  head/devel/cquery/Makefile
  head/devel/cquery/distinfo
  head/devel/cquery/pkg-descr