Commit 283f04fa authored by Vladimir Druzenko's avatar Vladimir Druzenko
Browse files

sysutils/cppinsights: Revert "New port"

This reverts commit b147b55e.

sysutils/cppinsights: incorrect category

PR:	278197
Fixes:	b147b55e (New port: C++ Insights - See your source code with the eyes of a compiler)
parent e63e2bcb
Loading
Loading
Loading
Loading

sysutils/cppinsights/Makefile

deleted100644 → 0
+0 −21
Original line number Diff line number Diff line
PORTNAME=	cppinsights
DISTVERSIONPREFIX=	v_
DISTVERSION=	17.0
CATEGORIES=	sysutils

MAINTAINER=	freebsd@sysctl.cz
COMMENT=	C++ Insights - See your source code with the eyes of a compiler
WWW=		https://github.com/andreasfertig/cppinsights

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake llvm:min=17,lib
USE_GITHUB=	yes
GH_ACCOUNT=	andreasfertig

CMAKE_ARGS=	-DLLVM_CONFIG_PATH="${LOCALBASE}/llvm${LLVM_VERSION}/bin/llvm-config"

PLIST_FILES=	bin/insights

.include <bsd.port.mk>

sysutils/cppinsights/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1712407492
SHA256 (andreasfertig-cppinsights-v_17.0_GH0.tar.gz) = 2dd6bcfcdba65c0ed2e1f04ef79d57285186871ad8bd481d63269f3115276216
SIZE (andreasfertig-cppinsights-v_17.0_GH0.tar.gz) = 331667

sysutils/cppinsights/pkg-descr

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
C++ Insights is a Clang-based tool that does a source-to-source transformation.
The goal of C++ Insights is to make things visible that normally and
intentionally happen behind the scenes.It's about the magic the compiler does
for us to make things work.