View | Details | Raw Unified | Return to bug 278197 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/cppinsights/Makefile (+23 lines)
Added Link Here
1
PORTNAME=	cppinsights
2
DISTVERSIONPREFIX=	v_
3
DISTVERSION=	17.0
4
CATEGORIES=	sysutils
5
6
MAINTAINER=	freebsd@sysctl.cz
7
COMMENT=	C++ Insights - See your source code with the eyes of a compiler.
8
WWW=		https://cppinsights.io/
9
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
USES=		cmake llvm:17
14
15
LIB_DEPENDS=	libLLVM-17.so:devel/llvm17
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	andreasfertig
19
GH_PROJECT=	cppinsights
20
21
CMAKE_ARGS+=	-DLLVM_CONFIG_PATH="${LOCALBASE}/llvm17/bin/llvm-config"
22
23
.include <bsd.port.mk>
(-)b/sysutils/cppinsights/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1712407492
2
SHA256 (andreasfertig-cppinsights-v_17.0_GH0.tar.gz) = 2dd6bcfcdba65c0ed2e1f04ef79d57285186871ad8bd481d63269f3115276216
3
SIZE (andreasfertig-cppinsights-v_17.0_GH0.tar.gz) = 331667
(-)b/sysutils/cppinsights/pkg-descr (+1 lines)
Added Link Here
1
C++ Insights - See your source code with the eyes of a compiler.
(-)b/sysutils/cppinsights/pkg-plist (-1 / +1 lines)
Added Link Here
0
- 
1
bin/insights

Return to bug 278197