Date: Wed, 27 May 2026 12:36:16 +0000 From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Alastair Hogge <agh@riseup.net> Subject: git: e49acda643d1 - main - devel/c-stdaux: Add new port Message-ID: <6a16e540.4256d.62535aeb@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=e49acda643d129ee4b07b5ed9a56080135e05e5a commit e49acda643d129ee4b07b5ed9a56080135e05e5a Author: Alastair Hogge <agh@riseup.net> AuthorDate: 2026-05-27 12:35:53 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2026-05-27 12:35:53 +0000 devel/c-stdaux: Add new port Auxiliary macros and functions for the C standard library WWW: https://c-util.github.io/c-stdaux PR: 294568 Co-authored-by: Max Brazhnikov <makc@FreeBSD.org> --- devel/Makefile | 1 + devel/c-stdaux/Makefile | 16 ++++++++++++++++ devel/c-stdaux/distinfo | 3 +++ devel/c-stdaux/pkg-descr | 4 ++++ devel/c-stdaux/pkg-plist | 5 +++++ 5 files changed, 29 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 1a191acba4bf..2e396ee6435a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -359,6 +359,7 @@ SUBDIR += bustle SUBDIR += byacc SUBDIR += byaccj + SUBDIR += c-stdaux SUBDIR += c2mdoc SUBDIR += c4core SUBDIR += calibrator diff --git a/devel/c-stdaux/Makefile b/devel/c-stdaux/Makefile new file mode 100644 index 000000000000..cc58480b4959 --- /dev/null +++ b/devel/c-stdaux/Makefile @@ -0,0 +1,16 @@ +PORTNAME= c-stdaux +DISTVERSIONPREFIX= v +DISTVERSION= 1.6.0 +CATEGORIES= devel + +MAINTAINER= python@FreeBSD.org +COMMENT= Auxiliary macros and functions for the C standard library +WWW= https://c-util.github.io/c-stdaux + +USES= compiler:c11 meson pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= c-util + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/c-stdaux/distinfo b/devel/c-stdaux/distinfo new file mode 100644 index 000000000000..58b32dd55c81 --- /dev/null +++ b/devel/c-stdaux/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1776314216 +SHA256 (c-util-c-stdaux-v1.6.0_GH0.tar.gz) = 2ee2b7604a18b919f97f4357e61219520ec0b6e73f4d64ed9902cf1b5af047df +SIZE (c-util-c-stdaux-v1.6.0_GH0.tar.gz) = 24360 diff --git a/devel/c-stdaux/pkg-descr b/devel/c-stdaux/pkg-descr new file mode 100644 index 000000000000..c79e35e46c18 --- /dev/null +++ b/devel/c-stdaux/pkg-descr @@ -0,0 +1,4 @@ +The c-stdaux project contains support macros and auxiliary functions around the +functionality of common C standard libraries. This includes helpers for the ISO +C Standard Library, but also other common specifications like POSIX or common +extended features of widespread compilers like gcc and clang. diff --git a/devel/c-stdaux/pkg-plist b/devel/c-stdaux/pkg-plist new file mode 100644 index 000000000000..0b74f8dd5691 --- /dev/null +++ b/devel/c-stdaux/pkg-plist @@ -0,0 +1,5 @@ +include/c-stdaux-generic.h +include/c-stdaux-gnuc.h +include/c-stdaux-unix.h +include/c-stdaux.h +libdata/pkgconfig/libcstdaux-1.pchome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a16e540.4256d.62535aeb>
