| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/devel/cquery/ |
Upload File : |
PORTNAME= cquery
PORTVERSION= 20180718
DISTVERSIONPREFIX= v
PORTREVISION= 7
CATEGORIES= devel
MAINTAINER= henry.hu.sh@gmail.com
COMMENT= Highly-scalable, low-latency language server for C/C++/Objective-C
WWW= https://github.com/cquery-project/cquery
LICENSE= MIT
LIB_DEPENDS= libclang.so:devel/llvm${LLVM_DEFAULT}
USES= compiler:c++14-lang cmake
USE_GITHUB= yes
GH_ACCOUNT= cquery-project
GH_TUPLE= miloyip:rapidjson:daabb88:rapidjson/third_party/rapidjson \
onqtam:doctest:b40b7e7:doctest/third_party/doctest \
greg7mdp:sparsepp:1ca7189:sparsepp/third_party/sparsepp \
msgpack:msgpack-c:208595b:msgpack/third_party/msgpack-c \
emilk:loguru:6bf94c:loguru/third_party/loguru \
zeux:pugixml:24a7064:pugixml/third_party/pugixml
PLIST_FILES= bin/cquery
CMAKE_ON= SYSTEM_CLANG
CMAKE_ARGS= -DCLANG_ROOT=${LOCALBASE}/llvm${LLVM_DEFAULT}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cquery
.include <bsd.port.mk>