Page MenuHomeFreeBSD

D56474.diff
No OneTemporary

D56474.diff

This file is larger than 256 KB, so syntax highlighting was skipped.
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -774,6 +774,7 @@
MK_HTML=no \
MK_MAN=no \
MK_RETPOLINE=no \
+ MK_SBOM=no \
MK_SSP=no \
MK_TESTS=no \
MK_UBSAN=no \
@@ -3065,10 +3066,16 @@
_ar=usr.bin/ar
.endif
+.if ${MK_PKGCONF} != "no"
+_sbom= lib/libpkgconf \
+ usr.bin/bomtool
+.endif
+
cross-tools: .MAKE .PHONY
.for _tool in \
${LOCAL_XTOOL_DIRS} \
${_ar} \
+ ${_sbom} \
${_clang_libs} \
${_clang} \
${_lld} \
@@ -3966,7 +3973,7 @@
NOFUN=-DNO_FSCHG MK_HTML=no \
MK_MAN=no MK_NLS=no \
- MK_KERBEROS=no MK_RESCUE=no MK_TESTS=no MK_WERROR=no \
+ MK_KERBEROS=no MK_RESCUE=no MK_SBOM=no MK_TESTS=no MK_WERROR=no \
TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
CPUTYPE=${XDEV_CPUTYPE}
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -837,6 +837,10 @@
triggers
..
..
+ sbom
+ spdx
+ ..
+ ..
security
..
sendmail
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -43,6 +43,7 @@
bsd.port.subdir.mk - targets for building subdirectories for ports
bsd.prog.mk - building programs from source files
bsd.progs.mk - build multiple programs from sources
+bsd.sbom.mk - generate SBOM artefacts from pkg-config definitions
bsd.snmpmod.mk - building modules for the SNMP daemon bsnmpd
bsd.subdir.mk - targets for building subdirectories
bsd.sys.mk - common settings used for building FreeBSD sources
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk
+++ b/share/mk/bsd.lib.mk
@@ -527,3 +527,4 @@
.include <bsd.clang-analyze.mk>
.include <bsd.obj.mk>
.include <bsd.sys.mk>
+.include <bsd.sbom.mk>
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -364,3 +364,4 @@
.include <bsd.clang-analyze.mk>
.include <bsd.obj.mk>
.include <bsd.sys.mk>
+.include <bsd.sbom.mk>
diff --git a/share/mk/bsd.sbom.mk b/share/mk/bsd.sbom.mk
new file mode 100644
--- /dev/null
+++ b/share/mk/bsd.sbom.mk
@@ -0,0 +1,49 @@
+# Generate SBOM files from definitions in the pkg-config format
+#
+# +++ variables +++
+#
+# BOMTOOL Tool converting pkg-config files into SPDX version 2 files
+# SBOMDIR Source directory for the pkg-config files
+# SPDXDIR Destination directory for the SPDX version 2 files
+
+.if ${MK_SBOM} != "no"
+
+BOMTOOL?= bomtool
+SBOMDIR?= ${SRCTOP}/share/sbom/pkgconfig
+SPDXDIR?= /usr/share/sbom/spdx
+
+. if defined(LIB)
+SBOMNAME?= lib${LIB}
+SBOMTAGS= package=${PACKAGE:Uutilities},lib
+. elif defined(PROG)
+SBOMNAME?= ${PROG}
+SBOMTAGS= package=${PACKAGE:Uutilities}
+. else
+SBOMNAME=
+SBOMTAGS=
+. endif # defined(PROG) || defined(LIB)
+
+. if !empty(SBOMNAME)
+SBOMFILE?= ${SBOMNAME}.pc
+. endif # !empty(SBOMNAME)
+SBOM_TAG_ARGS= -T ${SBOMTAGS:ts,:[*]}
+
+. if !empty(SBOMFILE) && exists(${SBOMDIR}/${SBOMFILE})
+
+. if !defined(NO_SPDX_SBOM)
+all: ${SBOMNAME}.spdx
+
+${SBOMNAME}.spdx: ${SBOMDIR}/${SBOMFILE}
+ ${BOMTOOL} ${SBOMDIR}/${SBOMFILE} > ${.TARGET}
+
+spdxinstall: .PHONY ${SBOMNAME}.spdx
+ ${INSTALL} ${SBOM_TAG_ARGS} -m 0644 ${SBOMNAME}.spdx \
+ ${DESTDIR}${SPDXDIR}/${SBOMFILE:R}.spdx
+
+realinstall: spdxinstall
+.ORDER: beforeinstall spdxinstall
+. endif # !defined(NO_SPDX_SBOM)
+
+. endif # exists(${SBOMDIR}/${SBOMFILE})
+
+.endif # ${MK_SBOM}
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -167,6 +167,7 @@
RBOOTD \
RESCUE \
ROUTED \
+ SBOM \
SENDMAIL \
SERVICESDB \
SETUID_LOGIN \
diff --git a/share/sbom/LICENSES/LicenseRef-FreeBSD-SBOM b/share/sbom/LICENSES/LicenseRef-FreeBSD-SBOM
new file mode 100644
--- /dev/null
+++ b/share/sbom/LICENSES/LicenseRef-FreeBSD-SBOM
@@ -0,0 +1,21 @@
+FreeBSD Software Bill of Material Disclaimer
+
+The FreeBSD software and this Software Bill of Materials (SBOM) are provided
+to users "AS IS" and without warranty of any kind, whether express or implied,
+and the FreeBSD Project and the FreeBSD Foundation specifically disclaim any
+implied warranties of merchantability or fitness for a particular purpose or
+noninfringement therefor.
+
+Further, the FreeBSD Project and the FreeBSD Foundation do not warrant,
+guarantee, or make any representations regarding the use, or the results of
+the use, of the FreeBSD software, the SBOM or any other written materials in
+terms of correctness, accuracy, reliability, or otherwise.
+
+Limitation of Liability in addition, the FreeBSD Project and
+the FreeBSD Foundation shall not be responsible or liable with respect to
+any use of the FreeBSD software or SBOM or any documentation related thereto
+under any contract, negligence, strict liability or other theory for:
+(i) for loss or inaccuracy of data or cost of procurement of substitute goods,
+services or technology; (ii) any indirect, incidental or consequential damages
+including, but not limited to, loss of profits; or (iii) any matter beyond
+their reasonable control.
diff --git a/share/sbom/pkgconfig/CC.pc b/share/sbom/pkgconfig/CC.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/CC.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: The Clang C, C++, and Objective-C compiler
+License: Apache-2.0
+Name: CC
+Requires: csu, libclang, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libexecinfo, libthr, libz, libzstd, msun, libncurses, libtinfo
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/Mail.pc b/share/sbom/pkgconfig/Mail.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/Mail.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993 The Regents of the University of California, 1992, 1993 The Regents of the University of California, 1989, 1993 The Regents of the University of California
+Description: Send and receive mail
+License: BSD-3-Clause AND BSD-2-Clause
+Name: Mail
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mail
+URL: https://man.freebsd.org/cgi/man.cgi?query=mail(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/[.pc b/share/sbom/pkgconfig/[.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/[.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Condition evaluation utility
+License: LicenseRef-Public-Domain
+Name: [
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/test
+URL: https://man.freebsd.org/cgi/man.cgi?query=[(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/addr2line.pc b/share/sbom/pkgconfig/addr2line.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/addr2line.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: A drop-in replacement for addr2line
+License: Apache-2.0
+Name: addr2line
+Requires: csu, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libthr, libz, msun, libncursesw
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/adjkerntz.pc b/share/sbom/pkgconfig/adjkerntz.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/adjkerntz.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993-1998 by Andrey A. Chernov, Moscow, Russia, 1993 by Andrew A. Chernov, Moscow, Russia
+Description: Adjust real-time clock (rtc) and kernel timezone offset
+License: BSD-3-Clause AND BSD-2-Clause
+Name: adjkerntz
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/adjkerntz
+URL: https://man.freebsd.org/cgi/man.cgi?query=adjkerntz(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/alias.pc b/share/sbom/pkgconfig/alias.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/alias.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California, 1997-2005 Herbert Xu <herbert@gondor.apana.org.au>, 2010-2015 Jilles Tjoelker <jilles@stack.nl>, 1993 The Regents of the University of California, Copyright 1989 by Kenneth Almquist, 1995 The Regents of the University of California, 2002 Herbert Xu, 2007 Herbert Xu <herbert@gondor.apana.org.au>
+Description: Define aliases
+License: BSD-3-Clause
+Name: alias
+Requires: csu, libc, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/bin/sh
+URL: https://man.freebsd.org/cgi/man.cgi?query=sh(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/apply.pc b/share/sbom/pkgconfig/apply.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/apply.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1994 The Regents of the University of California
+Description: Apply a command to a set of arguments
+License: BSD-3-Clause
+Name: apply
+Requires: csu, libc, libcompiler_rt, libsbuf
+Source: https://cgit.freebsd.org/src/tree/usr.bin/apply
+URL: https://man.freebsd.org/cgi/man.cgi?query=apply(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/apropos.pc b/share/sbom/pkgconfig/apropos.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/apropos.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Utilities query manual page databases generated by makewhatis evaluating
+License: BSD-3-Clause AND BSD-2-Clause AND 0BSD
+Name: apropos
+URL: https://mandoc.bsd.lv
+Version: 2025-09-26
diff --git a/share/sbom/pkgconfig/ar.pc b/share/sbom/pkgconfig/ar.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ar.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2008 Kai Wang, 2007 Kai Wang, 2007 Tim Kientzle, 2007 Joseph Koshy, 1990, 1993, 1994 The Regents of the University of California, 2003-2007 Tim Kientzle
+Description: Manage archives
+License: BSD-2-Clause AND BSD-3-Clause
+Name: ar
+Requires: csu, libarchive, libc, libcompiler_rt, libelf
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ar
+URL: https://man.freebsd.org/cgi/man.cgi?query=ar(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/asa.pc b/share/sbom/pkgconfig/asa.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/asa.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993,94 Winning Strategies, Inc.
+Description: Interpret carriage-control characters
+License: BSD-4-Clause
+Name: asa
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/asa
+URL: https://man.freebsd.org/cgi/man.cgi?query=asa(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/at.pc b/share/sbom/pkgconfig/at.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/at.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 Thomas Koenig, 1994 Thomas Koenig, 1993, 1994 Thomas Koenig, 1993 David Parsons
+Description: Queue, examine or delete jobs for later execution
+License: BSD-2-Clause
+Name: at
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/at
+URL: https://man.freebsd.org/cgi/man.cgi?query=at(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/atq.pc b/share/sbom/pkgconfig/atq.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/atq.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 Thomas Koenig, 1994 Thomas Koenig, 1993, 1994 Thomas Koenig, 1993 David Parsons
+Description: Queue, examine or delete jobs for later execution
+License: BSD-2-Clause
+Name: atq
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/at
+URL: https://man.freebsd.org/cgi/man.cgi?query=at(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/atrm.pc b/share/sbom/pkgconfig/atrm.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/atrm.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 Thomas Koenig, 1994 Thomas Koenig, 1993, 1994 Thomas Koenig, 1993 David Parsons
+Description: Queue, examine or delete jobs for later execution
+License: BSD-2-Clause
+Name: atrm
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/at
+URL: https://man.freebsd.org/cgi/man.cgi?query=at(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/awk.pc b/share/sbom/pkgconfig/awk.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/awk.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: One true awk
+License: SMLNJ
+Name: awk
+Source: https://github.com/onetrueawk/awk/tree/d7f37646965ee26214da0e1d97f3c1d54349ae2d
+URL: https://github.com/onetrueawk/awk
+Version: 20250804
diff --git a/share/sbom/pkgconfig/b64decode.pc b/share/sbom/pkgconfig/b64decode.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/b64decode.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California, 2022 The FreeBSD Foundation, 2020 Baptiste Daroussin <bapt@FreeBSD.org>
+Description: Encode / decode a binary file
+License: BSD-3-Clause AND BSD-2-Clause
+Name: b64decode
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/bintrans
+URL: https://man.freebsd.org/cgi/man.cgi?query=b64decode(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/b64encode.pc b/share/sbom/pkgconfig/b64encode.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/b64encode.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California, 2022 The FreeBSD Foundation, 2020 Baptiste Daroussin <bapt@FreeBSD.org>
+Description: Encode / decode a binary file
+License: BSD-3-Clause AND BSD-2-Clause
+Name: b64encode
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/bintrans
+URL: https://man.freebsd.org/cgi/man.cgi?query=b64encode(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/backlight.pc b/share/sbom/pkgconfig/backlight.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/backlight.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2020 Emmanuel Vadot <manu@FreeBSD.org>
+Description: Configure backlight hardware
+License: BSD-2-Clause
+Name: backlight
+Source: https://cgit.freebsd.org/src/tree/usr.bin/backlight
+URL: https://man.freebsd.org/cgi/man.cgi?query=backlight(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/banner.pc b/share/sbom/pkgconfig/banner.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/banner.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993, 1994 The Regents of the University of California
+Description: Print large banner on printer
+License: BSD-3-Clause
+Name: banner
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/banner
+URL: https://man.freebsd.org/cgi/man.cgi?query=banner(6)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/base64.pc b/share/sbom/pkgconfig/base64.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/base64.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California, 2022 The FreeBSD Foundation, 2020 Baptiste Daroussin <bapt@FreeBSD.org>
+Description: Encode / decode a binary file
+License: BSD-3-Clause AND BSD-2-Clause
+Name: base64
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/bintrans
+URL: https://man.freebsd.org/cgi/man.cgi?query=base64(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/basename.pc b/share/sbom/pkgconfig/basename.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/basename.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993, 1994 The Regents of the University of California
+Description: Return filename or directory portion of pathname
+License: BSD-3-Clause AND BSD-2-Clause
+Name: basename
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/basename
+URL: https://man.freebsd.org/cgi/man.cgi?query=basename(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/batch.pc b/share/sbom/pkgconfig/batch.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/batch.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 Thomas Koenig, 1994 Thomas Koenig, 1993, 1994 Thomas Koenig, 1993 David Parsons
+Description: Queue, examine or delete jobs for later execution
+License: BSD-2-Clause
+Name: batch
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/at
+URL: https://man.freebsd.org/cgi/man.cgi?query=at(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/bc.pc b/share/sbom/pkgconfig/bc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bc.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Implementation of the POSIX bc calculator with GNU extensions and dc
+License: BSD-2-Clause
+Name: bc
+Source: https://github.com/gavinhoward/bc/tree/7.1.0
+URL: https://gavinhoward.com/tag/bc/
+Version: 7.1.0
diff --git a/share/sbom/pkgconfig/bectl.pc b/share/sbom/pkgconfig/bectl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bectl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2017 Kyle J. Kneitinger <kyle@kneit.in>, 2018 Kyle Evans <kevans@FreeBSD.org>
+Description: Manage ZFS boot environments
+License: Beerware AND BSD-2-Clause
+Name: bectl
+Requires: csu, libbe, libc, libcompiler_rt, libjail, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/bectl
+URL: https://man.freebsd.org/cgi/man.cgi?query=bectl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/beep.pc b/share/sbom/pkgconfig/beep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/beep.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2021 Hans Petter Selasky <hselasky@freebsd.org>
+Description: Play a beep sound
+License: BSD-2-Clause
+Name: beep
+Source: https://cgit.freebsd.org/src/tree/usr.bin/beep
+URL: https://man.freebsd.org/cgi/man.cgi?query=beep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/bg.pc b/share/sbom/pkgconfig/bg.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bg.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California, 1997-2005 Herbert Xu <herbert@gondor.apana.org.au>, 2010-2015 Jilles Tjoelker <jilles@stack.nl>, 1993 The Regents of the University of California, Copyright 1989 by Kenneth Almquist, 1995 The Regents of the University of California, 2002 Herbert Xu, 2007 Herbert Xu <herbert@gondor.apana.org.au>
+Description: Background PID
+License: BSD-3-Clause
+Name: bg
+Requires: csu, libc, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/bin/sh
+URL: https://man.freebsd.org/cgi/man.cgi?query=sh(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/biff.pc b/share/sbom/pkgconfig/biff.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/biff.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993 The Regents of the University of California
+Description: Be notified if mail arrives and who it is from
+License: BSD-3-Clause
+Name: biff
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/biff
+URL: https://man.freebsd.org/cgi/man.cgi?query=biff(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/bintrans.pc b/share/sbom/pkgconfig/bintrans.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bintrans.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California, 2022 The FreeBSD Foundation, 2020 Baptiste Daroussin <bapt@FreeBSD.org>
+Description: Encode / decode a binary file
+License: BSD-3-Clause AND BSD-2-Clause
+Name: bintrans
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/bintrans
+URL: https://man.freebsd.org/cgi/man.cgi?query=bintrans(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/bmake.pc b/share/sbom/pkgconfig/bmake.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bmake.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Program designed to simplify the maintenance of other programs
+License: BSD-3-Clause
+Name: bmake
+Source: https://cvsweb.netbsd.org/bsdweb.cgi/src/usr.bin/make/
+URL: https://www.NetBSD.org
+Version: 20250804
diff --git a/share/sbom/pkgconfig/brandelf.pc b/share/sbom/pkgconfig/brandelf.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/brandelf.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2000, 2001 David O'Brien, 1996 Soren Schmidt
+Description: Mark an ELF binary for a specific ABI
+License: LicenseRef-scancode-bsd-unchanged
+Name: brandelf
+Requires: csu, libc, libcapsicum, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/brandelf
+URL: https://man.freebsd.org/cgi/man.cgi?query=brandelf(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/bsdcat.pc b/share/sbom/pkgconfig/bsdcat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bsdcat.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Multi-format archive and compression library
+License: BSD-3-Clause AND BSD-2-Clause AND CC0-1.0 AND openssl AND Apache-2.0
+Name: bsdcat
+Source: https://github.com/libarchive/libarchive/tree/v3.8.2
+URL: https://libarchive.org
+Version: 3.8.2
diff --git a/share/sbom/pkgconfig/bsdcpio.pc b/share/sbom/pkgconfig/bsdcpio.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bsdcpio.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Multi-format archive and compression library
+License: BSD-3-Clause AND BSD-2-Clause AND CC0-1.0 AND openssl AND Apache-2.0
+Name: bsdcpio
+Source: https://github.com/libarchive/libarchive/tree/v3.8.2
+URL: https://libarchive.org
+Version: 3.8.2
diff --git a/share/sbom/pkgconfig/bsddialog.pc b/share/sbom/pkgconfig/bsddialog.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bsddialog.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Utility and a library to build scripts and tools with TUI dialogs and widgets
+License: BSD-2-Clause
+Name: bsddialog
+Source: https://gitlab.com/alfix/bsddialog/-/tree/1.1
+URL: https://gitlab.com/alfix/bsddialog
+Version: 1.1
diff --git a/share/sbom/pkgconfig/bsdiff.pc b/share/sbom/pkgconfig/bsdiff.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bsdiff.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2003-2008 Yuta Mori, Copyright 2003-2005 Colin Percival
+Description: Generate a patch between two binary files
+License: BSD-3-Clause AND BSD-2-Clause
+Name: bsdiff
+Requires: csu, bzip2, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/bsdiff/bsdiff
+URL: https://man.freebsd.org/cgi/man.cgi?query=bsdiff(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/bsdlabel.pc b/share/sbom/pkgconfig/bsdlabel.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bsdlabel.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1994, 1995 Gordon W. Ross, 1994 Theo de Raadt, 1987, 1993 The Regents of the University of California, 1989, 1993 The Regents of the University of California
+Description: Read and write BSD label
+License: BSD-4-Clause AND BSD-3-Clause
+Name: bsdlabel
+Requires: csu, libc, libcompiler_rt, libgeom
+Source: https://cgit.freebsd.org/src/tree/sbin/bsdlabel
+URL: https://man.freebsd.org/cgi/man.cgi?query=bsdlabel(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/bsdtar.pc b/share/sbom/pkgconfig/bsdtar.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bsdtar.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Multi-format archive and compression library
+License: BSD-3-Clause AND BSD-2-Clause AND CC0-1.0 AND openssl AND Apache-2.0
+Name: bsdtar
+Source: https://github.com/libarchive/libarchive/tree/v3.8.2
+URL: https://libarchive.org
+Version: 3.8.2
diff --git a/share/sbom/pkgconfig/bsdunzip.pc b/share/sbom/pkgconfig/bsdunzip.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bsdunzip.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Multi-format archive and compression library
+License: BSD-3-Clause AND BSD-2-Clause AND CC0-1.0 AND openssl AND Apache-2.0
+Name: bsdunzip
+Source: https://github.com/libarchive/libarchive/tree/v3.8.2
+URL: https://libarchive.org
+Version: 3.8.2
diff --git a/share/sbom/pkgconfig/bsnmpget.pc b/share/sbom/pkgconfig/bsnmpget.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bsnmpget.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2005-2006 The FreeBSD Project
+Description: Simple tools for querying SNMP agents
+License: BSD-2-Clause
+Name: bsnmpget
+Requires: csu, libbsnmp, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/bsnmpd/tools/bsnmptools
+URL: https://man.freebsd.org/cgi/man.cgi?query=bsnmpget(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/bsnmpset.pc b/share/sbom/pkgconfig/bsnmpset.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bsnmpset.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2005-2006 The FreeBSD Project
+Description: Simple tools for querying SNMP agents
+License: BSD-2-Clause
+Name: bsnmpset
+Requires: csu, libbsnmp, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/bsnmpd/tools/bsnmptools
+URL: https://man.freebsd.org/cgi/man.cgi?query=bsnmpget(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/bsnmpwalk.pc b/share/sbom/pkgconfig/bsnmpwalk.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bsnmpwalk.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2005-2006 The FreeBSD Project
+Description: Simple tools for querying SNMP agents
+License: BSD-2-Clause
+Name: bsnmpwalk
+Requires: csu, libbsnmp, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/bsnmpd/tools/bsnmptools
+URL: https://man.freebsd.org/cgi/man.cgi?query=bsnmpget(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/bspatch.pc b/share/sbom/pkgconfig/bspatch.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bspatch.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: Copyright 2003-2005 Colin Percival
+Description: Apply a patch built with bsdiff(1)
+License: BSD-2-Clause
+Name: bspatch
+Requires: csu, bzip2, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/bsdiff/bspatch
+URL: https://man.freebsd.org/cgi/man.cgi?query=bspatch(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/bthost.pc b/share/sbom/pkgconfig/bthost.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bthost.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
+Description: Look up Bluetooth host names and Protocol Service Multiplexor values
+License: BSD-2-Clause
+Name: bthost
+Requires: csu, libbluetooth, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/bluetooth/bthost
+URL: https://man.freebsd.org/cgi/man.cgi?query=bthost(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/btsockstat.pc b/share/sbom/pkgconfig/btsockstat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/btsockstat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
+Description: Show Bluetooth sockets information
+License: BSD-2-Clause
+Name: btsockstat
+Requires: csu, libbluetooth, libc, libcompiler_rt, libkvm
+Source: https://cgit.freebsd.org/src/tree/usr.bin/bluetooth/btsockstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=btsockstat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/bunzip2.pc b/share/sbom/pkgconfig/bunzip2.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bunzip2.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: High-quality data compressor
+License: bzip2-1.0.6
+Name: bunzip2
+Source: https://sourceware.org/git/?p=bzip2.git;a=commit;h=6a8690fc8d26c815e798c588f796eabe9d684cf0
+URL: https://sourceware.org/bzip2/
+Version: 1.0.8
diff --git a/share/sbom/pkgconfig/byacc.pc b/share/sbom/pkgconfig/byacc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/byacc.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Parser generator designed to be compatible with Yacc
+License: LicenseRef-scancode-public-domain
+Name: byacc
+Source: https://invisible-island.net/datafiles/release/byacc.tar.gz
+URL: https://invisible-island.net/byacc/
+Version: 20240109
diff --git a/share/sbom/pkgconfig/bzcat.pc b/share/sbom/pkgconfig/bzcat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bzcat.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: High-quality data compressor
+License: bzip2-1.0.6
+Name: bzcat
+Source: https://sourceware.org/git/?p=bzip2.git;a=commit;h=6a8690fc8d26c815e798c588f796eabe9d684cf0
+URL: https://sourceware.org/bzip2/
+Version: 1.0.8
diff --git a/share/sbom/pkgconfig/bzegrep.pc b/share/sbom/pkgconfig/bzegrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bzegrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: Grep compressed files
+License: BSD-2-Clause
+Name: bzegrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=bzegrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/bzfgrep.pc b/share/sbom/pkgconfig/bzfgrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bzfgrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: Grep compressed files
+License: BSD-2-Clause
+Name: bzfgrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=bzfgrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/bzgrep.pc b/share/sbom/pkgconfig/bzgrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bzgrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: Grep compressed files
+License: BSD-2-Clause
+Name: bzgrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=bzgrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/bzip2.pc b/share/sbom/pkgconfig/bzip2.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bzip2.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: High-quality data compressor
+License: bzip2-1.0.6
+Name: bzip2
+Source: https://sourceware.org/git/?p=bzip2.git;a=commit;h=6a8690fc8d26c815e798c588f796eabe9d684cf0
+URL: https://sourceware.org/bzip2/
+Version: 1.0.8
diff --git a/share/sbom/pkgconfig/bzip2recover.pc b/share/sbom/pkgconfig/bzip2recover.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bzip2recover.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: High-quality data compressor
+License: bzip2-1.0.6
+Name: bzip2recover
+Source: https://sourceware.org/git/?p=bzip2.git;a=commit;h=6a8690fc8d26c815e798c588f796eabe9d684cf0
+URL: https://sourceware.org/bzip2/
+Version: 1.0.8
diff --git a/share/sbom/pkgconfig/bzless.pc b/share/sbom/pkgconfig/bzless.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/bzless.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: High-quality data compressor
+License: bzip2-1.0.6
+Name: bzless
+Source: https://sourceware.org/git/?p=bzip2.git;a=commit;h=6a8690fc8d26c815e798c588f796eabe9d684cf0
+URL: https://sourceware.org/bzip2/
+Version: 1.0.8
diff --git a/share/sbom/pkgconfig/c++.pc b/share/sbom/pkgconfig/c++.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/c++.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: The Clang C, C++, and Objective-C compiler
+License: Apache-2.0
+Name: c++
+Requires: csu, libclang, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libexecinfo, libthr, libz, libzstd, msun, libncurses, libtinfo
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/c++filt.pc b/share/sbom/pkgconfig/c++filt.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/c++filt.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: LLVM symbol name demangler
+License: Apache-2.0
+Name: c++filt
+Requires: csu, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libthr, libz, msun, libncursesw
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/c89.pc b/share/sbom/pkgconfig/c89.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/c89.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2001 by Jens Schweikhardt
+Description: POSIX.2 C language compiler
+License: BSD-2-Clause
+Name: c89
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/c89
+URL: https://man.freebsd.org/cgi/man.cgi?query=c89(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/c99.pc b/share/sbom/pkgconfig/c99.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/c99.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Tim J. Robbins
+Description: Standard C language compiler
+License: BSD-2-Clause
+Name: c99
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/c99
+URL: https://man.freebsd.org/cgi/man.cgi?query=c99(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/caesar.pc b/share/sbom/pkgconfig/caesar.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/caesar.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California
+Description: Decrypt caesar ciphers
+License: BSD-3-Clause
+Name: caesar
+Requires: csu, libc, libcompiler_rt, msun
+Source: https://cgit.freebsd.org/src/tree/usr.bin/caesar
+URL: https://man.freebsd.org/cgi/man.cgi?query=caesar(6)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/cal.pc b/share/sbom/pkgconfig/cal.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/cal.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1997 Wolfgang Helbig
+Description: Displays a calendar and the date of Easter
+License: BSD-3-Clause AND BSD-2-Clause
+Name: cal
+Requires: csu, libc, libcalendar, libcompiler_rt, libtinfo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ncal
+URL: https://man.freebsd.org/cgi/man.cgi?query=ncal(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/calendar.pc b/share/sbom/pkgconfig/calendar.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/calendar.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1996 Wolfram Schneider <wosch@FreeBSD.org> Berlin, 1989, 1993 The Regents of the University of California, 1993-1996 by Andrey A. Chernov, Moscow, Russia, 1992-2009 Edwin Groothuis <edwin@FreeBSD.org>, 1989, 1993, 1994 The Regents of the University of California, 2009-2010 Edwin Groothuis <edwin@FreeBSD.org>
+Description: Reminder service
+License: BSD-3-Clause AND BSD-2-Clause
+Name: calendar
+Requires: csu, libc, libcompiler_rt, libutil, msun
+Source: https://cgit.freebsd.org/src/tree/usr.bin/calendar
+URL: https://man.freebsd.org/cgi/man.cgi?query=calendar(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/camcontrol.pc b/share/sbom/pkgconfig/camcontrol.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/camcontrol.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1998 Kenneth D. Merry, 2000 Kelly Yancey <kbyanc@posi.net>, 2016 Spectra Logic Corporation, 1997-2012 The NetBSD Foundation, Inc., 1997-2007 Kenneth D. Merry, 2011 Sandvine Incorporated, 2002-2011 Andre Albsmeier <andre@albsmeier.net>, 2013 Spectra Logic Corporation, 2015, 2016 Spectra Logic Corporation, Copyright julian Elischer 1993, 1994 HD Associates (contact dufault@hda.com), 2021 Netflix, Inc., 2014 Spectra Logic Corporation, 1997-2009 The NetBSD Foundation, Inc.
+Description: CAM control program
+License: BSD-3-Clause AND BSD-2-Clause
+Name: camcontrol
+Requires: csu, libc, libcam, libcompiler_rt, libnvmf, libsbuf, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/camcontrol
+URL: https://man.freebsd.org/cgi/man.cgi?query=camcontrol(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/cap_mkdb.pc b/share/sbom/pkgconfig/cap_mkdb.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/cap_mkdb.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992, 1993 The Regents of the University of California
+Description: Create capability database
+License: BSD-3-Clause
+Name: cap_mkdb
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/cap_mkdb
+URL: https://man.freebsd.org/cgi/man.cgi?query=cap_mkdb(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/captoinfo.pc b/share/sbom/pkgconfig/captoinfo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/captoinfo.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: clone of System V curses form library
+License: X11
+Name: captoinfo
+Requires: csu, libc, libcompiler_rt, libncurses, libtinfo
+Source: https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz
+URL: https://invisible-island.net/ncurses
+Version: 6.5
diff --git a/share/sbom/pkgconfig/cat.pc b/share/sbom/pkgconfig/cat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/cat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California
+Description: Concatenate and print files
+License: BSD-3-Clause
+Name: cat
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcasper.services.cap_net, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/cat
+URL: https://man.freebsd.org/cgi/man.cgi?query=cat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/cc.pc b/share/sbom/pkgconfig/cc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/cc.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: The Clang C, C++, and Objective-C compiler
+License: Apache-2.0
+Name: cc
+Requires: csu, libclang, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libexecinfo, libthr, libz, libzstd, msun, libncurses, libtinfo
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/ccdconfig.pc b/share/sbom/pkgconfig/ccdconfig.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ccdconfig.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2003 Poul-Henning Kamp, 1996 The NetBSD Foundation, Inc.
+Description: Configuration utility for the concatenated disk driver
+License: BSD-2-Clause
+Name: ccdconfig
+Requires: csu, libc, libcompiler_rt, libgeom
+Source: https://cgit.freebsd.org/src/tree/sbin/ccdconfig
+URL: https://man.freebsd.org/cgi/man.cgi?query=ccdconfig(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/cd.pc b/share/sbom/pkgconfig/cd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/cd.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California, 1997-2005 Herbert Xu <herbert@gondor.apana.org.au>, 2010-2015 Jilles Tjoelker <jilles@stack.nl>, 1993 The Regents of the University of California, Copyright 1989 by Kenneth Almquist, 1995 The Regents of the University of California, 2002 Herbert Xu, 2007 Herbert Xu <herbert@gondor.apana.org.au>
+Description: Change dir
+License: BSD-3-Clause
+Name: cd
+Requires: csu, libc, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/bin/sh
+URL: https://man.freebsd.org/cgi/man.cgi?query=sh(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/certctl.pc b/share/sbom/pkgconfig/certctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/certctl.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2023-2025 Dag-Erling Smorgrav <des@FreeBSD.org>
+Description: Tool for managing trusted and untrusted TLS certificates
+License: BSD-2-Clause
+Name: certctl
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/certctl
+URL: https://man.freebsd.org/cgi/man.cgi?query=certctl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/chat.pc b/share/sbom/pkgconfig/chat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/chat.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Automated conversational script with a modem
+License: LicenseRef-scancode-public-domain-disclaimer
+Name: chat
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/chat
+URL: https://man.freebsd.org/cgi/man.cgi?query=chat(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/chflags.pc b/share/sbom/pkgconfig/chflags.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/chflags.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992, 1993, 1994 The Regents of the University of California
+Description: Change file flags
+License: BSD-3-Clause
+Name: chflags
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/chflags
+URL: https://man.freebsd.org/cgi/man.cgi?query=chflags(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/chfn.pc b/share/sbom/pkgconfig/chfn.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/chfn.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993, 1994 The Regents of the University of California, 2002 Networks Associates Technology, Inc., 1990, 1993, 1994 The Regents of the University of California
+Description: Add or change user database information
+License: BSD-4-Clause AND BSD-3-Clause
+Name: chfn
+Requires: csu, libc, libcompiler_rt, libcrypt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/chpass
+URL: https://man.freebsd.org/cgi/man.cgi?query=chfn(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/chgrp.pc b/share/sbom/pkgconfig/chgrp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/chgrp.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993, 1994 The Regents of the University of California
+Description: Change group
+License: BSD-3-Clause
+Name: chgrp
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/chown
+URL: https://man.freebsd.org/cgi/man.cgi?query=chgrp(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/chio.pc b/share/sbom/pkgconfig/chio.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/chio.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1996 Jason R. Thorpe <thorpej@and.com>, 1997, by Matthew Jacob, for NASA/Ames Research Ctr, 2000, by C. Stephen Gunn, Waterspout Communications
+Description: Medium changer control utility
+License: BSD-4-Clause
+Name: chio
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/chio
+URL: https://man.freebsd.org/cgi/man.cgi?query=chio(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/chkgrp.pc b/share/sbom/pkgconfig/chkgrp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/chkgrp.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1998 Dag-Erling Smorgrav
+Description: Check the syntax of the group file
+License: LicenseRef-scancode-bsd-unchanged
+Name: chkgrp
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/chkgrp
+URL: https://man.freebsd.org/cgi/man.cgi?query=chkgrp(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/chkprintcap.pc b/share/sbom/pkgconfig/chkprintcap.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/chkprintcap.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: Copyright 1997 Massachusetts Institute of Technology, 1997, Massachusetts Institute of Technology, 2001 - Garance Alistair Drosehn <gad@FreeBSD.org>
+Description: Check validity of entries in the print spooler database
+License: BSD-3-Clause AND BSD-2-Clause
+Name: chkprintcap
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/lpr/chkprintcap
+URL: https://man.freebsd.org/cgi/man.cgi?query=chkprintcap(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/chmod.pc b/share/sbom/pkgconfig/chmod.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/chmod.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993, 1994 The Regents of the University of California
+Description: Change file modes
+License: BSD-3-Clause AND BSD-2-Clause
+Name: chmod
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/chmod
+URL: https://man.freebsd.org/cgi/man.cgi?query=chmod(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/chown.pc b/share/sbom/pkgconfig/chown.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/chown.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993, 1994 The Regents of the University of California
+Description: Change file owner and group
+License: BSD-3-Clause
+Name: chown
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/chown
+URL: https://man.freebsd.org/cgi/man.cgi?query=chown(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/chpass.pc b/share/sbom/pkgconfig/chpass.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/chpass.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993, 1994 The Regents of the University of California, 2002 Networks Associates Technology, Inc., 1990, 1993, 1994 The Regents of the University of California
+Description: Add or change user database information
+License: BSD-4-Clause AND BSD-3-Clause
+Name: chpass
+Requires: csu, libc, libcompiler_rt, libcrypt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/chpass
+URL: https://man.freebsd.org/cgi/man.cgi?query=chpass(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/chroot.pc b/share/sbom/pkgconfig/chroot.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/chroot.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993 The Regents of the University of California
+Description: Change root directory
+License: BSD-3-Clause
+Name: chroot
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/chroot
+URL: https://man.freebsd.org/cgi/man.cgi?query=chroot(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/chsh.pc b/share/sbom/pkgconfig/chsh.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/chsh.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993, 1994 The Regents of the University of California, 2002 Networks Associates Technology, Inc., 1990, 1993, 1994 The Regents of the University of California
+Description: Add or change user database information
+License: BSD-4-Clause AND BSD-3-Clause
+Name: chsh
+Requires: csu, libc, libcompiler_rt, libcrypt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/chpass
+URL: https://man.freebsd.org/cgi/man.cgi?query=chsh(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ckdist.pc b/share/sbom/pkgconfig/ckdist.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ckdist.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1997 Robert Nordier
+Description: Check software distributions
+License: BSD-2-Clause
+Name: ckdist
+Requires: csu, libc, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/ckdist
+URL: https://man.freebsd.org/cgi/man.cgi?query=ckdist(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/cksum.pc b/share/sbom/pkgconfig/cksum.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/cksum.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California
+Description: Display file checksums and block counts
+License: BSD-3-Clause
+Name: cksum
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/cksum
+URL: https://man.freebsd.org/cgi/man.cgi?query=cksum(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/clang++.pc b/share/sbom/pkgconfig/clang++.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/clang++.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: The Clang C, C++, and Objective-C compiler
+License: Apache-2.0
+Name: clang++
+Requires: csu, libclang, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libexecinfo, libthr, libz, libzstd, msun, libncurses, libtinfo
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/clang-cpp.pc b/share/sbom/pkgconfig/clang-cpp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/clang-cpp.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: The Clang C, C++, and Objective-C compiler
+License: Apache-2.0
+Name: clang-cpp
+Requires: csu, libclang, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libexecinfo, libthr, libz, libzstd, msun, libncurses, libtinfo
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/clang-scan-deps.pc b/share/sbom/pkgconfig/clang-scan-deps.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/clang-scan-deps.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: The Clang C, C++, and Objective-C compiler
+License: Apache-2.0
+Name: clang-scan-deps
+Requires: csu, libclang, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libexecinfo, libthr, libz, libzstd, msun, libncurses, libtinfo
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/clang.pc b/share/sbom/pkgconfig/clang.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/clang.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: The Clang C, C++, and Objective-C compiler
+License: Apache-2.0
+Name: clang
+Requires: csu, libclang, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libexecinfo, libthr, libz, libzstd, msun, libncurses, libtinfo
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/clear.pc b/share/sbom/pkgconfig/clear.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/clear.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: clone of System V curses form library
+License: X11
+Name: clear
+Requires: csu, libc, libcompiler_rt, libncurses, libtinfo
+Source: https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz
+URL: https://invisible-island.net/ncurses
+Version: 6.5
diff --git a/share/sbom/pkgconfig/clear_locks.pc b/share/sbom/pkgconfig/clear_locks.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/clear_locks.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2008 Isilon Inc http://www.isilon.com
+Description: Clear locks held on behalf of an NFS client
+License: BSD-2-Clause
+Name: clear_locks
+Requires: csu, libc, libcompiler_rt, librpcsvc
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/clear_locks
+URL: https://man.freebsd.org/cgi/man.cgi?query=clear_locks(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/clri.pc b/share/sbom/pkgconfig/clri.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/clri.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990, 1993 The Regents of the University of California
+Description: Clear an inode
+License: BSD-3-Clause AND BSD-2-Clause
+Name: clri
+Requires: csu, libc, libcompiler_rt, libufs
+Source: https://cgit.freebsd.org/src/tree/sbin/clri
+URL: https://man.freebsd.org/cgi/man.cgi?query=clri(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/cmp.pc b/share/sbom/pkgconfig/cmp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/cmp.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1987, 1990, 1993, 1994 The Regents of the University of California, 2005 Brian Somers <brian@FreeBSD.org>, 1991, 1993, 1994 The Regents of the University of California
+Description: Compare two files
+License: BSD-3-Clause AND BSD-2-Clause
+Name: cmp
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/cmp
+URL: https://man.freebsd.org/cgi/man.cgi?query=cmp(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/col.pc b/share/sbom/pkgconfig/col.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/col.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990, 1993, 1994 The Regents of the University of California
+Description: Filter reverse line feeds from input
+License: BSD-3-Clause
+Name: col
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/col
+URL: https://man.freebsd.org/cgi/man.cgi?query=col(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/colrm.pc b/share/sbom/pkgconfig/colrm.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/colrm.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California
+Description: Remove columns from a file
+License: BSD-3-Clause
+Name: colrm
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/colrm
+URL: https://man.freebsd.org/cgi/man.cgi?query=colrm(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/column.pc b/share/sbom/pkgconfig/column.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/column.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993, 1994 The Regents of the University of California
+Description: Columnate lists
+License: BSD-3-Clause AND BSD-2-Clause
+Name: column
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/column
+URL: https://man.freebsd.org/cgi/man.cgi?query=column(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/comcontrol.pc b/share/sbom/pkgconfig/comcontrol.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/comcontrol.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992 Christopher G. Demetriou
+Description: Control a special tty device
+License: BSD-3-Clause
+Name: comcontrol
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/comcontrol
+URL: https://man.freebsd.org/cgi/man.cgi?query=comcontrol(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/comm.pc b/share/sbom/pkgconfig/comm.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/comm.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993, 1994 The Regents of the University of California
+Description: Select or reject lines common to two files
+License: BSD-3-Clause
+Name: comm
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/comm
+URL: https://man.freebsd.org/cgi/man.cgi?query=comm(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/command.pc b/share/sbom/pkgconfig/command.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/command.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California, 1997-2005 Herbert Xu <herbert@gondor.apana.org.au>, 2010-2015 Jilles Tjoelker <jilles@stack.nl>, 1993 The Regents of the University of California, Copyright 1989 by Kenneth Almquist, 1995 The Regents of the University of California, 2002 Herbert Xu, 2007 Herbert Xu <herbert@gondor.apana.org.au>
+Description: Run command
+License: BSD-3-Clause
+Name: command
+Requires: csu, libc, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/bin/sh
+URL: https://man.freebsd.org/cgi/man.cgi?query=sh(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/compile_et.pc b/share/sbom/pkgconfig/compile_et.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/compile_et.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Common error display library
+License: BSD-3-Clause
+Name: compile_et
+Requires: csu, libc, libcompiler_rt, libcom_err
+URL: https://www.heimdal.software
+Version: 1.5.2
diff --git a/share/sbom/pkgconfig/compress.pc b/share/sbom/pkgconfig/compress.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/compress.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1996 FreeBSD Inc., 1985, 1986, 1992, 1993 The Regents of the University of California, 1992, 1993 The Regents of the University of California
+Description: Compress and expand data
+License: BSD-3-Clause AND BSD-2-Clause
+Name: compress
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/compress
+URL: https://man.freebsd.org/cgi/man.cgi?query=compress(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/config.pc b/share/sbom/pkgconfig/config.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/config.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1995 Peter Wemm, 1980, 1993 The Regents of the University of California, 1980, 1990, 1993 The Regents of the University of California
+Description: Build system configuration files
+License: BSD-3-Clause
+Name: config
+Requires: csu, libc, libc++, libcompiler_rt, libcxxrt, msun
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/config
+URL: https://man.freebsd.org/cgi/man.cgi?query=config(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/conscontrol.pc b/share/sbom/pkgconfig/conscontrol.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/conscontrol.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2001 Jonathan Lemon <jlemon@FreeBSD.org>
+Description: Control physical system video console devices
+License: BSD-2-Clause
+Name: conscontrol
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/conscontrol
+URL: https://man.freebsd.org/cgi/man.cgi?query=conscontrol(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/cp.pc b/share/sbom/pkgconfig/cp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/cp.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993, 1994 The Regents of the University of California, 1988, 1993, 1994 The Regents of the University of California
+Description: Copy files
+License: BSD-3-Clause
+Name: cp
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/cp
+URL: https://man.freebsd.org/cgi/man.cgi?query=cp(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/cpio.pc b/share/sbom/pkgconfig/cpio.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/cpio.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Multi-format archive and compression library
+License: BSD-3-Clause AND BSD-2-Clause AND CC0-1.0 AND openssl AND Apache-2.0
+Name: cpio
+Source: https://github.com/libarchive/libarchive/tree/v3.8.2
+URL: https://libarchive.org
+Version: 3.8.2
diff --git a/share/sbom/pkgconfig/cpp.pc b/share/sbom/pkgconfig/cpp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/cpp.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: The Clang C, C++, and Objective-C compiler
+License: Apache-2.0
+Name: cpp
+Requires: csu, libclang, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libexecinfo, libthr, libz, libzstd, msun, libncurses, libtinfo
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/cpucontrol.pc b/share/sbom/pkgconfig/cpucontrol.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/cpucontrol.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2008 Stanislav Sedov <stas@FreeBSD.org>, 2011 Fabien Thomas <fabient@FreeBSD.org>, 2006, 2008 Stanislav Sedov <stas@FreeBSD.org>, 2012 Andriy Gapon <avg@FreeBSD.org>, 2008-2011 Stanislav Sedov <stas@FreeBSD.org>
+Description: Control utility for the cpuctl(4) device
+License: BSD-2-Clause
+Name: cpucontrol
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/cpucontrol
+URL: https://man.freebsd.org/cgi/man.cgi?query=cpucontrol(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/cpuset.pc b/share/sbom/pkgconfig/cpuset.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/cpuset.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2007, 2008 Jeffrey Roberson <jeff@freebsd.org>, 2008 Nokia Corporation
+Description: Configure processor sets
+License: BSD-2-Clause
+Name: cpuset
+Requires: csu, libc, libcompiler_rt, libjail
+Source: https://cgit.freebsd.org/src/tree/bin/cpuset
+URL: https://man.freebsd.org/cgi/man.cgi?query=cpuset(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/crashinfo.pc b/share/sbom/pkgconfig/crashinfo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/crashinfo.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Analyze a core dump of the operating system
+License: BSD-3-Clause
+Name: crashinfo
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/crashinfo
+URL: https://man.freebsd.org/cgi/man.cgi?query=crashinfo(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/cron.pc b/share/sbom/pkgconfig/cron.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/cron.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1997 by Internet Software Consortium, Copyright 1993,1994 by Paul Vixie, Copyright 1988,1990,1993,1994 by Paul Vixie, 1988 The Regents of the University of California
+Description: Daemon to execute scheduled commands (Vixie Cron)
+License: BSD-4.3TAHOE AND BSD-3-Clause
+Name: cron
+Requires: csu, libc, libcompiler_rt, libpam, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/cron/cron
+URL: https://man.freebsd.org/cgi/man.cgi?query=cron(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/crontab.pc b/share/sbom/pkgconfig/crontab.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/crontab.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: Copyright 1988,1990,1993,1994 by Paul Vixie, 1997 by Internet Software Consortium
+Description: Maintain crontab files for individual users (V3)
+License: ISC
+Name: crontab
+Requires: csu, libc, libcompiler_rt, libmd, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/cron/crontab
+URL: https://man.freebsd.org/cgi/man.cgi?query=crontab(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/crunchgen.pc b/share/sbom/pkgconfig/crunchgen.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/crunchgen.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1994 University of Maryland, Copyright 2020 Alex Richardson <arichardson@FreeBSD.org>
+Description: Generates build environment for a crunched binary
+License: BSD-2-Clause AND HPND-sell-variant
+Name: crunchgen
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/crunch/crunchgen
+URL: https://man.freebsd.org/cgi/man.cgi?query=crunchgen(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/crunchide.pc b/share/sbom/pkgconfig/crunchide.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/crunchide.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1997 Christopher G. Demetriou, 1994 University of Maryland
+Description: Hides symbol names from ld, for crunching programs together
+License: BSD-4-Clause AND BSD-2-Clause
+Name: crunchide
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/crunch/crunchide
+URL: https://man.freebsd.org/cgi/man.cgi?query=crunchide(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/crypt.pc b/share/sbom/pkgconfig/crypt.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/crypt.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Very simple file encryption
+License: LicenseRef-Public-Domain
+Name: crypt
+Requires: csu, libc, libcompiler_rt, libcrypt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/enigma
+URL: https://man.freebsd.org/cgi/man.cgi?query=crypt(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/csh.pc b/share/sbom/pkgconfig/csh.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/csh.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2006 Hajimu UMEMOTO <ume@FreeBSD.org>
+Description: C shell with file name completion and command line editing
+License: BSD-2-Clause
+Name: csh
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/csh
+URL: https://man.freebsd.org/cgi/man.cgi?query=csh(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/csplit.pc b/share/sbom/pkgconfig/csplit.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/csplit.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Tim J. Robbins
+Description: Split files based on context
+License: BSD-2-Clause
+Name: csplit
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/csplit
+URL: https://man.freebsd.org/cgi/man.cgi?query=csplit(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/csu.pc b/share/sbom/pkgconfig/csu.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/csu.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: BSD-4-Clause AND BSD-2-Clause AND BSD-1-Clause
+Name: csu
+Source: https://cgit.freebsd.org/src/tree/lib/csu
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ctags.pc b/share/sbom/pkgconfig/ctags.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ctags.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1987, 1993, 1994 The Regents of the University of California, 1987, 1993, 1994, 1995 The Regents of the University of California
+Description: Create a tags file
+License: BSD-3-Clause
+Name: ctags
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ctags
+URL: https://man.freebsd.org/cgi/man.cgi?query=ctags(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ctfconvert.pc b/share/sbom/pkgconfig/ctfconvert.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ctfconvert.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Utility dumps the contents of the CTF data section present in an ELF binary file.
+License: CDDL-1.1
+Name: ctfconvert
+Source: https://cgit.freebsd.org/src/tree/cddl/contrib/opensolaris/tools/ctf/cvt
+URL: https://github.com/openbsd/src/tree/master/usr.bin/ts
+Version: r178481
diff --git a/share/sbom/pkgconfig/ctfdump.pc b/share/sbom/pkgconfig/ctfdump.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ctfdump.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Dump the SUNW_ctf section of an ELF file
+License: CDDL-1.1
+Name: ctfdump
+Source: https://cgit.freebsd.org/src/tree/cddl/contrib/opensolaris/tools/ctf/cvt
+URL: https://github.com/openbsd/src/tree/master/usr.bin/ts
+Version: r178481
diff --git a/share/sbom/pkgconfig/ctfmerge.pc b/share/sbom/pkgconfig/ctfmerge.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ctfmerge.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Dump the SUNW_ctf section of an ELF file
+License: CDDL-1.1
+Name: ctfmerge
+Source: https://cgit.freebsd.org/src/tree/cddl/contrib/opensolaris/tools/ctf/cvt
+URL: https://github.com/openbsd/src/tree/master/usr.bin/ts
+Version: r178481
diff --git a/share/sbom/pkgconfig/ctladm.pc b/share/sbom/pkgconfig/ctladm.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ctladm.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2003, 2004 Silicon Graphics International Corp., 1997-2007 Kenneth D. Merry, 2012 The FreeBSD Foundation, 2018 Marcelo Araujo <araujo@FreeBSD.org>, Copyright julian Elischer 1993, 1994 HD Associates (contact dufault@hda.com), 1998 Kenneth D. Merry
+Description: CAM Target Layer control utility
+License: BSD-3-Clause AND BSD-2-Clause
+Name: ctladm
+Requires: csu, libc, libcam, libcompiler_rt, libexpat, libnv, libsbuf, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/ctladm
+URL: https://man.freebsd.org/cgi/man.cgi?query=ctladm(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ctld.pc b/share/sbom/pkgconfig/ctld.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ctld.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2014 Alexander Motin <mav@FreeBSD.org>, 2012 The FreeBSD Foundation, 2003, 2004 Silicon Graphics International Corp., 1997-2007 Kenneth D. Merry, 2017 Jakub Wojciech Klama <jceel@FreeBSD.org>, 2025 Chelsio Communications, Inc., 2015 iXsystems Inc., 2023-2025 Chelsio Communications, Inc.
+Description: CAM Target Layer / iSCSI target daemon
+License: BSD-2-Clause
+Name: ctld
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt, libexpat, libiscsiutil, libmd, libnv, libsbuf, libucl, libutil, msun
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/ctld
+URL: https://man.freebsd.org/cgi/man.cgi?query=ctld(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ctlstat.pc b/share/sbom/pkgconfig/ctlstat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ctlstat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004, 2008, 2009 Silicon Graphics International Corp., 2017 Alexander Motin <mav@FreeBSD.org>
+Description: CAM Target Layer statistics utility
+License: BSD-3-Clause AND BSD-2-Clause
+Name: ctlstat
+Requires: csu, libc, libcompiler_rt, libexpat, libsbuf
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ctlstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=ctlstat(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/cu.pc b/share/sbom/pkgconfig/cu.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/cu.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California, 1992, 1993 The Regents of the University of California, 1989, 1993 The Regents of the University of California, 1988, 1993 The Regents of the University of California
+Description: Call UNIX over a serial line
+License: BSD-3-Clause
+Name: cu
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/tip/tip
+URL: https://man.freebsd.org/cgi/man.cgi?query=cu(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/cut.pc b/share/sbom/pkgconfig/cut.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/cut.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California
+Description: Cut out selected portions of each line of a file
+License: BSD-3-Clause
+Name: cut
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/cut
+URL: https://man.freebsd.org/cgi/man.cgi?query=cut(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/cxgbetool.pc b/share/sbom/pkgconfig/cxgbetool.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/cxgbetool.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2018 Chelsio Communications, Inc., 2011, 2025 Chelsio Communications
+Description: Userspace companion to Chelsio cxgbe Ethernet driver
+License: BSD-2-Clause
+Name: cxgbetool
+Requires: csu, libc, libcompiler_rt, libpcap
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/cxgbetool
+URL: https://man.freebsd.org/cgi/man.cgi?query=cxgbetool(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/daemon.pc b/share/sbom/pkgconfig/daemon.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/daemon.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 Berkeley Software Design, Inc.
+Description: Run detached from the controlling terminal
+License: BSD-3-Clause AND BSD-2-Clause
+Name: daemon
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/daemon
+URL: https://man.freebsd.org/cgi/man.cgi?query=daemon(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/date.pc b/share/sbom/pkgconfig/date.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/date.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1997 Brian Somers <brian@Awfulhak.org>, 1985, 1987, 1988, 1993 The Regents of the University of California
+Description: Display or set date and time
+License: BSD-3-Clause AND BSD-2-Clause
+Name: date
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/date
+URL: https://man.freebsd.org/cgi/man.cgi?query=date(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/dc.pc b/share/sbom/pkgconfig/dc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/dc.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Arbitrary-precision decimal reverse-Polish notation calculator
+License: BSD-2-Clause
+Name: dc
+Source: https://github.com/gavinhoward/bc/tree/7.1.0
+URL: https://gavinhoward.com/tag/bc/
+Version: 7.1.0
diff --git a/share/sbom/pkgconfig/dconschat.pc b/share/sbom/pkgconfig/dconschat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/dconschat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2003 Hidetoshi Shimokawa
+Description: User interface to dcons(4)
+License: BSD-4-Clause
+Name: dconschat
+Requires: csu, libc, libcompiler_rt, libkvm
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/dconschat
+URL: https://man.freebsd.org/cgi/man.cgi?query=dconschat(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/dd.pc b/share/sbom/pkgconfig/dd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/dd.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993, 1994 The Regents of the University of California, 1991, 1993 The Regents of the University of California
+Description: Convert and copy a file
+License: BSD-3-Clause
+Name: dd
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/bin/dd
+URL: https://man.freebsd.org/cgi/man.cgi?query=dd(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ddb.pc b/share/sbom/pkgconfig/ddb.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ddb.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2007 Robert N. M. Watson, 2008 Robert N. M. Watson
+Description: Configure DDB kernel debugger properties
+License: BSD-3-Clause AND BSD-2-Clause
+Name: ddb
+Requires: csu, libc, libcompiler_rt, libkvm
+Source: https://cgit.freebsd.org/src/tree/sbin/ddb
+URL: https://man.freebsd.org/cgi/man.cgi?query=ddb(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/decryptcore.pc b/share/sbom/pkgconfig/decryptcore.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/decryptcore.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2016 Konrad Witaszczyk <def@FreeBSD.org>
+Description: Decrypt a core dump of the operating system
+License: BSD-2-Clause
+Name: decryptcore
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt, libpjdlog
+Source: https://cgit.freebsd.org/src/tree/sbin/decryptcore
+URL: https://man.freebsd.org/cgi/man.cgi?query=decryptcore(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/devctl.pc b/share/sbom/pkgconfig/devctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/devctl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2014 John Baldwin <jhb@FreeBSD.org>
+Description: Device control utility
+License: BSD-2-Clause
+Name: devctl
+Requires: csu, libc, libcompiler_rt, libdevctl
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/devctl
+URL: https://man.freebsd.org/cgi/man.cgi?query=devctl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/devd.pc b/share/sbom/pkgconfig/devd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/devd.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 M. Warner Losh <imp@FreeBSD.org>, 2002-2003 M. Warner Losh <imp@FreeBSD.org>, 2002-2010 M. Warner Losh <imp@FreeBSD.org>, 1988, 1993 The Regents of the University of California
+Description: Device state change daemon
+License: BSD-3-Clause AND BSD-2-Clause
+Name: devd
+Requires: csu, libc, libc++, libcompiler_rt, libcxxrt, libutil, msun
+Source: https://cgit.freebsd.org/src/tree/sbin/devd
+URL: https://man.freebsd.org/cgi/man.cgi?query=devd(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/devfs.pc b/share/sbom/pkgconfig/devfs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/devfs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2001, 2002 Dima Dorfman, 2002 Dima Dorfman, 2003 The FreeBSD Project
+Description: DEVFS control
+License: BSD-2-Clause
+Name: devfs
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/devfs
+URL: https://man.freebsd.org/cgi/man.cgi?query=devfs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/devinfo.pc b/share/sbom/pkgconfig/devinfo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/devinfo.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2000, 2001 Michael Smith, 2000 BSDi
+Description: Print information about system device configuration
+License: BSD-2-Clause
+Name: devinfo
+Requires: csu, libc, libcompiler_rt, libdevinfo
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/devinfo
+URL: https://man.freebsd.org/cgi/man.cgi?query=devinfo(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/devmatch.pc b/share/sbom/pkgconfig/devmatch.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/devmatch.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2017 Netflix, Inc.
+Description: Print information about unattached devices
+License: BSD-2-Clause
+Name: devmatch
+Requires: csu, libc, libcompiler_rt, libdevinfo
+Source: https://cgit.freebsd.org/src/tree/sbin/devmatch
+URL: https://man.freebsd.org/cgi/man.cgi?query=devmatch(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/df.pc b/share/sbom/pkgconfig/df.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/df.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1990, 1993, 1994 The Regents of the University of California, (c) UNIX System Laboratories, Inc.
+Description: Display free disk space
+License: BSD-3-Clause AND LicenseRef-scancode-unknown-license-reference
+Name: df
+Requires: csu, libc, libcompiler_rt, libutil, libxo
+Source: https://cgit.freebsd.org/src/tree/bin/df
+URL: https://man.freebsd.org/cgi/man.cgi?query=df(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/dhclient-script.pc b/share/sbom/pkgconfig/dhclient-script.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/dhclient-script.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1995, 1996 The Internet Software Consortium, Copyright 2004 Henning Brauer <henning@openbsd.org>, 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium, 2004 Henning Brauer <henning@openbsd.org>, 1995, 1996, 1997 The Internet Software Consortium, 1996 The Internet Software Consortium, 1995, 1996, 1997, 1998 The Internet Software Consortium, 1995, 1996, 1998 The Internet Software Consortium, 1995 RadioMail Corporation, 1995 The Internet Software Consortium, 2003 Kenneth R Westerback <krw@openbsd.org>, 2021 Franco Fichtner <franco@opnsense.org>, 1995, 1996, 1998, 1999 The Internet Software Consortium, 1995, 1996, 1999 The Internet Software Consortium, 1997 The Internet Software Consortium
+Description: DHCP client network configuration script
+License: BSD-3-Clause AND ISC
+Name: dhclient-script
+Requires: csu, libc, libcapsicum, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/dhclient
+URL: https://man.freebsd.org/cgi/man.cgi?query=dhclient-script(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/dhclient.pc b/share/sbom/pkgconfig/dhclient.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/dhclient.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1995, 1996 The Internet Software Consortium, Copyright 2004 Henning Brauer <henning@openbsd.org>, 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium, 2004 Henning Brauer <henning@openbsd.org>, 1995, 1996, 1997 The Internet Software Consortium, 1996 The Internet Software Consortium, 1995, 1996, 1997, 1998 The Internet Software Consortium, 1995, 1996, 1998 The Internet Software Consortium, 1995 RadioMail Corporation, 1995 The Internet Software Consortium, 2003 Kenneth R Westerback <krw@openbsd.org>, 2021 Franco Fichtner <franco@opnsense.org>, 1995, 1996, 1998, 1999 The Internet Software Consortium, 1995, 1996, 1999 The Internet Software Consortium, 1997 The Internet Software Consortium
+Description: Dynamic Host Configuration Protocol (DHCP) client
+License: BSD-3-Clause
+Name: dhclient
+Requires: csu, libc, libcapsicum, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/dhclient
+URL: https://man.freebsd.org/cgi/man.cgi?query=dhclient(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/diff.pc b/share/sbom/pkgconfig/diff.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/diff.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: GNU diffutils are comprised of diff, diff3, sdiff, and cmp, utilities for showing differences between files
+License: GPL-2.0
+Name: diff
+Source: https://cgit.git.savannah.gnu.org/cgit/diffutils.git/tag/?h=v2.8.7
+URL: https://www.gnu.org/software/diffutils/
+Version: 2.8.7
diff --git a/share/sbom/pkgconfig/diff3.pc b/share/sbom/pkgconfig/diff3.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/diff3.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: Caldera International Inc. 2001-2002, 1991, 1993 The Regents of the University of California
+Description: 3-way differential file comparison
+License: BSD-3-Clause AND Caldera-no-preamble
+Name: diff3
+Source: https://cgit.freebsd.org/src/tree/usr.bin/diff3
+URL: https://man.freebsd.org/cgi/man.cgi?query=diff3(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/dirname.pc b/share/sbom/pkgconfig/dirname.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/dirname.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993, 1994 The Regents of the University of California
+Description: Return filename or directory portion of pathname
+License: BSD-3-Clause
+Name: dirname
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/dirname
+URL: https://man.freebsd.org/cgi/man.cgi?query=dirname(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/diskinfo.pc b/share/sbom/pkgconfig/diskinfo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/diskinfo.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2003 Poul-Henning Kamp, 2015 Spectra Logic Corporation, 2017 Alexander Motin <mav@FreeBSD.org>
+Description: Get information about disk device
+License: BSD-3-Clause AND BSD-2-Clause
+Name: diskinfo
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/diskinfo
+URL: https://man.freebsd.org/cgi/man.cgi?query=diskinfo(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/disklabel.pc b/share/sbom/pkgconfig/disklabel.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/disklabel.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1994, 1995 Gordon W. Ross, 1994 Theo de Raadt, 1987, 1993 The Regents of the University of California, 1989, 1993 The Regents of the University of California
+Description: Read and write BSD label
+License: BSD-4-Clause AND BSD-3-Clause
+Name: disklabel
+Requires: csu, libc, libcompiler_rt, libgeom
+Source: https://cgit.freebsd.org/src/tree/sbin/bsdlabel
+URL: https://man.freebsd.org/cgi/man.cgi?query=bsdlabel(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/dmesg.pc b/share/sbom/pkgconfig/dmesg.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/dmesg.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California
+Description: Display the system message buffer
+License: BSD-3-Clause AND BSD-2-Clause
+Name: dmesg
+Requires: csu, libc, libcompiler_rt, libkvm
+Source: https://cgit.freebsd.org/src/tree/sbin/dmesg
+URL: https://man.freebsd.org/cgi/man.cgi?query=dmesg(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/dnctl.pc b/share/sbom/pkgconfig/dnctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/dnctl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2015-2019 Yandex LLC, 2015-2019 Andrey V. Elsukov <ae@FreeBSD.org>, 2002-2003 Luigi Rizzo, 1996 Alex Nash, Paul Traina, Poul-Henning Kamp, 1994 Ugen, 1993 Daniel Boulet, 2019 Yandex LLC, 2019 Andrey V. Elsukov <ae@FreeBSD.org>, 2019 Boris N. Lytochkin <lytboris@gmail.com>, 2014 Yandex LLC, 2014 Alexander V. Chernikov, 2015-2016 Alexander V. Chernikov <melifaro@FreeBSD.org>, 2002-2003,2010 Luigi Rizzo, 2016 Yandex LLC, 2016 Andrey V. Elsukov <ae@FreeBSD.org>, 2016 Centre for Advanced Internet Architectures, Swinburne University of Technology, Melbourne, Australia
+Description: User interface for firewall, traffic shaper, packet scheduler, in-kernel NAT.
+License: BSD-2-Clause
+Name: dnctl
+Requires: csu, libalias, libc, libcompiler_rt, libjail, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/ipfw
+URL: https://man.freebsd.org/cgi/man.cgi?query=dnctl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/domainname.pc b/share/sbom/pkgconfig/domainname.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/domainname.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993 The Regents of the University of California
+Description: Set or print name of current YP/NIS domain
+License: BSD-3-Clause
+Name: domainname
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/domainname
+URL: https://man.freebsd.org/cgi/man.cgi?query=domainname(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/drill.pc b/share/sbom/pkgconfig/drill.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/drill.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: LDNS is a DNS library that facilitates DNS tool programming
+License: BSD-3-Clause
+Name: drill
+URL: https://github.com/NLnetLabs/ldns
+Version: 1.8.3
diff --git a/share/sbom/pkgconfig/dtc.pc b/share/sbom/pkgconfig/dtc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/dtc.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2013 David Chisnall
+Description: FreeBSD Device Tree Compiler
+License: BSD-2-Clause
+Name: dtc
+Requires: libcxxrt
+Source: https://github.com/davidchisnall/dtc/tree/23387dd5462d38bf2e7301e2811913d82e167efc
+URL: https://github.com/davidchisnall/dtc
+Version: 23387dd
diff --git a/share/sbom/pkgconfig/dtrace.pc b/share/sbom/pkgconfig/dtrace.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/dtrace.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Dynamic tracing compiler and tracing utility
+License: CDDL-1.1
+Name: dtrace
+Source: https://cgit.freebsd.org/src/tree/cddl/contrib/opensolaris/cmd/dtrace
+URL: https://cgit.freebsd.org/src/tree/cddl/contrib/opensolaris/cmd/dtrace
+Version: r178481
diff --git a/share/sbom/pkgconfig/du.pc b/share/sbom/pkgconfig/du.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/du.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993, 1994 The Regents of the University of California
+Description: Display disk usage statistics
+License: BSD-3-Clause
+Name: du
+Requires: csu, libc, libcompiler_rt, libutil, libxo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/du
+URL: https://man.freebsd.org/cgi/man.cgi?query=du(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/dump.pc b/share/sbom/pkgconfig/dump.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/dump.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California, 1980, 1988, 1993 The Regents of the University of California, 1980, 1988, 1991, 1993 The Regents of the University of California, 1980, 1993 The Regents of the University of California, 1980, 1991, 1993, 1994 The Regents of the University of California, 1980, 1991, 1993 The Regents of the University of California
+Description: File system backup
+License: BSD-3-Clause
+Name: dump
+Requires: csu, libc, libcompiler_rt, libufs
+Source: https://cgit.freebsd.org/src/tree/sbin/dump
+URL: https://man.freebsd.org/cgi/man.cgi?query=dump(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/dumpcis.pc b/share/sbom/pkgconfig/dumpcis.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/dumpcis.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2006 M. Warner Losh <imp@FreeBSD.org>, 1995 Andrew McRae
+Description: PC Card and Cardbus (PCMCIA) CIS display tool
+License: BSD-3-Clause AND BSD-2-Clause
+Name: dumpcis
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/dumpcis
+URL: https://man.freebsd.org/cgi/man.cgi?query=dumpcis(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/dumpfs.pc b/share/sbom/pkgconfig/dumpfs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/dumpfs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2009 Robert N. M. Watson, 2002 Networks Associates Technology, Inc., 1983, 1992, 1993 The Regents of the University of California
+Description: Dump UFS file system information
+License: BSD-3-Clause
+Name: dumpfs
+Requires: csu, libc, libcompiler_rt, libufs
+Source: https://cgit.freebsd.org/src/tree/sbin/dumpfs
+URL: https://man.freebsd.org/cgi/man.cgi?query=dumpfs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/dumpon.pc b/share/sbom/pkgconfig/dumpon.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/dumpon.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993 The Regents of the University of California
+Description: Specify a device for crash dumps
+License: BSD-3-Clause
+Name: dumpon
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/dumpon
+URL: https://man.freebsd.org/cgi/man.cgi?query=dumpon(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/dwatch.pc b/share/sbom/pkgconfig/dwatch.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/dwatch.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Watch processes as they trigger a particular DTrace probe.
+License: CDDL-1.1
+Name: dwatch
+Source: https://cgit.freebsd.org/src/tree/cddl/usr.sbin/dwatch
+URL: https://cgit.freebsd.org/src/tree/cddl/usr.sbin/dwatch
+Version: 16.0
diff --git a/share/sbom/pkgconfig/echo.pc b/share/sbom/pkgconfig/echo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/echo.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California
+Description: Write arguments to the standard output
+License: BSD-3-Clause
+Name: echo
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/echo
+URL: https://man.freebsd.org/cgi/man.cgi?query=echo(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ed.pc b/share/sbom/pkgconfig/ed.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ed.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 Andrew Moore, Talke Studio, 1993 Andrew Moore
+Description: Text editor
+License: BSD-2-Clause
+Name: ed
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/ed
+URL: https://man.freebsd.org/cgi/man.cgi?query=ed(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/edit.pc b/share/sbom/pkgconfig/edit.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/edit.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Easy Editor
+License: BSD-2-Clause
+Name: edit
+Requires: libncurses
+Version: 1.5.0
diff --git a/share/sbom/pkgconfig/editmap.pc b/share/sbom/pkgconfig/editmap.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/editmap.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: General purpose internetwork email routing application
+License: Sendmail
+Name: editmap
+Requires: openssl
+Source: https://ftp.sendmail.org/sendmail.8.18.1.tar.gz
+URL: https://ftp.sendmail.org
+Version: 8.18.1
diff --git a/share/sbom/pkgconfig/edquota.pc b/share/sbom/pkgconfig/edquota.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/edquota.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California, 1980, 1990, 1993 The Regents of the University of California
+Description: Edit user quotas
+License: BSD-3-Clause
+Name: edquota
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/edquota
+URL: https://man.freebsd.org/cgi/man.cgi?query=edquota(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ee.pc b/share/sbom/pkgconfig/ee.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ee.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Arbitrary TCP and UDP connections and listens
+License: BSD-2-Clause
+Name: ee
+Source: https://archive.netbsd.org/pub/pkgsrc-archive/distfiles/2023Q2/ee-1.5.2/ee-1.5.2.src.tgz
+URL: https://github.com/NetBSD/pkgsrc/tree/trunk/editors/ee/
+Version: 1.5.2
diff --git a/share/sbom/pkgconfig/efibootmgr.pc b/share/sbom/pkgconfig/efibootmgr.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/efibootmgr.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2017-2018 Netflix, Inc.
+Description: Manipulate the EFI Boot Manager
+License: LicenseRef-scancode-bsd-unchanged
+Name: efibootmgr
+Requires: csu, libc, libcompiler_rt, libefivar, libgeom
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/efibootmgr
+URL: https://man.freebsd.org/cgi/man.cgi?query=efibootmgr(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/efidp.pc b/share/sbom/pkgconfig/efidp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/efidp.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2016 Netflix, Inc.
+Description: UEFI Device Path manipulation
+License: BSD-2-Clause
+Name: efidp
+Requires: csu, libc, libcompiler_rt, libefivar, libgeom
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/efidp
+URL: https://man.freebsd.org/cgi/man.cgi?query=efidp(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/efitable.pc b/share/sbom/pkgconfig/efitable.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/efitable.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2021 3mdeb Embedded Systems Consulting <contact@3mdeb.com>
+Description: Dump UEFI tables
+License: BSD-2-Clause
+Name: efitable
+Requires: csu, libc, libcompiler_rt, libxo
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/efitable
+URL: https://man.freebsd.org/cgi/man.cgi?query=efitable(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/efivar.pc b/share/sbom/pkgconfig/efivar.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/efivar.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2017-2019 Netflix, Inc., 2017 Netflix, Inc., 2016-2021 Netflix, Inc.
+Description: UEFI environment variable interaction
+License: BSD-2-Clause
+Name: efivar
+Requires: csu, libc, libcompiler_rt, libefivar, libgeom
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/efivar
+URL: https://man.freebsd.org/cgi/man.cgi?query=efivar(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/efiwake.pc b/share/sbom/pkgconfig/efiwake.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/efiwake.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2023 Johannes Totz
+Description: Manipulate the EFI wake timer
+License: BSD-2-Clause
+Name: efiwake
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/efiwake
+URL: https://man.freebsd.org/cgi/man.cgi?query=efiwake(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/egrep.pc b/share/sbom/pkgconfig/egrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/egrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: File pattern searcher
+License: BSD-2-Clause
+Name: egrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=egrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/elfcopy.pc b/share/sbom/pkgconfig/elfcopy.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/elfcopy.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: BSD licensed ELF toolchain
+License: BSD-2-Clause
+Name: elfcopy
+Source: https://sourceforge.net/p/elftoolchain/code/
+URL: https://sourceforge.net/projects/elftoolchain/
+Version: r4912
diff --git a/share/sbom/pkgconfig/elfctl.pc b/share/sbom/pkgconfig/elfctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/elfctl.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2019 The FreeBSD Foundation
+Description: Change an ELF binary's feature control note
+License: BSD-2-Clause
+Name: elfctl
+Source: https://cgit.freebsd.org/src/tree/usr.bin/elfctl
+URL: https://man.freebsd.org/cgi/man.cgi?query=elfctl(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/elfdump.pc b/share/sbom/pkgconfig/elfdump.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/elfdump.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2003 David O'Brien, 2001 Jake Burkholder
+Description: Display information about ELF files
+License: BSD-2-Clause
+Name: elfdump
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/elfdump
+URL: https://man.freebsd.org/cgi/man.cgi?query=elfdump(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/enigma.pc b/share/sbom/pkgconfig/enigma.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/enigma.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Very simple file encryption
+License: LicenseRef-Public-Domain
+Name: enigma
+Requires: csu, libc, libcompiler_rt, libcrypt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/enigma
+URL: https://man.freebsd.org/cgi/man.cgi?query=enigma(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/env.pc b/share/sbom/pkgconfig/env.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/env.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993, 1994 The Regents of the University of California, 2005 - Garance Alistair Drosehn <gad@FreeBSD.org>
+Description: Set environment and execute command, or print environment
+License: BSD-3-Clause AND BSD-2-Clause
+Name: env
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/env
+URL: https://man.freebsd.org/cgi/man.cgi?query=env(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/etcupdate.pc b/share/sbom/pkgconfig/etcupdate.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/etcupdate.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Manage updates to system files not updated by installworld
+License: BSD-2-Clause
+Name: etcupdate
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/etcupdate
+URL: https://man.freebsd.org/cgi/man.cgi?query=etcupdate(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/etdump.pc b/share/sbom/pkgconfig/etdump.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/etdump.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2018 iXsystems, Inc.
+Description: Dump ISO-9660 El Torito boot catalog information
+License: BSD-2-Clause
+Name: etdump
+Source: https://cgit.freebsd.org/src/tree/usr.bin/etdump
+URL: https://man.freebsd.org/cgi/man.cgi?query=etdump(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/etherswitchcfg.pc b/share/sbom/pkgconfig/etherswitchcfg.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/etherswitchcfg.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1997 Jason R. Thorpe, 1983, 1993 The Regents of the University of California, 2011-2012 Stefan Bethke
+Description: Configure a built-in Ethernet switch
+License: BSD-4-Clause AND BSD-3-Clause AND BSD-2-Clause
+Name: etherswitchcfg
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/etherswitchcfg
+URL: https://man.freebsd.org/cgi/man.cgi?query=etherswitchcfg(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ex.pc b/share/sbom/pkgconfig/ex.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ex.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Multibyte fork of the nvi editor for BSD
+License: BSD-3-Clause
+Name: ex
+Requires: csu, libc, libutil, libncurses, libtinfo
+Source: https://github.com/lichray/nvi2/tree/v2.2.2
+URL: https://github.com/lichray/nvi2
+Version: 2.2.2
diff --git a/share/sbom/pkgconfig/expand.pc b/share/sbom/pkgconfig/expand.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/expand.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993 The Regents of the University of California
+Description: Expand tabs to spaces, and vice versa
+License: BSD-3-Clause
+Name: expand
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/expand
+URL: https://man.freebsd.org/cgi/man.cgi?query=expand(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/expr.pc b/share/sbom/pkgconfig/expr.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/expr.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Evaluate expression
+License: LicenseRef-scancode-public-domain
+Name: expr
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/expr
+URL: https://man.freebsd.org/cgi/man.cgi?query=expr(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/extattrctl.pc b/share/sbom/pkgconfig/extattrctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/extattrctl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999-2002 Robert N. M. Watson
+Description: Manage UFS1 extended attributes
+License: BSD-2-Clause
+Name: extattrctl
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/extattrctl
+URL: https://man.freebsd.org/cgi/man.cgi?query=extattrctl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/factor.pc b/share/sbom/pkgconfig/factor.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/factor.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California
+Description: Factor a number, generate primes
+License: BSD-3-Clause
+Name: factor
+Requires: csu, libc, libcompiler_rt, libthr
+Source: https://cgit.freebsd.org/src/tree/usr.bin/factor
+URL: https://man.freebsd.org/cgi/man.cgi?query=factor(6)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/false.pc b/share/sbom/pkgconfig/false.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/false.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993 The Regents of the University of California
+Description: Return false value
+License: BSD-3-Clause
+Name: false
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/false
+URL: https://man.freebsd.org/cgi/man.cgi?query=false(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fastboot.pc b/share/sbom/pkgconfig/fastboot.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fastboot.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1986, 1993 The Regents of the University of California
+Description: Stopping and restarting the system
+License: BSD-3-Clause
+Name: fastboot
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/reboot
+URL: https://man.freebsd.org/cgi/man.cgi?query=fastboot(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fasthalt.pc b/share/sbom/pkgconfig/fasthalt.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fasthalt.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1986, 1993 The Regents of the University of California
+Description: Stopping and restarting the system
+License: BSD-3-Clause
+Name: fasthalt
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/reboot
+URL: https://man.freebsd.org/cgi/man.cgi?query=fasthalt(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fc.pc b/share/sbom/pkgconfig/fc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fc.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California, 1997-2005 Herbert Xu <herbert@gondor.apana.org.au>, 2010-2015 Jilles Tjoelker <jilles@stack.nl>, 1993 The Regents of the University of California, Copyright 1989 by Kenneth Almquist, 1995 The Regents of the University of California, 2002 Herbert Xu, 2007 Herbert Xu <herbert@gondor.apana.org.au>
+Description: List, edit and reexecute command from history
+License: BSD-3-Clause
+Name: fc
+Requires: csu, libc, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/bin/sh
+URL: https://man.freebsd.org/cgi/man.cgi?query=sh(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fdcontrol.pc b/share/sbom/pkgconfig/fdcontrol.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fdcontrol.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1994, 2001 by Joerg Wunsch, Dresden
+Description: Display and modify floppy disk parameters
+License: BSD-2-Clause
+Name: fdcontrol
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/fdcontrol
+URL: https://man.freebsd.org/cgi/man.cgi?query=fdcontrol(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fdformat.pc b/share/sbom/pkgconfig/fdformat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fdformat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992-1994,2001 by Joerg Wunsch, Dresden
+Description: Format floppy disks
+License: BSD-2-Clause
+Name: fdformat
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/fdformat
+URL: https://man.freebsd.org/cgi/man.cgi?query=fdformat(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fdisk.pc b/share/sbom/pkgconfig/fdisk.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fdisk.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992 Carnegie Mellon University, 1989 Robert. V. Baron Created, 2019 Conrad Meyer <cem@FreeBSD.org>, 2003 Poul-Henning Kamp
+Description: PC slice table maintenance utility
+License: BSD-3-Clause AND BSD-2-Clause
+Name: fdisk
+Requires: csu, libc, libcompiler_rt, libgeom
+Source: https://cgit.freebsd.org/src/tree/sbin/fdisk
+URL: https://man.freebsd.org/cgi/man.cgi?query=fdisk(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fdread.pc b/share/sbom/pkgconfig/fdread.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fdread.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2001 Joerg Wunsch
+Description: Read floppy disks
+License: BSD-2-Clause
+Name: fdread
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/fdread
+URL: https://man.freebsd.org/cgi/man.cgi?query=fdread(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fdwrite.pc b/share/sbom/pkgconfig/fdwrite.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fdwrite.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Format and write floppy disks
+License: Beerware
+Name: fdwrite
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/fdwrite
+URL: https://man.freebsd.org/cgi/man.cgi?query=fdwrite(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fetch.pc b/share/sbom/pkgconfig/fetch.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fetch.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2000-2014 Dag-Erling Smorgrav, 2013 Michael Gmelin <freebsd@grem.de>
+Description: Retrieve a file by Uniform Resource Locator
+License: LicenseRef-scancode-bsd-unchanged
+Name: fetch
+Requires: csu, libc, libcompiler_rt, libfetch
+Source: https://cgit.freebsd.org/src/tree/usr.bin/fetch
+URL: https://man.freebsd.org/cgi/man.cgi?query=fetch(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ffsinfo.pc b/share/sbom/pkgconfig/ffsinfo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ffsinfo.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2000 Christoph Herrmann, Thomas-Henning von Kamptz, 1980, 1989, 1993 The Regents of the University of California
+Description: Dump all meta information of an existing ufs file system
+License: BSD-4-Clause AND BSD-3-Clause
+Name: ffsinfo
+Requires: csu, libc, libcompiler_rt, libufs
+Source: https://cgit.freebsd.org/src/tree/sbin/ffsinfo
+URL: https://man.freebsd.org/cgi/man.cgi?query=ffsinfo(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fg.pc b/share/sbom/pkgconfig/fg.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fg.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California, 1997-2005 Herbert Xu <herbert@gondor.apana.org.au>, 2010-2015 Jilles Tjoelker <jilles@stack.nl>, 1993 The Regents of the University of California, Copyright 1989 by Kenneth Almquist, 1995 The Regents of the University of California, 2002 Herbert Xu, 2007 Herbert Xu <herbert@gondor.apana.org.au>
+Description: Foreground PID
+License: BSD-3-Clause
+Name: fg
+Requires: csu, libc, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/bin/sh
+URL: https://man.freebsd.org/cgi/man.cgi?query=sh(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fgrep.pc b/share/sbom/pkgconfig/fgrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fgrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: File pattern searcher
+License: BSD-2-Clause
+Name: fgrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=fgrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fifolog_create.pc b/share/sbom/pkgconfig/fifolog_create.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fifolog_create.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2005-2008 Poul-Henning Kamp
+Description: Initialize, write, seek and extract data from a fifolog
+License: BSD-2-Clause
+Name: fifolog_create
+Requires: csu, libc, libcompiler_rt, libutil, libz
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/fifolog/fifolog_create
+URL: https://man.freebsd.org/cgi/man.cgi?query=fifolog_create(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fifolog_reader.pc b/share/sbom/pkgconfig/fifolog_reader.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fifolog_reader.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2005-2008 Poul-Henning Kamp
+Description: Initialize, write, seek and extract data from a fifolog
+License: BSD-2-Clause
+Name: fifolog_reader
+Requires: csu, libc, libcompiler_rt, libutil, libz
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/fifolog/fifolog_reader
+URL: https://man.freebsd.org/cgi/man.cgi?query=fifolog_reader(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fifolog_writer.pc b/share/sbom/pkgconfig/fifolog_writer.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fifolog_writer.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2005-2008 Poul-Henning Kamp
+Description: Initialize, write, seek and extract data from a fifolog
+License: BSD-2-Clause
+Name: fifolog_writer
+Requires: csu, libc, libcompiler_rt, libutil, libz
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/fifolog/fifolog_writer
+URL: https://man.freebsd.org/cgi/man.cgi?query=fifolog_writer(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/file.pc b/share/sbom/pkgconfig/file.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/file.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open source implementation of the file(1) command
+License: BSD-2-Clause
+Name: file
+Source: https://github.com/file/file/tree/FILE5_46
+URL: https://www.darwinsys.com/file/
+Version: 5.46
diff --git a/share/sbom/pkgconfig/file2c.pc b/share/sbom/pkgconfig/file2c.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/file2c.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Convert file to c-source
+License: Beerware
+Name: file2c
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/file2c
+URL: https://man.freebsd.org/cgi/man.cgi?query=file2c(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/find.pc b/share/sbom/pkgconfig/find.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/find.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990, 1993 The Regents of the University of California, 1989, 1993 The Regents of the University of California, 1991, 1993, 1994 The Regents of the University of California, 1990, 1993, 1994 The Regents of the University of California, 2023, Netflix, Inc
+Description: Walk a file hierarchy
+License: BSD-3-Clause AND BSD-2-Clause
+Name: find
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/find
+URL: https://man.freebsd.org/cgi/man.cgi?query=find(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/finger.pc b/share/sbom/pkgconfig/finger.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/finger.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California, 1991, 1993 The Regents of the University of California, 2000 Mark Knight <markk@knigma.org>
+Description: User information lookup program
+License: BSD-3-Clause AND BSD-2-Clause
+Name: finger
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/finger
+URL: https://man.freebsd.org/cgi/man.cgi?query=finger(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/flex++.pc b/share/sbom/pkgconfig/flex++.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/flex++.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Fast lexical analyzer generator
+License: BSD-2-Clause
+Name: flex++
+Source: https://github.com/westes/flex/tree/v2.6.4
+URL: https://github.com/westes/flex
+Version: 2.6.4
diff --git a/share/sbom/pkgconfig/flex.pc b/share/sbom/pkgconfig/flex.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/flex.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Fast lexical analyzer generator
+License: BSD-2-Clause
+Name: flex
+Source: https://github.com/westes/flex/tree/v2.6.4
+URL: https://github.com/westes/flex
+Version: 2.6.4
diff --git a/share/sbom/pkgconfig/flowctl.pc b/share/sbom/pkgconfig/flowctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/flowctl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004-2005 Gleb Smirnoff <glebius@FreeBSD.org>, 2001-2003 Roman V. Palagin <romanp@unshadow.net>
+Description: Ng_netflow(4) control utility
+License: BSD-2-Clause
+Name: flowctl
+Requires: csu, libc, libcompiler_rt, libnetgraph
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/flowctl
+URL: https://man.freebsd.org/cgi/man.cgi?query=flowctl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fmt.pc b/share/sbom/pkgconfig/fmt.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fmt.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1997 Gareth McCaughan
+Description: Simple text formatter
+License: LicenseRef-scancode-other-permissive
+Name: fmt
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/fmt
+URL: https://man.freebsd.org/cgi/man.cgi?query=fmt(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fold.pc b/share/sbom/pkgconfig/fold.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fold.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990, 1993 The Regents of the University of California
+Description: Fold long lines for finite width output device
+License: BSD-3-Clause
+Name: fold
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/fold
+URL: https://man.freebsd.org/cgi/man.cgi?query=fold(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fortune.pc b/share/sbom/pkgconfig/fortune.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fortune.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California, 1986, 1993 The Regents of the University of California
+Description: Print a random, hopefully interesting, adage
+License: BSD-3-Clause
+Name: fortune
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/fortune/fortune
+URL: https://man.freebsd.org/cgi/man.cgi?query=fortune(6)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/freebsd-update.pc b/share/sbom/pkgconfig/freebsd-update.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/freebsd-update.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Fetch and install binary updates to FreeBSD
+License: BSD-2-Clause
+Name: freebsd-update
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/freebsd-update
+URL: https://man.freebsd.org/cgi/man.cgi?query=freebsd-update(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/freebsd-version.pc b/share/sbom/pkgconfig/freebsd-version.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/freebsd-version.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2013 Dag-Erling Smorgrav
+Description: Print the version and patch level of the installed system
+License: BSD-2-Clause
+Name: freebsd-version
+Source: https://cgit.freebsd.org/src/tree/bin/freebsd-version
+URL: https://man.freebsd.org/cgi/man.cgi?query=freebsd-version(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/from.pc b/share/sbom/pkgconfig/from.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/from.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1988, 1993 The Regents of the University of California
+Description: Print names of those who have sent mail
+License: BSD-3-Clause
+Name: from
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/from
+URL: https://man.freebsd.org/cgi/man.cgi?query=from(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fsck.pc b/share/sbom/pkgconfig/fsck.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fsck.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990, 1993 The Regents of the University of California, 1996 Christos Zoulas, 1980, 1989, 1993, 1994 The Regents of the University of California
+Description: File system consistency check and interactive repair
+License: BSD-3-Clause AND BSD-2-Clause
+Name: fsck
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/fsck
+URL: https://man.freebsd.org/cgi/man.cgi?query=fsck(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fsck_4.2bsd.pc b/share/sbom/pkgconfig/fsck_4.2bsd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fsck_4.2bsd.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1986, 1993 The Regents of the University of California, 2006 Pawel Jakub Dawidek <pjd@FreeBSD.org>, 1982, 1986, 1989, 1993 The Regents of the University of California, 2002 Poul-Henning Kamp, 2002 Networks Associates Technology, Inc., Copyright 2009, 2010 Jeffrey W. Roberson <jeff@FreeBSD.org>
+Description: File system consistency check and interactive repair
+License: BSD-3-Clause AND BSD-2-Clause
+Name: fsck_4.2bsd
+Requires: csu, libc, libcompiler_rt, libufs
+Source: https://cgit.freebsd.org/src/tree/sbin/fsck_ffs
+URL: https://man.freebsd.org/cgi/man.cgi?query=fsck_ffs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fsck_ffs.pc b/share/sbom/pkgconfig/fsck_ffs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fsck_ffs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1986, 1993 The Regents of the University of California, 2006 Pawel Jakub Dawidek <pjd@FreeBSD.org>, 1982, 1986, 1989, 1993 The Regents of the University of California, 2002 Poul-Henning Kamp, 2002 Networks Associates Technology, Inc., Copyright 2009, 2010 Jeffrey W. Roberson <jeff@FreeBSD.org>
+Description: File system consistency check and interactive repair
+License: BSD-3-Clause AND BSD-2-Clause
+Name: fsck_ffs
+Requires: csu, libc, libcompiler_rt, libufs
+Source: https://cgit.freebsd.org/src/tree/sbin/fsck_ffs
+URL: https://man.freebsd.org/cgi/man.cgi?query=fsck_ffs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fsck_msdosfs.pc b/share/sbom/pkgconfig/fsck_msdosfs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fsck_msdosfs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1995, 1997 Wolfgang Solfrank, 1995 Martin Husemann, 1995, 1996, 1997 Wolfgang Solfrank, 1995 Wolfgang Solfrank, 2019 Google LLC
+Description: DOS/Windows (FAT) file system consistency checker
+License: BSD-2-Clause
+Name: fsck_msdosfs
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/fsck_msdosfs
+URL: https://man.freebsd.org/cgi/man.cgi?query=fsck_msdosfs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fsck_ufs.pc b/share/sbom/pkgconfig/fsck_ufs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fsck_ufs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1986, 1993 The Regents of the University of California, 2006 Pawel Jakub Dawidek <pjd@FreeBSD.org>, 1982, 1986, 1989, 1993 The Regents of the University of California, 2002 Poul-Henning Kamp, 2002 Networks Associates Technology, Inc., Copyright 2009, 2010 Jeffrey W. Roberson <jeff@FreeBSD.org>
+Description: File system consistency check and interactive repair
+License: BSD-3-Clause AND BSD-2-Clause
+Name: fsck_ufs
+Requires: csu, libc, libcompiler_rt, libufs
+Source: https://cgit.freebsd.org/src/tree/sbin/fsck_ffs
+URL: https://man.freebsd.org/cgi/man.cgi?query=fsck_ufs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fsdb.pc b/share/sbom/pkgconfig/fsdb.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fsdb.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1995 John T. Kohl
+Description: FFS debugging/editing tool
+License: BSD-3-Clause
+Name: fsdb
+Requires: csu, libc, libcompiler_rt, libedit, libufs
+Source: https://cgit.freebsd.org/src/tree/sbin/fsdb
+URL: https://man.freebsd.org/cgi/man.cgi?query=fsdb(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fsirand.pc b/share/sbom/pkgconfig/fsirand.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fsirand.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1997 Todd C. Miller <Todd.Miller@courtesan.com>
+Description: Randomize inode generation numbers
+License: BSD-4-Clause
+Name: fsirand
+Requires: csu, libc, libcompiler_rt, libufs
+Source: https://cgit.freebsd.org/src/tree/sbin/fsirand
+URL: https://man.freebsd.org/cgi/man.cgi?query=fsirand(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fstat.pc b/share/sbom/pkgconfig/fstat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fstat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2005-2009 Stanislav Sedov <stas@FreeBSD.org>, 2009 Stanislav Sedov <stas@FreeBSD.org>, 1988, 1993 The Regents of the University of California
+Description: Identify active files
+License: BSD-3-Clause AND BSD-2-Clause
+Name: fstat
+Requires: csu, libc, libcompiler_rt, libprocstat
+Source: https://cgit.freebsd.org/src/tree/usr.bin/fstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=fstat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fstyp.pc b/share/sbom/pkgconfig/fstyp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fstyp.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2019 Conrad Meyer <cem@FreeBSD.org>, 2014 The FreeBSD Foundation, 2011-2018 The DragonFly Project, 2016-2019 The DragonFly Project, 2016-2019 Tomohiro Kusumi <tkusumi@netbsd.org>, 2005 Takanori Watanabe, 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>, 2006 Tobias Reifenberger, 2017-2019 The DragonFly Project, 2017-2019 Tomohiro Kusumi <tkusumi@netbsd.org>, 2007 The DragonFly Project, 2002, 2003 Gordon Tetlow, 2006 Pawel Jakub Dawidek <pjd@FreeBSD.org>, 2015 Allan Jude <allanjude@FreeBSD.org>, 2015 Xin LI <delphij@FreeBSD.org>, 2021 Miguel Gocobachi, 2005 Stanislav Sedov, 2017 Conrad Meyer <cem@FreeBSD.org>
+Description: Determine filesystem type
+License: BSD-2-Clause AND BSD-3-Clause
+Name: fstyp
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt, libgeom, libmd, libufs
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/fstyp
+URL: https://man.freebsd.org/cgi/man.cgi?query=fstyp(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fsync.pc b/share/sbom/pkgconfig/fsync.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fsync.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2000 Paul Saab <ps@FreeBSD.org>
+Description: Synchronize a file's in-core state with that on disk
+License: BSD-2-Clause
+Name: fsync
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/fsync
+URL: https://man.freebsd.org/cgi/man.cgi?query=fsync(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ftp-proxy.pc b/share/sbom/pkgconfig/ftp-proxy.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ftp-proxy.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Pf logging daemon
+License: 0BSD
+Name: ftp-proxy
+Source: https://github.com/openbsd/src/tree/master/usr.sbin/ftp-proxy
+URL: https://openbsd.org
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ftp.pc b/share/sbom/pkgconfig/ftp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ftp.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Enhanced FTP client for Unix-like operating systems
+License: BSD-3-Clause AND BSD-2-Clause
+Name: ftp
+Requires: csu, libc, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/contrib/tnftp/
+URL: https://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fuser.pc b/share/sbom/pkgconfig/fuser.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fuser.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2005-2009 Stanislav Sedov <stas@FreeBSD.org>, 2009 Stanislav Sedov <stas@FreeBSD.org>, 1988, 1993 The Regents of the University of California
+Description: List IDs of all processes that have one or more files open
+License: BSD-2-Clause AND BSD-3-Clause
+Name: fuser
+Requires: csu, libc, libcompiler_rt, libprocstat
+Source: https://cgit.freebsd.org/src/tree/usr.bin/fstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=fuser(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/fwcontrol.pc b/share/sbom/pkgconfig/fwcontrol.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/fwcontrol.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2003 Hidetoshi Shimokawa, 2002 Hidetoshi Shimokawa, 2005 Petr Holub, Hidetoshi Shimokawa
+Description: FireWire control utility
+License: BSD-4-Clause
+Name: fwcontrol
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/fwcontrol
+URL: https://man.freebsd.org/cgi/man.cgi?query=fwcontrol(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gate-ftp.pc b/share/sbom/pkgconfig/gate-ftp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gate-ftp.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Enhanced FTP client for Unix-like operating systems
+License: BSD-3-Clause AND BSD-2-Clause
+Name: gate-ftp
+Requires: csu, libc, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/contrib/tnftp/
+URL: https://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gcache.pc b/share/sbom/pkgconfig/gcache.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gcache.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2006 Ruslan Ermilov <ru@FreeBSD.org>
+Description: Control utility for CACHE GEOM class
+License: BSD-2-Clause
+Name: gcache
+Requires: csu, libc, libcompiler_rt, libgeom
+Source: https://cgit.freebsd.org/src/tree/lib/geom/cache
+URL: https://man.freebsd.org/cgi/man.cgi?query=gcache(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gconcat.pc b/share/sbom/pkgconfig/gconcat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gconcat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+Description: Disk concatenation control utility
+License: BSD-2-Clause
+Name: gconcat
+Requires: csu, libc, libcompiler_rt, libgeom
+Source: https://cgit.freebsd.org/src/tree/lib/geom/concat
+URL: https://man.freebsd.org/cgi/man.cgi?query=gconcat(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gcore.pc b/share/sbom/pkgconfig/gcore.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gcore.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992, 1993 The Regents of the University of California, 2017 Dell EMC, 2007 Sandvine Incorporated, 1998 John D. Polstra
+Description: Get core images of running process
+License: BSD-3-Clause AND BSD-2-Clause
+Name: gcore
+Requires: csu, libc, libcompiler_rt, libsbuf, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/gcore
+URL: https://man.freebsd.org/cgi/man.cgi?query=gcore(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gcov.pc b/share/sbom/pkgconfig/gcov.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gcov.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Emit coverage information
+License: Apache-2.0
+Name: gcov
+Requires: csu, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libthr, libz, msun, libncursesw
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/geli.pc b/share/sbom/pkgconfig/geli.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/geli.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004-2019 Pawel Jakub Dawidek <pawel@dawidek.net>
+Description: Control utility for the cryptographic GEOM class
+License: BSD-2-Clause
+Name: geli
+Requires: csu, libc, libcompiler_rt, libgeom, libmd
+Source: https://cgit.freebsd.org/src/tree/lib/geom/eli
+URL: https://man.freebsd.org/cgi/man.cgi?query=geli(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gencat.pc b/share/sbom/pkgconfig/gencat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gencat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1996 The NetBSD Foundation, Inc., Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts
+Description: NLS catalog compiler
+License: ISC AND BSD-2-Clause
+Name: gencat
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/gencat
+URL: https://man.freebsd.org/cgi/man.cgi?query=gencat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/genl.pc b/share/sbom/pkgconfig/genl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/genl.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: Copyright 2025 Gleb Smirnoff <glebius@FreeBSD.org>, Copyright 2023 Baptiste Daroussin <bapt@FreeBSD.org>
+Description: Generic netlink
+License: BSD-2-Clause
+Name: genl
+Source: https://cgit.freebsd.org/src/tree/usr.bin/genl
+URL: https://man.freebsd.org/cgi/man.cgi?query=genl(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/geom.pc b/share/sbom/pkgconfig/geom.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/geom.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004-2009 Pawel Jakub Dawidek <pjd@FreeBSD.org>, 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+Description: Universal control utility for GEOM classes
+License: BSD-2-Clause
+Name: geom
+Requires: csu, libc, libcompiler_rt, libexpat, libgeom, libsbuf, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/geom/core
+URL: https://man.freebsd.org/cgi/man.cgi?query=geom(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/getaddrinfo.pc b/share/sbom/pkgconfig/getaddrinfo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/getaddrinfo.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2013 The NetBSD Foundation, Inc.
+Description: Resolve names to socket addresses
+License: BSD-2-Clause
+Name: getaddrinfo
+Requires: csu, libc, libcompiler_rt, libnetbsd, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/getaddrinfo
+URL: https://man.freebsd.org/cgi/man.cgi?query=getaddrinfo(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/getconf.pc b/share/sbom/pkgconfig/getconf.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/getconf.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: Copyright 2000 Massachusetts Institute of Technology
+Description: Retrieve standard configuration variables
+License: LicenseRef-scancode-mit-license-1998
+Name: getconf
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/getconf
+URL: https://man.freebsd.org/cgi/man.cgi?query=getconf(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/getent.pc b/share/sbom/pkgconfig/getent.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/getent.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004 The NetBSD Foundation, Inc.
+Description: Get entries from administrative database
+License: BSD-2-Clause
+Name: getent
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/getent
+URL: https://man.freebsd.org/cgi/man.cgi?query=getent(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/getfacl.pc b/share/sbom/pkgconfig/getfacl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/getfacl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999, 2001, 2002 Robert N M Watson
+Description: Get ACL information
+License: BSD-2-Clause
+Name: getfacl
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/getfacl
+URL: https://man.freebsd.org/cgi/man.cgi?query=getfacl(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/getopt.pc b/share/sbom/pkgconfig/getopt.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/getopt.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Parse command options
+License: LicenseRef-scancode-public-domain
+Name: getopt
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/getopt
+URL: https://man.freebsd.org/cgi/man.cgi?query=getopt(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/getopts.pc b/share/sbom/pkgconfig/getopts.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/getopts.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California, 1997-2005 Herbert Xu <herbert@gondor.apana.org.au>, 2010-2015 Jilles Tjoelker <jilles@stack.nl>, 1993 The Regents of the University of California, Copyright 1989 by Kenneth Almquist, 1995 The Regents of the University of California, 2002 Herbert Xu, 2007 Herbert Xu <herbert@gondor.apana.org.au>
+Description: Parse commandline options
+License: BSD-3-Clause
+Name: getopts
+Requires: csu, libc, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/bin/sh
+URL: https://man.freebsd.org/cgi/man.cgi?query=sh(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ggatec.pc b/share/sbom/pkgconfig/ggatec.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ggatec.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+Description: GEOM Gate network client and control utility
+License: BSD-2-Clause
+Name: ggatec
+Requires: csu, libc, libcompiler_rt, libgeom, libthr, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/ggate/ggatec
+URL: https://man.freebsd.org/cgi/man.cgi?query=ggatec(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ggated.pc b/share/sbom/pkgconfig/ggated.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ggated.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+Description: GEOM Gate network daemon
+License: BSD-2-Clause
+Name: ggated
+Requires: csu, libc, libcompiler_rt, libgeom, libthr, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/ggate/ggated
+URL: https://man.freebsd.org/cgi/man.cgi?query=ggated(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ggatel.pc b/share/sbom/pkgconfig/ggatel.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ggatel.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+Description: GEOM Gate local control utility
+License: BSD-2-Clause
+Name: ggatel
+Requires: csu, libc, libcompiler_rt, libgeom, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/ggate/ggatel
+URL: https://man.freebsd.org/cgi/man.cgi?query=ggatel(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gjournal.pc b/share/sbom/pkgconfig/gjournal.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gjournal.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2006 Pawel Jakub Dawidek <pjd@FreeBSD.org>, 2005-2006 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+Description: Control utility for journaled devices
+License: BSD-2-Clause
+Name: gjournal
+Requires: csu, libc, libcompiler_rt, libgeom, libmd, libufs
+Source: https://cgit.freebsd.org/src/tree/lib/geom/journal
+URL: https://man.freebsd.org/cgi/man.cgi?query=gjournal(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/glabel.pc b/share/sbom/pkgconfig/glabel.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/glabel.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+Description: Disk labelization control utility
+License: BSD-2-Clause
+Name: glabel
+Requires: csu, libc, libcompiler_rt, libgeom
+Source: https://cgit.freebsd.org/src/tree/lib/geom/label
+URL: https://man.freebsd.org/cgi/man.cgi?query=glabel(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gmirror.pc b/share/sbom/pkgconfig/gmirror.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gmirror.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004-2009 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+Description: Control utility for mirrored devices
+License: BSD-2-Clause
+Name: gmirror
+Requires: csu, libc, libcompiler_rt, libgeom, libmd
+Source: https://cgit.freebsd.org/src/tree/lib/geom/mirror
+URL: https://man.freebsd.org/cgi/man.cgi?query=gmirror(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gmountver.pc b/share/sbom/pkgconfig/gmountver.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gmountver.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2010 Edward Tomasz Napierala <trasz@FreeBSD.org>
+Description: Control utility for disk mount verification GEOM class
+License: BSD-2-Clause
+Name: gmountver
+Requires: csu, libc, libcompiler_rt, libgeom
+Source: https://cgit.freebsd.org/src/tree/lib/geom/mountver
+URL: https://man.freebsd.org/cgi/man.cgi?query=gmountver(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gmultipath.pc b/share/sbom/pkgconfig/gmultipath.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gmultipath.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2006 Mathew Jacob <mjacob@FreeBSD.org>
+Description: Disk multipath control utility
+License: BSD-2-Clause
+Name: gmultipath
+Requires: csu, libc, libcompiler_rt, libgeom
+Source: https://cgit.freebsd.org/src/tree/lib/geom/multipath
+URL: https://man.freebsd.org/cgi/man.cgi?query=gmultipath(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gnop.pc b/share/sbom/pkgconfig/gnop.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gnop.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004-2006 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+Description: Control utility for NOP GEOM class
+License: BSD-2-Clause
+Name: gnop
+Requires: csu, libc, libcompiler_rt, libgeom
+Source: https://cgit.freebsd.org/src/tree/lib/geom/nop
+URL: https://man.freebsd.org/cgi/man.cgi?query=gnop(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gpart.pc b/share/sbom/pkgconfig/gpart.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gpart.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2007, 2008 Marcel Moolenaar
+Description: Control utility for the disk partitioning GEOM class
+License: BSD-2-Clause
+Name: gpart
+Requires: csu, libc, libcompiler_rt, libgeom, libutil
+Source: https://cgit.freebsd.org/src/tree/lib/geom/part
+URL: https://man.freebsd.org/cgi/man.cgi?query=gpart(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gprof.pc b/share/sbom/pkgconfig/gprof.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gprof.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California, 1989, 1993 The Regents of the University of California
+Description: Display call graph profile data
+License: BSD-3-Clause AND BSD-2-Clause
+Name: gprof
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/gprof
+URL: https://man.freebsd.org/cgi/man.cgi?query=gprof(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/graid.pc b/share/sbom/pkgconfig/graid.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/graid.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2010 Alexander Motin <mav@FreeBSD.org>
+Description: Control utility for software RAID devices
+License: BSD-2-Clause
+Name: graid
+Requires: csu, libc, libcompiler_rt, libgeom, libmd
+Source: https://cgit.freebsd.org/src/tree/lib/geom/raid
+URL: https://man.freebsd.org/cgi/man.cgi?query=graid(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/graid3.pc b/share/sbom/pkgconfig/graid3.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/graid3.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+Description: Control utility for RAID3 devices
+License: BSD-2-Clause
+Name: graid3
+Requires: csu, libc, libcompiler_rt, libgeom, libmd
+Source: https://cgit.freebsd.org/src/tree/lib/geom/raid3
+URL: https://man.freebsd.org/cgi/man.cgi?query=graid3(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/grdc.pc b/share/sbom/pkgconfig/grdc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/grdc.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Grand digital clock (curses)
+License: NOASSERTION
+Name: grdc
+Requires: csu, libc, libcompiler_rt, libncurses, libtinfo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grdc
+URL: https://man.freebsd.org/cgi/man.cgi?query=grdc(6)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/grep.pc b/share/sbom/pkgconfig/grep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/grep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: File pattern searcher
+License: BSD-2-Clause
+Name: grep
+Requires: csu, bzip2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=grep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/groups.pc b/share/sbom/pkgconfig/groups.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/groups.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California
+Description: Show group memberships
+License: BSD-3-Clause
+Name: groups
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/id
+URL: https://man.freebsd.org/cgi/man.cgi?query=groups(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/growfs.pc b/share/sbom/pkgconfig/growfs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/growfs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2000 Christoph Herrmann, Thomas-Henning von Kamptz, 1980, 1989, 1993 The Regents of the University of California, 2012 The FreeBSD Foundation
+Description: Expand an existing UFS file system
+License: BSD-4-Clause AND BSD-3-Clause
+Name: growfs
+Requires: csu, libc, libcompiler_rt, libufs, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/growfs
+URL: https://man.freebsd.org/cgi/man.cgi?query=growfs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gshsec.pc b/share/sbom/pkgconfig/gshsec.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gshsec.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+Description: Control utility for shared secret devices
+License: BSD-2-Clause
+Name: gshsec
+Requires: csu, libc, libcompiler_rt, libgeom
+Source: https://cgit.freebsd.org/src/tree/lib/geom/shsec
+URL: https://man.freebsd.org/cgi/man.cgi?query=gshsec(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gss-client.pc b/share/sbom/pkgconfig/gss-client.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gss-client.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: MIT implementation of Kerberos stack
+License: MIT
+Name: gss-client
+Source: https://github.com/krb5/krb5/tree/krb5-1.22-final
+URL: https://web.mit.edu/kerberos/krb5-latest/doc/
+Version: 1.2.2
diff --git a/share/sbom/pkgconfig/gstripe.pc b/share/sbom/pkgconfig/gstripe.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gstripe.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+Description: Control utility for striped devices
+License: BSD-2-Clause
+Name: gstripe
+Requires: csu, libc, libcompiler_rt, libgeom
+Source: https://cgit.freebsd.org/src/tree/lib/geom/stripe
+URL: https://man.freebsd.org/cgi/man.cgi?query=gstripe(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gunion.pc b/share/sbom/pkgconfig/gunion.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gunion.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2022 Marshall Kirk McKusick <mckusick@mckusick.com>
+Description: Control utility for UNION GEOM class
+License: BSD-2-Clause
+Name: gunion
+Requires: csu, libc, libcompiler_rt, libgeom
+Source: https://cgit.freebsd.org/src/tree/lib/geom/union
+URL: https://man.freebsd.org/cgi/man.cgi?query=gunion(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gunzip.pc b/share/sbom/pkgconfig/gunzip.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gunzip.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2018 The NetBSD Foundation, Inc., 2013-2018 Antonio Diaz Diaz, 2009 Xin LI <delphij@FreeBSD.org>, 2011 The NetBSD Foundation, Inc., 2003 Otto Moerbeek <otto@drijf.net>, 2022 Klara, Inc., 1985, 1986, 1992, 1993 The Regents of the University of California, 2003 Todd C. Miller <Todd.Miller@courtesan.com>, 2010 Joerg Sonnenberger <joerg@NetBSD.org>, 2006 The NetBSD Foundation, Inc., 1997, 1998, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2015, 2017 Matthew R. Green, 1997, 1998, 2003, 2004, 2006 Matthew R. Green
+Description: Compression/decompression tool using Lempel-Ziv coding (LZ77)
+License: BSD-3-Clause AND BSD-2-Clause
+Name: gunzip
+Requires: csu, libc, libcompiler_rt, liblzma, libz, libzstd
+Source: https://cgit.freebsd.org/src/tree/usr.bin/gzip
+URL: https://man.freebsd.org/cgi/man.cgi?query=gzip(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gvirstor.pc b/share/sbom/pkgconfig/gvirstor.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gvirstor.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2005 Ivan Voras <ivoras@freebsd.org>
+Description: Control utility for virtual data storage devices
+License: BSD-2-Clause
+Name: gvirstor
+Requires: csu, libc, libcompiler_rt, libgeom
+Source: https://cgit.freebsd.org/src/tree/lib/geom/virstor
+URL: https://man.freebsd.org/cgi/man.cgi?query=gvirstor(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gzcat.pc b/share/sbom/pkgconfig/gzcat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gzcat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2018 The NetBSD Foundation, Inc., 2013-2018 Antonio Diaz Diaz, 2009 Xin LI <delphij@FreeBSD.org>, 2011 The NetBSD Foundation, Inc., 2003 Otto Moerbeek <otto@drijf.net>, 2022 Klara, Inc., 1985, 1986, 1992, 1993 The Regents of the University of California, 2003 Todd C. Miller <Todd.Miller@courtesan.com>, 2010 Joerg Sonnenberger <joerg@NetBSD.org>, 2006 The NetBSD Foundation, Inc., 1997, 1998, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2015, 2017 Matthew R. Green, 1997, 1998, 2003, 2004, 2006 Matthew R. Green
+Description: Compression/decompression tool using Lempel-Ziv coding (LZ77)
+License: BSD-3-Clause AND BSD-2-Clause
+Name: gzcat
+Requires: csu, libc, libcompiler_rt, liblzma, libz, libzstd
+Source: https://cgit.freebsd.org/src/tree/usr.bin/gzip
+URL: https://man.freebsd.org/cgi/man.cgi?query=gzip(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gzexe.pc b/share/sbom/pkgconfig/gzexe.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gzexe.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2018 The NetBSD Foundation, Inc., 2013-2018 Antonio Diaz Diaz, 2009 Xin LI <delphij@FreeBSD.org>, 2011 The NetBSD Foundation, Inc., 2003 Otto Moerbeek <otto@drijf.net>, 2022 Klara, Inc., 1985, 1986, 1992, 1993 The Regents of the University of California, 2003 Todd C. Miller <Todd.Miller@courtesan.com>, 2010 Joerg Sonnenberger <joerg@NetBSD.org>, 2006 The NetBSD Foundation, Inc., 1997, 1998, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2015, 2017 Matthew R. Green, 1997, 1998, 2003, 2004, 2006 Matthew R. Green
+Description: Create auto-decompressing executables
+License: BSD-3-Clause AND BSD-2-Clause
+Name: gzexe
+Requires: csu, libc, libcompiler_rt, liblzma, libz, libzstd
+Source: https://cgit.freebsd.org/src/tree/usr.bin/gzip
+URL: https://man.freebsd.org/cgi/man.cgi?query=gzexe(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/gzip.pc b/share/sbom/pkgconfig/gzip.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/gzip.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2018 The NetBSD Foundation, Inc., 2013-2018 Antonio Diaz Diaz, 2009 Xin LI <delphij@FreeBSD.org>, 2011 The NetBSD Foundation, Inc., 2003 Otto Moerbeek <otto@drijf.net>, 2022 Klara, Inc., 1985, 1986, 1992, 1993 The Regents of the University of California, 2003 Todd C. Miller <Todd.Miller@courtesan.com>, 2010 Joerg Sonnenberger <joerg@NetBSD.org>, 2006 The NetBSD Foundation, Inc., 1997, 1998, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2015, 2017 Matthew R. Green, 1997, 1998, 2003, 2004, 2006 Matthew R. Green
+Description: Compression/decompression tool using Lempel-Ziv coding (LZ77)
+License: BSD-3-Clause AND BSD-2-Clause
+Name: gzip
+Requires: csu, libc, libcompiler_rt, liblzma, libz, libzstd
+Source: https://cgit.freebsd.org/src/tree/usr.bin/gzip
+URL: https://man.freebsd.org/cgi/man.cgi?query=gzip(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/halt.pc b/share/sbom/pkgconfig/halt.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/halt.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1986, 1993 The Regents of the University of California
+Description: Stopping and restarting the system
+License: BSD-3-Clause
+Name: halt
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/reboot
+URL: https://man.freebsd.org/cgi/man.cgi?query=halt(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/hash.pc b/share/sbom/pkgconfig/hash.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/hash.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California, 1997-2005 Herbert Xu <herbert@gondor.apana.org.au>, 2010-2015 Jilles Tjoelker <jilles@stack.nl>, 1993 The Regents of the University of California, Copyright 1989 by Kenneth Almquist, 1995 The Regents of the University of California, 2002 Herbert Xu, 2007 Herbert Xu <herbert@gondor.apana.org.au>
+Description: Calculate hash value
+License: BSD-3-Clause
+Name: hash
+Requires: csu, libc, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/bin/sh
+URL: https://man.freebsd.org/cgi/man.cgi?query=sh(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/hastctl.pc b/share/sbom/pkgconfig/hastctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/hastctl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2009-2010 The FreeBSD Foundation
+Description: Highly Available Storage control utility
+License: BSD-2-Clause
+Name: hastctl
+Requires: csu, libc, libcompiler_rt, libmd, libutil, zlib
+Source: https://cgit.freebsd.org/src/tree/sbin/hastctl
+URL: https://man.freebsd.org/cgi/man.cgi?query=hastctl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/hastd.pc b/share/sbom/pkgconfig/hastd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/hastd.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2010 Pawel Jakub Dawidek <pjd@FreeBSD.org>, 2009-2010 The FreeBSD Foundation, 2005 John Baldwin <jhb@FreeBSD.org>, 2010 The FreeBSD Foundation, 2010-2011 Pawel Jakub Dawidek <pawel@dawidek.net>, 2011 Pawel Jakub Dawidek <pawel@dawidek.net>, 2000-2008 Marc Alexander Lehmann <schmorp@schmorp.de>, 2011 Pawel Jakub Dawidek <pjd@FreeBSD.org>, 2009 The FreeBSD Foundation
+Description: Highly Available Storage daemon
+License: BSD-2-Clause
+Name: hastd
+Requires: csu, libc, libcompiler_rt, libgeom, libmd, libthr, libutil, zlib
+Source: https://cgit.freebsd.org/src/tree/sbin/hastd
+URL: https://man.freebsd.org/cgi/man.cgi?query=hastd(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/hd.pc b/share/sbom/pkgconfig/hd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/hd.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California, 1990, 1993 The Regents of the University of California
+Description: ASCII, decimal, hexadecimal, octal dump
+License: BSD-3-Clause
+Name: hd
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/hexdump
+URL: https://man.freebsd.org/cgi/man.cgi?query=hd(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/head.pc b/share/sbom/pkgconfig/head.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/head.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1987, 1992, 1993 The Regents of the University of California
+Description: Display first lines of a file
+License: BSD-3-Clause
+Name: head
+Requires: csu, libc, libcapsicum, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/head
+URL: https://man.freebsd.org/cgi/man.cgi?query=head(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/hexdump.pc b/share/sbom/pkgconfig/hexdump.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/hexdump.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California, 1990, 1993 The Regents of the University of California
+Description: ASCII, decimal, hexadecimal, octal dump
+License: BSD-3-Clause
+Name: hexdump
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/hexdump
+URL: https://man.freebsd.org/cgi/man.cgi?query=hexdump(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/host.pc b/share/sbom/pkgconfig/host.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/host.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: LDNS is a DNS library that facilitates DNS tool programming
+License: BSD-3-Clause
+Name: host
+URL: https://github.com/NLnetLabs/ldns
+Version: 1.8.3
diff --git a/share/sbom/pkgconfig/hostname.pc b/share/sbom/pkgconfig/hostname.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/hostname.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993 The Regents of the University of California
+Description: Set or print the name of current host system
+License: BSD-3-Clause
+Name: hostname
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/hostname
+URL: https://man.freebsd.org/cgi/man.cgi?query=hostname(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ibstat.pc b/share/sbom/pkgconfig/ibstat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ibstat.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open IB Diagnostics
+License: GPL-2.0 OR BSD-2-Clause
+Name: ibstat
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://downloads.openfabrics.org/OFED/archive/ofed-1.5.3/OFED-1.5.3.tgz
+URL: https://www.openfabrics.org/ofed-for-linux/
+Version: 1.5.3
diff --git a/share/sbom/pkgconfig/ibv_asyncwatch.pc b/share/sbom/pkgconfig/ibv_asyncwatch.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ibv_asyncwatch.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Display asynchronous events
+License: GPL-2.0 OR BSD-2-Clause
+Name: ibv_asyncwatch
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://downloads.openfabrics.org/OFED/archive/ofed-1.5.3/OFED-1.5.3.tgz
+URL: https://www.openfabrics.org/ofed-for-linux/
+Version: 1.5.3
diff --git a/share/sbom/pkgconfig/ibv_devices.pc b/share/sbom/pkgconfig/ibv_devices.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ibv_devices.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Display asynchronous events
+License: GPL-2.0 OR BSD-2-Clause
+Name: ibv_devices
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://downloads.openfabrics.org/OFED/archive/ofed-1.5.3/OFED-1.5.3.tgz
+URL: https://www.openfabrics.org/ofed-for-linux/
+Version: 1.5.3
diff --git a/share/sbom/pkgconfig/ibv_devinfo.pc b/share/sbom/pkgconfig/ibv_devinfo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ibv_devinfo.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Display asynchronous events
+License: GPL-2.0 OR BSD-2-Clause
+Name: ibv_devinfo
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://downloads.openfabrics.org/OFED/archive/ofed-1.5.3/OFED-1.5.3.tgz
+URL: https://www.openfabrics.org/ofed-for-linux/
+Version: 1.5.3
diff --git a/share/sbom/pkgconfig/ibv_rc_pingpong.pc b/share/sbom/pkgconfig/ibv_rc_pingpong.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ibv_rc_pingpong.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Display asynchronous events
+License: GPL-2.0 OR BSD-2-Clause
+Name: ibv_rc_pingpong
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://downloads.openfabrics.org/OFED/archive/ofed-1.5.3/OFED-1.5.3.tgz
+URL: https://www.openfabrics.org/ofed-for-linux/
+Version: 1.5.3
diff --git a/share/sbom/pkgconfig/ibv_srq_pingpong.pc b/share/sbom/pkgconfig/ibv_srq_pingpong.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ibv_srq_pingpong.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Display asynchronous events
+License: GPL-2.0 OR BSD-2-Clause
+Name: ibv_srq_pingpong
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://downloads.openfabrics.org/OFED/archive/ofed-1.5.3/OFED-1.5.3.tgz
+URL: https://www.openfabrics.org/ofed-for-linux/
+Version: 1.5.3
diff --git a/share/sbom/pkgconfig/ibv_uc_pingpong.pc b/share/sbom/pkgconfig/ibv_uc_pingpong.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ibv_uc_pingpong.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Display asynchronous events
+License: GPL-2.0 OR BSD-2-Clause
+Name: ibv_uc_pingpong
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://downloads.openfabrics.org/OFED/archive/ofed-1.5.3/OFED-1.5.3.tgz
+URL: https://www.openfabrics.org/ofed-for-linux/
+Version: 1.5.3
diff --git a/share/sbom/pkgconfig/ibv_ud_pingpong.pc b/share/sbom/pkgconfig/ibv_ud_pingpong.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ibv_ud_pingpong.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Display asynchronous events
+License: GPL-2.0 OR BSD-2-Clause
+Name: ibv_ud_pingpong
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://downloads.openfabrics.org/OFED/archive/ofed-1.5.3/OFED-1.5.3.tgz
+URL: https://www.openfabrics.org/ofed-for-linux/
+Version: 1.5.3
diff --git a/share/sbom/pkgconfig/iconv.pc b/share/sbom/pkgconfig/iconv.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/iconv.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2003 Citrus Project
+Description: Codeset conversion utility
+License: BSD-2-Clause
+Name: iconv
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/iconv
+URL: https://man.freebsd.org/cgi/man.cgi?query=iconv(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/id.pc b/share/sbom/pkgconfig/id.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/id.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California
+Description: Return user identity
+License: BSD-3-Clause
+Name: id
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/id
+URL: https://man.freebsd.org/cgi/man.cgi?query=id(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ident.pc b/share/sbom/pkgconfig/ident.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ident.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2015-2021 Baptiste Daroussin <bapt@FreeBSD.org>, 2015 Xin LI <delphij@FreeBSD.org>
+Description: Identify RCS keyword string in files
+License: LicenseRef-scancode-bsd-unchanged
+Name: ident
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ident
+URL: https://man.freebsd.org/cgi/man.cgi?query=ident(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ifconfig.pc b/share/sbom/pkgconfig/ifconfig.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ifconfig.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2023 Alexander V. Chernikov <melifaro@FreeBSD.org>, 2022 Alexander V. Chernikov <melifaro@FreeBSD.org>, Copyright 2013 Ermal Luci, 2025-2026 Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org>, 2011 Alexander V. Chernikov, 2011 Christian S.J. Peron, 2011 Bjoern A. Zeeb, 1999 Bill Paul <wpaul@ctr.columbia.edu>, 2012 ADARA Networks, Inc., 1983, 1993 The Regents of the University of California, Copyright 2001 Wasabi Systems, Inc., 2016 Yandex LLC, 2016 Andrey V. Elsukov <ae@FreeBSD.org>, 2009 Hiroki Sato, Copyright 2001 The Aerospace Corporation, 1997, 1998, 2000 The NetBSD Foundation, Inc., 2001 Networks Associates Technology, Inc., 2002 Michael Shalayeff, 2003 Ryan McBride, 1997 Jason R. Thorpe, 2004 Max Laier, 2014, Bryan Venteicher <bryanv@FreeBSD.org>, 1997 Peter Wemm, 2006 Max Laier, 2014 Alexander V. Chernikov, 2008 Andrew Thompson
+Description: Configure network interface parameters
+License: BSD-4-Clause AND BSD-3-Clause AND BSD-2-Clause-FreeBSD AND BSD-2-Clause
+Name: ifconfig
+Requires: csu, libc, libcompiler_rt, libifconfig, libnv, libutil, msun
+Source: https://cgit.freebsd.org/src/tree/sbin/ifconfig
+URL: https://man.freebsd.org/cgi/man.cgi?query=ifconfig(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/indent.pc b/share/sbom/pkgconfig/indent.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/indent.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1985 Sun Microsystems, Inc., 1976 Board of Trustees of the University of Illinois, 1980, 1993 The Regents of the University of California, 2001 Jens Schweikhardt, 1976 by the Board of Trustees of the University of Illinois
+Description: Indent and format C program source
+License: BSD-4-Clause AND BSD-2-Clause
+Name: indent
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/indent
+URL: https://man.freebsd.org/cgi/man.cgi?query=indent(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/infocmp.pc b/share/sbom/pkgconfig/infocmp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/infocmp.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: clone of System V curses form library
+License: X11
+Name: infocmp
+Requires: csu, libc, libcompiler_rt, libncurses, libtinfo
+Source: https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz
+URL: https://invisible-island.net/ncurses
+Version: 6.5
diff --git a/share/sbom/pkgconfig/infotocap.pc b/share/sbom/pkgconfig/infotocap.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/infotocap.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: clone of System V curses form library
+License: X11
+Name: infotocap
+Requires: csu, libc, libcompiler_rt, libncurses, libtinfo
+Source: https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz
+URL: https://invisible-island.net/ncurses
+Version: 6.5
diff --git a/share/sbom/pkgconfig/init.pc b/share/sbom/pkgconfig/init.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/init.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California
+Description: Process control initialization
+License: BSD-3-Clause
+Name: init
+Requires: csu, libc, libcompiler_rt, libcrypt, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/init
+URL: https://man.freebsd.org/cgi/man.cgi?query=init(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/install.pc b/share/sbom/pkgconfig/install.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/install.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2012, 2013 SRI International, 1987, 1993 The Regents of the University of California
+Description: Install binaries
+License: BSD-3-Clause
+Name: install
+Requires: csu, libc, libcompiler_rt, libmd, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/xinstall
+URL: https://man.freebsd.org/cgi/man.cgi?query=install(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ipcrm.pc b/share/sbom/pkgconfig/ipcrm.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ipcrm.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1994 Adam Glass
+Description: Remove the specified message queues, semaphore sets, and shared segments
+License: BSD-4-Clause
+Name: ipcrm
+Requires: csu, libc, libcompiler_rt, libkvm
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ipcrm
+URL: https://man.freebsd.org/cgi/man.cgi?query=ipcrm(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ipcs.pc b/share/sbom/pkgconfig/ipcs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ipcs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
+Description: Report System V interprocess communication facilities status
+License: BSD-3-Clause
+Name: ipcs
+Requires: csu, libc, libcompiler_rt, libkvm
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ipcs
+URL: https://man.freebsd.org/cgi/man.cgi?query=ipcs(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ipf.pc b/share/sbom/pkgconfig/ipf.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ipf.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 The Regents of the University of California, 2012 by Darren Reed
+Description: Alters packet filtering lists for IP packet input and output
+License: BSD-4-Clause-UC AND LicenseRef-scancode-other-permissive
+Name: ipf
+Requires: csu, libc, libcompiler_rt, libkvm, libpcap
+Source: https://cgit.freebsd.org/src/tree/sbin/ipf/ipf
+URL: https://man.freebsd.org/cgi/man.cgi?query=ipf(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ipfs.pc b/share/sbom/pkgconfig/ipfs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ipfs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2012 by Darren Reed
+Description: Saves and restores information for NAT and state tables.
+License: LicenseRef-scancode-other-permissive
+Name: ipfs
+Requires: csu, libc, libcompiler_rt, libkvm
+Source: https://cgit.freebsd.org/src/tree/sbin/ipf/ipfs
+URL: https://man.freebsd.org/cgi/man.cgi?query=ipfs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ipfstat.pc b/share/sbom/pkgconfig/ipfstat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ipfstat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2012 by Darren Reed
+Description: Reports on packet filter statistics and filter list
+License: LicenseRef-scancode-other-permissive
+Name: ipfstat
+Requires: csu, libc, libcompiler_rt, libkvm, libncurses, libtinfo
+Source: https://cgit.freebsd.org/src/tree/sbin/ipf/ipfstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=ipfstat(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ipfw.pc b/share/sbom/pkgconfig/ipfw.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ipfw.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2015-2019 Yandex LLC, 2015-2019 Andrey V. Elsukov <ae@FreeBSD.org>, 2002-2003 Luigi Rizzo, 1996 Alex Nash, Paul Traina, Poul-Henning Kamp, 1994 Ugen, 1993 Daniel Boulet, 2019 Yandex LLC, 2019 Andrey V. Elsukov <ae@FreeBSD.org>, 2019 Boris N. Lytochkin <lytboris@gmail.com>, 2014 Yandex LLC, 2014 Alexander V. Chernikov, 2015-2016 Alexander V. Chernikov <melifaro@FreeBSD.org>, 2002-2003,2010 Luigi Rizzo, 2016 Yandex LLC, 2016 Andrey V. Elsukov <ae@FreeBSD.org>, 2016 Centre for Advanced Internet Architectures, Swinburne University of Technology, Melbourne, Australia
+Description: User interface for firewall, traffic shaper, packet scheduler, in-kernel NAT.
+License: BSD-2-Clause
+Name: ipfw
+Requires: csu, libalias, libc, libcompiler_rt, libjail, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/ipfw
+URL: https://man.freebsd.org/cgi/man.cgi?query=ipfw(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ipmon.pc b/share/sbom/pkgconfig/ipmon.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ipmon.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2012 by Darren Reed
+Description: Monitors /dev/ipl for logged packets
+License: LicenseRef-scancode-other-permissive
+Name: ipmon
+Requires: csu, libc, libcompiler_rt, libkvm
+Source: https://cgit.freebsd.org/src/tree/sbin/ipf/ipmon
+URL: https://man.freebsd.org/cgi/man.cgi?query=ipmon(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ipnat.pc b/share/sbom/pkgconfig/ipnat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ipnat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2012 by Darren Reed
+Description: User interface to the NAT
+License: LicenseRef-scancode-other-permissive
+Name: ipnat
+Requires: csu, libc, libcompiler_rt, libkvm
+Source: https://cgit.freebsd.org/src/tree/sbin/ipf/ipnat
+URL: https://man.freebsd.org/cgi/man.cgi?query=ipnat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ippool.pc b/share/sbom/pkgconfig/ippool.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ippool.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2012 by Darren Reed
+Description: User interface to the IPFilter pools
+License: LicenseRef-scancode-other-permissive
+Name: ippool
+Requires: csu, libc, libcompiler_rt, libkvm
+Source: https://cgit.freebsd.org/src/tree/sbin/ipf/ippool
+URL: https://man.freebsd.org/cgi/man.cgi?query=ippool(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/iscsictl.pc b/share/sbom/pkgconfig/iscsictl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/iscsictl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2012 The FreeBSD Foundation, 1997-2007 Kenneth D. Merry
+Description: ISCSI initiator management utility
+License: BSD-3-Clause AND BSD-2-Clause
+Name: iscsictl
+Requires: csu, libc, libcam, libcompiler_rt, libutil, libxo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/iscsictl
+URL: https://man.freebsd.org/cgi/man.cgi?query=iscsictl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/jobs.pc b/share/sbom/pkgconfig/jobs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/jobs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California, 1997-2005 Herbert Xu <herbert@gondor.apana.org.au>, 2010-2015 Jilles Tjoelker <jilles@stack.nl>, 1993 The Regents of the University of California, Copyright 1989 by Kenneth Almquist, 1995 The Regents of the University of California, 2002 Herbert Xu, 2007 Herbert Xu <herbert@gondor.apana.org.au>
+Description: Print running jobs
+License: BSD-3-Clause
+Name: jobs
+Requires: csu, libc, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/bin/sh
+URL: https://man.freebsd.org/cgi/man.cgi?query=sh(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/join.pc b/share/sbom/pkgconfig/join.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/join.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993, 1994 The Regents of the University of California
+Description: Relational database operator
+License: BSD-3-Clause
+Name: join
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/join
+URL: https://man.freebsd.org/cgi/man.cgi?query=join(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/jot.pc b/share/sbom/pkgconfig/jot.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/jot.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 The Regents of the University of California
+Description: Print sequential or random data
+License: BSD-3-Clause AND BSD-2-Clause
+Name: jot
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/jot
+URL: https://man.freebsd.org/cgi/man.cgi?query=jot(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/k5srvutil.pc b/share/sbom/pkgconfig/k5srvutil.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/k5srvutil.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: MIT implementation of Kerberos stack
+License: MIT
+Name: k5srvutil
+Source: https://github.com/krb5/krb5/tree/krb5-1.22-final
+URL: https://web.mit.edu/kerberos/krb5-latest/doc/
+Version: 1.2.2
diff --git a/share/sbom/pkgconfig/kadmin.pc b/share/sbom/pkgconfig/kadmin.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/kadmin.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Common error display library
+License: BSD-3-Clause
+Name: kadmin
+Requires: csu, libc, libcompiler_rt, libcom_err
+URL: https://www.heimdal.software
+Version: 1.5.2
diff --git a/share/sbom/pkgconfig/kdestroy.pc b/share/sbom/pkgconfig/kdestroy.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/kdestroy.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Common error display library
+License: BSD-3-Clause
+Name: kdestroy
+Requires: csu, libc, libcompiler_rt, libcom_err
+URL: https://www.heimdal.software
+Version: 1.5.2
diff --git a/share/sbom/pkgconfig/kdump.pc b/share/sbom/pkgconfig/kdump.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/kdump.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993 The Regents of the University of California, 2022 Dmitry Chagin <dchagin@FreeBSD.org>
+Description: Display kernel trace data
+License: BSD-3-Clause AND BSD-2-Clause
+Name: kdump
+Requires: csu, libc, libcapsicum, libcompiler_rt, libsysdecode
+Source: https://cgit.freebsd.org/src/tree/usr.bin/kdump
+URL: https://man.freebsd.org/cgi/man.cgi?query=kdump(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/kenv.pc b/share/sbom/pkgconfig/kenv.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/kenv.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2000 Peter Wemm <peter@freebsd.org>
+Description: List or modify the kernel environment
+License: BSD-2-Clause
+Name: kenv
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/kenv
+URL: https://man.freebsd.org/cgi/man.cgi?query=kenv(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/kill.pc b/share/sbom/pkgconfig/kill.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/kill.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993, 1994 The Regents of the University of California
+Description: Terminate or signal a process
+License: BSD-3-Clause
+Name: kill
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/kill
+URL: https://man.freebsd.org/cgi/man.cgi?query=kill(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/killall.pc b/share/sbom/pkgconfig/killall.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/killall.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2000 Peter Wemm <peter@FreeBSD.org>, 2000 Paul Saab <ps@FreeBSD.org>
+Description: Kill processes by name
+License: BSD-2-Clause
+Name: killall
+Requires: csu, libc, libcompiler_rt, libjail
+Source: https://cgit.freebsd.org/src/tree/usr.bin/killall
+URL: https://man.freebsd.org/cgi/man.cgi?query=killall(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/kinit.pc b/share/sbom/pkgconfig/kinit.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/kinit.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Common error display library
+License: BSD-3-Clause
+Name: kinit
+Requires: csu, libc, libcompiler_rt, libcom_err
+URL: https://www.heimdal.software
+Version: 1.5.2
diff --git a/share/sbom/pkgconfig/kldconfig.pc b/share/sbom/pkgconfig/kldconfig.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/kldconfig.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2001 Peter Pentchev
+Description: Display or modify the kernel module search path
+License: BSD-2-Clause
+Name: kldconfig
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/kldconfig
+URL: https://man.freebsd.org/cgi/man.cgi?query=kldconfig(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/kldload.pc b/share/sbom/pkgconfig/kldload.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/kldload.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1997 Doug Rabson
+Description: Load a file into the kernel
+License: BSD-2-Clause
+Name: kldload
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/kldload
+URL: https://man.freebsd.org/cgi/man.cgi?query=kldload(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/kldstat.pc b/share/sbom/pkgconfig/kldstat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/kldstat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1997 Doug Rabson
+Description: Display status of dynamic kernel linker
+License: BSD-2-Clause
+Name: kldstat
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/kldstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=kldstat(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/kldunload.pc b/share/sbom/pkgconfig/kldunload.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/kldunload.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1997 Doug Rabson
+Description: Unload a file from the kernel
+License: BSD-3-Clause AND BSD-2-Clause
+Name: kldunload
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/kldunload
+URL: https://man.freebsd.org/cgi/man.cgi?query=kldunload(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/klist.pc b/share/sbom/pkgconfig/klist.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/klist.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Common error display library
+License: BSD-3-Clause
+Name: klist
+Requires: csu, libc, libcompiler_rt, libcom_err
+URL: https://www.heimdal.software
+Version: 1.5.2
diff --git a/share/sbom/pkgconfig/kpasswd.pc b/share/sbom/pkgconfig/kpasswd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/kpasswd.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Common error display library
+License: BSD-3-Clause
+Name: kpasswd
+Requires: csu, libc, libcompiler_rt, libcom_err
+URL: https://www.heimdal.software
+Version: 1.5.2
diff --git a/share/sbom/pkgconfig/krb5-config.pc b/share/sbom/pkgconfig/krb5-config.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/krb5-config.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: MIT implementation of Kerberos stack
+License: MIT
+Name: krb5-config
+Source: https://github.com/krb5/krb5/tree/krb5-1.22-final
+URL: https://web.mit.edu/kerberos/krb5-latest/doc/
+Version: 1.2.2
diff --git a/share/sbom/pkgconfig/ksu.pc b/share/sbom/pkgconfig/ksu.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ksu.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Common error display library
+License: BSD-3-Clause
+Name: ksu
+Requires: csu, libc, libcompiler_rt, libcom_err
+URL: https://www.heimdal.software
+Version: 1.5.2
diff --git a/share/sbom/pkgconfig/kswitch.pc b/share/sbom/pkgconfig/kswitch.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/kswitch.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Common error display library
+License: BSD-3-Clause
+Name: kswitch
+Requires: csu, libc, libcompiler_rt, libcom_err
+URL: https://www.heimdal.software
+Version: 1.5.2
diff --git a/share/sbom/pkgconfig/ktrace.pc b/share/sbom/pkgconfig/ktrace.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ktrace.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993 The Regents of the University of California
+Description: Enable kernel process tracing
+License: BSD-3-Clause
+Name: ktrace
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ktrace
+URL: https://man.freebsd.org/cgi/man.cgi?query=ktrace(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ktrdump.pc b/share/sbom/pkgconfig/ktrdump.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ktrdump.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Jake Burkholder, 2004 Robert Watson
+Description: Print kernel ktr trace buffer
+License: BSD-2-Clause
+Name: ktrdump
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt, libkvm
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ktrdump
+URL: https://man.freebsd.org/cgi/man.cgi?query=ktrdump(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ktutil.pc b/share/sbom/pkgconfig/ktutil.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ktutil.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Common error display library
+License: BSD-3-Clause
+Name: ktutil
+Requires: csu, libc, libcompiler_rt, libcom_err
+URL: https://www.heimdal.software
+Version: 1.5.2
diff --git a/share/sbom/pkgconfig/kvno.pc b/share/sbom/pkgconfig/kvno.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/kvno.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: MIT implementation of Kerberos stack
+License: MIT
+Name: kvno
+Source: https://github.com/krb5/krb5/tree/krb5-1.22-final
+URL: https://web.mit.edu/kerberos/krb5-latest/doc/
+Version: 1.2.2
diff --git a/share/sbom/pkgconfig/kyua.pc b/share/sbom/pkgconfig/kyua.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/kyua.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Port/Package build and test system
+License: BSD-3-Clause
+Name: kyua
+Requires: libcxxrt, lua, sqlite3
+URL: https://github.com/FreeBSD/kyua
+Version: 0.13
diff --git a/share/sbom/pkgconfig/lam.pc b/share/sbom/pkgconfig/lam.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lam.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 The Regents of the University of California
+Description: Laminate files
+License: BSD-3-Clause
+Name: lam
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/lam
+URL: https://man.freebsd.org/cgi/man.cgi?query=lam(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/last.pc b/share/sbom/pkgconfig/last.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/last.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1987, 1993, 1994 The Regents of the University of California, 2018 Philip Paeps
+Description: Indicate last logins of users and ttys
+License: BSD-3-Clause
+Name: last
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt, libxo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/last
+URL: https://man.freebsd.org/cgi/man.cgi?query=last(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/lastcomm.pc b/share/sbom/pkgconfig/lastcomm.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lastcomm.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2007 Diomidis Spinellis, 1989, 1993 The Regents of the University of California, 1980, 1993 The Regents of the University of California
+Description: Show last commands executed
+License: BSD-3-Clause AND BSD-2-Clause
+Name: lastcomm
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/lastcomm
+URL: https://man.freebsd.org/cgi/man.cgi?query=lastcomm(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ld.lld.pc b/share/sbom/pkgconfig/ld.lld.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ld.lld.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: ELF linker from the LLVM project
+License: Apache-2.0
+Name: ld.ldd
+Requires: csu, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libthr, libz, msun, libncursesw
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/ld.pc b/share/sbom/pkgconfig/ld.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ld.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: ELF linker from the LLVM project
+License: Apache-2.0
+Name: ld
+Requires: csu, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libthr, libz, msun, libncursesw
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/ldconfig.pc b/share/sbom/pkgconfig/ldconfig.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ldconfig.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993,1995 Paul Kranenburg, 1998 John D. Polstra
+Description: Configure the dynamic linker search path for shared libraries
+License: BSD-4-Clause AND BSD-3-Clause AND BSD-2-Clause
+Name: ldconfig
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/ldconfig
+URL: https://man.freebsd.org/cgi/man.cgi?query=ldconfig(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ldd.pc b/share/sbom/pkgconfig/ldd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ldd.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 Paul Kranenburg
+Description: List dynamic object dependencies
+License: BSD-4-Clause
+Name: ldd
+Requires: csu, libc, libcompiler_rt, libelf
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ldd
+URL: https://man.freebsd.org/cgi/man.cgi?query=ldd(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ldd32.pc b/share/sbom/pkgconfig/ldd32.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ldd32.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 Paul Kranenburg
+Description: List dynamic object dependencies
+License: BSD-4-Clause
+Name: ldd32
+Requires: csu, libc, libcompiler_rt, libelf
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ldd32
+URL: https://man.freebsd.org/cgi/man.cgi?query=ldd32(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/leave.pc b/share/sbom/pkgconfig/leave.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/leave.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1988, 1993 The Regents of the University of California
+Description: Remind you when you have to leave
+License: BSD-3-Clause
+Name: leave
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/leave
+URL: https://man.freebsd.org/cgi/man.cgi?query=leave(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/less.pc b/share/sbom/pkgconfig/less.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/less.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open-source file pager
+License: BSD-2-Clause
+Name: less
+Requires: libncurses
+Source: https://www.greenwoodsoftware.com/less/less-679.tar.gz
+URL: https://www.greenwoodsoftware.com/less/
+Version: 679
diff --git a/share/sbom/pkgconfig/lessecho.pc b/share/sbom/pkgconfig/lessecho.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lessecho.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open-source file pager
+License: BSD-2-Clause
+Name: lessecho
+Requires: libncurses
+Source: https://www.greenwoodsoftware.com/less/less-679.tar.gz
+URL: https://www.greenwoodsoftware.com/less/
+Version: 679
diff --git a/share/sbom/pkgconfig/lesskey.pc b/share/sbom/pkgconfig/lesskey.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lesskey.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open-source file pager
+License: BSD-2-Clause
+Name: lesskey
+Requires: libncurses
+Source: https://www.greenwoodsoftware.com/less/less-679.tar.gz
+URL: https://www.greenwoodsoftware.com/less/
+Version: 679
diff --git a/share/sbom/pkgconfig/lesspipe.sh.pc b/share/sbom/pkgconfig/lesspipe.sh.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lesspipe.sh.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open-source file pager
+License: BSD-2-Clause
+Name: lesspipe.sh
+Requires: libncurses
+Source: https://www.greenwoodsoftware.com/less/less-679.tar.gz
+URL: https://www.greenwoodsoftware.com/less/
+Version: 679
diff --git a/share/sbom/pkgconfig/lex++.pc b/share/sbom/pkgconfig/lex++.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lex++.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Fast lexical analyzer generator
+License: BSD-2-Clause
+Name: lex++
+Source: https://github.com/westes/flex/tree/v2.6.4
+URL: https://github.com/westes/flex
+Version: 2.6.4
diff --git a/share/sbom/pkgconfig/lex.pc b/share/sbom/pkgconfig/lex.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lex.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Fast lexical analyzer generator
+License: BSD-2-Clause
+Name: lex
+Source: https://github.com/westes/flex/tree/v2.6.4
+URL: https://github.com/westes/flex
+Version: 2.6.4
diff --git a/share/sbom/pkgconfig/lib80211.pc b/share/sbom/pkgconfig/lib80211.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lib80211.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: lib80211
+Requires: csu, libc, libcompiler_rt, libexpat, libsbuf
+Source: https://cgit.freebsd.org/src/tree/lib/lib80211
+Version: 16.0
diff --git a/share/sbom/pkgconfig/lib9p.pc b/share/sbom/pkgconfig/lib9p.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lib9p.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: BSD-licensed 9P2000.u/.L server library
+License: BSD-2-Clause AND MIT
+Name: lib9p
+Source: https://github.com/conclusiveeng/lib9p/tree/9d5aee77bcc1bf0e79b0a3bfefff5fdf2146283c
+URL: https://github.com/conclusiveeng/lib9p
+Version: 9d5aee77b
diff --git a/share/sbom/pkgconfig/libalias.pc b/share/sbom/pkgconfig/libalias.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libalias.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libalias
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libalias/libalias
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libarchive.pc b/share/sbom/pkgconfig/libarchive.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libarchive.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Multi-format archive and compression library
+License: BSD-3-Clause AND BSD-2-Clause AND CC0-1.0 AND openssl AND Apache-2.0
+Name: libarchive
+Source: https://github.com/libarchive/libarchive/tree/v3.8.2
+URL: https://libarchive.org
+Version: 3.8.2
diff --git a/share/sbom/pkgconfig/libatf-c.pc b/share/sbom/pkgconfig/libatf-c.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libatf-c.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library to write tests in C
+License: BSD-2-Clause
+Name: libatf-c
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/atf/libatf-c
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libbe.pc b/share/sbom/pkgconfig/libbe.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libbe.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library for creating, destroying and modifying ZFS boot environments
+License: BSD-2-Clause
+Name: libbe
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libbe
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libbegemot.pc b/share/sbom/pkgconfig/libbegemot.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libbegemot.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Begemot utility function library. It is needed to build most of the begemot tools
+License: BSD-2-Clause
+Name: libbegemot
+URL: https://people.freebsd.org/~harti/libbegemot/
+Version: 1.14
diff --git a/share/sbom/pkgconfig/libblocklist.pc b/share/sbom/pkgconfig/libblocklist.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libblocklist.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Blocklistd notification library
+License: BSD-2-Clause
+Name: libblocklist
+Requires: csu, libc, libcompiler_rt, libthr
+Source: https://cgit.freebsd.org/src/tree/lib/libblocklist
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libblocksruntime.pc b/share/sbom/pkgconfig/libblocksruntime.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libblocksruntime.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libblocksruntime
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libblocksruntime
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libbluetooth.pc b/share/sbom/pkgconfig/libbluetooth.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libbluetooth.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: BSD-2-Clause
+Name: libbluetooth
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libbluetooth
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libbsddialog.pc b/share/sbom/pkgconfig/libbsddialog.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libbsddialog.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Utility and a library to build scripts and tools with TUI dialogs and widgets
+License: BSD-2-Clause
+Name: libbsddialog
+Source: https://gitlab.com/alfix/bsddialog/-/tree/1.1
+URL: https://gitlab.com/alfix/bsddialog
+Version: 1.1
diff --git a/share/sbom/pkgconfig/libbsdstat.pc b/share/sbom/pkgconfig/libbsdstat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libbsdstat.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: BSD-2-Clause
+Name: libbsdstat
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libbsdstat
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libbsm.pc b/share/sbom/pkgconfig/libbsm.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libbsm.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Convert from BSM to other formats
+License: BSD-3-Clause AND BSD-2-Clause
+Name: libbsm
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libbsm
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libbsnmp.pc b/share/sbom/pkgconfig/libbsnmp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libbsnmp.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Begemot SNMP library
+License: BSD-2-Clause
+Name: libbsnmp
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libbsnmp/libbsnmp
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libbz2.pc b/share/sbom/pkgconfig/libbz2.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libbz2.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: High-quality data compressor
+License: bzip2-1.0.6
+Name: libbz2
+Source: https://sourceware.org/git/?p=bzip2.git;a=commit;h=6a8690fc8d26c815e798c588f796eabe9d684cf0
+URL: https://sourceware.org/bzip2/
+Version: 1.0.8
diff --git a/share/sbom/pkgconfig/libc++.pc b/share/sbom/pkgconfig/libc++.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libc++.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Collection of modular and reusable compiler and toolchain technologies
+License: Apache-2.0
+Name: libc++
+Requires: csu, libc, libcompiler_rt, libcxxrt, msun
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/libc.pc b/share/sbom/pkgconfig/libc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libc.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: FreeBSD libc
+License: BSD-3-Clause AND BSD-2-Clause AND BSD-1-Clause
+Name: libc
+Source: https://cgit.freebsd.org/src/tree/lib/libc
+URL: https://www.FreeBSD.org
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libcalendar.pc b/share/sbom/pkgconfig/libcalendar.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcalendar.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: BSD-2-Clause
+Name: libcalendar
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libcalendar
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libcam.pc b/share/sbom/pkgconfig/libcam.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcam.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libcam
+Requires: csu, libc, libcompiler_rt, libsbuf
+Source: https://cgit.freebsd.org/src/tree/lib/libcam
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libcapsicum.pc b/share/sbom/pkgconfig/libcapsicum.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcapsicum.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Practical capabilities for UNIX
+License: BSD-2-Clause
+Name: libcapsicum
+Source: https://cgit.freebsd.org/src/tree/lib/libcapsicum
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libcasper.pc b/share/sbom/pkgconfig/libcasper.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcasper.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library for mainipulate capability modes
+License: BSD-2-Clause
+Name: libcasper
+Requires: csu, libc, libcompiler_rt, libnv
+Source: https://cgit.freebsd.org/src/tree/lib/libcasper/libcasper
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libcasper.services.cap_dns.pc b/share/sbom/pkgconfig/libcasper.services.cap_dns.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcasper.services.cap_dns.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library for getting network host entry in capability mode
+License: BSD-2-Clause
+Name: libcasper.services.cap_dns
+Requires: csu, libc, libcasper, libcompiler_rt, libnv
+Source: https://cgit.freebsd.org/src/tree/lib/libcasper/services/cap_dns
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libcasper.services.cap_fileargs.pc b/share/sbom/pkgconfig/libcasper.services.cap_fileargs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcasper.services.cap_fileargs.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library for handling files in capability mode
+License: BSD-2-Clause
+Name: libcasper.services.cap_fileargs
+Requires: csu, libc, libcasper, libcompiler_rt, libnv
+Source: https://cgit.freebsd.org/src/tree/lib/libcasper/services/cap_fileargs
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libcasper.services.cap_grp.pc b/share/sbom/pkgconfig/libcasper.services.cap_grp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcasper.services.cap_grp.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library for group database operations in capability mode
+License: BSD-2-Clause
+Name: libcasper.services.cap_grp
+Requires: csu, libc, libcasper, libcompiler_rt, libnv
+Source: https://cgit.freebsd.org/src/tree/lib/libcasper/services/cap_grp
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libcasper.services.cap_net.pc b/share/sbom/pkgconfig/libcasper.services.cap_net.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcasper.services.cap_net.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library for networking in capability mode
+License: BSD-2-Clause
+Name: libcasper.services.cap_net
+Requires: csu, libc, libcasper, libcompiler_rt, libnv
+Source: https://cgit.freebsd.org/src/tree/lib/libcasper/services/cap_net
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libcasper.services.cap_netdb.pc b/share/sbom/pkgconfig/libcasper.services.cap_netdb.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcasper.services.cap_netdb.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library for getting network proto entry in capability mode
+License: BSD-2-Clause
+Name: libcasper.services.cap_netdb
+Requires: csu, libc, libcasper, libcompiler_rt, libnv
+Source: https://cgit.freebsd.org/src/tree/lib/libcasper/services/cap_netdb
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libcasper.services.cap_pwd.pc b/share/sbom/pkgconfig/libcasper.services.cap_pwd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcasper.services.cap_pwd.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library for password database operations in capability mode
+License: BSD-2-Clause
+Name: libcasper.services.cap_pwd
+Requires: csu, libc, libcasper, libcompiler_rt, libnv
+Source: https://cgit.freebsd.org/src/tree/lib/libcasper/services/cap_pwd
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libcasper.services.cap_sysctl.pc b/share/sbom/pkgconfig/libcasper.services.cap_sysctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcasper.services.cap_sysctl.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library for getting or setting system information in capability mode
+License: BSD-2-Clause
+Name: libcasper.services.cap_sysctl
+Requires: csu, libc, libcasper, libcompiler_rt, libnv
+Source: https://cgit.freebsd.org/src/tree/lib/libcasper/services/cap_sysctl
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libcasper.services.cap_syslog.pc b/share/sbom/pkgconfig/libcasper.services.cap_syslog.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcasper.services.cap_syslog.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library for syslog in capability mode
+License: BSD-2-Clause
+Name: libcasper.services.cap_syslog
+Requires: csu, libc, libcasper, libcompiler_rt, libnv
+Source: https://cgit.freebsd.org/src/tree/lib/libcasper/services/cap_syslog
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libclang.pc b/share/sbom/pkgconfig/libclang.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libclang.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Collection of modular and reusable compiler and toolchain technologies
+License: Apache-2.0
+Name: libclang
+Requires: libllvm, libc++, msun
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/libcom_err.pc b/share/sbom/pkgconfig/libcom_err.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcom_err.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Common error display library
+License: BSD-3-Clause
+Name: libcom_err
+Requires: csu, libc, libcompiler_rt
+URL: https://www.heimdal.software
+Version: 1.5.2
diff --git a/share/sbom/pkgconfig/libcompiler_rt.pc b/share/sbom/pkgconfig/libcompiler_rt.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcompiler_rt.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: LLVM "compiler-rt" runtime library
+License: Apache-2.0
+Name: libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/libcrypt.pc b/share/sbom/pkgconfig/libcrypt.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcrypt.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: function performs password hashing with additional code added to deter key search attempts. Different algorithms can be used to in the hash.
+License: BSD-3-Clause AND BSD-2-Clause
+Name: libcrypt
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libcrypt
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libcuse.pc b/share/sbom/pkgconfig/libcuse.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcuse.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libcuse
+Requires: csu, libc, libcompiler_rt, libthr
+Source: https://cgit.freebsd.org/src/tree/lib/libcuse
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libcxxrt.pc b/share/sbom/pkgconfig/libcxxrt.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libcxxrt.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: C++ ABI implementation providing low-level support for a standard C++ library
+License: BSD-2-Clause
+Name: libcxxrt
+Source: https://github.com/libcxxrt/libcxxrt/tree/6f2fdfebcd6291d763de8b17740d636f01761890
+URL: https://github.com/libcxxrt/libcxxrt
+Version: 6f2fdfebcd62
diff --git a/share/sbom/pkgconfig/libdevctl.pc b/share/sbom/pkgconfig/libdevctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libdevctl.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libdevctl
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libdevctl
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libdevdctl.pc b/share/sbom/pkgconfig/libdevdctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libdevdctl.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libdevdctl
+Requires: csu, libc, libc++, libcompiler_rt, libcxxrt, msun
+Source: https://cgit.freebsd.org/src/tree/lib/libdevdctl
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libdevinfo.pc b/share/sbom/pkgconfig/libdevinfo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libdevinfo.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Device and resource information utility library
+License: BSD-2-Clause
+Name: libdevinfo
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libdevinfo
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libdevstat.pc b/share/sbom/pkgconfig/libdevstat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libdevstat.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Device statistics utility library
+License: BSD-3-Clause
+Name: libdevstat
+Requires: csu, libc, libcompiler_rt, libkvm
+Source: https://cgit.freebsd.org/src/tree/lib/libdevstat
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libdpv.pc b/share/sbom/pkgconfig/libdpv.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libdpv.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libdpv
+Requires: csu, libc, libcompiler_rt, libfigpar, libutil, msun, libncurses, libtinfo
+Source: https://cgit.freebsd.org/src/tree/lib/libdpv
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libdwarf.pc b/share/sbom/pkgconfig/libdwarf.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libdwarf.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: BSD licensed ELF toolchain
+License: BSD-2-Clause
+Name: libdwarf
+Requires: csu, libc, libcompiler_rt, libelf, libz
+Source: https://sourceforge.net/p/elftoolchain/code/
+URL: https://sourceforge.net/projects/elftoolchain/
+Version: r4912
diff --git a/share/sbom/pkgconfig/libedit.pc b/share/sbom/pkgconfig/libedit.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libedit.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: NetBSD Editline library (libedit)
+License: BSD-3-Clause
+Name: libedit
+Source: https://github.com/NetBSD/src/commit/2cf0b469b9d048aeccdc6451da18d68a11366991
+URL: https://www.NetBSD.org
+Version: 2025-01-03
diff --git a/share/sbom/pkgconfig/libedit.readline.pc b/share/sbom/pkgconfig/libedit.readline.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libedit.readline.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libedit.readline
+Source: https://cgit.freebsd.org/src/tree/lib/libedit/readline
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libefivar.pc b/share/sbom/pkgconfig/libefivar.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libefivar.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libefivar
+Requires: csu, libc, libcompiler_rt, libgeom
+Source: https://cgit.freebsd.org/src/tree/lib/libefivar
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libelf.pc b/share/sbom/pkgconfig/libelf.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libelf.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: BSD licensed ELF toolchain
+License: BSD-2-Clause
+Name: libelf
+Requires: csu, libc, libcompiler_rt
+Source: https://sourceforge.net/p/elftoolchain/code/
+URL: https://sourceforge.net/projects/elftoolchain/
+Version: r4912
diff --git a/share/sbom/pkgconfig/libevent1.pc b/share/sbom/pkgconfig/libevent1.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libevent1.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Event library
+License: BSD-3-Clause
+Name: libevent1
+Requires: csu, libc, libcompiler_rt
+URL: https://openbsd.org
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libexecinfo.pc b/share/sbom/pkgconfig/libexecinfo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libexecinfo.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Fill in the backtrace of the currently executing thread
+License: BSD-2-Clause
+Name: libexecinfo
+Source: https://github.com/NetBSD/src/tree/1c512be1f7a3bda2d36a9790dcaa63d0161b1ed7/lib/libexecinfo
+URL: https://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libexecinfo/
+Version: 1c512be1
diff --git a/share/sbom/pkgconfig/libexpat.pc b/share/sbom/pkgconfig/libexpat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libexpat.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: XML 1.0 parser written in C
+License: MIT
+Name: libexpat
+Source: https://github.com/libexpat/libexpat/tree/R_2_7_3
+URL: https://github.com/libexpat/libexpat
+Version: 2.7.3
diff --git a/share/sbom/pkgconfig/libfetch.pc b/share/sbom/pkgconfig/libfetch.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libfetch.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: BSD-3-Clause
+Name: libfetch
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libfetch
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libfigpar.pc b/share/sbom/pkgconfig/libfigpar.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libfigpar.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libfigpar
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libfigpar
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libform.pc b/share/sbom/pkgconfig/libform.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libform.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: clone of System V curses form library
+License: X11
+Name: libform
+Requires: csu, libc, libcompiler_rt, libncurses, libtinfo
+Source: https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz
+URL: https://invisible-island.net/ncurses
+Version: 6.5
diff --git a/share/sbom/pkgconfig/libgeom.pc b/share/sbom/pkgconfig/libgeom.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libgeom.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Userland API library for kernel GEOM subsystem
+License: BSD-3-Clause AND BSD-2-Clause
+Name: libgeom
+Requires: csu, libc, libcompiler_rt, libexpat, libsbuf
+Source: https://cgit.freebsd.org/src/tree/lib/libgeom
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libgpio.pc b/share/sbom/pkgconfig/libgpio.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libgpio.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libgpio
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libgpio
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libifconfig.pc b/share/sbom/pkgconfig/libifconfig.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libifconfig.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library for configure network interface parameters
+License: BSD-3-Clause AND BSD-2-Clause
+Name: libifconfig
+Requires: msun
+Source: https://cgit.freebsd.org/src/tree/lib/libifconfig
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libipsec.pc b/share/sbom/pkgconfig/libipsec.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libipsec.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Create an IPsec policy structure from a human readable string
+License: BSD-3-Clause
+Name: libipsec
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libipsec
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libiscsiutil.pc b/share/sbom/pkgconfig/libiscsiutil.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libiscsiutil.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libiscsiutil
+Requires: libmd
+Source: https://cgit.freebsd.org/src/tree/lib/libiscsiutil
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libjail.pc b/share/sbom/pkgconfig/libjail.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libjail.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Create and manage system jails
+License: BSD-2-Clause
+Name: libjail
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libjail
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libkiconv.pc b/share/sbom/pkgconfig/libkiconv.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libkiconv.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library provides multi-byte character conversion tables for kernel side
+License: BSD-4-Clause and BSD-2-Clause
+Name: libkiconv
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libkiconv
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libkvm.pc b/share/sbom/pkgconfig/libkvm.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libkvm.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Kernel memory interface
+License: BSD-3-Clause AND BSD-2-Clause
+Name: libkvm
+Requires: csu, libc, libcompiler_rt, libelf
+Source: https://cgit.freebsd.org/src/tree/lib/libkvm
+Version: 16.0
diff --git a/share/sbom/pkgconfig/liblldb.pc b/share/sbom/pkgconfig/liblldb.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/liblldb.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Collection of modular and reusable compiler and toolchain technologies
+License: Apache-2.0
+Name: liblldb
+Requires: libclang, libllvm, libc++, libedit, libexecinfo, libkvm, liblzma, libz, msun, libpanel, libtinfo
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/libllvm.pc b/share/sbom/pkgconfig/libllvm.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libllvm.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Collection of modular and reusable compiler and toolchain technologies
+License: Apache-2.0
+Name: libllvm
+Requires: libc++, libexecinfo, libz, msun
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/liblua.pc b/share/sbom/pkgconfig/liblua.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/liblua.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: MIT
+Name: liblua
+Requires: msun
+Source: https://cgit.freebsd.org/src/tree/lib/liblua
+Version: 16.0
diff --git a/share/sbom/pkgconfig/liblzma.pc b/share/sbom/pkgconfig/liblzma.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/liblzma.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: General purpose data compression library
+License: 0BSD
+Name: liblzma
+Source: https://github.com/tukaani-project/xz
+URL: https://tukaani.org/xz/
+Version: 5.8.1
diff --git a/share/sbom/pkgconfig/libmagic.pc b/share/sbom/pkgconfig/libmagic.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libmagic.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Magic number recognition library
+License: BSD-2-Clause
+Name: libmagic
+Source: http://ftp.astron.com/pub/file/file-5.46.tar.gz
+URL: https://www.darwinsys.com/file/
+Version: 5.46
diff --git a/share/sbom/pkgconfig/libmd.pc b/share/sbom/pkgconfig/libmd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libmd.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library for calculating digests
+License: BSD-4-Clause AND BSD-2-Clause AND Beerware AND RSA-MD
+Name: libmd
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libmd
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libmemstat.pc b/share/sbom/pkgconfig/libmemstat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libmemstat.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: BSD-2-Clause
+Name: libmemstat
+Requires: csu, libc, libcompiler_rt, libkvm
+Source: https://cgit.freebsd.org/src/tree/lib/libmemstat
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libmenu.pc b/share/sbom/pkgconfig/libmenu.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libmenu.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: clone of System V curses menu library
+License: X11
+Name: libmenu
+Requires: csu, libc, libcompiler_rt, libncurses, libtinfo
+Source: https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz
+URL: https://invisible-island.net/ncurses
+Version: 6.5
diff --git a/share/sbom/pkgconfig/libmilter.pc b/share/sbom/pkgconfig/libmilter.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libmilter.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: General purpose internetwork email routing application
+License: Sendmail
+Name: libmilter
+Requires: csu, libc, libcompiler_rt
+Source: https://ftp.sendmail.org/sendmail.8.18.1.tar.gz
+URL: https://ftp.sendmail.org
+Version: 8.18.1
diff --git a/share/sbom/pkgconfig/libmixer.pc b/share/sbom/pkgconfig/libmixer.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libmixer.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libmixer
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libmixer
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libmp.pc b/share/sbom/pkgconfig/libmp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libmp.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libmp
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libmp
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libmt.pc b/share/sbom/pkgconfig/libmt.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libmt.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: BSD-2-Clause
+Name: libmt
+Requires: csu, libc, libcompiler_rt, libexpat, libsbuf
+Source: https://cgit.freebsd.org/src/tree/lib/libmt
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libncurses.pc b/share/sbom/pkgconfig/libncurses.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libncurses.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: clone of System V curses
+License: X11
+Name: libncurses
+Source: https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz
+URL: https://invisible-island.net/ncurses
+Version: 6.5
diff --git a/share/sbom/pkgconfig/libncursesw.pc b/share/sbom/pkgconfig/libncursesw.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libncursesw.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: clone of System V curses curses wide char library
+License: X11
+Name: libncursesw
+Requires: csu, libc, libcompiler_rt, libtinfo
+Source: https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz
+URL: https://invisible-island.net/ncurses
+Version: 6.5
diff --git a/share/sbom/pkgconfig/libnetbsd.pc b/share/sbom/pkgconfig/libnetbsd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libnetbsd.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: BSD-3-Clause AND BSD-2-Clause
+Name: libnetbsd
+Source: https://cgit.freebsd.org/src/tree/lib/libnetbsd
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libnetgraph.pc b/share/sbom/pkgconfig/libnetgraph.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libnetgraph.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libnetgraph
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libnetgraph
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libnetmap.pc b/share/sbom/pkgconfig/libnetmap.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libnetmap.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libnetmap
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libnetmap
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libnv.pc b/share/sbom/pkgconfig/libnv.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libnv.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library permits creating and managing name value pairs
+License: BSD-2-Clause
+Name: libnv
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libnv
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libnvmf.pc b/share/sbom/pkgconfig/libnvmf.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libnvmf.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: NVMe Over Fabrics library
+License: BSD-2-Clause
+Name: libnvmf
+Source: https://cgit.freebsd.org/src/tree/lib/libnvmf
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libopenbsd.pc b/share/sbom/pkgconfig/libopenbsd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libopenbsd.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: BSD-2-Clause
+Name: libopenbsd
+Source: https://cgit.freebsd.org/src/tree/lib/libopenbsd
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libpam.pc b/share/sbom/pkgconfig/libpam.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libpam.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open source PAM library that focuses on simplicity, correctness, and cleanliness.
+License: BSD-3-Clause
+Name: libpam
+Requires: csu, libc, libcompiler_rt
+Source: https://git.des.dev/OpenPAM/OpenPAM/src/commit/7a0660d699c4f82aa234524256b5b9f5a7cba786
+URL: https://openpam.org
+Version: 20250531
diff --git a/share/sbom/pkgconfig/libpanel.pc b/share/sbom/pkgconfig/libpanel.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libpanel.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: clone of System V curses panel library
+License: X11
+Name: libpanel
+Source: https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz
+URL: https://invisible-island.net/ncurses
+Version: 6.5
diff --git a/share/sbom/pkgconfig/libpathconv.pc b/share/sbom/pkgconfig/libpathconv.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libpathconv.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libpathconv
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libpathconv
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libpcap.pc b/share/sbom/pkgconfig/libpcap.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libpcap.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Platform-independent network traffic capture library
+License: BSD-3-Clause
+Name: libpcap
+Source: https://www.tcpdump.org/release/libpcap-1.10.5.tar.xz
+URL: https://www.tcpdump.org
+Version: 1.10.5
diff --git a/share/sbom/pkgconfig/libpfctl.pc b/share/sbom/pkgconfig/libpfctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libpfctl.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library for interaction with pf
+License: BSD-2-Clause
+Name: libpfctl
+Source: https://cgit.freebsd.org/src/tree/lib/libpfctl
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libpjdlog.pc b/share/sbom/pkgconfig/libpjdlog.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libpjdlog.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: BSD-2-Clause
+Name: libpjdlog
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/lib/libpjdlog
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libpmc.pc b/share/sbom/pkgconfig/libpmc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libpmc.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libpmc
+Requires: csu, libc, libc++, libcompiler_rt, libcxxrt, libelf, msun
+Source: https://cgit.freebsd.org/src/tree/lib/libpmc
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libproc.pc b/share/sbom/pkgconfig/libproc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libproc.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libproc
+Requires: csu, libc, libcompiler_rt, libelf, libprocstat, librtld_db, libutil, libz
+Source: https://cgit.freebsd.org/src/tree/lib/libproc
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libprocstat.pc b/share/sbom/pkgconfig/libprocstat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libprocstat.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: BSD-4-Clause AND BSD-2-Clause
+Name: libprocstat
+Requires: csu, libc, libcompiler_rt, libelf, libkvm, zfs, libutil
+Source: https://cgit.freebsd.org/src/tree/lib/libprocstat
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libradius.pc b/share/sbom/pkgconfig/libradius.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libradius.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libradius
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libradius
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libregex.pc b/share/sbom/pkgconfig/libregex.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libregex.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: FreeBSD libc regex library
+License: BSD-3-Clause
+Name: libregex
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libregex
+Version: 16.0
diff --git a/share/sbom/pkgconfig/librpcsvc.pc b/share/sbom/pkgconfig/librpcsvc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/librpcsvc.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: BSD-4-Clause
+Name: librpcsvc
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/librpcsvc
+Version: 16.0
diff --git a/share/sbom/pkgconfig/librss.pc b/share/sbom/pkgconfig/librss.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/librss.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: librss
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/librss
+Version: 16.0
diff --git a/share/sbom/pkgconfig/librtld_db.pc b/share/sbom/pkgconfig/librtld_db.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/librtld_db.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: librtld_db
+Requires: csu, libc, libcompiler_rt, libelf, libprocstat, libutil
+Source: https://cgit.freebsd.org/src/tree/lib/librtld_db
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libsbuf.pc b/share/sbom/pkgconfig/libsbuf.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libsbuf.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library for manipulating smart buffers
+License: BSD-3-Clause AND BSD-2-Clause
+Name: libsbuf
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libsbuf
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libsdp.pc b/share/sbom/pkgconfig/libsdp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libsdp.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: BSD-2-Clause
+Name: libsdp
+Requires: csu, libbluetooth, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libsdp
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libstdthreads.pc b/share/sbom/pkgconfig/libstdthreads.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libstdthreads.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libstdthreads
+Requires: csu, libc, libcompiler_rt, libthr
+Source: https://cgit.freebsd.org/src/tree/lib/libstdthreads
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libsys.pc b/share/sbom/pkgconfig/libsys.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libsys.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library to manage system
+License: BSD-3-Clause AND BSD-2-Clause
+Name: libsys
+Requires: csu, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libsys
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libsysdecode.pc b/share/sbom/pkgconfig/libsysdecode.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libsysdecode.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: BSD-2-Clause
+Name: libsysdecode
+Requires: csu, libatf-c, lib80211, lib9p, libalias, libarchive, libbe, libbegemot, libblocklist, libblocksruntime, libbluetooth, libbsddialog, libbsdstat, libbsm, libbsnmp, bzip2, libc, libc++, libcalendar, libcam, libcapsicum, libcasper, libcasper.services.cap_dns, libcasper.services.cap_fileargs, libcasper.services.cap_grp, libcasper.services.cap_net, libcasper.services.cap_netdb, libcasper.services.cap_pwd, libcasper.services.cap_sysctl, libcasper.services.cap_syslog, libcom_err, libcompiler_rt, libcuse, libdevctl, libdevdctl, libdevinfo, libdevstat, libdpv, libdwarf, libedit, libedit.readline, libefivar, libelf, libevent1, libexecinfo, libexpat, libfetch, libfigpar, libgeom, libgpio, libjail, libkvm, liblzma, libmagic, libmd, libmemstat, libmilter, libmixer, libmp, libmt, libnetgraph, libpam, libpathconv, libpcap, libpmc, libproc, libprocstat, libradius, librss, librtld_db, libsdp, sqlite3, libstdthreads, libtacplus, libthread_db, libucl, libufs, libugidfw, libulog, libusb, libusbhid, libutil, libveriexec, libvgl, libvmmapi, libwrap, libxo, libypclnt, libz, libzstd, msun, libform, libmenu, libpanel, libtinfo
+Source: https://cgit.freebsd.org/src/tree/lib/libsysdecode
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libtacplus.pc b/share/sbom/pkgconfig/libtacplus.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libtacplus.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libtacplus
+Requires: csu, libc, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/lib/libtacplus
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libthr.pc b/share/sbom/pkgconfig/libthr.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libthr.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: 1:1 POSIX threads library
+License: BSD-4-Clause AND BSD-3-Clause AND BSD-2-Clause
+Name: libthr
+Requires: csu, libc, libcompiler_rt, libsys
+Source: https://cgit.freebsd.org/src/tree/lib/libthr
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libthread_db.pc b/share/sbom/pkgconfig/libthread_db.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libthread_db.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libthread_db
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libthread_db
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libtinfo.pc b/share/sbom/pkgconfig/libtinfo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libtinfo.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: clone of System V curses tinfo library
+License: X11
+Name: libtinfo
+Requires: csu, libc, libcompiler_rt
+Source: https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz
+URL: https://invisible-island.net/ncurses
+Version: 6.5
diff --git a/share/sbom/pkgconfig/libucl.pc b/share/sbom/pkgconfig/libucl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libucl.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Universal configuration library parser
+License: BSD-2-Clause
+Name: libucl
+Source: https://github.com/vstakhov/libucl
+URL: https://github.com/vstakhov/libucl
+Version: 0.9.2
diff --git a/share/sbom/pkgconfig/libufs.pc b/share/sbom/pkgconfig/libufs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libufs.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library managing UFS
+License: BSD-2-Clause
+Name: libufs
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libufs
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libugidfw.pc b/share/sbom/pkgconfig/libugidfw.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libugidfw.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libugidfw
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libugidfw
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libulog.pc b/share/sbom/pkgconfig/libulog.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libulog.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libulog
+Requires: csu, libc, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/lib/libulog
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libusb.pc b/share/sbom/pkgconfig/libusb.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libusb.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libusb
+Requires: csu, libc, libcompiler_rt, libthr
+Source: https://cgit.freebsd.org/src/tree/lib/libusb
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libusbhid.pc b/share/sbom/pkgconfig/libusbhid.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libusbhid.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: BSD-2-Clause
+Name: libusbhid
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libusbhid
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libutil.pc b/share/sbom/pkgconfig/libutil.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libutil.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: FreeBSD misc util library
+License: BSD-4-Clause AND BSD-3-Clause AND BSD-2-Clause AND LicenseRef-scancode-other-permissive
+Name: libutil
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libutil
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libveriexec.pc b/share/sbom/pkgconfig/libveriexec.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libveriexec.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Verified execution routines
+License: BSD-2-Clause
+Name: libveriexec
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libveriexec
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libvgl.pc b/share/sbom/pkgconfig/libvgl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libvgl.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libvgl
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libvgl
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libvmmapi.pc b/share/sbom/pkgconfig/libvmmapi.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libvmmapi.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libvmmapi
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/lib/libvmmapi
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libwrap.pc b/share/sbom/pkgconfig/libwrap.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libwrap.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libwrap
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libwrap
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libxo.pc b/share/sbom/pkgconfig/libxo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libxo.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library allows an application to generate text, XML, JSON, and HTML output using a common set of function calls.
+License: BSD-2-Clause
+Name: libxo
+Source: https://github.com/Juniper/libxo/tree/1.4.0
+URL: https://github.com/Juniper/libxo
+Version: 1.4.0
diff --git a/share/sbom/pkgconfig/libypclnt.pc b/share/sbom/pkgconfig/libypclnt.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libypclnt.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: NOASSERTION
+Name: libypclnt
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/libypclnt
+Version: 16.0
diff --git a/share/sbom/pkgconfig/libz.pc b/share/sbom/pkgconfig/libz.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libz.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: zlib compression library
+License: Zlib
+Name: libz
+Source: https://github.com/madler/zlib/tree/develop
+URL: https://zlib.net
+Version: 1.3.1
diff --git a/share/sbom/pkgconfig/libzstd.pc b/share/sbom/pkgconfig/libzstd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/libzstd.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Zstandard is a fast compression algorithm
+License: BSD-3-Clause
+Name: libzstd
+Source: https://github.com/facebook/zstd
+URL: https://facebook.github.io/zstd/
+Version: 1.5.2
diff --git a/share/sbom/pkgconfig/limits.pc b/share/sbom/pkgconfig/limits.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/limits.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1997 by David L. Nugent <davidn@blaze.net.au>
+Description: Set or display process resource limits
+License: LicenseRef-scancode-other-permissive
+Name: limits
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/limits
+URL: https://man.freebsd.org/cgi/man.cgi?query=limits(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/link.pc b/share/sbom/pkgconfig/link.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/link.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1987, 1993, 1994 The Regents of the University of California
+Description: Link files
+License: BSD-3-Clause
+Name: link
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/ln
+URL: https://man.freebsd.org/cgi/man.cgi?query=link(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/lldb-server.pc b/share/sbom/pkgconfig/lldb-server.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lldb-server.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: LLDB Documentation
+License: Apache-2.0
+Name: lldb-server
+Requires: csu, libclang, liblldb, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libedit, libexecinfo, liblua, liblzma, libthr, libz, libzstd, msun, libncurses, libpanel, libtinfo
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/lldb.pc b/share/sbom/pkgconfig/lldb.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lldb.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: LLDB Documentation
+License: Apache-2.0
+Name: lldb
+Requires: csu, libclang, liblldb, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libedit, libexecinfo, libkvm, liblua, liblzma, libthr, libz, libzstd, msun, libncurses, libpanel, libtinfo
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/llvm-addr2line.pc b/share/sbom/pkgconfig/llvm-addr2line.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/llvm-addr2line.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: A drop-in replacement for addr2line
+License: Apache-2.0
+Name: llvm-addr2line
+Requires: csu, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libthr, libz, msun, libncursesw
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/llvm-ar.pc b/share/sbom/pkgconfig/llvm-ar.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/llvm-ar.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: LLVM archiver
+License: Apache-2.0
+Name: llvm-ar
+Requires: csu, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libthr, libz, msun, libncursesw
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/llvm-cov.pc b/share/sbom/pkgconfig/llvm-cov.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/llvm-cov.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Emit coverage information
+License: Apache-2.0
+Name: llvm-cov
+Requires: csu, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libthr, libz, msun, libncursesw
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/llvm-cxxfilt.pc b/share/sbom/pkgconfig/llvm-cxxfilt.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/llvm-cxxfilt.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: LLVM symbol name demangler
+License: Apache-2.0
+Name: llvm-cxxfilt
+Requires: csu, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libthr, libz, msun, libncursesw
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/llvm-nm.pc b/share/sbom/pkgconfig/llvm-nm.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/llvm-nm.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: List LLVM bitcode and object file's symbol table
+License: Apache-2.0
+Name: llvm-nm
+Requires: csu, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libthr, libz, msun, libncursesw
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/llvm-objcopy.pc b/share/sbom/pkgconfig/llvm-objcopy.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/llvm-objcopy.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Object copying and editing tool
+License: Apache-2.0 WITH LLVM-exception
+Name: llvm-objcopy
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/llvm-objdump.pc b/share/sbom/pkgconfig/llvm-objdump.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/llvm-objdump.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: LLVM's object file dumper
+License: Apache-2.0
+Name: llvm-objdump
+Requires: csu, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libexecinfo, libthr, libz, libzstd, msun, libtinfo
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/llvm-profdata.pc b/share/sbom/pkgconfig/llvm-profdata.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/llvm-profdata.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Profile data tool
+License: Apache-2.0
+Name: llvm-profdata
+Requires: csu, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libthr, libz, msun, libncursesw
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/llvm-ranlib.pc b/share/sbom/pkgconfig/llvm-ranlib.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/llvm-ranlib.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Generates an archive index
+License: Apache-2.0
+Name: llvm-ranlib
+Requires: csu, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libthr, libz, msun, libncursesw
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/llvm-readelf.pc b/share/sbom/pkgconfig/llvm-readelf.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/llvm-readelf.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: GNU-style LLVM Object Reader
+License: Apache-2.0 WITH LLVM-exception
+Name: llvm-readelf
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/llvm-readobj.pc b/share/sbom/pkgconfig/llvm-readobj.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/llvm-readobj.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: LLVM Object Reader
+License: Apache-2.0
+Name: llvm-readobj
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/llvm-size.pc b/share/sbom/pkgconfig/llvm-size.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/llvm-size.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Print size information
+License: Apache-2.0 WITH LLVM-exception
+Name: llvm-size
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/llvm-strings.pc b/share/sbom/pkgconfig/llvm-strings.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/llvm-strings.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Print strings
+License: Apache-2.0
+Name: llvm-strings
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/llvm-strip.pc b/share/sbom/pkgconfig/llvm-strip.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/llvm-strip.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Strip binary
+License: Apache-2.0
+Name: llvm-strip
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/llvm-symbolizer.pc b/share/sbom/pkgconfig/llvm-symbolizer.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/llvm-symbolizer.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Convert addresses into source code locations
+License: Apache-2.0
+Name: llvm-symbolizer
+Requires: csu, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libthr, libz, msun, libncursesw
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/ln.pc b/share/sbom/pkgconfig/ln.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ln.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1987, 1993, 1994 The Regents of the University of California
+Description: Link files
+License: BSD-3-Clause
+Name: ln
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/ln
+URL: https://man.freebsd.org/cgi/man.cgi?query=ln(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/locale.pc b/share/sbom/pkgconfig/locale.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/locale.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002, 2003 Alexey Zelkin <phantom@FreeBSD.org>
+Description: Get locale-specific information
+License: BSD-2-Clause
+Name: locale
+Requires: csu, libc, libcompiler_rt, libsbuf
+Source: https://cgit.freebsd.org/src/tree/usr.bin/locale
+URL: https://man.freebsd.org/cgi/man.cgi?query=locale(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/localedef.pc b/share/sbom/pkgconfig/localedef.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/localedef.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: Copyright 2010 Nexenta Systems, Inc., Copyright 2015 John Marino <draco@marino.st>, Copyright 2018 Nexenta Systems, Inc., Copyright 2012 Garrett D'Amore <garrett@damore.org>, Copyright 2011 Nexenta Systems, Inc.
+Description: Define locale environment
+License: BSD-2-Clause
+Name: localedef
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/localedef
+URL: https://man.freebsd.org/cgi/man.cgi?query=localedef(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/locate.pc b/share/sbom/pkgconfig/locate.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/locate.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1995-2022 Wolfram Schneider <wosch@FreeBSD.org>, 1989, 1993 The Regents of the University of California, 1995 Wolfram Schneider <wosch@FreeBSD.org>, Berlin. 1989, 1993 The Regents of the University of California
+Description: Find filenames quickly
+License: BSD-3-Clause
+Name: locate
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/locate/locate
+URL: https://man.freebsd.org/cgi/man.cgi?query=locate(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/lock.pc b/share/sbom/pkgconfig/lock.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lock.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1987, 1993 The Regents of the University of California
+Description: Reserve a terminal
+License: Beerware AND BSD-3-Clause
+Name: lock
+Requires: csu, libc, libcompiler_rt, libpam
+Source: https://cgit.freebsd.org/src/tree/usr.bin/lock
+URL: https://man.freebsd.org/cgi/man.cgi?query=lock(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/lockf.pc b/share/sbom/pkgconfig/lockf.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lockf.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1997 John D. Polstra
+Description: Execute a command while holding a file lock
+License: BSD-2-Clause
+Name: lockf
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/lockf
+URL: https://man.freebsd.org/cgi/man.cgi?query=lockf(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/logger.pc b/share/sbom/pkgconfig/logger.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/logger.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California
+Description: Make entries in the system log
+License: BSD-3-Clause
+Name: logger
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_syslog, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/logger
+URL: https://man.freebsd.org/cgi/man.cgi?query=logger(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/login.pc b/share/sbom/pkgconfig/login.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/login.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: Copyright 1995 by Wietse Venema, 2001 FreeBSD, Inc, 1989, 1993 The Regents of the University of California, 1980, 1987, 1988, 1991, 1993, 1994 The Regents of the University of California, 2002 Networks Associates Technologies, Inc., 2005 Apple Computer, Inc.
+Description: Log into the computer
+License: BSD-4-Clause AND BSD-3-Clause AND BSD-2-Clause
+Name: login
+Requires: csu, libc, libcompiler_rt, libpam, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/login
+URL: https://man.freebsd.org/cgi/man.cgi?query=login(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/logins.pc b/share/sbom/pkgconfig/logins.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/logins.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004 Dag-Erling Smorgrav
+Description: Display account information
+License: BSD-3-Clause AND BSD-2-Clause
+Name: logins
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/logins
+URL: https://man.freebsd.org/cgi/man.cgi?query=logins(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/logname.pc b/share/sbom/pkgconfig/logname.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/logname.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993, 1994 The Regents of the University of California
+Description: Display user's login name
+License: BSD-3-Clause
+Name: logname
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/logname
+URL: https://man.freebsd.org/cgi/man.cgi?query=logname(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/look.pc b/share/sbom/pkgconfig/look.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/look.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California, 1991, 1993 The Regents of the University of California
+Description: Display lines beginning with a given string
+License: BSD-3-Clause
+Name: look
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/look
+URL: https://man.freebsd.org/cgi/man.cgi?query=look(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/lorder.pc b/share/sbom/pkgconfig/lorder.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lorder.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: List dependencies for object files
+License: BSD-3-Clause
+Name: lorder
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/lorder
+URL: https://man.freebsd.org/cgi/man.cgi?query=lorder(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/lp.pc b/share/sbom/pkgconfig/lp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lp.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Front-end to the print spooler
+License: BSD-4-Clause-UC AND LicenseRef-scancode-unknown-license-reference
+Name: lp
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/lpr/lp
+URL: https://man.freebsd.org/cgi/man.cgi?query=lp(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/lpq.pc b/share/sbom/pkgconfig/lpq.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lpq.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California
+Description: Spool queue examination program
+License: BSD-3-Clause
+Name: lpq
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/lpr/lpq
+URL: https://man.freebsd.org/cgi/man.cgi?query=lpq(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/lpr.pc b/share/sbom/pkgconfig/lpr.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lpr.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1989, 1993 The Regents of the University of California, (c) UNIX System Laboratories, Inc.
+Description: Off line print
+License: BSD-4-Clause-UC AND LicenseRef-scancode-unknown-license-reference
+Name: lpr
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/lpr/lpr
+URL: https://man.freebsd.org/cgi/man.cgi?query=lpr(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/lprm.pc b/share/sbom/pkgconfig/lprm.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lprm.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California
+Description: Remove jobs from the line printer spooling queue
+License: BSD-3-Clause
+Name: lprm
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/lpr/lprm
+URL: https://man.freebsd.org/cgi/man.cgi?query=lprm(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ls.pc b/share/sbom/pkgconfig/ls.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ls.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993, 1994 The Regents of the University of California, 1989, 1993 The Regents of the University of California, 1991, 1993 The Regents of the University of California
+Description: List directory contents
+License: BSD-3-Clause
+Name: ls
+Requires: csu, libc, libcompiler_rt, libutil, libtinfo
+Source: https://cgit.freebsd.org/src/tree/bin/ls
+URL: https://man.freebsd.org/cgi/man.cgi?query=ls(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/lsvfs.pc b/share/sbom/pkgconfig/lsvfs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lsvfs.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: List installed virtual file systems
+License: LicenseRef-scancode-public-domain
+Name: lsvfs
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/lsvfs
+URL: https://man.freebsd.org/cgi/man.cgi?query=lsvfs(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/lua.pc b/share/sbom/pkgconfig/lua.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lua.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Embeddable scripting language
+License: MIT
+Name: lua
+Source: https://github.com/lua/lua/tree/v5.4.8
+URL: https://www.lua.org
+Version: 5.4.8
diff --git a/share/sbom/pkgconfig/lzcat.pc b/share/sbom/pkgconfig/lzcat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lzcat.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: General purpose data compression library
+License: 0BSD
+Name: lzcat
+Source: https://github.com/tukaani-project/xz
+URL: https://tukaani.org/xz/
+Version: 5.8.1
diff --git a/share/sbom/pkgconfig/lzdec.pc b/share/sbom/pkgconfig/lzdec.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lzdec.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: General purpose data compression library
+License: 0BSD
+Name: lzdec
+Source: https://github.com/tukaani-project/xz
+URL: https://tukaani.org/xz/
+Version: 5.8.1
diff --git a/share/sbom/pkgconfig/lzegrep.pc b/share/sbom/pkgconfig/lzegrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lzegrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: Grep compressed files
+License: BSD-2-Clause
+Name: lzegrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=lzegrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/lzfgrep.pc b/share/sbom/pkgconfig/lzfgrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lzfgrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: Grep compressed files
+License: BSD-2-Clause
+Name: lzfgrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=lzfgrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/lzgrep.pc b/share/sbom/pkgconfig/lzgrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lzgrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: Grep compressed files
+License: BSD-2-Clause
+Name: lzgrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=lzgrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/lzless.pc b/share/sbom/pkgconfig/lzless.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lzless.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: General purpose data compression library
+License: 0BSD
+Name: lzless
+Source: https://github.com/tukaani-project/xz
+URL: https://tukaani.org/xz/
+Version: 5.8.1
diff --git a/share/sbom/pkgconfig/lzma.pc b/share/sbom/pkgconfig/lzma.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lzma.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: General purpose data compression library
+License: 0BSD
+Name: lzma
+Source: https://github.com/tukaani-project/xz
+URL: https://tukaani.org/xz/
+Version: 5.8.1
diff --git a/share/sbom/pkgconfig/lzmainfo.pc b/share/sbom/pkgconfig/lzmainfo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/lzmainfo.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: General purpose data compression library
+License: 0BSD
+Name: lzmainfo
+Source: https://github.com/tukaani-project/xz
+URL: https://tukaani.org/xz/
+Version: 5.8.1
diff --git a/share/sbom/pkgconfig/m4.pc b/share/sbom/pkgconfig/m4.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/m4.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2001 Marc Espie, 2004 Marc Espie <espie@cvs.openbsd.org>, 1999 Marc Espie, 1989, 1993 The Regents of the University of California, 1991, 1993 The Regents of the University of California
+Description: Macro language processor
+License: BSD-3-Clause AND BSD-2-Clause
+Name: m4
+Requires: csu, libc, libcompiler_rt, libopenbsd, msun
+Source: https://cgit.freebsd.org/src/tree/usr.bin/m4
+URL: https://man.freebsd.org/cgi/man.cgi?query=m4(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mail.pc b/share/sbom/pkgconfig/mail.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mail.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993 The Regents of the University of California, 1992, 1993 The Regents of the University of California, 1989, 1993 The Regents of the University of California
+Description: Send and receive mail
+License: BSD-3-Clause AND BSD-2-Clause
+Name: mail
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mail
+URL: https://man.freebsd.org/cgi/man.cgi?query=mail(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mailq.pc b/share/sbom/pkgconfig/mailq.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mailq.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: General purpose internetwork email routing application
+License: Sendmail
+Name: mailq
+Requires: openssl
+Source: https://ftp.sendmail.org/sendmail.8.18.1.tar.gz
+URL: https://ftp.sendmail.org
+Version: 8.18.1
diff --git a/share/sbom/pkgconfig/mailx.pc b/share/sbom/pkgconfig/mailx.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mailx.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993 The Regents of the University of California, 1992, 1993 The Regents of the University of California, 1989, 1993 The Regents of the University of California
+Description: Send and receive mail
+License: BSD-3-Clause AND BSD-2-Clause
+Name: mailx
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mail
+URL: https://man.freebsd.org/cgi/man.cgi?query=mailx(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/make.pc b/share/sbom/pkgconfig/make.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/make.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Program designed to simplify the maintenance of other programs
+License: BSD-3-Clause
+Name: make
+Source: https://cvsweb.netbsd.org/bsdweb.cgi/src/usr.bin/make/
+URL: https://www.NetBSD.org
+Version: 20250804
diff --git a/share/sbom/pkgconfig/makewhatis.pc b/share/sbom/pkgconfig/makewhatis.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/makewhatis.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Utilities query manual page databases generated by makewhatis evaluating
+License: BSD-3-Clause AND BSD-2-Clause AND 0BSD
+Name: makewhatis
+URL: https://mandoc.bsd.lv
+Version: 2025-09-26
diff --git a/share/sbom/pkgconfig/man.pc b/share/sbom/pkgconfig/man.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/man.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Display online manual documentation pages
+License: BSD-3-Clause AND BSD-2-Clause AND 0BSD
+Name: man
+URL: https://mandoc.bsd.lv
+Version: 2025-09-26
diff --git a/share/sbom/pkgconfig/mandoc.pc b/share/sbom/pkgconfig/mandoc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mandoc.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: UNIX manpage compiler toolset
+License: BSD-3-Clause AND BSD-2-Clause AND 0BSD
+Name: mandoc
+URL: https://mandoc.bsd.lv
+Version: 2025-09-26
diff --git a/share/sbom/pkgconfig/manpath.pc b/share/sbom/pkgconfig/manpath.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/manpath.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Display search path for manual pages
+License: BSD-3-Clause AND BSD-2-Clause AND 0BSD
+Name: manpath
+URL: https://mandoc.bsd.lv
+Version: 2025-09-26
diff --git a/share/sbom/pkgconfig/mckey.pc b/share/sbom/pkgconfig/mckey.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mckey.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: RDMA CM datagram setup and simple ping-pong test
+License: GPL-2.0 OR BSD-2-Clause
+Name: mckey
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://downloads.openfabrics.org/OFED/archive/ofed-1.5.3/OFED-1.5.3.tgz
+URL: https://www.openfabrics.org/ofed-for-linux/
+Version: 1.5.3
diff --git a/share/sbom/pkgconfig/md5.pc b/share/sbom/pkgconfig/md5.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/md5.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message-digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: md5
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=md5(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/md5sum.pc b/share/sbom/pkgconfig/md5sum.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/md5sum.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: md5sum
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=md5sum(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mdconfig.pc b/share/sbom/pkgconfig/mdconfig.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mdconfig.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2000-2004 Poul-Henning Kamp <phk@FreeBSD.org>, 2012 The FreeBSD Foundation
+Description: Create and control memory disks
+License: BSD-2-Clause
+Name: mdconfig
+Requires: csu, libc, libcompiler_rt, libdevstat, libgeom, libkvm, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/mdconfig
+URL: https://man.freebsd.org/cgi/man.cgi?query=mdconfig(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mdmfs.pc b/share/sbom/pkgconfig/mdmfs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mdmfs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2001 Dima Dorfman
+Description: Configure and mount an in-memory file system using the md(4) driver or the tmpfs(4) filesystem
+License: BSD-2-Clause
+Name: mdmfs
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/mdmfs
+URL: https://man.freebsd.org/cgi/man.cgi?query=mdmfs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mdo.pc b/share/sbom/pkgconfig/mdo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mdo.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2024 Baptiste Daroussin <bapt@FreeBSD.org>, 2025 Kushagra Srivastava <kushagra1403@gmail.com>, 2025 The FreeBSD Foundation
+Description: Execute commands as another user
+License: BSD-2-Clause
+Name: mdo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mdo
+URL: https://man.freebsd.org/cgi/man.cgi?query=mdo(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mesg.pc b/share/sbom/pkgconfig/mesg.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mesg.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1987, 1993 The Regents of the University of California, (c) UNIX System Laboratories, Inc.
+Description: Display (do not display) messages from other users
+License: BSD-3-Clause
+Name: mesg
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mesg
+URL: https://man.freebsd.org/cgi/man.cgi?query=mesg(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mididump.pc b/share/sbom/pkgconfig/mididump.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mididump.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2024 The FreeBSD Foundation
+Description: Dump MIDI events
+License: BSD-3-Clause AND BSD-2-Clause
+Name: mididump
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mididump
+URL: https://man.freebsd.org/cgi/man.cgi?query=mididump(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ministat.pc b/share/sbom/pkgconfig/ministat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ministat.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Statistics utility
+License: Beerware
+Name: ministat
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt, msun
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ministat
+URL: https://man.freebsd.org/cgi/man.cgi?query=ministat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mkcsmapper.pc b/share/sbom/pkgconfig/mkcsmapper.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mkcsmapper.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2003, 2006 Citrus Project, 2003 Citrus Project
+Description: Generates hashed conversion data for iconv(3)
+License: BSD-2-Clause
+Name: mkcsmapper
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mkcsmapper
+URL: https://man.freebsd.org/cgi/man.cgi?query=mkcsmapper(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mkdep.pc b/share/sbom/pkgconfig/mkdep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mkdep.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Construct Makefile dependency list
+License: BSD-3-Clause
+Name: mkdep
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mkdep
+URL: https://man.freebsd.org/cgi/man.cgi?query=mkdep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mkdir.pc b/share/sbom/pkgconfig/mkdir.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mkdir.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1992, 1993 The Regents of the University of California
+Description: Make directories
+License: BSD-3-Clause
+Name: mkdir
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/mkdir
+URL: https://man.freebsd.org/cgi/man.cgi?query=mkdir(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mkesdb.pc b/share/sbom/pkgconfig/mkesdb.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mkesdb.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2003 Citrus Project
+Description: Generates conversion catalog for iconv(3)
+License: BSD-2-Clause
+Name: mkesdb
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mkesdb
+URL: https://man.freebsd.org/cgi/man.cgi?query=mkesdb(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mkfifo.pc b/share/sbom/pkgconfig/mkfifo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mkfifo.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990, 1993 The Regents of the University of California
+Description: Make fifos
+License: BSD-3-Clause AND BSD-2-Clause
+Name: mkfifo
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mkfifo
+URL: https://man.freebsd.org/cgi/man.cgi?query=mkfifo(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mkimg.pc b/share/sbom/pkgconfig/mkimg.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mkimg.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2014, 2015 Marcel Moolenaar, 2014 Juniper Networks, Inc., 2013,2014 Juniper Networks, Inc., 2014 Marcel Moolenaar, 2020 Oleksandr Tymoshenko <gonzo@FreeBSD.org>, 2016 Marcel Moolenaar, 2002 Thomas Moestl <tmm@FreeBSD.org>
+Description: Utility to make disk images
+License: BSD-2-Clause
+Name: mkimg
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mkimg
+URL: https://man.freebsd.org/cgi/man.cgi?query=mkimg(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mknod.pc b/share/sbom/pkgconfig/mknod.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mknod.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California
+Description: Build special file
+License: BSD-3-Clause
+Name: mknod
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/mknod
+URL: https://man.freebsd.org/cgi/man.cgi?query=mknod(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mksnap_ffs.pc b/share/sbom/pkgconfig/mksnap_ffs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mksnap_ffs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2003 Networks Associates Technology, Inc.
+Description: Take a file system snapshot
+License: BSD-3-Clause
+Name: mksnap_ffs
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/mksnap_ffs
+URL: https://man.freebsd.org/cgi/man.cgi?query=mksnap_ffs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mkstr.pc b/share/sbom/pkgconfig/mkstr.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mkstr.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993 The Regents of the University of California
+Description: Create an error message file by massaging C source
+License: BSD-3-Clause
+Name: mkstr
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mkstr
+URL: https://man.freebsd.org/cgi/man.cgi?query=mkstr(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mktemp.pc b/share/sbom/pkgconfig/mktemp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mktemp.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1994, 1995, 1996, 1998 Peter Wemm <peter@netplex.com.au>
+Description: Make temporary file name (unique)
+License: BSD-2-Clause AND LicenseRef-scancode-other-permissive
+Name: mktemp
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mktemp
+URL: https://man.freebsd.org/cgi/man.cgi?query=mktemp(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mkuzip.pc b/share/sbom/pkgconfig/mkuzip.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mkuzip.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004-2016 Maxim Sobolev <sobomax@FreeBSD.org>, 2011 Aleksandr Rybalko <ray@ddteam.net>, 2016 Maxim Sobolev <sobomax@FreeBSD.org>, 2019 Conrad Meyer <cem@FreeBSD.org>
+Description: Compress disk image for use with geom_uzip(4) class
+License: BSD-2-Clause
+Name: mkuzip
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mkuzip
+URL: https://www.FreeBSD.org
+Version: 16.0
diff --git a/share/sbom/pkgconfig/more.pc b/share/sbom/pkgconfig/more.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/more.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open-source file pager
+License: BSD-2-Clause
+Name: more
+Requires: libncurses
+Source: https://www.greenwoodsoftware.com/less/less-679.tar.gz
+URL: https://www.greenwoodsoftware.com/less/
+Version: 679
diff --git a/share/sbom/pkgconfig/morse.pc b/share/sbom/pkgconfig/morse.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/morse.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993 The Regents of the University of California
+Description: Reformat input as morse code
+License: BSD-3-Clause
+Name: morse
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/morse
+URL: https://man.freebsd.org/cgi/man.cgi?query=morse(6)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mount.pc b/share/sbom/pkgconfig/mount.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mount.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993, 1994 The Regents of the University of California, 1992, 1993, 1994 The Regents of the University of California, 1980, 1989, 1993, 1994 The Regents of the University of California, 1997 FreeBSD Inc., 1995 The Regents of the University of California
+Description: Mount file systems
+License: BSD-3-Clause AND BSD-2-Clause
+Name: mount
+Requires: csu, libc, libcompiler_rt, libutil, libxo
+Source: https://cgit.freebsd.org/src/tree/sbin/mount
+URL: https://man.freebsd.org/cgi/man.cgi?query=mount(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mount_cd9660.pc b/share/sbom/pkgconfig/mount_cd9660.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mount_cd9660.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992, 1993, 1994 The Regents of the University of California
+Description: Mount an ISO-9660 file system
+License: BSD-3-Clause
+Name: mount_cd9660
+Requires: csu, libc, libcompiler_rt, libkiconv
+Source: https://cgit.freebsd.org/src/tree/sbin/mount_cd9660
+URL: https://man.freebsd.org/cgi/man.cgi?query=mount_cd9660(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mount_fusefs.pc b/share/sbom/pkgconfig/mount_fusefs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mount_fusefs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2005 Jean-Sebastien Pedron, 2005 Csaba Henk, 2019 The FreeBSD Foundation
+Description: Mount a Fuse file system daemon
+License: BSD-2-Clause
+Name: mount_fusefs
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/mount_fusefs
+URL: https://man.freebsd.org/cgi/man.cgi?query=mount_fusefs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mount_mfs.pc b/share/sbom/pkgconfig/mount_mfs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mount_mfs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2001 Dima Dorfman
+Description: Configure and mount an in-memory file system using the md(4) driver or the tmpfs(4) filesystem
+License: BSD-2-Clause
+Name: mount_mfs
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/mdmfs
+URL: https://man.freebsd.org/cgi/man.cgi?query=mount_mfs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mount_msdosfs.pc b/share/sbom/pkgconfig/mount_msdosfs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mount_msdosfs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1994 Christopher G. Demetriou
+Description: Mount an MS-DOS (FAT) file system
+License: BSD-4-Clause AND BSD-2-Clause
+Name: mount_msdosfs
+Requires: csu, libc, libcompiler_rt, libkiconv, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/mount_msdosfs
+URL: https://man.freebsd.org/cgi/man.cgi?query=mount_msdosfs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mount_nfs.pc b/share/sbom/pkgconfig/mount_nfs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mount_nfs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992, 1993, 1994 The Regents of the University of California
+Description: Mount NFS file systems
+License: BSD-3-Clause
+Name: mount_nfs
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/mount_nfs
+URL: https://man.freebsd.org/cgi/man.cgi?query=mount_nfs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mount_nullfs.pc b/share/sbom/pkgconfig/mount_nullfs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mount_nullfs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992, 1993, 1994 The Regents of the University of California
+Description: Mount a loopback file system sub-tree; demonstrate the use of a null file system layer
+License: BSD-3-Clause
+Name: mount_nullfs
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/mount_nullfs
+URL: https://man.freebsd.org/cgi/man.cgi?query=mount_nullfs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mount_udf.pc b/share/sbom/pkgconfig/mount_udf.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mount_udf.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992, 1993, 1994 The Regents of the University of California, 2002 Scott Long
+Description: Mount a UDF file system
+License: BSD-3-Clause
+Name: mount_udf
+Requires: csu, libc, libcompiler_rt, libkiconv
+Source: https://cgit.freebsd.org/src/tree/sbin/mount_udf
+URL: https://man.freebsd.org/cgi/man.cgi?query=mount_udf(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mount_unionfs.pc b/share/sbom/pkgconfig/mount_unionfs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mount_unionfs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992, 1993, 1994 The Regents of the University of California, 2005, 2006 Masanori Ozawa <ozawa@ongs.co.jp> , ONGS Inc., 2006 Daichi Goto <daichi@freebsd.org>
+Description: Mount union file systems
+License: BSD-3-Clause
+Name: mount_unionfs
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/mount_unionfs
+URL: https://man.freebsd.org/cgi/man.cgi?query=mount_unionfs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/msgs.pc b/share/sbom/pkgconfig/msgs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/msgs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993 The Regents of the University of California, 1989, 1993 The Regents of the University of California
+Description: System messages and junk mail program
+License: BSD-3-Clause AND BSD-2-Clause
+Name: msgs
+Requires: csu, libc, libcompiler_rt, libtinfo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/msgs
+URL: https://man.freebsd.org/cgi/man.cgi?query=msgs(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/msun.pc b/share/sbom/pkgconfig/msun.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/msun.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library missing description
+License: BSD-4-Clause AND BSD-2-Clause
+Name: msun
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/lib/msun
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mt.pc b/share/sbom/pkgconfig/mt.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mt.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2013, 2014, 2015 Spectra Logic Corporation
+Description: Magnetic tape manipulating program
+License: BSD-3-Clause AND LicenseRef-scancode-intel-bsd-2-clause
+Name: mt
+Requires: csu, libc, libcompiler_rt, libexpat, libmt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mt
+URL: https://man.freebsd.org/cgi/man.cgi?query=mt(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/mv.pc b/share/sbom/pkgconfig/mv.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/mv.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993, 1994 The Regents of the University of California
+Description: Move files
+License: BSD-3-Clause
+Name: mv
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/mv
+URL: https://man.freebsd.org/cgi/man.cgi?query=mv(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/natd.pc b/share/sbom/pkgconfig/natd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/natd.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Network Address Translation daemon
+License: LicenseRef-scancode-other-permissive
+Name: natd
+Requires: csu, libalias, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/natd
+URL: https://man.freebsd.org/cgi/man.cgi?query=natd(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/nawk.pc b/share/sbom/pkgconfig/nawk.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/nawk.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: One true awk
+License: SMLNJ
+Name: nawk
+Source: https://github.com/onetrueawk/awk/tree/d7f37646965ee26214da0e1d97f3c1d54349ae2d
+URL: https://github.com/onetrueawk/awk
+Version: 20250804
diff --git a/share/sbom/pkgconfig/nc.pc b/share/sbom/pkgconfig/nc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/nc.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Arbitrary TCP and UDP connections and listens
+License: BSD-3-Clause AND BSD-2-Clause
+Name: nc
+Source: https://github.com/openbsd/src/tree/master/usr.bin/nc
+URL: https://github.com/openbsd/src/tree/master/usr.bin/nc
+Version: 5.8
diff --git a/share/sbom/pkgconfig/ncal.pc b/share/sbom/pkgconfig/ncal.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ncal.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1997 Wolfgang Helbig
+Description: Displays a calendar and the date of Easter
+License: BSD-3-Clause AND BSD-2-Clause
+Name: ncal
+Requires: csu, libc, libcalendar, libcompiler_rt, libtinfo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ncal
+URL: https://man.freebsd.org/cgi/man.cgi?query=ncal(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/netstat.pc b/share/sbom/pkgconfig/netstat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/netstat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2005 Christian S.J. Peron, 1989 Stephen Deering, 1992, 1993 The Regents of the University of California, 1983, 1988, 1993 The Regents of the University of California, 1992, 1993 Regents of the University of California, 1995, 1996, 1997, 1998, and 1999 WIDE Project, 1983, 1988, 1993, 1995 The Regents of the University of California, 2005 Robert N. M. Watson, 2001-2007, by Weongyo Jeong, 2011, by Michael Tuexen, 1996-1999 Whistle Communications, Inc., 2005 NTT Multimedia Communications Laboratories, Inc., 1998 WIDE Project, 2013 Gleb Smirnoff <glebius@FreeBSD.org>, 2010-2011 Juniper Networks, Inc., 1983, 1988, 1993 Regents of the University of California, 2020 Alexander V. Chernikov
+Description: Show network status and statistics
+License: BSD-4-Clause AND BSD-3-Clause AND BSD-2-Clause
+Name: netstat
+Requires: csu, libc, libcompiler_rt, libkvm, libmemstat, libutil, libxo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/netstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=netstat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/newaliases.pc b/share/sbom/pkgconfig/newaliases.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/newaliases.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: General purpose internetwork email routing application
+License: Sendmail
+Name: newaliases
+Requires: openssl
+Source: https://ftp.sendmail.org/sendmail.8.18.1.tar.gz
+URL: https://ftp.sendmail.org
+Version: 8.18.1
diff --git a/share/sbom/pkgconfig/newfs.pc b/share/sbom/pkgconfig/newfs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/newfs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Networks Associates Technology, Inc., 1980, 1989, 1993 The Regents of the University of California, 1983, 1989, 1993, 1994 The Regents of the University of California
+Description: Construct a new UFS1/UFS2 file system
+License: BSD-3-Clause
+Name: newfs
+Requires: csu, libc, libcompiler_rt, libufs, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/newfs
+URL: https://man.freebsd.org/cgi/man.cgi?query=newfs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/newfs_msdos.pc b/share/sbom/pkgconfig/newfs_msdos.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/newfs_msdos.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1998 Robert Nordier, 2013 The NetBSD Foundation, Inc.
+Description: Construct a new MS-DOS (FAT) file system
+License: BSD-2-Clause
+Name: newfs_msdos
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/newfs_msdos
+URL: https://man.freebsd.org/cgi/man.cgi?query=newfs_msdos(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/newgrp.pc b/share/sbom/pkgconfig/newgrp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/newgrp.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Tim J. Robbins
+Description: Change to a new group
+License: BSD-2-Clause
+Name: newgrp
+Requires: csu, libc, libcompiler_rt, libcrypt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/newgrp
+URL: https://man.freebsd.org/cgi/man.cgi?query=newgrp(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/nex.pc b/share/sbom/pkgconfig/nex.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/nex.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Multibyte fork of the nvi editor for BSD
+License: BSD-3-Clause
+Name: nex
+Requires: csu, libc, libutil, libncurses, libtinfo
+Source: https://github.com/lichray/nvi2/tree/v2.2.2
+URL: https://github.com/lichray/nvi2
+Version: 2.2.2
diff --git a/share/sbom/pkgconfig/nextboot.pc b/share/sbom/pkgconfig/nextboot.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/nextboot.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1986, 1993 The Regents of the University of California
+Description: Specify an alternate kernel and boot flags for the next reboot
+License: BSD-3-Clause
+Name: nextboot
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/reboot
+URL: https://man.freebsd.org/cgi/man.cgi?query=nextboot(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/nfsiod.pc b/share/sbom/pkgconfig/nfsiod.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/nfsiod.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California
+Description: Local NFS asynchronous I/O server
+License: BSD-3-Clause
+Name: nfsiod
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/nfsiod
+URL: https://man.freebsd.org/cgi/man.cgi?query=nfsiod(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/nfsstat.pc b/share/sbom/pkgconfig/nfsstat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/nfsstat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1989, 1993 The Regents of the University of California, 2004, 2008, 2009 Silicon Graphics International Corp.
+Description: Display NFS statistics
+License: BSD-3-Clause AND LicenseRef-scancode-intel-bsd-2-clause
+Name: nfsstat
+Requires: csu, libc, libcompiler_rt, libdevstat, libkvm, libxo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/nfsstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=nfsstat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/nice.pc b/share/sbom/pkgconfig/nice.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/nice.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993, 1994 The Regents of the University of California
+Description: Execute a utility at an altered scheduling priority
+License: BSD-3-Clause
+Name: nice
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/nice
+URL: https://man.freebsd.org/cgi/man.cgi?query=nice(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/nl.pc b/share/sbom/pkgconfig/nl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/nl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 The NetBSD Foundation, Inc.
+Description: Line numbering filter
+License: BSD-2-Clause
+Name: nl
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/nl
+URL: https://man.freebsd.org/cgi/man.cgi?query=nl(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/nm.pc b/share/sbom/pkgconfig/nm.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/nm.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: BSD licensed ELF toolchain
+License: BSD-2-Clause
+Name: nm
+Source: https://sourceforge.net/p/elftoolchain/code/
+URL: https://sourceforge.net/projects/elftoolchain/
+Version: r4912
diff --git a/share/sbom/pkgconfig/nohup.pc b/share/sbom/pkgconfig/nohup.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/nohup.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California
+Description: Invoke a utility immune to hangups
+License: BSD-3-Clause
+Name: nohup
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/nohup
+URL: https://man.freebsd.org/cgi/man.cgi?query=nohup(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/nologin.pc b/share/sbom/pkgconfig/nologin.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/nologin.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1990, 1993 The Regents of the University of California
+Description: Close down the system at a given time
+License: BSD-3-Clause
+Name: nologin
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/shutdown
+URL: https://man.freebsd.org/cgi/man.cgi?query=shutdown(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/nos-tun.pc b/share/sbom/pkgconfig/nos-tun.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/nos-tun.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1996, Nickolay Dudorov
+Description: Implement ``nos'' or ``ka9q'' style IP over IP tunnel
+License: BSD-3-Clause AND BSD-2-Clause
+Name: nos-tun
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/nos-tun
+URL: https://man.freebsd.org/cgi/man.cgi?query=nos-tun(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/nproc.pc b/share/sbom/pkgconfig/nproc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/nproc.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2023 Mateusz Guzik
+Description: Print the number of processors
+License: BSD-2-Clause
+Name: nproc
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/nproc
+URL: https://man.freebsd.org/cgi/man.cgi?query=nproc(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ntpq.pc b/share/sbom/pkgconfig/ntpq.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ntpq.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Network Time Protocol (NTP)
+License: Beerware AND BSD-4-Clause AND BSD-4-Clause-UC AND BSD-3-Clause AND BSD-2-Clause AND BSD-3-Clause AND CC-PDDC AND BSD-4.3TAHOE AND curl AND FSFAP AND GPL-1.0-or-later AND GPL-3.0-or-later WITH Bison-exception-2.2 AND HPND AND ISC LicenseRef-scancode-public-domain AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later OR BSD-3-Clause AND LicenseRef-scancode-historical-ntp AND LicenseRef-scancode-nortel-dasa AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-philippe-de-muyter AND LicenseRef-scancode-takao-abe AND LicenseRef-scancode-warranty-disclaimer AND LicenseRef-scancode-other-permissive AND MIT AND MIT-CMU AND NTP NTP-0
+Name: ntpq
+Source: https://downloads.nwtime.org/ntp/4.2.8/ntp-4.2.8p18.tar.gz
+URL: https://www.ntp.org
+Version: 4.2.8p18
diff --git a/share/sbom/pkgconfig/number.pc b/share/sbom/pkgconfig/number.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/number.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993, 1994 The Regents of the University of California
+Description: Convert Arabic numerals to English
+License: BSD-3-Clause
+Name: number
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/number
+URL: https://man.freebsd.org/cgi/man.cgi?query=number(6)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/nvi.pc b/share/sbom/pkgconfig/nvi.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/nvi.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Multibyte fork of the nvi editor for BSD
+License: BSD-3-Clause
+Name: nvi
+Requires: csu, libc, libutil, libncurses, libtinfo
+Source: https://github.com/lichray/nvi2/tree/v2.2.2
+URL: https://github.com/lichray/nvi2
+Version: 2.2.2
diff --git a/share/sbom/pkgconfig/nview.pc b/share/sbom/pkgconfig/nview.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/nview.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Multibyte fork of the nvi editor for BSD
+License: BSD-3-Clause
+Name: nview
+Requires: csu, libc, libutil, libncurses, libtinfo
+Source: https://github.com/lichray/nvi2/tree/v2.2.2
+URL: https://github.com/lichray/nvi2
+Version: 2.2.2
diff --git a/share/sbom/pkgconfig/nvmecontrol.pc b/share/sbom/pkgconfig/nvmecontrol.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/nvmecontrol.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2012-2013 Intel Corporation, 2018-2019 Alexander Motin <mav@FreeBSD.org>, 2020 Chuck Tuffli, 2023-2024 Chelsio Communications, Inc., 2019-2021 Netflix, Inc, 2019 Netflix, Inc, 2017 Netflix, Inc., 2024 Netflix, Inc, 2013 EMC Corp., 2016-2023 Warner Losh <imp@FreeBSD.org>, 2019 Alexander Motin <mav@FreeBSD.org>, 2016 Netflix, Inc., 2018 Netflix, Inc.
+Description: NVM Express control utility
+License: BSD-2-Clause
+Name: nvmecontrol
+Requires: csu, libc, libcompiler_rt, libnvmf, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/nvmecontrol
+URL: https://man.freebsd.org/cgi/man.cgi?query=nvmecontrol(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/objcopy.pc b/share/sbom/pkgconfig/objcopy.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/objcopy.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Object copying and editing tool
+License: Apache-2.0 WITH LLVM-exception
+Name: objcopy
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/objdump.pc b/share/sbom/pkgconfig/objdump.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/objdump.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: LLVM's object file dumper
+License: Apache-2.0
+Name: objdump
+Requires: csu, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libexecinfo, libthr, libz, libzstd, msun, libtinfo
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/od.pc b/share/sbom/pkgconfig/od.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/od.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California, 1990, 1993 The Regents of the University of California
+Description: Octal, decimal, hex, ASCII dump
+License: BSD-3-Clause
+Name: od
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/hexdump
+URL: https://man.freebsd.org/cgi/man.cgi?query=od(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/openssl.pc b/share/sbom/pkgconfig/openssl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/openssl.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: OpenSSL cryptography library
+License: Apache-2.0
+Name: openssl
+Source: https://github.com/openssl/openssl/tree/openssl-3.5.4
+URL: https://openssl-library.org
+Version: 3.5.4
diff --git a/share/sbom/pkgconfig/pagesize.pc b/share/sbom/pkgconfig/pagesize.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pagesize.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Print system page size
+License: BSD-3-Clause
+Name: pagesize
+Source: https://cgit.freebsd.org/src/tree/usr.bin/pagesize
+URL: https://man.freebsd.org/cgi/man.cgi?query=pagesize(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/pargs.pc b/share/sbom/pkgconfig/pargs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pargs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2022 The FreeBSD Foundation, 2020 Juraj Lutter <juraj@lutter.sk>, 2007 Robert N. M. Watson, 2015 Allan Jude <allanjude@freebsd.org>, 2007-2011 Robert N. M. Watson, 2007, 2011 Robert N. M. Watson, 2017 Dell EMC, 2010 Konstantin Belousov, 2024 The FreeBSD Foundation, 2011 Mikolaj Golub, 2025 The FreeBSD Foundation, 2012 Hudson River Trading LLC, 2007-2008 Robert N. M. Watson
+Description: Get detailed process information
+License: BSD-2-Clause
+Name: pargs
+Requires: csu, libc, libcompiler_rt, libprocstat, libsbuf, libutil, libxo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/procstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=procstat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/passwd.pc b/share/sbom/pkgconfig/passwd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/passwd.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Networks Associates Technologies, Inc.
+Description: Modify a user's password
+License: BSD-3-Clause
+Name: passwd
+Requires: csu, libc, libcompiler_rt, libpam
+Source: https://cgit.freebsd.org/src/tree/usr.bin/passwd
+URL: https://man.freebsd.org/cgi/man.cgi?query=passwd(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/paste.pc b/share/sbom/pkgconfig/paste.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/paste.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California
+Description: Merge corresponding or subsequent lines of files
+License: BSD-3-Clause
+Name: paste
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/paste
+URL: https://man.freebsd.org/cgi/man.cgi?query=paste(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/patch.pc b/share/sbom/pkgconfig/patch.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/patch.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Apply a diff file to an original
+License: BSD-3-Clause AND BSD-2-Clause
+Name: patch
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/patch
+URL: https://man.freebsd.org/cgi/man.cgi?query=patch(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/pathchk.pc b/share/sbom/pkgconfig/pathchk.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pathchk.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Tim J. Robbins
+Description: Check pathnames
+License: BSD-2-Clause
+Name: pathchk
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/pathchk
+URL: https://man.freebsd.org/cgi/man.cgi?query=pathchk(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/pax.pc b/share/sbom/pkgconfig/pax.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pax.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992 Keith Muller, 1992, 1993 The Regents of the University of California
+Description: Read and write file archives and copy directory hierarchies
+License: BSD-3-Clause
+Name: pax
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/pax
+URL: https://man.freebsd.org/cgi/man.cgi?query=pax(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/penv.pc b/share/sbom/pkgconfig/penv.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/penv.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2022 The FreeBSD Foundation, 2020 Juraj Lutter <juraj@lutter.sk>, 2007 Robert N. M. Watson, 2015 Allan Jude <allanjude@freebsd.org>, 2007-2011 Robert N. M. Watson, 2007, 2011 Robert N. M. Watson, 2017 Dell EMC, 2010 Konstantin Belousov, 2024 The FreeBSD Foundation, 2011 Mikolaj Golub, 2025 The FreeBSD Foundation, 2012 Hudson River Trading LLC, 2007-2008 Robert N. M. Watson
+Description: Get detailed process information
+License: BSD-2-Clause
+Name: penv
+Requires: csu, libc, libcompiler_rt, libprocstat, libsbuf, libutil, libxo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/procstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=procstat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/perror.pc b/share/sbom/pkgconfig/perror.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/perror.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2009 Hudson River Trading LLC
+Description: Print an error number as a string
+License: BSD-2-Clause
+Name: perror
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/perror
+URL: https://man.freebsd.org/cgi/man.cgi?query=perror(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/pfctl.pc b/share/sbom/pkgconfig/pfctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pfctl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Cedric Berger, 2001 Daniel Hartmeier, 2002,2003 Henning Brauer, 2002 Sony Computer Science Laboratories Inc., 2002, 2003 Henning Brauer <henning@openbsd.org>, 2004 Mike Frantzen <frantzen@openbsd.org>, 2003 Mike Frantzen <frantzen@openbsd.org>, (c) Copyright 2000-2003 by Michal Zalewski <lcamtuf@coredump.cx>, (c) Copyright 2003 by Mike Frantzen <frantzen@w4g.org>, Henning Brauer <henning@openbsd.org>, 2001 Markus Friedl, 2001 Theo de Raadt
+Description: Control the packet filter (PF) device
+License: BSD-2-Clause
+Name: pfctl
+Requires: csu, libc, libcompiler_rt, libmd, libnv, libpfctl, msun
+Source: https://cgit.freebsd.org/src/tree/sbin/pfctl
+URL: https://man.freebsd.org/cgi/man.cgi?query=pfctl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/pfilctl.pc b/share/sbom/pkgconfig/pfilctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pfilctl.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2019 Gleb Smirnoff <glebius@FreeBSD.org>
+Description: Pfil(9) control utility
+License: BSD-2-Clause
+Name: pfilctl
+Source: https://cgit.freebsd.org/src/tree/sbin/pfilctl
+URL: https://man.freebsd.org/cgi/man.cgi?query=pfilctl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/pflogd.pc b/share/sbom/pkgconfig/pflogd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pflogd.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: (c) Copyright 2000-2003 by Michal Zalewski <lcamtuf@coredump.cx>, (c) Copyright 2003 by Mike Frantzen <frantzen@w4g.org>, 2001 Daniel Hartmeier, 2002,2003 Henning Brauer, 2004 Mike Frantzen <frantzen@openbsd.org>, 2001 Markus Friedl, 2001 Theo de Raadt, Henning Brauer <henning@openbsd.org>, 2002 Cedric Berger, 2002 Sony Computer Science Laboratories Inc., 2002, 2003 Henning Brauer <henning@openbsd.org>, 2003 Mike Frantzen <frantzen@openbsd.org>
+Description: Pf logging daemon
+License: BSD-3-Clause
+Name: pflogd
+Source: https://github.com/openbsd/src/tree/master/sbin/pflogd
+URL: https://openbsd.org
+Version: 16.0
diff --git a/share/sbom/pkgconfig/pflowctl.pc b/share/sbom/pkgconfig/pflowctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pflowctl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2023 Rubicon Communications, LLC
+Description: Control pflow data export
+License: BSD-3-Clause AND BSD-2-Clause
+Name: pflowctl
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/pflowctl
+URL: https://man.freebsd.org/cgi/man.cgi?query=pflowctl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/pftp.pc b/share/sbom/pkgconfig/pftp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pftp.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Enhanced FTP client for Unix-like operating systems
+License: BSD-3-Clause AND BSD-2-Clause
+Name: pftp
+Requires: csu, libc, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/contrib/tnftp/
+URL: https://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
+Version: 16.0
diff --git a/share/sbom/pkgconfig/pgrep.pc b/share/sbom/pkgconfig/pgrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pgrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 The NetBSD Foundation, Inc., 2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+Description: Find or signal processes by name
+License: BSD-2-Clause
+Name: pgrep
+Requires: csu, libc, libcompiler_rt, libjail, libkvm
+Source: https://cgit.freebsd.org/src/tree/bin/pkill
+URL: https://man.freebsd.org/cgi/man.cgi?query=pgrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ping.pc b/share/sbom/pkgconfig/ping.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ping.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California, 1995, 1996, 1997, and 1998 WIDE Project, 2019 Jan Sucan <jansucan@FreeBSD.org>
+Description: Send ICMP or ICMPv6 ECHO_REQUEST packets to network hosts
+License: BSD-2-Clause
+Name: ping
+Requires: csu, libc, libcapsicum, libcompiler_rt, libipsec, libmd, msun
+Source: https://cgit.freebsd.org/src/tree/sbin/ping
+URL: https://man.freebsd.org/cgi/man.cgi?query=ping(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ping6.pc b/share/sbom/pkgconfig/ping6.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ping6.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California, 1995, 1996, 1997, and 1998 WIDE Project, 2019 Jan Sucan <jansucan@FreeBSD.org>
+Description: Send ICMP or ICMPv6 ECHO_REQUEST packets to network hosts
+License: BSD-2-Clause
+Name: ping6
+Requires: csu, libc, libcapsicum, libcompiler_rt, libipsec, libmd, msun
+Source: https://cgit.freebsd.org/src/tree/sbin/ping
+URL: https://man.freebsd.org/cgi/man.cgi?query=ping(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/pkill.pc b/share/sbom/pkgconfig/pkill.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pkill.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 The NetBSD Foundation, Inc., 2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+Description: Find or signal processes by name
+License: BSD-2-Clause
+Name: pkill
+Requires: csu, libc, libcompiler_rt, libjail, libkvm
+Source: https://cgit.freebsd.org/src/tree/bin/pkill
+URL: https://man.freebsd.org/cgi/man.cgi?query=pkill(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/pmcstudy.pc b/share/sbom/pkgconfig/pmcstudy.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pmcstudy.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2014-2015 Netflix, Inc., 2015 Netflix, Inc.
+Description: Perform various studies on a system's overall PMCs
+License: LicenseRef-scancode-bsd-unchanged
+Name: pmcstudy
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/pmcstudy
+URL: https://man.freebsd.org/cgi/man.cgi?query=pmcstudy(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/pom.pc b/share/sbom/pkgconfig/pom.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pom.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California
+Description: Display the phase of the moon
+License: BSD-3-Clause
+Name: pom
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt, msun
+Source: https://cgit.freebsd.org/src/tree/usr.bin/pom
+URL: https://man.freebsd.org/cgi/man.cgi?query=pom(6)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/posixmqcontrol.pc b/share/sbom/pkgconfig/posixmqcontrol.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/posixmqcontrol.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2024 Rick Parrish <unitrunker@unitrunker.net>
+Description: Control POSIX mqueuefs message queues
+License: BSD-2-Clause
+Name: posixmqcontrol
+Source: https://cgit.freebsd.org/src/tree/usr.bin/posixmqcontrol
+URL: https://man.freebsd.org/cgi/man.cgi?query=posixmqcontrol(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/posixshmcontrol.pc b/share/sbom/pkgconfig/posixshmcontrol.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/posixshmcontrol.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2019 The FreeBSD Foundation
+Description: Control POSIX shared memory segments
+License: BSD-2-Clause
+Name: posixshmcontrol
+Source: https://cgit.freebsd.org/src/tree/usr.bin/posixshmcontrol
+URL: https://man.freebsd.org/cgi/man.cgi?query=posixshmcontrol(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/poweroff.pc b/share/sbom/pkgconfig/poweroff.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/poweroff.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1990, 1993 The Regents of the University of California
+Description: Close down the system at a given time
+License: BSD-3-Clause
+Name: poweroff
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/shutdown
+URL: https://man.freebsd.org/cgi/man.cgi?query=poweroff(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/pr.pc b/share/sbom/pkgconfig/pr.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pr.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991 Keith Muller, 1993 The Regents of the University of California
+Description: Print files
+License: BSD-4-Clause AND BSD-3-Clause
+Name: pr
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/pr
+URL: https://man.freebsd.org/cgi/man.cgi?query=pr(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/primes.pc b/share/sbom/pkgconfig/primes.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/primes.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California
+Description: Factor a number, generate primes
+License: BSD-3-Clause
+Name: primes
+Requires: csu, libc, libcompiler_rt, libthr
+Source: https://cgit.freebsd.org/src/tree/usr.bin/factor
+URL: https://man.freebsd.org/cgi/man.cgi?query=primes(6)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/printenv.pc b/share/sbom/pkgconfig/printenv.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/printenv.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1987, 1993 The Regents of the University of California
+Description: Print out the environment
+License: BSD-3-Clause
+Name: printenv
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/printenv
+URL: https://man.freebsd.org/cgi/man.cgi?query=printenv(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/printf.pc b/share/sbom/pkgconfig/printf.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/printf.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: Copyright 2018 Staysail Systems, Inc. <info@staysail.tech>, Copyright 2014 Garrett D'Amore <garrett@damore.org>, Copyright 2010 Nexenta Systems, Inc., 1989, 1993 The Regents of the University of California
+Description: Formatted output
+License: BSD-3-Clause
+Name: printf
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/printf
+URL: https://man.freebsd.org/cgi/man.cgi?query=printf(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/proccontrol.pc b/share/sbom/pkgconfig/proccontrol.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/proccontrol.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2016 The FreeBSD Foundation
+Description: Control some process execution aspects
+License: BSD-2-Clause
+Name: proccontrol
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/proccontrol
+URL: https://man.freebsd.org/cgi/man.cgi?query=proccontrol(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/procstat.pc b/share/sbom/pkgconfig/procstat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/procstat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2022 The FreeBSD Foundation, 2020 Juraj Lutter <juraj@lutter.sk>, 2007 Robert N. M. Watson, 2015 Allan Jude <allanjude@freebsd.org>, 2007-2011 Robert N. M. Watson, 2007, 2011 Robert N. M. Watson, 2017 Dell EMC, 2010 Konstantin Belousov, 2024 The FreeBSD Foundation, 2011 Mikolaj Golub, 2025 The FreeBSD Foundation, 2012 Hudson River Trading LLC, 2007-2008 Robert N. M. Watson
+Description: Get detailed process information
+License: BSD-2-Clause
+Name: procstat
+Requires: csu, libc, libcompiler_rt, libprocstat, libsbuf, libutil, libxo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/procstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=procstat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/protect.pc b/share/sbom/pkgconfig/protect.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/protect.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2013 Hudson River Trading LLC
+Description: Protect processes from being killed when swap space is exhausted
+License: BSD-2-Clause
+Name: protect
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/protect
+URL: https://man.freebsd.org/cgi/man.cgi?query=protect(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ps.pc b/share/sbom/pkgconfig/ps.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ps.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990, 1993, 1994 The Regents of the University of California, 1992, 1993, 1994 The Regents of the University of California, 1990, 1993 The Regents of the University of California, 2025 The FreeBSD Foundation, 1991, 1993, 1994 The Regents of the University of California, 2004 - Garance Alistair Drosehn <gad@FreeBSD.org>
+Description: Process status
+License: BSD-3-Clause
+Name: ps
+Requires: csu, libc, libcompiler_rt, libjail, libkvm, libxo, msun
+Source: https://cgit.freebsd.org/src/tree/bin/ps
+URL: https://man.freebsd.org/cgi/man.cgi?query=ps(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/pwait.pc b/share/sbom/pkgconfig/pwait.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pwait.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004-2009, Jilles Tjoelker
+Description: Wait for processes to terminate
+License: BSD-2-Clause
+Name: pwait
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/pwait
+URL: https://man.freebsd.org/cgi/man.cgi?query=pwait(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/pwd.pc b/share/sbom/pkgconfig/pwd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pwd.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993, 1994 The Regents of the University of California, 2026 Dag-Erling Smorgrav
+Description: Return working directory name
+License: BSD-3-Clause
+Name: pwd
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/pwd
+URL: https://man.freebsd.org/cgi/man.cgi?query=pwd(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/pwdx.pc b/share/sbom/pkgconfig/pwdx.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/pwdx.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2022 The FreeBSD Foundation, 2020 Juraj Lutter <juraj@lutter.sk>, 2007 Robert N. M. Watson, 2015 Allan Jude <allanjude@freebsd.org>, 2007-2011 Robert N. M. Watson, 2007, 2011 Robert N. M. Watson, 2017 Dell EMC, 2010 Konstantin Belousov, 2024 The FreeBSD Foundation, 2011 Mikolaj Golub, 2025 The FreeBSD Foundation, 2012 Hudson River Trading LLC, 2007-2008 Robert N. M. Watson
+Description: Get detailed process information
+License: BSD-2-Clause
+Name: pwdx
+Requires: csu, libc, libcompiler_rt, libprocstat, libsbuf, libutil, libxo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/procstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=procstat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/quota.pc b/share/sbom/pkgconfig/quota.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/quota.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1990, 1993 The Regents of the University of California
+Description: Display disk usage and limits
+License: BSD-4-Clause AND BSD-3-Clause
+Name: quota
+Requires: csu, libc, libcompiler_rt, librpcsvc, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/quota
+URL: https://man.freebsd.org/cgi/man.cgi?query=quota(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/quotacheck.pc b/share/sbom/pkgconfig/quotacheck.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/quotacheck.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990, 1993 The Regents of the University of California, 1980, 1990, 1993 The Regents of the University of California
+Description: File system quota consistency checker
+License: BSD-3-Clause AND BSD-2-Clause
+Name: quotacheck
+Requires: csu, libc, libcompiler_rt, libufs, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/quotacheck
+URL: https://man.freebsd.org/cgi/man.cgi?query=quotacheck(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/random.pc b/share/sbom/pkgconfig/random.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/random.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2003 Sean Chittenden <seanc@FreeBSD.org>, 1994 The Regents of the University of California
+Description: Random lines from a file or random numbers
+License: BSD-3-Clause AND BSD-2-Clause
+Name: random
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/random
+URL: https://man.freebsd.org/cgi/man.cgi?query=random(6)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ranlib.pc b/share/sbom/pkgconfig/ranlib.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ranlib.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Generates an archive index
+License: Apache-2.0
+Name: ranlib
+Requires: csu, libllvm, libc, libc++, libcompiler_rt, libcxxrt, libthr, libz, msun, libncursesw
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/rcorder.pc b/share/sbom/pkgconfig/rcorder.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rcorder.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1989, 1990, 1993 The Regents of the University of California, 1989 by Berkeley Softworks, 1998, 1999 Matthew R. Green, 1998 Perry E. Metzger, 2020 Boris N. Lytochkin, 1988, 1989, 1990 The Regents of the University of California, 1988, 1989 by Adam de Boor
+Description: Print a dependency ordering of interdependent files
+License: BSD-4-Clause AND BSD-2-Clause
+Name: rcorder
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/rcorder
+URL: https://man.freebsd.org/cgi/man.cgi?query=rcorder(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rctl.pc b/share/sbom/pkgconfig/rctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rctl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2010 The FreeBSD Foundation
+Description: Display and update resource limits database
+License: BSD-2-Clause
+Name: rctl
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/rctl
+URL: https://man.freebsd.org/cgi/man.cgi?query=rctl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rdump.pc b/share/sbom/pkgconfig/rdump.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rdump.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California, 1980, 1988, 1993 The Regents of the University of California, 1980, 1988, 1991, 1993 The Regents of the University of California, 1980, 1993 The Regents of the University of California, 1980, 1991, 1993, 1994 The Regents of the University of California, 1980, 1991, 1993 The Regents of the University of California
+Description: File system backup
+License: BSD-3-Clause
+Name: rdump
+Requires: csu, libc, libcompiler_rt, libufs
+Source: https://cgit.freebsd.org/src/tree/sbin/dump
+URL: https://man.freebsd.org/cgi/man.cgi?query=rdump(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/read.pc b/share/sbom/pkgconfig/read.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/read.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California, 1997-2005 Herbert Xu <herbert@gondor.apana.org.au>, 2010-2015 Jilles Tjoelker <jilles@stack.nl>, 1993 The Regents of the University of California, Copyright 1989 by Kenneth Almquist, 1995 The Regents of the University of California, 2002 Herbert Xu, 2007 Herbert Xu <herbert@gondor.apana.org.au>
+Description: Read chars from STDIN
+License: BSD-3-Clause
+Name: read
+Requires: csu, libc, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/bin/sh
+URL: https://man.freebsd.org/cgi/man.cgi?query=sh(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/readelf.pc b/share/sbom/pkgconfig/readelf.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/readelf.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: GNU-style LLVM Object Reader
+License: Apache-2.0 WITH LLVM-exception
+Name: readelf
+Source: https://cgit.freebsd.org/src/tree/contrib/llvm-project/clang
+URL: https://llvm.org
+Version: 19.x-llvmorg-19.1.4-0-gaadaa00de76e
diff --git a/share/sbom/pkgconfig/readlink.pc b/share/sbom/pkgconfig/readlink.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/readlink.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 The NetBSD Foundation, Inc., 2025 Klara, Inc.
+Description: Display file status
+License: BSD-4-Clause AND BSD-2-Clause
+Name: readlink
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/stat
+URL: https://man.freebsd.org/cgi/man.cgi?query=readlink(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/realpath.pc b/share/sbom/pkgconfig/realpath.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/realpath.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993, 1994 The Regents of the University of California
+Description: Return resolved physical path
+License: BSD-3-Clause
+Name: realpath
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/realpath
+URL: https://man.freebsd.org/cgi/man.cgi?query=realpath(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/reboot.pc b/share/sbom/pkgconfig/reboot.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/reboot.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1986, 1993 The Regents of the University of California
+Description: Stopping and restarting the system
+License: BSD-3-Clause
+Name: reboot
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/reboot
+URL: https://man.freebsd.org/cgi/man.cgi?query=reboot(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/recoverdisk.pc b/share/sbom/pkgconfig/recoverdisk.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/recoverdisk.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Recover data from disk-like devices.
+License: Beerware
+Name: recoverdisk
+Requires: csu, libc, libcompiler_rt, msun
+Source: https://cgit.freebsd.org/src/tree/sbin/recoverdisk
+URL: https://man.freebsd.org/cgi/man.cgi?query=recoverdisk(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/red.pc b/share/sbom/pkgconfig/red.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/red.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 Andrew Moore, Talke Studio, 1993 Andrew Moore
+Description: Text editor
+License: BSD-2-Clause
+Name: red
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/ed
+URL: https://man.freebsd.org/cgi/man.cgi?query=red(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ree.pc b/share/sbom/pkgconfig/ree.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ree.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Easy Editor
+License: BSD-2-Clause
+Name: ree
+Requires: libncurses
+Version: 1.5.0
diff --git a/share/sbom/pkgconfig/renice.pc b/share/sbom/pkgconfig/renice.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/renice.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1989, 1993 The Regents of the University of California
+Description: Alter priority of running processes
+License: BSD-3-Clause
+Name: renice
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/renice
+URL: https://man.freebsd.org/cgi/man.cgi?query=renice(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/reset.pc b/share/sbom/pkgconfig/reset.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/reset.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: clone of System V curses form library
+License: X11
+Name: reset
+Requires: csu, libc, libcompiler_rt, libncurses, libtinfo
+Source: https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz
+URL: https://invisible-island.net/ncurses
+Version: 6.5
diff --git a/share/sbom/pkgconfig/resizewin.pc b/share/sbom/pkgconfig/resizewin.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/resizewin.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: Copyright 2015 EMC / Isilon Storage Division
+Description: Update terminal size
+License: BSD-2-Clause
+Name: resizewin
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/resizewin
+URL: https://man.freebsd.org/cgi/man.cgi?query=resizewin(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/resolvconf.pc b/share/sbom/pkgconfig/resolvconf.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/resolvconf.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: /etc/resolv.conf is a file that holds the configuration for the local resolution of domain names
+License: BSD-2-Clause
+Name: resolvconf
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://github.com/NetworkConfiguration/openresolv/tree/v3.9.2
+URL: https://roy.marples.name/projects/openresolv
+Version: 3.9.2
diff --git a/share/sbom/pkgconfig/restore.pc b/share/sbom/pkgconfig/restore.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/restore.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California, 1992, 1993 The Regents of the University of California, (c) UNIX System Laboratories, Inc., 1985, 1993 The Regents of the University of California
+Description: Restore files or file systems from backups made with dump
+License: BSD-3-Clause
+Name: restore
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/restore
+URL: https://man.freebsd.org/cgi/man.cgi?query=restore(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rev.pc b/share/sbom/pkgconfig/rev.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rev.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1987, 1992, 1993 The Regents of the University of California
+Description: Reverse lines of a file
+License: BSD-3-Clause
+Name: rev
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/rev
+URL: https://man.freebsd.org/cgi/man.cgi?query=rev(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/revoke.pc b/share/sbom/pkgconfig/revoke.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/revoke.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2009 Ed Schouten <ed@FreeBSD.org>
+Description: Revoke a character device
+License: BSD-2-Clause
+Name: revoke
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/revoke
+URL: https://man.freebsd.org/cgi/man.cgi?query=revoke(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rfcomm_sppd.pc b/share/sbom/pkgconfig/rfcomm_sppd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rfcomm_sppd.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
+Description: RFCOMM Serial Port Profile daemon
+License: BSD-2-Clause
+Name: rfcomm_sppd
+Requires: csu, libbluetooth, libc, libcompiler_rt, libsdp, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/bluetooth/rfcomm_sppd
+URL: https://man.freebsd.org/cgi/man.cgi?query=rfcomm_sppd(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rgrep.pc b/share/sbom/pkgconfig/rgrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rgrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: File pattern searcher
+License: BSD-2-Clause
+Name: rgrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=rgrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rm.pc b/share/sbom/pkgconfig/rm.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rm.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990, 1993, 1994 The Regents of the University of California
+Description: Remove directory entries
+License: BSD-3-Clause
+Name: rm
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/rm
+URL: https://man.freebsd.org/cgi/man.cgi?query=rm(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rmail.pc b/share/sbom/pkgconfig/rmail.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rmail.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Postfix to Sendmail compatibility interface
+License: Sendmail
+Name: rmail
+Requires: openssl
+Source: https://ftp.sendmail.org/sendmail.8.18.1.tar.gz
+URL: https://ftp.sendmail.org
+Version: 8.18.1
diff --git a/share/sbom/pkgconfig/rmd160.pc b/share/sbom/pkgconfig/rmd160.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rmd160.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: rmd160
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=rmd160(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rmd160sum.pc b/share/sbom/pkgconfig/rmd160sum.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rmd160sum.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: rmd160sum
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=rmd160sum(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rmdir.pc b/share/sbom/pkgconfig/rmdir.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rmdir.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992, 1993, 1994 The Regents of the University of California
+Description: Remove directories
+License: BSD-3-Clause
+Name: rmdir
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/rmdir
+URL: https://man.freebsd.org/cgi/man.cgi?query=rmdir(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rot13.pc b/share/sbom/pkgconfig/rot13.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rot13.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California
+Description: Decrypt caesar ciphers
+License: BSD-3-Clause
+Name: rot13
+Requires: csu, libc, libcompiler_rt, msun
+Source: https://cgit.freebsd.org/src/tree/usr.bin/caesar
+URL: https://man.freebsd.org/cgi/man.cgi?query=rot13(6)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/route.pc b/share/sbom/pkgconfig/route.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/route.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1989, 1991, 1993 The Regents of the University of California
+Description: Manually manipulate the routing tables
+License: BSD-3-Clause
+Name: route
+Requires: csu, libc, libcompiler_rt, libjail
+Source: https://cgit.freebsd.org/src/tree/sbin/route
+URL: https://man.freebsd.org/cgi/man.cgi?query=route(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/routed.pc b/share/sbom/pkgconfig/routed.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/routed.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1988, 1993 The Regents of the University of California, 1989, 1993 The Regents of the University of California, 1983, 1993 The Regents of the University of California, 1988, 1989, 1993 The Regents of the University of California, 1995 The Regents of the University of California
+Description: Network RIP and router discovery routing daemon
+License: BSD-3-Clause
+Name: routed
+Requires: csu, libc, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/routed
+URL: https://man.freebsd.org/cgi/man.cgi?query=routed(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rpcgen.pc b/share/sbom/pkgconfig/rpcgen.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rpcgen.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1987, Sun Microsystems, Inc., 1989, Sun Microsystems, Inc., 1984, 1986, 1987, 1988, 1989 AT&T, (c) 1986,1987,1988.1989 Sun Microsystems, Inc, (c) 1983,1984,1985,1986,1987,1988,1989 AT&T., 1987, Sun Microsytsems, Inc., 1987 Sun Microsystems, Inc.
+Description: An RPC protocol compiler
+License: LicenseRef-scancode-sun-rpc
+Name: rpcgen
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/rpcgen
+URL: https://man.freebsd.org/cgi/man.cgi?query=rpcgen(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rpcinfo.pc b/share/sbom/pkgconfig/rpcinfo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rpcinfo.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1986 - 1991 by Sun Microsystems, Inc.
+Description: Report RPC information
+License: LicenseRef-scancode-sun-rpc
+Name: rpcinfo
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/rpcinfo
+URL: https://man.freebsd.org/cgi/man.cgi?query=rpcinfo(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rping.pc b/share/sbom/pkgconfig/rping.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rping.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: RDMA CM datagram setup and simple ping-pong test
+License: GPL-2.0 OR BSD-2-Clause
+Name: rping
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://downloads.openfabrics.org/OFED/archive/ofed-1.5.3/OFED-1.5.3.tgz
+URL: https://www.openfabrics.org/ofed-for-linux/
+Version: 1.5.3
diff --git a/share/sbom/pkgconfig/rrestore.pc b/share/sbom/pkgconfig/rrestore.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rrestore.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California, 1992, 1993 The Regents of the University of California, (c) UNIX System Laboratories, Inc., 1985, 1993 The Regents of the University of California
+Description: Restore files or file systems from backups made with dump
+License: BSD-3-Clause
+Name: rrestore
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/restore
+URL: https://man.freebsd.org/cgi/man.cgi?query=rrestore(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rs.pc b/share/sbom/pkgconfig/rs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 The Regents of the University of California
+Description: Reshape a data array
+License: BSD-3-Clause AND BSD-2-Clause
+Name: rs
+Requires: csu, libc, libc++, libcompiler_rt, libcxxrt, msun
+Source: https://cgit.freebsd.org/src/tree/usr.bin/rs
+URL: https://man.freebsd.org/cgi/man.cgi?query=rs(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rtquery.pc b/share/sbom/pkgconfig/rtquery.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rtquery.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1982, 1986, 1993 The Regents of the University of California
+Description: Query routing daemons for their routing tables
+License: BSD-3-Clause
+Name: rtquery
+Requires: csu, libc, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/routed/rtquery
+URL: https://man.freebsd.org/cgi/man.cgi?query=rtquery(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rtsol.pc b/share/sbom/pkgconfig/rtsol.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rtsol.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Router solicitation daemon
+License: BSD-3-Clause AND BSD-2-Clause
+Name: rtsol
+Requires: csu, libc, libcapsicum, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/rtsol
+URL: https://man.freebsd.org/cgi/man.cgi?query=rtsol(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/runat.pc b/share/sbom/pkgconfig/runat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/runat.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2025 Rick Macklem
+Description: Run a shell command on a named attribute directory
+License: BSD-2-Clause
+Name: runat
+Source: https://cgit.freebsd.org/src/tree/usr.bin/runat
+URL: https://man.freebsd.org/cgi/man.cgi?query=runat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rup.pc b/share/sbom/pkgconfig/rup.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rup.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993, John Brezak
+Description: Remote status display
+License: BSD-4-Clause-UC
+Name: rup
+Requires: csu, libc, libcompiler_rt, librpcsvc
+Source: https://cgit.freebsd.org/src/tree/usr.bin/rup
+URL: https://man.freebsd.org/cgi/man.cgi?query=rup(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ruptime.pc b/share/sbom/pkgconfig/ruptime.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ruptime.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993, 1994 The Regents of the University of California
+Description: Show host status of local machines
+License: BSD-3-Clause
+Name: ruptime
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ruptime
+URL: https://man.freebsd.org/cgi/man.cgi?query=ruptime(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rusers.pc b/share/sbom/pkgconfig/rusers.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rusers.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993, John Brezak
+Description: Who is logged in to machines on local network
+License: BSD-4-Clause AND BSD-2-Clause
+Name: rusers
+Requires: csu, libc, libcompiler_rt, librpcsvc
+Source: https://cgit.freebsd.org/src/tree/usr.bin/rusers
+URL: https://man.freebsd.org/cgi/man.cgi?query=rusers(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rwall.pc b/share/sbom/pkgconfig/rwall.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rwall.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 Christopher G. Demetriou, 1988, 1990 Regents of the University of California
+Description: Send a message to users logged on a host
+License: BSD-4-Clause-UC
+Name: rwall
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/rwall
+URL: https://man.freebsd.org/cgi/man.cgi?query=rwall(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/rwho.pc b/share/sbom/pkgconfig/rwho.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/rwho.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California, 2013 Mariusz Zaborski <oshogbo@FreeBSD.org>
+Description: Who is logged in on local machines
+License: BSD-3-Clause
+Name: rwho
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/rwho
+URL: https://man.freebsd.org/cgi/man.cgi?query=rwho(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/savecore.pc b/share/sbom/pkgconfig/savecore.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/savecore.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Poul-Henning Kamp, 2002 Networks Associates Technology, Inc., 1986, 1992, 1993 The Regents of the University of California
+Description: Save a core dump of the operating system
+License: BSD-3-Clause
+Name: savecore
+Requires: csu, libc, libcapsicum, libcompiler_rt, libxo, zlib, zstd
+Source: https://cgit.freebsd.org/src/tree/sbin/savecore
+URL: https://man.freebsd.org/cgi/man.cgi?query=savecore(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sclient.pc b/share/sbom/pkgconfig/sclient.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sclient.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: MIT implementation of Kerberos stack
+License: MIT
+Name: sclient
+Source: https://github.com/krb5/krb5/tree/krb5-1.22-final
+URL: https://web.mit.edu/kerberos/krb5-latest/doc/
+Version: 1.2.2
diff --git a/share/sbom/pkgconfig/scp.pc b/share/sbom/pkgconfig/scp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/scp.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Connectivity tool for remote login with the SSH protocol
+License: SSH-OpenSSH
+Name: scp
+Source: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/openssh-10.0.tar.gz
+URL: https://openssh.com
+Version: 10.0p2
diff --git a/share/sbom/pkgconfig/script.pc b/share/sbom/pkgconfig/script.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/script.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2010, 2012 David E. O'Brien, 1980, 1992, 1993 The Regents of the University of California
+Description: Make typescript of terminal session
+License: BSD-3-Clause
+Name: script
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/script
+URL: https://man.freebsd.org/cgi/man.cgi?query=script(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sdiff.pc b/share/sbom/pkgconfig/sdiff.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sdiff.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Side-by-side diff
+License: LicenseRef-scancode-public-domain
+Name: sdiff
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/sdiff
+URL: https://man.freebsd.org/cgi/man.cgi?query=sdiff(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sed.pc b/share/sbom/pkgconfig/sed.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sed.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2013 Johann Myrkraverk Oskarsson, 1992 Diomidis Spinellis, 1992, 1993 The Regents of the University of California, 1992, 1993, 1994 The Regents of the University of California
+Description: Stream editor
+License: BSD-3-Clause
+Name: sed
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/sed
+URL: https://man.freebsd.org/cgi/man.cgi?query=sed(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/seq.pc b/share/sbom/pkgconfig/seq.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/seq.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2005 The NetBSD Foundation, Inc.
+Description: Print sequences of numbers
+License: BSD-3-Clause AND BSD-2-Clause
+Name: seq
+Requires: csu, libc, libcompiler_rt, msun
+Source: https://cgit.freebsd.org/src/tree/usr.bin/seq
+URL: https://man.freebsd.org/cgi/man.cgi?query=seq(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/setfacl.pc b/share/sbom/pkgconfig/setfacl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/setfacl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2001-2002 Chris D. Faulhaber, 2001 Chris D. Faulhaber
+Description: Set ACL information
+License: BSD-2-Clause
+Name: setfacl
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/setfacl
+URL: https://man.freebsd.org/cgi/man.cgi?query=setfacl(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/setfsmac.pc b/share/sbom/pkgconfig/setfsmac.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/setfsmac.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002, 2004 Networks Associates Technology, Inc.
+Description: Set MAC label for a file hierarchy
+License: BSD-2-Clause
+Name: setfsmac
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/setfmac
+URL: https://man.freebsd.org/cgi/man.cgi?query=setfsmac(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/setkey.pc b/share/sbom/pkgconfig/setkey.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/setkey.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1995, 1996, 1997, 1998, and 1999 WIDE Project
+Description: Manually manipulate the IPsec SA/SP database
+License: BSD-3-Clause
+Name: setkey
+Requires: csu, libc, libcompiler_rt, libipsec
+Source: https://cgit.freebsd.org/src/tree/sbin/setkey
+URL: https://man.freebsd.org/cgi/man.cgi?query=setkey(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/setpmac.pc b/share/sbom/pkgconfig/setpmac.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/setpmac.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Networks Associates Technology, Inc.
+Description: Run a command with a different MAC process label
+License: BSD-3-Clause
+Name: setpmac
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/setpmac
+URL: https://man.freebsd.org/cgi/man.cgi?query=setpmac(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sftp.pc b/share/sbom/pkgconfig/sftp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sftp.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Connectivity tool for remote login with the SSH protocol
+License: SSH-OpenSSH
+Name: sftp
+Source: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/openssh-10.0.tar.gz
+URL: https://openssh.com
+Version: 10.0p2
diff --git a/share/sbom/pkgconfig/sh.pc b/share/sbom/pkgconfig/sh.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sh.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 The Regents of the University of California, 1991, 1993 The Regents of the University of California, 1995 The Regents of the University of California, 1997-2005 Herbert Xu <herbert@gondor.apana.org.au>, 2010-2015 Jilles Tjoelker <jilles@stack.nl>, 2007 Herbert Xu <herbert@gondor.apana.org.au>, Copyright 1989 by Kenneth Almquist, 2002 Herbert Xu
+Description: Command interpreter (shell)
+License: BSD-3-Clause
+Name: sh
+Requires: csu, libc, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/bin/sh
+URL: https://man.freebsd.org/cgi/man.cgi?query=sh(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sha1.pc b/share/sbom/pkgconfig/sha1.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sha1.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: sha1
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=sha1(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sha1sum.pc b/share/sbom/pkgconfig/sha1sum.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sha1sum.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: sha1sum
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=sha1sum(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sha224.pc b/share/sbom/pkgconfig/sha224.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sha224.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: sha224
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=sha224(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sha224sum.pc b/share/sbom/pkgconfig/sha224sum.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sha224sum.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: sha224sum
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=sha224sum(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sha256.pc b/share/sbom/pkgconfig/sha256.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sha256.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: sha256
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=sha256(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sha256sum.pc b/share/sbom/pkgconfig/sha256sum.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sha256sum.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: sha256sum
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=sha256sum(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sha384.pc b/share/sbom/pkgconfig/sha384.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sha384.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: sha384
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=sha384(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sha384sum.pc b/share/sbom/pkgconfig/sha384sum.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sha384sum.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: sha384sum
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=sha384sum(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sha512.pc b/share/sbom/pkgconfig/sha512.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sha512.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: sha512
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=sha512(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sha512sum.pc b/share/sbom/pkgconfig/sha512sum.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sha512sum.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: sha512sum
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=sha512sum(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sha512t224.pc b/share/sbom/pkgconfig/sha512t224.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sha512t224.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: sha512t224
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=sha512t224(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sha512t224sum.pc b/share/sbom/pkgconfig/sha512t224sum.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sha512t224sum.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: sha512t224sum
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=sha512t224sum(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sha512t256.pc b/share/sbom/pkgconfig/sha512t256.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sha512t256.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: sha512t256
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=sha512t256(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sha512t256sum.pc b/share/sbom/pkgconfig/sha512t256sum.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sha512t256sum.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: sha512t256sum
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=sha512t256sum(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/showmount.pc b/share/sbom/pkgconfig/showmount.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/showmount.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993, 1995 The Regents of the University of California
+Description: Show remote nfs mounts on host
+License: BSD-3-Clause
+Name: showmount
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/showmount
+URL: https://man.freebsd.org/cgi/man.cgi?query=showmount(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/shutdown.pc b/share/sbom/pkgconfig/shutdown.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/shutdown.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1990, 1993 The Regents of the University of California
+Description: Close down the system at a given time
+License: BSD-3-Clause
+Name: shutdown
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/shutdown
+URL: https://man.freebsd.org/cgi/man.cgi?query=shutdown(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sim_server.pc b/share/sbom/pkgconfig/sim_server.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sim_server.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: MIT implementation of Kerberos stack
+License: MIT
+Name: sim_server
+Source: https://github.com/krb5/krb5/tree/krb5-1.22-final
+URL: https://web.mit.edu/kerberos/krb5-latest/doc/
+Version: 1.2.2
diff --git a/share/sbom/pkgconfig/size.pc b/share/sbom/pkgconfig/size.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/size.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: BSD licensed ELF toolchain
+License: BSD-2-Clause
+Name: size
+Source: https://sourceforge.net/p/elftoolchain/code/
+URL: https://sourceforge.net/projects/elftoolchain/
+Version: r4912
diff --git a/share/sbom/pkgconfig/skein1024.pc b/share/sbom/pkgconfig/skein1024.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/skein1024.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: skein1024
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=skein1024(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/skein1024sum.pc b/share/sbom/pkgconfig/skein1024sum.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/skein1024sum.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: skein1024sum
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=skein1024sum(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/skein256.pc b/share/sbom/pkgconfig/skein256.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/skein256.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: skein256
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=skein256(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/skein256sum.pc b/share/sbom/pkgconfig/skein256sum.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/skein256sum.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: skein256sum
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=skein256sum(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/skein512.pc b/share/sbom/pkgconfig/skein512.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/skein512.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: skein512
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=skein512(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/skein512sum.pc b/share/sbom/pkgconfig/skein512sum.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/skein512sum.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990-2, RSA Data Security, Inc.
+Description: Calculate a message- digest fingerprint (checksum) for a file
+License: LicenseRef-scancode-rsa-1990
+Name: skein512sum
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcompiler_rt, libmd
+Source: https://cgit.freebsd.org/src/tree/sbin/md5
+URL: https://man.freebsd.org/cgi/man.cgi?query=skein512sum(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sleep.pc b/share/sbom/pkgconfig/sleep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sleep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993, 1994 The Regents of the University of California
+Description: Suspend execution for an interval of time
+License: BSD-3-Clause
+Name: sleep
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt, msun
+Source: https://cgit.freebsd.org/src/tree/bin/sleep
+URL: https://man.freebsd.org/cgi/man.cgi?query=sleep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/slogin.pc b/share/sbom/pkgconfig/slogin.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/slogin.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Connectivity tool for remote login with the SSH protocol
+License: SSH-OpenSSH
+Name: slogin
+Source: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/openssh-10.0.tar.gz
+URL: https://openssh.com
+Version: 10.0p2
diff --git a/share/sbom/pkgconfig/smbmsg.pc b/share/sbom/pkgconfig/smbmsg.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/smbmsg.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004 Joerg Wunsch
+Description: Send or receive messages over an SMBus
+License: BSD-2-Clause
+Name: smbmsg
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/smbmsg
+URL: https://man.freebsd.org/cgi/man.cgi?query=smbmsg(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/smbutil.pc b/share/sbom/pkgconfig/smbutil.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/smbutil.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: SMB/CIFS protocol and SMB/CIFS file system implementation for FreeBSD
+License: BSD-4-Clause
+Name: smbutil
+Source: https://github.com/freebsd/freebsd-src/tree/main/contrib/smbfs
+URL: https://man.freebsd.org/cgi/man.cgi?query=smbutil(1)
+Version: 1.4.1
diff --git a/share/sbom/pkgconfig/snapinfo.pc b/share/sbom/pkgconfig/snapinfo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/snapinfo.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2005 Mark Santcroos <marks@freebsd.org>
+Description: Show snapshot location on UFS file systems
+License: BSD-2-Clause
+Name: snapinfo
+Requires: csu, libc, libcompiler_rt, libufs
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/snapinfo
+URL: https://man.freebsd.org/cgi/man.cgi?query=snapinfo(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sndctl.pc b/share/sbom/pkgconfig/sndctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sndctl.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2024-2025 The FreeBSD Foundation
+Description: List and modify soundcard properties
+License: BSD-2-Clause
+Name: sndctl
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/sndctl
+URL: https://man.freebsd.org/cgi/man.cgi?query=sndctl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sntp.pc b/share/sbom/pkgconfig/sntp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sntp.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Network Time Protocol (NTP)
+License: Beerware AND BSD-4-Clause AND BSD-4-Clause-UC AND BSD-3-Clause AND BSD-2-Clause AND BSD-3-Clause AND CC-PDDC AND BSD-4.3TAHOE AND curl AND FSFAP AND GPL-1.0-or-later AND GPL-3.0-or-later WITH Bison-exception-2.2 AND HPND AND ISC LicenseRef-scancode-public-domain AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later OR BSD-3-Clause AND LicenseRef-scancode-historical-ntp AND LicenseRef-scancode-nortel-dasa AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-philippe-de-muyter AND LicenseRef-scancode-takao-abe AND LicenseRef-scancode-warranty-disclaimer AND LicenseRef-scancode-other-permissive AND MIT AND MIT-CMU AND NTP NTP-0
+Name: sntp
+Source: https://downloads.nwtime.org/ntp/4.2.8/ntp-4.2.8p18.tar.gz
+URL: https://www.ntp.org
+Version: 4.2.8p18
diff --git a/share/sbom/pkgconfig/sockstat.pc b/share/sbom/pkgconfig/sockstat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sockstat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Dag-Erling Smorgrav, 2025 ConnectWise
+Description: List open sockets
+License: BSD-2-Clause
+Name: sockstat
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_net, libcasper.services.cap_netdb, libcasper.services.cap_pwd, libcasper.services.cap_sysctl, libcompiler_rt, libjail
+Source: https://cgit.freebsd.org/src/tree/usr.bin/sockstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=sockstat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/soelim.pc b/share/sbom/pkgconfig/soelim.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/soelim.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2014 Baptiste Daroussin <bapt@FreeBSD.org>
+Description: Interpret .so requests in manpages
+License: LicenseRef-scancode-bsd-unchanged
+Name: soelim
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/soelim
+URL: https://man.freebsd.org/cgi/man.cgi?query=soelim(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sort.pc b/share/sbom/pkgconfig/sort.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sort.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2012 Oleg Moskalenko <mom040267@gmail.com>, 2012 Gabor Kovesdan <gabor@FreeBSD.org>, 1991, 1993 The Regents of the University of California
+Description: Sort or merge records (lines) of text and binary files
+License: BSD-2-Clause AND BSD-3-Clause
+Name: sort
+Requires: csu, libc, libcompiler_rt, msun
+Source: https://cgit.freebsd.org/src/tree/usr.bin/sort
+URL: https://man.freebsd.org/cgi/man.cgi?query=sort(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/spi.pc b/share/sbom/pkgconfig/spi.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/spi.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2018 S.F.T. Inc.
+Description: Communicate on SPI bus with slave devices
+License: BSD-3-Clause AND BSD-2-Clause
+Name: spi
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/spi
+URL: https://man.freebsd.org/cgi/man.cgi?query=spi(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/spkrtest.pc b/share/sbom/pkgconfig/spkrtest.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/spkrtest.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Test script for the speaker driver
+License: BSD-2-Clause
+Name: spkrtest
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/spkrtest
+URL: https://man.freebsd.org/cgi/man.cgi?query=spkrtest(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/split.pc b/share/sbom/pkgconfig/split.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/split.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1987, 1993, 1994 The Regents of the University of California
+Description: Split a file into pieces
+License: BSD-3-Clause
+Name: split
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/split
+URL: https://man.freebsd.org/cgi/man.cgi?query=split(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/spray.pc b/share/sbom/pkgconfig/spray.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/spray.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 Winning Strategies, Inc.
+Description: Send many packets to host
+License: BSD-4-Clause AND BSD-2-Clause
+Name: spray
+Requires: csu, libc, libcompiler_rt, librpcsvc
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/spray
+URL: https://man.freebsd.org/cgi/man.cgi?query=spray(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sqlite3.pc b/share/sbom/pkgconfig/sqlite3.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sqlite3.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: SQLite3 database engine
+License: LicenseRef-scancode-public-domain
+Name: sqlite3
+Source: https://github.com/sqlite/sqlite/tree/version-3.50.2
+URL: https://sqlite.org/src
+Version: 3.50.2
diff --git a/share/sbom/pkgconfig/ssh-add.pc b/share/sbom/pkgconfig/ssh-add.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ssh-add.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Connectivity tool for remote login with the SSH protocol
+License: SSH-OpenSSH
+Name: ssh-add
+Source: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/openssh-10.0.tar.gz
+URL: https://openssh.com
+Version: 10.0p2
diff --git a/share/sbom/pkgconfig/ssh-agent.pc b/share/sbom/pkgconfig/ssh-agent.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ssh-agent.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Connectivity tool for remote login with the SSH protocol
+License: SSH-OpenSSH
+Name: ssh-agent
+Source: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/openssh-10.0.tar.gz
+URL: https://openssh.com
+Version: 10.0p2
diff --git a/share/sbom/pkgconfig/ssh-copy-id.pc b/share/sbom/pkgconfig/ssh-copy-id.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ssh-copy-id.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Connectivity tool for remote login with the SSH protocol
+License: SSH-OpenSSH
+Name: ssh-copy-id
+Source: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/openssh-10.0.tar.gz
+URL: https://openssh.com
+Version: 10.0p2
diff --git a/share/sbom/pkgconfig/ssh-keygen.pc b/share/sbom/pkgconfig/ssh-keygen.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ssh-keygen.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Connectivity tool for remote login with the SSH protocol
+License: SSH-OpenSSH
+Name: ssh-keygen
+Source: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/openssh-10.0.tar.gz
+URL: https://openssh.com
+Version: 10.0p2
diff --git a/share/sbom/pkgconfig/ssh-keyscan.pc b/share/sbom/pkgconfig/ssh-keyscan.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ssh-keyscan.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Connectivity tool for remote login with the SSH protocol
+License: SSH-OpenSSH
+Name: ssh-keyscan
+Source: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/openssh-10.0.tar.gz
+URL: https://openssh.com
+Version: 10.0p2
diff --git a/share/sbom/pkgconfig/ssh.pc b/share/sbom/pkgconfig/ssh.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ssh.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Connectivity tool for remote login with the SSH protocol
+License: SSH-OpenSSH
+Name: ssh
+Source: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/openssh-10.0.tar.gz
+URL: https://openssh.com
+Version: 10.0p2
diff --git a/share/sbom/pkgconfig/sshd.pc b/share/sbom/pkgconfig/sshd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sshd.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Connectivity tool for remote login with the SSH protocol
+License: SSH-OpenSSH
+Name: sshd
+Source: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/openssh-10.0.tar.gz
+URL: https://openssh.com
+Version: 10.0p2
diff --git a/share/sbom/pkgconfig/stat.pc b/share/sbom/pkgconfig/stat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/stat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 The NetBSD Foundation, Inc., 2025 Klara, Inc.
+Description: Display file status
+License: BSD-4-Clause AND BSD-2-Clause
+Name: stat
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/stat
+URL: https://man.freebsd.org/cgi/man.cgi?query=stat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/stdbuf.pc b/share/sbom/pkgconfig/stdbuf.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/stdbuf.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2012 Jeremie Le Hen <jlh@FreeBSD.org>
+Description: Change standard streams initial buffering
+License: BSD-3-Clause AND BSD-2-Clause
+Name: stdbuf
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/stdbuf
+URL: https://man.freebsd.org/cgi/man.cgi?query=stdbuf(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/strfile.pc b/share/sbom/pkgconfig/strfile.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/strfile.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California, 1989, 1993 The Regents of the University of California
+Description: Create a random access file for storing strings
+License: BSD-3-Clause
+Name: strfile
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/fortune/strfile
+URL: https://man.freebsd.org/cgi/man.cgi?query=strfile(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/strings.pc b/share/sbom/pkgconfig/strings.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/strings.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: BSD licensed ELF toolchain
+License: BSD-2-Clause
+Name: strings
+Source: https://sourceforge.net/p/elftoolchain/code/
+URL: https://sourceforge.net/projects/elftoolchain/
+Version: r4912
diff --git a/share/sbom/pkgconfig/strip.pc b/share/sbom/pkgconfig/strip.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/strip.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: BSD licensed ELF toolchain
+License: BSD-2-Clause
+Name: strip
+Source: https://sourceforge.net/p/elftoolchain/code/
+URL: https://sourceforge.net/projects/elftoolchain/
+Version: r4912
diff --git a/share/sbom/pkgconfig/stty.pc b/share/sbom/pkgconfig/stty.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/stty.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993, 1994 The Regents of the University of California, 1989, 1991, 1993, 1994 The Regents of the University of California, 1991, 1993 The Regents of the University of California
+Description: Set the options for a terminal device interface
+License: BSD-3-Clause
+Name: stty
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/stty
+URL: https://man.freebsd.org/cgi/man.cgi?query=stty(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/su.pc b/share/sbom/pkgconfig/su.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/su.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002, 2005 Networks Associates Technologies, Inc., 1988, 1993, 1994 The Regents of the University of California
+Description: Substitute user identity
+License: BSD-2-Clause AND BSD-3-Clause
+Name: su
+Requires: csu, libc, libcompiler_rt, libpam, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/su
+URL: https://man.freebsd.org/cgi/man.cgi?query=su(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sum.pc b/share/sbom/pkgconfig/sum.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sum.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California
+Description: Display file checksums and block counts
+License: BSD-3-Clause
+Name: sum
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/cksum
+URL: https://man.freebsd.org/cgi/man.cgi?query=sum(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/swapctl.pc b/share/sbom/pkgconfig/swapctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/swapctl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993 The Regents of the University of California
+Description: Specify devices for paging and swapping
+License: BSD-3-Clause
+Name: swapctl
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/swapon
+URL: https://man.freebsd.org/cgi/man.cgi?query=swapctl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/swapinfo.pc b/share/sbom/pkgconfig/swapinfo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/swapinfo.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1991, 1993, 1994 The Regents of the University of California, 2002 Networks Associates Technologies, Inc.
+Description: Display system data structures
+License: BSD-3-Clause AND BSD-2-Clause
+Name: swapinfo
+Requires: csu, libc, libcompiler_rt, libkvm, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/pstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=swapinfo(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/swapoff.pc b/share/sbom/pkgconfig/swapoff.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/swapoff.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993 The Regents of the University of California
+Description: Specify devices for paging and swapping
+License: BSD-3-Clause
+Name: swapoff
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/swapon
+URL: https://man.freebsd.org/cgi/man.cgi?query=swapoff(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/swapon.pc b/share/sbom/pkgconfig/swapon.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/swapon.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993 The Regents of the University of California
+Description: Specify devices for paging and swapping
+License: BSD-3-Clause
+Name: swapon
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/swapon
+URL: https://man.freebsd.org/cgi/man.cgi?query=swapon(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sync.pc b/share/sbom/pkgconfig/sync.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sync.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1987, 1993 The Regents of the University of California
+Description: Force completion of pending disk writes (flush cache)
+License: BSD-3-Clause
+Name: sync
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/sync
+URL: https://man.freebsd.org/cgi/man.cgi?query=sync(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sysctl.pc b/share/sbom/pkgconfig/sysctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sysctl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 The Regents of the University of California
+Description: Get or set kernel state
+License: BSD-3-Clause
+Name: sysctl
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/sysctl
+URL: https://man.freebsd.org/cgi/man.cgi?query=sysctl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/syslogd.pc b/share/sbom/pkgconfig/syslogd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/syslogd.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2023 The FreeBSD Foundation, 1983, 1988, 1993, 1994 The Regents of the University of California, 2018 Prodrive Technologies, https://prodrive-technologies.com, 1989, 1993 The Regents of the University of California
+Description: Log systems messages
+License: BSD-3-Clause AND BSD-2-Clause
+Name: syslogd
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/syslogd
+URL: https://man.freebsd.org/cgi/man.cgi?query=syslogd(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/sysrc.pc b/share/sbom/pkgconfig/sysrc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/sysrc.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Safely edit system rc files
+License: BSD-2-Clause
+Name: sysrc
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/sysrc
+URL: https://man.freebsd.org/cgi/man.cgi?query=sysrc(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/systat.pc b/share/sbom/pkgconfig/systat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/systat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1992, 1993 The Regents of the University of California, 2003, Trent Nelson, <trent@arpa.com>, Copyright 1997 Massachusetts Institute of Technology, 1998 David E. O'Brien 2015, 2021 Yoshihiro Ota, 1998 Kenneth D. Merry. 2015 Yoshihiro Ota, 1983, 1989, 1992, 1993 The Regents of the University of California, 2015 The Regents of the University of California, 2017, 2020 Yoshihiro Ota, 2019, 2020 Yoshihiro Ota, 2021 Netflix, Inc, 1991, 1993 The Regents of the University of California, 1998 Kenneth D. Merry, 1980, 1989, 1992, 1993 The Regents of the University of California, 2021 Yoshihiro Ota <ota@j.email.ne.jp>, 2014 - 2017, 2019 Yoshihiro Ota
+Description: Display system statistics
+License: BSD-3-Clause AND BSD-2-Clause
+Name: systat
+Requires: csu, libc, libcompiler_rt, libdevstat, libkvm, libprocstat, libutil, msun, libncurses, libtinfo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/systat
+URL: https://man.freebsd.org/cgi/man.cgi?query=systat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/tabs.pc b/share/sbom/pkgconfig/tabs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tabs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Tim J. Robbins
+Description: Set terminal tabs
+License: BSD-2-Clause
+Name: tabs
+Requires: csu, libc, libcompiler_rt, libtinfo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/tabs
+URL: https://man.freebsd.org/cgi/man.cgi?query=tabs(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/tail.pc b/share/sbom/pkgconfig/tail.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tail.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California
+Description: Display the last part of a file
+License: BSD-3-Clause
+Name: tail
+Requires: csu, libc, libcapsicum, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/tail
+URL: https://man.freebsd.org/cgi/man.cgi?query=tail(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/talk.pc b/share/sbom/pkgconfig/talk.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/talk.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California, Copyright 1994, 1995 Massachusetts Institute of Technology
+Description: Talk to another user
+License: BSD-3-Clause
+Name: talk
+Requires: csu, libc, libcompiler_rt, libncurses, libtinfo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/talk
+URL: https://man.freebsd.org/cgi/man.cgi?query=talk(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/tar.pc b/share/sbom/pkgconfig/tar.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tar.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Multi-format archive and compression library
+License: BSD-3-Clause AND BSD-2-Clause AND CC0-1.0 AND openssl AND Apache-2.0
+Name: tar
+Source: https://github.com/libarchive/libarchive/tree/v3.8.2
+URL: https://libarchive.org
+Version: 3.8.2
diff --git a/share/sbom/pkgconfig/tcopy.pc b/share/sbom/pkgconfig/tcopy.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tcopy.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2025 Poul-Henning Kamp, <phk@FreeBSD.org>, 1985, 1987, 1993 The Regents of the University of California
+Description: Read, write, copy and verify tapes
+License: BSD-2-Clause
+Name: tcopy
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/tcopy
+URL: https://man.freebsd.org/cgi/man.cgi?query=tcopy(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/tcpdchk.pc b/share/sbom/pkgconfig/tcpdchk.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tcpdchk.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Host-based networking ACL system
+Name: tcpdchk
+Source: https://github.com/tcp-wrappers/code/tree/tcp_wrappers_7.6
+URL: https://github.com/tcp-wrappers/code
+Version: 7.6
diff --git a/share/sbom/pkgconfig/tcpdmatch.pc b/share/sbom/pkgconfig/tcpdmatch.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tcpdmatch.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Host-based networking ACL system
+Name: tcpdmatch
+Source: https://github.com/tcp-wrappers/code/tree/tcp_wrappers_7.6
+URL: https://github.com/tcp-wrappers/code
+Version: 7.6
diff --git a/share/sbom/pkgconfig/tcpdrop.pc b/share/sbom/pkgconfig/tcpdrop.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tcpdrop.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2009 Juli Mallett <jmallett@FreeBSD.org>, 2004 Markus Friedl <markus@openbsd.org>
+Description: Drop TCP connections
+License: ISC
+Name: tcpdrop
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/tcpdrop
+URL: https://man.freebsd.org/cgi/man.cgi?query=tcpdrop(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/tcpdump.pc b/share/sbom/pkgconfig/tcpdump.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tcpdump.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Powerful command-line packet analyzer
+License: BSD-3-Clause
+Name: tcpdump
+Source: https://fossies.org/linux/misc/tcpdump-4.99.5.tar.gz
+URL: https://www.tcpdump.org
+Version: 4.99.5
diff --git a/share/sbom/pkgconfig/tcpsso.pc b/share/sbom/pkgconfig/tcpsso.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tcpsso.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2022 Michael Tuexen <tuexen@FreeBSD.org>, 2009 Juli Mallett <jmallett@FreeBSD.org>, 2004 Markus Friedl <markus@openbsd.org>
+Description: Set a socket option on a TCP endpoint
+License: BSD-4-Clause AND BSD-2-Clause
+Name: tcpsso
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/tcpsso
+URL: https://man.freebsd.org/cgi/man.cgi?query=tcpsso(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/tcsh.pc b/share/sbom/pkgconfig/tcsh.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tcsh.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2006 Hajimu UMEMOTO <ume@FreeBSD.org>
+Description: C shell with file name completion and command line editing
+License: BSD-2-Clause
+Name: tcsh
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/csh
+URL: https://man.freebsd.org/cgi/man.cgi?query=csh(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/tee.pc b/share/sbom/pkgconfig/tee.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tee.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993 The Regents of the University of California
+Description: Duplicate standard input
+License: BSD-3-Clause
+Name: tee
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/tee
+URL: https://man.freebsd.org/cgi/man.cgi?query=tee(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/telnet.pc b/share/sbom/pkgconfig/telnet.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/telnet.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: User interface to the TELNET protoco
+License: BSD-3-Clause and BSD-2-Clause
+Name: telnet
+Source: https://github.com/freebsd/freebsd-src/tree/main/contrib/telnet
+URL: https://man.freebsd.org/cgi/man.cgi?query=telnet(1)
+Version: 4.2
diff --git a/share/sbom/pkgconfig/test.pc b/share/sbom/pkgconfig/test.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/test.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Condition evaluation utility
+License: LicenseRef-Public-Domain
+Name: test
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/test
+URL: https://man.freebsd.org/cgi/man.cgi?query=test(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/tftp.pc b/share/sbom/pkgconfig/tftp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tftp.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California, 1993 The Regents of the University of California
+Description: Trivial file transfer program
+License: BSD-3-Clause
+Name: tftp
+Requires: csu, libc, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/usr.bin/tftp
+URL: https://man.freebsd.org/cgi/man.cgi?query=tftp(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/tic.pc b/share/sbom/pkgconfig/tic.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tic.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: clone of System V curses form library
+License: X11
+Name: tic
+Requires: csu, libc, libcompiler_rt, libncurses, libtinfo
+Source: https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz
+URL: https://invisible-island.net/ncurses
+Version: 6.5
diff --git a/share/sbom/pkgconfig/time.pc b/share/sbom/pkgconfig/time.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/time.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1987, 1988, 1993 The Regents of the University of California
+Description: Time command execution
+License: BSD-3-Clause AND BSD-2-Clause
+Name: time
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/time
+URL: https://man.freebsd.org/cgi/man.cgi?query=time(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/timeout.pc b/share/sbom/pkgconfig/timeout.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/timeout.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2014 Baptiste Daroussin <bapt@FreeBSD.org>, 2014 Vsevolod Stakhov <vsevolod@FreeBSD.org>, 2025 Aaron LI <aly@aaronly.me>
+Description: Run a command with a time limit
+License: LicenseRef-scancode-bsd-unchanged
+Name: timeout
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/timeout
+URL: https://man.freebsd.org/cgi/man.cgi?query=timeout(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/tip.pc b/share/sbom/pkgconfig/tip.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tip.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California, 1992, 1993 The Regents of the University of California, 1989, 1993 The Regents of the University of California, 1988, 1993 The Regents of the University of California
+Description: Connect to a remote system
+License: BSD-3-Clause
+Name: tip
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/tip/tip
+URL: https://man.freebsd.org/cgi/man.cgi?query=tip(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/toe.pc b/share/sbom/pkgconfig/toe.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/toe.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: clone of System V curses form library
+License: X11
+Name: toe
+Requires: csu, libc, libcompiler_rt, libncurses, libtinfo
+Source: https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz
+URL: https://invisible-island.net/ncurses
+Version: 6.5
diff --git a/share/sbom/pkgconfig/top.pc b/share/sbom/pkgconfig/top.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/top.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1984, 1989, William LeFebvre, Rice University, 1989, 1990, 1992, William LeFebvre, Northwestern University, 2016, Randy Westlund, 1989 - 1994, William LeFebvre, Northwestern University, 1994, 1995, William LeFebvre, Argonne National Laboratory, 1996, William LeFebvre, Group, 1984 through 1996, William LeFebvre, 2018, Eitan Adler
+Description: Display and update information about the top cpu processes
+License: NOASSERTION
+Name: top
+Requires: csu, libc, libcompiler_rt, libjail, libkvm, libsbuf, libutil, msun, libtinfo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/top
+URL: https://man.freebsd.org/cgi/man.cgi?query=top(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/touch.pc b/share/sbom/pkgconfig/touch.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/touch.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 The Regents of the University of California
+Description: Change file access and modification times
+License: BSD-3-Clause
+Name: touch
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/touch
+URL: https://man.freebsd.org/cgi/man.cgi?query=touch(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/tput.pc b/share/sbom/pkgconfig/tput.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tput.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: clone of System V curses form library
+License: X11
+Name: tput
+Requires: csu, libc, libcompiler_rt, libncurses, libtinfo
+Source: https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz
+URL: https://invisible-island.net/ncurses
+Version: 6.5
diff --git a/share/sbom/pkgconfig/tr.pc b/share/sbom/pkgconfig/tr.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tr.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004 Tim J. Robbins, 1988, 1993 The Regents of the University of California, 1991, 1993 The Regents of the University of California
+Description: Translate characters
+License: BSD-3-Clause AND BSD-2-Clause
+Name: tr
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/tr
+URL: https://man.freebsd.org/cgi/man.cgi?query=tr(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/traceroute.pc b/share/sbom/pkgconfig/traceroute.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/traceroute.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1997, 1998, 1999, 2000 The Regents of the University of California, 2000 The Regents of the University of California, 2001 The NetBSD Foundation, Inc., 1988, 1989, 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000 The Regents of the University of California, 2010 Bjoern A. Zeeb <bz@FreeBSD.org>, 1997 The Regents of the University of California
+Description: Print the route packets take to network host
+License: BSD-2-Clause AND BSD-4-Clause-Shortened AND BSD-4-Clause-UC
+Name: traceroute
+Requires: csu, libc, libcapsicum, libcompiler_rt, libipsec
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/traceroute
+URL: https://man.freebsd.org/cgi/man.cgi?query=traceroute(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/traceroute6.pc b/share/sbom/pkgconfig/traceroute6.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/traceroute6.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1995, 1996, 1997, and 1998 WIDE Project, 1990, 1993 The Regents of the University of California
+Description: Print the route IPv6 packets will take to a network node
+License: BSD-3-Clause AND BSD-2-Clause
+Name: traceroute6
+Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_dns, libcompiler_rt, libipsec
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/traceroute6
+URL: https://man.freebsd.org/cgi/man.cgi?query=traceroute6(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/trim.pc b/share/sbom/pkgconfig/trim.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/trim.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2019 Eugene Grosbein <eugen@FreeBSD.org>
+Description: Erase device blocks that have no needed contents
+License: BSD-2-Clause
+Name: trim
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/trim
+URL: https://man.freebsd.org/cgi/man.cgi?query=trim(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/true.pc b/share/sbom/pkgconfig/true.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/true.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993 The Regents of the University of California
+Description: Return true value
+License: BSD-3-Clause
+Name: true
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/true
+URL: https://man.freebsd.org/cgi/man.cgi?query=true(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/truncate.pc b/share/sbom/pkgconfig/truncate.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/truncate.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2000 Sheldon Hearn <sheldonh@FreeBSD.org>, 2021 The FreeBSD Foundation
+Description: Resize files or manage file space
+License: BSD-3-Clause AND BSD-2-Clause
+Name: truncate
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/truncate
+URL: https://man.freebsd.org/cgi/man.cgi?query=truncate(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/truss.pc b/share/sbom/pkgconfig/truss.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/truss.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: Copyright 1997 Sean Eric Fagan, Copyright 2001 Jamey Wood
+Description: Trace system calls
+License: BSD-4-Clause AND BSD-2-Clause
+Name: truss
+Requires: csu, libc, libcompiler_rt, libsysdecode
+Source: https://cgit.freebsd.org/src/tree/usr.bin/truss
+URL: https://man.freebsd.org/cgi/man.cgi?query=truss(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ts.pc b/share/sbom/pkgconfig/ts.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ts.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Utility prepends a timestamp to each line of standard input and writes it to standard output
+License: BSD-3-Clause
+Name: ts
+Source: https://github.com/openbsd/src/tree/master/usr.bin/ts
+URL: https://github.com/openbsd/src/tree/master/usr.bin/ts
+Version: 7.2
diff --git a/share/sbom/pkgconfig/tset.pc b/share/sbom/pkgconfig/tset.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tset.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: clone of System V curses form library
+License: X11
+Name: tset
+Requires: csu, libc, libcompiler_rt, libncurses, libtinfo
+Source: https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz
+URL: https://invisible-island.net/ncurses
+Version: 6.5
diff --git a/share/sbom/pkgconfig/tsort.pc b/share/sbom/pkgconfig/tsort.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tsort.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993, 1994 The Regents of the University of California
+Description: Topological sort of a directed graph
+License: BSD-3-Clause
+Name: tsort
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/tsort
+URL: https://man.freebsd.org/cgi/man.cgi?query=tsort(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/tty.pc b/share/sbom/pkgconfig/tty.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tty.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993 The Regents of the University of California
+Description: Return user's terminal name
+License: BSD-3-Clause
+Name: tty
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/tty
+URL: https://man.freebsd.org/cgi/man.cgi?query=tty(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/tunefs.pc b/share/sbom/pkgconfig/tunefs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tunefs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California
+Description: Tune up an existing UFS file system
+License: BSD-3-Clause
+Name: tunefs
+Requires: csu, libc, libcompiler_rt, libufs
+Source: https://cgit.freebsd.org/src/tree/sbin/tunefs
+URL: https://man.freebsd.org/cgi/man.cgi?query=tunefs(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/type.pc b/share/sbom/pkgconfig/type.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/type.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California, 1997-2005 Herbert Xu <herbert@gondor.apana.org.au>, 2010-2015 Jilles Tjoelker <jilles@stack.nl>, 1993 The Regents of the University of California, Copyright 1989 by Kenneth Almquist, 1995 The Regents of the University of California, 2002 Herbert Xu, 2007 Herbert Xu <herbert@gondor.apana.org.au>
+Description: Description of command type
+License: BSD-3-Clause
+Name: type
+Requires: csu, libc, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/bin/sh
+URL: https://man.freebsd.org/cgi/man.cgi?query=sh(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/tzsetup.pc b/share/sbom/pkgconfig/tzsetup.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/tzsetup.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: Copyright 1996 Massachusetts Institute of Technology
+Description: Set local timezone
+License: LicenseRef-scancode-mit-license-1998
+Name: tzsetup
+Requires: csu, libbsddialog, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/tzsetup
+URL: https://man.freebsd.org/cgi/man.cgi?query=tzsetup(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/uathload.pc b/share/sbom/pkgconfig/uathload.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/uathload.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2006 Sam Leffler, Errno Consulting
+Description: Load firmware for Atheros USB wireless devices
+License: NOASSERTION
+Name: uathload
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/uathload
+URL: https://man.freebsd.org/cgi/man.cgi?query=uathload(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ucmatose.pc b/share/sbom/pkgconfig/ucmatose.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ucmatose.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: RDMA CM connection and simple ping-pong test
+License: GPL-2.0 OR BSD-2-Clause
+Name: ucmatose
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://downloads.openfabrics.org/OFED/archive/ofed-1.5.3/OFED-1.5.3.tgz
+URL: https://www.openfabrics.org/ofed-for-linux/
+Version: 1.5.3
diff --git a/share/sbom/pkgconfig/udaddy.pc b/share/sbom/pkgconfig/udaddy.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/udaddy.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: RDMA CM datagram setup and simple ping-pong test
+License: GPL-2.0 OR BSD-2-Clause
+Name: udaddy
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://downloads.openfabrics.org/OFED/archive/ofed-1.5.3/OFED-1.5.3.tgz
+URL: https://www.openfabrics.org/ofed-for-linux/
+Version: 1.5.3
diff --git a/share/sbom/pkgconfig/uefisign.pc b/share/sbom/pkgconfig/uefisign.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/uefisign.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2014 The FreeBSD Foundation
+Description: UEFI Secure Boot signing utility
+License: BSD-2-Clause
+Name: uefisign
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/uefisign
+URL: https://man.freebsd.org/cgi/man.cgi?query=uefisign(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ugidfw.pc b/share/sbom/pkgconfig/ugidfw.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ugidfw.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002, 2004 Networks Associates Technology, Inc.
+Description: Firewall-like access controls for file system objects
+License: BSD-2-Clause
+Name: ugidfw
+Requires: csu, libc, libcompiler_rt, libugidfw
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/ugidfw
+URL: https://man.freebsd.org/cgi/man.cgi?query=ugidfw(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/uhsoctl.pc b/share/sbom/pkgconfig/uhsoctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/uhsoctl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2008-2009 Fredrik Lindberg
+Description: Connection utility for Option based devices
+License: BSD-2-Clause
+Name: uhsoctl
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/uhsoctl
+URL: https://man.freebsd.org/cgi/man.cgi?query=uhsoctl(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ul.pc b/share/sbom/pkgconfig/ul.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ul.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993 The Regents of the University of California
+Description: Do underlining
+License: BSD-3-Clause
+Name: ul
+Requires: csu, libc, libcompiler_rt, libtinfo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ul
+URL: https://man.freebsd.org/cgi/man.cgi?query=ul(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ulimit.pc b/share/sbom/pkgconfig/ulimit.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ulimit.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1997 by David L. Nugent <davidn@blaze.net.au>
+Description: Set or display process resource limits
+License: LicenseRef-scancode-other-permissive
+Name: ulimit
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/limits
+URL: https://man.freebsd.org/cgi/man.cgi?query=limits(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/umask.pc b/share/sbom/pkgconfig/umask.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/umask.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990, 1993 The Regents of the University of California
+Description: Make fifos
+License: BSD-3-Clause AND BSD-2-Clause
+Name: umask
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mkfifo
+URL: https://man.freebsd.org/cgi/man.cgi?query=mkfifo(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/umbctl.pc b/share/sbom/pkgconfig/umbctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/umbctl.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: copyright (c) 2018 Pierre Pronchery <khorben@defora.org>, 2022 ADISTA SAS
+Description: Display or set MBIM cellular modem interface parameters (4G/LTE)
+License: BSD-3-Clause
+Name: umbctl
+Source: https://cgit.freebsd.org/src/tree/sbin/umbctl
+URL: https://man.freebsd.org/cgi/man.cgi?query=umbctl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/umount.pc b/share/sbom/pkgconfig/umount.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/umount.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1989, 1993 The Regents of the University of California
+Description: Unmount file systems
+License: BSD-3-Clause
+Name: umount
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/umount
+URL: https://man.freebsd.org/cgi/man.cgi?query=umount(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/unalias.pc b/share/sbom/pkgconfig/unalias.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/unalias.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993 The Regents of the University of California, 1992, 1993 The Regents of the University of California, 1989, 1993 The Regents of the University of California
+Description: Send and receive mail
+License: BSD-3-Clause AND BSD-2-Clause
+Name: unalias
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/mail
+URL: https://man.freebsd.org/cgi/man.cgi?query=mail(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/uname.pc b/share/sbom/pkgconfig/uname.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/uname.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Juli Mallett, 1993 The Regents of the University of California
+Description: Display information about the system
+License: BSD-4-Clause
+Name: uname
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/uname
+URL: https://man.freebsd.org/cgi/man.cgi?query=uname(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/uncompress.pc b/share/sbom/pkgconfig/uncompress.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/uncompress.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1996 FreeBSD Inc., 1985, 1986, 1992, 1993 The Regents of the University of California, 1992, 1993 The Regents of the University of California
+Description: Compress and expand data
+License: BSD-3-Clause AND BSD-2-Clause
+Name: uncompress
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/compress
+URL: https://man.freebsd.org/cgi/man.cgi?query=uncompress(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/unexpand.pc b/share/sbom/pkgconfig/unexpand.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/unexpand.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993 The Regents of the University of California
+Description: Expand tabs to spaces, and vice versa
+License: BSD-3-Clause
+Name: unexpand
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/unexpand
+URL: https://man.freebsd.org/cgi/man.cgi?query=unexpand(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/unifdef.pc b/share/sbom/pkgconfig/unifdef.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/unifdef.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Selectively remove C preprocessor conditionals
+License: BSD-3-Clause AND BSD-2-Clause
+Name: unifdef
+Source: https://dotat.at/cgi/git/unifdef.git/tree/3a5ba6f9ecaadef4f3a118b35d0c89233609161d
+URL: https://dotat.at/prog/unifdef
+Version: 2.12
diff --git a/share/sbom/pkgconfig/unifdefall.pc b/share/sbom/pkgconfig/unifdefall.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/unifdefall.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Selectively remove C preprocessor conditionals
+License: BSD-3-Clause AND BSD-2-Clause
+Name: unifdefall
+Source: https://dotat.at/cgi/git/unifdef.git/tree/3a5ba6f9ecaadef4f3a118b35d0c89233609161d
+URL: https://dotat.at/prog/unifdef
+Version: 2.12
diff --git a/share/sbom/pkgconfig/uniq.pc b/share/sbom/pkgconfig/uniq.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/uniq.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California
+Description: Report or filter out repeated lines in a file
+License: BSD-3-Clause
+Name: uniq
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/uniq
+URL: https://man.freebsd.org/cgi/man.cgi?query=uniq(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/units.pc b/share/sbom/pkgconfig/units.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/units.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1993 by Adrian Mariano (adrian@cam.cornell.edu)
+Description: Conversion calculator
+License: BSD-4-Clause AND BSD-2-Clause
+Name: units
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt, libedit
+Source: https://cgit.freebsd.org/src/tree/usr.bin/units
+URL: https://man.freebsd.org/cgi/man.cgi?query=units(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/unlink.pc b/share/sbom/pkgconfig/unlink.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/unlink.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990, 1993, 1994 The Regents of the University of California
+Description: Remove directory entries
+License: BSD-3-Clause
+Name: unlink
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/rm
+URL: https://man.freebsd.org/cgi/man.cgi?query=unlink(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/unlzma.pc b/share/sbom/pkgconfig/unlzma.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/unlzma.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: General purpose data compression library
+License: 0BSD
+Name: unlzma
+Source: https://github.com/tukaani-project/xz
+URL: https://tukaani.org/xz/
+Version: 5.8.1
diff --git a/share/sbom/pkgconfig/unstr.pc b/share/sbom/pkgconfig/unstr.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/unstr.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California, 1989, 1993 The Regents of the University of California
+Description: Create a random access file for storing strings
+License: BSD-3-Clause
+Name: unstr
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/fortune/strfile
+URL: https://man.freebsd.org/cgi/man.cgi?query=unstr(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/unvis.pc b/share/sbom/pkgconfig/unvis.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/unvis.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: display non-printable characters in a visual format
+License: BSD-3-Clause
+Name: unvis
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/unvis
+URL: https://man.freebsd.org/cgi/man.cgi?query=unvis(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/unxz.pc b/share/sbom/pkgconfig/unxz.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/unxz.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2018 The NetBSD Foundation, Inc., 2013-2018 Antonio Diaz Diaz, 2009 Xin LI <delphij@FreeBSD.org>, 2011 The NetBSD Foundation, Inc., 2003 Otto Moerbeek <otto@drijf.net>, 2022 Klara, Inc., 1985, 1986, 1992, 1993 The Regents of the University of California, 2003 Todd C. Miller <Todd.Miller@courtesan.com>, 2010 Joerg Sonnenberger <joerg@NetBSD.org>, 2006 The NetBSD Foundation, Inc., 1997, 1998, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2015, 2017 Matthew R. Green, 1997, 1998, 2003, 2004, 2006 Matthew R. Green
+Description: Compression/decompression tool using Lempel-Ziv coding (LZ77)
+License: BSD-3-Clause AND BSD-2-Clause
+Name: unxz
+Requires: csu, libc, libcompiler_rt, liblzma, libz, libzstd
+Source: https://cgit.freebsd.org/src/tree/usr.bin/gzip
+URL: https://man.freebsd.org/cgi/man.cgi?query=gzip(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/unzip.pc b/share/sbom/pkgconfig/unzip.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/unzip.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Multi-format archive and compression library
+License: BSD-3-Clause AND BSD-2-Clause AND CC0-1.0 AND openssl AND Apache-2.0
+Name: unzip
+Source: https://github.com/libarchive/libarchive/tree/v3.8.2
+URL: https://libarchive.org
+Version: 3.8.2
diff --git a/share/sbom/pkgconfig/unzstd.pc b/share/sbom/pkgconfig/unzstd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/unzstd.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2018 The NetBSD Foundation, Inc., 2013-2018 Antonio Diaz Diaz, 2009 Xin LI <delphij@FreeBSD.org>, 2011 The NetBSD Foundation, Inc., 2003 Otto Moerbeek <otto@drijf.net>, 2022 Klara, Inc., 1985, 1986, 1992, 1993 The Regents of the University of California, 2003 Todd C. Miller <Todd.Miller@courtesan.com>, 2010 Joerg Sonnenberger <joerg@NetBSD.org>, 2006 The NetBSD Foundation, Inc., 1997, 1998, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2015, 2017 Matthew R. Green, 1997, 1998, 2003, 2004, 2006 Matthew R. Green
+Description: Compression/decompression tool using Lempel-Ziv coding (LZ77)
+License: BSD-3-Clause AND BSD-2-Clause
+Name: unzstd
+Requires: csu, libc, libcompiler_rt, liblzma, libz, libzstd
+Source: https://cgit.freebsd.org/src/tree/usr.bin/gzip
+URL: https://man.freebsd.org/cgi/man.cgi?query=gzip(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/uptime.pc b/share/sbom/pkgconfig/uptime.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/uptime.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990, 1993 The Regents of the University of California, 1980, 1991, 1993, 1994 The Regents of the University of California, 1993 The Regents of the University of California, 1990, 1993, 1994 The Regents of the University of California
+Description: Show how long system has been running
+License: BSD-3-Clause
+Name: uptime
+Requires: csu, libc, libcompiler_rt, libkvm, libsbuf, libutil, libxo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/w
+URL: https://man.freebsd.org/cgi/man.cgi?query=uptime(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/usbconfig.pc b/share/sbom/pkgconfig/usbconfig.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/usbconfig.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2008-2009 Hans Petter Selasky, 2008 Hans Petter Selasky, 2024 Baptiste Daroussin <bapt@FreeBSD.org>, 2025 The FreeBSD Foundation
+Description: Configure the USB subsystem
+License: BSD-2-Clause
+Name: usbconfig
+Requires: csu, libc, libcompiler_rt, libusb
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/usbconfig
+URL: https://man.freebsd.org/cgi/man.cgi?query=usbconfig(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/usbdump.pc b/share/sbom/pkgconfig/usbdump.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/usbdump.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2010 Weongyo Jeong <weongyo@freebsd.org>
+Description: Dump traffic on USB host controller
+License: BSD-2-Clause
+Name: usbdump
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/usbdump
+URL: https://man.freebsd.org/cgi/man.cgi?query=usbdump(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/usbhidaction.pc b/share/sbom/pkgconfig/usbhidaction.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/usbhidaction.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2000, 2002 The NetBSD Foundation, Inc.
+Description: Perform actions according to USB HID controls
+License: BSD-2-Clause
+Name: usbhidaction
+Requires: csu, libc, libcompiler_rt, libusbhid
+Source: https://cgit.freebsd.org/src/tree/usr.bin/usbhidaction
+URL: https://man.freebsd.org/cgi/man.cgi?query=usbhidaction(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/usbhidctl.pc b/share/sbom/pkgconfig/usbhidctl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/usbhidctl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1998 The NetBSD Foundation, Inc.
+Description: Manipulate USB HID devices
+License: BSD-3-Clause AND BSD-2-Clause
+Name: usbhidctl
+Requires: csu, libc, libcompiler_rt, libusbhid
+Source: https://cgit.freebsd.org/src/tree/usr.bin/usbhidctl
+URL: https://man.freebsd.org/cgi/man.cgi?query=usbhidctl(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/users.pc b/share/sbom/pkgconfig/users.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/users.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2014 Pietro Cerutti <gahr@FreeBSD.org>
+Description: List current users
+License: BSD-3-Clause
+Name: users
+Requires: csu, libc, libc++, libcapsicum, libcasper, libcompiler_rt, libcxxrt, msun
+Source: https://cgit.freebsd.org/src/tree/usr.bin/users
+URL: https://man.freebsd.org/cgi/man.cgi?query=users(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/utx.pc b/share/sbom/pkgconfig/utx.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/utx.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2011-2012 Ed Schouten <ed@FreeBSD.org>
+Description: Manage the user accounting database
+License: BSD-2-Clause
+Name: utx
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/utx
+URL: https://man.freebsd.org/cgi/man.cgi?query=utx(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/uudecode.pc b/share/sbom/pkgconfig/uudecode.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/uudecode.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California, 2022 The FreeBSD Foundation, 2020 Baptiste Daroussin <bapt@FreeBSD.org>
+Description: Encode / decode a binary file
+License: BSD-3-Clause AND BSD-2-Clause
+Name: uudecode
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/bintrans
+URL: https://man.freebsd.org/cgi/man.cgi?query=uudecode(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/uuencode.pc b/share/sbom/pkgconfig/uuencode.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/uuencode.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1983, 1993 The Regents of the University of California, 2022 The FreeBSD Foundation, 2020 Baptiste Daroussin <bapt@FreeBSD.org>
+Description: Encode / decode a binary file
+License: BSD-3-Clause AND BSD-2-Clause
+Name: uuencode
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/bintrans
+URL: https://man.freebsd.org/cgi/man.cgi?query=uuencode(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/uuidgen.pc b/share/sbom/pkgconfig/uuidgen.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/uuidgen.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Marcel Moolenaar, 2022 Tobias C. Berner
+Description: Generate universally unique identifiers
+License: BSD-2-Clause
+Name: uuidgen
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/bin/uuidgen
+URL: https://man.freebsd.org/cgi/man.cgi?query=uuidgen(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/vacation.pc b/share/sbom/pkgconfig/vacation.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/vacation.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: General purpose internetwork email routing application
+License: Sendmail
+Name: vacation
+Requires: openssl
+Source: https://ftp.sendmail.org/sendmail.8.18.1.tar.gz
+URL: https://ftp.sendmail.org
+Version: 8.18.1
diff --git a/share/sbom/pkgconfig/valectl.pc b/share/sbom/pkgconfig/valectl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/valectl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2013-2014 Michio Honda
+Description: Manage VALE network switches provided by netmap
+License: BSD-2-Clause
+Name: valectl
+Requires: csu, libc, libcompiler_rt, libnetmap
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/valectl
+URL: https://man.freebsd.org/cgi/man.cgi?query=valectl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/vi.pc b/share/sbom/pkgconfig/vi.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/vi.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Multibyte fork of the nvi editor for BSD
+License: BSD-3-Clause
+Name: vi
+Requires: csu, libc, libutil, libncurses, libtinfo
+Source: https://github.com/lichray/nvi2/tree/v2.2.2
+URL: https://github.com/lichray/nvi2
+Version: 2.2.2
diff --git a/share/sbom/pkgconfig/vidcontrol.pc b/share/sbom/pkgconfig/vidcontrol.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/vidcontrol.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1994 Soren Schmidt, 1994-1996 Soren Schmidt
+Description: System video console control and configuration utility
+License: BSD-3-Clause
+Name: vidcontrol
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/vidcontrol
+URL: https://man.freebsd.org/cgi/man.cgi?query=vidcontrol(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/vidfont.pc b/share/sbom/pkgconfig/vidfont.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/vidfont.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Jonathan Belson <jon@witchspace.com>
+Description: System video console keyboard map/font dialog utilities
+License: BSD-2-Clause
+Name: vidfont
+Requires: csu, libbsddialog, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/kbdmap
+URL: https://man.freebsd.org/cgi/man.cgi?query=vidfont(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/view.pc b/share/sbom/pkgconfig/view.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/view.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Multibyte fork of the nvi editor for BSD
+License: BSD-3-Clause
+Name: view
+Requires: csu, libc, libutil, libncurses, libtinfo
+Source: https://github.com/lichray/nvi2/tree/v2.2.2
+URL: https://github.com/lichray/nvi2
+Version: 2.2.2
diff --git a/share/sbom/pkgconfig/vigr.pc b/share/sbom/pkgconfig/vigr.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/vigr.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Edit the group file
+License: BSD-2-Clause
+Name: vigr
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/vigr
+URL: https://man.freebsd.org/cgi/man.cgi?query=vigr(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/vipw.pc b/share/sbom/pkgconfig/vipw.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/vipw.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1987, 1993, 1994 The Regents of the University of California, 2002 Networks Associates Technology, Inc.
+Description: Edit the password file
+License: BSD-3-Clause
+Name: vipw
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/vipw
+URL: https://man.freebsd.org/cgi/man.cgi?query=vipw(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/virtual_bt_speaker.pc b/share/sbom/pkgconfig/virtual_bt_speaker.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/virtual_bt_speaker.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2019 Google LLC
+Description: Virtual bluetooth speaker
+License: BSD-2-Clause
+Name: virtual_bt_speaker
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/virtual_oss/virtual_bt_speaker
+URL: https://man.freebsd.org/cgi/man.cgi?query=virtual_bt_speaker(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/virtual_oss.pc b/share/sbom/pkgconfig/virtual_oss.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/virtual_oss.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2021 Hans Petter Selasky, 2017 Hans Petter Selasky, 2012-2022 Hans Petter Selasky, 2018 Hans Petter Selasky, 2020 Hans Petter Selasky, 2014 Hans Petter Selasky, 2012-2020 Hans Petter Selasky, 2015 Hans Petter Selasky
+Description: Daemon to multiplex and demultiplex an OSS device
+License: BSD-2-Clause AND BSD-3-Clause
+Name: virtual_oss
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/virtual_oss/virtual_oss
+URL: https://man.freebsd.org/cgi/man.cgi?query=virtual_oss(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/virtual_oss_cmd.pc b/share/sbom/pkgconfig/virtual_oss_cmd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/virtual_oss_cmd.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2021-2022 Hans Petter Selasky
+Description: Modify a running virtual_oss(8) instance's options
+License: BSD-2-Clause
+Name: virtual_oss_cmd
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/virtual_oss/virtual_oss_cmd
+URL: https://man.freebsd.org/cgi/man.cgi?query=virtual_oss_cmd(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/vis.pc b/share/sbom/pkgconfig/vis.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/vis.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: display non-printable characters in a visual format
+License: BSD-3-Clause
+Name: vis
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/vis
+URL: https://man.freebsd.org/cgi/man.cgi?query=vis(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/vmstat.pc b/share/sbom/pkgconfig/vmstat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/vmstat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1986, 1991, 1993 The Regents of the University of California
+Description: Report virtual memory statistics
+License: BSD-3-Clause
+Name: vmstat
+Requires: csu, libc, libcompiler_rt, libdevstat, libkvm, libmemstat, libutil, libxo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/vmstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=vmstat(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/vtfontcvt.pc b/share/sbom/pkgconfig/vtfontcvt.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/vtfontcvt.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2009, 2014 The FreeBSD Foundation
+Description: Convert font files for use by the video console
+License: BSD-2-Clause
+Name: vtfontcvt
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/vtfontcvt
+URL: https://man.freebsd.org/cgi/man.cgi?query=vtfontcvt(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/w.pc b/share/sbom/pkgconfig/w.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/w.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990, 1993 The Regents of the University of California, 1980, 1991, 1993, 1994 The Regents of the University of California, 1993 The Regents of the University of California, 1990, 1993, 1994 The Regents of the University of California
+Description: Display who is logged in and what they are doing
+License: BSD-3-Clause AND Apache-2.0 WITH LLVM-exception
+Name: w
+Requires: csu, libc, libcompiler_rt, libkvm, libsbuf, libutil, libxo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/w
+URL: https://man.freebsd.org/cgi/man.cgi?query=w(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/wait.pc b/share/sbom/pkgconfig/wait.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/wait.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2004, 2008, 2009 Silicon Graphics International Corp., 2017 Alexander Motin <mav@FreeBSD.org>
+Description: CAM Target Layer statistics utility
+License: BSD-3-Clause AND BSD-2-Clause
+Name: wait
+Requires: csu, libc, libcompiler_rt, libexpat, libsbuf
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ctlstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=ctlstat(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/wake.pc b/share/sbom/pkgconfig/wake.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/wake.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2006, 2007, 2008, 2009, 2010 Marc Balmer <marc@msys.ch>, 2000 Eugene M. Kim
+Description: Send Wake on LAN frames to hosts on a local Ethernet network
+License: BSD-2-Clause
+Name: wake
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/wake
+URL: https://man.freebsd.org/cgi/man.cgi?query=wake(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/wall.pc b/share/sbom/pkgconfig/wall.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/wall.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1990, 1993 The Regents of the University of California, 1989, 1993 The Regents of the University of California
+Description: Write a message to users
+License: BSD-3-Clause
+Name: wall
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/wall
+URL: https://man.freebsd.org/cgi/man.cgi?query=wall(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/watch.pc b/share/sbom/pkgconfig/watch.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/watch.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1995 Ugen
+Description: Snoop on another tty line
+License: LicenseRef-scancode-other-permissive
+Name: watch
+Requires: csu, libc, libcompiler_rt, libtinfo
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/watch
+URL: https://man.freebsd.org/cgi/man.cgi?query=watch(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/watchdog.pc b/share/sbom/pkgconfig/watchdog.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/watchdog.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2003-2004 Sean M. Kelly <smkelly@FreeBSD.org>, 2013 iXsystems.com
+Description: Watchdog control program
+License: BSD-2-Clause
+Name: watchdog
+Requires: csu, libc, libcompiler_rt, libutil, msun
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/watchdogd
+URL: https://man.freebsd.org/cgi/man.cgi?query=watchdog(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/watchdogd.pc b/share/sbom/pkgconfig/watchdogd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/watchdogd.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2003-2004 Sean M. Kelly <smkelly@FreeBSD.org>, 2013 iXsystems.com
+Description: Watchdog daemon
+License: BSD-2-Clause
+Name: watchdogd
+Requires: csu, libc, libcompiler_rt, libutil, msun
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/watchdogd
+URL: https://man.freebsd.org/cgi/man.cgi?query=watchdogd(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/wc.pc b/share/sbom/pkgconfig/wc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/wc.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1987, 1991, 1993 The Regents of the University of California
+Description: Word, line, character, and byte count
+License: BSD-3-Clause
+Name: wc
+Requires: csu, libc, libcapsicum, libcompiler_rt, libxo
+Source: https://cgit.freebsd.org/src/tree/usr.bin/wc
+URL: https://man.freebsd.org/cgi/man.cgi?query=wc(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/wg.pc b/share/sbom/pkgconfig/wg.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/wg.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Tools for configuring WireGuard
+License: GPL-2.0
+Name: wg
+Source: https://git.zx2c4.com/wireguard-tools/tag/?h=v1.0.20250521
+URL: https://git.zx2c4.com/wireguard-tools/
+Version: 1.0.20250521
diff --git a/share/sbom/pkgconfig/what.pc b/share/sbom/pkgconfig/what.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/what.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1988, 1993 The Regents of the University of California
+Description: Show what versions of object modules were used to construct a file
+License: BSD-3-Clause
+Name: what
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/what
+URL: https://man.freebsd.org/cgi/man.cgi?query=what(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/whatis.pc b/share/sbom/pkgconfig/whatis.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/whatis.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1988, 1993 The Regents of the University of California
+Description: Show what versions of object modules were used to construct a file
+License: BSD-3-Clause
+Name: whatis
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/what
+URL: https://man.freebsd.org/cgi/man.cgi?query=what(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/whereis.pc b/share/sbom/pkgconfig/whereis.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/whereis.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002, Jorg Wunsch
+Description: Locate programs
+License: BSD-3-Clause AND BSD-2-Clause
+Name: whereis
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/whereis
+URL: https://man.freebsd.org/cgi/man.cgi?query=whereis(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/which.pc b/share/sbom/pkgconfig/which.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/which.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2000 Dan Papasian
+Description: Locate a program file in the user's path
+License: BSD-3-Clause
+Name: which
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/which
+URL: https://man.freebsd.org/cgi/man.cgi?query=which(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/who.pc b/share/sbom/pkgconfig/who.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/who.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Tim J. Robbins
+Description: Display who is on the system
+License: BSD-4-Clause AND BSD-2-Clause
+Name: who
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/who
+URL: https://man.freebsd.org/cgi/man.cgi?query=who(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/whoami.pc b/share/sbom/pkgconfig/whoami.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/whoami.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1991, 1993 The Regents of the University of California
+Description: Display effective user id
+License: BSD-3-Clause
+Name: whoami
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/id
+URL: https://man.freebsd.org/cgi/man.cgi?query=whoami(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/whois.pc b/share/sbom/pkgconfig/whois.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/whois.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993 The Regents of the University of California
+Description: Internet domain name and network number directory service
+License: BSD-3-Clause
+Name: whois
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/whois
+URL: https://man.freebsd.org/cgi/man.cgi?query=whois(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/wlandebug.pc b/share/sbom/pkgconfig/wlandebug.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/wlandebug.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002-2009 Sam Leffler, Errno Consulting
+Description: Set/query 802.11 wireless debugging messages
+License: NOASSERTION
+Name: wlandebug
+Requires: csu, libc, libcompiler_rt, libifconfig, msun
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/wlandebug
+URL: https://man.freebsd.org/cgi/man.cgi?query=wlandebug(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/wlanstat.pc b/share/sbom/pkgconfig/wlanstat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/wlanstat.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002-2007 Sam Leffler, Errno Consulting
+Description: Query 802.11 wireless network statistics
+License: NOASSERTION
+Name: wlanstat
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/wlanstat
+URL: https://man.freebsd.org/cgi/man.cgi?query=wlanstat(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/wpa_cli.pc b/share/sbom/pkgconfig/wpa_cli.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/wpa_cli.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Console utility for WiFi authentication with wpa_supplicant
+License: BSD-3-Clause
+Name: wpa_cli
+Requires: csu, libc, libcompiler_rt, libpcap, libutil
+Source: https://w1.fi/releases/hostapd-2.11.tar.gz
+URL: https://w1.fi/wpa_supplicant/
+Version: 2.11
diff --git a/share/sbom/pkgconfig/wpa_passphrase.pc b/share/sbom/pkgconfig/wpa_passphrase.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/wpa_passphrase.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Utility for generating a 256-bit pre-shared WPA key from an ASCII passphrase
+License: BSD-3-Clause
+Name: wpa_passphrase
+Requires: csu, libc, libcompiler_rt, libutil
+Source: https://w1.fi/releases/hostapd-2.11.tar.gz
+URL: https://w1.fi/wpa_supplicant/
+Version: 2.11
diff --git a/share/sbom/pkgconfig/wpa_supplicant.pc b/share/sbom/pkgconfig/wpa_supplicant.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/wpa_supplicant.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: WPA Supplicant for Linux, BSD, Mac OS X, and Windows with support for WPA, WPA2 (IEEE 802.11i / RSN), and WPA3.
+License: BSD-3-Clause
+Name: wpa_supplicant
+Requires: openssl
+Source: https://w1.fi/releases/hostapd-2.11.tar.gz
+URL: https://w1.fi/wpa_supplicant/
+Version: 2.11
diff --git a/share/sbom/pkgconfig/write.pc b/share/sbom/pkgconfig/write.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/write.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1989, 1993 The Regents of the University of California
+Description: Send a message to another user
+License: BSD-3-Clause
+Name: write
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/write
+URL: https://man.freebsd.org/cgi/man.cgi?query=write(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/xargs.pc b/share/sbom/pkgconfig/xargs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/xargs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1990, 1993 The Regents of the University of California, 2002 J. Mallett
+Description: Construct argument list(s) and execute utility
+License: BSD-3-Clause AND BSD-2-Clause
+Name: xargs
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/xargs
+URL: https://man.freebsd.org/cgi/man.cgi?query=xargs(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/xo.pc b/share/sbom/pkgconfig/xo.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/xo.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Library allows an application to generate text, XML, JSON, and HTML output using a common set of function calls.
+License: BSD-2-Clause
+Name: xo
+Source: https://github.com/Juniper/libxo/tree/1.4.0
+URL: https://github.com/Juniper/libxo
+Version: 1.4.0
diff --git a/share/sbom/pkgconfig/xstr.pc b/share/sbom/pkgconfig/xstr.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/xstr.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1980, 1993 The Regents of the University of California, 1989, 1993 The Regents of the University of California
+Description: Extract strings from C programs to implement shared strings
+License: BSD-3-Clause AND BSD-2-Clause
+Name: xstr
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/xstr
+URL: https://man.freebsd.org/cgi/man.cgi?query=xstr(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/xz.pc b/share/sbom/pkgconfig/xz.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/xz.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: General purpose data compression library
+License: 0BSD
+Name: xz
+Source: https://github.com/tukaani-project/xz
+URL: https://tukaani.org/xz/
+Version: 5.8.1
diff --git a/share/sbom/pkgconfig/xzcat.pc b/share/sbom/pkgconfig/xzcat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/xzcat.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: General purpose data compression library
+License: 0BSD
+Name: xzcat
+Source: https://github.com/tukaani-project/xz
+URL: https://tukaani.org/xz/
+Version: 5.8.1
diff --git a/share/sbom/pkgconfig/xzdec.pc b/share/sbom/pkgconfig/xzdec.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/xzdec.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: General purpose data compression library
+License: 0BSD
+Name: xzdec
+Source: https://github.com/tukaani-project/xz
+URL: https://tukaani.org/xz/
+Version: 5.8.1
diff --git a/share/sbom/pkgconfig/xzdiff.pc b/share/sbom/pkgconfig/xzdiff.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/xzdiff.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: General purpose data compression library
+License: 0BSD
+Name: xzdiff
+Source: https://github.com/tukaani-project/xz
+URL: https://tukaani.org/xz/
+Version: 5.8.1
diff --git a/share/sbom/pkgconfig/xzegrep.pc b/share/sbom/pkgconfig/xzegrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/xzegrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: Grep compressed files
+License: BSD-2-Clause
+Name: xzegrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=xzegrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/xzfgrep.pc b/share/sbom/pkgconfig/xzfgrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/xzfgrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: Grep compressed files
+License: BSD-2-Clause
+Name: xzfgrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=xzfgrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/xzgrep.pc b/share/sbom/pkgconfig/xzgrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/xzgrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: Grep compressed files
+License: BSD-2-Clause
+Name: xzgrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=xzgrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/xzless.pc b/share/sbom/pkgconfig/xzless.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/xzless.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open-source file pager
+License: BSD-2-Clause
+Name: xzless
+Requires: libncurses
+Source: https://www.greenwoodsoftware.com/less/less-679.tar.gz
+URL: https://www.greenwoodsoftware.com/less/
+Version: 679
diff --git a/share/sbom/pkgconfig/yacc.pc b/share/sbom/pkgconfig/yacc.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/yacc.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Parser generator designed to be compatible with Yacc
+License: LicenseRef-scancode-public-domain
+Name: yacc
+Source: https://invisible-island.net/datafiles/release/byacc.tar.gz
+URL: https://invisible-island.net/byacc/
+Version: 20240109
diff --git a/share/sbom/pkgconfig/yes.pc b/share/sbom/pkgconfig/yes.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/yes.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1987, 1993 The Regents of the University of California
+Description: Be repetitively affirmative
+License: BSD-3-Clause
+Name: yes
+Requires: csu, libc, libcapsicum, libcasper, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/yes
+URL: https://man.freebsd.org/cgi/man.cgi?query=yes(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/yp_mkdb.pc b/share/sbom/pkgconfig/yp_mkdb.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/yp_mkdb.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1995, 1996 Bill Paul <wpaul@ctr.columbia.edu>
+Description: Generate the NIS databases
+License: BSD-4-Clause
+Name: yp_mkdb
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/yp_mkdb
+URL: https://man.freebsd.org/cgi/man.cgi?query=yp_mkdb(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ypbind.pc b/share/sbom/pkgconfig/ypbind.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ypbind.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1996, 1997 Bill Paul <wpaul@ctr.columbia.edu>, 2009, Sun Microsystems, Inc., 1984, Sun Microsystems, Inc., 1992/3 Theo de Raadt <deraadt@fsa.ca>
+Description: NIS domain binding daemon
+License: BSD-4-Clause AND BSD-3-Clause
+Name: ypbind
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/ypbind
+URL: https://man.freebsd.org/cgi/man.cgi?query=ypbind(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ypcat.pc b/share/sbom/pkgconfig/ypcat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ypcat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992, 1993, 1996 Theo de Raadt <deraadt@theos.com>
+Description: Print the values of all keys in a NIS database
+License: BSD-2-Clause
+Name: ypcat
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ypcat
+URL: https://man.freebsd.org/cgi/man.cgi?query=ypcat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ypchfn.pc b/share/sbom/pkgconfig/ypchfn.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ypchfn.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993, 1994 The Regents of the University of California, 2002 Networks Associates Technology, Inc., 1990, 1993, 1994 The Regents of the University of California
+Description: Add or change user database information
+License: BSD-4-Clause AND BSD-3-Clause
+Name: ypchfn
+Requires: csu, libc, libcompiler_rt, libcrypt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/chpass
+URL: https://man.freebsd.org/cgi/man.cgi?query=ypchfn(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ypchpass.pc b/share/sbom/pkgconfig/ypchpass.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ypchpass.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993, 1994 The Regents of the University of California, 2002 Networks Associates Technology, Inc., 1990, 1993, 1994 The Regents of the University of California
+Description: Add or change user database information
+License: BSD-4-Clause AND BSD-3-Clause
+Name: ypchpass
+Requires: csu, libc, libcompiler_rt, libcrypt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/chpass
+URL: https://man.freebsd.org/cgi/man.cgi?query=ypchpass(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ypchsh.pc b/share/sbom/pkgconfig/ypchsh.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ypchsh.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1988, 1993, 1994 The Regents of the University of California, 2002 Networks Associates Technology, Inc., 1990, 1993, 1994 The Regents of the University of California
+Description: Add or change user database information
+License: BSD-4-Clause AND BSD-3-Clause
+Name: ypchsh
+Requires: csu, libc, libcompiler_rt, libcrypt, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.bin/chpass
+URL: https://man.freebsd.org/cgi/man.cgi?query=ypchsh(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ypinit.pc b/share/sbom/pkgconfig/ypinit.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ypinit.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1995 Bill Paul <wpaul@ctr.columbia.edu>, 1996 Bill Paul <wpaul@ctr.columbia.edu>, 1995, 1996 Bill Paul <wpaul@ctr.columbia.edu>
+Description: Build and install NIS databases
+License: BSD-4-Clause
+Name: ypinit
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/ypserv
+URL: https://man.freebsd.org/cgi/man.cgi?query=ypinit(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ypldap.pc b/share/sbom/pkgconfig/ypldap.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ypldap.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2008 Pierre-Yves Ritschard <pyr@openbsd.org>, 2008 Alexander Schrijver <aschrijver@openbsd.org>, 2006, 2007 Marc Balmer <mbalmer@openbsd.org>, 2003-2008 Henning Brauer <henning@openbsd.org>, 2007 Reyk Floeter <reyk@vantronix.net>, 2006, 2007 Claudio Jeker <claudio@openbsd.org>, 2003, 2004 Henning Brauer <henning@openbsd.org>
+Description: YP map server using LDAP backend
+License: ISC AND NTP-0
+Name: ypldap
+Requires: csu, libc, libcompiler_rt, libevent1, libopenbsd, librpcsvc, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/ypldap
+URL: https://man.freebsd.org/cgi/man.cgi?query=ypldap(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ypmatch.pc b/share/sbom/pkgconfig/ypmatch.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ypmatch.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992, 1993, 1996 Theo de Raadt <deraadt@theos.com>
+Description: Print the values of one or more keys in a NIS database
+License: BSD-2-Clause
+Name: ypmatch
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ypmatch
+URL: https://man.freebsd.org/cgi/man.cgi?query=ypmatch(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/yppasswd.pc b/share/sbom/pkgconfig/yppasswd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/yppasswd.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2002 Networks Associates Technologies, Inc.
+Description: Modify a user's password
+License: BSD-3-Clause
+Name: yppasswd
+Requires: csu, libc, libcompiler_rt, libpam
+Source: https://cgit.freebsd.org/src/tree/usr.bin/passwd
+URL: https://man.freebsd.org/cgi/man.cgi?query=yppasswd(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/yppoll.pc b/share/sbom/pkgconfig/yppoll.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/yppoll.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992, 1993 Theo de Raadt <deraadt@openbsd.org>, 1992, 1993 John Brezak
+Description: Ask version of NIS map from NIS server
+License: BSD-3-Clause
+Name: yppoll
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/yppoll
+URL: https://man.freebsd.org/cgi/man.cgi?query=yppoll(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/yppush.pc b/share/sbom/pkgconfig/yppush.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/yppush.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1995 Bill Paul <wpaul@ctr.columbia.edu>
+Description: Force propagation of updated NIS databases
+License: BSD-4-Clause
+Name: yppush
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/yppush
+URL: https://man.freebsd.org/cgi/man.cgi?query=yppush(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ypserv.pc b/share/sbom/pkgconfig/ypserv.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ypserv.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1995 Bill Paul <wpaul@ctr.columbia.edu>, 1996 Bill Paul <wpaul@ctr.columbia.edu>, 1995, 1996 Bill Paul <wpaul@ctr.columbia.edu>
+Description: NIS database server
+License: BSD-4-Clause
+Name: ypserv
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/ypserv
+URL: https://man.freebsd.org/cgi/man.cgi?query=ypserv(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ypset.pc b/share/sbom/pkgconfig/ypset.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ypset.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992, 1993 Theo de Raadt <deraadt@theos.com>
+Description: Tell ypbind(8) which NIS server process to use
+License: BSD-3-Clause AND BSD-2-Clause
+Name: ypset
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/ypset
+URL: https://man.freebsd.org/cgi/man.cgi?query=ypset(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/ypwhich.pc b/share/sbom/pkgconfig/ypwhich.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ypwhich.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1992, 1993 Theo de Raadt <deraadt@theos.com>
+Description: Return hostname of NIS server of map master
+License: BSD-2-Clause
+Name: ypwhich
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/usr.bin/ypwhich
+URL: https://man.freebsd.org/cgi/man.cgi?query=ypwhich(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zcat.pc b/share/sbom/pkgconfig/zcat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zcat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2018 The NetBSD Foundation, Inc., 2013-2018 Antonio Diaz Diaz, 2009 Xin LI <delphij@FreeBSD.org>, 2011 The NetBSD Foundation, Inc., 2003 Otto Moerbeek <otto@drijf.net>, 2022 Klara, Inc., 1985, 1986, 1992, 1993 The Regents of the University of California, 2003 Todd C. Miller <Todd.Miller@courtesan.com>, 2010 Joerg Sonnenberger <joerg@NetBSD.org>, 2006 The NetBSD Foundation, Inc., 1997, 1998, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2015, 2017 Matthew R. Green, 1997, 1998, 2003, 2004, 2006 Matthew R. Green
+Description: Compression/decompression tool using Lempel-Ziv coding (LZ77)
+License: BSD-3-Clause AND BSD-2-Clause
+Name: zcat
+Requires: csu, libc, libcompiler_rt, liblzma, libz, libzstd
+Source: https://cgit.freebsd.org/src/tree/usr.bin/gzip
+URL: https://man.freebsd.org/cgi/man.cgi?query=zcat(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zcmp.pc b/share/sbom/pkgconfig/zcmp.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zcmp.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2018 The NetBSD Foundation, Inc., 2013-2018 Antonio Diaz Diaz, 2009 Xin LI <delphij@FreeBSD.org>, 2011 The NetBSD Foundation, Inc., 2003 Otto Moerbeek <otto@drijf.net>, 2022 Klara, Inc., 1985, 1986, 1992, 1993 The Regents of the University of California, 2003 Todd C. Miller <Todd.Miller@courtesan.com>, 2010 Joerg Sonnenberger <joerg@NetBSD.org>, 2006 The NetBSD Foundation, Inc., 1997, 1998, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2015, 2017 Matthew R. Green, 1997, 1998, 2003, 2004, 2006 Matthew R. Green
+Description: Compare compressed files
+License: BSD-3-Clause AND BSD-2-Clause
+Name: zcmp
+Requires: csu, libc, libcompiler_rt, liblzma, libz, libzstd
+Source: https://cgit.freebsd.org/src/tree/usr.bin/gzip
+URL: https://man.freebsd.org/cgi/man.cgi?query=zcmp(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zdb.pc b/share/sbom/pkgconfig/zdb.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zdb.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open-source storage platform
+License: CDDL-1.0
+Name: zdb
+URL: https://openzfs.org/wiki/Main_Page
+Version: 2.4.0-rc3
diff --git a/share/sbom/pkgconfig/zdiff.pc b/share/sbom/pkgconfig/zdiff.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zdiff.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2018 The NetBSD Foundation, Inc., 2013-2018 Antonio Diaz Diaz, 2009 Xin LI <delphij@FreeBSD.org>, 2011 The NetBSD Foundation, Inc., 2003 Otto Moerbeek <otto@drijf.net>, 2022 Klara, Inc., 1985, 1986, 1992, 1993 The Regents of the University of California, 2003 Todd C. Miller <Todd.Miller@courtesan.com>, 2010 Joerg Sonnenberger <joerg@NetBSD.org>, 2006 The NetBSD Foundation, Inc., 1997, 1998, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2015, 2017 Matthew R. Green, 1997, 1998, 2003, 2004, 2006 Matthew R. Green
+Description: Compare compressed files
+License: BSD-2-Clause AND BSD-3-Clause AND ISC AND LicenseRef-scancode-public-domain AND LicenseRef-scancode-sudo AND Zlib
+Name: zdiff
+Requires: csu, libc, libcompiler_rt, liblzma, libz, libzstd
+Source: https://cgit.freebsd.org/src/tree/usr.bin/gzip
+URL: https://man.freebsd.org/cgi/man.cgi?query=zdiff(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zdump.pc b/share/sbom/pkgconfig/zdump.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zdump.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Time Zone Code
+Name: zdump
+Source: https://data.iana.org/time-zones/releases/tzcode2025b.tar.gz
+URL: https://www.iana.org/time-zones
+Version: 2025b
diff --git a/share/sbom/pkgconfig/zegrep.pc b/share/sbom/pkgconfig/zegrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zegrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: Grep compressed files
+License: BSD-2-Clause
+Name: zegrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=zegrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zfgrep.pc b/share/sbom/pkgconfig/zfgrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zfgrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: Grep compressed files
+License: BSD-2-Clause
+Name: zfgrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=zfgrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zforce.pc b/share/sbom/pkgconfig/zforce.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zforce.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2018 The NetBSD Foundation, Inc., 2013-2018 Antonio Diaz Diaz, 2009 Xin LI <delphij@FreeBSD.org>, 2011 The NetBSD Foundation, Inc., 2003 Otto Moerbeek <otto@drijf.net>, 2022 Klara, Inc., 1985, 1986, 1992, 1993 The Regents of the University of California, 2003 Todd C. Miller <Todd.Miller@courtesan.com>, 2010 Joerg Sonnenberger <joerg@NetBSD.org>, 2006 The NetBSD Foundation, Inc., 1997, 1998, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2015, 2017 Matthew R. Green, 1997, 1998, 2003, 2004, 2006 Matthew R. Green
+Description: Force gzip files to have a .gz suffix
+License: BSD-3-Clause AND BSD-2-Clause
+Name: zforce
+Requires: csu, libc, libcompiler_rt, liblzma, libz, libzstd
+Source: https://cgit.freebsd.org/src/tree/usr.bin/gzip
+URL: https://man.freebsd.org/cgi/man.cgi?query=zforce(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zfs.pc b/share/sbom/pkgconfig/zfs.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zfs.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2017 Kyle J. Kneitinger <kyle@kneit.in>, 2018 Kyle Evans <kevans@FreeBSD.org>
+Description: Manage ZFS boot environments
+License: Beerware AND BSD-2-Clause
+Name: zfs
+Requires: csu, libbe, libc, libcompiler_rt, libjail, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/bectl
+URL: https://man.freebsd.org/cgi/man.cgi?query=bectl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zfsbootcfg.pc b/share/sbom/pkgconfig/zfsbootcfg.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zfsbootcfg.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2016 Andriy Gapon <avg@FreeBSD.org>
+Description: Specify zfsboot options for the next boot
+License: BSD-2-Clause
+Name: zfsbootcfg
+Requires: csu, libc, libcompiler_rt
+Source: https://cgit.freebsd.org/src/tree/sbin/zfsbootcfg
+URL: https://man.freebsd.org/cgi/man.cgi?query=zfsbootcfg(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zfsd.pc b/share/sbom/pkgconfig/zfsd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zfsd.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open-source storage platform
+License: CDDL-1.0
+Name: zfsd
+URL: https://openzfs.org/wiki/Main_Page
+Version: 2.4.0-rc3
diff --git a/share/sbom/pkgconfig/zgrep.pc b/share/sbom/pkgconfig/zgrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zgrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: Grep compressed files
+License: BSD-2-Clause
+Name: zgrep
+Requires: csu, bzip2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=zgrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zhack.pc b/share/sbom/pkgconfig/zhack.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zhack.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open-source storage platform
+License: CDDL-1.0
+Name: zhack
+URL: https://openzfs.org/wiki/Main_Page
+Version: 2.4.0-rc3
diff --git a/share/sbom/pkgconfig/zic.pc b/share/sbom/pkgconfig/zic.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zic.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Time Zone Code
+Name: zic
+Source: https://data.iana.org/time-zones/releases/tzcode2025b.tar.gz
+URL: https://www.iana.org/time-zones
+Version: 2025b
diff --git a/share/sbom/pkgconfig/zinject.pc b/share/sbom/pkgconfig/zinject.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zinject.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open-source storage platform
+License: CDDL-1.0
+Name: zinject
+URL: https://openzfs.org/wiki/Main_Page
+Version: 2.4.0-rc3
diff --git a/share/sbom/pkgconfig/zless.pc b/share/sbom/pkgconfig/zless.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zless.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open-source file pager
+License: BSD-2-Clause
+Name: zless
+Requires: libncurses
+Source: https://www.greenwoodsoftware.com/less/less-679.tar.gz
+URL: https://www.greenwoodsoftware.com/less/
+Version: 679
diff --git a/share/sbom/pkgconfig/zlib.pc b/share/sbom/pkgconfig/zlib.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zlib.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: zlib compression library
+License: Zlib
+Name: zlib
+Source: https://github.com/madler/zlib/tree/develop
+URL: https://zlib.net
+Version: 1.3.1
diff --git a/share/sbom/pkgconfig/zmore.pc b/share/sbom/pkgconfig/zmore.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zmore.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2018 The NetBSD Foundation, Inc., 2013-2018 Antonio Diaz Diaz, 2009 Xin LI <delphij@FreeBSD.org>, 2011 The NetBSD Foundation, Inc., 2003 Otto Moerbeek <otto@drijf.net>, 2022 Klara, Inc., 1985, 1986, 1992, 1993 The Regents of the University of California, 2003 Todd C. Miller <Todd.Miller@courtesan.com>, 2010 Joerg Sonnenberger <joerg@NetBSD.org>, 2006 The NetBSD Foundation, Inc., 1997, 1998, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2015, 2017 Matthew R. Green, 1997, 1998, 2003, 2004, 2006 Matthew R. Green
+Description: View compressed files
+License: BSD-3-Clause AND BSD-2-Clause
+Name: zmore
+Requires: csu, libc, libcompiler_rt, liblzma, libz, libzstd
+Source: https://cgit.freebsd.org/src/tree/usr.bin/gzip
+URL: https://man.freebsd.org/cgi/man.cgi?query=zmore(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/znew.pc b/share/sbom/pkgconfig/znew.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/znew.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2018 The NetBSD Foundation, Inc., 2013-2018 Antonio Diaz Diaz, 2009 Xin LI <delphij@FreeBSD.org>, 2011 The NetBSD Foundation, Inc., 2003 Otto Moerbeek <otto@drijf.net>, 2022 Klara, Inc., 1985, 1986, 1992, 1993 The Regents of the University of California, 2003 Todd C. Miller <Todd.Miller@courtesan.com>, 2010 Joerg Sonnenberger <joerg@NetBSD.org>, 2006 The NetBSD Foundation, Inc., 1997, 1998, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2015, 2017 Matthew R. Green, 1997, 1998, 2003, 2004, 2006 Matthew R. Green
+Description: Convert compressed files to gzipped files
+License: BSD-3-Clause AND BSD-2-Clause
+Name: znew
+Requires: csu, libc, libcompiler_rt, liblzma, libz, libzstd
+Source: https://cgit.freebsd.org/src/tree/usr.bin/gzip
+URL: https://man.freebsd.org/cgi/man.cgi?query=znew(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zonectl.pc b/share/sbom/pkgconfig/zonectl.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zonectl.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2015, 2016 Spectra Logic Corporation
+Description: Shingled Magnetic Recording Zone Control utility
+License: LicenseRef-scancode-intel-bsd-2-clause
+Name: zonectl
+Requires: csu, libc, libcam, libcompiler_rt, libsbuf, libutil
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/zonectl
+URL: https://man.freebsd.org/cgi/man.cgi?query=zonectl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zpool.pc b/share/sbom/pkgconfig/zpool.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zpool.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 2017 Kyle J. Kneitinger <kyle@kneit.in>, 2018 Kyle Evans <kevans@FreeBSD.org>
+Description: Manage ZFS boot environments
+License: Beerware AND BSD-2-Clause
+Name: zpool
+Requires: csu, libbe, libc, libcompiler_rt, libjail, libutil
+Source: https://cgit.freebsd.org/src/tree/sbin/bectl
+URL: https://man.freebsd.org/cgi/man.cgi?query=bectl(8)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zstd.pc b/share/sbom/pkgconfig/zstd.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zstd.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Zstandard is a fast compression algorithm
+License: BSD-3-Clause
+Name: zstd
+Source: https://github.com/facebook/zstd
+URL: https://facebook.github.io/zstd/
+Version: 1.5.2
diff --git a/share/sbom/pkgconfig/zstdcat.pc b/share/sbom/pkgconfig/zstdcat.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zstdcat.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: Grep compressed files
+License: BSD-2-Clause
+Name: zstdcat
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=zstdegrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zstdegrep.pc b/share/sbom/pkgconfig/zstdegrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zstdegrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: Grep compressed files
+License: BSD-2-Clause
+Name: zstdegrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=zstdegrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zstdfgrep.pc b/share/sbom/pkgconfig/zstdfgrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zstdfgrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: Grep compressed files
+License: BSD-2-Clause
+Name: zstdfgrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=zstdfgrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zstdgrep.pc b/share/sbom/pkgconfig/zstdgrep.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zstdgrep.pc
@@ -0,0 +1,13 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Copyright: 1999 James Howard and Dag-Erling Smorgrav, 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>, 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org>, 2017 Kyle Evans <kevans@FreeBSD.org>, 2010 Dimitry Andric <dimitry@andric.com>, 2020 Kyle Evans <kevans@FreeBSD.org>
+Description: Grep compressed files
+License: BSD-2-Clause
+Name: zstdgrep
+Requires: csu, libbz2, libc, libcompiler_rt, libregex, libz
+Source: https://cgit.freebsd.org/src/tree/usr.bin/grep
+URL: https://man.freebsd.org/cgi/man.cgi?query=zstdgrep(1)
+Version: 16.0
diff --git a/share/sbom/pkgconfig/zstdless.pc b/share/sbom/pkgconfig/zstdless.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zstdless.pc
@@ -0,0 +1,12 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open-source file pager
+License: BSD-2-Clause
+Name: zstdless
+Requires: libncurses
+Source: https://www.greenwoodsoftware.com/less/less-679.tar.gz
+URL: https://www.greenwoodsoftware.com/less/
+Version: 679
diff --git a/share/sbom/pkgconfig/zstdmt.pc b/share/sbom/pkgconfig/zstdmt.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zstdmt.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Zstandard is a fast compression algorithm
+License: BSD-3-Clause
+Name: zstdmt
+Source: https://github.com/facebook/zstd
+URL: https://facebook.github.io/zstd/
+Version: 1.5.2
diff --git a/share/sbom/pkgconfig/zstream.pc b/share/sbom/pkgconfig/zstream.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zstream.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open-source storage platform
+License: CDDL-1.0
+Name: zstream
+URL: https://openzfs.org/wiki/Main_Page
+Version: 2.4.0-rc3
diff --git a/share/sbom/pkgconfig/zstreamdump.pc b/share/sbom/pkgconfig/zstreamdump.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zstreamdump.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open-source storage platform
+License: CDDL-1.0
+Name: zstreamdump
+URL: https://openzfs.org/wiki/Main_Page
+Version: 2.4.0-rc3
diff --git a/share/sbom/pkgconfig/ztest.pc b/share/sbom/pkgconfig/ztest.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/ztest.pc
@@ -0,0 +1,10 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Open-source storage platform
+License: CDDL-1.0
+Name: ztest
+URL: https://openzfs.org/wiki/Main_Page
+Version: 2.4.0-rc3
diff --git a/share/sbom/pkgconfig/zzz.pc b/share/sbom/pkgconfig/zzz.pc
new file mode 100644
--- /dev/null
+++ b/share/sbom/pkgconfig/zzz.pc
@@ -0,0 +1,11 @@
+# Copyright (c) 2026 The FreeBSD Foundation
+#
+# SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM
+# SPDX-FileCopyrightText: 2026 The FreeBSD Foundation
+#
+Description: Suspend an ACPI or APM system
+License: NOASSERTION
+Name: zzz
+Source: https://cgit.freebsd.org/src/tree/usr.sbin/zzz
+URL: https://man.freebsd.org/cgi/man.cgi?query=zzz(8)
+Version: 16.0
diff --git a/usr.bin/bomtool/Makefile b/usr.bin/bomtool/Makefile
--- a/usr.bin/bomtool/Makefile
+++ b/usr.bin/bomtool/Makefile
@@ -6,6 +6,10 @@
LIBADD= pkgconf
+.if defined(TOOLS_PREFIX)
+NO_SHARED= yes
+.endif
+
PKGCONFDIR= ${SRCTOP}/contrib/pkgconf
WARNS?= 3

File Metadata

Mime Type
text/plain
Expires
Sat, Jun 27, 11:04 AM (8 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34397767
Default Alt Text
D56474.diff (602 KB)

Event Timeline