FreeBSD Bugzilla – Attachment 252776 Details for
Bug 278126
[NEW PORT] devel/tracy: frame profiler
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-devel-tracy-new-port.patch
0001-devel-tracy-new-port.patch (text/plain), 3.72 KB, created by
Martin Filla
on 2024-08-15 12:55:14 UTC
(
hide
)
Description:
0001-devel-tracy-new-port.patch
Filename:
MIME Type:
Creator:
Martin Filla
Created:
2024-08-15 12:55:14 UTC
Size:
3.72 KB
patch
obsolete
>From b2eca3d0e7aa53e882c81757b1158217d5461863 Mon Sep 17 00:00:00 2001 >From: Charlie Root <root@hades.lan> >Date: Thu, 15 Aug 2024 14:52:35 +0200 >Subject: [PATCH] devel/tracy: new port > >--- > devel/tracy/Makefile | 18 +++++++++++++++++ > devel/tracy/distinfo | 3 +++ > devel/tracy/pkg-descr | 2 ++ > devel/tracy/pkg-plist | 47 +++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 70 insertions(+) > create mode 100644 devel/tracy/Makefile > create mode 100644 devel/tracy/distinfo > create mode 100644 devel/tracy/pkg-descr > create mode 100644 devel/tracy/pkg-plist > >diff --git a/devel/tracy/Makefile b/devel/tracy/Makefile >new file mode 100644 >index 000000000000..f561b9de5ecc >--- /dev/null >+++ b/devel/tracy/Makefile >@@ -0,0 +1,18 @@ >+PORTNAME= tracy >+DISTVERSIONPREFIX= v >+DISTVERSION= 0.11.0 >+CATEGORIES= devel >+ >+MAINTAINER= freebsd@sysctl.cz >+COMMENT= Frame and sampling profiler for games and other applications >+WWW= https://tracy.nereid.pl/ >+ >+LICENSE= BSD3CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+USES= cmake compiler:c11 localbase:ldflags >+USE_GITHUB= yes >+GH_ACCOUNT= wolfpld >+CMAKE_ARGS= -DCMAKE_INSTALL_INCLUDEDIR=${PREFIX}/include/${PORTNAME} >+ >+.include <bsd.port.mk> >diff --git a/devel/tracy/distinfo b/devel/tracy/distinfo >new file mode 100644 >index 000000000000..11179e1b2bf5 >--- /dev/null >+++ b/devel/tracy/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1723485717 >+SHA256 (wolfpld-tracy-v0.11.0_GH0.tar.gz) = b591ef2820c5575ccbf17e2e7a1dc1f6b9a2708f65bfd00f4ebefad2a1ccf830 >+SIZE (wolfpld-tracy-v0.11.0_GH0.tar.gz) = 6125166 >diff --git a/devel/tracy/pkg-descr b/devel/tracy/pkg-descr >new file mode 100644 >index 000000000000..0d3ec1af3b2c >--- /dev/null >+++ b/devel/tracy/pkg-descr >@@ -0,0 +1,2 @@ >+A real time, nanosecond resolution, remote telemetry, >+hybrid frame and sampling profiler for games and other applications. >diff --git a/devel/tracy/pkg-plist b/devel/tracy/pkg-plist >new file mode 100644 >index 000000000000..cc8f5252aad1 >--- /dev/null >+++ b/devel/tracy/pkg-plist >@@ -0,0 +1,47 @@ >+include/tracy/client/TracyArmCpuTable.hpp >+include/tracy/client/TracyCallstack.h >+include/tracy/client/TracyCallstack.hpp >+include/tracy/client/TracyCpuid.hpp >+include/tracy/client/TracyDebug.hpp >+include/tracy/client/TracyDxt1.hpp >+include/tracy/client/TracyFastVector.hpp >+include/tracy/client/TracyKCore.hpp >+include/tracy/client/TracyLock.hpp >+include/tracy/client/TracyProfiler.hpp >+include/tracy/client/TracyRingBuffer.hpp >+include/tracy/client/TracyScoped.hpp >+include/tracy/client/TracyStringHelpers.hpp >+include/tracy/client/TracySysPower.hpp >+include/tracy/client/TracySysTime.hpp >+include/tracy/client/TracySysTrace.hpp >+include/tracy/client/TracyThread.hpp >+include/tracy/client/tracy_SPSCQueue.h >+include/tracy/client/tracy_concurrentqueue.h >+include/tracy/client/tracy_rpmalloc.hpp >+include/tracy/common/TracyAlign.hpp >+include/tracy/common/TracyAlloc.hpp >+include/tracy/common/TracyApi.h >+include/tracy/common/TracyColor.hpp >+include/tracy/common/TracyForceInline.hpp >+include/tracy/common/TracyMutex.hpp >+include/tracy/common/TracyProtocol.hpp >+include/tracy/common/TracyQueue.hpp >+include/tracy/common/TracySocket.hpp >+include/tracy/common/TracyStackFrames.hpp >+include/tracy/common/TracySystem.hpp >+include/tracy/common/TracyUwp.hpp >+include/tracy/common/TracyYield.hpp >+include/tracy/common/tracy_lz4.hpp >+include/tracy/common/tracy_lz4hc.hpp >+include/tracy/tracy/Tracy.hpp >+include/tracy/tracy/TracyC.h >+include/tracy/tracy/TracyD3D11.hpp >+include/tracy/tracy/TracyD3D12.hpp >+include/tracy/tracy/TracyLua.hpp >+include/tracy/tracy/TracyOpenCL.hpp >+include/tracy/tracy/TracyOpenGL.hpp >+include/tracy/tracy/TracyVulkan.hpp >+lib/libTracyClient.a >+share/Tracy/TracyConfig.cmake >+share/Tracy/TracyTargets-%%CMAKE_BUILD_TYPE%%.cmake >+share/Tracy/TracyTargets.cmake >-- >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 278126
:
249655
|
252716
| 252776