git: 935904a8b96f - main - devel/easy-profiler: Correct grammar in pkg-descr; Remove unused cmake:testing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Jun 2022 17:10:15 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=935904a8b96fba8a737f51bbf640b3e44ca03f8f commit 935904a8b96fba8a737f51bbf640b3e44ca03f8f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-06-20 17:09:30 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-06-20 17:09:30 +0000 devel/easy-profiler: Correct grammar in pkg-descr; Remove unused cmake:testing --- devel/easy-profiler/Makefile | 2 +- devel/easy-profiler/pkg-descr | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/easy-profiler/Makefile b/devel/easy-profiler/Makefile index e431f21591cf..5136bfef2bcc 100644 --- a/devel/easy-profiler/Makefile +++ b/devel/easy-profiler/Makefile @@ -12,7 +12,7 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/easy_profiler_core/LICENSE.APACHE LICENSE_FILE_MIT= ${WRKSRC}/easy_profiler_core/LICENSE.MIT -USES= cmake:testing compiler:c++11-lang qt:5 +USES= cmake compiler:c++11-lang qt:5 USE_QT= core gui widgets buildtools_build qmake_build USE_GITHUB= yes diff --git a/devel/easy-profiler/pkg-descr b/devel/easy-profiler/pkg-descr index 550cc403a18c..24827c5449ec 100644 --- a/devel/easy-profiler/pkg-descr +++ b/devel/easy-profiler/pkg-descr @@ -1,8 +1,8 @@ Lightweight cross-platform profiler library for C++. You can profile any function in you code. Furthermore this library -provide measuring time of any block of code. For example, information -for 12 millions of blocks is using less than 300Mb of memory. Working -profiler slows your application execution for only 1-2%. +allows to measure time of any block of code. For example, gathering +information for 12 million blocks is using less than 300MB of memory. +Working profiler slows your application execution by only 1-2%. WWW: https://github.com/yse/easy_profiler