git: d1bcdbd2470f - main - libutil++: Add package definition
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Aug 2025 17:21:40 UTC
The branch main has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=d1bcdbd2470fe49515911f8da0abf50545adaf24
commit d1bcdbd2470fe49515911f8da0abf50545adaf24
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-08-05 17:14:09 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-08-05 17:14:09 +0000
libutil++: Add package definition
Fixes: b3127a2dc25a
---
release/packages/ucl/libutil++-all.ucl | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/release/packages/ucl/libutil++-all.ucl b/release/packages/ucl/libutil++-all.ucl
new file mode 100644
index 000000000000..dfd77215dbc5
--- /dev/null
+++ b/release/packages/ucl/libutil++-all.ucl
@@ -0,0 +1,4 @@
+comment = "C++ utility library"
+desc = <<EOD
+libutil++ contains various C++ utility classes used by the base system.
+EOD