FreeBSD Bugzilla – Attachment 254349 Details for
Bug 278197
[NEW PORT] devel/cppinsights: C++ Insights - See your source code with the eyes of a compiler.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-cppinsights-new-port.patch
0001-cppinsights-new-port.patch (text/plain), 2.33 KB, created by
Martin Filla
on 2024-10-19 07:09:09 UTC
(
hide
)
Description:
0001-cppinsights-new-port.patch
Filename:
MIME Type:
Creator:
Martin Filla
Created:
2024-10-19 07:09:09 UTC
Size:
2.33 KB
patch
obsolete
>From b986b456869a464b3128e0a31a5b2ab8c5df441f Mon Sep 17 00:00:00 2001 >From: Charlie Root <root@hades.lan> >Date: Sat, 19 Oct 2024 09:08:03 +0200 >Subject: [PATCH] cppinsights: new port > >--- > sysutils/cppinsights/Makefile | 20 ++++++++++++++++++++ > sysutils/cppinsights/distinfo | 3 +++ > sysutils/cppinsights/pkg-descr | 4 ++++ > sysutils/cppinsights/pkg-plist | 1 + > 4 files changed, 28 insertions(+) > create mode 100644 sysutils/cppinsights/Makefile > create mode 100644 sysutils/cppinsights/distinfo > create mode 100644 sysutils/cppinsights/pkg-descr > create mode 100644 sysutils/cppinsights/pkg-plist > >diff --git a/sysutils/cppinsights/Makefile b/sysutils/cppinsights/Makefile >new file mode 100644 >index 000000000000..8adea63b210d >--- /dev/null >+++ b/sysutils/cppinsights/Makefile >@@ -0,0 +1,20 @@ >+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 >+GH_PROJECT= cppinsights >+ >+CMAKE_ARGS= -DLLVM_CONFIG_PATH="${LOCALBASE}/llvm${LLVM_VERSION}/bin/llvm-config" >+ >+.include <bsd.port.mk> >diff --git a/sysutils/cppinsights/distinfo b/sysutils/cppinsights/distinfo >new file mode 100644 >index 000000000000..1fb7ac63e475 >--- /dev/null >+++ b/sysutils/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/sysutils/cppinsights/pkg-descr b/sysutils/cppinsights/pkg-descr >new file mode 100644 >index 000000000000..5711c4ff1682 >--- /dev/null >+++ b/sysutils/cppinsights/pkg-descr >@@ -0,0 +1,4 @@ >+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. >diff --git a/sysutils/cppinsights/pkg-plist b/sysutils/cppinsights/pkg-plist >new file mode 100644 >index 000000000000..a86174074cb0 >--- /dev/null >+++ b/sysutils/cppinsights/pkg-plist >@@ -0,0 +1 @@ >+bin/insights >-- >2.45.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
freebsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 278197
:
249761
|
254325
|
254339
| 254349