From owner-svn-ports-all@freebsd.org Sun Oct 28 14:43:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1863F10D3DAA; Sun, 28 Oct 2018 14:43:13 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B46688740B; Sun, 28 Oct 2018 14:43:12 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 900E420C37; Sun, 28 Oct 2018 14:43:12 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9SEhC2d001603; Sun, 28 Oct 2018 14:43:12 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9SEhCXM001597; Sun, 28 Oct 2018 14:43:12 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810281443.w9SEhCXM001597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 28 Oct 2018 14:43:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483300 - head/devel/ccls X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/ccls X-SVN-Commit-Revision: 483300 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2018 14:43:13 -0000 Author: tobik Date: Sun Oct 28 14:43:11 2018 New Revision: 483300 URL: https://svnweb.freebsd.org/changeset/ports/483300 Log: New port: devel/ccls Ccls is a C/C++/Objective-C language server with the following features: - Code completion (with both signature help and snippets) - Definition/references, and other cross references - Cross reference extensions: $ccls/call $ccls/inheritance $ccls/member $ccls/vars ... - Formatting - Hierarchies: call (caller/callee) hierarchy, inheritance (base/derived) hierarchy, member hierarchy - Symbol rename - Document symbols and approximate search of workspace symbol - Hover information - Diagnostics and code actions (clang FixIts) - Semantic highlighting and preprocessor skipped regions - Semantic navigation: $ccls/navigate WWW: https://github.com/MaskRay/ccls Added: head/devel/ccls/ head/devel/ccls/Makefile (contents, props changed) head/devel/ccls/distinfo (contents, props changed) head/devel/ccls/pkg-descr (contents, props changed) Added: head/devel/ccls/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ccls/Makefile Sun Oct 28 14:43:11 2018 (r483300) @@ -0,0 +1,38 @@ +# $FreeBSD$ + +PORTNAME= ccls +PORTVERSION= 0.20181010 +CATEGORIES= devel + +MAINTAINER= tobik@FreeBSD.org +COMMENT= C/C++/ObjC language server + +LICENSE= APACHE20 + +IGNORE_FreeBSD_10= needs newer libc++ + +BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \ + rapidjson>=1.1.0_4:devel/rapidjson +LIB_DEPENDS= libLLVM-${LLVM_DEFAULT:C/[0-9]$//}.so:devel/llvm${LLVM_DEFAULT} + +USES= cmake:outsource compiler:c++17-lang localbase +USE_GITHUB= yes +GH_ACCOUNT= MaskRay + +CMAKE_ARGS= -DCLANG_ROOT:String="${LOCALBASE}/llvm${LLVM_DEFAULT}" +CMAKE_ON= SYSTEM_CLANG USE_SHARED_LLVM +LLVM_DEFAULT?= 70 + +PLIST_FILES= bin/ccls + +OPTIONS_DEFINE= DOCS + +DOCS_DISTFILES= MaskRay-ccls.wiki-20181026.tar.gz:docs +DOCS_MASTER_SITES= LOCAL/tobik:docs +PORTDOCS= * + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKDIR}/ccls.wiki && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + +.include Added: head/devel/ccls/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ccls/distinfo Sun Oct 28 14:43:11 2018 (r483300) @@ -0,0 +1,5 @@ +TIMESTAMP = 1540725336 +SHA256 (MaskRay-ccls.wiki-20181026.tar.gz) = 54a5780408e2119d093f73b6708bf4ddc993e4b7f503539fb51ea0a5cb7e5745 +SIZE (MaskRay-ccls.wiki-20181026.tar.gz) = 20501 +SHA256 (MaskRay-ccls-0.20181010_GH0.tar.gz) = 09e1c2b80c34fae36b519eac7603ee150d7a086a8e11f5db5c6cbbb9acf3e9f8 +SIZE (MaskRay-ccls-0.20181010_GH0.tar.gz) = 164687 Added: head/devel/ccls/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ccls/pkg-descr Sun Oct 28 14:43:11 2018 (r483300) @@ -0,0 +1,18 @@ +Ccls is a C/C++/Objective-C language server with the following +features: + +- Code completion (with both signature help and snippets) +- Definition/references, and other cross references +- Cross reference extensions: $ccls/call $ccls/inheritance $ccls/member + $ccls/vars ... +- Formatting +- Hierarchies: call (caller/callee) hierarchy, inheritance + (base/derived) hierarchy, member hierarchy +- Symbol rename +- Document symbols and approximate search of workspace symbol +- Hover information +- Diagnostics and code actions (clang FixIts) +- Semantic highlighting and preprocessor skipped regions +- Semantic navigation: $ccls/navigate + +WWW: https://github.com/MaskRay/ccls