diff --git a/cppinsights/Makefile b/cppinsights/Makefile new file mode 100644 index 0000000..2283c5b --- /dev/null +++ b/cppinsights/Makefile @@ -0,0 +1,23 @@ +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://cppinsights.io/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake llvm:17 + +LIB_DEPENDS= libLLVM-17.so:devel/llvm17 + +USE_GITHUB= yes +GH_ACCOUNT= andreasfertig +GH_PROJECT= cppinsights + +CMAKE_ARGS+= -DLLVM_CONFIG_PATH="${LOCALBASE}/llvm17/bin/llvm-config" + +.include diff --git a/cppinsights/distinfo b/cppinsights/distinfo new file mode 100644 index 0000000..1fb7ac6 --- /dev/null +++ b/cppinsights/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1712407492 +SHA256 (andreasfertig-cppinsights-v_17.0_GH0.tar.gz) = 2dd6bcfcdba65c0ed2e1f04ef79d57285186871ad8bd481d63269f3115276216 +SIZE (andreasfertig-cppinsights-v_17.0_GH0.tar.gz) = 331667 diff --git a/cppinsights/pkg-descr b/cppinsights/pkg-descr new file mode 100644 index 0000000..6515b8e --- /dev/null +++ b/cppinsights/pkg-descr @@ -0,0 +1 @@ +C++ Insights - See your source code with the eyes of a compiler. diff --git a/cppinsights/pkg-plist b/cppinsights/pkg-plist new file mode 100644 index 0000000..a861740 --- /dev/null +++ b/cppinsights/pkg-plist @@ -0,0 +1 @@ +bin/insights