diff --git a/Mk/Uses/linux.mk b/Mk/Uses/linux.mk index 35779e065717..a2784e868fab 100644 --- a/Mk/Uses/linux.mk +++ b/Mk/Uses/linux.mk @@ -1,391 +1,399 @@ # Ports Linux compatibility framework # # Feature: linux:args # Usage: USES=linux or USES=linux:args # Valid args: c7 Depend on CentOS 7 packages (default) # rl9 Depend on Rocky Linux 9 packages # Additional variables: # USE_LINUX List of Linux packages to depend on. # USE_LINUX_RPM When defined, additional variables and targets useful to Linux # infrastructure ports are made available. Possible values: # yes Set default LIB_DISTNAMES. # nolib Set default BIN_DISTNAMES. # noarch Set default SHARE_DISTNAMES. # Additional variables when USE_LINUX_RPM is defined: # BIN_DISTNAMES List of architecture dependent distnames. # LIB_DISTNAMES List of distnames with additional 32 bit version. # SHARE_DISTNAMES List of architecture independent distnames. # SRC_DISTFILES List of source distfiles that need to be distributed # with binary packages to comply with some licenses. # # MAINTAINER: emulation@FreeBSD.org .ifndef _INCLUDE_USES_LINUX_MK _INCLUDE_USES_LINUX_MK= yes _USES_POST+= linux . if empty(linux_ARGS) . if exists(${LINUXBASE}/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7) linux_ARGS= c7 . elif exists(${LINUXBASE}/etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9) linux_ARGS= rl9 . else linux_ARGS= ${LINUX_DEFAULT} . endif . endif . if ${linux_ARGS} == c7 LINUX_DIST_VER?= 7.9.2009 . elif ${linux_ARGS} == rl9 -LINUX_DIST_VER?= 9.4 +LINUX_DIST_VER?= 9.5 . else ERROR+= "Invalid Linux distribution: ${linux_ARGS}" . endif . ifndef ONLY_FOR_ARCHS . if ${linux_ARGS} == rl9 ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= Rocky Linux compatibility is only available on aarch64 and amd64 . else ONLY_FOR_ARCHS= aarch64 amd64 i386 ONLY_FOR_ARCHS_REASON= CentOS Linux compatibility is only available on aarch64, amd64 and i386 . endif . endif _linux_${linux_ARGS}_alsa-lib-devel= linux-${linux_ARGS}-alsa-lib-devel>0:audio/linux-${linux_ARGS}-alsa-lib-devel _linux_${linux_ARGS}_alsa-plugins-oss= linux-${linux_ARGS}-alsa-plugins-oss>0:audio/linux-${linux_ARGS}-alsa-plugins-oss _linux_${linux_ARGS}_alsa-plugins-pulseaudio=linux-${linux_ARGS}-alsa-plugins-pulseaudio>0:audio/linux-${linux_ARGS}-alsa-plugins-pulseaudio _linux_${linux_ARGS}_alsalib= linux-${linux_ARGS}-alsa-lib>0:audio/linux-${linux_ARGS}-alsa-lib _linux_rl9_aom= linux-rl9-aom-libs>0:multimedia/linux-rl9-aom _linux_${linux_ARGS}_at-spi2-atk= linux-${linux_ARGS}-at-spi2-atk>0:accessibility/linux-${linux_ARGS}-at-spi2-atk _linux_${linux_ARGS}_at-spi2-core= linux-${linux_ARGS}-at-spi2-core>0:accessibility/linux-${linux_ARGS}-at-spi2-core _linux_${linux_ARGS}_atk= linux-${linux_ARGS}-atk>0:accessibility/linux-${linux_ARGS}-atk _linux_${linux_ARGS}_avahi-libs= linux-${linux_ARGS}-avahi-libs>0:net/linux-${linux_ARGS}-avahi-libs _linux_c7_base= linux_base-c7>=7.6.1810_7:emulators/linux_base-c7 _linux_rl9_base= linux_base-rl9>=9.2:emulators/linux_base-rl9 _linux_rl9_brotli= linux-rl9-brotli>0:archivers/linux-rl9-brotli _linux_${linux_ARGS}_ca-certificates= linux-${linux_ARGS}-ca-certificates>0:security/linux-${linux_ARGS}-ca-certificates _linux_${linux_ARGS}_cairo= linux-${linux_ARGS}-cairo>0:graphics/linux-${linux_ARGS}-cairo _linux_${linux_ARGS}_cairo-gobject= linux-${linux_ARGS}-cairo-gobject>0:graphics/linux-${linux_ARGS}-cairo-gobject _linux_${linux_ARGS}_cups-libs= linux-${linux_ARGS}-cups-libs>0:print/linux-${linux_ARGS}-cups-libs _linux_${linux_ARGS}_curl= linux-${linux_ARGS}-curl>0:ftp/linux-${linux_ARGS}-curl _linux_${linux_ARGS}_cyrus-sasl2= linux-${linux_ARGS}-cyrus-sasl-lib>0:security/linux-${linux_ARGS}-cyrus-sasl2 _linux_${linux_ARGS}_dbuslibs= linux-${linux_ARGS}-dbus-libs>0:devel/linux-${linux_ARGS}-dbus-libs _linux_${linux_ARGS}_devtools= linux-${linux_ARGS}-devtools>0:devel/linux-${linux_ARGS}-devtools _linux_c7_dosfstools= linux-c7-dosfstools>0:filesystems/linux-c7-dosfstools _linux_${linux_ARGS}_dri= linux-${linux_ARGS}-dri>0:graphics/linux-${linux_ARGS}-dri _linux_${linux_ARGS}_elfutils-libelf= linux-${linux_ARGS}-elfutils-libelf>0:devel/linux-${linux_ARGS}-elfutils-libelf _linux_${linux_ARGS}_elfutils-libs= linux-${linux_ARGS}-elfutils-libs>0:devel/linux-${linux_ARGS}-elfutils-libs _linux_c7_expat-devel= linux-c7-expat-devel>0:textproc/linux-c7-expat-devel _linux_${linux_ARGS}_expat= linux-${linux_ARGS}-expat>0:textproc/linux-${linux_ARGS}-expat _linux_rl9_ffmpeg-libs= linux-rl9-ffmpeg-libs>0:multimedia/linux-rl9-ffmpeg _linux_${linux_ARGS}_flac= linux-${linux_ARGS}-flac-libs>0:audio/linux-${linux_ARGS}-flac _linux_${linux_ARGS}_fontconfig= linux-${linux_ARGS}-fontconfig>0:x11-fonts/linux-${linux_ARGS}-fontconfig _linux_${linux_ARGS}_freetype= linux-${linux_ARGS}-freetype>0:print/linux-${linux_ARGS}-freetype _linux_${linux_ARGS}_fribidi= linux-${linux_ARGS}-fribidi>0:converters/linux-${linux_ARGS}-fribidi _linux_${linux_ARGS}_gdkpixbuf2= linux-${linux_ARGS}-gdk-pixbuf2>0:graphics/linux-${linux_ARGS}-gdk-pixbuf2 _linux_rl9_gnupg= linux-rl9-gnupg2>0:security/linux-rl9-gnupg _linux_${linux_ARGS}_gnutls= linux-${linux_ARGS}-gnutls>0:security/linux-${linux_ARGS}-gnutls _linux_rl9_graphene= linux-rl9-graphene>0:graphics/linux-rl9-graphene _linux_${linux_ARGS}_graphite2= linux-${linux_ARGS}-graphite2>0:graphics/linux-${linux_ARGS}-graphite2 _linux_${linux_ARGS}_gsm= linux-${linux_ARGS}-gsm>0:audio/linux-${linux_ARGS}-gsm _linux_rl9_gstreamer1= linux-rl9-gstreamer1>0:multimedia/linux-rl9-gstreamer1 _linux_rl9_gstreamer1-libav= linux-rl9-gstreamer1-libav>0:multimedia/linux-rl9-gstreamer1-libav _linux_${linux_ARGS}_gtk2= linux-${linux_ARGS}-gtk2>0:x11-toolkits/linux-${linux_ARGS}-gtk2 _linux_${linux_ARGS}_gtk3= linux-${linux_ARGS}-gtk3>0:x11-toolkits/linux-${linux_ARGS}-gtk3 _linux_${linux_ARGS}_harfbuzz= linux-${linux_ARGS}-harfbuzz>0:print/linux-${linux_ARGS}-harfbuzz +_linux_rl9_highway= linux-rl9-highway>0:devel/linux-rl9-highway _linux_${linux_ARGS}_icu= linux-${linux_ARGS}-icu>0:devel/linux-${linux_ARGS}-icu _linux_${linux_ARGS}_jasper= linux-${linux_ARGS}-jasper-libs>0:graphics/linux-${linux_ARGS}-jasper _linux_${linux_ARGS}_jbigkit= linux-${linux_ARGS}-jbigkit-libs>0:graphics/linux-${linux_ARGS}-jbigkit _linux_${linux_ARGS}_jpeg= linux-${linux_ARGS}-jpeg>0:graphics/linux-${linux_ARGS}-jpeg _linux_c7_libaio= linux-c7-libaio>0:devel/linux-c7-libaio _linux_rl9_libassuan= linux-rl9-libassuan>0:security/linux-rl9-libassuan _linux_${linux_ARGS}_libasyncns= linux-${linux_ARGS}-libasyncns>0:dns/linux-${linux_ARGS}-libasyncns _linux_c7_libaudiofile= linux-c7-audiofile>0:audio/linux-c7-audiofile _linux_c7_libcroco= linux-c7-libcroco>0:textproc/linux-c7-libcroco _linux_${linux_ARGS}_libdrm= linux-${linux_ARGS}-libdrm>0:graphics/linux-${linux_ARGS}-libdrm _linux_${linux_ARGS}_libepoxy= linux-${linux_ARGS}-libepoxy>0:graphics/linux-${linux_ARGS}-libepoxy _linux_rl9_libevent= linux-rl9-libevent>0:devel/linux-rl9-libevent _linux_${linux_ARGS}_libgcrypt= linux-${linux_ARGS}-libgcrypt>0:security/linux-${linux_ARGS}-libgcrypt _linux_${linux_ARGS}_libgfortran= linux-${linux_ARGS}-libgfortran>0:devel/linux-${linux_ARGS}-libgfortran _linux_${linux_ARGS}_libglvnd= linux-${linux_ARGS}-libglvnd>0:graphics/linux-${linux_ARGS}-libglvnd _linux_${linux_ARGS}_libgpg-error= linux-${linux_ARGS}-libgpg-error>0:security/linux-${linux_ARGS}-libgpg-error _linux_rl9_libidn2= linux-${linux_ARGS}-libidn2>0:dns/linux-rl9-libidn2 _linux_rl9_libjxl= linux-rl9-libjxl>0:graphics/linux-rl9-libjxl -_linux_rl9_libnghttp2= linux-${linux_ARGS}-libnghttp2>0:www/linux-rl9-libnghttp2 +_linux_rl9_libksba= linux-rl9-libksba>0:security/linux-rl9-libksba +_linux_rl9_libnghttp2= linux-rl9-libnghttp2>0:www/linux-rl9-libnghttp2 _linux_${linux_ARGS}_libogg= linux-${linux_ARGS}-libogg>0:audio/linux-${linux_ARGS}-libogg _linux_${linux_ARGS}_libpciaccess= linux-${linux_ARGS}-libpciaccess>0:devel/linux-${linux_ARGS}-libpciaccess _linux_rl9_libproxy= linux-rl9-libproxy>0:net/linux-rl9-libproxy _linux_rl9_libpsl= linux-rl9-libpsl>0:dns/linux-rl9-libpsl _linux_${linux_ARGS}_librsvg2= linux-${linux_ARGS}-librsvg2>0:graphics/linux-${linux_ARGS}-librsvg2 _linux_rl9_libsecret= linux-rl9-libsecret>0:security/linux-rl9-libsecret _linux_${linux_ARGS}_libsigc++20= linux-${linux_ARGS}-libsigc++20>0:devel/linux-${linux_ARGS}-libsigc++20 -_linux_rl9_libsigsegv= linux-${linux_ARGS}-libsigsegv>0:devel/linux-${linux_ARGS}-libsigsegv -_linux_rl9_libsoup= linux-${linux_ARGS}-libsoup>0:devel/linux-${linux_ARGS}-libsoup +_linux_rl9_libsigsegv= linux-rl9-libsigsegv>0:devel/linux-rl9-libsigsegv +_linux_rl9_libsoup= linux-rl9-libsoup>0:devel/linux-rl9-libsoup _linux_${linux_ARGS}_libsndfile= linux-${linux_ARGS}-libsndfile>0:audio/linux-${linux_ARGS}-libsndfile +_linux_rl9_libssh= linux-rl9-libssh>0:security/linux-rl9-libssh _linux_c7_libssh2= linux-c7-libssh2>0:security/linux-c7-libssh2 +_linux_rl9_libstemmer= linux-rl9-libstemmer>=0:textproc/linux-rl9-libstemmer _linux_${linux_ARGS}_libtasn1= linux-${linux_ARGS}-libtasn1>0:security/linux-${linux_ARGS}-libtasn1 _linux_${linux_ARGS}_libthai= linux-${linux_ARGS}-libthai>0:devel/linux-${linux_ARGS}-libthai _linux_${linux_ARGS}_libtheora= linux-${linux_ARGS}-libtheora>0:multimedia/linux-${linux_ARGS}-libtheora _linux_${linux_ARGS}_libtool-ltdl= linux-${linux_ARGS}-libtool-ltdl>0:devel/linux-${linux_ARGS}-libtool-ltdl _linux_rl9_libtracker-sparql= linux-rl9-libtracker-sparql>0:databases/linux-rl9-libtracker-sparql _linux_rl9_libunistring= linux-rl9-libunistring>0:devel/linux-rl9-libunistring _linux_${linux_ARGS}_libunwind= linux-${linux_ARGS}-libunwind>0:devel/linux-${linux_ARGS}-libunwind _linux_${linux_ARGS}_libv4l= linux-${linux_ARGS}-libv4l>0:multimedia/linux-${linux_ARGS}-libv4l _linux_rl9_libva= linux-rl9-libva>0:multimedia/linux-rl9-libva _linux_rl9_libvdpau= linux-rl9-libvdpau>0:multimedia/linux-rl9-libvdpau _linux_${linux_ARGS}_libvorbis= linux-${linux_ARGS}-libvorbis>0:audio/linux-${linux_ARGS}-libvorbis _linux_rl9_libvpx= linux-rl9-libvpx>0:multimedia/linux-rl9-libvpx _linux_${linux_ARGS}_libxcrypt= linux-${linux_ARGS}-libxcrypt>0:security/linux-${linux_ARGS}-libxcrypt _linux_${linux_ARGS}_libxkbcommon= linux-${linux_ARGS}-libxkbcommon>0:x11/linux-${linux_ARGS}-libxkbcommon _linux_${linux_ARGS}_libxml2= linux-${linux_ARGS}-libxml2>0:textproc/linux-${linux_ARGS}-libxml2 _linux_${linux_ARGS}_libxslt= linux-${linux_ARGS}-libxslt>0:textproc/linux-${linux_ARGS}-libxslt -_linux_rl9_llvm= linux-${linux_ARGS}-llvm>0:devel/linux-${linux_ARGS}-llvm +_linux_rl9_lld= linux-rl9-llvm>0:devel/linux-rl9-lld +_linux_rl9_lldb= linux-rl9-llvm>0:devel/linux-rl9-lldb +_linux_rl9_llvm= linux-rl9-llvm>0:devel/linux-rl9-llvm _linux_c7_lttng-ust= linux-c7-lttng-ust>0:sysutils/linux-c7-lttng-ust _linux_${linux_ARGS}_lz4= linux-${linux_ARGS}-lz4>0:archivers/linux-${linux_ARGS}-lz4 _linux_c7_make= linux-c7-make>0:devel/linux-c7-make _linux_${linux_ARGS}_nettle= linux-${linux_ARGS}-nettle>0:security/linux-${linux_ARGS}-nettle _linux_${linux_ARGS}_nspr= linux-${linux_ARGS}-nspr>0:devel/linux-${linux_ARGS}-nspr _linux_${linux_ARGS}_nss= linux-${linux_ARGS}-nss>0:security/linux-${linux_ARGS}-nss +_linux_rl9_npth= linux-rl9-npth>0:devel/linux-rl9-npth _linux_c7_numactl-libs= linux-c7-numactl-libs>0:sysutils/linux-c7-numactl-libs _linux_rl9_ocl-icd= linux-rl9-ocl-icd>0:devel/linux-rl9-ocl-icd _linux_${linux_ARGS}_openal-soft= linux-${linux_ARGS}-openal-soft>0:audio/linux-${linux_ARGS}-openal-soft _linux_rl9_openjpeg= linux-rl9-openjpeg2>0:graphics/linux-rl9-openjpeg _linux_${linux_ARGS}_openldap= linux-${linux_ARGS}-openldap>0:net/linux-${linux_ARGS}-openldap _linux_c7_openmotif= linux-c7-motif>0:x11-toolkits/linux-c7-openmotif _linux_c7_openssl-devel= linux-c7-openssl-devel>0:security/linux-c7-openssl-devel _linux_c7_openssl= ${_linux_c7_base} _linux_rl9_opus= linux-rl9-opus>0:audio/linux-rl9-opus _linux_rl9_orc= linux-rl9-orc>0:devel/linux-rl9-orc _linux_${linux_ARGS}_p11-kit= linux-${linux_ARGS}-p11-kit>0:security/linux-${linux_ARGS}-p11-kit _linux_${linux_ARGS}_pango= linux-${linux_ARGS}-pango>0:x11-toolkits/linux-${linux_ARGS}-pango _linux_${linux_ARGS}_pixman= linux-${linux_ARGS}-pixman>0:x11/linux-${linux_ARGS}-pixman _linux_${linux_ARGS}_png= linux-${linux_ARGS}-libpng>0:graphics/linux-${linux_ARGS}-png _linux_${linux_ARGS}_pulseaudio-libs= linux-${linux_ARGS}-pulseaudio-libs>0:audio/linux-${linux_ARGS}-pulseaudio-libs _linux_rl9_pulseaudio-utils= linux-rl9-pulseaudio-utils>0:audio/linux-rl9-pulseaudio-utils _linux_rl9_python3= linux-rl9-python39>0:lang/linux-rl9-python3 _linux_c7_qt= linux-c7-qt>0:devel/linux-c7-qt _linux_c7_qt-x11= linux-c7-qt-x11>0:x11-toolkits/linux-c7-qt-x11 _linux_c7_qtwebkit= linux-c7-qtwebkit>0:www/linux-c7-qtwebkit _linux_rl9_qt3d= linux-rl9-qt5-qt3d>0:graphics/linux-rl9-qt5-qt3d _linux_rl9_qtbase= linux-rl9-qt5-qtbase>0:devel/linux-rl9-qt5-qtbase _linux_rl9_qtconnectivity= linux-rl9-qt5-qtconnectivity>0:comms/linux-rl9-qt5-qtconnectivity _linux_rl9_qtdeclarative= linux-rl9-qt5-qtdeclarative>0:devel/linux-rl9-qt5-qtdeclarative _linux_rl9_qtgraphicaleffects= linux-rl9-qt5-qtgraphicaleffects>0:graphics/linux-rl9-qt5-qtgraphicaleffects _linux_rl9_qtimageformats= linux-rl9-qt5-qtimageformats>0:graphics/linux-rl9-qt5-qtimageformats _linux_rl9_qtmultimedia= linux-rl9-qt5-qtmultimedia>0:multimedia/linux-rl9-qt5-qtmultimedia _linux_rl9_qtquickcontrols= linux-rl9-qt5-qtquickcontrols>0:x11-toolkits/linux-rl9-qt5-qtquickcontrols _linux_rl9_qtscript= linux-rl9-qt5-qtscript>0:devel/linux-rl9-qt5-qtscript _linux_rl9_qtsensors= linux-rl9-qt5-qtsensors>0:comms/linux-rl9-qt5-qtsensors _linux_rl9_qtserialbus= linux-rl9-qt5-qtserialbus>0:comms/linux-rl9-qt5-qtserialbus _linux_rl9_qtserialport= linux-rl9-qt5-qtserialport>0:comms/linux-rl9-qt5-qtserialport _linux_rl9_qtsvg= linux-rl9-qt5-qtsvg>0:graphics/linux-rl9-qt5-qtsvg _linux_rl9_qttools= linux-rl9-qt5-qttools>0:devel/linux-rl9-qt5-qttools _linux_rl9_qtwayland= linux-rl9-qt5-qtwayland>0:graphics/linux-rl9-qt5-qtwayland _linux_rl9_qtwebchannel= linux-rl9-qt5-qtwebchannel>0:www/linux-rl9-qt5-qtwebchannel _linux_rl9_qtwebsockets= linux-rl9-qt5-qtwebsockets>0:www/linux-rl9-qt5-qtwebsockets _linux_rl9_qtx11extras= linux-rl9-qt5-qtx11extras>0:x11/linux-rl9-qt5-qtx11extras _linux_rl9_qtxmlpatterns= linux-rl9-qt5-qtxmlpatterns>0:textproc/linux-rl9-qt5-qtxmlpatterns _linux_c7_sdl12= linux-c7-sdl>0:devel/linux-c7-sdl12 _linux_c7_sdlimage= linux-c7-sdl_image>0:graphics/linux-c7-sdl_image _linux_c7_sdlmixer= linux-c7-sdl_mixer>0:audio/linux-c7-sdl_mixer _linux_c7_sdlttf= linux-c7-sdl_ttf>0:graphics/linux-c7-sdl_ttf _linux_rl9_shaderc= linux-rl9-shaderc>0:graphics/linux-rl9-shaderc _linux_rl9_spirv-tools= linux-rl9-spirv-tools>0:graphics/linux-rl9-spirv-tools _linux_${linux_ARGS}_sqlite3= linux-${linux_ARGS}-sqlite>0:databases/linux-${linux_ARGS}-sqlite3 _linux_${linux_ARGS}_strace= linux-${linux_ARGS}-strace>0:devel/linux-${linux_ARGS}-strace _linux_${linux_ARGS}_systemd-libs= linux-${linux_ARGS}-systemd-libs>0:devel/linux-${linux_ARGS}-systemd-libs _linux_c7_tcl85= linux-c7-tcl85>0:lang/linux-c7-tcl85 _linux_rl9_tcl86= linux-rl9-tcl86>0:lang/linux-rl9-tcl86 _linux_${linux_ARGS}_tcp_wrappers-libs= linux-${linux_ARGS}-tcp_wrappers-libs>0:net/linux-${linux_ARGS}-tcp_wrappers-libs _linux_${linux_ARGS}_tiff= linux-${linux_ARGS}-libtiff>0:graphics/linux-${linux_ARGS}-tiff _linux_c7_tk85= linux-c7-tk85>0:x11-toolkits/linux-c7-tk85 _linux_rl9_tk86= linux-rl9-tk86>0:x11-toolkits/linux-rl9-tk86 _linux_${linux_ARGS}_trousers= linux-${linux_ARGS}-trousers>0:security/linux-${linux_ARGS}-trousers _linux_c7_userspace-rcu= linux-c7-userspace-rcu>0:sysutils/linux-c7-userspace-rcu +_linux_rl9_vmaf= linux-rl9-vmaf>0:multimedia/linux-rl9-vmaf _linux_rl9_vulkan= linux-rl9-vulkan-loader>0:graphics/linux-rl9-vulkan _linux_${linux_ARGS}_wayland= linux-${linux_ARGS}-wayland>0:graphics/linux-${linux_ARGS}-wayland _linux_rl9_webp= linux-rl9-libwebp>0:graphics/linux-rl9-webp _linux_rl9_wget= linux-rl9-wget>0:ftp/linux-rl9-wget _linux_${linux_ARGS}_xcb-util= linux-${linux_ARGS}-xcb-util>0:x11/linux-${linux_ARGS}-xcb-util _linux_${linux_ARGS}_xorglibs= linux-${linux_ARGS}-xorg-libs>=7.7:x11/linux-${linux_ARGS}-xorg-libs _linux_c7_zlib-devel= linux-c7-zlib-devel>0:devel/linux-c7-zlib-devel # special node for linux_libusb _linux_${linux_ARGS}_libusb= linux_libusb-${linux_ARGS}>0:devel/linux_libusb@${linux_ARGS} USE_LINUX?= base . for i in ${USE_LINUX} _i_args:= ${i:C/^[^:]*:?//:S/,/ /g} . if ${_i_args:Mpatch} PATCH_DEPENDS+= ${_linux_${linux_ARGS}_${i:C/:.*//}} . endif . if ${_i_args:Mbuild} BUILD_DEPENDS+= ${_linux_${linux_ARGS}_${i:C/:.*//}} . endif . if ${_i_args:Mrun} || empty(_i_args) RUN_DEPENDS+= ${_linux_${linux_ARGS}_${i:C/:.*//}} . endif . if !defined(_linux_${linux_ARGS}_${i:C/:.*//}) DEV_ERROR+= "USE_LINUX=${i}: package does not exist" . endif . endfor . ifdef USE_LINUX_RPM . if ${linux_ARGS} == c7 . ifndef MASTER_SITES MASTER_SITES= ${MASTER_SITE_CENTOS_LINUX} MASTER_SITE_SUBDIR= altarch/${LINUX_DIST_VER}/os/aarch64/Packages/:DEFAULT,aarch64 \ altarch/${LINUX_DIST_VER}/updates/aarch64/Packages/:DEFAULT,aarch64 \ centos/${LINUX_DIST_VER}/os/x86_64/Packages/:DEFAULT,amd64 \ centos/${LINUX_DIST_VER}/updates/x86_64/Packages/:DEFAULT,amd64 \ altarch/${LINUX_DIST_VER}/os/i386/Packages/:DEFAULT,i386 \ altarch/${LINUX_DIST_VER}/updates/i386/Packages/:DEFAULT,i386 \ centos/${LINUX_DIST_VER}/os/Source/SPackages/:SOURCE \ centos/${LINUX_DIST_VER}/updates/Source/SPackages/:SOURCE . endif DIST_SUBDIR?= centos DEPRECATED= CentOS Linux 7 reached end of life (EOL) on June 30, 2024 . elif ${linux_ARGS} == rl9 . ifndef MASTER_SITES MASTER_SITES= ${MASTER_SITE_ROCKY_LINUX} MASTER_SITE_SUBDIR= ${LINUX_DIST_VER}/BaseOS/aarch64/os/Packages/:DEFAULT,aarch64 \ ${LINUX_DIST_VER}/AppStream/aarch64/os/Packages/:DEFAULT,aarch64 \ ${LINUX_DIST_VER}/BaseOS/x86_64/os/Packages/:DEFAULT,amd64 \ ${LINUX_DIST_VER}/AppStream/x86_64/os/Packages/:DEFAULT,amd64 \ ${LINUX_DIST_VER}/BaseOS/source/tree/Packages/:SOURCE \ ${LINUX_DIST_VER}/AppStream/source/tree/Packages/:SOURCE . endif DIST_SUBDIR?= rocky . endif # ${linux_ARGS} == * PKGNAMEPREFIX?= linux-${linux_ARGS}- EXTRACT_SUFX?= .rpm EXTRACT_SUFX_aarch64?= .aarch64${EXTRACT_SUFX} EXTRACT_SUFX_amd64?= .x86_64${EXTRACT_SUFX} EXTRACT_SUFX_i386?= .i686${EXTRACT_SUFX} EXTRACT_SUFX_noarch?= .noarch${EXTRACT_SUFX} SRC_SUFX?= .src${EXTRACT_SUFX} NO_BUILD= yes NO_WRKSUBDIR= yes USE_LINUX_PREFIX= yes . endif # USE_LINUX_RPM .endif # ! _INCLUDE_USES_LINUX_MK .ifdef _POSTMKINCLUDED && ! _INCLUDE_USES_LINUX_POST_MK _INCLUDE_USES_LINUX_POST_MK= yes . ifdef USE_LINUX_RPM . if ${USE_LINUX_RPM} == noarch NO_ARCH= yes SHARE_DISTNAMES?= ${DISTNAME} . elif ${USE_LINUX_RPM} == nolib BIN_DISTNAMES?= ${DISTNAME} . else LIB_DISTNAMES?= ${DISTNAME} . endif . if ${linux_ARGS} == rl9 . if !empty(SHARE_DISTNAMES) SHARE_DISTNAMES:= ${SHARE_DISTNAMES:C/^[a-z0-9]/&\/&/} . endif . if !empty(BIN_DISTNAMES) BIN_DISTNAMES:= ${BIN_DISTNAMES:C/^[a-z0-9]/&\/&/} . endif . if !empty(LIB_DISTNAMES) LIB_DISTNAMES:= ${LIB_DISTNAMES:C/^[a-z0-9]/&\/&/} . endif . endif . if !(defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:Maarch64)) \ && empty(NOT_FOR_ARCHS:Maarch64) DISTFILES_aarch64?= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_aarch64}:aarch64/} \ ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_aarch64}:aarch64/} \ ${SHARE_DISTNAMES:S/$/${EXTRACT_SUFX_noarch}/} \ ${LIB_DISTNAMES_aarch64:S/$/${EXTRACT_SUFX_aarch64}:aarch64/} . endif . if !(defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:Mamd64)) \ && empty(NOT_FOR_ARCHS:Mamd64) . ifndef DISTFILES_amd64 . if ${linux_ARGS} == c7 DISTFILES_amd64= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ ${LIB_DISTNAMES_i386:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} . endif . if !empty(WANT_LINUX32) DISTFILES_amd64+= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64/} . endif DISTFILES_amd64+= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ ${LIB_DISTNAMES_amd64:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ ${SHARE_DISTNAMES:S/$/${EXTRACT_SUFX_noarch}/} . endif . endif . if !(defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:Mi386)) \ && empty(NOT_FOR_ARCHS:Mi386) DISTFILES_i386?= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ ${LIB_DISTNAMES_i386:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:i386/} \ ${SHARE_DISTNAMES:S/$/${EXTRACT_SUFX_noarch}/} . endif SRC_DISTFILES?= ${DISTNAME}${SRC_SUFX}:SOURCE . if ${linux_ARGS} == rl9 SRC_DISTFILES:= ${SRC_DISTFILES:C/^[a-z0-9]/&\/&/} . endif . ifdef USE_LINUX_RPM_BAD_PERMS EXTRACT_DEPENDS+= rpm2archive:archivers/rpm4 EXTRACT_CMD= rpm2archive EXTRACT_BEFORE_ARGS= - < EXTRACT_AFTER_ARGS= | ${TAR} xf - --no-same-owner --no-same-permissions . endif . if ${USE_LINUX_RPM} != noarch PLIST?= ${PKGDIR}/pkg-plist.${ARCH} . endif . if !target(do-install) do-install: (cd ${WRKSRC} && \ ${FIND} * | ${CPIO} -dumpl --quiet ${STAGEDIR}${PREFIX}) . for d in bin lib lib64 sbin [ ! -e ${STAGEDIR}${PREFIX}/${d} -o -L ${STAGEDIR}${PREFIX}/${d} ] || \ (cd ${STAGEDIR}${PREFIX} && \ ${FIND} ${d} | ${CPIO} -dumpl --quiet usr && ${RM} -r ${d}) . endfor [ ! -e ${STAGEDIR}${PREFIX}/usr/share/icons -o \ -L ${STAGEDIR}${PREFIX}/usr/share/icons ] || \ (cd ${STAGEDIR}${PREFIX}/usr/share && ${FIND} icons | \ ${CPIO} -dumpl --quiet ${STAGEDIR}${LOCALBASE}/share && \ ${RM} -r icons) . endif . endif # USE_LINUX_RPM . ifdef DISTNAME_aarch64 DISTFILES_aarch64?= ${DISTNAME_aarch64}${EXTRACT_SUFX} . endif . ifdef DISTNAME_amd64 DISTFILES_amd64?= ${DISTNAME_amd64}${EXTRACT_SUFX} . endif . ifdef DISTNAME_i386 DISTFILES_i386?= ${DISTNAME_i386}${EXTRACT_SUFX} . endif . ifndef DISTFILES . ifdef DISTFILES_aarch64 || DISTFILES_amd64 || DISTFILES_i386 . if make(makesum) _ALL_DISTFILES= ${DISTFILES_aarch64} ${DISTFILES_amd64} ${DISTFILES_i386} DISTFILES= ${_ALL_DISTFILES:O:u} . else DISTFILES= ${DISTFILES_${ARCH}} . endif EXTRACT_ONLY?= ${DISTFILES_${ARCH}:C/:[^:]+$//} . endif . endif . if !empty(SRC_DISTFILES) && (make(makesum) || defined(PACKAGE_BUILDING)) DISTFILES+= ${SRC_DISTFILES} . endif .endif # _POSTMKINCLUDED && ! _INCLUDE_USES_LINUX_POST_MK diff --git a/audio/linux-rl9-alsa-lib-devel/Makefile b/audio/linux-rl9-alsa-lib-devel/Makefile index 9b08a0f95a4a..8e1679c1b3d6 100644 --- a/audio/linux-rl9-alsa-lib-devel/Makefile +++ b/audio/linux-rl9-alsa-lib-devel/Makefile @@ -1,26 +1,25 @@ PORTNAME= alsa-lib -PORTVERSION= 1.2.10 -DISTVERSIONSUFFIX= -2.el9 -PORTREVISION= 2 +PORTVERSION= 1.2.12 +DISTVERSIONSUFFIX= -1.el9 CATEGORIES= audio linux PKGNAMESUFFIX= -devel MAINTAINER= emulation@FreeBSD.org COMMENT= Advanced Linux Sound Architecture headers (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.alsa-project.org/ LICENSE= LGPL21+ USES= linux:rl9 USE_LINUX= alsalib USE_LINUX_RPM= yes WANT_LINUX32= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr #OPTIONS_DEFINE= DOCS .include diff --git a/audio/linux-rl9-alsa-lib-devel/distinfo b/audio/linux-rl9-alsa-lib-devel/distinfo index 836cc6c2c051..c255f576112b 100644 --- a/audio/linux-rl9-alsa-lib-devel/distinfo +++ b/audio/linux-rl9-alsa-lib-devel/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731452912 -SHA256 (rocky/a/alsa-lib-devel-1.2.10-2.el9.aarch64.rpm) = c5562852e5d39c86f348fa53924e9bcc35e4bcacf19e1a2759e9dcf880b08c95 -SIZE (rocky/a/alsa-lib-devel-1.2.10-2.el9.aarch64.rpm) = 840019 -SHA256 (rocky/a/alsa-lib-devel-1.2.10-2.el9.i686.rpm) = 23855c689e40b2c9df7d77847fa751a5fdb7fe71c08a9e9b9d07193f39feeedc -SIZE (rocky/a/alsa-lib-devel-1.2.10-2.el9.i686.rpm) = 840434 -SHA256 (rocky/a/alsa-lib-devel-1.2.10-2.el9.x86_64.rpm) = d2e9fb8355507f63d21780a4ca1ba3aa5a3cef44ed2ff1bd0863553a9011efa0 -SIZE (rocky/a/alsa-lib-devel-1.2.10-2.el9.x86_64.rpm) = 840127 -SHA256 (rocky/a/alsa-lib-1.2.10-2.el9.src.rpm) = 4d635d1c98a6d0011e5d460198978d79764b5444eb285eeefbc730538584ac25 -SIZE (rocky/a/alsa-lib-1.2.10-2.el9.src.rpm) = 1195698 +TIMESTAMP = 1732645656 +SHA256 (rocky/a/alsa-lib-devel-1.2.12-1.el9.aarch64.rpm) = eb675825d7c070b5c2d056b7b15ba8287dbe649dcfec5387dc24e76ca5e78594 +SIZE (rocky/a/alsa-lib-devel-1.2.12-1.el9.aarch64.rpm) = 841658 +SHA256 (rocky/a/alsa-lib-devel-1.2.12-1.el9.i686.rpm) = 36a50bd294e6d35b11bcff177d0649df53e9e080fa40ba467a1880e5ee6e3347 +SIZE (rocky/a/alsa-lib-devel-1.2.12-1.el9.i686.rpm) = 841728 +SHA256 (rocky/a/alsa-lib-devel-1.2.12-1.el9.x86_64.rpm) = 4c1934ce998cad36e4539da9a74e399b17f672ce19fac200e6c2a272a5913f84 +SIZE (rocky/a/alsa-lib-devel-1.2.12-1.el9.x86_64.rpm) = 841607 +SHA256 (rocky/a/alsa-lib-1.2.12-1.el9.src.rpm) = d9d92104f698047ab1d873c806d3f8894aac117827d19f38851c3fd3339e1499 +SIZE (rocky/a/alsa-lib-1.2.12-1.el9.src.rpm) = 1188237 diff --git a/audio/linux-rl9-alsa-lib/Makefile b/audio/linux-rl9-alsa-lib/Makefile index 44a51bfcf297..244821df651e 100644 --- a/audio/linux-rl9-alsa-lib/Makefile +++ b/audio/linux-rl9-alsa-lib/Makefile @@ -1,29 +1,28 @@ PORTNAME= alsa-lib -PORTVERSION= 1.2.10 -DISTVERSIONSUFFIX= -2.el9 -PORTREVISION= 1 +PORTVERSION= 1.2.12 +DISTVERSIONSUFFIX= -1.el9 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org COMMENT= Advanced Linux Sound Architecture libraries (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.alsa-project.org/ LICENSE= GPLv3 RUN_DEPENDS= alsa-lib>0:audio/alsa-lib USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX_RPM= yes WANT_LINUX32= yes CONFLICTS= linux-c7-${PORTNAME} post-patch: @${RM} -r ${WRKSRC}/etc/* ${WRKSRC}/lib/modprobe.d \ ${WRKSRC}/usr/share/doc/alsa-lib post-install: ${LN} -sf ${LOCALBASE}/etc/asound.conf ${STAGEDIR}${PREFIX}/etc .include diff --git a/audio/linux-rl9-alsa-lib/distinfo b/audio/linux-rl9-alsa-lib/distinfo index a293bcee74c3..62bb05f3e168 100644 --- a/audio/linux-rl9-alsa-lib/distinfo +++ b/audio/linux-rl9-alsa-lib/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731452765 -SHA256 (rocky/a/alsa-lib-1.2.10-2.el9.aarch64.rpm) = b0ee69f404316ac9afc2bb687b2859bb9d6879b6eb46d9ca77c8989e76d181e7 -SIZE (rocky/a/alsa-lib-1.2.10-2.el9.aarch64.rpm) = 502427 -SHA256 (rocky/a/alsa-lib-1.2.10-2.el9.i686.rpm) = d7e6bc718ff6eefc9794b9477361f225c94aeb77f6c6e256138af0ac1910256f -SIZE (rocky/a/alsa-lib-1.2.10-2.el9.i686.rpm) = 550320 -SHA256 (rocky/a/alsa-lib-1.2.10-2.el9.x86_64.rpm) = 2f15596aa64a22e9ff3955804d919ce5a56025c159bbe2bc26b9c78ca2d63081 -SIZE (rocky/a/alsa-lib-1.2.10-2.el9.x86_64.rpm) = 516009 -SHA256 (rocky/a/alsa-lib-1.2.10-2.el9.src.rpm) = 4d635d1c98a6d0011e5d460198978d79764b5444eb285eeefbc730538584ac25 -SIZE (rocky/a/alsa-lib-1.2.10-2.el9.src.rpm) = 1195698 +TIMESTAMP = 1732645574 +SHA256 (rocky/a/alsa-lib-1.2.12-1.el9.aarch64.rpm) = 069f179e6f64cbf196fa0363a1cc3381ec87fe5f400a5777483a6f52f71b2932 +SIZE (rocky/a/alsa-lib-1.2.12-1.el9.aarch64.rpm) = 502738 +SHA256 (rocky/a/alsa-lib-1.2.12-1.el9.i686.rpm) = d2e9961069c999fea3e45a171120e6c84684ce4b72e657e887a72faa4c506992 +SIZE (rocky/a/alsa-lib-1.2.12-1.el9.i686.rpm) = 551621 +SHA256 (rocky/a/alsa-lib-1.2.12-1.el9.x86_64.rpm) = 12e71303e6c59d10f1ff9f4490d92ec50b5653a6d86cab0d6642f80c3466ead0 +SIZE (rocky/a/alsa-lib-1.2.12-1.el9.x86_64.rpm) = 516116 +SHA256 (rocky/a/alsa-lib-1.2.12-1.el9.src.rpm) = d9d92104f698047ab1d873c806d3f8894aac117827d19f38851c3fd3339e1499 +SIZE (rocky/a/alsa-lib-1.2.12-1.el9.src.rpm) = 1188237 diff --git a/audio/linux-rl9-alsa-lib/pkg-plist.aarch64 b/audio/linux-rl9-alsa-lib/pkg-plist.aarch64 index 89cfdeb5d1f9..4a59d39eede1 100644 --- a/audio/linux-rl9-alsa-lib/pkg-plist.aarch64 +++ b/audio/linux-rl9-alsa-lib/pkg-plist.aarch64 @@ -1,90 +1,90 @@ etc/asound.conf usr/bin/aserver -usr/lib/.build-id/e2/7dfb04aabb12ad0481f7c4a6f92921b4fd102c -usr/lib/.build-id/ac/9eeea97b2f6db9d260aaf052188e87a339d8a3 -usr/lib/.build-id/bd/0c6561c64ad8c2bf938fc0d207b17ab919e4f0 +usr/lib/.build-id/4b/f82b0d1fc71cc54fb9c2033cb1f25050978557 +usr/lib/.build-id/d7/e487b6f30ea2f98c83c85c2be1585c264e51f4 +usr/lib/.build-id/e2/cc1158380103d26f27c485d9fc15d1b451b4b3 usr/lib/modprobe.d/dist-alsa.conf usr/lib64/libasound.so.2 usr/lib64/libasound.so.2.0.0 usr/lib64/libatopology.so.2 usr/lib64/libatopology.so.2.0.0 usr/share/alsa/alsa.conf usr/share/alsa/cards/AACI.conf usr/share/alsa/cards/ATIIXP-MODEM.conf usr/share/alsa/cards/ATIIXP-SPDMA.conf usr/share/alsa/cards/ATIIXP.conf usr/share/alsa/cards/AU8810.conf usr/share/alsa/cards/AU8820.conf usr/share/alsa/cards/AU8830.conf usr/share/alsa/cards/Audigy.conf usr/share/alsa/cards/Audigy2.conf usr/share/alsa/cards/Aureon51.conf usr/share/alsa/cards/Aureon71.conf usr/share/alsa/cards/CA0106.conf usr/share/alsa/cards/CMI8338-SWIEC.conf usr/share/alsa/cards/CMI8338.conf usr/share/alsa/cards/CMI8738-MC6.conf usr/share/alsa/cards/CMI8738-MC8.conf usr/share/alsa/cards/CMI8788.conf usr/share/alsa/cards/CS46xx.conf usr/share/alsa/cards/EMU10K1.conf usr/share/alsa/cards/EMU10K1X.conf usr/share/alsa/cards/ENS1370.conf usr/share/alsa/cards/ENS1371.conf usr/share/alsa/cards/ES1968.conf usr/share/alsa/cards/Echo_Echo3G.conf usr/share/alsa/cards/FM801.conf usr/share/alsa/cards/FWSpeakers.conf usr/share/alsa/cards/FireWave.conf usr/share/alsa/cards/GUS.conf usr/share/alsa/cards/HDA-Intel.conf usr/share/alsa/cards/HdmiLpeAudio.conf usr/share/alsa/cards/ICE1712.conf usr/share/alsa/cards/ICE1724.conf usr/share/alsa/cards/ICH-MODEM.conf usr/share/alsa/cards/ICH.conf usr/share/alsa/cards/ICH4.conf usr/share/alsa/cards/Loopback.conf usr/share/alsa/cards/Maestro3.conf usr/share/alsa/cards/NFORCE.conf usr/share/alsa/cards/PC-Speaker.conf usr/share/alsa/cards/PMac.conf usr/share/alsa/cards/PMacToonie.conf usr/share/alsa/cards/PS3.conf usr/share/alsa/cards/RME9636.conf usr/share/alsa/cards/RME9652.conf usr/share/alsa/cards/SB-XFi.conf usr/share/alsa/cards/SI7018.conf usr/share/alsa/cards/TRID4DWAVENX.conf usr/share/alsa/cards/USB-Audio.conf usr/share/alsa/cards/VIA686A.conf usr/share/alsa/cards/VIA8233.conf usr/share/alsa/cards/VIA8233A.conf usr/share/alsa/cards/VIA8237.conf usr/share/alsa/cards/VX222.conf usr/share/alsa/cards/VXPocket.conf usr/share/alsa/cards/VXPocket440.conf usr/share/alsa/cards/YMF744.conf usr/share/alsa/cards/aliases.conf usr/share/alsa/cards/pistachio-card.conf usr/share/alsa/cards/vc4-hdmi.conf usr/share/alsa/ctl/default.conf usr/share/alsa/pcm/center_lfe.conf usr/share/alsa/pcm/default.conf usr/share/alsa/pcm/dmix.conf usr/share/alsa/pcm/dpl.conf usr/share/alsa/pcm/dsnoop.conf usr/share/alsa/pcm/front.conf usr/share/alsa/pcm/hdmi.conf usr/share/alsa/pcm/iec958.conf usr/share/alsa/pcm/modem.conf usr/share/alsa/pcm/rear.conf usr/share/alsa/pcm/side.conf usr/share/alsa/pcm/surround21.conf usr/share/alsa/pcm/surround40.conf usr/share/alsa/pcm/surround41.conf usr/share/alsa/pcm/surround50.conf usr/share/alsa/pcm/surround51.conf usr/share/alsa/pcm/surround71.conf usr/share/licenses/alsa-lib/COPYING @dir usr/share/doc diff --git a/audio/linux-rl9-alsa-lib/pkg-plist.amd64 b/audio/linux-rl9-alsa-lib/pkg-plist.amd64 index e384fd5fa4f0..1ce1934ff5c0 100644 --- a/audio/linux-rl9-alsa-lib/pkg-plist.amd64 +++ b/audio/linux-rl9-alsa-lib/pkg-plist.amd64 @@ -1,97 +1,97 @@ etc/asound.conf usr/bin/aserver -usr/lib/.build-id/2d/c78242ae99078fca4a61ce287b086c82aef1c9 -usr/lib/.build-id/33/8458eab6f4dd13fb47f47c8b64f0711c73708e -usr/lib/.build-id/81/398428c6b6b6795ec5802ecc852ec8808e1ccf -usr/lib/.build-id/8f/c8de6c0d5512caf99028f747980f560cdb0fc4 -usr/lib/.build-id/e2/aee50630d012a470b0170954763f52672b7068 -usr/lib/.build-id/ee/b34ccce1adb323c8a691aca020642dfff12de2 +usr/lib/.build-id/15/4061172732baa34901fe928b31fe49d430d4de +usr/lib/.build-id/23/5597e4764511f84865a67f79b5b045b5bc9965 +usr/lib/.build-id/23/9db914d743f4ea17d2d4879f270c5edeb4102a +usr/lib/.build-id/33/ff7be4ee2466ef6aafb413ee36bd7ad058ffc0 +usr/lib/.build-id/64/294db2306babc67195257f607e2ef10c320044 +usr/lib/.build-id/b5/54d89b60c3bf4533e40a6060b6c7ccf2f3502b usr/lib/libasound.so.2 usr/lib/libasound.so.2.0.0 usr/lib/libatopology.so.2 usr/lib/libatopology.so.2.0.0 usr/lib/modprobe.d/dist-alsa.conf usr/lib64/libasound.so.2 usr/lib64/libasound.so.2.0.0 usr/lib64/libatopology.so.2 usr/lib64/libatopology.so.2.0.0 usr/share/alsa/alsa.conf usr/share/alsa/cards/AACI.conf usr/share/alsa/cards/ATIIXP-MODEM.conf usr/share/alsa/cards/ATIIXP-SPDMA.conf usr/share/alsa/cards/ATIIXP.conf usr/share/alsa/cards/AU8810.conf usr/share/alsa/cards/AU8820.conf usr/share/alsa/cards/AU8830.conf usr/share/alsa/cards/Audigy.conf usr/share/alsa/cards/Audigy2.conf usr/share/alsa/cards/Aureon51.conf usr/share/alsa/cards/Aureon71.conf usr/share/alsa/cards/CA0106.conf usr/share/alsa/cards/CMI8338-SWIEC.conf usr/share/alsa/cards/CMI8338.conf usr/share/alsa/cards/CMI8738-MC6.conf usr/share/alsa/cards/CMI8738-MC8.conf usr/share/alsa/cards/CMI8788.conf usr/share/alsa/cards/CS46xx.conf usr/share/alsa/cards/EMU10K1.conf usr/share/alsa/cards/EMU10K1X.conf usr/share/alsa/cards/ENS1370.conf usr/share/alsa/cards/ENS1371.conf usr/share/alsa/cards/ES1968.conf usr/share/alsa/cards/Echo_Echo3G.conf usr/share/alsa/cards/FM801.conf usr/share/alsa/cards/FWSpeakers.conf usr/share/alsa/cards/FireWave.conf usr/share/alsa/cards/GUS.conf usr/share/alsa/cards/HDA-Intel.conf usr/share/alsa/cards/HdmiLpeAudio.conf usr/share/alsa/cards/ICE1712.conf usr/share/alsa/cards/ICE1724.conf usr/share/alsa/cards/ICH-MODEM.conf usr/share/alsa/cards/ICH.conf usr/share/alsa/cards/ICH4.conf usr/share/alsa/cards/Loopback.conf usr/share/alsa/cards/Maestro3.conf usr/share/alsa/cards/NFORCE.conf usr/share/alsa/cards/PC-Speaker.conf usr/share/alsa/cards/PMac.conf usr/share/alsa/cards/PMacToonie.conf usr/share/alsa/cards/PS3.conf usr/share/alsa/cards/RME9636.conf usr/share/alsa/cards/RME9652.conf usr/share/alsa/cards/SB-XFi.conf usr/share/alsa/cards/SI7018.conf usr/share/alsa/cards/TRID4DWAVENX.conf usr/share/alsa/cards/USB-Audio.conf usr/share/alsa/cards/VIA686A.conf usr/share/alsa/cards/VIA8233.conf usr/share/alsa/cards/VIA8233A.conf usr/share/alsa/cards/VIA8237.conf usr/share/alsa/cards/VX222.conf usr/share/alsa/cards/VXPocket.conf usr/share/alsa/cards/VXPocket440.conf usr/share/alsa/cards/YMF744.conf usr/share/alsa/cards/aliases.conf usr/share/alsa/cards/pistachio-card.conf usr/share/alsa/cards/vc4-hdmi.conf usr/share/alsa/ctl/default.conf usr/share/alsa/pcm/center_lfe.conf usr/share/alsa/pcm/default.conf usr/share/alsa/pcm/dmix.conf usr/share/alsa/pcm/dpl.conf usr/share/alsa/pcm/dsnoop.conf usr/share/alsa/pcm/front.conf usr/share/alsa/pcm/hdmi.conf usr/share/alsa/pcm/iec958.conf usr/share/alsa/pcm/modem.conf usr/share/alsa/pcm/rear.conf usr/share/alsa/pcm/side.conf usr/share/alsa/pcm/surround21.conf usr/share/alsa/pcm/surround40.conf usr/share/alsa/pcm/surround41.conf usr/share/alsa/pcm/surround50.conf usr/share/alsa/pcm/surround51.conf usr/share/alsa/pcm/surround71.conf usr/share/licenses/alsa-lib/COPYING @dir usr/share/doc diff --git a/audio/linux-rl9-alsa-plugins-oss/Makefile b/audio/linux-rl9-alsa-plugins-oss/Makefile index 093bc7cb6e58..b7d343e357f1 100644 --- a/audio/linux-rl9-alsa-plugins-oss/Makefile +++ b/audio/linux-rl9-alsa-plugins-oss/Makefile @@ -1,101 +1,101 @@ PORTNAME= alsa-plugins PORTVERSION= 1.2.7.1 DISTVERSIONSUFFIX= -1.el9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio linux MASTER_SITES= ROCKY_LINUX MASTER_SITE_SUBDIR= ${LINUX_DIST_VER}/BaseOS/source/tree/Packages/a/ \ ${LINUX_DIST_VER}/AppStream/source/tree/Packages/a/ PKGNAMEPREFIX= linux-rl9- PKGNAMESUFFIX= -oss EXTRACT_SUFX= .src.rpm DIST_SUBDIR= rocky/a MAINTAINER= emulation@FreeBSD.org COMMENT= OSS plugin for ALSA (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.alsa-project.org/ LICENSE= LGPL21+ USES= autoreconf:build gmake libtool:build linux:rl9 pkgconfig USE_LDCONFIG= yes USE_LINUX= alsalib:build,run alsa-lib-devel:build base:build devtools:build libsigsegv:build,run USE_LINUX_PREFIX=yes CONFIG_ARGS= --disable-static --disable-mix --disable-usbstream \ --disable-arcamav --disable-jack --disable-pulseaudio \ --disable-samplerate --disable-libav --disable-a52 \ --disable-lavrate --disable-speexdsp --with-speex=no CPPFLAGS+= -DFREEBSD_OSS -DFREEBSD_OSS_USE_IO_PTR CFLAGS+= --sysroot=${LINUXBASE} COMPAT32_CFLAGS_amd64= -m32 LIBDIR_aarch64= /usr/lib64 LIBDIR_amd64= /usr/lib64 LIBDIR_i386= /usr/lib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC32= ${WRKDIR}/32/${PORTNAME}-${PORTVERSION} CONFLICTS= linux-c7-${PORTNAME}${PKGNAMESUFFIX} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr PLIST= ${PKGDIR}/pkg-plist.${ARCH} .include post-extract: .if !empty(COMPAT32_CFLAGS_${ARCH}) @${MKDIR} ${WRKDIR}/32 @(cd ${WRKDIR}/32 && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ ../${PORTNAME}-${PORTVERSION}.tar.bz2 ${EXTRACT_AFTER_ARGS}) .endif @(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ ${PORTNAME}-${PORTVERSION}.tar.bz2 ${EXTRACT_AFTER_ARGS}) do-configure: .if !empty(COMPAT32_CFLAGS_${ARCH}) @(cd ${WRKSRC32} && ${AUTORECONF} -f -i && ${SETENV} \ PATH=${LINUXBASE}/usr/bin ./configure CPPFLAGS="${CPPFLAGS}" \ CFLAGS="${CFLAGS:N-march=*} ${COMPAT32_CFLAGS_${ARCH}}" \ LDFLAGS="${LDFLAGS}" MAKE="${LOCALBASE}/bin/gmake" \ MKDIR_P="${MKDIR}" PKG_CONFIG="${LOCALBASE}/bin/pkgconf" \ PKG_CONFIG_PATH=${LINUXBASE}/usr/lib/pkgconfig \ ${CONFIG_ARGS}) .endif @(cd ${WRKSRC} && ${AUTORECONF} -f -i && ${SETENV} \ PATH=${LINUXBASE}/usr/bin ./configure CPPFLAGS="${CPPFLAGS}" \ CFLAGS="${CFLAGS:N-march=*}" LDFLAGS="${LDFLAGS}" \ MAKE="${LOCALBASE}/bin/gmake" MKDIR_P="${MKDIR}" \ PKG_CONFIG="${LOCALBASE}/bin/pkgconf" \ PKG_CONFIG_PATH=${LINUXBASE}${LIBDIR_${ARCH}}/pkgconfig \ --libdir ${LIBDIR_${ARCH}} ${CONFIG_ARGS}) do-build: .if !empty(COMPAT32_CFLAGS_${ARCH}) @(cd ${WRKSRC32} && ${SETENV} PATH=${LINUXBASE}/usr/bin \ ${LOCALBASE}/bin/gmake) .endif @(cd ${WRKSRC} && ${SETENV} PATH=${LINUXBASE}/usr/bin \ ${LOCALBASE}/bin/gmake) do-install: .if !empty(COMPAT32_CFLAGS_${ARCH}) @(cd ${WRKSRC32} && ${SETENV} PATH=${LINUXBASE}/usr/bin \ ${LOCALBASE}/bin/gmake install-strip \ DESTDIR=${STAGEDIR}${LINUXBASE}) ${RM} -r ${STAGEDIR}${LINUXBASE}/usr/lib/alsa-lib/*.la .endif @(cd ${WRKSRC} && ${SETENV} PATH=${LINUXBASE}/usr/bin \ ${LOCALBASE}/bin/gmake install-strip \ DESTDIR=${STAGEDIR}${LINUXBASE}) ${RM} -r ${STAGEDIR}${LINUXBASE}${LIBDIR_${ARCH}}/alsa-lib/*.la ${MKDIR} ${STAGEDIR}${LINUXBASE}/etc/alsa/conf.d ${LN} -sf ../../../usr/share/alsa/alsa.conf.d/50-oss.conf \ ${STAGEDIR}${LINUXBASE}/etc/alsa/conf.d ## Pet poudriere's stage-qa post-install: .if defined(WRKDIRPREFIX) && !empty(WRKDIRPREFIX) ${RM} -r ${LINUXBASE}${WRKDIRPREFIX} .endif .include diff --git a/devel/Makefile b/devel/Makefile index 4218f8eecacf..bc04077b4dfc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,8369 +1,8373 @@ COMMENT = Development utilities SUBDIR += 9base SUBDIR += ElectricFence SUBDIR += R-cran-BH SUBDIR += R-cran-Defaults SUBDIR += R-cran-Hmisc SUBDIR += R-cran-ModelMetrics SUBDIR += R-cran-R.methodsS3 SUBDIR += R-cran-R.oo SUBDIR += R-cran-R.utils SUBDIR += R-cran-R6 SUBDIR += R-cran-RUnit SUBDIR += R-cran-Rcpp SUBDIR += R-cran-RcppProgress SUBDIR += R-cran-Rdpack SUBDIR += R-cran-TH.data SUBDIR += R-cran-abind SUBDIR += R-cran-bindr SUBDIR += R-cran-bindrcpp SUBDIR += R-cran-bit SUBDIR += R-cran-bit64 SUBDIR += R-cran-bitops SUBDIR += R-cran-blob SUBDIR += R-cran-brio SUBDIR += R-cran-broom SUBDIR += R-cran-caTools SUBDIR += R-cran-callr SUBDIR += R-cran-caret SUBDIR += R-cran-checkmate SUBDIR += R-cran-chk SUBDIR += R-cran-chron SUBDIR += R-cran-classInt SUBDIR += R-cran-cli SUBDIR += R-cran-cliapp SUBDIR += R-cran-clipr SUBDIR += R-cran-clisymbols SUBDIR += R-cran-clock SUBDIR += R-cran-collapse SUBDIR += R-cran-conflicted SUBDIR += R-cran-covr SUBDIR += R-cran-cpp11 SUBDIR += R-cran-crayon SUBDIR += R-cran-cyclocomp SUBDIR += R-cran-data.table SUBDIR += R-cran-decor SUBDIR += R-cran-desc SUBDIR += R-cran-devtools SUBDIR += R-cran-diffobj SUBDIR += R-cran-doParallel SUBDIR += R-cran-ellipsis SUBDIR += R-cran-evaluate SUBDIR += R-cran-fansi SUBDIR += R-cran-filelock SUBDIR += R-cran-fontawesome SUBDIR += R-cran-foreach SUBDIR += R-cran-future SUBDIR += R-cran-future.apply SUBDIR += R-cran-gargle SUBDIR += R-cran-gbRd SUBDIR += R-cran-gbm SUBDIR += R-cran-gdata SUBDIR += R-cran-generics SUBDIR += R-cran-gert SUBDIR += R-cran-getopt SUBDIR += R-cran-git2r SUBDIR += R-cran-glmnet SUBDIR += R-cran-globals SUBDIR += R-cran-glue SUBDIR += R-cran-gmodels SUBDIR += R-cran-googledrive SUBDIR += R-cran-googlesheets4 SUBDIR += R-cran-gsubfn SUBDIR += R-cran-gtools SUBDIR += R-cran-hardhat SUBDIR += R-cran-hms SUBDIR += R-cran-ids SUBDIR += R-cran-ini SUBDIR += R-cran-iterators SUBDIR += R-cran-itertools SUBDIR += R-cran-kit SUBDIR += R-cran-later SUBDIR += R-cran-lifecycle SUBDIR += R-cran-lintr SUBDIR += R-cran-listenv SUBDIR += R-cran-lubridate SUBDIR += R-cran-magrittr SUBDIR += R-cran-memoise SUBDIR += R-cran-microbenchmark SUBDIR += R-cran-mlbench SUBDIR += R-cran-mockery SUBDIR += R-cran-mockr SUBDIR += R-cran-modelr SUBDIR += R-cran-msm SUBDIR += R-cran-multicool SUBDIR += R-cran-optparse SUBDIR += R-cran-pak SUBDIR += R-cran-parallelly SUBDIR += R-cran-parsedate SUBDIR += R-cran-pillar SUBDIR += R-cran-pkgbuild SUBDIR += R-cran-pkgcache SUBDIR += R-cran-pkgconfig SUBDIR += R-cran-pkgdepends SUBDIR += R-cran-pkgload SUBDIR += R-cran-pkgmaker SUBDIR += R-cran-pkgsearch SUBDIR += R-cran-plogr SUBDIR += R-cran-plyr SUBDIR += R-cran-praise SUBDIR += R-cran-prettycode SUBDIR += R-cran-prettyunits SUBDIR += R-cran-profvis SUBDIR += R-cran-progress SUBDIR += R-cran-progressr SUBDIR += R-cran-promises SUBDIR += R-cran-proto SUBDIR += R-cran-purrr SUBDIR += R-cran-rJava SUBDIR += R-cran-randomForest SUBDIR += R-cran-rappdirs SUBDIR += R-cran-rcmdcheck SUBDIR += R-cran-registry SUBDIR += R-cran-rematch2 SUBDIR += R-cran-remotes SUBDIR += R-cran-repr SUBDIR += R-cran-reshape SUBDIR += R-cran-reshape2 SUBDIR += R-cran-rgexf SUBDIR += R-cran-rlang SUBDIR += R-cran-rngtools SUBDIR += R-cran-roxygen2 SUBDIR += R-cran-rprojroot SUBDIR += R-cran-rstudioapi SUBDIR += R-cran-rversions SUBDIR += R-cran-sessioninfo SUBDIR += R-cran-sfsmisc SUBDIR += R-cran-sourcetools SUBDIR += R-cran-sys SUBDIR += R-cran-systemfonts SUBDIR += R-cran-testit SUBDIR += R-cran-testthat SUBDIR += R-cran-tibble SUBDIR += R-cran-tidyr SUBDIR += R-cran-tidyselect SUBDIR += R-cran-tidyverse SUBDIR += R-cran-timechange SUBDIR += R-cran-tinytest SUBDIR += R-cran-tzdb SUBDIR += R-cran-urlchecker SUBDIR += R-cran-usethis SUBDIR += R-cran-uuid SUBDIR += R-cran-vcd SUBDIR += R-cran-vctrs SUBDIR += R-cran-waldo SUBDIR += R-cran-whisker SUBDIR += R-cran-whoami SUBDIR += R-cran-withr SUBDIR += R-cran-zeallot SUBDIR += RStudio SUBDIR += SpecTcl SUBDIR += aarch64-none-elf-gcc SUBDIR += abi-compliance-checker SUBDIR += abseil SUBDIR += acme SUBDIR += acsccid SUBDIR += activitymail SUBDIR += actor-framework SUBDIR += adacurses SUBDIR += aegis SUBDIR += agar SUBDIR += aifad SUBDIR += aixlog SUBDIR += ald SUBDIR += alire SUBDIR += allegro SUBDIR += allegro5 SUBDIR += amber SUBDIR += aml SUBDIR += ammonite SUBDIR += amqp-cpp SUBDIR += android-tools SUBDIR += antlr SUBDIR += antlr3 SUBDIR += antlr4 SUBDIR += apache-ant SUBDIR += apache-commons-configuration SUBDIR += apache-commons-daemon SUBDIR += apache-commons-io SUBDIR += apache-commons-jxpath SUBDIR += apache-log4j2 SUBDIR += apache-rat SUBDIR += aphpbreakdown SUBDIR += aphpunit SUBDIR += api-sanity-autotest SUBDIR += apitrace SUBDIR += app-builder SUBDIR += app-builder-devel SUBDIR += appstream SUBDIR += appstream-compose SUBDIR += appstream-glib SUBDIR += appstream-qt SUBDIR += apr1 SUBDIR += arachne-pnr SUBDIR += arcanist SUBDIR += arcanist-lib SUBDIR += arduino SUBDIR += arduino-avrdude SUBDIR += arduino-bsd-mk SUBDIR += arduino-builder SUBDIR += arduino-core SUBDIR += arduino-ctags SUBDIR += arduino-irremote SUBDIR += arduino-mk SUBDIR += arduino-openglcd SUBDIR += arduino-sevseg SUBDIR += arduino-tools SUBDIR += arduino18 SUBDIR += arduinoOTA SUBDIR += argc SUBDIR += argdata SUBDIR += argobots SUBDIR += argouml SUBDIR += argp-standalone SUBDIR += argparse SUBDIR += args SUBDIR += argtable SUBDIR += argtable3 SUBDIR += arm-elf-binutils SUBDIR += arm-none-eabi-gcc SUBDIR += arm-none-eabi-newlib SUBDIR += aros-sdk SUBDIR += arpc SUBDIR += art SUBDIR += artifactory SUBDIR += asfml SUBDIR += asl SUBDIR += asmjit SUBDIR += asmutils SUBDIR += asmx SUBDIR += astah-community SUBDIR += astyle SUBDIR += asyncplusplus SUBDIR += atf SUBDIR += athens SUBDIR += atl SUBDIR += atlantis SUBDIR += autobook SUBDIR += autoconf SUBDIR += autoconf-archive SUBDIR += autoconf-switch SUBDIR += autoconf2.13 SUBDIR += autoconf2.69 SUBDIR += autodia SUBDIR += autogen SUBDIR += automake SUBDIR += autotools SUBDIR += avalon-framework SUBDIR += avarice SUBDIR += avce00 SUBDIR += avr-gcc SUBDIR += avr-gdb SUBDIR += avr-libc SUBDIR += avra SUBDIR += avrdude SUBDIR += avro SUBDIR += avro-c SUBDIR += avro-cpp SUBDIR += awless SUBDIR += aws-c-common SUBDIR += aws-c-compression SUBDIR += aws-c-event-stream SUBDIR += aws-c-http SUBDIR += aws-c-io SUBDIR += aws-c-mqtt SUBDIR += aws-c-s3 SUBDIR += aws-c-sdkutils SUBDIR += aws-checksums SUBDIR += aws-crt-cpp SUBDIR += aws-crt-ffi SUBDIR += aws-sdk-cpp SUBDIR += aws-sdk-php SUBDIR += axmldec SUBDIR += ayatana-ido SUBDIR += babelflow SUBDIR += babeltrace SUBDIR += bacnet-stack SUBDIR += bacon SUBDIR += bam SUBDIR += bashdb SUBDIR += basu SUBDIR += bats-core SUBDIR += bazel SUBDIR += bazel-buildtools SUBDIR += bazel5 SUBDIR += bbparse SUBDIR += bcc SUBDIR += bcpp SUBDIR += bcunit SUBDIR += bear SUBDIR += benchmark SUBDIR += bencodetools SUBDIR += bennugd-core SUBDIR += bennugd-modules SUBDIR += bfg SUBDIR += bglibs SUBDIR += binaryen SUBDIR += bingrep SUBDIR += binutils SUBDIR += bison SUBDIR += bit SUBDIR += bitkeeper SUBDIR += bitsery SUBDIR += blame SUBDIR += blitz SUBDIR += bloaty SUBDIR += bloomberg-bde SUBDIR += blueprint-compiler SUBDIR += bmake SUBDIR += bmkdep SUBDIR += bnf SUBDIR += boehm-gc SUBDIR += boehm-gc-threaded SUBDIR += boost-all SUBDIR += boost-docs SUBDIR += boost-jam SUBDIR += boost-libs SUBDIR += boost-python-libs SUBDIR += boost_build SUBDIR += bossa SUBDIR += boxfort SUBDIR += bpython SUBDIR += brz SUBDIR += bsdbuild SUBDIR += bsdcflow SUBDIR += bsddialog SUBDIR += bsdowl SUBDIR += buf SUBDIR += bugzilla44 SUBDIR += bugzilla50 SUBDIR += build SUBDIR += build2 SUBDIR += buildkite-agent SUBDIR += buildstream SUBDIR += bullet SUBDIR += bunyan SUBDIR += busd SUBDIR += byacc SUBDIR += byaccj SUBDIR += c2mdoc SUBDIR += c4core SUBDIR += calibrator SUBDIR += caliper SUBDIR += camp SUBDIR += capnproto SUBDIR += capnproto1 SUBDIR += capslock SUBDIR += capstone SUBDIR += capstone4 SUBDIR += cargo-about SUBDIR += cargo-bloat SUBDIR += cargo-c SUBDIR += cargo-cache SUBDIR += cargo-deny SUBDIR += cargo-depgraph SUBDIR += cargo-edit SUBDIR += cargo-generate SUBDIR += cargo-hack SUBDIR += cargo-leptos SUBDIR += cargo-llvm-cov SUBDIR += cargo-mutants SUBDIR += cargo-spellcheck SUBDIR += cargo-tarpaulin SUBDIR += cargo-udeps SUBDIR += cask SUBDIR += catch SUBDIR += catch2 SUBDIR += cbang SUBDIR += cbfmt SUBDIR += cbmc SUBDIR += cbrowser SUBDIR += cc65 SUBDIR += ccache SUBDIR += ccache-static SUBDIR += ccache4 SUBDIR += cccc SUBDIR += ccdoc SUBDIR += ccls SUBDIR += ccrtp SUBDIR += cctz SUBDIR += cdecl SUBDIR += cdialog SUBDIR += cdk SUBDIR += cereal SUBDIR += cervisia SUBDIR += cflow SUBDIR += cflow2vcg SUBDIR += cfr SUBDIR += cgdb SUBDIR += cgilib SUBDIR += cgit SUBDIR += cgprof SUBDIR += charva SUBDIR += check SUBDIR += checkbashisms SUBDIR += checkheaders SUBDIR += chroma SUBDIR += chrpath SUBDIR += chruby SUBDIR += cirrus-cli SUBDIR += cityhash SUBDIR += cjose SUBDIR += cl-alexandria SUBDIR += cl-alexandria-sbcl SUBDIR += cl-asdf SUBDIR += cl-cffi SUBDIR += cl-infix SUBDIR += cl-infix-sbcl SUBDIR += cl-port SUBDIR += cl-port-sbcl SUBDIR += cl-split-sequence SUBDIR += cl-split-sequence-sbcl SUBDIR += cl-trivial-features SUBDIR += cl-trivial-features-sbcl SUBDIR += cl-trivial-gray-streams SUBDIR += cl-trivial-gray-streams-sbcl SUBDIR += clazy SUBDIR += cld2 SUBDIR += clewn SUBDIR += cli SUBDIR += cli11 SUBDIR += clig SUBDIR += cligen SUBDIR += clinfo SUBDIR += clipp SUBDIR += clisp-hyperspec SUBDIR += clixon SUBDIR += clojure-cider SUBDIR += cloudabi SUBDIR += cloudabi-toolchain SUBDIR += clthreads SUBDIR += cltune SUBDIR += clxclient SUBDIR += cmake SUBDIR += cmake-core SUBDIR += cmake-doc SUBDIR += cmake-fedora SUBDIR += cmake-gui SUBDIR += cmake-man SUBDIR += cmake-modules-webos SUBDIR += cmakedoc SUBDIR += cmph SUBDIR += cmunge SUBDIR += coccinelle SUBDIR += cocogitto SUBDIR += codeblocks SUBDIR += codequery SUBDIR += codesearch-py SUBDIR += collada-dom SUBDIR += color SUBDIR += colorgcc SUBDIR += colormake SUBDIR += comlin SUBDIR += commit-patch SUBDIR += commitizen SUBDIR += commoncpp SUBDIR += compiler-rt SUBDIR += compiz-bcop SUBDIR += concurrencpp SUBDIR += concurrencykit SUBDIR += concurrentqueue SUBDIR += cons SUBDIR += cons-test SUBDIR += containers SUBDIR += convco SUBDIR += corrade SUBDIR += corrosion SUBDIR += courier-unicode SUBDIR += coursier SUBDIR += covtool SUBDIR += cpan-upload SUBDIR += cpan-upload-http SUBDIR += cpp-hocon SUBDIR += cpp-netlib SUBDIR += cpp-utilities SUBDIR += cpp2py SUBDIR += cppcheck SUBDIR += cppi SUBDIR += cppinsights SUBDIR += cpplint SUBDIR += cpprestsdk SUBDIR += cpptest SUBDIR += cppunit SUBDIR += cppurses SUBDIR += cpputest SUBDIR += cproto SUBDIR += cpu_features SUBDIR += cpu_rec_rs SUBDIR += cquery SUBDIR += cram SUBDIR += crc32c SUBDIR += creduce SUBDIR += critcl SUBDIR += criterion SUBDIR += cscope SUBDIR += cscout SUBDIR += csfml SUBDIR += csmith SUBDIR += csoap SUBDIR += cssc SUBDIR += ctags SUBDIR += ctre SUBDIR += ctypes.sh SUBDIR += cunit SUBDIR += cut SUBDIR += cutelee SUBDIR += cutils SUBDIR += cutter SUBDIR += cvise SUBDIR += cvs SUBDIR += cvs+ipv6 SUBDIR += cvs-devel SUBDIR += cvs-syncmail SUBDIR += cvs2cl SUBDIR += cvs2darcs SUBDIR += cvs2html SUBDIR += cvsadmin SUBDIR += cvsbook SUBDIR += cvschangelogbuilder SUBDIR += cvschk SUBDIR += cvsd SUBDIR += cvsdadm SUBDIR += cvsdelta SUBDIR += cvsdiff2patch SUBDIR += cvsgraph SUBDIR += cvslines SUBDIR += cvsmonitor SUBDIR += cvsplot SUBDIR += cvsps SUBDIR += cvsps-devel SUBDIR += cvsspam SUBDIR += cvstrac SUBDIR += cvsutils SUBDIR += cvsweb SUBDIR += cvsweb3 SUBDIR += cvswrap SUBDIR += cweb SUBDIR += cwrap SUBDIR += cxmon SUBDIR += cxref SUBDIR += cxxopts SUBDIR += cxxtest SUBDIR += cxxtools SUBDIR += cython-lint SUBDIR += d-feet SUBDIR += d-scanner SUBDIR += d-spy SUBDIR += darts SUBDIR += dash.el SUBDIR += dasm SUBDIR += datadraw SUBDIR += date SUBDIR += dbus SUBDIR += dbus-c++ SUBDIR += dbus-glib SUBDIR += dbus-java SUBDIR += dbus-sharp SUBDIR += dbus-sharp-glib SUBDIR += dbus-tcl SUBDIR += dcd-client SUBDIR += dcd-server SUBDIR += dconf SUBDIR += dconf-editor SUBDIR += debugedit SUBDIR += decompyle3 SUBDIR += dee SUBDIR += deforaos-libsystem SUBDIR += deheader SUBDIR += delta SUBDIR += delve SUBDIR += deployer SUBDIR += derelict-sdl2 SUBDIR += derelict-util SUBDIR += desed SUBDIR += desktop-file-utils SUBDIR += dev86 SUBDIR += devhelp SUBDIR += devtodo SUBDIR += dfuife-curses SUBDIR += dia2code SUBDIR += dill SUBDIR += ding-libs SUBDIR += dispy SUBDIR += distcc SUBDIR += distel SUBDIR += distorm SUBDIR += djgpp-binutils SUBDIR += dlib SUBDIR += dmake SUBDIR += dmalloc SUBDIR += dmlc-core SUBDIR += docopt.cpp SUBDIR += doctest SUBDIR += doctorj SUBDIR += dolphin-plugins SUBDIR += dolphin-plugins-devel SUBDIR += dotconf SUBDIR += double-conversion SUBDIR += doxygen SUBDIR += dparser SUBDIR += dra SUBDIR += dragon SUBDIR += dsymbol SUBDIR += dtool SUBDIR += dub SUBDIR += dupl SUBDIR += duplo SUBDIR += dura SUBDIR += dwarf2json SUBDIR += dwarfdump SUBDIR += dwarves SUBDIR += dwz SUBDIR += dxa65 SUBDIR += dyncall SUBDIR += e00compr SUBDIR += eastl SUBDIR += easy-profiler SUBDIR += easyexif SUBDIR += easygit SUBDIR += easyloggingpp SUBDIR += ebnf2yacc SUBDIR += ecgi SUBDIR += edi SUBDIR += editline SUBDIR += efivar SUBDIR += efl SUBDIR += egypt SUBDIR += eiffelstudio SUBDIR += electron29 SUBDIR += electron30 SUBDIR += electron31 SUBDIR += electron32 SUBDIR += electron33 SUBDIR += elf SUBDIR += elf-dissector SUBDIR += elfcat SUBDIR += elfio SUBDIR += elfkickers SUBDIR += elfsh SUBDIR += elfutils SUBDIR += elixir-hex SUBDIR += elixir-make SUBDIR += elm-format SUBDIR += emacs-lsp-booster SUBDIR += embb SUBDIR += emscripten SUBDIR += entt SUBDIR += envsubst SUBDIR += epl.el SUBDIR += epm SUBDIR += eql5 SUBDIR += eric6 SUBDIR += erlang-cl SUBDIR += erlang-native-compiler SUBDIR += erlang-rebar3_hex SUBDIR += erlang-recon SUBDIR += es-eric6 SUBDIR += esbuild SUBDIR += estd SUBDIR += etcd SUBDIR += etcd31 SUBDIR += etcd32 SUBDIR += etcd33 SUBDIR += etcd34 SUBDIR += etl SUBDIR += evcxr-jupyter SUBDIR += evdev-proto SUBDIR += evemu SUBDIR += eventxx SUBDIR += exercisix SUBDIR += exomizer SUBDIR += f77flow SUBDIR += fam SUBDIR += fastcrc SUBDIR += fatal SUBDIR += fbthrift SUBDIR += fc++ SUBDIR += fccf SUBDIR += fcppt SUBDIR += ffs SUBDIR += fhist SUBDIR += fifechan SUBDIR += fire-hpp SUBDIR += firmware-utils SUBDIR += fistgen SUBDIR += flatbuffers SUBDIR += flatcc SUBDIR += flatzebra SUBDIR += flex-sdk SUBDIR += flex-sdk35 SUBDIR += flexdock SUBDIR += flexjson SUBDIR += flyspray SUBDIR += fmake SUBDIR += fnc SUBDIR += fnm SUBDIR += folly SUBDIR += forge SUBDIR += forge-devel SUBDIR += fortran-utils SUBDIR += fortytwo-encore SUBDIR += fossil SUBDIR += fossology-nomos-standalone SUBDIR += fp16 SUBDIR += fpp SUBDIR += freebsd-gcc12 SUBDIR += freebsd-gcc13 SUBDIR += freebsd-gcc14 SUBDIR += freebsd-git-devtools SUBDIR += freebsd-sysroot SUBDIR += frink SUBDIR += fsmtrie SUBDIR += fstrcmp SUBDIR += fstrm SUBDIR += fsx SUBDIR += ftjam SUBDIR += ftnchek SUBDIR += ftxui SUBDIR += functionalplus SUBDIR += fungw SUBDIR += fuzzylite SUBDIR += fxdiv SUBDIR += g-golf SUBDIR += g-wrap SUBDIR += ga SUBDIR += gaa SUBDIR += gamin SUBDIR += gammaray SUBDIR += gauche-readline SUBDIR += gaul SUBDIR += gbump SUBDIR += gcc-arm-embedded SUBDIR += gcc-msp430-ti-toolchain SUBDIR += gccmakedep SUBDIR += gcem SUBDIR += gcli SUBDIR += gconf2 SUBDIR += gconfmm26 SUBDIR += gdb SUBDIR += gdcm SUBDIR += gdmd SUBDIR += geany SUBDIR += geany-plugin-addons SUBDIR += geany-plugin-autoclose SUBDIR += geany-plugin-automark SUBDIR += geany-plugin-codenav SUBDIR += geany-plugin-commander SUBDIR += geany-plugin-ctags SUBDIR += geany-plugin-debugger SUBDIR += geany-plugin-defineformat SUBDIR += geany-plugin-doc SUBDIR += geany-plugin-extrasel SUBDIR += geany-plugin-gendoc SUBDIR += geany-plugin-geniuspaste SUBDIR += geany-plugin-git-changebar SUBDIR += geany-plugin-insertnum SUBDIR += geany-plugin-latex SUBDIR += geany-plugin-lineoperations SUBDIR += geany-plugin-lipsum SUBDIR += geany-plugin-lua SUBDIR += geany-plugin-macro SUBDIR += geany-plugin-markdown SUBDIR += geany-plugin-miniscript SUBDIR += geany-plugin-numberedbookmarks SUBDIR += geany-plugin-overview SUBDIR += geany-plugin-pairtaghighlighter SUBDIR += geany-plugin-pg SUBDIR += geany-plugin-pohelper SUBDIR += geany-plugin-pretty-printer SUBDIR += geany-plugin-prj SUBDIR += geany-plugin-projectorganizer SUBDIR += geany-plugin-scope SUBDIR += geany-plugin-sendmail SUBDIR += geany-plugin-shiftcolumn SUBDIR += geany-plugin-spellcheck SUBDIR += geany-plugin-tableconvert SUBDIR += geany-plugin-treebrowser SUBDIR += geany-plugin-updatechecker SUBDIR += geany-plugin-utilslib SUBDIR += geany-plugin-vc SUBDIR += geany-plugin-vimode SUBDIR += geany-plugin-workbench SUBDIR += geany-plugin-xmlsnippets SUBDIR += geany-plugins SUBDIR += geany-plugins-l10n SUBDIR += geany-themes SUBDIR += generate SUBDIR += gengetopt SUBDIR += genht SUBDIR += genie SUBDIR += getoptions SUBDIR += gettext SUBDIR += gettext-lint SUBDIR += gettext-msghack SUBDIR += gettext-po-mode SUBDIR += gettext-runtime SUBDIR += gettext-tiny SUBDIR += gettext-tools SUBDIR += gflags SUBDIR += gfold SUBDIR += gh SUBDIR += ghidra SUBDIR += ghostie SUBDIR += ghq SUBDIR += ghub SUBDIR += ghub-devel SUBDIR += gindent SUBDIR += gio-sharp SUBDIR += git SUBDIR += git-absorb SUBDIR += git-branchless SUBDIR += git-bug SUBDIR += git-cinnabar SUBDIR += git-cliff SUBDIR += git-codereview SUBDIR += git-cola SUBDIR += git-cvs SUBDIR += git-delta SUBDIR += git-extras SUBDIR += git-filter-repo SUBDIR += git-filter-repo-devel SUBDIR += git-graph SUBDIR += git-gui SUBDIR += git-lab SUBDIR += git-lfs SUBDIR += git-merge-changelog SUBDIR += git-modes SUBDIR += git-p4 SUBDIR += git-prev-next SUBDIR += git-repo-manager SUBDIR += git-review SUBDIR += git-subrepo SUBDIR += git-svn SUBDIR += git-town SUBDIR += git-tui SUBDIR += git-workspace SUBDIR += gitaly SUBDIR += gitea-act_runner SUBDIR += gitflow SUBDIR += gitg SUBDIR += github-backup-utils SUBDIR += gitinspector SUBDIR += gitlab-runner SUBDIR += gitlab-shell SUBDIR += gitleaks SUBDIR += gitlist SUBDIR += gitolite SUBDIR += gitolite2 SUBDIR += gitoxide SUBDIR += gitqlient SUBDIR += gittrac SUBDIR += gitty SUBDIR += gitu SUBDIR += gitui SUBDIR += glab SUBDIR += glade SUBDIR += glademm SUBDIR += glaze SUBDIR += glib20 SUBDIR += glibd SUBDIR += glibmm SUBDIR += glibmm26 SUBDIR += glitter SUBDIR += gllvm SUBDIR += global SUBDIR += glog SUBDIR += glrparser SUBDIR += glui SUBDIR += gmake SUBDIR += gn SUBDIR += gnome-builder SUBDIR += gnome-common SUBDIR += gnu-efi SUBDIR += gnucflow SUBDIR += gnulib SUBDIR += gnulibiberty SUBDIR += gnustep SUBDIR += gnustep-make SUBDIR += go-bindata SUBDIR += go-bindata-assetfs SUBDIR += go-git SUBDIR += go-mode.el SUBDIR += go-perf SUBDIR += go-tools SUBDIR += go-wire SUBDIR += gob2 SUBDIR += gobject-introspection SUBDIR += gocheese SUBDIR += gocritic SUBDIR += godot SUBDIR += godot-tools SUBDIR += godot35 SUBDIR += godot35-tools SUBDIR += goffice SUBDIR += gogs SUBDIR += golangci-lint SUBDIR += golint SUBDIR += gomigrate SUBDIR += google-cloud-cpp SUBDIR += google-perftools SUBDIR += google-styleguide SUBDIR += googletest SUBDIR += gopls SUBDIR += goprotobuf SUBDIR += goredo SUBDIR += goreleaser SUBDIR += gorm SUBDIR += goswagger SUBDIR += got SUBDIR += gpds SUBDIR += gperf SUBDIR += gpm SUBDIR += gprbuild SUBDIR += gputils SUBDIR += gradle SUBDIR += gradle-completion SUBDIR += gradle5 SUBDIR += gradle6 SUBDIR += gradle62 SUBDIR += gradle761 SUBDIR += grantlee5 SUBDIR += grcov SUBDIR += grex SUBDIR += grpc SUBDIR += grv SUBDIR += gsettings-desktop-schemas SUBDIR += gsoap SUBDIR += gstreamer1-plugins-soup SUBDIR += gtgt SUBDIR += gtranslator SUBDIR += guichan SUBDIR += guile-lib SUBDIR += gum SUBDIR += gumbo SUBDIR += gvp SUBDIR += gwenhywfar SUBDIR += gwenhywfar-fox16 SUBDIR += gwenhywfar-gtk2 SUBDIR += gwenhywfar-gtk3 SUBDIR += gwenhywfar-qt5 SUBDIR += gzstream SUBDIR += hapy SUBDIR += hare SUBDIR += hcs12mem SUBDIR += heaptrack SUBDIR += heimdall SUBDIR += heirloom-devtools SUBDIR += hexcompare SUBDIR += hexd SUBDIR += hgreviewboard SUBDIR += hgsvn SUBDIR += highlighterkit SUBDIR += highway SUBDIR += hoel SUBDIR += hotspot SUBDIR += hp48cc SUBDIR += hp48xgcc SUBDIR += hpx SUBDIR += hs-ShellCheck SUBDIR += hs-alex SUBDIR += hs-cabal-install SUBDIR += hs-cpphs SUBDIR += hs-darcs SUBDIR += hs-ghc-events SUBDIR += hs-ghcprofview SUBDIR += hs-git-annex SUBDIR += hs-git-brunch SUBDIR += hs-happy SUBDIR += hs-haskell-language-server SUBDIR += hs-hasktags SUBDIR += hs-hlint SUBDIR += hs-hoogle SUBDIR += hs-hpack SUBDIR += hs-hspec-discover SUBDIR += hs-mueval SUBDIR += hs-ormolu SUBDIR += hs-profiteur SUBDIR += hs-shake SUBDIR += hs-spago SUBDIR += hs-threadscope SUBDIR += htable SUBDIR += hub SUBDIR += hvm SUBDIR += hwloc SUBDIR += hwloc2 SUBDIR += hyperscan SUBDIR += hyprlang SUBDIR += hyprutils SUBDIR += hyprwayland-scanner SUBDIR += iaito SUBDIR += ice SUBDIR += ice37 SUBDIR += icestorm SUBDIR += icmake SUBDIR += icontheme SUBDIR += icu SUBDIR += icu-le-hb SUBDIR += icu-lx SUBDIR += idutils SUBDIR += ignition-cmake SUBDIR += ignition-common SUBDIR += ignition-msgs SUBDIR += ignition-plugin SUBDIR += ignition-tools SUBDIR += ikos SUBDIR += imake SUBDIR += immer SUBDIR += imtui SUBDIR += inastemp SUBDIR += include-what-you-use SUBDIR += indi SUBDIR += indicators SUBDIR += influx-pkg-config SUBDIR += inifiled SUBDIR += inih SUBDIR += inilib SUBDIR += inilike SUBDIR += iniparser SUBDIR += initutil SUBDIR += injeqt SUBDIR += intel-graphics-compiler SUBDIR += interactive_rebase_tool SUBDIR += ioncube SUBDIR += ipython SUBDIR += ireport SUBDIR += isa-l SUBDIR += iscd-commons SUBDIR += isfreedesktop SUBDIR += isl SUBDIR += ispc SUBDIR += ittapi SUBDIR += ivykis SUBDIR += jam SUBDIR += jansson SUBDIR += java-findbugs SUBDIR += jclassinfo SUBDIR += jcmdline SUBDIR += jech-dht SUBDIR += jenkins SUBDIR += jenkins-lts SUBDIR += jetbrains-clion SUBDIR += jetbrains-goland SUBDIR += jetbrains-phpstorm SUBDIR += jetbrains-pty4j SUBDIR += jetbrains-restarter SUBDIR += jetbrains-rustrover SUBDIR += jetbrains-sqlite SUBDIR += jetbrains-webstorm SUBDIR += jgoodies-looks SUBDIR += jiic SUBDIR += jiri SUBDIR += jline SUBDIR += jna SUBDIR += jrtplib SUBDIR += jsap SUBDIR += jsl SUBDIR += jsmin SUBDIR += json-c SUBDIR += json-dto SUBDIR += json-fortran SUBDIR += json-glib SUBDIR += jsoncpp SUBDIR += jsonnet SUBDIR += jsonrpc-glib SUBDIR += juce SUBDIR += juce706 SUBDIR += judy SUBDIR += jujutsu SUBDIR += jwasm SUBDIR += kBuild SUBDIR += kapptemplate SUBDIR += kcachegrind SUBDIR += kconfig-frontends SUBDIR += kcov SUBDIR += kdbg SUBDIR += kde-dev-scripts SUBDIR += kde-dev-utils SUBDIR += kdesdk SUBDIR += kdesdk-kio SUBDIR += kdesdk-thumbnailers SUBDIR += kdesvn SUBDIR += kdev-php SUBDIR += kdev-python SUBDIR += kdevelop SUBDIR += kdevelop-pg-qt SUBDIR += kdsingleapplication SUBDIR += kerl SUBDIR += kf5-extra-cmake-modules SUBDIR += kf5-kapidox SUBDIR += kf5-kauth SUBDIR += kf5-kbookmarks SUBDIR += kf5-kcmutils SUBDIR += kf5-kconfig SUBDIR += kf5-kcoreaddons SUBDIR += kf5-kcrash SUBDIR += kf5-kdbusaddons SUBDIR += kf5-kdeclarative SUBDIR += kf5-kdoctools SUBDIR += kf5-kfilemetadata SUBDIR += kf5-ki18n SUBDIR += kf5-kidletime SUBDIR += kf5-kio SUBDIR += kf5-kitemmodels SUBDIR += kf5-knewstuff SUBDIR += kf5-knotifications SUBDIR += kf5-knotifyconfig SUBDIR += kf5-kpackage SUBDIR += kf5-kparts SUBDIR += kf5-kpeople SUBDIR += kf5-kpty SUBDIR += kf5-kservice SUBDIR += kf5-ktexteditor SUBDIR += kf5-kunitconversion SUBDIR += kf5-solid SUBDIR += kf5-threadweaver SUBDIR += kf6-extra-cmake-modules SUBDIR += kf6-kapidox SUBDIR += kf6-kauth SUBDIR += kf6-kbookmarks SUBDIR += kf6-kcmutils SUBDIR += kf6-kconfig SUBDIR += kf6-kcoreaddons SUBDIR += kf6-kcrash SUBDIR += kf6-kdbusaddons SUBDIR += kf6-kdeclarative SUBDIR += kf6-kdoctools SUBDIR += kf6-kfilemetadata SUBDIR += kf6-ki18n SUBDIR += kf6-kidletime SUBDIR += kf6-kio SUBDIR += kf6-kitemmodels SUBDIR += kf6-knewstuff SUBDIR += kf6-knotifications SUBDIR += kf6-knotifyconfig SUBDIR += kf6-kpackage SUBDIR += kf6-kparts SUBDIR += kf6-kpeople SUBDIR += kf6-kpty SUBDIR += kf6-kservice SUBDIR += kf6-ktexteditor SUBDIR += kf6-ktexttemplate SUBDIR += kf6-kunitconversion SUBDIR += kf6-solid SUBDIR += kf6-threadweaver SUBDIR += kio-extras SUBDIR += kirigami-gallery SUBDIR += klib SUBDIR += kms-cmake-utils SUBDIR += kodi-platform SUBDIR += kokkos SUBDIR += kommit SUBDIR += kore SUBDIR += kpublictransport SUBDIR += kronosnet SUBDIR += ksql SUBDIR += ktextaddons SUBDIR += kyra SUBDIR += kyua SUBDIR += lab SUBDIR += lager SUBDIR += laminar SUBDIR += lasi SUBDIR += lattice-ice40-examples-hx1k SUBDIR += lattice-ice40-examples-hx8k SUBDIR += lattice-ice40-tools SUBDIR += lazygit SUBDIR += lcov SUBDIR += leaktracer SUBDIR += leatherman SUBDIR += lefthook SUBDIR += leiningen SUBDIR += lemon SUBDIR += lets SUBDIR += level-zero SUBDIR += lfcbase SUBDIR += lfcxml SUBDIR += libCello SUBDIR += libIDL SUBDIR += libPropList SUBDIR += libabigail SUBDIR += libac SUBDIR += libada SUBDIR += libafterbase SUBDIR += libantlr3c SUBDIR += libantlr4 SUBDIR += libappindicator SUBDIR += libaravis SUBDIR += libarea SUBDIR += libarena SUBDIR += libassa SUBDIR += libassetml SUBDIR += libast SUBDIR += libastylej SUBDIR += libastylej-arduino SUBDIR += libatomic_ops SUBDIR += libaura SUBDIR += libavl SUBDIR += libayatana-appindicator SUBDIR += libayatana-indicator SUBDIR += libb2 SUBDIR += libbacktrace SUBDIR += libbegemot SUBDIR += libbfd SUBDIR += libbinio SUBDIR += libbpfjit SUBDIR += libbson SUBDIR += libburn SUBDIR += libcbor SUBDIR += libccid SUBDIR += libcdada SUBDIR += libcdb SUBDIR += libcds SUBDIR += libcfu SUBDIR += libchdr SUBDIR += libchipcard SUBDIR += libcidr SUBDIR += libcii SUBDIR += libcircllhist SUBDIR += libcjson SUBDIR += libclc SUBDIR += libcli SUBDIR += libconcurrent SUBDIR += libconfig SUBDIR += libconfuse SUBDIR += libcreg SUBDIR += libcrossguid SUBDIR += libcsptr SUBDIR += libcuckoo SUBDIR += libcutl SUBDIR += libcwd SUBDIR += libdaemon SUBDIR += libdap SUBDIR += libdatadog SUBDIR += libdatovka SUBDIR += libdatrie SUBDIR += libdbusmenu SUBDIR += libdbusmenu-lxqt SUBDIR += libdbusmenu-qt SUBDIR += libddoc SUBDIR += libddwaf SUBDIR += libdfui SUBDIR += libdill SUBDIR += libdisasm SUBDIR += libdisorder SUBDIR += libdispatch SUBDIR += libdistance SUBDIR += libdlmalloc SUBDIR += libdnsres SUBDIR += libdombey SUBDIR += libdparse SUBDIR += libds SUBDIR += libdwarf SUBDIR += libe SUBDIR += libedit SUBDIR += libeio SUBDIR += libelf SUBDIR += libepoll-shim SUBDIR += libepp-nicbr SUBDIR += liberasurecode SUBDIR += libesedb SUBDIR += libestr SUBDIR += libev SUBDIR += libevdev SUBDIR += libevdevplus SUBDIR += libevent SUBDIR += libevent-devel SUBDIR += libevt SUBDIR += libevtx SUBDIR += libewf SUBDIR += libexplain SUBDIR += libfaketime SUBDIR += libfastcommon SUBDIR += libfastjson SUBDIR += libffcall SUBDIR += libffi SUBDIR += libffi321 SUBDIR += libffi33 SUBDIR += libfirm SUBDIR += libfixposix SUBDIR += libflatarray SUBDIR += libfmt SUBDIR += libfort SUBDIR += libfortuna SUBDIR += libfreefare SUBDIR += libftdi SUBDIR += libftdi1 SUBDIR += libfwnt SUBDIR += libfwsi SUBDIR += libg19 SUBDIR += libg19draw SUBDIR += libgamepad SUBDIR += libgdata SUBDIR += libgee SUBDIR += libgee06 SUBDIR += libgetline SUBDIR += libgit2 SUBDIR += libgit2-glib SUBDIR += libglade2 SUBDIR += libglademm24 SUBDIR += libgnt SUBDIR += libgnuregex SUBDIR += libgpc SUBDIR += libgpkg SUBDIR += libgpr SUBDIR += libgrading SUBDIR += libgraphqlparser SUBDIR += libgsf SUBDIR += libgta SUBDIR += libgtop SUBDIR += libgudev SUBDIR += libgusb SUBDIR += libgutenfetch SUBDIR += libheinz SUBDIR += libhoard SUBDIR += libhtp SUBDIR += libibuddy SUBDIR += libical SUBDIR += libiec61850 SUBDIR += libindicator SUBDIR += libinjection SUBDIR += libinotify SUBDIR += libisofs SUBDIR += libixp SUBDIR += libjitterentropy SUBDIR += libjodycode SUBDIR += libk8055 SUBDIR += libkiwix SUBDIR += libklel SUBDIR += liblangtag SUBDIR += liblnk SUBDIR += liblockfile SUBDIR += liblogging SUBDIR += liblognorm SUBDIR += liblouis SUBDIR += liblpm SUBDIR += libltdl SUBDIR += libluksde SUBDIR += liblxqt SUBDIR += libmaa SUBDIR += libmatheval SUBDIR += libmatthew SUBDIR += libmba SUBDIR += libmcfp SUBDIR += libmill SUBDIR += libmimedir SUBDIR += libmowgli SUBDIR += libmowgli2 SUBDIR += libmpcbdm SUBDIR += libmsiecf SUBDIR += libmsocket SUBDIR += libmtdev SUBDIR += libmtrie SUBDIR += libmustache SUBDIR += libnaji SUBDIR += libnest2d-ultimaker SUBDIR += libnfc SUBDIR += libnjs SUBDIR += libnotify SUBDIR += libnsutils SUBDIR += liboil SUBDIR += libolecf SUBDIR += libopenbsd SUBDIR += libopencm3 SUBDIR += liborcus SUBDIR += libosinfo SUBDIR += libowfat SUBDIR += libpafe SUBDIR += libpafe-ruby SUBDIR += libparserutils SUBDIR += libpasori SUBDIR += libpci SUBDIR += libpciaccess SUBDIR += libpcl SUBDIR += libpdel SUBDIR += libpeak SUBDIR += libpeas SUBDIR += libpff SUBDIR += libphdi SUBDIR += libphonenumber SUBDIR += libplist SUBDIR += libpo6 SUBDIR += libpololu-avr SUBDIR += libpru SUBDIR += libqb SUBDIR += libqcow SUBDIR += libqsbr SUBDIR += libqt6xdg SUBDIR += libqtxdg SUBDIR += libr3 SUBDIR += librashader SUBDIR += librcc SUBDIR += librcd SUBDIR += libreadline-java SUBDIR += libregf SUBDIR += librelp SUBDIR += librest SUBDIR += librevisa SUBDIR += librevisa-vish SUBDIR += librevisa-vxi SUBDIR += librolegen SUBDIR += librttopo SUBDIR += libruin SUBDIR += libs11n SUBDIR += libsavitar SUBDIR += libscca SUBDIR += libscfg SUBDIR += libsearpc SUBDIR += libserdes SUBDIR += libserialport SUBDIR += libshbuf SUBDIR += libshhmsg SUBDIR += libshhopt SUBDIR += libsigc++20 SUBDIR += libsigc++30 SUBDIR += libsigrok SUBDIR += libsigrokdecode SUBDIR += libsigscan SUBDIR += libsigsegv SUBDIR += libsimdpp SUBDIR += libslang2 SUBDIR += libsmdev SUBDIR += libsml SUBDIR += libsmpp34 SUBDIR += libsmraw SUBDIR += libsoup SUBDIR += libsoup3 SUBDIR += libspice-server SUBDIR += libstatgrab SUBDIR += libstatgrab0 SUBDIR += libstrfunc SUBDIR += libstroke SUBDIR += libsysctlmibinfo SUBDIR += libsysctlmibinfo2 SUBDIR += libsysinfo SUBDIR += libtai SUBDIR += libtap SUBDIR += libtecla SUBDIR += libtermkey SUBDIR += libtextstyle SUBDIR += libthai SUBDIR += libthmap SUBDIR += libthreadar SUBDIR += libtickit SUBDIR += libtifiles2 SUBDIR += libtool SUBDIR += libtpl SUBDIR += libtsm SUBDIR += libtuntap SUBDIR += libublio SUBDIR += libubox SUBDIR += libudev-devd SUBDIR += libuinputplus SUBDIR += libuiohook SUBDIR += libukcprog SUBDIR += libunicode SUBDIR += libuninum SUBDIR += libunistring SUBDIR += libunit SUBDIR += libunwind SUBDIR += libuutil SUBDIR += libuv SUBDIR += libvanessa_adt SUBDIR += libvanessa_logger SUBDIR += libvanessa_socket SUBDIR += libvc SUBDIR += libversion SUBDIR += libvex SUBDIR += libvhdi SUBDIR += libvirt SUBDIR += libvirt-dbus SUBDIR += libvirt-glib SUBDIR += libvirt-java SUBDIR += libvmdk SUBDIR += libvolume_id SUBDIR += libvsapm SUBDIR += libvsgpt SUBDIR += libvshadow SUBDIR += libvslvm SUBDIR += libvterm SUBDIR += libwasmtime SUBDIR += libx86 SUBDIR += libxalloc SUBDIR += libxo SUBDIR += libxsd SUBDIR += libxsd-frontend SUBDIR += libxtend SUBDIR += libzakalwe SUBDIR += libzim SUBDIR += libzookeeper SUBDIR += libzvbi SUBDIR += lightning SUBDIR += linenoise SUBDIR += linenoise-ng SUBDIR += linux-c7-dbus-libs SUBDIR += linux-c7-devtools SUBDIR += linux-c7-devtoolset SUBDIR += linux-c7-elfutils-libelf SUBDIR += linux-c7-elfutils-libs SUBDIR += linux-c7-icu SUBDIR += linux-c7-libaio SUBDIR += linux-c7-libgfortran SUBDIR += linux-c7-libglade2 SUBDIR += linux-c7-libpciaccess SUBDIR += linux-c7-libsigc++20 SUBDIR += linux-c7-libthai SUBDIR += linux-c7-libtool-ltdl SUBDIR += linux-c7-libunwind SUBDIR += linux-c7-make SUBDIR += linux-c7-nspr SUBDIR += linux-c7-qt SUBDIR += linux-c7-sdl12 SUBDIR += linux-c7-sdl20 SUBDIR += linux-c7-strace SUBDIR += linux-c7-systemd-libs SUBDIR += linux-c7-zlib-devel SUBDIR += linux-ltp SUBDIR += linux-pvs-studio SUBDIR += linux-rl9-dbus-libs SUBDIR += linux-rl9-devtools SUBDIR += linux-rl9-elfutils-libelf SUBDIR += linux-rl9-elfutils-libs + SUBDIR += linux-rl9-highway SUBDIR += linux-rl9-icu SUBDIR += linux-rl9-libatomic SUBDIR += linux-rl9-libevent SUBDIR += linux-rl9-libgfortran SUBDIR += linux-rl9-libpciaccess SUBDIR += linux-rl9-libsigc++20 SUBDIR += linux-rl9-libsigsegv SUBDIR += linux-rl9-libsoup SUBDIR += linux-rl9-libthai SUBDIR += linux-rl9-libtool-ltdl SUBDIR += linux-rl9-libunistring + SUBDIR += linux-rl9-lld + SUBDIR += linux-rl9-lldb SUBDIR += linux-rl9-llvm + SUBDIR += linux-rl9-npth SUBDIR += linux-rl9-nspr SUBDIR += linux-rl9-ocl-icd SUBDIR += linux-rl9-orc SUBDIR += linux-rl9-qt5 SUBDIR += linux-rl9-qt5-qtbase SUBDIR += linux-rl9-qt5-qtdeclarative SUBDIR += linux-rl9-qt5-qtscript SUBDIR += linux-rl9-qt5-qttools SUBDIR += linux-rl9-strace SUBDIR += linux-rl9-systemd-libs SUBDIR += linux-sublime-merge SUBDIR += linux_libusb SUBDIR += listserialc SUBDIR += liteide SUBDIR += llbuild SUBDIR += lldb-mi SUBDIR += llnextgen SUBDIR += llvm SUBDIR += llvm-cheri SUBDIR += llvm-cheriot SUBDIR += llvm-devel SUBDIR += llvm-morello SUBDIR += llvm11 SUBDIR += llvm12 SUBDIR += llvm13 SUBDIR += llvm14 SUBDIR += llvm15 SUBDIR += llvm16 SUBDIR += llvm17 SUBDIR += llvm18 SUBDIR += llvm19 SUBDIR += lm4tools SUBDIR += lmdbg SUBDIR += lndir SUBDIR += lnphost SUBDIR += loccount SUBDIR += lockfree-malloc SUBDIR += log4c SUBDIR += log4cplus SUBDIR += log4cpp SUBDIR += log4cxx SUBDIR += log4j SUBDIR += log4net SUBDIR += log4sh SUBDIR += log4shib SUBDIR += loguru SUBDIR += lokalize SUBDIR += loki SUBDIR += love SUBDIR += love07 SUBDIR += love08 SUBDIR += love10 SUBDIR += love5 SUBDIR += lpc21isp SUBDIR += lrmi SUBDIR += lua-Penlight SUBDIR += lua-argparse SUBDIR += lua-bitlib SUBDIR += lua-bitop SUBDIR += lua-cjson SUBDIR += lua-cqueues SUBDIR += lua-gettext SUBDIR += lua-lgi SUBDIR += lua-libevent SUBDIR += lua-lpeg SUBDIR += lua-luacheck SUBDIR += lua-luarocks SUBDIR += lua-lunit SUBDIR += lua-mode SUBDIR += lua-posix SUBDIR += lua-pty SUBDIR += lua-rds-parser SUBDIR += lua-resty-string SUBDIR += lua-stdlib SUBDIR += lua-stdlib-debug SUBDIR += lua-stdlib-normalize SUBDIR += lua-sysctl SUBDIR += luabind SUBDIR += luafilesystem SUBDIR += luajava SUBDIR += lutok SUBDIR += luv SUBDIR += lwp SUBDIR += lxqt-build-tools SUBDIR += lxqt2-build-tools SUBDIR += lyra SUBDIR += m17n-db SUBDIR += m17n-docs SUBDIR += m17n-inscript2 SUBDIR += m17n-lib SUBDIR += m4 SUBDIR += mage SUBDIR += magic_enum SUBDIR += magit SUBDIR += magit-devel SUBDIR += make++ SUBDIR += makedepend SUBDIR += malloy SUBDIR += marisa-trie SUBDIR += marl SUBDIR += massif-visualizer SUBDIR += mate-common SUBDIR += matreshka SUBDIR += maven SUBDIR += maven-wrapper SUBDIR += maven363 SUBDIR += maven39 SUBDIR += mcpp SUBDIR += mdb SUBDIR += mdds SUBDIR += mdspan SUBDIR += menhir SUBDIR += mercurial SUBDIR += mergify SUBDIR += meson SUBDIR += meson-python SUBDIR += microsoft-gsl SUBDIR += mill SUBDIR += mimalloc SUBDIR += mimir SUBDIR += mir-core SUBDIR += mk-configure SUBDIR += mm SUBDIR += mm-common SUBDIR += modd SUBDIR += mold SUBDIR += mongo-c-driver SUBDIR += mono-addins SUBDIR += mpatrol SUBDIR += mph SUBDIR += mrc SUBDIR += msbuild SUBDIR += msgpack-c SUBDIR += msgpack-cxx SUBDIR += msgpack-d SUBDIR += msgpuck SUBDIR += msitools SUBDIR += msp430-debug-stack SUBDIR += mspdebug SUBDIR += mstch SUBDIR += mtbl SUBDIR += muon SUBDIR += mustache SUBDIR += mutagen SUBDIR += myrepos SUBDIR += nana SUBDIR += nano-signal-slot SUBDIR += nanobind SUBDIR += nanopb SUBDIR += nant SUBDIR += nasm SUBDIR += naturaldocs SUBDIR += ncc SUBDIR += ncnf SUBDIR += ncurses SUBDIR += ndesk-dbus SUBDIR += ndesk-dbus-glib SUBDIR += ndesk-options SUBDIR += netscape-java40 SUBDIR += netsurf-buildsystem SUBDIR += newfile SUBDIR += newt SUBDIR += newtonsoft-json SUBDIR += nextest SUBDIR += nextpnr SUBDIR += nexus2-oss SUBDIR += nimble SUBDIR += nini SUBDIR += ninja SUBDIR += nlohmann-json SUBDIR += node-thrift SUBDIR += nodeeditor SUBDIR += notcurses SUBDIR += notify-sharp SUBDIR += nox SUBDIR += npth SUBDIR += nsgenbind SUBDIR += nspr SUBDIR += nss_wrapper SUBDIR += nsync SUBDIR += nuitka SUBDIR += ob-rust SUBDIR += obby SUBDIR += objconv SUBDIR += objecthash SUBDIR += objfw SUBDIR += ocaml-annexlib SUBDIR += ocaml-astring SUBDIR += ocaml-base SUBDIR += ocaml-bos SUBDIR += ocaml-calendar SUBDIR += ocaml-camljava SUBDIR += ocaml-camlp-streams SUBDIR += ocaml-camlp4 SUBDIR += ocaml-camlp5 SUBDIR += ocaml-camomile SUBDIR += ocaml-camomile-examples SUBDIR += ocaml-cfg SUBDIR += ocaml-classes SUBDIR += ocaml-cmdliner SUBDIR += ocaml-compiler-libs SUBDIR += ocaml-cppo SUBDIR += ocaml-csexp SUBDIR += ocaml-cstruct SUBDIR += ocaml-curses SUBDIR += ocaml-dolmen SUBDIR += ocaml-domain-name SUBDIR += ocaml-dune SUBDIR += ocaml-extlib SUBDIR += ocaml-findlib SUBDIR += ocaml-fmt SUBDIR += ocaml-fpath SUBDIR += ocaml-gen SUBDIR += ocaml-hmap SUBDIR += ocaml-ipaddr SUBDIR += ocaml-lacaml SUBDIR += ocaml-linol SUBDIR += ocaml-logs SUBDIR += ocaml-lsp SUBDIR += ocaml-lwt SUBDIR += ocaml-magic SUBDIR += ocaml-mtime SUBDIR += ocaml-ocamlbuild SUBDIR += ocaml-ocplib-endian SUBDIR += ocaml-octavius SUBDIR += ocaml-opam SUBDIR += ocaml-ounit SUBDIR += ocaml-parmap SUBDIR += ocaml-parsexp SUBDIR += ocaml-pcre SUBDIR += ocaml-pcre2 SUBDIR += ocaml-pomap SUBDIR += ocaml-pp_loc SUBDIR += ocaml-ppx-tools SUBDIR += ocaml-ppx_blob SUBDIR += ocaml-ppx_compare SUBDIR += ocaml-ppx_derivers SUBDIR += ocaml-ppx_deriving SUBDIR += ocaml-ppx_hash SUBDIR += ocaml-ppx_js_style SUBDIR += ocaml-ppx_sexp_conv SUBDIR += ocaml-ppx_yojson_conv SUBDIR += ocaml-ppx_yojson_conv_lib SUBDIR += ocaml-ppxlib SUBDIR += ocaml-psmt2-frontend SUBDIR += ocaml-re SUBDIR += ocaml-react SUBDIR += ocaml-res SUBDIR += ocaml-result SUBDIR += ocaml-rresult SUBDIR += ocaml-sdl SUBDIR += ocaml-sem SUBDIR += ocaml-seq SUBDIR += ocaml-sexplib SUBDIR += ocaml-sexplib0 SUBDIR += ocaml-stdio SUBDIR += ocaml-topkg SUBDIR += ocaml-trace SUBDIR += ocaml-type_conv SUBDIR += ocaml-uchar SUBDIR += ocaml-ulex SUBDIR += ocaml-uutf SUBDIR += ocaml-xstr SUBDIR += ocaml-xstrp4 SUBDIR += oci-cli SUBDIR += ocl-icd SUBDIR += oclgrind SUBDIR += ode SUBDIR += ois SUBDIR += okteta SUBDIR += ollama-hpp SUBDIR += omake SUBDIR += omniORB SUBDIR += omnilinter SUBDIR += onetbb SUBDIR += oniguruma SUBDIR += open-beagle SUBDIR += open62541 SUBDIR += opencl SUBDIR += opencl-clang SUBDIR += opencvs SUBDIR += opendht SUBDIR += opengrok SUBDIR += openocd SUBDIR += opentelemetry-cpp SUBDIR += opentelemetry-proto SUBDIR += openwince-include SUBDIR += orc SUBDIR += orcania SUBDIR += osc SUBDIR += ossp-al SUBDIR += ossp-cfg SUBDIR += ossp-ex SUBDIR += ossp-l2 SUBDIR += ossp-val SUBDIR += ossp-var SUBDIR += ossp-xds SUBDIR += outcome SUBDIR += p4 SUBDIR += p4.el SUBDIR += p4api SUBDIR += p4delta SUBDIR += p4genpatch SUBDIR += p5-AI-Pathfinding-AStar SUBDIR += p5-AI-Prolog SUBDIR += p5-ARGV-Struct SUBDIR += p5-AWS-Signature4 SUBDIR += p5-Acme-Comment SUBDIR += p5-Acme-Damn SUBDIR += p5-Acme-MetaSyntactic SUBDIR += p5-Adapter-Async SUBDIR += p5-Agent SUBDIR += p5-Algorithm-Accounting SUBDIR += p5-Algorithm-Annotate SUBDIR += p5-Algorithm-Backoff SUBDIR += p5-Algorithm-Binpack SUBDIR += p5-Algorithm-Bucketizer SUBDIR += p5-Algorithm-C3 SUBDIR += p5-Algorithm-ChooseSubsets SUBDIR += p5-Algorithm-Cluster SUBDIR += p5-Algorithm-Cron SUBDIR += p5-Algorithm-Dependency SUBDIR += p5-Algorithm-Dependency-Objects SUBDIR += p5-Algorithm-Diff SUBDIR += p5-Algorithm-Evolutionary SUBDIR += p5-Algorithm-FloodControl SUBDIR += p5-Algorithm-IncludeExclude SUBDIR += p5-Algorithm-Interval2Prefix SUBDIR += p5-Algorithm-LCS SUBDIR += p5-Algorithm-LUHN SUBDIR += p5-Algorithm-MarkovChain SUBDIR += p5-Algorithm-Merge SUBDIR += p5-Algorithm-MinMax SUBDIR += p5-Algorithm-NaiveBayes SUBDIR += p5-Algorithm-Networksort SUBDIR += p5-Algorithm-Numerical-Shuffle SUBDIR += p5-Algorithm-Permute SUBDIR += p5-Algorithm-SVM SUBDIR += p5-Alias SUBDIR += p5-Alien-Base-ModuleBuild SUBDIR += p5-Alien-Build SUBDIR += p5-Alien-LibGumbo SUBDIR += p5-Alien-SDL SUBDIR += p5-Alien-cmake3 SUBDIR += p5-Alzabo SUBDIR += p5-Any-Daemon SUBDIR += p5-Any-Moose SUBDIR += p5-Any-Moose-Convert SUBDIR += p5-AnyData SUBDIR += p5-AnyEvent SUBDIR += p5-AnyEvent-AIO SUBDIR += p5-AnyEvent-Connection SUBDIR += p5-AnyEvent-Connector SUBDIR += p5-AnyEvent-DBI SUBDIR += p5-AnyEvent-DBI-Abstract SUBDIR += p5-AnyEvent-DBus SUBDIR += p5-AnyEvent-Filesys-Notify SUBDIR += p5-AnyEvent-Fork SUBDIR += p5-AnyEvent-Gearman SUBDIR += p5-AnyEvent-Graphite SUBDIR += p5-AnyEvent-I3 SUBDIR += p5-AnyEvent-MessagePack SUBDIR += p5-AnyEvent-RPC SUBDIR += p5-AnyEvent-Run SUBDIR += p5-AnyEvent-Subprocess SUBDIR += p5-AnyEvent-Task SUBDIR += p5-AnyEvent-Worker SUBDIR += p5-AnyMQ SUBDIR += p5-App-Build SUBDIR += p5-App-CLI SUBDIR += p5-App-CLI-Extension SUBDIR += p5-App-Cache SUBDIR += p5-App-Cmd SUBDIR += p5-App-Control SUBDIR += p5-App-FatPacker SUBDIR += p5-App-GitGot SUBDIR += p5-App-GitHub SUBDIR += p5-App-Info SUBDIR += p5-App-Options SUBDIR += p5-App-Rad SUBDIR += p5-App-SD SUBDIR += p5-App-SVN-Bisect SUBDIR += p5-App-Trace SUBDIR += p5-App-cpanminus SUBDIR += p5-App-cpanminus-reporter SUBDIR += p5-App-cpanoutdated SUBDIR += p5-App-local-lib-helper SUBDIR += p5-App-perlbrew SUBDIR += p5-App-scan_prereqs_cpanfile SUBDIR += p5-AppConfig SUBDIR += p5-AppConfig-Std SUBDIR += p5-Array-Group SUBDIR += p5-Array-Heap SUBDIR += p5-Array-Iterator SUBDIR += p5-Array-Unique SUBDIR += p5-Array-Window SUBDIR += p5-Asm-Preproc SUBDIR += p5-Async-Interrupt SUBDIR += p5-Async-MergePoint SUBDIR += p5-AtExit SUBDIR += p5-Attribute-Handlers SUBDIR += p5-Attribute-Handlers-Prospective SUBDIR += p5-Attribute-Persistent SUBDIR += p5-AutoLoader SUBDIR += p5-AutoXS-Header SUBDIR += p5-Avro SUBDIR += p5-B-C SUBDIR += p5-B-COW SUBDIR += p5-B-Compiling SUBDIR += p5-B-Debug SUBDIR += p5-B-Deobfuscate SUBDIR += p5-B-Flags SUBDIR += p5-B-Generate SUBDIR += p5-B-Graph SUBDIR += p5-B-Hooks-AtRuntime SUBDIR += p5-B-Hooks-EndOfScope SUBDIR += p5-B-Hooks-OP-Annotation SUBDIR += p5-B-Hooks-OP-Check SUBDIR += p5-B-Hooks-OP-Check-EntersubForCV SUBDIR += p5-B-Hooks-OP-PPAddr SUBDIR += p5-B-Hooks-Parser SUBDIR += p5-B-Keywords SUBDIR += p5-B-OPCheck SUBDIR += p5-B-Size2 SUBDIR += p5-B-Utils SUBDIR += p5-BFD SUBDIR += p5-BS-Event SUBDIR += p5-BSD-Resource SUBDIR += p5-BSD-devstat SUBDIR += p5-BSD-stat SUBDIR += p5-BZ-Client SUBDIR += p5-Badger SUBDIR += p5-Benchmark-Timer SUBDIR += p5-Best SUBDIR += p5-Border-Style SUBDIR += p5-BorderStyle SUBDIR += p5-BorderStyleBase SUBDIR += p5-BorderStyles-Standard SUBDIR += p5-Brannigan SUBDIR += p5-Bread-Board SUBDIR += p5-Bread-Board-Declare SUBDIR += p5-Bundle-Perl6 SUBDIR += p5-C-Scan SUBDIR += p5-CBOR-XS SUBDIR += p5-CHI SUBDIR += p5-CHI-Driver-DBI SUBDIR += p5-CLASS SUBDIR += p5-CLI-Osprey SUBDIR += p5-CPAN-Changes SUBDIR += p5-CPAN-Checksums SUBDIR += p5-CPAN-DistnameInfo SUBDIR += p5-CPAN-Inject SUBDIR += p5-CPAN-Meta SUBDIR += p5-CPAN-Meta-Check SUBDIR += p5-CPAN-Meta-Requirements SUBDIR += p5-CPAN-Meta-YAML SUBDIR += p5-CPAN-Mini SUBDIR += p5-CPAN-Perl-Releases SUBDIR += p5-CPAN-Recent-Uploads SUBDIR += p5-CPAN-Reporter SUBDIR += p5-CPAN-Reporter-Smoker SUBDIR += p5-CPAN-Requirements-Dynamic SUBDIR += p5-CPAN-SQLite SUBDIR += p5-CPAN-Site SUBDIR += p5-CPAN-Testers-Common-Client SUBDIR += p5-CPAN-Testers-Report SUBDIR += p5-CPAN-Uploader SUBDIR += p5-CPAN-YACSmoke SUBDIR += p5-CPANPLUS SUBDIR += p5-CPANPLUS-Dist-Build SUBDIR += p5-CPS SUBDIR += p5-CPU-Z80-Assembler SUBDIR += p5-Cache SUBDIR += p5-Cache-AgainstFile SUBDIR += p5-Cache-Cache SUBDIR += p5-Cache-FastMmap SUBDIR += p5-Cache-LRU SUBDIR += p5-Cache-Memcached-Tie SUBDIR += p5-Cache-Mmap SUBDIR += p5-Cache-Simple-TimedExpiry SUBDIR += p5-Cairo-GObject SUBDIR += p5-Calendar-Simple SUBDIR += p5-Call-Context SUBDIR += p5-Callback-Frame SUBDIR += p5-Canary-Stability SUBDIR += p5-Capture-Tiny SUBDIR += p5-Capture-Tiny-Extended SUBDIR += p5-Carp SUBDIR += p5-Carp-Always SUBDIR += p5-Carp-Always-Color SUBDIR += p5-Carp-Assert SUBDIR += p5-Carp-Assert-More SUBDIR += p5-Carp-Clan SUBDIR += p5-Carp-Clan-Share SUBDIR += p5-Carp-Datum SUBDIR += p5-Carp-REPL SUBDIR += p5-Check-ISA SUBDIR += p5-Child SUBDIR += p5-Chooser SUBDIR += p5-Class-Accessor SUBDIR += p5-Class-Accessor-Chained SUBDIR += p5-Class-Accessor-Children SUBDIR += p5-Class-Accessor-Complex SUBDIR += p5-Class-Accessor-Constructor SUBDIR += p5-Class-Accessor-Fast-Contained SUBDIR += p5-Class-Accessor-Fast-XS SUBDIR += p5-Class-Accessor-Grouped SUBDIR += p5-Class-Accessor-Installer SUBDIR += p5-Class-Accessor-Lite SUBDIR += p5-Class-Accessor-Lvalue SUBDIR += p5-Class-Accessor-Named SUBDIR += p5-Class-Adapter SUBDIR += p5-Class-AlzaboWrapper SUBDIR += p5-Class-ArrayObjects SUBDIR += p5-Class-AutoClass SUBDIR += p5-Class-Autouse SUBDIR += p5-Class-Base SUBDIR += p5-Class-BlackHole SUBDIR += p5-Class-C3 SUBDIR += p5-Class-C3-Adopt-NEXT SUBDIR += p5-Class-C3-Componentised SUBDIR += p5-Class-C3-XS SUBDIR += p5-Class-Closure SUBDIR += p5-Class-CodeStyler SUBDIR += p5-Class-Component SUBDIR += p5-Class-Constant SUBDIR += p5-Class-Container SUBDIR += p5-Class-Contract SUBDIR += p5-Class-Data-ConfigHash SUBDIR += p5-Class-Data-Inheritable SUBDIR += p5-Class-Data-Lite SUBDIR += p5-Class-Date SUBDIR += p5-Class-Declare SUBDIR += p5-Class-Default SUBDIR += p5-Class-Delegation SUBDIR += p5-Class-EHierarchy SUBDIR += p5-Class-ErrorHandler SUBDIR += p5-Class-Factory SUBDIR += p5-Class-Factory-Util SUBDIR += p5-Class-Field SUBDIR += p5-Class-Fields SUBDIR += p5-Class-Forward SUBDIR += p5-Class-Generate SUBDIR += p5-Class-Gomor SUBDIR += p5-Class-Handle SUBDIR += p5-Class-Hook SUBDIR += p5-Class-ISA SUBDIR += p5-Class-Inner SUBDIR += p5-Class-InsideOut SUBDIR += p5-Class-Inspector SUBDIR += p5-Class-Interfaces SUBDIR += p5-Class-Load SUBDIR += p5-Class-Load-XS SUBDIR += p5-Class-Loader SUBDIR += p5-Class-MakeMethods SUBDIR += p5-Class-Measure SUBDIR += p5-Class-Method-Modifiers SUBDIR += p5-Class-Method-Modifiers-Fast SUBDIR += p5-Class-MethodMaker SUBDIR += p5-Class-MethodMapper SUBDIR += p5-Class-Mix SUBDIR += p5-Class-Mixin SUBDIR += p5-Class-MixinFactory SUBDIR += p5-Class-Multimethods SUBDIR += p5-Class-Multimethods-Pure SUBDIR += p5-Class-NamedParms SUBDIR += p5-Class-Null SUBDIR += p5-Class-OOorNO SUBDIR += p5-Class-ObjectTemplate SUBDIR += p5-Class-ObjectTemplate-DB SUBDIR += p5-Class-Observable SUBDIR += p5-Class-ParmList SUBDIR += p5-Class-Prototyped SUBDIR += p5-Class-ReturnValue SUBDIR += p5-Class-Roles SUBDIR += p5-Class-STL-Containers SUBDIR += p5-Class-Singleton SUBDIR += p5-Class-Spiffy SUBDIR += p5-Class-StateMachine SUBDIR += p5-Class-Std SUBDIR += p5-Class-Std-Fast SUBDIR += p5-Class-Std-Utils SUBDIR += p5-Class-StrongSingleton SUBDIR += p5-Class-Tangram SUBDIR += p5-Class-Throwable SUBDIR += p5-Class-Tiny SUBDIR += p5-Class-Tiny-Chained SUBDIR += p5-Class-Tom SUBDIR += p5-Class-Trigger SUBDIR += p5-Class-Unload SUBDIR += p5-Class-Virtual SUBDIR += p5-Class-WhiteHole SUBDIR += p5-Class-Workflow SUBDIR += p5-Class-XPath SUBDIR += p5-Class-XSAccessor SUBDIR += p5-Clone SUBDIR += p5-Clone-Choose SUBDIR += p5-Clone-Fast SUBDIR += p5-Clone-More SUBDIR += p5-Clone-PP SUBDIR += p5-Code-Perl SUBDIR += p5-Color-ANSI-Util SUBDIR += p5-Color-RGB-Util SUBDIR += p5-Color-Theme-Role SUBDIR += p5-ColorThemeBase-Static SUBDIR += p5-ColorThemeUtil-ANSI SUBDIR += p5-ColorThemes-Standard SUBDIR += p5-Commandable SUBDIR += p5-Commands-Guarded SUBDIR += p5-CommitBit SUBDIR += p5-Compiler-Lexer SUBDIR += p5-Complete-Common SUBDIR += p5-Complete-Path SUBDIR += p5-Complete-Sah SUBDIR += p5-Complete-Sequence SUBDIR += p5-Complete-Util SUBDIR += p5-Config-AST SUBDIR += p5-Config-AWS SUBDIR += p5-Config-Any SUBDIR += p5-Config-ApacheFormat SUBDIR += p5-Config-Auto SUBDIR += p5-Config-AutoConf SUBDIR += p5-Config-Fast SUBDIR += p5-Config-General SUBDIR += p5-Config-GitLike SUBDIR += p5-Config-Grammar SUBDIR += p5-Config-INI SUBDIR += p5-Config-INI-Reader-Ordered SUBDIR += p5-Config-INI-Simple SUBDIR += p5-Config-Identity SUBDIR += p5-Config-IniFiles SUBDIR += p5-Config-IniHash SUBDIR += p5-Config-IniRegEx SUBDIR += p5-Config-JFDI SUBDIR += p5-Config-JSON SUBDIR += p5-Config-MVP SUBDIR += p5-Config-MVP-Reader-INI SUBDIR += p5-Config-Merge SUBDIR += p5-Config-Model SUBDIR += p5-Config-Model-Backend-Yaml SUBDIR += p5-Config-Model-Tester SUBDIR += p5-Config-MySQL SUBDIR += p5-Config-Objective SUBDIR += p5-Config-Options SUBDIR += p5-Config-Parser SUBDIR += p5-Config-Parser-ldap SUBDIR += p5-Config-Perl-V SUBDIR += p5-Config-Properties SUBDIR += p5-Config-Record SUBDIR += p5-Config-Setting SUBDIR += p5-Config-Simple SUBDIR += p5-Config-Std SUBDIR += p5-Config-Tiny SUBDIR += p5-Config-Validator SUBDIR += p5-Config-Versioned SUBDIR += p5-Config-Wrest SUBDIR += p5-Config-YAML SUBDIR += p5-ConfigReader SUBDIR += p5-ConfigReader-Simple SUBDIR += p5-Connector SUBDIR += p5-Const-Exporter SUBDIR += p5-Const-Fast SUBDIR += p5-Context-Preserve SUBDIR += p5-Contextual-Return SUBDIR += p5-Convert-Age SUBDIR += p5-Convert-Scalar SUBDIR += p5-Coro SUBDIR += p5-Curses SUBDIR += p5-Curses-Application SUBDIR += p5-Curses-Forms SUBDIR += p5-Curses-UI SUBDIR += p5-Curses-Widgets SUBDIR += p5-Cvs SUBDIR += p5-Cwd-Guard SUBDIR += p5-DB_File-Lock SUBDIR += p5-Daemon-Control SUBDIR += p5-Dancer-Debug SUBDIR += p5-Dancer-Logger-Syslog SUBDIR += p5-Danga-Socket SUBDIR += p5-Danga-Socket-Callback SUBDIR += p5-Data-ACL SUBDIR += p5-Data-Alias SUBDIR += p5-Data-Binary SUBDIR += p5-Data-Bind SUBDIR += p5-Data-Capture SUBDIR += p5-Data-ClearSilver-HDF SUBDIR += p5-Data-Clone SUBDIR += p5-Data-Cmp SUBDIR += p5-Data-Compare SUBDIR += p5-Data-Diver SUBDIR += p5-Data-Dmp SUBDIR += p5-Data-Domain SUBDIR += p5-Data-Dump SUBDIR += p5-Data-Dump-Color SUBDIR += p5-Data-Dump-Streamer SUBDIR += p5-Data-DumpXML SUBDIR += p5-Data-Dumper SUBDIR += p5-Data-Dumper-Concise SUBDIR += p5-Data-Dumper-Interp SUBDIR += p5-Data-Dumper-Perltidy SUBDIR += p5-Data-Dumper-Simple SUBDIR += p5-Data-Flow SUBDIR += p5-Data-GUID SUBDIR += p5-Data-Grouper SUBDIR += p5-Data-HashArray SUBDIR += p5-Data-HexDump SUBDIR += p5-Data-HexDump-Range SUBDIR += p5-Data-Hexdumper SUBDIR += p5-Data-Hexify SUBDIR += p5-Data-Hierarchy SUBDIR += p5-Data-IEEE754 SUBDIR += p5-Data-Inherited SUBDIR += p5-Data-Inspect SUBDIR += p5-Data-Integer SUBDIR += p5-Data-JavaScript-Anon SUBDIR += p5-Data-Lazy SUBDIR += p5-Data-Localize SUBDIR += p5-Data-Lock SUBDIR += p5-Data-MessagePack SUBDIR += p5-Data-MessagePack-Stream SUBDIR += p5-Data-Miscellany SUBDIR += p5-Data-ModeMerge SUBDIR += p5-Data-Model SUBDIR += p5-Data-Munge SUBDIR += p5-Data-Object SUBDIR += p5-Data-Object-Args SUBDIR += p5-Data-Object-Attributes SUBDIR += p5-Data-Object-Cast SUBDIR += p5-Data-Object-Class SUBDIR += p5-Data-Object-ClassHas SUBDIR += p5-Data-Object-Data SUBDIR += p5-Data-Object-Exception SUBDIR += p5-Data-Object-Kind SUBDIR += p5-Data-Object-Name SUBDIR += p5-Data-Object-Opts SUBDIR += p5-Data-Object-Plugin SUBDIR += p5-Data-Object-Role SUBDIR += p5-Data-Object-Role-Arguable SUBDIR += p5-Data-Object-Role-Buildable SUBDIR += p5-Data-Object-Role-Dumpable SUBDIR += p5-Data-Object-Role-Errable SUBDIR += p5-Data-Object-Role-Formulatable SUBDIR += p5-Data-Object-Role-Immutable SUBDIR += p5-Data-Object-Role-Pluggable SUBDIR += p5-Data-Object-Role-Proxyable SUBDIR += p5-Data-Object-Role-Stashable SUBDIR += p5-Data-Object-Role-Throwable SUBDIR += p5-Data-Object-Role-Tryable SUBDIR += p5-Data-Object-RoleHas SUBDIR += p5-Data-Object-Space SUBDIR += p5-Data-Object-State SUBDIR += p5-Data-Object-Struct SUBDIR += p5-Data-Object-Try SUBDIR += p5-Data-Object-Types SUBDIR += p5-Data-Object-Vars SUBDIR += p5-Data-ObjectDriver SUBDIR += p5-Data-OptList SUBDIR += p5-Data-Page-NoTotalEntries SUBDIR += p5-Data-Page-Pageset SUBDIR += p5-Data-ParseBinary SUBDIR += p5-Data-Path SUBDIR += p5-Data-Peek SUBDIR += p5-Data-Perl SUBDIR += p5-Data-Printer SUBDIR += p5-Data-Properties SUBDIR += p5-Data-Rand SUBDIR += p5-Data-Rand-Obscure SUBDIR += p5-Data-Random SUBDIR += p5-Data-Range-Compare SUBDIR += p5-Data-Record SUBDIR += p5-Data-Recursive-Encode SUBDIR += p5-Data-Remember SUBDIR += p5-Data-Rmap SUBDIR += p5-Data-RoundRobin SUBDIR += p5-Data-Rx SUBDIR += p5-Data-SExpression SUBDIR += p5-Data-Sah SUBDIR += p5-Data-Sah-Coerce SUBDIR += p5-Data-Sah-DefaultValue SUBDIR += p5-Data-Sah-Filter SUBDIR += p5-Data-Sah-Normalize SUBDIR += p5-Data-Sah-Resolve SUBDIR += p5-Data-Section SUBDIR += p5-Data-Section-Simple SUBDIR += p5-Data-Serializable SUBDIR += p5-Data-Serializer SUBDIR += p5-Data-Serializer-Sereal SUBDIR += p5-Data-ShowTable SUBDIR += p5-Data-Stag SUBDIR += p5-Data-Stream-Bulk SUBDIR += p5-Data-Structure-Util SUBDIR += p5-Data-Swap SUBDIR += p5-Data-Table SUBDIR += p5-Data-Taxonomy-Tags SUBDIR += p5-Data-TemporaryBag SUBDIR += p5-Data-Throttler SUBDIR += p5-Data-Throttler-Memcached SUBDIR += p5-Data-Thunk SUBDIR += p5-Data-TreeDumper SUBDIR += p5-Data-TreeDumper-Renderer-GTK SUBDIR += p5-Data-Types SUBDIR += p5-Data-URIEncode SUBDIR += p5-Data-UUID SUBDIR += p5-Data-Uniqid SUBDIR += p5-Data-Unixish SUBDIR += p5-Data-Util SUBDIR += p5-Data-Validate SUBDIR += p5-Data-Validator SUBDIR += p5-Data-Visitor SUBDIR += p5-Data-Visitor-Encode SUBDIR += p5-Data-Visitor-Tiny SUBDIR += p5-Data-Walk SUBDIR += p5-DataStruct-Flat SUBDIR += p5-Date-Business SUBDIR += p5-Date-Calc SUBDIR += p5-Date-Calc-Iterator SUBDIR += p5-Date-Calc-XS SUBDIR += p5-Date-DayOfWeek SUBDIR += p5-Date-Easter SUBDIR += p5-Date-Extract SUBDIR += p5-Date-EzDate SUBDIR += p5-Date-Holidays-DK SUBDIR += p5-Date-ICal SUBDIR += p5-Date-ISO SUBDIR += p5-Date-Leapyear SUBDIR += p5-Date-Manip SUBDIR += p5-Date-Pcalc SUBDIR += p5-Date-Piece SUBDIR += p5-Date-Range SUBDIR += p5-Date-Roman SUBDIR += p5-Date-Simple SUBDIR += p5-DateConvert SUBDIR += p5-DateTime SUBDIR += p5-DateTime-Astro SUBDIR += p5-DateTime-Calendar-Chinese SUBDIR += p5-DateTime-Calendar-Christian SUBDIR += p5-DateTime-Calendar-Discordian SUBDIR += p5-DateTime-Calendar-FrenchRevolutionary SUBDIR += p5-DateTime-Calendar-Hebrew SUBDIR += p5-DateTime-Calendar-Japanese SUBDIR += p5-DateTime-Calendar-Julian SUBDIR += p5-DateTime-Calendar-Mayan SUBDIR += p5-DateTime-Calendar-Pataphysical SUBDIR += p5-DateTime-Cron-Simple SUBDIR += p5-DateTime-Event-Chinese SUBDIR += p5-DateTime-Event-Cron SUBDIR += p5-DateTime-Event-Easter SUBDIR += p5-DateTime-Event-ICal SUBDIR += p5-DateTime-Event-Lunar SUBDIR += p5-DateTime-Event-NameDay SUBDIR += p5-DateTime-Event-Random SUBDIR += p5-DateTime-Event-Recurrence SUBDIR += p5-DateTime-Event-Sunrise SUBDIR += p5-DateTime-Event-Zodiac SUBDIR += p5-DateTime-Fiscal-Year SUBDIR += p5-DateTime-Format-Baby SUBDIR += p5-DateTime-Format-Bork SUBDIR += p5-DateTime-Format-Builder SUBDIR += p5-DateTime-Format-DBI SUBDIR += p5-DateTime-Format-DateManip SUBDIR += p5-DateTime-Format-DateParse SUBDIR += p5-DateTime-Format-Duration SUBDIR += p5-DateTime-Format-Epoch SUBDIR += p5-DateTime-Format-Excel SUBDIR += p5-DateTime-Format-Flexible SUBDIR += p5-DateTime-Format-HTTP SUBDIR += p5-DateTime-Format-IBeat SUBDIR += p5-DateTime-Format-ICal SUBDIR += p5-DateTime-Format-ISO8601 SUBDIR += p5-DateTime-Format-Mail SUBDIR += p5-DateTime-Format-MySQL SUBDIR += p5-DateTime-Format-Natural SUBDIR += p5-DateTime-Format-Oracle SUBDIR += p5-DateTime-Format-Pg SUBDIR += p5-DateTime-Format-RFC3339 SUBDIR += p5-DateTime-Format-RSS SUBDIR += p5-DateTime-Format-Roman SUBDIR += p5-DateTime-Format-SQLite SUBDIR += p5-DateTime-Format-Strptime SUBDIR += p5-DateTime-Format-W3CDTF SUBDIR += p5-DateTime-Format-XSD SUBDIR += p5-DateTime-Functions SUBDIR += p5-DateTime-HiRes SUBDIR += p5-DateTime-Incomplete SUBDIR += p5-DateTime-Locale SUBDIR += p5-DateTime-Precise SUBDIR += p5-DateTime-Set SUBDIR += p5-DateTime-TimeZone SUBDIR += p5-DateTime-TimeZone-Alias SUBDIR += p5-DateTime-TimeZone-LMT SUBDIR += p5-DateTime-Util-Calc SUBDIR += p5-DateTimeX-Easy SUBDIR += p5-Debug-Client SUBDIR += p5-Decision-ACL SUBDIR += p5-Declare-Constraints-Simple SUBDIR += p5-DefHash SUBDIR += p5-Devel-ArgNames SUBDIR += p5-Devel-Autoflush SUBDIR += p5-Devel-Backtrace SUBDIR += p5-Devel-BeginLift SUBDIR += p5-Devel-CallChecker SUBDIR += p5-Devel-Caller SUBDIR += p5-Devel-Caller-IgnoreNamespaces SUBDIR += p5-Devel-Caller-Perl SUBDIR += p5-Devel-Callsite SUBDIR += p5-Devel-CheckBin SUBDIR += p5-Devel-CheckCompiler SUBDIR += p5-Devel-CheckLib SUBDIR += p5-Devel-CheckOS SUBDIR += p5-Devel-Confess SUBDIR += p5-Devel-Constants SUBDIR += p5-Devel-CoreStack SUBDIR += p5-Devel-Cover SUBDIR += p5-Devel-Cover-Report-Clover SUBDIR += p5-Devel-Cycle SUBDIR += p5-Devel-DProfPP SUBDIR += p5-Devel-Declare SUBDIR += p5-Devel-Declare-Parser SUBDIR += p5-Devel-Diagram SUBDIR += p5-Devel-Ditto SUBDIR += p5-Devel-Dumpvar SUBDIR += p5-Devel-EvalContext SUBDIR += p5-Devel-Events SUBDIR += p5-Devel-Events-Objects SUBDIR += p5-Devel-FindPerl SUBDIR += p5-Devel-Gladiator SUBDIR += p5-Devel-GlobalDestruction SUBDIR += p5-Devel-GlobalDestruction-XS SUBDIR += p5-Devel-Hide SUBDIR += p5-Devel-InheritNamespace SUBDIR += p5-Devel-KYTProf SUBDIR += p5-Devel-Leak SUBDIR += p5-Devel-Leak-Cb SUBDIR += p5-Devel-Leak-Object SUBDIR += p5-Devel-LeakGuard-Object SUBDIR += p5-Devel-LeakTrace SUBDIR += p5-Devel-LexAlias SUBDIR += p5-Devel-MAT SUBDIR += p5-Devel-MAT-Dumper SUBDIR += p5-Devel-Messenger SUBDIR += p5-Devel-Modlist SUBDIR += p5-Devel-NYTProf SUBDIR += p5-Devel-OverloadInfo SUBDIR += p5-Devel-PPPort SUBDIR += p5-Devel-PackagePath SUBDIR += p5-Devel-PartialDump SUBDIR += p5-Devel-PatchPerl SUBDIR += p5-Devel-Platform-Info SUBDIR += p5-Devel-Pointer SUBDIR += p5-Devel-Profile SUBDIR += p5-Devel-REPL SUBDIR += p5-Devel-Refactor SUBDIR += p5-Devel-Refcount SUBDIR += p5-Devel-Required SUBDIR += p5-Devel-RingBuffer SUBDIR += p5-Devel-STrace SUBDIR += p5-Devel-SimpleTrace SUBDIR += p5-Devel-Size SUBDIR += p5-Devel-Size-Report SUBDIR += p5-Devel-SmallProf SUBDIR += p5-Devel-StackTrace SUBDIR += p5-Devel-StackTrace-AsHTML SUBDIR += p5-Devel-StackTrace-WithLexicals SUBDIR += p5-Devel-StealthDebug SUBDIR += p5-Devel-StrictMode SUBDIR += p5-Devel-Symdump SUBDIR += p5-Devel-Timer SUBDIR += p5-Devel-Trace SUBDIR += p5-Devel-TraceCalls SUBDIR += p5-Devel-TraceUse SUBDIR += p5-Devel-ebug SUBDIR += p5-Devel-ptkdb SUBDIR += p5-Device-USB SUBDIR += p5-Digest-TransformPath SUBDIR += p5-Dir-Project SUBDIR += p5-Dir-Self SUBDIR += p5-Dir-Watch SUBDIR += p5-Directory-Queue SUBDIR += p5-Directory-Scratch SUBDIR += p5-Directory-Scratch-Structured SUBDIR += p5-Dist-CheckConflicts SUBDIR += p5-Dist-Joseki SUBDIR += p5-Dist-Metadata SUBDIR += p5-Dist-Zilla SUBDIR += p5-Doxygen-Filter-Perl SUBDIR += p5-DynaLoader-Functions SUBDIR += p5-EV SUBDIR += p5-Env-PS1 SUBDIR += p5-Env-Path SUBDIR += p5-Error-Helper SUBDIR += p5-Eval-Closure SUBDIR += p5-Eval-Context SUBDIR += p5-Eval-LineNumbers SUBDIR += p5-Eval-WithLexicals SUBDIR += p5-Event SUBDIR += p5-Event-ExecFlow SUBDIR += p5-Event-Join SUBDIR += p5-Event-Lib SUBDIR += p5-Event-Notify SUBDIR += p5-Event-RPC SUBDIR += p5-Every SUBDIR += p5-Exception-Class SUBDIR += p5-Exception-Class-TryCatch SUBDIR += p5-Exception-Handler SUBDIR += p5-Expect-Simple SUBDIR += p5-ExportTo SUBDIR += p5-Exporter SUBDIR += p5-Exporter-Declare SUBDIR += p5-Exporter-Easy SUBDIR += p5-Exporter-Lite SUBDIR += p5-Exporter-Tidy SUBDIR += p5-Exporter-Tiny SUBDIR += p5-ExtUtils-AutoInstall SUBDIR += p5-ExtUtils-Builder SUBDIR += p5-ExtUtils-Builder-Compiler SUBDIR += p5-ExtUtils-CBuilder SUBDIR += p5-ExtUtils-CChecker SUBDIR += p5-ExtUtils-Config SUBDIR += p5-ExtUtils-Constant SUBDIR += p5-ExtUtils-CppGuess SUBDIR += p5-ExtUtils-Depends SUBDIR += p5-ExtUtils-HasCompiler SUBDIR += p5-ExtUtils-Helpers SUBDIR += p5-ExtUtils-Install SUBDIR += p5-ExtUtils-InstallPaths SUBDIR += p5-ExtUtils-LibBuilder SUBDIR += p5-ExtUtils-MakeMaker SUBDIR += p5-ExtUtils-MakeMaker-CPANfile SUBDIR += p5-ExtUtils-MakeMaker-Coverage SUBDIR += p5-ExtUtils-Manifest SUBDIR += p5-ExtUtils-ParseXS SUBDIR += p5-ExtUtils-PkgConfig SUBDIR += p5-ExtUtils-XSBuilder SUBDIR += p5-ExtUtils-XSpp SUBDIR += p5-FFI-C-Stat SUBDIR += p5-FFI-CheckLib SUBDIR += p5-FFI-Platypus SUBDIR += p5-FFI-Platypus-Declare SUBDIR += p5-FFI-Platypus-Lang-Rust SUBDIR += p5-FFI-Platypus-Type-Enum SUBDIR += p5-FFI-Platypus-Type-PtrObject SUBDIR += p5-FSA-Rules SUBDIR += p5-Feature-Compat-Try SUBDIR += p5-Fennec-Lite SUBDIR += p5-File-Append-TempFile SUBDIR += p5-File-Assets SUBDIR += p5-File-Attributes SUBDIR += p5-File-Attributes-Recursive SUBDIR += p5-File-BOM SUBDIR += p5-File-BaseDir SUBDIR += p5-File-BasicFlock SUBDIR += p5-File-Binary SUBDIR += p5-File-Cache SUBDIR += p5-File-Cat SUBDIR += p5-File-ChangeNotify SUBDIR += p5-File-ConfigDir SUBDIR += p5-File-Copy-Link SUBDIR += p5-File-Copy-Recursive SUBDIR += p5-File-Copy-Recursive-Reduced SUBDIR += p5-File-CountLines SUBDIR += p5-File-CreationTime SUBDIR += p5-File-DesktopEntry SUBDIR += p5-File-Dir-Dumper SUBDIR += p5-File-DirSync SUBDIR += p5-File-ExtAttr SUBDIR += p5-File-FcntlLock SUBDIR += p5-File-Find-Closures SUBDIR += p5-File-Find-Object SUBDIR += p5-File-Find-Object-Rule SUBDIR += p5-File-Find-Rule SUBDIR += p5-File-Find-Rule-Filesys-Virtual SUBDIR += p5-File-Find-Rule-Perl SUBDIR += p5-File-Find-Rule-VCS SUBDIR += p5-File-Finder SUBDIR += p5-File-Flat SUBDIR += p5-File-Flock SUBDIR += p5-File-Flock-Retry SUBDIR += p5-File-FnMatch SUBDIR += p5-File-Grep SUBDIR += p5-File-HStore SUBDIR += p5-File-HomeDir SUBDIR += p5-File-HomeDir-PathClass SUBDIR += p5-File-HomeDir-Tiny SUBDIR += p5-File-Iterator SUBDIR += p5-File-LibMagic SUBDIR += p5-File-LoadLines SUBDIR += p5-File-MMagic SUBDIR += p5-File-MMagic-XS SUBDIR += p5-File-Map SUBDIR += p5-File-MimeInfo SUBDIR += p5-File-Modified SUBDIR += p5-File-Monitor SUBDIR += p5-File-NCopy SUBDIR += p5-File-NFSLock SUBDIR += p5-File-Path SUBDIR += p5-File-Path-Expand SUBDIR += p5-File-Path-Tiny SUBDIR += p5-File-PathConvert SUBDIR += p5-File-Pid SUBDIR += p5-File-Pid-Quick SUBDIR += p5-File-Policy SUBDIR += p5-File-Random SUBDIR += p5-File-ReadBackwards SUBDIR += p5-File-Remove SUBDIR += p5-File-SafeDO SUBDIR += p5-File-SearchPath SUBDIR += p5-File-Share SUBDIR += p5-File-ShareDir SUBDIR += p5-File-ShareDir-Dist SUBDIR += p5-File-ShareDir-Install SUBDIR += p5-File-ShareDir-PAR SUBDIR += p5-File-ShareDir-PathClass SUBDIR += p5-File-ShareDir-ProjectDistDir SUBDIR += p5-File-ShareDir-Tarball SUBDIR += p5-File-Slurp SUBDIR += p5-File-Slurp-Tiny SUBDIR += p5-File-Slurp-Tree SUBDIR += p5-File-Slurper SUBDIR += p5-File-Spec-Native SUBDIR += p5-File-Stream SUBDIR += p5-File-Sync SUBDIR += p5-File-Tail SUBDIR += p5-File-Tail-Dir SUBDIR += p5-File-Tail-Multi SUBDIR += p5-File-Tail-Scribe SUBDIR += p5-File-Temp SUBDIR += p5-File-Tempdir SUBDIR += p5-File-Touch SUBDIR += p5-File-TreeCreate SUBDIR += p5-File-Type SUBDIR += p5-File-Util SUBDIR += p5-File-Write-Rotate SUBDIR += p5-File-chdir SUBDIR += p5-File-chmod SUBDIR += p5-File-pushd SUBDIR += p5-FileHandle-Fmode SUBDIR += p5-FileHandle-Unget SUBDIR += p5-Filesys-Notify-KQueue SUBDIR += p5-Filesys-Notify-Simple SUBDIR += p5-Filesys-Virtual SUBDIR += p5-Filesys-Virtual-Plain SUBDIR += p5-Filter SUBDIR += p5-Filter-Template SUBDIR += p5-Find-Lib SUBDIR += p5-FindBin-libs SUBDIR += p5-Forest SUBDIR += p5-Form-Sensible SUBDIR += p5-FreeBSD-i386-Ptrace SUBDIR += p5-FreezeThaw SUBDIR += p5-Function-Fallback-CoreOrPP SUBDIR += p5-Function-Parameters SUBDIR += p5-Future SUBDIR += p5-Future-AsyncAwait SUBDIR += p5-Future-IO SUBDIR += p5-Gearman SUBDIR += p5-Gearman-Client-Async SUBDIR += p5-Gearman-Server SUBDIR += p5-Geo-JSON SUBDIR += p5-Geo-ShapeFile SUBDIR += p5-Getargs-Long SUBDIR += p5-Getopt-ArgvFile SUBDIR += p5-Getopt-Attribute SUBDIR += p5-Getopt-Compact SUBDIR += p5-Getopt-Compact-WithCmd SUBDIR += p5-Getopt-Declare SUBDIR += p5-Getopt-EX SUBDIR += p5-Getopt-Euclid SUBDIR += p5-Getopt-GUI-Long SUBDIR += p5-Getopt-Long SUBDIR += p5-Getopt-Long-Descriptive SUBDIR += p5-Getopt-Tabular SUBDIR += p5-Git-PurePerl SUBDIR += p5-Git-Repository SUBDIR += p5-Git-Repository-Plugin-Log SUBDIR += p5-Git-Sub SUBDIR += p5-Git-Version-Compare SUBDIR += p5-Git-Wrapper SUBDIR += p5-Glib SUBDIR += p5-Glib-Object-Introspection SUBDIR += p5-Goo-Canvas2 SUBDIR += p5-Google-Checkout SUBDIR += p5-Google-ProtocolBuffers SUBDIR += p5-GraphQL SUBDIR += p5-Gravatar-URL SUBDIR += p5-Gtk2-Notify SUBDIR += p5-Gtk2-Spell SUBDIR += p5-Guard SUBDIR += p5-HOP-Lexer SUBDIR += p5-HOP-Stream SUBDIR += p5-Hash-AsObject SUBDIR += p5-Hash-AutoHash SUBDIR += p5-Hash-AutoHash-Args SUBDIR += p5-Hash-Case SUBDIR += p5-Hash-Diff SUBDIR += p5-Hash-FieldHash SUBDIR += p5-Hash-Flatten SUBDIR += p5-Hash-Merge-Simple SUBDIR += p5-Hash-MoreUtils SUBDIR += p5-Hash-MultiKey SUBDIR += p5-Hash-MultiValue SUBDIR += p5-Hash-NoRef SUBDIR += p5-Hash-Objectify SUBDIR += p5-Hash-Ordered SUBDIR += p5-Hash-SharedMem SUBDIR += p5-Hash-Slice SUBDIR += p5-Hash-Union SUBDIR += p5-Hash-Util-FieldHash-Compat SUBDIR += p5-Hash-WithDefaults SUBDIR += p5-Heap SUBDIR += p5-Heap-Simple SUBDIR += p5-Heap-Simple-Perl SUBDIR += p5-Heap-Simple-XS SUBDIR += p5-Hook-LexWrap SUBDIR += p5-IO-AIO SUBDIR += p5-IO-All SUBDIR += p5-IO-All-LWP SUBDIR += p5-IO-Any SUBDIR += p5-IO-Async SUBDIR += p5-IO-BufferedSelect SUBDIR += p5-IO-Callback SUBDIR += p5-IO-Capture SUBDIR += p5-IO-CaptureOutput SUBDIR += p5-IO-Digest SUBDIR += p5-IO-Event SUBDIR += p5-IO-FDPass SUBDIR += p5-IO-File-AtomicChange SUBDIR += p5-IO-HTML SUBDIR += p5-IO-Handle-Util SUBDIR += p5-IO-Interactive SUBDIR += p5-IO-KQueue SUBDIR += p5-IO-Lambda SUBDIR += p5-IO-LockedFile SUBDIR += p5-IO-MultiPipe SUBDIR += p5-IO-Multiplex SUBDIR += p5-IO-NestedCapture SUBDIR += p5-IO-Null SUBDIR += p5-IO-Pager SUBDIR += p5-IO-Pipely SUBDIR += p5-IO-Prompt SUBDIR += p5-IO-Prompt-Simple SUBDIR += p5-IO-Prompt-Tiny SUBDIR += p5-IO-Prompter SUBDIR += p5-IO-Pty-Easy SUBDIR += p5-IO-SessionData SUBDIR += p5-IO-String SUBDIR += p5-IO-Stringy SUBDIR += p5-IO-Stty SUBDIR += p5-IO-Tee SUBDIR += p5-IO-TieCombine SUBDIR += p5-IO-Toolkit SUBDIR += p5-IO-Tty SUBDIR += p5-IO-Util SUBDIR += p5-IO-YAML SUBDIR += p5-IOC SUBDIR += p5-IPC-Cache SUBDIR += p5-IPC-Cmd SUBDIR += p5-IPC-DirQueue SUBDIR += p5-IPC-Locker SUBDIR += p5-IPC-MM SUBDIR += p5-IPC-MMA SUBDIR += p5-IPC-Mmap SUBDIR += p5-IPC-Mmap-Share SUBDIR += p5-IPC-Open3-Simple SUBDIR += p5-IPC-PerlSSH SUBDIR += p5-IPC-PubSub SUBDIR += p5-IPC-Run SUBDIR += p5-IPC-Run-SafeHandles SUBDIR += p5-IPC-Run3 SUBDIR += p5-IPC-ShareLite SUBDIR += p5-IPC-Shareable SUBDIR += p5-IPC-SharedCache SUBDIR += p5-IPC-ShellCmd SUBDIR += p5-IPC-Signal SUBDIR += p5-IPC-System-Options SUBDIR += p5-IPC-System-Simple SUBDIR += p5-IRI SUBDIR += p5-Import-Base SUBDIR += p5-Import-Into SUBDIR += p5-Importer SUBDIR += p5-Inline SUBDIR += p5-Inline-ASM SUBDIR += p5-Inline-C SUBDIR += p5-Inline-CPP SUBDIR += p5-Inline-Files SUBDIR += p5-Inline-Filters SUBDIR += p5-Inline-Java SUBDIR += p5-Inline-Python SUBDIR += p5-Inline-TT SUBDIR += p5-Inline-Tcl SUBDIR += p5-InlineX-C2XS SUBDIR += p5-InlineX-CPP2XS SUBDIR += p5-Input-Validator SUBDIR += p5-Ioctl SUBDIR += p5-Iodef-Pb-Simple SUBDIR += p5-Iterator SUBDIR += p5-Iterator-IO SUBDIR += p5-Iterator-Misc SUBDIR += p5-Iterator-Simple SUBDIR += p5-Iterator-Simple-Lookahead SUBDIR += p5-Iterator-Util SUBDIR += p5-JIRA-REST SUBDIR += p5-JQuery SUBDIR += p5-JSON-Hyper SUBDIR += p5-JSON-Parse SUBDIR += p5-JSON-Path SUBDIR += p5-JSON-Pointer SUBDIR += p5-JSON-RPC SUBDIR += p5-JSON-RPC-Common SUBDIR += p5-JSON-RPC-Dispatcher SUBDIR += p5-JSON-Schema SUBDIR += p5-Java SUBDIR += p5-Jonk SUBDIR += p5-Keyword-Declare SUBDIR += p5-Keyword-Pluggable SUBDIR += p5-Keyword-Simple SUBDIR += p5-LV SUBDIR += p5-Language-Expr SUBDIR += p5-Lexical-Alias SUBDIR += p5-Lexical-Import SUBDIR += p5-Lexical-Persistence SUBDIR += p5-Lexical-SealRequireHints SUBDIR += p5-Lexical-Var SUBDIR += p5-Lingua-JA-Fold SUBDIR += p5-Lingua-Translit SUBDIR += p5-List-AllUtils SUBDIR += p5-List-BinarySearch SUBDIR += p5-List-Cycle SUBDIR += p5-List-Flatten SUBDIR += p5-List-Gen SUBDIR += p5-List-Group SUBDIR += p5-List-Objects-Types SUBDIR += p5-List-Objects-WithUtils SUBDIR += p5-List-Pairwise SUBDIR += p5-List-Permutor SUBDIR += p5-List-PowerSet SUBDIR += p5-List-Regexp SUBDIR += p5-List-Rotation-Cycle SUBDIR += p5-List-SomeUtils SUBDIR += p5-List-SomeUtils-XS SUBDIR += p5-List-Uniq SUBDIR += p5-List-UtilsBy SUBDIR += p5-List-UtilsBy-XS SUBDIR += p5-Locale-Maketext SUBDIR += p5-Locale-Maketext-Fuzzy SUBDIR += p5-Locale-Maketext-Gettext SUBDIR += p5-Locale-Maketext-Lexicon SUBDIR += p5-Locale-Maketext-Simple SUBDIR += p5-Locale-Msgfmt SUBDIR += p5-Locale-PGetText SUBDIR += p5-Locale-PO SUBDIR += p5-Locale-XGettext SUBDIR += p5-Locale-gettext SUBDIR += p5-Locale-libintl SUBDIR += p5-Lock-File SUBDIR += p5-LockFile-Simple SUBDIR += p5-Log-Accounting-SVK SUBDIR += p5-Log-Accounting-SVN SUBDIR += p5-Log-Agent SUBDIR += p5-Log-Agent-Logger SUBDIR += p5-Log-Any SUBDIR += p5-Log-Any-Adapter-Dispatch SUBDIR += p5-Log-Any-Adapter-Log4perl SUBDIR += p5-Log-Any-App SUBDIR += p5-Log-Any-IfLOG SUBDIR += p5-Log-Contextual SUBDIR += p5-Log-Defer SUBDIR += p5-Log-Dispatch SUBDIR += p5-Log-Dispatch-Array SUBDIR += p5-Log-Dispatch-ArrayWithLimits SUBDIR += p5-Log-Dispatch-Colorful SUBDIR += p5-Log-Dispatch-Config SUBDIR += p5-Log-Dispatch-Configurator-Any SUBDIR += p5-Log-Dispatch-Configurator-YAML SUBDIR += p5-Log-Dispatch-DBI SUBDIR += p5-Log-Dispatch-Dir SUBDIR += p5-Log-Dispatch-Email-EmailSend SUBDIR += p5-Log-Dispatch-File-Rolling SUBDIR += p5-Log-Dispatch-File-Stamped SUBDIR += p5-Log-Dispatch-FileRotate SUBDIR += p5-Log-Dispatch-FileShared SUBDIR += p5-Log-Dispatch-FileWriteRotate SUBDIR += p5-Log-Dispatch-Perl SUBDIR += p5-Log-Dispatch-Screen-Color SUBDIR += p5-Log-Dispatch-Scribe SUBDIR += p5-Log-Dispatchouli SUBDIR += p5-Log-Dump SUBDIR += p5-Log-Handler SUBDIR += p5-Log-Log4perl SUBDIR += p5-Log-Log4perl-Appender-RabbitMQ SUBDIR += p5-Log-Log4perl-Appender-Socket-UNIX SUBDIR += p5-Log-Log4perl-Layout-JSON SUBDIR += p5-Log-Log4perl-Tiny SUBDIR += p5-Log-Message SUBDIR += p5-Log-Message-Simple SUBDIR += p5-Log-Minimal SUBDIR += p5-Log-Report SUBDIR += p5-Log-Report-Optional SUBDIR += p5-Log-Simple SUBDIR += p5-Log-Trace SUBDIR += p5-Log-TraceMessages SUBDIR += p5-Log-ger SUBDIR += p5-Logfile-Rotate SUBDIR += p5-Long-Jump SUBDIR += p5-Luka SUBDIR += p5-Lvalue SUBDIR += p5-MCE SUBDIR += p5-MCE-Shared SUBDIR += p5-MRO-Compat SUBDIR += p5-MRO-Define SUBDIR += p5-Mac-FileSpec-Unixish SUBDIR += p5-Mac-PropertyList SUBDIR += p5-Make SUBDIR += p5-Media-Type-Simple SUBDIR += p5-Memoize SUBDIR += p5-Memoize-ExpireLRU SUBDIR += p5-Meta-Builder SUBDIR += p5-MetaCPAN-Client SUBDIR += p5-Metabase-Client-Simple SUBDIR += p5-Metabase-Fact SUBDIR += p5-Method-Alias SUBDIR += p5-Method-Signatures SUBDIR += p5-Method-Signatures-Simple SUBDIR += p5-Metrics-Any SUBDIR += p5-Minilla SUBDIR += p5-Minion SUBDIR += p5-Mixin-Event-Dispatch SUBDIR += p5-Mixin-Linewise SUBDIR += p5-Mknod SUBDIR += p5-Mo SUBDIR += p5-Mock-MonkeyPatch SUBDIR += p5-Mock-Quick SUBDIR += p5-Mock-Sub SUBDIR += p5-Module-Build SUBDIR += p5-Module-Build-Convert SUBDIR += p5-Module-Build-Kwalitee SUBDIR += p5-Module-Build-Pluggable SUBDIR += p5-Module-Build-Pluggable-CPANfile SUBDIR += p5-Module-Build-Pluggable-ReadmeMarkdownFromPod SUBDIR += p5-Module-Build-Prereqs-FromCPANfile SUBDIR += p5-Module-Build-Tiny SUBDIR += p5-Module-Build-Using-PkgConfig SUBDIR += p5-Module-Build-WithXSpp SUBDIR += p5-Module-Build-XSUtil SUBDIR += p5-Module-CPANTS-Analyse SUBDIR += p5-Module-CPANfile SUBDIR += p5-Module-CheckDeps SUBDIR += p5-Module-CheckVersion SUBDIR += p5-Module-Collect SUBDIR += p5-Module-Compile SUBDIR += p5-Module-CoreList SUBDIR += p5-Module-Dependency SUBDIR += p5-Module-Depends SUBDIR += p5-Module-Extract SUBDIR += p5-Module-Extract-Use SUBDIR += p5-Module-Extract-VERSION SUBDIR += p5-Module-ExtractUse SUBDIR += p5-Module-Find SUBDIR += p5-Module-Functions SUBDIR += p5-Module-Implementation SUBDIR += p5-Module-Info SUBDIR += p5-Module-Info-File SUBDIR += p5-Module-Inspector SUBDIR += p5-Module-Install SUBDIR += p5-Module-Install-AuthorRequires SUBDIR += p5-Module-Install-AuthorTests SUBDIR += p5-Module-Install-ReadmeFromPod SUBDIR += p5-Module-Install-Repository SUBDIR += p5-Module-Install-Template SUBDIR += p5-Module-Install-TestBase SUBDIR += p5-Module-Install-XSUtil SUBDIR += p5-Module-Installed-Tiny SUBDIR += p5-Module-List SUBDIR += p5-Module-Load SUBDIR += p5-Module-Load-Conditional SUBDIR += p5-Module-Load-Util SUBDIR += p5-Module-Loaded SUBDIR += p5-Module-Loader SUBDIR += p5-Module-Manifest SUBDIR += p5-Module-Math-Depends SUBDIR += p5-Module-Metadata SUBDIR += p5-Module-Path SUBDIR += p5-Module-Path-More SUBDIR += p5-Module-Pluggable SUBDIR += p5-Module-Pluggable-Fast SUBDIR += p5-Module-Pluggable-Ordered SUBDIR += p5-Module-Reader SUBDIR += p5-Module-Recursive-Require SUBDIR += p5-Module-Refresh SUBDIR += p5-Module-Release SUBDIR += p5-Module-Reload SUBDIR += p5-Module-Reload-Sel SUBDIR += p5-Module-Runtime SUBDIR += p5-Module-Runtime-Conflicts SUBDIR += p5-Module-ScanDeps SUBDIR += p5-Module-Setup SUBDIR += p5-Module-Starter SUBDIR += p5-Module-Starter-PBP SUBDIR += p5-Module-Starter-Plugin-SimpleStore SUBDIR += p5-Module-Starter-Plugin-TT2 SUBDIR += p5-Module-Used SUBDIR += p5-Module-Util SUBDIR += p5-Module-Version SUBDIR += p5-Module-Versions SUBDIR += p5-Module-Versions-Report SUBDIR += p5-Mojo-Base-XS SUBDIR += p5-Mojo-Log-Clearable SUBDIR += p5-Mojolicious-Plugin-NYTProf SUBDIR += p5-Moo SUBDIR += p5-MooX-Aliases SUBDIR += p5-MooX-Attribute-ENV SUBDIR += p5-MooX-Cmd SUBDIR += p5-MooX-ConfigFromFile SUBDIR += p5-MooX-File-ConfigDir SUBDIR += p5-MooX-HandlesVia SUBDIR += p5-MooX-Locale-Passthrough SUBDIR += p5-MooX-Options SUBDIR += p5-MooX-Role-Parameterized SUBDIR += p5-MooX-Singleton SUBDIR += p5-MooX-StrictConstructor SUBDIR += p5-MooX-Thunking SUBDIR += p5-MooX-Traits SUBDIR += p5-MooX-TypeTiny SUBDIR += p5-MooX-Types-MooseLike SUBDIR += p5-MooX-Types-MooseLike-Numeric SUBDIR += p5-MooX-late SUBDIR += p5-Moos SUBDIR += p5-Moose SUBDIR += p5-Moose-Autobox SUBDIR += p5-Moose-Policy SUBDIR += p5-Moose-Test SUBDIR += p5-MooseX-Aliases SUBDIR += p5-MooseX-App SUBDIR += p5-MooseX-App-Cmd SUBDIR += p5-MooseX-ArrayRef SUBDIR += p5-MooseX-Async SUBDIR += p5-MooseX-Attribute-Chained SUBDIR += p5-MooseX-Attribute-ENV SUBDIR += p5-MooseX-AttributeHelpers SUBDIR += p5-MooseX-AttributeShortcuts SUBDIR += p5-MooseX-AuthorizedMethods SUBDIR += p5-MooseX-ClassAttribute SUBDIR += p5-MooseX-Clone SUBDIR += p5-MooseX-CompileTime-Traits SUBDIR += p5-MooseX-ConfigFromFile SUBDIR += p5-MooseX-CoverableModifiers SUBDIR += p5-MooseX-Daemonize SUBDIR += p5-MooseX-Declare SUBDIR += p5-MooseX-Emulate-Class-Accessor-Fast SUBDIR += p5-MooseX-Extended SUBDIR += p5-MooseX-FollowPBP SUBDIR += p5-MooseX-Getopt SUBDIR += p5-MooseX-Has-Options SUBDIR += p5-MooseX-Has-Sugar SUBDIR += p5-MooseX-HasDefaults SUBDIR += p5-MooseX-IOC SUBDIR += p5-MooseX-InsideOut SUBDIR += p5-MooseX-LazyRequire SUBDIR += p5-MooseX-Lists SUBDIR += p5-MooseX-Log-Log4perl SUBDIR += p5-MooseX-MarkAsMethods SUBDIR += p5-MooseX-Meta-TypeConstraint-ForceCoercion SUBDIR += p5-MooseX-Meta-TypeConstraint-Mooish SUBDIR += p5-MooseX-MetaDescription SUBDIR += p5-MooseX-Method-Signatures SUBDIR += p5-MooseX-MethodAttributes SUBDIR += p5-MooseX-MultiInitArg SUBDIR += p5-MooseX-MultiMethods SUBDIR += p5-MooseX-MungeHas SUBDIR += p5-MooseX-NonMoose SUBDIR += p5-MooseX-Object-Pluggable SUBDIR += p5-MooseX-OneArgNew SUBDIR += p5-MooseX-POE SUBDIR += p5-MooseX-Params-Validate SUBDIR += p5-MooseX-RelatedClassRoles SUBDIR += p5-MooseX-Role-Loggable SUBDIR += p5-MooseX-Role-Matcher SUBDIR += p5-MooseX-Role-Parameterized SUBDIR += p5-MooseX-Role-Strict SUBDIR += p5-MooseX-Role-WarnOnConflict SUBDIR += p5-MooseX-Runnable SUBDIR += p5-MooseX-SemiAffordanceAccessor SUBDIR += p5-MooseX-SetOnce SUBDIR += p5-MooseX-SimpleConfig SUBDIR += p5-MooseX-Singleton SUBDIR += p5-MooseX-Storage SUBDIR += p5-MooseX-StrictConstructor SUBDIR += p5-MooseX-Test-Role SUBDIR += p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames SUBDIR += p5-MooseX-Traits SUBDIR += p5-MooseX-Traits-Pluggable SUBDIR += p5-MooseX-TransactionalMethods SUBDIR += p5-MooseX-Types SUBDIR += p5-MooseX-Types-Common SUBDIR += p5-MooseX-Types-DateTime SUBDIR += p5-MooseX-Types-DateTime-ButMaintained SUBDIR += p5-MooseX-Types-DateTime-MoreCoercions SUBDIR += p5-MooseX-Types-DateTime-MySQL SUBDIR += p5-MooseX-Types-DateTimeX SUBDIR += p5-MooseX-Types-ISO8601 SUBDIR += p5-MooseX-Types-JSON SUBDIR += p5-MooseX-Types-LoadableClass SUBDIR += p5-MooseX-Types-Path-Class SUBDIR += p5-MooseX-Types-Path-Tiny SUBDIR += p5-MooseX-Types-Perl SUBDIR += p5-MooseX-Types-PortNumber SUBDIR += p5-MooseX-Types-Set-Object SUBDIR += p5-MooseX-Types-Signal SUBDIR += p5-MooseX-Types-Stringlike SUBDIR += p5-MooseX-Types-Structured SUBDIR += p5-MooseX-Types-URI SUBDIR += p5-MooseX-Types-VariantTable SUBDIR += p5-MooseX-Util SUBDIR += p5-Mouse SUBDIR += p5-MouseX-App-Cmd SUBDIR += p5-MouseX-AttributeHelpers SUBDIR += p5-MouseX-ConfigFromFile SUBDIR += p5-MouseX-Foreign SUBDIR += p5-MouseX-Getopt SUBDIR += p5-MouseX-NativeTraits SUBDIR += p5-MouseX-StrictConstructor SUBDIR += p5-MouseX-Traits SUBDIR += p5-MouseX-Types SUBDIR += p5-MouseX-Types-Path-Class SUBDIR += p5-Multiplex-CMD SUBDIR += p5-NEXT SUBDIR += p5-Net-DBus SUBDIR += p5-No-Worries SUBDIR += p5-Number-Bytes-Human SUBDIR += p5-Number-Tolerant SUBDIR += p5-OLE-Storage_Lite SUBDIR += p5-OOTools SUBDIR += p5-Object-Accessor SUBDIR += p5-Object-Array SUBDIR += p5-Object-Authority SUBDIR += p5-Object-Container SUBDIR += p5-Object-Declare SUBDIR += p5-Object-Destroyer SUBDIR += p5-Object-Enum SUBDIR += p5-Object-Event SUBDIR += p5-Object-Import SUBDIR += p5-Object-InsideOut SUBDIR += p5-Object-MultiType SUBDIR += p5-Object-Pad SUBDIR += p5-Object-Pluggable SUBDIR += p5-Object-Realize-Later SUBDIR += p5-Object-Role SUBDIR += p5-Object-Signature SUBDIR += p5-Object-Simple SUBDIR += p5-Object-Tiny SUBDIR += p5-Object-Tiny-Lvalue SUBDIR += p5-Object-Tiny-RW SUBDIR += p5-Olson-Abbreviations SUBDIR += p5-Opcodes SUBDIR += p5-OrePAN2 SUBDIR += p5-Ouch SUBDIR += p5-PAR SUBDIR += p5-PAR-Dist SUBDIR += p5-PAR-Packer SUBDIR += p5-PCSC-Card SUBDIR += p5-PHP-Serialization SUBDIR += p5-POE SUBDIR += p5-POE-API-Hooks SUBDIR += p5-POE-API-Peek SUBDIR += p5-POE-Component-Child SUBDIR += p5-POE-Component-Cron SUBDIR += p5-POE-Component-Daemon SUBDIR += p5-POE-Component-DebugShell SUBDIR += p5-POE-Component-DirWatch SUBDIR += p5-POE-Component-Hailo SUBDIR += p5-POE-Component-IKC SUBDIR += p5-POE-Component-JobQueue SUBDIR += p5-POE-Component-Logger SUBDIR += p5-POE-Component-Pluggable SUBDIR += p5-POE-Component-RSS SUBDIR += p5-POE-Component-RSSAggregator SUBDIR += p5-POE-Component-Schedule SUBDIR += p5-POE-Component-Server-XMLRPC SUBDIR += p5-POE-Component-Syndicator SUBDIR += p5-POE-Component-TSTP SUBDIR += p5-POE-Devel-Profiler SUBDIR += p5-POE-Loop-AnyEvent SUBDIR += p5-POE-Loop-Glib SUBDIR += p5-POE-Loop-Tk SUBDIR += p5-POE-Quickie SUBDIR += p5-POE-Session-MultiDispatch SUBDIR += p5-POE-Stage SUBDIR += p5-POE-Test-Loops SUBDIR += p5-POE-XS-Loop-Poll SUBDIR += p5-POE-XS-Queue-Array SUBDIR += p5-POEx-Role-SessionInstantiation SUBDIR += p5-POEx-Role-Streaming SUBDIR += p5-POEx-Types SUBDIR += p5-POSIX-strftime-Compiler SUBDIR += p5-POSIX-strptime SUBDIR += p5-PPR SUBDIR += p5-PPerl SUBDIR += p5-PV SUBDIR += p5-Package-Constants SUBDIR += p5-Package-DeprecationManager SUBDIR += p5-Package-Generator SUBDIR += p5-Package-MoreUtil SUBDIR += p5-Package-Stash SUBDIR += p5-Package-Stash-XS SUBDIR += p5-Package-Util-Lite SUBDIR += p5-Package-Variant SUBDIR += p5-PadWalker SUBDIR += p5-Parallel-Async SUBDIR += p5-Parallel-Fork-BossWorker SUBDIR += p5-Parallel-ForkManager SUBDIR += p5-Parallel-Iterator SUBDIR += p5-Parallel-Prefork SUBDIR += p5-Parallel-Scoreboard SUBDIR += p5-Params-CallbackRequest SUBDIR += p5-Params-Check SUBDIR += p5-Params-Classify SUBDIR += p5-Params-Coerce SUBDIR += p5-Params-Util SUBDIR += p5-Params-Validate SUBDIR += p5-Params-Validate-Dependencies SUBDIR += p5-Params-ValidationCompiler SUBDIR += p5-Paranoid SUBDIR += p5-Paranoid-Log-Email SUBDIR += p5-Paranoid-Log-Syslog SUBDIR += p5-Parse-CPAN-Packages SUBDIR += p5-Parse-CPAN-Packages-Fast SUBDIR += p5-Parse-Distname SUBDIR += p5-Parse-ErrorString-Perl SUBDIR += p5-Parse-ExuberantCTags SUBDIR += p5-Parse-LocalDistribution SUBDIR += p5-Parse-Method-Signatures SUBDIR += p5-Parse-PMFile SUBDIR += p5-Parse-PerlConfig SUBDIR += p5-Parse-PlainConfig SUBDIR += p5-Parse-RecDescent SUBDIR += p5-Parse-VarName SUBDIR += p5-Parse-Win32Registry SUBDIR += p5-Parse-Yapp SUBDIR += p5-ParseLex SUBDIR += p5-ParseTemplate SUBDIR += p5-Parser-MGC SUBDIR += p5-PatchReader SUBDIR += p5-Path-Abstract SUBDIR += p5-Path-Class SUBDIR += p5-Path-Class-File-Lockable SUBDIR += p5-Path-Dispatcher SUBDIR += p5-Path-Dispatcher-Declarative SUBDIR += p5-Path-Extended SUBDIR += p5-Path-FindDev SUBDIR += p5-Path-IsDev SUBDIR += p5-Path-Iterator-Rule SUBDIR += p5-Path-Resource SUBDIR += p5-Path-Tiny SUBDIR += p5-PathTools SUBDIR += p5-Paws SUBDIR += p5-Pegex SUBDIR += p5-Perl-Critic-Deprecated SUBDIR += p5-Perl-Metrics-Lite SUBDIR += p5-Perl-Metrics-Simple SUBDIR += p5-Perl-OSType SUBDIR += p5-Perl-PrereqScanner SUBDIR += p5-Perl-PrereqScanner-Lite SUBDIR += p5-Perl-PrereqScanner-NotQuiteLite SUBDIR += p5-Perl-Tidy SUBDIR += p5-Perl-Unsafe-Signals SUBDIR += p5-Perl-Version SUBDIR += p5-Perl-osnames SUBDIR += p5-Perl4-CoreLibs SUBDIR += p5-Perl6-Builtins SUBDIR += p5-Perl6-Export SUBDIR += p5-Perl6-Export-Attrs SUBDIR += p5-Perl6-Form SUBDIR += p5-Perl6-Junction SUBDIR += p5-Perl6-Rules SUBDIR += p5-Perl6-Say SUBDIR += p5-Perl6-Slurp SUBDIR += p5-PerlIO-Layers SUBDIR += p5-PerlIO-Util SUBDIR += p5-PerlIO-eol SUBDIR += p5-PerlIO-locale SUBDIR += p5-PerlIO-utf8_strict SUBDIR += p5-PerlIO-via-MD5 SUBDIR += p5-PerlIO-via-Timeout SUBDIR += p5-PerlIO-via-dynamic SUBDIR += p5-PerlIO-via-symlink SUBDIR += p5-PerlX-Maybe SUBDIR += p5-PerlX-Maybe-XS SUBDIR += p5-Pid-File-Flock SUBDIR += p5-Pipeline SUBDIR += p5-Pithub SUBDIR += p5-PkgConfig SUBDIR += p5-PkgConfig-LibPkgConf SUBDIR += p5-Pod-Coverage SUBDIR += p5-Pod-Coverage-Moose SUBDIR += p5-Pod-Coverage-TrustPod SUBDIR += p5-Pod-Tests SUBDIR += p5-Pod-Usage SUBDIR += p5-Pragmatic SUBDIR += p5-Proc-BackOff SUBDIR += p5-Proc-Background SUBDIR += p5-Proc-ChildError SUBDIR += p5-Proc-Daemon SUBDIR += p5-Proc-FastSpawn SUBDIR += p5-Proc-Find-Parents SUBDIR += p5-Proc-Fork SUBDIR += p5-Proc-Guard SUBDIR += p5-Proc-PID-File SUBDIR += p5-Proc-Pidfile SUBDIR += p5-Proc-ProcessTable SUBDIR += p5-Proc-Queue SUBDIR += p5-Proc-Reliable SUBDIR += p5-Proc-SafeExec SUBDIR += p5-Proc-Simple SUBDIR += p5-Proc-Wait3 SUBDIR += p5-Proc-WaitStat SUBDIR += p5-Process-Status SUBDIR += p5-Progress-Any SUBDIR += p5-Project-Gantt SUBDIR += p5-Project-Libs SUBDIR += p5-Pthread-GetThreadId SUBDIR += p5-Qudo SUBDIR += p5-RPSL-Parser SUBDIR += p5-RRDTool-OO SUBDIR += p5-Rcs SUBDIR += p5-Rcs-Agent SUBDIR += p5-Readonly SUBDIR += p5-Readonly-XS SUBDIR += p5-ReadonlyX SUBDIR += p5-Reaper SUBDIR += p5-Ref-Util SUBDIR += p5-Ref-Util-XS SUBDIR += p5-Reflex SUBDIR += p5-Regexp-Assemble SUBDIR += p5-Regexp-Assemble-Compressed SUBDIR += p5-Regexp-Bind SUBDIR += p5-Regexp-Compare SUBDIR += p5-Regexp-Grammars SUBDIR += p5-Regexp-Lexer SUBDIR += p5-Regexp-Pattern-Perl SUBDIR += p5-Regexp-RegGrp SUBDIR += p5-Regexp-Shellish SUBDIR += p5-Regexp-Stringify SUBDIR += p5-Regexp-Subst-Parallel SUBDIR += p5-Regexp-Trie SUBDIR += p5-Religion SUBDIR += p5-Reply SUBDIR += p5-ResourcePool SUBDIR += p5-Resources SUBDIR += p5-Return-MultiLevel SUBDIR += p5-Return-Type SUBDIR += p5-Return-Value SUBDIR += p5-Rinci SUBDIR += p5-Role-Basic SUBDIR += p5-Role-HasMessage SUBDIR += p5-Role-Hooks SUBDIR += p5-Role-Identifiable SUBDIR += p5-Role-Tiny SUBDIR += p5-Rose-DateTime SUBDIR += p5-Rose-Object SUBDIR += p5-Router-R3 SUBDIR += p5-Routes-Tiny SUBDIR += p5-RunApp SUBDIR += p5-SDL SUBDIR += p5-SNMP-Persist SUBDIR += p5-SOAP-WSDL SUBDIR += p5-SPOPS SUBDIR += p5-SSN-Validate SUBDIR += p5-SUPER SUBDIR += p5-SVN-ACL SUBDIR += p5-SVN-Access SUBDIR += p5-SVN-Agent SUBDIR += p5-SVN-Dump SUBDIR += p5-SVN-Dumpfile SUBDIR += p5-SVN-Hook SUBDIR += p5-SVN-Hooks SUBDIR += p5-SVN-Log SUBDIR += p5-SVN-Look SUBDIR += p5-SVN-Mirror SUBDIR += p5-SVN-Notify SUBDIR += p5-SVN-Notify-Config SUBDIR += p5-SVN-Notify-Filter-AuthZMail SUBDIR += p5-SVN-Notify-Filter-EmailFlatFileDB SUBDIR += p5-SVN-Notify-Filter-Markdown SUBDIR += p5-SVN-Notify-Filter-Watchers SUBDIR += p5-SVN-Notify-Mirror SUBDIR += p5-SVN-Notify-Snapshot SUBDIR += p5-SVN-S4 SUBDIR += p5-SVN-Simple SUBDIR += p5-SVN-Statistics SUBDIR += p5-SVN-Web SUBDIR += p5-Safe-Isa SUBDIR += p5-Sah SUBDIR += p5-Scalar-Defer SUBDIR += p5-Scalar-Does SUBDIR += p5-Scalar-Listify SUBDIR += p5-Scalar-String SUBDIR += p5-Scalar-Util-LooksLikeNumber SUBDIR += p5-Scalar-Util-Numeric SUBDIR += p5-Scalar-Util-Numeric-PP SUBDIR += p5-Scope-Container SUBDIR += p5-Scope-Guard SUBDIR += p5-Scope-Upper SUBDIR += p5-Script-isAperlScript SUBDIR += p5-Sentinel SUBDIR += p5-Sepia SUBDIR += p5-Set-Array SUBDIR += p5-Set-ConsistentHash SUBDIR += p5-Set-Crontab SUBDIR += p5-Set-CrossProduct SUBDIR += p5-Set-Infinite SUBDIR += p5-Set-NestedGroups SUBDIR += p5-Set-Object SUBDIR += p5-Set-Scalar SUBDIR += p5-Set-Tiny SUBDIR += p5-Shell-Base SUBDIR += p5-Shell-Config-Generate SUBDIR += p5-Shell-EnvImporter SUBDIR += p5-Shell-GetEnv SUBDIR += p5-Shell-Guess SUBDIR += p5-Shell-Parser SUBDIR += p5-Shell-Source SUBDIR += p5-ShipIt SUBDIR += p5-ShipIt-Step-Manifest SUBDIR += p5-Signal-Mask SUBDIR += p5-Slurp SUBDIR += p5-Smart-Comments SUBDIR += p5-Sort-Array SUBDIR += p5-Sort-ArrayOfArrays SUBDIR += p5-Sort-Key SUBDIR += p5-Sort-Key-DateTime SUBDIR += p5-Sort-Key-Top SUBDIR += p5-Sort-Maker SUBDIR += p5-Sort-Sub SUBDIR += p5-Sort-Tree SUBDIR += p5-Sort-Versions SUBDIR += p5-Specio SUBDIR += p5-Spiffy SUBDIR += p5-Spoon SUBDIR += p5-Storable SUBDIR += p5-Stream SUBDIR += p5-Stream-Buffered SUBDIR += p5-Stream-Reader SUBDIR += p5-String-Approx SUBDIR += p5-String-CRC32 SUBDIR += p5-String-Checker SUBDIR += p5-String-Diff SUBDIR += p5-String-Dump SUBDIR += p5-String-Ediff SUBDIR += p5-String-Errf SUBDIR += p5-String-Formatter SUBDIR += p5-String-Interpolate-Named SUBDIR += p5-String-KeyboardDistance SUBDIR += p5-String-LRC SUBDIR += p5-String-Parity SUBDIR += p5-String-Random SUBDIR += p5-String-RexxParse SUBDIR += p5-String-Similarity SUBDIR += p5-String-TT SUBDIR += p5-Struct-Dumb SUBDIR += p5-Sub-Alias SUBDIR += p5-Sub-Current SUBDIR += p5-Sub-Delete SUBDIR += p5-Sub-Exporter SUBDIR += p5-Sub-Exporter-ForMethods SUBDIR += p5-Sub-Exporter-GlobExporter SUBDIR += p5-Sub-Exporter-Lexical SUBDIR += p5-Sub-Exporter-Progressive SUBDIR += p5-Sub-HandlesVia SUBDIR += p5-Sub-Identify SUBDIR += p5-Sub-Infix SUBDIR += p5-Sub-Info SUBDIR += p5-Sub-Install SUBDIR += p5-Sub-Installer SUBDIR += p5-Sub-Multi SUBDIR += p5-Sub-Name SUBDIR += p5-Sub-Override SUBDIR += p5-Sub-Prototype SUBDIR += p5-Sub-Quote SUBDIR += p5-Sub-Signatures SUBDIR += p5-Sub-Uplevel SUBDIR += p5-Sub-WrapPackages SUBDIR += p5-Symbol-Get SUBDIR += p5-Symbol-Global-Name SUBDIR += p5-Symbol-Util SUBDIR += p5-Syntax-Keyword-Dynamically SUBDIR += p5-Syntax-Keyword-Gather SUBDIR += p5-Syntax-Keyword-Junction SUBDIR += p5-Syntax-Keyword-Match SUBDIR += p5-Syntax-Keyword-Try SUBDIR += p5-Sys-CPU SUBDIR += p5-Sys-Info SUBDIR += p5-Sys-Info-Base SUBDIR += p5-Sys-Info-Driver-BSD SUBDIR += p5-Sys-MemInfo SUBDIR += p5-Sys-Mmap SUBDIR += p5-Sys-RunAlone SUBDIR += p5-Sys-RunAlways SUBDIR += p5-Sys-Sendfile SUBDIR += p5-Sys-Sendfile-FreeBSD SUBDIR += p5-Sys-Sig SUBDIR += p5-Sys-SigAction SUBDIR += p5-Sys-Syscall SUBDIR += p5-Sys-Trace SUBDIR += p5-Sys-Virt SUBDIR += p5-System-Command SUBDIR += p5-System-Info SUBDIR += p5-System-Sub SUBDIR += p5-System2 SUBDIR += p5-TAP-Formatter-JUnit SUBDIR += p5-TAP-Harness-JUnit SUBDIR += p5-TAP-SimpleOutput SUBDIR += p5-Taint-Runtime SUBDIR += p5-Taint-Util SUBDIR += p5-Task-Tiny SUBDIR += p5-Task-Weaken SUBDIR += p5-Tee SUBDIR += p5-Template-Provider-Encode SUBDIR += p5-Term-ANSIColor SUBDIR += p5-Term-ANSIScreen SUBDIR += p5-Term-Animation SUBDIR += p5-Term-App-Roles SUBDIR += p5-Term-App-Util-Color SUBDIR += p5-Term-App-Util-Interactive SUBDIR += p5-Term-App-Util-Size SUBDIR += p5-Term-CallEditor SUBDIR += p5-Term-Choose SUBDIR += p5-Term-Choose-Util SUBDIR += p5-Term-Clui SUBDIR += p5-Term-Detect-Software SUBDIR += p5-Term-EditLine SUBDIR += p5-Term-Encoding SUBDIR += p5-Term-Form SUBDIR += p5-Term-Menus SUBDIR += p5-Term-ProgressBar SUBDIR += p5-Term-ProgressBar-Quiet SUBDIR += p5-Term-ProgressBar-Simple SUBDIR += p5-Term-Prompt SUBDIR += p5-Term-Query SUBDIR += p5-Term-RawInput SUBDIR += p5-Term-ReadKey SUBDIR += p5-Term-ReadLine SUBDIR += p5-Term-ReadLine-Gnu SUBDIR += p5-Term-ReadLine-Perl SUBDIR += p5-Term-ReadLine-TTYtter SUBDIR += p5-Term-ReadLine-Zoid SUBDIR += p5-Term-ReadPassword SUBDIR += p5-Term-Screen SUBDIR += p5-Term-ScreenColor SUBDIR += p5-Term-Shell SUBDIR += p5-Term-Size SUBDIR += p5-Term-Size-Any SUBDIR += p5-Term-Size-Perl SUBDIR += p5-Term-Sk SUBDIR += p5-Term-Table SUBDIR += p5-Term-TablePrint SUBDIR += p5-Term-TermKey SUBDIR += p5-Term-Title SUBDIR += p5-Term-UI SUBDIR += p5-Term-VT102 SUBDIR += p5-Term-VT102-Boundless SUBDIR += p5-Term-Visual SUBDIR += p5-Test-API SUBDIR += p5-Test-Able SUBDIR += p5-Test-Able-Runner SUBDIR += p5-Test-Aggregate SUBDIR += p5-Test-Archive-Libarchive SUBDIR += p5-Test-Assertions SUBDIR += p5-Test-Auto SUBDIR += p5-Test-Base SUBDIR += p5-Test-Benchmark SUBDIR += p5-Test-BinaryData SUBDIR += p5-Test-Bits SUBDIR += p5-Test-CPAN-Meta SUBDIR += p5-Test-CPAN-Meta-YAML SUBDIR += p5-Test-CheckDeps SUBDIR += p5-Test-CheckManifest SUBDIR += p5-Test-Class SUBDIR += p5-Test-Class-Most SUBDIR += p5-Test-ClassAPI SUBDIR += p5-Test-Classy SUBDIR += p5-Test-CleanNamespaces SUBDIR += p5-Test-Cmd SUBDIR += p5-Test-Command SUBDIR += p5-Test-Command-Simple SUBDIR += p5-Test-Compile SUBDIR += p5-Test-DBIC-ExpectedQueries SUBDIR += p5-Test-DBIx-Class SUBDIR += p5-Test-Data SUBDIR += p5-Test-Debugger SUBDIR += p5-Test-Declare SUBDIR += p5-Test-Deep SUBDIR += p5-Test-Deep-UnorderedPairs SUBDIR += p5-Test-Dependencies SUBDIR += p5-Test-DependentModules SUBDIR += p5-Test-DiagINC SUBDIR += p5-Test-Differences SUBDIR += p5-Test-Distribution SUBDIR += p5-Test-EOL SUBDIR += p5-Test-Exception SUBDIR += p5-Test-Exit SUBDIR += p5-Test-Expect SUBDIR += p5-Test-ExpectAndCheck SUBDIR += p5-Test-FailWarnings SUBDIR += p5-Test-Fake-HTTPD SUBDIR += p5-Test-Fatal SUBDIR += p5-Test-File SUBDIR += p5-Test-File-Contents SUBDIR += p5-Test-File-ShareDir SUBDIR += p5-Test-Filename SUBDIR += p5-Test-Fixme SUBDIR += p5-Test-Fixture-DBIC-Schema SUBDIR += p5-Test-Future-IO-Impl SUBDIR += p5-Test-Group SUBDIR += p5-Test-HTML-Tidy SUBDIR += p5-Test-Harness SUBDIR += p5-Test-Harness-Straps SUBDIR += p5-Test-HasVersion SUBDIR += p5-Test-HexDifferences SUBDIR += p5-Test-HexString SUBDIR += p5-Test-Identity SUBDIR += p5-Test-If SUBDIR += p5-Test-InDistDir SUBDIR += p5-Test-Inline SUBDIR += p5-Test-Inter SUBDIR += p5-Test-JSON SUBDIR += p5-Test-Kwalitee SUBDIR += p5-Test-Lazy SUBDIR += p5-Test-LeakTrace SUBDIR += p5-Test-LectroTest SUBDIR += p5-Test-Lib SUBDIR += p5-Test-Lives SUBDIR += p5-Test-LoadAllModules SUBDIR += p5-Test-Log-Log4perl SUBDIR += p5-Test-Log4perl SUBDIR += p5-Test-LongString SUBDIR += p5-Test-Manifest SUBDIR += p5-Test-ManyParams SUBDIR += p5-Test-Memory-Cycle SUBDIR += p5-Test-Metrics-Any SUBDIR += p5-Test-Mini SUBDIR += p5-Test-Mini-Unit SUBDIR += p5-Test-Mock-Guard SUBDIR += p5-Test-Mock-LWP SUBDIR += p5-Test-Mock-LWP-Dispatch SUBDIR += p5-Test-Mock-One SUBDIR += p5-Test-Mock-Redis SUBDIR += p5-Test-MockDateTime SUBDIR += p5-Test-MockModule SUBDIR += p5-Test-MockObject SUBDIR += p5-Test-MockRandom SUBDIR += p5-Test-MockTime SUBDIR += p5-Test-MockTime-HiRes SUBDIR += p5-Test-Modern SUBDIR += p5-Test-Module-Used SUBDIR += p5-Test-Moose-More SUBDIR += p5-Test-More-UTF8 SUBDIR += p5-Test-Most SUBDIR += p5-Test-Name-FromLine SUBDIR += p5-Test-Needs SUBDIR += p5-Test-Net-LDAP SUBDIR += p5-Test-Net-RabbitMQ SUBDIR += p5-Test-NoTabs SUBDIR += p5-Test-NoWarnings SUBDIR += p5-Test-Number-Delta SUBDIR += p5-Test-Object SUBDIR += p5-Test-OpenLDAP SUBDIR += p5-Test-Output SUBDIR += p5-Test-POE-Client-TCP SUBDIR += p5-Test-POE-Server-TCP SUBDIR += p5-Test-Parser SUBDIR += p5-Test-PerlTidy SUBDIR += p5-Test-Pod SUBDIR += p5-Test-Pod-Coverage SUBDIR += p5-Test-Pod-Coverage-Permissive SUBDIR += p5-Test-Portability-Files SUBDIR += p5-Test-Prereq SUBDIR += p5-Test-RandomResults SUBDIR += p5-Test-Refcount SUBDIR += p5-Test-Reporter SUBDIR += p5-Test-Reporter-Transport-Metabase SUBDIR += p5-Test-Requires SUBDIR += p5-Test-Requires-Git SUBDIR += p5-Test-RequiresInternet SUBDIR += p5-Test-Roo SUBDIR += p5-Test-Script SUBDIR += p5-Test-Script-Run SUBDIR += p5-Test-SharedFork SUBDIR += p5-Test-Signature SUBDIR += p5-Test-Simple SUBDIR += p5-Test-Singleton SUBDIR += p5-Test-Snapshot SUBDIR += p5-Test-Spec SUBDIR += p5-Test-Spelling SUBDIR += p5-Test-Strict SUBDIR += p5-Test-SubCalls SUBDIR += p5-Test-Synopsis SUBDIR += p5-Test-Sys-Info SUBDIR += p5-Test-TAP-HTMLMatrix SUBDIR += p5-Test-TAP-Model SUBDIR += p5-Test-TCP SUBDIR += p5-Test-TableDriven SUBDIR += p5-Test-Taint SUBDIR += p5-Test-TempDir-Tiny SUBDIR += p5-Test-Time SUBDIR += p5-Test-Timer SUBDIR += p5-Test-TinyMocker SUBDIR += p5-Test-TrailingSpace SUBDIR += p5-Test-Trap SUBDIR += p5-Test-UNIXSock SUBDIR += p5-Test-Unit SUBDIR += p5-Test-UseAllModules SUBDIR += p5-Test-Version SUBDIR += p5-Test-WWW-Declare SUBDIR += p5-Test-WWW-Mechanize SUBDIR += p5-Test-WWW-Mechanize-CGI SUBDIR += p5-Test-WWW-Mechanize-CGIApp SUBDIR += p5-Test-WWW-Mechanize-Catalyst SUBDIR += p5-Test-WWW-Mechanize-PSGI SUBDIR += p5-Test-WWW-Selenium SUBDIR += p5-Test-Warn SUBDIR += p5-Test-Warnings SUBDIR += p5-Test-Weaken SUBDIR += p5-Test-Without-Module SUBDIR += p5-Test-XML SUBDIR += p5-Test-XML-Valid SUBDIR += p5-Test-YAML SUBDIR += p5-Test-YAML-Meta SUBDIR += p5-Test-YAML-Valid SUBDIR += p5-Test-utf8 SUBDIR += p5-Test2-Harness SUBDIR += p5-Test2-Harness-UI SUBDIR += p5-Test2-Plugin-Cover SUBDIR += p5-Test2-Plugin-DBIProfile SUBDIR += p5-Test2-Plugin-IOEvents SUBDIR += p5-Test2-Plugin-MemUsage SUBDIR += p5-Test2-Plugin-NoWarnings SUBDIR += p5-Test2-Plugin-UUID SUBDIR += p5-Test2-Tools-Explain SUBDIR += p5-Test2-Tools-FFI SUBDIR += p5-Test2-Tools-LoadModule SUBDIR += p5-Test2-Tools-MemoryCycle SUBDIR += p5-Text-Levenshtein SUBDIR += p5-Text-Levenshtein-Damerau SUBDIR += p5-Text-Levenshtein-Damerau-XS SUBDIR += p5-Text-LevenshteinXS SUBDIR += p5-Text-Outdent SUBDIR += p5-Text-vFile-asData SUBDIR += p5-TheSchwartz SUBDIR += p5-TheSchwartz-Simple SUBDIR += p5-TheSchwartz-Worker-SendEmail SUBDIR += p5-Thread-Apartment SUBDIR += p5-Thread-Cancel SUBDIR += p5-Thread-Pool-Simple SUBDIR += p5-Thread-Queue SUBDIR += p5-Thread-Queue-Duplex SUBDIR += p5-Thread-Suspend SUBDIR += p5-Thrift SUBDIR += p5-Thrift-XS SUBDIR += p5-Throwable SUBDIR += p5-Tickit SUBDIR += p5-Tickit-Widget-Table SUBDIR += p5-Tickit-Widgets SUBDIR += p5-Tie-Array-Pack SUBDIR += p5-Tie-Array-Sorted SUBDIR += p5-Tie-CPHash SUBDIR += p5-Tie-Cache SUBDIR += p5-Tie-DB_File-SplitHash SUBDIR += p5-Tie-DB_FileLock SUBDIR += p5-Tie-File SUBDIR += p5-Tie-File-AsHash SUBDIR += p5-Tie-FileLRUCache SUBDIR += p5-Tie-Function SUBDIR += p5-Tie-Hash-Indexed SUBDIR += p5-Tie-Hash-MultiValue SUBDIR += p5-Tie-Hash-Regex SUBDIR += p5-Tie-Hash-Sorted SUBDIR += p5-Tie-Hash-TwoWay SUBDIR += p5-Tie-IxHash SUBDIR += p5-Tie-LLHash SUBDIR += p5-Tie-RefHash SUBDIR += p5-Tie-RefHash-Weak SUBDIR += p5-Tie-RegexpHash SUBDIR += p5-Tie-Restore SUBDIR += p5-Tie-ShareLite SUBDIR += p5-Tie-Simple SUBDIR += p5-Tie-Sub SUBDIR += p5-Tie-ToObject SUBDIR += p5-Tie-Util SUBDIR += p5-Tie-iCal SUBDIR += p5-Time-Clock SUBDIR += p5-Time-Crontab SUBDIR += p5-Time-Duration SUBDIR += p5-Time-Duration-Parse SUBDIR += p5-Time-Duration-Parse-AsHash SUBDIR += p5-Time-Elapsed SUBDIR += p5-Time-Format SUBDIR += p5-Time-HiRes SUBDIR += p5-Time-Interval SUBDIR += p5-Time-Local SUBDIR += p5-Time-Mock SUBDIR += p5-Time-Moment SUBDIR += p5-Time-Moment-Role-TimeZone SUBDIR += p5-Time-Object SUBDIR += p5-Time-Out SUBDIR += p5-Time-ParseDate SUBDIR += p5-Time-Period SUBDIR += p5-Time-Piece SUBDIR += p5-Time-Piece-Range SUBDIR += p5-Time-Progress SUBDIR += p5-Time-Stopwatch SUBDIR += p5-Time-Warp SUBDIR += p5-Time-modules SUBDIR += p5-Time-timegm SUBDIR += p5-TimeDate SUBDIR += p5-ToolSet SUBDIR += p5-TraceFuncs SUBDIR += p5-Tree-Binary SUBDIR += p5-Tree-Binary-Dictionary SUBDIR += p5-Tree-DAG_Node SUBDIR += p5-Tree-Node SUBDIR += p5-Tree-Parser SUBDIR += p5-Tree-R SUBDIR += p5-Tree-RedBlack SUBDIR += p5-Tree-Simple SUBDIR += p5-Tree-Simple-View SUBDIR += p5-Tree-Simple-VisitorFactory SUBDIR += p5-Tree-Trie SUBDIR += p5-Type-Tiny SUBDIR += p5-Type-Tiny-Signatures SUBDIR += p5-Type-Tiny-XS SUBDIR += p5-Types-Core SUBDIR += p5-Types-Path-Tiny SUBDIR += p5-Types-Self SUBDIR += p5-Types-Serialiser SUBDIR += p5-Types-URI SUBDIR += p5-Types-UUID SUBDIR += p5-UDCode SUBDIR += p5-UI-Dialog SUBDIR += p5-UNIVERSAL-can SUBDIR += p5-UNIVERSAL-isa SUBDIR += p5-UNIVERSAL-moniker SUBDIR += p5-UNIVERSAL-ref SUBDIR += p5-UNIVERSAL-require SUBDIR += p5-UNIVERSAL-which SUBDIR += p5-UUID SUBDIR += p5-UUID-Random SUBDIR += p5-UUID-Random-Patch-UseMRS SUBDIR += p5-UUID-Tiny SUBDIR += p5-UUID-URandom SUBDIR += p5-Uniq SUBDIR += p5-Unix-Groups SUBDIR += p5-Unix-Groups-FFI SUBDIR += p5-Unix-Statgrab SUBDIR += p5-Unix-Uptime SUBDIR += p5-User-Identity SUBDIR += p5-Util-Any SUBDIR += p5-VCP-Dest-svk SUBDIR += p5-VCP-Source-cvsbk SUBDIR += p5-VCP-autrijus SUBDIR += p5-VCS SUBDIR += p5-VCS-CVS SUBDIR += p5-VCS-Lite SUBDIR += p5-Validation-Class SUBDIR += p5-Variable-Disposition SUBDIR += p5-Variable-Eject SUBDIR += p5-Variable-Magic SUBDIR += p5-Venus SUBDIR += p5-Want SUBDIR += p5-WeakRef SUBDIR += p5-Workflow SUBDIR += p5-X-Tiny SUBDIR += p5-XML-Compile-Tester SUBDIR += p5-XML-Pastor SUBDIR += p5-XS-Object-Magic SUBDIR += p5-XS-Parse-Keyword SUBDIR += p5-XS-Parse-Sublike SUBDIR += p5-XSLoader SUBDIR += p5-XXX SUBDIR += p5-Xporter SUBDIR += p5-YAML-AppConfig SUBDIR += p5-Yada-Yada-Yada SUBDIR += p5-ZML SUBDIR += p5-accessors SUBDIR += p5-accessors-fast SUBDIR += p5-alias-module SUBDIR += p5-aliased SUBDIR += p5-asa SUBDIR += p5-autobox SUBDIR += p5-autobox-Core SUBDIR += p5-autobox-Transform SUBDIR += p5-autodie SUBDIR += p5-autovivification SUBDIR += p5-bareword-filehandles SUBDIR += p5-boolean SUBDIR += p5-capitalization SUBDIR += p5-carton SUBDIR += p5-common-sense SUBDIR += p5-constant SUBDIR += p5-constant-boolean SUBDIR += p5-constant-def SUBDIR += p5-constant-defer SUBDIR += p5-constant-lexical SUBDIR += p5-cpan-listchanges SUBDIR += p5-curry SUBDIR += p5-enum SUBDIR += p5-ex-lib SUBDIR += p5-experimental SUBDIR += p5-forks SUBDIR += p5-github_creator SUBDIR += p5-goto-file SUBDIR += p5-iCal-Parser SUBDIR += p5-indirect SUBDIR += p5-interface SUBDIR += p5-latest SUBDIR += p5-lexical-underscore SUBDIR += p5-lib-abs SUBDIR += p5-lib-filter SUBDIR += p5-libalarm SUBDIR += p5-libxml-enno SUBDIR += p5-local-lib SUBDIR += p5-match-simple SUBDIR += p5-match-simple-XS SUBDIR += p5-mem SUBDIR += p5-meta SUBDIR += p5-mixin SUBDIR += p5-mocked SUBDIR += p5-multidimensional SUBDIR += p5-namespace-autoclean SUBDIR += p5-namespace-clean SUBDIR += p5-namespace-clean-xs SUBDIR += p5-namespace-sweep SUBDIR += p5-orz SUBDIR += p5-parent SUBDIR += p5-pip SUBDIR += p5-prefork SUBDIR += p5-relative SUBDIR += p5-routines SUBDIR += p5-self SUBDIR += p5-self-init SUBDIR += p5-strictures SUBDIR += p5-subatom SUBDIR += p5-subroutines SUBDIR += p5-subversion SUBDIR += p5-superclass SUBDIR += p5-syntax SUBDIR += p5-threads SUBDIR += p5-threads-shared SUBDIR += p5-true SUBDIR += p5-uni-perl SUBDIR += p5-version SUBDIR += p8-platform SUBDIR += packr SUBDIR += paexec SUBDIR += pam_wrapper SUBDIR += papi SUBDIR += papilio-loader SUBDIR += paq-nvim SUBDIR += parallel-hashmap SUBDIR += parol SUBDIR += parol-ls SUBDIR += pas2dox SUBDIR += pasm SUBDIR += patch SUBDIR += patsh SUBDIR += pcc-libs SUBDIR += pcg-cpp SUBDIR += pcl SUBDIR += pcre SUBDIR += pcre2 SUBDIR += pcsc-cyberjack SUBDIR += pcsc-lite SUBDIR += pdcurses SUBDIR += pear SUBDIR += pear-Config SUBDIR += pear-Console_Color SUBDIR += pear-Console_CommandLine SUBDIR += pear-Console_Getargs SUBDIR += pear-Console_Table SUBDIR += pear-Date SUBDIR += pear-Date_Holidays SUBDIR += pear-Date_Holidays_Austria SUBDIR += pear-Date_Holidays_Brazil SUBDIR += pear-Date_Holidays_Denmark SUBDIR += pear-Date_Holidays_Discordian SUBDIR += pear-Date_Holidays_EnglandWales SUBDIR += pear-Date_Holidays_Germany SUBDIR += pear-Date_Holidays_Iceland SUBDIR += pear-Date_Holidays_Ireland SUBDIR += pear-Date_Holidays_Italy SUBDIR += pear-Date_Holidays_Japan SUBDIR += pear-Date_Holidays_Netherlands SUBDIR += pear-Date_Holidays_Norway SUBDIR += pear-Date_Holidays_PHPdotNet SUBDIR += pear-Date_Holidays_Romania SUBDIR += pear-Date_Holidays_Slovenia SUBDIR += pear-Date_Holidays_Sweden SUBDIR += pear-Date_Holidays_UNO SUBDIR += pear-Date_Holidays_USA SUBDIR += pear-Date_Holidays_Ukraine SUBDIR += pear-Event_Dispatcher SUBDIR += pear-FSM SUBDIR += pear-File_Iterator SUBDIR += pear-HTML_BBCodeParser SUBDIR += pear-HTML_CSS SUBDIR += pear-HTML_Common SUBDIR += pear-HTML_Common2 SUBDIR += pear-HTML_Form SUBDIR += pear-HTML_Javascript SUBDIR += pear-HTML_Page2 SUBDIR += pear-HTML_QuickForm SUBDIR += pear-HTML_QuickForm2 SUBDIR += pear-HTML_QuickForm_Controller SUBDIR += pear-HTML_QuickForm_Livesearch SUBDIR += pear-HTML_QuickForm_Renderer_Tableless SUBDIR += pear-HTML_QuickForm_SelectFilter SUBDIR += pear-HTML_QuickForm_advmultiselect SUBDIR += pear-HTML_Select SUBDIR += pear-HTML_Select_Common SUBDIR += pear-HTML_Table SUBDIR += pear-HTML_Template_Flexy SUBDIR += pear-HTML_Template_IT SUBDIR += pear-HTML_Template_PHPLIB SUBDIR += pear-HTML_Template_Sigma SUBDIR += pear-HTML_TreeMenu SUBDIR += pear-Horde_Alarm SUBDIR += pear-Horde_Argv SUBDIR += pear-Horde_Autoloader SUBDIR += pear-Horde_Autoloader_Cache SUBDIR += pear-Horde_Cache SUBDIR += pear-Horde_Cli SUBDIR += pear-Horde_Constraint SUBDIR += pear-Horde_Controller SUBDIR += pear-Horde_Core SUBDIR += pear-Horde_Data SUBDIR += pear-Horde_Date SUBDIR += pear-Horde_Date_Parser SUBDIR += pear-Horde_Exception SUBDIR += pear-Horde_History SUBDIR += pear-Horde_Icalendar SUBDIR += pear-Horde_Injector SUBDIR += pear-Horde_Itip SUBDIR += pear-Horde_Lock SUBDIR += pear-Horde_LoginTasks SUBDIR += pear-Horde_Nls SUBDIR += pear-Horde_Notification SUBDIR += pear-Horde_Prefs SUBDIR += pear-Horde_Queue SUBDIR += pear-Horde_Rdo SUBDIR += pear-Horde_Role SUBDIR += pear-Horde_Scheduler SUBDIR += pear-Horde_Serialize SUBDIR += pear-Horde_Stream SUBDIR += pear-Horde_Stream_Filter SUBDIR += pear-Horde_Stream_Wrapper SUBDIR += pear-Horde_Support SUBDIR += pear-Horde_Thrift SUBDIR += pear-Horde_Timezone SUBDIR += pear-Horde_Token SUBDIR += pear-Horde_Translation SUBDIR += pear-Horde_Tree SUBDIR += pear-Horde_Util SUBDIR += pear-Horde_View SUBDIR += pear-I18N SUBDIR += pear-Math_Fraction SUBDIR += pear-Net_Gearman SUBDIR += pear-OLE SUBDIR += pear-PEAR_Info SUBDIR += pear-PEAR_PackageFileManager SUBDIR += pear-PEAR_PackageFileManager2 SUBDIR += pear-PEAR_PackageFileManager_Plugins SUBDIR += pear-PHPTAL SUBDIR += pear-PHPUnit_MockObject SUBDIR += pear-PHP_ArrayOf SUBDIR += pear-PHP_Beautifier SUBDIR += pear-PHP_CodeCoverage SUBDIR += pear-PHP_CodeSniffer SUBDIR += pear-PHP_Compat SUBDIR += pear-PHP_CompatInfo SUBDIR += pear-PHP_Parser SUBDIR += pear-PHP_ParserGenerator SUBDIR += pear-PHP_Timer SUBDIR += pear-PHP_TokenStream SUBDIR += pear-PHP_UML SUBDIR += pear-Pager SUBDIR += pear-PhpDocumentor SUBDIR += pear-Pirum SUBDIR += pear-SebastianBergmann_FinderFacade SUBDIR += pear-SebastianBergmann_Git SUBDIR += pear-SebastianBergmann_PHPCPD SUBDIR += pear-SebastianBergmann_PHPLOC SUBDIR += pear-SebastianBergmann_Version SUBDIR += pear-Structure_LinkedList SUBDIR += pear-Structures_DataGrid SUBDIR += pear-Structures_DataGrid_Renderer_Console SUBDIR += pear-Structures_DataGrid_Renderer_HTMLSortForm SUBDIR += pear-Structures_DataGrid_Renderer_HTMLTable SUBDIR += pear-Structures_DataGrid_Renderer_XUL SUBDIR += pear-Symfony_Component_Console SUBDIR += pear-Symfony_Component_Finder SUBDIR += pear-System_Command SUBDIR += pear-Testing_Selenium SUBDIR += pear-Text_Diff SUBDIR += pear-TheSeer_DirectoryScanner SUBDIR += pear-TheSeer_fDOMDocument SUBDIR += pear-TheSeer_fXSL SUBDIR += pear-VFS SUBDIR += pear-Validate SUBDIR += pear-Validate_AU SUBDIR += pear-Validate_Finance SUBDIR += pear-Validate_Finance_CreditCard SUBDIR += pear-Validate_US SUBDIR += pear-Var_Dump SUBDIR += pear-VersionControl_Git SUBDIR += pear-VersionControl_SVN SUBDIR += pear-XML_NITF SUBDIR += pear-XML_Parser SUBDIR += pear-XML_RSS SUBDIR += pear-XML_SVG SUBDIR += pear-XML_Serializer SUBDIR += pear-XML_Transformer SUBDIR += pear-XML_Tree SUBDIR += pear-XML_Util SUBDIR += pear-channel-doctrine SUBDIR += pear-channel-ezc SUBDIR += pear-channel-geshi SUBDIR += pear-channel-horde SUBDIR += pear-channel-openpear SUBDIR += pear-channel-pdepend SUBDIR += pear-channel-phing SUBDIR += pear-channel-phpdoc SUBDIR += pear-channel-phpmd SUBDIR += pear-channel-pirum SUBDIR += pear-channel-symfony SUBDIR += pear-channel-symfony2 SUBDIR += pear-channel-theseer SUBDIR += pear-channel-twig SUBDIR += pear-codegen SUBDIR += pear-ezc_Base SUBDIR += pear-ezc_ConsoleTools SUBDIR += pear-geshi SUBDIR += pear-pdepend-staticReflection SUBDIR += pear-phing SUBDIR += pecl-APCu SUBDIR += pecl-ast SUBDIR += pecl-dio SUBDIR += pecl-ds SUBDIR += pecl-eio SUBDIR += pecl-ev SUBDIR += pecl-event SUBDIR += pecl-excimer SUBDIR += pecl-expect SUBDIR += pecl-grpc SUBDIR += pecl-inotify SUBDIR += pecl-json_post SUBDIR += pecl-msgpack SUBDIR += pecl-mustache SUBDIR += pecl-protobuf SUBDIR += pecl-psr SUBDIR += pecl-raphf2 SUBDIR += pecl-runkit7 SUBDIR += pecl-swoole SUBDIR += pecl-sync SUBDIR += pecl-uploadprogress SUBDIR += pecl-uuid SUBDIR += pecl-uv SUBDIR += pecl-vld SUBDIR += pecl-xdebug SUBDIR += pecl-yac SUBDIR += pecl-yaconf SUBDIR += pecl-zookeeper SUBDIR += peg.el SUBDIR += pegtl SUBDIR += pep8 SUBDIR += performance SUBDIR += perlconsole SUBDIR += phabricator SUBDIR += phasar SUBDIR += phorgeit-arcanist SUBDIR += phorgeit-arcanist-lib SUBDIR += phorgeit-phorge SUBDIR += php-Psr_Log SUBDIR += php-composer SUBDIR += php-geshi SUBDIR += php-ice37 SUBDIR += php-libawl SUBDIR += php-maxminddb SUBDIR += php81-ffi SUBDIR += php81-gettext SUBDIR += php81-intl SUBDIR += php81-pcntl SUBDIR += php81-readline SUBDIR += php81-shmop SUBDIR += php81-sysvmsg SUBDIR += php81-sysvsem SUBDIR += php81-sysvshm SUBDIR += php81-tokenizer SUBDIR += php82-ffi SUBDIR += php82-gettext SUBDIR += php82-intl SUBDIR += php82-pcntl SUBDIR += php82-readline SUBDIR += php82-shmop SUBDIR += php82-sysvmsg SUBDIR += php82-sysvsem SUBDIR += php82-sysvshm SUBDIR += php82-tokenizer SUBDIR += php83-ffi SUBDIR += php83-gettext SUBDIR += php83-intl SUBDIR += php83-pcntl SUBDIR += php83-readline SUBDIR += php83-shmop SUBDIR += php83-sysvmsg SUBDIR += php83-sysvsem SUBDIR += php83-sysvshm SUBDIR += php83-tokenizer SUBDIR += php84-ffi SUBDIR += php84-gettext SUBDIR += php84-intl SUBDIR += php84-pcntl SUBDIR += php84-readline SUBDIR += php84-shmop SUBDIR += php84-sysvmsg SUBDIR += php84-sysvsem SUBDIR += php84-sysvshm SUBDIR += php84-tokenizer SUBDIR += phpunit10 SUBDIR += phpunit11 SUBDIR += phpunit8 SUBDIR += phpunit9 SUBDIR += physfs SUBDIR += pickle SUBDIR += picojson SUBDIR += picprog SUBDIR += pijul SUBDIR += pika SUBDIR += pipelight SUBDIR += pipestatus SUBDIR += pire SUBDIR += pit SUBDIR += pkg-info.el SUBDIR += pkgconf SUBDIR += plan9port SUBDIR += plasma SUBDIR += plasma5-khotkeys SUBDIR += plasma5-kwrited SUBDIR += plasma5-plasma-sdk SUBDIR += plasma6-kwrited SUBDIR += plasma6-plasma-sdk SUBDIR += plasma6-plasma5support SUBDIR += please SUBDIR += pmccabe SUBDIR += pmd SUBDIR += poco SUBDIR += popt SUBDIR += poser SUBDIR += poxml SUBDIR += ppl SUBDIR += pprof SUBDIR += premake4 SUBDIR += premake5 SUBDIR += projectcenter SUBDIR += protobuf SUBDIR += protobuf-c SUBDIR += protobuf-java SUBDIR += protobuf25 SUBDIR += protobuf3 SUBDIR += prototool SUBDIR += protozero SUBDIR += pructl SUBDIR += psimd SUBDIR += pstreams SUBDIR += psvn SUBDIR += pth SUBDIR += pth-hard SUBDIR += pthreadpool SUBDIR += pthsem SUBDIR += ptl SUBDIR += ptlib SUBDIR += publib SUBDIR += purescript-language-server SUBDIR += pushmi SUBDIR += py-Automat SUBDIR += py-BTrees SUBDIR += py-DateTime SUBDIR += py-Dumper SUBDIR += py-ExtensionClass SUBDIR += py-Faker SUBDIR += py-IBMQuantumExperience SUBDIR += py-Jinja2 SUBDIR += py-Jinja2-doc SUBDIR += py-Js2Py SUBDIR += py-Levenshtein SUBDIR += py-PYB11Generator SUBDIR += py-PeachPy SUBDIR += py-Products.ExternalEditor SUBDIR += py-Products.PloneLanguageTool SUBDIR += py-PyExecJS SUBDIR += py-PyGithub SUBDIR += py-PyLD SUBDIR += py-PyPubSub SUBDIR += py-PyUtilib SUBDIR += py-QtPy SUBDIR += py-RPyC SUBDIR += py-about-time SUBDIR += py-absl SUBDIR += py-absl-py SUBDIR += py-acstore SUBDIR += py-adb SUBDIR += py-addict SUBDIR += py-aenum SUBDIR += py-aioapns SUBDIR += py-aiobotocore SUBDIR += py-aiocontextvars SUBDIR += py-aiofiles SUBDIR += py-aiohttp-apispec SUBDIR += py-aioice SUBDIR += py-aioitertools SUBDIR += py-aiologger SUBDIR += py-aiorpcX SUBDIR += py-aiorpcX-legacy SUBDIR += py-aiortc SUBDIR += py-aiorwlock SUBDIR += py-aiosignal SUBDIR += py-airtable-python-wrapper SUBDIR += py-all-repos SUBDIR += py-amalgamate SUBDIR += py-aniso8601 SUBDIR += py-aniso86016 SUBDIR += py-anndata SUBDIR += py-annotated-types SUBDIR += py-ansi SUBDIR += py-antlr4-python3-runtime SUBDIR += py-anyconfig SUBDIR += py-anyio SUBDIR += py-anyio3 SUBDIR += py-anyjson SUBDIR += py-anytree SUBDIR += py-anywidget SUBDIR += py-apache_conf_parser SUBDIR += py-apipkg SUBDIR += py-apispec SUBDIR += py-apispec-webframeworks SUBDIR += py-appdirs SUBDIR += py-applicationinsights SUBDIR += py-apptools SUBDIR += py-apscheduler SUBDIR += py-archinfo SUBDIR += py-archspec SUBDIR += py-argcomplete SUBDIR += py-argh SUBDIR += py-argparse SUBDIR += py-argparse-manpage SUBDIR += py-argparse_addons SUBDIR += py-args SUBDIR += py-ariadne SUBDIR += py-arpeggio SUBDIR += py-array-api-compat SUBDIR += py-arrow SUBDIR += py-asciimatics SUBDIR += py-asgi-lifespan SUBDIR += py-asn1 SUBDIR += py-asn1crypto SUBDIR += py-aspectlib SUBDIR += py-aspy.yaml SUBDIR += py-assertpy SUBDIR += py-ast-decompiler SUBDIR += py-ast2json SUBDIR += py-asteval SUBDIR += py-astor SUBDIR += py-astroid SUBDIR += py-astroid2 SUBDIR += py-asttokens SUBDIR += py-astunparse SUBDIR += py-async-lru SUBDIR += py-async_generator SUBDIR += py-async_timeout SUBDIR += py-asynctest SUBDIR += py-atomiclong SUBDIR += py-atomicwrites SUBDIR += py-atpublic SUBDIR += py-attrdict SUBDIR += py-attrs SUBDIR += py-attrs-strict SUBDIR += py-autocommand SUBDIR += py-autoflake SUBDIR += py-automaton SUBDIR += py-autopage SUBDIR += py-autoprop SUBDIR += py-avro SUBDIR += py-awesomeversion SUBDIR += py-aws-lambda-builders SUBDIR += py-aws-requests-auth SUBDIR += py-aws-sam-translator SUBDIR += py-aws-xray-sdk SUBDIR += py-awscli SUBDIR += py-awscrt SUBDIR += py-azure-appconfiguration SUBDIR += py-azure-batch SUBDIR += py-azure-core SUBDIR += py-azure-cosmos SUBDIR += py-azure-data-tables SUBDIR += py-azure-datalake-store SUBDIR += py-azure-functions-devops-build SUBDIR += py-azure-graphrbac SUBDIR += py-azure-identity SUBDIR += py-azure-keyvault SUBDIR += py-azure-keyvault-administration SUBDIR += py-azure-loganalytics SUBDIR += py-azure-mgmt-advisor SUBDIR += py-azure-mgmt-apimanagement SUBDIR += py-azure-mgmt-appconfiguration SUBDIR += py-azure-mgmt-appcontainers SUBDIR += py-azure-mgmt-applicationinsights SUBDIR += py-azure-mgmt-authorization SUBDIR += py-azure-mgmt-batch SUBDIR += py-azure-mgmt-batchai SUBDIR += py-azure-mgmt-billing SUBDIR += py-azure-mgmt-botservice SUBDIR += py-azure-mgmt-cdn SUBDIR += py-azure-mgmt-cognitiveservices SUBDIR += py-azure-mgmt-compute SUBDIR += py-azure-mgmt-consumption SUBDIR += py-azure-mgmt-containerinstance SUBDIR += py-azure-mgmt-containerregistry SUBDIR += py-azure-mgmt-containerservice SUBDIR += py-azure-mgmt-core SUBDIR += py-azure-mgmt-cosmosdb SUBDIR += py-azure-mgmt-databoxedge SUBDIR += py-azure-mgmt-datalake-analytics SUBDIR += py-azure-mgmt-datalake-store SUBDIR += py-azure-mgmt-datamigration SUBDIR += py-azure-mgmt-deploymentmanager SUBDIR += py-azure-mgmt-devtestlabs SUBDIR += py-azure-mgmt-dns SUBDIR += py-azure-mgmt-eventgrid SUBDIR += py-azure-mgmt-eventhub SUBDIR += py-azure-mgmt-extendedlocation SUBDIR += py-azure-mgmt-hdinsight SUBDIR += py-azure-mgmt-imagebuilder SUBDIR += py-azure-mgmt-iotcentral SUBDIR += py-azure-mgmt-iothub SUBDIR += py-azure-mgmt-iothubprovisioningservices SUBDIR += py-azure-mgmt-keyvault SUBDIR += py-azure-mgmt-kusto SUBDIR += py-azure-mgmt-loganalytics SUBDIR += py-azure-mgmt-managedservices SUBDIR += py-azure-mgmt-managementgroups SUBDIR += py-azure-mgmt-maps SUBDIR += py-azure-mgmt-marketplaceordering SUBDIR += py-azure-mgmt-media SUBDIR += py-azure-mgmt-monitor SUBDIR += py-azure-mgmt-msi SUBDIR += py-azure-mgmt-netapp SUBDIR += py-azure-mgmt-network SUBDIR += py-azure-mgmt-policyinsights SUBDIR += py-azure-mgmt-privatedns SUBDIR += py-azure-mgmt-rdbms SUBDIR += py-azure-mgmt-recoveryservices SUBDIR += py-azure-mgmt-recoveryservicesbackup SUBDIR += py-azure-mgmt-redhatopenshift SUBDIR += py-azure-mgmt-redis SUBDIR += py-azure-mgmt-relay SUBDIR += py-azure-mgmt-reservations SUBDIR += py-azure-mgmt-resource SUBDIR += py-azure-mgmt-search SUBDIR += py-azure-mgmt-security SUBDIR += py-azure-mgmt-servicebus SUBDIR += py-azure-mgmt-servicefabric SUBDIR += py-azure-mgmt-servicefabricmanagedclusters SUBDIR += py-azure-mgmt-servicelinker SUBDIR += py-azure-mgmt-signalr SUBDIR += py-azure-mgmt-sql SUBDIR += py-azure-mgmt-sqlvirtualmachine SUBDIR += py-azure-mgmt-storage SUBDIR += py-azure-mgmt-synapse SUBDIR += py-azure-mgmt-trafficmanager SUBDIR += py-azure-mgmt-web SUBDIR += py-azure-multiapi-storage SUBDIR += py-azure-storage-blob SUBDIR += py-azure-storage-common SUBDIR += py-azure-synapse-accesscontrol SUBDIR += py-azure-synapse-artifacts SUBDIR += py-azure-synapse-managedprivateendpoints SUBDIR += py-azure-synapse-spark SUBDIR += py-b2 SUBDIR += py-b2sdk SUBDIR += py-babel SUBDIR += py-babelfish SUBDIR += py-babi_grammars SUBDIR += py-backcall SUBDIR += py-backoff SUBDIR += py-backports SUBDIR += py-backports.cached-property SUBDIR += py-backports.csv SUBDIR += py-backports.entry-points-selectable SUBDIR += py-backports.tarfile SUBDIR += py-backports.zoneinfo SUBDIR += py-banal SUBDIR += py-bandit SUBDIR += py-bcdoc SUBDIR += py-beartype SUBDIR += py-beautifultable SUBDIR += py-behave SUBDIR += py-beniget SUBDIR += py-bidict SUBDIR += py-billiard SUBDIR += py-binary_file_search SUBDIR += py-binaryornot SUBDIR += py-biplist SUBDIR += py-bitarray SUBDIR += py-bitstring SUBDIR += py-black SUBDIR += py-blessed SUBDIR += py-blessings SUBDIR += py-blinker SUBDIR += py-blist SUBDIR += py-bluelet SUBDIR += py-boltons SUBDIR += py-boolean.py SUBDIR += py-boto SUBDIR += py-botocore SUBDIR += py-bps-restpy SUBDIR += py-breathe SUBDIR += py-bsd SUBDIR += py-btest SUBDIR += py-build SUBDIR += py-buildbot SUBDIR += py-buildbot-badges SUBDIR += py-buildbot-console-view SUBDIR += py-buildbot-grid-view SUBDIR += py-buildbot-pkg SUBDIR += py-buildbot-react-console-view SUBDIR += py-buildbot-waterfall-view SUBDIR += py-buildbot-worker SUBDIR += py-buildbot-www SUBDIR += py-bullet3 SUBDIR += py-bump2version SUBDIR += py-bytecode SUBDIR += py-cabby SUBDIR += py-cached-property SUBDIR += py-cachetools SUBDIR += py-cacheyou SUBDIR += py-cachy SUBDIR += py-cadquery-pywrap SUBDIR += py-calver SUBDIR += py-canonicaljson SUBDIR += py-capstone SUBDIR += py-capturer SUBDIR += py-case SUBDIR += py-castellan SUBDIR += py-catalogue SUBDIR += py-cattrs SUBDIR += py-cattrs23 SUBDIR += py-cbor SUBDIR += py-cbor2 SUBDIR += py-cclib SUBDIR += py-cdg SUBDIR += py-celery SUBDIR += py-celery-progress SUBDIR += py-celery-singleton SUBDIR += py-cerberus SUBDIR += py-cereslib SUBDIR += py-certsrv SUBDIR += py-cf-xarray SUBDIR += py-cffi SUBDIR += py-cfgv SUBDIR += py-cfn-lint SUBDIR += py-cftime SUBDIR += py-chai SUBDIR += py-chainmap SUBDIR += py-characteristic SUBDIR += py-check-jsonschema SUBDIR += py-check-manifest SUBDIR += py-check-sdist SUBDIR += py-cheetah3 SUBDIR += py-circuitbreaker SUBDIR += py-circuits SUBDIR += py-ciso8601 SUBDIR += py-ckanapi SUBDIR += py-clang SUBDIR += py-cld SUBDIR += py-cle SUBDIR += py-cleo SUBDIR += py-cli-helpers SUBDIR += py-cliapp SUBDIR += py-click SUBDIR += py-click-aliases SUBDIR += py-click-command-tree SUBDIR += py-click-completion SUBDIR += py-click-creds SUBDIR += py-click-default-group SUBDIR += py-click-default-group-wheel SUBDIR += py-click-didyoumean SUBDIR += py-click-help-colors SUBDIR += py-click-log SUBDIR += py-click-option-group SUBDIR += py-click-plugins SUBDIR += py-click-repl SUBDIR += py-click-threading SUBDIR += py-click7 SUBDIR += py-cliff SUBDIR += py-cligj SUBDIR += py-clikit SUBDIR += py-clint SUBDIR += py-clldutils SUBDIR += py-cloc SUBDIR += py-cloudpathlib SUBDIR += py-cloudpickle SUBDIR += py-cluster SUBDIR += py-cmd2 SUBDIR += py-cmdtest SUBDIR += py-codecov SUBDIR += py-codegen SUBDIR += py-cog SUBDIR += py-collective.monkeypatcher SUBDIR += py-colorama SUBDIR += py-colored-traceback SUBDIR += py-coloredlogs SUBDIR += py-colorful SUBDIR += py-colorlog SUBDIR += py-colorspacious SUBDIR += py-columnize SUBDIR += py-comm SUBDIR += py-commandlines SUBDIR += py-commentjson SUBDIR += py-conditional SUBDIR += py-confection SUBDIR += py-configargparse SUBDIR += py-configobj SUBDIR += py-configparser SUBDIR += py-configupdater SUBDIR += py-confusable_homoglyphs SUBDIR += py-confuse SUBDIR += py-connection_pool SUBDIR += py-connexion SUBDIR += py-cons SUBDIR += py-constantly SUBDIR += py-construct SUBDIR += py-construct-classes SUBDIR += py-contextlib-chdir SUBDIR += py-contextlib2 SUBDIR += py-convertdate SUBDIR += py-cookiecutter SUBDIR += py-copier SUBDIR += py-coreapi SUBDIR += py-coreschema SUBDIR += py-country SUBDIR += py-cov-core SUBDIR += py-covdefaults SUBDIR += py-coverage SUBDIR += py-coverage_enable_subprocess SUBDIR += py-coveralls SUBDIR += py-cppheaderparser SUBDIR += py-cppy SUBDIR += py-crank SUBDIR += py-crashtest SUBDIR += py-crc32c SUBDIR += py-crcmod SUBDIR += py-crick SUBDIR += py-crontab SUBDIR += py-crosshair-tool SUBDIR += py-cson SUBDIR += py-csv23 SUBDIR += py-ctags SUBDIR += py-ctypesgen SUBDIR += py-curio SUBDIR += py-cursive SUBDIR += py-curtsies SUBDIR += py-custodian SUBDIR += py-cvss SUBDIR += py-cwcwidth SUBDIR += py-cxx SUBDIR += py-cycler SUBDIR += py-cykhash SUBDIR += py-cymbal SUBDIR += py-cymem SUBDIR += py-cysignals SUBDIR += py-cython-test-exception-raiser SUBDIR += py-cytoolz SUBDIR += py-d2to1 SUBDIR += py-daemon SUBDIR += py-daemon-runner SUBDIR += py-daemonize SUBDIR += py-daemons SUBDIR += py-dal SUBDIR += py-darts.util.lru SUBDIR += py-dask SUBDIR += py-dask-awkward SUBDIR += py-dask-expr SUBDIR += py-dask-histogram SUBDIR += py-dataclass-array SUBDIR += py-dataclasses-json SUBDIR += py-datadog SUBDIR += py-dataflows-tabulator SUBDIR += py-datapackage SUBDIR += py-datasette SUBDIR += py-datatest SUBDIR += py-dateparser SUBDIR += py-dateutils SUBDIR += py-datrie SUBDIR += py-dbt-extractor SUBDIR += py-dbus SUBDIR += py-ddsketch SUBDIR += py-ddt SUBDIR += py-ddtrace SUBDIR += py-debtcollector SUBDIR += py-debugpy SUBDIR += py-debugtools SUBDIR += py-decli SUBDIR += py-decopatch SUBDIR += py-decorator SUBDIR += py-decoratortools SUBDIR += py-deepdiff SUBDIR += py-deepmerge SUBDIR += py-defusedxml SUBDIR += py-demjson SUBDIR += py-dep-logic SUBDIR += py-deprecat SUBDIR += py-deprecated SUBDIR += py-deprecation SUBDIR += py-deptry SUBDIR += py-devtools SUBDIR += py-dexml2 SUBDIR += py-diazo SUBDIR += py-diff-cover SUBDIR += py-dill SUBDIR += py-dirspec SUBDIR += py-dirty-equals SUBDIR += py-diskcache SUBDIR += py-distlib SUBDIR += py-distributed SUBDIR += py-dj50-django-rq SUBDIR += py-dj50-strawberry-graphql SUBDIR += py-django-rq SUBDIR += py-dm-tree SUBDIR += py-docformatter SUBDIR += py-dockerpty SUBDIR += py-docopt SUBDIR += py-doctest-ignore-unicode SUBDIR += py-dodgy SUBDIR += py-dogpile.cache SUBDIR += py-doit SUBDIR += py-domdf-python-tools SUBDIR += py-donut-shellcode SUBDIR += py-dotted SUBDIR += py-dotty-dict SUBDIR += py-dpcontracts SUBDIR += py-dtfabric SUBDIR += py-dukpy SUBDIR += py-dulwich SUBDIR += py-dunamai SUBDIR += py-durus SUBDIR += py-dynrules SUBDIR += py-easydict SUBDIR += py-easyprocess SUBDIR += py-editables SUBDIR += py-editdistance SUBDIR += py-eggtestinfo SUBDIR += py-ejson SUBDIR += py-enlighten SUBDIR += py-entrypoint2 SUBDIR += py-entrypoints SUBDIR += py-enum-compat SUBDIR += py-envier SUBDIR += py-envisage SUBDIR += py-envs SUBDIR += py-epc SUBDIR += py-epdb SUBDIR += py-epsilon SUBDIR += py-etils SUBDIR += py-etuples SUBDIR += py-evdev SUBDIR += py-eventlib SUBDIR += py-ewah-bool-utils SUBDIR += py-ewmh SUBDIR += py-exam SUBDIR += py-exceptiongroup SUBDIR += py-executing SUBDIR += py-expandvars SUBDIR += py-expecttest SUBDIR += py-expiringdict SUBDIR += py-extras SUBDIR += py-extremes SUBDIR += py-fabric SUBDIR += py-fabric3 SUBDIR += py-face SUBDIR += py-factory-boy SUBDIR += py-fam SUBDIR += py-fastbencode SUBDIR += py-fastcache SUBDIR += py-fasteners SUBDIR += py-fastentrypoints SUBDIR += py-fastf1 SUBDIR += py-fastimport SUBDIR += py-fastjsonschema SUBDIR += py-fastnumbers SUBDIR += py-fastprogress SUBDIR += py-fbprophet SUBDIR += py-fiddle SUBDIR += py-fields SUBDIR += py-filebytes SUBDIR += py-filedepot SUBDIR += py-filemagic SUBDIR += py-filetype SUBDIR += py-find-libpython SUBDIR += py-findlibs SUBDIR += py-findpython SUBDIR += py-fire SUBDIR += py-fireREST SUBDIR += py-first SUBDIR += py-fixtures SUBDIR += py-flake8 SUBDIR += py-flake8-black SUBDIR += py-flake8-bugbear SUBDIR += py-flake8-builtins SUBDIR += py-flake8-comprehensions SUBDIR += py-flake8-docstrings SUBDIR += py-flake8-future-annotations SUBDIR += py-flake8-import-order SUBDIR += py-flake8-polyfill SUBDIR += py-flake8-print SUBDIR += py-flake8-pyi SUBDIR += py-flake8-quotes SUBDIR += py-flake8_simplify SUBDIR += py-flaky SUBDIR += py-flask-babel SUBDIR += py-flatbuffers SUBDIR += py-flatdict SUBDIR += py-flatland SUBDIR += py-flatten-dict SUBDIR += py-flex SUBDIR += py-flexmock SUBDIR += py-flit SUBDIR += py-flit-core SUBDIR += py-flit-scm SUBDIR += py-fluent SUBDIR += py-fluent-logger SUBDIR += py-flufl.i18n SUBDIR += py-flufl.lock SUBDIR += py-flynt SUBDIR += py-foolscap SUBDIR += py-freebsd SUBDIR += py-freebsd-sysctl SUBDIR += py-freenas.utils SUBDIR += py-freezegun SUBDIR += py-frictionless SUBDIR += py-frictionless-ckan-mapper SUBDIR += py-frozendict SUBDIR += py-frozenlist SUBDIR += py-fudge SUBDIR += py-funcparserlib SUBDIR += py-funcsigs SUBDIR += py-funcy SUBDIR += py-furl SUBDIR += py-future SUBDIR += py-futurist SUBDIR += py-fuzzywuzzy SUBDIR += py-fypp SUBDIR += py-game SUBDIR += py-game_sdl2 SUBDIR += py-gapic-generator SUBDIR += py-gast SUBDIR += py-gelidum SUBDIR += py-genson SUBDIR += py-genty SUBDIR += py-geocoder SUBDIR += py-geojson SUBDIR += py-get-reader SUBDIR += py-gevent SUBDIR += py-geventhttpclient SUBDIR += py-git-semver SUBDIR += py-git-up SUBDIR += py-git-url-parse SUBDIR += py-gitdb SUBDIR += py-gitlab-webhook-handler SUBDIR += py-gitless SUBDIR += py-gitpython SUBDIR += py-giturlparse SUBDIR += py-glance-store SUBDIR += py-glob2 SUBDIR += py-glom SUBDIR += py-goodreads SUBDIR += py-google-cloud-iam SUBDIR += py-google-crc32c SUBDIR += py-google-i18n-address SUBDIR += py-google-pasta SUBDIR += py-google-re2 SUBDIR += py-googleapis-common-protos SUBDIR += py-gptscript SUBDIR += py-gpxpy SUBDIR += py-graal SUBDIR += py-grab SUBDIR += py-graphene SUBDIR += py-graphene-django SUBDIR += py-graphene-django300 SUBDIR += py-graphene-sqlalchemy SUBDIR += py-graphene2 SUBDIR += py-graphql-core SUBDIR += py-graphql-core2 SUBDIR += py-graphql-relay SUBDIR += py-graphql-relay2 SUBDIR += py-greenlet SUBDIR += py-grimoirelab-toolkit SUBDIR += py-grizzled SUBDIR += py-grpc-google-iam-v1 SUBDIR += py-grpc-stubs SUBDIR += py-grpcio SUBDIR += py-grpcio-gcp SUBDIR += py-grpcio-status SUBDIR += py-grpcio-tools SUBDIR += py-gs_api_client SUBDIR += py-guppy3 SUBDIR += py-gyp SUBDIR += py-hacking SUBDIR += py-hammett SUBDIR += py-hash_ring SUBDIR += py-hatch SUBDIR += py-hatch-autorun SUBDIR += py-hatch-fancy-pypi-readme SUBDIR += py-hatch-jupyter-builder SUBDIR += py-hatch-mypyc SUBDIR += py-hatch-nodejs-version SUBDIR += py-hatch-regex-commit SUBDIR += py-hatch-requirements-txt SUBDIR += py-hatch-semver SUBDIR += py-hatch-vcs SUBDIR += py-hatchling SUBDIR += py-heapdict SUBDIR += py-helpdev SUBDIR += py-hg-evolve SUBDIR += py-hglib SUBDIR += py-hgtools SUBDIR += py-hidraw SUBDIR += py-hishel SUBDIR += py-holidays SUBDIR += py-hologram SUBDIR += py-homebase SUBDIR += py-http-prompt SUBDIR += py-humanize SUBDIR += py-hunter SUBDIR += py-hupper SUBDIR += py-hvac SUBDIR += py-hypothesis SUBDIR += py-hypothesis-crosshair SUBDIR += py-hypothesmith SUBDIR += py-icalendar SUBDIR += py-ice SUBDIR += py-ice37 SUBDIR += py-identify SUBDIR += py-ijson SUBDIR += py-imgkit SUBDIR += py-immutabledict SUBDIR += py-immutables SUBDIR += py-importlab SUBDIR += py-importlib-metadata SUBDIR += py-importlib-metadata6 SUBDIR += py-importlib-metadata7 SUBDIR += py-importlib-resources SUBDIR += py-incremental SUBDIR += py-infinity SUBDIR += py-inflect SUBDIR += py-inflection SUBDIR += py-iniconfig SUBDIR += py-inifile SUBDIR += py-iniparse SUBDIR += py-inotify-simple SUBDIR += py-inotifyrecursive SUBDIR += py-installer SUBDIR += py-intbitset SUBDIR += py-intelhex SUBDIR += py-interface-meta SUBDIR += py-intervals SUBDIR += py-intervaltree SUBDIR += py-invoke SUBDIR += py-ioflo SUBDIR += py-iopath SUBDIR += py-ipaddr SUBDIR += py-ipdb SUBDIR += py-ipydatawidgets SUBDIR += py-ipykernel SUBDIR += py-ipympl SUBDIR += py-ipyparallel SUBDIR += py-ipython_genutils SUBDIR += py-ipywidgets SUBDIR += py-iso8601 SUBDIR += py-isodate SUBDIR += py-isoduration SUBDIR += py-isort SUBDIR += py-itanium_demangler SUBDIR += py-itemadapter SUBDIR += py-itemloaders SUBDIR += py-iterable-io SUBDIR += py-iteration-utilities SUBDIR += py-itertree SUBDIR += py-itypes SUBDIR += py-janus SUBDIR += py-jaraco.classes SUBDIR += py-jaraco.collections SUBDIR += py-jaraco.context SUBDIR += py-jaraco.env SUBDIR += py-jaraco.envs SUBDIR += py-jaraco.functools SUBDIR += py-jaraco.itertools SUBDIR += py-jaraco.logging SUBDIR += py-jaraco.packaging SUBDIR += py-jaraco.path SUBDIR += py-jaraco.stream SUBDIR += py-jaraco.text SUBDIR += py-jaraco.util SUBDIR += py-javaproperties SUBDIR += py-jaxtyping SUBDIR += py-jdcal SUBDIR += py-jedi SUBDIR += py-jeepney SUBDIR += py-jellyfish SUBDIR += py-jenkins-job-builder SUBDIR += py-jep SUBDIR += py-jinja2-ansible-filters SUBDIR += py-jinja2-time SUBDIR += py-jira SUBDIR += py-jitterentropy SUBDIR += py-jmespath SUBDIR += py-joblib SUBDIR += py-johnnydep SUBDIR += py-jsbeautifier SUBDIR += py-jschema-to-python SUBDIR += py-jschon SUBDIR += py-jsmin SUBDIR += py-json5 SUBDIR += py-json_tricks SUBDIR += py-jsonargparse SUBDIR += py-jsondiff SUBDIR += py-jsonform SUBDIR += py-jsonlines SUBDIR += py-jsonnet SUBDIR += py-jsonpatch SUBDIR += py-jsonpath-ng SUBDIR += py-jsonpath-rw SUBDIR += py-jsonpickle SUBDIR += py-jsonpointer SUBDIR += py-jsonref SUBDIR += py-jsonrpclib-pelix SUBDIR += py-jsonschema SUBDIR += py-jsonschema-path SUBDIR += py-jsonschema-spec SUBDIR += py-jsonschema-specifications SUBDIR += py-jsonschema3 SUBDIR += py-jsonsir SUBDIR += py-junitparser SUBDIR += py-jupyter SUBDIR += py-jupyter-client SUBDIR += py-jupyter-collaboration SUBDIR += py-jupyter-collaboration-ui SUBDIR += py-jupyter-core SUBDIR += py-jupyter-docprovider SUBDIR += py-jupyter-events SUBDIR += py-jupyter-kernel-test SUBDIR += py-jupyter-lsp SUBDIR += py-jupyter-packaging SUBDIR += py-jupyter-rfb SUBDIR += py-jupyter-server SUBDIR += py-jupyter-server-fileid SUBDIR += py-jupyter-server-mathjax SUBDIR += py-jupyter-server-terminals SUBDIR += py-jupyter-server-ydoc SUBDIR += py-jupyter-telemetry SUBDIR += py-jupyter-ydoc SUBDIR += py-jupyter_console SUBDIR += py-jupyterlab SUBDIR += py-jupyterlab-lsp SUBDIR += py-jupyterlab-server SUBDIR += py-jupyterlab-widgets SUBDIR += py-jupyterlab_launcher SUBDIR += py-kaitaistruct SUBDIR += py-kaptan SUBDIR += py-kazoo SUBDIR += py-keystone-engine SUBDIR += py-keystoneauth1 SUBDIR += py-keystonemiddleware SUBDIR += py-kitchen SUBDIR += py-klepto SUBDIR += py-knack SUBDIR += py-l18n SUBDIR += py-lark SUBDIR += py-launchpadlib SUBDIR += py-lazr.config SUBDIR += py-lazr.delegates SUBDIR += py-lazr.restfulclient SUBDIR += py-lazr.uri SUBDIR += py-lazy SUBDIR += py-lazy-object-proxy SUBDIR += py-lazy_loader SUBDIR += py-libcst SUBDIR += py-libcst03 SUBDIR += py-libioc SUBDIR += py-libpeas SUBDIR += py-libplist SUBDIR += py-libtaxii SUBDIR += py-libtmux SUBDIR += py-libusb-package SUBDIR += py-libusb1 SUBDIR += py-libversion SUBDIR += py-libvirt SUBDIR += py-lief SUBDIR += py-line-profiler SUBDIR += py-linear-tsv SUBDIR += py-linecache2 SUBDIR += py-lineedit SUBDIR += py-littleutils SUBDIR += py-livemark SUBDIR += py-lizard SUBDIR += py-llvmcpy SUBDIR += py-llvmlite SUBDIR += py-lml SUBDIR += py-localstack-client SUBDIR += py-locket SUBDIR += py-lockfile SUBDIR += py-logan SUBDIR += py-logbook SUBDIR += py-logfury SUBDIR += py-logilab-common SUBDIR += py-loguru SUBDIR += py-logutils SUBDIR += py-logzero SUBDIR += py-looseversion SUBDIR += py-louie SUBDIR += py-lru-dict SUBDIR += py-lsprotocol SUBDIR += py-lunardate SUBDIR += py-lxml SUBDIR += py-lxml-stubs SUBDIR += py-lxml5 SUBDIR += py-mac-vendor-lookup SUBDIR += py-macholib SUBDIR += py-magic SUBDIR += py-magnet2torrent SUBDIR += py-mailcap-fix SUBDIR += py-makefun SUBDIR += py-manuel SUBDIR += py-marisa-trie SUBDIR += py-marrow.mailer SUBDIR += py-marrow.util SUBDIR += py-marshmallow SUBDIR += py-marshmallow-enum SUBDIR += py-mashumaro SUBDIR += py-matrix-angular-sdk SUBDIR += py-matrix-common SUBDIR += py-maturin SUBDIR += py-mccabe SUBDIR += py-mdv SUBDIR += py-mediafile SUBDIR += py-mediapy SUBDIR += py-medikit SUBDIR += py-memory-allocator SUBDIR += py-memory-profiler SUBDIR += py-mergedeep SUBDIR += py-methodtools SUBDIR += py-microversion-parse SUBDIR += py-milc SUBDIR += py-mime SUBDIR += py-miniKanren SUBDIR += py-minidump SUBDIR += py-minimal-snowplow-tracker SUBDIR += py-minimongo SUBDIR += py-minio SUBDIR += py-mmh3 SUBDIR += py-mock SUBDIR += py-molecule SUBDIR += py-mondrian SUBDIR += py-mongokit SUBDIR += py-monkeytype SUBDIR += py-monotonic SUBDIR += py-monty SUBDIR += py-more-itertools SUBDIR += py-moreorless SUBDIR += py-moto SUBDIR += py-mox SUBDIR += py-mrkd SUBDIR += py-msal SUBDIR += py-msal-extensions SUBDIR += py-msgpack SUBDIR += py-msgspec SUBDIR += py-mulpyplexer SUBDIR += py-multi_key_dict SUBDIR += py-multimethod SUBDIR += py-multipart SUBDIR += py-multipledispatch SUBDIR += py-multiprocess SUBDIR += py-multiset SUBDIR += py-multitasking SUBDIR += py-munch SUBDIR += py-murmurhash SUBDIR += py-mutf8 SUBDIR += py-mutmut SUBDIR += py-mygpoclient SUBDIR += py-mypy SUBDIR += py-mypy-boto3-s3 SUBDIR += py-mypy-protobuf SUBDIR += py-mypy_extensions SUBDIR += py-mystic SUBDIR += py-naiveBayesClassifier SUBDIR += py-nanobind SUBDIR += py-nanotime SUBDIR += py-natsort SUBDIR += py-natural SUBDIR += py-nbclassic SUBDIR += py-nbclient SUBDIR += py-nbconvert SUBDIR += py-nbdime SUBDIR += py-nbformat SUBDIR += py-nbval SUBDIR += py-nest-asyncio SUBDIR += py-node-semver SUBDIR += py-nodeenv SUBDIR += py-nose SUBDIR += py-nose-cov SUBDIR += py-nose-timer SUBDIR += py-nose2 SUBDIR += py-nose3 SUBDIR += py-noseofyeti SUBDIR += py-nosexcover SUBDIR += py-notebook-shim SUBDIR += py-notify2 SUBDIR += py-num2words SUBDIR += py-numba SUBDIR += py-objgraph SUBDIR += py-objprint SUBDIR += py-objsize SUBDIR += py-oci SUBDIR += py-odfpy SUBDIR += py-offtrac SUBDIR += py-olefile SUBDIR += py-oletools SUBDIR += py-omnijson SUBDIR += py-omniorb SUBDIR += py-onigurumacffi SUBDIR += py-opcodes SUBDIR += py-openapi-codec SUBDIR += py-openapi-core SUBDIR += py-openapi-schema-validator SUBDIR += py-openapi-spec-validator SUBDIR += py-opencensus SUBDIR += py-opencensus-context SUBDIR += py-opendht SUBDIR += py-opengrok-tools SUBDIR += py-openstacksdk SUBDIR += py-opentelemetry-api SUBDIR += py-opentelemetry-exporter-otlp SUBDIR += py-opentelemetry-exporter-otlp-proto-common SUBDIR += py-opentelemetry-exporter-otlp-proto-grpc SUBDIR += py-opentelemetry-exporter-otlp-proto-http SUBDIR += py-opentelemetry-proto SUBDIR += py-opentelemetry-sdk SUBDIR += py-opentelemetry-semantic-conventions SUBDIR += py-opentracing SUBDIR += py-opster SUBDIR += py-optik SUBDIR += py-optree SUBDIR += py-orange-canvas-core SUBDIR += py-orange-widget-base SUBDIR += py-orca SUBDIR += py-ordered-set SUBDIR += py-ordereddict SUBDIR += py-orderedmultidict SUBDIR += py-orderly-set SUBDIR += py-orjson SUBDIR += py-os-brick SUBDIR += py-os-client-config SUBDIR += py-os-service-types SUBDIR += py-os-vif SUBDIR += py-os-win SUBDIR += py-osc-lib SUBDIR += py-oslo.cache SUBDIR += py-oslo.concurrency SUBDIR += py-oslo.config SUBDIR += py-oslo.context SUBDIR += py-oslo.db SUBDIR += py-oslo.i18n SUBDIR += py-oslo.limit SUBDIR += py-oslo.log SUBDIR += py-oslo.messaging SUBDIR += py-oslo.metrics SUBDIR += py-oslo.middleware SUBDIR += py-oslo.policy SUBDIR += py-oslo.privsep SUBDIR += py-oslo.reports SUBDIR += py-oslo.rootwrap SUBDIR += py-oslo.serialization SUBDIR += py-oslo.service SUBDIR += py-oslo.upgradecheck SUBDIR += py-oslo.utils SUBDIR += py-oslo.versionedobjects SUBDIR += py-oslo.vmware SUBDIR += py-oslotest SUBDIR += py-osprofiler SUBDIR += py-outcome SUBDIR += py-overrides SUBDIR += py-ovs SUBDIR += py-ovsdbapp SUBDIR += py-oyaml SUBDIR += py-p4python SUBDIR += py-packaging SUBDIR += py-parallax SUBDIR += py-param SUBDIR += py-parameterized SUBDIR += py-parsedatetime SUBDIR += py-parsley SUBDIR += py-parver SUBDIR += py-pastel SUBDIR += py-patch SUBDIR += py-patch-ng SUBDIR += py-path SUBDIR += py-path.py SUBDIR += py-pathable SUBDIR += py-pathlib2 SUBDIR += py-pathos SUBDIR += py-pathspec SUBDIR += py-pathtools SUBDIR += py-pathvalidate SUBDIR += py-paver SUBDIR += py-pbr SUBDIR += py-pbs-installer SUBDIR += py-pcodedmp SUBDIR += py-pcpp SUBDIR += py-pdm SUBDIR += py-pdm-autoexport SUBDIR += py-pdm-backend SUBDIR += py-pdm-build-locked SUBDIR += py-pdm-pep517 SUBDIR += py-pdoc SUBDIR += py-pebble SUBDIR += py-pefile SUBDIR += py-pendulum SUBDIR += py-pep440 SUBDIR += py-pep517 SUBDIR += py-pep562 SUBDIR += py-pep621 SUBDIR += py-pep8-naming SUBDIR += py-perceval SUBDIR += py-perceval-mozilla SUBDIR += py-perceval-opnfv SUBDIR += py-perceval-puppet SUBDIR += py-perceval-weblate SUBDIR += py-period SUBDIR += py-persistent SUBDIR += py-petname SUBDIR += py-pew SUBDIR += py-pex SUBDIR += py-phabricator SUBDIR += py-phonenumbers SUBDIR += py-phply SUBDIR += py-phpserialize SUBDIR += py-phx-class-registry SUBDIR += py-pid SUBDIR += py-pika SUBDIR += py-pika-pool SUBDIR += py-pinocchio SUBDIR += py-pint SUBDIR += py-pint-pandas SUBDIR += py-pip SUBDIR += py-pip-api SUBDIR += py-pip-audit SUBDIR += py-pip-licenses SUBDIR += py-pip-requirements-parser SUBDIR += py-pip-run SUBDIR += py-pip-shims SUBDIR += py-pip-tools SUBDIR += py-pip-tools4 SUBDIR += py-pipdeptree SUBDIR += py-pipenv SUBDIR += py-pipreqs SUBDIR += py-pipx SUBDIR += py-pkgconfig SUBDIR += py-pkgutil-resolve-name SUBDIR += py-plac SUBDIR += py-plan SUBDIR += py-platformdirs SUBDIR += py-plette SUBDIR += py-plex SUBDIR += py-plucky SUBDIR += py-pluggy SUBDIR += py-pluggy0 SUBDIR += py-pluginbase SUBDIR += py-plux SUBDIR += py-ply SUBDIR += py-pnio-dcp SUBDIR += py-pnu-libpnu SUBDIR += py-pockets SUBDIR += py-podcastparser SUBDIR += py-poetry SUBDIR += py-poetry-core SUBDIR += py-poetry-dynamic-versioning SUBDIR += py-poetry-plugin-export SUBDIR += py-poetry-semver SUBDIR += py-poetry-types SUBDIR += py-poetry2setup SUBDIR += py-polib SUBDIR += py-pooch SUBDIR += py-pop SUBDIR += py-pop-config SUBDIR += py-portalocker SUBDIR += py-positional SUBDIR += py-posix_ipc SUBDIR += py-pox SUBDIR += py-poyo SUBDIR += py-ppft SUBDIR += py-pprintpp SUBDIR += py-prance SUBDIR += py-pre-commit SUBDIR += py-pre-commit-hooks SUBDIR += py-prefixed SUBDIR += py-preshed SUBDIR += py-preshed3 SUBDIR += py-pretend SUBDIR += py-prettyprinter SUBDIR += py-prettytable SUBDIR += py-prettytable0 SUBDIR += py-printree SUBDIR += py-process-tests SUBDIR += py-proglog SUBDIR += py-progress SUBDIR += py-promise SUBDIR += py-prompt-toolkit SUBDIR += py-prompt-toolkit1 SUBDIR += py-prompt-toolkit2 SUBDIR += py-propcache SUBDIR += py-property-cached SUBDIR += py-proselint SUBDIR += py-prospector SUBDIR += py-proto-plus SUBDIR += py-protobuf SUBDIR += py-protobuf-compiler SUBDIR += py-protobuf4 SUBDIR += py-proxmoxer SUBDIR += py-psygnal SUBDIR += py-ptable SUBDIR += py-ptpython SUBDIR += py-ptvsd SUBDIR += py-pudb SUBDIR += py-pure-eval SUBDIR += py-purl SUBDIR += py-py SUBDIR += py-py-partiql-parser SUBDIR += py-py-serializable SUBDIR += py-py-stackexchange SUBDIR += py-py-ubjson SUBDIR += py-py3nvml SUBDIR += py-pyTooling SUBDIR += py-py_interface SUBDIR += py-pyaml-env SUBDIR += py-pyasn1 SUBDIR += py-pyasn1-modules SUBDIR += py-pybind11 SUBDIR += py-pybix SUBDIR += py-pycadf SUBDIR += py-pycalendar SUBDIR += py-pycallgraph SUBDIR += py-pycapsicum SUBDIR += py-pycerberus SUBDIR += py-pycmd SUBDIR += py-pycnite SUBDIR += py-pycocotools SUBDIR += py-pycodeexport SUBDIR += py-pycodestyle SUBDIR += py-pycognito SUBDIR += py-pycompilation SUBDIR += py-pycomplete SUBDIR += py-pycparser SUBDIR += py-pycrdt SUBDIR += py-pycrdt-websocket SUBDIR += py-pydantic SUBDIR += py-pydantic-core SUBDIR += py-pydantic-extra-types SUBDIR += py-pydantic-settings SUBDIR += py-pydantic-vault SUBDIR += py-pydantic-yaml SUBDIR += py-pydantic2 SUBDIR += py-pydash SUBDIR += py-pydbus SUBDIR += py-pydecor SUBDIR += py-pydenticon SUBDIR += py-pydevd SUBDIR += py-pydispatcher SUBDIR += py-pydocstyle SUBDIR += py-pydrive SUBDIR += py-pyee SUBDIR += py-pyee11 SUBDIR += py-pyelftools SUBDIR += py-pyface SUBDIR += py-pyfcm SUBDIR += py-pyflakes SUBDIR += py-pyformance SUBDIR += py-pygdbmi SUBDIR += py-pygit2 SUBDIR += py-pygls SUBDIR += py-pygobject SUBDIR += py-pygpx SUBDIR += py-pyhashxx SUBDIR += py-pyhcl SUBDIR += py-pyicu SUBDIR += py-pyina SUBDIR += py-pyinotify SUBDIR += py-pyinquirer SUBDIR += py-pyinstaller SUBDIR += py-pyinstaller-hooks-contrib SUBDIR += py-pyintelowl SUBDIR += py-pyjq SUBDIR += py-pyjsparser SUBDIR += py-pykdtree SUBDIR += py-pylama SUBDIR += py-pyleri SUBDIR += py-pylev SUBDIR += py-pylibsrtp SUBDIR += py-pylint-django SUBDIR += py-pylint-flask SUBDIR += py-pylint-plugin-utils SUBDIR += py-pylint-venv SUBDIR += py-pylru SUBDIR += py-pylru-cache SUBDIR += py-pyls-black SUBDIR += py-pymarc SUBDIR += py-pymaven-patch SUBDIR += py-pymisp SUBDIR += py-pympler SUBDIR += py-pymsgbox SUBDIR += py-pymtbl SUBDIR += py-pynest2d SUBDIR += py-pynvml SUBDIR += py-pyopencl SUBDIR += py-pyparsing SUBDIR += py-pyparsing2 SUBDIR += py-pypemicro SUBDIR += py-pyperclip SUBDIR += py-pyperf SUBDIR += py-pyperscan SUBDIR += py-pyplusplus SUBDIR += py-pyproject-api SUBDIR += py-pyproject-flake8 SUBDIR += py-pyproject-fmt SUBDIR += py-pyproject-fmt-rust SUBDIR += py-pyproject-hooks SUBDIR += py-pyproject-metadata SUBDIR += py-pypugjs SUBDIR += py-pyqtree SUBDIR += py-pyquery SUBDIR += py-pyquil SUBDIR += py-pyral SUBDIR += py-pyrepl SUBDIR += py-pyrfc3339 SUBDIR += py-pyright SUBDIR += py-pyro SUBDIR += py-pyroma SUBDIR += py-pyrsistent SUBDIR += py-pyscaffold SUBDIR += py-pysdl2 SUBDIR += py-pyshp SUBDIR += py-pysimdjson SUBDIR += py-pysparklines SUBDIR += py-pystorm SUBDIR += py-pyte SUBDIR += py-pytest SUBDIR += py-pytest-aiohttp SUBDIR += py-pytest-alembic SUBDIR += py-pytest-asyncio SUBDIR += py-pytest-azurepipelines SUBDIR += py-pytest-benchmark SUBDIR += py-pytest-black SUBDIR += py-pytest-black-multipy SUBDIR += py-pytest-cache SUBDIR += py-pytest-canonical-data SUBDIR += py-pytest-capturelog SUBDIR += py-pytest-cases SUBDIR += py-pytest-checkdocs SUBDIR += py-pytest-codspeed SUBDIR += py-pytest-console-scripts SUBDIR += py-pytest-cov SUBDIR += py-pytest-cpp SUBDIR += py-pytest-datadir SUBDIR += py-pytest-dependency SUBDIR += py-pytest-django SUBDIR += py-pytest-doctestplus SUBDIR += py-pytest-drop-dup-tests SUBDIR += py-pytest-enabler SUBDIR += py-pytest-env SUBDIR += py-pytest-examples SUBDIR += py-pytest-factoryboy SUBDIR += py-pytest-fixture-config SUBDIR += py-pytest-flake8 SUBDIR += py-pytest-flakes SUBDIR += py-pytest-flask SUBDIR += py-pytest-forked SUBDIR += py-pytest-freezer SUBDIR += py-pytest-helpers-namespace SUBDIR += py-pytest-html SUBDIR += py-pytest-httpbin SUBDIR += py-pytest-httpserver SUBDIR += py-pytest-httpx SUBDIR += py-pytest-instafail SUBDIR += py-pytest-isort SUBDIR += py-pytest-jupyter SUBDIR += py-pytest-lazy-fixture SUBDIR += py-pytest-lazy-fixtures SUBDIR += py-pytest-localserver SUBDIR += py-pytest-markdown SUBDIR += py-pytest-metadata SUBDIR += py-pytest-mock SUBDIR += py-pytest-mpl SUBDIR += py-pytest-mutagen SUBDIR += py-pytest-mypy SUBDIR += py-pytest-mypy-plugins SUBDIR += py-pytest-nunit SUBDIR += py-pytest-order SUBDIR += py-pytest-parallel SUBDIR += py-pytest-pep8 SUBDIR += py-pytest-plus SUBDIR += py-pytest-pretty SUBDIR += py-pytest-profiling SUBDIR += py-pytest-pycodestyle SUBDIR += py-pytest-qt SUBDIR += py-pytest-random-order SUBDIR += py-pytest-randomly SUBDIR += py-pytest-recorder SUBDIR += py-pytest-recording SUBDIR += py-pytest-regressions SUBDIR += py-pytest-regtest SUBDIR += py-pytest-relaxed SUBDIR += py-pytest-remotedata SUBDIR += py-pytest-rerunfailures SUBDIR += py-pytest-ruff SUBDIR += py-pytest-runner SUBDIR += py-pytest-services SUBDIR += py-pytest-shutil SUBDIR += py-pytest-socket SUBDIR += py-pytest-subprocess SUBDIR += py-pytest-subtests SUBDIR += py-pytest-sugar SUBDIR += py-pytest-timeout SUBDIR += py-pytest-tornado SUBDIR += py-pytest-tornasync SUBDIR += py-pytest-translations SUBDIR += py-pytest-trio SUBDIR += py-pytest-twisted SUBDIR += py-pytest-verbose-parametrize SUBDIR += py-pytest-virtualenv SUBDIR += py-pytest-watcher SUBDIR += py-pytest-xdist SUBDIR += py-pytest-xprocess SUBDIR += py-pytest4 SUBDIR += py-pytest4-cache SUBDIR += py-pytest4-cov SUBDIR += py-pytest4-flakes SUBDIR += py-python-application SUBDIR += py-python-bugzilla SUBDIR += py-python-dateutil SUBDIR += py-python-dbusmock SUBDIR += py-python-decouple SUBDIR += py-python-distutils-extra SUBDIR += py-python-dtrace SUBDIR += py-python-easyconfig SUBDIR += py-python-editor SUBDIR += py-python-engineio SUBDIR += py-python-gflags SUBDIR += py-python-gilt SUBDIR += py-python-gist SUBDIR += py-python-gitlab SUBDIR += py-python-jenkins SUBDIR += py-python-json-logger SUBDIR += py-python-jsonrpc-server SUBDIR += py-python-magic SUBDIR += py-python-mimeparse SUBDIR += py-python-pcre SUBDIR += py-python-ptrace SUBDIR += py-python-rapidjson SUBDIR += py-python-semantic-release SUBDIR += py-python-socketio SUBDIR += py-python-statsd SUBDIR += py-python-subunit SUBDIR += py-python-xcaplib SUBDIR += py-pythonbrew SUBDIR += py-pythondialog SUBDIR += py-pythonfinder SUBDIR += py-pythran SUBDIR += py-pytimeparse SUBDIR += py-pytoolconfig SUBDIR += py-pytools SUBDIR += py-pytrie SUBDIR += py-pytvmaze SUBDIR += py-pytweening SUBDIR += py-pytz SUBDIR += py-pytz-deprecation-shim SUBDIR += py-pytzdata SUBDIR += py-pyuca SUBDIR += py-pyudev SUBDIR += py-pyupgrade SUBDIR += py-pyusb SUBDIR += py-pyvisa SUBDIR += py-pyvisa-py SUBDIR += py-pyxb-x SUBDIR += py-pyyaml SUBDIR += py-pyyaml-include SUBDIR += py-pyyaml_env_tag SUBDIR += py-pyzipper SUBDIR += py-q SUBDIR += py-qasync SUBDIR += py-qcs-api-client SUBDIR += py-qcs-sdk-python SUBDIR += py-qstylizer SUBDIR += py-qt5 SUBDIR += py-qt5-pyqt SUBDIR += py-qt5-qscintilla2 SUBDIR += py-qt5-sip SUBDIR += py-qt6 SUBDIR += py-qt6-pyqt SUBDIR += py-qt6-qscintilla2 SUBDIR += py-qt6-sip SUBDIR += py-qtbuilder SUBDIR += py-qtconsole SUBDIR += py-querystring-parser SUBDIR += py-questionary SUBDIR += py-qutip SUBDIR += py-qutip-qip SUBDIR += py-ramlfications SUBDIR += py-rapidfuzz SUBDIR += py-rapidfuzz-capi SUBDIR += py-ratelim SUBDIR += py-ratelimiter SUBDIR += py-rauth SUBDIR += py-raven SUBDIR += py-rchitect SUBDIR += py-re-assert SUBDIR += py-readme-renderer SUBDIR += py-rebulk SUBDIR += py-recordclass SUBDIR += py-recurring-ical-events SUBDIR += py-red-black-tree-mod SUBDIR += py-rednose SUBDIR += py-reedsolo SUBDIR += py-referencing SUBDIR += py-regress SUBDIR += py-remote-pdb SUBDIR += py-repoze.lru SUBDIR += py-repoze.sphinx.autointerface SUBDIR += py-repoze.tm2 SUBDIR += py-repoze.who SUBDIR += py-repoze.xmliter SUBDIR += py-represent SUBDIR += py-requestsexceptions SUBDIR += py-requirements-detector SUBDIR += py-requirements-parser SUBDIR += py-requirementslib SUBDIR += py-resolvelib SUBDIR += py-resolvelib05 SUBDIR += py-resolvelib07 SUBDIR += py-resolvelib1 SUBDIR += py-resolver SUBDIR += py-resource SUBDIR += py-responses SUBDIR += py-retry2 SUBDIR += py-retrying SUBDIR += py-rfc3339 SUBDIR += py-rfc3339-validator SUBDIR += py-rfc3986-validator SUBDIR += py-rich-click SUBDIR += py-riot SUBDIR += py-robotframework SUBDIR += py-robotframework-assertion-engine SUBDIR += py-robotframework-databaselibrary SUBDIR += py-robotframework-excellib SUBDIR += py-robotframework-pabot SUBDIR += py-robotframework-pythonlibcore SUBDIR += py-robotframework-requests SUBDIR += py-robotframework-seleniumlibrary SUBDIR += py-robotframework-stacktrace SUBDIR += py-robotremoteserver SUBDIR += py-rope SUBDIR += py-rose SUBDIR += py-rpcq SUBDIR += py-rpds-py SUBDIR += py-rply SUBDIR += py-rq SUBDIR += py-rq-scheduler SUBDIR += py-rq1 SUBDIR += py-rstr SUBDIR += py-rtree SUBDIR += py-rtslib-fb SUBDIR += py-ruamel.yaml SUBDIR += py-ruamel.yaml.clib SUBDIR += py-rubymarshal SUBDIR += py-ruff SUBDIR += py-rush SUBDIR += py-rx SUBDIR += py-rx1 SUBDIR += py-saneyaml SUBDIR += py-sarge SUBDIR += py-sarif-om SUBDIR += py-scantree SUBDIR += py-schedule SUBDIR += py-scheduler SUBDIR += py-schema SUBDIR += py-schematics-patched SUBDIR += py-scholarly SUBDIR += py-scikit-base SUBDIR += py-scikit-build SUBDIR += py-scikit-build-core SUBDIR += py-scooby SUBDIR += py-scripttest SUBDIR += py-selection SUBDIR += py-semantic-version SUBDIR += py-semver SUBDIR += py-sentry-sdk SUBDIR += py-serializable SUBDIR += py-serpent SUBDIR += py-session-info SUBDIR += py-setoptconf SUBDIR += py-setproctitle SUBDIR += py-setuptools SUBDIR += py-setuptools-declarative-requirements SUBDIR += py-setuptools-dso SUBDIR += py-setuptools-gettext SUBDIR += py-setuptools-git SUBDIR += py-setuptools-git-versioning SUBDIR += py-setuptools-pkg SUBDIR += py-setuptools-rust SUBDIR += py-setuptools-scm SUBDIR += py-setuptools44 SUBDIR += py-setuptools58 SUBDIR += py-setuptools_git_ls_files SUBDIR += py-setuptools_hg SUBDIR += py-setuptools_scm7 SUBDIR += py-setuptools_scm_git_archive SUBDIR += py-sexpdata SUBDIR += py-sgmllib3k SUBDIR += py-sgqlc SUBDIR += py-sh SUBDIR += py-shapely SUBDIR += py-shellingham SUBDIR += py-shpyx SUBDIR += py-shtab SUBDIR += py-signalr-client-aio SUBDIR += py-simple-parsing SUBDIR += py-simple-term-menu SUBDIR += py-simpleeval SUBDIR += py-simplegeneric SUBDIR += py-simplejson SUBDIR += py-simpleparse SUBDIR += py-simpletal SUBDIR += py-simpy SUBDIR += py-simsimd SUBDIR += py-single-version SUBDIR += py-sip SUBDIR += py-sirmordred SUBDIR += py-six SUBDIR += py-smmap SUBDIR += py-snakeviz SUBDIR += py-sniffio SUBDIR += py-sortedcontainers SUBDIR += py-sortinghat SUBDIR += py-sourcemap SUBDIR += py-spark-parser SUBDIR += py-sparse SUBDIR += py-speaklater SUBDIR += py-speg SUBDIR += py-spyder-kernels SUBDIR += py-spyder-unittest SUBDIR += py-sqids SUBDIR += py-squint SUBDIR += py-sre-yield SUBDIR += py-srsly SUBDIR += py-stack-data SUBDIR += py-statgrab SUBDIR += py-statsd SUBDIR += py-stdlib-list SUBDIR += py-stdlibs SUBDIR += py-stdnum SUBDIR += py-stestr SUBDIR += py-stevedore SUBDIR += py-stone SUBDIR += py-stopit SUBDIR += py-strategies SUBDIR += py-strawberry-graphql SUBDIR += py-streamparse SUBDIR += py-strenum SUBDIR += py-strict-rfc3339 SUBDIR += py-strictyaml SUBDIR += py-stringbrewer SUBDIR += py-stringcase SUBDIR += py-structlog SUBDIR += py-subprocess-tee SUBDIR += py-subversion SUBDIR += py-sure SUBDIR += py-swagger-spec-validator SUBDIR += py-synr SUBDIR += py-syrupy SUBDIR += py-sysctl SUBDIR += py-sysv_ipc SUBDIR += py-tables SUBDIR += py-tabulate SUBDIR += py-tabulate2 SUBDIR += py-tabulator SUBDIR += py-tailer SUBDIR += py-tapi SUBDIR += py-tarantool-queue SUBDIR += py-tartiflette SUBDIR += py-tartiflette-aiohttp SUBDIR += py-taskflow SUBDIR += py-taskgroup SUBDIR += py-tasklib SUBDIR += py-tblib SUBDIR += py-tdworkflow SUBDIR += py-telepath SUBDIR += py-tempora SUBDIR += py-tenacity SUBDIR += py-tenacity8 SUBDIR += py-tendo SUBDIR += py-termcolor SUBDIR += py-termcolor-whl SUBDIR += py-terminaltexteffects SUBDIR += py-termstyle SUBDIR += py-test-utils SUBDIR += py-testfixtures SUBDIR += py-testinfra SUBDIR += py-testoob SUBDIR += py-testpath SUBDIR += py-testrepository SUBDIR += py-testresources SUBDIR += py-testscenarios SUBDIR += py-testtools SUBDIR += py-textualeffects SUBDIR += py-thefuzz SUBDIR += py-thinc SUBDIR += py-thinc8 SUBDIR += py-threadpoolctl SUBDIR += py-threema-msgapi SUBDIR += py-thrift SUBDIR += py-thriftpy2 SUBDIR += py-tiamat SUBDIR += py-time-machine SUBDIR += py-timelib SUBDIR += py-timeout-decorator SUBDIR += py-tinyarray SUBDIR += py-tinynetrc SUBDIR += py-tinyrpc SUBDIR += py-tipper SUBDIR += py-tokenize-rt SUBDIR += py-toml-fmt-common SUBDIR += py-toolz SUBDIR += py-tooz SUBDIR += py-toposort SUBDIR += py-tox SUBDIR += py-tox-toml-fmt SUBDIR += py-traceback2 SUBDIR += py-trailrunner SUBDIR += py-traitlets SUBDIR += py-traits SUBDIR += py-traittypes SUBDIR += py-transaction SUBDIR += py-transitions SUBDIR += py-tree-format SUBDIR += py-tree-sitter SUBDIR += py-tree-sitter-languages SUBDIR += py-treelib SUBDIR += py-trimesh SUBDIR += py-trove-classifiers SUBDIR += py-ttictoc SUBDIR += py-ttkbootstrap SUBDIR += py-ttystatus SUBDIR += py-twiggy SUBDIR += py-twilio SUBDIR += py-twine SUBDIR += py-twisted SUBDIR += py-txaio SUBDIR += py-txi2p-tahoe SUBDIR += py-typechecks SUBDIR += py-typeguard SUBDIR += py-typer SUBDIR += py-types-Flask SUBDIR += py-types-Jinja2 SUBDIR += py-types-MarkupSafe SUBDIR += py-types-Pillow SUBDIR += py-types-PyYAML SUBDIR += py-types-Werkzeug SUBDIR += py-types-click SUBDIR += py-types-cryptography SUBDIR += py-types-decorator SUBDIR += py-types-docutils SUBDIR += py-types-futures SUBDIR += py-types-jsonschema SUBDIR += py-types-mock SUBDIR += py-types-protobuf SUBDIR += py-types-psutil SUBDIR += py-types-psycopg2 SUBDIR += py-types-python-dateutil SUBDIR += py-types-requests SUBDIR += py-types-retry SUBDIR += py-types-setuptools SUBDIR += py-types-toml SUBDIR += py-types-typed-ast SUBDIR += py-types-urllib3 SUBDIR += py-typeshed-client SUBDIR += py-typing-extensions SUBDIR += py-typing-inspect SUBDIR += py-tzdata SUBDIR += py-tzlocal SUBDIR += py-u-msgpack-python SUBDIR += py-ua_parser SUBDIR += py-ubelt SUBDIR += py-ufmt SUBDIR += py-uhid-freebsd SUBDIR += py-ujson SUBDIR += py-undefined SUBDIR += py-unearth SUBDIR += py-unicodecsv SUBDIR += py-unicodedata2 SUBDIR += py-unidep SUBDIR += py-unidiff SUBDIR += py-unipath SUBDIR += py-unittest-parallel SUBDIR += py-unittest2 SUBDIR += py-unittest2pytest SUBDIR += py-unpaddedbase64 SUBDIR += py-untokenize SUBDIR += py-update_checker SUBDIR += py-uproot SUBDIR += py-urlimport SUBDIR += py-urwid SUBDIR += py-urwid-readline SUBDIR += py-urwidgets SUBDIR += py-urwidtrees SUBDIR += py-us SUBDIR += py-user_agents SUBDIR += py-userpath SUBDIR += py-usort SUBDIR += py-uvloop SUBDIR += py-validate-pyproject SUBDIR += py-validate-pyproject-schema-store SUBDIR += py-validators SUBDIR += py-validictory SUBDIR += py-vcrpy SUBDIR += py-vcver SUBDIR += py-vcversioner SUBDIR += py-vendy SUBDIR += py-venusian SUBDIR += py-verboselogs SUBDIR += py-versioneer SUBDIR += py-versioneer-518 SUBDIR += py-versioningit SUBDIR += py-versiontools SUBDIR += py-verspec SUBDIR += py-vine SUBDIR += py-virtualenv SUBDIR += py-virtualenv-api SUBDIR += py-virtualenv-clone SUBDIR += py-virtualenvwrapper SUBDIR += py-visidata SUBDIR += py-visitor SUBDIR += py-vistir SUBDIR += py-voluptuous SUBDIR += py-voluptuous-serialize SUBDIR += py-vsts SUBDIR += py-vsts-cd-manager SUBDIR += py-vulture SUBDIR += py-wadllib SUBDIR += py-warlock SUBDIR += py-watchdog SUBDIR += py-watchfiles SUBDIR += py-watchgod SUBDIR += py-watermark SUBDIR += py-wcwidth SUBDIR += py-weasel SUBDIR += py-weblib SUBDIR += py-websockets SUBDIR += py-websockify SUBDIR += py-wheel SUBDIR += py-whichcraft SUBDIR += py-whistle SUBDIR += py-widgetsnbextension SUBDIR += py-wimpy SUBDIR += py-wirerope SUBDIR += py-wlc SUBDIR += py-woops SUBDIR += py-wrapt SUBDIR += py-wsgi-intercept SUBDIR += py-wsgi_xmlrpc SUBDIR += py-wsgitools SUBDIR += py-wsgiutils SUBDIR += py-wsme SUBDIR += py-x-wr-timezone SUBDIR += py-xarray SUBDIR += py-xarray-einstats SUBDIR += py-xarray-simlab SUBDIR += py-xasm SUBDIR += py-xattr SUBDIR += py-xdg SUBDIR += py-xdis SUBDIR += py-xdoctest SUBDIR += py-xerox SUBDIR += py-xmltodict SUBDIR += py-xsdata SUBDIR += py-xstatic SUBDIR += py-xstatic-angular SUBDIR += py-xstatic-angular-bootstrap SUBDIR += py-xstatic-angular-fileupload SUBDIR += py-xstatic-angular-gettext SUBDIR += py-xstatic-angular-lrdragndrop SUBDIR += py-xstatic-angular-schema-form SUBDIR += py-xstatic-autosize SUBDIR += py-xstatic-bootstrap SUBDIR += py-xstatic-bootstrap-datepicker SUBDIR += py-xstatic-bootstrap-scss SUBDIR += py-xstatic-bootstrap3 SUBDIR += py-xstatic-bootswatch SUBDIR += py-xstatic-ckeditor SUBDIR += py-xstatic-d3 SUBDIR += py-xstatic-font-awesome SUBDIR += py-xstatic-hogan SUBDIR += py-xstatic-jasmine SUBDIR += py-xstatic-jquery SUBDIR += py-xstatic-jquery-file-upload SUBDIR += py-xstatic-jquery-migrate SUBDIR += py-xstatic-jquery-ui SUBDIR += py-xstatic-jquery.quicksearch SUBDIR += py-xstatic-jquery.tablesorter SUBDIR += py-xstatic-jsencrypt SUBDIR += py-xstatic-mdi SUBDIR += py-xstatic-objectpath SUBDIR += py-xstatic-pygments SUBDIR += py-xstatic-rickshaw SUBDIR += py-xstatic-roboto-fontface SUBDIR += py-xstatic-smart-table SUBDIR += py-xstatic-spin SUBDIR += py-xstatic-svg-edit-moin SUBDIR += py-xstatic-term.js SUBDIR += py-xstatic-tv4 SUBDIR += py-xxhash SUBDIR += py-yacs SUBDIR += py-yamllint SUBDIR += py-yamlordereddictloader SUBDIR += py-yandex-money-sdk SUBDIR += py-yappi SUBDIR += py-yapps2 SUBDIR += py-yarg SUBDIR += py-yaspin SUBDIR += py-yattag SUBDIR += py-yg.lockfile SUBDIR += py-yunomi SUBDIR += py-zarr SUBDIR += py-zc.lockfile SUBDIR += py-zclockfile SUBDIR += py-zconfig SUBDIR += py-zfp SUBDIR += py-zict SUBDIR += py-zipp SUBDIR += py-zope.component SUBDIR += py-zope.configuration SUBDIR += py-zope.deprecation SUBDIR += py-zope.event SUBDIR += py-zope.interface SUBDIR += py-zope.schema SUBDIR += py-zope.testbrowser SUBDIR += py3c SUBDIR += pybind11 SUBDIR += pybind11-json SUBDIR += pybind11_abseil SUBDIR += pybind11_protobuf SUBDIR += pybugz SUBDIR += pycanberra SUBDIR += pycdc SUBDIR += pycharm-ce SUBDIR += pycharm-pro SUBDIR += pycomposefile SUBDIR += pycos SUBDIR += pycount SUBDIR += pydbus-common SUBDIR += pydeps SUBDIR += pyderasn SUBDIR += pyenv SUBDIR += pygobject-common SUBDIR += pylint SUBDIR += pylyzer SUBDIR += pymsteams SUBDIR += pyobfuscate SUBDIR += pyotherside-qt5 SUBDIR += pyside2 SUBDIR += pyside2-tools SUBDIR += pyside6 SUBDIR += pyside6-tools SUBDIR += pystring SUBDIR += pysvn SUBDIR += pythontidy SUBDIR += pytype SUBDIR += qbe SUBDIR += qca SUBDIR += qconf SUBDIR += qcoro SUBDIR += qgit SUBDIR += qjson SUBDIR += qmake SUBDIR += qschematic SUBDIR += qscintilla2 SUBDIR += qscintilla2-designerplugin SUBDIR += qt-maybe SUBDIR += qt5 SUBDIR += qt5-assistant SUBDIR += qt5-buildtools SUBDIR += qt5-concurrent SUBDIR += qt5-core SUBDIR += qt5-dbus SUBDIR += qt5-designer SUBDIR += qt5-help SUBDIR += qt5-linguist SUBDIR += qt5-linguisttools SUBDIR += qt5-location SUBDIR += qt5-qdbus SUBDIR += qt5-qdbusviewer SUBDIR += qt5-qdoc SUBDIR += qt5-qdoc-data SUBDIR += qt5-qmake SUBDIR += qt5-remoteobjects SUBDIR += qt5-script SUBDIR += qt5-scripttools SUBDIR += qt5-scxml SUBDIR += qt5-testlib SUBDIR += qt5-uitools SUBDIR += qt6 SUBDIR += qt6-5compat SUBDIR += qt6-base SUBDIR += qt6-grpc SUBDIR += qt6-languageserver SUBDIR += qt6-location SUBDIR += qt6-positioning SUBDIR += qt6-remoteobjects SUBDIR += qt6-scxml SUBDIR += qt6-tools SUBDIR += qt6-translations SUBDIR += qtcreator SUBDIR += qtutilities SUBDIR += quantum SUBDIR += quickcheck++ SUBDIR += quickcpplib SUBDIR += quill SUBDIR += quilt SUBDIR += qxlsx SUBDIR += rabs SUBDIR += radare2 SUBDIR += radian SUBDIR += radicle SUBDIR += ragel SUBDIR += raknet SUBDIR += random123 SUBDIR += rang SUBDIR += range-v3 SUBDIR += rapidcheck SUBDIR += rapidfuzz-cpp SUBDIR += rapidjson SUBDIR += rapidyaml SUBDIR += rationl SUBDIR += raylib SUBDIR += rbenv SUBDIR += rbtools SUBDIR += rclint SUBDIR += rcs SUBDIR += rcs57 SUBDIR += re2 SUBDIR += re2c SUBDIR += readerwriterqueue SUBDIR += readline SUBDIR += rebar SUBDIR += rebar3 SUBDIR += recycle SUBDIR += redasm SUBDIR += redo SUBDIR += regexx SUBDIR += regexxer SUBDIR += remake SUBDIR += remotery SUBDIR += replay SUBDIR += replxx SUBDIR += reproc SUBDIR += resolv_wrapper SUBDIR += revive SUBDIR += rgbds SUBDIR += rgxg SUBDIR += rhtvision SUBDIR += rinutils SUBDIR += riscv32-unknown-elf-gcc SUBDIR += riscv64-none-elf-gcc SUBDIR += rkcommon SUBDIR += rlog SUBDIR += rlwrap SUBDIR += robin-hood-hashing SUBDIR += robin-map SUBDIR += roboctl SUBDIR += robodoc SUBDIR += root SUBDIR += ros-catkin SUBDIR += ros-catkin_pkg SUBDIR += ros-console_bridge SUBDIR += ros-rosdep SUBDIR += ros-rosdistro SUBDIR += ros-rosinstall_generator SUBDIR += ros-rospkg SUBDIR += ros-urdfdom SUBDIR += ros-urdfdom_headers SUBDIR += ros-vcstool SUBDIR += ros-vcstools SUBDIR += ros-wstool SUBDIR += roswell SUBDIR += rote SUBDIR += rpc2 SUBDIR += rpclib SUBDIR += rsvndump SUBDIR += rttr SUBDIR += ruby-bsearch SUBDIR += ruby-build SUBDIR += ruby-gems SUBDIR += ruby-install SUBDIR += ruby-rbprof SUBDIR += ruby-setup.rb SUBDIR += ruby-subversion SUBDIR += rubygem-CFPropertyList SUBDIR += rubygem-abstract SUBDIR += rubygem-actionpack-action_caching SUBDIR += rubygem-actionpack-page_caching SUBDIR += rubygem-actionview4 SUBDIR += rubygem-actionview5 SUBDIR += rubygem-actionview50 SUBDIR += rubygem-actionview52 SUBDIR += rubygem-actionview60 SUBDIR += rubygem-actionview61 SUBDIR += rubygem-actionview70 SUBDIR += rubygem-actionview71 SUBDIR += rubygem-actionview72 SUBDIR += rubygem-active_hash SUBDIR += rubygem-active_scaffold SUBDIR += rubygem-activejob4 SUBDIR += rubygem-activejob5 SUBDIR += rubygem-activejob50 SUBDIR += rubygem-activejob52 SUBDIR += rubygem-activejob60 SUBDIR += rubygem-activejob61 SUBDIR += rubygem-activejob70 SUBDIR += rubygem-activejob71 SUBDIR += rubygem-activejob72 SUBDIR += rubygem-activemessaging SUBDIR += rubygem-activerecord-deprecated_finders SUBDIR += rubygem-activesupport4 SUBDIR += rubygem-activesupport5 SUBDIR += rubygem-activesupport50 SUBDIR += rubygem-activesupport52 SUBDIR += rubygem-activesupport60 SUBDIR += rubygem-activesupport61 SUBDIR += rubygem-activesupport70 SUBDIR += rubygem-activesupport71 SUBDIR += rubygem-activesupport72 SUBDIR += rubygem-airborne SUBDIR += rubygem-akismet SUBDIR += rubygem-algebrick SUBDIR += rubygem-algorithms SUBDIR += rubygem-aliyun-sdk SUBDIR += rubygem-allison SUBDIR += rubygem-amazing_print SUBDIR += rubygem-analogger SUBDIR += rubygem-annoy SUBDIR += rubygem-ansi SUBDIR += rubygem-apipie-bindings SUBDIR += rubygem-apipie-params SUBDIR += rubygem-app_config SUBDIR += rubygem-appraisal SUBDIR += rubygem-arr-pm SUBDIR += rubygem-arrayfields SUBDIR += rubygem-ascii85 SUBDIR += rubygem-asetus SUBDIR += rubygem-aspectr SUBDIR += rubygem-ast SUBDIR += rubygem-astrolabe SUBDIR += rubygem-async SUBDIR += rubygem-async-io SUBDIR += rubygem-async212 SUBDIR += rubygem-atomic SUBDIR += rubygem-attic SUBDIR += rubygem-attr_required SUBDIR += rubygem-authlogic SUBDIR += rubygem-avro SUBDIR += rubygem-awesome_print SUBDIR += rubygem-awrence SUBDIR += rubygem-aws-crt SUBDIR += rubygem-aws-eventstream SUBDIR += rubygem-aws-partitions SUBDIR += rubygem-aws-sdk SUBDIR += rubygem-aws-sdk-accessanalyzer SUBDIR += rubygem-aws-sdk-account SUBDIR += rubygem-aws-sdk-acm SUBDIR += rubygem-aws-sdk-acmpca SUBDIR += rubygem-aws-sdk-alexaforbusiness SUBDIR += rubygem-aws-sdk-amplify SUBDIR += rubygem-aws-sdk-amplifybackend SUBDIR += rubygem-aws-sdk-amplifyuibuilder SUBDIR += rubygem-aws-sdk-apigateway SUBDIR += rubygem-aws-sdk-apigatewaymanagementapi SUBDIR += rubygem-aws-sdk-apigatewayv2 SUBDIR += rubygem-aws-sdk-appconfig SUBDIR += rubygem-aws-sdk-appconfigdata SUBDIR += rubygem-aws-sdk-appfabric SUBDIR += rubygem-aws-sdk-appflow SUBDIR += rubygem-aws-sdk-appintegrationsservice SUBDIR += rubygem-aws-sdk-applicationautoscaling SUBDIR += rubygem-aws-sdk-applicationcostprofiler SUBDIR += rubygem-aws-sdk-applicationdiscoveryservice SUBDIR += rubygem-aws-sdk-applicationinsights SUBDIR += rubygem-aws-sdk-applicationsignals SUBDIR += rubygem-aws-sdk-appmesh SUBDIR += rubygem-aws-sdk-appregistry SUBDIR += rubygem-aws-sdk-apprunner SUBDIR += rubygem-aws-sdk-appstream SUBDIR += rubygem-aws-sdk-appsync SUBDIR += rubygem-aws-sdk-apptest SUBDIR += rubygem-aws-sdk-arczonalshift SUBDIR += rubygem-aws-sdk-artifact SUBDIR += rubygem-aws-sdk-athena SUBDIR += rubygem-aws-sdk-auditmanager SUBDIR += rubygem-aws-sdk-augmentedairuntime SUBDIR += rubygem-aws-sdk-autoscaling SUBDIR += rubygem-aws-sdk-autoscalingplans SUBDIR += rubygem-aws-sdk-b2bi SUBDIR += rubygem-aws-sdk-backup SUBDIR += rubygem-aws-sdk-backupgateway SUBDIR += rubygem-aws-sdk-backupstorage SUBDIR += rubygem-aws-sdk-batch SUBDIR += rubygem-aws-sdk-bcmdataexports SUBDIR += rubygem-aws-sdk-bedrock SUBDIR += rubygem-aws-sdk-bedrockagent SUBDIR += rubygem-aws-sdk-bedrockagentruntime SUBDIR += rubygem-aws-sdk-bedrockruntime SUBDIR += rubygem-aws-sdk-billing SUBDIR += rubygem-aws-sdk-billingconductor SUBDIR += rubygem-aws-sdk-braket SUBDIR += rubygem-aws-sdk-budgets SUBDIR += rubygem-aws-sdk-chatbot SUBDIR += rubygem-aws-sdk-chime SUBDIR += rubygem-aws-sdk-chimesdkidentity SUBDIR += rubygem-aws-sdk-chimesdkmediapipelines SUBDIR += rubygem-aws-sdk-chimesdkmeetings SUBDIR += rubygem-aws-sdk-chimesdkmessaging SUBDIR += rubygem-aws-sdk-chimesdkvoice SUBDIR += rubygem-aws-sdk-cleanrooms SUBDIR += rubygem-aws-sdk-cleanroomsml SUBDIR += rubygem-aws-sdk-cloud9 SUBDIR += rubygem-aws-sdk-cloudcontrolapi SUBDIR += rubygem-aws-sdk-clouddirectory SUBDIR += rubygem-aws-sdk-cloudformation SUBDIR += rubygem-aws-sdk-cloudformation-gitlab SUBDIR += rubygem-aws-sdk-cloudfront SUBDIR += rubygem-aws-sdk-cloudfrontkeyvaluestore SUBDIR += rubygem-aws-sdk-cloudhsm SUBDIR += rubygem-aws-sdk-cloudhsmv2 SUBDIR += rubygem-aws-sdk-cloudsearch SUBDIR += rubygem-aws-sdk-cloudsearchdomain SUBDIR += rubygem-aws-sdk-cloudtrail SUBDIR += rubygem-aws-sdk-cloudtraildata SUBDIR += rubygem-aws-sdk-cloudwatch SUBDIR += rubygem-aws-sdk-cloudwatchevents SUBDIR += rubygem-aws-sdk-cloudwatchevidently SUBDIR += rubygem-aws-sdk-cloudwatchlogs SUBDIR += rubygem-aws-sdk-cloudwatchrum SUBDIR += rubygem-aws-sdk-codeartifact SUBDIR += rubygem-aws-sdk-codebuild SUBDIR += rubygem-aws-sdk-codecatalyst SUBDIR += rubygem-aws-sdk-codecommit SUBDIR += rubygem-aws-sdk-codeconnections SUBDIR += rubygem-aws-sdk-codedeploy SUBDIR += rubygem-aws-sdk-codeguruprofiler SUBDIR += rubygem-aws-sdk-codegurureviewer SUBDIR += rubygem-aws-sdk-codegurusecurity SUBDIR += rubygem-aws-sdk-codepipeline SUBDIR += rubygem-aws-sdk-codestar SUBDIR += rubygem-aws-sdk-codestarconnections SUBDIR += rubygem-aws-sdk-codestarnotifications SUBDIR += rubygem-aws-sdk-cognitoidentity SUBDIR += rubygem-aws-sdk-cognitoidentityprovider SUBDIR += rubygem-aws-sdk-cognitosync SUBDIR += rubygem-aws-sdk-comprehend SUBDIR += rubygem-aws-sdk-comprehendmedical SUBDIR += rubygem-aws-sdk-computeoptimizer SUBDIR += rubygem-aws-sdk-configservice SUBDIR += rubygem-aws-sdk-connect SUBDIR += rubygem-aws-sdk-connectcampaignservice SUBDIR += rubygem-aws-sdk-connectcampaignsv2 SUBDIR += rubygem-aws-sdk-connectcases SUBDIR += rubygem-aws-sdk-connectcontactlens SUBDIR += rubygem-aws-sdk-connectparticipant SUBDIR += rubygem-aws-sdk-connectwisdomservice SUBDIR += rubygem-aws-sdk-controlcatalog SUBDIR += rubygem-aws-sdk-controltower SUBDIR += rubygem-aws-sdk-core SUBDIR += rubygem-aws-sdk-core-gitlab SUBDIR += rubygem-aws-sdk-core2 SUBDIR += rubygem-aws-sdk-costandusagereportservice SUBDIR += rubygem-aws-sdk-costexplorer SUBDIR += rubygem-aws-sdk-costoptimizationhub SUBDIR += rubygem-aws-sdk-customerprofiles SUBDIR += rubygem-aws-sdk-databasemigrationservice SUBDIR += rubygem-aws-sdk-dataexchange SUBDIR += rubygem-aws-sdk-datapipeline SUBDIR += rubygem-aws-sdk-datasync SUBDIR += rubygem-aws-sdk-datazone SUBDIR += rubygem-aws-sdk-dax SUBDIR += rubygem-aws-sdk-deadline SUBDIR += rubygem-aws-sdk-detective SUBDIR += rubygem-aws-sdk-devicefarm SUBDIR += rubygem-aws-sdk-devopsguru SUBDIR += rubygem-aws-sdk-directconnect SUBDIR += rubygem-aws-sdk-directoryservice SUBDIR += rubygem-aws-sdk-directoryservicedata SUBDIR += rubygem-aws-sdk-dlm SUBDIR += rubygem-aws-sdk-docdb SUBDIR += rubygem-aws-sdk-docdbelastic SUBDIR += rubygem-aws-sdk-drs SUBDIR += rubygem-aws-sdk-dynamodb SUBDIR += rubygem-aws-sdk-dynamodbstreams SUBDIR += rubygem-aws-sdk-ebs SUBDIR += rubygem-aws-sdk-ec2 SUBDIR += rubygem-aws-sdk-ec2instanceconnect SUBDIR += rubygem-aws-sdk-ecr SUBDIR += rubygem-aws-sdk-ecrpublic SUBDIR += rubygem-aws-sdk-ecs SUBDIR += rubygem-aws-sdk-efs SUBDIR += rubygem-aws-sdk-eks SUBDIR += rubygem-aws-sdk-eksauth SUBDIR += rubygem-aws-sdk-elasticache SUBDIR += rubygem-aws-sdk-elasticbeanstalk SUBDIR += rubygem-aws-sdk-elasticinference SUBDIR += rubygem-aws-sdk-elasticloadbalancing SUBDIR += rubygem-aws-sdk-elasticloadbalancingv2 SUBDIR += rubygem-aws-sdk-elasticsearchservice SUBDIR += rubygem-aws-sdk-elastictranscoder SUBDIR += rubygem-aws-sdk-emr SUBDIR += rubygem-aws-sdk-emrcontainers SUBDIR += rubygem-aws-sdk-emrserverless SUBDIR += rubygem-aws-sdk-entityresolution SUBDIR += rubygem-aws-sdk-eventbridge SUBDIR += rubygem-aws-sdk-finspace SUBDIR += rubygem-aws-sdk-finspacedata SUBDIR += rubygem-aws-sdk-firehose SUBDIR += rubygem-aws-sdk-fis SUBDIR += rubygem-aws-sdk-fms SUBDIR += rubygem-aws-sdk-forecastqueryservice SUBDIR += rubygem-aws-sdk-forecastservice SUBDIR += rubygem-aws-sdk-frauddetector SUBDIR += rubygem-aws-sdk-freetier SUBDIR += rubygem-aws-sdk-fsx SUBDIR += rubygem-aws-sdk-gamelift SUBDIR += rubygem-aws-sdk-gamesparks SUBDIR += rubygem-aws-sdk-geomaps SUBDIR += rubygem-aws-sdk-geoplaces SUBDIR += rubygem-aws-sdk-georoutes SUBDIR += rubygem-aws-sdk-glacier SUBDIR += rubygem-aws-sdk-globalaccelerator SUBDIR += rubygem-aws-sdk-glue SUBDIR += rubygem-aws-sdk-gluedatabrew SUBDIR += rubygem-aws-sdk-greengrass SUBDIR += rubygem-aws-sdk-greengrassv2 SUBDIR += rubygem-aws-sdk-groundstation SUBDIR += rubygem-aws-sdk-guardduty SUBDIR += rubygem-aws-sdk-health SUBDIR += rubygem-aws-sdk-healthlake SUBDIR += rubygem-aws-sdk-honeycode SUBDIR += rubygem-aws-sdk-iam SUBDIR += rubygem-aws-sdk-identitystore SUBDIR += rubygem-aws-sdk-imagebuilder SUBDIR += rubygem-aws-sdk-importexport SUBDIR += rubygem-aws-sdk-inspector SUBDIR += rubygem-aws-sdk-inspector2 SUBDIR += rubygem-aws-sdk-inspectorscan SUBDIR += rubygem-aws-sdk-internetmonitor SUBDIR += rubygem-aws-sdk-iot SUBDIR += rubygem-aws-sdk-iot1clickdevicesservice SUBDIR += rubygem-aws-sdk-iot1clickprojects SUBDIR += rubygem-aws-sdk-iotanalytics SUBDIR += rubygem-aws-sdk-iotdataplane SUBDIR += rubygem-aws-sdk-iotdeviceadvisor SUBDIR += rubygem-aws-sdk-iotevents SUBDIR += rubygem-aws-sdk-ioteventsdata SUBDIR += rubygem-aws-sdk-iotfleethub SUBDIR += rubygem-aws-sdk-iotfleetwise SUBDIR += rubygem-aws-sdk-iotjobsdataplane SUBDIR += rubygem-aws-sdk-iotroborunner SUBDIR += rubygem-aws-sdk-iotsecuretunneling SUBDIR += rubygem-aws-sdk-iotsitewise SUBDIR += rubygem-aws-sdk-iotthingsgraph SUBDIR += rubygem-aws-sdk-iottwinmaker SUBDIR += rubygem-aws-sdk-iotwireless SUBDIR += rubygem-aws-sdk-ivs SUBDIR += rubygem-aws-sdk-ivschat SUBDIR += rubygem-aws-sdk-ivsrealtime SUBDIR += rubygem-aws-sdk-kafka SUBDIR += rubygem-aws-sdk-kafkaconnect SUBDIR += rubygem-aws-sdk-kendra SUBDIR += rubygem-aws-sdk-kendraranking SUBDIR += rubygem-aws-sdk-keyspaces SUBDIR += rubygem-aws-sdk-kinesis SUBDIR += rubygem-aws-sdk-kinesisanalytics SUBDIR += rubygem-aws-sdk-kinesisanalyticsv2 SUBDIR += rubygem-aws-sdk-kinesisvideo SUBDIR += rubygem-aws-sdk-kinesisvideoarchivedmedia SUBDIR += rubygem-aws-sdk-kinesisvideomedia SUBDIR += rubygem-aws-sdk-kinesisvideosignalingchannels SUBDIR += rubygem-aws-sdk-kinesisvideowebrtcstorage SUBDIR += rubygem-aws-sdk-kms SUBDIR += rubygem-aws-sdk-kms-gitlab SUBDIR += rubygem-aws-sdk-lakeformation SUBDIR += rubygem-aws-sdk-lambda SUBDIR += rubygem-aws-sdk-lambdapreview SUBDIR += rubygem-aws-sdk-launchwizard SUBDIR += rubygem-aws-sdk-lex SUBDIR += rubygem-aws-sdk-lexmodelbuildingservice SUBDIR += rubygem-aws-sdk-lexmodelsv2 SUBDIR += rubygem-aws-sdk-lexruntimev2 SUBDIR += rubygem-aws-sdk-licensemanager SUBDIR += rubygem-aws-sdk-licensemanagerlinuxsubscriptions SUBDIR += rubygem-aws-sdk-licensemanagerusersubscriptions SUBDIR += rubygem-aws-sdk-lightsail SUBDIR += rubygem-aws-sdk-locationservice SUBDIR += rubygem-aws-sdk-lookoutequipment SUBDIR += rubygem-aws-sdk-lookoutforvision SUBDIR += rubygem-aws-sdk-lookoutmetrics SUBDIR += rubygem-aws-sdk-machinelearning SUBDIR += rubygem-aws-sdk-macie2 SUBDIR += rubygem-aws-sdk-mailmanager SUBDIR += rubygem-aws-sdk-mainframemodernization SUBDIR += rubygem-aws-sdk-managedblockchain SUBDIR += rubygem-aws-sdk-managedblockchainquery SUBDIR += rubygem-aws-sdk-managedgrafana SUBDIR += rubygem-aws-sdk-marketplaceagreement SUBDIR += rubygem-aws-sdk-marketplacecatalog SUBDIR += rubygem-aws-sdk-marketplacecommerceanalytics SUBDIR += rubygem-aws-sdk-marketplacedeployment SUBDIR += rubygem-aws-sdk-marketplaceentitlementservice SUBDIR += rubygem-aws-sdk-marketplacemetering SUBDIR += rubygem-aws-sdk-marketplacereporting SUBDIR += rubygem-aws-sdk-mediaconnect SUBDIR += rubygem-aws-sdk-mediaconvert SUBDIR += rubygem-aws-sdk-medialive SUBDIR += rubygem-aws-sdk-mediapackage SUBDIR += rubygem-aws-sdk-mediapackagev2 SUBDIR += rubygem-aws-sdk-mediapackagevod SUBDIR += rubygem-aws-sdk-mediastore SUBDIR += rubygem-aws-sdk-mediastoredata SUBDIR += rubygem-aws-sdk-mediatailor SUBDIR += rubygem-aws-sdk-medicalimaging SUBDIR += rubygem-aws-sdk-memorydb SUBDIR += rubygem-aws-sdk-mgn SUBDIR += rubygem-aws-sdk-migrationhub SUBDIR += rubygem-aws-sdk-migrationhubconfig SUBDIR += rubygem-aws-sdk-migrationhuborchestrator SUBDIR += rubygem-aws-sdk-migrationhubrefactorspaces SUBDIR += rubygem-aws-sdk-migrationhubstrategyrecommendations SUBDIR += rubygem-aws-sdk-mobile SUBDIR += rubygem-aws-sdk-mq SUBDIR += rubygem-aws-sdk-mturk SUBDIR += rubygem-aws-sdk-mwaa SUBDIR += rubygem-aws-sdk-neptune SUBDIR += rubygem-aws-sdk-neptunedata SUBDIR += rubygem-aws-sdk-neptunegraph SUBDIR += rubygem-aws-sdk-networkfirewall SUBDIR += rubygem-aws-sdk-networkmanager SUBDIR += rubygem-aws-sdk-networkmonitor SUBDIR += rubygem-aws-sdk-nimblestudio SUBDIR += rubygem-aws-sdk-oam SUBDIR += rubygem-aws-sdk-omics SUBDIR += rubygem-aws-sdk-opensearchserverless SUBDIR += rubygem-aws-sdk-opensearchservice SUBDIR += rubygem-aws-sdk-opsworks SUBDIR += rubygem-aws-sdk-opsworkscm SUBDIR += rubygem-aws-sdk-organizations SUBDIR += rubygem-aws-sdk-osis SUBDIR += rubygem-aws-sdk-outposts SUBDIR += rubygem-aws-sdk-panorama SUBDIR += rubygem-aws-sdk-partnercentralselling SUBDIR += rubygem-aws-sdk-paymentcryptography SUBDIR += rubygem-aws-sdk-paymentcryptographydata SUBDIR += rubygem-aws-sdk-pcaconnectorad SUBDIR += rubygem-aws-sdk-pcaconnectorscep SUBDIR += rubygem-aws-sdk-pcs SUBDIR += rubygem-aws-sdk-personalize SUBDIR += rubygem-aws-sdk-personalizeevents SUBDIR += rubygem-aws-sdk-personalizeruntime SUBDIR += rubygem-aws-sdk-pi SUBDIR += rubygem-aws-sdk-pinpoint SUBDIR += rubygem-aws-sdk-pinpointemail SUBDIR += rubygem-aws-sdk-pinpointsmsvoice SUBDIR += rubygem-aws-sdk-pinpointsmsvoicev2 SUBDIR += rubygem-aws-sdk-pipes SUBDIR += rubygem-aws-sdk-polly SUBDIR += rubygem-aws-sdk-pricing SUBDIR += rubygem-aws-sdk-privatenetworks SUBDIR += rubygem-aws-sdk-prometheusservice SUBDIR += rubygem-aws-sdk-proton SUBDIR += rubygem-aws-sdk-qapps SUBDIR += rubygem-aws-sdk-qbusiness SUBDIR += rubygem-aws-sdk-qconnect SUBDIR += rubygem-aws-sdk-qldb SUBDIR += rubygem-aws-sdk-qldbsession SUBDIR += rubygem-aws-sdk-quicksight SUBDIR += rubygem-aws-sdk-ram SUBDIR += rubygem-aws-sdk-rds SUBDIR += rubygem-aws-sdk-rdsdataservice SUBDIR += rubygem-aws-sdk-recyclebin SUBDIR += rubygem-aws-sdk-redshift SUBDIR += rubygem-aws-sdk-redshiftdataapiservice SUBDIR += rubygem-aws-sdk-redshiftserverless SUBDIR += rubygem-aws-sdk-rekognition SUBDIR += rubygem-aws-sdk-repostspace SUBDIR += rubygem-aws-sdk-resiliencehub SUBDIR += rubygem-aws-sdk-resourceexplorer2 SUBDIR += rubygem-aws-sdk-resourcegroups SUBDIR += rubygem-aws-sdk-resourcegroupstaggingapi SUBDIR += rubygem-aws-sdk-resources SUBDIR += rubygem-aws-sdk-resources2 SUBDIR += rubygem-aws-sdk-robomaker SUBDIR += rubygem-aws-sdk-rolesanywhere SUBDIR += rubygem-aws-sdk-route53 SUBDIR += rubygem-aws-sdk-route53domains SUBDIR += rubygem-aws-sdk-route53profiles SUBDIR += rubygem-aws-sdk-route53recoverycluster SUBDIR += rubygem-aws-sdk-route53recoverycontrolconfig SUBDIR += rubygem-aws-sdk-route53recoveryreadiness SUBDIR += rubygem-aws-sdk-route53resolver SUBDIR += rubygem-aws-sdk-s3 SUBDIR += rubygem-aws-sdk-s3-gitlab SUBDIR += rubygem-aws-sdk-s3control SUBDIR += rubygem-aws-sdk-s3outposts SUBDIR += rubygem-aws-sdk-sagemaker SUBDIR += rubygem-aws-sdk-sagemakeredgemanager SUBDIR += rubygem-aws-sdk-sagemakerfeaturestoreruntime SUBDIR += rubygem-aws-sdk-sagemakergeospatial SUBDIR += rubygem-aws-sdk-sagemakermetrics SUBDIR += rubygem-aws-sdk-sagemakerruntime SUBDIR += rubygem-aws-sdk-savingsplans SUBDIR += rubygem-aws-sdk-scheduler SUBDIR += rubygem-aws-sdk-schemas SUBDIR += rubygem-aws-sdk-secretsmanager SUBDIR += rubygem-aws-sdk-securityhub SUBDIR += rubygem-aws-sdk-securitylake SUBDIR += rubygem-aws-sdk-serverlessapplicationrepository SUBDIR += rubygem-aws-sdk-servicecatalog SUBDIR += rubygem-aws-sdk-servicediscovery SUBDIR += rubygem-aws-sdk-servicequotas SUBDIR += rubygem-aws-sdk-ses SUBDIR += rubygem-aws-sdk-sesv2 SUBDIR += rubygem-aws-sdk-shield SUBDIR += rubygem-aws-sdk-signer SUBDIR += rubygem-aws-sdk-simpledb SUBDIR += rubygem-aws-sdk-simspaceweaver SUBDIR += rubygem-aws-sdk-sms SUBDIR += rubygem-aws-sdk-snowball SUBDIR += rubygem-aws-sdk-snowdevicemanagement SUBDIR += rubygem-aws-sdk-sns SUBDIR += rubygem-aws-sdk-socialmessaging SUBDIR += rubygem-aws-sdk-sqs SUBDIR += rubygem-aws-sdk-ssm SUBDIR += rubygem-aws-sdk-ssmcontacts SUBDIR += rubygem-aws-sdk-ssmincidents SUBDIR += rubygem-aws-sdk-ssmquicksetup SUBDIR += rubygem-aws-sdk-ssmsap SUBDIR += rubygem-aws-sdk-ssoadmin SUBDIR += rubygem-aws-sdk-ssooidc SUBDIR += rubygem-aws-sdk-states SUBDIR += rubygem-aws-sdk-storagegateway SUBDIR += rubygem-aws-sdk-supplychain SUBDIR += rubygem-aws-sdk-support SUBDIR += rubygem-aws-sdk-supportapp SUBDIR += rubygem-aws-sdk-swf SUBDIR += rubygem-aws-sdk-synthetics SUBDIR += rubygem-aws-sdk-taxsettings SUBDIR += rubygem-aws-sdk-textract SUBDIR += rubygem-aws-sdk-timestreaminfluxdb SUBDIR += rubygem-aws-sdk-timestreamquery SUBDIR += rubygem-aws-sdk-timestreamwrite SUBDIR += rubygem-aws-sdk-tnb SUBDIR += rubygem-aws-sdk-transcribeservice SUBDIR += rubygem-aws-sdk-transcribestreamingservice SUBDIR += rubygem-aws-sdk-transfer SUBDIR += rubygem-aws-sdk-translate SUBDIR += rubygem-aws-sdk-trustedadvisor SUBDIR += rubygem-aws-sdk-verifiedpermissions SUBDIR += rubygem-aws-sdk-voiceid SUBDIR += rubygem-aws-sdk-vpclattice SUBDIR += rubygem-aws-sdk-waf SUBDIR += rubygem-aws-sdk-wafregional SUBDIR += rubygem-aws-sdk-wafv2 SUBDIR += rubygem-aws-sdk-wellarchitected SUBDIR += rubygem-aws-sdk-workdocs SUBDIR += rubygem-aws-sdk-worklink SUBDIR += rubygem-aws-sdk-workmail SUBDIR += rubygem-aws-sdk-workmailmessageflow SUBDIR += rubygem-aws-sdk-workspaces SUBDIR += rubygem-aws-sdk-workspacesthinclient SUBDIR += rubygem-aws-sdk-workspacesweb SUBDIR += rubygem-aws-sdk-xray SUBDIR += rubygem-aws-sdk2 SUBDIR += rubygem-aws-sigv2 SUBDIR += rubygem-aws-sigv4 SUBDIR += rubygem-axiom-types SUBDIR += rubygem-azure-storage SUBDIR += rubygem-azure-storage-blob SUBDIR += rubygem-azure-storage-common SUBDIR += rubygem-azure-storage-file SUBDIR += rubygem-azure-storage-queue SUBDIR += rubygem-azure-storage-table SUBDIR += rubygem-azure_cognitiveservices_anomalydetector SUBDIR += rubygem-azure_cognitiveservices_autosuggest SUBDIR += rubygem-azure_cognitiveservices_computervision SUBDIR += rubygem-azure_cognitiveservices_contentmoderator SUBDIR += rubygem-azure_cognitiveservices_customimagesearch SUBDIR += rubygem-azure_cognitiveservices_customsearch SUBDIR += rubygem-azure_cognitiveservices_customvisionprediction SUBDIR += rubygem-azure_cognitiveservices_customvisiontraining SUBDIR += rubygem-azure_cognitiveservices_entitysearch SUBDIR += rubygem-azure_cognitiveservices_face SUBDIR += rubygem-azure_cognitiveservices_formrecognizer SUBDIR += rubygem-azure_cognitiveservices_imagesearch SUBDIR += rubygem-azure_cognitiveservices_localsearch SUBDIR += rubygem-azure_cognitiveservices_luisauthoring SUBDIR += rubygem-azure_cognitiveservices_luisruntime SUBDIR += rubygem-azure_cognitiveservices_newssearch SUBDIR += rubygem-azure_cognitiveservices_personalizer SUBDIR += rubygem-azure_cognitiveservices_qnamaker SUBDIR += rubygem-azure_cognitiveservices_qnamakerruntime SUBDIR += rubygem-azure_cognitiveservices_spellcheck SUBDIR += rubygem-azure_cognitiveservices_textanalytics SUBDIR += rubygem-azure_cognitiveservices_videosearch SUBDIR += rubygem-azure_cognitiveservices_visualsearch SUBDIR += rubygem-azure_cognitiveservices_websearch SUBDIR += rubygem-azure_event_grid SUBDIR += rubygem-azure_graph_rbac SUBDIR += rubygem-azure_key_vault SUBDIR += rubygem-azure_mgmt_adhybridhealth_service SUBDIR += rubygem-azure_mgmt_advisor SUBDIR += rubygem-azure_mgmt_alerts_management SUBDIR += rubygem-azure_mgmt_analysis_services SUBDIR += rubygem-azure_mgmt_api_management SUBDIR += rubygem-azure_mgmt_appconfiguration SUBDIR += rubygem-azure_mgmt_attestation SUBDIR += rubygem-azure_mgmt_authorization SUBDIR += rubygem-azure_mgmt_automanage SUBDIR += rubygem-azure_mgmt_automation SUBDIR += rubygem-azure_mgmt_azurestack SUBDIR += rubygem-azure_mgmt_azurestack_hci SUBDIR += rubygem-azure_mgmt_batch SUBDIR += rubygem-azure_mgmt_batchai SUBDIR += rubygem-azure_mgmt_billing SUBDIR += rubygem-azure_mgmt_bot_service SUBDIR += rubygem-azure_mgmt_cdn SUBDIR += rubygem-azure_mgmt_cognitive_services SUBDIR += rubygem-azure_mgmt_commerce SUBDIR += rubygem-azure_mgmt_compute SUBDIR += rubygem-azure_mgmt_consumption SUBDIR += rubygem-azure_mgmt_container_instance SUBDIR += rubygem-azure_mgmt_container_registry SUBDIR += rubygem-azure_mgmt_container_service SUBDIR += rubygem-azure_mgmt_cosmosdb SUBDIR += rubygem-azure_mgmt_cost_management SUBDIR += rubygem-azure_mgmt_customer_insights SUBDIR += rubygem-azure_mgmt_data_factory SUBDIR += rubygem-azure_mgmt_data_migration SUBDIR += rubygem-azure_mgmt_databox SUBDIR += rubygem-azure_mgmt_datalake_analytics SUBDIR += rubygem-azure_mgmt_datalake_store SUBDIR += rubygem-azure_mgmt_datashare SUBDIR += rubygem-azure_mgmt_deployment_manager SUBDIR += rubygem-azure_mgmt_dev_spaces SUBDIR += rubygem-azure_mgmt_devtestlabs SUBDIR += rubygem-azure_mgmt_digitaltwins SUBDIR += rubygem-azure_mgmt_dns SUBDIR += rubygem-azure_mgmt_edgegateway SUBDIR += rubygem-azure_mgmt_event_grid SUBDIR += rubygem-azure_mgmt_event_hub SUBDIR += rubygem-azure_mgmt_features SUBDIR += rubygem-azure_mgmt_hanaonazure SUBDIR += rubygem-azure_mgmt_hdinsight SUBDIR += rubygem-azure_mgmt_hybrid_compute SUBDIR += rubygem-azure_mgmt_import_export SUBDIR += rubygem-azure_mgmt_iot_central SUBDIR += rubygem-azure_mgmt_iot_hub SUBDIR += rubygem-azure_mgmt_key_vault SUBDIR += rubygem-azure_mgmt_kubernetes_configuration SUBDIR += rubygem-azure_mgmt_kusto SUBDIR += rubygem-azure_mgmt_labservices SUBDIR += rubygem-azure_mgmt_links SUBDIR += rubygem-azure_mgmt_locks SUBDIR += rubygem-azure_mgmt_logic SUBDIR += rubygem-azure_mgmt_machine_learning SUBDIR += rubygem-azure_mgmt_machine_learning_services SUBDIR += rubygem-azure_mgmt_maintenance SUBDIR += rubygem-azure_mgmt_managed_applications SUBDIR += rubygem-azure_mgmt_mariadb SUBDIR += rubygem-azure_mgmt_marketplace_ordering SUBDIR += rubygem-azure_mgmt_media_services SUBDIR += rubygem-azure_mgmt_migrate SUBDIR += rubygem-azure_mgmt_mixedreality SUBDIR += rubygem-azure_mgmt_monitor SUBDIR += rubygem-azure_mgmt_msi SUBDIR += rubygem-azure_mgmt_mysql SUBDIR += rubygem-azure_mgmt_netapp SUBDIR += rubygem-azure_mgmt_network SUBDIR += rubygem-azure_mgmt_notification_hubs SUBDIR += rubygem-azure_mgmt_operational_insights SUBDIR += rubygem-azure_mgmt_operations_management SUBDIR += rubygem-azure_mgmt_peering SUBDIR += rubygem-azure_mgmt_policy SUBDIR += rubygem-azure_mgmt_policy_insights SUBDIR += rubygem-azure_mgmt_portal SUBDIR += rubygem-azure_mgmt_postgresql SUBDIR += rubygem-azure_mgmt_powerbi_dedicated SUBDIR += rubygem-azure_mgmt_powerbi_embedded SUBDIR += rubygem-azure_mgmt_privatedns SUBDIR += rubygem-azure_mgmt_recovery_services SUBDIR += rubygem-azure_mgmt_recovery_services_backup SUBDIR += rubygem-azure_mgmt_recovery_services_site_recovery SUBDIR += rubygem-azure_mgmt_redis SUBDIR += rubygem-azure_mgmt_relay SUBDIR += rubygem-azure_mgmt_reservations SUBDIR += rubygem-azure_mgmt_resource_health SUBDIR += rubygem-azure_mgmt_resourcegraph SUBDIR += rubygem-azure_mgmt_resources SUBDIR += rubygem-azure_mgmt_resources_management SUBDIR += rubygem-azure_mgmt_scheduler SUBDIR += rubygem-azure_mgmt_search SUBDIR += rubygem-azure_mgmt_security SUBDIR += rubygem-azure_mgmt_serialconsole SUBDIR += rubygem-azure_mgmt_service_bus SUBDIR += rubygem-azure_mgmt_service_fabric SUBDIR += rubygem-azure_mgmt_signalr SUBDIR += rubygem-azure_mgmt_sql SUBDIR += rubygem-azure_mgmt_sqlvirtualmachine SUBDIR += rubygem-azure_mgmt_stor_simple8000_series SUBDIR += rubygem-azure_mgmt_storage SUBDIR += rubygem-azure_mgmt_storagecache SUBDIR += rubygem-azure_mgmt_storagesync SUBDIR += rubygem-azure_mgmt_stream_analytics SUBDIR += rubygem-azure_mgmt_subscriptions SUBDIR += rubygem-azure_mgmt_support SUBDIR += rubygem-azure_mgmt_synapse SUBDIR += rubygem-azure_mgmt_time_series_insights SUBDIR += rubygem-azure_mgmt_traffic_manager SUBDIR += rubygem-azure_mgmt_vmware_cloudsimple SUBDIR += rubygem-azure_mgmt_web SUBDIR += rubygem-azure_sdk SUBDIR += rubygem-azure_service_fabric SUBDIR += rubygem-backports SUBDIR += rubygem-bacon SUBDIR += rubygem-baf SUBDIR += rubygem-batch-loader SUBDIR += rubygem-bcp47_spec SUBDIR += rubygem-benelux SUBDIR += rubygem-better_html SUBDIR += rubygem-bin_utils SUBDIR += rubygem-bindata SUBDIR += rubygem-bindex SUBDIR += rubygem-binding_of_caller SUBDIR += rubygem-bit-struct SUBDIR += rubygem-blankslate SUBDIR += rubygem-blockenspiel SUBDIR += rubygem-bones SUBDIR += rubygem-bootsnap SUBDIR += rubygem-bootsnap117 SUBDIR += rubygem-bootstrap_form SUBDIR += rubygem-bson SUBDIR += rubygem-buftok SUBDIR += rubygem-bugspots SUBDIR += rubygem-builder SUBDIR += rubygem-byebug SUBDIR += rubygem-c21e SUBDIR += rubygem-cabin SUBDIR += rubygem-caesars SUBDIR += rubygem-cairo-gobject SUBDIR += rubygem-capybara SUBDIR += rubygem-capybara-screenshot SUBDIR += rubygem-cbor SUBDIR += rubygem-celluloid SUBDIR += rubygem-celluloid-essentials SUBDIR += rubygem-celluloid-extras SUBDIR += rubygem-celluloid-fsm SUBDIR += rubygem-celluloid-io SUBDIR += rubygem-celluloid-pool SUBDIR += rubygem-celluloid-supervision SUBDIR += rubygem-cf-uaa-lib SUBDIR += rubygem-cheffish SUBDIR += rubygem-childprocess SUBDIR += rubygem-childprocess3 SUBDIR += rubygem-childprocess40 SUBDIR += rubygem-childprocess41 SUBDIR += rubygem-chronic SUBDIR += rubygem-chronic_duration SUBDIR += rubygem-claide SUBDIR += rubygem-claide-plugins SUBDIR += rubygem-clamp SUBDIR += rubygem-classifier SUBDIR += rubygem-classifier-reborn SUBDIR += rubygem-climate_control SUBDIR += rubygem-clio SUBDIR += rubygem-cliprompt SUBDIR += rubygem-cloudfiles SUBDIR += rubygem-cms_scanner SUBDIR += rubygem-cocaine SUBDIR += rubygem-cocoon SUBDIR += rubygem-coercible SUBDIR += rubygem-coffee-rails-rails5 SUBDIR += rubygem-coffee-rails-rails50 SUBDIR += rubygem-coffee-rails-rails52 SUBDIR += rubygem-coffee-rails4 SUBDIR += rubygem-coffee-rails41 SUBDIR += rubygem-coffee-script SUBDIR += rubygem-coffee-script-source SUBDIR += rubygem-colorize SUBDIR += rubygem-colorizer SUBDIR += rubygem-columnize SUBDIR += rubygem-commander SUBDIR += rubygem-concurrent-ruby SUBDIR += rubygem-concurrent-ruby-edge SUBDIR += rubygem-concurrent-ruby-edge06 SUBDIR += rubygem-concurrent-ruby-ext SUBDIR += rubygem-concurrent-ruby11 SUBDIR += rubygem-configatron SUBDIR += rubygem-configstruct SUBDIR += rubygem-configuration SUBDIR += rubygem-console SUBDIR += rubygem-constant_resolver SUBDIR += rubygem-contracts SUBDIR += rubygem-contracts016 SUBDIR += rubygem-cookbook-omnifetch SUBDIR += rubygem-cool.io SUBDIR += rubygem-corefines SUBDIR += rubygem-corefoundation SUBDIR += rubygem-cork SUBDIR += rubygem-countries SUBDIR += rubygem-cow_proxy SUBDIR += rubygem-crack SUBDIR += rubygem-cri SUBDIR += rubygem-csv SUBDIR += rubygem-cucumber SUBDIR += rubygem-cucumber-ci-environment SUBDIR += rubygem-cucumber-core SUBDIR += rubygem-cucumber-core13 SUBDIR += rubygem-cucumber-cucumber-expressions SUBDIR += rubygem-cucumber-cucumber-expressions17 SUBDIR += rubygem-cucumber-messages SUBDIR += rubygem-cucumber-messages22 SUBDIR += rubygem-cucumber-messages23 SUBDIR += rubygem-cucumber-messages24 SUBDIR += rubygem-cucumber-messages25 SUBDIR += rubygem-cucumber-messages26 SUBDIR += rubygem-cucumber-rails SUBDIR += rubygem-cucumber-tag-expressions SUBDIR += rubygem-cucumber-wire SUBDIR += rubygem-curses SUBDIR += rubygem-cyoi SUBDIR += rubygem-daemon_controller SUBDIR += rubygem-daemons SUBDIR += rubygem-danger SUBDIR += rubygem-danger-gitlab SUBDIR += rubygem-datadog SUBDIR += rubygem-datadog-ci SUBDIR += rubygem-datadog-ruby_core_source SUBDIR += rubygem-date SUBDIR += rubygem-ddmemoize SUBDIR += rubygem-ddmetrics SUBDIR += rubygem-ddplugin SUBDIR += rubygem-dead_end SUBDIR += rubygem-deb_version SUBDIR += rubygem-debase-ruby_core_source SUBDIR += rubygem-debug SUBDIR += rubygem-debug_inspector SUBDIR += rubygem-debugger-linecache SUBDIR += rubygem-debugger-ruby_core_source SUBDIR += rubygem-debugger-xml SUBDIR += rubygem-declarative SUBDIR += rubygem-declarative-option SUBDIR += rubygem-deep_merge SUBDIR += rubygem-deep_test SUBDIR += rubygem-deface SUBDIR += rubygem-default_value_for SUBDIR += rubygem-delayed_job SUBDIR += rubygem-delayer SUBDIR += rubygem-delayer-deferred SUBDIR += rubygem-delegate SUBDIR += rubygem-deprecated SUBDIR += rubygem-deprecated2 SUBDIR += rubygem-descendants_tracker SUBDIR += rubygem-device_detector SUBDIR += rubygem-devise SUBDIR += rubygem-devise-pwned_password SUBDIR += rubygem-devise-rails5 SUBDIR += rubygem-devise-rails52 SUBDIR += rubygem-devise-rails60 SUBDIR += rubygem-devise-rails61 SUBDIR += rubygem-devise-rails70 SUBDIR += rubygem-devise-rails71 SUBDIR += rubygem-devise-rails72 SUBDIR += rubygem-did_you_mean SUBDIR += rubygem-dig_rb SUBDIR += rubygem-directory_watcher SUBDIR += rubygem-ditz SUBDIR += rubygem-diva SUBDIR += rubygem-docile SUBDIR += rubygem-docopt SUBDIR += rubygem-drb SUBDIR += rubygem-dry-cli SUBDIR += rubygem-dry-configurable SUBDIR += rubygem-dry-container SUBDIR += rubygem-dry-core SUBDIR += rubygem-dry-equalizer SUBDIR += rubygem-dry-inflector SUBDIR += rubygem-dry-logic SUBDIR += rubygem-dry-types SUBDIR += rubygem-drydock SUBDIR += rubygem-dynflow SUBDIR += rubygem-e2mmap SUBDIR += rubygem-ecma-re-validator SUBDIR += rubygem-edavis10-object_daddy SUBDIR += rubygem-elif SUBDIR += rubygem-emoji_regex SUBDIR += rubygem-english SUBDIR += rubygem-enumerize SUBDIR += rubygem-equalizer SUBDIR += rubygem-equatable SUBDIR += rubygem-erb SUBDIR += rubygem-errand SUBDIR += rubygem-error_highlight SUBDIR += rubygem-et-orbi SUBDIR += rubygem-etc SUBDIR += rubygem-event_emitter SUBDIR += rubygem-event_stream_parser SUBDIR += rubygem-event_stream_parser0 SUBDIR += rubygem-eventmachine SUBDIR += rubygem-excon SUBDIR += rubygem-excon0 SUBDIR += rubygem-execjs SUBDIR += rubygem-extlib SUBDIR += rubygem-extpp SUBDIR += rubygem-extras SUBDIR += rubygem-facets SUBDIR += rubygem-faker SUBDIR += rubygem-faraday-cookie_jar SUBDIR += rubygem-faraday-excon SUBDIR += rubygem-faraday-excon1 SUBDIR += rubygem-faraday_middleware-aws-sigv4 SUBDIR += rubygem-faraday_middleware-aws-sigv4-gitlab SUBDIR += rubygem-faraday_middleware-aws-sigv403 SUBDIR += rubygem-faraday_middleware-multi_json SUBDIR += rubygem-fast-stemmer SUBDIR += rubygem-fast_blank SUBDIR += rubygem-fast_gettext SUBDIR += rubygem-fast_stack SUBDIR += rubygem-fast_xor SUBDIR += rubygem-fastercsv SUBDIR += rubygem-fastri SUBDIR += rubygem-fattr SUBDIR += rubygem-fcntl SUBDIR += rubygem-ffaker SUBDIR += rubygem-ffi SUBDIR += rubygem-ffi-compiler SUBDIR += rubygem-ffi-libarchive SUBDIR += rubygem-ffi-win32-extensions SUBDIR += rubygem-ffi-yajl SUBDIR += rubygem-fiber-annotation SUBDIR += rubygem-fiber-local SUBDIR += rubygem-fiber-storage SUBDIR += rubygem-fiddle SUBDIR += rubygem-figaro SUBDIR += rubygem-file-tail SUBDIR += rubygem-filesize SUBDIR += rubygem-fileutils SUBDIR += rubygem-find SUBDIR += rubygem-flexmock SUBDIR += rubygem-flipper SUBDIR += rubygem-flipper-active_support_cache_store SUBDIR += rubygem-flipper-active_support_cache_store-rails70 SUBDIR += rubygem-flipper-ui SUBDIR += rubygem-flipper026 SUBDIR += rubygem-fluent-logger SUBDIR += rubygem-fog SUBDIR += rubygem-fog-core SUBDIR += rubygem-fog-core1 SUBDIR += rubygem-fog-core210 SUBDIR += rubygem-fog-core220 SUBDIR += rubygem-fog-core250 SUBDIR += rubygem-fog-json SUBDIR += rubygem-font-awesome-rails SUBDIR += rubygem-font-awesome-rails-rails5 SUBDIR += rubygem-font-awesome-rails-rails52 SUBDIR += rubygem-font-awesome-rails-rails60 SUBDIR += rubygem-foreigner SUBDIR += rubygem-foreman SUBDIR += rubygem-formatador SUBDIR += rubygem-forwardable SUBDIR += rubygem-forwardable-extended SUBDIR += rubygem-fugit SUBDIR += rubygem-fugit18 SUBDIR += rubygem-fuubar SUBDIR += rubygem-fuzzy_match SUBDIR += rubygem-gapic-common SUBDIR += rubygem-gapic-common-gitlab SUBDIR += rubygem-gdata SUBDIR += rubygem-gem-compare SUBDIR += rubygem-gem_plugin SUBDIR += rubygem-gemcutter SUBDIR += rubygem-gemdiff SUBDIR += rubygem-gemnasium-parser SUBDIR += rubygem-gems SUBDIR += rubygem-generator SUBDIR += rubygem-generator_spec-rails4 SUBDIR += rubygem-generator_spec-rails5 SUBDIR += rubygem-georuby SUBDIR += rubygem-get_process_mem SUBDIR += rubygem-get_process_mem0 SUBDIR += rubygem-getopt SUBDIR += rubygem-getoptlong SUBDIR += rubygem-gettext SUBDIR += rubygem-gettext-setup SUBDIR += rubygem-gettext_i18n_rails SUBDIR += rubygem-gettext_i18n_rails112 SUBDIR += rubygem-gettext_i18n_rails_js SUBDIR += rubygem-gettext_i18n_rails_js-rails5 SUBDIR += rubygem-gettext_i18n_rails_js-rails50 SUBDIR += rubygem-gettext_i18n_rails_js-rails52 SUBDIR += rubygem-gettext_i18n_rails_js-rails61 SUBDIR += rubygem-gettext_i18n_rails_js-rails70 SUBDIR += rubygem-gh SUBDIR += rubygem-gibbler SUBDIR += rubygem-gio2 SUBDIR += rubygem-git SUBDIR += rubygem-git-version-bump SUBDIR += rubygem-github_api SUBDIR += rubygem-gitlab SUBDIR += rubygem-gitlab-chronic SUBDIR += rubygem-gitlab-dangerfiles SUBDIR += rubygem-gitlab-experiment SUBDIR += rubygem-gitlab-labkit SUBDIR += rubygem-gitlab-license SUBDIR += rubygem-gitlab-pygments.rb SUBDIR += rubygem-gitlab-sdk SUBDIR += rubygem-gitlab-security_report_schemas SUBDIR += rubygem-gitlab_chronic_duration SUBDIR += rubygem-gitlab_git SUBDIR += rubygem-gitlab_meta SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection SUBDIR += rubygem-google-api-client SUBDIR += rubygem-google-apis-admin_directory_v1 SUBDIR += rubygem-google-apis-androidpublisher_v3 SUBDIR += rubygem-google-apis-androidpublisher_v3-gitlab SUBDIR += rubygem-google-apis-bigquery_v2 SUBDIR += rubygem-google-apis-cloudbilling_v1 SUBDIR += rubygem-google-apis-cloudkms_v1 SUBDIR += rubygem-google-apis-cloudresourcemanager_v1 SUBDIR += rubygem-google-apis-cloudresourcemanager_v1035 SUBDIR += rubygem-google-apis-cloudresourcemanager_v2 SUBDIR += rubygem-google-apis-cloudresourcemanager_v3 SUBDIR += rubygem-google-apis-compute_v1 SUBDIR += rubygem-google-apis-compute_v1-gitlab SUBDIR += rubygem-google-apis-container_v1 SUBDIR += rubygem-google-apis-container_v1beta1 SUBDIR += rubygem-google-apis-core SUBDIR += rubygem-google-apis-core-gitlab SUBDIR += rubygem-google-apis-core011 SUBDIR += rubygem-google-apis-discovery_v1 SUBDIR += rubygem-google-apis-drive_v3 SUBDIR += rubygem-google-apis-generator SUBDIR += rubygem-google-apis-iam_v1 SUBDIR += rubygem-google-apis-iam_v1050 SUBDIR += rubygem-google-apis-iam_v2 SUBDIR += rubygem-google-apis-iam_v2beta SUBDIR += rubygem-google-apis-iamcredentials_v1 SUBDIR += rubygem-google-apis-iamcredentials_v1-gitlab SUBDIR += rubygem-google-apis-monitoring_v3 SUBDIR += rubygem-google-apis-monitoring_v3-gitlab SUBDIR += rubygem-google-apis-playcustomapp_v1 SUBDIR += rubygem-google-apis-pubsub_v1 SUBDIR += rubygem-google-apis-pubsub_v1-gitlab SUBDIR += rubygem-google-apis-serviceusage_v1 SUBDIR += rubygem-google-apis-sheets_v4 SUBDIR += rubygem-google-apis-sqladmin_v1beta4 SUBDIR += rubygem-google-apis-sqladmin_v1beta4-gitlab SUBDIR += rubygem-google-apis-storage_v1 SUBDIR += rubygem-google-apis-storage_v1-gitlab SUBDIR += rubygem-google-cloud-common SUBDIR += rubygem-google-iam-credentials SUBDIR += rubygem-google-iam-credentials-v1 SUBDIR += rubygem-google-iam-v1 SUBDIR += rubygem-google-protobuf SUBDIR += rubygem-google-protobuf3 SUBDIR += rubygem-googleapis-common-protos SUBDIR += rubygem-googleapis-common-protos-types SUBDIR += rubygem-graf SUBDIR += rubygem-grape SUBDIR += rubygem-grape-entity SUBDIR += rubygem-grape-path-helpers SUBDIR += rubygem-grape-route-helpers SUBDIR += rubygem-grape-swagger SUBDIR += rubygem-grape-swagger-entity SUBDIR += rubygem-grape1 SUBDIR += rubygem-grape20 SUBDIR += rubygem-grape_logging SUBDIR += rubygem-graphiql-rails SUBDIR += rubygem-graphlient SUBDIR += rubygem-graphql SUBDIR += rubygem-graphql-client SUBDIR += rubygem-graphql-docs SUBDIR += rubygem-grpc-google-iam-v1 SUBDIR += rubygem-guess_html_encoding SUBDIR += rubygem-gyoku SUBDIR += rubygem-hamster SUBDIR += rubygem-hana SUBDIR += rubygem-hashdiff SUBDIR += rubygem-hashery SUBDIR += rubygem-hashie SUBDIR += rubygem-hashie-forbidden_attributes SUBDIR += rubygem-hashie4 SUBDIR += rubygem-health_check SUBDIR += rubygem-health_check-rails70 SUBDIR += rubygem-heapy SUBDIR += rubygem-highline SUBDIR += rubygem-highline1 SUBDIR += rubygem-highline2 SUBDIR += rubygem-hike SUBDIR += rubygem-hike1 SUBDIR += rubygem-hitimes SUBDIR += rubygem-hocon SUBDIR += rubygem-hoe SUBDIR += rubygem-holidays SUBDIR += rubygem-http_accept_language SUBDIR += rubygem-i18n SUBDIR += rubygem-i18n_data SUBDIR += rubygem-icalendar SUBDIR += rubygem-ice_cube SUBDIR += rubygem-ice_nine SUBDIR += rubygem-inflecto SUBDIR += rubygem-iniparse SUBDIR += rubygem-insist SUBDIR += rubygem-inspec-core SUBDIR += rubygem-instance_storage SUBDIR += rubygem-interact SUBDIR += rubygem-io-console SUBDIR += rubygem-io-endpoint SUBDIR += rubygem-io-event SUBDIR += rubygem-io-like SUBDIR += rubygem-io-nonblock SUBDIR += rubygem-io-stream SUBDIR += rubygem-io-wait SUBDIR += rubygem-io-wait01 SUBDIR += rubygem-iobuffer SUBDIR += rubygem-iostruct SUBDIR += rubygem-ipynbdiff SUBDIR += rubygem-irb SUBDIR += rubygem-iso8601 SUBDIR += rubygem-jaeger-client SUBDIR += rubygem-jammit SUBDIR += rubygem-jaro_winkler SUBDIR += rubygem-jasmine-core SUBDIR += rubygem-jbuilder SUBDIR += rubygem-jbuilder-rails5 SUBDIR += rubygem-jbuilder-rails50 SUBDIR += rubygem-jbuilder-rails52 SUBDIR += rubygem-jbuilder-rails60 SUBDIR += rubygem-jbuilder-rails61 SUBDIR += rubygem-jbuilder-rails71 SUBDIR += rubygem-jbuilder-rails72 SUBDIR += rubygem-jekyll-coffeescript SUBDIR += rubygem-jenkins_api_client SUBDIR += rubygem-jeweler SUBDIR += rubygem-jira-ruby SUBDIR += rubygem-jmespath SUBDIR += rubygem-jquery-ui-themes SUBDIR += rubygem-jruby-jars SUBDIR += rubygem-json SUBDIR += rubygem-json-canonicalization SUBDIR += rubygem-json-schema SUBDIR += rubygem-json1 SUBDIR += rubygem-json27 SUBDIR += rubygem-json_pure SUBDIR += rubygem-json_pure1 SUBDIR += rubygem-json_schema SUBDIR += rubygem-json_schemer SUBDIR += rubygem-jsonapi-renderer SUBDIR += rubygem-jsonpath SUBDIR += rubygem-kafo SUBDIR += rubygem-kafo_parsers SUBDIR += rubygem-kafo_wizards SUBDIR += rubygem-kgio SUBDIR += rubygem-language_server-protocol SUBDIR += rubygem-launchy SUBDIR += rubygem-launchy2 SUBDIR += rubygem-lazy_priority_queue SUBDIR += rubygem-libdatadog SUBDIR += rubygem-libddprof SUBDIR += rubygem-libddwaf SUBDIR += rubygem-librarian SUBDIR += rubygem-librarianp SUBDIR += rubygem-libyajl2 SUBDIR += rubygem-license_finder SUBDIR += rubygem-licensee SUBDIR += rubygem-listen SUBDIR += rubygem-little-plugger SUBDIR += rubygem-local_time SUBDIR += rubygem-local_time-rails5 SUBDIR += rubygem-locale SUBDIR += rubygem-lockfile SUBDIR += rubygem-logger SUBDIR += rubygem-logger15 SUBDIR += rubygem-logging SUBDIR += rubygem-logster SUBDIR += rubygem-loquacious SUBDIR += rubygem-lrama SUBDIR += rubygem-lru_redux SUBDIR += rubygem-lumberjack SUBDIR += rubygem-main SUBDIR += rubygem-makara61 SUBDIR += rubygem-manpages SUBDIR += rubygem-map SUBDIR += rubygem-marcel SUBDIR += rubygem-memo_wise SUBDIR += rubygem-memoist SUBDIR += rubygem-memoizable SUBDIR += rubygem-memoize SUBDIR += rubygem-memory_profiler SUBDIR += rubygem-mercenary SUBDIR += rubygem-message_bus SUBDIR += rubygem-metaclass SUBDIR += rubygem-metaid SUBDIR += rubygem-metasm SUBDIR += rubygem-method_source SUBDIR += rubygem-metrics SUBDIR += rubygem-micromachine SUBDIR += rubygem-middleware SUBDIR += rubygem-mini_histogram SUBDIR += rubygem-mini_portile2 SUBDIR += rubygem-mini_portile2-25 SUBDIR += rubygem-minitest SUBDIR += rubygem-mixlib-archive SUBDIR += rubygem-mixlib-authentication SUBDIR += rubygem-mixlib-cli SUBDIR += rubygem-mixlib-config SUBDIR += rubygem-mixlib-install SUBDIR += rubygem-mixlib-log SUBDIR += rubygem-mixlib-shellout SUBDIR += rubygem-mixlib-versioning SUBDIR += rubygem-mize SUBDIR += rubygem-mkrf SUBDIR += rubygem-mmap2 SUBDIR += rubygem-mocha SUBDIR += rubygem-molinillo SUBDIR += rubygem-moneta SUBDIR += rubygem-mongo SUBDIR += rubygem-mono_logger SUBDIR += rubygem-ms_rest SUBDIR += rubygem-ms_rest_azure SUBDIR += rubygem-msgpack SUBDIR += rubygem-mspec SUBDIR += rubygem-multi_json SUBDIR += rubygem-multi_json114 SUBDIR += rubygem-multi_test SUBDIR += rubygem-murmurhash3 SUBDIR += rubygem-mustache SUBDIR += rubygem-mustache-sinatra SUBDIR += rubygem-mustermann SUBDIR += rubygem-mustermann-grape SUBDIR += rubygem-mustermann-grape10 SUBDIR += rubygem-mutex_m SUBDIR += rubygem-mutter SUBDIR += rubygem-nakayoshi_fork SUBDIR += rubygem-nap SUBDIR += rubygem-native-package-installer SUBDIR += rubygem-naught SUBDIR += rubygem-necromancer SUBDIR += rubygem-needle SUBDIR += rubygem-nenv SUBDIR += rubygem-nesty SUBDIR += rubygem-netaddr SUBDIR += rubygem-newrelic-grape SUBDIR += rubygem-newrelic_rpm SUBDIR += rubygem-nice-ffi SUBDIR += rubygem-nice_partials SUBDIR += rubygem-nio4r SUBDIR += rubygem-nori SUBDIR += rubygem-notiffany SUBDIR += rubygem-notify SUBDIR += rubygem-nprogress-rails SUBDIR += rubygem-nsa-rails5 SUBDIR += rubygem-numerizer SUBDIR += rubygem-observer SUBDIR += rubygem-oci SUBDIR += rubygem-octopress-hooks SUBDIR += rubygem-oj SUBDIR += rubygem-oj-introspect SUBDIR += rubygem-oj313 SUBDIR += rubygem-omniauth_crowd SUBDIR += rubygem-omnibus SUBDIR += rubygem-open3 SUBDIR += rubygem-open3_backport SUBDIR += rubygem-open4 SUBDIR += rubygem-opentelemetry-api SUBDIR += rubygem-opentelemetry-common SUBDIR += rubygem-opentelemetry-exporter-otlp SUBDIR += rubygem-opentelemetry-helpers-mysql SUBDIR += rubygem-opentelemetry-helpers-sql-obfuscation SUBDIR += rubygem-opentelemetry-instrumentation-action_mailer SUBDIR += rubygem-opentelemetry-instrumentation-action_pack SUBDIR += rubygem-opentelemetry-instrumentation-action_view SUBDIR += rubygem-opentelemetry-instrumentation-active_job SUBDIR += rubygem-opentelemetry-instrumentation-active_model_serializers SUBDIR += rubygem-opentelemetry-instrumentation-active_record SUBDIR += rubygem-opentelemetry-instrumentation-active_support SUBDIR += rubygem-opentelemetry-instrumentation-aws_sdk SUBDIR += rubygem-opentelemetry-instrumentation-base SUBDIR += rubygem-opentelemetry-instrumentation-concurrent_ruby SUBDIR += rubygem-opentelemetry-instrumentation-dalli SUBDIR += rubygem-opentelemetry-instrumentation-delayed_job SUBDIR += rubygem-opentelemetry-instrumentation-ethon SUBDIR += rubygem-opentelemetry-instrumentation-excon SUBDIR += rubygem-opentelemetry-instrumentation-faraday SUBDIR += rubygem-opentelemetry-instrumentation-grape SUBDIR += rubygem-opentelemetry-instrumentation-graphql SUBDIR += rubygem-opentelemetry-instrumentation-http SUBDIR += rubygem-opentelemetry-instrumentation-http_client SUBDIR += rubygem-opentelemetry-instrumentation-mysql2 SUBDIR += rubygem-opentelemetry-instrumentation-net_http SUBDIR += rubygem-opentelemetry-instrumentation-pg SUBDIR += rubygem-opentelemetry-instrumentation-que SUBDIR += rubygem-opentelemetry-instrumentation-rack SUBDIR += rubygem-opentelemetry-instrumentation-rails SUBDIR += rubygem-opentelemetry-instrumentation-rake SUBDIR += rubygem-opentelemetry-instrumentation-redis SUBDIR += rubygem-opentelemetry-instrumentation-resque SUBDIR += rubygem-opentelemetry-instrumentation-restclient SUBDIR += rubygem-opentelemetry-instrumentation-sidekiq SUBDIR += rubygem-opentelemetry-instrumentation-sinatra SUBDIR += rubygem-opentelemetry-instrumentation-trilogy SUBDIR += rubygem-opentelemetry-registry SUBDIR += rubygem-opentelemetry-sdk SUBDIR += rubygem-opentelemetry-semantic_conventions SUBDIR += rubygem-opentracing SUBDIR += rubygem-opt_parse_validator SUBDIR += rubygem-optimist SUBDIR += rubygem-optparse SUBDIR += rubygem-orm_adapter SUBDIR += rubygem-os SUBDIR += rubygem-ostruct SUBDIR += rubygem-p4ruby SUBDIR += rubygem-packwerk SUBDIR += rubygem-packwerk-extensions SUBDIR += rubygem-pagy SUBDIR += rubygem-pagy6 SUBDIR += rubygem-paint SUBDIR += rubygem-pairing_heap SUBDIR += rubygem-paper_trail SUBDIR += rubygem-parser SUBDIR += rubygem-pastel SUBDIR += rubygem-patch_finder SUBDIR += rubygem-pathname SUBDIR += rubygem-pathspec SUBDIR += rubygem-pathutil SUBDIR += rubygem-pdk SUBDIR += rubygem-pedump SUBDIR += rubygem-peek SUBDIR += rubygem-peek-gc-rails52 SUBDIR += rubygem-peek-host SUBDIR += rubygem-peek-performance_bar SUBDIR += rubygem-peek-rails4 SUBDIR += rubygem-peek-rails52 SUBDIR += rubygem-peek-rails60 SUBDIR += rubygem-peek-rails61 SUBDIR += rubygem-peek-rails70 SUBDIR += rubygem-peek-rblineprof-rails52 SUBDIR += rubygem-peek-redis-rails52 SUBDIR += rubygem-phonelib SUBDIR += rubygem-pkg-config SUBDIR += rubygem-platform SUBDIR += rubygem-pleaserun SUBDIR += rubygem-plist SUBDIR += rubygem-pluggaloid SUBDIR += rubygem-polyamorous SUBDIR += rubygem-polyglot SUBDIR += rubygem-popen4 SUBDIR += rubygem-posix-spawn SUBDIR += rubygem-power_assert SUBDIR += rubygem-powerbar SUBDIR += rubygem-powerpack SUBDIR += rubygem-pp SUBDIR += rubygem-pqueue SUBDIR += rubygem-prettier_print SUBDIR += rubygem-prettyprint SUBDIR += rubygem-profile SUBDIR += rubygem-progressbar SUBDIR += rubygem-prometheus-client-mmap SUBDIR += rubygem-protected_attributes SUBDIR += rubygem-protobuf-cucumber SUBDIR += rubygem-protocol SUBDIR += rubygem-pry SUBDIR += rubygem-pry-byebug SUBDIR += rubygem-pry-rails SUBDIR += rubygem-pry-remote SUBDIR += rubygem-pry-remote-em SUBDIR += rubygem-pstore SUBDIR += rubygem-ptreloaded SUBDIR += rubygem-puppet-modulebuilder SUBDIR += rubygem-puppet-resource_api SUBDIR += rubygem-pygments.rb SUBDIR += rubygem-que SUBDIR += rubygem-que-scheduler SUBDIR += rubygem-r18n-core SUBDIR += rubygem-r18n-desktop SUBDIR += rubygem-r18n-rails SUBDIR += rubygem-r18n-rails-api SUBDIR += rubygem-rabl SUBDIR += rubygem-rabl-rails50 SUBDIR += rubygem-racc SUBDIR += rubygem-rack-mini-profiler SUBDIR += rubygem-rack-raw-upload SUBDIR += rubygem-rails-deprecated_sanitizer SUBDIR += rubygem-rails-deprecated_sanitizer-rails5 SUBDIR += rubygem-rails-deprecated_sanitizer-rails50 SUBDIR += rubygem-rails-i18n-rails5 SUBDIR += rubygem-rails-i18n-rails50 SUBDIR += rubygem-rails-i18n-rails52 SUBDIR += rubygem-rails-i18n-rails60 SUBDIR += rubygem-rails-i18n-rails61 SUBDIR += rubygem-rails-i18n-rails70 SUBDIR += rubygem-rails-i18n-rails71 SUBDIR += rubygem-rails-observers SUBDIR += rubygem-rainbow SUBDIR += rubygem-rake SUBDIR += rubygem-rake-compiler SUBDIR += rubygem-rake-compiler-dock SUBDIR += rubygem-rake-contrib SUBDIR += rubygem-ransack SUBDIR += rubygem-rapt SUBDIR += rubygem-rash SUBDIR += rubygem-rash_alt SUBDIR += rubygem-rb-fsevent SUBDIR += rubygem-rb-inotify SUBDIR += rubygem-rb-kqueue SUBDIR += rubygem-rblineprof SUBDIR += rubygem-rbs SUBDIR += rubygem-rbs_json_schema SUBDIR += rubygem-rbtrace SUBDIR += rubygem-rbtree SUBDIR += rubygem-rdoc SUBDIR += rubygem-re2 SUBDIR += rubygem-react-rails SUBDIR += rubygem-react-rails-rails5 SUBDIR += rubygem-readline SUBDIR += rubygem-readline-ext SUBDIR += rubygem-readwritesettings SUBDIR += rubygem-recaptcha SUBDIR += rubygem-recursive-open-struct SUBDIR += rubygem-recursive-open-struct1 SUBDIR += rubygem-red-datasets SUBDIR += rubygem-redis-activesupport SUBDIR += rubygem-redis-activesupport-rails5 SUBDIR += rubygem-redis-activesupport-rails50 SUBDIR += rubygem-redis-activesupport-rails52 SUBDIR += rubygem-redis-activesupport-rails60 SUBDIR += rubygem-redis-activesupport-rails61 SUBDIR += rubygem-redis-store SUBDIR += rubygem-redlock SUBDIR += rubygem-redlock1 SUBDIR += rubygem-redmine_plugin_support SUBDIR += rubygem-reentrant_flock SUBDIR += rubygem-ref SUBDIR += rubygem-reline SUBDIR += rubygem-request_store SUBDIR += rubygem-request_store15 SUBDIR += rubygem-require_all SUBDIR += rubygem-resque SUBDIR += rubygem-resque-scheduler SUBDIR += rubygem-retriable SUBDIR += rubygem-retryable SUBDIR += rubygem-rgen SUBDIR += rubygem-rgl SUBDIR += rubygem-rice SUBDIR += rubygem-rinda SUBDIR += rubygem-rodzilla SUBDIR += rubygem-rotp SUBDIR += rubygem-rr SUBDIR += rubygem-rrd-ffi SUBDIR += rubygem-rscm SUBDIR += rubygem-rsec SUBDIR += rubygem-rspec SUBDIR += rubygem-rspec-core SUBDIR += rubygem-rspec-expectations SUBDIR += rubygem-rspec-its SUBDIR += rubygem-rspec-logsplit SUBDIR += rubygem-rspec-mocks SUBDIR += rubygem-rspec-rails SUBDIR += rubygem-rspec-support SUBDIR += rubygem-rspec_junit_formatter SUBDIR += rubygem-rubocop SUBDIR += rubygem-rubocop-ast SUBDIR += rubygem-rubocop-capybara SUBDIR += rubygem-rubocop-factory_bot SUBDIR += rubygem-rubocop-minitest SUBDIR += rubygem-rubocop-performance SUBDIR += rubygem-rubocop-rails SUBDIR += rubygem-rubocop-rake SUBDIR += rubygem-rubocop-rspec SUBDIR += rubygem-rubocop-rspec_rails SUBDIR += rubygem-ruby-atmos-pure SUBDIR += rubygem-ruby-bugzilla SUBDIR += rubygem-ruby-enum SUBDIR += rubygem-ruby-filemagic SUBDIR += rubygem-ruby-fogbugz SUBDIR += rubygem-ruby-libvirt SUBDIR += rubygem-ruby-lsp SUBDIR += rubygem-ruby-lsp-rails SUBDIR += rubygem-ruby-lsp-rspec SUBDIR += rubygem-ruby-macho SUBDIR += rubygem-ruby-magic SUBDIR += rubygem-ruby-ole SUBDIR += rubygem-ruby-prof SUBDIR += rubygem-ruby-progressbar SUBDIR += rubygem-ruby-statistics SUBDIR += rubygem-ruby2_keywords SUBDIR += rubygem-ruby2ruby SUBDIR += rubygem-ruby_memcheck SUBDIR += rubygem-ruby_parser SUBDIR += rubygem-rubygems-mirror SUBDIR += rubygem-rubygems-tasks SUBDIR += rubygem-rubygems-test SUBDIR += rubygem-rubyinline SUBDIR += rubygem-rubyinlineaccel SUBDIR += rubygem-rubytree SUBDIR += rubygem-rufus-scheduler SUBDIR += rubygem-rugged SUBDIR += rubygem-runt SUBDIR += rubygem-ruport SUBDIR += rubygem-safe_yaml SUBDIR += rubygem-scanf SUBDIR += rubygem-schash SUBDIR += rubygem-scientist SUBDIR += rubygem-sd_notify SUBDIR += rubygem-sdoc SUBDIR += rubygem-semantic_puppet SUBDIR += rubygem-semantic_range SUBDIR += rubygem-semi_semantic SUBDIR += rubygem-semver2 SUBDIR += rubygem-semver_dialects SUBDIR += rubygem-semverse SUBDIR += rubygem-sentry-rails SUBDIR += rubygem-sentry-raven SUBDIR += rubygem-sentry-ruby SUBDIR += rubygem-sentry-ruby-core SUBDIR += rubygem-sentry-sidekiq SUBDIR += rubygem-sequel SUBDIR += rubygem-server_sent_events SUBDIR += rubygem-set SUBDIR += rubygem-settingslogic SUBDIR += rubygem-sexp_processor SUBDIR += rubygem-shell SUBDIR += rubygem-shoulda SUBDIR += rubygem-shoulda-context SUBDIR += rubygem-shoulda-matchers SUBDIR += rubygem-sidekiq SUBDIR += rubygem-sidekiq-bulk SUBDIR += rubygem-sidekiq-cron SUBDIR += rubygem-sidekiq-cron-rails70 SUBDIR += rubygem-sidekiq-scheduler SUBDIR += rubygem-sidekiq-unique-jobs SUBDIR += rubygem-sidekiq72 SUBDIR += rubygem-sidetiq SUBDIR += rubygem-sigdump SUBDIR += rubygem-simple-navigation SUBDIR += rubygem-simple-navigation-rails50 SUBDIR += rubygem-simple_form SUBDIR += rubygem-simple_form-rails5 SUBDIR += rubygem-simple_form-rails50 SUBDIR += rubygem-simple_po_parser SUBDIR += rubygem-simplecov SUBDIR += rubygem-simplecov_json_formatter SUBDIR += rubygem-singleton SUBDIR += rubygem-skiptrace SUBDIR += rubygem-slack-messenger SUBDIR += rubygem-slack-notifier SUBDIR += rubygem-slim SUBDIR += rubygem-slop SUBDIR += rubygem-slop3 SUBDIR += rubygem-slow_enumerator_tools SUBDIR += rubygem-smart_properties SUBDIR += rubygem-snaky_hash SUBDIR += rubygem-snowplow-tracker SUBDIR += rubygem-soap4r SUBDIR += rubygem-solve SUBDIR += rubygem-sorbet-runtime SUBDIR += rubygem-sorted_set SUBDIR += rubygem-spring SUBDIR += rubygem-spring-watcher-listen SUBDIR += rubygem-sprockets SUBDIR += rubygem-sprockets-es6 SUBDIR += rubygem-sprockets-helpers SUBDIR += rubygem-sprockets-rails-rails4 SUBDIR += rubygem-sprockets-rails-rails5 SUBDIR += rubygem-sprockets-rails-rails50 SUBDIR += rubygem-sprockets-rails-rails52 SUBDIR += rubygem-sprockets-rails-rails60 SUBDIR += rubygem-sprockets-rails-rails61 SUBDIR += rubygem-sprockets-rails-rails70 SUBDIR += rubygem-sprockets-rails-rails71 SUBDIR += rubygem-sprockets-rails-rails72 SUBDIR += rubygem-sprockets-sass SUBDIR += rubygem-sprockets2 SUBDIR += rubygem-sprockets3 SUBDIR += rubygem-spruz SUBDIR += rubygem-stackprof SUBDIR += rubygem-state_machine SUBDIR += rubygem-state_machines SUBDIR += rubygem-statsd SUBDIR += rubygem-statsd-instrument SUBDIR += rubygem-statsd-ruby SUBDIR += rubygem-stella SUBDIR += rubygem-stemmer SUBDIR += rubygem-stomp SUBDIR += rubygem-stoplight SUBDIR += rubygem-storable SUBDIR += rubygem-stream SUBDIR += rubygem-streetaddress SUBDIR += rubygem-stringex SUBDIR += rubygem-stringio SUBDIR += rubygem-strings SUBDIR += rubygem-strings-ansi SUBDIR += rubygem-strong_migrations SUBDIR += rubygem-strong_migrations61 SUBDIR += rubygem-strptime SUBDIR += rubygem-strscan SUBDIR += rubygem-structured_warnings SUBDIR += rubygem-stud SUBDIR += rubygem-subexec SUBDIR += rubygem-sucker_punch SUBDIR += rubygem-sugar-high SUBDIR += rubygem-sumbur SUBDIR += rubygem-sundawg_country_codes SUBDIR += rubygem-sus SUBDIR += rubygem-svn2git SUBDIR += rubygem-swagger-blocks SUBDIR += rubygem-sync SUBDIR += rubygem-syntax_suggest SUBDIR += rubygem-syntax_tree SUBDIR += rubygem-sysinfo SUBDIR += rubygem-syslog SUBDIR += rubygem-systemu SUBDIR += rubygem-table_print SUBDIR += rubygem-tdiff SUBDIR += rubygem-telesign SUBDIR += rubygem-telesignenterprise SUBDIR += rubygem-tempfile SUBDIR += rubygem-templater SUBDIR += rubygem-temple SUBDIR += rubygem-term-ansicolor SUBDIR += rubygem-terrapin SUBDIR += rubygem-test-unit SUBDIR += rubygem-thor SUBDIR += rubygem-thor0 SUBDIR += rubygem-thor12 SUBDIR += rubygem-thread-local SUBDIR += rubygem-thread_safe SUBDIR += rubygem-thrift SUBDIR += rubygem-thwait SUBDIR += rubygem-tilt SUBDIR += rubygem-tilt1 SUBDIR += rubygem-time SUBDIR += rubygem-timecop SUBDIR += rubygem-timeliness SUBDIR += rubygem-timeout SUBDIR += rubygem-timers SUBDIR += rubygem-tins SUBDIR += rubygem-titlecase SUBDIR += rubygem-tmpdir SUBDIR += rubygem-to_regexp SUBDIR += rubygem-tool SUBDIR += rubygem-tracer SUBDIR += rubygem-traces SUBDIR += rubygem-trailblazer-option SUBDIR += rubygem-transaction-simple SUBDIR += rubygem-travis SUBDIR += rubygem-travis-gh SUBDIR += rubygem-treetop SUBDIR += rubygem-trollop SUBDIR += rubygem-trollop1 SUBDIR += rubygem-tsort SUBDIR += rubygem-tty SUBDIR += rubygem-tty-box SUBDIR += rubygem-tty-color SUBDIR += rubygem-tty-command SUBDIR += rubygem-tty-config SUBDIR += rubygem-tty-cursor SUBDIR += rubygem-tty-editor SUBDIR += rubygem-tty-file SUBDIR += rubygem-tty-font SUBDIR += rubygem-tty-logger SUBDIR += rubygem-tty-markdown SUBDIR += rubygem-tty-pager SUBDIR += rubygem-tty-pie SUBDIR += rubygem-tty-platform SUBDIR += rubygem-tty-progressbar SUBDIR += rubygem-tty-prompt SUBDIR += rubygem-tty-reader SUBDIR += rubygem-tty-screen SUBDIR += rubygem-tty-spinner SUBDIR += rubygem-tty-table SUBDIR += rubygem-tty-tree SUBDIR += rubygem-tty-which SUBDIR += rubygem-turn SUBDIR += rubygem-typed-array SUBDIR += rubygem-typeprof SUBDIR += rubygem-tzinfo SUBDIR += rubygem-tzinfo-data SUBDIR += rubygem-tzinfo1 SUBDIR += rubygem-uber SUBDIR += rubygem-un SUBDIR += rubygem-unicode SUBDIR += rubygem-unicode-display_width SUBDIR += rubygem-unicode-display_width2 SUBDIR += rubygem-unicode-emoji SUBDIR += rubygem-unicode-version SUBDIR += rubygem-unicode_utils SUBDIR += rubygem-unleash SUBDIR += rubygem-useragent SUBDIR += rubygem-uuid SUBDIR += rubygem-uuidtools SUBDIR += rubygem-valid SUBDIR += rubygem-validatable SUBDIR += rubygem-validate_email SUBDIR += rubygem-validate_url SUBDIR += rubygem-validates_timeliness SUBDIR += rubygem-version_gem SUBDIR += rubygem-versionomy SUBDIR += rubygem-view_component-rails70 SUBDIR += rubygem-virtus SUBDIR += rubygem-vite_rails-rails70 SUBDIR += rubygem-vite_ruby SUBDIR += rubygem-vite_ruby33 SUBDIR += rubygem-warbler SUBDIR += rubygem-warden SUBDIR += rubygem-warning SUBDIR += rubygem-wdm SUBDIR += rubygem-weakref SUBDIR += rubygem-web-console-rails60 SUBDIR += rubygem-web-console-rails61 SUBDIR += rubygem-web-console-rails71 SUBDIR += rubygem-web-console-rails72 SUBDIR += rubygem-web-console2 SUBDIR += rubygem-web-console3-rails5 SUBDIR += rubygem-web-console3-rails50 SUBDIR += rubygem-web-console3-rails52 SUBDIR += rubygem-webby SUBDIR += rubygem-webfinger SUBDIR += rubygem-webpacker-rails60 SUBDIR += rubygem-webpacker-rails61 SUBDIR += rubygem-webpacker4-rails60 SUBDIR += rubygem-will_paginate SUBDIR += rubygem-windows_error SUBDIR += rubygem-wisper SUBDIR += rubygem-wisper2 SUBDIR += rubygem-with_advisory_lock61 SUBDIR += rubygem-with_env SUBDIR += rubygem-wmi-lite SUBDIR += rubygem-xdg SUBDIR += rubygem-xdg2 SUBDIR += rubygem-xdg7 SUBDIR += rubygem-xorcist SUBDIR += rubygem-xpath SUBDIR += rubygem-xxhash SUBDIR += rubygem-yajl-ruby SUBDIR += rubygem-yard-sorbet SUBDIR += rubygem-yui-compressor SUBDIR += rubygem-zeitwerk SUBDIR += rubygem-zentest SUBDIR += rubygem-zhexdump SUBDIR += rubygem-zlib SUBDIR += rubygem-zstd-ruby SUBDIR += rubymine SUBDIR += rudeconfig SUBDIR += rudiments SUBDIR += ruff SUBDIR += rust-analyzer SUBDIR += rust-bindgen-cli SUBDIR += rust-cbindgen SUBDIR += rust-mode SUBDIR += rust-script SUBDIR += rustc-demangle SUBDIR += rvi SUBDIR += rvm SUBDIR += rxcpp SUBDIR += rye SUBDIR += sabre SUBDIR += safe-iop SUBDIR += samurai SUBDIR += sasm SUBDIR += sbt SUBDIR += scalatest SUBDIR += scandoc SUBDIR += scc SUBDIR += sccache SUBDIR += sccs SUBDIR += schilybase SUBDIR += scons SUBDIR += sd-mux-ctrl SUBDIR += sdbus-cpp SUBDIR += sdl12 SUBDIR += sdl12-compat SUBDIR += sdl20 SUBDIR += sdl2pp SUBDIR += sdl3 SUBDIR += sdl_console SUBDIR += sdlmm SUBDIR += sdlskk SUBDIR += sdsl-lite SUBDIR += sedsed SUBDIR += seer-gdb SUBDIR += selene SUBDIR += sentry-cli SUBDIR += serd SUBDIR += serdisplib SUBDIR += sfml SUBDIR += sfml1 SUBDIR += sfml251 SUBDIR += sfsexp SUBDIR += sgb SUBDIR += shadered SUBDIR += shapelib SUBDIR += shards SUBDIR += shedskin SUBDIR += shell-toolbox SUBDIR += shflags SUBDIR += shfmt SUBDIR += shiboken2 SUBDIR += shiboken6 SUBDIR += shmap SUBDIR += shroud SUBDIR += shtk SUBDIR += shtool SUBDIR += shunit2 SUBDIR += sigar SUBDIR += signal-sqlcipher-extension SUBDIR += sigslot SUBDIR += silc-toolkit SUBDIR += silentbob SUBDIR += simavr SUBDIR += simde SUBDIR += simdjson SUBDIR += simgear SUBDIR += simian SUBDIR += simpleini SUBDIR += sjasmplus SUBDIR += skalibs SUBDIR += skypat SUBDIR += slf4j SUBDIR += slibtool SUBDIR += smake SUBDIR += smc SUBDIR += smooth SUBDIR += smv SUBDIR += snazy SUBDIR += snitch SUBDIR += soapui SUBDIR += sobjectizer SUBDIR += socket_wrapper SUBDIR += soft-serve SUBDIR += sol2 SUBDIR += sonar-scanner-cli SUBDIR += sonarqube-ant-task SUBDIR += sonarqube-community SUBDIR += sope SUBDIR += sope2 SUBDIR += sord SUBDIR += spark SUBDIR += sparsebitset SUBDIR += sparsehash SUBDIR += spatialindex SUBDIR += spdlog SUBDIR += spice-protocol SUBDIR += spin SUBDIR += spirv-llvm-translator SUBDIR += splint SUBDIR += spr SUBDIR += spread-sheet-widget SUBDIR += spyder SUBDIR += srecord SUBDIR += sse2neon SUBDIR += st SUBDIR += stack SUBDIR += staf SUBDIR += statcvs SUBDIR += statik SUBDIR += statsvn SUBDIR += stb SUBDIR += stdman SUBDIR += stdx-allocator SUBDIR += stfl SUBDIR += stlfilt SUBDIR += stlink SUBDIR += str SUBDIR += string_theory SUBDIR += stringencoders SUBDIR += stringzilla SUBDIR += stuffbin SUBDIR += stxxl SUBDIR += stylua SUBDIR += styx SUBDIR += subprocess SUBDIR += subversion SUBDIR += subversion-book SUBDIR += subversion-lts SUBDIR += subversive SUBDIR += sunpromake SUBDIR += svk SUBDIR += svn2git SUBDIR += svn_load_dirs SUBDIR += svntrac SUBDIR += swank-clojure SUBDIR += swig SUBDIR += swig40 SUBDIR += sysconftool SUBDIR += sysfsutils SUBDIR += systemc SUBDIR += t1lib SUBDIR += ta-lib SUBDIR += tabby SUBDIR += tablist SUBDIR += tabulate SUBDIR += tagref SUBDIR += tailor SUBDIR += talloc SUBDIR += task SUBDIR += taskctl SUBDIR += taskflow SUBDIR += tass64 SUBDIR += tbb SUBDIR += tcl-memchan SUBDIR += tcl-mmap SUBDIR += tcl-signal SUBDIR += tcl-trf SUBDIR += tclap SUBDIR += tclap12 SUBDIR += tclbsd SUBDIR += tclcheck SUBDIR += tcllauncher SUBDIR += tcllib SUBDIR += tcllibc SUBDIR += tclreadline SUBDIR += tclthread SUBDIR += tcltls SUBDIR += tclxml SUBDIR += tdl SUBDIR += template-glib SUBDIR += termbox SUBDIR += termcolor SUBDIR += terminality SUBDIR += terraform-ls SUBDIR += test-drive SUBDIR += tevent SUBDIR += tex-kpathsea SUBDIR += tex-libtexlua SUBDIR += tex-libtexluajit SUBDIR += tex-synctex SUBDIR += tex-web2c SUBDIR += texlab SUBDIR += the-way SUBDIR += thonny SUBDIR += thrift SUBDIR += thrift-c_glib SUBDIR += thrift-cpp SUBDIR += thrust SUBDIR += thunar-vcs-plugin SUBDIR += ticcutils SUBDIR += tig SUBDIR += tigcc SUBDIR += tijmp SUBDIR += tinycbor SUBDIR += tinygo SUBDIR += tinylaf SUBDIR += tkcon SUBDIR += tkcvs SUBDIR += tkp4 SUBDIR += tl-expected SUBDIR += tllist SUBDIR += tlsh SUBDIR += tlx SUBDIR += tnt SUBDIR += tokei SUBDIR += tokio-console SUBDIR += toml11 SUBDIR += tomlplusplus SUBDIR += tortoisehg SUBDIR += tpasm SUBDIR += tracy SUBDIR += tradcpp SUBDIR += transient SUBDIR += transient-devel SUBDIR += transwarp SUBDIR += tree-sitter SUBDIR += tree-sitter-graph SUBDIR += treefmt SUBDIR += treepy.el SUBDIR += trellis SUBDIR += trio SUBDIR += trompeloeil SUBDIR += truc SUBDIR += tup SUBDIR += twiggy SUBDIR += typeshare SUBDIR += ua_parser-core SUBDIR += uclcmd SUBDIR += ucommon SUBDIR += ucpp SUBDIR += udis86 SUBDIR += uid_wrapper SUBDIR += ultragetopt SUBDIR += umbrello SUBDIR += umlgraph SUBDIR += undead SUBDIR += unibilium SUBDIR += universal-ctags SUBDIR += unordered-dense SUBDIR += upnp SUBDIR += upp SUBDIR += urjtag SUBDIR += ut SUBDIR += utf8cpp SUBDIR += utf8cpp3 SUBDIR += uthash SUBDIR += util-linux SUBDIR += uv SUBDIR += valgrind SUBDIR += valgrind-devel SUBDIR += vasm SUBDIR += vc SUBDIR += vc-intrinsics SUBDIR += vcglib SUBDIR += venom SUBDIR += vera++ SUBDIR += vexcl SUBDIR += viewvc-devel SUBDIR += violet SUBDIR += vipack SUBDIR += vitables SUBDIR += volk SUBDIR += vstr SUBDIR += vxlog SUBDIR += wand-libconfig SUBDIR += wandio SUBDIR += wasi-compiler-rt SUBDIR += wasi-compiler-rt17 SUBDIR += wasi-compiler-rt18 SUBDIR += wasi-compiler-rt19 SUBDIR += wasi-libc SUBDIR += wasi-libcxx SUBDIR += wasi-libcxx17 SUBDIR += wasi-libcxx18 SUBDIR += wasi-libcxx19 SUBDIR += wasm3 SUBDIR += wasmer SUBDIR += websocketpp SUBDIR += websvn SUBDIR += wf-config SUBDIR += wininfo SUBDIR += wizardkit SUBDIR += woff2 SUBDIR += wrangler SUBDIR += wxformbuilder SUBDIR += xa65 SUBDIR += xbyak SUBDIR += xc3sprog SUBDIR += xcscope.el SUBDIR += xdg-dbus-proxy SUBDIR += xdg-user-dirs SUBDIR += xdg-utils SUBDIR += xdgpaths SUBDIR += xelfviewer SUBDIR += xeus SUBDIR += xeus-cling SUBDIR += xeus-zmq SUBDIR += xfce4-dev-tools SUBDIR += xmake SUBDIR += xmltooling SUBDIR += xopcodecalc SUBDIR += xorg-macros SUBDIR += xparam SUBDIR += xpeviewer SUBDIR += xsd SUBDIR += xsimd SUBDIR += xtensa-esp-elf SUBDIR += xtl SUBDIR += xtl-quant-stack SUBDIR += xwpe SUBDIR += xxgdb SUBDIR += xxhash SUBDIR += xxl SUBDIR += yaegi SUBDIR += yaggo SUBDIR += yajl SUBDIR += yajl-tcl SUBDIR += yaml-cpp SUBDIR += yaml2argdata SUBDIR += yasm SUBDIR += yder SUBDIR += youcompleteme SUBDIR += yuck SUBDIR += yyjson SUBDIR += z80-asm SUBDIR += z80asm SUBDIR += z80ex SUBDIR += z88dk SUBDIR += zanata-cli SUBDIR += zapcc SUBDIR += zeal SUBDIR += zfp SUBDIR += zix SUBDIR += zls SUBDIR += zookeeper SUBDIR += zthread SUBDIR += zug SUBDIR += zycore-c SUBDIR += zydis SUBDIR += zziplib .include diff --git a/devel/linux-rl9-devtools/Makefile b/devel/linux-rl9-devtools/Makefile index 70c40c6ba1af..e96459b1c41a 100644 --- a/devel/linux-rl9-devtools/Makefile +++ b/devel/linux-rl9-devtools/Makefile @@ -1,83 +1,83 @@ PORTNAME= devtools PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 3 CATEGORIES= devel MAINTAINER= emulation@FreeBSD.org COMMENT= Linux compilers and base libraries (CentOS ${LINUX_DIST_VER}) WWW= https://gcc.gnu.org/ # LICENSE= Various GNU USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX= libgfortran libsigsegv USE_LINUX_RPM= yes WANT_LINUX32= yes ONLY_FOR_ARCHS= aarch64 amd64 QA_ENV+= USESLIBTOOL=no -BUVERSION= 2.35.2-43.el9 -GCCVERSION= 11.4.1-3.el9 -GLIBCVERSION= 2.34-100.el9_4.4 -KERNELVERSION= 5.14.0-427.40.1.el9_4 +BUVERSION= 2.35.2-54.el9 +GCCVERSION= 11.5.0-2.el9 +GLIBCVERSION= 2.34-125.el9_5.1 +KERNELVERSION= 5.14.0-503.14.1.el9_5 MPFRVERSION= 4.1.0-7.el9 LIBMPCVERSION= 1.2.1-4.el9 BIN_DISTNAMES= binutils-${BUVERSION} \ + binutils-gold-${BUVERSION} \ cpp-${GCCVERSION} \ gcc-${GCCVERSION} \ gcc-c++-${GCCVERSION} \ gcc-gfortran-${GCCVERSION} \ mpfr-${MPFRVERSION} LIB_DISTNAMES= binutils-devel-${BUVERSION} \ glibc-devel-${GLIBCVERSION} \ libatomic-${GCCVERSION} \ libgomp-${GCCVERSION} \ libmpc-${LIBMPCVERSION} \ libstdc++-devel-${GCCVERSION} LIB_DISTNAMES_aarch64= k/kernel-headers-${KERNELVERSION} LIB_DISTNAMES_amd64= g/glibc-headers-${GLIBCVERSION} \ k/kernel-headers-${KERNELVERSION} SRC_DISTFILES= binutils-${BUVERSION}${SRC_SUFX}:SOURCE \ glibc-${GLIBCVERSION}${SRC_SUFX}:SOURCE \ kernel-${KERNELVERSION}${SRC_SUFX}:SOURCE \ libmpc-${LIBMPCVERSION}${SRC_SUFX}:SOURCE \ mpfr-${MPFRVERSION}${SRC_SUFX}:SOURCE \ gcc-${GCCVERSION}${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} \ linux-rl9-libatomic OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes PLIST_SUB= BUVERSION=${BUVERSION} \ GGCVERSION=${GCCVERSION} \ GLIBCVERSION=${GLIBCVERSION} \ KERNELVERSION=${KERNELVERSION} \ MPFRVERSION=${MPFRVERSION} \ LIBMPCVERSION=${LIBMPCVERSION} .include post-install: ${LN} -sf ld.bfd ${STAGEDIR}${PREFIX}/usr/bin/ld .if ${ARCH} == aarch64 ${LN} -sfh ../../../../lib64/libgcc_s.so.1 \ ${STAGEDIR}${PREFIX}/usr/lib/gcc/aarch64-redhat-linux/11/libgcc_s.so .elif ${ARCH} == amd64 ${LN} -sfh ../../../../lib64/libgcc_s.so.1 \ ${STAGEDIR}${PREFIX}/usr/lib/gcc/x86_64-redhat-linux/11/libgcc_s.so ${LN} -sfh ../../../../libgcc_s.so.1 \ ${STAGEDIR}${PREFIX}/usr/lib/gcc/x86_64-redhat-linux/11/32/libgcc_s.so . if defined(WANT_LINUX32) ${LN} -sfh ../../../libgcc_s.so.1 \ ${STAGEDIR}${PREFIX}/usr/lib/gcc/i686-redhat-linux/11/libgcc_s.so . endif .endif .include diff --git a/devel/linux-rl9-devtools/distinfo b/devel/linux-rl9-devtools/distinfo index e9df0064a456..cf2683575415 100644 --- a/devel/linux-rl9-devtools/distinfo +++ b/devel/linux-rl9-devtools/distinfo @@ -1,79 +1,83 @@ -TIMESTAMP = 1731417070 -SHA256 (rocky/b/binutils-2.35.2-43.el9.aarch64.rpm) = a1267003c61347a14bc9e4caf24f3e0f3a398826ed78ec97e0ccdf61bbf041c7 -SIZE (rocky/b/binutils-2.35.2-43.el9.aarch64.rpm) = 4978119 -SHA256 (rocky/b/binutils-2.35.2-43.el9.x86_64.rpm) = b76d3f540b6c7c6c9451ec1c5caca6169f9b712f731ac29e7f1ca539c5845a3a -SIZE (rocky/b/binutils-2.35.2-43.el9.x86_64.rpm) = 4744524 -SHA256 (rocky/b/binutils-devel-2.35.2-43.el9.aarch64.rpm) = c91b365b4babcdc408fb0c85b710b2aeb710216456b228dd167824d2298e49da -SIZE (rocky/b/binutils-devel-2.35.2-43.el9.aarch64.rpm) = 5125561 -SHA256 (rocky/b/binutils-devel-2.35.2-43.el9.i686.rpm) = 29bd93cefbf941bd843c8795492c428e8cb4c5aea04991db7d9764e359b68499 -SIZE (rocky/b/binutils-devel-2.35.2-43.el9.i686.rpm) = 3864166 -SHA256 (rocky/b/binutils-devel-2.35.2-43.el9.x86_64.rpm) = 30c3d2ea6f97022de5ff831b228e7814807055254f41cca39fd5fb190dd8b107 -SIZE (rocky/b/binutils-devel-2.35.2-43.el9.x86_64.rpm) = 4055278 -SHA256 (rocky/c/cpp-11.4.1-3.el9.aarch64.rpm) = 8a6c9312e8cd4e4b8af532facf2c824626bf12bc09098832adf73a8e327fdd58 -SIZE (rocky/c/cpp-11.4.1-3.el9.aarch64.rpm) = 10792923 -SHA256 (rocky/c/cpp-11.4.1-3.el9.x86_64.rpm) = 298cbccf8768fae253209641cdea3bce81b652f78c7c1178b1f907ce1f146246 -SIZE (rocky/c/cpp-11.4.1-3.el9.x86_64.rpm) = 11144236 -SHA256 (rocky/g/gcc-11.4.1-3.el9.aarch64.rpm) = 8f051eb90d8a7f81beaf9ee2196798b61a410a622b8fe83257d713b436695d17 -SIZE (rocky/g/gcc-11.4.1-3.el9.aarch64.rpm) = 31233631 -SHA256 (rocky/g/gcc-11.4.1-3.el9.x86_64.rpm) = 44ff2c768848a786c1a737005e503c14fa047319ec19dd3d4e10af603cb3d8cb -SIZE (rocky/g/gcc-11.4.1-3.el9.x86_64.rpm) = 33741304 -SHA256 (rocky/g/gcc-c++-11.4.1-3.el9.aarch64.rpm) = 1ea624f37df4036a730a3b9aee1a19de1f46ff92971676c4cd4a61dc697e91ec -SIZE (rocky/g/gcc-c++-11.4.1-3.el9.aarch64.rpm) = 12982741 -SHA256 (rocky/g/gcc-c++-11.4.1-3.el9.x86_64.rpm) = cc84b7f4df78e85cf055adc5d4c56a98524e58c5263b934c5caaf2d5a9807446 -SIZE (rocky/g/gcc-c++-11.4.1-3.el9.x86_64.rpm) = 13390891 -SHA256 (rocky/g/gcc-gfortran-11.4.1-3.el9.aarch64.rpm) = d297c5d69054fd6df31db35fbbaa77cc93a40f7226ec74ec7ebfbb40ee9ef296 -SIZE (rocky/g/gcc-gfortran-11.4.1-3.el9.aarch64.rpm) = 12836960 -SHA256 (rocky/g/gcc-gfortran-11.4.1-3.el9.x86_64.rpm) = dbee18a4d3d12f717bfff4df208e4932e5bcc77ba3574f693278d1ba96397c66 -SIZE (rocky/g/gcc-gfortran-11.4.1-3.el9.x86_64.rpm) = 13213071 -SHA256 (rocky/g/glibc-devel-2.34-100.el9_4.4.aarch64.rpm) = 15c44a0983ef528474ff5f48997dd7030b727b5805458f41f366c50bd2b76993 -SIZE (rocky/g/glibc-devel-2.34-100.el9_4.4.aarch64.rpm) = 448914 -SHA256 (rocky/g/glibc-devel-2.34-100.el9_4.4.i686.rpm) = 21d8d58700be77c4293ba2f131c6439e7c1a3af676c40c0d6d3702b889dcbfa0 -SIZE (rocky/g/glibc-devel-2.34-100.el9_4.4.i686.rpm) = 29951 -SHA256 (rocky/g/glibc-devel-2.34-100.el9_4.4.x86_64.rpm) = b6e6d5d30da16bb5f1d863daa4b861a03f6fe96f519a4238580f1331df43ddc4 -SIZE (rocky/g/glibc-devel-2.34-100.el9_4.4.x86_64.rpm) = 29511 -SHA256 (rocky/g/glibc-headers-2.34-100.el9_4.4.x86_64.rpm) = afd1d1d82cb42390c76c0d38dd62cdcb520c660cfb7ab0a79d71d99fb5f5086b -SIZE (rocky/g/glibc-headers-2.34-100.el9_4.4.x86_64.rpm) = 443577 -SHA256 (rocky/k/kernel-headers-5.14.0-427.40.1.el9_4.aarch64.rpm) = 416f606e6cd7021c732078d6f1600b910860605c93327f05aa0a038e7f83b275 -SIZE (rocky/k/kernel-headers-5.14.0-427.40.1.el9_4.aarch64.rpm) = 6313313 -SHA256 (rocky/k/kernel-headers-5.14.0-427.40.1.el9_4.x86_64.rpm) = 8d750fa408ae7d4a4932e9c641594e99b28b73ea7b01a9062f9491925f544268 -SIZE (rocky/k/kernel-headers-5.14.0-427.40.1.el9_4.x86_64.rpm) = 6344017 -SHA256 (rocky/l/libatomic-11.4.1-3.el9.aarch64.rpm) = 106c434658881d6bab022d4395cedbc2ba44c1730bdfead3b5590fc6789a8cef -SIZE (rocky/l/libatomic-11.4.1-3.el9.aarch64.rpm) = 35915 -SHA256 (rocky/l/libatomic-11.4.1-3.el9.i686.rpm) = 585a7a3ea2da6b4be8762c4d9002a766036ff13c2ccdbcbaa806f8d13f69edb6 -SIZE (rocky/l/libatomic-11.4.1-3.el9.i686.rpm) = 33009 -SHA256 (rocky/l/libatomic-11.4.1-3.el9.x86_64.rpm) = 31916e42763c30174ed94369f72a2d4afe5cdad9fbc94cf4f764ec2940b3f46a -SIZE (rocky/l/libatomic-11.4.1-3.el9.x86_64.rpm) = 33442 -SHA256 (rocky/l/libgomp-11.4.1-3.el9.aarch64.rpm) = a7a0006cb91113e8ae337fbdc603b011b37f09dd21394b6a3114ab7b5a3ce98c -SIZE (rocky/l/libgomp-11.4.1-3.el9.aarch64.rpm) = 272059 -SHA256 (rocky/l/libgomp-11.4.1-3.el9.i686.rpm) = 1c71415d2e33f6bd17c14aba58af3d8f47255dfe6cf9d86270f298285bbaf404 -SIZE (rocky/l/libgomp-11.4.1-3.el9.i686.rpm) = 281674 -SHA256 (rocky/l/libgomp-11.4.1-3.el9.x86_64.rpm) = bd505bdee6c737dda9315aad85a6e0068cd709110cbb24848b391911001e3924 -SIZE (rocky/l/libgomp-11.4.1-3.el9.x86_64.rpm) = 273900 +TIMESTAMP = 1732643854 +SHA256 (rocky/b/binutils-2.35.2-54.el9.aarch64.rpm) = fa816c4f7479b68e0ac3fd6c26982d1c2832d70dfb4236085ff5b6bd4e2a1039 +SIZE (rocky/b/binutils-2.35.2-54.el9.aarch64.rpm) = 4983292 +SHA256 (rocky/b/binutils-2.35.2-54.el9.x86_64.rpm) = ddba97d5ad45c495cdd94188955569819dd6db2d6c927431987bad7f4c0df3b6 +SIZE (rocky/b/binutils-2.35.2-54.el9.x86_64.rpm) = 4746368 +SHA256 (rocky/b/binutils-devel-2.35.2-54.el9.aarch64.rpm) = 9dec008aa7d405fae41e76cc1e551e6c0a7d52f020dad3c083dba253f78b50de +SIZE (rocky/b/binutils-devel-2.35.2-54.el9.aarch64.rpm) = 5141785 +SHA256 (rocky/b/binutils-devel-2.35.2-54.el9.i686.rpm) = e667ac0d57fec3f0a591986cce5ddeabed3bfb2c433e7adacc67761d81cb6ae5 +SIZE (rocky/b/binutils-devel-2.35.2-54.el9.i686.rpm) = 3865311 +SHA256 (rocky/b/binutils-devel-2.35.2-54.el9.x86_64.rpm) = 0a9cc5905ed4074255292ab5b6f8035c633875ab62bc32e1b28e1b7d2b303387 +SIZE (rocky/b/binutils-devel-2.35.2-54.el9.x86_64.rpm) = 4055191 +SHA256 (rocky/b/binutils-gold-2.35.2-54.el9.aarch64.rpm) = 8f19631c08b5fa67638ccbdb916adafb90dfb574c1f49810160b5fa9d77ef2c4 +SIZE (rocky/b/binutils-gold-2.35.2-54.el9.aarch64.rpm) = 903202 +SHA256 (rocky/b/binutils-gold-2.35.2-54.el9.x86_64.rpm) = 71e322d07cafc41626894bcf3b23ecdac92121a7d3a97f71077297528bca7fa7 +SIZE (rocky/b/binutils-gold-2.35.2-54.el9.x86_64.rpm) = 751216 +SHA256 (rocky/c/cpp-11.5.0-2.el9.aarch64.rpm) = 301d4af6429d09fb430b1aad31bad6214062e3e44bb3c75834a3738c496dd5c8 +SIZE (rocky/c/cpp-11.5.0-2.el9.aarch64.rpm) = 10793701 +SHA256 (rocky/c/cpp-11.5.0-2.el9.x86_64.rpm) = ad7aefe44ace38f6d51e217d54e454eaff360aab13d1c8fa08f6ceb1db5997f2 +SIZE (rocky/c/cpp-11.5.0-2.el9.x86_64.rpm) = 11223444 +SHA256 (rocky/g/gcc-11.5.0-2.el9.aarch64.rpm) = 5454d2717323b0f5b69163c3a08d240edab47c5d95d2dd03beedbd6a33ddcb54 +SIZE (rocky/g/gcc-11.5.0-2.el9.aarch64.rpm) = 31250010 +SHA256 (rocky/g/gcc-11.5.0-2.el9.x86_64.rpm) = 29982729749b359f45092dafa48a4bc9f35baddd3139a8609ec11a7aa4d8f7e0 +SIZE (rocky/g/gcc-11.5.0-2.el9.x86_64.rpm) = 33921559 +SHA256 (rocky/g/gcc-c++-11.5.0-2.el9.aarch64.rpm) = 434bea620a0b309871ab8e3b0e8e4a65f7b55aed8d01f6d8284b1035acb3647c +SIZE (rocky/g/gcc-c++-11.5.0-2.el9.aarch64.rpm) = 12988923 +SHA256 (rocky/g/gcc-c++-11.5.0-2.el9.x86_64.rpm) = be95da226b899fbfc0d60c26011c2e9da4f671068b36adafbb81becef5c390e8 +SIZE (rocky/g/gcc-c++-11.5.0-2.el9.x86_64.rpm) = 13469510 +SHA256 (rocky/g/gcc-gfortran-11.5.0-2.el9.aarch64.rpm) = befcc99a35bb98d2974d8ae3bc853b6e7d4e1c8d9ec9f62f657f892eb2fa0cff +SIZE (rocky/g/gcc-gfortran-11.5.0-2.el9.aarch64.rpm) = 12830745 +SHA256 (rocky/g/gcc-gfortran-11.5.0-2.el9.x86_64.rpm) = 63b2cdafa2e0a80e10893c5b0d7a634674511065eefa3266f4c19cd48b05be48 +SIZE (rocky/g/gcc-gfortran-11.5.0-2.el9.x86_64.rpm) = 13287268 +SHA256 (rocky/g/glibc-devel-2.34-125.el9_5.1.aarch64.rpm) = 0b6487a8de59fd5c5ef1b2a6c312b9680ac3fdbed0cf721e85eafd0f1b5e1ae9 +SIZE (rocky/g/glibc-devel-2.34-125.el9_5.1.aarch64.rpm) = 450933 +SHA256 (rocky/g/glibc-devel-2.34-125.el9_5.1.i686.rpm) = 85180c552bba156a308f153735e47ba509f82deb750af7d2760d2fbde7ba961d +SIZE (rocky/g/glibc-devel-2.34-125.el9_5.1.i686.rpm) = 32063 +SHA256 (rocky/g/glibc-devel-2.34-125.el9_5.1.x86_64.rpm) = a45d3cb78dde5006022b0acdff4e0f889b027f04fc1c5da62786a8750bc27ef4 +SIZE (rocky/g/glibc-devel-2.34-125.el9_5.1.x86_64.rpm) = 31602 +SHA256 (rocky/g/glibc-headers-2.34-125.el9_5.1.x86_64.rpm) = 8c3b3fa5b08eb7270d31464aef4e8df0e67cd98f94f1feef42d0cebb68fa1214 +SIZE (rocky/g/glibc-headers-2.34-125.el9_5.1.x86_64.rpm) = 445839 +SHA256 (rocky/k/kernel-headers-5.14.0-503.14.1.el9_5.aarch64.rpm) = d2a17240dcc7a2bfb9559ad3983add18a591dbf3b073729bf32906671b0f630d +SIZE (rocky/k/kernel-headers-5.14.0-503.14.1.el9_5.aarch64.rpm) = 3647705 +SHA256 (rocky/k/kernel-headers-5.14.0-503.14.1.el9_5.x86_64.rpm) = 49f0aa382c1a3ff80912658ae9f7a66acb209870a85b6b7312f7e27f7570a86a +SIZE (rocky/k/kernel-headers-5.14.0-503.14.1.el9_5.x86_64.rpm) = 3679913 +SHA256 (rocky/l/libatomic-11.5.0-2.el9.aarch64.rpm) = 729ffbbafb1d9c27bf6b2084f288797a588f354abffc01bd767d252c2f4871bd +SIZE (rocky/l/libatomic-11.5.0-2.el9.aarch64.rpm) = 31820 +SHA256 (rocky/l/libatomic-11.5.0-2.el9.i686.rpm) = cd428f009fcd76d6c3233059fb8cf6bf31721daf8af0a5ad961be7735e1717a5 +SIZE (rocky/l/libatomic-11.5.0-2.el9.i686.rpm) = 28755 +SHA256 (rocky/l/libatomic-11.5.0-2.el9.x86_64.rpm) = f1d7b9277fb08e94fe1e67a3ac53113cf800ad47d97851d3d57e7154b58451b9 +SIZE (rocky/l/libatomic-11.5.0-2.el9.x86_64.rpm) = 29225 +SHA256 (rocky/l/libgomp-11.5.0-2.el9.aarch64.rpm) = 0fef5223097213e686e17cf2338d90743e0ab872b2f2eb0a3fffef17fa9ccb35 +SIZE (rocky/l/libgomp-11.5.0-2.el9.aarch64.rpm) = 267917 +SHA256 (rocky/l/libgomp-11.5.0-2.el9.i686.rpm) = f8a1ae8a79b3ae0a5885fc78079a8c3f60217822026ac018762c9e90b4a66124 +SIZE (rocky/l/libgomp-11.5.0-2.el9.i686.rpm) = 277312 +SHA256 (rocky/l/libgomp-11.5.0-2.el9.x86_64.rpm) = 933f152ee7514bea986520402e9b724de061964f622dcc5fcac362fd7cbe04bd +SIZE (rocky/l/libgomp-11.5.0-2.el9.x86_64.rpm) = 269616 SHA256 (rocky/l/libmpc-1.2.1-4.el9.aarch64.rpm) = 5426e7bb9676b4cab08fe1e0a23a48a8cd49ba883f54b7434245f1a9dd2cd8c6 SIZE (rocky/l/libmpc-1.2.1-4.el9.aarch64.rpm) = 63826 SHA256 (rocky/l/libmpc-1.2.1-4.el9.i686.rpm) = 5e871c25709599583289e64d0c96d0409187afdd12554741b2fe76e69b1781e5 SIZE (rocky/l/libmpc-1.2.1-4.el9.i686.rpm) = 68255 SHA256 (rocky/l/libmpc-1.2.1-4.el9.x86_64.rpm) = c4def74fc686113748590ce9bc8591092947be804650ef56aa161e049660273e SIZE (rocky/l/libmpc-1.2.1-4.el9.x86_64.rpm) = 62755 -SHA256 (rocky/l/libstdc++-devel-11.4.1-3.el9.aarch64.rpm) = b715ef21055422762bc3cbaa3b17be7cbdf0b03c6805bc773a9414c2c52c313d -SIZE (rocky/l/libstdc++-devel-11.4.1-3.el9.aarch64.rpm) = 2336346 -SHA256 (rocky/l/libstdc++-devel-11.4.1-3.el9.i686.rpm) = afe2fcca9a5e6fd8a1ce48e7ef600a088f85ada5745dcf5c2d76b2dfa6bbd92b -SIZE (rocky/l/libstdc++-devel-11.4.1-3.el9.i686.rpm) = 2353245 -SHA256 (rocky/l/libstdc++-devel-11.4.1-3.el9.x86_64.rpm) = 8cdf0dbc08b88670e85087cf6c577e2b1e8cce4a4ad56053f4475955a4ee681c -SIZE (rocky/l/libstdc++-devel-11.4.1-3.el9.x86_64.rpm) = 2336664 +SHA256 (rocky/l/libstdc++-devel-11.5.0-2.el9.aarch64.rpm) = a8194dc9c1de5615e9d01628e0f3f29941d3ca318e41143e91ecb3eb6b7732e2 +SIZE (rocky/l/libstdc++-devel-11.5.0-2.el9.aarch64.rpm) = 2333816 +SHA256 (rocky/l/libstdc++-devel-11.5.0-2.el9.i686.rpm) = 5db4ae7a082d59630d6718534f6d0d6a60151d0477766507b51782ddd5865db3 +SIZE (rocky/l/libstdc++-devel-11.5.0-2.el9.i686.rpm) = 2349824 +SHA256 (rocky/l/libstdc++-devel-11.5.0-2.el9.x86_64.rpm) = 23730226b4eb97ee48bfc2791a97cb0377d44aa91e8582b3d9d98d4ea929dc89 +SIZE (rocky/l/libstdc++-devel-11.5.0-2.el9.x86_64.rpm) = 2333180 SHA256 (rocky/m/mpfr-4.1.0-7.el9.aarch64.rpm) = 41ce16a26c839c36cd84a836361ecd3ca4bc966bddc945af8cb70886331511ee SIZE (rocky/m/mpfr-4.1.0-7.el9.aarch64.rpm) = 244002 SHA256 (rocky/m/mpfr-4.1.0-7.el9.x86_64.rpm) = 88e46af29bde609d8f414313d0090e30501cc38ddf5c6a1bffe34ae896ca936e SIZE (rocky/m/mpfr-4.1.0-7.el9.x86_64.rpm) = 333532 -SHA256 (rocky/b/binutils-2.35.2-43.el9.src.rpm) = a7d236f31fc6c0b9d437f78fc1b9eab2d937a6af9a73407af409d47449190fb4 -SIZE (rocky/b/binutils-2.35.2-43.el9.src.rpm) = 22341234 -SHA256 (rocky/g/glibc-2.34-100.el9_4.4.src.rpm) = 3bee20b2cef72b3def868860cad54afe5b4ae210ad3389f4a3028c3c15fa1261 -SIZE (rocky/g/glibc-2.34-100.el9_4.4.src.rpm) = 18496471 -SHA256 (rocky/k/kernel-5.14.0-427.40.1.el9_4.src.rpm) = 2a66dbb00a8a6859d412aecd115dc3e236999a12ad1928d50fd3829cc0562492 -SIZE (rocky/k/kernel-5.14.0-427.40.1.el9_4.src.rpm) = 144734164 +SHA256 (rocky/b/binutils-2.35.2-54.el9.src.rpm) = c6eccfb1ac99c90691953dfd97f1aabce89cf4ca83e39137ab561a0733f7853d +SIZE (rocky/b/binutils-2.35.2-54.el9.src.rpm) = 22350808 +SHA256 (rocky/g/glibc-2.34-125.el9_5.1.src.rpm) = 81bd4c665b3bd5c41e2348c6c89baa90c4f087642095956a030ce8dcab4fb68e +SIZE (rocky/g/glibc-2.34-125.el9_5.1.src.rpm) = 18586193 +SHA256 (rocky/k/kernel-5.14.0-503.14.1.el9_5.src.rpm) = 627d6ac488fc6f4744a05d88a5b47a506374372690ca603f79c94b3e95847c0b +SIZE (rocky/k/kernel-5.14.0-503.14.1.el9_5.src.rpm) = 148663300 SHA256 (rocky/l/libmpc-1.2.1-4.el9.src.rpm) = e0e1edc062c4d5565ebedeba87e13a661caa74d43c885c656eb5b75cf1ed3bcc SIZE (rocky/l/libmpc-1.2.1-4.el9.src.rpm) = 844729 SHA256 (rocky/m/mpfr-4.1.0-7.el9.src.rpm) = 94cb2af3328fd57d3c4f1f56f8ae856dd8ae37c0ec61de793037f5c1c7146fa3 SIZE (rocky/m/mpfr-4.1.0-7.el9.src.rpm) = 1554505 -SHA256 (rocky/g/gcc-11.4.1-3.el9.src.rpm) = 03749677127f24d0c858bfd8bfcbddbcec71d50f6597ad1639dae731c1c3e63d -SIZE (rocky/g/gcc-11.4.1-3.el9.src.rpm) = 81823579 +SHA256 (rocky/g/gcc-11.5.0-2.el9.src.rpm) = b1f33a6db2eb4081ed4a17eb2bea638f108bb841f54124b248b418ddbc041e22 +SIZE (rocky/g/gcc-11.5.0-2.el9.src.rpm) = 81866805 diff --git a/devel/linux-rl9-devtools/pkg-plist.aarch64 b/devel/linux-rl9-devtools/pkg-plist.aarch64 index 43fa7c97d7e8..8279b45d4e17 100644 --- a/devel/linux-rl9-devtools/pkg-plist.aarch64 +++ b/devel/linux-rl9-devtools/pkg-plist.aarch64 @@ -1,2771 +1,2779 @@ usr/bin/aarch64-redhat-linux-c++ usr/bin/aarch64-redhat-linux-g++ usr/bin/aarch64-redhat-linux-gcc usr/bin/aarch64-redhat-linux-gcc-11 usr/bin/addr2line usr/bin/ar usr/bin/as usr/bin/c++ usr/bin/c++filt usr/bin/c89 usr/bin/c99 usr/bin/cc usr/bin/cpp usr/bin/dwp usr/bin/elfedit usr/bin/f95 usr/bin/g++ usr/bin/gcc usr/bin/gcc-ar usr/bin/gcc-nm usr/bin/gcc-ranlib usr/bin/gcov usr/bin/gcov-dump usr/bin/gcov-tool usr/bin/gfortran usr/bin/gprof usr/bin/ld usr/bin/ld.bfd +usr/bin/ld.gold usr/bin/lto-dump usr/bin/nm usr/bin/objcopy usr/bin/objdump usr/bin/ranlib usr/bin/readelf usr/bin/size usr/bin/strings usr/bin/strip usr/include/a.out.h usr/include/aio.h usr/include/aliases.h usr/include/alloca.h usr/include/ansidecl.h usr/include/ar.h usr/include/argp.h usr/include/argz.h usr/include/arpa/ftp.h usr/include/arpa/inet.h usr/include/arpa/nameser.h usr/include/arpa/nameser_compat.h usr/include/arpa/telnet.h usr/include/arpa/tftp.h usr/include/asm-generic/auxvec.h usr/include/asm-generic/bitsperlong.h usr/include/asm-generic/bpf_perf_event.h usr/include/asm-generic/errno-base.h usr/include/asm-generic/errno.h usr/include/asm-generic/fcntl.h usr/include/asm-generic/hugetlb_encode.h usr/include/asm-generic/int-l64.h usr/include/asm-generic/int-ll64.h usr/include/asm-generic/ioctl.h usr/include/asm-generic/ioctls.h usr/include/asm-generic/ipcbuf.h usr/include/asm-generic/kvm_para.h usr/include/asm-generic/mman-common.h usr/include/asm-generic/mman.h usr/include/asm-generic/msgbuf.h usr/include/asm-generic/param.h usr/include/asm-generic/poll.h usr/include/asm-generic/posix_types.h usr/include/asm-generic/resource.h usr/include/asm-generic/sembuf.h usr/include/asm-generic/setup.h usr/include/asm-generic/shmbuf.h usr/include/asm-generic/siginfo.h usr/include/asm-generic/signal-defs.h usr/include/asm-generic/signal.h usr/include/asm-generic/socket.h usr/include/asm-generic/sockios.h usr/include/asm-generic/stat.h usr/include/asm-generic/statfs.h usr/include/asm-generic/swab.h usr/include/asm-generic/termbits.h +usr/include/asm-generic/termbits-common.h usr/include/asm-generic/termios.h usr/include/asm-generic/types.h usr/include/asm-generic/ucontext.h usr/include/asm-generic/unistd.h usr/include/asm/auxvec.h usr/include/asm/bitsperlong.h usr/include/asm/bpf_perf_event.h usr/include/asm/byteorder.h usr/include/asm/errno.h usr/include/asm/fcntl.h usr/include/asm/hwcap.h usr/include/asm/ioctl.h usr/include/asm/ioctls.h usr/include/asm/ipcbuf.h usr/include/asm/kvm.h usr/include/asm/kvm_para.h usr/include/asm/mman.h usr/include/asm/msgbuf.h usr/include/asm/param.h usr/include/asm/perf_regs.h usr/include/asm/poll.h usr/include/asm/posix_types.h usr/include/asm/ptrace.h usr/include/asm/resource.h usr/include/asm/sembuf.h usr/include/asm/setup.h usr/include/asm/shmbuf.h usr/include/asm/sigcontext.h usr/include/asm/siginfo.h usr/include/asm/signal.h usr/include/asm/socket.h usr/include/asm/sockios.h usr/include/asm/stat.h usr/include/asm/statfs.h usr/include/asm/sve_context.h usr/include/asm/swab.h usr/include/asm/termbits.h usr/include/asm/termios.h usr/include/asm/types.h usr/include/asm/ucontext.h usr/include/asm/unistd.h usr/include/assert.h usr/include/bfd.h usr/include/bfd_stdint.h usr/include/bfdlink.h usr/include/bits/a.out.h usr/include/bits/argp-ldbl.h usr/include/bits/byteswap.h usr/include/bits/cmathcalls.h usr/include/bits/confname.h usr/include/bits/cpu-set.h usr/include/bits/dirent.h usr/include/bits/dirent_ext.h usr/include/bits/dlfcn.h usr/include/bits/elfclass.h usr/include/bits/endian.h usr/include/bits/endianness.h usr/include/bits/environments.h usr/include/bits/epoll.h usr/include/bits/err-ldbl.h usr/include/bits/errno.h usr/include/bits/error-ldbl.h usr/include/bits/error.h usr/include/bits/eventfd.h usr/include/bits/fcntl-linux.h usr/include/bits/fcntl.h usr/include/bits/fcntl2.h usr/include/bits/fenv.h usr/include/bits/floatn-common.h usr/include/bits/floatn.h usr/include/bits/flt-eval-method.h usr/include/bits/fp-fast.h usr/include/bits/fp-logb.h usr/include/bits/getopt_core.h usr/include/bits/getopt_ext.h usr/include/bits/getopt_posix.h usr/include/bits/hwcap.h usr/include/bits/in.h usr/include/bits/indirect-return.h usr/include/bits/initspin.h usr/include/bits/inotify.h usr/include/bits/ioctl-types.h usr/include/bits/ioctls.h usr/include/bits/ipc-perm.h usr/include/bits/ipc.h usr/include/bits/ipctypes.h usr/include/bits/iscanonical.h usr/include/bits/libc-header-start.h usr/include/bits/libm-simd-decl-stubs.h usr/include/bits/link.h usr/include/bits/link_lavcurrent.h usr/include/bits/local_lim.h usr/include/bits/locale.h usr/include/bits/long-double.h usr/include/bits/math-vector.h usr/include/bits/mathcalls-helper-functions.h usr/include/bits/mathcalls-narrow.h usr/include/bits/mathcalls.h usr/include/bits/mathdef.h usr/include/bits/mman-linux.h usr/include/bits/mman-map-flags-generic.h usr/include/bits/mman-shared.h usr/include/bits/mman.h usr/include/bits/monetary-ldbl.h usr/include/bits/mqueue.h usr/include/bits/mqueue2.h usr/include/bits/msq.h usr/include/bits/netdb.h usr/include/bits/param.h usr/include/bits/poll.h usr/include/bits/poll2.h usr/include/bits/posix1_lim.h usr/include/bits/posix2_lim.h usr/include/bits/posix_opt.h usr/include/bits/printf-ldbl.h usr/include/bits/procfs-extra.h usr/include/bits/procfs-id.h usr/include/bits/procfs-prregset.h usr/include/bits/procfs.h usr/include/bits/pthread_stack_min-dynamic.h usr/include/bits/pthread_stack_min.h usr/include/bits/pthreadtypes-arch.h usr/include/bits/pthreadtypes.h usr/include/bits/ptrace-shared.h usr/include/bits/resource.h usr/include/bits/rseq.h usr/include/bits/sched.h usr/include/bits/select.h usr/include/bits/select2.h usr/include/bits/sem.h usr/include/bits/semaphore.h usr/include/bits/setjmp.h usr/include/bits/setjmp2.h usr/include/bits/shm.h usr/include/bits/shmlba.h usr/include/bits/sigaction.h usr/include/bits/sigcontext.h usr/include/bits/sigevent-consts.h usr/include/bits/siginfo-arch.h usr/include/bits/siginfo-consts-arch.h usr/include/bits/siginfo-consts.h usr/include/bits/signal_ext.h usr/include/bits/signalfd.h usr/include/bits/signum-arch.h usr/include/bits/signum-generic.h usr/include/bits/sigstack.h usr/include/bits/sigstksz.h usr/include/bits/sigthread.h usr/include/bits/sockaddr.h usr/include/bits/socket-constants.h usr/include/bits/socket.h usr/include/bits/socket2.h usr/include/bits/socket_type.h usr/include/bits/ss_flags.h usr/include/bits/stab.def usr/include/bits/stat.h usr/include/bits/statfs.h usr/include/bits/statvfs.h usr/include/bits/statx-generic.h usr/include/bits/statx.h usr/include/bits/stdint-intn.h usr/include/bits/stdint-uintn.h usr/include/bits/stdio-ldbl.h usr/include/bits/stdio.h usr/include/bits/stdio2-decl.h usr/include/bits/stdio2.h usr/include/bits/stdio_lim.h usr/include/bits/stdlib-bsearch.h usr/include/bits/stdlib-float.h usr/include/bits/stdlib-ldbl.h usr/include/bits/stdlib.h usr/include/bits/string_fortified.h usr/include/bits/strings_fortified.h usr/include/bits/struct_mutex.h usr/include/bits/struct_rwlock.h usr/include/bits/struct_stat.h usr/include/bits/struct_stat_time64_helper.h usr/include/bits/syscall.h usr/include/bits/syslog-ldbl.h usr/include/bits/syslog-path.h usr/include/bits/syslog.h usr/include/bits/sysmacros.h usr/include/bits/termios-baud.h usr/include/bits/termios-c_cc.h usr/include/bits/termios-c_cflag.h usr/include/bits/termios-c_iflag.h usr/include/bits/termios-c_lflag.h usr/include/bits/termios-c_oflag.h usr/include/bits/termios-misc.h usr/include/bits/termios-struct.h usr/include/bits/termios-tcflow.h usr/include/bits/termios.h usr/include/bits/thread-shared-types.h usr/include/bits/time.h usr/include/bits/time64.h usr/include/bits/timerfd.h usr/include/bits/timesize.h usr/include/bits/timex.h usr/include/bits/types.h usr/include/bits/types/FILE.h usr/include/bits/types/__FILE.h usr/include/bits/types/__fpos64_t.h usr/include/bits/types/__fpos_t.h usr/include/bits/types/__locale_t.h usr/include/bits/types/__mbstate_t.h usr/include/bits/types/__sigset_t.h usr/include/bits/types/__sigval_t.h usr/include/bits/types/clock_t.h usr/include/bits/types/clockid_t.h usr/include/bits/types/cookie_io_functions_t.h usr/include/bits/types/error_t.h usr/include/bits/types/locale_t.h usr/include/bits/types/mbstate_t.h usr/include/bits/types/res_state.h usr/include/bits/types/sig_atomic_t.h usr/include/bits/types/sigevent_t.h usr/include/bits/types/siginfo_t.h usr/include/bits/types/sigset_t.h usr/include/bits/types/sigval_t.h usr/include/bits/types/stack_t.h usr/include/bits/types/struct_FILE.h usr/include/bits/types/struct___jmp_buf_tag.h usr/include/bits/types/struct_iovec.h usr/include/bits/types/struct_itimerspec.h usr/include/bits/types/struct_msqid64_ds.h usr/include/bits/types/struct_msqid64_ds_helper.h usr/include/bits/types/struct_msqid_ds.h usr/include/bits/types/struct_osockaddr.h usr/include/bits/types/struct_rusage.h usr/include/bits/types/struct_sched_param.h usr/include/bits/types/struct_semid64_ds.h usr/include/bits/types/struct_semid64_ds_helper.h usr/include/bits/types/struct_semid_ds.h usr/include/bits/types/struct_shmid64_ds.h usr/include/bits/types/struct_shmid64_ds_helper.h usr/include/bits/types/struct_shmid_ds.h usr/include/bits/types/struct_sigstack.h usr/include/bits/types/struct_statx.h usr/include/bits/types/struct_statx_timestamp.h usr/include/bits/types/struct_timeb.h usr/include/bits/types/struct_timespec.h usr/include/bits/types/struct_timeval.h usr/include/bits/types/struct_tm.h usr/include/bits/types/time_t.h usr/include/bits/types/timer_t.h usr/include/bits/types/wint_t.h usr/include/bits/typesizes.h usr/include/bits/uintn-identity.h usr/include/bits/uio-ext.h usr/include/bits/uio_lim.h usr/include/bits/unistd.h usr/include/bits/unistd_ext.h usr/include/bits/utmp.h usr/include/bits/utmpx.h usr/include/bits/utsname.h usr/include/bits/waitflags.h usr/include/bits/waitstatus.h usr/include/bits/wchar-ldbl.h usr/include/bits/wchar.h usr/include/bits/wchar2-decl.h usr/include/bits/wchar2.h usr/include/bits/wctype-wchar.h usr/include/bits/wordsize.h usr/include/bits/xopen_lim.h usr/include/byteswap.h usr/include/c++/11/aarch64-redhat-linux/bits/atomic_word.h usr/include/c++/11/aarch64-redhat-linux/bits/basic_file.h usr/include/c++/11/aarch64-redhat-linux/bits/c++allocator.h usr/include/c++/11/aarch64-redhat-linux/bits/c++config.h usr/include/c++/11/aarch64-redhat-linux/bits/c++io.h usr/include/c++/11/aarch64-redhat-linux/bits/c++locale.h usr/include/c++/11/aarch64-redhat-linux/bits/cpu_defines.h usr/include/c++/11/aarch64-redhat-linux/bits/ctype_base.h usr/include/c++/11/aarch64-redhat-linux/bits/ctype_inline.h usr/include/c++/11/aarch64-redhat-linux/bits/cxxabi_tweaks.h usr/include/c++/11/aarch64-redhat-linux/bits/error_constants.h usr/include/c++/11/aarch64-redhat-linux/bits/extc++.h usr/include/c++/11/aarch64-redhat-linux/bits/gthr-default.h usr/include/c++/11/aarch64-redhat-linux/bits/gthr-posix.h usr/include/c++/11/aarch64-redhat-linux/bits/gthr-single.h usr/include/c++/11/aarch64-redhat-linux/bits/gthr.h usr/include/c++/11/aarch64-redhat-linux/bits/messages_members.h usr/include/c++/11/aarch64-redhat-linux/bits/opt_random.h usr/include/c++/11/aarch64-redhat-linux/bits/os_defines.h usr/include/c++/11/aarch64-redhat-linux/bits/stdc++.h usr/include/c++/11/aarch64-redhat-linux/bits/stdtr1c++.h usr/include/c++/11/aarch64-redhat-linux/bits/time_members.h usr/include/c++/11/aarch64-redhat-linux/ext/opt_random.h usr/include/c++/11/algorithm usr/include/c++/11/any usr/include/c++/11/array usr/include/c++/11/atomic usr/include/c++/11/backward/auto_ptr.h usr/include/c++/11/backward/backward_warning.h usr/include/c++/11/backward/binders.h usr/include/c++/11/backward/hash_fun.h usr/include/c++/11/backward/hash_map usr/include/c++/11/backward/hash_set usr/include/c++/11/backward/hashtable.h usr/include/c++/11/backward/strstream usr/include/c++/11/barrier usr/include/c++/11/bit usr/include/c++/11/bits/algorithmfwd.h usr/include/c++/11/bits/align.h usr/include/c++/11/bits/alloc_traits.h usr/include/c++/11/bits/allocated_ptr.h usr/include/c++/11/bits/allocator.h usr/include/c++/11/bits/atomic_base.h usr/include/c++/11/bits/atomic_futex.h usr/include/c++/11/bits/atomic_lockfree_defines.h usr/include/c++/11/bits/atomic_timed_wait.h usr/include/c++/11/bits/atomic_wait.h usr/include/c++/11/bits/basic_ios.h usr/include/c++/11/bits/basic_ios.tcc usr/include/c++/11/bits/basic_string.h usr/include/c++/11/bits/basic_string.tcc usr/include/c++/11/bits/boost_concept_check.h usr/include/c++/11/bits/c++0x_warning.h usr/include/c++/11/bits/char_traits.h usr/include/c++/11/bits/charconv.h usr/include/c++/11/bits/codecvt.h usr/include/c++/11/bits/concept_check.h usr/include/c++/11/bits/cpp_type_traits.h usr/include/c++/11/bits/cxxabi_forced.h usr/include/c++/11/bits/cxxabi_init_exception.h usr/include/c++/11/bits/deque.tcc usr/include/c++/11/bits/enable_special_members.h usr/include/c++/11/bits/erase_if.h usr/include/c++/11/bits/exception.h usr/include/c++/11/bits/exception_defines.h usr/include/c++/11/bits/exception_ptr.h usr/include/c++/11/bits/forward_list.h usr/include/c++/11/bits/forward_list.tcc usr/include/c++/11/bits/fs_dir.h usr/include/c++/11/bits/fs_fwd.h usr/include/c++/11/bits/fs_ops.h usr/include/c++/11/bits/fs_path.h usr/include/c++/11/bits/fstream.tcc usr/include/c++/11/bits/functexcept.h usr/include/c++/11/bits/functional_hash.h usr/include/c++/11/bits/gslice.h usr/include/c++/11/bits/gslice_array.h usr/include/c++/11/bits/hash_bytes.h usr/include/c++/11/bits/hashtable.h usr/include/c++/11/bits/hashtable_policy.h usr/include/c++/11/bits/indirect_array.h usr/include/c++/11/bits/invoke.h usr/include/c++/11/bits/ios_base.h usr/include/c++/11/bits/istream.tcc usr/include/c++/11/bits/iterator_concepts.h usr/include/c++/11/bits/list.tcc usr/include/c++/11/bits/locale_classes.h usr/include/c++/11/bits/locale_classes.tcc usr/include/c++/11/bits/locale_conv.h usr/include/c++/11/bits/locale_facets.h usr/include/c++/11/bits/locale_facets.tcc usr/include/c++/11/bits/locale_facets_nonio.h usr/include/c++/11/bits/locale_facets_nonio.tcc usr/include/c++/11/bits/localefwd.h usr/include/c++/11/bits/mask_array.h usr/include/c++/11/bits/max_size_type.h usr/include/c++/11/bits/memoryfwd.h usr/include/c++/11/bits/move.h usr/include/c++/11/bits/nested_exception.h usr/include/c++/11/bits/node_handle.h usr/include/c++/11/bits/ostream.tcc usr/include/c++/11/bits/ostream_insert.h usr/include/c++/11/bits/parse_numbers.h usr/include/c++/11/bits/postypes.h usr/include/c++/11/bits/predefined_ops.h usr/include/c++/11/bits/ptr_traits.h usr/include/c++/11/bits/quoted_string.h usr/include/c++/11/bits/random.h usr/include/c++/11/bits/random.tcc usr/include/c++/11/bits/range_access.h usr/include/c++/11/bits/ranges_algo.h usr/include/c++/11/bits/ranges_algobase.h usr/include/c++/11/bits/ranges_base.h usr/include/c++/11/bits/ranges_cmp.h usr/include/c++/11/bits/ranges_uninitialized.h usr/include/c++/11/bits/ranges_util.h usr/include/c++/11/bits/refwrap.h usr/include/c++/11/bits/regex.h usr/include/c++/11/bits/regex.tcc usr/include/c++/11/bits/regex_automaton.h usr/include/c++/11/bits/regex_automaton.tcc usr/include/c++/11/bits/regex_compiler.h usr/include/c++/11/bits/regex_compiler.tcc usr/include/c++/11/bits/regex_constants.h usr/include/c++/11/bits/regex_error.h usr/include/c++/11/bits/regex_executor.h usr/include/c++/11/bits/regex_executor.tcc usr/include/c++/11/bits/regex_scanner.h usr/include/c++/11/bits/regex_scanner.tcc usr/include/c++/11/bits/semaphore_base.h usr/include/c++/11/bits/shared_ptr.h usr/include/c++/11/bits/shared_ptr_atomic.h usr/include/c++/11/bits/shared_ptr_base.h usr/include/c++/11/bits/slice_array.h usr/include/c++/11/bits/specfun.h usr/include/c++/11/bits/sstream.tcc usr/include/c++/11/bits/std_abs.h usr/include/c++/11/bits/std_function.h usr/include/c++/11/bits/std_mutex.h usr/include/c++/11/bits/std_thread.h usr/include/c++/11/bits/stl_algo.h usr/include/c++/11/bits/stl_algobase.h usr/include/c++/11/bits/stl_bvector.h usr/include/c++/11/bits/stl_construct.h usr/include/c++/11/bits/stl_deque.h usr/include/c++/11/bits/stl_function.h usr/include/c++/11/bits/stl_heap.h usr/include/c++/11/bits/stl_iterator.h usr/include/c++/11/bits/stl_iterator_base_funcs.h usr/include/c++/11/bits/stl_iterator_base_types.h usr/include/c++/11/bits/stl_list.h usr/include/c++/11/bits/stl_map.h usr/include/c++/11/bits/stl_multimap.h usr/include/c++/11/bits/stl_multiset.h usr/include/c++/11/bits/stl_numeric.h usr/include/c++/11/bits/stl_pair.h usr/include/c++/11/bits/stl_queue.h usr/include/c++/11/bits/stl_raw_storage_iter.h usr/include/c++/11/bits/stl_relops.h usr/include/c++/11/bits/stl_set.h usr/include/c++/11/bits/stl_stack.h usr/include/c++/11/bits/stl_tempbuf.h usr/include/c++/11/bits/stl_tree.h usr/include/c++/11/bits/stl_uninitialized.h usr/include/c++/11/bits/stl_vector.h usr/include/c++/11/bits/stream_iterator.h usr/include/c++/11/bits/streambuf.tcc usr/include/c++/11/bits/streambuf_iterator.h usr/include/c++/11/bits/string_view.tcc usr/include/c++/11/bits/stringfwd.h usr/include/c++/11/bits/this_thread_sleep.h usr/include/c++/11/bits/uniform_int_dist.h usr/include/c++/11/bits/unique_lock.h usr/include/c++/11/bits/unique_ptr.h usr/include/c++/11/bits/unordered_map.h usr/include/c++/11/bits/unordered_set.h usr/include/c++/11/bits/uses_allocator.h usr/include/c++/11/bits/uses_allocator_args.h usr/include/c++/11/bits/valarray_after.h usr/include/c++/11/bits/valarray_array.h usr/include/c++/11/bits/valarray_array.tcc usr/include/c++/11/bits/valarray_before.h usr/include/c++/11/bits/vector.tcc usr/include/c++/11/bitset usr/include/c++/11/cassert usr/include/c++/11/ccomplex usr/include/c++/11/cctype usr/include/c++/11/cerrno usr/include/c++/11/cfenv usr/include/c++/11/cfloat usr/include/c++/11/charconv usr/include/c++/11/chrono usr/include/c++/11/cinttypes usr/include/c++/11/ciso646 usr/include/c++/11/climits usr/include/c++/11/clocale usr/include/c++/11/cmath usr/include/c++/11/codecvt usr/include/c++/11/compare usr/include/c++/11/complex usr/include/c++/11/complex.h usr/include/c++/11/concepts usr/include/c++/11/condition_variable usr/include/c++/11/coroutine usr/include/c++/11/csetjmp usr/include/c++/11/csignal usr/include/c++/11/cstdalign usr/include/c++/11/cstdarg usr/include/c++/11/cstdbool usr/include/c++/11/cstddef usr/include/c++/11/cstdint usr/include/c++/11/cstdio usr/include/c++/11/cstdlib usr/include/c++/11/cstring usr/include/c++/11/ctgmath usr/include/c++/11/ctime usr/include/c++/11/cuchar usr/include/c++/11/cwchar usr/include/c++/11/cwctype usr/include/c++/11/cxxabi.h usr/include/c++/11/debug/assertions.h usr/include/c++/11/debug/bitset usr/include/c++/11/debug/debug.h usr/include/c++/11/debug/deque usr/include/c++/11/debug/formatter.h usr/include/c++/11/debug/forward_list usr/include/c++/11/debug/functions.h usr/include/c++/11/debug/helper_functions.h usr/include/c++/11/debug/list usr/include/c++/11/debug/macros.h usr/include/c++/11/debug/map usr/include/c++/11/debug/map.h usr/include/c++/11/debug/multimap.h usr/include/c++/11/debug/multiset.h usr/include/c++/11/debug/safe_base.h usr/include/c++/11/debug/safe_container.h usr/include/c++/11/debug/safe_iterator.h usr/include/c++/11/debug/safe_iterator.tcc usr/include/c++/11/debug/safe_local_iterator.h usr/include/c++/11/debug/safe_local_iterator.tcc usr/include/c++/11/debug/safe_sequence.h usr/include/c++/11/debug/safe_sequence.tcc usr/include/c++/11/debug/safe_unordered_base.h usr/include/c++/11/debug/safe_unordered_container.h usr/include/c++/11/debug/safe_unordered_container.tcc usr/include/c++/11/debug/set usr/include/c++/11/debug/set.h usr/include/c++/11/debug/stl_iterator.h usr/include/c++/11/debug/string usr/include/c++/11/debug/unordered_map usr/include/c++/11/debug/unordered_set usr/include/c++/11/debug/vector usr/include/c++/11/decimal/decimal usr/include/c++/11/decimal/decimal.h usr/include/c++/11/deque usr/include/c++/11/exception usr/include/c++/11/execution usr/include/c++/11/experimental/algorithm usr/include/c++/11/experimental/any usr/include/c++/11/experimental/array usr/include/c++/11/experimental/bits/fs_dir.h usr/include/c++/11/experimental/bits/fs_fwd.h usr/include/c++/11/experimental/bits/fs_ops.h usr/include/c++/11/experimental/bits/fs_path.h usr/include/c++/11/experimental/bits/lfts_config.h usr/include/c++/11/experimental/bits/net.h usr/include/c++/11/experimental/bits/numeric_traits.h usr/include/c++/11/experimental/bits/shared_ptr.h usr/include/c++/11/experimental/bits/simd.h usr/include/c++/11/experimental/bits/simd_builtin.h usr/include/c++/11/experimental/bits/simd_converter.h usr/include/c++/11/experimental/bits/simd_detail.h usr/include/c++/11/experimental/bits/simd_fixed_size.h usr/include/c++/11/experimental/bits/simd_math.h usr/include/c++/11/experimental/bits/simd_neon.h usr/include/c++/11/experimental/bits/simd_ppc.h usr/include/c++/11/experimental/bits/simd_scalar.h usr/include/c++/11/experimental/bits/simd_x86.h usr/include/c++/11/experimental/bits/simd_x86_conversions.h usr/include/c++/11/experimental/bits/string_view.tcc usr/include/c++/11/experimental/buffer usr/include/c++/11/experimental/chrono usr/include/c++/11/experimental/deque usr/include/c++/11/experimental/executor usr/include/c++/11/experimental/filesystem usr/include/c++/11/experimental/forward_list usr/include/c++/11/experimental/functional usr/include/c++/11/experimental/internet usr/include/c++/11/experimental/io_context usr/include/c++/11/experimental/iterator usr/include/c++/11/experimental/list usr/include/c++/11/experimental/map usr/include/c++/11/experimental/memory usr/include/c++/11/experimental/memory_resource usr/include/c++/11/experimental/net usr/include/c++/11/experimental/netfwd usr/include/c++/11/experimental/numeric usr/include/c++/11/experimental/optional usr/include/c++/11/experimental/propagate_const usr/include/c++/11/experimental/random usr/include/c++/11/experimental/ratio usr/include/c++/11/experimental/regex usr/include/c++/11/experimental/set usr/include/c++/11/experimental/simd usr/include/c++/11/experimental/socket usr/include/c++/11/experimental/source_location usr/include/c++/11/experimental/string usr/include/c++/11/experimental/string_view usr/include/c++/11/experimental/system_error usr/include/c++/11/experimental/timer usr/include/c++/11/experimental/tuple usr/include/c++/11/experimental/type_traits usr/include/c++/11/experimental/unordered_map usr/include/c++/11/experimental/unordered_set usr/include/c++/11/experimental/utility usr/include/c++/11/experimental/vector usr/include/c++/11/ext/algorithm usr/include/c++/11/ext/aligned_buffer.h usr/include/c++/11/ext/alloc_traits.h usr/include/c++/11/ext/atomicity.h usr/include/c++/11/ext/bitmap_allocator.h usr/include/c++/11/ext/cast.h usr/include/c++/11/ext/cmath usr/include/c++/11/ext/codecvt_specializations.h usr/include/c++/11/ext/concurrence.h usr/include/c++/11/ext/debug_allocator.h usr/include/c++/11/ext/enc_filebuf.h usr/include/c++/11/ext/extptr_allocator.h usr/include/c++/11/ext/functional usr/include/c++/11/ext/hash_map usr/include/c++/11/ext/hash_set usr/include/c++/11/ext/iterator usr/include/c++/11/ext/malloc_allocator.h usr/include/c++/11/ext/memory usr/include/c++/11/ext/mt_allocator.h usr/include/c++/11/ext/new_allocator.h usr/include/c++/11/ext/numeric usr/include/c++/11/ext/numeric_traits.h usr/include/c++/11/ext/pb_ds/assoc_container.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/traits.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/const_iterator.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/entry_pred.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/resize_policy.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/branch_policy/branch_policy.hpp usr/include/c++/11/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp usr/include/c++/11/ext/pb_ds/detail/branch_policy/traits.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cond_dealtor.hpp usr/include/c++/11/ext/pb_ds/detail/container_base_dispatch.hpp usr/include/c++/11/ext/pb_ds/detail/debug_map_base.hpp usr/include/c++/11/ext/pb_ds/detail/eq_fn/eq_by_less.hpp usr/include/c++/11/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/lu_map_.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/traits.hpp usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/traits.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/priority_queue_base_dispatch.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/node.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/traits.hpp usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/node.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/traits.hpp usr/include/c++/11/ext/pb_ds/detail/standard_policies.hpp usr/include/c++/11/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp usr/include/c++/11/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp usr/include/c++/11/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp usr/include/c++/11/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp usr/include/c++/11/ext/pb_ds/detail/tree_trace_base.hpp usr/include/c++/11/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp usr/include/c++/11/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp usr/include/c++/11/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp usr/include/c++/11/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp usr/include/c++/11/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp usr/include/c++/11/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp usr/include/c++/11/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp usr/include/c++/11/ext/pb_ds/detail/type_utils.hpp usr/include/c++/11/ext/pb_ds/detail/types_traits.hpp usr/include/c++/11/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp usr/include/c++/11/ext/pb_ds/detail/unordered_iterator/iterator.hpp usr/include/c++/11/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp usr/include/c++/11/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp usr/include/c++/11/ext/pb_ds/exception.hpp usr/include/c++/11/ext/pb_ds/hash_policy.hpp usr/include/c++/11/ext/pb_ds/list_update_policy.hpp usr/include/c++/11/ext/pb_ds/priority_queue.hpp usr/include/c++/11/ext/pb_ds/tag_and_trait.hpp usr/include/c++/11/ext/pb_ds/tree_policy.hpp usr/include/c++/11/ext/pb_ds/trie_policy.hpp usr/include/c++/11/ext/pod_char_traits.h usr/include/c++/11/ext/pointer.h usr/include/c++/11/ext/pool_allocator.h usr/include/c++/11/ext/random usr/include/c++/11/ext/random.tcc usr/include/c++/11/ext/rb_tree usr/include/c++/11/ext/rc_string_base.h usr/include/c++/11/ext/rope usr/include/c++/11/ext/ropeimpl.h usr/include/c++/11/ext/slist usr/include/c++/11/ext/sso_string_base.h usr/include/c++/11/ext/stdio_filebuf.h usr/include/c++/11/ext/stdio_sync_filebuf.h usr/include/c++/11/ext/string_conversions.h usr/include/c++/11/ext/throw_allocator.h usr/include/c++/11/ext/type_traits.h usr/include/c++/11/ext/typelist.h usr/include/c++/11/ext/vstring.h usr/include/c++/11/ext/vstring.tcc usr/include/c++/11/ext/vstring_fwd.h usr/include/c++/11/ext/vstring_util.h usr/include/c++/11/fenv.h usr/include/c++/11/filesystem usr/include/c++/11/forward_list usr/include/c++/11/fstream usr/include/c++/11/functional usr/include/c++/11/future usr/include/c++/11/initializer_list usr/include/c++/11/iomanip usr/include/c++/11/ios usr/include/c++/11/iosfwd usr/include/c++/11/iostream usr/include/c++/11/istream usr/include/c++/11/iterator usr/include/c++/11/latch usr/include/c++/11/limits usr/include/c++/11/list usr/include/c++/11/locale usr/include/c++/11/map usr/include/c++/11/math.h usr/include/c++/11/memory usr/include/c++/11/memory_resource usr/include/c++/11/mutex usr/include/c++/11/new usr/include/c++/11/numbers usr/include/c++/11/numeric usr/include/c++/11/optional usr/include/c++/11/ostream usr/include/c++/11/parallel/algo.h usr/include/c++/11/parallel/algobase.h usr/include/c++/11/parallel/algorithm usr/include/c++/11/parallel/algorithmfwd.h usr/include/c++/11/parallel/balanced_quicksort.h usr/include/c++/11/parallel/base.h usr/include/c++/11/parallel/basic_iterator.h usr/include/c++/11/parallel/checkers.h usr/include/c++/11/parallel/compatibility.h usr/include/c++/11/parallel/compiletime_settings.h usr/include/c++/11/parallel/equally_split.h usr/include/c++/11/parallel/features.h usr/include/c++/11/parallel/find.h usr/include/c++/11/parallel/find_selectors.h usr/include/c++/11/parallel/for_each.h usr/include/c++/11/parallel/for_each_selectors.h usr/include/c++/11/parallel/iterator.h usr/include/c++/11/parallel/list_partition.h usr/include/c++/11/parallel/losertree.h usr/include/c++/11/parallel/merge.h usr/include/c++/11/parallel/multiseq_selection.h usr/include/c++/11/parallel/multiway_merge.h usr/include/c++/11/parallel/multiway_mergesort.h usr/include/c++/11/parallel/numeric usr/include/c++/11/parallel/numericfwd.h usr/include/c++/11/parallel/omp_loop.h usr/include/c++/11/parallel/omp_loop_static.h usr/include/c++/11/parallel/par_loop.h usr/include/c++/11/parallel/parallel.h usr/include/c++/11/parallel/partial_sum.h usr/include/c++/11/parallel/partition.h usr/include/c++/11/parallel/queue.h usr/include/c++/11/parallel/quicksort.h usr/include/c++/11/parallel/random_number.h usr/include/c++/11/parallel/random_shuffle.h usr/include/c++/11/parallel/search.h usr/include/c++/11/parallel/set_operations.h usr/include/c++/11/parallel/settings.h usr/include/c++/11/parallel/sort.h usr/include/c++/11/parallel/tags.h usr/include/c++/11/parallel/types.h usr/include/c++/11/parallel/unique_copy.h usr/include/c++/11/parallel/workstealing.h usr/include/c++/11/pstl/algorithm_fwd.h usr/include/c++/11/pstl/algorithm_impl.h usr/include/c++/11/pstl/execution_defs.h usr/include/c++/11/pstl/execution_impl.h usr/include/c++/11/pstl/glue_algorithm_defs.h usr/include/c++/11/pstl/glue_algorithm_impl.h usr/include/c++/11/pstl/glue_execution_defs.h usr/include/c++/11/pstl/glue_memory_defs.h usr/include/c++/11/pstl/glue_memory_impl.h usr/include/c++/11/pstl/glue_numeric_defs.h usr/include/c++/11/pstl/glue_numeric_impl.h usr/include/c++/11/pstl/memory_impl.h usr/include/c++/11/pstl/numeric_fwd.h usr/include/c++/11/pstl/numeric_impl.h usr/include/c++/11/pstl/parallel_backend.h usr/include/c++/11/pstl/parallel_backend_serial.h usr/include/c++/11/pstl/parallel_backend_tbb.h usr/include/c++/11/pstl/parallel_backend_utils.h usr/include/c++/11/pstl/parallel_impl.h usr/include/c++/11/pstl/pstl_config.h usr/include/c++/11/pstl/unseq_backend_simd.h usr/include/c++/11/pstl/utils.h usr/include/c++/11/queue usr/include/c++/11/random usr/include/c++/11/ranges usr/include/c++/11/ratio usr/include/c++/11/regex usr/include/c++/11/scoped_allocator usr/include/c++/11/semaphore usr/include/c++/11/set usr/include/c++/11/shared_mutex usr/include/c++/11/source_location usr/include/c++/11/span usr/include/c++/11/sstream usr/include/c++/11/stack usr/include/c++/11/stdexcept usr/include/c++/11/stdlib.h usr/include/c++/11/stop_token usr/include/c++/11/streambuf usr/include/c++/11/string usr/include/c++/11/string_view usr/include/c++/11/syncstream usr/include/c++/11/system_error usr/include/c++/11/tgmath.h usr/include/c++/11/thread usr/include/c++/11/tr1/array usr/include/c++/11/tr1/bessel_function.tcc usr/include/c++/11/tr1/beta_function.tcc usr/include/c++/11/tr1/ccomplex usr/include/c++/11/tr1/cctype usr/include/c++/11/tr1/cfenv usr/include/c++/11/tr1/cfloat usr/include/c++/11/tr1/cinttypes usr/include/c++/11/tr1/climits usr/include/c++/11/tr1/cmath usr/include/c++/11/tr1/complex usr/include/c++/11/tr1/complex.h usr/include/c++/11/tr1/cstdarg usr/include/c++/11/tr1/cstdbool usr/include/c++/11/tr1/cstdint usr/include/c++/11/tr1/cstdio usr/include/c++/11/tr1/cstdlib usr/include/c++/11/tr1/ctgmath usr/include/c++/11/tr1/ctime usr/include/c++/11/tr1/ctype.h usr/include/c++/11/tr1/cwchar usr/include/c++/11/tr1/cwctype usr/include/c++/11/tr1/ell_integral.tcc usr/include/c++/11/tr1/exp_integral.tcc usr/include/c++/11/tr1/fenv.h usr/include/c++/11/tr1/float.h usr/include/c++/11/tr1/functional usr/include/c++/11/tr1/functional_hash.h usr/include/c++/11/tr1/gamma.tcc usr/include/c++/11/tr1/hashtable.h usr/include/c++/11/tr1/hashtable_policy.h usr/include/c++/11/tr1/hypergeometric.tcc usr/include/c++/11/tr1/inttypes.h usr/include/c++/11/tr1/legendre_function.tcc usr/include/c++/11/tr1/limits.h usr/include/c++/11/tr1/math.h usr/include/c++/11/tr1/memory usr/include/c++/11/tr1/modified_bessel_func.tcc usr/include/c++/11/tr1/poly_hermite.tcc usr/include/c++/11/tr1/poly_laguerre.tcc usr/include/c++/11/tr1/random usr/include/c++/11/tr1/random.h usr/include/c++/11/tr1/random.tcc usr/include/c++/11/tr1/regex usr/include/c++/11/tr1/riemann_zeta.tcc usr/include/c++/11/tr1/shared_ptr.h usr/include/c++/11/tr1/special_function_util.h usr/include/c++/11/tr1/stdarg.h usr/include/c++/11/tr1/stdbool.h usr/include/c++/11/tr1/stdint.h usr/include/c++/11/tr1/stdio.h usr/include/c++/11/tr1/stdlib.h usr/include/c++/11/tr1/tgmath.h usr/include/c++/11/tr1/tuple usr/include/c++/11/tr1/type_traits usr/include/c++/11/tr1/unordered_map usr/include/c++/11/tr1/unordered_map.h usr/include/c++/11/tr1/unordered_set usr/include/c++/11/tr1/unordered_set.h usr/include/c++/11/tr1/utility usr/include/c++/11/tr1/wchar.h usr/include/c++/11/tr1/wctype.h usr/include/c++/11/tr2/bool_set usr/include/c++/11/tr2/bool_set.tcc usr/include/c++/11/tr2/dynamic_bitset usr/include/c++/11/tr2/dynamic_bitset.tcc usr/include/c++/11/tr2/ratio usr/include/c++/11/tr2/type_traits usr/include/c++/11/tuple usr/include/c++/11/type_traits usr/include/c++/11/typeindex usr/include/c++/11/typeinfo usr/include/c++/11/unordered_map usr/include/c++/11/unordered_set usr/include/c++/11/utility usr/include/c++/11/valarray usr/include/c++/11/variant usr/include/c++/11/vector usr/include/c++/11/version usr/include/complex.h usr/include/cpio.h usr/include/cpuidle.h usr/include/ctf-api.h usr/include/ctf.h usr/include/ctype.h usr/include/demangle.h usr/include/diagnostics.h usr/include/dirent.h usr/include/dis-asm.h usr/include/dlfcn.h usr/include/drm/amdgpu_drm.h usr/include/drm/armada_drm.h usr/include/drm/drm.h usr/include/drm/drm_fourcc.h usr/include/drm/drm_mode.h usr/include/drm/drm_sarea.h usr/include/drm/etnaviv_drm.h usr/include/drm/exynos_drm.h usr/include/drm/habanalabs_accel.h usr/include/drm/i915_drm.h usr/include/drm/ivpu_accel.h usr/include/drm/lima_drm.h usr/include/drm/msm_drm.h usr/include/drm/nouveau_drm.h usr/include/drm/omap_drm.h usr/include/drm/panfrost_drm.h +usr/include/drm/pvr_drm.h usr/include/drm/qaic_accel.h usr/include/drm/qxl_drm.h usr/include/drm/radeon_drm.h usr/include/drm/tegra_drm.h usr/include/drm/v3d_drm.h usr/include/drm/vc4_drm.h usr/include/drm/vgem_drm.h usr/include/drm/virtgpu_drm.h usr/include/drm/vmwgfx_drm.h +usr/include/drm/xe_drm.h usr/include/elf.h usr/include/endian.h usr/include/envz.h usr/include/err.h usr/include/errno.h usr/include/error.h usr/include/execinfo.h usr/include/fcntl.h usr/include/features-time64.h usr/include/features.h usr/include/fenv.h usr/include/finclude/math-vector-fortran.h usr/include/fmtmsg.h usr/include/fnmatch.h usr/include/fpu_control.h usr/include/fstab.h usr/include/fts.h usr/include/ftw.h usr/include/gconv.h usr/include/getopt.h usr/include/glob.h usr/include/gnu-versions.h usr/include/gnu/lib-names-lp64.h usr/include/gnu/lib-names.h usr/include/gnu/libc-version.h usr/include/gnu/stubs-lp64.h usr/include/gnu/stubs.h usr/include/grp.h usr/include/gshadow.h usr/include/iconv.h usr/include/ieee754.h usr/include/ifaddrs.h usr/include/inttypes.h usr/include/langinfo.h usr/include/lastlog.h usr/include/libgen.h usr/include/libiberty.h usr/include/libintl.h usr/include/limits.h usr/include/link.h usr/include/linux/acct.h usr/include/linux/acrn.h usr/include/linux/adb.h usr/include/linux/adfs_fs.h usr/include/linux/affs_hardblocks.h usr/include/linux/agpgart.h usr/include/linux/aio_abi.h usr/include/linux/am437x-vpfe.h usr/include/linux/android/binder.h usr/include/linux/android/binderfs.h usr/include/linux/apm_bios.h usr/include/linux/arcfb.h usr/include/linux/arm_sdei.h usr/include/linux/aspeed-lpc-ctrl.h usr/include/linux/aspeed-p2a-ctrl.h usr/include/linux/atalk.h usr/include/linux/atm.h usr/include/linux/atm_eni.h usr/include/linux/atm_he.h usr/include/linux/atm_idt77105.h usr/include/linux/atm_nicstar.h usr/include/linux/atm_tcp.h usr/include/linux/atm_zatm.h usr/include/linux/atmapi.h usr/include/linux/atmarp.h usr/include/linux/atmbr2684.h usr/include/linux/atmclip.h usr/include/linux/atmdev.h usr/include/linux/atmioc.h usr/include/linux/atmlec.h usr/include/linux/atmmpc.h usr/include/linux/atmppp.h usr/include/linux/atmsap.h usr/include/linux/atmsvc.h usr/include/linux/audit.h usr/include/linux/auto_dev-ioctl.h usr/include/linux/auto_fs.h usr/include/linux/auto_fs4.h usr/include/linux/auxvec.h usr/include/linux/ax25.h usr/include/linux/batadv_packet.h usr/include/linux/batman_adv.h usr/include/linux/baycom.h usr/include/linux/bcm933xx_hcs.h usr/include/linux/bfs_fs.h usr/include/linux/binfmts.h +usr/include/linux/bits.h usr/include/linux/blkpg.h usr/include/linux/blktrace_api.h usr/include/linux/blkzoned.h usr/include/linux/bpf.h usr/include/linux/bpf_common.h usr/include/linux/bpf_perf_event.h usr/include/linux/bpfilter.h usr/include/linux/bpqether.h usr/include/linux/bsg.h usr/include/linux/bt-bmc.h usr/include/linux/btf.h usr/include/linux/btrfs.h usr/include/linux/btrfs_tree.h usr/include/linux/byteorder/big_endian.h usr/include/linux/byteorder/little_endian.h usr/include/linux/cachefiles.h usr/include/linux/caif/caif_socket.h usr/include/linux/caif/if_caif.h usr/include/linux/can.h usr/include/linux/can/bcm.h usr/include/linux/can/error.h usr/include/linux/can/gw.h usr/include/linux/can/isotp.h usr/include/linux/can/j1939.h usr/include/linux/can/netlink.h usr/include/linux/can/raw.h usr/include/linux/can/vxcan.h usr/include/linux/capability.h usr/include/linux/capi.h usr/include/linux/cciss_defs.h usr/include/linux/cciss_ioctl.h usr/include/linux/ccs.h usr/include/linux/cdrom.h usr/include/linux/cec-funcs.h usr/include/linux/cec.h usr/include/linux/cfm_bridge.h usr/include/linux/cgroupstats.h usr/include/linux/chio.h usr/include/linux/cifs/cifs_mount.h usr/include/linux/cifs/cifs_netlink.h usr/include/linux/close_range.h usr/include/linux/cm4000_cs.h usr/include/linux/cn_proc.h usr/include/linux/coda.h usr/include/linux/coff.h usr/include/linux/connector.h usr/include/linux/const.h usr/include/linux/coresight-stm.h usr/include/linux/cramfs_fs.h usr/include/linux/cryptouser.h usr/include/linux/cuda.h usr/include/linux/cxl_mem.h usr/include/linux/cycx_cfm.h usr/include/linux/dcbnl.h usr/include/linux/dccp.h usr/include/linux/devlink.h usr/include/linux/dlm.h usr/include/linux/dlm_device.h usr/include/linux/dlm_netlink.h usr/include/linux/dlm_plock.h usr/include/linux/dlmconstants.h usr/include/linux/dm-ioctl.h usr/include/linux/dm-log-userspace.h usr/include/linux/dma-buf.h usr/include/linux/dma-heap.h usr/include/linux/dn.h usr/include/linux/dns_resolver.h usr/include/linux/dpll.h usr/include/linux/dqblk_xfs.h usr/include/linux/dvb/audio.h usr/include/linux/dvb/ca.h usr/include/linux/dvb/dmx.h usr/include/linux/dvb/frontend.h usr/include/linux/dvb/net.h usr/include/linux/dvb/osd.h usr/include/linux/dvb/version.h usr/include/linux/dvb/video.h usr/include/linux/edd.h usr/include/linux/efs_fs_sb.h usr/include/linux/elf-em.h usr/include/linux/elf-fdpic.h usr/include/linux/elf.h usr/include/linux/errno.h usr/include/linux/errqueue.h usr/include/linux/erspan.h usr/include/linux/ethtool.h usr/include/linux/ethtool_netlink.h +usr/include/linux/eventfd.h usr/include/linux/eventpoll.h usr/include/linux/f2fs.h usr/include/linux/fadvise.h usr/include/linux/falloc.h usr/include/linux/fanotify.h usr/include/linux/fb.h usr/include/linux/fcntl.h usr/include/linux/fd.h usr/include/linux/fdreg.h usr/include/linux/fib_rules.h usr/include/linux/fiemap.h usr/include/linux/filter.h usr/include/linux/firewire-cdev.h usr/include/linux/firewire-constants.h usr/include/linux/fou.h usr/include/linux/fpga-dfl.h usr/include/linux/fs.h usr/include/linux/fscrypt.h usr/include/linux/fsi.h usr/include/linux/fsl_hypervisor.h usr/include/linux/fsl_mc.h usr/include/linux/fsmap.h usr/include/linux/fsverity.h usr/include/linux/fuse.h usr/include/linux/futex.h usr/include/linux/gameport.h usr/include/linux/gen_stats.h usr/include/linux/genetlink.h usr/include/linux/genwqe/genwqe_card.h usr/include/linux/gfs2_ondisk.h usr/include/linux/gpio.h usr/include/linux/gsmmux.h usr/include/linux/gtp.h usr/include/linux/handshake.h usr/include/linux/hash_info.h usr/include/linux/hdlc.h usr/include/linux/hdlc/ioctl.h usr/include/linux/hdlcdrv.h usr/include/linux/hdreg.h usr/include/linux/hid.h usr/include/linux/hiddev.h usr/include/linux/hidraw.h usr/include/linux/hpet.h usr/include/linux/hsi/cs-protocol.h usr/include/linux/hsi/hsi_char.h usr/include/linux/hsr_netlink.h usr/include/linux/hw_breakpoint.h usr/include/linux/hyperv.h usr/include/linux/i2c-dev.h usr/include/linux/i2c.h usr/include/linux/i2o-dev.h usr/include/linux/i8k.h usr/include/linux/icmp.h usr/include/linux/icmpv6.h usr/include/linux/idxd.h usr/include/linux/if.h usr/include/linux/if_addr.h usr/include/linux/if_addrlabel.h usr/include/linux/if_alg.h usr/include/linux/if_arcnet.h usr/include/linux/if_arp.h usr/include/linux/if_bonding.h usr/include/linux/if_bridge.h usr/include/linux/if_cablemodem.h usr/include/linux/if_eql.h usr/include/linux/if_ether.h usr/include/linux/if_fc.h usr/include/linux/if_fddi.h usr/include/linux/if_hippi.h usr/include/linux/if_infiniband.h usr/include/linux/if_link.h usr/include/linux/if_ltalk.h usr/include/linux/if_macsec.h usr/include/linux/if_packet.h usr/include/linux/if_phonet.h usr/include/linux/if_plip.h usr/include/linux/if_ppp.h usr/include/linux/if_pppol2tp.h usr/include/linux/if_pppox.h usr/include/linux/if_slip.h usr/include/linux/if_team.h usr/include/linux/if_tun.h usr/include/linux/if_tunnel.h usr/include/linux/if_vlan.h usr/include/linux/if_x25.h usr/include/linux/if_xdp.h usr/include/linux/ife.h usr/include/linux/igmp.h usr/include/linux/iio/buffer.h usr/include/linux/iio/events.h usr/include/linux/iio/types.h usr/include/linux/ila.h usr/include/linux/in.h usr/include/linux/in6.h usr/include/linux/in_route.h usr/include/linux/inet_diag.h usr/include/linux/inotify.h usr/include/linux/input-event-codes.h usr/include/linux/input.h usr/include/linux/io_uring.h usr/include/linux/ioctl.h -usr/include/linux/iommu.h usr/include/linux/iommufd.h usr/include/linux/ioprio.h usr/include/linux/ip.h usr/include/linux/ip6_tunnel.h usr/include/linux/ip_vs.h usr/include/linux/ipc.h usr/include/linux/ipmi.h usr/include/linux/ipmi_bmc.h usr/include/linux/ipmi_msgdefs.h usr/include/linux/ipmi_ssif_bmc.h usr/include/linux/ipsec.h usr/include/linux/ipv6.h usr/include/linux/ipv6_route.h usr/include/linux/ipx.h usr/include/linux/irqnr.h usr/include/linux/isdn/capicmd.h usr/include/linux/iso_fs.h usr/include/linux/isst_if.h usr/include/linux/ivtv.h usr/include/linux/ivtvfb.h usr/include/linux/jffs2.h usr/include/linux/joystick.h usr/include/linux/kcm.h usr/include/linux/kcmp.h usr/include/linux/kcov.h usr/include/linux/kd.h usr/include/linux/kdev_t.h usr/include/linux/kernel-page-flags.h usr/include/linux/kernel.h usr/include/linux/kernelcapi.h usr/include/linux/kexec.h usr/include/linux/keyboard.h usr/include/linux/keyctl.h usr/include/linux/kfd_ioctl.h usr/include/linux/kfd_sysfs.h usr/include/linux/kvm.h usr/include/linux/kvm_para.h usr/include/linux/l2tp.h usr/include/linux/landlock.h usr/include/linux/libc-compat.h usr/include/linux/limits.h usr/include/linux/lirc.h usr/include/linux/llc.h usr/include/linux/loadpin.h usr/include/linux/loop.h usr/include/linux/lp.h usr/include/linux/lwtunnel.h usr/include/linux/magic.h usr/include/linux/major.h usr/include/linux/map_to_7segment.h usr/include/linux/matroxfb.h usr/include/linux/max2175.h usr/include/linux/mdio.h usr/include/linux/media-bus-format.h usr/include/linux/media.h usr/include/linux/mei.h usr/include/linux/membarrier.h usr/include/linux/memfd.h usr/include/linux/mempolicy.h usr/include/linux/meye.h usr/include/linux/mii.h usr/include/linux/minix_fs.h usr/include/linux/misc/bcm_vk.h usr/include/linux/mman.h usr/include/linux/mmc/ioctl.h usr/include/linux/mmtimer.h usr/include/linux/module.h usr/include/linux/mount.h usr/include/linux/mpls.h usr/include/linux/mpls_iptunnel.h usr/include/linux/mptcp.h +usr/include/linux/mptcp_pm.h usr/include/linux/mqueue.h usr/include/linux/mroute.h usr/include/linux/mroute6.h usr/include/linux/mrp_bridge.h usr/include/linux/msdos_fs.h usr/include/linux/msg.h usr/include/linux/mtio.h -usr/include/linux/mptcp_pm.h usr/include/linux/nbd-netlink.h usr/include/linux/nbd.h usr/include/linux/ncsi.h usr/include/linux/ndctl.h usr/include/linux/neighbour.h usr/include/linux/net.h usr/include/linux/net_dropmon.h usr/include/linux/net_namespace.h usr/include/linux/net_tstamp.h usr/include/linux/netconf.h usr/include/linux/netdev.h usr/include/linux/netdevice.h usr/include/linux/netfilter.h usr/include/linux/netfilter/ipset/ip_set.h usr/include/linux/netfilter/ipset/ip_set_bitmap.h usr/include/linux/netfilter/ipset/ip_set_hash.h usr/include/linux/netfilter/ipset/ip_set_list.h usr/include/linux/netfilter/nf_conntrack_common.h usr/include/linux/netfilter/nf_conntrack_ftp.h usr/include/linux/netfilter/nf_conntrack_sctp.h usr/include/linux/netfilter/nf_conntrack_tcp.h usr/include/linux/netfilter/nf_conntrack_tuple_common.h usr/include/linux/netfilter/nf_log.h usr/include/linux/netfilter/nf_nat.h usr/include/linux/netfilter/nf_synproxy.h usr/include/linux/netfilter/nf_tables.h usr/include/linux/netfilter/nf_tables_compat.h usr/include/linux/netfilter/nfnetlink.h usr/include/linux/netfilter/nfnetlink_acct.h usr/include/linux/netfilter/nfnetlink_compat.h usr/include/linux/netfilter/nfnetlink_conntrack.h usr/include/linux/netfilter/nfnetlink_cthelper.h usr/include/linux/netfilter/nfnetlink_cttimeout.h usr/include/linux/netfilter/nfnetlink_hook.h usr/include/linux/netfilter/nfnetlink_log.h usr/include/linux/netfilter/nfnetlink_osf.h usr/include/linux/netfilter/nfnetlink_queue.h usr/include/linux/netfilter/x_tables.h usr/include/linux/netfilter/xt_AUDIT.h usr/include/linux/netfilter/xt_CHECKSUM.h usr/include/linux/netfilter/xt_CLASSIFY.h usr/include/linux/netfilter/xt_CONNMARK.h usr/include/linux/netfilter/xt_CONNSECMARK.h usr/include/linux/netfilter/xt_CT.h usr/include/linux/netfilter/xt_DSCP.h usr/include/linux/netfilter/xt_HMARK.h usr/include/linux/netfilter/xt_IDLETIMER.h usr/include/linux/netfilter/xt_LED.h usr/include/linux/netfilter/xt_LOG.h usr/include/linux/netfilter/xt_MARK.h usr/include/linux/netfilter/xt_NFLOG.h usr/include/linux/netfilter/xt_NFQUEUE.h usr/include/linux/netfilter/xt_RATEEST.h usr/include/linux/netfilter/xt_SECMARK.h usr/include/linux/netfilter/xt_SYNPROXY.h usr/include/linux/netfilter/xt_TCPMSS.h usr/include/linux/netfilter/xt_TCPOPTSTRIP.h usr/include/linux/netfilter/xt_TEE.h usr/include/linux/netfilter/xt_TPROXY.h usr/include/linux/netfilter/xt_addrtype.h usr/include/linux/netfilter/xt_bpf.h usr/include/linux/netfilter/xt_cgroup.h usr/include/linux/netfilter/xt_cluster.h usr/include/linux/netfilter/xt_comment.h usr/include/linux/netfilter/xt_connbytes.h usr/include/linux/netfilter/xt_connlabel.h usr/include/linux/netfilter/xt_connlimit.h usr/include/linux/netfilter/xt_connmark.h usr/include/linux/netfilter/xt_conntrack.h usr/include/linux/netfilter/xt_cpu.h usr/include/linux/netfilter/xt_dccp.h usr/include/linux/netfilter/xt_devgroup.h usr/include/linux/netfilter/xt_dscp.h usr/include/linux/netfilter/xt_ecn.h usr/include/linux/netfilter/xt_esp.h usr/include/linux/netfilter/xt_hashlimit.h usr/include/linux/netfilter/xt_helper.h usr/include/linux/netfilter/xt_ipcomp.h usr/include/linux/netfilter/xt_iprange.h usr/include/linux/netfilter/xt_ipvs.h usr/include/linux/netfilter/xt_l2tp.h usr/include/linux/netfilter/xt_length.h usr/include/linux/netfilter/xt_limit.h usr/include/linux/netfilter/xt_mac.h usr/include/linux/netfilter/xt_mark.h usr/include/linux/netfilter/xt_multiport.h usr/include/linux/netfilter/xt_nfacct.h usr/include/linux/netfilter/xt_osf.h usr/include/linux/netfilter/xt_owner.h usr/include/linux/netfilter/xt_physdev.h usr/include/linux/netfilter/xt_pkttype.h usr/include/linux/netfilter/xt_policy.h usr/include/linux/netfilter/xt_quota.h usr/include/linux/netfilter/xt_rateest.h usr/include/linux/netfilter/xt_realm.h usr/include/linux/netfilter/xt_recent.h usr/include/linux/netfilter/xt_rpfilter.h usr/include/linux/netfilter/xt_sctp.h usr/include/linux/netfilter/xt_set.h usr/include/linux/netfilter/xt_socket.h usr/include/linux/netfilter/xt_state.h usr/include/linux/netfilter/xt_statistic.h usr/include/linux/netfilter/xt_string.h usr/include/linux/netfilter/xt_tcpmss.h usr/include/linux/netfilter/xt_tcpudp.h usr/include/linux/netfilter/xt_time.h usr/include/linux/netfilter/xt_u32.h usr/include/linux/netfilter_arp.h usr/include/linux/netfilter_arp/arp_tables.h usr/include/linux/netfilter_arp/arpt_mangle.h usr/include/linux/netfilter_bridge.h usr/include/linux/netfilter_bridge/ebt_802_3.h usr/include/linux/netfilter_bridge/ebt_among.h usr/include/linux/netfilter_bridge/ebt_arp.h usr/include/linux/netfilter_bridge/ebt_arpreply.h usr/include/linux/netfilter_bridge/ebt_ip.h usr/include/linux/netfilter_bridge/ebt_ip6.h usr/include/linux/netfilter_bridge/ebt_limit.h usr/include/linux/netfilter_bridge/ebt_log.h usr/include/linux/netfilter_bridge/ebt_mark_m.h usr/include/linux/netfilter_bridge/ebt_mark_t.h usr/include/linux/netfilter_bridge/ebt_nat.h usr/include/linux/netfilter_bridge/ebt_nflog.h usr/include/linux/netfilter_bridge/ebt_pkttype.h usr/include/linux/netfilter_bridge/ebt_redirect.h usr/include/linux/netfilter_bridge/ebt_stp.h usr/include/linux/netfilter_bridge/ebt_vlan.h usr/include/linux/netfilter_bridge/ebtables.h usr/include/linux/netfilter_decnet.h usr/include/linux/netfilter_ipv4.h usr/include/linux/netfilter_ipv4/ip_tables.h usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h usr/include/linux/netfilter_ipv4/ipt_ECN.h usr/include/linux/netfilter_ipv4/ipt_LOG.h usr/include/linux/netfilter_ipv4/ipt_REJECT.h usr/include/linux/netfilter_ipv4/ipt_TTL.h usr/include/linux/netfilter_ipv4/ipt_ah.h usr/include/linux/netfilter_ipv4/ipt_ecn.h usr/include/linux/netfilter_ipv4/ipt_ttl.h usr/include/linux/netfilter_ipv6.h usr/include/linux/netfilter_ipv6/ip6_tables.h usr/include/linux/netfilter_ipv6/ip6t_HL.h usr/include/linux/netfilter_ipv6/ip6t_LOG.h usr/include/linux/netfilter_ipv6/ip6t_NPT.h usr/include/linux/netfilter_ipv6/ip6t_REJECT.h usr/include/linux/netfilter_ipv6/ip6t_ah.h usr/include/linux/netfilter_ipv6/ip6t_frag.h usr/include/linux/netfilter_ipv6/ip6t_hl.h usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h usr/include/linux/netfilter_ipv6/ip6t_mh.h usr/include/linux/netfilter_ipv6/ip6t_opts.h usr/include/linux/netfilter_ipv6/ip6t_rt.h usr/include/linux/netfilter_ipv6/ip6t_srh.h usr/include/linux/netlink.h usr/include/linux/netlink_diag.h usr/include/linux/netrom.h usr/include/linux/nexthop.h usr/include/linux/nfc.h usr/include/linux/nfs.h usr/include/linux/nfs2.h usr/include/linux/nfs3.h usr/include/linux/nfs4.h usr/include/linux/nfs4_mount.h usr/include/linux/nfs_fs.h usr/include/linux/nfs_idmap.h usr/include/linux/nfs_mount.h usr/include/linux/nfsacl.h usr/include/linux/nfsd/cld.h usr/include/linux/nfsd/debug.h usr/include/linux/nfsd/export.h +usr/include/linux/nfsd_netlink.h usr/include/linux/nfsd/stats.h usr/include/linux/nilfs2_api.h usr/include/linux/nilfs2_ondisk.h usr/include/linux/nitro_enclaves.h usr/include/linux/nl80211.h usr/include/linux/nsfs.h usr/include/linux/nubus.h usr/include/linux/nvme_ioctl.h usr/include/linux/nvram.h usr/include/linux/omap3isp.h usr/include/linux/omapfb.h usr/include/linux/oom.h usr/include/linux/openat2.h usr/include/linux/openvswitch.h usr/include/linux/packet_diag.h usr/include/linux/param.h usr/include/linux/parport.h usr/include/linux/patchkey.h usr/include/linux/pci.h usr/include/linux/pci_regs.h usr/include/linux/pcitest.h usr/include/linux/perf_event.h usr/include/linux/personality.h usr/include/linux/pfkeyv2.h usr/include/linux/pfrut.h usr/include/linux/pg.h usr/include/linux/phantom.h usr/include/linux/phonet.h usr/include/linux/pidfd.h usr/include/linux/pkt_cls.h usr/include/linux/pkt_sched.h usr/include/linux/pktcdvd.h usr/include/linux/pmu.h usr/include/linux/poll.h usr/include/linux/posix_acl.h usr/include/linux/posix_acl_xattr.h usr/include/linux/posix_types.h usr/include/linux/ppdev.h usr/include/linux/ppp-comp.h usr/include/linux/ppp-ioctl.h usr/include/linux/ppp_defs.h usr/include/linux/pps.h usr/include/linux/psp-dbc.h usr/include/linux/pr.h usr/include/linux/prctl.h usr/include/linux/psample.h usr/include/linux/psci.h usr/include/linux/psp-sev.h usr/include/linux/ptp_clock.h usr/include/linux/ptrace.h usr/include/linux/qemu_fw_cfg.h usr/include/linux/qnx4_fs.h usr/include/linux/qnxtypes.h usr/include/linux/qrtr.h usr/include/linux/quota.h usr/include/linux/radeonfb.h usr/include/linux/raid/md_p.h usr/include/linux/raid/md_u.h usr/include/linux/random.h usr/include/linux/rds.h usr/include/linux/reboot.h usr/include/linux/reiserfs_fs.h usr/include/linux/reiserfs_xattr.h usr/include/linux/remoteproc_cdev.h usr/include/linux/resource.h usr/include/linux/rfkill.h usr/include/linux/rio_cm_cdev.h usr/include/linux/rio_mport_cdev.h usr/include/linux/rkisp1-config.h usr/include/linux/romfs_fs.h usr/include/linux/rose.h usr/include/linux/route.h usr/include/linux/rpl.h usr/include/linux/rpl_iptunnel.h usr/include/linux/rpmsg.h usr/include/linux/rpmsg_types.h usr/include/linux/rseq.h usr/include/linux/rtc.h usr/include/linux/rtnetlink.h usr/include/linux/rxrpc.h usr/include/linux/scc.h usr/include/linux/sched.h usr/include/linux/sched/types.h usr/include/linux/scif_ioctl.h usr/include/linux/screen_info.h usr/include/linux/sctp.h usr/include/linux/seccomp.h usr/include/linux/securebits.h usr/include/linux/sed-opal.h usr/include/linux/seg6.h usr/include/linux/seg6_genl.h usr/include/linux/seg6_hmac.h usr/include/linux/seg6_iptunnel.h usr/include/linux/seg6_local.h usr/include/linux/selinux_netlink.h usr/include/linux/sem.h usr/include/linux/serial.h usr/include/linux/serial_core.h usr/include/linux/serial_reg.h usr/include/linux/serio.h usr/include/linux/sev-guest.h usr/include/linux/shm.h usr/include/linux/signal.h usr/include/linux/signalfd.h usr/include/linux/smc.h usr/include/linux/smc_diag.h usr/include/linux/smiapp.h usr/include/linux/snmp.h usr/include/linux/sock_diag.h usr/include/linux/socket.h usr/include/linux/sockios.h usr/include/linux/sonet.h usr/include/linux/sonypi.h usr/include/linux/sound.h usr/include/linux/soundcard.h usr/include/linux/spi/spi.h usr/include/linux/spi/spidev.h usr/include/linux/stat.h usr/include/linux/stddef.h usr/include/linux/stm.h usr/include/linux/string.h usr/include/linux/sunrpc/debug.h usr/include/linux/surface_aggregator/cdev.h usr/include/linux/surface_aggregator/dtx.h usr/include/linux/suspend_ioctls.h usr/include/linux/swab.h usr/include/linux/switchtec_ioctl.h usr/include/linux/sync_file.h usr/include/linux/synclink.h usr/include/linux/sysctl.h usr/include/linux/sysinfo.h usr/include/linux/target_core_user.h usr/include/linux/taskstats.h usr/include/linux/tc_act/tc_bpf.h usr/include/linux/tc_act/tc_connmark.h usr/include/linux/tc_act/tc_csum.h usr/include/linux/tc_act/tc_ct.h usr/include/linux/tc_act/tc_ctinfo.h usr/include/linux/tc_act/tc_defact.h usr/include/linux/tc_act/tc_gact.h usr/include/linux/tc_act/tc_gate.h usr/include/linux/tc_act/tc_ife.h -usr/include/linux/tc_act/tc_ipt.h usr/include/linux/tc_act/tc_mirred.h usr/include/linux/tc_act/tc_mpls.h usr/include/linux/tc_act/tc_nat.h usr/include/linux/tc_act/tc_pedit.h usr/include/linux/tc_act/tc_sample.h usr/include/linux/tc_act/tc_skbedit.h usr/include/linux/tc_act/tc_skbmod.h usr/include/linux/tc_act/tc_tunnel_key.h usr/include/linux/tc_act/tc_vlan.h usr/include/linux/tc_ematch/tc_em_cmp.h usr/include/linux/tc_ematch/tc_em_ipt.h usr/include/linux/tc_ematch/tc_em_meta.h usr/include/linux/tc_ematch/tc_em_nbyte.h usr/include/linux/tc_ematch/tc_em_text.h usr/include/linux/tcp.h usr/include/linux/tcp_metrics.h usr/include/linux/tdx-guest.h usr/include/linux/tee.h usr/include/linux/termios.h usr/include/linux/thermal.h usr/include/linux/time.h usr/include/linux/time_types.h usr/include/linux/timerfd.h usr/include/linux/times.h usr/include/linux/timex.h usr/include/linux/tiocl.h usr/include/linux/tipc.h usr/include/linux/tipc_config.h usr/include/linux/tipc_netlink.h usr/include/linux/tipc_sockets_diag.h usr/include/linux/tls.h usr/include/linux/toshiba.h usr/include/linux/tty.h usr/include/linux/tty_flags.h usr/include/linux/types.h usr/include/linux/udf_fs_i.h usr/include/linux/udmabuf.h usr/include/linux/udp.h usr/include/linux/uhid.h usr/include/linux/uinput.h usr/include/linux/uio.h usr/include/linux/uleds.h usr/include/linux/ultrasound.h usr/include/linux/um_timetravel.h usr/include/linux/un.h usr/include/linux/unistd.h usr/include/linux/unix_diag.h usr/include/linux/usb/audio.h usr/include/linux/usb/cdc-wdm.h usr/include/linux/usb/cdc.h usr/include/linux/usb/ch11.h usr/include/linux/usb/ch9.h usr/include/linux/usb/charger.h usr/include/linux/usb/functionfs.h usr/include/linux/usb/g_printer.h usr/include/linux/usb/g_uvc.h usr/include/linux/usb/gadgetfs.h usr/include/linux/usb/midi.h usr/include/linux/usb/raw_gadget.h usr/include/linux/usb/tmc.h usr/include/linux/usb/video.h usr/include/linux/usbdevice_fs.h usr/include/linux/usbip.h usr/include/linux/userfaultfd.h usr/include/linux/userio.h usr/include/linux/utime.h usr/include/linux/utsname.h usr/include/linux/uuid.h usr/include/linux/uvcvideo.h usr/include/linux/v4l2-common.h usr/include/linux/v4l2-controls.h usr/include/linux/v4l2-dv-timings.h usr/include/linux/v4l2-mediabus.h usr/include/linux/v4l2-subdev.h usr/include/linux/vbox_err.h usr/include/linux/vbox_vmmdev_types.h usr/include/linux/vboxguest.h usr/include/linux/vdpa.h +usr/include/linux/vduse.h usr/include/linux/version.h usr/include/linux/veth.h usr/include/linux/vfio.h usr/include/linux/vfio_ccw.h usr/include/linux/vfio_zdev.h usr/include/linux/vhost.h usr/include/linux/vhost_types.h usr/include/linux/videodev2.h usr/include/linux/virtio_9p.h usr/include/linux/virtio_balloon.h usr/include/linux/virtio_blk.h usr/include/linux/virtio_bt.h usr/include/linux/virtio_config.h usr/include/linux/virtio_console.h usr/include/linux/virtio_crypto.h usr/include/linux/virtio_fs.h usr/include/linux/virtio_gpio.h usr/include/linux/virtio_gpu.h usr/include/linux/virtio_i2c.h usr/include/linux/virtio_ids.h usr/include/linux/virtio_input.h usr/include/linux/virtio_iommu.h usr/include/linux/virtio_mem.h usr/include/linux/virtio_mmio.h usr/include/linux/virtio_net.h usr/include/linux/virtio_pci.h usr/include/linux/virtio_pcidev.h usr/include/linux/virtio_pmem.h usr/include/linux/virtio_ring.h usr/include/linux/virtio_rng.h usr/include/linux/virtio_scmi.h usr/include/linux/virtio_scsi.h usr/include/linux/virtio_snd.h usr/include/linux/virtio_types.h usr/include/linux/virtio_vsock.h usr/include/linux/vm_sockets.h usr/include/linux/vm_sockets_diag.h usr/include/linux/vmcore.h usr/include/linux/vsockmon.h usr/include/linux/vt.h usr/include/linux/vtpm_proxy.h usr/include/linux/wait.h usr/include/linux/watch_queue.h usr/include/linux/watchdog.h usr/include/linux/wireguard.h usr/include/linux/wireless.h usr/include/linux/wmi.h usr/include/linux/wwan.h usr/include/linux/x25.h usr/include/linux/xattr.h usr/include/linux/xdp_diag.h usr/include/linux/xfrm.h usr/include/linux/xilinx-v4l2-controls.h usr/include/linux/zorro.h usr/include/linux/zorro_ids.h usr/include/locale.h usr/include/malloc.h usr/include/math.h usr/include/mcheck.h usr/include/memory.h usr/include/misc/cxl.h usr/include/misc/fastrpc.h usr/include/misc/habanalabs.h usr/include/misc/ocxl.h usr/include/misc/pvpanic.h usr/include/misc/uacce/hisi_qm.h usr/include/misc/uacce/uacce.h usr/include/misc/xilinx_sdfec.h usr/include/mntent.h usr/include/monetary.h usr/include/mqueue.h usr/include/mtd/inftl-user.h usr/include/mtd/mtd-abi.h usr/include/mtd/mtd-user.h usr/include/mtd/nftl-user.h usr/include/mtd/ubi-user.h usr/include/net/ethernet.h usr/include/net/if.h usr/include/net/if_arp.h usr/include/net/if_packet.h usr/include/net/if_ppp.h usr/include/net/if_shaper.h usr/include/net/if_slip.h usr/include/net/ppp-comp.h usr/include/net/ppp_defs.h usr/include/net/route.h usr/include/netash/ash.h usr/include/netatalk/at.h usr/include/netax25/ax25.h usr/include/netdb.h usr/include/neteconet/ec.h usr/include/netinet/ether.h usr/include/netinet/icmp6.h usr/include/netinet/if_ether.h usr/include/netinet/if_fddi.h usr/include/netinet/if_tr.h usr/include/netinet/igmp.h usr/include/netinet/in.h usr/include/netinet/in_systm.h usr/include/netinet/ip.h usr/include/netinet/ip6.h usr/include/netinet/ip_icmp.h usr/include/netinet/tcp.h usr/include/netinet/udp.h usr/include/netipx/ipx.h usr/include/netiucv/iucv.h usr/include/netpacket/packet.h usr/include/netrom/netrom.h usr/include/netrose/rose.h usr/include/nfs/nfs.h usr/include/nl_types.h usr/include/nss.h usr/include/obstack.h usr/include/paths.h usr/include/plugin-api.h usr/include/poll.h usr/include/powercap.h usr/include/printf.h usr/include/proc_service.h usr/include/protocols/routed.h usr/include/protocols/rwhod.h usr/include/protocols/talkd.h usr/include/protocols/timed.h usr/include/pthread.h usr/include/pty.h usr/include/pwd.h usr/include/rdma/bnxt_re-abi.h usr/include/rdma/cxgb4-abi.h usr/include/rdma/efa-abi.h usr/include/rdma/hfi/hfi1_ioctl.h usr/include/rdma/hfi/hfi1_user.h usr/include/rdma/hns-abi.h usr/include/rdma/ib_user_ioctl_cmds.h usr/include/rdma/ib_user_ioctl_verbs.h usr/include/rdma/ib_user_mad.h usr/include/rdma/ib_user_sa.h usr/include/rdma/ib_user_verbs.h usr/include/rdma/irdma-abi.h usr/include/rdma/mana-abi.h usr/include/rdma/mlx4-abi.h usr/include/rdma/mlx5-abi.h usr/include/rdma/mlx5_user_ioctl_cmds.h usr/include/rdma/mlx5_user_ioctl_verbs.h usr/include/rdma/mthca-abi.h usr/include/rdma/ocrdma-abi.h usr/include/rdma/qedr-abi.h usr/include/rdma/rdma_netlink.h usr/include/rdma/rdma_user_cm.h usr/include/rdma/rdma_user_ioctl.h usr/include/rdma/rdma_user_ioctl_cmds.h usr/include/rdma/rdma_user_rxe.h usr/include/rdma/rvt-abi.h usr/include/rdma/siw-abi.h usr/include/rdma/vmw_pvrdma-abi.h usr/include/re_comp.h usr/include/regex.h usr/include/regexp.h usr/include/resolv.h usr/include/rpc/netdb.h usr/include/sched.h usr/include/scsi/cxlflash_ioctl.h usr/include/scsi/fc/fc_els.h usr/include/scsi/fc/fc_fs.h usr/include/scsi/fc/fc_gs.h usr/include/scsi/fc/fc_ns.h usr/include/scsi/scsi.h usr/include/scsi/scsi_bsg_fc.h usr/include/scsi/scsi_bsg_mpi3mr.h usr/include/scsi/scsi_bsg_ufs.h usr/include/scsi/scsi_ioctl.h usr/include/scsi/scsi_netlink.h usr/include/scsi/scsi_netlink_fc.h usr/include/scsi/sg.h usr/include/search.h usr/include/semaphore.h usr/include/setjmp.h usr/include/sgtty.h usr/include/shadow.h usr/include/signal.h usr/include/sound/asequencer.h usr/include/sound/asoc.h usr/include/sound/asound.h usr/include/sound/asound_fm.h usr/include/sound/compress_offload.h usr/include/sound/compress_params.h usr/include/sound/emu10k1.h usr/include/sound/firewire.h usr/include/sound/hdsp.h usr/include/sound/hdspm.h usr/include/sound/intel/avs/tokens.h usr/include/sound/sb16_csp.h +usr/include/sound/scarlett2.h usr/include/sound/sfnt_info.h usr/include/sound/skl-tplg-interface.h usr/include/sound/snd_ar_tokens.h usr/include/sound/snd_sst_tokens.h usr/include/sound/sof/abi.h usr/include/sound/sof/fw.h usr/include/sound/sof/header.h usr/include/sound/sof/tokens.h usr/include/sound/tlv.h usr/include/sound/usb_stream.h usr/include/spawn.h usr/include/stab.h usr/include/stdc-predef.h usr/include/stdint.h usr/include/stdio.h usr/include/stdio_ext.h usr/include/stdlib.h usr/include/string.h usr/include/strings.h usr/include/symcat.h usr/include/sys/acct.h usr/include/sys/auxv.h usr/include/sys/bitypes.h usr/include/sys/cdefs.h usr/include/sys/dir.h usr/include/sys/elf.h usr/include/sys/epoll.h usr/include/sys/errno.h usr/include/sys/eventfd.h usr/include/sys/fanotify.h usr/include/sys/fcntl.h usr/include/sys/file.h usr/include/sys/fsuid.h usr/include/sys/gmon.h usr/include/sys/gmon_out.h usr/include/sys/ifunc.h usr/include/sys/inotify.h usr/include/sys/ioctl.h usr/include/sys/ipc.h usr/include/sys/kd.h usr/include/sys/klog.h usr/include/sys/mman.h usr/include/sys/mount.h usr/include/sys/msg.h usr/include/sys/mtio.h usr/include/sys/param.h usr/include/sys/pci.h usr/include/sys/personality.h usr/include/sys/poll.h usr/include/sys/prctl.h usr/include/sys/procfs.h usr/include/sys/profil.h usr/include/sys/ptrace.h usr/include/sys/queue.h usr/include/sys/quota.h usr/include/sys/random.h usr/include/sys/raw.h usr/include/sys/reboot.h usr/include/sys/resource.h usr/include/sys/rseq.h usr/include/sys/select.h usr/include/sys/sem.h usr/include/sys/sendfile.h usr/include/sys/shm.h usr/include/sys/signal.h usr/include/sys/signalfd.h usr/include/sys/single_threaded.h usr/include/sys/socket.h usr/include/sys/socketvar.h usr/include/sys/soundcard.h usr/include/sys/stat.h usr/include/sys/statfs.h usr/include/sys/statvfs.h usr/include/sys/swap.h usr/include/sys/syscall.h usr/include/sys/sysinfo.h usr/include/sys/syslog.h usr/include/sys/sysmacros.h usr/include/sys/termios.h usr/include/sys/time.h usr/include/sys/timeb.h usr/include/sys/timerfd.h usr/include/sys/times.h usr/include/sys/timex.h usr/include/sys/ttychars.h usr/include/sys/ttydefaults.h usr/include/sys/types.h usr/include/sys/ucontext.h usr/include/sys/uio.h usr/include/sys/un.h usr/include/sys/unistd.h usr/include/sys/user.h usr/include/sys/utsname.h usr/include/sys/vfs.h usr/include/sys/vlimit.h usr/include/sys/vt.h usr/include/sys/wait.h usr/include/sys/xattr.h usr/include/syscall.h usr/include/sysexits.h usr/include/syslog.h usr/include/tar.h usr/include/termio.h usr/include/termios.h usr/include/tgmath.h usr/include/thread_db.h usr/include/threads.h usr/include/time.h usr/include/ttyent.h usr/include/uchar.h usr/include/ucontext.h usr/include/ulimit.h usr/include/unistd.h usr/include/utime.h usr/include/utmp.h usr/include/utmpx.h usr/include/values.h usr/include/video/edid.h usr/include/video/sisfb.h usr/include/video/uvesafb.h usr/include/wait.h usr/include/wchar.h usr/include/wctype.h usr/include/wordexp.h usr/include/xen/evtchn.h usr/include/xen/gntalloc.h usr/include/xen/gntdev.h usr/include/xen/privcmd.h +usr/lib/.build-id/06/7bffb51be31c3e32b4fd7118e4172dd4a48eab +usr/lib/.build-id/09/5420f6641d370e6e34329ef546658134c67f2c +usr/lib/.build-id/11/bdaa7395ca7402efe03137fa4cec8a8e01ffb3 +usr/lib/.build-id/15/0543ba02af63a6eeec252007c6cb0e0776e137 +usr/lib/.build-id/16/042197b3477df5c5f9214b79e07951efab9db8 +usr/lib/.build-id/18/e1baa21caccc1cc3fec168c32216fa0ebdf493 +usr/lib/.build-id/23/cc3c40d2f12d1e55fe241fc57519676dc5756f +usr/lib/.build-id/26/3ae09d595d77611fef361ec47b70cf0b6af631 +usr/lib/.build-id/26/3ae09d595d77611fef361ec47b70cf0b6af631.1 +usr/lib/.build-id/26/3ae09d595d77611fef361ec47b70cf0b6af631.2 +usr/lib/.build-id/26/795006165159b9d3b3558e1f79c9c574d430ae +usr/lib/.build-id/27/1a5286d1966307fe110686398ce5c3614422ca +usr/lib/.build-id/2a/fee2b79fe4545b6706af25c644e70a8d8dca1b +usr/lib/.build-id/2c/be236484ccf589e4eb02cc250c7e82a9d0f97b +usr/lib/.build-id/2d/2b3c540c497d7e2d0df0ec43643d891359718f +usr/lib/.build-id/34/a5a501303e272b670ca8f2c1be38af8ff940df +usr/lib/.build-id/34/a5a501303e272b670ca8f2c1be38af8ff940df.1 +usr/lib/.build-id/38/74d61948d92d0fbec066e0db21e616c222490c +usr/lib/.build-id/38/83b49e7036d1739cc85af7dd991871ef317aca +usr/lib/.build-id/46/3ad28927161cc26dbf8fc88fde263fd4832dc0 +usr/lib/.build-id/51/8c6f44860eb25dc50daa818a7089732ed89a7c +usr/lib/.build-id/5a/a624a6f3b4a400349cb98304978bb0e86dab28 usr/lib/.build-id/65/608143ad38c3f236e2266222c70a4800afc655 -usr/lib/.build-id/c8/740de7a828fbcce7cd08cc3cc04d5459a39c92 -usr/lib/.build-id/9b/131c1087279cc197cddbdb08e93a41674045b1 -usr/lib/.build-id/e6/2ca5fa7bbd81b0c5dc055cbe19489be8f8842d -usr/lib/.build-id/b1/10aa4bcffdab17303c568d84a160fc9ea6505e -usr/lib/.build-id/33/448cef5035427c6502c2ebd5a4dfed3d598524 -usr/lib/.build-id/e1/8819e24eb33c032cd4939c2a11147849c28cd8 -usr/lib/.build-id/db/12c589cd21a9de3e6f26a42a9faf78484b7f5a -usr/lib/.build-id/ce/d3b9fd4cc8c2cbf4380c275a9431c5d5bd58de -usr/lib/.build-id/f9/3615eb7cf0ed38184fe830dbe5698082b74e52 -usr/lib/.build-id/27/1de6faf182c31fb2c70005ab6bf760b2e86f41 -usr/lib/.build-id/ea/c2df8bc3ddbfc523e9580b4f6474f7e3a82c34 -usr/lib/.build-id/d6/ff34902b40a8e30cf94537e7717ea900fc4cf4 -usr/lib/.build-id/23/e8df0e328d16f07bb00c402a6dddcc44aec3b8 -usr/lib/.build-id/7e/119525324f1f5071c9c6883213ae6b368f769a -usr/lib/.build-id/08/9bfef0ce0827a67551483b83a6bae5e2a4d7d2 -usr/lib/.build-id/08/7bc3513e395e2da401565a5655888dc22ed3aa -usr/lib/.build-id/02/371d4298ecf1e941faa0e52dd1079740ce3447 -usr/lib/.build-id/75/636bb21f948038756e18b09f79731fdb151dae -usr/lib/.build-id/b8/ecff9c4d9af031aab45c7f2928f3cf10825c0b -usr/lib/.build-id/b8/3e0e5eb9a3aa0d7a44ac7055b180c1672ff4b4 -usr/lib/.build-id/8e/32ca10d8acdbcbb3907b50734211b1f3d17fea -usr/lib/.build-id/78/4008371b502635eacded6a2cd53f59ba2850c7 -usr/lib/.build-id/a7/7d4d4a700d620d6fd699eb505337a7fac4e789 -usr/lib/.build-id/d3/e5c95b5557b4d1b3b8d2146e14ae181e8ac933 -usr/lib/.build-id/6c/91b6be4a7dbe53e55e72e1594269c78f651d47 -usr/lib/.build-id/b7/1bbb5fb0aa1ba515a435ec4807cd084a1f318e -usr/lib/.build-id/dc/2447a8a9dad32e0ef8054aa33a00151d97f6dd -usr/lib/.build-id/f2/588b11a4e7bc060c87920acf6ba31ce4d16715 -usr/lib/.build-id/2a/9d3eae043e739072767d6733ef86be607f520f -usr/lib/.build-id/a8/e2abd65c143f92edf86cb9466b4d790acb35cc +usr/lib/.build-id/66/8df92c0760138fa64fc1c64fe07c468ed32927 +usr/lib/.build-id/6a/aaf0e5cd18f75b9226d2604d5fcee23deda599 +usr/lib/.build-id/6c/f1ab6048d419f67ab7ce68b1c91444f0f6edb8 +usr/lib/.build-id/79/d91111786ed60eeb81472bfe51addcf39b8bc1 +usr/lib/.build-id/7b/b84026ad20f19df6b33287d7d31d5b11d33ba2 +usr/lib/.build-id/7f/cc56acef639ccae21c41ac9bd9747344697751 +usr/lib/.build-id/80/775d5d9b518f76606dd1b4c9fdb2aeebad6b53 +usr/lib/.build-id/84/c5f14205919944cab843e9d353a6334e299448 +usr/lib/.build-id/90/c3ec8e426bb7dda2224b1b35baae416840c761 +usr/lib/.build-id/9f/f5cf445020bab2c76f65b2aca88c754eef1438 +usr/lib/.build-id/9f/f5cf445020bab2c76f65b2aca88c754eef1438.1 +usr/lib/.build-id/9f/f5cf445020bab2c76f65b2aca88c754eef1438.2 +usr/lib/.build-id/9f/f5cf445020bab2c76f65b2aca88c754eef1438.3 +usr/lib/.build-id/a3/0f5328ce9234d8f1a9a40ae62b42179142f107 +usr/lib/.build-id/a4/839a4d4d8cba459282d212bb244ca57916b0ac +usr/lib/.build-id/ae/ca03d178c0764a5faca8d7a2281a436060d7cf +usr/lib/.build-id/bb/f56c4594d6452ba73305dd3dd0207057ff934a +usr/lib/.build-id/c0/450bec920aa12de3729869f8d1ff03bf739fa9 usr/lib/.build-id/c3/df473966425254fd6469c1e2a218883d5c56e8 -usr/lib/.build-id/7c/cab1d732cc64c68128dea32c77d0fd6db97503.3 -usr/lib/.build-id/7c/cab1d732cc64c68128dea32c77d0fd6db97503 -usr/lib/.build-id/7c/cab1d732cc64c68128dea32c77d0fd6db97503.2 -usr/lib/.build-id/7c/cab1d732cc64c68128dea32c77d0fd6db97503.1 -usr/lib/.build-id/84/0758df349b7cdfbc6f355610070e71a28c24b4 -usr/lib/.build-id/bd/9de38121e09fe63797aa81ec1b3b98ef27a8cd -usr/lib/.build-id/41/b374264f0b1b1198c87804885948de26f3f166.1 -usr/lib/.build-id/41/b374264f0b1b1198c87804885948de26f3f166.2 -usr/lib/.build-id/41/b374264f0b1b1198c87804885948de26f3f166 -usr/lib/.build-id/41/3912d82a6ef0123f5944dfe36decca320bd52a -usr/lib/.build-id/a6/15166349157a6be3da06de19db4252db7565b9 -usr/lib/.build-id/74/f2e469b5c0bca4db802843656b1175ac84dc5a -usr/lib/.build-id/f6/a07f373e8753b7f75a0e73af3259a466447d0c -usr/lib/.build-id/90/3e0b1b7d7ee3430fd2ddfe940fb9ed7e8fb2ff -usr/lib/.build-id/46/27ea0da3d1020087e0b27586714f967006179d -usr/lib/.build-id/3a/968c1a4ac239a5069e71fa8fe74d9075e49cbb -usr/lib/.build-id/0c/dc42d14f2205e26a74a1498e5ace4dc2dddc2a +usr/lib/.build-id/c5/6bc1d7e8bf4842a0d9c08ab9c20003b9b839e8 +usr/lib/.build-id/cf/b4918b156bb47677f54a5c2d31f9713ffd6570 +usr/lib/.build-id/d0/9ade9f794c43c440c587c0f0b248e2af758aa1 +usr/lib/.build-id/dc/0ef5245d6243f9dd976301d314baeeb0d740a6 +usr/lib/.build-id/de/1bd7aa2f5fea6e1baffa666a30fb4786a10b83 +usr/lib/.build-id/e0/cd8060348ab6cc612a974e606835f0a90962bd +usr/lib/.build-id/e5/fb2a1d12898c3d19d0e3b98017086af348c336 +usr/lib/.build-id/f4/5278c76db2d36e5f2b0e6c724df19b31089f18 usr/lib/cpp usr/lib/gcc/aarch64-redhat-linux/11/crtbegin.o usr/lib/gcc/aarch64-redhat-linux/11/crtbeginS.o usr/lib/gcc/aarch64-redhat-linux/11/crtbeginT.o usr/lib/gcc/aarch64-redhat-linux/11/crtend.o usr/lib/gcc/aarch64-redhat-linux/11/crtendS.o usr/lib/gcc/aarch64-redhat-linux/11/crtfastmath.o usr/lib/gcc/aarch64-redhat-linux/11/finclude/ieee_arithmetic.mod usr/lib/gcc/aarch64-redhat-linux/11/finclude/ieee_exceptions.mod usr/lib/gcc/aarch64-redhat-linux/11/finclude/ieee_features.mod usr/lib/gcc/aarch64-redhat-linux/11/finclude/omp_lib.f90 usr/lib/gcc/aarch64-redhat-linux/11/finclude/omp_lib.h usr/lib/gcc/aarch64-redhat-linux/11/finclude/omp_lib.mod usr/lib/gcc/aarch64-redhat-linux/11/finclude/omp_lib_kinds.mod usr/lib/gcc/aarch64-redhat-linux/11/finclude/openacc.f90 usr/lib/gcc/aarch64-redhat-linux/11/finclude/openacc.mod usr/lib/gcc/aarch64-redhat-linux/11/finclude/openacc_kinds.mod usr/lib/gcc/aarch64-redhat-linux/11/finclude/openacc_lib.h usr/lib/gcc/aarch64-redhat-linux/11/include/ISO_Fortran_binding.h usr/lib/gcc/aarch64-redhat-linux/11/include/acc_prof.h usr/lib/gcc/aarch64-redhat-linux/11/include/arm_acle.h usr/lib/gcc/aarch64-redhat-linux/11/include/arm_bf16.h usr/lib/gcc/aarch64-redhat-linux/11/include/arm_fp16.h usr/lib/gcc/aarch64-redhat-linux/11/include/arm_neon.h usr/lib/gcc/aarch64-redhat-linux/11/include/arm_sve.h usr/lib/gcc/aarch64-redhat-linux/11/include/float.h usr/lib/gcc/aarch64-redhat-linux/11/include/gcov.h usr/lib/gcc/aarch64-redhat-linux/11/include/iso646.h usr/lib/gcc/aarch64-redhat-linux/11/include/limits.h usr/lib/gcc/aarch64-redhat-linux/11/include/omp.h usr/lib/gcc/aarch64-redhat-linux/11/include/openacc.h usr/lib/gcc/aarch64-redhat-linux/11/include/sanitizer/asan_interface.h usr/lib/gcc/aarch64-redhat-linux/11/include/sanitizer/common_interface_defs.h usr/lib/gcc/aarch64-redhat-linux/11/include/sanitizer/hwasan_interface.h usr/lib/gcc/aarch64-redhat-linux/11/include/sanitizer/lsan_interface.h usr/lib/gcc/aarch64-redhat-linux/11/include/sanitizer/tsan_interface.h usr/lib/gcc/aarch64-redhat-linux/11/include/stdalign.h usr/lib/gcc/aarch64-redhat-linux/11/include/stdarg.h usr/lib/gcc/aarch64-redhat-linux/11/include/stdatomic.h usr/lib/gcc/aarch64-redhat-linux/11/include/stdbool.h usr/lib/gcc/aarch64-redhat-linux/11/include/stddef.h usr/lib/gcc/aarch64-redhat-linux/11/include/stdfix.h usr/lib/gcc/aarch64-redhat-linux/11/include/stdint-gcc.h usr/lib/gcc/aarch64-redhat-linux/11/include/stdint.h usr/lib/gcc/aarch64-redhat-linux/11/include/stdnoreturn.h usr/lib/gcc/aarch64-redhat-linux/11/include/syslimits.h usr/lib/gcc/aarch64-redhat-linux/11/include/unwind.h usr/lib/gcc/aarch64-redhat-linux/11/include/varargs.h usr/lib/gcc/aarch64-redhat-linux/11/libasan.so usr/lib/gcc/aarch64-redhat-linux/11/libasan_preinit.o usr/lib/gcc/aarch64-redhat-linux/11/libatomic.so usr/lib/gcc/aarch64-redhat-linux/11/libcaf_single.a usr/lib/gcc/aarch64-redhat-linux/11/libgcc.a usr/lib/gcc/aarch64-redhat-linux/11/libgcc_eh.a usr/lib/gcc/aarch64-redhat-linux/11/libgcc_s.so usr/lib/gcc/aarch64-redhat-linux/11/libgcov.a usr/lib/gcc/aarch64-redhat-linux/11/libgfortran.so usr/lib/gcc/aarch64-redhat-linux/11/libgfortran.spec usr/lib/gcc/aarch64-redhat-linux/11/libgomp.a usr/lib/gcc/aarch64-redhat-linux/11/libgomp.so usr/lib/gcc/aarch64-redhat-linux/11/libgomp.spec usr/lib/gcc/aarch64-redhat-linux/11/libitm.spec usr/lib/gcc/aarch64-redhat-linux/11/liblsan.so usr/lib/gcc/aarch64-redhat-linux/11/liblsan_preinit.o usr/lib/gcc/aarch64-redhat-linux/11/libsanitizer.spec usr/lib/gcc/aarch64-redhat-linux/11/libstdc++.so usr/lib/gcc/aarch64-redhat-linux/11/libstdc++fs.a usr/lib/gcc/aarch64-redhat-linux/11/libtsan.so usr/lib/gcc/aarch64-redhat-linux/11/libtsan_preinit.o usr/lib/gcc/aarch64-redhat-linux/11/libubsan.so usr/lib/gcc/aarch64-redhat-linux/11/rpmver usr/lib64/Mcrt1.o usr/lib64/Scrt1.o usr/lib64/bfd-plugins/liblto_plugin.so usr/lib64/crt1.o usr/lib64/crti.o usr/lib64/crtn.o usr/lib64/gcrt1.o usr/lib64/grcrt1.o usr/lib64/libBrokenLocale.so usr/lib64/libanl.a usr/lib64/libanl.so usr/lib64/libatomic.so.1 usr/lib64/libatomic.so.1.2.0 usr/lib64/libbfd-%%BUVERSION%%.so usr/lib64/libbfd.a usr/lib64/libbfd.la usr/lib64/libbfd.so usr/lib64/libc.so usr/lib64/libc_nonshared.a usr/lib64/libctf-nobfd.a usr/lib64/libctf-nobfd.la usr/lib64/libctf-nobfd.so usr/lib64/libctf-nobfd.so.0 usr/lib64/libctf-nobfd.so.0.0.0 usr/lib64/libctf.a usr/lib64/libctf.la usr/lib64/libctf.so usr/lib64/libctf.so.0 usr/lib64/libctf.so.0.0.0 usr/lib64/libdl.a usr/lib64/libg.a usr/lib64/libgomp.so.1 usr/lib64/libgomp.so.1.0.0 usr/lib64/libiberty.a usr/lib64/libm.so usr/lib64/libmcheck.a usr/lib64/libmpc.so.3 usr/lib64/libmpc.so.3.2.1 usr/lib64/libmpfr.so.6 usr/lib64/libmpfr.so.6.1.0 usr/lib64/libopcodes-%%BUVERSION%%.so usr/lib64/libopcodes.a usr/lib64/libopcodes.la usr/lib64/libopcodes.so usr/lib64/libpthread.a usr/lib64/libresolv.so usr/lib64/librt.a usr/lib64/libthread_db.so usr/lib64/libutil.a usr/lib64/rcrt1.o usr/libexec/gcc/aarch64-redhat-linux/11/cc1 usr/libexec/gcc/aarch64-redhat-linux/11/cc1plus usr/libexec/gcc/aarch64-redhat-linux/11/collect2 usr/libexec/gcc/aarch64-redhat-linux/11/f951 usr/libexec/gcc/aarch64-redhat-linux/11/g++-mapper-server usr/libexec/gcc/aarch64-redhat-linux/11/liblto_plugin.so usr/libexec/gcc/aarch64-redhat-linux/11/lto-wrapper usr/libexec/gcc/aarch64-redhat-linux/11/lto1 usr/libexec/getconf/default %%PORTDOCS%%usr/share/doc/binutils/README %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1993.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1994.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1995.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1996.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1997.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1998.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1999.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2000.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2001.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2002.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2003.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2004.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2005.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2006.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2007.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2008.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2009.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2010.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2011.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2012.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2013.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2014.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2015.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2016.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2017.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2018.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2019.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2020.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog.ptr.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog.tree-ssa.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2002.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2002.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2003.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2003.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2004.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2004.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2005.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2005.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2006.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2006.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2007.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2007.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2008.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2008.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2009.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2009.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2010.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2010.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2011.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2011.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2012.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2012.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2013.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2013.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2014.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2014.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2015.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2015.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2016.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2016.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2017.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2017.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2018.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2018.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2019.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2019.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2020.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2020.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog.ptr.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-1997.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-1998.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-1999.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2000.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2001.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2002.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2003.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2004.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2005.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2006.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2007.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2008.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2009.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2010.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2011.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2012.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2013.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2014.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2015.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2016.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2017.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2018.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2019.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2020.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.dataflow.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.gimple-classes.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.graphite.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.jit.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.lib.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.ptr.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.tree-ssa.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.tuples.bz2 %%PORTDOCS%%usr/share/doc/gcc/README.Portability %%PORTDOCS%%usr/share/doc/libgomp/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/libgomp/ChangeLog.graphite.bz2 %%PORTDOCS%%usr/share/doc/libmpc/NEWS %%PORTDOCS%%usr/share/doc/libmpc/README %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-1998.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-1999.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2000.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2001.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2002.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2003.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2004.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2005.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2006.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2007.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2008.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2009.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2010.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2011.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2012.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2013.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2014.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2015.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2016.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2017.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2018.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2019.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2020.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/README %%PORTDOCS%%usr/share/doc/mpfr/BUGS %%PORTDOCS%%usr/share/doc/mpfr/NEWS %%PORTDOCS%%usr/share/doc/mpfr/PATCHES %%PORTDOCS%%usr/share/doc/mpfr/README usr/share/info/as.info.gz usr/share/info/bfd.info.gz usr/share/info/binutils.info.gz usr/share/info/cpp.info.gz usr/share/info/cppinternals.info.gz usr/share/info/gcc.info.gz usr/share/info/gccinstall.info.gz usr/share/info/gccint.info.gz usr/share/info/gfortran.info.gz usr/share/info/gprof.info.gz usr/share/info/ld.info.gz usr/share/info/libgomp.info.gz usr/share/licenses/binutils/COPYING usr/share/licenses/binutils/COPYING.LIB usr/share/licenses/binutils/COPYING3 usr/share/licenses/binutils/COPYING3.LIB usr/share/licenses/gcc/COPYING usr/share/licenses/gcc/COPYING.LIB usr/share/licenses/gcc/COPYING.RUNTIME usr/share/licenses/gcc/COPYING3 usr/share/licenses/gcc/COPYING3.LIB usr/share/licenses/libmpc/COPYING.LESSER usr/share/licenses/mpfr/COPYING usr/share/licenses/mpfr/COPYING.LESSER %%NLS%%usr/share/locale/be/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/ld.mo usr/share/man/man1/addr2line.1.gz usr/share/man/man1/ar.1.gz usr/share/man/man1/as.1.gz usr/share/man/man1/c++filt.1.gz usr/share/man/man1/cpp.1.gz usr/share/man/man1/elfedit.1.gz usr/share/man/man1/g++.1.gz usr/share/man/man1/gcc.1.gz usr/share/man/man1/gcov-dump.1.gz usr/share/man/man1/gcov-tool.1.gz usr/share/man/man1/gcov.1.gz usr/share/man/man1/gfortran.1.gz usr/share/man/man1/gprof.1.gz usr/share/man/man1/ld.1.gz usr/share/man/man1/lto-dump.1.gz usr/share/man/man1/nm.1.gz usr/share/man/man1/objcopy.1.gz usr/share/man/man1/objdump.1.gz usr/share/man/man1/ranlib.1.gz usr/share/man/man1/readelf.1.gz usr/share/man/man1/size.1.gz usr/share/man/man1/strings.1.gz usr/share/man/man1/strip.1.gz @dir usr/lib64/gfortran/modules diff --git a/devel/linux-rl9-devtools/pkg-plist.amd64 b/devel/linux-rl9-devtools/pkg-plist.amd64 index 0454ac80a31f..eae10fb75134 100644 --- a/devel/linux-rl9-devtools/pkg-plist.amd64 +++ b/devel/linux-rl9-devtools/pkg-plist.amd64 @@ -1,3117 +1,3125 @@ usr/bin/addr2line usr/bin/ar usr/bin/as usr/bin/c++ usr/bin/c++filt usr/bin/c89 usr/bin/c99 usr/bin/cc usr/bin/cpp usr/bin/dwp usr/bin/elfedit usr/bin/f95 usr/bin/g++ usr/bin/gcc usr/bin/gcc-ar usr/bin/gcc-nm usr/bin/gcc-ranlib usr/bin/gcov usr/bin/gcov-dump usr/bin/gcov-tool usr/bin/gfortran usr/bin/gprof usr/bin/ld usr/bin/ld.bfd +usr/bin/ld.gold usr/bin/lto-dump usr/bin/nm usr/bin/objcopy usr/bin/objdump usr/bin/ranlib usr/bin/readelf usr/bin/size usr/bin/strings usr/bin/strip usr/bin/x86_64-redhat-linux-c++ usr/bin/x86_64-redhat-linux-g++ usr/bin/x86_64-redhat-linux-gcc usr/bin/x86_64-redhat-linux-gcc-11 usr/include/a.out.h usr/include/aio.h usr/include/aliases.h usr/include/alloca.h usr/include/ansidecl.h usr/include/ar.h usr/include/argp.h usr/include/argz.h usr/include/arpa/ftp.h usr/include/arpa/inet.h usr/include/arpa/nameser.h usr/include/arpa/nameser_compat.h usr/include/arpa/telnet.h usr/include/arpa/tftp.h usr/include/asm-generic/auxvec.h usr/include/asm-generic/bitsperlong.h usr/include/asm-generic/bpf_perf_event.h usr/include/asm-generic/errno-base.h usr/include/asm-generic/errno.h usr/include/asm-generic/fcntl.h usr/include/asm-generic/hugetlb_encode.h usr/include/asm-generic/int-l64.h usr/include/asm-generic/int-ll64.h usr/include/asm-generic/ioctl.h usr/include/asm-generic/ioctls.h usr/include/asm-generic/ipcbuf.h usr/include/asm-generic/kvm_para.h usr/include/asm-generic/mman-common.h usr/include/asm-generic/mman.h usr/include/asm-generic/msgbuf.h usr/include/asm-generic/param.h usr/include/asm-generic/poll.h usr/include/asm-generic/posix_types.h usr/include/asm-generic/resource.h usr/include/asm-generic/sembuf.h usr/include/asm-generic/setup.h usr/include/asm-generic/shmbuf.h usr/include/asm-generic/siginfo.h usr/include/asm-generic/signal-defs.h usr/include/asm-generic/signal.h usr/include/asm-generic/socket.h usr/include/asm-generic/sockios.h usr/include/asm-generic/stat.h usr/include/asm-generic/statfs.h usr/include/asm-generic/swab.h +usr/include/asm-generic/termbits-common.h usr/include/asm-generic/termbits.h usr/include/asm-generic/termios.h usr/include/asm-generic/types.h usr/include/asm-generic/ucontext.h usr/include/asm-generic/unistd.h usr/include/asm/a.out.h usr/include/asm/amd_hsmp.h usr/include/asm/auxvec.h usr/include/asm/bitsperlong.h usr/include/asm/boot.h usr/include/asm/bootparam.h usr/include/asm/bpf_perf_event.h usr/include/asm/byteorder.h usr/include/asm/debugreg.h usr/include/asm/e820.h usr/include/asm/errno.h usr/include/asm/fcntl.h usr/include/asm/hw_breakpoint.h usr/include/asm/hwcap2.h usr/include/asm/ioctl.h usr/include/asm/ioctls.h usr/include/asm/ipcbuf.h usr/include/asm/ist.h usr/include/asm/kvm.h usr/include/asm/kvm_para.h usr/include/asm/kvm_perf.h usr/include/asm/ldt.h usr/include/asm/mce.h usr/include/asm/mman.h usr/include/asm/msgbuf.h usr/include/asm/msr.h usr/include/asm/mtrr.h usr/include/asm/param.h usr/include/asm/perf_regs.h usr/include/asm/poll.h usr/include/asm/posix_types.h usr/include/asm/posix_types_32.h usr/include/asm/posix_types_64.h usr/include/asm/posix_types_x32.h usr/include/asm/prctl.h usr/include/asm/processor-flags.h usr/include/asm/ptrace-abi.h usr/include/asm/ptrace.h usr/include/asm/resource.h usr/include/asm/sembuf.h usr/include/asm/setup.h usr/include/asm/sgx.h usr/include/asm/shmbuf.h usr/include/asm/sigcontext.h usr/include/asm/sigcontext32.h usr/include/asm/siginfo.h usr/include/asm/signal.h usr/include/asm/socket.h usr/include/asm/sockios.h usr/include/asm/stat.h usr/include/asm/statfs.h usr/include/asm/svm.h usr/include/asm/swab.h usr/include/asm/termbits.h usr/include/asm/termios.h usr/include/asm/types.h usr/include/asm/ucontext.h usr/include/asm/unistd.h usr/include/asm/unistd_32.h usr/include/asm/unistd_64.h usr/include/asm/unistd_x32.h usr/include/asm/vm86.h usr/include/asm/vmx.h usr/include/asm/vsyscall.h usr/include/assert.h usr/include/bfd.h usr/include/bfd_stdint.h usr/include/bfdlink.h usr/include/bits/a.out.h usr/include/bits/argp-ldbl.h usr/include/bits/byteswap.h usr/include/bits/cmathcalls.h usr/include/bits/confname.h usr/include/bits/cpu-set.h usr/include/bits/dirent.h usr/include/bits/dirent_ext.h usr/include/bits/dlfcn.h usr/include/bits/elfclass.h usr/include/bits/endian.h usr/include/bits/endianness.h usr/include/bits/environments.h usr/include/bits/epoll.h usr/include/bits/err-ldbl.h usr/include/bits/errno.h usr/include/bits/error-ldbl.h usr/include/bits/error.h usr/include/bits/eventfd.h usr/include/bits/fcntl-linux.h usr/include/bits/fcntl.h usr/include/bits/fcntl2.h usr/include/bits/fenv.h usr/include/bits/floatn-common.h usr/include/bits/floatn.h usr/include/bits/flt-eval-method.h usr/include/bits/fp-fast.h usr/include/bits/fp-logb.h usr/include/bits/getopt_core.h usr/include/bits/getopt_ext.h usr/include/bits/getopt_posix.h usr/include/bits/hwcap.h usr/include/bits/in.h usr/include/bits/indirect-return.h usr/include/bits/initspin.h usr/include/bits/inotify.h usr/include/bits/ioctl-types.h usr/include/bits/ioctls.h usr/include/bits/ipc-perm.h usr/include/bits/ipc.h usr/include/bits/ipctypes.h usr/include/bits/iscanonical.h usr/include/bits/libc-header-start.h usr/include/bits/libm-simd-decl-stubs.h usr/include/bits/link.h usr/include/bits/link_lavcurrent.h usr/include/bits/local_lim.h usr/include/bits/locale.h usr/include/bits/long-double.h usr/include/bits/math-vector.h usr/include/bits/mathcalls-helper-functions.h usr/include/bits/mathcalls-narrow.h usr/include/bits/mathcalls.h usr/include/bits/mathdef.h usr/include/bits/mman-linux.h usr/include/bits/mman-map-flags-generic.h usr/include/bits/mman-shared.h usr/include/bits/mman.h usr/include/bits/monetary-ldbl.h usr/include/bits/mqueue.h usr/include/bits/mqueue2.h usr/include/bits/msq.h usr/include/bits/netdb.h usr/include/bits/param.h usr/include/bits/platform/x86.h usr/include/bits/poll.h usr/include/bits/poll2.h usr/include/bits/posix1_lim.h usr/include/bits/posix2_lim.h usr/include/bits/posix_opt.h usr/include/bits/printf-ldbl.h usr/include/bits/procfs-extra.h usr/include/bits/procfs-id.h usr/include/bits/procfs-prregset.h usr/include/bits/procfs.h usr/include/bits/pthread_stack_min-dynamic.h usr/include/bits/pthread_stack_min.h usr/include/bits/pthreadtypes-arch.h usr/include/bits/pthreadtypes.h usr/include/bits/ptrace-shared.h usr/include/bits/resource.h usr/include/bits/rseq.h usr/include/bits/sched.h usr/include/bits/select.h usr/include/bits/select2.h usr/include/bits/sem.h usr/include/bits/semaphore.h usr/include/bits/setjmp.h usr/include/bits/setjmp2.h usr/include/bits/shm.h usr/include/bits/shmlba.h usr/include/bits/sigaction.h usr/include/bits/sigcontext.h usr/include/bits/sigevent-consts.h usr/include/bits/siginfo-arch.h usr/include/bits/siginfo-consts-arch.h usr/include/bits/siginfo-consts.h usr/include/bits/signal_ext.h usr/include/bits/signalfd.h usr/include/bits/signum-arch.h usr/include/bits/signum-generic.h usr/include/bits/sigstack.h usr/include/bits/sigstksz.h usr/include/bits/sigthread.h usr/include/bits/sockaddr.h usr/include/bits/socket-constants.h usr/include/bits/socket.h usr/include/bits/socket2.h usr/include/bits/socket_type.h usr/include/bits/ss_flags.h usr/include/bits/stab.def usr/include/bits/stat.h usr/include/bits/statfs.h usr/include/bits/statvfs.h usr/include/bits/statx-generic.h usr/include/bits/statx.h usr/include/bits/stdint-intn.h usr/include/bits/stdint-uintn.h usr/include/bits/stdio-ldbl.h usr/include/bits/stdio.h usr/include/bits/stdio2-decl.h usr/include/bits/stdio2.h usr/include/bits/stdio_lim.h usr/include/bits/stdlib-bsearch.h usr/include/bits/stdlib-float.h usr/include/bits/stdlib-ldbl.h usr/include/bits/stdlib.h usr/include/bits/string_fortified.h usr/include/bits/strings_fortified.h usr/include/bits/struct_mutex.h usr/include/bits/struct_rwlock.h usr/include/bits/struct_stat.h usr/include/bits/struct_stat_time64_helper.h usr/include/bits/syscall.h usr/include/bits/syslog-ldbl.h usr/include/bits/syslog-path.h usr/include/bits/syslog.h usr/include/bits/sysmacros.h usr/include/bits/termios-baud.h usr/include/bits/termios-c_cc.h usr/include/bits/termios-c_cflag.h usr/include/bits/termios-c_iflag.h usr/include/bits/termios-c_lflag.h usr/include/bits/termios-c_oflag.h usr/include/bits/termios-misc.h usr/include/bits/termios-struct.h usr/include/bits/termios-tcflow.h usr/include/bits/termios.h usr/include/bits/thread-shared-types.h usr/include/bits/time.h usr/include/bits/time64.h usr/include/bits/timerfd.h usr/include/bits/timesize.h usr/include/bits/timex.h usr/include/bits/types.h usr/include/bits/types/FILE.h usr/include/bits/types/__FILE.h usr/include/bits/types/__fpos64_t.h usr/include/bits/types/__fpos_t.h usr/include/bits/types/__locale_t.h usr/include/bits/types/__mbstate_t.h usr/include/bits/types/__sigset_t.h usr/include/bits/types/__sigval_t.h usr/include/bits/types/clock_t.h usr/include/bits/types/clockid_t.h usr/include/bits/types/cookie_io_functions_t.h usr/include/bits/types/error_t.h usr/include/bits/types/locale_t.h usr/include/bits/types/mbstate_t.h usr/include/bits/types/res_state.h usr/include/bits/types/sig_atomic_t.h usr/include/bits/types/sigevent_t.h usr/include/bits/types/siginfo_t.h usr/include/bits/types/sigset_t.h usr/include/bits/types/sigval_t.h usr/include/bits/types/stack_t.h usr/include/bits/types/struct_FILE.h usr/include/bits/types/struct___jmp_buf_tag.h usr/include/bits/types/struct_iovec.h usr/include/bits/types/struct_itimerspec.h usr/include/bits/types/struct_msqid64_ds.h usr/include/bits/types/struct_msqid64_ds_helper.h usr/include/bits/types/struct_msqid_ds.h usr/include/bits/types/struct_osockaddr.h usr/include/bits/types/struct_rusage.h usr/include/bits/types/struct_sched_param.h usr/include/bits/types/struct_semid64_ds.h usr/include/bits/types/struct_semid64_ds_helper.h usr/include/bits/types/struct_semid_ds.h usr/include/bits/types/struct_shmid64_ds.h usr/include/bits/types/struct_shmid64_ds_helper.h usr/include/bits/types/struct_shmid_ds.h usr/include/bits/types/struct_sigstack.h usr/include/bits/types/struct_statx.h usr/include/bits/types/struct_statx_timestamp.h usr/include/bits/types/struct_timeb.h usr/include/bits/types/struct_timespec.h usr/include/bits/types/struct_timeval.h usr/include/bits/types/struct_tm.h usr/include/bits/types/time_t.h usr/include/bits/types/timer_t.h usr/include/bits/types/wint_t.h usr/include/bits/typesizes.h usr/include/bits/uintn-identity.h usr/include/bits/uio-ext.h usr/include/bits/uio_lim.h usr/include/bits/unistd.h usr/include/bits/unistd_ext.h usr/include/bits/utmp.h usr/include/bits/utmpx.h usr/include/bits/utsname.h usr/include/bits/waitflags.h usr/include/bits/waitstatus.h usr/include/bits/wchar-ldbl.h usr/include/bits/wchar.h usr/include/bits/wchar2-decl.h usr/include/bits/wchar2.h usr/include/bits/wctype-wchar.h usr/include/bits/wordsize.h usr/include/bits/xopen_lim.h usr/include/byteswap.h usr/include/c++/11/algorithm usr/include/c++/11/any usr/include/c++/11/array usr/include/c++/11/atomic usr/include/c++/11/backward/auto_ptr.h usr/include/c++/11/backward/backward_warning.h usr/include/c++/11/backward/binders.h usr/include/c++/11/backward/hash_fun.h usr/include/c++/11/backward/hash_map usr/include/c++/11/backward/hash_set usr/include/c++/11/backward/hashtable.h usr/include/c++/11/backward/strstream usr/include/c++/11/barrier usr/include/c++/11/bit usr/include/c++/11/bits/algorithmfwd.h usr/include/c++/11/bits/align.h usr/include/c++/11/bits/alloc_traits.h usr/include/c++/11/bits/allocated_ptr.h usr/include/c++/11/bits/allocator.h usr/include/c++/11/bits/atomic_base.h usr/include/c++/11/bits/atomic_futex.h usr/include/c++/11/bits/atomic_lockfree_defines.h usr/include/c++/11/bits/atomic_timed_wait.h usr/include/c++/11/bits/atomic_wait.h usr/include/c++/11/bits/basic_ios.h usr/include/c++/11/bits/basic_ios.tcc usr/include/c++/11/bits/basic_string.h usr/include/c++/11/bits/basic_string.tcc usr/include/c++/11/bits/boost_concept_check.h usr/include/c++/11/bits/c++0x_warning.h usr/include/c++/11/bits/char_traits.h usr/include/c++/11/bits/charconv.h usr/include/c++/11/bits/codecvt.h usr/include/c++/11/bits/concept_check.h usr/include/c++/11/bits/cpp_type_traits.h usr/include/c++/11/bits/cxxabi_forced.h usr/include/c++/11/bits/cxxabi_init_exception.h usr/include/c++/11/bits/deque.tcc usr/include/c++/11/bits/enable_special_members.h usr/include/c++/11/bits/erase_if.h usr/include/c++/11/bits/exception.h usr/include/c++/11/bits/exception_defines.h usr/include/c++/11/bits/exception_ptr.h usr/include/c++/11/bits/forward_list.h usr/include/c++/11/bits/forward_list.tcc usr/include/c++/11/bits/fs_dir.h usr/include/c++/11/bits/fs_fwd.h usr/include/c++/11/bits/fs_ops.h usr/include/c++/11/bits/fs_path.h usr/include/c++/11/bits/fstream.tcc usr/include/c++/11/bits/functexcept.h usr/include/c++/11/bits/functional_hash.h usr/include/c++/11/bits/gslice.h usr/include/c++/11/bits/gslice_array.h usr/include/c++/11/bits/hash_bytes.h usr/include/c++/11/bits/hashtable.h usr/include/c++/11/bits/hashtable_policy.h usr/include/c++/11/bits/indirect_array.h usr/include/c++/11/bits/invoke.h usr/include/c++/11/bits/ios_base.h usr/include/c++/11/bits/istream.tcc usr/include/c++/11/bits/iterator_concepts.h usr/include/c++/11/bits/list.tcc usr/include/c++/11/bits/locale_classes.h usr/include/c++/11/bits/locale_classes.tcc usr/include/c++/11/bits/locale_conv.h usr/include/c++/11/bits/locale_facets.h usr/include/c++/11/bits/locale_facets.tcc usr/include/c++/11/bits/locale_facets_nonio.h usr/include/c++/11/bits/locale_facets_nonio.tcc usr/include/c++/11/bits/localefwd.h usr/include/c++/11/bits/mask_array.h usr/include/c++/11/bits/max_size_type.h usr/include/c++/11/bits/memoryfwd.h usr/include/c++/11/bits/move.h usr/include/c++/11/bits/nested_exception.h usr/include/c++/11/bits/node_handle.h usr/include/c++/11/bits/ostream.tcc usr/include/c++/11/bits/ostream_insert.h usr/include/c++/11/bits/parse_numbers.h usr/include/c++/11/bits/postypes.h usr/include/c++/11/bits/predefined_ops.h usr/include/c++/11/bits/ptr_traits.h usr/include/c++/11/bits/quoted_string.h usr/include/c++/11/bits/random.h usr/include/c++/11/bits/random.tcc usr/include/c++/11/bits/range_access.h usr/include/c++/11/bits/ranges_algo.h usr/include/c++/11/bits/ranges_algobase.h usr/include/c++/11/bits/ranges_base.h usr/include/c++/11/bits/ranges_cmp.h usr/include/c++/11/bits/ranges_uninitialized.h usr/include/c++/11/bits/ranges_util.h usr/include/c++/11/bits/refwrap.h usr/include/c++/11/bits/regex.h usr/include/c++/11/bits/regex.tcc usr/include/c++/11/bits/regex_automaton.h usr/include/c++/11/bits/regex_automaton.tcc usr/include/c++/11/bits/regex_compiler.h usr/include/c++/11/bits/regex_compiler.tcc usr/include/c++/11/bits/regex_constants.h usr/include/c++/11/bits/regex_error.h usr/include/c++/11/bits/regex_executor.h usr/include/c++/11/bits/regex_executor.tcc usr/include/c++/11/bits/regex_scanner.h usr/include/c++/11/bits/regex_scanner.tcc usr/include/c++/11/bits/semaphore_base.h usr/include/c++/11/bits/shared_ptr.h usr/include/c++/11/bits/shared_ptr_atomic.h usr/include/c++/11/bits/shared_ptr_base.h usr/include/c++/11/bits/slice_array.h usr/include/c++/11/bits/specfun.h usr/include/c++/11/bits/sstream.tcc usr/include/c++/11/bits/std_abs.h usr/include/c++/11/bits/std_function.h usr/include/c++/11/bits/std_mutex.h usr/include/c++/11/bits/std_thread.h usr/include/c++/11/bits/stl_algo.h usr/include/c++/11/bits/stl_algobase.h usr/include/c++/11/bits/stl_bvector.h usr/include/c++/11/bits/stl_construct.h usr/include/c++/11/bits/stl_deque.h usr/include/c++/11/bits/stl_function.h usr/include/c++/11/bits/stl_heap.h usr/include/c++/11/bits/stl_iterator.h usr/include/c++/11/bits/stl_iterator_base_funcs.h usr/include/c++/11/bits/stl_iterator_base_types.h usr/include/c++/11/bits/stl_list.h usr/include/c++/11/bits/stl_map.h usr/include/c++/11/bits/stl_multimap.h usr/include/c++/11/bits/stl_multiset.h usr/include/c++/11/bits/stl_numeric.h usr/include/c++/11/bits/stl_pair.h usr/include/c++/11/bits/stl_queue.h usr/include/c++/11/bits/stl_raw_storage_iter.h usr/include/c++/11/bits/stl_relops.h usr/include/c++/11/bits/stl_set.h usr/include/c++/11/bits/stl_stack.h usr/include/c++/11/bits/stl_tempbuf.h usr/include/c++/11/bits/stl_tree.h usr/include/c++/11/bits/stl_uninitialized.h usr/include/c++/11/bits/stl_vector.h usr/include/c++/11/bits/stream_iterator.h usr/include/c++/11/bits/streambuf.tcc usr/include/c++/11/bits/streambuf_iterator.h usr/include/c++/11/bits/string_view.tcc usr/include/c++/11/bits/stringfwd.h usr/include/c++/11/bits/this_thread_sleep.h usr/include/c++/11/bits/uniform_int_dist.h usr/include/c++/11/bits/unique_lock.h usr/include/c++/11/bits/unique_ptr.h usr/include/c++/11/bits/unordered_map.h usr/include/c++/11/bits/unordered_set.h usr/include/c++/11/bits/uses_allocator.h usr/include/c++/11/bits/uses_allocator_args.h usr/include/c++/11/bits/valarray_after.h usr/include/c++/11/bits/valarray_array.h usr/include/c++/11/bits/valarray_array.tcc usr/include/c++/11/bits/valarray_before.h usr/include/c++/11/bits/vector.tcc usr/include/c++/11/bitset usr/include/c++/11/cassert usr/include/c++/11/ccomplex usr/include/c++/11/cctype usr/include/c++/11/cerrno usr/include/c++/11/cfenv usr/include/c++/11/cfloat usr/include/c++/11/charconv usr/include/c++/11/chrono usr/include/c++/11/cinttypes usr/include/c++/11/ciso646 usr/include/c++/11/climits usr/include/c++/11/clocale usr/include/c++/11/cmath usr/include/c++/11/codecvt usr/include/c++/11/compare usr/include/c++/11/complex usr/include/c++/11/complex.h usr/include/c++/11/concepts usr/include/c++/11/condition_variable usr/include/c++/11/coroutine usr/include/c++/11/csetjmp usr/include/c++/11/csignal usr/include/c++/11/cstdalign usr/include/c++/11/cstdarg usr/include/c++/11/cstdbool usr/include/c++/11/cstddef usr/include/c++/11/cstdint usr/include/c++/11/cstdio usr/include/c++/11/cstdlib usr/include/c++/11/cstring usr/include/c++/11/ctgmath usr/include/c++/11/ctime usr/include/c++/11/cuchar usr/include/c++/11/cwchar usr/include/c++/11/cwctype usr/include/c++/11/cxxabi.h usr/include/c++/11/debug/assertions.h usr/include/c++/11/debug/bitset usr/include/c++/11/debug/debug.h usr/include/c++/11/debug/deque usr/include/c++/11/debug/formatter.h usr/include/c++/11/debug/forward_list usr/include/c++/11/debug/functions.h usr/include/c++/11/debug/helper_functions.h usr/include/c++/11/debug/list usr/include/c++/11/debug/macros.h usr/include/c++/11/debug/map usr/include/c++/11/debug/map.h usr/include/c++/11/debug/multimap.h usr/include/c++/11/debug/multiset.h usr/include/c++/11/debug/safe_base.h usr/include/c++/11/debug/safe_container.h usr/include/c++/11/debug/safe_iterator.h usr/include/c++/11/debug/safe_iterator.tcc usr/include/c++/11/debug/safe_local_iterator.h usr/include/c++/11/debug/safe_local_iterator.tcc usr/include/c++/11/debug/safe_sequence.h usr/include/c++/11/debug/safe_sequence.tcc usr/include/c++/11/debug/safe_unordered_base.h usr/include/c++/11/debug/safe_unordered_container.h usr/include/c++/11/debug/safe_unordered_container.tcc usr/include/c++/11/debug/set usr/include/c++/11/debug/set.h usr/include/c++/11/debug/stl_iterator.h usr/include/c++/11/debug/string usr/include/c++/11/debug/unordered_map usr/include/c++/11/debug/unordered_set usr/include/c++/11/debug/vector usr/include/c++/11/decimal/decimal usr/include/c++/11/decimal/decimal.h usr/include/c++/11/deque usr/include/c++/11/exception usr/include/c++/11/execution usr/include/c++/11/experimental/algorithm usr/include/c++/11/experimental/any usr/include/c++/11/experimental/array usr/include/c++/11/experimental/bits/fs_dir.h usr/include/c++/11/experimental/bits/fs_fwd.h usr/include/c++/11/experimental/bits/fs_ops.h usr/include/c++/11/experimental/bits/fs_path.h usr/include/c++/11/experimental/bits/lfts_config.h usr/include/c++/11/experimental/bits/net.h usr/include/c++/11/experimental/bits/numeric_traits.h usr/include/c++/11/experimental/bits/shared_ptr.h usr/include/c++/11/experimental/bits/simd.h usr/include/c++/11/experimental/bits/simd_builtin.h usr/include/c++/11/experimental/bits/simd_converter.h usr/include/c++/11/experimental/bits/simd_detail.h usr/include/c++/11/experimental/bits/simd_fixed_size.h usr/include/c++/11/experimental/bits/simd_math.h usr/include/c++/11/experimental/bits/simd_neon.h usr/include/c++/11/experimental/bits/simd_ppc.h usr/include/c++/11/experimental/bits/simd_scalar.h usr/include/c++/11/experimental/bits/simd_x86.h usr/include/c++/11/experimental/bits/simd_x86_conversions.h usr/include/c++/11/experimental/bits/string_view.tcc usr/include/c++/11/experimental/buffer usr/include/c++/11/experimental/chrono usr/include/c++/11/experimental/deque usr/include/c++/11/experimental/executor usr/include/c++/11/experimental/filesystem usr/include/c++/11/experimental/forward_list usr/include/c++/11/experimental/functional usr/include/c++/11/experimental/internet usr/include/c++/11/experimental/io_context usr/include/c++/11/experimental/iterator usr/include/c++/11/experimental/list usr/include/c++/11/experimental/map usr/include/c++/11/experimental/memory usr/include/c++/11/experimental/memory_resource usr/include/c++/11/experimental/net usr/include/c++/11/experimental/netfwd usr/include/c++/11/experimental/numeric usr/include/c++/11/experimental/optional usr/include/c++/11/experimental/propagate_const usr/include/c++/11/experimental/random usr/include/c++/11/experimental/ratio usr/include/c++/11/experimental/regex usr/include/c++/11/experimental/set usr/include/c++/11/experimental/simd usr/include/c++/11/experimental/socket usr/include/c++/11/experimental/source_location usr/include/c++/11/experimental/string usr/include/c++/11/experimental/string_view usr/include/c++/11/experimental/system_error usr/include/c++/11/experimental/timer usr/include/c++/11/experimental/tuple usr/include/c++/11/experimental/type_traits usr/include/c++/11/experimental/unordered_map usr/include/c++/11/experimental/unordered_set usr/include/c++/11/experimental/utility usr/include/c++/11/experimental/vector usr/include/c++/11/ext/algorithm usr/include/c++/11/ext/aligned_buffer.h usr/include/c++/11/ext/alloc_traits.h usr/include/c++/11/ext/atomicity.h usr/include/c++/11/ext/bitmap_allocator.h usr/include/c++/11/ext/cast.h usr/include/c++/11/ext/cmath usr/include/c++/11/ext/codecvt_specializations.h usr/include/c++/11/ext/concurrence.h usr/include/c++/11/ext/debug_allocator.h usr/include/c++/11/ext/enc_filebuf.h usr/include/c++/11/ext/extptr_allocator.h usr/include/c++/11/ext/functional usr/include/c++/11/ext/hash_map usr/include/c++/11/ext/hash_set usr/include/c++/11/ext/iterator usr/include/c++/11/ext/malloc_allocator.h usr/include/c++/11/ext/memory usr/include/c++/11/ext/mt_allocator.h usr/include/c++/11/ext/new_allocator.h usr/include/c++/11/ext/numeric usr/include/c++/11/ext/numeric_traits.h usr/include/c++/11/ext/pb_ds/assoc_container.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/traits.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/const_iterator.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/entry_pred.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/resize_policy.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/branch_policy/branch_policy.hpp usr/include/c++/11/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp usr/include/c++/11/ext/pb_ds/detail/branch_policy/traits.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/cond_dealtor.hpp usr/include/c++/11/ext/pb_ds/detail/container_base_dispatch.hpp usr/include/c++/11/ext/pb_ds/detail/debug_map_base.hpp usr/include/c++/11/ext/pb_ds/detail/eq_fn/eq_by_less.hpp usr/include/c++/11/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp usr/include/c++/11/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/lu_map_.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp usr/include/c++/11/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/traits.hpp usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/traits.hpp usr/include/c++/11/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/priority_queue_base_dispatch.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/node.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/traits.hpp usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp usr/include/c++/11/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/node.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/splay_tree_/traits.hpp usr/include/c++/11/ext/pb_ds/detail/standard_policies.hpp usr/include/c++/11/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp usr/include/c++/11/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp usr/include/c++/11/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp usr/include/c++/11/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp usr/include/c++/11/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp usr/include/c++/11/ext/pb_ds/detail/tree_trace_base.hpp usr/include/c++/11/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp usr/include/c++/11/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp usr/include/c++/11/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp usr/include/c++/11/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp usr/include/c++/11/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp usr/include/c++/11/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp usr/include/c++/11/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp usr/include/c++/11/ext/pb_ds/detail/type_utils.hpp usr/include/c++/11/ext/pb_ds/detail/types_traits.hpp usr/include/c++/11/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp usr/include/c++/11/ext/pb_ds/detail/unordered_iterator/iterator.hpp usr/include/c++/11/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp usr/include/c++/11/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp usr/include/c++/11/ext/pb_ds/exception.hpp usr/include/c++/11/ext/pb_ds/hash_policy.hpp usr/include/c++/11/ext/pb_ds/list_update_policy.hpp usr/include/c++/11/ext/pb_ds/priority_queue.hpp usr/include/c++/11/ext/pb_ds/tag_and_trait.hpp usr/include/c++/11/ext/pb_ds/tree_policy.hpp usr/include/c++/11/ext/pb_ds/trie_policy.hpp usr/include/c++/11/ext/pod_char_traits.h usr/include/c++/11/ext/pointer.h usr/include/c++/11/ext/pool_allocator.h usr/include/c++/11/ext/random usr/include/c++/11/ext/random.tcc usr/include/c++/11/ext/rb_tree usr/include/c++/11/ext/rc_string_base.h usr/include/c++/11/ext/rope usr/include/c++/11/ext/ropeimpl.h usr/include/c++/11/ext/slist usr/include/c++/11/ext/sso_string_base.h usr/include/c++/11/ext/stdio_filebuf.h usr/include/c++/11/ext/stdio_sync_filebuf.h usr/include/c++/11/ext/string_conversions.h usr/include/c++/11/ext/throw_allocator.h usr/include/c++/11/ext/type_traits.h usr/include/c++/11/ext/typelist.h usr/include/c++/11/ext/vstring.h usr/include/c++/11/ext/vstring.tcc usr/include/c++/11/ext/vstring_fwd.h usr/include/c++/11/ext/vstring_util.h usr/include/c++/11/fenv.h usr/include/c++/11/filesystem usr/include/c++/11/forward_list usr/include/c++/11/fstream usr/include/c++/11/functional usr/include/c++/11/future usr/include/c++/11/i686-redhat-linux/bits/atomic_word.h usr/include/c++/11/i686-redhat-linux/bits/basic_file.h usr/include/c++/11/i686-redhat-linux/bits/c++allocator.h usr/include/c++/11/i686-redhat-linux/bits/c++config.h usr/include/c++/11/i686-redhat-linux/bits/c++io.h usr/include/c++/11/i686-redhat-linux/bits/c++locale.h usr/include/c++/11/i686-redhat-linux/bits/cpu_defines.h usr/include/c++/11/i686-redhat-linux/bits/ctype_base.h usr/include/c++/11/i686-redhat-linux/bits/ctype_inline.h usr/include/c++/11/i686-redhat-linux/bits/cxxabi_tweaks.h usr/include/c++/11/i686-redhat-linux/bits/error_constants.h usr/include/c++/11/i686-redhat-linux/bits/extc++.h usr/include/c++/11/i686-redhat-linux/bits/gthr-default.h usr/include/c++/11/i686-redhat-linux/bits/gthr-posix.h usr/include/c++/11/i686-redhat-linux/bits/gthr-single.h usr/include/c++/11/i686-redhat-linux/bits/gthr.h usr/include/c++/11/i686-redhat-linux/bits/messages_members.h usr/include/c++/11/i686-redhat-linux/bits/opt_random.h usr/include/c++/11/i686-redhat-linux/bits/os_defines.h usr/include/c++/11/i686-redhat-linux/bits/stdc++.h usr/include/c++/11/i686-redhat-linux/bits/stdtr1c++.h usr/include/c++/11/i686-redhat-linux/bits/time_members.h usr/include/c++/11/i686-redhat-linux/ext/opt_random.h usr/include/c++/11/initializer_list usr/include/c++/11/iomanip usr/include/c++/11/ios usr/include/c++/11/iosfwd usr/include/c++/11/iostream usr/include/c++/11/istream usr/include/c++/11/iterator usr/include/c++/11/latch usr/include/c++/11/limits usr/include/c++/11/list usr/include/c++/11/locale usr/include/c++/11/map usr/include/c++/11/math.h usr/include/c++/11/memory usr/include/c++/11/memory_resource usr/include/c++/11/mutex usr/include/c++/11/new usr/include/c++/11/numbers usr/include/c++/11/numeric usr/include/c++/11/optional usr/include/c++/11/ostream usr/include/c++/11/parallel/algo.h usr/include/c++/11/parallel/algobase.h usr/include/c++/11/parallel/algorithm usr/include/c++/11/parallel/algorithmfwd.h usr/include/c++/11/parallel/balanced_quicksort.h usr/include/c++/11/parallel/base.h usr/include/c++/11/parallel/basic_iterator.h usr/include/c++/11/parallel/checkers.h usr/include/c++/11/parallel/compatibility.h usr/include/c++/11/parallel/compiletime_settings.h usr/include/c++/11/parallel/equally_split.h usr/include/c++/11/parallel/features.h usr/include/c++/11/parallel/find.h usr/include/c++/11/parallel/find_selectors.h usr/include/c++/11/parallel/for_each.h usr/include/c++/11/parallel/for_each_selectors.h usr/include/c++/11/parallel/iterator.h usr/include/c++/11/parallel/list_partition.h usr/include/c++/11/parallel/losertree.h usr/include/c++/11/parallel/merge.h usr/include/c++/11/parallel/multiseq_selection.h usr/include/c++/11/parallel/multiway_merge.h usr/include/c++/11/parallel/multiway_mergesort.h usr/include/c++/11/parallel/numeric usr/include/c++/11/parallel/numericfwd.h usr/include/c++/11/parallel/omp_loop.h usr/include/c++/11/parallel/omp_loop_static.h usr/include/c++/11/parallel/par_loop.h usr/include/c++/11/parallel/parallel.h usr/include/c++/11/parallel/partial_sum.h usr/include/c++/11/parallel/partition.h usr/include/c++/11/parallel/queue.h usr/include/c++/11/parallel/quicksort.h usr/include/c++/11/parallel/random_number.h usr/include/c++/11/parallel/random_shuffle.h usr/include/c++/11/parallel/search.h usr/include/c++/11/parallel/set_operations.h usr/include/c++/11/parallel/settings.h usr/include/c++/11/parallel/sort.h usr/include/c++/11/parallel/tags.h usr/include/c++/11/parallel/types.h usr/include/c++/11/parallel/unique_copy.h usr/include/c++/11/parallel/workstealing.h usr/include/c++/11/pstl/algorithm_fwd.h usr/include/c++/11/pstl/algorithm_impl.h usr/include/c++/11/pstl/execution_defs.h usr/include/c++/11/pstl/execution_impl.h usr/include/c++/11/pstl/glue_algorithm_defs.h usr/include/c++/11/pstl/glue_algorithm_impl.h usr/include/c++/11/pstl/glue_execution_defs.h usr/include/c++/11/pstl/glue_memory_defs.h usr/include/c++/11/pstl/glue_memory_impl.h usr/include/c++/11/pstl/glue_numeric_defs.h usr/include/c++/11/pstl/glue_numeric_impl.h usr/include/c++/11/pstl/memory_impl.h usr/include/c++/11/pstl/numeric_fwd.h usr/include/c++/11/pstl/numeric_impl.h usr/include/c++/11/pstl/parallel_backend.h usr/include/c++/11/pstl/parallel_backend_serial.h usr/include/c++/11/pstl/parallel_backend_tbb.h usr/include/c++/11/pstl/parallel_backend_utils.h usr/include/c++/11/pstl/parallel_impl.h usr/include/c++/11/pstl/pstl_config.h usr/include/c++/11/pstl/unseq_backend_simd.h usr/include/c++/11/pstl/utils.h usr/include/c++/11/queue usr/include/c++/11/random usr/include/c++/11/ranges usr/include/c++/11/ratio usr/include/c++/11/regex usr/include/c++/11/scoped_allocator usr/include/c++/11/semaphore usr/include/c++/11/set usr/include/c++/11/shared_mutex usr/include/c++/11/source_location usr/include/c++/11/span usr/include/c++/11/sstream usr/include/c++/11/stack usr/include/c++/11/stdexcept usr/include/c++/11/stdlib.h usr/include/c++/11/stop_token usr/include/c++/11/streambuf usr/include/c++/11/string usr/include/c++/11/string_view usr/include/c++/11/syncstream usr/include/c++/11/system_error usr/include/c++/11/tgmath.h usr/include/c++/11/thread usr/include/c++/11/tr1/array usr/include/c++/11/tr1/bessel_function.tcc usr/include/c++/11/tr1/beta_function.tcc usr/include/c++/11/tr1/ccomplex usr/include/c++/11/tr1/cctype usr/include/c++/11/tr1/cfenv usr/include/c++/11/tr1/cfloat usr/include/c++/11/tr1/cinttypes usr/include/c++/11/tr1/climits usr/include/c++/11/tr1/cmath usr/include/c++/11/tr1/complex usr/include/c++/11/tr1/complex.h usr/include/c++/11/tr1/cstdarg usr/include/c++/11/tr1/cstdbool usr/include/c++/11/tr1/cstdint usr/include/c++/11/tr1/cstdio usr/include/c++/11/tr1/cstdlib usr/include/c++/11/tr1/ctgmath usr/include/c++/11/tr1/ctime usr/include/c++/11/tr1/ctype.h usr/include/c++/11/tr1/cwchar usr/include/c++/11/tr1/cwctype usr/include/c++/11/tr1/ell_integral.tcc usr/include/c++/11/tr1/exp_integral.tcc usr/include/c++/11/tr1/fenv.h usr/include/c++/11/tr1/float.h usr/include/c++/11/tr1/functional usr/include/c++/11/tr1/functional_hash.h usr/include/c++/11/tr1/gamma.tcc usr/include/c++/11/tr1/hashtable.h usr/include/c++/11/tr1/hashtable_policy.h usr/include/c++/11/tr1/hypergeometric.tcc usr/include/c++/11/tr1/inttypes.h usr/include/c++/11/tr1/legendre_function.tcc usr/include/c++/11/tr1/limits.h usr/include/c++/11/tr1/math.h usr/include/c++/11/tr1/memory usr/include/c++/11/tr1/modified_bessel_func.tcc usr/include/c++/11/tr1/poly_hermite.tcc usr/include/c++/11/tr1/poly_laguerre.tcc usr/include/c++/11/tr1/random usr/include/c++/11/tr1/random.h usr/include/c++/11/tr1/random.tcc usr/include/c++/11/tr1/regex usr/include/c++/11/tr1/riemann_zeta.tcc usr/include/c++/11/tr1/shared_ptr.h usr/include/c++/11/tr1/special_function_util.h usr/include/c++/11/tr1/stdarg.h usr/include/c++/11/tr1/stdbool.h usr/include/c++/11/tr1/stdint.h usr/include/c++/11/tr1/stdio.h usr/include/c++/11/tr1/stdlib.h usr/include/c++/11/tr1/tgmath.h usr/include/c++/11/tr1/tuple usr/include/c++/11/tr1/type_traits usr/include/c++/11/tr1/unordered_map usr/include/c++/11/tr1/unordered_map.h usr/include/c++/11/tr1/unordered_set usr/include/c++/11/tr1/unordered_set.h usr/include/c++/11/tr1/utility usr/include/c++/11/tr1/wchar.h usr/include/c++/11/tr1/wctype.h usr/include/c++/11/tr2/bool_set usr/include/c++/11/tr2/bool_set.tcc usr/include/c++/11/tr2/dynamic_bitset usr/include/c++/11/tr2/dynamic_bitset.tcc usr/include/c++/11/tr2/ratio usr/include/c++/11/tr2/type_traits usr/include/c++/11/tuple usr/include/c++/11/type_traits usr/include/c++/11/typeindex usr/include/c++/11/typeinfo usr/include/c++/11/unordered_map usr/include/c++/11/unordered_set usr/include/c++/11/utility usr/include/c++/11/valarray usr/include/c++/11/variant usr/include/c++/11/vector usr/include/c++/11/version usr/include/c++/11/x86_64-redhat-linux/32/bits/atomic_word.h usr/include/c++/11/x86_64-redhat-linux/32/bits/basic_file.h usr/include/c++/11/x86_64-redhat-linux/32/bits/c++allocator.h usr/include/c++/11/x86_64-redhat-linux/32/bits/c++config.h usr/include/c++/11/x86_64-redhat-linux/32/bits/c++io.h usr/include/c++/11/x86_64-redhat-linux/32/bits/c++locale.h usr/include/c++/11/x86_64-redhat-linux/32/bits/cpu_defines.h usr/include/c++/11/x86_64-redhat-linux/32/bits/ctype_base.h usr/include/c++/11/x86_64-redhat-linux/32/bits/ctype_inline.h usr/include/c++/11/x86_64-redhat-linux/32/bits/cxxabi_tweaks.h usr/include/c++/11/x86_64-redhat-linux/32/bits/error_constants.h usr/include/c++/11/x86_64-redhat-linux/32/bits/extc++.h usr/include/c++/11/x86_64-redhat-linux/32/bits/gthr-default.h usr/include/c++/11/x86_64-redhat-linux/32/bits/gthr-posix.h usr/include/c++/11/x86_64-redhat-linux/32/bits/gthr-single.h usr/include/c++/11/x86_64-redhat-linux/32/bits/gthr.h usr/include/c++/11/x86_64-redhat-linux/32/bits/messages_members.h usr/include/c++/11/x86_64-redhat-linux/32/bits/opt_random.h usr/include/c++/11/x86_64-redhat-linux/32/bits/os_defines.h usr/include/c++/11/x86_64-redhat-linux/32/bits/stdc++.h usr/include/c++/11/x86_64-redhat-linux/32/bits/stdtr1c++.h usr/include/c++/11/x86_64-redhat-linux/32/bits/time_members.h usr/include/c++/11/x86_64-redhat-linux/32/ext/opt_random.h usr/include/c++/11/x86_64-redhat-linux/bits/atomic_word.h usr/include/c++/11/x86_64-redhat-linux/bits/basic_file.h usr/include/c++/11/x86_64-redhat-linux/bits/c++allocator.h usr/include/c++/11/x86_64-redhat-linux/bits/c++config.h usr/include/c++/11/x86_64-redhat-linux/bits/c++io.h usr/include/c++/11/x86_64-redhat-linux/bits/c++locale.h usr/include/c++/11/x86_64-redhat-linux/bits/cpu_defines.h usr/include/c++/11/x86_64-redhat-linux/bits/ctype_base.h usr/include/c++/11/x86_64-redhat-linux/bits/ctype_inline.h usr/include/c++/11/x86_64-redhat-linux/bits/cxxabi_tweaks.h usr/include/c++/11/x86_64-redhat-linux/bits/error_constants.h usr/include/c++/11/x86_64-redhat-linux/bits/extc++.h usr/include/c++/11/x86_64-redhat-linux/bits/gthr-default.h usr/include/c++/11/x86_64-redhat-linux/bits/gthr-posix.h usr/include/c++/11/x86_64-redhat-linux/bits/gthr-single.h usr/include/c++/11/x86_64-redhat-linux/bits/gthr.h usr/include/c++/11/x86_64-redhat-linux/bits/messages_members.h usr/include/c++/11/x86_64-redhat-linux/bits/opt_random.h usr/include/c++/11/x86_64-redhat-linux/bits/os_defines.h usr/include/c++/11/x86_64-redhat-linux/bits/stdc++.h usr/include/c++/11/x86_64-redhat-linux/bits/stdtr1c++.h usr/include/c++/11/x86_64-redhat-linux/bits/time_members.h usr/include/c++/11/x86_64-redhat-linux/ext/opt_random.h usr/include/complex.h usr/include/cpio.h usr/include/cpuidle.h usr/include/ctf-api.h usr/include/ctf.h usr/include/ctype.h usr/include/demangle.h usr/include/diagnostics.h usr/include/dirent.h usr/include/dis-asm.h usr/include/dlfcn.h usr/include/drm/amdgpu_drm.h usr/include/drm/armada_drm.h usr/include/drm/drm.h usr/include/drm/drm_fourcc.h usr/include/drm/drm_mode.h usr/include/drm/drm_sarea.h usr/include/drm/etnaviv_drm.h usr/include/drm/exynos_drm.h usr/include/drm/habanalabs_accel.h usr/include/drm/i915_drm.h usr/include/drm/ivpu_accel.h usr/include/drm/lima_drm.h usr/include/drm/msm_drm.h usr/include/drm/nouveau_drm.h usr/include/drm/omap_drm.h usr/include/drm/panfrost_drm.h +usr/include/drm/pvr_drm.h usr/include/drm/qaic_accel.h usr/include/drm/qxl_drm.h usr/include/drm/radeon_drm.h usr/include/drm/tegra_drm.h usr/include/drm/v3d_drm.h usr/include/drm/vc4_drm.h usr/include/drm/vgem_drm.h usr/include/drm/virtgpu_drm.h usr/include/drm/vmwgfx_drm.h +usr/include/drm/xe_drm.h usr/include/elf.h usr/include/endian.h usr/include/envz.h usr/include/err.h usr/include/errno.h usr/include/error.h usr/include/execinfo.h usr/include/fcntl.h usr/include/features-time64.h usr/include/features.h usr/include/fenv.h usr/include/finclude/math-vector-fortran.h usr/include/fmtmsg.h usr/include/fnmatch.h usr/include/fpu_control.h usr/include/fstab.h usr/include/fts.h usr/include/ftw.h usr/include/gconv.h usr/include/getopt.h usr/include/glob.h usr/include/gnu-versions.h usr/include/gnu/lib-names-32.h usr/include/gnu/lib-names-64.h usr/include/gnu/lib-names.h usr/include/gnu/libc-version.h usr/include/gnu/stubs-32.h usr/include/gnu/stubs-64.h usr/include/gnu/stubs.h usr/include/grp.h usr/include/gshadow.h usr/include/iconv.h usr/include/ieee754.h usr/include/ifaddrs.h usr/include/inttypes.h usr/include/langinfo.h usr/include/lastlog.h usr/include/libgen.h usr/include/libiberty.h usr/include/libintl.h usr/include/limits.h usr/include/link.h usr/include/linux/a.out.h usr/include/linux/acct.h usr/include/linux/acrn.h usr/include/linux/adb.h usr/include/linux/adfs_fs.h usr/include/linux/affs_hardblocks.h usr/include/linux/agpgart.h usr/include/linux/aio_abi.h usr/include/linux/am437x-vpfe.h usr/include/linux/android/binder.h usr/include/linux/android/binderfs.h usr/include/linux/apm_bios.h usr/include/linux/arcfb.h usr/include/linux/arm_sdei.h usr/include/linux/aspeed-lpc-ctrl.h usr/include/linux/aspeed-p2a-ctrl.h usr/include/linux/atalk.h usr/include/linux/atm.h usr/include/linux/atm_eni.h usr/include/linux/atm_he.h usr/include/linux/atm_idt77105.h usr/include/linux/atm_nicstar.h usr/include/linux/atm_tcp.h usr/include/linux/atm_zatm.h usr/include/linux/atmapi.h usr/include/linux/atmarp.h usr/include/linux/atmbr2684.h usr/include/linux/atmclip.h usr/include/linux/atmdev.h usr/include/linux/atmioc.h usr/include/linux/atmlec.h usr/include/linux/atmmpc.h usr/include/linux/atmppp.h usr/include/linux/atmsap.h usr/include/linux/atmsvc.h usr/include/linux/audit.h usr/include/linux/auto_dev-ioctl.h usr/include/linux/auto_fs.h usr/include/linux/auto_fs4.h usr/include/linux/auxvec.h usr/include/linux/ax25.h usr/include/linux/batadv_packet.h usr/include/linux/batman_adv.h usr/include/linux/baycom.h usr/include/linux/bcm933xx_hcs.h usr/include/linux/bfs_fs.h usr/include/linux/binfmts.h +usr/include/linux/bits.h usr/include/linux/blkpg.h usr/include/linux/blktrace_api.h usr/include/linux/blkzoned.h usr/include/linux/bpf.h usr/include/linux/bpf_common.h usr/include/linux/bpf_perf_event.h usr/include/linux/bpfilter.h usr/include/linux/bpqether.h usr/include/linux/bsg.h usr/include/linux/bt-bmc.h usr/include/linux/btf.h usr/include/linux/btrfs.h usr/include/linux/btrfs_tree.h usr/include/linux/byteorder/big_endian.h usr/include/linux/byteorder/little_endian.h usr/include/linux/cachefiles.h usr/include/linux/caif/caif_socket.h usr/include/linux/caif/if_caif.h usr/include/linux/can.h usr/include/linux/can/bcm.h usr/include/linux/can/error.h usr/include/linux/can/gw.h usr/include/linux/can/isotp.h usr/include/linux/can/j1939.h usr/include/linux/can/netlink.h usr/include/linux/can/raw.h usr/include/linux/can/vxcan.h usr/include/linux/capability.h usr/include/linux/capi.h usr/include/linux/cciss_defs.h usr/include/linux/cciss_ioctl.h usr/include/linux/ccs.h usr/include/linux/cdrom.h usr/include/linux/cec-funcs.h usr/include/linux/cec.h usr/include/linux/cfm_bridge.h usr/include/linux/cgroupstats.h usr/include/linux/chio.h usr/include/linux/cifs/cifs_mount.h usr/include/linux/cifs/cifs_netlink.h usr/include/linux/close_range.h usr/include/linux/cm4000_cs.h usr/include/linux/cn_proc.h usr/include/linux/coda.h usr/include/linux/coff.h usr/include/linux/connector.h usr/include/linux/const.h usr/include/linux/coresight-stm.h usr/include/linux/cramfs_fs.h usr/include/linux/cryptouser.h usr/include/linux/cuda.h usr/include/linux/cxl_mem.h usr/include/linux/cycx_cfm.h usr/include/linux/dcbnl.h usr/include/linux/dccp.h usr/include/linux/devlink.h usr/include/linux/dlm.h usr/include/linux/dlm_device.h usr/include/linux/dlm_netlink.h usr/include/linux/dlm_plock.h usr/include/linux/dlmconstants.h usr/include/linux/dm-ioctl.h usr/include/linux/dm-log-userspace.h usr/include/linux/dma-buf.h usr/include/linux/dma-heap.h usr/include/linux/dn.h usr/include/linux/dns_resolver.h usr/include/linux/dpll.h usr/include/linux/dqblk_xfs.h usr/include/linux/dvb/audio.h usr/include/linux/dvb/ca.h usr/include/linux/dvb/dmx.h usr/include/linux/dvb/frontend.h usr/include/linux/dvb/net.h usr/include/linux/dvb/osd.h usr/include/linux/dvb/version.h usr/include/linux/dvb/video.h usr/include/linux/edd.h usr/include/linux/efs_fs_sb.h usr/include/linux/elf-em.h usr/include/linux/elf-fdpic.h usr/include/linux/elf.h usr/include/linux/errno.h usr/include/linux/errqueue.h usr/include/linux/erspan.h usr/include/linux/ethtool.h usr/include/linux/ethtool_netlink.h +usr/include/linux/eventfd.h usr/include/linux/eventpoll.h usr/include/linux/f2fs.h usr/include/linux/fadvise.h usr/include/linux/falloc.h usr/include/linux/fanotify.h usr/include/linux/fb.h usr/include/linux/fcntl.h usr/include/linux/fd.h usr/include/linux/fdreg.h usr/include/linux/fib_rules.h usr/include/linux/fiemap.h usr/include/linux/filter.h usr/include/linux/firewire-cdev.h usr/include/linux/firewire-constants.h usr/include/linux/fou.h usr/include/linux/fpga-dfl.h usr/include/linux/fs.h usr/include/linux/fscrypt.h usr/include/linux/fsi.h usr/include/linux/fsl_hypervisor.h usr/include/linux/fsl_mc.h usr/include/linux/fsmap.h usr/include/linux/fsverity.h usr/include/linux/fuse.h usr/include/linux/futex.h usr/include/linux/gameport.h usr/include/linux/gen_stats.h usr/include/linux/genetlink.h usr/include/linux/genwqe/genwqe_card.h usr/include/linux/gfs2_ondisk.h usr/include/linux/gpio.h usr/include/linux/gsmmux.h usr/include/linux/gtp.h usr/include/linux/handshake.h usr/include/linux/hash_info.h usr/include/linux/hdlc.h usr/include/linux/hdlc/ioctl.h usr/include/linux/hdlcdrv.h usr/include/linux/hdreg.h usr/include/linux/hid.h usr/include/linux/hiddev.h usr/include/linux/hidraw.h usr/include/linux/hpet.h usr/include/linux/hsi/cs-protocol.h usr/include/linux/hsi/hsi_char.h usr/include/linux/hsr_netlink.h usr/include/linux/hw_breakpoint.h usr/include/linux/hyperv.h usr/include/linux/i2c-dev.h usr/include/linux/i2c.h usr/include/linux/i2o-dev.h usr/include/linux/i8k.h usr/include/linux/icmp.h usr/include/linux/icmpv6.h usr/include/linux/idxd.h usr/include/linux/if.h usr/include/linux/if_addr.h usr/include/linux/if_addrlabel.h usr/include/linux/if_alg.h usr/include/linux/if_arcnet.h usr/include/linux/if_arp.h usr/include/linux/if_bonding.h usr/include/linux/if_bridge.h usr/include/linux/if_cablemodem.h usr/include/linux/if_eql.h usr/include/linux/if_ether.h usr/include/linux/if_fc.h usr/include/linux/if_fddi.h usr/include/linux/if_hippi.h usr/include/linux/if_infiniband.h usr/include/linux/if_link.h usr/include/linux/if_ltalk.h usr/include/linux/if_macsec.h usr/include/linux/if_packet.h usr/include/linux/if_phonet.h usr/include/linux/if_plip.h usr/include/linux/if_ppp.h usr/include/linux/if_pppol2tp.h usr/include/linux/if_pppox.h usr/include/linux/if_slip.h usr/include/linux/if_team.h usr/include/linux/if_tun.h usr/include/linux/if_tunnel.h usr/include/linux/if_vlan.h usr/include/linux/if_x25.h usr/include/linux/if_xdp.h usr/include/linux/ife.h usr/include/linux/igmp.h usr/include/linux/iio/buffer.h usr/include/linux/iio/events.h usr/include/linux/iio/types.h usr/include/linux/ila.h usr/include/linux/in.h usr/include/linux/in6.h usr/include/linux/in_route.h usr/include/linux/inet_diag.h usr/include/linux/inotify.h usr/include/linux/input-event-codes.h usr/include/linux/input.h usr/include/linux/io_uring.h usr/include/linux/ioctl.h -usr/include/linux/iommu.h usr/include/linux/iommufd.h usr/include/linux/ioprio.h usr/include/linux/ip.h usr/include/linux/ip6_tunnel.h usr/include/linux/ip_vs.h usr/include/linux/ipc.h usr/include/linux/ipmi.h usr/include/linux/ipmi_bmc.h usr/include/linux/ipmi_msgdefs.h usr/include/linux/ipmi_ssif_bmc.h usr/include/linux/ipsec.h usr/include/linux/ipv6.h usr/include/linux/ipv6_route.h usr/include/linux/ipx.h usr/include/linux/irqnr.h usr/include/linux/isdn/capicmd.h usr/include/linux/iso_fs.h usr/include/linux/isst_if.h usr/include/linux/ivtv.h usr/include/linux/ivtvfb.h usr/include/linux/jffs2.h usr/include/linux/joystick.h usr/include/linux/kcm.h usr/include/linux/kcmp.h usr/include/linux/kcov.h usr/include/linux/kd.h usr/include/linux/kdev_t.h usr/include/linux/kernel-page-flags.h usr/include/linux/kernel.h usr/include/linux/kernelcapi.h usr/include/linux/kexec.h usr/include/linux/keyboard.h usr/include/linux/keyctl.h usr/include/linux/kfd_ioctl.h usr/include/linux/kfd_sysfs.h usr/include/linux/kvm.h usr/include/linux/kvm_para.h usr/include/linux/l2tp.h usr/include/linux/landlock.h usr/include/linux/libc-compat.h usr/include/linux/limits.h usr/include/linux/lirc.h usr/include/linux/llc.h usr/include/linux/loadpin.h usr/include/linux/loop.h usr/include/linux/lp.h usr/include/linux/lwtunnel.h usr/include/linux/magic.h usr/include/linux/major.h usr/include/linux/map_to_7segment.h usr/include/linux/matroxfb.h usr/include/linux/max2175.h usr/include/linux/mdio.h usr/include/linux/media-bus-format.h usr/include/linux/media.h usr/include/linux/mei.h usr/include/linux/membarrier.h usr/include/linux/memfd.h usr/include/linux/mempolicy.h usr/include/linux/meye.h usr/include/linux/mii.h usr/include/linux/minix_fs.h usr/include/linux/misc/bcm_vk.h usr/include/linux/mman.h usr/include/linux/mmc/ioctl.h usr/include/linux/mmtimer.h usr/include/linux/module.h usr/include/linux/mount.h usr/include/linux/mpls.h usr/include/linux/mpls_iptunnel.h usr/include/linux/mptcp.h +usr/include/linux/mptcp_pm.h usr/include/linux/mqueue.h usr/include/linux/mroute.h usr/include/linux/mroute6.h usr/include/linux/mrp_bridge.h usr/include/linux/msdos_fs.h usr/include/linux/msg.h usr/include/linux/mtio.h -usr/include/linux/mptcp_pm.h usr/include/linux/nbd-netlink.h usr/include/linux/nbd.h usr/include/linux/ncsi.h usr/include/linux/ndctl.h usr/include/linux/neighbour.h usr/include/linux/net.h usr/include/linux/net_dropmon.h usr/include/linux/net_namespace.h usr/include/linux/net_tstamp.h usr/include/linux/netconf.h usr/include/linux/netdev.h usr/include/linux/netdevice.h usr/include/linux/netfilter.h usr/include/linux/netfilter/ipset/ip_set.h usr/include/linux/netfilter/ipset/ip_set_bitmap.h usr/include/linux/netfilter/ipset/ip_set_hash.h usr/include/linux/netfilter/ipset/ip_set_list.h usr/include/linux/netfilter/nf_conntrack_common.h usr/include/linux/netfilter/nf_conntrack_ftp.h usr/include/linux/netfilter/nf_conntrack_sctp.h usr/include/linux/netfilter/nf_conntrack_tcp.h usr/include/linux/netfilter/nf_conntrack_tuple_common.h usr/include/linux/netfilter/nf_log.h usr/include/linux/netfilter/nf_nat.h usr/include/linux/netfilter/nf_synproxy.h usr/include/linux/netfilter/nf_tables.h usr/include/linux/netfilter/nf_tables_compat.h usr/include/linux/netfilter/nfnetlink.h usr/include/linux/netfilter/nfnetlink_acct.h usr/include/linux/netfilter/nfnetlink_compat.h usr/include/linux/netfilter/nfnetlink_conntrack.h usr/include/linux/netfilter/nfnetlink_cthelper.h usr/include/linux/netfilter/nfnetlink_cttimeout.h usr/include/linux/netfilter/nfnetlink_hook.h usr/include/linux/netfilter/nfnetlink_log.h usr/include/linux/netfilter/nfnetlink_osf.h usr/include/linux/netfilter/nfnetlink_queue.h usr/include/linux/netfilter/x_tables.h usr/include/linux/netfilter/xt_AUDIT.h usr/include/linux/netfilter/xt_CHECKSUM.h usr/include/linux/netfilter/xt_CLASSIFY.h usr/include/linux/netfilter/xt_CONNMARK.h usr/include/linux/netfilter/xt_CONNSECMARK.h usr/include/linux/netfilter/xt_CT.h usr/include/linux/netfilter/xt_DSCP.h usr/include/linux/netfilter/xt_HMARK.h usr/include/linux/netfilter/xt_IDLETIMER.h usr/include/linux/netfilter/xt_LED.h usr/include/linux/netfilter/xt_LOG.h usr/include/linux/netfilter/xt_MARK.h usr/include/linux/netfilter/xt_NFLOG.h usr/include/linux/netfilter/xt_NFQUEUE.h usr/include/linux/netfilter/xt_RATEEST.h usr/include/linux/netfilter/xt_SECMARK.h usr/include/linux/netfilter/xt_SYNPROXY.h usr/include/linux/netfilter/xt_TCPMSS.h usr/include/linux/netfilter/xt_TCPOPTSTRIP.h usr/include/linux/netfilter/xt_TEE.h usr/include/linux/netfilter/xt_TPROXY.h usr/include/linux/netfilter/xt_addrtype.h usr/include/linux/netfilter/xt_bpf.h usr/include/linux/netfilter/xt_cgroup.h usr/include/linux/netfilter/xt_cluster.h usr/include/linux/netfilter/xt_comment.h usr/include/linux/netfilter/xt_connbytes.h usr/include/linux/netfilter/xt_connlabel.h usr/include/linux/netfilter/xt_connlimit.h usr/include/linux/netfilter/xt_connmark.h usr/include/linux/netfilter/xt_conntrack.h usr/include/linux/netfilter/xt_cpu.h usr/include/linux/netfilter/xt_dccp.h usr/include/linux/netfilter/xt_devgroup.h usr/include/linux/netfilter/xt_dscp.h usr/include/linux/netfilter/xt_ecn.h usr/include/linux/netfilter/xt_esp.h usr/include/linux/netfilter/xt_hashlimit.h usr/include/linux/netfilter/xt_helper.h usr/include/linux/netfilter/xt_ipcomp.h usr/include/linux/netfilter/xt_iprange.h usr/include/linux/netfilter/xt_ipvs.h usr/include/linux/netfilter/xt_l2tp.h usr/include/linux/netfilter/xt_length.h usr/include/linux/netfilter/xt_limit.h usr/include/linux/netfilter/xt_mac.h usr/include/linux/netfilter/xt_mark.h usr/include/linux/netfilter/xt_multiport.h usr/include/linux/netfilter/xt_nfacct.h usr/include/linux/netfilter/xt_osf.h usr/include/linux/netfilter/xt_owner.h usr/include/linux/netfilter/xt_physdev.h usr/include/linux/netfilter/xt_pkttype.h usr/include/linux/netfilter/xt_policy.h usr/include/linux/netfilter/xt_quota.h usr/include/linux/netfilter/xt_rateest.h usr/include/linux/netfilter/xt_realm.h usr/include/linux/netfilter/xt_recent.h usr/include/linux/netfilter/xt_rpfilter.h usr/include/linux/netfilter/xt_sctp.h usr/include/linux/netfilter/xt_set.h usr/include/linux/netfilter/xt_socket.h usr/include/linux/netfilter/xt_state.h usr/include/linux/netfilter/xt_statistic.h usr/include/linux/netfilter/xt_string.h usr/include/linux/netfilter/xt_tcpmss.h usr/include/linux/netfilter/xt_tcpudp.h usr/include/linux/netfilter/xt_time.h usr/include/linux/netfilter/xt_u32.h usr/include/linux/netfilter_arp.h usr/include/linux/netfilter_arp/arp_tables.h usr/include/linux/netfilter_arp/arpt_mangle.h usr/include/linux/netfilter_bridge.h usr/include/linux/netfilter_bridge/ebt_802_3.h usr/include/linux/netfilter_bridge/ebt_among.h usr/include/linux/netfilter_bridge/ebt_arp.h usr/include/linux/netfilter_bridge/ebt_arpreply.h usr/include/linux/netfilter_bridge/ebt_ip.h usr/include/linux/netfilter_bridge/ebt_ip6.h usr/include/linux/netfilter_bridge/ebt_limit.h usr/include/linux/netfilter_bridge/ebt_log.h usr/include/linux/netfilter_bridge/ebt_mark_m.h usr/include/linux/netfilter_bridge/ebt_mark_t.h usr/include/linux/netfilter_bridge/ebt_nat.h usr/include/linux/netfilter_bridge/ebt_nflog.h usr/include/linux/netfilter_bridge/ebt_pkttype.h usr/include/linux/netfilter_bridge/ebt_redirect.h usr/include/linux/netfilter_bridge/ebt_stp.h usr/include/linux/netfilter_bridge/ebt_vlan.h usr/include/linux/netfilter_bridge/ebtables.h usr/include/linux/netfilter_decnet.h usr/include/linux/netfilter_ipv4.h usr/include/linux/netfilter_ipv4/ip_tables.h usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h usr/include/linux/netfilter_ipv4/ipt_ECN.h usr/include/linux/netfilter_ipv4/ipt_LOG.h usr/include/linux/netfilter_ipv4/ipt_REJECT.h usr/include/linux/netfilter_ipv4/ipt_TTL.h usr/include/linux/netfilter_ipv4/ipt_ah.h usr/include/linux/netfilter_ipv4/ipt_ecn.h usr/include/linux/netfilter_ipv4/ipt_ttl.h usr/include/linux/netfilter_ipv6.h usr/include/linux/netfilter_ipv6/ip6_tables.h usr/include/linux/netfilter_ipv6/ip6t_HL.h usr/include/linux/netfilter_ipv6/ip6t_LOG.h usr/include/linux/netfilter_ipv6/ip6t_NPT.h usr/include/linux/netfilter_ipv6/ip6t_REJECT.h usr/include/linux/netfilter_ipv6/ip6t_ah.h usr/include/linux/netfilter_ipv6/ip6t_frag.h usr/include/linux/netfilter_ipv6/ip6t_hl.h usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h usr/include/linux/netfilter_ipv6/ip6t_mh.h usr/include/linux/netfilter_ipv6/ip6t_opts.h usr/include/linux/netfilter_ipv6/ip6t_rt.h usr/include/linux/netfilter_ipv6/ip6t_srh.h usr/include/linux/netlink.h usr/include/linux/netlink_diag.h usr/include/linux/netrom.h usr/include/linux/nexthop.h usr/include/linux/nfc.h usr/include/linux/nfs.h usr/include/linux/nfs2.h usr/include/linux/nfs3.h usr/include/linux/nfs4.h usr/include/linux/nfs4_mount.h usr/include/linux/nfs_fs.h usr/include/linux/nfs_idmap.h usr/include/linux/nfs_mount.h usr/include/linux/nfsacl.h usr/include/linux/nfsd/cld.h usr/include/linux/nfsd/debug.h usr/include/linux/nfsd/export.h usr/include/linux/nfsd/stats.h +usr/include/linux/nfsd_netlink.h usr/include/linux/nilfs2_api.h usr/include/linux/nilfs2_ondisk.h usr/include/linux/nitro_enclaves.h usr/include/linux/nl80211.h usr/include/linux/nsfs.h usr/include/linux/nubus.h usr/include/linux/nvme_ioctl.h usr/include/linux/nvram.h usr/include/linux/omap3isp.h usr/include/linux/omapfb.h usr/include/linux/oom.h usr/include/linux/openat2.h usr/include/linux/openvswitch.h usr/include/linux/packet_diag.h usr/include/linux/param.h usr/include/linux/parport.h usr/include/linux/patchkey.h usr/include/linux/pci.h usr/include/linux/pci_regs.h usr/include/linux/pcitest.h usr/include/linux/perf_event.h usr/include/linux/personality.h usr/include/linux/pfkeyv2.h usr/include/linux/pfrut.h usr/include/linux/pg.h usr/include/linux/phantom.h usr/include/linux/phonet.h usr/include/linux/pidfd.h usr/include/linux/pkt_cls.h usr/include/linux/pkt_sched.h usr/include/linux/pktcdvd.h usr/include/linux/pmu.h usr/include/linux/poll.h usr/include/linux/posix_acl.h usr/include/linux/posix_acl_xattr.h usr/include/linux/posix_types.h usr/include/linux/ppdev.h usr/include/linux/ppp-comp.h usr/include/linux/ppp-ioctl.h usr/include/linux/ppp_defs.h usr/include/linux/pps.h -usr/include/linux/psp-dbc.h usr/include/linux/pr.h usr/include/linux/prctl.h usr/include/linux/psample.h usr/include/linux/psci.h +usr/include/linux/psp-dbc.h usr/include/linux/psp-sev.h usr/include/linux/ptp_clock.h usr/include/linux/ptrace.h usr/include/linux/qemu_fw_cfg.h usr/include/linux/qnx4_fs.h usr/include/linux/qnxtypes.h usr/include/linux/qrtr.h usr/include/linux/quota.h usr/include/linux/radeonfb.h usr/include/linux/raid/md_p.h usr/include/linux/raid/md_u.h usr/include/linux/random.h usr/include/linux/rds.h usr/include/linux/reboot.h usr/include/linux/reiserfs_fs.h usr/include/linux/reiserfs_xattr.h usr/include/linux/remoteproc_cdev.h usr/include/linux/resource.h usr/include/linux/rfkill.h usr/include/linux/rio_cm_cdev.h usr/include/linux/rio_mport_cdev.h usr/include/linux/rkisp1-config.h usr/include/linux/romfs_fs.h usr/include/linux/rose.h usr/include/linux/route.h usr/include/linux/rpl.h usr/include/linux/rpl_iptunnel.h usr/include/linux/rpmsg.h usr/include/linux/rpmsg_types.h usr/include/linux/rseq.h usr/include/linux/rtc.h usr/include/linux/rtnetlink.h usr/include/linux/rxrpc.h usr/include/linux/scc.h usr/include/linux/sched.h usr/include/linux/sched/types.h usr/include/linux/scif_ioctl.h usr/include/linux/screen_info.h usr/include/linux/sctp.h usr/include/linux/seccomp.h usr/include/linux/securebits.h usr/include/linux/sed-opal.h usr/include/linux/seg6.h usr/include/linux/seg6_genl.h usr/include/linux/seg6_hmac.h usr/include/linux/seg6_iptunnel.h usr/include/linux/seg6_local.h usr/include/linux/selinux_netlink.h usr/include/linux/sem.h usr/include/linux/serial.h usr/include/linux/serial_core.h usr/include/linux/serial_reg.h usr/include/linux/serio.h usr/include/linux/sev-guest.h usr/include/linux/shm.h usr/include/linux/signal.h usr/include/linux/signalfd.h usr/include/linux/smc.h usr/include/linux/smc_diag.h usr/include/linux/smiapp.h usr/include/linux/snmp.h usr/include/linux/sock_diag.h usr/include/linux/socket.h usr/include/linux/sockios.h usr/include/linux/sonet.h usr/include/linux/sonypi.h usr/include/linux/sound.h usr/include/linux/soundcard.h usr/include/linux/spi/spi.h usr/include/linux/spi/spidev.h usr/include/linux/stat.h usr/include/linux/stddef.h usr/include/linux/stm.h usr/include/linux/string.h usr/include/linux/sunrpc/debug.h usr/include/linux/surface_aggregator/cdev.h usr/include/linux/surface_aggregator/dtx.h usr/include/linux/suspend_ioctls.h usr/include/linux/swab.h usr/include/linux/switchtec_ioctl.h usr/include/linux/sync_file.h usr/include/linux/synclink.h usr/include/linux/sysctl.h usr/include/linux/sysinfo.h usr/include/linux/target_core_user.h usr/include/linux/taskstats.h usr/include/linux/tc_act/tc_bpf.h usr/include/linux/tc_act/tc_connmark.h usr/include/linux/tc_act/tc_csum.h usr/include/linux/tc_act/tc_ct.h usr/include/linux/tc_act/tc_ctinfo.h usr/include/linux/tc_act/tc_defact.h usr/include/linux/tc_act/tc_gact.h usr/include/linux/tc_act/tc_gate.h usr/include/linux/tc_act/tc_ife.h -usr/include/linux/tc_act/tc_ipt.h usr/include/linux/tc_act/tc_mirred.h usr/include/linux/tc_act/tc_mpls.h usr/include/linux/tc_act/tc_nat.h usr/include/linux/tc_act/tc_pedit.h usr/include/linux/tc_act/tc_sample.h usr/include/linux/tc_act/tc_skbedit.h usr/include/linux/tc_act/tc_skbmod.h usr/include/linux/tc_act/tc_tunnel_key.h usr/include/linux/tc_act/tc_vlan.h usr/include/linux/tc_ematch/tc_em_cmp.h usr/include/linux/tc_ematch/tc_em_ipt.h usr/include/linux/tc_ematch/tc_em_meta.h usr/include/linux/tc_ematch/tc_em_nbyte.h usr/include/linux/tc_ematch/tc_em_text.h usr/include/linux/tcp.h usr/include/linux/tcp_metrics.h usr/include/linux/tdx-guest.h usr/include/linux/tee.h usr/include/linux/termios.h usr/include/linux/thermal.h usr/include/linux/time.h usr/include/linux/time_types.h usr/include/linux/timerfd.h usr/include/linux/times.h usr/include/linux/timex.h usr/include/linux/tiocl.h usr/include/linux/tipc.h usr/include/linux/tipc_config.h usr/include/linux/tipc_netlink.h usr/include/linux/tipc_sockets_diag.h usr/include/linux/tls.h usr/include/linux/toshiba.h usr/include/linux/tty.h usr/include/linux/tty_flags.h usr/include/linux/types.h usr/include/linux/udf_fs_i.h usr/include/linux/udmabuf.h usr/include/linux/udp.h usr/include/linux/uhid.h usr/include/linux/uinput.h usr/include/linux/uio.h usr/include/linux/uleds.h usr/include/linux/ultrasound.h usr/include/linux/um_timetravel.h usr/include/linux/un.h usr/include/linux/unistd.h usr/include/linux/unix_diag.h usr/include/linux/usb/audio.h usr/include/linux/usb/cdc-wdm.h usr/include/linux/usb/cdc.h usr/include/linux/usb/ch11.h usr/include/linux/usb/ch9.h usr/include/linux/usb/charger.h usr/include/linux/usb/functionfs.h usr/include/linux/usb/g_printer.h usr/include/linux/usb/g_uvc.h usr/include/linux/usb/gadgetfs.h usr/include/linux/usb/midi.h usr/include/linux/usb/raw_gadget.h usr/include/linux/usb/tmc.h usr/include/linux/usb/video.h usr/include/linux/usbdevice_fs.h usr/include/linux/usbip.h usr/include/linux/userfaultfd.h usr/include/linux/userio.h usr/include/linux/utime.h usr/include/linux/utsname.h usr/include/linux/uuid.h usr/include/linux/uvcvideo.h usr/include/linux/v4l2-common.h usr/include/linux/v4l2-controls.h usr/include/linux/v4l2-dv-timings.h usr/include/linux/v4l2-mediabus.h usr/include/linux/v4l2-subdev.h usr/include/linux/vbox_err.h usr/include/linux/vbox_vmmdev_types.h usr/include/linux/vboxguest.h usr/include/linux/vdpa.h +usr/include/linux/vduse.h usr/include/linux/version.h usr/include/linux/veth.h usr/include/linux/vfio.h usr/include/linux/vfio_ccw.h usr/include/linux/vfio_zdev.h usr/include/linux/vhost.h usr/include/linux/vhost_types.h usr/include/linux/videodev2.h usr/include/linux/virtio_9p.h usr/include/linux/virtio_balloon.h usr/include/linux/virtio_blk.h usr/include/linux/virtio_bt.h usr/include/linux/virtio_config.h usr/include/linux/virtio_console.h usr/include/linux/virtio_crypto.h usr/include/linux/virtio_fs.h usr/include/linux/virtio_gpio.h usr/include/linux/virtio_gpu.h usr/include/linux/virtio_i2c.h usr/include/linux/virtio_ids.h usr/include/linux/virtio_input.h usr/include/linux/virtio_iommu.h usr/include/linux/virtio_mem.h usr/include/linux/virtio_mmio.h usr/include/linux/virtio_net.h usr/include/linux/virtio_pci.h usr/include/linux/virtio_pcidev.h usr/include/linux/virtio_pmem.h usr/include/linux/virtio_ring.h usr/include/linux/virtio_rng.h usr/include/linux/virtio_scmi.h usr/include/linux/virtio_scsi.h usr/include/linux/virtio_snd.h usr/include/linux/virtio_types.h usr/include/linux/virtio_vsock.h usr/include/linux/vm_sockets.h usr/include/linux/vm_sockets_diag.h usr/include/linux/vmcore.h usr/include/linux/vsockmon.h usr/include/linux/vt.h usr/include/linux/vtpm_proxy.h usr/include/linux/wait.h usr/include/linux/watch_queue.h usr/include/linux/watchdog.h usr/include/linux/wireguard.h usr/include/linux/wireless.h usr/include/linux/wmi.h usr/include/linux/wwan.h usr/include/linux/x25.h usr/include/linux/xattr.h usr/include/linux/xdp_diag.h usr/include/linux/xfrm.h usr/include/linux/xilinx-v4l2-controls.h usr/include/linux/zorro.h usr/include/linux/zorro_ids.h usr/include/locale.h usr/include/malloc.h usr/include/math.h usr/include/mcheck.h usr/include/memory.h usr/include/misc/cxl.h usr/include/misc/fastrpc.h usr/include/misc/habanalabs.h usr/include/misc/ocxl.h usr/include/misc/pvpanic.h usr/include/misc/uacce/hisi_qm.h usr/include/misc/uacce/uacce.h usr/include/misc/xilinx_sdfec.h usr/include/mntent.h usr/include/monetary.h usr/include/mqueue.h usr/include/mtd/inftl-user.h usr/include/mtd/mtd-abi.h usr/include/mtd/mtd-user.h usr/include/mtd/nftl-user.h usr/include/mtd/ubi-user.h usr/include/net/ethernet.h usr/include/net/if.h usr/include/net/if_arp.h usr/include/net/if_packet.h usr/include/net/if_ppp.h usr/include/net/if_shaper.h usr/include/net/if_slip.h usr/include/net/ppp-comp.h usr/include/net/ppp_defs.h usr/include/net/route.h usr/include/netash/ash.h usr/include/netatalk/at.h usr/include/netax25/ax25.h usr/include/netdb.h usr/include/neteconet/ec.h usr/include/netinet/ether.h usr/include/netinet/icmp6.h usr/include/netinet/if_ether.h usr/include/netinet/if_fddi.h usr/include/netinet/if_tr.h usr/include/netinet/igmp.h usr/include/netinet/in.h usr/include/netinet/in_systm.h usr/include/netinet/ip.h usr/include/netinet/ip6.h usr/include/netinet/ip_icmp.h usr/include/netinet/tcp.h usr/include/netinet/udp.h usr/include/netipx/ipx.h usr/include/netiucv/iucv.h usr/include/netpacket/packet.h usr/include/netrom/netrom.h usr/include/netrose/rose.h usr/include/nfs/nfs.h usr/include/nl_types.h usr/include/nss.h usr/include/obstack.h usr/include/paths.h usr/include/plugin-api.h usr/include/poll.h usr/include/powercap.h usr/include/printf.h usr/include/proc_service.h usr/include/protocols/routed.h usr/include/protocols/rwhod.h usr/include/protocols/talkd.h usr/include/protocols/timed.h usr/include/pthread.h usr/include/pty.h usr/include/pwd.h usr/include/rdma/bnxt_re-abi.h usr/include/rdma/cxgb4-abi.h usr/include/rdma/efa-abi.h usr/include/rdma/hfi/hfi1_ioctl.h usr/include/rdma/hfi/hfi1_user.h usr/include/rdma/hns-abi.h usr/include/rdma/ib_user_ioctl_cmds.h usr/include/rdma/ib_user_ioctl_verbs.h usr/include/rdma/ib_user_mad.h usr/include/rdma/ib_user_sa.h usr/include/rdma/ib_user_verbs.h usr/include/rdma/irdma-abi.h usr/include/rdma/mana-abi.h usr/include/rdma/mlx4-abi.h usr/include/rdma/mlx5-abi.h usr/include/rdma/mlx5_user_ioctl_cmds.h usr/include/rdma/mlx5_user_ioctl_verbs.h usr/include/rdma/mthca-abi.h usr/include/rdma/ocrdma-abi.h usr/include/rdma/qedr-abi.h usr/include/rdma/rdma_netlink.h usr/include/rdma/rdma_user_cm.h usr/include/rdma/rdma_user_ioctl.h usr/include/rdma/rdma_user_ioctl_cmds.h usr/include/rdma/rdma_user_rxe.h usr/include/rdma/rvt-abi.h usr/include/rdma/siw-abi.h usr/include/rdma/vmw_pvrdma-abi.h usr/include/re_comp.h usr/include/regex.h usr/include/regexp.h usr/include/resolv.h usr/include/rpc/netdb.h usr/include/sched.h usr/include/scsi/cxlflash_ioctl.h usr/include/scsi/fc/fc_els.h usr/include/scsi/fc/fc_fs.h usr/include/scsi/fc/fc_gs.h usr/include/scsi/fc/fc_ns.h usr/include/scsi/scsi.h usr/include/scsi/scsi_bsg_fc.h usr/include/scsi/scsi_bsg_mpi3mr.h usr/include/scsi/scsi_bsg_ufs.h usr/include/scsi/scsi_ioctl.h usr/include/scsi/scsi_netlink.h usr/include/scsi/scsi_netlink_fc.h usr/include/scsi/sg.h usr/include/search.h usr/include/semaphore.h usr/include/setjmp.h usr/include/sgtty.h usr/include/shadow.h usr/include/signal.h usr/include/sound/asequencer.h usr/include/sound/asoc.h usr/include/sound/asound.h usr/include/sound/asound_fm.h usr/include/sound/compress_offload.h usr/include/sound/compress_params.h usr/include/sound/emu10k1.h usr/include/sound/firewire.h usr/include/sound/hdsp.h usr/include/sound/hdspm.h usr/include/sound/intel/avs/tokens.h usr/include/sound/sb16_csp.h +usr/include/sound/scarlett2.h usr/include/sound/sfnt_info.h usr/include/sound/skl-tplg-interface.h usr/include/sound/snd_ar_tokens.h usr/include/sound/snd_sst_tokens.h usr/include/sound/sof/abi.h usr/include/sound/sof/fw.h usr/include/sound/sof/header.h usr/include/sound/sof/tokens.h usr/include/sound/tlv.h usr/include/sound/usb_stream.h usr/include/spawn.h usr/include/stab.h usr/include/stdc-predef.h usr/include/stdint.h usr/include/stdio.h usr/include/stdio_ext.h usr/include/stdlib.h usr/include/string.h usr/include/strings.h usr/include/symcat.h usr/include/sys/acct.h usr/include/sys/auxv.h usr/include/sys/bitypes.h usr/include/sys/cdefs.h usr/include/sys/debugreg.h usr/include/sys/dir.h usr/include/sys/elf.h usr/include/sys/epoll.h usr/include/sys/errno.h usr/include/sys/eventfd.h usr/include/sys/fanotify.h usr/include/sys/fcntl.h usr/include/sys/file.h usr/include/sys/fsuid.h usr/include/sys/gmon.h usr/include/sys/gmon_out.h usr/include/sys/inotify.h usr/include/sys/io.h usr/include/sys/ioctl.h usr/include/sys/ipc.h usr/include/sys/kd.h usr/include/sys/klog.h usr/include/sys/mman.h usr/include/sys/mount.h usr/include/sys/msg.h usr/include/sys/mtio.h usr/include/sys/param.h usr/include/sys/pci.h usr/include/sys/perm.h usr/include/sys/personality.h usr/include/sys/platform/x86.h usr/include/sys/poll.h usr/include/sys/prctl.h usr/include/sys/procfs.h usr/include/sys/profil.h usr/include/sys/ptrace.h usr/include/sys/queue.h usr/include/sys/quota.h usr/include/sys/random.h usr/include/sys/raw.h usr/include/sys/reboot.h usr/include/sys/reg.h usr/include/sys/resource.h usr/include/sys/rseq.h usr/include/sys/select.h usr/include/sys/sem.h usr/include/sys/sendfile.h usr/include/sys/shm.h usr/include/sys/signal.h usr/include/sys/signalfd.h usr/include/sys/single_threaded.h usr/include/sys/socket.h usr/include/sys/socketvar.h usr/include/sys/soundcard.h usr/include/sys/stat.h usr/include/sys/statfs.h usr/include/sys/statvfs.h usr/include/sys/swap.h usr/include/sys/syscall.h usr/include/sys/sysinfo.h usr/include/sys/syslog.h usr/include/sys/sysmacros.h usr/include/sys/termios.h usr/include/sys/time.h usr/include/sys/timeb.h usr/include/sys/timerfd.h usr/include/sys/times.h usr/include/sys/timex.h usr/include/sys/ttychars.h usr/include/sys/ttydefaults.h usr/include/sys/types.h usr/include/sys/ucontext.h usr/include/sys/uio.h usr/include/sys/un.h usr/include/sys/unistd.h usr/include/sys/user.h usr/include/sys/utsname.h usr/include/sys/vfs.h usr/include/sys/vlimit.h usr/include/sys/vm86.h usr/include/sys/vt.h usr/include/sys/wait.h usr/include/sys/xattr.h usr/include/syscall.h usr/include/sysexits.h usr/include/syslog.h usr/include/tar.h usr/include/termio.h usr/include/termios.h usr/include/tgmath.h usr/include/thread_db.h usr/include/threads.h usr/include/time.h usr/include/ttyent.h usr/include/uchar.h usr/include/ucontext.h usr/include/ulimit.h usr/include/unistd.h usr/include/utime.h usr/include/utmp.h usr/include/utmpx.h usr/include/values.h usr/include/video/edid.h usr/include/video/sisfb.h usr/include/video/uvesafb.h usr/include/wait.h usr/include/wchar.h usr/include/wctype.h usr/include/wordexp.h usr/include/xen/evtchn.h usr/include/xen/gntalloc.h usr/include/xen/gntdev.h usr/include/xen/privcmd.h -usr/lib/.build-id/00/0ce2850ce9253680ac6f7d6a19fcfb8a2c0211 -usr/lib/.build-id/00/0ce2850ce9253680ac6f7d6a19fcfb8a2c0211.1 -usr/lib/.build-id/00/0ce2850ce9253680ac6f7d6a19fcfb8a2c0211.2 -usr/lib/.build-id/00/95c7adad18b253761d792205939097cc9002ee -usr/lib/.build-id/00/95c7adad18b253761d792205939097cc9002ee.1 -usr/lib/.build-id/05/37808aa88311ac3d54f4b47a44aff2dff483d5 -usr/lib/.build-id/09/3a12c047e39f8804bf20f92f298556368de4ad -usr/lib/.build-id/0b/c5b42c4f341f1b2da527d0b144d3a8344b1dba -usr/lib/.build-id/0b/c5b42c4f341f1b2da527d0b144d3a8344b1dba.1 -usr/lib/.build-id/0f/ea6e8b107ac009798765c9a9721ffce4dd8445 -usr/lib/.build-id/0f/ea6e8b107ac009798765c9a9721ffce4dd8445.1 -usr/lib/.build-id/11/78642926b7f61ec7c94faaf0fd93c246c9cbcb -usr/lib/.build-id/13/c6f79057a7b28282e58f25eb71f07f11438476 -usr/lib/.build-id/16/009a8ce436aee5ecafc578400d712ad31c2413 -usr/lib/.build-id/16/009a8ce436aee5ecafc578400d712ad31c2413.1 -usr/lib/.build-id/17/510c53f28aba01881780ecf15b30adf396e0a7 -usr/lib/.build-id/17/510c53f28aba01881780ecf15b30adf396e0a7.1 -usr/lib/.build-id/1e/1725c9059a6df1862f36959370f7b2e8735dc3 -usr/lib/.build-id/20/52ac40e1e89362331c9c1dc976ffd36d67e758 -usr/lib/.build-id/20/52ac40e1e89362331c9c1dc976ffd36d67e758.1 -usr/lib/.build-id/22/b097d05ca345f03c3973c4b9dba33dd3a57429 -usr/lib/.build-id/23/f15f3f4ac00465cd96fd3f162922b269ce3e42 -usr/lib/.build-id/28/4abf7c9775069bfb1cec5eb0f2eb5954a257a8 -usr/lib/.build-id/28/90356de488b305c84c840d533f5cf8825d7de7 -usr/lib/.build-id/2a/50082a491815d13846a468389de49a2de48f24 -usr/lib/.build-id/2f/8d3732b3803df24e7586541412a58c791a3c54 -usr/lib/.build-id/2f/8d3732b3803df24e7586541412a58c791a3c54.1 +usr/lib/.build-id/03/205e54c890564616aca268f951828d5d0748f8 +usr/lib/.build-id/03/205e54c890564616aca268f951828d5d0748f8.1 +usr/lib/.build-id/06/26e360a851f50d827dfa61dd42fe221e2eeaf1 +usr/lib/.build-id/0b/84fe0fec8578208037c1da13b2c340c2d1a701 +usr/lib/.build-id/0b/84fe0fec8578208037c1da13b2c340c2d1a701.1 +usr/lib/.build-id/0d/7ba83395e85948e54a77ec54ee34794b4fd0dc +usr/lib/.build-id/11/8f49cec7a0a992662d0eed4ba163a76286ca50 +usr/lib/.build-id/11/8f49cec7a0a992662d0eed4ba163a76286ca50.1 +usr/lib/.build-id/11/8f49cec7a0a992662d0eed4ba163a76286ca50.2 +usr/lib/.build-id/11/8f49cec7a0a992662d0eed4ba163a76286ca50.3 +usr/lib/.build-id/12/0cdb9c3b251acc91345858e7c63d9607afe53d +usr/lib/.build-id/1f/fcec891c0f84809429e862078edf3766da5d0e +usr/lib/.build-id/20/4abce825d62443e3ac5295aee7c4fc45c07726 +usr/lib/.build-id/21/1ab3b8b0f0f60947a970da3f63757752713c18 +usr/lib/.build-id/22/13ab9632b49562a716a516db5ea044a23063f8 +usr/lib/.build-id/22/13ab9632b49562a716a516db5ea044a23063f8.1 +usr/lib/.build-id/22/13ab9632b49562a716a516db5ea044a23063f8.2 +usr/lib/.build-id/28/e3443f15172fed8a1459327ae1321e3598f684 +usr/lib/.build-id/29/57201d6e6ab3e45a4fa978fb928fbc8c66b83e usr/lib/.build-id/2f/f971b8e527fb547fc3133dff1fca1a26109cd4 -usr/lib/.build-id/36/79fde14f662d9e90c75893fef57c1a593dd0b0 -usr/lib/.build-id/3a/e455fbde86e849387a31d3eddff3f933669861 -usr/lib/.build-id/3c/033267ddec2e45c39b81dba8f961a976b23b55 -usr/lib/.build-id/3c/033267ddec2e45c39b81dba8f961a976b23b55.1 -usr/lib/.build-id/3e/5a78820e2463f84d75a0f4f89eeb7f25ca711d -usr/lib/.build-id/3e/5a78820e2463f84d75a0f4f89eeb7f25ca711d.1 -usr/lib/.build-id/43/507aa787cb6288a800217dc9de38b5851ea83d -usr/lib/.build-id/43/507aa787cb6288a800217dc9de38b5851ea83d.1 -usr/lib/.build-id/48/eb782d2aa76dbc45e42993722808333e3a87ec -usr/lib/.build-id/4d/fb4e7aa6e1bbbe45d6ed103872445c8872731c -usr/lib/.build-id/4f/69ad93e690390cc7f36461079ab4f6e2ba2bb6 -usr/lib/.build-id/51/f1fa43fdfe17b029254eb4aaa9e099749561ce -usr/lib/.build-id/55/95aaaf92bf523bf8ec17ed21888c5f3dc3fd2f -usr/lib/.build-id/58/e165c36b48230c37667b80c2c599c1cf7db4bf -usr/lib/.build-id/58/e2a24a1e8c9edf9de56c5b4206c4c5b70e520a -usr/lib/.build-id/58/e2a24a1e8c9edf9de56c5b4206c4c5b70e520a.1 -usr/lib/.build-id/58/e2a24a1e8c9edf9de56c5b4206c4c5b70e520a.2 -usr/lib/.build-id/58/e2a24a1e8c9edf9de56c5b4206c4c5b70e520a.3 -usr/lib/.build-id/5a/2fb342331735174bf5f65d0382578fe4178bd6 -usr/lib/.build-id/5a/2fb342331735174bf5f65d0382578fe4178bd6.1 -usr/lib/.build-id/5a/52daca18f184d4e0795136e8fc374970335cf5 -usr/lib/.build-id/5b/06a2b6d045fc31d84d0a1ef1139982ff37022d -usr/lib/.build-id/5b/828b43dbde23f108d7a699215dd90db4decf18 -usr/lib/.build-id/5c/b9e655c536b4453d8b259dbcc511ea6e536d84 -usr/lib/.build-id/5d/202f1523bcec9a0b4c0ae408102896fe525c23 -usr/lib/.build-id/67/cbcefc4f3fa546376f82303031667e5cca7858 -usr/lib/.build-id/6b/1bb0213b67a79df5f5a9a2d4056c262b32da60 -usr/lib/.build-id/6e/6dba3e16ca9c487160093d9de0c164f760527f -usr/lib/.build-id/6e/e3c6339b125b2cec592d6363aa941531925168 -usr/lib/.build-id/70/2268a9e4ac243bf7e960c047a30087df2b76ea -usr/lib/.build-id/70/2268a9e4ac243bf7e960c047a30087df2b76ea.1 -usr/lib/.build-id/71/3a65fd54754882450987819c54cd0c19011217 -usr/lib/.build-id/71/3a65fd54754882450987819c54cd0c19011217.1 -usr/lib/.build-id/74/0ee29abcf831cb09aaa64581e3874e3e315b22 -usr/lib/.build-id/74/0ee29abcf831cb09aaa64581e3874e3e315b22.1 -usr/lib/.build-id/79/ee2592960cd5375e043f984fd032ea93152225 -usr/lib/.build-id/7a/09fbbb02bdb49cd02065286ad56a0f71abff8b -usr/lib/.build-id/81/c14da0daf36e17da85414561e4ad78da2a66ac -usr/lib/.build-id/81/c14da0daf36e17da85414561e4ad78da2a66ac.1 +usr/lib/.build-id/30/ee222f5c6cf85e9afd16922adbcd1de4c536f7 +usr/lib/.build-id/30/ee222f5c6cf85e9afd16922adbcd1de4c536f7.1 +usr/lib/.build-id/30/efa58ae921fa6505201801300d5284a2c43d43 +usr/lib/.build-id/30/efa58ae921fa6505201801300d5284a2c43d43.1 +usr/lib/.build-id/33/c69efcac5827f6111464a21e2cf7e42545d433 +usr/lib/.build-id/3a/cc772ea3e38967f913df2812ff432748bb350a +usr/lib/.build-id/3b/24a0c840f93dfce1d4da547dfc9e2bd6ceb161 +usr/lib/.build-id/3e/54e42bde94c9650c38f30dc6bc8ce75a679d06 +usr/lib/.build-id/3e/5af9ba979559cde31b3c1de3f4555ba69fc48a +usr/lib/.build-id/40/2b2249df0c444108358fe6d883be55e480b1d0 +usr/lib/.build-id/40/2b2249df0c444108358fe6d883be55e480b1d0.1 +usr/lib/.build-id/40/2b2249df0c444108358fe6d883be55e480b1d0.2 +usr/lib/.build-id/40/2b2249df0c444108358fe6d883be55e480b1d0.3 +usr/lib/.build-id/42/93d77b39050dd89b41dc5a6611802440a44a2b +usr/lib/.build-id/44/2541b19b195a2f779d16efd25249d6fd38f368 +usr/lib/.build-id/46/6a337b47cf9bbf2336e41163b9742dd96bc341 +usr/lib/.build-id/46/6a337b47cf9bbf2336e41163b9742dd96bc341.1 +usr/lib/.build-id/50/8bb7d9da52077bb215921ac09c4c0eef10362d +usr/lib/.build-id/53/f0a9f7d836a275230fa3d96c76186aa7496718 +usr/lib/.build-id/55/6a737c59b87784dfabdaa757b7c43713de2d5e +usr/lib/.build-id/58/a7094d03e890d41665ca67654336dd6f35b084 +usr/lib/.build-id/58/a7094d03e890d41665ca67654336dd6f35b084.1 +usr/lib/.build-id/5a/82719cc957b741ab05807a218867036a9ad185 +usr/lib/.build-id/5a/b1bff33a8c697d6864d8b6a626f6fceb7fdd0b +usr/lib/.build-id/5a/b1bff33a8c697d6864d8b6a626f6fceb7fdd0b.1 +usr/lib/.build-id/5e/1a6c5b07ff7fb30b0b9cc0cac0120e9b382967 +usr/lib/.build-id/60/973d647fff020897d8633ad9a227feaa195544 +usr/lib/.build-id/65/dcb223889e237bba2f59d75ac84248e0386ef2 +usr/lib/.build-id/66/4bff0545ec204e8dbc2d221e5d9f12c1891207 +usr/lib/.build-id/69/f4748063f7e5a57c46039e925a75c9c9c5a962 +usr/lib/.build-id/6b/de5e17a791df492c2578acb60c2bf34220c7d5 +usr/lib/.build-id/70/bd42fe8667357fd41c40860be0e5b461143f4b +usr/lib/.build-id/76/467b10db1e224557ebe473fc475ea2f55c4fec +usr/lib/.build-id/7a/601102e0789cdf84ec523634705fb282fb2e3b +usr/lib/.build-id/7a/601102e0789cdf84ec523634705fb282fb2e3b.1 +usr/lib/.build-id/7a/601102e0789cdf84ec523634705fb282fb2e3b.2 +usr/lib/.build-id/7a/601102e0789cdf84ec523634705fb282fb2e3b.3 +usr/lib/.build-id/7a/7ada8ab193ebab952493fe8cff86cfae0b595e +usr/lib/.build-id/7a/da7c1c6bd1174d5a05de026928610af9881863 +usr/lib/.build-id/86/57d7f99088203c9c8b26a13cbdece258f5fe0b +usr/lib/.build-id/87/d83274fa060ebd2eb4da6fce8b878e3c64f7b0 +usr/lib/.build-id/87/d83274fa060ebd2eb4da6fce8b878e3c64f7b0.1 +usr/lib/.build-id/87/ebd9693ad3df01b64f0d8e33e9c652b9b6bc25 usr/lib/.build-id/88/2aff222a01591dad18f9424172fd09e68b6ff1 -usr/lib/.build-id/8c/ee3aa2725004d96efed557a3988b8778608889 -usr/lib/.build-id/8c/ee3aa2725004d96efed557a3988b8778608889.1 -usr/lib/.build-id/8c/ee3aa2725004d96efed557a3988b8778608889.2 -usr/lib/.build-id/8c/ee3aa2725004d96efed557a3988b8778608889.3 -usr/lib/.build-id/8d/478bf0c5abaf90fdffd18a3d26f42b5f08f31d -usr/lib/.build-id/8d/478bf0c5abaf90fdffd18a3d26f42b5f08f31d.1 -usr/lib/.build-id/92/d3718b1a934570aa507690b56a7264d690dfa2 -usr/lib/.build-id/94/8894b9627611d4146810df5fc8bcd0494d1ea6 -usr/lib/.build-id/94/8894b9627611d4146810df5fc8bcd0494d1ea6.1 -usr/lib/.build-id/9d/987c1287724a4eaea02829275ec8e90790d62b -usr/lib/.build-id/9d/987c1287724a4eaea02829275ec8e90790d62b.1 -usr/lib/.build-id/a0/7e6e56156456e2b7811dc74c4756294324728e -usr/lib/.build-id/a1/e32f73a11b5a46d25337a2c3139dc694966ba0 -usr/lib/.build-id/a5/4d48688091ea5c0185723f05525e471b793cbc -usr/lib/.build-id/a5/67e984c387b4428e84dbea6c783151d5d32f13 -usr/lib/.build-id/a7/878a12e85592dc681b5245bafad4a4e11d8c6f -usr/lib/.build-id/a8/2a03210765b1545de0acda776b35ba023d1a97 -usr/lib/.build-id/ae/6cd889d1ae52e40bacaffe2230dab76d92f577 -usr/lib/.build-id/af/f62cf11a147e6098978347910a91970724c359 -usr/lib/.build-id/b0/3185b86985587b114bb4b3bb9a6c2de3be1c96 -usr/lib/.build-id/b0/3185b86985587b114bb4b3bb9a6c2de3be1c96.1 -usr/lib/.build-id/b0/3185b86985587b114bb4b3bb9a6c2de3be1c96.2 -usr/lib/.build-id/b0/3185b86985587b114bb4b3bb9a6c2de3be1c96.3 -usr/lib/.build-id/b1/63b30b2f44aa622a0c50c4d95e27e4feb35ac3 -usr/lib/.build-id/b3/09f8e9ea154936b46f7400a30be33563f9b2f4 -usr/lib/.build-id/b4/55cfb3a8290bc92d3c461c3c0eb2789c2e9a33 +usr/lib/.build-id/8c/febdc2857d10591f27117972768acb0f84f90d +usr/lib/.build-id/8f/c95bdd2c5c8c6da64fae82c361b06cf0a96ddf +usr/lib/.build-id/8f/c95bdd2c5c8c6da64fae82c361b06cf0a96ddf.1 +usr/lib/.build-id/93/0c94eac98a66b228210782831286477d47767d +usr/lib/.build-id/93/0c94eac98a66b228210782831286477d47767d.1 +usr/lib/.build-id/93/0c94eac98a66b228210782831286477d47767d.2 +usr/lib/.build-id/93/0c94eac98a66b228210782831286477d47767d.3 +usr/lib/.build-id/94/a5a6eaaebf9388f2414ee85eabb61626fbe561 +usr/lib/.build-id/94/aba0338d5a80f4fc7ccaa9552f47914bbe6b3c +usr/lib/.build-id/94/aba0338d5a80f4fc7ccaa9552f47914bbe6b3c.1 +usr/lib/.build-id/95/e26bb563232f6865f7e66f5db779c31045ee0c +usr/lib/.build-id/95/e26bb563232f6865f7e66f5db779c31045ee0c.1 +usr/lib/.build-id/97/fc38f97c51bef62353425f8de89b02f8f8907a +usr/lib/.build-id/98/8d8c61bdf36f4876208bb52f1baca719f2cbca +usr/lib/.build-id/9f/f6d66885a101134c352547b7b0636955080764 +usr/lib/.build-id/a0/f3a6c8e15f854a8427827ec2ba5498a90a03b1 +usr/lib/.build-id/a0/f3a6c8e15f854a8427827ec2ba5498a90a03b1.1 +usr/lib/.build-id/a5/022b3bf7ef8f10b26b80d762c9322e89b966f5 +usr/lib/.build-id/a6/344abceec813a172fad6a751b2f200bf76436d +usr/lib/.build-id/a9/583908b11d5e772d97b2698c72fccabcb5b1c2 +usr/lib/.build-id/a9/583908b11d5e772d97b2698c72fccabcb5b1c2.1 +usr/lib/.build-id/ab/6cd78d4ac3e34669a6a9070da54492e1a5fd4d +usr/lib/.build-id/ae/ec4d60376d9e057e980cb77819d642ef639344 +usr/lib/.build-id/ae/ec4d60376d9e057e980cb77819d642ef639344.1 +usr/lib/.build-id/b3/0509fc8c50328bafaf00822b39672dcf217a29 +usr/lib/.build-id/b3/0509fc8c50328bafaf00822b39672dcf217a29.1 +usr/lib/.build-id/b3/fb7aabb816a47ed7b1617f134d381abcccd6b1 +usr/lib/.build-id/b3/fb7aabb816a47ed7b1617f134d381abcccd6b1.1 +usr/lib/.build-id/b4/7ea0cb4a0a86c06efe9bc6c314378c8e59a26a +usr/lib/.build-id/b6/7c251d040b35eee6cd25be35c515d6f0b21211 usr/lib/.build-id/b7/84ac56fb9da71a989cb6137b32b1d098358bd8 -usr/lib/.build-id/bd/809ac8c02471bd6cea520de1dff19395e87cee -usr/lib/.build-id/bd/9d8c80be772ffbd2ced1b277d11b63fc5e82b9 -usr/lib/.build-id/bd/ceed3748ffe4382d84f5e65724349d5e625777 -usr/lib/.build-id/bd/ceed3748ffe4382d84f5e65724349d5e625777.1 -usr/lib/.build-id/be/f2b6cf5a856e1316fe4a01f5811da188a0eb83 -usr/lib/.build-id/be/f2b6cf5a856e1316fe4a01f5811da188a0eb83.1 -usr/lib/.build-id/c1/18600d473399c558b745eb74fce5d132fe6d37 -usr/lib/.build-id/c1/18600d473399c558b745eb74fce5d132fe6d37.1 -usr/lib/.build-id/c1/c04bbab273dd2bb036c24251d973298cdbf57c -usr/lib/.build-id/c1/c04bbab273dd2bb036c24251d973298cdbf57c.1 -usr/lib/.build-id/c5/40ce83371c5526782bee3bd15621a2ea5b914d -usr/lib/.build-id/c7/317ecdf7b1d59b385d1a64029ce2cde75eb791 -usr/lib/.build-id/cb/994efa52b2cc7aabb096eb741c76aa4c83f65f -usr/lib/.build-id/d0/f8cc05a3711ed407eece9facd585fc8d571d55 -usr/lib/.build-id/d2/8fa121a72c10e78d4fc6ac7bf3769f2c4d4e26 -usr/lib/.build-id/d2/8fa121a72c10e78d4fc6ac7bf3769f2c4d4e26.1 -usr/lib/.build-id/d4/f18d7193c01adbddf5932d771a30a7aa61cc43 -usr/lib/.build-id/d8/4113a8da46bcdf03bb8e75d03615c661d8682f -usr/lib/.build-id/da/7e2c34c2a603854cbee7b24593fd5120a6a6a0 -usr/lib/.build-id/db/28e67c223ff715525c86ad82a8e03b9980fa80 -usr/lib/.build-id/df/da27a6afa67df395c2383dbecdc6378f3f79bb -usr/lib/.build-id/e2/956c68de56fce4fbbad58fa69ffcb011b4344e -usr/lib/.build-id/e3/3297dfcbd322e9005b69f538c132c5ffd79cc0 -usr/lib/.build-id/e4/8b931eb9df9c57538ebb41f9d7dc44ad522594 -usr/lib/.build-id/e7/19706434922dc98baf2843eeb8d2a21e92f7f0 -usr/lib/.build-id/e7/19706434922dc98baf2843eeb8d2a21e92f7f0.1 -usr/lib/.build-id/f3/7b72512eb1c519299180ebd9f87e2b880d0133 -usr/lib/.build-id/f4/c155ca6c6bf0591fd9ca325f25f640662bd6da -usr/lib/.build-id/f8/e01ed3c9378cf419ae62e256f4f46673cb326f -usr/lib/.build-id/f9/0f5b28865a805ac4263932f05e698510628b04 -usr/lib/.build-id/f9/0f5b28865a805ac4263932f05e698510628b04.1 -usr/lib/.build-id/f9/0f5b28865a805ac4263932f05e698510628b04.2 -usr/lib/.build-id/f9/0f5b28865a805ac4263932f05e698510628b04.3 -usr/lib/.build-id/fa/67ed88db8115d7540dc2555e94fcbb6eab2c0b -usr/lib/.build-id/fb/9908812833f069f32f280a0fc981a4e7d3eedd +usr/lib/.build-id/ba/b11bcfee059cd0a4b8eb982cf72dc7cfff54a0 +usr/lib/.build-id/bb/08a9fed9a805d11d9bbacaff465371a11f74cc +usr/lib/.build-id/bd/521160d7f9e7466784e9902a64949b939d6ec9 +usr/lib/.build-id/bd/bc8a6722dd6ef14cf568e5902519466d3042b2 +usr/lib/.build-id/be/a0009126df544196caa9867c0c190fdd812472 +usr/lib/.build-id/be/a0009126df544196caa9867c0c190fdd812472.1 +usr/lib/.build-id/c3/04614581d86b6533c716f0f502f0f59654337f +usr/lib/.build-id/c3/aa402920216b4175b70bf56617f0d9fe6a1c17 +usr/lib/.build-id/c3/aa402920216b4175b70bf56617f0d9fe6a1c17.1 +usr/lib/.build-id/c4/988ced9deafc6a88f11f9e866b248a60aa1f01 +usr/lib/.build-id/c5/224991394ca2e0167c5e8e8bd2fce253d5802c +usr/lib/.build-id/c5/224991394ca2e0167c5e8e8bd2fce253d5802c.1 +usr/lib/.build-id/cd/5983197f4f0867244ec0ada36c31f072fcf2a6 +usr/lib/.build-id/d6/1cf59c14849bcea18e6cbc659700b12aa21831 +usr/lib/.build-id/da/68efa23f52be4a9451601f52032ae2db6f8f40 +usr/lib/.build-id/e1/248df2b52c9dff3c87c5abf9b03e3458719ebf +usr/lib/.build-id/e2/05399c4581ee97972cea9c1a84c32b29af495b +usr/lib/.build-id/e2/1b2d5297a2cd7137c959e735dd9b43b8af3a19 +usr/lib/.build-id/e2/1b2d5297a2cd7137c959e735dd9b43b8af3a19.1 +usr/lib/.build-id/e4/f39e6628af524973d719042fabde900328785f +usr/lib/.build-id/e4/f39e6628af524973d719042fabde900328785f.1 +usr/lib/.build-id/e5/b8cd68416bd0a09fb8cd9b496cb24e4ce4cf48 +usr/lib/.build-id/e5/b8cd68416bd0a09fb8cd9b496cb24e4ce4cf48.1 +usr/lib/.build-id/e8/f2e12971da6b78f36cd22c78fb29ac0866b544 +usr/lib/.build-id/e9/5f35b97fd7f1f4db8a5dd786bde322d050f271 +usr/lib/.build-id/e9/5f35b97fd7f1f4db8a5dd786bde322d050f271.1 +usr/lib/.build-id/ec/30d17303e6ec3d7d285615e5eb0726de41b551 +usr/lib/.build-id/ed/934146054c677165b442057a6cebf784086009 +usr/lib/.build-id/ee/8cb4c4e70cdc75c7d9134a6053557901edb39e +usr/lib/.build-id/ee/8cb4c4e70cdc75c7d9134a6053557901edb39e.1 +usr/lib/.build-id/f2/61a418ee831e50be1376562525d6d21d257a55 +usr/lib/.build-id/f4/9ca7261f286a6a6aa97d5c07ef362c8d40aed3 +usr/lib/.build-id/f4/9ca7261f286a6a6aa97d5c07ef362c8d40aed3.1 +usr/lib/.build-id/f9/fb17fe60640622afcb610e314432843e7aa734 +usr/lib/.build-id/fb/387a6ba0bbadbe7aca67c0f0cb40af42245c4f +usr/lib/.build-id/fd/abe742b045b51048c6cf21860326d0e60d63ba usr/lib/Mcrt1.o usr/lib/Scrt1.o usr/lib/cpp usr/lib/crt1.o usr/lib/crti.o usr/lib/crtn.o usr/lib/gcc/i686-redhat-linux/11/libgcc_s.so usr/lib/gcc/i686-redhat-linux/11/libstdc++.so usr/lib/gcc/i686-redhat-linux/11/libstdc++fs.a usr/lib/gcc/x86_64-redhat-linux/11/32/crtbegin.o usr/lib/gcc/x86_64-redhat-linux/11/32/crtbeginS.o usr/lib/gcc/x86_64-redhat-linux/11/32/crtbeginT.o usr/lib/gcc/x86_64-redhat-linux/11/32/crtend.o usr/lib/gcc/x86_64-redhat-linux/11/32/crtendS.o usr/lib/gcc/x86_64-redhat-linux/11/32/crtfastmath.o usr/lib/gcc/x86_64-redhat-linux/11/32/crtoffloadbegin.o usr/lib/gcc/x86_64-redhat-linux/11/32/crtoffloadend.o usr/lib/gcc/x86_64-redhat-linux/11/32/crtoffloadtable.o usr/lib/gcc/x86_64-redhat-linux/11/32/crtprec32.o usr/lib/gcc/x86_64-redhat-linux/11/32/crtprec64.o usr/lib/gcc/x86_64-redhat-linux/11/32/crtprec80.o usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/ieee_arithmetic.mod usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/ieee_exceptions.mod usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/ieee_features.mod usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/omp_lib.f90 usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/omp_lib.h usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/omp_lib.mod usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/omp_lib_kinds.mod usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/openacc.f90 usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/openacc.mod usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/openacc_kinds.mod usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/openacc_lib.h usr/lib/gcc/x86_64-redhat-linux/11/32/libasan.a usr/lib/gcc/x86_64-redhat-linux/11/32/libasan.so usr/lib/gcc/x86_64-redhat-linux/11/32/libasan_preinit.o usr/lib/gcc/x86_64-redhat-linux/11/32/libatomic.a usr/lib/gcc/x86_64-redhat-linux/11/32/libatomic.so usr/lib/gcc/x86_64-redhat-linux/11/32/libcaf_single.a usr/lib/gcc/x86_64-redhat-linux/11/32/libgcc.a usr/lib/gcc/x86_64-redhat-linux/11/32/libgcc_eh.a usr/lib/gcc/x86_64-redhat-linux/11/32/libgcc_s.so usr/lib/gcc/x86_64-redhat-linux/11/32/libgcov.a usr/lib/gcc/x86_64-redhat-linux/11/32/libgfortran.a usr/lib/gcc/x86_64-redhat-linux/11/32/libgfortran.so usr/lib/gcc/x86_64-redhat-linux/11/32/libgomp.a usr/lib/gcc/x86_64-redhat-linux/11/32/libgomp.so usr/lib/gcc/x86_64-redhat-linux/11/32/libitm.a usr/lib/gcc/x86_64-redhat-linux/11/32/libitm.so usr/lib/gcc/x86_64-redhat-linux/11/32/libquadmath.a usr/lib/gcc/x86_64-redhat-linux/11/32/libquadmath.so usr/lib/gcc/x86_64-redhat-linux/11/32/libstdc++.a usr/lib/gcc/x86_64-redhat-linux/11/32/libstdc++.so usr/lib/gcc/x86_64-redhat-linux/11/32/libstdc++fs.a usr/lib/gcc/x86_64-redhat-linux/11/32/libsupc++.a usr/lib/gcc/x86_64-redhat-linux/11/32/libubsan.a usr/lib/gcc/x86_64-redhat-linux/11/32/libubsan.so usr/lib/gcc/x86_64-redhat-linux/11/crtbegin.o usr/lib/gcc/x86_64-redhat-linux/11/crtbeginS.o usr/lib/gcc/x86_64-redhat-linux/11/crtbeginT.o usr/lib/gcc/x86_64-redhat-linux/11/crtend.o usr/lib/gcc/x86_64-redhat-linux/11/crtendS.o usr/lib/gcc/x86_64-redhat-linux/11/crtfastmath.o usr/lib/gcc/x86_64-redhat-linux/11/crtoffloadbegin.o usr/lib/gcc/x86_64-redhat-linux/11/crtoffloadend.o usr/lib/gcc/x86_64-redhat-linux/11/crtoffloadtable.o usr/lib/gcc/x86_64-redhat-linux/11/crtprec32.o usr/lib/gcc/x86_64-redhat-linux/11/crtprec64.o usr/lib/gcc/x86_64-redhat-linux/11/crtprec80.o usr/lib/gcc/x86_64-redhat-linux/11/finclude/ieee_arithmetic.mod usr/lib/gcc/x86_64-redhat-linux/11/finclude/ieee_exceptions.mod usr/lib/gcc/x86_64-redhat-linux/11/finclude/ieee_features.mod usr/lib/gcc/x86_64-redhat-linux/11/finclude/omp_lib.f90 usr/lib/gcc/x86_64-redhat-linux/11/finclude/omp_lib.h usr/lib/gcc/x86_64-redhat-linux/11/finclude/omp_lib.mod usr/lib/gcc/x86_64-redhat-linux/11/finclude/omp_lib_kinds.mod usr/lib/gcc/x86_64-redhat-linux/11/finclude/openacc.f90 usr/lib/gcc/x86_64-redhat-linux/11/finclude/openacc.mod usr/lib/gcc/x86_64-redhat-linux/11/finclude/openacc_kinds.mod usr/lib/gcc/x86_64-redhat-linux/11/finclude/openacc_lib.h usr/lib/gcc/x86_64-redhat-linux/11/include/ISO_Fortran_binding.h usr/lib/gcc/x86_64-redhat-linux/11/include/acc_prof.h usr/lib/gcc/x86_64-redhat-linux/11/include/adxintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/ammintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/amxbf16intrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/amxint8intrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/amxtileintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx2intrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx5124fmapsintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx5124vnniwintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512bf16intrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512bf16vlintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512bitalgintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512bwintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512cdintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512dqintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512erintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512fintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512ifmaintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512ifmavlintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512pfintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vbmi2intrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vbmi2vlintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vbmiintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vbmivlintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vlbwintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vldqintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vlintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vnniintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vnnivlintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vp2intersectintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vp2intersectvlintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vpopcntdqintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vpopcntdqvlintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avxintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/avxvnniintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/bmi2intrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/bmiintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/bmmintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/cet.h usr/lib/gcc/x86_64-redhat-linux/11/include/cetintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/cldemoteintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/clflushoptintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/clwbintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/clzerointrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/cpuid.h usr/lib/gcc/x86_64-redhat-linux/11/include/cross-stdarg.h usr/lib/gcc/x86_64-redhat-linux/11/include/emmintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/enqcmdintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/f16cintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/float.h usr/lib/gcc/x86_64-redhat-linux/11/include/fma4intrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/fmaintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/fxsrintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/gcov.h usr/lib/gcc/x86_64-redhat-linux/11/include/gfniintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/hresetintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/ia32intrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/immintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/iso646.h usr/lib/gcc/x86_64-redhat-linux/11/include/keylockerintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/limits.h usr/lib/gcc/x86_64-redhat-linux/11/include/lwpintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/lzcntintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/mm3dnow.h usr/lib/gcc/x86_64-redhat-linux/11/include/mm_malloc.h usr/lib/gcc/x86_64-redhat-linux/11/include/mmintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/movdirintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/mwaitintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/mwaitxintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/nmmintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/omp.h usr/lib/gcc/x86_64-redhat-linux/11/include/openacc.h usr/lib/gcc/x86_64-redhat-linux/11/include/pconfigintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/pkuintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/pmmintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/popcntintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/prfchwintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/rdseedintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/rtmintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/sanitizer/asan_interface.h usr/lib/gcc/x86_64-redhat-linux/11/include/sanitizer/common_interface_defs.h usr/lib/gcc/x86_64-redhat-linux/11/include/sanitizer/hwasan_interface.h usr/lib/gcc/x86_64-redhat-linux/11/include/sanitizer/lsan_interface.h usr/lib/gcc/x86_64-redhat-linux/11/include/sanitizer/tsan_interface.h usr/lib/gcc/x86_64-redhat-linux/11/include/serializeintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/sgxintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/shaintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/smmintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/stdalign.h usr/lib/gcc/x86_64-redhat-linux/11/include/stdarg.h usr/lib/gcc/x86_64-redhat-linux/11/include/stdatomic.h usr/lib/gcc/x86_64-redhat-linux/11/include/stdbool.h usr/lib/gcc/x86_64-redhat-linux/11/include/stddef.h usr/lib/gcc/x86_64-redhat-linux/11/include/stdfix.h usr/lib/gcc/x86_64-redhat-linux/11/include/stdint-gcc.h usr/lib/gcc/x86_64-redhat-linux/11/include/stdint.h usr/lib/gcc/x86_64-redhat-linux/11/include/stdnoreturn.h usr/lib/gcc/x86_64-redhat-linux/11/include/syslimits.h usr/lib/gcc/x86_64-redhat-linux/11/include/tbmintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/tmmintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/tsxldtrkintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/uintrintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/unwind.h usr/lib/gcc/x86_64-redhat-linux/11/include/vaesintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/varargs.h usr/lib/gcc/x86_64-redhat-linux/11/include/vpclmulqdqintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/waitpkgintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/wbnoinvdintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/wmmintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/x86gprintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/x86intrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/xmmintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/xopintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/xsavecintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/xsaveintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/xsaveoptintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/xsavesintrin.h usr/lib/gcc/x86_64-redhat-linux/11/include/xtestintrin.h usr/lib/gcc/x86_64-redhat-linux/11/libasan.so usr/lib/gcc/x86_64-redhat-linux/11/libasan_preinit.o usr/lib/gcc/x86_64-redhat-linux/11/libatomic.so usr/lib/gcc/x86_64-redhat-linux/11/libcaf_single.a usr/lib/gcc/x86_64-redhat-linux/11/libgcc.a usr/lib/gcc/x86_64-redhat-linux/11/libgcc_eh.a usr/lib/gcc/x86_64-redhat-linux/11/libgcc_s.so usr/lib/gcc/x86_64-redhat-linux/11/libgcov.a usr/lib/gcc/x86_64-redhat-linux/11/libgfortran.so usr/lib/gcc/x86_64-redhat-linux/11/libgfortran.spec usr/lib/gcc/x86_64-redhat-linux/11/libgomp.a usr/lib/gcc/x86_64-redhat-linux/11/libgomp.so usr/lib/gcc/x86_64-redhat-linux/11/libgomp.spec usr/lib/gcc/x86_64-redhat-linux/11/libitm.spec usr/lib/gcc/x86_64-redhat-linux/11/liblsan.so usr/lib/gcc/x86_64-redhat-linux/11/liblsan_preinit.o usr/lib/gcc/x86_64-redhat-linux/11/libsanitizer.spec usr/lib/gcc/x86_64-redhat-linux/11/libstdc++.so usr/lib/gcc/x86_64-redhat-linux/11/libstdc++fs.a usr/lib/gcc/x86_64-redhat-linux/11/libtsan.so usr/lib/gcc/x86_64-redhat-linux/11/libtsan_preinit.o usr/lib/gcc/x86_64-redhat-linux/11/libubsan.so usr/lib/gcc/x86_64-redhat-linux/11/rpmver usr/lib/gcrt1.o usr/lib/grcrt1.o usr/lib/libBrokenLocale.so usr/lib/libanl.a usr/lib/libanl.so usr/lib/libatomic.so.1 usr/lib/libatomic.so.1.2.0 usr/lib/libbfd.a usr/lib/libbfd.la usr/lib/libbfd.so usr/lib/libc.so usr/lib/libc_nonshared.a usr/lib/libctf-nobfd.a usr/lib/libctf.a usr/lib/libdl.a usr/lib/libg.a usr/lib/libgomp.so.1 usr/lib/libgomp.so.1.0.0 usr/lib/libiberty.a usr/lib/libm.so usr/lib/libmcheck.a usr/lib/libmpc.so.3 usr/lib/libmpc.so.3.2.1 usr/lib/libopcodes.a usr/lib/libopcodes.la usr/lib/libopcodes.so usr/lib/libpthread.a usr/lib/libresolv.so usr/lib/librt.a usr/lib/libthread_db.so usr/lib/libutil.a usr/lib/rcrt1.o usr/lib64/Mcrt1.o usr/lib64/Scrt1.o usr/lib64/bfd-plugins/liblto_plugin.so usr/lib64/crt1.o usr/lib64/crti.o usr/lib64/crtn.o usr/lib64/gcrt1.o usr/lib64/grcrt1.o usr/lib64/libBrokenLocale.so usr/lib64/libanl.a usr/lib64/libanl.so usr/lib64/libatomic.so.1 usr/lib64/libatomic.so.1.2.0 usr/lib64/libbfd-%%BUVERSION%%.so usr/lib64/libbfd.a usr/lib64/libbfd.la usr/lib64/libbfd.so usr/lib64/libc.so usr/lib64/libc_nonshared.a usr/lib64/libctf-nobfd.a usr/lib64/libctf-nobfd.la usr/lib64/libctf-nobfd.so usr/lib64/libctf-nobfd.so.0 usr/lib64/libctf-nobfd.so.0.0.0 usr/lib64/libctf.a usr/lib64/libctf.la usr/lib64/libctf.so usr/lib64/libctf.so.0 usr/lib64/libctf.so.0.0.0 usr/lib64/libdl.a usr/lib64/libg.a usr/lib64/libgomp.so.1 usr/lib64/libgomp.so.1.0.0 usr/lib64/libiberty.a usr/lib64/libm.so usr/lib64/libmcheck.a usr/lib64/libmpc.so.3 usr/lib64/libmpc.so.3.2.1 usr/lib64/libmpfr.so.6 usr/lib64/libmpfr.so.6.1.0 usr/lib64/libmvec.so usr/lib64/libopcodes-%%BUVERSION%%.so usr/lib64/libopcodes.a usr/lib64/libopcodes.la usr/lib64/libopcodes.so usr/lib64/libpthread.a usr/lib64/libresolv.so usr/lib64/librt.a usr/lib64/libthread_db.so usr/lib64/libutil.a usr/lib64/rcrt1.o usr/libexec/gcc/x86_64-redhat-linux/11/cc1 usr/libexec/gcc/x86_64-redhat-linux/11/cc1plus usr/libexec/gcc/x86_64-redhat-linux/11/collect2 usr/libexec/gcc/x86_64-redhat-linux/11/f951 usr/libexec/gcc/x86_64-redhat-linux/11/g++-mapper-server usr/libexec/gcc/x86_64-redhat-linux/11/liblto_plugin.so usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper usr/libexec/gcc/x86_64-redhat-linux/11/lto1 usr/libexec/getconf/default %%PORTDOCS%%usr/share/doc/binutils/README %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1993.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1994.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1995.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1996.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1997.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1998.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1999.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2000.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2001.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2002.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2003.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2004.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2005.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2006.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2007.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2008.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2009.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2010.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2011.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2012.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2013.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2014.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2015.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2016.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2017.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2018.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2019.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2020.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog.ptr.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog.tree-ssa.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2002.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2002.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2003.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2003.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2004.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2004.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2005.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2005.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2006.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2006.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2007.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2007.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2008.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2008.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2009.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2009.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2010.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2010.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2011.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2011.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2012.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2012.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2013.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2013.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2014.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2014.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2015.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2015.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2016.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2016.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2017.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2017.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2018.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2018.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2019.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2019.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2020.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2020.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog.ptr.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-1997.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-1998.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-1999.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2000.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2001.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2002.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2003.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2004.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2005.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2006.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2007.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2008.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2009.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2010.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2011.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2012.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2013.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2014.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2015.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2016.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2017.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2018.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2019.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2020.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.dataflow.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.gimple-classes.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.graphite.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.jit.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.lib.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.ptr.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.tree-ssa.bz2 %%PORTDOCS%%usr/share/doc/gcc/ChangeLog.tuples.bz2 %%PORTDOCS%%usr/share/doc/gcc/README.Portability %%PORTDOCS%%usr/share/doc/libgomp/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/libgomp/ChangeLog.graphite.bz2 %%PORTDOCS%%usr/share/doc/libmpc/NEWS %%PORTDOCS%%usr/share/doc/libmpc/README %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-1998.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-1999.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2000.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2001.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2002.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2003.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2004.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2005.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2006.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2007.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2008.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2009.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2010.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2011.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2012.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2013.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2014.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2015.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2016.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2017.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2018.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2019.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2020.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel/README %%PORTDOCS%%usr/share/doc/mpfr/BUGS %%PORTDOCS%%usr/share/doc/mpfr/NEWS %%PORTDOCS%%usr/share/doc/mpfr/PATCHES %%PORTDOCS%%usr/share/doc/mpfr/README usr/share/info/as.info.gz usr/share/info/bfd.info.gz usr/share/info/binutils.info.gz usr/share/info/cpp.info.gz usr/share/info/cppinternals.info.gz usr/share/info/gcc.info.gz usr/share/info/gccinstall.info.gz usr/share/info/gccint.info.gz usr/share/info/gfortran.info.gz usr/share/info/gprof.info.gz usr/share/info/ld.info.gz usr/share/info/libgomp.info.gz usr/share/licenses/binutils/COPYING usr/share/licenses/binutils/COPYING.LIB usr/share/licenses/binutils/COPYING3 usr/share/licenses/binutils/COPYING3.LIB usr/share/licenses/gcc/COPYING usr/share/licenses/gcc/COPYING.LIB usr/share/licenses/gcc/COPYING.RUNTIME usr/share/licenses/gcc/COPYING3 usr/share/licenses/gcc/COPYING3.LIB usr/share/licenses/libmpc/COPYING.LESSER usr/share/licenses/mpfr/COPYING usr/share/licenses/mpfr/COPYING.LESSER %%NLS%%usr/share/locale/be/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/ld.mo usr/share/man/man1/addr2line.1.gz usr/share/man/man1/ar.1.gz usr/share/man/man1/as.1.gz usr/share/man/man1/c++filt.1.gz usr/share/man/man1/cpp.1.gz usr/share/man/man1/elfedit.1.gz usr/share/man/man1/g++.1.gz usr/share/man/man1/gcc.1.gz usr/share/man/man1/gcov-dump.1.gz usr/share/man/man1/gcov-tool.1.gz usr/share/man/man1/gcov.1.gz usr/share/man/man1/gfortran.1.gz usr/share/man/man1/gprof.1.gz usr/share/man/man1/ld.1.gz usr/share/man/man1/lto-dump.1.gz usr/share/man/man1/nm.1.gz usr/share/man/man1/objcopy.1.gz usr/share/man/man1/objdump.1.gz usr/share/man/man1/ranlib.1.gz usr/share/man/man1/readelf.1.gz usr/share/man/man1/size.1.gz usr/share/man/man1/strings.1.gz usr/share/man/man1/strip.1.gz @dir usr/lib64/gfortran/modules diff --git a/devel/linux-rl9-elfutils-libelf/Makefile b/devel/linux-rl9-elfutils-libelf/Makefile index f7f598edadc6..adc40de3df4c 100644 --- a/devel/linux-rl9-elfutils-libelf/Makefile +++ b/devel/linux-rl9-elfutils-libelf/Makefile @@ -1,25 +1,24 @@ PORTNAME= elfutils -PORTVERSION= 0.190 -DISTVERSIONSUFFIX= -2.el9 -PORTREVISION= 1 +PORTVERSION= 0.191 +DISTVERSIONSUFFIX= -4.el9 CATEGORIES= devel linux PKGNAMESUFFIX= -libelf MAINTAINER= emulation@FreeBSD.org COMMENT= ELF file handling library (Rocky Linux ${LINUX_DIST_VER}) WWW= https://sourceware.org/elfutils/ USES= cpe linux:rl9 CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= yes USE_LINUX_RPM= yes WANT_LINUX32= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} OPTIONS_DEFINE= NLS OPTIONS_SUB= yes PLIST_SUB= LIBVERSION=${PORTVERSION} .include diff --git a/devel/linux-rl9-elfutils-libelf/distinfo b/devel/linux-rl9-elfutils-libelf/distinfo index 2e46f9cb0f15..a1db39ac1b72 100644 --- a/devel/linux-rl9-elfutils-libelf/distinfo +++ b/devel/linux-rl9-elfutils-libelf/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731421011 -SHA256 (rocky/e/elfutils-libelf-0.190-2.el9.aarch64.rpm) = b88d5548658c5d69cf0452c4f10789f8d338cf891ea1051ac8495475cc1d8890 -SIZE (rocky/e/elfutils-libelf-0.190-2.el9.aarch64.rpm) = 195278 -SHA256 (rocky/e/elfutils-libelf-0.190-2.el9.i686.rpm) = 458e1fb8eca4becc5fdebb98812d46f4feddab268452429ea29593582579988e -SIZE (rocky/e/elfutils-libelf-0.190-2.el9.i686.rpm) = 204083 -SHA256 (rocky/e/elfutils-libelf-0.190-2.el9.x86_64.rpm) = 1486dd1b3506e0685298e2d94da55583156ab35e1b66ff6b92c7a9a4323f416e -SIZE (rocky/e/elfutils-libelf-0.190-2.el9.x86_64.rpm) = 195753 -SHA256 (rocky/e/elfutils-0.190-2.el9.src.rpm) = 2a4a63b0249848a319ee5ffa06288a519c49d3c07dbb6b90fe7f772acaad3634 -SIZE (rocky/e/elfutils-0.190-2.el9.src.rpm) = 9249019 +TIMESTAMP = 1732645208 +SHA256 (rocky/e/elfutils-libelf-0.191-4.el9.aarch64.rpm) = 4d3d63c54160a3be36aec31c17c24c25c274b50a86d32e37c9b9eeda974520ef +SIZE (rocky/e/elfutils-libelf-0.191-4.el9.aarch64.rpm) = 210235 +SHA256 (rocky/e/elfutils-libelf-0.191-4.el9.i686.rpm) = d083ecab226b832806445f6b00e9c7fc9ab196a621c6c03c857fb54f09149fdc +SIZE (rocky/e/elfutils-libelf-0.191-4.el9.i686.rpm) = 218617 +SHA256 (rocky/e/elfutils-libelf-0.191-4.el9.x86_64.rpm) = 1262b160e85c0a18fc262a172f144009638bb015d5c10f04d58cbec3db375733 +SIZE (rocky/e/elfutils-libelf-0.191-4.el9.x86_64.rpm) = 210677 +SHA256 (rocky/e/elfutils-0.191-4.el9.src.rpm) = 17e4e5cec5e0ed008c60b389e9b5fb2ec57c213889455009e4e8e6dac6ece973 +SIZE (rocky/e/elfutils-0.191-4.el9.src.rpm) = 9333948 diff --git a/devel/linux-rl9-elfutils-libelf/pkg-plist.aarch64 b/devel/linux-rl9-elfutils-libelf/pkg-plist.aarch64 index 154072cd5b7f..8fe968eb6ef4 100644 --- a/devel/linux-rl9-elfutils-libelf/pkg-plist.aarch64 +++ b/devel/linux-rl9-elfutils-libelf/pkg-plist.aarch64 @@ -1,12 +1,12 @@ -usr/lib/.build-id/2d/18248bebfbe12bbf8d2a8db922af4030d572a9 +usr/lib/.build-id/27/d5659fb69972a8c058ea9a241056d18a50e865 usr/lib64/libelf-%%LIBVERSION%%.so usr/lib64/libelf.so.1 usr/share/licenses/elfutils-libelf/COPYING-GPLV2 usr/share/licenses/elfutils-libelf/COPYING-LGPLV3 %%NLS%%usr/share/locale/de/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/en@quot/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/elfutils.mo diff --git a/devel/linux-rl9-elfutils-libelf/pkg-plist.amd64 b/devel/linux-rl9-elfutils-libelf/pkg-plist.amd64 index b8e68e8fad20..75fa88dc2d66 100644 --- a/devel/linux-rl9-elfutils-libelf/pkg-plist.amd64 +++ b/devel/linux-rl9-elfutils-libelf/pkg-plist.amd64 @@ -1,15 +1,15 @@ -usr/lib/.build-id/93/8ad3a10aca8cb74c39a81a49ba10bdc2097b8f -usr/lib/.build-id/ad/9a2a78ace9d63b72d21ba71edd95b1396dff56 +usr/lib/.build-id/c5/b2a76d1eb499cc52dfa7a9b7aaf2d93d185f66 +usr/lib/.build-id/d1/b76c7dd2742313694756c048b8b974ef34d39c usr/lib/libelf-%%LIBVERSION%%.so usr/lib/libelf.so.1 usr/lib64/libelf-%%LIBVERSION%%.so usr/lib64/libelf.so.1 usr/share/licenses/elfutils-libelf/COPYING-GPLV2 usr/share/licenses/elfutils-libelf/COPYING-LGPLV3 %%NLS%%usr/share/locale/de/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/en@quot/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/elfutils.mo diff --git a/devel/linux-rl9-elfutils-libs/Makefile b/devel/linux-rl9-elfutils-libs/Makefile index b700d2a047f9..b07756d83ef4 100644 --- a/devel/linux-rl9-elfutils-libs/Makefile +++ b/devel/linux-rl9-elfutils-libs/Makefile @@ -1,23 +1,22 @@ PORTNAME= elfutils -PORTVERSION= 0.190 -DISTVERSIONSUFFIX= -2.el9 -PORTREVISION= 1 +PORTVERSION= 0.191 +DISTVERSIONSUFFIX= -4.el9 CATEGORIES= devel linux PKGNAMESUFFIX= -libs MAINTAINER= emulation@FreeBSD.org COMMENT= ELF file handling libraries (Rocky Linux ${LINUX_DIST_VER}) WWW= https://sourceware.org/elfutils/ USES= cpe linux:rl9 CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= yes USE_LINUX= elfutils-libelf USE_LINUX_RPM= yes WANT_LINUX32= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} PLIST_SUB= LIBVERSION=${PORTVERSION} .include diff --git a/devel/linux-rl9-elfutils-libs/distinfo b/devel/linux-rl9-elfutils-libs/distinfo index 95c83d3659b9..ba4803ec6dff 100644 --- a/devel/linux-rl9-elfutils-libs/distinfo +++ b/devel/linux-rl9-elfutils-libs/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731421313 -SHA256 (rocky/e/elfutils-libs-0.190-2.el9.aarch64.rpm) = 04b08a832b2711f7166d8c15be84af6f406f52681e48dfe08ea8265aada8acf6 -SIZE (rocky/e/elfutils-libs-0.190-2.el9.aarch64.rpm) = 259180 -SHA256 (rocky/e/elfutils-libs-0.190-2.el9.i686.rpm) = 22f317e2499cf1a1789b56b6c3cf9686a036f778169c1ea1b7f3397f12e71b87 -SIZE (rocky/e/elfutils-libs-0.190-2.el9.i686.rpm) = 293460 -SHA256 (rocky/e/elfutils-libs-0.190-2.el9.x86_64.rpm) = 21afd9d42bc164bda66cbf3c5d388dd86c3fb7800385eaab3c1ff7bd45c556aa -SIZE (rocky/e/elfutils-libs-0.190-2.el9.x86_64.rpm) = 260398 -SHA256 (rocky/e/elfutils-0.190-2.el9.src.rpm) = 2a4a63b0249848a319ee5ffa06288a519c49d3c07dbb6b90fe7f772acaad3634 -SIZE (rocky/e/elfutils-0.190-2.el9.src.rpm) = 9249019 +TIMESTAMP = 1732645275 +SHA256 (rocky/e/elfutils-libs-0.191-4.el9.aarch64.rpm) = f6bb64e09d8793da7f70a6f17f257ed3159b46c167a8d1cb705e004178ae3e01 +SIZE (rocky/e/elfutils-libs-0.191-4.el9.aarch64.rpm) = 262320 +SHA256 (rocky/e/elfutils-libs-0.191-4.el9.i686.rpm) = 8489b6125e3d05366b6c3b299c8312a6e901bc0640371c910ae84528046ecec7 +SIZE (rocky/e/elfutils-libs-0.191-4.el9.i686.rpm) = 297376 +SHA256 (rocky/e/elfutils-libs-0.191-4.el9.x86_64.rpm) = a08371a4a9d43427755608a7ef44c3f55f7265e8a3c30bbbd305db0e1cb5d1d1 +SIZE (rocky/e/elfutils-libs-0.191-4.el9.x86_64.rpm) = 265149 +SHA256 (rocky/e/elfutils-0.191-4.el9.src.rpm) = 17e4e5cec5e0ed008c60b389e9b5fb2ec57c213889455009e4e8e6dac6ece973 +SIZE (rocky/e/elfutils-0.191-4.el9.src.rpm) = 9333948 diff --git a/devel/linux-rl9-elfutils-libs/pkg-plist.aarch64 b/devel/linux-rl9-elfutils-libs/pkg-plist.aarch64 index d3c77a75a9ff..297448a46c25 100644 --- a/devel/linux-rl9-elfutils-libs/pkg-plist.aarch64 +++ b/devel/linux-rl9-elfutils-libs/pkg-plist.aarch64 @@ -1,8 +1,8 @@ -usr/lib/.build-id/0f/06fc727bd0f885d337b9a2a161ad6991c2b256 -usr/lib/.build-id/4a/ecea9557a457c087d77669861acfafcac7ae59 +usr/lib/.build-id/28/4a63971038e2b767e3752cb433ec8fc4e92878 +usr/lib/.build-id/4f/a4dec6a469920561a05918de8c3ceb1255ea74 usr/lib64/libasm-%%LIBVERSION%%.so usr/lib64/libasm.so.1 usr/lib64/libdw-%%LIBVERSION%%.so usr/lib64/libdw.so.1 usr/share/licenses/elfutils-libs/COPYING-GPLV2 usr/share/licenses/elfutils-libs/COPYING-LGPLV3 diff --git a/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 b/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 index 578cf1cec21d..f1556493072a 100644 --- a/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 +++ b/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 @@ -1,14 +1,14 @@ -usr/lib/.build-id/59/d0866d2dfeb067897c2c22a0f0c3646afb9913 -usr/lib/.build-id/d0/8821b1f6ea2bc790045b988efa22835e987162 -usr/lib/.build-id/d0/e012925e0b33c4593ec2cdda141797065bdcd2 -usr/lib/.build-id/f1/bf810edca5c9cefde4c23d362d2e6e33cbe2f7 +usr/lib/.build-id/02/07c1177ca53edf26c244e09ac0c613c34aeeac +usr/lib/.build-id/02/2da41fbf38c7d8de9126c517a31582924badd2 +usr/lib/.build-id/cf/4eaba2a5006ec48405d1bb3a07a2cd25ff62c2 +usr/lib/.build-id/f3/1b39496269409ebadc50bbb98d2417e61d07b6 usr/lib/libasm-%%LIBVERSION%%.so usr/lib/libasm.so.1 usr/lib/libdw-%%LIBVERSION%%.so usr/lib/libdw.so.1 usr/lib64/libasm-%%LIBVERSION%%.so usr/lib64/libasm.so.1 usr/lib64/libdw-%%LIBVERSION%%.so usr/lib64/libdw.so.1 usr/share/licenses/elfutils-libs/COPYING-GPLV2 usr/share/licenses/elfutils-libs/COPYING-LGPLV3 diff --git a/devel/linux-rl9-libsoup/Makefile b/devel/linux-rl9-highway/Makefile similarity index 51% copy from devel/linux-rl9-libsoup/Makefile copy to devel/linux-rl9-highway/Makefile index 6bca829ead81..f5218168700f 100644 --- a/devel/linux-rl9-libsoup/Makefile +++ b/devel/linux-rl9-highway/Makefile @@ -1,26 +1,24 @@ -PORTNAME= libsoup -PORTVERSION= 2.72.0 -DISTVERSIONSUFFIX= -8.el9 -PORTREVISION= 1 +PORTNAME= highway +PORTVERSION= 1.2.0 +DISTVERSIONSUFFIX= -2.el9 +MASTER_SITES= EPEL9 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org -COMMENT= SOAP (Simple Object Access Protocol) implementation in C (Rocky Linux ${LINUX_DIST_VER}) -WWW= https://libsoup.org/ +COMMENT= Performance-portable, length-agnostic SIMD with runtime dispatch (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/google/highway -LICENSE= LGPL20 +LICENSE= APACHE20 USES= linux:rl9 USE_LDCONFIG= yes -USE_LINUX= libgcrypt libpsl USE_LINUX_RPM= yes -WANT_LINUX32= yes CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} -OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes .include diff --git a/devel/linux-rl9-highway/distinfo b/devel/linux-rl9-highway/distinfo new file mode 100644 index 000000000000..bad152995c9a --- /dev/null +++ b/devel/linux-rl9-highway/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1732670657 +SHA256 (rocky/h/highway-1.2.0-2.el9.aarch64.rpm) = 0835bfdf0e36ea5ddbe3c5aecb1ae95651951e534ce75f1dd79b463bd66c9551 +SIZE (rocky/h/highway-1.2.0-2.el9.aarch64.rpm) = 33369 +SHA256 (rocky/h/highway-1.2.0-2.el9.x86_64.rpm) = a0a98ba337784a453e69abbc3a9465ededd70d379f6dbf86ec5ba786fd3b67ba +SIZE (rocky/h/highway-1.2.0-2.el9.x86_64.rpm) = 35652 +SHA256 (rocky/h/highway-1.2.0-2.el9.src.rpm) = ac400cbcebde5d6524fdb093e20cd0b74a6830d81c6fd407670294b775a4780d +SIZE (rocky/h/highway-1.2.0-2.el9.src.rpm) = 2247018 diff --git a/devel/linux-rl9-highway/pkg-plist.aarch64 b/devel/linux-rl9-highway/pkg-plist.aarch64 new file mode 100644 index 000000000000..0dc77abb6560 --- /dev/null +++ b/devel/linux-rl9-highway/pkg-plist.aarch64 @@ -0,0 +1,4 @@ +usr/lib/.build-id/93/59e845df416417083596a5699bacd3ce32493f +usr/lib64/libhwy.so.1 +usr/lib64/libhwy.so.1.2.0 +usr/share/licenses/highway/LICENSE diff --git a/devel/linux-rl9-highway/pkg-plist.amd64 b/devel/linux-rl9-highway/pkg-plist.amd64 new file mode 100644 index 000000000000..52e818287bc4 --- /dev/null +++ b/devel/linux-rl9-highway/pkg-plist.amd64 @@ -0,0 +1,4 @@ +usr/lib/.build-id/b8/f359043c5c48dcb5ec23676f48051519c1aaa9 +usr/lib64/libhwy.so.1 +usr/lib64/libhwy.so.1.2.0 +usr/share/licenses/highway/LICENSE diff --git a/devel/linux-rl9-libgfortran/Makefile b/devel/linux-rl9-libgfortran/Makefile index 764888727ad8..6200359e8c56 100644 --- a/devel/linux-rl9-libgfortran/Makefile +++ b/devel/linux-rl9-libgfortran/Makefile @@ -1,21 +1,20 @@ PORTNAME= libgfortran -PORTVERSION= 11.4.1 -DISTVERSIONSUFFIX= -3.el9 -PORTREVISION= 2 +PORTVERSION= 11.5.0 +DISTVERSIONSUFFIX= -2.el9 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= Runtime libraries for gfortran (Linux Centos ${LINUX_DIST_VER}) WWW= https://www.centos.org USES= cpe linux:rl9 CPE_VENDOR= gnu USE_LDCONFIG= yes USE_LINUX_RPM= yes WANT_LINUX32= yes SRC_DISTFILES= gcc-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} .include diff --git a/devel/linux-rl9-libgfortran/distinfo b/devel/linux-rl9-libgfortran/distinfo index d0d1be77207f..72622bbbf22f 100644 --- a/devel/linux-rl9-libgfortran/distinfo +++ b/devel/linux-rl9-libgfortran/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731417205 -SHA256 (rocky/l/libgfortran-11.4.1-3.el9.aarch64.rpm) = 0deac61858d76e98ebf7050732d7a4ba8aa233b401c8dd3e1434a8a22e8d7d81 -SIZE (rocky/l/libgfortran-11.4.1-3.el9.aarch64.rpm) = 444989 -SHA256 (rocky/l/libgfortran-11.4.1-3.el9.i686.rpm) = 79e2d60f33eee71517d999c5baeab79f1642338df390ef9a4b0c795d9bac9f53 -SIZE (rocky/l/libgfortran-11.4.1-3.el9.i686.rpm) = 789238 -SHA256 (rocky/l/libgfortran-11.4.1-3.el9.x86_64.rpm) = 07159a69786e696c08b2b8fcccac397f4a6143ccb503356636435b414e964157 -SIZE (rocky/l/libgfortran-11.4.1-3.el9.x86_64.rpm) = 821179 -SHA256 (rocky/g/gcc-11.4.1-3.el9.src.rpm) = 03749677127f24d0c858bfd8bfcbddbcec71d50f6597ad1639dae731c1c3e63d -SIZE (rocky/g/gcc-11.4.1-3.el9.src.rpm) = 81823579 +TIMESTAMP = 1732643363 +SHA256 (rocky/l/libgfortran-11.5.0-2.el9.aarch64.rpm) = 3eeb7f26894892f02a517b48948822615bad22347cc0dfb1b09f3c76a857e7a1 +SIZE (rocky/l/libgfortran-11.5.0-2.el9.aarch64.rpm) = 440689 +SHA256 (rocky/l/libgfortran-11.5.0-2.el9.i686.rpm) = d1d87fa7c62dd1575c188ae4d66f1cbfbce3f93744d8dcfff62ff13d9c541635 +SIZE (rocky/l/libgfortran-11.5.0-2.el9.i686.rpm) = 785047 +SHA256 (rocky/l/libgfortran-11.5.0-2.el9.x86_64.rpm) = fe1d96cdc542a8624fdcc0328f253e365590818c18e745bdf29a8292e271681a +SIZE (rocky/l/libgfortran-11.5.0-2.el9.x86_64.rpm) = 819293 +SHA256 (rocky/g/gcc-11.5.0-2.el9.src.rpm) = b1f33a6db2eb4081ed4a17eb2bea638f108bb841f54124b248b418ddbc041e22 +SIZE (rocky/g/gcc-11.5.0-2.el9.src.rpm) = 81866805 diff --git a/devel/linux-rl9-libgfortran/pkg-plist.aarch64 b/devel/linux-rl9-libgfortran/pkg-plist.aarch64 index b6a1c4fe1840..9179527291ee 100644 --- a/devel/linux-rl9-libgfortran/pkg-plist.aarch64 +++ b/devel/linux-rl9-libgfortran/pkg-plist.aarch64 @@ -1,3 +1,3 @@ -usr/lib/.build-id/ff/db5d27c76e65aef0827931154135e235da170c +usr/lib/.build-id/6c/adf1cac3e38ec344ac26c2988833275a756f25 usr/lib64/libgfortran.so.5 usr/lib64/libgfortran.so.5.0.0 diff --git a/devel/linux-rl9-libgfortran/pkg-plist.amd64 b/devel/linux-rl9-libgfortran/pkg-plist.amd64 index ff5e18c303c5..dd5df1ab9c1f 100644 --- a/devel/linux-rl9-libgfortran/pkg-plist.amd64 +++ b/devel/linux-rl9-libgfortran/pkg-plist.amd64 @@ -1,6 +1,6 @@ -usr/lib/.build-id/5c/74225a0cc01d0b27cfee0c200bf7c4efa25a7b -usr/lib/.build-id/f8/e4b80ddcc9428b2c87c21b21db623ce7259cb8 +usr/lib/.build-id/44/af3e9def7b76cdaeff1bedbd990cad736b0fe0 +usr/lib/.build-id/4b/7d40f9643a835fd6569127ed71a718ef71b765 usr/lib/libgfortran.so.5 usr/lib/libgfortran.so.5.0.0 usr/lib64/libgfortran.so.5 usr/lib64/libgfortran.so.5.0.0 diff --git a/devel/linux-rl9-libpciaccess/Makefile b/devel/linux-rl9-libpciaccess/Makefile index bf37929677dd..c36fdcee8db9 100644 --- a/devel/linux-rl9-libpciaccess/Makefile +++ b/devel/linux-rl9-libpciaccess/Makefile @@ -1,21 +1,21 @@ PORTNAME= libpciaccess PORTVERSION= 0.16 -DISTVERSIONSUFFIX= -6.el9 -PORTREVISION= 1 +DISTVERSIONSUFFIX= -7.el9 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= emulation@FreeBSD.org COMMENT= Generic PCI access library (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.freedesktop.org/wiki/Software/xlibs/ USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX_RPM= yes WANT_LINUX32= yes CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr OPTIONS_DEFINE= DOCS .include diff --git a/devel/linux-rl9-libpciaccess/distinfo b/devel/linux-rl9-libpciaccess/distinfo index e1f1a480038f..f75005bbdb31 100644 --- a/devel/linux-rl9-libpciaccess/distinfo +++ b/devel/linux-rl9-libpciaccess/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731431982 -SHA256 (rocky/l/libpciaccess-0.16-6.el9.aarch64.rpm) = 3ace1f67e1f9aaf1d2a55278587e12c593eb852510e08d16d6c690e079e02020 -SIZE (rocky/l/libpciaccess-0.16-6.el9.aarch64.rpm) = 26643 -SHA256 (rocky/l/libpciaccess-0.16-6.el9.i686.rpm) = f6af26f607a8130d43741e765eb44713cafe7b78406bbeee0605718a66374bbe -SIZE (rocky/l/libpciaccess-0.16-6.el9.i686.rpm) = 29594 -SHA256 (rocky/l/libpciaccess-0.16-6.el9.x86_64.rpm) = 7d7bdd6f7a02204a1f10cf69cc71019cb408d5ed86dd8d0581aa5a226fae0865 -SIZE (rocky/l/libpciaccess-0.16-6.el9.x86_64.rpm) = 27181 -SHA256 (rocky/l/libpciaccess-0.16-6.el9.src.rpm) = 528647fc9606e70b186956041435dba1c9f679a44e3db1eeee4262cb59e15740 -SIZE (rocky/l/libpciaccess-0.16-6.el9.src.rpm) = 379303 +TIMESTAMP = 1732646276 +SHA256 (rocky/l/libpciaccess-0.16-7.el9.aarch64.rpm) = b0c5985ec74612d7e402cf3ffa6655d70f6f60f5674aace5b5911031bbfaca2c +SIZE (rocky/l/libpciaccess-0.16-7.el9.aarch64.rpm) = 26092 +SHA256 (rocky/l/libpciaccess-0.16-7.el9.i686.rpm) = 660da38c1e79c7e5cb81fe4b82fc8e623a46e883b5411200c16ab756e9ba4571 +SIZE (rocky/l/libpciaccess-0.16-7.el9.i686.rpm) = 28961 +SHA256 (rocky/l/libpciaccess-0.16-7.el9.x86_64.rpm) = 70a94cd77a2adacd3c239c769368c24cdea2c374328c93e9950307ec5bfde56b +SIZE (rocky/l/libpciaccess-0.16-7.el9.x86_64.rpm) = 26534 +SHA256 (rocky/l/libpciaccess-0.16-7.el9.src.rpm) = a0978f0227cacf0dbfbec38ddf550204fd82ac3d1486a3745f4d683d78ac5e18 +SIZE (rocky/l/libpciaccess-0.16-7.el9.src.rpm) = 380041 diff --git a/devel/linux-rl9-libpciaccess/pkg-plist.aarch64 b/devel/linux-rl9-libpciaccess/pkg-plist.aarch64 index 05b794d9f979..9babe0e2e1ff 100644 --- a/devel/linux-rl9-libpciaccess/pkg-plist.aarch64 +++ b/devel/linux-rl9-libpciaccess/pkg-plist.aarch64 @@ -1,5 +1,5 @@ -usr/lib/.build-id/5d/b568454d6f859c1513741f730de09067832a2a +usr/lib/.build-id/a2/5d8c31e44b1a5415d7b1b259c032fd1b7970b3 usr/lib64/libpciaccess.so.0 usr/lib64/libpciaccess.so.0.11.1 %%PORTDOCS%%usr/share/doc/libpciaccess/AUTHORS usr/share/licenses/libpciaccess/COPYING diff --git a/devel/linux-rl9-libpciaccess/pkg-plist.amd64 b/devel/linux-rl9-libpciaccess/pkg-plist.amd64 index 48a7b4e5e7cc..fd728844afb0 100644 --- a/devel/linux-rl9-libpciaccess/pkg-plist.amd64 +++ b/devel/linux-rl9-libpciaccess/pkg-plist.amd64 @@ -1,8 +1,8 @@ -usr/lib/.build-id/30/15f6b4ed027551badd6f5c1f9770d7fa5b1086 -usr/lib/.build-id/f2/544fa0a4d8367567c3d7ee1415912fc58a4aaf +usr/lib/.build-id/5e/bc1597abef02ebe596a71ec1a99cce0437a592 +usr/lib/.build-id/8c/8b492ef1b7fe9f363d119f95cf24c2ca8bee9c usr/lib/libpciaccess.so.0 usr/lib/libpciaccess.so.0.11.1 usr/lib64/libpciaccess.so.0 usr/lib64/libpciaccess.so.0.11.1 %%PORTDOCS%%usr/share/doc/libpciaccess/AUTHORS usr/share/licenses/libpciaccess/COPYING diff --git a/devel/linux-rl9-libsoup/Makefile b/devel/linux-rl9-libsoup/Makefile index 6bca829ead81..04066643e844 100644 --- a/devel/linux-rl9-libsoup/Makefile +++ b/devel/linux-rl9-libsoup/Makefile @@ -1,26 +1,26 @@ PORTNAME= libsoup PORTVERSION= 2.72.0 -DISTVERSIONSUFFIX= -8.el9 -PORTREVISION= 1 +DISTVERSIONSUFFIX= -8.el9_5.2 +PORTREVISION= 2 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= SOAP (Simple Object Access Protocol) implementation in C (Rocky Linux ${LINUX_DIST_VER}) WWW= https://libsoup.org/ LICENSE= LGPL20 USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX= libgcrypt libpsl USE_LINUX_RPM= yes WANT_LINUX32= yes CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes .include diff --git a/devel/linux-rl9-libsoup/distinfo b/devel/linux-rl9-libsoup/distinfo index 3050aab5dd00..55d98a990753 100644 --- a/devel/linux-rl9-libsoup/distinfo +++ b/devel/linux-rl9-libsoup/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731432310 -SHA256 (rocky/l/libsoup-2.72.0-8.el9.aarch64.rpm) = 4d7861eecdfed54107faa0e3a55c774788e4d76fb6484e36124bc0bdb4bddb50 -SIZE (rocky/l/libsoup-2.72.0-8.el9.aarch64.rpm) = 391691 -SHA256 (rocky/l/libsoup-2.72.0-8.el9.i686.rpm) = 62f74b93cf517bb5c22fa32070a96db967c7cc8841cad28033fffadb4be36ec4 -SIZE (rocky/l/libsoup-2.72.0-8.el9.i686.rpm) = 420619 -SHA256 (rocky/l/libsoup-2.72.0-8.el9.x86_64.rpm) = 29de6bc5022554f6554629c453fd8f021248c5a134a2147310c8facb967caef1 -SIZE (rocky/l/libsoup-2.72.0-8.el9.x86_64.rpm) = 398649 -SHA256 (rocky/l/libsoup-2.72.0-8.el9.src.rpm) = 633469a52bdbadb25e83afd0997b1c1566aba0f69f68aecb4ba16a15178e449f -SIZE (rocky/l/libsoup-2.72.0-8.el9.src.rpm) = 1495678 +TIMESTAMP = 1732646433 +SHA256 (rocky/l/libsoup-2.72.0-8.el9_5.2.aarch64.rpm) = 792aa54d793766d5c1259fcfef7e3bcbd2a28887a020e11d6ff958b91186fc3e +SIZE (rocky/l/libsoup-2.72.0-8.el9_5.2.aarch64.rpm) = 389523 +SHA256 (rocky/l/libsoup-2.72.0-8.el9_5.2.i686.rpm) = 89e25765a4e858530aacae9ebbc1b82c7e1112f9101738a8dd3d18eab9b570d5 +SIZE (rocky/l/libsoup-2.72.0-8.el9_5.2.i686.rpm) = 421495 +SHA256 (rocky/l/libsoup-2.72.0-8.el9_5.2.x86_64.rpm) = 16174a05d4e064ede29d450dc992d4166bc70fb081abf270b128ea1095f3fc36 +SIZE (rocky/l/libsoup-2.72.0-8.el9_5.2.x86_64.rpm) = 396855 +SHA256 (rocky/l/libsoup-2.72.0-8.el9_5.2.src.rpm) = 9f5b3ccae8b9243e23e1ffa8a45dba3fe7a8ff289031e45ed480c9f134a6f167 +SIZE (rocky/l/libsoup-2.72.0-8.el9_5.2.src.rpm) = 1498130 diff --git a/devel/linux-rl9-libsoup/pkg-plist.aarch64 b/devel/linux-rl9-libsoup/pkg-plist.aarch64 index c4c55dd62b4f..398833d8a9ad 100644 --- a/devel/linux-rl9-libsoup/pkg-plist.aarch64 +++ b/devel/linux-rl9-libsoup/pkg-plist.aarch64 @@ -1,78 +1,78 @@ -usr/lib/.build-id/3b/addaf3431ceee79355e5d406f222046e1e78b6 -usr/lib/.build-id/5d/4811a9f68d5fcf5347f30703a89d275db7100b +usr/lib/.build-id/75/a50f590e6494a4c667786ac35adb10371b9f8b +usr/lib/.build-id/ef/c27ef3bf44d5cc6e75f35307d3c9fae27fd916 usr/lib64/girepository-1.0/Soup-2.4.typelib usr/lib64/girepository-1.0/SoupGNOME-2.4.typelib usr/lib64/libsoup-2.4.so.1 usr/lib64/libsoup-2.4.so.1.11.0 usr/lib64/libsoup-gnome-2.4.so.1 usr/lib64/libsoup-gnome-2.4.so.1.11.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README usr/share/licenses/libsoup/COPYING %%NLS%%usr/share/locale/an/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libsoup.mo diff --git a/devel/linux-rl9-libsoup/pkg-plist.amd64 b/devel/linux-rl9-libsoup/pkg-plist.amd64 index 816e4fa3bfa8..fd53dc0b2dd8 100644 --- a/devel/linux-rl9-libsoup/pkg-plist.amd64 +++ b/devel/linux-rl9-libsoup/pkg-plist.amd64 @@ -1,86 +1,86 @@ -usr/lib/.build-id/a9/94a2e0af7fc4dd8f68e3e08636d9bdf598a4f0 -usr/lib/.build-id/db/e2e561ef459af2d09a3a74cc341705d5f2603f -usr/lib/.build-id/eb/82e6ca85cbf269753bd029aa423b6e838901f2 -usr/lib/.build-id/f7/795a2ee549163b0563d85f9c84e4c3fe73d3f3 +usr/lib/.build-id/20/8eeccb2b5aa974ccbdced5f474752ffea73ebb +usr/lib/.build-id/9c/f2cd217a3b3099fc5f2a9f8dd31e6b7cf38f6b +usr/lib/.build-id/ac/fe0dc043f1f629228c17e1e2e95de5277b8204 +usr/lib/.build-id/af/72b6d5773f44c9a909b7023583fd765b656b4f usr/lib/girepository-1.0/Soup-2.4.typelib usr/lib/girepository-1.0/SoupGNOME-2.4.typelib usr/lib/libsoup-2.4.so.1 usr/lib/libsoup-2.4.so.1.11.0 usr/lib/libsoup-gnome-2.4.so.1 usr/lib/libsoup-gnome-2.4.so.1.11.0 usr/lib64/girepository-1.0/Soup-2.4.typelib usr/lib64/girepository-1.0/SoupGNOME-2.4.typelib usr/lib64/libsoup-2.4.so.1 usr/lib64/libsoup-2.4.so.1.11.0 usr/lib64/libsoup-gnome-2.4.so.1 usr/lib64/libsoup-gnome-2.4.so.1.11.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README usr/share/licenses/libsoup/COPYING %%NLS%%usr/share/locale/an/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libsoup.mo diff --git a/devel/linux-rl9-libtool-ltdl/Makefile b/devel/linux-rl9-libtool-ltdl/Makefile index 4ecd9a440161..6bf5e67d4634 100644 --- a/devel/linux-rl9-libtool-ltdl/Makefile +++ b/devel/linux-rl9-libtool-ltdl/Makefile @@ -1,26 +1,26 @@ PORTNAME= libtool-ltdl PORTVERSION= 2.4.6 -DISTVERSIONSUFFIX= -45.el9 -PORTREVISION= 1 +DISTVERSIONSUFFIX= -46.el9 +PORTREVISION= 2 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= Runtime libraries for GNU libtool (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.gnu.org/software/libtool/ LICENSE= LGPL21+ USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX_RPM= yes WANT_LINUX32= yes SRC_DISTFILES= ${DISTNAME:S/-ltdl//}${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/libltdl/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} OPTIONS_DEFINE= DOCS .include diff --git a/devel/linux-rl9-libtool-ltdl/distinfo b/devel/linux-rl9-libtool-ltdl/distinfo index 1bd0ad67681e..3bba9e8ba08b 100644 --- a/devel/linux-rl9-libtool-ltdl/distinfo +++ b/devel/linux-rl9-libtool-ltdl/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731425439 -SHA256 (rocky/l/libtool-ltdl-2.4.6-45.el9.aarch64.rpm) = f8e9312323e57320b38db0f50ba49fd78fdd7f55f38c625753c034d3af7f2570 -SIZE (rocky/l/libtool-ltdl-2.4.6-45.el9.aarch64.rpm) = 36386 -SHA256 (rocky/l/libtool-ltdl-2.4.6-45.el9.i686.rpm) = ad1a7003fcea82d251ed54e61f22668f5eb2bd73449caea99af6b2ca4eed7539 -SIZE (rocky/l/libtool-ltdl-2.4.6-45.el9.i686.rpm) = 38795 -SHA256 (rocky/l/libtool-ltdl-2.4.6-45.el9.x86_64.rpm) = 39031cdd1458c857211736b88cef8c9eb60ef7802cc2e9155f0dd8cadc2eeb8a -SIZE (rocky/l/libtool-ltdl-2.4.6-45.el9.x86_64.rpm) = 36880 -SHA256 (rocky/l/libtool-2.4.6-45.el9.src.rpm) = 122e8832c15a7c199ebfbabaadddcdef7be65bf23433ae7a7dea11061c679418 -SIZE (rocky/l/libtool-2.4.6-45.el9.src.rpm) = 1000481 +TIMESTAMP = 1732647012 +SHA256 (rocky/l/libtool-ltdl-2.4.6-46.el9.aarch64.rpm) = 61787d4bfdc8cef971da45eaa6101e79755cd42e687eaf7f09ac8f531ac81f57 +SIZE (rocky/l/libtool-ltdl-2.4.6-46.el9.aarch64.rpm) = 34910 +SHA256 (rocky/l/libtool-ltdl-2.4.6-46.el9.i686.rpm) = 5bbc02660a221d24ad9590ffecaf5894b586b6bb94ac870845096e4401d2a89c +SIZE (rocky/l/libtool-ltdl-2.4.6-46.el9.i686.rpm) = 37381 +SHA256 (rocky/l/libtool-ltdl-2.4.6-46.el9.x86_64.rpm) = 2225f18e23d3b4b9e886c1048c93c23c74c32753cb74112812db1f2a688eed53 +SIZE (rocky/l/libtool-ltdl-2.4.6-46.el9.x86_64.rpm) = 35365 +SHA256 (rocky/l/libtool-2.4.6-46.el9.src.rpm) = eb9a43fd9f5194f2f6c37f5d332824efceded96580f5050216b62819b1c0256e +SIZE (rocky/l/libtool-2.4.6-46.el9.src.rpm) = 999196 diff --git a/devel/linux-rl9-libtool-ltdl/pkg-plist.aarch64 b/devel/linux-rl9-libtool-ltdl/pkg-plist.aarch64 index 8cc2a5036506..b2f6276c174d 100644 --- a/devel/linux-rl9-libtool-ltdl/pkg-plist.aarch64 +++ b/devel/linux-rl9-libtool-ltdl/pkg-plist.aarch64 @@ -1,5 +1,5 @@ -usr/lib/.build-id/ed/e9e32261e83b2eb4469b9a0a9f52716eab7974 +usr/lib/.build-id/63/163868284fe9facacf8d47c0fea1d3f94de934 usr/lib64/libltdl.so.7 usr/lib64/libltdl.so.7.3.1 usr/share/licenses/libtool-ltdl/COPYING.LIB diff --git a/devel/linux-rl9-libtool-ltdl/pkg-plist.amd64 b/devel/linux-rl9-libtool-ltdl/pkg-plist.amd64 index b18d86d14ce3..c225271ace23 100644 --- a/devel/linux-rl9-libtool-ltdl/pkg-plist.amd64 +++ b/devel/linux-rl9-libtool-ltdl/pkg-plist.amd64 @@ -1,8 +1,8 @@ -usr/lib/.build-id/0a/27f8b9ae0ff8d928de2171858c41f9ce2bab05 -usr/lib/.build-id/d5/a2d8bc853edaa6953f6a06225974005e220a9a +usr/lib/.build-id/b8/187feaf7fb9b3cd0d82bee81ff1b9de2f79612 +usr/lib/.build-id/da/4d6b4a3aa250da6380b87ad719c9a5fa368959 usr/lib/libltdl.so.7 usr/lib/libltdl.so.7.3.1 usr/lib64/libltdl.so.7 usr/lib64/libltdl.so.7.3.1 usr/share/licenses/libtool-ltdl/COPYING.LIB diff --git a/devel/linux-rl9-lld/Makefile b/devel/linux-rl9-lld/Makefile new file mode 100644 index 000000000000..9aa274a5bfe9 --- /dev/null +++ b/devel/linux-rl9-lld/Makefile @@ -0,0 +1,24 @@ +PORTNAME= lld +PORTVERSION= 18.1.8 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= The LLVM Linker for LLVM suite (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://llvm.org + +LICENSE= GPLv2+ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= elfutils-libelf python3 +USE_LINUX_RPM= yes +WANT_LINUX32=yes + +BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} +LIB_DISTNAMES= ${PORTNAME}-devel-${DISTVERSIONFULL} \ + ${PORTNAME}-libs-${DISTVERSIONFULL} + +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +.include diff --git a/devel/linux-rl9-lld/distinfo b/devel/linux-rl9-lld/distinfo new file mode 100644 index 000000000000..0aa84cc51f07 --- /dev/null +++ b/devel/linux-rl9-lld/distinfo @@ -0,0 +1,19 @@ +TIMESTAMP = 1732656072 +SHA256 (rocky/l/lld-18.1.8-1.el9.aarch64.rpm) = 15bf1fb6ee6ad98d09b3a655ab907c5aa4a22f16f266cee7e69965fe20efef1c +SIZE (rocky/l/lld-18.1.8-1.el9.aarch64.rpm) = 33819 +SHA256 (rocky/l/lld-18.1.8-1.el9.x86_64.rpm) = 8dff5268316687f2bfc627459dad96b2a700b6b536d9949893b7fe892574a7a3 +SIZE (rocky/l/lld-18.1.8-1.el9.x86_64.rpm) = 33745 +SHA256 (rocky/l/lld-devel-18.1.8-1.el9.aarch64.rpm) = 8bf8dabde4f7393d4c541e3dd825f8fe9a841f89aaeff1646e0b5055b208bf56 +SIZE (rocky/l/lld-devel-18.1.8-1.el9.aarch64.rpm) = 21857 +SHA256 (rocky/l/lld-devel-18.1.8-1.el9.i686.rpm) = fa4c22c47eed63ef5acf9755f89625852bf2b5fb64272b78988a0dc5b8b32bab +SIZE (rocky/l/lld-devel-18.1.8-1.el9.i686.rpm) = 21866 +SHA256 (rocky/l/lld-devel-18.1.8-1.el9.x86_64.rpm) = 0323dd5e4e34a3fa55c734c09f3c2e11340369222b32f7bee734c29c318625ac +SIZE (rocky/l/lld-devel-18.1.8-1.el9.x86_64.rpm) = 21908 +SHA256 (rocky/l/lld-libs-18.1.8-1.el9.aarch64.rpm) = efa4f2b168b1ca3fe2ec8017b8f065279adae3d3de9594fc4cfa249c625c6068 +SIZE (rocky/l/lld-libs-18.1.8-1.el9.aarch64.rpm) = 1494516 +SHA256 (rocky/l/lld-libs-18.1.8-1.el9.i686.rpm) = 458d4dbfa18c4fc0ef956223766e3f2a9a92b935c6f7c7dbbaaa3ed6a985bf76 +SIZE (rocky/l/lld-libs-18.1.8-1.el9.i686.rpm) = 1693106 +SHA256 (rocky/l/lld-libs-18.1.8-1.el9.x86_64.rpm) = 423cadfc6dc197f37e610f2810041930bc88dc8f67656ff301568e40985cd53a +SIZE (rocky/l/lld-libs-18.1.8-1.el9.x86_64.rpm) = 1597108 +SHA256 (rocky/l/lld-18.1.8-1.el9.src.rpm) = cf829f8f13925b156083875add697163a8ab5b16c8c087563ce1d36f46f6065b +SIZE (rocky/l/lld-18.1.8-1.el9.src.rpm) = 1589371 diff --git a/devel/linux-rl9-lld/pkg-descr b/devel/linux-rl9-lld/pkg-descr new file mode 100644 index 000000000000..aa8649dfd3f0 --- /dev/null +++ b/devel/linux-rl9-lld/pkg-descr @@ -0,0 +1 @@ +The LLVM project linker. diff --git a/devel/linux-rl9-lld/pkg-plist.aarch64 b/devel/linux-rl9-lld/pkg-plist.aarch64 new file mode 100644 index 000000000000..9ea908ba187e --- /dev/null +++ b/devel/linux-rl9-lld/pkg-plist.aarch64 @@ -0,0 +1,48 @@ +usr/bin/ld.lld +usr/bin/ld64.lld +usr/bin/lld +usr/bin/lld-link +usr/bin/wasm-ld +usr/include/lld/Common/Args.h +usr/include/lld/Common/Arrays.h +usr/include/lld/Common/CommonLinkerContext.h +usr/include/lld/Common/DWARF.h +usr/include/lld/Common/Driver.h +usr/include/lld/Common/ErrorHandler.h +usr/include/lld/Common/Filesystem.h +usr/include/lld/Common/LLVM.h +usr/include/lld/Common/Memory.h +usr/include/lld/Common/Reproduce.h +usr/include/lld/Common/Strings.h +usr/include/lld/Common/TargetOptionsCommandFlags.h +usr/include/lld/Common/Timer.h +usr/include/lld/Common/Version.h +usr/lib/.build-id/1a/d46beb27af1a81372c85d17c8e1a9307ae6fa7 +usr/lib/.build-id/3e/3e5ae9fe0c879c8ffa507b08988cc6f39e04b2 +usr/lib/.build-id/48/34db4b45167b8bac19e64a4269f052e47cfcd8 +usr/lib/.build-id/d5/81b238de8154efd5e7e2692ddcefe8ddf431df +usr/lib/.build-id/d5/81b238de8154efd5e7e2692ddcefe8ddf431df.1 +usr/lib/.build-id/d5/81b238de8154efd5e7e2692ddcefe8ddf431df.2 +usr/lib/.build-id/d5/81b238de8154efd5e7e2692ddcefe8ddf431df.3 +usr/lib/.build-id/d5/81b238de8154efd5e7e2692ddcefe8ddf431df.4 +usr/lib/.build-id/d6/c0f7e8d9a9e499e36b207c766bc621f87234d9 +usr/lib/.build-id/db/dce0af2365b74f9f7e57e33218ab9cabdc704c +usr/lib/.build-id/dd/c2c0a93bfde8811f9c198e3ea11fe30f81e36b +usr/lib64/cmake/lld/LLDConfig.cmake +usr/lib64/cmake/lld/LLDConfigVersion.cmake +usr/lib64/cmake/lld/LLDTargets-relwithdebinfo.cmake +usr/lib64/cmake/lld/LLDTargets.cmake +usr/lib64/liblldCOFF.so +usr/lib64/liblldCOFF.so.18.1 +usr/lib64/liblldCommon.so +usr/lib64/liblldCommon.so.18.1 +usr/lib64/liblldELF.so +usr/lib64/liblldELF.so.18.1 +usr/lib64/liblldMachO.so +usr/lib64/liblldMachO.so.18.1 +usr/lib64/liblldMinGW.so +usr/lib64/liblldMinGW.so.18.1 +usr/lib64/liblldWasm.so +usr/lib64/liblldWasm.so.18.1 +usr/share/licenses/lld/LICENSE.TXT +usr/share/man/man1/ld.lld.1.gz diff --git a/devel/linux-rl9-lld/pkg-plist.amd64 b/devel/linux-rl9-lld/pkg-plist.amd64 new file mode 100644 index 000000000000..d947745005a4 --- /dev/null +++ b/devel/linux-rl9-lld/pkg-plist.amd64 @@ -0,0 +1,70 @@ +usr/bin/ld.lld +usr/bin/ld64.lld +usr/bin/lld +usr/bin/lld-link +usr/bin/wasm-ld +usr/include/lld/Common/Args.h +usr/include/lld/Common/Arrays.h +usr/include/lld/Common/CommonLinkerContext.h +usr/include/lld/Common/DWARF.h +usr/include/lld/Common/Driver.h +usr/include/lld/Common/ErrorHandler.h +usr/include/lld/Common/Filesystem.h +usr/include/lld/Common/LLVM.h +usr/include/lld/Common/Memory.h +usr/include/lld/Common/Reproduce.h +usr/include/lld/Common/Strings.h +usr/include/lld/Common/TargetOptionsCommandFlags.h +usr/include/lld/Common/Timer.h +usr/include/lld/Common/Version.h +usr/lib/.build-id/07/46d837ae549f115fa42e5df22489f7b3ce5248 +usr/lib/.build-id/14/b1453a4b3bf3e8a9628b9036fbcf071b7a45e9 +usr/lib/.build-id/1e/f5e13239d90767f222977476ee58cb5dde9c23 +usr/lib/.build-id/25/ab8610cd4a5a11d84037fb4d44a39f3729a41b +usr/lib/.build-id/3c/3af79879e61b7c125885d2b08214407b813b5e +usr/lib/.build-id/58/503d5a221cc2e84789e3822d70612d9e8412c9 +usr/lib/.build-id/88/06518c1d83bc7269d7925bac9842b1a12eb3cb +usr/lib/.build-id/95/d54098c63f5903ecdca8f5c1b356954e555959 +usr/lib/.build-id/9d/d273e31f405781cd09b80369f5c6e9f10a9c30 +usr/lib/.build-id/9e/8eb94787a2d55e562e2aa081b7975e870741e0 +usr/lib/.build-id/c4/68cbd3af48748c70d020095c1932f2e5a73dd8 +usr/lib/.build-id/c4/68cbd3af48748c70d020095c1932f2e5a73dd8.1 +usr/lib/.build-id/c4/68cbd3af48748c70d020095c1932f2e5a73dd8.2 +usr/lib/.build-id/c4/68cbd3af48748c70d020095c1932f2e5a73dd8.3 +usr/lib/.build-id/c4/68cbd3af48748c70d020095c1932f2e5a73dd8.4 +usr/lib/.build-id/da/82355217d344e0ddbe50ec0432c44732c0a4c7 +usr/lib/.build-id/f2/b10fb8dc1d6354c798bbc8893621dd37b601ad +usr/lib/cmake/lld/LLDConfig.cmake +usr/lib/cmake/lld/LLDConfigVersion.cmake +usr/lib/cmake/lld/LLDTargets-relwithdebinfo.cmake +usr/lib/cmake/lld/LLDTargets.cmake +usr/lib/liblldCOFF.so +usr/lib/liblldCOFF.so.18.1 +usr/lib/liblldCommon.so +usr/lib/liblldCommon.so.18.1 +usr/lib/liblldELF.so +usr/lib/liblldELF.so.18.1 +usr/lib/liblldMachO.so +usr/lib/liblldMachO.so.18.1 +usr/lib/liblldMinGW.so +usr/lib/liblldMinGW.so.18.1 +usr/lib/liblldWasm.so +usr/lib/liblldWasm.so.18.1 +usr/lib64/cmake/lld/LLDConfig.cmake +usr/lib64/cmake/lld/LLDConfigVersion.cmake +usr/lib64/cmake/lld/LLDTargets-relwithdebinfo.cmake +usr/lib64/cmake/lld/LLDTargets.cmake +usr/lib64/liblldCOFF.so +usr/lib64/liblldCOFF.so.18.1 +usr/lib64/liblldCommon.so +usr/lib64/liblldCommon.so.18.1 +usr/lib64/liblldELF.so +usr/lib64/liblldELF.so.18.1 +usr/lib64/liblldMachO.so +usr/lib64/liblldMachO.so.18.1 +usr/lib64/liblldMinGW.so +usr/lib64/liblldMinGW.so.18.1 +usr/lib64/liblldWasm.so +usr/lib64/liblldWasm.so.18.1 +usr/share/licenses/lld/LICENSE.TXT +usr/share/man/man1/ld.lld.1.gz diff --git a/devel/linux-rl9-lldb/Makefile b/devel/linux-rl9-lldb/Makefile new file mode 100644 index 000000000000..404f5cba33db --- /dev/null +++ b/devel/linux-rl9-lldb/Makefile @@ -0,0 +1,23 @@ +PORTNAME= lldb +PORTVERSION= 18.1.8 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= The LLVM Debugger for LLVM suite (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://llvm.org + +LICENSE= GPLv2+ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= elfutils-libelf python3 +USE_LINUX_RPM= yes +WANT_LINUX32=yes + +BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} +LIB_DISTNAMES= ${PORTNAME}-devel-${DISTVERSIONFULL} + +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +.include diff --git a/devel/linux-rl9-lldb/distinfo b/devel/linux-rl9-lldb/distinfo new file mode 100644 index 000000000000..f5770641e83c --- /dev/null +++ b/devel/linux-rl9-lldb/distinfo @@ -0,0 +1,13 @@ +TIMESTAMP = 1732656787 +SHA256 (rocky/l/lldb-18.1.8-1.el9.aarch64.rpm) = 1ade80c143c38288e0365ceaefecddfa4e4cb736312df26508797ee427f867b3 +SIZE (rocky/l/lldb-18.1.8-1.el9.aarch64.rpm) = 6232305 +SHA256 (rocky/l/lldb-18.1.8-1.el9.x86_64.rpm) = aed3bfff7e7703ee80bd762d3efb1e08f1a14cbbb5eef81c50d92d51de327427 +SIZE (rocky/l/lldb-18.1.8-1.el9.x86_64.rpm) = 6388687 +SHA256 (rocky/l/lldb-devel-18.1.8-1.el9.aarch64.rpm) = 970ae1377249cdf665a16cbd24110343a861e1cb7e9f070ebb9e263b4fa9a328 +SIZE (rocky/l/lldb-devel-18.1.8-1.el9.aarch64.rpm) = 588681 +SHA256 (rocky/l/lldb-devel-18.1.8-1.el9.i686.rpm) = 839bd540965b0a08a07f385361dbca72373c5944b4724703e3d141f70862e961 +SIZE (rocky/l/lldb-devel-18.1.8-1.el9.i686.rpm) = 589578 +SHA256 (rocky/l/lldb-devel-18.1.8-1.el9.x86_64.rpm) = 04dfed0a2ff69653b147a24472ca941fc58142db58d38d6d8e9cd36117439d99 +SIZE (rocky/l/lldb-devel-18.1.8-1.el9.x86_64.rpm) = 589672 +SHA256 (rocky/l/lldb-18.1.8-1.el9.src.rpm) = 52f7c595c87a40ca67b6201be353ad5d3a7fa6e8c26d3e1b9deba5dbefe86ca6 +SIZE (rocky/l/lldb-18.1.8-1.el9.src.rpm) = 10621629 diff --git a/devel/linux-rl9-lldb/pkg-descr b/devel/linux-rl9-lldb/pkg-descr new file mode 100644 index 000000000000..62b3cd9d40d2 --- /dev/null +++ b/devel/linux-rl9-lldb/pkg-descr @@ -0,0 +1,4 @@ +LLDB is a next generation, high-performance debugger. It is built as a set +of reusable components which highly leverage existing libraries in the +larger LLVM Project, such as the Clang expression parser and LLVM +disassembler. diff --git a/devel/linux-rl9-lldb/pkg-plist.aarch64 b/devel/linux-rl9-lldb/pkg-plist.aarch64 new file mode 100644 index 000000000000..2c952f2954c2 --- /dev/null +++ b/devel/linux-rl9-lldb/pkg-plist.aarch64 @@ -0,0 +1,555 @@ +usr/bin/lldb +usr/bin/lldb-argdumper +usr/bin/lldb-dap +usr/bin/lldb-instr +usr/bin/lldb-server +usr/include/lldb/API/LLDB.h +usr/include/lldb/API/SBAddress.h +usr/include/lldb/API/SBAttachInfo.h +usr/include/lldb/API/SBBlock.h +usr/include/lldb/API/SBBreakpoint.h +usr/include/lldb/API/SBBreakpointLocation.h +usr/include/lldb/API/SBBreakpointName.h +usr/include/lldb/API/SBBroadcaster.h +usr/include/lldb/API/SBCommandInterpreter.h +usr/include/lldb/API/SBCommandInterpreterRunOptions.h +usr/include/lldb/API/SBCommandReturnObject.h +usr/include/lldb/API/SBCommunication.h +usr/include/lldb/API/SBCompileUnit.h +usr/include/lldb/API/SBData.h +usr/include/lldb/API/SBDebugger.h +usr/include/lldb/API/SBDeclaration.h +usr/include/lldb/API/SBDefines.h +usr/include/lldb/API/SBEnvironment.h +usr/include/lldb/API/SBError.h +usr/include/lldb/API/SBEvent.h +usr/include/lldb/API/SBExecutionContext.h +usr/include/lldb/API/SBExpressionOptions.h +usr/include/lldb/API/SBFile.h +usr/include/lldb/API/SBFileSpec.h +usr/include/lldb/API/SBFileSpecList.h +usr/include/lldb/API/SBFormat.h +usr/include/lldb/API/SBFrame.h +usr/include/lldb/API/SBFunction.h +usr/include/lldb/API/SBHostOS.h +usr/include/lldb/API/SBInstruction.h +usr/include/lldb/API/SBInstructionList.h +usr/include/lldb/API/SBLanguageRuntime.h +usr/include/lldb/API/SBLaunchInfo.h +usr/include/lldb/API/SBLineEntry.h +usr/include/lldb/API/SBListener.h +usr/include/lldb/API/SBMemoryRegionInfo.h +usr/include/lldb/API/SBMemoryRegionInfoList.h +usr/include/lldb/API/SBModule.h +usr/include/lldb/API/SBModuleSpec.h +usr/include/lldb/API/SBPlatform.h +usr/include/lldb/API/SBProcess.h +usr/include/lldb/API/SBProcessInfo.h +usr/include/lldb/API/SBProcessInfoList.h +usr/include/lldb/API/SBQueue.h +usr/include/lldb/API/SBQueueItem.h +usr/include/lldb/API/SBReproducer.h +usr/include/lldb/API/SBScriptObject.h +usr/include/lldb/API/SBSection.h +usr/include/lldb/API/SBSourceManager.h +usr/include/lldb/API/SBStream.h +usr/include/lldb/API/SBStringList.h +usr/include/lldb/API/SBStructuredData.h +usr/include/lldb/API/SBSymbol.h +usr/include/lldb/API/SBSymbolContext.h +usr/include/lldb/API/SBSymbolContextList.h +usr/include/lldb/API/SBTarget.h +usr/include/lldb/API/SBThread.h +usr/include/lldb/API/SBThreadCollection.h +usr/include/lldb/API/SBThreadPlan.h +usr/include/lldb/API/SBTrace.h +usr/include/lldb/API/SBTraceCursor.h +usr/include/lldb/API/SBType.h +usr/include/lldb/API/SBTypeCategory.h +usr/include/lldb/API/SBTypeEnumMember.h +usr/include/lldb/API/SBTypeFilter.h +usr/include/lldb/API/SBTypeFormat.h +usr/include/lldb/API/SBTypeNameSpecifier.h +usr/include/lldb/API/SBTypeSummary.h +usr/include/lldb/API/SBTypeSynthetic.h +usr/include/lldb/API/SBUnixSignals.h +usr/include/lldb/API/SBValue.h +usr/include/lldb/API/SBValueList.h +usr/include/lldb/API/SBVariablesOptions.h +usr/include/lldb/API/SBWatchpoint.h +usr/include/lldb/API/SBWatchpointOptions.h +usr/include/lldb/Breakpoint/Breakpoint.h +usr/include/lldb/Breakpoint/BreakpointID.h +usr/include/lldb/Breakpoint/BreakpointIDList.h +usr/include/lldb/Breakpoint/BreakpointList.h +usr/include/lldb/Breakpoint/BreakpointLocation.h +usr/include/lldb/Breakpoint/BreakpointLocationCollection.h +usr/include/lldb/Breakpoint/BreakpointLocationList.h +usr/include/lldb/Breakpoint/BreakpointName.h +usr/include/lldb/Breakpoint/BreakpointOptions.h +usr/include/lldb/Breakpoint/BreakpointPrecondition.h +usr/include/lldb/Breakpoint/BreakpointResolver.h +usr/include/lldb/Breakpoint/BreakpointResolverAddress.h +usr/include/lldb/Breakpoint/BreakpointResolverFileLine.h +usr/include/lldb/Breakpoint/BreakpointResolverFileRegex.h +usr/include/lldb/Breakpoint/BreakpointResolverName.h +usr/include/lldb/Breakpoint/BreakpointResolverScripted.h +usr/include/lldb/Breakpoint/BreakpointSite.h +usr/include/lldb/Breakpoint/StopPointSiteList.h +usr/include/lldb/Breakpoint/Stoppoint.h +usr/include/lldb/Breakpoint/StoppointCallbackContext.h +usr/include/lldb/Breakpoint/StoppointHitCounter.h +usr/include/lldb/Breakpoint/StoppointSite.h +usr/include/lldb/Breakpoint/Watchpoint.h +usr/include/lldb/Breakpoint/WatchpointList.h +usr/include/lldb/Breakpoint/WatchpointOptions.h +usr/include/lldb/Breakpoint/WatchpointResource.h +usr/include/lldb/Breakpoint/WatchpointResourceList.h +usr/include/lldb/Core/Address.h +usr/include/lldb/Core/AddressRange.h +usr/include/lldb/Core/AddressResolver.h +usr/include/lldb/Core/AddressResolverFileLine.h +usr/include/lldb/Core/Architecture.h +usr/include/lldb/Core/Communication.h +usr/include/lldb/Core/DataFileCache.h +usr/include/lldb/Core/Debugger.h +usr/include/lldb/Core/DebuggerEvents.h +usr/include/lldb/Core/Declaration.h +usr/include/lldb/Core/Disassembler.h +usr/include/lldb/Core/DumpDataExtractor.h +usr/include/lldb/Core/DumpRegisterInfo.h +usr/include/lldb/Core/DumpRegisterValue.h +usr/include/lldb/Core/EmulateInstruction.h +usr/include/lldb/Core/FileLineResolver.h +usr/include/lldb/Core/FormatEntity.h +usr/include/lldb/Core/Highlighter.h +usr/include/lldb/Core/IOHandler.h +usr/include/lldb/Core/IOHandlerCursesGUI.h +usr/include/lldb/Core/LoadedModuleInfoList.h +usr/include/lldb/Core/Mangled.h +usr/include/lldb/Core/Module.h +usr/include/lldb/Core/ModuleChild.h +usr/include/lldb/Core/ModuleList.h +usr/include/lldb/Core/ModuleSpec.h +usr/include/lldb/Core/Opcode.h +usr/include/lldb/Core/PluginInterface.h +usr/include/lldb/Core/PluginManager.h +usr/include/lldb/Core/Progress.h +usr/include/lldb/Core/RichManglingContext.h +usr/include/lldb/Core/SearchFilter.h +usr/include/lldb/Core/Section.h +usr/include/lldb/Core/SourceLocationSpec.h +usr/include/lldb/Core/SourceManager.h +usr/include/lldb/Core/StreamAsynchronousIO.h +usr/include/lldb/Core/StructuredDataImpl.h +usr/include/lldb/Core/ThreadSafeDenseSet.h +usr/include/lldb/Core/ThreadSafeValue.h +usr/include/lldb/Core/ThreadedCommunication.h +usr/include/lldb/Core/UniqueCStringMap.h +usr/include/lldb/Core/UserSettingsController.h +usr/include/lldb/Core/Value.h +usr/include/lldb/Core/ValueObject.h +usr/include/lldb/Core/ValueObjectCast.h +usr/include/lldb/Core/ValueObjectChild.h +usr/include/lldb/Core/ValueObjectConstResult.h +usr/include/lldb/Core/ValueObjectConstResultCast.h +usr/include/lldb/Core/ValueObjectConstResultChild.h +usr/include/lldb/Core/ValueObjectConstResultImpl.h +usr/include/lldb/Core/ValueObjectDynamicValue.h +usr/include/lldb/Core/ValueObjectList.h +usr/include/lldb/Core/ValueObjectMemory.h +usr/include/lldb/Core/ValueObjectRegister.h +usr/include/lldb/Core/ValueObjectSyntheticFilter.h +usr/include/lldb/Core/ValueObjectUpdater.h +usr/include/lldb/Core/ValueObjectVTable.h +usr/include/lldb/Core/ValueObjectVariable.h +usr/include/lldb/Core/dwarf.h +usr/include/lldb/DataFormatters/CXXFunctionPointer.h +usr/include/lldb/DataFormatters/DataVisualization.h +usr/include/lldb/DataFormatters/DumpValueObjectOptions.h +usr/include/lldb/DataFormatters/FormatCache.h +usr/include/lldb/DataFormatters/FormatClasses.h +usr/include/lldb/DataFormatters/FormatManager.h +usr/include/lldb/DataFormatters/FormattersContainer.h +usr/include/lldb/DataFormatters/FormattersHelpers.h +usr/include/lldb/DataFormatters/LanguageCategory.h +usr/include/lldb/DataFormatters/StringPrinter.h +usr/include/lldb/DataFormatters/TypeCategory.h +usr/include/lldb/DataFormatters/TypeCategoryMap.h +usr/include/lldb/DataFormatters/TypeFormat.h +usr/include/lldb/DataFormatters/TypeSummary.h +usr/include/lldb/DataFormatters/TypeSynthetic.h +usr/include/lldb/DataFormatters/ValueObjectPrinter.h +usr/include/lldb/DataFormatters/VectorIterator.h +usr/include/lldb/DataFormatters/VectorType.h +usr/include/lldb/Expression/DWARFExpression.h +usr/include/lldb/Expression/DWARFExpressionList.h +usr/include/lldb/Expression/DiagnosticManager.h +usr/include/lldb/Expression/DynamicCheckerFunctions.h +usr/include/lldb/Expression/Expression.h +usr/include/lldb/Expression/ExpressionParser.h +usr/include/lldb/Expression/ExpressionSourceCode.h +usr/include/lldb/Expression/ExpressionTypeSystemHelper.h +usr/include/lldb/Expression/ExpressionVariable.h +usr/include/lldb/Expression/FunctionCaller.h +usr/include/lldb/Expression/IRExecutionUnit.h +usr/include/lldb/Expression/IRInterpreter.h +usr/include/lldb/Expression/IRMemoryMap.h +usr/include/lldb/Expression/LLVMUserExpression.h +usr/include/lldb/Expression/Materializer.h +usr/include/lldb/Expression/ObjectFileJIT.h +usr/include/lldb/Expression/REPL.h +usr/include/lldb/Expression/UserExpression.h +usr/include/lldb/Expression/UtilityFunction.h +usr/include/lldb/Host/Config.h +usr/include/lldb/Host/ConnectionFileDescriptor.h +usr/include/lldb/Host/Debug.h +usr/include/lldb/Host/Editline.h +usr/include/lldb/Host/File.h +usr/include/lldb/Host/FileAction.h +usr/include/lldb/Host/FileCache.h +usr/include/lldb/Host/FileSystem.h +usr/include/lldb/Host/Host.h +usr/include/lldb/Host/HostGetOpt.h +usr/include/lldb/Host/HostInfo.h +usr/include/lldb/Host/HostInfoBase.h +usr/include/lldb/Host/HostNativeProcess.h +usr/include/lldb/Host/HostNativeProcessBase.h +usr/include/lldb/Host/HostNativeThread.h +usr/include/lldb/Host/HostNativeThreadBase.h +usr/include/lldb/Host/HostNativeThreadForward.h +usr/include/lldb/Host/HostProcess.h +usr/include/lldb/Host/HostThread.h +usr/include/lldb/Host/LZMA.h +usr/include/lldb/Host/LockFile.h +usr/include/lldb/Host/LockFileBase.h +usr/include/lldb/Host/MainLoop.h +usr/include/lldb/Host/MainLoopBase.h +usr/include/lldb/Host/MonitoringProcessLauncher.h +usr/include/lldb/Host/OptionParser.h +usr/include/lldb/Host/Pipe.h +usr/include/lldb/Host/PipeBase.h +usr/include/lldb/Host/PosixApi.h +usr/include/lldb/Host/ProcessLaunchInfo.h +usr/include/lldb/Host/ProcessLauncher.h +usr/include/lldb/Host/ProcessRunLock.h +usr/include/lldb/Host/PseudoTerminal.h +usr/include/lldb/Host/SafeMachO.h +usr/include/lldb/Host/Socket.h +usr/include/lldb/Host/SocketAddress.h +usr/include/lldb/Host/StreamFile.h +usr/include/lldb/Host/Terminal.h +usr/include/lldb/Host/ThreadLauncher.h +usr/include/lldb/Host/Time.h +usr/include/lldb/Host/XML.h +usr/include/lldb/Host/android/HostInfoAndroid.h +usr/include/lldb/Host/common/GetOptInc.h +usr/include/lldb/Host/common/NativeBreakpointList.h +usr/include/lldb/Host/common/NativeProcessProtocol.h +usr/include/lldb/Host/common/NativeRegisterContext.h +usr/include/lldb/Host/common/NativeThreadProtocol.h +usr/include/lldb/Host/common/NativeWatchpointList.h +usr/include/lldb/Host/common/TCPSocket.h +usr/include/lldb/Host/common/UDPSocket.h +usr/include/lldb/Host/common/ZipFileResolver.h +usr/include/lldb/Host/freebsd/HostInfoFreeBSD.h +usr/include/lldb/Host/linux/AbstractSocket.h +usr/include/lldb/Host/linux/Host.h +usr/include/lldb/Host/linux/HostInfoLinux.h +usr/include/lldb/Host/linux/Ptrace.h +usr/include/lldb/Host/linux/Support.h +usr/include/lldb/Host/linux/Uio.h +usr/include/lldb/Host/macosx/HostInfoMacOSX.h +usr/include/lldb/Host/macosx/HostThreadMacOSX.h +usr/include/lldb/Host/netbsd/HostInfoNetBSD.h +usr/include/lldb/Host/openbsd/HostInfoOpenBSD.h +usr/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h +usr/include/lldb/Host/posix/DomainSocket.h +usr/include/lldb/Host/posix/HostInfoPosix.h +usr/include/lldb/Host/posix/HostProcessPosix.h +usr/include/lldb/Host/posix/HostThreadPosix.h +usr/include/lldb/Host/posix/LockFilePosix.h +usr/include/lldb/Host/posix/MainLoopPosix.h +usr/include/lldb/Host/posix/PipePosix.h +usr/include/lldb/Host/posix/ProcessLauncherPosixFork.h +usr/include/lldb/Host/windows/AutoHandle.h +usr/include/lldb/Host/windows/ConnectionGenericFileWindows.h +usr/include/lldb/Host/windows/HostInfoWindows.h +usr/include/lldb/Host/windows/HostProcessWindows.h +usr/include/lldb/Host/windows/HostThreadWindows.h +usr/include/lldb/Host/windows/LockFileWindows.h +usr/include/lldb/Host/windows/MainLoopWindows.h +usr/include/lldb/Host/windows/PipeWindows.h +usr/include/lldb/Host/windows/PosixApi.h +usr/include/lldb/Host/windows/ProcessLauncherWindows.h +usr/include/lldb/Host/windows/windows.h +usr/include/lldb/Initialization/SystemInitializer.h +usr/include/lldb/Initialization/SystemInitializerCommon.h +usr/include/lldb/Initialization/SystemLifetimeManager.h +usr/include/lldb/Interpreter/CommandAlias.h +usr/include/lldb/Interpreter/CommandCompletions.h +usr/include/lldb/Interpreter/CommandHistory.h +usr/include/lldb/Interpreter/CommandInterpreter.h +usr/include/lldb/Interpreter/CommandObject.h +usr/include/lldb/Interpreter/CommandObjectMultiword.h +usr/include/lldb/Interpreter/CommandOptionArgumentTable.h +usr/include/lldb/Interpreter/CommandOptionValidators.h +usr/include/lldb/Interpreter/CommandReturnObject.h +usr/include/lldb/Interpreter/Interfaces/OperatingSystemInterface.h +usr/include/lldb/Interpreter/Interfaces/ScriptedInterface.h +usr/include/lldb/Interpreter/Interfaces/ScriptedPlatformInterface.h +usr/include/lldb/Interpreter/Interfaces/ScriptedProcessInterface.h +usr/include/lldb/Interpreter/Interfaces/ScriptedThreadInterface.h +usr/include/lldb/Interpreter/OptionArgParser.h +usr/include/lldb/Interpreter/OptionGroupArchitecture.h +usr/include/lldb/Interpreter/OptionGroupBoolean.h +usr/include/lldb/Interpreter/OptionGroupFile.h +usr/include/lldb/Interpreter/OptionGroupFormat.h +usr/include/lldb/Interpreter/OptionGroupMemoryTag.h +usr/include/lldb/Interpreter/OptionGroupOutputFile.h +usr/include/lldb/Interpreter/OptionGroupPlatform.h +usr/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h +usr/include/lldb/Interpreter/OptionGroupString.h +usr/include/lldb/Interpreter/OptionGroupUInt64.h +usr/include/lldb/Interpreter/OptionGroupUUID.h +usr/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h +usr/include/lldb/Interpreter/OptionGroupVariable.h +usr/include/lldb/Interpreter/OptionGroupWatchpoint.h +usr/include/lldb/Interpreter/OptionValue.h +usr/include/lldb/Interpreter/OptionValueArch.h +usr/include/lldb/Interpreter/OptionValueArgs.h +usr/include/lldb/Interpreter/OptionValueArray.h +usr/include/lldb/Interpreter/OptionValueBoolean.h +usr/include/lldb/Interpreter/OptionValueChar.h +usr/include/lldb/Interpreter/OptionValueDictionary.h +usr/include/lldb/Interpreter/OptionValueEnumeration.h +usr/include/lldb/Interpreter/OptionValueFileColonLine.h +usr/include/lldb/Interpreter/OptionValueFileSpec.h +usr/include/lldb/Interpreter/OptionValueFileSpecList.h +usr/include/lldb/Interpreter/OptionValueFormat.h +usr/include/lldb/Interpreter/OptionValueFormatEntity.h +usr/include/lldb/Interpreter/OptionValueLanguage.h +usr/include/lldb/Interpreter/OptionValuePathMappings.h +usr/include/lldb/Interpreter/OptionValueProperties.h +usr/include/lldb/Interpreter/OptionValueRegex.h +usr/include/lldb/Interpreter/OptionValueSInt64.h +usr/include/lldb/Interpreter/OptionValueString.h +usr/include/lldb/Interpreter/OptionValueUInt64.h +usr/include/lldb/Interpreter/OptionValueUUID.h +usr/include/lldb/Interpreter/OptionValues.h +usr/include/lldb/Interpreter/Options.h +usr/include/lldb/Interpreter/Property.h +usr/include/lldb/Interpreter/ScriptInterpreter.h +usr/include/lldb/Interpreter/ScriptObject.h +usr/include/lldb/Symbol/ArmUnwindInfo.h +usr/include/lldb/Symbol/Block.h +usr/include/lldb/Symbol/CallFrameInfo.h +usr/include/lldb/Symbol/CompactUnwindInfo.h +usr/include/lldb/Symbol/CompileUnit.h +usr/include/lldb/Symbol/CompilerDecl.h +usr/include/lldb/Symbol/CompilerDeclContext.h +usr/include/lldb/Symbol/CompilerType.h +usr/include/lldb/Symbol/DWARFCallFrameInfo.h +usr/include/lldb/Symbol/DebugMacros.h +usr/include/lldb/Symbol/DeclVendor.h +usr/include/lldb/Symbol/FuncUnwinders.h +usr/include/lldb/Symbol/Function.h +usr/include/lldb/Symbol/LineEntry.h +usr/include/lldb/Symbol/LineTable.h +usr/include/lldb/Symbol/LocateSymbolFile.h +usr/include/lldb/Symbol/ObjectContainer.h +usr/include/lldb/Symbol/ObjectFile.h +usr/include/lldb/Symbol/PostfixExpression.h +usr/include/lldb/Symbol/SourceModule.h +usr/include/lldb/Symbol/Symbol.h +usr/include/lldb/Symbol/SymbolContext.h +usr/include/lldb/Symbol/SymbolContextScope.h +usr/include/lldb/Symbol/SymbolFile.h +usr/include/lldb/Symbol/SymbolFileOnDemand.h +usr/include/lldb/Symbol/SymbolLocator.h +usr/include/lldb/Symbol/SymbolVendor.h +usr/include/lldb/Symbol/Symtab.h +usr/include/lldb/Symbol/TaggedASTType.h +usr/include/lldb/Symbol/Type.h +usr/include/lldb/Symbol/TypeList.h +usr/include/lldb/Symbol/TypeMap.h +usr/include/lldb/Symbol/TypeSystem.h +usr/include/lldb/Symbol/UnwindPlan.h +usr/include/lldb/Symbol/UnwindTable.h +usr/include/lldb/Symbol/Variable.h +usr/include/lldb/Symbol/VariableList.h +usr/include/lldb/Target/ABI.h +usr/include/lldb/Target/AppleArm64ExceptionClass.h +usr/include/lldb/Target/AssertFrameRecognizer.h +usr/include/lldb/Target/DynamicLoader.h +usr/include/lldb/Target/DynamicRegisterInfo.h +usr/include/lldb/Target/ExecutionContext.h +usr/include/lldb/Target/ExecutionContextScope.h +usr/include/lldb/Target/InstrumentationRuntime.h +usr/include/lldb/Target/InstrumentationRuntimeStopInfo.h +usr/include/lldb/Target/JITLoader.h +usr/include/lldb/Target/JITLoaderList.h +usr/include/lldb/Target/Language.h +usr/include/lldb/Target/LanguageRuntime.h +usr/include/lldb/Target/Memory.h +usr/include/lldb/Target/MemoryHistory.h +usr/include/lldb/Target/MemoryRegionInfo.h +usr/include/lldb/Target/MemoryTagManager.h +usr/include/lldb/Target/MemoryTagMap.h +usr/include/lldb/Target/ModuleCache.h +usr/include/lldb/Target/OperatingSystem.h +usr/include/lldb/Target/PathMappingList.h +usr/include/lldb/Target/Platform.h +usr/include/lldb/Target/PostMortemProcess.h +usr/include/lldb/Target/Process.h +usr/include/lldb/Target/ProcessStructReader.h +usr/include/lldb/Target/ProcessTrace.h +usr/include/lldb/Target/Queue.h +usr/include/lldb/Target/QueueItem.h +usr/include/lldb/Target/QueueList.h +usr/include/lldb/Target/RegisterCheckpoint.h +usr/include/lldb/Target/RegisterContext.h +usr/include/lldb/Target/RegisterContextUnwind.h +usr/include/lldb/Target/RegisterFlags.h +usr/include/lldb/Target/RegisterNumber.h +usr/include/lldb/Target/RegisterTypeBuilder.h +usr/include/lldb/Target/RemoteAwarePlatform.h +usr/include/lldb/Target/Runtime.h +usr/include/lldb/Target/SectionLoadHistory.h +usr/include/lldb/Target/SectionLoadList.h +usr/include/lldb/Target/StackFrame.h +usr/include/lldb/Target/StackFrameList.h +usr/include/lldb/Target/StackFrameRecognizer.h +usr/include/lldb/Target/StackID.h +usr/include/lldb/Target/Statistics.h +usr/include/lldb/Target/StopInfo.h +usr/include/lldb/Target/StructuredDataPlugin.h +usr/include/lldb/Target/SystemRuntime.h +usr/include/lldb/Target/Target.h +usr/include/lldb/Target/TargetList.h +usr/include/lldb/Target/Thread.h +usr/include/lldb/Target/ThreadCollection.h +usr/include/lldb/Target/ThreadList.h +usr/include/lldb/Target/ThreadPlan.h +usr/include/lldb/Target/ThreadPlanBase.h +usr/include/lldb/Target/ThreadPlanCallFunction.h +usr/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h +usr/include/lldb/Target/ThreadPlanCallOnFunctionExit.h +usr/include/lldb/Target/ThreadPlanCallUserExpression.h +usr/include/lldb/Target/ThreadPlanPython.h +usr/include/lldb/Target/ThreadPlanRunToAddress.h +usr/include/lldb/Target/ThreadPlanShouldStopHere.h +usr/include/lldb/Target/ThreadPlanStack.h +usr/include/lldb/Target/ThreadPlanStepInRange.h +usr/include/lldb/Target/ThreadPlanStepInstruction.h +usr/include/lldb/Target/ThreadPlanStepOut.h +usr/include/lldb/Target/ThreadPlanStepOverBreakpoint.h +usr/include/lldb/Target/ThreadPlanStepOverRange.h +usr/include/lldb/Target/ThreadPlanStepRange.h +usr/include/lldb/Target/ThreadPlanStepThrough.h +usr/include/lldb/Target/ThreadPlanStepUntil.h +usr/include/lldb/Target/ThreadPlanTracer.h +usr/include/lldb/Target/ThreadSpec.h +usr/include/lldb/Target/Trace.h +usr/include/lldb/Target/TraceCursor.h +usr/include/lldb/Target/TraceDumper.h +usr/include/lldb/Target/TraceExporter.h +usr/include/lldb/Target/UnixSignals.h +usr/include/lldb/Target/Unwind.h +usr/include/lldb/Target/UnwindAssembly.h +usr/include/lldb/Target/UnwindLLDB.h +usr/include/lldb/Utility/AddressableBits.h +usr/include/lldb/Utility/AnsiTerminal.h +usr/include/lldb/Utility/AppleUuidCompatibility.h +usr/include/lldb/Utility/ArchSpec.h +usr/include/lldb/Utility/Args.h +usr/include/lldb/Utility/Baton.h +usr/include/lldb/Utility/Broadcaster.h +usr/include/lldb/Utility/Checksum.h +usr/include/lldb/Utility/Cloneable.h +usr/include/lldb/Utility/CompletionRequest.h +usr/include/lldb/Utility/Connection.h +usr/include/lldb/Utility/ConstString.h +usr/include/lldb/Utility/DataBuffer.h +usr/include/lldb/Utility/DataBufferHeap.h +usr/include/lldb/Utility/DataBufferLLVM.h +usr/include/lldb/Utility/DataEncoder.h +usr/include/lldb/Utility/DataExtractor.h +usr/include/lldb/Utility/Diagnostics.h +usr/include/lldb/Utility/Endian.h +usr/include/lldb/Utility/Environment.h +usr/include/lldb/Utility/Event.h +usr/include/lldb/Utility/FileSpec.h +usr/include/lldb/Utility/FileSpecList.h +usr/include/lldb/Utility/Flags.h +usr/include/lldb/Utility/GDBRemote.h +usr/include/lldb/Utility/IOObject.h +usr/include/lldb/Utility/Instrumentation.h +usr/include/lldb/Utility/Iterable.h +usr/include/lldb/Utility/LLDBAssert.h +usr/include/lldb/Utility/LLDBLog.h +usr/include/lldb/Utility/Listener.h +usr/include/lldb/Utility/Log.h +usr/include/lldb/Utility/NameMatches.h +usr/include/lldb/Utility/OptionDefinition.h +usr/include/lldb/Utility/Predicate.h +usr/include/lldb/Utility/ProcessInfo.h +usr/include/lldb/Utility/RangeMap.h +usr/include/lldb/Utility/RegisterValue.h +usr/include/lldb/Utility/RegularExpression.h +usr/include/lldb/Utility/Scalar.h +usr/include/lldb/Utility/ScriptedMetadata.h +usr/include/lldb/Utility/SelectHelper.h +usr/include/lldb/Utility/SharedCluster.h +usr/include/lldb/Utility/State.h +usr/include/lldb/Utility/Status.h +usr/include/lldb/Utility/Stream.h +usr/include/lldb/Utility/StreamBuffer.h +usr/include/lldb/Utility/StreamString.h +usr/include/lldb/Utility/StreamTee.h +usr/include/lldb/Utility/StringExtractor.h +usr/include/lldb/Utility/StringExtractorGDBRemote.h +usr/include/lldb/Utility/StringLexer.h +usr/include/lldb/Utility/StringList.h +usr/include/lldb/Utility/StructuredData.h +usr/include/lldb/Utility/SupportFile.h +usr/include/lldb/Utility/ThreadSafeDenseMap.h +usr/include/lldb/Utility/TildeExpressionResolver.h +usr/include/lldb/Utility/Timeout.h +usr/include/lldb/Utility/Timer.h +usr/include/lldb/Utility/TraceGDBRemotePackets.h +usr/include/lldb/Utility/TraceIntelPTGDBRemotePackets.h +usr/include/lldb/Utility/UUID.h +usr/include/lldb/Utility/UnimplementedError.h +usr/include/lldb/Utility/UriParser.h +usr/include/lldb/Utility/UserID.h +usr/include/lldb/Utility/UserIDResolver.h +usr/include/lldb/Utility/VASPrintf.h +usr/include/lldb/Utility/VMRange.h +usr/include/lldb/Utility/XcodeSDK.h +usr/include/lldb/Utility/ZipFile.h +usr/include/lldb/Version/Version.h +usr/include/lldb/lldb-defines.h +usr/include/lldb/lldb-enumerations.h +usr/include/lldb/lldb-forward.h +usr/include/lldb/lldb-private-enumerations.h +usr/include/lldb/lldb-private-forward.h +usr/include/lldb/lldb-private-interfaces.h +usr/include/lldb/lldb-private-types.h +usr/include/lldb/lldb-private.h +usr/include/lldb/lldb-public.h +usr/include/lldb/lldb-types.h +usr/include/lldb/lldb-versioning.h +usr/lib/.build-id/49/d742907e96f44e5f3b9fe040792a96db14d710 +usr/lib/.build-id/5d/869a6a18a3e49bdea8db574304bf1286e45b02 +usr/lib/.build-id/5e/17856b69506e9dc9b8d17a6177de1052c9e580 +usr/lib/.build-id/c2/0db3ec69adcc12d015a554d0c3877b4280b0c3 +usr/lib/.build-id/ca/7eaf34eae999eaf23ba45011516571af76192a +usr/lib/.build-id/d2/fa634f46275a10d2aecf7f5695b1576e757956 +usr/lib/.build-id/d9/542eada455f1948753bb25abb6a6267161aab1 +usr/lib64/liblldb.so +usr/lib64/liblldb.so.18.1 +usr/lib64/liblldb.so.18.1.8 +usr/lib64/liblldbIntelFeatures.so +usr/lib64/liblldbIntelFeatures.so.18.1 +usr/share/licenses/lldb/LICENSE.TXT diff --git a/devel/linux-rl9-lldb/pkg-plist.amd64 b/devel/linux-rl9-lldb/pkg-plist.amd64 new file mode 100644 index 000000000000..afb9ae8f2578 --- /dev/null +++ b/devel/linux-rl9-lldb/pkg-plist.amd64 @@ -0,0 +1,557 @@ +usr/bin/lldb +usr/bin/lldb-argdumper +usr/bin/lldb-dap +usr/bin/lldb-instr +usr/bin/lldb-server +usr/include/lldb/API/LLDB.h +usr/include/lldb/API/SBAddress.h +usr/include/lldb/API/SBAttachInfo.h +usr/include/lldb/API/SBBlock.h +usr/include/lldb/API/SBBreakpoint.h +usr/include/lldb/API/SBBreakpointLocation.h +usr/include/lldb/API/SBBreakpointName.h +usr/include/lldb/API/SBBroadcaster.h +usr/include/lldb/API/SBCommandInterpreter.h +usr/include/lldb/API/SBCommandInterpreterRunOptions.h +usr/include/lldb/API/SBCommandReturnObject.h +usr/include/lldb/API/SBCommunication.h +usr/include/lldb/API/SBCompileUnit.h +usr/include/lldb/API/SBData.h +usr/include/lldb/API/SBDebugger.h +usr/include/lldb/API/SBDeclaration.h +usr/include/lldb/API/SBDefines.h +usr/include/lldb/API/SBEnvironment.h +usr/include/lldb/API/SBError.h +usr/include/lldb/API/SBEvent.h +usr/include/lldb/API/SBExecutionContext.h +usr/include/lldb/API/SBExpressionOptions.h +usr/include/lldb/API/SBFile.h +usr/include/lldb/API/SBFileSpec.h +usr/include/lldb/API/SBFileSpecList.h +usr/include/lldb/API/SBFormat.h +usr/include/lldb/API/SBFrame.h +usr/include/lldb/API/SBFunction.h +usr/include/lldb/API/SBHostOS.h +usr/include/lldb/API/SBInstruction.h +usr/include/lldb/API/SBInstructionList.h +usr/include/lldb/API/SBLanguageRuntime.h +usr/include/lldb/API/SBLaunchInfo.h +usr/include/lldb/API/SBLineEntry.h +usr/include/lldb/API/SBListener.h +usr/include/lldb/API/SBMemoryRegionInfo.h +usr/include/lldb/API/SBMemoryRegionInfoList.h +usr/include/lldb/API/SBModule.h +usr/include/lldb/API/SBModuleSpec.h +usr/include/lldb/API/SBPlatform.h +usr/include/lldb/API/SBProcess.h +usr/include/lldb/API/SBProcessInfo.h +usr/include/lldb/API/SBProcessInfoList.h +usr/include/lldb/API/SBQueue.h +usr/include/lldb/API/SBQueueItem.h +usr/include/lldb/API/SBReproducer.h +usr/include/lldb/API/SBScriptObject.h +usr/include/lldb/API/SBSection.h +usr/include/lldb/API/SBSourceManager.h +usr/include/lldb/API/SBStream.h +usr/include/lldb/API/SBStringList.h +usr/include/lldb/API/SBStructuredData.h +usr/include/lldb/API/SBSymbol.h +usr/include/lldb/API/SBSymbolContext.h +usr/include/lldb/API/SBSymbolContextList.h +usr/include/lldb/API/SBTarget.h +usr/include/lldb/API/SBThread.h +usr/include/lldb/API/SBThreadCollection.h +usr/include/lldb/API/SBThreadPlan.h +usr/include/lldb/API/SBTrace.h +usr/include/lldb/API/SBTraceCursor.h +usr/include/lldb/API/SBType.h +usr/include/lldb/API/SBTypeCategory.h +usr/include/lldb/API/SBTypeEnumMember.h +usr/include/lldb/API/SBTypeFilter.h +usr/include/lldb/API/SBTypeFormat.h +usr/include/lldb/API/SBTypeNameSpecifier.h +usr/include/lldb/API/SBTypeSummary.h +usr/include/lldb/API/SBTypeSynthetic.h +usr/include/lldb/API/SBUnixSignals.h +usr/include/lldb/API/SBValue.h +usr/include/lldb/API/SBValueList.h +usr/include/lldb/API/SBVariablesOptions.h +usr/include/lldb/API/SBWatchpoint.h +usr/include/lldb/API/SBWatchpointOptions.h +usr/include/lldb/Breakpoint/Breakpoint.h +usr/include/lldb/Breakpoint/BreakpointID.h +usr/include/lldb/Breakpoint/BreakpointIDList.h +usr/include/lldb/Breakpoint/BreakpointList.h +usr/include/lldb/Breakpoint/BreakpointLocation.h +usr/include/lldb/Breakpoint/BreakpointLocationCollection.h +usr/include/lldb/Breakpoint/BreakpointLocationList.h +usr/include/lldb/Breakpoint/BreakpointName.h +usr/include/lldb/Breakpoint/BreakpointOptions.h +usr/include/lldb/Breakpoint/BreakpointPrecondition.h +usr/include/lldb/Breakpoint/BreakpointResolver.h +usr/include/lldb/Breakpoint/BreakpointResolverAddress.h +usr/include/lldb/Breakpoint/BreakpointResolverFileLine.h +usr/include/lldb/Breakpoint/BreakpointResolverFileRegex.h +usr/include/lldb/Breakpoint/BreakpointResolverName.h +usr/include/lldb/Breakpoint/BreakpointResolverScripted.h +usr/include/lldb/Breakpoint/BreakpointSite.h +usr/include/lldb/Breakpoint/StopPointSiteList.h +usr/include/lldb/Breakpoint/Stoppoint.h +usr/include/lldb/Breakpoint/StoppointCallbackContext.h +usr/include/lldb/Breakpoint/StoppointHitCounter.h +usr/include/lldb/Breakpoint/StoppointSite.h +usr/include/lldb/Breakpoint/Watchpoint.h +usr/include/lldb/Breakpoint/WatchpointList.h +usr/include/lldb/Breakpoint/WatchpointOptions.h +usr/include/lldb/Breakpoint/WatchpointResource.h +usr/include/lldb/Breakpoint/WatchpointResourceList.h +usr/include/lldb/Core/Address.h +usr/include/lldb/Core/AddressRange.h +usr/include/lldb/Core/AddressResolver.h +usr/include/lldb/Core/AddressResolverFileLine.h +usr/include/lldb/Core/Architecture.h +usr/include/lldb/Core/Communication.h +usr/include/lldb/Core/DataFileCache.h +usr/include/lldb/Core/Debugger.h +usr/include/lldb/Core/DebuggerEvents.h +usr/include/lldb/Core/Declaration.h +usr/include/lldb/Core/Disassembler.h +usr/include/lldb/Core/DumpDataExtractor.h +usr/include/lldb/Core/DumpRegisterInfo.h +usr/include/lldb/Core/DumpRegisterValue.h +usr/include/lldb/Core/EmulateInstruction.h +usr/include/lldb/Core/FileLineResolver.h +usr/include/lldb/Core/FormatEntity.h +usr/include/lldb/Core/Highlighter.h +usr/include/lldb/Core/IOHandler.h +usr/include/lldb/Core/IOHandlerCursesGUI.h +usr/include/lldb/Core/LoadedModuleInfoList.h +usr/include/lldb/Core/Mangled.h +usr/include/lldb/Core/Module.h +usr/include/lldb/Core/ModuleChild.h +usr/include/lldb/Core/ModuleList.h +usr/include/lldb/Core/ModuleSpec.h +usr/include/lldb/Core/Opcode.h +usr/include/lldb/Core/PluginInterface.h +usr/include/lldb/Core/PluginManager.h +usr/include/lldb/Core/Progress.h +usr/include/lldb/Core/RichManglingContext.h +usr/include/lldb/Core/SearchFilter.h +usr/include/lldb/Core/Section.h +usr/include/lldb/Core/SourceLocationSpec.h +usr/include/lldb/Core/SourceManager.h +usr/include/lldb/Core/StreamAsynchronousIO.h +usr/include/lldb/Core/StructuredDataImpl.h +usr/include/lldb/Core/ThreadSafeDenseSet.h +usr/include/lldb/Core/ThreadSafeValue.h +usr/include/lldb/Core/ThreadedCommunication.h +usr/include/lldb/Core/UniqueCStringMap.h +usr/include/lldb/Core/UserSettingsController.h +usr/include/lldb/Core/Value.h +usr/include/lldb/Core/ValueObject.h +usr/include/lldb/Core/ValueObjectCast.h +usr/include/lldb/Core/ValueObjectChild.h +usr/include/lldb/Core/ValueObjectConstResult.h +usr/include/lldb/Core/ValueObjectConstResultCast.h +usr/include/lldb/Core/ValueObjectConstResultChild.h +usr/include/lldb/Core/ValueObjectConstResultImpl.h +usr/include/lldb/Core/ValueObjectDynamicValue.h +usr/include/lldb/Core/ValueObjectList.h +usr/include/lldb/Core/ValueObjectMemory.h +usr/include/lldb/Core/ValueObjectRegister.h +usr/include/lldb/Core/ValueObjectSyntheticFilter.h +usr/include/lldb/Core/ValueObjectUpdater.h +usr/include/lldb/Core/ValueObjectVTable.h +usr/include/lldb/Core/ValueObjectVariable.h +usr/include/lldb/Core/dwarf.h +usr/include/lldb/DataFormatters/CXXFunctionPointer.h +usr/include/lldb/DataFormatters/DataVisualization.h +usr/include/lldb/DataFormatters/DumpValueObjectOptions.h +usr/include/lldb/DataFormatters/FormatCache.h +usr/include/lldb/DataFormatters/FormatClasses.h +usr/include/lldb/DataFormatters/FormatManager.h +usr/include/lldb/DataFormatters/FormattersContainer.h +usr/include/lldb/DataFormatters/FormattersHelpers.h +usr/include/lldb/DataFormatters/LanguageCategory.h +usr/include/lldb/DataFormatters/StringPrinter.h +usr/include/lldb/DataFormatters/TypeCategory.h +usr/include/lldb/DataFormatters/TypeCategoryMap.h +usr/include/lldb/DataFormatters/TypeFormat.h +usr/include/lldb/DataFormatters/TypeSummary.h +usr/include/lldb/DataFormatters/TypeSynthetic.h +usr/include/lldb/DataFormatters/ValueObjectPrinter.h +usr/include/lldb/DataFormatters/VectorIterator.h +usr/include/lldb/DataFormatters/VectorType.h +usr/include/lldb/Expression/DWARFExpression.h +usr/include/lldb/Expression/DWARFExpressionList.h +usr/include/lldb/Expression/DiagnosticManager.h +usr/include/lldb/Expression/DynamicCheckerFunctions.h +usr/include/lldb/Expression/Expression.h +usr/include/lldb/Expression/ExpressionParser.h +usr/include/lldb/Expression/ExpressionSourceCode.h +usr/include/lldb/Expression/ExpressionTypeSystemHelper.h +usr/include/lldb/Expression/ExpressionVariable.h +usr/include/lldb/Expression/FunctionCaller.h +usr/include/lldb/Expression/IRExecutionUnit.h +usr/include/lldb/Expression/IRInterpreter.h +usr/include/lldb/Expression/IRMemoryMap.h +usr/include/lldb/Expression/LLVMUserExpression.h +usr/include/lldb/Expression/Materializer.h +usr/include/lldb/Expression/ObjectFileJIT.h +usr/include/lldb/Expression/REPL.h +usr/include/lldb/Expression/UserExpression.h +usr/include/lldb/Expression/UtilityFunction.h +usr/include/lldb/Host/Config-i386.h +usr/include/lldb/Host/Config-x86_64.h +usr/include/lldb/Host/Config.h +usr/include/lldb/Host/ConnectionFileDescriptor.h +usr/include/lldb/Host/Debug.h +usr/include/lldb/Host/Editline.h +usr/include/lldb/Host/File.h +usr/include/lldb/Host/FileAction.h +usr/include/lldb/Host/FileCache.h +usr/include/lldb/Host/FileSystem.h +usr/include/lldb/Host/Host.h +usr/include/lldb/Host/HostGetOpt.h +usr/include/lldb/Host/HostInfo.h +usr/include/lldb/Host/HostInfoBase.h +usr/include/lldb/Host/HostNativeProcess.h +usr/include/lldb/Host/HostNativeProcessBase.h +usr/include/lldb/Host/HostNativeThread.h +usr/include/lldb/Host/HostNativeThreadBase.h +usr/include/lldb/Host/HostNativeThreadForward.h +usr/include/lldb/Host/HostProcess.h +usr/include/lldb/Host/HostThread.h +usr/include/lldb/Host/LZMA.h +usr/include/lldb/Host/LockFile.h +usr/include/lldb/Host/LockFileBase.h +usr/include/lldb/Host/MainLoop.h +usr/include/lldb/Host/MainLoopBase.h +usr/include/lldb/Host/MonitoringProcessLauncher.h +usr/include/lldb/Host/OptionParser.h +usr/include/lldb/Host/Pipe.h +usr/include/lldb/Host/PipeBase.h +usr/include/lldb/Host/PosixApi.h +usr/include/lldb/Host/ProcessLaunchInfo.h +usr/include/lldb/Host/ProcessLauncher.h +usr/include/lldb/Host/ProcessRunLock.h +usr/include/lldb/Host/PseudoTerminal.h +usr/include/lldb/Host/SafeMachO.h +usr/include/lldb/Host/Socket.h +usr/include/lldb/Host/SocketAddress.h +usr/include/lldb/Host/StreamFile.h +usr/include/lldb/Host/Terminal.h +usr/include/lldb/Host/ThreadLauncher.h +usr/include/lldb/Host/Time.h +usr/include/lldb/Host/XML.h +usr/include/lldb/Host/android/HostInfoAndroid.h +usr/include/lldb/Host/common/GetOptInc.h +usr/include/lldb/Host/common/NativeBreakpointList.h +usr/include/lldb/Host/common/NativeProcessProtocol.h +usr/include/lldb/Host/common/NativeRegisterContext.h +usr/include/lldb/Host/common/NativeThreadProtocol.h +usr/include/lldb/Host/common/NativeWatchpointList.h +usr/include/lldb/Host/common/TCPSocket.h +usr/include/lldb/Host/common/UDPSocket.h +usr/include/lldb/Host/common/ZipFileResolver.h +usr/include/lldb/Host/freebsd/HostInfoFreeBSD.h +usr/include/lldb/Host/linux/AbstractSocket.h +usr/include/lldb/Host/linux/Host.h +usr/include/lldb/Host/linux/HostInfoLinux.h +usr/include/lldb/Host/linux/Ptrace.h +usr/include/lldb/Host/linux/Support.h +usr/include/lldb/Host/linux/Uio.h +usr/include/lldb/Host/macosx/HostInfoMacOSX.h +usr/include/lldb/Host/macosx/HostThreadMacOSX.h +usr/include/lldb/Host/netbsd/HostInfoNetBSD.h +usr/include/lldb/Host/openbsd/HostInfoOpenBSD.h +usr/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h +usr/include/lldb/Host/posix/DomainSocket.h +usr/include/lldb/Host/posix/HostInfoPosix.h +usr/include/lldb/Host/posix/HostProcessPosix.h +usr/include/lldb/Host/posix/HostThreadPosix.h +usr/include/lldb/Host/posix/LockFilePosix.h +usr/include/lldb/Host/posix/MainLoopPosix.h +usr/include/lldb/Host/posix/PipePosix.h +usr/include/lldb/Host/posix/ProcessLauncherPosixFork.h +usr/include/lldb/Host/windows/AutoHandle.h +usr/include/lldb/Host/windows/ConnectionGenericFileWindows.h +usr/include/lldb/Host/windows/HostInfoWindows.h +usr/include/lldb/Host/windows/HostProcessWindows.h +usr/include/lldb/Host/windows/HostThreadWindows.h +usr/include/lldb/Host/windows/LockFileWindows.h +usr/include/lldb/Host/windows/MainLoopWindows.h +usr/include/lldb/Host/windows/PipeWindows.h +usr/include/lldb/Host/windows/PosixApi.h +usr/include/lldb/Host/windows/ProcessLauncherWindows.h +usr/include/lldb/Host/windows/windows.h +usr/include/lldb/Initialization/SystemInitializer.h +usr/include/lldb/Initialization/SystemInitializerCommon.h +usr/include/lldb/Initialization/SystemLifetimeManager.h +usr/include/lldb/Interpreter/CommandAlias.h +usr/include/lldb/Interpreter/CommandCompletions.h +usr/include/lldb/Interpreter/CommandHistory.h +usr/include/lldb/Interpreter/CommandInterpreter.h +usr/include/lldb/Interpreter/CommandObject.h +usr/include/lldb/Interpreter/CommandObjectMultiword.h +usr/include/lldb/Interpreter/CommandOptionArgumentTable.h +usr/include/lldb/Interpreter/CommandOptionValidators.h +usr/include/lldb/Interpreter/CommandReturnObject.h +usr/include/lldb/Interpreter/Interfaces/OperatingSystemInterface.h +usr/include/lldb/Interpreter/Interfaces/ScriptedInterface.h +usr/include/lldb/Interpreter/Interfaces/ScriptedPlatformInterface.h +usr/include/lldb/Interpreter/Interfaces/ScriptedProcessInterface.h +usr/include/lldb/Interpreter/Interfaces/ScriptedThreadInterface.h +usr/include/lldb/Interpreter/OptionArgParser.h +usr/include/lldb/Interpreter/OptionGroupArchitecture.h +usr/include/lldb/Interpreter/OptionGroupBoolean.h +usr/include/lldb/Interpreter/OptionGroupFile.h +usr/include/lldb/Interpreter/OptionGroupFormat.h +usr/include/lldb/Interpreter/OptionGroupMemoryTag.h +usr/include/lldb/Interpreter/OptionGroupOutputFile.h +usr/include/lldb/Interpreter/OptionGroupPlatform.h +usr/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h +usr/include/lldb/Interpreter/OptionGroupString.h +usr/include/lldb/Interpreter/OptionGroupUInt64.h +usr/include/lldb/Interpreter/OptionGroupUUID.h +usr/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h +usr/include/lldb/Interpreter/OptionGroupVariable.h +usr/include/lldb/Interpreter/OptionGroupWatchpoint.h +usr/include/lldb/Interpreter/OptionValue.h +usr/include/lldb/Interpreter/OptionValueArch.h +usr/include/lldb/Interpreter/OptionValueArgs.h +usr/include/lldb/Interpreter/OptionValueArray.h +usr/include/lldb/Interpreter/OptionValueBoolean.h +usr/include/lldb/Interpreter/OptionValueChar.h +usr/include/lldb/Interpreter/OptionValueDictionary.h +usr/include/lldb/Interpreter/OptionValueEnumeration.h +usr/include/lldb/Interpreter/OptionValueFileColonLine.h +usr/include/lldb/Interpreter/OptionValueFileSpec.h +usr/include/lldb/Interpreter/OptionValueFileSpecList.h +usr/include/lldb/Interpreter/OptionValueFormat.h +usr/include/lldb/Interpreter/OptionValueFormatEntity.h +usr/include/lldb/Interpreter/OptionValueLanguage.h +usr/include/lldb/Interpreter/OptionValuePathMappings.h +usr/include/lldb/Interpreter/OptionValueProperties.h +usr/include/lldb/Interpreter/OptionValueRegex.h +usr/include/lldb/Interpreter/OptionValueSInt64.h +usr/include/lldb/Interpreter/OptionValueString.h +usr/include/lldb/Interpreter/OptionValueUInt64.h +usr/include/lldb/Interpreter/OptionValueUUID.h +usr/include/lldb/Interpreter/OptionValues.h +usr/include/lldb/Interpreter/Options.h +usr/include/lldb/Interpreter/Property.h +usr/include/lldb/Interpreter/ScriptInterpreter.h +usr/include/lldb/Interpreter/ScriptObject.h +usr/include/lldb/Symbol/ArmUnwindInfo.h +usr/include/lldb/Symbol/Block.h +usr/include/lldb/Symbol/CallFrameInfo.h +usr/include/lldb/Symbol/CompactUnwindInfo.h +usr/include/lldb/Symbol/CompileUnit.h +usr/include/lldb/Symbol/CompilerDecl.h +usr/include/lldb/Symbol/CompilerDeclContext.h +usr/include/lldb/Symbol/CompilerType.h +usr/include/lldb/Symbol/DWARFCallFrameInfo.h +usr/include/lldb/Symbol/DebugMacros.h +usr/include/lldb/Symbol/DeclVendor.h +usr/include/lldb/Symbol/FuncUnwinders.h +usr/include/lldb/Symbol/Function.h +usr/include/lldb/Symbol/LineEntry.h +usr/include/lldb/Symbol/LineTable.h +usr/include/lldb/Symbol/LocateSymbolFile.h +usr/include/lldb/Symbol/ObjectContainer.h +usr/include/lldb/Symbol/ObjectFile.h +usr/include/lldb/Symbol/PostfixExpression.h +usr/include/lldb/Symbol/SourceModule.h +usr/include/lldb/Symbol/Symbol.h +usr/include/lldb/Symbol/SymbolContext.h +usr/include/lldb/Symbol/SymbolContextScope.h +usr/include/lldb/Symbol/SymbolFile.h +usr/include/lldb/Symbol/SymbolFileOnDemand.h +usr/include/lldb/Symbol/SymbolLocator.h +usr/include/lldb/Symbol/SymbolVendor.h +usr/include/lldb/Symbol/Symtab.h +usr/include/lldb/Symbol/TaggedASTType.h +usr/include/lldb/Symbol/Type.h +usr/include/lldb/Symbol/TypeList.h +usr/include/lldb/Symbol/TypeMap.h +usr/include/lldb/Symbol/TypeSystem.h +usr/include/lldb/Symbol/UnwindPlan.h +usr/include/lldb/Symbol/UnwindTable.h +usr/include/lldb/Symbol/Variable.h +usr/include/lldb/Symbol/VariableList.h +usr/include/lldb/Target/ABI.h +usr/include/lldb/Target/AppleArm64ExceptionClass.h +usr/include/lldb/Target/AssertFrameRecognizer.h +usr/include/lldb/Target/DynamicLoader.h +usr/include/lldb/Target/DynamicRegisterInfo.h +usr/include/lldb/Target/ExecutionContext.h +usr/include/lldb/Target/ExecutionContextScope.h +usr/include/lldb/Target/InstrumentationRuntime.h +usr/include/lldb/Target/InstrumentationRuntimeStopInfo.h +usr/include/lldb/Target/JITLoader.h +usr/include/lldb/Target/JITLoaderList.h +usr/include/lldb/Target/Language.h +usr/include/lldb/Target/LanguageRuntime.h +usr/include/lldb/Target/Memory.h +usr/include/lldb/Target/MemoryHistory.h +usr/include/lldb/Target/MemoryRegionInfo.h +usr/include/lldb/Target/MemoryTagManager.h +usr/include/lldb/Target/MemoryTagMap.h +usr/include/lldb/Target/ModuleCache.h +usr/include/lldb/Target/OperatingSystem.h +usr/include/lldb/Target/PathMappingList.h +usr/include/lldb/Target/Platform.h +usr/include/lldb/Target/PostMortemProcess.h +usr/include/lldb/Target/Process.h +usr/include/lldb/Target/ProcessStructReader.h +usr/include/lldb/Target/ProcessTrace.h +usr/include/lldb/Target/Queue.h +usr/include/lldb/Target/QueueItem.h +usr/include/lldb/Target/QueueList.h +usr/include/lldb/Target/RegisterCheckpoint.h +usr/include/lldb/Target/RegisterContext.h +usr/include/lldb/Target/RegisterContextUnwind.h +usr/include/lldb/Target/RegisterFlags.h +usr/include/lldb/Target/RegisterNumber.h +usr/include/lldb/Target/RegisterTypeBuilder.h +usr/include/lldb/Target/RemoteAwarePlatform.h +usr/include/lldb/Target/Runtime.h +usr/include/lldb/Target/SectionLoadHistory.h +usr/include/lldb/Target/SectionLoadList.h +usr/include/lldb/Target/StackFrame.h +usr/include/lldb/Target/StackFrameList.h +usr/include/lldb/Target/StackFrameRecognizer.h +usr/include/lldb/Target/StackID.h +usr/include/lldb/Target/Statistics.h +usr/include/lldb/Target/StopInfo.h +usr/include/lldb/Target/StructuredDataPlugin.h +usr/include/lldb/Target/SystemRuntime.h +usr/include/lldb/Target/Target.h +usr/include/lldb/Target/TargetList.h +usr/include/lldb/Target/Thread.h +usr/include/lldb/Target/ThreadCollection.h +usr/include/lldb/Target/ThreadList.h +usr/include/lldb/Target/ThreadPlan.h +usr/include/lldb/Target/ThreadPlanBase.h +usr/include/lldb/Target/ThreadPlanCallFunction.h +usr/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h +usr/include/lldb/Target/ThreadPlanCallOnFunctionExit.h +usr/include/lldb/Target/ThreadPlanCallUserExpression.h +usr/include/lldb/Target/ThreadPlanPython.h +usr/include/lldb/Target/ThreadPlanRunToAddress.h +usr/include/lldb/Target/ThreadPlanShouldStopHere.h +usr/include/lldb/Target/ThreadPlanStack.h +usr/include/lldb/Target/ThreadPlanStepInRange.h +usr/include/lldb/Target/ThreadPlanStepInstruction.h +usr/include/lldb/Target/ThreadPlanStepOut.h +usr/include/lldb/Target/ThreadPlanStepOverBreakpoint.h +usr/include/lldb/Target/ThreadPlanStepOverRange.h +usr/include/lldb/Target/ThreadPlanStepRange.h +usr/include/lldb/Target/ThreadPlanStepThrough.h +usr/include/lldb/Target/ThreadPlanStepUntil.h +usr/include/lldb/Target/ThreadPlanTracer.h +usr/include/lldb/Target/ThreadSpec.h +usr/include/lldb/Target/Trace.h +usr/include/lldb/Target/TraceCursor.h +usr/include/lldb/Target/TraceDumper.h +usr/include/lldb/Target/TraceExporter.h +usr/include/lldb/Target/UnixSignals.h +usr/include/lldb/Target/Unwind.h +usr/include/lldb/Target/UnwindAssembly.h +usr/include/lldb/Target/UnwindLLDB.h +usr/include/lldb/Utility/AddressableBits.h +usr/include/lldb/Utility/AnsiTerminal.h +usr/include/lldb/Utility/AppleUuidCompatibility.h +usr/include/lldb/Utility/ArchSpec.h +usr/include/lldb/Utility/Args.h +usr/include/lldb/Utility/Baton.h +usr/include/lldb/Utility/Broadcaster.h +usr/include/lldb/Utility/Checksum.h +usr/include/lldb/Utility/Cloneable.h +usr/include/lldb/Utility/CompletionRequest.h +usr/include/lldb/Utility/Connection.h +usr/include/lldb/Utility/ConstString.h +usr/include/lldb/Utility/DataBuffer.h +usr/include/lldb/Utility/DataBufferHeap.h +usr/include/lldb/Utility/DataBufferLLVM.h +usr/include/lldb/Utility/DataEncoder.h +usr/include/lldb/Utility/DataExtractor.h +usr/include/lldb/Utility/Diagnostics.h +usr/include/lldb/Utility/Endian.h +usr/include/lldb/Utility/Environment.h +usr/include/lldb/Utility/Event.h +usr/include/lldb/Utility/FileSpec.h +usr/include/lldb/Utility/FileSpecList.h +usr/include/lldb/Utility/Flags.h +usr/include/lldb/Utility/GDBRemote.h +usr/include/lldb/Utility/IOObject.h +usr/include/lldb/Utility/Instrumentation.h +usr/include/lldb/Utility/Iterable.h +usr/include/lldb/Utility/LLDBAssert.h +usr/include/lldb/Utility/LLDBLog.h +usr/include/lldb/Utility/Listener.h +usr/include/lldb/Utility/Log.h +usr/include/lldb/Utility/NameMatches.h +usr/include/lldb/Utility/OptionDefinition.h +usr/include/lldb/Utility/Predicate.h +usr/include/lldb/Utility/ProcessInfo.h +usr/include/lldb/Utility/RangeMap.h +usr/include/lldb/Utility/RegisterValue.h +usr/include/lldb/Utility/RegularExpression.h +usr/include/lldb/Utility/Scalar.h +usr/include/lldb/Utility/ScriptedMetadata.h +usr/include/lldb/Utility/SelectHelper.h +usr/include/lldb/Utility/SharedCluster.h +usr/include/lldb/Utility/State.h +usr/include/lldb/Utility/Status.h +usr/include/lldb/Utility/Stream.h +usr/include/lldb/Utility/StreamBuffer.h +usr/include/lldb/Utility/StreamString.h +usr/include/lldb/Utility/StreamTee.h +usr/include/lldb/Utility/StringExtractor.h +usr/include/lldb/Utility/StringExtractorGDBRemote.h +usr/include/lldb/Utility/StringLexer.h +usr/include/lldb/Utility/StringList.h +usr/include/lldb/Utility/StructuredData.h +usr/include/lldb/Utility/SupportFile.h +usr/include/lldb/Utility/ThreadSafeDenseMap.h +usr/include/lldb/Utility/TildeExpressionResolver.h +usr/include/lldb/Utility/Timeout.h +usr/include/lldb/Utility/Timer.h +usr/include/lldb/Utility/TraceGDBRemotePackets.h +usr/include/lldb/Utility/TraceIntelPTGDBRemotePackets.h +usr/include/lldb/Utility/UUID.h +usr/include/lldb/Utility/UnimplementedError.h +usr/include/lldb/Utility/UriParser.h +usr/include/lldb/Utility/UserID.h +usr/include/lldb/Utility/UserIDResolver.h +usr/include/lldb/Utility/VASPrintf.h +usr/include/lldb/Utility/VMRange.h +usr/include/lldb/Utility/XcodeSDK.h +usr/include/lldb/Utility/ZipFile.h +usr/include/lldb/Version/Version.h +usr/include/lldb/lldb-defines.h +usr/include/lldb/lldb-enumerations.h +usr/include/lldb/lldb-forward.h +usr/include/lldb/lldb-private-enumerations.h +usr/include/lldb/lldb-private-forward.h +usr/include/lldb/lldb-private-interfaces.h +usr/include/lldb/lldb-private-types.h +usr/include/lldb/lldb-private.h +usr/include/lldb/lldb-public.h +usr/include/lldb/lldb-types.h +usr/include/lldb/lldb-versioning.h +usr/lib/.build-id/23/a6ddcf55f2013678b6ce3853fd7223f252f8a3 +usr/lib/.build-id/31/cc781744acaa438a9c5b16a247af0e12828b5e +usr/lib/.build-id/44/c70140c3cffd65c2189f237801957cfcf03d63 +usr/lib/.build-id/7b/420c904e5a8e738484a0cd0946a75c1a7c1b9c +usr/lib/.build-id/82/875261e2e354020c0217ccdc80b2adda5cebdd +usr/lib/.build-id/9c/594adbe45643557e6f64684229841a7c851785 +usr/lib/.build-id/d3/569aa86d744dee716239b73b8c862a359191d6 +usr/lib64/liblldb.so +usr/lib64/liblldb.so.18.1 +usr/lib64/liblldb.so.18.1.8 +usr/lib64/liblldbIntelFeatures.so +usr/lib64/liblldbIntelFeatures.so.18.1 +usr/share/licenses/lldb/LICENSE.TXT diff --git a/devel/linux-rl9-llvm/Makefile b/devel/linux-rl9-llvm/Makefile index 773c3af0ec77..d99dc452ea38 100644 --- a/devel/linux-rl9-llvm/Makefile +++ b/devel/linux-rl9-llvm/Makefile @@ -1,31 +1,25 @@ PORTNAME= llvm -PORTVERSION= 17.0.6 -DISTVERSIONSUFFIX= -5.el9 -PORTREVISION= 1 +PORTVERSION= 18.1.8 +DISTVERSIONSUFFIX= -3.el9 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org -COMMENT= LLVM suite (Rocky Linux ${LINUX_DIST_VER}) -WWW= https://www.freedesktop.org/Software/dbus +COMMENT= The Low Level Virtual Machine suite (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://llvm.org LICENSE= GPLv2+ USES= cpe linux:rl9 USE_LDCONFIG= yes USE_LINUX= elfutils-libelf python3 USE_LINUX_RPM= yes WANT_LINUX32=yes BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} LIB_DISTNAMES= ${PORTNAME}-devel-${DISTVERSIONFULL} \ ${PORTNAME}-libs-${DISTVERSIONFULL} \ ${PORTNAME}-static-${DISTVERSIONFULL} -DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -post-install: - ${RM} -r ${STAGEDIR}${PREFIX}/usr/include \ - ${STAGEDIR}${PREFIX}/usr/lib64/cmake - .include diff --git a/devel/linux-rl9-llvm/distinfo b/devel/linux-rl9-llvm/distinfo index 0028537dd1f9..9e4d75554719 100644 --- a/devel/linux-rl9-llvm/distinfo +++ b/devel/linux-rl9-llvm/distinfo @@ -1,25 +1,25 @@ -TIMESTAMP = 1731432416 -SHA256 (rocky/l/llvm-17.0.6-5.el9.aarch64.rpm) = 82a729f541db68bfeafcb642f56372ef05075d9acfba16fba27d21bd92c63c86 -SIZE (rocky/l/llvm-17.0.6-5.el9.aarch64.rpm) = 22617618 -SHA256 (rocky/l/llvm-17.0.6-5.el9.x86_64.rpm) = 9adfa2f8fed034ad959e4aff79818f00356de07357431bc4f2d5b6a259640303 -SIZE (rocky/l/llvm-17.0.6-5.el9.x86_64.rpm) = 23574936 -SHA256 (rocky/l/llvm-devel-17.0.6-5.el9.aarch64.rpm) = 66ce160e25676b64625fff43f89b402e9bcde3300ecec7ff40a034003844ebde -SIZE (rocky/l/llvm-devel-17.0.6-5.el9.aarch64.rpm) = 3788295 -SHA256 (rocky/l/llvm-devel-17.0.6-5.el9.i686.rpm) = 8283d531e4433f76d9e3bbfb62fcaa1076a59c465befd72d0f4e075bd97a8bc6 -SIZE (rocky/l/llvm-devel-17.0.6-5.el9.i686.rpm) = 3794181 -SHA256 (rocky/l/llvm-devel-17.0.6-5.el9.x86_64.rpm) = 0957a8de19ef0bb0be275270c71ba3d28869a4ec70e944611fbf4ccc63eeb582 -SIZE (rocky/l/llvm-devel-17.0.6-5.el9.x86_64.rpm) = 3789934 -SHA256 (rocky/l/llvm-libs-17.0.6-5.el9.aarch64.rpm) = 10fb94c111031514f9bdd9ea8ab1a5ed298c05f2d0402c538fa67464efa87209 -SIZE (rocky/l/llvm-libs-17.0.6-5.el9.aarch64.rpm) = 24170951 -SHA256 (rocky/l/llvm-libs-17.0.6-5.el9.i686.rpm) = bd9a18299c4b2d2a5047942a3d4bba1f2957f955066e531048a61455e238618f -SIZE (rocky/l/llvm-libs-17.0.6-5.el9.i686.rpm) = 25706848 -SHA256 (rocky/l/llvm-libs-17.0.6-5.el9.x86_64.rpm) = 503fb2dce8082db9d661e51da17bca8043e4dae2a3705480a3e3b01b0db68867 -SIZE (rocky/l/llvm-libs-17.0.6-5.el9.x86_64.rpm) = 25731502 -SHA256 (rocky/l/llvm-static-17.0.6-5.el9.aarch64.rpm) = f7582eebc759291eb8eb835f5ef9a89527fb9e8a6740ebcf19df68783fa3ec6d -SIZE (rocky/l/llvm-static-17.0.6-5.el9.aarch64.rpm) = 31566560 -SHA256 (rocky/l/llvm-static-17.0.6-5.el9.i686.rpm) = 0b8b8333ad33cee8fb072f6ad32599c36b007e768ba81c82368c62a805712999 -SIZE (rocky/l/llvm-static-17.0.6-5.el9.i686.rpm) = 35813540 -SHA256 (rocky/l/llvm-static-17.0.6-5.el9.x86_64.rpm) = cf33714e38f03bb93c89a2cde6420260c3df96513b918c6c93ef6186c038b305 -SIZE (rocky/l/llvm-static-17.0.6-5.el9.x86_64.rpm) = 32766674 -SHA256 (rocky/l/llvm-17.0.6-5.el9.src.rpm) = 20aed92ba1c027c74df0adef741eef476fc00412926221e2e37b9c97d84defc1 -SIZE (rocky/l/llvm-17.0.6-5.el9.src.rpm) = 59741280 +TIMESTAMP = 1732647328 +SHA256 (rocky/l/llvm-18.1.8-3.el9.aarch64.rpm) = 417d4302c56d833847e402f2e75c6c3f4bf0215a26de53d2047aa4ca46042233 +SIZE (rocky/l/llvm-18.1.8-3.el9.aarch64.rpm) = 23851282 +SHA256 (rocky/l/llvm-18.1.8-3.el9.x86_64.rpm) = 623c4e55276a61acae5e07d801199cdcd48916494f9fec5def8e80406a46d17d +SIZE (rocky/l/llvm-18.1.8-3.el9.x86_64.rpm) = 24808471 +SHA256 (rocky/l/llvm-devel-18.1.8-3.el9.aarch64.rpm) = 2bbba0cd3dbf98ede96d01c73fadef07c7b2b61ca4316b6040706ed933c667b5 +SIZE (rocky/l/llvm-devel-18.1.8-3.el9.aarch64.rpm) = 3937571 +SHA256 (rocky/l/llvm-devel-18.1.8-3.el9.i686.rpm) = bd1aa8399602f3145121ed3257f54b675b4e2e70c69db4016dd8c6df8799edb7 +SIZE (rocky/l/llvm-devel-18.1.8-3.el9.i686.rpm) = 3942899 +SHA256 (rocky/l/llvm-devel-18.1.8-3.el9.x86_64.rpm) = 54ec208ea43a7d03c29bb41e92e696a6461f0bb2e134bdddbea73c7a4db8d983 +SIZE (rocky/l/llvm-devel-18.1.8-3.el9.x86_64.rpm) = 3935884 +SHA256 (rocky/l/llvm-libs-18.1.8-3.el9.aarch64.rpm) = 403a7a8353d3276a841179a3d209c3c4e637d561342bd5ccdca6240cefed4ed6 +SIZE (rocky/l/llvm-libs-18.1.8-3.el9.aarch64.rpm) = 25320720 +SHA256 (rocky/l/llvm-libs-18.1.8-3.el9.i686.rpm) = 7acc066c810170d3b56c95e0afc9ba08f2f2c835ffd7b1f4dd9eefc9e95c442e +SIZE (rocky/l/llvm-libs-18.1.8-3.el9.i686.rpm) = 26845979 +SHA256 (rocky/l/llvm-libs-18.1.8-3.el9.x86_64.rpm) = 2a534d77fcc4bea0d8fb6fbc04d87cab8b9e1c745aca558743564bfe99f32134 +SIZE (rocky/l/llvm-libs-18.1.8-3.el9.x86_64.rpm) = 26947940 +SHA256 (rocky/l/llvm-static-18.1.8-3.el9.aarch64.rpm) = 6497110ec660c74acd617272cf3d4849a2e7f702b9ad32355c55d6b551f44cc8 +SIZE (rocky/l/llvm-static-18.1.8-3.el9.aarch64.rpm) = 32962326 +SHA256 (rocky/l/llvm-static-18.1.8-3.el9.i686.rpm) = 619132330eae8bd34ef045e10b828be097fcd7c902e54c5358d038df3fc25968 +SIZE (rocky/l/llvm-static-18.1.8-3.el9.i686.rpm) = 37320435 +SHA256 (rocky/l/llvm-static-18.1.8-3.el9.x86_64.rpm) = 3d12a5ae5c705b49d912373101a403eab049923e00e19addb2aae9377589a3e6 +SIZE (rocky/l/llvm-static-18.1.8-3.el9.x86_64.rpm) = 34217052 +SHA256 (rocky/l/llvm-18.1.8-3.el9.src.rpm) = 47c78c2fa0edd54b6eda10accbcb7673a02257e3ddeafc38d4bacd057bfc216d +SIZE (rocky/l/llvm-18.1.8-3.el9.src.rpm) = 62454555 diff --git a/devel/linux-rl9-llvm/pkg-descr b/devel/linux-rl9-llvm/pkg-descr new file mode 100644 index 000000000000..2c59bb67b7b2 --- /dev/null +++ b/devel/linux-rl9-llvm/pkg-descr @@ -0,0 +1,4 @@ +LLVM is a compiler infrastructure designed for compile-time, link-time, +runtime, and idle-time optimization of programs from arbitrary programming +languages. The compiler infrastructure includes mirror sets of programming +tools as well as libraries with equivalent functionality. diff --git a/devel/linux-rl9-llvm/pkg-plist.aarch64 b/devel/linux-rl9-llvm/pkg-plist.aarch64 index 44f18df057c6..bc8d65e59b4c 100644 --- a/devel/linux-rl9-llvm/pkg-plist.aarch64 +++ b/devel/linux-rl9-llvm/pkg-plist.aarch64 @@ -1,388 +1,2369 @@ usr/bin/FileCheck usr/bin/UnicodeNameMappingGenerator usr/bin/bugpoint usr/bin/dsymutil usr/bin/llc usr/bin/lli usr/bin/llvm-PerfectShuffle usr/bin/llvm-addr2line usr/bin/llvm-ar usr/bin/llvm-as usr/bin/llvm-bcanalyzer usr/bin/llvm-bitcode-strip -usr/bin/llvm-c-test usr/bin/llvm-cat usr/bin/llvm-cfi-verify -usr/bin/llvm-config-17-64 +usr/bin/llvm-config-18-64 usr/bin/llvm-config-64 usr/bin/llvm-cov usr/bin/llvm-cvtres usr/bin/llvm-cxxdump usr/bin/llvm-cxxfilt usr/bin/llvm-cxxmap -usr/bin/llvm-debuginfo-analyzer +usr/bin/llvm-c-test usr/bin/llvm-debuginfod usr/bin/llvm-debuginfod-find +usr/bin/llvm-debuginfo-analyzer usr/bin/llvm-diff usr/bin/llvm-dis usr/bin/llvm-dlltool usr/bin/llvm-dwarfdump usr/bin/llvm-dwarfutil usr/bin/llvm-dwp usr/bin/llvm-exegesis usr/bin/llvm-extract usr/bin/llvm-gsymutil usr/bin/llvm-ifs usr/bin/llvm-install-name-tool usr/bin/llvm-jitlink usr/bin/llvm-jitlink-executor usr/bin/llvm-lib usr/bin/llvm-libtool-darwin usr/bin/llvm-link usr/bin/llvm-lipo usr/bin/llvm-lto usr/bin/llvm-lto2 usr/bin/llvm-mc usr/bin/llvm-mca usr/bin/llvm-ml usr/bin/llvm-modextract usr/bin/llvm-mt usr/bin/llvm-nm usr/bin/llvm-objcopy usr/bin/llvm-objdump usr/bin/llvm-opt-report usr/bin/llvm-otool usr/bin/llvm-pdbutil usr/bin/llvm-profdata usr/bin/llvm-profgen usr/bin/llvm-ranlib usr/bin/llvm-rc usr/bin/llvm-readelf usr/bin/llvm-readobj +usr/bin/llvm-readtapi usr/bin/llvm-reduce -usr/bin/llvm-remark-size-diff usr/bin/llvm-remarkutil usr/bin/llvm-rtdyld usr/bin/llvm-sim usr/bin/llvm-size usr/bin/llvm-split usr/bin/llvm-stress usr/bin/llvm-strings usr/bin/llvm-strip usr/bin/llvm-symbolizer usr/bin/llvm-tapi-diff usr/bin/llvm-tblgen usr/bin/llvm-tli-checker usr/bin/llvm-undname usr/bin/llvm-windres usr/bin/llvm-xray usr/bin/obj2yaml usr/bin/opt usr/bin/sancov usr/bin/sanstats usr/bin/split-file usr/bin/verify-uselistorder usr/bin/yaml2obj -usr/lib/.build-id/00/629bf45900ce09e0ca0ea451aa89710b1ab911 -usr/lib/.build-id/00/c9c3fc94fff4c0fbb46de86c0ca174aaccb62b -usr/lib/.build-id/0d/95cbd8b5fe4c259e76c43f0f41ab4db16bd7fa -usr/lib/.build-id/0e/3ef7d0d556c51c711e8913b3427c7fbaa5ea54 -usr/lib/.build-id/13/1d46c2b00382e3b123a25cd25b054b538845ec -usr/lib/.build-id/16/2eb887033e1c2694045da1212f678a37d8b9b7 -usr/lib/.build-id/17/d2766e7ed3d09469cab99b55cb8183ef7e35b5 -usr/lib/.build-id/19/90d9aafdcf70a0cc7d4d07ddc6e45c6988c75d -usr/lib/.build-id/1a/43376c92d8b91a8a168c00cedeb4824f60a291 -usr/lib/.build-id/1c/927a3d283f30340b2c61908f9602c804c9377d -usr/lib/.build-id/1e/b4d8fd5cbf391fca933b932831e006c0d27d9b -usr/lib/.build-id/1f/32e56968d800fcaeb5d58731bd4b0f0cb8fca0 -usr/lib/.build-id/1f/d7c7782eead2d786afe186ae8ea6643af27a02 -usr/lib/.build-id/22/06b4eaee5563e891a6ec975f57e2a032eb9d2d -usr/lib/.build-id/24/12fac7d215547810721795606bc0f065b1e7f6 -usr/lib/.build-id/25/812c6320d0b0a3c87d7699c7ec6f29b7e872a4 -usr/lib/.build-id/2b/72b90d9574a9cd206d0df77150dcf61231cd26 -usr/lib/.build-id/2b/76416487a622a4181a2d48989b25f34f2fcd79 -usr/lib/.build-id/2c/0b7c8449e9e226a76cdced6ae2743e4e47395c -usr/lib/.build-id/30/104d3b349072267cccadb86d75ea2ad96e8008 -usr/lib/.build-id/30/5baa4c6743eeff62e0cc54230208e40e1ac486 -usr/lib/.build-id/32/f973a921a9ac7f3a0bf059b7487914600c67ad -usr/lib/.build-id/35/ee221b017ad88646560852f2350f42618ea532 -usr/lib/.build-id/36/438df5e0471d11a2ba701661962069ca1cf816 -usr/lib/.build-id/38/c14b51f71b5eb8f6087519783dcb03f98f72bc -usr/lib/.build-id/39/5b62dd18b0a5f5ab95959e54f08ab54c270afa -usr/lib/.build-id/3a/370448a9e74632114db3c11d2b0abf4f039ef0 -usr/lib/.build-id/40/31ce9ac20265b7247c8c2ad61d4418af93ffa0 -usr/lib/.build-id/43/9e9adb9953fb8816b6e4df9be7a34c512f56e6 -usr/lib/.build-id/44/8c01f823e71b3612e9238c693217531a60a32e -usr/lib/.build-id/44/f469367334f5499795e4118e28d3425d4a3db3 -usr/lib/.build-id/46/73fbb691099599537bdb53520cefa0e3d32e15 -usr/lib/.build-id/48/757f364ae94b3902deb8fb73da49638366cc01 -usr/lib/.build-id/4b/316ab3f1b0e4a5eaa34e02ed08539a41c981ab -usr/lib/.build-id/55/69b20320fff00f64fe8e4cfc9967b57236d114 -usr/lib/.build-id/59/74f6de15a555f610bf9bb490a5643f0934851d -usr/lib/.build-id/59/9fbe7b77d1af6ffbf64a251a8d05408bb83e82 -usr/lib/.build-id/5c/bc7a5c3ed9ff0e04c59b8416f0ccca02447575 -usr/lib/.build-id/5d/b30a7bff09627d75afd479d383adce6d6c14cf -usr/lib/.build-id/66/b92279653e1fad0bcd06afc7856d634c68018b -usr/lib/.build-id/6b/25fdcc12038d74524c45d06b11204d1dfade2b -usr/lib/.build-id/6e/a01a029b9b0e9d2d5999d3dd6c9d3e996655bd -usr/lib/.build-id/71/345b7b5c94105e335d3a3111d994b940f11311 -usr/lib/.build-id/74/8c61f181c4725b8c0665eb218139ba2ca00f7d -usr/lib/.build-id/76/ff8daec86860c4e9923c116822bab64b9de65c -usr/lib/.build-id/77/f0c65c8df0c8e823a6f61be5cb140c8e0563a2 -usr/lib/.build-id/7a/2f8711e62427b9cebd56b48d1ba7fc85ce307a -usr/lib/.build-id/7d/22fc4327ec74c3a97ec13f3a78b4d2cd646a5c -usr/lib/.build-id/7e/50980c16db6dd832446f390db78c1327e14d79 -usr/lib/.build-id/80/8927c2830233afde0121074b2f41da78d2c13a -usr/lib/.build-id/80/c16fbc68d4bb3501f191490b90a2204b210779 -usr/lib/.build-id/81/c8d09125dfbff5c8c934ca73882ba17526f6cb -usr/lib/.build-id/83/37d24be98ebfa9554932f23258668e13fec9c5 -usr/lib/.build-id/86/711a5af18feb3bd94fce81a01e7e6748ac5ec8 -usr/lib/.build-id/87/7b56e17ab3e7867947f49423b49bd2b5ef15e5 -usr/lib/.build-id/90/c9ff9986e565ef2a7e212b1a29c6fd45c2637d -usr/lib/.build-id/96/ab81e69aaa6aae04c1be3a9607a736ffb662f0 -usr/lib/.build-id/98/28b3bdd7975b778a96774f67270f3fb3b83f32 -usr/lib/.build-id/98/33228a3e867bf42516e6b8ea1240b32ac187e7 -usr/lib/.build-id/9a/5b22a015895ed1cb38a98c4873c7e29b2eda23 -usr/lib/.build-id/9b/2b704594d6b8dea3950d566572b167f3714c3e -usr/lib/.build-id/a2/ad6d8176247683fe2a1a4c232cb5fc5e2868c9 -usr/lib/.build-id/a5/d9aa91abd2f06d762280e0a2aceffba18efe8b -usr/lib/.build-id/aa/3e9b44b57c3079a49d4693676c2ea6d1b40588 -usr/lib/.build-id/ae/f27c6bc30f29a38cdc7d5fa7b66be4071946a7 -usr/lib/.build-id/b0/a41dfb66793afc2e79814af07cc7ee8a9886ac -usr/lib/.build-id/ba/0af53886fa50c24b87331961f9d149b779ed78 -usr/lib/.build-id/bd/c0b802000393b9c1c8d0163b851770b1b8742a -usr/lib/.build-id/bd/d2e5072f6428324a098187a7b1df942b3438c1 -usr/lib/.build-id/c0/aca95ed32fcdac34c11feb8409dd993630f09e -usr/lib/.build-id/c6/5d8ea1da5b11b9412db391643aa2b463f4ce88 -usr/lib/.build-id/ca/66f7c4f833fabc780e7a2d774bb4efbbe2973a -usr/lib/.build-id/cb/a9b09e8175028c19d80596f2ecbf622fd928a6 -usr/lib/.build-id/cd/d10a05e431447736c46442f86adf670ce1a8c0 -usr/lib/.build-id/cd/f698c5e5230c29f76db64bb5190a30af3bd7f3 -usr/lib/.build-id/da/7667b0ba02103075ae55a7ea01f9673635e7dd -usr/lib/.build-id/db/61cba4dd94b42ce83f34f366ab27d2fce6d59e -usr/lib/.build-id/dc/760ed2ad0420601619d86a0707818eda14ff11 -usr/lib/.build-id/ea/0c74821f69141b71deb83547856dd306957f5f -usr/lib/.build-id/ee/caca4c3c501c9568c26ebc143e906b02d70bc7 -usr/lib/.build-id/f3/7c6a0be198cacd6a9917fa1ce8d6ffeefe6986 -usr/lib/.build-id/f4/f0f0ee6599f32e77396e1d6431dfb9c76cf3e5 -usr/lib/.build-id/f9/815d738a5a8ae31f16aecad7aa40999ef0fec4 -usr/lib/.build-id/f9/a82a28cbd3f3f327737f1e75b6b8d9804eed1b +usr/include/llvm-c/Analysis.h +usr/include/llvm-c/BitReader.h +usr/include/llvm-c/BitWriter.h +usr/include/llvm-c/Comdat.h +usr/include/llvm-c/Core.h +usr/include/llvm-c/DataTypes.h +usr/include/llvm-c/DebugInfo.h +usr/include/llvm-c/Deprecated.h +usr/include/llvm-c/Disassembler.h +usr/include/llvm-c/DisassemblerTypes.h +usr/include/llvm-c/Error.h +usr/include/llvm-c/ErrorHandling.h +usr/include/llvm-c/ExecutionEngine.h +usr/include/llvm-c/ExternC.h +usr/include/llvm-c/IRReader.h +usr/include/llvm-c/LLJIT.h +usr/include/llvm-c/LLJITUtils.h +usr/include/llvm-c/Linker.h +usr/include/llvm-c/Object.h +usr/include/llvm-c/Orc.h +usr/include/llvm-c/OrcEE.h +usr/include/llvm-c/Remarks.h +usr/include/llvm-c/Support.h +usr/include/llvm-c/Target.h +usr/include/llvm-c/TargetMachine.h +usr/include/llvm-c/Transforms/PassBuilder.h +usr/include/llvm-c/Types.h +usr/include/llvm-c/blake3.h +usr/include/llvm-c/lto.h +usr/include/llvm/ADT/ADL.h +usr/include/llvm/ADT/APFixedPoint.h +usr/include/llvm/ADT/APFloat.h +usr/include/llvm/ADT/APInt.h +usr/include/llvm/ADT/APSInt.h +usr/include/llvm/ADT/AddressRanges.h +usr/include/llvm/ADT/AllocatorList.h +usr/include/llvm/ADT/Any.h +usr/include/llvm/ADT/ArrayRef.h +usr/include/llvm/ADT/BitVector.h +usr/include/llvm/ADT/Bitfields.h +usr/include/llvm/ADT/BitmaskEnum.h +usr/include/llvm/ADT/Bitset.h +usr/include/llvm/ADT/BreadthFirstIterator.h +usr/include/llvm/ADT/CachedHashString.h +usr/include/llvm/ADT/CoalescingBitVector.h +usr/include/llvm/ADT/CombinationGenerator.h +usr/include/llvm/ADT/ConcurrentHashtable.h +usr/include/llvm/ADT/DAGDeltaAlgorithm.h +usr/include/llvm/ADT/DeltaAlgorithm.h +usr/include/llvm/ADT/DenseMap.h +usr/include/llvm/ADT/DenseMapInfo.h +usr/include/llvm/ADT/DenseMapInfoVariant.h +usr/include/llvm/ADT/DenseSet.h +usr/include/llvm/ADT/DepthFirstIterator.h +usr/include/llvm/ADT/DirectedGraph.h +usr/include/llvm/ADT/EnumeratedArray.h +usr/include/llvm/ADT/EpochTracker.h +usr/include/llvm/ADT/EquivalenceClasses.h +usr/include/llvm/ADT/FloatingPointMode.h +usr/include/llvm/ADT/FoldingSet.h +usr/include/llvm/ADT/FunctionExtras.h +usr/include/llvm/ADT/GenericConvergenceVerifier.h +usr/include/llvm/ADT/GenericCycleImpl.h +usr/include/llvm/ADT/GenericCycleInfo.h +usr/include/llvm/ADT/GenericSSAContext.h +usr/include/llvm/ADT/GenericUniformityImpl.h +usr/include/llvm/ADT/GenericUniformityInfo.h +usr/include/llvm/ADT/GraphTraits.h +usr/include/llvm/ADT/Hashing.h +usr/include/llvm/ADT/ImmutableList.h +usr/include/llvm/ADT/ImmutableMap.h +usr/include/llvm/ADT/ImmutableSet.h +usr/include/llvm/ADT/IndexedMap.h +usr/include/llvm/ADT/IntEqClasses.h +usr/include/llvm/ADT/IntervalMap.h +usr/include/llvm/ADT/IntervalTree.h +usr/include/llvm/ADT/IntrusiveRefCntPtr.h +usr/include/llvm/ADT/LazyAtomicPointer.h +usr/include/llvm/ADT/MapVector.h +usr/include/llvm/ADT/PackedVector.h +usr/include/llvm/ADT/PagedVector.h +usr/include/llvm/ADT/PointerEmbeddedInt.h +usr/include/llvm/ADT/PointerIntPair.h +usr/include/llvm/ADT/PointerSumType.h +usr/include/llvm/ADT/PointerUnion.h +usr/include/llvm/ADT/PostOrderIterator.h +usr/include/llvm/ADT/PriorityQueue.h +usr/include/llvm/ADT/PriorityWorklist.h +usr/include/llvm/ADT/SCCIterator.h +usr/include/llvm/ADT/STLExtras.h +usr/include/llvm/ADT/STLForwardCompat.h +usr/include/llvm/ADT/STLFunctionalExtras.h +usr/include/llvm/ADT/ScopeExit.h +usr/include/llvm/ADT/ScopedHashTable.h +usr/include/llvm/ADT/Sequence.h +usr/include/llvm/ADT/SetOperations.h +usr/include/llvm/ADT/SetVector.h +usr/include/llvm/ADT/SmallBitVector.h +usr/include/llvm/ADT/SmallPtrSet.h +usr/include/llvm/ADT/SmallSet.h +usr/include/llvm/ADT/SmallString.h +usr/include/llvm/ADT/SmallVector.h +usr/include/llvm/ADT/SmallVectorExtras.h +usr/include/llvm/ADT/SparseBitVector.h +usr/include/llvm/ADT/SparseMultiSet.h +usr/include/llvm/ADT/SparseSet.h +usr/include/llvm/ADT/StableHashing.h +usr/include/llvm/ADT/Statistic.h +usr/include/llvm/ADT/StringExtras.h +usr/include/llvm/ADT/StringMap.h +usr/include/llvm/ADT/StringMapEntry.h +usr/include/llvm/ADT/StringRef.h +usr/include/llvm/ADT/StringSet.h +usr/include/llvm/ADT/StringSwitch.h +usr/include/llvm/ADT/TinyPtrVector.h +usr/include/llvm/ADT/Twine.h +usr/include/llvm/ADT/TypeSwitch.h +usr/include/llvm/ADT/Uniformity.h +usr/include/llvm/ADT/UniqueVector.h +usr/include/llvm/ADT/bit.h +usr/include/llvm/ADT/edit_distance.h +usr/include/llvm/ADT/fallible_iterator.h +usr/include/llvm/ADT/identity.h +usr/include/llvm/ADT/ilist.h +usr/include/llvm/ADT/ilist_base.h +usr/include/llvm/ADT/ilist_iterator.h +usr/include/llvm/ADT/ilist_node.h +usr/include/llvm/ADT/ilist_node_base.h +usr/include/llvm/ADT/ilist_node_options.h +usr/include/llvm/ADT/iterator.h +usr/include/llvm/ADT/iterator_range.h +usr/include/llvm/ADT/simple_ilist.h +usr/include/llvm/Analysis/AliasAnalysis.h +usr/include/llvm/Analysis/AliasAnalysisEvaluator.h +usr/include/llvm/Analysis/AliasSetTracker.h +usr/include/llvm/Analysis/AssumeBundleQueries.h +usr/include/llvm/Analysis/AssumptionCache.h +usr/include/llvm/Analysis/BasicAliasAnalysis.h +usr/include/llvm/Analysis/BlockFrequencyInfo.h +usr/include/llvm/Analysis/BlockFrequencyInfoImpl.h +usr/include/llvm/Analysis/BranchProbabilityInfo.h +usr/include/llvm/Analysis/CFG.h +usr/include/llvm/Analysis/CFGPrinter.h +usr/include/llvm/Analysis/CFGSCCPrinter.h +usr/include/llvm/Analysis/CGSCCPassManager.h +usr/include/llvm/Analysis/CallGraph.h +usr/include/llvm/Analysis/CallGraphSCCPass.h +usr/include/llvm/Analysis/CallPrinter.h +usr/include/llvm/Analysis/CaptureTracking.h +usr/include/llvm/Analysis/CmpInstAnalysis.h +usr/include/llvm/Analysis/CodeMetrics.h +usr/include/llvm/Analysis/ConstantFolding.h +usr/include/llvm/Analysis/ConstraintSystem.h +usr/include/llvm/Analysis/CostModel.h +usr/include/llvm/Analysis/CycleAnalysis.h +usr/include/llvm/Analysis/DDG.h +usr/include/llvm/Analysis/DDGPrinter.h +usr/include/llvm/Analysis/DOTGraphTraitsPass.h +usr/include/llvm/Analysis/Delinearization.h +usr/include/llvm/Analysis/DemandedBits.h +usr/include/llvm/Analysis/DependenceAnalysis.h +usr/include/llvm/Analysis/DependenceGraphBuilder.h +usr/include/llvm/Analysis/DomConditionCache.h +usr/include/llvm/Analysis/DomPrinter.h +usr/include/llvm/Analysis/DomTreeUpdater.h +usr/include/llvm/Analysis/DominanceFrontier.h +usr/include/llvm/Analysis/DominanceFrontierImpl.h +usr/include/llvm/Analysis/EHUtils.h +usr/include/llvm/Analysis/FunctionPropertiesAnalysis.h +usr/include/llvm/Analysis/GlobalsModRef.h +usr/include/llvm/Analysis/GuardUtils.h +usr/include/llvm/Analysis/HeatUtils.h +usr/include/llvm/Analysis/IRSimilarityIdentifier.h +usr/include/llvm/Analysis/IVDescriptors.h +usr/include/llvm/Analysis/IVUsers.h +usr/include/llvm/Analysis/IndirectCallPromotionAnalysis.h +usr/include/llvm/Analysis/IndirectCallVisitor.h +usr/include/llvm/Analysis/InlineAdvisor.h +usr/include/llvm/Analysis/InlineCost.h +usr/include/llvm/Analysis/InlineModelFeatureMaps.h +usr/include/llvm/Analysis/InlineOrder.h +usr/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h +usr/include/llvm/Analysis/InstCount.h +usr/include/llvm/Analysis/InstSimplifyFolder.h +usr/include/llvm/Analysis/InstructionPrecedenceTracking.h +usr/include/llvm/Analysis/InstructionSimplify.h +usr/include/llvm/Analysis/InteractiveModelRunner.h +usr/include/llvm/Analysis/Interval.h +usr/include/llvm/Analysis/IntervalIterator.h +usr/include/llvm/Analysis/IntervalPartition.h +usr/include/llvm/Analysis/IteratedDominanceFrontier.h +usr/include/llvm/Analysis/LazyBlockFrequencyInfo.h +usr/include/llvm/Analysis/LazyBranchProbabilityInfo.h +usr/include/llvm/Analysis/LazyCallGraph.h +usr/include/llvm/Analysis/LazyValueInfo.h +usr/include/llvm/Analysis/Lint.h +usr/include/llvm/Analysis/Loads.h +usr/include/llvm/Analysis/LoopAccessAnalysis.h +usr/include/llvm/Analysis/LoopAnalysisManager.h +usr/include/llvm/Analysis/LoopCacheAnalysis.h +usr/include/llvm/Analysis/LoopInfo.h +usr/include/llvm/Analysis/LoopIterator.h +usr/include/llvm/Analysis/LoopNestAnalysis.h +usr/include/llvm/Analysis/LoopPass.h +usr/include/llvm/Analysis/LoopUnrollAnalyzer.h +usr/include/llvm/Analysis/MLInlineAdvisor.h +usr/include/llvm/Analysis/MLModelRunner.h +usr/include/llvm/Analysis/MemDerefPrinter.h +usr/include/llvm/Analysis/MemoryBuiltins.h +usr/include/llvm/Analysis/MemoryDependenceAnalysis.h +usr/include/llvm/Analysis/MemoryLocation.h +usr/include/llvm/Analysis/MemoryProfileInfo.h +usr/include/llvm/Analysis/MemorySSA.h +usr/include/llvm/Analysis/MemorySSAUpdater.h +usr/include/llvm/Analysis/ModelUnderTrainingRunner.h +usr/include/llvm/Analysis/ModuleDebugInfoPrinter.h +usr/include/llvm/Analysis/ModuleSummaryAnalysis.h +usr/include/llvm/Analysis/MustExecute.h +usr/include/llvm/Analysis/NoInferenceModelRunner.h +usr/include/llvm/Analysis/ObjCARCAliasAnalysis.h +usr/include/llvm/Analysis/ObjCARCAnalysisUtils.h +usr/include/llvm/Analysis/ObjCARCInstKind.h +usr/include/llvm/Analysis/ObjCARCUtil.h +usr/include/llvm/Analysis/OptimizationRemarkEmitter.h +usr/include/llvm/Analysis/OverflowInstAnalysis.h +usr/include/llvm/Analysis/PHITransAddr.h +usr/include/llvm/Analysis/Passes.h +usr/include/llvm/Analysis/PhiValues.h +usr/include/llvm/Analysis/PostDominators.h +usr/include/llvm/Analysis/ProfileSummaryInfo.h +usr/include/llvm/Analysis/PtrUseVisitor.h +usr/include/llvm/Analysis/RegionInfo.h +usr/include/llvm/Analysis/RegionInfoImpl.h +usr/include/llvm/Analysis/RegionIterator.h +usr/include/llvm/Analysis/RegionPass.h +usr/include/llvm/Analysis/RegionPrinter.h +usr/include/llvm/Analysis/ReleaseModeModelRunner.h +usr/include/llvm/Analysis/ReplayInlineAdvisor.h +usr/include/llvm/Analysis/ScalarEvolution.h +usr/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h +usr/include/llvm/Analysis/ScalarEvolutionDivision.h +usr/include/llvm/Analysis/ScalarEvolutionExpressions.h +usr/include/llvm/Analysis/ScalarEvolutionNormalization.h +usr/include/llvm/Analysis/ScalarFuncs.def +usr/include/llvm/Analysis/ScopedNoAliasAA.h +usr/include/llvm/Analysis/SimplifyQuery.h +usr/include/llvm/Analysis/SparsePropagation.h +usr/include/llvm/Analysis/StackLifetime.h +usr/include/llvm/Analysis/StackSafetyAnalysis.h +usr/include/llvm/Analysis/StructuralHash.h +usr/include/llvm/Analysis/SyntheticCountsUtils.h +usr/include/llvm/Analysis/TargetFolder.h +usr/include/llvm/Analysis/TargetLibraryInfo.def +usr/include/llvm/Analysis/TargetLibraryInfo.h +usr/include/llvm/Analysis/TargetTransformInfo.h +usr/include/llvm/Analysis/TargetTransformInfoImpl.h +usr/include/llvm/Analysis/TensorSpec.h +usr/include/llvm/Analysis/Trace.h +usr/include/llvm/Analysis/TypeBasedAliasAnalysis.h +usr/include/llvm/Analysis/TypeMetadataUtils.h +usr/include/llvm/Analysis/UniformityAnalysis.h +usr/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h +usr/include/llvm/Analysis/Utils/Local.h +usr/include/llvm/Analysis/Utils/TFUtils.h +usr/include/llvm/Analysis/Utils/TrainingLogger.h +usr/include/llvm/Analysis/ValueLattice.h +usr/include/llvm/Analysis/ValueLatticeUtils.h +usr/include/llvm/Analysis/ValueTracking.h +usr/include/llvm/Analysis/VecFuncs.def +usr/include/llvm/Analysis/VectorUtils.h +usr/include/llvm/Analysis/WithCache.h +usr/include/llvm/AsmParser/LLLexer.h +usr/include/llvm/AsmParser/LLParser.h +usr/include/llvm/AsmParser/LLToken.h +usr/include/llvm/AsmParser/Parser.h +usr/include/llvm/AsmParser/SlotMapping.h +usr/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h +usr/include/llvm/BinaryFormat/COFF.h +usr/include/llvm/BinaryFormat/DXContainer.h +usr/include/llvm/BinaryFormat/DXContainerConstants.def +usr/include/llvm/BinaryFormat/Dwarf.def +usr/include/llvm/BinaryFormat/Dwarf.h +usr/include/llvm/BinaryFormat/DynamicTags.def +usr/include/llvm/BinaryFormat/ELF.h +usr/include/llvm/BinaryFormat/ELFRelocs/AArch64.def +usr/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def +usr/include/llvm/BinaryFormat/ELFRelocs/ARC.def +usr/include/llvm/BinaryFormat/ELFRelocs/ARM.def +usr/include/llvm/BinaryFormat/ELFRelocs/AVR.def +usr/include/llvm/BinaryFormat/ELFRelocs/BPF.def +usr/include/llvm/BinaryFormat/ELFRelocs/CSKY.def +usr/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def +usr/include/llvm/BinaryFormat/ELFRelocs/Lanai.def +usr/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def +usr/include/llvm/BinaryFormat/ELFRelocs/M68k.def +usr/include/llvm/BinaryFormat/ELFRelocs/MSP430.def +usr/include/llvm/BinaryFormat/ELFRelocs/Mips.def +usr/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def +usr/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def +usr/include/llvm/BinaryFormat/ELFRelocs/RISCV.def +usr/include/llvm/BinaryFormat/ELFRelocs/Sparc.def +usr/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def +usr/include/llvm/BinaryFormat/ELFRelocs/VE.def +usr/include/llvm/BinaryFormat/ELFRelocs/Xtensa.def +usr/include/llvm/BinaryFormat/ELFRelocs/i386.def +usr/include/llvm/BinaryFormat/ELFRelocs/x86_64.def +usr/include/llvm/BinaryFormat/GOFF.h +usr/include/llvm/BinaryFormat/MachO.def +usr/include/llvm/BinaryFormat/MachO.h +usr/include/llvm/BinaryFormat/Magic.h +usr/include/llvm/BinaryFormat/Minidump.h +usr/include/llvm/BinaryFormat/MinidumpConstants.def +usr/include/llvm/BinaryFormat/MsgPack.def +usr/include/llvm/BinaryFormat/MsgPack.h +usr/include/llvm/BinaryFormat/MsgPackDocument.h +usr/include/llvm/BinaryFormat/MsgPackReader.h +usr/include/llvm/BinaryFormat/MsgPackWriter.h +usr/include/llvm/BinaryFormat/Swift.def +usr/include/llvm/BinaryFormat/Swift.h +usr/include/llvm/BinaryFormat/Wasm.h +usr/include/llvm/BinaryFormat/WasmRelocs.def +usr/include/llvm/BinaryFormat/WasmTraits.h +usr/include/llvm/BinaryFormat/XCOFF.h +usr/include/llvm/Bitcode/BitcodeAnalyzer.h +usr/include/llvm/Bitcode/BitcodeCommon.h +usr/include/llvm/Bitcode/BitcodeConvenience.h +usr/include/llvm/Bitcode/BitcodeReader.h +usr/include/llvm/Bitcode/BitcodeWriter.h +usr/include/llvm/Bitcode/BitcodeWriterPass.h +usr/include/llvm/Bitcode/LLVMBitCodes.h +usr/include/llvm/Bitstream/BitCodeEnums.h +usr/include/llvm/Bitstream/BitCodes.h +usr/include/llvm/Bitstream/BitstreamReader.h +usr/include/llvm/Bitstream/BitstreamWriter.h +usr/include/llvm/CodeGen/AccelTable.h +usr/include/llvm/CodeGen/Analysis.h +usr/include/llvm/CodeGen/AntiDepBreaker.h +usr/include/llvm/CodeGen/AsmPrinter.h +usr/include/llvm/CodeGen/AsmPrinterHandler.h +usr/include/llvm/CodeGen/AssignmentTrackingAnalysis.h +usr/include/llvm/CodeGen/AtomicExpandUtils.h +usr/include/llvm/CodeGen/BasicBlockSectionUtils.h +usr/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h +usr/include/llvm/CodeGen/BasicTTIImpl.h +usr/include/llvm/CodeGen/ByteProvider.h +usr/include/llvm/CodeGen/CFIFixup.h +usr/include/llvm/CodeGen/CSEConfigBase.h +usr/include/llvm/CodeGen/CalcSpillWeights.h +usr/include/llvm/CodeGen/CallBrPrepare.h +usr/include/llvm/CodeGen/CallingConvLower.h +usr/include/llvm/CodeGen/CodeGenCommonISel.h +usr/include/llvm/CodeGen/CodeGenPassBuilder.h +usr/include/llvm/CodeGen/CodeGenPrepare.h +usr/include/llvm/CodeGen/CommandFlags.h +usr/include/llvm/CodeGen/ComplexDeinterleavingPass.h +usr/include/llvm/CodeGen/CostTable.h +usr/include/llvm/CodeGen/DAGCombine.h +usr/include/llvm/CodeGen/DFAPacketizer.h +usr/include/llvm/CodeGen/DIE.h +usr/include/llvm/CodeGen/DIEValue.def +usr/include/llvm/CodeGen/DbgEntityHistoryCalculator.h +usr/include/llvm/CodeGen/DebugHandlerBase.h +usr/include/llvm/CodeGen/DetectDeadLanes.h +usr/include/llvm/CodeGen/DwarfEHPrepare.h +usr/include/llvm/CodeGen/DwarfStringPoolEntry.h +usr/include/llvm/CodeGen/EdgeBundles.h +usr/include/llvm/CodeGen/ExecutionDomainFix.h +usr/include/llvm/CodeGen/ExpandLargeDivRem.h +usr/include/llvm/CodeGen/ExpandLargeFpConvert.h +usr/include/llvm/CodeGen/ExpandMemCmp.h +usr/include/llvm/CodeGen/ExpandReductions.h +usr/include/llvm/CodeGen/ExpandVectorPredication.h +usr/include/llvm/CodeGen/FastISel.h +usr/include/llvm/CodeGen/FaultMaps.h +usr/include/llvm/CodeGen/FunctionLoweringInfo.h +usr/include/llvm/CodeGen/GCMetadata.h +usr/include/llvm/CodeGen/GCMetadataPrinter.h +usr/include/llvm/CodeGen/GenVT.inc +usr/include/llvm/CodeGen/GlobalISel/CSEInfo.h +usr/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h +usr/include/llvm/CodeGen/GlobalISel/CallLowering.h +usr/include/llvm/CodeGen/GlobalISel/Combiner.h +usr/include/llvm/CodeGen/GlobalISel/CombinerHelper.h +usr/include/llvm/CodeGen/GlobalISel/CombinerInfo.h +usr/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h +usr/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h +usr/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h +usr/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h +usr/include/llvm/CodeGen/GlobalISel/GISelWorkList.h +usr/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h +usr/include/llvm/CodeGen/GlobalISel/IRTranslator.h +usr/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h +usr/include/llvm/CodeGen/GlobalISel/InstructionSelect.h +usr/include/llvm/CodeGen/GlobalISel/InstructionSelector.h +usr/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h +usr/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h +usr/include/llvm/CodeGen/GlobalISel/Legalizer.h +usr/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h +usr/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h +usr/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h +usr/include/llvm/CodeGen/GlobalISel/Localizer.h +usr/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h +usr/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h +usr/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h +usr/include/llvm/CodeGen/GlobalISel/RegBankSelect.h +usr/include/llvm/CodeGen/GlobalISel/Utils.h +usr/include/llvm/CodeGen/GlobalMerge.h +usr/include/llvm/CodeGen/HardwareLoops.h +usr/include/llvm/CodeGen/ISDOpcodes.h +usr/include/llvm/CodeGen/IndirectBrExpand.h +usr/include/llvm/CodeGen/IndirectThunks.h +usr/include/llvm/CodeGen/InterleavedAccess.h +usr/include/llvm/CodeGen/InterleavedLoadCombine.h +usr/include/llvm/CodeGen/IntrinsicLowering.h +usr/include/llvm/CodeGen/JMCInstrumenter.h +usr/include/llvm/CodeGen/LatencyPriorityQueue.h +usr/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h +usr/include/llvm/CodeGen/LexicalScopes.h +usr/include/llvm/CodeGen/LinkAllAsmWriterComponents.h +usr/include/llvm/CodeGen/LinkAllCodegenComponents.h +usr/include/llvm/CodeGen/LiveInterval.h +usr/include/llvm/CodeGen/LiveIntervalCalc.h +usr/include/llvm/CodeGen/LiveIntervalUnion.h +usr/include/llvm/CodeGen/LiveIntervals.h +usr/include/llvm/CodeGen/LivePhysRegs.h +usr/include/llvm/CodeGen/LiveRangeCalc.h +usr/include/llvm/CodeGen/LiveRangeEdit.h +usr/include/llvm/CodeGen/LiveRegMatrix.h +usr/include/llvm/CodeGen/LiveRegUnits.h +usr/include/llvm/CodeGen/LiveStacks.h +usr/include/llvm/CodeGen/LiveVariables.h +usr/include/llvm/CodeGen/LoopTraversal.h +usr/include/llvm/CodeGen/LowLevelType.h +usr/include/llvm/CodeGen/LowLevelTypeUtils.h +usr/include/llvm/CodeGen/LowerEmuTLS.h +usr/include/llvm/CodeGen/MBFIWrapper.h +usr/include/llvm/CodeGen/MIRFSDiscriminator.h +usr/include/llvm/CodeGen/MIRFormatter.h +usr/include/llvm/CodeGen/MIRParser/MIParser.h +usr/include/llvm/CodeGen/MIRParser/MIRParser.h +usr/include/llvm/CodeGen/MIRPrinter.h +usr/include/llvm/CodeGen/MIRSampleProfile.h +usr/include/llvm/CodeGen/MIRYamlMapping.h +usr/include/llvm/CodeGen/MachORelocation.h +usr/include/llvm/CodeGen/MachineBasicBlock.h +usr/include/llvm/CodeGen/MachineBlockFrequencyInfo.h +usr/include/llvm/CodeGen/MachineBranchProbabilityInfo.h +usr/include/llvm/CodeGen/MachineCFGPrinter.h +usr/include/llvm/CodeGen/MachineCombinerPattern.h +usr/include/llvm/CodeGen/MachineConstantPool.h +usr/include/llvm/CodeGen/MachineCycleAnalysis.h +usr/include/llvm/CodeGen/MachineDominanceFrontier.h +usr/include/llvm/CodeGen/MachineDominators.h +usr/include/llvm/CodeGen/MachineFrameInfo.h +usr/include/llvm/CodeGen/MachineFunction.h +usr/include/llvm/CodeGen/MachineFunctionPass.h +usr/include/llvm/CodeGen/MachineInstr.h +usr/include/llvm/CodeGen/MachineInstrBuilder.h +usr/include/llvm/CodeGen/MachineInstrBundle.h +usr/include/llvm/CodeGen/MachineInstrBundleIterator.h +usr/include/llvm/CodeGen/MachineJumpTableInfo.h +usr/include/llvm/CodeGen/MachineLoopInfo.h +usr/include/llvm/CodeGen/MachineLoopUtils.h +usr/include/llvm/CodeGen/MachineMemOperand.h +usr/include/llvm/CodeGen/MachineModuleInfo.h +usr/include/llvm/CodeGen/MachineModuleInfoImpls.h +usr/include/llvm/CodeGen/MachineModuleSlotTracker.h +usr/include/llvm/CodeGen/MachineOperand.h +usr/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h +usr/include/llvm/CodeGen/MachineOutliner.h +usr/include/llvm/CodeGen/MachinePassManager.h +usr/include/llvm/CodeGen/MachinePassRegistry.def +usr/include/llvm/CodeGen/MachinePassRegistry.h +usr/include/llvm/CodeGen/MachinePipeliner.h +usr/include/llvm/CodeGen/MachinePostDominators.h +usr/include/llvm/CodeGen/MachineRegionInfo.h +usr/include/llvm/CodeGen/MachineRegisterInfo.h +usr/include/llvm/CodeGen/MachineSSAContext.h +usr/include/llvm/CodeGen/MachineSSAUpdater.h +usr/include/llvm/CodeGen/MachineScheduler.h +usr/include/llvm/CodeGen/MachineSizeOpts.h +usr/include/llvm/CodeGen/MachineStableHash.h +usr/include/llvm/CodeGen/MachineTraceMetrics.h +usr/include/llvm/CodeGen/MachineUniformityAnalysis.h +usr/include/llvm/CodeGen/MachineValueType.h +usr/include/llvm/CodeGen/MacroFusion.h +usr/include/llvm/CodeGen/ModuloSchedule.h +usr/include/llvm/CodeGen/MultiHazardRecognizer.h +usr/include/llvm/CodeGen/NonRelocatableStringpool.h +usr/include/llvm/CodeGen/PBQP/CostAllocator.h +usr/include/llvm/CodeGen/PBQP/Graph.h +usr/include/llvm/CodeGen/PBQP/Math.h +usr/include/llvm/CodeGen/PBQP/ReductionRules.h +usr/include/llvm/CodeGen/PBQP/Solution.h +usr/include/llvm/CodeGen/PBQPRAConstraint.h +usr/include/llvm/CodeGen/ParallelCG.h +usr/include/llvm/CodeGen/Passes.h +usr/include/llvm/CodeGen/PreISelIntrinsicLowering.h +usr/include/llvm/CodeGen/PseudoSourceValue.h +usr/include/llvm/CodeGen/PseudoSourceValueManager.h +usr/include/llvm/CodeGen/RDFGraph.h +usr/include/llvm/CodeGen/RDFLiveness.h +usr/include/llvm/CodeGen/RDFRegisters.h +usr/include/llvm/CodeGen/ReachingDefAnalysis.h +usr/include/llvm/CodeGen/RegAllocCommon.h +usr/include/llvm/CodeGen/RegAllocPBQP.h +usr/include/llvm/CodeGen/RegAllocRegistry.h +usr/include/llvm/CodeGen/Register.h +usr/include/llvm/CodeGen/RegisterBank.h +usr/include/llvm/CodeGen/RegisterBankInfo.h +usr/include/llvm/CodeGen/RegisterClassInfo.h +usr/include/llvm/CodeGen/RegisterPressure.h +usr/include/llvm/CodeGen/RegisterScavenging.h +usr/include/llvm/CodeGen/RegisterUsageInfo.h +usr/include/llvm/CodeGen/ReplaceWithVeclib.h +usr/include/llvm/CodeGen/ResourcePriorityQueue.h +usr/include/llvm/CodeGen/RuntimeLibcalls.h +usr/include/llvm/CodeGen/SDNodeProperties.td +usr/include/llvm/CodeGen/SafeStack.h +usr/include/llvm/CodeGen/ScheduleDAG.h +usr/include/llvm/CodeGen/ScheduleDAGInstrs.h +usr/include/llvm/CodeGen/ScheduleDAGMutation.h +usr/include/llvm/CodeGen/ScheduleDFS.h +usr/include/llvm/CodeGen/ScheduleHazardRecognizer.h +usr/include/llvm/CodeGen/SchedulerRegistry.h +usr/include/llvm/CodeGen/ScoreboardHazardRecognizer.h +usr/include/llvm/CodeGen/SelectOptimize.h +usr/include/llvm/CodeGen/SelectionDAG.h +usr/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h +usr/include/llvm/CodeGen/SelectionDAGISel.h +usr/include/llvm/CodeGen/SelectionDAGNodes.h +usr/include/llvm/CodeGen/SelectionDAGTargetInfo.h +usr/include/llvm/CodeGen/ShadowStackGCLowering.h +usr/include/llvm/CodeGen/SjLjEHPrepare.h +usr/include/llvm/CodeGen/SlotIndexes.h +usr/include/llvm/CodeGen/Spiller.h +usr/include/llvm/CodeGen/StackMaps.h +usr/include/llvm/CodeGen/StackProtector.h +usr/include/llvm/CodeGen/SwiftErrorValueTracking.h +usr/include/llvm/CodeGen/SwitchLoweringUtils.h +usr/include/llvm/CodeGen/TailDuplicator.h +usr/include/llvm/CodeGen/TargetCallingConv.h +usr/include/llvm/CodeGen/TargetFrameLowering.h +usr/include/llvm/CodeGen/TargetInstrInfo.h +usr/include/llvm/CodeGen/TargetLowering.h +usr/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h +usr/include/llvm/CodeGen/TargetOpcodes.h +usr/include/llvm/CodeGen/TargetPassConfig.h +usr/include/llvm/CodeGen/TargetRegisterInfo.h +usr/include/llvm/CodeGen/TargetSchedule.h +usr/include/llvm/CodeGen/TargetSubtargetInfo.h +usr/include/llvm/CodeGen/TileShapeInfo.h +usr/include/llvm/CodeGen/TypePromotion.h +usr/include/llvm/CodeGen/UnreachableBlockElim.h +usr/include/llvm/CodeGen/VLIWMachineScheduler.h +usr/include/llvm/CodeGen/ValueTypes.h +usr/include/llvm/CodeGen/ValueTypes.td +usr/include/llvm/CodeGen/VirtRegMap.h +usr/include/llvm/CodeGen/WasmEHFuncInfo.h +usr/include/llvm/CodeGen/WasmEHPrepare.h +usr/include/llvm/CodeGen/WinEHFuncInfo.h +usr/include/llvm/CodeGen/WinEHPrepare.h +usr/include/llvm/Config/AsmParsers.def +usr/include/llvm/Config/AsmPrinters.def +usr/include/llvm/Config/Disassemblers.def +usr/include/llvm/Config/TargetExegesis.def +usr/include/llvm/Config/TargetMCAs.def +usr/include/llvm/Config/Targets.def +usr/include/llvm/Config/abi-breaking.h +usr/include/llvm/Config/llvm-config-i386.h +usr/include/llvm/Config/llvm-config-x86_64.h +usr/include/llvm/Config/llvm-config.h +usr/include/llvm/DWARFLinker/AddressesMap.h +usr/include/llvm/DWARFLinker/Classic/DWARFLinker.h +usr/include/llvm/DWARFLinker/Classic/DWARFLinkerCompileUnit.h +usr/include/llvm/DWARFLinker/Classic/DWARFLinkerDeclContext.h +usr/include/llvm/DWARFLinker/Classic/DWARFStreamer.h +usr/include/llvm/DWARFLinker/DWARFFile.h +usr/include/llvm/DWARFLinker/DWARFLinkerBase.h +usr/include/llvm/DWARFLinker/IndexedValuesMap.h +usr/include/llvm/DWARFLinker/Parallel/DWARFLinker.h +usr/include/llvm/DWARFLinker/StringPool.h +usr/include/llvm/DWARFLinker/Utils.h +usr/include/llvm/DWP/DWP.h +usr/include/llvm/DWP/DWPError.h +usr/include/llvm/DWP/DWPStringPool.h +usr/include/llvm/DebugInfo/BTF/BTF.def +usr/include/llvm/DebugInfo/BTF/BTF.h +usr/include/llvm/DebugInfo/BTF/BTFContext.h +usr/include/llvm/DebugInfo/BTF/BTFParser.h +usr/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h +usr/include/llvm/DebugInfo/CodeView/CVRecord.h +usr/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h +usr/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h +usr/include/llvm/DebugInfo/CodeView/CodeView.h +usr/include/llvm/DebugInfo/CodeView/CodeViewError.h +usr/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h +usr/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def +usr/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def +usr/include/llvm/DebugInfo/CodeView/CodeViewTypes.def +usr/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h +usr/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h +usr/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h +usr/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h +usr/include/llvm/DebugInfo/CodeView/EnumTables.h +usr/include/llvm/DebugInfo/CodeView/Formatters.h +usr/include/llvm/DebugInfo/CodeView/FunctionId.h +usr/include/llvm/DebugInfo/CodeView/GUID.h +usr/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h +usr/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h +usr/include/llvm/DebugInfo/CodeView/Line.h +usr/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h +usr/include/llvm/DebugInfo/CodeView/RecordName.h +usr/include/llvm/DebugInfo/CodeView/RecordSerialization.h +usr/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h +usr/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h +usr/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h +usr/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h +usr/include/llvm/DebugInfo/CodeView/SymbolDumper.h +usr/include/llvm/DebugInfo/CodeView/SymbolRecord.h +usr/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h +usr/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h +usr/include/llvm/DebugInfo/CodeView/SymbolSerializer.h +usr/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h +usr/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h +usr/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h +usr/include/llvm/DebugInfo/CodeView/TypeCollection.h +usr/include/llvm/DebugInfo/CodeView/TypeDeserializer.h +usr/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h +usr/include/llvm/DebugInfo/CodeView/TypeHashing.h +usr/include/llvm/DebugInfo/CodeView/TypeIndex.h +usr/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h +usr/include/llvm/DebugInfo/CodeView/TypeRecord.h +usr/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h +usr/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h +usr/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h +usr/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h +usr/include/llvm/DebugInfo/CodeView/TypeTableCollection.h +usr/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h +usr/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h +usr/include/llvm/DebugInfo/DIContext.h +usr/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h +usr/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h +usr/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h +usr/include/llvm/DebugInfo/DWARF/DWARFAttribute.h +usr/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h +usr/include/llvm/DebugInfo/DWARF/DWARFContext.h +usr/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h +usr/include/llvm/DebugInfo/DWARF/DWARFDie.h +usr/include/llvm/DebugInfo/DWARF/DWARFExpression.h +usr/include/llvm/DebugInfo/DWARF/DWARFFormValue.h +usr/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h +usr/include/llvm/DebugInfo/DWARF/DWARFListTable.h +usr/include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h +usr/include/llvm/DebugInfo/DWARF/DWARFObject.h +usr/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h +usr/include/llvm/DebugInfo/DWARF/DWARFSection.h +usr/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h +usr/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h +usr/include/llvm/DebugInfo/DWARF/DWARFUnit.h +usr/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h +usr/include/llvm/DebugInfo/DWARF/DWARFVerifier.h +usr/include/llvm/DebugInfo/GSYM/DwarfTransformer.h +usr/include/llvm/DebugInfo/GSYM/ExtractRanges.h +usr/include/llvm/DebugInfo/GSYM/FileEntry.h +usr/include/llvm/DebugInfo/GSYM/FileWriter.h +usr/include/llvm/DebugInfo/GSYM/FunctionInfo.h +usr/include/llvm/DebugInfo/GSYM/GsymCreator.h +usr/include/llvm/DebugInfo/GSYM/GsymReader.h +usr/include/llvm/DebugInfo/GSYM/Header.h +usr/include/llvm/DebugInfo/GSYM/InlineInfo.h +usr/include/llvm/DebugInfo/GSYM/LineEntry.h +usr/include/llvm/DebugInfo/GSYM/LineTable.h +usr/include/llvm/DebugInfo/GSYM/LookupResult.h +usr/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h +usr/include/llvm/DebugInfo/GSYM/StringTable.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVCompare.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVElement.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVLine.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVLocation.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVObject.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVOptions.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVRange.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVReader.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVScope.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVSort.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVStringPool.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVSymbol.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVType.h +usr/include/llvm/DebugInfo/LogicalView/LVReaderHandler.h +usr/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h +usr/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h +usr/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h +usr/include/llvm/DebugInfo/LogicalView/Readers/LVELFReader.h +usr/include/llvm/DebugInfo/MSF/IMSFFile.h +usr/include/llvm/DebugInfo/MSF/MSFBuilder.h +usr/include/llvm/DebugInfo/MSF/MSFCommon.h +usr/include/llvm/DebugInfo/MSF/MSFError.h +usr/include/llvm/DebugInfo/MSF/MappedBlockStream.h +usr/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h +usr/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAError.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h +usr/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h +usr/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h +usr/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h +usr/include/llvm/DebugInfo/PDB/DIA/DIASession.h +usr/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h +usr/include/llvm/DebugInfo/PDB/DIA/DIASupport.h +usr/include/llvm/DebugInfo/PDB/DIA/DIATable.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h +usr/include/llvm/DebugInfo/PDB/GenericError.h +usr/include/llvm/DebugInfo/PDB/IPDBDataStream.h +usr/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h +usr/include/llvm/DebugInfo/PDB/IPDBFrameData.h +usr/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h +usr/include/llvm/DebugInfo/PDB/IPDBLineNumber.h +usr/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h +usr/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h +usr/include/llvm/DebugInfo/PDB/IPDBSession.h +usr/include/llvm/DebugInfo/PDB/IPDBSourceFile.h +usr/include/llvm/DebugInfo/PDB/IPDBTable.h +usr/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h +usr/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h +usr/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h +usr/include/llvm/DebugInfo/PDB/Native/DbiStream.h +usr/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h +usr/include/llvm/DebugInfo/PDB/Native/EnumTables.h +usr/include/llvm/DebugInfo/PDB/Native/FormatUtil.h +usr/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h +usr/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h +usr/include/llvm/DebugInfo/PDB/Native/Hash.h +usr/include/llvm/DebugInfo/PDB/Native/HashTable.h +usr/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h +usr/include/llvm/DebugInfo/PDB/Native/InfoStream.h +usr/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h +usr/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h +usr/include/llvm/DebugInfo/PDB/Native/InputFile.h +usr/include/llvm/DebugInfo/PDB/Native/LinePrinter.h +usr/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h +usr/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h +usr/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h +usr/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h +usr/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h +usr/include/llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h +usr/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h +usr/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h +usr/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h +usr/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h +usr/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h +usr/include/llvm/DebugInfo/PDB/Native/NativeInlineSiteSymbol.h +usr/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h +usr/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h +usr/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h +usr/include/llvm/DebugInfo/PDB/Native/NativeSession.h +usr/include/llvm/DebugInfo/PDB/Native/NativeSourceFile.h +usr/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h +usr/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h +usr/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h +usr/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h +usr/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h +usr/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h +usr/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h +usr/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h +usr/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h +usr/include/llvm/DebugInfo/PDB/Native/PDBFile.h +usr/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h +usr/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h +usr/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h +usr/include/llvm/DebugInfo/PDB/Native/PublicsStream.h +usr/include/llvm/DebugInfo/PDB/Native/RawConstants.h +usr/include/llvm/DebugInfo/PDB/Native/RawError.h +usr/include/llvm/DebugInfo/PDB/Native/RawTypes.h +usr/include/llvm/DebugInfo/PDB/Native/SymbolCache.h +usr/include/llvm/DebugInfo/PDB/Native/SymbolStream.h +usr/include/llvm/DebugInfo/PDB/Native/TpiHashing.h +usr/include/llvm/DebugInfo/PDB/Native/TpiStream.h +usr/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h +usr/include/llvm/DebugInfo/PDB/PDB.h +usr/include/llvm/DebugInfo/PDB/PDBContext.h +usr/include/llvm/DebugInfo/PDB/PDBExtras.h +usr/include/llvm/DebugInfo/PDB/PDBSymDumper.h +usr/include/llvm/DebugInfo/PDB/PDBSymbol.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolData.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolExe.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h +usr/include/llvm/DebugInfo/PDB/PDBTypes.h +usr/include/llvm/DebugInfo/PDB/UDTLayout.h +usr/include/llvm/DebugInfo/Symbolize/DIPrinter.h +usr/include/llvm/DebugInfo/Symbolize/Markup.h +usr/include/llvm/DebugInfo/Symbolize/MarkupFilter.h +usr/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h +usr/include/llvm/DebugInfo/Symbolize/SymbolizableObjectFile.h +usr/include/llvm/DebugInfo/Symbolize/Symbolize.h +usr/include/llvm/Debuginfod/BuildIDFetcher.h +usr/include/llvm/Debuginfod/Debuginfod.h +usr/include/llvm/Debuginfod/HTTPClient.h +usr/include/llvm/Debuginfod/HTTPServer.h +usr/include/llvm/Demangle/Demangle.h +usr/include/llvm/Demangle/DemangleConfig.h +usr/include/llvm/Demangle/ItaniumDemangle.h +usr/include/llvm/Demangle/ItaniumNodes.def +usr/include/llvm/Demangle/MicrosoftDemangle.h +usr/include/llvm/Demangle/MicrosoftDemangleNodes.h +usr/include/llvm/Demangle/StringViewExtras.h +usr/include/llvm/Demangle/Utility.h +usr/include/llvm/ExecutionEngine/ExecutionEngine.h +usr/include/llvm/ExecutionEngine/GenericValue.h +usr/include/llvm/ExecutionEngine/Interpreter.h +usr/include/llvm/ExecutionEngine/JITEventListener.h +usr/include/llvm/ExecutionEngine/JITLink/COFF.h +usr/include/llvm/ExecutionEngine/JITLink/COFF_x86_64.h +usr/include/llvm/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.h +usr/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h +usr/include/llvm/ExecutionEngine/JITLink/ELF.h +usr/include/llvm/ExecutionEngine/JITLink/ELF_aarch32.h +usr/include/llvm/ExecutionEngine/JITLink/ELF_aarch64.h +usr/include/llvm/ExecutionEngine/JITLink/ELF_i386.h +usr/include/llvm/ExecutionEngine/JITLink/ELF_loongarch.h +usr/include/llvm/ExecutionEngine/JITLink/ELF_ppc64.h +usr/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h +usr/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h +usr/include/llvm/ExecutionEngine/JITLink/JITLink.h +usr/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h +usr/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h +usr/include/llvm/ExecutionEngine/JITLink/MachO.h +usr/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h +usr/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h +usr/include/llvm/ExecutionEngine/JITLink/TableManager.h +usr/include/llvm/ExecutionEngine/JITLink/aarch32.h +usr/include/llvm/ExecutionEngine/JITLink/aarch64.h +usr/include/llvm/ExecutionEngine/JITLink/i386.h +usr/include/llvm/ExecutionEngine/JITLink/loongarch.h +usr/include/llvm/ExecutionEngine/JITLink/ppc64.h +usr/include/llvm/ExecutionEngine/JITLink/riscv.h +usr/include/llvm/ExecutionEngine/JITLink/x86_64.h +usr/include/llvm/ExecutionEngine/JITSymbol.h +usr/include/llvm/ExecutionEngine/MCJIT.h +usr/include/llvm/ExecutionEngine/OProfileWrapper.h +usr/include/llvm/ExecutionEngine/ObjectCache.h +usr/include/llvm/ExecutionEngine/Orc/COFFPlatform.h +usr/include/llvm/ExecutionEngine/Orc/COFFVCRuntimeSupport.h +usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h +usr/include/llvm/ExecutionEngine/Orc/CompileUtils.h +usr/include/llvm/ExecutionEngine/Orc/Core.h +usr/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h +usr/include/llvm/ExecutionEngine/Orc/DebugUtils.h +usr/include/llvm/ExecutionEngine/Orc/Debugging/DebugInfoSupport.h +usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h +usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h +usr/include/llvm/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.h +usr/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h +usr/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h +usr/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h +usr/include/llvm/ExecutionEngine/Orc/EPCEHFrameRegistrar.h +usr/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h +usr/include/llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h +usr/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h +usr/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h +usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h +usr/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h +usr/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h +usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h +usr/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h +usr/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h +usr/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h +usr/include/llvm/ExecutionEngine/Orc/LLJIT.h +usr/include/llvm/ExecutionEngine/Orc/Layer.h +usr/include/llvm/ExecutionEngine/Orc/LazyReexports.h +usr/include/llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.h +usr/include/llvm/ExecutionEngine/Orc/MachOBuilder.h +usr/include/llvm/ExecutionEngine/Orc/MachOPlatform.h +usr/include/llvm/ExecutionEngine/Orc/Mangling.h +usr/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h +usr/include/llvm/ExecutionEngine/Orc/MemoryMapper.h +usr/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h +usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h +usr/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h +usr/include/llvm/ExecutionEngine/Orc/OrcABISupport.h +usr/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h +usr/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h +usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h +usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h +usr/include/llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h +usr/include/llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h +usr/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h +usr/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h +usr/include/llvm/ExecutionEngine/Orc/Shared/PerfSharedStructs.h +usr/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h +usr/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h +usr/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h +usr/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h +usr/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h +usr/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h +usr/include/llvm/ExecutionEngine/Orc/Speculation.h +usr/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h +usr/include/llvm/ExecutionEngine/Orc/TaskDispatch.h +usr/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h +usr/include/llvm/ExecutionEngine/RTDyldMemoryManager.h +usr/include/llvm/ExecutionEngine/RuntimeDyld.h +usr/include/llvm/ExecutionEngine/RuntimeDyldChecker.h +usr/include/llvm/ExecutionEngine/SectionMemoryManager.h +usr/include/llvm/FileCheck/FileCheck.h +usr/include/llvm/Frontend/Debug/Options.h +usr/include/llvm/Frontend/Directive/DirectiveBase.td +usr/include/llvm/Frontend/Driver/CodeGenOptions.h +usr/include/llvm/Frontend/HLSL/HLSLResource.h +usr/include/llvm/Frontend/Offloading/OffloadWrapper.h +usr/include/llvm/Frontend/Offloading/Utility.h +usr/include/llvm/Frontend/OpenACC/ACC.h.inc +usr/include/llvm/Frontend/OpenACC/ACC.inc +usr/include/llvm/Frontend/OpenACC/ACC.td +usr/include/llvm/Frontend/OpenMP/OMP.h.inc +usr/include/llvm/Frontend/OpenMP/OMP.inc +usr/include/llvm/Frontend/OpenMP/OMP.td +usr/include/llvm/Frontend/OpenMP/OMPAssume.h +usr/include/llvm/Frontend/OpenMP/OMPConstants.h +usr/include/llvm/Frontend/OpenMP/OMPContext.h +usr/include/llvm/Frontend/OpenMP/OMPDeviceConstants.h +usr/include/llvm/Frontend/OpenMP/OMPGridValues.h +usr/include/llvm/Frontend/OpenMP/OMPIRBuilder.h +usr/include/llvm/Frontend/OpenMP/OMPKinds.def +usr/include/llvm/FuzzMutate/FuzzerCLI.h +usr/include/llvm/FuzzMutate/IRMutator.h +usr/include/llvm/FuzzMutate/OpDescriptor.h +usr/include/llvm/FuzzMutate/Operations.h +usr/include/llvm/FuzzMutate/Random.h +usr/include/llvm/FuzzMutate/RandomIRBuilder.h +usr/include/llvm/IR/AbstractCallSite.h +usr/include/llvm/IR/Argument.h +usr/include/llvm/IR/AssemblyAnnotationWriter.h +usr/include/llvm/IR/Assumptions.h +usr/include/llvm/IR/AttributeMask.h +usr/include/llvm/IR/Attributes.h +usr/include/llvm/IR/Attributes.inc +usr/include/llvm/IR/Attributes.td +usr/include/llvm/IR/AutoUpgrade.h +usr/include/llvm/IR/BasicBlock.h +usr/include/llvm/IR/BuiltinGCs.h +usr/include/llvm/IR/CFG.h +usr/include/llvm/IR/CallingConv.h +usr/include/llvm/IR/Comdat.h +usr/include/llvm/IR/Constant.h +usr/include/llvm/IR/ConstantFold.h +usr/include/llvm/IR/ConstantFolder.h +usr/include/llvm/IR/ConstantRange.h +usr/include/llvm/IR/Constants.h +usr/include/llvm/IR/ConstrainedOps.def +usr/include/llvm/IR/ConvergenceVerifier.h +usr/include/llvm/IR/CycleInfo.h +usr/include/llvm/IR/DIBuilder.h +usr/include/llvm/IR/DataLayout.h +usr/include/llvm/IR/DebugInfo.h +usr/include/llvm/IR/DebugInfoFlags.def +usr/include/llvm/IR/DebugInfoMetadata.h +usr/include/llvm/IR/DebugLoc.h +usr/include/llvm/IR/DebugProgramInstruction.h +usr/include/llvm/IR/DerivedTypes.h +usr/include/llvm/IR/DerivedUser.h +usr/include/llvm/IR/DiagnosticHandler.h +usr/include/llvm/IR/DiagnosticInfo.h +usr/include/llvm/IR/DiagnosticPrinter.h +usr/include/llvm/IR/Dominators.h +usr/include/llvm/IR/EHPersonalities.h +usr/include/llvm/IR/FMF.h +usr/include/llvm/IR/FPEnv.h +usr/include/llvm/IR/FixedMetadataKinds.def +usr/include/llvm/IR/FixedPointBuilder.h +usr/include/llvm/IR/Function.h +usr/include/llvm/IR/GCStrategy.h +usr/include/llvm/IR/GVMaterializer.h +usr/include/llvm/IR/GenericConvergenceVerifierImpl.h +usr/include/llvm/IR/GetElementPtrTypeIterator.h +usr/include/llvm/IR/GlobalAlias.h +usr/include/llvm/IR/GlobalIFunc.h +usr/include/llvm/IR/GlobalObject.h +usr/include/llvm/IR/GlobalValue.h +usr/include/llvm/IR/GlobalVariable.h +usr/include/llvm/IR/IRBuilder.h +usr/include/llvm/IR/IRBuilderFolder.h +usr/include/llvm/IR/IRPrintingPasses.h +usr/include/llvm/IR/InlineAsm.h +usr/include/llvm/IR/InstIterator.h +usr/include/llvm/IR/InstVisitor.h +usr/include/llvm/IR/InstrTypes.h +usr/include/llvm/IR/Instruction.def +usr/include/llvm/IR/Instruction.h +usr/include/llvm/IR/Instructions.h +usr/include/llvm/IR/IntrinsicEnums.inc +usr/include/llvm/IR/IntrinsicImpl.inc +usr/include/llvm/IR/IntrinsicInst.h +usr/include/llvm/IR/Intrinsics.h +usr/include/llvm/IR/Intrinsics.td +usr/include/llvm/IR/IntrinsicsAArch64.h +usr/include/llvm/IR/IntrinsicsAArch64.td +usr/include/llvm/IR/IntrinsicsAMDGPU.h +usr/include/llvm/IR/IntrinsicsAMDGPU.td +usr/include/llvm/IR/IntrinsicsARM.h +usr/include/llvm/IR/IntrinsicsARM.td +usr/include/llvm/IR/IntrinsicsBPF.h +usr/include/llvm/IR/IntrinsicsBPF.td +usr/include/llvm/IR/IntrinsicsDirectX.h +usr/include/llvm/IR/IntrinsicsDirectX.td +usr/include/llvm/IR/IntrinsicsHexagon.h +usr/include/llvm/IR/IntrinsicsHexagon.td +usr/include/llvm/IR/IntrinsicsHexagonDep.td +usr/include/llvm/IR/IntrinsicsLoongArch.h +usr/include/llvm/IR/IntrinsicsLoongArch.td +usr/include/llvm/IR/IntrinsicsMips.h +usr/include/llvm/IR/IntrinsicsMips.td +usr/include/llvm/IR/IntrinsicsNVPTX.h +usr/include/llvm/IR/IntrinsicsNVVM.td +usr/include/llvm/IR/IntrinsicsPowerPC.h +usr/include/llvm/IR/IntrinsicsPowerPC.td +usr/include/llvm/IR/IntrinsicsR600.h +usr/include/llvm/IR/IntrinsicsRISCV.h +usr/include/llvm/IR/IntrinsicsRISCV.td +usr/include/llvm/IR/IntrinsicsRISCVXCV.td +usr/include/llvm/IR/IntrinsicsRISCVXTHead.td +usr/include/llvm/IR/IntrinsicsRISCVXsf.td +usr/include/llvm/IR/IntrinsicsS390.h +usr/include/llvm/IR/IntrinsicsSPIRV.h +usr/include/llvm/IR/IntrinsicsSPIRV.td +usr/include/llvm/IR/IntrinsicsSystemZ.td +usr/include/llvm/IR/IntrinsicsVE.h +usr/include/llvm/IR/IntrinsicsVE.td +usr/include/llvm/IR/IntrinsicsVEVL.gen.td +usr/include/llvm/IR/IntrinsicsWebAssembly.h +usr/include/llvm/IR/IntrinsicsWebAssembly.td +usr/include/llvm/IR/IntrinsicsX86.h +usr/include/llvm/IR/IntrinsicsX86.td +usr/include/llvm/IR/IntrinsicsXCore.h +usr/include/llvm/IR/IntrinsicsXCore.td +usr/include/llvm/IR/LLVMContext.h +usr/include/llvm/IR/LLVMRemarkStreamer.h +usr/include/llvm/IR/LegacyPassManager.h +usr/include/llvm/IR/LegacyPassManagers.h +usr/include/llvm/IR/LegacyPassNameParser.h +usr/include/llvm/IR/MDBuilder.h +usr/include/llvm/IR/Mangler.h +usr/include/llvm/IR/MatrixBuilder.h +usr/include/llvm/IR/Metadata.def +usr/include/llvm/IR/Metadata.h +usr/include/llvm/IR/Module.h +usr/include/llvm/IR/ModuleSlotTracker.h +usr/include/llvm/IR/ModuleSummaryIndex.h +usr/include/llvm/IR/ModuleSummaryIndexYAML.h +usr/include/llvm/IR/NoFolder.h +usr/include/llvm/IR/OperandTraits.h +usr/include/llvm/IR/Operator.h +usr/include/llvm/IR/OptBisect.h +usr/include/llvm/IR/PassInstrumentation.h +usr/include/llvm/IR/PassManager.h +usr/include/llvm/IR/PassManagerImpl.h +usr/include/llvm/IR/PassManagerInternal.h +usr/include/llvm/IR/PassTimingInfo.h +usr/include/llvm/IR/PatternMatch.h +usr/include/llvm/IR/PredIteratorCache.h +usr/include/llvm/IR/PrintPasses.h +usr/include/llvm/IR/ProfDataUtils.h +usr/include/llvm/IR/ProfileSummary.h +usr/include/llvm/IR/PseudoProbe.h +usr/include/llvm/IR/ReplaceConstant.h +usr/include/llvm/IR/RuntimeLibcalls.def +usr/include/llvm/IR/SSAContext.h +usr/include/llvm/IR/SafepointIRVerifier.h +usr/include/llvm/IR/Statepoint.h +usr/include/llvm/IR/StructuralHash.h +usr/include/llvm/IR/SymbolTableListTraits.h +usr/include/llvm/IR/TrackingMDRef.h +usr/include/llvm/IR/Type.h +usr/include/llvm/IR/TypeFinder.h +usr/include/llvm/IR/TypedPointerType.h +usr/include/llvm/IR/Use.h +usr/include/llvm/IR/UseListOrder.h +usr/include/llvm/IR/User.h +usr/include/llvm/IR/VFABIDemangler.h +usr/include/llvm/IR/VPIntrinsics.def +usr/include/llvm/IR/Value.def +usr/include/llvm/IR/Value.h +usr/include/llvm/IR/ValueHandle.h +usr/include/llvm/IR/ValueMap.h +usr/include/llvm/IR/ValueSymbolTable.h +usr/include/llvm/IR/VectorBuilder.h +usr/include/llvm/IR/Verifier.h +usr/include/llvm/IRPrinter/IRPrintingPasses.h +usr/include/llvm/IRReader/IRReader.h +usr/include/llvm/InitializePasses.h +usr/include/llvm/InterfaceStub/ELFObjHandler.h +usr/include/llvm/InterfaceStub/IFSHandler.h +usr/include/llvm/InterfaceStub/IFSStub.h +usr/include/llvm/LTO/Config.h +usr/include/llvm/LTO/LTO.h +usr/include/llvm/LTO/LTOBackend.h +usr/include/llvm/LTO/SummaryBasedOptimizations.h +usr/include/llvm/LTO/legacy/LTOCodeGenerator.h +usr/include/llvm/LTO/legacy/LTOModule.h +usr/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h +usr/include/llvm/LTO/legacy/UpdateCompilerUsed.h +usr/include/llvm/LineEditor/LineEditor.h +usr/include/llvm/LinkAllIR.h +usr/include/llvm/LinkAllPasses.h +usr/include/llvm/Linker/IRMover.h +usr/include/llvm/Linker/Linker.h +usr/include/llvm/MC/ConstantPools.h +usr/include/llvm/MC/DXContainerPSVInfo.h +usr/include/llvm/MC/LaneBitmask.h +usr/include/llvm/MC/MCAsmBackend.h +usr/include/llvm/MC/MCAsmInfo.h +usr/include/llvm/MC/MCAsmInfoCOFF.h +usr/include/llvm/MC/MCAsmInfoDarwin.h +usr/include/llvm/MC/MCAsmInfoELF.h +usr/include/llvm/MC/MCAsmInfoGOFF.h +usr/include/llvm/MC/MCAsmInfoWasm.h +usr/include/llvm/MC/MCAsmInfoXCOFF.h +usr/include/llvm/MC/MCAsmLayout.h +usr/include/llvm/MC/MCAsmMacro.h +usr/include/llvm/MC/MCAssembler.h +usr/include/llvm/MC/MCCodeEmitter.h +usr/include/llvm/MC/MCCodeView.h +usr/include/llvm/MC/MCContext.h +usr/include/llvm/MC/MCDXContainerStreamer.h +usr/include/llvm/MC/MCDXContainerWriter.h +usr/include/llvm/MC/MCDecoderOps.h +usr/include/llvm/MC/MCDirectives.h +usr/include/llvm/MC/MCDisassembler/MCDisassembler.h +usr/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h +usr/include/llvm/MC/MCDisassembler/MCRelocationInfo.h +usr/include/llvm/MC/MCDisassembler/MCSymbolizer.h +usr/include/llvm/MC/MCDwarf.h +usr/include/llvm/MC/MCELFObjectWriter.h +usr/include/llvm/MC/MCELFStreamer.h +usr/include/llvm/MC/MCExpr.h +usr/include/llvm/MC/MCFixup.h +usr/include/llvm/MC/MCFixupKindInfo.h +usr/include/llvm/MC/MCFragment.h +usr/include/llvm/MC/MCGOFFObjectWriter.h +usr/include/llvm/MC/MCGOFFStreamer.h +usr/include/llvm/MC/MCInst.h +usr/include/llvm/MC/MCInstBuilder.h +usr/include/llvm/MC/MCInstPrinter.h +usr/include/llvm/MC/MCInstrAnalysis.h +usr/include/llvm/MC/MCInstrDesc.h +usr/include/llvm/MC/MCInstrInfo.h +usr/include/llvm/MC/MCInstrItineraries.h +usr/include/llvm/MC/MCLabel.h +usr/include/llvm/MC/MCLinkerOptimizationHint.h +usr/include/llvm/MC/MCMachObjectWriter.h +usr/include/llvm/MC/MCObjectFileInfo.h +usr/include/llvm/MC/MCObjectStreamer.h +usr/include/llvm/MC/MCObjectWriter.h +usr/include/llvm/MC/MCParser/AsmCond.h +usr/include/llvm/MC/MCParser/AsmLexer.h +usr/include/llvm/MC/MCParser/MCAsmLexer.h +usr/include/llvm/MC/MCParser/MCAsmParser.h +usr/include/llvm/MC/MCParser/MCAsmParserExtension.h +usr/include/llvm/MC/MCParser/MCAsmParserUtils.h +usr/include/llvm/MC/MCParser/MCParsedAsmOperand.h +usr/include/llvm/MC/MCParser/MCTargetAsmParser.h +usr/include/llvm/MC/MCPseudoProbe.h +usr/include/llvm/MC/MCRegister.h +usr/include/llvm/MC/MCRegisterInfo.h +usr/include/llvm/MC/MCSPIRVObjectWriter.h +usr/include/llvm/MC/MCSPIRVStreamer.h +usr/include/llvm/MC/MCSchedule.h +usr/include/llvm/MC/MCSection.h +usr/include/llvm/MC/MCSectionCOFF.h +usr/include/llvm/MC/MCSectionDXContainer.h +usr/include/llvm/MC/MCSectionELF.h +usr/include/llvm/MC/MCSectionGOFF.h +usr/include/llvm/MC/MCSectionMachO.h +usr/include/llvm/MC/MCSectionSPIRV.h +usr/include/llvm/MC/MCSectionWasm.h +usr/include/llvm/MC/MCSectionXCOFF.h +usr/include/llvm/MC/MCStreamer.h +usr/include/llvm/MC/MCSubtargetInfo.h +usr/include/llvm/MC/MCSymbol.h +usr/include/llvm/MC/MCSymbolCOFF.h +usr/include/llvm/MC/MCSymbolELF.h +usr/include/llvm/MC/MCSymbolGOFF.h +usr/include/llvm/MC/MCSymbolMachO.h +usr/include/llvm/MC/MCSymbolWasm.h +usr/include/llvm/MC/MCSymbolXCOFF.h +usr/include/llvm/MC/MCTargetOptions.h +usr/include/llvm/MC/MCTargetOptionsCommandFlags.h +usr/include/llvm/MC/MCValue.h +usr/include/llvm/MC/MCWasmObjectWriter.h +usr/include/llvm/MC/MCWasmStreamer.h +usr/include/llvm/MC/MCWin64EH.h +usr/include/llvm/MC/MCWinCOFFObjectWriter.h +usr/include/llvm/MC/MCWinCOFFStreamer.h +usr/include/llvm/MC/MCWinEH.h +usr/include/llvm/MC/MCXCOFFObjectWriter.h +usr/include/llvm/MC/MCXCOFFStreamer.h +usr/include/llvm/MC/MachineLocation.h +usr/include/llvm/MC/SectionKind.h +usr/include/llvm/MC/StringTableBuilder.h +usr/include/llvm/MC/TargetRegistry.h +usr/include/llvm/MCA/CodeEmitter.h +usr/include/llvm/MCA/Context.h +usr/include/llvm/MCA/CustomBehaviour.h +usr/include/llvm/MCA/HWEventListener.h +usr/include/llvm/MCA/HardwareUnits/HardwareUnit.h +usr/include/llvm/MCA/HardwareUnits/LSUnit.h +usr/include/llvm/MCA/HardwareUnits/RegisterFile.h +usr/include/llvm/MCA/HardwareUnits/ResourceManager.h +usr/include/llvm/MCA/HardwareUnits/RetireControlUnit.h +usr/include/llvm/MCA/HardwareUnits/Scheduler.h +usr/include/llvm/MCA/IncrementalSourceMgr.h +usr/include/llvm/MCA/InstrBuilder.h +usr/include/llvm/MCA/Instruction.h +usr/include/llvm/MCA/Pipeline.h +usr/include/llvm/MCA/SourceMgr.h +usr/include/llvm/MCA/Stages/DispatchStage.h +usr/include/llvm/MCA/Stages/EntryStage.h +usr/include/llvm/MCA/Stages/ExecuteStage.h +usr/include/llvm/MCA/Stages/InOrderIssueStage.h +usr/include/llvm/MCA/Stages/InstructionTables.h +usr/include/llvm/MCA/Stages/MicroOpQueueStage.h +usr/include/llvm/MCA/Stages/RetireStage.h +usr/include/llvm/MCA/Stages/Stage.h +usr/include/llvm/MCA/Support.h +usr/include/llvm/MCA/View.h +usr/include/llvm/ObjCopy/COFF/COFFConfig.h +usr/include/llvm/ObjCopy/COFF/COFFObjcopy.h +usr/include/llvm/ObjCopy/CommonConfig.h +usr/include/llvm/ObjCopy/ConfigManager.h +usr/include/llvm/ObjCopy/ELF/ELFConfig.h +usr/include/llvm/ObjCopy/ELF/ELFObjcopy.h +usr/include/llvm/ObjCopy/MachO/MachOConfig.h +usr/include/llvm/ObjCopy/MachO/MachOObjcopy.h +usr/include/llvm/ObjCopy/MultiFormatConfig.h +usr/include/llvm/ObjCopy/ObjCopy.h +usr/include/llvm/ObjCopy/XCOFF/XCOFFConfig.h +usr/include/llvm/ObjCopy/XCOFF/XCOFFObjcopy.h +usr/include/llvm/ObjCopy/wasm/WasmConfig.h +usr/include/llvm/ObjCopy/wasm/WasmObjcopy.h +usr/include/llvm/Object/Archive.h +usr/include/llvm/Object/ArchiveWriter.h +usr/include/llvm/Object/Binary.h +usr/include/llvm/Object/BuildID.h +usr/include/llvm/Object/COFF.h +usr/include/llvm/Object/COFFImportFile.h +usr/include/llvm/Object/COFFModuleDefinition.h +usr/include/llvm/Object/CVDebugRecord.h +usr/include/llvm/Object/DXContainer.h +usr/include/llvm/Object/Decompressor.h +usr/include/llvm/Object/ELF.h +usr/include/llvm/Object/ELFObjectFile.h +usr/include/llvm/Object/ELFTypes.h +usr/include/llvm/Object/Error.h +usr/include/llvm/Object/FaultMapParser.h +usr/include/llvm/Object/GOFF.h +usr/include/llvm/Object/GOFFObjectFile.h +usr/include/llvm/Object/IRObjectFile.h +usr/include/llvm/Object/IRSymtab.h +usr/include/llvm/Object/MachO.h +usr/include/llvm/Object/MachOUniversal.h +usr/include/llvm/Object/MachOUniversalWriter.h +usr/include/llvm/Object/Minidump.h +usr/include/llvm/Object/ModuleSymbolTable.h +usr/include/llvm/Object/ObjectFile.h +usr/include/llvm/Object/OffloadBinary.h +usr/include/llvm/Object/RelocationResolver.h +usr/include/llvm/Object/StackMapParser.h +usr/include/llvm/Object/SymbolSize.h +usr/include/llvm/Object/SymbolicFile.h +usr/include/llvm/Object/TapiFile.h +usr/include/llvm/Object/TapiUniversal.h +usr/include/llvm/Object/Wasm.h +usr/include/llvm/Object/WindowsMachineFlag.h +usr/include/llvm/Object/WindowsResource.h +usr/include/llvm/Object/XCOFFObjectFile.h +usr/include/llvm/ObjectYAML/ArchiveYAML.h +usr/include/llvm/ObjectYAML/COFFYAML.h +usr/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h +usr/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h +usr/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h +usr/include/llvm/ObjectYAML/CodeViewYAMLTypes.h +usr/include/llvm/ObjectYAML/DWARFEmitter.h +usr/include/llvm/ObjectYAML/DWARFYAML.h +usr/include/llvm/ObjectYAML/DXContainerYAML.h +usr/include/llvm/ObjectYAML/ELFYAML.h +usr/include/llvm/ObjectYAML/GOFFYAML.h +usr/include/llvm/ObjectYAML/MachOYAML.h +usr/include/llvm/ObjectYAML/MinidumpYAML.h +usr/include/llvm/ObjectYAML/ObjectYAML.h +usr/include/llvm/ObjectYAML/OffloadYAML.h +usr/include/llvm/ObjectYAML/WasmYAML.h +usr/include/llvm/ObjectYAML/XCOFFYAML.h +usr/include/llvm/ObjectYAML/YAML.h +usr/include/llvm/ObjectYAML/yaml2obj.h +usr/include/llvm/Option/Arg.h +usr/include/llvm/Option/ArgList.h +usr/include/llvm/Option/OptParser.td +usr/include/llvm/Option/OptSpecifier.h +usr/include/llvm/Option/OptTable.h +usr/include/llvm/Option/Option.h +usr/include/llvm/Pass.h +usr/include/llvm/PassAnalysisSupport.h +usr/include/llvm/PassInfo.h +usr/include/llvm/PassRegistry.h +usr/include/llvm/PassSupport.h +usr/include/llvm/Passes/OptimizationLevel.h +usr/include/llvm/Passes/PassBuilder.h +usr/include/llvm/Passes/PassPlugin.h +usr/include/llvm/Passes/StandardInstrumentations.h +usr/include/llvm/ProfileData/Coverage/CoverageMapping.h +usr/include/llvm/ProfileData/Coverage/CoverageMappingReader.h +usr/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h +usr/include/llvm/ProfileData/FunctionId.h +usr/include/llvm/ProfileData/GCOV.h +usr/include/llvm/ProfileData/HashKeyMap.h +usr/include/llvm/ProfileData/InstrProf.h +usr/include/llvm/ProfileData/InstrProfCorrelator.h +usr/include/llvm/ProfileData/InstrProfData.inc +usr/include/llvm/ProfileData/InstrProfReader.h +usr/include/llvm/ProfileData/InstrProfWriter.h +usr/include/llvm/ProfileData/ItaniumManglingCanonicalizer.h +usr/include/llvm/ProfileData/MIBEntryDef.inc +usr/include/llvm/ProfileData/MemProf.h +usr/include/llvm/ProfileData/MemProfData.inc +usr/include/llvm/ProfileData/ProfileCommon.h +usr/include/llvm/ProfileData/RawMemProfReader.h +usr/include/llvm/ProfileData/SampleProf.h +usr/include/llvm/ProfileData/SampleProfReader.h +usr/include/llvm/ProfileData/SampleProfWriter.h +usr/include/llvm/ProfileData/SymbolRemappingReader.h +usr/include/llvm/Remarks/BitstreamRemarkContainer.h +usr/include/llvm/Remarks/BitstreamRemarkParser.h +usr/include/llvm/Remarks/BitstreamRemarkSerializer.h +usr/include/llvm/Remarks/HotnessThresholdParser.h +usr/include/llvm/Remarks/Remark.h +usr/include/llvm/Remarks/RemarkFormat.h +usr/include/llvm/Remarks/RemarkLinker.h +usr/include/llvm/Remarks/RemarkParser.h +usr/include/llvm/Remarks/RemarkSerializer.h +usr/include/llvm/Remarks/RemarkStreamer.h +usr/include/llvm/Remarks/RemarkStringTable.h +usr/include/llvm/Remarks/YAMLRemarkSerializer.h +usr/include/llvm/Support/AMDGPUAddrSpace.h +usr/include/llvm/Support/AMDGPUMetadata.h +usr/include/llvm/Support/AMDHSAKernelDescriptor.h +usr/include/llvm/Support/ARMAttributeParser.h +usr/include/llvm/Support/ARMBuildAttributes.h +usr/include/llvm/Support/ARMEHABI.h +usr/include/llvm/Support/ARMWinEH.h +usr/include/llvm/Support/AlignOf.h +usr/include/llvm/Support/Alignment.h +usr/include/llvm/Support/Allocator.h +usr/include/llvm/Support/AllocatorBase.h +usr/include/llvm/Support/ArrayRecycler.h +usr/include/llvm/Support/Atomic.h +usr/include/llvm/Support/AtomicOrdering.h +usr/include/llvm/Support/AutoConvert.h +usr/include/llvm/Support/Automaton.h +usr/include/llvm/Support/BCD.h +usr/include/llvm/Support/BLAKE3.h +usr/include/llvm/Support/BalancedPartitioning.h +usr/include/llvm/Support/Base64.h +usr/include/llvm/Support/BinaryByteStream.h +usr/include/llvm/Support/BinaryItemStream.h +usr/include/llvm/Support/BinaryStream.h +usr/include/llvm/Support/BinaryStreamArray.h +usr/include/llvm/Support/BinaryStreamError.h +usr/include/llvm/Support/BinaryStreamReader.h +usr/include/llvm/Support/BinaryStreamRef.h +usr/include/llvm/Support/BinaryStreamWriter.h +usr/include/llvm/Support/BlockFrequency.h +usr/include/llvm/Support/BranchProbability.h +usr/include/llvm/Support/BuryPointer.h +usr/include/llvm/Support/CBindingWrapping.h +usr/include/llvm/Support/CFGDiff.h +usr/include/llvm/Support/CFGUpdate.h +usr/include/llvm/Support/COM.h +usr/include/llvm/Support/CRC.h +usr/include/llvm/Support/CSKYAttributeParser.h +usr/include/llvm/Support/CSKYAttributes.h +usr/include/llvm/Support/CachePruning.h +usr/include/llvm/Support/Caching.h +usr/include/llvm/Support/Capacity.h +usr/include/llvm/Support/Casting.h +usr/include/llvm/Support/CheckedArithmetic.h +usr/include/llvm/Support/Chrono.h +usr/include/llvm/Support/CodeGen.h +usr/include/llvm/Support/CodeGenCoverage.h +usr/include/llvm/Support/CommandLine.h +usr/include/llvm/Support/Compiler.h +usr/include/llvm/Support/Compression.h +usr/include/llvm/Support/ConvertEBCDIC.h +usr/include/llvm/Support/ConvertUTF.h +usr/include/llvm/Support/CrashRecoveryContext.h +usr/include/llvm/Support/DJB.h +usr/include/llvm/Support/DOTGraphTraits.h +usr/include/llvm/Support/DXILOperationCommon.h +usr/include/llvm/Support/DataExtractor.h +usr/include/llvm/Support/DataTypes.h +usr/include/llvm/Support/Debug.h +usr/include/llvm/Support/DebugCounter.h +usr/include/llvm/Support/Discriminator.h +usr/include/llvm/Support/DivisionByConstantInfo.h +usr/include/llvm/Support/Duration.h +usr/include/llvm/Support/DynamicLibrary.h +usr/include/llvm/Support/ELFAttributeParser.h +usr/include/llvm/Support/ELFAttributes.h +usr/include/llvm/Support/Endian.h +usr/include/llvm/Support/EndianStream.h +usr/include/llvm/Support/Errc.h +usr/include/llvm/Support/Errno.h +usr/include/llvm/Support/Error.h +usr/include/llvm/Support/ErrorHandling.h +usr/include/llvm/Support/ErrorOr.h +usr/include/llvm/Support/ExitCodes.h +usr/include/llvm/Support/ExtensibleRTTI.h +usr/include/llvm/Support/Extension.def +usr/include/llvm/Support/FileCollector.h +usr/include/llvm/Support/FileOutputBuffer.h +usr/include/llvm/Support/FileSystem.h +usr/include/llvm/Support/FileSystem/UniqueID.h +usr/include/llvm/Support/FileUtilities.h +usr/include/llvm/Support/Format.h +usr/include/llvm/Support/FormatAdapters.h +usr/include/llvm/Support/FormatCommon.h +usr/include/llvm/Support/FormatProviders.h +usr/include/llvm/Support/FormatVariadic.h +usr/include/llvm/Support/FormatVariadicDetails.h +usr/include/llvm/Support/FormattedStream.h +usr/include/llvm/Support/GenericDomTree.h +usr/include/llvm/Support/GenericDomTreeConstruction.h +usr/include/llvm/Support/GenericIteratedDominanceFrontier.h +usr/include/llvm/Support/GenericLoopInfo.h +usr/include/llvm/Support/GenericLoopInfoImpl.h +usr/include/llvm/Support/GlobPattern.h +usr/include/llvm/Support/GraphWriter.h +usr/include/llvm/Support/HashBuilder.h +usr/include/llvm/Support/InitLLVM.h +usr/include/llvm/Support/InstructionCost.h +usr/include/llvm/Support/JSON.h +usr/include/llvm/Support/KnownBits.h +usr/include/llvm/Support/LEB128.h +usr/include/llvm/Support/LICENSE.TXT +usr/include/llvm/Support/LLVMDriver.h +usr/include/llvm/Support/LineIterator.h +usr/include/llvm/Support/Locale.h +usr/include/llvm/Support/LockFileManager.h +usr/include/llvm/Support/MD5.h +usr/include/llvm/Support/MSP430AttributeParser.h +usr/include/llvm/Support/MSP430Attributes.h +usr/include/llvm/Support/MSVCErrorWorkarounds.h +usr/include/llvm/Support/ManagedStatic.h +usr/include/llvm/Support/MathExtras.h +usr/include/llvm/Support/MemAlloc.h +usr/include/llvm/Support/Memory.h +usr/include/llvm/Support/MemoryBuffer.h +usr/include/llvm/Support/MemoryBufferRef.h +usr/include/llvm/Support/MipsABIFlags.h +usr/include/llvm/Support/ModRef.h +usr/include/llvm/Support/Mutex.h +usr/include/llvm/Support/NativeFormatting.h +usr/include/llvm/Support/OnDiskHashTable.h +usr/include/llvm/Support/OptimizedStructLayout.h +usr/include/llvm/Support/PGOOptions.h +usr/include/llvm/Support/Parallel.h +usr/include/llvm/Support/Path.h +usr/include/llvm/Support/PerThreadBumpPtrAllocator.h +usr/include/llvm/Support/PluginLoader.h +usr/include/llvm/Support/PointerLikeTypeTraits.h +usr/include/llvm/Support/PrettyStackTrace.h +usr/include/llvm/Support/Printable.h +usr/include/llvm/Support/Process.h +usr/include/llvm/Support/Program.h +usr/include/llvm/Support/RISCVAttributeParser.h +usr/include/llvm/Support/RISCVAttributes.h +usr/include/llvm/Support/RISCVISAInfo.h +usr/include/llvm/Support/RWMutex.h +usr/include/llvm/Support/RandomNumberGenerator.h +usr/include/llvm/Support/Recycler.h +usr/include/llvm/Support/RecyclingAllocator.h +usr/include/llvm/Support/Regex.h +usr/include/llvm/Support/Registry.h +usr/include/llvm/Support/ReverseIteration.h +usr/include/llvm/Support/SHA1.h +usr/include/llvm/Support/SHA256.h +usr/include/llvm/Support/SMLoc.h +usr/include/llvm/Support/SMTAPI.h +usr/include/llvm/Support/SaveAndRestore.h +usr/include/llvm/Support/ScaledNumber.h +usr/include/llvm/Support/ScopedPrinter.h +usr/include/llvm/Support/Signals.h +usr/include/llvm/Support/Signposts.h +usr/include/llvm/Support/SmallVectorMemoryBuffer.h +usr/include/llvm/Support/Solaris/sys/regset.h +usr/include/llvm/Support/SourceMgr.h +usr/include/llvm/Support/SpecialCaseList.h +usr/include/llvm/Support/StringSaver.h +usr/include/llvm/Support/SuffixTree.h +usr/include/llvm/Support/SuffixTreeNode.h +usr/include/llvm/Support/SwapByteOrder.h +usr/include/llvm/Support/SystemUtils.h +usr/include/llvm/Support/SystemZ/zOSSupport.h +usr/include/llvm/Support/TarWriter.h +usr/include/llvm/Support/TargetOpcodes.def +usr/include/llvm/Support/TargetSelect.h +usr/include/llvm/Support/ThreadPool.h +usr/include/llvm/Support/ThreadSafeAllocator.h +usr/include/llvm/Support/Threading.h +usr/include/llvm/Support/TimeProfiler.h +usr/include/llvm/Support/Timer.h +usr/include/llvm/Support/ToolOutputFile.h +usr/include/llvm/Support/TrailingObjects.h +usr/include/llvm/Support/TypeName.h +usr/include/llvm/Support/TypeSize.h +usr/include/llvm/Support/Unicode.h +usr/include/llvm/Support/UnicodeCharRanges.h +usr/include/llvm/Support/VCSRevision.h +usr/include/llvm/Support/Valgrind.h +usr/include/llvm/Support/VersionTuple.h +usr/include/llvm/Support/VirtualFileSystem.h +usr/include/llvm/Support/Watchdog.h +usr/include/llvm/Support/Win64EH.h +usr/include/llvm/Support/Windows/WindowsSupport.h +usr/include/llvm/Support/WindowsError.h +usr/include/llvm/Support/WithColor.h +usr/include/llvm/Support/X86DisassemblerDecoderCommon.h +usr/include/llvm/Support/X86FoldTablesUtils.h +usr/include/llvm/Support/YAMLParser.h +usr/include/llvm/Support/YAMLTraits.h +usr/include/llvm/Support/circular_raw_ostream.h +usr/include/llvm/Support/raw_os_ostream.h +usr/include/llvm/Support/raw_ostream.h +usr/include/llvm/Support/raw_sha1_ostream.h +usr/include/llvm/Support/raw_socket_stream.h +usr/include/llvm/Support/thread.h +usr/include/llvm/Support/type_traits.h +usr/include/llvm/Support/xxhash.h +usr/include/llvm/TableGen/Automaton.td +usr/include/llvm/TableGen/DirectiveEmitter.h +usr/include/llvm/TableGen/Error.h +usr/include/llvm/TableGen/Main.h +usr/include/llvm/TableGen/Parser.h +usr/include/llvm/TableGen/Record.h +usr/include/llvm/TableGen/SearchableTable.td +usr/include/llvm/TableGen/SetTheory.h +usr/include/llvm/TableGen/StringMatcher.h +usr/include/llvm/TableGen/StringToOffsetTable.h +usr/include/llvm/TableGen/TableGenBackend.h +usr/include/llvm/Target/CGPassBuilderOption.h +usr/include/llvm/Target/CodeGenCWrappers.h +usr/include/llvm/Target/GenericOpcodes.td +usr/include/llvm/Target/GlobalISel/Combine.td +usr/include/llvm/Target/GlobalISel/RegisterBank.td +usr/include/llvm/Target/GlobalISel/SelectionDAGCompat.td +usr/include/llvm/Target/GlobalISel/Target.td +usr/include/llvm/Target/Target.td +usr/include/llvm/Target/TargetCallingConv.td +usr/include/llvm/Target/TargetInstrPredicate.td +usr/include/llvm/Target/TargetIntrinsicInfo.h +usr/include/llvm/Target/TargetItinerary.td +usr/include/llvm/Target/TargetLoweringObjectFile.h +usr/include/llvm/Target/TargetMachine.h +usr/include/llvm/Target/TargetOptions.h +usr/include/llvm/Target/TargetPfmCounters.td +usr/include/llvm/Target/TargetSchedule.td +usr/include/llvm/Target/TargetSelectionDAG.td +usr/include/llvm/TargetParser/AArch64TargetParser.h +usr/include/llvm/TargetParser/ARMTargetParser.def +usr/include/llvm/TargetParser/ARMTargetParser.h +usr/include/llvm/TargetParser/ARMTargetParserCommon.h +usr/include/llvm/TargetParser/CSKYTargetParser.def +usr/include/llvm/TargetParser/CSKYTargetParser.h +usr/include/llvm/TargetParser/Host.h +usr/include/llvm/TargetParser/LoongArchTargetParser.def +usr/include/llvm/TargetParser/LoongArchTargetParser.h +usr/include/llvm/TargetParser/RISCVTargetParser.h +usr/include/llvm/TargetParser/RISCVTargetParserDef.inc +usr/include/llvm/TargetParser/SubtargetFeature.h +usr/include/llvm/TargetParser/TargetParser.h +usr/include/llvm/TargetParser/Triple.h +usr/include/llvm/TargetParser/X86TargetParser.def +usr/include/llvm/TargetParser/X86TargetParser.h +usr/include/llvm/Testing/ADT/StringMap.h +usr/include/llvm/Testing/ADT/StringMapEntry.h +usr/include/llvm/Testing/Annotations/Annotations.h +usr/include/llvm/Testing/Support/Error.h +usr/include/llvm/Testing/Support/SupportHelpers.h +usr/include/llvm/TextAPI/Architecture.def +usr/include/llvm/TextAPI/Architecture.h +usr/include/llvm/TextAPI/ArchitectureSet.h +usr/include/llvm/TextAPI/DylibReader.h +usr/include/llvm/TextAPI/InterfaceFile.h +usr/include/llvm/TextAPI/PackedVersion.h +usr/include/llvm/TextAPI/Platform.h +usr/include/llvm/TextAPI/Record.h +usr/include/llvm/TextAPI/RecordVisitor.h +usr/include/llvm/TextAPI/RecordsSlice.h +usr/include/llvm/TextAPI/Symbol.h +usr/include/llvm/TextAPI/SymbolSet.h +usr/include/llvm/TextAPI/Target.h +usr/include/llvm/TextAPI/TextAPIError.h +usr/include/llvm/TextAPI/TextAPIReader.h +usr/include/llvm/TextAPI/TextAPIWriter.h +usr/include/llvm/TextAPI/Utils.h +usr/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h +usr/include/llvm/ToolDrivers/llvm-lib/LibDriver.h +usr/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h +usr/include/llvm/Transforms/CFGuard.h +usr/include/llvm/Transforms/Coroutines/CoroCleanup.h +usr/include/llvm/Transforms/Coroutines/CoroConditionalWrapper.h +usr/include/llvm/Transforms/Coroutines/CoroEarly.h +usr/include/llvm/Transforms/Coroutines/CoroElide.h +usr/include/llvm/Transforms/Coroutines/CoroSplit.h +usr/include/llvm/Transforms/HipStdPar/HipStdPar.h +usr/include/llvm/Transforms/IPO.h +usr/include/llvm/Transforms/IPO/AlwaysInliner.h +usr/include/llvm/Transforms/IPO/Annotation2Metadata.h +usr/include/llvm/Transforms/IPO/ArgumentPromotion.h +usr/include/llvm/Transforms/IPO/Attributor.h +usr/include/llvm/Transforms/IPO/BlockExtractor.h +usr/include/llvm/Transforms/IPO/CalledValuePropagation.h +usr/include/llvm/Transforms/IPO/ConstantMerge.h +usr/include/llvm/Transforms/IPO/CrossDSOCFI.h +usr/include/llvm/Transforms/IPO/DeadArgumentElimination.h +usr/include/llvm/Transforms/IPO/ElimAvailExtern.h +usr/include/llvm/Transforms/IPO/EmbedBitcodePass.h +usr/include/llvm/Transforms/IPO/ExtractGV.h +usr/include/llvm/Transforms/IPO/ForceFunctionAttrs.h +usr/include/llvm/Transforms/IPO/FunctionAttrs.h +usr/include/llvm/Transforms/IPO/FunctionImport.h +usr/include/llvm/Transforms/IPO/FunctionSpecialization.h +usr/include/llvm/Transforms/IPO/GlobalDCE.h +usr/include/llvm/Transforms/IPO/GlobalOpt.h +usr/include/llvm/Transforms/IPO/GlobalSplit.h +usr/include/llvm/Transforms/IPO/HotColdSplitting.h +usr/include/llvm/Transforms/IPO/IROutliner.h +usr/include/llvm/Transforms/IPO/InferFunctionAttrs.h +usr/include/llvm/Transforms/IPO/Inliner.h +usr/include/llvm/Transforms/IPO/Internalize.h +usr/include/llvm/Transforms/IPO/LoopExtractor.h +usr/include/llvm/Transforms/IPO/LowerTypeTests.h +usr/include/llvm/Transforms/IPO/MemProfContextDisambiguation.h +usr/include/llvm/Transforms/IPO/MergeFunctions.h +usr/include/llvm/Transforms/IPO/ModuleInliner.h +usr/include/llvm/Transforms/IPO/OpenMPOpt.h +usr/include/llvm/Transforms/IPO/PartialInlining.h +usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h +usr/include/llvm/Transforms/IPO/SCCP.h +usr/include/llvm/Transforms/IPO/SampleContextTracker.h +usr/include/llvm/Transforms/IPO/SampleProfile.h +usr/include/llvm/Transforms/IPO/SampleProfileProbe.h +usr/include/llvm/Transforms/IPO/StripDeadPrototypes.h +usr/include/llvm/Transforms/IPO/StripSymbols.h +usr/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h +usr/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h +usr/include/llvm/Transforms/IPO/WholeProgramDevirt.h +usr/include/llvm/Transforms/InstCombine/InstCombine.h +usr/include/llvm/Transforms/InstCombine/InstCombiner.h +usr/include/llvm/Transforms/Instrumentation.h +usr/include/llvm/Transforms/Instrumentation/AddressSanitizer.h +usr/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h +usr/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h +usr/include/llvm/Transforms/Instrumentation/BlockCoverageInference.h +usr/include/llvm/Transforms/Instrumentation/BoundsChecking.h +usr/include/llvm/Transforms/Instrumentation/CFGMST.h +usr/include/llvm/Transforms/Instrumentation/CGProfile.h +usr/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h +usr/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h +usr/include/llvm/Transforms/Instrumentation/GCOVProfiler.h +usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h +usr/include/llvm/Transforms/Instrumentation/InstrOrderFile.h +usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h +usr/include/llvm/Transforms/Instrumentation/KCFI.h +usr/include/llvm/Transforms/Instrumentation/MemProfiler.h +usr/include/llvm/Transforms/Instrumentation/MemorySanitizer.h +usr/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h +usr/include/llvm/Transforms/Instrumentation/PoisonChecking.h +usr/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h +usr/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h +usr/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h +usr/include/llvm/Transforms/ObjCARC.h +usr/include/llvm/Transforms/Scalar.h +usr/include/llvm/Transforms/Scalar/ADCE.h +usr/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h +usr/include/llvm/Transforms/Scalar/AnnotationRemarks.h +usr/include/llvm/Transforms/Scalar/BDCE.h +usr/include/llvm/Transforms/Scalar/CallSiteSplitting.h +usr/include/llvm/Transforms/Scalar/ConstantHoisting.h +usr/include/llvm/Transforms/Scalar/ConstraintElimination.h +usr/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h +usr/include/llvm/Transforms/Scalar/DCE.h +usr/include/llvm/Transforms/Scalar/DFAJumpThreading.h +usr/include/llvm/Transforms/Scalar/DeadStoreElimination.h +usr/include/llvm/Transforms/Scalar/DivRemPairs.h +usr/include/llvm/Transforms/Scalar/EarlyCSE.h +usr/include/llvm/Transforms/Scalar/FlattenCFG.h +usr/include/llvm/Transforms/Scalar/Float2Int.h +usr/include/llvm/Transforms/Scalar/GVN.h +usr/include/llvm/Transforms/Scalar/GVNExpression.h +usr/include/llvm/Transforms/Scalar/GuardWidening.h +usr/include/llvm/Transforms/Scalar/IVUsersPrinter.h +usr/include/llvm/Transforms/Scalar/IndVarSimplify.h +usr/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h +usr/include/llvm/Transforms/Scalar/InferAddressSpaces.h +usr/include/llvm/Transforms/Scalar/InferAlignment.h +usr/include/llvm/Transforms/Scalar/InstSimplifyPass.h +usr/include/llvm/Transforms/Scalar/JumpThreading.h +usr/include/llvm/Transforms/Scalar/LICM.h +usr/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h +usr/include/llvm/Transforms/Scalar/LoopBoundSplit.h +usr/include/llvm/Transforms/Scalar/LoopDataPrefetch.h +usr/include/llvm/Transforms/Scalar/LoopDeletion.h +usr/include/llvm/Transforms/Scalar/LoopDistribute.h +usr/include/llvm/Transforms/Scalar/LoopFlatten.h +usr/include/llvm/Transforms/Scalar/LoopFuse.h +usr/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h +usr/include/llvm/Transforms/Scalar/LoopInstSimplify.h +usr/include/llvm/Transforms/Scalar/LoopInterchange.h +usr/include/llvm/Transforms/Scalar/LoopLoadElimination.h +usr/include/llvm/Transforms/Scalar/LoopPassManager.h +usr/include/llvm/Transforms/Scalar/LoopPredication.h +usr/include/llvm/Transforms/Scalar/LoopReroll.h +usr/include/llvm/Transforms/Scalar/LoopRotation.h +usr/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h +usr/include/llvm/Transforms/Scalar/LoopSink.h +usr/include/llvm/Transforms/Scalar/LoopStrengthReduce.h +usr/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h +usr/include/llvm/Transforms/Scalar/LoopUnrollPass.h +usr/include/llvm/Transforms/Scalar/LoopVersioningLICM.h +usr/include/llvm/Transforms/Scalar/LowerAtomicPass.h +usr/include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h +usr/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h +usr/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h +usr/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h +usr/include/llvm/Transforms/Scalar/LowerWidenableCondition.h +usr/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h +usr/include/llvm/Transforms/Scalar/MemCpyOptimizer.h +usr/include/llvm/Transforms/Scalar/MergeICmps.h +usr/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h +usr/include/llvm/Transforms/Scalar/NaryReassociate.h +usr/include/llvm/Transforms/Scalar/NewGVN.h +usr/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h +usr/include/llvm/Transforms/Scalar/PlaceSafepoints.h +usr/include/llvm/Transforms/Scalar/Reassociate.h +usr/include/llvm/Transforms/Scalar/Reg2Mem.h +usr/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h +usr/include/llvm/Transforms/Scalar/SCCP.h +usr/include/llvm/Transforms/Scalar/SROA.h +usr/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h +usr/include/llvm/Transforms/Scalar/Scalarizer.h +usr/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h +usr/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h +usr/include/llvm/Transforms/Scalar/SimplifyCFG.h +usr/include/llvm/Transforms/Scalar/Sink.h +usr/include/llvm/Transforms/Scalar/SpeculativeExecution.h +usr/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h +usr/include/llvm/Transforms/Scalar/StructurizeCFG.h +usr/include/llvm/Transforms/Scalar/TLSVariableHoist.h +usr/include/llvm/Transforms/Scalar/TailRecursionElimination.h +usr/include/llvm/Transforms/Scalar/WarnMissedTransforms.h +usr/include/llvm/Transforms/Utils.h +usr/include/llvm/Transforms/Utils/AMDGPUEmitPrintf.h +usr/include/llvm/Transforms/Utils/ASanStackFrameLayout.h +usr/include/llvm/Transforms/Utils/AddDiscriminators.h +usr/include/llvm/Transforms/Utils/AssumeBundleBuilder.h +usr/include/llvm/Transforms/Utils/BasicBlockUtils.h +usr/include/llvm/Transforms/Utils/BreakCriticalEdges.h +usr/include/llvm/Transforms/Utils/BuildLibCalls.h +usr/include/llvm/Transforms/Utils/BypassSlowDivision.h +usr/include/llvm/Transforms/Utils/CallGraphUpdater.h +usr/include/llvm/Transforms/Utils/CallPromotionUtils.h +usr/include/llvm/Transforms/Utils/CanonicalizeAliases.h +usr/include/llvm/Transforms/Utils/CanonicalizeFreezeInLoops.h +usr/include/llvm/Transforms/Utils/Cloning.h +usr/include/llvm/Transforms/Utils/CodeExtractor.h +usr/include/llvm/Transforms/Utils/CodeLayout.h +usr/include/llvm/Transforms/Utils/CodeMoverUtils.h +usr/include/llvm/Transforms/Utils/CountVisits.h +usr/include/llvm/Transforms/Utils/CtorUtils.h +usr/include/llvm/Transforms/Utils/DXILUpgrade.h +usr/include/llvm/Transforms/Utils/Debugify.h +usr/include/llvm/Transforms/Utils/EntryExitInstrumenter.h +usr/include/llvm/Transforms/Utils/EscapeEnumerator.h +usr/include/llvm/Transforms/Utils/Evaluator.h +usr/include/llvm/Transforms/Utils/FixIrreducible.h +usr/include/llvm/Transforms/Utils/FunctionComparator.h +usr/include/llvm/Transforms/Utils/FunctionImportUtils.h +usr/include/llvm/Transforms/Utils/GlobalStatus.h +usr/include/llvm/Transforms/Utils/GuardUtils.h +usr/include/llvm/Transforms/Utils/HelloWorld.h +usr/include/llvm/Transforms/Utils/InjectTLIMappings.h +usr/include/llvm/Transforms/Utils/InstructionNamer.h +usr/include/llvm/Transforms/Utils/InstructionWorklist.h +usr/include/llvm/Transforms/Utils/IntegerDivision.h +usr/include/llvm/Transforms/Utils/LCSSA.h +usr/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h +usr/include/llvm/Transforms/Utils/Local.h +usr/include/llvm/Transforms/Utils/LoopConstrainer.h +usr/include/llvm/Transforms/Utils/LoopPeel.h +usr/include/llvm/Transforms/Utils/LoopRotationUtils.h +usr/include/llvm/Transforms/Utils/LoopSimplify.h +usr/include/llvm/Transforms/Utils/LoopUtils.h +usr/include/llvm/Transforms/Utils/LoopVersioning.h +usr/include/llvm/Transforms/Utils/LowerAtomic.h +usr/include/llvm/Transforms/Utils/LowerGlobalDtors.h +usr/include/llvm/Transforms/Utils/LowerIFunc.h +usr/include/llvm/Transforms/Utils/LowerInvoke.h +usr/include/llvm/Transforms/Utils/LowerMemIntrinsics.h +usr/include/llvm/Transforms/Utils/LowerSwitch.h +usr/include/llvm/Transforms/Utils/MatrixUtils.h +usr/include/llvm/Transforms/Utils/Mem2Reg.h +usr/include/llvm/Transforms/Utils/MemoryOpRemark.h +usr/include/llvm/Transforms/Utils/MemoryTaggingSupport.h +usr/include/llvm/Transforms/Utils/MetaRenamer.h +usr/include/llvm/Transforms/Utils/MisExpect.h +usr/include/llvm/Transforms/Utils/ModuleUtils.h +usr/include/llvm/Transforms/Utils/MoveAutoInit.h +usr/include/llvm/Transforms/Utils/NameAnonGlobals.h +usr/include/llvm/Transforms/Utils/PredicateInfo.h +usr/include/llvm/Transforms/Utils/PromoteMemToReg.h +usr/include/llvm/Transforms/Utils/RelLookupTableConverter.h +usr/include/llvm/Transforms/Utils/SCCPSolver.h +usr/include/llvm/Transforms/Utils/SSAUpdater.h +usr/include/llvm/Transforms/Utils/SSAUpdaterBulk.h +usr/include/llvm/Transforms/Utils/SSAUpdaterImpl.h +usr/include/llvm/Transforms/Utils/SampleProfileInference.h +usr/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h +usr/include/llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h +usr/include/llvm/Transforms/Utils/SanitizerStats.h +usr/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h +usr/include/llvm/Transforms/Utils/SimplifyCFGOptions.h +usr/include/llvm/Transforms/Utils/SimplifyIndVar.h +usr/include/llvm/Transforms/Utils/SimplifyLibCalls.h +usr/include/llvm/Transforms/Utils/SizeOpts.h +usr/include/llvm/Transforms/Utils/SplitModule.h +usr/include/llvm/Transforms/Utils/StripGCRelocates.h +usr/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h +usr/include/llvm/Transforms/Utils/SymbolRewriter.h +usr/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h +usr/include/llvm/Transforms/Utils/UnifyLoopExits.h +usr/include/llvm/Transforms/Utils/UnrollLoop.h +usr/include/llvm/Transforms/Utils/VNCoercion.h +usr/include/llvm/Transforms/Utils/ValueMapper.h +usr/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h +usr/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h +usr/include/llvm/Transforms/Vectorize/LoopVectorize.h +usr/include/llvm/Transforms/Vectorize/SLPVectorizer.h +usr/include/llvm/Transforms/Vectorize/VectorCombine.h +usr/include/llvm/WindowsDriver/MSVCPaths.h +usr/include/llvm/WindowsDriver/MSVCSetupApi.h +usr/include/llvm/WindowsManifest/WindowsManifestMerger.h +usr/include/llvm/WindowsResource/ResourceProcessor.h +usr/include/llvm/WindowsResource/ResourceScriptToken.h +usr/include/llvm/WindowsResource/ResourceScriptTokenList.h +usr/include/llvm/XRay/BlockIndexer.h +usr/include/llvm/XRay/BlockPrinter.h +usr/include/llvm/XRay/BlockVerifier.h +usr/include/llvm/XRay/FDRLogBuilder.h +usr/include/llvm/XRay/FDRRecordConsumer.h +usr/include/llvm/XRay/FDRRecordProducer.h +usr/include/llvm/XRay/FDRRecords.h +usr/include/llvm/XRay/FDRTraceExpander.h +usr/include/llvm/XRay/FDRTraceWriter.h +usr/include/llvm/XRay/FileHeaderReader.h +usr/include/llvm/XRay/Graph.h +usr/include/llvm/XRay/InstrumentationMap.h +usr/include/llvm/XRay/Profile.h +usr/include/llvm/XRay/RecordPrinter.h +usr/include/llvm/XRay/Trace.h +usr/include/llvm/XRay/XRayRecord.h +usr/include/llvm/XRay/YAMLXRayRecord.h +usr/lib/.build-id/0a/d993069808c33792d7428f25a616253373b4ec +usr/lib/.build-id/0b/96886e5b4716c5a864a50d659e2ee454743d16 +usr/lib/.build-id/0d/ededa8a2870aaf3d5e039cba90033ba3b9dbc5 +usr/lib/.build-id/1a/1988182667e63c998534d1014dd76abfdffb75 +usr/lib/.build-id/1d/77c9ddbf89c8d9ad5d7fbcbeb081eb7a077b74 +usr/lib/.build-id/2b/eccb7994f0b6672a9339c0b44ae38a60f954ee +usr/lib/.build-id/2c/1776f365fc150fb93d75bf489a5b7703095536 +usr/lib/.build-id/2e/2802aef36867c265dddd061dd9a54dc319eebf +usr/lib/.build-id/3a/aefa3b694cf30c46199b6e91a88bdb50a07371 +usr/lib/.build-id/3a/c713801c0d512f7d54cb077cd86f0ba3df3258 +usr/lib/.build-id/3d/9c6182f0d4585cfcbdbb45ab7b7e588b558234 +usr/lib/.build-id/03/0f2fda81d8e75c3890acd7ed5dc5782e7a4553 +usr/lib/.build-id/03/275958b8497f401ac8461d1d3cac0ccc6d124f +usr/lib/.build-id/5a/1dc12424c0ca99d5ca1e89c78e3bafd0369911 +usr/lib/.build-id/6a/7065938aebe16194dddaf6a41625f1cc607463 +usr/lib/.build-id/6d/5b52daddc9944796264f284d9239a31c8a9224 +usr/lib/.build-id/7b/87dedf1cfc42d0dc80a83b1f8bf147f21e0476 +usr/lib/.build-id/7c/aa85815221ee439d44e561d6b71f2f62283cce +usr/lib/.build-id/7e/f880f8271b6c1ce43e117dd5619a57837d51ef +usr/lib/.build-id/7f/650d8b9c83af152a04eb38c09db5fdccb45ee1 +usr/lib/.build-id/8e/4ef2648de1287b0e4f3f58b6ce1798e5d00e71 +usr/lib/.build-id/08/b838e46aedf4b73cdd1b98a05d84a7029e7748 +usr/lib/.build-id/9b/1b88ec5a8d2ac932c5eee2c0184cc1c04e63c5 +usr/lib/.build-id/9c/43a301e1749fa3d146633addc6a2e3738d7b51 +usr/lib/.build-id/20/e3d8ef08efa999cb3c16a9b05ee4148a2055f5 +usr/lib/.build-id/22/15b4a1cf2005bc9c1daddfd8f2fa97df1627ca +usr/lib/.build-id/27/c4f54d5d36add13a9f852a18876a409ddc010f +usr/lib/.build-id/29/7a6fa236c353c366609b9dded423b3af0e471f +usr/lib/.build-id/31/833089b118eedd91d22ebc427813c77ff964f9 +usr/lib/.build-id/32/98b09f66460a10997f0231e7a2cef11c6157ef +usr/lib/.build-id/34/89d6950cf660e541c995758ff92f9b88d24c68 +usr/lib/.build-id/35/6d1d629daa142e507eec8ab23133d4384ee226 +usr/lib/.build-id/36/70f7fd31dd84cd07e4df4cbe932163e7acc0fd +usr/lib/.build-id/41/3dcd17b8f2e2c7532b79ed7f4fb299e01fc5ed +usr/lib/.build-id/41/394f574b072c26db7e698d06a905e04c6f5b49 +usr/lib/.build-id/41/699a8136af60f231d92265660e8cd032761dc3 +usr/lib/.build-id/43/1b0c5728f768bed640aaa46edab4f29d7ba536 +usr/lib/.build-id/43/756ba2ec164914890d5056c6cf7e2941ce925d +usr/lib/.build-id/46/84b554c306a88ebeda82fae11bf9ce97b52bdc +usr/lib/.build-id/49/1a46e34c22bb628900ef12128639cee688ec0a +usr/lib/.build-id/50/1b466c2162ea30094850a859ff5e3a353e69d9 +usr/lib/.build-id/51/b52a6a5b0f1ee451013f8c00cf10026c579512 +usr/lib/.build-id/53/9d8c2da042c362b7bde5646791f4a291919d0e +usr/lib/.build-id/55/a8ed135e76c11cbf8c62cc8ec91eb297ed09ea +usr/lib/.build-id/57/445bd255f3e9ddf30fec1a5c7c2a73c8cb76aa +usr/lib/.build-id/63/463c2781d64e9cac8404a97cc0148f30505fa7 +usr/lib/.build-id/64/75351db08ab19ef0e6fde22da92936f44f322e +usr/lib/.build-id/74/54a7d868e48f326fc0ef5eb805a9c073fcb95e +usr/lib/.build-id/74/7570163244ff2ab3955fe836e817c4e777ead7 +usr/lib/.build-id/79/1dd69190e172c54587672aa3dd99621968b8f9 +usr/lib/.build-id/81/d7abe6fcc49cec8988b2b782c063d13800397e +usr/lib/.build-id/85/2f86635f1f896ff3da137b9c466e6ec9a9461f +usr/lib/.build-id/88/57e1a058ec20b6aa3a6d857087e6a1b98bf2b5 +usr/lib/.build-id/89/955666fbe23fcdb9be3072137a52bf477f474b +usr/lib/.build-id/95/3a36b301d34d2357d3b725020389dc4e24842a +usr/lib/.build-id/95/57534d26be31e836b753a3e3b9193d41ba2212 +usr/lib/.build-id/96/8fbab148d217356befae94896447806901afed +usr/lib/.build-id/a1/b8af185dde5d9d29ad4aa3138c0cbadfd6ab4b +usr/lib/.build-id/a6/4e7c94ada723cc93fabe1c96d4e14ab1d6ce15 +usr/lib/.build-id/aa/73f1440435f54c6fdf9ea7ae598adf401cb02e +usr/lib/.build-id/ab/2a79a2e81dc261220c78edbdb242610d46468a +usr/lib/.build-id/ab/21e4fcd76979b85306c9cc66ea0356069b5bf6 +usr/lib/.build-id/ab/b750c327be222244d1deb047ebc5dcc70bac8b +usr/lib/.build-id/b0/d772b4ac6e6645d990424d2116b2ad210ff36f +usr/lib/.build-id/b7/1653549e69484661516e93237c9c2299fc4482 +usr/lib/.build-id/ba/4468df651984f14ba9b674b284f2f22730ec5c +usr/lib/.build-id/bc/61ad5939a22f8132d8fa906f5743f8c056a34a +usr/lib/.build-id/be/53d18859717e4483793cbcfae91e7b8ad50d22 +usr/lib/.build-id/bf/48ea8543c8c8d8e4de19fdba609658563c010a +usr/lib/.build-id/c9/63c122fe54fac2d385c99a6f4da2259aed8865 +usr/lib/.build-id/d0/a84b1a17f7101a2eb38727928830aa2d7a5c34 +usr/lib/.build-id/e0/388e1fb8bddac8999f3777a5364398199af467 +usr/lib/.build-id/e2/b1f37d092a3eb7235a834d35877c1b1d93b22c +usr/lib/.build-id/e5/66176ce95d823fa3d2cbc3defd429196bea8b9 +usr/lib/.build-id/e9/76b742c847d6f40b0627ca19fb57e64d871606 +usr/lib/.build-id/ec/1110b47bc4e795c499bbf43733f99312f54a54 +usr/lib/.build-id/ed/d7f068d89edbb9807a6e0316e565fc821fd2e6 +usr/lib/.build-id/f1/17f99512c38512b56d16142a09e72b92c15ea1 +usr/lib/.build-id/f4/80e44f9b71a3693481ae389b969de027e331f6 +usr/lib/.build-id/f7/710a436288870af2cdfae922983952d7c007df +usr/lib/.build-id/f8/b277f2e0583de9546e1ee81bb59b02e9ec7bc5 +usr/lib/.build-id/fa/899e25882b2b6ce2cd67db93c18beada4ae1be +usr/lib/.build-id/fe/bf201dd277f4b1b31ad290311a8814b6f0feb4 usr/lib64/LLVMgold.so usr/lib64/bfd-plugins/LLVMgold.so -usr/lib64/libLLVM-17.0.6.so -usr/lib64/libLLVM-17.so +usr/lib64/cmake/llvm/AddLLVM.cmake +usr/lib64/cmake/llvm/AddOCaml.cmake +usr/lib64/cmake/llvm/AddSphinxTarget.cmake +usr/lib64/cmake/llvm/CheckAtomic.cmake +usr/lib64/cmake/llvm/CheckCompilerVersion.cmake +usr/lib64/cmake/llvm/CheckProblematicConfigurations.cmake +usr/lib64/cmake/llvm/CoverageReport.cmake +usr/lib64/cmake/llvm/CrossCompile.cmake +usr/lib64/cmake/llvm/DetermineGCCCompatible.cmake +usr/lib64/cmake/llvm/FindFFI.cmake +usr/lib64/cmake/llvm/FindLibEdit.cmake +usr/lib64/cmake/llvm/FindLibpfm.cmake +usr/lib64/cmake/llvm/FindOCaml.cmake +usr/lib64/cmake/llvm/FindSphinx.cmake +usr/lib64/cmake/llvm/FindTerminfo.cmake +usr/lib64/cmake/llvm/FindZ3.cmake +usr/lib64/cmake/llvm/Findzstd.cmake +usr/lib64/cmake/llvm/GenerateVersionFromVCS.cmake +usr/lib64/cmake/llvm/GetErrcMessages.cmake +usr/lib64/cmake/llvm/GetLibraryName.cmake +usr/lib64/cmake/llvm/HandleLLVMOptions.cmake +usr/lib64/cmake/llvm/HandleLLVMStdlib.cmake +usr/lib64/cmake/llvm/LLVMCheckLinkerFlag.cmake +usr/lib64/cmake/llvm/LLVMConfig.cmake +usr/lib64/cmake/llvm/LLVMConfigExtensions.cmake +usr/lib64/cmake/llvm/LLVMConfigVersion.cmake +usr/lib64/cmake/llvm/LLVMDistributionSupport.cmake +usr/lib64/cmake/llvm/LLVMExports.cmake +usr/lib64/cmake/llvm/LLVMExports-relwithdebinfo.cmake +usr/lib64/cmake/llvm/LLVMExternalProjectUtils.cmake +usr/lib64/cmake/llvm/LLVMInstallSymlink.cmake +usr/lib64/cmake/llvm/LLVMProcessSources.cmake +usr/lib64/cmake/llvm/LLVM-Build.cmake +usr/lib64/cmake/llvm/LLVM-Config.cmake +usr/lib64/cmake/llvm/TableGen.cmake +usr/lib64/cmake/llvm/TensorFlowCompile.cmake +usr/lib64/cmake/llvm/UseLibtool.cmake +usr/lib64/cmake/llvm/VersionFromVCS.cmake +usr/lib64/cmake/llvm/llvm-driver-template.cpp.in +usr/lib64/libLLVM-18.so usr/lib64/libLLVM.so +usr/lib64/libLLVM.so.18.1 usr/lib64/libLLVMAArch64AsmParser.a usr/lib64/libLLVMAArch64CodeGen.a usr/lib64/libLLVMAArch64Desc.a usr/lib64/libLLVMAArch64Disassembler.a usr/lib64/libLLVMAArch64Info.a usr/lib64/libLLVMAArch64Utils.a usr/lib64/libLLVMAMDGPUAsmParser.a usr/lib64/libLLVMAMDGPUCodeGen.a usr/lib64/libLLVMAMDGPUDesc.a usr/lib64/libLLVMAMDGPUDisassembler.a usr/lib64/libLLVMAMDGPUInfo.a usr/lib64/libLLVMAMDGPUTargetMCA.a usr/lib64/libLLVMAMDGPUUtils.a usr/lib64/libLLVMARMAsmParser.a usr/lib64/libLLVMARMCodeGen.a usr/lib64/libLLVMARMDesc.a usr/lib64/libLLVMARMDisassembler.a usr/lib64/libLLVMARMInfo.a usr/lib64/libLLVMARMUtils.a usr/lib64/libLLVMAggressiveInstCombine.a usr/lib64/libLLVMAnalysis.a usr/lib64/libLLVMAsmParser.a usr/lib64/libLLVMAsmPrinter.a usr/lib64/libLLVMBPFAsmParser.a usr/lib64/libLLVMBPFCodeGen.a usr/lib64/libLLVMBPFDesc.a usr/lib64/libLLVMBPFDisassembler.a usr/lib64/libLLVMBPFInfo.a usr/lib64/libLLVMBinaryFormat.a usr/lib64/libLLVMBitReader.a usr/lib64/libLLVMBitWriter.a usr/lib64/libLLVMBitstreamReader.a usr/lib64/libLLVMCFGuard.a usr/lib64/libLLVMCFIVerify.a usr/lib64/libLLVMCodeGen.a usr/lib64/libLLVMCodeGenTypes.a usr/lib64/libLLVMCore.a usr/lib64/libLLVMCoroutines.a usr/lib64/libLLVMCoverage.a usr/lib64/libLLVMDWARFLinker.a +usr/lib64/libLLVMDWARFLinkerClassic.a usr/lib64/libLLVMDWARFLinkerParallel.a usr/lib64/libLLVMDWP.a -usr/lib64/libLLVMDebugInfoCodeView.a usr/lib64/libLLVMDebugInfoBTF.a +usr/lib64/libLLVMDebugInfoCodeView.a usr/lib64/libLLVMDebugInfoDWARF.a usr/lib64/libLLVMDebugInfoGSYM.a usr/lib64/libLLVMDebugInfoLogicalView.a usr/lib64/libLLVMDebugInfoMSF.a usr/lib64/libLLVMDebugInfoPDB.a usr/lib64/libLLVMDebuginfod.a usr/lib64/libLLVMDemangle.a usr/lib64/libLLVMDiff.a usr/lib64/libLLVMDlltoolDriver.a usr/lib64/libLLVMExecutionEngine.a usr/lib64/libLLVMExegesis.a usr/lib64/libLLVMExegesisAArch64.a usr/lib64/libLLVMExegesisMips.a usr/lib64/libLLVMExegesisPowerPC.a usr/lib64/libLLVMExegesisX86.a usr/lib64/libLLVMExtensions.a usr/lib64/libLLVMFileCheck.a +usr/lib64/libLLVMFrontendDriver.a usr/lib64/libLLVMFrontendHLSL.a +usr/lib64/libLLVMFrontendOffloading.a usr/lib64/libLLVMFrontendOpenACC.a usr/lib64/libLLVMFrontendOpenMP.a usr/lib64/libLLVMFuzzMutate.a usr/lib64/libLLVMFuzzerCLI.a usr/lib64/libLLVMGlobalISel.a +usr/lib64/libLLVMHipStdPar.a usr/lib64/libLLVMIRPrinter.a usr/lib64/libLLVMIRReader.a usr/lib64/libLLVMInstCombine.a usr/lib64/libLLVMInstrumentation.a usr/lib64/libLLVMInterfaceStub.a usr/lib64/libLLVMInterpreter.a usr/lib64/libLLVMJITLink.a usr/lib64/libLLVMLTO.a usr/lib64/libLLVMLibDriver.a usr/lib64/libLLVMLineEditor.a usr/lib64/libLLVMLinker.a usr/lib64/libLLVMMC.a usr/lib64/libLLVMMCA.a usr/lib64/libLLVMMCDisassembler.a usr/lib64/libLLVMMCJIT.a usr/lib64/libLLVMMCParser.a usr/lib64/libLLVMMIRParser.a usr/lib64/libLLVMMipsAsmParser.a usr/lib64/libLLVMMipsCodeGen.a usr/lib64/libLLVMMipsDesc.a usr/lib64/libLLVMMipsDisassembler.a usr/lib64/libLLVMMipsInfo.a usr/lib64/libLLVMNVPTXCodeGen.a usr/lib64/libLLVMNVPTXDesc.a usr/lib64/libLLVMNVPTXInfo.a usr/lib64/libLLVMObjCARCOpts.a usr/lib64/libLLVMObjCopy.a usr/lib64/libLLVMObject.a usr/lib64/libLLVMObjectYAML.a usr/lib64/libLLVMOption.a +usr/lib64/libLLVMOrcDebugging.a usr/lib64/libLLVMOrcJIT.a usr/lib64/libLLVMOrcShared.a usr/lib64/libLLVMOrcTargetProcess.a usr/lib64/libLLVMPasses.a usr/lib64/libLLVMPerfJITEvents.a usr/lib64/libLLVMPowerPCAsmParser.a usr/lib64/libLLVMPowerPCCodeGen.a usr/lib64/libLLVMPowerPCDesc.a usr/lib64/libLLVMPowerPCDisassembler.a usr/lib64/libLLVMPowerPCInfo.a usr/lib64/libLLVMProfileData.a usr/lib64/libLLVMRemarks.a usr/lib64/libLLVMRuntimeDyld.a usr/lib64/libLLVMScalarOpts.a usr/lib64/libLLVMSelectionDAG.a usr/lib64/libLLVMSupport.a usr/lib64/libLLVMSymbolize.a usr/lib64/libLLVMSystemZAsmParser.a usr/lib64/libLLVMSystemZCodeGen.a usr/lib64/libLLVMSystemZDesc.a usr/lib64/libLLVMSystemZDisassembler.a usr/lib64/libLLVMSystemZInfo.a usr/lib64/libLLVMTableGen.a usr/lib64/libLLVMTableGenCommon.a usr/lib64/libLLVMTableGenGlobalISel.a usr/lib64/libLLVMTarget.a usr/lib64/libLLVMTargetParser.a usr/lib64/libLLVMTextAPI.a +usr/lib64/libLLVMTextAPIBinaryReader.a usr/lib64/libLLVMTransformUtils.a usr/lib64/libLLVMVectorize.a usr/lib64/libLLVMWebAssemblyAsmParser.a usr/lib64/libLLVMWebAssemblyCodeGen.a usr/lib64/libLLVMWebAssemblyDesc.a usr/lib64/libLLVMWebAssemblyDisassembler.a usr/lib64/libLLVMWebAssemblyInfo.a usr/lib64/libLLVMWebAssemblyUtils.a usr/lib64/libLLVMWindowsDriver.a usr/lib64/libLLVMWindowsManifest.a usr/lib64/libLLVMX86AsmParser.a usr/lib64/libLLVMX86CodeGen.a usr/lib64/libLLVMX86Desc.a usr/lib64/libLLVMX86Disassembler.a usr/lib64/libLLVMX86Info.a usr/lib64/libLLVMX86TargetMCA.a usr/lib64/libLLVMXRay.a usr/lib64/libLLVMipo.a usr/lib64/libLTO.so -usr/lib64/libLTO.so.17 +usr/lib64/libLTO.so.18.1 usr/lib64/libRemarks.so -usr/lib64/libRemarks.so.17 +usr/lib64/libRemarks.so.18.1 usr/share/licenses/llvm-devel/LICENSE.TXT usr/share/licenses/llvm-libs/LICENSE.TXT usr/share/licenses/llvm-static/LICENSE.TXT usr/share/licenses/llvm/LICENSE.TXT usr/share/man/man1/FileCheck.1.gz usr/share/man/man1/bugpoint.1.gz usr/share/man/man1/clang-tblgen.1.gz usr/share/man/man1/dsymutil.1.gz usr/share/man/man1/lit.1.gz usr/share/man/man1/llc.1.gz usr/share/man/man1/lldb-tblgen.1.gz usr/share/man/man1/lli.1.gz usr/share/man/man1/llvm-addr2line.1.gz usr/share/man/man1/llvm-ar.1.gz usr/share/man/man1/llvm-as.1.gz usr/share/man/man1/llvm-bcanalyzer.1.gz usr/share/man/man1/llvm-config-64.1.gz usr/share/man/man1/llvm-config.1.gz usr/share/man/man1/llvm-cov.1.gz usr/share/man/man1/llvm-cxxfilt.1.gz usr/share/man/man1/llvm-cxxmap.1.gz usr/share/man/man1/llvm-debuginfo-analyzer.1.gz usr/share/man/man1/llvm-diff.1.gz usr/share/man/man1/llvm-dis.1.gz usr/share/man/man1/llvm-dwarfdump.1.gz usr/share/man/man1/llvm-dwarfutil.1.gz usr/share/man/man1/llvm-exegesis.1.gz usr/share/man/man1/llvm-extract.1.gz usr/share/man/man1/llvm-ifs.1.gz usr/share/man/man1/llvm-install-name-tool.1.gz -usr/share/man/man1/llvm-lib.1.gz usr/share/man/man1/llvm-libtool-darwin.1.gz +usr/share/man/man1/llvm-lib.1.gz usr/share/man/man1/llvm-link.1.gz usr/share/man/man1/llvm-lipo.1.gz usr/share/man/man1/llvm-locstats.1.gz -usr/share/man/man1/llvm-mc.1.gz usr/share/man/man1/llvm-mca.1.gz +usr/share/man/man1/llvm-mc.1.gz usr/share/man/man1/llvm-nm.1.gz usr/share/man/man1/llvm-objcopy.1.gz usr/share/man/man1/llvm-objdump.1.gz usr/share/man/man1/llvm-opt-report.1.gz usr/share/man/man1/llvm-otool.1.gz usr/share/man/man1/llvm-pdbutil.1.gz usr/share/man/man1/llvm-profdata.1.gz usr/share/man/man1/llvm-profgen.1.gz usr/share/man/man1/llvm-ranlib.1.gz usr/share/man/man1/llvm-readelf.1.gz usr/share/man/man1/llvm-readobj.1.gz usr/share/man/man1/llvm-reduce.1.gz -usr/share/man/man1/llvm-remark-size-diff.1.gz usr/share/man/man1/llvm-remarkutil.1.gz usr/share/man/man1/llvm-size.1.gz usr/share/man/man1/llvm-stress.1.gz usr/share/man/man1/llvm-strings.1.gz usr/share/man/man1/llvm-strip.1.gz usr/share/man/man1/llvm-symbolizer.1.gz usr/share/man/man1/llvm-tblgen.1.gz usr/share/man/man1/llvm-tli-checker.1.gz usr/share/man/man1/mlir-tblgen.1.gz usr/share/man/man1/opt.1.gz usr/share/man/man1/tblgen.1.gz usr/share/opt-viewer/opt-diff.py usr/share/opt-viewer/opt-stats.py usr/share/opt-viewer/opt-viewer.py usr/share/opt-viewer/optpmap.py usr/share/opt-viewer/optrecord.py usr/share/opt-viewer/style.css diff --git a/devel/linux-rl9-llvm/pkg-plist.amd64 b/devel/linux-rl9-llvm/pkg-plist.amd64 index 2042da9ffad8..4e50acd46e1e 100644 --- a/devel/linux-rl9-llvm/pkg-plist.amd64 +++ b/devel/linux-rl9-llvm/pkg-plist.amd64 @@ -1,589 +1,2573 @@ usr/bin/FileCheck usr/bin/UnicodeNameMappingGenerator usr/bin/bugpoint usr/bin/dsymutil usr/bin/llc usr/bin/lli usr/bin/llvm-PerfectShuffle usr/bin/llvm-addr2line usr/bin/llvm-ar usr/bin/llvm-as usr/bin/llvm-bcanalyzer usr/bin/llvm-bitcode-strip usr/bin/llvm-c-test usr/bin/llvm-cat usr/bin/llvm-cfi-verify -usr/bin/llvm-config-17-32 -usr/bin/llvm-config-17-64 +usr/bin/llvm-config-18-32 +usr/bin/llvm-config-18-64 usr/bin/llvm-config-32 usr/bin/llvm-config-64 usr/bin/llvm-cov usr/bin/llvm-cvtres usr/bin/llvm-cxxdump usr/bin/llvm-cxxfilt usr/bin/llvm-cxxmap usr/bin/llvm-debuginfo-analyzer usr/bin/llvm-debuginfod usr/bin/llvm-debuginfod-find usr/bin/llvm-diff usr/bin/llvm-dis usr/bin/llvm-dlltool usr/bin/llvm-dwarfdump usr/bin/llvm-dwarfutil usr/bin/llvm-dwp usr/bin/llvm-exegesis usr/bin/llvm-extract usr/bin/llvm-gsymutil usr/bin/llvm-ifs usr/bin/llvm-install-name-tool usr/bin/llvm-jitlink usr/bin/llvm-jitlink-executor usr/bin/llvm-lib usr/bin/llvm-libtool-darwin usr/bin/llvm-link usr/bin/llvm-lipo usr/bin/llvm-lto usr/bin/llvm-lto2 usr/bin/llvm-mc usr/bin/llvm-mca usr/bin/llvm-ml usr/bin/llvm-modextract usr/bin/llvm-mt usr/bin/llvm-nm usr/bin/llvm-objcopy usr/bin/llvm-objdump usr/bin/llvm-opt-report usr/bin/llvm-otool usr/bin/llvm-pdbutil usr/bin/llvm-profdata usr/bin/llvm-profgen usr/bin/llvm-ranlib usr/bin/llvm-rc usr/bin/llvm-readelf usr/bin/llvm-readobj +usr/bin/llvm-readtapi usr/bin/llvm-reduce -usr/bin/llvm-remark-size-diff usr/bin/llvm-remarkutil usr/bin/llvm-rtdyld usr/bin/llvm-sim usr/bin/llvm-size usr/bin/llvm-split usr/bin/llvm-stress usr/bin/llvm-strings usr/bin/llvm-strip usr/bin/llvm-symbolizer -usr/bin/llvm-tapi-diff usr/bin/llvm-tblgen usr/bin/llvm-tli-checker usr/bin/llvm-undname usr/bin/llvm-windres usr/bin/llvm-xray usr/bin/obj2yaml usr/bin/opt usr/bin/sancov usr/bin/sanstats usr/bin/split-file usr/bin/verify-uselistorder usr/bin/yaml2obj -usr/lib/.build-id/09/f25adacee465e2bf4e13bd01c8fe96ea85c7f6 -usr/lib/.build-id/1c/b6c5ca78733b57afc522a3e8153002f868768e -usr/lib/.build-id/1e/8829b709025037b354e973476544a2602e9e5c -usr/lib/.build-id/1f/4956c1a58e58206898615f04ad6a8d5cabb360 -usr/lib/.build-id/26/0bc69f5343337dddad14ddd44f0bd97269ac0c -usr/lib/.build-id/27/02fa23b2c768665decd340488b3cca94ae0ff5 -usr/lib/.build-id/2b/30105fd2bebaea15e4b225eeda22a3e6fd5adf -usr/lib/.build-id/2c/a8d9acf6d8c4a6139e50fb2b9fa2463a0614c5 -usr/lib/.build-id/2e/41afb05740f3374ff5938d16cea0261a609938 -usr/lib/.build-id/2f/b21ddedb6dd07b99ebc5a3b7076a16dfb1d76d -usr/lib/.build-id/31/313707cae010bfdec0a37d3e13454bb85ada7b -usr/lib/.build-id/35/e82f169421b32c5385c9d69e80c086a1add2b5 -usr/lib/.build-id/36/bf4b3f7b0187c57fa9303845e0b6e99dde79dd -usr/lib/.build-id/37/5fbe45df8e1df64da90570ffebda536a89c691 -usr/lib/.build-id/37/bdb3caf5d1f6b3125a06c6b31ed32f12d4ad3f -usr/lib/.build-id/38/6692f0d681d1b77d56359329b5abf19c0f807b -usr/lib/.build-id/39/5492076715f8fa016359e51bc909c311bfc772 -usr/lib/.build-id/3c/24db8c4538448c5a15977927d5a4491940145c -usr/lib/.build-id/3d/96ee1c47440e77a2c31adfffff1bedf4f27f62 -usr/lib/.build-id/3e/e9acb4e4fdf6f32ef14cafd9e32646eab87597 -usr/lib/.build-id/41/74f585ab03b4aa524ae85a3c94b6c6a3d8df42 -usr/lib/.build-id/41/95f618da380c0947a82c5e8651d555332249f5 -usr/lib/.build-id/41/ebb0c18868d367381de1fead3ffe7a500ecc8b -usr/lib/.build-id/43/6f5ed462e52a24e31078eebd02663abddfc65a -usr/lib/.build-id/43/967108c845944b3617c6dcf54ec7950f6356f4 -usr/lib/.build-id/4a/479107c8cdcae1dfe15830e775f0da1efcc1d4 -usr/lib/.build-id/4a/f7e17856717f8b9b677a08b541e9b5bb43205b -usr/lib/.build-id/4b/38b1fc2520be71af9f5dd0fa4050a21cda947f -usr/lib/.build-id/4c/5b3a6685d24bba3a6cf0e26493f31c10c49b7f -usr/lib/.build-id/57/60350d2be465be1ac579ba0cf938fdd86e0b6c -usr/lib/.build-id/5e/45574f9c4dbcceaf341150115723cec466477a -usr/lib/.build-id/5f/b36b8a497b82d963c6709781966a45ecfae22d -usr/lib/.build-id/60/528f94488a196819fabed4dac4543773fba90d -usr/lib/.build-id/60/8ca3ad0a51de51f77e6235bde4e14b661c92c6 -usr/lib/.build-id/62/286ae9bd417f4ef42eaf7cd5a452a2729cb18d -usr/lib/.build-id/64/0cf3f2d66be7b205b41b7065672c626a6db33b -usr/lib/.build-id/68/03239e17eb13e1418bee2104c43a232ee33cb1 -usr/lib/.build-id/6a/7c7cb159d5018314d08c550cba1e8bae1e294f -usr/lib/.build-id/6a/ca9d6512d6b949aa1cb51112dbf3174fac2fb0 -usr/lib/.build-id/6e/9df2bd8be572d4930763c6d6dbc4cbe0b9d968 -usr/lib/.build-id/6e/fe034b4be9f2afd03f8ae0e9a48d26098564bc -usr/lib/.build-id/70/0d61bc094245a76fad1dd859b12eb826da2bb0 -usr/lib/.build-id/70/6e8de6c326187534c5d9f5136a71ed95215f54 -usr/lib/.build-id/74/0dd938331030201887e060bc6cd92d3a1e8a55 -usr/lib/.build-id/75/1ccdda509a0d0a64d5b9bd3ac150fb98bb5874 -usr/lib/.build-id/75/3142f097edba47b3831980da83f041e496e22e -usr/lib/.build-id/79/a575e1505b0daa5493d5b4944f54fda3f3e236 -usr/lib/.build-id/7b/f284761a88fd81ad189122f94d1330c2cf8b11 -usr/lib/.build-id/80/a99cc8a0fdc78e100bb065b81d14f7972e1fef -usr/lib/.build-id/81/9491305657b05eeb3d5d06f674c6841384b94d -usr/lib/.build-id/89/7e5d1a13a3ee895769e2bbeb63800f70adb43d -usr/lib/.build-id/8b/1011e7878bd4ae475ed246f1fb989b7fc01704 -usr/lib/.build-id/8c/f7dfad05f112a8c1700d78457370e17cddf95f -usr/lib/.build-id/8f/e19d976aa5f430d5e16038ebc38081da50db8e -usr/lib/.build-id/97/8267b5bc8e46f4d1c174934b726011c208075f -usr/lib/.build-id/99/21b0b6e5696bd09cd8a067063a7cd891b4074a -usr/lib/.build-id/9c/567ad6f094817404a98a6e499925f7abe96986 -usr/lib/.build-id/9f/67175fd2efc198555f656dcc79377882370dea -usr/lib/.build-id/9f/bda8f85aa85517ae46d0a234fec2210890e8fa -usr/lib/.build-id/a6/db37208592cf09101325ae3113d686dbb61ea6 -usr/lib/.build-id/a7/2d9108a96fe0991debf954659389264747f8bf -usr/lib/.build-id/a7/48b5955c8c84c3c045b9363d77de67563e77d0 -usr/lib/.build-id/a7/753d4697a5b80cd69146e0fe899bece8daf388 -usr/lib/.build-id/b1/3ba713a5e03f793db636754dbb82183e9c054f -usr/lib/.build-id/b5/4e1b33fe3f42e18c6c0521de45aa457f0f9c5d -usr/lib/.build-id/c1/93b4d41e535147fd298cc441e42225bf2c405a -usr/lib/.build-id/c3/834310f5603cceb7555667eeded7e644ed464a -usr/lib/.build-id/c7/e958cbb81b37c5b89333dcf788ec86e751702d -usr/lib/.build-id/cc/6e7e194a0121e49765d233fb51ca8ea3e1d680 -usr/lib/.build-id/cd/756ea51b3dd2e00e59b940db09f08b1372bbc5 -usr/lib/.build-id/cd/c38caecc6a55ab767b512a03e851daffe277bb -usr/lib/.build-id/cd/f09b67190afedf5f5d96842d9beb0858524793 -usr/lib/.build-id/cf/e44fcb1ee94e45911937ba4ec0097665e671ea -usr/lib/.build-id/dc/42bfd8105a9b45ba396f5e7fa283b0e8933721 -usr/lib/.build-id/dd/a4f127946f76f5f65353b7623004289cababc7 -usr/lib/.build-id/df/533f7b6ac2c74751d744491dab26f527d77571 -usr/lib/.build-id/e0/a94999f888c4a63ed7b9cd56b2ee086ef40854 -usr/lib/.build-id/e1/8fdcaf659a3ac462bd23c95cca64d7bc506b85 -usr/lib/.build-id/e3/ef87868c6d6c2a053e14af1d6e1e2b7a7bd470 -usr/lib/.build-id/ea/f886ccdcdc46fc54eb255df484aff2f8f4243c -usr/lib/.build-id/ee/6e886c91e3317c2c6b2e3f5770df54a1057e11 -usr/lib/.build-id/f0/3da08f5bda8ef855a8f7e32771e2b09c738c5f -usr/lib/.build-id/f1/42ebdabdff46abd7d311681a4e806df57ad1a2 -usr/lib/.build-id/f1/5b6532e598dca3b4562b34c75cd5d2df0190f6 -usr/lib/.build-id/f4/09394283a653ae53df68e1d06d87126c835136 -usr/lib/.build-id/f5/00f41d8c065960e7520c744ad8e1e35530b892 -usr/lib/.build-id/fd/3264afdeff9b977f7f3e3446fe13b3db088fee -usr/lib/.build-id/fd/331c6144710b74c3848b1735c3377bd939dc80 -usr/lib/.build-id/ff/a00309587a34c5f9cfc66958c90b0a29cce454 +usr/include/llvm-c/Analysis.h +usr/include/llvm-c/BitReader.h +usr/include/llvm-c/BitWriter.h +usr/include/llvm-c/Comdat.h +usr/include/llvm-c/Core.h +usr/include/llvm-c/DataTypes.h +usr/include/llvm-c/DebugInfo.h +usr/include/llvm-c/Deprecated.h +usr/include/llvm-c/Disassembler.h +usr/include/llvm-c/DisassemblerTypes.h +usr/include/llvm-c/Error.h +usr/include/llvm-c/ErrorHandling.h +usr/include/llvm-c/ExecutionEngine.h +usr/include/llvm-c/ExternC.h +usr/include/llvm-c/IRReader.h +usr/include/llvm-c/LLJIT.h +usr/include/llvm-c/LLJITUtils.h +usr/include/llvm-c/Linker.h +usr/include/llvm-c/Object.h +usr/include/llvm-c/Orc.h +usr/include/llvm-c/OrcEE.h +usr/include/llvm-c/Remarks.h +usr/include/llvm-c/Support.h +usr/include/llvm-c/Target.h +usr/include/llvm-c/TargetMachine.h +usr/include/llvm-c/Transforms/PassBuilder.h +usr/include/llvm-c/Types.h +usr/include/llvm-c/blake3.h +usr/include/llvm-c/lto.h +usr/include/llvm/ADT/ADL.h +usr/include/llvm/ADT/APFixedPoint.h +usr/include/llvm/ADT/APFloat.h +usr/include/llvm/ADT/APInt.h +usr/include/llvm/ADT/APSInt.h +usr/include/llvm/ADT/AddressRanges.h +usr/include/llvm/ADT/AllocatorList.h +usr/include/llvm/ADT/Any.h +usr/include/llvm/ADT/ArrayRef.h +usr/include/llvm/ADT/BitVector.h +usr/include/llvm/ADT/Bitfields.h +usr/include/llvm/ADT/BitmaskEnum.h +usr/include/llvm/ADT/Bitset.h +usr/include/llvm/ADT/BreadthFirstIterator.h +usr/include/llvm/ADT/CachedHashString.h +usr/include/llvm/ADT/CoalescingBitVector.h +usr/include/llvm/ADT/CombinationGenerator.h +usr/include/llvm/ADT/ConcurrentHashtable.h +usr/include/llvm/ADT/DAGDeltaAlgorithm.h +usr/include/llvm/ADT/DeltaAlgorithm.h +usr/include/llvm/ADT/DenseMap.h +usr/include/llvm/ADT/DenseMapInfo.h +usr/include/llvm/ADT/DenseMapInfoVariant.h +usr/include/llvm/ADT/DenseSet.h +usr/include/llvm/ADT/DepthFirstIterator.h +usr/include/llvm/ADT/DirectedGraph.h +usr/include/llvm/ADT/EnumeratedArray.h +usr/include/llvm/ADT/EpochTracker.h +usr/include/llvm/ADT/EquivalenceClasses.h +usr/include/llvm/ADT/FloatingPointMode.h +usr/include/llvm/ADT/FoldingSet.h +usr/include/llvm/ADT/FunctionExtras.h +usr/include/llvm/ADT/GenericConvergenceVerifier.h +usr/include/llvm/ADT/GenericCycleImpl.h +usr/include/llvm/ADT/GenericCycleInfo.h +usr/include/llvm/ADT/GenericSSAContext.h +usr/include/llvm/ADT/GenericUniformityImpl.h +usr/include/llvm/ADT/GenericUniformityInfo.h +usr/include/llvm/ADT/GraphTraits.h +usr/include/llvm/ADT/Hashing.h +usr/include/llvm/ADT/ImmutableList.h +usr/include/llvm/ADT/ImmutableMap.h +usr/include/llvm/ADT/ImmutableSet.h +usr/include/llvm/ADT/IndexedMap.h +usr/include/llvm/ADT/IntEqClasses.h +usr/include/llvm/ADT/IntervalMap.h +usr/include/llvm/ADT/IntervalTree.h +usr/include/llvm/ADT/IntrusiveRefCntPtr.h +usr/include/llvm/ADT/LazyAtomicPointer.h +usr/include/llvm/ADT/MapVector.h +usr/include/llvm/ADT/PackedVector.h +usr/include/llvm/ADT/PagedVector.h +usr/include/llvm/ADT/PointerEmbeddedInt.h +usr/include/llvm/ADT/PointerIntPair.h +usr/include/llvm/ADT/PointerSumType.h +usr/include/llvm/ADT/PointerUnion.h +usr/include/llvm/ADT/PostOrderIterator.h +usr/include/llvm/ADT/PriorityQueue.h +usr/include/llvm/ADT/PriorityWorklist.h +usr/include/llvm/ADT/SCCIterator.h +usr/include/llvm/ADT/STLExtras.h +usr/include/llvm/ADT/STLForwardCompat.h +usr/include/llvm/ADT/STLFunctionalExtras.h +usr/include/llvm/ADT/ScopeExit.h +usr/include/llvm/ADT/ScopedHashTable.h +usr/include/llvm/ADT/Sequence.h +usr/include/llvm/ADT/SetOperations.h +usr/include/llvm/ADT/SetVector.h +usr/include/llvm/ADT/SmallBitVector.h +usr/include/llvm/ADT/SmallPtrSet.h +usr/include/llvm/ADT/SmallSet.h +usr/include/llvm/ADT/SmallString.h +usr/include/llvm/ADT/SmallVector.h +usr/include/llvm/ADT/SmallVectorExtras.h +usr/include/llvm/ADT/SparseBitVector.h +usr/include/llvm/ADT/SparseMultiSet.h +usr/include/llvm/ADT/SparseSet.h +usr/include/llvm/ADT/StableHashing.h +usr/include/llvm/ADT/Statistic.h +usr/include/llvm/ADT/StringExtras.h +usr/include/llvm/ADT/StringMap.h +usr/include/llvm/ADT/StringMapEntry.h +usr/include/llvm/ADT/StringRef.h +usr/include/llvm/ADT/StringSet.h +usr/include/llvm/ADT/StringSwitch.h +usr/include/llvm/ADT/TinyPtrVector.h +usr/include/llvm/ADT/Twine.h +usr/include/llvm/ADT/TypeSwitch.h +usr/include/llvm/ADT/Uniformity.h +usr/include/llvm/ADT/UniqueVector.h +usr/include/llvm/ADT/bit.h +usr/include/llvm/ADT/edit_distance.h +usr/include/llvm/ADT/fallible_iterator.h +usr/include/llvm/ADT/identity.h +usr/include/llvm/ADT/ilist.h +usr/include/llvm/ADT/ilist_base.h +usr/include/llvm/ADT/ilist_iterator.h +usr/include/llvm/ADT/ilist_node.h +usr/include/llvm/ADT/ilist_node_base.h +usr/include/llvm/ADT/ilist_node_options.h +usr/include/llvm/ADT/iterator.h +usr/include/llvm/ADT/iterator_range.h +usr/include/llvm/ADT/simple_ilist.h +usr/include/llvm/Analysis/AliasAnalysis.h +usr/include/llvm/Analysis/AliasAnalysisEvaluator.h +usr/include/llvm/Analysis/AliasSetTracker.h +usr/include/llvm/Analysis/AssumeBundleQueries.h +usr/include/llvm/Analysis/AssumptionCache.h +usr/include/llvm/Analysis/BasicAliasAnalysis.h +usr/include/llvm/Analysis/BlockFrequencyInfo.h +usr/include/llvm/Analysis/BlockFrequencyInfoImpl.h +usr/include/llvm/Analysis/BranchProbabilityInfo.h +usr/include/llvm/Analysis/CFG.h +usr/include/llvm/Analysis/CFGPrinter.h +usr/include/llvm/Analysis/CFGSCCPrinter.h +usr/include/llvm/Analysis/CGSCCPassManager.h +usr/include/llvm/Analysis/CallGraph.h +usr/include/llvm/Analysis/CallGraphSCCPass.h +usr/include/llvm/Analysis/CallPrinter.h +usr/include/llvm/Analysis/CaptureTracking.h +usr/include/llvm/Analysis/CmpInstAnalysis.h +usr/include/llvm/Analysis/CodeMetrics.h +usr/include/llvm/Analysis/ConstantFolding.h +usr/include/llvm/Analysis/ConstraintSystem.h +usr/include/llvm/Analysis/CostModel.h +usr/include/llvm/Analysis/CycleAnalysis.h +usr/include/llvm/Analysis/DDG.h +usr/include/llvm/Analysis/DDGPrinter.h +usr/include/llvm/Analysis/DOTGraphTraitsPass.h +usr/include/llvm/Analysis/Delinearization.h +usr/include/llvm/Analysis/DemandedBits.h +usr/include/llvm/Analysis/DependenceAnalysis.h +usr/include/llvm/Analysis/DependenceGraphBuilder.h +usr/include/llvm/Analysis/DomConditionCache.h +usr/include/llvm/Analysis/DomPrinter.h +usr/include/llvm/Analysis/DomTreeUpdater.h +usr/include/llvm/Analysis/DominanceFrontier.h +usr/include/llvm/Analysis/DominanceFrontierImpl.h +usr/include/llvm/Analysis/EHUtils.h +usr/include/llvm/Analysis/FunctionPropertiesAnalysis.h +usr/include/llvm/Analysis/GlobalsModRef.h +usr/include/llvm/Analysis/GuardUtils.h +usr/include/llvm/Analysis/HeatUtils.h +usr/include/llvm/Analysis/IRSimilarityIdentifier.h +usr/include/llvm/Analysis/IVDescriptors.h +usr/include/llvm/Analysis/IVUsers.h +usr/include/llvm/Analysis/IndirectCallPromotionAnalysis.h +usr/include/llvm/Analysis/IndirectCallVisitor.h +usr/include/llvm/Analysis/InlineAdvisor.h +usr/include/llvm/Analysis/InlineCost.h +usr/include/llvm/Analysis/InlineModelFeatureMaps.h +usr/include/llvm/Analysis/InlineOrder.h +usr/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h +usr/include/llvm/Analysis/InstCount.h +usr/include/llvm/Analysis/InstSimplifyFolder.h +usr/include/llvm/Analysis/InstructionPrecedenceTracking.h +usr/include/llvm/Analysis/InstructionSimplify.h +usr/include/llvm/Analysis/InteractiveModelRunner.h +usr/include/llvm/Analysis/Interval.h +usr/include/llvm/Analysis/IntervalIterator.h +usr/include/llvm/Analysis/IntervalPartition.h +usr/include/llvm/Analysis/IteratedDominanceFrontier.h +usr/include/llvm/Analysis/LazyBlockFrequencyInfo.h +usr/include/llvm/Analysis/LazyBranchProbabilityInfo.h +usr/include/llvm/Analysis/LazyCallGraph.h +usr/include/llvm/Analysis/LazyValueInfo.h +usr/include/llvm/Analysis/Lint.h +usr/include/llvm/Analysis/Loads.h +usr/include/llvm/Analysis/LoopAccessAnalysis.h +usr/include/llvm/Analysis/LoopAnalysisManager.h +usr/include/llvm/Analysis/LoopCacheAnalysis.h +usr/include/llvm/Analysis/LoopInfo.h +usr/include/llvm/Analysis/LoopIterator.h +usr/include/llvm/Analysis/LoopNestAnalysis.h +usr/include/llvm/Analysis/LoopPass.h +usr/include/llvm/Analysis/LoopUnrollAnalyzer.h +usr/include/llvm/Analysis/MLInlineAdvisor.h +usr/include/llvm/Analysis/MLModelRunner.h +usr/include/llvm/Analysis/MemDerefPrinter.h +usr/include/llvm/Analysis/MemoryBuiltins.h +usr/include/llvm/Analysis/MemoryDependenceAnalysis.h +usr/include/llvm/Analysis/MemoryLocation.h +usr/include/llvm/Analysis/MemoryProfileInfo.h +usr/include/llvm/Analysis/MemorySSA.h +usr/include/llvm/Analysis/MemorySSAUpdater.h +usr/include/llvm/Analysis/ModelUnderTrainingRunner.h +usr/include/llvm/Analysis/ModuleDebugInfoPrinter.h +usr/include/llvm/Analysis/ModuleSummaryAnalysis.h +usr/include/llvm/Analysis/MustExecute.h +usr/include/llvm/Analysis/NoInferenceModelRunner.h +usr/include/llvm/Analysis/ObjCARCAliasAnalysis.h +usr/include/llvm/Analysis/ObjCARCAnalysisUtils.h +usr/include/llvm/Analysis/ObjCARCInstKind.h +usr/include/llvm/Analysis/ObjCARCUtil.h +usr/include/llvm/Analysis/OptimizationRemarkEmitter.h +usr/include/llvm/Analysis/OverflowInstAnalysis.h +usr/include/llvm/Analysis/PHITransAddr.h +usr/include/llvm/Analysis/Passes.h +usr/include/llvm/Analysis/PhiValues.h +usr/include/llvm/Analysis/PostDominators.h +usr/include/llvm/Analysis/ProfileSummaryInfo.h +usr/include/llvm/Analysis/PtrUseVisitor.h +usr/include/llvm/Analysis/RegionInfo.h +usr/include/llvm/Analysis/RegionInfoImpl.h +usr/include/llvm/Analysis/RegionIterator.h +usr/include/llvm/Analysis/RegionPass.h +usr/include/llvm/Analysis/RegionPrinter.h +usr/include/llvm/Analysis/ReleaseModeModelRunner.h +usr/include/llvm/Analysis/ReplayInlineAdvisor.h +usr/include/llvm/Analysis/ScalarEvolution.h +usr/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h +usr/include/llvm/Analysis/ScalarEvolutionDivision.h +usr/include/llvm/Analysis/ScalarEvolutionExpressions.h +usr/include/llvm/Analysis/ScalarEvolutionNormalization.h +usr/include/llvm/Analysis/ScalarFuncs.def +usr/include/llvm/Analysis/ScopedNoAliasAA.h +usr/include/llvm/Analysis/SimplifyQuery.h +usr/include/llvm/Analysis/SparsePropagation.h +usr/include/llvm/Analysis/StackLifetime.h +usr/include/llvm/Analysis/StackSafetyAnalysis.h +usr/include/llvm/Analysis/StructuralHash.h +usr/include/llvm/Analysis/SyntheticCountsUtils.h +usr/include/llvm/Analysis/TargetFolder.h +usr/include/llvm/Analysis/TargetLibraryInfo.def +usr/include/llvm/Analysis/TargetLibraryInfo.h +usr/include/llvm/Analysis/TargetTransformInfo.h +usr/include/llvm/Analysis/TargetTransformInfoImpl.h +usr/include/llvm/Analysis/TensorSpec.h +usr/include/llvm/Analysis/Trace.h +usr/include/llvm/Analysis/TypeBasedAliasAnalysis.h +usr/include/llvm/Analysis/TypeMetadataUtils.h +usr/include/llvm/Analysis/UniformityAnalysis.h +usr/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h +usr/include/llvm/Analysis/Utils/Local.h +usr/include/llvm/Analysis/Utils/TFUtils.h +usr/include/llvm/Analysis/Utils/TrainingLogger.h +usr/include/llvm/Analysis/ValueLattice.h +usr/include/llvm/Analysis/ValueLatticeUtils.h +usr/include/llvm/Analysis/ValueTracking.h +usr/include/llvm/Analysis/VecFuncs.def +usr/include/llvm/Analysis/VectorUtils.h +usr/include/llvm/Analysis/WithCache.h +usr/include/llvm/AsmParser/LLLexer.h +usr/include/llvm/AsmParser/LLParser.h +usr/include/llvm/AsmParser/LLToken.h +usr/include/llvm/AsmParser/Parser.h +usr/include/llvm/AsmParser/SlotMapping.h +usr/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h +usr/include/llvm/BinaryFormat/COFF.h +usr/include/llvm/BinaryFormat/DXContainer.h +usr/include/llvm/BinaryFormat/DXContainerConstants.def +usr/include/llvm/BinaryFormat/Dwarf.def +usr/include/llvm/BinaryFormat/Dwarf.h +usr/include/llvm/BinaryFormat/DynamicTags.def +usr/include/llvm/BinaryFormat/ELF.h +usr/include/llvm/BinaryFormat/ELFRelocs/AArch64.def +usr/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def +usr/include/llvm/BinaryFormat/ELFRelocs/ARC.def +usr/include/llvm/BinaryFormat/ELFRelocs/ARM.def +usr/include/llvm/BinaryFormat/ELFRelocs/AVR.def +usr/include/llvm/BinaryFormat/ELFRelocs/BPF.def +usr/include/llvm/BinaryFormat/ELFRelocs/CSKY.def +usr/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def +usr/include/llvm/BinaryFormat/ELFRelocs/Lanai.def +usr/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def +usr/include/llvm/BinaryFormat/ELFRelocs/M68k.def +usr/include/llvm/BinaryFormat/ELFRelocs/MSP430.def +usr/include/llvm/BinaryFormat/ELFRelocs/Mips.def +usr/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def +usr/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def +usr/include/llvm/BinaryFormat/ELFRelocs/RISCV.def +usr/include/llvm/BinaryFormat/ELFRelocs/Sparc.def +usr/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def +usr/include/llvm/BinaryFormat/ELFRelocs/VE.def +usr/include/llvm/BinaryFormat/ELFRelocs/Xtensa.def +usr/include/llvm/BinaryFormat/ELFRelocs/i386.def +usr/include/llvm/BinaryFormat/ELFRelocs/x86_64.def +usr/include/llvm/BinaryFormat/GOFF.h +usr/include/llvm/BinaryFormat/MachO.def +usr/include/llvm/BinaryFormat/MachO.h +usr/include/llvm/BinaryFormat/Magic.h +usr/include/llvm/BinaryFormat/Minidump.h +usr/include/llvm/BinaryFormat/MinidumpConstants.def +usr/include/llvm/BinaryFormat/MsgPack.def +usr/include/llvm/BinaryFormat/MsgPack.h +usr/include/llvm/BinaryFormat/MsgPackDocument.h +usr/include/llvm/BinaryFormat/MsgPackReader.h +usr/include/llvm/BinaryFormat/MsgPackWriter.h +usr/include/llvm/BinaryFormat/Swift.def +usr/include/llvm/BinaryFormat/Swift.h +usr/include/llvm/BinaryFormat/Wasm.h +usr/include/llvm/BinaryFormat/WasmRelocs.def +usr/include/llvm/BinaryFormat/WasmTraits.h +usr/include/llvm/BinaryFormat/XCOFF.h +usr/include/llvm/Bitcode/BitcodeAnalyzer.h +usr/include/llvm/Bitcode/BitcodeCommon.h +usr/include/llvm/Bitcode/BitcodeConvenience.h +usr/include/llvm/Bitcode/BitcodeReader.h +usr/include/llvm/Bitcode/BitcodeWriter.h +usr/include/llvm/Bitcode/BitcodeWriterPass.h +usr/include/llvm/Bitcode/LLVMBitCodes.h +usr/include/llvm/Bitstream/BitCodeEnums.h +usr/include/llvm/Bitstream/BitCodes.h +usr/include/llvm/Bitstream/BitstreamReader.h +usr/include/llvm/Bitstream/BitstreamWriter.h +usr/include/llvm/CodeGen/AccelTable.h +usr/include/llvm/CodeGen/Analysis.h +usr/include/llvm/CodeGen/AntiDepBreaker.h +usr/include/llvm/CodeGen/AsmPrinter.h +usr/include/llvm/CodeGen/AsmPrinterHandler.h +usr/include/llvm/CodeGen/AssignmentTrackingAnalysis.h +usr/include/llvm/CodeGen/AtomicExpandUtils.h +usr/include/llvm/CodeGen/BasicBlockSectionUtils.h +usr/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h +usr/include/llvm/CodeGen/BasicTTIImpl.h +usr/include/llvm/CodeGen/ByteProvider.h +usr/include/llvm/CodeGen/CFIFixup.h +usr/include/llvm/CodeGen/CSEConfigBase.h +usr/include/llvm/CodeGen/CalcSpillWeights.h +usr/include/llvm/CodeGen/CallBrPrepare.h +usr/include/llvm/CodeGen/CallingConvLower.h +usr/include/llvm/CodeGen/CodeGenCommonISel.h +usr/include/llvm/CodeGen/CodeGenPassBuilder.h +usr/include/llvm/CodeGen/CodeGenPrepare.h +usr/include/llvm/CodeGen/CommandFlags.h +usr/include/llvm/CodeGen/ComplexDeinterleavingPass.h +usr/include/llvm/CodeGen/CostTable.h +usr/include/llvm/CodeGen/DAGCombine.h +usr/include/llvm/CodeGen/DFAPacketizer.h +usr/include/llvm/CodeGen/DIE.h +usr/include/llvm/CodeGen/DIEValue.def +usr/include/llvm/CodeGen/DbgEntityHistoryCalculator.h +usr/include/llvm/CodeGen/DebugHandlerBase.h +usr/include/llvm/CodeGen/DetectDeadLanes.h +usr/include/llvm/CodeGen/DwarfEHPrepare.h +usr/include/llvm/CodeGen/DwarfStringPoolEntry.h +usr/include/llvm/CodeGen/EdgeBundles.h +usr/include/llvm/CodeGen/ExecutionDomainFix.h +usr/include/llvm/CodeGen/ExpandLargeDivRem.h +usr/include/llvm/CodeGen/ExpandLargeFpConvert.h +usr/include/llvm/CodeGen/ExpandMemCmp.h +usr/include/llvm/CodeGen/ExpandReductions.h +usr/include/llvm/CodeGen/ExpandVectorPredication.h +usr/include/llvm/CodeGen/FastISel.h +usr/include/llvm/CodeGen/FaultMaps.h +usr/include/llvm/CodeGen/FunctionLoweringInfo.h +usr/include/llvm/CodeGen/GCMetadata.h +usr/include/llvm/CodeGen/GCMetadataPrinter.h +usr/include/llvm/CodeGen/GenVT.inc +usr/include/llvm/CodeGen/GlobalISel/CSEInfo.h +usr/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h +usr/include/llvm/CodeGen/GlobalISel/CallLowering.h +usr/include/llvm/CodeGen/GlobalISel/Combiner.h +usr/include/llvm/CodeGen/GlobalISel/CombinerHelper.h +usr/include/llvm/CodeGen/GlobalISel/CombinerInfo.h +usr/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h +usr/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h +usr/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h +usr/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h +usr/include/llvm/CodeGen/GlobalISel/GISelWorkList.h +usr/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h +usr/include/llvm/CodeGen/GlobalISel/IRTranslator.h +usr/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h +usr/include/llvm/CodeGen/GlobalISel/InstructionSelect.h +usr/include/llvm/CodeGen/GlobalISel/InstructionSelector.h +usr/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h +usr/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h +usr/include/llvm/CodeGen/GlobalISel/Legalizer.h +usr/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h +usr/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h +usr/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h +usr/include/llvm/CodeGen/GlobalISel/Localizer.h +usr/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h +usr/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h +usr/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h +usr/include/llvm/CodeGen/GlobalISel/RegBankSelect.h +usr/include/llvm/CodeGen/GlobalISel/Utils.h +usr/include/llvm/CodeGen/GlobalMerge.h +usr/include/llvm/CodeGen/HardwareLoops.h +usr/include/llvm/CodeGen/ISDOpcodes.h +usr/include/llvm/CodeGen/IndirectBrExpand.h +usr/include/llvm/CodeGen/IndirectThunks.h +usr/include/llvm/CodeGen/InterleavedAccess.h +usr/include/llvm/CodeGen/InterleavedLoadCombine.h +usr/include/llvm/CodeGen/IntrinsicLowering.h +usr/include/llvm/CodeGen/JMCInstrumenter.h +usr/include/llvm/CodeGen/LatencyPriorityQueue.h +usr/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h +usr/include/llvm/CodeGen/LexicalScopes.h +usr/include/llvm/CodeGen/LinkAllAsmWriterComponents.h +usr/include/llvm/CodeGen/LinkAllCodegenComponents.h +usr/include/llvm/CodeGen/LiveInterval.h +usr/include/llvm/CodeGen/LiveIntervalCalc.h +usr/include/llvm/CodeGen/LiveIntervalUnion.h +usr/include/llvm/CodeGen/LiveIntervals.h +usr/include/llvm/CodeGen/LivePhysRegs.h +usr/include/llvm/CodeGen/LiveRangeCalc.h +usr/include/llvm/CodeGen/LiveRangeEdit.h +usr/include/llvm/CodeGen/LiveRegMatrix.h +usr/include/llvm/CodeGen/LiveRegUnits.h +usr/include/llvm/CodeGen/LiveStacks.h +usr/include/llvm/CodeGen/LiveVariables.h +usr/include/llvm/CodeGen/LoopTraversal.h +usr/include/llvm/CodeGen/LowLevelType.h +usr/include/llvm/CodeGen/LowLevelTypeUtils.h +usr/include/llvm/CodeGen/LowerEmuTLS.h +usr/include/llvm/CodeGen/MBFIWrapper.h +usr/include/llvm/CodeGen/MIRFSDiscriminator.h +usr/include/llvm/CodeGen/MIRFormatter.h +usr/include/llvm/CodeGen/MIRParser/MIParser.h +usr/include/llvm/CodeGen/MIRParser/MIRParser.h +usr/include/llvm/CodeGen/MIRPrinter.h +usr/include/llvm/CodeGen/MIRSampleProfile.h +usr/include/llvm/CodeGen/MIRYamlMapping.h +usr/include/llvm/CodeGen/MachORelocation.h +usr/include/llvm/CodeGen/MachineBasicBlock.h +usr/include/llvm/CodeGen/MachineBlockFrequencyInfo.h +usr/include/llvm/CodeGen/MachineBranchProbabilityInfo.h +usr/include/llvm/CodeGen/MachineCFGPrinter.h +usr/include/llvm/CodeGen/MachineCombinerPattern.h +usr/include/llvm/CodeGen/MachineConstantPool.h +usr/include/llvm/CodeGen/MachineCycleAnalysis.h +usr/include/llvm/CodeGen/MachineDominanceFrontier.h +usr/include/llvm/CodeGen/MachineDominators.h +usr/include/llvm/CodeGen/MachineFrameInfo.h +usr/include/llvm/CodeGen/MachineFunction.h +usr/include/llvm/CodeGen/MachineFunctionPass.h +usr/include/llvm/CodeGen/MachineInstr.h +usr/include/llvm/CodeGen/MachineInstrBuilder.h +usr/include/llvm/CodeGen/MachineInstrBundle.h +usr/include/llvm/CodeGen/MachineInstrBundleIterator.h +usr/include/llvm/CodeGen/MachineJumpTableInfo.h +usr/include/llvm/CodeGen/MachineLoopInfo.h +usr/include/llvm/CodeGen/MachineLoopUtils.h +usr/include/llvm/CodeGen/MachineMemOperand.h +usr/include/llvm/CodeGen/MachineModuleInfo.h +usr/include/llvm/CodeGen/MachineModuleInfoImpls.h +usr/include/llvm/CodeGen/MachineModuleSlotTracker.h +usr/include/llvm/CodeGen/MachineOperand.h +usr/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h +usr/include/llvm/CodeGen/MachineOutliner.h +usr/include/llvm/CodeGen/MachinePassManager.h +usr/include/llvm/CodeGen/MachinePassRegistry.def +usr/include/llvm/CodeGen/MachinePassRegistry.h +usr/include/llvm/CodeGen/MachinePipeliner.h +usr/include/llvm/CodeGen/MachinePostDominators.h +usr/include/llvm/CodeGen/MachineRegionInfo.h +usr/include/llvm/CodeGen/MachineRegisterInfo.h +usr/include/llvm/CodeGen/MachineSSAContext.h +usr/include/llvm/CodeGen/MachineSSAUpdater.h +usr/include/llvm/CodeGen/MachineScheduler.h +usr/include/llvm/CodeGen/MachineSizeOpts.h +usr/include/llvm/CodeGen/MachineStableHash.h +usr/include/llvm/CodeGen/MachineTraceMetrics.h +usr/include/llvm/CodeGen/MachineUniformityAnalysis.h +usr/include/llvm/CodeGen/MachineValueType.h +usr/include/llvm/CodeGen/MacroFusion.h +usr/include/llvm/CodeGen/ModuloSchedule.h +usr/include/llvm/CodeGen/MultiHazardRecognizer.h +usr/include/llvm/CodeGen/NonRelocatableStringpool.h +usr/include/llvm/CodeGen/PBQP/CostAllocator.h +usr/include/llvm/CodeGen/PBQP/Graph.h +usr/include/llvm/CodeGen/PBQP/Math.h +usr/include/llvm/CodeGen/PBQP/ReductionRules.h +usr/include/llvm/CodeGen/PBQP/Solution.h +usr/include/llvm/CodeGen/PBQPRAConstraint.h +usr/include/llvm/CodeGen/ParallelCG.h +usr/include/llvm/CodeGen/Passes.h +usr/include/llvm/CodeGen/PreISelIntrinsicLowering.h +usr/include/llvm/CodeGen/PseudoSourceValue.h +usr/include/llvm/CodeGen/PseudoSourceValueManager.h +usr/include/llvm/CodeGen/RDFGraph.h +usr/include/llvm/CodeGen/RDFLiveness.h +usr/include/llvm/CodeGen/RDFRegisters.h +usr/include/llvm/CodeGen/ReachingDefAnalysis.h +usr/include/llvm/CodeGen/RegAllocCommon.h +usr/include/llvm/CodeGen/RegAllocPBQP.h +usr/include/llvm/CodeGen/RegAllocRegistry.h +usr/include/llvm/CodeGen/Register.h +usr/include/llvm/CodeGen/RegisterBank.h +usr/include/llvm/CodeGen/RegisterBankInfo.h +usr/include/llvm/CodeGen/RegisterClassInfo.h +usr/include/llvm/CodeGen/RegisterPressure.h +usr/include/llvm/CodeGen/RegisterScavenging.h +usr/include/llvm/CodeGen/RegisterUsageInfo.h +usr/include/llvm/CodeGen/ReplaceWithVeclib.h +usr/include/llvm/CodeGen/ResourcePriorityQueue.h +usr/include/llvm/CodeGen/RuntimeLibcalls.h +usr/include/llvm/CodeGen/SDNodeProperties.td +usr/include/llvm/CodeGen/SafeStack.h +usr/include/llvm/CodeGen/ScheduleDAG.h +usr/include/llvm/CodeGen/ScheduleDAGInstrs.h +usr/include/llvm/CodeGen/ScheduleDAGMutation.h +usr/include/llvm/CodeGen/ScheduleDFS.h +usr/include/llvm/CodeGen/ScheduleHazardRecognizer.h +usr/include/llvm/CodeGen/SchedulerRegistry.h +usr/include/llvm/CodeGen/ScoreboardHazardRecognizer.h +usr/include/llvm/CodeGen/SelectOptimize.h +usr/include/llvm/CodeGen/SelectionDAG.h +usr/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h +usr/include/llvm/CodeGen/SelectionDAGISel.h +usr/include/llvm/CodeGen/SelectionDAGNodes.h +usr/include/llvm/CodeGen/SelectionDAGTargetInfo.h +usr/include/llvm/CodeGen/ShadowStackGCLowering.h +usr/include/llvm/CodeGen/SjLjEHPrepare.h +usr/include/llvm/CodeGen/SlotIndexes.h +usr/include/llvm/CodeGen/Spiller.h +usr/include/llvm/CodeGen/StackMaps.h +usr/include/llvm/CodeGen/StackProtector.h +usr/include/llvm/CodeGen/SwiftErrorValueTracking.h +usr/include/llvm/CodeGen/SwitchLoweringUtils.h +usr/include/llvm/CodeGen/TailDuplicator.h +usr/include/llvm/CodeGen/TargetCallingConv.h +usr/include/llvm/CodeGen/TargetFrameLowering.h +usr/include/llvm/CodeGen/TargetInstrInfo.h +usr/include/llvm/CodeGen/TargetLowering.h +usr/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h +usr/include/llvm/CodeGen/TargetOpcodes.h +usr/include/llvm/CodeGen/TargetPassConfig.h +usr/include/llvm/CodeGen/TargetRegisterInfo.h +usr/include/llvm/CodeGen/TargetSchedule.h +usr/include/llvm/CodeGen/TargetSubtargetInfo.h +usr/include/llvm/CodeGen/TileShapeInfo.h +usr/include/llvm/CodeGen/TypePromotion.h +usr/include/llvm/CodeGen/UnreachableBlockElim.h +usr/include/llvm/CodeGen/VLIWMachineScheduler.h +usr/include/llvm/CodeGen/ValueTypes.h +usr/include/llvm/CodeGen/ValueTypes.td +usr/include/llvm/CodeGen/VirtRegMap.h +usr/include/llvm/CodeGen/WasmEHFuncInfo.h +usr/include/llvm/CodeGen/WasmEHPrepare.h +usr/include/llvm/CodeGen/WinEHFuncInfo.h +usr/include/llvm/CodeGen/WinEHPrepare.h +usr/include/llvm/Config/AsmParsers.def +usr/include/llvm/Config/AsmPrinters.def +usr/include/llvm/Config/Disassemblers.def +usr/include/llvm/Config/TargetExegesis.def +usr/include/llvm/Config/TargetMCAs.def +usr/include/llvm/Config/Targets.def +usr/include/llvm/Config/abi-breaking.h +usr/include/llvm/Config/llvm-config-i386.h +usr/include/llvm/Config/llvm-config-x86_64.h +usr/include/llvm/Config/llvm-config.h +usr/include/llvm/DWARFLinker/AddressesMap.h +usr/include/llvm/DWARFLinker/Classic/DWARFLinker.h +usr/include/llvm/DWARFLinker/Classic/DWARFLinkerCompileUnit.h +usr/include/llvm/DWARFLinker/Classic/DWARFLinkerDeclContext.h +usr/include/llvm/DWARFLinker/Classic/DWARFStreamer.h +usr/include/llvm/DWARFLinker/DWARFFile.h +usr/include/llvm/DWARFLinker/DWARFLinkerBase.h +usr/include/llvm/DWARFLinker/IndexedValuesMap.h +usr/include/llvm/DWARFLinker/Parallel/DWARFLinker.h +usr/include/llvm/DWARFLinker/StringPool.h +usr/include/llvm/DWARFLinker/Utils.h +usr/include/llvm/DWP/DWP.h +usr/include/llvm/DWP/DWPError.h +usr/include/llvm/DWP/DWPStringPool.h +usr/include/llvm/DebugInfo/BTF/BTF.def +usr/include/llvm/DebugInfo/BTF/BTF.h +usr/include/llvm/DebugInfo/BTF/BTFContext.h +usr/include/llvm/DebugInfo/BTF/BTFParser.h +usr/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h +usr/include/llvm/DebugInfo/CodeView/CVRecord.h +usr/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h +usr/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h +usr/include/llvm/DebugInfo/CodeView/CodeView.h +usr/include/llvm/DebugInfo/CodeView/CodeViewError.h +usr/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h +usr/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def +usr/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def +usr/include/llvm/DebugInfo/CodeView/CodeViewTypes.def +usr/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h +usr/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h +usr/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h +usr/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h +usr/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h +usr/include/llvm/DebugInfo/CodeView/EnumTables.h +usr/include/llvm/DebugInfo/CodeView/Formatters.h +usr/include/llvm/DebugInfo/CodeView/FunctionId.h +usr/include/llvm/DebugInfo/CodeView/GUID.h +usr/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h +usr/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h +usr/include/llvm/DebugInfo/CodeView/Line.h +usr/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h +usr/include/llvm/DebugInfo/CodeView/RecordName.h +usr/include/llvm/DebugInfo/CodeView/RecordSerialization.h +usr/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h +usr/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h +usr/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h +usr/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h +usr/include/llvm/DebugInfo/CodeView/SymbolDumper.h +usr/include/llvm/DebugInfo/CodeView/SymbolRecord.h +usr/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h +usr/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h +usr/include/llvm/DebugInfo/CodeView/SymbolSerializer.h +usr/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h +usr/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h +usr/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h +usr/include/llvm/DebugInfo/CodeView/TypeCollection.h +usr/include/llvm/DebugInfo/CodeView/TypeDeserializer.h +usr/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h +usr/include/llvm/DebugInfo/CodeView/TypeHashing.h +usr/include/llvm/DebugInfo/CodeView/TypeIndex.h +usr/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h +usr/include/llvm/DebugInfo/CodeView/TypeRecord.h +usr/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h +usr/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h +usr/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h +usr/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h +usr/include/llvm/DebugInfo/CodeView/TypeTableCollection.h +usr/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h +usr/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h +usr/include/llvm/DebugInfo/DIContext.h +usr/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h +usr/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h +usr/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h +usr/include/llvm/DebugInfo/DWARF/DWARFAttribute.h +usr/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h +usr/include/llvm/DebugInfo/DWARF/DWARFContext.h +usr/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h +usr/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h +usr/include/llvm/DebugInfo/DWARF/DWARFDie.h +usr/include/llvm/DebugInfo/DWARF/DWARFExpression.h +usr/include/llvm/DebugInfo/DWARF/DWARFFormValue.h +usr/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h +usr/include/llvm/DebugInfo/DWARF/DWARFListTable.h +usr/include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h +usr/include/llvm/DebugInfo/DWARF/DWARFObject.h +usr/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h +usr/include/llvm/DebugInfo/DWARF/DWARFSection.h +usr/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h +usr/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h +usr/include/llvm/DebugInfo/DWARF/DWARFUnit.h +usr/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h +usr/include/llvm/DebugInfo/DWARF/DWARFVerifier.h +usr/include/llvm/DebugInfo/GSYM/DwarfTransformer.h +usr/include/llvm/DebugInfo/GSYM/ExtractRanges.h +usr/include/llvm/DebugInfo/GSYM/FileEntry.h +usr/include/llvm/DebugInfo/GSYM/FileWriter.h +usr/include/llvm/DebugInfo/GSYM/FunctionInfo.h +usr/include/llvm/DebugInfo/GSYM/GsymCreator.h +usr/include/llvm/DebugInfo/GSYM/GsymReader.h +usr/include/llvm/DebugInfo/GSYM/Header.h +usr/include/llvm/DebugInfo/GSYM/InlineInfo.h +usr/include/llvm/DebugInfo/GSYM/LineEntry.h +usr/include/llvm/DebugInfo/GSYM/LineTable.h +usr/include/llvm/DebugInfo/GSYM/LookupResult.h +usr/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h +usr/include/llvm/DebugInfo/GSYM/StringTable.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVCompare.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVElement.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVLine.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVLocation.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVObject.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVOptions.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVRange.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVReader.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVScope.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVSort.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVStringPool.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVSymbol.h +usr/include/llvm/DebugInfo/LogicalView/Core/LVType.h +usr/include/llvm/DebugInfo/LogicalView/LVReaderHandler.h +usr/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h +usr/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h +usr/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h +usr/include/llvm/DebugInfo/LogicalView/Readers/LVELFReader.h +usr/include/llvm/DebugInfo/MSF/IMSFFile.h +usr/include/llvm/DebugInfo/MSF/MSFBuilder.h +usr/include/llvm/DebugInfo/MSF/MSFCommon.h +usr/include/llvm/DebugInfo/MSF/MSFError.h +usr/include/llvm/DebugInfo/MSF/MappedBlockStream.h +usr/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h +usr/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAError.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h +usr/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h +usr/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h +usr/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h +usr/include/llvm/DebugInfo/PDB/DIA/DIASession.h +usr/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h +usr/include/llvm/DebugInfo/PDB/DIA/DIASupport.h +usr/include/llvm/DebugInfo/PDB/DIA/DIATable.h +usr/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h +usr/include/llvm/DebugInfo/PDB/GenericError.h +usr/include/llvm/DebugInfo/PDB/IPDBDataStream.h +usr/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h +usr/include/llvm/DebugInfo/PDB/IPDBFrameData.h +usr/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h +usr/include/llvm/DebugInfo/PDB/IPDBLineNumber.h +usr/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h +usr/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h +usr/include/llvm/DebugInfo/PDB/IPDBSession.h +usr/include/llvm/DebugInfo/PDB/IPDBSourceFile.h +usr/include/llvm/DebugInfo/PDB/IPDBTable.h +usr/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h +usr/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h +usr/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h +usr/include/llvm/DebugInfo/PDB/Native/DbiStream.h +usr/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h +usr/include/llvm/DebugInfo/PDB/Native/EnumTables.h +usr/include/llvm/DebugInfo/PDB/Native/FormatUtil.h +usr/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h +usr/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h +usr/include/llvm/DebugInfo/PDB/Native/Hash.h +usr/include/llvm/DebugInfo/PDB/Native/HashTable.h +usr/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h +usr/include/llvm/DebugInfo/PDB/Native/InfoStream.h +usr/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h +usr/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h +usr/include/llvm/DebugInfo/PDB/Native/InputFile.h +usr/include/llvm/DebugInfo/PDB/Native/LinePrinter.h +usr/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h +usr/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h +usr/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h +usr/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h +usr/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h +usr/include/llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h +usr/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h +usr/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h +usr/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h +usr/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h +usr/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h +usr/include/llvm/DebugInfo/PDB/Native/NativeInlineSiteSymbol.h +usr/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h +usr/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h +usr/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h +usr/include/llvm/DebugInfo/PDB/Native/NativeSession.h +usr/include/llvm/DebugInfo/PDB/Native/NativeSourceFile.h +usr/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h +usr/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h +usr/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h +usr/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h +usr/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h +usr/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h +usr/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h +usr/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h +usr/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h +usr/include/llvm/DebugInfo/PDB/Native/PDBFile.h +usr/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h +usr/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h +usr/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h +usr/include/llvm/DebugInfo/PDB/Native/PublicsStream.h +usr/include/llvm/DebugInfo/PDB/Native/RawConstants.h +usr/include/llvm/DebugInfo/PDB/Native/RawError.h +usr/include/llvm/DebugInfo/PDB/Native/RawTypes.h +usr/include/llvm/DebugInfo/PDB/Native/SymbolCache.h +usr/include/llvm/DebugInfo/PDB/Native/SymbolStream.h +usr/include/llvm/DebugInfo/PDB/Native/TpiHashing.h +usr/include/llvm/DebugInfo/PDB/Native/TpiStream.h +usr/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h +usr/include/llvm/DebugInfo/PDB/PDB.h +usr/include/llvm/DebugInfo/PDB/PDBContext.h +usr/include/llvm/DebugInfo/PDB/PDBExtras.h +usr/include/llvm/DebugInfo/PDB/PDBSymDumper.h +usr/include/llvm/DebugInfo/PDB/PDBSymbol.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolData.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolExe.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h +usr/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h +usr/include/llvm/DebugInfo/PDB/PDBTypes.h +usr/include/llvm/DebugInfo/PDB/UDTLayout.h +usr/include/llvm/DebugInfo/Symbolize/DIPrinter.h +usr/include/llvm/DebugInfo/Symbolize/Markup.h +usr/include/llvm/DebugInfo/Symbolize/MarkupFilter.h +usr/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h +usr/include/llvm/DebugInfo/Symbolize/SymbolizableObjectFile.h +usr/include/llvm/DebugInfo/Symbolize/Symbolize.h +usr/include/llvm/Debuginfod/BuildIDFetcher.h +usr/include/llvm/Debuginfod/Debuginfod.h +usr/include/llvm/Debuginfod/HTTPClient.h +usr/include/llvm/Debuginfod/HTTPServer.h +usr/include/llvm/Demangle/Demangle.h +usr/include/llvm/Demangle/DemangleConfig.h +usr/include/llvm/Demangle/ItaniumDemangle.h +usr/include/llvm/Demangle/ItaniumNodes.def +usr/include/llvm/Demangle/MicrosoftDemangle.h +usr/include/llvm/Demangle/MicrosoftDemangleNodes.h +usr/include/llvm/Demangle/StringViewExtras.h +usr/include/llvm/Demangle/Utility.h +usr/include/llvm/ExecutionEngine/ExecutionEngine.h +usr/include/llvm/ExecutionEngine/GenericValue.h +usr/include/llvm/ExecutionEngine/Interpreter.h +usr/include/llvm/ExecutionEngine/JITEventListener.h +usr/include/llvm/ExecutionEngine/JITLink/COFF.h +usr/include/llvm/ExecutionEngine/JITLink/COFF_x86_64.h +usr/include/llvm/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.h +usr/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h +usr/include/llvm/ExecutionEngine/JITLink/ELF.h +usr/include/llvm/ExecutionEngine/JITLink/ELF_aarch32.h +usr/include/llvm/ExecutionEngine/JITLink/ELF_aarch64.h +usr/include/llvm/ExecutionEngine/JITLink/ELF_i386.h +usr/include/llvm/ExecutionEngine/JITLink/ELF_loongarch.h +usr/include/llvm/ExecutionEngine/JITLink/ELF_ppc64.h +usr/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h +usr/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h +usr/include/llvm/ExecutionEngine/JITLink/JITLink.h +usr/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h +usr/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h +usr/include/llvm/ExecutionEngine/JITLink/MachO.h +usr/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h +usr/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h +usr/include/llvm/ExecutionEngine/JITLink/TableManager.h +usr/include/llvm/ExecutionEngine/JITLink/aarch32.h +usr/include/llvm/ExecutionEngine/JITLink/aarch64.h +usr/include/llvm/ExecutionEngine/JITLink/i386.h +usr/include/llvm/ExecutionEngine/JITLink/loongarch.h +usr/include/llvm/ExecutionEngine/JITLink/ppc64.h +usr/include/llvm/ExecutionEngine/JITLink/riscv.h +usr/include/llvm/ExecutionEngine/JITLink/x86_64.h +usr/include/llvm/ExecutionEngine/JITSymbol.h +usr/include/llvm/ExecutionEngine/MCJIT.h +usr/include/llvm/ExecutionEngine/OProfileWrapper.h +usr/include/llvm/ExecutionEngine/ObjectCache.h +usr/include/llvm/ExecutionEngine/Orc/COFFPlatform.h +usr/include/llvm/ExecutionEngine/Orc/COFFVCRuntimeSupport.h +usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h +usr/include/llvm/ExecutionEngine/Orc/CompileUtils.h +usr/include/llvm/ExecutionEngine/Orc/Core.h +usr/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h +usr/include/llvm/ExecutionEngine/Orc/DebugUtils.h +usr/include/llvm/ExecutionEngine/Orc/Debugging/DebugInfoSupport.h +usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h +usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h +usr/include/llvm/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.h +usr/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h +usr/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h +usr/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h +usr/include/llvm/ExecutionEngine/Orc/EPCEHFrameRegistrar.h +usr/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h +usr/include/llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h +usr/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h +usr/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h +usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h +usr/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h +usr/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h +usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h +usr/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h +usr/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h +usr/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h +usr/include/llvm/ExecutionEngine/Orc/LLJIT.h +usr/include/llvm/ExecutionEngine/Orc/Layer.h +usr/include/llvm/ExecutionEngine/Orc/LazyReexports.h +usr/include/llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.h +usr/include/llvm/ExecutionEngine/Orc/MachOBuilder.h +usr/include/llvm/ExecutionEngine/Orc/MachOPlatform.h +usr/include/llvm/ExecutionEngine/Orc/Mangling.h +usr/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h +usr/include/llvm/ExecutionEngine/Orc/MemoryMapper.h +usr/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h +usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h +usr/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h +usr/include/llvm/ExecutionEngine/Orc/OrcABISupport.h +usr/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h +usr/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h +usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h +usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h +usr/include/llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h +usr/include/llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h +usr/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h +usr/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h +usr/include/llvm/ExecutionEngine/Orc/Shared/PerfSharedStructs.h +usr/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h +usr/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h +usr/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h +usr/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h +usr/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h +usr/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h +usr/include/llvm/ExecutionEngine/Orc/Speculation.h +usr/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h +usr/include/llvm/ExecutionEngine/Orc/TaskDispatch.h +usr/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h +usr/include/llvm/ExecutionEngine/RTDyldMemoryManager.h +usr/include/llvm/ExecutionEngine/RuntimeDyld.h +usr/include/llvm/ExecutionEngine/RuntimeDyldChecker.h +usr/include/llvm/ExecutionEngine/SectionMemoryManager.h +usr/include/llvm/FileCheck/FileCheck.h +usr/include/llvm/Frontend/Debug/Options.h +usr/include/llvm/Frontend/Directive/DirectiveBase.td +usr/include/llvm/Frontend/Driver/CodeGenOptions.h +usr/include/llvm/Frontend/HLSL/HLSLResource.h +usr/include/llvm/Frontend/Offloading/OffloadWrapper.h +usr/include/llvm/Frontend/Offloading/Utility.h +usr/include/llvm/Frontend/OpenACC/ACC.h.inc +usr/include/llvm/Frontend/OpenACC/ACC.inc +usr/include/llvm/Frontend/OpenACC/ACC.td +usr/include/llvm/Frontend/OpenMP/OMP.h.inc +usr/include/llvm/Frontend/OpenMP/OMP.inc +usr/include/llvm/Frontend/OpenMP/OMP.td +usr/include/llvm/Frontend/OpenMP/OMPAssume.h +usr/include/llvm/Frontend/OpenMP/OMPConstants.h +usr/include/llvm/Frontend/OpenMP/OMPContext.h +usr/include/llvm/Frontend/OpenMP/OMPDeviceConstants.h +usr/include/llvm/Frontend/OpenMP/OMPGridValues.h +usr/include/llvm/Frontend/OpenMP/OMPIRBuilder.h +usr/include/llvm/Frontend/OpenMP/OMPKinds.def +usr/include/llvm/FuzzMutate/FuzzerCLI.h +usr/include/llvm/FuzzMutate/IRMutator.h +usr/include/llvm/FuzzMutate/OpDescriptor.h +usr/include/llvm/FuzzMutate/Operations.h +usr/include/llvm/FuzzMutate/Random.h +usr/include/llvm/FuzzMutate/RandomIRBuilder.h +usr/include/llvm/IR/AbstractCallSite.h +usr/include/llvm/IR/Argument.h +usr/include/llvm/IR/AssemblyAnnotationWriter.h +usr/include/llvm/IR/Assumptions.h +usr/include/llvm/IR/AttributeMask.h +usr/include/llvm/IR/Attributes.h +usr/include/llvm/IR/Attributes.inc +usr/include/llvm/IR/Attributes.td +usr/include/llvm/IR/AutoUpgrade.h +usr/include/llvm/IR/BasicBlock.h +usr/include/llvm/IR/BuiltinGCs.h +usr/include/llvm/IR/CFG.h +usr/include/llvm/IR/CallingConv.h +usr/include/llvm/IR/Comdat.h +usr/include/llvm/IR/Constant.h +usr/include/llvm/IR/ConstantFold.h +usr/include/llvm/IR/ConstantFolder.h +usr/include/llvm/IR/ConstantRange.h +usr/include/llvm/IR/Constants.h +usr/include/llvm/IR/ConstrainedOps.def +usr/include/llvm/IR/ConvergenceVerifier.h +usr/include/llvm/IR/CycleInfo.h +usr/include/llvm/IR/DIBuilder.h +usr/include/llvm/IR/DataLayout.h +usr/include/llvm/IR/DebugInfo.h +usr/include/llvm/IR/DebugInfoFlags.def +usr/include/llvm/IR/DebugInfoMetadata.h +usr/include/llvm/IR/DebugLoc.h +usr/include/llvm/IR/DebugProgramInstruction.h +usr/include/llvm/IR/DerivedTypes.h +usr/include/llvm/IR/DerivedUser.h +usr/include/llvm/IR/DiagnosticHandler.h +usr/include/llvm/IR/DiagnosticInfo.h +usr/include/llvm/IR/DiagnosticPrinter.h +usr/include/llvm/IR/Dominators.h +usr/include/llvm/IR/EHPersonalities.h +usr/include/llvm/IR/FMF.h +usr/include/llvm/IR/FPEnv.h +usr/include/llvm/IR/FixedMetadataKinds.def +usr/include/llvm/IR/FixedPointBuilder.h +usr/include/llvm/IR/Function.h +usr/include/llvm/IR/GCStrategy.h +usr/include/llvm/IR/GVMaterializer.h +usr/include/llvm/IR/GenericConvergenceVerifierImpl.h +usr/include/llvm/IR/GetElementPtrTypeIterator.h +usr/include/llvm/IR/GlobalAlias.h +usr/include/llvm/IR/GlobalIFunc.h +usr/include/llvm/IR/GlobalObject.h +usr/include/llvm/IR/GlobalValue.h +usr/include/llvm/IR/GlobalVariable.h +usr/include/llvm/IR/IRBuilder.h +usr/include/llvm/IR/IRBuilderFolder.h +usr/include/llvm/IR/IRPrintingPasses.h +usr/include/llvm/IR/InlineAsm.h +usr/include/llvm/IR/InstIterator.h +usr/include/llvm/IR/InstVisitor.h +usr/include/llvm/IR/InstrTypes.h +usr/include/llvm/IR/Instruction.def +usr/include/llvm/IR/Instruction.h +usr/include/llvm/IR/Instructions.h +usr/include/llvm/IR/IntrinsicEnums.inc +usr/include/llvm/IR/IntrinsicImpl.inc +usr/include/llvm/IR/IntrinsicInst.h +usr/include/llvm/IR/Intrinsics.h +usr/include/llvm/IR/Intrinsics.td +usr/include/llvm/IR/IntrinsicsAArch64.h +usr/include/llvm/IR/IntrinsicsAArch64.td +usr/include/llvm/IR/IntrinsicsAMDGPU.h +usr/include/llvm/IR/IntrinsicsAMDGPU.td +usr/include/llvm/IR/IntrinsicsARM.h +usr/include/llvm/IR/IntrinsicsARM.td +usr/include/llvm/IR/IntrinsicsBPF.h +usr/include/llvm/IR/IntrinsicsBPF.td +usr/include/llvm/IR/IntrinsicsDirectX.h +usr/include/llvm/IR/IntrinsicsDirectX.td +usr/include/llvm/IR/IntrinsicsHexagon.h +usr/include/llvm/IR/IntrinsicsHexagon.td +usr/include/llvm/IR/IntrinsicsHexagonDep.td +usr/include/llvm/IR/IntrinsicsLoongArch.h +usr/include/llvm/IR/IntrinsicsLoongArch.td +usr/include/llvm/IR/IntrinsicsMips.h +usr/include/llvm/IR/IntrinsicsMips.td +usr/include/llvm/IR/IntrinsicsNVPTX.h +usr/include/llvm/IR/IntrinsicsNVVM.td +usr/include/llvm/IR/IntrinsicsPowerPC.h +usr/include/llvm/IR/IntrinsicsPowerPC.td +usr/include/llvm/IR/IntrinsicsR600.h +usr/include/llvm/IR/IntrinsicsRISCV.h +usr/include/llvm/IR/IntrinsicsRISCV.td +usr/include/llvm/IR/IntrinsicsRISCVXCV.td +usr/include/llvm/IR/IntrinsicsRISCVXTHead.td +usr/include/llvm/IR/IntrinsicsRISCVXsf.td +usr/include/llvm/IR/IntrinsicsS390.h +usr/include/llvm/IR/IntrinsicsSPIRV.h +usr/include/llvm/IR/IntrinsicsSPIRV.td +usr/include/llvm/IR/IntrinsicsSystemZ.td +usr/include/llvm/IR/IntrinsicsVE.h +usr/include/llvm/IR/IntrinsicsVE.td +usr/include/llvm/IR/IntrinsicsVEVL.gen.td +usr/include/llvm/IR/IntrinsicsWebAssembly.h +usr/include/llvm/IR/IntrinsicsWebAssembly.td +usr/include/llvm/IR/IntrinsicsX86.h +usr/include/llvm/IR/IntrinsicsX86.td +usr/include/llvm/IR/IntrinsicsXCore.h +usr/include/llvm/IR/IntrinsicsXCore.td +usr/include/llvm/IR/LLVMContext.h +usr/include/llvm/IR/LLVMRemarkStreamer.h +usr/include/llvm/IR/LegacyPassManager.h +usr/include/llvm/IR/LegacyPassManagers.h +usr/include/llvm/IR/LegacyPassNameParser.h +usr/include/llvm/IR/MDBuilder.h +usr/include/llvm/IR/Mangler.h +usr/include/llvm/IR/MatrixBuilder.h +usr/include/llvm/IR/Metadata.def +usr/include/llvm/IR/Metadata.h +usr/include/llvm/IR/Module.h +usr/include/llvm/IR/ModuleSlotTracker.h +usr/include/llvm/IR/ModuleSummaryIndex.h +usr/include/llvm/IR/ModuleSummaryIndexYAML.h +usr/include/llvm/IR/NoFolder.h +usr/include/llvm/IR/OperandTraits.h +usr/include/llvm/IR/Operator.h +usr/include/llvm/IR/OptBisect.h +usr/include/llvm/IR/PassInstrumentation.h +usr/include/llvm/IR/PassManager.h +usr/include/llvm/IR/PassManagerImpl.h +usr/include/llvm/IR/PassManagerInternal.h +usr/include/llvm/IR/PassTimingInfo.h +usr/include/llvm/IR/PatternMatch.h +usr/include/llvm/IR/PredIteratorCache.h +usr/include/llvm/IR/PrintPasses.h +usr/include/llvm/IR/ProfDataUtils.h +usr/include/llvm/IR/ProfileSummary.h +usr/include/llvm/IR/PseudoProbe.h +usr/include/llvm/IR/ReplaceConstant.h +usr/include/llvm/IR/RuntimeLibcalls.def +usr/include/llvm/IR/SSAContext.h +usr/include/llvm/IR/SafepointIRVerifier.h +usr/include/llvm/IR/Statepoint.h +usr/include/llvm/IR/StructuralHash.h +usr/include/llvm/IR/SymbolTableListTraits.h +usr/include/llvm/IR/TrackingMDRef.h +usr/include/llvm/IR/Type.h +usr/include/llvm/IR/TypeFinder.h +usr/include/llvm/IR/TypedPointerType.h +usr/include/llvm/IR/Use.h +usr/include/llvm/IR/UseListOrder.h +usr/include/llvm/IR/User.h +usr/include/llvm/IR/VFABIDemangler.h +usr/include/llvm/IR/VPIntrinsics.def +usr/include/llvm/IR/Value.def +usr/include/llvm/IR/Value.h +usr/include/llvm/IR/ValueHandle.h +usr/include/llvm/IR/ValueMap.h +usr/include/llvm/IR/ValueSymbolTable.h +usr/include/llvm/IR/VectorBuilder.h +usr/include/llvm/IR/Verifier.h +usr/include/llvm/IRPrinter/IRPrintingPasses.h +usr/include/llvm/IRReader/IRReader.h +usr/include/llvm/InitializePasses.h +usr/include/llvm/InterfaceStub/ELFObjHandler.h +usr/include/llvm/InterfaceStub/IFSHandler.h +usr/include/llvm/InterfaceStub/IFSStub.h +usr/include/llvm/LTO/Config.h +usr/include/llvm/LTO/LTO.h +usr/include/llvm/LTO/LTOBackend.h +usr/include/llvm/LTO/SummaryBasedOptimizations.h +usr/include/llvm/LTO/legacy/LTOCodeGenerator.h +usr/include/llvm/LTO/legacy/LTOModule.h +usr/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h +usr/include/llvm/LTO/legacy/UpdateCompilerUsed.h +usr/include/llvm/LineEditor/LineEditor.h +usr/include/llvm/LinkAllIR.h +usr/include/llvm/LinkAllPasses.h +usr/include/llvm/Linker/IRMover.h +usr/include/llvm/Linker/Linker.h +usr/include/llvm/MC/ConstantPools.h +usr/include/llvm/MC/DXContainerPSVInfo.h +usr/include/llvm/MC/LaneBitmask.h +usr/include/llvm/MC/MCAsmBackend.h +usr/include/llvm/MC/MCAsmInfo.h +usr/include/llvm/MC/MCAsmInfoCOFF.h +usr/include/llvm/MC/MCAsmInfoDarwin.h +usr/include/llvm/MC/MCAsmInfoELF.h +usr/include/llvm/MC/MCAsmInfoGOFF.h +usr/include/llvm/MC/MCAsmInfoWasm.h +usr/include/llvm/MC/MCAsmInfoXCOFF.h +usr/include/llvm/MC/MCAsmLayout.h +usr/include/llvm/MC/MCAsmMacro.h +usr/include/llvm/MC/MCAssembler.h +usr/include/llvm/MC/MCCodeEmitter.h +usr/include/llvm/MC/MCCodeView.h +usr/include/llvm/MC/MCContext.h +usr/include/llvm/MC/MCDXContainerStreamer.h +usr/include/llvm/MC/MCDXContainerWriter.h +usr/include/llvm/MC/MCDecoderOps.h +usr/include/llvm/MC/MCDirectives.h +usr/include/llvm/MC/MCDisassembler/MCDisassembler.h +usr/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h +usr/include/llvm/MC/MCDisassembler/MCRelocationInfo.h +usr/include/llvm/MC/MCDisassembler/MCSymbolizer.h +usr/include/llvm/MC/MCDwarf.h +usr/include/llvm/MC/MCELFObjectWriter.h +usr/include/llvm/MC/MCELFStreamer.h +usr/include/llvm/MC/MCExpr.h +usr/include/llvm/MC/MCFixup.h +usr/include/llvm/MC/MCFixupKindInfo.h +usr/include/llvm/MC/MCFragment.h +usr/include/llvm/MC/MCGOFFObjectWriter.h +usr/include/llvm/MC/MCGOFFStreamer.h +usr/include/llvm/MC/MCInst.h +usr/include/llvm/MC/MCInstBuilder.h +usr/include/llvm/MC/MCInstPrinter.h +usr/include/llvm/MC/MCInstrAnalysis.h +usr/include/llvm/MC/MCInstrDesc.h +usr/include/llvm/MC/MCInstrInfo.h +usr/include/llvm/MC/MCInstrItineraries.h +usr/include/llvm/MC/MCLabel.h +usr/include/llvm/MC/MCLinkerOptimizationHint.h +usr/include/llvm/MC/MCMachObjectWriter.h +usr/include/llvm/MC/MCObjectFileInfo.h +usr/include/llvm/MC/MCObjectStreamer.h +usr/include/llvm/MC/MCObjectWriter.h +usr/include/llvm/MC/MCParser/AsmCond.h +usr/include/llvm/MC/MCParser/AsmLexer.h +usr/include/llvm/MC/MCParser/MCAsmLexer.h +usr/include/llvm/MC/MCParser/MCAsmParser.h +usr/include/llvm/MC/MCParser/MCAsmParserExtension.h +usr/include/llvm/MC/MCParser/MCAsmParserUtils.h +usr/include/llvm/MC/MCParser/MCParsedAsmOperand.h +usr/include/llvm/MC/MCParser/MCTargetAsmParser.h +usr/include/llvm/MC/MCPseudoProbe.h +usr/include/llvm/MC/MCRegister.h +usr/include/llvm/MC/MCRegisterInfo.h +usr/include/llvm/MC/MCSPIRVObjectWriter.h +usr/include/llvm/MC/MCSPIRVStreamer.h +usr/include/llvm/MC/MCSchedule.h +usr/include/llvm/MC/MCSection.h +usr/include/llvm/MC/MCSectionCOFF.h +usr/include/llvm/MC/MCSectionDXContainer.h +usr/include/llvm/MC/MCSectionELF.h +usr/include/llvm/MC/MCSectionGOFF.h +usr/include/llvm/MC/MCSectionMachO.h +usr/include/llvm/MC/MCSectionSPIRV.h +usr/include/llvm/MC/MCSectionWasm.h +usr/include/llvm/MC/MCSectionXCOFF.h +usr/include/llvm/MC/MCStreamer.h +usr/include/llvm/MC/MCSubtargetInfo.h +usr/include/llvm/MC/MCSymbol.h +usr/include/llvm/MC/MCSymbolCOFF.h +usr/include/llvm/MC/MCSymbolELF.h +usr/include/llvm/MC/MCSymbolGOFF.h +usr/include/llvm/MC/MCSymbolMachO.h +usr/include/llvm/MC/MCSymbolWasm.h +usr/include/llvm/MC/MCSymbolXCOFF.h +usr/include/llvm/MC/MCTargetOptions.h +usr/include/llvm/MC/MCTargetOptionsCommandFlags.h +usr/include/llvm/MC/MCValue.h +usr/include/llvm/MC/MCWasmObjectWriter.h +usr/include/llvm/MC/MCWasmStreamer.h +usr/include/llvm/MC/MCWin64EH.h +usr/include/llvm/MC/MCWinCOFFObjectWriter.h +usr/include/llvm/MC/MCWinCOFFStreamer.h +usr/include/llvm/MC/MCWinEH.h +usr/include/llvm/MC/MCXCOFFObjectWriter.h +usr/include/llvm/MC/MCXCOFFStreamer.h +usr/include/llvm/MC/MachineLocation.h +usr/include/llvm/MC/SectionKind.h +usr/include/llvm/MC/StringTableBuilder.h +usr/include/llvm/MC/TargetRegistry.h +usr/include/llvm/MCA/CodeEmitter.h +usr/include/llvm/MCA/Context.h +usr/include/llvm/MCA/CustomBehaviour.h +usr/include/llvm/MCA/HWEventListener.h +usr/include/llvm/MCA/HardwareUnits/HardwareUnit.h +usr/include/llvm/MCA/HardwareUnits/LSUnit.h +usr/include/llvm/MCA/HardwareUnits/RegisterFile.h +usr/include/llvm/MCA/HardwareUnits/ResourceManager.h +usr/include/llvm/MCA/HardwareUnits/RetireControlUnit.h +usr/include/llvm/MCA/HardwareUnits/Scheduler.h +usr/include/llvm/MCA/IncrementalSourceMgr.h +usr/include/llvm/MCA/InstrBuilder.h +usr/include/llvm/MCA/Instruction.h +usr/include/llvm/MCA/Pipeline.h +usr/include/llvm/MCA/SourceMgr.h +usr/include/llvm/MCA/Stages/DispatchStage.h +usr/include/llvm/MCA/Stages/EntryStage.h +usr/include/llvm/MCA/Stages/ExecuteStage.h +usr/include/llvm/MCA/Stages/InOrderIssueStage.h +usr/include/llvm/MCA/Stages/InstructionTables.h +usr/include/llvm/MCA/Stages/MicroOpQueueStage.h +usr/include/llvm/MCA/Stages/RetireStage.h +usr/include/llvm/MCA/Stages/Stage.h +usr/include/llvm/MCA/Support.h +usr/include/llvm/MCA/View.h +usr/include/llvm/ObjCopy/COFF/COFFConfig.h +usr/include/llvm/ObjCopy/COFF/COFFObjcopy.h +usr/include/llvm/ObjCopy/CommonConfig.h +usr/include/llvm/ObjCopy/ConfigManager.h +usr/include/llvm/ObjCopy/ELF/ELFConfig.h +usr/include/llvm/ObjCopy/ELF/ELFObjcopy.h +usr/include/llvm/ObjCopy/MachO/MachOConfig.h +usr/include/llvm/ObjCopy/MachO/MachOObjcopy.h +usr/include/llvm/ObjCopy/MultiFormatConfig.h +usr/include/llvm/ObjCopy/ObjCopy.h +usr/include/llvm/ObjCopy/XCOFF/XCOFFConfig.h +usr/include/llvm/ObjCopy/XCOFF/XCOFFObjcopy.h +usr/include/llvm/ObjCopy/wasm/WasmConfig.h +usr/include/llvm/ObjCopy/wasm/WasmObjcopy.h +usr/include/llvm/Object/Archive.h +usr/include/llvm/Object/ArchiveWriter.h +usr/include/llvm/Object/Binary.h +usr/include/llvm/Object/BuildID.h +usr/include/llvm/Object/COFF.h +usr/include/llvm/Object/COFFImportFile.h +usr/include/llvm/Object/COFFModuleDefinition.h +usr/include/llvm/Object/CVDebugRecord.h +usr/include/llvm/Object/DXContainer.h +usr/include/llvm/Object/Decompressor.h +usr/include/llvm/Object/ELF.h +usr/include/llvm/Object/ELFObjectFile.h +usr/include/llvm/Object/ELFTypes.h +usr/include/llvm/Object/Error.h +usr/include/llvm/Object/FaultMapParser.h +usr/include/llvm/Object/GOFF.h +usr/include/llvm/Object/GOFFObjectFile.h +usr/include/llvm/Object/IRObjectFile.h +usr/include/llvm/Object/IRSymtab.h +usr/include/llvm/Object/MachO.h +usr/include/llvm/Object/MachOUniversal.h +usr/include/llvm/Object/MachOUniversalWriter.h +usr/include/llvm/Object/Minidump.h +usr/include/llvm/Object/ModuleSymbolTable.h +usr/include/llvm/Object/ObjectFile.h +usr/include/llvm/Object/OffloadBinary.h +usr/include/llvm/Object/RelocationResolver.h +usr/include/llvm/Object/StackMapParser.h +usr/include/llvm/Object/SymbolSize.h +usr/include/llvm/Object/SymbolicFile.h +usr/include/llvm/Object/TapiFile.h +usr/include/llvm/Object/TapiUniversal.h +usr/include/llvm/Object/Wasm.h +usr/include/llvm/Object/WindowsMachineFlag.h +usr/include/llvm/Object/WindowsResource.h +usr/include/llvm/Object/XCOFFObjectFile.h +usr/include/llvm/ObjectYAML/ArchiveYAML.h +usr/include/llvm/ObjectYAML/COFFYAML.h +usr/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h +usr/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h +usr/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h +usr/include/llvm/ObjectYAML/CodeViewYAMLTypes.h +usr/include/llvm/ObjectYAML/DWARFEmitter.h +usr/include/llvm/ObjectYAML/DWARFYAML.h +usr/include/llvm/ObjectYAML/DXContainerYAML.h +usr/include/llvm/ObjectYAML/ELFYAML.h +usr/include/llvm/ObjectYAML/GOFFYAML.h +usr/include/llvm/ObjectYAML/MachOYAML.h +usr/include/llvm/ObjectYAML/MinidumpYAML.h +usr/include/llvm/ObjectYAML/ObjectYAML.h +usr/include/llvm/ObjectYAML/OffloadYAML.h +usr/include/llvm/ObjectYAML/WasmYAML.h +usr/include/llvm/ObjectYAML/XCOFFYAML.h +usr/include/llvm/ObjectYAML/YAML.h +usr/include/llvm/ObjectYAML/yaml2obj.h +usr/include/llvm/Option/Arg.h +usr/include/llvm/Option/ArgList.h +usr/include/llvm/Option/OptParser.td +usr/include/llvm/Option/OptSpecifier.h +usr/include/llvm/Option/OptTable.h +usr/include/llvm/Option/Option.h +usr/include/llvm/Pass.h +usr/include/llvm/PassAnalysisSupport.h +usr/include/llvm/PassInfo.h +usr/include/llvm/PassRegistry.h +usr/include/llvm/PassSupport.h +usr/include/llvm/Passes/OptimizationLevel.h +usr/include/llvm/Passes/PassBuilder.h +usr/include/llvm/Passes/PassPlugin.h +usr/include/llvm/Passes/StandardInstrumentations.h +usr/include/llvm/ProfileData/Coverage/CoverageMapping.h +usr/include/llvm/ProfileData/Coverage/CoverageMappingReader.h +usr/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h +usr/include/llvm/ProfileData/FunctionId.h +usr/include/llvm/ProfileData/GCOV.h +usr/include/llvm/ProfileData/HashKeyMap.h +usr/include/llvm/ProfileData/InstrProf.h +usr/include/llvm/ProfileData/InstrProfCorrelator.h +usr/include/llvm/ProfileData/InstrProfData.inc +usr/include/llvm/ProfileData/InstrProfReader.h +usr/include/llvm/ProfileData/InstrProfWriter.h +usr/include/llvm/ProfileData/ItaniumManglingCanonicalizer.h +usr/include/llvm/ProfileData/MIBEntryDef.inc +usr/include/llvm/ProfileData/MemProf.h +usr/include/llvm/ProfileData/MemProfData.inc +usr/include/llvm/ProfileData/ProfileCommon.h +usr/include/llvm/ProfileData/RawMemProfReader.h +usr/include/llvm/ProfileData/SampleProf.h +usr/include/llvm/ProfileData/SampleProfReader.h +usr/include/llvm/ProfileData/SampleProfWriter.h +usr/include/llvm/ProfileData/SymbolRemappingReader.h +usr/include/llvm/Remarks/BitstreamRemarkContainer.h +usr/include/llvm/Remarks/BitstreamRemarkParser.h +usr/include/llvm/Remarks/BitstreamRemarkSerializer.h +usr/include/llvm/Remarks/HotnessThresholdParser.h +usr/include/llvm/Remarks/Remark.h +usr/include/llvm/Remarks/RemarkFormat.h +usr/include/llvm/Remarks/RemarkLinker.h +usr/include/llvm/Remarks/RemarkParser.h +usr/include/llvm/Remarks/RemarkSerializer.h +usr/include/llvm/Remarks/RemarkStreamer.h +usr/include/llvm/Remarks/RemarkStringTable.h +usr/include/llvm/Remarks/YAMLRemarkSerializer.h +usr/include/llvm/Support/AMDGPUAddrSpace.h +usr/include/llvm/Support/AMDGPUMetadata.h +usr/include/llvm/Support/AMDHSAKernelDescriptor.h +usr/include/llvm/Support/ARMAttributeParser.h +usr/include/llvm/Support/ARMBuildAttributes.h +usr/include/llvm/Support/ARMEHABI.h +usr/include/llvm/Support/ARMWinEH.h +usr/include/llvm/Support/AlignOf.h +usr/include/llvm/Support/Alignment.h +usr/include/llvm/Support/Allocator.h +usr/include/llvm/Support/AllocatorBase.h +usr/include/llvm/Support/ArrayRecycler.h +usr/include/llvm/Support/Atomic.h +usr/include/llvm/Support/AtomicOrdering.h +usr/include/llvm/Support/AutoConvert.h +usr/include/llvm/Support/Automaton.h +usr/include/llvm/Support/BCD.h +usr/include/llvm/Support/BLAKE3.h +usr/include/llvm/Support/BalancedPartitioning.h +usr/include/llvm/Support/Base64.h +usr/include/llvm/Support/BinaryByteStream.h +usr/include/llvm/Support/BinaryItemStream.h +usr/include/llvm/Support/BinaryStream.h +usr/include/llvm/Support/BinaryStreamArray.h +usr/include/llvm/Support/BinaryStreamError.h +usr/include/llvm/Support/BinaryStreamReader.h +usr/include/llvm/Support/BinaryStreamRef.h +usr/include/llvm/Support/BinaryStreamWriter.h +usr/include/llvm/Support/BlockFrequency.h +usr/include/llvm/Support/BranchProbability.h +usr/include/llvm/Support/BuryPointer.h +usr/include/llvm/Support/CBindingWrapping.h +usr/include/llvm/Support/CFGDiff.h +usr/include/llvm/Support/CFGUpdate.h +usr/include/llvm/Support/COM.h +usr/include/llvm/Support/CRC.h +usr/include/llvm/Support/CSKYAttributeParser.h +usr/include/llvm/Support/CSKYAttributes.h +usr/include/llvm/Support/CachePruning.h +usr/include/llvm/Support/Caching.h +usr/include/llvm/Support/Capacity.h +usr/include/llvm/Support/Casting.h +usr/include/llvm/Support/CheckedArithmetic.h +usr/include/llvm/Support/Chrono.h +usr/include/llvm/Support/CodeGen.h +usr/include/llvm/Support/CodeGenCoverage.h +usr/include/llvm/Support/CommandLine.h +usr/include/llvm/Support/Compiler.h +usr/include/llvm/Support/Compression.h +usr/include/llvm/Support/ConvertEBCDIC.h +usr/include/llvm/Support/ConvertUTF.h +usr/include/llvm/Support/CrashRecoveryContext.h +usr/include/llvm/Support/DJB.h +usr/include/llvm/Support/DOTGraphTraits.h +usr/include/llvm/Support/DXILOperationCommon.h +usr/include/llvm/Support/DataExtractor.h +usr/include/llvm/Support/DataTypes.h +usr/include/llvm/Support/Debug.h +usr/include/llvm/Support/DebugCounter.h +usr/include/llvm/Support/Discriminator.h +usr/include/llvm/Support/DivisionByConstantInfo.h +usr/include/llvm/Support/Duration.h +usr/include/llvm/Support/DynamicLibrary.h +usr/include/llvm/Support/ELFAttributeParser.h +usr/include/llvm/Support/ELFAttributes.h +usr/include/llvm/Support/Endian.h +usr/include/llvm/Support/EndianStream.h +usr/include/llvm/Support/Errc.h +usr/include/llvm/Support/Errno.h +usr/include/llvm/Support/Error.h +usr/include/llvm/Support/ErrorHandling.h +usr/include/llvm/Support/ErrorOr.h +usr/include/llvm/Support/ExitCodes.h +usr/include/llvm/Support/ExtensibleRTTI.h +usr/include/llvm/Support/Extension.def +usr/include/llvm/Support/FileCollector.h +usr/include/llvm/Support/FileOutputBuffer.h +usr/include/llvm/Support/FileSystem.h +usr/include/llvm/Support/FileSystem/UniqueID.h +usr/include/llvm/Support/FileUtilities.h +usr/include/llvm/Support/Format.h +usr/include/llvm/Support/FormatAdapters.h +usr/include/llvm/Support/FormatCommon.h +usr/include/llvm/Support/FormatProviders.h +usr/include/llvm/Support/FormatVariadic.h +usr/include/llvm/Support/FormatVariadicDetails.h +usr/include/llvm/Support/FormattedStream.h +usr/include/llvm/Support/GenericDomTree.h +usr/include/llvm/Support/GenericDomTreeConstruction.h +usr/include/llvm/Support/GenericIteratedDominanceFrontier.h +usr/include/llvm/Support/GenericLoopInfo.h +usr/include/llvm/Support/GenericLoopInfoImpl.h +usr/include/llvm/Support/GlobPattern.h +usr/include/llvm/Support/GraphWriter.h +usr/include/llvm/Support/HashBuilder.h +usr/include/llvm/Support/InitLLVM.h +usr/include/llvm/Support/InstructionCost.h +usr/include/llvm/Support/JSON.h +usr/include/llvm/Support/KnownBits.h +usr/include/llvm/Support/LEB128.h +usr/include/llvm/Support/LICENSE.TXT +usr/include/llvm/Support/LLVMDriver.h +usr/include/llvm/Support/LineIterator.h +usr/include/llvm/Support/Locale.h +usr/include/llvm/Support/LockFileManager.h +usr/include/llvm/Support/MD5.h +usr/include/llvm/Support/MSP430AttributeParser.h +usr/include/llvm/Support/MSP430Attributes.h +usr/include/llvm/Support/MSVCErrorWorkarounds.h +usr/include/llvm/Support/ManagedStatic.h +usr/include/llvm/Support/MathExtras.h +usr/include/llvm/Support/MemAlloc.h +usr/include/llvm/Support/Memory.h +usr/include/llvm/Support/MemoryBuffer.h +usr/include/llvm/Support/MemoryBufferRef.h +usr/include/llvm/Support/MipsABIFlags.h +usr/include/llvm/Support/ModRef.h +usr/include/llvm/Support/Mutex.h +usr/include/llvm/Support/NativeFormatting.h +usr/include/llvm/Support/OnDiskHashTable.h +usr/include/llvm/Support/OptimizedStructLayout.h +usr/include/llvm/Support/PGOOptions.h +usr/include/llvm/Support/Parallel.h +usr/include/llvm/Support/Path.h +usr/include/llvm/Support/PerThreadBumpPtrAllocator.h +usr/include/llvm/Support/PluginLoader.h +usr/include/llvm/Support/PointerLikeTypeTraits.h +usr/include/llvm/Support/PrettyStackTrace.h +usr/include/llvm/Support/Printable.h +usr/include/llvm/Support/Process.h +usr/include/llvm/Support/Program.h +usr/include/llvm/Support/RISCVAttributeParser.h +usr/include/llvm/Support/RISCVAttributes.h +usr/include/llvm/Support/RISCVISAInfo.h +usr/include/llvm/Support/RWMutex.h +usr/include/llvm/Support/RandomNumberGenerator.h +usr/include/llvm/Support/Recycler.h +usr/include/llvm/Support/RecyclingAllocator.h +usr/include/llvm/Support/Regex.h +usr/include/llvm/Support/Registry.h +usr/include/llvm/Support/ReverseIteration.h +usr/include/llvm/Support/SHA1.h +usr/include/llvm/Support/SHA256.h +usr/include/llvm/Support/SMLoc.h +usr/include/llvm/Support/SMTAPI.h +usr/include/llvm/Support/SaveAndRestore.h +usr/include/llvm/Support/ScaledNumber.h +usr/include/llvm/Support/ScopedPrinter.h +usr/include/llvm/Support/Signals.h +usr/include/llvm/Support/Signposts.h +usr/include/llvm/Support/SmallVectorMemoryBuffer.h +usr/include/llvm/Support/Solaris/sys/regset.h +usr/include/llvm/Support/SourceMgr.h +usr/include/llvm/Support/SpecialCaseList.h +usr/include/llvm/Support/StringSaver.h +usr/include/llvm/Support/SuffixTree.h +usr/include/llvm/Support/SuffixTreeNode.h +usr/include/llvm/Support/SwapByteOrder.h +usr/include/llvm/Support/SystemUtils.h +usr/include/llvm/Support/SystemZ/zOSSupport.h +usr/include/llvm/Support/TarWriter.h +usr/include/llvm/Support/TargetOpcodes.def +usr/include/llvm/Support/TargetSelect.h +usr/include/llvm/Support/ThreadPool.h +usr/include/llvm/Support/ThreadSafeAllocator.h +usr/include/llvm/Support/Threading.h +usr/include/llvm/Support/TimeProfiler.h +usr/include/llvm/Support/Timer.h +usr/include/llvm/Support/ToolOutputFile.h +usr/include/llvm/Support/TrailingObjects.h +usr/include/llvm/Support/TypeName.h +usr/include/llvm/Support/TypeSize.h +usr/include/llvm/Support/Unicode.h +usr/include/llvm/Support/UnicodeCharRanges.h +usr/include/llvm/Support/VCSRevision.h +usr/include/llvm/Support/Valgrind.h +usr/include/llvm/Support/VersionTuple.h +usr/include/llvm/Support/VirtualFileSystem.h +usr/include/llvm/Support/Watchdog.h +usr/include/llvm/Support/Win64EH.h +usr/include/llvm/Support/Windows/WindowsSupport.h +usr/include/llvm/Support/WindowsError.h +usr/include/llvm/Support/WithColor.h +usr/include/llvm/Support/X86DisassemblerDecoderCommon.h +usr/include/llvm/Support/X86FoldTablesUtils.h +usr/include/llvm/Support/YAMLParser.h +usr/include/llvm/Support/YAMLTraits.h +usr/include/llvm/Support/circular_raw_ostream.h +usr/include/llvm/Support/raw_os_ostream.h +usr/include/llvm/Support/raw_ostream.h +usr/include/llvm/Support/raw_sha1_ostream.h +usr/include/llvm/Support/raw_socket_stream.h +usr/include/llvm/Support/thread.h +usr/include/llvm/Support/type_traits.h +usr/include/llvm/Support/xxhash.h +usr/include/llvm/TableGen/Automaton.td +usr/include/llvm/TableGen/DirectiveEmitter.h +usr/include/llvm/TableGen/Error.h +usr/include/llvm/TableGen/Main.h +usr/include/llvm/TableGen/Parser.h +usr/include/llvm/TableGen/Record.h +usr/include/llvm/TableGen/SearchableTable.td +usr/include/llvm/TableGen/SetTheory.h +usr/include/llvm/TableGen/StringMatcher.h +usr/include/llvm/TableGen/StringToOffsetTable.h +usr/include/llvm/TableGen/TableGenBackend.h +usr/include/llvm/Target/CGPassBuilderOption.h +usr/include/llvm/Target/CodeGenCWrappers.h +usr/include/llvm/Target/GenericOpcodes.td +usr/include/llvm/Target/GlobalISel/Combine.td +usr/include/llvm/Target/GlobalISel/RegisterBank.td +usr/include/llvm/Target/GlobalISel/SelectionDAGCompat.td +usr/include/llvm/Target/GlobalISel/Target.td +usr/include/llvm/Target/Target.td +usr/include/llvm/Target/TargetCallingConv.td +usr/include/llvm/Target/TargetInstrPredicate.td +usr/include/llvm/Target/TargetIntrinsicInfo.h +usr/include/llvm/Target/TargetItinerary.td +usr/include/llvm/Target/TargetLoweringObjectFile.h +usr/include/llvm/Target/TargetMachine.h +usr/include/llvm/Target/TargetOptions.h +usr/include/llvm/Target/TargetPfmCounters.td +usr/include/llvm/Target/TargetSchedule.td +usr/include/llvm/Target/TargetSelectionDAG.td +usr/include/llvm/TargetParser/AArch64TargetParser.h +usr/include/llvm/TargetParser/ARMTargetParser.def +usr/include/llvm/TargetParser/ARMTargetParser.h +usr/include/llvm/TargetParser/ARMTargetParserCommon.h +usr/include/llvm/TargetParser/CSKYTargetParser.def +usr/include/llvm/TargetParser/CSKYTargetParser.h +usr/include/llvm/TargetParser/Host.h +usr/include/llvm/TargetParser/LoongArchTargetParser.def +usr/include/llvm/TargetParser/LoongArchTargetParser.h +usr/include/llvm/TargetParser/RISCVTargetParser.h +usr/include/llvm/TargetParser/RISCVTargetParserDef.inc +usr/include/llvm/TargetParser/SubtargetFeature.h +usr/include/llvm/TargetParser/TargetParser.h +usr/include/llvm/TargetParser/Triple.h +usr/include/llvm/TargetParser/X86TargetParser.def +usr/include/llvm/TargetParser/X86TargetParser.h +usr/include/llvm/Testing/ADT/StringMap.h +usr/include/llvm/Testing/ADT/StringMapEntry.h +usr/include/llvm/Testing/Annotations/Annotations.h +usr/include/llvm/Testing/Support/Error.h +usr/include/llvm/Testing/Support/SupportHelpers.h +usr/include/llvm/TextAPI/Architecture.def +usr/include/llvm/TextAPI/Architecture.h +usr/include/llvm/TextAPI/ArchitectureSet.h +usr/include/llvm/TextAPI/DylibReader.h +usr/include/llvm/TextAPI/InterfaceFile.h +usr/include/llvm/TextAPI/PackedVersion.h +usr/include/llvm/TextAPI/Platform.h +usr/include/llvm/TextAPI/Record.h +usr/include/llvm/TextAPI/RecordVisitor.h +usr/include/llvm/TextAPI/RecordsSlice.h +usr/include/llvm/TextAPI/Symbol.h +usr/include/llvm/TextAPI/SymbolSet.h +usr/include/llvm/TextAPI/Target.h +usr/include/llvm/TextAPI/TextAPIError.h +usr/include/llvm/TextAPI/TextAPIReader.h +usr/include/llvm/TextAPI/TextAPIWriter.h +usr/include/llvm/TextAPI/Utils.h +usr/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h +usr/include/llvm/ToolDrivers/llvm-lib/LibDriver.h +usr/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h +usr/include/llvm/Transforms/CFGuard.h +usr/include/llvm/Transforms/Coroutines/CoroCleanup.h +usr/include/llvm/Transforms/Coroutines/CoroConditionalWrapper.h +usr/include/llvm/Transforms/Coroutines/CoroEarly.h +usr/include/llvm/Transforms/Coroutines/CoroElide.h +usr/include/llvm/Transforms/Coroutines/CoroSplit.h +usr/include/llvm/Transforms/HipStdPar/HipStdPar.h +usr/include/llvm/Transforms/IPO.h +usr/include/llvm/Transforms/IPO/AlwaysInliner.h +usr/include/llvm/Transforms/IPO/Annotation2Metadata.h +usr/include/llvm/Transforms/IPO/ArgumentPromotion.h +usr/include/llvm/Transforms/IPO/Attributor.h +usr/include/llvm/Transforms/IPO/BlockExtractor.h +usr/include/llvm/Transforms/IPO/CalledValuePropagation.h +usr/include/llvm/Transforms/IPO/ConstantMerge.h +usr/include/llvm/Transforms/IPO/CrossDSOCFI.h +usr/include/llvm/Transforms/IPO/DeadArgumentElimination.h +usr/include/llvm/Transforms/IPO/ElimAvailExtern.h +usr/include/llvm/Transforms/IPO/EmbedBitcodePass.h +usr/include/llvm/Transforms/IPO/ExtractGV.h +usr/include/llvm/Transforms/IPO/ForceFunctionAttrs.h +usr/include/llvm/Transforms/IPO/FunctionAttrs.h +usr/include/llvm/Transforms/IPO/FunctionImport.h +usr/include/llvm/Transforms/IPO/FunctionSpecialization.h +usr/include/llvm/Transforms/IPO/GlobalDCE.h +usr/include/llvm/Transforms/IPO/GlobalOpt.h +usr/include/llvm/Transforms/IPO/GlobalSplit.h +usr/include/llvm/Transforms/IPO/HotColdSplitting.h +usr/include/llvm/Transforms/IPO/IROutliner.h +usr/include/llvm/Transforms/IPO/InferFunctionAttrs.h +usr/include/llvm/Transforms/IPO/Inliner.h +usr/include/llvm/Transforms/IPO/Internalize.h +usr/include/llvm/Transforms/IPO/LoopExtractor.h +usr/include/llvm/Transforms/IPO/LowerTypeTests.h +usr/include/llvm/Transforms/IPO/MemProfContextDisambiguation.h +usr/include/llvm/Transforms/IPO/MergeFunctions.h +usr/include/llvm/Transforms/IPO/ModuleInliner.h +usr/include/llvm/Transforms/IPO/OpenMPOpt.h +usr/include/llvm/Transforms/IPO/PartialInlining.h +usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h +usr/include/llvm/Transforms/IPO/SCCP.h +usr/include/llvm/Transforms/IPO/SampleContextTracker.h +usr/include/llvm/Transforms/IPO/SampleProfile.h +usr/include/llvm/Transforms/IPO/SampleProfileProbe.h +usr/include/llvm/Transforms/IPO/StripDeadPrototypes.h +usr/include/llvm/Transforms/IPO/StripSymbols.h +usr/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h +usr/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h +usr/include/llvm/Transforms/IPO/WholeProgramDevirt.h +usr/include/llvm/Transforms/InstCombine/InstCombine.h +usr/include/llvm/Transforms/InstCombine/InstCombiner.h +usr/include/llvm/Transforms/Instrumentation.h +usr/include/llvm/Transforms/Instrumentation/AddressSanitizer.h +usr/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h +usr/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h +usr/include/llvm/Transforms/Instrumentation/BlockCoverageInference.h +usr/include/llvm/Transforms/Instrumentation/BoundsChecking.h +usr/include/llvm/Transforms/Instrumentation/CFGMST.h +usr/include/llvm/Transforms/Instrumentation/CGProfile.h +usr/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h +usr/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h +usr/include/llvm/Transforms/Instrumentation/GCOVProfiler.h +usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h +usr/include/llvm/Transforms/Instrumentation/InstrOrderFile.h +usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h +usr/include/llvm/Transforms/Instrumentation/KCFI.h +usr/include/llvm/Transforms/Instrumentation/MemProfiler.h +usr/include/llvm/Transforms/Instrumentation/MemorySanitizer.h +usr/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h +usr/include/llvm/Transforms/Instrumentation/PoisonChecking.h +usr/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h +usr/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h +usr/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h +usr/include/llvm/Transforms/ObjCARC.h +usr/include/llvm/Transforms/Scalar.h +usr/include/llvm/Transforms/Scalar/ADCE.h +usr/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h +usr/include/llvm/Transforms/Scalar/AnnotationRemarks.h +usr/include/llvm/Transforms/Scalar/BDCE.h +usr/include/llvm/Transforms/Scalar/CallSiteSplitting.h +usr/include/llvm/Transforms/Scalar/ConstantHoisting.h +usr/include/llvm/Transforms/Scalar/ConstraintElimination.h +usr/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h +usr/include/llvm/Transforms/Scalar/DCE.h +usr/include/llvm/Transforms/Scalar/DFAJumpThreading.h +usr/include/llvm/Transforms/Scalar/DeadStoreElimination.h +usr/include/llvm/Transforms/Scalar/DivRemPairs.h +usr/include/llvm/Transforms/Scalar/EarlyCSE.h +usr/include/llvm/Transforms/Scalar/FlattenCFG.h +usr/include/llvm/Transforms/Scalar/Float2Int.h +usr/include/llvm/Transforms/Scalar/GVN.h +usr/include/llvm/Transforms/Scalar/GVNExpression.h +usr/include/llvm/Transforms/Scalar/GuardWidening.h +usr/include/llvm/Transforms/Scalar/IVUsersPrinter.h +usr/include/llvm/Transforms/Scalar/IndVarSimplify.h +usr/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h +usr/include/llvm/Transforms/Scalar/InferAddressSpaces.h +usr/include/llvm/Transforms/Scalar/InferAlignment.h +usr/include/llvm/Transforms/Scalar/InstSimplifyPass.h +usr/include/llvm/Transforms/Scalar/JumpThreading.h +usr/include/llvm/Transforms/Scalar/LICM.h +usr/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h +usr/include/llvm/Transforms/Scalar/LoopBoundSplit.h +usr/include/llvm/Transforms/Scalar/LoopDataPrefetch.h +usr/include/llvm/Transforms/Scalar/LoopDeletion.h +usr/include/llvm/Transforms/Scalar/LoopDistribute.h +usr/include/llvm/Transforms/Scalar/LoopFlatten.h +usr/include/llvm/Transforms/Scalar/LoopFuse.h +usr/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h +usr/include/llvm/Transforms/Scalar/LoopInstSimplify.h +usr/include/llvm/Transforms/Scalar/LoopInterchange.h +usr/include/llvm/Transforms/Scalar/LoopLoadElimination.h +usr/include/llvm/Transforms/Scalar/LoopPassManager.h +usr/include/llvm/Transforms/Scalar/LoopPredication.h +usr/include/llvm/Transforms/Scalar/LoopReroll.h +usr/include/llvm/Transforms/Scalar/LoopRotation.h +usr/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h +usr/include/llvm/Transforms/Scalar/LoopSink.h +usr/include/llvm/Transforms/Scalar/LoopStrengthReduce.h +usr/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h +usr/include/llvm/Transforms/Scalar/LoopUnrollPass.h +usr/include/llvm/Transforms/Scalar/LoopVersioningLICM.h +usr/include/llvm/Transforms/Scalar/LowerAtomicPass.h +usr/include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h +usr/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h +usr/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h +usr/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h +usr/include/llvm/Transforms/Scalar/LowerWidenableCondition.h +usr/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h +usr/include/llvm/Transforms/Scalar/MemCpyOptimizer.h +usr/include/llvm/Transforms/Scalar/MergeICmps.h +usr/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h +usr/include/llvm/Transforms/Scalar/NaryReassociate.h +usr/include/llvm/Transforms/Scalar/NewGVN.h +usr/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h +usr/include/llvm/Transforms/Scalar/PlaceSafepoints.h +usr/include/llvm/Transforms/Scalar/Reassociate.h +usr/include/llvm/Transforms/Scalar/Reg2Mem.h +usr/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h +usr/include/llvm/Transforms/Scalar/SCCP.h +usr/include/llvm/Transforms/Scalar/SROA.h +usr/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h +usr/include/llvm/Transforms/Scalar/Scalarizer.h +usr/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h +usr/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h +usr/include/llvm/Transforms/Scalar/SimplifyCFG.h +usr/include/llvm/Transforms/Scalar/Sink.h +usr/include/llvm/Transforms/Scalar/SpeculativeExecution.h +usr/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h +usr/include/llvm/Transforms/Scalar/StructurizeCFG.h +usr/include/llvm/Transforms/Scalar/TLSVariableHoist.h +usr/include/llvm/Transforms/Scalar/TailRecursionElimination.h +usr/include/llvm/Transforms/Scalar/WarnMissedTransforms.h +usr/include/llvm/Transforms/Utils.h +usr/include/llvm/Transforms/Utils/AMDGPUEmitPrintf.h +usr/include/llvm/Transforms/Utils/ASanStackFrameLayout.h +usr/include/llvm/Transforms/Utils/AddDiscriminators.h +usr/include/llvm/Transforms/Utils/AssumeBundleBuilder.h +usr/include/llvm/Transforms/Utils/BasicBlockUtils.h +usr/include/llvm/Transforms/Utils/BreakCriticalEdges.h +usr/include/llvm/Transforms/Utils/BuildLibCalls.h +usr/include/llvm/Transforms/Utils/BypassSlowDivision.h +usr/include/llvm/Transforms/Utils/CallGraphUpdater.h +usr/include/llvm/Transforms/Utils/CallPromotionUtils.h +usr/include/llvm/Transforms/Utils/CanonicalizeAliases.h +usr/include/llvm/Transforms/Utils/CanonicalizeFreezeInLoops.h +usr/include/llvm/Transforms/Utils/Cloning.h +usr/include/llvm/Transforms/Utils/CodeExtractor.h +usr/include/llvm/Transforms/Utils/CodeLayout.h +usr/include/llvm/Transforms/Utils/CodeMoverUtils.h +usr/include/llvm/Transforms/Utils/CountVisits.h +usr/include/llvm/Transforms/Utils/CtorUtils.h +usr/include/llvm/Transforms/Utils/DXILUpgrade.h +usr/include/llvm/Transforms/Utils/Debugify.h +usr/include/llvm/Transforms/Utils/EntryExitInstrumenter.h +usr/include/llvm/Transforms/Utils/EscapeEnumerator.h +usr/include/llvm/Transforms/Utils/Evaluator.h +usr/include/llvm/Transforms/Utils/FixIrreducible.h +usr/include/llvm/Transforms/Utils/FunctionComparator.h +usr/include/llvm/Transforms/Utils/FunctionImportUtils.h +usr/include/llvm/Transforms/Utils/GlobalStatus.h +usr/include/llvm/Transforms/Utils/GuardUtils.h +usr/include/llvm/Transforms/Utils/HelloWorld.h +usr/include/llvm/Transforms/Utils/InjectTLIMappings.h +usr/include/llvm/Transforms/Utils/InstructionNamer.h +usr/include/llvm/Transforms/Utils/InstructionWorklist.h +usr/include/llvm/Transforms/Utils/IntegerDivision.h +usr/include/llvm/Transforms/Utils/LCSSA.h +usr/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h +usr/include/llvm/Transforms/Utils/Local.h +usr/include/llvm/Transforms/Utils/LoopConstrainer.h +usr/include/llvm/Transforms/Utils/LoopPeel.h +usr/include/llvm/Transforms/Utils/LoopRotationUtils.h +usr/include/llvm/Transforms/Utils/LoopSimplify.h +usr/include/llvm/Transforms/Utils/LoopUtils.h +usr/include/llvm/Transforms/Utils/LoopVersioning.h +usr/include/llvm/Transforms/Utils/LowerAtomic.h +usr/include/llvm/Transforms/Utils/LowerGlobalDtors.h +usr/include/llvm/Transforms/Utils/LowerIFunc.h +usr/include/llvm/Transforms/Utils/LowerInvoke.h +usr/include/llvm/Transforms/Utils/LowerMemIntrinsics.h +usr/include/llvm/Transforms/Utils/LowerSwitch.h +usr/include/llvm/Transforms/Utils/MatrixUtils.h +usr/include/llvm/Transforms/Utils/Mem2Reg.h +usr/include/llvm/Transforms/Utils/MemoryOpRemark.h +usr/include/llvm/Transforms/Utils/MemoryTaggingSupport.h +usr/include/llvm/Transforms/Utils/MetaRenamer.h +usr/include/llvm/Transforms/Utils/MisExpect.h +usr/include/llvm/Transforms/Utils/ModuleUtils.h +usr/include/llvm/Transforms/Utils/MoveAutoInit.h +usr/include/llvm/Transforms/Utils/NameAnonGlobals.h +usr/include/llvm/Transforms/Utils/PredicateInfo.h +usr/include/llvm/Transforms/Utils/PromoteMemToReg.h +usr/include/llvm/Transforms/Utils/RelLookupTableConverter.h +usr/include/llvm/Transforms/Utils/SCCPSolver.h +usr/include/llvm/Transforms/Utils/SSAUpdater.h +usr/include/llvm/Transforms/Utils/SSAUpdaterBulk.h +usr/include/llvm/Transforms/Utils/SSAUpdaterImpl.h +usr/include/llvm/Transforms/Utils/SampleProfileInference.h +usr/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h +usr/include/llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h +usr/include/llvm/Transforms/Utils/SanitizerStats.h +usr/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h +usr/include/llvm/Transforms/Utils/SimplifyCFGOptions.h +usr/include/llvm/Transforms/Utils/SimplifyIndVar.h +usr/include/llvm/Transforms/Utils/SimplifyLibCalls.h +usr/include/llvm/Transforms/Utils/SizeOpts.h +usr/include/llvm/Transforms/Utils/SplitModule.h +usr/include/llvm/Transforms/Utils/StripGCRelocates.h +usr/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h +usr/include/llvm/Transforms/Utils/SymbolRewriter.h +usr/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h +usr/include/llvm/Transforms/Utils/UnifyLoopExits.h +usr/include/llvm/Transforms/Utils/UnrollLoop.h +usr/include/llvm/Transforms/Utils/VNCoercion.h +usr/include/llvm/Transforms/Utils/ValueMapper.h +usr/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h +usr/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h +usr/include/llvm/Transforms/Vectorize/LoopVectorize.h +usr/include/llvm/Transforms/Vectorize/SLPVectorizer.h +usr/include/llvm/Transforms/Vectorize/VectorCombine.h +usr/include/llvm/WindowsDriver/MSVCPaths.h +usr/include/llvm/WindowsDriver/MSVCSetupApi.h +usr/include/llvm/WindowsManifest/WindowsManifestMerger.h +usr/include/llvm/WindowsResource/ResourceProcessor.h +usr/include/llvm/WindowsResource/ResourceScriptToken.h +usr/include/llvm/WindowsResource/ResourceScriptTokenList.h +usr/include/llvm/XRay/BlockIndexer.h +usr/include/llvm/XRay/BlockPrinter.h +usr/include/llvm/XRay/BlockVerifier.h +usr/include/llvm/XRay/FDRLogBuilder.h +usr/include/llvm/XRay/FDRRecordConsumer.h +usr/include/llvm/XRay/FDRRecordProducer.h +usr/include/llvm/XRay/FDRRecords.h +usr/include/llvm/XRay/FDRTraceExpander.h +usr/include/llvm/XRay/FDRTraceWriter.h +usr/include/llvm/XRay/FileHeaderReader.h +usr/include/llvm/XRay/Graph.h +usr/include/llvm/XRay/InstrumentationMap.h +usr/include/llvm/XRay/Profile.h +usr/include/llvm/XRay/RecordPrinter.h +usr/include/llvm/XRay/Trace.h +usr/include/llvm/XRay/XRayRecord.h +usr/include/llvm/XRay/YAMLXRayRecord.h +usr/lib/.build-id/01/d32581348742a48967a92e327ba7427b804301 +usr/lib/.build-id/02/10e6c941e20cbe48f84842faa265049262622b +usr/lib/.build-id/04/89036c3fa00180c61c66415875a42a2c5b5d24 +usr/lib/.build-id/06/69861b9a829ab948e59c4fca2aaa073c7010d4 +usr/lib/.build-id/0a/34b87449c0f38b7212b33e2e5ddb6db98bf5fd +usr/lib/.build-id/0e/c67a3cb6cd2538559d9da45437fd9119a7b9b5 +usr/lib/.build-id/15/32dc560ecd02c0d8cacf425da4544fe841398f +usr/lib/.build-id/16/826bb62a1baa52a9fc5704ad4fe924f3f82a5e +usr/lib/.build-id/17/0efa3bcb3d6af6276040f017046a19a6e296ae +usr/lib/.build-id/1c/38cd2759cb28898b30cfb245d47234ef7eeaf2 +usr/lib/.build-id/20/c9ec687c3943612e2f23ffcc9e4a64eeb94a71 +usr/lib/.build-id/21/6152413a96eb0df1ad1aefdcb9481498b2b8cb +usr/lib/.build-id/25/3ff9b6aa314da7cf60ad1b66129473cc11669f +usr/lib/.build-id/27/c81af09592be84633eeb39e3da8eb3daffa5d7 +usr/lib/.build-id/2a/101a435a27d97aee0c65aea05071bb14238440 +usr/lib/.build-id/2a/3bab3bf0550b01e9e68290d132f545d06d37b1 +usr/lib/.build-id/2a/a6ec43708aece1bcca84e079d83d6edf1f36e0 +usr/lib/.build-id/2b/dea463c75d847671418a811e6e1e93307d9500 +usr/lib/.build-id/32/fabab6663f91ca4b25c1a08efe7052d7a6b0c4 +usr/lib/.build-id/34/4f2462239df8cd719dd2051df9cb253141c91d +usr/lib/.build-id/37/8855afbebf18a36a701657e2ec9dca70768e25 +usr/lib/.build-id/38/12f5dc55659339edfe65a58b446a1d833c6995 +usr/lib/.build-id/38/a1663f6514e480de7a2cdc715fb284fa60de28 +usr/lib/.build-id/3a/edd989c1adb1e9371d21c53276ae608f47dc79 +usr/lib/.build-id/42/830332550745aa29ab787827f5fd5ea1728b46 +usr/lib/.build-id/43/87145862d5c83db5db9f1c5d2360ba582ff83f +usr/lib/.build-id/49/74d7a6d5431a780ecc75e970b5f40f2080fc97 +usr/lib/.build-id/4b/466ed7469f071464ed3ce6c206247622e0fe8c +usr/lib/.build-id/4b/4dfbf4c792ab00795ff2f882e6da8256997458 +usr/lib/.build-id/4b/bb16ff09f12850a2425e43e4e8a7e634cc3cd7 +usr/lib/.build-id/53/4598a318a63fd89be290227af4302b0ca3e95e +usr/lib/.build-id/53/8184db8846d2f99a11e667ff1fc4a2df4a606a +usr/lib/.build-id/55/0f64786a3dc0ccb74f7d75b0a18cb6ffd44353 +usr/lib/.build-id/55/f1844b38f30f691ee4af699e9265c6dbbe2a83 +usr/lib/.build-id/5f/0ef3a6a5504234dc6e0fbe3d16a65f5a00865c +usr/lib/.build-id/5f/33d99793f98f2c883edec6e449f9f28f77acb3 +usr/lib/.build-id/60/64c859139ed7446d2165b0ff511cae3b3c9387 +usr/lib/.build-id/66/244ee9936e0616613daedad42937d0c9a86785 +usr/lib/.build-id/68/c356b908d7fe98cbecfea00850434628391e05 +usr/lib/.build-id/72/b132f9faad47606688e77b1b96947e1f9b097a +usr/lib/.build-id/72/ff48377673458646aef8981efe5e496c795e43 +usr/lib/.build-id/75/c086060c5b86f699462ce24f158bafde7c1f77 +usr/lib/.build-id/77/10714231f17849e19c5eca780d6bf7bd36a96f +usr/lib/.build-id/80/4447d434375f92347a22e3ed4e825ecc14b2c2 +usr/lib/.build-id/85/38a16b5c5f6f07aade621ed154e0a5bd87d431 +usr/lib/.build-id/8a/2a881efa8e910d4628445b8d643c93c674e1c8 +usr/lib/.build-id/8a/3f0cca2254f4a7f2320af3758bcc657c972065 +usr/lib/.build-id/8b/e3ca278ed0a9a17dcac00220691d7c4054baae +usr/lib/.build-id/8d/26e9b36da7cf92098a6f0edae5c6c623e178b0 +usr/lib/.build-id/94/bc5f54822eae3e15fc9ddf3572b1a105658ad4 +usr/lib/.build-id/94/ec5df350a036ef769dfb9a9c66cb8bc3ae8bf8 +usr/lib/.build-id/97/fc96958519370b45b254185a7358c07b8fdcf0 +usr/lib/.build-id/99/1ba6b6f7a1ad53ba35fd43b961cd0154a0b8d5 +usr/lib/.build-id/99/9b6da646a55664de233eac901d1ed324dfded9 +usr/lib/.build-id/9a/26e6d495e681be60f86026c691932c5e4c27aa +usr/lib/.build-id/9c/f20190f62847711d77f54d52c66f258a225fc7 +usr/lib/.build-id/9e/4736009f8e49779fa4bdf102aba6276df3c6bf +usr/lib/.build-id/a1/cfb88fd38582094951fb584ded694a5b4c4e9d +usr/lib/.build-id/a2/f558e1c1a211b55612e494c1e0926e212a363f +usr/lib/.build-id/a9/82c44ca1db35e207ca4fd61edf4ea0db2ab29a +usr/lib/.build-id/aa/80e3b2dff1658515a567adb1c862fbc3b0e0d2 +usr/lib/.build-id/af/569b7f527e0391330b0284166ee15ef840aad4 +usr/lib/.build-id/b1/c2e62d72b238412357bcd834251f4b7d5df9d9 +usr/lib/.build-id/b4/817c30780ce2738ec4b138570a021f4769a419 +usr/lib/.build-id/b7/b2c0d0ae47e82f258581886ecb294e7d8bbb59 +usr/lib/.build-id/be/25e54b13d3846fb6cbc18cdd15f0d9ea69f7ae +usr/lib/.build-id/be/4f3e2363e13fde54f51accaea4a96e1db3c6fc +usr/lib/.build-id/bf/ba69f18b7c3c10441f02058f1608b24515743a +usr/lib/.build-id/c3/66c67ab33b8777314e95437966e874753c6ca0 +usr/lib/.build-id/c5/e69ceaa0bb2765195ec5f596311df3d8997ad0 +usr/lib/.build-id/c8/84dd87801425e7d5a92c5cc8dcac1aba982b30 +usr/lib/.build-id/cc/42c04eb0c0d4651b480ba80448863df21c1adc +usr/lib/.build-id/d3/9a84c1a00b2a97ed20522168399cdc11ab606e +usr/lib/.build-id/d6/a3c33c843b526f15374a0a1ebac8323d79846b +usr/lib/.build-id/d9/f2b935b108312f365d663a81c587ae48d7a1e8 +usr/lib/.build-id/da/bd3b9025bdffeb3620c41b0cc90f74bd9c90e1 +usr/lib/.build-id/db/ef3b4314070b6e00c176fd742ec8e41caf6a8d +usr/lib/.build-id/de/b8e5f134c61eadfdf0872fa44568833d0deaff +usr/lib/.build-id/de/e8ccc8b46782671245ebdc926abf0273ec9ccd +usr/lib/.build-id/e2/3f821270c6dffed492414d0022e510b44a296d +usr/lib/.build-id/e8/359cebd37d32c511be7533e300e215d7bdc4c8 +usr/lib/.build-id/ec/0d0862c4f017ad90812e2c5dfb8e238163247a +usr/lib/.build-id/f2/67386dc5b8c51e0e921d903b183b0103abb498 +usr/lib/.build-id/f3/9ac3a0ec2c5e2f80e52ee919b59f1a84f6e8ef +usr/lib/.build-id/f6/3bbee689891031727524677140b67a63525e21 +usr/lib/.build-id/f6/60acd2f403e86681cb287af02f4a604c780870 +usr/lib/.build-id/fd/046f9085e59e223d9efb04631a231c06ffeb75 +usr/lib/.build-id/fd/710a2a8f7ea0f03e9951aa86356df294038c61 usr/lib/LLVMgold.so usr/lib/bfd-plugins/LLVMgold.so usr/lib/cmake/llvm/AddLLVM.cmake usr/lib/cmake/llvm/AddOCaml.cmake usr/lib/cmake/llvm/AddSphinxTarget.cmake usr/lib/cmake/llvm/CheckAtomic.cmake usr/lib/cmake/llvm/CheckCompilerVersion.cmake usr/lib/cmake/llvm/CheckProblematicConfigurations.cmake -usr/lib/cmake/llvm/ChooseMSVCCRT.cmake usr/lib/cmake/llvm/CoverageReport.cmake usr/lib/cmake/llvm/CrossCompile.cmake usr/lib/cmake/llvm/DetermineGCCCompatible.cmake usr/lib/cmake/llvm/FindFFI.cmake usr/lib/cmake/llvm/FindLibEdit.cmake usr/lib/cmake/llvm/FindLibpfm.cmake usr/lib/cmake/llvm/FindOCaml.cmake usr/lib/cmake/llvm/FindSphinx.cmake usr/lib/cmake/llvm/FindTerminfo.cmake usr/lib/cmake/llvm/FindZ3.cmake usr/lib/cmake/llvm/Findzstd.cmake usr/lib/cmake/llvm/GenerateVersionFromVCS.cmake usr/lib/cmake/llvm/GetErrcMessages.cmake usr/lib/cmake/llvm/GetLibraryName.cmake usr/lib/cmake/llvm/HandleLLVMOptions.cmake usr/lib/cmake/llvm/HandleLLVMStdlib.cmake usr/lib/cmake/llvm/LLVM-Build.cmake usr/lib/cmake/llvm/LLVM-Config.cmake usr/lib/cmake/llvm/LLVMCheckLinkerFlag.cmake usr/lib/cmake/llvm/LLVMConfig.cmake usr/lib/cmake/llvm/LLVMConfigExtensions.cmake usr/lib/cmake/llvm/LLVMConfigVersion.cmake usr/lib/cmake/llvm/LLVMDistributionSupport.cmake usr/lib/cmake/llvm/LLVMExports-relwithdebinfo.cmake usr/lib/cmake/llvm/LLVMExports.cmake usr/lib/cmake/llvm/LLVMExternalProjectUtils.cmake usr/lib/cmake/llvm/LLVMInstallSymlink.cmake usr/lib/cmake/llvm/LLVMProcessSources.cmake -usr/lib/cmake/llvm/SetTargetTriple.cmake usr/lib/cmake/llvm/TableGen.cmake usr/lib/cmake/llvm/TensorFlowCompile.cmake usr/lib/cmake/llvm/UseLibtool.cmake usr/lib/cmake/llvm/VersionFromVCS.cmake usr/lib/cmake/llvm/llvm-driver-template.cpp.in -usr/lib/libLLVM-17.0.6.so -usr/lib/libLLVM-17.so -usr/lib/libLLVM.so usr/lib/libLLVMAArch64AsmParser.a usr/lib/libLLVMAArch64CodeGen.a usr/lib/libLLVMAArch64Desc.a usr/lib/libLLVMAArch64Disassembler.a usr/lib/libLLVMAArch64Info.a usr/lib/libLLVMAArch64Utils.a usr/lib/libLLVMAMDGPUAsmParser.a usr/lib/libLLVMAMDGPUCodeGen.a usr/lib/libLLVMAMDGPUDesc.a usr/lib/libLLVMAMDGPUDisassembler.a usr/lib/libLLVMAMDGPUInfo.a usr/lib/libLLVMAMDGPUTargetMCA.a usr/lib/libLLVMAMDGPUUtils.a usr/lib/libLLVMARMAsmParser.a usr/lib/libLLVMARMCodeGen.a usr/lib/libLLVMARMDesc.a usr/lib/libLLVMARMDisassembler.a usr/lib/libLLVMARMInfo.a usr/lib/libLLVMARMUtils.a usr/lib/libLLVMAggressiveInstCombine.a usr/lib/libLLVMAnalysis.a usr/lib/libLLVMAsmParser.a usr/lib/libLLVMAsmPrinter.a usr/lib/libLLVMBPFAsmParser.a usr/lib/libLLVMBPFCodeGen.a usr/lib/libLLVMBPFDesc.a usr/lib/libLLVMBPFDisassembler.a usr/lib/libLLVMBPFInfo.a usr/lib/libLLVMBinaryFormat.a usr/lib/libLLVMBitReader.a usr/lib/libLLVMBitWriter.a usr/lib/libLLVMBitstreamReader.a usr/lib/libLLVMCFGuard.a usr/lib/libLLVMCFIVerify.a usr/lib/libLLVMCodeGen.a usr/lib/libLLVMCodeGenTypes.a usr/lib/libLLVMCore.a usr/lib/libLLVMCoroutines.a usr/lib/libLLVMCoverage.a usr/lib/libLLVMDWARFLinker.a +usr/lib/libLLVMDWARFLinkerClassic.a usr/lib/libLLVMDWARFLinkerParallel.a usr/lib/libLLVMDWP.a usr/lib/libLLVMDebugInfoBTF.a usr/lib/libLLVMDebugInfoCodeView.a usr/lib/libLLVMDebugInfoDWARF.a usr/lib/libLLVMDebugInfoGSYM.a usr/lib/libLLVMDebugInfoLogicalView.a usr/lib/libLLVMDebugInfoMSF.a usr/lib/libLLVMDebugInfoPDB.a usr/lib/libLLVMDebuginfod.a usr/lib/libLLVMDemangle.a usr/lib/libLLVMDiff.a usr/lib/libLLVMDlltoolDriver.a usr/lib/libLLVMExecutionEngine.a usr/lib/libLLVMExegesis.a usr/lib/libLLVMExegesisAArch64.a usr/lib/libLLVMExegesisMips.a usr/lib/libLLVMExegesisPowerPC.a usr/lib/libLLVMExegesisX86.a usr/lib/libLLVMExtensions.a usr/lib/libLLVMFileCheck.a +usr/lib/libLLVMFrontendDriver.a usr/lib/libLLVMFrontendHLSL.a +usr/lib/libLLVMFrontendOffloading.a usr/lib/libLLVMFrontendOpenACC.a usr/lib/libLLVMFrontendOpenMP.a usr/lib/libLLVMFuzzMutate.a usr/lib/libLLVMFuzzerCLI.a usr/lib/libLLVMGlobalISel.a +usr/lib/libLLVMHipStdPar.a usr/lib/libLLVMIRPrinter.a usr/lib/libLLVMIRReader.a usr/lib/libLLVMInstCombine.a usr/lib/libLLVMInstrumentation.a usr/lib/libLLVMInterfaceStub.a usr/lib/libLLVMInterpreter.a usr/lib/libLLVMJITLink.a usr/lib/libLLVMLTO.a usr/lib/libLLVMLibDriver.a usr/lib/libLLVMLineEditor.a usr/lib/libLLVMLinker.a usr/lib/libLLVMMC.a usr/lib/libLLVMMCA.a usr/lib/libLLVMMCDisassembler.a usr/lib/libLLVMMCJIT.a usr/lib/libLLVMMCParser.a usr/lib/libLLVMMIRParser.a usr/lib/libLLVMMipsAsmParser.a usr/lib/libLLVMMipsCodeGen.a usr/lib/libLLVMMipsDesc.a usr/lib/libLLVMMipsDisassembler.a usr/lib/libLLVMMipsInfo.a usr/lib/libLLVMNVPTXCodeGen.a usr/lib/libLLVMNVPTXDesc.a usr/lib/libLLVMNVPTXInfo.a usr/lib/libLLVMObjCARCOpts.a usr/lib/libLLVMObjCopy.a usr/lib/libLLVMObject.a usr/lib/libLLVMObjectYAML.a usr/lib/libLLVMOption.a +usr/lib/libLLVMOrcDebugging.a usr/lib/libLLVMOrcJIT.a usr/lib/libLLVMOrcShared.a usr/lib/libLLVMOrcTargetProcess.a usr/lib/libLLVMPasses.a usr/lib/libLLVMPerfJITEvents.a usr/lib/libLLVMPowerPCAsmParser.a usr/lib/libLLVMPowerPCCodeGen.a usr/lib/libLLVMPowerPCDesc.a usr/lib/libLLVMPowerPCDisassembler.a usr/lib/libLLVMPowerPCInfo.a usr/lib/libLLVMProfileData.a usr/lib/libLLVMRemarks.a usr/lib/libLLVMRuntimeDyld.a usr/lib/libLLVMScalarOpts.a usr/lib/libLLVMSelectionDAG.a usr/lib/libLLVMSupport.a usr/lib/libLLVMSymbolize.a usr/lib/libLLVMSystemZAsmParser.a usr/lib/libLLVMSystemZCodeGen.a usr/lib/libLLVMSystemZDesc.a usr/lib/libLLVMSystemZDisassembler.a usr/lib/libLLVMSystemZInfo.a usr/lib/libLLVMTableGen.a usr/lib/libLLVMTableGenCommon.a usr/lib/libLLVMTableGenGlobalISel.a usr/lib/libLLVMTarget.a usr/lib/libLLVMTargetParser.a usr/lib/libLLVMTextAPI.a +usr/lib/libLLVMTextAPIBinaryReader.a usr/lib/libLLVMTransformUtils.a usr/lib/libLLVMVectorize.a usr/lib/libLLVMWebAssemblyAsmParser.a usr/lib/libLLVMWebAssemblyCodeGen.a usr/lib/libLLVMWebAssemblyDesc.a usr/lib/libLLVMWebAssemblyDisassembler.a usr/lib/libLLVMWebAssemblyInfo.a usr/lib/libLLVMWebAssemblyUtils.a usr/lib/libLLVMWindowsDriver.a usr/lib/libLLVMWindowsManifest.a usr/lib/libLLVMX86AsmParser.a usr/lib/libLLVMX86CodeGen.a usr/lib/libLLVMX86Desc.a usr/lib/libLLVMX86Disassembler.a usr/lib/libLLVMX86Info.a usr/lib/libLLVMX86TargetMCA.a usr/lib/libLLVMXRay.a usr/lib/libLLVMipo.a +usr/lib/libLLVM-18.so +usr/lib/libLLVM.so +usr/lib/libLLVM.so.18.1 usr/lib/libLTO.so -usr/lib/libLTO.so.17 +usr/lib/libLTO.so.18.1 usr/lib/libRemarks.so -usr/lib/libRemarks.so.17 +usr/lib/libRemarks.so.18.1 usr/lib64/LLVMgold.so usr/lib64/bfd-plugins/LLVMgold.so -usr/lib64/libLLVM-17.0.6.so -usr/lib64/libLLVM-17.so +usr/lib64/cmake/llvm/AddLLVM.cmake +usr/lib64/cmake/llvm/AddOCaml.cmake +usr/lib64/cmake/llvm/AddSphinxTarget.cmake +usr/lib64/cmake/llvm/CheckAtomic.cmake +usr/lib64/cmake/llvm/CheckCompilerVersion.cmake +usr/lib64/cmake/llvm/CheckProblematicConfigurations.cmake +usr/lib64/cmake/llvm/CoverageReport.cmake +usr/lib64/cmake/llvm/CrossCompile.cmake +usr/lib64/cmake/llvm/DetermineGCCCompatible.cmake +usr/lib64/cmake/llvm/FindFFI.cmake +usr/lib64/cmake/llvm/FindLibEdit.cmake +usr/lib64/cmake/llvm/FindLibpfm.cmake +usr/lib64/cmake/llvm/FindOCaml.cmake +usr/lib64/cmake/llvm/FindSphinx.cmake +usr/lib64/cmake/llvm/FindTerminfo.cmake +usr/lib64/cmake/llvm/FindZ3.cmake +usr/lib64/cmake/llvm/Findzstd.cmake +usr/lib64/cmake/llvm/GenerateVersionFromVCS.cmake +usr/lib64/cmake/llvm/GetErrcMessages.cmake +usr/lib64/cmake/llvm/GetLibraryName.cmake +usr/lib64/cmake/llvm/HandleLLVMOptions.cmake +usr/lib64/cmake/llvm/HandleLLVMStdlib.cmake +usr/lib64/cmake/llvm/LLVM-Build.cmake +usr/lib64/cmake/llvm/LLVM-Config.cmake +usr/lib64/cmake/llvm/LLVMCheckLinkerFlag.cmake +usr/lib64/cmake/llvm/LLVMConfig.cmake +usr/lib64/cmake/llvm/LLVMConfigExtensions.cmake +usr/lib64/cmake/llvm/LLVMConfigVersion.cmake +usr/lib64/cmake/llvm/LLVMDistributionSupport.cmake +usr/lib64/cmake/llvm/LLVMExports-relwithdebinfo.cmake +usr/lib64/cmake/llvm/LLVMExports.cmake +usr/lib64/cmake/llvm/LLVMExternalProjectUtils.cmake +usr/lib64/cmake/llvm/LLVMInstallSymlink.cmake +usr/lib64/cmake/llvm/LLVMProcessSources.cmake +usr/lib64/cmake/llvm/TableGen.cmake +usr/lib64/cmake/llvm/TensorFlowCompile.cmake +usr/lib64/cmake/llvm/UseLibtool.cmake +usr/lib64/cmake/llvm/VersionFromVCS.cmake +usr/lib64/cmake/llvm/llvm-driver-template.cpp.in +usr/lib64/libLLVM-18.so usr/lib64/libLLVM.so +usr/lib64/libLLVM.so.18.1 usr/lib64/libLLVMAArch64AsmParser.a usr/lib64/libLLVMAArch64CodeGen.a usr/lib64/libLLVMAArch64Desc.a usr/lib64/libLLVMAArch64Disassembler.a usr/lib64/libLLVMAArch64Info.a usr/lib64/libLLVMAArch64Utils.a -usr/lib64/libLLVMAggressiveInstCombine.a usr/lib64/libLLVMAMDGPUAsmParser.a usr/lib64/libLLVMAMDGPUCodeGen.a usr/lib64/libLLVMAMDGPUDesc.a usr/lib64/libLLVMAMDGPUDisassembler.a usr/lib64/libLLVMAMDGPUInfo.a usr/lib64/libLLVMAMDGPUTargetMCA.a usr/lib64/libLLVMAMDGPUUtils.a -usr/lib64/libLLVMAnalysis.a usr/lib64/libLLVMARMAsmParser.a usr/lib64/libLLVMARMCodeGen.a usr/lib64/libLLVMARMDesc.a usr/lib64/libLLVMARMDisassembler.a usr/lib64/libLLVMARMInfo.a usr/lib64/libLLVMARMUtils.a +usr/lib64/libLLVMAggressiveInstCombine.a +usr/lib64/libLLVMAnalysis.a usr/lib64/libLLVMAsmParser.a usr/lib64/libLLVMAsmPrinter.a -usr/lib64/libLLVMBinaryFormat.a -usr/lib64/libLLVMBitReader.a -usr/lib64/libLLVMBitstreamReader.a -usr/lib64/libLLVMBitWriter.a usr/lib64/libLLVMBPFAsmParser.a usr/lib64/libLLVMBPFCodeGen.a usr/lib64/libLLVMBPFDesc.a usr/lib64/libLLVMBPFDisassembler.a usr/lib64/libLLVMBPFInfo.a +usr/lib64/libLLVMBinaryFormat.a +usr/lib64/libLLVMBitReader.a +usr/lib64/libLLVMBitWriter.a +usr/lib64/libLLVMBitstreamReader.a usr/lib64/libLLVMCFGuard.a usr/lib64/libLLVMCFIVerify.a usr/lib64/libLLVMCodeGen.a usr/lib64/libLLVMCodeGenTypes.a usr/lib64/libLLVMCore.a usr/lib64/libLLVMCoroutines.a usr/lib64/libLLVMCoverage.a -usr/lib64/libLLVMDebugInfoCodeView.a -usr/lib64/libLLVMDebuginfod.a +usr/lib64/libLLVMDWARFLinker.a +usr/lib64/libLLVMDWARFLinkerClassic.a +usr/lib64/libLLVMDWARFLinkerParallel.a +usr/lib64/libLLVMDWP.a usr/lib64/libLLVMDebugInfoBTF.a +usr/lib64/libLLVMDebugInfoCodeView.a usr/lib64/libLLVMDebugInfoDWARF.a usr/lib64/libLLVMDebugInfoGSYM.a usr/lib64/libLLVMDebugInfoLogicalView.a usr/lib64/libLLVMDebugInfoMSF.a usr/lib64/libLLVMDebugInfoPDB.a +usr/lib64/libLLVMDebuginfod.a usr/lib64/libLLVMDemangle.a usr/lib64/libLLVMDiff.a usr/lib64/libLLVMDlltoolDriver.a -usr/lib64/libLLVMDWARFLinker.a -usr/lib64/libLLVMDWARFLinkerParallel.a -usr/lib64/libLLVMDWP.a usr/lib64/libLLVMExecutionEngine.a usr/lib64/libLLVMExegesis.a usr/lib64/libLLVMExegesisAArch64.a usr/lib64/libLLVMExegesisMips.a usr/lib64/libLLVMExegesisPowerPC.a usr/lib64/libLLVMExegesisX86.a usr/lib64/libLLVMExtensions.a usr/lib64/libLLVMFileCheck.a +usr/lib64/libLLVMFrontendDriver.a usr/lib64/libLLVMFrontendHLSL.a +usr/lib64/libLLVMFrontendOffloading.a usr/lib64/libLLVMFrontendOpenACC.a usr/lib64/libLLVMFrontendOpenMP.a -usr/lib64/libLLVMFuzzerCLI.a usr/lib64/libLLVMFuzzMutate.a +usr/lib64/libLLVMFuzzerCLI.a usr/lib64/libLLVMGlobalISel.a +usr/lib64/libLLVMHipStdPar.a +usr/lib64/libLLVMIRPrinter.a +usr/lib64/libLLVMIRReader.a usr/lib64/libLLVMInstCombine.a usr/lib64/libLLVMInstrumentation.a usr/lib64/libLLVMInterfaceStub.a usr/lib64/libLLVMInterpreter.a -usr/lib64/libLLVMipo.a -usr/lib64/libLLVMIRPrinter.a -usr/lib64/libLLVMIRReader.a usr/lib64/libLLVMJITLink.a +usr/lib64/libLLVMLTO.a usr/lib64/libLLVMLibDriver.a usr/lib64/libLLVMLineEditor.a usr/lib64/libLLVMLinker.a -usr/lib64/libLLVMLTO.a usr/lib64/libLLVMMC.a usr/lib64/libLLVMMCA.a usr/lib64/libLLVMMCDisassembler.a usr/lib64/libLLVMMCJIT.a usr/lib64/libLLVMMCParser.a +usr/lib64/libLLVMMIRParser.a usr/lib64/libLLVMMipsAsmParser.a usr/lib64/libLLVMMipsCodeGen.a usr/lib64/libLLVMMipsDesc.a usr/lib64/libLLVMMipsDisassembler.a usr/lib64/libLLVMMipsInfo.a -usr/lib64/libLLVMMIRParser.a usr/lib64/libLLVMNVPTXCodeGen.a usr/lib64/libLLVMNVPTXDesc.a usr/lib64/libLLVMNVPTXInfo.a usr/lib64/libLLVMObjCARCOpts.a usr/lib64/libLLVMObjCopy.a usr/lib64/libLLVMObject.a usr/lib64/libLLVMObjectYAML.a usr/lib64/libLLVMOption.a +usr/lib64/libLLVMOrcDebugging.a usr/lib64/libLLVMOrcJIT.a usr/lib64/libLLVMOrcShared.a usr/lib64/libLLVMOrcTargetProcess.a usr/lib64/libLLVMPasses.a usr/lib64/libLLVMPerfJITEvents.a usr/lib64/libLLVMPowerPCAsmParser.a usr/lib64/libLLVMPowerPCCodeGen.a usr/lib64/libLLVMPowerPCDesc.a usr/lib64/libLLVMPowerPCDisassembler.a usr/lib64/libLLVMPowerPCInfo.a usr/lib64/libLLVMProfileData.a usr/lib64/libLLVMRemarks.a usr/lib64/libLLVMRuntimeDyld.a usr/lib64/libLLVMScalarOpts.a usr/lib64/libLLVMSelectionDAG.a usr/lib64/libLLVMSupport.a usr/lib64/libLLVMSymbolize.a usr/lib64/libLLVMSystemZAsmParser.a usr/lib64/libLLVMSystemZCodeGen.a usr/lib64/libLLVMSystemZDesc.a usr/lib64/libLLVMSystemZDisassembler.a usr/lib64/libLLVMSystemZInfo.a usr/lib64/libLLVMTableGen.a usr/lib64/libLLVMTableGenCommon.a usr/lib64/libLLVMTableGenGlobalISel.a usr/lib64/libLLVMTarget.a usr/lib64/libLLVMTargetParser.a usr/lib64/libLLVMTextAPI.a +usr/lib64/libLLVMTextAPIBinaryReader.a usr/lib64/libLLVMTransformUtils.a usr/lib64/libLLVMVectorize.a usr/lib64/libLLVMWebAssemblyAsmParser.a usr/lib64/libLLVMWebAssemblyCodeGen.a usr/lib64/libLLVMWebAssemblyDesc.a usr/lib64/libLLVMWebAssemblyDisassembler.a usr/lib64/libLLVMWebAssemblyInfo.a usr/lib64/libLLVMWebAssemblyUtils.a usr/lib64/libLLVMWindowsDriver.a usr/lib64/libLLVMWindowsManifest.a usr/lib64/libLLVMX86AsmParser.a usr/lib64/libLLVMX86CodeGen.a usr/lib64/libLLVMX86Desc.a usr/lib64/libLLVMX86Disassembler.a usr/lib64/libLLVMX86Info.a usr/lib64/libLLVMX86TargetMCA.a usr/lib64/libLLVMXRay.a +usr/lib64/libLLVMipo.a usr/lib64/libLTO.so -usr/lib64/libLTO.so.17 +usr/lib64/libLTO.so.18.1 usr/lib64/libRemarks.so -usr/lib64/libRemarks.so.17 +usr/lib64/libRemarks.so.18.1 usr/share/licenses/llvm-devel/LICENSE.TXT usr/share/licenses/llvm-libs/LICENSE.TXT usr/share/licenses/llvm-static/LICENSE.TXT usr/share/licenses/llvm/LICENSE.TXT usr/share/man/man1/bugpoint.1.gz usr/share/man/man1/clang-tblgen.1.gz usr/share/man/man1/dsymutil.1.gz usr/share/man/man1/FileCheck.1.gz usr/share/man/man1/lit.1.gz usr/share/man/man1/llc.1.gz usr/share/man/man1/lldb-tblgen.1.gz usr/share/man/man1/lli.1.gz usr/share/man/man1/llvm-addr2line.1.gz usr/share/man/man1/llvm-ar.1.gz usr/share/man/man1/llvm-as.1.gz usr/share/man/man1/llvm-bcanalyzer.1.gz usr/share/man/man1/llvm-config-32.1.gz usr/share/man/man1/llvm-config-64.1.gz usr/share/man/man1/llvm-config.1.gz usr/share/man/man1/llvm-cov.1.gz usr/share/man/man1/llvm-cxxfilt.1.gz usr/share/man/man1/llvm-cxxmap.1.gz usr/share/man/man1/llvm-debuginfo-analyzer.1.gz usr/share/man/man1/llvm-diff.1.gz usr/share/man/man1/llvm-dis.1.gz usr/share/man/man1/llvm-dwarfdump.1.gz usr/share/man/man1/llvm-dwarfutil.1.gz usr/share/man/man1/llvm-exegesis.1.gz usr/share/man/man1/llvm-extract.1.gz usr/share/man/man1/llvm-ifs.1.gz usr/share/man/man1/llvm-install-name-tool.1.gz usr/share/man/man1/llvm-lib.1.gz usr/share/man/man1/llvm-libtool-darwin.1.gz usr/share/man/man1/llvm-link.1.gz usr/share/man/man1/llvm-lipo.1.gz usr/share/man/man1/llvm-locstats.1.gz usr/share/man/man1/llvm-mc.1.gz usr/share/man/man1/llvm-mca.1.gz usr/share/man/man1/llvm-nm.1.gz usr/share/man/man1/llvm-objcopy.1.gz usr/share/man/man1/llvm-objdump.1.gz usr/share/man/man1/llvm-opt-report.1.gz usr/share/man/man1/llvm-otool.1.gz usr/share/man/man1/llvm-pdbutil.1.gz usr/share/man/man1/llvm-profdata.1.gz usr/share/man/man1/llvm-profgen.1.gz usr/share/man/man1/llvm-ranlib.1.gz usr/share/man/man1/llvm-readelf.1.gz usr/share/man/man1/llvm-readobj.1.gz usr/share/man/man1/llvm-reduce.1.gz -usr/share/man/man1/llvm-remark-size-diff.1.gz usr/share/man/man1/llvm-remarkutil.1.gz usr/share/man/man1/llvm-size.1.gz usr/share/man/man1/llvm-stress.1.gz usr/share/man/man1/llvm-strings.1.gz usr/share/man/man1/llvm-strip.1.gz usr/share/man/man1/llvm-symbolizer.1.gz usr/share/man/man1/llvm-tblgen.1.gz usr/share/man/man1/llvm-tli-checker.1.gz usr/share/man/man1/mlir-tblgen.1.gz usr/share/man/man1/opt.1.gz usr/share/man/man1/tblgen.1.gz usr/share/opt-viewer/opt-diff.py usr/share/opt-viewer/opt-stats.py usr/share/opt-viewer/opt-viewer.py usr/share/opt-viewer/optpmap.py usr/share/opt-viewer/optrecord.py usr/share/opt-viewer/style.css diff --git a/devel/linux-rl9-libsoup/Makefile b/devel/linux-rl9-npth/Makefile similarity index 67% copy from devel/linux-rl9-libsoup/Makefile copy to devel/linux-rl9-npth/Makefile index 6bca829ead81..13f27299f84f 100644 --- a/devel/linux-rl9-libsoup/Makefile +++ b/devel/linux-rl9-npth/Makefile @@ -1,26 +1,25 @@ -PORTNAME= libsoup -PORTVERSION= 2.72.0 +PORTNAME= npth +PORTVERSION= 1.6 DISTVERSIONSUFFIX= -8.el9 -PORTREVISION= 1 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org -COMMENT= SOAP (Simple Object Access Protocol) implementation in C (Rocky Linux ${LINUX_DIST_VER}) -WWW= https://libsoup.org/ +COMMENT= New GNU Portable Threads (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.gnupg.org/software/npth/index.html -LICENSE= LGPL20 +LICENSE= LGPL21+ USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX= libgcrypt libpsl USE_LINUX_RPM= yes WANT_LINUX32= yes CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes .include diff --git a/devel/linux-rl9-npth/distinfo b/devel/linux-rl9-npth/distinfo new file mode 100644 index 000000000000..6bab88820573 --- /dev/null +++ b/devel/linux-rl9-npth/distinfo @@ -0,0 +1,9 @@ +TIMESTAMP = 1732664027 +SHA256 (rocky/n/npth-1.6-8.el9.aarch64.rpm) = 1a3f38d6ef2504ee73cbb25e4f97cf6942b2fbce6229566f9bfb0400d4079310 +SIZE (rocky/n/npth-1.6-8.el9.aarch64.rpm) = 24290 +SHA256 (rocky/n/npth-1.6-8.el9.i686.rpm) = 086399c3f3cc6bd65d7a1ce8d90d14d2c08e4f7aa0a0b0b660d744863dd4f99a +SIZE (rocky/n/npth-1.6-8.el9.i686.rpm) = 25079 +SHA256 (rocky/n/npth-1.6-8.el9.x86_64.rpm) = a96a4af76f58645fe34c526c684a45a5a97642c1836bfb3a91ef29520cb21324 +SIZE (rocky/n/npth-1.6-8.el9.x86_64.rpm) = 25003 +SHA256 (rocky/n/npth-1.6-8.el9.src.rpm) = 2d3b226b5b2967b0416e50ba1daf3c4b8635eb6aa5d0813f041c9f6817aa138a +SIZE (rocky/n/npth-1.6-8.el9.src.rpm) = 312882 diff --git a/devel/linux-rl9-npth/pkg-plist.aarch64 b/devel/linux-rl9-npth/pkg-plist.aarch64 new file mode 100644 index 000000000000..32f89b2c74b1 --- /dev/null +++ b/devel/linux-rl9-npth/pkg-plist.aarch64 @@ -0,0 +1,4 @@ +usr/lib/.build-id/d7/5f3d916096fd88cf0001875009e1cbb450d4dc +usr/lib64/libnpth.so.0 +usr/lib64/libnpth.so.0.1.2 +usr/share/licenses/npth/COPYING.LIB diff --git a/devel/linux-rl9-npth/pkg-plist.amd64 b/devel/linux-rl9-npth/pkg-plist.amd64 new file mode 100644 index 000000000000..efb04fa45a2e --- /dev/null +++ b/devel/linux-rl9-npth/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/32/848dae62a08beb0d9b648cadb95013e2c6b0eb +usr/lib/.build-id/c7/5beaa8479a54152cf30dc9cd65661847cb09c9 +usr/lib/libnpth.so.0 +usr/lib/libnpth.so.0.1.2 +usr/lib64/libnpth.so.0 +usr/lib64/libnpth.so.0.1.2 +usr/share/licenses/npth/COPYING.LIB diff --git a/devel/linux-rl9-orc/Makefile b/devel/linux-rl9-orc/Makefile index 515ae137e852..428462d8b058 100644 --- a/devel/linux-rl9-orc/Makefile +++ b/devel/linux-rl9-orc/Makefile @@ -1,30 +1,30 @@ PORTNAME= orc PORTVERSION= 0.4.31 -DISTVERSIONSUFFIX= -7.el9_4 -PORTREVISION= 2 +DISTVERSIONSUFFIX= -8.el9 +PORTREVISION= 3 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= Library and toolset to operate arrays of data (Rocky Linux ${LINUX_DIST_VER}) WWW= https://gstreamer.freedesktop.org/projects/orc.html LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX= libgcrypt libpsl USE_LINUX_RPM= yes WANT_LINUX32= yes BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} \ ${PORTNAME}-compiler-${DISTVERSIONFULL} CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes .include diff --git a/devel/linux-rl9-orc/distinfo b/devel/linux-rl9-orc/distinfo index 0c8385c5d262..af3ecad8a8b2 100644 --- a/devel/linux-rl9-orc/distinfo +++ b/devel/linux-rl9-orc/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1731433108 -SHA256 (rocky/o/orc-0.4.31-7.el9_4.aarch64.rpm) = 3789d3d8da9927b5c50c5554337a22c8b79e1b4953a473818daef6cc90aaac41 -SIZE (rocky/o/orc-0.4.31-7.el9_4.aarch64.rpm) = 180669 -SHA256 (rocky/o/orc-0.4.31-7.el9_4.i686.rpm) = 02b6226ed6675ec42d59532b967b4735a2e3b314f84b7d5f5d96e8768f9195a4 -SIZE (rocky/o/orc-0.4.31-7.el9_4.i686.rpm) = 198117 -SHA256 (rocky/o/orc-0.4.31-7.el9_4.x86_64.rpm) = 7f63ee701c9beb9840b71e4df89d0d84dafd1d6e29697bf6b53d8b07c61f966f -SIZE (rocky/o/orc-0.4.31-7.el9_4.x86_64.rpm) = 186588 -SHA256 (rocky/o/orc-compiler-0.4.31-7.el9_4.aarch64.rpm) = 018e932cdb22fca46a97538d530423c2905d33f8243120dec6731ea9d249f477 -SIZE (rocky/o/orc-compiler-0.4.31-7.el9_4.aarch64.rpm) = 23400 -SHA256 (rocky/o/orc-compiler-0.4.31-7.el9_4.x86_64.rpm) = 2e1d787431c30e66e99178c85a1d6c23dbe7da9e33e7c90dd5c8a2579ea0a6ad -SIZE (rocky/o/orc-compiler-0.4.31-7.el9_4.x86_64.rpm) = 23817 -SHA256 (rocky/o/orc-0.4.31-7.el9_4.src.rpm) = 94c6f4255f9716e4ba4f36a90980cd9c571d618430c8192f9caa8ca5971c9d01 -SIZE (rocky/o/orc-0.4.31-7.el9_4.src.rpm) = 190290 +TIMESTAMP = 1732657094 +SHA256 (rocky/o/orc-0.4.31-8.el9.aarch64.rpm) = a8ad78712f5512776feb719f6dc6a967b8e87303e0b559b0c4876d7c9d2be146 +SIZE (rocky/o/orc-0.4.31-8.el9.aarch64.rpm) = 180781 +SHA256 (rocky/o/orc-0.4.31-8.el9.i686.rpm) = c92f75f5b6eb2fc3ecb802686bc8b8c83c0af416e742d862bbeb77989f1bb37d +SIZE (rocky/o/orc-0.4.31-8.el9.i686.rpm) = 198319 +SHA256 (rocky/o/orc-0.4.31-8.el9.x86_64.rpm) = e4c568d24d992714f5f6703f03d6460d81b1800c628423932108ae9315813b75 +SIZE (rocky/o/orc-0.4.31-8.el9.x86_64.rpm) = 186781 +SHA256 (rocky/o/orc-compiler-0.4.31-8.el9.aarch64.rpm) = a1ed7d87da88b1a7a49efb5ae210e3b791d2ff76c0c19e074b24bbda123848aa +SIZE (rocky/o/orc-compiler-0.4.31-8.el9.aarch64.rpm) = 23504 +SHA256 (rocky/o/orc-compiler-0.4.31-8.el9.x86_64.rpm) = bb70ec13385618a521b66ec3d50d4d2a3c4b760149c004aedb0e46fe69200da0 +SIZE (rocky/o/orc-compiler-0.4.31-8.el9.x86_64.rpm) = 23912 +SHA256 (rocky/o/orc-0.4.31-8.el9.src.rpm) = 19acb2f8ca13652cb9d7dd156e0884a711148e435c675ee9fac56330587f5afe +SIZE (rocky/o/orc-0.4.31-8.el9.src.rpm) = 190415 diff --git a/devel/linux-rl9-orc/pkg-plist.aarch64 b/devel/linux-rl9-orc/pkg-plist.aarch64 index 35083044f5f7..293e3fed4055 100644 --- a/devel/linux-rl9-orc/pkg-plist.aarch64 +++ b/devel/linux-rl9-orc/pkg-plist.aarch64 @@ -1,12 +1,12 @@ usr/bin/orc-bugreport usr/bin/orcc -usr/lib/.build-id/f3/bf6c1db8c6d6a3afec675f04bc2dcb6a78af6b -usr/lib/.build-id/df/f9b46d47471ac819793a10e36b8e122b5e1d46 -usr/lib/.build-id/9f/dfcfd1fb0139a97caea8fabdfc14d324de900b -usr/lib/.build-id/89/33bd21a28faf680b0b53c0f21dcad6286eb9de +usr/lib/.build-id/15/0832cb3caa13da688baa823c6962a6fab7d4db +usr/lib/.build-id/66/633051805219eef19737cb2630e8641329dbe5 +usr/lib/.build-id/9f/de302bbcaac42bed9b4f069b19e82cf3798e4a +usr/lib/.build-id/e0/08bb79bbda03614abd29b426c03df9d3104b59 usr/lib64/liborc-0.4.so.0 usr/lib64/liborc-0.4.so.0.31.0 usr/lib64/liborc-test-0.4.so.0 usr/lib64/liborc-test-0.4.so.0.31.0 %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README diff --git a/devel/linux-rl9-orc/pkg-plist.amd64 b/devel/linux-rl9-orc/pkg-plist.amd64 index aaebff22c991..0a3c5d5dd41c 100644 --- a/devel/linux-rl9-orc/pkg-plist.amd64 +++ b/devel/linux-rl9-orc/pkg-plist.amd64 @@ -1,19 +1,19 @@ usr/bin/orc-bugreport usr/bin/orcc -usr/lib/.build-id/36/54accbe61729113b0661be638cde18627f869c -usr/lib/.build-id/41/2b9bb966862789d964c891a5d3cc971c1818c6 -usr/lib/.build-id/71/93278b6c96d34bb6706acb372a895f76b03220 -usr/lib/.build-id/9a/d4aa773566d6bfd60e103138a3185085466021 -usr/lib/.build-id/a3/b4252a6575fc18af2c11b34d322bf9e90051ea -usr/lib/.build-id/a6/f2868a20db1211b0b76dc7e91f0fb18e148c61 -usr/lib/.build-id/cd/ea449555eeb00b630720687e0a1b7200c5a99a +usr/lib/.build-id/04/0270529dc1d7b0cb7588da5ab3589056d98067 +usr/lib/.build-id/12/35f2c2d6f63cdef80d906b0ef1ffb5da335d29 +usr/lib/.build-id/68/55845349f211e0251f5fb21d6482ebcf8491a4 +usr/lib/.build-id/69/a8aa497c5702aed566676120b4f376820ad142 +usr/lib/.build-id/87/4e034f8cb353491b202e3953a29c008b99675d +usr/lib/.build-id/a0/29f0c30573c96c669c487b2ab37d3615294d7f +usr/lib/.build-id/cb/34adb3a62e3119821262b2c8f76d0a3471c88c usr/lib/liborc-0.4.so.0 usr/lib/liborc-0.4.so.0.31.0 usr/lib/liborc-test-0.4.so.0 usr/lib/liborc-test-0.4.so.0.31.0 usr/lib64/liborc-0.4.so.0 usr/lib64/liborc-0.4.so.0.31.0 usr/lib64/liborc-test-0.4.so.0 usr/lib64/liborc-test-0.4.so.0.31.0 %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README diff --git a/devel/linux-rl9-systemd-libs/Makefile b/devel/linux-rl9-systemd-libs/Makefile index 756c81a57526..f14fa0540715 100644 --- a/devel/linux-rl9-systemd-libs/Makefile +++ b/devel/linux-rl9-systemd-libs/Makefile @@ -1,23 +1,23 @@ PORTNAME= systemd PORTVERSION= 252 -DISTVERSIONSUFFIX= -32.el9_4.7 -PORTREVISION= 6 +DISTVERSIONSUFFIX= -46.el9_5.2.0.1 +PORTREVISION= 7 CATEGORIES= devel linux PKGNAMESUFFIX= -libs MAINTAINER= emulation@FreeBSD.org COMMENT= Libraries for accessing systemd (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.freedesktop.org/wiki/Software/systemd/ LICENSE= LGPL21+ USES= cpe linux:rl9 CPE_VENDOR= systemd_project USE_LDCONFIG= yes USE_LINUX= elfutils-libs libgcrypt libgpg-error lz4 nss USE_LINUX_RPM= yes WANT_LINUX32= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} .include diff --git a/devel/linux-rl9-systemd-libs/distinfo b/devel/linux-rl9-systemd-libs/distinfo index 169e3b103f34..06c9dcccfad1 100644 --- a/devel/linux-rl9-systemd-libs/distinfo +++ b/devel/linux-rl9-systemd-libs/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731420954 -SHA256 (rocky/s/systemd-libs-252-32.el9_4.7.aarch64.rpm) = 4b631b98980b38558b99a5431aca9a0c4b1135db0f6f973b1f5e27b39038f0fd -SIZE (rocky/s/systemd-libs-252-32.el9_4.7.aarch64.rpm) = 638346 -SHA256 (rocky/s/systemd-libs-252-32.el9_4.7.i686.rpm) = 9c6d1c63084dd3a8cfa9b28de2ca8b350ea6bada00d549e5dfece14837d77c9d -SIZE (rocky/s/systemd-libs-252-32.el9_4.7.i686.rpm) = 702963 -SHA256 (rocky/s/systemd-libs-252-32.el9_4.7.x86_64.rpm) = 55399541df553a5ce2eb5294ab2a7122cba6003b39fc5a99a25ebef3dfab5532 -SIZE (rocky/s/systemd-libs-252-32.el9_4.7.x86_64.rpm) = 672117 -SHA256 (rocky/s/systemd-252-32.el9_4.7.src.rpm) = 307694cf5f1b1af3158587dae418b8650575844400040eea746e7716f01aca72 -SIZE (rocky/s/systemd-252-32.el9_4.7.src.rpm) = 12969256 +TIMESTAMP = 1732657390 +SHA256 (rocky/s/systemd-libs-252-46.el9_5.2.0.1.aarch64.rpm) = 2d8a921e64c75f327fad239b394328c3473a6d9541f765babc5c32797a09e106 +SIZE (rocky/s/systemd-libs-252-46.el9_5.2.0.1.aarch64.rpm) = 660955 +SHA256 (rocky/s/systemd-libs-252-46.el9_5.2.0.1.i686.rpm) = 350633f56eb7d515a25f2539a4aec41a4018ed3af0b1c84357cae0b8c1db3556 +SIZE (rocky/s/systemd-libs-252-46.el9_5.2.0.1.i686.rpm) = 725375 +SHA256 (rocky/s/systemd-libs-252-46.el9_5.2.0.1.x86_64.rpm) = 2cf6bb9bfbd2257851a8bacf0cece58a14f95e13114e46a9ca3b2e0f00083b62 +SIZE (rocky/s/systemd-libs-252-46.el9_5.2.0.1.x86_64.rpm) = 694207 +SHA256 (rocky/s/systemd-252-46.el9_5.2.0.1.src.rpm) = c63d85ded80b2b64eff965a11df6a79f3682c80bce0a84314f4d075dbdcff010 +SIZE (rocky/s/systemd-252-46.el9_5.2.0.1.src.rpm) = 37051180 diff --git a/devel/linux-rl9-systemd-libs/pkg-plist.aarch64 b/devel/linux-rl9-systemd-libs/pkg-plist.aarch64 index 6abe5bfd448e..dcf216d14255 100644 --- a/devel/linux-rl9-systemd-libs/pkg-plist.aarch64 +++ b/devel/linux-rl9-systemd-libs/pkg-plist.aarch64 @@ -1,16 +1,16 @@ -usr/lib/.build-id/08/3e5db14fbb781a806f12288851e4dd86abc6df -usr/lib/.build-id/e8/80390bd65967e0561718cb2a6ab8a2becaed40 -usr/lib/.build-id/1d/79ed873a29c44fad110d260c994850aa2b58b5 -usr/lib/.build-id/45/273b9b06596b60a703d718b220d4994003025d -usr/lib/.build-id/b0/864b0082bd364d2399f58a8f3bd8d23fc23812 +usr/lib/.build-id/7a/77afa61629ee7b658e01aec9c716620f5b70a7 +usr/lib/.build-id/a5/d1edcecd9a652d79c252e2a0523faf7bc51f38 +usr/lib/.build-id/bb/c11bbb00776d5da60f8f1d5346d416beabe499 +usr/lib/.build-id/c4/1d7681644a896fdc71c0d3b1fa45baf2bf5a37 +usr/lib/.build-id/f3/b4c97ff7799dd3fe719cae2941bd3e1f405556 usr/lib64/libnss_myhostname.so.2 usr/lib64/libnss_resolve.so.2 usr/lib64/libnss_systemd.so.2 usr/lib64/libsystemd.so.0 usr/lib64/libsystemd.so.0.35.0 usr/lib64/libudev.so.1 usr/lib64/libudev.so.1.7.5 usr/share/licenses/systemd/LICENSE.LGPL2.1 usr/share/man/man8/libnss_myhostname.so.2.8.gz usr/share/man/man8/libnss_resolve.so.2.8.gz usr/share/man/man8/libnss_systemd.so.2.8.gz diff --git a/devel/linux-rl9-systemd-libs/pkg-plist.amd64 b/devel/linux-rl9-systemd-libs/pkg-plist.amd64 index e9358e3558e7..baddcace1b76 100644 --- a/devel/linux-rl9-systemd-libs/pkg-plist.amd64 +++ b/devel/linux-rl9-systemd-libs/pkg-plist.amd64 @@ -1,28 +1,28 @@ -usr/lib/.build-id/06/f4db9c4bed5ed569862829c82fc05432a27069 -usr/lib/.build-id/0e/bba20b3303dd4b86a2f18dd6398ded2eca3277 -usr/lib/.build-id/12/7c37b75a03239b2d8a4cd87072795b538d03ec -usr/lib/.build-id/1b/3404bb3d3c5448665b5209e2f360370d4959a3 -usr/lib/.build-id/6d/1e90f2b7a6da3f577475e2847566c541910a6b -usr/lib/.build-id/84/bf48bf6168c94cc666739dd1a404fc91a26098 -usr/lib/.build-id/85/ad73fd1a4e1106f7a3fafeddce0e4107307c5d -usr/lib/.build-id/8d/c417d4d5c260673500d3abf1e793129653837b -usr/lib/.build-id/b1/c8be382998d3072f9a680f959845f4a018b217 -usr/lib/.build-id/e5/899b339953645e209bc59eb8f653def74d413d +usr/lib/.build-id/03/8db493ffc06310a7d25c68029dd1d535d1ca73 +usr/lib/.build-id/18/8a833137c6a6ef93f632ec952fe860f11eceb5 +usr/lib/.build-id/23/61d2be339faf4de7b318fc79ee1fadd12ed6df +usr/lib/.build-id/30/5f671881850ae018a83487b0e14d9a0ee04653 +usr/lib/.build-id/4b/e80354b48d4d56cada4f2ef88b0f99512df792 +usr/lib/.build-id/4f/5579996a671d65bca88994dbde5027a67fd857 +usr/lib/.build-id/6f/24da423be4c74503ada9366440130186cb869a +usr/lib/.build-id/ae/ea1d6cb92da081f637a6e66ab10a99faa456bb +usr/lib/.build-id/b1/401e860a0744de355aa17c722fcf18c5c39f43 +usr/lib/.build-id/e1/985ffda5f4f2ce16e234a86d820525b6aa95a0 usr/lib/libnss_myhostname.so.2 usr/lib/libnss_resolve.so.2 usr/lib/libnss_systemd.so.2 usr/lib/libsystemd.so.0 usr/lib/libsystemd.so.0.35.0 usr/lib/libudev.so.1 usr/lib/libudev.so.1.7.5 usr/lib64/libnss_myhostname.so.2 usr/lib64/libnss_resolve.so.2 usr/lib64/libnss_systemd.so.2 usr/lib64/libsystemd.so.0 usr/lib64/libsystemd.so.0.35.0 usr/lib64/libudev.so.1 usr/lib64/libudev.so.1.7.5 usr/share/licenses/systemd/LICENSE.LGPL2.1 usr/share/man/man8/libnss_myhostname.so.2.8.gz usr/share/man/man8/libnss_resolve.so.2.8.gz usr/share/man/man8/libnss_systemd.so.2.8.gz diff --git a/emulators/linux-rl9/Makefile b/emulators/linux-rl9/Makefile index d6bceba0a38c..9be34e6bd29d 100644 --- a/emulators/linux-rl9/Makefile +++ b/emulators/linux-rl9/Makefile @@ -1,34 +1,34 @@ PORTNAME= linux-rl9 PORTVERSION= ${LINUX_DIST_VER} CATEGORIES= emulators linux MAINTAINER= emulation@FreeBSD.org COMMENT= Meta-port for all things Rocky Linux ${LINUX_DIST_VER} WWW= https://rockylinux.org LICENSE= BSD2CLAUSE USES= linux:rl9 metaport USE_LINUX= alsalib alsa-lib-devel alsa-plugins-oss alsa-plugins-pulseaudio \ at-spi2-atk at-spi2-core atk avahi-libs brotli \ ca-certificates cairo cairo-gobject cups-libs curl cyrus-sasl2 \ dbuslibs devtools dri elfutils-libelf elfutils-libs expat \ ffmpeg-libs flac fontconfig freetype fribidi gdkpixbuf2 gnupg gnutls \ graphite2 gsm gstreamer1 gstreamer1-libav gtk2 gtk3 harfbuzz icu \ jasper jbigkit jpeg libassuan libasyncns libdrm libepoxy libevent \ - libgcrypt libgfortran libglvnd libgpg-error libidn2 libnghttp2 libogg \ + libgcrypt libgfortran libglvnd libgpg-error libidn2 libksba libnghttp2 libogg \ libpciaccess libproxy libpsl librsvg2 libsecret libsigc++20 libsigsegv \ - libsndfile libsoup libtasn1 libthai libtheora libtool-ltdl \ + libsndfile libsoup libssh libstemmer libtasn1 libthai libtheora libtool-ltdl \ libtracker-sparql libunistring libusb libv4l libva libvdpau \ libvorbis libvpx libxcrypt libxkbcommon libxml2 libxslt llvm \ - lz4 nettle nspr nss ocl-icd openal-soft openjpeg openldap opus orc \ + lz4 nettle npth nspr nss ocl-icd openal-soft openjpeg openldap opus orc \ p11-kit pango pixman png pulseaudio-libs pulseaudio-utils python3 \ qt3d qtbase qtconnectivity qtdeclarative qtgraphicaleffects qtimageformats \ qtmultimedia qtquickcontrols qtscript qtsensors qtserialbus qtserialport \ qtsvg qttools qtwayland qtwebchannel qtwebsockets qtx11extras qtxmlpatterns \ sqlite3 strace systemd-libs tcp_wrappers-libs tiff vulkan \ wayland webp wget xcb-util xorglibs .include .include diff --git a/emulators/linux_base-rl9/Makefile b/emulators/linux_base-rl9/Makefile index 324f1986edb8..a9401e9c6942 100644 --- a/emulators/linux_base-rl9/Makefile +++ b/emulators/linux_base-rl9/Makefile @@ -1,198 +1,208 @@ PORTNAME= rl9 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 2 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- EXTRACT_ONLY= ${DISTFILES:N*${SRC_SUFX}*:Nf/filesystem-*:C/:[^:]+$//} MAINTAINER= emulation@FreeBSD.org COMMENT= Base set of packages needed in Linux mode (Rocky Linux ${LINUX_DIST_VER}) LICENSE= BSD2CLAUSE USES= linux:rl9 USE_LINUX= # empty USE_LINUX_RPM= yes WANT_LINUX32= yes .include "${.CURDIR}/Makefile.version" BIN_DISTNAMES= bash-${bash_ver} \ bzip2-${bzip2_ver} \ coreutils-${coreutils_ver} \ diffutils-${diffutils_ver} \ e2fsprogs-${e2fsprogs_ver} \ filesystem-${filesystem_ver} \ findutils-${findutils_ver} \ + fuse-${fuse_ver} \ gawk-${gawk_ver} \ glibc-all-langpacks-${glibc_ver} \ glibc-common-${glibc_ver} \ grep-${grep_ver} \ info-${info_ver} \ keyutils-${keyutils_ver} \ less-${less_ver} \ ncurses-${ncurses_ver} \ sed-${sed_ver} \ setserial-${setserial_ver} \ which-${which_ver} LIB_DISTNAMES= bzip2-libs-${bzip2_ver} \ e2fsprogs-libs-${e2fsprogs_ver} \ + fuse-libs-${fuse_ver} \ gdbm-libs-${gdbm_ver} \ geocode-glib-${geocode-glib_ver} \ glib-networking-${glib-networking_ver} \ glib2-${glib2_ver} \ glibc-${glibc_ver} \ gmp-${gmp_ver} \ json-glib-${json-glib_ver} \ keyutils-libs-${keyutils_ver} \ krb5-libs-${krb5_ver} \ libacl-${libacl_ver} \ libattr-${libattr_ver} \ libblkid-${util_ver} \ libcap-${libcap_ver} \ libcom_err-${e2fsprogs_ver} \ libdatrie-${libdatrie_ver} \ libdb-${libdb_ver} \ libedit-${libedit_ver} \ + libevdev-${libevdev_ver} \ + libfdisk-${util_ver} \ libffi-${libffi_ver} \ libgcc-${gcc_ver} \ libgudev-${libgudev_ver} \ libmount-${util_ver} \ libselinux-${selinux_ver} \ libsepol-${sepol_ver} \ - libssh-${ssh_ver} \ + libsmartcols-${util_ver} \ libstdc++-${gcc_ver} \ libuuid-${util_ver} \ libverto-${libverto_ver} \ libzstd-${zstd_ver} \ + mtdev-${mtdev_ver} \ ncurses-libs-${ncurses_ver} \ openssl-libs-${openssl_ver} \ pcre-${pcre_ver} \ + pcre-utf16-${pcre_ver} \ + pcre-utf32-${pcre_ver} \ pcre2-${pcre2_ver} \ + pcre2-utf16-${pcre2_ver} \ + pcre2-utf32-${pcre2_ver} \ popt-${popt_ver} \ readline-${readline_ver} \ slang-${slang_ver} \ xz-libs-${xz_ver} \ zlib-${zlib_ver} LIB_DISTNAMES_aarch64= u/util-linux-${util_ver} LIB_DISTNAMES_amd64= u/util-linux-${util_ver} SHARE_DISTNAMES=basesystem-${basesystem_ver} \ ncurses-base-${ncurses_ver} \ rocky-release-${rocky-release_ver} \ setup-${setup_ver} SRC_DISTFILES= acl-${libacl_ver}${SRC_SUFX}:SOURCE \ attr-${libattr_ver}${SRC_SUFX}:SOURCE \ basesystem-${basesystem_ver}${SRC_SUFX}:SOURCE \ bash-${bash_ver}${SRC_SUFX}:SOURCE \ bzip2-${bzip2_ver}${SRC_SUFX}:SOURCE \ coreutils-${coreutils_ver}${SRC_SUFX}:SOURCE \ diffutils-${diffutils_ver}${SRC_SUFX}:SOURCE \ e2fsprogs-${e2fsprogs_ver}${SRC_SUFX}:SOURCE \ filesystem-${filesystem_ver}${SRC_SUFX}:SOURCE \ findutils-${findutils_ver}${SRC_SUFX}:SOURCE \ + fuse-${fuse_ver}${SRC_SUFX}:SOURCE \ gawk-${gawk_ver}${SRC_SUFX}:SOURCE \ gcc-${gcc_ver}${SRC_SUFX}:SOURCE \ gdbm-${gdbm_ver}${SRC_SUFX}:SOURCE \ geocode-glib-${geocode-glib_ver}${SRC_SUFX}:SOURCE \ glib-networking-${glib-networking_ver}${SRC_SUFX}:SOURCE \ glib2-${glib2_ver}${SRC_SUFX}:SOURCE \ glibc-${glibc_ver}${SRC_SUFX}:SOURCE \ gmp-${gmp_ver}${SRC_SUFX}:SOURCE \ grep-${grep_ver}${SRC_SUFX}:SOURCE \ json-glib-${json-glib_ver}${SRC_SUFX}:SOURCE \ keyutils-${keyutils_ver}${SRC_SUFX}:SOURCE \ krb5-${krb5_ver}${SRC_SUFX}:SOURCE \ less-${less_ver}${SRC_SUFX}:SOURCE \ libcap-${libcap_ver}${SRC_SUFX}:SOURCE \ libdatrie-${libdatrie_ver}${SRC_SUFX}:SOURCE \ libdb-${libdb_ver}${SRC_SUFX}:SOURCE \ libedit-${libedit_ver}${SRC_SUFX}:SOURCE \ + libevdev-${libevdev_ver}${SRC_SUFX}:SOURCE \ libffi-${libffi_ver}${SRC_SUFX}:SOURCE \ libgudev-${libgudev_ver}${SRC_SUFX}:SOURCE \ libselinux-${selinux_ver}${SRC_SUFX}:SOURCE \ libsepol-${sepol_ver}${SRC_SUFX}:SOURCE \ - libssh-${ssh_ver}${SRC_SUFX}:SOURCE \ libverto-${libverto_ver}${SRC_SUFX}:SOURCE \ + mtdev-${mtdev_ver}${SRC_SUFX}:SOURCE \ ncurses-${ncurses_ver}${SRC_SUFX}:SOURCE \ openssl-${openssl_ver}${SRC_SUFX}:SOURCE \ pcre-${pcre_ver}${SRC_SUFX}:SOURCE \ pcre2-${pcre2_ver}${SRC_SUFX}:SOURCE \ popt-${popt_ver}${SRC_SUFX}:SOURCE \ readline-${readline_ver}${SRC_SUFX}:SOURCE \ rocky-release-${rocky-release_ver}${SRC_SUFX}:SOURCE \ sed-${sed_ver}${SRC_SUFX}:SOURCE \ setserial-${setserial_ver}${SRC_SUFX}:SOURCE \ setup-${setup_ver}${SRC_SUFX}:SOURCE \ slang-${slang_ver}${SRC_SUFX}:SOURCE \ texinfo-${info_ver}${SRC_SUFX}:SOURCE \ util-linux-${util_ver}${SRC_SUFX}:SOURCE \ which-${which_ver}${SRC_SUFX}:SOURCE \ xz-${xz_ver}${SRC_SUFX}:SOURCE \ zlib-${zlib_ver}${SRC_SUFX}:SOURCE \ zstd-${zstd_ver}${SRC_SUFX}:SOURCE \ PLIST_SUB= LINUXBASE=${LINUXBASE} SYSCTLMIB=${SYSCTLMIB} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes REMOVE_DIRS= boot etc/pam.d home media mnt proc root run sys tmp var/log \ var/tmp REMOVE_FILES= bin/chfn bin/chsh bin/findmnt bin/login bin/lsblk bin/lscpu \ bin/lsipc bin/lslogins bin/lsmem bin/lsns bin/script \ bin/setpriv bin/su \ etc/exports etc/group etc/gshadow etc/motd \ etc/passwd etc/printcap etc/protocols etc/services etc/shadow \ sbin/clock sbin/debugfs sbin/hwclock sbin/runuser sbin/zramctl .include PLIST_SUB+= NEWGLIBC="" .if ${ARCH} == aarch64 || ${ARCH} == amd64 SYSCTLMIB= kern.features.linux64 .else SYSCTLMIB= compat.linux.osrelease .endif post-extract: # These directories become symbolic links when the filesystem distfile is # extracted. Other distfiles cannot be extracted when these are links so the # filesystem distfile must be extracted last. .for d in bin lib lib64 sbin @(cd ${WRKSRC} && if [ -e ${d} -a ! -L ${d} ]; then \ ${FIND} ${d} | ${CPIO} -dumpl --quiet usr && ${RM} -r ${d}; fi) .endfor @(cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ ${DISTDIR}/${DIST_SUBDIR}/f/filesystem-${filesystem_ver}${EXTRACT_SUFX_${ARCH}} \ ${EXTRACT_AFTER_ARGS}) .if ${ARCH} == i386 @${CHMOD} u+w ${WRKSRC}/usr/lib/pm-utils .elif ${ARCH} == aarch64 || ${ARCH} == amd64 @${CHMOD} u+w ${WRKSRC}/usr/lib64/pm-utils .endif post-patch: @${RM} -r ${REMOVE_DIRS:S|^|${WRKSRC}/|} @${RM} ${REMOVE_FILES:S|^|${WRKSRC}/|} @${FIND} ${WRKSRC}/usr -type d -empty -not -path '*/lib*/gio/*' -delete .if ${ARCH} == aarch64 ${BRANDELF} -t Linux ${WRKSRC}/usr/lib/ld-linux-* .else ${BRANDELF} -t Linux ${WRKSRC}/usr/lib64/ld-linux-*.so.2 .endif post-install: ${RM} -r ${STAGEDIR}${LOCALBASE} ${MV} ${STAGEDIR}${PREFIX}/etc/krb5.conf \ ${STAGEDIR}${PREFIX}/etc/krb5.conf.sample ${MV} ${STAGEDIR}${PREFIX}/etc/nsswitch.conf \ ${STAGEDIR}${PREFIX}/etc/nsswitch.conf.sample ${LN} -sf "../proc/self/mounts" ${STAGEDIR}${PREFIX}/etc/mtab ${LN} -sf ${LOCALBASE}/share/icons ${STAGEDIR}${PREFIX}/usr/share/icons ${LN} -sf /var/run ${STAGEDIR}${PREFIX}/run ${LN} -sf /var/tmp ${STAGEDIR}${PREFIX}/usr/tmp .include diff --git a/emulators/linux_base-rl9/Makefile.version b/emulators/linux_base-rl9/Makefile.version index 7e7daa93fe02..bbb0c92da79b 100644 --- a/emulators/linux_base-rl9/Makefile.version +++ b/emulators/linux_base-rl9/Makefile.version @@ -1,51 +1,53 @@ basesystem_ver= 11-13.el9.0.1 bash_ver= 5.1.8-9.el9 bzip2_ver= 1.0.8-8.el9 -coreutils_ver= 8.32-35.el9 +coreutils_ver= 8.32-36.el9 diffutils_ver= 3.7-12.el9 e2fsprogs_ver= 1.46.5-5.el9 -filesystem_ver= 3.16-2.el9 -findutils_ver= 4.8.0-6.el9 +filesystem_ver= 3.16-5.el9 +findutils_ver= 4.8.0-7.el9 +fuse_ver= 2.9.9-16.el9 gawk_ver= 5.1.0-6.el9 -gcc_ver= 11.4.1-3.el9 -gdbm_ver= 1.19-4.el9 +gcc_ver= 11.5.0-2.el9 +gdbm_ver= 1.23-1.el9 geocode-glib_ver= 3.26.2-5.el9 glib-networking_ver= 2.68.3-3.el9 glib2_ver= 2.68.4-14.el9_4.1 -glibc_ver= 2.34-100.el9_4.4 +glibc_ver= 2.34-125.el9_5.1 gmp_ver= 6.2.0-13.el9 grep_ver= 3.6-5.el9 info_ver= 6.7-15.el9 json-glib_ver= 1.6.6-1.el9 keyutils_ver= 1.6.3-1.el9 -krb5_ver= 1.21.1-2.el9_4 -less_ver= 590-4.el9_4 +krb5_ver= 1.21.1-4.el9_5 +less_ver= 590-5.el9 libacl_ver= 2.3.1-4.el9 libattr_ver= 2.5.1-3.el9 libcap_ver= 2.48-9.el9_2 libdatrie_ver= 0.2.13-4.el9 -libdb_ver= 5.3.28-53.el9 +libdb_ver= 5.3.28-54.el9 libedit_ver= 3.1-38.20210216cvs.el9 +libevdev_ver= 1.11.0-3.el9 libffi_ver= 3.4.2-8.el9 libgudev_ver= 237-1.el9 libnattr_ver= 2.5.1-3.el9 libverto_ver= 0.3.2-3.el9 +mtdev_ver= 1.1.5-22.el9 ncurses_ver= 6.2-10.20210508.el9 -openssl_ver= 3.0.7-28.el9_4 -pcre_ver= 8.44-3.el9.3 -pcre2_ver= 10.40-5.el9 +openssl_ver= 3.2.2-6.el9_5 +pcre_ver= 8.44-4.el9 +pcre2_ver= 10.40-6.el9 popt_ver= 1.18-8.el9 readline_ver= 8.1-4.el9 -rocky-release_ver= 9.4-1.7.el9 +rocky-release_ver= 9.5-1.2.el9 sed_ver= 4.8-9.el9 selinux_ver= 3.6-1.el9 sepol_ver= 3.6-1.el9 setserial_ver= 2.17-54.el9 setup_ver= 2.13.7-10.el9 slang_ver= 2.3.2-11.el9 -ssh_ver= 0.10.4-13.el9 -util_ver= 2.37.4-18.el9 +util_ver= 2.37.4-20.el9 which_ver= 2.21-29.el9 xz_ver= 5.2.5-8.el9_0 zlib_ver= 1.2.11-40.el9 zstd_ver= 1.5.1-2.el9 diff --git a/emulators/linux_base-rl9/distinfo b/emulators/linux_base-rl9/distinfo index 3515c5600cd2..708b7fb2142a 100644 --- a/emulators/linux_base-rl9/distinfo +++ b/emulators/linux_base-rl9/distinfo @@ -1,419 +1,475 @@ -TIMESTAMP = 1731458123 +TIMESTAMP = 1732740699 SHA256 (rocky/b/basesystem-11-13.el9.0.1.noarch.rpm) = 9f707e8d1046381c9b4a4df6a6674327df6ffe0298d48e1750972212c97aafad SIZE (rocky/b/basesystem-11-13.el9.0.1.noarch.rpm) = 6565 SHA256 (rocky/b/bash-5.1.8-9.el9.aarch64.rpm) = f6b8bbdbd96ecb8d240a4d3c4a038f58faeab170015b07c7096d02157838279d SIZE (rocky/b/bash-5.1.8-9.el9.aarch64.rpm) = 1729443 SHA256 (rocky/b/bash-5.1.8-9.el9.x86_64.rpm) = 2c1cfef019e5fecfe00d7a1cde3e34456871b447debb4b32c9aacd8045d3e1f6 SIZE (rocky/b/bash-5.1.8-9.el9.x86_64.rpm) = 1738842 SHA256 (rocky/b/bzip2-1.0.8-8.el9.aarch64.rpm) = 33231db3f39bda7d6a7c9119a8760841f893686fa0e85760cc84d0e47db2a522 SIZE (rocky/b/bzip2-1.0.8-8.el9.aarch64.rpm) = 52565 SHA256 (rocky/b/bzip2-1.0.8-8.el9.x86_64.rpm) = 3646c3d3a77ce0d536dc5bd3926cdd9bd1b09d4a5b430d08bad985f22e9604c5 SIZE (rocky/b/bzip2-1.0.8-8.el9.x86_64.rpm) = 53066 SHA256 (rocky/b/bzip2-libs-1.0.8-8.el9.aarch64.rpm) = 6cb0a431273433308d933ae9d73ca3dc014004b7c97aac6859593bc3e0312646 SIZE (rocky/b/bzip2-libs-1.0.8-8.el9.aarch64.rpm) = 42014 SHA256 (rocky/b/bzip2-libs-1.0.8-8.el9.i686.rpm) = 1974781984a17ae02f3fd1c58249e612f4f3dcb10ad38e6c41be17305fa4966b SIZE (rocky/b/bzip2-libs-1.0.8-8.el9.i686.rpm) = 40881 SHA256 (rocky/b/bzip2-libs-1.0.8-8.el9.x86_64.rpm) = 9d88efca766d67129bf9e94f4fed072e6faf74fb8d905b1f37a5eefddcb248b2 SIZE (rocky/b/bzip2-libs-1.0.8-8.el9.x86_64.rpm) = 40800 -SHA256 (rocky/c/coreutils-8.32-35.el9.aarch64.rpm) = da4905c5ee782215d2faaefde047d2a3bb247168bd02b1e3e24618606fbe169e -SIZE (rocky/c/coreutils-8.32-35.el9.aarch64.rpm) = 1125542 -SHA256 (rocky/c/coreutils-8.32-35.el9.x86_64.rpm) = 83510533324d0697354ad93a180efefb30b1cd0d5e3370bddaa6606498e88fd9 -SIZE (rocky/c/coreutils-8.32-35.el9.x86_64.rpm) = 1171953 +SHA256 (rocky/c/coreutils-8.32-36.el9.aarch64.rpm) = 97dedc47d3c920a40f9d9ff01d8b062124fbe3b3f93151b3230453667b2bb772 +SIZE (rocky/c/coreutils-8.32-36.el9.aarch64.rpm) = 1133904 +SHA256 (rocky/c/coreutils-8.32-36.el9.x86_64.rpm) = 9c5f9d4b74543a16b32fdb1536b53ac42042c9ad0acb794f9ab91655c069eb19 +SIZE (rocky/c/coreutils-8.32-36.el9.x86_64.rpm) = 1181131 SHA256 (rocky/d/diffutils-3.7-12.el9.aarch64.rpm) = df77e6cb59b73a1ff3d007c8011c689bf9bdbd416889bce8d65dc9855144e335 SIZE (rocky/d/diffutils-3.7-12.el9.aarch64.rpm) = 391813 SHA256 (rocky/d/diffutils-3.7-12.el9.x86_64.rpm) = d3932991f5d9b1e5f6326e376cf77f3f676bbf0c5657b2ddf1013bfdb4738a69 SIZE (rocky/d/diffutils-3.7-12.el9.x86_64.rpm) = 396968 SHA256 (rocky/e/e2fsprogs-1.46.5-5.el9.aarch64.rpm) = 5e7e13ef9e10c5eb625e0c6edb8e913e235a630f567f939f02c1d4f4c2470d2b SIZE (rocky/e/e2fsprogs-1.46.5-5.el9.aarch64.rpm) = 1018362 SHA256 (rocky/e/e2fsprogs-1.46.5-5.el9.x86_64.rpm) = f79ac72b32036502f10e4a679fb4817758de89006f71b695b53c06f13084247a SIZE (rocky/e/e2fsprogs-1.46.5-5.el9.x86_64.rpm) = 1026807 SHA256 (rocky/e/e2fsprogs-libs-1.46.5-5.el9.aarch64.rpm) = ce2bbbd636414190a36fd76a959c1d519b2fd92da85187501d9b9fe96e93f5e3 SIZE (rocky/e/e2fsprogs-libs-1.46.5-5.el9.aarch64.rpm) = 227421 SHA256 (rocky/e/e2fsprogs-libs-1.46.5-5.el9.i686.rpm) = a026908e1861a2f63ec281c2c7b8add14899c257d47e7c4c1141cb489b4fc537 SIZE (rocky/e/e2fsprogs-libs-1.46.5-5.el9.i686.rpm) = 259694 SHA256 (rocky/e/e2fsprogs-libs-1.46.5-5.el9.x86_64.rpm) = 7c465f9f430781cec46d6d6ae0c45a3a22a0838eb4c6819e8410224dfa505df9 SIZE (rocky/e/e2fsprogs-libs-1.46.5-5.el9.x86_64.rpm) = 226783 -SHA256 (rocky/f/filesystem-3.16-2.el9.aarch64.rpm) = 58be72c7740ac788f81828c28af917fae95e8f769fbe7ba8eb5290f98c4023cd -SIZE (rocky/f/filesystem-3.16-2.el9.aarch64.rpm) = 1116991 -SHA256 (rocky/f/filesystem-3.16-2.el9.x86_64.rpm) = 211e67cf31d096ca3f4bbddcdf6116afa821997e61e9c07d29c3c6e53546e697 -SIZE (rocky/f/filesystem-3.16-2.el9.x86_64.rpm) = 1117085 -SHA256 (rocky/f/findutils-4.8.0-6.el9.aarch64.rpm) = 8ddd95c3c91b52ec38cf81be7e0dcc1dd8fdfb475da78f585db14b456593b3c2 -SIZE (rocky/f/findutils-4.8.0-6.el9.aarch64.rpm) = 549916 -SHA256 (rocky/f/findutils-4.8.0-6.el9.x86_64.rpm) = 7d4a18cf3517b7337b3cb19053972b20ea645878cf99e471e6c4aea5394522be -SIZE (rocky/f/findutils-4.8.0-6.el9.x86_64.rpm) = 548637 +SHA256 (rocky/f/filesystem-3.16-5.el9.aarch64.rpm) = 373dffb499081ae9f7573af300e4087b4abc6f54a25dfd7c8cc63b295c2d4e03 +SIZE (rocky/f/filesystem-3.16-5.el9.aarch64.rpm) = 1117518 +SHA256 (rocky/f/filesystem-3.16-5.el9.x86_64.rpm) = cabe98453b9517158c5a045cfec0418b747c874da2717d183f4296f240bdf8d9 +SIZE (rocky/f/filesystem-3.16-5.el9.x86_64.rpm) = 1117440 +SHA256 (rocky/f/findutils-4.8.0-7.el9.aarch64.rpm) = b77862b75f970d95a6943c461339b55b04df19bfed7c609c71a0b861db80da48 +SIZE (rocky/f/findutils-4.8.0-7.el9.aarch64.rpm) = 550234 +SHA256 (rocky/f/findutils-4.8.0-7.el9.x86_64.rpm) = 1c9c28792695c61ced41da9337f323111973ba7eea938c3c11944532e384a662 +SIZE (rocky/f/findutils-4.8.0-7.el9.x86_64.rpm) = 549239 +SHA256 (rocky/f/fuse-2.9.9-16.el9.aarch64.rpm) = 3dd56d0baa2c83b6ee5d0dc9be112031783d0a124f51b0f0bd512209112cae9c +SIZE (rocky/f/fuse-2.9.9-16.el9.aarch64.rpm) = 79610 +SHA256 (rocky/f/fuse-2.9.9-16.el9.x86_64.rpm) = fc076e7835b9de97d00be6610bb3851b2bc18993c681caa2fbb5901bb1999879 +SIZE (rocky/f/fuse-2.9.9-16.el9.x86_64.rpm) = 80044 +SHA256 (rocky/f/fuse-libs-2.9.9-16.el9.aarch64.rpm) = 6944c5d19a9328391fb7535799c6acee9598e6b7a0625d2c69833a6cd28980cc +SIZE (rocky/f/fuse-libs-2.9.9-16.el9.aarch64.rpm) = 96342 +SHA256 (rocky/f/fuse-libs-2.9.9-16.el9.i686.rpm) = 7f094b2e5654f3790165441e505914fb3a0c825cff92410bbbd31e60f2d78491 +SIZE (rocky/f/fuse-libs-2.9.9-16.el9.i686.rpm) = 109504 +SHA256 (rocky/f/fuse-libs-2.9.9-16.el9.x86_64.rpm) = 0fb2172f73c49e359315f89da8ff0bfa78c2bdd8ec6a6891597e83a0601210fd +SIZE (rocky/f/fuse-libs-2.9.9-16.el9.x86_64.rpm) = 98099 SHA256 (rocky/g/gawk-5.1.0-6.el9.aarch64.rpm) = c831415c883ab8ecd6d62373cea563c73042d06463c91e6645f82984eeb12c74 SIZE (rocky/g/gawk-5.1.0-6.el9.aarch64.rpm) = 999013 SHA256 (rocky/g/gawk-5.1.0-6.el9.x86_64.rpm) = eaca68b315d6c2ef5ec30deaf9b7c38401e2ed0169972d158fd88b917e8a47dc SIZE (rocky/g/gawk-5.1.0-6.el9.x86_64.rpm) = 1020372 -SHA256 (rocky/g/gdbm-libs-1.19-4.el9.aarch64.rpm) = ec0bfbc439f8c8a02a72517dcaea3d0798e987524c24c7930d279096cc200ede -SIZE (rocky/g/gdbm-libs-1.19-4.el9.aarch64.rpm) = 53259 -SHA256 (rocky/g/gdbm-libs-1.19-4.el9.i686.rpm) = 2403fe86cbd05e25b9364c3ae46403b237f4332da108bf6c62c5092894783d6e -SIZE (rocky/g/gdbm-libs-1.19-4.el9.i686.rpm) = 56811 -SHA256 (rocky/g/gdbm-libs-1.19-4.el9.x86_64.rpm) = da032f6a47afb847153322df72e8d01d239e4481ac1750d195cf396393d11066 -SIZE (rocky/g/gdbm-libs-1.19-4.el9.x86_64.rpm) = 53705 +SHA256 (rocky/g/gdbm-libs-1.23-1.el9.aarch64.rpm) = 7fca7c21f2c0fc2c997acd174185fe607a8e308335a5c3710d402b19672b5716 +SIZE (rocky/g/gdbm-libs-1.23-1.el9.aarch64.rpm) = 56689 +SHA256 (rocky/g/gdbm-libs-1.23-1.el9.i686.rpm) = 391f7b3a4af3927942e56c66fb1fd7e1efaf41b2e2b5e8a15e29570bf450002a +SIZE (rocky/g/gdbm-libs-1.23-1.el9.i686.rpm) = 60698 +SHA256 (rocky/g/gdbm-libs-1.23-1.el9.x86_64.rpm) = bb36dd4e2083f62f26f9e942dd88f72bdbf5a8b67404833ddbbf1a1d6d8bd29f +SIZE (rocky/g/gdbm-libs-1.23-1.el9.x86_64.rpm) = 56749 SHA256 (rocky/g/geocode-glib-3.26.2-5.el9.aarch64.rpm) = 2fe9781ed5968bb420a8ca9519913062b57ded338b9f5f8bc44feff328b542a7 SIZE (rocky/g/geocode-glib-3.26.2-5.el9.aarch64.rpm) = 70922 SHA256 (rocky/g/geocode-glib-3.26.2-5.el9.i686.rpm) = 5b902cd41e3ce44ba4997a633980a794cc75dcf0e66d86f5ad32a82fd5a31100 SIZE (rocky/g/geocode-glib-3.26.2-5.el9.i686.rpm) = 75329 SHA256 (rocky/g/geocode-glib-3.26.2-5.el9.x86_64.rpm) = 7231dcb73cadb06a7aa057b9274d9b2343edea98444a1f96e6ce13bc2c884b23 SIZE (rocky/g/geocode-glib-3.26.2-5.el9.x86_64.rpm) = 71613 SHA256 (rocky/g/glib-networking-2.68.3-3.el9.aarch64.rpm) = bcc8c0a9c1d35804ad93aa3f6294c85e0aefc9a1152160f4a4221507d6a24688 SIZE (rocky/g/glib-networking-2.68.3-3.el9.aarch64.rpm) = 172425 SHA256 (rocky/g/glib-networking-2.68.3-3.el9.i686.rpm) = 2a7824f80e9ef343a8467dab9edd5624a6f1adaeed8dc64b05de686e987dade0 SIZE (rocky/g/glib-networking-2.68.3-3.el9.i686.rpm) = 180304 SHA256 (rocky/g/glib-networking-2.68.3-3.el9.x86_64.rpm) = fa9bec5c45cd1d4123f3e5e9793c592312d95dc50369740226969e69bd0e0ab0 SIZE (rocky/g/glib-networking-2.68.3-3.el9.x86_64.rpm) = 173019 SHA256 (rocky/g/glib2-2.68.4-14.el9_4.1.aarch64.rpm) = a720ff7488134ba4fef07680e45a1fd757b50a9b83edb9ae9f70d4740c8aeb7d SIZE (rocky/g/glib2-2.68.4-14.el9_4.1.aarch64.rpm) = 2708566 SHA256 (rocky/g/glib2-2.68.4-14.el9_4.1.i686.rpm) = 70fc96806a62a13d46e6786f52b340c5099d9672e59370d6ac9f1c170a258a52 SIZE (rocky/g/glib2-2.68.4-14.el9_4.1.i686.rpm) = 2824506 SHA256 (rocky/g/glib2-2.68.4-14.el9_4.1.x86_64.rpm) = 80a459770f044a232087c6e3483ceaf118807987d51e2501c4e5bdf64b1bb58d SIZE (rocky/g/glib2-2.68.4-14.el9_4.1.x86_64.rpm) = 2741037 -SHA256 (rocky/g/glibc-2.34-100.el9_4.4.aarch64.rpm) = a2daea22bca4e94c6f99b7e632daf2593caf8d0b35e660e25724b369c47bf3e3 -SIZE (rocky/g/glibc-2.34-100.el9_4.4.aarch64.rpm) = 1780672 -SHA256 (rocky/g/glibc-2.34-100.el9_4.4.i686.rpm) = faf856de8876717eac23495cc214e1a7ae9c96b0bc77ffc2ce39d75d982cd75a -SIZE (rocky/g/glibc-2.34-100.el9_4.4.i686.rpm) = 1986339 -SHA256 (rocky/g/glibc-2.34-100.el9_4.4.x86_64.rpm) = 8273355add362787a1a016f44f58f35f20e363d0ddcf0100882e2234318bf33c -SIZE (rocky/g/glibc-2.34-100.el9_4.4.x86_64.rpm) = 2039752 -SHA256 (rocky/g/glibc-all-langpacks-2.34-100.el9_4.4.aarch64.rpm) = 363045bbc2ab10b6ce7ab5018fe6d7e205af713ac3bd8e0726dc8cc89e17c6e5 -SIZE (rocky/g/glibc-all-langpacks-2.34-100.el9_4.4.aarch64.rpm) = 18734051 -SHA256 (rocky/g/glibc-all-langpacks-2.34-100.el9_4.4.x86_64.rpm) = 46b9acb6f5a02153e350db155446fb61c6a6658b106ccca58f96b6163b4f10ff -SIZE (rocky/g/glibc-all-langpacks-2.34-100.el9_4.4.x86_64.rpm) = 18735700 -SHA256 (rocky/g/glibc-common-2.34-100.el9_4.4.aarch64.rpm) = 7a98b2b48258cbb15980ff5e2b2a485da6309b3b9dc4f04c56d50b264776be38 -SIZE (rocky/g/glibc-common-2.34-100.el9_4.4.aarch64.rpm) = 290958 -SHA256 (rocky/g/glibc-common-2.34-100.el9_4.4.x86_64.rpm) = 99b0c9d037aa793d4890134d51811065a1c35e0c38283dfcffba1c6f966f1c2b -SIZE (rocky/g/glibc-common-2.34-100.el9_4.4.x86_64.rpm) = 301591 +SHA256 (rocky/g/glibc-2.34-125.el9_5.1.aarch64.rpm) = 54f466dca29fe42d55767ace5a3f795ec3c3b00c712d4463879a8974d208c6a0 +SIZE (rocky/g/glibc-2.34-125.el9_5.1.aarch64.rpm) = 1778997 +SHA256 (rocky/g/glibc-2.34-125.el9_5.1.i686.rpm) = 50d48297b472fa5fc2c8a4a6c0daa180a6e117bb910c8a5bed2aee1be6b9993c +SIZE (rocky/g/glibc-2.34-125.el9_5.1.i686.rpm) = 1990447 +SHA256 (rocky/g/glibc-2.34-125.el9_5.1.x86_64.rpm) = 9049801a0f9865ffbdb16835c2345c46c00b671582377ae7f7cf1a9a8798bfb5 +SIZE (rocky/g/glibc-2.34-125.el9_5.1.x86_64.rpm) = 2046265 +SHA256 (rocky/g/glibc-all-langpacks-2.34-125.el9_5.1.aarch64.rpm) = c7daef67bb4123f8727ac445261d56fcfe0bae3798f73530cca09d4c0d293c2c +SIZE (rocky/g/glibc-all-langpacks-2.34-125.el9_5.1.aarch64.rpm) = 18736161 +SHA256 (rocky/g/glibc-all-langpacks-2.34-125.el9_5.1.x86_64.rpm) = 18db0f5cb633c6dc62240a45dcef67e8f94eddab6da10103709acb6d42093ca8 +SIZE (rocky/g/glibc-all-langpacks-2.34-125.el9_5.1.x86_64.rpm) = 18736207 +SHA256 (rocky/g/glibc-common-2.34-125.el9_5.1.aarch64.rpm) = 1196763b2ec07fc56ea0ae61c57816cc2becdd7592ef1cd3df7fd43ccf1e798a +SIZE (rocky/g/glibc-common-2.34-125.el9_5.1.aarch64.rpm) = 293363 +SHA256 (rocky/g/glibc-common-2.34-125.el9_5.1.x86_64.rpm) = 5ad04842f30868eb06aa8d989949a0c7deb8b5c9710f0f4fff21dc0d984bb24f +SIZE (rocky/g/glibc-common-2.34-125.el9_5.1.x86_64.rpm) = 303008 SHA256 (rocky/g/gmp-6.2.0-13.el9.aarch64.rpm) = 54f5999feb6a26c57616d64cc880dccb5e44723911f52b06a36311e389a568ce SIZE (rocky/g/gmp-6.2.0-13.el9.aarch64.rpm) = 270794 SHA256 (rocky/g/gmp-6.2.0-13.el9.i686.rpm) = 186f9821881081e526d4a8a6e34240e55db8830380bf4d1303e4e1d5d6e9f755 SIZE (rocky/g/gmp-6.2.0-13.el9.i686.rpm) = 310774 SHA256 (rocky/g/gmp-6.2.0-13.el9.x86_64.rpm) = ca72ae69218b96c43c82bdc35dd1078300692714db76d21c7f7dedd8268af799 SIZE (rocky/g/gmp-6.2.0-13.el9.x86_64.rpm) = 321900 SHA256 (rocky/g/grep-3.6-5.el9.aarch64.rpm) = 3c346bcb5b344c1dd3e68c9acd9fbbdd0300e3edfa331f5a4015c9d2ec95ff56 SIZE (rocky/g/grep-3.6-5.el9.aarch64.rpm) = 260550 SHA256 (rocky/g/grep-3.6-5.el9.x86_64.rpm) = 9c1beaec9264e08459f9097c9bd58aa6118293df47d6f07f8054054cc7c40544 SIZE (rocky/g/grep-3.6-5.el9.x86_64.rpm) = 263469 SHA256 (rocky/i/info-6.7-15.el9.aarch64.rpm) = c70c2489264d8658d30a116417e0a6dc091456936ef673bb6a52c0710bc1b9a9 SIZE (rocky/i/info-6.7-15.el9.aarch64.rpm) = 225626 SHA256 (rocky/i/info-6.7-15.el9.x86_64.rpm) = 179486d9f439b2a79ee2518db90ec43d8037602ef103e68d9f2384af359f9512 SIZE (rocky/i/info-6.7-15.el9.x86_64.rpm) = 229049 SHA256 (rocky/j/json-glib-1.6.6-1.el9.aarch64.rpm) = 1f6f5d394e90ad6302c705fa2ecea79fb0fc967f477c147a0e929aad0a6a3249 SIZE (rocky/j/json-glib-1.6.6-1.el9.aarch64.rpm) = 151677 SHA256 (rocky/j/json-glib-1.6.6-1.el9.i686.rpm) = b971ade363d6796c8e7c09d8a707ade1787f3e28729fa5c9dac5c86e0b597dd8 SIZE (rocky/j/json-glib-1.6.6-1.el9.i686.rpm) = 159528 SHA256 (rocky/j/json-glib-1.6.6-1.el9.x86_64.rpm) = 8d1c6ba76414837da0f34d675512c71503b0ca6c2b3b1dfae6101e2a0b507cee SIZE (rocky/j/json-glib-1.6.6-1.el9.x86_64.rpm) = 154955 SHA256 (rocky/k/keyutils-1.6.3-1.el9.aarch64.rpm) = deb38ba68b3475499cdb1b7f7fa44224f1d1beecb4272f5eb22d9d846fa49583 SIZE (rocky/k/keyutils-1.6.3-1.el9.aarch64.rpm) = 72093 SHA256 (rocky/k/keyutils-1.6.3-1.el9.x86_64.rpm) = 1419a90e2ae9546603c2f04d9a7548f80322ff4574c5e77d9be52e51acb98abc SIZE (rocky/k/keyutils-1.6.3-1.el9.x86_64.rpm) = 73243 SHA256 (rocky/k/keyutils-libs-1.6.3-1.el9.aarch64.rpm) = 7bdf0b6409a983dcb60006c2624a444e8465b12ad3bb8f47f22fa77b532ec74f SIZE (rocky/k/keyutils-libs-1.6.3-1.el9.aarch64.rpm) = 31213 SHA256 (rocky/k/keyutils-libs-1.6.3-1.el9.i686.rpm) = 1921ffd05b1bd783c199ba030680e6c2a962d2867ec2989c5b7f847e59584565 SIZE (rocky/k/keyutils-libs-1.6.3-1.el9.i686.rpm) = 31963 SHA256 (rocky/k/keyutils-libs-1.6.3-1.el9.x86_64.rpm) = 347a9d44e0271c1ff6f511fe493e736b3d36fde683360ccc51c852ab91810b16 SIZE (rocky/k/keyutils-libs-1.6.3-1.el9.x86_64.rpm) = 31595 -SHA256 (rocky/k/krb5-libs-1.21.1-2.el9_4.aarch64.rpm) = 242a09b4c1d25ae6a25e70da21174fcd771142a11df3403d04271460c8c3611f -SIZE (rocky/k/krb5-libs-1.21.1-2.el9_4.aarch64.rpm) = 776069 -SHA256 (rocky/k/krb5-libs-1.21.1-2.el9_4.i686.rpm) = 5ada4ff0df985b46d0ad871aaac3e49e5cf07ce83f102a589b7455e3f039d779 -SIZE (rocky/k/krb5-libs-1.21.1-2.el9_4.i686.rpm) = 822853 -SHA256 (rocky/k/krb5-libs-1.21.1-2.el9_4.x86_64.rpm) = f400c885c70052f1ba2f06f8559fde2c6c490bde29fd637fbbb5007deb6b4157 -SIZE (rocky/k/krb5-libs-1.21.1-2.el9_4.x86_64.rpm) = 772833 -SHA256 (rocky/l/less-590-4.el9_4.aarch64.rpm) = 51710e435cb05dc0bc194224d63ccaf5a6287b03c9868174a4989b97395e207e -SIZE (rocky/l/less-590-4.el9_4.aarch64.rpm) = 163151 -SHA256 (rocky/l/less-590-4.el9_4.x86_64.rpm) = 9e9e75596a41f6694a30748e4fcdbc18ea16df9c130609dd0ed8d895097a51e9 -SIZE (rocky/l/less-590-4.el9_4.x86_64.rpm) = 164202 +SHA256 (rocky/k/krb5-libs-1.21.1-4.el9_5.aarch64.rpm) = 9a31da451bc9ac69dc814b716aca6c5e9740d1a02b7dd89e8a42f060aacba0c7 +SIZE (rocky/k/krb5-libs-1.21.1-4.el9_5.aarch64.rpm) = 777976 +SHA256 (rocky/k/krb5-libs-1.21.1-4.el9_5.i686.rpm) = 903eff09563f1391eda7e961c9d8c2754e98cddc3dcf10221260147631cb3c28 +SIZE (rocky/k/krb5-libs-1.21.1-4.el9_5.i686.rpm) = 824464 +SHA256 (rocky/k/krb5-libs-1.21.1-4.el9_5.x86_64.rpm) = 9f46dae9e1ded35472f1071eb87ebfa4790d0e69187235f773404de61785ad6f +SIZE (rocky/k/krb5-libs-1.21.1-4.el9_5.x86_64.rpm) = 774100 +SHA256 (rocky/l/less-590-5.el9.aarch64.rpm) = d80cae3c354ae8417b77f1205c1da5175a79b1663e342b73094d874c9aa41066 +SIZE (rocky/l/less-590-5.el9.aarch64.rpm) = 163430 +SHA256 (rocky/l/less-590-5.el9.x86_64.rpm) = b6ec3819b307d9a65eb269c8b2737479444267ead009c99ca474db7ad8907052 +SIZE (rocky/l/less-590-5.el9.x86_64.rpm) = 164355 SHA256 (rocky/l/libacl-2.3.1-4.el9.aarch64.rpm) = d8d3aecddea2f2a3f53699c014c546d6a8beab0f0c8bb7d1b010f26e5dbe96c2 SIZE (rocky/l/libacl-2.3.1-4.el9.aarch64.rpm) = 22342 SHA256 (rocky/l/libacl-2.3.1-4.el9.i686.rpm) = b2313715569cd0dfc7cc95d89acc40c48655b5b59b5d111521219543da473a2b SIZE (rocky/l/libacl-2.3.1-4.el9.i686.rpm) = 23971 SHA256 (rocky/l/libacl-2.3.1-4.el9.x86_64.rpm) = d79fdcbeaa2fe424ff319b5c281dc5c084e9d9aba9aa40c306b6cd34b15386b8 SIZE (rocky/l/libacl-2.3.1-4.el9.x86_64.rpm) = 22554 SHA256 (rocky/l/libattr-2.5.1-3.el9.aarch64.rpm) = 406cad9db484e7e7ee10f477844a7b7d0659b3ce904e53770c9e5f2347ef5a22 SIZE (rocky/l/libattr-2.5.1-3.el9.aarch64.rpm) = 18168 SHA256 (rocky/l/libattr-2.5.1-3.el9.i686.rpm) = f0deb20bf7f31dddaf9a85b7acc806c761f1490bb6f858d9af5c0a4dde5abd5d SIZE (rocky/l/libattr-2.5.1-3.el9.i686.rpm) = 18745 SHA256 (rocky/l/libattr-2.5.1-3.el9.x86_64.rpm) = 77742a1097d81c384b8c7529e3c049fb7de206b773ad230553be99ba5c9d9fc1 SIZE (rocky/l/libattr-2.5.1-3.el9.x86_64.rpm) = 18347 -SHA256 (rocky/l/libblkid-2.37.4-18.el9.aarch64.rpm) = 5ec097a24f4ffdeff9c195a496ee64d6ab613af74cc824cc1199aad75fbba57d -SIZE (rocky/l/libblkid-2.37.4-18.el9.aarch64.rpm) = 109446 -SHA256 (rocky/l/libblkid-2.37.4-18.el9.i686.rpm) = da812624be229d7b9fbd301828c24961931c95ee5abb2c4236b5c671cc82ab27 -SIZE (rocky/l/libblkid-2.37.4-18.el9.i686.rpm) = 121699 -SHA256 (rocky/l/libblkid-2.37.4-18.el9.x86_64.rpm) = 34957270dfc25b88ef7b1ecd4943df801dd60109bbc83157a3ccde3b128cff52 -SIZE (rocky/l/libblkid-2.37.4-18.el9.x86_64.rpm) = 109731 +SHA256 (rocky/l/libblkid-2.37.4-20.el9.aarch64.rpm) = 8522a13f39ee76a77ff47f4cfd34f8b6e22c7909efb6cd030a59c001df9e94ff +SIZE (rocky/l/libblkid-2.37.4-20.el9.aarch64.rpm) = 108380 +SHA256 (rocky/l/libblkid-2.37.4-20.el9.i686.rpm) = 5767efe0e33bcb56ba00fb37ade069fb1494b4bf1876d9f386ebef6181eb3b5c +SIZE (rocky/l/libblkid-2.37.4-20.el9.i686.rpm) = 120871 +SHA256 (rocky/l/libblkid-2.37.4-20.el9.x86_64.rpm) = 685281417c4346761b44ac727a511a3de222ed8454c01a446b1349890a634f6d +SIZE (rocky/l/libblkid-2.37.4-20.el9.x86_64.rpm) = 108917 SHA256 (rocky/l/libcap-2.48-9.el9_2.aarch64.rpm) = e7b8b5ace872eb354539991f9f6cbd5fbd1fd7fcd230893ef81237c09da27f06 SIZE (rocky/l/libcap-2.48-9.el9_2.aarch64.rpm) = 67186 SHA256 (rocky/l/libcap-2.48-9.el9_2.i686.rpm) = dfb7395d3db508bccc8e6f8e76f74707a5429f98632fd9a11871fb1c607f5ffa SIZE (rocky/l/libcap-2.48-9.el9_2.i686.rpm) = 69926 SHA256 (rocky/l/libcap-2.48-9.el9_2.x86_64.rpm) = f399db0064e09ccf71d9a395454fefb1ca38076f18fac9e08104816bd9324c32 SIZE (rocky/l/libcap-2.48-9.el9_2.x86_64.rpm) = 68237 SHA256 (rocky/l/libcom_err-1.46.5-5.el9.aarch64.rpm) = 60ef191ff670f7de4658af55cd3f926e323ccbddcb7974b228916cb5dd28fe7b SIZE (rocky/l/libcom_err-1.46.5-5.el9.aarch64.rpm) = 25574 SHA256 (rocky/l/libcom_err-1.46.5-5.el9.i686.rpm) = 44f3c65fcc8a82eccc7359b64ea1e26cf27ea18b7248ed2c817d38d5860dffbd SIZE (rocky/l/libcom_err-1.46.5-5.el9.i686.rpm) = 26404 SHA256 (rocky/l/libcom_err-1.46.5-5.el9.x86_64.rpm) = f5e5232e19bccd8f9ac5e4972f3b0e85dee8991c842aa7cc8f44d1bd18932388 SIZE (rocky/l/libcom_err-1.46.5-5.el9.x86_64.rpm) = 25930 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.aarch64.rpm) = ad561550ee0c35b3ed7c273e937fcac159c894e15500ad30f95dff15db1ecbdf SIZE (rocky/l/libdatrie-0.2.13-4.el9.aarch64.rpm) = 32212 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.i686.rpm) = fd1e5f28c41e4123ee3beb34cf13eecdf68fe8db96017fa617b80bf7593f170d SIZE (rocky/l/libdatrie-0.2.13-4.el9.i686.rpm) = 33322 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.x86_64.rpm) = 820f090a87181c921892fdb5744c53cb935eca5e303d4adbaba0d04ae35a4a61 SIZE (rocky/l/libdatrie-0.2.13-4.el9.x86_64.rpm) = 32491 -SHA256 (rocky/l/libdb-5.3.28-53.el9.aarch64.rpm) = e0886b0fc3e86a8d8185e626d30875f20db698ffd5749e3060b4872e7bfc6b31 -SIZE (rocky/l/libdb-5.3.28-53.el9.aarch64.rpm) = 727403 -SHA256 (rocky/l/libdb-5.3.28-53.el9.i686.rpm) = a93cf5c5c4b0dbd7c5b698acb3e5e221bded204937b2b52f89a7e0abbc609e54 -SIZE (rocky/l/libdb-5.3.28-53.el9.i686.rpm) = 823233 -SHA256 (rocky/l/libdb-5.3.28-53.el9.x86_64.rpm) = 4c87bc54f960cf432c39f575a3d77109187e8a07fc1ecf535d719c52c72f87bd -SIZE (rocky/l/libdb-5.3.28-53.el9.x86_64.rpm) = 753180 +SHA256 (rocky/l/libdb-5.3.28-54.el9.aarch64.rpm) = 266bb43149e67399cbcf8247787c1b784a50c420cc57a7b4173a5793b7eefb4b +SIZE (rocky/l/libdb-5.3.28-54.el9.aarch64.rpm) = 724070 +SHA256 (rocky/l/libdb-5.3.28-54.el9.i686.rpm) = cf1032c555c54fcc2afb18820e7bf3539f045612a15833136dd88da43b7dc863 +SIZE (rocky/l/libdb-5.3.28-54.el9.i686.rpm) = 824898 +SHA256 (rocky/l/libdb-5.3.28-54.el9.x86_64.rpm) = d32cf8a7c3f631d5b0bafcdf5fa6bf6c8438ccd5d0466943310ad8deef886f15 +SIZE (rocky/l/libdb-5.3.28-54.el9.x86_64.rpm) = 753408 SHA256 (rocky/l/libedit-3.1-38.20210216cvs.el9.aarch64.rpm) = 7f5937f4debf7eaa0f7a92e321d6d35bee089f42c7d7529c1ad4fbd7c270ea4b SIZE (rocky/l/libedit-3.1-38.20210216cvs.el9.aarch64.rpm) = 103897 SHA256 (rocky/l/libedit-3.1-38.20210216cvs.el9.i686.rpm) = 657f0a7d99887b7cde2a241ecfde72973747486ac056a19b27c92c59fc0a3b02 SIZE (rocky/l/libedit-3.1-38.20210216cvs.el9.i686.rpm) = 108473 SHA256 (rocky/l/libedit-3.1-38.20210216cvs.el9.x86_64.rpm) = 2ad9109e8d8a5b297b99f90af7a700aa060207765db75de6349ac458a01e397a SIZE (rocky/l/libedit-3.1-38.20210216cvs.el9.x86_64.rpm) = 105863 +SHA256 (rocky/l/libevdev-1.11.0-3.el9.aarch64.rpm) = 55fc416b6ad3b97beea953b7533749ef47e8ddac5f52b2a81859aeef08080f2b +SIZE (rocky/l/libevdev-1.11.0-3.el9.aarch64.rpm) = 43435 +SHA256 (rocky/l/libevdev-1.11.0-3.el9.i686.rpm) = c301d9e380ad02e5545ddbd703d4fdff8094d4a79bc0b7b276efde8e7a83f9cd +SIZE (rocky/l/libevdev-1.11.0-3.el9.i686.rpm) = 42952 +SHA256 (rocky/l/libevdev-1.11.0-3.el9.x86_64.rpm) = 6e62f64bd004b988017571a11b72d9b177d75368236f17af81b4c479ce8d5e31 +SIZE (rocky/l/libevdev-1.11.0-3.el9.x86_64.rpm) = 45846 +SHA256 (rocky/l/libfdisk-2.37.4-20.el9.aarch64.rpm) = 068e888c074721a9b1975d6c3c1d41acabb7e765919208b30dcdaf562778ead1 +SIZE (rocky/l/libfdisk-2.37.4-20.el9.aarch64.rpm) = 151388 +SHA256 (rocky/l/libfdisk-2.37.4-20.el9.i686.rpm) = ef771a53073e75fec2acc3b30f429aec1c3d036c5999fd563edcc58a83819fff +SIZE (rocky/l/libfdisk-2.37.4-20.el9.i686.rpm) = 171716 +SHA256 (rocky/l/libfdisk-2.37.4-20.el9.x86_64.rpm) = 8f2f07dd3beeb80214db6bca60969a64c71b69a9220c7262df8c915033de1a50 +SIZE (rocky/l/libfdisk-2.37.4-20.el9.x86_64.rpm) = 156514 SHA256 (rocky/l/libffi-3.4.2-8.el9.aarch64.rpm) = 1a6fe133eab781288e5ecef0cdde627d57f7d67efb3ded23ec5d9e5a22fb6ab4 SIZE (rocky/l/libffi-3.4.2-8.el9.aarch64.rpm) = 35443 SHA256 (rocky/l/libffi-3.4.2-8.el9.i686.rpm) = 9e365ba0dc6786a12578c91cdb2013b1336d857f932fff70bfca798f9e5279dc SIZE (rocky/l/libffi-3.4.2-8.el9.i686.rpm) = 35335 SHA256 (rocky/l/libffi-3.4.2-8.el9.x86_64.rpm) = 1bdb4b3b047169bc728c2612b71c31b79bb6f823f50134629bf650dcbf21565a SIZE (rocky/l/libffi-3.4.2-8.el9.x86_64.rpm) = 37521 -SHA256 (rocky/l/libgcc-11.4.1-3.el9.aarch64.rpm) = 364e261f6dfa4e0c8208ddee050b45e39273f13410027ba2852d09afe4ee92a1 -SIZE (rocky/l/libgcc-11.4.1-3.el9.aarch64.rpm) = 87416 -SHA256 (rocky/l/libgcc-11.4.1-3.el9.i686.rpm) = ab6e19d87311eef323f068efa65ea9ec35114bdfd998808dc6a9793d0fcdfa00 -SIZE (rocky/l/libgcc-11.4.1-3.el9.i686.rpm) = 103172 -SHA256 (rocky/l/libgcc-11.4.1-3.el9.x86_64.rpm) = 0535592bee1b63e6cda07cb5e77c830bd0ddeab02cbccecdf6998a8f76e20aab -SIZE (rocky/l/libgcc-11.4.1-3.el9.x86_64.rpm) = 93616 +SHA256 (rocky/l/libgcc-11.5.0-2.el9.aarch64.rpm) = 9fb85083c21996e7e7103c95f9cc87ddabc575ddc210cbbf1c12ae4696b9a26c +SIZE (rocky/l/libgcc-11.5.0-2.el9.aarch64.rpm) = 83184 +SHA256 (rocky/l/libgcc-11.5.0-2.el9.i686.rpm) = a7b723f439552520be54dec72cd0021239207c8fd01c8b5bde1b15d1cd845076 +SIZE (rocky/l/libgcc-11.5.0-2.el9.i686.rpm) = 98982 +SHA256 (rocky/l/libgcc-11.5.0-2.el9.x86_64.rpm) = d2f5f113a1d4c69fa6c21892dda3e6c84850d952ff186ddb7a3ac738ea10525c +SIZE (rocky/l/libgcc-11.5.0-2.el9.x86_64.rpm) = 89391 SHA256 (rocky/l/libgudev-237-1.el9.aarch64.rpm) = cf1fe048020e92d499d354e8cb260157a8d5e403e132dd1cf83527f3e4037ed2 SIZE (rocky/l/libgudev-237-1.el9.aarch64.rpm) = 34607 SHA256 (rocky/l/libgudev-237-1.el9.i686.rpm) = b390949a3c0124579a53b2d986754ae2a1585b65f6da5217596eea1bb02cd7dd SIZE (rocky/l/libgudev-237-1.el9.i686.rpm) = 36535 SHA256 (rocky/l/libgudev-237-1.el9.x86_64.rpm) = d1bfa6c0da6fdb70cf1a6f107042cec28689afd5fe3b1109f955b61bc6cc2c5f SIZE (rocky/l/libgudev-237-1.el9.x86_64.rpm) = 35847 -SHA256 (rocky/l/libmount-2.37.4-18.el9.aarch64.rpm) = 142622487fc1cd71645e7c5a4b07d49e3b48be060ff2abc2567415f0f7b4069c -SIZE (rocky/l/libmount-2.37.4-18.el9.aarch64.rpm) = 135880 -SHA256 (rocky/l/libmount-2.37.4-18.el9.i686.rpm) = 6544b785a8573cddb18bc2549c9f20c2909186f93f6e539e782bb1df9cabf4c4 -SIZE (rocky/l/libmount-2.37.4-18.el9.i686.rpm) = 146126 -SHA256 (rocky/l/libmount-2.37.4-18.el9.x86_64.rpm) = 10a9293b005081c7d4444edefed2853f075dbc030e9882515520427ed5eed702 -SIZE (rocky/l/libmount-2.37.4-18.el9.x86_64.rpm) = 138618 +SHA256 (rocky/l/libmount-2.37.4-20.el9.aarch64.rpm) = f10b35190a67203cae540dc5d0381d26d4ab5623d753511d439917517bb11434 +SIZE (rocky/l/libmount-2.37.4-20.el9.aarch64.rpm) = 134935 +SHA256 (rocky/l/libmount-2.37.4-20.el9.i686.rpm) = 21eddd2c18c7c9d68d8f5f24786db134250f447f4624d7d67224071deec77d94 +SIZE (rocky/l/libmount-2.37.4-20.el9.i686.rpm) = 145048 +SHA256 (rocky/l/libmount-2.37.4-20.el9.x86_64.rpm) = 8ae34772bc519310fbb3eae367bb81ebcc0add25d75155cba8d9af67947d7fb0 +SIZE (rocky/l/libmount-2.37.4-20.el9.x86_64.rpm) = 137687 SHA256 (rocky/l/libselinux-3.6-1.el9.aarch64.rpm) = b54cca70a42bdbebe5bd62ae674e9f80ac6e08f4c2b6179b547edc09bd9d4f6c SIZE (rocky/l/libselinux-3.6-1.el9.aarch64.rpm) = 86800 SHA256 (rocky/l/libselinux-3.6-1.el9.i686.rpm) = e7e73bf702efd0bc91daad71aa70046d8650ab27b92b07e958ea083a79c511d0 SIZE (rocky/l/libselinux-3.6-1.el9.i686.rpm) = 93600 SHA256 (rocky/l/libselinux-3.6-1.el9.x86_64.rpm) = 50d204575b1cbf21e822c65bb9ed42416f6fcaf00e9be9ff5698a84036529ddd SIZE (rocky/l/libselinux-3.6-1.el9.x86_64.rpm) = 87073 SHA256 (rocky/l/libsepol-3.6-1.el9.aarch64.rpm) = ec1097b26e8134ab0b7bbe641525b5574720b4e8ffa8156a6f6111b470125c0d SIZE (rocky/l/libsepol-3.6-1.el9.aarch64.rpm) = 324894 SHA256 (rocky/l/libsepol-3.6-1.el9.i686.rpm) = e982b8a6e2ed94d01d992b56d5b3c2f6db7288fe93e8b482274cb0fae5203d2f SIZE (rocky/l/libsepol-3.6-1.el9.i686.rpm) = 351074 SHA256 (rocky/l/libsepol-3.6-1.el9.x86_64.rpm) = d58084e91e5f6d091b40a9485b52a3099dbcd82c48a9a60520d14a5aad2406fd SIZE (rocky/l/libsepol-3.6-1.el9.x86_64.rpm) = 336922 -SHA256 (rocky/l/libssh-0.10.4-13.el9.aarch64.rpm) = 7cf16f8828ae18e7f687760ef475fd366bc38af95349441aa85652a6f7396036 -SIZE (rocky/l/libssh-0.10.4-13.el9.aarch64.rpm) = 217272 -SHA256 (rocky/l/libssh-0.10.4-13.el9.i686.rpm) = 6ce31f6e830e35b4b34dd1525e72007965bda6adb51d4479fa6982c005ec21c6 -SIZE (rocky/l/libssh-0.10.4-13.el9.i686.rpm) = 236098 -SHA256 (rocky/l/libssh-0.10.4-13.el9.x86_64.rpm) = e401d9402bc27b9c2f6318ee57db843795b97f50c558fa4d326d4cdb14a56434 -SIZE (rocky/l/libssh-0.10.4-13.el9.x86_64.rpm) = 220525 -SHA256 (rocky/l/libstdc++-11.4.1-3.el9.aarch64.rpm) = 3adb1e5e93594650a20ca0151ec7e0263c2cc7ceebbdb9575b44483e1f9158ca -SIZE (rocky/l/libstdc++-11.4.1-3.el9.aarch64.rpm) = 719171 -SHA256 (rocky/l/libstdc++-11.4.1-3.el9.i686.rpm) = 099f485312045c8984312535cf69455d144061f65d8c67b0922fe9dc7c76cd64 -SIZE (rocky/l/libstdc++-11.4.1-3.el9.i686.rpm) = 811600 -SHA256 (rocky/l/libstdc++-11.4.1-3.el9.x86_64.rpm) = ea0fd3810a1199ad5ca71bd8786f6a31bdbd9465583c43da7f5f185eaf75cba3 -SIZE (rocky/l/libstdc++-11.4.1-3.el9.x86_64.rpm) = 756570 -SHA256 (rocky/l/libuuid-2.37.4-18.el9.aarch64.rpm) = a73a8ffc7b67ed2163652a4d8b4ddb4f33b6156f1e2f8087887a967ffdcdbad2 -SIZE (rocky/l/libuuid-2.37.4-18.el9.aarch64.rpm) = 28133 -SHA256 (rocky/l/libuuid-2.37.4-18.el9.i686.rpm) = abeff96d6b74583bf098f32cab4082af1d29cb2bfa8ef3fbb8ffa3cdf4d3fe38 -SIZE (rocky/l/libuuid-2.37.4-18.el9.i686.rpm) = 29300 -SHA256 (rocky/l/libuuid-2.37.4-18.el9.x86_64.rpm) = 25d96c7155fa03ffcf75bbf183b1c46b3f8748674b2fe9b6d9f7c4876ff3221f -SIZE (rocky/l/libuuid-2.37.4-18.el9.x86_64.rpm) = 28520 +SHA256 (rocky/l/libsmartcols-2.37.4-20.el9.aarch64.rpm) = 540dd30afe7d5ea12916fd4ff1d771673a7cdd103e144014560109b4d027d869 +SIZE (rocky/l/libsmartcols-2.37.4-20.el9.aarch64.rpm) = 62175 +SHA256 (rocky/l/libsmartcols-2.37.4-20.el9.i686.rpm) = 4924bb362ffa06e682d46fafd453bf9bd0965b54003903ffb8c6f9eb399ad756 +SIZE (rocky/l/libsmartcols-2.37.4-20.el9.i686.rpm) = 65437 +SHA256 (rocky/l/libsmartcols-2.37.4-20.el9.x86_64.rpm) = bda89ca67d387cc6aa39c6808ad7b5f9b6ccc9d02fb01617182a810633074653 +SIZE (rocky/l/libsmartcols-2.37.4-20.el9.x86_64.rpm) = 63334 +SHA256 (rocky/l/libstdc++-11.5.0-2.el9.aarch64.rpm) = 0c367d65b11dc1a786e691b5b1ebad9ae0722865ff30fccb8434fa7cc5860422 +SIZE (rocky/l/libstdc++-11.5.0-2.el9.aarch64.rpm) = 714790 +SHA256 (rocky/l/libstdc++-11.5.0-2.el9.i686.rpm) = 0a41ce1d5a3b9ae8bce3325f31f0124ea0a578e425a5e347b5d5657040c3731e +SIZE (rocky/l/libstdc++-11.5.0-2.el9.i686.rpm) = 806013 +SHA256 (rocky/l/libstdc++-11.5.0-2.el9.x86_64.rpm) = 1a885ce1ddae023145eca4d364e9f24baf49bcbcafcf7f849764cd462abde677 +SIZE (rocky/l/libstdc++-11.5.0-2.el9.x86_64.rpm) = 752031 +SHA256 (rocky/l/libuuid-2.37.4-20.el9.aarch64.rpm) = 0180e850a12b12877048a1dc1bcecc58e48f439fba4ca09bbf394b3f4c60a21d +SIZE (rocky/l/libuuid-2.37.4-20.el9.aarch64.rpm) = 27238 +SHA256 (rocky/l/libuuid-2.37.4-20.el9.i686.rpm) = b027fc81606102fc8accee466dcc2e454332d40852645710d853a1495f06baee +SIZE (rocky/l/libuuid-2.37.4-20.el9.i686.rpm) = 28328 +SHA256 (rocky/l/libuuid-2.37.4-20.el9.x86_64.rpm) = 24a4082728d22bfec44b9c77f060ab8b33ced51b8831881962ca8fa93c12db43 +SIZE (rocky/l/libuuid-2.37.4-20.el9.x86_64.rpm) = 27425 SHA256 (rocky/l/libverto-0.3.2-3.el9.aarch64.rpm) = d12d7f526c5ef9957f6e1d9be4b2b77ff892040e08112f0a8804677e3c668b64 SIZE (rocky/l/libverto-0.3.2-3.el9.aarch64.rpm) = 20851 SHA256 (rocky/l/libverto-0.3.2-3.el9.i686.rpm) = aaa5c950e270962b5d5c1f59225dc96e205a58b4985430589adc34c753216b74 SIZE (rocky/l/libverto-0.3.2-3.el9.i686.rpm) = 21727 SHA256 (rocky/l/libverto-0.3.2-3.el9.x86_64.rpm) = f430f1b95b7467c461c7a745eba07beab00306984f2f21ecfcc04f37100405d1 SIZE (rocky/l/libverto-0.3.2-3.el9.x86_64.rpm) = 21177 SHA256 (rocky/l/libzstd-1.5.1-2.el9.aarch64.rpm) = b997fa077e854b7541c044dd2c213e9ecf18b67176a9e7f70dba11dc53f48d5e SIZE (rocky/l/libzstd-1.5.1-2.el9.aarch64.rpm) = 314410 SHA256 (rocky/l/libzstd-1.5.1-2.el9.i686.rpm) = be7a85f4e09963396cdc297cfaea7d0ee3551b733d5841ce8c5083f465afe8f5 SIZE (rocky/l/libzstd-1.5.1-2.el9.i686.rpm) = 340877 SHA256 (rocky/l/libzstd-1.5.1-2.el9.x86_64.rpm) = 517b3080de2e0891cc346ba6b1548ef438b95dbede0e6e7a6deae89fc241f5bc SIZE (rocky/l/libzstd-1.5.1-2.el9.x86_64.rpm) = 337469 +SHA256 (rocky/m/mtdev-1.1.5-22.el9.aarch64.rpm) = 9c1057888d20e3d06c29e1d4110edd841fc9a15be2fa1084768403f1751e4ac3 +SIZE (rocky/m/mtdev-1.1.5-22.el9.aarch64.rpm) = 20942 +SHA256 (rocky/m/mtdev-1.1.5-22.el9.i686.rpm) = a0bcf811abe4c46e53f9d829a86d5bbe01492460ee943e6c71cc4e76c69ee326 +SIZE (rocky/m/mtdev-1.1.5-22.el9.i686.rpm) = 21585 +SHA256 (rocky/m/mtdev-1.1.5-22.el9.x86_64.rpm) = c359a327063719ca24169d600b4c53693d89a881079b9820fab7b8f8e211cff9 +SIZE (rocky/m/mtdev-1.1.5-22.el9.x86_64.rpm) = 21042 SHA256 (rocky/n/ncurses-6.2-10.20210508.el9.aarch64.rpm) = 8992a5742e623e7fc1f6c905eea9e6fc48febd17b984dd9ad20f6b4ea6cef76c SIZE (rocky/n/ncurses-6.2-10.20210508.el9.aarch64.rpm) = 407361 SHA256 (rocky/n/ncurses-6.2-10.20210508.el9.x86_64.rpm) = cccccb18028576e2d022b0816386b6f288c816ca4ee1ac43602d79ceedc1dc42 SIZE (rocky/n/ncurses-6.2-10.20210508.el9.x86_64.rpm) = 408131 SHA256 (rocky/n/ncurses-base-6.2-10.20210508.el9.noarch.rpm) = 88a506c88f2964c71d7eafbef76f57870d799c041560bd929608c5853e632d98 SIZE (rocky/n/ncurses-base-6.2-10.20210508.el9.noarch.rpm) = 61298 SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9.aarch64.rpm) = 4a4dfaff385ec7d1bcef1a0d1ef644d5a08ac844dd333594170b460c9f5b9ffb SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9.aarch64.rpm) = 316916 SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9.i686.rpm) = c71458876b47767931eb706f6a43e0114b6bd4641c87372002aa6be7282dc230 SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9.i686.rpm) = 353074 SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9.x86_64.rpm) = ea2d4bd41eb314ea7537dc47d6952091700a5ba82f44ac98b767d5ac3efa94f6 SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9.x86_64.rpm) = 328739 -SHA256 (rocky/o/openssl-libs-3.0.7-28.el9_4.aarch64.rpm) = 37a0cf9793b0df22ebe9600c32c0d1326bedcbcfaee473848d576da69fdf1398 -SIZE (rocky/o/openssl-libs-3.0.7-28.el9_4.aarch64.rpm) = 2123815 -SHA256 (rocky/o/openssl-libs-3.0.7-28.el9_4.i686.rpm) = 4293e8fcaafffe598e0840e6ac6ebc1326bde36a67d60e3390ea525406942840 -SIZE (rocky/o/openssl-libs-3.0.7-28.el9_4.i686.rpm) = 2246896 -SHA256 (rocky/o/openssl-libs-3.0.7-28.el9_4.x86_64.rpm) = 52091fee6d901f7c7c905693b4a6abaa9a217f4ef81236ffa47c972709824ce8 -SIZE (rocky/o/openssl-libs-3.0.7-28.el9_4.x86_64.rpm) = 2247302 -SHA256 (rocky/p/pcre-8.44-3.el9.3.aarch64.rpm) = 2e799d49788c8ab4ce81a564e50308f60cc8e3bad86b4fd0f0cc628d4dc900f0 -SIZE (rocky/p/pcre-8.44-3.el9.3.aarch64.rpm) = 183911 -SHA256 (rocky/p/pcre-8.44-3.el9.3.i686.rpm) = 701101f213fcabe0e01cd331a02e38798b418fe9e480cf92d53cfe31b27026c8 -SIZE (rocky/p/pcre-8.44-3.el9.3.i686.rpm) = 198159 -SHA256 (rocky/p/pcre-8.44-3.el9.3.x86_64.rpm) = 167b0160dfe4bda726ed0f47e3773d6d4ee73dc032f5c09e768ffd4ac5681d71 -SIZE (rocky/p/pcre-8.44-3.el9.3.x86_64.rpm) = 201939 -SHA256 (rocky/p/pcre2-10.40-5.el9.aarch64.rpm) = 1e05473a6dad308436b0ec97f0225a3583a2ab6ec1bca1ceab434a2bbb9ee02c -SIZE (rocky/p/pcre2-10.40-5.el9.aarch64.rpm) = 221973 -SHA256 (rocky/p/pcre2-10.40-5.el9.i686.rpm) = d528a960cd100d74c8be770d3d8391ae628b7480489329aa03ff0b428bac4c20 -SIZE (rocky/p/pcre2-10.40-5.el9.i686.rpm) = 235814 -SHA256 (rocky/p/pcre2-10.40-5.el9.x86_64.rpm) = dda4c9392cea9c740505b91eba295ae049ef35f03a4850a8878e2e895c257fe8 -SIZE (rocky/p/pcre2-10.40-5.el9.x86_64.rpm) = 239037 +SHA256 (rocky/o/openssl-libs-3.2.2-6.el9_5.aarch64.rpm) = 7c1fb741f5405cb8b1eed02e2af7d79a0c8f6028f69851494b29742c2de91028 +SIZE (rocky/o/openssl-libs-3.2.2-6.el9_5.aarch64.rpm) = 2342004 +SHA256 (rocky/o/openssl-libs-3.2.2-6.el9_5.i686.rpm) = c5ff0b5e4369ce8774384a855f35a56245b4dc0aecf37343d4e2255cde5bf299 +SIZE (rocky/o/openssl-libs-3.2.2-6.el9_5.i686.rpm) = 2465707 +SHA256 (rocky/o/openssl-libs-3.2.2-6.el9_5.x86_64.rpm) = 78d3d5ffd0d4adcaba13d685c79ebfe0c9e065fd1984be7836a36f59bc6c0e26 +SIZE (rocky/o/openssl-libs-3.2.2-6.el9_5.x86_64.rpm) = 2500471 +SHA256 (rocky/p/pcre-8.44-4.el9.aarch64.rpm) = d83c318f5dfca3a88befe56ad25583ad66a70910ae60f5a4fb1f698084b020bf +SIZE (rocky/p/pcre-8.44-4.el9.aarch64.rpm) = 182803 +SHA256 (rocky/p/pcre-8.44-4.el9.i686.rpm) = 3a3214945561ef76c3657df0825574242ff0c5c3fef3a2334a2969872600dd5e +SIZE (rocky/p/pcre-8.44-4.el9.i686.rpm) = 197163 +SHA256 (rocky/p/pcre-8.44-4.el9.x86_64.rpm) = d167b64017c547bd39280de99875a7a32a4f869431d9c6fdad46d98ee9480c43 +SIZE (rocky/p/pcre-8.44-4.el9.x86_64.rpm) = 200804 +SHA256 (rocky/p/pcre-utf16-8.44-4.el9.aarch64.rpm) = 80777105b6e2dae829cc9ff20f31c42ed6be2ba0a4032ca98bed9a4ad29cda94 +SIZE (rocky/p/pcre-utf16-8.44-4.el9.aarch64.rpm) = 168537 +SHA256 (rocky/p/pcre-utf16-8.44-4.el9.i686.rpm) = 5372824d145b1f4c3d83ae622444a230a9a996d5681744ca966051f8fddc7f5c +SIZE (rocky/p/pcre-utf16-8.44-4.el9.i686.rpm) = 184240 +SHA256 (rocky/p/pcre-utf16-8.44-4.el9.x86_64.rpm) = 80d78c80a57ea3f6aa28a02598772af9ea72a064148fbe1ede075f2213dc8258 +SIZE (rocky/p/pcre-utf16-8.44-4.el9.x86_64.rpm) = 187297 +SHA256 (rocky/p/pcre-utf32-8.44-4.el9.aarch64.rpm) = 29123c5f8e96658e5ada36e8d6debdf7829b1577cc5152ffaf6a140736e8ca3c +SIZE (rocky/p/pcre-utf32-8.44-4.el9.aarch64.rpm) = 160489 +SHA256 (rocky/p/pcre-utf32-8.44-4.el9.i686.rpm) = 3e01185cd2346401ca6b3ba5a855c287f3cd89957b056595da0717137a5afcc7 +SIZE (rocky/p/pcre-utf32-8.44-4.el9.i686.rpm) = 175329 +SHA256 (rocky/p/pcre-utf32-8.44-4.el9.x86_64.rpm) = 775407b7f0b2f6234f15372442a2c43aa6f9d3fe77aefdcf4d021abdbbc9d855 +SIZE (rocky/p/pcre-utf32-8.44-4.el9.x86_64.rpm) = 177464 +SHA256 (rocky/p/pcre2-10.40-6.el9.aarch64.rpm) = 7136c56952836f3f3643827f44c680a268f86434e1f62bda1cd7bd04898d890a +SIZE (rocky/p/pcre2-10.40-6.el9.aarch64.rpm) = 221789 +SHA256 (rocky/p/pcre2-10.40-6.el9.i686.rpm) = 6d6877210d09264e9e349d7207de91fdacd249f41a3b83393376a57ba13a246a +SIZE (rocky/p/pcre2-10.40-6.el9.i686.rpm) = 235647 +SHA256 (rocky/p/pcre2-10.40-6.el9.x86_64.rpm) = a63b04da521e99d3b5b3938e29dfd33b1f367735caa8b2986c5cf053871127ee +SIZE (rocky/p/pcre2-10.40-6.el9.x86_64.rpm) = 238782 +SHA256 (rocky/p/pcre2-utf16-10.40-6.el9.aarch64.rpm) = c9d82bcc789dd916b588dfca94060326d923e6baaef50d39690d6e8cf6e53f00 +SIZE (rocky/p/pcre2-utf16-10.40-6.el9.aarch64.rpm) = 199976 +SHA256 (rocky/p/pcre2-utf16-10.40-6.el9.i686.rpm) = 8020591feb8ff6cb91940bedb248bb237dd169439fa0c0a012637d7024bd10d5 +SIZE (rocky/p/pcre2-utf16-10.40-6.el9.i686.rpm) = 216132 +SHA256 (rocky/p/pcre2-utf16-10.40-6.el9.x86_64.rpm) = 2b661890af3ced083d2bc35376e40a05ee9fc1b8d0fe393740a967cc72a8697d +SIZE (rocky/p/pcre2-utf16-10.40-6.el9.x86_64.rpm) = 218039 +SHA256 (rocky/p/pcre2-utf32-10.40-6.el9.aarch64.rpm) = 9f7141bd3ceff2276ce34fe73e7e787475ba80495bd049f105b2df7fac5207c0 +SIZE (rocky/p/pcre2-utf32-10.40-6.el9.aarch64.rpm) = 190322 +SHA256 (rocky/p/pcre2-utf32-10.40-6.el9.i686.rpm) = 6657cab4f4998daa875d697c3d816b6e5330c370e39fa74022ae935b75fe79a2 +SIZE (rocky/p/pcre2-utf32-10.40-6.el9.i686.rpm) = 205238 +SHA256 (rocky/p/pcre2-utf32-10.40-6.el9.x86_64.rpm) = 852cb9f5ea8e0d573d1752e4630924463f7bce74db9ae647139b50cc0c15556d +SIZE (rocky/p/pcre2-utf32-10.40-6.el9.x86_64.rpm) = 206871 SHA256 (rocky/p/popt-1.18-8.el9.aarch64.rpm) = 11636ccf4c42f8fd89d2ada61a382792ad560ac052e499d1b7193c3c8fab7637 SIZE (rocky/p/popt-1.18-8.el9.aarch64.rpm) = 59534 SHA256 (rocky/p/popt-1.18-8.el9.i686.rpm) = 6e1d399e7aa2b5bafe944787b3bc1405b41538ec5d2220ba0669d9ab5f78f0d4 SIZE (rocky/p/popt-1.18-8.el9.i686.rpm) = 62565 SHA256 (rocky/p/popt-1.18-8.el9.x86_64.rpm) = 4306e6bb950191170669ccbfe904bf943a94736e910179f9b0db962148fe4bcf SIZE (rocky/p/popt-1.18-8.el9.x86_64.rpm) = 59919 SHA256 (rocky/r/readline-8.1-4.el9.aarch64.rpm) = f9524ba04a382ef9595d66ed84cdda3c36e1e651da17d6552e7d0ef0348ea1d5 SIZE (rocky/r/readline-8.1-4.el9.aarch64.rpm) = 214887 SHA256 (rocky/r/readline-8.1-4.el9.i686.rpm) = 53e86bd8f3976db6424135b4e35a5b3f4fe5ad73743f76aa89bf8d801c7da0e2 SIZE (rocky/r/readline-8.1-4.el9.i686.rpm) = 220901 SHA256 (rocky/r/readline-8.1-4.el9.x86_64.rpm) = b85f5cffef627afe640cf7405845cb45956d66ef5a06e7c48dc7da47a7191674 SIZE (rocky/r/readline-8.1-4.el9.x86_64.rpm) = 215258 -SHA256 (rocky/r/rocky-release-9.4-1.7.el9.noarch.rpm) = 42886365b5c468793aa024be1e1e7054eaed29be42d315a051a6cdd8c0897b43 -SIZE (rocky/r/rocky-release-9.4-1.7.el9.noarch.rpm) = 24210 +SHA256 (rocky/r/rocky-release-9.5-1.2.el9.noarch.rpm) = 9fb0b2aa0deac07c8a5c6d77e2a1bb8f69ad91fcb2aba95a7ab712e657ac5604 +SIZE (rocky/r/rocky-release-9.5-1.2.el9.noarch.rpm) = 24122 SHA256 (rocky/s/sed-4.8-9.el9.aarch64.rpm) = b48959916662d4d20a6207e02f7e243408987d99621963d450d0bec185cffbfe SIZE (rocky/s/sed-4.8-9.el9.aarch64.rpm) = 301224 SHA256 (rocky/s/sed-4.8-9.el9.x86_64.rpm) = 005c959166838b0e45f02e699c35ec5449025e2463751c56b7e614bbd9514732 SIZE (rocky/s/sed-4.8-9.el9.x86_64.rpm) = 303074 SHA256 (rocky/s/setserial-2.17-54.el9.aarch64.rpm) = 40ad0e722029d1a8dae36fddbab1201e5e5f943ccc3bdc7c63d88d7377f81b85 SIZE (rocky/s/setserial-2.17-54.el9.aarch64.rpm) = 26212 SHA256 (rocky/s/setserial-2.17-54.el9.x86_64.rpm) = ae27036832f55095eec260e6dc399f41fe57d5f2e1b5b91adf53a973d8173778 SIZE (rocky/s/setserial-2.17-54.el9.x86_64.rpm) = 26422 SHA256 (rocky/s/setup-2.13.7-10.el9.noarch.rpm) = 7a8a464a72c41f39eb4d4c47d33bd889b36d5c1d9eeb293c7d0a03b1b594743c SIZE (rocky/s/setup-2.13.7-10.el9.noarch.rpm) = 143454 SHA256 (rocky/s/slang-2.3.2-11.el9.aarch64.rpm) = 65d8c1c2514674480fc477a193401b2ef9ec6593c2d33efa13311ccb70bc6266 SIZE (rocky/s/slang-2.3.2-11.el9.aarch64.rpm) = 373092 SHA256 (rocky/s/slang-2.3.2-11.el9.i686.rpm) = 012839622f868a21a6e9340636e10068b9dce9240e35b0b054711e2668343937 SIZE (rocky/s/slang-2.3.2-11.el9.i686.rpm) = 406583 SHA256 (rocky/s/slang-2.3.2-11.el9.x86_64.rpm) = ce9de0b6765d6bc5a13dc0d70649c60f99b5566b8b779bc9d715170375192947 SIZE (rocky/s/slang-2.3.2-11.el9.x86_64.rpm) = 382399 -SHA256 (rocky/u/util-linux-2.37.4-18.el9.aarch64.rpm) = abbe2c652815acf1c2e03aa1587bf78eb0bc4f05a537d2f439b3e1e52c5b94e2 -SIZE (rocky/u/util-linux-2.37.4-18.el9.aarch64.rpm) = 2293722 -SHA256 (rocky/u/util-linux-2.37.4-18.el9.x86_64.rpm) = b1395e690959cfcfbf72564066fdc6ad3a785dee6245a3d9875101bb996e649a -SIZE (rocky/u/util-linux-2.37.4-18.el9.x86_64.rpm) = 2293985 +SHA256 (rocky/u/util-linux-2.37.4-20.el9.aarch64.rpm) = 19aed3883a7cf679e803c4ce1b59cdde339e756f4b9e431bb4b6f966a4b2aef1 +SIZE (rocky/u/util-linux-2.37.4-20.el9.aarch64.rpm) = 2294383 +SHA256 (rocky/u/util-linux-2.37.4-20.el9.x86_64.rpm) = f9be4cbe6cb6cbda39ef5d471cd7f4aed50070927ff0259d092ad34d46cc8196 +SIZE (rocky/u/util-linux-2.37.4-20.el9.x86_64.rpm) = 2296252 SHA256 (rocky/w/which-2.21-29.el9.aarch64.rpm) = e9351855af75aac7fb5c53173f262e4f87f400d7a96d48ec100a8d35269a1367 SIZE (rocky/w/which-2.21-29.el9.aarch64.rpm) = 40717 SHA256 (rocky/w/which-2.21-29.el9.x86_64.rpm) = c54b2c55264430eee2786fad79bd26c7a7c62204b1f7b568e5f097d850db9688 SIZE (rocky/w/which-2.21-29.el9.x86_64.rpm) = 41260 SHA256 (rocky/x/xz-libs-5.2.5-8.el9_0.aarch64.rpm) = 854a20a02aff28f4d116accb8833d9ce9e5acb0e682c8a43f65d786c4d154fca SIZE (rocky/x/xz-libs-5.2.5-8.el9_0.aarch64.rpm) = 91794 SHA256 (rocky/x/xz-libs-5.2.5-8.el9_0.i686.rpm) = 034f360f3c2d05d978f2c9e671af3ec2b4ab24c8f2440d7e24caf6f4eac087cd SIZE (rocky/x/xz-libs-5.2.5-8.el9_0.i686.rpm) = 102200 SHA256 (rocky/x/xz-libs-5.2.5-8.el9_0.x86_64.rpm) = 7a6f5891537bbbf601ee574c5946c3f0f121369b85c6cdfdd07e974a4dc8d81d SIZE (rocky/x/xz-libs-5.2.5-8.el9_0.x86_64.rpm) = 94019 SHA256 (rocky/z/zlib-1.2.11-40.el9.aarch64.rpm) = 842cc46ca0ac7336264777679959edb656b1a928c38542bd633fe44367e555c1 SIZE (rocky/z/zlib-1.2.11-40.el9.aarch64.rpm) = 91148 SHA256 (rocky/z/zlib-1.2.11-40.el9.i686.rpm) = d42d99a366785e01d444a593dc825efa633a38557a4528fd4134272d92b56fff SIZE (rocky/z/zlib-1.2.11-40.el9.i686.rpm) = 95020 SHA256 (rocky/z/zlib-1.2.11-40.el9.x86_64.rpm) = fcd8ca717c72aeb30ea69b4f892dc021e507d8835e7b03aff501cb094db083ea SIZE (rocky/z/zlib-1.2.11-40.el9.x86_64.rpm) = 92187 SHA256 (rocky/a/acl-2.3.1-4.el9.src.rpm) = 4982d7e1add9ef4592144b86076f5c4b4556b4050b3c7792a9e3ee50f61558c3 SIZE (rocky/a/acl-2.3.1-4.el9.src.rpm) = 533274 SHA256 (rocky/a/attr-2.5.1-3.el9.src.rpm) = 66db596ff9b88481619d323bcbe4eeb4e101475c9480679aa2e2f859fe3d787e SIZE (rocky/a/attr-2.5.1-3.el9.src.rpm) = 480529 SHA256 (rocky/b/basesystem-11-13.el9.0.1.src.rpm) = aaee2f16c7871518d8e2a7df7a46a19060a57c467b01935646ce60cc76f6c54d SIZE (rocky/b/basesystem-11-13.el9.0.1.src.rpm) = 8078 SHA256 (rocky/b/bash-5.1.8-9.el9.src.rpm) = 2feaf22c87e32f674c8ad7cb16ea260e951947163e576ebfd1d0ff2b77e8c93a SIZE (rocky/b/bash-5.1.8-9.el9.src.rpm) = 10502704 SHA256 (rocky/b/bzip2-1.0.8-8.el9.src.rpm) = c4f3f1b9e828ed5387536b272a49470d2c9307538351df538406f23dfd614c29 SIZE (rocky/b/bzip2-1.0.8-8.el9.src.rpm) = 822195 -SHA256 (rocky/c/coreutils-8.32-35.el9.src.rpm) = da25edf78d6cb87786bda576161f9cb0f18f8b0b0111ad001be7f1a2a2bec25b -SIZE (rocky/c/coreutils-8.32-35.el9.src.rpm) = 5677106 +SHA256 (rocky/c/coreutils-8.32-36.el9.src.rpm) = a40366df7fef778d67a90631a0a807977a2ed6f3d15bd97c0fc9c8ba3f2209fd +SIZE (rocky/c/coreutils-8.32-36.el9.src.rpm) = 5677028 SHA256 (rocky/d/diffutils-3.7-12.el9.src.rpm) = cdb9fa5192884d5bab617927a54aa83bd39d4f67963fa73e609d4e2897c37dc2 SIZE (rocky/d/diffutils-3.7-12.el9.src.rpm) = 1474771 SHA256 (rocky/e/e2fsprogs-1.46.5-5.el9.src.rpm) = 5b67eb4089d3463aad8b0045fe7774705f33cdba398452553692bbca22ce36e8 SIZE (rocky/e/e2fsprogs-1.46.5-5.el9.src.rpm) = 7413550 -SHA256 (rocky/f/filesystem-3.16-2.el9.src.rpm) = b67952b267a3d593078415dc7c4ff7e76691111bf7d32d07553e3adffa184b8f -SIZE (rocky/f/filesystem-3.16-2.el9.src.rpm) = 18441 -SHA256 (rocky/f/findutils-4.8.0-6.el9.src.rpm) = c8757975d7503caea8bcbd11a923b0a50cbee12c52d77527016ede3e62b02f50 -SIZE (rocky/f/findutils-4.8.0-6.el9.src.rpm) = 2007309 +SHA256 (rocky/f/filesystem-3.16-5.el9.src.rpm) = 09f78e040d8e6ff9d5218942bf7140de7708b4ad53c128aabfebb7cc7904bf18 +SIZE (rocky/f/filesystem-3.16-5.el9.src.rpm) = 18475 +SHA256 (rocky/f/findutils-4.8.0-7.el9.src.rpm) = bcc1a98f56e7ba7bd3e0e52f99511d12e78decf0af78cbd29998556cb068b382 +SIZE (rocky/f/findutils-4.8.0-7.el9.src.rpm) = 2007589 +SHA256 (rocky/f/fuse-2.9.9-16.el9.src.rpm) = 5c9d7decbbffc641722673ec64043e2e4d4e646b31458ef7695840607c249ca8 +SIZE (rocky/f/fuse-2.9.9-16.el9.src.rpm) = 1829633 SHA256 (rocky/g/gawk-5.1.0-6.el9.src.rpm) = 2dc77bb16a6be20f4474328581a740a419387124ff2cfb1b8c2b2809469cb9ea SIZE (rocky/g/gawk-5.1.0-6.el9.src.rpm) = 3188594 -SHA256 (rocky/g/gcc-11.4.1-3.el9.src.rpm) = 03749677127f24d0c858bfd8bfcbddbcec71d50f6597ad1639dae731c1c3e63d -SIZE (rocky/g/gcc-11.4.1-3.el9.src.rpm) = 81823579 -SHA256 (rocky/g/gdbm-1.19-4.el9.src.rpm) = 6601930039f01539ddcf9a509e0a19e8380443d648b29f0c8115673b5c606425 -SIZE (rocky/g/gdbm-1.19-4.el9.src.rpm) = 981728 +SHA256 (rocky/g/gcc-11.5.0-2.el9.src.rpm) = b1f33a6db2eb4081ed4a17eb2bea638f108bb841f54124b248b418ddbc041e22 +SIZE (rocky/g/gcc-11.5.0-2.el9.src.rpm) = 81866805 +SHA256 (rocky/g/gdbm-1.23-1.el9.src.rpm) = 83944338c37bed57501211c180137171bd70fc76e23d3306ed0b4828c7dc8d21 +SIZE (rocky/g/gdbm-1.23-1.el9.src.rpm) = 1128520 SHA256 (rocky/g/geocode-glib-3.26.2-5.el9.src.rpm) = cd4902dafb8f4479356f17d53e4988d487c15f0be9b5ab95447aaddd4c0dcd0b SIZE (rocky/g/geocode-glib-3.26.2-5.el9.src.rpm) = 83267 SHA256 (rocky/g/glib-networking-2.68.3-3.el9.src.rpm) = aa6bb6cb4406d2b1aa6d75611cc2f90eaba5f556596e79d046c42f26a9e0278d SIZE (rocky/g/glib-networking-2.68.3-3.el9.src.rpm) = 254741 SHA256 (rocky/g/glib2-2.68.4-14.el9_4.1.src.rpm) = 4137a8f97ec2b906dabc48b93e12d3c5d916711087cbce82dd2d233016c2ddfc SIZE (rocky/g/glib2-2.68.4-14.el9_4.1.src.rpm) = 5068111 -SHA256 (rocky/g/glibc-2.34-100.el9_4.4.src.rpm) = 3bee20b2cef72b3def868860cad54afe5b4ae210ad3389f4a3028c3c15fa1261 -SIZE (rocky/g/glibc-2.34-100.el9_4.4.src.rpm) = 18496471 +SHA256 (rocky/g/glibc-2.34-125.el9_5.1.src.rpm) = 81bd4c665b3bd5c41e2348c6c89baa90c4f087642095956a030ce8dcab4fb68e +SIZE (rocky/g/glibc-2.34-125.el9_5.1.src.rpm) = 18586193 SHA256 (rocky/g/gmp-6.2.0-13.el9.src.rpm) = 8297b96da5460fd78d81e38c3ac1559a35eb51bea3c3d398efaacd62868d20d4 SIZE (rocky/g/gmp-6.2.0-13.el9.src.rpm) = 2500190 SHA256 (rocky/g/grep-3.6-5.el9.src.rpm) = d7e0368575da276796d79537cb4897092988285541a2ede0b5688ba42215f34b SIZE (rocky/g/grep-3.6-5.el9.src.rpm) = 1617932 SHA256 (rocky/j/json-glib-1.6.6-1.el9.src.rpm) = ba95317ff8dad227b304364ca50ec85ab2070c7ce141bf4babd9b12ad7893b52 SIZE (rocky/j/json-glib-1.6.6-1.el9.src.rpm) = 1317772 SHA256 (rocky/k/keyutils-1.6.3-1.el9.src.rpm) = 49c8af3cf9a7164242d8d457dc17d57eaaf97af07859d584b091e9e39f0bede7 SIZE (rocky/k/keyutils-1.6.3-1.el9.src.rpm) = 149203 -SHA256 (rocky/k/krb5-1.21.1-2.el9_4.src.rpm) = 3182f8f56a71752fe11d117ba35f3100f770e1284be78ea20209333c0c5dfad0 -SIZE (rocky/k/krb5-1.21.1-2.el9_4.src.rpm) = 8736754 -SHA256 (rocky/l/less-590-4.el9_4.src.rpm) = 6fd40148e8e906962baa879da5cbe1e9cac32ce2eea1b0d5cf23859df2ba6b4f -SIZE (rocky/l/less-590-4.el9_4.src.rpm) = 378592 +SHA256 (rocky/k/krb5-1.21.1-4.el9_5.src.rpm) = 3fb5c4f03ccf4dc8c9e85c41a45aa6f7f419b7bb369f0de2cfcd6f83438164ac +SIZE (rocky/k/krb5-1.21.1-4.el9_5.src.rpm) = 8835785 +SHA256 (rocky/l/less-590-5.el9.src.rpm) = 9354552d15d43d789de3b4f9561a5ee464d75f9309a2092218d546ad1b5ce9f2 +SIZE (rocky/l/less-590-5.el9.src.rpm) = 380068 SHA256 (rocky/l/libcap-2.48-9.el9_2.src.rpm) = 54f35d6b547033d86b9fed8247c80306fffbb3c316a286586ab37bee660d275c SIZE (rocky/l/libcap-2.48-9.el9_2.src.rpm) = 198929 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.src.rpm) = ef54036ffe2f890f13b6208cc2b5531583d69d492688ecc03e8dee3d62b07b1c SIZE (rocky/l/libdatrie-0.2.13-4.el9.src.rpm) = 324214 -SHA256 (rocky/l/libdb-5.3.28-53.el9.src.rpm) = 02d6d879f70dfc9de2364c68988ea3673884952e7739a031cafb7e65f18f0398 -SIZE (rocky/l/libdb-5.3.28-53.el9.src.rpm) = 35278840 +SHA256 (rocky/l/libdb-5.3.28-54.el9.src.rpm) = 497a3a3a10a19b2bb39eb5a955710dfebe33694a4869b85032bd69ff4e2af4ff +SIZE (rocky/l/libdb-5.3.28-54.el9.src.rpm) = 35282165 SHA256 (rocky/l/libedit-3.1-38.20210216cvs.el9.src.rpm) = 865cc64b0049617e1aa2e784520cc3f7c4d68813aefc98dffd71d3353f9e37cd SIZE (rocky/l/libedit-3.1-38.20210216cvs.el9.src.rpm) = 529753 +SHA256 (rocky/l/libevdev-1.11.0-3.el9.src.rpm) = 2edb9205f23b2659b10d2710efc5512a5f0681bfc337fbfb75bd888131be46bb +SIZE (rocky/l/libevdev-1.11.0-3.el9.src.rpm) = 456682 SHA256 (rocky/l/libffi-3.4.2-8.el9.src.rpm) = 08d292859e2a980b79f578778e9ac50ceb4330954cda445992cd4007e70c6928 SIZE (rocky/l/libffi-3.4.2-8.el9.src.rpm) = 1365131 SHA256 (rocky/l/libgudev-237-1.el9.src.rpm) = 2904abffd7583e387e6233cdef9dd9224abc0e482b4bfc97b43c6eb4317fd5fc SIZE (rocky/l/libgudev-237-1.el9.src.rpm) = 38802 SHA256 (rocky/l/libselinux-3.6-1.el9.src.rpm) = 2db2d5d2ad87a9b28eae6cb7c5dfab2b965a2f79d3486ac82aba68413b442071 SIZE (rocky/l/libselinux-3.6-1.el9.src.rpm) = 265639 SHA256 (rocky/l/libsepol-3.6-1.el9.src.rpm) = ae509bd810045681bf3c603ba0f70096809833a3127fe21218840ebaf5e469b5 SIZE (rocky/l/libsepol-3.6-1.el9.src.rpm) = 534494 -SHA256 (rocky/l/libssh-0.10.4-13.el9.src.rpm) = 80dde706ae6c54f87ffce74b10732de0571692990e1e2f6aeb026a0ed271ba7c -SIZE (rocky/l/libssh-0.10.4-13.el9.src.rpm) = 664104 SHA256 (rocky/l/libverto-0.3.2-3.el9.src.rpm) = 08f0b27aaf3b288e10ab3c1068ee09f3f2afe036879787d3f66b871ef161cb33 SIZE (rocky/l/libverto-0.3.2-3.el9.src.rpm) = 394523 +SHA256 (rocky/m/mtdev-1.1.5-22.el9.src.rpm) = 6c5c7d9595a3accbc75aa61d8a43847a53b893540b1c6766621cce875fb9b6e5 +SIZE (rocky/m/mtdev-1.1.5-22.el9.src.rpm) = 284409 SHA256 (rocky/n/ncurses-6.2-10.20210508.el9.src.rpm) = eab1c0ac71e76feadba9acd0dfb4e7edf8ee12a1d526580e74fe644878f684bf SIZE (rocky/n/ncurses-6.2-10.20210508.el9.src.rpm) = 3584239 -SHA256 (rocky/o/openssl-3.0.7-28.el9_4.src.rpm) = 9d0a06de05810f2e0d483b65c35d03477ee1c80b54b254e9c683317b813cb6ca -SIZE (rocky/o/openssl-3.0.7-28.el9_4.src.rpm) = 15509762 -SHA256 (rocky/p/pcre-8.44-3.el9.3.src.rpm) = 8b277dc270948cd53991e12a77f175af98816677917a0c7d83210606176cd79f -SIZE (rocky/p/pcre-8.44-3.el9.3.src.rpm) = 1619933 -SHA256 (rocky/p/pcre2-10.40-5.el9.src.rpm) = 38ad947deba107b2dd29d1b60ee05f6bc0f4ae4a5ddbf18361f93469c0957349 -SIZE (rocky/p/pcre2-10.40-5.el9.src.rpm) = 1786097 +SHA256 (rocky/o/openssl-3.2.2-6.el9_5.src.rpm) = 5b60496f4dc3554f8ae1bedd3c756c91b2feb525e1f82389e43110b1dde42738 +SIZE (rocky/o/openssl-3.2.2-6.el9_5.src.rpm) = 17967432 +SHA256 (rocky/p/pcre-8.44-4.el9.src.rpm) = 7e228c7eb2aa94de0544d5156114ab01063c939b0ea8b41fe0208e004a61c8e8 +SIZE (rocky/p/pcre-8.44-4.el9.src.rpm) = 1620247 +SHA256 (rocky/p/pcre2-10.40-6.el9.src.rpm) = 06d57c69f091a37c16c7f9401246c2897fb39b21d51ccd36be72e66999ddc036 +SIZE (rocky/p/pcre2-10.40-6.el9.src.rpm) = 1786579 SHA256 (rocky/p/popt-1.18-8.el9.src.rpm) = 8266495d0508509dc5292604d6c78fa96d1ae356e0f2f4cf4ac5c7ad2ecae56e SIZE (rocky/p/popt-1.18-8.el9.src.rpm) = 593926 SHA256 (rocky/r/readline-8.1-4.el9.src.rpm) = d4d0321fb8a3d22fbf8b7d9c80364ac4478db835bcafde003ac04b2df19a6e25 SIZE (rocky/r/readline-8.1-4.el9.src.rpm) = 3007997 -SHA256 (rocky/r/rocky-release-9.4-1.7.el9.src.rpm) = 5b3a99436d1a8e084b9a86cbbd73c72a610cc638f515e7964c51449a58cfec9f -SIZE (rocky/r/rocky-release-9.4-1.7.el9.src.rpm) = 62633 +SHA256 (rocky/r/rocky-release-9.5-1.2.el9.src.rpm) = 975db6f5e89fc5538a5a4b296d66d3fe1fe6a0f1e557dfb95183dec148d8ca79 +SIZE (rocky/r/rocky-release-9.5-1.2.el9.src.rpm) = 62628 SHA256 (rocky/s/sed-4.8-9.el9.src.rpm) = ad9772fc0d8bf2479246aa9b1ab04506d5c25eb64a5abffe2195304198b77c80 SIZE (rocky/s/sed-4.8-9.el9.src.rpm) = 1422083 SHA256 (rocky/s/setserial-2.17-54.el9.src.rpm) = 4a508744b8d70f58bced990450cfb53d3d37d9f96ae01fabfd6d5a3807c12253 SIZE (rocky/s/setserial-2.17-54.el9.src.rpm) = 93388 SHA256 (rocky/s/setup-2.13.7-10.el9.src.rpm) = 270a586332c498b4c825b7ec38efcd4fac3e8b87e425782b8794ba4326057e41 SIZE (rocky/s/setup-2.13.7-10.el9.src.rpm) = 193279 SHA256 (rocky/s/slang-2.3.2-11.el9.src.rpm) = 09b66b87664e1975912a3ccf0dc045ea0826992e80fe74f5c739c6c60dc9772c SIZE (rocky/s/slang-2.3.2-11.el9.src.rpm) = 1592900 SHA256 (rocky/t/texinfo-6.7-15.el9.src.rpm) = beb821fc1b42f83852ed93eb8563be8f848a8d30a2eca2a1da7761b5de745e6a SIZE (rocky/t/texinfo-6.7-15.el9.src.rpm) = 4364617 -SHA256 (rocky/u/util-linux-2.37.4-18.el9.src.rpm) = 108eff3628ce3e84d14018fc3921f4d0e40f26a3c248cf93e0571dc6829bd968 -SIZE (rocky/u/util-linux-2.37.4-18.el9.src.rpm) = 6250149 +SHA256 (rocky/u/util-linux-2.37.4-20.el9.src.rpm) = 94fc4dc67a4ad2724041d92d4b8418c3c71fd5d497d6bf8f4511c3c2dab43af6 +SIZE (rocky/u/util-linux-2.37.4-20.el9.src.rpm) = 6256967 SHA256 (rocky/w/which-2.21-29.el9.src.rpm) = 2417f4282c349795befae1c8cbc357906b47fd1a9ea5eeea5f92c69430c084d5 SIZE (rocky/w/which-2.21-29.el9.src.rpm) = 162444 SHA256 (rocky/x/xz-5.2.5-8.el9_0.src.rpm) = b7cef2fb719b09209740b5be7fcd6e766b069e9a5177a51bd74894e3fe5959b6 SIZE (rocky/x/xz-5.2.5-8.el9_0.src.rpm) = 1165795 SHA256 (rocky/z/zlib-1.2.11-40.el9.src.rpm) = 0902a850988d0051410218305303ffb76c090a2606113078c73a0c1f73adee7d SIZE (rocky/z/zlib-1.2.11-40.el9.src.rpm) = 554604 SHA256 (rocky/z/zstd-1.5.1-2.el9.src.rpm) = ef2be564d3bfe67c70420f5fb7a78741dea2d3ba1c2a400088b841420a18eb79 SIZE (rocky/z/zstd-1.5.1-2.el9.src.rpm) = 1945682 diff --git a/emulators/linux_base-rl9/pkg-plist.aarch64 b/emulators/linux_base-rl9/pkg-plist.aarch64 index ea6bf2c26ace..1c44645bfaee 100644 --- a/emulators/linux_base-rl9/pkg-plist.aarch64 +++ b/emulators/linux_base-rl9/pkg-plist.aarch64 @@ -1,2264 +1,2316 @@ @preexec [ -n "`/sbin/sysctl -q %%SYSCTLMIB%%`" ] || ( echo "Cannot install package: kernel missing 64-bit Linux support" >&2; exit 1 ) bin etc/GREP_COLORS etc/adjtime etc/aliases etc/bashrc etc/csh.cshrc etc/csh.login etc/dnf/protected.d/setup.conf etc/environment etc/ethertypes etc/filesystems etc/host.conf etc/hosts etc/inputrc etc/issue etc/issue.net etc/krb5.conf.d/crypto-policies @sample etc/krb5.conf.sample @rmtry etc/ld.so.cache etc/ld.so.conf etc/mke2fs.conf etc/mtab etc/networks @sample etc/nsswitch.conf.sample etc/os-release etc/pki/tls/ct_log_list.cnf etc/pki/tls/fips_local.cnf etc/pki/tls/openssl.cnf etc/profile etc/profile.d/colorgrep.csh etc/profile.d/colorgrep.sh etc/profile.d/csh.local etc/profile.d/gawk.csh etc/profile.d/gawk.sh etc/profile.d/lang.csh etc/profile.d/lang.sh etc/profile.d/less.csh etc/profile.d/less.sh etc/profile.d/sh.local etc/profile.d/which2.csh etc/profile.d/which2.sh etc/redhat-release etc/request-key.conf etc/rocky-release etc/rocky-release-upstream etc/rpc etc/shells etc/skel/.bash_logout etc/skel/.bash_profile etc/skel/.bashrc etc/subgid etc/subuid etc/system-release etc/system-release-cpe etc/xattr.conf lib lib64 run sbin usr/bin/[ usr/bin/alias usr/bin/arch usr/bin/awk usr/bin/b2sum usr/bin/base32 usr/bin/base64 usr/bin/basename usr/bin/basenc usr/bin/bash usr/bin/bashbug usr/bin/bashbug-64 usr/bin/bg usr/bin/bunzip2 usr/bin/bzcat usr/bin/bzcmp usr/bin/bzdiff usr/bin/bzegrep usr/bin/bzfgrep usr/bin/bzgrep usr/bin/bzip2 usr/bin/bzip2recover usr/bin/bzless usr/bin/bzmore usr/bin/cal usr/bin/captoinfo usr/bin/cat usr/bin/catchsegv usr/bin/cd usr/bin/chattr usr/bin/chcon usr/bin/chgrp usr/bin/chmem usr/bin/chmod usr/bin/choom usr/bin/chown usr/bin/cksum usr/bin/clear usr/bin/cmp usr/bin/col usr/bin/colcrt usr/bin/colrm usr/bin/column usr/bin/comm usr/bin/command usr/bin/cp usr/bin/csplit usr/bin/cut usr/bin/date usr/bin/dd usr/bin/df usr/bin/diff usr/bin/diff3 usr/bin/dir usr/bin/dircolors usr/bin/dirname usr/bin/du usr/bin/echo usr/bin/egrep usr/bin/eject usr/bin/env usr/bin/expand usr/bin/expr usr/bin/factor usr/bin/fallocate usr/bin/false usr/bin/fc usr/bin/fg usr/bin/fgrep usr/bin/fincore usr/bin/find usr/bin/fmt usr/bin/fold usr/bin/fuse2fs +usr/bin/fusermount usr/bin/gapplication usr/bin/gawk usr/bin/gdbus usr/bin/gencat usr/bin/getconf usr/bin/getent usr/bin/getopt usr/bin/getopts usr/bin/gio usr/bin/gio-querymodules-64 usr/bin/glib-compile-schemas usr/bin/grep usr/bin/groups usr/bin/gsettings usr/bin/hash usr/bin/head usr/bin/hexdump usr/bin/hostid usr/bin/iconv usr/bin/id usr/bin/info usr/bin/infocmp usr/bin/infotocap usr/bin/install usr/bin/irqtop usr/bin/isosize usr/bin/jobs usr/bin/join usr/bin/keyctl usr/bin/last usr/bin/lastb usr/bin/ld.so usr/bin/ldd usr/bin/less usr/bin/lessecho usr/bin/lesskey usr/bin/lesspipe.sh usr/bin/link usr/bin/linux32 usr/bin/linux64 usr/bin/ln usr/bin/locale usr/bin/localedef usr/bin/logname usr/bin/look usr/bin/ls usr/bin/lsattr usr/bin/lsirq usr/bin/lslocks usr/bin/mcookie usr/bin/md5sum usr/bin/mesg usr/bin/mkdir usr/bin/mkfifo usr/bin/mknod usr/bin/mktemp usr/bin/mv usr/bin/namei usr/bin/nice usr/bin/nl usr/bin/nohup usr/bin/nproc usr/bin/numfmt usr/bin/od usr/bin/paste usr/bin/pathchk usr/bin/pinky usr/bin/pldd usr/bin/pr usr/bin/printenv usr/bin/printf usr/bin/prlimit usr/bin/ptx usr/bin/pwd usr/bin/read usr/bin/readlink usr/bin/realpath usr/bin/rename usr/bin/reset usr/bin/rev usr/bin/rm usr/bin/rmdir usr/bin/runcon usr/bin/scriptlive usr/bin/scriptreplay usr/bin/sdiff usr/bin/sed usr/bin/seq usr/bin/setarch usr/bin/setserial usr/bin/setterm usr/bin/sh usr/bin/sha1sum usr/bin/sha224sum usr/bin/sha256sum usr/bin/sha384sum usr/bin/sha512sum usr/bin/shred usr/bin/shuf usr/bin/sleep usr/bin/sort usr/bin/sotruss usr/bin/split usr/bin/sprof usr/bin/stat usr/bin/stdbuf usr/bin/stty usr/bin/sum usr/bin/sync usr/bin/tabs usr/bin/tac usr/bin/tail usr/bin/tee usr/bin/test usr/bin/tic usr/bin/timeout usr/bin/toe usr/bin/touch usr/bin/tput usr/bin/tr usr/bin/true usr/bin/truncate usr/bin/tset usr/bin/tsort usr/bin/tty usr/bin/type usr/bin/tzselect usr/bin/ul usr/bin/ulimit +usr/bin/ulockmgr_server usr/bin/umask usr/bin/unalias usr/bin/uname usr/bin/uname26 usr/bin/unexpand usr/bin/uniq usr/bin/unlink usr/bin/users usr/bin/utmpdump usr/bin/uuidgen usr/bin/uuidparse usr/bin/vdir usr/bin/wait usr/bin/wall usr/bin/wc usr/bin/wdctl usr/bin/whereis usr/bin/which usr/bin/who usr/bin/whoami usr/bin/write usr/bin/xargs usr/bin/yes usr/bin/zdump -usr/lib/.build-id/58/812bf2faadef019faa6adbecaa65397f468240 -usr/lib/.build-id/7c/310651b66f8ce14539c6c5a412f97b16ba906e -usr/lib/.build-id/7c/60f278d604ad590e609d1c86c9e1bbaeebf41c -usr/lib/.build-id/7c/da37017e105198e0a5461715cea20a884fc13a -usr/lib/.build-id/af/a9f59dc56cd72b5f7d469b0d97cf846667bbe9 -usr/lib/.build-id/fa/ce00fa175e50d57efacd20608e597943b94247 -usr/lib/.build-id/fa/a50353e70cf980986923fb644ff31cbeb4d8e9 -usr/lib/.build-id/c7/8fd7693c5f2723630edd1fdb722c456d2eda76 -usr/lib/.build-id/c7/d933700f8355c9c65fc03f4e0bdf9fa3934ed2 -usr/lib/.build-id/c7/6068000a17ddee6a9a818b738f5fc38b5da187 -usr/lib/.build-id/25/15b474bbca5e72062d0eeaa28cf03bb7de7e45 -usr/lib/.build-id/ec/5d1712a6344ef003b45936d9ee0ac4807e754d -usr/lib/.build-id/ec/f5457499174e3da27175dd485a1f426a1ac6dd -usr/lib/.build-id/3f/2eecf26c2f7dfbe77c931bb73b10cdc59dfd2e -usr/lib/.build-id/4a/320e3355de937f0adfd598bcfaf708acf2c797 -usr/lib/.build-id/4a/803be522bd4ff3a15585d53e604176d3f1d93f -usr/lib/.build-id/84/56c90aa43ae4a8b53322565f811b8d1ec3b860 -usr/lib/.build-id/84/00863d0e3867147e7ebc76ab1399a19fe5c3ce -usr/lib/.build-id/17/62e95f685f6472fe187523a87cb30b3b35f2ca -usr/lib/.build-id/60/33822cf0b0d49840bc5de0c1d5f28981529b88 -usr/lib/.build-id/60/3d404261b5837e04f5c2e1db36dad99f09d791 -usr/lib/.build-id/41/01660be93ed09467d5147a84ac0268395d5c63 -usr/lib/.build-id/41/01660be93ed09467d5147a84ac0268395d5c63.3 -usr/lib/.build-id/41/8c6d9426eaa2732cbd96c790e2e97956c09e9e -usr/lib/.build-id/41/01660be93ed09467d5147a84ac0268395d5c63.1 -usr/lib/.build-id/41/01660be93ed09467d5147a84ac0268395d5c63.2 -usr/lib/.build-id/8d/e2fcd950f7d62377b7feab038f87718634eb67 -usr/lib/.build-id/b4/ce02900a3f53c75954dd2d492a3a47176f9b6a -usr/lib/.build-id/e3/053a826eaa7b949c2dd792e5aaf9a319634d71 +usr/lib/.build-id/00/28e554acd9c16064b12195dcc8dffd7caea925 +usr/lib/.build-id/00/8c49e4fa52d5c6b4421efe93a2e0a97b34953f +usr/lib/.build-id/01/326c17abac9838228d6f0e6b755edbbf72c397 +usr/lib/.build-id/01/91bc3ac57dcbba7cc1fa2a1063a6a59882f110 +usr/lib/.build-id/02/ec43c4270173dfaaa729bfb411c39f6c05e689 +usr/lib/.build-id/02/ec509c1887bed47f214291315b934ebd5331ee +usr/lib/.build-id/03/0afeabf2f274010487c2788a8c9504cb294d78 +usr/lib/.build-id/03/73ec6d70882a8d6be0de64027b6afac8e5ff7f +usr/lib/.build-id/03/860dc639b33f7b611df9436e75b7ed9d282cac +usr/lib/.build-id/03/e0dec25a905d88b1a66e3f4888bdf3e127e458 usr/lib/.build-id/04/25c5c3f3209030214db909f391036b77dc216f -usr/lib/.build-id/73/9cdfd5672f44e0937526791735db92d701a12c -usr/lib/.build-id/2e/ea75e15f2993160bdc6aaad80c57bf84a6191d -usr/lib/.build-id/2e/8c68eb39663c6688ac18ef1a68bbf5c9ff3fc7 -usr/lib/.build-id/79/747afe096f8a0cb9881e8f40ec0d077d08959b -usr/lib/.build-id/79/6e1fc9a347af7e98c989ce23db0b6401f11c6d -usr/lib/.build-id/97/e84f953263b2642dcd704254cd9090b1baae44 -usr/lib/.build-id/97/a33ba37b4a8a523d71af2fc5255f9ce66443fc -usr/lib/.build-id/a1/4c03278c9f3444954c77012ce45e55d4e59edf -usr/lib/.build-id/f6/650b6835468f15a06c8826d85e8dbe06e79813 -usr/lib/.build-id/f6/01065d69e66ef8f52e034517f4a04f8f540f23 -usr/lib/.build-id/f6/50bb91216e587497593106ee72316656cf723c -usr/lib/.build-id/74/8f8b1bf8cf149ff171ad03728ec6b809c94e8f -usr/lib/.build-id/74/531bd507824a5d9f78c7db6c1bbf346e9a2c94 -usr/lib/.build-id/74/6f8d25b99bccd55d2c8a26f447d7b5543e90ab -usr/lib/.build-id/74/28d08dc8976337364b3638c0ae3227bcba7e51 -usr/lib/.build-id/03/9b56066cef988517e9112f7fcfabcdff60f908 -usr/lib/.build-id/90/33b39036c0ecc64a5b988bcfe96ef6be1a17a8 -usr/lib/.build-id/90/d6f56bf719fbe4671a2208f4b8d40641507ffd +usr/lib/.build-id/04/e90816c511b49f014942b11701f2b033252c7d +usr/lib/.build-id/04/efefdf2cde1cbc93e7a06a27a0df1a01c5e549 +usr/lib/.build-id/05/23a385c1cc29e8666e6b76d72c1e65faedeff9 +usr/lib/.build-id/05/8c7926c314e1e1dd3835a059aa25434cc60b7f +usr/lib/.build-id/05/d06e8936fc01653c07ddd2aff996f6c3342dd9 +usr/lib/.build-id/06/b1d272b2605f4a62a5c9e625bcfd169308f203 +usr/lib/.build-id/07/2a1fabdb5b468d0c63c216f25a99f6e6126d08 +usr/lib/.build-id/07/b4d247838028f97395772b1123f2adb888ea04 +usr/lib/.build-id/08/1ddb412a3d7fe0c8707a0c77bf267f8c2e6be0 +usr/lib/.build-id/08/a3257453f24caa1385d01e55529dd9d37bde97 +usr/lib/.build-id/09/7c38b6959e1ed0c991800e3760ed23f7786e5b usr/lib/.build-id/09/91197b6880e2d437050c6ac13c2e9478dbbe94 -usr/lib/.build-id/09/325d48e8d3ebf79a590198e8b0d06f46e87cb4 -usr/lib/.build-id/09/1fe75cda5b7144bfb3e93c6a36b7eff6eb69b3 -usr/lib/.build-id/31/43e5d37834fa1244ca9022a9ef6f7e9d676ac2 -usr/lib/.build-id/31/b2cde9a9fabea55807dadaa37ca7aee2b0afa6 -usr/lib/.build-id/31/2665ac7325f0b4cf23f825237455676b136afc -usr/lib/.build-id/46/4ea91297e872636a174f68b0901ee47af7244e -usr/lib/.build-id/46/ceb3d85da7c066ac31c693dd57759907a234a9 -usr/lib/.build-id/46/24bc9074d03d7eab9f71869b20fc8c61010cab -usr/lib/.build-id/8c/6a2860073f2c1732777b642e1024995615b6ea -usr/lib/.build-id/e4/1da92f519d488732152c0ccaff8d40ac1d85d0.1 -usr/lib/.build-id/e4/1da92f519d488732152c0ccaff8d40ac1d85d0 -usr/lib/.build-id/b3/0e325b38fc6116f64e2e4dacc54378cb9363e3 -usr/lib/.build-id/b9/d0263f7c5c209704775f4b1ca3917ca1e89eb9 -usr/lib/.build-id/bc/36d47aa4f027a1b767c0c2c6ee0ff5eb3ab3c2 -usr/lib/.build-id/bc/ef23bb1b2db2f32674eede07f5f598600cf7b2 -usr/lib/.build-id/bc/b70ac50fe60ae60b96d9e03d6610147f082276 -usr/lib/.build-id/bc/2d6872ba79c2e3c60469b66fa3e237893c94ac -usr/lib/.build-id/bc/99a90278c7f4f1a9e5182de1b79673ca493ff0 -usr/lib/.build-id/4f/bc90842d33a5aba55dd21c1e4594aee57b87c9 -usr/lib/.build-id/4f/d1d7757e324b26d3ae2a9006ed9be54f895587 -usr/lib/.build-id/3a/e5f1a0941e293c549bed8a35daabc4308dfe27 -usr/lib/.build-id/83/8ebaf76d9f02f43ea9814deeffb0d8531a7d21 -usr/lib/.build-id/67/e9bb6b089903dfebffe5c10f8c0c732bbc35c5 -usr/lib/.build-id/10/0ab05ef75fbf0fef62fe58a15ed35c6884cb7d -usr/lib/.build-id/10/d9d4601e6658b709a8464e8d31a8354af74b07 -usr/lib/.build-id/10/f01390977cdbae212ed6712490c9ca64ae8e9d -usr/lib/.build-id/10/a8956954a9b297d01bd4bfe8682e60c3b93a48 -usr/lib/.build-id/10/bb114fdf43be740c91726253737ffcace6ae54 +usr/lib/.build-id/0b/4a410bb8f9003f4c402b7176ac6902fd087647 +usr/lib/.build-id/0d/7052cc8bf4b5c8eb0d08d69096ac19e5305aab +usr/lib/.build-id/0d/83f71b7e625aec20b43e2b8af1a9c2eebbfa4d +usr/lib/.build-id/0e/316d97e94a6db78db9eb7307fd42be3dd4a146 +usr/lib/.build-id/0f/735384fa1d8b8ce48647c8e0f0d2f47c4ba86d +usr/lib/.build-id/0f/de05b2ba67bc59e94c565b94e6a33d2d04836d +usr/lib/.build-id/0f/fcd218d9c919b874371b4b70b3ad63887e426c usr/lib/.build-id/10/10651b00165f486e48686964f4b8aa9bde964a -usr/lib/.build-id/10/a70a6b60c0ac5496b78db4a5208c6cf2993025 -usr/lib/.build-id/10/dcc3b694e8cef0ec47b8f783f1b451ccf9d22f -usr/lib/.build-id/0c/9c6ab714141ff15ba05ed6d0ccf87d80dfb2c1 -usr/lib/.build-id/0c/dae611c52c3d6d54e4a070fdc7657d7aabf411 -usr/lib/.build-id/0c/f99088da1e59b4258b373c77ed9c8895a03cf5 -usr/lib/.build-id/7d/2efb07fbaaf9955762b328a104671026ff81b4 -usr/lib/.build-id/7d/06e2b33f2f0f6c03262e61f33f98b41fde76fb -usr/lib/.build-id/ff/20f1a4f5e4c643e13eaf582c95a393826e82a5 -usr/lib/.build-id/aa/6f652e26481969198d01ea694c1dac313f1f97 -usr/lib/.build-id/aa/72722c5a54a57be7e000b7e8deb00517f5882c -usr/lib/.build-id/aa/cc1e1fd683918a8c8be24d31e8746a71e539b7 -usr/lib/.build-id/aa/7e9904343d4dbe36f6253010a79ef8742aa9b1 -usr/lib/.build-id/d7/16ff2479e74a7960cf12c75c048255777ebfea -usr/lib/.build-id/d7/2f58464c84ca6927ba1fcde2ed190ba1a0a7c4 -usr/lib/.build-id/d7/810868985f6e056d6046d083fadfde59cab53c -usr/lib/.build-id/d7/c3984b4b461270a1972d3601aa27d6fa08c11e -usr/lib/.build-id/d7/c3984b4b461270a1972d3601aa27d6fa08c11e.1 -usr/lib/.build-id/c0/d11fb604b703192647d741e8e45ad0d5054550 -usr/lib/.build-id/22/b9864f184379217f0f44fac62032525d3cd197 -usr/lib/.build-id/22/753176c4f60dd89dbead3288638c41b9aa3696 -usr/lib/.build-id/55/a03e3c5a29688393a7329703024db6b94e07d1 -usr/lib/.build-id/9d/3cf2f76d6fe3e46a7dfcd20becd34f89dafc84 -usr/lib/.build-id/26/d9fe259b4a26085a3d7b1d8c382ee92ffe0d21 -usr/lib/.build-id/fb/a501ea992d52fc1280495e8eff13bd3b9e096c -usr/lib/.build-id/fb/b6b244e7beca5929f7864543a64bcd67219ec2 -usr/lib/.build-id/d9/5159f2d8164bf4a722b0d93b14cbe6cb44df50 -usr/lib/.build-id/d9/a057ba5ec0b53b4f6bc31513840fc0477ef4d4 -usr/lib/.build-id/63/507badf7dd2fd967eb9d837642215b387052c8 +usr/lib/.build-id/10/bb114fdf43be740c91726253737ffcace6ae54 +usr/lib/.build-id/10/cb7f5973e6ef4e9f3a16595b8e6c4301621b13 +usr/lib/.build-id/10/d9d4601e6658b709a8464e8d31a8354af74b07 +usr/lib/.build-id/11/25fd031769dd0d900b39447f356307c445f4c5 +usr/lib/.build-id/11/351f731fefb7d05e17c32f88f7afa6e6afe1ac +usr/lib/.build-id/11/e96e9ddf3de4ed63e41d44cc9d527728db242b +usr/lib/.build-id/12/2a5bd09c03d696cd8d76b9b3a167a6fce7ca52 +usr/lib/.build-id/12/4469f55a1e05fc14ce67b98b25f511b68f252b +usr/lib/.build-id/13/36f318182548c0c7e0a523925a3485993a1aee +usr/lib/.build-id/13/6fb155b0e1511d4427e32b6fcebeddc04847d1 usr/lib/.build-id/14/1b8bebadc641dfba1edfcfbb8f7eb0695958ac -usr/lib/.build-id/87/43ca8f6e86a887b9e6d1a50449dbcb6c21b079 -usr/lib/.build-id/87/504d28b47ffdd5730a49f34908e32eacfdfa31 -usr/lib/.build-id/87/d393e8c011e20d504dd3083be6ed63afb18cd2 -usr/lib/.build-id/87/4691c04b59b90e7a7bffc655868f1f9fae9cb1 -usr/lib/.build-id/69/e6517be863c8d34715771bbe79548c65317756 -usr/lib/.build-id/3e/55196008900085a19a9cc86e570bff0b84f554 -usr/lib/.build-id/3e/4dd12c40a61fb1c2ed828790b62896e8311d89 -usr/lib/.build-id/48/2bcd2f9ed8c6d75a51732f36ff807701ec30a5 -usr/lib/.build-id/e0/f1a596c44a4a3c6c605e141c9a46ccc8fea294 -usr/lib/.build-id/e0/baa4b10f8839ec9f56f7c6b9ac6a80a13e1777 -usr/lib/.build-id/e0/399cf33fffea8f9c6d3f958848fd8e7cc15e7e -usr/lib/.build-id/b7/ba2187c015c879a572f12e1289a7096c92e2a5 -usr/lib/.build-id/35/5d5318fa1a542c3ab044d4df8a1b64f0bee583 -usr/lib/.build-id/35/1feba9b020d32c0dc5a1b91bfbe84f0022344f -usr/lib/.build-id/42/54cf6470b7428fa23e3e2b5f23b276a13ecd65 -usr/lib/.build-id/f8/ae65cef6bdfdfc1b8e3ad615262408182dc631 -usr/lib/.build-id/f8/07b632a39926231331a5f1ad394093b1399920 -usr/lib/.build-id/f8/33da8e61498c59c4b5c19b85609bb5532393a9 -usr/lib/.build-id/cd/c25854eb76748ba3104b699b711be32f63462a -usr/lib/.build-id/cd/09644eb569b26a124800e60e53b0fe4d4f2ae3 -usr/lib/.build-id/dc/75448b11a4a40ac5ef261b1967482544f9b92c -usr/lib/.build-id/dc/2bf9d381ef1a3c958cd5c79f5bf5ac40cdbde4 -usr/lib/.build-id/94/a762ad41c89d77423012c29a0986aa73d09957 -usr/lib/.build-id/5a/1c585343dc90c604aa019918367da132fc6f8d -usr/lib/.build-id/5a/6f760e05a23f3543f0241909f2c1741ba8e38c -usr/lib/.build-id/5a/5dd17e4bd2e52471f3de5a8c2f44462bb4b987 -usr/lib/.build-id/5a/e1ec3af5ad481f07abd3bcfd1f57a1d73187ed -usr/lib/.build-id/5a/9def2c52ac0c75f1c7202534155d1cc318d6cb -usr/lib/.build-id/2f/bf951a7adf89d360a7e095703e67581f10b648 -usr/lib/.build-id/2f/eefd9520e277a89709d9767476bea14fc14ecb +usr/lib/.build-id/14/96400cdf82589a0b603f7eeb5eaaa993926b77 +usr/lib/.build-id/16/e32f31b1003250856db043211675d12d68da03 +usr/lib/.build-id/17/ddb0be85f497ae363da00615c61d42a64b8c8d +usr/lib/.build-id/18/33df465fa91aaff396b5a1c7a963c446320c33 +usr/lib/.build-id/18/369eaa44e29a9b4d3c9b09a2580c02ff8e275b +usr/lib/.build-id/18/538632f21c22277cb1ffd4dd6d3e7360d28b2d +usr/lib/.build-id/19/61f692e311a49a82dace870268331fbe5eb27e +usr/lib/.build-id/19/78a7dfecc1917d7e4a4c80880648127155ede8 +usr/lib/.build-id/1a/2e0a366961633ad97feeaa2240f6a1e80f3a12 +usr/lib/.build-id/1a/4b74c00d9951cd46d7e8136d8b2ce98ef36e14 +usr/lib/.build-id/1b/42fa71a5299d33ebead63172ae39ba7f47ac54 +usr/lib/.build-id/1b/79c67b93a0a80f4b8bca30f84c72471ba2189b +usr/lib/.build-id/1b/ade8bcbc42cceeae103d157bb513233ea44f41 +usr/lib/.build-id/1c/19227c52247d85a561c86b6aee287fb7fc60c3 +usr/lib/.build-id/1c/673e755912468f7ec6b65b8e821a70852af609 +usr/lib/.build-id/1c/e502ea5885da82dfddab2217ef849ac2132b73 +usr/lib/.build-id/1d/27f4ce7169ac8bdb4e6e280e6b5dd9a7dd1b8d +usr/lib/.build-id/1d/7b43f2e60db6c1b226bd8eaba65239445a68a0 +usr/lib/.build-id/1e/8c919499ee13b6f837b4e9094e324a04a2941a +usr/lib/.build-id/1e/bd7a60bb061c8da0f20466e75e413d3223d775 +usr/lib/.build-id/1e/c2a5e0f10c60fddeb63f2948b7052e881436aa +usr/lib/.build-id/1f/19d589314996cf8da7ace4ed63729d03b590b2 +usr/lib/.build-id/1f/7152cd259e2082402f0469d9c195a7a3a64d21 +usr/lib/.build-id/21/4d501d982184885c0a2b1bd1608cc49dc80e66 +usr/lib/.build-id/21/7452ad5f1e94ec5c3ab241acd625b98b4631e6 +usr/lib/.build-id/22/b9864f184379217f0f44fac62032525d3cd197 +usr/lib/.build-id/23/124afcb13a3473ada9e630473bb515e9769598 +usr/lib/.build-id/24/bccd65d8a79bde2195317d93f63ce5704ef007 +usr/lib/.build-id/27/3416a3af7c2f15fb2bd318d5bf19f12d14f42e +usr/lib/.build-id/27/e751c348b820531337afa30f4199175ac03aeb +usr/lib/.build-id/27/f521a21633384da435194852e211d578255c36 +usr/lib/.build-id/28/40547b50293771a1f8408225c37984ea84f0d8 +usr/lib/.build-id/29/ea354feb218567ed9c481f389c0a6ba2269be3 +usr/lib/.build-id/2a/70b4c3835e3c7a3576216afcdc4b19790317c9 +usr/lib/.build-id/2a/70dd0b68a6aba00d9a7eca54fa50653fe3a5d9 +usr/lib/.build-id/2b/34c704385c9311897d424473ddf6df51a56a0e +usr/lib/.build-id/2b/39b903c0885e6d5d74a0c4366c46e4ecdc9ca2 +usr/lib/.build-id/2c/1db267f28cb249023af08ca5a27030eddc37f8 +usr/lib/.build-id/2c/21c5ce360b332381d3304764e0815b90c72304 +usr/lib/.build-id/2c/ee087a6df7b68a255c63ced0dd0c0788faab11 +usr/lib/.build-id/2e/97508aff262c7bcd1eb3a77955839728ca1e46 +usr/lib/.build-id/2e/e2376f2e2575e4c7db23692ef62cb38ce2b4c2 usr/lib/.build-id/2f/ac382f935f8a137c698004f7f4352f4c353ce7 -usr/lib/.build-id/70/db722ce3146da7b9c13b13a430f8bbba7e5042 -usr/lib/.build-id/70/6c240b397b5b8d17037553de57e0f1af7f7700 -usr/lib/.build-id/70/fe07337fc09a5728db070ab5c2ae24f5ede853 -usr/lib/.build-id/07/1c7b0e2ba1d2baa6b69f04386d2735ad14355f -usr/lib/.build-id/a5/a423930040261e797476b6acfb84c3f974d414 -usr/lib/.build-id/dd/21cb65060eb3e6c83ced75b431f4dd2c295cf8 -usr/lib/.build-id/dd/a1fe0640c0008babc7b609d92ac205d251df36 -usr/lib/.build-id/dd/4e95f3200675a3d8f3552f8f48475c466c6155 -usr/lib/.build-id/dd/8bb748be5e54a992dd6f4a5f8b86fbd24b6a99 -usr/lib/.build-id/93/5e62ada3d055f3f8b5607489a23bc2fa46fdec -usr/lib/.build-id/93/0c66398d0028a3448baa29f976bbd5d37900eb -usr/lib/.build-id/93/54aefd2593be7b35586b47a1f78536744317fd -usr/lib/.build-id/93/e35dc93e2041538c32addcd1abbd6c2c749133 -usr/lib/.build-id/2a/9c8933916e9d1d96c1d603d311687ffd52741b -usr/lib/.build-id/2a/2ca94328d50edeebeb86a7a4847a148e6905a0 -usr/lib/.build-id/2a/9628cc1acb7edfa702f7de538c8a0f3103ab81 -usr/lib/.build-id/5f/87b4fd3e51a03601aae3b294f3b4d2ed473934 -usr/lib/.build-id/99/5e010799c564cc76b579477e47ef6a9df77b72 -usr/lib/.build-id/99/526a840e1a91f63c2365842bab165bb3d772b9 -usr/lib/.build-id/00/8c49e4fa52d5c6b4421efe93a2e0a97b34953f -usr/lib/.build-id/77/d4074a0c96e9a675f928f5e80261797820a744 -usr/lib/.build-id/f5/48fac9852f35f367e7ff7362d503b41549d2d1 -usr/lib/.build-id/a2/fda5fb06c7e0a98c3fdfdbe30914fd187b0152 -usr/lib/.build-id/a2/a91cf5b3f87d73b510d639bdc02be12ec9c62c -usr/lib/.build-id/a2/ca02af093d32dbb2a2f9376e73b5f0638954e3 -usr/lib/.build-id/a2/aca59cab9932947e82dfbe3aff9d70f3e19ef6 -usr/lib/.build-id/b0/6a67c9bedfcd7ef64937748d21d402c31e18d3 -usr/lib/.build-id/b0/78022e227686601d031b9a846409cedc1ed34d -usr/lib/.build-id/45/5aac16d41900516506b59f36a1d9d6dc3d43a1 -usr/lib/.build-id/45/b266ea366cb646cc9f765b93929c12a8794c0e -usr/lib/.build-id/45/eaaf868bb9f5cc43c970270b05b91a201084af +usr/lib/.build-id/2f/f778a8d7e5ad58f57c5584a1c5bea3c81932e8 +usr/lib/.build-id/30/64e17094cf77a8f6e4570f9896c45c71927b5d +usr/lib/.build-id/31/414509974439cebe965d21a2e7699372e343f3 +usr/lib/.build-id/31/43e5d37834fa1244ca9022a9ef6f7e9d676ac2 +usr/lib/.build-id/32/747a056f4e4efb64bfd3f8672c161bf4c707ea usr/lib/.build-id/32/747a056f4e4efb64bfd3f8672c161bf4c707ea.1 usr/lib/.build-id/32/747a056f4e4efb64bfd3f8672c161bf4c707ea.2 -usr/lib/.build-id/32/747a056f4e4efb64bfd3f8672c161bf4c707ea usr/lib/.build-id/32/747a056f4e4efb64bfd3f8672c161bf4c707ea.3 -usr/lib/.build-id/13/36f318182548c0c7e0a523925a3485993a1aee -usr/lib/.build-id/19/61f692e311a49a82dace870268331fbe5eb27e -usr/lib/.build-id/19/cb749910fa9e1223b6e467522f26e740d45bea -usr/lib/.build-id/19/78a7dfecc1917d7e4a4c80880648127155ede8 -usr/lib/.build-id/80/e83e70b811841e0ca564da0ac4b8c1741847b6 -usr/lib/.build-id/80/7d369f56e7ddf9545e7bc76f7d586851de613a -usr/lib/.build-id/4e/c9179b6054ffe7f514e3a90303c38486b1189d -usr/lib/.build-id/4e/268119ce9619dfb1c95f84a30ea15fd2220610 -usr/lib/.build-id/9c/7f17a8911f1b0cf630e8f230c5cf4fb8e6248e -usr/lib/.build-id/56/3c2e1751fa8719ae931236360d0a9665993862 -usr/lib/.build-id/21/988e0bab90c8230789d4a123220973d246f0d8 -usr/lib/.build-id/21/f21aa0c4b6e934edc3e30434d4463521a76836 -usr/lib/.build-id/21/7e4da24e47315817309265764153d93675cd27 -usr/lib/.build-id/ab/171f860154f5d2f1099e8ecd9df6fc96111c56 -usr/lib/.build-id/fe/8d0901cc6da3dcd7c82dc78f5ec76029180951 -usr/lib/.build-id/c9/5392dbd979f1c676a8015d1f33d17e547efda6 -usr/lib/.build-id/c9/e05399d53928263e09ae21c50f2d7b16be0c1d -usr/lib/.build-id/11/351f731fefb7d05e17c32f88f7afa6e6afe1ac -usr/lib/.build-id/11/02e862ac30cb68902b90d572976458251c9ab5 +usr/lib/.build-id/32/ac334d98a0562b69c6f5d8804adb4a345358fa +usr/lib/.build-id/33/13eeeeb9e9ee4feb96456ff6650dea7cdb4a14 +usr/lib/.build-id/33/5c71bb58d78cbce232328f154e70d3435c9209 +usr/lib/.build-id/34/63af0614b4c9f70870d5b381e55bfa8cb9f883 +usr/lib/.build-id/34/d31542b2cdb87c9e0a2adaf5a089fe1bd7a57e +usr/lib/.build-id/35/0ab6be2a8363b38c419b44850b78bfd444800f +usr/lib/.build-id/35/1786247a3a18b0472b15f746f43779cc6080f4 +usr/lib/.build-id/35/a9124d3b62dddfe11545b164e3c41a1905c796 +usr/lib/.build-id/36/97f20eb750b7dd98aa65e606b279d035464bc8 +usr/lib/.build-id/38/2c142e81cedc9fe38732f7abb678b138999ba4 +usr/lib/.build-id/3b/aa2f316a950a0de75a6f0a8e4d6694a80130fa +usr/lib/.build-id/3b/aea3f0cab85809d71e862c1b2bf02adec065ce +usr/lib/.build-id/3c/32b4c8d138f95d97073cf4ecea207d7bc7b100 +usr/lib/.build-id/3c/ab931e7bb6c868059877b8bee99acc8afa3a18 +usr/lib/.build-id/3e/4939d19ef92f67c99a7e439f286624ebbefd9f +usr/lib/.build-id/3e/c130c040011eb3666d22f43d3f5b692fa96c28 +usr/lib/.build-id/3f/71f326f67ba7d7bce2d5b7d3b5a6d7364a8aa3 +usr/lib/.build-id/3f/bbb7486f2524c1451fea0a2ff68d518c0f8987 +usr/lib/.build-id/41/01660be93ed09467d5147a84ac0268395d5c63 +usr/lib/.build-id/41/01660be93ed09467d5147a84ac0268395d5c63.1 +usr/lib/.build-id/41/01660be93ed09467d5147a84ac0268395d5c63.2 +usr/lib/.build-id/41/01660be93ed09467d5147a84ac0268395d5c63.3 +usr/lib/.build-id/41/053a6d2d04742bec7d7d1f999c477dc9df0370 +usr/lib/.build-id/41/7d30bab64512d8897807ac13049ecf644c0cec +usr/lib/.build-id/41/8c6d9426eaa2732cbd96c790e2e97956c09e9e +usr/lib/.build-id/41/da172fcad8c82b69016217a8d860e46268acc7 +usr/lib/.build-id/42/67681cba1156a6de39de4b02fdc3f44e424b1c +usr/lib/.build-id/43/36f8b9eb39fb053898519839636d54f238df27 +usr/lib/.build-id/45/a3c2ffa00fafe2019ee5a48be405d71b2e0155 +usr/lib/.build-id/46/24bc9074d03d7eab9f71869b20fc8c61010cab +usr/lib/.build-id/46/3b3d8bed276197e9d36125d6cbdacd64cb5aa6 +usr/lib/.build-id/46/4ea91297e872636a174f68b0901ee47af7244e +usr/lib/.build-id/46/ceb3d85da7c066ac31c693dd57759907a234a9 +usr/lib/.build-id/47/1f533b1453332b4d40577b12691e336b11ea16 +usr/lib/.build-id/47/75a09a12603694b1dd620169af525c10d64a60 +usr/lib/.build-id/47/916887fa0e52bab4b14ea960b5f10125ded4cf +usr/lib/.build-id/47/99e99f0b01f3e5482cc5784a3558dd31cf3e2e +usr/lib/.build-id/48/2bcdf5d4204b723b2c57b582fffdf54c99c379 +usr/lib/.build-id/48/f7210a2b7a6fd15673a1c8abdbf032439a6b43 +usr/lib/.build-id/49/d42b2756ae2dfdb835020dbf6abe1ed852e328 +usr/lib/.build-id/4a/cce70b64d9caa416c6a48c1c33a78a3830c815 +usr/lib/.build-id/4b/ced9c7c37582597e7343d4e66374c5484a3659 +usr/lib/.build-id/4c/e610bafeb88c27e9a11fd0771308e5d49e8cfa +usr/lib/.build-id/4f/6ee0146d39d57eff9b918df38a1f00981b1dd6 +usr/lib/.build-id/4f/b38f408e233e5e001ea1da9edcafc46c5886c4 +usr/lib/.build-id/4f/cfb61a346219c3a01fbd4b260670a79118ac79 +usr/lib/.build-id/50/5d30bd25bf0728f79fbd0d5ce5ce5a3aa15f9a +usr/lib/.build-id/50/9d12812b1d9d5b8607c3a67100c22baf886d0d +usr/lib/.build-id/51/b08c195320b24eb666c9cb0ff02103341ff4de +usr/lib/.build-id/53/b2aba40bfdbabbc78e553918ebcaf2b527864f +usr/lib/.build-id/53/f2be8d44499f8d481181ade95d9ccd1347a6b0 +usr/lib/.build-id/56/7325763c1bc34acbdbf6753560230580999154 +usr/lib/.build-id/57/92deae190ad9dd8ce653d975eed7a4a902d8c0 +usr/lib/.build-id/58/812bf2faadef019faa6adbecaa65397f468240 +usr/lib/.build-id/59/872f43be9f38166a0f47d96aea016cab048351 +usr/lib/.build-id/5a/07e13ce76c4a58b6e36833b2c1a8e38a1793ce +usr/lib/.build-id/5a/1c585343dc90c604aa019918367da132fc6f8d +usr/lib/.build-id/5a/3e89565e8d6715b7311c377d140e1059b755e8 +usr/lib/.build-id/5a/5dd17e4bd2e52471f3de5a8c2f44462bb4b987 +usr/lib/.build-id/5c/bae2b689656dd0b63e1dd6000bedfc1002a64d +usr/lib/.build-id/5d/b91b2a54c56348eb3c53016003fd4eb0e9dd4b +usr/lib/.build-id/5f/70e609764522a774c19ca08facadba1108b242 +usr/lib/.build-id/61/555cc285f6fa044d229d9010d64f35ab09262a +usr/lib/.build-id/62/90bed5ee48b8e82dfce4680b636f96a1d4e2b7 +usr/lib/.build-id/62/a225b8996813e373efbc664e7ba98745f9e249 +usr/lib/.build-id/63/4230e98b4a30e471708f77b072ef3adb19c04e +usr/lib/.build-id/63/48faa7d1b1b21beeaaa05cf62d2bbee6b3a1a7 +usr/lib/.build-id/64/adcfaf67952bd02642c3f3684b3dbb44ed013e +usr/lib/.build-id/65/124f7ea804a19f88b7abd135eb2c93f6006ec3 usr/lib/.build-id/66/873ec9dc07d97c1a99785e653c1e719832bfc5 -usr/lib/.build-id/66/07ea25e69baa322ea197804b5a0ab4f6b5187a -usr/lib/.build-id/ee/e5a3e8a655e0069cc52ce53799048270101898 -usr/lib/.build-id/bb/4ead92c09db3731bcc812f22099f345d553bb1 -usr/lib/.build-id/d6/ac437481f204f91387b1c0b5f2b6c3131b26a6 -usr/lib/.build-id/d6/985b9bd650e133e131501b13b7621b13473bf4 -usr/lib/.build-id/29/0462b7b688457fec1dc2aa4d8c9d11e5857f36 -usr/lib/.build-id/7e/bb9b23978a24093d34d46439307077edb67255 -usr/lib/.build-id/7e/73d1fb4eff6937a7feeae5389cc9d608f2c752 -usr/lib/.build-id/7e/03d0856b57db60141dea5b365f9d67aaac6243 -usr/lib/.build-id/0b/6dd4ba8926cabf9e6dc40e3d2f308aa389fc23 -usr/lib/.build-id/0b/6caa55236ff52697857e10e05fd0a64932f99d -usr/lib/.build-id/df/fff64619655c41c1615436f84be55ff0490cf8 -usr/lib/.build-id/df/1a3c5ee90bf8c9a165b6741e048369985e119b -usr/lib/.build-id/df/143709d146a3bb09aa8b091cb7fcf00b8b0312 -usr/lib/.build-id/df/17c1e2b714b5a879304e1265bb7291cb49071c -usr/lib/.build-id/ca/d1b0700f5a0c869259769949d37fab81a8a811 -usr/lib/.build-id/ca/52d13c4250dc958b758fa800e3880e17a003e9 -usr/lib/.build-id/ca/4f9ab74faaadb0afcfe0124aa079f8673a9543 -usr/lib/.build-id/2c/82ae52aa4e58640e02e715d7fe562efd237da5 -usr/lib/.build-id/2c/29089086867ce7db1fa41430b530b50d47b2e5 -usr/lib/.build-id/5d/c84bd20bc8066166ca650033a8d7ea84fb753a -usr/lib/.build-id/91/41bb99046b0a86c453589541b1e53d5e0a9812 -usr/lib/.build-id/08/a3257453f24caa1385d01e55529dd9d37bde97 -usr/lib/.build-id/02/d94b6a6919658b8272b39b7983097171b6a411 -usr/lib/.build-id/02/ec43c4270173dfaaa729bfb411c39f6c05e689 -usr/lib/.build-id/75/cf85bcf85e11ffe1d570ae23d6cabe75ddd31c -usr/lib/.build-id/f7/4da02afa108ca2fed4f73c30482fa5e4666de5 -usr/lib/.build-id/f7/6814dd76420c0abf87f12d0d45efb6fb563087 +usr/lib/.build-id/67/0b4b4e4b774e898f90f953c8f2facef616a293 +usr/lib/.build-id/67/21eec640d00cbaa90bfb4797fcad6e0c456af2 +usr/lib/.build-id/67/21eec640d00cbaa90bfb4797fcad6e0c456af2.1 +usr/lib/.build-id/67/21eec640d00cbaa90bfb4797fcad6e0c456af2.2 +usr/lib/.build-id/67/21eec640d00cbaa90bfb4797fcad6e0c456af2.3 +usr/lib/.build-id/67/879008fb6bd24f08f920f538efadd7603ec5b3 +usr/lib/.build-id/69/e6517be863c8d34715771bbe79548c65317756 +usr/lib/.build-id/6b/3d4878cb8e2b0948e7f73272f603a892b353a1 +usr/lib/.build-id/6d/2e76c3173a8695877caf2e6b0c04d89d384df6 +usr/lib/.build-id/6e/978abbbfff7458fa2bf2251f5bb8bbef6f7530 usr/lib/.build-id/6f/e87921e4affa6cc46c62451a5efa7ca90d3498 -usr/lib/.build-id/1a/4b74c00d9951cd46d7e8136d8b2ce98ef36e14 -usr/lib/.build-id/b8/35a11953a75d06b5778201efdb3f05f9d58d3a -usr/lib/.build-id/b2/f2ec797ed1487053070b0aebeeee414ba2330d -usr/lib/.build-id/e5/9413e2161fd5cb3f7839d711cc3f4e1002499c -usr/lib/.build-id/e5/1545990a70477e0f788421789298cb082cae05 -usr/lib/.build-id/47/916887fa0e52bab4b14ea960b5f10125ded4cf -usr/lib/.build-id/30/64e17094cf77a8f6e4570f9896c45c71927b5d -usr/lib/.build-id/8b/cd598a33e05e44abda90d775828622c1304c38 +usr/lib/.build-id/70/98aad6ea26b37ecdf3983789980284da155680 +usr/lib/.build-id/74/9cdddd0a80a8dac20ea44918aa7363d13118da +usr/lib/.build-id/75/857064fd182628f8e6ddd98cb01f112c5329d3 +usr/lib/.build-id/75/cf85bcf85e11ffe1d570ae23d6cabe75ddd31c +usr/lib/.build-id/76/28f3889ba60f9d297631806d4e8c72947af1ad +usr/lib/.build-id/77/b00f081dcd548ae4aebdac3f0237994ceb7023 +usr/lib/.build-id/78/4e133f4efb8993bc56ddf3bd894a5ccc810c7e +usr/lib/.build-id/78/796927e4ff0033cdd0c66c19a7ec4cdf2171b7 +usr/lib/.build-id/78/ca9a7996903f1f3ae5bee470abcb36b776fd2b +usr/lib/.build-id/79/2a68e4ce0c9673f8942ca7a8f4192a366a0db9 +usr/lib/.build-id/79/733712bf173a0c1d40ec8df7da13c0cdab5557 +usr/lib/.build-id/7a/f2cb3b7ddc1c6c6f96bfeda8dc6d5cee8f6456 +usr/lib/.build-id/7b/d444e7f789c250625dc8f8b312ae37978b2a27 +usr/lib/.build-id/7c/eb73fa8e07afa864b3ce8567513add1f81d4a6 +usr/lib/.build-id/7e/a7069c85b6a9eccc8f7ce303dcc17f05173260 +usr/lib/.build-id/7e/b43ad0c0a9c37813baadd51680dacdcc0a2166 +usr/lib/.build-id/7e/fece4b45ff135c7d590c8ea05271c504ecfc65 +usr/lib/.build-id/7f/70b1b20e3837ec7b8e631cd801de87a0791e1d +usr/lib/.build-id/7f/7ce9ae761776d514cc180db994b24e0be08bb1 +usr/lib/.build-id/7f/b9ceb02b93358fa227e543053af25e05a97d9e +usr/lib/.build-id/80/3f3e904445cc5beb0bcb76e029d65a4da6b8b9 +usr/lib/.build-id/80/40e9c3d52f5ee7e16f1544d3ea4f64f90b1a52 +usr/lib/.build-id/81/b52e020409c7e46958ed2357b668d8800f974c +usr/lib/.build-id/81/d0688bccdb56e4a7384f540ed63b6e3619bc94 +usr/lib/.build-id/83/cc91e6148b03ab988aba7a95968df5d26e61fb +usr/lib/.build-id/84/00863d0e3867147e7ebc76ab1399a19fe5c3ce +usr/lib/.build-id/85/719f365dd81205a5e43cfa153c53959537e0e1 +usr/lib/.build-id/85/929f5e2e360b436f603904fbbcaef23d419ee3 +usr/lib/.build-id/87/c01a6aefa09aa72889f724e3f455fb5bc5a3fe +usr/lib/.build-id/87/d393e8c011e20d504dd3083be6ed63afb18cd2 +usr/lib/.build-id/88/1ce654b2fb61d63b3a9faa4de789095b735f0a +usr/lib/.build-id/8a/2b357bfd269c7f585f7c3d1b92a9760dbb5e32 +usr/lib/.build-id/8a/42798b1e7e3bcfee668a4ff274a3d5745bce3d +usr/lib/.build-id/8a/8af90f268f7f29a142078468855948633d8a67 +usr/lib/.build-id/8b/01ae6fbb2f653a016c1f86d5fba874dd53e97c +usr/lib/.build-id/8b/05243fff1b1ed9bf4a99e04d091572fb205a4c usr/lib/.build-id/8b/c73745a27220272ea09b8de846630d5361cd26 -usr/lib/.build-id/8b/403e195ef7e263a2f7384935c2f22c79f0a7b0 -usr/lib/.build-id/1f/923d1f19fb333a77cc942eed0ada938d664892 -usr/lib/.build-id/1f/19d589314996cf8da7ace4ed63729d03b590b2 -usr/lib/.build-id/1f/7f941d95b8d779b13a03191b29a9578953e7df -usr/lib/.build-id/6a/dc5b1b82c5be56de0aac3511443b18e3fe5348 -usr/lib/.build-id/6a/8004034164c5b0cdcfa1c5ab34572024003efc -usr/lib/.build-id/6a/84ed5237ed11909f2945959694a3dc5e48bd63 -usr/lib/.build-id/6a/6ecd66d5de1bd0e12ad2a601f94ee2da3b339e -usr/lib/.build-id/e8/274ccfc769414c9492e98163ee07d3ded2cddc -usr/lib/.build-id/37/0c1091048299d3300fd5ff2b1375af8c8af83d -usr/lib/.build-id/cf/001df3793a960491ca0d64a76ecf89d3b0f8cb -usr/lib/.build-id/da/4145ec9cd6ba78724a5eddefa8fb40b92d8e35 -usr/lib/.build-id/da/bde2d6d1a9293fc7cc9509d4abef8983a01cbd -usr/lib/.build-id/5c/d5fe0c9a572e2c5412d3fc8b5bae7693797de7 -usr/lib/.build-id/5c/74186456a48cfeb6ee264082f2a9053cae0e8b -usr/lib/.build-id/2d/1ef772fde42814f889475b058e1c634163ea97 -usr/lib/.build-id/2d/e0533fdd2e72ff1495f59726b73d4cb145f2c1 -usr/lib/.build-id/78/8ebfd9c901c5a43670ad305661d2859df9803f -usr/lib/.build-id/78/05286f984e5f23e0d7b566347a2817df6a4291 -usr/lib/.build-id/96/6ea325fb6dabb0a7117ec8f47c02f4b1306c9c +usr/lib/.build-id/8b/cd598a33e05e44abda90d775828622c1304c38 +usr/lib/.build-id/8c/6a2860073f2c1732777b642e1024995615b6ea +usr/lib/.build-id/8c/968e5227668ad4224a93a8372f4be0f84e887e +usr/lib/.build-id/8c/b89858abd10db8188be3225068dfdb56d73e45 +usr/lib/.build-id/8e/a0dae7c0f0bfd15847b81407179acbe98a07f0 +usr/lib/.build-id/8f/197c2693a3ca1913042933308daf475e689231 +usr/lib/.build-id/8f/83ffbfc86fea6b596ed7e4c167547e4abf99ed +usr/lib/.build-id/90/240ab6b0c631a84f5e91fae7a36bd584864287 +usr/lib/.build-id/92/3846e434b797490185827a948446a1e4298a6e +usr/lib/.build-id/92/3ddd3c9d8e4655b0372430448104bff3be5236 +usr/lib/.build-id/92/4aff50a5b2b78090c88022dcbaafa7688ae0f0 +usr/lib/.build-id/92/568e45aa3a0863b4f0061ce9b6df1a30eba532 +usr/lib/.build-id/93/17230f60df2ec1216b95b9b24392c12cfa3fe4 +usr/lib/.build-id/94/04a135442b47586b2dbe6ce08f726e098fccc7 +usr/lib/.build-id/94/75efdd6f4e0365320a5553e06e7d04aedfe46c usr/lib/.build-id/96/39fee3f5dade41b816660fb49552246e723bc3 -usr/lib/.build-id/96/a46466acdbb5bdc1ec5a1492523aa45e7a7534 -usr/lib/.build-id/05/c26bf66b8bc06039e0bf14b97076b98b0d6cf3 -usr/lib/.build-id/05/7a7d6ca57e187839d8cecf6cb3ee3d399cecd6 -usr/lib/.build-id/05/3a7abd75a35f18a99af13783ca463e9f6a5ac0 -usr/lib/.build-id/05/23a385c1cc29e8666e6b76d72c1e65faedeff9 -usr/lib/.build-id/a7/7b8fac45c3484cdc6689b616f10af7fc7f8d00 -usr/lib/.build-id/a7/9e0b910b76c5ef9f113312b9de861e8bc336b8 -usr/lib/.build-id/24/e687b54e51454ad48e2c854450ea3790f00b1d -usr/lib/.build-id/24/bccd65d8a79bde2195317d93f63ce5704ef007 -usr/lib/.build-id/24/ce3c46eb9e50eb4f2d8fc26a211b51835f79c1 -usr/lib/.build-id/24/a7c0c27c0942f088ef2947e021bd50de8db2ee -usr/lib/.build-id/53/474e6af6ef07d5d319e4c177051070beae5b91 -usr/lib/.build-id/9f/156ddcc0985fb9015cdde479be8d51bb3bd6fa +usr/lib/.build-id/97/e1130180b31224abb6edd5c352f74db1222cee +usr/lib/.build-id/98/13c3053264cae2e3cf57e3bed3ebace4768563 +usr/lib/.build-id/99/136b0135aea13eaa2686e2d0f15f67023d5729 +usr/lib/.build-id/99/5e010799c564cc76b579477e47ef6a9df77b72 +usr/lib/.build-id/99/badfe9e60045e168e8a5f55b6fb5a2f0f36a1f +usr/lib/.build-id/99/e8169b7ba36dd6a7431ac1099f1d7d4536bcd5 +usr/lib/.build-id/9b/9e1b838b35c90ea863a317fe996a09a1997c89 +usr/lib/.build-id/9b/f2ae80033953784c803dad2bbfe3a44f788e31 +usr/lib/.build-id/9d/280b820a7a9894ff9651a4c12cb112528d9e27 +usr/lib/.build-id/9e/34dca6d0680e869d9e3999d079a65f08a5161a usr/lib/.build-id/9f/092c70ddd3cb3657b7600616d986774cc6e869 -usr/lib/.build-id/9f/a8f7cb81aea3c27161596861a4a1681baa0c24 -usr/lib/.build-id/9f/19d7cfd5b652399a42ba4b4afc544eff1ed3dd -usr/lib/.build-id/d1/c7147cec90ee4d42fbbf5b0887d660203d962e -usr/lib/.build-id/0e/316d97e94a6db78db9eb7307fd42be3dd4a146 -usr/lib/.build-id/0e/c4ca5757665aa578c546a7c1dc0645a1088c4d -usr/lib/.build-id/61/11cfd9f6af060308ddf7fee507044a19b05125 -usr/lib/.build-id/16/e32f31b1003250856db043211675d12d68da03 -usr/lib/.build-id/85/3b8931e901070d09e1afb67c19ae3fcc65b7a8 -usr/lib/.build-id/be/69cceb3da1044848a10fc9a1b4408a14a1b809 -usr/lib/.build-id/be/dfb3f72c4182e565f7a0605d9fb7588d8b9817 -usr/lib/.build-id/be/dfc9d91b1d74995c8e19478125379bd2cadc76 -usr/lib/.build-id/eb/8607c5f94bd46daeecf053cf258f17e99de04a -usr/lib/.build-id/eb/94b56bd6f0c9105bd23a18f04b7fc323278a53 -usr/lib/.build-id/ba/9e49d78aea69a3ad5d535f22e350b00ab91541 -usr/lib/.build-id/ba/7c68d0322215e0e5d0133263a2eaca763c72e6 -usr/lib/.build-id/ba/a22819032d92f1f63ad06946cf62bbb9fd2acc -usr/lib/.build-id/ef/b5632cead05a7106a883225ed5ade31d564133 -usr/lib/.build-id/18/f688845bcbbb3849152c2447c1f30e9b4abe00 -usr/lib/.build-id/81/ef51a20c445097e71debce94e200eed0eb14e9 -usr/lib/.build-id/81/0d6ec7edb5c8de0fd560803389dc4d63e5fb01 -usr/lib/.build-id/4d/75a9eb0123698318358de4afdd76067bfaa3ee -usr/lib/.build-id/4d/01d8a8a29fa61309511f109696cccb5dd696bc -usr/lib/.build-id/3c/22423f408a1c95607168f30d3f3ee7013c55bb -usr/lib/.build-id/65/68611f12d0c8e7f3763045c7976356d4c5e5d0 -usr/lib/.build-id/12/2a5bd09c03d696cd8d76b9b3a167a6fce7ca52 -usr/lib/.build-id/7f/a15fed627e1dd853f1339aa41b78dbf6717b7c -usr/lib/.build-id/fd/9fa6cff82c006b6c588386983e1bb5c8b30857 -usr/lib/.build-id/ac/b627d034eb889102cc553cc61c49cd7e268adb -usr/lib/.build-id/ac/c0f4ac99b408e50ffb62cf78b449a9866ed0a6 +usr/lib/.build-id/9f/156ddcc0985fb9015cdde479be8d51bb3bd6fa +usr/lib/.build-id/9f/bc285cbdf87ec1bdad67d16ada5342419ff88d +usr/lib/.build-id/a0/ec28b8b68f88ba919b392551b3b1085c79b4ae +usr/lib/.build-id/a1/1939a9ce91a10f646eeac1c97f445ff99593ef +usr/lib/.build-id/a1/4c03278c9f3444954c77012ce45e55d4e59edf +usr/lib/.build-id/a2/a91cf5b3f87d73b510d639bdc02be12ec9c62c +usr/lib/.build-id/a2/aca59cab9932947e82dfbe3aff9d70f3e19ef6 +usr/lib/.build-id/a3/52c54b8a26e2eab606ce013f0be43f48f79899 +usr/lib/.build-id/a3/67a7f7e3465986299f99964a5f20e4b7c7030c +usr/lib/.build-id/a3/c8baabb0ec84a78b1318c7b199e29c6e2a563a +usr/lib/.build-id/a4/9f5c27a2dcc585826275c240f35f186447b216 +usr/lib/.build-id/a5/4b396fc6b4cf4aef40b333bf834b044a91ef34 +usr/lib/.build-id/a5/d95e1db2df52d29aab66f48a9da682010bf5d6 +usr/lib/.build-id/a7/75f1e5adf16bb15e97d71df001f5ba23123081 +usr/lib/.build-id/a7/87ab9bc430d8e3e284a352307b8906fa1d5e50 +usr/lib/.build-id/aa/bfb9a5fdecf066f695c823c23ff825e5b1aaa1 +usr/lib/.build-id/ab/171f860154f5d2f1099e8ecd9df6fc96111c56 usr/lib/.build-id/ac/5abbb4e34c23ced45fbb704b32f4b153645422 -usr/lib/.build-id/ac/52537b844cd6510fd48e2206f6f673304583b0 -usr/lib/.build-id/c8/efd63640906a09d597d704554444c0ab758e98 -usr/lib/.build-id/c8/be8f827442d2e527655e897dd070fcaeb7b28c -usr/lib/.build-id/c8/c19a61fa8dc00526c17e1ec56f2a7a5a217ee1 -usr/lib/.build-id/c2/d1c3da498969c0b3c7f3f5f89b7bced5732510 -usr/lib/.build-id/c2/d1c3da498969c0b3c7f3f5f89b7bced5732510.2 -usr/lib/.build-id/c2/d1c3da498969c0b3c7f3f5f89b7bced5732510.1 -usr/lib/.build-id/c2/d1c3da498969c0b3c7f3f5f89b7bced5732510.3 +usr/lib/.build-id/ac/d231822f71c325d2d083c6f0f4193ed3ef2b4b +usr/lib/.build-id/ae/be314beb979a8bb619db790cf50db4dff1f15d +usr/lib/.build-id/b0/6a67c9bedfcd7ef64937748d21d402c31e18d3 +usr/lib/.build-id/b0/78022e227686601d031b9a846409cedc1ed34d +usr/lib/.build-id/b0/b12c47ed01e445f0e4f534edf738a76f25df1e +usr/lib/.build-id/b1/45f503b2fce621bb5f6df874d18d71244c1cf6 +usr/lib/.build-id/b2/05198e94889dcb93415bb03b2ad3a695856934 +usr/lib/.build-id/b2/86935b39c09b86a4d7a3b3aaa6303d4a5180bf +usr/lib/.build-id/b2/f2ec797ed1487053070b0aebeeee414ba2330d +usr/lib/.build-id/b3/52fe2e657c492d5024f0a08d8d9532cd660412 +usr/lib/.build-id/b4/4821a12b3ff867fef52f0d58f8950e9b026be3 +usr/lib/.build-id/b4/50567fcbce9e4d50c01f3b45c29f56acc56228 +usr/lib/.build-id/b6/2ea3532d14825713d1bbdcf9c9c93d06c6ff12 +usr/lib/.build-id/b6/97d44edc30bb0134e19c3f0a194c193f3eff38 +usr/lib/.build-id/b6/9aa0a84eaaec29a03754688ec0b3f5e97f219e +usr/lib/.build-id/b6/ca302bdcba646afa138ee64b47cf655c29ac01 +usr/lib/.build-id/b7/ba2187c015c879a572f12e1289a7096c92e2a5 +usr/lib/.build-id/b8/1ce72a8fbd8fda737bec70c069d906930d8746 +usr/lib/.build-id/b8/35a11953a75d06b5778201efdb3f05f9d58d3a +usr/lib/.build-id/b8/c1fb97caca36225cf3d0bf9c55ee39f5c1678e +usr/lib/.build-id/b9/3e1f585386ae3f8d55c49dea92f6bd85623d1f +usr/lib/.build-id/b9/9f3960d9cc205a397f3045eb2eaf95a34fd835 +usr/lib/.build-id/ba/0e1989fd2b1a9fc3f53d0240e980eca608c631 +usr/lib/.build-id/ba/4b6676f145f489c757b49db283d04cfcbd20b4 +usr/lib/.build-id/ba/7b6d4e5bc9babf41ecdf569e64201611ea9dc6 +usr/lib/.build-id/ba/a22819032d92f1f63ad06946cf62bbb9fd2acc +usr/lib/.build-id/bb/0b5764b80a235d29a0dcb5fd0429d7caf24064 +usr/lib/.build-id/bb/4ead92c09db3731bcc812f22099f345d553bb1 +usr/lib/.build-id/bb/be0e5dee082762e77bbae9133599fd82d1798d +usr/lib/.build-id/bc/36d47aa4f027a1b767c0c2c6ee0ff5eb3ab3c2 +usr/lib/.build-id/bc/9788e1a74f3b943bcb4e56f29cd27081f45c9c +usr/lib/.build-id/bc/ef23bb1b2db2f32674eede07f5f598600cf7b2 +usr/lib/.build-id/bd/dc065a42841a1c70b262de6d022d677089770b +usr/lib/.build-id/be/ab4f34ca1333bb518a7acc1203b899d486afbd +usr/lib/.build-id/be/dfc9d91b1d74995c8e19478125379bd2cadc76 +usr/lib/.build-id/c0/1e07b8d0ffb5e59afb553c3c8c698a9ff2603b +usr/lib/.build-id/c0/50887af3ee0ba66b4694f5bcb87d28dce8fb1f +usr/lib/.build-id/c0/dcbe6b1d12a467424afbba802e86532002f6a5 +usr/lib/.build-id/c1/42d0d13b1a1b868752de2fbbc130ac6a045816 +usr/lib/.build-id/c1/6aa0e9b8df8f7866907dce37d3c414606b573f +usr/lib/.build-id/c1/7db0b2a175402e80a8c5bb9718f9461499a612 usr/lib/.build-id/c2/1f06bd4e3d8c366ce2e89e1dba6e56bc86db1e -usr/lib/.build-id/c2/bb4fb865207e836c1e8a2325b0d28fb18d9a09 -usr/lib/.build-id/9b/6580d8576a8e32dd471324cc5276e52e5bc027 -usr/lib/.build-id/9b/2a0062d71484c031ab8f4f7d3135155b18bea6 -usr/lib/.build-id/20/96c627a4166414b0fe6cc79a4a717eb6dc5df8 -usr/lib/.build-id/a3/67a7f7e3465986299f99964a5f20e4b7c7030c -usr/lib/.build-id/a3/bacbbd6f476a4abcfe9c9bfebc1d84ccaca549 -usr/lib/.build-id/a3/bc017efc82187d2d9bff692cb8c2db99885975 -usr/lib/.build-id/f4/18f4538d624f01f43fef5c5d5949234a216dbc -usr/lib/.build-id/98/faf075c5dbe600dea584ea429661470731d8d2 -usr/lib/.build-id/98/13c3053264cae2e3cf57e3bed3ebace4768563 -usr/lib/.build-id/76/54097f5870607a9dfccad66ccd49b801f79b0e -usr/lib/.build-id/76/78e977f47efa87af9faa32e37e70f970187e91 -usr/lib/.build-id/01/91bc3ac57dcbba7cc1fa2a1063a6a59882f110 -usr/lib/.build-id/01/e35038379ac23b6c8b5bf81b41c3a256bd0ee1 -usr/lib/.build-id/92/a68172b62e513e9b0e0ba3c1f0a32789c791d9 -usr/lib/.build-id/92/7151d40e05d393c625e31936739b084d00a04d -usr/lib/.build-id/92/4aff50a5b2b78090c88022dcbaafa7688ae0f0 +usr/lib/.build-id/c3/8aa3c1bde579ae9d6ea4cb491140d0a4f51f4a +usr/lib/.build-id/c4/1f3b2beb780739c951eec38a32daa93c42d182 +usr/lib/.build-id/c4/6880d64992d8664f227e13e7faaf205a03fb56 +usr/lib/.build-id/c5/a250536cbcd57d2686a33fbf02b279e6e639b9 +usr/lib/.build-id/c6/3841e8d1860dc9f523da6526b65da0408ac7c2 +usr/lib/.build-id/c7/a4e5c0bd77f56912c549ecb1c381c3debcc92a +usr/lib/.build-id/c8/53eca560eb208100c6fac6a36a7e07e49942d4 +usr/lib/.build-id/c8/be8f827442d2e527655e897dd070fcaeb7b28c +usr/lib/.build-id/c8/efd63640906a09d597d704554444c0ab758e98 +usr/lib/.build-id/c9/5392dbd979f1c676a8015d1f33d17e547efda6 +usr/lib/.build-id/ca/36ea24bfe24e2c51132d5b989ff9a609d662ba +usr/lib/.build-id/ca/4f9ab74faaadb0afcfe0124aa079f8673a9543 +usr/lib/.build-id/cb/ab08e797ffa02330eef64a9449f16774b8938d usr/lib/.build-id/cb/e0410585309c22cb0b459d87d5545bf839cb14 +usr/lib/.build-id/cc/df732ac325c6a05324d40e1e0287c4de050a44 +usr/lib/.build-id/cd/0f7f0f64dced101ae808a0d78fea9bf3dbe2a4 +usr/lib/.build-id/cd/c25854eb76748ba3104b699b711be32f63462a +usr/lib/.build-id/ce/4970a5a73f69e31e81117f6d4e2fb36f45cd6c +usr/lib/.build-id/ce/9bca1db1e6602e41c46c959253b16528a8d244 +usr/lib/.build-id/cf/6612a14394364cd91733d8267522862733536c +usr/lib/.build-id/d0/c37692aeb9087d2944f496ad70c399c7e02cb3 +usr/lib/.build-id/d1/0b1638703b8da26db2506a8b0230219848822f +usr/lib/.build-id/d1/8de439d4c56f86f1df779cd9bc461eaafaac57 +usr/lib/.build-id/d1/c7147cec90ee4d42fbbf5b0887d660203d962e +usr/lib/.build-id/d2/0d6b496087dc5994fc08cf642788be1693cc08 +usr/lib/.build-id/d2/1687457d9bc8f5f2fb0258e2cc359581e45329 +usr/lib/.build-id/d4/e0dd632959b064d31589080124a304156407f8 +usr/lib/.build-id/d6/2f178c8100ba148efa8b3944b3420b742650c8 +usr/lib/.build-id/d6/3dc0289ef3ed55f6303103a2efd7b735d906fd +usr/lib/.build-id/d7/16ff2479e74a7960cf12c75c048255777ebfea +usr/lib/.build-id/d7/2f58464c84ca6927ba1fcde2ed190ba1a0a7c4 +usr/lib/.build-id/d7/c3984b4b461270a1972d3601aa27d6fa08c11e +usr/lib/.build-id/d7/c3984b4b461270a1972d3601aa27d6fa08c11e.1 +usr/lib/.build-id/d7/e5ff67c31c812a6f3b7d33cd1d0ce17fe520b2 +usr/lib/.build-id/d8/81c63255bacb366eed127673bc4e0ae596f05e +usr/lib/.build-id/d8/dea2c1b851b2d07f44cd5bf3deacd0f3df6643 +usr/lib/.build-id/d8/fbd944d8f23f4e0f02bc833aa7e369bd1ae8d6 +usr/lib/.build-id/d9/5159f2d8164bf4a722b0d93b14cbe6cb44df50 +usr/lib/.build-id/d9/ad1c2c48bb6b69eec6c07dd9e772be408be17a +usr/lib/.build-id/d9/f88ecfafac71e57f7d3c717a68dab5d2cdd76a +usr/lib/.build-id/da/4145ec9cd6ba78724a5eddefa8fb40b92d8e35 +usr/lib/.build-id/da/f5ed23ee84a5eaed42688941e72e4dd80b28c5 +usr/lib/.build-id/db/14f5ebfab3b8ccc904710687df2ebb2d268199 +usr/lib/.build-id/db/c74f6ad7c9d54f4feb294109d2225c318186bf +usr/lib/.build-id/dd/c468e43accac127ee15175953000ae10405454 +usr/lib/.build-id/dd/ce873a712e52481282e717597f676a2b3ca7d0 usr/lib/.build-id/de/51b788f5accce1218596db86c3e996a6410d29 usr/lib/.build-id/de/d808d43836f23c3e6c975c4978776f5a7de1d4 -usr/lib/.build-id/8a/2b357bfd269c7f585f7c3d1b92a9760dbb5e32 -usr/lib/.build-id/33/13eeeeb9e9ee4feb96456ff6650dea7cdb4a14 +usr/lib/.build-id/df/1a3c5ee90bf8c9a165b6741e048369985e119b +usr/lib/.build-id/e2/6c40ec3ffb8c68c6884ef24553ec0ccd2767c5 +usr/lib/.build-id/e2/ae2fd3245dd49e9708c349d1ab2574b912c890 +usr/lib/.build-id/e3/34b6463967aa5c62663a0ed0499d973fcd0e19 +usr/lib/.build-id/e4/1da92f519d488732152c0ccaff8d40ac1d85d0 +usr/lib/.build-id/e4/1da92f519d488732152c0ccaff8d40ac1d85d0.1 +usr/lib/.build-id/e5/1545990a70477e0f788421789298cb082cae05 usr/lib/.build-id/e6/c8b4a33186e3bef9109140f3933cea85160e49 -usr/lib/.build-id/b1/45f503b2fce621bb5f6df874d18d71244c1cf6 -usr/lib/.build-id/b1/3dd72d4ae547de2d39563922392cd3b6e5077d -usr/lib/.build-id/1b/42fa71a5299d33ebead63172ae39ba7f47ac54 -usr/lib/.build-id/8f/6c0343158f9acc433bc25de5b5b48a9edcfc33 -usr/lib/.build-id/8f/3f9e6ef1db94f3cb61e08f9b7ad5ff3ec0d818 -usr/lib/.build-id/8f/83ffbfc86fea6b596ed7e4c167547e4abf99ed -usr/lib/.build-id/43/36f8b9eb39fb053898519839636d54f238df27 -usr/lib/.build-id/b6/97d44edc30bb0134e19c3f0a194c193f3eff38 -usr/lib/.build-id/b6/99a8d0ff9921781d6cf58d1a50afb666da13e0 -usr/lib/.build-id/b6/0fccc85ff464a1c5ec4705daf38fa2b4acf907 -usr/lib/.build-id/b6/367666c74a86ec1375650d15da1c5f004ce149 -usr/lib/.build-id/b6/2ea3532d14825713d1bbdcf9c9c93d06c6ff12 -usr/lib/.build-id/e1/21baf25ba6d4bbbab41de8ca445edfa6cee1f6 -usr/lib/.build-id/e1/8646a8e443934ec49cfe1ff24abc0ce41688ae -usr/lib/.build-id/e1/a03a4a8499e3428a9b6d5ea433f378dab5bc1b -usr/lib/.build-id/1e/bd7a60bb061c8da0f20466e75e413d3223d775 -usr/lib/.build-id/1e/ea5b1cc32bd18824796c3dfaa47e1d399a2035 -usr/lib/.build-id/49/d1c39a65c9857ebcdecedfa61791e6126bdf1d -usr/lib/.build-id/a4/e6812fcfadf6ab895427c9bd02685a137f2bde -usr/lib/.build-id/71/92f44dfc5339072ae8e4f00118a87d418af878 -usr/lib/.build-id/95/196c7adb4793a78ad3652b7c215ef93a7b25e9 -usr/lib/.build-id/f9/5843e8adb97cf311bd7c83cb704fa0fb7bb789 -usr/lib/.build-id/db/583f88f0f4f4c47f281bc6ec48e0f308406586 -usr/lib/.build-id/db/c74f6ad7c9d54f4feb294109d2225c318186bf -usr/lib/.build-id/ce/68dd352de93eb4560239e21ec0bd3fb9596714 -usr/lib/.build-id/ce/57dbdacd560d3df6707b5bb2464b2382408fae -usr/lib/.build-id/ce/16497a3602a83853b5b5eefb087a1d2e67dd33 -usr/lib/.build-id/ce/7de806f2138df8bc48c53165e98681678e4263 -usr/lib/.build-id/ce/3495242eb1f1253458e12bd1e83ad3716a4e8f -usr/lib/.build-id/7a/2c781bcd3902df0d0cc76ae158525cb199ac4d -usr/lib/.build-id/7a/f2cb3b7ddc1c6c6f96bfeda8dc6d5cee8f6456 -usr/lib/.build-id/0f/735384fa1d8b8ce48647c8e0f0d2f47c4ba86d -usr/lib/.build-id/ad/c559bf22f1a404f82cc6d395220d7578005712 -usr/lib/.build-id/fc/27d40c916b23437641a70513e1ffc2ccfa7557 -usr/lib/.build-id/d8/fbd944d8f23f4e0f02bc833aa7e369bd1ae8d6 -usr/lib/.build-id/c5/f8e8a92e99c679cf18669a3e5948acce023e29 -usr/lib/.build-id/c5/0233b51731654d14f56a99ea537e5d8193fe86 -usr/lib/.build-id/d2/0d6b496087dc5994fc08cf642788be1693cc08 -usr/lib/.build-id/d2/9cf76efd6a5601099677a31e72936915b6542c -usr/lib/.build-id/d2/1687457d9bc8f5f2fb0258e2cc359581e45329 -usr/lib/.build-id/9e/334dacff1a3fc9b808e8f159b1057fbfc4cd36 -usr/lib/.build-id/50/6d2e83b8bb8c3dbd354a4cc1ea1f697fb18a5e -usr/lib/.build-id/50/634dddbad34312d6ab6e4f9f3e7634ac7dc747 -usr/lib/.build-id/27/e751c348b820531337afa30f4199175ac03aeb -usr/lib/.build-id/27/b54f2f2798d15a0701fe97a18fee2e9dfac409 -usr/lib/.build-id/27/f521a21633384da435194852e211d578255c36 -usr/lib/.build-id/ea/9bf9c4018fa1ecb78a923c00b86d16c9bab907 +usr/lib/.build-id/e6/d3d786e45ed72e64aa51b411b6bfd10b3cd5ed +usr/lib/.build-id/e7/7f12cde0b4650b235c4ff8b16c14ad69640cc1 usr/lib/.build-id/ea/72858daf12161670cae59dedd094e906860449 -usr/lib/.build-id/bf/e4c2535a6d1b6020e03ea09fa7b1467094f885 -usr/lib/.build-id/bf/31769ec08662925de9d5b1a48fa43415d09d18 -usr/lib/.build-id/86/268e4fe9558c771acea5fe0c14c0feaed0e903 -usr/lib/.build-id/68/8a6518562a29f4db74de96cabafdecaf663698 -usr/lib/.build-id/15/bf56ce506c998bde1e4f4e23ff42862e32bdc6 -usr/lib/.build-id/15/19303b6a78206e5c4d344e67bfcdf3fdbdf853 -usr/lib/.build-id/62/8e5b4d04acba000ed492a28de1b45e8316a601 +usr/lib/.build-id/eb/1567d781c7041e9f0de36ce4a938e0f49a9b87 +usr/lib/.build-id/eb/3e689620ed80333c0c242cb33ec8958f09e34d +usr/lib/.build-id/eb/8607c5f94bd46daeecf053cf258f17e99de04a +usr/lib/.build-id/eb/94b56bd6f0c9105bd23a18f04b7fc323278a53 +usr/lib/.build-id/ec/cfb4321e8627415a5c047e2dde51333c0e5335 +usr/lib/.build-id/ec/de1bd49a5ccd8b05f25196512379412d7b46f4 +usr/lib/.build-id/ed/2f3218bc11e1634afb036bad1c322d23ea6dc4 +usr/lib/.build-id/ed/5437e0cbcc920bca459752ad0e35c1f175679d +usr/lib/.build-id/ed/5d03d530f26f2b97851f7df46f4ffbb8299123 +usr/lib/.build-id/ed/5fed0e7d68d5b7cdc3f28c14f492031a2ef82e +usr/lib/.build-id/ed/76776e0c126c32ad64012752a7b06625b68983 +usr/lib/.build-id/ed/c14c719a218de144d10ec189672809cbf21412 +usr/lib/.build-id/ee/af42b4939a64d6121437942b6a6cdc835af6cf +usr/lib/.build-id/ee/be2c6e75dadb513feb462393ff0152b461ed51 +usr/lib/.build-id/ef/0dbde9a935b7aad080cf4e0a339f39b4b2e848 +usr/lib/.build-id/ef/b5632cead05a7106a883225ed5ade31d564133 +usr/lib/.build-id/f0/5ad2e73fe7df93582c144ac14509064367d6f8 +usr/lib/.build-id/f0/5ecb5308e86e39fe009665025696bab6dedb5b +usr/lib/.build-id/f1/34d5797db2043828d4692273b8d856e9d2d5ce +usr/lib/.build-id/f5/48fac9852f35f367e7ff7362d503b41549d2d1 +usr/lib/.build-id/f5/63d2f6cf1f319e380bf133bd655920509e83ea +usr/lib/.build-id/f7/3490d54e0af4bec74b5963c929f760d39ada1b +usr/lib/.build-id/f7/4da02afa108ca2fed4f73c30482fa5e4666de5 +usr/lib/.build-id/f7/6814dd76420c0abf87f12d0d45efb6fb563087 +usr/lib/.build-id/f8/33da8e61498c59c4b5c19b85609bb5532393a9 +usr/lib/.build-id/f8/ae65cef6bdfdfc1b8e3ad615262408182dc631 +usr/lib/.build-id/f9/01cf2fb4a4a175107b63449c9f34f3d1215164 +usr/lib/.build-id/fa/44339b6ab408b15503d3f135319cda6900611f +usr/lib/.build-id/fa/a50353e70cf980986923fb644ff31cbeb4d8e9 +usr/lib/.build-id/fb/bbfeaa275b77a801622715da0b579ecd99bfd7 +usr/lib/.build-id/fc/27d40c916b23437641a70513e1ffc2ccfa7557 +usr/lib/.build-id/fc/ecfd8bf5e5765b3b9daf7d9455f334830e4e8f +usr/lib/.build-id/fd/3ffce6a8a3ed60adc092a815191df1cfbecb63 +usr/lib/.build-id/fd/728af0cf15feae944716ff7269ec21a71c58ef +usr/lib/.build-id/fd/9fa6cff82c006b6c588386983e1bb5c8b30857 +usr/lib/.build-id/fd/e188f5067218099974ab4e600a6a43170aea60 +usr/lib/.build-id/fe/8da1a3d7fa5e281198dc6d10e3f9d79f278851 +usr/lib/.build-id/fe/ce5696d52c8bb4f3e4e4379dad30e230923437 usr/lib/ld-linux-aarch64.so.1 usr/lib/locale/C.utf8/LC_ADDRESS usr/lib/locale/C.utf8/LC_COLLATE usr/lib/locale/C.utf8/LC_CTYPE usr/lib/locale/C.utf8/LC_IDENTIFICATION usr/lib/locale/C.utf8/LC_MEASUREMENT usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES usr/lib/locale/C.utf8/LC_MONETARY usr/lib/locale/C.utf8/LC_NAME usr/lib/locale/C.utf8/LC_NUMERIC usr/lib/locale/C.utf8/LC_PAPER usr/lib/locale/C.utf8/LC_TELEPHONE usr/lib/locale/C.utf8/LC_TIME usr/lib/locale/locale-archive usr/lib/locale/locale-archive.real usr/lib/motd usr/lib/os-release usr/lib/rpm/macros.d/macros.dist usr/lib/sysctl.d/50-redhat.conf usr/lib/systemd/system-preset/85-display-manager.preset usr/lib/systemd/system-preset/90-default.preset usr/lib/systemd/system-preset/99-default-disable.preset usr/lib/systemd/system/fstrim.service usr/lib/systemd/system/fstrim.timer usr/lib/systemd/user-preset/90-default-user.preset usr/lib/systemd/user-preset/99-default-disable.preset usr/lib/systemd/user/glib-pacrunner.service usr/lib/tmpfiles.d/libselinux.conf usr/lib/tmpfiles.d/setup.conf usr/lib64/.libgmp.so.10.4.0.hmac usr/lib64/.libgmp.so.10.hmac usr/lib64/audit/sotruss-lib.so usr/lib64/engines-3/afalg.so usr/lib64/engines-3/capi.so usr/lib64/engines-3/loader_attic.so usr/lib64/engines-3/padlock.so usr/lib64/fipscheck/libgmp.so.10.4.0.hmac usr/lib64/fipscheck/libgmp.so.10.hmac usr/lib64/gawk/filefuncs.so usr/lib64/gawk/fnmatch.so usr/lib64/gawk/fork.so usr/lib64/gawk/inplace.so usr/lib64/gawk/intdiv.so usr/lib64/gawk/ordchr.so usr/lib64/gawk/readdir.so usr/lib64/gawk/readfile.so usr/lib64/gawk/revoutput.so usr/lib64/gawk/revtwoway.so usr/lib64/gawk/rwarray.so usr/lib64/gawk/time.so usr/lib64/gconv/ANSI_X3.110.so usr/lib64/gconv/CP1252.so usr/lib64/gconv/ISO8859-1.so usr/lib64/gconv/ISO8859-15.so usr/lib64/gconv/UNICODE.so usr/lib64/gconv/UTF-16.so usr/lib64/gconv/UTF-32.so usr/lib64/gconv/UTF-7.so usr/lib64/gconv/gconv-modules usr/lib64/gconv/gconv-modules.cache usr/lib64/gio/modules/libgiognomeproxy.so usr/lib64/gio/modules/libgiognutls.so usr/lib64/gio/modules/libgiolibproxy.so usr/lib64/girepository-1.0/GUdev-1.0.typelib usr/lib64/girepository-1.0/GeocodeGlib-1.0.typelib usr/lib64/girepository-1.0/Json-1.0.typelib @rmtry usr/lib64/gio/modules/giomodule.cache usr/lib64/krb5/plugins/preauth/spake.so usr/lib64/krb5/plugins/tls/k5tls.so usr/lib64/libBrokenLocale.so.1 usr/lib64/libSegFault.so usr/lib64/libacl.so.1 usr/lib64/libacl.so.1.1.2301 usr/lib64/libanl.so.1 usr/lib64/libattr.so.1 usr/lib64/libattr.so.1.1.2501 usr/lib64/libblkid.so.1 usr/lib64/libblkid.so.1.1.0 usr/lib64/libbz2.so.1 usr/lib64/libbz2.so.1.0.8 usr/lib64/libc.so.6 usr/lib64/libc_malloc_debug.so.0 usr/lib64/libcap.so.2 usr/lib64/libcap.so.2.48 usr/lib64/libcom_err.so.2 usr/lib64/libcom_err.so.2.1 usr/lib64/libcrypto.so.3 -usr/lib64/libcrypto.so.3.0.7 +usr/lib64/libcrypto.so.3.2.2 usr/lib64/libdatrie.so.1 usr/lib64/libdatrie.so.1.4.0 usr/lib64/libdb-5.3.so usr/lib64/libdb-5.so usr/lib64/libdl.so.2 usr/lib64/libe2p.so.2 usr/lib64/libe2p.so.2.3 usr/lib64/libedit.so.0 usr/lib64/libedit.so.0.0.64 +usr/lib64/libevdev.so.2 +usr/lib64/libevdev.so.2.3.0 usr/lib64/libext2fs.so.2 usr/lib64/libext2fs.so.2.4 +usr/lib64/libfdisk.so.1 +usr/lib64/libfdisk.so.1.1.0 usr/lib64/libffi.so.8 usr/lib64/libffi.so.8.1.0 usr/lib64/libform.so.6 usr/lib64/libform.so.6.2 usr/lib64/libformw.so.6 usr/lib64/libformw.so.6.2 -usr/lib64/libgcc_s-11-20231218.so.1 +usr/lib64/libfuse.so.2 +usr/lib64/libfuse.so.2.9.9 +usr/lib64/libgcc_s-11-20240719.so.1 usr/lib64/libgcc_s.so.1 usr/lib64/libgdbm.so.6 usr/lib64/libgdbm.so.6.0.0 usr/lib64/libgdbm_compat.so.4 usr/lib64/libgdbm_compat.so.4.0.0 usr/lib64/libgeocode-glib.so.0 usr/lib64/libgeocode-glib.so.0.0.0 usr/lib64/libgio-2.0.so.0 usr/lib64/libgio-2.0.so.0.6800.4 usr/lib64/libglib-2.0.so.0 usr/lib64/libglib-2.0.so.0.6800.4 usr/lib64/libgmodule-2.0.so.0 usr/lib64/libgmodule-2.0.so.0.6800.4 usr/lib64/libgmp.so.10 usr/lib64/libgmp.so.10.4.0 usr/lib64/libgobject-2.0.so.0 usr/lib64/libgobject-2.0.so.0.6800.4 usr/lib64/libgssapi_krb5.so.2 usr/lib64/libgssapi_krb5.so.2.2 usr/lib64/libgssrpc.so.4 usr/lib64/libgssrpc.so.4.2 usr/lib64/libgthread-2.0.so.0 usr/lib64/libgthread-2.0.so.0.6800.4 usr/lib64/libgudev-1.0.so.0 usr/lib64/libgudev-1.0.so.0.3.0 usr/lib64/libhistory.so.8 usr/lib64/libhistory.so.8.1 usr/lib64/libjson-glib-1.0.so.0 usr/lib64/libjson-glib-1.0.so.0.600.6 usr/lib64/libk5crypto.so.3 usr/lib64/libk5crypto.so.3.1 usr/lib64/libkdb5.so.10 usr/lib64/libkdb5.so.10.0 usr/lib64/libkeyutils.so.1 usr/lib64/libkeyutils.so.1.10 usr/lib64/libkrad.so.0 usr/lib64/libkrad.so.0.0 usr/lib64/libkrb5.so.3 usr/lib64/libkrb5.so.3.3 usr/lib64/libkrb5support.so.0 usr/lib64/libkrb5support.so.0.1 usr/lib64/liblzma.so.5 usr/lib64/liblzma.so.5.2.5 usr/lib64/libm.so.6 usr/lib64/libmemusage.so usr/lib64/libmenu.so.6 usr/lib64/libmenu.so.6.2 usr/lib64/libmenuw.so.6 usr/lib64/libmenuw.so.6.2 usr/lib64/libmount.so.1 usr/lib64/libmount.so.1.1.0 +usr/lib64/libmtdev.so.1 +usr/lib64/libmtdev.so.1.0.0 usr/lib64/libncurses.so.6 usr/lib64/libncurses.so.6.2 usr/lib64/libncursesw.so.6 usr/lib64/libncursesw.so.6.2 usr/lib64/libnss_compat.so.2 usr/lib64/libnss_dns.so.2 usr/lib64/libnss_files.so.2 usr/lib64/libpanel.so.6 usr/lib64/libpanel.so.6.2 usr/lib64/libpanelw.so.6 usr/lib64/libpanelw.so.6.2 usr/lib64/libpcprofile.so usr/lib64/libpcre.so.1 usr/lib64/libpcre.so.1.2.12 +usr/lib64/libpcre16.so.0 +usr/lib64/libpcre16.so.0.2.12 +usr/lib64/libpcre32.so.0 +usr/lib64/libpcre32.so.0.0.12 +usr/lib64/libpcreposix.so.0 +usr/lib64/libpcreposix.so.0.0.7 usr/lib64/libpcre2-8.so.0 usr/lib64/libpcre2-8.so.0.11.0 +usr/lib64/libpcre2-16.so.0 +usr/lib64/libpcre2-16.so.0.11.0 +usr/lib64/libpcre2-32.so.0 +usr/lib64/libpcre2-32.so.0.11.0 usr/lib64/libpcre2-posix.so.3 usr/lib64/libpcre2-posix.so.3.0.2 -usr/lib64/libpcreposix.so.0 -usr/lib64/libpcreposix.so.0.0.7 usr/lib64/libpopt.so.0 usr/lib64/libpopt.so.0.0.1 usr/lib64/libpsx.so.2 usr/lib64/libpsx.so.2.48 usr/lib64/libpthread.so.0 usr/lib64/libreadline.so.8 usr/lib64/libreadline.so.8.1 usr/lib64/libresolv.so.2 usr/lib64/librt.so.1 usr/lib64/libselinux.so.1 usr/lib64/libsepol.so.2 usr/lib64/libslang.so.2 usr/lib64/libslang.so.2.3.2 -usr/lib64/libssh.so.4 -usr/lib64/libssh.so.4.9.4 -usr/lib64/libssh_threads.so.4 -usr/lib64/libssh_threads.so.4.9.4 +usr/lib64/libsmartcols.so.1 +usr/lib64/libsmartcols.so.1.1.0 usr/lib64/libssl.so.3 -usr/lib64/libssl.so.3.0.7 +usr/lib64/libssl.so.3.2.2 usr/lib64/libstdc++.so.6 usr/lib64/libstdc++.so.6.0.29 usr/lib64/libthread_db.so.1 usr/lib64/libtic.so.6 usr/lib64/libtic.so.6.2 usr/lib64/libtinfo.so.6 usr/lib64/libtinfo.so.6.2 +usr/lib64/libulockmgr.so.1 +usr/lib64/libulockmgr.so.1.0.1 usr/lib64/libutil.so.1 usr/lib64/libuuid.so.1 usr/lib64/libuuid.so.1.3.0 usr/lib64/libverto.so.1 usr/lib64/libverto.so.1.0.0 usr/lib64/libz.so.1 usr/lib64/libz.so.1.2.11 usr/lib64/libzstd.so.1 usr/lib64/libzstd.so.1.5.1 usr/lib64/ossl-modules/fips.so usr/lib64/ossl-modules/legacy.so usr/lib64/security/pam_cap.so usr/libexec/awk/grcat usr/libexec/awk/pwcat usr/libexec/coreutils/libstdbuf.so usr/libexec/gawk usr/libexec/getconf/POSIX_V6_LP64_OFF64 usr/libexec/getconf/POSIX_V7_LP64_OFF64 usr/libexec/getconf/XBS5_LP64_OFF64 usr/libexec/glib-pacrunner usr/libexec/grepconf.sh usr/sbin/addpart usr/sbin/badblocks usr/sbin/blkdiscard usr/sbin/blkzone usr/sbin/capsh usr/sbin/cfdisk usr/sbin/chcpu usr/sbin/chroot usr/sbin/ctrlaltdel usr/sbin/delpart usr/sbin/dumpe2fs usr/sbin/e2freefrag usr/sbin/e2fsck usr/sbin/e2image usr/sbin/e2label usr/sbin/e2mmpstatus usr/sbin/e2undo usr/sbin/e4crypt usr/sbin/e4defrag usr/sbin/fdformat usr/sbin/fdisk usr/sbin/filefrag usr/sbin/findfs usr/sbin/fix-info-dir usr/sbin/fsck.cramfs usr/sbin/fsck.ext2 usr/sbin/fsck.ext3 usr/sbin/fsck.ext4 usr/sbin/fsck.minix usr/sbin/fsfreeze usr/sbin/fstrim usr/sbin/getcap usr/sbin/getpcaps usr/sbin/iconvconfig usr/sbin/install-info usr/sbin/key.dns_resolver usr/sbin/ldattach usr/sbin/ldconfig usr/sbin/logsave usr/sbin/mke2fs usr/sbin/mkfs usr/sbin/mkfs.cramfs usr/sbin/mkfs.ext2 usr/sbin/mkfs.ext3 usr/sbin/mkfs.ext4 usr/sbin/mkfs.minix usr/sbin/mklost+found +usr/sbin/mount.fuse usr/sbin/nologin usr/sbin/pivot_root usr/sbin/readprofile usr/sbin/request-key usr/sbin/resize2fs usr/sbin/resizepart usr/sbin/rfkill usr/sbin/rtcwake usr/sbin/setcap usr/sbin/sfdisk usr/sbin/sulogin usr/sbin/swaplabel usr/sbin/tune2fs usr/sbin/wipefs usr/sbin/zic usr/share/awk/assert.awk usr/share/awk/bits2str.awk usr/share/awk/cliff_rand.awk usr/share/awk/ctime.awk usr/share/awk/ftrans.awk usr/share/awk/getopt.awk usr/share/awk/gettime.awk usr/share/awk/group.awk usr/share/awk/have_mpfr.awk usr/share/awk/inplace.awk usr/share/awk/intdiv0.awk usr/share/awk/join.awk usr/share/awk/libintl.awk usr/share/awk/noassign.awk usr/share/awk/ns_passwd.awk usr/share/awk/ord.awk usr/share/awk/passwd.awk usr/share/awk/processarray.awk usr/share/awk/quicksort.awk usr/share/awk/readable.awk usr/share/awk/readfile.awk usr/share/awk/rewind.awk usr/share/awk/round.awk usr/share/awk/shellquote.awk usr/share/awk/strtonum.awk usr/share/awk/walkarray.awk usr/share/awk/zerofile.awk usr/share/bash-completion/completions/addpart usr/share/bash-completion/completions/blkdiscard usr/share/bash-completion/completions/blkzone usr/share/bash-completion/completions/cal usr/share/bash-completion/completions/cfdisk usr/share/bash-completion/completions/chcpu usr/share/bash-completion/completions/chmem usr/share/bash-completion/completions/col usr/share/bash-completion/completions/colcrt usr/share/bash-completion/completions/colrm usr/share/bash-completion/completions/column usr/share/bash-completion/completions/ctrlaltdel usr/share/bash-completion/completions/delpart usr/share/bash-completion/completions/eject usr/share/bash-completion/completions/fallocate usr/share/bash-completion/completions/fdformat usr/share/bash-completion/completions/fdisk usr/share/bash-completion/completions/fincore usr/share/bash-completion/completions/findfs usr/share/bash-completion/completions/fsck.cramfs usr/share/bash-completion/completions/fsck.minix usr/share/bash-completion/completions/fsfreeze usr/share/bash-completion/completions/fstrim usr/share/bash-completion/completions/gapplication usr/share/bash-completion/completions/gdbus usr/share/bash-completion/completions/getopt usr/share/bash-completion/completions/gio usr/share/bash-completion/completions/gsettings usr/share/bash-completion/completions/hexdump usr/share/bash-completion/completions/hwclock usr/share/bash-completion/completions/irqtop usr/share/bash-completion/completions/isosize usr/share/bash-completion/completions/last usr/share/bash-completion/completions/ldattach usr/share/bash-completion/completions/look usr/share/bash-completion/completions/lsblk usr/share/bash-completion/completions/lscpu usr/share/bash-completion/completions/lsipc usr/share/bash-completion/completions/lsirq usr/share/bash-completion/completions/lslocks usr/share/bash-completion/completions/lslogins usr/share/bash-completion/completions/lsmem usr/share/bash-completion/completions/lsns usr/share/bash-completion/completions/mcookie usr/share/bash-completion/completions/mesg usr/share/bash-completion/completions/mkfs usr/share/bash-completion/completions/mkfs.cramfs usr/share/bash-completion/completions/mkfs.minix usr/share/bash-completion/completions/namei usr/share/bash-completion/completions/pivot_root usr/share/bash-completion/completions/prlimit usr/share/bash-completion/completions/readprofile usr/share/bash-completion/completions/rename usr/share/bash-completion/completions/resizepart usr/share/bash-completion/completions/rev usr/share/bash-completion/completions/rfkill usr/share/bash-completion/completions/rtcwake usr/share/bash-completion/completions/runuser usr/share/bash-completion/completions/script usr/share/bash-completion/completions/scriptlive usr/share/bash-completion/completions/scriptreplay usr/share/bash-completion/completions/setarch usr/share/bash-completion/completions/setpriv usr/share/bash-completion/completions/setterm usr/share/bash-completion/completions/sfdisk usr/share/bash-completion/completions/su usr/share/bash-completion/completions/swaplabel usr/share/bash-completion/completions/ul usr/share/bash-completion/completions/utmpdump usr/share/bash-completion/completions/uuidgen usr/share/bash-completion/completions/uuidparse usr/share/bash-completion/completions/wall usr/share/bash-completion/completions/wdctl usr/share/bash-completion/completions/whereis usr/share/bash-completion/completions/wipefs usr/share/bash-completion/completions/write usr/share/bash-completion/completions/zramctl usr/share/dbus-1/services/org.gtk.GLib.PACRunner.service %%PORTDOCS%%usr/share/doc/bash/FAQ %%PORTDOCS%%usr/share/doc/bash/INTRO %%PORTDOCS%%usr/share/doc/bash/RBASH %%PORTDOCS%%usr/share/doc/bash/README %%PORTDOCS%%usr/share/doc/bash/bash.html %%PORTDOCS%%usr/share/doc/bash/bashref.html %%PORTDOCS%%usr/share/doc/bzip2/CHANGES %%PORTDOCS%%usr/share/doc/bzip2/LICENSE %%PORTDOCS%%usr/share/doc/bzip2/README %%PORTDOCS%%usr/share/doc/diffutils/NEWS %%PORTDOCS%%usr/share/doc/diffutils/README %%PORTDOCS%%usr/share/doc/e2fsprogs/README %%PORTDOCS%%usr/share/doc/findutils/AUTHORS %%PORTDOCS%%usr/share/doc/findutils/NEWS %%PORTDOCS%%usr/share/doc/findutils/README %%PORTDOCS%%usr/share/doc/findutils/THANKS %%PORTDOCS%%usr/share/doc/findutils/TODO +%%PORTDOCS%%usr/share/doc/fuse/AUTHORS +%%PORTDOCS%%usr/share/doc/fuse/ChangeLog +%%PORTDOCS%%usr/share/doc/fuse/NEWS +%%PORTDOCS%%usr/share/doc/fuse/README.NFS +%%PORTDOCS%%usr/share/doc/fuse/README.md %%PORTDOCS%%usr/share/doc/gawk/NEWS %%PORTDOCS%%usr/share/doc/gawk/POSIX.STD %%PORTDOCS%%usr/share/doc/gawk/README %%PORTDOCS%%usr/share/doc/gawk/README.multibyte %%PORTDOCS%%usr/share/doc/geocode-glib/AUTHORS %%PORTDOCS%%usr/share/doc/geocode-glib/NEWS %%PORTDOCS%%usr/share/doc/geocode-glib/README %%PORTDOCS%%usr/share/doc/glib-networking/NEWS %%PORTDOCS%%usr/share/doc/glib-networking/README %%PORTDOCS%%usr/share/doc/glib2/AUTHORS %%PORTDOCS%%usr/share/doc/glib2/NEWS %%PORTDOCS%%usr/share/doc/glib2/README %%PORTDOCS%%usr/share/doc/gmp/NEWS %%PORTDOCS%%usr/share/doc/gmp/README %%PORTDOCS%%usr/share/doc/grep/AUTHORS %%PORTDOCS%%usr/share/doc/grep/NEWS %%PORTDOCS%%usr/share/doc/grep/README %%PORTDOCS%%usr/share/doc/grep/THANKS %%PORTDOCS%%usr/share/doc/grep/TODO %%PORTDOCS%%usr/share/doc/json-glib/NEWS %%PORTDOCS%%usr/share/doc/keyutils/README %%PORTDOCS%%usr/share/doc/krb5-libs/NOTICE %%PORTDOCS%%usr/share/doc/krb5-libs/README %%PORTDOCS%%usr/share/doc/less/INSTALL %%PORTDOCS%%usr/share/doc/less/NEWS %%PORTDOCS%%usr/share/doc/less/README %%PORTDOCS%%usr/share/doc/libblkid/COPYING %%PORTDOCS%%usr/share/doc/libcap/capability.notes %%PORTDOCS%%usr/share/doc/libdb/README %%PORTDOCS%%usr/share/doc/libedit/ChangeLog %%PORTDOCS%%usr/share/doc/libedit/THANKS +%%PORTDOCS%%usr/share/doc/libevdev/COPYING %%PORTDOCS%%usr/share/doc/libffi/README.md %%PORTDOCS%%usr/share/doc/libgudev/NEWS -%%PORTDOCS%%usr/share/doc/libssh/AUTHORS -%%PORTDOCS%%usr/share/doc/libssh/BSD -%%PORTDOCS%%usr/share/doc/libssh/CHANGELOG -%%PORTDOCS%%usr/share/doc/libssh/README %%PORTDOCS%%usr/share/doc/libverto/AUTHORS %%PORTDOCS%%usr/share/doc/libverto/ChangeLog %%PORTDOCS%%usr/share/doc/libverto/NEWS %%PORTDOCS%%usr/share/doc/libverto/README +%%PORTDOCS%%usr/share/doc/mtdev/COPYING +%%PORTDOCS%%usr/share/doc/mtdev/README %%PORTDOCS%%usr/share/doc/ncurses-base/README %%PORTDOCS%%usr/share/doc/ncurses/ANNOUNCE %%PORTDOCS%%usr/share/doc/ncurses/AUTHORS %%PORTDOCS%%usr/share/doc/ncurses/NEWS.xz %%PORTDOCS%%usr/share/doc/ncurses/README %%PORTDOCS%%usr/share/doc/ncurses/TO-DO %%PORTDOCS%%usr/share/doc/pcre/AUTHORS %%PORTDOCS%%usr/share/doc/pcre/NEWS +%%PORTDOCS%%usr/share/doc/pcre-utf16/AUTHORS +%%PORTDOCS%%usr/share/doc/pcre-utf16/NEWS +%%PORTDOCS%%usr/share/doc/pcre-utf32/AUTHORS +%%PORTDOCS%%usr/share/doc/pcre-utf32/NEWS %%PORTDOCS%%usr/share/doc/popt/CHANGES %%PORTDOCS%%usr/share/doc/rocky-release/COMMUNITY-CHARTER %%PORTDOCS%%usr/share/doc/rocky-release/Contributors %%PORTDOCS%%usr/share/doc/sed/AUTHORS %%PORTDOCS%%usr/share/doc/sed/BUGS %%PORTDOCS%%usr/share/doc/sed/NEWS %%PORTDOCS%%usr/share/doc/sed/README %%PORTDOCS%%usr/share/doc/sed/THANKS %%PORTDOCS%%usr/share/doc/sed/sedfaq.txt.gz %%PORTDOCS%%usr/share/doc/setserial/README %%PORTDOCS%%usr/share/doc/setserial/rc.serial %%PORTDOCS%%usr/share/doc/setup/uidgid %%PORTDOCS%%usr/share/doc/slang/NEWS %%PORTDOCS%%usr/share/doc/util-linux/AUTHORS %%PORTDOCS%%usr/share/doc/util-linux/NEWS %%PORTDOCS%%usr/share/doc/util-linux/README %%PORTDOCS%%usr/share/doc/util-linux/deprecated.txt %%PORTDOCS%%usr/share/doc/util-linux/getopt-example.bash %%PORTDOCS%%usr/share/doc/util-linux/getopt-example.tcsh %%PORTDOCS%%usr/share/doc/which/AUTHORS %%PORTDOCS%%usr/share/doc/which/EXAMPLES %%PORTDOCS%%usr/share/doc/which/NEWS %%PORTDOCS%%usr/share/doc/which/README %%PORTDOCS%%usr/share/doc/zlib/ChangeLog %%PORTDOCS%%usr/share/doc/zlib/FAQ usr/share/gawk usr/share/gcc-11/python/libstdcxx/__init__.py usr/share/gcc-11/python/libstdcxx/__pycache__/__init__.cpython-39.opt-1.pyc usr/share/gcc-11/python/libstdcxx/__pycache__/__init__.cpython-39.pyc usr/share/gcc-11/python/libstdcxx/v6/__init__.py usr/share/gcc-11/python/libstdcxx/v6/__pycache__/__init__.cpython-39.opt-1.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/__init__.cpython-39.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/printers.cpython-39.opt-1.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/printers.cpython-39.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/xmethods.cpython-39.opt-1.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/xmethods.cpython-39.pyc usr/share/gcc-11/python/libstdcxx/v6/printers.py usr/share/gcc-11/python/libstdcxx/v6/xmethods.py usr/share/gdb/auto-load/usr/lib64/__pycache__/libstdc++.so.6.0.29-gdb.cpython-39.opt-1.pyc usr/share/gdb/auto-load/usr/lib64/__pycache__/libstdc++.so.6.0.29-gdb.cpython-39.pyc usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.29-gdb.py usr/share/icons usr/share/info/bash.info.gz usr/share/info/diffutils.info.gz usr/share/info/find-maint.info.gz usr/share/info/find.info-1.gz usr/share/info/find.info-2.gz usr/share/info/find.info.gz usr/share/info/gawk.info.gz usr/share/info/gawkinet.info.gz usr/share/info/gawkworkflow.info.gz usr/share/info/grep.info.gz usr/share/info/history.info.gz usr/share/info/info-stnd.info.gz usr/share/info/rluserman.info.gz usr/share/info/sed.info.gz usr/share/info/which.info.gz usr/share/keyutils/request-key-debug.sh usr/share/licenses/bash/COPYING usr/share/licenses/bzip2-libs/LICENSE usr/share/licenses/bzip2/LICENSE usr/share/licenses/diffutils/COPYING usr/share/licenses/e2fsprogs-libs/NOTICE usr/share/licenses/findutils/COPYING +usr/share/licenses/fuse-libs/COPYING.LIB +usr/share/licenses/fuse/COPYING usr/share/licenses/gawk/COPYING usr/share/licenses/gawk/LICENSE.BSD usr/share/licenses/gawk/LICENSE.GPLv2 usr/share/licenses/gawk/LICENSE.LGPLv2 usr/share/licenses/gdbm-libs/COPYING usr/share/licenses/geocode-glib/COPYING.LIB usr/share/licenses/glib-networking/COPYING usr/share/licenses/glib2/COPYING usr/share/licenses/glibc/COPYING usr/share/licenses/glibc/COPYING.LIB usr/share/licenses/glibc/LICENSES usr/share/licenses/gmp/COPYING usr/share/licenses/gmp/COPYING.LESSERv3 usr/share/licenses/gmp/COPYINGv2 usr/share/licenses/gmp/COPYINGv3 usr/share/licenses/grep/COPYING usr/share/licenses/info/COPYING usr/share/licenses/json-glib/COPYING usr/share/licenses/keyutils-libs/LICENCE.LGPL usr/share/licenses/keyutils/LICENCE.GPL usr/share/licenses/krb5-libs/LICENSE usr/share/licenses/less/COPYING usr/share/licenses/less/LICENSE usr/share/licenses/libcap/License usr/share/licenses/libcom_err/NOTICE usr/share/licenses/libdatrie/COPYING usr/share/licenses/libdb/LICENSE usr/share/licenses/libdb/lgpl-2.1.txt usr/share/licenses/libedit/COPYING +usr/share/licenses/libfdisk/COPYING +usr/share/licenses/libfdisk/COPYING.LGPL-2.1-or-later usr/share/licenses/libffi/LICENSE usr/share/licenses/libgcc/COPYING usr/share/licenses/libgcc/COPYING.LIB usr/share/licenses/libgcc/COPYING.RUNTIME usr/share/licenses/libgcc/COPYING3 usr/share/licenses/libgcc/COPYING3.LIB usr/share/licenses/libgudev/COPYING usr/share/licenses/libmount/COPYING usr/share/licenses/libmount/COPYING.LGPL-2.1-or-later usr/share/licenses/libselinux/LICENSE usr/share/licenses/libsepol/LICENSE -usr/share/licenses/libssh/COPYING +usr/share/licenses/libsmartcols/COPYING +usr/share/licenses/libsmartcols/COPYING.LGPL-2.1-or-later usr/share/licenses/libuuid/COPYING usr/share/licenses/libuuid/COPYING.BSD-3-Clause usr/share/licenses/libverto/COPYING usr/share/licenses/libzstd/COPYING usr/share/licenses/libzstd/LICENSE usr/share/licenses/ncurses-base/COPYING usr/share/licenses/openssl-libs/LICENSE.txt usr/share/licenses/pcre/COPYING usr/share/licenses/pcre/LICENCE +usr/share/licenses/pcre-utf16/COPYING +usr/share/licenses/pcre-utf16/LICENCE +usr/share/licenses/pcre-utf32/COPYING +usr/share/licenses/pcre-utf32/LICENCE usr/share/licenses/popt/COPYING usr/share/licenses/readline/COPYING usr/share/licenses/readline/USAGE usr/share/licenses/rocky-release/LICENSE usr/share/licenses/sed/COPYING usr/share/licenses/setup/COPYING usr/share/licenses/slang/COPYING usr/share/licenses/util-linux/COPYING.BSD-3-Clause usr/share/licenses/util-linux/COPYING.BSD-4-Clause-UC usr/share/licenses/util-linux/COPYING.GPL-2.0-or-later usr/share/licenses/util-linux/COPYING.GPL-3.0-or-later usr/share/licenses/util-linux/COPYING.ISC usr/share/licenses/util-linux/COPYING.LGPL-2.1-or-later usr/share/licenses/which/COPYING usr/share/licenses/xz-libs/COPYING usr/share/licenses/zlib/README %%NLS%%usr/share/locale/af/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/am/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/an/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/an/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/az/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/be@latin/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/bn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/cy/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/mit-krb5.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/dz/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/en@quot/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_CA/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/en_CA/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/hy/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ia/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/mit-krb5.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/km/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ku/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ky/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/lg/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/locale.alias %%NLS%%usr/share/locale/lt/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/mai/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/mn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/nds/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/nn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ps/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/si/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/sq/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/tl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/tt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/xh/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/yi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/util-linux.mo usr/share/man/man1/..1.gz usr/share/man/man1/:.1.gz usr/share/man/man1/[.1.gz usr/share/man/man1/alias.1.gz usr/share/man/man1/awk.1.gz usr/share/man/man1/bash.1.gz usr/share/man/man1/bashbug-64.1.gz usr/share/man/man1/bashbug.1.gz usr/share/man/man1/bg.1.gz usr/share/man/man1/bind.1.gz usr/share/man/man1/break.1.gz usr/share/man/man1/builtin.1.gz usr/share/man/man1/builtins.1.gz usr/share/man/man1/bunzip2.1.gz usr/share/man/man1/bzcat.1.gz usr/share/man/man1/bzcmp.1.gz usr/share/man/man1/bzdiff.1.gz usr/share/man/man1/bzegrep.1.gz usr/share/man/man1/bzfgrep.1.gz usr/share/man/man1/bzgrep.1.gz usr/share/man/man1/bzip2.1.gz usr/share/man/man1/bzip2recover.1.gz usr/share/man/man1/bzless.1.gz usr/share/man/man1/bzmore.1.gz usr/share/man/man1/cal.1.gz usr/share/man/man1/caller.1.gz usr/share/man/man1/capsh.1.gz usr/share/man/man1/captoinfo.1m.gz usr/share/man/man1/cd.1.gz usr/share/man/man1/chattr.1.gz usr/share/man/man1/choom.1.gz usr/share/man/man1/clear.1.gz usr/share/man/man1/cmp.1.gz usr/share/man/man1/col.1.gz usr/share/man/man1/colcrt.1.gz usr/share/man/man1/colrm.1.gz usr/share/man/man1/column.1.gz usr/share/man/man1/command.1.gz usr/share/man/man1/compgen.1.gz usr/share/man/man1/complete.1.gz usr/share/man/man1/compopt.1.gz usr/share/man/man1/continue.1.gz usr/share/man/man1/declare.1.gz usr/share/man/man1/diff.1.gz usr/share/man/man1/diff3.1.gz usr/share/man/man1/dirs.1.gz usr/share/man/man1/disown.1.gz usr/share/man/man1/egrep.1.gz usr/share/man/man1/eject.1.gz usr/share/man/man1/enable.1.gz usr/share/man/man1/eval.1.gz usr/share/man/man1/exec.1.gz usr/share/man/man1/exit.1.gz usr/share/man/man1/export.1.gz usr/share/man/man1/fallocate.1.gz usr/share/man/man1/fc.1.gz usr/share/man/man1/fg.1.gz usr/share/man/man1/fgrep.1.gz usr/share/man/man1/fincore.1.gz usr/share/man/man1/find.1.gz usr/share/man/man1/fuse2fs.1.gz +usr/share/man/man1/fusermount.1.gz usr/share/man/man1/gapplication.1.gz usr/share/man/man1/gawk.1.gz usr/share/man/man1/gdbus.1.gz usr/share/man/man1/getopt.1.gz usr/share/man/man1/getopts.1.gz usr/share/man/man1/gio-querymodules.1.gz usr/share/man/man1/gio.1.gz usr/share/man/man1/glib-compile-schemas.1.gz usr/share/man/man1/grep.1.gz usr/share/man/man1/gsettings.1.gz usr/share/man/man1/hash.1.gz usr/share/man/man1/help.1.gz usr/share/man/man1/hexdump.1.gz usr/share/man/man1/history.1.gz usr/share/man/man1/info.1.gz usr/share/man/man1/infocmp.1m.gz usr/share/man/man1/infotocap.1m.gz usr/share/man/man1/install-info.1.gz usr/share/man/man1/irqtop.1.gz usr/share/man/man1/jobs.1.gz usr/share/man/man1/keyctl.1.gz usr/share/man/man1/last.1.gz usr/share/man/man1/lastb.1.gz usr/share/man/man1/less.1.gz usr/share/man/man1/lessecho.1.gz usr/share/man/man1/lesskey.1.gz usr/share/man/man1/let.1.gz usr/share/man/man1/local.1.gz usr/share/man/man1/login.1.gz usr/share/man/man1/logout.1.gz usr/share/man/man1/look.1.gz usr/share/man/man1/lsattr.1.gz usr/share/man/man1/lscpu.1.gz usr/share/man/man1/lsipc.1.gz usr/share/man/man1/lsirq.1.gz usr/share/man/man1/lslogins.1.gz usr/share/man/man1/lsmem.1.gz usr/share/man/man1/mapfile.1.gz usr/share/man/man1/mcookie.1.gz usr/share/man/man1/mesg.1.gz usr/share/man/man1/namei.1.gz usr/share/man/man1/popd.1.gz usr/share/man/man1/prlimit.1.gz usr/share/man/man1/pushd.1.gz usr/share/man/man1/read.1.gz usr/share/man/man1/readonly.1.gz usr/share/man/man1/rename.1.gz usr/share/man/man1/reset.1.gz usr/share/man/man1/return.1.gz usr/share/man/man1/rev.1.gz usr/share/man/man1/rocky.1.gz usr/share/man/man1/runuser.1.gz usr/share/man/man1/script.1.gz usr/share/man/man1/scriptlive.1.gz usr/share/man/man1/scriptreplay.1.gz usr/share/man/man1/sdiff.1.gz usr/share/man/man1/sed.1.gz usr/share/man/man1/set.1.gz usr/share/man/man1/setpriv.1.gz usr/share/man/man1/setterm.1.gz usr/share/man/man1/sh.1.gz usr/share/man/man1/shift.1.gz usr/share/man/man1/shopt.1.gz usr/share/man/man1/source.1.gz usr/share/man/man1/su.1.gz usr/share/man/man1/suspend.1.gz usr/share/man/man1/tabs.1.gz usr/share/man/man1/tic.1m.gz usr/share/man/man1/times.1.gz usr/share/man/man1/toe.1m.gz usr/share/man/man1/tput.1.gz usr/share/man/man1/trap.1.gz usr/share/man/man1/tset.1.gz usr/share/man/man1/type.1.gz usr/share/man/man1/typeset.1.gz usr/share/man/man1/ul.1.gz usr/share/man/man1/ulimit.1.gz +usr/share/man/man1/ulockmgr_server.1.gz usr/share/man/man1/umask.1.gz usr/share/man/man1/unalias.1.gz usr/share/man/man1/unset.1.gz usr/share/man/man1/utmpdump.1.gz usr/share/man/man1/uuidgen.1.gz usr/share/man/man1/uuidparse.1.gz usr/share/man/man1/wait.1.gz usr/share/man/man1/wall.1.gz usr/share/man/man1/whereis.1.gz usr/share/man/man1/which.1.gz usr/share/man/man1/write.1.gz usr/share/man/man1/xargs.1.gz usr/share/man/man3/filefuncs.3am.gz usr/share/man/man3/fnmatch.3am.gz usr/share/man/man3/fork.3am.gz usr/share/man/man3/inplace.3am.gz usr/share/man/man3/ordchr.3am.gz usr/share/man/man3/readdir.3am.gz usr/share/man/man3/readfile.3am.gz usr/share/man/man3/revoutput.3am.gz usr/share/man/man3/revtwoway.3am.gz usr/share/man/man3/rwarray.3am.gz usr/share/man/man3/time.3am.gz usr/share/man/man5/.k5identity.5.gz usr/share/man/man5/.k5login.5.gz usr/share/man/man5/adjtime_config.5.gz usr/share/man/man5/e2fsck.conf.5.gz usr/share/man/man5/editrc.5.gz usr/share/man/man5/ext2.5.gz usr/share/man/man5/ext3.5.gz usr/share/man/man5/ext4.5.gz usr/share/man/man5/fstab.5.gz usr/share/man/man5/info.5.gz usr/share/man/man5/k5identity.5.gz usr/share/man/man5/k5login.5.gz usr/share/man/man5/key.dns_resolver.conf.5.gz usr/share/man/man5/krb5.conf.5.gz usr/share/man/man5/mke2fs.conf.5.gz usr/share/man/man5/request-key.conf.5.gz usr/share/man/man5/scr_dump.5.gz usr/share/man/man5/term.5.gz usr/share/man/man5/terminal-colors.d.5.gz usr/share/man/man5/terminfo.5.gz usr/share/man/man5/user_caps.5.gz usr/share/man/man7/asymmetric-key.7.gz usr/share/man/man7/kerberos.7.gz usr/share/man/man7/keyutils.7.gz usr/share/man/man7/term.7.gz usr/share/man/man8/addpart.8.gz usr/share/man/man8/badblocks.8.gz usr/share/man/man8/blkdiscard.8.gz usr/share/man/man8/blkzone.8.gz usr/share/man/man8/cfdisk.8.gz usr/share/man/man8/chcpu.8.gz usr/share/man/man8/chmem.8.gz usr/share/man/man8/clock.8.gz usr/share/man/man8/ctrlaltdel.8.gz usr/share/man/man8/debugfs.8.gz usr/share/man/man8/delpart.8.gz usr/share/man/man8/dumpe2fs.8.gz usr/share/man/man8/e2freefrag.8.gz usr/share/man/man8/e2fsck.8.gz usr/share/man/man8/e2image.8.gz usr/share/man/man8/e2label.8.gz usr/share/man/man8/e2mmpstatus.8.gz usr/share/man/man8/e2undo.8.gz usr/share/man/man8/e4crypt.8.gz usr/share/man/man8/e4defrag.8.gz usr/share/man/man8/fdformat.8.gz usr/share/man/man8/fdisk.8.gz usr/share/man/man8/filefrag.8.gz usr/share/man/man8/findfs.8.gz usr/share/man/man8/fsck.cramfs.8.gz usr/share/man/man8/fsck.ext2.8.gz usr/share/man/man8/fsck.ext3.8.gz usr/share/man/man8/fsck.ext4.8.gz usr/share/man/man8/fsck.minix.8.gz usr/share/man/man8/fsfreeze.8.gz usr/share/man/man8/fstrim.8.gz usr/share/man/man8/getcap.8.gz usr/share/man/man8/getpcaps.8.gz usr/share/man/man8/hwclock.8.gz usr/share/man/man8/isosize.8.gz usr/share/man/man8/key.dns_resolver.8.gz usr/share/man/man8/ldattach.8.gz usr/share/man/man8/linux32.8.gz usr/share/man/man8/linux64.8.gz usr/share/man/man8/logsave.8.gz usr/share/man/man8/lsblk.8.gz usr/share/man/man8/lslocks.8.gz usr/share/man/man8/lsns.8.gz usr/share/man/man8/mke2fs.8.gz usr/share/man/man8/mkfs.8.gz usr/share/man/man8/mkfs.cramfs.8.gz usr/share/man/man8/mkfs.ext2.8.gz usr/share/man/man8/mkfs.ext3.8.gz usr/share/man/man8/mkfs.ext4.8.gz usr/share/man/man8/mkfs.minix.8.gz usr/share/man/man8/mklost+found.8.gz +usr/share/man/man8/mount.fuse.8.gz usr/share/man/man8/nologin.8.gz usr/share/man/man8/pivot_root.8.gz usr/share/man/man8/readprofile.8.gz usr/share/man/man8/request-key.8.gz usr/share/man/man8/resize2fs.8.gz usr/share/man/man8/resizepart.8.gz usr/share/man/man8/rfkill.8.gz usr/share/man/man8/rtcwake.8.gz usr/share/man/man8/setarch.8.gz usr/share/man/man8/setcap.8.gz usr/share/man/man8/setserial.8.gz usr/share/man/man8/sfdisk.8.gz usr/share/man/man8/sulogin.8.gz usr/share/man/man8/swaplabel.8.gz usr/share/man/man8/tune2fs.8.gz usr/share/man/man8/uname26.8.gz usr/share/man/man8/wdctl.8.gz usr/share/man/man8/wipefs.8.gz usr/share/man/man8/zramctl.8.gz usr/share/redhat-release usr/share/rocky-release/EULA usr/share/tabset/std usr/share/tabset/stdcrt usr/share/tabset/vt100 usr/share/tabset/vt300 usr/share/terminfo/A/Apple_Terminal usr/share/terminfo/E/Eterm usr/share/terminfo/E/Eterm-256color usr/share/terminfo/E/Eterm-88color usr/share/terminfo/E/Eterm-color usr/share/terminfo/a/alacritty usr/share/terminfo/a/ansi usr/share/terminfo/a/ansi80x25 usr/share/terminfo/a/ansis usr/share/terminfo/a/aterm usr/share/terminfo/b/bterm usr/share/terminfo/c/cons25 usr/share/terminfo/c/cygwin usr/share/terminfo/d/dumb usr/share/terminfo/e/eterm usr/share/terminfo/e/eterm-color usr/share/terminfo/g/gnome usr/share/terminfo/g/gnome-256color usr/share/terminfo/h/hurd usr/share/terminfo/j/jfbterm usr/share/terminfo/k/kitty usr/share/terminfo/k/kon usr/share/terminfo/k/kon2 usr/share/terminfo/k/konsole usr/share/terminfo/k/konsole-256color usr/share/terminfo/l/linux usr/share/terminfo/m/mach usr/share/terminfo/m/mach-bold usr/share/terminfo/m/mach-color usr/share/terminfo/m/mach-gnu usr/share/terminfo/m/mach-gnu-color usr/share/terminfo/m/mlterm usr/share/terminfo/m/mrxvt usr/share/terminfo/n/nsterm usr/share/terminfo/n/nsterm-256color usr/share/terminfo/n/nxterm usr/share/terminfo/p/pcansi usr/share/terminfo/p/putty usr/share/terminfo/p/putty-256color usr/share/terminfo/r/rxvt usr/share/terminfo/r/rxvt-16color usr/share/terminfo/r/rxvt-256color usr/share/terminfo/r/rxvt-88color usr/share/terminfo/r/rxvt-basic usr/share/terminfo/r/rxvt-color usr/share/terminfo/r/rxvt-cygwin usr/share/terminfo/r/rxvt-cygwin-native usr/share/terminfo/r/rxvt-unicode usr/share/terminfo/r/rxvt-unicode-256color usr/share/terminfo/r/rxvt-xpm usr/share/terminfo/s/screen usr/share/terminfo/s/screen-16color usr/share/terminfo/s/screen-256color usr/share/terminfo/s/screen.Eterm usr/share/terminfo/s/screen.gnome usr/share/terminfo/s/screen.konsole usr/share/terminfo/s/screen.konsole-256color usr/share/terminfo/s/screen.linux usr/share/terminfo/s/screen.linux-s usr/share/terminfo/s/screen.mlterm usr/share/terminfo/s/screen.mlterm-256color usr/share/terminfo/s/screen.mrxvt usr/share/terminfo/s/screen.putty usr/share/terminfo/s/screen.putty-256color usr/share/terminfo/s/screen.rxvt usr/share/terminfo/s/screen.teraterm usr/share/terminfo/s/screen.vte usr/share/terminfo/s/screen.vte-256color usr/share/terminfo/s/screen.xterm-256color usr/share/terminfo/s/screen.xterm-new usr/share/terminfo/s/screen.xterm-r6 usr/share/terminfo/s/screen.xterm-xfree86 usr/share/terminfo/s/st usr/share/terminfo/s/st-16color usr/share/terminfo/s/st-256color usr/share/terminfo/s/stterm usr/share/terminfo/s/stterm-16color usr/share/terminfo/s/stterm-256color usr/share/terminfo/s/sun usr/share/terminfo/s/sun1 usr/share/terminfo/s/sun2 usr/share/terminfo/t/teraterm usr/share/terminfo/t/teraterm2.3 usr/share/terminfo/t/tmux usr/share/terminfo/t/tmux-256color usr/share/terminfo/t/tmux-direct usr/share/terminfo/v/vs100 usr/share/terminfo/v/vt100 usr/share/terminfo/v/vt100-am usr/share/terminfo/v/vt100-nav usr/share/terminfo/v/vt102 usr/share/terminfo/v/vt200 usr/share/terminfo/v/vt220 usr/share/terminfo/v/vt52 usr/share/terminfo/v/vte usr/share/terminfo/v/vte-256color usr/share/terminfo/v/vwmterm usr/share/terminfo/w/wsvt25 usr/share/terminfo/w/wsvt25m usr/share/terminfo/x/xfce usr/share/terminfo/x/xterm usr/share/terminfo/x/xterm-1002 usr/share/terminfo/x/xterm-1003 usr/share/terminfo/x/xterm-1005 usr/share/terminfo/x/xterm-1006 usr/share/terminfo/x/xterm-16color usr/share/terminfo/x/xterm-24 usr/share/terminfo/x/xterm-256color usr/share/terminfo/x/xterm-88color usr/share/terminfo/x/xterm-8bit usr/share/terminfo/x/xterm-basic usr/share/terminfo/x/xterm-bold usr/share/terminfo/x/xterm-color usr/share/terminfo/x/xterm-direct usr/share/terminfo/x/xterm-direct16 usr/share/terminfo/x/xterm-direct2 usr/share/terminfo/x/xterm-direct256 usr/share/terminfo/x/xterm-hp usr/share/terminfo/x/xterm-mono usr/share/terminfo/x/xterm-new usr/share/terminfo/x/xterm-nic usr/share/terminfo/x/xterm-noapp usr/share/terminfo/x/xterm-old usr/share/terminfo/x/xterm-pcolor usr/share/terminfo/x/xterm-r5 usr/share/terminfo/x/xterm-r6 usr/share/terminfo/x/xterm-sco usr/share/terminfo/x/xterm-sun usr/share/terminfo/x/xterm-utf8 usr/share/terminfo/x/xterm-vt220 usr/share/terminfo/x/xterm-vt52 usr/share/terminfo/x/xterm-x10mouse usr/share/terminfo/x/xterm-x11hilite usr/share/terminfo/x/xterm-x11mouse usr/share/terminfo/x/xterm-xf86-v32 usr/share/terminfo/x/xterm-xf86-v33 usr/share/terminfo/x/xterm-xf86-v333 usr/share/terminfo/x/xterm-xf86-v40 usr/share/terminfo/x/xterm-xf86-v43 usr/share/terminfo/x/xterm-xf86-v44 usr/share/terminfo/x/xterm-xfree86 usr/share/terminfo/x/xterm-xi usr/share/terminfo/x/xterms usr/tmp @rmtry var/cache/ldconfig/aux-cache var/mail @dir afs @dir dev @dir etc/X11/applnk @dir etc/X11/fontpath.d @dir etc/X11/xinit/xinitrc.d @dir etc/X11/xinit/xinput.d @dir etc/bash_completion.d +@dir etc/default @dir etc/gss/mech.d @dir etc/issue.d @dir etc/keyutils @dir etc/ld.so.conf.d @dir etc/motd.d @dir etc/opt @dir etc/pki/tls/certs @dir etc/pki/tls/misc @dir etc/pki/tls/openssl.d @dir etc/pki/tls/private @dir etc/pm/config.d @dir etc/pm/power.d @dir etc/pm/sleep.d @dir etc/popt.d @dir etc/request-key.d @dir etc/rwtab.d @dir etc/statetab.d @dir etc/sysconfig @dir etc/terminfo @dir etc/xdg/autostart @dir etc/yum.repos.d @dir opt @dir srv @dir usr/lib64/gio/modules @dir var/adm @dir var/cache/bpf @dir var/cache/ldconfig @dir var/db @dir var/empty @dir var/ftp @dir var/games @dir var/kerberos/krb5/user @dir var/lib/games @dir var/lib/misc @dir var/lib/rpm-state @dir var/local @dir var/nis @dir var/opt @dir var/preserve @dir var/spool/lpd @dir var/spool/mail @dir var/yp @dir %%LINUXBASE%% @comment These directories may have filesystems mounted and then it may not be @comment possible to change their mode and timestamp like @dir tries to do. @postexec mkdir -p %D/dev/shm @postunexec rmdir %D/dev/shm 2>/dev/null || true @postexec mkdir -p %D/proc @postunexec rmdir %D/proc 2>/dev/null || true @postexec mkdir -p %D/sys @postunexec rmdir %D/sys 2>/dev/null || true @postexec %D/usr/sbin/ldconfig @postexec %D/usr/bin/gio-querymodules-64 /usr/lib64/gio/modules diff --git a/emulators/linux_base-rl9/pkg-plist.amd64 b/emulators/linux_base-rl9/pkg-plist.amd64 index 2b3900bf9197..596db2e15d5b 100644 --- a/emulators/linux_base-rl9/pkg-plist.amd64 +++ b/emulators/linux_base-rl9/pkg-plist.amd64 @@ -1,2578 +1,2655 @@ @preexec [ -n "`/sbin/sysctl -q %%SYSCTLMIB%%`" ] || ( echo "Cannot install package: kernel missing 64-bit Linux support" >&2; exit 1 ) bin etc/GREP_COLORS etc/adjtime etc/aliases etc/bashrc etc/csh.cshrc etc/csh.login etc/dnf/protected.d/setup.conf etc/environment etc/ethertypes etc/filesystems etc/host.conf etc/hosts etc/inputrc etc/issue etc/issue.net etc/krb5.conf.d/crypto-policies @sample etc/krb5.conf.sample @rmtry etc/ld.so.cache etc/ld.so.conf etc/mke2fs.conf etc/mtab etc/networks @sample etc/nsswitch.conf.sample etc/os-release etc/pki/tls/ct_log_list.cnf etc/pki/tls/fips_local.cnf etc/pki/tls/openssl.cnf etc/profile etc/profile.d/colorgrep.csh etc/profile.d/colorgrep.sh etc/profile.d/csh.local etc/profile.d/gawk.csh etc/profile.d/gawk.sh etc/profile.d/lang.csh etc/profile.d/lang.sh etc/profile.d/less.csh etc/profile.d/less.sh etc/profile.d/sh.local etc/profile.d/which2.csh etc/profile.d/which2.sh etc/redhat-release etc/request-key.conf etc/rocky-release etc/rocky-release-upstream etc/rpc etc/shells etc/skel/.bash_logout etc/skel/.bash_profile etc/skel/.bashrc etc/subgid etc/subuid etc/system-release etc/system-release-cpe etc/xattr.conf lib lib64 run sbin usr/bin/[ usr/bin/alias usr/bin/arch usr/bin/awk usr/bin/b2sum usr/bin/base32 usr/bin/base64 usr/bin/basename usr/bin/basenc usr/bin/bash usr/bin/bashbug usr/bin/bashbug-64 usr/bin/bg usr/bin/bunzip2 usr/bin/bzcat usr/bin/bzcmp usr/bin/bzdiff usr/bin/bzegrep usr/bin/bzfgrep usr/bin/bzgrep usr/bin/bzip2 usr/bin/bzip2recover usr/bin/bzless usr/bin/bzmore usr/bin/cal usr/bin/captoinfo usr/bin/cat usr/bin/catchsegv usr/bin/cd usr/bin/chattr usr/bin/chcon usr/bin/chgrp usr/bin/chmem usr/bin/chmod usr/bin/choom usr/bin/chown usr/bin/cksum usr/bin/clear usr/bin/cmp usr/bin/col usr/bin/colcrt usr/bin/colrm usr/bin/column usr/bin/comm usr/bin/command usr/bin/cp usr/bin/csplit usr/bin/cut usr/bin/date usr/bin/dd usr/bin/df usr/bin/diff usr/bin/diff3 usr/bin/dir usr/bin/dircolors usr/bin/dirname usr/bin/du usr/bin/echo usr/bin/egrep usr/bin/eject usr/bin/env usr/bin/expand usr/bin/expr usr/bin/factor usr/bin/fallocate usr/bin/false usr/bin/fc usr/bin/fg usr/bin/fgrep usr/bin/fincore usr/bin/find usr/bin/fmt usr/bin/fold usr/bin/fuse2fs +usr/bin/fusermount usr/bin/gapplication usr/bin/gawk usr/bin/gdbus usr/bin/gencat usr/bin/getconf usr/bin/getent usr/bin/getopt usr/bin/getopts usr/bin/gio usr/bin/gio-querymodules-64 usr/bin/glib-compile-schemas usr/bin/grep usr/bin/groups usr/bin/gsettings usr/bin/hash usr/bin/head usr/bin/hexdump usr/bin/hostid usr/bin/i386 usr/bin/iconv usr/bin/id usr/bin/info usr/bin/infocmp usr/bin/infotocap usr/bin/install usr/bin/irqtop usr/bin/isosize usr/bin/jobs usr/bin/join usr/bin/keyctl usr/bin/last usr/bin/lastb usr/bin/ld.so usr/bin/ldd usr/bin/less usr/bin/lessecho usr/bin/lesskey usr/bin/lesspipe.sh usr/bin/link usr/bin/linux32 usr/bin/linux64 usr/bin/ln usr/bin/locale usr/bin/localedef usr/bin/logname usr/bin/look usr/bin/ls usr/bin/lsattr usr/bin/lsirq usr/bin/lslocks usr/bin/mcookie usr/bin/md5sum usr/bin/mesg usr/bin/mkdir usr/bin/mkfifo usr/bin/mknod usr/bin/mktemp usr/bin/mv usr/bin/namei usr/bin/nice usr/bin/nl usr/bin/nohup usr/bin/nproc usr/bin/numfmt usr/bin/od usr/bin/paste usr/bin/pathchk usr/bin/pinky usr/bin/pldd usr/bin/pr usr/bin/printenv usr/bin/printf usr/bin/prlimit usr/bin/ptx usr/bin/pwd usr/bin/read usr/bin/readlink usr/bin/realpath usr/bin/rename usr/bin/reset usr/bin/rev usr/bin/rm usr/bin/rmdir usr/bin/runcon usr/bin/scriptlive usr/bin/scriptreplay usr/bin/sdiff usr/bin/sed usr/bin/seq usr/bin/setarch usr/bin/setserial usr/bin/setterm usr/bin/sh usr/bin/sha1sum usr/bin/sha224sum usr/bin/sha256sum usr/bin/sha384sum usr/bin/sha512sum usr/bin/shred usr/bin/shuf usr/bin/sleep usr/bin/sort usr/bin/sotruss usr/bin/split usr/bin/sprof usr/bin/stat usr/bin/stdbuf usr/bin/stty usr/bin/sum usr/bin/sync usr/bin/tabs usr/bin/tac usr/bin/tail usr/bin/tee usr/bin/test usr/bin/tic usr/bin/timeout usr/bin/toe usr/bin/touch usr/bin/tput usr/bin/tr usr/bin/true usr/bin/truncate usr/bin/tset usr/bin/tsort usr/bin/tty usr/bin/type usr/bin/tzselect usr/bin/ul usr/bin/ulimit +usr/bin/ulockmgr_server usr/bin/umask usr/bin/unalias usr/bin/uname usr/bin/uname26 usr/bin/unexpand usr/bin/uniq usr/bin/unlink usr/bin/users usr/bin/utmpdump usr/bin/uuidgen usr/bin/uuidparse usr/bin/vdir usr/bin/wait usr/bin/wall usr/bin/wc usr/bin/wdctl usr/bin/whereis usr/bin/which usr/bin/who usr/bin/whoami usr/bin/write usr/bin/x86_64 usr/bin/xargs usr/bin/yes usr/bin/zdump usr/bin/gio-querymodules-32 usr/lib/.build-id/00/9b48d5cb84a9cdd20e8d9cb6f4503a6f94b2ee -usr/lib/.build-id/01/8f5c29da91f878da7a844067d3858a6db99bdb -usr/lib/.build-id/01/ffe47061d10ead6e61e48fb55a8b7e82968efa +usr/lib/.build-id/01/201b981f51b64cfb0e07db34a8252a31353426 +usr/lib/.build-id/01/b1d2c752870b8ffe4c77a1480d090972adc26a +usr/lib/.build-id/02/603e4246c063d1c34cd9fbbd2721fc1be4c049 +usr/lib/.build-id/02/75e344024a28d1b7dc6cf0add4b95ea55e4d44 usr/lib/.build-id/02/86ab2bbba17240d53eaf82c32695d971e46c86 +usr/lib/.build-id/02/d409ecc45523a36fcfae2ca5edc7f2f5d5d5de usr/lib/.build-id/02/f091863382147c7bbc959a3990af53fccde1d3 -usr/lib/.build-id/03/933713e30585e20a72742195ee39c007c97c4a -usr/lib/.build-id/03/e46f5dad0bd76f21bd59d720ad159b99881606 +usr/lib/.build-id/03/9385093a26e86647a6c9323e0d863be2fcd965 +usr/lib/.build-id/03/9b7c96341e4ff1f960bb4491a2b7c39da196b4 +usr/lib/.build-id/04/220b5e9381dfa16798b371d71990945971aac7 +usr/lib/.build-id/04/6e0c6c02d81e2fe834d7153ac571fc23d5e5e9 usr/lib/.build-id/04/c564e1d028792291cb6c7fbdef662e3a063c36 -usr/lib/.build-id/05/0f739c2921bed265fb993051b9ffcef2194170 -usr/lib/.build-id/05/3df675c064125676750e796013a8c33acfb488 -usr/lib/.build-id/05/9bbebff201fa78c85829b3b68e872d8030588d +usr/lib/.build-id/05/06bf6451812b3f340946fcb6b7fe92129c39a2 +usr/lib/.build-id/05/2b3c0efa00d425d1d8d4d1f9b8d5c90f5aec4a +usr/lib/.build-id/05/b8339e3eb56f73fc5ba51f2a657356e51a1350 usr/lib/.build-id/06/68831ab28fd5a6801a8dbc0e7f85af12065e3b -usr/lib/.build-id/07/0aa8e07c1771d413dd0dffe97b3b19e164a5fb -usr/lib/.build-id/07/11cd9803d0d4ec389031bb44a060991919cb51 -usr/lib/.build-id/07/6c75af4cdd6f5a3fd037a352974e2499a94fda -usr/lib/.build-id/08/62c1f40a5d96ccf865714d9c27e8fe8fcf5f33 +usr/lib/.build-id/07/d7230d562e99284e7da17928b6ea8ea43f1f61 +usr/lib/.build-id/08/506448a1c1355fd65b579cde2e90bd45a7d4fd +usr/lib/.build-id/09/e791d06a2380f0a58583b90bb9cd4b78b2f777 usr/lib/.build-id/0a/47fead2b5d45d6d43e4313ce68ae67bbc7e051 -usr/lib/.build-id/0a/4c60fc412eb2eba9b5c9647dfd6b94f43fff2b -usr/lib/.build-id/0a/e51ce0f25259caa8115696e55bde65f5981365 +usr/lib/.build-id/0a/66b7afc0d45c475281ed4b719828952e9f31a4 +usr/lib/.build-id/0a/ecc3bb2562cc7be4dd38b029b1da10c6992c9c usr/lib/.build-id/0b/e639b952fb9f808211717faa02779a11cf579a -usr/lib/.build-id/0c/6a2d89b0fa6707bc5a941ac0b40b6e92de97b6 -usr/lib/.build-id/0c/97722d802df100fd0f85722e5cc1fce8f4e196 -usr/lib/.build-id/0c/c405cbf0c1b948291fe2a1a381f5da0fee625b -usr/lib/.build-id/0c/d70143b0c87fc86f5bfed7915489425dd3c5a9 -usr/lib/.build-id/0c/f9fae3cbb102c1b19ab15ea3bab62a7e570e5d -usr/lib/.build-id/0d/26f0781ef75b34548d23563edb2b343ec7bcb3 -usr/lib/.build-id/0d/72b38264242d35d96c9e3e592315de87b9b1d0 +usr/lib/.build-id/0c/447c3cd1f62c711bee115ad4ea10ced1a73a1d +usr/lib/.build-id/0c/e90498e8909bac8c1be7e54156d557897db045 +usr/lib/.build-id/0d/1ff2e1036f0599c76d625ae462995fb476c5d9 usr/lib/.build-id/0d/87305c724b6f99adc6ae43fb712d214193400e +usr/lib/.build-id/0e/0d50ad89015da6fbaa618d9b2a2257266bccb1 usr/lib/.build-id/0f/10bbf5b58079746d984ca5d507abc397d1e726 usr/lib/.build-id/0f/aa1f58f643f887684769f00926672cab2b4d1c -usr/lib/.build-id/10/343a63727304dea1ecbebd74a99b054ea362b1 -usr/lib/.build-id/11/23a6f4e836184285b2a358d48fbe37666956f0 -usr/lib/.build-id/11/4302a7218be53daa8cd7754505c9c099a802ff -usr/lib/.build-id/11/499e6ff9ec145367b36e1f9c1f40263dac5035 -usr/lib/.build-id/12/01158df5361b14d050c0966af3228b7ab5164d -usr/lib/.build-id/13/7370453f6a24f213d7e797b237e30e599a165f -usr/lib/.build-id/13/d6ecd0f78bd26ca9413611992482ed5e2447be -usr/lib/.build-id/14/2b2cc4ada35a4fc8bdb7b298292dd365287894 -usr/lib/.build-id/14/74b969950a2e9711e9689520eacd8227b65ff6 +usr/lib/.build-id/11/911eb584a6fc3bc6ad5c273c013f0e3b0cb750 +usr/lib/.build-id/11/d44db5144a78924cb899c406d13005b0db14e2 +usr/lib/.build-id/12/d66c4f7bd57543eb79b930030468052706a913 +usr/lib/.build-id/13/6869f53e6d34991e63baf5da655f18815c05df +usr/lib/.build-id/13/7984e6ccb42ed823e65c7b60076bb12029cb58 +usr/lib/.build-id/15/3a0afe684399893b9d6b87892112ba0079287d +usr/lib/.build-id/15/7a13cb06ec55fd0d269ce803f61b9ef82a4b78 +usr/lib/.build-id/15/9d0b6aeba02cfd8de42a2af61a72716d1559f7 usr/lib/.build-id/16/14c986f49425ffa721e2e4fb89ce93cbe55161 usr/lib/.build-id/16/47e6c1ec7d06fe6883562165f2ae6635d9f7c4 -usr/lib/.build-id/16/6f68349de8e03c8ad2c118ec2cd992d05bc50b +usr/lib/.build-id/16/4eaaa145d567edd6d609552872bff37e062fdf +usr/lib/.build-id/16/79889bb0661d4cb993be96851596941f4bce0a usr/lib/.build-id/16/d27cd949ba654c0f950d677ef4ad62ed710e71 usr/lib/.build-id/16/d75a2180d07f8f2c0a2437e42c902b3f27298e -usr/lib/.build-id/17/77af5839880afa15f8748216a09470fdf6c246 usr/lib/.build-id/17/8dbb548216a6c622d775047241a88fbbdc3d9c -usr/lib/.build-id/17/9fb6dda9c4e1fc5b037e41f27f90b3893ad288 -usr/lib/.build-id/17/b557c7349409dcadaf617895cc4a6016684132 -usr/lib/.build-id/17/dc4b30e53f4f4ea1862b9788d0cd0a27c43699 +usr/lib/.build-id/17/d7b517501f82efb533812f68bb2c37b0509d62 usr/lib/.build-id/18/3f6a3902997fd73232226905a4ff481489b61e -usr/lib/.build-id/18/53d08be79d49b17d9eaf6551eb1a246cd7a380 -usr/lib/.build-id/19/ae2af9c904bf281e82dcf736e40c14e79b6ca0 -usr/lib/.build-id/1a/11e03063e9160803ab6a87cece2ad25346f20f -usr/lib/.build-id/1a/2d7ae08b44904a74bcf83322cbb3a5e9a81325 -usr/lib/.build-id/1c/3573f40f989ecedd2c8db9045a4ba4931eff6e -usr/lib/.build-id/1c/6e6de9f22ea8524cd4ac2cac0bb4fba4aaec85 +usr/lib/.build-id/18/501cdca644b8daef36b94eb324cebf28060440 +usr/lib/.build-id/18/83502a9ec3c0d6a6d8a184b4cd041d9911cabb +usr/lib/.build-id/19/8bdc74d716c5d62fe8837667f9201ad797edf8 +usr/lib/.build-id/1a/fdd52081d4b8b631f2986e26e69e0b275e159c +usr/lib/.build-id/1b/dc46d11b04765bc149e374dd80650ce36b04ed +usr/lib/.build-id/1c/1474e035d147524ca893caca4930b5b83cb300 +usr/lib/.build-id/1c/6c9c6a471b0cecf138ebed4b82ec09f21f5781 +usr/lib/.build-id/1c/ffe6225840cffffe9b53b214c34d9596f16660 +usr/lib/.build-id/1d/311603b01108690a86999b7f9b4e44bb7acaee usr/lib/.build-id/1d/80840ca029e24a485f5d927235be6d7f033443 -usr/lib/.build-id/1d/fe0fca093d168ea6df2a28c1a3c12aee48cfbe -usr/lib/.build-id/1f/b8e1c5fcbd3c021eee3a00594831d1b0952cb9 -usr/lib/.build-id/21/368fb40dd4a5d5117d04841c55d6fc59919b98 -usr/lib/.build-id/21/f2c378e0c53f3ea53147b287fbdc139fbe2713 -usr/lib/.build-id/22/2263e79aff70dfddb0a87f949cf5c417b61f65 -usr/lib/.build-id/23/15f3d3e0fe8d6c61721b188c60be172639f8f7 +usr/lib/.build-id/1d/8806a634247fc5e9f94e8ad300be792393d093 +usr/lib/.build-id/1e/aa00f32b11667b98f2133a50d637a344a4ea33 +usr/lib/.build-id/1f/023413a08dc91ac12b572b134ae1db890df9fb +usr/lib/.build-id/1f/741a5b85186e7c3823cc51b2701c5148fa3548 +usr/lib/.build-id/1f/d21a63dfce9da882b4a1b9846e7191439d1262 +usr/lib/.build-id/20/a839a93a5de52e70917ce96ed81baf4f96813e +usr/lib/.build-id/20/ccb2ba058b27563e4bdd5db2d72fbf6810f1d0 +usr/lib/.build-id/22/2d5960bd543161135ee0af1de949b6589bde28 usr/lib/.build-id/23/5ad5379c9648c80188041abb97894713885f13 -usr/lib/.build-id/23/9f14ca561c08e1b087ca1bf0f9bef729eb3736 -usr/lib/.build-id/24/08f4601df26ebfc28accd9696806d0a95d3f0b -usr/lib/.build-id/24/11000ba72aaa10ca27514f3cccab92fadea0e5 -usr/lib/.build-id/24/13175c386589ced075446c9a2956543260a978 +usr/lib/.build-id/24/26f958c9bdd6adb34c8c53f31d45b487be18c5 +usr/lib/.build-id/24/88284c48975afc3d0378e2f0cf7ee0a84c4f7d +usr/lib/.build-id/24/ce29bd8e77a973abcc485e55c03da87ea872ee +usr/lib/.build-id/24/e371893b0c7c1640748977809bcd2dd4b3e50d +usr/lib/.build-id/25/28c02e46dd8c38ce3608fc0374b818e3fb719f +usr/lib/.build-id/25/49cb668e6ea87e23d53e0c9234a95eafe6b424 usr/lib/.build-id/25/6e6f7b6763f0cbfd6d86a37ca732355ab2aeb2 -usr/lib/.build-id/26/3d774523753919ff38ea335fcd9f346f54444d +usr/lib/.build-id/25/b03ef02064391339f3b6b9f5552d2172e3257e usr/lib/.build-id/26/52926db8a4e657316e89317abe73d46139bdf8 -usr/lib/.build-id/26/fc087109278cf93d21f148451c7c35f53ff965 -usr/lib/.build-id/27/4a6e91362a51abce9fde464a9240a28a21f679 -usr/lib/.build-id/27/b8ede3a9a2eb4e47b7db21be43c78c9cdef06e -usr/lib/.build-id/28/25be96e4f46bb70cd11aa7aaf0123a5e1edf47 usr/lib/.build-id/28/a8886b4f45b97b8ca274e4b43cb6e60f7683a6 -usr/lib/.build-id/28/eb9ceb9835e1620576beb996e8b86531becaeb -usr/lib/.build-id/2a/1cd64fdb509426774ef8bde91e29faff4835d0 +usr/lib/.build-id/28/aed38833551909c33c1cfe4541305be86a1cf0 +usr/lib/.build-id/28/d0c126740a5c73b5c74afa5961423f5a35d893 +usr/lib/.build-id/29/c8af889a69598556c7a771818108360551771c +usr/lib/.build-id/29/e21b11c114ff95151f13164087d268a82cdfa5 +usr/lib/.build-id/2b/19a01be99cf3a522aa381e7ca6b4d86b5a7ffc +usr/lib/.build-id/2b/4f81148e03cffd18204543db195b6bbf00c4ca usr/lib/.build-id/2b/65d4f00729b94cc4d6e2bd0f1e0b6195190588 usr/lib/.build-id/2b/78ebf119aee2b429d59df3b2a91042a282d0e6 -usr/lib/.build-id/2c/0adf26e1b51a3995230b460a6f31ec89beb57b -usr/lib/.build-id/2c/7a03857924335475755d4825ecda34f2da48b5 -usr/lib/.build-id/2d/22e22fafedac22fa2948c463fac4a81357cbb6 +usr/lib/.build-id/2d/2a36e0db3bba13071aae0a24ae01b47732f6d9 usr/lib/.build-id/2d/754e4c2db42564146d024425dd15c680b2598b -usr/lib/.build-id/2d/7ece7536335bce1c7c6ea65b6451a6ea39c780 -usr/lib/.build-id/2d/9665f302a3cffc1282fbe550192288df0db278 usr/lib/.build-id/2d/e6d1a8cdbae5bab780876ec29852a0848a05fb usr/lib/.build-id/2d/ee3c96998d9989214e218b82fbed50b36d6f20 usr/lib/.build-id/2e/074a7253e75d943a188602c92a97dd62939739 usr/lib/.build-id/2e/3fe23f9a6a9e40cb80be90ff6ae14f7a2c0520 usr/lib/.build-id/2e/6af17020caef00d163c1303e507daf66f360e3 -usr/lib/.build-id/2e/72ec4ac0b1eb93955903def05c06fbfc73b0df -usr/lib/.build-id/2e/73c7f5a608c7c3e1171ea47dd918518b9f86b3 -usr/lib/.build-id/2e/a372b0b7a5fea6ef2540edaa4b16c6e59c06cf -usr/lib/.build-id/2f/2abe310a7f7841bf3898f0284332066bd29f22 -usr/lib/.build-id/2f/2de1a0984f8525a00212fb5e4cf2b413c84c77 -usr/lib/.build-id/2f/d8615d655376883056994305ec67e291f314c9 -usr/lib/.build-id/2f/db53b9ce25c835b1d269369b8cd90028cbb242 -usr/lib/.build-id/30/4232755e2204c34161e486e90244fb5333f7eb -usr/lib/.build-id/30/4232755e2204c34161e486e90244fb5333f7eb.1 -usr/lib/.build-id/30/4232755e2204c34161e486e90244fb5333f7eb.2 -usr/lib/.build-id/30/4232755e2204c34161e486e90244fb5333f7eb.3 -usr/lib/.build-id/30/4232755e2204c34161e486e90244fb5333f7eb.4 -usr/lib/.build-id/30/4232755e2204c34161e486e90244fb5333f7eb.5 -usr/lib/.build-id/30/a42d0e87172777847857780c90307f238d98e9 -usr/lib/.build-id/30/e7ff72208a9de497e89a4f251476c96355be1b -usr/lib/.build-id/31/093d4bb3d2108dc28a2790cba0908c9c08f635 -usr/lib/.build-id/31/c22d555280e5da46635f3163589918c8162438 +usr/lib/.build-id/2f/aebc52689c2e49d42186149324b15e9212e59d +usr/lib/.build-id/32/4e86ecb23847f27caf3bf9c70be24e511b25f1 +usr/lib/.build-id/32/7b759fca91628c983a6055ef095e77cb77051f usr/lib/.build-id/33/0eb2fe0769e5466e2e0ac1b158e1e8452738c9 usr/lib/.build-id/33/72acac67d8bb011c524331e39d851313c1403a -usr/lib/.build-id/34/04b73995dd968be1df14f8aed0369a18656ba0 -usr/lib/.build-id/34/0aaee1ece2d5614f3f8d38a17930c8f664e889 +usr/lib/.build-id/34/076457399cf4f107d985d3b513a115d8c329ec +usr/lib/.build-id/34/0f42758119d3cd45eb79e8ceafd89dcb34e8d0 usr/lib/.build-id/34/46712c07e22f5b4ce8f480e2cd7c35b34bec00 usr/lib/.build-id/34/abb974a72680be6aac83d6803f76396b49142d -usr/lib/.build-id/34/b4215910aad65b4dccd2bd2d422d092a4e7e39 -usr/lib/.build-id/36/1f810954f874e754f9dd47d25246a08080b81b -usr/lib/.build-id/36/4a2d8a792706b0235beb0e82d02bd841ae873a -usr/lib/.build-id/36/5094d829cb3597c18b5f338401ddc6710e7498 -usr/lib/.build-id/36/7c716e859fab7ae68370789735f8e9c6924712 +usr/lib/.build-id/35/45c9ddce2756d9cfb7c1e9364045aa70ea3f40 +usr/lib/.build-id/35/6c30fe5c10b93b44fa43a409ffffcd47c17a46 +usr/lib/.build-id/36/04e280efd030e778e56849c37137e4f8f44d4d usr/lib/.build-id/37/07e8e3291c47f45a7329d9d648fced7358a540 -usr/lib/.build-id/37/5ee5ae84c9d8446e68b5bbc1d33d280ca292d1 usr/lib/.build-id/38/2d079775ef7ffc4763a0eb6ccde192aa16b2fc -usr/lib/.build-id/38/e0dcb83b5aa7d9fcd19716d0a8a6c2e6bd4f51 +usr/lib/.build-id/38/7f9df6db2fbf0b473d35f795758bdeafe428c2 +usr/lib/.build-id/38/98f28df070ae82ed07caad6d58958c0eb13b85 +usr/lib/.build-id/38/b52d57cb41682da851921d0f3e0a2a398e8701 usr/lib/.build-id/39/037426720c32f039bddfe8b2080b477215a7eb -usr/lib/.build-id/3a/0e6305873a998da3fe1a9ef1b67c2f0e902ad7 -usr/lib/.build-id/3a/d7894d90cd0e8fb0a63e653f22d23ff686d27b -usr/lib/.build-id/3a/f6b27a0726e040a0baf23aab9ffb15906ca861 -usr/lib/.build-id/3c/783d4d0612dac5486b40457a4b3c0af8248a58 -usr/lib/.build-id/3c/e2d63f2a9309be52548dcfcc7a74e13fe3628d -usr/lib/.build-id/3d/43b680666b57495abc3e4ebc67a5e812977f10 -usr/lib/.build-id/3d/484059945faf9ab77303e5defbb8a9fe075c72 +usr/lib/.build-id/39/edf0feded78519191369c3977bbbfc0c87769a +usr/lib/.build-id/39/ff827efadbb14ff6e67e76b153b36c9e8899f4 +usr/lib/.build-id/3a/0fc075029d3fc1919a6be940b00bbeff17527e +usr/lib/.build-id/3b/69b2c0981ee9210e538463bf0edf5b1e54fc01 +usr/lib/.build-id/3d/74bc0156fb37a2b5a273277ce81c1765fcd9d2 usr/lib/.build-id/3d/829b238137efcf6c3b8e51339866d6c6fd5bb8 -usr/lib/.build-id/3e/e2b95d22c2523f37fb6ed5571988e251fe2fa9 +usr/lib/.build-id/3e/4ca89ad898a819230b8627b8a9b224b7e8822f +usr/lib/.build-id/3e/6fb7addea2742501da9725765e6562382a8f6d usr/lib/.build-id/3f/713e1083c67a47cc0da3b49f7e0d22e845bc9f usr/lib/.build-id/40/2dfd48b743057d0227f5dbd6e7a28c672ac749 +usr/lib/.build-id/40/4b4faef8a12bbd4b065b5c46233ed4c13a146e +usr/lib/.build-id/40/b5cff5fd5f36660b638da8ffcfce3831e8265d usr/lib/.build-id/40/be2400cbdf17b0ceea6af996cf7b0cf5118848 usr/lib/.build-id/41/5d19a7bdbe26b352c0391f7200dd9b8c0eabf8 usr/lib/.build-id/41/6d3603a3a4416ca0e2da2ba1803734669b023a -usr/lib/.build-id/41/bcf67695873210bbf9c7a62db2b407f42ac8a0 -usr/lib/.build-id/42/228cceba392ec9228b033c9efc7bf6adc5ba20 -usr/lib/.build-id/42/645db2296c16656788470e8da41f45fd32bf5c -usr/lib/.build-id/45/18a605f4bf6a3da6b30144a3edf8b01ecc3759 -usr/lib/.build-id/46/319065e01fa1639f5e2a01e38e8722e32b442f +usr/lib/.build-id/41/d733eb930bc4db53541cfe4c84a3e82db4a523 +usr/lib/.build-id/43/5b8ef08c4e844ae705d0bd223af4b8081af723 +usr/lib/.build-id/43/c2cc269f54d42bdf554daf38d8068d9cea0078 +usr/lib/.build-id/44/2b073905f1137930d40e334651e48251fa1af9 +usr/lib/.build-id/45/9309e61ef551c6551d8333576c113ddc30f126 +usr/lib/.build-id/46/3640400afe919eb904ec17063d2b24d5a6c2e5 usr/lib/.build-id/46/6da8f72dca0d750ca0913d75ef7e11ed25596a -usr/lib/.build-id/46/d396c40e9cfbc313e9b373d3176229cbf2d3a6 -usr/lib/.build-id/47/16f5b80b326321945005bfd34be02ccc95ee36 -usr/lib/.build-id/47/4df5a343effb690b8d941d17a4a132d9b4879e -usr/lib/.build-id/48/3e5200a9c337a08d779d488fd152b23337fc32 -usr/lib/.build-id/48/5cc98c609e6f41794ef08157e0ba3605dabc38 -usr/lib/.build-id/48/ce26abd836ccf27a76758dd73a0bd55d21cc03 -usr/lib/.build-id/49/adac7da059cfd7145440a9d107c91e3c4fce73 -usr/lib/.build-id/4a/03aceea5c488934e3ab17289f64fa822dd76ed -usr/lib/.build-id/4a/e2d7dc7b0da49c154307995680c944946ed90b -usr/lib/.build-id/4b/1bda65ed160a94e446d5a8a67bef34ccffea83 -usr/lib/.build-id/4b/a1edf446e3f7cb818caf49331aa7d653e34f41 -usr/lib/.build-id/4c/1203a0f9043350e94a60439057e6c0af3595aa -usr/lib/.build-id/4c/5b04ba81ba9e923082987a92497872f7b4dd8f -usr/lib/.build-id/4c/7b5ac8c8c0ed3c3d7dd295e2bb8781bf6f40f8 -usr/lib/.build-id/4c/7ff938805d06bca0b70f89552011076b72b899 -usr/lib/.build-id/4d/653d993e660151cb4ba7c5acb6604667a3e2d7 +usr/lib/.build-id/47/1f69031983de192fa88210b8ae2370c4d9c4d2 +usr/lib/.build-id/47/cabe6cbfc6209e3e1b7b5c098862d99a4ae95e +usr/lib/.build-id/49/60c104b0bf2f2337b6e8bae8e1a0b7efb1da33 +usr/lib/.build-id/49/865794f18328619f969920e44dbbe140edf3f7 +usr/lib/.build-id/4a/5f0ea52120c5359f7e389f8c19b2bde42baa6d +usr/lib/.build-id/4b/17d2f7436aeef57c753585f117d2c86a538ade +usr/lib/.build-id/4c/2a4c60e84137c24446af2f9a45c66f63024b2a +usr/lib/.build-id/4c/aa1cbf3324d8c99dcb6cd0655f4998f2e4b04c usr/lib/.build-id/4e/2e5ead21777d007585882d5a16eec9dec0c81d usr/lib/.build-id/4e/da7771a125344cf362d9964c68ae0bceb5319a usr/lib/.build-id/4f/5deea12b421879216fac18e9bb60de4ac9fb0f -usr/lib/.build-id/4f/9b66d5e1aca0f3f6f77c1353078e0e4f3afbed usr/lib/.build-id/4f/bd40d274a792d3214cd6da5e9274c16942235c +usr/lib/.build-id/50/60d940577ea597058faa1a36611afd8b0d658c usr/lib/.build-id/50/695f23da4647a1b765e512c6bc0b3b91e8af97 -usr/lib/.build-id/50/9996a1d7a222ec868d5bc28e6d7666c4ec511d -usr/lib/.build-id/50/ebac682d750fea1554fe76cd817b4db818573b +usr/lib/.build-id/51/5f683ec1b7a3d4f6f40216e077d3fca77818b7 usr/lib/.build-id/51/673dac30aa14a615e03a50ac6853b1540a0104 -usr/lib/.build-id/51/c0826bef04d5109abb5b2a4afe0387920161c1 usr/lib/.build-id/52/2125b6594a50582cab344ee8bf9abfcd487445 +usr/lib/.build-id/52/2f62c83fa9161d2c199b914e9096ed785a19bf +usr/lib/.build-id/52/512c9969331362cbd4ce77a1e4e3a3019b4b42 +usr/lib/.build-id/52/90a3fc9a71fa6b4296638c9c2a57143f7c4a8b usr/lib/.build-id/53/8b08d13ccb8685680153c64221a5a225b5239b -usr/lib/.build-id/53/b583b6b1116ac433c36bebcc496938837dfb59 usr/lib/.build-id/54/f89ec05da34d5e9f53e91bc26ed5d938fe2313 -usr/lib/.build-id/55/1af6dca417f00e9d0bbf9e00a9832ff79656f5 -usr/lib/.build-id/55/99d88ebf0ecda3db13a773d8e4c17a383e4cf7 -usr/lib/.build-id/55/ab4ba9395d964e45d96ded01ee6664601f7890 -usr/lib/.build-id/56/343b06dd84678d536af250dbb3adfdcc3b1324 +usr/lib/.build-id/56/6647b33657b944f9eb82a8a50805f00afa425e usr/lib/.build-id/56/710ad4beb4461457be62b64e65f328d46502a0 +usr/lib/.build-id/56/80f884c707256a2a85e21b4bf0b6805c1a6914 usr/lib/.build-id/56/87823a18f153cd5e6d45cbac9b3c06af221380 -usr/lib/.build-id/56/8f05da8494ea793222bd028d5a5413f1679a83 +usr/lib/.build-id/56/d4af62456d823067b7cf0b813a85e410ea073f +usr/lib/.build-id/57/1cc7ad17a49c6b1035f51f233f119cfd46330d +usr/lib/.build-id/57/449c97acf5f77832a3b37ec6ca4e888a4f7d00 +usr/lib/.build-id/57/b46cf1d5ba66e7eeb9a566843a144e2ce73989 +usr/lib/.build-id/58/32aa17cb6e5e27d6110fb69e71cafa3dbaf554 usr/lib/.build-id/58/5ff3833574647a623ae848d8b8031fec46c4da -usr/lib/.build-id/58/ceb573355732bba1d3c993a79bd360745b819d +usr/lib/.build-id/58/bb916f28a8bafb0c2cf57d9c280d3e10735d7a usr/lib/.build-id/59/a68e56d5456df11d1339f57f6e91a3af7581f2 -usr/lib/.build-id/5a/91da459d72a809b1b336a778ebff31ee77c536 -usr/lib/.build-id/5a/ca350a855066954384956400fe2798e7ab9daf +usr/lib/.build-id/5a/b72b49960a4cce80b2d1b8a2ec82c2b8d1883f usr/lib/.build-id/5a/d82e5076fc9c5315539716faaf9ad57e9caf3f -usr/lib/.build-id/5d/16f2a052c03b2aa0a439ef3deb39f3d0a1fc90 -usr/lib/.build-id/5d/2a7666078ff890ccd5e2972ece6a9b4c1db7a3 +usr/lib/.build-id/5c/8c3a430a8a9c7680ff920b9b5f2ce05c4c507a +usr/lib/.build-id/5c/d5496ac1c8ca089476c63e1ef5104a491c3b90 +usr/lib/.build-id/5c/ddaee0f95aee615fe5b8da32156e0d0f161e54 +usr/lib/.build-id/5d/68c0b5a06cf9aa0c45967421fb1eeabe61d548 +usr/lib/.build-id/5d/7045cd456afcb8d095fdf7e39e7dd8164c9840 +usr/lib/.build-id/5d/addeaefe2b21fdbb7fd698bf25fe9f7654f022 +usr/lib/.build-id/5d/f11ae23ef330f1b0911b6325773ded217b51b1 usr/lib/.build-id/5e/2707aea4c6695fa2aca5169bb6d53991aa87bc usr/lib/.build-id/5e/3f19ec7e492f44ff5ba61a159a47cf4cad6251 -usr/lib/.build-id/5f/726f9dd1f14a0b5d6feafb66c19c8b5b0513e4 -usr/lib/.build-id/5f/7d488d1c657902ef625e6a7553a8fbb4b6e14f -usr/lib/.build-id/5f/b01b1aef4edddc23a6c9c8b455361ab734d9bd -usr/lib/.build-id/60/33f411e75b85a8da8d0a63579f3282bef24fe9 -usr/lib/.build-id/60/3b0b0b8e294ce9ffdc175157bed17d239d94e8 +usr/lib/.build-id/5e/c40020a7ef7879d43a0788143f960cee5bc1ab +usr/lib/.build-id/5f/0500a9a923b26865877cc03e493c351e0752ce +usr/lib/.build-id/5f/70c07b89815aa198117df2e29bacf42adf0da1 +usr/lib/.build-id/5f/7c5c9aee53f99a65d51b2313926168560fc119 +usr/lib/.build-id/5f/974be838845545e23b6397dd0d25b7ff701412 +usr/lib/.build-id/5f/99772d9718c44bdc5c1d8869234efbd220f618 +usr/lib/.build-id/60/400bd3c6ba4a0207c4e5951f42c846acc52bc9 usr/lib/.build-id/60/4155eb331a13112ecbdd6a936195c1e41ce54e usr/lib/.build-id/60/51d147bd6f6eddcb06e9bf48b4796284310227 -usr/lib/.build-id/61/00079aff5e35e305e1ffbcc456d8115bba7393 -usr/lib/.build-id/61/1bb6226d027ff740708ea3153daae31f8cb23d +usr/lib/.build-id/60/bf8bb1e00c7e4ccd8def383688a1e8a12e3fcf +usr/lib/.build-id/61/1d21660219be5e13b322396cc7828a62d981e9 +usr/lib/.build-id/62/054854b8430ab5543432847cd3fd43245ceda9 +usr/lib/.build-id/62/218a0846867cd7077ffcd14b4b5445edb9f32b +usr/lib/.build-id/62/98520010e619d3873b5a9e1e892799c3231a40 +usr/lib/.build-id/63/21a194fffeaba48a14f3cc2e0ac43b2923547e usr/lib/.build-id/63/3664f69850fddbbd6cd7ad2cc732b11ec643ae -usr/lib/.build-id/65/ad90b46031e882f06e7ced3f4bd30df636babe +usr/lib/.build-id/63/3be415fbd7596e80ecf8d598a4ad9cd6ce08d2 +usr/lib/.build-id/63/b65e9f026c70c67da02e5f0361a2c8e8e40245 +usr/lib/.build-id/64/c7833a12471ed8d44e34d3e07f5384478b5128 +usr/lib/.build-id/64/f7848246fad49da74c3985e72c00e5d11950b1 usr/lib/.build-id/65/bf3dad8dc868baa3d348c66e8733018f0d22a2 -usr/lib/.build-id/66/1fe36005d6b2d41d83744abb17ac3938e01cb7 -usr/lib/.build-id/66/b570bef633754dc47b5c894bf73d5adac492a3 +usr/lib/.build-id/66/7c163e5ba26365a303a6a953a459af58cf0628 usr/lib/.build-id/66/c69e25e48242ab7101afb037425a7705c86008 usr/lib/.build-id/66/e53686abfc4289726db40f122ea3d9928ca42e usr/lib/.build-id/67/16744f4a89a11ca8402520b6c45accb7491ad1 usr/lib/.build-id/67/16744f4a89a11ca8402520b6c45accb7491ad1.1 -usr/lib/.build-id/67/401e9f1557ee7e02b0f0ad3d3ede659fef8057 -usr/lib/.build-id/67/7b34e678fe6e78d08a820108f2920c58631950 +usr/lib/.build-id/67/228fce3d6418ac3712e70518ad0e1e7be0a51b usr/lib/.build-id/67/a0e66569da3105f6cfc63106392c71f7ff037b -usr/lib/.build-id/67/c244022193d8357efcd5f09f8470b0412887a5 -usr/lib/.build-id/68/2d0ce66d9efeb21433260023eee66f44522630 -usr/lib/.build-id/68/7319306c70847e7d1aa793e08e2ca5222c36f3 -usr/lib/.build-id/69/8b966bf05db9b8f6cba9393a7d8b3ecc3ed894 +usr/lib/.build-id/68/1878a0761abc8e3a9bdd403b20d59b3c7f0b76 +usr/lib/.build-id/69/741964a395bbc36ddb74bf21f54893609fbed2 +usr/lib/.build-id/69/7581cd1cdaacdd263d0f34a5699d3bc2ae2fd3 +usr/lib/.build-id/69/b7d3196ab1c65b4f8662e6ea6981bbbefcaea6 usr/lib/.build-id/69/f0231c4c007b6438098b7fcbd0be357b50e83e -usr/lib/.build-id/69/f59ae12d0fb4a22636409470cd64a99f8b6d78 +usr/lib/.build-id/6a/781583c9251e7fd9860ab7059fbbd8de7e2809 usr/lib/.build-id/6a/eb0d7d71f67aa91762188ec9d906e9b7639fe8 -usr/lib/.build-id/6b/5e3e46e8649ddcb84abe47aa6b18f2c9e577f9 -usr/lib/.build-id/6c/03c3aaf456918c6b32121b0453af626ab06408 +usr/lib/.build-id/6b/3fc4f3652ed7021b9bde3f9ecb04f7adffbf62 +usr/lib/.build-id/6b/8d88623cda0a9feab482117f589fa392f7c5ea +usr/lib/.build-id/6b/9d357635817bb19f7d6499c333aaa3b34242b4 usr/lib/.build-id/6c/4f63aa651798e01cb5fbcd5464207b3203c3f3 usr/lib/.build-id/6c/b8083b7c52ef6075e2ae44f9b51efe63628282 -usr/lib/.build-id/6c/fc6a50332142c83ab59ee08a5316130c03802f -usr/lib/.build-id/6d/17fbe9e1057735d2108266e5d80586df0a0317 -usr/lib/.build-id/6d/53e2c757290a74591392166529add5c781857d -usr/lib/.build-id/6d/53e2c757290a74591392166529add5c781857d.1 -usr/lib/.build-id/6d/53e2c757290a74591392166529add5c781857d.2 -usr/lib/.build-id/6d/53e2c757290a74591392166529add5c781857d.3 -usr/lib/.build-id/6d/7a58c9fd2367aa25b1edacb21f478656420c0f -usr/lib/.build-id/6e/001f260dc21fdef60d9c091274c18f195681aa -usr/lib/.build-id/6e/aad9659ea0205c0d8da070deb43b2246ce1725 -usr/lib/.build-id/6f/40f59f90a49810b4f9f60c9346da8a99b5db4f -usr/lib/.build-id/6f/9df51a16f142cd9bc72ab8d1a37b1a0dceb1bf -usr/lib/.build-id/70/afe7456279c3a0ce4038d8764fcccde46739ba -usr/lib/.build-id/70/bfeaa4fb830c4f3ec467121086b614524441d4 -usr/lib/.build-id/70/cdd7a527f52d2dbc520bf6373d1309712adba2 +usr/lib/.build-id/6d/1f1e2638da6bfd29ea677b88ea50987e30ad8e +usr/lib/.build-id/6d/74f851ee35025a6c632bc1c5a2baf24c99f0e0 +usr/lib/.build-id/6e/665bce394f302d74cad544801828ab9833e23a +usr/lib/.build-id/70/02e7e58805e5529d91f267279d56aa5800ba45 usr/lib/.build-id/72/0b534c560012f218a86ab308f031f1f8c13f0d -usr/lib/.build-id/72/820cfe63ac79e9bddfd98ee1e9545a2cbbba9a -usr/lib/.build-id/74/20d1cb125090f94966deefc8e6cd9de5ed8991 -usr/lib/.build-id/74/f3bd4cd78230432dbee94d3dadd9f8ef1b3052 +usr/lib/.build-id/72/e9739d62371b95eef6f7cf12f955c983122ee1 +usr/lib/.build-id/73/8f149c2491e64004db5109fabb5ecf08c4b889 +usr/lib/.build-id/73/b1f2f5adeca0dad6fdcce48543c631fb28d232 +usr/lib/.build-id/74/b7cfb3ce0b7570c13047a0688b4a3f0c121528 usr/lib/.build-id/75/0c33ddfb39517cc96f36394df6825d06ea932e usr/lib/.build-id/75/8c1401f19799ab07b1703d4772a65554cb3ed5 +usr/lib/.build-id/75/adfb163d1796466ce81f08cf2248847415b77d usr/lib/.build-id/76/c823f4f8d714997cf7d6ef2b986b26a365c46e usr/lib/.build-id/76/e75e0d8b09f3e897633c6508431fbdce3e8908 -usr/lib/.build-id/77/699ca1f74e099b417db30b21892c68d5b128c3 -usr/lib/.build-id/78/43387c0f0bb494b1c8052ac9b95a0c758ec425 +usr/lib/.build-id/77/f57e1407c76f822168495c6f8c6b907c9dc9c2 usr/lib/.build-id/78/43623017b58b79af0a49614101e1d14623b940 usr/lib/.build-id/78/8ca4eccb689af0d2c9d7103b69a579bb251029 -usr/lib/.build-id/79/0bf61f03ca8cdb7763c1d3aa1b7c68a3c57b04 -usr/lib/.build-id/79/e93ef65a5b9d2afd951d2ffab032b0e09672aa -usr/lib/.build-id/7a/a544d47ab1363e79166e3db2a6f8b2ae07630e -usr/lib/.build-id/7b/4c5f445f7a863c31bca5a2fc007a28a307561d +usr/lib/.build-id/78/ff4de3a81e5466642607a879e522e62ac20b4c +usr/lib/.build-id/79/4c6126d080833af98e5f14ee73663d5cd962d6 +usr/lib/.build-id/79/6fa2186dc9d0bc96aed18088a6ff23c8b0e9d4 +usr/lib/.build-id/79/b6702418a2f6668807e62861992d81009d9638 +usr/lib/.build-id/79/e6d911396c1d5b8b56f5ecc94c168e09068605 +usr/lib/.build-id/7b/21deaf8238308d6f6a837fed9a8c0a315ba898 +usr/lib/.build-id/7b/6a4b2b509fa003f51ad6aa00c1031726878032 usr/lib/.build-id/7b/8d8b616f5d290e3d27a1e440286e5581e3ec6f +usr/lib/.build-id/7c/49f1e34ae5c9e22fc5a4c90427a2c764c3db9d usr/lib/.build-id/7c/5344c7a172faf96b8de710055ab84ac5882582 -usr/lib/.build-id/7f/211e098c0a8aefa80982c3ed491559bfd1e58c -usr/lib/.build-id/7f/5cc9012775adf710158caa5ccb26998220db07 -usr/lib/.build-id/80/5c60b899f98dbc6f077e4b64ae7b93b04b247e -usr/lib/.build-id/81/0c404ec574173e12288b11c723c5a96d219299 +usr/lib/.build-id/7c/f0aa1ca21596ba7ffcfbcb0129f521aaf29c57 +usr/lib/.build-id/7d/14681b3e8c8db168b33b696b247d95417ed5b5 +usr/lib/.build-id/7d/52588c6caf8e1c28e480af4ef1a3f17690a3fe +usr/lib/.build-id/7d/9a34ba0ea25d233e03d2a1b5fa200d9eb60ac1 +usr/lib/.build-id/7f/e2062321b909bbd666fc91211462aa3333a62a usr/lib/.build-id/81/1263addacc122923afb52b14d7dcbae540b04f +usr/lib/.build-id/81/b43af15cc364d8537f0698e8c7bd1cf0d54ca0 +usr/lib/.build-id/81/dd63f2c8460c6a28884b7289c17997eb342525 +usr/lib/.build-id/81/e9543fd391b19eb11b18d3a049e4b2e25cd7f0 usr/lib/.build-id/82/b4315c0b20cdc8f884c76cee57bf92d88750f7 -usr/lib/.build-id/82/f25c611c0c1259a13d04f18fd58ce525c1cb70 -usr/lib/.build-id/83/17382ead4a3bef64f516ca1efe8959698c77e3 -usr/lib/.build-id/83/f426bdfedc798afa7a75b3c3423fdec77d288a +usr/lib/.build-id/82/fa01a9561169a388240813d130a6a70ffd0c0f usr/lib/.build-id/84/17fbf8880dbaa8749efc9dada8ffc122ac60ee -usr/lib/.build-id/84/8efc4b1d149a6ba6b10afd6568834faab5b8ef +usr/lib/.build-id/85/2fba24ab65aa2f8db3643c0e3a7abe57670294 usr/lib/.build-id/85/74f5653262a9c52d0e4991acc3290233ca2d21 -usr/lib/.build-id/85/80e222f7f056575b822b33b8ad0bd2f46b88b4 usr/lib/.build-id/85/8570ea2ae7f8eb785ece0e50aa1a678b3aa664 -usr/lib/.build-id/85/a5eab928ba28d9c74ff77ec8f81b0809350b77 +usr/lib/.build-id/85/a78415bcd0b54bd2e6d0798803be4786a334b4 +usr/lib/.build-id/86/7006057ac8be939441030fac89db3d23cce48e usr/lib/.build-id/86/8490c186b84efc9962a169dca52558287a92db -usr/lib/.build-id/86/8c430538412969d22b79e133a4374872d00247 usr/lib/.build-id/86/91d08fef3d9f042028d462e5b4e17b78332215 -usr/lib/.build-id/86/b6b03803a4da3eac17fc279c2364e66bb1cc37 +usr/lib/.build-id/86/cef162137533b8ecb35b7cd2c9af3ce74a99f6 +usr/lib/.build-id/88/3fb9303df20f8dc91dbb0b9ff8afcd95c2f920 +usr/lib/.build-id/88/73a4c72ac6f08df9d2211f588d9e1496a37cd0 usr/lib/.build-id/88/74f55db2e70222caa814a8dc3c6997ced3e11d -usr/lib/.build-id/89/4449f594372ba719d71dd06f59768131b53460 +usr/lib/.build-id/88/832c7cbdce766c57b6c5146b0b072388949998 +usr/lib/.build-id/88/d7d3ff4e2e920fbf883d22ea17d30822cb25c2 +usr/lib/.build-id/8a/d6ece459b100ff372a9cf898e306f1ed61c151 +usr/lib/.build-id/8b/1be49bcec4df644e3d8bac782fddcd8c40ca4f +usr/lib/.build-id/8b/94594604a18ea2f63e1a5c70e876354cbdb3b6 usr/lib/.build-id/8b/e0fbea5edee960415e957793fd15926b80f494 -usr/lib/.build-id/8b/e98ad5c8128a320e63ec8a5b08772148f9557f usr/lib/.build-id/8c/1081f37cf1e36a1ecf1f75b87092890d92f220 usr/lib/.build-id/8c/1081f37cf1e36a1ecf1f75b87092890d92f220.1 -usr/lib/.build-id/8c/3b07c1d3fa8bc9b35f54a20e7ab9ca69364a83 -usr/lib/.build-id/8c/3b90b6dfac32e7e7da24c75b450ef3be7d48da usr/lib/.build-id/8c/9868a5868d4adf37a8e9d1d68e47a5341b659b -usr/lib/.build-id/8c/d6e8d30566c53da7fe406b9e92265b37c3b43f -usr/lib/.build-id/8e/61c4327c4d5757c08d7fa962efd71683ebbfdc -usr/lib/.build-id/8f/b8807bcc019b5f267581bfd6be5ee49ffd26ad +usr/lib/.build-id/8c/a7f0d4823845a7d14c966774a5f9e3cd61970b +usr/lib/.build-id/8d/1db95006bd12790ebba55599f5a0cc06eaa345 +usr/lib/.build-id/8e/40935dc3e6a68cf299a74fdab501ef7da6861e +usr/lib/.build-id/8e/57338680e59ce4fca0af8760935fdd13b12a9d +usr/lib/.build-id/8e/cca1364d34d1da280fbfc9ee326f5c78346277 usr/lib/.build-id/8f/ea1662d8c14a67b758ea5673b88a404b1123ee usr/lib/.build-id/90/a4ea155beff2ae04a02731e18aa8c1bc6903db -usr/lib/.build-id/91/30abf09efd871fc4ad2214f44d09f7b68a6277 +usr/lib/.build-id/90/e8c48cdcb958fd676789e6ac6e5eafdf26c64e usr/lib/.build-id/92/ea47d37841ca86259455ba025e0cd52b1dc553 -usr/lib/.build-id/93/23ebd6657991848ac8a2c4691c42c29a1c785f +usr/lib/.build-id/93/674b011480d831889552f20ec6ed5e0f437907 usr/lib/.build-id/93/7b98871b78ac8e0013c346a8dbbd794817272b -usr/lib/.build-id/93/b01be54fba65a3e6a8e6d9c5370cd1ef96f85f -usr/lib/.build-id/94/55d060beed66c1cb5be78099dd803def2dd2f8 -usr/lib/.build-id/95/e3dc1846eba5a6dee1ca03098af9a87e221d2e +usr/lib/.build-id/93/8ff443d4127711f322efb86ab693d10e7930ec +usr/lib/.build-id/94/047cd8b136e920cac06705dcb20a520b3adc92 +usr/lib/.build-id/94/d666c783c082253a923193c8b25d7f73682357 +usr/lib/.build-id/96/07c26251d85a17b1dddcea2d0e4980ff2431e8 usr/lib/.build-id/96/246730dc288abc088cb67f5f09429ef270ecce +usr/lib/.build-id/96/a902362c51d1f357a58183643fd7bdcee5fe35 +usr/lib/.build-id/96/dfb4f4c5456974279f8e27b2f75b06a9ef8de9 usr/lib/.build-id/96/e110e8c4f3d13d6db6754ed4b3136e14fb3347 -usr/lib/.build-id/97/8d385688d6cc05874eb512c467c89e84b5c762 +usr/lib/.build-id/96/f7b1214efa81dce610806904ce64d47556b9bf +usr/lib/.build-id/97/52db898c37cd55c2b9338dde8851a568b9883a +usr/lib/.build-id/97/783782421dae1b5e724e43252ddf2c58fcba39 usr/lib/.build-id/97/ab61718b43032e37b69cf43be9b1711ae8e940 -usr/lib/.build-id/97/d3c58845675c42d6c242cdc6d7268ae43f1937 -usr/lib/.build-id/98/a8e02d516b9d861fc8c1fb37e76ce32ab00028 +usr/lib/.build-id/97/af3ced2febb1c77cef0922595e63709df6a1d7 usr/lib/.build-id/98/b6ee5197f95a0bece49c53f27b2f6af25f9254 -usr/lib/.build-id/99/f6bc7aed7487bf0e5e0006fd9bc565b40c0cff -usr/lib/.build-id/9a/19b839a71005671bc715c96cb4fb040b4649e9 -usr/lib/.build-id/9a/77e4a59dfd80a212c327c2fcc2466108d8221b +usr/lib/.build-id/98/e2f63b351351418546cfa58fc02dde4735c6b1 +usr/lib/.build-id/98/fe59e5531e0207a3b26340023413bdfc3ac866 +usr/lib/.build-id/99/dc0b71b7543ab18d061ebaa72544cb57b3344b usr/lib/.build-id/9b/665b2fd9375774245bdb4f47c5ee8c0a08adc8 usr/lib/.build-id/9b/fc4c71a06b0be9ee73a993f3c9f7a3af131482 +usr/lib/.build-id/9c/0eecc52d0b8a4bd75683b8ab6d301ce1ddd6de +usr/lib/.build-id/9c/260fabda23bfa76848f34dc87a2606d96ed3f0 +usr/lib/.build-id/9d/33eeef685841d5162fd71c00fe9242c804f5bf usr/lib/.build-id/9d/8fee9f9084bc756f35b11dcc2e94474eac89f4 -usr/lib/.build-id/9d/b1f96cc70b47dda7142612b4c48cff5140e09b usr/lib/.build-id/9e/51ca94596fd497a980a831e86847d4be38249d usr/lib/.build-id/9e/54edb2f329e8696f91a72bc7680743eeb07a25 usr/lib/.build-id/9e/c3458e3f8d8307e9fde43ea2d645c713fd6561 +usr/lib/.build-id/9e/d5efe7c331bca1ba44972d0ad4b3ee0e995eaf usr/lib/.build-id/9f/31c010d936621c0c85237d4cee0b9a4aac0144 -usr/lib/.build-id/a0/a417d272dd90e297c3b0d065ef4193f824acb2 usr/lib/.build-id/a1/06353ded26bf376234fd5b04d0e5952bd52ad1 -usr/lib/.build-id/a1/329a1543e4a8dfc17cf3e8c25aab8cea8b604f -usr/lib/.build-id/a1/bf39999599431de5374cbb07dbe187c97e4c03 -usr/lib/.build-id/a2/3b06013f42cb24dab1a157abeef79437846e3e -usr/lib/.build-id/a2/f697f4a1dd6ba9ab9578c9108f99b070b30278 -usr/lib/.build-id/a3/0445f8d16ddcb23ffbffc4ddcc1d35c29e64d5 +usr/lib/.build-id/a1/d8ecdadb2e3b8353436d00c23178a1dfd19830 usr/lib/.build-id/a3/258273512458334cbc24ce2f2cf9609f0b9909 usr/lib/.build-id/a3/6ab4f7a6464d01bd7ea1b9542fbebc39237796 -usr/lib/.build-id/a3/df3d132074c046841cc9a5b14dc456599536aa -usr/lib/.build-id/a4/2d94eabfe701ac16b767e5971b6d08fcb01df8 -usr/lib/.build-id/a4/78fe525d6a82f126fdc4653e9a85c0a5264eda -usr/lib/.build-id/a5/407c75245ca5580a2de11c3ca4fc68d020a8d0 +usr/lib/.build-id/a4/987b4cf78c632393ef2453308b0a3803d7eec2 usr/lib/.build-id/a5/48430b7c152e3dfc6e3f398487cc5eae2c4f52 -usr/lib/.build-id/a5/512985884a290dcb6ccc4d66e14242e25b7be8 -usr/lib/.build-id/a5/7543bb560477f88ce63a5811527989d1ccdeeb -usr/lib/.build-id/a6/6b16d9f9c2bdbe4d5400034e5261c652bc9991 +usr/lib/.build-id/a5/97c5f31a4974fc5e3e1a2452c12fb211b26dd6 +usr/lib/.build-id/a5/a1d56ae6739d81cce21f67d1d5910c5a0e9609 usr/lib/.build-id/a6/d10687dc0f44bce6d5ebea74cbbefd77a3535b -usr/lib/.build-id/a6/fa262ddd7612d77e65d64c7bb6fe5e9e41fd62 -usr/lib/.build-id/a7/052330cb84b60af5e55bbecf4a5eda439eed0d -usr/lib/.build-id/a7/fadf10489639561e8bc02702cb3b34f2437272 -usr/lib/.build-id/a8/5cf4d0691173b43a8287d935f78e95a9b25956 -usr/lib/.build-id/a9/19a91a59ddebb76397ba5a3284b18ad8ae002c +usr/lib/.build-id/a8/b6c851d3b9bc9ef9af034f1ed51d6830d36e0f +usr/lib/.build-id/a8/c25c9d96859f17a91b87fffdb24cccdc0b5f7b +usr/lib/.build-id/a9/84bfee4df4cfe2d1956dac3cc10f4d55e83316 usr/lib/.build-id/a9/959750f4da8411a75d2fb511cabddfd876a4e6 -usr/lib/.build-id/a9/a68c695fe96fb011b2ac81a11ee420fbfe7530 +usr/lib/.build-id/a9/e118f6e8615748c17332535b146030fc181a81 +usr/lib/.build-id/aa/967c83cd29f89a1f5f729a8a0720f81e3f7746 +usr/lib/.build-id/ab/c6a6a835e6371c621f0a08991bfaf3d078b1f1 +usr/lib/.build-id/ac/3591a14601ab13ada7fe48c53659c50ca569c1 +usr/lib/.build-id/ac/3591a14601ab13ada7fe48c53659c50ca569c1.1 +usr/lib/.build-id/ac/3591a14601ab13ada7fe48c53659c50ca569c1.2 +usr/lib/.build-id/ac/3591a14601ab13ada7fe48c53659c50ca569c1.3 usr/lib/.build-id/ac/5155179b2793b388b2d099e669e9c7533db3a9 +usr/lib/.build-id/ad/00edd277873eb18631c5b3ce37f0e21f7f87c4 usr/lib/.build-id/ad/b9f79ebe950148e4abfcdc6df751e06f2e4da5 -usr/lib/.build-id/ae/c241b58e25f1a569dc374e929df73861a26cf5 +usr/lib/.build-id/ad/de3b5446d206c21e9c80bb6f99ba662a731418 +usr/lib/.build-id/ae/62833d903d8c583e429769bc1b138e12d1a56a usr/lib/.build-id/af/283c28bbaf5f173899cb4c5c6b41682dbc315b -usr/lib/.build-id/b0/682964d72b08f427d6be9621fd0c108d26a417 -usr/lib/.build-id/b0/86e0144306bb9749733674ffed04fbb4184918 -usr/lib/.build-id/b0/b5b5096e1aae882f3d412fe47d6550dd7b2dfa -usr/lib/.build-id/b1/43aeafdcaab84ac3689d7a0ab9882a36b6f826 -usr/lib/.build-id/b1/9bd0823a1814f9fffc51d939d0d9f573891379 +usr/lib/.build-id/af/2bcd903f115d5aa6b418862b1b20ae83565738 +usr/lib/.build-id/b0/6c66ca526a86603312f5d424b8a82f60f118d0 +usr/lib/.build-id/b2/81a4ad3157172f472577082f6a66fa28bf1af9 usr/lib/.build-id/b3/bbd514914024d9bf72859640a8cada72df0ddd -usr/lib/.build-id/b4/7b7fdb882186aa6ea6633940b9177229ea75a8 +usr/lib/.build-id/b4/6a537aed60bfed6f91caafb6c51e947e22ae2b +usr/lib/.build-id/b4/97432156d3b35d15b1177c85fff452efc2363d +usr/lib/.build-id/b4/cebdd7b4c9aba923ed6a8f9a6fc479042ddf5c +usr/lib/.build-id/b5/3874e4fa3369fdba65ec4736bcae282fc2b3ac usr/lib/.build-id/b5/7bb61fdb1f7c3a1a3c8e409cb33980e845e364 -usr/lib/.build-id/b5/8e057735f117ba332aa361aa942cf1892b3f81 usr/lib/.build-id/b5/fdcfe4fbbcb34d72b0be46cb32d8ceab33ca9c -usr/lib/.build-id/b6/8b71d18b9f31f6da1467c78eb1b66131b00d1b -usr/lib/.build-id/b6/c154ef737adec29a706e6cb54e892fda8e8263 -usr/lib/.build-id/b6/d0b4bb689ed1635f3f536fd73266c5aa436a1b -usr/lib/.build-id/b7/2fd3d71e96d4e30fafb4db08970eb41b356db4 -usr/lib/.build-id/b7/d134cc3a72ae73fecf1cff5ccf16a1219ac4e5 -usr/lib/.build-id/b8/390d7837cc49f8aa5c002c24047e6ea9c928d3 +usr/lib/.build-id/b6/8b60326e6457dac6a369680713f45b1525a0b8 +usr/lib/.build-id/b7/06398164d8df2c0f9e7ab8b727d3164de96e79 +usr/lib/.build-id/b7/a2c605645efad44843cd6b8849dac92d17eca2 usr/lib/.build-id/b8/ab5f4aea724a861c6894130f367ba713ea2b8d -usr/lib/.build-id/b9/072abb93170c8522d69ce399abb86b34054867 -usr/lib/.build-id/bc/7a03f6f4632f4cd8ffe6e535f3a32915fddf17 -usr/lib/.build-id/bc/e2c9260f603ab2c12d8ee28632b13d43c8ae61 -usr/lib/.build-id/bc/f657f96fb7a11c9dda8b572dad8d5d8f8912a0 -usr/lib/.build-id/bd/2aec6a3a737774ed18348cf1ec46f0bf6dab52 -usr/lib/.build-id/bd/9d1c61eeea8d3049abd2f83b635094ec5e73ff +usr/lib/.build-id/b9/339800015bc78b353b73175e4504db3b912184 +usr/lib/.build-id/b9/c3cfd6561e5583c24268c76c816e5ff5f86c1b +usr/lib/.build-id/b9/f57906bc9abf2ac8f98d8305fbd4a2979279ce +usr/lib/.build-id/bb/1ac1fe00b0b31f758812da72057fd7372acbc7 +usr/lib/.build-id/bb/3de9ac24536d9c3921a0d859105f8242cfdd11 +usr/lib/.build-id/bb/cecd2f3830dc81dc12e1c263f32bf876886aa5 +usr/lib/.build-id/bb/f350c37617c73e29a5ab6f78b14c97a5c09092 +usr/lib/.build-id/bb/fd288c3035b18c6f0ac291f28ca2527d7a448a +usr/lib/.build-id/bc/181132be929ba4d551c2d56d44210579f36650 usr/lib/.build-id/be/42d39bfb309c98d6cecb0deddb8074e00d412c +usr/lib/.build-id/be/83223e141d9963545ef188af72f94dca92d5aa usr/lib/.build-id/be/ae3eb7a9e1556e67d8121633a56456141e1270 -usr/lib/.build-id/be/be2555fd52db7d9f1b0ba834d18b449e4c5ff9 -usr/lib/.build-id/bf/0050b58b0ff5cd7a381e282c11177786dbdc80 +usr/lib/.build-id/be/cf156e5c0cc2a28a81fc514132422c45e89e87 usr/lib/.build-id/bf/0aed0e8032b776d14d49f64c28ccda3f4de369 -usr/lib/.build-id/bf/5964325aa619d9ef5c3848d3375510b565d1d0 -usr/lib/.build-id/c0/d79d16307a85a108a4398be090daba14774dfe -usr/lib/.build-id/c0/de139bc5565ffa58106219e1b6785f9e904238 -usr/lib/.build-id/c2/31304950fc8756fb374ae0706c8e90e6615a1f -usr/lib/.build-id/c2/31c69ec0248cd17d9b3a1e2883a0386dda53fb +usr/lib/.build-id/c0/38b05db6879cb18a722484d2c4b5d71344d050 +usr/lib/.build-id/c0/a65afc039f74306a0209caf95fe793e5ac343c +usr/lib/.build-id/c1/7f9db1aca8b33846684bc3e45448fd36a9882d usr/lib/.build-id/c2/40fc71b17631b401747a59c4b259016073b984 usr/lib/.build-id/c2/a83d7049dbcb141558aa8b5f52c6c2c321203b -usr/lib/.build-id/c3/a482f38f87be62050720a81b90ee3c7ac5c7d3 -usr/lib/.build-id/c3/fc279e52ce6dbe6ab57634c3a775174818c26d -usr/lib/.build-id/c4/0c133c9e489168fd7ae7adfc5273c1558e6231 -usr/lib/.build-id/c4/277383488857601665d3e21cbf8e6fe11f7de9 -usr/lib/.build-id/c4/5d9c0a79cec9d2071c95dc9c28fbf3b22921ff +usr/lib/.build-id/c2/acc4c92e65a9c39e113465b878ddadf6098d16 +usr/lib/.build-id/c3/bf62dd9df37f84cac5e00335ac6034ec5b112a +usr/lib/.build-id/c4/1fd647d5f4a9067b287a1d88bd51d4c0a08b24 +usr/lib/.build-id/c4/384405c11f65665446337e271d1af591b07f87 usr/lib/.build-id/c4/78c694afccd3fb0f2831f5a61c40025eba23e9 usr/lib/.build-id/c5/042c4086cce02570e41e355dee7dd79ccce20f -usr/lib/.build-id/c5/1ad9daccc85aae246d7c0ed5805d3bcc5eca1e usr/lib/.build-id/c5/2d447faca8e767ebe181b78a85c09ea0b45d6b usr/lib/.build-id/c5/2d447faca8e767ebe181b78a85c09ea0b45d6b.1 usr/lib/.build-id/c5/2d447faca8e767ebe181b78a85c09ea0b45d6b.2 usr/lib/.build-id/c5/2d447faca8e767ebe181b78a85c09ea0b45d6b.3 -usr/lib/.build-id/c5/f8bb269a33fc10020d2e17ab01b0fbe18664e0 -usr/lib/.build-id/c6/cfd7a451a8282155e03360b7fca45b6a434d89 +usr/lib/.build-id/c6/3d118c87bc148a5585d8981bc1b275e130a707 +usr/lib/.build-id/c6/a6f4af2c27466c51cbc9586ce005158b304b12 +usr/lib/.build-id/c7/1428b2f746916f8cd2ed58e1ae17de9640cdc7 usr/lib/.build-id/c7/27e54e89eea50679cc8927fccb02d874058476 usr/lib/.build-id/c7/4af666d3e2be27f503f53e08e8d2dc07ff9b11 +usr/lib/.build-id/c7/4ca9e69ec5200d8ed3ff7772170d7ecf4de8b1 usr/lib/.build-id/c7/8470aa2713df4416fcc65a174ea0f745eb6404 usr/lib/.build-id/c7/919c5fe2a8b32eb1a3d5422912707020f3b67b -usr/lib/.build-id/c7/a89e12e70f64334b63063ed9cef5bbb364f05f -usr/lib/.build-id/c8/3afd6b359aa2627015f8a9eb8bef30591d29ea -usr/lib/.build-id/c8/55f0b7f2e6ab65aefcd964e6c2c88b958f313e +usr/lib/.build-id/c7/abc241a6b77797795d381ba7c765fbd7545f26 +usr/lib/.build-id/c8/44f4d9260557c08f121d5c00c199a5bc2bebe1 +usr/lib/.build-id/c8/650c3077615ba38c77db3c5e602bceaa829ab3 usr/lib/.build-id/c8/7bb1b9128020dd181400e84d1c2d074a49bb60 -usr/lib/.build-id/c9/385c0176ad4b8190f433e341294de9b37db62a -usr/lib/.build-id/c9/5654b3c2b131d288a2f4abf11819d23f392593 -usr/lib/.build-id/c9/e6e93aea7b383c179dbd580da766f4d694b44e -usr/lib/.build-id/ca/a9c8caf9ab6a0ffab2525756f2f4669635a06f +usr/lib/.build-id/c8/97e3670070b285a54252317839653e52ba3095 +usr/lib/.build-id/c9/951de227dac88cc52c83ad7248b8efb4a0c593 +usr/lib/.build-id/c9/c56b7879a31732674b426d2e1ff9c7459a7e3a +usr/lib/.build-id/c9/e2ba81ad69b7290c42fef891429ed478a2556f +usr/lib/.build-id/ca/353d90367ce99faf3c73891ecd318b6011e908 usr/lib/.build-id/ca/e6bf871dd800a2b67bca723dfe8a31e95865c2 -usr/lib/.build-id/cd/404edbecc0c92ce50fe96f149cce12cf83cf07 -usr/lib/.build-id/cd/efa4021d554fa3fa860f022966db01ecd8ce35 +usr/lib/.build-id/cc/79f0ad77d834d978e30df466607ef3902aec60 +usr/lib/.build-id/cd/28420b9a27d5aaa646bdd450a8bc8fde474210 usr/lib/.build-id/ce/27d457e75aa31d1dc467e28f8b8c6fb1e33918 -usr/lib/.build-id/ce/58b088425302706a22b2c413bfccd23d5b5456 -usr/lib/.build-id/ce/96631c1b7ea31412da4d6e3c735bbcee781c9d -usr/lib/.build-id/ce/b530560aa01736f2292f8a486a6b5902824bcf -usr/lib/.build-id/cf/b9e54051449c54aedebd9d5e29c047fd058d1a +usr/lib/.build-id/ce/bc6febb40d126807e80ee76e88c0f905da346d +usr/lib/.build-id/cf/c0e1c2c0133d96cbb42c2b26d36468e6e1e3f0 +usr/lib/.build-id/cf/efb65631635284352ed39afa4de671707fe35e +usr/lib/.build-id/d0/54058e69726a8c60b1a06cd64bf4edeb491744 +usr/lib/.build-id/d0/b2ab66a180f4f3732f9578382211d99d6864cf +usr/lib/.build-id/d0/b3a2311328fcb22f693d7c80935f307b0d8e0e usr/lib/.build-id/d1/19b63d031946f6e72e9ab0ca3e41e54e2ee0bf +usr/lib/.build-id/d1/23a489b5bd39195aa6982148894799f28d5864 +usr/lib/.build-id/d1/2587a6d9633158cbc7001b3062a416305387ca usr/lib/.build-id/d1/3dfd185cc351a3261ccbc6de2cd87150c51422 -usr/lib/.build-id/d2/07c9c140dbd2b649c7798b9bb41817a4693b28 +usr/lib/.build-id/d1/50bd51a517b543151d4f93fe21c2c6e63666a9 +usr/lib/.build-id/d1/6bbee941dfd932f0c5a2c7afbaec80b4b4b400 +usr/lib/.build-id/d1/e7b4884f95279c9e7d667c05c65b952922f433 +usr/lib/.build-id/d2/73196a7c8e285a5ea0b499d56643dde311f642 +usr/lib/.build-id/d2/952d9403697ce8b6888a7436d6e2e3eb1a6ce6 +usr/lib/.build-id/d2/a4b635d755e4deacdae3535e3e48604750f9da usr/lib/.build-id/d2/cf01578d8bc2a0f7d3cb1a3cdb4ed5b765b719 -usr/lib/.build-id/d3/557d981cae00d3aaca88dff25099ecddfac6f8 -usr/lib/.build-id/d3/b62be2ecf0ddf0a995008e0f22786f6275cc7a -usr/lib/.build-id/d4/0656f9c13458f678d6e602c5d4ea1fec5d74fc +usr/lib/.build-id/d3/9e4e10709bd393ac465b8813b66971e762ec75 usr/lib/.build-id/d4/20048a580b8891fb3a7449576b918b98fe2aa0 usr/lib/.build-id/d4/9eb72d1a52b3db0f0b57f92433eba15dcd41e5 -usr/lib/.build-id/d5/8e63e450b3ee3c00b7d67cd4cedea0922aa6d8 -usr/lib/.build-id/d6/42655e61abf5444e84430ce94b5d85060622bd -usr/lib/.build-id/d7/1397b411dbda56e98c109b37f0717dab36133e +usr/lib/.build-id/d6/9767645c25e0ffec0cad6bbc4798dc3c6a1cb8 usr/lib/.build-id/d7/64d0b14f543b32c631502d022d31dc73605b99 +usr/lib/.build-id/d7/8a44ae94f1d320342e0ff6c2315b2b589063f8 usr/lib/.build-id/d7/9f6e7527270cd0db13e99d96a2d19b37d3d609 usr/lib/.build-id/d8/214e54fbc4a7bc6533fdd2eee362feb850e32e -usr/lib/.build-id/d8/409c13dc48a223db07ae413251f836a084b90e -usr/lib/.build-id/d8/4c53878129e1c4b58b5440d971b2fd9ac3390e usr/lib/.build-id/d8/642dae30f14fb46fe2eaab75ea3afb58821062 -usr/lib/.build-id/d8/9f6aa1ee9d672c3b310cd1e17b25e5fe1ad5f7 -usr/lib/.build-id/d9/8384547f5111c16fd6c887817b8fa7ee5c1201 -usr/lib/.build-id/da/d5b8ed3fa16d350ac516c080eedd0d3966d644 -usr/lib/.build-id/db/535572c7446286abe1ebc0bca2985a1667c46f -usr/lib/.build-id/db/bbd12b4f8d02c38ef2868150cc69d38ccbea11 -usr/lib/.build-id/dc/5036d2f34f95e3814cdbc42a0cf0f1e7a83fd2 +usr/lib/.build-id/d8/a965484cca57158671f50a13e9b678f55ea56d +usr/lib/.build-id/da/94bcc8b3bbec0a4c190cdf82913f8c678542bc +usr/lib/.build-id/db/6cefd53bb91e9a5e82cf17a8c0edd792ab57ac +usr/lib/.build-id/db/6e9153381f1f8a6dd28b96ae6ce16c6170f75c usr/lib/.build-id/dc/8fb4bc44b44001849568ea8fbb43644780747b usr/lib/.build-id/dc/e36e3728dda8894bcae875a31705f9694401bc -usr/lib/.build-id/de/6965ed181fe70c00d0ad5f3a0241e7073826cf +usr/lib/.build-id/de/58f30b81f953639fc9e83b50b9c19ae2c64cba usr/lib/.build-id/de/b23dd76d8c542d2e73e29d68b3439d3f8640dd usr/lib/.build-id/de/eb18792181b16453f40666d03f9bc4afc133c6 -usr/lib/.build-id/df/769a37327ae003fdb02a35989374117791509f +usr/lib/.build-id/df/48ca376c6111a528d690835c821b952d693f33 +usr/lib/.build-id/df/8e0b1d6cf8d721b420abf1bec133c237d1e134 usr/lib/.build-id/e0/022df89ba27bc2c23c880594c280cef7314441 -usr/lib/.build-id/e0/892bed892e4c2764f61bc52dee670390d8a31e +usr/lib/.build-id/e0/1097494cd7ab18b9e6599ab38b069e9439467f usr/lib/.build-id/e0/e8e0f1076aa84d34d8aad21d85e932216ba64e +usr/lib/.build-id/e1/8749e5654dd37408b1fdc84adb24a443b9d10c usr/lib/.build-id/e1/ace2b0b8c0e1214c1f3d2fa11a4d8d93078e5a +usr/lib/.build-id/e2/0c01c431383a8c53534996f54e25724517d2ca usr/lib/.build-id/e2/4098c207c166ee8a07cd50704df6f984018d75 -usr/lib/.build-id/e2/e4cbd5fd40b613005f25df90f0ae2a8863d201 +usr/lib/.build-id/e2/a16fef2908a8017ca5366f03b359275d7cc5dd +usr/lib/.build-id/e2/f5cc13be512ec5e730cc4b5fc4475dda1c6558 usr/lib/.build-id/e2/fd492bc7ae4663e6abc70165afdbfbfab1528f -usr/lib/.build-id/e3/74b2b64b25fcc086d81636f9df71630a956d40 +usr/lib/.build-id/e3/231cb93572b37d4375e8e7bf98d8a14586f18b +usr/lib/.build-id/e3/7ac603fbbf2bb2fca7adbc2da46e01f2a85812 usr/lib/.build-id/e3/b32800823baad56d37784c59b9306eca1b9cf1 -usr/lib/.build-id/e5/e0c0b360b435bfc60b292f87cae177294fcc7b +usr/lib/.build-id/e4/2decc13c8548363d23ce48d1a99620e08b7102 +usr/lib/.build-id/e4/83e20f8388f8984e6b151781838d7d7fe360dc +usr/lib/.build-id/e4/e2e94fabd274944aff51cbb268b7eb12779d52 +usr/lib/.build-id/e5/65571ac985cb0f3eda66c755d93033112924be +usr/lib/.build-id/e5/ed05ccb272002e79e69c717f5f32f5e00bfd15 usr/lib/.build-id/e6/0daf16a76f895097072f10feb286638bdfb392 -usr/lib/.build-id/e6/392b94e66bdbb8875aefe6515237a316c607e4 -usr/lib/.build-id/e6/3fbf310785a44db2cc81bd0f56963f3d715701 -usr/lib/.build-id/e7/b7672f799ce66565d1336312c710efdd6361cc -usr/lib/.build-id/e8/1f37728d08804d27dd142f87a105ea0ce01097 -usr/lib/.build-id/e9/8d8a321e4445e56092665f3d0b2f2998ced805 -usr/lib/.build-id/e9/a366ae3143c72b46ced88255fc177f35ecde7c -usr/lib/.build-id/e9/fa2663fed83e1fe8c0a58b7dbd079f50d9e75c +usr/lib/.build-id/e6/ae2a78a7ec4b56ada56bef67fa34ff70390f67 +usr/lib/.build-id/e7/116387339d70cca05ea2cbfd5c6bfc817b67c1 +usr/lib/.build-id/e7/278e39a80eac13e9d97a6feccb428cc1a848a8 +usr/lib/.build-id/e7/a6dc536bcdbcdbaa0b4c925e4297c0ab1a1b4a +usr/lib/.build-id/e8/337f5a924654b8f197863346dd2ebb2709751b +usr/lib/.build-id/e8/337f5a924654b8f197863346dd2ebb2709751b.1 +usr/lib/.build-id/e8/337f5a924654b8f197863346dd2ebb2709751b.2 +usr/lib/.build-id/e8/337f5a924654b8f197863346dd2ebb2709751b.3 +usr/lib/.build-id/e8/337f5a924654b8f197863346dd2ebb2709751b.4 +usr/lib/.build-id/e8/337f5a924654b8f197863346dd2ebb2709751b.5 +usr/lib/.build-id/e8/3990cd4d77efef26c7b77d5b9bc9cfff9d74d5 +usr/lib/.build-id/e8/549c431b288e2c35ab282c3374c29ebd300f53 +usr/lib/.build-id/e8/c955f778e4a4cc671bf908ecb542f1dacbfc0e +usr/lib/.build-id/e9/3c3d4fb7bb7a922cbb8040129c54b8f9a2a642 +usr/lib/.build-id/e9/c3e366752d07406d46cbccb22b27ed97dde3a7 +usr/lib/.build-id/e9/fefeb607a4721869b20f2fa4a97a639054356a usr/lib/.build-id/ea/a2faf8e6b92caf63ac7f3b1f104a76c6d3d17c +usr/lib/.build-id/ea/b42a984b6ef02a32db22d5a0863d0d0a5d6ba0 usr/lib/.build-id/eb/fd75a34e643ef8b64cc1f5225486681e214b4e -usr/lib/.build-id/ed/2e4f9dff8ae2d0de8ba6dd6978e67d78678652 usr/lib/.build-id/ed/51ad6a5882c6f2a73240bf5a901326347bebbc +usr/lib/.build-id/ed/fb93f83d981c2581055e50d31b8c6725259bca +usr/lib/.build-id/ee/a905ae972073934f747f732891abb38da6596a usr/lib/.build-id/ef/345ecf247e01022dc8ce4ee0f02d1b8432f0fd -usr/lib/.build-id/ef/4c928f1372ad155fea761f0e840ecd264fb153 usr/lib/.build-id/ef/892035f0f947ac78c4ef86ce9f30687fedc936 usr/lib/.build-id/ef/8ef837eafca150b87e55412b4d330cd29c293c -usr/lib/.build-id/ef/e7d2c3cde2085b5f72d9357b500a373a641c95 usr/lib/.build-id/f0/a4107f43bb9c15e94c53f77b4d4c5dfcf1b27a -usr/lib/.build-id/f0/c6f8da643148755b440eb197f5537bfa87d5ce -usr/lib/.build-id/f0/d79d42dac6ceb85b7b59d0cf167f86b51647bb -usr/lib/.build-id/f1/0d132e29e9f5982fcbd3d118b208f9f6eaa72d -usr/lib/.build-id/f1/b28406d1a054e1a19aa927755ff9a471fb8d7f -usr/lib/.build-id/f2/1617fbb7e7c6c538fb96f999feaf60e715e05c +usr/lib/.build-id/f1/79a154c8664be4575fa61bdaaa050893519abe +usr/lib/.build-id/f1/96105dc5677fa83b028cbf783b2ba853e1a4e4 +usr/lib/.build-id/f1/aa4acaabdad3d88c5cf9db161c098d6bab0066 +usr/lib/.build-id/f1/f9015ba756067068369afe4e996ced0f86a534 usr/lib/.build-id/f2/388b491804c1bc6e9bc1fc3eaf29c41839cd7c -usr/lib/.build-id/f2/ec25b0e23eb1b38af6872b1b72d6bf70d6634f -usr/lib/.build-id/f3/815e4c8017fc992a9ac960d418915735053d11 -usr/lib/.build-id/f4/10973a6b69ed35d573baa41135d906efbb9fab -usr/lib/.build-id/f4/ced9bf255f644d7cd31e025a37b08c3fffba7d -usr/lib/.build-id/f4/faa1b9862cd1228290a29fe7c3c011ca5a35d9 +usr/lib/.build-id/f2/914d2d66a063d3105b0176b74d43b699922809 +usr/lib/.build-id/f3/0f562f17c151dd10f6e7aa05cb77e894fe28bf +usr/lib/.build-id/f3/9056d30357891f9ba337bcdcbc1068b483d235 +usr/lib/.build-id/f4/61afb6a4f3afa42b3f66ef73f0fa8a80244765 +usr/lib/.build-id/f5/17ce9229f80341efd5c61a6512ca8ad03ecf1f +usr/lib/.build-id/f5/341a851208b4777e733b437721402a915afdd1 usr/lib/.build-id/f5/52533ba8e8aead6e3112b3e7c8239d09a777fc -usr/lib/.build-id/f5/67062a0b4e59aacf77adbd8e6027b8d6f9a29d -usr/lib/.build-id/f7/458990e40d541424a916443bb0a0651f0a80bf -usr/lib/.build-id/f7/6583b5edb315f5b490df7abaf018acb1343b75 -usr/lib/.build-id/f7/c0b51139e2689f2a6c6cddb2fe874e6b5cda46 -usr/lib/.build-id/f8/b94cd9515d0aa9d801d62b59b5461bc7e8bbd4 +usr/lib/.build-id/f6/e20581a5f59451aa6567e2a3f2de2d61ecf2e0 usr/lib/.build-id/f8/f7c2a36257162faada68d4ff33d04873c17de2 usr/lib/.build-id/f8/f7c2a36257162faada68d4ff33d04873c17de2.1 usr/lib/.build-id/f8/f7c2a36257162faada68d4ff33d04873c17de2.2 usr/lib/.build-id/f8/f7c2a36257162faada68d4ff33d04873c17de2.3 -usr/lib/.build-id/fb/683b37173eb2980a44ab80a9aec65d422718e5 -usr/lib/.build-id/fc/33ea73387546a8432950d4797ab3095bee20b3 -usr/lib/.build-id/fc/8e11ea489a410d16687860e19134348c751e0c -usr/lib/.build-id/fc/8e5b14b702463dfb61face0a13a485a5328755 -usr/lib/.build-id/fc/acfba55a137c9ec6ebffc9b3c3974436cd1c7f +usr/lib/.build-id/f9/5ff3c13355fa8366502fcf3b084afcc58c1d69 +usr/lib/.build-id/f9/aaacf08c459641b1e24abeab8564120e07d819 +usr/lib/.build-id/fa/576b2c31e2e135022c36787ca19a4df9e3556e +usr/lib/.build-id/fb/ae37bf50cf95a279b809d54ed7e78de6ab860b +usr/lib/.build-id/fb/dd2cd0c0f13215c41be0569cee27a522de896d +usr/lib/.build-id/fc/23007c5ed2db91aa9c11730e154f683517ba69 +usr/lib/.build-id/fc/2b1c316fe57d2dcae9651ee61287357d4f4fe8 +usr/lib/.build-id/fc/e9182f29619841dbfa010140c23a0821ab56a9 usr/lib/.build-id/fd/30e569bad9a65d226a0db63edec8cce0f27117 usr/lib/.build-id/fd/56b043ce47cb4f41be9f3bed51dffbe36f6a24 usr/lib/.build-id/fd/7d5cb1e4753bc54cacc836c4619af447db8b70 -usr/lib/.build-id/fd/8cbf241b010ff3e0663a26881f920087db2d4b +usr/lib/.build-id/fd/838ec0d77e8b6d206c62045352af83ed7f5df5 +usr/lib/.build-id/fd/8d1f5ff969c9fd4bfc1011fd1d199c4fa933dd usr/lib/.build-id/fd/a968165e7057412c25aac6a072e0c79c60ffdf -usr/lib/.build-id/fe/37adecca22a782c4fb274ae601f220cc1fbb4d -usr/lib/.build-id/fe/73de68ea4a3cd4d767f81b73e0bb7e1b4b66c1 +usr/lib/.build-id/fd/e30e7b72e074322e253308b1510e7fc30f3a95 +usr/lib/.build-id/fd/ee3cb0a79105f9aee6e8f5cbcb3b97fe227c26 +usr/lib/.build-id/fe/3365699995eb323d015d38abb79135902bb4c6 usr/lib/.build-id/fe/84cf66af8f613d10cf5aef3dcaf96f182cf3b3 usr/lib/.build-id/fe/d1b1f776bdea5a954e065e9d120b2f483da3c8 +usr/lib/.build-id/fe/e136153b4475983e66c5b56561d4ffb17e9e92 +usr/lib/.build-id/ff/4e6a6a9dff6649d9d98a79ce2a2ba5bea74c35 usr/lib/.build-id/ff/5ce98065bd719acf94b749c1d7ce08cef7f954 -usr/lib/.build-id/ff/e93e683b64ff614cb2babb0da4db9bd7e1b3c8 +usr/lib/.build-id/ff/c6ae65e93b1b44c35c34dcfa80e69bc9515b53 usr/lib/.build-id/ff/fedf745ffddf06d62b2d322d1bffaa3a8a30d1 usr/lib/.libgmp.so.10.4.0.hmac usr/lib/.libgmp.so.10.hmac usr/lib/audit/sotruss-lib.so usr/lib/engines-3/afalg.so usr/lib/engines-3/capi.so usr/lib/engines-3/loader_attic.so usr/lib/engines-3/padlock.so usr/lib/fipscheck/libgmp.so.10.4.0.hmac usr/lib/fipscheck/libgmp.so.10.hmac usr/lib/gconv/ANSI_X3.110.so usr/lib/gconv/CP1252.so usr/lib/gconv/gconv-modules usr/lib/gconv/gconv-modules.cache usr/lib/gconv/ISO8859-1.so usr/lib/gconv/ISO8859-15.so usr/lib/gconv/UNICODE.so usr/lib/gconv/UTF-16.so usr/lib/gconv/UTF-32.so usr/lib/gconv/UTF-7.so usr/lib/gio/modules/libgiognomeproxy.so usr/lib/gio/modules/libgiognutls.so usr/lib/gio/modules/libgiolibproxy.so @rmtry usr/lib/gio/modules/giomodule.cache usr/lib/girepository-1.0/GeocodeGlib-1.0.typelib usr/lib/girepository-1.0/GUdev-1.0.typelib usr/lib/girepository-1.0/Json-1.0.typelib usr/lib/krb5/plugins/preauth/spake.so usr/lib/krb5/plugins/tls/k5tls.so usr/lib/ld-linux.so.2 usr/lib/libacl.so.1 usr/lib/libacl.so.1.1.2301 usr/lib/libanl.so.1 usr/lib/libattr.so.1 usr/lib/libattr.so.1.1.2501 usr/lib/libblkid.so.1 usr/lib/libblkid.so.1.1.0 usr/lib/libBrokenLocale.so.1 usr/lib/libbz2.so.1 usr/lib/libbz2.so.1.0.8 usr/lib/libc_malloc_debug.so.0 usr/lib/libc.so.6 usr/lib/libcap.so.2 usr/lib/libcap.so.2.48 usr/lib/libcom_err.so.2 usr/lib/libcom_err.so.2.1 usr/lib/libcrypto.so.3 -usr/lib/libcrypto.so.3.0.7 +usr/lib/libcrypto.so.3.2.2 usr/lib/libdatrie.so.1 usr/lib/libdatrie.so.1.4.0 usr/lib/libdb-5.3.so usr/lib/libdb-5.so usr/lib/libdl.so.2 usr/lib/libe2p.so.2 usr/lib/libe2p.so.2.3 usr/lib/libedit.so.0 usr/lib/libedit.so.0.0.64 +usr/lib/libevdev.so.2 +usr/lib/libevdev.so.2.3.0 usr/lib/libext2fs.so.2 usr/lib/libext2fs.so.2.4 +usr/lib/libfdisk.so.1 +usr/lib/libfdisk.so.1.1.0 usr/lib/libffi.so.8 usr/lib/libffi.so.8.1.0 usr/lib/libform.so.6 usr/lib/libform.so.6.2 usr/lib/libformw.so.6 usr/lib/libformw.so.6.2 -usr/lib/libgcc_s-11-20231218.so.1 +usr/lib/libfuse.so.2 +usr/lib/libfuse.so.2.9.9 +usr/lib/libgcc_s-11-20240719.so.1 usr/lib/libgcc_s.so.1 usr/lib/libgdbm_compat.so.4 usr/lib/libgdbm_compat.so.4.0.0 usr/lib/libgdbm.so.6 usr/lib/libgdbm.so.6.0.0 usr/lib/libgeocode-glib.so.0 usr/lib/libgeocode-glib.so.0.0.0 usr/lib/libgio-2.0.so.0 usr/lib/libgio-2.0.so.0.6800.4 usr/lib/libglib-2.0.so.0 usr/lib/libglib-2.0.so.0.6800.4 usr/lib/libgmodule-2.0.so.0 usr/lib/libgmodule-2.0.so.0.6800.4 usr/lib/libgmp.so.10 usr/lib/libgmp.so.10.4.0 usr/lib/libgobject-2.0.so.0 usr/lib/libgobject-2.0.so.0.6800.4 usr/lib/libgssapi_krb5.so.2 usr/lib/libgssapi_krb5.so.2.2 usr/lib/libgssrpc.so.4 usr/lib/libgssrpc.so.4.2 usr/lib/libgthread-2.0.so.0 usr/lib/libgthread-2.0.so.0.6800.4 usr/lib/libgudev-1.0.so.0 usr/lib/libgudev-1.0.so.0.3.0 usr/lib/libhistory.so.8 usr/lib/libhistory.so.8.1 usr/lib/libjson-glib-1.0.so.0 usr/lib/libjson-glib-1.0.so.0.600.6 usr/lib/libk5crypto.so.3 usr/lib/libk5crypto.so.3.1 usr/lib/libkdb5.so.10 usr/lib/libkdb5.so.10.0 usr/lib/libkeyutils.so.1 usr/lib/libkeyutils.so.1.10 usr/lib/libkrad.so.0 usr/lib/libkrad.so.0.0 usr/lib/libkrb5.so.3 usr/lib/libkrb5.so.3.3 usr/lib/libkrb5support.so.0 usr/lib/libkrb5support.so.0.1 usr/lib/liblzma.so.5 usr/lib/liblzma.so.5.2.5 usr/lib/libm.so.6 usr/lib/libmemusage.so usr/lib/libmenu.so.6 usr/lib/libmenu.so.6.2 usr/lib/libmenuw.so.6 usr/lib/libmenuw.so.6.2 usr/lib/libmount.so.1 usr/lib/libmount.so.1.1.0 +usr/lib/libmtdev.so.1 +usr/lib/libmtdev.so.1.0.0 usr/lib/libncurses.so.6 usr/lib/libncurses.so.6.2 usr/lib/libncursesw.so.6 usr/lib/libncursesw.so.6.2 usr/lib/libnss_compat.so.2 usr/lib/libnss_dns.so.2 usr/lib/libnss_files.so.2 usr/lib/libpanel.so.6 usr/lib/libpanel.so.6.2 usr/lib/libpanelw.so.6 usr/lib/libpanelw.so.6.2 usr/lib/libpcprofile.so usr/lib/libpcre.so.1 usr/lib/libpcre.so.1.2.12 +usr/lib/libpcre16.so.0 +usr/lib/libpcre16.so.0.2.12 +usr/lib/libpcre32.so.0 +usr/lib/libpcre32.so.0.0.12 +usr/lib/libpcreposix.so.0 +usr/lib/libpcreposix.so.0.0.7 usr/lib/libpcre2-8.so.0 usr/lib/libpcre2-8.so.0.11.0 +usr/lib/libpcre2-16.so.0 +usr/lib/libpcre2-16.so.0.11.0 +usr/lib/libpcre2-32.so.0 +usr/lib/libpcre2-32.so.0.11.0 usr/lib/libpcre2-posix.so.3 usr/lib/libpcre2-posix.so.3.0.2 -usr/lib/libpcreposix.so.0 -usr/lib/libpcreposix.so.0.0.7 usr/lib/libpopt.so.0 usr/lib/libpopt.so.0.0.1 usr/lib/libpsx.so.2 usr/lib/libpsx.so.2.48 usr/lib/libpthread.so.0 usr/lib/libreadline.so.8 usr/lib/libreadline.so.8.1 usr/lib/libresolv.so.2 usr/lib/librt.so.1 usr/lib/libSegFault.so usr/lib/libselinux.so.1 usr/lib/libsepol.so.2 usr/lib/libslang.so.2 usr/lib/libslang.so.2.3.2 -usr/lib/libssh_threads.so.4 -usr/lib/libssh_threads.so.4.9.4 -usr/lib/libssh.so.4 -usr/lib/libssh.so.4.9.4 +usr/lib/libsmartcols.so.1 +usr/lib/libsmartcols.so.1.1.0 usr/lib/libssl.so.3 -usr/lib/libssl.so.3.0.7 +usr/lib/libssl.so.3.2.2 usr/lib/libstdc++.so.6 usr/lib/libstdc++.so.6.0.29 usr/lib/libthread_db.so.1 usr/lib/libtic.so.6 usr/lib/libtic.so.6.2 usr/lib/libtinfo.so.6 usr/lib/libtinfo.so.6.2 +usr/lib/libulockmgr.so.1 +usr/lib/libulockmgr.so.1.0.1 usr/lib/libutil.so.1 usr/lib/libuuid.so.1 usr/lib/libuuid.so.1.3.0 usr/lib/libverto.so.1 usr/lib/libverto.so.1.0.0 usr/lib/libz.so.1 usr/lib/libz.so.1.2.11 usr/lib/libzstd.so.1 usr/lib/libzstd.so.1.5.1 usr/lib/locale/C.utf8/LC_ADDRESS usr/lib/locale/C.utf8/LC_COLLATE usr/lib/locale/C.utf8/LC_CTYPE usr/lib/locale/C.utf8/LC_IDENTIFICATION usr/lib/locale/C.utf8/LC_MEASUREMENT usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES usr/lib/locale/C.utf8/LC_MONETARY usr/lib/locale/C.utf8/LC_NAME usr/lib/locale/C.utf8/LC_NUMERIC usr/lib/locale/C.utf8/LC_PAPER usr/lib/locale/C.utf8/LC_TELEPHONE usr/lib/locale/C.utf8/LC_TIME usr/lib/locale/locale-archive usr/lib/locale/locale-archive.real usr/lib/motd usr/lib/os-release usr/lib/ossl-modules/fips.so usr/lib/ossl-modules/legacy.so usr/lib/rpm/macros.d/macros.dist usr/lib/security/pam_cap.so usr/lib/sysctl.d/50-redhat.conf usr/lib/systemd/system-preset/85-display-manager.preset usr/lib/systemd/system-preset/90-default.preset usr/lib/systemd/system-preset/99-default-disable.preset usr/lib/systemd/system/fstrim.service usr/lib/systemd/system/fstrim.timer usr/lib/systemd/user-preset/90-default-user.preset usr/lib/systemd/user-preset/99-default-disable.preset usr/lib/systemd/user/glib-pacrunner.service usr/lib/tmpfiles.d/libselinux.conf usr/lib/tmpfiles.d/setup.conf usr/lib64/.libgmp.so.10.4.0.hmac usr/lib64/.libgmp.so.10.hmac usr/lib64/audit/sotruss-lib.so usr/lib64/engines-3/afalg.so usr/lib64/engines-3/capi.so usr/lib64/engines-3/loader_attic.so usr/lib64/engines-3/padlock.so usr/lib64/fipscheck/libgmp.so.10.4.0.hmac usr/lib64/fipscheck/libgmp.so.10.hmac usr/lib64/gawk/filefuncs.so usr/lib64/gawk/fnmatch.so usr/lib64/gawk/fork.so usr/lib64/gawk/inplace.so usr/lib64/gawk/intdiv.so usr/lib64/gawk/ordchr.so usr/lib64/gawk/readdir.so usr/lib64/gawk/readfile.so usr/lib64/gawk/revoutput.so usr/lib64/gawk/revtwoway.so usr/lib64/gawk/rwarray.so usr/lib64/gawk/time.so usr/lib64/gconv/ANSI_X3.110.so usr/lib64/gconv/CP1252.so usr/lib64/gconv/ISO8859-1.so usr/lib64/gconv/ISO8859-15.so usr/lib64/gconv/UNICODE.so usr/lib64/gconv/UTF-16.so usr/lib64/gconv/UTF-32.so usr/lib64/gconv/UTF-7.so usr/lib64/gconv/gconv-modules usr/lib64/gconv/gconv-modules.cache usr/lib64/gio/modules/libgiognomeproxy.so usr/lib64/gio/modules/libgiognutls.so usr/lib64/gio/modules/libgiolibproxy.so usr/lib64/girepository-1.0/GUdev-1.0.typelib usr/lib64/girepository-1.0/GeocodeGlib-1.0.typelib usr/lib64/girepository-1.0/Json-1.0.typelib @rmtry usr/lib64/gio/modules/giomodule.cache usr/lib64/krb5/plugins/preauth/spake.so usr/lib64/krb5/plugins/tls/k5tls.so usr/lib64/ld-linux-x86-64.so.2 usr/lib64/libBrokenLocale.so.1 usr/lib64/libSegFault.so usr/lib64/libacl.so.1 usr/lib64/libacl.so.1.1.2301 usr/lib64/libanl.so.1 usr/lib64/libattr.so.1 usr/lib64/libattr.so.1.1.2501 usr/lib64/libblkid.so.1 usr/lib64/libblkid.so.1.1.0 usr/lib64/libbz2.so.1 usr/lib64/libbz2.so.1.0.8 usr/lib64/libc.so.6 usr/lib64/libc_malloc_debug.so.0 usr/lib64/libcap.so.2 usr/lib64/libcap.so.2.48 usr/lib64/libcom_err.so.2 usr/lib64/libcom_err.so.2.1 usr/lib64/libcrypto.so.3 -usr/lib64/libcrypto.so.3.0.7 +usr/lib64/libcrypto.so.3.2.2 usr/lib64/libdatrie.so.1 usr/lib64/libdatrie.so.1.4.0 usr/lib64/libdb-5.3.so usr/lib64/libdb-5.so usr/lib64/libdl.so.2 usr/lib64/libe2p.so.2 usr/lib64/libe2p.so.2.3 usr/lib64/libedit.so.0 usr/lib64/libedit.so.0.0.64 +usr/lib64/libevdev.so.2 +usr/lib64/libevdev.so.2.3.0 usr/lib64/libext2fs.so.2 usr/lib64/libext2fs.so.2.4 +usr/lib64/libfdisk.so.1 +usr/lib64/libfdisk.so.1.1.0 usr/lib64/libffi.so.8 usr/lib64/libffi.so.8.1.0 usr/lib64/libform.so.6 usr/lib64/libform.so.6.2 usr/lib64/libformw.so.6 usr/lib64/libformw.so.6.2 -usr/lib64/libgcc_s-11-20231218.so.1 +usr/lib64/libfuse.so.2 +usr/lib64/libfuse.so.2.9.9 +usr/lib64/libgcc_s-11-20240719.so.1 usr/lib64/libgcc_s.so.1 usr/lib64/libgdbm.so.6 usr/lib64/libgdbm.so.6.0.0 usr/lib64/libgdbm_compat.so.4 usr/lib64/libgdbm_compat.so.4.0.0 usr/lib64/libgeocode-glib.so.0 usr/lib64/libgeocode-glib.so.0.0.0 usr/lib64/libgio-2.0.so.0 usr/lib64/libgio-2.0.so.0.6800.4 usr/lib64/libglib-2.0.so.0 usr/lib64/libglib-2.0.so.0.6800.4 usr/lib64/libgmodule-2.0.so.0 usr/lib64/libgmodule-2.0.so.0.6800.4 usr/lib64/libgmp.so.10 usr/lib64/libgmp.so.10.4.0 usr/lib64/libgobject-2.0.so.0 usr/lib64/libgobject-2.0.so.0.6800.4 usr/lib64/libgssapi_krb5.so.2 usr/lib64/libgssapi_krb5.so.2.2 usr/lib64/libgssrpc.so.4 usr/lib64/libgssrpc.so.4.2 usr/lib64/libgthread-2.0.so.0 usr/lib64/libgthread-2.0.so.0.6800.4 usr/lib64/libgudev-1.0.so.0 usr/lib64/libgudev-1.0.so.0.3.0 usr/lib64/libhistory.so.8 usr/lib64/libhistory.so.8.1 usr/lib64/libjson-glib-1.0.so.0 usr/lib64/libjson-glib-1.0.so.0.600.6 usr/lib64/libk5crypto.so.3 usr/lib64/libk5crypto.so.3.1 usr/lib64/libkdb5.so.10 usr/lib64/libkdb5.so.10.0 usr/lib64/libkeyutils.so.1 usr/lib64/libkeyutils.so.1.10 usr/lib64/libkrad.so.0 usr/lib64/libkrad.so.0.0 usr/lib64/libkrb5.so.3 usr/lib64/libkrb5.so.3.3 usr/lib64/libkrb5support.so.0 usr/lib64/libkrb5support.so.0.1 usr/lib64/liblzma.so.5 usr/lib64/liblzma.so.5.2.5 usr/lib64/libm.so.6 usr/lib64/libmemusage.so usr/lib64/libmenu.so.6 usr/lib64/libmenu.so.6.2 usr/lib64/libmenuw.so.6 usr/lib64/libmenuw.so.6.2 usr/lib64/libmount.so.1 usr/lib64/libmount.so.1.1.0 +usr/lib64/libmtdev.so.1 +usr/lib64/libmtdev.so.1.0.0 usr/lib64/libmvec.so.1 usr/lib64/libncurses.so.6 usr/lib64/libncurses.so.6.2 usr/lib64/libncursesw.so.6 usr/lib64/libncursesw.so.6.2 usr/lib64/libnss_compat.so.2 usr/lib64/libnss_dns.so.2 usr/lib64/libnss_files.so.2 usr/lib64/libpanel.so.6 usr/lib64/libpanel.so.6.2 usr/lib64/libpanelw.so.6 usr/lib64/libpanelw.so.6.2 usr/lib64/libpcprofile.so usr/lib64/libpcre.so.1 usr/lib64/libpcre.so.1.2.12 +usr/lib64/libpcre16.so.0 +usr/lib64/libpcre16.so.0.2.12 +usr/lib64/libpcre32.so.0 +usr/lib64/libpcre32.so.0.0.12 +usr/lib64/libpcreposix.so.0 +usr/lib64/libpcreposix.so.0.0.7 usr/lib64/libpcre2-8.so.0 usr/lib64/libpcre2-8.so.0.11.0 +usr/lib64/libpcre2-16.so.0 +usr/lib64/libpcre2-16.so.0.11.0 +usr/lib64/libpcre2-32.so.0 +usr/lib64/libpcre2-32.so.0.11.0 usr/lib64/libpcre2-posix.so.3 usr/lib64/libpcre2-posix.so.3.0.2 -usr/lib64/libpcreposix.so.0 -usr/lib64/libpcreposix.so.0.0.7 usr/lib64/libpopt.so.0 usr/lib64/libpopt.so.0.0.1 usr/lib64/libpsx.so.2 usr/lib64/libpsx.so.2.48 usr/lib64/libpthread.so.0 usr/lib64/libreadline.so.8 usr/lib64/libreadline.so.8.1 usr/lib64/libresolv.so.2 usr/lib64/librt.so.1 usr/lib64/libselinux.so.1 usr/lib64/libsepol.so.2 usr/lib64/libslang.so.2 usr/lib64/libslang.so.2.3.2 -usr/lib64/libssh.so.4 -usr/lib64/libssh.so.4.9.4 -usr/lib64/libssh_threads.so.4 -usr/lib64/libssh_threads.so.4.9.4 +usr/lib64/libsmartcols.so.1 +usr/lib64/libsmartcols.so.1.1.0 usr/lib64/libssl.so.3 -usr/lib64/libssl.so.3.0.7 +usr/lib64/libssl.so.3.2.2 usr/lib64/libstdc++.so.6 usr/lib64/libstdc++.so.6.0.29 usr/lib64/libthread_db.so.1 usr/lib64/libtic.so.6 usr/lib64/libtic.so.6.2 usr/lib64/libtinfo.so.6 usr/lib64/libtinfo.so.6.2 +usr/lib64/libulockmgr.so.1 +usr/lib64/libulockmgr.so.1.0.1 usr/lib64/libutil.so.1 usr/lib64/libuuid.so.1 usr/lib64/libuuid.so.1.3.0 usr/lib64/libverto.so.1 usr/lib64/libverto.so.1.0.0 usr/lib64/libz.so.1 usr/lib64/libz.so.1.2.11 usr/lib64/libzstd.so.1 usr/lib64/libzstd.so.1.5.1 usr/lib64/ossl-modules/fips.so usr/lib64/ossl-modules/legacy.so usr/lib64/security/pam_cap.so usr/libexec/awk/grcat usr/libexec/awk/pwcat usr/libexec/coreutils/libstdbuf.so usr/libexec/gawk usr/libexec/getconf/POSIX_V6_ILP32_OFF32 usr/libexec/getconf/POSIX_V6_ILP32_OFFBIG usr/libexec/getconf/POSIX_V6_LP64_OFF64 usr/libexec/getconf/POSIX_V7_ILP32_OFF32 usr/libexec/getconf/POSIX_V7_ILP32_OFFBIG usr/libexec/getconf/POSIX_V7_LP64_OFF64 usr/libexec/getconf/XBS5_ILP32_OFF32 usr/libexec/getconf/XBS5_ILP32_OFFBIG usr/libexec/getconf/XBS5_LP64_OFF64 usr/libexec/glib-pacrunner usr/libexec/grepconf.sh usr/sbin/addpart usr/sbin/badblocks usr/sbin/blkdiscard usr/sbin/blkzone usr/sbin/capsh usr/sbin/cfdisk usr/sbin/chcpu usr/sbin/chroot usr/sbin/ctrlaltdel usr/sbin/delpart usr/sbin/dumpe2fs usr/sbin/e2freefrag usr/sbin/e2fsck usr/sbin/e2image usr/sbin/e2label usr/sbin/e2mmpstatus usr/sbin/e2undo usr/sbin/e4crypt usr/sbin/e4defrag usr/sbin/fdformat usr/sbin/fdisk usr/sbin/filefrag usr/sbin/findfs usr/sbin/fix-info-dir usr/sbin/fsck.cramfs usr/sbin/fsck.ext2 usr/sbin/fsck.ext3 usr/sbin/fsck.ext4 usr/sbin/fsck.minix usr/sbin/fsfreeze usr/sbin/fstrim usr/sbin/getcap usr/sbin/getpcaps usr/sbin/iconvconfig usr/sbin/install-info usr/sbin/key.dns_resolver usr/sbin/ldattach usr/sbin/ldconfig usr/sbin/logsave usr/sbin/mke2fs usr/sbin/mkfs usr/sbin/mkfs.cramfs usr/sbin/mkfs.ext2 usr/sbin/mkfs.ext3 usr/sbin/mkfs.ext4 usr/sbin/mkfs.minix usr/sbin/mklost+found +usr/sbin/mount.fuse usr/sbin/nologin usr/sbin/pivot_root usr/sbin/readprofile usr/sbin/request-key usr/sbin/resize2fs usr/sbin/resizepart usr/sbin/rfkill usr/sbin/rtcwake usr/sbin/setcap usr/sbin/sfdisk usr/sbin/sulogin usr/sbin/swaplabel usr/sbin/tune2fs usr/sbin/wipefs usr/sbin/zic usr/share/awk/assert.awk usr/share/awk/bits2str.awk usr/share/awk/cliff_rand.awk usr/share/awk/ctime.awk usr/share/awk/ftrans.awk usr/share/awk/getopt.awk usr/share/awk/gettime.awk usr/share/awk/group.awk usr/share/awk/have_mpfr.awk usr/share/awk/inplace.awk usr/share/awk/intdiv0.awk usr/share/awk/join.awk usr/share/awk/libintl.awk usr/share/awk/noassign.awk usr/share/awk/ns_passwd.awk usr/share/awk/ord.awk usr/share/awk/passwd.awk usr/share/awk/processarray.awk usr/share/awk/quicksort.awk usr/share/awk/readable.awk usr/share/awk/readfile.awk usr/share/awk/rewind.awk usr/share/awk/round.awk usr/share/awk/shellquote.awk usr/share/awk/strtonum.awk usr/share/awk/walkarray.awk usr/share/awk/zerofile.awk usr/share/bash-completion/completions/addpart usr/share/bash-completion/completions/blkdiscard usr/share/bash-completion/completions/blkzone usr/share/bash-completion/completions/cal usr/share/bash-completion/completions/cfdisk usr/share/bash-completion/completions/chcpu usr/share/bash-completion/completions/chmem usr/share/bash-completion/completions/col usr/share/bash-completion/completions/colcrt usr/share/bash-completion/completions/colrm usr/share/bash-completion/completions/column usr/share/bash-completion/completions/ctrlaltdel usr/share/bash-completion/completions/delpart usr/share/bash-completion/completions/eject usr/share/bash-completion/completions/fallocate usr/share/bash-completion/completions/fdformat usr/share/bash-completion/completions/fdisk usr/share/bash-completion/completions/fincore usr/share/bash-completion/completions/findfs usr/share/bash-completion/completions/fsck.cramfs usr/share/bash-completion/completions/fsck.minix usr/share/bash-completion/completions/fsfreeze usr/share/bash-completion/completions/fstrim usr/share/bash-completion/completions/gapplication usr/share/bash-completion/completions/gdbus usr/share/bash-completion/completions/getopt usr/share/bash-completion/completions/gio usr/share/bash-completion/completions/gsettings usr/share/bash-completion/completions/hexdump usr/share/bash-completion/completions/hwclock usr/share/bash-completion/completions/irqtop usr/share/bash-completion/completions/isosize usr/share/bash-completion/completions/last usr/share/bash-completion/completions/ldattach usr/share/bash-completion/completions/look usr/share/bash-completion/completions/lsblk usr/share/bash-completion/completions/lscpu usr/share/bash-completion/completions/lsipc usr/share/bash-completion/completions/lsirq usr/share/bash-completion/completions/lslocks usr/share/bash-completion/completions/lslogins usr/share/bash-completion/completions/lsmem usr/share/bash-completion/completions/lsns usr/share/bash-completion/completions/mcookie usr/share/bash-completion/completions/mesg usr/share/bash-completion/completions/mkfs usr/share/bash-completion/completions/mkfs.cramfs usr/share/bash-completion/completions/mkfs.minix usr/share/bash-completion/completions/namei usr/share/bash-completion/completions/pivot_root usr/share/bash-completion/completions/prlimit usr/share/bash-completion/completions/readprofile usr/share/bash-completion/completions/rename usr/share/bash-completion/completions/resizepart usr/share/bash-completion/completions/rev usr/share/bash-completion/completions/rfkill usr/share/bash-completion/completions/rtcwake usr/share/bash-completion/completions/runuser usr/share/bash-completion/completions/script usr/share/bash-completion/completions/scriptlive usr/share/bash-completion/completions/scriptreplay usr/share/bash-completion/completions/setarch usr/share/bash-completion/completions/setpriv usr/share/bash-completion/completions/setterm usr/share/bash-completion/completions/sfdisk usr/share/bash-completion/completions/su usr/share/bash-completion/completions/swaplabel usr/share/bash-completion/completions/ul usr/share/bash-completion/completions/utmpdump usr/share/bash-completion/completions/uuidgen usr/share/bash-completion/completions/uuidparse usr/share/bash-completion/completions/wall usr/share/bash-completion/completions/wdctl usr/share/bash-completion/completions/whereis usr/share/bash-completion/completions/wipefs usr/share/bash-completion/completions/write usr/share/bash-completion/completions/zramctl usr/share/dbus-1/services/org.gtk.GLib.PACRunner.service %%PORTDOCS%%usr/share/doc/bash/FAQ %%PORTDOCS%%usr/share/doc/bash/INTRO %%PORTDOCS%%usr/share/doc/bash/RBASH %%PORTDOCS%%usr/share/doc/bash/README %%PORTDOCS%%usr/share/doc/bash/bash.html %%PORTDOCS%%usr/share/doc/bash/bashref.html %%PORTDOCS%%usr/share/doc/bzip2/CHANGES %%PORTDOCS%%usr/share/doc/bzip2/LICENSE %%PORTDOCS%%usr/share/doc/bzip2/README %%PORTDOCS%%usr/share/doc/diffutils/NEWS %%PORTDOCS%%usr/share/doc/diffutils/README %%PORTDOCS%%usr/share/doc/e2fsprogs/README %%PORTDOCS%%usr/share/doc/findutils/AUTHORS %%PORTDOCS%%usr/share/doc/findutils/NEWS %%PORTDOCS%%usr/share/doc/findutils/README %%PORTDOCS%%usr/share/doc/findutils/THANKS %%PORTDOCS%%usr/share/doc/findutils/TODO +%%PORTDOCS%%usr/share/doc/fuse/AUTHORS +%%PORTDOCS%%usr/share/doc/fuse/ChangeLog +%%PORTDOCS%%usr/share/doc/fuse/NEWS +%%PORTDOCS%%usr/share/doc/fuse/README.NFS +%%PORTDOCS%%usr/share/doc/fuse/README.md %%PORTDOCS%%usr/share/doc/gawk/NEWS %%PORTDOCS%%usr/share/doc/gawk/POSIX.STD %%PORTDOCS%%usr/share/doc/gawk/README %%PORTDOCS%%usr/share/doc/gawk/README.multibyte %%PORTDOCS%%usr/share/doc/geocode-glib/AUTHORS %%PORTDOCS%%usr/share/doc/geocode-glib/NEWS %%PORTDOCS%%usr/share/doc/geocode-glib/README %%PORTDOCS%%usr/share/doc/glib-networking/NEWS %%PORTDOCS%%usr/share/doc/glib-networking/README %%PORTDOCS%%usr/share/doc/glib2/AUTHORS %%PORTDOCS%%usr/share/doc/glib2/NEWS %%PORTDOCS%%usr/share/doc/glib2/README %%PORTDOCS%%usr/share/doc/gmp/NEWS %%PORTDOCS%%usr/share/doc/gmp/README %%PORTDOCS%%usr/share/doc/grep/AUTHORS %%PORTDOCS%%usr/share/doc/grep/NEWS %%PORTDOCS%%usr/share/doc/grep/README %%PORTDOCS%%usr/share/doc/grep/THANKS %%PORTDOCS%%usr/share/doc/grep/TODO %%PORTDOCS%%usr/share/doc/json-glib/NEWS %%PORTDOCS%%usr/share/doc/keyutils/README %%PORTDOCS%%usr/share/doc/krb5-libs/NOTICE %%PORTDOCS%%usr/share/doc/krb5-libs/README %%PORTDOCS%%usr/share/doc/less/INSTALL %%PORTDOCS%%usr/share/doc/less/NEWS %%PORTDOCS%%usr/share/doc/less/README %%PORTDOCS%%usr/share/doc/libblkid/COPYING %%PORTDOCS%%usr/share/doc/libcap/capability.notes %%PORTDOCS%%usr/share/doc/libdb/README %%PORTDOCS%%usr/share/doc/libedit/ChangeLog %%PORTDOCS%%usr/share/doc/libedit/THANKS +%%PORTDOCS%%usr/share/doc/libevdev/COPYING %%PORTDOCS%%usr/share/doc/libffi/README.md %%PORTDOCS%%usr/share/doc/libgudev/NEWS -%%PORTDOCS%%usr/share/doc/libssh/AUTHORS -%%PORTDOCS%%usr/share/doc/libssh/BSD -%%PORTDOCS%%usr/share/doc/libssh/CHANGELOG -%%PORTDOCS%%usr/share/doc/libssh/README %%PORTDOCS%%usr/share/doc/libverto/AUTHORS %%PORTDOCS%%usr/share/doc/libverto/ChangeLog %%PORTDOCS%%usr/share/doc/libverto/NEWS %%PORTDOCS%%usr/share/doc/libverto/README +%%PORTDOCS%%usr/share/doc/mtdev/COPYING +%%PORTDOCS%%usr/share/doc/mtdev/README %%PORTDOCS%%usr/share/doc/ncurses-base/README %%PORTDOCS%%usr/share/doc/ncurses/ANNOUNCE %%PORTDOCS%%usr/share/doc/ncurses/AUTHORS %%PORTDOCS%%usr/share/doc/ncurses/NEWS.xz %%PORTDOCS%%usr/share/doc/ncurses/README %%PORTDOCS%%usr/share/doc/ncurses/TO-DO %%PORTDOCS%%usr/share/doc/pcre/AUTHORS %%PORTDOCS%%usr/share/doc/pcre/NEWS +%%PORTDOCS%%usr/share/doc/pcre-utf16/AUTHORS +%%PORTDOCS%%usr/share/doc/pcre-utf16/NEWS +%%PORTDOCS%%usr/share/doc/pcre-utf32/AUTHORS +%%PORTDOCS%%usr/share/doc/pcre-utf32/NEWS %%PORTDOCS%%usr/share/doc/popt/CHANGES %%PORTDOCS%%usr/share/doc/rocky-release/COMMUNITY-CHARTER %%PORTDOCS%%usr/share/doc/rocky-release/Contributors %%PORTDOCS%%usr/share/doc/sed/AUTHORS %%PORTDOCS%%usr/share/doc/sed/BUGS %%PORTDOCS%%usr/share/doc/sed/NEWS %%PORTDOCS%%usr/share/doc/sed/README %%PORTDOCS%%usr/share/doc/sed/THANKS %%PORTDOCS%%usr/share/doc/sed/sedfaq.txt.gz %%PORTDOCS%%usr/share/doc/setserial/README %%PORTDOCS%%usr/share/doc/setserial/rc.serial %%PORTDOCS%%usr/share/doc/setup/uidgid %%PORTDOCS%%usr/share/doc/slang/NEWS %%PORTDOCS%%usr/share/doc/util-linux/AUTHORS %%PORTDOCS%%usr/share/doc/util-linux/NEWS %%PORTDOCS%%usr/share/doc/util-linux/README %%PORTDOCS%%usr/share/doc/util-linux/deprecated.txt %%PORTDOCS%%usr/share/doc/util-linux/getopt-example.bash %%PORTDOCS%%usr/share/doc/util-linux/getopt-example.tcsh %%PORTDOCS%%usr/share/doc/which/AUTHORS %%PORTDOCS%%usr/share/doc/which/EXAMPLES %%PORTDOCS%%usr/share/doc/which/NEWS %%PORTDOCS%%usr/share/doc/which/README %%PORTDOCS%%usr/share/doc/zlib/ChangeLog %%PORTDOCS%%usr/share/doc/zlib/FAQ usr/share/gawk usr/share/gcc-11/python/libstdcxx/__init__.py usr/share/gcc-11/python/libstdcxx/__pycache__/__init__.cpython-39.opt-1.pyc usr/share/gcc-11/python/libstdcxx/__pycache__/__init__.cpython-39.pyc usr/share/gcc-11/python/libstdcxx/v6/__init__.py usr/share/gcc-11/python/libstdcxx/v6/__pycache__/__init__.cpython-39.opt-1.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/__init__.cpython-39.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/printers.cpython-39.opt-1.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/printers.cpython-39.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/xmethods.cpython-39.opt-1.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/xmethods.cpython-39.pyc usr/share/gcc-11/python/libstdcxx/v6/printers.py usr/share/gcc-11/python/libstdcxx/v6/xmethods.py usr/share/gdb/auto-load/usr/lib/__pycache__/libstdc++.so.6.0.29-gdb.cpython-39.opt-1.pyc usr/share/gdb/auto-load/usr/lib/__pycache__/libstdc++.so.6.0.29-gdb.cpython-39.pyc usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.29-gdb.py usr/share/gdb/auto-load/usr/lib64/__pycache__/libstdc++.so.6.0.29-gdb.cpython-39.opt-1.pyc usr/share/gdb/auto-load/usr/lib64/__pycache__/libstdc++.so.6.0.29-gdb.cpython-39.pyc usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.29-gdb.py usr/share/icons usr/share/info/bash.info.gz usr/share/info/diffutils.info.gz usr/share/info/find-maint.info.gz usr/share/info/find.info-1.gz usr/share/info/find.info-2.gz usr/share/info/find.info.gz usr/share/info/gawk.info.gz usr/share/info/gawkinet.info.gz usr/share/info/gawkworkflow.info.gz usr/share/info/grep.info.gz usr/share/info/history.info.gz usr/share/info/info-stnd.info.gz usr/share/info/rluserman.info.gz usr/share/info/sed.info.gz usr/share/info/which.info.gz usr/share/keyutils/request-key-debug.sh usr/share/licenses/bash/COPYING usr/share/licenses/bzip2-libs/LICENSE usr/share/licenses/bzip2/LICENSE usr/share/licenses/diffutils/COPYING usr/share/licenses/e2fsprogs-libs/NOTICE usr/share/licenses/findutils/COPYING +usr/share/licenses/fuse-libs/COPYING.LIB +usr/share/licenses/fuse/COPYING usr/share/licenses/gawk/COPYING usr/share/licenses/gawk/LICENSE.BSD usr/share/licenses/gawk/LICENSE.GPLv2 usr/share/licenses/gawk/LICENSE.LGPLv2 usr/share/licenses/gdbm-libs/COPYING usr/share/licenses/geocode-glib/COPYING.LIB usr/share/licenses/glib-networking/COPYING usr/share/licenses/glib2/COPYING usr/share/licenses/glibc/COPYING usr/share/licenses/glibc/COPYING.LIB usr/share/licenses/glibc/LICENSES usr/share/licenses/gmp/COPYING usr/share/licenses/gmp/COPYING.LESSERv3 usr/share/licenses/gmp/COPYINGv2 usr/share/licenses/gmp/COPYINGv3 usr/share/licenses/grep/COPYING usr/share/licenses/info/COPYING usr/share/licenses/json-glib/COPYING usr/share/licenses/keyutils-libs/LICENCE.LGPL usr/share/licenses/keyutils/LICENCE.GPL usr/share/licenses/krb5-libs/LICENSE usr/share/licenses/less/COPYING usr/share/licenses/less/LICENSE usr/share/licenses/libcap/License usr/share/licenses/libcom_err/NOTICE usr/share/licenses/libdatrie/COPYING usr/share/licenses/libdb/LICENSE usr/share/licenses/libdb/lgpl-2.1.txt usr/share/licenses/libedit/COPYING +usr/share/licenses/libfdisk/COPYING +usr/share/licenses/libfdisk/COPYING.LGPL-2.1-or-later usr/share/licenses/libffi/LICENSE usr/share/licenses/libgcc/COPYING usr/share/licenses/libgcc/COPYING.LIB usr/share/licenses/libgcc/COPYING.RUNTIME usr/share/licenses/libgcc/COPYING3 usr/share/licenses/libgcc/COPYING3.LIB usr/share/licenses/libgudev/COPYING usr/share/licenses/libmount/COPYING usr/share/licenses/libmount/COPYING.LGPL-2.1-or-later usr/share/licenses/libselinux/LICENSE usr/share/licenses/libsepol/LICENSE -usr/share/licenses/libssh/COPYING +usr/share/licenses/libsmartcols/COPYING +usr/share/licenses/libsmartcols/COPYING.LGPL-2.1-or-later usr/share/licenses/libuuid/COPYING usr/share/licenses/libuuid/COPYING.BSD-3-Clause usr/share/licenses/libverto/COPYING usr/share/licenses/libzstd/COPYING usr/share/licenses/libzstd/LICENSE usr/share/licenses/ncurses-base/COPYING usr/share/licenses/openssl-libs/LICENSE.txt usr/share/licenses/pcre/COPYING usr/share/licenses/pcre/LICENCE +usr/share/licenses/pcre-utf16/COPYING +usr/share/licenses/pcre-utf16/LICENCE +usr/share/licenses/pcre-utf32/COPYING +usr/share/licenses/pcre-utf32/LICENCE usr/share/licenses/popt/COPYING usr/share/licenses/readline/COPYING usr/share/licenses/readline/USAGE usr/share/licenses/rocky-release/LICENSE usr/share/licenses/sed/COPYING usr/share/licenses/setup/COPYING usr/share/licenses/slang/COPYING usr/share/licenses/util-linux/COPYING.BSD-3-Clause usr/share/licenses/util-linux/COPYING.BSD-4-Clause-UC usr/share/licenses/util-linux/COPYING.GPL-2.0-or-later usr/share/licenses/util-linux/COPYING.GPL-3.0-or-later usr/share/licenses/util-linux/COPYING.ISC usr/share/licenses/util-linux/COPYING.LGPL-2.1-or-later usr/share/licenses/which/COPYING usr/share/licenses/xz-libs/COPYING usr/share/licenses/zlib/README %%NLS%%usr/share/locale/af/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/am/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/an/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/an/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/az/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/be@latin/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/bn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/cy/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/mit-krb5.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/dz/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/en@quot/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_CA/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/en_CA/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/hy/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ia/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/mit-krb5.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/km/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ku/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ky/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/lg/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/locale.alias %%NLS%%usr/share/locale/lt/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/mai/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/mn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/nds/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/nn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ps/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/si/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/sq/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/tl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/tt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/xh/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/yi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/util-linux.mo usr/share/man/man1/..1.gz usr/share/man/man1/:.1.gz usr/share/man/man1/[.1.gz usr/share/man/man1/alias.1.gz usr/share/man/man1/awk.1.gz usr/share/man/man1/bash.1.gz usr/share/man/man1/bashbug-64.1.gz usr/share/man/man1/bashbug.1.gz usr/share/man/man1/bg.1.gz usr/share/man/man1/bind.1.gz usr/share/man/man1/break.1.gz usr/share/man/man1/builtin.1.gz usr/share/man/man1/builtins.1.gz usr/share/man/man1/bunzip2.1.gz usr/share/man/man1/bzcat.1.gz usr/share/man/man1/bzcmp.1.gz usr/share/man/man1/bzdiff.1.gz usr/share/man/man1/bzegrep.1.gz usr/share/man/man1/bzfgrep.1.gz usr/share/man/man1/bzgrep.1.gz usr/share/man/man1/bzip2.1.gz usr/share/man/man1/bzip2recover.1.gz usr/share/man/man1/bzless.1.gz usr/share/man/man1/bzmore.1.gz usr/share/man/man1/cal.1.gz usr/share/man/man1/caller.1.gz usr/share/man/man1/capsh.1.gz usr/share/man/man1/captoinfo.1m.gz usr/share/man/man1/cd.1.gz usr/share/man/man1/chattr.1.gz usr/share/man/man1/choom.1.gz usr/share/man/man1/clear.1.gz usr/share/man/man1/cmp.1.gz usr/share/man/man1/col.1.gz usr/share/man/man1/colcrt.1.gz usr/share/man/man1/colrm.1.gz usr/share/man/man1/column.1.gz usr/share/man/man1/command.1.gz usr/share/man/man1/compgen.1.gz usr/share/man/man1/complete.1.gz usr/share/man/man1/compopt.1.gz usr/share/man/man1/continue.1.gz usr/share/man/man1/declare.1.gz usr/share/man/man1/diff.1.gz usr/share/man/man1/diff3.1.gz usr/share/man/man1/dirs.1.gz usr/share/man/man1/disown.1.gz usr/share/man/man1/egrep.1.gz usr/share/man/man1/eject.1.gz usr/share/man/man1/enable.1.gz usr/share/man/man1/eval.1.gz usr/share/man/man1/exec.1.gz usr/share/man/man1/exit.1.gz usr/share/man/man1/export.1.gz usr/share/man/man1/fallocate.1.gz usr/share/man/man1/fc.1.gz usr/share/man/man1/fg.1.gz usr/share/man/man1/fgrep.1.gz usr/share/man/man1/fincore.1.gz usr/share/man/man1/find.1.gz usr/share/man/man1/fuse2fs.1.gz +usr/share/man/man1/fusermount.1.gz usr/share/man/man1/gapplication.1.gz usr/share/man/man1/gawk.1.gz usr/share/man/man1/gdbus.1.gz usr/share/man/man1/getopt.1.gz usr/share/man/man1/getopts.1.gz usr/share/man/man1/gio-querymodules.1.gz usr/share/man/man1/gio.1.gz usr/share/man/man1/glib-compile-schemas.1.gz usr/share/man/man1/grep.1.gz usr/share/man/man1/gsettings.1.gz usr/share/man/man1/hash.1.gz usr/share/man/man1/help.1.gz usr/share/man/man1/hexdump.1.gz usr/share/man/man1/history.1.gz usr/share/man/man1/info.1.gz usr/share/man/man1/infocmp.1m.gz usr/share/man/man1/infotocap.1m.gz usr/share/man/man1/install-info.1.gz usr/share/man/man1/irqtop.1.gz usr/share/man/man1/jobs.1.gz usr/share/man/man1/keyctl.1.gz usr/share/man/man1/last.1.gz usr/share/man/man1/lastb.1.gz usr/share/man/man1/less.1.gz usr/share/man/man1/lessecho.1.gz usr/share/man/man1/lesskey.1.gz usr/share/man/man1/let.1.gz usr/share/man/man1/local.1.gz usr/share/man/man1/login.1.gz usr/share/man/man1/logout.1.gz usr/share/man/man1/look.1.gz usr/share/man/man1/lsattr.1.gz usr/share/man/man1/lscpu.1.gz usr/share/man/man1/lsipc.1.gz usr/share/man/man1/lsirq.1.gz usr/share/man/man1/lslogins.1.gz usr/share/man/man1/lsmem.1.gz usr/share/man/man1/mapfile.1.gz usr/share/man/man1/mcookie.1.gz usr/share/man/man1/mesg.1.gz usr/share/man/man1/namei.1.gz usr/share/man/man1/popd.1.gz usr/share/man/man1/prlimit.1.gz usr/share/man/man1/pushd.1.gz usr/share/man/man1/read.1.gz usr/share/man/man1/readonly.1.gz usr/share/man/man1/rename.1.gz usr/share/man/man1/reset.1.gz usr/share/man/man1/return.1.gz usr/share/man/man1/rev.1.gz usr/share/man/man1/rocky.1.gz usr/share/man/man1/runuser.1.gz usr/share/man/man1/script.1.gz usr/share/man/man1/scriptlive.1.gz usr/share/man/man1/scriptreplay.1.gz usr/share/man/man1/sdiff.1.gz usr/share/man/man1/sed.1.gz usr/share/man/man1/set.1.gz usr/share/man/man1/setpriv.1.gz usr/share/man/man1/setterm.1.gz usr/share/man/man1/sh.1.gz usr/share/man/man1/shift.1.gz usr/share/man/man1/shopt.1.gz usr/share/man/man1/source.1.gz usr/share/man/man1/su.1.gz usr/share/man/man1/suspend.1.gz usr/share/man/man1/tabs.1.gz usr/share/man/man1/tic.1m.gz usr/share/man/man1/times.1.gz usr/share/man/man1/toe.1m.gz usr/share/man/man1/tput.1.gz usr/share/man/man1/trap.1.gz usr/share/man/man1/tset.1.gz usr/share/man/man1/type.1.gz usr/share/man/man1/typeset.1.gz usr/share/man/man1/ul.1.gz usr/share/man/man1/ulimit.1.gz +usr/share/man/man1/ulockmgr_server.1.gz usr/share/man/man1/umask.1.gz usr/share/man/man1/unalias.1.gz usr/share/man/man1/unset.1.gz usr/share/man/man1/utmpdump.1.gz usr/share/man/man1/uuidgen.1.gz usr/share/man/man1/uuidparse.1.gz usr/share/man/man1/wait.1.gz usr/share/man/man1/wall.1.gz usr/share/man/man1/whereis.1.gz usr/share/man/man1/which.1.gz usr/share/man/man1/write.1.gz usr/share/man/man1/xargs.1.gz usr/share/man/man3/filefuncs.3am.gz usr/share/man/man3/fnmatch.3am.gz usr/share/man/man3/fork.3am.gz usr/share/man/man3/inplace.3am.gz usr/share/man/man3/ordchr.3am.gz usr/share/man/man3/readdir.3am.gz usr/share/man/man3/readfile.3am.gz usr/share/man/man3/revoutput.3am.gz usr/share/man/man3/revtwoway.3am.gz usr/share/man/man3/rwarray.3am.gz usr/share/man/man3/time.3am.gz usr/share/man/man5/.k5identity.5.gz usr/share/man/man5/.k5login.5.gz usr/share/man/man5/adjtime_config.5.gz usr/share/man/man5/e2fsck.conf.5.gz usr/share/man/man5/editrc.5.gz usr/share/man/man5/ext2.5.gz usr/share/man/man5/ext3.5.gz usr/share/man/man5/ext4.5.gz usr/share/man/man5/fstab.5.gz usr/share/man/man5/info.5.gz usr/share/man/man5/k5identity.5.gz usr/share/man/man5/k5login.5.gz usr/share/man/man5/key.dns_resolver.conf.5.gz usr/share/man/man5/krb5.conf.5.gz usr/share/man/man5/mke2fs.conf.5.gz usr/share/man/man5/request-key.conf.5.gz usr/share/man/man5/scr_dump.5.gz usr/share/man/man5/term.5.gz usr/share/man/man5/terminal-colors.d.5.gz usr/share/man/man5/terminfo.5.gz usr/share/man/man5/user_caps.5.gz usr/share/man/man7/asymmetric-key.7.gz usr/share/man/man7/kerberos.7.gz usr/share/man/man7/keyutils.7.gz usr/share/man/man7/term.7.gz usr/share/man/man8/addpart.8.gz usr/share/man/man8/badblocks.8.gz usr/share/man/man8/blkdiscard.8.gz usr/share/man/man8/blkzone.8.gz usr/share/man/man8/cfdisk.8.gz usr/share/man/man8/chcpu.8.gz usr/share/man/man8/chmem.8.gz usr/share/man/man8/clock.8.gz usr/share/man/man8/ctrlaltdel.8.gz usr/share/man/man8/debugfs.8.gz usr/share/man/man8/delpart.8.gz usr/share/man/man8/dumpe2fs.8.gz usr/share/man/man8/e2freefrag.8.gz usr/share/man/man8/e2fsck.8.gz usr/share/man/man8/e2image.8.gz usr/share/man/man8/e2label.8.gz usr/share/man/man8/e2mmpstatus.8.gz usr/share/man/man8/e2undo.8.gz usr/share/man/man8/e4crypt.8.gz usr/share/man/man8/e4defrag.8.gz usr/share/man/man8/fdformat.8.gz usr/share/man/man8/fdisk.8.gz usr/share/man/man8/filefrag.8.gz usr/share/man/man8/findfs.8.gz usr/share/man/man8/fsck.cramfs.8.gz usr/share/man/man8/fsck.ext2.8.gz usr/share/man/man8/fsck.ext3.8.gz usr/share/man/man8/fsck.ext4.8.gz usr/share/man/man8/fsck.minix.8.gz usr/share/man/man8/fsfreeze.8.gz usr/share/man/man8/fstrim.8.gz usr/share/man/man8/getcap.8.gz usr/share/man/man8/getpcaps.8.gz usr/share/man/man8/hwclock.8.gz usr/share/man/man8/i386.8.gz usr/share/man/man8/isosize.8.gz usr/share/man/man8/key.dns_resolver.8.gz usr/share/man/man8/ldattach.8.gz usr/share/man/man8/linux32.8.gz usr/share/man/man8/linux64.8.gz usr/share/man/man8/logsave.8.gz usr/share/man/man8/lsblk.8.gz usr/share/man/man8/lslocks.8.gz usr/share/man/man8/lsns.8.gz usr/share/man/man8/mke2fs.8.gz usr/share/man/man8/mkfs.8.gz usr/share/man/man8/mkfs.cramfs.8.gz usr/share/man/man8/mkfs.ext2.8.gz usr/share/man/man8/mkfs.ext3.8.gz usr/share/man/man8/mkfs.ext4.8.gz usr/share/man/man8/mkfs.minix.8.gz usr/share/man/man8/mklost+found.8.gz +usr/share/man/man8/mount.fuse.8.gz usr/share/man/man8/nologin.8.gz usr/share/man/man8/pivot_root.8.gz usr/share/man/man8/readprofile.8.gz usr/share/man/man8/request-key.8.gz usr/share/man/man8/resize2fs.8.gz usr/share/man/man8/resizepart.8.gz usr/share/man/man8/rfkill.8.gz usr/share/man/man8/rtcwake.8.gz usr/share/man/man8/setarch.8.gz usr/share/man/man8/setcap.8.gz usr/share/man/man8/setserial.8.gz usr/share/man/man8/sfdisk.8.gz usr/share/man/man8/sulogin.8.gz usr/share/man/man8/swaplabel.8.gz usr/share/man/man8/tune2fs.8.gz usr/share/man/man8/uname26.8.gz usr/share/man/man8/wdctl.8.gz usr/share/man/man8/wipefs.8.gz usr/share/man/man8/x86_64.8.gz usr/share/man/man8/zramctl.8.gz usr/share/redhat-release usr/share/rocky-release/EULA usr/share/tabset/std usr/share/tabset/stdcrt usr/share/tabset/vt100 usr/share/tabset/vt300 usr/share/terminfo/A/Apple_Terminal usr/share/terminfo/E/Eterm usr/share/terminfo/E/Eterm-256color usr/share/terminfo/E/Eterm-88color usr/share/terminfo/E/Eterm-color usr/share/terminfo/a/alacritty usr/share/terminfo/a/ansi usr/share/terminfo/a/ansi80x25 usr/share/terminfo/a/ansis usr/share/terminfo/a/aterm usr/share/terminfo/b/bterm usr/share/terminfo/c/cons25 usr/share/terminfo/c/cygwin usr/share/terminfo/d/dumb usr/share/terminfo/e/eterm usr/share/terminfo/e/eterm-color usr/share/terminfo/g/gnome usr/share/terminfo/g/gnome-256color usr/share/terminfo/h/hurd usr/share/terminfo/j/jfbterm usr/share/terminfo/k/kitty usr/share/terminfo/k/kon usr/share/terminfo/k/kon2 usr/share/terminfo/k/konsole usr/share/terminfo/k/konsole-256color usr/share/terminfo/l/linux usr/share/terminfo/m/mach usr/share/terminfo/m/mach-bold usr/share/terminfo/m/mach-color usr/share/terminfo/m/mach-gnu usr/share/terminfo/m/mach-gnu-color usr/share/terminfo/m/mlterm usr/share/terminfo/m/mrxvt usr/share/terminfo/n/nsterm usr/share/terminfo/n/nsterm-256color usr/share/terminfo/n/nxterm usr/share/terminfo/p/pcansi usr/share/terminfo/p/putty usr/share/terminfo/p/putty-256color usr/share/terminfo/r/rxvt usr/share/terminfo/r/rxvt-16color usr/share/terminfo/r/rxvt-256color usr/share/terminfo/r/rxvt-88color usr/share/terminfo/r/rxvt-basic usr/share/terminfo/r/rxvt-color usr/share/terminfo/r/rxvt-cygwin usr/share/terminfo/r/rxvt-cygwin-native usr/share/terminfo/r/rxvt-unicode usr/share/terminfo/r/rxvt-unicode-256color usr/share/terminfo/r/rxvt-xpm usr/share/terminfo/s/screen usr/share/terminfo/s/screen-16color usr/share/terminfo/s/screen-256color usr/share/terminfo/s/screen.Eterm usr/share/terminfo/s/screen.gnome usr/share/terminfo/s/screen.konsole usr/share/terminfo/s/screen.konsole-256color usr/share/terminfo/s/screen.linux usr/share/terminfo/s/screen.linux-s usr/share/terminfo/s/screen.mlterm usr/share/terminfo/s/screen.mlterm-256color usr/share/terminfo/s/screen.mrxvt usr/share/terminfo/s/screen.putty usr/share/terminfo/s/screen.putty-256color usr/share/terminfo/s/screen.rxvt usr/share/terminfo/s/screen.teraterm usr/share/terminfo/s/screen.vte usr/share/terminfo/s/screen.vte-256color usr/share/terminfo/s/screen.xterm-256color usr/share/terminfo/s/screen.xterm-new usr/share/terminfo/s/screen.xterm-r6 usr/share/terminfo/s/screen.xterm-xfree86 usr/share/terminfo/s/st usr/share/terminfo/s/st-16color usr/share/terminfo/s/st-256color usr/share/terminfo/s/stterm usr/share/terminfo/s/stterm-16color usr/share/terminfo/s/stterm-256color usr/share/terminfo/s/sun usr/share/terminfo/s/sun1 usr/share/terminfo/s/sun2 usr/share/terminfo/t/teraterm usr/share/terminfo/t/teraterm2.3 usr/share/terminfo/t/tmux usr/share/terminfo/t/tmux-256color usr/share/terminfo/t/tmux-direct usr/share/terminfo/v/vs100 usr/share/terminfo/v/vt100 usr/share/terminfo/v/vt100-am usr/share/terminfo/v/vt100-nav usr/share/terminfo/v/vt102 usr/share/terminfo/v/vt200 usr/share/terminfo/v/vt220 usr/share/terminfo/v/vt52 usr/share/terminfo/v/vte usr/share/terminfo/v/vte-256color usr/share/terminfo/v/vwmterm usr/share/terminfo/w/wsvt25 usr/share/terminfo/w/wsvt25m usr/share/terminfo/x/xfce usr/share/terminfo/x/xterm usr/share/terminfo/x/xterm-1002 usr/share/terminfo/x/xterm-1003 usr/share/terminfo/x/xterm-1005 usr/share/terminfo/x/xterm-1006 usr/share/terminfo/x/xterm-16color usr/share/terminfo/x/xterm-24 usr/share/terminfo/x/xterm-256color usr/share/terminfo/x/xterm-88color usr/share/terminfo/x/xterm-8bit usr/share/terminfo/x/xterm-basic usr/share/terminfo/x/xterm-bold usr/share/terminfo/x/xterm-color usr/share/terminfo/x/xterm-direct usr/share/terminfo/x/xterm-direct16 usr/share/terminfo/x/xterm-direct2 usr/share/terminfo/x/xterm-direct256 usr/share/terminfo/x/xterm-hp usr/share/terminfo/x/xterm-mono usr/share/terminfo/x/xterm-new usr/share/terminfo/x/xterm-nic usr/share/terminfo/x/xterm-noapp usr/share/terminfo/x/xterm-old usr/share/terminfo/x/xterm-pcolor usr/share/terminfo/x/xterm-r5 usr/share/terminfo/x/xterm-r6 usr/share/terminfo/x/xterm-sco usr/share/terminfo/x/xterm-sun usr/share/terminfo/x/xterm-utf8 usr/share/terminfo/x/xterm-vt220 usr/share/terminfo/x/xterm-vt52 usr/share/terminfo/x/xterm-x10mouse usr/share/terminfo/x/xterm-x11hilite usr/share/terminfo/x/xterm-x11mouse usr/share/terminfo/x/xterm-xf86-v32 usr/share/terminfo/x/xterm-xf86-v33 usr/share/terminfo/x/xterm-xf86-v333 usr/share/terminfo/x/xterm-xf86-v40 usr/share/terminfo/x/xterm-xf86-v43 usr/share/terminfo/x/xterm-xf86-v44 usr/share/terminfo/x/xterm-xfree86 usr/share/terminfo/x/xterm-xi usr/share/terminfo/x/xterms usr/tmp @rmtry var/cache/ldconfig/aux-cache var/mail @dir afs @dir dev @dir etc/X11/applnk @dir etc/X11/fontpath.d @dir etc/X11/xinit/xinitrc.d @dir etc/X11/xinit/xinput.d @dir etc/bash_completion.d +@dir etc/default @dir etc/gss/mech.d @dir etc/issue.d @dir etc/keyutils @dir etc/ld.so.conf.d @dir etc/motd.d @dir etc/opt @dir etc/pki/tls/certs @dir etc/pki/tls/misc @dir etc/pki/tls/openssl.d @dir etc/pki/tls/private @dir etc/pm/config.d @dir etc/pm/power.d @dir etc/pm/sleep.d @dir etc/popt.d @dir etc/request-key.d @dir etc/rwtab.d @dir etc/statetab.d @dir etc/sysconfig @dir etc/terminfo @dir etc/xdg/autostart @dir etc/yum.repos.d @dir opt @dir srv @dir usr/lib64/gio/modules @dir var/adm @dir var/cache/bpf @dir var/cache/ldconfig @dir var/db @dir var/empty @dir var/ftp @dir var/games @dir var/kerberos/krb5/user @dir var/lib/games @dir var/lib/misc @dir var/lib/rpm-state @dir var/local @dir var/nis @dir var/opt @dir var/preserve @dir var/spool/lpd @dir var/spool/mail @dir var/yp @dir %%LINUXBASE%% @comment These directories may have filesystems mounted and then it may not be @comment possible to change their mode and timestamp like @dir tries to do. @postexec mkdir -p %D/dev/shm @postunexec rmdir %D/dev/shm 2>/dev/null || true @postexec mkdir -p %D/proc @postunexec rmdir %D/proc 2>/dev/null || true @postexec mkdir -p %D/sys @postunexec rmdir %D/sys 2>/dev/null || true @postexec %D/usr/sbin/ldconfig @postexec %D/usr/bin/gio-querymodules-64 /usr/lib64/gio/modules diff --git a/ftp/linux-rl9-curl/Makefile b/ftp/linux-rl9-curl/Makefile index 461409c2822b..15ec3caad67e 100644 --- a/ftp/linux-rl9-curl/Makefile +++ b/ftp/linux-rl9-curl/Makefile @@ -1,30 +1,30 @@ PORTNAME= curl -PORTVERSION= 7.76.1 -DISTVERSIONSUFFIX= -29.el9_4.1 -PORTREVISION= 6 +DISTVERSION= 7.76.1 +DISTVERSIONSUFFIX= -31.el9 +PORTREVISION= 7 CATEGORIES= ftp linux MAINTAINER= emulation@FreeBSD.org COMMENT= Tool for transferring files with URL syntax (Rocky Linux ${LINUX_DIST_VER}) WWW= https://curl.se/ LICENSE= MIT USES= cpe linux:rl9 USE_LDCONFIG= yes -USE_LINUX= libidn2 libnghttp2 libpsl libxcrypt nspr nss openldap +USE_LINUX= libidn2 libnghttp2 libpsl libssh libxcrypt nspr nss openldap USE_LINUX_RPM= yes WANT_LINUX32= yes CPE_VENDOR= haxx BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} LIB_DISTNAMES= lib${PORTNAME}-${DISTVERSIONFULL} CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS .include diff --git a/ftp/linux-rl9-curl/distinfo b/ftp/linux-rl9-curl/distinfo index 23d6d2bfd158..ea2395d36a65 100644 --- a/ftp/linux-rl9-curl/distinfo +++ b/ftp/linux-rl9-curl/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1731433562 -SHA256 (rocky/c/curl-7.76.1-29.el9_4.1.aarch64.rpm) = c713dd1628e3c83e1251c1278e18715b9184ea3e782b783b6c5f233d0bc8a0e7 -SIZE (rocky/c/curl-7.76.1-29.el9_4.1.aarch64.rpm) = 296772 -SHA256 (rocky/c/curl-7.76.1-29.el9_4.1.x86_64.rpm) = 31c66c0cafa31b4936002b2a86c7309254184bbe3210664de6b80e39187309f9 -SIZE (rocky/c/curl-7.76.1-29.el9_4.1.x86_64.rpm) = 299887 -SHA256 (rocky/l/libcurl-7.76.1-29.el9_4.1.aarch64.rpm) = ae0db535fdefe44fa9b7dc276201dd398fb0ccefb2ac44411a21e3e70d204e7c -SIZE (rocky/l/libcurl-7.76.1-29.el9_4.1.aarch64.rpm) = 285166 -SHA256 (rocky/l/libcurl-7.76.1-29.el9_4.1.i686.rpm) = 1573e40572ab8237302af7623db2d08c933b24c4234706bf601275491fc304e6 -SIZE (rocky/l/libcurl-7.76.1-29.el9_4.1.i686.rpm) = 317213 -SHA256 (rocky/l/libcurl-7.76.1-29.el9_4.1.x86_64.rpm) = 13416c4d0291cad9e9cbd0c552a75fc55818dd969f72faf85c2015801876d378 -SIZE (rocky/l/libcurl-7.76.1-29.el9_4.1.x86_64.rpm) = 289739 -SHA256 (rocky/c/curl-7.76.1-29.el9_4.1.src.rpm) = 0df388c9e75d61c49f665a6e4cdc8f5b5364717f1b9f5927ebe697994c9b853b -SIZE (rocky/c/curl-7.76.1-29.el9_4.1.src.rpm) = 2540227 +TIMESTAMP = 1732657595 +SHA256 (rocky/c/curl-7.76.1-31.el9.aarch64.rpm) = c7be94a07ac08cec21cac135d406e59d6a690a55a29232b11bc89575c38fd1e4 +SIZE (rocky/c/curl-7.76.1-31.el9.aarch64.rpm) = 296618 +SHA256 (rocky/c/curl-7.76.1-31.el9.x86_64.rpm) = 52128925505fbcc8969c04e3bb5d240fea550a23279243bb0b4dac716ac55fc6 +SIZE (rocky/c/curl-7.76.1-31.el9.x86_64.rpm) = 299729 +SHA256 (rocky/l/libcurl-7.76.1-31.el9.aarch64.rpm) = d55a0dde7a230cdc2e4c932cab00f749f2b8f8812681fecebb3f88c5bb776d7e +SIZE (rocky/l/libcurl-7.76.1-31.el9.aarch64.rpm) = 284953 +SHA256 (rocky/l/libcurl-7.76.1-31.el9.i686.rpm) = 7dc31467a0d9d93e0077f4efaf9c9078f1b7d73ac9f84c745c7c891f2f73cd43 +SIZE (rocky/l/libcurl-7.76.1-31.el9.i686.rpm) = 316988 +SHA256 (rocky/l/libcurl-7.76.1-31.el9.x86_64.rpm) = 4bc9295d49de1d28f7c0103055a8d0cd3f20e74d1df82085ea737fc6978a3731 +SIZE (rocky/l/libcurl-7.76.1-31.el9.x86_64.rpm) = 289943 +SHA256 (rocky/c/curl-7.76.1-31.el9.src.rpm) = 18047bcbf3d7ecfaa5c80f1018d55e11fab49ff612c09cbfb1868c47dac9d6d9 +SIZE (rocky/c/curl-7.76.1-31.el9.src.rpm) = 2541214 diff --git a/ftp/linux-rl9-curl/pkg-plist.aarch64 b/ftp/linux-rl9-curl/pkg-plist.aarch64 index b98798a58197..8c22aa3fc4ba 100644 --- a/ftp/linux-rl9-curl/pkg-plist.aarch64 +++ b/ftp/linux-rl9-curl/pkg-plist.aarch64 @@ -1,15 +1,15 @@ usr/bin/curl -usr/lib/.build-id/6c/d231ad61d2e3c11acc56520e77768257fff0ad -usr/lib/.build-id/42/56d57155df14d1bd71499f0e8fdc2cc7ffe523 +usr/lib/.build-id/08/04b7a1d40e1d7c8bb3ffacdbdd814968cf7dd2 +usr/lib/.build-id/c5/148099be6a9f0d8c4873f3ef72ecb0f3746fc1 usr/lib64/libcurl.so.4 usr/lib64/libcurl.so.4.7.0 %%PORTDOCS%%%%DOCSDIR%%/BUGS.md %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/FEATURES.md %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/TheArtOfHttpScripting.md usr/share/licenses/libcurl/COPYING usr/share/man/man1/curl.1.gz usr/share/zsh/site-functions/_curl diff --git a/ftp/linux-rl9-curl/pkg-plist.amd64 b/ftp/linux-rl9-curl/pkg-plist.amd64 index 133d739e36a3..defa53dae274 100644 --- a/ftp/linux-rl9-curl/pkg-plist.amd64 +++ b/ftp/linux-rl9-curl/pkg-plist.amd64 @@ -1,18 +1,18 @@ usr/bin/curl -usr/lib/.build-id/03/c67eb393c097ad313d8af23dce3be1a335171c -usr/lib/.build-id/2b/afcf0c270c4dd92c5b947fe08c4314199f8cc4 -usr/lib/.build-id/d3/6f78dae5e1d4ff59c50ad283f599b989e1be11 +usr/lib/.build-id/83/9e67f5b473990a18e1111c87542e46a6a4cb3b +usr/lib/.build-id/a9/81d6d6a04c4a31e9f12ca47e56149380b58697 +usr/lib/.build-id/c5/b6f4ae5ae3b9b97c3234b1a892e54c442ec7a9 usr/lib/libcurl.so.4 usr/lib/libcurl.so.4.7.0 usr/lib64/libcurl.so.4 usr/lib64/libcurl.so.4.7.0 %%PORTDOCS%%%%DOCSDIR%%/BUGS.md %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/FEATURES.md %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/TheArtOfHttpScripting.md usr/share/licenses/libcurl/COPYING usr/share/zsh/site-functions/_curl usr/share/man/man1/curl.1.gz diff --git a/graphics/linux-rl9-dri/Makefile b/graphics/linux-rl9-dri/Makefile index 9b46211ca394..0d4b411c5ce6 100644 --- a/graphics/linux-rl9-dri/Makefile +++ b/graphics/linux-rl9-dri/Makefile @@ -1,47 +1,46 @@ PORTNAME= dri -PORTVERSION= 23.3.3 -DISTVERSIONSUFFIX= -1.el9 -PORTREVISION= 2 +PORTVERSION= 24.1.2 +DISTVERSIONSUFFIX= -3.el9 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org COMMENT= Mesa libGL runtime libraries (Rocky Linux ${LINUX_DIST_VER}) USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX= elfutils-libelf expat libdrm libglvnd llvm wayland xorglibs USE_LINUX_RPM= yes WANT_LINUX32= yes LIB_DISTNAMES= freeglut-3.2.1-10.el9 \ mesa-dri-drivers-${DISTVERSIONFULL} \ mesa-libEGL-${DISTVERSIONFULL} \ mesa-libGL-${DISTVERSIONFULL} \ mesa-libGLU-9.0.1-6.el9 \ mesa-libgbm-${DISTVERSIONFULL} \ mesa-libglapi-${DISTVERSIONFULL} LIB_DISTNAMES_amd64= m/mesa-vulkan-drivers-${DISTVERSIONFULL} \ m/mesa-libxatracker-${DISTVERSIONFULL} SRC_DISTFILES= freeglut-3.2.1-10.el9${SRC_SUFX}:SOURCE \ mesa-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE \ mesa-libGLU-9.0.1-6.el9${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} OPTIONS_DEFINE= DOCS .include post-install: .if ${ARCH} == amd64 || ${ARCH} == i386 ${LN} -sf libGLX_mesa.so.0 \ ${STAGEDIR}${PREFIX}/usr/lib/libGLX_system.so.0 .endif .if ${ARCH} == aarch64 || ${ARCH} == amd64 ${LN} -sf libGLX_mesa.so.0 \ ${STAGEDIR}${PREFIX}/usr/lib64/libGLX_system.so.0 .endif .include diff --git a/graphics/linux-rl9-dri/distinfo b/graphics/linux-rl9-dri/distinfo index 929f38620a93..fceccd60b968 100644 --- a/graphics/linux-rl9-dri/distinfo +++ b/graphics/linux-rl9-dri/distinfo @@ -1,53 +1,53 @@ -TIMESTAMP = 1731446807 +TIMESTAMP = 1732657958 SHA256 (rocky/f/freeglut-3.2.1-10.el9.aarch64.rpm) = 7a29700d283b8466664f1666aadae386cbf9b427f262dcbcbea0038de50296eb SIZE (rocky/f/freeglut-3.2.1-10.el9.aarch64.rpm) = 190531 SHA256 (rocky/f/freeglut-3.2.1-10.el9.i686.rpm) = 74c47d07a5ca209ea2be085216ffb5e7104b759047313eade4b01cef043695ca SIZE (rocky/f/freeglut-3.2.1-10.el9.i686.rpm) = 193960 SHA256 (rocky/f/freeglut-3.2.1-10.el9.x86_64.rpm) = 7d27717e88edcb760d8c38a2e9230cf932f8cccbdd49916661b7fee649584058 SIZE (rocky/f/freeglut-3.2.1-10.el9.x86_64.rpm) = 194563 -SHA256 (rocky/m/mesa-dri-drivers-23.3.3-1.el9.aarch64.rpm) = 3c36e1eb837e3b1f969ddee55fa65c1a7bb0bf3429c4726ed3853f9b503b254d -SIZE (rocky/m/mesa-dri-drivers-23.3.3-1.el9.aarch64.rpm) = 10480079 -SHA256 (rocky/m/mesa-dri-drivers-23.3.3-1.el9.i686.rpm) = 70551ab8120da29f2e7932c51b80006af2bfb2f1477cf8d0e01d0e884382b2f2 -SIZE (rocky/m/mesa-dri-drivers-23.3.3-1.el9.i686.rpm) = 12694630 -SHA256 (rocky/m/mesa-dri-drivers-23.3.3-1.el9.x86_64.rpm) = ee41fcb7775fa5e0027f2c65f239010fee488cd0cf55f38df13823e12c455357 -SIZE (rocky/m/mesa-dri-drivers-23.3.3-1.el9.x86_64.rpm) = 11798162 -SHA256 (rocky/m/mesa-libEGL-23.3.3-1.el9.aarch64.rpm) = 9ec2049b5c663acf4316183ec7e5a86d54671b64278a87ab03fc57904759287a -SIZE (rocky/m/mesa-libEGL-23.3.3-1.el9.aarch64.rpm) = 126645 -SHA256 (rocky/m/mesa-libEGL-23.3.3-1.el9.i686.rpm) = e4c1a103e79f13f80ffc233836b390c78455308d7f32498da51490e21cbf1242 -SIZE (rocky/m/mesa-libEGL-23.3.3-1.el9.i686.rpm) = 139928 -SHA256 (rocky/m/mesa-libEGL-23.3.3-1.el9.x86_64.rpm) = 950674058ea01ebdc7af8b8be751a515da094a7486b75ff164cd10f656e76a95 -SIZE (rocky/m/mesa-libEGL-23.3.3-1.el9.x86_64.rpm) = 128975 -SHA256 (rocky/m/mesa-libGL-23.3.3-1.el9.aarch64.rpm) = 6e066b3058c6a2cb044c2eade73cd03b80dd4a7ea97a83ac3392a8e8b7945879 -SIZE (rocky/m/mesa-libGL-23.3.3-1.el9.aarch64.rpm) = 178668 -SHA256 (rocky/m/mesa-libGL-23.3.3-1.el9.i686.rpm) = 1fd6d400349a2bcd05b98220d477eef973e930c2a540d8aa34260c6f96e0484f -SIZE (rocky/m/mesa-libGL-23.3.3-1.el9.i686.rpm) = 182354 -SHA256 (rocky/m/mesa-libGL-23.3.3-1.el9.x86_64.rpm) = bb290ee83674d5690164a12ba481914a1ae06fdbeb23a14015e32c1b270be537 -SIZE (rocky/m/mesa-libGL-23.3.3-1.el9.x86_64.rpm) = 171733 +SHA256 (rocky/m/mesa-dri-drivers-24.1.2-3.el9.aarch64.rpm) = b55f39aeb5abbeb82bdc72a8bede5f7a2d6634cee58c820e305aa492360f2179 +SIZE (rocky/m/mesa-dri-drivers-24.1.2-3.el9.aarch64.rpm) = 7566488 +SHA256 (rocky/m/mesa-dri-drivers-24.1.2-3.el9.i686.rpm) = f3257db32ae55c146dda3a586e72188a96a64bc66c0a25a7471a9fce98fc4f0a +SIZE (rocky/m/mesa-dri-drivers-24.1.2-3.el9.i686.rpm) = 9447901 +SHA256 (rocky/m/mesa-dri-drivers-24.1.2-3.el9.x86_64.rpm) = 3a3da202dc1e6d32fcec0bc684684a9991e329180635c724aa5c445464068d2a +SIZE (rocky/m/mesa-dri-drivers-24.1.2-3.el9.x86_64.rpm) = 9179604 +SHA256 (rocky/m/mesa-libEGL-24.1.2-3.el9.aarch64.rpm) = ece4130edd0e89ea8f47775f7e0d262dba201dda6aa8fd460d87cd0afd3dcfe8 +SIZE (rocky/m/mesa-libEGL-24.1.2-3.el9.aarch64.rpm) = 136762 +SHA256 (rocky/m/mesa-libEGL-24.1.2-3.el9.i686.rpm) = 4e2317e068ad37131a042c866a7896693a70f2245d29e3382eecc3f7bc8a1da5 +SIZE (rocky/m/mesa-libEGL-24.1.2-3.el9.i686.rpm) = 146104 +SHA256 (rocky/m/mesa-libEGL-24.1.2-3.el9.x86_64.rpm) = 49d769cbcb60e4bdeb58579f18f8bd29d4e66873c48b2a8ccf10ff6ffc4c020a +SIZE (rocky/m/mesa-libEGL-24.1.2-3.el9.x86_64.rpm) = 140841 +SHA256 (rocky/m/mesa-libGL-24.1.2-3.el9.aarch64.rpm) = 2e40fa9a28eb4623dc370af1b0d948860a1fc65993b5e2f05c572cd739898422 +SIZE (rocky/m/mesa-libGL-24.1.2-3.el9.aarch64.rpm) = 179100 +SHA256 (rocky/m/mesa-libGL-24.1.2-3.el9.i686.rpm) = 7d1a7126304326bb15cb7829052ee5fc8bccdb27942e15fcc55274feadde63ac +SIZE (rocky/m/mesa-libGL-24.1.2-3.el9.i686.rpm) = 184263 +SHA256 (rocky/m/mesa-libGL-24.1.2-3.el9.x86_64.rpm) = 3d3b41f45a1bbb80fc21ff82e55d04745d7237a9115b6f94b0c95b2deaef1104 +SIZE (rocky/m/mesa-libGL-24.1.2-3.el9.x86_64.rpm) = 173496 SHA256 (rocky/m/mesa-libGLU-9.0.1-6.el9.aarch64.rpm) = cc834047eee86a99d7ee9e4bd24468fdc51362336880b9e93e9a0443565c4312 SIZE (rocky/m/mesa-libGLU-9.0.1-6.el9.aarch64.rpm) = 137329 SHA256 (rocky/m/mesa-libGLU-9.0.1-6.el9.i686.rpm) = ef518088bcb902d102d8f42deafa52d0c266c947a7cf69449cbd0b8f26dac826 SIZE (rocky/m/mesa-libGLU-9.0.1-6.el9.i686.rpm) = 155075 SHA256 (rocky/m/mesa-libGLU-9.0.1-6.el9.x86_64.rpm) = c7da4f0a399f5b9d5833dc1f5d0f388d9b5ecf6cd7ad6fbd9397f5a661393a68 SIZE (rocky/m/mesa-libGLU-9.0.1-6.el9.x86_64.rpm) = 149718 -SHA256 (rocky/m/mesa-libgbm-23.3.3-1.el9.aarch64.rpm) = 9df844af7615c8ce91452de6021ae67090f5c27db08f15f4fe6a96530b7d5747 -SIZE (rocky/m/mesa-libgbm-23.3.3-1.el9.aarch64.rpm) = 37918 -SHA256 (rocky/m/mesa-libgbm-23.3.3-1.el9.i686.rpm) = d53b4ca964653fc4008e78314c3a8cf8359bf564cb591d62747eaebdd8252a59 -SIZE (rocky/m/mesa-libgbm-23.3.3-1.el9.i686.rpm) = 39147 -SHA256 (rocky/m/mesa-libgbm-23.3.3-1.el9.x86_64.rpm) = 8a4751848270baf338bb5c78e06e0450c376e8771d917c10b7d12af6028fe29b -SIZE (rocky/m/mesa-libgbm-23.3.3-1.el9.x86_64.rpm) = 37565 -SHA256 (rocky/m/mesa-libglapi-23.3.3-1.el9.aarch64.rpm) = e3592295d07fa6643c4429ee7d64448fed51db80dfa6925b87854a51f4101864 -SIZE (rocky/m/mesa-libglapi-23.3.3-1.el9.aarch64.rpm) = 61100 -SHA256 (rocky/m/mesa-libglapi-23.3.3-1.el9.i686.rpm) = b7ddf0ddb03b3f556253800a5516ea24e7c5e3c0075ec5f500999aa96bc15585 -SIZE (rocky/m/mesa-libglapi-23.3.3-1.el9.i686.rpm) = 43977 -SHA256 (rocky/m/mesa-libglapi-23.3.3-1.el9.x86_64.rpm) = 220e3a0c0893e2f38425e9618ed4195bd56cd381f9f5e3eee684c3b6b0a3c9a5 -SIZE (rocky/m/mesa-libglapi-23.3.3-1.el9.x86_64.rpm) = 44283 -SHA256 (rocky/m/mesa-libxatracker-23.3.3-1.el9.x86_64.rpm) = 2258f5866aa200063cc099ccdf08f3b64c385afbc80251889518850b445f2312 -SIZE (rocky/m/mesa-libxatracker-23.3.3-1.el9.x86_64.rpm) = 2142330 -SHA256 (rocky/m/mesa-vulkan-drivers-23.3.3-1.el9.x86_64.rpm) = 012a0e87e5659f4aa3ebfa58e3b8462d039fbd9a62d945aa4d4a0684e3f738cd -SIZE (rocky/m/mesa-vulkan-drivers-23.3.3-1.el9.x86_64.rpm) = 10170642 +SHA256 (rocky/m/mesa-libgbm-24.1.2-3.el9.aarch64.rpm) = c6516c356d86c54b3c411d404d9a239c458e3b868d2d392c1c7d2d6d27e3db4c +SIZE (rocky/m/mesa-libgbm-24.1.2-3.el9.aarch64.rpm) = 35584 +SHA256 (rocky/m/mesa-libgbm-24.1.2-3.el9.i686.rpm) = c44a100cb79f67defe5e8dda63775bb2d3bc92a9570da28f0a32638ff6b352cf +SIZE (rocky/m/mesa-libgbm-24.1.2-3.el9.i686.rpm) = 37864 +SHA256 (rocky/m/mesa-libgbm-24.1.2-3.el9.x86_64.rpm) = 7e594ffc889a99526c0962e59a61a042afb1d3887c95d96729e11e9607af36a7 +SIZE (rocky/m/mesa-libgbm-24.1.2-3.el9.x86_64.rpm) = 36071 +SHA256 (rocky/m/mesa-libglapi-24.1.2-3.el9.aarch64.rpm) = 1dd5ba43c8e0908545b480df8aad799f52f43366ac696638c5eaa1ad9a5cd540 +SIZE (rocky/m/mesa-libglapi-24.1.2-3.el9.aarch64.rpm) = 58952 +SHA256 (rocky/m/mesa-libglapi-24.1.2-3.el9.i686.rpm) = b45044aa430630b23c6cbcfa72dda5a49f75ebc2275de6f5faa623bfc4f413b2 +SIZE (rocky/m/mesa-libglapi-24.1.2-3.el9.i686.rpm) = 44551 +SHA256 (rocky/m/mesa-libglapi-24.1.2-3.el9.x86_64.rpm) = 08a8f468aa02c2ec44fa12f4a182f08599460c42a7747f8429619a02d569f55b +SIZE (rocky/m/mesa-libglapi-24.1.2-3.el9.x86_64.rpm) = 44777 +SHA256 (rocky/m/mesa-libxatracker-24.1.2-3.el9.x86_64.rpm) = 8757b5ed0b8d577278f9f6328a744adeeb88d70d680d2fda9011a4af02a342dd +SIZE (rocky/m/mesa-libxatracker-24.1.2-3.el9.x86_64.rpm) = 2203881 +SHA256 (rocky/m/mesa-vulkan-drivers-24.1.2-3.el9.x86_64.rpm) = e26dec7c9dc4a0f985d23f2197d690850c3210df850ec6f3986e00b9b1aeeb88 +SIZE (rocky/m/mesa-vulkan-drivers-24.1.2-3.el9.x86_64.rpm) = 11514468 SHA256 (rocky/f/freeglut-3.2.1-10.el9.src.rpm) = 57f2249b043e5eb22d5d40fbf72651f90bbd7d0f811647d4b594def15d4b4601 SIZE (rocky/f/freeglut-3.2.1-10.el9.src.rpm) = 1507482 -SHA256 (rocky/m/mesa-23.3.3-1.el9.src.rpm) = 6f3c48add600a986ae9bcabc55c2dee20fac8c01faf3045fb59b1fe459f40388 -SIZE (rocky/m/mesa-23.3.3-1.el9.src.rpm) = 19417405 +SHA256 (rocky/m/mesa-24.1.2-3.el9.src.rpm) = 0908ddcc460015d14c9fb1a7b1132a12835ce44a6e77384f13048be4f9f19aae +SIZE (rocky/m/mesa-24.1.2-3.el9.src.rpm) = 32586235 SHA256 (rocky/m/mesa-libGLU-9.0.1-6.el9.src.rpm) = d15ac9b3f65aa4a17b0b38efc49c64e0c01c43bbdd0a06391805d2fdc6283973 SIZE (rocky/m/mesa-libGLU-9.0.1-6.el9.src.rpm) = 444434 diff --git a/graphics/linux-rl9-dri/pkg-plist.aarch64 b/graphics/linux-rl9-dri/pkg-plist.aarch64 index 7986af210ad8..f661ab5a5ca8 100644 --- a/graphics/linux-rl9-dri/pkg-plist.aarch64 +++ b/graphics/linux-rl9-dri/pkg-plist.aarch64 @@ -1,111 +1,125 @@ usr/lib/.build-id/3a/876fff075f7e6e664b85bccfc4bd396db1b699 -usr/lib/.build-id/3a/b810e8b6d58b49a0c6c2ad4b3a738a03a9ad93 -usr/lib/.build-id/3a/b810e8b6d58b49a0c6c2ad4b3a738a03a9ad93.1 -usr/lib/.build-id/3a/b810e8b6d58b49a0c6c2ad4b3a738a03a9ad93.2 -usr/lib/.build-id/3b/9aab0081fee87e4565d84e2f948a24203f2e3a -usr/lib/.build-id/41/0566c0416a63722afcc2d61323a45330666d9d -usr/lib/.build-id/56/aabb64705b6ac9146ffb9c4468f91ae132be0b -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.1 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.2 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.3 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.4 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.5 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.6 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.7 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.8 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.9 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.10 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.11 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.12 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.13 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.14 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.15 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.16 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.17 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.18 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.19 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.20 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.21 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.22 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.23 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.24 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.25 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.26 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.27 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.28 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.29 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.30 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.31 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.32 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.33 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.34 -usr/lib/.build-id/d8/f83e8be7c8cf1e87951bab7e4f54f14b095a9c.35 -usr/lib/.build-id/e3/85b10a0cfd97735fdd3ef77cc570e9169d4e9d +usr/lib/.build-id/40/f9445b135eefc58264383e035b8d554a2a677e +usr/lib/.build-id/7b/837bc45bf40edcf51b152a3ca1cf80770dce62 +usr/lib/.build-id/84/ddcc9baa839267464a9d502367b458588b995e +usr/lib/.build-id/ab/52df3f33852384c6738a6e642e3f7b8dd5ccbb +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.1 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.2 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.3 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.4 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.5 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.6 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.7 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.8 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.9 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.10 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.11 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.12 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.13 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.14 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.15 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.16 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.17 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.18 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.19 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.20 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.21 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.22 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.23 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.24 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.25 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.26 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.27 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.28 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.29 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.30 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.31 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.32 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.33 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.34 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.35 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.36 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.37 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.38 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.39 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.40 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.41 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.42 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.43 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.44 +usr/lib/.build-id/cc/35979fc234bdb78a680d3684627fcc50b62d7b.45 usr/lib/.build-id/ec/f38088658bb9156dc989a7ea9bdb6efb90d1c0 usr/lib64/dri/armada-drm_dri.so usr/lib64/dri/exynos_dri.so +usr/lib64/dri/gm12u320_dri.so usr/lib64/dri/hdlcd_dri.so usr/lib64/dri/hx8357d_dri.so +usr/lib64/dri/ili9163_dri.so usr/lib64/dri/ili9225_dri.so usr/lib64/dri/ili9341_dri.so +usr/lib64/dri/ili9486_dri.so usr/lib64/dri/imx-dcss_dri.so usr/lib64/dri/imx-drm_dri.so usr/lib64/dri/imx-lcdif_dri.so usr/lib64/dri/ingenic-drm_dri.so usr/lib64/dri/kgsl_dri.so usr/lib64/dri/kirin_dri.so usr/lib64/dri/kms_swrast_dri.so usr/lib64/dri/komeda_dri.so usr/lib64/dri/mali-dp_dri.so usr/lib64/dri/mcde_dri.so usr/lib64/dri/mediatek_dri.so usr/lib64/dri/meson_dri.so usr/lib64/dri/mi0283qt_dri.so usr/lib64/dri/msm_dri.so usr/lib64/dri/mxsfb-drm_dri.so usr/lib64/dri/nouveau_dri.so -usr/lib64/dri/nouveau_drv_video.so +usr/lib64/dri/panel-mipi-dbi_dri.so usr/lib64/dri/panfrost_dri.so +usr/lib64/dri/panthor_dri.so usr/lib64/dri/pl111_dri.so usr/lib64/dri/radeonsi_dri.so -usr/lib64/dri/radeonsi_drv_video.so usr/lib64/dri/rcar-du_dri.so usr/lib64/dri/repaper_dri.so usr/lib64/dri/rockchip_dri.so +usr/lib64/dri/rzg2l-du_dri.so +usr/lib64/dri/ssd130x_dri.so usr/lib64/dri/st7586_dri.so usr/lib64/dri/st7735r_dri.so +usr/lib64/dri/sti_dri.so usr/lib64/dri/stm_dri.so usr/lib64/dri/sun4i-drm_dri.so usr/lib64/dri/swrast_dri.so usr/lib64/dri/tegra_dri.so +usr/lib64/dri/udl_dri.so usr/lib64/dri/virtio_gpu_dri.so -usr/lib64/dri/virtio_gpu_drv_video.so usr/lib64/dri/zink_dri.so +usr/lib64/dri/zynqmp-dpsub_dri.so usr/lib64/libEGL_mesa.so.0 usr/lib64/libEGL_mesa.so.0.0.0 usr/lib64/libGLU.so.1 usr/lib64/libGLU.so.1.3.1 usr/lib64/libGLX_mesa.so.0 usr/lib64/libGLX_mesa.so.0.0.0 usr/lib64/libGLX_system.so.0 usr/lib64/libgbm.so.1 usr/lib64/libgbm.so.1.0.0 usr/lib64/libglapi.so.0 usr/lib64/libglapi.so.0.0.0 usr/lib64/libglut.so.3 usr/lib64/libglut.so.3.11.0 %%PORTDOCS%%usr/share/doc/freeglut/AUTHORS %%PORTDOCS%%usr/share/doc/freeglut/COPYING %%PORTDOCS%%usr/share/doc/freeglut/ChangeLog %%PORTDOCS%%usr/share/doc/freeglut/README %%PORTDOCS%%usr/share/doc/freeglut/download.html %%PORTDOCS%%usr/share/doc/freeglut/freeglut.html %%PORTDOCS%%usr/share/doc/freeglut/freeglut_logo.png %%PORTDOCS%%usr/share/doc/freeglut/freeglut_user_interface.html %%PORTDOCS%%usr/share/doc/freeglut/index.html %%PORTDOCS%%usr/share/doc/freeglut/ogl_sm.png %%PORTDOCS%%usr/share/doc/freeglut/progress.html %%PORTDOCS%%usr/share/doc/freeglut/structure.html %%DATADIR%%rc.d/00-mesa-defaults.conf usr/share/glvnd/egl_vendor.d/50_mesa.json diff --git a/graphics/linux-rl9-dri/pkg-plist.amd64 b/graphics/linux-rl9-dri/pkg-plist.amd64 index 48cf71260198..d2fe7d1384f4 100644 --- a/graphics/linux-rl9-dri/pkg-plist.amd64 +++ b/graphics/linux-rl9-dri/pkg-plist.amd64 @@ -1,119 +1,107 @@ -usr/lib/.build-id/0d/9840fc97a187f9422c62d507b41147f1f00559 -usr/lib/.build-id/0d/9840fc97a187f9422c62d507b41147f1f00559.1 -usr/lib/.build-id/0d/9840fc97a187f9422c62d507b41147f1f00559.2 -usr/lib/.build-id/0d/9840fc97a187f9422c62d507b41147f1f00559.3 -usr/lib/.build-id/0d/9840fc97a187f9422c62d507b41147f1f00559.4 -usr/lib/.build-id/0d/9840fc97a187f9422c62d507b41147f1f00559.5 -usr/lib/.build-id/0d/9840fc97a187f9422c62d507b41147f1f00559.6 -usr/lib/.build-id/0d/9840fc97a187f9422c62d507b41147f1f00559.7 -usr/lib/.build-id/0d/9840fc97a187f9422c62d507b41147f1f00559.8 -usr/lib/.build-id/39/582a60c971b3a1eb6e06de279988dfd98560f8 -usr/lib/.build-id/42/6eca4bf661946956f7aa0440f79033aae341c2 -usr/lib/.build-id/49/df72ac2a81d71a6fb67b2a5e89bad5e3945f12 +usr/lib/.build-id/0b/846527741b837edef4655045873fb175452d42 +usr/lib/.build-id/0c/4d9154fce99746b6aaaffe40a5d2ca9288627d +usr/lib/.build-id/10/610b10ab8562a430d22d6e9fb359e778a7d12e +usr/lib/.build-id/26/3a8764ed3d987250c02d25eefa5aadb229000b +usr/lib/.build-id/30/e72f6af7da4d6da5d7c8ca394519b5228a1816 +usr/lib/.build-id/35/e082d883adda79674d7c3b9bcc415d46f89851 +usr/lib/.build-id/3a/36172eedd3c0a6f0f352a28ec817f4120f5fd2 +usr/lib/.build-id/3a/36172eedd3c0a6f0f352a28ec817f4120f5fd2.1 +usr/lib/.build-id/3a/36172eedd3c0a6f0f352a28ec817f4120f5fd2.2 +usr/lib/.build-id/3a/36172eedd3c0a6f0f352a28ec817f4120f5fd2.3 +usr/lib/.build-id/3a/36172eedd3c0a6f0f352a28ec817f4120f5fd2.4 +usr/lib/.build-id/3a/36172eedd3c0a6f0f352a28ec817f4120f5fd2.5 +usr/lib/.build-id/3a/36172eedd3c0a6f0f352a28ec817f4120f5fd2.6 +usr/lib/.build-id/3a/36172eedd3c0a6f0f352a28ec817f4120f5fd2.7 +usr/lib/.build-id/3a/36172eedd3c0a6f0f352a28ec817f4120f5fd2.8 +usr/lib/.build-id/4d/6f0551a4d8b94f8b84e4af7b61994b9aa913ef usr/lib/.build-id/51/de0e8f1ef95feafc18270ec8af3a0e3844e87b -usr/lib/.build-id/52/6c6059695a3f879b69a7e503a850e2279afc34 -usr/lib/.build-id/52/6c6059695a3f879b69a7e503a850e2279afc34.1 -usr/lib/.build-id/52/6c6059695a3f879b69a7e503a850e2279afc34.2 -usr/lib/.build-id/5e/db19603efbfbb95d1969ba841424102e685e5e -usr/lib/.build-id/5f/1d972ec1336102f7a15265f0da59779a045ee5 +usr/lib/.build-id/54/4a40184aee075712ae6bfdb53121abcf75a4a8 +usr/lib/.build-id/54/58d9acf144487556ec41664d36a72838018e94 usr/lib/.build-id/61/7b6fe8008a91a422cb506ddd36818cc3de9de9 -usr/lib/.build-id/68/b8e143f1e92d8927a1984864b24052c56afef0 -usr/lib/.build-id/68/b8e143f1e92d8927a1984864b24052c56afef0.1 -usr/lib/.build-id/68/b8e143f1e92d8927a1984864b24052c56afef0.2 -usr/lib/.build-id/68/b8e143f1e92d8927a1984864b24052c56afef0.3 -usr/lib/.build-id/68/b8e143f1e92d8927a1984864b24052c56afef0.4 -usr/lib/.build-id/68/b8e143f1e92d8927a1984864b24052c56afef0.5 -usr/lib/.build-id/68/b8e143f1e92d8927a1984864b24052c56afef0.6 -usr/lib/.build-id/68/b8e143f1e92d8927a1984864b24052c56afef0.7 -usr/lib/.build-id/68/b8e143f1e92d8927a1984864b24052c56afef0.8 -usr/lib/.build-id/78/d26fd50c4a86c636632b460d85529a78bbad98 -usr/lib/.build-id/80/bce5d14f2c30a63439752a18d427622927a4c0 +usr/lib/.build-id/7d/4777d32813159cb61c6a762c2121920d060268 +usr/lib/.build-id/81/9b1dc0c85ff0564f791a377c0de04b6d7f8f81 usr/lib/.build-id/89/b25212de11e93f80ba05682a26de4419123ea6 -usr/lib/.build-id/91/d23d487afb6fda539fc6cfbf58c443f33b408a -usr/lib/.build-id/c4/c1dfb463584a04ab37caddc98a0940203affbc -usr/lib/.build-id/c4/c1dfb463584a04ab37caddc98a0940203affbc.1 -usr/lib/.build-id/c4/c1dfb463584a04ab37caddc98a0940203affbc.2 -usr/lib/.build-id/c7/105764dba945d02ef7a7e37faf7754f3fadc9d -usr/lib/.build-id/d4/5296c257eac4df795d3195311b65ad51232431 -usr/lib/.build-id/de/0f5f73d04b87d109d76e6d0937450878c2b18b +usr/lib/.build-id/d7/ff0260c1c064b433a4f35b0588d461ea4a728d +usr/lib/.build-id/d8/7c33dd5908e4712c75bc8c8356e8ac678bb5d7 +usr/lib/.build-id/d8/7c33dd5908e4712c75bc8c8356e8ac678bb5d7.1 +usr/lib/.build-id/d8/7c33dd5908e4712c75bc8c8356e8ac678bb5d7.2 +usr/lib/.build-id/d8/7c33dd5908e4712c75bc8c8356e8ac678bb5d7.3 +usr/lib/.build-id/d8/7c33dd5908e4712c75bc8c8356e8ac678bb5d7.4 +usr/lib/.build-id/d8/7c33dd5908e4712c75bc8c8356e8ac678bb5d7.5 +usr/lib/.build-id/d8/7c33dd5908e4712c75bc8c8356e8ac678bb5d7.6 +usr/lib/.build-id/d8/7c33dd5908e4712c75bc8c8356e8ac678bb5d7.7 +usr/lib/.build-id/d8/7c33dd5908e4712c75bc8c8356e8ac678bb5d7.8 +usr/lib/.build-id/dc/366f0d712458f8458f5d1feee2a1f1dfafe837 +usr/lib/.build-id/de/c1c007bd7f5d80870dfaae3a50a8bf7e1c3a7e usr/lib/.build-id/e6/024987291f86134749f3ed5e064e5b729942cf -usr/lib/.build-id/f1/5fdaf45ddf128d33d4acc622d6942a5433c534 -usr/lib/.build-id/fc/ade20f996f0ac45c6266ca481b881ecfb05baa -usr/lib/.build-id/ff/bc66bff3517d51b4ddeab49026a2899ed2db77 usr/lib/dri/crocus_dri.so usr/lib/dri/iris_dri.so usr/lib/dri/kms_swrast_dri.so usr/lib/dri/nouveau_dri.so -usr/lib/dri/nouveau_drv_video.so usr/lib/dri/radeonsi_dri.so -usr/lib/dri/radeonsi_drv_video.so usr/lib/dri/swrast_dri.so usr/lib/dri/virtio_gpu_dri.so -usr/lib/dri/virtio_gpu_drv_video.so usr/lib/dri/vmwgfx_dri.so usr/lib/dri/zink_dri.so usr/lib/libEGL_mesa.so.0 usr/lib/libEGL_mesa.so.0.0.0 usr/lib/libGLU.so.1 usr/lib/libGLU.so.1.3.1 usr/lib/libGLX_mesa.so.0 usr/lib/libGLX_mesa.so.0.0.0 usr/lib/libGLX_system.so.0 usr/lib/libgbm.so.1 usr/lib/libgbm.so.1.0.0 usr/lib/libglapi.so.0 usr/lib/libglapi.so.0.0.0 usr/lib/libglut.so.3 usr/lib/libglut.so.3.11.0 usr/lib64/dri/crocus_dri.so usr/lib64/dri/iris_dri.so usr/lib64/dri/kms_swrast_dri.so usr/lib64/dri/nouveau_dri.so -usr/lib64/dri/nouveau_drv_video.so usr/lib64/dri/radeonsi_dri.so -usr/lib64/dri/radeonsi_drv_video.so usr/lib64/dri/swrast_dri.so usr/lib64/dri/virtio_gpu_dri.so -usr/lib64/dri/virtio_gpu_drv_video.so usr/lib64/dri/vmwgfx_dri.so usr/lib64/dri/zink_dri.so usr/lib64/libEGL_mesa.so.0 usr/lib64/libEGL_mesa.so.0.0.0 usr/lib64/libGLU.so.1 usr/lib64/libGLU.so.1.3.1 usr/lib64/libGLX_mesa.so.0 usr/lib64/libGLX_mesa.so.0.0.0 usr/lib64/libGLX_system.so.0 usr/lib64/libVkLayer_MESA_device_select.so usr/lib64/libgbm.so.1 usr/lib64/libgbm.so.1.0.0 usr/lib64/libglapi.so.0 usr/lib64/libglapi.so.0.0.0 usr/lib64/libglut.so.3 usr/lib64/libglut.so.3.11.0 usr/lib64/libvulkan_intel.so usr/lib64/libvulkan_intel_hasvk.so usr/lib64/libvulkan_lvp.so usr/lib64/libvulkan_radeon.so usr/lib64/libxatracker.so.2 usr/lib64/libxatracker.so.2.5.0 %%PORTDOCS%%usr/share/doc/freeglut/AUTHORS %%PORTDOCS%%usr/share/doc/freeglut/COPYING %%PORTDOCS%%usr/share/doc/freeglut/ChangeLog %%PORTDOCS%%usr/share/doc/freeglut/README %%PORTDOCS%%usr/share/doc/freeglut/download.html %%PORTDOCS%%usr/share/doc/freeglut/freeglut.html %%PORTDOCS%%usr/share/doc/freeglut/freeglut_logo.png %%PORTDOCS%%usr/share/doc/freeglut/freeglut_user_interface.html %%PORTDOCS%%usr/share/doc/freeglut/index.html %%PORTDOCS%%usr/share/doc/freeglut/ogl_sm.png %%PORTDOCS%%usr/share/doc/freeglut/progress.html %%PORTDOCS%%usr/share/doc/freeglut/structure.html %%DATADIR%%rc.d/00-mesa-defaults.conf %%DATADIR%%rc.d/00-radv-defaults.conf usr/share/glvnd/egl_vendor.d/50_mesa.json usr/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json usr/share/vulkan/icd.d/intel_icd.x86_64.json usr/share/vulkan/icd.d/lvp_icd.x86_64.json usr/share/vulkan/icd.d/radeon_icd.x86_64.json usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json diff --git a/graphics/linux-rl9-libdrm/Makefile b/graphics/linux-rl9-libdrm/Makefile index 1c5e09c2eb0a..8d1d34fe2606 100644 --- a/graphics/linux-rl9-libdrm/Makefile +++ b/graphics/linux-rl9-libdrm/Makefile @@ -1,21 +1,20 @@ PORTNAME= libdrm -PORTVERSION= 2.4.117 +PORTVERSION= 2.4.121 DISTVERSIONSUFFIX= -1.el9 -PORTREVISION= 2 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org COMMENT= Interface to kernel Direct Rendering Module (Rocky Linux ${LINUX_DIST_VER}) WWW= https://dri.freedesktop.org/ USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX= libpciaccess USE_LINUX_RPM= yes WANT_LINUX32= yes DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr OPTIONS_DEFINE= DOCS .include diff --git a/graphics/linux-rl9-libdrm/distinfo b/graphics/linux-rl9-libdrm/distinfo index 88b7993db599..b3a9ee4d7d48 100644 --- a/graphics/linux-rl9-libdrm/distinfo +++ b/graphics/linux-rl9-libdrm/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731434205 -SHA256 (rocky/l/libdrm-2.4.117-1.el9.aarch64.rpm) = b3924718fdf77175d37d27adbaa47a8d7cfc9d9b2b23bdff4a3c846ec8227df6 -SIZE (rocky/l/libdrm-2.4.117-1.el9.aarch64.rpm) = 135956 -SHA256 (rocky/l/libdrm-2.4.117-1.el9.i686.rpm) = 20f5923ef9b41f4fc3d17d81869d3e5a61d65cbf67aa047fd5e77e9149851dff -SIZE (rocky/l/libdrm-2.4.117-1.el9.i686.rpm) = 174879 -SHA256 (rocky/l/libdrm-2.4.117-1.el9.x86_64.rpm) = bccc7f65e723c27f69adf46b7352072b20c000fb16bf6316fd4bbdeae72f54b6 -SIZE (rocky/l/libdrm-2.4.117-1.el9.x86_64.rpm) = 160679 -SHA256 (rocky/l/libdrm-2.4.117-1.el9.src.rpm) = ceaf8556cadcb61c7909274696fe21b5d1ec06c83effeb2adccbb8178171641b -SIZE (rocky/l/libdrm-2.4.117-1.el9.src.rpm) = 491319 +TIMESTAMP = 1732658935 +SHA256 (rocky/l/libdrm-2.4.121-1.el9.aarch64.rpm) = c6a805723b85ea04f478f5f73f92a13c4e1381f0131e33d078b5083386a8f09a +SIZE (rocky/l/libdrm-2.4.121-1.el9.aarch64.rpm) = 136392 +SHA256 (rocky/l/libdrm-2.4.121-1.el9.i686.rpm) = 3a593b96f0abcc023baff88aad48e486786d55dba70e3c8ea8d48269625a0591 +SIZE (rocky/l/libdrm-2.4.121-1.el9.i686.rpm) = 175846 +SHA256 (rocky/l/libdrm-2.4.121-1.el9.x86_64.rpm) = ec1a97284d190c7efe4fbbc23480fe68d06f8d9c84a2ed30ad1c840e83f4f979 +SIZE (rocky/l/libdrm-2.4.121-1.el9.x86_64.rpm) = 161902 +SHA256 (rocky/l/libdrm-2.4.121-1.el9.src.rpm) = 491b95a757f4ef9a8a49199c24c498b4940f0d30cf996be6745c99113f6225f6 +SIZE (rocky/l/libdrm-2.4.121-1.el9.src.rpm) = 497271 diff --git a/graphics/linux-rl9-libdrm/pkg-plist.aarch64 b/graphics/linux-rl9-libdrm/pkg-plist.aarch64 index 7284c5c05660..205eabafae37 100644 --- a/graphics/linux-rl9-libdrm/pkg-plist.aarch64 +++ b/graphics/linux-rl9-libdrm/pkg-plist.aarch64 @@ -1,27 +1,27 @@ -usr/lib/.build-id/2b/babe4c1069cb13ea31516a69065786b2139b10 -usr/lib/.build-id/08/dca35a62e584a8a3608ffaaeb5285c1f55de9a -usr/lib/.build-id/26/9341ebcc4c20f6ea8a95756f6f744100922856 -usr/lib/.build-id/29/15ceb4ca3319b7ae463fb6660f352fa56466bf -usr/lib/.build-id/55/42a4088a9ab613160470ae17c96fe0418ae234 -usr/lib/.build-id/a7/c93eac1e2c4de4cb8081d68a63ab522eb0cda1 -usr/lib/.build-id/de/a79cc994832e74dee5b8f2a5d33de33f8cc376 -usr/lib/.build-id/fa/a86a60400b561801b68ca8f746217fe3785223 +usr/lib/.build-id/32/cf30f4ba15e7ce10d89ce10db65d511e0a1b88 +usr/lib/.build-id/46/a94adc63913fd4a36332cc9bb7acb71f90c50a +usr/lib/.build-id/63/680da435067952fe15d35a38898ea80275e036 +usr/lib/.build-id/db/d83f5a9b8cb76821d09562db4849a9320edbdc +usr/lib/.build-id/e2/08302ed762a6a7b78f6aa70b338a4ca76ed6be +usr/lib/.build-id/e2/a3df22b3c23f028e18104eda7e7331fa0c59f7 +usr/lib/.build-id/f1/bb6cb9d5666108bf50c9fe270c5d5042e3e901 +usr/lib/.build-id/f4/4c37c540020ebfe5575b840091719e7af6d4a6 usr/lib/udev/rules.d/91-drm-modeset.rules usr/lib64/libdrm.so.2 usr/lib64/libdrm.so.2.4.0 usr/lib64/libdrm_amdgpu.so.1 usr/lib64/libdrm_amdgpu.so.1.0.0 usr/lib64/libdrm_etnaviv.so.1 usr/lib64/libdrm_etnaviv.so.1.0.0 usr/lib64/libdrm_exynos.so.1 usr/lib64/libdrm_exynos.so.1.0.0 usr/lib64/libdrm_freedreno.so.1 usr/lib64/libdrm_freedreno.so.1.0.0 usr/lib64/libdrm_nouveau.so.2 usr/lib64/libdrm_nouveau.so.2.0.0 usr/lib64/libdrm_radeon.so.1 usr/lib64/libdrm_radeon.so.1.0.1 usr/lib64/libdrm_tegra.so.0 usr/lib64/libdrm_tegra.so.0.0.0 %%PORTDOCS%%usr/share/doc/libdrm/README.rst %%DATADIR%%/amdgpu.ids diff --git a/graphics/linux-rl9-libdrm/pkg-plist.amd64 b/graphics/linux-rl9-libdrm/pkg-plist.amd64 index 69963c1b047d..27ca31cd2a3c 100644 --- a/graphics/linux-rl9-libdrm/pkg-plist.amd64 +++ b/graphics/linux-rl9-libdrm/pkg-plist.amd64 @@ -1,33 +1,33 @@ -usr/lib/.build-id/0f/a88eb3d9b8d53e0af09a2dd77b630992274f16 -usr/lib/.build-id/12/0da4d573f34fe11bf88290c97d0ff14675c482 -usr/lib/.build-id/32/467eea78a4ae5a5d777497b7eaa8b7483b9445 -usr/lib/.build-id/40/5294027756e40ffa7d3d799d0f7cd5ca09d86c -usr/lib/.build-id/4e/ce1d30c31fd607f10961b88446a400142a1b68 -usr/lib/.build-id/78/40f8b4f7f5d2dc2cf408c96a8b4a442b9ec66f -usr/lib/.build-id/9b/379cc3d5bf40554d6c18265576429b61122b00 -usr/lib/.build-id/a1/634695086257aeee1f116e594e8ac6eba830a3 -usr/lib/.build-id/e6/b3af94ce8dcade0fbf84d5b61fd5f3d35702c9 -usr/lib/.build-id/e9/244cc60efe874d983ef2a6cacce061018d620c +usr/lib/.build-id/45/d39707eccac0a936268cf5ee0b859fbc4f36bb +usr/lib/.build-id/4e/ffcf2ae3c015f936db9c1cc9f0ea5bfbdc3343 +usr/lib/.build-id/5c/a77dcea46a46d7a64e740eb23409341f5b449e +usr/lib/.build-id/60/551e32ec97b1ea3782c1c6dfe453ed839c48cb +usr/lib/.build-id/ba/b75e9f71afd47180b8de78306d28a9ecc88227 +usr/lib/.build-id/c1/48adbc1b9545555a57891e7c618784770b908d +usr/lib/.build-id/d1/e133092f709f84e995795ad37035b76bd87a80 +usr/lib/.build-id/dc/997d12d111cd62f667662cc18e76887f685a20 +usr/lib/.build-id/ef/803998a71c16ddc5d71ce7c40c63364c6a6fcb +usr/lib/.build-id/fa/c9b548358b546b99fba2f66b5d570eaf0e86e4 usr/lib/libdrm.so.2 usr/lib/libdrm.so.2.4.0 usr/lib/libdrm_amdgpu.so.1 usr/lib/libdrm_amdgpu.so.1.0.0 usr/lib/libdrm_intel.so.1 usr/lib/libdrm_intel.so.1.0.0 usr/lib/libdrm_nouveau.so.2 usr/lib/libdrm_nouveau.so.2.0.0 usr/lib/libdrm_radeon.so.1 usr/lib/libdrm_radeon.so.1.0.1 usr/lib/udev/rules.d/91-drm-modeset.rules usr/lib64/libdrm.so.2 usr/lib64/libdrm.so.2.4.0 usr/lib64/libdrm_amdgpu.so.1 usr/lib64/libdrm_amdgpu.so.1.0.0 usr/lib64/libdrm_intel.so.1 usr/lib64/libdrm_intel.so.1.0.0 usr/lib64/libdrm_nouveau.so.2 usr/lib64/libdrm_nouveau.so.2.0.0 usr/lib64/libdrm_radeon.so.1 usr/lib64/libdrm_radeon.so.1.0.1 %%PORTDOCS%%usr/share/doc/libdrm/README.rst %%DATADIR%%/amdgpu.ids diff --git a/graphics/linux-rl9-shaderc/Makefile b/graphics/linux-rl9-shaderc/Makefile index 210419287a94..4e9ce255baea 100644 --- a/graphics/linux-rl9-shaderc/Makefile +++ b/graphics/linux-rl9-shaderc/Makefile @@ -1,25 +1,25 @@ PORTNAME= shaderc -PORTVERSION= 2023.7 +PORTVERSION= 2024.0 DISTVERSIONSUFFIX= -1.el9 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org COMMENT= GLSL/HLSL to SPIR-V shader compiler (Rocky Linux ${LINUX_DIST_VER}) WWW= https://github.com/google/shaderc LICENSE= APACHE20 USES= cpe linux:rl9 USE_LDCONFIG= yes USE_LINUX_RPM= yes WANT_LINUX32= yes LIB_DISTNAMES= lib${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/lib${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS .include diff --git a/graphics/linux-rl9-shaderc/distinfo b/graphics/linux-rl9-shaderc/distinfo index 4a49591d013a..6e2f1c45f957 100644 --- a/graphics/linux-rl9-shaderc/distinfo +++ b/graphics/linux-rl9-shaderc/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731539859 -SHA256 (rocky/l/libshaderc-2023.7-1.el9.aarch64.rpm) = 7faa1c0820dbc78ce9db85e3a9a71995886ad19023333c13f222c1290edb3b60 -SIZE (rocky/l/libshaderc-2023.7-1.el9.aarch64.rpm) = 1009299 -SHA256 (rocky/l/libshaderc-2023.7-1.el9.i686.rpm) = b01f9f2d802e10ed5bf30d7b1e5e0437e53c08ccb94cdbd409d9e10c3b16e8f9 -SIZE (rocky/l/libshaderc-2023.7-1.el9.i686.rpm) = 1108122 -SHA256 (rocky/l/libshaderc-2023.7-1.el9.x86_64.rpm) = 9fcd4ed57f9ea0ef65fd8406b0e4398308311b151112f89a0eb29cda7c65b1de -SIZE (rocky/l/libshaderc-2023.7-1.el9.x86_64.rpm) = 1020508 -SHA256 (rocky/s/shaderc-2023.7-1.el9.src.rpm) = 58cc69a642fa045fff712a974fc2ea4dd6899cc237fefdd7a22c4e817b654ef1 -SIZE (rocky/s/shaderc-2023.7-1.el9.src.rpm) = 238917 +TIMESTAMP = 1732659395 +SHA256 (rocky/l/libshaderc-2024.0-1.el9.aarch64.rpm) = 3df2012c0b94dec5899d9a0c1c2d8ab6e9c1566cdbcc6cc3c6a068631732cb95 +SIZE (rocky/l/libshaderc-2024.0-1.el9.aarch64.rpm) = 1026481 +SHA256 (rocky/l/libshaderc-2024.0-1.el9.i686.rpm) = d84454c7dab4d2b788e9b72df994d691b6860fb9362d46aadfa861a774046621 +SIZE (rocky/l/libshaderc-2024.0-1.el9.i686.rpm) = 1125089 +SHA256 (rocky/l/libshaderc-2024.0-1.el9.x86_64.rpm) = df9493279c4a94d8761931ef74c75e4cb8044b918bded949a5d91db7accca180 +SIZE (rocky/l/libshaderc-2024.0-1.el9.x86_64.rpm) = 1035767 +SHA256 (rocky/s/shaderc-2024.0-1.el9.src.rpm) = 76e5d999ca8dfade6d0267724ceb634fc8a95063a14fe81bea4a8815fab80a73 +SIZE (rocky/s/shaderc-2024.0-1.el9.src.rpm) = 238630 diff --git a/graphics/linux-rl9-shaderc/pkg-plist.aarch64 b/graphics/linux-rl9-shaderc/pkg-plist.aarch64 index ec1141b346ff..e5ea3d9c81cc 100644 --- a/graphics/linux-rl9-shaderc/pkg-plist.aarch64 +++ b/graphics/linux-rl9-shaderc/pkg-plist.aarch64 @@ -1,7 +1,7 @@ -usr/lib/.build-id/d4/722b84a3e252de37d0656857d7f1b5a3077635 +usr/lib/.build-id/eb/9e84369073775cc48f528bd2f5936960ec53ff usr/lib64/libshaderc_shared.so.1 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTORS %%PORTDOCS%%%%DOCSDIR%%/README.md usr/share/licenses/libshaderc/LICENSE diff --git a/graphics/linux-rl9-shaderc/pkg-plist.amd64 b/graphics/linux-rl9-shaderc/pkg-plist.amd64 index 16ce77f11986..7a2e5301a097 100644 --- a/graphics/linux-rl9-shaderc/pkg-plist.amd64 +++ b/graphics/linux-rl9-shaderc/pkg-plist.amd64 @@ -1,9 +1,9 @@ -usr/lib/.build-id/dd/a1a5df6beb3a6a37d74c9c6589c87004c4c29d -usr/lib/.build-id/ec/2ea258f109f537e1605b2ab54bdc3c0febc58b +usr/lib/.build-id/5a/e79d7f9751b4cb7b4b5dd8e149b22c1c397a65 +usr/lib/.build-id/c8/f69cf5e339d9b6bc09318b9478fb736277d8de usr/lib/libshaderc_shared.so.1 usr/lib64/libshaderc_shared.so.1 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTORS %%PORTDOCS%%%%DOCSDIR%%/README.md usr/share/licenses/libshaderc/LICENSE diff --git a/graphics/linux-rl9-spirv-tools/Makefile b/graphics/linux-rl9-spirv-tools/Makefile index 7793ee178165..9143a958739a 100644 --- a/graphics/linux-rl9-spirv-tools/Makefile +++ b/graphics/linux-rl9-spirv-tools/Makefile @@ -1,26 +1,26 @@ PORTNAME= spirv-tools -PORTVERSION= 2023.3 +PORTVERSION= 2024.2 DISTVERSIONSUFFIX= -1.el9 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org COMMENT= Tools for processing SPIR-V intermediate shader language modules (Rocky Linux ${LINUX_DIST_VER}) WWW= https://github.com/KhronosGroup/SPIRV-Tools LICENSE= APACHE20 USES= cpe linux:rl9 USE_LDCONFIG= yes USE_LINUX_RPM= yes WANT_LINUX32= yes BIN_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-libs-${DISTVERSIONFULL} CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS .include diff --git a/graphics/linux-rl9-spirv-tools/distinfo b/graphics/linux-rl9-spirv-tools/distinfo index 46583a53c1d8..b5a19c88005f 100644 --- a/graphics/linux-rl9-spirv-tools/distinfo +++ b/graphics/linux-rl9-spirv-tools/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1731540059 -SHA256 (rocky/s/spirv-tools-2023.3-1.el9.aarch64.rpm) = 9fa1a778560e67ab9545a80abc2dbad29f01d558a15ae97afdb6d103a02d97ce -SIZE (rocky/s/spirv-tools-2023.3-1.el9.aarch64.rpm) = 239746 -SHA256 (rocky/s/spirv-tools-2023.3-1.el9.x86_64.rpm) = 843163919ee08914a6b7ece3341af281821c0bfb91a6e89f5f9ffef55b499671 -SIZE (rocky/s/spirv-tools-2023.3-1.el9.x86_64.rpm) = 250105 -SHA256 (rocky/s/spirv-tools-libs-2023.3-1.el9.aarch64.rpm) = 3593395003f59c9af7223b33687b57c4b3b85f0fedddf061c67643b5bb3b4777 -SIZE (rocky/s/spirv-tools-libs-2023.3-1.el9.aarch64.rpm) = 1426957 -SHA256 (rocky/s/spirv-tools-libs-2023.3-1.el9.i686.rpm) = 3b24f6703000fb1ede8f56c7d8e5ad242a989e1e54d4b235b929ce75bb056176 -SIZE (rocky/s/spirv-tools-libs-2023.3-1.el9.i686.rpm) = 1619155 -SHA256 (rocky/s/spirv-tools-libs-2023.3-1.el9.x86_64.rpm) = 4ca14f5dcc1d063892043459b18675a7b911c2bca9c484a989b9e4d553dea6e7 -SIZE (rocky/s/spirv-tools-libs-2023.3-1.el9.x86_64.rpm) = 1456530 -SHA256 (rocky/s/spirv-tools-2023.3-1.el9.src.rpm) = bb0b504938c02298a75d5b1a4d85014404f7ec771938df254cfd67c0e3bbd62c -SIZE (rocky/s/spirv-tools-2023.3-1.el9.src.rpm) = 3151168 +TIMESTAMP = 1732659485 +SHA256 (rocky/s/spirv-tools-2024.2-1.el9.aarch64.rpm) = a6732158bfeb568c7f221425d35f9509d1fcb8d4d5b7c9bea5c822a547cb3393 +SIZE (rocky/s/spirv-tools-2024.2-1.el9.aarch64.rpm) = 240297 +SHA256 (rocky/s/spirv-tools-2024.2-1.el9.x86_64.rpm) = 5a585f08d78423ea1e0f74de03c71f159e3b4bc93a79f9bf4af8e1babf48ecb7 +SIZE (rocky/s/spirv-tools-2024.2-1.el9.x86_64.rpm) = 252599 +SHA256 (rocky/s/spirv-tools-libs-2024.2-1.el9.aarch64.rpm) = f2f020bff08bf5d42abcafa4ac0f0e13dae1e0f27b1d08d324fb9193e6856384 +SIZE (rocky/s/spirv-tools-libs-2024.2-1.el9.aarch64.rpm) = 1447344 +SHA256 (rocky/s/spirv-tools-libs-2024.2-1.el9.i686.rpm) = 4e371ef8e9337fc313ebc886c21372b3529e87ef7a6486e5f0d730a6c1de663b +SIZE (rocky/s/spirv-tools-libs-2024.2-1.el9.i686.rpm) = 1643502 +SHA256 (rocky/s/spirv-tools-libs-2024.2-1.el9.x86_64.rpm) = fc8b5729b0e3569742dfae2ab856afaf634e46f2c0fa685487a58b16057184a0 +SIZE (rocky/s/spirv-tools-libs-2024.2-1.el9.x86_64.rpm) = 1474679 +SHA256 (rocky/s/spirv-tools-2024.2-1.el9.src.rpm) = 254779ecb8fdb08a7644572d8653ac58e7427fa40ec31370e32120c66e274a55 +SIZE (rocky/s/spirv-tools-2024.2-1.el9.src.rpm) = 3181136 diff --git a/graphics/linux-rl9-spirv-tools/pkg-plist.aarch64 b/graphics/linux-rl9-spirv-tools/pkg-plist.aarch64 index 1db6cb0bff45..e6d76ee1d2a2 100644 --- a/graphics/linux-rl9-spirv-tools/pkg-plist.aarch64 +++ b/graphics/linux-rl9-spirv-tools/pkg-plist.aarch64 @@ -1,36 +1,36 @@ usr/bin/spirv-as usr/bin/spirv-cfg usr/bin/spirv-dis usr/bin/spirv-lesspipe.sh usr/bin/spirv-link usr/bin/spirv-lint usr/bin/spirv-objdump usr/bin/spirv-opt usr/bin/spirv-reduce usr/bin/spirv-val -usr/lib/.build-id/6e/b6eefe3dc75e67f138b65b50219686c76a4789 -usr/lib/.build-id/c8/93388d0ad5429e208ab3c84b3d5b7e96c514c9 -usr/lib/.build-id/ef/fd56201fe979948b2d220afc5bfef930156816 -usr/lib/.build-id/6a/95825046aedfb730cffa1bf1012fd1de2bb45f -usr/lib/.build-id/1a/e629f8523305ca1f81691ba80de93803d390a0 -usr/lib/.build-id/f7/60e8410c82ec980dcae2be5143833ff39aba00 -usr/lib/.build-id/9a/fc9c9cf6c6a69a2632a1ef55d0ada7e68336ee -usr/lib/.build-id/11/df29248c15eec6f494aadf16d678ed0ada9a99 -usr/lib/.build-id/9c/fb010a44c00a18a241eb69b82ed0ffeb093dff -usr/lib/.build-id/21/99cb381c3ee1da4a1b3e15793f2548cdfc9f4b -usr/lib/.build-id/19/65672c8515f35dc4b235790840d86a06b38f7a -usr/lib/.build-id/77/c56ae67bc8ac4db31263eaf5097bb02afd9100 -usr/lib/.build-id/6c/9589b7fffd1efc98b050444a7de0dac0784f04 -usr/lib/.build-id/6c/381cc5d667f71e55067f32e578537a45f0cc7b -usr/lib/.build-id/14/76bd882d7b1ddec7c3ce65b57cba5a0e38dd6f -usr/lib/.build-id/87/708108b373f93fae463808a33d8f8ebe251822 +usr/lib/.build-id/02/9281677b7a58346068806361661b3036c49b80 +usr/lib/.build-id/0a/5d3dc6dca74519d16e0c76deffec2106201bdc +usr/lib/.build-id/45/0e1e60764eeb4af1027973a52becd4f32f696f +usr/lib/.build-id/49/701f8d1f70b235a628976f8009aa9e80b16f63 +usr/lib/.build-id/5c/9b8bcfd729681100aaf2c24760c47879ea4f4a +usr/lib/.build-id/5c/d87977141058db1188ea60b4f47ff9e620465f +usr/lib/.build-id/73/64a40362e98e8a70ed9a13b397b8f579080930 +usr/lib/.build-id/74/90b4d0f22a844378d31aecfe29555b73ad069c +usr/lib/.build-id/7e/9385bd33401fa3c70aba2db7861fe9dc967f1c +usr/lib/.build-id/7e/b98914a38a600073bbad05dc406ce4e2ccda0f +usr/lib/.build-id/85/013ebbfd92560857fd5204d73103d862f0e6fc +usr/lib/.build-id/c1/99d29c509c0115f00a5a74cfbc193501d7834d +usr/lib/.build-id/c5/e24bf7b55f4a65a0be065f4983b8a6113da9d2 +usr/lib/.build-id/c9/4092192bb2f2271f2b3a81fc8f04042c9c53a0 +usr/lib/.build-id/dc/6f92e3edaa864e400514e579d6b77ca0de2af4 +usr/lib/.build-id/ff/9b6e961116ad61cd9497dfae45d270356e83ab usr/lib64/libSPIRV-Tools-diff.so usr/lib64/libSPIRV-Tools-link.so usr/lib64/libSPIRV-Tools-lint.so usr/lib64/libSPIRV-Tools-opt.so usr/lib64/libSPIRV-Tools-reduce.so usr/lib64/libSPIRV-Tools-shared.so usr/lib64/libSPIRV-Tools.so %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/README.md usr/share/licenses/spirv-tools/LICENSE diff --git a/graphics/linux-rl9-spirv-tools/pkg-plist.amd64 b/graphics/linux-rl9-spirv-tools/pkg-plist.amd64 index 2d2d6bba3125..b77eaf89dfa5 100644 --- a/graphics/linux-rl9-spirv-tools/pkg-plist.amd64 +++ b/graphics/linux-rl9-spirv-tools/pkg-plist.amd64 @@ -1,50 +1,50 @@ usr/bin/spirv-as usr/bin/spirv-cfg usr/bin/spirv-dis usr/bin/spirv-lesspipe.sh usr/bin/spirv-link usr/bin/spirv-lint usr/bin/spirv-objdump usr/bin/spirv-opt usr/bin/spirv-reduce usr/bin/spirv-val -usr/lib/.build-id/1f/01034278b57df82ef19528f37f6d188e7a4ea9 -usr/lib/.build-id/2a/4de241679f4a4608f92ac599d43db9cd4d44a3 -usr/lib/.build-id/39/576f44228fe2968a16654c8bab03eeae4e7a6c -usr/lib/.build-id/3f/4701e23a233bb059167359df933c1fcabbcd64 -usr/lib/.build-id/4b/b2a32a3b182e5afe8e602b7aa0e931740552a9 -usr/lib/.build-id/51/29dc74e3e1c2b5692d411aaa1e152f2069eb55 -usr/lib/.build-id/51/8f1a9a5e5fd46ac701705ba94e5447f8f8962b -usr/lib/.build-id/80/236a6343a8bc56da18cfc1712c7c3393577dd5 -usr/lib/.build-id/83/1c1b7d7db78438eef6d26ad85ddb4ea5f59e97 -usr/lib/.build-id/86/63285178e1d86646eb63868085e3d465cb1067 -usr/lib/.build-id/89/754061313f437e3474924aeda877b09016534b -usr/lib/.build-id/97/8c2e743b37c77eced66f77a8cacf0f29910fa5 -usr/lib/.build-id/9a/fba8a3741b15f83c18ecbfdffa22ad9a2555e0 -usr/lib/.build-id/9c/8c771350a65314d32ed91b9bcc881dd9c5fb82 -usr/lib/.build-id/ac/92403adb23e8c534a94d7d64dd6f1ffd1fee2d -usr/lib/.build-id/ad/f46992b0652035d7bbe67df1b398802399f9f6 -usr/lib/.build-id/c6/114d039eabff60d95890d70c7abcc707a07232 -usr/lib/.build-id/d5/ccdb26d56e32e8eeb550f7d861daafe0c1f3db -usr/lib/.build-id/db/da76a59f3edb0229147d40d4a0dc3afc6de2ba -usr/lib/.build-id/e9/17bc525fd2b632ae08aae0b2da7a3020b802a5 -usr/lib/.build-id/f3/d4fb05b6feaee5136d87c5156329a5565a0d3d -usr/lib/.build-id/f6/a187fcbafe8cb0610771d649820e2daa79d19a -usr/lib/.build-id/f6/a4131c43c8467e8b343a259a915ba146f95f4c +usr/lib/.build-id/03/508179a4fa539d2fe970b349240f4b05b90037 +usr/lib/.build-id/36/f26b96dcc7a650297a44c57a7596f4e074524d +usr/lib/.build-id/51/d78eb01d9cab096a8e089572c5d203e2808229 +usr/lib/.build-id/66/af9e90d6731ac30daa950222571f2fee41adf5 +usr/lib/.build-id/80/0a59d7ac9843dc9e8f5ed045e1aa580560d751 +usr/lib/.build-id/92/186366acdb9f9063346bfd49209af9d2436cdf +usr/lib/.build-id/95/04728fd0234d10725af8c61ca0eda5c810c328 +usr/lib/.build-id/95/e0fa66b319abccb6d5e81100410fdc72be90b9 +usr/lib/.build-id/96/23e892d86c6876c6bb021fbfe4692ed6dd9de1 +usr/lib/.build-id/9e/0004666626890984b5bbf461c7dad205c1c293 +usr/lib/.build-id/a9/feb81235e110693f5bc2ce432e8b442452e84c +usr/lib/.build-id/b4/a33ceb833a026c7f3f8bc72d8d24e28f40d08e +usr/lib/.build-id/b8/64f42c275031004daaf6c79f6aa4811bffe5c1 +usr/lib/.build-id/bb/945d61533fc21d0791ff6fca5c58dcb11cd6a7 +usr/lib/.build-id/bc/c76272830698612a25fa38862f00d4989b9742 +usr/lib/.build-id/c7/f04da8c4ec51a4cdb5432f21cbf9229f7855dd +usr/lib/.build-id/d4/fd1994923d540441ff6491d7a5df7de5ade104 +usr/lib/.build-id/d6/8c23900d08a72ef5e2ba1ea019a1c02f0070c0 +usr/lib/.build-id/d9/5849db5d80cfa7cced73f397047eaa7e95e29a +usr/lib/.build-id/e7/14605c10d541c56a0577f02520235513191d71 +usr/lib/.build-id/eb/90c143f2129e3cf41ae397f153fb2cbe17030a +usr/lib/.build-id/ec/febd2cf4df430b70dd1cfb729f2d07ae0e423d +usr/lib/.build-id/fc/e42b0796f9a439739b4fb6e893db1770cf70bc usr/lib/libSPIRV-Tools-diff.so usr/lib/libSPIRV-Tools-link.so usr/lib/libSPIRV-Tools-lint.so usr/lib/libSPIRV-Tools-opt.so usr/lib/libSPIRV-Tools-reduce.so usr/lib/libSPIRV-Tools-shared.so usr/lib/libSPIRV-Tools.so usr/lib64/libSPIRV-Tools-diff.so usr/lib64/libSPIRV-Tools-link.so usr/lib64/libSPIRV-Tools-lint.so usr/lib64/libSPIRV-Tools-opt.so usr/lib64/libSPIRV-Tools-reduce.so usr/lib64/libSPIRV-Tools-shared.so usr/lib64/libSPIRV-Tools.so %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/README.md usr/share/licenses/spirv-tools/LICENSE diff --git a/graphics/linux-rl9-tiff/Makefile b/graphics/linux-rl9-tiff/Makefile index d25fce1c0467..81af89af1f09 100644 --- a/graphics/linux-rl9-tiff/Makefile +++ b/graphics/linux-rl9-tiff/Makefile @@ -1,22 +1,22 @@ PORTNAME= libtiff PORTVERSION= 4.4.0 -DISTVERSIONSUFFIX= -12.el9_4.1 -PORTREVISION= 4 +DISTVERSIONSUFFIX= -13.el9 +PORTREVISION= 5 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org COMMENT= Library routines for working with TIFF images (Rocky Linux ${LINUX_DIST_VER}) WWW= http://www.simplesystems.org/libtiff/ USES= cpe linux:rl9 USE_LDCONFIG= yes USE_LINUX= jbigkit jpeg webp USE_LINUX_RPM= yes WANT_LINUX32= yes CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/tiff/pkg-descr OPTIONS_DEFINE= DOCS .include diff --git a/graphics/linux-rl9-tiff/distinfo b/graphics/linux-rl9-tiff/distinfo index 9e8a5b6f5add..f8c919bed0a1 100644 --- a/graphics/linux-rl9-tiff/distinfo +++ b/graphics/linux-rl9-tiff/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731448723 -SHA256 (rocky/l/libtiff-4.4.0-12.el9_4.1.aarch64.rpm) = ea686f09fb5a1d104ece1ab3d42d7e263c117d9e03281cf96183c03b0d6d7296 -SIZE (rocky/l/libtiff-4.4.0-12.el9_4.1.aarch64.rpm) = 196298 -SHA256 (rocky/l/libtiff-4.4.0-12.el9_4.1.i686.rpm) = 01ac8e4ebb906f14e83ebdab4bd003124562561720a342e57080d074bf3c6b3f -SIZE (rocky/l/libtiff-4.4.0-12.el9_4.1.i686.rpm) = 219749 -SHA256 (rocky/l/libtiff-4.4.0-12.el9_4.1.x86_64.rpm) = d760a963c5b275793109894ef139967f9a168ccf57cf844cc7c96f32d9c4a3d5 -SIZE (rocky/l/libtiff-4.4.0-12.el9_4.1.x86_64.rpm) = 201779 -SHA256 (rocky/l/libtiff-4.4.0-12.el9_4.1.src.rpm) = e76ad3ab60bd09a0c6f035870f2952d699951d54ce67fdea03be18c0399b8a16 -SIZE (rocky/l/libtiff-4.4.0-12.el9_4.1.src.rpm) = 2890298 +TIMESTAMP = 1732659718 +SHA256 (rocky/l/libtiff-4.4.0-13.el9.aarch64.rpm) = 0cd3b6912b45449cef14568715ace770863c84fc7b017d8c63b900c005ea0f2a +SIZE (rocky/l/libtiff-4.4.0-13.el9.aarch64.rpm) = 196249 +SHA256 (rocky/l/libtiff-4.4.0-13.el9.i686.rpm) = 6709af0f6adf0feae7d25223e901ac249a093ba01e4cc20b723fca19a066e63c +SIZE (rocky/l/libtiff-4.4.0-13.el9.i686.rpm) = 219775 +SHA256 (rocky/l/libtiff-4.4.0-13.el9.x86_64.rpm) = 0e00ec2a40085ea5a5141f9164f6a85e5a9301881685767aff65ee07d3ebcb85 +SIZE (rocky/l/libtiff-4.4.0-13.el9.x86_64.rpm) = 201735 +SHA256 (rocky/l/libtiff-4.4.0-13.el9.src.rpm) = d827e66b8b02e304bb1eb0dd12e64c8586d82b5da9edbf89e3ec5eac3e45264c +SIZE (rocky/l/libtiff-4.4.0-13.el9.src.rpm) = 2890270 diff --git a/graphics/linux-rl9-tiff/pkg-plist.aarch64 b/graphics/linux-rl9-tiff/pkg-plist.aarch64 index 94e64423df01..825763fd9f2a 100644 --- a/graphics/linux-rl9-tiff/pkg-plist.aarch64 +++ b/graphics/linux-rl9-tiff/pkg-plist.aarch64 @@ -1,10 +1,10 @@ -usr/lib/.build-id/35/19a01e4a8ca722cf75bea873dc96446281fca6 -usr/lib/.build-id/de/ab89ca5337a6de2c53aa476c40751e39890f39 +usr/lib/.build-id/88/0ab4ac46b47ec036d98bcea612163e16511add +usr/lib/.build-id/8a/2320f774033b8af373f71bc69661a62b638e32 usr/lib64/libtiff.so.5 usr/lib64/libtiff.so.5.8.0 usr/lib64/libtiffxx.so.5 usr/lib64/libtiffxx.so.5.8.0 %%PORTDOCS%%usr/share/doc/libtiff/README.md %%PORTDOCS%%usr/share/doc/libtiff/RELEASE-DATE %%PORTDOCS%%usr/share/doc/libtiff/VERSION usr/share/licenses/libtiff/COPYRIGHT diff --git a/graphics/linux-rl9-tiff/pkg-plist.amd64 b/graphics/linux-rl9-tiff/pkg-plist.amd64 index fff2eb847fca..967c6784c862 100644 --- a/graphics/linux-rl9-tiff/pkg-plist.amd64 +++ b/graphics/linux-rl9-tiff/pkg-plist.amd64 @@ -1,16 +1,16 @@ -usr/lib/.build-id/2c/54b54d32559ddae4daf1f87c5b1268154a337a -usr/lib/.build-id/b7/ea96899edbdec61491225641dcf2e7e85de04b -usr/lib/.build-id/e0/4b95ae4e8d533e1eca53a9dcb3a33883566f82 -usr/lib/.build-id/e2/cec88fb4f768ba71d3234e757194dc9729cafb +usr/lib/.build-id/09/92de4f27cbc6ef88b598334424eb0b1f8a9ee3 +usr/lib/.build-id/0f/b4217206b3c68eefc3fe0b69cc797bc58fcf33 +usr/lib/.build-id/7a/32d8b85259c42151d3d6f4cc6fbee42011a094 +usr/lib/.build-id/b8/9ab22cfe79fbc301f31436e5407d7a94fd4e90 usr/lib/libtiff.so.5 usr/lib/libtiff.so.5.8.0 usr/lib/libtiffxx.so.5 usr/lib/libtiffxx.so.5.8.0 usr/lib64/libtiff.so.5 usr/lib64/libtiff.so.5.8.0 usr/lib64/libtiffxx.so.5 usr/lib64/libtiffxx.so.5.8.0 %%PORTDOCS%%usr/share/doc/libtiff/README.md %%PORTDOCS%%usr/share/doc/libtiff/RELEASE-DATE %%PORTDOCS%%usr/share/doc/libtiff/VERSION usr/share/licenses/libtiff/COPYRIGHT diff --git a/graphics/linux-rl9-vulkan/Makefile b/graphics/linux-rl9-vulkan/Makefile index 2100962bbf7e..cdec23e10729 100644 --- a/graphics/linux-rl9-vulkan/Makefile +++ b/graphics/linux-rl9-vulkan/Makefile @@ -1,30 +1,29 @@ PORTNAME= vulkan -PORTVERSION= 1.3.268.0 +PORTVERSION= 1.3.283.0 DISTVERSIONSUFFIX= -1.el9 -PORTREVISION= 1 CATEGORIES= graphics linux PKGNAMESUFFIX= -loader MAINTAINER= emulation@FreeBSD.org COMMENT= Driver loader for the Vulkan graphics API (Rocky Linux ${LINUX_DIST_VER}) WWW= https://github.com/KhronosGroup/Vulkan-Loader LICENSE= APACHE20 USES= cpe linux:rl9 USE_LDCONFIG= yes USE_LINUX= wayland xorglibs USE_LINUX_RPM= yes WANT_LINUX32= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} SRC_DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}${PKGNAMESUFFIX}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS PLIST_SUB= LIBVERSION=${PORTVERSION:R} .include diff --git a/graphics/linux-rl9-vulkan/distinfo b/graphics/linux-rl9-vulkan/distinfo index d00aa4dc93b5..d96262d7e258 100644 --- a/graphics/linux-rl9-vulkan/distinfo +++ b/graphics/linux-rl9-vulkan/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731449010 -SHA256 (rocky/v/vulkan-loader-1.3.268.0-1.el9.aarch64.rpm) = 9eea3058daa03a35c0b54292f5baf8dbdb161edb6e2a0ddfabe4a6a7af2820e8 -SIZE (rocky/v/vulkan-loader-1.3.268.0-1.el9.aarch64.rpm) = 155308 -SHA256 (rocky/v/vulkan-loader-1.3.268.0-1.el9.i686.rpm) = c9aea0d058caa31a050f69138cf13b80c19e2d7251fc0472907c3292e0da0355 -SIZE (rocky/v/vulkan-loader-1.3.268.0-1.el9.i686.rpm) = 158315 -SHA256 (rocky/v/vulkan-loader-1.3.268.0-1.el9.x86_64.rpm) = 1082baa4a2b1d1e498641f86033c91031a431e44d7f612d05563c6a881efeb74 -SIZE (rocky/v/vulkan-loader-1.3.268.0-1.el9.x86_64.rpm) = 147824 -SHA256 (rocky/v/vulkan-loader-1.3.268.0-1.el9.src.rpm) = 07776c5fcb01ec4351521d96fc80ddaa7ffe4490d67d94fd97e23308fef10ba2 -SIZE (rocky/v/vulkan-loader-1.3.268.0-1.el9.src.rpm) = 1692538 +TIMESTAMP = 1732659831 +SHA256 (rocky/v/vulkan-loader-1.3.283.0-1.el9.aarch64.rpm) = f1a1fae72898a2303102e1bcad4c9e344492cd712d6a9d1a5b44034aa0069b8e +SIZE (rocky/v/vulkan-loader-1.3.283.0-1.el9.aarch64.rpm) = 158102 +SHA256 (rocky/v/vulkan-loader-1.3.283.0-1.el9.i686.rpm) = d0913e8b9e1df6d095941304a26cb6f5720d60657a20bc5a097de608b345a4f4 +SIZE (rocky/v/vulkan-loader-1.3.283.0-1.el9.i686.rpm) = 161228 +SHA256 (rocky/v/vulkan-loader-1.3.283.0-1.el9.x86_64.rpm) = b3857f4c53bbd5d6f6ded9cbb327cd79f14970b919f9e48349ec7b7d5d8a9ecb +SIZE (rocky/v/vulkan-loader-1.3.283.0-1.el9.x86_64.rpm) = 151170 +SHA256 (rocky/v/vulkan-loader-1.3.283.0-1.el9.src.rpm) = fc0dae199e59a5388d4643dd41f588c77390d5e31cc406374e2a97eecbc5c59c +SIZE (rocky/v/vulkan-loader-1.3.283.0-1.el9.src.rpm) = 1716500 diff --git a/graphics/linux-rl9-vulkan/pkg-plist.aarch64 b/graphics/linux-rl9-vulkan/pkg-plist.aarch64 index c5da0dd692fa..024226daa235 100644 --- a/graphics/linux-rl9-vulkan/pkg-plist.aarch64 +++ b/graphics/linux-rl9-vulkan/pkg-plist.aarch64 @@ -1,12 +1,12 @@ -usr/lib/.build-id/a4/4403780b9023cabb837096eabbf5160e098776 +usr/lib/.build-id/06/e2a82aa4ae7048dbe912ee9e22ac8218a53ba3 usr/lib64/libvulkan.so.1 usr/lib64/libvulkan.so.%%LIBVERSION%% %%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.md %%PORTDOCS%%%%DOCSDIR%%/README.md usr/share/licenses/vulkan-loader/LICENSE.txt @dir %%ETCDIR%%/explicit_layer.d @dir %%ETCDIR%%/icd.d @dir %%ETCDIR%%/implicit_layer.d @dir %%DATADIR%%/explicit_layer.d @dir %%DATADIR%%/icd.d @dir %%DATADIR%%/implicit_layer.d diff --git a/graphics/linux-rl9-vulkan/pkg-plist.amd64 b/graphics/linux-rl9-vulkan/pkg-plist.amd64 index 8c4696c7a41f..511daf878586 100644 --- a/graphics/linux-rl9-vulkan/pkg-plist.amd64 +++ b/graphics/linux-rl9-vulkan/pkg-plist.amd64 @@ -1,15 +1,15 @@ -usr/lib/.build-id/45/fbdbe2b4e3dea431dd55ab6f8d6bb964dcd66a -usr/lib/.build-id/c4/e1f787541e4b1015cc7c622055f85245355435 +usr/lib/.build-id/00/1b92fa69903c06e5fdc5d78a68cb1733f0d11b +usr/lib/.build-id/a0/ff24186efcb60cfc4b4333e533a0fcd37bca3a usr/lib/libvulkan.so.1 usr/lib/libvulkan.so.%%LIBVERSION%% usr/lib64/libvulkan.so.1 usr/lib64/libvulkan.so.%%LIBVERSION%% %%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.md %%PORTDOCS%%%%DOCSDIR%%/README.md usr/share/licenses/vulkan-loader/LICENSE.txt @dir %%ETCDIR%%/explicit_layer.d @dir %%ETCDIR%%/icd.d @dir %%ETCDIR%%/implicit_layer.d @dir %%DATADIR%%/explicit_layer.d @dir %%DATADIR%%/icd.d @dir %%DATADIR%%/implicit_layer.d diff --git a/lang/linux-rl9-python3/Makefile b/lang/linux-rl9-python3/Makefile index baaeef0b1a14..56d0a4c5a2d1 100644 --- a/lang/linux-rl9-python3/Makefile +++ b/lang/linux-rl9-python3/Makefile @@ -1,29 +1,29 @@ PORTNAME= python3 -PORTVERSION= 3.9.18 -DISTVERSIONSUFFIX= -3.el9_4.6 -PORTREVISION= 3 +PORTVERSION= 3.9.19 +DISTVERSIONSUFFIX= -8.el9_5.1 CATEGORIES= lang linux PKGNAMESUFFIX= 9 MAINTAINER= emulation@FreeBSD.org COMMENT= Python Language (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.python.org/ LICENSE= PSFL USES= cpe linux:rl9 USE_LDCONFIG= yes USE_LINUX_RPM= yes WANT_LINUX32= yes BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} LIB_DISTNAMES= ${PORTNAME}-libs-${DISTVERSIONFULL} SRC_DISTFILES= ${PORTNAME}.${PKGNAMESUFFIX}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME}${PKGNAMESUFFIX} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}${PKGNAMESUFFIX}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME} OPTIONS_DEFINE= DOCS +PLIST_SUB+= VERSION=${PORTVERSION} .include diff --git a/lang/linux-rl9-python3/distinfo b/lang/linux-rl9-python3/distinfo index 562a6164cf9a..0960a9bb08a0 100644 --- a/lang/linux-rl9-python3/distinfo +++ b/lang/linux-rl9-python3/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1731454434 -SHA256 (rocky/p/python3-3.9.18-3.el9_4.6.aarch64.rpm) = f5708bb09b3a3c22326ee789151d0b14a1e75066361b5c455706fe11c939bffd -SIZE (rocky/p/python3-3.9.18-3.el9_4.6.aarch64.rpm) = 25889 -SHA256 (rocky/p/python3-3.9.18-3.el9_4.6.x86_64.rpm) = 10abd7c1fb27a6ee1063d73462cd5f8e3be34eccc2b4311945d5929a25204299 -SIZE (rocky/p/python3-3.9.18-3.el9_4.6.x86_64.rpm) = 25960 -SHA256 (rocky/p/python3-libs-3.9.18-3.el9_4.6.aarch64.rpm) = 067bb59dd95a3c43eb381b162e4f6f28fdd98d48db6a897f74014eb7ee329005 -SIZE (rocky/p/python3-libs-3.9.18-3.el9_4.6.aarch64.rpm) = 7627751 -SHA256 (rocky/p/python3-libs-3.9.18-3.el9_4.6.i686.rpm) = 5f6f627b8c24af724dab2455d46e8e2d12395a7c4a46c1e8461ab5e1f95915ac -SIZE (rocky/p/python3-libs-3.9.18-3.el9_4.6.i686.rpm) = 7734846 -SHA256 (rocky/p/python3-libs-3.9.18-3.el9_4.6.x86_64.rpm) = fcb9f1400e96c3547bc7aaacfadc4786ccd3433cb22b57eba4ba6a6c8a1353ac -SIZE (rocky/p/python3-libs-3.9.18-3.el9_4.6.x86_64.rpm) = 7656887 -SHA256 (rocky/p/python3.9-3.9.18-3.el9_4.6.src.rpm) = d236c0acdd39955330b70631b0ef802813b5441ad138d1821710606f79c2d342 -SIZE (rocky/p/python3.9-3.9.18-3.el9_4.6.src.rpm) = 20316269 +TIMESTAMP = 1732647616 +SHA256 (rocky/p/python3-3.9.19-8.el9_5.1.aarch64.rpm) = fb59793a1d393d1bbc16edcf3f2343055d68908139dc85dea5cd3836fadaa0cb +SIZE (rocky/p/python3-3.9.19-8.el9_5.1.aarch64.rpm) = 26513 +SHA256 (rocky/p/python3-3.9.19-8.el9_5.1.x86_64.rpm) = 758a815cfa1c88b478e6e7cf83149d636db6295a370bc2a9c5c1836349014efe +SIZE (rocky/p/python3-3.9.19-8.el9_5.1.x86_64.rpm) = 26563 +SHA256 (rocky/p/python3-libs-3.9.19-8.el9_5.1.aarch64.rpm) = e2caa224fe683b7d9edd5f45646c3d70b300ef95564e099814ae2d105fbb3b2a +SIZE (rocky/p/python3-libs-3.9.19-8.el9_5.1.aarch64.rpm) = 7900434 +SHA256 (rocky/p/python3-libs-3.9.19-8.el9_5.1.i686.rpm) = 5b474336270d7bd6410dacae87e9782bfd6d2d41e79e59b078d6c8e504a69c1a +SIZE (rocky/p/python3-libs-3.9.19-8.el9_5.1.i686.rpm) = 7972155 +SHA256 (rocky/p/python3-libs-3.9.19-8.el9_5.1.x86_64.rpm) = bc27afe1ae164b950d7c73d65a7facf3e8c1c2af67534ff5563f729c4dfc0b24 +SIZE (rocky/p/python3-libs-3.9.19-8.el9_5.1.x86_64.rpm) = 7909650 +SHA256 (rocky/p/python3.9-3.9.19-8.el9_5.1.src.rpm) = 28e703f5e4a2a43a5937de698d460365db500be1b99a6fc3ef6db2076fbbfb6c +SIZE (rocky/p/python3.9-3.9.19-8.el9_5.1.src.rpm) = 20322382 diff --git a/lang/linux-rl9-python3/pkg-plist.aarch64 b/lang/linux-rl9-python3/pkg-plist.aarch64 index a8bc4580a5b9..57f22d690d21 100644 --- a/lang/linux-rl9-python3/pkg-plist.aarch64 +++ b/lang/linux-rl9-python3/pkg-plist.aarch64 @@ -1,2422 +1,2422 @@ usr/bin/pydoc usr/bin/pydoc3 usr/bin/pydoc3.9 usr/bin/python3 usr/bin/python3.9 usr/include/python3.9/pyconfig-64.h -usr/lib/.build-id/85/fd8b41e8dbafae2441a04c227b9906c959a5e4 -usr/lib/.build-id/85/fa4e6a8f8da7b61e7c1a06c1f582879164cc6e -usr/lib/.build-id/be/9defdb40c3b6217494d3b222811537fc51b2b7 -usr/lib/.build-id/e2/19c68e88c6a3bcd70f31fd65ecec8bf648da4a -usr/lib/.build-id/40/3b732591784c05efa287b044a2c8365714cdca -usr/lib/.build-id/1f/15f3d54114f7b81f9e2b21e1ba1116d31a7fdd -usr/lib/.build-id/1f/d4e26f0b556f044c3a3edbede8b093eb634866 -usr/lib/.build-id/e8/1252a73be677087bccd9e4ea9e6d1e10aff174 -usr/lib/.build-id/f0/96c487ad564c49e03658c55fb97f8dda88a388 -usr/lib/.build-id/a7/45074ce8c0fed41ca29246bb5c155aa93e2f08 -usr/lib/.build-id/cf/7333b2f0f0da1373ff74522bb4424948756f37 -usr/lib/.build-id/df/54017322ad57fb4dd7eb6c49745ff11615e594 -usr/lib/.build-id/47/4efa577f6da82b59459e65860bf8f4daff8464 -usr/lib/.build-id/8b/b6bdad497806d3a364a9f3432e45f4a63fb05e -usr/lib/.build-id/1a/f96fb85c4dde7c9bad1fae2915312f221dcd15 -usr/lib/.build-id/82/39f6b89560a92800a16f6547ffee0e0786703f -usr/lib/.build-id/bb/58e48fcb1e114a2788960296494b778c7d52a0 -usr/lib/.build-id/27/9d21ac14e0e4b0ed7aad48fbba69a64efa91d1 -usr/lib/.build-id/27/55b8d3e9bf70d438b43489dd935b3f166f60a0 -usr/lib/.build-id/7a/39c83d4d98f8747e8cc806d97fddc2d58b42d1 -usr/lib/.build-id/68/a4bf832b1471b2be9df4dda953876f488bd48d -usr/lib/.build-id/86/b1824c17796d6d9dc77483a4ee679daf0b97fd -usr/lib/.build-id/4c/a3457854e69215c133cd16bc3b55a3a1ff9b80 -usr/lib/.build-id/4c/fd0ecda0796bfb622f5348dc0fa68e9404a5a3 -usr/lib/.build-id/4c/54c7e16f5c3b26423b4bd31c20bc364127ea01 -usr/lib/.build-id/6b/be56921564f6c07500afb479e82964bbad29fc -usr/lib/.build-id/6b/bc6ba22a2210581eea16d87f474a13135ba5e3 -usr/lib/.build-id/8f/76099e52aecbc00d5e1eb7739522f7e7304419 -usr/lib/.build-id/95/fd41848c4463a0d0286633ead76112d8b8588b -usr/lib/.build-id/a9/f0d14359bf8a048c2c0afaf2bb0cb4df99a9b2 -usr/lib/.build-id/de/7a5fd584a4effb287589329efab6c2637bc3e1 -usr/lib/.build-id/8a/9b735e61c46c5abfa5276f65a602b899b16708 -usr/lib/.build-id/33/c96abb9963394eb02f3969913790a160c7516b -usr/lib/.build-id/e6/91375724d1251a34194c1dc34c498888a2258b -usr/lib/.build-id/ba/3f4f895bda402c5b91f0edc96bacd21b4bfa70 -usr/lib/.build-id/81/a3986962ce48e01575bbc9d436230545e427c6 -usr/lib/.build-id/81/ed86bd79052e68d66f249e1e51fe7e21d0dc7d -usr/lib/.build-id/9b/04c0633e162aec6433f653025f660d278a70ee -usr/lib/.build-id/20/2af0e80d3157d9458e90295a4f8c93b90f6cee -usr/lib/.build-id/ac/a003b3a25d79abc4266f76f4f2493d51b3ce6b -usr/lib/.build-id/89/a49b59dfd0c1aefaa0039f34ee74741da4e8c3 -usr/lib/.build-id/d7/f2d74b82e9a379133efee1368603e6ba1410e6 -usr/lib/.build-id/d7/29ac857d3c485fb64261418938b3d42ec34844 -usr/lib/.build-id/22/2c728a637b73ac1c477f28b981f8ce84fd0dcd -usr/lib/.build-id/2b/814db8e1ad875019a90189468158fe3913a48f -usr/lib/.build-id/09/8bcf02f920d3756f94d5d655a9f5e2093fc31c -usr/lib/.build-id/8c/62ce536433cd7f6b6fec15db6dea89e1190715 -usr/lib/.build-id/25/aee439ea76c2bd047c5f50583512cbe83f2408 -usr/lib/.build-id/bd/d792095fbba9259bca96878dd36b7034eae40d -usr/lib/.build-id/3f/898b0d9a76855bcb9fa08d9cd268652c68c245 -usr/lib/.build-id/64/3edc9d645c9d755590636e44d0c5b9d2dcf316 -usr/lib/.build-id/c9/e723534546722841e196cd331d12a743ea0b3e -usr/lib/.build-id/9c/ef1d01f2aeda754b699fbb449a448bbf2f905a -usr/lib/.build-id/a2/c43ba7ee52b851f37342b1bd4e3473bdaecd12 -usr/lib/.build-id/f5/5937dfc7fccdced8e273b56044289be894aeff -usr/lib/.build-id/a8/cd6392f47c96a479b9138e1084800fb9fa70ae -usr/lib/.build-id/dd/75272fc291c01def2a88e8507391beb0696cc3 -usr/lib/.build-id/45/936dd6061d3b408586ca75ecc9684f83b774be -usr/lib/.build-id/38/bd399527f7c745840fb11a67a22b4f51a1d1b0 -usr/lib/.build-id/1d/05b8776709ad7306e7b97cc72317ed903371b4 -usr/lib/.build-id/1d/986c01535abc59e82a057ce004af32ec3f277e -usr/lib/.build-id/07/66735f98a6c4602143db6a2d8ea0a432f367f0 -usr/lib/.build-id/70/3e46cbe007e3eb4c8c43ac527175ed0842abd8 -usr/lib/.build-id/2f/2f0815003ea3932a008cf3fa3b84779f374234 -usr/lib/.build-id/3e/d167343f5748c77f76a649c4e8e0ca34888f1e +usr/lib/.build-id/08/a9a551b5d5ff0585c41a2509db3bccbdb0daf9 +usr/lib/.build-id/09/75516f61be4019bd6b78dee450d88c0038b290 +usr/lib/.build-id/09/b51e02d5898e55b63af68479c267687fca9683 +usr/lib/.build-id/11/f32efddd4c29f74b1b1eae3ad44fd53aa7cc27 +usr/lib/.build-id/1f/cd29497c475033d54d8ad4c321ed64e6cb88b8 +usr/lib/.build-id/20/c8dcf75239c4435d6057e00f5c7fffbf6a7c51 +usr/lib/.build-id/29/a6b57d1e25b8108be6925dc22f06633570a69a +usr/lib/.build-id/3a/e2aa6a074c3f3cf37da927505f0cacb6353b57 +usr/lib/.build-id/3c/3a143178ff411d12dd6630e7488dc3d25e679d +usr/lib/.build-id/45/df8b3b171d837b2b147afbec3b83cd789277dd +usr/lib/.build-id/48/2108d7b75deb4c5d92eee95f2f49666f5ec5c7 +usr/lib/.build-id/49/c09771773f79e7fd20d83f185bd7a5b0949b18 +usr/lib/.build-id/4c/c882dcde267dc391cb418684fe334c2345d231 +usr/lib/.build-id/4d/5962085ea220e02f132915946132f64c85a86c +usr/lib/.build-id/4d/99e814802b8ea9ae8ad83b16f7b9ad484bdebb +usr/lib/.build-id/51/5fd4ce9d6d83ed14ac79b2d1cd4cceede15c8b +usr/lib/.build-id/5d/e05595885410c51ed8613b06b6325789723ea6 +usr/lib/.build-id/63/19bdd969c443bf5e722c671eb31d529d4b2aff +usr/lib/.build-id/65/116ad6ac61fde26afe4fff8360fff1629d9445 +usr/lib/.build-id/6b/177820ec4e1f3d056ae32bbf0b223d3d12fbcb +usr/lib/.build-id/75/a399f324113bb9c4c2ad99f18f8edbc1492699 +usr/lib/.build-id/7c/72528406675ebd8eec7b84e616dbe43d69dc4b +usr/lib/.build-id/7e/4b88c6e5e7986df0e91f91a5f1477218bdb141 +usr/lib/.build-id/80/c80e744ad3c41c5692e451a0b4eb19611f5101 +usr/lib/.build-id/87/da730271f1fa28fd6855d8faede859617c854b +usr/lib/.build-id/8c/3f70e4c7de3410eee0395e20b9d8f9ccd34114 +usr/lib/.build-id/8d/6ad6f80a8f4570a77f989f73c619a69566a7be +usr/lib/.build-id/98/0c3774150531c83236933a7e6ffe430689ea1a +usr/lib/.build-id/98/f9fb873dbbeab36b1cf04b8a58eb4f6b2e69e6 +usr/lib/.build-id/a1/86ee7497ecfa9f615bfa44a6f8cae0390cdbb1 +usr/lib/.build-id/a3/89e9eff80f4f6fbbae119445152d3c18248c38 +usr/lib/.build-id/a6/50f7f2a48919802a1f745318533dc2fc01f0fd +usr/lib/.build-id/a6/9f0a56baa35500f1a698bf2bc3f723c9613460 +usr/lib/.build-id/aa/80d6c27a3725d34df561c66cdd3cfbdd4b07c5 +usr/lib/.build-id/ab/ba8775b9d5319bbed2668e1186a6f0fe66c92e +usr/lib/.build-id/ac/dc203cfacb6dffa82185fbd1e72dbf6746564c +usr/lib/.build-id/ae/3a21b55c28b0f8479aeac71203f45859ec1372 +usr/lib/.build-id/af/20300d1124f2ad65be78d92e212364f01b3949 +usr/lib/.build-id/af/c536115ba4cad4d0f3192e2c5f406e8c9ddcdf +usr/lib/.build-id/b1/3ccf75cb97f5620ffbae65c88a4ac088fb0bc0 +usr/lib/.build-id/b1/d8b1f5f6422f20e504e50b584f36ac47ba6fe1 +usr/lib/.build-id/b6/ae45be80ce7050e16664366018169788f1ebd1 +usr/lib/.build-id/bc/f91611e259b2c58727a7b410db84a74f87eff6 +usr/lib/.build-id/be/06900067859eebf7db89a47e6674d348ecc569 +usr/lib/.build-id/c1/7a4babd3d81c9bdcfb01ae296d38087f90f861 +usr/lib/.build-id/c2/8cc53050d4ad4603e16f3f054647a26ddeca88 +usr/lib/.build-id/c5/5485b2c4a463bca6dc4a09e6d84adacf15e558 +usr/lib/.build-id/c7/334d8d7defaf22d1be4ec952dd86cb5700a0c1 +usr/lib/.build-id/cd/f771f3bd830f8e20817b13d366088eeb83bf7f +usr/lib/.build-id/ce/435734e943d1998e59d30313eb6dddcdc60d49 +usr/lib/.build-id/ce/c09f1d6233bbc65af203c9fe6aa5e3b0b37540 +usr/lib/.build-id/cf/88adc579874272dfc95ff707003aaeacb30ba6 +usr/lib/.build-id/cf/af4cabbf291e1ae234710f79a1282a4350626b +usr/lib/.build-id/d2/94f15a9daa36848e658551c80c9605a287a312 +usr/lib/.build-id/de/21d2c4b25a0b610af73b13f780799cbe38a1ac +usr/lib/.build-id/e0/f483f1d4a131b6a3759313545f2bff1def241f +usr/lib/.build-id/e2/60d824921f0f2fb412737300aaa5890b9a93c1 +usr/lib/.build-id/e2/8d9130d6ea861951adfc19e36bfbdd147b0d36 +usr/lib/.build-id/e5/2fd56a550227e73a0ccb1ec65ca6d2359ee1f4 +usr/lib/.build-id/e6/8e554a4608dbc20e2b73d71012dda284342eac +usr/lib/.build-id/e9/26b303434dac13ecfd1b6e611c7d2918073708 +usr/lib/.build-id/f4/58434a2bc9eec1b00cc7550d76c16e117d20b4 +usr/lib/.build-id/f8/6086a46d00fee1b1950e425ae0eee9354488ea +usr/lib/.build-id/fe/de4bbccaf841f51a1c5f0f30b8466397ef4698 +usr/lib/.build-id/ff/71819f669f489686d9cfb9260165e0cf7e7665 usr/lib64/libpython3.9.so.1.0 usr/lib64/libpython3.so usr/lib64/python3.9/LICENSE.txt usr/lib64/python3.9/__future__.py usr/lib64/python3.9/__phello__.foo.py usr/lib64/python3.9/__pycache__/__future__.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/__future__.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc usr/lib64/python3.9/__pycache__/__phello__.foo.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/__phello__.foo.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/__phello__.foo.cpython-39.pyc usr/lib64/python3.9/__pycache__/_aix_support.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_aix_support.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_aix_support.cpython-39.pyc usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc usr/lib64/python3.9/__pycache__/_bootsubprocess.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_bootsubprocess.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_bootsubprocess.cpython-39.pyc usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc usr/lib64/python3.9/__pycache__/_compression.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_compression.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc usr/lib64/python3.9/__pycache__/_markupbase.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_markupbase.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_markupbase.cpython-39.pyc usr/lib64/python3.9/__pycache__/_osx_support.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_osx_support.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_osx_support.cpython-39.pyc usr/lib64/python3.9/__pycache__/_py_abc.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_py_abc.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_py_abc.cpython-39.pyc usr/lib64/python3.9/__pycache__/_pydecimal.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_pydecimal.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_pydecimal.cpython-39.pyc usr/lib64/python3.9/__pycache__/_pyio.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_pyio.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_pyio.cpython-39.pyc usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc usr/lib64/python3.9/__pycache__/_strptime.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_strptime.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_strptime.cpython-39.pyc usr/lib64/python3.9/__pycache__/_sysconfigdata__linux_aarch64-linux-gnu.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_sysconfigdata__linux_aarch64-linux-gnu.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_sysconfigdata__linux_aarch64-linux-gnu.cpython-39.pyc usr/lib64/python3.9/__pycache__/_sysconfigdata_d_linux_aarch64-linux-gnu.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_sysconfigdata_d_linux_aarch64-linux-gnu.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_sysconfigdata_d_linux_aarch64-linux-gnu.cpython-39.pyc usr/lib64/python3.9/__pycache__/_threading_local.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_threading_local.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_threading_local.cpython-39.pyc usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc usr/lib64/python3.9/__pycache__/abc.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/abc.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc usr/lib64/python3.9/__pycache__/aifc.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/aifc.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/aifc.cpython-39.pyc usr/lib64/python3.9/__pycache__/antigravity.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/antigravity.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/antigravity.cpython-39.pyc usr/lib64/python3.9/__pycache__/argparse.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/argparse.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc usr/lib64/python3.9/__pycache__/ast.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/ast.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc usr/lib64/python3.9/__pycache__/asynchat.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/asynchat.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/asynchat.cpython-39.pyc usr/lib64/python3.9/__pycache__/asyncore.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/asyncore.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc usr/lib64/python3.9/__pycache__/base64.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/base64.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc usr/lib64/python3.9/__pycache__/bdb.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/bdb.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/bdb.cpython-39.pyc usr/lib64/python3.9/__pycache__/binhex.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/binhex.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/binhex.cpython-39.pyc usr/lib64/python3.9/__pycache__/bisect.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/bisect.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc usr/lib64/python3.9/__pycache__/bz2.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/bz2.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc usr/lib64/python3.9/__pycache__/cProfile.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/cProfile.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/cProfile.cpython-39.pyc usr/lib64/python3.9/__pycache__/calendar.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/calendar.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc usr/lib64/python3.9/__pycache__/cgi.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/cgi.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/cgi.cpython-39.pyc usr/lib64/python3.9/__pycache__/cgitb.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/cgitb.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/cgitb.cpython-39.pyc usr/lib64/python3.9/__pycache__/chunk.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/chunk.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/chunk.cpython-39.pyc usr/lib64/python3.9/__pycache__/cmd.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/cmd.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc usr/lib64/python3.9/__pycache__/code.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/code.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/code.cpython-39.pyc usr/lib64/python3.9/__pycache__/codecs.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/codecs.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc usr/lib64/python3.9/__pycache__/codeop.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/codeop.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/codeop.cpython-39.pyc usr/lib64/python3.9/__pycache__/colorsys.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/colorsys.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/colorsys.cpython-39.pyc usr/lib64/python3.9/__pycache__/compileall.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/compileall.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/compileall.cpython-39.pyc usr/lib64/python3.9/__pycache__/configparser.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/configparser.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc usr/lib64/python3.9/__pycache__/contextlib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/contextlib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc usr/lib64/python3.9/__pycache__/contextvars.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/contextvars.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/contextvars.cpython-39.pyc usr/lib64/python3.9/__pycache__/copy.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/copy.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc usr/lib64/python3.9/__pycache__/copyreg.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/copyreg.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc usr/lib64/python3.9/__pycache__/crypt.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/crypt.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/crypt.cpython-39.pyc usr/lib64/python3.9/__pycache__/csv.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/csv.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/csv.cpython-39.pyc usr/lib64/python3.9/__pycache__/dataclasses.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/dataclasses.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/dataclasses.cpython-39.pyc usr/lib64/python3.9/__pycache__/datetime.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/datetime.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc usr/lib64/python3.9/__pycache__/decimal.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/decimal.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc usr/lib64/python3.9/__pycache__/difflib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/difflib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/difflib.cpython-39.pyc usr/lib64/python3.9/__pycache__/dis.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/dis.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc usr/lib64/python3.9/__pycache__/doctest.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/doctest.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/doctest.cpython-39.pyc usr/lib64/python3.9/__pycache__/enum.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/enum.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc usr/lib64/python3.9/__pycache__/filecmp.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/filecmp.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/filecmp.cpython-39.pyc usr/lib64/python3.9/__pycache__/fileinput.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/fileinput.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/fileinput.cpython-39.pyc usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc usr/lib64/python3.9/__pycache__/formatter.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/formatter.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/formatter.cpython-39.pyc usr/lib64/python3.9/__pycache__/fractions.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/fractions.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/fractions.cpython-39.pyc usr/lib64/python3.9/__pycache__/ftplib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/ftplib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/ftplib.cpython-39.pyc usr/lib64/python3.9/__pycache__/functools.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/functools.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc usr/lib64/python3.9/__pycache__/genericpath.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/genericpath.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc usr/lib64/python3.9/__pycache__/getopt.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/getopt.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/getopt.cpython-39.pyc usr/lib64/python3.9/__pycache__/getpass.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/getpass.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc usr/lib64/python3.9/__pycache__/gettext.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/gettext.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc usr/lib64/python3.9/__pycache__/glob.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/glob.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc usr/lib64/python3.9/__pycache__/graphlib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/graphlib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/graphlib.cpython-39.pyc usr/lib64/python3.9/__pycache__/gzip.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/gzip.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc usr/lib64/python3.9/__pycache__/hashlib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/hashlib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc usr/lib64/python3.9/__pycache__/heapq.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/heapq.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc usr/lib64/python3.9/__pycache__/hmac.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/hmac.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc usr/lib64/python3.9/__pycache__/imaplib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/imaplib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/imaplib.cpython-39.pyc usr/lib64/python3.9/__pycache__/imghdr.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/imghdr.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/imghdr.cpython-39.pyc usr/lib64/python3.9/__pycache__/imp.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/imp.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/imp.cpython-39.pyc usr/lib64/python3.9/__pycache__/inspect.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/inspect.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc usr/lib64/python3.9/__pycache__/io.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/io.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/io.cpython-39.pyc usr/lib64/python3.9/__pycache__/ipaddress.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/ipaddress.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/ipaddress.cpython-39.pyc usr/lib64/python3.9/__pycache__/keyword.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/keyword.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc usr/lib64/python3.9/__pycache__/linecache.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/linecache.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc usr/lib64/python3.9/__pycache__/locale.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/locale.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc usr/lib64/python3.9/__pycache__/lzma.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/lzma.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc usr/lib64/python3.9/__pycache__/mailbox.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/mailbox.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/mailbox.cpython-39.pyc usr/lib64/python3.9/__pycache__/mailcap.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/mailcap.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/mailcap.cpython-39.pyc usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc usr/lib64/python3.9/__pycache__/modulefinder.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/modulefinder.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/modulefinder.cpython-39.pyc usr/lib64/python3.9/__pycache__/netrc.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/netrc.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc usr/lib64/python3.9/__pycache__/nntplib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/nntplib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/nntplib.cpython-39.pyc usr/lib64/python3.9/__pycache__/ntpath.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/ntpath.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc usr/lib64/python3.9/__pycache__/nturl2path.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/nturl2path.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/nturl2path.cpython-39.pyc usr/lib64/python3.9/__pycache__/numbers.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/numbers.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc usr/lib64/python3.9/__pycache__/opcode.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/opcode.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc usr/lib64/python3.9/__pycache__/operator.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/operator.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc usr/lib64/python3.9/__pycache__/optparse.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/optparse.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc usr/lib64/python3.9/__pycache__/os.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/os.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/os.cpython-39.pyc usr/lib64/python3.9/__pycache__/pathlib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pathlib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc usr/lib64/python3.9/__pycache__/pdb.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pdb.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pdb.cpython-39.pyc usr/lib64/python3.9/__pycache__/pickle.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pickle.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc usr/lib64/python3.9/__pycache__/pickletools.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pickletools.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pickletools.cpython-39.pyc usr/lib64/python3.9/__pycache__/pipes.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pipes.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pipes.cpython-39.pyc usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc usr/lib64/python3.9/__pycache__/platform.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/platform.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc usr/lib64/python3.9/__pycache__/plistlib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/plistlib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/plistlib.cpython-39.pyc usr/lib64/python3.9/__pycache__/poplib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/poplib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/poplib.cpython-39.pyc usr/lib64/python3.9/__pycache__/posixpath.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/posixpath.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc usr/lib64/python3.9/__pycache__/pprint.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pprint.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc usr/lib64/python3.9/__pycache__/profile.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/profile.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/profile.cpython-39.pyc usr/lib64/python3.9/__pycache__/pstats.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pstats.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pstats.cpython-39.pyc usr/lib64/python3.9/__pycache__/pty.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pty.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pty.cpython-39.pyc usr/lib64/python3.9/__pycache__/py_compile.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/py_compile.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/py_compile.cpython-39.pyc usr/lib64/python3.9/__pycache__/pyclbr.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pyclbr.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pyclbr.cpython-39.pyc usr/lib64/python3.9/__pycache__/pydoc.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pydoc.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pydoc.cpython-39.pyc usr/lib64/python3.9/__pycache__/queue.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/queue.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc usr/lib64/python3.9/__pycache__/quopri.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/quopri.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc usr/lib64/python3.9/__pycache__/random.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/random.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/random.cpython-39.pyc usr/lib64/python3.9/__pycache__/re.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/re.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/re.cpython-39.pyc usr/lib64/python3.9/__pycache__/reprlib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/reprlib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc usr/lib64/python3.9/__pycache__/rlcompleter.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/rlcompleter.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/rlcompleter.cpython-39.pyc usr/lib64/python3.9/__pycache__/runpy.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/runpy.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc usr/lib64/python3.9/__pycache__/sched.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/sched.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/sched.cpython-39.pyc usr/lib64/python3.9/__pycache__/secrets.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/secrets.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/secrets.cpython-39.pyc usr/lib64/python3.9/__pycache__/selectors.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/selectors.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc usr/lib64/python3.9/__pycache__/shelve.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/shelve.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/shelve.cpython-39.pyc usr/lib64/python3.9/__pycache__/shlex.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/shlex.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc usr/lib64/python3.9/__pycache__/shutil.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/shutil.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc usr/lib64/python3.9/__pycache__/signal.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/signal.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc usr/lib64/python3.9/__pycache__/site.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/site.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/site.cpython-39.pyc usr/lib64/python3.9/__pycache__/smtpd.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/smtpd.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/smtpd.cpython-39.pyc usr/lib64/python3.9/__pycache__/smtplib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/smtplib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/smtplib.cpython-39.pyc usr/lib64/python3.9/__pycache__/sndhdr.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/sndhdr.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/sndhdr.cpython-39.pyc usr/lib64/python3.9/__pycache__/socket.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/socket.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc usr/lib64/python3.9/__pycache__/socketserver.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/socketserver.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc usr/lib64/python3.9/__pycache__/ssl.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/ssl.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc usr/lib64/python3.9/__pycache__/stat.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/stat.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc usr/lib64/python3.9/__pycache__/statistics.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/statistics.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/statistics.cpython-39.pyc usr/lib64/python3.9/__pycache__/string.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/string.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/string.cpython-39.pyc usr/lib64/python3.9/__pycache__/stringprep.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/stringprep.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc usr/lib64/python3.9/__pycache__/struct.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/struct.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc usr/lib64/python3.9/__pycache__/subprocess.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/subprocess.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc usr/lib64/python3.9/__pycache__/sunau.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/sunau.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/sunau.cpython-39.pyc usr/lib64/python3.9/__pycache__/symbol.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/symbol.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/symbol.cpython-39.pyc usr/lib64/python3.9/__pycache__/symtable.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/symtable.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/symtable.cpython-39.pyc usr/lib64/python3.9/__pycache__/sysconfig.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/sysconfig.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/sysconfig.cpython-39.pyc usr/lib64/python3.9/__pycache__/tabnanny.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/tabnanny.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/tabnanny.cpython-39.pyc usr/lib64/python3.9/__pycache__/tarfile.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/tarfile.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/tarfile.cpython-39.pyc usr/lib64/python3.9/__pycache__/telnetlib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/telnetlib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/telnetlib.cpython-39.pyc usr/lib64/python3.9/__pycache__/tempfile.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/tempfile.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc usr/lib64/python3.9/__pycache__/textwrap.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/textwrap.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc usr/lib64/python3.9/__pycache__/this.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/this.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/this.cpython-39.pyc usr/lib64/python3.9/__pycache__/threading.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/threading.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc usr/lib64/python3.9/__pycache__/timeit.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/timeit.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/timeit.cpython-39.pyc usr/lib64/python3.9/__pycache__/token.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/token.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/token.cpython-39.pyc usr/lib64/python3.9/__pycache__/tokenize.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/tokenize.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc usr/lib64/python3.9/__pycache__/trace.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/trace.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/trace.cpython-39.pyc usr/lib64/python3.9/__pycache__/traceback.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/traceback.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc usr/lib64/python3.9/__pycache__/tracemalloc.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/tracemalloc.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/tracemalloc.cpython-39.pyc usr/lib64/python3.9/__pycache__/tty.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/tty.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/tty.cpython-39.pyc usr/lib64/python3.9/__pycache__/types.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/types.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/types.cpython-39.pyc usr/lib64/python3.9/__pycache__/typing.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/typing.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc usr/lib64/python3.9/__pycache__/uu.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/uu.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc usr/lib64/python3.9/__pycache__/uuid.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/uuid.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc usr/lib64/python3.9/__pycache__/warnings.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/warnings.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc usr/lib64/python3.9/__pycache__/wave.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/wave.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/wave.cpython-39.pyc usr/lib64/python3.9/__pycache__/weakref.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/weakref.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc usr/lib64/python3.9/__pycache__/webbrowser.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/webbrowser.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/webbrowser.cpython-39.pyc usr/lib64/python3.9/__pycache__/xdrlib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/xdrlib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/xdrlib.cpython-39.pyc usr/lib64/python3.9/__pycache__/zipapp.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/zipapp.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/zipapp.cpython-39.pyc usr/lib64/python3.9/__pycache__/zipfile.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/zipfile.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc usr/lib64/python3.9/__pycache__/zipimport.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/zipimport.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/zipimport.cpython-39.pyc usr/lib64/python3.9/_aix_support.py usr/lib64/python3.9/_bootlocale.py usr/lib64/python3.9/_bootsubprocess.py usr/lib64/python3.9/_collections_abc.py usr/lib64/python3.9/_compat_pickle.py usr/lib64/python3.9/_compression.py usr/lib64/python3.9/_markupbase.py usr/lib64/python3.9/_osx_support.py usr/lib64/python3.9/_py_abc.py usr/lib64/python3.9/_pydecimal.py usr/lib64/python3.9/_pyio.py usr/lib64/python3.9/_sitebuiltins.py usr/lib64/python3.9/_strptime.py usr/lib64/python3.9/_sysconfigdata__linux_aarch64-linux-gnu.py usr/lib64/python3.9/_sysconfigdata_d_linux_aarch64-linux-gnu.py usr/lib64/python3.9/_threading_local.py usr/lib64/python3.9/_weakrefset.py usr/lib64/python3.9/abc.py usr/lib64/python3.9/aifc.py usr/lib64/python3.9/antigravity.py usr/lib64/python3.9/argparse.py usr/lib64/python3.9/ast.py usr/lib64/python3.9/asynchat.py usr/lib64/python3.9/asyncio/__init__.py usr/lib64/python3.9/asyncio/__main__.py usr/lib64/python3.9/asyncio/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/__main__.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/__main__.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/__main__.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/base_events.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/base_events.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/base_events.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/base_futures.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/base_futures.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/base_futures.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/base_subprocess.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/base_subprocess.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/base_subprocess.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/base_tasks.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/base_tasks.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/base_tasks.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/constants.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/constants.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/constants.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/coroutines.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/coroutines.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/coroutines.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/events.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/events.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/events.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/exceptions.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/exceptions.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/exceptions.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/format_helpers.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/format_helpers.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/format_helpers.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/futures.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/futures.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/futures.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/locks.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/locks.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/locks.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/log.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/log.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/log.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/proactor_events.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/proactor_events.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/proactor_events.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/protocols.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/protocols.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/protocols.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/queues.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/queues.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/queues.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/runners.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/runners.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/runners.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/selector_events.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/selector_events.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/selector_events.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/sslproto.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/sslproto.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/sslproto.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/staggered.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/staggered.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/staggered.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/streams.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/streams.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/streams.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/subprocess.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/subprocess.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/subprocess.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/tasks.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/tasks.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/tasks.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/threads.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/threads.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/threads.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/transports.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/transports.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/transports.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/trsock.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/trsock.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/trsock.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/unix_events.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/unix_events.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/unix_events.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/windows_events.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/windows_events.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/windows_events.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/windows_utils.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/windows_utils.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/windows_utils.cpython-39.pyc usr/lib64/python3.9/asyncio/base_events.py usr/lib64/python3.9/asyncio/base_futures.py usr/lib64/python3.9/asyncio/base_subprocess.py usr/lib64/python3.9/asyncio/base_tasks.py usr/lib64/python3.9/asyncio/constants.py usr/lib64/python3.9/asyncio/coroutines.py usr/lib64/python3.9/asyncio/events.py usr/lib64/python3.9/asyncio/exceptions.py usr/lib64/python3.9/asyncio/format_helpers.py usr/lib64/python3.9/asyncio/futures.py usr/lib64/python3.9/asyncio/locks.py usr/lib64/python3.9/asyncio/log.py usr/lib64/python3.9/asyncio/proactor_events.py usr/lib64/python3.9/asyncio/protocols.py usr/lib64/python3.9/asyncio/queues.py usr/lib64/python3.9/asyncio/runners.py usr/lib64/python3.9/asyncio/selector_events.py usr/lib64/python3.9/asyncio/sslproto.py usr/lib64/python3.9/asyncio/staggered.py usr/lib64/python3.9/asyncio/streams.py usr/lib64/python3.9/asyncio/subprocess.py usr/lib64/python3.9/asyncio/tasks.py usr/lib64/python3.9/asyncio/threads.py usr/lib64/python3.9/asyncio/transports.py usr/lib64/python3.9/asyncio/trsock.py usr/lib64/python3.9/asyncio/unix_events.py usr/lib64/python3.9/asyncio/windows_events.py usr/lib64/python3.9/asyncio/windows_utils.py usr/lib64/python3.9/asyncore.py usr/lib64/python3.9/base64.py usr/lib64/python3.9/bdb.py usr/lib64/python3.9/binhex.py usr/lib64/python3.9/bisect.py usr/lib64/python3.9/bz2.py usr/lib64/python3.9/cProfile.py usr/lib64/python3.9/calendar.py usr/lib64/python3.9/cgi.py usr/lib64/python3.9/cgitb.py usr/lib64/python3.9/chunk.py usr/lib64/python3.9/cmd.py usr/lib64/python3.9/code.py usr/lib64/python3.9/codecs.py usr/lib64/python3.9/codeop.py usr/lib64/python3.9/collections/__init__.py usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.opt-1.pyc usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.opt-2.pyc usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc usr/lib64/python3.9/collections/abc.py usr/lib64/python3.9/colorsys.py usr/lib64/python3.9/compileall.py usr/lib64/python3.9/concurrent/__init__.py usr/lib64/python3.9/concurrent/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/concurrent/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/concurrent/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/concurrent/futures/__init__.py usr/lib64/python3.9/concurrent/futures/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/_base.cpython-39.opt-1.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/_base.cpython-39.opt-2.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/_base.cpython-39.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/process.cpython-39.opt-1.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/process.cpython-39.opt-2.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/process.cpython-39.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/thread.cpython-39.opt-1.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/thread.cpython-39.opt-2.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/thread.cpython-39.pyc usr/lib64/python3.9/concurrent/futures/_base.py usr/lib64/python3.9/concurrent/futures/process.py usr/lib64/python3.9/concurrent/futures/thread.py usr/lib64/python3.9/config-3.9-aarch64-linux-gnu/Makefile usr/lib64/python3.9/configparser.py usr/lib64/python3.9/contextlib.py usr/lib64/python3.9/contextvars.py usr/lib64/python3.9/copy.py usr/lib64/python3.9/copyreg.py usr/lib64/python3.9/crypt.py usr/lib64/python3.9/csv.py usr/lib64/python3.9/ctypes/__init__.py usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/ctypes/__pycache__/_aix.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/__pycache__/_aix.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/__pycache__/_aix.cpython-39.pyc usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc usr/lib64/python3.9/ctypes/__pycache__/wintypes.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/__pycache__/wintypes.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/__pycache__/wintypes.cpython-39.pyc usr/lib64/python3.9/ctypes/_aix.py usr/lib64/python3.9/ctypes/_endian.py usr/lib64/python3.9/ctypes/macholib/README.ctypes usr/lib64/python3.9/ctypes/macholib/__init__.py usr/lib64/python3.9/ctypes/macholib/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/dyld.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/dyld.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/dyld.cpython-39.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/dylib.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/dylib.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/dylib.cpython-39.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/framework.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/framework.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/framework.cpython-39.pyc usr/lib64/python3.9/ctypes/macholib/dyld.py usr/lib64/python3.9/ctypes/macholib/dylib.py usr/lib64/python3.9/ctypes/macholib/fetch_macholib usr/lib64/python3.9/ctypes/macholib/framework.py usr/lib64/python3.9/ctypes/util.py usr/lib64/python3.9/ctypes/wintypes.py usr/lib64/python3.9/curses/__init__.py usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/curses/__pycache__/ascii.cpython-39.opt-1.pyc usr/lib64/python3.9/curses/__pycache__/ascii.cpython-39.opt-2.pyc usr/lib64/python3.9/curses/__pycache__/ascii.cpython-39.pyc usr/lib64/python3.9/curses/__pycache__/has_key.cpython-39.opt-1.pyc usr/lib64/python3.9/curses/__pycache__/has_key.cpython-39.opt-2.pyc usr/lib64/python3.9/curses/__pycache__/has_key.cpython-39.pyc usr/lib64/python3.9/curses/__pycache__/panel.cpython-39.opt-1.pyc usr/lib64/python3.9/curses/__pycache__/panel.cpython-39.opt-2.pyc usr/lib64/python3.9/curses/__pycache__/panel.cpython-39.pyc usr/lib64/python3.9/curses/__pycache__/textpad.cpython-39.opt-1.pyc usr/lib64/python3.9/curses/__pycache__/textpad.cpython-39.opt-2.pyc usr/lib64/python3.9/curses/__pycache__/textpad.cpython-39.pyc usr/lib64/python3.9/curses/ascii.py usr/lib64/python3.9/curses/has_key.py usr/lib64/python3.9/curses/panel.py usr/lib64/python3.9/curses/textpad.py usr/lib64/python3.9/dataclasses.py usr/lib64/python3.9/datetime.py usr/lib64/python3.9/dbm/__init__.py usr/lib64/python3.9/dbm/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/dbm/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/dbm/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/dbm/__pycache__/dumb.cpython-39.opt-1.pyc usr/lib64/python3.9/dbm/__pycache__/dumb.cpython-39.opt-2.pyc usr/lib64/python3.9/dbm/__pycache__/dumb.cpython-39.pyc usr/lib64/python3.9/dbm/__pycache__/gnu.cpython-39.opt-1.pyc usr/lib64/python3.9/dbm/__pycache__/gnu.cpython-39.opt-2.pyc usr/lib64/python3.9/dbm/__pycache__/gnu.cpython-39.pyc usr/lib64/python3.9/dbm/__pycache__/ndbm.cpython-39.opt-1.pyc usr/lib64/python3.9/dbm/__pycache__/ndbm.cpython-39.opt-2.pyc usr/lib64/python3.9/dbm/__pycache__/ndbm.cpython-39.pyc usr/lib64/python3.9/dbm/dumb.py usr/lib64/python3.9/dbm/gnu.py usr/lib64/python3.9/dbm/ndbm.py usr/lib64/python3.9/decimal.py usr/lib64/python3.9/difflib.py usr/lib64/python3.9/dis.py usr/lib64/python3.9/distutils/README usr/lib64/python3.9/distutils/__init__.py usr/lib64/python3.9/distutils/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/_msvccompiler.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/_msvccompiler.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/_msvccompiler.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/archive_util.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/archive_util.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/archive_util.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/bcppcompiler.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/bcppcompiler.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/bcppcompiler.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/ccompiler.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/ccompiler.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/ccompiler.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/cmd.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/cmd.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/cmd.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/config.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/config.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/config.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/core.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/core.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/core.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/cygwinccompiler.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/cygwinccompiler.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/cygwinccompiler.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/debug.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/debug.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/debug.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/dep_util.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/dep_util.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/dep_util.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/dir_util.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/dir_util.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/dir_util.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/dist.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/dist.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/dist.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/errors.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/errors.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/errors.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/extension.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/extension.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/extension.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/fancy_getopt.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/fancy_getopt.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/fancy_getopt.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/file_util.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/file_util.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/file_util.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/filelist.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/filelist.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/filelist.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/log.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/log.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/log.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/msvc9compiler.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/msvc9compiler.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/msvc9compiler.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/msvccompiler.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/msvccompiler.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/msvccompiler.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/spawn.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/spawn.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/spawn.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/sysconfig.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/sysconfig.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/sysconfig.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/text_file.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/text_file.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/text_file.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/unixccompiler.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/unixccompiler.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/unixccompiler.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/util.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/util.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/util.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/version.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/version.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/version.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/versionpredicate.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/versionpredicate.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/versionpredicate.cpython-39.pyc usr/lib64/python3.9/distutils/_msvccompiler.py usr/lib64/python3.9/distutils/archive_util.py usr/lib64/python3.9/distutils/bcppcompiler.py usr/lib64/python3.9/distutils/ccompiler.py usr/lib64/python3.9/distutils/cmd.py usr/lib64/python3.9/distutils/command/__init__.py usr/lib64/python3.9/distutils/command/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_dumb.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_dumb.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_dumb.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_msi.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_msi.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_msi.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_rpm.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_rpm.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_rpm.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_wininst.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_wininst.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_wininst.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/build.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/build.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/build.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_clib.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_clib.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_clib.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_ext.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_ext.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_ext.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_py.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_py.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_py.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_scripts.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_scripts.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_scripts.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/check.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/check.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/check.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/clean.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/clean.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/clean.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/config.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/config.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/config.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/install.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/install.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/install.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_data.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_data.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_data.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_egg_info.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_egg_info.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_egg_info.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_headers.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_headers.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_headers.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_lib.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_lib.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_lib.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_scripts.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_scripts.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_scripts.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/register.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/register.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/register.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/sdist.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/sdist.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/sdist.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/upload.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/upload.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/upload.cpython-39.pyc usr/lib64/python3.9/distutils/command/bdist.py usr/lib64/python3.9/distutils/command/bdist_dumb.py usr/lib64/python3.9/distutils/command/bdist_msi.py usr/lib64/python3.9/distutils/command/bdist_rpm.py usr/lib64/python3.9/distutils/command/bdist_wininst.py usr/lib64/python3.9/distutils/command/build.py usr/lib64/python3.9/distutils/command/build_clib.py usr/lib64/python3.9/distutils/command/build_ext.py usr/lib64/python3.9/distutils/command/build_py.py usr/lib64/python3.9/distutils/command/build_scripts.py usr/lib64/python3.9/distutils/command/check.py usr/lib64/python3.9/distutils/command/clean.py usr/lib64/python3.9/distutils/command/command_template usr/lib64/python3.9/distutils/command/config.py usr/lib64/python3.9/distutils/command/install.py usr/lib64/python3.9/distutils/command/install_data.py usr/lib64/python3.9/distutils/command/install_egg_info.py usr/lib64/python3.9/distutils/command/install_headers.py usr/lib64/python3.9/distutils/command/install_lib.py usr/lib64/python3.9/distutils/command/install_scripts.py usr/lib64/python3.9/distutils/command/register.py usr/lib64/python3.9/distutils/command/sdist.py usr/lib64/python3.9/distutils/command/upload.py usr/lib64/python3.9/distutils/config.py usr/lib64/python3.9/distutils/core.py usr/lib64/python3.9/distutils/cygwinccompiler.py usr/lib64/python3.9/distutils/debug.py usr/lib64/python3.9/distutils/dep_util.py usr/lib64/python3.9/distutils/dir_util.py usr/lib64/python3.9/distutils/dist.py usr/lib64/python3.9/distutils/errors.py usr/lib64/python3.9/distutils/extension.py usr/lib64/python3.9/distutils/fancy_getopt.py usr/lib64/python3.9/distutils/file_util.py usr/lib64/python3.9/distutils/filelist.py usr/lib64/python3.9/distutils/log.py usr/lib64/python3.9/distutils/msvc9compiler.py usr/lib64/python3.9/distutils/msvccompiler.py usr/lib64/python3.9/distutils/spawn.py usr/lib64/python3.9/distutils/sysconfig.py usr/lib64/python3.9/distutils/text_file.py usr/lib64/python3.9/distutils/unixccompiler.py usr/lib64/python3.9/distutils/util.py usr/lib64/python3.9/distutils/version.py usr/lib64/python3.9/distutils/versionpredicate.py usr/lib64/python3.9/doctest.py usr/lib64/python3.9/email/__init__.py usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/charset.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/charset.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/errors.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/errors.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/generator.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/generator.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/generator.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/header.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/header.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/message.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/message.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/parser.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/parser.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/policy.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/policy.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/utils.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/utils.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc usr/lib64/python3.9/email/_encoded_words.py usr/lib64/python3.9/email/_header_value_parser.py usr/lib64/python3.9/email/_parseaddr.py usr/lib64/python3.9/email/_policybase.py usr/lib64/python3.9/email/architecture.rst usr/lib64/python3.9/email/base64mime.py usr/lib64/python3.9/email/charset.py usr/lib64/python3.9/email/contentmanager.py usr/lib64/python3.9/email/encoders.py usr/lib64/python3.9/email/errors.py usr/lib64/python3.9/email/feedparser.py usr/lib64/python3.9/email/generator.py usr/lib64/python3.9/email/header.py usr/lib64/python3.9/email/headerregistry.py usr/lib64/python3.9/email/iterators.py usr/lib64/python3.9/email/message.py usr/lib64/python3.9/email/mime/__init__.py usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc usr/lib64/python3.9/email/mime/__pycache__/audio.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/audio.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/audio.cpython-39.pyc usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc usr/lib64/python3.9/email/mime/__pycache__/image.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/image.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/image.cpython-39.pyc usr/lib64/python3.9/email/mime/__pycache__/message.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/message.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/message.cpython-39.pyc usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc usr/lib64/python3.9/email/mime/application.py usr/lib64/python3.9/email/mime/audio.py usr/lib64/python3.9/email/mime/base.py usr/lib64/python3.9/email/mime/image.py usr/lib64/python3.9/email/mime/message.py usr/lib64/python3.9/email/mime/multipart.py usr/lib64/python3.9/email/mime/nonmultipart.py usr/lib64/python3.9/email/mime/text.py usr/lib64/python3.9/email/parser.py usr/lib64/python3.9/email/policy.py usr/lib64/python3.9/email/quoprimime.py usr/lib64/python3.9/email/utils.py usr/lib64/python3.9/encodings/__init__.py usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/ascii.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/ascii.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/ascii.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/base64_codec.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/base64_codec.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/base64_codec.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/big5.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/big5.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/big5.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/big5hkscs.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/big5hkscs.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/big5hkscs.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/bz2_codec.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/bz2_codec.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/bz2_codec.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/charmap.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/charmap.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/charmap.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/cp1125.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/cp1125.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/cp1125.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/cp720.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/cp720.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/cp720.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/cp858.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/cp858.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/cp858.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/cp932.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/cp932.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/cp932.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/cp949.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/cp949.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/cp949.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/cp950.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/cp950.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/cp950.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jis_2004.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jis_2004.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jis_2004.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jisx0213.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jisx0213.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jisx0213.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jp.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jp.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jp.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/euc_kr.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/euc_kr.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/euc_kr.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/gb18030.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/gb18030.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/gb18030.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/gb2312.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/gb2312.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/gb2312.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/gbk.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/gbk.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/gbk.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/hex_codec.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/hex_codec.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/hex_codec.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/hz.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/hz.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/hz.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_1.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_1.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_1.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2004.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2004.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2004.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_3.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_3.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_3.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_ext.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_ext.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_ext.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_kr.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_kr.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_kr.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/johab.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/johab.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/johab.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/koi8_t.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/koi8_t.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/koi8_t.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/mbcs.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/mbcs.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/mbcs.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/oem.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/oem.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/oem.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/palmos.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/palmos.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/palmos.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/punycode.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/punycode.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/punycode.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/quopri_codec.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/quopri_codec.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/quopri_codec.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/raw_unicode_escape.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/raw_unicode_escape.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/raw_unicode_escape.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/rot_13.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/rot_13.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/rot_13.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jis.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jis.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jis.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jis_2004.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jis_2004.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jis_2004.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jisx0213.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jisx0213.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jisx0213.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/undefined.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/undefined.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/undefined.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/unicode_escape.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/unicode_escape.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/unicode_escape.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16_be.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16_be.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16_be.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16_le.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16_le.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16_le.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32_be.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32_be.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32_be.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32_le.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32_le.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32_le.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_7.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_7.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_7.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/uu_codec.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/uu_codec.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/uu_codec.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/zlib_codec.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/zlib_codec.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/zlib_codec.cpython-39.pyc usr/lib64/python3.9/encodings/aliases.py usr/lib64/python3.9/encodings/ascii.py usr/lib64/python3.9/encodings/base64_codec.py usr/lib64/python3.9/encodings/big5.py usr/lib64/python3.9/encodings/big5hkscs.py usr/lib64/python3.9/encodings/bz2_codec.py usr/lib64/python3.9/encodings/charmap.py usr/lib64/python3.9/encodings/cp037.pyc usr/lib64/python3.9/encodings/cp1006.pyc usr/lib64/python3.9/encodings/cp1026.pyc usr/lib64/python3.9/encodings/cp1125.py usr/lib64/python3.9/encodings/cp1140.pyc usr/lib64/python3.9/encodings/cp1250.pyc usr/lib64/python3.9/encodings/cp1251.pyc usr/lib64/python3.9/encodings/cp1252.pyc usr/lib64/python3.9/encodings/cp1253.pyc usr/lib64/python3.9/encodings/cp1254.pyc usr/lib64/python3.9/encodings/cp1255.pyc usr/lib64/python3.9/encodings/cp1256.pyc usr/lib64/python3.9/encodings/cp1257.pyc usr/lib64/python3.9/encodings/cp1258.pyc usr/lib64/python3.9/encodings/cp273.pyc usr/lib64/python3.9/encodings/cp424.pyc usr/lib64/python3.9/encodings/cp437.pyc usr/lib64/python3.9/encodings/cp500.pyc usr/lib64/python3.9/encodings/cp720.py usr/lib64/python3.9/encodings/cp737.pyc usr/lib64/python3.9/encodings/cp775.pyc usr/lib64/python3.9/encodings/cp850.pyc usr/lib64/python3.9/encodings/cp852.pyc usr/lib64/python3.9/encodings/cp855.pyc usr/lib64/python3.9/encodings/cp856.pyc usr/lib64/python3.9/encodings/cp857.pyc usr/lib64/python3.9/encodings/cp858.py usr/lib64/python3.9/encodings/cp860.pyc usr/lib64/python3.9/encodings/cp861.pyc usr/lib64/python3.9/encodings/cp862.pyc usr/lib64/python3.9/encodings/cp863.pyc usr/lib64/python3.9/encodings/cp864.pyc usr/lib64/python3.9/encodings/cp865.pyc usr/lib64/python3.9/encodings/cp866.pyc usr/lib64/python3.9/encodings/cp869.pyc usr/lib64/python3.9/encodings/cp874.pyc usr/lib64/python3.9/encodings/cp875.pyc usr/lib64/python3.9/encodings/cp932.py usr/lib64/python3.9/encodings/cp949.py usr/lib64/python3.9/encodings/cp950.py usr/lib64/python3.9/encodings/euc_jis_2004.py usr/lib64/python3.9/encodings/euc_jisx0213.py usr/lib64/python3.9/encodings/euc_jp.py usr/lib64/python3.9/encodings/euc_kr.py usr/lib64/python3.9/encodings/gb18030.py usr/lib64/python3.9/encodings/gb2312.py usr/lib64/python3.9/encodings/gbk.py usr/lib64/python3.9/encodings/hex_codec.py usr/lib64/python3.9/encodings/hp_roman8.pyc usr/lib64/python3.9/encodings/hz.py usr/lib64/python3.9/encodings/idna.py usr/lib64/python3.9/encodings/iso2022_jp.py usr/lib64/python3.9/encodings/iso2022_jp_1.py usr/lib64/python3.9/encodings/iso2022_jp_2.py usr/lib64/python3.9/encodings/iso2022_jp_2004.py usr/lib64/python3.9/encodings/iso2022_jp_3.py usr/lib64/python3.9/encodings/iso2022_jp_ext.py usr/lib64/python3.9/encodings/iso2022_kr.py usr/lib64/python3.9/encodings/iso8859_1.pyc usr/lib64/python3.9/encodings/iso8859_10.pyc usr/lib64/python3.9/encodings/iso8859_11.pyc usr/lib64/python3.9/encodings/iso8859_13.pyc usr/lib64/python3.9/encodings/iso8859_14.pyc usr/lib64/python3.9/encodings/iso8859_15.pyc usr/lib64/python3.9/encodings/iso8859_16.pyc usr/lib64/python3.9/encodings/iso8859_2.pyc usr/lib64/python3.9/encodings/iso8859_3.pyc usr/lib64/python3.9/encodings/iso8859_4.pyc usr/lib64/python3.9/encodings/iso8859_5.pyc usr/lib64/python3.9/encodings/iso8859_6.pyc usr/lib64/python3.9/encodings/iso8859_7.pyc usr/lib64/python3.9/encodings/iso8859_8.pyc usr/lib64/python3.9/encodings/iso8859_9.pyc usr/lib64/python3.9/encodings/johab.py usr/lib64/python3.9/encodings/koi8_r.pyc usr/lib64/python3.9/encodings/koi8_t.py usr/lib64/python3.9/encodings/koi8_u.pyc usr/lib64/python3.9/encodings/kz1048.pyc usr/lib64/python3.9/encodings/latin_1.py usr/lib64/python3.9/encodings/mac_arabic.pyc usr/lib64/python3.9/encodings/mac_croatian.pyc usr/lib64/python3.9/encodings/mac_cyrillic.pyc usr/lib64/python3.9/encodings/mac_farsi.pyc usr/lib64/python3.9/encodings/mac_greek.pyc usr/lib64/python3.9/encodings/mac_iceland.pyc usr/lib64/python3.9/encodings/mac_latin2.pyc usr/lib64/python3.9/encodings/mac_roman.pyc usr/lib64/python3.9/encodings/mac_romanian.pyc usr/lib64/python3.9/encodings/mac_turkish.pyc usr/lib64/python3.9/encodings/mbcs.py usr/lib64/python3.9/encodings/oem.py usr/lib64/python3.9/encodings/palmos.py usr/lib64/python3.9/encodings/ptcp154.pyc usr/lib64/python3.9/encodings/punycode.py usr/lib64/python3.9/encodings/quopri_codec.py usr/lib64/python3.9/encodings/raw_unicode_escape.py usr/lib64/python3.9/encodings/rot_13.py usr/lib64/python3.9/encodings/shift_jis.py usr/lib64/python3.9/encodings/shift_jis_2004.py usr/lib64/python3.9/encodings/shift_jisx0213.py usr/lib64/python3.9/encodings/tis_620.pyc usr/lib64/python3.9/encodings/undefined.py usr/lib64/python3.9/encodings/unicode_escape.py usr/lib64/python3.9/encodings/utf_16.py usr/lib64/python3.9/encodings/utf_16_be.py usr/lib64/python3.9/encodings/utf_16_le.py usr/lib64/python3.9/encodings/utf_32.py usr/lib64/python3.9/encodings/utf_32_be.py usr/lib64/python3.9/encodings/utf_32_le.py usr/lib64/python3.9/encodings/utf_7.py usr/lib64/python3.9/encodings/utf_8.py usr/lib64/python3.9/encodings/utf_8_sig.py usr/lib64/python3.9/encodings/uu_codec.py usr/lib64/python3.9/encodings/zlib_codec.py usr/lib64/python3.9/ensurepip/__init__.py usr/lib64/python3.9/ensurepip/__main__.py usr/lib64/python3.9/ensurepip/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/ensurepip/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/ensurepip/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/ensurepip/__pycache__/__main__.cpython-39.opt-1.pyc usr/lib64/python3.9/ensurepip/__pycache__/__main__.cpython-39.opt-2.pyc usr/lib64/python3.9/ensurepip/__pycache__/__main__.cpython-39.pyc usr/lib64/python3.9/ensurepip/__pycache__/_uninstall.cpython-39.opt-1.pyc usr/lib64/python3.9/ensurepip/__pycache__/_uninstall.cpython-39.opt-2.pyc usr/lib64/python3.9/ensurepip/__pycache__/_uninstall.cpython-39.pyc usr/lib64/python3.9/ensurepip/_uninstall.py usr/lib64/python3.9/enum.py usr/lib64/python3.9/filecmp.py usr/lib64/python3.9/fileinput.py usr/lib64/python3.9/fnmatch.py usr/lib64/python3.9/formatter.py usr/lib64/python3.9/fractions.py usr/lib64/python3.9/ftplib.py usr/lib64/python3.9/functools.py usr/lib64/python3.9/genericpath.py usr/lib64/python3.9/getopt.py usr/lib64/python3.9/getpass.py usr/lib64/python3.9/gettext.py usr/lib64/python3.9/glob.py usr/lib64/python3.9/graphlib.py usr/lib64/python3.9/gzip.py usr/lib64/python3.9/hashlib.py usr/lib64/python3.9/heapq.py usr/lib64/python3.9/hmac.py usr/lib64/python3.9/html/__init__.py usr/lib64/python3.9/html/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/html/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/html/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/html/__pycache__/entities.cpython-39.opt-1.pyc usr/lib64/python3.9/html/__pycache__/entities.cpython-39.opt-2.pyc usr/lib64/python3.9/html/__pycache__/entities.cpython-39.pyc usr/lib64/python3.9/html/__pycache__/parser.cpython-39.opt-1.pyc usr/lib64/python3.9/html/__pycache__/parser.cpython-39.opt-2.pyc usr/lib64/python3.9/html/__pycache__/parser.cpython-39.pyc usr/lib64/python3.9/html/entities.py usr/lib64/python3.9/html/parser.py usr/lib64/python3.9/http/__init__.py usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/http/__pycache__/client.cpython-39.opt-1.pyc usr/lib64/python3.9/http/__pycache__/client.cpython-39.opt-2.pyc usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.opt-1.pyc usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.opt-2.pyc usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.opt-1.pyc usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.opt-2.pyc usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc usr/lib64/python3.9/http/__pycache__/server.cpython-39.opt-1.pyc usr/lib64/python3.9/http/__pycache__/server.cpython-39.opt-2.pyc usr/lib64/python3.9/http/__pycache__/server.cpython-39.pyc usr/lib64/python3.9/http/client.py usr/lib64/python3.9/http/cookiejar.py usr/lib64/python3.9/http/cookies.py usr/lib64/python3.9/http/server.py usr/lib64/python3.9/imaplib.py usr/lib64/python3.9/imghdr.py usr/lib64/python3.9/imp.py usr/lib64/python3.9/importlib/__init__.py usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/importlib/__pycache__/_bootstrap.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/_bootstrap.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/_bootstrap.cpython-39.pyc usr/lib64/python3.9/importlib/__pycache__/_bootstrap_external.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/_bootstrap_external.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/_bootstrap_external.cpython-39.pyc usr/lib64/python3.9/importlib/__pycache__/_common.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/_common.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/_common.cpython-39.pyc usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc usr/lib64/python3.9/importlib/__pycache__/metadata.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/metadata.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/metadata.cpython-39.pyc usr/lib64/python3.9/importlib/__pycache__/resources.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/resources.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/resources.cpython-39.pyc usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc usr/lib64/python3.9/importlib/_bootstrap.py usr/lib64/python3.9/importlib/_bootstrap_external.py usr/lib64/python3.9/importlib/_common.py usr/lib64/python3.9/importlib/abc.py usr/lib64/python3.9/importlib/machinery.py usr/lib64/python3.9/importlib/metadata.py usr/lib64/python3.9/importlib/resources.py usr/lib64/python3.9/importlib/util.py usr/lib64/python3.9/inspect.py usr/lib64/python3.9/io.py usr/lib64/python3.9/ipaddress.py usr/lib64/python3.9/json/__init__.py usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.opt-1.pyc usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.opt-2.pyc usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.opt-1.pyc usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.opt-2.pyc usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.opt-1.pyc usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.opt-2.pyc usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc usr/lib64/python3.9/json/__pycache__/tool.cpython-39.opt-1.pyc usr/lib64/python3.9/json/__pycache__/tool.cpython-39.opt-2.pyc usr/lib64/python3.9/json/__pycache__/tool.cpython-39.pyc usr/lib64/python3.9/json/decoder.py usr/lib64/python3.9/json/encoder.py usr/lib64/python3.9/json/scanner.py usr/lib64/python3.9/json/tool.py usr/lib64/python3.9/keyword.py usr/lib64/python3.9/lib-dynload/_asyncio.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_codecs_cn.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_codecs_hk.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_codecs_iso2022.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_codecs_jp.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_codecs_kr.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_codecs_tw.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_contextvars.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_crypt.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_csv.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_curses.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_curses_panel.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_dbm.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_gdbm.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_json.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_lsprof.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_multibytecodec.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_posixshmem.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_queue.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_random.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_socket.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_statistics.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_struct.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_xxsubinterpreters.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_zoneinfo.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/array.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/audioop.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/binascii.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/cmath.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/grp.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/math.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/mmap.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/ossaudiodev.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/parser.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/readline.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/resource.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/select.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/spwd.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/syslog.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/termios.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/xxlimited.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib-dynload/zlib.cpython-39-aarch64-linux-gnu.so usr/lib64/python3.9/lib2to3/Grammar.txt -usr/lib64/python3.9/lib2to3/Grammar3.9.18.final.0.pickle +usr/lib64/python3.9/lib2to3/Grammar%%VERSION%%.final.0.pickle usr/lib64/python3.9/lib2to3/PatternGrammar.txt -usr/lib64/python3.9/lib2to3/PatternGrammar3.9.18.final.0.pickle +usr/lib64/python3.9/lib2to3/PatternGrammar%%VERSION%%.final.0.pickle usr/lib64/python3.9/lib2to3/__init__.py usr/lib64/python3.9/lib2to3/__main__.py usr/lib64/python3.9/lib2to3/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/__main__.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/__main__.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/__main__.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/btm_matcher.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/btm_matcher.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/btm_matcher.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/btm_utils.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/btm_utils.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/btm_utils.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/fixer_base.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/fixer_base.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/fixer_base.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/fixer_util.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/fixer_util.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/fixer_util.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/main.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/main.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/main.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/patcomp.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/patcomp.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/patcomp.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/pygram.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/pygram.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/pygram.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/pytree.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/pytree.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/pytree.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/refactor.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/refactor.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/refactor.cpython-39.pyc usr/lib64/python3.9/lib2to3/btm_matcher.py usr/lib64/python3.9/lib2to3/btm_utils.py usr/lib64/python3.9/lib2to3/fixer_base.py usr/lib64/python3.9/lib2to3/fixer_util.py usr/lib64/python3.9/lib2to3/fixes/__init__.py usr/lib64/python3.9/lib2to3/fixes/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_apply.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_apply.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_apply.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_asserts.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_asserts.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_asserts.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_basestring.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_basestring.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_basestring.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_buffer.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_buffer.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_buffer.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_dict.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_dict.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_dict.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_except.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_except.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_except.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exec.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exec.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exec.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_execfile.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_execfile.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_execfile.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_filter.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_filter.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_filter.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_future.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_future.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_future.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_has_key.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_has_key.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_has_key.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_idioms.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_idioms.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_idioms.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_import.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_import.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_import.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports2.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports2.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports2.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_input.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_input.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_input.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_intern.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_intern.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_intern.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_isinstance.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_isinstance.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_isinstance.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_long.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_long.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_long.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_map.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_map.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_map.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_metaclass.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_metaclass.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_metaclass.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ne.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ne.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ne.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_next.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_next.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_next.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_nonzero.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_nonzero.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_nonzero.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_numliterals.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_numliterals.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_numliterals.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_operator.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_operator.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_operator.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_paren.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_paren.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_paren.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_print.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_print.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_print.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raise.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raise.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raise.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raw_input.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raw_input.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raw_input.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reduce.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reduce.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reduce.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reload.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reload.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reload.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_renames.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_renames.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_renames.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_repr.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_repr.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_repr.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_set_literal.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_set_literal.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_set_literal.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_standarderror.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_standarderror.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_standarderror.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_throw.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_throw.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_throw.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_types.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_types.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_types.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_unicode.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_unicode.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_unicode.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_urllib.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_urllib.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_urllib.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xrange.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xrange.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xrange.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_zip.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_zip.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_zip.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/fix_apply.py usr/lib64/python3.9/lib2to3/fixes/fix_asserts.py usr/lib64/python3.9/lib2to3/fixes/fix_basestring.py usr/lib64/python3.9/lib2to3/fixes/fix_buffer.py usr/lib64/python3.9/lib2to3/fixes/fix_dict.py usr/lib64/python3.9/lib2to3/fixes/fix_except.py usr/lib64/python3.9/lib2to3/fixes/fix_exec.py usr/lib64/python3.9/lib2to3/fixes/fix_execfile.py usr/lib64/python3.9/lib2to3/fixes/fix_exitfunc.py usr/lib64/python3.9/lib2to3/fixes/fix_filter.py usr/lib64/python3.9/lib2to3/fixes/fix_funcattrs.py usr/lib64/python3.9/lib2to3/fixes/fix_future.py usr/lib64/python3.9/lib2to3/fixes/fix_getcwdu.py usr/lib64/python3.9/lib2to3/fixes/fix_has_key.py usr/lib64/python3.9/lib2to3/fixes/fix_idioms.py usr/lib64/python3.9/lib2to3/fixes/fix_import.py usr/lib64/python3.9/lib2to3/fixes/fix_imports.py usr/lib64/python3.9/lib2to3/fixes/fix_imports2.py usr/lib64/python3.9/lib2to3/fixes/fix_input.py usr/lib64/python3.9/lib2to3/fixes/fix_intern.py usr/lib64/python3.9/lib2to3/fixes/fix_isinstance.py usr/lib64/python3.9/lib2to3/fixes/fix_itertools.py usr/lib64/python3.9/lib2to3/fixes/fix_itertools_imports.py usr/lib64/python3.9/lib2to3/fixes/fix_long.py usr/lib64/python3.9/lib2to3/fixes/fix_map.py usr/lib64/python3.9/lib2to3/fixes/fix_metaclass.py usr/lib64/python3.9/lib2to3/fixes/fix_methodattrs.py usr/lib64/python3.9/lib2to3/fixes/fix_ne.py usr/lib64/python3.9/lib2to3/fixes/fix_next.py usr/lib64/python3.9/lib2to3/fixes/fix_nonzero.py usr/lib64/python3.9/lib2to3/fixes/fix_numliterals.py usr/lib64/python3.9/lib2to3/fixes/fix_operator.py usr/lib64/python3.9/lib2to3/fixes/fix_paren.py usr/lib64/python3.9/lib2to3/fixes/fix_print.py usr/lib64/python3.9/lib2to3/fixes/fix_raise.py usr/lib64/python3.9/lib2to3/fixes/fix_raw_input.py usr/lib64/python3.9/lib2to3/fixes/fix_reduce.py usr/lib64/python3.9/lib2to3/fixes/fix_reload.py usr/lib64/python3.9/lib2to3/fixes/fix_renames.py usr/lib64/python3.9/lib2to3/fixes/fix_repr.py usr/lib64/python3.9/lib2to3/fixes/fix_set_literal.py usr/lib64/python3.9/lib2to3/fixes/fix_standarderror.py usr/lib64/python3.9/lib2to3/fixes/fix_sys_exc.py usr/lib64/python3.9/lib2to3/fixes/fix_throw.py usr/lib64/python3.9/lib2to3/fixes/fix_tuple_params.py usr/lib64/python3.9/lib2to3/fixes/fix_types.py usr/lib64/python3.9/lib2to3/fixes/fix_unicode.py usr/lib64/python3.9/lib2to3/fixes/fix_urllib.py usr/lib64/python3.9/lib2to3/fixes/fix_ws_comma.py usr/lib64/python3.9/lib2to3/fixes/fix_xrange.py usr/lib64/python3.9/lib2to3/fixes/fix_xreadlines.py usr/lib64/python3.9/lib2to3/fixes/fix_zip.py usr/lib64/python3.9/lib2to3/main.py usr/lib64/python3.9/lib2to3/patcomp.py usr/lib64/python3.9/lib2to3/pgen2/__init__.py usr/lib64/python3.9/lib2to3/pgen2/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/conv.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/conv.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/conv.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/driver.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/driver.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/driver.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/grammar.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/grammar.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/grammar.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/literals.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/literals.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/literals.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/parse.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/parse.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/parse.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/pgen.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/pgen.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/pgen.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/token.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/token.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/token.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/tokenize.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/tokenize.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/tokenize.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/conv.py usr/lib64/python3.9/lib2to3/pgen2/driver.py usr/lib64/python3.9/lib2to3/pgen2/grammar.py usr/lib64/python3.9/lib2to3/pgen2/literals.py usr/lib64/python3.9/lib2to3/pgen2/parse.py usr/lib64/python3.9/lib2to3/pgen2/pgen.py usr/lib64/python3.9/lib2to3/pgen2/token.py usr/lib64/python3.9/lib2to3/pgen2/tokenize.py usr/lib64/python3.9/lib2to3/pygram.py usr/lib64/python3.9/lib2to3/pytree.py usr/lib64/python3.9/lib2to3/refactor.py usr/lib64/python3.9/linecache.py usr/lib64/python3.9/locale.py usr/lib64/python3.9/logging/__init__.py usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/logging/__pycache__/config.cpython-39.opt-1.pyc usr/lib64/python3.9/logging/__pycache__/config.cpython-39.opt-2.pyc usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.opt-1.pyc usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.opt-2.pyc usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc usr/lib64/python3.9/logging/config.py usr/lib64/python3.9/logging/handlers.py usr/lib64/python3.9/lzma.py usr/lib64/python3.9/mailbox.py usr/lib64/python3.9/mailcap.py usr/lib64/python3.9/mimetypes.py usr/lib64/python3.9/modulefinder.py usr/lib64/python3.9/multiprocessing/__init__.py usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/forkserver.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/forkserver.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/forkserver.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/heap.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/heap.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/heap.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/managers.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/managers.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/managers.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_fork.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_fork.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_fork.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_forkserver.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_forkserver.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_forkserver.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_posix.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_posix.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_posix.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_win32.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_win32.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_win32.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/resource_sharer.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/resource_sharer.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/resource_sharer.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/resource_tracker.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/resource_tracker.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/resource_tracker.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/shared_memory.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/shared_memory.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/shared_memory.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/sharedctypes.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/sharedctypes.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/sharedctypes.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/spawn.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/spawn.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/spawn.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc usr/lib64/python3.9/multiprocessing/connection.py usr/lib64/python3.9/multiprocessing/context.py usr/lib64/python3.9/multiprocessing/dummy/__init__.py usr/lib64/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.pyc usr/lib64/python3.9/multiprocessing/dummy/connection.py usr/lib64/python3.9/multiprocessing/forkserver.py usr/lib64/python3.9/multiprocessing/heap.py usr/lib64/python3.9/multiprocessing/managers.py usr/lib64/python3.9/multiprocessing/pool.py usr/lib64/python3.9/multiprocessing/popen_fork.py usr/lib64/python3.9/multiprocessing/popen_forkserver.py usr/lib64/python3.9/multiprocessing/popen_spawn_posix.py usr/lib64/python3.9/multiprocessing/popen_spawn_win32.py usr/lib64/python3.9/multiprocessing/process.py usr/lib64/python3.9/multiprocessing/queues.py usr/lib64/python3.9/multiprocessing/reduction.py usr/lib64/python3.9/multiprocessing/resource_sharer.py usr/lib64/python3.9/multiprocessing/resource_tracker.py usr/lib64/python3.9/multiprocessing/shared_memory.py usr/lib64/python3.9/multiprocessing/sharedctypes.py usr/lib64/python3.9/multiprocessing/spawn.py usr/lib64/python3.9/multiprocessing/synchronize.py usr/lib64/python3.9/multiprocessing/util.py usr/lib64/python3.9/netrc.py usr/lib64/python3.9/nntplib.py usr/lib64/python3.9/ntpath.py usr/lib64/python3.9/nturl2path.py usr/lib64/python3.9/numbers.py usr/lib64/python3.9/opcode.py usr/lib64/python3.9/operator.py usr/lib64/python3.9/optparse.py usr/lib64/python3.9/os.py usr/lib64/python3.9/pathlib.py usr/lib64/python3.9/pdb.py usr/lib64/python3.9/pickle.py usr/lib64/python3.9/pickletools.py usr/lib64/python3.9/pipes.py usr/lib64/python3.9/pkgutil.py usr/lib64/python3.9/platform.py usr/lib64/python3.9/plistlib.py usr/lib64/python3.9/poplib.py usr/lib64/python3.9/posixpath.py usr/lib64/python3.9/pprint.py usr/lib64/python3.9/profile.py usr/lib64/python3.9/pstats.py usr/lib64/python3.9/pty.py usr/lib64/python3.9/py_compile.py usr/lib64/python3.9/pyclbr.py usr/lib64/python3.9/pydoc.py usr/lib64/python3.9/pydoc_data/__init__.py usr/lib64/python3.9/pydoc_data/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/pydoc_data/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/pydoc_data/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/pydoc_data/_pydoc.css usr/lib64/python3.9/pydoc_data/topics.pyc usr/lib64/python3.9/queue.py usr/lib64/python3.9/quopri.py usr/lib64/python3.9/random.py usr/lib64/python3.9/re.py usr/lib64/python3.9/reprlib.py usr/lib64/python3.9/rlcompleter.py usr/lib64/python3.9/runpy.py usr/lib64/python3.9/sched.py usr/lib64/python3.9/secrets.py usr/lib64/python3.9/selectors.py usr/lib64/python3.9/shelve.py usr/lib64/python3.9/shlex.py usr/lib64/python3.9/shutil.py usr/lib64/python3.9/signal.py usr/lib64/python3.9/site-packages/README.txt usr/lib64/python3.9/site.py usr/lib64/python3.9/smtpd.py usr/lib64/python3.9/smtplib.py usr/lib64/python3.9/sndhdr.py usr/lib64/python3.9/socket.py usr/lib64/python3.9/socketserver.py usr/lib64/python3.9/sqlite3/__init__.py usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.opt-1.pyc usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.opt-2.pyc usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc usr/lib64/python3.9/sqlite3/__pycache__/dump.cpython-39.opt-1.pyc usr/lib64/python3.9/sqlite3/__pycache__/dump.cpython-39.opt-2.pyc usr/lib64/python3.9/sqlite3/__pycache__/dump.cpython-39.pyc usr/lib64/python3.9/sqlite3/dbapi2.py usr/lib64/python3.9/sqlite3/dump.py usr/lib64/python3.9/sre_compile.py usr/lib64/python3.9/sre_constants.py usr/lib64/python3.9/sre_parse.py usr/lib64/python3.9/ssl.py usr/lib64/python3.9/stat.py usr/lib64/python3.9/statistics.py usr/lib64/python3.9/string.py usr/lib64/python3.9/stringprep.py usr/lib64/python3.9/struct.py usr/lib64/python3.9/subprocess.py usr/lib64/python3.9/sunau.py usr/lib64/python3.9/symbol.py usr/lib64/python3.9/symtable.py usr/lib64/python3.9/sysconfig.py usr/lib64/python3.9/tabnanny.py usr/lib64/python3.9/tarfile.py usr/lib64/python3.9/telnetlib.py usr/lib64/python3.9/tempfile.py usr/lib64/python3.9/textwrap.py usr/lib64/python3.9/this.py usr/lib64/python3.9/threading.py usr/lib64/python3.9/timeit.py usr/lib64/python3.9/token.py usr/lib64/python3.9/tokenize.py usr/lib64/python3.9/trace.py usr/lib64/python3.9/traceback.py usr/lib64/python3.9/tracemalloc.py usr/lib64/python3.9/tty.py usr/lib64/python3.9/types.py usr/lib64/python3.9/typing.py usr/lib64/python3.9/unittest/__init__.py usr/lib64/python3.9/unittest/__main__.py usr/lib64/python3.9/unittest/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/__main__.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/__main__.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/__main__.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/_log.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/_log.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/_log.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/async_case.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/async_case.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/async_case.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/case.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/case.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/case.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/loader.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/loader.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/loader.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/main.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/main.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/main.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/mock.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/mock.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/mock.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/result.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/result.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/result.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/runner.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/runner.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/runner.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/signals.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/signals.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/signals.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/suite.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/suite.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/suite.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/util.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/util.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/util.cpython-39.pyc usr/lib64/python3.9/unittest/_log.py usr/lib64/python3.9/unittest/async_case.py usr/lib64/python3.9/unittest/case.py usr/lib64/python3.9/unittest/loader.py usr/lib64/python3.9/unittest/main.py usr/lib64/python3.9/unittest/mock.py usr/lib64/python3.9/unittest/result.py usr/lib64/python3.9/unittest/runner.py usr/lib64/python3.9/unittest/signals.py usr/lib64/python3.9/unittest/suite.py usr/lib64/python3.9/unittest/util.py usr/lib64/python3.9/urllib/__init__.py usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.opt-1.pyc usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.opt-2.pyc usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.opt-1.pyc usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.opt-2.pyc usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.opt-1.pyc usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.opt-2.pyc usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.opt-1.pyc usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.opt-2.pyc usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc usr/lib64/python3.9/urllib/__pycache__/robotparser.cpython-39.opt-1.pyc usr/lib64/python3.9/urllib/__pycache__/robotparser.cpython-39.opt-2.pyc usr/lib64/python3.9/urllib/__pycache__/robotparser.cpython-39.pyc usr/lib64/python3.9/urllib/error.py usr/lib64/python3.9/urllib/parse.py usr/lib64/python3.9/urllib/request.py usr/lib64/python3.9/urllib/response.py usr/lib64/python3.9/urllib/robotparser.py usr/lib64/python3.9/uu.py usr/lib64/python3.9/uuid.py usr/lib64/python3.9/venv/__init__.py usr/lib64/python3.9/venv/__main__.py usr/lib64/python3.9/venv/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/venv/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/venv/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/venv/__pycache__/__main__.cpython-39.opt-1.pyc usr/lib64/python3.9/venv/__pycache__/__main__.cpython-39.opt-2.pyc usr/lib64/python3.9/venv/__pycache__/__main__.cpython-39.pyc usr/lib64/python3.9/venv/scripts/common/Activate.ps1 usr/lib64/python3.9/venv/scripts/common/activate usr/lib64/python3.9/venv/scripts/posix/activate.csh usr/lib64/python3.9/venv/scripts/posix/activate.fish usr/lib64/python3.9/warnings.py usr/lib64/python3.9/wave.py usr/lib64/python3.9/weakref.py usr/lib64/python3.9/webbrowser.py usr/lib64/python3.9/wsgiref/__init__.py usr/lib64/python3.9/wsgiref/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/wsgiref/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/wsgiref/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/wsgiref/__pycache__/handlers.cpython-39.opt-1.pyc usr/lib64/python3.9/wsgiref/__pycache__/handlers.cpython-39.opt-2.pyc usr/lib64/python3.9/wsgiref/__pycache__/handlers.cpython-39.pyc usr/lib64/python3.9/wsgiref/__pycache__/headers.cpython-39.opt-1.pyc usr/lib64/python3.9/wsgiref/__pycache__/headers.cpython-39.opt-2.pyc usr/lib64/python3.9/wsgiref/__pycache__/headers.cpython-39.pyc usr/lib64/python3.9/wsgiref/__pycache__/simple_server.cpython-39.opt-1.pyc usr/lib64/python3.9/wsgiref/__pycache__/simple_server.cpython-39.opt-2.pyc usr/lib64/python3.9/wsgiref/__pycache__/simple_server.cpython-39.pyc usr/lib64/python3.9/wsgiref/__pycache__/util.cpython-39.opt-1.pyc usr/lib64/python3.9/wsgiref/__pycache__/util.cpython-39.opt-2.pyc usr/lib64/python3.9/wsgiref/__pycache__/util.cpython-39.pyc usr/lib64/python3.9/wsgiref/__pycache__/validate.cpython-39.opt-1.pyc usr/lib64/python3.9/wsgiref/__pycache__/validate.cpython-39.opt-2.pyc usr/lib64/python3.9/wsgiref/__pycache__/validate.cpython-39.pyc usr/lib64/python3.9/wsgiref/handlers.py usr/lib64/python3.9/wsgiref/headers.py usr/lib64/python3.9/wsgiref/simple_server.py usr/lib64/python3.9/wsgiref/util.py usr/lib64/python3.9/wsgiref/validate.py usr/lib64/python3.9/xdrlib.py usr/lib64/python3.9/xml/__init__.py usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/xml/dom/NodeFilter.py usr/lib64/python3.9/xml/dom/__init__.py usr/lib64/python3.9/xml/dom/__pycache__/NodeFilter.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/dom/__pycache__/NodeFilter.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/dom/__pycache__/NodeFilter.cpython-39.pyc usr/lib64/python3.9/xml/dom/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/dom/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/dom/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/xml/dom/__pycache__/domreg.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/dom/__pycache__/domreg.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/dom/__pycache__/domreg.cpython-39.pyc usr/lib64/python3.9/xml/dom/__pycache__/expatbuilder.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/dom/__pycache__/expatbuilder.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/dom/__pycache__/expatbuilder.cpython-39.pyc usr/lib64/python3.9/xml/dom/__pycache__/minicompat.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/dom/__pycache__/minicompat.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/dom/__pycache__/minicompat.cpython-39.pyc usr/lib64/python3.9/xml/dom/__pycache__/minidom.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/dom/__pycache__/minidom.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/dom/__pycache__/minidom.cpython-39.pyc usr/lib64/python3.9/xml/dom/__pycache__/pulldom.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/dom/__pycache__/pulldom.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/dom/__pycache__/pulldom.cpython-39.pyc usr/lib64/python3.9/xml/dom/__pycache__/xmlbuilder.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/dom/__pycache__/xmlbuilder.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/dom/__pycache__/xmlbuilder.cpython-39.pyc usr/lib64/python3.9/xml/dom/domreg.py usr/lib64/python3.9/xml/dom/expatbuilder.py usr/lib64/python3.9/xml/dom/minicompat.py usr/lib64/python3.9/xml/dom/minidom.py usr/lib64/python3.9/xml/dom/pulldom.py usr/lib64/python3.9/xml/dom/xmlbuilder.py usr/lib64/python3.9/xml/etree/ElementInclude.py usr/lib64/python3.9/xml/etree/ElementPath.py usr/lib64/python3.9/xml/etree/ElementTree.py usr/lib64/python3.9/xml/etree/__init__.py usr/lib64/python3.9/xml/etree/__pycache__/ElementInclude.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/etree/__pycache__/ElementInclude.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/etree/__pycache__/ElementInclude.cpython-39.pyc usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/xml/etree/__pycache__/cElementTree.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/etree/__pycache__/cElementTree.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/etree/__pycache__/cElementTree.cpython-39.pyc usr/lib64/python3.9/xml/etree/cElementTree.py usr/lib64/python3.9/xml/parsers/__init__.py usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc usr/lib64/python3.9/xml/parsers/expat.py usr/lib64/python3.9/xml/sax/__init__.py usr/lib64/python3.9/xml/sax/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/sax/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/sax/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/xml/sax/__pycache__/_exceptions.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/sax/__pycache__/_exceptions.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/sax/__pycache__/_exceptions.cpython-39.pyc usr/lib64/python3.9/xml/sax/__pycache__/expatreader.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/sax/__pycache__/expatreader.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/sax/__pycache__/expatreader.cpython-39.pyc usr/lib64/python3.9/xml/sax/__pycache__/handler.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/sax/__pycache__/handler.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/sax/__pycache__/handler.cpython-39.pyc usr/lib64/python3.9/xml/sax/__pycache__/saxutils.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/sax/__pycache__/saxutils.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/sax/__pycache__/saxutils.cpython-39.pyc usr/lib64/python3.9/xml/sax/__pycache__/xmlreader.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/sax/__pycache__/xmlreader.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/sax/__pycache__/xmlreader.cpython-39.pyc usr/lib64/python3.9/xml/sax/_exceptions.py usr/lib64/python3.9/xml/sax/expatreader.py usr/lib64/python3.9/xml/sax/handler.py usr/lib64/python3.9/xml/sax/saxutils.py usr/lib64/python3.9/xml/sax/xmlreader.py usr/lib64/python3.9/xmlrpc/__init__.py usr/lib64/python3.9/xmlrpc/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/xmlrpc/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/xmlrpc/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/xmlrpc/__pycache__/client.cpython-39.opt-1.pyc usr/lib64/python3.9/xmlrpc/__pycache__/client.cpython-39.opt-2.pyc usr/lib64/python3.9/xmlrpc/__pycache__/client.cpython-39.pyc usr/lib64/python3.9/xmlrpc/__pycache__/server.cpython-39.opt-1.pyc usr/lib64/python3.9/xmlrpc/__pycache__/server.cpython-39.opt-2.pyc usr/lib64/python3.9/xmlrpc/__pycache__/server.cpython-39.pyc usr/lib64/python3.9/xmlrpc/client.py usr/lib64/python3.9/xmlrpc/server.py usr/lib64/python3.9/zipapp.py usr/lib64/python3.9/zipfile.py usr/lib64/python3.9/zipimport.py usr/lib64/python3.9/zoneinfo/__init__.py usr/lib64/python3.9/zoneinfo/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/zoneinfo/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/zoneinfo/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_common.cpython-39.opt-1.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_common.cpython-39.opt-2.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_common.cpython-39.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_tzpath.cpython-39.opt-1.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_tzpath.cpython-39.opt-2.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_tzpath.cpython-39.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_zoneinfo.cpython-39.opt-1.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_zoneinfo.cpython-39.opt-2.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_zoneinfo.cpython-39.pyc usr/lib64/python3.9/zoneinfo/_common.py usr/lib64/python3.9/zoneinfo/_tzpath.py usr/lib64/python3.9/zoneinfo/_zoneinfo.py usr/libexec/platform-python usr/libexec/platform-python3.9 %%PORTDOCS%%%%DOCSDIR%%-libs/README.rst %%PORTDOCS%%%%DOCSDIR%%/README.rst usr/share/man/man1/python3.1.gz usr/share/man/man1/python3.9.1.gz @dir usr/lib/python3.9/site-packages/__pycache__ @dir usr/lib64/python3.9/site-packages/__pycache__ diff --git a/lang/linux-rl9-python3/pkg-plist.amd64 b/lang/linux-rl9-python3/pkg-plist.amd64 index 1daba23cd7e4..61501e04adca 100644 --- a/lang/linux-rl9-python3/pkg-plist.amd64 +++ b/lang/linux-rl9-python3/pkg-plist.amd64 @@ -1,4830 +1,4830 @@ usr/bin/pydoc usr/bin/pydoc3 usr/bin/pydoc3.9 usr/bin/python3 usr/bin/python3.9 usr/include/python3.9/pyconfig-32.h usr/include/python3.9/pyconfig-64.h -usr/lib/.build-id/00/1a611d12ad6cc56c8011d8de9ac9c1ce70fbc8 -usr/lib/.build-id/08/958d522af0491d3cd531bcf84e967785003821 -usr/lib/.build-id/09/6a13b545cd274a53f04a0742a7e391a6290570 -usr/lib/.build-id/0d/2d2af4fd2d309b28ac459a7634f781a7377474 -usr/lib/.build-id/0e/9aeae09798f3e2dc71f6b5dba27ca9ba2b4982 -usr/lib/.build-id/15/a8542f90ad521707ccdf18cc94b1b13405a005 -usr/lib/.build-id/1c/274516dcef85b8ca27a83a1e8a87eb2caac64b -usr/lib/.build-id/21/631e32b21aa53a1cdd6443fbb13597a8c4c056 -usr/lib/.build-id/21/d16dcce33feb5141502d37160905f4fe16daf0 -usr/lib/.build-id/23/565a5abe3d9899bab217760931d6291a103164 -usr/lib/.build-id/2b/1fbdbcf9c70d760a2407cdc2b0d888d9c0c7b9 -usr/lib/.build-id/2c/e49b3bdf379ca0a0862dfe221b09b7240aa8c4 -usr/lib/.build-id/2d/c3f667b9c9beb167c4ff898950f1ce4dd0fdcf -usr/lib/.build-id/2f/88f02a18638decf52cf987ae8b5d9395f7f193 -usr/lib/.build-id/30/07a5ac67a1b9f515513f7b284e4e881562f2af -usr/lib/.build-id/30/626ebd8551af446004442a05999665484d2d4b -usr/lib/.build-id/30/66abbd3eb830934fbb18f6887b8e87e181ecc2 -usr/lib/.build-id/31/d8ac6d87b9ec41da8f1f7f71fd3dbd06dc2dbe -usr/lib/.build-id/31/d91889984d7211309110f9dde8f1679275c0e4 -usr/lib/.build-id/34/6cfc56f1b026a15a16e5c38a22766d1a225377 -usr/lib/.build-id/35/659a88f78ae516c74efed1b8bc9f72ffa8f58e -usr/lib/.build-id/35/f76041ec510debd80b7e249fb496c82c61a5bf -usr/lib/.build-id/37/409acadb806914a4d333731c1414f92f4eec6e -usr/lib/.build-id/38/38abf5cb12c7d715890b82872638e0edec0190 -usr/lib/.build-id/39/6c7e5701d4e8bee66fa6a389446aa97520b270 -usr/lib/.build-id/39/b835de7881b17484abf95c336472d295d8c782 -usr/lib/.build-id/3b/8e436a02dd609f8cde0dff454cc1ad9f1f4d4c -usr/lib/.build-id/3c/24284b0cc9420b967545fd736161385d51798c -usr/lib/.build-id/3c/bc11ef043b554f8471440579f270083596e0be -usr/lib/.build-id/40/41a3ffe99e035a7f5ccf29444a733c8b25f63b -usr/lib/.build-id/40/5da27194392c2c2892a1abeb462bf330ba7c7c -usr/lib/.build-id/41/d212b8ade7379a0050a89d89991bfc2fb1608a -usr/lib/.build-id/45/33e4132bb8a4c4ccd39bbe886f69a90a4e745b -usr/lib/.build-id/46/b676b0ee6d17049232365ba0a5ca29c07ee959 -usr/lib/.build-id/4c/de4f6a2f76c3a808795f3d89db009c92e71a0d -usr/lib/.build-id/4e/06e249f532071b5a6bc34938d0591bb3743c24 -usr/lib/.build-id/4f/1227324eae204a42e8eff3b82344bdc7e5e098 -usr/lib/.build-id/50/85a161d583bd3fa085e91440361ab22db64bb3 -usr/lib/.build-id/50/d786e3b8c90610bf479f062631e698fa49df05 -usr/lib/.build-id/51/75e437fbb5893cdc86cda57c788127e3e05a78 -usr/lib/.build-id/51/c3327304be7efa77230dc21dc7d1f44273b6d8 -usr/lib/.build-id/52/de59ed6a00d0608c0ec23d7142bc4b66307a91 -usr/lib/.build-id/53/8b084b0a1094ae95b54936634e2b8d11583dcb -usr/lib/.build-id/54/7a5078ef7be099214ff0317528560b6e62b36b -usr/lib/.build-id/58/5e54aae3211b7180b8d406768df2791611a7ec -usr/lib/.build-id/5a/90afadb2ffbc7b7b0f00a6cd54e01daed0d8eb -usr/lib/.build-id/5c/467597d364c68aa6bfeee974e7a25d340e5d4e -usr/lib/.build-id/5d/6829d5dc0dbc7d393fe93d98bb01382c832926 -usr/lib/.build-id/5e/5363bf0788207e2a923c5036eeddddf9e0adb0 -usr/lib/.build-id/5f/44cf405f4415d429abc0804771e5c0027ac1ca -usr/lib/.build-id/5f/93c04e8e5f3a3cf942842daa784ef456faa3f6 -usr/lib/.build-id/5f/bca89619745f65e73f83da24c244b730176301 -usr/lib/.build-id/63/54fdfcf008e7cddbdd818d5bbbb660dc8048a2 -usr/lib/.build-id/64/06ebad7353b3257a8f9f670def9e2f329ddc88 -usr/lib/.build-id/64/935b836b7f792cf27cba2e08316b1aaef5dacb -usr/lib/.build-id/66/8494404c98a364d8d094b4d5e24a3b2c74638a -usr/lib/.build-id/67/639b51f017d2ce9eff00494d445f2378ac4e34 -usr/lib/.build-id/67/97045977c4d0df166328d79b1ff0b22c9519fd -usr/lib/.build-id/68/0a6af360aaa310053e3c2805d2c53d9ced07a8 -usr/lib/.build-id/6c/4e39fc4865462ea02a11af301b30e0fb3ea20b -usr/lib/.build-id/70/193126d958179a2fa31c5c0ac97e0f9a65e31a -usr/lib/.build-id/71/4052cd1a2bed51ee102b4de201e4598080fa37 -usr/lib/.build-id/71/64145a34e45634e6fccf8919bc7a7c5cd9ca54 -usr/lib/.build-id/72/ab6a2da000b797ebf6b37d49264b2e9aa5c3d6 -usr/lib/.build-id/75/c6e9e043b061aa283a41c7fadb2243f7df30f0 -usr/lib/.build-id/7b/e9e71cdcca1407bbdf41a997f2ec16720dd5d2 -usr/lib/.build-id/7c/f6f6b64667831d516a921502b73c0a04493f2b -usr/lib/.build-id/7f/50da554b6f5583d3cbd863121b5029944152c8 -usr/lib/.build-id/7f/d9780f9044f2495af744131a7bc5960a995df7 -usr/lib/.build-id/81/4ddc295b6862439a3f77828944466250fbf275 -usr/lib/.build-id/81/5bb42e0e19a9f3df279b7776a88df82937b624 -usr/lib/.build-id/87/a9c941cbfd5eb1e967e9e279dbe42fa8635748 -usr/lib/.build-id/8d/044d36dd628f0d34b8920e834a3174f596ed9d -usr/lib/.build-id/8e/270c90c40abedb1a6370257ad2d5d1065f5643 -usr/lib/.build-id/92/e171f319d50cfc50cfa27db6d46bf3a53a2e4e -usr/lib/.build-id/93/074155eeed8ed1d62d0a43f82dc9db1fdd6267 -usr/lib/.build-id/94/5f757ea225aadb0416cda68656b121f85c28a5 -usr/lib/.build-id/97/bb01f33cdd031b6fcf84614cd165977dff237a -usr/lib/.build-id/98/f4df7ad373460e3ff09f9141f9d5528324071e -usr/lib/.build-id/9a/bed07f7f0a7edfdc63d38d8dff60d9a9204b00 -usr/lib/.build-id/a3/0b6c2855c7ee0f2288261f317dba1ac3b6c77b -usr/lib/.build-id/a5/f072f1bd27f35ef0eb317adeb0b973609bd52b -usr/lib/.build-id/a5/f20f58088acfff4aaacc1142784ade497b9f72 -usr/lib/.build-id/af/7f97ee8ac37fd6b7f33006ff47d15e17c661e6 -usr/lib/.build-id/b0/cca7736ff8f71f6552b58d13ac5de4e27d83e4 -usr/lib/.build-id/b1/97f137c83bf9db81a1a1b5174d9c163017bee0 -usr/lib/.build-id/b2/b98e3d25139678056b6512c9154c8bcf94b8eb -usr/lib/.build-id/b2/f3cb9395e9fb3844bdf423df95ed3a97e32fcd -usr/lib/.build-id/b3/251c2d70ae683834a658303bf6065c373ef1cf -usr/lib/.build-id/b3/90f9d1f05c4de8c8879b27e7d6e165c69d5a3d -usr/lib/.build-id/b4/8eedf7ec82b4670e7aae1cc3fac1e183be81ca -usr/lib/.build-id/b4/f60799887dd57979d78d68af3fb048f18ff49f -usr/lib/.build-id/b7/6d107a51e7170c2224c3b2db574bcb38f644a5 -usr/lib/.build-id/ba/f17e7a881842f696eafb885cd7416ca466c5ea -usr/lib/.build-id/bb/37663a2eaa657743a6fe5a8ae1e229cae861fd -usr/lib/.build-id/bb/3fa4ad9df235144545e2ce563e4c69accfaae5 -usr/lib/.build-id/bb/a365fd9698bf1d438e265811d7ebefe9c037e0 -usr/lib/.build-id/bc/b8486ae149cf282d9f33444f33d4fa1abfd737 -usr/lib/.build-id/bc/bcaa6fab1efc4ac4dc23cc936d404edd6a480b -usr/lib/.build-id/be/c83e2af63f0d048beec9ac161cc9c054e13415 -usr/lib/.build-id/bf/df1a9505730219d7aaaad2beab667ab281caca -usr/lib/.build-id/c1/6a9d0e548019016e1398c4dfc5e5cc632761d6 -usr/lib/.build-id/c7/635353d0181e600f0884fa1e6caea5dfff5abe -usr/lib/.build-id/cb/99944f0f982d8d44b0fe64374a131867b42498 -usr/lib/.build-id/ce/a0f31326130f0e7cfc14afe37af5316ae32144 -usr/lib/.build-id/ce/b7712e67b938700d1cbf77a81a5757ba0bd143 -usr/lib/.build-id/cf/59afbbaa5ab7f5058aa3aa075e653f1594c368 -usr/lib/.build-id/d1/6e8ebc7b359fbf346cb64f3eec3fa490a8a82e -usr/lib/.build-id/d2/bb6b76cb72ae570dba3618e9153408de508b2a -usr/lib/.build-id/d2/f4b27353be303fa07947c61e60ab230f9a1b2e -usr/lib/.build-id/d4/2b9a3c7221841c552e4909d4866b44e93c8e1a -usr/lib/.build-id/d4/5b05af382e8e56f7ab10c5bcad05dcb65ec577 -usr/lib/.build-id/d5/0fcadf52546541170bc62b26a135e8a011421e -usr/lib/.build-id/d8/094e2df9d8e31bceac30d56fe357c58722a01a -usr/lib/.build-id/d8/c3fe51fa00896860dbd3275da635b968e05acd -usr/lib/.build-id/da/8b738b49202c9ba987af85098050b797096a6f -usr/lib/.build-id/df/8cacf6c5f774404842f02d4e75de27d875df28 -usr/lib/.build-id/e0/20bfa2f24e12da170a625d8680c466767e764b -usr/lib/.build-id/e3/55708fecf0fbd2c135a9d7225149b227e30968 -usr/lib/.build-id/e7/61c146b129765cc712d9f2a829c81f3cf0642c -usr/lib/.build-id/e9/685f80043c4ccf8b7e70d1613510be13af509a -usr/lib/.build-id/ed/95bc019e32ee9f64869f71fc76de1f9dbc7ed2 -usr/lib/.build-id/f5/56e44615186a74226619743f236baa7930fba3 -usr/lib/.build-id/f5/8a69ee514cf9b15633947060520d7358b0c4c6 -usr/lib/.build-id/f6/63ed060b2698ed617c48c87968454ef325c79c -usr/lib/.build-id/fb/713cc172197d5c2c3cdd155822e4a86311057c -usr/lib/.build-id/fb/ad51a15ee99cd1d4591fe526eed0e771434ed4 -usr/lib/.build-id/fd/dd7f4602f7d0d4798c8e1c8e4d6e477ee569de -usr/lib/.build-id/fe/002e267b3a2786bcd3178157ec6f21547a5c09 +usr/lib/.build-id/03/4952768842586518af9506002740cd5f57661b +usr/lib/.build-id/04/cdf8b43e86c5a074735d920c553fbf30cac2d5 +usr/lib/.build-id/06/92c35601515fc680fe05a8bd8504ac602ccd1a +usr/lib/.build-id/08/4d2cde240d8b097a068a036860220984912c74 +usr/lib/.build-id/0e/d42997e5cec60728e1c2e98a0bfc2bfbc17353 +usr/lib/.build-id/10/2e1f4031b981b73f3edf002e3550a89ed1fc8a +usr/lib/.build-id/10/72ff0088b20c11852317570a99d8afdf1ea5ee +usr/lib/.build-id/12/285212c8db9a660a18af1fe1264b615fe506da +usr/lib/.build-id/14/0621a7d9cd31c77b3f79bdd5a923de825f2a96 +usr/lib/.build-id/14/412ca8eb0559b7084bf05eae0f91ea0a97a8ba +usr/lib/.build-id/16/d954d8aa837837143de67f17101f59bc0b4937 +usr/lib/.build-id/18/1070bda2120aa10f2c5c293b1a1a422c7314a9 +usr/lib/.build-id/1e/0dec58727c1105d75441f1064714e8cb8ac384 +usr/lib/.build-id/21/5a5c7f55e66efa57c27524e5b14c578e826b9a +usr/lib/.build-id/21/ee33b31ab83bd3050824321b08bae08ca1db2d +usr/lib/.build-id/23/513e46e4a70dcb7db87b70dfcd3c112a06a59e +usr/lib/.build-id/23/c0dcc69ce90c879a5e0b56f43d63b4f2af72c8 +usr/lib/.build-id/25/5e949561f6c1707b3d85bedbd541880572d90e +usr/lib/.build-id/25/fc700a5e43a4d75a3550ff59f9fc5c7d02a323 +usr/lib/.build-id/2c/7a39160dab87d9377a665bc3ff74cd2f9b8380 +usr/lib/.build-id/2d/8c28adaa06e254ff1a8d72f6421bfcd5b40cb2 +usr/lib/.build-id/2e/0e08ffec8b5a2e014aed440cc1479876a423d1 +usr/lib/.build-id/2f/ecafd6afedfbd4865453b1559d97e381489f01 +usr/lib/.build-id/33/6578f85a02f5136a6acdeebe4021fe9ea42f39 +usr/lib/.build-id/36/a9f02f0f1e08d4f98f1e737233895adf2d7c20 +usr/lib/.build-id/37/f98a2debe051ffd194bd0e246ecf2d26803f40 +usr/lib/.build-id/38/d2c79404a44744a10f0ab9a070cfe4e123a78b +usr/lib/.build-id/3b/0931974ff62e7e2ca80db980e42dc5e2f15250 +usr/lib/.build-id/3b/28086a7b397edcd5b4164b2568a0abadd74ab9 +usr/lib/.build-id/3b/83b02439fe07d49ab4497fe24dd6db925f18a0 +usr/lib/.build-id/3c/d65e48a90e4c5dc95098152248d1da43ec6f69 +usr/lib/.build-id/3e/3a47cc49d5e7382aa6e07f19c56dbebb190962 +usr/lib/.build-id/3f/30d1f957b0871aad70cc907033276b58e01fcd +usr/lib/.build-id/40/0e38fcc678a7cbf87bf65bc017f95141c80cf8 +usr/lib/.build-id/47/aa15496e570ba35e78e767212d82a3e7ed7c81 +usr/lib/.build-id/47/f07c645c4774f5c16fd71a03edea02708e831e +usr/lib/.build-id/50/adc07a4898ca6b32b9872f239edaa44847cfbd +usr/lib/.build-id/50/bffa25e166fd5289f89bc63bd47f222620cdcd +usr/lib/.build-id/52/cbdcd859335070b7db7a8d7fbf08cdb1fc7ef9 +usr/lib/.build-id/53/65446a0251770ec5c59cb2febe2f0f89e57603 +usr/lib/.build-id/55/0c34cd07a83d05d80ad05873aec865e899dee9 +usr/lib/.build-id/57/4460c7122439fad76ff2e2903ef99edf166bd4 +usr/lib/.build-id/58/ebcf8c8412f332babab8c6bd45436fb2a9ec88 +usr/lib/.build-id/59/54af8339cea4a2c1f3ac8893d33eecec646eab +usr/lib/.build-id/59/aeaa732c6a5ab1c10687e62f2a1fe8d73ac650 +usr/lib/.build-id/60/bfd4f5460d8967a9adf35d695aa1cac3fac4f7 +usr/lib/.build-id/61/e6f5b362581094a291bc2515d07be119ea3078 +usr/lib/.build-id/63/2996ad9c1dc571030ad6a47f310e92723f71f9 +usr/lib/.build-id/64/fd883f00b53fe63a96c5acb6012c33c6510b49 +usr/lib/.build-id/66/63a92ba8d9d1044713bbb53a6a52a32e92ba2d +usr/lib/.build-id/69/4711826ce88a43a00824541ef8c686f11c0cd0 +usr/lib/.build-id/6a/5299bbb41c5f12a6e7cdcbea49a4a5588a666b +usr/lib/.build-id/6a/d7032f77c54afec8e5e48a5e3e7847da4e0da2 +usr/lib/.build-id/6b/94ec4ac56d84f9319ecf47c9fac8cdd2ac22d9 +usr/lib/.build-id/6b/b7fc83427244cd3704bc9037db94a63ee48e83 +usr/lib/.build-id/6b/f1665c7c262a5379f13681103b185ad87f49ee +usr/lib/.build-id/6c/47b26ef0a32b959d278115dff6c7d1accbfcd5 +usr/lib/.build-id/6c/83b6114a3bb57b4e6e4e5d9091745b62e03ecd +usr/lib/.build-id/6d/b75e055cdae35b2f93e384a6532d90689d69a2 +usr/lib/.build-id/71/a1f856a1b0a6ede4813e23d84b93f3a32ed558 +usr/lib/.build-id/72/aa43e51c46a1b2bf0382bca4fb456df1b837de +usr/lib/.build-id/75/1a28406092039204b680ddb6ef60143d8c0572 +usr/lib/.build-id/75/3c1fefa08d90ab0dc1dfd1b0f1c6a1b3fc8a78 +usr/lib/.build-id/75/d219924bc7d9dfea7190fba1363d7cf193d7bf +usr/lib/.build-id/76/a3c2b7474759e2add15954e13ef4067384ea40 +usr/lib/.build-id/7c/57f30f7829bd2f48c68be2e6cbe103e0fb423c +usr/lib/.build-id/7d/cf2e2ed685c7379b8f1a069ce9e466c0205e20 +usr/lib/.build-id/81/970de131c15dda2fbbc2155e493aa03eff797a +usr/lib/.build-id/83/4c2defb978e27b8e99db0e6de2d230ea59d663 +usr/lib/.build-id/83/80f9a6363de4ea9e989a2b8a0f9c9e6d11234a +usr/lib/.build-id/87/bec5c70d235399e9d4bfac99683e1057d8e63a +usr/lib/.build-id/8c/ad8a52b8fe9e18247a5c67cd380326b94cb806 +usr/lib/.build-id/8f/fbac7c13a9752cef8c4310851e21eab0ba53a2 +usr/lib/.build-id/92/4038697cb03caf2561a52c5e995ae2bffc7c44 +usr/lib/.build-id/95/299ba509b680b874cf254c2abbb69589b0917d +usr/lib/.build-id/97/d70b58f391866df5d6b5b2881eeafb80c6ca3f +usr/lib/.build-id/9a/530f2e68230c1dcc8d749691b6d70409577da9 +usr/lib/.build-id/9f/aa7591d076b9a58976c551aa99552a329bef95 +usr/lib/.build-id/a0/e4e8f1468074a5ed0f5b26f1ff91b057ba8415 +usr/lib/.build-id/a4/d254be1615eefeba0163ab122b2482e65611fa +usr/lib/.build-id/a5/41bfd60b9d63108766108ff443eabb061c07d0 +usr/lib/.build-id/a5/f170ef7831f11441a4f68ad861672632bb6c2d +usr/lib/.build-id/a6/e2d751e46b9431449fb7ccb370280e98fc1bcd +usr/lib/.build-id/a8/b2b464af231b4dfcf52ac7787feb0975686ec9 +usr/lib/.build-id/a9/4f4626572ad405681c9286c2d186a9049a9cf5 +usr/lib/.build-id/ad/33afbedbd5437c262703f3750dc853f1a6e21f +usr/lib/.build-id/b0/0566fe98de0dde969195f654290c750a02e029 +usr/lib/.build-id/b1/888a9c43996ae341e88f9f5f0af8e73776a861 +usr/lib/.build-id/b1/b290f05edcc33f501406442cecc02a8f360a02 +usr/lib/.build-id/b2/e7c09681010b410b8b9d7e23c32db56ac96f30 +usr/lib/.build-id/b5/6d75c8d862f7fa3c795504cf3938b350c35d4d +usr/lib/.build-id/b9/be7d223f4f64dfa16b0c5633ee8ee5c9e251ea +usr/lib/.build-id/bb/6421cc66ae06e35a161789129a9184e6a463ef +usr/lib/.build-id/bc/375f1874c6a121c2516c9ff207a8255cbd4e65 +usr/lib/.build-id/bd/00ed9d7bf4b326c2e8a91c94ad5b7bcb00de0e +usr/lib/.build-id/bd/25c838d0363fafb21f2c0adc0e55896991622a +usr/lib/.build-id/c5/1d1f52823cbac960bdcc2a59c11cf07a8fe5ca +usr/lib/.build-id/c7/e4391f17a7d704a58fd4a81159197321e9e1b2 +usr/lib/.build-id/cb/53347a0536c54d1e9b9c61c1b8866efeb34229 +usr/lib/.build-id/cb/6d33f266c309b222f94f3ad41dea513006fdb3 +usr/lib/.build-id/ce/01f2e6ab61e34cdf2364bbc751fefeaa4f9f9e +usr/lib/.build-id/d5/49b8fdb623af18818c7f9a3773b5b7eb01ff44 +usr/lib/.build-id/d6/6927d7fa54814350a69f4b5d19ab10ed2090f9 +usr/lib/.build-id/d8/25ab933949bbdfc24184911fdbfd695df1fb7e +usr/lib/.build-id/d8/51b7c82e6952f55b13fd9946dbd134a7066b7c +usr/lib/.build-id/d8/ad68347a90f7835f984c97e46dc893f3cd9a19 +usr/lib/.build-id/db/108c2a481db68c6dbaf0ae2f7c5f2360d390b3 +usr/lib/.build-id/db/7bd1409caf8cd5937a5c130022cfd11497504c +usr/lib/.build-id/e4/626bc0d6f9601d8f0e89d91398058c362cb1d6 +usr/lib/.build-id/e4/7e754406734b5da5fda73b8eaee0cc59168f39 +usr/lib/.build-id/e4/8d2a15460b0c67bcc64dea6f1a976ee3fd55a6 +usr/lib/.build-id/e7/bcc979d79450c481ed4b2f543ea5166289f810 +usr/lib/.build-id/e8/b50f0c59ff7bcdf47b17697c4f4846cf42d59b +usr/lib/.build-id/e9/3018fd38e05933c763a4c906946dc4d08f6986 +usr/lib/.build-id/ea/afda3bcf07a9844d0155684650a916fd4771af +usr/lib/.build-id/ec/4edf1ee4641d97e2cf5f94120811fa9de6c328 +usr/lib/.build-id/ed/61d55d93219828f0985dfb84da5b45cc72b6af +usr/lib/.build-id/ef/7fd98380f06e7cb393ae3ef962c7b32e39d77c +usr/lib/.build-id/f1/028347567fc9a677bb14dcd0d2bc6250df9032 +usr/lib/.build-id/f1/ea85dfb24c8edf985d374b03cb2600310bda8c +usr/lib/.build-id/f2/69ded9787cd61d88e77f5d5553066b7b614dfe +usr/lib/.build-id/f7/9b9f2486252b1d8c2dbcea182351621bcc8e9c +usr/lib/.build-id/fb/a2347f84e234afddc875af17d0299919ec6889 +usr/lib/.build-id/fc/0a9a8a6d9bc802b85d964ad06351101b43ee1d +usr/lib/.build-id/fc/63288dfa61e1ca667df345c91169ea3ce9088e +usr/lib/.build-id/fd/23d6e4b992a97bdf5ebd107999574fa28f1d77 +usr/lib/.build-id/fd/600dbf8468567dbaf4ad3b5f3051e839468ff4 +usr/lib/.build-id/fd/f43009bc2d8601865f7bd94867b110e05925eb +usr/lib/.build-id/fe/50348dedf83c008d3d9756747d86d808bc4bf7 usr/lib/libpython3.9.so.1.0 usr/lib/libpython3.so usr/lib/python3.9/LICENSE.txt usr/lib/python3.9/__future__.py usr/lib/python3.9/__phello__.foo.py usr/lib/python3.9/__pycache__/__future__.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/__future__.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/__future__.cpython-39.pyc usr/lib/python3.9/__pycache__/__phello__.foo.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/__phello__.foo.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/__phello__.foo.cpython-39.pyc usr/lib/python3.9/__pycache__/_aix_support.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_aix_support.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_aix_support.cpython-39.pyc usr/lib/python3.9/__pycache__/_bootlocale.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_bootlocale.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_bootlocale.cpython-39.pyc usr/lib/python3.9/__pycache__/_bootsubprocess.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_bootsubprocess.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_bootsubprocess.cpython-39.pyc usr/lib/python3.9/__pycache__/_collections_abc.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_collections_abc.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_collections_abc.cpython-39.pyc usr/lib/python3.9/__pycache__/_compat_pickle.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_compat_pickle.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_compat_pickle.cpython-39.pyc usr/lib/python3.9/__pycache__/_compression.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_compression.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_compression.cpython-39.pyc usr/lib/python3.9/__pycache__/_markupbase.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_markupbase.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_markupbase.cpython-39.pyc usr/lib/python3.9/__pycache__/_osx_support.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_osx_support.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_osx_support.cpython-39.pyc usr/lib/python3.9/__pycache__/_py_abc.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_py_abc.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_py_abc.cpython-39.pyc usr/lib/python3.9/__pycache__/_pydecimal.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_pydecimal.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_pydecimal.cpython-39.pyc usr/lib/python3.9/__pycache__/_pyio.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_pyio.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_pyio.cpython-39.pyc usr/lib/python3.9/__pycache__/_sitebuiltins.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_sitebuiltins.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc usr/lib/python3.9/__pycache__/_strptime.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_strptime.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_strptime.cpython-39.pyc usr/lib/python3.9/__pycache__/_sysconfigdata__linux_i386-linux-gnu.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_sysconfigdata__linux_i386-linux-gnu.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_sysconfigdata__linux_i386-linux-gnu.cpython-39.pyc usr/lib/python3.9/__pycache__/_sysconfigdata_d_linux_i386-linux-gnu.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_sysconfigdata_d_linux_i386-linux-gnu.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_sysconfigdata_d_linux_i386-linux-gnu.cpython-39.pyc usr/lib/python3.9/__pycache__/_threading_local.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_threading_local.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_threading_local.cpython-39.pyc usr/lib/python3.9/__pycache__/_weakrefset.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/_weakrefset.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/_weakrefset.cpython-39.pyc usr/lib/python3.9/__pycache__/abc.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/abc.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/abc.cpython-39.pyc usr/lib/python3.9/__pycache__/aifc.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/aifc.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/aifc.cpython-39.pyc usr/lib/python3.9/__pycache__/antigravity.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/antigravity.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/antigravity.cpython-39.pyc usr/lib/python3.9/__pycache__/argparse.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/argparse.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/argparse.cpython-39.pyc usr/lib/python3.9/__pycache__/ast.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/ast.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/ast.cpython-39.pyc usr/lib/python3.9/__pycache__/asynchat.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/asynchat.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/asynchat.cpython-39.pyc usr/lib/python3.9/__pycache__/asyncore.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/asyncore.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/asyncore.cpython-39.pyc usr/lib/python3.9/__pycache__/base64.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/base64.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/base64.cpython-39.pyc usr/lib/python3.9/__pycache__/bdb.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/bdb.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/bdb.cpython-39.pyc usr/lib/python3.9/__pycache__/binhex.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/binhex.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/binhex.cpython-39.pyc usr/lib/python3.9/__pycache__/bisect.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/bisect.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/bisect.cpython-39.pyc usr/lib/python3.9/__pycache__/bz2.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/bz2.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/bz2.cpython-39.pyc usr/lib/python3.9/__pycache__/cProfile.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/cProfile.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/cProfile.cpython-39.pyc usr/lib/python3.9/__pycache__/calendar.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/calendar.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/calendar.cpython-39.pyc usr/lib/python3.9/__pycache__/cgi.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/cgi.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/cgi.cpython-39.pyc usr/lib/python3.9/__pycache__/cgitb.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/cgitb.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/cgitb.cpython-39.pyc usr/lib/python3.9/__pycache__/chunk.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/chunk.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/chunk.cpython-39.pyc usr/lib/python3.9/__pycache__/cmd.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/cmd.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/cmd.cpython-39.pyc usr/lib/python3.9/__pycache__/code.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/code.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/code.cpython-39.pyc usr/lib/python3.9/__pycache__/codecs.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/codecs.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/codecs.cpython-39.pyc usr/lib/python3.9/__pycache__/codeop.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/codeop.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/codeop.cpython-39.pyc usr/lib/python3.9/__pycache__/colorsys.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/colorsys.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/colorsys.cpython-39.pyc usr/lib/python3.9/__pycache__/compileall.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/compileall.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/compileall.cpython-39.pyc usr/lib/python3.9/__pycache__/configparser.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/configparser.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/configparser.cpython-39.pyc usr/lib/python3.9/__pycache__/contextlib.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/contextlib.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/contextlib.cpython-39.pyc usr/lib/python3.9/__pycache__/contextvars.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/contextvars.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/contextvars.cpython-39.pyc usr/lib/python3.9/__pycache__/copy.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/copy.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/copy.cpython-39.pyc usr/lib/python3.9/__pycache__/copyreg.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/copyreg.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/copyreg.cpython-39.pyc usr/lib/python3.9/__pycache__/crypt.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/crypt.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/crypt.cpython-39.pyc usr/lib/python3.9/__pycache__/csv.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/csv.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/csv.cpython-39.pyc usr/lib/python3.9/__pycache__/dataclasses.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/dataclasses.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/dataclasses.cpython-39.pyc usr/lib/python3.9/__pycache__/datetime.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/datetime.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/datetime.cpython-39.pyc usr/lib/python3.9/__pycache__/decimal.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/decimal.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/decimal.cpython-39.pyc usr/lib/python3.9/__pycache__/difflib.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/difflib.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/difflib.cpython-39.pyc usr/lib/python3.9/__pycache__/dis.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/dis.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/dis.cpython-39.pyc usr/lib/python3.9/__pycache__/doctest.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/doctest.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/doctest.cpython-39.pyc usr/lib/python3.9/__pycache__/enum.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/enum.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/enum.cpython-39.pyc usr/lib/python3.9/__pycache__/filecmp.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/filecmp.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/filecmp.cpython-39.pyc usr/lib/python3.9/__pycache__/fileinput.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/fileinput.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/fileinput.cpython-39.pyc usr/lib/python3.9/__pycache__/fnmatch.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/fnmatch.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/fnmatch.cpython-39.pyc usr/lib/python3.9/__pycache__/formatter.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/formatter.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/formatter.cpython-39.pyc usr/lib/python3.9/__pycache__/fractions.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/fractions.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/fractions.cpython-39.pyc usr/lib/python3.9/__pycache__/ftplib.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/ftplib.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/ftplib.cpython-39.pyc usr/lib/python3.9/__pycache__/functools.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/functools.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/functools.cpython-39.pyc usr/lib/python3.9/__pycache__/genericpath.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/genericpath.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/genericpath.cpython-39.pyc usr/lib/python3.9/__pycache__/getopt.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/getopt.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/getopt.cpython-39.pyc usr/lib/python3.9/__pycache__/getpass.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/getpass.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/getpass.cpython-39.pyc usr/lib/python3.9/__pycache__/gettext.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/gettext.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/gettext.cpython-39.pyc usr/lib/python3.9/__pycache__/glob.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/glob.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/glob.cpython-39.pyc usr/lib/python3.9/__pycache__/graphlib.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/graphlib.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/graphlib.cpython-39.pyc usr/lib/python3.9/__pycache__/gzip.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/gzip.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/gzip.cpython-39.pyc usr/lib/python3.9/__pycache__/hashlib.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/hashlib.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/hashlib.cpython-39.pyc usr/lib/python3.9/__pycache__/heapq.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/heapq.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/heapq.cpython-39.pyc usr/lib/python3.9/__pycache__/hmac.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/hmac.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/hmac.cpython-39.pyc usr/lib/python3.9/__pycache__/imaplib.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/imaplib.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/imaplib.cpython-39.pyc usr/lib/python3.9/__pycache__/imghdr.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/imghdr.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/imghdr.cpython-39.pyc usr/lib/python3.9/__pycache__/imp.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/imp.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/imp.cpython-39.pyc usr/lib/python3.9/__pycache__/inspect.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/inspect.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/inspect.cpython-39.pyc usr/lib/python3.9/__pycache__/io.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/io.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/io.cpython-39.pyc usr/lib/python3.9/__pycache__/ipaddress.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/ipaddress.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/ipaddress.cpython-39.pyc usr/lib/python3.9/__pycache__/keyword.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/keyword.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/keyword.cpython-39.pyc usr/lib/python3.9/__pycache__/linecache.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/linecache.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/linecache.cpython-39.pyc usr/lib/python3.9/__pycache__/locale.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/locale.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/locale.cpython-39.pyc usr/lib/python3.9/__pycache__/lzma.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/lzma.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/lzma.cpython-39.pyc usr/lib/python3.9/__pycache__/mailbox.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/mailbox.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/mailbox.cpython-39.pyc usr/lib/python3.9/__pycache__/mailcap.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/mailcap.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/mailcap.cpython-39.pyc usr/lib/python3.9/__pycache__/mimetypes.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/mimetypes.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/mimetypes.cpython-39.pyc usr/lib/python3.9/__pycache__/modulefinder.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/modulefinder.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/modulefinder.cpython-39.pyc usr/lib/python3.9/__pycache__/netrc.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/netrc.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/netrc.cpython-39.pyc usr/lib/python3.9/__pycache__/nntplib.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/nntplib.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/nntplib.cpython-39.pyc usr/lib/python3.9/__pycache__/ntpath.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/ntpath.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/ntpath.cpython-39.pyc usr/lib/python3.9/__pycache__/nturl2path.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/nturl2path.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/nturl2path.cpython-39.pyc usr/lib/python3.9/__pycache__/numbers.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/numbers.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/numbers.cpython-39.pyc usr/lib/python3.9/__pycache__/opcode.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/opcode.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/opcode.cpython-39.pyc usr/lib/python3.9/__pycache__/operator.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/operator.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/operator.cpython-39.pyc usr/lib/python3.9/__pycache__/optparse.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/optparse.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/optparse.cpython-39.pyc usr/lib/python3.9/__pycache__/os.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/os.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/os.cpython-39.pyc usr/lib/python3.9/__pycache__/pathlib.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/pathlib.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/pathlib.cpython-39.pyc usr/lib/python3.9/__pycache__/pdb.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/pdb.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/pdb.cpython-39.pyc usr/lib/python3.9/__pycache__/pickle.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/pickle.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/pickle.cpython-39.pyc usr/lib/python3.9/__pycache__/pickletools.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/pickletools.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/pickletools.cpython-39.pyc usr/lib/python3.9/__pycache__/pipes.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/pipes.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/pipes.cpython-39.pyc usr/lib/python3.9/__pycache__/pkgutil.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/pkgutil.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/pkgutil.cpython-39.pyc usr/lib/python3.9/__pycache__/platform.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/platform.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/platform.cpython-39.pyc usr/lib/python3.9/__pycache__/plistlib.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/plistlib.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/plistlib.cpython-39.pyc usr/lib/python3.9/__pycache__/poplib.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/poplib.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/poplib.cpython-39.pyc usr/lib/python3.9/__pycache__/posixpath.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/posixpath.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/posixpath.cpython-39.pyc usr/lib/python3.9/__pycache__/pprint.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/pprint.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/pprint.cpython-39.pyc usr/lib/python3.9/__pycache__/profile.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/profile.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/profile.cpython-39.pyc usr/lib/python3.9/__pycache__/pstats.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/pstats.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/pstats.cpython-39.pyc usr/lib/python3.9/__pycache__/pty.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/pty.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/pty.cpython-39.pyc usr/lib/python3.9/__pycache__/py_compile.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/py_compile.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/py_compile.cpython-39.pyc usr/lib/python3.9/__pycache__/pyclbr.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/pyclbr.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/pyclbr.cpython-39.pyc usr/lib/python3.9/__pycache__/pydoc.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/pydoc.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/pydoc.cpython-39.pyc usr/lib/python3.9/__pycache__/queue.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/queue.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/queue.cpython-39.pyc usr/lib/python3.9/__pycache__/quopri.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/quopri.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/quopri.cpython-39.pyc usr/lib/python3.9/__pycache__/random.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/random.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/random.cpython-39.pyc usr/lib/python3.9/__pycache__/re.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/re.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/re.cpython-39.pyc usr/lib/python3.9/__pycache__/reprlib.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/reprlib.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/reprlib.cpython-39.pyc usr/lib/python3.9/__pycache__/rlcompleter.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/rlcompleter.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/rlcompleter.cpython-39.pyc usr/lib/python3.9/__pycache__/runpy.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/runpy.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/runpy.cpython-39.pyc usr/lib/python3.9/__pycache__/sched.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/sched.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/sched.cpython-39.pyc usr/lib/python3.9/__pycache__/secrets.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/secrets.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/secrets.cpython-39.pyc usr/lib/python3.9/__pycache__/selectors.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/selectors.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/selectors.cpython-39.pyc usr/lib/python3.9/__pycache__/shelve.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/shelve.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/shelve.cpython-39.pyc usr/lib/python3.9/__pycache__/shlex.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/shlex.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/shlex.cpython-39.pyc usr/lib/python3.9/__pycache__/shutil.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/shutil.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/shutil.cpython-39.pyc usr/lib/python3.9/__pycache__/signal.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/signal.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/signal.cpython-39.pyc usr/lib/python3.9/__pycache__/site.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/site.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/site.cpython-39.pyc usr/lib/python3.9/__pycache__/smtpd.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/smtpd.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/smtpd.cpython-39.pyc usr/lib/python3.9/__pycache__/smtplib.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/smtplib.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/smtplib.cpython-39.pyc usr/lib/python3.9/__pycache__/sndhdr.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/sndhdr.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/sndhdr.cpython-39.pyc usr/lib/python3.9/__pycache__/socket.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/socket.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/socket.cpython-39.pyc usr/lib/python3.9/__pycache__/socketserver.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/socketserver.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/socketserver.cpython-39.pyc usr/lib/python3.9/__pycache__/sre_compile.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/sre_compile.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/sre_compile.cpython-39.pyc usr/lib/python3.9/__pycache__/sre_constants.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/sre_constants.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/sre_constants.cpython-39.pyc usr/lib/python3.9/__pycache__/sre_parse.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/sre_parse.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/sre_parse.cpython-39.pyc usr/lib/python3.9/__pycache__/ssl.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/ssl.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/ssl.cpython-39.pyc usr/lib/python3.9/__pycache__/stat.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/stat.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/stat.cpython-39.pyc usr/lib/python3.9/__pycache__/statistics.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/statistics.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/statistics.cpython-39.pyc usr/lib/python3.9/__pycache__/string.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/string.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/string.cpython-39.pyc usr/lib/python3.9/__pycache__/stringprep.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/stringprep.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/stringprep.cpython-39.pyc usr/lib/python3.9/__pycache__/struct.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/struct.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/struct.cpython-39.pyc usr/lib/python3.9/__pycache__/subprocess.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/subprocess.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/subprocess.cpython-39.pyc usr/lib/python3.9/__pycache__/sunau.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/sunau.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/sunau.cpython-39.pyc usr/lib/python3.9/__pycache__/symbol.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/symbol.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/symbol.cpython-39.pyc usr/lib/python3.9/__pycache__/symtable.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/symtable.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/symtable.cpython-39.pyc usr/lib/python3.9/__pycache__/sysconfig.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/sysconfig.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/sysconfig.cpython-39.pyc usr/lib/python3.9/__pycache__/tabnanny.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/tabnanny.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/tabnanny.cpython-39.pyc usr/lib/python3.9/__pycache__/tarfile.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/tarfile.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/tarfile.cpython-39.pyc usr/lib/python3.9/__pycache__/telnetlib.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/telnetlib.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/telnetlib.cpython-39.pyc usr/lib/python3.9/__pycache__/tempfile.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/tempfile.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/tempfile.cpython-39.pyc usr/lib/python3.9/__pycache__/textwrap.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/textwrap.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/textwrap.cpython-39.pyc usr/lib/python3.9/__pycache__/this.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/this.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/this.cpython-39.pyc usr/lib/python3.9/__pycache__/threading.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/threading.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/threading.cpython-39.pyc usr/lib/python3.9/__pycache__/timeit.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/timeit.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/timeit.cpython-39.pyc usr/lib/python3.9/__pycache__/token.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/token.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/token.cpython-39.pyc usr/lib/python3.9/__pycache__/tokenize.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/tokenize.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/tokenize.cpython-39.pyc usr/lib/python3.9/__pycache__/trace.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/trace.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/trace.cpython-39.pyc usr/lib/python3.9/__pycache__/traceback.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/traceback.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/traceback.cpython-39.pyc usr/lib/python3.9/__pycache__/tracemalloc.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/tracemalloc.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/tracemalloc.cpython-39.pyc usr/lib/python3.9/__pycache__/tty.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/tty.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/tty.cpython-39.pyc usr/lib/python3.9/__pycache__/types.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/types.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/types.cpython-39.pyc usr/lib/python3.9/__pycache__/typing.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/typing.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/typing.cpython-39.pyc usr/lib/python3.9/__pycache__/uu.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/uu.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/uu.cpython-39.pyc usr/lib/python3.9/__pycache__/uuid.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/uuid.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/uuid.cpython-39.pyc usr/lib/python3.9/__pycache__/warnings.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/warnings.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/warnings.cpython-39.pyc usr/lib/python3.9/__pycache__/wave.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/wave.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/wave.cpython-39.pyc usr/lib/python3.9/__pycache__/weakref.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/weakref.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/weakref.cpython-39.pyc usr/lib/python3.9/__pycache__/webbrowser.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/webbrowser.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/webbrowser.cpython-39.pyc usr/lib/python3.9/__pycache__/xdrlib.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/xdrlib.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/xdrlib.cpython-39.pyc usr/lib/python3.9/__pycache__/zipapp.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/zipapp.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/zipapp.cpython-39.pyc usr/lib/python3.9/__pycache__/zipfile.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/zipfile.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/zipfile.cpython-39.pyc usr/lib/python3.9/__pycache__/zipimport.cpython-39.opt-1.pyc usr/lib/python3.9/__pycache__/zipimport.cpython-39.opt-2.pyc usr/lib/python3.9/__pycache__/zipimport.cpython-39.pyc usr/lib/python3.9/_aix_support.py usr/lib/python3.9/_bootlocale.py usr/lib/python3.9/_bootsubprocess.py usr/lib/python3.9/_collections_abc.py usr/lib/python3.9/_compat_pickle.py usr/lib/python3.9/_compression.py usr/lib/python3.9/_markupbase.py usr/lib/python3.9/_osx_support.py usr/lib/python3.9/_py_abc.py usr/lib/python3.9/_pydecimal.py usr/lib/python3.9/_pyio.py usr/lib/python3.9/_sitebuiltins.py usr/lib/python3.9/_strptime.py usr/lib/python3.9/_sysconfigdata__linux_i386-linux-gnu.py usr/lib/python3.9/_sysconfigdata_d_linux_i386-linux-gnu.py usr/lib/python3.9/_threading_local.py usr/lib/python3.9/_weakrefset.py usr/lib/python3.9/abc.py usr/lib/python3.9/aifc.py usr/lib/python3.9/antigravity.py usr/lib/python3.9/argparse.py usr/lib/python3.9/ast.py usr/lib/python3.9/asynchat.py usr/lib/python3.9/asyncio/__init__.py usr/lib/python3.9/asyncio/__main__.py usr/lib/python3.9/asyncio/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/__main__.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/__main__.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/__main__.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/base_events.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/base_events.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/base_events.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/base_futures.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/base_futures.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/base_futures.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/base_subprocess.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/base_subprocess.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/base_subprocess.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/base_tasks.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/base_tasks.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/base_tasks.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/constants.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/constants.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/constants.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/coroutines.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/coroutines.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/coroutines.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/events.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/events.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/events.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/exceptions.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/exceptions.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/exceptions.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/format_helpers.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/format_helpers.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/format_helpers.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/futures.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/futures.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/futures.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/locks.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/locks.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/locks.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/log.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/log.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/log.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/proactor_events.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/proactor_events.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/proactor_events.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/protocols.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/protocols.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/protocols.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/queues.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/queues.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/queues.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/runners.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/runners.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/runners.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/selector_events.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/selector_events.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/selector_events.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/sslproto.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/sslproto.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/sslproto.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/staggered.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/staggered.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/staggered.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/streams.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/streams.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/streams.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/subprocess.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/subprocess.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/subprocess.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/tasks.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/tasks.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/tasks.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/threads.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/threads.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/threads.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/transports.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/transports.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/transports.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/trsock.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/trsock.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/trsock.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/unix_events.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/unix_events.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/unix_events.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/windows_events.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/windows_events.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/windows_events.cpython-39.pyc usr/lib/python3.9/asyncio/__pycache__/windows_utils.cpython-39.opt-1.pyc usr/lib/python3.9/asyncio/__pycache__/windows_utils.cpython-39.opt-2.pyc usr/lib/python3.9/asyncio/__pycache__/windows_utils.cpython-39.pyc usr/lib/python3.9/asyncio/base_events.py usr/lib/python3.9/asyncio/base_futures.py usr/lib/python3.9/asyncio/base_subprocess.py usr/lib/python3.9/asyncio/base_tasks.py usr/lib/python3.9/asyncio/constants.py usr/lib/python3.9/asyncio/coroutines.py usr/lib/python3.9/asyncio/events.py usr/lib/python3.9/asyncio/exceptions.py usr/lib/python3.9/asyncio/format_helpers.py usr/lib/python3.9/asyncio/futures.py usr/lib/python3.9/asyncio/locks.py usr/lib/python3.9/asyncio/log.py usr/lib/python3.9/asyncio/proactor_events.py usr/lib/python3.9/asyncio/protocols.py usr/lib/python3.9/asyncio/queues.py usr/lib/python3.9/asyncio/runners.py usr/lib/python3.9/asyncio/selector_events.py usr/lib/python3.9/asyncio/sslproto.py usr/lib/python3.9/asyncio/staggered.py usr/lib/python3.9/asyncio/streams.py usr/lib/python3.9/asyncio/subprocess.py usr/lib/python3.9/asyncio/tasks.py usr/lib/python3.9/asyncio/threads.py usr/lib/python3.9/asyncio/transports.py usr/lib/python3.9/asyncio/trsock.py usr/lib/python3.9/asyncio/unix_events.py usr/lib/python3.9/asyncio/windows_events.py usr/lib/python3.9/asyncio/windows_utils.py usr/lib/python3.9/asyncore.py usr/lib/python3.9/base64.py usr/lib/python3.9/bdb.py usr/lib/python3.9/binhex.py usr/lib/python3.9/bisect.py usr/lib/python3.9/bz2.py usr/lib/python3.9/cProfile.py usr/lib/python3.9/calendar.py usr/lib/python3.9/cgi.py usr/lib/python3.9/cgitb.py usr/lib/python3.9/chunk.py usr/lib/python3.9/cmd.py usr/lib/python3.9/code.py usr/lib/python3.9/codecs.py usr/lib/python3.9/codeop.py usr/lib/python3.9/collections/__init__.py usr/lib/python3.9/collections/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/collections/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/collections/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/collections/__pycache__/abc.cpython-39.opt-1.pyc usr/lib/python3.9/collections/__pycache__/abc.cpython-39.opt-2.pyc usr/lib/python3.9/collections/__pycache__/abc.cpython-39.pyc usr/lib/python3.9/collections/abc.py usr/lib/python3.9/colorsys.py usr/lib/python3.9/compileall.py usr/lib/python3.9/concurrent/__init__.py usr/lib/python3.9/concurrent/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/concurrent/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/concurrent/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/concurrent/futures/__init__.py usr/lib/python3.9/concurrent/futures/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/concurrent/futures/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/concurrent/futures/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/concurrent/futures/__pycache__/_base.cpython-39.opt-1.pyc usr/lib/python3.9/concurrent/futures/__pycache__/_base.cpython-39.opt-2.pyc usr/lib/python3.9/concurrent/futures/__pycache__/_base.cpython-39.pyc usr/lib/python3.9/concurrent/futures/__pycache__/process.cpython-39.opt-1.pyc usr/lib/python3.9/concurrent/futures/__pycache__/process.cpython-39.opt-2.pyc usr/lib/python3.9/concurrent/futures/__pycache__/process.cpython-39.pyc usr/lib/python3.9/concurrent/futures/__pycache__/thread.cpython-39.opt-1.pyc usr/lib/python3.9/concurrent/futures/__pycache__/thread.cpython-39.opt-2.pyc usr/lib/python3.9/concurrent/futures/__pycache__/thread.cpython-39.pyc usr/lib/python3.9/concurrent/futures/_base.py usr/lib/python3.9/concurrent/futures/process.py usr/lib/python3.9/concurrent/futures/thread.py usr/lib/python3.9/config-3.9-i386-linux-gnu/Makefile usr/lib/python3.9/configparser.py usr/lib/python3.9/contextlib.py usr/lib/python3.9/contextvars.py usr/lib/python3.9/copy.py usr/lib/python3.9/copyreg.py usr/lib/python3.9/crypt.py usr/lib/python3.9/csv.py usr/lib/python3.9/ctypes/__init__.py usr/lib/python3.9/ctypes/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/ctypes/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/ctypes/__pycache__/_aix.cpython-39.opt-1.pyc usr/lib/python3.9/ctypes/__pycache__/_aix.cpython-39.opt-2.pyc usr/lib/python3.9/ctypes/__pycache__/_aix.cpython-39.pyc usr/lib/python3.9/ctypes/__pycache__/_endian.cpython-39.opt-1.pyc usr/lib/python3.9/ctypes/__pycache__/_endian.cpython-39.opt-2.pyc usr/lib/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc usr/lib/python3.9/ctypes/__pycache__/util.cpython-39.opt-1.pyc usr/lib/python3.9/ctypes/__pycache__/util.cpython-39.opt-2.pyc usr/lib/python3.9/ctypes/__pycache__/util.cpython-39.pyc usr/lib/python3.9/ctypes/__pycache__/wintypes.cpython-39.opt-1.pyc usr/lib/python3.9/ctypes/__pycache__/wintypes.cpython-39.opt-2.pyc usr/lib/python3.9/ctypes/__pycache__/wintypes.cpython-39.pyc usr/lib/python3.9/ctypes/_aix.py usr/lib/python3.9/ctypes/_endian.py usr/lib/python3.9/ctypes/macholib/README.ctypes usr/lib/python3.9/ctypes/macholib/__init__.py usr/lib/python3.9/ctypes/macholib/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/ctypes/macholib/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/ctypes/macholib/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/ctypes/macholib/__pycache__/dyld.cpython-39.opt-1.pyc usr/lib/python3.9/ctypes/macholib/__pycache__/dyld.cpython-39.opt-2.pyc usr/lib/python3.9/ctypes/macholib/__pycache__/dyld.cpython-39.pyc usr/lib/python3.9/ctypes/macholib/__pycache__/dylib.cpython-39.opt-1.pyc usr/lib/python3.9/ctypes/macholib/__pycache__/dylib.cpython-39.opt-2.pyc usr/lib/python3.9/ctypes/macholib/__pycache__/dylib.cpython-39.pyc usr/lib/python3.9/ctypes/macholib/__pycache__/framework.cpython-39.opt-1.pyc usr/lib/python3.9/ctypes/macholib/__pycache__/framework.cpython-39.opt-2.pyc usr/lib/python3.9/ctypes/macholib/__pycache__/framework.cpython-39.pyc usr/lib/python3.9/ctypes/macholib/dyld.py usr/lib/python3.9/ctypes/macholib/dylib.py usr/lib/python3.9/ctypes/macholib/fetch_macholib usr/lib/python3.9/ctypes/macholib/framework.py usr/lib/python3.9/ctypes/util.py usr/lib/python3.9/ctypes/wintypes.py usr/lib/python3.9/curses/__init__.py usr/lib/python3.9/curses/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/curses/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/curses/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/curses/__pycache__/ascii.cpython-39.opt-1.pyc usr/lib/python3.9/curses/__pycache__/ascii.cpython-39.opt-2.pyc usr/lib/python3.9/curses/__pycache__/ascii.cpython-39.pyc usr/lib/python3.9/curses/__pycache__/has_key.cpython-39.opt-1.pyc usr/lib/python3.9/curses/__pycache__/has_key.cpython-39.opt-2.pyc usr/lib/python3.9/curses/__pycache__/has_key.cpython-39.pyc usr/lib/python3.9/curses/__pycache__/panel.cpython-39.opt-1.pyc usr/lib/python3.9/curses/__pycache__/panel.cpython-39.opt-2.pyc usr/lib/python3.9/curses/__pycache__/panel.cpython-39.pyc usr/lib/python3.9/curses/__pycache__/textpad.cpython-39.opt-1.pyc usr/lib/python3.9/curses/__pycache__/textpad.cpython-39.opt-2.pyc usr/lib/python3.9/curses/__pycache__/textpad.cpython-39.pyc usr/lib/python3.9/curses/ascii.py usr/lib/python3.9/curses/has_key.py usr/lib/python3.9/curses/panel.py usr/lib/python3.9/curses/textpad.py usr/lib/python3.9/dataclasses.py usr/lib/python3.9/datetime.py usr/lib/python3.9/dbm/__init__.py usr/lib/python3.9/dbm/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/dbm/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/dbm/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/dbm/__pycache__/dumb.cpython-39.opt-1.pyc usr/lib/python3.9/dbm/__pycache__/dumb.cpython-39.opt-2.pyc usr/lib/python3.9/dbm/__pycache__/dumb.cpython-39.pyc usr/lib/python3.9/dbm/__pycache__/gnu.cpython-39.opt-1.pyc usr/lib/python3.9/dbm/__pycache__/gnu.cpython-39.opt-2.pyc usr/lib/python3.9/dbm/__pycache__/gnu.cpython-39.pyc usr/lib/python3.9/dbm/__pycache__/ndbm.cpython-39.opt-1.pyc usr/lib/python3.9/dbm/__pycache__/ndbm.cpython-39.opt-2.pyc usr/lib/python3.9/dbm/__pycache__/ndbm.cpython-39.pyc usr/lib/python3.9/dbm/dumb.py usr/lib/python3.9/dbm/gnu.py usr/lib/python3.9/dbm/ndbm.py usr/lib/python3.9/decimal.py usr/lib/python3.9/difflib.py usr/lib/python3.9/dis.py usr/lib/python3.9/distutils/README usr/lib/python3.9/distutils/__init__.py usr/lib/python3.9/distutils/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/_msvccompiler.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/_msvccompiler.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/_msvccompiler.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/archive_util.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/archive_util.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/archive_util.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/bcppcompiler.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/bcppcompiler.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/bcppcompiler.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/ccompiler.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/ccompiler.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/ccompiler.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/cmd.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/cmd.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/cmd.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/config.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/config.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/config.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/core.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/core.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/core.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/cygwinccompiler.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/cygwinccompiler.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/cygwinccompiler.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/debug.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/debug.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/debug.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/dep_util.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/dep_util.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/dep_util.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/dir_util.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/dir_util.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/dir_util.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/dist.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/dist.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/dist.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/errors.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/errors.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/errors.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/extension.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/extension.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/extension.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/fancy_getopt.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/fancy_getopt.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/fancy_getopt.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/file_util.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/file_util.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/file_util.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/filelist.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/filelist.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/filelist.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/log.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/log.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/log.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/msvc9compiler.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/msvc9compiler.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/msvc9compiler.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/msvccompiler.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/msvccompiler.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/msvccompiler.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/spawn.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/spawn.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/spawn.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/sysconfig.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/sysconfig.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/sysconfig.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/text_file.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/text_file.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/text_file.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/unixccompiler.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/unixccompiler.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/unixccompiler.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/util.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/util.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/util.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/version.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/version.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/version.cpython-39.pyc usr/lib/python3.9/distutils/__pycache__/versionpredicate.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/__pycache__/versionpredicate.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/__pycache__/versionpredicate.cpython-39.pyc usr/lib/python3.9/distutils/_msvccompiler.py usr/lib/python3.9/distutils/archive_util.py usr/lib/python3.9/distutils/bcppcompiler.py usr/lib/python3.9/distutils/ccompiler.py usr/lib/python3.9/distutils/cmd.py usr/lib/python3.9/distutils/command/__init__.py usr/lib/python3.9/distutils/command/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/bdist.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/bdist.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/bdist.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/bdist_dumb.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/bdist_dumb.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/bdist_dumb.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/bdist_msi.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/bdist_msi.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/bdist_msi.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/bdist_rpm.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/bdist_rpm.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/bdist_rpm.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/bdist_wininst.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/bdist_wininst.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/bdist_wininst.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/build.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/build.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/build.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/build_clib.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/build_clib.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/build_clib.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/build_ext.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/build_ext.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/build_ext.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/build_py.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/build_py.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/build_py.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/build_scripts.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/build_scripts.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/build_scripts.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/check.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/check.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/check.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/clean.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/clean.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/clean.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/config.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/config.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/config.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/install.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/install.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/install.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/install_data.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/install_data.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/install_data.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/install_egg_info.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/install_egg_info.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/install_egg_info.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/install_headers.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/install_headers.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/install_headers.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/install_lib.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/install_lib.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/install_lib.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/install_scripts.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/install_scripts.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/install_scripts.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/register.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/register.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/register.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/sdist.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/sdist.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/sdist.cpython-39.pyc usr/lib/python3.9/distutils/command/__pycache__/upload.cpython-39.opt-1.pyc usr/lib/python3.9/distutils/command/__pycache__/upload.cpython-39.opt-2.pyc usr/lib/python3.9/distutils/command/__pycache__/upload.cpython-39.pyc usr/lib/python3.9/distutils/command/bdist.py usr/lib/python3.9/distutils/command/bdist_dumb.py usr/lib/python3.9/distutils/command/bdist_msi.py usr/lib/python3.9/distutils/command/bdist_rpm.py usr/lib/python3.9/distutils/command/bdist_wininst.py usr/lib/python3.9/distutils/command/build.py usr/lib/python3.9/distutils/command/build_clib.py usr/lib/python3.9/distutils/command/build_ext.py usr/lib/python3.9/distutils/command/build_py.py usr/lib/python3.9/distutils/command/build_scripts.py usr/lib/python3.9/distutils/command/check.py usr/lib/python3.9/distutils/command/clean.py usr/lib/python3.9/distutils/command/command_template usr/lib/python3.9/distutils/command/config.py usr/lib/python3.9/distutils/command/install.py usr/lib/python3.9/distutils/command/install_data.py usr/lib/python3.9/distutils/command/install_egg_info.py usr/lib/python3.9/distutils/command/install_headers.py usr/lib/python3.9/distutils/command/install_lib.py usr/lib/python3.9/distutils/command/install_scripts.py usr/lib/python3.9/distutils/command/register.py usr/lib/python3.9/distutils/command/sdist.py usr/lib/python3.9/distutils/command/upload.py usr/lib/python3.9/distutils/config.py usr/lib/python3.9/distutils/core.py usr/lib/python3.9/distutils/cygwinccompiler.py usr/lib/python3.9/distutils/debug.py usr/lib/python3.9/distutils/dep_util.py usr/lib/python3.9/distutils/dir_util.py usr/lib/python3.9/distutils/dist.py usr/lib/python3.9/distutils/errors.py usr/lib/python3.9/distutils/extension.py usr/lib/python3.9/distutils/fancy_getopt.py usr/lib/python3.9/distutils/file_util.py usr/lib/python3.9/distutils/filelist.py usr/lib/python3.9/distutils/log.py usr/lib/python3.9/distutils/msvc9compiler.py usr/lib/python3.9/distutils/msvccompiler.py usr/lib/python3.9/distutils/spawn.py usr/lib/python3.9/distutils/sysconfig.py usr/lib/python3.9/distutils/text_file.py usr/lib/python3.9/distutils/unixccompiler.py usr/lib/python3.9/distutils/util.py usr/lib/python3.9/distutils/version.py usr/lib/python3.9/distutils/versionpredicate.py usr/lib/python3.9/doctest.py usr/lib/python3.9/email/__init__.py usr/lib/python3.9/email/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/email/__pycache__/_encoded_words.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/_encoded_words.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc usr/lib/python3.9/email/__pycache__/_header_value_parser.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/_header_value_parser.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc usr/lib/python3.9/email/__pycache__/_parseaddr.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/_parseaddr.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc usr/lib/python3.9/email/__pycache__/_policybase.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/_policybase.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/_policybase.cpython-39.pyc usr/lib/python3.9/email/__pycache__/base64mime.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/base64mime.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/base64mime.cpython-39.pyc usr/lib/python3.9/email/__pycache__/charset.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/charset.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/charset.cpython-39.pyc usr/lib/python3.9/email/__pycache__/contentmanager.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/contentmanager.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/contentmanager.cpython-39.pyc usr/lib/python3.9/email/__pycache__/encoders.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/encoders.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/encoders.cpython-39.pyc usr/lib/python3.9/email/__pycache__/errors.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/errors.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/errors.cpython-39.pyc usr/lib/python3.9/email/__pycache__/feedparser.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/feedparser.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/feedparser.cpython-39.pyc usr/lib/python3.9/email/__pycache__/generator.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/generator.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/generator.cpython-39.pyc usr/lib/python3.9/email/__pycache__/header.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/header.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/header.cpython-39.pyc usr/lib/python3.9/email/__pycache__/headerregistry.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/headerregistry.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/headerregistry.cpython-39.pyc usr/lib/python3.9/email/__pycache__/iterators.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/iterators.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/iterators.cpython-39.pyc usr/lib/python3.9/email/__pycache__/message.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/message.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/message.cpython-39.pyc usr/lib/python3.9/email/__pycache__/parser.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/parser.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/parser.cpython-39.pyc usr/lib/python3.9/email/__pycache__/policy.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/policy.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/policy.cpython-39.pyc usr/lib/python3.9/email/__pycache__/quoprimime.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/quoprimime.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/quoprimime.cpython-39.pyc usr/lib/python3.9/email/__pycache__/utils.cpython-39.opt-1.pyc usr/lib/python3.9/email/__pycache__/utils.cpython-39.opt-2.pyc usr/lib/python3.9/email/__pycache__/utils.cpython-39.pyc usr/lib/python3.9/email/_encoded_words.py usr/lib/python3.9/email/_header_value_parser.py usr/lib/python3.9/email/_parseaddr.py usr/lib/python3.9/email/_policybase.py usr/lib/python3.9/email/architecture.rst usr/lib/python3.9/email/base64mime.py usr/lib/python3.9/email/charset.py usr/lib/python3.9/email/contentmanager.py usr/lib/python3.9/email/encoders.py usr/lib/python3.9/email/errors.py usr/lib/python3.9/email/feedparser.py usr/lib/python3.9/email/generator.py usr/lib/python3.9/email/header.py usr/lib/python3.9/email/headerregistry.py usr/lib/python3.9/email/iterators.py usr/lib/python3.9/email/message.py usr/lib/python3.9/email/mime/__init__.py usr/lib/python3.9/email/mime/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/email/mime/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/email/mime/__pycache__/application.cpython-39.opt-1.pyc usr/lib/python3.9/email/mime/__pycache__/application.cpython-39.opt-2.pyc usr/lib/python3.9/email/mime/__pycache__/application.cpython-39.pyc usr/lib/python3.9/email/mime/__pycache__/audio.cpython-39.opt-1.pyc usr/lib/python3.9/email/mime/__pycache__/audio.cpython-39.opt-2.pyc usr/lib/python3.9/email/mime/__pycache__/audio.cpython-39.pyc usr/lib/python3.9/email/mime/__pycache__/base.cpython-39.opt-1.pyc usr/lib/python3.9/email/mime/__pycache__/base.cpython-39.opt-2.pyc usr/lib/python3.9/email/mime/__pycache__/base.cpython-39.pyc usr/lib/python3.9/email/mime/__pycache__/image.cpython-39.opt-1.pyc usr/lib/python3.9/email/mime/__pycache__/image.cpython-39.opt-2.pyc usr/lib/python3.9/email/mime/__pycache__/image.cpython-39.pyc usr/lib/python3.9/email/mime/__pycache__/message.cpython-39.opt-1.pyc usr/lib/python3.9/email/mime/__pycache__/message.cpython-39.opt-2.pyc usr/lib/python3.9/email/mime/__pycache__/message.cpython-39.pyc usr/lib/python3.9/email/mime/__pycache__/multipart.cpython-39.opt-1.pyc usr/lib/python3.9/email/mime/__pycache__/multipart.cpython-39.opt-2.pyc usr/lib/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc usr/lib/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.opt-1.pyc usr/lib/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.opt-2.pyc usr/lib/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc usr/lib/python3.9/email/mime/__pycache__/text.cpython-39.opt-1.pyc usr/lib/python3.9/email/mime/__pycache__/text.cpython-39.opt-2.pyc usr/lib/python3.9/email/mime/__pycache__/text.cpython-39.pyc usr/lib/python3.9/email/mime/application.py usr/lib/python3.9/email/mime/audio.py usr/lib/python3.9/email/mime/base.py usr/lib/python3.9/email/mime/image.py usr/lib/python3.9/email/mime/message.py usr/lib/python3.9/email/mime/multipart.py usr/lib/python3.9/email/mime/nonmultipart.py usr/lib/python3.9/email/mime/text.py usr/lib/python3.9/email/parser.py usr/lib/python3.9/email/policy.py usr/lib/python3.9/email/quoprimime.py usr/lib/python3.9/email/utils.py usr/lib/python3.9/encodings/__init__.py usr/lib/python3.9/encodings/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/aliases.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/aliases.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/aliases.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/ascii.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/ascii.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/ascii.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/base64_codec.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/base64_codec.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/base64_codec.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/big5.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/big5.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/big5.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/big5hkscs.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/big5hkscs.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/big5hkscs.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/bz2_codec.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/bz2_codec.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/bz2_codec.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/charmap.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/charmap.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/charmap.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/cp1125.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/cp1125.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/cp1125.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/cp720.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/cp720.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/cp720.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/cp858.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/cp858.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/cp858.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/cp932.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/cp932.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/cp932.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/cp949.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/cp949.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/cp949.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/cp950.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/cp950.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/cp950.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/euc_jis_2004.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/euc_jis_2004.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/euc_jis_2004.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/euc_jisx0213.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/euc_jisx0213.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/euc_jisx0213.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/euc_jp.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/euc_jp.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/euc_jp.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/euc_kr.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/euc_kr.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/euc_kr.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/gb18030.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/gb18030.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/gb18030.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/gb2312.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/gb2312.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/gb2312.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/gbk.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/gbk.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/gbk.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/hex_codec.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/hex_codec.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/hex_codec.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/hz.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/hz.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/hz.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/idna.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/idna.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/idna.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp_1.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp_1.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp_1.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp_2.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp_2.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp_2.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp_2004.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp_2004.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp_2004.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp_3.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp_3.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp_3.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp_ext.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp_ext.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_jp_ext.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_kr.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_kr.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/iso2022_kr.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/johab.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/johab.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/johab.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/koi8_t.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/koi8_t.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/koi8_t.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/latin_1.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/latin_1.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/mbcs.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/mbcs.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/mbcs.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/oem.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/oem.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/oem.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/palmos.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/palmos.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/palmos.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/punycode.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/punycode.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/punycode.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/quopri_codec.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/quopri_codec.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/quopri_codec.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/raw_unicode_escape.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/raw_unicode_escape.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/raw_unicode_escape.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/rot_13.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/rot_13.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/rot_13.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/shift_jis.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/shift_jis.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/shift_jis.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/shift_jis_2004.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/shift_jis_2004.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/shift_jis_2004.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/shift_jisx0213.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/shift_jisx0213.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/shift_jisx0213.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/undefined.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/undefined.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/undefined.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/unicode_escape.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/unicode_escape.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/unicode_escape.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/utf_16.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/utf_16.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/utf_16.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/utf_16_be.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/utf_16_be.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/utf_16_be.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/utf_16_le.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/utf_16_le.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/utf_16_le.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/utf_32.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/utf_32.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/utf_32.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/utf_32_be.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/utf_32_be.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/utf_32_be.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/utf_32_le.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/utf_32_le.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/utf_32_le.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/utf_7.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/utf_7.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/utf_7.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/utf_8.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/utf_8.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/uu_codec.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/uu_codec.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/uu_codec.cpython-39.pyc usr/lib/python3.9/encodings/__pycache__/zlib_codec.cpython-39.opt-1.pyc usr/lib/python3.9/encodings/__pycache__/zlib_codec.cpython-39.opt-2.pyc usr/lib/python3.9/encodings/__pycache__/zlib_codec.cpython-39.pyc usr/lib/python3.9/encodings/aliases.py usr/lib/python3.9/encodings/ascii.py usr/lib/python3.9/encodings/base64_codec.py usr/lib/python3.9/encodings/big5.py usr/lib/python3.9/encodings/big5hkscs.py usr/lib/python3.9/encodings/bz2_codec.py usr/lib/python3.9/encodings/charmap.py usr/lib/python3.9/encodings/cp037.pyc usr/lib/python3.9/encodings/cp1006.pyc usr/lib/python3.9/encodings/cp1026.pyc usr/lib/python3.9/encodings/cp1125.py usr/lib/python3.9/encodings/cp1140.pyc usr/lib/python3.9/encodings/cp1250.pyc usr/lib/python3.9/encodings/cp1251.pyc usr/lib/python3.9/encodings/cp1252.pyc usr/lib/python3.9/encodings/cp1253.pyc usr/lib/python3.9/encodings/cp1254.pyc usr/lib/python3.9/encodings/cp1255.pyc usr/lib/python3.9/encodings/cp1256.pyc usr/lib/python3.9/encodings/cp1257.pyc usr/lib/python3.9/encodings/cp1258.pyc usr/lib/python3.9/encodings/cp273.pyc usr/lib/python3.9/encodings/cp424.pyc usr/lib/python3.9/encodings/cp437.pyc usr/lib/python3.9/encodings/cp500.pyc usr/lib/python3.9/encodings/cp720.py usr/lib/python3.9/encodings/cp737.pyc usr/lib/python3.9/encodings/cp775.pyc usr/lib/python3.9/encodings/cp850.pyc usr/lib/python3.9/encodings/cp852.pyc usr/lib/python3.9/encodings/cp855.pyc usr/lib/python3.9/encodings/cp856.pyc usr/lib/python3.9/encodings/cp857.pyc usr/lib/python3.9/encodings/cp858.py usr/lib/python3.9/encodings/cp860.pyc usr/lib/python3.9/encodings/cp861.pyc usr/lib/python3.9/encodings/cp862.pyc usr/lib/python3.9/encodings/cp863.pyc usr/lib/python3.9/encodings/cp864.pyc usr/lib/python3.9/encodings/cp865.pyc usr/lib/python3.9/encodings/cp866.pyc usr/lib/python3.9/encodings/cp869.pyc usr/lib/python3.9/encodings/cp874.pyc usr/lib/python3.9/encodings/cp875.pyc usr/lib/python3.9/encodings/cp932.py usr/lib/python3.9/encodings/cp949.py usr/lib/python3.9/encodings/cp950.py usr/lib/python3.9/encodings/euc_jis_2004.py usr/lib/python3.9/encodings/euc_jisx0213.py usr/lib/python3.9/encodings/euc_jp.py usr/lib/python3.9/encodings/euc_kr.py usr/lib/python3.9/encodings/gb18030.py usr/lib/python3.9/encodings/gb2312.py usr/lib/python3.9/encodings/gbk.py usr/lib/python3.9/encodings/hex_codec.py usr/lib/python3.9/encodings/hp_roman8.pyc usr/lib/python3.9/encodings/hz.py usr/lib/python3.9/encodings/idna.py usr/lib/python3.9/encodings/iso2022_jp.py usr/lib/python3.9/encodings/iso2022_jp_1.py usr/lib/python3.9/encodings/iso2022_jp_2.py usr/lib/python3.9/encodings/iso2022_jp_2004.py usr/lib/python3.9/encodings/iso2022_jp_3.py usr/lib/python3.9/encodings/iso2022_jp_ext.py usr/lib/python3.9/encodings/iso2022_kr.py usr/lib/python3.9/encodings/iso8859_1.pyc usr/lib/python3.9/encodings/iso8859_10.pyc usr/lib/python3.9/encodings/iso8859_11.pyc usr/lib/python3.9/encodings/iso8859_13.pyc usr/lib/python3.9/encodings/iso8859_14.pyc usr/lib/python3.9/encodings/iso8859_15.pyc usr/lib/python3.9/encodings/iso8859_16.pyc usr/lib/python3.9/encodings/iso8859_2.pyc usr/lib/python3.9/encodings/iso8859_3.pyc usr/lib/python3.9/encodings/iso8859_4.pyc usr/lib/python3.9/encodings/iso8859_5.pyc usr/lib/python3.9/encodings/iso8859_6.pyc usr/lib/python3.9/encodings/iso8859_7.pyc usr/lib/python3.9/encodings/iso8859_8.pyc usr/lib/python3.9/encodings/iso8859_9.pyc usr/lib/python3.9/encodings/johab.py usr/lib/python3.9/encodings/koi8_r.pyc usr/lib/python3.9/encodings/koi8_t.py usr/lib/python3.9/encodings/koi8_u.pyc usr/lib/python3.9/encodings/kz1048.pyc usr/lib/python3.9/encodings/latin_1.py usr/lib/python3.9/encodings/mac_arabic.pyc usr/lib/python3.9/encodings/mac_croatian.pyc usr/lib/python3.9/encodings/mac_cyrillic.pyc usr/lib/python3.9/encodings/mac_farsi.pyc usr/lib/python3.9/encodings/mac_greek.pyc usr/lib/python3.9/encodings/mac_iceland.pyc usr/lib/python3.9/encodings/mac_latin2.pyc usr/lib/python3.9/encodings/mac_roman.pyc usr/lib/python3.9/encodings/mac_romanian.pyc usr/lib/python3.9/encodings/mac_turkish.pyc usr/lib/python3.9/encodings/mbcs.py usr/lib/python3.9/encodings/oem.py usr/lib/python3.9/encodings/palmos.py usr/lib/python3.9/encodings/ptcp154.pyc usr/lib/python3.9/encodings/punycode.py usr/lib/python3.9/encodings/quopri_codec.py usr/lib/python3.9/encodings/raw_unicode_escape.py usr/lib/python3.9/encodings/rot_13.py usr/lib/python3.9/encodings/shift_jis.py usr/lib/python3.9/encodings/shift_jis_2004.py usr/lib/python3.9/encodings/shift_jisx0213.py usr/lib/python3.9/encodings/tis_620.pyc usr/lib/python3.9/encodings/undefined.py usr/lib/python3.9/encodings/unicode_escape.py usr/lib/python3.9/encodings/utf_16.py usr/lib/python3.9/encodings/utf_16_be.py usr/lib/python3.9/encodings/utf_16_le.py usr/lib/python3.9/encodings/utf_32.py usr/lib/python3.9/encodings/utf_32_be.py usr/lib/python3.9/encodings/utf_32_le.py usr/lib/python3.9/encodings/utf_7.py usr/lib/python3.9/encodings/utf_8.py usr/lib/python3.9/encodings/utf_8_sig.py usr/lib/python3.9/encodings/uu_codec.py usr/lib/python3.9/encodings/zlib_codec.py usr/lib/python3.9/ensurepip/__init__.py usr/lib/python3.9/ensurepip/__main__.py usr/lib/python3.9/ensurepip/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/ensurepip/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/ensurepip/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/ensurepip/__pycache__/__main__.cpython-39.opt-1.pyc usr/lib/python3.9/ensurepip/__pycache__/__main__.cpython-39.opt-2.pyc usr/lib/python3.9/ensurepip/__pycache__/__main__.cpython-39.pyc usr/lib/python3.9/ensurepip/__pycache__/_uninstall.cpython-39.opt-1.pyc usr/lib/python3.9/ensurepip/__pycache__/_uninstall.cpython-39.opt-2.pyc usr/lib/python3.9/ensurepip/__pycache__/_uninstall.cpython-39.pyc usr/lib/python3.9/ensurepip/_uninstall.py usr/lib/python3.9/enum.py usr/lib/python3.9/filecmp.py usr/lib/python3.9/fileinput.py usr/lib/python3.9/fnmatch.py usr/lib/python3.9/formatter.py usr/lib/python3.9/fractions.py usr/lib/python3.9/ftplib.py usr/lib/python3.9/functools.py usr/lib/python3.9/genericpath.py usr/lib/python3.9/getopt.py usr/lib/python3.9/getpass.py usr/lib/python3.9/gettext.py usr/lib/python3.9/glob.py usr/lib/python3.9/graphlib.py usr/lib/python3.9/gzip.py usr/lib/python3.9/hashlib.py usr/lib/python3.9/heapq.py usr/lib/python3.9/hmac.py usr/lib/python3.9/html/__init__.py usr/lib/python3.9/html/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/html/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/html/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/html/__pycache__/entities.cpython-39.opt-1.pyc usr/lib/python3.9/html/__pycache__/entities.cpython-39.opt-2.pyc usr/lib/python3.9/html/__pycache__/entities.cpython-39.pyc usr/lib/python3.9/html/__pycache__/parser.cpython-39.opt-1.pyc usr/lib/python3.9/html/__pycache__/parser.cpython-39.opt-2.pyc usr/lib/python3.9/html/__pycache__/parser.cpython-39.pyc usr/lib/python3.9/html/entities.py usr/lib/python3.9/html/parser.py usr/lib/python3.9/http/__init__.py usr/lib/python3.9/http/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/http/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/http/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/http/__pycache__/client.cpython-39.opt-1.pyc usr/lib/python3.9/http/__pycache__/client.cpython-39.opt-2.pyc usr/lib/python3.9/http/__pycache__/client.cpython-39.pyc usr/lib/python3.9/http/__pycache__/cookiejar.cpython-39.opt-1.pyc usr/lib/python3.9/http/__pycache__/cookiejar.cpython-39.opt-2.pyc usr/lib/python3.9/http/__pycache__/cookiejar.cpython-39.pyc usr/lib/python3.9/http/__pycache__/cookies.cpython-39.opt-1.pyc usr/lib/python3.9/http/__pycache__/cookies.cpython-39.opt-2.pyc usr/lib/python3.9/http/__pycache__/cookies.cpython-39.pyc usr/lib/python3.9/http/__pycache__/server.cpython-39.opt-1.pyc usr/lib/python3.9/http/__pycache__/server.cpython-39.opt-2.pyc usr/lib/python3.9/http/__pycache__/server.cpython-39.pyc usr/lib/python3.9/http/client.py usr/lib/python3.9/http/cookiejar.py usr/lib/python3.9/http/cookies.py usr/lib/python3.9/http/server.py usr/lib/python3.9/imaplib.py usr/lib/python3.9/imghdr.py usr/lib/python3.9/imp.py usr/lib/python3.9/importlib/__init__.py usr/lib/python3.9/importlib/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/importlib/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/importlib/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/importlib/__pycache__/_bootstrap.cpython-39.opt-1.pyc usr/lib/python3.9/importlib/__pycache__/_bootstrap.cpython-39.opt-2.pyc usr/lib/python3.9/importlib/__pycache__/_bootstrap.cpython-39.pyc usr/lib/python3.9/importlib/__pycache__/_bootstrap_external.cpython-39.opt-1.pyc usr/lib/python3.9/importlib/__pycache__/_bootstrap_external.cpython-39.opt-2.pyc usr/lib/python3.9/importlib/__pycache__/_bootstrap_external.cpython-39.pyc usr/lib/python3.9/importlib/__pycache__/_common.cpython-39.opt-1.pyc usr/lib/python3.9/importlib/__pycache__/_common.cpython-39.opt-2.pyc usr/lib/python3.9/importlib/__pycache__/_common.cpython-39.pyc usr/lib/python3.9/importlib/__pycache__/abc.cpython-39.opt-1.pyc usr/lib/python3.9/importlib/__pycache__/abc.cpython-39.opt-2.pyc usr/lib/python3.9/importlib/__pycache__/abc.cpython-39.pyc usr/lib/python3.9/importlib/__pycache__/machinery.cpython-39.opt-1.pyc usr/lib/python3.9/importlib/__pycache__/machinery.cpython-39.opt-2.pyc usr/lib/python3.9/importlib/__pycache__/machinery.cpython-39.pyc usr/lib/python3.9/importlib/__pycache__/metadata.cpython-39.opt-1.pyc usr/lib/python3.9/importlib/__pycache__/metadata.cpython-39.opt-2.pyc usr/lib/python3.9/importlib/__pycache__/metadata.cpython-39.pyc usr/lib/python3.9/importlib/__pycache__/resources.cpython-39.opt-1.pyc usr/lib/python3.9/importlib/__pycache__/resources.cpython-39.opt-2.pyc usr/lib/python3.9/importlib/__pycache__/resources.cpython-39.pyc usr/lib/python3.9/importlib/__pycache__/util.cpython-39.opt-1.pyc usr/lib/python3.9/importlib/__pycache__/util.cpython-39.opt-2.pyc usr/lib/python3.9/importlib/__pycache__/util.cpython-39.pyc usr/lib/python3.9/importlib/_bootstrap.py usr/lib/python3.9/importlib/_bootstrap_external.py usr/lib/python3.9/importlib/_common.py usr/lib/python3.9/importlib/abc.py usr/lib/python3.9/importlib/machinery.py usr/lib/python3.9/importlib/metadata.py usr/lib/python3.9/importlib/resources.py usr/lib/python3.9/importlib/util.py usr/lib/python3.9/inspect.py usr/lib/python3.9/io.py usr/lib/python3.9/ipaddress.py usr/lib/python3.9/json/__init__.py usr/lib/python3.9/json/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/json/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/json/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/json/__pycache__/decoder.cpython-39.opt-1.pyc usr/lib/python3.9/json/__pycache__/decoder.cpython-39.opt-2.pyc usr/lib/python3.9/json/__pycache__/decoder.cpython-39.pyc usr/lib/python3.9/json/__pycache__/encoder.cpython-39.opt-1.pyc usr/lib/python3.9/json/__pycache__/encoder.cpython-39.opt-2.pyc usr/lib/python3.9/json/__pycache__/encoder.cpython-39.pyc usr/lib/python3.9/json/__pycache__/scanner.cpython-39.opt-1.pyc usr/lib/python3.9/json/__pycache__/scanner.cpython-39.opt-2.pyc usr/lib/python3.9/json/__pycache__/scanner.cpython-39.pyc usr/lib/python3.9/json/__pycache__/tool.cpython-39.opt-1.pyc usr/lib/python3.9/json/__pycache__/tool.cpython-39.opt-2.pyc usr/lib/python3.9/json/__pycache__/tool.cpython-39.pyc usr/lib/python3.9/json/decoder.py usr/lib/python3.9/json/encoder.py usr/lib/python3.9/json/scanner.py usr/lib/python3.9/json/tool.py usr/lib/python3.9/keyword.py usr/lib/python3.9/lib-dynload/_asyncio.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_bisect.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_blake2.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_bz2.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_codecs_cn.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_codecs_hk.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_codecs_iso2022.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_codecs_jp.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_codecs_kr.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_codecs_tw.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_contextvars.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_crypt.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_csv.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_ctypes.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_curses.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_curses_panel.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_datetime.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_dbm.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_decimal.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_elementtree.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_gdbm.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_hashlib.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_heapq.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_json.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_lsprof.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_lzma.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_multibytecodec.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_multiprocessing.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_opcode.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_pickle.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_posixshmem.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_posixsubprocess.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_queue.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_random.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_socket.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_sqlite3.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_ssl.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_statistics.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_struct.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_uuid.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_xxsubinterpreters.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/_zoneinfo.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/array.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/audioop.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/binascii.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/cmath.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/fcntl.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/grp.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/math.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/mmap.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/ossaudiodev.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/parser.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/pyexpat.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/readline.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/resource.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/select.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/spwd.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/syslog.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/termios.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/unicodedata.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/xxlimited.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib-dynload/zlib.cpython-39-i386-linux-gnu.so usr/lib/python3.9/lib2to3/Grammar.txt -usr/lib/python3.9/lib2to3/Grammar3.9.18.final.0.pickle +usr/lib/python3.9/lib2to3/Grammar%%VERSION%%.final.0.pickle usr/lib/python3.9/lib2to3/PatternGrammar.txt -usr/lib/python3.9/lib2to3/PatternGrammar3.9.18.final.0.pickle +usr/lib/python3.9/lib2to3/PatternGrammar%%VERSION%%.final.0.pickle usr/lib/python3.9/lib2to3/__init__.py usr/lib/python3.9/lib2to3/__main__.py usr/lib/python3.9/lib2to3/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/lib2to3/__pycache__/__main__.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/__pycache__/__main__.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/__pycache__/__main__.cpython-39.pyc usr/lib/python3.9/lib2to3/__pycache__/btm_matcher.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/__pycache__/btm_matcher.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/__pycache__/btm_matcher.cpython-39.pyc usr/lib/python3.9/lib2to3/__pycache__/btm_utils.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/__pycache__/btm_utils.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/__pycache__/btm_utils.cpython-39.pyc usr/lib/python3.9/lib2to3/__pycache__/fixer_base.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/__pycache__/fixer_base.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/__pycache__/fixer_base.cpython-39.pyc usr/lib/python3.9/lib2to3/__pycache__/fixer_util.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/__pycache__/fixer_util.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/__pycache__/fixer_util.cpython-39.pyc usr/lib/python3.9/lib2to3/__pycache__/main.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/__pycache__/main.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/__pycache__/main.cpython-39.pyc usr/lib/python3.9/lib2to3/__pycache__/patcomp.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/__pycache__/patcomp.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/__pycache__/patcomp.cpython-39.pyc usr/lib/python3.9/lib2to3/__pycache__/pygram.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/__pycache__/pygram.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/__pycache__/pygram.cpython-39.pyc usr/lib/python3.9/lib2to3/__pycache__/pytree.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/__pycache__/pytree.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/__pycache__/pytree.cpython-39.pyc usr/lib/python3.9/lib2to3/__pycache__/refactor.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/__pycache__/refactor.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/__pycache__/refactor.cpython-39.pyc usr/lib/python3.9/lib2to3/btm_matcher.py usr/lib/python3.9/lib2to3/btm_utils.py usr/lib/python3.9/lib2to3/fixer_base.py usr/lib/python3.9/lib2to3/fixer_util.py usr/lib/python3.9/lib2to3/fixes/__init__.py usr/lib/python3.9/lib2to3/fixes/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_apply.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_apply.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_apply.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_asserts.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_asserts.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_asserts.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_basestring.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_basestring.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_basestring.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_buffer.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_buffer.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_buffer.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_dict.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_dict.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_dict.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_except.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_except.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_except.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_exec.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_exec.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_exec.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_execfile.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_execfile.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_execfile.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_filter.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_filter.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_filter.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_future.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_future.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_future.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_has_key.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_has_key.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_has_key.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_idioms.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_idioms.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_idioms.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_import.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_import.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_import.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_imports.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_imports.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_imports.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_imports2.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_imports2.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_imports2.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_input.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_input.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_input.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_intern.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_intern.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_intern.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_isinstance.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_isinstance.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_isinstance.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_itertools.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_itertools.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_itertools.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_long.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_long.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_long.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_map.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_map.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_map.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_metaclass.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_metaclass.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_metaclass.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_ne.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_ne.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_ne.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_next.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_next.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_next.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_nonzero.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_nonzero.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_nonzero.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_numliterals.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_numliterals.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_numliterals.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_operator.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_operator.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_operator.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_paren.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_paren.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_paren.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_print.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_print.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_print.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_raise.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_raise.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_raise.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_raw_input.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_raw_input.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_raw_input.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_reduce.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_reduce.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_reduce.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_reload.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_reload.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_reload.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_renames.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_renames.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_renames.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_repr.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_repr.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_repr.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_set_literal.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_set_literal.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_set_literal.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_standarderror.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_standarderror.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_standarderror.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_throw.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_throw.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_throw.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_types.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_types.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_types.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_unicode.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_unicode.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_unicode.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_urllib.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_urllib.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_urllib.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_xrange.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_xrange.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_xrange.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_zip.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_zip.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/fixes/__pycache__/fix_zip.cpython-39.pyc usr/lib/python3.9/lib2to3/fixes/fix_apply.py usr/lib/python3.9/lib2to3/fixes/fix_asserts.py usr/lib/python3.9/lib2to3/fixes/fix_basestring.py usr/lib/python3.9/lib2to3/fixes/fix_buffer.py usr/lib/python3.9/lib2to3/fixes/fix_dict.py usr/lib/python3.9/lib2to3/fixes/fix_except.py usr/lib/python3.9/lib2to3/fixes/fix_exec.py usr/lib/python3.9/lib2to3/fixes/fix_execfile.py usr/lib/python3.9/lib2to3/fixes/fix_exitfunc.py usr/lib/python3.9/lib2to3/fixes/fix_filter.py usr/lib/python3.9/lib2to3/fixes/fix_funcattrs.py usr/lib/python3.9/lib2to3/fixes/fix_future.py usr/lib/python3.9/lib2to3/fixes/fix_getcwdu.py usr/lib/python3.9/lib2to3/fixes/fix_has_key.py usr/lib/python3.9/lib2to3/fixes/fix_idioms.py usr/lib/python3.9/lib2to3/fixes/fix_import.py usr/lib/python3.9/lib2to3/fixes/fix_imports.py usr/lib/python3.9/lib2to3/fixes/fix_imports2.py usr/lib/python3.9/lib2to3/fixes/fix_input.py usr/lib/python3.9/lib2to3/fixes/fix_intern.py usr/lib/python3.9/lib2to3/fixes/fix_isinstance.py usr/lib/python3.9/lib2to3/fixes/fix_itertools.py usr/lib/python3.9/lib2to3/fixes/fix_itertools_imports.py usr/lib/python3.9/lib2to3/fixes/fix_long.py usr/lib/python3.9/lib2to3/fixes/fix_map.py usr/lib/python3.9/lib2to3/fixes/fix_metaclass.py usr/lib/python3.9/lib2to3/fixes/fix_methodattrs.py usr/lib/python3.9/lib2to3/fixes/fix_ne.py usr/lib/python3.9/lib2to3/fixes/fix_next.py usr/lib/python3.9/lib2to3/fixes/fix_nonzero.py usr/lib/python3.9/lib2to3/fixes/fix_numliterals.py usr/lib/python3.9/lib2to3/fixes/fix_operator.py usr/lib/python3.9/lib2to3/fixes/fix_paren.py usr/lib/python3.9/lib2to3/fixes/fix_print.py usr/lib/python3.9/lib2to3/fixes/fix_raise.py usr/lib/python3.9/lib2to3/fixes/fix_raw_input.py usr/lib/python3.9/lib2to3/fixes/fix_reduce.py usr/lib/python3.9/lib2to3/fixes/fix_reload.py usr/lib/python3.9/lib2to3/fixes/fix_renames.py usr/lib/python3.9/lib2to3/fixes/fix_repr.py usr/lib/python3.9/lib2to3/fixes/fix_set_literal.py usr/lib/python3.9/lib2to3/fixes/fix_standarderror.py usr/lib/python3.9/lib2to3/fixes/fix_sys_exc.py usr/lib/python3.9/lib2to3/fixes/fix_throw.py usr/lib/python3.9/lib2to3/fixes/fix_tuple_params.py usr/lib/python3.9/lib2to3/fixes/fix_types.py usr/lib/python3.9/lib2to3/fixes/fix_unicode.py usr/lib/python3.9/lib2to3/fixes/fix_urllib.py usr/lib/python3.9/lib2to3/fixes/fix_ws_comma.py usr/lib/python3.9/lib2to3/fixes/fix_xrange.py usr/lib/python3.9/lib2to3/fixes/fix_xreadlines.py usr/lib/python3.9/lib2to3/fixes/fix_zip.py usr/lib/python3.9/lib2to3/main.py usr/lib/python3.9/lib2to3/patcomp.py usr/lib/python3.9/lib2to3/pgen2/__init__.py usr/lib/python3.9/lib2to3/pgen2/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/conv.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/conv.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/conv.cpython-39.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/driver.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/driver.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/driver.cpython-39.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/grammar.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/grammar.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/grammar.cpython-39.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/literals.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/literals.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/literals.cpython-39.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/parse.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/parse.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/parse.cpython-39.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/pgen.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/pgen.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/pgen.cpython-39.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/token.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/token.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/token.cpython-39.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/tokenize.cpython-39.opt-1.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/tokenize.cpython-39.opt-2.pyc usr/lib/python3.9/lib2to3/pgen2/__pycache__/tokenize.cpython-39.pyc usr/lib/python3.9/lib2to3/pgen2/conv.py usr/lib/python3.9/lib2to3/pgen2/driver.py usr/lib/python3.9/lib2to3/pgen2/grammar.py usr/lib/python3.9/lib2to3/pgen2/literals.py usr/lib/python3.9/lib2to3/pgen2/parse.py usr/lib/python3.9/lib2to3/pgen2/pgen.py usr/lib/python3.9/lib2to3/pgen2/token.py usr/lib/python3.9/lib2to3/pgen2/tokenize.py usr/lib/python3.9/lib2to3/pygram.py usr/lib/python3.9/lib2to3/pytree.py usr/lib/python3.9/lib2to3/refactor.py usr/lib/python3.9/linecache.py usr/lib/python3.9/locale.py usr/lib/python3.9/logging/__init__.py usr/lib/python3.9/logging/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/logging/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/logging/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/logging/__pycache__/config.cpython-39.opt-1.pyc usr/lib/python3.9/logging/__pycache__/config.cpython-39.opt-2.pyc usr/lib/python3.9/logging/__pycache__/config.cpython-39.pyc usr/lib/python3.9/logging/__pycache__/handlers.cpython-39.opt-1.pyc usr/lib/python3.9/logging/__pycache__/handlers.cpython-39.opt-2.pyc usr/lib/python3.9/logging/__pycache__/handlers.cpython-39.pyc usr/lib/python3.9/logging/config.py usr/lib/python3.9/logging/handlers.py usr/lib/python3.9/lzma.py usr/lib/python3.9/mailbox.py usr/lib/python3.9/mailcap.py usr/lib/python3.9/mimetypes.py usr/lib/python3.9/modulefinder.py usr/lib/python3.9/multiprocessing/__init__.py usr/lib/python3.9/multiprocessing/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/connection.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/connection.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/context.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/context.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/forkserver.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/forkserver.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/forkserver.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/heap.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/heap.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/heap.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/managers.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/managers.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/managers.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/pool.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/pool.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/popen_fork.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/popen_fork.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/popen_fork.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/popen_forkserver.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/popen_forkserver.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/popen_forkserver.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/popen_spawn_posix.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/popen_spawn_posix.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/popen_spawn_posix.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/popen_spawn_win32.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/popen_spawn_win32.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/popen_spawn_win32.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/process.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/process.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/queues.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/queues.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/queues.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/reduction.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/reduction.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/resource_sharer.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/resource_sharer.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/resource_sharer.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/resource_tracker.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/resource_tracker.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/resource_tracker.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/shared_memory.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/shared_memory.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/shared_memory.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/sharedctypes.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/sharedctypes.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/sharedctypes.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/spawn.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/spawn.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/spawn.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.pyc usr/lib/python3.9/multiprocessing/__pycache__/util.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/__pycache__/util.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc usr/lib/python3.9/multiprocessing/connection.py usr/lib/python3.9/multiprocessing/context.py usr/lib/python3.9/multiprocessing/dummy/__init__.py usr/lib/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.opt-1.pyc usr/lib/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.opt-2.pyc usr/lib/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.pyc usr/lib/python3.9/multiprocessing/dummy/connection.py usr/lib/python3.9/multiprocessing/forkserver.py usr/lib/python3.9/multiprocessing/heap.py usr/lib/python3.9/multiprocessing/managers.py usr/lib/python3.9/multiprocessing/pool.py usr/lib/python3.9/multiprocessing/popen_fork.py usr/lib/python3.9/multiprocessing/popen_forkserver.py usr/lib/python3.9/multiprocessing/popen_spawn_posix.py usr/lib/python3.9/multiprocessing/popen_spawn_win32.py usr/lib/python3.9/multiprocessing/process.py usr/lib/python3.9/multiprocessing/queues.py usr/lib/python3.9/multiprocessing/reduction.py usr/lib/python3.9/multiprocessing/resource_sharer.py usr/lib/python3.9/multiprocessing/resource_tracker.py usr/lib/python3.9/multiprocessing/shared_memory.py usr/lib/python3.9/multiprocessing/sharedctypes.py usr/lib/python3.9/multiprocessing/spawn.py usr/lib/python3.9/multiprocessing/synchronize.py usr/lib/python3.9/multiprocessing/util.py usr/lib/python3.9/netrc.py usr/lib/python3.9/nntplib.py usr/lib/python3.9/ntpath.py usr/lib/python3.9/nturl2path.py usr/lib/python3.9/numbers.py usr/lib/python3.9/opcode.py usr/lib/python3.9/operator.py usr/lib/python3.9/optparse.py usr/lib/python3.9/os.py usr/lib/python3.9/pathlib.py usr/lib/python3.9/pdb.py usr/lib/python3.9/pickle.py usr/lib/python3.9/pickletools.py usr/lib/python3.9/pipes.py usr/lib/python3.9/pkgutil.py usr/lib/python3.9/platform.py usr/lib/python3.9/plistlib.py usr/lib/python3.9/poplib.py usr/lib/python3.9/posixpath.py usr/lib/python3.9/pprint.py usr/lib/python3.9/profile.py usr/lib/python3.9/pstats.py usr/lib/python3.9/pty.py usr/lib/python3.9/py_compile.py usr/lib/python3.9/pyclbr.py usr/lib/python3.9/pydoc.py usr/lib/python3.9/pydoc_data/__init__.py usr/lib/python3.9/pydoc_data/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/pydoc_data/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/pydoc_data/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/pydoc_data/_pydoc.css usr/lib/python3.9/pydoc_data/topics.pyc usr/lib/python3.9/queue.py usr/lib/python3.9/quopri.py usr/lib/python3.9/random.py usr/lib/python3.9/re.py usr/lib/python3.9/reprlib.py usr/lib/python3.9/rlcompleter.py usr/lib/python3.9/runpy.py usr/lib/python3.9/sched.py usr/lib/python3.9/secrets.py usr/lib/python3.9/selectors.py usr/lib/python3.9/shelve.py usr/lib/python3.9/shlex.py usr/lib/python3.9/shutil.py usr/lib/python3.9/signal.py usr/lib/python3.9/site-packages/README.txt usr/lib/python3.9/site.py usr/lib/python3.9/smtpd.py usr/lib/python3.9/smtplib.py usr/lib/python3.9/sndhdr.py usr/lib/python3.9/socket.py usr/lib/python3.9/socketserver.py usr/lib/python3.9/sqlite3/__init__.py usr/lib/python3.9/sqlite3/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/sqlite3/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.opt-1.pyc usr/lib/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.opt-2.pyc usr/lib/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc usr/lib/python3.9/sqlite3/__pycache__/dump.cpython-39.opt-1.pyc usr/lib/python3.9/sqlite3/__pycache__/dump.cpython-39.opt-2.pyc usr/lib/python3.9/sqlite3/__pycache__/dump.cpython-39.pyc usr/lib/python3.9/sqlite3/dbapi2.py usr/lib/python3.9/sqlite3/dump.py usr/lib/python3.9/sre_compile.py usr/lib/python3.9/sre_constants.py usr/lib/python3.9/sre_parse.py usr/lib/python3.9/ssl.py usr/lib/python3.9/stat.py usr/lib/python3.9/statistics.py usr/lib/python3.9/string.py usr/lib/python3.9/stringprep.py usr/lib/python3.9/struct.py usr/lib/python3.9/subprocess.py usr/lib/python3.9/sunau.py usr/lib/python3.9/symbol.py usr/lib/python3.9/symtable.py usr/lib/python3.9/sysconfig.py usr/lib/python3.9/tabnanny.py usr/lib/python3.9/tarfile.py usr/lib/python3.9/telnetlib.py usr/lib/python3.9/tempfile.py usr/lib/python3.9/textwrap.py usr/lib/python3.9/this.py usr/lib/python3.9/threading.py usr/lib/python3.9/timeit.py usr/lib/python3.9/token.py usr/lib/python3.9/tokenize.py usr/lib/python3.9/trace.py usr/lib/python3.9/traceback.py usr/lib/python3.9/tracemalloc.py usr/lib/python3.9/tty.py usr/lib/python3.9/types.py usr/lib/python3.9/typing.py usr/lib/python3.9/unittest/__init__.py usr/lib/python3.9/unittest/__main__.py usr/lib/python3.9/unittest/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/unittest/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/unittest/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/unittest/__pycache__/__main__.cpython-39.opt-1.pyc usr/lib/python3.9/unittest/__pycache__/__main__.cpython-39.opt-2.pyc usr/lib/python3.9/unittest/__pycache__/__main__.cpython-39.pyc usr/lib/python3.9/unittest/__pycache__/_log.cpython-39.opt-1.pyc usr/lib/python3.9/unittest/__pycache__/_log.cpython-39.opt-2.pyc usr/lib/python3.9/unittest/__pycache__/_log.cpython-39.pyc usr/lib/python3.9/unittest/__pycache__/async_case.cpython-39.opt-1.pyc usr/lib/python3.9/unittest/__pycache__/async_case.cpython-39.opt-2.pyc usr/lib/python3.9/unittest/__pycache__/async_case.cpython-39.pyc usr/lib/python3.9/unittest/__pycache__/case.cpython-39.opt-1.pyc usr/lib/python3.9/unittest/__pycache__/case.cpython-39.opt-2.pyc usr/lib/python3.9/unittest/__pycache__/case.cpython-39.pyc usr/lib/python3.9/unittest/__pycache__/loader.cpython-39.opt-1.pyc usr/lib/python3.9/unittest/__pycache__/loader.cpython-39.opt-2.pyc usr/lib/python3.9/unittest/__pycache__/loader.cpython-39.pyc usr/lib/python3.9/unittest/__pycache__/main.cpython-39.opt-1.pyc usr/lib/python3.9/unittest/__pycache__/main.cpython-39.opt-2.pyc usr/lib/python3.9/unittest/__pycache__/main.cpython-39.pyc usr/lib/python3.9/unittest/__pycache__/mock.cpython-39.opt-1.pyc usr/lib/python3.9/unittest/__pycache__/mock.cpython-39.opt-2.pyc usr/lib/python3.9/unittest/__pycache__/mock.cpython-39.pyc usr/lib/python3.9/unittest/__pycache__/result.cpython-39.opt-1.pyc usr/lib/python3.9/unittest/__pycache__/result.cpython-39.opt-2.pyc usr/lib/python3.9/unittest/__pycache__/result.cpython-39.pyc usr/lib/python3.9/unittest/__pycache__/runner.cpython-39.opt-1.pyc usr/lib/python3.9/unittest/__pycache__/runner.cpython-39.opt-2.pyc usr/lib/python3.9/unittest/__pycache__/runner.cpython-39.pyc usr/lib/python3.9/unittest/__pycache__/signals.cpython-39.opt-1.pyc usr/lib/python3.9/unittest/__pycache__/signals.cpython-39.opt-2.pyc usr/lib/python3.9/unittest/__pycache__/signals.cpython-39.pyc usr/lib/python3.9/unittest/__pycache__/suite.cpython-39.opt-1.pyc usr/lib/python3.9/unittest/__pycache__/suite.cpython-39.opt-2.pyc usr/lib/python3.9/unittest/__pycache__/suite.cpython-39.pyc usr/lib/python3.9/unittest/__pycache__/util.cpython-39.opt-1.pyc usr/lib/python3.9/unittest/__pycache__/util.cpython-39.opt-2.pyc usr/lib/python3.9/unittest/__pycache__/util.cpython-39.pyc usr/lib/python3.9/unittest/_log.py usr/lib/python3.9/unittest/async_case.py usr/lib/python3.9/unittest/case.py usr/lib/python3.9/unittest/loader.py usr/lib/python3.9/unittest/main.py usr/lib/python3.9/unittest/mock.py usr/lib/python3.9/unittest/result.py usr/lib/python3.9/unittest/runner.py usr/lib/python3.9/unittest/signals.py usr/lib/python3.9/unittest/suite.py usr/lib/python3.9/unittest/util.py usr/lib/python3.9/urllib/__init__.py usr/lib/python3.9/urllib/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/urllib/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/urllib/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/urllib/__pycache__/error.cpython-39.opt-1.pyc usr/lib/python3.9/urllib/__pycache__/error.cpython-39.opt-2.pyc usr/lib/python3.9/urllib/__pycache__/error.cpython-39.pyc usr/lib/python3.9/urllib/__pycache__/parse.cpython-39.opt-1.pyc usr/lib/python3.9/urllib/__pycache__/parse.cpython-39.opt-2.pyc usr/lib/python3.9/urllib/__pycache__/parse.cpython-39.pyc usr/lib/python3.9/urllib/__pycache__/request.cpython-39.opt-1.pyc usr/lib/python3.9/urllib/__pycache__/request.cpython-39.opt-2.pyc usr/lib/python3.9/urllib/__pycache__/request.cpython-39.pyc usr/lib/python3.9/urllib/__pycache__/response.cpython-39.opt-1.pyc usr/lib/python3.9/urllib/__pycache__/response.cpython-39.opt-2.pyc usr/lib/python3.9/urllib/__pycache__/response.cpython-39.pyc usr/lib/python3.9/urllib/__pycache__/robotparser.cpython-39.opt-1.pyc usr/lib/python3.9/urllib/__pycache__/robotparser.cpython-39.opt-2.pyc usr/lib/python3.9/urllib/__pycache__/robotparser.cpython-39.pyc usr/lib/python3.9/urllib/error.py usr/lib/python3.9/urllib/parse.py usr/lib/python3.9/urllib/request.py usr/lib/python3.9/urllib/response.py usr/lib/python3.9/urllib/robotparser.py usr/lib/python3.9/uu.py usr/lib/python3.9/uuid.py usr/lib/python3.9/venv/__init__.py usr/lib/python3.9/venv/__main__.py usr/lib/python3.9/venv/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/venv/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/venv/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/venv/__pycache__/__main__.cpython-39.opt-1.pyc usr/lib/python3.9/venv/__pycache__/__main__.cpython-39.opt-2.pyc usr/lib/python3.9/venv/__pycache__/__main__.cpython-39.pyc usr/lib/python3.9/venv/scripts/common/Activate.ps1 usr/lib/python3.9/venv/scripts/common/activate usr/lib/python3.9/venv/scripts/posix/activate.csh usr/lib/python3.9/venv/scripts/posix/activate.fish usr/lib/python3.9/warnings.py usr/lib/python3.9/wave.py usr/lib/python3.9/weakref.py usr/lib/python3.9/webbrowser.py usr/lib/python3.9/wsgiref/__init__.py usr/lib/python3.9/wsgiref/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/wsgiref/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/wsgiref/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/wsgiref/__pycache__/handlers.cpython-39.opt-1.pyc usr/lib/python3.9/wsgiref/__pycache__/handlers.cpython-39.opt-2.pyc usr/lib/python3.9/wsgiref/__pycache__/handlers.cpython-39.pyc usr/lib/python3.9/wsgiref/__pycache__/headers.cpython-39.opt-1.pyc usr/lib/python3.9/wsgiref/__pycache__/headers.cpython-39.opt-2.pyc usr/lib/python3.9/wsgiref/__pycache__/headers.cpython-39.pyc usr/lib/python3.9/wsgiref/__pycache__/simple_server.cpython-39.opt-1.pyc usr/lib/python3.9/wsgiref/__pycache__/simple_server.cpython-39.opt-2.pyc usr/lib/python3.9/wsgiref/__pycache__/simple_server.cpython-39.pyc usr/lib/python3.9/wsgiref/__pycache__/util.cpython-39.opt-1.pyc usr/lib/python3.9/wsgiref/__pycache__/util.cpython-39.opt-2.pyc usr/lib/python3.9/wsgiref/__pycache__/util.cpython-39.pyc usr/lib/python3.9/wsgiref/__pycache__/validate.cpython-39.opt-1.pyc usr/lib/python3.9/wsgiref/__pycache__/validate.cpython-39.opt-2.pyc usr/lib/python3.9/wsgiref/__pycache__/validate.cpython-39.pyc usr/lib/python3.9/wsgiref/handlers.py usr/lib/python3.9/wsgiref/headers.py usr/lib/python3.9/wsgiref/simple_server.py usr/lib/python3.9/wsgiref/util.py usr/lib/python3.9/wsgiref/validate.py usr/lib/python3.9/xdrlib.py usr/lib/python3.9/xml/__init__.py usr/lib/python3.9/xml/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/xml/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/xml/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/xml/dom/NodeFilter.py usr/lib/python3.9/xml/dom/__init__.py usr/lib/python3.9/xml/dom/__pycache__/NodeFilter.cpython-39.opt-1.pyc usr/lib/python3.9/xml/dom/__pycache__/NodeFilter.cpython-39.opt-2.pyc usr/lib/python3.9/xml/dom/__pycache__/NodeFilter.cpython-39.pyc usr/lib/python3.9/xml/dom/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/xml/dom/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/xml/dom/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/xml/dom/__pycache__/domreg.cpython-39.opt-1.pyc usr/lib/python3.9/xml/dom/__pycache__/domreg.cpython-39.opt-2.pyc usr/lib/python3.9/xml/dom/__pycache__/domreg.cpython-39.pyc usr/lib/python3.9/xml/dom/__pycache__/expatbuilder.cpython-39.opt-1.pyc usr/lib/python3.9/xml/dom/__pycache__/expatbuilder.cpython-39.opt-2.pyc usr/lib/python3.9/xml/dom/__pycache__/expatbuilder.cpython-39.pyc usr/lib/python3.9/xml/dom/__pycache__/minicompat.cpython-39.opt-1.pyc usr/lib/python3.9/xml/dom/__pycache__/minicompat.cpython-39.opt-2.pyc usr/lib/python3.9/xml/dom/__pycache__/minicompat.cpython-39.pyc usr/lib/python3.9/xml/dom/__pycache__/minidom.cpython-39.opt-1.pyc usr/lib/python3.9/xml/dom/__pycache__/minidom.cpython-39.opt-2.pyc usr/lib/python3.9/xml/dom/__pycache__/minidom.cpython-39.pyc usr/lib/python3.9/xml/dom/__pycache__/pulldom.cpython-39.opt-1.pyc usr/lib/python3.9/xml/dom/__pycache__/pulldom.cpython-39.opt-2.pyc usr/lib/python3.9/xml/dom/__pycache__/pulldom.cpython-39.pyc usr/lib/python3.9/xml/dom/__pycache__/xmlbuilder.cpython-39.opt-1.pyc usr/lib/python3.9/xml/dom/__pycache__/xmlbuilder.cpython-39.opt-2.pyc usr/lib/python3.9/xml/dom/__pycache__/xmlbuilder.cpython-39.pyc usr/lib/python3.9/xml/dom/domreg.py usr/lib/python3.9/xml/dom/expatbuilder.py usr/lib/python3.9/xml/dom/minicompat.py usr/lib/python3.9/xml/dom/minidom.py usr/lib/python3.9/xml/dom/pulldom.py usr/lib/python3.9/xml/dom/xmlbuilder.py usr/lib/python3.9/xml/etree/ElementInclude.py usr/lib/python3.9/xml/etree/ElementPath.py usr/lib/python3.9/xml/etree/ElementTree.py usr/lib/python3.9/xml/etree/__init__.py usr/lib/python3.9/xml/etree/__pycache__/ElementInclude.cpython-39.opt-1.pyc usr/lib/python3.9/xml/etree/__pycache__/ElementInclude.cpython-39.opt-2.pyc usr/lib/python3.9/xml/etree/__pycache__/ElementInclude.cpython-39.pyc usr/lib/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.opt-1.pyc usr/lib/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.opt-2.pyc usr/lib/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc usr/lib/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.opt-1.pyc usr/lib/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.opt-2.pyc usr/lib/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc usr/lib/python3.9/xml/etree/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/xml/etree/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/xml/etree/__pycache__/cElementTree.cpython-39.opt-1.pyc usr/lib/python3.9/xml/etree/__pycache__/cElementTree.cpython-39.opt-2.pyc usr/lib/python3.9/xml/etree/__pycache__/cElementTree.cpython-39.pyc usr/lib/python3.9/xml/etree/cElementTree.py usr/lib/python3.9/xml/parsers/__init__.py usr/lib/python3.9/xml/parsers/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/xml/parsers/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/xml/parsers/__pycache__/expat.cpython-39.opt-1.pyc usr/lib/python3.9/xml/parsers/__pycache__/expat.cpython-39.opt-2.pyc usr/lib/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc usr/lib/python3.9/xml/parsers/expat.py usr/lib/python3.9/xml/sax/__init__.py usr/lib/python3.9/xml/sax/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/xml/sax/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/xml/sax/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/xml/sax/__pycache__/_exceptions.cpython-39.opt-1.pyc usr/lib/python3.9/xml/sax/__pycache__/_exceptions.cpython-39.opt-2.pyc usr/lib/python3.9/xml/sax/__pycache__/_exceptions.cpython-39.pyc usr/lib/python3.9/xml/sax/__pycache__/expatreader.cpython-39.opt-1.pyc usr/lib/python3.9/xml/sax/__pycache__/expatreader.cpython-39.opt-2.pyc usr/lib/python3.9/xml/sax/__pycache__/expatreader.cpython-39.pyc usr/lib/python3.9/xml/sax/__pycache__/handler.cpython-39.opt-1.pyc usr/lib/python3.9/xml/sax/__pycache__/handler.cpython-39.opt-2.pyc usr/lib/python3.9/xml/sax/__pycache__/handler.cpython-39.pyc usr/lib/python3.9/xml/sax/__pycache__/saxutils.cpython-39.opt-1.pyc usr/lib/python3.9/xml/sax/__pycache__/saxutils.cpython-39.opt-2.pyc usr/lib/python3.9/xml/sax/__pycache__/saxutils.cpython-39.pyc usr/lib/python3.9/xml/sax/__pycache__/xmlreader.cpython-39.opt-1.pyc usr/lib/python3.9/xml/sax/__pycache__/xmlreader.cpython-39.opt-2.pyc usr/lib/python3.9/xml/sax/__pycache__/xmlreader.cpython-39.pyc usr/lib/python3.9/xml/sax/_exceptions.py usr/lib/python3.9/xml/sax/expatreader.py usr/lib/python3.9/xml/sax/handler.py usr/lib/python3.9/xml/sax/saxutils.py usr/lib/python3.9/xml/sax/xmlreader.py usr/lib/python3.9/xmlrpc/__init__.py usr/lib/python3.9/xmlrpc/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/xmlrpc/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/xmlrpc/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/xmlrpc/__pycache__/client.cpython-39.opt-1.pyc usr/lib/python3.9/xmlrpc/__pycache__/client.cpython-39.opt-2.pyc usr/lib/python3.9/xmlrpc/__pycache__/client.cpython-39.pyc usr/lib/python3.9/xmlrpc/__pycache__/server.cpython-39.opt-1.pyc usr/lib/python3.9/xmlrpc/__pycache__/server.cpython-39.opt-2.pyc usr/lib/python3.9/xmlrpc/__pycache__/server.cpython-39.pyc usr/lib/python3.9/xmlrpc/client.py usr/lib/python3.9/xmlrpc/server.py usr/lib/python3.9/zipapp.py usr/lib/python3.9/zipfile.py usr/lib/python3.9/zipimport.py usr/lib/python3.9/zoneinfo/__init__.py usr/lib/python3.9/zoneinfo/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib/python3.9/zoneinfo/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib/python3.9/zoneinfo/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/zoneinfo/__pycache__/_common.cpython-39.opt-1.pyc usr/lib/python3.9/zoneinfo/__pycache__/_common.cpython-39.opt-2.pyc usr/lib/python3.9/zoneinfo/__pycache__/_common.cpython-39.pyc usr/lib/python3.9/zoneinfo/__pycache__/_tzpath.cpython-39.opt-1.pyc usr/lib/python3.9/zoneinfo/__pycache__/_tzpath.cpython-39.opt-2.pyc usr/lib/python3.9/zoneinfo/__pycache__/_tzpath.cpython-39.pyc usr/lib/python3.9/zoneinfo/__pycache__/_zoneinfo.cpython-39.opt-1.pyc usr/lib/python3.9/zoneinfo/__pycache__/_zoneinfo.cpython-39.opt-2.pyc usr/lib/python3.9/zoneinfo/__pycache__/_zoneinfo.cpython-39.pyc usr/lib/python3.9/zoneinfo/_common.py usr/lib/python3.9/zoneinfo/_tzpath.py usr/lib/python3.9/zoneinfo/_zoneinfo.py usr/lib64/libpython3.9.so.1.0 usr/lib64/libpython3.so usr/lib64/python3.9/LICENSE.txt usr/lib64/python3.9/__future__.py usr/lib64/python3.9/__phello__.foo.py usr/lib64/python3.9/__pycache__/__future__.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/__future__.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc usr/lib64/python3.9/__pycache__/__phello__.foo.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/__phello__.foo.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/__phello__.foo.cpython-39.pyc usr/lib64/python3.9/__pycache__/_aix_support.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_aix_support.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_aix_support.cpython-39.pyc usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc usr/lib64/python3.9/__pycache__/_bootsubprocess.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_bootsubprocess.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_bootsubprocess.cpython-39.pyc usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc usr/lib64/python3.9/__pycache__/_compression.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_compression.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc usr/lib64/python3.9/__pycache__/_markupbase.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_markupbase.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_markupbase.cpython-39.pyc usr/lib64/python3.9/__pycache__/_osx_support.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_osx_support.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_osx_support.cpython-39.pyc usr/lib64/python3.9/__pycache__/_py_abc.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_py_abc.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_py_abc.cpython-39.pyc usr/lib64/python3.9/__pycache__/_pydecimal.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_pydecimal.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_pydecimal.cpython-39.pyc usr/lib64/python3.9/__pycache__/_pyio.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_pyio.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_pyio.cpython-39.pyc usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc usr/lib64/python3.9/__pycache__/_strptime.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_strptime.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_strptime.cpython-39.pyc usr/lib64/python3.9/__pycache__/_sysconfigdata__linux_x86_64-linux-gnu.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_sysconfigdata__linux_x86_64-linux-gnu.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_sysconfigdata__linux_x86_64-linux-gnu.cpython-39.pyc usr/lib64/python3.9/__pycache__/_sysconfigdata_d_linux_x86_64-linux-gnu.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_sysconfigdata_d_linux_x86_64-linux-gnu.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_sysconfigdata_d_linux_x86_64-linux-gnu.cpython-39.pyc usr/lib64/python3.9/__pycache__/_threading_local.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_threading_local.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_threading_local.cpython-39.pyc usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc usr/lib64/python3.9/__pycache__/abc.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/abc.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc usr/lib64/python3.9/__pycache__/aifc.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/aifc.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/aifc.cpython-39.pyc usr/lib64/python3.9/__pycache__/antigravity.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/antigravity.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/antigravity.cpython-39.pyc usr/lib64/python3.9/__pycache__/argparse.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/argparse.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc usr/lib64/python3.9/__pycache__/ast.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/ast.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc usr/lib64/python3.9/__pycache__/asynchat.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/asynchat.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/asynchat.cpython-39.pyc usr/lib64/python3.9/__pycache__/asyncore.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/asyncore.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc usr/lib64/python3.9/__pycache__/base64.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/base64.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc usr/lib64/python3.9/__pycache__/bdb.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/bdb.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/bdb.cpython-39.pyc usr/lib64/python3.9/__pycache__/binhex.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/binhex.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/binhex.cpython-39.pyc usr/lib64/python3.9/__pycache__/bisect.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/bisect.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc usr/lib64/python3.9/__pycache__/bz2.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/bz2.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc usr/lib64/python3.9/__pycache__/cProfile.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/cProfile.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/cProfile.cpython-39.pyc usr/lib64/python3.9/__pycache__/calendar.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/calendar.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc usr/lib64/python3.9/__pycache__/cgi.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/cgi.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/cgi.cpython-39.pyc usr/lib64/python3.9/__pycache__/cgitb.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/cgitb.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/cgitb.cpython-39.pyc usr/lib64/python3.9/__pycache__/chunk.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/chunk.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/chunk.cpython-39.pyc usr/lib64/python3.9/__pycache__/cmd.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/cmd.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc usr/lib64/python3.9/__pycache__/code.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/code.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/code.cpython-39.pyc usr/lib64/python3.9/__pycache__/codecs.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/codecs.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc usr/lib64/python3.9/__pycache__/codeop.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/codeop.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/codeop.cpython-39.pyc usr/lib64/python3.9/__pycache__/colorsys.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/colorsys.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/colorsys.cpython-39.pyc usr/lib64/python3.9/__pycache__/compileall.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/compileall.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/compileall.cpython-39.pyc usr/lib64/python3.9/__pycache__/configparser.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/configparser.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc usr/lib64/python3.9/__pycache__/contextlib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/contextlib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc usr/lib64/python3.9/__pycache__/contextvars.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/contextvars.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/contextvars.cpython-39.pyc usr/lib64/python3.9/__pycache__/copy.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/copy.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc usr/lib64/python3.9/__pycache__/copyreg.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/copyreg.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc usr/lib64/python3.9/__pycache__/crypt.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/crypt.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/crypt.cpython-39.pyc usr/lib64/python3.9/__pycache__/csv.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/csv.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/csv.cpython-39.pyc usr/lib64/python3.9/__pycache__/dataclasses.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/dataclasses.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/dataclasses.cpython-39.pyc usr/lib64/python3.9/__pycache__/datetime.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/datetime.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc usr/lib64/python3.9/__pycache__/decimal.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/decimal.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc usr/lib64/python3.9/__pycache__/difflib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/difflib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/difflib.cpython-39.pyc usr/lib64/python3.9/__pycache__/dis.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/dis.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc usr/lib64/python3.9/__pycache__/doctest.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/doctest.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/doctest.cpython-39.pyc usr/lib64/python3.9/__pycache__/enum.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/enum.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc usr/lib64/python3.9/__pycache__/filecmp.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/filecmp.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/filecmp.cpython-39.pyc usr/lib64/python3.9/__pycache__/fileinput.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/fileinput.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/fileinput.cpython-39.pyc usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc usr/lib64/python3.9/__pycache__/formatter.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/formatter.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/formatter.cpython-39.pyc usr/lib64/python3.9/__pycache__/fractions.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/fractions.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/fractions.cpython-39.pyc usr/lib64/python3.9/__pycache__/ftplib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/ftplib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/ftplib.cpython-39.pyc usr/lib64/python3.9/__pycache__/functools.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/functools.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc usr/lib64/python3.9/__pycache__/genericpath.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/genericpath.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc usr/lib64/python3.9/__pycache__/getopt.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/getopt.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/getopt.cpython-39.pyc usr/lib64/python3.9/__pycache__/getpass.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/getpass.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc usr/lib64/python3.9/__pycache__/gettext.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/gettext.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc usr/lib64/python3.9/__pycache__/glob.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/glob.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc usr/lib64/python3.9/__pycache__/graphlib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/graphlib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/graphlib.cpython-39.pyc usr/lib64/python3.9/__pycache__/gzip.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/gzip.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc usr/lib64/python3.9/__pycache__/hashlib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/hashlib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc usr/lib64/python3.9/__pycache__/heapq.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/heapq.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc usr/lib64/python3.9/__pycache__/hmac.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/hmac.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc usr/lib64/python3.9/__pycache__/imaplib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/imaplib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/imaplib.cpython-39.pyc usr/lib64/python3.9/__pycache__/imghdr.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/imghdr.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/imghdr.cpython-39.pyc usr/lib64/python3.9/__pycache__/imp.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/imp.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/imp.cpython-39.pyc usr/lib64/python3.9/__pycache__/inspect.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/inspect.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc usr/lib64/python3.9/__pycache__/io.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/io.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/io.cpython-39.pyc usr/lib64/python3.9/__pycache__/ipaddress.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/ipaddress.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/ipaddress.cpython-39.pyc usr/lib64/python3.9/__pycache__/keyword.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/keyword.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc usr/lib64/python3.9/__pycache__/linecache.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/linecache.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc usr/lib64/python3.9/__pycache__/locale.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/locale.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc usr/lib64/python3.9/__pycache__/lzma.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/lzma.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc usr/lib64/python3.9/__pycache__/mailbox.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/mailbox.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/mailbox.cpython-39.pyc usr/lib64/python3.9/__pycache__/mailcap.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/mailcap.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/mailcap.cpython-39.pyc usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc usr/lib64/python3.9/__pycache__/modulefinder.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/modulefinder.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/modulefinder.cpython-39.pyc usr/lib64/python3.9/__pycache__/netrc.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/netrc.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc usr/lib64/python3.9/__pycache__/nntplib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/nntplib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/nntplib.cpython-39.pyc usr/lib64/python3.9/__pycache__/ntpath.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/ntpath.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc usr/lib64/python3.9/__pycache__/nturl2path.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/nturl2path.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/nturl2path.cpython-39.pyc usr/lib64/python3.9/__pycache__/numbers.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/numbers.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc usr/lib64/python3.9/__pycache__/opcode.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/opcode.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc usr/lib64/python3.9/__pycache__/operator.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/operator.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc usr/lib64/python3.9/__pycache__/optparse.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/optparse.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc usr/lib64/python3.9/__pycache__/os.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/os.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/os.cpython-39.pyc usr/lib64/python3.9/__pycache__/pathlib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pathlib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc usr/lib64/python3.9/__pycache__/pdb.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pdb.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pdb.cpython-39.pyc usr/lib64/python3.9/__pycache__/pickle.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pickle.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc usr/lib64/python3.9/__pycache__/pickletools.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pickletools.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pickletools.cpython-39.pyc usr/lib64/python3.9/__pycache__/pipes.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pipes.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pipes.cpython-39.pyc usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc usr/lib64/python3.9/__pycache__/platform.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/platform.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc usr/lib64/python3.9/__pycache__/plistlib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/plistlib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/plistlib.cpython-39.pyc usr/lib64/python3.9/__pycache__/poplib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/poplib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/poplib.cpython-39.pyc usr/lib64/python3.9/__pycache__/posixpath.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/posixpath.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc usr/lib64/python3.9/__pycache__/pprint.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pprint.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc usr/lib64/python3.9/__pycache__/profile.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/profile.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/profile.cpython-39.pyc usr/lib64/python3.9/__pycache__/pstats.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pstats.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pstats.cpython-39.pyc usr/lib64/python3.9/__pycache__/pty.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pty.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pty.cpython-39.pyc usr/lib64/python3.9/__pycache__/py_compile.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/py_compile.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/py_compile.cpython-39.pyc usr/lib64/python3.9/__pycache__/pyclbr.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pyclbr.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pyclbr.cpython-39.pyc usr/lib64/python3.9/__pycache__/pydoc.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/pydoc.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/pydoc.cpython-39.pyc usr/lib64/python3.9/__pycache__/queue.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/queue.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc usr/lib64/python3.9/__pycache__/quopri.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/quopri.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc usr/lib64/python3.9/__pycache__/random.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/random.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/random.cpython-39.pyc usr/lib64/python3.9/__pycache__/re.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/re.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/re.cpython-39.pyc usr/lib64/python3.9/__pycache__/reprlib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/reprlib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc usr/lib64/python3.9/__pycache__/rlcompleter.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/rlcompleter.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/rlcompleter.cpython-39.pyc usr/lib64/python3.9/__pycache__/runpy.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/runpy.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc usr/lib64/python3.9/__pycache__/sched.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/sched.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/sched.cpython-39.pyc usr/lib64/python3.9/__pycache__/secrets.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/secrets.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/secrets.cpython-39.pyc usr/lib64/python3.9/__pycache__/selectors.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/selectors.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc usr/lib64/python3.9/__pycache__/shelve.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/shelve.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/shelve.cpython-39.pyc usr/lib64/python3.9/__pycache__/shlex.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/shlex.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc usr/lib64/python3.9/__pycache__/shutil.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/shutil.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc usr/lib64/python3.9/__pycache__/signal.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/signal.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc usr/lib64/python3.9/__pycache__/site.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/site.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/site.cpython-39.pyc usr/lib64/python3.9/__pycache__/smtpd.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/smtpd.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/smtpd.cpython-39.pyc usr/lib64/python3.9/__pycache__/smtplib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/smtplib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/smtplib.cpython-39.pyc usr/lib64/python3.9/__pycache__/sndhdr.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/sndhdr.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/sndhdr.cpython-39.pyc usr/lib64/python3.9/__pycache__/socket.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/socket.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc usr/lib64/python3.9/__pycache__/socketserver.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/socketserver.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc usr/lib64/python3.9/__pycache__/ssl.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/ssl.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc usr/lib64/python3.9/__pycache__/stat.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/stat.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc usr/lib64/python3.9/__pycache__/statistics.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/statistics.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/statistics.cpython-39.pyc usr/lib64/python3.9/__pycache__/string.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/string.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/string.cpython-39.pyc usr/lib64/python3.9/__pycache__/stringprep.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/stringprep.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc usr/lib64/python3.9/__pycache__/struct.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/struct.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc usr/lib64/python3.9/__pycache__/subprocess.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/subprocess.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc usr/lib64/python3.9/__pycache__/sunau.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/sunau.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/sunau.cpython-39.pyc usr/lib64/python3.9/__pycache__/symbol.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/symbol.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/symbol.cpython-39.pyc usr/lib64/python3.9/__pycache__/symtable.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/symtable.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/symtable.cpython-39.pyc usr/lib64/python3.9/__pycache__/sysconfig.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/sysconfig.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/sysconfig.cpython-39.pyc usr/lib64/python3.9/__pycache__/tabnanny.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/tabnanny.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/tabnanny.cpython-39.pyc usr/lib64/python3.9/__pycache__/tarfile.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/tarfile.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/tarfile.cpython-39.pyc usr/lib64/python3.9/__pycache__/telnetlib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/telnetlib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/telnetlib.cpython-39.pyc usr/lib64/python3.9/__pycache__/tempfile.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/tempfile.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc usr/lib64/python3.9/__pycache__/textwrap.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/textwrap.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc usr/lib64/python3.9/__pycache__/this.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/this.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/this.cpython-39.pyc usr/lib64/python3.9/__pycache__/threading.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/threading.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc usr/lib64/python3.9/__pycache__/timeit.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/timeit.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/timeit.cpython-39.pyc usr/lib64/python3.9/__pycache__/token.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/token.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/token.cpython-39.pyc usr/lib64/python3.9/__pycache__/tokenize.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/tokenize.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc usr/lib64/python3.9/__pycache__/trace.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/trace.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/trace.cpython-39.pyc usr/lib64/python3.9/__pycache__/traceback.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/traceback.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc usr/lib64/python3.9/__pycache__/tracemalloc.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/tracemalloc.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/tracemalloc.cpython-39.pyc usr/lib64/python3.9/__pycache__/tty.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/tty.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/tty.cpython-39.pyc usr/lib64/python3.9/__pycache__/types.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/types.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/types.cpython-39.pyc usr/lib64/python3.9/__pycache__/typing.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/typing.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc usr/lib64/python3.9/__pycache__/uu.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/uu.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc usr/lib64/python3.9/__pycache__/uuid.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/uuid.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc usr/lib64/python3.9/__pycache__/warnings.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/warnings.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc usr/lib64/python3.9/__pycache__/wave.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/wave.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/wave.cpython-39.pyc usr/lib64/python3.9/__pycache__/weakref.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/weakref.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc usr/lib64/python3.9/__pycache__/webbrowser.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/webbrowser.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/webbrowser.cpython-39.pyc usr/lib64/python3.9/__pycache__/xdrlib.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/xdrlib.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/xdrlib.cpython-39.pyc usr/lib64/python3.9/__pycache__/zipapp.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/zipapp.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/zipapp.cpython-39.pyc usr/lib64/python3.9/__pycache__/zipfile.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/zipfile.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc usr/lib64/python3.9/__pycache__/zipimport.cpython-39.opt-1.pyc usr/lib64/python3.9/__pycache__/zipimport.cpython-39.opt-2.pyc usr/lib64/python3.9/__pycache__/zipimport.cpython-39.pyc usr/lib64/python3.9/_aix_support.py usr/lib64/python3.9/_bootlocale.py usr/lib64/python3.9/_bootsubprocess.py usr/lib64/python3.9/_collections_abc.py usr/lib64/python3.9/_compat_pickle.py usr/lib64/python3.9/_compression.py usr/lib64/python3.9/_markupbase.py usr/lib64/python3.9/_osx_support.py usr/lib64/python3.9/_py_abc.py usr/lib64/python3.9/_pydecimal.py usr/lib64/python3.9/_pyio.py usr/lib64/python3.9/_sitebuiltins.py usr/lib64/python3.9/_strptime.py usr/lib64/python3.9/_sysconfigdata__linux_x86_64-linux-gnu.py usr/lib64/python3.9/_sysconfigdata_d_linux_x86_64-linux-gnu.py usr/lib64/python3.9/_threading_local.py usr/lib64/python3.9/_weakrefset.py usr/lib64/python3.9/abc.py usr/lib64/python3.9/aifc.py usr/lib64/python3.9/antigravity.py usr/lib64/python3.9/argparse.py usr/lib64/python3.9/ast.py usr/lib64/python3.9/asynchat.py usr/lib64/python3.9/asyncio/__init__.py usr/lib64/python3.9/asyncio/__main__.py usr/lib64/python3.9/asyncio/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/__main__.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/__main__.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/__main__.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/base_events.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/base_events.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/base_events.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/base_futures.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/base_futures.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/base_futures.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/base_subprocess.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/base_subprocess.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/base_subprocess.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/base_tasks.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/base_tasks.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/base_tasks.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/constants.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/constants.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/constants.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/coroutines.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/coroutines.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/coroutines.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/events.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/events.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/events.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/exceptions.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/exceptions.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/exceptions.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/format_helpers.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/format_helpers.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/format_helpers.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/futures.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/futures.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/futures.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/locks.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/locks.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/locks.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/log.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/log.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/log.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/proactor_events.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/proactor_events.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/proactor_events.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/protocols.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/protocols.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/protocols.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/queues.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/queues.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/queues.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/runners.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/runners.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/runners.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/selector_events.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/selector_events.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/selector_events.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/sslproto.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/sslproto.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/sslproto.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/staggered.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/staggered.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/staggered.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/streams.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/streams.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/streams.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/subprocess.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/subprocess.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/subprocess.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/tasks.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/tasks.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/tasks.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/threads.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/threads.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/threads.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/transports.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/transports.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/transports.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/trsock.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/trsock.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/trsock.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/unix_events.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/unix_events.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/unix_events.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/windows_events.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/windows_events.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/windows_events.cpython-39.pyc usr/lib64/python3.9/asyncio/__pycache__/windows_utils.cpython-39.opt-1.pyc usr/lib64/python3.9/asyncio/__pycache__/windows_utils.cpython-39.opt-2.pyc usr/lib64/python3.9/asyncio/__pycache__/windows_utils.cpython-39.pyc usr/lib64/python3.9/asyncio/base_events.py usr/lib64/python3.9/asyncio/base_futures.py usr/lib64/python3.9/asyncio/base_subprocess.py usr/lib64/python3.9/asyncio/base_tasks.py usr/lib64/python3.9/asyncio/constants.py usr/lib64/python3.9/asyncio/coroutines.py usr/lib64/python3.9/asyncio/events.py usr/lib64/python3.9/asyncio/exceptions.py usr/lib64/python3.9/asyncio/format_helpers.py usr/lib64/python3.9/asyncio/futures.py usr/lib64/python3.9/asyncio/locks.py usr/lib64/python3.9/asyncio/log.py usr/lib64/python3.9/asyncio/proactor_events.py usr/lib64/python3.9/asyncio/protocols.py usr/lib64/python3.9/asyncio/queues.py usr/lib64/python3.9/asyncio/runners.py usr/lib64/python3.9/asyncio/selector_events.py usr/lib64/python3.9/asyncio/sslproto.py usr/lib64/python3.9/asyncio/staggered.py usr/lib64/python3.9/asyncio/streams.py usr/lib64/python3.9/asyncio/subprocess.py usr/lib64/python3.9/asyncio/tasks.py usr/lib64/python3.9/asyncio/threads.py usr/lib64/python3.9/asyncio/transports.py usr/lib64/python3.9/asyncio/trsock.py usr/lib64/python3.9/asyncio/unix_events.py usr/lib64/python3.9/asyncio/windows_events.py usr/lib64/python3.9/asyncio/windows_utils.py usr/lib64/python3.9/asyncore.py usr/lib64/python3.9/base64.py usr/lib64/python3.9/bdb.py usr/lib64/python3.9/binhex.py usr/lib64/python3.9/bisect.py usr/lib64/python3.9/bz2.py usr/lib64/python3.9/cProfile.py usr/lib64/python3.9/calendar.py usr/lib64/python3.9/cgi.py usr/lib64/python3.9/cgitb.py usr/lib64/python3.9/chunk.py usr/lib64/python3.9/cmd.py usr/lib64/python3.9/code.py usr/lib64/python3.9/codecs.py usr/lib64/python3.9/codeop.py usr/lib64/python3.9/collections/__init__.py usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.opt-1.pyc usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.opt-2.pyc usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc usr/lib64/python3.9/collections/abc.py usr/lib64/python3.9/colorsys.py usr/lib64/python3.9/compileall.py usr/lib64/python3.9/concurrent/__init__.py usr/lib64/python3.9/concurrent/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/concurrent/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/concurrent/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/concurrent/futures/__init__.py usr/lib64/python3.9/concurrent/futures/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/_base.cpython-39.opt-1.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/_base.cpython-39.opt-2.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/_base.cpython-39.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/process.cpython-39.opt-1.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/process.cpython-39.opt-2.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/process.cpython-39.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/thread.cpython-39.opt-1.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/thread.cpython-39.opt-2.pyc usr/lib64/python3.9/concurrent/futures/__pycache__/thread.cpython-39.pyc usr/lib64/python3.9/concurrent/futures/_base.py usr/lib64/python3.9/concurrent/futures/process.py usr/lib64/python3.9/concurrent/futures/thread.py usr/lib64/python3.9/config-3.9-x86_64-linux-gnu/Makefile usr/lib64/python3.9/configparser.py usr/lib64/python3.9/contextlib.py usr/lib64/python3.9/contextvars.py usr/lib64/python3.9/copy.py usr/lib64/python3.9/copyreg.py usr/lib64/python3.9/crypt.py usr/lib64/python3.9/csv.py usr/lib64/python3.9/ctypes/__init__.py usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/ctypes/__pycache__/_aix.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/__pycache__/_aix.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/__pycache__/_aix.cpython-39.pyc usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc usr/lib64/python3.9/ctypes/__pycache__/wintypes.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/__pycache__/wintypes.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/__pycache__/wintypes.cpython-39.pyc usr/lib64/python3.9/ctypes/_aix.py usr/lib64/python3.9/ctypes/_endian.py usr/lib64/python3.9/ctypes/macholib/README.ctypes usr/lib64/python3.9/ctypes/macholib/__init__.py usr/lib64/python3.9/ctypes/macholib/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/dyld.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/dyld.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/dyld.cpython-39.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/dylib.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/dylib.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/dylib.cpython-39.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/framework.cpython-39.opt-1.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/framework.cpython-39.opt-2.pyc usr/lib64/python3.9/ctypes/macholib/__pycache__/framework.cpython-39.pyc usr/lib64/python3.9/ctypes/macholib/dyld.py usr/lib64/python3.9/ctypes/macholib/dylib.py usr/lib64/python3.9/ctypes/macholib/fetch_macholib usr/lib64/python3.9/ctypes/macholib/framework.py usr/lib64/python3.9/ctypes/util.py usr/lib64/python3.9/ctypes/wintypes.py usr/lib64/python3.9/curses/__init__.py usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/curses/__pycache__/ascii.cpython-39.opt-1.pyc usr/lib64/python3.9/curses/__pycache__/ascii.cpython-39.opt-2.pyc usr/lib64/python3.9/curses/__pycache__/ascii.cpython-39.pyc usr/lib64/python3.9/curses/__pycache__/has_key.cpython-39.opt-1.pyc usr/lib64/python3.9/curses/__pycache__/has_key.cpython-39.opt-2.pyc usr/lib64/python3.9/curses/__pycache__/has_key.cpython-39.pyc usr/lib64/python3.9/curses/__pycache__/panel.cpython-39.opt-1.pyc usr/lib64/python3.9/curses/__pycache__/panel.cpython-39.opt-2.pyc usr/lib64/python3.9/curses/__pycache__/panel.cpython-39.pyc usr/lib64/python3.9/curses/__pycache__/textpad.cpython-39.opt-1.pyc usr/lib64/python3.9/curses/__pycache__/textpad.cpython-39.opt-2.pyc usr/lib64/python3.9/curses/__pycache__/textpad.cpython-39.pyc usr/lib64/python3.9/curses/ascii.py usr/lib64/python3.9/curses/has_key.py usr/lib64/python3.9/curses/panel.py usr/lib64/python3.9/curses/textpad.py usr/lib64/python3.9/dataclasses.py usr/lib64/python3.9/datetime.py usr/lib64/python3.9/dbm/__init__.py usr/lib64/python3.9/dbm/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/dbm/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/dbm/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/dbm/__pycache__/dumb.cpython-39.opt-1.pyc usr/lib64/python3.9/dbm/__pycache__/dumb.cpython-39.opt-2.pyc usr/lib64/python3.9/dbm/__pycache__/dumb.cpython-39.pyc usr/lib64/python3.9/dbm/__pycache__/gnu.cpython-39.opt-1.pyc usr/lib64/python3.9/dbm/__pycache__/gnu.cpython-39.opt-2.pyc usr/lib64/python3.9/dbm/__pycache__/gnu.cpython-39.pyc usr/lib64/python3.9/dbm/__pycache__/ndbm.cpython-39.opt-1.pyc usr/lib64/python3.9/dbm/__pycache__/ndbm.cpython-39.opt-2.pyc usr/lib64/python3.9/dbm/__pycache__/ndbm.cpython-39.pyc usr/lib64/python3.9/dbm/dumb.py usr/lib64/python3.9/dbm/gnu.py usr/lib64/python3.9/dbm/ndbm.py usr/lib64/python3.9/decimal.py usr/lib64/python3.9/difflib.py usr/lib64/python3.9/dis.py usr/lib64/python3.9/distutils/README usr/lib64/python3.9/distutils/__init__.py usr/lib64/python3.9/distutils/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/_msvccompiler.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/_msvccompiler.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/_msvccompiler.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/archive_util.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/archive_util.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/archive_util.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/bcppcompiler.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/bcppcompiler.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/bcppcompiler.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/ccompiler.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/ccompiler.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/ccompiler.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/cmd.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/cmd.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/cmd.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/config.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/config.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/config.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/core.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/core.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/core.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/cygwinccompiler.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/cygwinccompiler.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/cygwinccompiler.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/debug.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/debug.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/debug.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/dep_util.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/dep_util.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/dep_util.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/dir_util.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/dir_util.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/dir_util.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/dist.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/dist.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/dist.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/errors.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/errors.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/errors.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/extension.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/extension.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/extension.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/fancy_getopt.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/fancy_getopt.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/fancy_getopt.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/file_util.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/file_util.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/file_util.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/filelist.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/filelist.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/filelist.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/log.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/log.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/log.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/msvc9compiler.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/msvc9compiler.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/msvc9compiler.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/msvccompiler.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/msvccompiler.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/msvccompiler.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/spawn.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/spawn.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/spawn.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/sysconfig.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/sysconfig.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/sysconfig.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/text_file.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/text_file.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/text_file.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/unixccompiler.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/unixccompiler.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/unixccompiler.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/util.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/util.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/util.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/version.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/version.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/version.cpython-39.pyc usr/lib64/python3.9/distutils/__pycache__/versionpredicate.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/__pycache__/versionpredicate.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/__pycache__/versionpredicate.cpython-39.pyc usr/lib64/python3.9/distutils/_msvccompiler.py usr/lib64/python3.9/distutils/archive_util.py usr/lib64/python3.9/distutils/bcppcompiler.py usr/lib64/python3.9/distutils/ccompiler.py usr/lib64/python3.9/distutils/cmd.py usr/lib64/python3.9/distutils/command/__init__.py usr/lib64/python3.9/distutils/command/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_dumb.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_dumb.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_dumb.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_msi.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_msi.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_msi.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_rpm.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_rpm.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_rpm.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_wininst.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_wininst.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/bdist_wininst.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/build.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/build.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/build.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_clib.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_clib.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_clib.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_ext.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_ext.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_ext.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_py.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_py.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_py.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_scripts.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_scripts.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/build_scripts.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/check.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/check.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/check.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/clean.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/clean.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/clean.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/config.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/config.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/config.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/install.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/install.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/install.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_data.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_data.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_data.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_egg_info.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_egg_info.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_egg_info.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_headers.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_headers.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_headers.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_lib.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_lib.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_lib.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_scripts.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_scripts.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/install_scripts.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/register.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/register.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/register.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/sdist.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/sdist.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/sdist.cpython-39.pyc usr/lib64/python3.9/distutils/command/__pycache__/upload.cpython-39.opt-1.pyc usr/lib64/python3.9/distutils/command/__pycache__/upload.cpython-39.opt-2.pyc usr/lib64/python3.9/distutils/command/__pycache__/upload.cpython-39.pyc usr/lib64/python3.9/distutils/command/bdist.py usr/lib64/python3.9/distutils/command/bdist_dumb.py usr/lib64/python3.9/distutils/command/bdist_msi.py usr/lib64/python3.9/distutils/command/bdist_rpm.py usr/lib64/python3.9/distutils/command/bdist_wininst.py usr/lib64/python3.9/distutils/command/build.py usr/lib64/python3.9/distutils/command/build_clib.py usr/lib64/python3.9/distutils/command/build_ext.py usr/lib64/python3.9/distutils/command/build_py.py usr/lib64/python3.9/distutils/command/build_scripts.py usr/lib64/python3.9/distutils/command/check.py usr/lib64/python3.9/distutils/command/clean.py usr/lib64/python3.9/distutils/command/command_template usr/lib64/python3.9/distutils/command/config.py usr/lib64/python3.9/distutils/command/install.py usr/lib64/python3.9/distutils/command/install_data.py usr/lib64/python3.9/distutils/command/install_egg_info.py usr/lib64/python3.9/distutils/command/install_headers.py usr/lib64/python3.9/distutils/command/install_lib.py usr/lib64/python3.9/distutils/command/install_scripts.py usr/lib64/python3.9/distutils/command/register.py usr/lib64/python3.9/distutils/command/sdist.py usr/lib64/python3.9/distutils/command/upload.py usr/lib64/python3.9/distutils/config.py usr/lib64/python3.9/distutils/core.py usr/lib64/python3.9/distutils/cygwinccompiler.py usr/lib64/python3.9/distutils/debug.py usr/lib64/python3.9/distutils/dep_util.py usr/lib64/python3.9/distutils/dir_util.py usr/lib64/python3.9/distutils/dist.py usr/lib64/python3.9/distutils/errors.py usr/lib64/python3.9/distutils/extension.py usr/lib64/python3.9/distutils/fancy_getopt.py usr/lib64/python3.9/distutils/file_util.py usr/lib64/python3.9/distutils/filelist.py usr/lib64/python3.9/distutils/log.py usr/lib64/python3.9/distutils/msvc9compiler.py usr/lib64/python3.9/distutils/msvccompiler.py usr/lib64/python3.9/distutils/spawn.py usr/lib64/python3.9/distutils/sysconfig.py usr/lib64/python3.9/distutils/text_file.py usr/lib64/python3.9/distutils/unixccompiler.py usr/lib64/python3.9/distutils/util.py usr/lib64/python3.9/distutils/version.py usr/lib64/python3.9/distutils/versionpredicate.py usr/lib64/python3.9/doctest.py usr/lib64/python3.9/email/__init__.py usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/charset.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/charset.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/errors.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/errors.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/generator.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/generator.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/generator.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/header.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/header.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/message.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/message.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/parser.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/parser.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/policy.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/policy.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc usr/lib64/python3.9/email/__pycache__/utils.cpython-39.opt-1.pyc usr/lib64/python3.9/email/__pycache__/utils.cpython-39.opt-2.pyc usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc usr/lib64/python3.9/email/_encoded_words.py usr/lib64/python3.9/email/_header_value_parser.py usr/lib64/python3.9/email/_parseaddr.py usr/lib64/python3.9/email/_policybase.py usr/lib64/python3.9/email/architecture.rst usr/lib64/python3.9/email/base64mime.py usr/lib64/python3.9/email/charset.py usr/lib64/python3.9/email/contentmanager.py usr/lib64/python3.9/email/encoders.py usr/lib64/python3.9/email/errors.py usr/lib64/python3.9/email/feedparser.py usr/lib64/python3.9/email/generator.py usr/lib64/python3.9/email/header.py usr/lib64/python3.9/email/headerregistry.py usr/lib64/python3.9/email/iterators.py usr/lib64/python3.9/email/message.py usr/lib64/python3.9/email/mime/__init__.py usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc usr/lib64/python3.9/email/mime/__pycache__/audio.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/audio.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/audio.cpython-39.pyc usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc usr/lib64/python3.9/email/mime/__pycache__/image.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/image.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/image.cpython-39.pyc usr/lib64/python3.9/email/mime/__pycache__/message.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/message.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/message.cpython-39.pyc usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.opt-1.pyc usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.opt-2.pyc usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc usr/lib64/python3.9/email/mime/application.py usr/lib64/python3.9/email/mime/audio.py usr/lib64/python3.9/email/mime/base.py usr/lib64/python3.9/email/mime/image.py usr/lib64/python3.9/email/mime/message.py usr/lib64/python3.9/email/mime/multipart.py usr/lib64/python3.9/email/mime/nonmultipart.py usr/lib64/python3.9/email/mime/text.py usr/lib64/python3.9/email/parser.py usr/lib64/python3.9/email/policy.py usr/lib64/python3.9/email/quoprimime.py usr/lib64/python3.9/email/utils.py usr/lib64/python3.9/encodings/__init__.py usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/ascii.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/ascii.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/ascii.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/base64_codec.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/base64_codec.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/base64_codec.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/big5.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/big5.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/big5.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/big5hkscs.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/big5hkscs.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/big5hkscs.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/bz2_codec.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/bz2_codec.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/bz2_codec.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/charmap.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/charmap.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/charmap.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/cp1125.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/cp1125.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/cp1125.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/cp720.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/cp720.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/cp720.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/cp858.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/cp858.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/cp858.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/cp932.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/cp932.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/cp932.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/cp949.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/cp949.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/cp949.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/cp950.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/cp950.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/cp950.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jis_2004.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jis_2004.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jis_2004.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jisx0213.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jisx0213.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jisx0213.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jp.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jp.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/euc_jp.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/euc_kr.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/euc_kr.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/euc_kr.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/gb18030.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/gb18030.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/gb18030.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/gb2312.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/gb2312.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/gb2312.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/gbk.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/gbk.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/gbk.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/hex_codec.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/hex_codec.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/hex_codec.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/hz.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/hz.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/hz.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_1.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_1.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_1.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2004.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2004.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2004.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_3.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_3.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_3.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_ext.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_ext.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_ext.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_kr.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_kr.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/iso2022_kr.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/johab.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/johab.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/johab.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/koi8_t.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/koi8_t.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/koi8_t.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/mbcs.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/mbcs.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/mbcs.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/oem.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/oem.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/oem.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/palmos.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/palmos.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/palmos.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/punycode.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/punycode.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/punycode.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/quopri_codec.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/quopri_codec.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/quopri_codec.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/raw_unicode_escape.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/raw_unicode_escape.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/raw_unicode_escape.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/rot_13.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/rot_13.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/rot_13.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jis.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jis.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jis.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jis_2004.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jis_2004.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jis_2004.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jisx0213.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jisx0213.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/shift_jisx0213.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/undefined.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/undefined.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/undefined.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/unicode_escape.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/unicode_escape.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/unicode_escape.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16_be.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16_be.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16_be.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16_le.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16_le.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_16_le.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32_be.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32_be.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32_be.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32_le.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32_le.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_32_le.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_7.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_7.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_7.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/uu_codec.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/uu_codec.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/uu_codec.cpython-39.pyc usr/lib64/python3.9/encodings/__pycache__/zlib_codec.cpython-39.opt-1.pyc usr/lib64/python3.9/encodings/__pycache__/zlib_codec.cpython-39.opt-2.pyc usr/lib64/python3.9/encodings/__pycache__/zlib_codec.cpython-39.pyc usr/lib64/python3.9/encodings/aliases.py usr/lib64/python3.9/encodings/ascii.py usr/lib64/python3.9/encodings/base64_codec.py usr/lib64/python3.9/encodings/big5.py usr/lib64/python3.9/encodings/big5hkscs.py usr/lib64/python3.9/encodings/bz2_codec.py usr/lib64/python3.9/encodings/charmap.py usr/lib64/python3.9/encodings/cp037.pyc usr/lib64/python3.9/encodings/cp1006.pyc usr/lib64/python3.9/encodings/cp1026.pyc usr/lib64/python3.9/encodings/cp1125.py usr/lib64/python3.9/encodings/cp1140.pyc usr/lib64/python3.9/encodings/cp1250.pyc usr/lib64/python3.9/encodings/cp1251.pyc usr/lib64/python3.9/encodings/cp1252.pyc usr/lib64/python3.9/encodings/cp1253.pyc usr/lib64/python3.9/encodings/cp1254.pyc usr/lib64/python3.9/encodings/cp1255.pyc usr/lib64/python3.9/encodings/cp1256.pyc usr/lib64/python3.9/encodings/cp1257.pyc usr/lib64/python3.9/encodings/cp1258.pyc usr/lib64/python3.9/encodings/cp273.pyc usr/lib64/python3.9/encodings/cp424.pyc usr/lib64/python3.9/encodings/cp437.pyc usr/lib64/python3.9/encodings/cp500.pyc usr/lib64/python3.9/encodings/cp720.py usr/lib64/python3.9/encodings/cp737.pyc usr/lib64/python3.9/encodings/cp775.pyc usr/lib64/python3.9/encodings/cp850.pyc usr/lib64/python3.9/encodings/cp852.pyc usr/lib64/python3.9/encodings/cp855.pyc usr/lib64/python3.9/encodings/cp856.pyc usr/lib64/python3.9/encodings/cp857.pyc usr/lib64/python3.9/encodings/cp858.py usr/lib64/python3.9/encodings/cp860.pyc usr/lib64/python3.9/encodings/cp861.pyc usr/lib64/python3.9/encodings/cp862.pyc usr/lib64/python3.9/encodings/cp863.pyc usr/lib64/python3.9/encodings/cp864.pyc usr/lib64/python3.9/encodings/cp865.pyc usr/lib64/python3.9/encodings/cp866.pyc usr/lib64/python3.9/encodings/cp869.pyc usr/lib64/python3.9/encodings/cp874.pyc usr/lib64/python3.9/encodings/cp875.pyc usr/lib64/python3.9/encodings/cp932.py usr/lib64/python3.9/encodings/cp949.py usr/lib64/python3.9/encodings/cp950.py usr/lib64/python3.9/encodings/euc_jis_2004.py usr/lib64/python3.9/encodings/euc_jisx0213.py usr/lib64/python3.9/encodings/euc_jp.py usr/lib64/python3.9/encodings/euc_kr.py usr/lib64/python3.9/encodings/gb18030.py usr/lib64/python3.9/encodings/gb2312.py usr/lib64/python3.9/encodings/gbk.py usr/lib64/python3.9/encodings/hex_codec.py usr/lib64/python3.9/encodings/hp_roman8.pyc usr/lib64/python3.9/encodings/hz.py usr/lib64/python3.9/encodings/idna.py usr/lib64/python3.9/encodings/iso2022_jp.py usr/lib64/python3.9/encodings/iso2022_jp_1.py usr/lib64/python3.9/encodings/iso2022_jp_2.py usr/lib64/python3.9/encodings/iso2022_jp_2004.py usr/lib64/python3.9/encodings/iso2022_jp_3.py usr/lib64/python3.9/encodings/iso2022_jp_ext.py usr/lib64/python3.9/encodings/iso2022_kr.py usr/lib64/python3.9/encodings/iso8859_1.pyc usr/lib64/python3.9/encodings/iso8859_10.pyc usr/lib64/python3.9/encodings/iso8859_11.pyc usr/lib64/python3.9/encodings/iso8859_13.pyc usr/lib64/python3.9/encodings/iso8859_14.pyc usr/lib64/python3.9/encodings/iso8859_15.pyc usr/lib64/python3.9/encodings/iso8859_16.pyc usr/lib64/python3.9/encodings/iso8859_2.pyc usr/lib64/python3.9/encodings/iso8859_3.pyc usr/lib64/python3.9/encodings/iso8859_4.pyc usr/lib64/python3.9/encodings/iso8859_5.pyc usr/lib64/python3.9/encodings/iso8859_6.pyc usr/lib64/python3.9/encodings/iso8859_7.pyc usr/lib64/python3.9/encodings/iso8859_8.pyc usr/lib64/python3.9/encodings/iso8859_9.pyc usr/lib64/python3.9/encodings/johab.py usr/lib64/python3.9/encodings/koi8_r.pyc usr/lib64/python3.9/encodings/koi8_t.py usr/lib64/python3.9/encodings/koi8_u.pyc usr/lib64/python3.9/encodings/kz1048.pyc usr/lib64/python3.9/encodings/latin_1.py usr/lib64/python3.9/encodings/mac_arabic.pyc usr/lib64/python3.9/encodings/mac_croatian.pyc usr/lib64/python3.9/encodings/mac_cyrillic.pyc usr/lib64/python3.9/encodings/mac_farsi.pyc usr/lib64/python3.9/encodings/mac_greek.pyc usr/lib64/python3.9/encodings/mac_iceland.pyc usr/lib64/python3.9/encodings/mac_latin2.pyc usr/lib64/python3.9/encodings/mac_roman.pyc usr/lib64/python3.9/encodings/mac_romanian.pyc usr/lib64/python3.9/encodings/mac_turkish.pyc usr/lib64/python3.9/encodings/mbcs.py usr/lib64/python3.9/encodings/oem.py usr/lib64/python3.9/encodings/palmos.py usr/lib64/python3.9/encodings/ptcp154.pyc usr/lib64/python3.9/encodings/punycode.py usr/lib64/python3.9/encodings/quopri_codec.py usr/lib64/python3.9/encodings/raw_unicode_escape.py usr/lib64/python3.9/encodings/rot_13.py usr/lib64/python3.9/encodings/shift_jis.py usr/lib64/python3.9/encodings/shift_jis_2004.py usr/lib64/python3.9/encodings/shift_jisx0213.py usr/lib64/python3.9/encodings/tis_620.pyc usr/lib64/python3.9/encodings/undefined.py usr/lib64/python3.9/encodings/unicode_escape.py usr/lib64/python3.9/encodings/utf_16.py usr/lib64/python3.9/encodings/utf_16_be.py usr/lib64/python3.9/encodings/utf_16_le.py usr/lib64/python3.9/encodings/utf_32.py usr/lib64/python3.9/encodings/utf_32_be.py usr/lib64/python3.9/encodings/utf_32_le.py usr/lib64/python3.9/encodings/utf_7.py usr/lib64/python3.9/encodings/utf_8.py usr/lib64/python3.9/encodings/utf_8_sig.py usr/lib64/python3.9/encodings/uu_codec.py usr/lib64/python3.9/encodings/zlib_codec.py usr/lib64/python3.9/ensurepip/__init__.py usr/lib64/python3.9/ensurepip/__main__.py usr/lib64/python3.9/ensurepip/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/ensurepip/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/ensurepip/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/ensurepip/__pycache__/__main__.cpython-39.opt-1.pyc usr/lib64/python3.9/ensurepip/__pycache__/__main__.cpython-39.opt-2.pyc usr/lib64/python3.9/ensurepip/__pycache__/__main__.cpython-39.pyc usr/lib64/python3.9/ensurepip/__pycache__/_uninstall.cpython-39.opt-1.pyc usr/lib64/python3.9/ensurepip/__pycache__/_uninstall.cpython-39.opt-2.pyc usr/lib64/python3.9/ensurepip/__pycache__/_uninstall.cpython-39.pyc usr/lib64/python3.9/ensurepip/_uninstall.py usr/lib64/python3.9/enum.py usr/lib64/python3.9/filecmp.py usr/lib64/python3.9/fileinput.py usr/lib64/python3.9/fnmatch.py usr/lib64/python3.9/formatter.py usr/lib64/python3.9/fractions.py usr/lib64/python3.9/ftplib.py usr/lib64/python3.9/functools.py usr/lib64/python3.9/genericpath.py usr/lib64/python3.9/getopt.py usr/lib64/python3.9/getpass.py usr/lib64/python3.9/gettext.py usr/lib64/python3.9/glob.py usr/lib64/python3.9/graphlib.py usr/lib64/python3.9/gzip.py usr/lib64/python3.9/hashlib.py usr/lib64/python3.9/heapq.py usr/lib64/python3.9/hmac.py usr/lib64/python3.9/html/__init__.py usr/lib64/python3.9/html/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/html/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/html/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/html/__pycache__/entities.cpython-39.opt-1.pyc usr/lib64/python3.9/html/__pycache__/entities.cpython-39.opt-2.pyc usr/lib64/python3.9/html/__pycache__/entities.cpython-39.pyc usr/lib64/python3.9/html/__pycache__/parser.cpython-39.opt-1.pyc usr/lib64/python3.9/html/__pycache__/parser.cpython-39.opt-2.pyc usr/lib64/python3.9/html/__pycache__/parser.cpython-39.pyc usr/lib64/python3.9/html/entities.py usr/lib64/python3.9/html/parser.py usr/lib64/python3.9/http/__init__.py usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/http/__pycache__/client.cpython-39.opt-1.pyc usr/lib64/python3.9/http/__pycache__/client.cpython-39.opt-2.pyc usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.opt-1.pyc usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.opt-2.pyc usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.opt-1.pyc usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.opt-2.pyc usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc usr/lib64/python3.9/http/__pycache__/server.cpython-39.opt-1.pyc usr/lib64/python3.9/http/__pycache__/server.cpython-39.opt-2.pyc usr/lib64/python3.9/http/__pycache__/server.cpython-39.pyc usr/lib64/python3.9/http/client.py usr/lib64/python3.9/http/cookiejar.py usr/lib64/python3.9/http/cookies.py usr/lib64/python3.9/http/server.py usr/lib64/python3.9/imaplib.py usr/lib64/python3.9/imghdr.py usr/lib64/python3.9/imp.py usr/lib64/python3.9/importlib/__init__.py usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/importlib/__pycache__/_bootstrap.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/_bootstrap.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/_bootstrap.cpython-39.pyc usr/lib64/python3.9/importlib/__pycache__/_bootstrap_external.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/_bootstrap_external.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/_bootstrap_external.cpython-39.pyc usr/lib64/python3.9/importlib/__pycache__/_common.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/_common.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/_common.cpython-39.pyc usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc usr/lib64/python3.9/importlib/__pycache__/metadata.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/metadata.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/metadata.cpython-39.pyc usr/lib64/python3.9/importlib/__pycache__/resources.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/resources.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/resources.cpython-39.pyc usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.opt-1.pyc usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.opt-2.pyc usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc usr/lib64/python3.9/importlib/_bootstrap.py usr/lib64/python3.9/importlib/_bootstrap_external.py usr/lib64/python3.9/importlib/_common.py usr/lib64/python3.9/importlib/abc.py usr/lib64/python3.9/importlib/machinery.py usr/lib64/python3.9/importlib/metadata.py usr/lib64/python3.9/importlib/resources.py usr/lib64/python3.9/importlib/util.py usr/lib64/python3.9/inspect.py usr/lib64/python3.9/io.py usr/lib64/python3.9/ipaddress.py usr/lib64/python3.9/json/__init__.py usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.opt-1.pyc usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.opt-2.pyc usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.opt-1.pyc usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.opt-2.pyc usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.opt-1.pyc usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.opt-2.pyc usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc usr/lib64/python3.9/json/__pycache__/tool.cpython-39.opt-1.pyc usr/lib64/python3.9/json/__pycache__/tool.cpython-39.opt-2.pyc usr/lib64/python3.9/json/__pycache__/tool.cpython-39.pyc usr/lib64/python3.9/json/decoder.py usr/lib64/python3.9/json/encoder.py usr/lib64/python3.9/json/scanner.py usr/lib64/python3.9/json/tool.py usr/lib64/python3.9/keyword.py usr/lib64/python3.9/lib-dynload/_asyncio.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_codecs_cn.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_codecs_hk.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_codecs_iso2022.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_codecs_jp.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_codecs_kr.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_codecs_tw.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_contextvars.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_crypt.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_csv.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_curses_panel.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_dbm.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_gdbm.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_lsprof.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_multibytecodec.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_posixshmem.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_statistics.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_xxsubinterpreters.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/_zoneinfo.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/audioop.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/cmath.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/mmap.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/ossaudiodev.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/parser.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/readline.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/resource.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/spwd.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/xxlimited.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/lib2to3/Grammar.txt -usr/lib64/python3.9/lib2to3/Grammar3.9.18.final.0.pickle +usr/lib64/python3.9/lib2to3/Grammar%%VERSION%%.final.0.pickle usr/lib64/python3.9/lib2to3/PatternGrammar.txt -usr/lib64/python3.9/lib2to3/PatternGrammar3.9.18.final.0.pickle +usr/lib64/python3.9/lib2to3/PatternGrammar%%VERSION%%.final.0.pickle usr/lib64/python3.9/lib2to3/__init__.py usr/lib64/python3.9/lib2to3/__main__.py usr/lib64/python3.9/lib2to3/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/__main__.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/__main__.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/__main__.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/btm_matcher.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/btm_matcher.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/btm_matcher.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/btm_utils.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/btm_utils.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/btm_utils.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/fixer_base.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/fixer_base.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/fixer_base.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/fixer_util.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/fixer_util.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/fixer_util.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/main.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/main.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/main.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/patcomp.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/patcomp.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/patcomp.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/pygram.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/pygram.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/pygram.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/pytree.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/pytree.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/pytree.cpython-39.pyc usr/lib64/python3.9/lib2to3/__pycache__/refactor.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/__pycache__/refactor.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/__pycache__/refactor.cpython-39.pyc usr/lib64/python3.9/lib2to3/btm_matcher.py usr/lib64/python3.9/lib2to3/btm_utils.py usr/lib64/python3.9/lib2to3/fixer_base.py usr/lib64/python3.9/lib2to3/fixer_util.py usr/lib64/python3.9/lib2to3/fixes/__init__.py usr/lib64/python3.9/lib2to3/fixes/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_apply.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_apply.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_apply.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_asserts.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_asserts.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_asserts.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_basestring.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_basestring.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_basestring.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_buffer.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_buffer.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_buffer.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_dict.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_dict.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_dict.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_except.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_except.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_except.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exec.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exec.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exec.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_execfile.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_execfile.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_execfile.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_filter.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_filter.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_filter.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_future.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_future.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_future.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_has_key.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_has_key.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_has_key.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_idioms.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_idioms.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_idioms.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_import.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_import.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_import.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports2.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports2.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports2.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_input.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_input.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_input.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_intern.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_intern.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_intern.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_isinstance.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_isinstance.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_isinstance.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_long.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_long.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_long.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_map.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_map.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_map.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_metaclass.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_metaclass.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_metaclass.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ne.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ne.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ne.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_next.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_next.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_next.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_nonzero.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_nonzero.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_nonzero.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_numliterals.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_numliterals.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_numliterals.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_operator.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_operator.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_operator.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_paren.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_paren.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_paren.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_print.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_print.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_print.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raise.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raise.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raise.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raw_input.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raw_input.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raw_input.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reduce.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reduce.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reduce.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reload.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reload.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reload.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_renames.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_renames.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_renames.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_repr.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_repr.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_repr.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_set_literal.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_set_literal.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_set_literal.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_standarderror.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_standarderror.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_standarderror.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_throw.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_throw.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_throw.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_types.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_types.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_types.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_unicode.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_unicode.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_unicode.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_urllib.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_urllib.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_urllib.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xrange.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xrange.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xrange.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_zip.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_zip.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_zip.cpython-39.pyc usr/lib64/python3.9/lib2to3/fixes/fix_apply.py usr/lib64/python3.9/lib2to3/fixes/fix_asserts.py usr/lib64/python3.9/lib2to3/fixes/fix_basestring.py usr/lib64/python3.9/lib2to3/fixes/fix_buffer.py usr/lib64/python3.9/lib2to3/fixes/fix_dict.py usr/lib64/python3.9/lib2to3/fixes/fix_except.py usr/lib64/python3.9/lib2to3/fixes/fix_exec.py usr/lib64/python3.9/lib2to3/fixes/fix_execfile.py usr/lib64/python3.9/lib2to3/fixes/fix_exitfunc.py usr/lib64/python3.9/lib2to3/fixes/fix_filter.py usr/lib64/python3.9/lib2to3/fixes/fix_funcattrs.py usr/lib64/python3.9/lib2to3/fixes/fix_future.py usr/lib64/python3.9/lib2to3/fixes/fix_getcwdu.py usr/lib64/python3.9/lib2to3/fixes/fix_has_key.py usr/lib64/python3.9/lib2to3/fixes/fix_idioms.py usr/lib64/python3.9/lib2to3/fixes/fix_import.py usr/lib64/python3.9/lib2to3/fixes/fix_imports.py usr/lib64/python3.9/lib2to3/fixes/fix_imports2.py usr/lib64/python3.9/lib2to3/fixes/fix_input.py usr/lib64/python3.9/lib2to3/fixes/fix_intern.py usr/lib64/python3.9/lib2to3/fixes/fix_isinstance.py usr/lib64/python3.9/lib2to3/fixes/fix_itertools.py usr/lib64/python3.9/lib2to3/fixes/fix_itertools_imports.py usr/lib64/python3.9/lib2to3/fixes/fix_long.py usr/lib64/python3.9/lib2to3/fixes/fix_map.py usr/lib64/python3.9/lib2to3/fixes/fix_metaclass.py usr/lib64/python3.9/lib2to3/fixes/fix_methodattrs.py usr/lib64/python3.9/lib2to3/fixes/fix_ne.py usr/lib64/python3.9/lib2to3/fixes/fix_next.py usr/lib64/python3.9/lib2to3/fixes/fix_nonzero.py usr/lib64/python3.9/lib2to3/fixes/fix_numliterals.py usr/lib64/python3.9/lib2to3/fixes/fix_operator.py usr/lib64/python3.9/lib2to3/fixes/fix_paren.py usr/lib64/python3.9/lib2to3/fixes/fix_print.py usr/lib64/python3.9/lib2to3/fixes/fix_raise.py usr/lib64/python3.9/lib2to3/fixes/fix_raw_input.py usr/lib64/python3.9/lib2to3/fixes/fix_reduce.py usr/lib64/python3.9/lib2to3/fixes/fix_reload.py usr/lib64/python3.9/lib2to3/fixes/fix_renames.py usr/lib64/python3.9/lib2to3/fixes/fix_repr.py usr/lib64/python3.9/lib2to3/fixes/fix_set_literal.py usr/lib64/python3.9/lib2to3/fixes/fix_standarderror.py usr/lib64/python3.9/lib2to3/fixes/fix_sys_exc.py usr/lib64/python3.9/lib2to3/fixes/fix_throw.py usr/lib64/python3.9/lib2to3/fixes/fix_tuple_params.py usr/lib64/python3.9/lib2to3/fixes/fix_types.py usr/lib64/python3.9/lib2to3/fixes/fix_unicode.py usr/lib64/python3.9/lib2to3/fixes/fix_urllib.py usr/lib64/python3.9/lib2to3/fixes/fix_ws_comma.py usr/lib64/python3.9/lib2to3/fixes/fix_xrange.py usr/lib64/python3.9/lib2to3/fixes/fix_xreadlines.py usr/lib64/python3.9/lib2to3/fixes/fix_zip.py usr/lib64/python3.9/lib2to3/main.py usr/lib64/python3.9/lib2to3/patcomp.py usr/lib64/python3.9/lib2to3/pgen2/__init__.py usr/lib64/python3.9/lib2to3/pgen2/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/conv.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/conv.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/conv.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/driver.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/driver.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/driver.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/grammar.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/grammar.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/grammar.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/literals.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/literals.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/literals.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/parse.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/parse.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/parse.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/pgen.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/pgen.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/pgen.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/token.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/token.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/token.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/tokenize.cpython-39.opt-1.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/tokenize.cpython-39.opt-2.pyc usr/lib64/python3.9/lib2to3/pgen2/__pycache__/tokenize.cpython-39.pyc usr/lib64/python3.9/lib2to3/pgen2/conv.py usr/lib64/python3.9/lib2to3/pgen2/driver.py usr/lib64/python3.9/lib2to3/pgen2/grammar.py usr/lib64/python3.9/lib2to3/pgen2/literals.py usr/lib64/python3.9/lib2to3/pgen2/parse.py usr/lib64/python3.9/lib2to3/pgen2/pgen.py usr/lib64/python3.9/lib2to3/pgen2/token.py usr/lib64/python3.9/lib2to3/pgen2/tokenize.py usr/lib64/python3.9/lib2to3/pygram.py usr/lib64/python3.9/lib2to3/pytree.py usr/lib64/python3.9/lib2to3/refactor.py usr/lib64/python3.9/linecache.py usr/lib64/python3.9/locale.py usr/lib64/python3.9/logging/__init__.py usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/logging/__pycache__/config.cpython-39.opt-1.pyc usr/lib64/python3.9/logging/__pycache__/config.cpython-39.opt-2.pyc usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.opt-1.pyc usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.opt-2.pyc usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc usr/lib64/python3.9/logging/config.py usr/lib64/python3.9/logging/handlers.py usr/lib64/python3.9/lzma.py usr/lib64/python3.9/mailbox.py usr/lib64/python3.9/mailcap.py usr/lib64/python3.9/mimetypes.py usr/lib64/python3.9/modulefinder.py usr/lib64/python3.9/multiprocessing/__init__.py usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/forkserver.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/forkserver.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/forkserver.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/heap.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/heap.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/heap.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/managers.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/managers.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/managers.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_fork.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_fork.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_fork.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_forkserver.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_forkserver.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_forkserver.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_posix.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_posix.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_posix.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_win32.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_win32.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_win32.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/resource_sharer.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/resource_sharer.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/resource_sharer.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/resource_tracker.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/resource_tracker.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/resource_tracker.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/shared_memory.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/shared_memory.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/shared_memory.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/sharedctypes.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/sharedctypes.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/sharedctypes.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/spawn.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/spawn.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/spawn.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.pyc usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc usr/lib64/python3.9/multiprocessing/connection.py usr/lib64/python3.9/multiprocessing/context.py usr/lib64/python3.9/multiprocessing/dummy/__init__.py usr/lib64/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.opt-1.pyc usr/lib64/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.opt-2.pyc usr/lib64/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.pyc usr/lib64/python3.9/multiprocessing/dummy/connection.py usr/lib64/python3.9/multiprocessing/forkserver.py usr/lib64/python3.9/multiprocessing/heap.py usr/lib64/python3.9/multiprocessing/managers.py usr/lib64/python3.9/multiprocessing/pool.py usr/lib64/python3.9/multiprocessing/popen_fork.py usr/lib64/python3.9/multiprocessing/popen_forkserver.py usr/lib64/python3.9/multiprocessing/popen_spawn_posix.py usr/lib64/python3.9/multiprocessing/popen_spawn_win32.py usr/lib64/python3.9/multiprocessing/process.py usr/lib64/python3.9/multiprocessing/queues.py usr/lib64/python3.9/multiprocessing/reduction.py usr/lib64/python3.9/multiprocessing/resource_sharer.py usr/lib64/python3.9/multiprocessing/resource_tracker.py usr/lib64/python3.9/multiprocessing/shared_memory.py usr/lib64/python3.9/multiprocessing/sharedctypes.py usr/lib64/python3.9/multiprocessing/spawn.py usr/lib64/python3.9/multiprocessing/synchronize.py usr/lib64/python3.9/multiprocessing/util.py usr/lib64/python3.9/netrc.py usr/lib64/python3.9/nntplib.py usr/lib64/python3.9/ntpath.py usr/lib64/python3.9/nturl2path.py usr/lib64/python3.9/numbers.py usr/lib64/python3.9/opcode.py usr/lib64/python3.9/operator.py usr/lib64/python3.9/optparse.py usr/lib64/python3.9/os.py usr/lib64/python3.9/pathlib.py usr/lib64/python3.9/pdb.py usr/lib64/python3.9/pickle.py usr/lib64/python3.9/pickletools.py usr/lib64/python3.9/pipes.py usr/lib64/python3.9/pkgutil.py usr/lib64/python3.9/platform.py usr/lib64/python3.9/plistlib.py usr/lib64/python3.9/poplib.py usr/lib64/python3.9/posixpath.py usr/lib64/python3.9/pprint.py usr/lib64/python3.9/profile.py usr/lib64/python3.9/pstats.py usr/lib64/python3.9/pty.py usr/lib64/python3.9/py_compile.py usr/lib64/python3.9/pyclbr.py usr/lib64/python3.9/pydoc.py usr/lib64/python3.9/pydoc_data/__init__.py usr/lib64/python3.9/pydoc_data/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/pydoc_data/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/pydoc_data/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/pydoc_data/_pydoc.css usr/lib64/python3.9/pydoc_data/topics.pyc usr/lib64/python3.9/queue.py usr/lib64/python3.9/quopri.py usr/lib64/python3.9/random.py usr/lib64/python3.9/re.py usr/lib64/python3.9/reprlib.py usr/lib64/python3.9/rlcompleter.py usr/lib64/python3.9/runpy.py usr/lib64/python3.9/sched.py usr/lib64/python3.9/secrets.py usr/lib64/python3.9/selectors.py usr/lib64/python3.9/shelve.py usr/lib64/python3.9/shlex.py usr/lib64/python3.9/shutil.py usr/lib64/python3.9/signal.py usr/lib64/python3.9/site-packages/README.txt usr/lib64/python3.9/site.py usr/lib64/python3.9/smtpd.py usr/lib64/python3.9/smtplib.py usr/lib64/python3.9/sndhdr.py usr/lib64/python3.9/socket.py usr/lib64/python3.9/socketserver.py usr/lib64/python3.9/sqlite3/__init__.py usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.opt-1.pyc usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.opt-2.pyc usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc usr/lib64/python3.9/sqlite3/__pycache__/dump.cpython-39.opt-1.pyc usr/lib64/python3.9/sqlite3/__pycache__/dump.cpython-39.opt-2.pyc usr/lib64/python3.9/sqlite3/__pycache__/dump.cpython-39.pyc usr/lib64/python3.9/sqlite3/dbapi2.py usr/lib64/python3.9/sqlite3/dump.py usr/lib64/python3.9/sre_compile.py usr/lib64/python3.9/sre_constants.py usr/lib64/python3.9/sre_parse.py usr/lib64/python3.9/ssl.py usr/lib64/python3.9/stat.py usr/lib64/python3.9/statistics.py usr/lib64/python3.9/string.py usr/lib64/python3.9/stringprep.py usr/lib64/python3.9/struct.py usr/lib64/python3.9/subprocess.py usr/lib64/python3.9/sunau.py usr/lib64/python3.9/symbol.py usr/lib64/python3.9/symtable.py usr/lib64/python3.9/sysconfig.py usr/lib64/python3.9/tabnanny.py usr/lib64/python3.9/tarfile.py usr/lib64/python3.9/telnetlib.py usr/lib64/python3.9/tempfile.py usr/lib64/python3.9/textwrap.py usr/lib64/python3.9/this.py usr/lib64/python3.9/threading.py usr/lib64/python3.9/timeit.py usr/lib64/python3.9/token.py usr/lib64/python3.9/tokenize.py usr/lib64/python3.9/trace.py usr/lib64/python3.9/traceback.py usr/lib64/python3.9/tracemalloc.py usr/lib64/python3.9/tty.py usr/lib64/python3.9/types.py usr/lib64/python3.9/typing.py usr/lib64/python3.9/unittest/__init__.py usr/lib64/python3.9/unittest/__main__.py usr/lib64/python3.9/unittest/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/__main__.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/__main__.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/__main__.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/_log.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/_log.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/_log.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/async_case.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/async_case.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/async_case.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/case.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/case.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/case.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/loader.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/loader.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/loader.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/main.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/main.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/main.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/mock.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/mock.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/mock.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/result.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/result.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/result.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/runner.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/runner.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/runner.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/signals.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/signals.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/signals.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/suite.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/suite.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/suite.cpython-39.pyc usr/lib64/python3.9/unittest/__pycache__/util.cpython-39.opt-1.pyc usr/lib64/python3.9/unittest/__pycache__/util.cpython-39.opt-2.pyc usr/lib64/python3.9/unittest/__pycache__/util.cpython-39.pyc usr/lib64/python3.9/unittest/_log.py usr/lib64/python3.9/unittest/async_case.py usr/lib64/python3.9/unittest/case.py usr/lib64/python3.9/unittest/loader.py usr/lib64/python3.9/unittest/main.py usr/lib64/python3.9/unittest/mock.py usr/lib64/python3.9/unittest/result.py usr/lib64/python3.9/unittest/runner.py usr/lib64/python3.9/unittest/signals.py usr/lib64/python3.9/unittest/suite.py usr/lib64/python3.9/unittest/util.py usr/lib64/python3.9/urllib/__init__.py usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.opt-1.pyc usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.opt-2.pyc usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.opt-1.pyc usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.opt-2.pyc usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.opt-1.pyc usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.opt-2.pyc usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.opt-1.pyc usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.opt-2.pyc usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc usr/lib64/python3.9/urllib/__pycache__/robotparser.cpython-39.opt-1.pyc usr/lib64/python3.9/urllib/__pycache__/robotparser.cpython-39.opt-2.pyc usr/lib64/python3.9/urllib/__pycache__/robotparser.cpython-39.pyc usr/lib64/python3.9/urllib/error.py usr/lib64/python3.9/urllib/parse.py usr/lib64/python3.9/urllib/request.py usr/lib64/python3.9/urllib/response.py usr/lib64/python3.9/urllib/robotparser.py usr/lib64/python3.9/uu.py usr/lib64/python3.9/uuid.py usr/lib64/python3.9/venv/__init__.py usr/lib64/python3.9/venv/__main__.py usr/lib64/python3.9/venv/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/venv/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/venv/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/venv/__pycache__/__main__.cpython-39.opt-1.pyc usr/lib64/python3.9/venv/__pycache__/__main__.cpython-39.opt-2.pyc usr/lib64/python3.9/venv/__pycache__/__main__.cpython-39.pyc usr/lib64/python3.9/venv/scripts/common/Activate.ps1 usr/lib64/python3.9/venv/scripts/common/activate usr/lib64/python3.9/venv/scripts/posix/activate.csh usr/lib64/python3.9/venv/scripts/posix/activate.fish usr/lib64/python3.9/warnings.py usr/lib64/python3.9/wave.py usr/lib64/python3.9/weakref.py usr/lib64/python3.9/webbrowser.py usr/lib64/python3.9/wsgiref/__init__.py usr/lib64/python3.9/wsgiref/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/wsgiref/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/wsgiref/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/wsgiref/__pycache__/handlers.cpython-39.opt-1.pyc usr/lib64/python3.9/wsgiref/__pycache__/handlers.cpython-39.opt-2.pyc usr/lib64/python3.9/wsgiref/__pycache__/handlers.cpython-39.pyc usr/lib64/python3.9/wsgiref/__pycache__/headers.cpython-39.opt-1.pyc usr/lib64/python3.9/wsgiref/__pycache__/headers.cpython-39.opt-2.pyc usr/lib64/python3.9/wsgiref/__pycache__/headers.cpython-39.pyc usr/lib64/python3.9/wsgiref/__pycache__/simple_server.cpython-39.opt-1.pyc usr/lib64/python3.9/wsgiref/__pycache__/simple_server.cpython-39.opt-2.pyc usr/lib64/python3.9/wsgiref/__pycache__/simple_server.cpython-39.pyc usr/lib64/python3.9/wsgiref/__pycache__/util.cpython-39.opt-1.pyc usr/lib64/python3.9/wsgiref/__pycache__/util.cpython-39.opt-2.pyc usr/lib64/python3.9/wsgiref/__pycache__/util.cpython-39.pyc usr/lib64/python3.9/wsgiref/__pycache__/validate.cpython-39.opt-1.pyc usr/lib64/python3.9/wsgiref/__pycache__/validate.cpython-39.opt-2.pyc usr/lib64/python3.9/wsgiref/__pycache__/validate.cpython-39.pyc usr/lib64/python3.9/wsgiref/handlers.py usr/lib64/python3.9/wsgiref/headers.py usr/lib64/python3.9/wsgiref/simple_server.py usr/lib64/python3.9/wsgiref/util.py usr/lib64/python3.9/wsgiref/validate.py usr/lib64/python3.9/xdrlib.py usr/lib64/python3.9/xml/__init__.py usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/xml/dom/NodeFilter.py usr/lib64/python3.9/xml/dom/__init__.py usr/lib64/python3.9/xml/dom/__pycache__/NodeFilter.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/dom/__pycache__/NodeFilter.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/dom/__pycache__/NodeFilter.cpython-39.pyc usr/lib64/python3.9/xml/dom/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/dom/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/dom/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/xml/dom/__pycache__/domreg.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/dom/__pycache__/domreg.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/dom/__pycache__/domreg.cpython-39.pyc usr/lib64/python3.9/xml/dom/__pycache__/expatbuilder.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/dom/__pycache__/expatbuilder.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/dom/__pycache__/expatbuilder.cpython-39.pyc usr/lib64/python3.9/xml/dom/__pycache__/minicompat.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/dom/__pycache__/minicompat.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/dom/__pycache__/minicompat.cpython-39.pyc usr/lib64/python3.9/xml/dom/__pycache__/minidom.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/dom/__pycache__/minidom.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/dom/__pycache__/minidom.cpython-39.pyc usr/lib64/python3.9/xml/dom/__pycache__/pulldom.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/dom/__pycache__/pulldom.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/dom/__pycache__/pulldom.cpython-39.pyc usr/lib64/python3.9/xml/dom/__pycache__/xmlbuilder.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/dom/__pycache__/xmlbuilder.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/dom/__pycache__/xmlbuilder.cpython-39.pyc usr/lib64/python3.9/xml/dom/domreg.py usr/lib64/python3.9/xml/dom/expatbuilder.py usr/lib64/python3.9/xml/dom/minicompat.py usr/lib64/python3.9/xml/dom/minidom.py usr/lib64/python3.9/xml/dom/pulldom.py usr/lib64/python3.9/xml/dom/xmlbuilder.py usr/lib64/python3.9/xml/etree/ElementInclude.py usr/lib64/python3.9/xml/etree/ElementPath.py usr/lib64/python3.9/xml/etree/ElementTree.py usr/lib64/python3.9/xml/etree/__init__.py usr/lib64/python3.9/xml/etree/__pycache__/ElementInclude.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/etree/__pycache__/ElementInclude.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/etree/__pycache__/ElementInclude.cpython-39.pyc usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/xml/etree/__pycache__/cElementTree.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/etree/__pycache__/cElementTree.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/etree/__pycache__/cElementTree.cpython-39.pyc usr/lib64/python3.9/xml/etree/cElementTree.py usr/lib64/python3.9/xml/parsers/__init__.py usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc usr/lib64/python3.9/xml/parsers/expat.py usr/lib64/python3.9/xml/sax/__init__.py usr/lib64/python3.9/xml/sax/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/sax/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/sax/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/xml/sax/__pycache__/_exceptions.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/sax/__pycache__/_exceptions.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/sax/__pycache__/_exceptions.cpython-39.pyc usr/lib64/python3.9/xml/sax/__pycache__/expatreader.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/sax/__pycache__/expatreader.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/sax/__pycache__/expatreader.cpython-39.pyc usr/lib64/python3.9/xml/sax/__pycache__/handler.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/sax/__pycache__/handler.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/sax/__pycache__/handler.cpython-39.pyc usr/lib64/python3.9/xml/sax/__pycache__/saxutils.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/sax/__pycache__/saxutils.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/sax/__pycache__/saxutils.cpython-39.pyc usr/lib64/python3.9/xml/sax/__pycache__/xmlreader.cpython-39.opt-1.pyc usr/lib64/python3.9/xml/sax/__pycache__/xmlreader.cpython-39.opt-2.pyc usr/lib64/python3.9/xml/sax/__pycache__/xmlreader.cpython-39.pyc usr/lib64/python3.9/xml/sax/_exceptions.py usr/lib64/python3.9/xml/sax/expatreader.py usr/lib64/python3.9/xml/sax/handler.py usr/lib64/python3.9/xml/sax/saxutils.py usr/lib64/python3.9/xml/sax/xmlreader.py usr/lib64/python3.9/xmlrpc/__init__.py usr/lib64/python3.9/xmlrpc/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/xmlrpc/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/xmlrpc/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/xmlrpc/__pycache__/client.cpython-39.opt-1.pyc usr/lib64/python3.9/xmlrpc/__pycache__/client.cpython-39.opt-2.pyc usr/lib64/python3.9/xmlrpc/__pycache__/client.cpython-39.pyc usr/lib64/python3.9/xmlrpc/__pycache__/server.cpython-39.opt-1.pyc usr/lib64/python3.9/xmlrpc/__pycache__/server.cpython-39.opt-2.pyc usr/lib64/python3.9/xmlrpc/__pycache__/server.cpython-39.pyc usr/lib64/python3.9/xmlrpc/client.py usr/lib64/python3.9/xmlrpc/server.py usr/lib64/python3.9/zipapp.py usr/lib64/python3.9/zipfile.py usr/lib64/python3.9/zipimport.py usr/lib64/python3.9/zoneinfo/__init__.py usr/lib64/python3.9/zoneinfo/__pycache__/__init__.cpython-39.opt-1.pyc usr/lib64/python3.9/zoneinfo/__pycache__/__init__.cpython-39.opt-2.pyc usr/lib64/python3.9/zoneinfo/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_common.cpython-39.opt-1.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_common.cpython-39.opt-2.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_common.cpython-39.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_tzpath.cpython-39.opt-1.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_tzpath.cpython-39.opt-2.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_tzpath.cpython-39.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_zoneinfo.cpython-39.opt-1.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_zoneinfo.cpython-39.opt-2.pyc usr/lib64/python3.9/zoneinfo/__pycache__/_zoneinfo.cpython-39.pyc usr/lib64/python3.9/zoneinfo/_common.py usr/lib64/python3.9/zoneinfo/_tzpath.py usr/lib64/python3.9/zoneinfo/_zoneinfo.py usr/libexec/platform-python usr/libexec/platform-python3.9 %%PORTDOCS%%%%DOCSDIR%%-libs/README.rst %%PORTDOCS%%%%DOCSDIR%%/README.rst usr/share/man/man1/python3.1.gz usr/share/man/man1/python3.9.1.gz @dir usr/lib/python3.9/site-packages/__pycache__ @dir usr/lib64/python3.9/site-packages/__pycache__ diff --git a/multimedia/Makefile b/multimedia/Makefile index 2257a624a998..65a254c91b89 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -1,421 +1,422 @@ COMMENT = Multimedia software SUBDIR += Bento4 SUBDIR += ab-av1 SUBDIR += ab25 SUBDIR += alass SUBDIR += aom SUBDIR += aravis SUBDIR += arcan SUBDIR += aribb24 SUBDIR += assimp SUBDIR += atomicparsley SUBDIR += audacious SUBDIR += audacious-plugins SUBDIR += av1an SUBDIR += avidemux SUBDIR += avidemux-cli SUBDIR += avidemux-plugins SUBDIR += avidemux-qt5 SUBDIR += baka-mplayer SUBDIR += bcmatroska2 SUBDIR += bino SUBDIR += bitstream SUBDIR += blind SUBDIR += butt SUBDIR += celluloid SUBDIR += cheese SUBDIR += chilitags SUBDIR += cineencoder SUBDIR += clapper SUBDIR += clutter-gst SUBDIR += clutter-gst3 SUBDIR += cmrt SUBDIR += cmrtlib SUBDIR += cx88 SUBDIR += dav1d SUBDIR += decord SUBDIR += deforaos-player SUBDIR += dirac SUBDIR += dovi_tool SUBDIR += dragon SUBDIR += droidcam SUBDIR += dtv-scan-tables SUBDIR += dumpmpeg SUBDIR += dv2sub SUBDIR += dvb-apps SUBDIR += dvbcut SUBDIR += dvbsnoop SUBDIR += dvd-slideshow SUBDIR += dvdauthor SUBDIR += dvdid SUBDIR += dvdread SUBDIR += dvdstyler SUBDIR += elementary-videos SUBDIR += emby-server SUBDIR += emovix SUBDIR += ffaudioconverter SUBDIR += ffdec SUBDIR += ffmpeg SUBDIR += ffmpeg3 SUBDIR += ffmpeg4 SUBDIR += ffmpegthumbnailer SUBDIR += ffms2 SUBDIR += ffnvcodec-headers SUBDIR += ffsubsync SUBDIR += filebot SUBDIR += flvmeta SUBDIR += fswebcam SUBDIR += gaupol SUBDIR += gavl SUBDIR += gdialog SUBDIR += get_iplayer SUBDIR += gmmlib SUBDIR += gmp-api SUBDIR += gmtk SUBDIR += gnome-mplayer SUBDIR += gpac-libgpac SUBDIR += gpac-mp4box SUBDIR += gpodder SUBDIR += gst123 SUBDIR += gstreamer1 SUBDIR += gstreamer1-editing-services SUBDIR += gstreamer1-libav SUBDIR += gstreamer1-plugins SUBDIR += gstreamer1-plugins-all SUBDIR += gstreamer1-plugins-aom SUBDIR += gstreamer1-plugins-assrender SUBDIR += gstreamer1-plugins-bad SUBDIR += gstreamer1-plugins-core SUBDIR += gstreamer1-plugins-dash SUBDIR += gstreamer1-plugins-dts SUBDIR += gstreamer1-plugins-dv SUBDIR += gstreamer1-plugins-dvdread SUBDIR += gstreamer1-plugins-good SUBDIR += gstreamer1-plugins-hls SUBDIR += gstreamer1-plugins-libde265 SUBDIR += gstreamer1-plugins-mpeg2dec SUBDIR += gstreamer1-plugins-mpeg2enc SUBDIR += gstreamer1-plugins-mplex SUBDIR += gstreamer1-plugins-msdk SUBDIR += gstreamer1-plugins-openh264 SUBDIR += gstreamer1-plugins-resindvd SUBDIR += gstreamer1-plugins-rust SUBDIR += gstreamer1-plugins-smoothstreaming SUBDIR += gstreamer1-plugins-svt-av1 SUBDIR += gstreamer1-plugins-svt-hevc SUBDIR += gstreamer1-plugins-svt-vp9 SUBDIR += gstreamer1-plugins-theora SUBDIR += gstreamer1-plugins-ttml SUBDIR += gstreamer1-plugins-ugly SUBDIR += gstreamer1-plugins-v4l2 SUBDIR += gstreamer1-plugins-vpx SUBDIR += gstreamer1-plugins-webrtc SUBDIR += gstreamer1-plugins-x264 SUBDIR += gstreamer1-plugins-x265 SUBDIR += gstreamer1-rtsp-server SUBDIR += gstreamer1-vaapi SUBDIR += gstreamer1-validate SUBDIR += gstreamermm SUBDIR += gtk-pipe-viewer SUBDIR += gtk-youtube-viewer SUBDIR += handbrake SUBDIR += haruna SUBDIR += harvid SUBDIR += helvum SUBDIR += intel-media-sdk SUBDIR += iso2mkv SUBDIR += jellyfin SUBDIR += jellyfin-media-player SUBDIR += jmref SUBDIR += kaffeine SUBDIR += kamoso SUBDIR += kasts SUBDIR += kdemultimedia SUBDIR += kdemultimedia-ffmpegthumbs SUBDIR += kdenlive SUBDIR += kew SUBDIR += kf5-kmediaplayer SUBDIR += kmplayer SUBDIR += kodi SUBDIR += kodi-addon-inputstream.adaptive SUBDIR += kodi-addon-peripheral.joystick SUBDIR += kodi-addon-pvr.hts SUBDIR += kodi-addon-pvr.iptvsimple SUBDIR += kodi-addon-screensaver.biogenesis SUBDIR += kodi-addon-screensaver.matrixtrails SUBDIR += kodi-addon-screensaver.stars SUBDIR += kodi-addon-visualization.fishbmc SUBDIR += kodi-addon-visualization.projectm SUBDIR += kodi-addon-visualization.shadertoy SUBDIR += kodi-addon-visualization.spectrum SUBDIR += kooha SUBDIR += kvazaar SUBDIR += l-smash SUBDIR += lebiniou SUBDIR += lebiniou-data SUBDIR += libaacs SUBDIR += libass SUBDIR += libbdplus SUBDIR += libbluray SUBDIR += libcec SUBDIR += libdc1394 SUBDIR += libdca SUBDIR += libdcadec SUBDIR += libde265 SUBDIR += libdv SUBDIR += libdvbcsa SUBDIR += libdvbpsi SUBDIR += libdvdcss SUBDIR += libdvdnav SUBDIR += libdvdread SUBDIR += libfame SUBDIR += libgav1 SUBDIR += libhdhomerun SUBDIR += libmatroska SUBDIR += libmediaart SUBDIR += libmediainfo SUBDIR += libmpeg2 SUBDIR += libmtp SUBDIR += libndi SUBDIR += libopenshot SUBDIR += librav1e SUBDIR += librespot SUBDIR += librist SUBDIR += libtheora SUBDIR += libtuner SUBDIR += libudfread SUBDIR += libuvc SUBDIR += libv4l SUBDIR += libva SUBDIR += libva-intel-driver SUBDIR += libva-intel-hybrid-driver SUBDIR += libva-intel-media-driver SUBDIR += libva-nvidia-driver SUBDIR += libva-utils SUBDIR += libva-vdpau-driver SUBDIR += libvdpau SUBDIR += libvdpau-va-gl SUBDIR += libvlcpp SUBDIR += libvpx SUBDIR += libwebm SUBDIR += libx264 SUBDIR += libxine SUBDIR += libxspf SUBDIR += libzen SUBDIR += linux-c7-libtheora SUBDIR += linux-c7-libv4l SUBDIR += linux-rl9-aom SUBDIR += linux-rl9-ffmpeg SUBDIR += linux-rl9-gstreamer1 SUBDIR += linux-rl9-gstreamer1-libav SUBDIR += linux-rl9-libtheora SUBDIR += linux-rl9-libv4l SUBDIR += linux-rl9-libva SUBDIR += linux-rl9-libvdpau SUBDIR += linux-rl9-libvpx SUBDIR += linux-rl9-qt5-qtmultimedia + SUBDIR += linux-rl9-vmaf SUBDIR += linux-tsmuxer SUBDIR += linux_dvbwrapper-kmod SUBDIR += livego SUBDIR += lives SUBDIR += lms SUBDIR += lsdvd SUBDIR += m2vrequantiser SUBDIR += makemkv SUBDIR += mediaelch SUBDIR += mediainfo SUBDIR += mencoder SUBDIR += minisatip SUBDIR += minitube SUBDIR += mjpegtools SUBDIR += mkclean SUBDIR += mkvalidator SUBDIR += mkvtoolnix SUBDIR += mlt7 SUBDIR += mlt7-glaxnimate SUBDIR += mlt7-qt SUBDIR += motion SUBDIR += mp3cd SUBDIR += mp4v2 SUBDIR += mpc-qt SUBDIR += mpeg_encode SUBDIR += mplayer SUBDIR += mplayer-skins SUBDIR += mplex SUBDIR += mpv SUBDIR += mpv-mpris SUBDIR += mpvpaper SUBDIR += mpvqt SUBDIR += msdl SUBDIR += msopenh264 SUBDIR += mswebrtc SUBDIR += musikcube SUBDIR += musique SUBDIR += mxflib SUBDIR += mythtv SUBDIR += naludump SUBDIR += navidrome SUBDIR += neolink SUBDIR += nostt SUBDIR += nymphcast SUBDIR += nymphcastlib SUBDIR += nymphrpc SUBDIR += obs-recursion-effect SUBDIR += obs-streamfx SUBDIR += obs-studio SUBDIR += obs-text-pthread SUBDIR += obs-waveform SUBDIR += obuparse SUBDIR += oggvideotools SUBDIR += ogmrip SUBDIR += ogmtools SUBDIR += olive SUBDIR += onevpl SUBDIR += openh264 SUBDIR += openshot SUBDIR += opentimelineio SUBDIR += opentoonz SUBDIR += oscam SUBDIR += ossia-score SUBDIR += p5-Audio-M4P SUBDIR += p5-FFmpeg-Command SUBDIR += p5-FLV-Info SUBDIR += p5-File-Format-RIFF SUBDIR += p5-MP4-Info SUBDIR += p5-Net-UPnP SUBDIR += p5-Subtitles SUBDIR += peek SUBDIR += phonon SUBDIR += phonon-designerplugin SUBDIR += phonon-vlc SUBDIR += photofilmstrip SUBDIR += pipe-viewer SUBDIR += pipewire SUBDIR += pitivi SUBDIR += plasma5-plank-player SUBDIR += plasmatube SUBDIR += playerctl SUBDIR += plexmediaserver SUBDIR += plexmediaserver-plexpass SUBDIR += podcastdl SUBDIR += poe SUBDIR += projectx SUBDIR += ptx-kmod SUBDIR += pwcbsd SUBDIR += pwcview SUBDIR += py-PySceneDetect SUBDIR += py-av SUBDIR += py-cec SUBDIR += py-decord SUBDIR += py-enzyme SUBDIR += py-ffmpeg-python SUBDIR += py-gstreamer1 SUBDIR += py-guessit SUBDIR += py-mat2 SUBDIR += py-metadata-cleaner SUBDIR += py-mido SUBDIR += py-moviepy SUBDIR += py-opentimelineio SUBDIR += py-periscope SUBDIR += py-pretty_midi SUBDIR += py-pymediainfo SUBDIR += py-pysubs2 SUBDIR += py-python-mpv SUBDIR += py-pytube SUBDIR += py-soco SUBDIR += py-srt SUBDIR += py-subliminal SUBDIR += py-tartube SUBDIR += py-tvnamer SUBDIR += py-ustreamer SUBDIR += qmmp-plugin-pack-qt5 SUBDIR += qmmp-plugin-pack-qt6 SUBDIR += qmmp-qt5 SUBDIR += qmmp-qt6 SUBDIR += qpwgraph SUBDIR += qt5-multimedia SUBDIR += qt6-multimedia SUBDIR += quodlibet SUBDIR += qwinff SUBDIR += rage SUBDIR += rav1e SUBDIR += recmpeg SUBDIR += recordmydesktop SUBDIR += replex SUBDIR += ringrtc SUBDIR += rubygem-av SUBDIR += rubygem-clutter-gstreamer SUBDIR += rubygem-flvtool2 SUBDIR += rubygem-gstreamer SUBDIR += rubygem-streamio-ffmpeg SUBDIR += scte35dump SUBDIR += shotcut SUBDIR += simplescreenrecorder SUBDIR += smpeg SUBDIR += smpeg2 SUBDIR += smplayer SUBDIR += smplayer-skins SUBDIR += smplayer-themes SUBDIR += snapcast SUBDIR += spook SUBDIR += streamlink SUBDIR += subtitlecomposer SUBDIR += subtitleoffsetmodifier SUBDIR += subtools SUBDIR += svt-av1 SUBDIR += svt-av1-psy SUBDIR += svt-hevc SUBDIR += svt-vp9 SUBDIR += syncplay SUBDIR += szap-s2 SUBDIR += tautulli SUBDIR += tcmplex-panteltje SUBDIR += termplay SUBDIR += tinyobjloader SUBDIR += tivodecode SUBDIR += totem SUBDIR += totem-pl-parser SUBDIR += tvheadend SUBDIR += ustreamer SUBDIR += uvg266 SUBDIR += uxplay SUBDIR += v4l-utils SUBDIR += v4l_compat SUBDIR += vamps SUBDIR += vapoursynth SUBDIR += vapoursynth-l-smash-works SUBDIR += vapoursynth-vmaf SUBDIR += vcdgear SUBDIR += vcdimager SUBDIR += vdpauinfo SUBDIR += vid.stab SUBDIR += video-trimmer SUBDIR += vlc SUBDIR += vmaf SUBDIR += vtkmpeg2encode SUBDIR += vvdec SUBDIR += vvenc SUBDIR += w_scan2 SUBDIR += webcamd SUBDIR += webcamoid SUBDIR += wf-recorder SUBDIR += winff SUBDIR += wireplumber SUBDIR += wl-screenrec SUBDIR += wlrobs SUBDIR += x264 SUBDIR += x265 SUBDIR += xanim SUBDIR += xawtv SUBDIR += xfce4-parole SUBDIR += xine SUBDIR += xporthdmv SUBDIR += xvid SUBDIR += yamdi SUBDIR += youtui SUBDIR += ytfzf SUBDIR += zart SUBDIR += zoneminder .include diff --git a/multimedia/linux-rl9-aom/Makefile b/multimedia/linux-rl9-aom/Makefile index a7b558ccbd16..aa7ba2d79315 100644 --- a/multimedia/linux-rl9-aom/Makefile +++ b/multimedia/linux-rl9-aom/Makefile @@ -1,29 +1,35 @@ PORTNAME= aom PORTVERSION= 3.9.0 DISTVERSIONSUFFIX= -1.el9 MASTER_SITES= EPEL9 PKGNAMESUFFIX= -libs CATEGORIES= multimedia linux MAINTAINER= emulation@FreeBSD.org COMMENT= AV1 reference encoder/decoder (Rocky Linux ${LINUX_DIST_VER}) WWW= https://aomedia.org/ LICENSE= BSD2CLAUSE USES= linux:rl9 USE_LDCONFIG= yes -USE_LINUX= libjxl +USE_LINUX= brotli highway libjxl USE_LINUX_RPM= yes #BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} LIB_DISTNAMES= lib${PORTNAME}-${DISTVERSIONFULL} SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS +.include + +.if ${ARCH} == amd64 +USE_LINUX+= vmaf +.endif + .include diff --git a/multimedia/linux-rl9-ffmpeg/Makefile b/multimedia/linux-rl9-ffmpeg/Makefile index 3541090105ac..ddb6f5f7770d 100644 --- a/multimedia/linux-rl9-ffmpeg/Makefile +++ b/multimedia/linux-rl9-ffmpeg/Makefile @@ -1,29 +1,38 @@ PORTNAME= ffmpeg PORTVERSION= 5.1.6 DISTVERSIONSUFFIX= -1.el9 MASTER_SITES= RPMFUSION9 PKGNAMESUFFIX= -libs CATEGORIES= multimedia linux MAINTAINER= emulation@FreeBSD.org COMMENT= FFMpeg library (Rocky Linux ${LINUX_DIST_VER}) WWW= https://ffmpeg.org/ LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi USES= linux:rl9 USE_LDCONFIG= yes -USE_LINUX= libidn2 libva libvdpau libvpx ocl-icd openjpeg vulkan +USE_LINUX= aom cairo fontconfig freetype fribidi gsm gnutls \ + libdrm libgcrypt libidn2 librsvg2 libssh libtheora \ + libva libvdpau libvorbis libvpx libxml2 ocl-icd \ + openjpeg opus shaderc spirv-tools vulkan xorglibs USE_LINUX_RPM= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS +.include + +.if ${ARCH} == amd64 +USE_LINUX+= vmaf +.endif + .include diff --git a/multimedia/linux-rl9-libvpx/Makefile b/multimedia/linux-rl9-libvpx/Makefile index ff61773ddbbf..756e25954bff 100644 --- a/multimedia/linux-rl9-libvpx/Makefile +++ b/multimedia/linux-rl9-libvpx/Makefile @@ -1,27 +1,27 @@ PORTNAME= libvpx PORTVERSION= 1.9.0 -DISTVERSIONSUFFIX= -7.el9_2 -PORTREVISION= 1 +DISTVERSIONSUFFIX= -8.el9_5 +PORTREVISION= 2 CATEGORIES= multimedia linux MAINTAINER= emulation@FreeBSD.org COMMENT= VP8/VP9 reference encoder/decoder (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.webmproject.org/ LICENSE= BSD3CLAUSE USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX_RPM= yes WANT_LINUX32= yes LIB_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS .include diff --git a/multimedia/linux-rl9-libvpx/distinfo b/multimedia/linux-rl9-libvpx/distinfo index 4dbe6e6544ef..ccee1d543983 100644 --- a/multimedia/linux-rl9-libvpx/distinfo +++ b/multimedia/linux-rl9-libvpx/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731445658 -SHA256 (rocky/l/libvpx-1.9.0-7.el9_2.aarch64.rpm) = 634bb3f46b7930bfe977f4e3e3face66c1d10f60d04d8143b877e688c9979aa3 -SIZE (rocky/l/libvpx-1.9.0-7.el9_2.aarch64.rpm) = 1091855 -SHA256 (rocky/l/libvpx-1.9.0-7.el9_2.i686.rpm) = c233a1bf149ea069bc5651c4cb541c436dcc4cfe1de9001d98016147720d2d99 -SIZE (rocky/l/libvpx-1.9.0-7.el9_2.i686.rpm) = 1222329 -SHA256 (rocky/l/libvpx-1.9.0-7.el9_2.x86_64.rpm) = ce8a0458e068615dc5987f323fee581b30258d4123b23b30970d0aebca89f554 -SIZE (rocky/l/libvpx-1.9.0-7.el9_2.x86_64.rpm) = 1082746 -SHA256 (rocky/l/libvpx-1.9.0-7.el9_2.src.rpm) = d6dc5a621f7de6f745a2f45ddb85b8ebf5ae73389cf16927b1a756cf54a45cae -SIZE (rocky/l/libvpx-1.9.0-7.el9_2.src.rpm) = 5327570 +TIMESTAMP = 1732660229 +SHA256 (rocky/l/libvpx-1.9.0-8.el9_5.aarch64.rpm) = 7ff1d1d8c225ba8cf3e4dbd48ba2e3271192b17505fedef27dfeb693f5eeb53a +SIZE (rocky/l/libvpx-1.9.0-8.el9_5.aarch64.rpm) = 1046717 +SHA256 (rocky/l/libvpx-1.9.0-8.el9_5.i686.rpm) = 44ccc6147c34f1ad83b012559e34458f44b18168b582133e96fba316ad92259f +SIZE (rocky/l/libvpx-1.9.0-8.el9_5.i686.rpm) = 1140218 +SHA256 (rocky/l/libvpx-1.9.0-8.el9_5.x86_64.rpm) = c28e54f6e4ee62a7e60fee71f951bffe40fdf11498e6b8e321bbbabdd9bd5067 +SIZE (rocky/l/libvpx-1.9.0-8.el9_5.x86_64.rpm) = 1101354 +SHA256 (rocky/l/libvpx-1.9.0-8.el9_5.src.rpm) = 9bf9afba497c1f93264e4e8deee733d244ddcab89ee83e8edad3f9dbb31303d3 +SIZE (rocky/l/libvpx-1.9.0-8.el9_5.src.rpm) = 5330641 diff --git a/multimedia/linux-rl9-libvpx/pkg-plist.aarch64 b/multimedia/linux-rl9-libvpx/pkg-plist.aarch64 index a4b23774f60a..a35f1c857b89 100644 --- a/multimedia/linux-rl9-libvpx/pkg-plist.aarch64 +++ b/multimedia/linux-rl9-libvpx/pkg-plist.aarch64 @@ -1,8 +1,8 @@ -usr/lib/.build-id/6e/116324faded801cf5af2e3160a77c1fa5ceb05 +usr/lib/.build-id/0c/67d961835afd69320f73102896ace8c122d706 usr/lib64/libvpx.so.6 usr/lib64/libvpx.so.6.3 usr/lib64/libvpx.so.6.3.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG %%PORTDOCS%%%%DOCSDIR%%/README usr/share/licenses/libvpx/LICENSE diff --git a/multimedia/linux-rl9-libvpx/pkg-plist.amd64 b/multimedia/linux-rl9-libvpx/pkg-plist.amd64 index 054e3cfa75d5..d150dca55663 100644 --- a/multimedia/linux-rl9-libvpx/pkg-plist.amd64 +++ b/multimedia/linux-rl9-libvpx/pkg-plist.amd64 @@ -1,12 +1,12 @@ -usr/lib/.build-id/74/99faca7ce3aebdca5e007483fe7d50e984f4e4 -usr/lib/.build-id/f3/4eb0ddad0e8c5a17723fc8adcfe28790153eb3 +usr/lib/.build-id/13/ccc130e1e457f76f5b2c7a77c9723d82834e9d +usr/lib/.build-id/ed/f94b369eb52592a483c6763e284fd77ecdabaf usr/lib/libvpx.so.6 usr/lib/libvpx.so.6.3 usr/lib/libvpx.so.6.3.0 usr/lib64/libvpx.so.6 usr/lib64/libvpx.so.6.3 usr/lib64/libvpx.so.6.3.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG %%PORTDOCS%%%%DOCSDIR%%/README usr/share/licenses/libvpx/LICENSE diff --git a/multimedia/linux-rl9-vmaf/Makefile b/multimedia/linux-rl9-vmaf/Makefile new file mode 100644 index 000000000000..0f40816c146b --- /dev/null +++ b/multimedia/linux-rl9-vmaf/Makefile @@ -0,0 +1,34 @@ +PORTNAME= vmaf +PORTVERSION= 2.3.0 +DISTVERSIONSUFFIX= -2.el9 +MASTER_SITES= EPEL9 +CATEGORIES= multimedia linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Perceptual video quality assessment based on multi-method fusion (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/Netflix/vmaf + +LICENSE= BSD2CLAUSE+PATENT +LICENSE_FILE= ${WRKSRC}/usr/share/licenses/libvmaf/LICENSE +LICENSE_NAME= BSD-2-Clause Plus Patent License +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= only Intel GPUs on x86-64 are supported + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +#BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} +LIB_DISTNAMES= lib${PORTNAME}-${DISTVERSIONFULL} +SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr +#DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} +DOCSDIR= ${PREFIX}/usr/share/doc/lib${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/multimedia/linux-rl9-vmaf/distinfo b/multimedia/linux-rl9-vmaf/distinfo new file mode 100644 index 000000000000..5d29809d0715 --- /dev/null +++ b/multimedia/linux-rl9-vmaf/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1732671491 +SHA256 (rocky/l/libvmaf-2.3.0-2.el9.x86_64.rpm) = b90fbe935fef13cc983acae4a6a66a4ddd4600b6183694539c73ae58e3eecef1 +SIZE (rocky/l/libvmaf-2.3.0-2.el9.x86_64.rpm) = 181104 +SHA256 (rocky/v/vmaf-2.3.0-2.el9.src.rpm) = e16c282cd656e3c2e3ec63bd2ec2c19f610da2f2eeaafea1c3e8bc839e07d6b7 +SIZE (rocky/v/vmaf-2.3.0-2.el9.src.rpm) = 18378485 diff --git a/multimedia/linux-rl9-vmaf/pkg-plist.amd64 b/multimedia/linux-rl9-vmaf/pkg-plist.amd64 new file mode 100644 index 000000000000..9ec3c23fef6b --- /dev/null +++ b/multimedia/linux-rl9-vmaf/pkg-plist.amd64 @@ -0,0 +1,5 @@ +usr/lib/.build-id/fe/335cef71638effc954570d92448670d00cc89d +usr/lib64/libvmaf.so.1 +usr/lib64/libvmaf.so.1.1.2 +%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md +usr/share/licenses/libvmaf/LICENSE diff --git a/net/linux-rl9-avahi-libs/Makefile b/net/linux-rl9-avahi-libs/Makefile index bee83f428b70..ae40492c744d 100644 --- a/net/linux-rl9-avahi-libs/Makefile +++ b/net/linux-rl9-avahi-libs/Makefile @@ -1,23 +1,24 @@ PORTNAME= avahi PORTVERSION= 0.8 -DISTVERSIONSUFFIX= -20.el9 -PORTREVISION= 4 +DISTVERSIONSUFFIX= -21.el9 +PORTREVISION= 5 CATEGORIES= net linux PKGNAMESUFFIX= -libs MAINTAINER= emulation@FreeBSD.org COMMENT= Libraries for Avahi (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.avahi.org/ USES= cpe linux:rl9 USE_LDCONFIG= yes USE_LINUX= dbuslibs libevent USE_LINUX_RPM= yes WANT_LINUX32= yes -LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} \ + ${PORTNAME}-glib-${DISTVERSIONFULL} CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX} linux-c7-${PORTNAME}${PKGNAMESUFFIX} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr .include diff --git a/net/linux-rl9-avahi-libs/distinfo b/net/linux-rl9-avahi-libs/distinfo index a29f2e9784d3..f9550de622e0 100644 --- a/net/linux-rl9-avahi-libs/distinfo +++ b/net/linux-rl9-avahi-libs/distinfo @@ -1,9 +1,15 @@ -TIMESTAMP = 1731435215 -SHA256 (rocky/a/avahi-libs-0.8-20.el9.aarch64.rpm) = 96371627603c7e93afe1ff10bdaeb78790ee30e55d67c14c8e626a9d06fb2d6a -SIZE (rocky/a/avahi-libs-0.8-20.el9.aarch64.rpm) = 67608 -SHA256 (rocky/a/avahi-libs-0.8-20.el9.i686.rpm) = 67348f61fb19e8333d9a522ce6245039ff888d73d1264b7d3f214c345f2fd82a -SIZE (rocky/a/avahi-libs-0.8-20.el9.i686.rpm) = 73316 -SHA256 (rocky/a/avahi-libs-0.8-20.el9.x86_64.rpm) = 7d7a752c5142b43ad63c8c46a94ac23e5301f4b1de6655776695e516f74136a6 -SIZE (rocky/a/avahi-libs-0.8-20.el9.x86_64.rpm) = 68727 -SHA256 (rocky/a/avahi-0.8-20.el9.src.rpm) = 413c04ed43602be523d2381d6e1ba4ef245c3971311ce188fda7da34c57ab288 -SIZE (rocky/a/avahi-0.8-20.el9.src.rpm) = 1621786 +TIMESTAMP = 1732660416 +SHA256 (rocky/a/avahi-glib-0.8-21.el9.aarch64.rpm) = c8be595c0da7e6e5cd1957777e4542b63c1c7ff33ebc1d20190703678a5059e1 +SIZE (rocky/a/avahi-glib-0.8-21.el9.aarch64.rpm) = 13837 +SHA256 (rocky/a/avahi-glib-0.8-21.el9.i686.rpm) = ffa77624afb5bb1673bfd888f361e5a302d473b7a589a46cb69b902c3f554f29 +SIZE (rocky/a/avahi-glib-0.8-21.el9.i686.rpm) = 14886 +SHA256 (rocky/a/avahi-glib-0.8-21.el9.x86_64.rpm) = f20bc28aec19f70091a2aed8f5206e37d5ac83206edb161a941f436a90fbccbe +SIZE (rocky/a/avahi-glib-0.8-21.el9.x86_64.rpm) = 14217 +SHA256 (rocky/a/avahi-libs-0.8-21.el9.aarch64.rpm) = ea04ace1cb8a760e78e95b5aaed35d25f0f7c42962a41cb18c63a72fd12af688 +SIZE (rocky/a/avahi-libs-0.8-21.el9.aarch64.rpm) = 67277 +SHA256 (rocky/a/avahi-libs-0.8-21.el9.i686.rpm) = 2509656ee9fed10209b2ff4890781708b15d74c010c00b294e321d1448aa92a3 +SIZE (rocky/a/avahi-libs-0.8-21.el9.i686.rpm) = 73301 +SHA256 (rocky/a/avahi-libs-0.8-21.el9.x86_64.rpm) = b57e7d56a531b18c21416ebfbc23b6deddfe7d0ae35260229b4684db4052ac6f +SIZE (rocky/a/avahi-libs-0.8-21.el9.x86_64.rpm) = 68623 +SHA256 (rocky/a/avahi-0.8-21.el9.src.rpm) = 317273e7924704e6688caf78d877450da43d928185c0c98867144752ca0fe63f +SIZE (rocky/a/avahi-0.8-21.el9.src.rpm) = 1622870 diff --git a/net/linux-rl9-avahi-libs/pkg-plist.aarch64 b/net/linux-rl9-avahi-libs/pkg-plist.aarch64 index 9056c7840b35..db2faebe7778 100644 --- a/net/linux-rl9-avahi-libs/pkg-plist.aarch64 +++ b/net/linux-rl9-avahi-libs/pkg-plist.aarch64 @@ -1,11 +1,14 @@ -usr/lib/.build-id/8c/cfde8abeab4d6f9c94fd47299b0bbe5076fc4d -usr/lib/.build-id/a7/5ac4df86dcb24d244439092182e187c862bee0 -usr/lib/.build-id/ff/b31747e2e044ff4c6fb122d9900840cb14a096 +usr/lib/.build-id/1b/0a7226e5a2720eae5c6aabddb351e9973d7d97 +usr/lib/.build-id/40/1b0551d2a9ff6be5a183b2fe295b02a8f182d5 +usr/lib/.build-id/96/b5b0e919a8b3004b125ff0651bed3ec54f7b6f +usr/lib/.build-id/fb/5a9bcaa622ecb8b71f8ce984f42f7771070fd6 usr/lib64/libavahi-client.so.3 usr/lib64/libavahi-client.so.3.2.9 usr/lib64/libavahi-common.so.3 usr/lib64/libavahi-common.so.3.5.4 +usr/lib64/libavahi-glib.so.1 +usr/lib64/libavahi-glib.so.1.0.2 usr/lib64/libavahi-libevent.so.1 usr/lib64/libavahi-libevent.so.1.0.0 usr/share/doc/avahi-libs/README usr/share/licenses/avahi-libs/LICENSE diff --git a/net/linux-rl9-avahi-libs/pkg-plist.amd64 b/net/linux-rl9-avahi-libs/pkg-plist.amd64 index 2084a472a2f6..593365689032 100644 --- a/net/linux-rl9-avahi-libs/pkg-plist.amd64 +++ b/net/linux-rl9-avahi-libs/pkg-plist.amd64 @@ -1,20 +1,26 @@ -usr/lib/.build-id/01/5fab9f12593a87f536967b97ee0990490cc12d -usr/lib/.build-id/02/9295f1040784452eb8b013ba231273fdc91a32 -usr/lib/.build-id/3e/fba6ffcbb7c21798cf6ca664ad8dff183d96b5 -usr/lib/.build-id/43/8259929f81d98afd245cca426a7c171909c502 -usr/lib/.build-id/54/1a75091f8ad0e0c35008a3de09c62e9580e3e8 -usr/lib/.build-id/b8/ea02af45f10b04f6a6b5482ef702577af08a3d +usr/lib/.build-id/1f/d469f9326867424e75885568054fd32d9b516c +usr/lib/.build-id/2f/d44a9ffafb932a21f3546644d0ed064ced6d8a +usr/lib/.build-id/43/fae1b2484029113e6366f6eb67014e548e982a +usr/lib/.build-id/8e/6f13d3a7dc693bd04388fc2e72645a92e02375 +usr/lib/.build-id/90/f3cf14a62001caeb3a9d6bfc401ca85522f2d2 +usr/lib/.build-id/9a/5ffd842d10944694db384c1ae97949e7be7fd2 +usr/lib/.build-id/a0/43bb4ea340a2d2a951881564218b585f81cf9f +usr/lib/.build-id/e7/b0689eb887707b0355121890b7ab0483832774 usr/lib/libavahi-client.so.3 usr/lib/libavahi-client.so.3.2.9 usr/lib/libavahi-common.so.3 usr/lib/libavahi-common.so.3.5.4 +usr/lib/libavahi-glib.so.1 +usr/lib/libavahi-glib.so.1.0.2 usr/lib/libavahi-libevent.so.1 usr/lib/libavahi-libevent.so.1.0.0 usr/lib64/libavahi-client.so.3 usr/lib64/libavahi-client.so.3.2.9 usr/lib64/libavahi-common.so.3 usr/lib64/libavahi-common.so.3.5.4 +usr/lib64/libavahi-glib.so.1 +usr/lib64/libavahi-glib.so.1.0.2 usr/lib64/libavahi-libevent.so.1 usr/lib64/libavahi-libevent.so.1.0.0 usr/share/doc/avahi-libs/README usr/share/licenses/avahi-libs/LICENSE diff --git a/print/linux-rl9-cups-libs/Makefile b/print/linux-rl9-cups-libs/Makefile index e82980917351..4db2d9ff3dc4 100644 --- a/print/linux-rl9-cups-libs/Makefile +++ b/print/linux-rl9-cups-libs/Makefile @@ -1,23 +1,23 @@ PORTNAME= cups PORTVERSION= 2.3.3 -DISTVERSIONSUFFIX= op2-27.el9_4 -PORTREVISION= 5 +DISTVERSIONSUFFIX= op2-31.el9_5 +PORTREVISION= 6 CATEGORIES= print linux PKGNAMESUFFIX= -libs MAINTAINER= emulation@FreeBSD.org COMMENT= Common UNIX Printing System libraries WWW= https://github.com/OpenPrinting/cups USES= cpe linux:rl9 USE_LDCONFIG= yes USE_LINUX= avahi-libs gnutls libidn2 USE_LINUX_RPM= yes WANT_LINUX32= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} CONFLICTS= linux-c7-${PORTNAME}${PKGNAMESUFFIX} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr .include diff --git a/print/linux-rl9-cups-libs/distinfo b/print/linux-rl9-cups-libs/distinfo index dbf5506f1f60..42d245f9f36f 100644 --- a/print/linux-rl9-cups-libs/distinfo +++ b/print/linux-rl9-cups-libs/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731435407 -SHA256 (rocky/c/cups-libs-2.3.3op2-27.el9_4.aarch64.rpm) = 174e188f68a0ef5f89a4f480ea8424bae44dd77bb1fd0bdabb200fbb6620e130 -SIZE (rocky/c/cups-libs-2.3.3op2-27.el9_4.aarch64.rpm) = 264046 -SHA256 (rocky/c/cups-libs-2.3.3op2-27.el9_4.i686.rpm) = d9adb30c9a084696d084189bb1be9752a938206a954ff105220f771e8ee52070 -SIZE (rocky/c/cups-libs-2.3.3op2-27.el9_4.i686.rpm) = 285492 -SHA256 (rocky/c/cups-libs-2.3.3op2-27.el9_4.x86_64.rpm) = 53aaba20b4ced1f5d08cb5faa56e971236d2cc41ce5a010f0c48e116f3699ff3 -SIZE (rocky/c/cups-libs-2.3.3op2-27.el9_4.x86_64.rpm) = 266765 -SHA256 (rocky/c/cups-2.3.3op2-27.el9_4.src.rpm) = 92cb36fe5f356f41cdc8fe10b9929acc82f79fd95ed91c4624c00555a04afd9c -SIZE (rocky/c/cups-2.3.3op2-27.el9_4.src.rpm) = 8103677 +TIMESTAMP = 1732660732 +SHA256 (rocky/c/cups-libs-2.3.3op2-31.el9_5.aarch64.rpm) = 33b9cd48899e30520fa599fddebac4bd5f3713e799a64addc7281e2e106566a0 +SIZE (rocky/c/cups-libs-2.3.3op2-31.el9_5.aarch64.rpm) = 264922 +SHA256 (rocky/c/cups-libs-2.3.3op2-31.el9_5.i686.rpm) = 935fcee8190bc54d3437b298c49f0a6d94c7c5e7e726fcc5a8014a15405dce65 +SIZE (rocky/c/cups-libs-2.3.3op2-31.el9_5.i686.rpm) = 286318 +SHA256 (rocky/c/cups-libs-2.3.3op2-31.el9_5.x86_64.rpm) = fdb96b2f6101b65b3f81fa41f0e80fb1e61b1696132ce1903d7c69080412ea35 +SIZE (rocky/c/cups-libs-2.3.3op2-31.el9_5.x86_64.rpm) = 268508 +SHA256 (rocky/c/cups-2.3.3op2-31.el9_5.src.rpm) = 75b410aee4644173582a2729bd12f503e1cb3cb8d2af781a1eb7d5f73a08ab95 +SIZE (rocky/c/cups-2.3.3op2-31.el9_5.src.rpm) = 8111666 diff --git a/print/linux-rl9-cups-libs/pkg-plist.aarch64 b/print/linux-rl9-cups-libs/pkg-plist.aarch64 index 47f2b65211f8..7eda149a8a02 100644 --- a/print/linux-rl9-cups-libs/pkg-plist.aarch64 +++ b/print/linux-rl9-cups-libs/pkg-plist.aarch64 @@ -1,6 +1,6 @@ -usr/lib/.build-id/56/d9fce4b13e88c36e5b3326d83406baf0e2964e -usr/lib/.build-id/6d/9b524020fb8ee981fcfe3075850807e3e66934 +usr/lib/.build-id/7d/187faf93830c3a9bca97112a63345e67c3c4b8 +usr/lib/.build-id/e6/96a4bed4e7f23d83e318a8432e74c6b199ee9b usr/lib64/libcups.so.2 usr/lib64/libcupsimage.so.2 usr/share/licenses/cups-libs/LICENSE usr/share/licenses/cups-libs/NOTICE diff --git a/print/linux-rl9-cups-libs/pkg-plist.amd64 b/print/linux-rl9-cups-libs/pkg-plist.amd64 index 9ca39a57000a..15cb41614246 100644 --- a/print/linux-rl9-cups-libs/pkg-plist.amd64 +++ b/print/linux-rl9-cups-libs/pkg-plist.amd64 @@ -1,10 +1,10 @@ -usr/lib/.build-id/0a/6474b3fd3fa01e2022bf52d21a184541326e7c -usr/lib/.build-id/19/0bbd16d46dd53425671fcdd606da3f1ae753a3 -usr/lib/.build-id/9f/8e3afd616749e499dd4dd92bde7d3388a1d863 -usr/lib/.build-id/ef/fcb57e075a8b32e8a7269238c9a8a1208bfc4d +usr/lib/.build-id/17/195e0e7ba02cbf9eeb9fa8f58538097a444683 +usr/lib/.build-id/50/af760229c47fe598f17313eb28024b8fff9454 +usr/lib/.build-id/53/59acc4848091133e72b6f4759db358a4326f57 +usr/lib/.build-id/ee/3f2dbe41adb148d4d7d14c5f9fca1705742baf usr/lib/libcups.so.2 usr/lib/libcupsimage.so.2 usr/lib64/libcups.so.2 usr/lib64/libcupsimage.so.2 usr/share/licenses/cups-libs/LICENSE usr/share/licenses/cups-libs/NOTICE diff --git a/security/Makefile b/security/Makefile index e99d7a1c0880..ca4b1cde0936 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,1428 +1,1430 @@ COMMENT = Security tools SUBDIR += 0d1n SUBDIR += 1password-client SUBDIR += 1password-client2 SUBDIR += 1password-client2-beta SUBDIR += 2fa SUBDIR += ADMsmb SUBDIR += ADMsnmp SUBDIR += R-cran-ROAuth SUBDIR += R-cran-askpass SUBDIR += R-cran-credentials SUBDIR += R-cran-digest SUBDIR += R-cran-gitcreds SUBDIR += R-cran-openssl SUBDIR += R-cran-sodium SUBDIR += acme.sh SUBDIR += acmed SUBDIR += acmetool SUBDIR += aescrypt SUBDIR += aespipe SUBDIR += afl++ SUBDIR += afterglow SUBDIR += age SUBDIR += aide SUBDIR += amavisd-milter SUBDIR += amavisd-new SUBDIR += apache-xml-security-c SUBDIR += apg SUBDIR += apkid SUBDIR += archlinux-keyring SUBDIR += arpCounterattack SUBDIR += arti SUBDIR += asignify SUBDIR += assh SUBDIR += authenticator SUBDIR += authoscope SUBDIR += autossh SUBDIR += aws-c-auth SUBDIR += aws-c-cal SUBDIR += aws-iam-authenticator SUBDIR += aws-lc SUBDIR += aws-vault SUBDIR += axc SUBDIR += barnyard2 SUBDIR += barnyard2-sguil SUBDIR += bastillion SUBDIR += bcwipe SUBDIR += bdes SUBDIR += bearssl SUBDIR += beecrypt SUBDIR += beid SUBDIR += beidconnect SUBDIR += belier SUBDIR += bfbtester SUBDIR += binwalk SUBDIR += bitwarden-cli SUBDIR += blst SUBDIR += boringssl SUBDIR += botan2 SUBDIR += botan3 SUBDIR += bruteblock SUBDIR += bsdsfv SUBDIR += bsmtrace SUBDIR += bsmtrace3 SUBDIR += bzrtp SUBDIR += ca_root_nss SUBDIR += caesarcipher SUBDIR += caldera SUBDIR += caldera-ot SUBDIR += caldera4 SUBDIR += calife SUBDIR += cardpeek SUBDIR += cargo-audit SUBDIR += ccrypt SUBDIR += ccsrch SUBDIR += certmgr SUBDIR += certspotter SUBDIR += cfssl SUBDIR += cfv SUBDIR += chaosreader SUBDIR += checkpassword SUBDIR += checkpassword-pam SUBDIR += chkrootkit SUBDIR += chntpw SUBDIR += chroot_safe SUBDIR += chrootuid SUBDIR += ckpass SUBDIR += cksfv SUBDIR += cl-md5 SUBDIR += cl-md5-sbcl SUBDIR += clamassassin SUBDIR += clamav SUBDIR += clamav-lts SUBDIR += clamav-unofficial-sigs SUBDIR += clamd-stream-client SUBDIR += clamsmtp SUBDIR += clamtk SUBDIR += cloak SUBDIR += cops SUBDIR += courier-authlib SUBDIR += courier-authlib-base SUBDIR += courierpassd SUBDIR += courierpasswd SUBDIR += courieruserinfo SUBDIR += cowrie SUBDIR += cpfx SUBDIR += cracklib SUBDIR += crackpkcs12 SUBDIR += create-cert SUBDIR += crlfuzz SUBDIR += crowdsec SUBDIR += crowdsec-blocklist-mirror SUBDIR += crowdsec-firewall-bouncer SUBDIR += cryptlib SUBDIR += cryptopp SUBDIR += ct-submit SUBDIR += cvechecker SUBDIR += cvm SUBDIR += cyberchef SUBDIR += cyrus-sasl2 SUBDIR += cyrus-sasl2-gssapi SUBDIR += cyrus-sasl2-ldapdb SUBDIR += cyrus-sasl2-saslauthd SUBDIR += cyrus-sasl2-sql SUBDIR += cyrus-sasl2-srp SUBDIR += cyrus-sasl2-xoauth2 SUBDIR += d0_blind_id SUBDIR += debian-keyring SUBDIR += dehydrated SUBDIR += denyhosts SUBDIR += destroy SUBDIR += diffcode SUBDIR += digestpp SUBDIR += dirbuster SUBDIR += dirmngr SUBDIR += distcache SUBDIR += diswall SUBDIR += doas SUBDIR += dotdotpwn SUBDIR += dropbear SUBDIR += dsniff SUBDIR += dsvpn SUBDIR += duo SUBDIR += duo_openvpn SUBDIR += easy-rsa SUBDIR += enc SUBDIR += enchive SUBDIR += eschalot SUBDIR += expiretable SUBDIR += exploit-pattern SUBDIR += fakeident SUBDIR += fakeroot SUBDIR += farmhash SUBDIR += fcrackzip SUBDIR += ffuf SUBDIR += fiked SUBDIR += fizz SUBDIR += flawfinder SUBDIR += flawz SUBDIR += fprintd SUBDIR += fragroute SUBDIR += fragrouter SUBDIR += fswatch SUBDIR += ftimes SUBDIR += fuzz SUBDIR += fwanalog SUBDIR += fwknop SUBDIR += fwlogwatch SUBDIR += gcr SUBDIR += gcr3 SUBDIR += gef SUBDIR += git-credential-azure SUBDIR += git-credential-gopass SUBDIR += git-credential-oauth SUBDIR += git-crypt SUBDIR += git-remote-gcrypt SUBDIR += git-secret SUBDIR += gitjacker SUBDIR += globalprotect-openconnect SUBDIR += gnome-keyring SUBDIR += gnome-keyring-sharp SUBDIR += gnome-ssh-askpass SUBDIR += gnupg SUBDIR += gnupg-pkcs11-scd SUBDIR += gnupg1 SUBDIR += gnutls SUBDIR += go-cve-dictionary SUBDIR += gokart SUBDIR += gokey SUBDIR += gonepass SUBDIR += gopass SUBDIR += gorilla SUBDIR += gosec SUBDIR += gost-engine SUBDIR += gostsum SUBDIR += gpa SUBDIR += gpg-gui SUBDIR += gpg-tui SUBDIR += gpgdir SUBDIR += gpgme SUBDIR += gpgme-cpp SUBDIR += gpgme-qt SUBDIR += gsa SUBDIR += gsad SUBDIR += gsasl SUBDIR += gstreamer1-plugins-dtls SUBDIR += gtkpasman SUBDIR += gvm SUBDIR += gvm-libs SUBDIR += gvmd SUBDIR += hardening-check SUBDIR += hash SUBDIR += hashcat SUBDIR += heaan SUBDIR += headscale SUBDIR += heimdal SUBDIR += heimdal-devel SUBDIR += helib SUBDIR += hexl SUBDIR += highwayhash SUBDIR += hitch SUBDIR += hockeypuck SUBDIR += honeytrap SUBDIR += honggfuzz SUBDIR += horcrux SUBDIR += howdy SUBDIR += hpenc SUBDIR += hs-cryptol SUBDIR += hydra SUBDIR += hyperhotp SUBDIR += i2p SUBDIR += i2pd SUBDIR += iaikpkcs11wrapper SUBDIR += iddawc SUBDIR += idea SUBDIR += identify SUBDIR += imds-filterd SUBDIR += intel-ipsec-mb SUBDIR += ipfmeta SUBDIR += ipguard SUBDIR += ipsec-tools SUBDIR += ipv6toolkit SUBDIR += isal-kmod SUBDIR += ismtp SUBDIR += isnprober SUBDIR += john SUBDIR += kbfsd SUBDIR += kc SUBDIR += kdbxviewer SUBDIR += keepass SUBDIR += keepass-plugin-keepassrpc SUBDIR += keepassxc SUBDIR += keybase SUBDIR += keychain SUBDIR += keyprint SUBDIR += keysmith SUBDIR += kf5-kdesu SUBDIR += kf6-kdesu SUBDIR += kgpg SUBDIR += kickpass SUBDIR += klee SUBDIR += kleopatra SUBDIR += knock SUBDIR += knocker SUBDIR += kpcli SUBDIR += kpkpass SUBDIR += kpmenu SUBDIR += krb5 SUBDIR += krb5-120 SUBDIR += krb5-121 SUBDIR += krb5-devel SUBDIR += kstart SUBDIR += ktls_isa-l_crypto-kmod SUBDIR += kuku SUBDIR += kwalletmanager SUBDIR += l0pht-watch SUBDIR += lasso SUBDIR += lastpass-cli SUBDIR += lego SUBDIR += libaegis SUBDIR += libargon2 SUBDIR += libassuan SUBDIR += libcaes SUBDIR += libcryptui SUBDIR += libdecaf SUBDIR += libecc SUBDIR += libfido2 SUBDIR += libfprint SUBDIR += libgcrypt SUBDIR += libgnome-keyring SUBDIR += libgpg-error SUBDIR += libgsasl SUBDIR += libhijack SUBDIR += libhydrogen SUBDIR += libident SUBDIR += libkleo SUBDIR += libkpass SUBDIR += libksba SUBDIR += libmacaroons SUBDIR += libmcrypt SUBDIR += libnitrokey SUBDIR += libntlm SUBDIR += libomemo SUBDIR += libomemo-c SUBDIR += liboqs SUBDIR += libotr SUBDIR += libotr3 SUBDIR += libp11 SUBDIR += libpki SUBDIR += libprelude SUBDIR += libpreludedb SUBDIR += libpwquality SUBDIR += libressl SUBDIR += libressl-devel SUBDIR += libreswan SUBDIR += libretls SUBDIR += libscep SUBDIR += libscrypt SUBDIR += libsecret SUBDIR += libsectok SUBDIR += libsodium SUBDIR += libssh SUBDIR += libssh2 SUBDIR += libtasn1 SUBDIR += libtatsu SUBDIR += libtomcrypt SUBDIR += libu2f-host SUBDIR += libuecc SUBDIR += libwhisker SUBDIR += libxcrypt SUBDIR += libyubikey SUBDIR += lime SUBDIR += linux-bitwarden-cli SUBDIR += linux-c7-ca-certificates SUBDIR += linux-c7-cyrus-sasl2 SUBDIR += linux-c7-gnutls SUBDIR += linux-c7-libgcrypt SUBDIR += linux-c7-libgpg-error SUBDIR += linux-c7-libssh2 SUBDIR += linux-c7-libtasn1 SUBDIR += linux-c7-nettle SUBDIR += linux-c7-nss SUBDIR += linux-c7-openssl-devel SUBDIR += linux-c7-p11-kit SUBDIR += linux-c7-trousers SUBDIR += linux-rl9-ca-certificates SUBDIR += linux-rl9-cyrus-sasl2 SUBDIR += linux-rl9-gnupg SUBDIR += linux-rl9-gnutls SUBDIR += linux-rl9-libassuan SUBDIR += linux-rl9-libgcrypt SUBDIR += linux-rl9-libgpg-error + SUBDIR += linux-rl9-libksba SUBDIR += linux-rl9-libsecret + SUBDIR += linux-rl9-libssh SUBDIR += linux-rl9-libtasn1 SUBDIR += linux-rl9-libxcrypt SUBDIR += linux-rl9-nettle SUBDIR += linux-rl9-nss SUBDIR += linux-rl9-p11-kit SUBDIR += linux-rl9-trousers SUBDIR += local-php-security-checker SUBDIR += logcheck SUBDIR += lua-argon2 SUBDIR += lua-bcrypt SUBDIR += lua-resty-hmac SUBDIR += lua-resty-jwt SUBDIR += lua-resty-openidc SUBDIR += lua-resty-openssl SUBDIR += luasec SUBDIR += lxqt-openssh-askpass SUBDIR += lxqt-sudo SUBDIR += lynis SUBDIR += mac-robber SUBDIR += maia SUBDIR += mailzu SUBDIR += makepasswd SUBDIR += maltrail SUBDIR += masscan SUBDIR += mate-pam-helper SUBDIR += mbedtls SUBDIR += mbedtls3 SUBDIR += mcrypt SUBDIR += md5deep SUBDIR += medusa SUBDIR += meek SUBDIR += metasploit SUBDIR += mhash SUBDIR += mindterm-binary SUBDIR += minisign SUBDIR += mkp224o SUBDIR += modsecurity3 SUBDIR += modsecurity3-nginx SUBDIR += monkeysphere SUBDIR += monocypher SUBDIR += munge SUBDIR += n2n SUBDIR += ncrack SUBDIR += ncrypt SUBDIR += nebula SUBDIR += nettle SUBDIR += nextcloud-end_to_end_encryption SUBDIR += nextcloud-passman SUBDIR += nextcloud-twofactor_admin SUBDIR += nextcloud-twofactor_webauthn SUBDIR += nflib SUBDIR += ngrok SUBDIR += nikto SUBDIR += nist-kat SUBDIR += nitrokey-app SUBDIR += nmap SUBDIR += nmap-devel SUBDIR += nss SUBDIR += nss_compat_ossl SUBDIR += nuclei SUBDIR += nyx SUBDIR += oath-toolkit SUBDIR += obfs4proxy-tor SUBDIR += ocaml-cryptgps SUBDIR += ocaml-cryptokit SUBDIR += ocaml-lwt_ssl SUBDIR += ocaml-ssl SUBDIR += oidentd SUBDIR += oinkmaster SUBDIR += olm SUBDIR += onionscan SUBDIR += op SUBDIR += openbao SUBDIR += openbsm SUBDIR += openca-ocspd SUBDIR += openconnect SUBDIR += openconnect-freebsd-daemon SUBDIR += openconnect-gui SUBDIR += opencryptoki SUBDIR += openct SUBDIR += opendoas SUBDIR += openfhe SUBDIR += openfortivpn SUBDIR += openiked SUBDIR += openiked-portable SUBDIR += opensaml SUBDIR += opensc SUBDIR += openssh-askpass SUBDIR += openssh-portable SUBDIR += openssl SUBDIR += openssl-agent SUBDIR += openssl-quictls SUBDIR += openssl-unsafe SUBDIR += openssl111 SUBDIR += openssl31 SUBDIR += openssl31-quictls SUBDIR += openssl32 SUBDIR += openssl33 SUBDIR += openssl34 SUBDIR += openvas SUBDIR += openvpn SUBDIR += openvpn-admin SUBDIR += openvpn-auth-ldap SUBDIR += openvpn-auth-radius SUBDIR += openvpn-auth-script SUBDIR += openvpn-devel SUBDIR += ophcrack SUBDIR += opie SUBDIR += ossec-hids SUBDIR += ossec-hids-agent SUBDIR += ossec-hids-agent-config SUBDIR += ossec-hids-local SUBDIR += ossec-hids-local-config SUBDIR += ossec-hids-server SUBDIR += ossec-hids-server-config SUBDIR += osslsigncode SUBDIR += osv-scanner SUBDIR += otpw SUBDIR += owasp-dependency-check SUBDIR += p11-kit SUBDIR += p5-Alt-Crypt-RSA-BigInt SUBDIR += p5-Apache-Htpasswd SUBDIR += p5-App-Acmeman SUBDIR += p5-App-ClusterSSH SUBDIR += p5-App-Genpass SUBDIR += p5-App-TLSMe SUBDIR += p5-Auth-YubikeyDecrypter SUBDIR += p5-AuthCAS SUBDIR += p5-Authen-Bitcard SUBDIR += p5-Authen-Captcha SUBDIR += p5-Authen-CyrusSASL SUBDIR += p5-Authen-DecHpwd SUBDIR += p5-Authen-Htpasswd SUBDIR += p5-Authen-Krb5 SUBDIR += p5-Authen-Krb5-Simple SUBDIR += p5-Authen-Libwrap SUBDIR += p5-Authen-NTLM SUBDIR += p5-Authen-OATH SUBDIR += p5-Authen-PAAS SUBDIR += p5-Authen-PAM SUBDIR += p5-Authen-Passphrase SUBDIR += p5-Authen-PluggableCaptcha SUBDIR += p5-Authen-Radius SUBDIR += p5-Authen-SASL SUBDIR += p5-Authen-SASL-Cyrus SUBDIR += p5-Authen-SASL-SASLprep SUBDIR += p5-Authen-SCRAM SUBDIR += p5-Authen-Simple SUBDIR += p5-Authen-Simple-DBI SUBDIR += p5-Authen-Simple-DBM SUBDIR += p5-Authen-Simple-HTTP SUBDIR += p5-Authen-Simple-Kerberos SUBDIR += p5-Authen-Simple-LDAP SUBDIR += p5-Authen-Simple-Net SUBDIR += p5-Authen-Simple-PAM SUBDIR += p5-Authen-Simple-Passwd SUBDIR += p5-Authen-Simple-RADIUS SUBDIR += p5-Authen-Simple-SMB SUBDIR += p5-Authen-Simple-SSH SUBDIR += p5-Authen-Smb SUBDIR += p5-Authen-TacacsPlus SUBDIR += p5-Authen-Ticket SUBDIR += p5-Authen-TypeKey SUBDIR += p5-Business-PayPal-EWP SUBDIR += p5-Bytes-Random-Secure SUBDIR += p5-Bytes-Random-Secure-Tiny SUBDIR += p5-CACertOrg-CA SUBDIR += p5-CPAN-Audit SUBDIR += p5-CSP SUBDIR += p5-Cisco-Hash SUBDIR += p5-Crypt-Anubis SUBDIR += p5-Crypt-AppleTwoFish SUBDIR += p5-Crypt-Argon2 SUBDIR += p5-Crypt-Bcrypt SUBDIR += p5-Crypt-Blowfish SUBDIR += p5-Crypt-Blowfish_PP SUBDIR += p5-Crypt-CAST5 SUBDIR += p5-Crypt-CAST5_PP SUBDIR += p5-Crypt-CBC SUBDIR += p5-Crypt-CBCeasy SUBDIR += p5-Crypt-CFB SUBDIR += p5-Crypt-Caesar SUBDIR += p5-Crypt-Camellia_PP SUBDIR += p5-Crypt-Chimera SUBDIR += p5-Crypt-CipherSaber SUBDIR += p5-Crypt-Cracklib SUBDIR += p5-Crypt-Ctr SUBDIR += p5-Crypt-Curve25519 SUBDIR += p5-Crypt-DES SUBDIR += p5-Crypt-DES_EDE3 SUBDIR += p5-Crypt-DES_PP SUBDIR += p5-Crypt-DH SUBDIR += p5-Crypt-DSA SUBDIR += p5-Crypt-Dining SUBDIR += p5-Crypt-ECB SUBDIR += p5-Crypt-Eksblowfish SUBDIR += p5-Crypt-Enigma SUBDIR += p5-Crypt-Format SUBDIR += p5-Crypt-GCrypt SUBDIR += p5-Crypt-GOST SUBDIR += p5-Crypt-GOST_PP SUBDIR += p5-Crypt-GPG SUBDIR += p5-Crypt-GeneratePassword SUBDIR += p5-Crypt-GpgME SUBDIR += p5-Crypt-HCE_MD5 SUBDIR += p5-Crypt-HCE_SHA SUBDIR += p5-Crypt-HSXKPasswd SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Crypt-Imail SUBDIR += p5-Crypt-JWT SUBDIR += p5-Crypt-Juniper SUBDIR += p5-Crypt-Khazad SUBDIR += p5-Crypt-LE SUBDIR += p5-Crypt-LibSCEP SUBDIR += p5-Crypt-License SUBDIR += p5-Crypt-Lite SUBDIR += p5-Crypt-Loki97 SUBDIR += p5-Crypt-MySQL SUBDIR += p5-Crypt-NULL SUBDIR += p5-Crypt-OFB SUBDIR += p5-Crypt-OTP SUBDIR += p5-Crypt-OpenPGP SUBDIR += p5-Crypt-OpenSSL-AES SUBDIR += p5-Crypt-OpenSSL-Bignum SUBDIR += p5-Crypt-OpenSSL-CA SUBDIR += p5-Crypt-OpenSSL-DSA SUBDIR += p5-Crypt-OpenSSL-EC SUBDIR += p5-Crypt-OpenSSL-ECDSA SUBDIR += p5-Crypt-OpenSSL-Guess SUBDIR += p5-Crypt-OpenSSL-PKCS10 SUBDIR += p5-Crypt-OpenSSL-RSA SUBDIR += p5-Crypt-OpenSSL-Random SUBDIR += p5-Crypt-OpenSSL-Verify SUBDIR += p5-Crypt-OpenSSL-X509 SUBDIR += p5-Crypt-PBKDF2 SUBDIR += p5-Crypt-PKCS10 SUBDIR += p5-Crypt-PWSafe3 SUBDIR += p5-Crypt-PassGen SUBDIR += p5-Crypt-Passwd-XS SUBDIR += p5-Crypt-PasswdMD5 SUBDIR += p5-Crypt-Password-Util SUBDIR += p5-Crypt-Perl SUBDIR += p5-Crypt-Primes SUBDIR += p5-Crypt-RC4 SUBDIR += p5-Crypt-RC5 SUBDIR += p5-Crypt-RC6 SUBDIR += p5-Crypt-RHash SUBDIR += p5-Crypt-RIPEMD160 SUBDIR += p5-Crypt-RSA SUBDIR += p5-Crypt-RSA-Parse SUBDIR += p5-Crypt-RSA-Yandex SUBDIR += p5-Crypt-Rabbit SUBDIR += p5-Crypt-RandPasswd SUBDIR += p5-Crypt-Random SUBDIR += p5-Crypt-Random-Seed SUBDIR += p5-Crypt-Random-Source SUBDIR += p5-Crypt-Random-TESHA2 SUBDIR += p5-Crypt-Rijndael SUBDIR += p5-Crypt-Rijndael_PP SUBDIR += p5-Crypt-SKey SUBDIR += p5-Crypt-SMIME SUBDIR += p5-Crypt-SSLeay SUBDIR += p5-Crypt-SSSS SUBDIR += p5-Crypt-Salt SUBDIR += p5-Crypt-SaltedHash SUBDIR += p5-Crypt-Serpent SUBDIR += p5-Crypt-Shark SUBDIR += p5-Crypt-Simple SUBDIR += p5-Crypt-SmbHash SUBDIR += p5-Crypt-Sodium SUBDIR += p5-Crypt-Solitaire SUBDIR += p5-Crypt-TEA SUBDIR += p5-Crypt-T_e_a SUBDIR += p5-Crypt-Tea_JS SUBDIR += p5-Crypt-TripleDES SUBDIR += p5-Crypt-Twofish SUBDIR += p5-Crypt-Twofish2 SUBDIR += p5-Crypt-Twofish_PP SUBDIR += p5-Crypt-URandom SUBDIR += p5-Crypt-UnixCrypt SUBDIR += p5-Crypt-UnixCrypt_XS SUBDIR += p5-Crypt-X509 SUBDIR += p5-Crypt-X509-CRL SUBDIR += p5-Crypt-XTEA SUBDIR += p5-Crypt-xDBM_File SUBDIR += p5-CryptX SUBDIR += p5-Dancer-Plugin-Auth-Extensible SUBDIR += p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup SUBDIR += p5-Dancer-Plugin-Passphrase SUBDIR += p5-Dancer2-Plugin-Auth-Extensible SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-Database SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup SUBDIR += p5-Dancer2-Plugin-Passphrase SUBDIR += p5-Data-Entropy SUBDIR += p5-Data-Password SUBDIR += p5-Digest SUBDIR += p5-Digest-Adler32 SUBDIR += p5-Digest-Bcrypt SUBDIR += p5-Digest-BubbleBabble SUBDIR += p5-Digest-CRC SUBDIR += p5-Digest-Crc32 SUBDIR += p5-Digest-DJB SUBDIR += p5-Digest-DMAC SUBDIR += p5-Digest-EMAC SUBDIR += p5-Digest-Elf SUBDIR += p5-Digest-FNV SUBDIR += p5-Digest-GOST SUBDIR += p5-Digest-HMAC SUBDIR += p5-Digest-Hashcash SUBDIR += p5-Digest-Haval256 SUBDIR += p5-Digest-JHash SUBDIR += p5-Digest-MD2 SUBDIR += p5-Digest-MD4 SUBDIR += p5-Digest-MD5 SUBDIR += p5-Digest-MD5-File SUBDIR += p5-Digest-MD5-M4p SUBDIR += p5-Digest-MD5-Reverse SUBDIR += p5-Digest-ManberHash SUBDIR += p5-Digest-MurmurHash SUBDIR += p5-Digest-Nilsimsa SUBDIR += p5-Digest-Pearson SUBDIR += p5-Digest-Pearson-PurePerl SUBDIR += p5-Digest-Perl-MD4 SUBDIR += p5-Digest-Perl-MD5 SUBDIR += p5-Digest-SHA SUBDIR += p5-Digest-SHA-PurePerl SUBDIR += p5-Digest-SHA1 SUBDIR += p5-Digest-SHA3 SUBDIR += p5-Digest-SV1 SUBDIR += p5-Digest-Tiger SUBDIR += p5-Digest-Whirlpool SUBDIR += p5-File-KeePass SUBDIR += p5-File-KeePass-Agent SUBDIR += p5-File-Scan SUBDIR += p5-File-Scan-ClamAV SUBDIR += p5-Filter-CBC SUBDIR += p5-Filter-Crypto SUBDIR += p5-GD-SecurityImage SUBDIR += p5-GSSAPI SUBDIR += p5-GnuPG SUBDIR += p5-GnuPG-Interface SUBDIR += p5-HTML-Email-Obfuscate SUBDIR += p5-Heimdal-Kadm5 SUBDIR += p5-IO-Async-SSL SUBDIR += p5-IO-Socket-SSL SUBDIR += p5-MD5 SUBDIR += p5-Mcrypt SUBDIR += p5-Module-Signature SUBDIR += p5-Net-Daemon-SSL SUBDIR += p5-Net-OpenID-Common SUBDIR += p5-Net-OpenID-JanRain SUBDIR += p5-Net-OpenID-Server SUBDIR += p5-Net-Radius-Server SUBDIR += p5-Net-SAML2 SUBDIR += p5-Net-SSH-AuthorizedKeysFile SUBDIR += p5-Net-SSL-ExpireDate SUBDIR += p5-Net-SSLGlue SUBDIR += p5-Net-SSLeay SUBDIR += p5-Net-Server-Mail-ESMTP-AUTH SUBDIR += p5-Net-SinFP SUBDIR += p5-Nmap-Parser SUBDIR += p5-Nmap-Scanner SUBDIR += p5-OpenCA-CRL SUBDIR += p5-OpenCA-CRR SUBDIR += p5-OpenCA-REQ SUBDIR += p5-OpenCA-X509 SUBDIR += p5-PBKDF2-Tiny SUBDIR += p5-PGP SUBDIR += p5-PGP-Sign SUBDIR += p5-POE-Component-SSLify SUBDIR += p5-POE-Filter-SSL SUBDIR += p5-Parse-Snort SUBDIR += p5-PerlCryptLib SUBDIR += p5-SAVI-Perl SUBDIR += p5-SHA SUBDIR += p5-Safe-Hole SUBDIR += p5-Session-Token SUBDIR += p5-Snort-Rule SUBDIR += p5-String-MkPasswd SUBDIR += p5-Sudo SUBDIR += p5-Text-Password-Pronounceable SUBDIR += p5-Tie-EncryptedHash SUBDIR += p5-Tree-Authz SUBDIR += p5-URN-OASIS-SAML2 SUBDIR += p5-Unix-Passwd-File SUBDIR += p5-Unix-setuid SUBDIR += p5-Yahoo-BBAuth SUBDIR += p5-dicewaregen SUBDIR += p5-openxpki SUBDIR += p5-openxpki-i18n SUBDIR += p5-plog SUBDIR += pam-modules SUBDIR += pam-mysql SUBDIR += pam-pgsql SUBDIR += pam_google_authenticator SUBDIR += pam_helper SUBDIR += pam_howdy SUBDIR += pam_jail SUBDIR += pam_kde SUBDIR += pam_krb5 SUBDIR += pam_krb5-rh SUBDIR += pam_ldap SUBDIR += pam_mkhomedir SUBDIR += pam_ocra SUBDIR += pam_p11 SUBDIR += pam_pkcs11 SUBDIR += pam_pwdfile SUBDIR += pam_require SUBDIR += pam_rssh SUBDIR += pam_script SUBDIR += pam_search_list SUBDIR += pam_ssh_agent_auth SUBDIR += pam_u2f SUBDIR += pam_yubico SUBDIR += pamtester SUBDIR += paperkey SUBDIR += passh SUBDIR += passivedns SUBDIR += pcsc-tools SUBDIR += pdfcrack SUBDIR += pear-Auth SUBDIR += pear-Auth_HTTP SUBDIR += pear-Auth_PrefManager SUBDIR += pear-Auth_SASL SUBDIR += pear-Auth_SASL2 SUBDIR += pear-Crypt_Blowfish SUBDIR += pear-Crypt_CBC SUBDIR += pear-Crypt_CHAP SUBDIR += pear-Crypt_DiffieHellman SUBDIR += pear-Crypt_GPG SUBDIR += pear-Crypt_HMAC2 SUBDIR += pear-Crypt_MicroID SUBDIR += pear-Crypt_RC4 SUBDIR += pear-Crypt_RSA SUBDIR += pear-Crypt_XXTEA SUBDIR += pear-File_HtAccess SUBDIR += pear-File_Passwd SUBDIR += pear-File_SMBPasswd SUBDIR += pear-HTML_Crypt SUBDIR += pear-Horde_Auth SUBDIR += pear-Horde_Crypt SUBDIR += pear-Horde_Crypt_Blowfish SUBDIR += pear-Horde_Group SUBDIR += pear-Horde_Oauth SUBDIR += pear-Horde_Perms SUBDIR += pear-Horde_Secret SUBDIR += pear-Horde_Share SUBDIR += pear-LiveUser SUBDIR += pear-LiveUser_Admin SUBDIR += pear-Net_Portscan SUBDIR += pear-Text_Password SUBDIR += pecl-crypto SUBDIR += pecl-gnupg SUBDIR += pecl-krb5 SUBDIR += pecl-libsodium SUBDIR += pecl-mcrypt SUBDIR += pecl-pam SUBDIR += pecl-pkcs11 SUBDIR += pecl-scrypt SUBDIR += pecl-ssh2 SUBDIR += pecl-xxtea SUBDIR += peda SUBDIR += pev SUBDIR += pgpdump SUBDIR += pgpgpg SUBDIR += pgpin SUBDIR += php81-filter SUBDIR += php81-sodium SUBDIR += php82-filter SUBDIR += php82-sodium SUBDIR += php83-filter SUBDIR += php83-sodium SUBDIR += php84-filter SUBDIR += php84-sodium SUBDIR += picocrypt SUBDIR += picosha2 SUBDIR += pidgin-encryption SUBDIR += pidgin-otr SUBDIR += pinentry SUBDIR += pinentry-curses SUBDIR += pinentry-efl SUBDIR += pinentry-fltk SUBDIR += pinentry-gnome SUBDIR += pinentry-gtk2 SUBDIR += pinentry-qt5 SUBDIR += pinentry-qt6 SUBDIR += pinentry-tty SUBDIR += pixiewps SUBDIR += pkcrack SUBDIR += pkcs11-dump SUBDIR += pkcs11-gateway SUBDIR += pkcs11-helper SUBDIR += pkcs11-tools SUBDIR += pkesh SUBDIR += pks SUBDIR += plasma5-kscreenlocker SUBDIR += plasma5-ksshaskpass SUBDIR += plasma5-kwallet-pam SUBDIR += plasma6-kscreenlocker SUBDIR += plasma6-ksshaskpass SUBDIR += plasma6-kwallet-pam SUBDIR += please SUBDIR += portacl-rc SUBDIR += proftpd-mod_clamav SUBDIR += proxycheck SUBDIR += proxytunnel SUBDIR += pssh SUBDIR += pulledpork SUBDIR += pure-sfv SUBDIR += putty SUBDIR += putty-nogtk SUBDIR += pvk SUBDIR += pwauth SUBDIR += pwman SUBDIR += pwned-check SUBDIR += py-RestrictedPython SUBDIR += py-SecretStorage SUBDIR += py-YubiOTP SUBDIR += py-acme SUBDIR += py-acme-tiny SUBDIR += py-ailment SUBDIR += py-aiohttp-security SUBDIR += py-angr SUBDIR += py-argon2-cffi SUBDIR += py-argon2-cffi-bindings SUBDIR += py-artifacts SUBDIR += py-asyncssh SUBDIR += py-authlib SUBDIR += py-azure-keyvault-certificates SUBDIR += py-azure-keyvault-keys SUBDIR += py-azure-keyvault-secrets SUBDIR += py-badkeys SUBDIR += py-base58 SUBDIR += py-bcrypt SUBDIR += py-bitbox02 SUBDIR += py-btchip-python SUBDIR += py-cerealizer SUBDIR += py-cert-human SUBDIR += py-certbot SUBDIR += py-certbot-apache SUBDIR += py-certbot-dns-cloudflare SUBDIR += py-certbot-dns-cpanel SUBDIR += py-certbot-dns-digitalocean SUBDIR += py-certbot-dns-dnsimple SUBDIR += py-certbot-dns-dnsmadeeasy SUBDIR += py-certbot-dns-gandi SUBDIR += py-certbot-dns-gehirn SUBDIR += py-certbot-dns-google SUBDIR += py-certbot-dns-linode SUBDIR += py-certbot-dns-luadns SUBDIR += py-certbot-dns-nsone SUBDIR += py-certbot-dns-ovh SUBDIR += py-certbot-dns-powerdns SUBDIR += py-certbot-dns-rfc2136 SUBDIR += py-certbot-dns-route53 SUBDIR += py-certbot-dns-sakuracloud SUBDIR += py-certbot-dns-standalone SUBDIR += py-certbot-nginx SUBDIR += py-certifi SUBDIR += py-certomancer SUBDIR += py-certstream SUBDIR += py-ckcc-protocol SUBDIR += py-coincurve SUBDIR += py-cpe SUBDIR += py-cryptography SUBDIR += py-cryptography-legacy SUBDIR += py-cryptography-vectors SUBDIR += py-ctypescrypto SUBDIR += py-cybox SUBDIR += py-detect-secrets SUBDIR += py-dfdatetime SUBDIR += py-dfwinreg SUBDIR += py-dirhash SUBDIR += py-django-auth-kerberos SUBDIR += py-docker-pycreds SUBDIR += py-ecdsa SUBDIR += py-ed25519ll SUBDIR += py-exscript SUBDIR += py-fail2ban SUBDIR += py-fido2 SUBDIR += py-first-server SUBDIR += py-flask-bcrypt SUBDIR += py-flask-httpauth SUBDIR += py-flask-kerberos SUBDIR += py-flask-saml SUBDIR += py-gixy SUBDIR += py-gnupg SUBDIR += py-gnutls SUBDIR += py-google-auth SUBDIR += py-google-auth-httplib2 SUBDIR += py-google-auth-oauthlib SUBDIR += py-gpgme SUBDIR += py-gpsoauth SUBDIR += py-greenbone-feed-sync SUBDIR += py-gssapi SUBDIR += py-gvm-tools SUBDIR += py-hkdf SUBDIR += py-htpasswd SUBDIR += py-httpx-auth SUBDIR += py-iris-check-module SUBDIR += py-iris-client SUBDIR += py-iris-evtx-module SUBDIR += py-iris-intelowl-module SUBDIR += py-iris-misp-module SUBDIR += py-iris-module-interface SUBDIR += py-iris-vt-module SUBDIR += py-iris-webhooks-module SUBDIR += py-itsdangerous SUBDIR += py-josepy SUBDIR += py-joserfc SUBDIR += py-jwcrypto SUBDIR += py-keepkey SUBDIR += py-kerberos SUBDIR += py-keyring SUBDIR += py-keyrings.alt SUBDIR += py-krb5 SUBDIR += py-libnacl SUBDIR += py-liboqs-python SUBDIR += py-m2crypto SUBDIR += py-maec SUBDIR += py-merkletools SUBDIR += py-mixbox SUBDIR += py-mkpasswd SUBDIR += py-mnemonic SUBDIR += py-msoffcrypto-tool SUBDIR += py-muacrypt SUBDIR += py-netbox-secrets SUBDIR += py-nethsm SUBDIR += py-netmiko SUBDIR += py-noiseprotocol SUBDIR += py-notus-scanner SUBDIR += py-ntlm-auth SUBDIR += py-oauth2client SUBDIR += py-oauthlib SUBDIR += py-omemo-dr SUBDIR += py-onlykey SUBDIR += py-openssl SUBDIR += py-oscrypto SUBDIR += py-ospd-openvas SUBDIR += py-paramiko SUBDIR += py-pass-audit SUBDIR += py-pass-git-helper SUBDIR += py-passhole SUBDIR += py-passlib SUBDIR += py-pbkdf2 SUBDIR += py-pem SUBDIR += py-pgpdump SUBDIR += py-pgpy SUBDIR += py-plaso SUBDIR += py-pnu-certwatch SUBDIR += py-pnu-vuxml SUBDIR += py-potr SUBDIR += py-pwntools SUBDIR += py-pyaes SUBDIR += py-pyaff4 SUBDIR += py-pyaxo SUBDIR += py-pyclamd SUBDIR += py-pycryptodome SUBDIR += py-pycryptodome-test-vectors SUBDIR += py-pycryptodomex SUBDIR += py-pyelliptic SUBDIR += py-pyhanko SUBDIR += py-pyhanko-certvalidator SUBDIR += py-pykeepass SUBDIR += py-pykeepass-cache SUBDIR += py-pylibacl SUBDIR += py-pymacaroons SUBDIR += py-pynacl SUBDIR += py-pyotp SUBDIR += py-pyotp2289 SUBDIR += py-pysaml2 SUBDIR += py-pysaml26 SUBDIR += py-pyscard SUBDIR += py-pysodium SUBDIR += py-pyspnego SUBDIR += py-pysrp SUBDIR += py-python-axolotl SUBDIR += py-python-axolotl-curve25519 SUBDIR += py-python-cas SUBDIR += py-python-gnupg SUBDIR += py-python-gvm SUBDIR += py-python-jose SUBDIR += py-python-nss SUBDIR += py-python-openid SUBDIR += py-python-pam SUBDIR += py-python-pkcs11 SUBDIR += py-python-registry SUBDIR += py-python3-openid SUBDIR += py-python3-saml SUBDIR += py-pyvex SUBDIR += py-pywinrm SUBDIR += py-requests-credssp SUBDIR += py-requests-kerberos SUBDIR += py-ropgadget SUBDIR += py-ropper SUBDIR += py-rsa SUBDIR += py-safe SUBDIR += py-scp SUBDIR += py-scramp SUBDIR += py-scrypt SUBDIR += py-secure SUBDIR += py-securesystemslib SUBDIR += py-service-identity SUBDIR += py-signedjson SUBDIR += py-social-auth-core SUBDIR += py-spake2 SUBDIR += py-ssh-audit SUBDIR += py-sshpubkeys SUBDIR += py-stem SUBDIR += py-stix SUBDIR += py-stix2 SUBDIR += py-stix2-patterns SUBDIR += py-taxii2-client SUBDIR += py-tinyaes SUBDIR += py-tls-parser SUBDIR += py-tlslite SUBDIR += py-tlslite-ng SUBDIR += py-trezor SUBDIR += py-trustme SUBDIR += py-truststore SUBDIR += py-tuf SUBDIR += py-txtorcon SUBDIR += py-uhashring SUBDIR += py-vici SUBDIR += py-virustotal-api SUBDIR += py-volatility3 SUBDIR += py-vpn-slice SUBDIR += py-vulndb SUBDIR += py-webauthn SUBDIR += py-xkcdpass SUBDIR += py-xmlsec SUBDIR += py-yara SUBDIR += py-yara-python-dex SUBDIR += py-yubikey-manager SUBDIR += py-zkg SUBDIR += py-zxcvbn SUBDIR += pygost SUBDIR += qt-sudo SUBDIR += qtkeychain SUBDIR += quantis-kmod SUBDIR += racoon2 SUBDIR += rage-encryption SUBDIR += ratify SUBDIR += ratproxy SUBDIR += rats SUBDIR += rcracki_mt SUBDIR += reop SUBDIR += rhash SUBDIR += rhonabwy SUBDIR += ridl SUBDIR += rifiuti2 SUBDIR += rkhunter SUBDIR += rndpassw SUBDIR += rnp SUBDIR += rotate SUBDIR += rpm-sequoia SUBDIR += rubygem-acme-client SUBDIR += rubygem-acme-client-gitlab SUBDIR += rubygem-aes_key_wrap SUBDIR += rubygem-airbrussh SUBDIR += rubygem-android_key_attestation SUBDIR += rubygem-attr_encrypted SUBDIR += rubygem-attr_encrypted3 SUBDIR += rubygem-bcrypt SUBDIR += rubygem-bcrypt-ruby SUBDIR += rubygem-bcrypt_pbkdf SUBDIR += rubygem-brakeman SUBDIR += rubygem-cancancan SUBDIR += rubygem-cose SUBDIR += rubygem-cvss-suite SUBDIR += rubygem-declarative_policy SUBDIR += rubygem-devise-two-factor SUBDIR += rubygem-devise-two-factor-rails5 SUBDIR += rubygem-devise-two-factor-rails70 SUBDIR += rubygem-devise-two-factor41-rails70 SUBDIR += rubygem-devise_pam_authenticatable2 SUBDIR += rubygem-digest SUBDIR += rubygem-digest-crc SUBDIR += rubygem-doorkeeper SUBDIR += rubygem-doorkeeper-device_authorization_grant SUBDIR += rubygem-doorkeeper-openid_connect SUBDIR += rubygem-doorkeeper-rails5 SUBDIR += rubygem-doorkeeper-rails50 SUBDIR += rubygem-doorkeeper-rails70 SUBDIR += rubygem-doorkeeper57-rails70 SUBDIR += rubygem-duo_api SUBDIR += rubygem-ed25519 SUBDIR += rubygem-encryptor SUBDIR += rubygem-ezcrypto SUBDIR += rubygem-googleauth SUBDIR += rubygem-googleauth-gitlab SUBDIR += rubygem-gpgme SUBDIR += rubygem-gpgr SUBDIR += rubygem-gssapi SUBDIR += rubygem-haiti-hash SUBDIR += rubygem-hkdf SUBDIR += rubygem-hkdf0 SUBDIR += rubygem-hrr_rb_ssh SUBDIR += rubygem-hrr_rb_ssh-ed25519 SUBDIR += rubygem-lockbox SUBDIR += rubygem-metasploit-concern SUBDIR += rubygem-metasploit-credential SUBDIR += rubygem-metasploit-model SUBDIR += rubygem-metasploit-payloads SUBDIR += rubygem-metasploit_data_models SUBDIR += rubygem-metasploit_payloads-mettle SUBDIR += rubygem-nessus_rest SUBDIR += rubygem-net-scp SUBDIR += rubygem-net-scp1 SUBDIR += rubygem-net-sftp SUBDIR += rubygem-net-ssh SUBDIR += rubygem-net-ssh-gateway SUBDIR += rubygem-net-ssh-krb SUBDIR += rubygem-net-ssh-multi SUBDIR += rubygem-net-ssh5 SUBDIR += rubygem-net-ssh6 SUBDIR += rubygem-net-telnet SUBDIR += rubygem-nexpose SUBDIR += rubygem-nmap-parser SUBDIR += rubygem-omniauth SUBDIR += rubygem-omniauth-alicloud SUBDIR += rubygem-omniauth-atlassian-oauth2 SUBDIR += rubygem-omniauth-bitbucket SUBDIR += rubygem-omniauth-cas SUBDIR += rubygem-omniauth-dingtalk-oauth2 SUBDIR += rubygem-omniauth-gitlab SUBDIR += rubygem-omniauth-jwt SUBDIR += rubygem-omniauth-multipassword SUBDIR += rubygem-omniauth-multipassword2 SUBDIR += rubygem-omniauth-oauth2-generic SUBDIR += rubygem-omniauth-oauth2-generic-gitlab SUBDIR += rubygem-omniauth-rails_csrf_protection SUBDIR += rubygem-omniauth-saml SUBDIR += rubygem-omniauth-saml1 SUBDIR += rubygem-omniauth-shibboleth SUBDIR += rubygem-omniauth-shibboleth-redux SUBDIR += rubygem-omniauth1 SUBDIR += rubygem-openssl SUBDIR += rubygem-openssl-ccm SUBDIR += rubygem-openssl-cmac SUBDIR += rubygem-openssl-signature_algorithm SUBDIR += rubygem-openvas-omp SUBDIR += rubygem-origami SUBDIR += rubygem-pbkdf2-ruby SUBDIR += rubygem-pundit SUBDIR += rubygem-pundit61 SUBDIR += rubygem-pwned SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-rack-oauth2 SUBDIR += rubygem-rack-oauth2-gitlab SUBDIR += rubygem-rasn1 SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-rbnacl SUBDIR += rubygem-rbnacl-libsodium SUBDIR += rubygem-recog SUBDIR += rubygem-rex-arch SUBDIR += rubygem-rex-bin_tools SUBDIR += rubygem-rex-core SUBDIR += rubygem-rex-encoder SUBDIR += rubygem-rex-exploitation SUBDIR += rubygem-rex-java SUBDIR += rubygem-rex-mime SUBDIR += rubygem-rex-nop SUBDIR += rubygem-rex-ole SUBDIR += rubygem-rex-powershell SUBDIR += rubygem-rex-random_identifier SUBDIR += rubygem-rex-registry SUBDIR += rubygem-rex-rop_builder SUBDIR += rubygem-rex-socket SUBDIR += rubygem-rex-sslscan SUBDIR += rubygem-rex-struct2 SUBDIR += rubygem-rex-text SUBDIR += rubygem-rex-zip SUBDIR += rubygem-roauth SUBDIR += rubygem-rpam2 SUBDIR += rubygem-ruby-hmac SUBDIR += rubygem-ruby-rc4 SUBDIR += rubygem-ruby-saml SUBDIR += rubygem-safety_net_attestation SUBDIR += rubygem-scrypt SUBDIR += rubygem-securecompare SUBDIR += rubygem-securerandom SUBDIR += rubygem-signet SUBDIR += rubygem-signet-gitlab SUBDIR += rubygem-six SUBDIR += rubygem-ssh_data SUBDIR += rubygem-sshkey SUBDIR += rubygem-sshkit SUBDIR += rubygem-sslshake SUBDIR += rubygem-ssrf_filter SUBDIR += rubygem-ssrf_filter10 SUBDIR += rubygem-timfel-krb5 SUBDIR += rubygem-tpm-key_attestation SUBDIR += rubygem-twitter_oauth SUBDIR += rubygem-unix-crypt SUBDIR += rubygem-vault SUBDIR += rubygem-webauthn SUBDIR += rubygem-webpush SUBDIR += rustls-ffi SUBDIR += rustscan SUBDIR += s2n-tls SUBDIR += safesh SUBDIR += samhain SUBDIR += samhain-client SUBDIR += samhain-server SUBDIR += sasp SUBDIR += scanlogd SUBDIR += scrypt SUBDIR += seahorse SUBDIR += seal SUBDIR += seccure SUBDIR += seclists SUBDIR += secpanel SUBDIR += sectok SUBDIR += secure_delete SUBDIR += sedutil SUBDIR += sequoia SUBDIR += sequoia-sq SUBDIR += setaudit SUBDIR += sha1collisiondetection SUBDIR += sha2wordlist SUBDIR += shibboleth-idp SUBDIR += shibboleth-sp SUBDIR += sig2dot SUBDIR += signify SUBDIR += signing-party SUBDIR += silktools SUBDIR += smurflog SUBDIR += sniffglue SUBDIR += snoopy SUBDIR += snort SUBDIR += snort-rep SUBDIR += snort2pfcd SUBDIR += snort3 SUBDIR += snortsam SUBDIR += snortsnarf SUBDIR += snowflake-tor SUBDIR += snuffleupagus SUBDIR += softether SUBDIR += softether-devel SUBDIR += softether5 SUBDIR += softhsm2 SUBDIR += solana SUBDIR += sops SUBDIR += spass SUBDIR += spass-qt5 SUBDIR += spectre-meltdown-checker SUBDIR += spm SUBDIR += sqlmap SUBDIR += sqlninja SUBDIR += srm SUBDIR += ssb SUBDIR += ssdeep SUBDIR += ssh-import-id SUBDIR += ssh-multiadd SUBDIR += ssh-tools SUBDIR += ssh-vault SUBDIR += sshguard SUBDIR += sshpass SUBDIR += ssl-admin SUBDIR += ssllabs-scan SUBDIR += sslproxy SUBDIR += sslscan SUBDIR += sslsplit SUBDIR += sssd SUBDIR += sssd2 SUBDIR += ssss SUBDIR += sst SUBDIR += starttls SUBDIR += steghide SUBDIR += stegify SUBDIR += step-certificates SUBDIR += step-cli SUBDIR += stoken SUBDIR += strongswan SUBDIR += stunnel SUBDIR += su-exec SUBDIR += subversion-gnome-keyring SUBDIR += sudo SUBDIR += sudoscript SUBDIR += super SUBDIR += suricata SUBDIR += swatchdog SUBDIR += tailscale SUBDIR += tang SUBDIR += tclsasl SUBDIR += tcpcrypt SUBDIR += teleport SUBDIR += testssl.sh SUBDIR += tfhe SUBDIR += theonionbox SUBDIR += tinc SUBDIR += tinc-devel SUBDIR += tinyca SUBDIR += tls-check SUBDIR += tlsc SUBDIR += tor SUBDIR += totp-cli SUBDIR += tpm-quote-tools SUBDIR += tpm-tools SUBDIR += tpm2-abrmd SUBDIR += tpm2-pkcs11 SUBDIR += tpm2-tools SUBDIR += tpm2-tss SUBDIR += transcrypt SUBDIR += trezord SUBDIR += tripwire SUBDIR += trivy SUBDIR += trousers SUBDIR += trufflehog SUBDIR += tthsum SUBDIR += u2f-devd SUBDIR += uacme SUBDIR += ubuntu-keyring SUBDIR += unhide SUBDIR += unix-selfauth-helper SUBDIR += vanguards-tor SUBDIR += vault SUBDIR += vaultwarden SUBDIR += veracrypt SUBDIR += vigenere SUBDIR += vlock SUBDIR += vm-to-tor SUBDIR += vouch-proxy SUBDIR += vpnc SUBDIR += vuls SUBDIR += vulsrepo SUBDIR += vuxml SUBDIR += vxquery SUBDIR += wapiti SUBDIR += wazuh-agent SUBDIR += wazuh-dashboard SUBDIR += wazuh-indexer SUBDIR += wazuh-manager SUBDIR += wazuh-server SUBDIR += webfwlog SUBDIR += webtunnel-tor SUBDIR += weggli SUBDIR += whatweb SUBDIR += wipe SUBDIR += wolfssh SUBDIR += wolfssl SUBDIR += wpa_supplicant SUBDIR += wpa_supplicant-devel SUBDIR += wpa_supplicant210 SUBDIR += wpa_supplicant29 SUBDIR += xca SUBDIR += xhash SUBDIR += xinetd SUBDIR += xml-security SUBDIR += xmlsec1 SUBDIR += xorsearch SUBDIR += xray-core SUBDIR += yafic SUBDIR += yapet SUBDIR += yara SUBDIR += yersinia SUBDIR += ykclient SUBDIR += ykpers SUBDIR += ylva SUBDIR += yubico-piv-tool SUBDIR += yubikey-agent SUBDIR += yubikey-manager-qt SUBDIR += yubikey-personalization-gui SUBDIR += yubioath-desktop SUBDIR += zaproxy SUBDIR += zeek SUBDIR += zeronet SUBDIR += zlint SUBDIR += zzuf .include diff --git a/security/linux-rl9-gnupg/Makefile b/security/linux-rl9-gnupg/Makefile index ce36a8bf8b7f..30a2a8c5a9ae 100644 --- a/security/linux-rl9-gnupg/Makefile +++ b/security/linux-rl9-gnupg/Makefile @@ -1,28 +1,28 @@ PORTNAME= gnupg PORTVERSION= 2.3.3 DISTVERSIONSUFFIX= -4.el9 PORTREVISION= 1 CATEGORIES= security linux PKGNAMESUFFIX= 2 MAINTAINER= emulation@FreeBSD.org COMMENT= GNU Transport Layer Security library (Rocky Linux ${LINUX_DIST_VER}) WWW= https://gnutls.org/ USES= cpe linux:rl9 CPE_VENDOR= gnu -USE_LINUX= gnutls libassuan libgcrypt libgpg-error openldap sqlite3 +USE_LINUX= gnutls libassuan libgcrypt libgpg-error libksba npth openldap sqlite3 USE_LINUX_RPM= yes BIN_DISTNAMES= ${PORTNAME}2-${DISTVERSION}${DISTVERSIONSUFFIX} LIB_DISTNAMES= ${PORTNAME}2-smime-${DISTVERSION}${DISTVERSIONSUFFIX} SRC_DISTFILES= ${PORTNAME}2-${DISTVERSION}${DISTVERSIONSUFFIX}${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes .include diff --git a/security/linux-rl9-libgcrypt/Makefile b/security/linux-rl9-libgcrypt/Makefile index bac7260aca84..134f195079d4 100644 --- a/security/linux-rl9-libgcrypt/Makefile +++ b/security/linux-rl9-libgcrypt/Makefile @@ -1,25 +1,26 @@ PORTNAME= libgcrypt PORTVERSION= 1.10.0 -DISTVERSIONSUFFIX= -10.el9_2 -PORTREVISION= 1 +DISTVERSIONSUFFIX= -11.el9 +PORTREVISION= 2 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org COMMENT= Crypto library based on code used in GnuPG (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.gnupg.org/software/libgcrypt/index.html LICENSE= LGPL21+ USES= cpe linux:rl9 CPE_VENDOR= gnupg USE_LDCONFIG= yes USE_LINUX= libgpg-error USE_LINUX_RPM= yes WANT_LINUX32= yes CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS .include diff --git a/security/linux-rl9-libgcrypt/distinfo b/security/linux-rl9-libgcrypt/distinfo index ecaffcd9c5f5..e64538332126 100644 --- a/security/linux-rl9-libgcrypt/distinfo +++ b/security/linux-rl9-libgcrypt/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731422373 -SHA256 (rocky/l/libgcrypt-1.10.0-10.el9_2.aarch64.rpm) = cd317ea959dd8dedce41d3f08ed96210b5a0f25287a029565fe4cb0c6ac0419a -SIZE (rocky/l/libgcrypt-1.10.0-10.el9_2.aarch64.rpm) = 460087 -SHA256 (rocky/l/libgcrypt-1.10.0-10.el9_2.i686.rpm) = 71b510f3f44395ee0a19426a1d13e43df2be97ea16fb33870d46b2c08e1136ac -SIZE (rocky/l/libgcrypt-1.10.0-10.el9_2.i686.rpm) = 492152 -SHA256 (rocky/l/libgcrypt-1.10.0-10.el9_2.x86_64.rpm) = edc9b3c4f250cbd1601f0163ea23cbed7a4d8af5e995d4a906122686ddca3cf8 -SIZE (rocky/l/libgcrypt-1.10.0-10.el9_2.x86_64.rpm) = 515979 -SHA256 (rocky/l/libgcrypt-1.10.0-10.el9_2.src.rpm) = 3149d059871928d478eedd5c5b72d1895bdac80562e94e7feb7651837179f24d -SIZE (rocky/l/libgcrypt-1.10.0-10.el9_2.src.rpm) = 3925835 +TIMESTAMP = 1732646653 +SHA256 (rocky/l/libgcrypt-1.10.0-11.el9.aarch64.rpm) = 3b00dd24d2e9601c1477fb08649df5723263a56c0e8791fef4eff83e6cf946ef +SIZE (rocky/l/libgcrypt-1.10.0-11.el9.aarch64.rpm) = 465140 +SHA256 (rocky/l/libgcrypt-1.10.0-11.el9.i686.rpm) = 5e4f39f99b7a065d50734fe24d9152cbc90f5db0a77c977efacfbb8a619ba1ea +SIZE (rocky/l/libgcrypt-1.10.0-11.el9.i686.rpm) = 495221 +SHA256 (rocky/l/libgcrypt-1.10.0-11.el9.x86_64.rpm) = 350f4bc7f8c9f5a9ac566d73b3317b4a8183f829efc491d10f4f258d14a28631 +SIZE (rocky/l/libgcrypt-1.10.0-11.el9.x86_64.rpm) = 518974 +SHA256 (rocky/l/libgcrypt-1.10.0-11.el9.src.rpm) = 1088702dd58058c3dbdcdafee95cbf534b72bdbe02bca15eec851aff482fcb23 +SIZE (rocky/l/libgcrypt-1.10.0-11.el9.src.rpm) = 3974744 diff --git a/security/linux-rl9-libgcrypt/pkg-plist.aarch64 b/security/linux-rl9-libgcrypt/pkg-plist.aarch64 index c1bebb099336..d3e93d87bc36 100644 --- a/security/linux-rl9-libgcrypt/pkg-plist.aarch64 +++ b/security/linux-rl9-libgcrypt/pkg-plist.aarch64 @@ -1,8 +1,8 @@ -usr/lib/.build-id/b7/e7c44bb967e99694a558e24ea0267c19dfda3e +usr/lib/.build-id/19/6ab2d2ac3c41ccb7a9caa7fed94094792f64d3 usr/lib64/libgcrypt.so.20 usr/lib64/libgcrypt.so.20.4.0 -%%PORTDOCS%%usr/share/doc/libgcrypt/AUTHORS -%%PORTDOCS%%usr/share/doc/libgcrypt/NEWS -%%PORTDOCS%%usr/share/doc/libgcrypt/THANKS +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/THANKS usr/share/licenses/libgcrypt/COPYING.LIB @dir etc/gcrypt diff --git a/security/linux-rl9-libgcrypt/pkg-plist.amd64 b/security/linux-rl9-libgcrypt/pkg-plist.amd64 index 4304c430ac65..581e304ad4e9 100644 --- a/security/linux-rl9-libgcrypt/pkg-plist.amd64 +++ b/security/linux-rl9-libgcrypt/pkg-plist.amd64 @@ -1,11 +1,11 @@ -usr/lib/.build-id/3d/6b325fb24d09990a1b32343b27d3762d9ace14 -usr/lib/.build-id/83/26c4c629a0b54660fa342cc854212caef12092 +usr/lib/.build-id/c6/59a2e5dcc5077ba7e4a019de8a57656f17954e +usr/lib/.build-id/c9/505f4b48e6aef79b08a88046ba3d837d7a23b1 usr/lib/libgcrypt.so.20 usr/lib/libgcrypt.so.20.4.0 usr/lib64/libgcrypt.so.20 usr/lib64/libgcrypt.so.20.4.0 -%%PORTDOCS%%usr/share/doc/libgcrypt/AUTHORS -%%PORTDOCS%%usr/share/doc/libgcrypt/NEWS -%%PORTDOCS%%usr/share/doc/libgcrypt/THANKS +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/THANKS usr/share/licenses/libgcrypt/COPYING.LIB @dir etc/gcrypt diff --git a/security/linux-rl9-libgpg-error/Makefile b/security/linux-rl9-libgpg-error/Makefile index ed843d45c50f..fceb3871ee15 100644 --- a/security/linux-rl9-libgpg-error/Makefile +++ b/security/linux-rl9-libgpg-error/Makefile @@ -1,24 +1,25 @@ PORTNAME= libgpg-error PORTVERSION= 1.42 DISTVERSIONSUFFIX= -5.el9 PORTREVISION= 1 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org COMMENT= Common error values for all GnuPG components (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.gnupg.org/software/libgpg-error/ LICENSE= LGPL21+ USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX_RPM= yes WANT_LINUX32= yes CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes .include diff --git a/security/linux-rl9-libgpg-error/pkg-plist.aarch64 b/security/linux-rl9-libgpg-error/pkg-plist.aarch64 index 6f03a3fe970c..18138ef73567 100644 --- a/security/linux-rl9-libgpg-error/pkg-plist.aarch64 +++ b/security/linux-rl9-libgpg-error/pkg-plist.aarch64 @@ -1,31 +1,31 @@ usr/bin/gpg-error usr/lib/.build-id/c2/a4a1869f1fe740f6f06d4c32ce77352ff661fe usr/lib/.build-id/e4/9c8c96e69562bd9e477f4c5e1b2a71f4a82292 usr/lib64/libgpg-error.so.0 usr/lib64/libgpg-error.so.0.32.0 -%%PORTDOCS%%usr/share/doc/libgpg-error/AUTHORS -%%PORTDOCS%%usr/share/doc/libgpg-error/NEWS -%%PORTDOCS%%usr/share/doc/libgpg-error/README +%%PORTDOCS%%/AUTHORS +%%PORTDOCS%%/NEWS +%%PORTDOCS%%/README %%DATADIR%%/errorref.txt usr/share/licenses/libgpg-error/COPYING usr/share/licenses/libgpg-error/COPYING.LIB %%NLS%%usr/share/locale/cs/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo diff --git a/security/linux-rl9-libgpg-error/pkg-plist.amd64 b/security/linux-rl9-libgpg-error/pkg-plist.amd64 index ca050c8d5b5b..b0661cea23c1 100644 --- a/security/linux-rl9-libgpg-error/pkg-plist.amd64 +++ b/security/linux-rl9-libgpg-error/pkg-plist.amd64 @@ -1,35 +1,35 @@ usr/bin/gpg-error usr/lib/.build-id/6a/51c4775d127d417f1739858c83e6b9d3ab0c37 usr/lib/.build-id/9d/3133a9b2da06caa7fa37625d1d24f6e3f3cc65 usr/lib/.build-id/c4/c6eedddf3d0d36d64b778bf48d664530f25cd5 usr/lib/.build-id/d3/29208c15a720c5907854b9b69541c9bf401969 usr/lib/libgpg-error.so.0 usr/lib/libgpg-error.so.0.32.0 usr/lib64/libgpg-error.so.0 usr/lib64/libgpg-error.so.0.32.0 -%%PORTDOCS%%usr/share/doc/libgpg-error/AUTHORS -%%PORTDOCS%%usr/share/doc/libgpg-error/NEWS -%%PORTDOCS%%usr/share/doc/libgpg-error/README +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/errorref.txt usr/share/licenses/libgpg-error/COPYING usr/share/licenses/libgpg-error/COPYING.LIB %%NLS%%usr/share/locale/cs/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo diff --git a/security/linux-rl9-libgcrypt/Makefile b/security/linux-rl9-libksba/Makefile similarity index 79% copy from security/linux-rl9-libgcrypt/Makefile copy to security/linux-rl9-libksba/Makefile index bac7260aca84..ad1b18fc89ec 100644 --- a/security/linux-rl9-libgcrypt/Makefile +++ b/security/linux-rl9-libksba/Makefile @@ -1,25 +1,25 @@ -PORTNAME= libgcrypt -PORTVERSION= 1.10.0 -DISTVERSIONSUFFIX= -10.el9_2 -PORTREVISION= 1 +PORTNAME= libksba +PORTVERSION= 1.5.1 +DISTVERSIONSUFFIX= -7.el9 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org COMMENT= Crypto library based on code used in GnuPG (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.gnupg.org/software/libgcrypt/index.html LICENSE= LGPL21+ USES= cpe linux:rl9 CPE_VENDOR= gnupg USE_LDCONFIG= yes USE_LINUX= libgpg-error USE_LINUX_RPM= yes WANT_LINUX32= yes CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS .include diff --git a/security/linux-rl9-libksba/distinfo b/security/linux-rl9-libksba/distinfo new file mode 100644 index 000000000000..6467e513eac6 --- /dev/null +++ b/security/linux-rl9-libksba/distinfo @@ -0,0 +1,9 @@ +TIMESTAMP = 1732661132 +SHA256 (rocky/l/libksba-1.5.1-7.el9.aarch64.rpm) = 7e28b5f40e71c42ad89144ab9c4a5ece8d5ad2057deff4214954cb2645d57071 +SIZE (rocky/l/libksba-1.5.1-7.el9.aarch64.rpm) = 153797 +SHA256 (rocky/l/libksba-1.5.1-7.el9.i686.rpm) = 2d596acb13fe582901bcd3cc9363e04f27533c902e4d0f4230723223325edc38 +SIZE (rocky/l/libksba-1.5.1-7.el9.i686.rpm) = 160403 +SHA256 (rocky/l/libksba-1.5.1-7.el9.x86_64.rpm) = 889bd55e123a02abe8afc82da4de3f8d6688bfee71148e2032673fbfe83b3445 +SIZE (rocky/l/libksba-1.5.1-7.el9.x86_64.rpm) = 155981 +SHA256 (rocky/l/libksba-1.5.1-7.el9.src.rpm) = 60ce35a117e69e8d14adee3f2190bb481d82a099e18dfd5b947122c2d4c3973a +SIZE (rocky/l/libksba-1.5.1-7.el9.src.rpm) = 674684 diff --git a/security/linux-rl9-libksba/pkg-plist.aarch64 b/security/linux-rl9-libksba/pkg-plist.aarch64 new file mode 100644 index 000000000000..7b42b218ce96 --- /dev/null +++ b/security/linux-rl9-libksba/pkg-plist.aarch64 @@ -0,0 +1,13 @@ +usr/lib/.build-id/bb/49c6850840ea457b9b1a95008b987d7dea6bd2 +usr/lib64/libksba.so.8 +usr/lib64/libksba.so.8.13.1 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/THANKS +%%PORTDOCS%%%%DOCSDIR%%/TODO +usr/share/licenses/libksba/COPYING +usr/share/licenses/libksba/COPYING.GPLv2 +usr/share/licenses/libksba/COPYING.GPLv3 +usr/share/licenses/libksba/COPYING.LGPLv3 diff --git a/security/linux-rl9-libksba/pkg-plist.amd64 b/security/linux-rl9-libksba/pkg-plist.amd64 new file mode 100644 index 000000000000..154507c000ab --- /dev/null +++ b/security/linux-rl9-libksba/pkg-plist.amd64 @@ -0,0 +1,16 @@ +usr/lib/.build-id/91/e5986011cef4043849fa979d441a909ac94a2b +usr/lib/.build-id/98/21461073968cf6c87433ad38c3bf475bc25249 +usr/lib/libksba.so.8 +usr/lib/libksba.so.8.13.1 +usr/lib64/libksba.so.8 +usr/lib64/libksba.so.8.13.1 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/THANKS +%%PORTDOCS%%%%DOCSDIR%%/TODO +usr/share/licenses/libksba/COPYING +usr/share/licenses/libksba/COPYING.GPLv2 +usr/share/licenses/libksba/COPYING.GPLv3 +usr/share/licenses/libksba/COPYING.LGPLv3 diff --git a/security/linux-rl9-libsecret/Makefile b/security/linux-rl9-libsecret/Makefile index 8785186ab61a..eda705d7d536 100644 --- a/security/linux-rl9-libsecret/Makefile +++ b/security/linux-rl9-libsecret/Makefile @@ -1,25 +1,26 @@ PORTNAME= libsecret PORTVERSION= 0.20.4 DISTVERSIONSUFFIX= -4.el9 PORTREVISION= 1 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org COMMENT= Library for storing and retrieving passwords and other secrets WWW= https://wiki.gnome.org/Projects/Libsecret/ LICENSE= LGPL20+ USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX= libgcrypt libgpg-error USE_LINUX_RPM= yes WANT_LINUX32= yes CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes .include diff --git a/security/linux-rl9-libsecret/pkg-plist.aarch64 b/security/linux-rl9-libsecret/pkg-plist.aarch64 index b6cbe9daa27e..143c63eadec9 100644 --- a/security/linux-rl9-libsecret/pkg-plist.aarch64 +++ b/security/linux-rl9-libsecret/pkg-plist.aarch64 @@ -1,65 +1,65 @@ usr/bin/secret-tool usr/lib/.build-id/44/3bad0bb8387c5a443bf26e60513e43ce09899c usr/lib/.build-id/df/df038f0f15765bd7349c1801addf5a3bfb142e usr/lib64/girepository-1.0/Secret-1.typelib usr/lib64/libsecret-1.so.0 usr/lib64/libsecret-1.so.0.0.0 -%%PORTDOCS%%usr/share/doc/libsecret/AUTHORS -%%PORTDOCS%%usr/share/doc/libsecret/NEWS -%%PORTDOCS%%usr/share/doc/libsecret/README +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README usr/share/licenses/libsecret/COPYING %%NLS%%usr/share/locale/an/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ckb/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libsecret.mo usr/share/man/man1/secret-tool.1.gz diff --git a/security/linux-rl9-libsecret/pkg-plist.amd64 b/security/linux-rl9-libsecret/pkg-plist.amd64 index f7eef5e75c2b..c64b4055cea7 100644 --- a/security/linux-rl9-libsecret/pkg-plist.amd64 +++ b/security/linux-rl9-libsecret/pkg-plist.amd64 @@ -1,70 +1,70 @@ usr/bin/secret-tool usr/lib/.build-id/27/1640d6a68b01f4991fb7bc8fe8fc37a65ad4e8 usr/lib/.build-id/43/52383f2bab10d03e96607e00df3f6a0261f423 usr/lib/.build-id/ab/a25ec229ddaa9d36c1a59237ad75e032f4418e usr/lib/.build-id/bd/997be42a0e3ff9c609c42b90ef83e6ddb1fa92 usr/lib/girepository-1.0/Secret-1.typelib usr/lib/libsecret-1.so.0 usr/lib/libsecret-1.so.0.0.0 usr/lib64/girepository-1.0/Secret-1.typelib usr/lib64/libsecret-1.so.0 usr/lib64/libsecret-1.so.0.0.0 -%%PORTDOCS%%usr/share/doc/libsecret/AUTHORS -%%PORTDOCS%%usr/share/doc/libsecret/NEWS -%%PORTDOCS%%usr/share/doc/libsecret/README +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README usr/share/licenses/libsecret/COPYING %%NLS%%usr/share/locale/an/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ckb/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/libsecret.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libsecret.mo usr/share/man/man1/secret-tool.1.gz diff --git a/security/linux-rl9-libtasn1/Makefile b/security/linux-rl9-libssh/Makefile similarity index 53% copy from security/linux-rl9-libtasn1/Makefile copy to security/linux-rl9-libssh/Makefile index ce927c9c8b00..e675e6b2b25c 100644 --- a/security/linux-rl9-libtasn1/Makefile +++ b/security/linux-rl9-libssh/Makefile @@ -1,25 +1,21 @@ -PORTNAME= libtasn1 -PORTVERSION= 4.16.0 -DISTVERSIONSUFFIX= -8.el9_1 -PORTREVISION= 1 +PORTNAME= libssh +PORTVERSION= 0.10.4 +DISTVERSIONSUFFIX= -13.el9 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org -COMMENT= ASN.1 structure parser library (Rocky Linux ${LINUX_DIST_VER}) -WWW= https://www.gnu.org/software/libtasn1/ - -LICENSE= LGPL21+ +COMMENT= Library implementing the SSH2 protocol (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.libssh.org/ USES= cpe linux:rl9 USE_LDCONFIG= yes USE_LINUX_RPM= yes WANT_LINUX32= yes -CPE_VENDOR= gnu - CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS .include diff --git a/security/linux-rl9-libssh/distinfo b/security/linux-rl9-libssh/distinfo new file mode 100644 index 000000000000..dc578dc62639 --- /dev/null +++ b/security/linux-rl9-libssh/distinfo @@ -0,0 +1,9 @@ +TIMESTAMP = 1732642025 +SHA256 (rocky/l/libssh-0.10.4-13.el9.aarch64.rpm) = 7cf16f8828ae18e7f687760ef475fd366bc38af95349441aa85652a6f7396036 +SIZE (rocky/l/libssh-0.10.4-13.el9.aarch64.rpm) = 217272 +SHA256 (rocky/l/libssh-0.10.4-13.el9.i686.rpm) = 6ce31f6e830e35b4b34dd1525e72007965bda6adb51d4479fa6982c005ec21c6 +SIZE (rocky/l/libssh-0.10.4-13.el9.i686.rpm) = 236098 +SHA256 (rocky/l/libssh-0.10.4-13.el9.x86_64.rpm) = e401d9402bc27b9c2f6318ee57db843795b97f50c558fa4d326d4cdb14a56434 +SIZE (rocky/l/libssh-0.10.4-13.el9.x86_64.rpm) = 220525 +SHA256 (rocky/l/libssh-0.10.4-13.el9.src.rpm) = 80dde706ae6c54f87ffce74b10732de0571692990e1e2f6aeb026a0ed271ba7c +SIZE (rocky/l/libssh-0.10.4-13.el9.src.rpm) = 664104 diff --git a/security/linux-rl9-libssh/pkg-plist.aarch64 b/security/linux-rl9-libssh/pkg-plist.aarch64 new file mode 100644 index 000000000000..59b320c518ff --- /dev/null +++ b/security/linux-rl9-libssh/pkg-plist.aarch64 @@ -0,0 +1,10 @@ +usr/lib/.build-id/e0/399cf33fffea8f9c6d3f958848fd8e7cc15e7e +usr/lib64/libssh.so.4 +usr/lib64/libssh.so.4.9.4 +usr/lib64/libssh_threads.so.4 +usr/lib64/libssh_threads.so.4.9.4 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/BSD +%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libssh/COPYING diff --git a/security/linux-rl9-libssh/pkg-plist.amd64 b/security/linux-rl9-libssh/pkg-plist.amd64 new file mode 100644 index 000000000000..36a1b9a02232 --- /dev/null +++ b/security/linux-rl9-libssh/pkg-plist.amd64 @@ -0,0 +1,15 @@ +usr/lib/.build-id/2f/2abe310a7f7841bf3898f0284332066bd29f22 +usr/lib/.build-id/68/2d0ce66d9efeb21433260023eee66f44522630 +usr/lib/libssh.so.4 +usr/lib/libssh.so.4.9.4 +usr/lib/libssh_threads.so.4 +usr/lib/libssh_threads.so.4.9.4 +usr/lib64/libssh.so.4 +usr/lib64/libssh.so.4.9.4 +usr/lib64/libssh_threads.so.4 +usr/lib64/libssh_threads.so.4.9.4 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/BSD +%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libssh/COPYING diff --git a/security/linux-rl9-libtasn1/Makefile b/security/linux-rl9-libtasn1/Makefile index ce927c9c8b00..5d07ecdf10cd 100644 --- a/security/linux-rl9-libtasn1/Makefile +++ b/security/linux-rl9-libtasn1/Makefile @@ -1,25 +1,26 @@ PORTNAME= libtasn1 PORTVERSION= 4.16.0 DISTVERSIONSUFFIX= -8.el9_1 PORTREVISION= 1 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org COMMENT= ASN.1 structure parser library (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.gnu.org/software/libtasn1/ LICENSE= LGPL21+ USES= cpe linux:rl9 USE_LDCONFIG= yes USE_LINUX_RPM= yes WANT_LINUX32= yes CPE_VENDOR= gnu CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS .include diff --git a/security/linux-rl9-libtasn1/pkg-plist.aarch64 b/security/linux-rl9-libtasn1/pkg-plist.aarch64 index 31f16ac152b6..02b1727134fc 100644 --- a/security/linux-rl9-libtasn1/pkg-plist.aarch64 +++ b/security/linux-rl9-libtasn1/pkg-plist.aarch64 @@ -1,9 +1,9 @@ usr/lib/.build-id/f4/3a0eebed60e9810dd8c712ea2fd6489bde7cc2 usr/lib64/libtasn1.so.6 usr/lib64/libtasn1.so.6.6.0 -%%PORTDOCS%%usr/share/doc/libtasn1/AUTHORS -%%PORTDOCS%%usr/share/doc/libtasn1/NEWS -%%PORTDOCS%%usr/share/doc/libtasn1/README.md +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README.md usr/share/licenses/libtasn1/COPYING usr/share/licenses/libtasn1/COPYING.LESSER usr/share/licenses/libtasn1/LICENSE diff --git a/security/linux-rl9-libtasn1/pkg-plist.amd64 b/security/linux-rl9-libtasn1/pkg-plist.amd64 index 1c1cbd807989..54ed33d86ab4 100644 --- a/security/linux-rl9-libtasn1/pkg-plist.amd64 +++ b/security/linux-rl9-libtasn1/pkg-plist.amd64 @@ -1,12 +1,12 @@ usr/lib/.build-id/1e/99accfe14d80aefbdf2fa18a2b9e11fa42e8e0 usr/lib/.build-id/c1/7247c829f91e289fb9424e7a05b9946d8985d2 usr/lib/libtasn1.so.6 usr/lib/libtasn1.so.6.6.0 usr/lib64/libtasn1.so.6 usr/lib64/libtasn1.so.6.6.0 -%%PORTDOCS%%usr/share/doc/libtasn1/AUTHORS -%%PORTDOCS%%usr/share/doc/libtasn1/NEWS -%%PORTDOCS%%usr/share/doc/libtasn1/README.md +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README.md usr/share/licenses/libtasn1/COPYING usr/share/licenses/libtasn1/COPYING.LESSER usr/share/licenses/libtasn1/LICENSE diff --git a/textproc/Makefile b/textproc/Makefile index e679e363424d..8668ddb95bde 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,2226 +1,2227 @@ COMMENT = Text processing utilities (does not include desktop publishing) SUBDIR += 2bsd-diff SUBDIR += CLDR SUBDIR += R-cran-DT SUBDIR += R-cran-R2HTML SUBDIR += R-cran-XML SUBDIR += R-cran-bibtex SUBDIR += R-cran-brew SUBDIR += R-cran-cellranger SUBDIR += R-cran-commonmark SUBDIR += R-cran-downlit SUBDIR += R-cran-formatR SUBDIR += R-cran-highr SUBDIR += R-cran-htmlTable SUBDIR += R-cran-htmltools SUBDIR += R-cran-hunspell SUBDIR += R-cran-markdown SUBDIR += R-cran-openxlsx SUBDIR += R-cran-pystr SUBDIR += R-cran-rbibutils SUBDIR += R-cran-readr SUBDIR += R-cran-readxl SUBDIR += R-cran-rematch SUBDIR += R-cran-reprex SUBDIR += R-cran-rex SUBDIR += R-cran-rio SUBDIR += R-cran-rmarkdown SUBDIR += R-cran-sass SUBDIR += R-cran-spelling SUBDIR += R-cran-stringi SUBDIR += R-cran-stringr SUBDIR += R-cran-tth SUBDIR += R-cran-utf8 SUBDIR += R-cran-vroom SUBDIR += R-cran-writexl SUBDIR += R-cran-xml2 SUBDIR += R-cran-xmlparsedata SUBDIR += R-cran-xtable SUBDIR += R-cran-yaml SUBDIR += UCD SUBDIR += add-css-links SUBDIR += addts SUBDIR += adoc-mode.el SUBDIR += af-aspell SUBDIR += aft SUBDIR += agrep SUBDIR += aha SUBDIR += aiksaurus SUBDIR += align SUBDIR += am-aspell SUBDIR += amberfish SUBDIR += angle-grinder SUBDIR += ansifilter SUBDIR += antiword SUBDIR += apache-commons-csv SUBDIR += apache-commons-digester SUBDIR += apache-poi SUBDIR += apache-solr SUBDIR += apache-solr8 SUBDIR += apache-xmlbeans SUBDIR += apertium SUBDIR += apertium-eng SUBDIR += aq SUBDIR += arianna SUBDIR += asciidoc SUBDIR += asm-xml SUBDIR += asm2html SUBDIR += aspell SUBDIR += aspell-ispell SUBDIR += ast-aspell SUBDIR += atom SUBDIR += augeas SUBDIR += az-aspell SUBDIR += bar SUBDIR += bat SUBDIR += bbe SUBDIR += be-aspell SUBDIR += belr SUBDIR += bg-aspell SUBDIR += bg-hyphen SUBDIR += bg-mythes SUBDIR += bib2html SUBDIR += bibclean SUBDIR += bibtex2html SUBDIR += bibutils SUBDIR += biodiff SUBDIR += bn-aspell SUBDIR += br-aspell SUBDIR += bsd-spell SUBDIR += bsddiff SUBDIR += c2html SUBDIR += c2man SUBDIR += ca-aspell SUBDIR += cast2gif SUBDIR += castxml SUBDIR += catdoc SUBDIR += cdif SUBDIR += cg3 SUBDIR += cgrep SUBDIR += chkascii SUBDIR += choose SUBDIR += chpp SUBDIR += cl-meta SUBDIR += cl-meta-sbcl SUBDIR += cl-ppcre SUBDIR += cl-ppcre-sbcl SUBDIR += clucene SUBDIR += cmark SUBDIR += coccigrep SUBDIR += code-minimap SUBDIR += code2html SUBDIR += codesearch SUBDIR += codespell SUBDIR += colordiff SUBDIR += comrak SUBDIR += confetti SUBDIR += confget SUBDIR += consul-template SUBDIR += cpp-peglib SUBDIR += cpptoml SUBDIR += crex SUBDIR += crow-translate SUBDIR += crunch SUBDIR += cs-aspell SUBDIR += cs-hunspell SUBDIR += cs-hyphen SUBDIR += cs-mythes SUBDIR += csb-aspell SUBDIR += csvdiff SUBDIR += csview SUBDIR += csvlens SUBDIR += csvq SUBDIR += ctpl SUBDIR += ctpp2 SUBDIR += cwtext SUBDIR += cy-aspell SUBDIR += cy-hunspell SUBDIR += da-aspell SUBDIR += dadadodo SUBDIR += dasel SUBDIR += datamash SUBDIR += db2latex SUBDIR += dbacl SUBDIR += dblatex SUBDIR += denature SUBDIR += dict SUBDIR += dictem SUBDIR += dictfmt SUBDIR += dictionary SUBDIR += diff-so-fancy SUBDIR += diffsplit SUBDIR += diffstat SUBDIR += difftastic SUBDIR += diffutils SUBDIR += dikt SUBDIR += discount SUBDIR += doc-mode.el SUBDIR += docbook SUBDIR += docbook-sgml SUBDIR += docbook-to-man SUBDIR += docbook-utils SUBDIR += docbook-xml SUBDIR += docbook-xsd SUBDIR += docbook-xsl SUBDIR += docbook-xsl-ns SUBDIR += docbook2X SUBDIR += docbook2mdoc SUBDIR += docbook2odf SUBDIR += docbookrx SUBDIR += docproj SUBDIR += docproj-fonts-cjk SUBDIR += docproj-legacy SUBDIR += dom4j SUBDIR += domc SUBDIR += dsssl-docbook-modular SUBDIR += dtd-catalogs SUBDIR += dtd2relax SUBDIR += dtdparse SUBDIR += duncan SUBDIR += dwdiff SUBDIR += easydiff SUBDIR += ebook-tools SUBDIR += ekhtml SUBDIR += el-aspell SUBDIR += el-hyphen SUBDIR += elasticsearch-plugin-head SUBDIR += elasticsearch7 SUBDIR += elasticsearch8 SUBDIR += en-aspell SUBDIR += en-hunspell SUBDIR += en-mythes SUBDIR += enchant SUBDIR += enchant2 SUBDIR += eo-aspell SUBDIR += eqe SUBDIR += es-aspell SUBDIR += es-hunspell SUBDIR += es-hyphen SUBDIR += es-mythes SUBDIR += estraier SUBDIR += et-aspell SUBDIR += evtx SUBDIR += exempi SUBDIR += expat2 SUBDIR += extract_url SUBDIR += ezxml SUBDIR += fa-aspell SUBDIR += fblog SUBDIR += fcitx-m17n SUBDIR += fcitx-qt5 SUBDIR += fcitx-table-other SUBDIR += fcitx5 SUBDIR += fcitx5-configtool SUBDIR += fcitx5-gtk SUBDIR += fcitx5-gtk-common SUBDIR += fcitx5-lua SUBDIR += fcitx5-m17n SUBDIR += fcitx5-qt SUBDIR += fcitx5-qt-common SUBDIR += fex SUBDIR += ffe SUBDIR += fi-aspell SUBDIR += filepp SUBDIR += fist SUBDIR += fixrtf SUBDIR += fldiff SUBDIR += flex SUBDIR += flip SUBDIR += fmtlatex SUBDIR += fo-aspell SUBDIR += foiltex SUBDIR += fop SUBDIR += fox-xml SUBDIR += freexl SUBDIR += fuzzysearchdatabase SUBDIR += fy-aspell SUBDIR += fzf SUBDIR += fzy SUBDIR += ga-aspell SUBDIR += gastex SUBDIR += gd-aspell SUBDIR += gdome2 SUBDIR += gh-grep SUBDIR += git-chglog SUBDIR += gitlab-elasticsearch-indexer SUBDIR += gl-aspell SUBDIR += gladtex SUBDIR += gmetadom SUBDIR += gnugrep SUBDIR += go-md2man SUBDIR += go-transifex-client SUBDIR += go-yq SUBDIR += gojq SUBDIR += goldendict SUBDIR += google-ctemplate SUBDIR += gpp SUBDIR += grap SUBDIR += grc-aspell SUBDIR += greple SUBDIR += groff SUBDIR += gron SUBDIR += gron.awk SUBDIR += groonga SUBDIR += gsed SUBDIR += gspell SUBDIR += gstreamer1-plugins-zxing SUBDIR += gtk-doc SUBDIR += gtkspell SUBDIR += gtkspell3 SUBDIR += gu-aspell SUBDIR += gv-aspell SUBDIR += halibut SUBDIR += harper SUBDIR += heirloom-doctools SUBDIR += hevea SUBDIR += hexcode SUBDIR += hhm SUBDIR += hi-aspell SUBDIR += highlight SUBDIR += hil-aspell SUBDIR += hq SUBDIR += hr-aspell SUBDIR += hs-lhs2tex SUBDIR += hs-pandoc SUBDIR += hs-pandoc-crossref SUBDIR += hs-yaml SUBDIR += hsb-aspell SUBDIR += htdig SUBDIR += html SUBDIR += html-pretty SUBDIR += html-xml-utils SUBDIR += html2fo SUBDIR += html2text SUBDIR += html2xhtml SUBDIR += htmlc SUBDIR += htmldoc SUBDIR += htmlise SUBDIR += htmlq SUBDIR += htmltest SUBDIR += htmltolatex SUBDIR += humanzip SUBDIR += hunspell SUBDIR += hy-aspell SUBDIR += hyperestraier SUBDIR += hyphen SUBDIR += ia-aspell SUBDIR += ibus SUBDIR += ibus-kmfl SUBDIR += ibus-m17n SUBDIR += ibus-table SUBDIR += ibus-typing-booster SUBDIR += ibus-uniemoji SUBDIR += icdiff SUBDIR += id-aspell SUBDIR += id-hyphen SUBDIR += idnits SUBDIR += ie-hunspell SUBDIR += igor SUBDIR += iksemel SUBDIR += info2html SUBDIR += info2man SUBDIR += info_to_html SUBDIR += intltool SUBDIR += irstlm SUBDIR += is-aspell SUBDIR += is-hyphen SUBDIR += iso-schematron-xslt SUBDIR += iso12083 SUBDIR += iso8879 SUBDIR += it-aspell SUBDIR += it-hunspell SUBDIR += it-hyphen SUBDIR += it-mythes SUBDIR += itstool SUBDIR += jade SUBDIR += jalingo SUBDIR += jaq SUBDIR += jarnal SUBDIR += java2html SUBDIR += jaxup SUBDIR += jdictionary SUBDIR += jdictionary-int-eng SUBDIR += jid SUBDIR += jing SUBDIR += jless SUBDIR += jo SUBDIR += jq SUBDIR += jql SUBDIR += jqp SUBDIR += jrefentry SUBDIR += jshon SUBDIR += json-yaml SUBDIR += json2yaml SUBDIR += jtc SUBDIR += kdiff3 SUBDIR += kepubify SUBDIR += kf5-kcodecs SUBDIR += kf5-sonnet SUBDIR += kf5-syntax-highlighting SUBDIR += kf6-kcodecs SUBDIR += kf6-sonnet SUBDIR += kf6-syntax-highlighting SUBDIR += kibana8 SUBDIR += kiss-templates SUBDIR += kmfl-european-latin SUBDIR += kmfl-khmer SUBDIR += kmfl-sil-ezra SUBDIR += kmfl-sil-galatia SUBDIR += kmfl-sil-ipa-unicode SUBDIR += kmfl-sil-panafrican-latin SUBDIR += kmfl-sil-yi SUBDIR += kmfl-varamozhi-malayalam SUBDIR += kmflcomp SUBDIR += kn-aspell SUBDIR += kompare SUBDIR += kreport SUBDIR += ku-aspell SUBDIR += ky-aspell SUBDIR += l2a SUBDIR += la-aspell SUBDIR += lacheck SUBDIR += lasem SUBDIR += latex-service SUBDIR += latex2html SUBDIR += lexilla SUBDIR += libabw SUBDIR += libcroco SUBDIR += libcss SUBDIR += libcsv SUBDIR += libcue SUBDIR += libcyaml SUBDIR += libdiff SUBDIR += libe-book SUBDIR += libebml SUBDIR += libepubgen SUBDIR += libexttextcat SUBDIR += libfo SUBDIR += libfolia SUBDIR += libfyaml SUBDIR += libgepub SUBDIR += libixion SUBDIR += libjcat SUBDIR += libkmfl SUBDIR += libkolabxml SUBDIR += libkomparediff2 SUBDIR += liblrdf SUBDIR += libmrss SUBDIR += libmwaw03 SUBDIR += libnumbertext SUBDIR += libnxml SUBDIR += libodfgen01 SUBDIR += libqxp SUBDIR += librevenge SUBDIR += libsass SUBDIR += libsoldout SUBDIR += libsphinxclient SUBDIR += libstaroffice SUBDIR += libstree SUBDIR += libtextcat SUBDIR += libtranslate SUBDIR += libtre SUBDIR += libucl SUBDIR += libunibreak SUBDIR += libuninameslist SUBDIR += libvisio01 SUBDIR += libwapcaplet SUBDIR += libwbxml SUBDIR += libwpd010 SUBDIR += libwps SUBDIR += libwps03 SUBDIR += libxdiff SUBDIR += libxml++ SUBDIR += libxml++26 SUBDIR += libxml++30 SUBDIR += libxml2 SUBDIR += libxmlb SUBDIR += libxmlbird SUBDIR += libxode SUBDIR += libxslt SUBDIR += libyaml SUBDIR += link-grammar SUBDIR += linux-c7-aspell SUBDIR += linux-c7-expat SUBDIR += linux-c7-expat-devel SUBDIR += linux-c7-libcroco SUBDIR += linux-c7-libxml2 SUBDIR += linux-c7-libxslt SUBDIR += linux-rl9-expat + SUBDIR += linux-rl9-libstemmer SUBDIR += linux-rl9-libxml2 SUBDIR += linux-rl9-libxslt SUBDIR += linux-rl9-qt5-qtxmlpatterns SUBDIR += linuxdoc SUBDIR += linuxdoc-tools SUBDIR += localize SUBDIR += lookatme SUBDIR += loook SUBDIR += lowdown SUBDIR += lt-aspell SUBDIR += lt-hyphen SUBDIR += lttoolbox SUBDIR += lua-icu-utils SUBDIR += lua-luaexpat SUBDIR += lua-lyaml SUBDIR += lucene SUBDIR += lucene5 SUBDIR += luceneplusplus SUBDIR += lv-aspell SUBDIR += m17n-im-config SUBDIR += makefaq SUBDIR += makepatch SUBDIR += man2html SUBDIR += mantra SUBDIR += markdown SUBDIR += markdown-mode.el SUBDIR += markdownfmt SUBDIR += markdownpart SUBDIR += mathml-xsd SUBDIR += md2roff SUBDIR += md4c SUBDIR += mdbook SUBDIR += mdbook-linkcheck SUBDIR += mdbook-mermaid SUBDIR += mdocml SUBDIR += meilisearch SUBDIR += meld SUBDIR += metauml SUBDIR += mgdiff SUBDIR += mi-aspell SUBDIR += mifluz SUBDIR += miller SUBDIR += minify SUBDIR += minised SUBDIR += minixmlto SUBDIR += mk-aspell SUBDIR += mkcatalog SUBDIR += ml-aspell SUBDIR += ml1 SUBDIR += mn-aspell SUBDIR += moar SUBDIR += modlogan SUBDIR += mp_doccer SUBDIR += mr-aspell SUBDIR += ms-aspell SUBDIR += msort SUBDIR += mt-aspell SUBDIR += multimarkdown SUBDIR += muse SUBDIR += mxml SUBDIR += mysqlviz SUBDIR += mythes SUBDIR += nb-aspell SUBDIR += nds-aspell SUBDIR += nl-aspell SUBDIR += nl-hunspell SUBDIR += nl-hyphen SUBDIR += nl-mythes SUBDIR += nn-aspell SUBDIR += nunnimcax SUBDIR += nuspell SUBDIR += nux SUBDIR += ny-aspell SUBDIR += obsidian SUBDIR += ocaml-csv SUBDIR += ocaml-expat SUBDIR += ocaml-spelll SUBDIR += ocaml-text SUBDIR += ocaml-yojson SUBDIR += odt2txt SUBDIR += openfts SUBDIR += openjade SUBDIR += opensearch SUBDIR += opensearch-dashboards SUBDIR += opensearch-dashboards210 SUBDIR += opensearch13 SUBDIR += opensearch210 SUBDIR += opensp SUBDIR += openvanilla-framework SUBDIR += or-aspell SUBDIR += ov SUBDIR += ox-gfm.el SUBDIR += p5-AI-Categorizer SUBDIR += p5-Algorithm-CheckDigits SUBDIR += p5-Algorithm-RabinKarp SUBDIR += p5-Apache-ParseLog SUBDIR += p5-Apache-Solr SUBDIR += p5-BibTeX-Parser SUBDIR += p5-BigIP-ParseConfig SUBDIR += p5-Bloom-Filter SUBDIR += p5-Business-IS-PIN SUBDIR += p5-CAM-PDF SUBDIR += p5-CQL-Parser SUBDIR += p5-CSS SUBDIR += p5-CSS-Compressor SUBDIR += p5-CSS-Croco SUBDIR += p5-CSS-Minifier SUBDIR += p5-CSS-Minifier-XS SUBDIR += p5-CSS-Packer SUBDIR += p5-CSS-SAC SUBDIR += p5-CSS-Sass SUBDIR += p5-CSS-Simple SUBDIR += p5-CSS-Squish SUBDIR += p5-CSS-Tiny SUBDIR += p5-Chess-PGN-Parse SUBDIR += p5-Class-CSV SUBDIR += p5-Data-FormValidator SUBDIR += p5-Data-FormValidator-Constraints-DateTime SUBDIR += p5-Data-Phrasebook SUBDIR += p5-Data-Phrasebook-Loader-YAML SUBDIR += p5-Data-Report SUBDIR += p5-Data-SpreadPagination SUBDIR += p5-DelimMatch SUBDIR += p5-Dev-Bollocks SUBDIR += p5-Devel-TraceSAX SUBDIR += p5-DocSet SUBDIR += p5-Excel-Template SUBDIR += p5-Excel-Writer-XLSX SUBDIR += p5-File-Inplace SUBDIR += p5-Filter-Simple SUBDIR += p5-FormValidator-Lite SUBDIR += p5-Games-Dissociate SUBDIR += p5-Geo-Parse-OSM SUBDIR += p5-Getopt-Lucid SUBDIR += p5-Google-Data-JSON SUBDIR += p5-Grutatxt SUBDIR += p5-HTML-Copy SUBDIR += p5-HTML-Entities-ImodePictogram SUBDIR += p5-HTML-Entities-Interpolate SUBDIR += p5-HTML-Entities-Numbered SUBDIR += p5-HTML-EscapeEvil SUBDIR += p5-HTML-Format SUBDIR += p5-HTML-FormatExternal SUBDIR += p5-HTML-FormatText-WithLinks SUBDIR += p5-HTML-FormatText-WithLinks-AndTables SUBDIR += p5-HTML-Fraction SUBDIR += p5-HTML-FromANSI-Tiny SUBDIR += p5-HTML-HTML5-Entities SUBDIR += p5-HTML-HTML5-Parser SUBDIR += p5-HTML-HTMLDoc SUBDIR += p5-HTML-Packer SUBDIR += p5-HTML-QRCode SUBDIR += p5-HTML-Quoted SUBDIR += p5-HTML-RewriteAttributes SUBDIR += p5-HTML-SBC SUBDIR += p5-HTML-SuperForm SUBDIR += p5-HTML-T5 SUBDIR += p5-HTML-TagFilter SUBDIR += p5-HTML-Tidy SUBDIR += p5-HTML-Tidy5 SUBDIR += p5-HTML-Tiny SUBDIR += p5-HTML-Truncate SUBDIR += p5-Hailo SUBDIR += p5-Hash-Merge SUBDIR += p5-Hatena-Keyword SUBDIR += p5-IO-CSVHeaderFile SUBDIR += p5-JSON-Validator SUBDIR += p5-JavaScript-Minifier SUBDIR += p5-JavaScript-Minifier-XS SUBDIR += p5-JavaScript-Packer SUBDIR += p5-KinoSearch1 SUBDIR += p5-Kwalify SUBDIR += p5-LaTeX-Driver SUBDIR += p5-LaTeX-Encode SUBDIR += p5-LaTeX-Pod SUBDIR += p5-LaTeX-TOM SUBDIR += p5-LaTeX-Table SUBDIR += p5-LaTeX-ToUnicode SUBDIR += p5-Lingua-Conjunction SUBDIR += p5-Lingua-EN-AddressParse SUBDIR += p5-Lingua-EN-Fathom SUBDIR += p5-Lingua-EN-FindNumber SUBDIR += p5-Lingua-EN-Gender SUBDIR += p5-Lingua-EN-Infinitive SUBDIR += p5-Lingua-EN-Inflect SUBDIR += p5-Lingua-EN-Inflect-Number SUBDIR += p5-Lingua-EN-Inflect-Phrase SUBDIR += p5-Lingua-EN-MatchNames SUBDIR += p5-Lingua-EN-NameCase SUBDIR += p5-Lingua-EN-NameParse SUBDIR += p5-Lingua-EN-NamedEntity SUBDIR += p5-Lingua-EN-Nickname SUBDIR += p5-Lingua-EN-Number-IsOrdinal SUBDIR += p5-Lingua-EN-Numbers SUBDIR += p5-Lingua-EN-Numbers-Easy SUBDIR += p5-Lingua-EN-Numbers-Ordinate SUBDIR += p5-Lingua-EN-PluralToSingular SUBDIR += p5-Lingua-EN-Sentence SUBDIR += p5-Lingua-EN-Squeeze SUBDIR += p5-Lingua-EN-Summarize SUBDIR += p5-Lingua-EN-Syllable SUBDIR += p5-Lingua-EN-Tagger SUBDIR += p5-Lingua-EN-Words2Nums SUBDIR += p5-Lingua-Ident SUBDIR += p5-Lingua-Identify SUBDIR += p5-Lingua-Ispell SUBDIR += p5-Lingua-PT-Stemmer SUBDIR += p5-Lingua-Preferred SUBDIR += p5-Lingua-Stem SUBDIR += p5-Lingua-Stem-Fr SUBDIR += p5-Lingua-Stem-It SUBDIR += p5-Lingua-Stem-Ru SUBDIR += p5-Lingua-Stem-Snowball SUBDIR += p5-Lingua-Stem-Snowball-Da SUBDIR += p5-Lingua-Stem-Snowball-No SUBDIR += p5-Lingua-Stem-Snowball-Se SUBDIR += p5-Lingua-StopWords SUBDIR += p5-Lingua-Treebank SUBDIR += p5-MARC-Charset SUBDIR += p5-MARC-Lint SUBDIR += p5-MARC-Record SUBDIR += p5-MARC-XML SUBDIR += p5-MKDoc-XML SUBDIR += p5-Makefile-DOM SUBDIR += p5-Makefile-Parser SUBDIR += p5-Markapl SUBDIR += p5-Marpa-HTML SUBDIR += p5-MathML-Entities SUBDIR += p5-Net-Groonga-HTTP SUBDIR += p5-Net-IDN-Encode SUBDIR += p5-Net-Snort-Parser SUBDIR += p5-Net-YASA SUBDIR += p5-NetAddr-IP-Find SUBDIR += p5-Number-Format SUBDIR += p5-Number-Format-Metric SUBDIR += p5-Number-Spell SUBDIR += p5-ODF-lpOD SUBDIR += p5-ODF-lpOD-Helper SUBDIR += p5-OpenOffice-OODoc SUBDIR += p5-PDF-API2 SUBDIR += p5-PDF-API2-Simple SUBDIR += p5-PDF-API2-XS SUBDIR += p5-PDF-API3 SUBDIR += p5-PDF-Builder SUBDIR += p5-PDF-Create SUBDIR += p5-PDF-FromHTML SUBDIR += p5-PDF-Reuse SUBDIR += p5-PDF-Table SUBDIR += p5-PDF-Tiny SUBDIR += p5-PDF-WebKit SUBDIR += p5-PDF-Writer SUBDIR += p5-POD2-Base SUBDIR += p5-POE-Filter-XML SUBDIR += p5-POSIX-Regex SUBDIR += p5-PPI SUBDIR += p5-PPI-HTML SUBDIR += p5-PPI-XS SUBDIR += p5-PPIx-EditorTools SUBDIR += p5-PPIx-QuoteLike SUBDIR += p5-PPIx-Regexp SUBDIR += p5-PPIx-Utilities SUBDIR += p5-PPIx-Utils SUBDIR += p5-Parse-ANSIColor-Tiny SUBDIR += p5-Parse-BooleanLogic SUBDIR += p5-Parse-CSV SUBDIR += p5-Parse-EDID SUBDIR += p5-Parse-FixedLength SUBDIR += p5-Parse-Flex SUBDIR += p5-Parse-PhoneNumber SUBDIR += p5-Parse-Syslog SUBDIR += p5-Perl-Critic SUBDIR += p5-Perl-Critic-Bangs SUBDIR += p5-Perl-Critic-Itch SUBDIR += p5-Perl-Critic-Moose SUBDIR += p5-Perl-Critic-More SUBDIR += p5-Perl-Critic-Pulp SUBDIR += p5-Perl-Critic-Swift SUBDIR += p5-Perl-Critic-Tics SUBDIR += p5-Perl-Lint SUBDIR += p5-Perl-MinimumVersion SUBDIR += p5-PerlPoint-Converters SUBDIR += p5-PerlPoint-Package SUBDIR += p5-Petal SUBDIR += p5-Petal-CodePerl SUBDIR += p5-Petal-Mail SUBDIR += p5-Petal-Utils SUBDIR += p5-Plagger SUBDIR += p5-Plucene SUBDIR += p5-Plucene-Analysis-CJKAnalyzer SUBDIR += p5-Plucene-Plugin-Analyzer-SnowballAnalyzer SUBDIR += p5-Plucene-Simple SUBDIR += p5-Pod-Abstract SUBDIR += p5-Pod-Autopod SUBDIR += p5-Pod-Constants SUBDIR += p5-Pod-DocBook SUBDIR += p5-Pod-Elemental SUBDIR += p5-Pod-Escapes SUBDIR += p5-Pod-Eventual SUBDIR += p5-Pod-HtmlEasy SUBDIR += p5-Pod-LaTeX SUBDIR += p5-Pod-Markdown SUBDIR += p5-Pod-MinimumVersion SUBDIR += p5-Pod-POM SUBDIR += p5-Pod-POM-View-HTML-Filter SUBDIR += p5-Pod-POM-View-Restructured SUBDIR += p5-Pod-Parser SUBDIR += p5-Pod-Perldoc SUBDIR += p5-Pod-ProjectDocs SUBDIR += p5-Pod-Readme SUBDIR += p5-Pod-Section SUBDIR += p5-Pod-Simple SUBDIR += p5-Pod-Spell SUBDIR += p5-Pod-Strip SUBDIR += p5-Pod-Stripper SUBDIR += p5-Pod-Tree SUBDIR += p5-Pod-WSDL SUBDIR += p5-Pod-WikiDoc SUBDIR += p5-Pod-XML SUBDIR += p5-Pod-Xhtml SUBDIR += p5-RADIUS-UserFile SUBDIR += p5-RDF-Core SUBDIR += p5-RDF-Notation3 SUBDIR += p5-RDF-Query SUBDIR += p5-RDF-Simple SUBDIR += p5-RDF-Trine SUBDIR += p5-RDFStore SUBDIR += p5-RTF-Parser SUBDIR += p5-RTF-Tokenizer SUBDIR += p5-RTF-Writer SUBDIR += p5-Regex-PreSuf SUBDIR += p5-Regexp-Common SUBDIR += p5-Regexp-Common-Email-Address SUBDIR += p5-Regexp-Common-net-CIDR SUBDIR += p5-Regexp-Common-profanity_us SUBDIR += p5-Regexp-Common-time SUBDIR += p5-Regexp-Copy SUBDIR += p5-Regexp-Debugger SUBDIR += p5-Regexp-DefaultFlags SUBDIR += p5-Regexp-IPv6 SUBDIR += p5-Regexp-Log SUBDIR += p5-Regexp-Log-Common SUBDIR += p5-SGML-DTDParse SUBDIR += p5-SGML-Parser-OpenSP SUBDIR += p5-SGMLSpm SUBDIR += p5-SQL-Tokenizer SUBDIR += p5-SVG SUBDIR += p5-SVG-Parser SUBDIR += p5-Search-Elasticsearch SUBDIR += p5-Search-Elasticsearch-Client-0_90 SUBDIR += p5-Search-Elasticsearch-Client-1_0 SUBDIR += p5-Search-Elasticsearch-Client-2_0 SUBDIR += p5-Search-Elasticsearch-Client-5_0 SUBDIR += p5-Search-Elasticsearch-Client-6_0 SUBDIR += p5-Search-Elasticsearch-Client-7_0 SUBDIR += p5-Search-Estraier SUBDIR += p5-Search-Odeum SUBDIR += p5-Search-QueryParser SUBDIR += p5-Search-QueryParser-SQL SUBDIR += p5-Search-Saryer SUBDIR += p5-Search-Sitemap SUBDIR += p5-Search-VectorSpace SUBDIR += p5-Senna SUBDIR += p5-Solr SUBDIR += p5-Sort-ArbBiLex SUBDIR += p5-Sort-Fields SUBDIR += p5-Sort-Naturally SUBDIR += p5-Sphinx-Config SUBDIR += p5-Sphinx-Manager SUBDIR += p5-Sphinx-Search SUBDIR += p5-Spreadsheet-GenerateXLSX SUBDIR += p5-Spreadsheet-ParseExcel SUBDIR += p5-Spreadsheet-ParseXLSX SUBDIR += p5-Spreadsheet-Read SUBDIR += p5-Spreadsheet-ReadGnumeric SUBDIR += p5-Spreadsheet-ReadSXC SUBDIR += p5-Spreadsheet-WriteExcel SUBDIR += p5-Spreadsheet-WriteExcel-FromXML SUBDIR += p5-Spreadsheet-WriteExcel-Styler SUBDIR += p5-Spreadsheet-WriteExcelXML SUBDIR += p5-Spreadsheet-XLSX SUBDIR += p5-String-BufferStack SUBDIR += p5-String-CamelCase SUBDIR += p5-String-Compare-ConstantTime SUBDIR += p5-String-Divert SUBDIR += p5-String-Escape SUBDIR += p5-String-Flogger SUBDIR += p5-String-Format SUBDIR += p5-String-Fraction SUBDIR += p5-String-HexConvert SUBDIR += p5-String-Koremutake SUBDIR += p5-String-LCSS SUBDIR += p5-String-Pad SUBDIR += p5-String-Print SUBDIR += p5-String-RewritePrefix SUBDIR += p5-String-Scanf SUBDIR += p5-String-ShellQuote SUBDIR += p5-String-ShowDiff SUBDIR += p5-String-Strip SUBDIR += p5-String-Tagged SUBDIR += p5-String-Tagged-Terminal SUBDIR += p5-String-ToIdentifier-EN SUBDIR += p5-String-Tokenizer SUBDIR += p5-String-Trim SUBDIR += p5-String-Truncate SUBDIR += p5-String-TtyLength SUBDIR += p5-String-Urandom SUBDIR += p5-String-Util SUBDIR += p5-Syntax-Highlight-Engine-Kate SUBDIR += p5-Syntax-Highlight-Perl-Improved SUBDIR += p5-TOML SUBDIR += p5-TOML-Parser SUBDIR += p5-TeX-Encode SUBDIR += p5-TeX-Hyphen SUBDIR += p5-Template-AutoFilter SUBDIR += p5-Template-Declare SUBDIR += p5-Template-Extract SUBDIR += p5-Template-Magic SUBDIR += p5-Template-Plugin-Autoformat SUBDIR += p5-Template-Plugin-CSV SUBDIR += p5-Template-Plugin-Data-Printer SUBDIR += p5-Template-Plugin-Filter-Minify-CSS SUBDIR += p5-Template-Plugin-Filter-Minify-CSS-XS SUBDIR += p5-Template-Plugin-Filter-Minify-JavaScript SUBDIR += p5-Template-Plugin-Filter-Minify-JavaScript-XS SUBDIR += p5-Template-Plugin-HTML-SuperForm SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect SUBDIR += p5-Template-Plugin-XML-Escape SUBDIR += p5-Template-Plugin-YAML SUBDIR += p5-Template-Semantic SUBDIR += p5-Template-Tiny SUBDIR += p5-Term-QRCode SUBDIR += p5-Test-Groonga SUBDIR += p5-Test-Perl-Critic SUBDIR += p5-Test-Regexp SUBDIR += p5-Text-ANSI-Util SUBDIR += p5-Text-ANSI-WideUtil SUBDIR += p5-Text-ANSITable SUBDIR += p5-Text-ASCIIMathML SUBDIR += p5-Text-ASCIITable SUBDIR += p5-Text-Affixes SUBDIR += p5-Text-Aligner SUBDIR += p5-Text-Aspell SUBDIR += p5-Text-Autoformat SUBDIR += p5-Text-Balanced SUBDIR += p5-Text-Bastardize SUBDIR += p5-Text-BibTeX SUBDIR += p5-Text-Bind SUBDIR += p5-Text-Brew SUBDIR += p5-Text-CSV SUBDIR += p5-Text-CSV-Encoded SUBDIR += p5-Text-CSV-Hashify SUBDIR += p5-Text-CSV-Simple SUBDIR += p5-Text-CSV_XS SUBDIR += p5-Text-Capitalize SUBDIR += p5-Text-CharWidth SUBDIR += p5-Text-Chomp SUBDIR += p5-Text-ClearSilver SUBDIR += p5-Text-Colorizer SUBDIR += p5-Text-Context SUBDIR += p5-Text-Context-EitherSide SUBDIR += p5-Text-DHCPLeases SUBDIR += p5-Text-Decorator SUBDIR += p5-Text-Delimited SUBDIR += p5-Text-Diff SUBDIR += p5-Text-Diff-FormattedHTML SUBDIR += p5-Text-Diff-HTML SUBDIR += p5-Text-Diff-Parser SUBDIR += p5-Text-Diff3 SUBDIR += p5-Text-Distill SUBDIR += p5-Text-DoubleMetaphone SUBDIR += p5-Text-Emoticon SUBDIR += p5-Text-Emoticon-GoogleTalk SUBDIR += p5-Text-Emoticon-MSN SUBDIR += p5-Text-EtText SUBDIR += p5-Text-Extract-Word SUBDIR += p5-Text-ExtractWords SUBDIR += p5-Text-FillIn SUBDIR += p5-Text-Filter SUBDIR += p5-Text-Filter-Chain SUBDIR += p5-Text-FindIndent SUBDIR += p5-Text-FixEOL SUBDIR += p5-Text-FixedLength SUBDIR += p5-Text-FixedLength-Extra SUBDIR += p5-Text-Flow SUBDIR += p5-Text-Flowchart SUBDIR += p5-Text-Flowed SUBDIR += p5-Text-Format SUBDIR += p5-Text-Format+NWrap SUBDIR += p5-Text-FormatTable SUBDIR += p5-Text-German SUBDIR += p5-Text-Glob SUBDIR += p5-Text-Graphics SUBDIR += p5-Text-Greeking SUBDIR += p5-Text-Haml SUBDIR += p5-Text-Hatena SUBDIR += p5-Text-Highlight SUBDIR += p5-Text-HikiDoc SUBDIR += p5-Text-Hogan SUBDIR += p5-Text-Hyphen SUBDIR += p5-Text-LTSV SUBDIR += p5-Text-Language-Guess SUBDIR += p5-Text-Locus SUBDIR += p5-Text-Lorem SUBDIR += p5-Text-Markdown SUBDIR += p5-Text-MarkdownTable SUBDIR += p5-Text-Match-FastAlternatives SUBDIR += p5-Text-Metaphone SUBDIR += p5-Text-MicroMason SUBDIR += p5-Text-MicroTemplate SUBDIR += p5-Text-MicroTemplate-Extended SUBDIR += p5-Text-MultiMarkdown SUBDIR += p5-Text-NSP SUBDIR += p5-Text-NeatTemplate SUBDIR += p5-Text-Netstring SUBDIR += p5-Text-Ngram SUBDIR += p5-Text-Ngrams SUBDIR += p5-Text-NonWideChar-Util SUBDIR += p5-Text-Original SUBDIR += p5-Text-Padding SUBDIR += p5-Text-ParagraphDiff SUBDIR += p5-Text-ParseWords SUBDIR += p5-Text-Patch SUBDIR += p5-Text-Pipe SUBDIR += p5-Text-Prefix-XS SUBDIR += p5-Text-QRCode SUBDIR += p5-Text-Query SUBDIR += p5-Text-Quote SUBDIR += p5-Text-Quoted SUBDIR += p5-Text-RecordParser SUBDIR += p5-Text-Reflow SUBDIR += p5-Text-Reform SUBDIR += p5-Text-Report SUBDIR += p5-Text-Repository SUBDIR += p5-Text-Roman SUBDIR += p5-Text-Sass SUBDIR += p5-Text-Shellwords SUBDIR += p5-Text-Similarity SUBDIR += p5-Text-SimpleTable SUBDIR += p5-Text-SimpleTable-AutoWidth SUBDIR += p5-Text-SimpleTemplate SUBDIR += p5-Text-Soundex SUBDIR += p5-Text-SpellChecker SUBDIR += p5-Text-Striphigh SUBDIR += p5-Text-Table SUBDIR += p5-Text-Table-ASV SUBDIR += p5-Text-Table-Any SUBDIR += p5-Text-Table-CSV SUBDIR += p5-Text-Table-HTML SUBDIR += p5-Text-Table-HTML-DataTables SUBDIR += p5-Text-Table-LTSV SUBDIR += p5-Text-Table-Manifold SUBDIR += p5-Text-Table-More SUBDIR += p5-Text-Table-Org SUBDIR += p5-Text-Table-Paragraph SUBDIR += p5-Text-Table-Sprintf SUBDIR += p5-Text-Table-TSV SUBDIR += p5-Text-Table-TickitWidget SUBDIR += p5-Text-Table-Tiny SUBDIR += p5-Text-Table-TinyBorderStyle SUBDIR += p5-Text-Table-TinyColor SUBDIR += p5-Text-Table-TinyColorWide SUBDIR += p5-Text-Table-TinyWide SUBDIR += p5-Text-Table-XLSX SUBDIR += p5-Text-Tabs+Wrap SUBDIR += p5-Text-TabularDisplay SUBDIR += p5-Text-Tags SUBDIR += p5-Text-Template SUBDIR += p5-Text-Template-Simple SUBDIR += p5-Text-TestBase SUBDIR += p5-Text-Textile SUBDIR += p5-Text-Tmpl SUBDIR += p5-Text-Trac SUBDIR += p5-Text-Trim SUBDIR += p5-Text-Truncate SUBDIR += p5-Text-Typography SUBDIR += p5-Text-Unaccent SUBDIR += p5-Text-Unaccent-PurePerl SUBDIR += p5-Text-UnicodeBox SUBDIR += p5-Text-VimColor SUBDIR += p5-Text-VisualWidth SUBDIR += p5-Text-WideChar-Util SUBDIR += p5-Text-WikiCreole SUBDIR += p5-Text-WikiFormat SUBDIR += p5-Text-WordDiff SUBDIR += p5-Text-WrapI18N SUBDIR += p5-Text-Wrapper SUBDIR += p5-Text-Xslate SUBDIR += p5-Text-Xslate-Bridge-TT2Like SUBDIR += p5-Text-sprintfn SUBDIR += p5-Text-vCard SUBDIR += p5-Tiffany SUBDIR += p5-Time-Human SUBDIR += p5-Tk-Pod SUBDIR += p5-Tk-XMLViewer SUBDIR += p5-Tree-Nary SUBDIR += p5-Tree-Suffix SUBDIR += p5-UML-Class-Simple SUBDIR += p5-UML-Sequence SUBDIR += p5-UML-State SUBDIR += p5-URI-Find SUBDIR += p5-Unicode-CaseFold SUBDIR += p5-Unicode-CheckUTF8 SUBDIR += p5-Unicode-Collate SUBDIR += p5-Unicode-EastAsianWidth SUBDIR += p5-Unicode-Escape SUBDIR += p5-Unicode-LineBreak SUBDIR += p5-Unicode-Normalize SUBDIR += p5-Unicode-Tussle SUBDIR += p5-Unicode-Unihan SUBDIR += p5-Validator-Custom SUBDIR += p5-Version-Next SUBDIR += p5-Vroom SUBDIR += p5-WDDX SUBDIR += p5-WWW-Wordnik-API SUBDIR += p5-WordNet-QueryData SUBDIR += p5-WordNet-Similarity SUBDIR += p5-XML-Atom SUBDIR += p5-XML-Atom-Ext-OpenSearch SUBDIR += p5-XML-Atom-Filter SUBDIR += p5-XML-Atom-SimpleFeed SUBDIR += p5-XML-Atom-Stream SUBDIR += p5-XML-Atom-Syndication SUBDIR += p5-XML-AutoWriter SUBDIR += p5-XML-Bare SUBDIR += p5-XML-Canonical SUBDIR += p5-XML-CanonicalizeXML SUBDIR += p5-XML-Catalog SUBDIR += p5-XML-Clean SUBDIR += p5-XML-Code SUBDIR += p5-XML-CommonNS SUBDIR += p5-XML-Compile SUBDIR += p5-XML-Compile-Cache SUBDIR += p5-XML-Compile-Dumper SUBDIR += p5-XML-DBMS SUBDIR += p5-XML-DOM SUBDIR += p5-XML-DOM-Lite SUBDIR += p5-XML-DOM-XPath SUBDIR += p5-XML-DOM2 SUBDIR += p5-XML-DOMHandler SUBDIR += p5-XML-DT SUBDIR += p5-XML-DTDParser SUBDIR += p5-XML-Declare SUBDIR += p5-XML-Descent SUBDIR += p5-XML-Directory SUBDIR += p5-XML-DoubleEncodedEntities SUBDIR += p5-XML-Driver-HTML SUBDIR += p5-XML-Dumper SUBDIR += p5-XML-Elemental SUBDIR += p5-XML-Enc SUBDIR += p5-XML-Encoding SUBDIR += p5-XML-Entities SUBDIR += p5-XML-FOAF SUBDIR += p5-XML-Feed SUBDIR += p5-XML-Feed-Deduper SUBDIR += p5-XML-FeedPP SUBDIR += p5-XML-Filter-BufferText SUBDIR += p5-XML-Filter-DOMFilter-LibXML SUBDIR += p5-XML-Filter-DetectWS SUBDIR += p5-XML-Filter-GenericChunk SUBDIR += p5-XML-Filter-Reindent SUBDIR += p5-XML-Filter-SAX1toSAX2 SUBDIR += p5-XML-Filter-SAXT SUBDIR += p5-XML-Filter-XInclude SUBDIR += p5-XML-Filter-XSLT SUBDIR += p5-XML-Flow SUBDIR += p5-XML-GDOME SUBDIR += p5-XML-Generator SUBDIR += p5-XML-Generator-DBI SUBDIR += p5-XML-Generator-PerlData SUBDIR += p5-XML-Grove SUBDIR += p5-XML-Handler-Dtd2DocBook SUBDIR += p5-XML-Handler-Dtd2Html SUBDIR += p5-XML-Handler-HTMLWriter SUBDIR += p5-XML-Handler-Trees SUBDIR += p5-XML-Handler-YAWriter SUBDIR += p5-XML-Hash-LX SUBDIR += p5-XML-LibXML SUBDIR += p5-XML-LibXML-Cache SUBDIR += p5-XML-LibXML-Iterator SUBDIR += p5-XML-LibXML-PrettyPrint SUBDIR += p5-XML-LibXML-SAX-ChunkParser SUBDIR += p5-XML-LibXML-Simple SUBDIR += p5-XML-LibXSLT SUBDIR += p5-XML-Liberal SUBDIR += p5-XML-Literal SUBDIR += p5-XML-Mini SUBDIR += p5-XML-MyXML SUBDIR += p5-XML-Namespace SUBDIR += p5-XML-NamespaceFactory SUBDIR += p5-XML-NamespaceSupport SUBDIR += p5-XML-Node SUBDIR += p5-XML-NodeFilter SUBDIR += p5-XML-OPML SUBDIR += p5-XML-OPML-LibXML SUBDIR += p5-XML-Parsepp SUBDIR += p5-XML-Parser SUBDIR += p5-XML-Parser-EasyTree SUBDIR += p5-XML-Parser-Lite SUBDIR += p5-XML-Parser-Lite-Tree SUBDIR += p5-XML-Parser-Style-EasyTree SUBDIR += p5-XML-Parser-Style-Elemental SUBDIR += p5-XML-Quote SUBDIR += p5-XML-RAI SUBDIR += p5-XML-RSS SUBDIR += p5-XML-RSS-Feed SUBDIR += p5-XML-RSS-JavaScript SUBDIR += p5-XML-RSS-LibXML SUBDIR += p5-XML-RSS-Liberal SUBDIR += p5-XML-RSS-Parser SUBDIR += p5-XML-RSS-SimpleGen SUBDIR += p5-XML-RSSLite SUBDIR += p5-XML-Reader SUBDIR += p5-XML-RegExp SUBDIR += p5-XML-Rewrite SUBDIR += p5-XML-Rules SUBDIR += p5-XML-SAX SUBDIR += p5-XML-SAX-Base SUBDIR += p5-XML-SAX-Expat SUBDIR += p5-XML-SAX-Expat-Incremental SUBDIR += p5-XML-SAX-ExpatXS SUBDIR += p5-XML-SAX-Machines SUBDIR += p5-XML-SAX-Simple SUBDIR += p5-XML-SAX-Writer SUBDIR += p5-XML-SAXDriver-CSV SUBDIR += p5-XML-SAXDriver-Excel SUBDIR += p5-XML-STX SUBDIR += p5-XML-Schematron SUBDIR += p5-XML-SemanticDiff SUBDIR += p5-XML-Sig SUBDIR += p5-XML-Simple SUBDIR += p5-XML-SimpleObject SUBDIR += p5-XML-SimpleObject-LibXML SUBDIR += p5-XML-Smart SUBDIR += p5-XML-Stream SUBDIR += p5-XML-Tiny SUBDIR += p5-XML-TinyXML SUBDIR += p5-XML-TokeParser SUBDIR += p5-XML-Toolkit SUBDIR += p5-XML-TreeBuilder SUBDIR += p5-XML-TreePP SUBDIR += p5-XML-Twig SUBDIR += p5-XML-Validate SUBDIR += p5-XML-Validator-Schema SUBDIR += p5-XML-Writer SUBDIR += p5-XML-XBEL SUBDIR += p5-XML-XML2JSON SUBDIR += p5-XML-XPath SUBDIR += p5-XML-XPathEngine SUBDIR += p5-XML-XQL SUBDIR += p5-XML-XSLT SUBDIR += p5-XML-XUpdate-LibXML SUBDIR += p5-XString SUBDIR += p5-YAML SUBDIR += p5-YAML-LibYAML SUBDIR += p5-YAML-PP SUBDIR += p5-YAML-Shell SUBDIR += p5-YAML-Syck SUBDIR += p5-YAML-Tiny SUBDIR += p5-YAML-Tiny-Color SUBDIR += p5-YAPE-HTML SUBDIR += p5-YAPE-Regex SUBDIR += p5-YAPE-Regex-Explain SUBDIR += p5-ack SUBDIR += p5-dTemplate SUBDIR += p5-docx2txt SUBDIR += p5-excel2csv SUBDIR += p5-libsoldout SUBDIR += p5-libxml SUBDIR += p5-pod2pdf SUBDIR += p5-podlators SUBDIR += p5-utf8-all SUBDIR += p5-xmltv SUBDIR += pa-aspell SUBDIR += pageedit SUBDIR += par SUBDIR += pdfgrep SUBDIR += pdfoutline SUBDIR += pdfresurrect SUBDIR += pdfsandwich SUBDIR += pdftohtml SUBDIR += pear-File_Fortune SUBDIR += pear-File_MARC SUBDIR += pear-Horde_CssMinify SUBDIR += pear-Horde_JavascriptMinify SUBDIR += pear-Horde_Kolab_Format SUBDIR += pear-Horde_Pdf SUBDIR += pear-Horde_SpellChecker SUBDIR += pear-Horde_Text_Diff SUBDIR += pear-Horde_Text_Filter SUBDIR += pear-Horde_Text_Filter_Csstidy SUBDIR += pear-Horde_Text_Flowed SUBDIR += pear-Horde_Xml_Element SUBDIR += pear-Horde_Xml_Wbxml SUBDIR += pear-Numbers_Roman SUBDIR += pear-Numbers_Words SUBDIR += pear-Spreadsheet_Excel_Writer SUBDIR += pear-Structures_DataGrid_Renderer_CSV SUBDIR += pear-Structures_DataGrid_Renderer_XLS SUBDIR += pear-Structures_DataGrid_Renderer_XML SUBDIR += pear-Symfony_Component_Yaml SUBDIR += pear-Text_Highlighter SUBDIR += pear-Text_Template SUBDIR += pear-Validate_ISPN SUBDIR += pear-XML_Beautifier SUBDIR += pear-XML_DTD SUBDIR += pear-XML_Feed_Parser SUBDIR += pear-XML_HTMLSax SUBDIR += pear-XML_Wddx SUBDIR += pear-YAML SUBDIR += pecl-pspell SUBDIR += pecl-xdiff2 SUBDIR += pecl-xlswriter SUBDIR += pecl-yaml SUBDIR += pecl-zephir_parser SUBDIR += peco SUBDIR += peg SUBDIR += perl2html SUBDIR += php81-ctype SUBDIR += php81-dom SUBDIR += php81-enchant SUBDIR += php81-pspell SUBDIR += php81-simplexml SUBDIR += php81-xml SUBDIR += php81-xmlreader SUBDIR += php81-xmlwriter SUBDIR += php81-xsl SUBDIR += php82-ctype SUBDIR += php82-dom SUBDIR += php82-enchant SUBDIR += php82-pspell SUBDIR += php82-simplexml SUBDIR += php82-xml SUBDIR += php82-xmlreader SUBDIR += php82-xmlwriter SUBDIR += php82-xsl SUBDIR += php83-ctype SUBDIR += php83-dom SUBDIR += php83-enchant SUBDIR += php83-pspell SUBDIR += php83-simplexml SUBDIR += php83-xml SUBDIR += php83-xmlreader SUBDIR += php83-xmlwriter SUBDIR += php83-xsl SUBDIR += php84-ctype SUBDIR += php84-dom SUBDIR += php84-enchant SUBDIR += php84-simplexml SUBDIR += php84-xml SUBDIR += php84-xmlreader SUBDIR += php84-xmlwriter SUBDIR += php84-xsl SUBDIR += pict SUBDIR += po4a SUBDIR += pod2mdoc SUBDIR += popup-stacks SUBDIR += ppower4 SUBDIR += print-n-times SUBDIR += pugixml SUBDIR += pup SUBDIR += py-CommonMark SUBDIR += py-Morfessor SUBDIR += py-QDarkStyle SUBDIR += py-RTFDE SUBDIR += py-TatSu SUBDIR += py-Tempita SUBDIR += py-accessible-pygments SUBDIR += py-acora SUBDIR += py-aeidon SUBDIR += py-agate SUBDIR += py-agate-dbf SUBDIR += py-agate-excel SUBDIR += py-alabaster SUBDIR += py-ansi2html SUBDIR += py-ansicolors SUBDIR += py-ansiwrap SUBDIR += py-anyascii SUBDIR += py-arabic-reshaper SUBDIR += py-asciinema SUBDIR += py-asonic SUBDIR += py-autopep8 SUBDIR += py-awesome-slugify SUBDIR += py-bibtexparser SUBDIR += py-bracex SUBDIR += py-cchardet SUBDIR += py-chameleon SUBDIR += py-chardet SUBDIR += py-charset-normalizer SUBDIR += py-chevron SUBDIR += py-citeproc-py SUBDIR += py-citeproc-py-styles SUBDIR += py-cjkwrap SUBDIR += py-cloud_sptheme SUBDIR += py-cmarkgfm SUBDIR += py-collective.checkdocs SUBDIR += py-colorclass SUBDIR += py-creole SUBDIR += py-cssselect2 SUBDIR += py-csvkit SUBDIR += py-custom_inherit SUBDIR += py-cyclonedx-python-lib SUBDIR += py-dbfread SUBDIR += py-dialect SUBDIR += py-dict2xml SUBDIR += py-diff-match-patch SUBDIR += py-docrepr SUBDIR += py-docstring-parser SUBDIR += py-docstring-to-markdown SUBDIR += py-docutils SUBDIR += py-docx-generator SUBDIR += py-docx2txt SUBDIR += py-docxcompose SUBDIR += py-docxtpl SUBDIR += py-dominate SUBDIR += py-dparse SUBDIR += py-duecredit SUBDIR += py-ebcdic SUBDIR += py-elasticsearch SUBDIR += py-elasticsearch-async SUBDIR += py-elasticsearch-curator SUBDIR += py-elasticsearch-dsl SUBDIR += py-elasticsearch-dsl6 SUBDIR += py-elasticsearch5 SUBDIR += py-elasticsearch6 SUBDIR += py-elementpath SUBDIR += py-emeraldtree SUBDIR += py-empy SUBDIR += py-enchant SUBDIR += py-enrich SUBDIR += py-epy-reader SUBDIR += py-et_xmlfile SUBDIR += py-evtx2splunk SUBDIR += py-extract-msg SUBDIR += py-fastavro SUBDIR += py-fasttext-predict SUBDIR += py-faust-cchardet SUBDIR += py-feedparser SUBDIR += py-file-read-backwards SUBDIR += py-fingerprints SUBDIR += py-flor SUBDIR += py-fluent.syntax SUBDIR += py-ftfy SUBDIR += py-furo SUBDIR += py-gambit-elasticsearch SUBDIR += py-genshi SUBDIR += py-gensim SUBDIR += py-gi-docgen SUBDIR += py-grapheme SUBDIR += py-grep-ast SUBDIR += py-griffe SUBDIR += py-grimoire-elk SUBDIR += py-grimoirelab-panels SUBDIR += py-guess-language SUBDIR += py-hashids SUBDIR += py-hexdump SUBDIR += py-hieroglyph SUBDIR += py-hjson SUBDIR += py-html2json SUBDIR += py-html2text SUBDIR += py-htmlmin2 SUBDIR += py-humanfriendly SUBDIR += py-hunspell SUBDIR += py-ini2toml SUBDIR += py-interegular SUBDIR += py-isbnlib SUBDIR += py-isbntools SUBDIR += py-iso-639 SUBDIR += py-iso3166 SUBDIR += py-j2cli SUBDIR += py-jarowinkler SUBDIR += py-jc SUBDIR += py-jinja2-cli SUBDIR += py-jiter SUBDIR += py-jq SUBDIR += py-json2html SUBDIR += py-jsonslicer SUBDIR += py-jsx-lexer SUBDIR += py-jtextfsm SUBDIR += py-junit-xml SUBDIR += py-jupyter_sphinx SUBDIR += py-jupyterlab-pygments SUBDIR += py-kidash SUBDIR += py-langcodes SUBDIR += py-langdetect SUBDIR += py-langid SUBDIR += py-language-data SUBDIR += py-laserhammer SUBDIR += py-latexcodec SUBDIR += py-libxml2 SUBDIR += py-license-expression SUBDIR += py-line-protocol-parser SUBDIR += py-linkify-it-py SUBDIR += py-m2r SUBDIR += py-mako SUBDIR += py-markdown SUBDIR += py-markdown-callouts SUBDIR += py-markdown-include SUBDIR += py-markdown-it-py SUBDIR += py-markdown2 SUBDIR += py-marko SUBDIR += py-markuppy SUBDIR += py-markups SUBDIR += py-markupsafe SUBDIR += py-mathics-pygments SUBDIR += py-mdformat SUBDIR += py-mdit-py-plugins SUBDIR += py-mdurl SUBDIR += py-mdx_wikilink_plus SUBDIR += py-merge3 SUBDIR += py-mike SUBDIR += py-misaka SUBDIR += py-mistletoe SUBDIR += py-mistune SUBDIR += py-mistune0 SUBDIR += py-mistune2 SUBDIR += py-mkdocs SUBDIR += py-mkdocs-autorefs SUBDIR += py-mkdocs-get-deps SUBDIR += py-mkdocs-git-revision-date-localized-plugin SUBDIR += py-mkdocs-material SUBDIR += py-mkdocs-material-extensions SUBDIR += py-mkdocs-mermaid2-plugin SUBDIR += py-mkdocs-minify-plugin SUBDIR += py-mkdocs-nature SUBDIR += py-mkdocs-redirects SUBDIR += py-mkdocs-rss-plugin SUBDIR += py-mkdocs-simple-hooks SUBDIR += py-mkdocstrings SUBDIR += py-mkdocstrings-crystal SUBDIR += py-mkdocstrings-python SUBDIR += py-mkdocstrings-python-legacy SUBDIR += py-morse3 SUBDIR += py-mwparserfromhell SUBDIR += py-myst-parser SUBDIR += py-nbsphinx SUBDIR += py-nltk SUBDIR += py-normality SUBDIR += py-ntc-templates SUBDIR += py-numpydoc SUBDIR += py-ocrmypdf SUBDIR += py-openpyxl SUBDIR += py-opensearch-py SUBDIR += py-openstackdocstheme SUBDIR += py-openstep-plist SUBDIR += py-orange3-text SUBDIR += py-os-api-ref SUBDIR += py-packageurl-python SUBDIR += py-pager SUBDIR += py-paginate SUBDIR += py-pallets-sphinx-themes SUBDIR += py-pandoc-plantuml-filter SUBDIR += py-pandocfilters SUBDIR += py-paragrep SUBDIR += py-parse SUBDIR += py-parse-type SUBDIR += py-parsec SUBDIR += py-parsel SUBDIR += py-parsimonious SUBDIR += py-parso SUBDIR += py-patiencediff SUBDIR += py-pdf2docx SUBDIR += py-pdfminer.six SUBDIR += py-pdfminer3k SUBDIR += py-pdfrw SUBDIR += py-pdftotext SUBDIR += py-petl SUBDIR += py-pikepdf SUBDIR += py-precis_i18n SUBDIR += py-pscript SUBDIR += py-pss SUBDIR += py-pyPEG2 SUBDIR += py-pyahocorasick SUBDIR += py-pyaml SUBDIR += py-pybtex SUBDIR += py-pybtex-docutils SUBDIR += py-pycountry SUBDIR += py-pydata-sphinx-theme SUBDIR += py-pyexcel SUBDIR += py-pyexcel-ezodf SUBDIR += py-pyexcel-io SUBDIR += py-pyexcel-ods3 SUBDIR += py-pyexcel-xls SUBDIR += py-pyexcel-xlsx SUBDIR += py-pyfzf SUBDIR += py-pygccxml SUBDIR += py-pygments SUBDIR += py-pygtail SUBDIR += py-pyhamcrest SUBDIR += py-pyjade SUBDIR += py-pykwalify SUBDIR += py-pylons-sphinx-themes SUBDIR += py-pyls-spyder SUBDIR += py-pymdown-extensions SUBDIR += py-pypa-docs-theme SUBDIR += py-pypandoc SUBDIR += py-pyphen SUBDIR += py-pyrss2gen SUBDIR += py-pyscss SUBDIR += py-pysrt SUBDIR += py-pystache SUBDIR += py-pystemmer SUBDIR += py-python-augeas SUBDIR += py-python-bidi SUBDIR += py-python-docs-theme SUBDIR += py-python-docx SUBDIR += py-python-gettext SUBDIR += py-python-lsp-black SUBDIR += py-python-lsp-jsonrpc SUBDIR += py-python-lsp-server SUBDIR += py-python-markdown-math SUBDIR += py-python-pptx SUBDIR += py-python-slugify SUBDIR += py-python-ulid SUBDIR += py-python-ulid2 SUBDIR += py-python-xmp-toolkit SUBDIR += py-pytidylib SUBDIR += py-pytkdocs SUBDIR += py-pytoml SUBDIR += py-pytomlpp SUBDIR += py-pyx12 SUBDIR += py-pyxlsb2 SUBDIR += py-qrcode SUBDIR += py-rdflib SUBDIR += py-readchar SUBDIR += py-readthedocs-sphinx-ext SUBDIR += py-readtime SUBDIR += py-recommonmark SUBDIR += py-regex SUBDIR += py-reindent SUBDIR += py-reno SUBDIR += py-restructuredtext-lint SUBDIR += py-reverend SUBDIR += py-rich SUBDIR += py-rich-argparse SUBDIR += py-rich-cli SUBDIR += py-rich-rst SUBDIR += py-rich12 SUBDIR += py-rnc2rng SUBDIR += py-rst2ansi SUBDIR += py-rst2html5 SUBDIR += py-scour SUBDIR += py-segno SUBDIR += py-sense2vec SUBDIR += py-sentencepiece SUBDIR += py-simplebayes SUBDIR += py-smartypants SUBDIR += py-snowballstemmer SUBDIR += py-spacy SUBDIR += py-spacy-legacy SUBDIR += py-spacy-llm SUBDIR += py-spacy-loggers SUBDIR += py-sparqlwrapper SUBDIR += py-sphinx SUBDIR += py-sphinx-argparse SUBDIR += py-sphinx-autoapi SUBDIR += py-sphinx-autobuild SUBDIR += py-sphinx-autodoc-typehints SUBDIR += py-sphinx-basic-ng SUBDIR += py-sphinx-book-theme SUBDIR += py-sphinx-copybutton SUBDIR += py-sphinx-design SUBDIR += py-sphinx-examples SUBDIR += py-sphinx-gallery SUBDIR += py-sphinx-inline-tabs SUBDIR += py-sphinx-intl SUBDIR += py-sphinx-issues SUBDIR += py-sphinx-markdown-tables SUBDIR += py-sphinx-material SUBDIR += py-sphinx-me SUBDIR += py-sphinx-multiversion SUBDIR += py-sphinx-multiversion-zrepl SUBDIR += py-sphinx-notfound-page SUBDIR += py-sphinx-sitemap SUBDIR += py-sphinx-tabs SUBDIR += py-sphinx-theme-builder SUBDIR += py-sphinx_press_theme SUBDIR += py-sphinx_rtd_theme SUBDIR += py-sphinx_wikipedia SUBDIR += py-sphinxcontrib-actdiag SUBDIR += py-sphinxcontrib-adadomain SUBDIR += py-sphinxcontrib-applehelp SUBDIR += py-sphinxcontrib-autoprogram SUBDIR += py-sphinxcontrib-bibtex SUBDIR += py-sphinxcontrib-bitbucket SUBDIR += py-sphinxcontrib-blockdiag SUBDIR += py-sphinxcontrib-devhelp SUBDIR += py-sphinxcontrib-django SUBDIR += py-sphinxcontrib-fulltoc SUBDIR += py-sphinxcontrib-htmlhelp SUBDIR += py-sphinxcontrib-httpdomain SUBDIR += py-sphinxcontrib-issuetracker SUBDIR += py-sphinxcontrib-jquery SUBDIR += py-sphinxcontrib-jsmath SUBDIR += py-sphinxcontrib-log-cabinet SUBDIR += py-sphinxcontrib-napoleon SUBDIR += py-sphinxcontrib-newsfeed SUBDIR += py-sphinxcontrib-nwdiag SUBDIR += py-sphinxcontrib-programoutput SUBDIR += py-sphinxcontrib-qthelp SUBDIR += py-sphinxcontrib-seqdiag SUBDIR += py-sphinxcontrib-serializinghtml SUBDIR += py-sphinxcontrib-spelling SUBDIR += py-sphinxcontrib-svg2pdfconverter SUBDIR += py-sphinxcontrib-towncrier SUBDIR += py-sphinxcontrib-websupport SUBDIR += py-sphinxemoji SUBDIR += py-sphinxext-opengraph SUBDIR += py-splunk-hec SUBDIR += py-spylls SUBDIR += py-stemming SUBDIR += py-tableschema-to-template SUBDIR += py-tabletext SUBDIR += py-tablib SUBDIR += py-terminaltables SUBDIR += py-text2digits SUBDIR += py-textdistance SUBDIR += py-textfsm SUBDIR += py-textract SUBDIR += py-texttable SUBDIR += py-textual SUBDIR += py-textwrap3 SUBDIR += py-three-merge SUBDIR += py-tika-client SUBDIR += py-tiktoken SUBDIR += py-tinycss SUBDIR += py-tinycss2 SUBDIR += py-tokenizers SUBDIR += py-toml SUBDIR += py-tomli SUBDIR += py-tomli-w SUBDIR += py-tomlkit SUBDIR += py-toronado SUBDIR += py-towncrier SUBDIR += py-towncrier23 SUBDIR += py-trans SUBDIR += py-translationstring SUBDIR += py-transpopy SUBDIR += py-ttp SUBDIR += py-ttp-templates SUBDIR += py-typogrify SUBDIR += py-uc-micro-py SUBDIR += py-ucl SUBDIR += py-ufal.udpipe SUBDIR += py-unicodeitplus SUBDIR += py-untangle SUBDIR += py-urlscan SUBDIR += py-vbuild SUBDIR += py-wasabi SUBDIR += py-wavedrom SUBDIR += py-wcmatch SUBDIR += py-whatthepatch SUBDIR += py-whoosh SUBDIR += py-wordcloud SUBDIR += py-wordnet SUBDIR += py-wordninja SUBDIR += py-wstools SUBDIR += py-wtf-peewee SUBDIR += py-wtforms SUBDIR += py-xhtml2pdf SUBDIR += py-xlmmacrodeobfuscator SUBDIR += py-xlrd SUBDIR += py-xlrd2 SUBDIR += py-xlsxwriter SUBDIR += py-xlutils SUBDIR += py-xlwt SUBDIR += py-xml-default-dict SUBDIR += py-xmldiff SUBDIR += py-xmlschema SUBDIR += py-yapf SUBDIR += py-youseedee SUBDIR += py-zope.i18nmessageid SUBDIR += py-zpt SUBDIR += qprint SUBDIR += qr SUBDIR += qrcodegen SUBDIR += qstardict SUBDIR += qt5-xml SUBDIR += qt5-xmlpatterns SUBDIR += qu-aspell SUBDIR += quarto SUBDIR += quickwit SUBDIR += rand SUBDIR += randlm SUBDIR += rapidxml SUBDIR += raptor2 SUBDIR += rarian SUBDIR += rasqal SUBDIR += re-flex SUBDIR += re_graph SUBDIR += redet SUBDIR += redisearch SUBDIR += redisearch20 SUBDIR += redisearch22 SUBDIR += redland SUBDIR += redland-bindings SUBDIR += refdb SUBDIR += reflex SUBDIR += regex2dfa SUBDIR += replaceit SUBDIR += resume SUBDIR += resume-extensions SUBDIR += rfcdiff SUBDIR += riffdiff SUBDIR += ripgrep SUBDIR += ripgrep-all SUBDIR += ripole SUBDIR += rl SUBDIR += rman SUBDIR += rnv SUBDIR += ro-aspell SUBDIR += ro-hunspell SUBDIR += ro-hyphen SUBDIR += ro-mythes SUBDIR += rtfreader SUBDIR += ruby-escape SUBDIR += ruby-format SUBDIR += ruby-htree SUBDIR += ruby-rd-mode.el SUBDIR += ruby-rdtool SUBDIR += ruby-rttool SUBDIR += rubygem-abbrev SUBDIR += rubygem-actionpack-xml_parser-rails5 SUBDIR += rubygem-actionpack-xml_parser-rails52 SUBDIR += rubygem-actionpack-xml_parser-rails61 SUBDIR += rubygem-actiontext60 SUBDIR += rubygem-actiontext61 SUBDIR += rubygem-actiontext70 SUBDIR += rubygem-actiontext71 SUBDIR += rubygem-actiontext72 SUBDIR += rubygem-albino SUBDIR += rubygem-amatch SUBDIR += rubygem-asciidoctor SUBDIR += rubygem-asciidoctor-diagram SUBDIR += rubygem-asciidoctor-epub3 SUBDIR += rubygem-asciidoctor-include-ext SUBDIR += rubygem-asciidoctor-kroki SUBDIR += rubygem-asciidoctor-pdf SUBDIR += rubygem-asciidoctor-plantuml SUBDIR += rubygem-asciidoctor-plantuml00 SUBDIR += rubygem-autoprefixer-rails SUBDIR += rubygem-babel-source SUBDIR += rubygem-babel-transpiler SUBDIR += rubygem-babosa SUBDIR += rubygem-bourbon SUBDIR += rubygem-case_transform SUBDIR += rubygem-case_transform61 SUBDIR += rubygem-character_set SUBDIR += rubygem-charlock_holmes SUBDIR += rubygem-chewy SUBDIR += rubygem-citrus SUBDIR += rubygem-cld3 SUBDIR += rubygem-coderay SUBDIR += rubygem-colorator SUBDIR += rubygem-colored SUBDIR += rubygem-colored2 SUBDIR += rubygem-commonmarker SUBDIR += rubygem-commonmarker0 SUBDIR += rubygem-creole SUBDIR += rubygem-css_parser SUBDIR += rubygem-cssmin SUBDIR += rubygem-cucumber-gherkin SUBDIR += rubygem-cucumber-gherkin27 SUBDIR += rubygem-cucumber-gherkin29 SUBDIR += rubygem-cucumber-html-formatter SUBDIR += rubygem-dartsass SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-diff_match_patch SUBDIR += rubygem-diffy SUBDIR += rubygem-docdiff SUBDIR += rubygem-elastic-apm SUBDIR += rubygem-elastic-transport SUBDIR += rubygem-elasticsearch SUBDIR += rubygem-elasticsearch-api SUBDIR += rubygem-elasticsearch-api-gitlab SUBDIR += rubygem-elasticsearch-api7 SUBDIR += rubygem-elasticsearch-api713 SUBDIR += rubygem-elasticsearch-dsl SUBDIR += rubygem-elasticsearch-gitlab SUBDIR += rubygem-elasticsearch-model SUBDIR += rubygem-elasticsearch-model-gitlab SUBDIR += rubygem-elasticsearch-persistence SUBDIR += rubygem-elasticsearch-rails SUBDIR += rubygem-elasticsearch-rails7 SUBDIR += rubygem-elasticsearch-transport SUBDIR += rubygem-elasticsearch-transport-gitlab SUBDIR += rubygem-elasticsearch-transport713 SUBDIR += rubygem-elasticsearch-xpack SUBDIR += rubygem-elasticsearch7 SUBDIR += rubygem-emot SUBDIR += rubygem-escape_utils SUBDIR += rubygem-extended-markdown-filter SUBDIR += rubygem-ezamar SUBDIR += rubygem-fast_xs SUBDIR += rubygem-fog-xml SUBDIR += rubygem-gemoji SUBDIR += rubygem-gemoji3 SUBDIR += rubygem-gepub SUBDIR += rubygem-github-linguist SUBDIR += rubygem-github-markup SUBDIR += rubygem-gitlab-glfm-markdown SUBDIR += rubygem-gitlab-grit SUBDIR += rubygem-gitlab-markup SUBDIR += rubygem-google-cloud-artifact_registry-v1 SUBDIR += rubygem-google-cloud-profiler-v2 SUBDIR += rubygem-google-cloud-translate SUBDIR += rubygem-google-cloud-translate-v2 SUBDIR += rubygem-google-cloud-translate-v3 SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-html-pipeline SUBDIR += rubygem-html-proofer SUBDIR += rubygem-html2text SUBDIR += rubygem-htmlentities SUBDIR += rubygem-ini SUBDIR += rubygem-inifile SUBDIR += rubygem-iso-639 SUBDIR += rubygem-itextomml SUBDIR += rubygem-jekyll-archives SUBDIR += rubygem-jekyll-assets SUBDIR += rubygem-jekyll-email-protect SUBDIR += rubygem-jekyll-feed SUBDIR += rubygem-jekyll-gist SUBDIR += rubygem-jekyll-mentions SUBDIR += rubygem-jekyll-paginate SUBDIR += rubygem-jekyll-redirect-from SUBDIR += rubygem-jekyll-sass-converter SUBDIR += rubygem-jekyll-sass-converter1 SUBDIR += rubygem-jekyll-sitemap SUBDIR += rubygem-jemoji SUBDIR += rubygem-js_regex SUBDIR += rubygem-jsmin SUBDIR += rubygem-kramdown SUBDIR += rubygem-kramdown-gitlab SUBDIR += rubygem-kramdown-parser-gfm SUBDIR += rubygem-kramdown-parser-gfm-gitlab SUBDIR += rubygem-kramdown1 SUBDIR += rubygem-kramdown23 SUBDIR += rubygem-kwalify SUBDIR += rubygem-libxml-ruby SUBDIR += rubygem-linguistics SUBDIR += rubygem-liquid SUBDIR += rubygem-liquid-tag-parser SUBDIR += rubygem-liquid-tag-parser1 SUBDIR += rubygem-liquid4 SUBDIR += rubygem-loggability SUBDIR += rubygem-loofah SUBDIR += rubygem-loofah222 SUBDIR += rubygem-ltsv SUBDIR += rubygem-markaby SUBDIR += rubygem-mdl SUBDIR += rubygem-minima SUBDIR += rubygem-multi_xml SUBDIR += rubygem-nokogiri SUBDIR += rubygem-nokogiri-diff SUBDIR += rubygem-nokogumbo SUBDIR += rubygem-octopress-escape-code SUBDIR += rubygem-opml SUBDIR += rubygem-org-ruby SUBDIR += rubygem-ox SUBDIR += rubygem-parse-cron SUBDIR += rubygem-parslet SUBDIR += rubygem-parslet1 SUBDIR += rubygem-phone SUBDIR += rubygem-pretty-xml SUBDIR += rubygem-prism SUBDIR += rubygem-psych SUBDIR += rubygem-psych3 SUBDIR += rubygem-puppet-strings SUBDIR += rubygem-raabro SUBDIR += rubygem-rails-dom-testing SUBDIR += rubygem-rails-dom-testing-rails5 SUBDIR += rubygem-rails-dom-testing-rails50 SUBDIR += rubygem-rails-dom-testing-rails52 SUBDIR += rubygem-rails-dom-testing-rails60 SUBDIR += rubygem-rails-dom-testing-rails61 SUBDIR += rubygem-rails-dom-testing-rails70 SUBDIR += rubygem-rails-dom-testing-rails71 SUBDIR += rubygem-rails-dom-testing-rails72 SUBDIR += rubygem-rails-dom-testing1 SUBDIR += rubygem-rails-html-sanitizer SUBDIR += rubygem-rak SUBDIR += rubygem-rchardet SUBDIR += rubygem-rdiscount SUBDIR += rubygem-rdtool SUBDIR += rubygem-redcarpet SUBDIR += rubygem-regexp_parser SUBDIR += rubygem-regexp_property_values SUBDIR += rubygem-representable SUBDIR += rubygem-reverse_markdown SUBDIR += rubygem-rexml SUBDIR += rubygem-rexml32 SUBDIR += rubygem-ri_cal SUBDIR += rubygem-rly SUBDIR += rubygem-rmmseg-cpp SUBDIR += rubygem-ronn SUBDIR += rubygem-rouge SUBDIR += rubygem-rouge-gitlab SUBDIR += rubygem-rouge3 SUBDIR += rubygem-rouge43 SUBDIR += rubygem-rttool SUBDIR += rubygem-ruby-augeas SUBDIR += rubygem-ruby-xslt SUBDIR += rubygem-ruby_expect SUBDIR += rubygem-rubypants SUBDIR += rubygem-rugments SUBDIR += rubygem-sanitize SUBDIR += rubygem-sanitize60 SUBDIR += rubygem-sass SUBDIR += rubygem-sass-listen SUBDIR += rubygem-sass-rails-rails4 SUBDIR += rubygem-sass-rails-rails5 SUBDIR += rubygem-sass-rails-rails50 SUBDIR += rubygem-sass-rails-rails52 SUBDIR += rubygem-sass-rails-rails60 SUBDIR += rubygem-sass-rails-rails61 SUBDIR += rubygem-sass-rails-rails70 SUBDIR += rubygem-sassc SUBDIR += rubygem-sassc-rails-rails4 SUBDIR += rubygem-sassc-rails-rails5 SUBDIR += rubygem-sassc-rails-rails50 SUBDIR += rubygem-sassc-rails-rails52 SUBDIR += rubygem-sassc-rails-rails60 SUBDIR += rubygem-sassc-rails-rails61 SUBDIR += rubygem-sassc-rails-rails70 SUBDIR += rubygem-sax-machine SUBDIR += rubygem-scss_lint SUBDIR += rubygem-shell2html SUBDIR += rubygem-simplecov-html SUBDIR += rubygem-sixarm_ruby_unaccent SUBDIR += rubygem-spreadsheet SUBDIR += rubygem-stamp SUBDIR += rubygem-syntax SUBDIR += rubygem-termcolor SUBDIR += rubygem-terminal-table SUBDIR += rubygem-terser SUBDIR += rubygem-terser11 SUBDIR += rubygem-text SUBDIR += rubygem-tidy_ffi SUBDIR += rubygem-toml SUBDIR += rubygem-tomlrb SUBDIR += rubygem-tomlrb1 SUBDIR += rubygem-truncato SUBDIR += rubygem-twitter-text SUBDIR += rubygem-twitter-text1 SUBDIR += rubygem-unf SUBDIR += rubygem-unf_ext SUBDIR += rubygem-unicode_plot SUBDIR += rubygem-version_sorter SUBDIR += rubygem-whatlanguage SUBDIR += rubygem-wikicloth SUBDIR += rubygem-wikicloth081 SUBDIR += rubygem-xml-simple SUBDIR += rubygem-ya2yaml SUBDIR += rubygem-yard SUBDIR += rubygem-yard-chef SUBDIR += rw-aspell SUBDIR += rxp SUBDIR += s5 SUBDIR += sablotron SUBDIR += sad SUBDIR += sansi SUBDIR += sarep SUBDIR += sary SUBDIR += sassc SUBDIR += saxon SUBDIR += saxon-devel SUBDIR += saxon-he SUBDIR += sc-aspell SUBDIR += scdoc SUBDIR += scew SUBDIR += scim SUBDIR += scim-input-pad SUBDIR += scim-kmfl-imengine SUBDIR += scim-m17n SUBDIR += scim-openvanilla SUBDIR += scim-table-imengine SUBDIR += scr2txt SUBDIR += scss SUBDIR += scws SUBDIR += sd SUBDIR += sdcv SUBDIR += sdf SUBDIR += sdif SUBDIR += sdocbook-xml SUBDIR += sdom SUBDIR += senna SUBDIR += sentencepiece SUBDIR += sexp SUBDIR += sgmlformat SUBDIR += sgmls SUBDIR += sgrep SUBDIR += sgrep2 SUBDIR += sift SUBDIR += sigil SUBDIR += sk-aspell SUBDIR += sk-hunspell SUBDIR += sk-hyphen SUBDIR += sk-mythes SUBDIR += sl-aspell SUBDIR += sl-hunspell SUBDIR += sl-hyphen SUBDIR += sl-mythes SUBDIR += slides SUBDIR += slowcat SUBDIR += smi SUBDIR += smu SUBDIR += snowballstemmer SUBDIR += so-hunspell SUBDIR += sonic SUBDIR += soothsayer SUBDIR += source-highlight SUBDIR += sowing SUBDIR += spellutils SUBDIR += sphinxsearch SUBDIR += splitpatch SUBDIR += sq-hunspell SUBDIR += sr-aspell SUBDIR += sr-hunspell SUBDIR += ss-hunspell SUBDIR += stardict-dict-fa_IR SUBDIR += stardict-dictd_mova SUBDIR += stardict-rptts SUBDIR += stardict3 SUBDIR += sttr SUBDIR += sv-aspell SUBDIR += sv-hunspell SUBDIR += sv-mythes SUBDIR += svn2cl SUBDIR += sw-aspell SUBDIR += sxml SUBDIR += syck SUBDIR += ta-aspell SUBDIR += tagsoup SUBDIR += te-aspell SUBDIR += te-hunspell SUBDIR += teckit SUBDIR += termshot SUBDIR += tet-aspell SUBDIR += texi2db SUBDIR += texi2html SUBDIR += texi2mdoc SUBDIR += textnote SUBDIR += textogif SUBDIR += textql SUBDIR += the_silver_searcher SUBDIR += ti-hunspell SUBDIR += tidyp SUBDIR += tinyxml SUBDIR += tinyxml2 SUBDIR += tk-aspell SUBDIR += tk-hunspell SUBDIR += tkdiff SUBDIR += tkxmlive SUBDIR += tl-aspell SUBDIR += tn-aspell SUBDIR += tn-hunspell SUBDIR += tnef2txt SUBDIR += tokay SUBDIR += tokyodystopia SUBDIR += toml-f SUBDIR += tr-aspell SUBDIR += trang SUBDIR += translate-shell SUBDIR += translate-toolkit SUBDIR += trdsql SUBDIR += ts-hunspell SUBDIR += tth SUBDIR += tttcmds SUBDIR += ttynt SUBDIR += tui-journal SUBDIR += turboxsl SUBDIR += txt2html SUBDIR += txt2man SUBDIR += txt2tags SUBDIR += typst SUBDIR += uchardet SUBDIR += ucto SUBDIR += uctodata SUBDIR += ugrep SUBDIR += uim SUBDIR += uim-el SUBDIR += uim-gtk SUBDIR += uim-gtk3 SUBDIR += uim-m17nlib SUBDIR += uim-qt5 SUBDIR += uml2svg SUBDIR += uncle SUBDIR += uncrustify SUBDIR += uni SUBDIR += uni2ascii SUBDIR += unoconv SUBDIR += unroff SUBDIR += unrtf SUBDIR += up SUBDIR += urlview SUBDIR += utf8proc SUBDIR += uz-aspell SUBDIR += vacuum SUBDIR += vale SUBDIR += vbindiff SUBDIR += ve-hunspell SUBDIR += vgrep SUBDIR += wa-aspell SUBDIR += wa-hunspell SUBDIR += wdiff SUBDIR += webcpp SUBDIR += website SUBDIR += weka SUBDIR += wiggle SUBDIR += wikiman SUBDIR += word2x SUBDIR += wordnet SUBDIR += write-good SUBDIR += wv SUBDIR += wv2 SUBDIR += xalan-j SUBDIR += xenv SUBDIR += xerces-c3 SUBDIR += xerces-j SUBDIR += xfce4-dict-plugin SUBDIR += xh-hunspell SUBDIR += xhtml SUBDIR += xhtml-11 SUBDIR += xhtml-basic SUBDIR += xhtml-modularization SUBDIR += xhtml1-xsd SUBDIR += xincluder SUBDIR += xlhtml SUBDIR += xlnt SUBDIR += xlreader SUBDIR += xlsxio SUBDIR += xml-commons SUBDIR += xml-format SUBDIR += xml-lite.el SUBDIR += xml2rfc SUBDIR += xmlada SUBDIR += xmlcatmgr SUBDIR += xmlcharent SUBDIR += xmlenc SUBDIR += xmlf90 SUBDIR += xmlformat SUBDIR += xmlgen SUBDIR += xmlindent SUBDIR += xmlppm SUBDIR += xmlroff SUBDIR += xmlstarlet SUBDIR += xmlto SUBDIR += xmlwrapp SUBDIR += xom SUBDIR += xorg-sgml-doctools SUBDIR += xp SUBDIR += xslide.el SUBDIR += xstream SUBDIR += xsv-rs SUBDIR += xwindiff SUBDIR += y2l SUBDIR += yali SUBDIR += yaml-mode.el SUBDIR += yaml.el SUBDIR += yamlfmt SUBDIR += ydiff SUBDIR += yelp-tools SUBDIR += yelp-xsl SUBDIR += yi-aspell SUBDIR += yi-hunspell SUBDIR += yodl SUBDIR += yq SUBDIR += ytt SUBDIR += zed SUBDIR += zenxml SUBDIR += zorba SUBDIR += zq SUBDIR += zu-aspell SUBDIR += zu-hunspell SUBDIR += zxing-cpp .include diff --git a/textproc/linux-rl9-expat/Makefile b/textproc/linux-rl9-expat/Makefile index d16f6740ba83..0f93e2f49d3f 100644 --- a/textproc/linux-rl9-expat/Makefile +++ b/textproc/linux-rl9-expat/Makefile @@ -1,25 +1,26 @@ PORTNAME= expat PORTVERSION= 2.5.0 -DISTVERSIONSUFFIX= -2.el9_4.1 -PORTREVISION= 4 +DISTVERSIONSUFFIX= -3.el9_5.1 +PORTREVISION= 5 CATEGORIES= textproc linux MAINTAINER= emulation@FreeBSD.org COMMENT= XML 1.0 parser written in C (Rocky Linux ${LINUX_DIST_VER}) WWW= https://github.com/libexpat/libexpat LICENSE= MIT USES= cpe linux:rl9 CPE_VENDOR= ${CPE_PRODUCT}_project CPE_PRODUCT= lib${PORTNAME} USE_LDCONFIG= yes USE_LINUX_RPM= yes WANT_LINUX32= yes CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}2/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS .include diff --git a/textproc/linux-rl9-expat/distinfo b/textproc/linux-rl9-expat/distinfo index 9860821f7624..9760eb138fe6 100644 --- a/textproc/linux-rl9-expat/distinfo +++ b/textproc/linux-rl9-expat/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731427085 -SHA256 (rocky/e/expat-2.5.0-2.el9_4.1.aarch64.rpm) = 5ceee06faf35971d9213166a1ec09b2fa791e09775eb43294cad4f029e199735 -SIZE (rocky/e/expat-2.5.0-2.el9_4.1.aarch64.rpm) = 112010 -SHA256 (rocky/e/expat-2.5.0-2.el9_4.1.i686.rpm) = 0ecb0b2aadc1b4a49b4948e5c417e77e27c98fb8d8995d02f970533529bb19db -SIZE (rocky/e/expat-2.5.0-2.el9_4.1.i686.rpm) = 120663 -SHA256 (rocky/e/expat-2.5.0-2.el9_4.1.x86_64.rpm) = 54dc27044efeba5e47f0c12da2fbf9066f99da861213609e2807413b4e4e7147 -SIZE (rocky/e/expat-2.5.0-2.el9_4.1.x86_64.rpm) = 117644 -SHA256 (rocky/e/expat-2.5.0-2.el9_4.1.src.rpm) = 10d00aa6e0a6d5894c298e746fb3f6ff14a90d6be2f2587c16e103fe3779f2e6 -SIZE (rocky/e/expat-2.5.0-2.el9_4.1.src.rpm) = 8354857 +TIMESTAMP = 1732658787 +SHA256 (rocky/e/expat-2.5.0-3.el9_5.1.aarch64.rpm) = 9886532d4dad744803b28eb89a82a03770a0b515d74527a37178b12bd7c71f7a +SIZE (rocky/e/expat-2.5.0-3.el9_5.1.aarch64.rpm) = 111843 +SHA256 (rocky/e/expat-2.5.0-3.el9_5.1.i686.rpm) = 81061b74181a35f6eaba67d764525051eca75048bc6eb2cc5a04ca6d65433960 +SIZE (rocky/e/expat-2.5.0-3.el9_5.1.i686.rpm) = 120660 +SHA256 (rocky/e/expat-2.5.0-3.el9_5.1.x86_64.rpm) = 520670e38e85bce31f42e2beadf37fb0589d5a7fb5ee4b1b9ecfd406b23e081e +SIZE (rocky/e/expat-2.5.0-3.el9_5.1.x86_64.rpm) = 117557 +SHA256 (rocky/e/expat-2.5.0-3.el9_5.1.src.rpm) = 01035a5121632871c1efeadacffd0422ecdcf615e8f5dc89d09c8b142000322b +SIZE (rocky/e/expat-2.5.0-3.el9_5.1.src.rpm) = 8355511 diff --git a/textproc/linux-rl9-expat/pkg-plist.aarch64 b/textproc/linux-rl9-expat/pkg-plist.aarch64 index 7f3ad9e9e53a..2b83f261bbb8 100644 --- a/textproc/linux-rl9-expat/pkg-plist.aarch64 +++ b/textproc/linux-rl9-expat/pkg-plist.aarch64 @@ -1,9 +1,9 @@ usr/bin/xmlwf -usr/lib/.build-id/01/ae204020372252a9a0c5f0a6b2726b9c5e435d -usr/lib/.build-id/2b/57560d0cb67e6293fa6023c48fdf428b1973d4 +usr/lib/.build-id/4f/b53bd6d8f33c6eca2756455770438524414ab5 +usr/lib/.build-id/e3/2fdf964c630acee7ed5552113f0a67d60e16fc usr/lib64/libexpat.so.1 usr/lib64/libexpat.so.1.8.10 -%%PORTDOCS%%usr/share/doc/expat/AUTHORS -%%PORTDOCS%%usr/share/doc/expat/Changes +%%PORTDOCS%%%%DOCSDIR%%usr/share/doc/expat/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%usr/share/doc/expat/Changes usr/share/licenses/expat/COPYING usr/share/man/man1/xmlwf.1.gz diff --git a/textproc/linux-rl9-expat/pkg-plist.amd64 b/textproc/linux-rl9-expat/pkg-plist.amd64 index 764dd183009e..ce1bb038f03d 100644 --- a/textproc/linux-rl9-expat/pkg-plist.amd64 +++ b/textproc/linux-rl9-expat/pkg-plist.amd64 @@ -1,13 +1,13 @@ usr/bin/xmlwf -usr/lib/.build-id/4b/4979ff1d8fa81ebc15c0a4b47d5e3913baa39f -usr/lib/.build-id/8c/c86fb757195948e3d732d6ca7fcd3053c86301 -usr/lib/.build-id/c8/6b59f6eac27095e0163f07248e6073289c7722 -usr/lib/.build-id/dd/ff0146e24b1963c325d7c146c86aad2c991919 +usr/lib/.build-id/01/2d566a02f61e6714f5d610a28e52f17f340612 +usr/lib/.build-id/22/b1be67ac4b4658207d0bfced691391a88831a4 +usr/lib/.build-id/83/75f1a786e7c54650dccfb789a0ff1fdc7ba3b4 +usr/lib/.build-id/be/8225aedcfefee63162c5d0eae5829589979f05 usr/lib/libexpat.so.1 usr/lib/libexpat.so.1.8.10 usr/lib64/libexpat.so.1 usr/lib64/libexpat.so.1.8.10 -%%PORTDOCS%%usr/share/doc/expat/AUTHORS -%%PORTDOCS%%usr/share/doc/expat/Changes +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/Changes usr/share/licenses/expat/COPYING usr/share/man/man1/xmlwf.1.gz diff --git a/textproc/linux-rl9-libstemmer/Makefile b/textproc/linux-rl9-libstemmer/Makefile new file mode 100644 index 000000000000..07a94903048e --- /dev/null +++ b/textproc/linux-rl9-libstemmer/Makefile @@ -0,0 +1,21 @@ +PORTNAME= libstemmer +PORTVERSION= 0 +DISTVERSIONSUFFIX= -18.585svn.el9 +CATEGORIES= textproc linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= C stemming algorithm library (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://snowball.tartarus.org + +LICENSE= BSD3CLAUSE + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes +WANT_LINUX32= yes + +OPTIONS_DEFINE= DOCS + +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +.include diff --git a/textproc/linux-rl9-libstemmer/distinfo b/textproc/linux-rl9-libstemmer/distinfo new file mode 100644 index 000000000000..4fbdf6f2fb5f --- /dev/null +++ b/textproc/linux-rl9-libstemmer/distinfo @@ -0,0 +1,9 @@ +TIMESTAMP = 1732662542 +SHA256 (rocky/l/libstemmer-0-18.585svn.el9.aarch64.rpm) = 4b10cc6e35e2dcc8d93a0f7ad765063d06b4ebe4c672f684804820bf8c3d9e67 +SIZE (rocky/l/libstemmer-0-18.585svn.el9.aarch64.rpm) = 84020 +SHA256 (rocky/l/libstemmer-0-18.585svn.el9.i686.rpm) = bedd4d56f895d5f3c4d96412b9a75a1220c5b12b8ea42d8650040cfd405075c2 +SIZE (rocky/l/libstemmer-0-18.585svn.el9.i686.rpm) = 80704 +SHA256 (rocky/l/libstemmer-0-18.585svn.el9.x86_64.rpm) = 1c100c574348ee586077add5d13aa526b47cf69f88eb51750555d86a3e7127d0 +SIZE (rocky/l/libstemmer-0-18.585svn.el9.x86_64.rpm) = 84609 +SHA256 (rocky/l/libstemmer-0-18.585svn.el9.src.rpm) = 33c028d6c7975c35b36f7648706d23d7eb9b3c372faed20f543a64cee9e83464 +SIZE (rocky/l/libstemmer-0-18.585svn.el9.src.rpm) = 140327 diff --git a/textproc/linux-rl9-libstemmer/pkg-descr b/textproc/linux-rl9-libstemmer/pkg-descr new file mode 100644 index 000000000000..c3ef6b67208b --- /dev/null +++ b/textproc/linux-rl9-libstemmer/pkg-descr @@ -0,0 +1,8 @@ +Snowball stemming algorithms for use in Information Retrieval Snowball +provides access to efficient algorithms for calculating a "stemmed" +form of a word. This is a form with most of the common morphological +endings removed; hopefully representing a common linguistic base form. +This is most useful in building search engines and information +retrieval software; for example, a search with stemming enabled should +be able to find a document containing "cycling" given the query +"cycles". diff --git a/textproc/linux-rl9-libstemmer/pkg-plist.aarch64 b/textproc/linux-rl9-libstemmer/pkg-plist.aarch64 new file mode 100644 index 000000000000..96dfca94883f --- /dev/null +++ b/textproc/linux-rl9-libstemmer/pkg-plist.aarch64 @@ -0,0 +1,6 @@ +usr/lib/.build-id/74/e1aa9d1f6780da68437bb08874b6f83dd02bcb +usr/lib64/libstemmer.so.0 +usr/lib64/libstemmer.so.0.0.0 +%%PORTDOCS%%%%DOCSDIR%%/BSD.txt +%%PORTDOCS%%%%DOCSDIR%%/Notice.txt +%%PORTDOCS%%%%DOCSDIR%%/README diff --git a/textproc/linux-rl9-libstemmer/pkg-plist.amd64 b/textproc/linux-rl9-libstemmer/pkg-plist.amd64 new file mode 100644 index 000000000000..2a0cabfa8381 --- /dev/null +++ b/textproc/linux-rl9-libstemmer/pkg-plist.amd64 @@ -0,0 +1,9 @@ +usr/lib/.build-id/53/51589987036aec4ae0042fd42584919ec4152e +usr/lib/.build-id/81/15576d7be82ea11c854acef286a8d44eddc785 +usr/lib/libstemmer.so.0 +usr/lib/libstemmer.so.0.0.0 +usr/lib64/libstemmer.so.0 +usr/lib64/libstemmer.so.0.0.0 +%%PORTDOCS%%%%DOCSDIR%%/BSD.txt +%%PORTDOCS%%%%DOCSDIR%%/Notice.txt +%%PORTDOCS%%%%DOCSDIR%%/README diff --git a/textproc/linux-rl9-libxml2/Makefile b/textproc/linux-rl9-libxml2/Makefile index 26275afd8d40..47f606ac78d1 100644 --- a/textproc/linux-rl9-libxml2/Makefile +++ b/textproc/linux-rl9-libxml2/Makefile @@ -1,24 +1,25 @@ PORTNAME= libxml2 PORTVERSION= 2.9.13 DISTVERSIONSUFFIX= -6.el9_4 PORTREVISION= 4 CATEGORIES= textproc linux MAINTAINER= emulation@FreeBSD.org COMMENT= Library providing XML and HTML support (Rocky Linux ${LINUX_DIST_VER}) WWW= http://xmlsoft.org/ LICENSE= MIT USES= cpe linux:rl9 CPE_VENDOR= xmlsoft USE_LDCONFIG= yes USE_LINUX_RPM= yes WANT_LINUX32= yes CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS .include diff --git a/textproc/linux-rl9-libxml2/pkg-plist.aarch64 b/textproc/linux-rl9-libxml2/pkg-plist.aarch64 index 56a840954783..d0c038e1bdfa 100644 --- a/textproc/linux-rl9-libxml2/pkg-plist.aarch64 +++ b/textproc/linux-rl9-libxml2/pkg-plist.aarch64 @@ -1,14 +1,14 @@ usr/bin/xmlcatalog usr/bin/xmllint usr/lib/.build-id/97/2db450a88144354de75220399081d9edeb2f8d usr/lib/.build-id/a0/3292b74166c9b3e843ca7a3413a30903657589 usr/lib/.build-id/d8/5be4166c79d150bcc481a3ca3cb1259a0dfa5f usr/lib64/libxml2.so.2 usr/lib64/libxml2.so.2.9.13 -%%PORTDOCS%%usr/share/doc/libxml2/NEWS -%%PORTDOCS%%usr/share/doc/libxml2/README.md -%%PORTDOCS%%usr/share/doc/libxml2/TODO +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/TODO usr/share/licenses/libxml2/Copyright usr/share/man/man1/xmlcatalog.1.gz usr/share/man/man1/xmllint.1.gz usr/share/man/man3/libxml.3.gz diff --git a/textproc/linux-rl9-libxml2/pkg-plist.amd64 b/textproc/linux-rl9-libxml2/pkg-plist.amd64 index fe359fd41f6a..d9c6c0041519 100644 --- a/textproc/linux-rl9-libxml2/pkg-plist.amd64 +++ b/textproc/linux-rl9-libxml2/pkg-plist.amd64 @@ -1,19 +1,19 @@ usr/bin/xmlcatalog usr/bin/xmllint usr/lib/.build-id/19/718218b66453562eb1530d75461e2531226e4b usr/lib/.build-id/37/b95885a78adfcfeab8a3b6469687b1f0f0ccb9 usr/lib/.build-id/6d/b45925c9046613e77c899789b15378bd6f8af0 usr/lib/.build-id/86/4f9f9f60e2db2469453a0b5dcd3699b26d8bb8 usr/lib/.build-id/a2/d84db010e3b67917f1bdbf486883acc6d18ecb usr/lib/.build-id/d6/a7149e1da86cb48b54c10656df390b3b778a14 usr/lib/libxml2.so.2 usr/lib/libxml2.so.2.9.13 usr/lib64/libxml2.so.2 usr/lib64/libxml2.so.2.9.13 -%%PORTDOCS%%usr/share/doc/libxml2/NEWS -%%PORTDOCS%%usr/share/doc/libxml2/README.md -%%PORTDOCS%%usr/share/doc/libxml2/TODO +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/TODO usr/share/licenses/libxml2/Copyright usr/share/man/man1/xmlcatalog.1.gz usr/share/man/man1/xmllint.1.gz usr/share/man/man3/libxml.3.gz diff --git a/www/linux-rl9-libnghttp2/Makefile b/www/linux-rl9-libnghttp2/Makefile index 9dd8452d47ac..ae13b286d7fd 100644 --- a/www/linux-rl9-libnghttp2/Makefile +++ b/www/linux-rl9-libnghttp2/Makefile @@ -1,25 +1,25 @@ PORTNAME= libnghttp2 PORTVERSION= 1.43.0 -DISTVERSIONSUFFIX= -5.el9_4.3 -PORTREVISION= 2 +DISTVERSIONSUFFIX= -6.el9 +PORTREVISION= 3 CATEGORIES= www devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= HTTP/2.0 C Library (Rocky Linux ${LINUX_DIST_VER}) WWW= https://nghttp2.org/ \ https://github.com/nghttp2/nghttp2 LICENSE= MIT USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX= icu USE_LINUX_RPM= yes WANT_LINUX32= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} SRC_DISTFILES= nghttp2-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr .include diff --git a/www/linux-rl9-libnghttp2/distinfo b/www/linux-rl9-libnghttp2/distinfo index 12e28e51a53d..3b7e60eca676 100644 --- a/www/linux-rl9-libnghttp2/distinfo +++ b/www/linux-rl9-libnghttp2/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731427604 -SHA256 (rocky/l/libnghttp2-1.43.0-5.el9_4.3.aarch64.rpm) = 8189460362a9ca42ed44c47df07bb6c2db3d01ca43d55221493e1179df191fca -SIZE (rocky/l/libnghttp2-1.43.0-5.el9_4.3.aarch64.rpm) = 73252 -SHA256 (rocky/l/libnghttp2-1.43.0-5.el9_4.3.i686.rpm) = 38adc336ab3a453fef6a87619ad871d6bacbb0ab17759e0d41a1b5637a1879c2 -SIZE (rocky/l/libnghttp2-1.43.0-5.el9_4.3.i686.rpm) = 80389 -SHA256 (rocky/l/libnghttp2-1.43.0-5.el9_4.3.x86_64.rpm) = 08ffd814aff403e140252e5e71e8ce5390bda6a74be463613cad0c33336bf2fb -SIZE (rocky/l/libnghttp2-1.43.0-5.el9_4.3.x86_64.rpm) = 74090 -SHA256 (rocky/n/nghttp2-1.43.0-5.el9_4.3.src.rpm) = 92ad764ed8aa3eb56501127fcc89b6cfbfabe8b2c8c9560a4cea39faa6ecbbd9 -SIZE (rocky/n/nghttp2-1.43.0-5.el9_4.3.src.rpm) = 3996099 +TIMESTAMP = 1732662027 +SHA256 (rocky/l/libnghttp2-1.43.0-6.el9.aarch64.rpm) = 6e482a539db83fac17b7f3da2124f0ec24ff3725dfecd3cb54268d062148e426 +SIZE (rocky/l/libnghttp2-1.43.0-6.el9.aarch64.rpm) = 73244 +SHA256 (rocky/l/libnghttp2-1.43.0-6.el9.i686.rpm) = 1fa085c5bec5d34dd073d849232753111fc7f6a604c7aba0dab60d110b47881a +SIZE (rocky/l/libnghttp2-1.43.0-6.el9.i686.rpm) = 80352 +SHA256 (rocky/l/libnghttp2-1.43.0-6.el9.x86_64.rpm) = 57d25d95a78cbfa22b2cce9496d43c897f6087ac6917e31b3fbebad332481117 +SIZE (rocky/l/libnghttp2-1.43.0-6.el9.x86_64.rpm) = 74089 +SHA256 (rocky/n/nghttp2-1.43.0-6.el9.src.rpm) = 58ac82e1f885609609eca872dbb4bd4dbe23cd5e7ed96a5a8c8e5aa69c70a2a3 +SIZE (rocky/n/nghttp2-1.43.0-6.el9.src.rpm) = 3996076 diff --git a/www/linux-rl9-libnghttp2/pkg-plist.aarch64 b/www/linux-rl9-libnghttp2/pkg-plist.aarch64 index 8ee42f392da5..3f5eb3a59ee1 100644 --- a/www/linux-rl9-libnghttp2/pkg-plist.aarch64 +++ b/www/linux-rl9-libnghttp2/pkg-plist.aarch64 @@ -1,4 +1,4 @@ -usr/lib/.build-id/c6/d4ec509325ba55d5c9c5c206102e47fbb144c3 +usr/lib/.build-id/f0/391c2c70756a88e4a8f8495725517f87d12d84 usr/lib64/libnghttp2.so.14 usr/lib64/libnghttp2.so.14.20.1 usr/share/licenses/libnghttp2/COPYING diff --git a/www/linux-rl9-libnghttp2/pkg-plist.amd64 b/www/linux-rl9-libnghttp2/pkg-plist.amd64 index 573b6227a62f..5411c74d6c16 100644 --- a/www/linux-rl9-libnghttp2/pkg-plist.amd64 +++ b/www/linux-rl9-libnghttp2/pkg-plist.amd64 @@ -1,7 +1,7 @@ -usr/lib/.build-id/62/c969eb8b29149cc535d95eb47766f80196056a -usr/lib/.build-id/89/d211b3afd0fc1de1902ad15fbc41a2869be803 +usr/lib/.build-id/23/e512be416fd79f01ac648a564fa2187e758d22 +usr/lib/.build-id/9e/dba72eaf36a0ce960401dc0625b150ea400247 usr/lib/libnghttp2.so.14 usr/lib/libnghttp2.so.14.20.1 usr/lib64/libnghttp2.so.14 usr/lib64/libnghttp2.so.14.20.1 usr/share/licenses/libnghttp2/COPYING diff --git a/x11-toolkits/linux-rl9-gtk3/Makefile b/x11-toolkits/linux-rl9-gtk3/Makefile index dea9615e8a18..dec5d71c5f2c 100644 --- a/x11-toolkits/linux-rl9-gtk3/Makefile +++ b/x11-toolkits/linux-rl9-gtk3/Makefile @@ -1,32 +1,30 @@ PORTNAME= gtk3 PORTVERSION= 3.24.31 -DISTVERSIONSUFFIX= -2.el9 -PORTREVISION= 2 +DISTVERSIONSUFFIX= -5.el9 +PORTREVISION= 4 CATEGORIES= x11-toolkits linux MAINTAINER= emulation@FreeBSD.org COMMENT= GTK+ library, version 3.X (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.gtk.org/ RUN_DEPENDS= hicolor-icon-theme>0:misc/hicolor-icon-theme \ adwaita-icon-theme>0:x11-themes/adwaita-icon-theme USES= cpe linux:rl9 CPE_VENDOR= gnome CPE_PRODUCT= gtk USE_LDCONFIG= yes USE_LINUX= at-spi2-atk atk cairo-gobject dbuslibs fontconfig freetype gdkpixbuf2 \ - gnutls icu libepoxy libproxy librsvg2 libtracker-sparql \ + gnutls icu libepoxy libproxy librsvg2 libstemmer libtracker-sparql \ libxkbcommon pango wayland xorglibs USE_LINUX_RPM= yes WANT_LINUX32= yes -LIB_DISTNAMES= ${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX} \ - libstemmer-0-18.585svn.el9 - DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}0/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes .include diff --git a/x11-toolkits/linux-rl9-gtk3/distinfo b/x11-toolkits/linux-rl9-gtk3/distinfo index 1d64db41572e..b296ec4ef599 100644 --- a/x11-toolkits/linux-rl9-gtk3/distinfo +++ b/x11-toolkits/linux-rl9-gtk3/distinfo @@ -1,15 +1,9 @@ -TIMESTAMP = 1731437583 -SHA256 (rocky/g/gtk3-3.24.31-2.el9.aarch64.rpm) = 4f1a1a479ff4db93012242c53921b912ce6303fff64f88d9bbc9280c3f1380fa -SIZE (rocky/g/gtk3-3.24.31-2.el9.aarch64.rpm) = 4985138 -SHA256 (rocky/g/gtk3-3.24.31-2.el9.i686.rpm) = 5c8523beaaed9688950fc210e62a010f703df18310d3af6964181390792f7af9 -SIZE (rocky/g/gtk3-3.24.31-2.el9.i686.rpm) = 5311981 -SHA256 (rocky/g/gtk3-3.24.31-2.el9.x86_64.rpm) = 93e0f50705292497b818bb5f49939e5f14565130ccbf4268f68f3b6980f6b976 -SIZE (rocky/g/gtk3-3.24.31-2.el9.x86_64.rpm) = 5084906 -SHA256 (rocky/l/libstemmer-0-18.585svn.el9.aarch64.rpm) = 4b10cc6e35e2dcc8d93a0f7ad765063d06b4ebe4c672f684804820bf8c3d9e67 -SIZE (rocky/l/libstemmer-0-18.585svn.el9.aarch64.rpm) = 84020 -SHA256 (rocky/l/libstemmer-0-18.585svn.el9.i686.rpm) = bedd4d56f895d5f3c4d96412b9a75a1220c5b12b8ea42d8650040cfd405075c2 -SIZE (rocky/l/libstemmer-0-18.585svn.el9.i686.rpm) = 80704 -SHA256 (rocky/l/libstemmer-0-18.585svn.el9.x86_64.rpm) = 1c100c574348ee586077add5d13aa526b47cf69f88eb51750555d86a3e7127d0 -SIZE (rocky/l/libstemmer-0-18.585svn.el9.x86_64.rpm) = 84609 -SHA256 (rocky/g/gtk3-3.24.31-2.el9.src.rpm) = 2a92238dc9eb69e92ed50f2d7973e8996a6226329aebb25a94c03f0c2e0c9cff -SIZE (rocky/g/gtk3-3.24.31-2.el9.src.rpm) = 22481536 +TIMESTAMP = 1732662815 +SHA256 (rocky/g/gtk3-3.24.31-5.el9.aarch64.rpm) = de15b28164def8fc7ac635f5602bd0195866a3a96c697ba6815cf859737d5d72 +SIZE (rocky/g/gtk3-3.24.31-5.el9.aarch64.rpm) = 4981870 +SHA256 (rocky/g/gtk3-3.24.31-5.el9.i686.rpm) = 03d7e4dd514ef3d7ef236aefa75bda6f2a0658df0f076b662710cab670ce24f7 +SIZE (rocky/g/gtk3-3.24.31-5.el9.i686.rpm) = 5309653 +SHA256 (rocky/g/gtk3-3.24.31-5.el9.x86_64.rpm) = 6f7d4744107632dc7ce1f6cc21ca94157e58585d359cfc4f05421df1a9e5ebdd +SIZE (rocky/g/gtk3-3.24.31-5.el9.x86_64.rpm) = 5079874 +SHA256 (rocky/g/gtk3-3.24.31-5.el9.src.rpm) = b6fe0ad926cb025744b19cb112eaa80f72d877a414379a0e9170786d7560ed15 +SIZE (rocky/g/gtk3-3.24.31-5.el9.src.rpm) = 22488919 diff --git a/x11-toolkits/linux-rl9-gtk3/pkg-plist.aarch64 b/x11-toolkits/linux-rl9-gtk3/pkg-plist.aarch64 index 36ff2a40e9e0..1d6f08b93d81 100644 --- a/x11-toolkits/linux-rl9-gtk3/pkg-plist.aarch64 +++ b/x11-toolkits/linux-rl9-gtk3/pkg-plist.aarch64 @@ -1,170 +1,166 @@ usr/bin/gtk-launch usr/bin/gtk-query-immodules-3.0-64 -usr/lib/.build-id/00/83d9c6e07c57fd0b08f1dc432b9dce1cbf1d48 -usr/lib/.build-id/1e/04253f072933de2d5c462b31d8133399720fee -usr/lib/.build-id/74/e1aa9d1f6780da68437bb08874b6f83dd02bcb -usr/lib/.build-id/7d/a9673395517486a49226aea89b40c3bf3f6be6 -usr/lib/.build-id/b9/c0b0fab5cab51e14315937d77411ca63b9270a -usr/lib/.build-id/c7/8a8956898b1b5a450e2452a1dee30ce2b9ddda -usr/lib/.build-id/f3/53c5268dc78cdc34b131c0d64988cf9d467796 -usr/lib/.build-id/f9/233861f11e85af76b752194ac8fda3803c9e1d -usr/lib/.build-id/ff/8c84acf7d0cf6148624a9eb05736e9e9065cbe +usr/lib/.build-id/0f/b9e0cac6db197f7d3610e937a52cb7350c6d1e +usr/lib/.build-id/35/09faba285fd09518bfca6eace1be531dcd02ce +usr/lib/.build-id/41/45d824de4fac09d0808788721af0e15275f578 +usr/lib/.build-id/66/a1eae6c206bf1a26af2be416e62671b30aff9e +usr/lib/.build-id/9a/1ef77c68916bd4301d4aca47b5eda207e11b74 +usr/lib/.build-id/c9/63d83f8689ca2b2a1eefb97c7b598abb2f5d8c +usr/lib/.build-id/cd/e2040aad0568e30ce6f8d3b81f0c6a780936d6 +usr/lib/.build-id/d1/e6816e4278dbcb7c453262e76dcb39c5e0a12a usr/lib64/girepository-1.0/Gdk-3.0.typelib usr/lib64/girepository-1.0/GdkX11-3.0.typelib usr/lib64/girepository-1.0/Gtk-3.0.typelib @rmtry usr/lib64/gtk-3.0/3.0.0/immodules.cache usr/lib64/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.so usr/lib64/gtk-3.0/3.0.0/printbackends/libprintbackend-file.so usr/lib64/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.so usr/lib64/libgailutil-3.so.0 usr/lib64/libgailutil-3.so.0.0.0 usr/lib64/libgdk-3.so.0 usr/lib64/libgdk-3.so.0.2404.27 usr/lib64/libgtk-3.so.0 usr/lib64/libgtk-3.so.0.2404.27 usr/lib64/libstemmer.so.0 usr/lib64/libstemmer.so.0.0.0 -%%PORTDOCS%%usr/share/doc/gtk3/AUTHORS -%%PORTDOCS%%usr/share/doc/gtk3/NEWS -%%PORTDOCS%%usr/share/doc/gtk3/README -%%PORTDOCS%%usr/share/doc/libstemmer/BSD.txt -%%PORTDOCS%%usr/share/doc/libstemmer/Notice.txt -%%PORTDOCS%%usr/share/doc/libstemmer/README +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README usr/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml usr/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml usr/share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml usr/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml usr/share/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml usr/share/gtk-3.0/emoji/de.gresource usr/share/gtk-3.0/emoji/es.gresource usr/share/gtk-3.0/emoji/fr.gresource usr/share/gtk-3.0/emoji/zh.gresource usr/share/licenses/gtk3/COPYING %%NLS%%usr/share/locale/af/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/am/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/an/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ang/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/az/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/az_IR/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/be@latin/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/bn/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/br/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ckb/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/crh/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/cy/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/dz/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/en/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/en_CA/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/hy/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ia/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/io/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/kg/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/km/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ku/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ky/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/lg/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/li/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/mai/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/mi/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/mk/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/mn/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/my/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/nds/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/nn/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/nso/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ps/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/si/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/sq/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/tk/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/tt/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ur/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/uz/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/xh/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/yi/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gtk30.mo usr/share/man/man1/gtk-launch.1.gz usr/share/man/man1/gtk-query-immodules-3.0-64.1.gz usr/share/man/man1/gtk-query-immodules-3.0.1.gz usr/share/themes/Default/gtk-3.0/gtk-keys.css usr/share/themes/Emacs/gtk-3.0/gtk-keys.css @dir usr/lib64/gtk-3.0/3.0.0/immodules @dir usr/lib64/gtk-3.0/3.0.0/theming-engines @dir usr/lib64/gtk-3.0/3.0.0 @dir usr/lib64/gtk-3.0/immodules @dir usr/lib64/gtk-3.0/modules @dir usr/lib64/gtk-3.0 @postexec %D/usr/bin/gtk-query-immodules-3.0-64 --update-cache diff --git a/x11-toolkits/linux-rl9-gtk3/pkg-plist.amd64 b/x11-toolkits/linux-rl9-gtk3/pkg-plist.amd64 index 6fba201671eb..cebf88f85751 100644 --- a/x11-toolkits/linux-rl9-gtk3/pkg-plist.amd64 +++ b/x11-toolkits/linux-rl9-gtk3/pkg-plist.amd64 @@ -1,199 +1,190 @@ usr/bin/gtk-launch usr/bin/gtk-query-immodules-3.0-32 usr/bin/gtk-query-immodules-3.0-64 -usr/lib/.build-id/07/2a0e4f0306961989eb26c95dfb7ffdc8c09d64 -usr/lib/.build-id/0e/30d676081163e769e558b1372e7f9e09e3f164 -usr/lib/.build-id/1b/d795696f0eede1f522f4d91ce76d3491eba08d -usr/lib/.build-id/37/33eb23f09759287a035a21a8c799c8eaeaafb3 -usr/lib/.build-id/37/9fb6a3c708055d4307931a8558a8c1f4ccba62 -usr/lib/.build-id/43/877f72b836b10ad190adaa93ea0e4c268900ef -usr/lib/.build-id/47/87f42338aa8e8d50396c49cd228099d6e1cea0 -usr/lib/.build-id/53/51589987036aec4ae0042fd42584919ec4152e -usr/lib/.build-id/5a/0698c2b49859cedb90f69b25a76e3651f0bda2 -usr/lib/.build-id/81/15576d7be82ea11c854acef286a8d44eddc785 -usr/lib/.build-id/a3/123c0c4ebd860da2cb3de538f5a2bf16d58c27 -usr/lib/.build-id/b4/5a3d77dae0d7046cf4d501ee966c6781e0c13f -usr/lib/.build-id/d2/054a7f1a31e7119c6639174aed49b0dccf031e -usr/lib/.build-id/ee/b9023a187b51999004c35c687c75f8fedb60e4 -usr/lib/.build-id/ef/90e6b0ddaf63845bb55d47913d393c7153e41e -usr/lib/.build-id/f4/6fde8fa19b43b8ee6fcb3668f091b316022689 -usr/lib/.build-id/f5/44296039cd62d498bdb458638592a67db86a55 -usr/lib/.build-id/fa/8b811bd227a52219b899869a5cc0c31d5552a4 +usr/lib/.build-id/0a/d174dd43cdcd4ffcb4660eba37594cf1025e53 +usr/lib/.build-id/2e/b4ebcab1517703dbcfab994db006f41fc62eaf +usr/lib/.build-id/3a/f10138d45cdb2e761e110986b6a15d50ab6a0c +usr/lib/.build-id/4d/a28412865f5af2bdce823763b7bd72616500ad +usr/lib/.build-id/58/6660431a1516c72de085064a723e29138caef9 +usr/lib/.build-id/68/f9d64b6d61f6692b7c74670b6a15397ed412d2 +usr/lib/.build-id/8b/6fff4c29c73745cfb5a52265236c132fc5035f +usr/lib/.build-id/92/15be3953438021a1661474d14d29485014ac72 +usr/lib/.build-id/a9/b920de2d186d5a7a86ee497ba3c23cf3e96cf6 +usr/lib/.build-id/bf/b18a081d81b8935a1ce0e761a6000534252760 +usr/lib/.build-id/c7/fc5e36f211e060e0908ed6f4c17c8e40dab869 +usr/lib/.build-id/d8/e2216fec13c06c5d93456de0f5fb1d1a5ce6ac +usr/lib/.build-id/e4/371751f9e3a9ab149b8b3dfd225ed997ba2c5f +usr/lib/.build-id/e6/98a803bafd9365c641364a6a6d7228d9cf2597 +usr/lib/.build-id/fb/a32829bfb463367494f17bfbea516cce386105 +usr/lib/.build-id/fb/b50c872ee0b951b66632327e14233b9238ba2b usr/lib/girepository-1.0/Gdk-3.0.typelib usr/lib/girepository-1.0/GdkX11-3.0.typelib usr/lib/girepository-1.0/Gtk-3.0.typelib usr/lib/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.so usr/lib/gtk-3.0/3.0.0/printbackends/libprintbackend-file.so usr/lib/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.so usr/lib/libgailutil-3.so.0 usr/lib/libgailutil-3.so.0.0.0 usr/lib/libgdk-3.so.0 usr/lib/libgdk-3.so.0.2404.27 usr/lib/libgtk-3.so.0 usr/lib/libgtk-3.so.0.2404.27 -usr/lib/libstemmer.so.0 -usr/lib/libstemmer.so.0.0.0 usr/lib64/girepository-1.0/Gdk-3.0.typelib usr/lib64/girepository-1.0/GdkX11-3.0.typelib usr/lib64/girepository-1.0/Gtk-3.0.typelib @rmtry usr/lib64/gtk-3.0/3.0.0/immodules.cache usr/lib64/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.so usr/lib64/gtk-3.0/3.0.0/printbackends/libprintbackend-file.so usr/lib64/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.so usr/lib64/libgailutil-3.so.0 usr/lib64/libgailutil-3.so.0.0.0 usr/lib64/libgdk-3.so.0 usr/lib64/libgdk-3.so.0.2404.27 usr/lib64/libgtk-3.so.0 usr/lib64/libgtk-3.so.0.2404.27 -usr/lib64/libstemmer.so.0 -usr/lib64/libstemmer.so.0.0.0 -%%PORTDOCS%%usr/share/doc/gtk3/AUTHORS -%%PORTDOCS%%usr/share/doc/gtk3/NEWS -%%PORTDOCS%%usr/share/doc/gtk3/README -%%PORTDOCS%%usr/share/doc/libstemmer/BSD.txt -%%PORTDOCS%%usr/share/doc/libstemmer/Notice.txt -%%PORTDOCS%%usr/share/doc/libstemmer/README +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README usr/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml usr/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml usr/share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml usr/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml usr/share/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml usr/share/gtk-3.0/emoji/de.gresource usr/share/gtk-3.0/emoji/es.gresource usr/share/gtk-3.0/emoji/fr.gresource usr/share/gtk-3.0/emoji/zh.gresource usr/share/licenses/gtk3/COPYING %%NLS%%usr/share/locale/af/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/am/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/an/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ang/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/az/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/az_IR/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/be@latin/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/bn/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/br/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ckb/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/crh/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/cy/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/dz/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/en/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/en_CA/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/hy/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ia/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/io/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/kg/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/km/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ku/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ky/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/lg/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/li/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/mai/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/mi/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/mk/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/mn/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/my/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/nds/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/nn/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/nso/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ps/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/si/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/sq/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/tk/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/tt/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/ur/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/uz/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/xh/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/yi/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/gtk30.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gtk30.mo usr/share/man/man1/gtk-launch.1.gz usr/share/man/man1/gtk-query-immodules-3.0-32.1.gz usr/share/man/man1/gtk-query-immodules-3.0-64.1.gz usr/share/man/man1/gtk-query-immodules-3.0.1.gz usr/share/themes/Default/gtk-3.0/gtk-keys.css usr/share/themes/Emacs/gtk-3.0/gtk-keys.css @dir usr/lib/gtk-3.0/3.0.0/immodules @dir usr/lib/gtk-3.0/3.0.0/theming-engines @dir usr/lib/gtk-3.0/immodules @dir usr/lib/gtk-3.0/modules @dir usr/lib64/gtk-3.0/3.0.0/immodules @dir usr/lib64/gtk-3.0/3.0.0/theming-engines @dir usr/lib64/gtk-3.0/3.0.0 @dir usr/lib64/gtk-3.0/immodules @dir usr/lib64/gtk-3.0/modules @dir usr/lib64/gtk-3.0 @postexec %D/usr/bin/gtk-query-immodules-3.0-64 --update-cache diff --git a/x11/linux-rl9-libxkbcommon/Makefile b/x11/linux-rl9-libxkbcommon/Makefile index f1a0ac7fabd8..2aa678e454d7 100644 --- a/x11/linux-rl9-libxkbcommon/Makefile +++ b/x11/linux-rl9-libxkbcommon/Makefile @@ -1,19 +1,22 @@ PORTNAME= libxkbcommon PORTVERSION= 1.0.3 DISTVERSIONSUFFIX= -4.el9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 linux MAINTAINER= emulation@FreeBSD.org COMMENT= Keymap handling library (Rocky Linux ${LINUX_DIST_VER}) WWW= https://xkbcommon.org/ USES= cpe linux:rl9 CPE_VENDOR= xkbcommon USE_LDCONFIG= yes USE_LINUX_RPM= yes WANT_LINUX32= yes +LIB_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} \ + ${PORTNAME}-x11-${DISTVERSIONFULL} + DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr .include diff --git a/x11/linux-rl9-libxkbcommon/distinfo b/x11/linux-rl9-libxkbcommon/distinfo index 8a57cd4d40ef..8df9ab2c0bec 100644 --- a/x11/linux-rl9-libxkbcommon/distinfo +++ b/x11/linux-rl9-libxkbcommon/distinfo @@ -1,9 +1,15 @@ -TIMESTAMP = 1731434467 +TIMESTAMP = 1732694770 SHA256 (rocky/l/libxkbcommon-1.0.3-4.el9.aarch64.rpm) = b9dc5da18d3967c5b520c5e31c6cd11c3c3665fe026c37e19946d816b2d53990 SIZE (rocky/l/libxkbcommon-1.0.3-4.el9.aarch64.rpm) = 133473 SHA256 (rocky/l/libxkbcommon-1.0.3-4.el9.i686.rpm) = ff047f229e11c8cd6e605e6fde1e08a9e877d1ab1c1f8abed5e6048228d2d415 SIZE (rocky/l/libxkbcommon-1.0.3-4.el9.i686.rpm) = 141459 SHA256 (rocky/l/libxkbcommon-1.0.3-4.el9.x86_64.rpm) = e806faf168de52e934b88a52aa6c16a87cedefaae97d130e4bc10a997d14f93f SIZE (rocky/l/libxkbcommon-1.0.3-4.el9.x86_64.rpm) = 135487 +SHA256 (rocky/l/libxkbcommon-x11-1.0.3-4.el9.aarch64.rpm) = 8d35b9dadf98bac0d2ff352a5649921f6c478b34bc5d3f68356e984067894097 +SIZE (rocky/l/libxkbcommon-x11-1.0.3-4.el9.aarch64.rpm) = 20800 +SHA256 (rocky/l/libxkbcommon-x11-1.0.3-4.el9.i686.rpm) = 8401daedace1a858177e9a416d0d8b32dd3d98059a39da37c74c76fb2ce7dce9 +SIZE (rocky/l/libxkbcommon-x11-1.0.3-4.el9.i686.rpm) = 22170 +SHA256 (rocky/l/libxkbcommon-x11-1.0.3-4.el9.x86_64.rpm) = 80d6c9dad2ac97f6ecc5295b8995f90f4d0c91f6fd40998400b2be7477d9579f +SIZE (rocky/l/libxkbcommon-x11-1.0.3-4.el9.x86_64.rpm) = 21419 SHA256 (rocky/l/libxkbcommon-1.0.3-4.el9.src.rpm) = e35b80f3ff5d5047256933fd2cf015d9aad9e40052701a3a27c6de6c107d5d2e SIZE (rocky/l/libxkbcommon-1.0.3-4.el9.src.rpm) = 445099 diff --git a/x11/linux-rl9-libxkbcommon/pkg-plist.aarch64 b/x11/linux-rl9-libxkbcommon/pkg-plist.aarch64 index 2e02e2a8df13..9528b06aef70 100644 --- a/x11/linux-rl9-libxkbcommon/pkg-plist.aarch64 +++ b/x11/linux-rl9-libxkbcommon/pkg-plist.aarch64 @@ -1,7 +1,10 @@ +usr/lib/.build-id/00/0d85b9e75a27d1c092b31e0b3d690740057616 usr/lib/.build-id/ba/09889f6656eff8c1d98e199086678a4c04f99b usr/lib/.build-id/dc/7c90972787d6fae4065fc2657ffd1d51ffb578 +usr/lib64/libxkbcommon-x11.so.0 +usr/lib64/libxkbcommon-x11.so.0.0.0 usr/lib64/libxkbcommon.so.0 usr/lib64/libxkbcommon.so.0.0.0 usr/lib64/libxkbregistry.so.0 usr/lib64/libxkbregistry.so.0.0.0 usr/share/licenses/libxkbcommon/LICENSE diff --git a/x11/linux-rl9-libxkbcommon/pkg-plist.amd64 b/x11/linux-rl9-libxkbcommon/pkg-plist.amd64 index 47d31e0bf22d..7b45382101cb 100644 --- a/x11/linux-rl9-libxkbcommon/pkg-plist.amd64 +++ b/x11/linux-rl9-libxkbcommon/pkg-plist.amd64 @@ -1,13 +1,19 @@ usr/lib/.build-id/3c/163ae7f778cfa1ea615c8505d102d2643a5709 +usr/lib/.build-id/42/cfbad141af3b55983b18cfb245b93dcb6c3add +usr/lib/.build-id/45/4a5c157f1c2364e63fd8bb951744ac77ad1b98 usr/lib/.build-id/81/538124441093f97e85c9bac9b8f1ca508b5e4e usr/lib/.build-id/dd/abf0722bb18b6a5075c922344ef70dfa1b720b usr/lib/.build-id/e3/5908e7cfb88b9b3f2df6ee11953146507ae874 +usr/lib/libxkbcommon-x11.so.0 +usr/lib/libxkbcommon-x11.so.0.0.0 usr/lib/libxkbcommon.so.0 usr/lib/libxkbcommon.so.0.0.0 usr/lib/libxkbregistry.so.0 usr/lib/libxkbregistry.so.0.0.0 +usr/lib64/libxkbcommon-x11.so.0 +usr/lib64/libxkbcommon-x11.so.0.0.0 usr/lib64/libxkbcommon.so.0 usr/lib64/libxkbcommon.so.0.0.0 usr/lib64/libxkbregistry.so.0 usr/lib64/libxkbregistry.so.0.0.0 usr/share/licenses/libxkbcommon/LICENSE diff --git a/x11/linux-rl9-xcb-util/Makefile b/x11/linux-rl9-xcb-util/Makefile index 50942ae83dbd..c0a8d09275ae 100644 --- a/x11/linux-rl9-xcb-util/Makefile +++ b/x11/linux-rl9-xcb-util/Makefile @@ -1,36 +1,38 @@ PORTNAME= xcb-util PORTVERSION= 0.4.0 DISTVERSIONSUFFIX= -19.el9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 linux MAINTAINER= emulation@FreeBSD.org COMMENT= libxcb/libX11 extension/replacement libraries (Rocky Linux ${LINUX_DIST_VER}) WWW= https://xcb.freedesktop.org/ USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX= xorglibs USE_LINUX_RPM= yes WANT_LINUX32= yes LIB_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} \ ${PORTNAME}-cursor-0.1.4-3.el9 \ ${PORTNAME}-image-0.4.0-19.el9.0.1 \ ${PORTNAME}-keysyms-0.4.0-17.el9 \ - ${PORTNAME}-renderutil-0.3.9-20.el9.0.1 + ${PORTNAME}-renderutil-0.3.9-20.el9.0.1 \ + ${PORTNAME}-wm-0.4.1-22.el9 SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE \ ${PORTNAME}-cursor-0.1.4-3.el9${SRC_SUFX}:SOURCE \ ${PORTNAME}-image-0.4.0-19.el9.0.1${SRC_SUFX}:SOURCE \ ${PORTNAME}-keysyms-0.4.0-17.el9${SRC_SUFX}:SOURCE \ - ${PORTNAME}-renderutil-0.3.9-20.el9.0.1${SRC_SUFX}:SOURCE + ${PORTNAME}-renderutil-0.3.9-20.el9.0.1${SRC_SUFX}:SOURCE \ + ${PORTNAME}-wm-0.4.1-22.el9${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes .include diff --git a/x11/linux-rl9-xcb-util/distinfo b/x11/linux-rl9-xcb-util/distinfo index 36ceb37b74dc..4fc007afe4f9 100644 --- a/x11/linux-rl9-xcb-util/distinfo +++ b/x11/linux-rl9-xcb-util/distinfo @@ -1,41 +1,49 @@ -TIMESTAMP = 1731434745 +TIMESTAMP = 1732695114 SHA256 (rocky/x/xcb-util-0.4.0-19.el9.aarch64.rpm) = 9bceb6213ce22d7ebf55152f6b1bfc2c5c98bf4d6b7eca86db3229f0d72ce75e SIZE (rocky/x/xcb-util-0.4.0-19.el9.aarch64.rpm) = 18698 SHA256 (rocky/x/xcb-util-0.4.0-19.el9.i686.rpm) = 0ac9cf44589711419ae7bd79c8ec49eb7d08e1964ef6bb0d9eb2cb55d4e3c7fb SIZE (rocky/x/xcb-util-0.4.0-19.el9.i686.rpm) = 19102 SHA256 (rocky/x/xcb-util-0.4.0-19.el9.x86_64.rpm) = 7cb6a5c9d331f25440d75472451659ce8c7193c0a46d083679076a939c80efaa SIZE (rocky/x/xcb-util-0.4.0-19.el9.x86_64.rpm) = 18800 SHA256 (rocky/x/xcb-util-cursor-0.1.4-3.el9.aarch64.rpm) = 9a01871531417cd22ce73bd0c2ac2dc640a456730807b3c7c88fe64edb537994 SIZE (rocky/x/xcb-util-cursor-0.1.4-3.el9.aarch64.rpm) = 19193 SHA256 (rocky/x/xcb-util-cursor-0.1.4-3.el9.i686.rpm) = 536e3858f16112548dda5f644591346e77880d02b82bddea09369a26c6a0abbc SIZE (rocky/x/xcb-util-cursor-0.1.4-3.el9.i686.rpm) = 19577 SHA256 (rocky/x/xcb-util-cursor-0.1.4-3.el9.x86_64.rpm) = c48d4f5cff29ade91a6478b44e8b06ac9309e9455ee18ab99fb708f94e966e18 SIZE (rocky/x/xcb-util-cursor-0.1.4-3.el9.x86_64.rpm) = 19416 SHA256 (rocky/x/xcb-util-image-0.4.0-19.el9.0.1.aarch64.rpm) = a25d5bd1e1516f59978b1eb675cd8071a8c5dfd0137a7c4366e838bccff0345d SIZE (rocky/x/xcb-util-image-0.4.0-19.el9.0.1.aarch64.rpm) = 17888 SHA256 (rocky/x/xcb-util-image-0.4.0-19.el9.0.1.i686.rpm) = fb193c3cf32b8ea87571178fc1747f16f242714d10072d3b909744c876f5a03d SIZE (rocky/x/xcb-util-image-0.4.0-19.el9.0.1.i686.rpm) = 18869 SHA256 (rocky/x/xcb-util-image-0.4.0-19.el9.0.1.x86_64.rpm) = e0fcc014b96786a8368c5f1b27d92bb795858ff0630d382e8bbf47ef7dd225d5 SIZE (rocky/x/xcb-util-image-0.4.0-19.el9.0.1.x86_64.rpm) = 18334 SHA256 (rocky/x/xcb-util-keysyms-0.4.0-17.el9.aarch64.rpm) = 19534c67405a9184149874b30cdc11aef4ddaf27503559b94164793ef7f053b0 SIZE (rocky/x/xcb-util-keysyms-0.4.0-17.el9.aarch64.rpm) = 13909 SHA256 (rocky/x/xcb-util-keysyms-0.4.0-17.el9.i686.rpm) = 852b680f305f1e75f78992462b56d5a9f6adcbcf09a166caee357a646119a494 SIZE (rocky/x/xcb-util-keysyms-0.4.0-17.el9.i686.rpm) = 14429 SHA256 (rocky/x/xcb-util-keysyms-0.4.0-17.el9.x86_64.rpm) = 9a4e1d6c677d70eb0200d444c410ee0599208cfa506a32f7ddb8c7d22190c7e3 SIZE (rocky/x/xcb-util-keysyms-0.4.0-17.el9.x86_64.rpm) = 14134 SHA256 (rocky/x/xcb-util-renderutil-0.3.9-20.el9.0.1.aarch64.rpm) = cf0be2cb0749d46c5e9412974c91071ef1cefa35807660e7d6c14d4613f93f0c SIZE (rocky/x/xcb-util-renderutil-0.3.9-20.el9.0.1.aarch64.rpm) = 16480 SHA256 (rocky/x/xcb-util-renderutil-0.3.9-20.el9.0.1.i686.rpm) = 128e0089be74aece76d4dd014ced6f0bd4545df21f9bdaa5e6f6613ac7f923e7 SIZE (rocky/x/xcb-util-renderutil-0.3.9-20.el9.0.1.i686.rpm) = 17048 SHA256 (rocky/x/xcb-util-renderutil-0.3.9-20.el9.0.1.x86_64.rpm) = 36f68d5d3019d4b6e89ebd7861170b9a74a2c60ef690a04919413cce4b67d3d0 SIZE (rocky/x/xcb-util-renderutil-0.3.9-20.el9.0.1.x86_64.rpm) = 16560 +SHA256 (rocky/x/xcb-util-wm-0.4.1-22.el9.aarch64.rpm) = e6834d6f48f866fb6fb830d9f434c51fa8d6ee11288f3fa585590b33eb91c692 +SIZE (rocky/x/xcb-util-wm-0.4.1-22.el9.aarch64.rpm) = 30365 +SHA256 (rocky/x/xcb-util-wm-0.4.1-22.el9.i686.rpm) = 03c94065c218596aeaf3eb6a84eaecbe6d16598aaa823fe7a98e4fc066f8d9f2 +SIZE (rocky/x/xcb-util-wm-0.4.1-22.el9.i686.rpm) = 33870 +SHA256 (rocky/x/xcb-util-wm-0.4.1-22.el9.x86_64.rpm) = 2614e58579e0cb4d14d41cefeba7f30a67174040780e72dea051b4ee42109e17 +SIZE (rocky/x/xcb-util-wm-0.4.1-22.el9.x86_64.rpm) = 31615 SHA256 (rocky/x/xcb-util-0.4.0-19.el9.src.rpm) = d8775c3a5077f7553de797f87399fceaac28ea9f97568bd3a96582b6306e9afb SIZE (rocky/x/xcb-util-0.4.0-19.el9.src.rpm) = 307668 SHA256 (rocky/x/xcb-util-cursor-0.1.4-3.el9.src.rpm) = e8ca577f36ae11886c95cba46097e8d11d5224187f7b59d5970073b302c0ec02 SIZE (rocky/x/xcb-util-cursor-0.1.4-3.el9.src.rpm) = 274537 SHA256 (rocky/x/xcb-util-image-0.4.0-19.el9.0.1.src.rpm) = 367dd0f452671295782003c679798c198dd2dc437d65e6c1443f5ae3714a46da SIZE (rocky/x/xcb-util-image-0.4.0-19.el9.0.1.src.rpm) = 336307 SHA256 (rocky/x/xcb-util-keysyms-0.4.0-17.el9.src.rpm) = a8f341d50c22962f62335108f28fa47f4177cccbcc7ef77542ccc750c34958f9 SIZE (rocky/x/xcb-util-keysyms-0.4.0-17.el9.src.rpm) = 299187 SHA256 (rocky/x/xcb-util-renderutil-0.3.9-20.el9.0.1.src.rpm) = 8207b50c1a2fa182845322138c30beb137f16c00f2cd32da8f9b780892667eda SIZE (rocky/x/xcb-util-renderutil-0.3.9-20.el9.0.1.src.rpm) = 301507 +SHA256 (rocky/x/xcb-util-wm-0.4.1-22.el9.src.rpm) = 5ed4b694ea75515fcef4b3ae98ffa0ff399a7ae4f1134ca4055bd8bee920f74b +SIZE (rocky/x/xcb-util-wm-0.4.1-22.el9.src.rpm) = 331360 diff --git a/x11/linux-rl9-xcb-util/pkg-plist.aarch64 b/x11/linux-rl9-xcb-util/pkg-plist.aarch64 index dde255f084d7..c1001bc59147 100644 --- a/x11/linux-rl9-xcb-util/pkg-plist.aarch64 +++ b/x11/linux-rl9-xcb-util/pkg-plist.aarch64 @@ -1,24 +1,32 @@ -usr/lib/.build-id/dd/8a12f2faad47a24bf1d850a6c2710a73545ba9 usr/lib/.build-id/51/86daffe73652cff49232b774bc4e307a785120 +usr/lib/.build-id/59/831d56773fa58f8ef43334e0992f3dc0c83c25 usr/lib/.build-id/5a/251bbee2ef05beb207453e38bddd6cb4015cea -usr/lib/.build-id/e4/377376f4bf3e40115f50c7c650652dc725e6b3 usr/lib/.build-id/60/17d64c3a3c150c525f761fd679e584b1e09c4b +usr/lib/.build-id/d4/e59130dcf4f225b08bebc2a7e338d75808d18b +usr/lib/.build-id/dd/8a12f2faad47a24bf1d850a6c2710a73545ba9 +usr/lib/.build-id/e4/377376f4bf3e40115f50c7c650652dc725e6b3 usr/lib64/libxcb-cursor.so.0 usr/lib64/libxcb-cursor.so.0.0.0 +usr/lib64/libxcb-ewmh.so.2 +usr/lib64/libxcb-ewmh.so.2.0.0 +usr/lib64/libxcb-icccm.so.4 +usr/lib64/libxcb-icccm.so.4.0.0 usr/lib64/libxcb-image.so.0 usr/lib64/libxcb-image.so.0.0.0 usr/lib64/libxcb-keysyms.so.1 usr/lib64/libxcb-keysyms.so.1.0.0 usr/lib64/libxcb-render-util.so.0 usr/lib64/libxcb-render-util.so.0.0.0 usr/lib64/libxcb-util.so.1 usr/lib64/libxcb-util.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%-cursor/README.md %%PORTDOCS%%%%DOCSDIR%%-image/README %%PORTDOCS%%%%DOCSDIR%%-keysyms/README %%PORTDOCS%%%%DOCSDIR%%-renderutil/README +%%PORTDOCS%%%%DOCSDIR%%-wm/README %%PORTDOCS%%%%DOCSDIR%%/README usr/share/licenses/xcb-util-cursor/COPYING usr/share/licenses/xcb-util-image/COPYING usr/share/licenses/xcb-util-renderutil/COPYING +usr/share/licenses/xcb-util-wm/COPYING usr/share/licenses/xcb-util/COPYING diff --git a/x11/linux-rl9-xcb-util/pkg-plist.amd64 b/x11/linux-rl9-xcb-util/pkg-plist.amd64 index 4e610d6804a1..9dfe4a0d8639 100644 --- a/x11/linux-rl9-xcb-util/pkg-plist.amd64 +++ b/x11/linux-rl9-xcb-util/pkg-plist.amd64 @@ -1,39 +1,53 @@ +usr/lib/.build-id/28/f2d802bf14425eb8593f5f8250adb3a48ce4e2 usr/lib/.build-id/2c/a9695c5f3a9ea433cae62818a632277f41a75c usr/lib/.build-id/3d/789433efefb9b425a01dfa32455e5b99deb1c8 usr/lib/.build-id/41/f52d274dc8db73b0d81700e0689d4088f7e641 usr/lib/.build-id/51/203c769e4e2843378c9a5c66f54e4e6d683646 +usr/lib/.build-id/95/4d00e6ffa3e247fc54c258eab3b5c599b787ba usr/lib/.build-id/a7/0196d13177a6d959293b43f993297ec58f367a usr/lib/.build-id/b4/4739616fcc30caff108c681173ed6e95a73516 +usr/lib/.build-id/c2/1fc32d7a2d669bd3e20832a65ef9b41811d047 usr/lib/.build-id/c4/d2d103a393ded0840cad8719426c3e3fe886f4 usr/lib/.build-id/d7/3b87e9f00df6b826e84e755bf1a1943996308a usr/lib/.build-id/e4/94cfd27d555265fed86cb5623dbe1a3383f916 usr/lib/.build-id/e7/1658cd9eaa2005e1bb626f73a8234446d93fa0 +usr/lib/.build-id/fc/83e79dbd56d25dd6e35693279f9c8ef32d6b0b usr/lib/libxcb-cursor.so.0 usr/lib/libxcb-cursor.so.0.0.0 +usr/lib/libxcb-ewmh.so.2 +usr/lib/libxcb-ewmh.so.2.0.0 +usr/lib/libxcb-icccm.so.4 +usr/lib/libxcb-icccm.so.4.0.0 usr/lib/libxcb-image.so.0 usr/lib/libxcb-image.so.0.0.0 usr/lib/libxcb-keysyms.so.1 usr/lib/libxcb-keysyms.so.1.0.0 usr/lib/libxcb-render-util.so.0 usr/lib/libxcb-render-util.so.0.0.0 usr/lib/libxcb-util.so.1 usr/lib/libxcb-util.so.1.0.0 usr/lib64/libxcb-cursor.so.0 usr/lib64/libxcb-cursor.so.0.0.0 +usr/lib64/libxcb-ewmh.so.2 +usr/lib64/libxcb-ewmh.so.2.0.0 +usr/lib64/libxcb-icccm.so.4 +usr/lib64/libxcb-icccm.so.4.0.0 usr/lib64/libxcb-image.so.0 usr/lib64/libxcb-image.so.0.0.0 usr/lib64/libxcb-keysyms.so.1 usr/lib64/libxcb-keysyms.so.1.0.0 usr/lib64/libxcb-render-util.so.0 usr/lib64/libxcb-render-util.so.0.0.0 usr/lib64/libxcb-util.so.1 usr/lib64/libxcb-util.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%-cursor/README.md %%PORTDOCS%%%%DOCSDIR%%-image/README %%PORTDOCS%%%%DOCSDIR%%-keysyms/README %%PORTDOCS%%%%DOCSDIR%%-renderutil/README +%%PORTDOCS%%%%DOCSDIR%%-wm/README %%PORTDOCS%%%%DOCSDIR%%/README usr/share/licenses/xcb-util-cursor/COPYING usr/share/licenses/xcb-util-image/COPYING usr/share/licenses/xcb-util-renderutil/COPYING +usr/share/licenses/xcb-util-wm/COPYING usr/share/licenses/xcb-util/COPYING diff --git a/x11/linux-rl9-xorg-libs/Makefile b/x11/linux-rl9-xorg-libs/Makefile index e88a8077590d..2b3ee45b7dcd 100644 --- a/x11/linux-rl9-xorg-libs/Makefile +++ b/x11/linux-rl9-xorg-libs/Makefile @@ -1,93 +1,98 @@ PORTNAME= xorg-libs PORTVERSION= 7.7 PORTREVISION= 3 CATEGORIES= x11 linux MAINTAINER= emulation@FreeBSD.org COMMENT= Xorg libraries (Rocky Linux ${LINUX_DIST_VER}) WWW= https://x.org USES= linux:rl9 USE_LDCONFIG= yes -USE_LINUX= fontconfig +USE_LINUX= fontconfig python3 systemd-libs USE_LINUX_RPM= yes WANT_LINUX32= yes .include "${.CURDIR}/Makefile.version" LIB_DISTNAMES= libICE-${libICE_ver} \ libSM-${libSM_ver} \ libX11-${libX11_ver} \ libX11-xcb-${libX11_ver} \ libXScrnSaver-${libXScrnSaver_ver} \ libXau-${libXau_ver} \ libXaw-${libXaw_ver} \ libXcomposite-${libXcomposite_ver} \ libXcursor-${libXcursor_ver} \ libXdamage-${libXdamage_ver} \ libXdmcp-${libXdmcp_ver} \ libXext-${libXext_ver} \ libXfixes-${libXfixes_ver} \ libXfont2-${libXfont2_ver} \ libXft-${libXft_ver} \ libXi-${libXi_ver} \ libXinerama-${libXinerama_ver} \ libXmu-${libXmu_ver} \ libXp-${libXp_ver} \ libXpm-${libXpm_ver} \ libXrandr-${libXrandr_ver} \ libXrender-${libXrender_ver} \ libXres-${libXres_ver} \ libXt-${libXt_ver} \ libXtst-${libXtst_ver} \ libXv-${libXv_ver} \ libXxf86dga-${libXxf86dga_ver} \ libXxf86vm-${libXxf86vm_ver} \ libfontenc-${libfontenc_ver} \ + libinput-${libinput_ver} \ + libwacom-${libwacom_ver} \ libxcb-${libxcb_ver} \ libxkbfile-${libxkbfile_ver} \ libxshmfence-${libxshmfence_ver} SHARE_DISTNAMES=libX11-common-${libX11_ver} \ + libwacom-data-${libwacom_ver} \ xkeyboard-config-${xkeyboard-config_ver} SRC_DISTFILES= libICE-${libICE_ver}${SRC_SUFX}:SOURCE \ libSM-${libSM_ver}${SRC_SUFX}:SOURCE \ libX11-${libX11_ver}${SRC_SUFX}:SOURCE \ libXScrnSaver-${libXScrnSaver_ver}${SRC_SUFX}:SOURCE \ libXau-${libXau_ver}${SRC_SUFX}:SOURCE \ libXaw-${libXaw_ver}${SRC_SUFX}:SOURCE \ libXcomposite-${libXcomposite_ver}${SRC_SUFX}:SOURCE \ libXcursor-${libXcursor_ver}${SRC_SUFX}:SOURCE \ libXdamage-${libXdamage_ver}${SRC_SUFX}:SOURCE \ libXdmcp-${libXdmcp_ver}${SRC_SUFX}:SOURCE \ libXext-${libXext_ver}${SRC_SUFX}:SOURCE \ libXfixes-${libXfixes_ver}${SRC_SUFX}:SOURCE \ libXfont2-${libXfont2_ver}${SRC_SUFX}:SOURCE \ libXft-${libXft_ver}${SRC_SUFX}:SOURCE \ libXi-${libXi_ver}${SRC_SUFX}:SOURCE \ libXinerama-${libXinerama_ver}${SRC_SUFX}:SOURCE \ libXmu-${libXmu_ver}${SRC_SUFX}:SOURCE \ libXp-${libXp_ver}${SRC_SUFX}:SOURCE \ libXpm-${libXpm_ver}${SRC_SUFX}:SOURCE \ libXrandr-${libXrandr_ver}${SRC_SUFX}:SOURCE \ libXrender-${libXrender_ver}${SRC_SUFX}:SOURCE \ libXres-${libXres_ver}${SRC_SUFX}:SOURCE \ libXt-${libXt_ver}${SRC_SUFX}:SOURCE \ libXtst-${libXtst_ver}${SRC_SUFX}:SOURCE \ libXv-${libXv_ver}${SRC_SUFX}:SOURCE \ libXxf86dga-${libXxf86dga_ver}${SRC_SUFX}:SOURCE \ libXxf86vm-${libXxf86vm_ver}${SRC_SUFX}:SOURCE \ libfontenc-${libfontenc_ver}${SRC_SUFX}:SOURCE \ + libinput-${libinput_ver}${SRC_SUFX}:SOURCE \ + libwacom-${libwacom_ver}${SRC_SUFX}:SOURCE \ libxcb-${libxcb_ver}${SRC_SUFX}:SOURCE \ libxkbfile-${libxkbfile_ver}${SRC_SUFX}:SOURCE \ libxshmfence-${libxshmfence_ver}${SRC_SUFX}:SOURCE \ xkeyboard-config-${xkeyboard-config_ver}${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes post-patch: @${RM} -r ${WRKSRC}/usr/share/icons .include diff --git a/x11/linux-rl9-xorg-libs/Makefile.version b/x11/linux-rl9-xorg-libs/Makefile.version index 2c8075143420..123d68902662 100644 --- a/x11/linux-rl9-xorg-libs/Makefile.version +++ b/x11/linux-rl9-xorg-libs/Makefile.version @@ -1,32 +1,34 @@ libICE_ver= 1.0.10-8.el9 libSM_ver= 1.2.3-10.el9 libX11_ver= 1.7.0-9.el9 libXau_ver= 1.0.9-8.el9 libXaw_ver= 1.0.13-19.el9 libXcomposite_ver= 0.4.5-7.el9 libXcursor_ver= 1.2.0-7.el9 libXdamage_ver= 1.1.5-7.el9 libXdmcp_ver= 1.1.3-8.el9 libXext_ver= 1.3.4-8.el9 libXfixes_ver= 5.0.3-16.el9 libXfont2_ver= 2.0.3-12.el9 libXft_ver= 2.3.3-8.el9 libXi_ver= 1.7.10-8.el9 libXinerama_ver= 1.1.4-10.el9 libXmu_ver= 1.1.3-8.el9 libXp_ver= 1.0.3-11.el9 libXpm_ver= 3.5.13-10.el9 libXrandr_ver= 1.5.2-8.el9 libXrender_ver= 0.9.10-16.el9 libXres_ver= 1.2.0-14.el9 libXScrnSaver_ver= 1.2.3-10.el9 libXt_ver= 1.2.0-6.el9 libXtst_ver= 1.2.3-16.el9 libXv_ver= 1.0.11-16.el9 libXxf86dga_ver= 1.1.5-8.el9 libXxf86vm_ver= 1.1.4-18.el9 libfontenc_ver= 1.1.3-17.el9 +libinput_ver= 1.19.3-4.el9_2 +libwacom_ver= 1.12.1-3.el9_4 libxcb_ver= 1.13.1-9.el9 libxkbfile_ver= 1.1.0-8.el9 libxshmfence_ver= 1.3-10.el9 xkeyboard-config_ver= 2.33-2.el9 diff --git a/x11/linux-rl9-xorg-libs/distinfo b/x11/linux-rl9-xorg-libs/distinfo index c1cdd5b43e5f..83686d8cab08 100644 --- a/x11/linux-rl9-xorg-libs/distinfo +++ b/x11/linux-rl9-xorg-libs/distinfo @@ -1,261 +1,279 @@ -TIMESTAMP = 1731434587 +TIMESTAMP = 1732741663 SHA256 (rocky/l/libICE-1.0.10-8.el9.aarch64.rpm) = deb74e2799b6cd5daa6960380e394f5478eea318f47f909a148b0c206b90106e SIZE (rocky/l/libICE-1.0.10-8.el9.aarch64.rpm) = 70679 SHA256 (rocky/l/libICE-1.0.10-8.el9.i686.rpm) = af047dc8772a2cae6655bc6a322ddd8de9bb06773e4eb3fc8cf2a03adad2d7a8 SIZE (rocky/l/libICE-1.0.10-8.el9.i686.rpm) = 74773 SHA256 (rocky/l/libICE-1.0.10-8.el9.x86_64.rpm) = cf73a6d5729b2888f5f629f45106e47ae673c72b902955784d3abef7c9a13696 SIZE (rocky/l/libICE-1.0.10-8.el9.x86_64.rpm) = 71915 SHA256 (rocky/l/libSM-1.2.3-10.el9.aarch64.rpm) = c495928bfb914e00896206ecdb5a5a95c177726ceac0ea293dd5b7a6a2c3a589 SIZE (rocky/l/libSM-1.2.3-10.el9.aarch64.rpm) = 41419 SHA256 (rocky/l/libSM-1.2.3-10.el9.i686.rpm) = d116c1eb65b9ca72c8c64f3d7097044a5494ebaee7352893d9b1046a73562788 SIZE (rocky/l/libSM-1.2.3-10.el9.i686.rpm) = 42609 SHA256 (rocky/l/libSM-1.2.3-10.el9.x86_64.rpm) = 86af171005be195c9296a65c0f86b744f608c0ec7e14459d0836e33a8d0129f7 SIZE (rocky/l/libSM-1.2.3-10.el9.x86_64.rpm) = 42143 SHA256 (rocky/l/libX11-1.7.0-9.el9.aarch64.rpm) = 98231891a06a7ce795921a0b0c4e5ce94ae322ca9cb027d8850492d786f02f12 SIZE (rocky/l/libX11-1.7.0-9.el9.aarch64.rpm) = 649393 SHA256 (rocky/l/libX11-1.7.0-9.el9.i686.rpm) = 34b2f17a30de2ed6c1cdf43ee2d524ce9c616f9d236c5c018b6bf76f04ec02ca SIZE (rocky/l/libX11-1.7.0-9.el9.i686.rpm) = 683772 SHA256 (rocky/l/libX11-1.7.0-9.el9.x86_64.rpm) = bd4fb0a4223fb3d842cf476a895869abb455e69e456535bab81fd0341c3ef8cc SIZE (rocky/l/libX11-1.7.0-9.el9.x86_64.rpm) = 665684 SHA256 (rocky/l/libX11-common-1.7.0-9.el9.noarch.rpm) = bc6997ba2e9741f99446ecd29ecdd2730adcba45aeaf7ab286a953a1fb936083 SIZE (rocky/l/libX11-common-1.7.0-9.el9.noarch.rpm) = 154494 SHA256 (rocky/l/libX11-xcb-1.7.0-9.el9.aarch64.rpm) = 4da52bbd49bbab8779e599cc76616586fbef20fea4d706d9583db99af14f1f8f SIZE (rocky/l/libX11-xcb-1.7.0-9.el9.aarch64.rpm) = 10227 SHA256 (rocky/l/libX11-xcb-1.7.0-9.el9.i686.rpm) = 0e69f769a446745b18e74414e3e1dc9d713b1c063f456f892fadce1692c2159e SIZE (rocky/l/libX11-xcb-1.7.0-9.el9.i686.rpm) = 10343 SHA256 (rocky/l/libX11-xcb-1.7.0-9.el9.x86_64.rpm) = c92a3188c44a3f0e760bd1c6e580f814d814aa538957a0bfc6d0f5e04df7c976 SIZE (rocky/l/libX11-xcb-1.7.0-9.el9.x86_64.rpm) = 10347 SHA256 (rocky/l/libXScrnSaver-1.2.3-10.el9.aarch64.rpm) = 7b7f7e7e91e7736ca4f8a6c88cd977ce3ec9fc91ff15a0431938720be6107e0a SIZE (rocky/l/libXScrnSaver-1.2.3-10.el9.aarch64.rpm) = 24505 SHA256 (rocky/l/libXScrnSaver-1.2.3-10.el9.i686.rpm) = 58eb5c3c334afcb5e85a614ab4c82c485115b0d98afbf8f098f1a56e09bde6a1 SIZE (rocky/l/libXScrnSaver-1.2.3-10.el9.i686.rpm) = 25096 SHA256 (rocky/l/libXScrnSaver-1.2.3-10.el9.x86_64.rpm) = 9f8ba1b5e19febf274a8d1de46db7c64fc223a42f1144b975321815813ac4b82 SIZE (rocky/l/libXScrnSaver-1.2.3-10.el9.x86_64.rpm) = 24747 SHA256 (rocky/l/libXau-1.0.9-8.el9.aarch64.rpm) = 1c1b8a53467ac7c78e4ea57d4b37f768e57e3bf1a81d1f7166b1b008653dbd4f SIZE (rocky/l/libXau-1.0.9-8.el9.aarch64.rpm) = 31055 SHA256 (rocky/l/libXau-1.0.9-8.el9.i686.rpm) = 57cb9e6bbe5949bd4fa26f55e93840f35d530ace542ecd3d50273bd2e82c47cc SIZE (rocky/l/libXau-1.0.9-8.el9.i686.rpm) = 31589 SHA256 (rocky/l/libXau-1.0.9-8.el9.x86_64.rpm) = 335f72e8070dd3179d129af94b6bd272c0b4a4b83ffa38522e393ee3706acf4c SIZE (rocky/l/libXau-1.0.9-8.el9.x86_64.rpm) = 31094 SHA256 (rocky/l/libXaw-1.0.13-19.el9.aarch64.rpm) = ed6bc26002d816962afbdc8e1e0eacdba64f144f22736232f3173ee240012ba2 SIZE (rocky/l/libXaw-1.0.13-19.el9.aarch64.rpm) = 196309 SHA256 (rocky/l/libXaw-1.0.13-19.el9.i686.rpm) = 85068d34af740eef32a9c6ce7b4528ebf85d6226d6cf352d51561e1ccdab92be SIZE (rocky/l/libXaw-1.0.13-19.el9.i686.rpm) = 194572 SHA256 (rocky/l/libXaw-1.0.13-19.el9.x86_64.rpm) = 85266646b841f398a2ee65797419cf89f2bc7cacc89295e243936e936a4338d4 SIZE (rocky/l/libXaw-1.0.13-19.el9.x86_64.rpm) = 201792 SHA256 (rocky/l/libXcomposite-0.4.5-7.el9.aarch64.rpm) = c36108d776498360630e35c052f7bc681aae7dddf1c79fa52ea4bfec7ef985c2 SIZE (rocky/l/libXcomposite-0.4.5-7.el9.aarch64.rpm) = 23568 SHA256 (rocky/l/libXcomposite-0.4.5-7.el9.i686.rpm) = 83c5832afc94953b00af288f62a3e646023e72351e25b7042acf3af8b1402602 SIZE (rocky/l/libXcomposite-0.4.5-7.el9.i686.rpm) = 24089 SHA256 (rocky/l/libXcomposite-0.4.5-7.el9.x86_64.rpm) = d63a25a6ec5b44371569aaf0790e58ef88a7deae5a97c0824389c2e28212786b SIZE (rocky/l/libXcomposite-0.4.5-7.el9.x86_64.rpm) = 23696 SHA256 (rocky/l/libXcursor-1.2.0-7.el9.aarch64.rpm) = a1131f4be9a53f6f2835f0aa3d9d71b36e2a2f68130cf17a0b73e5cd1371e37b SIZE (rocky/l/libXcursor-1.2.0-7.el9.aarch64.rpm) = 30049 SHA256 (rocky/l/libXcursor-1.2.0-7.el9.i686.rpm) = 79ff6cf56df3da5fd843a664485d02831ca25c812d4554c4b60c39b5f13f7f1a SIZE (rocky/l/libXcursor-1.2.0-7.el9.i686.rpm) = 32009 SHA256 (rocky/l/libXcursor-1.2.0-7.el9.x86_64.rpm) = 311e8fa754d5897c8e790cca9ab281936f66e795704f7cbe18baec13f692608c SIZE (rocky/l/libXcursor-1.2.0-7.el9.x86_64.rpm) = 30320 SHA256 (rocky/l/libXdamage-1.1.5-7.el9.aarch64.rpm) = 013b2458778636df724328029f31f6e842f3165fd0945ca1f82c73198639a2ad SIZE (rocky/l/libXdamage-1.1.5-7.el9.aarch64.rpm) = 22249 SHA256 (rocky/l/libXdamage-1.1.5-7.el9.i686.rpm) = bfa94f8edec93659c528174d3f93c8a603bb6c15fbda0db6c6003c951ef10d0e SIZE (rocky/l/libXdamage-1.1.5-7.el9.i686.rpm) = 22701 SHA256 (rocky/l/libXdamage-1.1.5-7.el9.x86_64.rpm) = e35fb4a9b632ca4226f4d2a81ffced45a23825149d6edcafcefb896c3a38e59c SIZE (rocky/l/libXdamage-1.1.5-7.el9.x86_64.rpm) = 22355 SHA256 (rocky/l/libXdmcp-1.1.3-8.el9.aarch64.rpm) = ed83357494d16b40f58fe1a3c128690b7d6a4df0ed3977fe4a0bbf7d3189be93 SIZE (rocky/l/libXdmcp-1.1.3-8.el9.aarch64.rpm) = 35357 SHA256 (rocky/l/libXdmcp-1.1.3-8.el9.i686.rpm) = 7ae237f0f1643a37171a33aac3ddc18ddd06280f2b6cfb4ff83934c4e588804d SIZE (rocky/l/libXdmcp-1.1.3-8.el9.i686.rpm) = 36011 SHA256 (rocky/l/libXdmcp-1.1.3-8.el9.x86_64.rpm) = a9ca0c3bcebc9d7e882c55c444e342e04aab1a2a90a95aafca0eb1dd258e2d93 SIZE (rocky/l/libXdmcp-1.1.3-8.el9.x86_64.rpm) = 35397 SHA256 (rocky/l/libXext-1.3.4-8.el9.aarch64.rpm) = f51fdf1c8b7e1b748c0ae8da6c6d60a644326c813decebe40a5161409371d65d SIZE (rocky/l/libXext-1.3.4-8.el9.aarch64.rpm) = 38844 SHA256 (rocky/l/libXext-1.3.4-8.el9.i686.rpm) = 4f7579380c046a045b0c75facdd87b7e15c3c6363a01e855e54713dda3679875 SIZE (rocky/l/libXext-1.3.4-8.el9.i686.rpm) = 42788 SHA256 (rocky/l/libXext-1.3.4-8.el9.x86_64.rpm) = 45c8e6d796a66e91b5b4230e493be44fdafe389592eb2cce6400d209b0ac5f9f SIZE (rocky/l/libXext-1.3.4-8.el9.x86_64.rpm) = 39647 SHA256 (rocky/l/libXfixes-5.0.3-16.el9.aarch64.rpm) = 7256501b16d4eb762fb73ea929b9162467e27203cb9c537b62509b18b0d1dcf8 SIZE (rocky/l/libXfixes-5.0.3-16.el9.aarch64.rpm) = 19031 SHA256 (rocky/l/libXfixes-5.0.3-16.el9.i686.rpm) = cb72af73b2057af146be88b02d96942f6c36341e4f192400fff731919088841c SIZE (rocky/l/libXfixes-5.0.3-16.el9.i686.rpm) = 19914 SHA256 (rocky/l/libXfixes-5.0.3-16.el9.x86_64.rpm) = c2089ff858c950e403f302b071e2c6a871a424ac1ac8f6eb29bc24e61b692dcf SIZE (rocky/l/libXfixes-5.0.3-16.el9.x86_64.rpm) = 19182 SHA256 (rocky/l/libXfont2-2.0.3-12.el9.aarch64.rpm) = 5b378621beec5b13589c16b436a7f344f27d13a6a604569ab385642363c45078 SIZE (rocky/l/libXfont2-2.0.3-12.el9.aarch64.rpm) = 144552 SHA256 (rocky/l/libXfont2-2.0.3-12.el9.i686.rpm) = 09fd6f7d2433fb7b0587dbb7010a0d547b63030c397526040c38bb07de7b40ad SIZE (rocky/l/libXfont2-2.0.3-12.el9.i686.rpm) = 145836 SHA256 (rocky/l/libXfont2-2.0.3-12.el9.x86_64.rpm) = fdf69ba1bb50bcf1d182e51fe2ef943a06d60eff01d8df6d0ce94d943177063b SIZE (rocky/l/libXfont2-2.0.3-12.el9.x86_64.rpm) = 146215 SHA256 (rocky/l/libXft-2.3.3-8.el9.aarch64.rpm) = 959802eb99955a6a1a4b36ab8abc3cac04dc5f2df19d31cda61ecbb1c249475e SIZE (rocky/l/libXft-2.3.3-8.el9.aarch64.rpm) = 61689 SHA256 (rocky/l/libXft-2.3.3-8.el9.i686.rpm) = 1912dfe8bd492369c8a865a9af23029386adea611f04c2f906665565036d6d48 SIZE (rocky/l/libXft-2.3.3-8.el9.i686.rpm) = 64047 SHA256 (rocky/l/libXft-2.3.3-8.el9.x86_64.rpm) = 7fd443896652bbc7685fbda98d2ddaea36cf9f4840b8c79fe77005dc1315e194 SIZE (rocky/l/libXft-2.3.3-8.el9.x86_64.rpm) = 62705 SHA256 (rocky/l/libXi-1.7.10-8.el9.aarch64.rpm) = 2e298659b39610c1aaa6d4b8f6d4d99af84427bb3d209159f3e7326cbef5ae31 SIZE (rocky/l/libXi-1.7.10-8.el9.aarch64.rpm) = 38203 SHA256 (rocky/l/libXi-1.7.10-8.el9.i686.rpm) = 94f0da337b2112dd7626b3a7f4c48bc8831867455dacb8fc8413eb3c4c7bdd22 SIZE (rocky/l/libXi-1.7.10-8.el9.i686.rpm) = 41868 SHA256 (rocky/l/libXi-1.7.10-8.el9.x86_64.rpm) = f9299e304d6ceca0afecacc52e3a8f1ded57d522bf0d4df80727b4038688e445 SIZE (rocky/l/libXi-1.7.10-8.el9.x86_64.rpm) = 39524 SHA256 (rocky/l/libXinerama-1.1.4-10.el9.aarch64.rpm) = 5c67d84524556a4f2c65c7e02030d8890a2fe7168cb21991b82bb24d914dff90 SIZE (rocky/l/libXinerama-1.1.4-10.el9.aarch64.rpm) = 14175 SHA256 (rocky/l/libXinerama-1.1.4-10.el9.i686.rpm) = 23c4a2b53f055676d0bde64b3771c552c93310fb0c9ea3df4b8ddf44ef27bbc6 SIZE (rocky/l/libXinerama-1.1.4-10.el9.i686.rpm) = 14664 SHA256 (rocky/l/libXinerama-1.1.4-10.el9.x86_64.rpm) = aa25538dcbab918287de6cc0dfa7b585cee4ea1c35ed01ce4ed22bb13e69c83c SIZE (rocky/l/libXinerama-1.1.4-10.el9.x86_64.rpm) = 14385 SHA256 (rocky/l/libXmu-1.1.3-8.el9.aarch64.rpm) = 4e69299422d32eba05200e2262857b5dc131d822f537cc40f8930a46c5b682d4 SIZE (rocky/l/libXmu-1.1.3-8.el9.aarch64.rpm) = 74844 SHA256 (rocky/l/libXmu-1.1.3-8.el9.i686.rpm) = 45abc3a9e72669a606c2aa9411a5578838e9d57aa856a5d0c64e3203d4c409cc SIZE (rocky/l/libXmu-1.1.3-8.el9.i686.rpm) = 78898 SHA256 (rocky/l/libXmu-1.1.3-8.el9.x86_64.rpm) = d19e8bcce562a3bf1ca45510d3ce5ea76f31bbda14d64c0b882c73331c2bb8cb SIZE (rocky/l/libXmu-1.1.3-8.el9.x86_64.rpm) = 75661 SHA256 (rocky/l/libXp-1.0.3-11.el9.aarch64.rpm) = 0d5328e59202f2662702de99d81aaeeda8495505a3c47d194455a7343f733794 SIZE (rocky/l/libXp-1.0.3-11.el9.aarch64.rpm) = 31385 SHA256 (rocky/l/libXp-1.0.3-11.el9.i686.rpm) = fa27510d1ed4118e2869871a009553b33546d6cbe8ba362cf69d78a5b1739d4e SIZE (rocky/l/libXp-1.0.3-11.el9.i686.rpm) = 33509 SHA256 (rocky/l/libXp-1.0.3-11.el9.x86_64.rpm) = 14d4cbc45d7c31c6b9d66bda9f78ae1ca51c939d7eff66dfd61557d5d4c64929 SIZE (rocky/l/libXp-1.0.3-11.el9.x86_64.rpm) = 31785 SHA256 (rocky/l/libXpm-3.5.13-10.el9.aarch64.rpm) = e24a0da38fd7f1a9610ed114e9c02a8b5fb2366e51505a4f7644e9b70a4d235d SIZE (rocky/l/libXpm-3.5.13-10.el9.aarch64.rpm) = 57591 SHA256 (rocky/l/libXpm-3.5.13-10.el9.i686.rpm) = 75e073b0e5ed1bdba7aa1812a28c882d632c8e6cbe3c944b5ecb293c832ca08d SIZE (rocky/l/libXpm-3.5.13-10.el9.i686.rpm) = 61405 SHA256 (rocky/l/libXpm-3.5.13-10.el9.x86_64.rpm) = 067d8be7d78ec2a42ea86d23592c6ab083ea36c361bc612ed4ea2560087d80b4 SIZE (rocky/l/libXpm-3.5.13-10.el9.x86_64.rpm) = 58974 SHA256 (rocky/l/libXrandr-1.5.2-8.el9.aarch64.rpm) = a1e50c2c2c77553046b2d11511037362b5f6a57f3ca64a96b5f7f48a2912d29c SIZE (rocky/l/libXrandr-1.5.2-8.el9.aarch64.rpm) = 27051 SHA256 (rocky/l/libXrandr-1.5.2-8.el9.i686.rpm) = 06119d874152a7fe522fbf69be76cb5459c5683ef117feb5ebbed7cc2c6e1a87 SIZE (rocky/l/libXrandr-1.5.2-8.el9.i686.rpm) = 29883 SHA256 (rocky/l/libXrandr-1.5.2-8.el9.x86_64.rpm) = adb1b07da2091c35027477f6c24d1874a6965565fd0f21a9ac1a0a6f8104407d SIZE (rocky/l/libXrandr-1.5.2-8.el9.x86_64.rpm) = 28078 SHA256 (rocky/l/libXrender-0.9.10-16.el9.aarch64.rpm) = 51624b5a26d019da7e257005e7b370ba626700add6a79e5d25e0468f177e10d5 SIZE (rocky/l/libXrender-0.9.10-16.el9.aarch64.rpm) = 26563 SHA256 (rocky/l/libXrender-0.9.10-16.el9.i686.rpm) = c6a41f3a5ddd6c74efdbd3e6a6325cd817d286d242aabe7db7dce723a5b16b2b SIZE (rocky/l/libXrender-0.9.10-16.el9.i686.rpm) = 28838 SHA256 (rocky/l/libXrender-0.9.10-16.el9.x86_64.rpm) = 1e7f886a15aafea4345a6c5679b97f4690ca03d80168984cfa34dcd785159361 SIZE (rocky/l/libXrender-0.9.10-16.el9.x86_64.rpm) = 27543 SHA256 (rocky/l/libXres-1.2.0-14.el9.aarch64.rpm) = 301f042adaabd2a2157e3bdd4bbb246122a95e3571d1b1123f85bf96fddbe956 SIZE (rocky/l/libXres-1.2.0-14.el9.aarch64.rpm) = 15041 SHA256 (rocky/l/libXres-1.2.0-14.el9.i686.rpm) = b511a9b138e0dea98ddbb278cf12ef0773a7164e10079867bb0959a369fcb930 SIZE (rocky/l/libXres-1.2.0-14.el9.i686.rpm) = 15666 SHA256 (rocky/l/libXres-1.2.0-14.el9.x86_64.rpm) = 9211d57a5d2f77ce93b7f743b02aae0c4aea71076e03fbf93a341f669f880ba7 SIZE (rocky/l/libXres-1.2.0-14.el9.x86_64.rpm) = 15294 SHA256 (rocky/l/libXt-1.2.0-6.el9.aarch64.rpm) = 210da4b708f7aa09310ed003f9b6d014704d9f45d6fd4a094a8b5157ad98e15b SIZE (rocky/l/libXt-1.2.0-6.el9.aarch64.rpm) = 176998 SHA256 (rocky/l/libXt-1.2.0-6.el9.i686.rpm) = caf787a46cfd27d39e37d39f02b9b78d6efc5b2e71e3f50b4be6e32148255eca SIZE (rocky/l/libXt-1.2.0-6.el9.i686.rpm) = 191464 SHA256 (rocky/l/libXt-1.2.0-6.el9.x86_64.rpm) = 63443cb00ae22dacc37cef0934017d5d9ba106d281fb34f2a76164033fc435d7 SIZE (rocky/l/libXt-1.2.0-6.el9.x86_64.rpm) = 183979 SHA256 (rocky/l/libXtst-1.2.3-16.el9.aarch64.rpm) = 3872ca83ac04c81a4bf0032421b5016b6842190c153994e36683ccf808fa6beb SIZE (rocky/l/libXtst-1.2.3-16.el9.aarch64.rpm) = 20736 SHA256 (rocky/l/libXtst-1.2.3-16.el9.i686.rpm) = 0acf01b3f6d246e8ac689777737ae87ba7c72444f3b935fc21e8c6e702753727 SIZE (rocky/l/libXtst-1.2.3-16.el9.i686.rpm) = 21633 SHA256 (rocky/l/libXtst-1.2.3-16.el9.x86_64.rpm) = 83f234bc485ed247fe5bd283acb1458d53329525318dbbf7f29121bf4fd2543a SIZE (rocky/l/libXtst-1.2.3-16.el9.x86_64.rpm) = 20909 SHA256 (rocky/l/libXv-1.0.11-16.el9.aarch64.rpm) = b93ed8996b981ce2031366c120baca1ea52be06fdd7f7b689c1875a794d46dd6 SIZE (rocky/l/libXv-1.0.11-16.el9.aarch64.rpm) = 18158 SHA256 (rocky/l/libXv-1.0.11-16.el9.i686.rpm) = 71f624dcec94cc84ea10e9651b684fcd3c941f37b33377b76a6e7fd1a49ce4a1 SIZE (rocky/l/libXv-1.0.11-16.el9.i686.rpm) = 19173 SHA256 (rocky/l/libXv-1.0.11-16.el9.x86_64.rpm) = 5d14bad7acdb5b036fe1e280b0a816ae78de449f7bd10dc876178e3f8d24a2c1 SIZE (rocky/l/libXv-1.0.11-16.el9.x86_64.rpm) = 18450 SHA256 (rocky/l/libXxf86dga-1.1.5-8.el9.aarch64.rpm) = 4291480673cc927a6a55830040f56ce4382149c2098280099181b5d9cd3330f0 SIZE (rocky/l/libXxf86dga-1.1.5-8.el9.aarch64.rpm) = 19989 SHA256 (rocky/l/libXxf86dga-1.1.5-8.el9.i686.rpm) = a60b1cb2dd225059e822fa423b6923401e77bdb454e2085502709768386bbb10 SIZE (rocky/l/libXxf86dga-1.1.5-8.el9.i686.rpm) = 21420 SHA256 (rocky/l/libXxf86dga-1.1.5-8.el9.x86_64.rpm) = 9ea5d7e3888548c823c25a43f025a81d5184107a5d6c42fb399cecd2d3fe8d22 SIZE (rocky/l/libXxf86dga-1.1.5-8.el9.x86_64.rpm) = 20448 SHA256 (rocky/l/libXxf86vm-1.1.4-18.el9.aarch64.rpm) = 08efa4284b4dd82b1b0f51fc444217d9e1faa2e1d9d5d9b80bea04382cf0386d SIZE (rocky/l/libXxf86vm-1.1.4-18.el9.aarch64.rpm) = 18005 SHA256 (rocky/l/libXxf86vm-1.1.4-18.el9.i686.rpm) = ad183ce975f759327653bd9b24bfd306eec6df2a98be87bb17ba2dbbc4696f4f SIZE (rocky/l/libXxf86vm-1.1.4-18.el9.i686.rpm) = 19377 SHA256 (rocky/l/libXxf86vm-1.1.4-18.el9.x86_64.rpm) = 05bfc543291a482c3de7804ca66a5451edef43c91d2b599bce81bfbb44b93cdd SIZE (rocky/l/libXxf86vm-1.1.4-18.el9.x86_64.rpm) = 18195 SHA256 (rocky/l/libfontenc-1.1.3-17.el9.aarch64.rpm) = 450ef347a21d2650f7062adfb9fe1d56856f2475639f618512a251ef90b8ea2a SIZE (rocky/l/libfontenc-1.1.3-17.el9.aarch64.rpm) = 30282 SHA256 (rocky/l/libfontenc-1.1.3-17.el9.i686.rpm) = 7eab7eddb95eb1a69c87ec92653673e56edd35911f072a97c0bc630d7e2f4784 SIZE (rocky/l/libfontenc-1.1.3-17.el9.i686.rpm) = 30390 SHA256 (rocky/l/libfontenc-1.1.3-17.el9.x86_64.rpm) = 867e2805940f8a3da79fe085ad65dddc3e9968e72f14f076e74c99f28220fe23 SIZE (rocky/l/libfontenc-1.1.3-17.el9.x86_64.rpm) = 30582 +SHA256 (rocky/l/libinput-1.19.3-4.el9_2.aarch64.rpm) = e6ae40194cc360a2b588d8f6fd9568c4557daa154863e0850c8758f51b7345c4 +SIZE (rocky/l/libinput-1.19.3-4.el9_2.aarch64.rpm) = 190114 +SHA256 (rocky/l/libinput-1.19.3-4.el9_2.i686.rpm) = b9746f65cde5ce307809c3423a7528b3258445ed6268527983087da7b82fc071 +SIZE (rocky/l/libinput-1.19.3-4.el9_2.i686.rpm) = 213193 +SHA256 (rocky/l/libinput-1.19.3-4.el9_2.x86_64.rpm) = 20a52c89b27c1953b653b8b4485f8feea46c0ba71bfde0f86617b367f47e5335 +SIZE (rocky/l/libinput-1.19.3-4.el9_2.x86_64.rpm) = 198741 +SHA256 (rocky/l/libwacom-1.12.1-3.el9_4.aarch64.rpm) = a06e9a4b35c11fab9630f7d59627712ce126a6098cc032fa87b706a5a7919f6e +SIZE (rocky/l/libwacom-1.12.1-3.el9_4.aarch64.rpm) = 44428 +SHA256 (rocky/l/libwacom-1.12.1-3.el9_4.i686.rpm) = 3cddbe09b6a16f4f11af41dc7c230c65e8b204a85b5bbd54dc545e70c90c1f29 +SIZE (rocky/l/libwacom-1.12.1-3.el9_4.i686.rpm) = 46483 +SHA256 (rocky/l/libwacom-1.12.1-3.el9_4.x86_64.rpm) = 923c7d8ab3dd96a7287419acb91631f417b4fe8cb80e862aab19c0b52735bca7 +SIZE (rocky/l/libwacom-1.12.1-3.el9_4.x86_64.rpm) = 44526 +SHA256 (rocky/l/libwacom-data-1.12.1-3.el9_4.noarch.rpm) = 88a411167bee34df4c11d3f9396a36b2c73b3a348b2e77276e28a2cdc9d26569 +SIZE (rocky/l/libwacom-data-1.12.1-3.el9_4.noarch.rpm) = 107935 SHA256 (rocky/l/libxcb-1.13.1-9.el9.aarch64.rpm) = 3150c4042124077c10aa58d105ab2ba0d39525f5b85c240b17e34c877e26377d SIZE (rocky/l/libxcb-1.13.1-9.el9.aarch64.rpm) = 231114 SHA256 (rocky/l/libxcb-1.13.1-9.el9.i686.rpm) = ae05ff23ab6ae681b53fa403b819a6bff0f2c05e33151429910c17f121a66831 SIZE (rocky/l/libxcb-1.13.1-9.el9.i686.rpm) = 248625 SHA256 (rocky/l/libxcb-1.13.1-9.el9.x86_64.rpm) = 759581ab8b7935e159beb690be7c5279a5642d5ce0deb369b12396962bf1257c SIZE (rocky/l/libxcb-1.13.1-9.el9.x86_64.rpm) = 229391 SHA256 (rocky/l/libxkbfile-1.1.0-8.el9.aarch64.rpm) = e9f7379ebdf6a6b208defc4306007f3150303adb13b110eca4e277827cb95c32 SIZE (rocky/l/libxkbfile-1.1.0-8.el9.aarch64.rpm) = 89684 SHA256 (rocky/l/libxkbfile-1.1.0-8.el9.i686.rpm) = 68a552b5ac8f3a43ef8351713c527f9f1d61796246aa83661b41e0d625a032ef SIZE (rocky/l/libxkbfile-1.1.0-8.el9.i686.rpm) = 95340 SHA256 (rocky/l/libxkbfile-1.1.0-8.el9.x86_64.rpm) = e2b4cfd781ce91e12cd760c612d4ed603f763d17ef215ea603be5b4c91b4c82f SIZE (rocky/l/libxkbfile-1.1.0-8.el9.x86_64.rpm) = 90341 SHA256 (rocky/l/libxshmfence-1.3-10.el9.aarch64.rpm) = 43cab298b97d39b25041029addd5ca81bde69d50f524af43adb1413172491b9f SIZE (rocky/l/libxshmfence-1.3-10.el9.aarch64.rpm) = 11923 SHA256 (rocky/l/libxshmfence-1.3-10.el9.i686.rpm) = 7bc4c251d37aafe4cffcc96961544ea617acfae0507ab9660facb63b529b49e5 SIZE (rocky/l/libxshmfence-1.3-10.el9.i686.rpm) = 12076 SHA256 (rocky/l/libxshmfence-1.3-10.el9.x86_64.rpm) = 4f10626c3a16e3f22087d208ffa45868558c155123b0c7d4c0c55d696e19aeec SIZE (rocky/l/libxshmfence-1.3-10.el9.x86_64.rpm) = 11844 SHA256 (rocky/x/xkeyboard-config-2.33-2.el9.noarch.rpm) = f3ba1f17f6f22462e44dc4903c86cd9c00247782a7ec6ae434cb302c6fbc01ba SIZE (rocky/x/xkeyboard-config-2.33-2.el9.noarch.rpm) = 797437 SHA256 (rocky/l/libICE-1.0.10-8.el9.src.rpm) = 504daac59a802a06cc2e8a6f8e8c6f51380308bb5616bb0ba2f4eeaa4ea6e669 SIZE (rocky/l/libICE-1.0.10-8.el9.src.rpm) = 404044 SHA256 (rocky/l/libSM-1.2.3-10.el9.src.rpm) = 7fd3596e0c38df0acb63dfd71b8a81275e8223ed27d8060757e5cf4b5ac4983f SIZE (rocky/l/libSM-1.2.3-10.el9.src.rpm) = 373185 SHA256 (rocky/l/libX11-1.7.0-9.el9.src.rpm) = f062f476ae383bede70e0ac7453ae70bc75dc35f41f7de665fc1df1619425183 SIZE (rocky/l/libX11-1.7.0-9.el9.src.rpm) = 2422113 SHA256 (rocky/l/libXScrnSaver-1.2.3-10.el9.src.rpm) = 60fa0059b59cbc0e09f1a6c94f0bf061d3352b9dd01459e9d03c02223d4af15d SIZE (rocky/l/libXScrnSaver-1.2.3-10.el9.src.rpm) = 302530 SHA256 (rocky/l/libXau-1.0.9-8.el9.src.rpm) = 285688c7d7754887efedf584a8f4a2ee1237fb49335947db7aecd61a2b14a0a5 SIZE (rocky/l/libXau-1.0.9-8.el9.src.rpm) = 334033 SHA256 (rocky/l/libXaw-1.0.13-19.el9.src.rpm) = 2b7396990002e0e0865f81228d219428e6d1f7243646d20775501f2b174d9b3a SIZE (rocky/l/libXaw-1.0.13-19.el9.src.rpm) = 683583 SHA256 (rocky/l/libXcomposite-0.4.5-7.el9.src.rpm) = 574cab6e57a7daea7507aa374cf7a7ef12c2e682c68aabcbb494ff5486886e5c SIZE (rocky/l/libXcomposite-0.4.5-7.el9.src.rpm) = 327657 SHA256 (rocky/l/libXcursor-1.2.0-7.el9.src.rpm) = c1f142d7c24a01ff1d64c6eb9283be5f30f36ed1fdb9b9ad652380ff94c85f23 SIZE (rocky/l/libXcursor-1.2.0-7.el9.src.rpm) = 346255 SHA256 (rocky/l/libXdamage-1.1.5-7.el9.src.rpm) = c94be0a1aaf384e125c481d8046ffde9c877ac75a5152c51938f3ed9c6179a16 SIZE (rocky/l/libXdamage-1.1.5-7.el9.src.rpm) = 314415 SHA256 (rocky/l/libXdmcp-1.1.3-8.el9.src.rpm) = 625876a45d862ad96bce34f426a1f6d93a5e092b3373bbdb565558bb5c4fa9c4 SIZE (rocky/l/libXdmcp-1.1.3-8.el9.src.rpm) = 343328 SHA256 (rocky/l/libXext-1.3.4-8.el9.src.rpm) = 944392aaabe53df4d25646355bbff647de94e5a7faa32dd73ee43710b2f2a93e SIZE (rocky/l/libXext-1.3.4-8.el9.src.rpm) = 400477 SHA256 (rocky/l/libXfixes-5.0.3-16.el9.src.rpm) = d27d9b537fffb25c1a0851b507e1014a66e28708c143d17a89ca8af633192db9 SIZE (rocky/l/libXfixes-5.0.3-16.el9.src.rpm) = 305024 SHA256 (rocky/l/libXfont2-2.0.3-12.el9.src.rpm) = 3f2ac050442c474bdaa6bf398b3e98144551222703e3914bb1cda84091ae5be8 SIZE (rocky/l/libXfont2-2.0.3-12.el9.src.rpm) = 506175 SHA256 (rocky/l/libXft-2.3.3-8.el9.src.rpm) = 43fc629d18bdbd450c29da7d19b7a0a0bb70f579833a634e81a552dc9d2c366e SIZE (rocky/l/libXft-2.3.3-8.el9.src.rpm) = 364320 SHA256 (rocky/l/libXi-1.7.10-8.el9.src.rpm) = 20ec2109486778bcd846aac12c397a5c48704742a4cd3a6dcd9e6ac19d99dc0d SIZE (rocky/l/libXi-1.7.10-8.el9.src.rpm) = 496787 SHA256 (rocky/l/libXinerama-1.1.4-10.el9.src.rpm) = abd7bf66f9b66c18c5f1d09c2dce9a440e935cd5d854b606d027e2316ab70ac4 SIZE (rocky/l/libXinerama-1.1.4-10.el9.src.rpm) = 296350 SHA256 (rocky/l/libXmu-1.1.3-8.el9.src.rpm) = fbf7a7479445eae6149d8c8be53939d7d94ae634f40c200fd59e1ce173c47c5d SIZE (rocky/l/libXmu-1.1.3-8.el9.src.rpm) = 403584 SHA256 (rocky/l/libXp-1.0.3-11.el9.src.rpm) = 968b36f9731e3897164b4190c3d60af98ad7fc8d7c89a346d89cc00473312711 SIZE (rocky/l/libXp-1.0.3-11.el9.src.rpm) = 339285 SHA256 (rocky/l/libXpm-3.5.13-10.el9.src.rpm) = 5c66cdec5376a97b8ff7b9ddcdb1f55ddf8b1e7cf330d93fd34abbc83bf9ab24 SIZE (rocky/l/libXpm-3.5.13-10.el9.src.rpm) = 482221 SHA256 (rocky/l/libXrandr-1.5.2-8.el9.src.rpm) = f706f103d34ade37b6a5ff715da83c8d77f1563141ad427e9cb18063f24a7025 SIZE (rocky/l/libXrandr-1.5.2-8.el9.src.rpm) = 341749 SHA256 (rocky/l/libXrender-0.9.10-16.el9.src.rpm) = 67dee90ee04e8317a1a27547d43884b77b331d17b1cb11ecae1dade02a338f3f SIZE (rocky/l/libXrender-0.9.10-16.el9.src.rpm) = 319349 SHA256 (rocky/l/libXres-1.2.0-14.el9.src.rpm) = 12f6cf012be716865b476babd2be28fa612cf3f71014cc5f11e7b86d70b93282 SIZE (rocky/l/libXres-1.2.0-14.el9.src.rpm) = 298895 SHA256 (rocky/l/libXt-1.2.0-6.el9.src.rpm) = 21f5debd9b99ffe7b6d9e9696993df4f1cc9218ecb5e1a3c10089a2941fa8cc5 SIZE (rocky/l/libXt-1.2.0-6.el9.src.rpm) = 825494 SHA256 (rocky/l/libXtst-1.2.3-16.el9.src.rpm) = 3cad3150dbb834c29c60a52ce73c5c08964906a3c01cce5ac115bc3e292443d1 SIZE (rocky/l/libXtst-1.2.3-16.el9.src.rpm) = 331083 SHA256 (rocky/l/libXv-1.0.11-16.el9.src.rpm) = 8c76a010666eb0c1f4a9eed3300ffa6455e5e132840310bae4ff1f0dc49fba3a SIZE (rocky/l/libXv-1.0.11-16.el9.src.rpm) = 327187 SHA256 (rocky/l/libXxf86dga-1.1.5-8.el9.src.rpm) = c588c1f16cca05a9c0f4548c0e408e33004f53cb8a56aff4644c2ff1dd6f950a SIZE (rocky/l/libXxf86dga-1.1.5-8.el9.src.rpm) = 312493 SHA256 (rocky/l/libXxf86vm-1.1.4-18.el9.src.rpm) = ca49b32c7dbd296baea8425cfa36afc73ae6c78db2fe1d56a779a856089ee472 SIZE (rocky/l/libXxf86vm-1.1.4-18.el9.src.rpm) = 304278 SHA256 (rocky/l/libfontenc-1.1.3-17.el9.src.rpm) = e0f8868c4ac2fea3bd2cfff8010693f7a029f4a7110c34ad4d40f18309c5c837 SIZE (rocky/l/libfontenc-1.1.3-17.el9.src.rpm) = 312458 +SHA256 (rocky/l/libinput-1.19.3-4.el9_2.src.rpm) = 1509bf7b34cdc274be770264048cda930614df1dc0b9f1aa32983199f4fab029 +SIZE (rocky/l/libinput-1.19.3-4.el9_2.src.rpm) = 677724 +SHA256 (rocky/l/libwacom-1.12.1-3.el9_4.src.rpm) = 64f07c8acb901cd44d3d65bbedcd8fab8a1a2b828d2530dba435eb76c10bcd09 +SIZE (rocky/l/libwacom-1.12.1-3.el9_4.src.rpm) = 570786 SHA256 (rocky/l/libxcb-1.13.1-9.el9.src.rpm) = adf125624ea3f2f99fc094c8857c1b935df02836879e5c0f1b790887de2f5503 SIZE (rocky/l/libxcb-1.13.1-9.el9.src.rpm) = 518084 SHA256 (rocky/l/libxkbfile-1.1.0-8.el9.src.rpm) = 0383da992d930fadb75693c4425bbc24f4e3548ec3495e91ad2c79eb1c6d2d71 SIZE (rocky/l/libxkbfile-1.1.0-8.el9.src.rpm) = 373795 SHA256 (rocky/l/libxshmfence-1.3-10.el9.src.rpm) = 17adaa9831f5b698c3681e789e3722547feae98d0f9a8db0cc6660d8cc678d08 SIZE (rocky/l/libxshmfence-1.3-10.el9.src.rpm) = 317584 SHA256 (rocky/x/xkeyboard-config-2.33-2.el9.src.rpm) = f148faa8c12c01fda9bff462b292157bad5824f2f4daa318fe8d1ce1c203189d SIZE (rocky/x/xkeyboard-config-2.33-2.el9.src.rpm) = 1767126 diff --git a/x11/linux-rl9-xorg-libs/pkg-plist.aarch64 b/x11/linux-rl9-xorg-libs/pkg-plist.aarch64 index e3f10c4221d5..233f8a22dc0b 100644 --- a/x11/linux-rl9-xorg-libs/pkg-plist.aarch64 +++ b/x11/linux-rl9-xorg-libs/pkg-plist.aarch64 @@ -1,792 +1,1288 @@ +usr/bin/libinput +usr/bin/libwacom-list-devices +usr/bin/libwacom-list-local-devices +usr/bin/libwacom-update-db usr/lib/.build-id/03/7b278e9d80b4d63afba4eedc7e2d3adac08111 usr/lib/.build-id/07/f88923b6ef11bb136e295a11c2b618927b57c9 usr/lib/.build-id/0a/01ad28876e599813452fef612581548e3ff3bf usr/lib/.build-id/0b/083aed218aa6c35b1537a10ec73a14123a4028 usr/lib/.build-id/0c/bebfe32a8eeedfc2aeac8db0f90b352175fa22 +usr/lib/.build-id/11/a035f2f934c511f14cfdfcebf3ffad72459963 usr/lib/.build-id/14/29b801dd96b62ebe45f9690599701de00e27eb usr/lib/.build-id/1b/a9aefcb32c3bb0f62fa444af1630078570c4c9 usr/lib/.build-id/1c/c9da55707e65d8fde7fe82bdbd8ce989eda9d7 usr/lib/.build-id/1d/b913fb1aa476bc804e767c7e9ef1e34464b2d7 usr/lib/.build-id/22/1bc93eda4a68313700fcfd3d1dfd24842d7725 usr/lib/.build-id/28/3667a094d1075bc793067da7c14d240b92baa7 usr/lib/.build-id/2c/862b93063c65bd0a4ca8d2810e2ad32936b536 usr/lib/.build-id/2f/9a7a6618246cbfe0a57977bd59cbc6a821b06a usr/lib/.build-id/2f/e6c2929cb7c5f216b5a0c5a04fee597d6d35fd usr/lib/.build-id/38/224824fb72dbde7214bba6addb7e98c2f94c73 usr/lib/.build-id/38/9ac6b45230ed7c79709111bb4e741596f4d700 usr/lib/.build-id/3b/de94472ac5f4a1adadf0423217b49239af39ca usr/lib/.build-id/3c/3bca44cadb24effa11fc14841350e54f07b447 +usr/lib/.build-id/3e/eaf277fd22e91efbcd2d4b20f4ce8f388f4d00 usr/lib/.build-id/40/8fcf14a284e86fa29ee907ef83407bf622c4c0 +usr/lib/.build-id/41/d7f307fe1cd0ac48d2a85de4d253114564dc4f usr/lib/.build-id/4f/1e2b6cd2bce86c479dabef4380b374db63db2e usr/lib/.build-id/4f/a7b47dd50f68dc07471d78e1a0b03a6dfb8247 usr/lib/.build-id/65/e17fcb76b395327eb029d8ded8e67b54756a9b usr/lib/.build-id/6a/8712ae338cf106c43e9b8025da50310289826c usr/lib/.build-id/6d/c701c23497b44e97b50fb1d50bcc264f0fe54b usr/lib/.build-id/70/02d8796ade531b25c76d7b4930506a1b6739df usr/lib/.build-id/76/aad8e5e7605d56b0b3b65aa67b26d1067f440e usr/lib/.build-id/85/35c304752cf8db9fcb7ea02e7fab350f4013ad usr/lib/.build-id/88/2e186a2644933b243612e71526455d218c816b usr/lib/.build-id/8c/86be6b519bb8280478072515c5be224f3490db usr/lib/.build-id/8c/9cf3d254e80bc8b730a6b6b4ed6b4b5092155e +usr/lib/.build-id/8d/db0052b3c7e19554b4777d833098333f0fedd1 usr/lib/.build-id/97/277d68eb8c311d9ecb9f834f1ef8128f42c59e usr/lib/.build-id/9a/7a70505c9f47096ccfb208aff5f13142d53ee1 usr/lib/.build-id/9b/c239090ce986748923d32f50eb0315668005ca usr/lib/.build-id/9c/1cf1fbf0f138e0e1b912934be512410c2ec845 usr/lib/.build-id/a5/4706c06a7785f4267d4842ff4f06172b0b13c2 usr/lib/.build-id/a9/99620ce36924f4813514a18990fa6872cd5d40 usr/lib/.build-id/b1/4a398f88821b89dc40f007222d3af7710d72f5 +usr/lib/.build-id/b1/a40f190be107f288fd7f90ec6a8fb0380e4f6f usr/lib/.build-id/b3/b8e5a888a2ba6ec55fac6894ca9fb63538e6b8 usr/lib/.build-id/b9/48ec0f20890714aeb694e10d8ee33fc60c67e2 usr/lib/.build-id/b9/a9e5027bb594aea44d99dd3e67d2446c7c99db usr/lib/.build-id/ba/2bb444584b249a975771ced8b5d7a3ec4c39a8 usr/lib/.build-id/bb/18426ff5ca7545737a0155384e2b2bdbe54e49 +usr/lib/.build-id/bd/359d6698f70f4b32227e49f4b87cbf86f50731 usr/lib/.build-id/c0/391f6aa5a8c86f33d098605362b948a95bc3b6 usr/lib/.build-id/c0/5b8ecfc52c944943dda13d55f7b6ec736a1239 +usr/lib/.build-id/c1/c0293006ea056cc822d26f672d8f96191327d8 usr/lib/.build-id/c5/96d49511d35a53a6fbd6558f0fcf2bfedaa68c +usr/lib/.build-id/c6/283e3527874242fe0d1e1d9a5b3b80a9937c90 usr/lib/.build-id/ce/7518e5d8a9231821336eadfab5c7c1143ba8e1 usr/lib/.build-id/ce/975a5bf916e87f032bc41ea312fbe247cce695 usr/lib/.build-id/d4/0c348ec1b40df34e2943da956206cb02e11d2b +usr/lib/.build-id/d7/1c5a981ad9d62d7824e1caee972badce0863c9 usr/lib/.build-id/d7/f75506146eea890179bae32b24cb9b1f41d3e8 usr/lib/.build-id/d7/f99491100aaf20b1597a66a2688353c34c697e usr/lib/.build-id/e0/a3455cf4927dacea4bdf50dd9425023da2d9fe usr/lib/.build-id/e4/233addad4cdb8dabc9f7f23fa6fa451bf49891 usr/lib/.build-id/ee/818524ce27ca99ca579a7e2b3c2217981cdac6 usr/lib/.build-id/f0/755111c7281f0f99073690954d58e8f32863ef +usr/lib/.build-id/f2/dd10f1297f78287efdcbc20756af6c2decce15 usr/lib/.build-id/f9/ba1ce559aa55e9129c0abf2f0e6fafd8a12ccb usr/lib/.build-id/fc/cdd491775a6532ce665cd4e9d26cc4ee1880b6 usr/lib/.build-id/fd/2fad0a37873158833a2df27bc3d5ebab440873 usr/lib64/libICE.so.6 usr/lib64/libICE.so.6.3.0 usr/lib64/libSM.so.6 usr/lib64/libSM.so.6.0.1 usr/lib64/libX11-xcb.so.1 usr/lib64/libX11-xcb.so.1.0.0 usr/lib64/libX11.so.6 usr/lib64/libX11.so.6.4.0 usr/lib64/libXRes.so.1 usr/lib64/libXRes.so.1.0.0 usr/lib64/libXau.so.6 usr/lib64/libXau.so.6.0.0 usr/lib64/libXaw.so.7 usr/lib64/libXaw7.so.7 usr/lib64/libXaw7.so.7.0.0 usr/lib64/libXcomposite.so.1 usr/lib64/libXcomposite.so.1.0.0 usr/lib64/libXcursor.so.1 usr/lib64/libXcursor.so.1.0.2 usr/lib64/libXdamage.so.1 usr/lib64/libXdamage.so.1.1.0 usr/lib64/libXdmcp.so.6 usr/lib64/libXdmcp.so.6.0.0 usr/lib64/libXext.so.6 usr/lib64/libXext.so.6.4.0 usr/lib64/libXfixes.so.3 usr/lib64/libXfixes.so.3.1.0 usr/lib64/libXfont2.so.2 usr/lib64/libXfont2.so.2.0.0 usr/lib64/libXft.so.2 usr/lib64/libXft.so.2.3.3 usr/lib64/libXi.so.6 usr/lib64/libXi.so.6.1.0 usr/lib64/libXinerama.so.1 usr/lib64/libXinerama.so.1.0.0 usr/lib64/libXmu.so.6 usr/lib64/libXmu.so.6.2.0 usr/lib64/libXmuu.so.1 usr/lib64/libXmuu.so.1.0.0 usr/lib64/libXp.so.6 usr/lib64/libXp.so.6.2.0 usr/lib64/libXpm.so.4 usr/lib64/libXpm.so.4.11.0 usr/lib64/libXrandr.so.2 usr/lib64/libXrandr.so.2.2.0 usr/lib64/libXrender.so.1 usr/lib64/libXrender.so.1.3.0 usr/lib64/libXss.so.1 usr/lib64/libXss.so.1.0.0 usr/lib64/libXt.so.6 usr/lib64/libXt.so.6.0.0 usr/lib64/libXtst.so.6 usr/lib64/libXtst.so.6.1.0 usr/lib64/libXv.so.1 usr/lib64/libXv.so.1.0.0 usr/lib64/libXxf86dga.so.1 usr/lib64/libXxf86dga.so.1.0.0 usr/lib64/libXxf86vm.so.1 usr/lib64/libXxf86vm.so.1.0.0 usr/lib64/libfontenc.so.1 usr/lib64/libfontenc.so.1.0.0 +usr/lib64/libinput.so.10 +usr/lib64/libinput.so.10.13.0 +usr/lib64/libwacom.so.2 +usr/lib64/libwacom.so.2.6.1 usr/lib64/libxcb-composite.so.0 usr/lib64/libxcb-composite.so.0.0.0 usr/lib64/libxcb-damage.so.0 usr/lib64/libxcb-damage.so.0.0.0 usr/lib64/libxcb-dpms.so.0 usr/lib64/libxcb-dpms.so.0.0.0 usr/lib64/libxcb-dri2.so.0 usr/lib64/libxcb-dri2.so.0.0.0 usr/lib64/libxcb-dri3.so.0 usr/lib64/libxcb-dri3.so.0.0.0 usr/lib64/libxcb-glx.so.0 usr/lib64/libxcb-glx.so.0.0.0 usr/lib64/libxcb-present.so.0 usr/lib64/libxcb-present.so.0.0.0 usr/lib64/libxcb-randr.so.0 usr/lib64/libxcb-randr.so.0.1.0 usr/lib64/libxcb-record.so.0 usr/lib64/libxcb-record.so.0.0.0 usr/lib64/libxcb-render.so.0 usr/lib64/libxcb-render.so.0.0.0 usr/lib64/libxcb-res.so.0 usr/lib64/libxcb-res.so.0.0.0 usr/lib64/libxcb-screensaver.so.0 usr/lib64/libxcb-screensaver.so.0.0.0 usr/lib64/libxcb-shape.so.0 usr/lib64/libxcb-shape.so.0.0.0 usr/lib64/libxcb-shm.so.0 usr/lib64/libxcb-shm.so.0.0.0 usr/lib64/libxcb-sync.so.1 usr/lib64/libxcb-sync.so.1.0.0 usr/lib64/libxcb-xf86dri.so.0 usr/lib64/libxcb-xf86dri.so.0.0.0 usr/lib64/libxcb-xfixes.so.0 usr/lib64/libxcb-xfixes.so.0.0.0 usr/lib64/libxcb-xinerama.so.0 usr/lib64/libxcb-xinerama.so.0.0.0 usr/lib64/libxcb-xinput.so.0 usr/lib64/libxcb-xinput.so.0.1.0 usr/lib64/libxcb-xkb.so.1 usr/lib64/libxcb-xkb.so.1.0.0 usr/lib64/libxcb-xselinux.so.0 usr/lib64/libxcb-xselinux.so.0.0.0 usr/lib64/libxcb-xtest.so.0 usr/lib64/libxcb-xtest.so.0.0.0 usr/lib64/libxcb-xv.so.0 usr/lib64/libxcb-xv.so.0.0.0 usr/lib64/libxcb-xvmc.so.0 usr/lib64/libxcb-xvmc.so.0.0.0 usr/lib64/libxcb.so.1 usr/lib64/libxcb.so.1.1.0 usr/lib64/libxkbfile.so.1 usr/lib64/libxkbfile.so.1.0.2 usr/lib64/libxshmfence.so.1 usr/lib64/libxshmfence.so.1.0.0 +usr/libexec/libinput/libinput-debug-events +usr/libexec/libinput/libinput-list-devices usr/share/X11/XErrorDB usr/share/X11/locale/C/Compose usr/share/X11/locale/C/XI18N_OBJS usr/share/X11/locale/C/XLC_LOCALE usr/share/X11/locale/am_ET.UTF-8/Compose usr/share/X11/locale/am_ET.UTF-8/XI18N_OBJS usr/share/X11/locale/am_ET.UTF-8/XLC_LOCALE usr/share/X11/locale/armscii-8/Compose usr/share/X11/locale/armscii-8/XI18N_OBJS usr/share/X11/locale/armscii-8/XLC_LOCALE usr/share/X11/locale/compose.dir usr/share/X11/locale/cs_CZ.UTF-8/Compose usr/share/X11/locale/cs_CZ.UTF-8/XI18N_OBJS usr/share/X11/locale/cs_CZ.UTF-8/XLC_LOCALE usr/share/X11/locale/el_GR.UTF-8/Compose usr/share/X11/locale/el_GR.UTF-8/XI18N_OBJS usr/share/X11/locale/el_GR.UTF-8/XLC_LOCALE usr/share/X11/locale/en_US.UTF-8/Compose usr/share/X11/locale/en_US.UTF-8/XI18N_OBJS usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE usr/share/X11/locale/fi_FI.UTF-8/Compose usr/share/X11/locale/fi_FI.UTF-8/XI18N_OBJS usr/share/X11/locale/fi_FI.UTF-8/XLC_LOCALE usr/share/X11/locale/georgian-academy/Compose usr/share/X11/locale/georgian-academy/XI18N_OBJS usr/share/X11/locale/georgian-academy/XLC_LOCALE usr/share/X11/locale/georgian-ps/Compose usr/share/X11/locale/georgian-ps/XI18N_OBJS usr/share/X11/locale/georgian-ps/XLC_LOCALE usr/share/X11/locale/ibm-cp1133/Compose usr/share/X11/locale/ibm-cp1133/XI18N_OBJS usr/share/X11/locale/ibm-cp1133/XLC_LOCALE usr/share/X11/locale/iscii-dev/Compose usr/share/X11/locale/iscii-dev/XI18N_OBJS usr/share/X11/locale/iscii-dev/XLC_LOCALE usr/share/X11/locale/isiri-3342/Compose usr/share/X11/locale/isiri-3342/XI18N_OBJS usr/share/X11/locale/isiri-3342/XLC_LOCALE usr/share/X11/locale/iso8859-1/Compose usr/share/X11/locale/iso8859-1/XI18N_OBJS usr/share/X11/locale/iso8859-1/XLC_LOCALE usr/share/X11/locale/iso8859-10/Compose usr/share/X11/locale/iso8859-10/XI18N_OBJS usr/share/X11/locale/iso8859-10/XLC_LOCALE usr/share/X11/locale/iso8859-11/Compose usr/share/X11/locale/iso8859-11/XI18N_OBJS usr/share/X11/locale/iso8859-11/XLC_LOCALE usr/share/X11/locale/iso8859-13/Compose usr/share/X11/locale/iso8859-13/XI18N_OBJS usr/share/X11/locale/iso8859-13/XLC_LOCALE usr/share/X11/locale/iso8859-14/Compose usr/share/X11/locale/iso8859-14/XI18N_OBJS usr/share/X11/locale/iso8859-14/XLC_LOCALE usr/share/X11/locale/iso8859-15/Compose usr/share/X11/locale/iso8859-15/XI18N_OBJS usr/share/X11/locale/iso8859-15/XLC_LOCALE usr/share/X11/locale/iso8859-2/Compose usr/share/X11/locale/iso8859-2/XI18N_OBJS usr/share/X11/locale/iso8859-2/XLC_LOCALE usr/share/X11/locale/iso8859-3/Compose usr/share/X11/locale/iso8859-3/XI18N_OBJS usr/share/X11/locale/iso8859-3/XLC_LOCALE usr/share/X11/locale/iso8859-4/Compose usr/share/X11/locale/iso8859-4/XI18N_OBJS usr/share/X11/locale/iso8859-4/XLC_LOCALE usr/share/X11/locale/iso8859-5/Compose usr/share/X11/locale/iso8859-5/XI18N_OBJS usr/share/X11/locale/iso8859-5/XLC_LOCALE usr/share/X11/locale/iso8859-6/Compose usr/share/X11/locale/iso8859-6/XI18N_OBJS usr/share/X11/locale/iso8859-6/XLC_LOCALE usr/share/X11/locale/iso8859-7/Compose usr/share/X11/locale/iso8859-7/XI18N_OBJS usr/share/X11/locale/iso8859-7/XLC_LOCALE usr/share/X11/locale/iso8859-8/Compose usr/share/X11/locale/iso8859-8/XI18N_OBJS usr/share/X11/locale/iso8859-8/XLC_LOCALE usr/share/X11/locale/iso8859-9/Compose usr/share/X11/locale/iso8859-9/XI18N_OBJS usr/share/X11/locale/iso8859-9/XLC_LOCALE usr/share/X11/locale/iso8859-9e/Compose usr/share/X11/locale/iso8859-9e/XI18N_OBJS usr/share/X11/locale/iso8859-9e/XLC_LOCALE usr/share/X11/locale/ja.JIS/Compose usr/share/X11/locale/ja.JIS/XI18N_OBJS usr/share/X11/locale/ja.JIS/XLC_LOCALE usr/share/X11/locale/ja.SJIS/Compose usr/share/X11/locale/ja.SJIS/XI18N_OBJS usr/share/X11/locale/ja.SJIS/XLC_LOCALE usr/share/X11/locale/ja/Compose usr/share/X11/locale/ja/XI18N_OBJS usr/share/X11/locale/ja/XLC_LOCALE usr/share/X11/locale/ja_JP.UTF-8/Compose usr/share/X11/locale/ja_JP.UTF-8/XI18N_OBJS usr/share/X11/locale/ja_JP.UTF-8/XLC_LOCALE usr/share/X11/locale/km_KH.UTF-8/Compose usr/share/X11/locale/km_KH.UTF-8/XI18N_OBJS usr/share/X11/locale/km_KH.UTF-8/XLC_LOCALE usr/share/X11/locale/ko/Compose usr/share/X11/locale/ko/XI18N_OBJS usr/share/X11/locale/ko/XLC_LOCALE usr/share/X11/locale/ko_KR.UTF-8/Compose usr/share/X11/locale/ko_KR.UTF-8/XI18N_OBJS usr/share/X11/locale/ko_KR.UTF-8/XLC_LOCALE usr/share/X11/locale/koi8-c/Compose usr/share/X11/locale/koi8-c/XI18N_OBJS usr/share/X11/locale/koi8-c/XLC_LOCALE usr/share/X11/locale/koi8-r/Compose usr/share/X11/locale/koi8-r/XI18N_OBJS usr/share/X11/locale/koi8-r/XLC_LOCALE usr/share/X11/locale/koi8-u/Compose usr/share/X11/locale/koi8-u/XI18N_OBJS usr/share/X11/locale/koi8-u/XLC_LOCALE usr/share/X11/locale/locale.alias usr/share/X11/locale/locale.dir usr/share/X11/locale/microsoft-cp1251/Compose usr/share/X11/locale/microsoft-cp1251/XI18N_OBJS usr/share/X11/locale/microsoft-cp1251/XLC_LOCALE usr/share/X11/locale/microsoft-cp1255/Compose usr/share/X11/locale/microsoft-cp1255/XI18N_OBJS usr/share/X11/locale/microsoft-cp1255/XLC_LOCALE usr/share/X11/locale/microsoft-cp1256/Compose usr/share/X11/locale/microsoft-cp1256/XI18N_OBJS usr/share/X11/locale/microsoft-cp1256/XLC_LOCALE usr/share/X11/locale/mulelao-1/Compose usr/share/X11/locale/mulelao-1/XI18N_OBJS usr/share/X11/locale/mulelao-1/XLC_LOCALE usr/share/X11/locale/nokhchi-1/Compose usr/share/X11/locale/nokhchi-1/XI18N_OBJS usr/share/X11/locale/nokhchi-1/XLC_LOCALE usr/share/X11/locale/pt_BR.UTF-8/Compose usr/share/X11/locale/pt_BR.UTF-8/XI18N_OBJS usr/share/X11/locale/pt_BR.UTF-8/XLC_LOCALE usr/share/X11/locale/pt_PT.UTF-8/Compose usr/share/X11/locale/pt_PT.UTF-8/XI18N_OBJS usr/share/X11/locale/pt_PT.UTF-8/XLC_LOCALE usr/share/X11/locale/ru_RU.UTF-8/Compose usr/share/X11/locale/ru_RU.UTF-8/XI18N_OBJS usr/share/X11/locale/ru_RU.UTF-8/XLC_LOCALE usr/share/X11/locale/sr_RS.UTF-8/Compose usr/share/X11/locale/sr_RS.UTF-8/XI18N_OBJS usr/share/X11/locale/sr_RS.UTF-8/XLC_LOCALE usr/share/X11/locale/tatar-cyr/Compose usr/share/X11/locale/tatar-cyr/XI18N_OBJS usr/share/X11/locale/tatar-cyr/XLC_LOCALE usr/share/X11/locale/th_TH.UTF-8/Compose usr/share/X11/locale/th_TH.UTF-8/XI18N_OBJS usr/share/X11/locale/th_TH.UTF-8/XLC_LOCALE usr/share/X11/locale/th_TH/Compose usr/share/X11/locale/th_TH/XI18N_OBJS usr/share/X11/locale/th_TH/XLC_LOCALE usr/share/X11/locale/tscii-0/Compose usr/share/X11/locale/tscii-0/XI18N_OBJS usr/share/X11/locale/tscii-0/XLC_LOCALE usr/share/X11/locale/vi_VN.tcvn/Compose usr/share/X11/locale/vi_VN.tcvn/XI18N_OBJS usr/share/X11/locale/vi_VN.tcvn/XLC_LOCALE usr/share/X11/locale/vi_VN.viscii/Compose usr/share/X11/locale/vi_VN.viscii/XI18N_OBJS usr/share/X11/locale/vi_VN.viscii/XLC_LOCALE usr/share/X11/locale/zh_CN.UTF-8/Compose usr/share/X11/locale/zh_CN.UTF-8/XI18N_OBJS usr/share/X11/locale/zh_CN.UTF-8/XLC_LOCALE usr/share/X11/locale/zh_CN.gb18030/Compose usr/share/X11/locale/zh_CN.gb18030/XI18N_OBJS usr/share/X11/locale/zh_CN.gb18030/XLC_LOCALE usr/share/X11/locale/zh_CN.gbk/Compose usr/share/X11/locale/zh_CN.gbk/XI18N_OBJS usr/share/X11/locale/zh_CN.gbk/XLC_LOCALE usr/share/X11/locale/zh_CN/Compose usr/share/X11/locale/zh_CN/XI18N_OBJS usr/share/X11/locale/zh_CN/XLC_LOCALE usr/share/X11/locale/zh_HK.UTF-8/Compose usr/share/X11/locale/zh_HK.UTF-8/XI18N_OBJS usr/share/X11/locale/zh_HK.UTF-8/XLC_LOCALE usr/share/X11/locale/zh_HK.big5/Compose usr/share/X11/locale/zh_HK.big5/XI18N_OBJS usr/share/X11/locale/zh_HK.big5/XLC_LOCALE usr/share/X11/locale/zh_HK.big5hkscs/Compose usr/share/X11/locale/zh_HK.big5hkscs/XI18N_OBJS usr/share/X11/locale/zh_HK.big5hkscs/XLC_LOCALE usr/share/X11/locale/zh_TW.UTF-8/Compose usr/share/X11/locale/zh_TW.UTF-8/XI18N_OBJS usr/share/X11/locale/zh_TW.UTF-8/XLC_LOCALE usr/share/X11/locale/zh_TW.big5/Compose usr/share/X11/locale/zh_TW.big5/XI18N_OBJS usr/share/X11/locale/zh_TW.big5/XLC_LOCALE usr/share/X11/locale/zh_TW/Compose usr/share/X11/locale/zh_TW/XI18N_OBJS usr/share/X11/locale/zh_TW/XLC_LOCALE usr/share/X11/xkb/compat/Makefile.in usr/share/X11/xkb/compat/README usr/share/X11/xkb/compat/accessx usr/share/X11/xkb/compat/basic usr/share/X11/xkb/compat/caps usr/share/X11/xkb/compat/complete usr/share/X11/xkb/compat/iso9995 usr/share/X11/xkb/compat/japan usr/share/X11/xkb/compat/ledcaps usr/share/X11/xkb/compat/ledcompose usr/share/X11/xkb/compat/lednum usr/share/X11/xkb/compat/ledscroll usr/share/X11/xkb/compat/level5 usr/share/X11/xkb/compat/misc usr/share/X11/xkb/compat/mousekeys usr/share/X11/xkb/compat/olpc usr/share/X11/xkb/compat/pc usr/share/X11/xkb/compat/pc98 usr/share/X11/xkb/compat/xfree86 usr/share/X11/xkb/compat/xtest usr/share/X11/xkb/geometry/Makefile.in usr/share/X11/xkb/geometry/README usr/share/X11/xkb/geometry/amiga usr/share/X11/xkb/geometry/ataritt usr/share/X11/xkb/geometry/chicony usr/share/X11/xkb/geometry/dell usr/share/X11/xkb/geometry/digital_vndr/lk usr/share/X11/xkb/geometry/digital_vndr/pc usr/share/X11/xkb/geometry/digital_vndr/unix usr/share/X11/xkb/geometry/everex usr/share/X11/xkb/geometry/fujitsu usr/share/X11/xkb/geometry/hhk usr/share/X11/xkb/geometry/hp usr/share/X11/xkb/geometry/keytronic usr/share/X11/xkb/geometry/kinesis usr/share/X11/xkb/geometry/macintosh usr/share/X11/xkb/geometry/microsoft usr/share/X11/xkb/geometry/nec usr/share/X11/xkb/geometry/nokia usr/share/X11/xkb/geometry/northgate usr/share/X11/xkb/geometry/pc usr/share/X11/xkb/geometry/sanwa usr/share/X11/xkb/geometry/sgi_vndr/O2 usr/share/X11/xkb/geometry/sgi_vndr/indigo usr/share/X11/xkb/geometry/sgi_vndr/indy usr/share/X11/xkb/geometry/sony usr/share/X11/xkb/geometry/steelseries usr/share/X11/xkb/geometry/sun usr/share/X11/xkb/geometry/teck usr/share/X11/xkb/geometry/thinkpad usr/share/X11/xkb/geometry/typematrix usr/share/X11/xkb/geometry/winbook usr/share/X11/xkb/keycodes/Makefile.in usr/share/X11/xkb/keycodes/README usr/share/X11/xkb/keycodes/aliases usr/share/X11/xkb/keycodes/amiga usr/share/X11/xkb/keycodes/ataritt usr/share/X11/xkb/keycodes/digital_vndr/lk usr/share/X11/xkb/keycodes/digital_vndr/pc usr/share/X11/xkb/keycodes/empty usr/share/X11/xkb/keycodes/evdev usr/share/X11/xkb/keycodes/fujitsu usr/share/X11/xkb/keycodes/hp usr/share/X11/xkb/keycodes/ibm usr/share/X11/xkb/keycodes/jolla usr/share/X11/xkb/keycodes/macintosh usr/share/X11/xkb/keycodes/olpc usr/share/X11/xkb/keycodes/sgi_vndr/indigo usr/share/X11/xkb/keycodes/sgi_vndr/indy usr/share/X11/xkb/keycodes/sgi_vndr/iris usr/share/X11/xkb/keycodes/sony usr/share/X11/xkb/keycodes/sun usr/share/X11/xkb/keycodes/xfree86 usr/share/X11/xkb/keycodes/xfree98 usr/share/X11/xkb/rules/README usr/share/X11/xkb/rules/base usr/share/X11/xkb/rules/base.extras.xml usr/share/X11/xkb/rules/base.lst usr/share/X11/xkb/rules/base.xml usr/share/X11/xkb/rules/evdev usr/share/X11/xkb/rules/evdev.extras.xml usr/share/X11/xkb/rules/evdev.lst usr/share/X11/xkb/rules/evdev.xml usr/share/X11/xkb/rules/xfree98 usr/share/X11/xkb/rules/xkb.dtd usr/share/X11/xkb/rules/xorg usr/share/X11/xkb/rules/xorg.lst usr/share/X11/xkb/rules/xorg.xml usr/share/X11/xkb/symbols/Makefile.in usr/share/X11/xkb/symbols/af usr/share/X11/xkb/symbols/al usr/share/X11/xkb/symbols/altwin usr/share/X11/xkb/symbols/am usr/share/X11/xkb/symbols/apl usr/share/X11/xkb/symbols/ara usr/share/X11/xkb/symbols/at usr/share/X11/xkb/symbols/au usr/share/X11/xkb/symbols/az usr/share/X11/xkb/symbols/ba usr/share/X11/xkb/symbols/bd usr/share/X11/xkb/symbols/be usr/share/X11/xkb/symbols/bg usr/share/X11/xkb/symbols/br usr/share/X11/xkb/symbols/brai usr/share/X11/xkb/symbols/bt usr/share/X11/xkb/symbols/bw usr/share/X11/xkb/symbols/by usr/share/X11/xkb/symbols/ca usr/share/X11/xkb/symbols/capslock usr/share/X11/xkb/symbols/cd usr/share/X11/xkb/symbols/ch usr/share/X11/xkb/symbols/cm usr/share/X11/xkb/symbols/cn usr/share/X11/xkb/symbols/compose usr/share/X11/xkb/symbols/ctrl usr/share/X11/xkb/symbols/cz usr/share/X11/xkb/symbols/de usr/share/X11/xkb/symbols/digital_vndr/lk usr/share/X11/xkb/symbols/digital_vndr/pc usr/share/X11/xkb/symbols/digital_vndr/us usr/share/X11/xkb/symbols/digital_vndr/vt usr/share/X11/xkb/symbols/dk usr/share/X11/xkb/symbols/dz usr/share/X11/xkb/symbols/ee usr/share/X11/xkb/symbols/eg usr/share/X11/xkb/symbols/empty usr/share/X11/xkb/symbols/epo usr/share/X11/xkb/symbols/es usr/share/X11/xkb/symbols/et usr/share/X11/xkb/symbols/eu usr/share/X11/xkb/symbols/eurosign usr/share/X11/xkb/symbols/fi usr/share/X11/xkb/symbols/fo usr/share/X11/xkb/symbols/fr usr/share/X11/xkb/symbols/fujitsu_vndr/jp usr/share/X11/xkb/symbols/fujitsu_vndr/us usr/share/X11/xkb/symbols/gb usr/share/X11/xkb/symbols/ge usr/share/X11/xkb/symbols/gh usr/share/X11/xkb/symbols/gn usr/share/X11/xkb/symbols/gr usr/share/X11/xkb/symbols/group usr/share/X11/xkb/symbols/hp_vndr/us usr/share/X11/xkb/symbols/hr usr/share/X11/xkb/symbols/hu usr/share/X11/xkb/symbols/id usr/share/X11/xkb/symbols/ie usr/share/X11/xkb/symbols/il usr/share/X11/xkb/symbols/in usr/share/X11/xkb/symbols/inet usr/share/X11/xkb/symbols/iq usr/share/X11/xkb/symbols/ir usr/share/X11/xkb/symbols/is usr/share/X11/xkb/symbols/it usr/share/X11/xkb/symbols/jolla_vndr/sbj usr/share/X11/xkb/symbols/jp usr/share/X11/xkb/symbols/jv usr/share/X11/xkb/symbols/ke usr/share/X11/xkb/symbols/keypad usr/share/X11/xkb/symbols/kg usr/share/X11/xkb/symbols/kh usr/share/X11/xkb/symbols/kpdl usr/share/X11/xkb/symbols/kr usr/share/X11/xkb/symbols/kz usr/share/X11/xkb/symbols/la usr/share/X11/xkb/symbols/latam usr/share/X11/xkb/symbols/latin usr/share/X11/xkb/symbols/level2 usr/share/X11/xkb/symbols/level3 usr/share/X11/xkb/symbols/level5 usr/share/X11/xkb/symbols/lk usr/share/X11/xkb/symbols/lt usr/share/X11/xkb/symbols/lv usr/share/X11/xkb/symbols/ma usr/share/X11/xkb/symbols/macintosh_vndr/apple usr/share/X11/xkb/symbols/macintosh_vndr/ch usr/share/X11/xkb/symbols/macintosh_vndr/de usr/share/X11/xkb/symbols/macintosh_vndr/dk usr/share/X11/xkb/symbols/macintosh_vndr/fi usr/share/X11/xkb/symbols/macintosh_vndr/fr usr/share/X11/xkb/symbols/macintosh_vndr/gb usr/share/X11/xkb/symbols/macintosh_vndr/is usr/share/X11/xkb/symbols/macintosh_vndr/it usr/share/X11/xkb/symbols/macintosh_vndr/jp usr/share/X11/xkb/symbols/macintosh_vndr/latam usr/share/X11/xkb/symbols/macintosh_vndr/nl usr/share/X11/xkb/symbols/macintosh_vndr/no usr/share/X11/xkb/symbols/macintosh_vndr/pt usr/share/X11/xkb/symbols/macintosh_vndr/se usr/share/X11/xkb/symbols/macintosh_vndr/us usr/share/X11/xkb/symbols/mao usr/share/X11/xkb/symbols/md usr/share/X11/xkb/symbols/me usr/share/X11/xkb/symbols/mk usr/share/X11/xkb/symbols/ml usr/share/X11/xkb/symbols/mm usr/share/X11/xkb/symbols/mn usr/share/X11/xkb/symbols/mt usr/share/X11/xkb/symbols/mv usr/share/X11/xkb/symbols/my usr/share/X11/xkb/symbols/nbsp usr/share/X11/xkb/symbols/nec_vndr/jp usr/share/X11/xkb/symbols/ng usr/share/X11/xkb/symbols/nl usr/share/X11/xkb/symbols/no usr/share/X11/xkb/symbols/nokia_vndr/rx-44 usr/share/X11/xkb/symbols/nokia_vndr/rx-51 usr/share/X11/xkb/symbols/nokia_vndr/su-8w usr/share/X11/xkb/symbols/np usr/share/X11/xkb/symbols/olpc usr/share/X11/xkb/symbols/parens usr/share/X11/xkb/symbols/pc usr/share/X11/xkb/symbols/ph usr/share/X11/xkb/symbols/pk usr/share/X11/xkb/symbols/pl usr/share/X11/xkb/symbols/pt usr/share/X11/xkb/symbols/ro usr/share/X11/xkb/symbols/rs usr/share/X11/xkb/symbols/ru usr/share/X11/xkb/symbols/rupeesign usr/share/X11/xkb/symbols/se usr/share/X11/xkb/symbols/sgi_vndr/jp usr/share/X11/xkb/symbols/sharp_vndr/sl-c3x00 usr/share/X11/xkb/symbols/sharp_vndr/ws003sh usr/share/X11/xkb/symbols/sharp_vndr/ws007sh usr/share/X11/xkb/symbols/sharp_vndr/ws011sh usr/share/X11/xkb/symbols/sharp_vndr/ws020sh usr/share/X11/xkb/symbols/shift usr/share/X11/xkb/symbols/si usr/share/X11/xkb/symbols/sk usr/share/X11/xkb/symbols/sn usr/share/X11/xkb/symbols/sony_vndr/us usr/share/X11/xkb/symbols/srvr_ctrl usr/share/X11/xkb/symbols/sun_vndr/ara usr/share/X11/xkb/symbols/sun_vndr/be usr/share/X11/xkb/symbols/sun_vndr/br usr/share/X11/xkb/symbols/sun_vndr/ca usr/share/X11/xkb/symbols/sun_vndr/ch usr/share/X11/xkb/symbols/sun_vndr/cz usr/share/X11/xkb/symbols/sun_vndr/de usr/share/X11/xkb/symbols/sun_vndr/dk usr/share/X11/xkb/symbols/sun_vndr/ee usr/share/X11/xkb/symbols/sun_vndr/es usr/share/X11/xkb/symbols/sun_vndr/fi usr/share/X11/xkb/symbols/sun_vndr/fr usr/share/X11/xkb/symbols/sun_vndr/gb usr/share/X11/xkb/symbols/sun_vndr/gr usr/share/X11/xkb/symbols/sun_vndr/it usr/share/X11/xkb/symbols/sun_vndr/jp usr/share/X11/xkb/symbols/sun_vndr/kr usr/share/X11/xkb/symbols/sun_vndr/lt usr/share/X11/xkb/symbols/sun_vndr/lv usr/share/X11/xkb/symbols/sun_vndr/nl usr/share/X11/xkb/symbols/sun_vndr/no usr/share/X11/xkb/symbols/sun_vndr/pl usr/share/X11/xkb/symbols/sun_vndr/pt usr/share/X11/xkb/symbols/sun_vndr/ro usr/share/X11/xkb/symbols/sun_vndr/ru usr/share/X11/xkb/symbols/sun_vndr/se usr/share/X11/xkb/symbols/sun_vndr/sk usr/share/X11/xkb/symbols/sun_vndr/solaris usr/share/X11/xkb/symbols/sun_vndr/tr usr/share/X11/xkb/symbols/sun_vndr/tw usr/share/X11/xkb/symbols/sun_vndr/ua usr/share/X11/xkb/symbols/sun_vndr/us usr/share/X11/xkb/symbols/sy usr/share/X11/xkb/symbols/terminate usr/share/X11/xkb/symbols/tg usr/share/X11/xkb/symbols/th usr/share/X11/xkb/symbols/tj usr/share/X11/xkb/symbols/tm usr/share/X11/xkb/symbols/tr usr/share/X11/xkb/symbols/trans usr/share/X11/xkb/symbols/tw usr/share/X11/xkb/symbols/typo usr/share/X11/xkb/symbols/tz usr/share/X11/xkb/symbols/ua usr/share/X11/xkb/symbols/us usr/share/X11/xkb/symbols/uz usr/share/X11/xkb/symbols/vn usr/share/X11/xkb/symbols/xfree68_vndr/amiga usr/share/X11/xkb/symbols/xfree68_vndr/ataritt usr/share/X11/xkb/symbols/za usr/share/X11/xkb/types/Makefile.in usr/share/X11/xkb/types/README usr/share/X11/xkb/types/basic usr/share/X11/xkb/types/cancel usr/share/X11/xkb/types/caps usr/share/X11/xkb/types/complete usr/share/X11/xkb/types/default usr/share/X11/xkb/types/extra usr/share/X11/xkb/types/iso9995 usr/share/X11/xkb/types/level5 usr/share/X11/xkb/types/mousekeys usr/share/X11/xkb/types/nokia usr/share/X11/xkb/types/numpad usr/share/X11/xkb/types/pc %%PORTDOCS%%usr/share/doc/libICE/AUTHORS %%PORTDOCS%%usr/share/doc/libICE/COPYING %%PORTDOCS%%usr/share/doc/libICE/ChangeLog %%PORTDOCS%%usr/share/doc/libSM/AUTHORS %%PORTDOCS%%usr/share/doc/libSM/COPYING %%PORTDOCS%%usr/share/doc/libSM/ChangeLog %%PORTDOCS%%usr/share/doc/libX11-common/AUTHORS %%PORTDOCS%%usr/share/doc/libX11-common/COPYING %%PORTDOCS%%usr/share/doc/libX11-common/NEWS %%PORTDOCS%%usr/share/doc/libX11-common/README.md %%PORTDOCS%%usr/share/doc/libXScrnSaver/COPYING %%PORTDOCS%%usr/share/doc/libXScrnSaver/ChangeLog %%PORTDOCS%%usr/share/doc/libXScrnSaver/README %%PORTDOCS%%usr/share/doc/libXau/AUTHORS %%PORTDOCS%%usr/share/doc/libXau/COPYING %%PORTDOCS%%usr/share/doc/libXau/ChangeLog %%PORTDOCS%%usr/share/doc/libXau/README %%PORTDOCS%%usr/share/doc/libXaw/COPYING %%PORTDOCS%%usr/share/doc/libXaw/ChangeLog %%PORTDOCS%%usr/share/doc/libXaw/README %%PORTDOCS%%usr/share/doc/libXcomposite/AUTHORS %%PORTDOCS%%usr/share/doc/libXcomposite/COPYING %%PORTDOCS%%usr/share/doc/libXcomposite/ChangeLog %%PORTDOCS%%usr/share/doc/libXcomposite/README.md %%PORTDOCS%%usr/share/doc/libXcursor/AUTHORS %%PORTDOCS%%usr/share/doc/libXcursor/COPYING %%PORTDOCS%%usr/share/doc/libXcursor/README.md %%PORTDOCS%%usr/share/doc/libXdamage/AUTHORS %%PORTDOCS%%usr/share/doc/libXdamage/COPYING %%PORTDOCS%%usr/share/doc/libXdamage/ChangeLog %%PORTDOCS%%usr/share/doc/libXdamage/README.md %%PORTDOCS%%usr/share/doc/libXdmcp/AUTHORS %%PORTDOCS%%usr/share/doc/libXdmcp/COPYING %%PORTDOCS%%usr/share/doc/libXdmcp/ChangeLog %%PORTDOCS%%usr/share/doc/libXdmcp/Wraphelp.README.crypto %%PORTDOCS%%usr/share/doc/libXext/AUTHORS %%PORTDOCS%%usr/share/doc/libXext/COPYING %%PORTDOCS%%usr/share/doc/libXfixes/AUTHORS %%PORTDOCS%%usr/share/doc/libXfixes/COPYING %%PORTDOCS%%usr/share/doc/libXfixes/README %%PORTDOCS%%usr/share/doc/libXfont2/AUTHORS %%PORTDOCS%%usr/share/doc/libXfont2/ChangeLog %%PORTDOCS%%usr/share/doc/libXfont2/README %%PORTDOCS%%usr/share/doc/libXft/AUTHORS %%PORTDOCS%%usr/share/doc/libXft/COPYING %%PORTDOCS%%usr/share/doc/libXft/ChangeLog %%PORTDOCS%%usr/share/doc/libXft/README.md %%PORTDOCS%%usr/share/doc/libXi/COPYING %%PORTDOCS%%usr/share/doc/libXinerama/COPYING %%PORTDOCS%%usr/share/doc/libXmu/COPYING %%PORTDOCS%%usr/share/doc/libXmu/ChangeLog %%PORTDOCS%%usr/share/doc/libXmu/README.md %%PORTDOCS%%usr/share/doc/libXp/AUTHORS %%PORTDOCS%%usr/share/doc/libXp/COPYING %%PORTDOCS%%usr/share/doc/libXp/ChangeLog %%PORTDOCS%%usr/share/doc/libXpm/AUTHORS %%PORTDOCS%%usr/share/doc/libXpm/COPYING %%PORTDOCS%%usr/share/doc/libXpm/ChangeLog %%PORTDOCS%%usr/share/doc/libXrandr/AUTHORS %%PORTDOCS%%usr/share/doc/libXrandr/COPYING %%PORTDOCS%%usr/share/doc/libXrender/AUTHORS %%PORTDOCS%%usr/share/doc/libXrender/COPYING %%PORTDOCS%%usr/share/doc/libXres/AUTHORS %%PORTDOCS%%usr/share/doc/libXres/COPYING %%PORTDOCS%%usr/share/doc/libXt/COPYING %%PORTDOCS%%usr/share/doc/libXtst/COPYING %%PORTDOCS%%usr/share/doc/libXv/AUTHORS %%PORTDOCS%%usr/share/doc/libXv/COPYING %%PORTDOCS%%usr/share/doc/libXxf86dga/COPYING %%PORTDOCS%%usr/share/doc/libXxf86dga/README.md %%PORTDOCS%%usr/share/doc/libXxf86vm/COPYING %%PORTDOCS%%usr/share/doc/libXxf86vm/README %%PORTDOCS%%usr/share/doc/libfontenc/COPYING %%PORTDOCS%%usr/share/doc/libfontenc/ChangeLog %%PORTDOCS%%usr/share/doc/libfontenc/README +%%PORTDOCS%%usr/share/doc/libinput/COPYING +%%PORTDOCS%%usr/share/doc/libwacom-data/COPYING +%%PORTDOCS%%usr/share/doc/libwacom/README.md %%PORTDOCS%%usr/share/doc/libxkbfile/COPYING %%PORTDOCS%%usr/share/doc/libxkbfile/ChangeLog %%PORTDOCS%%usr/share/doc/xkeyboard-config/AUTHORS %%PORTDOCS%%usr/share/doc/xkeyboard-config/COPYING %%PORTDOCS%%usr/share/doc/xkeyboard-config/HOWTO.testing %%PORTDOCS%%usr/share/doc/xkeyboard-config/HOWTO.transition %%PORTDOCS%%usr/share/doc/xkeyboard-config/NEWS %%PORTDOCS%%usr/share/doc/xkeyboard-config/README %%PORTDOCS%%usr/share/doc/xkeyboard-config/README.config %%PORTDOCS%%usr/share/doc/xkeyboard-config/README.enhancing %%PORTDOCS%%usr/share/doc/xkeyboard-config/README.symbols +usr/share/libinput/10-generic-keyboard.quirks +usr/share/libinput/10-generic-lid.quirks +usr/share/libinput/10-generic-mouse.quirks +usr/share/libinput/10-generic-trackball.quirks +usr/share/libinput/30-vendor-a4tech.quirks +usr/share/libinput/30-vendor-aiptek.quirks +usr/share/libinput/30-vendor-alps.quirks +usr/share/libinput/30-vendor-contour.quirks +usr/share/libinput/30-vendor-cypress.quirks +usr/share/libinput/30-vendor-elantech.quirks +usr/share/libinput/30-vendor-ibm.quirks +usr/share/libinput/30-vendor-kensington.quirks +usr/share/libinput/30-vendor-logitech.quirks +usr/share/libinput/30-vendor-madcatz.quirks +usr/share/libinput/30-vendor-microsoft.quirks +usr/share/libinput/30-vendor-razer.quirks +usr/share/libinput/30-vendor-starlabs.quirks +usr/share/libinput/30-vendor-synaptics.quirks +usr/share/libinput/30-vendor-trust.quirks +usr/share/libinput/30-vendor-vmware.quirks +usr/share/libinput/30-vendor-wacom.quirks +usr/share/libinput/50-framework.quirks +usr/share/libinput/50-system-acer.quirks +usr/share/libinput/50-system-apple.quirks +usr/share/libinput/50-system-asus.quirks +usr/share/libinput/50-system-chicony.quirks +usr/share/libinput/50-system-chuwi.quirks +usr/share/libinput/50-system-cyborg.quirks +usr/share/libinput/50-system-dell.quirks +usr/share/libinput/50-system-gigabyte.quirks +usr/share/libinput/50-system-google.quirks +usr/share/libinput/50-system-gpd.quirks +usr/share/libinput/50-system-hp.quirks +usr/share/libinput/50-system-huawei.quirks +usr/share/libinput/50-system-lenovo.quirks +usr/share/libinput/50-system-pine64.quirks +usr/share/libinput/50-system-prestigio.quirks +usr/share/libinput/50-system-purism.quirks +usr/share/libinput/50-system-sony.quirks +usr/share/libinput/50-system-system76.quirks +usr/share/libinput/50-system-toshiba.quirks +usr/share/libwacom/bamboo-0fg-m-p-alt.tablet +usr/share/libwacom/bamboo-0fg-s-p-alt.tablet +usr/share/libwacom/bamboo-0fg-s-p.tablet +usr/share/libwacom/bamboo-16fg-m-pt.tablet +usr/share/libwacom/bamboo-16fg-s-p.tablet +usr/share/libwacom/bamboo-16fg-s-pt.tablet +usr/share/libwacom/bamboo-16fg-s-t.tablet +usr/share/libwacom/bamboo-2fg-fun-m-pt.tablet +usr/share/libwacom/bamboo-2fg-fun-s-pt.tablet +usr/share/libwacom/bamboo-2fg-m-p.tablet +usr/share/libwacom/bamboo-2fg-s-p.tablet +usr/share/libwacom/bamboo-2fg-s-pt.tablet +usr/share/libwacom/bamboo-2fg-s-t.tablet +usr/share/libwacom/bamboo-4fg-fun-m.tablet +usr/share/libwacom/bamboo-4fg-fun-s.tablet +usr/share/libwacom/bamboo-4fg-s-pt.tablet +usr/share/libwacom/bamboo-4fg-s-t.tablet +usr/share/libwacom/bamboo-4fg-se-m-pt.tablet +usr/share/libwacom/bamboo-4fg-se-s-pt.tablet +usr/share/libwacom/bamboo-one-m-p.tablet +usr/share/libwacom/bamboo-one.tablet +usr/share/libwacom/bamboo-pad-wireless.tablet +usr/share/libwacom/bamboo-pad.tablet +usr/share/libwacom/cintiq-12wx.tablet +usr/share/libwacom/cintiq-13hd.tablet +usr/share/libwacom/cintiq-13hdt.tablet +usr/share/libwacom/cintiq-16-2.tablet +usr/share/libwacom/cintiq-16.tablet +usr/share/libwacom/cintiq-20wsx.tablet +usr/share/libwacom/cintiq-21ux.tablet +usr/share/libwacom/cintiq-21ux2.tablet +usr/share/libwacom/cintiq-22.tablet +usr/share/libwacom/cintiq-22hd.tablet +usr/share/libwacom/cintiq-22hdt.tablet +usr/share/libwacom/cintiq-24hd-touch.tablet +usr/share/libwacom/cintiq-24hd.tablet +usr/share/libwacom/cintiq-27hd.tablet +usr/share/libwacom/cintiq-27hdt.tablet +usr/share/libwacom/cintiq-companion-2.tablet +usr/share/libwacom/cintiq-companion-hybrid.tablet +usr/share/libwacom/cintiq-companion.tablet +usr/share/libwacom/cintiq-pro-13.tablet +usr/share/libwacom/cintiq-pro-16-2.tablet +usr/share/libwacom/cintiq-pro-16.tablet +usr/share/libwacom/cintiq-pro-17.tablet +usr/share/libwacom/cintiq-pro-22.tablet +usr/share/libwacom/cintiq-pro-24-p.tablet +usr/share/libwacom/cintiq-pro-24-pt.tablet +usr/share/libwacom/cintiq-pro-32.tablet +usr/share/libwacom/dell-canvas-27.tablet +usr/share/libwacom/dtf-720.tablet +usr/share/libwacom/dth-1152.tablet +usr/share/libwacom/dth-2242.tablet +usr/share/libwacom/dth-2452.tablet +usr/share/libwacom/dti-520.tablet +usr/share/libwacom/dtk-1651.tablet +usr/share/libwacom/dtk-1660e-2.tablet +usr/share/libwacom/dtk-1660e.tablet +usr/share/libwacom/dtk-2241.tablet +usr/share/libwacom/dtk-2451.tablet +usr/share/libwacom/dtu-1031.tablet +usr/share/libwacom/dtu-1031x.tablet +usr/share/libwacom/dtu-1141.tablet +usr/share/libwacom/dtu-1141b.tablet +usr/share/libwacom/dtu-1631.tablet +usr/share/libwacom/dtu-1931.tablet +usr/share/libwacom/dtu-2231.tablet +usr/share/libwacom/ek-remote.tablet +usr/share/libwacom/elan-0732.tablet +usr/share/libwacom/elan-2072.tablet +usr/share/libwacom/elan-22e2.tablet +usr/share/libwacom/elan-24d8.tablet +usr/share/libwacom/elan-24db.tablet +usr/share/libwacom/elan-2513.tablet +usr/share/libwacom/elan-2514-alt.tablet +usr/share/libwacom/elan-2514-alt2.tablet +usr/share/libwacom/elan-2514.tablet +usr/share/libwacom/elan-2537.tablet +usr/share/libwacom/elan-2627.tablet +usr/share/libwacom/elan-2628.tablet +usr/share/libwacom/elan-262b.tablet +usr/share/libwacom/elan-264c.tablet +usr/share/libwacom/elan-29a1.tablet +usr/share/libwacom/elan-29b6.tablet +usr/share/libwacom/elan-2a70.tablet +usr/share/libwacom/elan-2ad9.tablet +usr/share/libwacom/elan-2bb3.tablet +usr/share/libwacom/elan-5515.tablet +usr/share/libwacom/gaomon-s620.tablet +usr/share/libwacom/generic.tablet +usr/share/libwacom/graphire-usb.tablet +usr/share/libwacom/graphire-wireless-8x6.tablet +usr/share/libwacom/graphire2-4x5.tablet +usr/share/libwacom/graphire2-5x7.tablet +usr/share/libwacom/graphire3-4x5.tablet +usr/share/libwacom/graphire3-6x8.tablet +usr/share/libwacom/graphire4-4x5.tablet +usr/share/libwacom/graphire4-6x8.tablet +usr/share/libwacom/hp-pro-tablet-408.tablet +usr/share/libwacom/huion-420.tablet +usr/share/libwacom/huion-h420.tablet +usr/share/libwacom/huion-h610-pro.tablet +usr/share/libwacom/huion-h640p.tablet +usr/share/libwacom/huion-h950p.tablet +usr/share/libwacom/huion-new-1060-plus.tablet +usr/share/libwacom/intuos-12x12.tablet +usr/share/libwacom/intuos-12x18.tablet +usr/share/libwacom/intuos-4x5.tablet +usr/share/libwacom/intuos-6x8.tablet +usr/share/libwacom/intuos-9x12.tablet +usr/share/libwacom/intuos-m-p.tablet +usr/share/libwacom/intuos-m-p2.tablet +usr/share/libwacom/intuos-m-p3-android.tablet +usr/share/libwacom/intuos-m-p3-wl-android.tablet +usr/share/libwacom/intuos-m-p3-wl.tablet +usr/share/libwacom/intuos-m-p3.tablet +usr/share/libwacom/intuos-m-pt.tablet +usr/share/libwacom/intuos-m-pt2.tablet +usr/share/libwacom/intuos-pro-2-l.tablet +usr/share/libwacom/intuos-pro-2-m.tablet +usr/share/libwacom/intuos-pro-2-s.tablet +usr/share/libwacom/intuos-pro-l.tablet +usr/share/libwacom/intuos-pro-m.tablet +usr/share/libwacom/intuos-pro-s.tablet +usr/share/libwacom/intuos-s-p.tablet +usr/share/libwacom/intuos-s-p2.tablet +usr/share/libwacom/intuos-s-p3-android.tablet +usr/share/libwacom/intuos-s-p3-wl-android.tablet +usr/share/libwacom/intuos-s-p3-wl.tablet +usr/share/libwacom/intuos-s-p3.tablet +usr/share/libwacom/intuos-s-pt.tablet +usr/share/libwacom/intuos-s-pt2.tablet +usr/share/libwacom/intuos2-12x12.tablet +usr/share/libwacom/intuos2-12x18.tablet +usr/share/libwacom/intuos2-4x5.tablet +usr/share/libwacom/intuos2-6x8.tablet +usr/share/libwacom/intuos2-9x12.tablet +usr/share/libwacom/intuos3-12x12.tablet +usr/share/libwacom/intuos3-12x19.tablet +usr/share/libwacom/intuos3-4x5.tablet +usr/share/libwacom/intuos3-4x6.tablet +usr/share/libwacom/intuos3-6x11.tablet +usr/share/libwacom/intuos3-6x8.tablet +usr/share/libwacom/intuos3-9x12.tablet +usr/share/libwacom/intuos4-12x19.tablet +usr/share/libwacom/intuos4-4x6.tablet +usr/share/libwacom/intuos4-6x9-wl.tablet +usr/share/libwacom/intuos4-6x9.tablet +usr/share/libwacom/intuos4-8x13.tablet +usr/share/libwacom/intuos5-m.tablet +usr/share/libwacom/intuos5-s.tablet +usr/share/libwacom/intuos5-touch-l.tablet +usr/share/libwacom/intuos5-touch-m.tablet +usr/share/libwacom/intuos5-touch-s.tablet +usr/share/libwacom/isdv4-016c.tablet +usr/share/libwacom/isdv4-100.tablet +usr/share/libwacom/isdv4-101.tablet +usr/share/libwacom/isdv4-104.tablet +usr/share/libwacom/isdv4-10d.tablet +usr/share/libwacom/isdv4-10e.tablet +usr/share/libwacom/isdv4-10f.tablet +usr/share/libwacom/isdv4-114.tablet +usr/share/libwacom/isdv4-116.tablet +usr/share/libwacom/isdv4-117.tablet +usr/share/libwacom/isdv4-124.tablet +usr/share/libwacom/isdv4-12c.tablet +usr/share/libwacom/isdv4-149.tablet +usr/share/libwacom/isdv4-2d1f-001e.tablet +usr/share/libwacom/isdv4-2d1f-002e.tablet +usr/share/libwacom/isdv4-2d1f-0163.tablet +usr/share/libwacom/isdv4-2d1f-524c.tablet +usr/share/libwacom/isdv4-4004.tablet +usr/share/libwacom/isdv4-4800.tablet +usr/share/libwacom/isdv4-4804.tablet +usr/share/libwacom/isdv4-4806.tablet +usr/share/libwacom/isdv4-4807.tablet +usr/share/libwacom/isdv4-4809.tablet +usr/share/libwacom/isdv4-4814.tablet +usr/share/libwacom/isdv4-481a.tablet +usr/share/libwacom/isdv4-4822.tablet +usr/share/libwacom/isdv4-4824.tablet +usr/share/libwacom/isdv4-4831.tablet +usr/share/libwacom/isdv4-4834.tablet +usr/share/libwacom/isdv4-4838.tablet +usr/share/libwacom/isdv4-4841.tablet +usr/share/libwacom/isdv4-484c.tablet +usr/share/libwacom/isdv4-484e.tablet +usr/share/libwacom/isdv4-4851.tablet +usr/share/libwacom/isdv4-485e.tablet +usr/share/libwacom/isdv4-4865.tablet +usr/share/libwacom/isdv4-486a.tablet +usr/share/libwacom/isdv4-4870.tablet +usr/share/libwacom/isdv4-4875.tablet +usr/share/libwacom/isdv4-488f.tablet +usr/share/libwacom/isdv4-4898.tablet +usr/share/libwacom/isdv4-48c9.tablet +usr/share/libwacom/isdv4-48ca.tablet +usr/share/libwacom/isdv4-48ce.tablet +usr/share/libwacom/isdv4-48d6.tablet +usr/share/libwacom/isdv4-48eb.tablet +usr/share/libwacom/isdv4-48ec.tablet +usr/share/libwacom/isdv4-48ed.tablet +usr/share/libwacom/isdv4-48ee.tablet +usr/share/libwacom/isdv4-48f6.tablet +usr/share/libwacom/isdv4-490a.tablet +usr/share/libwacom/isdv4-490b.tablet +usr/share/libwacom/isdv4-4957.tablet +usr/share/libwacom/isdv4-495f.tablet +usr/share/libwacom/isdv4-496c.tablet +usr/share/libwacom/isdv4-4988.tablet +usr/share/libwacom/isdv4-4995.tablet +usr/share/libwacom/isdv4-49a3.tablet +usr/share/libwacom/isdv4-5000.tablet +usr/share/libwacom/isdv4-5002.tablet +usr/share/libwacom/isdv4-5010.tablet +usr/share/libwacom/isdv4-5013.tablet +usr/share/libwacom/isdv4-5014.tablet +usr/share/libwacom/isdv4-502a.tablet +usr/share/libwacom/isdv4-503e.tablet +usr/share/libwacom/isdv4-503f.tablet +usr/share/libwacom/isdv4-5040.tablet +usr/share/libwacom/isdv4-5044.tablet +usr/share/libwacom/isdv4-5048.tablet +usr/share/libwacom/isdv4-504a.tablet +usr/share/libwacom/isdv4-504c.tablet +usr/share/libwacom/isdv4-5072.tablet +usr/share/libwacom/isdv4-5090.tablet +usr/share/libwacom/isdv4-5099.tablet +usr/share/libwacom/isdv4-509d.tablet +usr/share/libwacom/isdv4-509f.tablet +usr/share/libwacom/isdv4-50b4.tablet +usr/share/libwacom/isdv4-50b6.tablet +usr/share/libwacom/isdv4-50b8.tablet +usr/share/libwacom/isdv4-50db.tablet +usr/share/libwacom/isdv4-50e9.tablet +usr/share/libwacom/isdv4-50ef.tablet +usr/share/libwacom/isdv4-50f1.tablet +usr/share/libwacom/isdv4-50f8.tablet +usr/share/libwacom/isdv4-50fd.tablet +usr/share/libwacom/isdv4-50fe.tablet +usr/share/libwacom/isdv4-5110.tablet +usr/share/libwacom/isdv4-5115.tablet +usr/share/libwacom/isdv4-5122.tablet +usr/share/libwacom/isdv4-5128.tablet +usr/share/libwacom/isdv4-513b.tablet +usr/share/libwacom/isdv4-5144.tablet +usr/share/libwacom/isdv4-5146.tablet +usr/share/libwacom/isdv4-5147.tablet +usr/share/libwacom/isdv4-5148.tablet +usr/share/libwacom/isdv4-5150.tablet +usr/share/libwacom/isdv4-5157.tablet +usr/share/libwacom/isdv4-5158.tablet +usr/share/libwacom/isdv4-5159.tablet +usr/share/libwacom/isdv4-515a.tablet +usr/share/libwacom/isdv4-5169.tablet +usr/share/libwacom/isdv4-516b.tablet +usr/share/libwacom/isdv4-517d.tablet +usr/share/libwacom/isdv4-5196.tablet +usr/share/libwacom/isdv4-51a0.tablet +usr/share/libwacom/isdv4-51af.tablet +usr/share/libwacom/isdv4-51b0.tablet +usr/share/libwacom/isdv4-51b1.tablet +usr/share/libwacom/isdv4-51b2.tablet +usr/share/libwacom/isdv4-51b3.tablet +usr/share/libwacom/isdv4-51b6.tablet +usr/share/libwacom/isdv4-51b7.tablet +usr/share/libwacom/isdv4-51b8.tablet +usr/share/libwacom/isdv4-51b9.tablet +usr/share/libwacom/isdv4-51ba.tablet +usr/share/libwacom/isdv4-51bb.tablet +usr/share/libwacom/isdv4-51bc.tablet +usr/share/libwacom/isdv4-51bd.tablet +usr/share/libwacom/isdv4-51be.tablet +usr/share/libwacom/isdv4-51bf.tablet +usr/share/libwacom/isdv4-51c4.tablet +usr/share/libwacom/isdv4-51c7.tablet +usr/share/libwacom/isdv4-51e2.tablet +usr/share/libwacom/isdv4-51e9.tablet +usr/share/libwacom/isdv4-51ef.tablet +usr/share/libwacom/isdv4-51f5.tablet +usr/share/libwacom/isdv4-51f6.tablet +usr/share/libwacom/isdv4-51f9.tablet +usr/share/libwacom/isdv4-5202.tablet +usr/share/libwacom/isdv4-5204.tablet +usr/share/libwacom/isdv4-5215.tablet +usr/share/libwacom/isdv4-5216.tablet +usr/share/libwacom/isdv4-5218.tablet +usr/share/libwacom/isdv4-521c.tablet +usr/share/libwacom/isdv4-521f.tablet +usr/share/libwacom/isdv4-5220.tablet +usr/share/libwacom/isdv4-5221.tablet +usr/share/libwacom/isdv4-5222.tablet +usr/share/libwacom/isdv4-5229.tablet +usr/share/libwacom/isdv4-523a.tablet +usr/share/libwacom/isdv4-523e.tablet +usr/share/libwacom/isdv4-5256.tablet +usr/share/libwacom/isdv4-5276.tablet +usr/share/libwacom/isdv4-5277.tablet +usr/share/libwacom/isdv4-5278.tablet +usr/share/libwacom/isdv4-5279.tablet +usr/share/libwacom/isdv4-527a.tablet +usr/share/libwacom/isdv4-527e.tablet +usr/share/libwacom/isdv4-527f.tablet +usr/share/libwacom/isdv4-5285.tablet +usr/share/libwacom/isdv4-528e.tablet +usr/share/libwacom/isdv4-52a2.tablet +usr/share/libwacom/isdv4-90.tablet +usr/share/libwacom/isdv4-93.tablet +usr/share/libwacom/isdv4-e2.tablet +usr/share/libwacom/isdv4-e3.tablet +usr/share/libwacom/isdv4-e5.tablet +usr/share/libwacom/isdv4-e6.tablet +usr/share/libwacom/isdv4-ec.tablet +usr/share/libwacom/isdv4-ed.tablet +usr/share/libwacom/isdv4-ef.tablet +usr/share/libwacom/kamvas-pro-13.tablet +usr/share/libwacom/layouts/bamboo-0fg-s-p-alt.svg +usr/share/libwacom/layouts/bamboo-0fg-s-p.svg +usr/share/libwacom/layouts/bamboo-16fg-m-pt.svg +usr/share/libwacom/layouts/bamboo-16fg-s-pt.svg +usr/share/libwacom/layouts/bamboo-16fg-s-t.svg +usr/share/libwacom/layouts/bamboo-2fg-fun-m-pt.svg +usr/share/libwacom/layouts/bamboo-2fg-fun-s-pt.svg +usr/share/libwacom/layouts/bamboo-2fg-s-pt.svg +usr/share/libwacom/layouts/bamboo-2fg-s-t.svg +usr/share/libwacom/layouts/bamboo-4fg-fun-m-pt.svg +usr/share/libwacom/layouts/bamboo-4fg-fun-s-pt.svg +usr/share/libwacom/layouts/bamboo-4fg-s-pt.svg +usr/share/libwacom/layouts/bamboo-4fg-s-t.svg +usr/share/libwacom/layouts/bamboo-4fg-se-m-pt.svg +usr/share/libwacom/layouts/bamboo-4fg-se-s-pt.svg +usr/share/libwacom/layouts/bamboo-pad.svg +usr/share/libwacom/layouts/cintiq-12wx.svg +usr/share/libwacom/layouts/cintiq-13hd.svg +usr/share/libwacom/layouts/cintiq-20wsx.svg +usr/share/libwacom/layouts/cintiq-21ux.svg +usr/share/libwacom/layouts/cintiq-21ux2.svg +usr/share/libwacom/layouts/cintiq-22hd.svg +usr/share/libwacom/layouts/cintiq-24hd.svg +usr/share/libwacom/layouts/cintiq-companion-2.svg +usr/share/libwacom/layouts/cintiq-companion-hybrid.svg +usr/share/libwacom/layouts/cintiq-companion.svg +usr/share/libwacom/layouts/cintiq-pro-16-2.svg +usr/share/libwacom/layouts/cintiq-pro-17.svg +usr/share/libwacom/layouts/cintiq-pro-22.svg +usr/share/libwacom/layouts/dth-2242.svg +usr/share/libwacom/layouts/dth-2452.svg +usr/share/libwacom/layouts/dti-520.svg +usr/share/libwacom/layouts/dtk-1651.svg +usr/share/libwacom/layouts/dtk-2451.svg +usr/share/libwacom/layouts/dtu-1031.svg +usr/share/libwacom/layouts/dtu-1141.svg +usr/share/libwacom/layouts/dtu-1141b.svg +usr/share/libwacom/layouts/ek-remote.svg +usr/share/libwacom/layouts/gaomon-s620.svg +usr/share/libwacom/layouts/graphire-wireless-8x6.svg +usr/share/libwacom/layouts/graphire4-4x5.svg +usr/share/libwacom/layouts/graphire4-6x8.svg +usr/share/libwacom/layouts/huion-h420.svg +usr/share/libwacom/layouts/huion-h610-pro.svg +usr/share/libwacom/layouts/huion-h640p.svg +usr/share/libwacom/layouts/huion-h950p.svg +usr/share/libwacom/layouts/huion-new-1060-plus.svg +usr/share/libwacom/layouts/intuos-m-p.svg +usr/share/libwacom/layouts/intuos-m-p2.svg +usr/share/libwacom/layouts/intuos-m-p3.svg +usr/share/libwacom/layouts/intuos-m-pt.svg +usr/share/libwacom/layouts/intuos-m-pt2.svg +usr/share/libwacom/layouts/intuos-pro-2-l.svg +usr/share/libwacom/layouts/intuos-pro-2-m.svg +usr/share/libwacom/layouts/intuos-pro-2-s.svg +usr/share/libwacom/layouts/intuos-pro-l.svg +usr/share/libwacom/layouts/intuos-pro-m.svg +usr/share/libwacom/layouts/intuos-pro-s.svg +usr/share/libwacom/layouts/intuos-s-p.svg +usr/share/libwacom/layouts/intuos-s-p2.svg +usr/share/libwacom/layouts/intuos-s-p3.svg +usr/share/libwacom/layouts/intuos-s-pt.svg +usr/share/libwacom/layouts/intuos-s-pt2.svg +usr/share/libwacom/layouts/intuos3-12x12.svg +usr/share/libwacom/layouts/intuos3-12x19.svg +usr/share/libwacom/layouts/intuos3-4x5.svg +usr/share/libwacom/layouts/intuos3-4x6.svg +usr/share/libwacom/layouts/intuos3-6x11.svg +usr/share/libwacom/layouts/intuos3-6x8.svg +usr/share/libwacom/layouts/intuos3-9x12.svg +usr/share/libwacom/layouts/intuos4-12x19.svg +usr/share/libwacom/layouts/intuos4-4x6.svg +usr/share/libwacom/layouts/intuos4-6x9-wl.svg +usr/share/libwacom/layouts/intuos4-6x9.svg +usr/share/libwacom/layouts/intuos4-8x13.svg +usr/share/libwacom/layouts/intuos5-l.svg +usr/share/libwacom/layouts/intuos5-m.svg +usr/share/libwacom/layouts/intuos5-s.svg +usr/share/libwacom/layouts/kamvas-pro-13.svg +usr/share/libwacom/layouts/mobilestudio-pro-13.svg +usr/share/libwacom/layouts/mobilestudio-pro-16.svg +usr/share/libwacom/layouts/movink-13.svg +usr/share/libwacom/layouts/xp-pen-star03.svg +usr/share/libwacom/letsketch-wp9620.tablet +usr/share/libwacom/libwacom.stylus +usr/share/libwacom/mobilestudio-pro-13-2.tablet +usr/share/libwacom/mobilestudio-pro-13.tablet +usr/share/libwacom/mobilestudio-pro-16-2.tablet +usr/share/libwacom/mobilestudio-pro-16-3.tablet +usr/share/libwacom/mobilestudio-pro-16.tablet +usr/share/libwacom/movink-13.tablet +usr/share/libwacom/n-trig-pen.tablet +usr/share/libwacom/one-by-wacom-m-p.tablet +usr/share/libwacom/one-by-wacom-m-p2.tablet +usr/share/libwacom/one-by-wacom-s-p.tablet +usr/share/libwacom/one-by-wacom-s-p2.tablet +usr/share/libwacom/serial-wacf004.tablet +usr/share/libwacom/surface-go-2.tablet +usr/share/libwacom/surface-go.tablet +usr/share/libwacom/volito-4x5.tablet +usr/share/libwacom/wacom-one-12.tablet +usr/share/libwacom/wacom-one-13.tablet +usr/share/libwacom/wacom-one-pen-m.tablet +usr/share/libwacom/wacom-one-pen-s.tablet +usr/share/libwacom/wacom-one.tablet +usr/share/libwacom/waltop-slim-tablet-12-1.tablet +usr/share/libwacom/xp-pen-g430.tablet +usr/share/libwacom/xp-pen-g640.tablet +usr/share/libwacom/xp-pen-star03.tablet usr/share/licenses/libXfont2/COPYING +usr/share/licenses/libwacom/COPYING %%NLS%%usr/share/locale/af/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/az/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/crh/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/ky/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/sq/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/xkeyboard-config.mo +usr/share/man/man1/libinput-debug-events.1.gz +usr/share/man/man1/libinput-list-devices.1.gz +usr/share/man/man1/libinput.1.gz +usr/share/man/man1/libwacom-list-devices.1.gz +usr/share/man/man1/libwacom-list-local-devices.1.gz usr/share/man/man7/xkeyboard-config.7.gz +usr/share/zsh/site-functions/_libinput @dir usr/share/X11/app-defaults @dir var/cache/libX11/compose diff --git a/x11/linux-rl9-xorg-libs/pkg-plist.amd64 b/x11/linux-rl9-xorg-libs/pkg-plist.amd64 index 3c41efcef004..ffc2338be84f 100644 --- a/x11/linux-rl9-xorg-libs/pkg-plist.amd64 +++ b/x11/linux-rl9-xorg-libs/pkg-plist.amd64 @@ -1,964 +1,1481 @@ +usr/bin/libinput +usr/bin/libwacom-list-devices +usr/bin/libwacom-list-local-devices +usr/bin/libwacom-update-db usr/lib/.build-id/01/86c32662f898a38fcfd1450294a9ad1803cae9 usr/lib/.build-id/02/f51d6948d4ca027ade42f948ab71472c25d765 usr/lib/.build-id/03/fea090f52ec8a362252d4713073258bc51625b usr/lib/.build-id/05/a9b5bcc9ed28f189a7426838aae470b5feb219 usr/lib/.build-id/06/5fc0f6def1e229d9ab1dce4cf347a2ddb822f1 usr/lib/.build-id/06/95483afdddf8cf5f17f917c32f14e0ad63b633 usr/lib/.build-id/07/067926753bce6ef054b738a8d9685a8bde7d8c usr/lib/.build-id/07/28d39b943d8c1d57b4b2410508aac4347ba3ba usr/lib/.build-id/0b/599cc7c7cf235ff7ffecd6f63304db21f6d3b3 +usr/lib/.build-id/0d/26b91b33b1d50b84b555a22546f44929824e29 usr/lib/.build-id/0f/88df98b072c6ccfba1664bc8c29f672e8521d5 usr/lib/.build-id/0f/d3282ecaffaa01d10d3cb9ce1cb24ccaff472f usr/lib/.build-id/10/f8b9b3c44eb6875d985b7e658f31863be660ec +usr/lib/.build-id/14/37400f8557b8fd2c6bb369f13e0478a1d7cd94 usr/lib/.build-id/15/e287ab193f3071128e3c527f504a5fe96c08d2 +usr/lib/.build-id/16/bbaa3abc278293e75a14c0c2820dfcc2d02015 usr/lib/.build-id/17/566ce71884812a28dc2b084ddb342f7537e48d +usr/lib/.build-id/18/2749f21a3aa6cdaef1a7d04b303455117edf2c usr/lib/.build-id/19/faea8415e9f1decac782ef94b5fd972838a5ca usr/lib/.build-id/1c/c79cceece7feffff6453339a7377d27f094272 usr/lib/.build-id/1c/e17095f4fa367cfedcb17c360ede25ebe08e5f usr/lib/.build-id/1d/d6ecde00442e0a2f0b9ab1d35e76ff9d11fc1a +usr/lib/.build-id/1e/06cb78bdbb04a06982e7129e0cb8b318abfef8 usr/lib/.build-id/20/09fffcd89ffe04d2d062cd4c618ab4dde870c8 usr/lib/.build-id/21/6acbdcb8d887cc0584cbbb35eb846bbcc9d23f usr/lib/.build-id/23/22d92b809a787c34eec84fd36d4963057b68ec usr/lib/.build-id/23/ae48748e6a874f1134cb93e1fc375513d684b8 usr/lib/.build-id/24/d3a7f1c816a1d77a3e8cdb58209a862c6e18be usr/lib/.build-id/27/c95300a2679c6ae7951c8a72cbea689778e9c5 +usr/lib/.build-id/29/2ca1d2e29920d3a3d35d73a5f29b8cf5d5225c usr/lib/.build-id/2b/b8075df671109dbe53fa0e6f6d418bcf3d1e71 usr/lib/.build-id/2c/52d5227ef2ccb96a0b3714223acfd10508fdf8 usr/lib/.build-id/2c/d6ccb7949d3c150331ff0731faeacb5a5a493c usr/lib/.build-id/2e/4b823232a5475f68e2febfa11c7aad8d1058d8 usr/lib/.build-id/2f/058bcb1dc78d7a16b786c201b9cb300bc71e00 usr/lib/.build-id/30/7e95e3141dc40fc3a165466c5b6cbbedffec7b usr/lib/.build-id/31/d6242db178adc8dadcfa9563707aa0bf6412c6 usr/lib/.build-id/32/b51f45b527d5f773bcfcb3263198d861cad55c +usr/lib/.build-id/33/3fbc99f9fb6c60df4012ea4d0ed87f72fb48ff +usr/lib/.build-id/36/5b7ff6e016b521d192773dd4a783c03cc8d8fb usr/lib/.build-id/36/fe3b6904782264632ff692fefce30240ddb169 usr/lib/.build-id/39/f61c13b11a5120fcd150d227060d3091430f6d usr/lib/.build-id/3a/4c2cfe0809b16e8bf39a3241f173d0a0bee803 usr/lib/.build-id/3a/d30f2d7f02b4dc363a1596af440bb73977da65 +usr/lib/.build-id/3f/fb705e4b5f07b4f79ee7b22757c490ea285e4e usr/lib/.build-id/42/2a290e6dd4f0a47dffeb746fca8536bcdfaf67 +usr/lib/.build-id/43/26eb16e1c40cd3f6d59d8fd32e242438ec20e9 usr/lib/.build-id/43/a0b0dd4d578fc0531888d2c58397dd905e2147 usr/lib/.build-id/44/66f21587a292df92574339efceed760045c8ad usr/lib/.build-id/48/899684bfc13dedbe4b78b6122aeff89f9bca4d usr/lib/.build-id/49/cfff18317128df6e5e73915d5016020c4ab024 +usr/lib/.build-id/4d/3374144fb87a52862770f671d9a147b2ce9837 usr/lib/.build-id/4d/514b9565aac845bd2bfedbe395776bc7a1fa95 usr/lib/.build-id/51/c9058f4bb0fef922b639e056347259463689af usr/lib/.build-id/55/ec758e17df6a2c99f8ffcb88d8969803c16ac1 usr/lib/.build-id/57/a3c1d52105ef5b32f091e4c37bc6434de20fd6 usr/lib/.build-id/5a/2d12e07f23d94767c51320fcd60d06afdcf3d0 usr/lib/.build-id/5c/5a3bdd37832a92d2d056eccd72444a7b4991ab usr/lib/.build-id/5d/22fecc6cadab84cc3e9e4a33548eee8dd0d4ae usr/lib/.build-id/5f/be0e2e2955b119d9e9d51e9fa9a1c03fe0e291 usr/lib/.build-id/61/0f5e78fd7092a4a5b5ae1f6d4f82ad8e01da19 usr/lib/.build-id/62/9e3902b155f161d7600d50176d7da570d73711 usr/lib/.build-id/62/e296311d9d6b56c635b100702f418af27151e7 usr/lib/.build-id/63/d9aca2dce05e95cd4f0b13eb6db0275cf16018 usr/lib/.build-id/66/230a28eae17860ec3c1f8b53421067af63a4e2 usr/lib/.build-id/68/23b23ee98c3d156fbb34cea85b48a5a0278955 usr/lib/.build-id/6a/428b16475da28e6c236282e1b7a805009c6ab4 +usr/lib/.build-id/6b/a2097b3be31ac2e405894408f40c08e169026b usr/lib/.build-id/6b/b9a09e22cfccb7cfc258bdee6aa2f77eab1cf8 +usr/lib/.build-id/6d/d1fa997fd658ef8778ea63e6dadeada3d8acbd usr/lib/.build-id/6e/1dd369e9e879bb2238d86a092a34ddae32993e +usr/lib/.build-id/6e/fa9101e7a2bd5d264ddf3272eb27dcb8686c90 usr/lib/.build-id/6f/4232152a5fbcbf7367f1bfb7af5f0cfed25c75 usr/lib/.build-id/71/0d3ca6764a037a97465c0ea2b6f42850383fc9 usr/lib/.build-id/73/0cde7784a1afdd8f3c9ec0b5247028d352d86d usr/lib/.build-id/73/0de0a869706860d9db43b080a04907badf47ce usr/lib/.build-id/74/9c13849925a9da2f3b3d806ddbb6e904e0c4ac usr/lib/.build-id/78/6821c34c911b4b67c0307b0acc539bcb6eaaa5 usr/lib/.build-id/78/6f12f006cd4fe4cd159d367509bbf8986b74ac usr/lib/.build-id/79/d6d4871de393d8ee4e8fa3c2ee66b522bb20a7 usr/lib/.build-id/7e/f95a7020a54368a0175736e24cb73ddd262eef usr/lib/.build-id/7f/12f9d75a441a6a4d5173477fd4db1f385a1d69 usr/lib/.build-id/7f/6f2b43789b8878ea23b91b69bc2c6505a6f794 usr/lib/.build-id/83/d15f40cc772742cf3db591fabfea865e6007c8 usr/lib/.build-id/86/2ca1df8fd6c10fabe94c69e77f9664f9803f9e usr/lib/.build-id/8a/9e404b5acb8bb5c6b47f7c7ab5c465a080a5f5 usr/lib/.build-id/8d/34b77dd6a184b1d88c5d6869e0a2c1254fda9b usr/lib/.build-id/8d/9249d08414c98ce6eecef1ada5e67d222ddd97 usr/lib/.build-id/97/31eacf4ce95b9d7ee45a1af69abf06caf11427 usr/lib/.build-id/98/43aa9b451dcf2dc58b6f7c5629208fa7475b6e usr/lib/.build-id/9b/14fa60aaec26f15fceac42e505be26682902f4 +usr/lib/.build-id/9b/dd323b0799c2b5b5c28681c53645f2656466e2 usr/lib/.build-id/9f/110ded1d41715de6edecdcc0c487eb3bc47f81 usr/lib/.build-id/a1/acf5716e593efbbd73ff65bbeaa5e1ad9c8c88 usr/lib/.build-id/a3/c0234df0b43b476e0d927294b83e4209941445 usr/lib/.build-id/a6/f808aff69d78e3e9fbb7b5a03410d51ffce3c2 usr/lib/.build-id/aa/aa182aea91c83b68016c1569724f328000b2e9 usr/lib/.build-id/b2/03cb0ddce8801697938b737e21717278673c97 usr/lib/.build-id/b3/0b960b26c897686f4c524010da49b5a10d7f8c +usr/lib/.build-id/b4/146e3e7f7c3ac123fbc589a789c6ab4d1153c3 usr/lib/.build-id/b7/ee61ff7ee370f38e09590487f28564647ebc35 usr/lib/.build-id/b8/8f6f8919d4dfc3b4942e4f80d1c5a89cccf7c4 usr/lib/.build-id/bc/5e6821432c86596db81f8d3a1232477df75dc8 usr/lib/.build-id/bd/9a6297b0bb0d6d904f3c29145444b58185aeee usr/lib/.build-id/bf/0631ba0fa68490da9cea3deacc4888e8cada5f usr/lib/.build-id/c0/fe05c54971160b888e0e0850b65b13a988c70c usr/lib/.build-id/c0/ff8e56e4c5a918bf92a8054778ec9dfe70d905 +usr/lib/.build-id/c3/96fcab1d030fe736230f8fe356ae12e17cd950 usr/lib/.build-id/c4/98679d29fa21904bd41fc86e987ee2aa2c09f9 usr/lib/.build-id/c8/22ceb3a542c655dfde650b2fdbbfed0a8e6f15 usr/lib/.build-id/cd/ba1709ba66653fd7509abdbc160e354353538f usr/lib/.build-id/d2/7bfc6575e9d347b3886a1ba7b57f6b0cb5be44 usr/lib/.build-id/d4/400bace6feb14b3a6542f3bd97dc19c0dc8f9c usr/lib/.build-id/d5/8032f6e67fc642cc4b3c68de117ec6b670e614 usr/lib/.build-id/d8/6713a1fc0fae9770054f2dd38575a18ccf2c71 usr/lib/.build-id/dd/59fb8759124ee74b90df7e5b682d866d199e5e usr/lib/.build-id/dd/cd02e379ed22df0fd41ddd4d9f0b4772400cdd usr/lib/.build-id/de/839d092debfe14d0b456793a58e6b0f5737502 +usr/lib/.build-id/e0/f48b91c69460829c22a9eda4a9d9baee901d87 usr/lib/.build-id/e1/6c1d464eba9945c7a0d88acc47005ac4194b3f usr/lib/.build-id/e2/73860f25b9c6a7256123b989d55c7ced458cc4 usr/lib/.build-id/e9/9373e9466af370391b15e2952d7eb569ceb999 usr/lib/.build-id/ed/0a83de7f6a3eca79ffa8dd40787392e3bb2260 +usr/lib/.build-id/f0/0524725cdd54a725e5e23609e4bbea8989028b usr/lib/.build-id/f0/7e148d5e85d93a5f3136ad3c34df3e28e757df usr/lib/.build-id/f3/528118aa3b9721ad47225d1fe90e126b1d93ff usr/lib/.build-id/f4/06b6f2387f2515324b0c021c02b1782ab1a145 usr/lib/.build-id/f4/9af58715ac88903c19ec1b3f52dccab2718c7d usr/lib/.build-id/f7/9636c816008906103c8df4321768c898ee6976 +usr/lib/.build-id/f9/38e964eb61e429a1f9801f3f0cfc9fd1774105 usr/lib/.build-id/f9/d9618d9b8fdb82b2b4b1312b25c95c3eb67a50 usr/lib/.build-id/fb/5bf6f5f31d506fba5c419dcea725c8e3884a0e usr/lib/.build-id/fc/353f7b91ac08d6d2147748ed0eb3ee4379201e usr/lib/.build-id/fd/5541d68327658221c70ddc1cfcf940d72d3202 usr/lib/libICE.so.6 usr/lib/libICE.so.6.3.0 usr/lib/libSM.so.6 usr/lib/libSM.so.6.0.1 usr/lib/libX11-xcb.so.1 usr/lib/libX11-xcb.so.1.0.0 usr/lib/libX11.so.6 usr/lib/libX11.so.6.4.0 usr/lib/libXRes.so.1 usr/lib/libXRes.so.1.0.0 usr/lib/libXau.so.6 usr/lib/libXau.so.6.0.0 usr/lib/libXaw.so.7 usr/lib/libXaw7.so.7 usr/lib/libXaw7.so.7.0.0 usr/lib/libXcomposite.so.1 usr/lib/libXcomposite.so.1.0.0 usr/lib/libXcursor.so.1 usr/lib/libXcursor.so.1.0.2 usr/lib/libXdamage.so.1 usr/lib/libXdamage.so.1.1.0 usr/lib/libXdmcp.so.6 usr/lib/libXdmcp.so.6.0.0 usr/lib/libXext.so.6 usr/lib/libXext.so.6.4.0 usr/lib/libXfixes.so.3 usr/lib/libXfixes.so.3.1.0 usr/lib/libXfont2.so.2 usr/lib/libXfont2.so.2.0.0 usr/lib/libXft.so.2 usr/lib/libXft.so.2.3.3 usr/lib/libXi.so.6 usr/lib/libXi.so.6.1.0 usr/lib/libXinerama.so.1 usr/lib/libXinerama.so.1.0.0 usr/lib/libXmu.so.6 usr/lib/libXmu.so.6.2.0 usr/lib/libXmuu.so.1 usr/lib/libXmuu.so.1.0.0 usr/lib/libXp.so.6 usr/lib/libXp.so.6.2.0 usr/lib/libXpm.so.4 usr/lib/libXpm.so.4.11.0 usr/lib/libXrandr.so.2 usr/lib/libXrandr.so.2.2.0 usr/lib/libXrender.so.1 usr/lib/libXrender.so.1.3.0 usr/lib/libXss.so.1 usr/lib/libXss.so.1.0.0 usr/lib/libXt.so.6 usr/lib/libXt.so.6.0.0 usr/lib/libXtst.so.6 usr/lib/libXtst.so.6.1.0 usr/lib/libXv.so.1 usr/lib/libXv.so.1.0.0 usr/lib/libXxf86dga.so.1 usr/lib/libXxf86dga.so.1.0.0 usr/lib/libXxf86vm.so.1 usr/lib/libXxf86vm.so.1.0.0 usr/lib/libfontenc.so.1 usr/lib/libfontenc.so.1.0.0 +usr/lib/libinput.so.10 +usr/lib/libinput.so.10.13.0 +usr/lib/libwacom.so.2 +usr/lib/libwacom.so.2.6.1 usr/lib/libxcb-composite.so.0 usr/lib/libxcb-composite.so.0.0.0 usr/lib/libxcb-damage.so.0 usr/lib/libxcb-damage.so.0.0.0 usr/lib/libxcb-dpms.so.0 usr/lib/libxcb-dpms.so.0.0.0 usr/lib/libxcb-dri2.so.0 usr/lib/libxcb-dri2.so.0.0.0 usr/lib/libxcb-dri3.so.0 usr/lib/libxcb-dri3.so.0.0.0 usr/lib/libxcb-glx.so.0 usr/lib/libxcb-glx.so.0.0.0 usr/lib/libxcb-present.so.0 usr/lib/libxcb-present.so.0.0.0 usr/lib/libxcb-randr.so.0 usr/lib/libxcb-randr.so.0.1.0 usr/lib/libxcb-record.so.0 usr/lib/libxcb-record.so.0.0.0 usr/lib/libxcb-render.so.0 usr/lib/libxcb-render.so.0.0.0 usr/lib/libxcb-res.so.0 usr/lib/libxcb-res.so.0.0.0 usr/lib/libxcb-screensaver.so.0 usr/lib/libxcb-screensaver.so.0.0.0 usr/lib/libxcb-shape.so.0 usr/lib/libxcb-shape.so.0.0.0 usr/lib/libxcb-shm.so.0 usr/lib/libxcb-shm.so.0.0.0 usr/lib/libxcb-sync.so.1 usr/lib/libxcb-sync.so.1.0.0 usr/lib/libxcb-xf86dri.so.0 usr/lib/libxcb-xf86dri.so.0.0.0 usr/lib/libxcb-xfixes.so.0 usr/lib/libxcb-xfixes.so.0.0.0 usr/lib/libxcb-xinerama.so.0 usr/lib/libxcb-xinerama.so.0.0.0 usr/lib/libxcb-xinput.so.0 usr/lib/libxcb-xinput.so.0.1.0 usr/lib/libxcb-xkb.so.1 usr/lib/libxcb-xkb.so.1.0.0 usr/lib/libxcb-xselinux.so.0 usr/lib/libxcb-xselinux.so.0.0.0 usr/lib/libxcb-xtest.so.0 usr/lib/libxcb-xtest.so.0.0.0 usr/lib/libxcb-xv.so.0 usr/lib/libxcb-xv.so.0.0.0 usr/lib/libxcb-xvmc.so.0 usr/lib/libxcb-xvmc.so.0.0.0 usr/lib/libxcb.so.1 usr/lib/libxcb.so.1.1.0 usr/lib/libxkbfile.so.1 usr/lib/libxkbfile.so.1.0.2 usr/lib/libxshmfence.so.1 usr/lib/libxshmfence.so.1.0.0 +usr/lib/udev/hwdb.d/65-libwacom.hwdb +usr/lib/udev/libinput-device-group +usr/lib/udev/libinput-fuzz-extract +usr/lib/udev/libinput-fuzz-to-zero +usr/lib/udev/rules.d/65-libwacom.rules +usr/lib/udev/rules.d/80-libinput-device-groups.rules +usr/lib/udev/rules.d/90-libinput-fuzz-override.rules usr/lib64/libICE.so.6 usr/lib64/libICE.so.6.3.0 usr/lib64/libSM.so.6 usr/lib64/libSM.so.6.0.1 usr/lib64/libX11-xcb.so.1 usr/lib64/libX11-xcb.so.1.0.0 usr/lib64/libX11.so.6 usr/lib64/libX11.so.6.4.0 usr/lib64/libXRes.so.1 usr/lib64/libXRes.so.1.0.0 usr/lib64/libXau.so.6 usr/lib64/libXau.so.6.0.0 usr/lib64/libXaw.so.7 usr/lib64/libXaw7.so.7 usr/lib64/libXaw7.so.7.0.0 usr/lib64/libXcomposite.so.1 usr/lib64/libXcomposite.so.1.0.0 usr/lib64/libXcursor.so.1 usr/lib64/libXcursor.so.1.0.2 usr/lib64/libXdamage.so.1 usr/lib64/libXdamage.so.1.1.0 usr/lib64/libXdmcp.so.6 usr/lib64/libXdmcp.so.6.0.0 usr/lib64/libXext.so.6 usr/lib64/libXext.so.6.4.0 usr/lib64/libXfixes.so.3 usr/lib64/libXfixes.so.3.1.0 usr/lib64/libXfont2.so.2 usr/lib64/libXfont2.so.2.0.0 usr/lib64/libXft.so.2 usr/lib64/libXft.so.2.3.3 usr/lib64/libXi.so.6 usr/lib64/libXi.so.6.1.0 usr/lib64/libXinerama.so.1 usr/lib64/libXinerama.so.1.0.0 usr/lib64/libXmu.so.6 usr/lib64/libXmu.so.6.2.0 usr/lib64/libXmuu.so.1 usr/lib64/libXmuu.so.1.0.0 usr/lib64/libXp.so.6 usr/lib64/libXp.so.6.2.0 usr/lib64/libXpm.so.4 usr/lib64/libXpm.so.4.11.0 usr/lib64/libXrandr.so.2 usr/lib64/libXrandr.so.2.2.0 usr/lib64/libXrender.so.1 usr/lib64/libXrender.so.1.3.0 usr/lib64/libXss.so.1 usr/lib64/libXss.so.1.0.0 usr/lib64/libXt.so.6 usr/lib64/libXt.so.6.0.0 usr/lib64/libXtst.so.6 usr/lib64/libXtst.so.6.1.0 usr/lib64/libXv.so.1 usr/lib64/libXv.so.1.0.0 usr/lib64/libXxf86dga.so.1 usr/lib64/libXxf86dga.so.1.0.0 usr/lib64/libXxf86vm.so.1 usr/lib64/libXxf86vm.so.1.0.0 usr/lib64/libfontenc.so.1 usr/lib64/libfontenc.so.1.0.0 +usr/lib64/libinput.so.10 +usr/lib64/libinput.so.10.13.0 +usr/lib64/libwacom.so.2 +usr/lib64/libwacom.so.2.6.1 usr/lib64/libxcb-composite.so.0 usr/lib64/libxcb-composite.so.0.0.0 usr/lib64/libxcb-damage.so.0 usr/lib64/libxcb-damage.so.0.0.0 usr/lib64/libxcb-dpms.so.0 usr/lib64/libxcb-dpms.so.0.0.0 usr/lib64/libxcb-dri2.so.0 usr/lib64/libxcb-dri2.so.0.0.0 usr/lib64/libxcb-dri3.so.0 usr/lib64/libxcb-dri3.so.0.0.0 usr/lib64/libxcb-glx.so.0 usr/lib64/libxcb-glx.so.0.0.0 usr/lib64/libxcb-present.so.0 usr/lib64/libxcb-present.so.0.0.0 usr/lib64/libxcb-randr.so.0 usr/lib64/libxcb-randr.so.0.1.0 usr/lib64/libxcb-record.so.0 usr/lib64/libxcb-record.so.0.0.0 usr/lib64/libxcb-render.so.0 usr/lib64/libxcb-render.so.0.0.0 usr/lib64/libxcb-res.so.0 usr/lib64/libxcb-res.so.0.0.0 usr/lib64/libxcb-screensaver.so.0 usr/lib64/libxcb-screensaver.so.0.0.0 usr/lib64/libxcb-shape.so.0 usr/lib64/libxcb-shape.so.0.0.0 usr/lib64/libxcb-shm.so.0 usr/lib64/libxcb-shm.so.0.0.0 usr/lib64/libxcb-sync.so.1 usr/lib64/libxcb-sync.so.1.0.0 usr/lib64/libxcb-xf86dri.so.0 usr/lib64/libxcb-xf86dri.so.0.0.0 usr/lib64/libxcb-xfixes.so.0 usr/lib64/libxcb-xfixes.so.0.0.0 usr/lib64/libxcb-xinerama.so.0 usr/lib64/libxcb-xinerama.so.0.0.0 usr/lib64/libxcb-xinput.so.0 usr/lib64/libxcb-xinput.so.0.1.0 usr/lib64/libxcb-xkb.so.1 usr/lib64/libxcb-xkb.so.1.0.0 usr/lib64/libxcb-xselinux.so.0 usr/lib64/libxcb-xselinux.so.0.0.0 usr/lib64/libxcb-xtest.so.0 usr/lib64/libxcb-xtest.so.0.0.0 usr/lib64/libxcb-xv.so.0 usr/lib64/libxcb-xv.so.0.0.0 usr/lib64/libxcb-xvmc.so.0 usr/lib64/libxcb-xvmc.so.0.0.0 usr/lib64/libxcb.so.1 usr/lib64/libxcb.so.1.1.0 usr/lib64/libxkbfile.so.1 usr/lib64/libxkbfile.so.1.0.2 usr/lib64/libxshmfence.so.1 usr/lib64/libxshmfence.so.1.0.0 +usr/libexec/libinput/libinput-debug-events +usr/libexec/libinput/libinput-list-devices usr/share/X11/XErrorDB usr/share/X11/locale/C/Compose usr/share/X11/locale/C/XI18N_OBJS usr/share/X11/locale/C/XLC_LOCALE usr/share/X11/locale/am_ET.UTF-8/Compose usr/share/X11/locale/am_ET.UTF-8/XI18N_OBJS usr/share/X11/locale/am_ET.UTF-8/XLC_LOCALE usr/share/X11/locale/armscii-8/Compose usr/share/X11/locale/armscii-8/XI18N_OBJS usr/share/X11/locale/armscii-8/XLC_LOCALE usr/share/X11/locale/compose.dir usr/share/X11/locale/cs_CZ.UTF-8/Compose usr/share/X11/locale/cs_CZ.UTF-8/XI18N_OBJS usr/share/X11/locale/cs_CZ.UTF-8/XLC_LOCALE usr/share/X11/locale/el_GR.UTF-8/Compose usr/share/X11/locale/el_GR.UTF-8/XI18N_OBJS usr/share/X11/locale/el_GR.UTF-8/XLC_LOCALE usr/share/X11/locale/en_US.UTF-8/Compose usr/share/X11/locale/en_US.UTF-8/XI18N_OBJS usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE usr/share/X11/locale/fi_FI.UTF-8/Compose usr/share/X11/locale/fi_FI.UTF-8/XI18N_OBJS usr/share/X11/locale/fi_FI.UTF-8/XLC_LOCALE usr/share/X11/locale/georgian-academy/Compose usr/share/X11/locale/georgian-academy/XI18N_OBJS usr/share/X11/locale/georgian-academy/XLC_LOCALE usr/share/X11/locale/georgian-ps/Compose usr/share/X11/locale/georgian-ps/XI18N_OBJS usr/share/X11/locale/georgian-ps/XLC_LOCALE usr/share/X11/locale/ibm-cp1133/Compose usr/share/X11/locale/ibm-cp1133/XI18N_OBJS usr/share/X11/locale/ibm-cp1133/XLC_LOCALE usr/share/X11/locale/iscii-dev/Compose usr/share/X11/locale/iscii-dev/XI18N_OBJS usr/share/X11/locale/iscii-dev/XLC_LOCALE usr/share/X11/locale/isiri-3342/Compose usr/share/X11/locale/isiri-3342/XI18N_OBJS usr/share/X11/locale/isiri-3342/XLC_LOCALE usr/share/X11/locale/iso8859-1/Compose usr/share/X11/locale/iso8859-1/XI18N_OBJS usr/share/X11/locale/iso8859-1/XLC_LOCALE usr/share/X11/locale/iso8859-10/Compose usr/share/X11/locale/iso8859-10/XI18N_OBJS usr/share/X11/locale/iso8859-10/XLC_LOCALE usr/share/X11/locale/iso8859-11/Compose usr/share/X11/locale/iso8859-11/XI18N_OBJS usr/share/X11/locale/iso8859-11/XLC_LOCALE usr/share/X11/locale/iso8859-13/Compose usr/share/X11/locale/iso8859-13/XI18N_OBJS usr/share/X11/locale/iso8859-13/XLC_LOCALE usr/share/X11/locale/iso8859-14/Compose usr/share/X11/locale/iso8859-14/XI18N_OBJS usr/share/X11/locale/iso8859-14/XLC_LOCALE usr/share/X11/locale/iso8859-15/Compose usr/share/X11/locale/iso8859-15/XI18N_OBJS usr/share/X11/locale/iso8859-15/XLC_LOCALE usr/share/X11/locale/iso8859-2/Compose usr/share/X11/locale/iso8859-2/XI18N_OBJS usr/share/X11/locale/iso8859-2/XLC_LOCALE usr/share/X11/locale/iso8859-3/Compose usr/share/X11/locale/iso8859-3/XI18N_OBJS usr/share/X11/locale/iso8859-3/XLC_LOCALE usr/share/X11/locale/iso8859-4/Compose usr/share/X11/locale/iso8859-4/XI18N_OBJS usr/share/X11/locale/iso8859-4/XLC_LOCALE usr/share/X11/locale/iso8859-5/Compose usr/share/X11/locale/iso8859-5/XI18N_OBJS usr/share/X11/locale/iso8859-5/XLC_LOCALE usr/share/X11/locale/iso8859-6/Compose usr/share/X11/locale/iso8859-6/XI18N_OBJS usr/share/X11/locale/iso8859-6/XLC_LOCALE usr/share/X11/locale/iso8859-7/Compose usr/share/X11/locale/iso8859-7/XI18N_OBJS usr/share/X11/locale/iso8859-7/XLC_LOCALE usr/share/X11/locale/iso8859-8/Compose usr/share/X11/locale/iso8859-8/XI18N_OBJS usr/share/X11/locale/iso8859-8/XLC_LOCALE usr/share/X11/locale/iso8859-9/Compose usr/share/X11/locale/iso8859-9/XI18N_OBJS usr/share/X11/locale/iso8859-9/XLC_LOCALE usr/share/X11/locale/iso8859-9e/Compose usr/share/X11/locale/iso8859-9e/XI18N_OBJS usr/share/X11/locale/iso8859-9e/XLC_LOCALE usr/share/X11/locale/ja.JIS/Compose usr/share/X11/locale/ja.JIS/XI18N_OBJS usr/share/X11/locale/ja.JIS/XLC_LOCALE usr/share/X11/locale/ja.SJIS/Compose usr/share/X11/locale/ja.SJIS/XI18N_OBJS usr/share/X11/locale/ja.SJIS/XLC_LOCALE usr/share/X11/locale/ja/Compose usr/share/X11/locale/ja/XI18N_OBJS usr/share/X11/locale/ja/XLC_LOCALE usr/share/X11/locale/ja_JP.UTF-8/Compose usr/share/X11/locale/ja_JP.UTF-8/XI18N_OBJS usr/share/X11/locale/ja_JP.UTF-8/XLC_LOCALE usr/share/X11/locale/km_KH.UTF-8/Compose usr/share/X11/locale/km_KH.UTF-8/XI18N_OBJS usr/share/X11/locale/km_KH.UTF-8/XLC_LOCALE usr/share/X11/locale/ko/Compose usr/share/X11/locale/ko/XI18N_OBJS usr/share/X11/locale/ko/XLC_LOCALE usr/share/X11/locale/ko_KR.UTF-8/Compose usr/share/X11/locale/ko_KR.UTF-8/XI18N_OBJS usr/share/X11/locale/ko_KR.UTF-8/XLC_LOCALE usr/share/X11/locale/koi8-c/Compose usr/share/X11/locale/koi8-c/XI18N_OBJS usr/share/X11/locale/koi8-c/XLC_LOCALE usr/share/X11/locale/koi8-r/Compose usr/share/X11/locale/koi8-r/XI18N_OBJS usr/share/X11/locale/koi8-r/XLC_LOCALE usr/share/X11/locale/koi8-u/Compose usr/share/X11/locale/koi8-u/XI18N_OBJS usr/share/X11/locale/koi8-u/XLC_LOCALE usr/share/X11/locale/locale.alias usr/share/X11/locale/locale.dir usr/share/X11/locale/microsoft-cp1251/Compose usr/share/X11/locale/microsoft-cp1251/XI18N_OBJS usr/share/X11/locale/microsoft-cp1251/XLC_LOCALE usr/share/X11/locale/microsoft-cp1255/Compose usr/share/X11/locale/microsoft-cp1255/XI18N_OBJS usr/share/X11/locale/microsoft-cp1255/XLC_LOCALE usr/share/X11/locale/microsoft-cp1256/Compose usr/share/X11/locale/microsoft-cp1256/XI18N_OBJS usr/share/X11/locale/microsoft-cp1256/XLC_LOCALE usr/share/X11/locale/mulelao-1/Compose usr/share/X11/locale/mulelao-1/XI18N_OBJS usr/share/X11/locale/mulelao-1/XLC_LOCALE usr/share/X11/locale/nokhchi-1/Compose usr/share/X11/locale/nokhchi-1/XI18N_OBJS usr/share/X11/locale/nokhchi-1/XLC_LOCALE usr/share/X11/locale/pt_BR.UTF-8/Compose usr/share/X11/locale/pt_BR.UTF-8/XI18N_OBJS usr/share/X11/locale/pt_BR.UTF-8/XLC_LOCALE usr/share/X11/locale/pt_PT.UTF-8/Compose usr/share/X11/locale/pt_PT.UTF-8/XI18N_OBJS usr/share/X11/locale/pt_PT.UTF-8/XLC_LOCALE usr/share/X11/locale/ru_RU.UTF-8/Compose usr/share/X11/locale/ru_RU.UTF-8/XI18N_OBJS usr/share/X11/locale/ru_RU.UTF-8/XLC_LOCALE usr/share/X11/locale/sr_RS.UTF-8/Compose usr/share/X11/locale/sr_RS.UTF-8/XI18N_OBJS usr/share/X11/locale/sr_RS.UTF-8/XLC_LOCALE usr/share/X11/locale/tatar-cyr/Compose usr/share/X11/locale/tatar-cyr/XI18N_OBJS usr/share/X11/locale/tatar-cyr/XLC_LOCALE usr/share/X11/locale/th_TH.UTF-8/Compose usr/share/X11/locale/th_TH.UTF-8/XI18N_OBJS usr/share/X11/locale/th_TH.UTF-8/XLC_LOCALE usr/share/X11/locale/th_TH/Compose usr/share/X11/locale/th_TH/XI18N_OBJS usr/share/X11/locale/th_TH/XLC_LOCALE usr/share/X11/locale/tscii-0/Compose usr/share/X11/locale/tscii-0/XI18N_OBJS usr/share/X11/locale/tscii-0/XLC_LOCALE usr/share/X11/locale/vi_VN.tcvn/Compose usr/share/X11/locale/vi_VN.tcvn/XI18N_OBJS usr/share/X11/locale/vi_VN.tcvn/XLC_LOCALE usr/share/X11/locale/vi_VN.viscii/Compose usr/share/X11/locale/vi_VN.viscii/XI18N_OBJS usr/share/X11/locale/vi_VN.viscii/XLC_LOCALE usr/share/X11/locale/zh_CN.UTF-8/Compose usr/share/X11/locale/zh_CN.UTF-8/XI18N_OBJS usr/share/X11/locale/zh_CN.UTF-8/XLC_LOCALE usr/share/X11/locale/zh_CN.gb18030/Compose usr/share/X11/locale/zh_CN.gb18030/XI18N_OBJS usr/share/X11/locale/zh_CN.gb18030/XLC_LOCALE usr/share/X11/locale/zh_CN.gbk/Compose usr/share/X11/locale/zh_CN.gbk/XI18N_OBJS usr/share/X11/locale/zh_CN.gbk/XLC_LOCALE usr/share/X11/locale/zh_CN/Compose usr/share/X11/locale/zh_CN/XI18N_OBJS usr/share/X11/locale/zh_CN/XLC_LOCALE usr/share/X11/locale/zh_HK.UTF-8/Compose usr/share/X11/locale/zh_HK.UTF-8/XI18N_OBJS usr/share/X11/locale/zh_HK.UTF-8/XLC_LOCALE usr/share/X11/locale/zh_HK.big5/Compose usr/share/X11/locale/zh_HK.big5/XI18N_OBJS usr/share/X11/locale/zh_HK.big5/XLC_LOCALE usr/share/X11/locale/zh_HK.big5hkscs/Compose usr/share/X11/locale/zh_HK.big5hkscs/XI18N_OBJS usr/share/X11/locale/zh_HK.big5hkscs/XLC_LOCALE usr/share/X11/locale/zh_TW.UTF-8/Compose usr/share/X11/locale/zh_TW.UTF-8/XI18N_OBJS usr/share/X11/locale/zh_TW.UTF-8/XLC_LOCALE usr/share/X11/locale/zh_TW.big5/Compose usr/share/X11/locale/zh_TW.big5/XI18N_OBJS usr/share/X11/locale/zh_TW.big5/XLC_LOCALE usr/share/X11/locale/zh_TW/Compose usr/share/X11/locale/zh_TW/XI18N_OBJS usr/share/X11/locale/zh_TW/XLC_LOCALE usr/share/X11/xkb/compat/Makefile.in usr/share/X11/xkb/compat/README usr/share/X11/xkb/compat/accessx usr/share/X11/xkb/compat/basic usr/share/X11/xkb/compat/caps usr/share/X11/xkb/compat/complete usr/share/X11/xkb/compat/iso9995 usr/share/X11/xkb/compat/japan usr/share/X11/xkb/compat/ledcaps usr/share/X11/xkb/compat/ledcompose usr/share/X11/xkb/compat/lednum usr/share/X11/xkb/compat/ledscroll usr/share/X11/xkb/compat/level5 usr/share/X11/xkb/compat/misc usr/share/X11/xkb/compat/mousekeys usr/share/X11/xkb/compat/olpc usr/share/X11/xkb/compat/pc usr/share/X11/xkb/compat/pc98 usr/share/X11/xkb/compat/xfree86 usr/share/X11/xkb/compat/xtest usr/share/X11/xkb/geometry/Makefile.in usr/share/X11/xkb/geometry/README usr/share/X11/xkb/geometry/amiga usr/share/X11/xkb/geometry/ataritt usr/share/X11/xkb/geometry/chicony usr/share/X11/xkb/geometry/dell usr/share/X11/xkb/geometry/digital_vndr/lk usr/share/X11/xkb/geometry/digital_vndr/pc usr/share/X11/xkb/geometry/digital_vndr/unix usr/share/X11/xkb/geometry/everex usr/share/X11/xkb/geometry/fujitsu usr/share/X11/xkb/geometry/hhk usr/share/X11/xkb/geometry/hp usr/share/X11/xkb/geometry/keytronic usr/share/X11/xkb/geometry/kinesis usr/share/X11/xkb/geometry/macintosh usr/share/X11/xkb/geometry/microsoft usr/share/X11/xkb/geometry/nec usr/share/X11/xkb/geometry/nokia usr/share/X11/xkb/geometry/northgate usr/share/X11/xkb/geometry/pc usr/share/X11/xkb/geometry/sanwa usr/share/X11/xkb/geometry/sgi_vndr/O2 usr/share/X11/xkb/geometry/sgi_vndr/indigo usr/share/X11/xkb/geometry/sgi_vndr/indy usr/share/X11/xkb/geometry/sony usr/share/X11/xkb/geometry/steelseries usr/share/X11/xkb/geometry/sun usr/share/X11/xkb/geometry/teck usr/share/X11/xkb/geometry/thinkpad usr/share/X11/xkb/geometry/typematrix usr/share/X11/xkb/geometry/winbook usr/share/X11/xkb/keycodes/Makefile.in usr/share/X11/xkb/keycodes/README usr/share/X11/xkb/keycodes/aliases usr/share/X11/xkb/keycodes/amiga usr/share/X11/xkb/keycodes/ataritt usr/share/X11/xkb/keycodes/digital_vndr/lk usr/share/X11/xkb/keycodes/digital_vndr/pc usr/share/X11/xkb/keycodes/empty usr/share/X11/xkb/keycodes/evdev usr/share/X11/xkb/keycodes/fujitsu usr/share/X11/xkb/keycodes/hp usr/share/X11/xkb/keycodes/ibm usr/share/X11/xkb/keycodes/jolla usr/share/X11/xkb/keycodes/macintosh usr/share/X11/xkb/keycodes/olpc usr/share/X11/xkb/keycodes/sgi_vndr/indigo usr/share/X11/xkb/keycodes/sgi_vndr/indy usr/share/X11/xkb/keycodes/sgi_vndr/iris usr/share/X11/xkb/keycodes/sony usr/share/X11/xkb/keycodes/sun usr/share/X11/xkb/keycodes/xfree86 usr/share/X11/xkb/keycodes/xfree98 usr/share/X11/xkb/rules/README usr/share/X11/xkb/rules/base usr/share/X11/xkb/rules/base.extras.xml usr/share/X11/xkb/rules/base.lst usr/share/X11/xkb/rules/base.xml usr/share/X11/xkb/rules/evdev usr/share/X11/xkb/rules/evdev.extras.xml usr/share/X11/xkb/rules/evdev.lst usr/share/X11/xkb/rules/evdev.xml usr/share/X11/xkb/rules/xfree98 usr/share/X11/xkb/rules/xkb.dtd usr/share/X11/xkb/rules/xorg usr/share/X11/xkb/rules/xorg.lst usr/share/X11/xkb/rules/xorg.xml usr/share/X11/xkb/symbols/Makefile.in usr/share/X11/xkb/symbols/af usr/share/X11/xkb/symbols/al usr/share/X11/xkb/symbols/altwin usr/share/X11/xkb/symbols/am usr/share/X11/xkb/symbols/apl usr/share/X11/xkb/symbols/ara usr/share/X11/xkb/symbols/at usr/share/X11/xkb/symbols/au usr/share/X11/xkb/symbols/az usr/share/X11/xkb/symbols/ba usr/share/X11/xkb/symbols/bd usr/share/X11/xkb/symbols/be usr/share/X11/xkb/symbols/bg usr/share/X11/xkb/symbols/br usr/share/X11/xkb/symbols/brai usr/share/X11/xkb/symbols/bt usr/share/X11/xkb/symbols/bw usr/share/X11/xkb/symbols/by usr/share/X11/xkb/symbols/ca usr/share/X11/xkb/symbols/capslock usr/share/X11/xkb/symbols/cd usr/share/X11/xkb/symbols/ch usr/share/X11/xkb/symbols/cm usr/share/X11/xkb/symbols/cn usr/share/X11/xkb/symbols/compose usr/share/X11/xkb/symbols/ctrl usr/share/X11/xkb/symbols/cz usr/share/X11/xkb/symbols/de usr/share/X11/xkb/symbols/digital_vndr/lk usr/share/X11/xkb/symbols/digital_vndr/pc usr/share/X11/xkb/symbols/digital_vndr/us usr/share/X11/xkb/symbols/digital_vndr/vt usr/share/X11/xkb/symbols/dk usr/share/X11/xkb/symbols/dz usr/share/X11/xkb/symbols/ee usr/share/X11/xkb/symbols/eg usr/share/X11/xkb/symbols/empty usr/share/X11/xkb/symbols/epo usr/share/X11/xkb/symbols/es usr/share/X11/xkb/symbols/et usr/share/X11/xkb/symbols/eu usr/share/X11/xkb/symbols/eurosign usr/share/X11/xkb/symbols/fi usr/share/X11/xkb/symbols/fo usr/share/X11/xkb/symbols/fr usr/share/X11/xkb/symbols/fujitsu_vndr/jp usr/share/X11/xkb/symbols/fujitsu_vndr/us usr/share/X11/xkb/symbols/gb usr/share/X11/xkb/symbols/ge usr/share/X11/xkb/symbols/gh usr/share/X11/xkb/symbols/gn usr/share/X11/xkb/symbols/gr usr/share/X11/xkb/symbols/group usr/share/X11/xkb/symbols/hp_vndr/us usr/share/X11/xkb/symbols/hr usr/share/X11/xkb/symbols/hu usr/share/X11/xkb/symbols/id usr/share/X11/xkb/symbols/ie usr/share/X11/xkb/symbols/il usr/share/X11/xkb/symbols/in usr/share/X11/xkb/symbols/inet usr/share/X11/xkb/symbols/iq usr/share/X11/xkb/symbols/ir usr/share/X11/xkb/symbols/is usr/share/X11/xkb/symbols/it usr/share/X11/xkb/symbols/jolla_vndr/sbj usr/share/X11/xkb/symbols/jp usr/share/X11/xkb/symbols/jv usr/share/X11/xkb/symbols/ke usr/share/X11/xkb/symbols/keypad usr/share/X11/xkb/symbols/kg usr/share/X11/xkb/symbols/kh usr/share/X11/xkb/symbols/kpdl usr/share/X11/xkb/symbols/kr usr/share/X11/xkb/symbols/kz usr/share/X11/xkb/symbols/la usr/share/X11/xkb/symbols/latam usr/share/X11/xkb/symbols/latin usr/share/X11/xkb/symbols/level2 usr/share/X11/xkb/symbols/level3 usr/share/X11/xkb/symbols/level5 usr/share/X11/xkb/symbols/lk usr/share/X11/xkb/symbols/lt usr/share/X11/xkb/symbols/lv usr/share/X11/xkb/symbols/ma usr/share/X11/xkb/symbols/macintosh_vndr/apple usr/share/X11/xkb/symbols/macintosh_vndr/ch usr/share/X11/xkb/symbols/macintosh_vndr/de usr/share/X11/xkb/symbols/macintosh_vndr/dk usr/share/X11/xkb/symbols/macintosh_vndr/fi usr/share/X11/xkb/symbols/macintosh_vndr/fr usr/share/X11/xkb/symbols/macintosh_vndr/gb usr/share/X11/xkb/symbols/macintosh_vndr/is usr/share/X11/xkb/symbols/macintosh_vndr/it usr/share/X11/xkb/symbols/macintosh_vndr/jp usr/share/X11/xkb/symbols/macintosh_vndr/latam usr/share/X11/xkb/symbols/macintosh_vndr/nl usr/share/X11/xkb/symbols/macintosh_vndr/no usr/share/X11/xkb/symbols/macintosh_vndr/pt usr/share/X11/xkb/symbols/macintosh_vndr/se usr/share/X11/xkb/symbols/macintosh_vndr/us usr/share/X11/xkb/symbols/mao usr/share/X11/xkb/symbols/md usr/share/X11/xkb/symbols/me usr/share/X11/xkb/symbols/mk usr/share/X11/xkb/symbols/ml usr/share/X11/xkb/symbols/mm usr/share/X11/xkb/symbols/mn usr/share/X11/xkb/symbols/mt usr/share/X11/xkb/symbols/mv usr/share/X11/xkb/symbols/my usr/share/X11/xkb/symbols/nbsp usr/share/X11/xkb/symbols/nec_vndr/jp usr/share/X11/xkb/symbols/ng usr/share/X11/xkb/symbols/nl usr/share/X11/xkb/symbols/no usr/share/X11/xkb/symbols/nokia_vndr/rx-44 usr/share/X11/xkb/symbols/nokia_vndr/rx-51 usr/share/X11/xkb/symbols/nokia_vndr/su-8w usr/share/X11/xkb/symbols/np usr/share/X11/xkb/symbols/olpc usr/share/X11/xkb/symbols/parens usr/share/X11/xkb/symbols/pc usr/share/X11/xkb/symbols/ph usr/share/X11/xkb/symbols/pk usr/share/X11/xkb/symbols/pl usr/share/X11/xkb/symbols/pt usr/share/X11/xkb/symbols/ro usr/share/X11/xkb/symbols/rs usr/share/X11/xkb/symbols/ru usr/share/X11/xkb/symbols/rupeesign usr/share/X11/xkb/symbols/se usr/share/X11/xkb/symbols/sgi_vndr/jp usr/share/X11/xkb/symbols/sharp_vndr/sl-c3x00 usr/share/X11/xkb/symbols/sharp_vndr/ws003sh usr/share/X11/xkb/symbols/sharp_vndr/ws007sh usr/share/X11/xkb/symbols/sharp_vndr/ws011sh usr/share/X11/xkb/symbols/sharp_vndr/ws020sh usr/share/X11/xkb/symbols/shift usr/share/X11/xkb/symbols/si usr/share/X11/xkb/symbols/sk usr/share/X11/xkb/symbols/sn usr/share/X11/xkb/symbols/sony_vndr/us usr/share/X11/xkb/symbols/srvr_ctrl usr/share/X11/xkb/symbols/sun_vndr/ara usr/share/X11/xkb/symbols/sun_vndr/be usr/share/X11/xkb/symbols/sun_vndr/br usr/share/X11/xkb/symbols/sun_vndr/ca usr/share/X11/xkb/symbols/sun_vndr/ch usr/share/X11/xkb/symbols/sun_vndr/cz usr/share/X11/xkb/symbols/sun_vndr/de usr/share/X11/xkb/symbols/sun_vndr/dk usr/share/X11/xkb/symbols/sun_vndr/ee usr/share/X11/xkb/symbols/sun_vndr/es usr/share/X11/xkb/symbols/sun_vndr/fi usr/share/X11/xkb/symbols/sun_vndr/fr usr/share/X11/xkb/symbols/sun_vndr/gb usr/share/X11/xkb/symbols/sun_vndr/gr usr/share/X11/xkb/symbols/sun_vndr/it usr/share/X11/xkb/symbols/sun_vndr/jp usr/share/X11/xkb/symbols/sun_vndr/kr usr/share/X11/xkb/symbols/sun_vndr/lt usr/share/X11/xkb/symbols/sun_vndr/lv usr/share/X11/xkb/symbols/sun_vndr/nl usr/share/X11/xkb/symbols/sun_vndr/no usr/share/X11/xkb/symbols/sun_vndr/pl usr/share/X11/xkb/symbols/sun_vndr/pt usr/share/X11/xkb/symbols/sun_vndr/ro usr/share/X11/xkb/symbols/sun_vndr/ru usr/share/X11/xkb/symbols/sun_vndr/se usr/share/X11/xkb/symbols/sun_vndr/sk usr/share/X11/xkb/symbols/sun_vndr/solaris usr/share/X11/xkb/symbols/sun_vndr/tr usr/share/X11/xkb/symbols/sun_vndr/tw usr/share/X11/xkb/symbols/sun_vndr/ua usr/share/X11/xkb/symbols/sun_vndr/us usr/share/X11/xkb/symbols/sy usr/share/X11/xkb/symbols/terminate usr/share/X11/xkb/symbols/tg usr/share/X11/xkb/symbols/th usr/share/X11/xkb/symbols/tj usr/share/X11/xkb/symbols/tm usr/share/X11/xkb/symbols/tr usr/share/X11/xkb/symbols/trans usr/share/X11/xkb/symbols/tw usr/share/X11/xkb/symbols/typo usr/share/X11/xkb/symbols/tz usr/share/X11/xkb/symbols/ua usr/share/X11/xkb/symbols/us usr/share/X11/xkb/symbols/uz usr/share/X11/xkb/symbols/vn usr/share/X11/xkb/symbols/xfree68_vndr/amiga usr/share/X11/xkb/symbols/xfree68_vndr/ataritt usr/share/X11/xkb/symbols/za usr/share/X11/xkb/types/Makefile.in usr/share/X11/xkb/types/README usr/share/X11/xkb/types/basic usr/share/X11/xkb/types/cancel usr/share/X11/xkb/types/caps usr/share/X11/xkb/types/complete usr/share/X11/xkb/types/default usr/share/X11/xkb/types/extra usr/share/X11/xkb/types/iso9995 usr/share/X11/xkb/types/level5 usr/share/X11/xkb/types/mousekeys usr/share/X11/xkb/types/nokia usr/share/X11/xkb/types/numpad usr/share/X11/xkb/types/pc %%PORTDOCS%%usr/share/doc/libICE/AUTHORS %%PORTDOCS%%usr/share/doc/libICE/COPYING %%PORTDOCS%%usr/share/doc/libICE/ChangeLog %%PORTDOCS%%usr/share/doc/libSM/AUTHORS %%PORTDOCS%%usr/share/doc/libSM/COPYING %%PORTDOCS%%usr/share/doc/libSM/ChangeLog %%PORTDOCS%%usr/share/doc/libX11-common/AUTHORS %%PORTDOCS%%usr/share/doc/libX11-common/COPYING %%PORTDOCS%%usr/share/doc/libX11-common/NEWS %%PORTDOCS%%usr/share/doc/libX11-common/README.md %%PORTDOCS%%usr/share/doc/libXScrnSaver/COPYING %%PORTDOCS%%usr/share/doc/libXScrnSaver/ChangeLog %%PORTDOCS%%usr/share/doc/libXScrnSaver/README %%PORTDOCS%%usr/share/doc/libXau/AUTHORS %%PORTDOCS%%usr/share/doc/libXau/COPYING %%PORTDOCS%%usr/share/doc/libXau/ChangeLog %%PORTDOCS%%usr/share/doc/libXau/README %%PORTDOCS%%usr/share/doc/libXaw/COPYING %%PORTDOCS%%usr/share/doc/libXaw/ChangeLog %%PORTDOCS%%usr/share/doc/libXaw/README %%PORTDOCS%%usr/share/doc/libXcomposite/AUTHORS %%PORTDOCS%%usr/share/doc/libXcomposite/COPYING %%PORTDOCS%%usr/share/doc/libXcomposite/ChangeLog %%PORTDOCS%%usr/share/doc/libXcomposite/README.md %%PORTDOCS%%usr/share/doc/libXcursor/AUTHORS %%PORTDOCS%%usr/share/doc/libXcursor/COPYING %%PORTDOCS%%usr/share/doc/libXcursor/README.md %%PORTDOCS%%usr/share/doc/libXdamage/AUTHORS %%PORTDOCS%%usr/share/doc/libXdamage/COPYING %%PORTDOCS%%usr/share/doc/libXdamage/ChangeLog %%PORTDOCS%%usr/share/doc/libXdamage/README.md %%PORTDOCS%%usr/share/doc/libXdmcp/AUTHORS %%PORTDOCS%%usr/share/doc/libXdmcp/COPYING %%PORTDOCS%%usr/share/doc/libXdmcp/ChangeLog %%PORTDOCS%%usr/share/doc/libXdmcp/Wraphelp.README.crypto %%PORTDOCS%%usr/share/doc/libXext/AUTHORS %%PORTDOCS%%usr/share/doc/libXext/COPYING %%PORTDOCS%%usr/share/doc/libXfixes/AUTHORS %%PORTDOCS%%usr/share/doc/libXfixes/COPYING %%PORTDOCS%%usr/share/doc/libXfixes/README %%PORTDOCS%%usr/share/doc/libXfont2/AUTHORS %%PORTDOCS%%usr/share/doc/libXfont2/ChangeLog %%PORTDOCS%%usr/share/doc/libXfont2/README %%PORTDOCS%%usr/share/doc/libXft/AUTHORS %%PORTDOCS%%usr/share/doc/libXft/COPYING %%PORTDOCS%%usr/share/doc/libXft/ChangeLog %%PORTDOCS%%usr/share/doc/libXft/README.md %%PORTDOCS%%usr/share/doc/libXi/COPYING %%PORTDOCS%%usr/share/doc/libXinerama/COPYING %%PORTDOCS%%usr/share/doc/libXmu/COPYING %%PORTDOCS%%usr/share/doc/libXmu/ChangeLog %%PORTDOCS%%usr/share/doc/libXmu/README.md %%PORTDOCS%%usr/share/doc/libXp/AUTHORS %%PORTDOCS%%usr/share/doc/libXp/COPYING %%PORTDOCS%%usr/share/doc/libXp/ChangeLog %%PORTDOCS%%usr/share/doc/libXpm/AUTHORS %%PORTDOCS%%usr/share/doc/libXpm/COPYING %%PORTDOCS%%usr/share/doc/libXpm/ChangeLog %%PORTDOCS%%usr/share/doc/libXrandr/AUTHORS %%PORTDOCS%%usr/share/doc/libXrandr/COPYING %%PORTDOCS%%usr/share/doc/libXrender/AUTHORS %%PORTDOCS%%usr/share/doc/libXrender/COPYING %%PORTDOCS%%usr/share/doc/libXres/AUTHORS %%PORTDOCS%%usr/share/doc/libXres/COPYING %%PORTDOCS%%usr/share/doc/libXt/COPYING %%PORTDOCS%%usr/share/doc/libXtst/COPYING %%PORTDOCS%%usr/share/doc/libXv/AUTHORS %%PORTDOCS%%usr/share/doc/libXv/COPYING %%PORTDOCS%%usr/share/doc/libXxf86dga/COPYING %%PORTDOCS%%usr/share/doc/libXxf86dga/README.md %%PORTDOCS%%usr/share/doc/libXxf86vm/COPYING %%PORTDOCS%%usr/share/doc/libXxf86vm/README %%PORTDOCS%%usr/share/doc/libfontenc/COPYING %%PORTDOCS%%usr/share/doc/libfontenc/ChangeLog %%PORTDOCS%%usr/share/doc/libfontenc/README +%%PORTDOCS%%usr/share/doc/libinput/COPYING +%%PORTDOCS%%usr/share/doc/libwacom-data/COPYING +%%PORTDOCS%%usr/share/doc/libwacom/README.md %%PORTDOCS%%usr/share/doc/libxkbfile/COPYING %%PORTDOCS%%usr/share/doc/libxkbfile/ChangeLog %%PORTDOCS%%usr/share/doc/xkeyboard-config/AUTHORS %%PORTDOCS%%usr/share/doc/xkeyboard-config/COPYING %%PORTDOCS%%usr/share/doc/xkeyboard-config/HOWTO.testing %%PORTDOCS%%usr/share/doc/xkeyboard-config/HOWTO.transition %%PORTDOCS%%usr/share/doc/xkeyboard-config/NEWS %%PORTDOCS%%usr/share/doc/xkeyboard-config/README %%PORTDOCS%%usr/share/doc/xkeyboard-config/README.config %%PORTDOCS%%usr/share/doc/xkeyboard-config/README.enhancing %%PORTDOCS%%usr/share/doc/xkeyboard-config/README.symbols +usr/share/libinput/10-generic-keyboard.quirks +usr/share/libinput/10-generic-lid.quirks +usr/share/libinput/10-generic-mouse.quirks +usr/share/libinput/10-generic-trackball.quirks +usr/share/libinput/30-vendor-a4tech.quirks +usr/share/libinput/30-vendor-aiptek.quirks +usr/share/libinput/30-vendor-alps.quirks +usr/share/libinput/30-vendor-contour.quirks +usr/share/libinput/30-vendor-cypress.quirks +usr/share/libinput/30-vendor-elantech.quirks +usr/share/libinput/30-vendor-ibm.quirks +usr/share/libinput/30-vendor-kensington.quirks +usr/share/libinput/30-vendor-logitech.quirks +usr/share/libinput/30-vendor-madcatz.quirks +usr/share/libinput/30-vendor-microsoft.quirks +usr/share/libinput/30-vendor-razer.quirks +usr/share/libinput/30-vendor-starlabs.quirks +usr/share/libinput/30-vendor-synaptics.quirks +usr/share/libinput/30-vendor-trust.quirks +usr/share/libinput/30-vendor-vmware.quirks +usr/share/libinput/30-vendor-wacom.quirks +usr/share/libinput/50-framework.quirks +usr/share/libinput/50-system-acer.quirks +usr/share/libinput/50-system-apple.quirks +usr/share/libinput/50-system-asus.quirks +usr/share/libinput/50-system-chicony.quirks +usr/share/libinput/50-system-chuwi.quirks +usr/share/libinput/50-system-cyborg.quirks +usr/share/libinput/50-system-dell.quirks +usr/share/libinput/50-system-gigabyte.quirks +usr/share/libinput/50-system-google.quirks +usr/share/libinput/50-system-gpd.quirks +usr/share/libinput/50-system-hp.quirks +usr/share/libinput/50-system-huawei.quirks +usr/share/libinput/50-system-lenovo.quirks +usr/share/libinput/50-system-pine64.quirks +usr/share/libinput/50-system-prestigio.quirks +usr/share/libinput/50-system-purism.quirks +usr/share/libinput/50-system-sony.quirks +usr/share/libinput/50-system-system76.quirks +usr/share/libinput/50-system-toshiba.quirks +usr/share/libwacom/bamboo-0fg-m-p-alt.tablet +usr/share/libwacom/bamboo-0fg-s-p-alt.tablet +usr/share/libwacom/bamboo-0fg-s-p.tablet +usr/share/libwacom/bamboo-16fg-m-pt.tablet +usr/share/libwacom/bamboo-16fg-s-p.tablet +usr/share/libwacom/bamboo-16fg-s-pt.tablet +usr/share/libwacom/bamboo-16fg-s-t.tablet +usr/share/libwacom/bamboo-2fg-fun-m-pt.tablet +usr/share/libwacom/bamboo-2fg-fun-s-pt.tablet +usr/share/libwacom/bamboo-2fg-m-p.tablet +usr/share/libwacom/bamboo-2fg-s-p.tablet +usr/share/libwacom/bamboo-2fg-s-pt.tablet +usr/share/libwacom/bamboo-2fg-s-t.tablet +usr/share/libwacom/bamboo-4fg-fun-m.tablet +usr/share/libwacom/bamboo-4fg-fun-s.tablet +usr/share/libwacom/bamboo-4fg-s-pt.tablet +usr/share/libwacom/bamboo-4fg-s-t.tablet +usr/share/libwacom/bamboo-4fg-se-m-pt.tablet +usr/share/libwacom/bamboo-4fg-se-s-pt.tablet +usr/share/libwacom/bamboo-one-m-p.tablet +usr/share/libwacom/bamboo-one.tablet +usr/share/libwacom/bamboo-pad-wireless.tablet +usr/share/libwacom/bamboo-pad.tablet +usr/share/libwacom/cintiq-12wx.tablet +usr/share/libwacom/cintiq-13hd.tablet +usr/share/libwacom/cintiq-13hdt.tablet +usr/share/libwacom/cintiq-16-2.tablet +usr/share/libwacom/cintiq-16.tablet +usr/share/libwacom/cintiq-20wsx.tablet +usr/share/libwacom/cintiq-21ux.tablet +usr/share/libwacom/cintiq-21ux2.tablet +usr/share/libwacom/cintiq-22.tablet +usr/share/libwacom/cintiq-22hd.tablet +usr/share/libwacom/cintiq-22hdt.tablet +usr/share/libwacom/cintiq-24hd-touch.tablet +usr/share/libwacom/cintiq-24hd.tablet +usr/share/libwacom/cintiq-27hd.tablet +usr/share/libwacom/cintiq-27hdt.tablet +usr/share/libwacom/cintiq-companion-2.tablet +usr/share/libwacom/cintiq-companion-hybrid.tablet +usr/share/libwacom/cintiq-companion.tablet +usr/share/libwacom/cintiq-pro-13.tablet +usr/share/libwacom/cintiq-pro-16-2.tablet +usr/share/libwacom/cintiq-pro-16.tablet +usr/share/libwacom/cintiq-pro-17.tablet +usr/share/libwacom/cintiq-pro-22.tablet +usr/share/libwacom/cintiq-pro-24-p.tablet +usr/share/libwacom/cintiq-pro-24-pt.tablet +usr/share/libwacom/cintiq-pro-32.tablet +usr/share/libwacom/dell-canvas-27.tablet +usr/share/libwacom/dtf-720.tablet +usr/share/libwacom/dth-1152.tablet +usr/share/libwacom/dth-2242.tablet +usr/share/libwacom/dth-2452.tablet +usr/share/libwacom/dti-520.tablet +usr/share/libwacom/dtk-1651.tablet +usr/share/libwacom/dtk-1660e-2.tablet +usr/share/libwacom/dtk-1660e.tablet +usr/share/libwacom/dtk-2241.tablet +usr/share/libwacom/dtk-2451.tablet +usr/share/libwacom/dtu-1031.tablet +usr/share/libwacom/dtu-1031x.tablet +usr/share/libwacom/dtu-1141.tablet +usr/share/libwacom/dtu-1141b.tablet +usr/share/libwacom/dtu-1631.tablet +usr/share/libwacom/dtu-1931.tablet +usr/share/libwacom/dtu-2231.tablet +usr/share/libwacom/ek-remote.tablet +usr/share/libwacom/elan-0732.tablet +usr/share/libwacom/elan-2072.tablet +usr/share/libwacom/elan-22e2.tablet +usr/share/libwacom/elan-24d8.tablet +usr/share/libwacom/elan-24db.tablet +usr/share/libwacom/elan-2513.tablet +usr/share/libwacom/elan-2514-alt.tablet +usr/share/libwacom/elan-2514-alt2.tablet +usr/share/libwacom/elan-2514.tablet +usr/share/libwacom/elan-2537.tablet +usr/share/libwacom/elan-2627.tablet +usr/share/libwacom/elan-2628.tablet +usr/share/libwacom/elan-262b.tablet +usr/share/libwacom/elan-264c.tablet +usr/share/libwacom/elan-29a1.tablet +usr/share/libwacom/elan-29b6.tablet +usr/share/libwacom/elan-2a70.tablet +usr/share/libwacom/elan-2ad9.tablet +usr/share/libwacom/elan-2bb3.tablet +usr/share/libwacom/elan-5515.tablet +usr/share/libwacom/gaomon-s620.tablet +usr/share/libwacom/generic.tablet +usr/share/libwacom/graphire-usb.tablet +usr/share/libwacom/graphire-wireless-8x6.tablet +usr/share/libwacom/graphire2-4x5.tablet +usr/share/libwacom/graphire2-5x7.tablet +usr/share/libwacom/graphire3-4x5.tablet +usr/share/libwacom/graphire3-6x8.tablet +usr/share/libwacom/graphire4-4x5.tablet +usr/share/libwacom/graphire4-6x8.tablet +usr/share/libwacom/hp-pro-tablet-408.tablet +usr/share/libwacom/huion-420.tablet +usr/share/libwacom/huion-h420.tablet +usr/share/libwacom/huion-h610-pro.tablet +usr/share/libwacom/huion-h640p.tablet +usr/share/libwacom/huion-h950p.tablet +usr/share/libwacom/huion-new-1060-plus.tablet +usr/share/libwacom/intuos-12x12.tablet +usr/share/libwacom/intuos-12x18.tablet +usr/share/libwacom/intuos-4x5.tablet +usr/share/libwacom/intuos-6x8.tablet +usr/share/libwacom/intuos-9x12.tablet +usr/share/libwacom/intuos-m-p.tablet +usr/share/libwacom/intuos-m-p2.tablet +usr/share/libwacom/intuos-m-p3-android.tablet +usr/share/libwacom/intuos-m-p3-wl-android.tablet +usr/share/libwacom/intuos-m-p3-wl.tablet +usr/share/libwacom/intuos-m-p3.tablet +usr/share/libwacom/intuos-m-pt.tablet +usr/share/libwacom/intuos-m-pt2.tablet +usr/share/libwacom/intuos-pro-2-l.tablet +usr/share/libwacom/intuos-pro-2-m.tablet +usr/share/libwacom/intuos-pro-2-s.tablet +usr/share/libwacom/intuos-pro-l.tablet +usr/share/libwacom/intuos-pro-m.tablet +usr/share/libwacom/intuos-pro-s.tablet +usr/share/libwacom/intuos-s-p.tablet +usr/share/libwacom/intuos-s-p2.tablet +usr/share/libwacom/intuos-s-p3-android.tablet +usr/share/libwacom/intuos-s-p3-wl-android.tablet +usr/share/libwacom/intuos-s-p3-wl.tablet +usr/share/libwacom/intuos-s-p3.tablet +usr/share/libwacom/intuos-s-pt.tablet +usr/share/libwacom/intuos-s-pt2.tablet +usr/share/libwacom/intuos2-12x12.tablet +usr/share/libwacom/intuos2-12x18.tablet +usr/share/libwacom/intuos2-4x5.tablet +usr/share/libwacom/intuos2-6x8.tablet +usr/share/libwacom/intuos2-9x12.tablet +usr/share/libwacom/intuos3-12x12.tablet +usr/share/libwacom/intuos3-12x19.tablet +usr/share/libwacom/intuos3-4x5.tablet +usr/share/libwacom/intuos3-4x6.tablet +usr/share/libwacom/intuos3-6x11.tablet +usr/share/libwacom/intuos3-6x8.tablet +usr/share/libwacom/intuos3-9x12.tablet +usr/share/libwacom/intuos4-12x19.tablet +usr/share/libwacom/intuos4-4x6.tablet +usr/share/libwacom/intuos4-6x9-wl.tablet +usr/share/libwacom/intuos4-6x9.tablet +usr/share/libwacom/intuos4-8x13.tablet +usr/share/libwacom/intuos5-m.tablet +usr/share/libwacom/intuos5-s.tablet +usr/share/libwacom/intuos5-touch-l.tablet +usr/share/libwacom/intuos5-touch-m.tablet +usr/share/libwacom/intuos5-touch-s.tablet +usr/share/libwacom/isdv4-016c.tablet +usr/share/libwacom/isdv4-100.tablet +usr/share/libwacom/isdv4-101.tablet +usr/share/libwacom/isdv4-104.tablet +usr/share/libwacom/isdv4-10d.tablet +usr/share/libwacom/isdv4-10e.tablet +usr/share/libwacom/isdv4-10f.tablet +usr/share/libwacom/isdv4-114.tablet +usr/share/libwacom/isdv4-116.tablet +usr/share/libwacom/isdv4-117.tablet +usr/share/libwacom/isdv4-124.tablet +usr/share/libwacom/isdv4-12c.tablet +usr/share/libwacom/isdv4-149.tablet +usr/share/libwacom/isdv4-2d1f-001e.tablet +usr/share/libwacom/isdv4-2d1f-002e.tablet +usr/share/libwacom/isdv4-2d1f-0163.tablet +usr/share/libwacom/isdv4-2d1f-524c.tablet +usr/share/libwacom/isdv4-4004.tablet +usr/share/libwacom/isdv4-4800.tablet +usr/share/libwacom/isdv4-4804.tablet +usr/share/libwacom/isdv4-4806.tablet +usr/share/libwacom/isdv4-4807.tablet +usr/share/libwacom/isdv4-4809.tablet +usr/share/libwacom/isdv4-4814.tablet +usr/share/libwacom/isdv4-481a.tablet +usr/share/libwacom/isdv4-4822.tablet +usr/share/libwacom/isdv4-4824.tablet +usr/share/libwacom/isdv4-4831.tablet +usr/share/libwacom/isdv4-4834.tablet +usr/share/libwacom/isdv4-4838.tablet +usr/share/libwacom/isdv4-4841.tablet +usr/share/libwacom/isdv4-484c.tablet +usr/share/libwacom/isdv4-484e.tablet +usr/share/libwacom/isdv4-4851.tablet +usr/share/libwacom/isdv4-485e.tablet +usr/share/libwacom/isdv4-4865.tablet +usr/share/libwacom/isdv4-486a.tablet +usr/share/libwacom/isdv4-4870.tablet +usr/share/libwacom/isdv4-4875.tablet +usr/share/libwacom/isdv4-488f.tablet +usr/share/libwacom/isdv4-4898.tablet +usr/share/libwacom/isdv4-48c9.tablet +usr/share/libwacom/isdv4-48ca.tablet +usr/share/libwacom/isdv4-48ce.tablet +usr/share/libwacom/isdv4-48d6.tablet +usr/share/libwacom/isdv4-48eb.tablet +usr/share/libwacom/isdv4-48ec.tablet +usr/share/libwacom/isdv4-48ed.tablet +usr/share/libwacom/isdv4-48ee.tablet +usr/share/libwacom/isdv4-48f6.tablet +usr/share/libwacom/isdv4-490a.tablet +usr/share/libwacom/isdv4-490b.tablet +usr/share/libwacom/isdv4-4957.tablet +usr/share/libwacom/isdv4-495f.tablet +usr/share/libwacom/isdv4-496c.tablet +usr/share/libwacom/isdv4-4988.tablet +usr/share/libwacom/isdv4-4995.tablet +usr/share/libwacom/isdv4-49a3.tablet +usr/share/libwacom/isdv4-5000.tablet +usr/share/libwacom/isdv4-5002.tablet +usr/share/libwacom/isdv4-5010.tablet +usr/share/libwacom/isdv4-5013.tablet +usr/share/libwacom/isdv4-5014.tablet +usr/share/libwacom/isdv4-502a.tablet +usr/share/libwacom/isdv4-503e.tablet +usr/share/libwacom/isdv4-503f.tablet +usr/share/libwacom/isdv4-5040.tablet +usr/share/libwacom/isdv4-5044.tablet +usr/share/libwacom/isdv4-5048.tablet +usr/share/libwacom/isdv4-504a.tablet +usr/share/libwacom/isdv4-504c.tablet +usr/share/libwacom/isdv4-5072.tablet +usr/share/libwacom/isdv4-5090.tablet +usr/share/libwacom/isdv4-5099.tablet +usr/share/libwacom/isdv4-509d.tablet +usr/share/libwacom/isdv4-509f.tablet +usr/share/libwacom/isdv4-50b4.tablet +usr/share/libwacom/isdv4-50b6.tablet +usr/share/libwacom/isdv4-50b8.tablet +usr/share/libwacom/isdv4-50db.tablet +usr/share/libwacom/isdv4-50e9.tablet +usr/share/libwacom/isdv4-50ef.tablet +usr/share/libwacom/isdv4-50f1.tablet +usr/share/libwacom/isdv4-50f8.tablet +usr/share/libwacom/isdv4-50fd.tablet +usr/share/libwacom/isdv4-50fe.tablet +usr/share/libwacom/isdv4-5110.tablet +usr/share/libwacom/isdv4-5115.tablet +usr/share/libwacom/isdv4-5122.tablet +usr/share/libwacom/isdv4-5128.tablet +usr/share/libwacom/isdv4-513b.tablet +usr/share/libwacom/isdv4-5144.tablet +usr/share/libwacom/isdv4-5146.tablet +usr/share/libwacom/isdv4-5147.tablet +usr/share/libwacom/isdv4-5148.tablet +usr/share/libwacom/isdv4-5150.tablet +usr/share/libwacom/isdv4-5157.tablet +usr/share/libwacom/isdv4-5158.tablet +usr/share/libwacom/isdv4-5159.tablet +usr/share/libwacom/isdv4-515a.tablet +usr/share/libwacom/isdv4-5169.tablet +usr/share/libwacom/isdv4-516b.tablet +usr/share/libwacom/isdv4-517d.tablet +usr/share/libwacom/isdv4-5196.tablet +usr/share/libwacom/isdv4-51a0.tablet +usr/share/libwacom/isdv4-51af.tablet +usr/share/libwacom/isdv4-51b0.tablet +usr/share/libwacom/isdv4-51b1.tablet +usr/share/libwacom/isdv4-51b2.tablet +usr/share/libwacom/isdv4-51b3.tablet +usr/share/libwacom/isdv4-51b6.tablet +usr/share/libwacom/isdv4-51b7.tablet +usr/share/libwacom/isdv4-51b8.tablet +usr/share/libwacom/isdv4-51b9.tablet +usr/share/libwacom/isdv4-51ba.tablet +usr/share/libwacom/isdv4-51bb.tablet +usr/share/libwacom/isdv4-51bc.tablet +usr/share/libwacom/isdv4-51bd.tablet +usr/share/libwacom/isdv4-51be.tablet +usr/share/libwacom/isdv4-51bf.tablet +usr/share/libwacom/isdv4-51c4.tablet +usr/share/libwacom/isdv4-51c7.tablet +usr/share/libwacom/isdv4-51e2.tablet +usr/share/libwacom/isdv4-51e9.tablet +usr/share/libwacom/isdv4-51ef.tablet +usr/share/libwacom/isdv4-51f5.tablet +usr/share/libwacom/isdv4-51f6.tablet +usr/share/libwacom/isdv4-51f9.tablet +usr/share/libwacom/isdv4-5202.tablet +usr/share/libwacom/isdv4-5204.tablet +usr/share/libwacom/isdv4-5215.tablet +usr/share/libwacom/isdv4-5216.tablet +usr/share/libwacom/isdv4-5218.tablet +usr/share/libwacom/isdv4-521c.tablet +usr/share/libwacom/isdv4-521f.tablet +usr/share/libwacom/isdv4-5220.tablet +usr/share/libwacom/isdv4-5221.tablet +usr/share/libwacom/isdv4-5222.tablet +usr/share/libwacom/isdv4-5229.tablet +usr/share/libwacom/isdv4-523a.tablet +usr/share/libwacom/isdv4-523e.tablet +usr/share/libwacom/isdv4-5256.tablet +usr/share/libwacom/isdv4-5276.tablet +usr/share/libwacom/isdv4-5277.tablet +usr/share/libwacom/isdv4-5278.tablet +usr/share/libwacom/isdv4-5279.tablet +usr/share/libwacom/isdv4-527a.tablet +usr/share/libwacom/isdv4-527e.tablet +usr/share/libwacom/isdv4-527f.tablet +usr/share/libwacom/isdv4-5285.tablet +usr/share/libwacom/isdv4-528e.tablet +usr/share/libwacom/isdv4-52a2.tablet +usr/share/libwacom/isdv4-90.tablet +usr/share/libwacom/isdv4-93.tablet +usr/share/libwacom/isdv4-e2.tablet +usr/share/libwacom/isdv4-e3.tablet +usr/share/libwacom/isdv4-e5.tablet +usr/share/libwacom/isdv4-e6.tablet +usr/share/libwacom/isdv4-ec.tablet +usr/share/libwacom/isdv4-ed.tablet +usr/share/libwacom/isdv4-ef.tablet +usr/share/libwacom/kamvas-pro-13.tablet +usr/share/libwacom/layouts/bamboo-0fg-s-p-alt.svg +usr/share/libwacom/layouts/bamboo-0fg-s-p.svg +usr/share/libwacom/layouts/bamboo-16fg-m-pt.svg +usr/share/libwacom/layouts/bamboo-16fg-s-pt.svg +usr/share/libwacom/layouts/bamboo-16fg-s-t.svg +usr/share/libwacom/layouts/bamboo-2fg-fun-m-pt.svg +usr/share/libwacom/layouts/bamboo-2fg-fun-s-pt.svg +usr/share/libwacom/layouts/bamboo-2fg-s-pt.svg +usr/share/libwacom/layouts/bamboo-2fg-s-t.svg +usr/share/libwacom/layouts/bamboo-4fg-fun-m-pt.svg +usr/share/libwacom/layouts/bamboo-4fg-fun-s-pt.svg +usr/share/libwacom/layouts/bamboo-4fg-s-pt.svg +usr/share/libwacom/layouts/bamboo-4fg-s-t.svg +usr/share/libwacom/layouts/bamboo-4fg-se-m-pt.svg +usr/share/libwacom/layouts/bamboo-4fg-se-s-pt.svg +usr/share/libwacom/layouts/bamboo-pad.svg +usr/share/libwacom/layouts/cintiq-12wx.svg +usr/share/libwacom/layouts/cintiq-13hd.svg +usr/share/libwacom/layouts/cintiq-20wsx.svg +usr/share/libwacom/layouts/cintiq-21ux.svg +usr/share/libwacom/layouts/cintiq-21ux2.svg +usr/share/libwacom/layouts/cintiq-22hd.svg +usr/share/libwacom/layouts/cintiq-24hd.svg +usr/share/libwacom/layouts/cintiq-companion-2.svg +usr/share/libwacom/layouts/cintiq-companion-hybrid.svg +usr/share/libwacom/layouts/cintiq-companion.svg +usr/share/libwacom/layouts/cintiq-pro-16-2.svg +usr/share/libwacom/layouts/cintiq-pro-17.svg +usr/share/libwacom/layouts/cintiq-pro-22.svg +usr/share/libwacom/layouts/dth-2242.svg +usr/share/libwacom/layouts/dth-2452.svg +usr/share/libwacom/layouts/dti-520.svg +usr/share/libwacom/layouts/dtk-1651.svg +usr/share/libwacom/layouts/dtk-2451.svg +usr/share/libwacom/layouts/dtu-1031.svg +usr/share/libwacom/layouts/dtu-1141.svg +usr/share/libwacom/layouts/dtu-1141b.svg +usr/share/libwacom/layouts/ek-remote.svg +usr/share/libwacom/layouts/gaomon-s620.svg +usr/share/libwacom/layouts/graphire-wireless-8x6.svg +usr/share/libwacom/layouts/graphire4-4x5.svg +usr/share/libwacom/layouts/graphire4-6x8.svg +usr/share/libwacom/layouts/huion-h420.svg +usr/share/libwacom/layouts/huion-h610-pro.svg +usr/share/libwacom/layouts/huion-h640p.svg +usr/share/libwacom/layouts/huion-h950p.svg +usr/share/libwacom/layouts/huion-new-1060-plus.svg +usr/share/libwacom/layouts/intuos-m-p.svg +usr/share/libwacom/layouts/intuos-m-p2.svg +usr/share/libwacom/layouts/intuos-m-p3.svg +usr/share/libwacom/layouts/intuos-m-pt.svg +usr/share/libwacom/layouts/intuos-m-pt2.svg +usr/share/libwacom/layouts/intuos-pro-2-l.svg +usr/share/libwacom/layouts/intuos-pro-2-m.svg +usr/share/libwacom/layouts/intuos-pro-2-s.svg +usr/share/libwacom/layouts/intuos-pro-l.svg +usr/share/libwacom/layouts/intuos-pro-m.svg +usr/share/libwacom/layouts/intuos-pro-s.svg +usr/share/libwacom/layouts/intuos-s-p.svg +usr/share/libwacom/layouts/intuos-s-p2.svg +usr/share/libwacom/layouts/intuos-s-p3.svg +usr/share/libwacom/layouts/intuos-s-pt.svg +usr/share/libwacom/layouts/intuos-s-pt2.svg +usr/share/libwacom/layouts/intuos3-12x12.svg +usr/share/libwacom/layouts/intuos3-12x19.svg +usr/share/libwacom/layouts/intuos3-4x5.svg +usr/share/libwacom/layouts/intuos3-4x6.svg +usr/share/libwacom/layouts/intuos3-6x11.svg +usr/share/libwacom/layouts/intuos3-6x8.svg +usr/share/libwacom/layouts/intuos3-9x12.svg +usr/share/libwacom/layouts/intuos4-12x19.svg +usr/share/libwacom/layouts/intuos4-4x6.svg +usr/share/libwacom/layouts/intuos4-6x9-wl.svg +usr/share/libwacom/layouts/intuos4-6x9.svg +usr/share/libwacom/layouts/intuos4-8x13.svg +usr/share/libwacom/layouts/intuos5-l.svg +usr/share/libwacom/layouts/intuos5-m.svg +usr/share/libwacom/layouts/intuos5-s.svg +usr/share/libwacom/layouts/kamvas-pro-13.svg +usr/share/libwacom/layouts/mobilestudio-pro-13.svg +usr/share/libwacom/layouts/mobilestudio-pro-16.svg +usr/share/libwacom/layouts/movink-13.svg +usr/share/libwacom/layouts/xp-pen-star03.svg +usr/share/libwacom/letsketch-wp9620.tablet +usr/share/libwacom/libwacom.stylus +usr/share/libwacom/mobilestudio-pro-13-2.tablet +usr/share/libwacom/mobilestudio-pro-13.tablet +usr/share/libwacom/mobilestudio-pro-16-2.tablet +usr/share/libwacom/mobilestudio-pro-16-3.tablet +usr/share/libwacom/mobilestudio-pro-16.tablet +usr/share/libwacom/movink-13.tablet +usr/share/libwacom/n-trig-pen.tablet +usr/share/libwacom/one-by-wacom-m-p.tablet +usr/share/libwacom/one-by-wacom-m-p2.tablet +usr/share/libwacom/one-by-wacom-s-p.tablet +usr/share/libwacom/one-by-wacom-s-p2.tablet +usr/share/libwacom/serial-wacf004.tablet +usr/share/libwacom/surface-go-2.tablet +usr/share/libwacom/surface-go.tablet +usr/share/libwacom/volito-4x5.tablet +usr/share/libwacom/wacom-one-12.tablet +usr/share/libwacom/wacom-one-13.tablet +usr/share/libwacom/wacom-one-pen-m.tablet +usr/share/libwacom/wacom-one-pen-s.tablet +usr/share/libwacom/wacom-one.tablet +usr/share/libwacom/waltop-slim-tablet-12-1.tablet +usr/share/libwacom/xp-pen-g430.tablet +usr/share/libwacom/xp-pen-g640.tablet +usr/share/libwacom/xp-pen-star03.tablet usr/share/licenses/libXfont2/COPYING +usr/share/licenses/libwacom/COPYING %%NLS%%usr/share/locale/af/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/az/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/crh/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/ky/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/sq/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/xkeyboard-config.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/xkeyboard-config.mo +usr/share/man/man1/libinput-debug-events.1.gz +usr/share/man/man1/libinput-list-devices.1.gz +usr/share/man/man1/libinput.1.gz +usr/share/man/man1/libwacom-list-devices.1.gz +usr/share/man/man1/libwacom-list-local-devices.1.gz usr/share/man/man7/xkeyboard-config.7.gz +usr/share/zsh/site-functions/_libinput @dir usr/share/X11/app-defaults @dir var/cache/libX11/compose