pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ccls



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 12 08:43:50 UTC 2025

Modified Files:
        pkgsrc/devel/ccls: Makefile distinfo

Log Message:
ccls: updated to 0.20241108

0.20241108

didOpen: sort index requests. When you open A/B/foo.cc, files under "A/B/" and "A/" will be prioritized during the initial indexing process, leading to a quicker response time.
Support for older these LLVM versions 7, 8, and 9 has been dropped.
LSP semantic tokens are now supported. See usage guide https://maskray.me/blog/2024-10-20-ccls-and-lsp-semantic-tokens usage (including rainbow semantic highlighting)
textDocument/switchSourceHeader (LSP extension) is now supported.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ccls/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ccls/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ccls/Makefile
diff -u pkgsrc/devel/ccls/Makefile:1.13 pkgsrc/devel/ccls/Makefile:1.14
--- pkgsrc/devel/ccls/Makefile:1.13     Fri May  9 19:37:10 2025
+++ pkgsrc/devel/ccls/Makefile  Thu Jun 12 08:43:50 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2025/05/09 19:37:10 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/06/12 08:43:50 adam Exp $
 
-DISTNAME=      ccls-0.20240202
+DISTNAME=      ccls-0.20241108
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=MaskRay/}
-PKGREVISION=   5
 CATEGORIES=    devel
 GITHUB_TAG=    ${PKGVERSION_NOREV}
 
@@ -11,7 +10,7 @@ HOMEPAGE=     https://github.com/MaskRay/ccl
 COMMENT=       C/C++/ObjC language server
 LICENSE=       apache-2.0
 
-USE_CXX_FEATURES+=     c++17
+USE_CXX_FEATURES=      c++17
 USE_LANGUAGES=         c c++
 CMAKE_CONFIGURE_ARGS+= -DCCLS_VERSION:STRING="${PKGVERSION_NOREV}"
 

Index: pkgsrc/devel/ccls/distinfo
diff -u pkgsrc/devel/ccls/distinfo:1.3 pkgsrc/devel/ccls/distinfo:1.4
--- pkgsrc/devel/ccls/distinfo:1.3      Tue Jul  9 06:13:08 2024
+++ pkgsrc/devel/ccls/distinfo  Thu Jun 12 08:43:50 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/07/09 06:13:08 wiz Exp $
+$NetBSD: distinfo,v 1.4 2025/06/12 08:43:50 adam Exp $
 
-BLAKE2s (ccls-0.20240202.tar.gz) = db8a22f255ec7407ac1972c610c28ef6078ae0f252d3b9e9e15b0653b778fd04
-SHA512 (ccls-0.20240202.tar.gz) = bf30c869b985d7d6c0ecabfcc563b4983616c4f47ba743586a23441575695d87557113cdfd2603185adc454940d9244c331d9dc16444564358c910e2d61e9281
-Size (ccls-0.20240202.tar.gz) = 162283 bytes
+BLAKE2s (ccls-0.20241108.tar.gz) = 351702c353154a5c05f76f6a1bd89ea9fb6790d752c5704fe26bd7dd2e3b3a64
+SHA512 (ccls-0.20241108.tar.gz) = b271b175ea64eb10a052789c5527135b5aff7f9088aa20158895263262c1c93541cc4f987e7d7a73b702db0b85f9366ed57a9b38bf1e245e50f3c4e3eeed7277
+Size (ccls-0.20241108.tar.gz) = 161114 bytes



Home | Main Index | Thread Index | Old Index