diff --git a/Mk/Uses/linux.mk b/Mk/Uses/linux.mk index b3778d77dd06..6dbec4e40690 100644 --- a/Mk/Uses/linux.mk +++ b/Mk/Uses/linux.mk @@ -1,339 +1,356 @@ # 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.2 +LINUX_DIST_VER?= 9.3 . 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_${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:sysutils/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_${linux_ARGS}_gnutls= linux-${linux_ARGS}-gnutls>0:security/linux-${linux_ARGS}-gnutls _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_${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_libnghttp2= linux-${linux_ARGS}-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_${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_${linux_ARGS}_libsndfile= linux-${linux_ARGS}-libsndfile>0:audio/linux-${linux_ARGS}-libsndfile _linux_c7_libssh2= linux-c7-libssh2>0:security/linux-c7-libssh2 _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_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}_libxlst= linux-${linux_ARGS}-libxlst>0:textproc/linux-${linux_ARGS}-libxlst _linux_rl9_llvm= linux-${linux_ARGS}-llvm>0:devel/linux-${linux_ARGS}-llvm _linux_${linux_ARGS}_lttng-ust= linux-${linux_ARGS}-lttng-ust>0:sysutils/linux-${linux_ARGS}-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_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_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_${linux_ARGS}_sdl12= linux-${linux_ARGS}-sdl>0:devel/linux-${linux_ARGS}-sdl12 _linux_${linux_ARGS}_sdlimage= linux-${linux_ARGS}-sdl_image>0:graphics/linux-${linux_ARGS}-sdl_image _linux_${linux_ARGS}_sdlmixer= linux-${linux_ARGS}-sdl_mixer>0:audio/linux-${linux_ARGS}-sdl_mixer _linux_${linux_ARGS}_sdlttf= linux-${linux_ARGS}-sdl_ttf>0:graphics/linux-${linux_ARGS}-sdl_ttf _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_${linux_ARGS}_tcl85= linux-${linux_ARGS}-tcl85>0:lang/linux-${linux_ARGS}-tcl85 _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_${linux_ARGS}_tk85= linux-${linux_ARGS}-tk85>0:x11-toolkits/linux-${linux_ARGS}-tk85 _linux_c7_trousers= linux-c7-trousers>0:security/linux-c7-trousers _linux_${linux_ARGS}_userspace-rcu= linux-${linux_ARGS}-userspace-rcu>0:sysutils/linux-${linux_ARGS}-userspace-rcu +_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_c7_xcb-util= linux-c7-xcb-util>0:x11/linux-c7-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 . 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 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/Makefile b/audio/Makefile index f10bffe4a5b2..afd86babf96d 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,911 +1,912 @@ COMMENT = Audio tools SUBDIR += GxSwitchlessWah-lv2 SUBDIR += HVSC-Update SUBDIR += Maaate SUBDIR += a2jmidid SUBDIR += abcde SUBDIR += abcselect SUBDIR += abgate-lv2 SUBDIR += abx SUBDIR += adplay SUBDIR += aeolus SUBDIR += afsp SUBDIR += aften SUBDIR += alac SUBDIR += alacenc SUBDIR += alienwah SUBDIR += alo-lv2 SUBDIR += alsa-lib SUBDIR += alsa-plugins SUBDIR += alsa-seq-server SUBDIR += alsa-sndio SUBDIR += alsa-utils SUBDIR += alure SUBDIR += amb-plugins SUBDIR += amberol SUBDIR += ampache SUBDIR += amsynth SUBDIR += aqualung SUBDIR += ardour SUBDIR += ario SUBDIR += arss SUBDIR += artyfx-lv2 SUBDIR += asmix SUBDIR += asmixer SUBDIR += asterisk-espeak SUBDIR += asterisk-flite SUBDIR += asunder SUBDIR += atracdenc SUBDIR += atunes SUBDIR += aubio SUBDIR += audacity SUBDIR += audiere SUBDIR += audiocd-kio SUBDIR += audiowmark SUBDIR += aumix SUBDIR += autocd SUBDIR += autotalent SUBDIR += autozen SUBDIR += avldrums-lv2 SUBDIR += aylet SUBDIR += bambootracker SUBDIR += bamp-lv2 SUBDIR += bangr-lv2 SUBDIR += baresip SUBDIR += bcg729 SUBDIR += bchoppr-lv2 SUBDIR += beep SUBDIR += beets SUBDIR += bespokesynth SUBDIR += bharvestr-lv2 SUBDIR += bjumblr-lv2 SUBDIR += bliss SUBDIR += blop SUBDIR += boca SUBDIR += boops-lv2 SUBDIR += bristol SUBDIR += bschaffl-lv2 SUBDIR += bsequencer-lv2 SUBDIR += bshapr-lv2 SUBDIR += bslizr-lv2 SUBDIR += cadence SUBDIR += calf-lv2 SUBDIR += cam SUBDIR += cantata SUBDIR += caps-lv2 SUBDIR += caps-plugins SUBDIR += cardinal SUBDIR += carla SUBDIR += cava SUBDIR += cd-discid SUBDIR += cddb-bundle SUBDIR += cdparanoia SUBDIR += checkmate SUBDIR += cheesecutter SUBDIR += chordpack SUBDIR += chromaprint SUBDIR += cli-visualizer SUBDIR += clunk SUBDIR += cmt SUBDIR += cmus SUBDIR += codec2 SUBDIR += csound SUBDIR += csoundqt SUBDIR += ctronome SUBDIR += cuetools SUBDIR += cutmp3 SUBDIR += cyanrip SUBDIR += d11amp SUBDIR += darkice SUBDIR += dcd SUBDIR += deadbeef SUBDIR += deadbeef-jack-plugin SUBDIR += deadbeef-mpris2-plugin SUBDIR += deadbeef-musical-spectrum-plugin SUBDIR += deadbeef-playback-status-plugin SUBDIR += deadbeef-quick-search-plugin SUBDIR += deadbeef-spectrogram-plugin SUBDIR += deadbeef-vu-meter-plugin SUBDIR += deadbeef-waveform-seekbar-plugin SUBDIR += denemo SUBDIR += dexed SUBDIR += dgedit SUBDIR += din SUBDIR += discid SUBDIR += dmidiplayer SUBDIR += dpf-plugins-lv2 SUBDIR += dragonfly-reverb-lv2 SUBDIR += drumgizmo SUBDIR += drumkv1-lv2 SUBDIR += drumpiler SUBDIR += drumstick SUBDIR += dsbmixer SUBDIR += dssi SUBDIR += dtmfdial SUBDIR += dumb SUBDIR += dumb-allegro SUBDIR += easytag SUBDIR += eawpats SUBDIR += eawplus SUBDIR += ebumeter SUBDIR += ebur128 SUBDIR += ecasound SUBDIR += elisa SUBDIR += emms SUBDIR += enscribe SUBDIR += epos-devel SUBDIR += eq10q-lv2 SUBDIR += espeak-ng SUBDIR += espressivo-lv2 SUBDIR += essentia SUBDIR += etcd SUBDIR += eteroj-lv2 SUBDIR += etktab SUBDIR += exaile SUBDIR += exhale SUBDIR += ezstream SUBDIR += faac SUBDIR += faad SUBDIR += fabla2-lv2 SUBDIR += fapg SUBDIR += fatfrog-lv2 SUBDIR += faudio SUBDIR += faust SUBDIR += faust-lv2 SUBDIR += faustlive SUBDIR += fcplay SUBDIR += fdk-aac SUBDIR += fdmf SUBDIR += festalon SUBDIR += festival SUBDIR += festival-freebsoft-utils SUBDIR += festlex-cmu SUBDIR += festlex-czech SUBDIR += festlex-oald SUBDIR += festlex-poslex SUBDIR += festvox-cmu_us_awb_arctic SUBDIR += festvox-cmu_us_bdl_arctic SUBDIR += festvox-cmu_us_clb_arctic SUBDIR += festvox-cmu_us_jmk_arctic SUBDIR += festvox-cmu_us_ksp_arctic SUBDIR += festvox-cmu_us_rms_arctic SUBDIR += festvox-cmu_us_slt_arctic SUBDIR += festvox-don SUBDIR += festvox-el11 SUBDIR += festvox-kal16 SUBDIR += festvox-kal8 SUBDIR += festvox-ked16 SUBDIR += festvox-ked8 SUBDIR += festvox-rab16 SUBDIR += festvox-rab8 SUBDIR += festvox-russian SUBDIR += flac SUBDIR += flac123 SUBDIR += flacon SUBDIR += flite SUBDIR += fluid-soundfont SUBDIR += fluida-lv2 SUBDIR += fluidplug-lv2 SUBDIR += fluidsynth SUBDIR += fluidsynth-dssi SUBDIR += fmit SUBDIR += fogpad-lv2 SUBDIR += fomp-lv2 SUBDIR += foo-yc20 SUBDIR += fossmixer SUBDIR += freac SUBDIR += freealut SUBDIR += freebsd-13-mixer SUBDIR += freedesktop-sound-theme SUBDIR += freepats SUBDIR += ft2-clone SUBDIR += ft2play SUBDIR += funktrackergold SUBDIR += furnace SUBDIR += ganv SUBDIR += gbsplay SUBDIR += geonkick-lv2 SUBDIR += ggwave SUBDIR += giada SUBDIR += gigedit SUBDIR += gmsynth-lv2 SUBDIR += gmtp SUBDIR += gmusicbrowser SUBDIR += gnaural SUBDIR += gnome-metronome SUBDIR += gnome-music SUBDIR += gnome-podcasts SUBDIR += gnupod SUBDIR += gnuspeechsa SUBDIR += gnustep-cdplayer SUBDIR += goattracker SUBDIR += gogglesmm SUBDIR += gonic SUBDIR += goobox SUBDIR += gqradio SUBDIR += gramofile SUBDIR += grip SUBDIR += gsequencer SUBDIR += gsm SUBDIR += gsound SUBDIR += gstreamer1-plugins-a52dec SUBDIR += gstreamer1-plugins-amrnb SUBDIR += gstreamer1-plugins-amrwbdec SUBDIR += gstreamer1-plugins-bs2b SUBDIR += gstreamer1-plugins-cdparanoia SUBDIR += gstreamer1-plugins-chromaprint SUBDIR += gstreamer1-plugins-faac SUBDIR += gstreamer1-plugins-faad SUBDIR += gstreamer1-plugins-flac SUBDIR += gstreamer1-plugins-flite SUBDIR += gstreamer1-plugins-gme SUBDIR += gstreamer1-plugins-gsm SUBDIR += gstreamer1-plugins-jack SUBDIR += gstreamer1-plugins-ladspa SUBDIR += gstreamer1-plugins-lame SUBDIR += gstreamer1-plugins-lv2 SUBDIR += gstreamer1-plugins-modplug SUBDIR += gstreamer1-plugins-mpg123 SUBDIR += gstreamer1-plugins-musepack SUBDIR += gstreamer1-plugins-ogg SUBDIR += gstreamer1-plugins-openmpt SUBDIR += gstreamer1-plugins-opus SUBDIR += gstreamer1-plugins-pulse SUBDIR += gstreamer1-plugins-shout2 SUBDIR += gstreamer1-plugins-sidplay SUBDIR += gstreamer1-plugins-sndfile SUBDIR += gstreamer1-plugins-sndio SUBDIR += gstreamer1-plugins-soundtouch SUBDIR += gstreamer1-plugins-speex SUBDIR += gstreamer1-plugins-taglib SUBDIR += gstreamer1-plugins-twolame SUBDIR += gstreamer1-plugins-vorbis SUBDIR += gstreamer1-plugins-wavpack SUBDIR += gstreamer1-plugins-webrtcdsp SUBDIR += gtick SUBDIR += gtk-mixer SUBDIR += gtkguitune SUBDIR += gtkpod SUBDIR += gtmixer SUBDIR += gtultra SUBDIR += guidoar SUBDIR += guidolib SUBDIR += guitarix-lv2 SUBDIR += gula-plugins-lv2 SUBDIR += guspat SUBDIR += gvolwheel SUBDIR += gxplugins-lv2 SUBDIR += harp SUBDIR += headsetcontrol SUBDIR += hexter SUBDIR += hpsjam SUBDIR += hts_engine-API SUBDIR += hydrogen SUBDIR += icecast SUBDIR += icecast-kh SUBDIR += icegenerator SUBDIR += ices SUBDIR += id3el SUBDIR += id3lib SUBDIR += id3mtag SUBDIR += id3tool SUBDIR += id3v2 SUBDIR += iir1 SUBDIR += infamous-plugins-lv2 SUBDIR += inscore SUBDIR += intersect-lv2 SUBDIR += invada-studio-plugins-lv2 SUBDIR += ir-lv2 SUBDIR += jack SUBDIR += jack-capture SUBDIR += jack-example-tools SUBDIR += jack-keyboard SUBDIR += jack-smf-utils SUBDIR += jack_ghero SUBDIR += jack_umidi SUBDIR += jacktrip SUBDIR += jalv SUBDIR += jalv-select SUBDIR += jamulus SUBDIR += jconvolver SUBDIR += jid3lib SUBDIR += jmatconvol SUBDIR += jnoisemeter SUBDIR += juk SUBDIR += juke SUBDIR += julius SUBDIR += kaldi SUBDIR += kaldi-vosk SUBDIR += kapitonov-plugins-pack-lv2 SUBDIR += kid3 SUBDIR += klystrack SUBDIR += kmix SUBDIR += komposter SUBDIR += kwave SUBDIR += ladish SUBDIR += ladspa SUBDIR += lame SUBDIR += lash SUBDIR += lenticular-lv2 SUBDIR += lewton SUBDIR += liba52 SUBDIR += libadplug SUBDIR += libaiff SUBDIR += libamrnb SUBDIR += libamrwb SUBDIR += libao SUBDIR += libaudec SUBDIR += libaudiofile SUBDIR += libbpm SUBDIR += libbs2b SUBDIR += libcanberra SUBDIR += libcanberra-gtk2 SUBDIR += libcanberra-gtk3 SUBDIR += libcdaudio SUBDIR += libcddb SUBDIR += libcddb-doc SUBDIR += libconvolve SUBDIR += libcoverart SUBDIR += libdiscid SUBDIR += libdjinterop SUBDIR += libdssialsacompat SUBDIR += libebur128 SUBDIR += libechonest SUBDIR += libfilteraudio SUBDIR += libfishsound SUBDIR += libg722 SUBDIR += libgig SUBDIR += libgme SUBDIR += libgpod SUBDIR += libid3tag SUBDIR += libinstpatch SUBDIR += libkcddb SUBDIR += libkcompactdisc SUBDIR += libkeyfinder SUBDIR += liblastfm-qt5 SUBDIR += liblo SUBDIR += liblscp SUBDIR += libltc SUBDIR += libmad SUBDIR += libmatemixer SUBDIR += libmikmod SUBDIR += libmodplug SUBDIR += libmp3-archive-perl SUBDIR += libmp3splt SUBDIR += libmpd SUBDIR += libmpdclient SUBDIR += libmusicbrainz5 SUBDIR += libmusicxml SUBDIR += libmysofa SUBDIR += libnoise SUBDIR += libogg SUBDIR += liboggz SUBDIR += libopenmpt SUBDIR += libopenshot-audio SUBDIR += libopenspc SUBDIR += libopusenc SUBDIR += libremidi SUBDIR += libsamplerate SUBDIR += libshairport SUBDIR += libshout SUBDIR += libsidplay SUBDIR += libsidplay2 SUBDIR += libsidplayfp SUBDIR += libsmf SUBDIR += libsndfile SUBDIR += libsonic SUBDIR += libsoxr SUBDIR += libspecbleach SUBDIR += libvgm SUBDIR += libvorbis SUBDIR += libxmp SUBDIR += lilv SUBDIR += lingot SUBDIR += linux-c7-alsa-lib SUBDIR += linux-c7-alsa-lib-devel SUBDIR += linux-c7-alsa-plugins-oss SUBDIR += linux-c7-alsa-plugins-pulseaudio SUBDIR += linux-c7-alsa-utils SUBDIR += linux-c7-audiofile SUBDIR += linux-c7-flac SUBDIR += linux-c7-gsm SUBDIR += linux-c7-libogg SUBDIR += linux-c7-libsndfile SUBDIR += linux-c7-libvorbis SUBDIR += linux-c7-openal-soft SUBDIR += linux-c7-pulseaudio-libs SUBDIR += linux-c7-pulseaudio-utils SUBDIR += linux-c7-sdl_mixer SUBDIR += linux-laudio SUBDIR += linux-rl9-alsa-lib SUBDIR += linux-rl9-alsa-lib-devel SUBDIR += linux-rl9-alsa-plugins-oss SUBDIR += linux-rl9-alsa-plugins-pulseaudio SUBDIR += linux-rl9-flac SUBDIR += linux-rl9-gsm SUBDIR += linux-rl9-libogg SUBDIR += linux-rl9-libsndfile SUBDIR += linux-rl9-libvorbis + SUBDIR += linux-rl9-openal-soft SUBDIR += linux-rl9-opus SUBDIR += linux-rl9-pulseaudio-libs SUBDIR += linuxsampler SUBDIR += linuxwave SUBDIR += liquidsfz SUBDIR += listener SUBDIR += littlefly-lv2 SUBDIR += lmms SUBDIR += logitechmediaserver SUBDIR += logitechmediaserver-dynamicplaylist SUBDIR += logitechmediaserver-lazysearch SUBDIR += logitechmediaserver-sqlplaylist SUBDIR += logitechmediaserver-trackstat SUBDIR += lollypop SUBDIR += lpcnet SUBDIR += lsp-plugins-lv2 SUBDIR += lua-mpd SUBDIR += luppp SUBDIR += lv2 SUBDIR += lv2file SUBDIR += lv2lint SUBDIR += lv2proc SUBDIR += lvtk SUBDIR += mac SUBDIR += madfufw SUBDIR += madplay SUBDIR += madronalib SUBDIR += malint SUBDIR += mamba SUBDIR += mate-media SUBDIR += mclk-lv2 SUBDIR += mda-lv2 SUBDIR += mhwaveedit SUBDIR += midi-matrix-lv2 SUBDIR += midifile SUBDIR += midiomatic-lv2 SUBDIR += midipp SUBDIR += midisharelight SUBDIR += midivisualizer SUBDIR += mikmod SUBDIR += milkytracker SUBDIR += miniaudio SUBDIR += minimp3 SUBDIR += mio2jack SUBDIR += mixer.app SUBDIR += mixertui SUBDIR += mixxx SUBDIR += mkcue SUBDIR += mmtc SUBDIR += moc SUBDIR += modplug-tools SUBDIR += moodbar SUBDIR += moony-lv2 SUBDIR += mousai SUBDIR += mp-player SUBDIR += mp3-archive-tools SUBDIR += mp3_check SUBDIR += mp3asm SUBDIR += mp3blaster SUBDIR += mp3burn SUBDIR += mp3check SUBDIR += mp3gain SUBDIR += mp3guessenc SUBDIR += mp3lint SUBDIR += mp3mover SUBDIR += mp3plot SUBDIR += mp3riot SUBDIR += mp3splt SUBDIR += mp3stat SUBDIR += mp3unicode SUBDIR += mp3val SUBDIR += mp3wrap SUBDIR += mpdas SUBDIR += mpdcon SUBDIR += mpdscribble SUBDIR += mpg123 SUBDIR += mpg123.el SUBDIR += mpg321 SUBDIR += mps SUBDIR += mpz SUBDIR += mumble SUBDIR += mumble-server SUBDIR += murmur SUBDIR += murmur-cli SUBDIR += muse-sequencer SUBDIR += musepack SUBDIR += musescore SUBDIR += musescore3 SUBDIR += musiccontrol SUBDIR += musicpc SUBDIR += musicpd SUBDIR += mythplugin-mythmusic SUBDIR += myxer SUBDIR += nas SUBDIR += ncmpc SUBDIR += ncmpcpp SUBDIR += ncpamixer SUBDIR += ncspot SUBDIR += netease-music-tui SUBDIR += noise-repellent-lv2 SUBDIR += noise-suppression-for-voice-lv2 SUBDIR += normalize SUBDIR += nosefart SUBDIR += noson-app SUBDIR += nyquist SUBDIR += oaml SUBDIR += ocp SUBDIR += ogg2mp3 SUBDIR += openal-soft SUBDIR += opencore-amr SUBDIR += openspc SUBDIR += optimfrog SUBDIR += optimfrog-sse2 SUBDIR += opus SUBDIR += opus-tools SUBDIR += opusfile SUBDIR += opustags SUBDIR += orbit-lv2 SUBDIR += osd-lyrics SUBDIR += osdmixer SUBDIR += oss SUBDIR += owntone SUBDIR += p5-Audio-CD SUBDIR += p5-Audio-Ecasound SUBDIR += p5-Audio-FLAC-Header SUBDIR += p5-Audio-MPD SUBDIR += p5-Audio-MPD-Common SUBDIR += p5-Audio-Mixer SUBDIR += p5-Audio-Musepack SUBDIR += p5-Audio-Scan SUBDIR += p5-Audio-Scrobbler SUBDIR += p5-Audio-WMA SUBDIR += p5-Audio-Wav SUBDIR += p5-CDDB SUBDIR += p5-CDDB-File SUBDIR += p5-CDDB_get SUBDIR += p5-Filesys-Virtual-DAAP SUBDIR += p5-MIDI-Perl SUBDIR += p5-MP3-Find SUBDIR += p5-MP3-ID3v1Tag SUBDIR += p5-MP3-Info SUBDIR += p5-MP3-Tag SUBDIR += p5-MP3-Tag-Utils SUBDIR += p5-MPEG-ID3v2Tag SUBDIR += p5-Music-Audioscrobbler-MPD SUBDIR += p5-Music-Audioscrobbler-Submit SUBDIR += p5-MusicBrainz-DiscID SUBDIR += p5-Net-DAAP-Client SUBDIR += p5-Net-DAAP-DMAP SUBDIR += p5-Net-FreeDB SUBDIR += p5-Net-LibLO SUBDIR += p5-Ogg-Vorbis-Header SUBDIR += p5-Ogg-Vorbis-Header-PurePerl SUBDIR += p5-Shout SUBDIR += p5-Test-Corpus-Audio-MPD SUBDIR += p5-libvorbis SUBDIR += p5-tagged SUBDIR += pa-applet SUBDIR += pacpl SUBDIR += padthv1-lv2 SUBDIR += paman SUBDIR += pamixer SUBDIR += paprefs SUBDIR += pasystray SUBDIR += patchage SUBDIR += pavucontrol SUBDIR += pavucontrol-qt SUBDIR += pavumeter SUBDIR += pc-mixer SUBDIR += pcaudiolib SUBDIR += pd SUBDIR += pd-cyclone SUBDIR += pear-Text_Spell_Audio SUBDIR += penguinsap SUBDIR += pianobar SUBDIR += pianobooster SUBDIR += pianod2 SUBDIR += picard SUBDIR += picard-plugins SUBDIR += pipewire-module-xrdp SUBDIR += pithos SUBDIR += plasma5-kpipewire SUBDIR += plasma5-oxygen-sounds SUBDIR += plasma5-plasma-pa SUBDIR += plasma6-kpipewire SUBDIR += plasma6-ocean-sound-theme SUBDIR += plasma6-oxygen-sounds SUBDIR += plasma6-plasma-pa SUBDIR += playgsf SUBDIR += playmidi SUBDIR += playumidi SUBDIR += pms SUBDIR += pms-devel SUBDIR += pocketsphinx SUBDIR += poly-lv2 SUBDIR += polyphone SUBDIR += portaudio SUBDIR += portmidi SUBDIR += praat SUBDIR += pragha SUBDIR += prelude-lv2 SUBDIR += psindustrializer SUBDIR += pt2-clone SUBDIR += puddletag SUBDIR += pulseaudio SUBDIR += pulseaudio-module-sndio SUBDIR += pulseaudio-module-xrdp SUBDIR += pulseaudio-qt SUBDIR += py-SoundFile SUBDIR += py-al SUBDIR += py-apetag SUBDIR += py-aubio SUBDIR += py-audioread SUBDIR += py-auditok SUBDIR += py-discid SUBDIR += py-discogs-client SUBDIR += py-essentia SUBDIR += py-eyed3 SUBDIR += py-fmoo-audiotools SUBDIR += py-gtts SUBDIR += py-hsaudiotag3k SUBDIR += py-librosa SUBDIR += py-mpd SUBDIR += py-music21 SUBDIR += py-musicbrainzngs SUBDIR += py-mutagen SUBDIR += py-opuslib SUBDIR += py-playsound SUBDIR += py-pocketsphinx SUBDIR += py-pulsectl SUBDIR += py-pyacoustid SUBDIR += py-pyaudio SUBDIR += py-pydub SUBDIR += py-pyjacklib SUBDIR += py-pylast SUBDIR += py-pyliblo SUBDIR += py-pymad SUBDIR += py-pyogg SUBDIR += py-pyradio SUBDIR += py-pysndfile SUBDIR += py-python-mpd2 SUBDIR += py-pyttsx3 SUBDIR += py-resampy SUBDIR += py-samplerate SUBDIR += py-simpleaudio SUBDIR += py-soundcloud SUBDIR += py-sounddevice SUBDIR += py-soundscrape SUBDIR += py-soxr SUBDIR += py-speechrecognition SUBDIR += py-spotipy SUBDIR += py-tagpy SUBDIR += py-torchaudio SUBDIR += py-vosk SUBDIR += py-wavio SUBDIR += py-webrtcvad SUBDIR += py-zita-audiotools SUBDIR += py-zita-jacktools SUBDIR += qaudiosonar SUBDIR += qjackcapture SUBDIR += qjackctl SUBDIR += qmidiarp SUBDIR += qmidictl SUBDIR += qmidinet SUBDIR += qsampler SUBDIR += qsynth SUBDIR += qtractor SUBDIR += quimup SUBDIR += qxgedit SUBDIR += raul SUBDIR += rawrec SUBDIR += re SUBDIR += rebot3 SUBDIR += resid SUBDIR += rexima SUBDIR += rezound SUBDIR += rhvoice SUBDIR += rhvoice-dictionary SUBDIR += rhythmbox SUBDIR += ripperx SUBDIR += rkr-lv2 SUBDIR += rnnoise SUBDIR += rnnoise-nu SUBDIR += rosegarden SUBDIR += rsgain SUBDIR += rsynth SUBDIR += rtaudio SUBDIR += rtmidi SUBDIR += rubberband SUBDIR += ruby-smf SUBDIR += ruby-taglib SUBDIR += rubygem-librmpd SUBDIR += rubygem-ruby-mp3info SUBDIR += rubygem-ruby-ogginfo SUBDIR += rubygem-ruby-shout SUBDIR += s3mod SUBDIR += samplv1-lv2 SUBDIR += sayonara SUBDIR += sbagen SUBDIR += sc3-plugins SUBDIR += schismtracker SUBDIR += screcord-lv2 SUBDIR += sdl2_mixer SUBDIR += sdl2_sound SUBDIR += sdl_audiolib SUBDIR += sdl_mixer SUBDIR += sdl_sound SUBDIR += sfizz SUBDIR += sfront SUBDIR += shairplay SUBDIR += shairport-sync SUBDIR += sherlock-lv2 SUBDIR += shntool SUBDIR += shortwave SUBDIR += shuriken SUBDIR += sidplay SUBDIR += sidplay2 SUBDIR += sidplayer SUBDIR += sidplayfp SUBDIR += simplemod SUBDIR += siren SUBDIR += snack SUBDIR += snd SUBDIR += sndio SUBDIR += so-synth-lv2 SUBDIR += solfege SUBDIR += somafm-cli SUBDIR += sonata SUBDIR += songrec SUBDIR += sonic-visualiser SUBDIR += sonivox SUBDIR += sonivox-eas SUBDIR += sorcer-lv2 SUBDIR += sound-juicer SUBDIR += soundgrab SUBDIR += soundtouch SUBDIR += soundtracker SUBDIR += sox SUBDIR += spc2it SUBDIR += spectacle-lv2 SUBDIR += spectmorph SUBDIR += spectrogram SUBDIR += speech-denoiser-lv2 SUBDIR += speex SUBDIR += speexdsp SUBDIR += spek SUBDIR += spiralloops SUBDIR += spiralsynth SUBDIR += spiralsynthmodular SUBDIR += spotify-player SUBDIR += spotify-qt SUBDIR += spotify-tui SUBDIR += spotifyd SUBDIR += squash SUBDIR += squeezelite SUBDIR += sratom SUBDIR += ssr-lv2 SUBDIR += stegosaurus-lv2 SUBDIR += stk SUBDIR += stone-phaser-lv2 SUBDIR += strawberry SUBDIR += streamripper SUBDIR += streamtranscoder SUBDIR += string-machine-lv2 SUBDIR += stymulator SUBDIR += suil SUBDIR += supercollider SUBDIR += surge-synthesizer-lv2 SUBDIR += surge-synthesizer-xt-lv2 SUBDIR += swh-lv2 SUBDIR += swhplugins SUBDIR += synthpod-lv2 SUBDIR += synthv1-lv2 SUBDIR += taglib SUBDIR += taglookup SUBDIR += tagutil SUBDIR += tamgamp-lv2 SUBDIR += tap-plugins SUBDIR += tap-plugins-lv2 SUBDIR += tcd SUBDIR += teamspeak3-server SUBDIR += tempest_for_eliza SUBDIR += tetraproc SUBDIR += thunar-media-tags-plugin SUBDIR += tiatracker SUBDIR += timbre-mill SUBDIR += timely-lv2 SUBDIR += timemachine SUBDIR += timidity SUBDIR += timidity++ SUBDIR += timidity++-emacs SUBDIR += timidity++-gtk SUBDIR += timidity++-motif SUBDIR += timidity++-slang SUBDIR += timidity++-xaw SUBDIR += timidity++-xskin SUBDIR += tkeca SUBDIR += toccata-lv2 SUBDIR += tosha SUBDIR += traverso SUBDIR += triceratops-lv2 SUBDIR += tse3 SUBDIR += tta SUBDIR += tuner SUBDIR += twolame SUBDIR += uade SUBDIR += umix SUBDIR += umodplayer SUBDIR += umurmur SUBDIR += vamp-plugin-sdk SUBDIR += vban SUBDIR += vgmplay SUBDIR += vgmtools SUBDIR += vimpc SUBDIR += virtual_oss SUBDIR += virtual_oss_ctl SUBDIR += visp-go SUBDIR += vitunes SUBDIR += vm-lv2 SUBDIR += vmpk SUBDIR += vo-amrwbenc SUBDIR += voipong SUBDIR += volumeicon SUBDIR += vorbis-tools SUBDIR += vorbisgain SUBDIR += vosk-api SUBDIR += vsound SUBDIR += vst3sdk SUBDIR += waon SUBDIR += wasabi SUBDIR += wavbreaker SUBDIR += wavegain SUBDIR += wavetral SUBDIR += wavpack SUBDIR += wavplay SUBDIR += webrtc-audio-processing SUBDIR += webrtc-audio-processing0 SUBDIR += welle.io SUBDIR += whysynth SUBDIR += wildmidi SUBDIR += wmix SUBDIR += wmmp SUBDIR += wmsmixer SUBDIR += wolf-shaper-lv2 SUBDIR += wxguitar SUBDIR += x42-plugins-lv2 SUBDIR += xanalyser SUBDIR += xcd SUBDIR += xcdplayer SUBDIR += xfce4-mixer SUBDIR += xfce4-mpc-plugin SUBDIR += xfce4-pulseaudio-plugin SUBDIR += xfmpc SUBDIR += xmcd SUBDIR += xmix SUBDIR += xmixer SUBDIR += xmmix SUBDIR += xmp SUBDIR += xoscope SUBDIR += xsynth-dssi SUBDIR += xuidesigner SUBDIR += xwave SUBDIR += yell SUBDIR += ympd SUBDIR += yoshimi SUBDIR += zam-plugins-lv2 SUBDIR += zita-alsa-pcmi SUBDIR += zita-at1 SUBDIR += zita-bls1 SUBDIR += zita-convolver SUBDIR += zita-dpl1 SUBDIR += zita-jclient SUBDIR += zita-mu1 SUBDIR += zita-njbridge SUBDIR += zita-resampler SUBDIR += zita-rev1 SUBDIR += zmusic SUBDIR += zplugins-lv2 SUBDIR += zrythm SUBDIR += zynaddsubfx .include diff --git a/audio/linux-rl9-alsa-lib-devel/Makefile b/audio/linux-rl9-alsa-lib-devel/Makefile index 63da637a7688..df50dca3570f 100644 --- a/audio/linux-rl9-alsa-lib-devel/Makefile +++ b/audio/linux-rl9-alsa-lib-devel/Makefile @@ -1,26 +1,26 @@ PORTNAME= alsa-lib -PORTVERSION= 1.2.8 -DISTVERSIONSUFFIX= -3.el9 +PORTVERSION= 1.2.9 +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 LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr post-install: ${RM} -r ${STAGEDIR}${PREFIX}/usr/include \ ${STAGEDIR}${PREFIX}/usr/share/doc .include diff --git a/audio/linux-rl9-alsa-lib-devel/distinfo b/audio/linux-rl9-alsa-lib-devel/distinfo index 7976f2e67444..216ace6c4a8c 100644 --- a/audio/linux-rl9-alsa-lib-devel/distinfo +++ b/audio/linux-rl9-alsa-lib-devel/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1688570197 -SHA256 (rocky/a/alsa-lib-devel-1.2.8-3.el9.aarch64.rpm) = 6673017fe9617ab4afc7b5a36b936ace361dff857ad2607b4ad83ea8c198b9ea -SIZE (rocky/a/alsa-lib-devel-1.2.8-3.el9.aarch64.rpm) = 811875 -SHA256 (rocky/a/alsa-lib-devel-1.2.8-3.el9.x86_64.rpm) = 226275731fb0805eb79dd737981d6880e76cc94a48a79a0cf1d84fb8b87848a2 -SIZE (rocky/a/alsa-lib-devel-1.2.8-3.el9.x86_64.rpm) = 812019 -SHA256 (rocky/a/alsa-lib-1.2.8-3.el9.src.rpm) = 9daa13a4ca2905743f13a057b8fc871508ae3af63f120332329c755f0fc0ec0b -SIZE (rocky/a/alsa-lib-1.2.8-3.el9.src.rpm) = 1181183 +TIMESTAMP = 1707687580 +SHA256 (rocky/a/alsa-lib-devel-1.2.9-1.el9.aarch64.rpm) = 1817f4efe3a2d5a0394119fad84ad95aa51c1db8fd67999d9970b0c2f5096a66 +SIZE (rocky/a/alsa-lib-devel-1.2.9-1.el9.aarch64.rpm) = 813855 +SHA256 (rocky/a/alsa-lib-devel-1.2.9-1.el9.x86_64.rpm) = ad475b7b2dcccd4450bf00624b1e1bd2618924753d3ac49488f7036eee0f3394 +SIZE (rocky/a/alsa-lib-devel-1.2.9-1.el9.x86_64.rpm) = 814033 +SHA256 (rocky/a/alsa-lib-1.2.9-1.el9.src.rpm) = 55baa13e28a6c3ba3ae44698c3a15315fd29b3ab49837b39b31971badbd13f94 +SIZE (rocky/a/alsa-lib-1.2.9-1.el9.src.rpm) = 1164899 diff --git a/audio/linux-rl9-alsa-lib/Makefile b/audio/linux-rl9-alsa-lib/Makefile index 15ef9fadb215..cb73db080f0e 100644 --- a/audio/linux-rl9-alsa-lib/Makefile +++ b/audio/linux-rl9-alsa-lib/Makefile @@ -1,27 +1,27 @@ PORTNAME= alsa-lib -PORTVERSION= 1.2.8 -DISTVERSIONSUFFIX= -3.el9 +PORTVERSION= 1.2.9 +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 CONFLICTS= linux-c6-${PORTNAME} 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 d891c334511b..7085e3ab51dc 100644 --- a/audio/linux-rl9-alsa-lib/distinfo +++ b/audio/linux-rl9-alsa-lib/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1686483912 -SHA256 (rocky/a/alsa-lib-1.2.8-3.el9.aarch64.rpm) = b6eec26dbb52ac2c49bb1539f2d0e014adb96c6795fb23ed42dd1dff3b45bc1d -SIZE (rocky/a/alsa-lib-1.2.8-3.el9.aarch64.rpm) = 496747 -SHA256 (rocky/a/alsa-lib-1.2.8-3.el9.x86_64.rpm) = 572e1502ed5387f9bcdd7f7858674806bc62b937dffb58ecf555b968c2bf316f -SIZE (rocky/a/alsa-lib-1.2.8-3.el9.x86_64.rpm) = 509797 -SHA256 (rocky/a/alsa-lib-1.2.8-3.el9.src.rpm) = 9daa13a4ca2905743f13a057b8fc871508ae3af63f120332329c755f0fc0ec0b -SIZE (rocky/a/alsa-lib-1.2.8-3.el9.src.rpm) = 1181183 +TIMESTAMP = 1707687464 +SHA256 (rocky/a/alsa-lib-1.2.9-1.el9.aarch64.rpm) = e24ace5c1a686eaedf4dcb20073a88ca9c938133b5db3497824e101500c9c551 +SIZE (rocky/a/alsa-lib-1.2.9-1.el9.aarch64.rpm) = 497126 +SHA256 (rocky/a/alsa-lib-1.2.9-1.el9.x86_64.rpm) = a8024e31db15c352772fb843640a222e69145cbe0dad3b8a65d251a1c81e76b0 +SIZE (rocky/a/alsa-lib-1.2.9-1.el9.x86_64.rpm) = 511150 +SHA256 (rocky/a/alsa-lib-1.2.9-1.el9.src.rpm) = 55baa13e28a6c3ba3ae44698c3a15315fd29b3ab49837b39b31971badbd13f94 +SIZE (rocky/a/alsa-lib-1.2.9-1.el9.src.rpm) = 1164899 diff --git a/audio/linux-rl9-alsa-lib/pkg-plist.amd64 b/audio/linux-rl9-alsa-lib/pkg-plist.amd64 index 51338c02b586..2c851ae4094b 100644 --- a/audio/linux-rl9-alsa-lib/pkg-plist.amd64 +++ b/audio/linux-rl9-alsa-lib/pkg-plist.amd64 @@ -1,90 +1,90 @@ etc/asound.conf usr/bin/aserver -usr/lib/.build-id/3f/d338d4f5f92d82510f8a449d866447014ae66f -usr/lib/.build-id/4c/0413b0913655274e1b3fd6c944973a6069cc7e -usr/lib/.build-id/ed/089dddd3c9d6d2ca802bff9c9ec45ab9bfb2e3 +usr/lib/.build-id/77/e24ce06f487d8deed2e872c03a03d7fea7889c +usr/lib/.build-id/8e/0ac7a093efd841ef753bac4c7dafe9e2731e33 +usr/lib/.build-id/dc/99c8a793f5392f8c080c68129a5afcfde61b5b 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-flac/Makefile b/audio/linux-rl9-flac/Makefile index 816bf7232294..6d1195c9fe30 100644 --- a/audio/linux-rl9-flac/Makefile +++ b/audio/linux-rl9-flac/Makefile @@ -1,26 +1,27 @@ PORTNAME= flac PORTVERSION= 1.3.3 -DISTVERSIONSUFFIX= -10.el9 +PORTREVISION= 1 +DISTVERSIONSUFFIX= -10.el9_2.1 CATEGORIES= audio linux PKGNAMESUFFIX= -libs MAINTAINER= emulation@FreeBSD.org COMMENT= Free lossless audio codec (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.xiph.org/flac/ USES= cpe linux:rl9 USE_LDCONFIG= yes USE_LINUX= libogg USE_LINUX_RPM= yes CPE_VENDOR= flac_project LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} OPTIONS_DEFINE= DOCS .include diff --git a/audio/linux-rl9-flac/distinfo b/audio/linux-rl9-flac/distinfo index ce737c9a6d51..0c0eb97d1f30 100644 --- a/audio/linux-rl9-flac/distinfo +++ b/audio/linux-rl9-flac/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1686569500 -SHA256 (rocky/f/flac-libs-1.3.3-10.el9.aarch64.rpm) = c459a13ca9829635ea01bb73e54830ba148a52e27f68f532f072547577af0497 -SIZE (rocky/f/flac-libs-1.3.3-10.el9.aarch64.rpm) = 197470 -SHA256 (rocky/f/flac-libs-1.3.3-10.el9.x86_64.rpm) = e91cebb7bd7e48b93a95aef62a4347b35a153c1a6b2cabb260760dd2701d1192 -SIZE (rocky/f/flac-libs-1.3.3-10.el9.x86_64.rpm) = 223361 -SHA256 (rocky/f/flac-1.3.3-10.el9.src.rpm) = 351ee43eac4102499c30616be17a8c80b38308a5886c14fa8cec6a6f8c242887 -SIZE (rocky/f/flac-1.3.3-10.el9.src.rpm) = 1059353 +TIMESTAMP = 1696227613 +SHA256 (rocky/f/flac-libs-1.3.3-10.el9_2.1.aarch64.rpm) = da340ea2e10d7fbd68a98ebed703eff0985fe8e49cb1971b1636db98bad502c8 +SIZE (rocky/f/flac-libs-1.3.3-10.el9_2.1.aarch64.rpm) = 196105 +SHA256 (rocky/f/flac-libs-1.3.3-10.el9_2.1.x86_64.rpm) = 03b7d648f6b4adbeb9e03acb673289f6442f867546dc3dcd9f0c1629bc839ed0 +SIZE (rocky/f/flac-libs-1.3.3-10.el9_2.1.x86_64.rpm) = 222176 +SHA256 (rocky/f/flac-1.3.3-10.el9_2.1.src.rpm) = 833dbbf5a9553448fb426d8092683e87c9888b9f4cf833002b918098be22c116 +SIZE (rocky/f/flac-1.3.3-10.el9_2.1.src.rpm) = 1061059 diff --git a/audio/linux-rl9-flac/pkg-plist.amd64 b/audio/linux-rl9-flac/pkg-plist.amd64 index 12ef8dddd3b3..0813f66d92b4 100644 --- a/audio/linux-rl9-flac/pkg-plist.amd64 +++ b/audio/linux-rl9-flac/pkg-plist.amd64 @@ -1,12 +1,12 @@ -usr/lib/.build-id/0d/659ffc3c73b8931babcece4979e51b4e2b6c34 -usr/lib/.build-id/e0/4990ffc7a34e9f9ad3f5884dd94c404ee99ebb +usr/lib/.build-id/63/c340521244598730733cf9d82811c5dc0d3dbf +usr/lib/.build-id/d8/cc705adefbeac54afd650634b0099f7b98849e usr/lib64/libFLAC++.so.6 usr/lib64/libFLAC++.so.6.3.0 usr/lib64/libFLAC.so.8 usr/lib64/libFLAC.so.8.3.0 %%PORTDOCS%%usr/share/doc/flac-libs/AUTHORS %%PORTDOCS%%usr/share/doc/flac-libs/COPYING.FDL %%PORTDOCS%%usr/share/doc/flac-libs/COPYING.GPL %%PORTDOCS%%usr/share/doc/flac-libs/COPYING.LGPL %%PORTDOCS%%usr/share/doc/flac-libs/COPYING.Xiph %%PORTDOCS%%usr/share/doc/flac-libs/README diff --git a/audio/linux-rl9-openal-soft/Makefile b/audio/linux-rl9-openal-soft/Makefile new file mode 100644 index 000000000000..7b1a4d1bdd2b --- /dev/null +++ b/audio/linux-rl9-openal-soft/Makefile @@ -0,0 +1,21 @@ +PORTNAME= openal-soft +PORTVERSION= 1.19.1 +DISTVERSIONSUFFIX= -16.el9 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= 3D positional spatialized sound library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://openal-soft.org/ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= alsalib +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/audio/linux-rl9-openal-soft/distinfo b/audio/linux-rl9-openal-soft/distinfo new file mode 100644 index 000000000000..676bf4733478 --- /dev/null +++ b/audio/linux-rl9-openal-soft/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1705997106 +SHA256 (rocky/o/openal-soft-1.19.1-16.el9.aarch64.rpm) = 4b00b41dfffa797f9f6720431e635107962b24373aab99070f5abbabd36c945d +SIZE (rocky/o/openal-soft-1.19.1-16.el9.aarch64.rpm) = 536820 +SHA256 (rocky/o/openal-soft-1.19.1-16.el9.x86_64.rpm) = a73661c62a75bc6aedbe47c67cfa5dabadd8f828732227b521e548ba9d2784e7 +SIZE (rocky/o/openal-soft-1.19.1-16.el9.x86_64.rpm) = 546106 +SHA256 (rocky/o/openal-soft-1.19.1-16.el9.src.rpm) = eff033e9d6e0a6156a6fc038f63d84a6bb6d96311a63b823a9e09dbca9c3bbc5 +SIZE (rocky/o/openal-soft-1.19.1-16.el9.src.rpm) = 583911 diff --git a/audio/linux-rl9-openal-soft/pkg-plist.amd64 b/audio/linux-rl9-openal-soft/pkg-plist.amd64 new file mode 100644 index 000000000000..c94458d06278 --- /dev/null +++ b/audio/linux-rl9-openal-soft/pkg-plist.amd64 @@ -0,0 +1,15 @@ +etc/openal/alsoft.conf +usr/bin/openal-info +usr/lib/.build-id/0b/c2b4fcae34de3f623f0f994feed8e22de866ca +usr/lib/.build-id/ba/632ab5a3a7ad86b9d79f30ed3b382757e1d712 +usr/lib64/libopenal.so.1 +usr/lib64/libopenal.so.1.19.1 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +usr/share/openal/hrtf/default-44100.mhr +usr/share/openal/hrtf/default-48000.mhr +usr/share/openal/presets/3D7.1.ambdec +usr/share/openal/presets/hexagon.ambdec +usr/share/openal/presets/itu5.1-nocenter.ambdec +usr/share/openal/presets/itu5.1.ambdec +usr/share/openal/presets/rectangle.ambdec +usr/share/openal/presets/square.ambdec diff --git a/databases/linux-rl9-libtracker-sparql/Makefile b/databases/linux-rl9-libtracker-sparql/Makefile index af83ca96570a..195bfcc98ec9 100644 --- a/databases/linux-rl9-libtracker-sparql/Makefile +++ b/databases/linux-rl9-libtracker-sparql/Makefile @@ -1,18 +1,19 @@ PORTNAME= libtracker-sparql PORTVERSION= 3.1.2 DISTVERSIONSUFFIX= -3.el9_1 CATEGORIES= databases linux MAINTAINER= emulation@FreeBSD.org COMMENT= Low-footprint RDF triple store with SPARQL interface (Rocky Linux ${LINUX_DIST_VER}) WWW= https://tracker.gnome.org/ LICENSE= LGPL21+ USES= cpe linux:rl9 USE_LDCONFIG= yes +USE_LINUX= icu USE_LINUX_RPM= yes -SRC_DISTFILES= +SRC_DISTFILES= tracker-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE .include diff --git a/databases/linux-rl9-libtracker-sparql/distinfo b/databases/linux-rl9-libtracker-sparql/distinfo index d7a13addfbc9..4a30ce12f5d6 100644 --- a/databases/linux-rl9-libtracker-sparql/distinfo +++ b/databases/linux-rl9-libtracker-sparql/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1686572801 +TIMESTAMP = 1715064707 SHA256 (rocky/l/libtracker-sparql-3.1.2-3.el9_1.aarch64.rpm) = d5bcd68369c767be8b04a4f3d025a561820cbb6d9d04d33e27439f294ae14259 SIZE (rocky/l/libtracker-sparql-3.1.2-3.el9_1.aarch64.rpm) = 316241 SHA256 (rocky/l/libtracker-sparql-3.1.2-3.el9_1.x86_64.rpm) = 583a761cca669314c234f24db6a3c5d27550d16dcfbf02f5c9fd53b0da5e57a4 SIZE (rocky/l/libtracker-sparql-3.1.2-3.el9_1.x86_64.rpm) = 323880 +SHA256 (rocky/t/tracker-3.1.2-3.el9_1.src.rpm) = 94714641a9d9d7be6950a11f51b978ded6eb6cc51d42d3935987de55af470b18 +SIZE (rocky/t/tracker-3.1.2-3.el9_1.src.rpm) = 1472470 diff --git a/databases/linux-rl9-sqlite3/Makefile b/databases/linux-rl9-sqlite3/Makefile index ce4299bf9f1f..5f1560a5dadf 100644 --- a/databases/linux-rl9-sqlite3/Makefile +++ b/databases/linux-rl9-sqlite3/Makefile @@ -1,24 +1,25 @@ PORTNAME= sqlite PORTVERSION= 3.34.1 -DISTVERSIONSUFFIX= -6.el9_1 +DISTVERSIONSUFFIX= -7.el9_3 +PORTREVISION= 1 CATEGORIES= databases linux MAINTAINER= emulation@FreeBSD.org COMMENT= Library that implements an embeddable SQL database engine (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.sqlite.org/ LICENSE= PD USES= cpe linux:rl9 USE_LDCONFIG= yes USE_LINUX_RPM= yes BIN_DISTNAMES= ${DISTNAME} LIB_DISTNAMES= sqlite-libs-${PORTVERSION}${DISTVERSIONSUFFIX} CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr OPTIONS_DEFINE= DOCS .include diff --git a/databases/linux-rl9-sqlite3/distinfo b/databases/linux-rl9-sqlite3/distinfo index 1e2ef4231120..f7f7cfbde272 100644 --- a/databases/linux-rl9-sqlite3/distinfo +++ b/databases/linux-rl9-sqlite3/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1686571606 -SHA256 (rocky/s/sqlite-3.34.1-6.el9_1.aarch64.rpm) = 1f353119e5cc19ed817b2a448ccc86a80d6036a0d19cee4cc416683e9df9d73e -SIZE (rocky/s/sqlite-3.34.1-6.el9_1.aarch64.rpm) = 754485 -SHA256 (rocky/s/sqlite-3.34.1-6.el9_1.x86_64.rpm) = b5a603b09425c50ed52067c2bd2fa866a68ac39a1b17086d6ce08fce1e37aa99 -SIZE (rocky/s/sqlite-3.34.1-6.el9_1.x86_64.rpm) = 765458 -SHA256 (rocky/s/sqlite-libs-3.34.1-6.el9_1.aarch64.rpm) = 6afd604fdbd3c0c4ad4e215548653aa1df375728f96abc580e9a6e9f4d9988ba -SIZE (rocky/s/sqlite-libs-3.34.1-6.el9_1.aarch64.rpm) = 629129 -SHA256 (rocky/s/sqlite-libs-3.34.1-6.el9_1.x86_64.rpm) = 128992e15f0a2a5361bb8240cf962c21feb450f4cb8652f7e9e023b6b0188bed -SIZE (rocky/s/sqlite-libs-3.34.1-6.el9_1.x86_64.rpm) = 633937 -SHA256 (rocky/s/sqlite-3.34.1-6.el9_1.src.rpm) = a9ab5f05ac703bc84e58db7407f3db2d47f901059ec7e7f385cb0ff464d64247 -SIZE (rocky/s/sqlite-3.34.1-6.el9_1.src.rpm) = 25107173 +TIMESTAMP = 1707694431 +SHA256 (rocky/s/sqlite-3.34.1-7.el9_3.aarch64.rpm) = c28b24e8614c96b50bc91de6c54a7b931dcc842759d7864328287d8cfbfe5bf2 +SIZE (rocky/s/sqlite-3.34.1-7.el9_3.aarch64.rpm) = 753848 +SHA256 (rocky/s/sqlite-3.34.1-7.el9_3.x86_64.rpm) = 3db7e0a7937231a5b23a8537bec0ee58ab03e16dad01564ccfc7d0b844fcfc39 +SIZE (rocky/s/sqlite-3.34.1-7.el9_3.x86_64.rpm) = 764919 +SHA256 (rocky/s/sqlite-libs-3.34.1-7.el9_3.aarch64.rpm) = 2cb657f0cbcac497228fec8d29621f7e093af3a0b59a7d78703eb59032fb40a8 +SIZE (rocky/s/sqlite-libs-3.34.1-7.el9_3.aarch64.rpm) = 628618 +SHA256 (rocky/s/sqlite-libs-3.34.1-7.el9_3.x86_64.rpm) = 9e9b58febeff10765c104ecebc8af189507ecd6c2a600f9b0d9207394117a063 +SIZE (rocky/s/sqlite-libs-3.34.1-7.el9_3.x86_64.rpm) = 633300 +SHA256 (rocky/s/sqlite-3.34.1-7.el9_3.src.rpm) = 5e054864074976fc20d0c3c7f0b92c4a9317335956d46380f3c1c6f5fec037dc +SIZE (rocky/s/sqlite-3.34.1-7.el9_3.src.rpm) = 25107490 diff --git a/databases/linux-rl9-sqlite3/pkg-plist.amd64 b/databases/linux-rl9-sqlite3/pkg-plist.amd64 index 1c7b5bf59253..85f82c439d3f 100644 --- a/databases/linux-rl9-sqlite3/pkg-plist.amd64 +++ b/databases/linux-rl9-sqlite3/pkg-plist.amd64 @@ -1,7 +1,7 @@ usr/bin/sqlite3 -usr/lib/.build-id/32/5caf8f2573ad2278b717b7d82ea12b60adeb82 -usr/lib/.build-id/83/fb80694fe624609264c6fbec5a4e25b298067d +usr/lib/.build-id/88/4494f67ff3eb38f00f37788c2073464517fc58 +usr/lib/.build-id/ed/258036cb01347f5325dad8ee36b982be2ef616 usr/lib64/libsqlite3.so.0 usr/lib64/libsqlite3.so.0.8.6 %%PORTDOCS%%usr/share/doc/sqlite-libs/README.md usr/share/man/man1/sqlite3.1.gz diff --git a/devel/Makefile b/devel/Makefile index 92a2caf1f73f..e1df574c474d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,8068 +1,8073 @@ 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-R6 SUBDIR += R-cran-RUnit SUBDIR += R-cran-Rcpp SUBDIR += R-cran-RcppProgress SUBDIR += R-cran-Rdpack 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-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-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 += 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-sdk-cpp SUBDIR += aws-sdk-php SUBDIR += axmldec SUBDIR += ayatana-ido SUBDIR += b2 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 += 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 += capnproto SUBDIR += capnproto1 SUBDIR += capslock SUBDIR += capstone SUBDIR += capstone4 SUBDIR += cargo-bloat SUBDIR += cargo-c SUBDIR += cargo-depgraph SUBDIR += cargo-generate SUBDIR += cargo-leptos SUBDIR += cargo-mutants 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 += commit-patch 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 += 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 += 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 += 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 += 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 += 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 += electron25 SUBDIR += electron27 SUBDIR += electron28 SUBDIR += electron29 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 += flatbuffers205 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-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 += genromfs 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-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-workspace SUBDIR += gitaly 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-perf SUBDIR += go-protobuf 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 += 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 += gvfs 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 += hwloc SUBDIR += hwloc2 SUBDIR += hyperscan SUBDIR += hyprlang SUBDIR += hyprwayland-scanner 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 += 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 += 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 += 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 += libbde 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 += 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-qt SUBDIR += libddoc SUBDIR += libddwaf SUBDIR += libdevq SUBDIR += libdfui SUBDIR += libdill SUBDIR += libdisasm SUBDIR += libdisorder SUBDIR += libdispatch SUBDIR += libdistance SUBDIR += libdlmalloc SUBDIR += libdnsres SUBDIR += libdombey SUBDIR += libdparse SUBDIR += libds SUBDIR += libdsp SUBDIR += libdwarf SUBDIR += libe SUBDIR += libedit SUBDIR += libegit2 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 += libfsapfs SUBDIR += libfsext SUBDIR += libfsfat SUBDIR += libfshfs SUBDIR += libfsntfs SUBDIR += libfsxfs 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 += libiqxmlrpc 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 += libmodi 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 += libopentracing SUBDIR += libopkele 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 += libqtxdg SUBDIR += libr3 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 += libxs 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-rl9-dbus-libs SUBDIR += linux-rl9-devtools SUBDIR += linux-rl9-elfutils-libelf SUBDIR += linux-rl9-elfutils-libs + SUBDIR += linux-rl9-icu + 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-libunistring SUBDIR += linux-rl9-llvm SUBDIR += linux-rl9-nspr + SUBDIR += linux-rl9-ocl-icd + SUBDIR += linux-rl9-orc SUBDIR += linux-rl9-strace SUBDIR += linux-rl9-systemd-libs SUBDIR += linux-sublime-merge SUBDIR += linux_libusb SUBDIR += listserialc SUBDIR += liteide SUBDIR += llbuild 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 += 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 += 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 += 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 += 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-cppo SUBDIR += ocaml-csexp SUBDIR += ocaml-dune SUBDIR += ocaml-extlib SUBDIR += ocaml-findlib SUBDIR += ocaml-fmt SUBDIR += ocaml-fpath SUBDIR += ocaml-ipaddr SUBDIR += ocaml-lacaml SUBDIR += ocaml-logs SUBDIR += ocaml-lwt SUBDIR += ocaml-magic SUBDIR += ocaml-mtime SUBDIR += ocaml-ocamlbuild SUBDIR += ocaml-opam SUBDIR += ocaml-ounit SUBDIR += ocaml-parmap SUBDIR += ocaml-pcre SUBDIR += ocaml-pcre2 SUBDIR += ocaml-pomap SUBDIR += ocaml-ppx-tools 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-sexplib0 SUBDIR += ocaml-stdio SUBDIR += ocaml-topkg 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 += 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-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-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-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-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-Normalize 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-CBuilder SUBDIR += p5-ExtUtils-CChecker SUBDIR += p5-ExtUtils-Config SUBDIR += p5-ExtUtils-Constant SUBDIR += p5-ExtUtils-CppGuess SUBDIR += p5-ExtUtils-Depends 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-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-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-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-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-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-Suite 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-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-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-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 += 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 += phpunit10 SUBDIR += phpunit11 SUBDIR += phpunit8 SUBDIR += phpunit9 SUBDIR += physfs SUBDIR += pickle SUBDIR += picojson SUBDIR += picprog SUBDIR += pijul SUBDIR += pika 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-PyUtilib SUBDIR += py-QtPy SUBDIR += py-RPyC SUBDIR += py-ZopeUndo 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-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-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-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-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-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-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-certsrv 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-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-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-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-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-crontab 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-expr SUBDIR += py-dask-histogram SUBDIR += py-dataclass-array SUBDIR += py-dataclasses-json SUBDIR += py-datadog 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-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-dj42-django-rq SUBDIR += py-dj42-graphene-django 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-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-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-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-fs SUBDIR += py-fs2 SUBDIR += py-fsspec SUBDIR += py-fudge SUBDIR += py-funcparserlib SUBDIR += py-funcsigs SUBDIR += py-funcy SUBDIR += py-furl SUBDIR += py-fusepy 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-gcsfs 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-gobject3 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-grab SUBDIR += py-graphene SUBDIR += py-graphene-django 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-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-gtfslib 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-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-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-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-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.functools SUBDIR += py-jaraco.itertools SUBDIR += py-jaraco.logging SUBDIR += py-jaraco.packaging SUBDIR += py-jaraco.stream SUBDIR += py-jaraco.text SUBDIR += py-jaraco.timing SUBDIR += py-jaraco.util SUBDIR += py-javaproperties 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-jsmin SUBDIR += py-json5 SUBDIR += py-json_tricks 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-jsonschema417 SUBDIR += py-jsonsir SUBDIR += py-junitparser SUBDIR += py-jupyter-client SUBDIR += py-jupyter-collaboration SUBDIR += py-jupyter-core SUBDIR += py-jupyter-events SUBDIR += py-jupyter-kernel-test SUBDIR += py-jupyter-lsp SUBDIR += py-jupyter-packaging SUBDIR += py-jupyter-server SUBDIR += py-jupyter-server-fileid SUBDIR += py-jupyter-server-mathjax SUBDIR += py-jupyter-server-terminals 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-libusb1 SUBDIR += py-libversion SUBDIR += py-libvirt SUBDIR += py-libzfs 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-llfuse 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-mac-vendor-lookup SUBDIR += py-macholib SUBDIR += py-magic 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-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-multipart SUBDIR += py-multipledispatch SUBDIR += py-multiprocess SUBDIR += py-multiset SUBDIR += py-multitasking SUBDIR += py-munch SUBDIR += py-murmurhash 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-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-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-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-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-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-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-property-cached SUBDIR += py-proselint SUBDIR += py-prospector SUBDIR += py-proto-plus SUBDIR += py-protobuf SUBDIR += py-protobuf-compiler SUBDIR += py-proxmoxer 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-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-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-pyelftools SUBDIR += py-pyface SUBDIR += py-pyfakefs SUBDIR += py-pyfcm SUBDIR += py-pyflakes SUBDIR += py-pyformance SUBDIR += py-pygdbmi SUBDIR += py-pygit2 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-pyperclip SUBDIR += py-pyperf SUBDIR += py-pyplusplus SUBDIR += py-pyproject-api SUBDIR += py-pyproject-flake8 SUBDIR += py-pyproject-fmt SUBDIR += py-pyproject-metadata SUBDIR += py-pyproject_hooks 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-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-django SUBDIR += py-pytest-doctestplus SUBDIR += py-pytest-drop-dup-tests SUBDIR += py-pytest-enabler SUBDIR += py-pytest-env 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-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-profiling SUBDIR += py-pytest-pycodestyle SUBDIR += py-pytest-qt SUBDIR += py-pytest-random-order SUBDIR += py-pytest-randomly SUBDIR += py-pytest-regressions SUBDIR += py-pytest-regtest SUBDIR += py-pytest-relaxed SUBDIR += py-pytest-remotedata SUBDIR += py-pytest-rerunfailures 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-socketio SUBDIR += py-python-statsd SUBDIR += py-python-subunit 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-pyudev SUBDIR += py-pyupgrade SUBDIR += py-pyusb SUBDIR += py-pyvisa SUBDIR += py-pyvisa-py SUBDIR += py-pyxb-x SUBDIR += py-pyyaml-include SUBDIR += py-pyyaml5 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-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-robotframework SUBDIR += py-robotframework-databaselibrary 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-rstr SUBDIR += py-rtree SUBDIR += py-rtslib-fb SUBDIR += py-ruamel.yaml SUBDIR += py-ruamel.yaml.clib SUBDIR += py-rubymarshal SUBDIR += py-rush SUBDIR += py-rx SUBDIR += py-rx1 SUBDIR += py-s3fs 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-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-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-sh SUBDIR += py-shapely SUBDIR += py-shellingham 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-single-version SUBDIR += py-sip SUBDIR += py-sip4 SUBDIR += py-six SUBDIR += py-smmap SUBDIR += py-snakeviz SUBDIR += py-sniffio SUBDIR += py-sortedcontainers SUBDIR += py-sourcemap 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-stackexchange 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-tabulator SUBDIR += py-tailer SUBDIR += py-tapi SUBDIR += py-tarantool-queue SUBDIR += py-tartiflette SUBDIR += py-tartiflette-aiohttp SUBDIR += py-taskflow SUBDIR += py-tasklib SUBDIR += py-tblib SUBDIR += py-tdworkflow SUBDIR += py-telepath SUBDIR += py-tempora SUBDIR += py-tenacity SUBDIR += py-tendo SUBDIR += py-termcolor SUBDIR += py-termcolor-whl 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-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-toolz SUBDIR += py-tooz SUBDIR += py-toposort SUBDIR += py-tox 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-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-unidiff SUBDIR += py-unipath SUBDIR += py-unittest2 SUBDIR += py-unittest2pytest SUBDIR += py-unpaddedbase64 SUBDIR += py-untokenize SUBDIR += py-update_checker 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-validators SUBDIR += py-validictory SUBDIR += py-vcrpy SUBDIR += py-vcver SUBDIR += py-vcversioner 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-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-xattr SUBDIR += py-xcaplib 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-bootstrap-datepicker SUBDIR += py-xstatic-bootstrap-scss SUBDIR += py-xstatic-bootswatch 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-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-rickshaw SUBDIR += py-xstatic-roboto-fontface SUBDIR += py-xstatic-smart-table SUBDIR += py-xstatic-spin SUBDIR += py-xstatic-term.js SUBDIR += py-xstatic-tv4 SUBDIR += py-xxhash SUBDIR += py-yacs SUBDIR += py-yaml 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 += pybugz SUBDIR += pycanberra SUBDIR += pycharm-ce SUBDIR += pycharm-pro SUBDIR += pycomposefile SUBDIR += pycos SUBDIR += pycount SUBDIR += pydbus-common SUBDIR += pydeps SUBDIR += pyderasn SUBDIR += pyenv SUBDIR += pygobject3-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-designerplugin-qt5 SUBDIR += qscintilla2-qt5 SUBDIR += qscintilla2-qt6 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-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 += quilt SUBDIR += qxlsx SUBDIR += rabs SUBDIR += radare2 SUBDIR += radian 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 += rth 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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-paymentcryptography SUBDIR += rubygem-aws-sdk-paymentcryptographydata SUBDIR += rubygem-aws-sdk-pcaconnectorad 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-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-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-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-sqs SUBDIR += rubygem-aws-sdk-ssm SUBDIR += rubygem-aws-sdk-ssmcontacts SUBDIR += rubygem-aws-sdk-ssmincidents 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-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-rails61 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-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-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-cucumber-expressions SUBDIR += rubygem-cucumber-messages SUBDIR += rubygem-cucumber-messages22 SUBDIR += rubygem-cucumber-messages23 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-ci SUBDIR += rubygem-date SUBDIR += rubygem-ddmemoize SUBDIR += rubygem-ddmetrics SUBDIR += rubygem-ddplugin SUBDIR += rubygem-ddtrace 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-rails5 SUBDIR += rubygem-devise-rails52 SUBDIR += rubygem-devise-rails60 SUBDIR += rubygem-devise-rails61 SUBDIR += rubygem-devise-rails70 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-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-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-fiddle 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-rails61 SUBDIR += rubygem-flipper-active_support_cache_store-rails70 SUBDIR += rubygem-flipper-ui SUBDIR += rubygem-flipper025 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-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-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-getopt SUBDIR += rubygem-getoptlong SUBDIR += rubygem-gettext SUBDIR += rubygem-gettext-setup SUBDIR += rubygem-gettext_i18n_rails SUBDIR += rubygem-gettext_i18n_rails111 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_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_v3034 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_057 SUBDIR += rubygem-google-apis-container_v1 SUBDIR += rubygem-google-apis-container_v1beta1 SUBDIR += rubygem-google-apis-core 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-monitoring_v3 SUBDIR += rubygem-google-apis-playcustomapp_v1 SUBDIR += rubygem-google-apis-pubsub_v1 SUBDIR += rubygem-google-apis-serviceusage_v1 SUBDIR += rubygem-google-apis-sheets_v4 SUBDIR += rubygem-google-apis-sqladmin_v1beta4 SUBDIR += rubygem-google-apis-sqladmin_v1beta4_041 SUBDIR += rubygem-google-apis-storage_v1 SUBDIR += rubygem-google-cloud-common SUBDIR += rubygem-google-gax SUBDIR += rubygem-google-iam-credentials SUBDIR += rubygem-google-iam-credentials-v1 SUBDIR += rubygem-google-iam-v1 SUBDIR += rubygem-google-protobuf 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-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-tasks-rails61 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-event SUBDIR += rubygem-io-like SUBDIR += rubygem-io-nonblock 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-jekyll-coffeescript SUBDIR += rubygem-jenkins_api_client SUBDIR += rubygem-jeweler SUBDIR += rubygem-jira-ruby SUBDIR += rubygem-jira-ruby21 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-json26 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-kt-paperclip-rails61 SUBDIR += rubygem-language_server-protocol SUBDIR += rubygem-launchy 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-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-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-nio4r SUBDIR += rubygem-nori SUBDIR += rubygem-notiffany SUBDIR += rubygem-notify SUBDIR += rubygem-nprogress-rails SUBDIR += rubygem-nsa-rails5 SUBDIR += rubygem-nsa-rails61 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-instrumentation-base SUBDIR += rubygem-opentelemetry-instrumentation-rack 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-paint SUBDIR += rubygem-pairing_heap 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-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-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-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-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-semver_dialects1 SUBDIR += rubygem-semver_dialects12 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-sidekiq71 SUBDIR += rubygem-sidetiq SUBDIR += rubygem-sigdump SUBDIR += rubygem-simple-navigation SUBDIR += rubygem-simple-navigation-rails50 SUBDIR += rubygem-simple-navigation-rails61 SUBDIR += rubygem-simple_form SUBDIR += rubygem-simple_form-rails5 SUBDIR += rubygem-simple_form-rails50 SUBDIR += rubygem-simple_form-rails61 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-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_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_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-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-with_advisory_lock61 SUBDIR += rubygem-with_env SUBDIR += rubygem-wmi-lite SUBDIR += rubygem-xdg SUBDIR += rubygem-xdg2 SUBDIR += rubygem-xdg3 SUBDIR += rubygem-xdg4 SUBDIR += rubygem-xdg5 SUBDIR += rubygem-xdg6 SUBDIR += rubygem-xdg7 SUBDIR += rubygem-xorcist SUBDIR += rubygem-xpath SUBDIR += rubygem-xxhash SUBDIR += rubygem-yajl-ruby 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 += 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 += sfsexp SUBDIR += sgb SUBDIR += shadered SUBDIR += shapelib SUBDIR += shards 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-fts5-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 += 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 += stuffbin SUBDIR += stxxl SUBDIR += stylua SUBDIR += styx 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 += tablist SUBDIR += tabulate SUBDIR += tagref SUBDIR += tailor SUBDIR += talloc SUBDIR += tarpaulin 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 += tclvfs SUBDIR += tclxml SUBDIR += tdl SUBDIR += template-glib SUBDIR += termbox SUBDIR += termcolor SUBDIR += terminality 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 += 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-rt12 SUBDIR += wasi-compiler-rt13 SUBDIR += wasi-compiler-rt14 SUBDIR += wasi-compiler-rt15 SUBDIR += wasi-compiler-rt16 SUBDIR += wasi-compiler-rt17 SUBDIR += wasi-compiler-rt18 SUBDIR += wasi-libc SUBDIR += wasi-libcxx SUBDIR += wasi-libcxx12 SUBDIR += wasi-libcxx13 SUBDIR += wasi-libcxx14 SUBDIR += wasi-libcxx15 SUBDIR += wasi-libcxx16 SUBDIR += wasi-libcxx17 SUBDIR += wasi-libcxx18 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-esp32-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-dbus-libs/Makefile b/devel/linux-rl9-dbus-libs/Makefile index cd5ff76323dc..c5b3e38a075c 100644 --- a/devel/linux-rl9-dbus-libs/Makefile +++ b/devel/linux-rl9-dbus-libs/Makefile @@ -1,30 +1,31 @@ PORTNAME= dbus PORTVERSION= 1.12.20 -DISTVERSIONSUFFIX= -7.el9_1 +DISTVERSIONSUFFIX= -8.el9 +PORTREVISION= 2 CATEGORIES= devel linux PKGNAMESUFFIX= -libs MAINTAINER= emulation@FreeBSD.org COMMENT= Libraries for accessing D-BUS (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.freedesktop.org/Software/dbus LICENSE= GPLv2+ USES= cpe linux:rl9 USE_LDCONFIG= yes USE_LINUX= expat systemd-libs USE_LINUX_RPM= yes CPE_VENDOR= freedesktop LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} \ ${PORTNAME}-glib-0.110-13.el9 SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE \ ${PORTNAME}-glib-0.110-13.el9${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} OPTIONS_DEFINE= DOCS .include diff --git a/devel/linux-rl9-dbus-libs/distinfo b/devel/linux-rl9-dbus-libs/distinfo index 4b509f5c4abf..c35f091c8e41 100644 --- a/devel/linux-rl9-dbus-libs/distinfo +++ b/devel/linux-rl9-dbus-libs/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1689177667 +TIMESTAMP = 1707735295 SHA256 (rocky/d/dbus-glib-0.110-13.el9.aarch64.rpm) = 286d71dc7a6accdf1bd11129e87bcc5fd5cef3d6841aecae78bcba8c1f73bdf8 SIZE (rocky/d/dbus-glib-0.110-13.el9.aarch64.rpm) = 122885 SHA256 (rocky/d/dbus-glib-0.110-13.el9.x86_64.rpm) = bdbbb3f7e140ae24a17c4d3d2ae0d565e716bbfeb169f008547d730f83cf4071 SIZE (rocky/d/dbus-glib-0.110-13.el9.x86_64.rpm) = 124442 -SHA256 (rocky/d/dbus-libs-1.12.20-7.el9_1.aarch64.rpm) = f7f1f175eff027474961de85063d7f43a73e0ca3910e25f92a038eb13bd88d5c -SIZE (rocky/d/dbus-libs-1.12.20-7.el9_1.aarch64.rpm) = 152609 -SHA256 (rocky/d/dbus-libs-1.12.20-7.el9_1.x86_64.rpm) = 022b1069d277590144a9fd23abe9c927ab6f7d15cc53ebe483b7742a90ae5ab9 -SIZE (rocky/d/dbus-libs-1.12.20-7.el9_1.x86_64.rpm) = 154849 -SHA256 (rocky/d/dbus-1.12.20-7.el9_1.src.rpm) = 2e30135fd3ac1c06e1030728ecde09060ab026f7f9bcc40b6803fbbaedfa2d4f -SIZE (rocky/d/dbus-1.12.20-7.el9_1.src.rpm) = 2136060 +SHA256 (rocky/d/dbus-libs-1.12.20-8.el9.aarch64.rpm) = 472aefc4bb2db327841c9c8fa3bc30f56dc5e00b0e77fac9c179e39ba7ad0146 +SIZE (rocky/d/dbus-libs-1.12.20-8.el9.aarch64.rpm) = 152278 +SHA256 (rocky/d/dbus-libs-1.12.20-8.el9.x86_64.rpm) = ab81c1e16482f333aa285db120051b099b56661d4620f0f1af05f8e69126e97b +SIZE (rocky/d/dbus-libs-1.12.20-8.el9.x86_64.rpm) = 154570 +SHA256 (rocky/d/dbus-1.12.20-8.el9.src.rpm) = e2dbe4b0f2e1cf97f08e865ba60094d8cfa5e23f9f851b59bcb77c60ad62d0bf +SIZE (rocky/d/dbus-1.12.20-8.el9.src.rpm) = 2139379 SHA256 (rocky/d/dbus-glib-0.110-13.el9.src.rpm) = b4f15e91fd03eec96100852af559858753e336fced19f2fe96fcf1f296fc8929 SIZE (rocky/d/dbus-glib-0.110-13.el9.src.rpm) = 847956 diff --git a/devel/linux-rl9-dbus-libs/pkg-plist.amd64 b/devel/linux-rl9-dbus-libs/pkg-plist.amd64 index be429dd9e01d..5dce66be6051 100644 --- a/devel/linux-rl9-dbus-libs/pkg-plist.amd64 +++ b/devel/linux-rl9-dbus-libs/pkg-plist.amd64 @@ -1,12 +1,12 @@ usr/bin/dbus-binding-tool -usr/lib/.build-id/23/a44cccd2d4610ad0cca3d56496d3587ae25e3b usr/lib/.build-id/ab/e4f3e031e68c502e53a1f739bfb8a4d1a706a8 +usr/lib/.build-id/da/d1f98a135c11a1bb890df74d05637ddbf03bbb usr/lib/.build-id/fa/8c3406cd7881a5d4afe43594283a93752e5565 usr/lib64/libdbus-1.so.3 usr/lib64/libdbus-1.so.3.19.13 usr/lib64/libdbus-glib-1.so.2 usr/lib64/libdbus-glib-1.so.2.3.4 %%PORTDOCS%%usr/share/doc/dbus-glib/NEWS usr/share/licenses/dbus-glib/COPYING usr/share/licenses/dbus-libs/COPYING usr/share/man/man1/dbus-binding-tool.1.gz diff --git a/devel/linux-rl9-devtools/Makefile b/devel/linux-rl9-devtools/Makefile index 35af6e045c55..8f0339d0569f 100644 --- a/devel/linux-rl9-devtools/Makefile +++ b/devel/linux-rl9-devtools/Makefile @@ -1,56 +1,62 @@ PORTNAME= devtools PORTVERSION= ${LINUX_DIST_VER} +PORTREVISION= 1 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 USE_LINUX_RPM= yes +ONLY_FOR_ARCHS= aarch64 amd64 + QA_ENV+= USESLIBTOOL=no -BUVERSION= 2.35.2-37.el9 -GCCVERSION= 11.3.1-4.3.el9 -GLIBCVERSION= 2.34-60.el9 -KERNELVERSION= 5.14.0-284.18.1.el9_2 +BUVERSION= 2.35.2-42.el9_3.1 +GCCVERSION= 11.4.1-2.1.el9 +GLIBCVERSION= 2.34-83.el9.12 +KERNELVERSION= 5.14.0-362.24.1.el9_3.0.1 MPFRVERSION= 4.1.0-7.el9 LIBMPCVERSION= 1.2.1-4.el9 BIN_DISTNAMES= binutils-${BUVERSION} \ - mpfr-${MPFRVERSION} \ cpp-${GCCVERSION} \ gcc-${GCCVERSION} \ gcc-c++-${GCCVERSION} \ gcc-gfortran-${GCCVERSION} \ + mpfr-${MPFRVERSION} \ libstdc++-devel-${GCCVERSION} LIB_DISTNAMES= binutils-devel-${BUVERSION} \ glibc-devel-${GLIBCVERSION} \ libgomp-${GCCVERSION} \ libmpc-${LIBMPCVERSION} +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} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes PLIST_SUB= BUVERSION=${BUVERSION} \ GGCVERSION=${GCCVERSION} \ GLIBCVERSION=${GLIBCVERSION} \ KERNELVERSION=${KERNELVERSION} \ MPFRVERSION=${MPFRVERSION} \ LIBMPCVERSION=${LIBMPCVERSION} .include diff --git a/devel/linux-rl9-devtools/distinfo b/devel/linux-rl9-devtools/distinfo index 0b826ce3edde..ee5ac4389638 100644 --- a/devel/linux-rl9-devtools/distinfo +++ b/devel/linux-rl9-devtools/distinfo @@ -1,57 +1,63 @@ -TIMESTAMP = 1688563925 -SHA256 (rocky/b/binutils-2.35.2-37.el9.aarch64.rpm) = 8dfa89f0d5910abcb4d243b94b682be09a7b47e1282c1e08fcea839a0da90ade -SIZE (rocky/b/binutils-2.35.2-37.el9.aarch64.rpm) = 4972083 -SHA256 (rocky/b/binutils-2.35.2-37.el9.x86_64.rpm) = 3561fc75e9c69c14a2a3acf551748dcc65475b7e5b8002230823ab552d804dc8 -SIZE (rocky/b/binutils-2.35.2-37.el9.x86_64.rpm) = 4746402 -SHA256 (rocky/b/binutils-devel-2.35.2-37.el9.aarch64.rpm) = bd1904801bb66898afc95d996ec226831088b2528187176809e9010df6cef6e0 -SIZE (rocky/b/binutils-devel-2.35.2-37.el9.aarch64.rpm) = 5211882 -SHA256 (rocky/b/binutils-devel-2.35.2-37.el9.x86_64.rpm) = 1557a697e7c12970dc44256d419522fb9947669929992532fce8fd3216e4980d -SIZE (rocky/b/binutils-devel-2.35.2-37.el9.x86_64.rpm) = 4140881 -SHA256 (rocky/c/cpp-11.3.1-4.3.el9.aarch64.rpm) = 1b6fdb9349f10e5ed77ea90b1bf83b484fb8782c43b7b1fd913a0070203b70b9 -SIZE (rocky/c/cpp-11.3.1-4.3.el9.aarch64.rpm) = 10804279 -SHA256 (rocky/c/cpp-11.3.1-4.3.el9.x86_64.rpm) = def05e0305c657861973554608f1930137a9b292bbca1f6b45f290d68fcdfc42 -SIZE (rocky/c/cpp-11.3.1-4.3.el9.x86_64.rpm) = 11117535 -SHA256 (rocky/g/gcc-11.3.1-4.3.el9.aarch64.rpm) = c5d526565f73aa0de9c416b5fdfecd66fc4848538f56cb7b116f1acb4e26da8a -SIZE (rocky/g/gcc-11.3.1-4.3.el9.aarch64.rpm) = 31204345 -SHA256 (rocky/g/gcc-11.3.1-4.3.el9.x86_64.rpm) = d47c26391afdb7162cdb14feba0b985f7f5326d238401f7eb5669d0f62649002 -SIZE (rocky/g/gcc-11.3.1-4.3.el9.x86_64.rpm) = 33660599 -SHA256 (rocky/g/gcc-c++-11.3.1-4.3.el9.aarch64.rpm) = 9ad0f7627243ffc726fc098cf13c2013aaafa8b254369574df8f46bf2b52327e -SIZE (rocky/g/gcc-c++-11.3.1-4.3.el9.aarch64.rpm) = 12982983 -SHA256 (rocky/g/gcc-c++-11.3.1-4.3.el9.x86_64.rpm) = 4346f353b01456729fd584a46b70cb80965cccc4e6a1741854f272be14013563 -SIZE (rocky/g/gcc-c++-11.3.1-4.3.el9.x86_64.rpm) = 13372733 -SHA256 (rocky/g/gcc-gfortran-11.3.1-4.3.el9.aarch64.rpm) = f66b477bee3fff862c1d56d2c8b351c73553554b41b2668d0c2124e3303969ff -SIZE (rocky/g/gcc-gfortran-11.3.1-4.3.el9.aarch64.rpm) = 12852857 -SHA256 (rocky/g/gcc-gfortran-11.3.1-4.3.el9.x86_64.rpm) = 7886e418292576f7e17e16d029270bbd8f7039437bd62bf964f9e91134501571 -SIZE (rocky/g/gcc-gfortran-11.3.1-4.3.el9.x86_64.rpm) = 13183460 -SHA256 (rocky/g/glibc-devel-2.34-60.el9.aarch64.rpm) = 439e43d36bedb0a2aa51c91a910b998a93e105f3f29cdbd29feefba4258750fb -SIZE (rocky/g/glibc-devel-2.34-60.el9.aarch64.rpm) = 468824 -SHA256 (rocky/g/glibc-devel-2.34-60.el9.x86_64.rpm) = 17422d68d75c2997c1e8525831cd9b43cde866c3368f81e9f7009286a7966b56 -SIZE (rocky/g/glibc-devel-2.34-60.el9.x86_64.rpm) = 49551 -SHA256 (rocky/l/libgomp-11.3.1-4.3.el9.aarch64.rpm) = 9105f98c3379ce5947e565096261142bf571f3fb667925bdb709907053c84657 -SIZE (rocky/l/libgomp-11.3.1-4.3.el9.aarch64.rpm) = 289876 -SHA256 (rocky/l/libgomp-11.3.1-4.3.el9.x86_64.rpm) = 0ab8456326cab7ec4c25a55c6eb70de5c6c62a1958e621052da469659aca585d -SIZE (rocky/l/libgomp-11.3.1-4.3.el9.x86_64.rpm) = 292165 +TIMESTAMP = 1714056460 +SHA256 (rocky/b/binutils-2.35.2-42.el9_3.1.aarch64.rpm) = 728ce066129a9f008d0b5491384c4d7d43b912d56117934a9e5c693263a021a7 +SIZE (rocky/b/binutils-2.35.2-42.el9_3.1.aarch64.rpm) = 4964655 +SHA256 (rocky/b/binutils-2.35.2-42.el9_3.1.x86_64.rpm) = b846b05a69eb0ef08191d358d1effa8c76011a9e3452247d281fe8baf092e946 +SIZE (rocky/b/binutils-2.35.2-42.el9_3.1.x86_64.rpm) = 4743875 +SHA256 (rocky/b/binutils-devel-2.35.2-42.el9_3.1.aarch64.rpm) = d00e27dcfeb530741c857f08a7e6081f6a63cf57ea6488869bed9523e0713a2e +SIZE (rocky/b/binutils-devel-2.35.2-42.el9_3.1.aarch64.rpm) = 5205074 +SHA256 (rocky/b/binutils-devel-2.35.2-42.el9_3.1.x86_64.rpm) = ceecb8a308d2b9c24b01cab0a0b4608b9603b267b0181a0408b8dcf3f5773535 +SIZE (rocky/b/binutils-devel-2.35.2-42.el9_3.1.x86_64.rpm) = 4134092 +SHA256 (rocky/c/cpp-11.4.1-2.1.el9.aarch64.rpm) = d3e6fc278099dc6d2bec457e910e1af4d7b12cfbb7d4f8a19482dac49394e509 +SIZE (rocky/c/cpp-11.4.1-2.1.el9.aarch64.rpm) = 10785662 +SHA256 (rocky/c/cpp-11.4.1-2.1.el9.x86_64.rpm) = c198df693f5bb8f003fc3609add898bba721f514feea940ea6cc211890d30c0b +SIZE (rocky/c/cpp-11.4.1-2.1.el9.x86_64.rpm) = 11147125 +SHA256 (rocky/g/gcc-11.4.1-2.1.el9.aarch64.rpm) = 852f2d620085280e7f738e26f0f46d6ae1ff3168aa503eb19e73e3fed94f9fb7 +SIZE (rocky/g/gcc-11.4.1-2.1.el9.aarch64.rpm) = 31207985 +SHA256 (rocky/g/gcc-11.4.1-2.1.el9.x86_64.rpm) = 157b93f22c2a2898cee246440044922979c9efffbe07e66d496e8e5bc022d354 +SIZE (rocky/g/gcc-11.4.1-2.1.el9.x86_64.rpm) = 33745496 +SHA256 (rocky/g/gcc-c++-11.4.1-2.1.el9.aarch64.rpm) = ae20ff4bc55e1d657c8e21f461309689c18fb372c456e2401a124364bca0fc8b +SIZE (rocky/g/gcc-c++-11.4.1-2.1.el9.aarch64.rpm) = 12993093 +SHA256 (rocky/g/gcc-c++-11.4.1-2.1.el9.x86_64.rpm) = e9f85cbdd71bc76beb879639cf9a1d716f24561ab923c1dcb186d2c49df89e22 +SIZE (rocky/g/gcc-c++-11.4.1-2.1.el9.x86_64.rpm) = 13389180 +SHA256 (rocky/g/gcc-gfortran-11.4.1-2.1.el9.aarch64.rpm) = a382c2782a477ed2b8c997017b5e4a3c514c8043e6f7542f496a751a0e476961 +SIZE (rocky/g/gcc-gfortran-11.4.1-2.1.el9.aarch64.rpm) = 12812252 +SHA256 (rocky/g/gcc-gfortran-11.4.1-2.1.el9.x86_64.rpm) = e4a96262e7266ba96c33ada101a2ba80738b78f7345740db950e035458315c10 +SIZE (rocky/g/gcc-gfortran-11.4.1-2.1.el9.x86_64.rpm) = 13215010 +SHA256 (rocky/g/glibc-devel-2.34-83.el9.12.aarch64.rpm) = cf7382f0b2de018ce089a73f230cdd126bdfd2f19d6753f47c0ca7eafc6fab9f +SIZE (rocky/g/glibc-devel-2.34-83.el9.12.aarch64.rpm) = 463572 +SHA256 (rocky/g/glibc-devel-2.34-83.el9.12.x86_64.rpm) = ee3e9bebfdbe7c2e78f04d51b4ff0f713997613fa9fcf37b1062f75653f49974 +SIZE (rocky/g/glibc-devel-2.34-83.el9.12.x86_64.rpm) = 43773 +SHA256 (rocky/g/glibc-headers-2.34-83.el9.12.x86_64.rpm) = 1b0de3f0d57d1220ddcb93872390e0ea00b300dccf88e4f0af5989dce6d505c7 +SIZE (rocky/g/glibc-headers-2.34-83.el9.12.x86_64.rpm) = 454409 +SHA256 (rocky/k/kernel-headers-5.14.0-362.24.1.el9_3.0.1.aarch64.rpm) = 42076b42ccac052cf1494fb3e95b720c3d87b13fe79e99dffc9a28b602ba249b +SIZE (rocky/k/kernel-headers-5.14.0-362.24.1.el9_3.0.1.aarch64.rpm) = 6308281 +SHA256 (rocky/k/kernel-headers-5.14.0-362.24.1.el9_3.0.1.x86_64.rpm) = d75c8cb621bee6a7c9aa6942b7985fbbda6ea467ed2b183275873bca67b346c3 +SIZE (rocky/k/kernel-headers-5.14.0-362.24.1.el9_3.0.1.x86_64.rpm) = 6337833 +SHA256 (rocky/l/libgomp-11.4.1-2.1.el9.aarch64.rpm) = 28d8ca8fe39b0d08dff4c08cd25dbb4fef3b428883743363a102b21a4498ab24 +SIZE (rocky/l/libgomp-11.4.1-2.1.el9.aarch64.rpm) = 274348 +SHA256 (rocky/l/libgomp-11.4.1-2.1.el9.x86_64.rpm) = 30162ca942318894a4318db1a568a28ce3366ab0e2111d8c882aaf7f464b0c98 +SIZE (rocky/l/libgomp-11.4.1-2.1.el9.x86_64.rpm) = 276398 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.x86_64.rpm) = c4def74fc686113748590ce9bc8591092947be804650ef56aa161e049660273e SIZE (rocky/l/libmpc-1.2.1-4.el9.x86_64.rpm) = 62755 -SHA256 (rocky/l/libstdc++-devel-11.3.1-4.3.el9.aarch64.rpm) = 2a32f4a887944a7d24070423f24fd3268b17494476291bc07765dbe11324d6f3 -SIZE (rocky/l/libstdc++-devel-11.3.1-4.3.el9.aarch64.rpm) = 2345498 -SHA256 (rocky/l/libstdc++-devel-11.3.1-4.3.el9.x86_64.rpm) = 72b8133367b7c2adb1275dd4e9b47d2c9b9bf516aa039ae9d618215271186f7e -SIZE (rocky/l/libstdc++-devel-11.3.1-4.3.el9.x86_64.rpm) = 2346277 +SHA256 (rocky/l/libstdc++-devel-11.4.1-2.1.el9.aarch64.rpm) = a6afcb323658a82871a03c49e71469a50b89cac860ee9f62928d232ae6a98585 +SIZE (rocky/l/libstdc++-devel-11.4.1-2.1.el9.aarch64.rpm) = 2334935 +SHA256 (rocky/l/libstdc++-devel-11.4.1-2.1.el9.x86_64.rpm) = c33579f0333d2f758b438ba0e219a252cdcab12b57ab041d56bea4024baed5c6 +SIZE (rocky/l/libstdc++-devel-11.4.1-2.1.el9.x86_64.rpm) = 2335007 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-37.el9.src.rpm) = 19f223de686394776d59632edefabbd8acd2b1231ceac124c50ffd7227d01a18 -SIZE (rocky/b/binutils-2.35.2-37.el9.src.rpm) = 22330906 -SHA256 (rocky/g/glibc-2.34-60.el9.src.rpm) = 154e1f381b0f8f10c90cff8c423c3b4295b911eeffc1bd93416f556757172de0 -SIZE (rocky/g/glibc-2.34-60.el9.src.rpm) = 18324882 -SHA256 (rocky/k/kernel-5.14.0-284.18.1.el9_2.src.rpm) = 4581ce926306efe2f278ac21dce91d4c9e5a49ded05cbef9ae660ca8595a412c -SIZE (rocky/k/kernel-5.14.0-284.18.1.el9_2.src.rpm) = 145110055 +SHA256 (rocky/b/binutils-2.35.2-42.el9_3.1.src.rpm) = f3adaa4d0be5491a58a01ecb1c48e8f16957644d90b0b933b3ebe26a8545749a +SIZE (rocky/b/binutils-2.35.2-42.el9_3.1.src.rpm) = 22341258 +SHA256 (rocky/g/glibc-2.34-83.el9.12.src.rpm) = eac954c662b59e307fbb921540f0a75217eaae0d46d309a15b45a6712e48c69f +SIZE (rocky/g/glibc-2.34-83.el9.12.src.rpm) = 18461238 +SHA256 (rocky/k/kernel-5.14.0-362.24.1.el9_3.0.1.src.rpm) = d1b233be7e359758b27c9a701806ea4f81ff84e469f1dc8788b848438e9948b1 +SIZE (rocky/k/kernel-5.14.0-362.24.1.el9_3.0.1.src.rpm) = 147331523 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.3.1-4.3.el9.src.rpm) = e4f4e1ae02cb84f10891c050bf6e40fce81424ba9ba0b245af71a1012ec22102 -SIZE (rocky/g/gcc-11.3.1-4.3.el9.src.rpm) = 81766486 +SHA256 (rocky/g/gcc-11.4.1-2.1.el9.src.rpm) = 179136696b4a635c7e500ba982464c16c2ea8ce1349d05270812fdb88532cb2a +SIZE (rocky/g/gcc-11.4.1-2.1.el9.src.rpm) = 81805344 diff --git a/devel/linux-rl9-devtools/pkg-plist.amd64 b/devel/linux-rl9-devtools/pkg-plist.amd64 index 1c258f2c1bb6..ad448536f747 100644 --- a/devel/linux-rl9-devtools/pkg-plist.amd64 +++ b/devel/linux-rl9-devtools/pkg-plist.amd64 @@ -1,1614 +1,3040 @@ 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.bfd 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.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/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/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/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-64.h +usr/include/gnu/lib-names.h +usr/include/gnu/libc-version.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/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/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/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/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/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/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/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/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/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/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/lib/.build-id/00/9bede77fc9f274a734d6366161faf46fccdf53 -usr/lib/.build-id/00/9bede77fc9f274a734d6366161faf46fccdf53.1 -usr/lib/.build-id/02/c754fe898e847b427bfa9a2f688d52fcd31c6d -usr/lib/.build-id/04/4a0bea70c684803ed0f7ece51e116127cb1145 -usr/lib/.build-id/04/4a0bea70c684803ed0f7ece51e116127cb1145.1 -usr/lib/.build-id/04/4a0bea70c684803ed0f7ece51e116127cb1145.2 -usr/lib/.build-id/04/4a0bea70c684803ed0f7ece51e116127cb1145.3 -usr/lib/.build-id/0a/2ffab33fbbc67c356a538aa237069d7287f877 -usr/lib/.build-id/0b/21d7fcbfe45d38c75ad140a26ca0095921d00f -usr/lib/.build-id/13/9988109bfa82ee8cfe901e97393980c400725a -usr/lib/.build-id/13/9988109bfa82ee8cfe901e97393980c400725a.1 -usr/lib/.build-id/1f/3933f1b87a9986441ad704b9e896be9f1b2b8f -usr/lib/.build-id/25/8a557a556689fb2c338da2351a6b425dab4940 -usr/lib/.build-id/25/8a557a556689fb2c338da2351a6b425dab4940.1 -usr/lib/.build-id/2a/27dbc4250291458e3dbf834b402c711e4b5cfc +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/03/c5b8f750f963e209cc879f28c55b76f750c090 +usr/lib/.build-id/04/f7b7cb6bc1391dc5732b3640c43b9bffe9dac2 +usr/lib/.build-id/0c/2878f70e73d68f44034a5c0fca2136fa382c6b +usr/lib/.build-id/0e/6e723b973c35483d0f351e6e27e2dff10545d2 +usr/lib/.build-id/0f/0d22145bb90eb7fa11fbc8ff3c74f6293fb439 +usr/lib/.build-id/0f/0d22145bb90eb7fa11fbc8ff3c74f6293fb439.1 +usr/lib/.build-id/16/ded02d9336003ce923f4ce752683e51253a89b +usr/lib/.build-id/1a/f6a957b3470ce6a809c263b7d406d92756cfb6 +usr/lib/.build-id/1b/005c302c294beeff3d13b9c0a862ebf7610fb2 +usr/lib/.build-id/1f/78d7b717513f6069eff9d0cd2fb8f595d08026 +usr/lib/.build-id/28/230dcf581a0634e099788654cdb91bf39e848f +usr/lib/.build-id/2a/a2f1f2b5d4b6f79c57dc0cc49f20e627e0609a +usr/lib/.build-id/2a/d0894a7658d03decf6a78b60c3843155fd02ca +usr/lib/.build-id/2b/1026eddb1b12fb833c5e8143c8fa198c0cc486 +usr/lib/.build-id/2b/5c8873b7a3af0bd11d59b8097edbb54d5cfbf6 +usr/lib/.build-id/2b/5c8873b7a3af0bd11d59b8097edbb54d5cfbf6.1 +usr/lib/.build-id/2b/5c8873b7a3af0bd11d59b8097edbb54d5cfbf6.2 +usr/lib/.build-id/2b/5c8873b7a3af0bd11d59b8097edbb54d5cfbf6.3 +usr/lib/.build-id/2e/837f83223e4c996b87bef96e71808ac46733f6 usr/lib/.build-id/2f/f971b8e527fb547fc3133dff1fca1a26109cd4 -usr/lib/.build-id/32/6f20c6a135f4407be7e09d1f21c7987e3793a3 -usr/lib/.build-id/32/6f20c6a135f4407be7e09d1f21c7987e3793a3.1 -usr/lib/.build-id/33/0e57c96d634d30d8fcb5cb411af44886dcdf86 -usr/lib/.build-id/37/8ec8ef92d8698296143e8eb78edf1bf498fc3e -usr/lib/.build-id/38/7dab3c2da3cf82890c898728636d78baf39fee -usr/lib/.build-id/39/d14de04c057610387058ef33412dbe447e57cc -usr/lib/.build-id/3a/4ad15eb0410d95290b069f4c20d1374e3c4d5d -usr/lib/.build-id/3a/4ad15eb0410d95290b069f4c20d1374e3c4d5d.1 -usr/lib/.build-id/3d/b4b2774f238f2ee298efe929857a63e630e694 -usr/lib/.build-id/3d/b4b2774f238f2ee298efe929857a63e630e694.1 -usr/lib/.build-id/3d/b4b2774f238f2ee298efe929857a63e630e694.2 -usr/lib/.build-id/3d/b4b2774f238f2ee298efe929857a63e630e694.3 -usr/lib/.build-id/3d/d47663766b5cf9a3fea3a2313415dab53d48d9 -usr/lib/.build-id/3f/34451d98b026ac4af7faa1068f5a1193861e64 -usr/lib/.build-id/3f/a4c5e235146cecbfe1c15ab5f6e641acc61298 -usr/lib/.build-id/3f/a4c5e235146cecbfe1c15ab5f6e641acc61298.1 -usr/lib/.build-id/43/71e4677f932a8ebceeab0fbd857de606d9c98a -usr/lib/.build-id/44/29bcf5efd16f283f93f491076d4f8705db2e10 -usr/lib/.build-id/44/29bcf5efd16f283f93f491076d4f8705db2e10.1 -usr/lib/.build-id/44/7c6971bee4d5cdf7166c64970755294bfbe864 -usr/lib/.build-id/44/7c6971bee4d5cdf7166c64970755294bfbe864.1 -usr/lib/.build-id/44/9ef8552f848945e6b5c2ba4972b39fcea2b6ce -usr/lib/.build-id/47/7b4d0ec2ee1528d68adf2220f16262a12e538d -usr/lib/.build-id/5a/7f522492a90cc692f03fcd0721851f47ec4d22 -usr/lib/.build-id/5a/9843cf0efae3a93746bb0cd6240b88d4870566 -usr/lib/.build-id/5a/ee4bd255648349b0dc8a9bb6d49347683aa28f -usr/lib/.build-id/5d/ce9d5422a329bf02e4c31f3cf31589eea6e563 -usr/lib/.build-id/5e/8eb650a55cc34e89567c809a4c2b8cb9852d97 -usr/lib/.build-id/5e/d31297519e143aeb61ac7f2aa99f3b5482f121 -usr/lib/.build-id/63/367cd5e0fafc362934703739f3fcecf4dddfd2 -usr/lib/.build-id/67/cf2fcaa9acc62df8c24ccacc85c5e824f3bbe6 -usr/lib/.build-id/67/cf2fcaa9acc62df8c24ccacc85c5e824f3bbe6.1 -usr/lib/.build-id/67/cf2fcaa9acc62df8c24ccacc85c5e824f3bbe6.2 -usr/lib/.build-id/67/cf2fcaa9acc62df8c24ccacc85c5e824f3bbe6.3 -usr/lib/.build-id/69/cf923b10201230ba5574ab92be303358bb3de9 -usr/lib/.build-id/6a/20bb367b8eaa795d211553aa41dca0e93a1136 -usr/lib/.build-id/6e/2671d16b5277461b098a02f9f8d4bcbc7112fa -usr/lib/.build-id/6e/2671d16b5277461b098a02f9f8d4bcbc7112fa.1 -usr/lib/.build-id/6f/09df2803f957b51e4667ecd669856450839e3a -usr/lib/.build-id/6f/09df2803f957b51e4667ecd669856450839e3a.1 -usr/lib/.build-id/71/d3d130af069ac368bab377035a0ffd6928497a -usr/lib/.build-id/71/d3d130af069ac368bab377035a0ffd6928497a.1 -usr/lib/.build-id/75/0455af8e678feec6a33bfa260c9fc471b48e98 -usr/lib/.build-id/75/0455af8e678feec6a33bfa260c9fc471b48e98.1 -usr/lib/.build-id/7e/d29ac9d12b3b202ec3b43ab7b874bae4ad9122 -usr/lib/.build-id/82/2fe9a89007c1223637e921484e2fec781e1a4f -usr/lib/.build-id/82/2fe9a89007c1223637e921484e2fec781e1a4f.1 -usr/lib/.build-id/86/0f3b1cf2c24967a58c225260b6a39d3f89c009 -usr/lib/.build-id/8a/9611521bff96d878bc571e606eb79d811faba9 -usr/lib/.build-id/8f/9a86db15ac62f978306ad3edc55c72dd562ce4 -usr/lib/.build-id/8f/9a86db15ac62f978306ad3edc55c72dd562ce4.1 -usr/lib/.build-id/8f/caa55f753761bce6131c2cfd36281bc61d999f -usr/lib/.build-id/97/0c458ea998ba0a4d6cef3001da30848ea894a9 -usr/lib/.build-id/98/da3a203c3255330fb596dfc0c14d4566a77c5f -usr/lib/.build-id/98/da3a203c3255330fb596dfc0c14d4566a77c5f.1 -usr/lib/.build-id/9b/ee083ab376892cdb442bb6f8e922f1f2a49094 -usr/lib/.build-id/9b/ee083ab376892cdb442bb6f8e922f1f2a49094.1 -usr/lib/.build-id/9e/d78b4f06fab643ef1d975e555aa2eb89468e03 -usr/lib/.build-id/9f/2378e284803d0e827dadcbc950364714276927 -usr/lib/.build-id/a0/00795b29120338cbf96604c1727f17808b5b0f -usr/lib/.build-id/a2/849c4b4c41530d4215f8feaa5697800652b266 -usr/lib/.build-id/a8/e25a5cd901e8de8c8b97c56cac5073f4931659 -usr/lib/.build-id/a8/e25a5cd901e8de8c8b97c56cac5073f4931659.1 -usr/lib/.build-id/a9/b9371a15e799383507a36f4d5a08f5e4c57615 -usr/lib/.build-id/ab/f5ecd94ae71807f17680c87204e414c95219ac -usr/lib/.build-id/ac/d57e6421a83d5dccd8f70618af2583fe63eeaa -usr/lib/.build-id/ac/d57e6421a83d5dccd8f70618af2583fe63eeaa.1 -usr/lib/.build-id/af/3ba0f6874afb8cbd4d8224740709a00f657a90 -usr/lib/.build-id/af/a37e6b7a320d18f624c93175a9514d9ac5451a -usr/lib/.build-id/b2/d3091799b3996ccadafc2c224db3c98b7bb62d -usr/lib/.build-id/b2/d3091799b3996ccadafc2c224db3c98b7bb62d.1 -usr/lib/.build-id/b5/51874c8aad436a19259b9cef672dc311f54cbf +usr/lib/.build-id/30/2731c4147c70431c063a1936980b24aebee2cb +usr/lib/.build-id/33/9f8b7993e054e697a43cfea278c4487617fefb +usr/lib/.build-id/33/9f8b7993e054e697a43cfea278c4487617fefb.1 +usr/lib/.build-id/39/d53ac397d398ebfc5dc87db1b2a6462b9ee6c7 +usr/lib/.build-id/39/d53ac397d398ebfc5dc87db1b2a6462b9ee6c7.1 +usr/lib/.build-id/3d/76565efb7cfb9fa33df2fb5d16ad62a3579496 +usr/lib/.build-id/3d/76565efb7cfb9fa33df2fb5d16ad62a3579496.1 +usr/lib/.build-id/3e/a1393e41ac0784c4aada4e808a711ce0dcbd28 +usr/lib/.build-id/3f/7d4319767d4babd46f5c731ac2275167b19145 +usr/lib/.build-id/3f/7d4319767d4babd46f5c731ac2275167b19145.1 +usr/lib/.build-id/40/90e103c1e02ef93b7dbe50817d993f8c6b4ee6 +usr/lib/.build-id/41/33e1fd7294f32a92f6670f8c1fe69e1973f6df +usr/lib/.build-id/41/e073f76ccf2f62609111543689fe132db13cf0 +usr/lib/.build-id/41/e073f76ccf2f62609111543689fe132db13cf0.1 +usr/lib/.build-id/41/e073f76ccf2f62609111543689fe132db13cf0.2 +usr/lib/.build-id/42/38dcc99794a7aaee70ebfa000487b5e2a45dcc +usr/lib/.build-id/43/3c51bda03b6611d41f189783cf981704717e5d +usr/lib/.build-id/43/3c51bda03b6611d41f189783cf981704717e5d.1 +usr/lib/.build-id/46/d71f03ba04847247ce78b83dd1c44965b669a1 +usr/lib/.build-id/49/acf46d5dd95b401558df65a949195b5ac8a304 +usr/lib/.build-id/49/acf46d5dd95b401558df65a949195b5ac8a304.1 +usr/lib/.build-id/50/b7bdc318a8aa720e2666acea9f023fd19c788c +usr/lib/.build-id/51/ee439857607441f9fd21f554b46177f0062232 +usr/lib/.build-id/53/3e6f2a8eecaa0212564c821e207d489d8fe239 +usr/lib/.build-id/53/3e6f2a8eecaa0212564c821e207d489d8fe239.1 +usr/lib/.build-id/55/69c12076fe4793b835b8e2571a15d5c4eeece7 +usr/lib/.build-id/55/69c12076fe4793b835b8e2571a15d5c4eeece7.1 +usr/lib/.build-id/55/a635817927143e2174cd1fb56cb5ffbce829b0 +usr/lib/.build-id/59/fed6021d2a0810f868cecb254362350c622ede +usr/lib/.build-id/5b/cc9bca1e50cbd07d9bde5e27906579128f41bb +usr/lib/.build-id/5b/cc9bca1e50cbd07d9bde5e27906579128f41bb.1 +usr/lib/.build-id/5c/d9fc50c5479eabb18c314b4fe1eb331b3bf810 +usr/lib/.build-id/5c/d9fc50c5479eabb18c314b4fe1eb331b3bf810.1 +usr/lib/.build-id/5c/d9fc50c5479eabb18c314b4fe1eb331b3bf810.2 +usr/lib/.build-id/5c/d9fc50c5479eabb18c314b4fe1eb331b3bf810.3 +usr/lib/.build-id/5d/ded35be94ab50f77f9c09abbb74a4d3c63e752 +usr/lib/.build-id/5e/7d3d878b629901eb0caafcf60a27f0adb6f77f +usr/lib/.build-id/61/9fd309d3eb6fdde7833c2c7b36efddee9e8c3e +usr/lib/.build-id/6a/672a546e004fa85b70af27f5f1077346a88fa3 +usr/lib/.build-id/6a/672a546e004fa85b70af27f5f1077346a88fa3.1 +usr/lib/.build-id/6b/031e9764d1d9a6f96c03b466ddaa3b326a34c7 +usr/lib/.build-id/72/c3249e3ceaa85c2e767ee420a1d829064d6417 +usr/lib/.build-id/73/d9cff6149919da516681c1cc8018a018b66a60 +usr/lib/.build-id/73/edb221830dcbe331b2e0cabd95a77ffb07a78a +usr/lib/.build-id/73/edb221830dcbe331b2e0cabd95a77ffb07a78a.1 +usr/lib/.build-id/74/c35d92c1554c0f6989692d61e9e0415005b7c4 +usr/lib/.build-id/7b/66052f9b08607964960c3c623d1264a5c9f078 +usr/lib/.build-id/7c/a45aafba8f3b3e3939f622607a42d84175a563 +usr/lib/.build-id/7c/a45aafba8f3b3e3939f622607a42d84175a563.1 +usr/lib/.build-id/7f/8a3c0163bb7bf553cfcdc8b94da5a59fe6d118 +usr/lib/.build-id/81/0825699099797fc9e2b8a275193e41556415bf +usr/lib/.build-id/81/64ea5255dde03b0ee4385fc15be97637a14d44 +usr/lib/.build-id/81/64ea5255dde03b0ee4385fc15be97637a14d44.1 +usr/lib/.build-id/81/64ea5255dde03b0ee4385fc15be97637a14d44.2 +usr/lib/.build-id/81/64ea5255dde03b0ee4385fc15be97637a14d44.3 +usr/lib/.build-id/81/7528c423f2170ef15f0926251733658b5d5da3 +usr/lib/.build-id/81/7528c423f2170ef15f0926251733658b5d5da3.1 +usr/lib/.build-id/83/4a14afdc13c70926df1d5aff078bc8fcd8c6f0 +usr/lib/.build-id/87/ff32db57bc65db2fa207362860f5e14bc8fbb3 +usr/lib/.build-id/87/ff32db57bc65db2fa207362860f5e14bc8fbb3.1 +usr/lib/.build-id/89/5a3828ccc9e73d2e28fc87ebf8a930ac544542 +usr/lib/.build-id/8e/31146e524beb85b25bae1fceea18217aa73608 +usr/lib/.build-id/95/4d0c4cf0288d24204e4469576a3735b436dd1f +usr/lib/.build-id/95/a58d981543b50ecf0cee5de09a5b9bfb828582 +usr/lib/.build-id/96/6503e52b32f35b5b7f861c6d00e6966b4c324e +usr/lib/.build-id/96/6503e52b32f35b5b7f861c6d00e6966b4c324e.1 +usr/lib/.build-id/97/f9e03e1743242702015f4a3ae8b5b1391aa55c +usr/lib/.build-id/97/f9e03e1743242702015f4a3ae8b5b1391aa55c.1 +usr/lib/.build-id/97/f9e03e1743242702015f4a3ae8b5b1391aa55c.2 +usr/lib/.build-id/97/f9e03e1743242702015f4a3ae8b5b1391aa55c.3 +usr/lib/.build-id/98/473f9825dacbde727b52e53f26f2a0bb183bde +usr/lib/.build-id/9a/5c951400cf991fd909a5f7f1f62a8e8b7a683a +usr/lib/.build-id/9f/a7ae004b73eacfd82878d50ecbefbfcaca7e78 +usr/lib/.build-id/9f/a7ae004b73eacfd82878d50ecbefbfcaca7e78.1 +usr/lib/.build-id/a3/948ad45fc442f57d7f943755da361dfa087d87 +usr/lib/.build-id/a3/948ad45fc442f57d7f943755da361dfa087d87.1 +usr/lib/.build-id/a6/bebf91e2ae24be21d01074d7e8ae402e633f6d +usr/lib/.build-id/a9/75623b570be123938297fbec70ad23b64e35b3 +usr/lib/.build-id/a9/75623b570be123938297fbec70ad23b64e35b3.1 usr/lib/.build-id/b7/84ac56fb9da71a989cb6137b32b1d098358bd8 -usr/lib/.build-id/b8/76eb6939437ef725d5667e51d40419d7b5cd96 -usr/lib/.build-id/bc/1a7abeaed7476b8a33ece17787216b0f46fdd3 -usr/lib/.build-id/bc/1a7abeaed7476b8a33ece17787216b0f46fdd3.1 -usr/lib/.build-id/bf/9ec0084360f90ba1815ef50e62d98a483c6193 -usr/lib/.build-id/c1/cac7abf371c1428b90f3cf9e56b75ced953ad2 -usr/lib/.build-id/c2/ef765fc22009094b98a5afc8581fcc93d03cdc -usr/lib/.build-id/c6/dd9072b7eef184b72fdc87bcff682e0bb32622 -usr/lib/.build-id/ca/6f90fbeed5dddc7952917cf2cc4df94c17081b -usr/lib/.build-id/ca/6f90fbeed5dddc7952917cf2cc4df94c17081b.1 -usr/lib/.build-id/ca/df28fdbb5fc26a077f53b154aec9e1c2b61e74 -usr/lib/.build-id/cd/7184e160113fe4cf0cf87ba47f9a45816f852d -usr/lib/.build-id/cd/7184e160113fe4cf0cf87ba47f9a45816f852d.1 -usr/lib/.build-id/cd/7184e160113fe4cf0cf87ba47f9a45816f852d.2 -usr/lib/.build-id/ce/ee7f2418d485a4bff5bb2787a52fd1fa9f75d6 -usr/lib/.build-id/d0/1e33bd3a9b01c11d91cca2a70d0af1306e634c -usr/lib/.build-id/d0/1e33bd3a9b01c11d91cca2a70d0af1306e634c.1 -usr/lib/.build-id/d0/1e33bd3a9b01c11d91cca2a70d0af1306e634c.2 -usr/lib/.build-id/d0/1e33bd3a9b01c11d91cca2a70d0af1306e634c.3 -usr/lib/.build-id/d6/67632b488cd0019b18d2da453820b24a42ea7e -usr/lib/.build-id/d7/6cf5fc157cfd5ed6c6671afbf5866ec6542351 -usr/lib/.build-id/d7/6cf5fc157cfd5ed6c6671afbf5866ec6542351.1 -usr/lib/.build-id/db/03b6309a7616fa32b5a6269e35fe33382af3db -usr/lib/.build-id/db/427c7067425817a4fac8c0ee4b0b4338490162 -usr/lib/.build-id/db/427c7067425817a4fac8c0ee4b0b4338490162.1 -usr/lib/.build-id/dd/ac89c8423e087c8bac5e3a9777022a27e16164 -usr/lib/.build-id/e4/8709fcfe8472f1cdbcbac3988acc364be86ca9 -usr/lib/.build-id/e5/116f350d218fcbb67e3b44b543c1fab78f2afc -usr/lib/.build-id/e5/116f350d218fcbb67e3b44b543c1fab78f2afc.1 -usr/lib/.build-id/e5/2c34dbe462c054c62a13888d5ba21bc6a652ac -usr/lib/.build-id/e5/e582e8c896bfce80ba39078c9dc6782faa4135 -usr/lib/.build-id/e6/b6fd0e96b4c74c3899d31422c489c18ef7c182 -usr/lib/.build-id/e7/0e3e231b79e37a0508dd0cc256e1e9144851f7 -usr/lib/.build-id/e7/93b3c14846636fae3f4e258a15acfe1bd1fba8 -usr/lib/.build-id/ec/5b73a6469aae6dc198c02786955bf6bc8035b8 -usr/lib/.build-id/f5/17c4aa242650d4a18a422290b2687248e77190 -usr/lib/.build-id/f9/47ba7c23249aa5f9becd38c0701800a09399ba -usr/lib/.build-id/fa/ffe951900cf4b7dadc6679c7c3aa5cadb7e082 +usr/lib/.build-id/be/73846ebca6202ecf016792cd5a860038b51fa2 +usr/lib/.build-id/c0/c6dcc416a532fcf6a9765d8e94b49187b6dff2 +usr/lib/.build-id/c0/c6dcc416a532fcf6a9765d8e94b49187b6dff2.1 +usr/lib/.build-id/c0/f9a155dc6313cc8eacae18bc6e3d2c3db0d989 +usr/lib/.build-id/c2/bc980b10ed2f022066598a42378abfdc297eb8 +usr/lib/.build-id/c5/957f79bf42942ede36ca58fc2ba735310f06fb +usr/lib/.build-id/c9/78fd42254c7c5712b48077a5bea2411928dcf3 +usr/lib/.build-id/cf/cf39fd57ff1cce03a3b7296910f49f3b55fb20 +usr/lib/.build-id/d0/398b3c7f5e5d66b784f11499d78f6a7456ef5c +usr/lib/.build-id/d3/27cf424cd252d0b7cf6ab3cf3fb9f37caa9419 +usr/lib/.build-id/d3/9f987e59468016ddc7c6d672a4b157f1a0ed0a +usr/lib/.build-id/d3/9f987e59468016ddc7c6d672a4b157f1a0ed0a.1 +usr/lib/.build-id/d4/562426184dfc96fe40ddbaf788863be322daa1 +usr/lib/.build-id/d4/d529761dc86e6dcf1c9be94a172ad9a633f16a +usr/lib/.build-id/da/e4084254ac57588fded3332f9f902e775020c7 +usr/lib/.build-id/da/e4084254ac57588fded3332f9f902e775020c7.1 +usr/lib/.build-id/db/b2f10569a94625be7175190c020b2a96361e0d +usr/lib/.build-id/df/e3c6fdde0adc613dae15efcbfe907214f59e90 +usr/lib/.build-id/e1/cb26154903c0c590a5f756b09220dafd8b95dc +usr/lib/.build-id/e9/3edc97d4e77b1f42a5cd79ec3405d4ce70b67a +usr/lib/.build-id/e9/3edc97d4e77b1f42a5cd79ec3405d4ce70b67a.1 +usr/lib/.build-id/ec/d57eb0483cae465822bbf932e392dfba88d49b +usr/lib/.build-id/ec/d57eb0483cae465822bbf932e392dfba88d49b.1 +usr/lib/.build-id/ed/4c4149400872521b942ab5a18890c77ee5c97a +usr/lib/.build-id/fe/12c6237fd106500398125919ad5c871ad5e44a +usr/lib/.build-id/ff/9b24a6c915468f74c8c2fb9ad2607bea9e13c8 usr/lib/cpp 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/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/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 25800811f6fb..cca17bd38583 100644 --- a/devel/linux-rl9-elfutils-libelf/Makefile +++ b/devel/linux-rl9-elfutils-libelf/Makefile @@ -1,21 +1,21 @@ PORTNAME= elfutils -PORTVERSION= 0.188 +PORTVERSION= 0.189 DISTVERSIONSUFFIX= -3.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 LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} OPTIONS_DEFINE= NLS OPTIONS_SUB= yes .include diff --git a/devel/linux-rl9-elfutils-libelf/distinfo b/devel/linux-rl9-elfutils-libelf/distinfo index 054b1544820b..d2c42fbfdac1 100644 --- a/devel/linux-rl9-elfutils-libelf/distinfo +++ b/devel/linux-rl9-elfutils-libelf/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1686485273 -SHA256 (rocky/e/elfutils-libelf-0.188-3.el9.aarch64.rpm) = a4499c43460fe4b6117ef74346181bfdcd5f0ff4149b511c866129f2301ac105 -SIZE (rocky/e/elfutils-libelf-0.188-3.el9.aarch64.rpm) = 196978 -SHA256 (rocky/e/elfutils-libelf-0.188-3.el9.x86_64.rpm) = e7808416761942e28f6c7c4e3550f1f255055b1e1eefdca2ef2f71a48e9cbd65 -SIZE (rocky/e/elfutils-libelf-0.188-3.el9.x86_64.rpm) = 197819 -SHA256 (rocky/e/elfutils-0.188-3.el9.src.rpm) = e676356291013e3625a62d56719a77a7421c98fb60138092ecc9441206f17cfd -SIZE (rocky/e/elfutils-0.188-3.el9.src.rpm) = 9144640 +TIMESTAMP = 1707693765 +SHA256 (rocky/e/elfutils-libelf-0.189-3.el9.aarch64.rpm) = 5133857ef04ca849e41996d7b6d5c4345935912bac49765fb537e9597ca6f2e4 +SIZE (rocky/e/elfutils-libelf-0.189-3.el9.aarch64.rpm) = 195591 +SHA256 (rocky/e/elfutils-libelf-0.189-3.el9.x86_64.rpm) = 2d61d3deaebbfc30e08003efc08c01eb24b2a4637446892cc56c053a29c241bf +SIZE (rocky/e/elfutils-libelf-0.189-3.el9.x86_64.rpm) = 196129 +SHA256 (rocky/e/elfutils-0.189-3.el9.src.rpm) = bb38e4f1eba912d4604cf6b3913500c55e6fae6e354296c48185367684ff43f2 +SIZE (rocky/e/elfutils-0.189-3.el9.src.rpm) = 9174873 diff --git a/devel/linux-rl9-elfutils-libelf/pkg-plist.amd64 b/devel/linux-rl9-elfutils-libelf/pkg-plist.amd64 index e835b16fc4c0..221547fadfe4 100644 --- a/devel/linux-rl9-elfutils-libelf/pkg-plist.amd64 +++ b/devel/linux-rl9-elfutils-libelf/pkg-plist.amd64 @@ -1,12 +1,12 @@ -usr/lib/.build-id/02/fba720320294266611d966f1e587b95b51edca -usr/lib64/libelf-0.188.so +usr/lib/.build-id/7e/61eb8ebb14f4c803696e0933900510c4a85608 +usr/lib64/libelf-0.189.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 cf18b67fed64..697a4c5989fd 100644 --- a/devel/linux-rl9-elfutils-libs/Makefile +++ b/devel/linux-rl9-elfutils-libs/Makefile @@ -1,19 +1,19 @@ PORTNAME= elfutils -PORTVERSION= 0.188 +PORTVERSION= 0.189 DISTVERSIONSUFFIX= -3.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 LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} .include diff --git a/devel/linux-rl9-elfutils-libs/distinfo b/devel/linux-rl9-elfutils-libs/distinfo index d1f9e40f19e5..d623b68ac47e 100644 --- a/devel/linux-rl9-elfutils-libs/distinfo +++ b/devel/linux-rl9-elfutils-libs/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1686485515 -SHA256 (rocky/e/elfutils-libs-0.188-3.el9.aarch64.rpm) = a3245945bb31ebda99d5a66ab769b8d18e0bf6261b974051f79e6eddf1387086 -SIZE (rocky/e/elfutils-libs-0.188-3.el9.aarch64.rpm) = 256738 -SHA256 (rocky/e/elfutils-libs-0.188-3.el9.x86_64.rpm) = 7e58eac7079b337ea63273a9535b3b93cafd9f6ff84ba25596b525bf8b7bb18d -SIZE (rocky/e/elfutils-libs-0.188-3.el9.x86_64.rpm) = 258708 -SHA256 (rocky/e/elfutils-0.188-3.el9.src.rpm) = e676356291013e3625a62d56719a77a7421c98fb60138092ecc9441206f17cfd -SIZE (rocky/e/elfutils-0.188-3.el9.src.rpm) = 9144640 +TIMESTAMP = 1707693884 +SHA256 (rocky/e/elfutils-libs-0.189-3.el9.aarch64.rpm) = 4e2ee96c0032e78845bb91c7e52a9c3e762a0fb1ea39c5836cf4d04892587538 +SIZE (rocky/e/elfutils-libs-0.189-3.el9.aarch64.rpm) = 258040 +SHA256 (rocky/e/elfutils-libs-0.189-3.el9.x86_64.rpm) = 62596104ee3d12f7781d3b3a89bf2d0bc1b68f742e7efe788478f4001706b2a9 +SIZE (rocky/e/elfutils-libs-0.189-3.el9.x86_64.rpm) = 260247 +SHA256 (rocky/e/elfutils-0.189-3.el9.src.rpm) = bb38e4f1eba912d4604cf6b3913500c55e6fae6e354296c48185367684ff43f2 +SIZE (rocky/e/elfutils-0.189-3.el9.src.rpm) = 9174873 diff --git a/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 b/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 index 329ba45ef2d8..65984226e8e0 100644 --- a/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 +++ b/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 @@ -1,8 +1,8 @@ -usr/lib/.build-id/8a/5706c2529783e0e2c2d93bbab1672345737f75 -usr/lib/.build-id/90/a8601dc48b68b6b522f3b3529399994c327996 -usr/lib64/libasm-0.188.so +usr/lib/.build-id/81/bc56a4488989be228ea23cb828c842583734b2 +usr/lib/.build-id/c1/8aa685246386e817f17228d121f009b6b42bd6 +usr/lib64/libasm-0.189.so usr/lib64/libasm.so.1 -usr/lib64/libdw-0.188.so +usr/lib64/libdw-0.189.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-icu/Makefile b/devel/linux-rl9-icu/Makefile new file mode 100644 index 000000000000..02186a55d33f --- /dev/null +++ b/devel/linux-rl9-icu/Makefile @@ -0,0 +1,25 @@ +PORTNAME= icu +PORTVERSION= 67.1 +DISTVERSIONSUFFIX= -9.el9 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= International Components for Unicode (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://site.icu-project.org/ + +USES= cpe linux:rl9 +CPE_VENDOR= ${PORTNAME}-project +CPE_PRODUCT= international_components_for_unicode +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} +LIB_DISTNAMES= lib${PORTNAME}-${DISTVERSIONFULL} +SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/lib${PORTNAME}-${PORTVERSION} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/devel/linux-rl9-icu/distinfo b/devel/linux-rl9-icu/distinfo new file mode 100644 index 000000000000..e80d12dcc468 --- /dev/null +++ b/devel/linux-rl9-icu/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1707748760 +SHA256 (rocky/i/icu-67.1-9.el9.aarch64.rpm) = aa01fcb0f8a13c6ae3ea6d352ab371ae60a30b950361b9b31fc817e6a21a5256 +SIZE (rocky/i/icu-67.1-9.el9.aarch64.rpm) = 225157 +SHA256 (rocky/i/icu-67.1-9.el9.x86_64.rpm) = e3caf7726874774401126f4828b39f73d8067a9dcaa2d1568df08189604ab644 +SIZE (rocky/i/icu-67.1-9.el9.x86_64.rpm) = 230028 +SHA256 (rocky/l/libicu-67.1-9.el9.aarch64.rpm) = 360fc8ba49687c886b2c044681878becf96349b9f5442fd6f787a1f3fb9ff90a +SIZE (rocky/l/libicu-67.1-9.el9.aarch64.rpm) = 9934126 +SHA256 (rocky/l/libicu-67.1-9.el9.x86_64.rpm) = 380c7e0d8f802c5cde277376773d295cbbb2f8ec045f18fcb4ab452bff794a26 +SIZE (rocky/l/libicu-67.1-9.el9.x86_64.rpm) = 10044344 +SHA256 (rocky/i/icu-67.1-9.el9.src.rpm) = abbf21f245ed6f3bb21509048c0dfd0bf5d69f731a01cb42e5cee46db59b15c4 +SIZE (rocky/i/icu-67.1-9.el9.src.rpm) = 23179814 diff --git a/devel/linux-rl9-icu/pkg-plist.amd64 b/devel/linux-rl9-icu/pkg-plist.amd64 new file mode 100644 index 000000000000..62e9e85600fb --- /dev/null +++ b/devel/linux-rl9-icu/pkg-plist.amd64 @@ -0,0 +1,65 @@ +usr/bin/derb +usr/bin/genbrk +usr/bin/gencfu +usr/bin/gencnval +usr/bin/gendict +usr/bin/genrb +usr/bin/makeconv +usr/bin/pkgdata +usr/bin/uconv +usr/lib/.build-id/0b/219e9d759bc558d1154e8e6a72ffc80254e620 +usr/lib/.build-id/2d/a903765bcfcc1e9f1459212df87ace635347a6 +usr/lib/.build-id/3a/8c86b59102c63a35125edbb4d53d5468556f6a +usr/lib/.build-id/3d/df6ccf893e099283e1cf4e411ab9df992277d8 +usr/lib/.build-id/3f/cfcfa0fc7264d304b2b773e63721cb52694fb2 +usr/lib/.build-id/51/b477b4b401c36296389c3b025adc72ff6e5b24 +usr/lib/.build-id/54/11ba56f6e334192e29e58285a23aae94d8545b +usr/lib/.build-id/5d/31d81a5881815a8811b9e0ac38a83a2ec79edb +usr/lib/.build-id/60/8df451d74ff16a28ae1271bb24c7b22c5765dc +usr/lib/.build-id/67/3454769dc18a40faf5e038131111f8d98c3eb0 +usr/lib/.build-id/73/b0e31ff8ee67c452e4725d4562011afbde14b7 +usr/lib/.build-id/79/653be0c5543d662f491457e3bf7d5b02274375 +usr/lib/.build-id/81/b0fb262ea0b90d2bb0987cceb1b0061fd1bad1 +usr/lib/.build-id/99/32215c742033627ba4840b879432be9dd20bd6 +usr/lib/.build-id/c5/56036fb8af0b352541ba3b6a7ecebfcc91500a +usr/lib/.build-id/ce/7999f6175624333fb79fb78c193408612ee0ff +usr/lib/.build-id/d5/36c4d04b428e1835e98be01dacc833ba707573 +usr/lib/.build-id/e1/bec57a2f33fb6cbf5ce702e7f0b338b9a8effd +usr/lib/.build-id/e3/a740bd04378541412cf7b2d165867a34396e2b +usr/lib/.build-id/e9/cad068967445acdd0d3b2f42a4f6116c778257 +usr/lib/.build-id/f2/7a22f614628bb3d8ee35425a8141eb1e09e124 +usr/lib64/libicudata.so.67 +usr/lib64/libicudata.so.67.1 +usr/lib64/libicui18n.so.67 +usr/lib64/libicui18n.so.67.1 +usr/lib64/libicuio.so.67 +usr/lib64/libicuio.so.67.1 +usr/lib64/libicutest.so.67 +usr/lib64/libicutest.so.67.1 +usr/lib64/libicutu.so.67 +usr/lib64/libicutu.so.67.1 +usr/lib64/libicuuc.so.67 +usr/lib64/libicuuc.so.67.1 +usr/sbin/escapesrc +usr/sbin/genccode +usr/sbin/gencmn +usr/sbin/gennorm2 +usr/sbin/gensprep +usr/sbin/icupkg +%%PORTDOCS%%usr/share/doc/libicu/readme.html +usr/share/licenses/icu/license.html +usr/share/licenses/libicu/LICENSE +usr/share/man/man1/derb.1.gz +usr/share/man/man1/genbrk.1.gz +usr/share/man/man1/gencfu.1.gz +usr/share/man/man1/gencnval.1.gz +usr/share/man/man1/gendict.1.gz +usr/share/man/man1/genrb.1.gz +usr/share/man/man1/makeconv.1.gz +usr/share/man/man1/pkgdata.1.gz +usr/share/man/man1/uconv.1.gz +usr/share/man/man8/genccode.8.gz +usr/share/man/man8/gencmn.8.gz +usr/share/man/man8/gennorm2.8.gz +usr/share/man/man8/gensprep.8.gz +usr/share/man/man8/icupkg.8.gz diff --git a/devel/linux-rl9-libevent/Makefile b/devel/linux-rl9-libevent/Makefile new file mode 100644 index 000000000000..61c7ff83a942 --- /dev/null +++ b/devel/linux-rl9-libevent/Makefile @@ -0,0 +1,22 @@ +PORTNAME= libevent +PORTVERSION= 2.1.12 +DISTVERSIONSUFFIX= -6.el9 +CATEGORIES= devel + +MAINTAINER= emulation@FreeBSD.org +COMMENT= API for executing callback functions on events or timeouts (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://libevent.org/ + +LICENSE= BSD3CLAUSE + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/devel/linux-rl9-libevent/distinfo b/devel/linux-rl9-libevent/distinfo new file mode 100644 index 000000000000..e2d507ee3395 --- /dev/null +++ b/devel/linux-rl9-libevent/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707752694 +SHA256 (rocky/l/libevent-2.1.12-6.el9.aarch64.rpm) = 804e0489c650a64e644931734efe6ec98dcccae5902a1fc2d90fc0e8b64d8e5b +SIZE (rocky/l/libevent-2.1.12-6.el9.aarch64.rpm) = 258903 +SHA256 (rocky/l/libevent-2.1.12-6.el9.x86_64.rpm) = 4d104f653aa702ba18bc45f5bd4b1f2853b70a8c1cdd64c255570570d20ca91d +SIZE (rocky/l/libevent-2.1.12-6.el9.x86_64.rpm) = 267425 +SHA256 (rocky/l/libevent-2.1.12-6.el9.src.rpm) = 5ba97ff1138f740dc5258dcdc6fd0e6552de4d197b29049f02ea77a75d9109fa +SIZE (rocky/l/libevent-2.1.12-6.el9.src.rpm) = 1115990 diff --git a/devel/linux-rl9-libevent/pkg-plist.amd64 b/devel/linux-rl9-libevent/pkg-plist.amd64 new file mode 100644 index 000000000000..a07a4c7f0f0f --- /dev/null +++ b/devel/linux-rl9-libevent/pkg-plist.amd64 @@ -0,0 +1,17 @@ +usr/lib/.build-id/24/53968e23634a7a1226bd2f2c19894fa6c8a7bb +usr/lib/.build-id/76/00e5c1c74925db9e3f21e75f585188aa4c40e8 +usr/lib/.build-id/ce/7823c792121bdf52fb3c0e032e4ee11b9b98a2 +usr/lib/.build-id/df/7c0c11827a75ee19534b9966f27978f91ea8fb +usr/lib/.build-id/fa/9bfe9aec74a3279d97aa1fc233a6cc3f8b9143 +usr/lib64/libevent-2.1.so.7 +usr/lib64/libevent-2.1.so.7.0.1 +usr/lib64/libevent_core-2.1.so.7 +usr/lib64/libevent_core-2.1.so.7.0.1 +usr/lib64/libevent_extra-2.1.so.7 +usr/lib64/libevent_extra-2.1.so.7.0.1 +usr/lib64/libevent_openssl-2.1.so.7 +usr/lib64/libevent_openssl-2.1.so.7.0.1 +usr/lib64/libevent_pthreads-2.1.so.7 +usr/lib64/libevent_pthreads-2.1.so.7.0.1 +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +usr/share/licenses/libevent/LICENSE diff --git a/devel/linux-rl9-libgfortran/Makefile b/devel/linux-rl9-libgfortran/Makefile index 698108b897c8..62a8c6581ad4 100644 --- a/devel/linux-rl9-libgfortran/Makefile +++ b/devel/linux-rl9-libgfortran/Makefile @@ -1,19 +1,19 @@ PORTNAME= libgfortran -PORTVERSION= 11.3.1 -DISTVERSIONSUFFIX= -4.3.el9 +PORTVERSION= 11.4.1 +DISTVERSIONSUFFIX= -2.1.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 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 2f2ecfc2419c..be31b42239fc 100644 --- a/devel/linux-rl9-libgfortran/distinfo +++ b/devel/linux-rl9-libgfortran/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1688565299 -SHA256 (rocky/l/libgfortran-11.3.1-4.3.el9.aarch64.rpm) = 6af6938e41efc6ad7f4ecd05dc7d53da714fd1c1ad27046ba9f1bfd9c6fa319b -SIZE (rocky/l/libgfortran-11.3.1-4.3.el9.aarch64.rpm) = 464310 -SHA256 (rocky/l/libgfortran-11.3.1-4.3.el9.x86_64.rpm) = 6e2e00231dd3ac3ac56f2e2f750c9b22fbea0d25abef552a00548275ca1530b4 -SIZE (rocky/l/libgfortran-11.3.1-4.3.el9.x86_64.rpm) = 838750 -SHA256 (rocky/g/gcc-11.3.1-4.3.el9.src.rpm) = e4f4e1ae02cb84f10891c050bf6e40fce81424ba9ba0b245af71a1012ec22102 -SIZE (rocky/g/gcc-11.3.1-4.3.el9.src.rpm) = 81766486 +TIMESTAMP = 1707694084 +SHA256 (rocky/l/libgfortran-11.4.1-2.1.el9.aarch64.rpm) = 0f433974d7ab4ec5738e5a3a182fec5f99e4b6c27956a82b6c70ae0ef3e14072 +SIZE (rocky/l/libgfortran-11.4.1-2.1.el9.aarch64.rpm) = 448295 +SHA256 (rocky/l/libgfortran-11.4.1-2.1.el9.x86_64.rpm) = dce9c5f4f577839464913ce3da6948774003cdd1b92afcd0c424a92b6329248f +SIZE (rocky/l/libgfortran-11.4.1-2.1.el9.x86_64.rpm) = 826614 +SHA256 (rocky/g/gcc-11.4.1-2.1.el9.src.rpm) = 179136696b4a635c7e500ba982464c16c2ea8ce1349d05270812fdb88532cb2a +SIZE (rocky/g/gcc-11.4.1-2.1.el9.src.rpm) = 81805344 diff --git a/devel/linux-rl9-libgfortran/pkg-plist.amd64 b/devel/linux-rl9-libgfortran/pkg-plist.amd64 index f18a2e310e4d..9c832b204f1b 100644 --- a/devel/linux-rl9-libgfortran/pkg-plist.amd64 +++ b/devel/linux-rl9-libgfortran/pkg-plist.amd64 @@ -1,3 +1,3 @@ -usr/lib/.build-id/09/a0d81be67bedbbabaabab12692140219242d92 +usr/lib/.build-id/f3/1c545da88bd82e4c6d429ab2f7210429625351 usr/lib64/libgfortran.so.5 usr/lib64/libgfortran.so.5.0.0 diff --git a/security/linux-rl9-gnutls/Makefile b/devel/linux-rl9-libsoup/Makefile similarity index 50% copy from security/linux-rl9-gnutls/Makefile copy to devel/linux-rl9-libsoup/Makefile index 3277a3a46acf..42f68d2ce0ae 100644 --- a/security/linux-rl9-gnutls/Makefile +++ b/devel/linux-rl9-libsoup/Makefile @@ -1,23 +1,24 @@ -PORTNAME= gnutls -PORTVERSION= 3.7.6 -DISTVERSIONSUFFIX= -21.el9_2 -CATEGORIES= security linux +PORTNAME= libsoup +PORTVERSION= 2.72.0 +DISTVERSIONSUFFIX= -8.el9 +CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org -COMMENT= GNU Transport Layer Security library (Rocky Linux ${LINUX_DIST_VER}) -WWW= https://gnutls.org/ +COMMENT= SOAP (Simple Object Access Protocol) implementation in C (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://libsoup.org/ -USES= cpe linux:rl9 -CPE_VENDOR= gnu +LICENSE= LGPL20 + +USES= linux:rl9 USE_LDCONFIG= yes -USE_LINUX= libtasn1 nettle p11-kit +USE_LINUX= libgcrypt libpsl USE_LINUX_RPM= yes CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${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 new file mode 100644 index 000000000000..54d99108ac6d --- /dev/null +++ b/devel/linux-rl9-libsoup/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707760205 +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.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 diff --git a/devel/linux-rl9-libsoup/pkg-plist.amd64 b/devel/linux-rl9-libsoup/pkg-plist.amd64 new file mode 100644 index 000000000000..8dad4339d6ad --- /dev/null +++ b/devel/linux-rl9-libsoup/pkg-plist.amd64 @@ -0,0 +1,78 @@ +usr/lib/.build-id/db/e2e561ef459af2d09a3a74cc341705d5f2603f +usr/lib/.build-id/eb/82e6ca85cbf269753bd029aa423b6e838901f2 +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-llvm/Makefile b/devel/linux-rl9-llvm/Makefile index 663362b4f9da..acd66c29088a 100644 --- a/devel/linux-rl9-llvm/Makefile +++ b/devel/linux-rl9-llvm/Makefile @@ -1,29 +1,29 @@ PORTNAME= llvm -PORTVERSION= 15.0.7 -DISTVERSIONSUFFIX= -1.el9 +PORTVERSION= 16.0.6 +DISTVERSIONSUFFIX= -4.el9 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= LLVM suite (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.freedesktop.org/Software/dbus LICENSE= GPLv2+ USES= cpe linux:rl9 USE_LDCONFIG= yes -USE_LINUX= elfutils-libelf +USE_LINUX= elfutils-libelf python3 USE_LINUX_RPM= yes LIB_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} \ ${PORTNAME}-devel-${DISTVERSIONFULL} \ ${PORTNAME}-libs-${DISTVERSIONFULL} \ ${PORTNAME}-static-${DISTVERSIONFULL} DESCR= ${.CURDIR}/../${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 18d7fd027955..829bcfc2d2a5 100644 --- a/devel/linux-rl9-llvm/distinfo +++ b/devel/linux-rl9-llvm/distinfo @@ -1,19 +1,19 @@ -TIMESTAMP = 1714501704 -SHA256 (rocky/l/llvm-15.0.7-1.el9.aarch64.rpm) = 8ac244e2ab7271e36811e5d61a0f7daf8ae8bf10d13e82624eaa2159dc59d0b6 -SIZE (rocky/l/llvm-15.0.7-1.el9.aarch64.rpm) = 12857945 -SHA256 (rocky/l/llvm-15.0.7-1.el9.x86_64.rpm) = f8c4815d867d040470b3cdf7faee09c537af73d815e2c153c34bded26da57855 -SIZE (rocky/l/llvm-15.0.7-1.el9.x86_64.rpm) = 13992680 -SHA256 (rocky/l/llvm-devel-15.0.7-1.el9.aarch64.rpm) = 5263d1a02eb04a69128718ec4acd4268dfaed7e8b5041e3837199e227dc13b5f -SIZE (rocky/l/llvm-devel-15.0.7-1.el9.aarch64.rpm) = 3583198 -SHA256 (rocky/l/llvm-devel-15.0.7-1.el9.x86_64.rpm) = 0e63a2e28a804a43b854eed33fdcee65abbc803c894a34fac2d53586697cc76e -SIZE (rocky/l/llvm-devel-15.0.7-1.el9.x86_64.rpm) = 3585735 -SHA256 (rocky/l/llvm-libs-15.0.7-1.el9.aarch64.rpm) = 3a22f449ab4ccb02305983f1e350c2d510f61bb6f5d60d20c2c3a1d70546139f -SIZE (rocky/l/llvm-libs-15.0.7-1.el9.aarch64.rpm) = 21073599 -SHA256 (rocky/l/llvm-libs-15.0.7-1.el9.x86_64.rpm) = edd2e553cfe01458ab66ffcb3a71c67183c50b1e0852297f989030434a3b2592 -SIZE (rocky/l/llvm-libs-15.0.7-1.el9.x86_64.rpm) = 22377471 -SHA256 (rocky/l/llvm-static-15.0.7-1.el9.aarch64.rpm) = 5d68fc72043f58c4c84e5b601c6c5d28984e03c430f960f3298ea9ab7766116d -SIZE (rocky/l/llvm-static-15.0.7-1.el9.aarch64.rpm) = 30350680 -SHA256 (rocky/l/llvm-static-15.0.7-1.el9.x86_64.rpm) = 6a76e205fbb7a93197de12a71fc2666a5863a47ddce863e012b4dd178b266b6f -SIZE (rocky/l/llvm-static-15.0.7-1.el9.x86_64.rpm) = 31733344 -SHA256 (rocky/l/llvm-15.0.7-1.el9.src.rpm) = cbfdf2e32c4a0c8b3a72df1d64de263780481b8642e455a39e75902b99c086b2 -SIZE (rocky/l/llvm-15.0.7-1.el9.src.rpm) = 52990857 +TIMESTAMP = 1714502826 +SHA256 (rocky/l/llvm-16.0.6-4.el9.aarch64.rpm) = 16a12597f6c3cef4076ce430059dd272b7c87502f31f5a2732aadfe059e8cdf9 +SIZE (rocky/l/llvm-16.0.6-4.el9.aarch64.rpm) = 22080491 +SHA256 (rocky/l/llvm-16.0.6-4.el9.x86_64.rpm) = e4a146a85f7a174765b5a2f1289b77610db569e22a8f85f2f8d3243466cf380f +SIZE (rocky/l/llvm-16.0.6-4.el9.x86_64.rpm) = 23205331 +SHA256 (rocky/l/llvm-devel-16.0.6-4.el9.aarch64.rpm) = 76313baca2486c1e8be58355796b8223ad9befc53f9dadfaedd1c22ab0845d16 +SIZE (rocky/l/llvm-devel-16.0.6-4.el9.aarch64.rpm) = 3703401 +SHA256 (rocky/l/llvm-devel-16.0.6-4.el9.x86_64.rpm) = 1ef00d995ea0fd05e03c2f75a249e949e854e57e38fd654441701fdb8a54e477 +SIZE (rocky/l/llvm-devel-16.0.6-4.el9.x86_64.rpm) = 3704966 +SHA256 (rocky/l/llvm-libs-16.0.6-4.el9.aarch64.rpm) = dcf970f32fd8b1a8a935cd285b15c79b19fa4517e878ee263fa45a360cdb780e +SIZE (rocky/l/llvm-libs-16.0.6-4.el9.aarch64.rpm) = 23845923 +SHA256 (rocky/l/llvm-libs-16.0.6-4.el9.x86_64.rpm) = 1c1f18b58b43e93a657dab12b761441c995d6500ba97613395917c9c1da85444 +SIZE (rocky/l/llvm-libs-16.0.6-4.el9.x86_64.rpm) = 25573285 +SHA256 (rocky/l/llvm-static-16.0.6-4.el9.aarch64.rpm) = 44b9fedf567c501899edd9d259dbae093cc1ea1c787b46e9bcf9f6d9c3c107e1 +SIZE (rocky/l/llvm-static-16.0.6-4.el9.aarch64.rpm) = 30743689 +SHA256 (rocky/l/llvm-static-16.0.6-4.el9.x86_64.rpm) = c6fa3da889f4e93e8eea7c78fd2ee836afd45e9bb6c927bbf4bd79b25c11b6eb +SIZE (rocky/l/llvm-static-16.0.6-4.el9.x86_64.rpm) = 32155185 +SHA256 (rocky/l/llvm-16.0.6-4.el9.src.rpm) = 9140a3179fc1d59e0edf09e7036b616f090fd712bf2af18a395effa82702ed62 +SIZE (rocky/l/llvm-16.0.6-4.el9.src.rpm) = 56594641 diff --git a/devel/linux-rl9-llvm/pkg-plist.amd64 b/devel/linux-rl9-llvm/pkg-plist.amd64 index 0aedca61ac32..b04829e76747 100644 --- a/devel/linux-rl9-llvm/pkg-plist.amd64 +++ b/devel/linux-rl9-llvm/pkg-plist.amd64 @@ -1,371 +1,383 @@ 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-15-64 +usr/bin/llvm-config-16-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-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-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/62eb4a5e5296c0614be53308f2e8c25b333dfb -usr/lib/.build-id/01/b20a0d374c10a264c81b448811c1b73b2be745 -usr/lib/.build-id/02/1ad3af3faa7856ebad4aad2aa2a4d2cb3985c9 -usr/lib/.build-id/05/5c191df4f5e60439be566216d8022be6277fd7 -usr/lib/.build-id/0a/5af44a688375313e24e5255a0efd5875ac086a -usr/lib/.build-id/0d/57501c99a75ec15b58b87993d07d19d2bf9826 -usr/lib/.build-id/12/9b44e9c8c56291fff539e4e6100248824edc8e -usr/lib/.build-id/13/204610f792184c111666f6cb2948971a1380b6 -usr/lib/.build-id/15/b21becfadbaa9cfff05e08b011f212e8a13f8a -usr/lib/.build-id/18/5a30eef95248862a4a2626701685e7a02afcfb -usr/lib/.build-id/1c/06ea7bf39ccdcba39b82c7b6c1f7b1106e269e -usr/lib/.build-id/1f/9cc59ef8e08e0f28b36e400050457e34c2f5be -usr/lib/.build-id/25/92bd01e56db2d50ad64259dd552670dc3ee177 -usr/lib/.build-id/28/ed048d15def657b8cc31a1001cd3f866d3760e -usr/lib/.build-id/29/2fb9d759eb7b7d03267d53004d5d16b169bf2b -usr/lib/.build-id/31/d8a1cbdeb3f0c821e64be4ca5915029be19df6 -usr/lib/.build-id/32/b81abb72cfdf16cfa31b06f1dd6dac946087a0 -usr/lib/.build-id/33/4c39ba0d929698d1780e517bd5f3a7f8c3fd34 -usr/lib/.build-id/38/ed51820dcc1e1013075a9c990b041377232a60 -usr/lib/.build-id/3d/ec8eaf851d7792492df8efbec2fa5cb4e3b0e8 -usr/lib/.build-id/3f/16b2f10d1a8c54a9ae87629c3916e4b4f8144d -usr/lib/.build-id/40/b382820ffe6d936c3a12f6df7cf3c9e3f0d23c -usr/lib/.build-id/41/cb5594d891f47f14ea7f47ff9eee3f5f148544 -usr/lib/.build-id/4b/ad45d6e8194f902367c026df8bcbab23279921 -usr/lib/.build-id/52/8be19c0aa8e3705357ed3f6b5afac30b13348b -usr/lib/.build-id/5a/f375b75fca6a900ef8a3002c4cd66f380fc987 -usr/lib/.build-id/5e/5f55ff308ada24d534bbc00ed6a519b3eac76e -usr/lib/.build-id/64/27f56d523ea57d612233dcc5017d0f0033b8ce -usr/lib/.build-id/64/8d1f75d1e81084c98712710e0c3efc831bee46 -usr/lib/.build-id/64/c43de4147e717168647ee81b46d58e68aa76e2 -usr/lib/.build-id/64/fcdc6b18f3fa847c349bb605759a4b4bb82581 -usr/lib/.build-id/70/6f9d82b221fe08621baceda6908f746c7716b5 -usr/lib/.build-id/72/f13528412c4f177156b67be1bc6b46cbfeacc2 -usr/lib/.build-id/73/b1883fb5920f73515411a9153399691cd8d485 -usr/lib/.build-id/76/066e0bbc270ec7c9cbd18046091e5fe4c52cd5 -usr/lib/.build-id/77/3f688b83bbd85de23c4080de26d14b8efde4b2 -usr/lib/.build-id/77/f39be35170509fe059b349d750f3903e4d6b2b -usr/lib/.build-id/78/556eecac06c5ae1564b153e9fb6a43fd6f41f6 -usr/lib/.build-id/7a/acb2773cc4f2085575b7fd9de795fe032acb04 -usr/lib/.build-id/7b/3b54e663d1f06c196a22106c44940403ebebef -usr/lib/.build-id/82/27755f079e9fffcfc226685b2d25ae54cb6e61 -usr/lib/.build-id/89/fb0518b240b702586a1f71513e8b2541280905 -usr/lib/.build-id/8a/544eb037b4492c8c616211f4307c010c7bbfab -usr/lib/.build-id/8a/dff85bcc43a5751b2140a27ff6af82ba47a384 -usr/lib/.build-id/8b/c2cc5e6bf28a0684665f9e4769de40a8c5acd8 -usr/lib/.build-id/8f/cd630aeba98ab039dcadb02894af071f3f93dd -usr/lib/.build-id/91/1204be96342c273a0b8ebb4a1bd47e6322c2cf -usr/lib/.build-id/9b/ad33429fd133e8c6b25b7ec5e2ce0e7085de2d -usr/lib/.build-id/a0/e128028c1779d663e238b0922532e67365bc57 -usr/lib/.build-id/a3/38bcf7e35adbdd847d36ac37cd26ca0ed4178f -usr/lib/.build-id/aa/a5c41fea158b0a5630810e60c73ed17a739b2a -usr/lib/.build-id/ab/7ec8d7736daa1b51a5d3f30776773dccba7743 -usr/lib/.build-id/ab/dd5994b38f960101825518b9713cb2c6480c81 -usr/lib/.build-id/ac/83c42f5fd21487513d0ae86fff04f110e47beb -usr/lib/.build-id/ac/b18a0d5b4b68a5f7c6c446c4141eb5c5c28e07 -usr/lib/.build-id/ac/fc0436b1a286a6a29f9f7e183f0ada0863c571 -usr/lib/.build-id/ad/ac45ec3dac139eb3f63a6ed6a4250941982da9 -usr/lib/.build-id/b3/98b167adaadecda774f677f105f7e707ee0c7f -usr/lib/.build-id/b4/ea33967005210bc7b49065a34af3c5274d2efe -usr/lib/.build-id/ba/254f999e108cd3a9dfead5a7afaf4e1fe18592 -usr/lib/.build-id/bf/2f92fe3834e7a432bec51efc0a3b522cafcea0 -usr/lib/.build-id/bf/9a4058af3450ea9da7165cdbc66ad6977ac59d -usr/lib/.build-id/cf/5bd11487c8d110fdc7c3d2cb084c2bd63416e8 -usr/lib/.build-id/d1/e7e1ef7400da64003aba9ed9c6a7deaffed5b1 -usr/lib/.build-id/d2/01495ae37057ed444cd824bb86c707ec52946c -usr/lib/.build-id/d4/18235b92e3a212550615a421469ec095aea516 -usr/lib/.build-id/d5/07d2e6c5a8586616ddd78ce620faf2c5f77f43 -usr/lib/.build-id/d5/0e0cd9c9b4ac14e53417d5868a5c2217a07ffd -usr/lib/.build-id/d7/e1b0bc9c294b785c1de6c66e178bc907184460 -usr/lib/.build-id/da/88dd97cffd5c1c6a0dcf2fa15625bb30c904f1 -usr/lib/.build-id/db/0d099773048a7bb17be45adaaeb5b52f00ae8c -usr/lib/.build-id/dd/b6ef19e3a4de86f0ece90ffddd1b574bae1cef -usr/lib/.build-id/e2/0850e00ddb8fed80023cc1b52b5ef63ea28a51 -usr/lib/.build-id/eb/8a5c3bb78d7d62143fefda084aa1cc1db18ce5 -usr/lib/.build-id/ef/1a9861c5b9374d97543b383db1a4a7f6e49121 -usr/lib/.build-id/f0/10715491fda4b47572c66dfebb78871c45b1ce -usr/lib/.build-id/f2/ef4945bc7040f71330475175082ab36166fb09 -usr/lib/.build-id/f3/100b0e1b304ea003bd40555a27a2ed21f17481 -usr/lib/.build-id/f5/f08e06da1b65dd803c4746321447ea99d82b8d -usr/lib/.build-id/f8/7d82733e6b8fec6b994c438cc62715ca8afede -usr/lib/.build-id/fd/395ed5220940a033a96a8656db6680e61531de -usr/lib/.build-id/fd/adac8329314d38b736ea493f66c0854141d046 +usr/lib/.build-id/02/420cbd2c9a0afeaf69ebf9c294ae8990506931 +usr/lib/.build-id/09/6935f0b44fd8c1d44f149d03361c5f09752bdc +usr/lib/.build-id/09/d6360a1bdd648655741a9c9b66677f19826dbe +usr/lib/.build-id/0a/30e121fe7002b64e88fe28ca6f0c015aad838d +usr/lib/.build-id/0c/5ecefefc1edc6bed4a4fdf00d6ef2ebeef95ab +usr/lib/.build-id/0d/1ebb2deed11d69d6f166fe1e2c618ed3cf9962 +usr/lib/.build-id/16/8313fcc646663afef48c8d7c1b564dc04785a3 +usr/lib/.build-id/17/1b36c3add55639aa614ba6580c3381b38d750e +usr/lib/.build-id/17/41041d31125ccd92f7144391b6111cc2285359 +usr/lib/.build-id/20/5513888463ca6cbb457907887451444d0a5493 +usr/lib/.build-id/22/1a93158dffac04f48064bd228ab43434890853 +usr/lib/.build-id/23/165dcf77459d9ebec37399dfc3e0430c252d44 +usr/lib/.build-id/25/646c9181d8ed0b68a14c9c5b6d6ca1ca9ad74e +usr/lib/.build-id/26/0e50188a929636e6d15b3472489987b5c907b3 +usr/lib/.build-id/2b/77721f53d1c8d22ac1597ac36a9773424caf53 +usr/lib/.build-id/31/9f4d716949647775e20d329a03cb4df62fe3db +usr/lib/.build-id/34/4a5e9b7750007b7e883037a37d5d1af8a655f7 +usr/lib/.build-id/36/6b240bbf0802fdc99d8eebdf29feedd4fdb1f7 +usr/lib/.build-id/37/4d44727df43364e3b5de7c4315bfb4ce7987e8 +usr/lib/.build-id/3c/2866c09b6958fa900a2157673d10faf2d6468a +usr/lib/.build-id/42/afce2aa945851e54e4a2732af383f142f711ab +usr/lib/.build-id/45/db88e912db2f8c73f18bb489df13348d79a410 +usr/lib/.build-id/47/27c6ed36e8341f059e81a6c8b0247036a7154f +usr/lib/.build-id/48/d49f6a90558c09a4fcf7a3cb84b622dc077520 +usr/lib/.build-id/49/d73c90c5dacb40634ac205efd9563e747b0226 +usr/lib/.build-id/4b/512a7a0e7a3a35624be0202effa6a29e5ff46e +usr/lib/.build-id/4c/7e2407650e4f51e878244f5537dbbbc715f0c3 +usr/lib/.build-id/52/0a667349af5e0c7a30b1beaa580ae240a7251f +usr/lib/.build-id/54/a860cb36f1dcec6190a202f81d02b6622e7203 +usr/lib/.build-id/55/b0f237f6deda1b9d6b4c0129df1772e8f1a3bb +usr/lib/.build-id/56/b7dd23ea492ddf32bd364c6fbda8f911540e27 +usr/lib/.build-id/57/0c04ed1487ca89f4c0e25cbfaf5cdf3332d65f +usr/lib/.build-id/5c/293eca5752cd412f4374a400c55185a310b64d +usr/lib/.build-id/62/dcef0fd2156a5e8464c7d2e227cd50bc07ca7b +usr/lib/.build-id/6b/7eb954d3a7dc783d7ab30743b6bbfe3e980759 +usr/lib/.build-id/6c/b55d42c7253a6eb69f1c07d02310398793cec7 +usr/lib/.build-id/73/fe0d20724d21a72b8373323ca3b74c5dd431e2 +usr/lib/.build-id/74/1585977aa755748659e17f2c002058b5a90705 +usr/lib/.build-id/7a/c6bf5da286204ace08484a7c859319949b4b40 +usr/lib/.build-id/80/06e46a68fa0bee0c20a41a2bb35a1c1e96afb1 +usr/lib/.build-id/80/43d313e5e039416865e4ac63ee5a1328421495 +usr/lib/.build-id/83/67fee7cbccac5b2213af7187bec473d543eb24 +usr/lib/.build-id/85/2d26c25b5454fd8a1deac51ed8ee940397e70d +usr/lib/.build-id/85/5dfec3a529e5c594cc7e4997571ef299abfcaa +usr/lib/.build-id/85/cb3b03c3563c8e17f2f3c7a5480e496167da78 +usr/lib/.build-id/8c/5813aad929d582fe85fc3829fe8e714b99a024 +usr/lib/.build-id/8d/c2eb0bc3c51259cad7cb013aaaf08d5ee77b9b +usr/lib/.build-id/93/daf32f26926db1c3cb2a5072f85e1e96846610 +usr/lib/.build-id/94/f781756051390620c2aa1fbeb9e683769efbc5 +usr/lib/.build-id/95/83e8f47dda956e050466831772f029336d388b +usr/lib/.build-id/9a/e54f05f2b37df3ff5069679ca853bb62b01f09 +usr/lib/.build-id/a1/0e8d9edf200ecdcaa39051c7367ec66199259b +usr/lib/.build-id/a8/c81ec0a0a17f18411d91665a7f87cb845c7032 +usr/lib/.build-id/ab/61b38b828850eb517d0fec6861bae3e6abb105 +usr/lib/.build-id/ac/50a24c663e3c8eb0aedbc90fa586140607c285 +usr/lib/.build-id/b5/e448e545982aa2011207b958038a7248d490fd +usr/lib/.build-id/b6/9020918175ae9e3c0c4422bd69be9f7d6d7d25 +usr/lib/.build-id/b7/720a074cc065f540d51a5049a54bcfcbc91f41 +usr/lib/.build-id/ba/ef39323670df7ed618a951e26d14e3a08929ba +usr/lib/.build-id/bc/8514d437e99eea2c62e6a7ce0a8b312fe161f3 +usr/lib/.build-id/bd/da9837580eca03629d970a82d2db3ede49564c +usr/lib/.build-id/c2/73c105f6bafa9b49c847100b79ee7fbdfb0cd5 +usr/lib/.build-id/c2/7fa936c279dafb1c418c41b454b7fab737b6df +usr/lib/.build-id/c5/d90fbcf089c26f99e828a6bdd02826e375e762 +usr/lib/.build-id/c8/6719292aab1673469590b8f13e5fbe86cc2840 +usr/lib/.build-id/c9/ebad74814f54d87c92e2a73077d10e1eefef21 +usr/lib/.build-id/ca/84ba08231e10c23378c4b4ceaff186f643dc8b +usr/lib/.build-id/cc/0d095d07030fa39352702b8ddc96a8b8a069f9 +usr/lib/.build-id/ce/e0e8a9b4f6d369059ed7bcb314f0103f4b0107 +usr/lib/.build-id/d5/01a059e51f7f778ea8769cfcea975e55da3a91 +usr/lib/.build-id/d5/6ac01f490dff2ecf8f845216bc9f080d7caefd +usr/lib/.build-id/d7/bd975272a48950b01201758aef2be08c7dbd3e +usr/lib/.build-id/e2/86fc68affc65ddfff6dbad59e06b74957e84fe +usr/lib/.build-id/e5/eee6b6956e6c1e0a9507adde7579c2f87f5778 +usr/lib/.build-id/e8/9bfa97ce72687d26a3168da1b0fe860f2f7673 +usr/lib/.build-id/e9/cd07feb178005a7e9539764bdad7820c120e43 +usr/lib/.build-id/eb/d70d1c1a34916121f334fa81726a1c7624bf85 +usr/lib/.build-id/ed/13fffe67ad99ac83d7730d4e3fe8a8365b487a +usr/lib/.build-id/ed/945a5fa4efba23629030b4e55eb7d6e34f85f3 +usr/lib/.build-id/ef/815bc4a570be39be4d1d458b2356cbba016102 +usr/lib/.build-id/f4/debf60086b4751c9553921cf0ca80142417e8b +usr/lib/.build-id/f5/25f4cc62ef7704bde40d58f78d610dd4b25f30 +usr/lib/.build-id/f7/6955d13f09ea15b5a78d344763ba44477baebe +usr/lib/.build-id/f9/28da938b4232caa62838fe89da1e6dc67aa75d usr/lib64/LLVMgold.so usr/lib64/bfd-plugins/LLVMgold.so -usr/lib64/libLLVM-15.0.7.so -usr/lib64/libLLVM-15.so +usr/lib64/libLLVM-16.0.6.so +usr/lib64/libLLVM-16.so usr/lib64/libLLVM.so 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/libLLVMCore.a usr/lib64/libLLVMCoroutines.a usr/lib64/libLLVMCoverage.a -usr/lib64/libLLVMDWARFLinker.a -usr/lib64/libLLVMDWP.a usr/lib64/libLLVMDebugInfoCodeView.a +usr/lib64/libLLVMDebuginfod.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/libLLVMFrontendHLSL.a usr/lib64/libLLVMFrontendOpenACC.a usr/lib64/libLLVMFrontendOpenMP.a -usr/lib64/libLLVMFuzzMutate.a usr/lib64/libLLVMFuzzerCLI.a +usr/lib64/libLLVMFuzzMutate.a usr/lib64/libLLVMGlobalISel.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/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/libLLVMTableGenGlobalISel.a usr/lib64/libLLVMTarget.a +usr/lib64/libLLVMTargetParser.a usr/lib64/libLLVMTextAPI.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.15 +usr/lib64/libLTO.so.16 usr/lib64/libRemarks.so -usr/lib64/libRemarks.so.15 +usr/lib64/libRemarks.so.16 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/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-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-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-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-nspr/Makefile b/devel/linux-rl9-nspr/Makefile index 3b16dc127b19..2f75a0842bac 100644 --- a/devel/linux-rl9-nspr/Makefile +++ b/devel/linux-rl9-nspr/Makefile @@ -1,19 +1,19 @@ PORTNAME= nspr -PORTVERSION= 4.34.0 -DISTVERSIONSUFFIX= -18.el9_1 +PORTVERSION= 4.35.0 +DISTVERSIONSUFFIX= -7.el9_3 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= Netscape Portable Runtime (Rocky Linux ${LINUX_DIST_VER}) WWW= https://developer.mozilla.org/docs/Mozilla/Projects/NSPR USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX_RPM= yes -SRC_DISTFILES= +SRC_DISTFILES= nss-3.90.0-7.el9_3${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include diff --git a/devel/linux-rl9-nspr/distinfo b/devel/linux-rl9-nspr/distinfo index 95b4ce52ccfd..46d9a57576c9 100644 --- a/devel/linux-rl9-nspr/distinfo +++ b/devel/linux-rl9-nspr/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1686570638 -SHA256 (rocky/n/nspr-4.34.0-18.el9_1.aarch64.rpm) = a796ce5b91c0c47a65910b643d75547dfc6029176cddcb09b2b481a22126b273 -SIZE (rocky/n/nspr-4.34.0-18.el9_1.aarch64.rpm) = 134348 -SHA256 (rocky/n/nspr-4.34.0-18.el9_1.x86_64.rpm) = 54bf7721b9211bae17a39abf00fd2f277fa17832dea3373efecc02a07693e35b -SIZE (rocky/n/nspr-4.34.0-18.el9_1.x86_64.rpm) = 137996 +TIMESTAMP = 1715340108 +SHA256 (rocky/n/nspr-4.35.0-7.el9_3.aarch64.rpm) = 9995e4e947e6283162ab90c9714546f6055b192b266afb8d466d42323e9d3766 +SIZE (rocky/n/nspr-4.35.0-7.el9_3.aarch64.rpm) = 133304 +SHA256 (rocky/n/nspr-4.35.0-7.el9_3.x86_64.rpm) = f5f690c7fda97f7616ccc76465102c70a15ed24d44ab621f47bd8584ba3b679a +SIZE (rocky/n/nspr-4.35.0-7.el9_3.x86_64.rpm) = 136855 +SHA256 (rocky/n/nss-3.90.0-7.el9_3.src.rpm) = f8b6f69b1a7da9da7a4751b9b055ac7213fd2ae097a48dc399d3dd7156edecc7 +SIZE (rocky/n/nss-3.90.0-7.el9_3.src.rpm) = 73752799 diff --git a/security/linux-rl9-gnutls/Makefile b/devel/linux-rl9-ocl-icd/Makefile similarity index 50% copy from security/linux-rl9-gnutls/Makefile copy to devel/linux-rl9-ocl-icd/Makefile index 3277a3a46acf..64419221dcf5 100644 --- a/security/linux-rl9-gnutls/Makefile +++ b/devel/linux-rl9-ocl-icd/Makefile @@ -1,23 +1,24 @@ -PORTNAME= gnutls -PORTVERSION= 3.7.6 -DISTVERSIONSUFFIX= -21.el9_2 -CATEGORIES= security linux +PORTNAME= ocl-icd +PORTVERSION= 2.2.13 +DISTVERSIONSUFFIX= -4.el9 +CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org -COMMENT= GNU Transport Layer Security library (Rocky Linux ${LINUX_DIST_VER}) -WWW= https://gnutls.org/ +COMMENT= OpenCL Installable Client Driver (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/OCL-dev/ocl-icd -USES= cpe linux:rl9 -CPE_VENDOR= gnu +LICENSE= BSD2CLAUSE + +USES= linux:rl9 USE_LDCONFIG= yes -USE_LINUX= libtasn1 nettle p11-kit +USE_LINUX= libgcrypt libpsl USE_LINUX_RPM= yes CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes .include diff --git a/devel/linux-rl9-ocl-icd/distinfo b/devel/linux-rl9-ocl-icd/distinfo new file mode 100644 index 000000000000..6200525dd3c6 --- /dev/null +++ b/devel/linux-rl9-ocl-icd/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707764780 +SHA256 (rocky/o/ocl-icd-2.2.13-4.el9.aarch64.rpm) = 1dd895e79583b23e964fee7442812b9d8da03b33ca495d4f319c40025b4bbe7f +SIZE (rocky/o/ocl-icd-2.2.13-4.el9.aarch64.rpm) = 47289 +SHA256 (rocky/o/ocl-icd-2.2.13-4.el9.x86_64.rpm) = 89c3df8be01178f6b06eca5c2025ef11e4983c50afdcf83c66454441aef9f6b0 +SIZE (rocky/o/ocl-icd-2.2.13-4.el9.x86_64.rpm) = 51828 +SHA256 (rocky/o/ocl-icd-2.2.13-4.el9.src.rpm) = a4c8a3eef7aa50573091b18d36486251980960b853f38c419808232672e7d95e +SIZE (rocky/o/ocl-icd-2.2.13-4.el9.src.rpm) = 107987 diff --git a/devel/linux-rl9-ocl-icd/pkg-plist.amd64 b/devel/linux-rl9-ocl-icd/pkg-plist.amd64 new file mode 100644 index 000000000000..504eb0300750 --- /dev/null +++ b/devel/linux-rl9-ocl-icd/pkg-plist.amd64 @@ -0,0 +1,6 @@ +usr/lib/.build-id/ee/66d05b18954424d7bb014b36b27fcfae810906 +usr/lib64/libOpenCL.so.1 +usr/lib64/libOpenCL.so.1.0.0 +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/ocl-icd/COPYING diff --git a/devel/linux-rl9-orc/Makefile b/devel/linux-rl9-orc/Makefile new file mode 100644 index 000000000000..898d0c569e1c --- /dev/null +++ b/devel/linux-rl9-orc/Makefile @@ -0,0 +1,28 @@ +PORTNAME= orc +PORTVERSION= 0.4.31 +DISTVERSIONSUFFIX= -6.el9 +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 + +BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} \ + ${PORTNAME}-compiler-${DISTVERSIONFULL} + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${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 new file mode 100644 index 000000000000..d6819bcc3ad7 --- /dev/null +++ b/devel/linux-rl9-orc/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1707762586 +SHA256 (rocky/o/orc-0.4.31-6.el9.aarch64.rpm) = bbb2659f5e12a6dffc6d6b4d85aa1383d453a41935c1829c47c6273e0abd0e87 +SIZE (rocky/o/orc-0.4.31-6.el9.aarch64.rpm) = 180552 +SHA256 (rocky/o/orc-0.4.31-6.el9.x86_64.rpm) = 576764e1949b329ca17ba895be5ddab29472fbfac8be45d16f20a9d595f0d8a8 +SIZE (rocky/o/orc-0.4.31-6.el9.x86_64.rpm) = 187472 +SHA256 (rocky/o/orc-compiler-0.4.31-6.el9.aarch64.rpm) = 7060908300d27272c669b8b4f34457b29ee764e27ac9000ed6bb7d616a7c931b +SIZE (rocky/o/orc-compiler-0.4.31-6.el9.aarch64.rpm) = 24191 +SHA256 (rocky/o/orc-compiler-0.4.31-6.el9.x86_64.rpm) = 5a1a5c037aeb555cfe6c88f16a6cb237f04a0fe2c434e9b2b7833e7f855bbfd0 +SIZE (rocky/o/orc-compiler-0.4.31-6.el9.x86_64.rpm) = 24598 +SHA256 (rocky/o/orc-0.4.31-6.el9.src.rpm) = 4e1128cbea8dfb3647c11a98c0807d0e0ab7b3aa9ed180136e0f51fbccd70751 +SIZE (rocky/o/orc-0.4.31-6.el9.src.rpm) = 189207 diff --git a/devel/linux-rl9-orc/pkg-plist.amd64 b/devel/linux-rl9-orc/pkg-plist.amd64 new file mode 100644 index 000000000000..3223befdef72 --- /dev/null +++ b/devel/linux-rl9-orc/pkg-plist.amd64 @@ -0,0 +1,12 @@ +usr/bin/orc-bugreport +usr/bin/orcc +usr/lib/.build-id/1f/fdb445926cb265fecac81692b5d5631dbff08a +usr/lib/.build-id/43/54aebb97c85228966745de934e2d7b24f5e3fd +usr/lib/.build-id/8c/96b9a7b650707893420f63df21def3c9901e90 +usr/lib/.build-id/ed/481fcaae271a165e2db1acbbe3676e54c7f2de +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 8d39be2d92ff..c72d07fe61a9 100644 --- a/devel/linux-rl9-systemd-libs/Makefile +++ b/devel/linux-rl9-systemd-libs/Makefile @@ -1,21 +1,22 @@ PORTNAME= systemd PORTVERSION= 252 -DISTVERSIONSUFFIX= -13.el9_2 +PORTREVISION= 3 +DISTVERSIONSUFFIX= -18.el9.0.1.rocky 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 +USE_LINUX= elfutils-libs libgcrypt libgpg-error lz4 nss USE_LINUX_RPM= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} .include diff --git a/devel/linux-rl9-systemd-libs/distinfo b/devel/linux-rl9-systemd-libs/distinfo index fd05496ebf56..4744418d5cf4 100644 --- a/devel/linux-rl9-systemd-libs/distinfo +++ b/devel/linux-rl9-systemd-libs/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1686488051 -SHA256 (rocky/s/systemd-libs-252-13.el9_2.aarch64.rpm) = bc536b791b83c200baa4438666774018abab8369bb01ed7e760124dc7ea1c8c9 -SIZE (rocky/s/systemd-libs-252-13.el9_2.aarch64.rpm) = 628458 -SHA256 (rocky/s/systemd-libs-252-13.el9_2.x86_64.rpm) = 3dc724e4a0cf99726b135226efd71462ed5fe816a27a3dcb04936ef04637a15f -SIZE (rocky/s/systemd-libs-252-13.el9_2.x86_64.rpm) = 662852 -SHA256 (rocky/s/systemd-252-13.el9_2.src.rpm) = 2099afeefdecbfe70140e2ac78a91ba904dc5627364cc60ccd49897eb4ef607c -SIZE (rocky/s/systemd-252-13.el9_2.src.rpm) = 12096476 +TIMESTAMP = 1707724248 +SHA256 (rocky/s/systemd-libs-252-18.el9.0.1.rocky.aarch64.rpm) = 99b14c6dfe29cc9c04862c8a61f4d92bd24c9d34863e9d5c8ab39caa3902761b +SIZE (rocky/s/systemd-libs-252-18.el9.0.1.rocky.aarch64.rpm) = 631863 +SHA256 (rocky/s/systemd-libs-252-18.el9.0.1.rocky.x86_64.rpm) = 96959d8e10651cd021f9b2e3e86f3f65ab4dbb817f9059e213b52e09115e199b +SIZE (rocky/s/systemd-libs-252-18.el9.0.1.rocky.x86_64.rpm) = 666176 +SHA256 (rocky/s/systemd-252-18.el9.0.1.rocky.src.rpm) = 19d9522d949021134cec8f3d57a61bcb46a8f6905a4413340c9b5c91509fded0 +SIZE (rocky/s/systemd-252-18.el9.0.1.rocky.src.rpm) = 12274568 diff --git a/devel/linux-rl9-systemd-libs/pkg-plist.amd64 b/devel/linux-rl9-systemd-libs/pkg-plist.amd64 index 74468bdac3b2..d8f701c38498 100644 --- a/devel/linux-rl9-systemd-libs/pkg-plist.amd64 +++ b/devel/linux-rl9-systemd-libs/pkg-plist.amd64 @@ -1,16 +1,16 @@ -usr/lib/.build-id/67/070a8fca19c50d7b43b51c34c756f20248fb02 -usr/lib/.build-id/77/afba748d18ff1e800d828d272f147a062f9a30 -usr/lib/.build-id/a7/feb0a0c3aee42c0da85e29a6faced0bbd5c37f -usr/lib/.build-id/c6/c7aa08c20c4ed232d859c5a3d26b7a4005f9ec -usr/lib/.build-id/fe/01cb2df6f372bf94f0b9141157babd8eab2e07 +usr/lib/.build-id/41/b0614d5bad341a75b243d039cba452452df51b +usr/lib/.build-id/65/658a28beac5f2a79c1719bf68a864587add6ec +usr/lib/.build-id/7c/a0402c156f824d12fca1b710a338304e2ffed2 +usr/lib/.build-id/cc/4c618d946051cf1369ec8d68910529762dabff +usr/lib/.build-id/f6/12f33dc0de101448de54306133d56db912e2c5 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/dns/Makefile b/dns/Makefile index 14ef18a79942..b1e013013a45 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -1,246 +1,248 @@ COMMENT = Domain Name Service tools SUBDIR += acme-dns SUBDIR += adns SUBDIR += adsuck SUBDIR += amass SUBDIR += axfr2acl SUBDIR += bind-tools SUBDIR += bind9-devel SUBDIR += bind918 SUBDIR += bindgraph SUBDIR += blocky SUBDIR += c-ares SUBDIR += cli53 SUBDIR += coredns SUBDIR += crossip SUBDIR += curvedns SUBDIR += ddclient SUBDIR += ddns SUBDIR += denominator SUBDIR += dhisd SUBDIR += dlint SUBDIR += dnrd SUBDIR += dns-ui SUBDIR += dns2blackhole SUBDIR += dns2tcp SUBDIR += dnsblast SUBDIR += dnscap SUBDIR += dnscontrol SUBDIR += dnscrypt-proxy2 SUBDIR += dnscrypt-wrapper SUBDIR += dnsdbck SUBDIR += dnsdbflex SUBDIR += dnsdbq SUBDIR += dnsdist SUBDIR += dnsenum SUBDIR += dnsflood SUBDIR += dnsforwarder SUBDIR += dnshistory SUBDIR += dnsjava SUBDIR += dnsjit SUBDIR += dnsmasq SUBDIR += dnsmasq-devel SUBDIR += dnsmax-perl SUBDIR += dnsperf SUBDIR += dnsproxy SUBDIR += dnsrecon SUBDIR += dnsreflector SUBDIR += dnstable SUBDIR += dnstable-convert SUBDIR += dnstop SUBDIR += dnstracer SUBDIR += dnsutl SUBDIR += dnsviz SUBDIR += dnswalk SUBDIR += dnswall SUBDIR += dnsx SUBDIR += doc SUBDIR += dog SUBDIR += doggo SUBDIR += doh-proxy SUBDIR += dq SUBDIR += drool SUBDIR += dsc SUBDIR += dsp SUBDIR += dynip SUBDIR += encrypted-dns-server SUBDIR += fastresolve SUBDIR += flamethrower SUBDIR += fpdns SUBDIR += gdnsd2 SUBDIR += gdnsd3 SUBDIR += gen6dns SUBDIR += getdns SUBDIR += godns SUBDIR += hesiod SUBDIR += hetzner_ddns SUBDIR += hostdb SUBDIR += https_dns_proxy SUBDIR += idnkit SUBDIR += idnkit2 SUBDIR += inadyn SUBDIR += ipcheck SUBDIR += kadnode SUBDIR += kf5-kdnssd SUBDIR += kf6-kdnssd SUBDIR += knock SUBDIR += knot-resolver SUBDIR += knot3 SUBDIR += knot3-lib SUBDIR += ldapdns SUBDIR += ldns SUBDIR += letsdns SUBDIR += libbind SUBDIR += libidn SUBDIR += libidn2 SUBDIR += libmicrodns SUBDIR += libnspsl SUBDIR += libpsl SUBDIR += linux-c7-libasyncns SUBDIR += linux-rl9-libasyncns + SUBDIR += linux-rl9-libidn2 + SUBDIR += linux-rl9-libpsl SUBDIR += lua-resty-dns SUBDIR += luaunbound SUBDIR += mDNSResponder_nss SUBDIR += maradns SUBDIR += mdnsd SUBDIR += mosdns SUBDIR += namesilo_ddns SUBDIR += nextdns SUBDIR += noip SUBDIR += nsd SUBDIR += nslint SUBDIR += nsnotifyd SUBDIR += nsping SUBDIR += nss_mdns SUBDIR += nss_resinit SUBDIR += opendnssec2 SUBDIR += openresolv SUBDIR += p5-AnyEvent-CacheDNS SUBDIR += p5-AnyEvent-DNS-EtcHosts SUBDIR += p5-App-DSC-DataTool SUBDIR += p5-BIND-Conf_Parser SUBDIR += p5-BIND-Config-Parser SUBDIR += p5-DNS-Config SUBDIR += p5-DNS-EasyDNS SUBDIR += p5-DNS-Ldns SUBDIR += p5-DNS-Zone SUBDIR += p5-DNS-ZoneParse SUBDIR += p5-DNS-nsdiff SUBDIR += p5-DSC SUBDIR += p5-Data-Validate-Domain SUBDIR += p5-IO-Async-Resolver-DNS SUBDIR += p5-Mozilla-PublicSuffix SUBDIR += p5-Net-Amazon-Route53 SUBDIR += p5-Net-Bonjour SUBDIR += p5-Net-DNS SUBDIR += p5-Net-DNS-Async SUBDIR += p5-Net-DNS-Check SUBDIR += p5-Net-DNS-Codes SUBDIR += p5-Net-DNS-Lite SUBDIR += p5-Net-DNS-Match SUBDIR += p5-Net-DNS-Paranoid SUBDIR += p5-Net-DNS-RR-SRV-Helper SUBDIR += p5-Net-DNS-Resolver-Mock SUBDIR += p5-Net-DNS-Resolver-Programmable SUBDIR += p5-Net-DNS-SEC SUBDIR += p5-Net-DNS-TestNS SUBDIR += p5-Net-DNS-ToolKit SUBDIR += p5-Net-DNS-Zone-Parser SUBDIR += p5-Net-DNS-ZoneFile-Fast SUBDIR += p5-Net-DNSBL-MultiDaemon SUBDIR += p5-Net-DNSBL-Statistics SUBDIR += p5-Net-DRI SUBDIR += p5-Net-Domain-ExpireDate SUBDIR += p5-Net-Domain-TLD SUBDIR += p5-Net-LibIDN SUBDIR += p5-Net-LibIDN2 SUBDIR += p5-Net-Nslookup SUBDIR += p5-Net-RBLClient SUBDIR += p5-Net-RNDC SUBDIR += p5-POE-Component-Client-DNS SUBDIR += p5-POE-Component-Client-DNS-Recursive SUBDIR += p5-POE-Component-Client-DNSBL SUBDIR += p5-POE-Component-Resolver SUBDIR += p5-POE-Component-Server-DNS SUBDIR += p5-POE-Filter-DNS-TCP SUBDIR += p5-Tie-DNS SUBDIR += p5-URBL-Prepare SUBDIR += p5-Zonemaster-LDNS SUBDIR += packetq SUBDIR += pdnsd SUBDIR += pear-File_DNS SUBDIR += pear-Horde_Idna SUBDIR += pear-Net_DNS2 SUBDIR += powerdns SUBDIR += powerdns-recursor SUBDIR += prometheus-dnssec-exporter SUBDIR += public_suffix_list SUBDIR += py-adns SUBDIR += py-aiodns SUBDIR += py-cloudflare SUBDIR += py-dns-crawler SUBDIR += py-dns-lexicon SUBDIR += py-dnslib SUBDIR += py-dnspython SUBDIR += py-dnspython1 SUBDIR += py-easyzone SUBDIR += py-idna SUBDIR += py-idna_ssl SUBDIR += py-ldns SUBDIR += py-localzone SUBDIR += py-ns1-python SUBDIR += py-publicsuffix SUBDIR += py-publicsuffix2 SUBDIR += py-publicsuffixlist SUBDIR += py-py3dns SUBDIR += py-pybonjour SUBDIR += py-pycares SUBDIR += py-pydnstable SUBDIR += py-pywdns SUBDIR += py-tld SUBDIR += py-tldextract SUBDIR += q-dns SUBDIR += qmdnsengine SUBDIR += radns SUBDIR += rbldnsd SUBDIR += rbllookup SUBDIR += rbllookup-ng SUBDIR += rdap SUBDIR += renewck SUBDIR += rpsl2acl SUBDIR += rubygem-dnsruby SUBDIR += rubygem-gitlab-net-dns SUBDIR += rubygem-google-apis-dns_v1 SUBDIR += rubygem-google-cloud-dns SUBDIR += rubygem-idn-ruby SUBDIR += rubygem-net-dns SUBDIR += rubygem-public_suffix SUBDIR += rubygem-public_suffix_service SUBDIR += rubygem-resolv SUBDIR += rubygem-resolv-replace SUBDIR += rubygem-simpleidn SUBDIR += rubygem-validates_hostname SUBDIR += rubygem-zonefile SUBDIR += samba-nsupdate SUBDIR += scavenge SUBDIR += sleuth SUBDIR += subfinder SUBDIR += totd SUBDIR += udns SUBDIR += unbound SUBDIR += utdns SUBDIR += vhostcname SUBDIR += vizone SUBDIR += void-zones-tools SUBDIR += walker SUBDIR += wdns SUBDIR += whoseip SUBDIR += wrapsrv SUBDIR += yadifa SUBDIR += yandex-ddns SUBDIR += zdns SUBDIR += zkt SUBDIR += zonenotify .include diff --git a/dns/linux-rl9-libidn2/Makefile b/dns/linux-rl9-libidn2/Makefile new file mode 100644 index 000000000000..02c750c5acc4 --- /dev/null +++ b/dns/linux-rl9-libidn2/Makefile @@ -0,0 +1,24 @@ +PORTNAME= libidn2 +PORTVERSION= 2.3.0 +DISTVERSIONSUFFIX= -7.el9 +CATEGORIES= dns devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Implementation of IDNA2008 internationalized domain names (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.gnu.org/software/libidn/\#libidn2 \ + https://gitlab.com/libidn/libidn2 + +LICENSE= GPLv3 + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= libunistring +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.include diff --git a/dns/linux-rl9-libidn2/distinfo b/dns/linux-rl9-libidn2/distinfo new file mode 100644 index 000000000000..7cfdd2c325fa --- /dev/null +++ b/dns/linux-rl9-libidn2/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707751024 +SHA256 (rocky/l/libidn2-2.3.0-7.el9.aarch64.rpm) = 0832f2067447fb0485ba5220919a926694930006f19e098694e5274d56b6aadc +SIZE (rocky/l/libidn2-2.3.0-7.el9.aarch64.rpm) = 98237 +SHA256 (rocky/l/libidn2-2.3.0-7.el9.x86_64.rpm) = be32d8ba7ff8cf790c15d89c5ea18747d7fcc0126782a0e80f15901bb9889b31 +SIZE (rocky/l/libidn2-2.3.0-7.el9.x86_64.rpm) = 97676 +SHA256 (rocky/l/libidn2-2.3.0-7.el9.src.rpm) = 21ef568f9cc36acde355d6d21eabd79f0a04c98251061d732e0985400e3c5d86 +SIZE (rocky/l/libidn2-2.3.0-7.el9.src.rpm) = 2212034 diff --git a/dns/linux-rl9-libidn2/pkg-plist.amd64 b/dns/linux-rl9-libidn2/pkg-plist.amd64 new file mode 100644 index 000000000000..0dff4751ed40 --- /dev/null +++ b/dns/linux-rl9-libidn2/pkg-plist.amd64 @@ -0,0 +1,33 @@ +usr/lib/.build-id/53/5678a6714fd1af72a590f0170f395fad63c33c +usr/lib64/libidn2.so.0 +usr/lib64/libidn2.so.0.3.7 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README.md +usr/share/licenses/libidn2/COPYING +usr/share/licenses/libidn2/COPYING.LESSERv3 +usr/share/licenses/libidn2/COPYING.unicode +usr/share/licenses/libidn2/COPYINGv2 +%%NLS%%usr/share/locale/cs/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libidn2.mo diff --git a/dns/linux-rl9-libpsl/Makefile b/dns/linux-rl9-libpsl/Makefile new file mode 100644 index 000000000000..5c3dfdc798eb --- /dev/null +++ b/dns/linux-rl9-libpsl/Makefile @@ -0,0 +1,19 @@ +PORTNAME= libpsl +PORTVERSION= 0.21.1 +DISTVERSIONSUFFIX= -5.el9 +CATEGORIES= dns devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= C library to handle the Public Suffix List (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/rockdaboot/libpsl + +LICENSE= MIT + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= icu +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/dns/linux-rl9-libpsl/distinfo b/dns/linux-rl9-libpsl/distinfo new file mode 100644 index 000000000000..5fb31529c9e6 --- /dev/null +++ b/dns/linux-rl9-libpsl/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707752265 +SHA256 (rocky/l/libpsl-0.21.1-5.el9.aarch64.rpm) = 3c7d57a0adafb76ddcf588e41326bcb0b33fd7c6cbf2044450288a289e47ab25 +SIZE (rocky/l/libpsl-0.21.1-5.el9.aarch64.rpm) = 64676 +SHA256 (rocky/l/libpsl-0.21.1-5.el9.x86_64.rpm) = 30553c652451362ebf346a98ff45fa2417dc25a9a644401b4d86d9000c0346a9 +SIZE (rocky/l/libpsl-0.21.1-5.el9.x86_64.rpm) = 64862 +SHA256 (rocky/l/libpsl-0.21.1-5.el9.src.rpm) = 7183b90fbeed67673d13f685436b52c3b4336f9d38677bd9dfc9d700221df4bd +SIZE (rocky/l/libpsl-0.21.1-5.el9.src.rpm) = 9158628 diff --git a/dns/linux-rl9-libpsl/pkg-plist.amd64 b/dns/linux-rl9-libpsl/pkg-plist.amd64 new file mode 100644 index 000000000000..e14d2016b32e --- /dev/null +++ b/dns/linux-rl9-libpsl/pkg-plist.amd64 @@ -0,0 +1,4 @@ +usr/lib/.build-id/c5/2a16b50ad6c038be84dbaf49e28c049efb8eee +usr/lib64/libpsl.so.5 +usr/lib64/libpsl.so.5.3.3 +usr/share/licenses/libpsl/COPYING diff --git a/emulators/linux-rl9/Makefile b/emulators/linux-rl9/Makefile new file mode 100644 index 000000000000..f7bba93eb2b6 --- /dev/null +++ b/emulators/linux-rl9/Makefile @@ -0,0 +1,32 @@ +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 + +RUN_DEPENDS= linux-rl9-gnupg2>=0:security/linux-rl9-gnupg \ + linux-rl9-wget>=0:ftp/linux-rl9-wget + +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 dri elfutils-libelf elfutils-libs expat \ + ffmpeg-libs flac fontconfig freetype fribidi gdkpixbuf2 gnutls \ + graphite2 gsm gstreamer1 gstreamer1-libav gtk3 harfbuzz icu jasper \ + jbigkit jpeg libassuan libasyncns libdrm libevent libidn2 libpsl \ + libepoxy libgcrypt libglvnd libgpg-error libnghttp2 \ + libogg libpciaccess libproxy librsvg2 libsndfile libsoup \ + libtasn1 libthai libtheora libtracker-sparql \ + libunistring libusb libv4l libva libvdpau libvorbis libvpx libxkbcommon libxml2 \ + llvm lz4 nettle nspr nss openal-soft ocl-icd openjpeg openldap opus orc \ + p11-kit pango pixman png pulseaudio-libs python3 sqlite3 \ + strace systemd-libs tiff vulkan wayland webp xorglibs + +.include + +.include diff --git a/emulators/linux-rl9/pkg-descr b/emulators/linux-rl9/pkg-descr new file mode 100644 index 000000000000..84ae6e403fe1 --- /dev/null +++ b/emulators/linux-rl9/pkg-descr @@ -0,0 +1 @@ +Rocky Linux 9 meta port. diff --git a/emulators/linux_base-rl9/Makefile b/emulators/linux_base-rl9/Makefile index d848c6b950dc..e9f5d005cbe1 100644 --- a/emulators/linux_base-rl9/Makefile +++ b/emulators/linux_base-rl9/Makefile @@ -1,182 +1,183 @@ PORTNAME= rl9 PORTVERSION= ${LINUX_DIST_VER} +PORTREVISION= 1 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 BIN_DISTNAMES= bash-5.1.8-6.el9_1 \ bzip2-1.0.8-8.el9 \ coreutils-8.32-34.el9 \ diffutils-3.7-12.el9 \ e2fsprogs-1.46.5-3.el9 \ filesystem-3.16-2.el9 \ - findutils-4.8.0-5.el9 \ + findutils-4.8.0-6.el9 \ gawk-5.1.0-6.el9 \ glibc-common-${GLIBC_VER} \ grep-3.6-5.el9 \ - icu-67.1-9.el9 \ info-6.7-15.el9 \ keyutils-1.6.3-1.el9 \ - less-590-1.el9_0 \ - ncurses-6.2-8.20210508.el9 \ + less-590-3.el9_3 \ + ncurses-6.2-10.20210508.el9 \ sed-4.8-9.el9 \ setserial-2.17-54.el9 \ - which-2.21-28.el9 + which-2.21-29.el9 LIB_DISTNAMES= bzip2-libs-1.0.8-8.el9 \ e2fsprogs-libs-1.46.5-3.el9 \ gdbm-libs-1.19-4.el9 \ geocode-glib-3.26.2-5.el9 \ glib-networking-2.68.3-3.el9 \ - glib2-2.68.4-6.el9 \ + glib2-2.68.4-11.el9 \ glibc-${GLIBC_VER} \ - gmp-6.2.0-10.el9 \ + gmp-6.2.0-13.el9 \ json-glib-1.6.6-1.el9 \ keyutils-libs-1.6.3-1.el9 \ - krb5-libs-1.20.1-8.el9 \ + krb5-libs-1.21.1-1.el9 \ libacl-2.3.1-3.el9 \ libattr-2.5.1-3.el9 \ - libblkid-2.37.4-11.el9_2 \ - libcap-2.48-8.el9 \ + libblkid-2.37.4-15.el9 \ + libcap-2.48-9.el9_2 \ libcom_err-1.46.5-3.el9 \ libdatrie-0.2.13-4.el9 \ libdb-5.3.28-53.el9 \ - libffi-3.4.2-7.el9 \ - libgcc-11.3.1-4.3.el9 \ - libicu-67.1-9.el9 \ - libidn2-2.3.0-7.el9 \ - libmount-2.37.4-11.el9_2 \ + libedit-3.1-38.20210216cvs.el9\ + libffi-3.4.2-8.el9 \ + libgcc-11.4.1-2.1.el9 \ + libgudev-237-1.el9 \ + libmount-2.37.4-15.el9 \ libselinux-3.5-1.el9 \ libsepol-3.5-1.el9 \ - libssh-0.10.4-8.el9 \ - libstdc++-11.3.1-4.3.el9 \ - libuuid-2.37.4-11.el9_2 \ + libssh-0.10.4-12.el9_3 \ + libstdc++-11.4.1-2.1.el9 \ + libuuid-2.37.4-15.el9 \ + libverto-0.3.2-3.el9 \ libzstd-1.5.1-2.el9 \ - ncurses-libs-6.2-8.20210508.el9 \ - nss-softokn-freebl-3.79.0-18.el9_1 \ - openssl-libs-3.0.7-6.el9_2 \ + ncurses-libs-6.2-10.20210508.el9 \ + openssl-libs-3.0.7-25.el9_3 \ pcre-8.44-3.el9.3 \ pcre2-10.40-2.el9 \ popt-1.18-8.el9 \ readline-8.1-4.el9 \ slang-2.3.2-11.el9 \ - util-linux-2.37.4-11.el9_2 \ + util-linux-2.37.4-15.el9 \ xz-libs-5.2.5-8.el9_0 \ - zlib-1.2.11-39.el9 + zlib-1.2.11-40.el9 -SHARE_DISTNAMES=basesystem-11-13.el9 \ - ncurses-base-6.2-8.20210508.el9 \ - rocky-release-9.2-1.6.el9 \ +SHARE_DISTNAMES=basesystem-11-13.el9.0.1 \ + ncurses-base-6.2-10.20210508.el9 \ + rocky-release-9.3-1.3.el9 \ setup-2.13.7-9.el9 SRC_DISTFILES= acl-2.3.1-3.el9${SRC_SUFX}:SOURCE \ attr-2.5.1-3.el9${SRC_SUFX}:SOURCE \ - basesystem-11-13.el9${SRC_SUFX}:SOURCE \ + basesystem-11-13.el9.0.1${SRC_SUFX}:SOURCE \ bash-5.1.8-6.el9_1${SRC_SUFX}:SOURCE \ bzip2-1.0.8-8.el9${SRC_SUFX}:SOURCE \ coreutils-8.32-34.el9${SRC_SUFX}:SOURCE \ diffutils-3.7-12.el9${SRC_SUFX}:SOURCE \ e2fsprogs-1.46.5-3.el9${SRC_SUFX}:SOURCE \ filesystem-3.16-2.el9${SRC_SUFX}:SOURCE \ - findutils-4.8.0-5.el9${SRC_SUFX}:SOURCE \ + findutils-4.8.0-6.el9${SRC_SUFX}:SOURCE \ gawk-5.1.0-6.el9${SRC_SUFX}:SOURCE \ - gcc-11.3.1-4.3.el9${SRC_SUFX}:SOURCE \ + gcc-11.4.1-2.1.el9${SRC_SUFX}:SOURCE \ gdbm-1.19-4.el9${SRC_SUFX}:SOURCE \ - glib2-2.68.4-6.el9${SRC_SUFX}:SOURCE \ + glib2-2.68.4-11.el9${SRC_SUFX}:SOURCE \ glibc-${GLIBC_VER}${SRC_SUFX}:SOURCE \ - gmp-6.2.0-10.el9${SRC_SUFX}:SOURCE \ + gmp-6.2.0-13.el9${SRC_SUFX}:SOURCE \ grep-3.6-5.el9${SRC_SUFX}:SOURCE \ keyutils-1.6.3-1.el9${SRC_SUFX}:SOURCE \ - krb5-1.20.1-8.el9${SRC_SUFX}:SOURCE \ - less-590-1.el9_0${SRC_SUFX}:SOURCE \ - libcap-2.48-8.el9${SRC_SUFX}:SOURCE \ + krb5-1.21.1-1.el9${SRC_SUFX}:SOURCE \ + less-590-3.el9_3${SRC_SUFX}:SOURCE \ + libcap-2.48-9.el9_2${SRC_SUFX}:SOURCE \ libdb-5.3.28-53.el9${SRC_SUFX}:SOURCE \ - libffi-3.4.2-7.el9${SRC_SUFX}:SOURCE \ - libidn2-2.3.0-7.el9${SRC_SUFX}:SOURCE \ + libffi-3.4.2-8.el9${SRC_SUFX}:SOURCE \ + libgudev-237-1.el9${SRC_SUFX}:SOURCE \ libselinux-3.5-1.el9${SRC_SUFX}:SOURCE \ libsepol-3.5-1.el9${SRC_SUFX}:SOURCE \ - libssh-0.10.4-8.el9${SRC_SUFX}:SOURCE \ - ncurses-6.2-8.20210508.el9${SRC_SUFX}:SOURCE \ - openssl-3.0.7-6.el9_2${SRC_SUFX}:SOURCE \ + libssh-0.10.4-12.el9_3${SRC_SUFX}:SOURCE \ + libverto-0.3.2-3.el9${SRC_SUFX}:SOURCE \ + ncurses-6.2-10.20210508.el9${SRC_SUFX}:SOURCE \ + openssl-3.0.7-25.el9_3${SRC_SUFX}:SOURCE \ pcre-8.44-3.el9.3${SRC_SUFX}:SOURCE \ pcre2-10.40-2.el9${SRC_SUFX}:SOURCE \ popt-1.18-8.el9${SRC_SUFX}:SOURCE \ readline-8.1-4.el9${SRC_SUFX}:SOURCE \ - rocky-release-9.2-1.6.el9${SRC_SUFX}:SOURCE \ + rocky-release-9.3-1.3.el9${SRC_SUFX}:SOURCE \ sed-4.8-9.el9${SRC_SUFX}:SOURCE \ setserial-2.17-54.el9${SRC_SUFX}:SOURCE \ setup-2.13.7-9.el9${SRC_SUFX}:SOURCE \ slang-2.3.2-11.el9${SRC_SUFX}:SOURCE \ texinfo-6.7-15.el9${SRC_SUFX}:SOURCE \ - util-linux-2.37.4-11.el9_2${SRC_SUFX}:SOURCE \ - which-2.21-28.el9${SRC_SUFX}:SOURCE \ + util-linux-2.37.4-15.el9${SRC_SUFX}:SOURCE \ + which-2.21-29.el9${SRC_SUFX}:SOURCE \ xz-5.2.5-8.el9_0${SRC_SUFX}:SOURCE \ - zlib-1.2.11-39.el9${SRC_SUFX}:SOURCE + zlib-1.2.11-40.el9${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 -GLIBC_VER= 2.34-60.el9 +GLIBC_VER= 2.34-83.el9.12 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-3.16-2.el9${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 ${BRANDELF} -t Linux ${WRKSRC}/usr/lib64/ld-linux-*.so.2 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/distinfo b/emulators/linux_base-rl9/distinfo index d72b9f899618..77949408e9c3 100644 --- a/emulators/linux_base-rl9/distinfo +++ b/emulators/linux_base-rl9/distinfo @@ -1,327 +1,325 @@ -TIMESTAMP = 1714490569 -SHA256 (rocky/b/basesystem-11-13.el9.noarch.rpm) = 759a53df902b6dc0db856ae3c021f99b7a9ce65d76ea7da268b2042001c5ff5d -SIZE (rocky/b/basesystem-11-13.el9.noarch.rpm) = 7101 +TIMESTAMP = 1713968345 +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-6.el9_1.aarch64.rpm) = 7cdd44b2c686c719f1713d7f558694850417ba9b7104c26653fba8d50ac21ee8 SIZE (rocky/b/bash-5.1.8-6.el9_1.aarch64.rpm) = 1728751 SHA256 (rocky/b/bash-5.1.8-6.el9_1.x86_64.rpm) = 7df53740511c98bf16b170c321352d3202987696cedbebd3d4a25ca44d4eff32 SIZE (rocky/b/bash-5.1.8-6.el9_1.x86_64.rpm) = 1738551 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.x86_64.rpm) = 9d88efca766d67129bf9e94f4fed072e6faf74fb8d905b1f37a5eefddcb248b2 SIZE (rocky/b/bzip2-libs-1.0.8-8.el9.x86_64.rpm) = 40800 SHA256 (rocky/c/coreutils-8.32-34.el9.aarch64.rpm) = 1242ec8784f33c8c83bec409e4b165d13b9e33d63579308e133b39dfc85be3c4 SIZE (rocky/c/coreutils-8.32-34.el9.aarch64.rpm) = 1113473 SHA256 (rocky/c/coreutils-8.32-34.el9.x86_64.rpm) = c44df63f8c99f2533a557bf8f81b5463863f04884819c13f5a99002a9630830a SIZE (rocky/c/coreutils-8.32-34.el9.x86_64.rpm) = 1160204 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-3.el9.aarch64.rpm) = 2f29ca8043227774c8aecd859ce2293fcd9848f1929309576be24a417984ce00 SIZE (rocky/e/e2fsprogs-1.46.5-3.el9.aarch64.rpm) = 1018214 SHA256 (rocky/e/e2fsprogs-1.46.5-3.el9.x86_64.rpm) = ba6659d0fed1cb23b1228d55b05c927a8f188be72a68509751c9199f34bf4c6f SIZE (rocky/e/e2fsprogs-1.46.5-3.el9.x86_64.rpm) = 1024902 SHA256 (rocky/e/e2fsprogs-libs-1.46.5-3.el9.aarch64.rpm) = 3577defde560591058bb0e14cbe76d0d647c08324095a1f0856a148191169d46 SIZE (rocky/e/e2fsprogs-libs-1.46.5-3.el9.aarch64.rpm) = 227761 SHA256 (rocky/e/e2fsprogs-libs-1.46.5-3.el9.x86_64.rpm) = b9d969f84ac8c462ab64306c18bae99a94e62d981ae650a3f6c9c20b68760f10 SIZE (rocky/e/e2fsprogs-libs-1.46.5-3.el9.x86_64.rpm) = 227192 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-5.el9.aarch64.rpm) = 9a405ac56d66389310b2f4964bab587c060516e22a62492274ac0d906cf76ab6 -SIZE (rocky/f/findutils-4.8.0-5.el9.aarch64.rpm) = 551387 -SHA256 (rocky/f/findutils-4.8.0-5.el9.x86_64.rpm) = f09cd6157ee2eb1e8f0f7984c9a7732aa068053f34c608a1f77f47bf9798fe25 -SIZE (rocky/f/findutils-4.8.0-5.el9.x86_64.rpm) = 550402 +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/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.x86_64.rpm) = da032f6a47afb847153322df72e8d01d239e4481ac1750d195cf396393d11066 SIZE (rocky/g/gdbm-libs-1.19-4.el9.x86_64.rpm) = 53705 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.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.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-6.el9.aarch64.rpm) = 04903b4cf6fb811c18c5c724c14bda75e922bdb179f9b740355b34390bf43de8 -SIZE (rocky/g/glib2-2.68.4-6.el9.aarch64.rpm) = 2700211 -SHA256 (rocky/g/glib2-2.68.4-6.el9.x86_64.rpm) = 25a229965ebe7b6546965b79a9eed69fbe8c9d4a1b8e92309b02b86e66dad441 -SIZE (rocky/g/glib2-2.68.4-6.el9.x86_64.rpm) = 2736087 -SHA256 (rocky/g/glibc-2.34-60.el9.aarch64.rpm) = 389af73efbb87bd756bbd5252e5f87bcd3d2925980bc3472ce86b56fedd84f82 -SIZE (rocky/g/glibc-2.34-60.el9.aarch64.rpm) = 1775280 -SHA256 (rocky/g/glibc-2.34-60.el9.x86_64.rpm) = 009ccd74a0a60540e44a89e0ac8b6644da88f188cefbd2655dd78d58c4f1b7f0 -SIZE (rocky/g/glibc-2.34-60.el9.x86_64.rpm) = 2007500 -SHA256 (rocky/g/glibc-common-2.34-60.el9.aarch64.rpm) = fd15866411f68c4c6c3a7d596f5004ad70384406ad20f99cfdadf9a22b7ae59e -SIZE (rocky/g/glibc-common-2.34-60.el9.aarch64.rpm) = 303325 -SHA256 (rocky/g/glibc-common-2.34-60.el9.x86_64.rpm) = 02d846761fefe9cd3e7b0a79fadb5c98f7b7d229314353d244b4799c1d9e6a59 -SIZE (rocky/g/glibc-common-2.34-60.el9.x86_64.rpm) = 314939 -SHA256 (rocky/g/gmp-6.2.0-10.el9.aarch64.rpm) = 45fe08d5f6040953a7caeab43543baf4b2c06ef12c7def96bb3d885087755980 -SIZE (rocky/g/gmp-6.2.0-10.el9.aarch64.rpm) = 271518 -SHA256 (rocky/g/gmp-6.2.0-10.el9.x86_64.rpm) = d856fd9f88334488516904a391d204ecbaf60bcdfc442b3aae7951d903531c3e -SIZE (rocky/g/gmp-6.2.0-10.el9.x86_64.rpm) = 322694 +SHA256 (rocky/g/glib2-2.68.4-11.el9.aarch64.rpm) = cb50f885b22d6a0121960c3c95dfcb3d6564dcdec3ff0036a97e3c41857dca82 +SIZE (rocky/g/glib2-2.68.4-11.el9.aarch64.rpm) = 2700083 +SHA256 (rocky/g/glib2-2.68.4-11.el9.x86_64.rpm) = 5792d6665dd65cf5a4d818c89ab4183521a60b9c54edc15d85089e065ae7a74c +SIZE (rocky/g/glib2-2.68.4-11.el9.x86_64.rpm) = 2733036 +SHA256 (rocky/g/glibc-2.34-83.el9.12.aarch64.rpm) = 7f12429e230fa183f51c7aa5bc9dcc17956ddf2e82d193910ea2a2b5e89a3f1a +SIZE (rocky/g/glibc-2.34-83.el9.12.aarch64.rpm) = 1770339 +SHA256 (rocky/g/glibc-2.34-83.el9.12.x86_64.rpm) = 21a1f3479f63b84a26caa2c6aee93572f1d01cef3ee1c9020a259363d1960fde +SIZE (rocky/g/glibc-2.34-83.el9.12.x86_64.rpm) = 2006695 +SHA256 (rocky/g/glibc-common-2.34-83.el9.12.aarch64.rpm) = b72a3128d3c311589a36d0e64cb7f4f6c9287e7ec4e180dcc5830aed54f6f6d7 +SIZE (rocky/g/glibc-common-2.34-83.el9.12.aarch64.rpm) = 298222 +SHA256 (rocky/g/glibc-common-2.34-83.el9.12.x86_64.rpm) = 8f540369ffdb0738761f8eb8b2c55bb237ae4414eb961606bfc98a34517506b7 +SIZE (rocky/g/glibc-common-2.34-83.el9.12.x86_64.rpm) = 310019 +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.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/icu-67.1-9.el9.aarch64.rpm) = aa01fcb0f8a13c6ae3ea6d352ab371ae60a30b950361b9b31fc817e6a21a5256 -SIZE (rocky/i/icu-67.1-9.el9.aarch64.rpm) = 225157 -SHA256 (rocky/i/icu-67.1-9.el9.x86_64.rpm) = e3caf7726874774401126f4828b39f73d8067a9dcaa2d1568df08189604ab644 -SIZE (rocky/i/icu-67.1-9.el9.x86_64.rpm) = 230028 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.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.x86_64.rpm) = 347a9d44e0271c1ff6f511fe493e736b3d36fde683360ccc51c852ab91810b16 SIZE (rocky/k/keyutils-libs-1.6.3-1.el9.x86_64.rpm) = 31595 -SHA256 (rocky/k/krb5-libs-1.20.1-8.el9.aarch64.rpm) = 4d6e3031740f1058c5c372636fd56e045926b159a3e9347a58f59b873f4fa413 -SIZE (rocky/k/krb5-libs-1.20.1-8.el9.aarch64.rpm) = 736992 -SHA256 (rocky/k/krb5-libs-1.20.1-8.el9.x86_64.rpm) = 3583ed88e1f76e2d20895ee63e0aaa5dd044ef62ad15c2a6a615ae87a7934d73 -SIZE (rocky/k/krb5-libs-1.20.1-8.el9.x86_64.rpm) = 733652 -SHA256 (rocky/l/less-590-1.el9_0.aarch64.rpm) = 963b259c200dd53657f9262aa39df9f5c20d2c264e820b7797a72d1a9d7e4a18 -SIZE (rocky/l/less-590-1.el9_0.aarch64.rpm) = 163159 -SHA256 (rocky/l/less-590-1.el9_0.x86_64.rpm) = 86639de1449c49fd5a4be5976dd7bf30a18e9bd5b344473800017cd756333ded -SIZE (rocky/l/less-590-1.el9_0.x86_64.rpm) = 164336 +SHA256 (rocky/k/krb5-libs-1.21.1-1.el9.aarch64.rpm) = 8b3d6b1e789b7320256dc9e943e2aa81483292c7192d7cc757c0d1e2198ff123 +SIZE (rocky/k/krb5-libs-1.21.1-1.el9.aarch64.rpm) = 776539 +SHA256 (rocky/k/krb5-libs-1.21.1-1.el9.x86_64.rpm) = d3c9a2f4710e7c9020844286cae6a0db36c4061364f0d6ea2bef7c3edd347153 +SIZE (rocky/k/krb5-libs-1.21.1-1.el9.x86_64.rpm) = 772379 +SHA256 (rocky/l/less-590-3.el9_3.aarch64.rpm) = cd79f2bda59fbeea8e016609c5495fb9f534d97e6faaad8a7532c45ec8c70d9a +SIZE (rocky/l/less-590-3.el9_3.aarch64.rpm) = 162257 +SHA256 (rocky/l/less-590-3.el9_3.x86_64.rpm) = 2cac9b4523396e3b42f25707bc10554bdf1c13085ce03c80d49b0db32d9fecb1 +SIZE (rocky/l/less-590-3.el9_3.x86_64.rpm) = 163680 SHA256 (rocky/l/libacl-2.3.1-3.el9.aarch64.rpm) = 192a8582963dae3e3730a5724378197a8f6c77801603c272a978a78003fa2a34 SIZE (rocky/l/libacl-2.3.1-3.el9.aarch64.rpm) = 23902 SHA256 (rocky/l/libacl-2.3.1-3.el9.x86_64.rpm) = 5b215deea69f4b6db45c47425741206e49e1f03dc754287e550bb898d62aa68e SIZE (rocky/l/libacl-2.3.1-3.el9.x86_64.rpm) = 24126 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.x86_64.rpm) = 77742a1097d81c384b8c7529e3c049fb7de206b773ad230553be99ba5c9d9fc1 SIZE (rocky/l/libattr-2.5.1-3.el9.x86_64.rpm) = 18347 -SHA256 (rocky/l/libblkid-2.37.4-11.el9_2.aarch64.rpm) = 32bb15db7a3cbeb3da47103c8bf7e1be80b4fa38ad6f353bfd1c5ce0a68fbb57 -SIZE (rocky/l/libblkid-2.37.4-11.el9_2.aarch64.rpm) = 108753 -SHA256 (rocky/l/libblkid-2.37.4-11.el9_2.x86_64.rpm) = 8238001af2a2c67bb9d84473d20d4bbd9b428832d91ff23c0b9db7f96e530303 -SIZE (rocky/l/libblkid-2.37.4-11.el9_2.x86_64.rpm) = 109472 -SHA256 (rocky/l/libcap-2.48-8.el9.aarch64.rpm) = 8e0be8c79358de284b2bf03182556085624b3c45f4af50a02e4f03d6e0d27642 -SIZE (rocky/l/libcap-2.48-8.el9.aarch64.rpm) = 68559 -SHA256 (rocky/l/libcap-2.48-8.el9.x86_64.rpm) = ea27444667e8694ba61311ad88938deb88d9c5a9dd79b9d98c1d96363a9e8cd3 -SIZE (rocky/l/libcap-2.48-8.el9.x86_64.rpm) = 69070 +SHA256 (rocky/l/libblkid-2.37.4-15.el9.aarch64.rpm) = 212d9990213bc107e7b3030efcb7e90d47cf98dc43605d495509c7ebae8b1957 +SIZE (rocky/l/libblkid-2.37.4-15.el9.aarch64.rpm) = 109002 +SHA256 (rocky/l/libblkid-2.37.4-15.el9.x86_64.rpm) = a1097a80ec78e6a4beb23940b053fc574f1a45a206ad68eac85681145e2923ae +SIZE (rocky/l/libblkid-2.37.4-15.el9.x86_64.rpm) = 109587 +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.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-3.el9.aarch64.rpm) = 7f462468601c9e26ec920ff4a73d16079e6b551cf500aab4f4c4906b61885b93 SIZE (rocky/l/libcom_err-1.46.5-3.el9.aarch64.rpm) = 26062 SHA256 (rocky/l/libcom_err-1.46.5-3.el9.x86_64.rpm) = 26b79a65d0f19b95c949e9bb06bbabbea995e78480a6581deae3cf608dd20d42 SIZE (rocky/l/libcom_err-1.46.5-3.el9.x86_64.rpm) = 26540 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.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.x86_64.rpm) = 4c87bc54f960cf432c39f575a3d77109187e8a07fc1ecf535d719c52c72f87bd SIZE (rocky/l/libdb-5.3.28-53.el9.x86_64.rpm) = 753180 -SHA256 (rocky/l/libffi-3.4.2-7.el9.aarch64.rpm) = 0b55d8765e7d06e598989108891b9359db5d069ecacb34cb72f2a48f0d47c50f -SIZE (rocky/l/libffi-3.4.2-7.el9.aarch64.rpm) = 36087 -SHA256 (rocky/l/libffi-3.4.2-7.el9.x86_64.rpm) = e019d481306d9fc56086b82ff543cbac94577db0d7d46378664f176e71fcfafd -SIZE (rocky/l/libffi-3.4.2-7.el9.x86_64.rpm) = 38204 -SHA256 (rocky/l/libgcc-11.3.1-4.3.el9.aarch64.rpm) = 43936d221535727808b00f7830e2d2d426b335e60d14c08b5c0d6f999c5cbab4 -SIZE (rocky/l/libgcc-11.3.1-4.3.el9.aarch64.rpm) = 106468 -SHA256 (rocky/l/libgcc-11.3.1-4.3.el9.x86_64.rpm) = 61fd0c770ff45cd6965a4eba44eb1227297c972e355c2d23ac01610c4f9bb863 -SIZE (rocky/l/libgcc-11.3.1-4.3.el9.x86_64.rpm) = 112704 -SHA256 (rocky/l/libicu-67.1-9.el9.aarch64.rpm) = 360fc8ba49687c886b2c044681878becf96349b9f5442fd6f787a1f3fb9ff90a -SIZE (rocky/l/libicu-67.1-9.el9.aarch64.rpm) = 9934126 -SHA256 (rocky/l/libicu-67.1-9.el9.x86_64.rpm) = 380c7e0d8f802c5cde277376773d295cbbb2f8ec045f18fcb4ab452bff794a26 -SIZE (rocky/l/libicu-67.1-9.el9.x86_64.rpm) = 10044344 -SHA256 (rocky/l/libidn2-2.3.0-7.el9.aarch64.rpm) = 0832f2067447fb0485ba5220919a926694930006f19e098694e5274d56b6aadc -SIZE (rocky/l/libidn2-2.3.0-7.el9.aarch64.rpm) = 98237 -SHA256 (rocky/l/libidn2-2.3.0-7.el9.x86_64.rpm) = be32d8ba7ff8cf790c15d89c5ea18747d7fcc0126782a0e80f15901bb9889b31 -SIZE (rocky/l/libidn2-2.3.0-7.el9.x86_64.rpm) = 97676 -SHA256 (rocky/l/libmount-2.37.4-11.el9_2.aarch64.rpm) = 4ad52284b3a9eedd929498c1cab29a4644bf10c7b814f555cb9decb63967f78e -SIZE (rocky/l/libmount-2.37.4-11.el9_2.aarch64.rpm) = 133414 -SHA256 (rocky/l/libmount-2.37.4-11.el9_2.x86_64.rpm) = 75cf2c643e2f9624c3b5a33e3e4d237b5bb4f41421f7f1f0b6c81a6263e3f360 -SIZE (rocky/l/libmount-2.37.4-11.el9_2.x86_64.rpm) = 136058 +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.x86_64.rpm) = 2ad9109e8d8a5b297b99f90af7a700aa060207765db75de6349ac458a01e397a +SIZE (rocky/l/libedit-3.1-38.20210216cvs.el9.x86_64.rpm) = 105863 +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.x86_64.rpm) = 1bdb4b3b047169bc728c2612b71c31b79bb6f823f50134629bf650dcbf21565a +SIZE (rocky/l/libffi-3.4.2-8.el9.x86_64.rpm) = 37521 +SHA256 (rocky/l/libgcc-11.4.1-2.1.el9.aarch64.rpm) = 00ecd6bf517f1a30d038be0e9554bbf80e80bc34d75b871fb08ccf6c59bd82d8 +SIZE (rocky/l/libgcc-11.4.1-2.1.el9.aarch64.rpm) = 90592 +SHA256 (rocky/l/libgcc-11.4.1-2.1.el9.x86_64.rpm) = b7b76557bbcdb90b88756a3ab9d1f7e441169d0670c3e7aaeba0b370cfa32e27 +SIZE (rocky/l/libgcc-11.4.1-2.1.el9.x86_64.rpm) = 96745 +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.x86_64.rpm) = d1bfa6c0da6fdb70cf1a6f107042cec28689afd5fe3b1109f955b61bc6cc2c5f +SIZE (rocky/l/libgudev-237-1.el9.x86_64.rpm) = 35847 +SHA256 (rocky/l/libmount-2.37.4-15.el9.aarch64.rpm) = 43917409ba273affd23a35abdbd6df3d5aaf757c4b366e60ad420277101bd760 +SIZE (rocky/l/libmount-2.37.4-15.el9.aarch64.rpm) = 133588 +SHA256 (rocky/l/libmount-2.37.4-15.el9.x86_64.rpm) = ed28d822a671709c442f13083f6f10f1166617bc6bd9d6cf222b65f0125d8cdc +SIZE (rocky/l/libmount-2.37.4-15.el9.x86_64.rpm) = 137081 SHA256 (rocky/l/libselinux-3.5-1.el9.aarch64.rpm) = f665d48f6cb729a594ffab75235cb4a8c6f36a10f5f906405ae3e8d31db30b4b SIZE (rocky/l/libselinux-3.5-1.el9.aarch64.rpm) = 86143 SHA256 (rocky/l/libselinux-3.5-1.el9.x86_64.rpm) = bcaedf1c0652582fdf9821fc3e39c920a08dc824fd2aac7defef09142e7eadb8 SIZE (rocky/l/libselinux-3.5-1.el9.x86_64.rpm) = 86959 SHA256 (rocky/l/libsepol-3.5-1.el9.aarch64.rpm) = 8ce4ea3fe43f6f6a2475da917068ce21e6e10baaa07ecb772e7967b866d33ada SIZE (rocky/l/libsepol-3.5-1.el9.aarch64.rpm) = 312711 SHA256 (rocky/l/libsepol-3.5-1.el9.x86_64.rpm) = ad75fe88f58eac878f9baf690d4c5e30206303f52fae663f0352fe045f877ea1 SIZE (rocky/l/libsepol-3.5-1.el9.x86_64.rpm) = 321761 -SHA256 (rocky/l/libssh-0.10.4-8.el9.aarch64.rpm) = d852663f1eab5276bd3422b996d57049e38686b2e97bd7a62a747c5469cfe50a -SIZE (rocky/l/libssh-0.10.4-8.el9.aarch64.rpm) = 215203 -SHA256 (rocky/l/libssh-0.10.4-8.el9.x86_64.rpm) = b00cf95998f9b000acdc6a2e329f0e931a384686fac04deb7295ba300bd152b2 -SIZE (rocky/l/libssh-0.10.4-8.el9.x86_64.rpm) = 217221 -SHA256 (rocky/l/libstdc++-11.3.1-4.3.el9.aarch64.rpm) = b27028972bbca7b695b3455b71cc1bf0facb6106e7f68ec4885645d36996fa0f -SIZE (rocky/l/libstdc++-11.3.1-4.3.el9.aarch64.rpm) = 732099 -SHA256 (rocky/l/libstdc++-11.3.1-4.3.el9.x86_64.rpm) = f321701c3c0733d817117b5b6b1a64e0a7784acae4aabc8aeaeaca659507153c -SIZE (rocky/l/libstdc++-11.3.1-4.3.el9.x86_64.rpm) = 770201 -SHA256 (rocky/l/libuuid-2.37.4-11.el9_2.aarch64.rpm) = 9c474dde367168d087bea7097c7b070f33918ad33ce09ad724af037a8077c8eb -SIZE (rocky/l/libuuid-2.37.4-11.el9_2.aarch64.rpm) = 27792 -SHA256 (rocky/l/libuuid-2.37.4-11.el9_2.x86_64.rpm) = fad09df856f0f8f97bb36f761fa2b36c2b78bd4c66718d3a0d35c0f45215c279 -SIZE (rocky/l/libuuid-2.37.4-11.el9_2.x86_64.rpm) = 28045 +SHA256 (rocky/l/libssh-0.10.4-12.el9_3.aarch64.rpm) = d26f71897358719e2f62689a91275315998f03e29409cd8b8d87877dfe182cff +SIZE (rocky/l/libssh-0.10.4-12.el9_3.aarch64.rpm) = 216430 +SHA256 (rocky/l/libssh-0.10.4-12.el9_3.x86_64.rpm) = 0c1cd56f961ee07dad9fda1e9663035226adc8fe943897d12128532c02657422 +SIZE (rocky/l/libssh-0.10.4-12.el9_3.x86_64.rpm) = 219843 +SHA256 (rocky/l/libstdc++-11.4.1-2.1.el9.aarch64.rpm) = fd1a1bd9bfcdaac18b6201e253966c1752c73655ea5d21f17e9e927d59cab02c +SIZE (rocky/l/libstdc++-11.4.1-2.1.el9.aarch64.rpm) = 716842 +SHA256 (rocky/l/libstdc++-11.4.1-2.1.el9.x86_64.rpm) = 1e0d56f2c0ae5c5ac24ad61f8f78ec209cc09b4555f9763d0bde6da9d0a48b7b +SIZE (rocky/l/libstdc++-11.4.1-2.1.el9.x86_64.rpm) = 753710 +SHA256 (rocky/l/libuuid-2.37.4-15.el9.aarch64.rpm) = 2f7887b1a801f8ef13da9a862c0a8e324511ed4502f793903848d1e945138989 +SIZE (rocky/l/libuuid-2.37.4-15.el9.aarch64.rpm) = 28158 +SHA256 (rocky/l/libuuid-2.37.4-15.el9.x86_64.rpm) = bf8238ff0dc198fe9bcd60a087f03adbeb5271d4fe62d60dfdfa35d106e91e1e +SIZE (rocky/l/libuuid-2.37.4-15.el9.x86_64.rpm) = 28405 +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.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.x86_64.rpm) = 517b3080de2e0891cc346ba6b1548ef438b95dbede0e6e7a6deae89fc241f5bc SIZE (rocky/l/libzstd-1.5.1-2.el9.x86_64.rpm) = 337469 -SHA256 (rocky/n/ncurses-6.2-8.20210508.el9.aarch64.rpm) = 67711a8052a3159345fbf8b0e8819bdf870c5f3a2406f6564d29be302964eb80 -SIZE (rocky/n/ncurses-6.2-8.20210508.el9.aarch64.rpm) = 409120 -SHA256 (rocky/n/ncurses-6.2-8.20210508.el9.x86_64.rpm) = 20707386af8262951a7af8604881f95e4c4747e22c326242bec9f33c93876d83 -SIZE (rocky/n/ncurses-6.2-8.20210508.el9.x86_64.rpm) = 410040 -SHA256 (rocky/n/ncurses-base-6.2-8.20210508.el9.noarch.rpm) = 57fcfb2ebb3c885a94c3c3ca290a13e597fad33726f555933ebb216270bc7937 -SIZE (rocky/n/ncurses-base-6.2-8.20210508.el9.noarch.rpm) = 62529 -SHA256 (rocky/n/ncurses-libs-6.2-8.20210508.el9.aarch64.rpm) = 97f48d1ef62e3415f3d65c60cd50fe73ab11661c831771af4d3b6fc55703845c -SIZE (rocky/n/ncurses-libs-6.2-8.20210508.el9.aarch64.rpm) = 319570 -SHA256 (rocky/n/ncurses-libs-6.2-8.20210508.el9.x86_64.rpm) = a48e28ac588578dbb085f4bb6f7c7a84a12680fc4133dbe143d72bfb518611d9 -SIZE (rocky/n/ncurses-libs-6.2-8.20210508.el9.x86_64.rpm) = 330582 -SHA256 (rocky/n/nss-softokn-freebl-3.79.0-18.el9_1.aarch64.rpm) = 6a93c909a80e0ad2e57d3fdaa6680c105e9a6cf8bba9b4966f017a821dc1aadb -SIZE (rocky/n/nss-softokn-freebl-3.79.0-18.el9_1.aarch64.rpm) = 321353 -SHA256 (rocky/n/nss-softokn-freebl-3.79.0-18.el9_1.x86_64.rpm) = 292ff920e8f0f826f0b688727c684193035d0c3d99d3c4ecb066c08b60bf1cd1 -SIZE (rocky/n/nss-softokn-freebl-3.79.0-18.el9_1.x86_64.rpm) = 337807 -SHA256 (rocky/o/openssl-libs-3.0.7-6.el9_2.aarch64.rpm) = d7923463c25ad596f66bb2f34c881133a25fde95383fde18e4fbdf5bb060087e -SIZE (rocky/o/openssl-libs-3.0.7-6.el9_2.aarch64.rpm) = 2121259 -SHA256 (rocky/o/openssl-libs-3.0.7-6.el9_2.x86_64.rpm) = 962ec709d15f7419931a012b2d08e2df8fc94e9ca1e4dea5285735f46aa21013 -SIZE (rocky/o/openssl-libs-3.0.7-6.el9_2.x86_64.rpm) = 2246562 +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.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-25.el9_3.aarch64.rpm) = 54e78409218cda5c47abd5bd62c6e4549ec1b3f52cd3145fd13ebd55ee1f2a84 +SIZE (rocky/o/openssl-libs-3.0.7-25.el9_3.aarch64.rpm) = 2126860 +SHA256 (rocky/o/openssl-libs-3.0.7-25.el9_3.x86_64.rpm) = 166eb36e368701bbd734fa35c866e0a94b24a780311737bfe2cff40ff5e1a15c +SIZE (rocky/o/openssl-libs-3.0.7-25.el9_3.x86_64.rpm) = 2253108 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.x86_64.rpm) = 167b0160dfe4bda726ed0f47e3773d6d4ee73dc032f5c09e768ffd4ac5681d71 SIZE (rocky/p/pcre-8.44-3.el9.3.x86_64.rpm) = 201939 SHA256 (rocky/p/pcre2-10.40-2.el9.aarch64.rpm) = ac166b2214e5e427722c2f4c24befe4c05c5593866e84045c46721334f47e86f SIZE (rocky/p/pcre2-10.40-2.el9.aarch64.rpm) = 224248 SHA256 (rocky/p/pcre2-10.40-2.el9.x86_64.rpm) = 9c309aff834d55fffcb84b175032869d2d93656ec6a78df2b7cf7dd44319c1aa SIZE (rocky/p/pcre2-10.40-2.el9.x86_64.rpm) = 241519 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.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.x86_64.rpm) = b85f5cffef627afe640cf7405845cb45956d66ef5a06e7c48dc7da47a7191674 SIZE (rocky/r/readline-8.1-4.el9.x86_64.rpm) = 215258 -SHA256 (rocky/r/rocky-release-9.2-1.6.el9.noarch.rpm) = fcd4032525d536cac6c792d131a9c0cd90ba6657a3faa3388bb51d9b28141ba2 -SIZE (rocky/r/rocky-release-9.2-1.6.el9.noarch.rpm) = 23195 +SHA256 (rocky/r/rocky-release-9.3-1.3.el9.noarch.rpm) = 65148a25a2f9a96e8dfa502c486a4b82233601328bc2ba7730cc9b661a70e0bf +SIZE (rocky/r/rocky-release-9.3-1.3.el9.noarch.rpm) = 23507 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-9.el9.noarch.rpm) = d6a656fedcb0a6706ba20bc8131833b0481fcc277a1a57e17d1225e34a553d34 SIZE (rocky/s/setup-2.13.7-9.el9.noarch.rpm) = 143885 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.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-11.el9_2.aarch64.rpm) = 98726712f1d80a67879b147c0fae270633963ce43de8f925ca9dfb16cb7c86d8 -SIZE (rocky/u/util-linux-2.37.4-11.el9_2.aarch64.rpm) = 2289312 -SHA256 (rocky/u/util-linux-2.37.4-11.el9_2.x86_64.rpm) = addd83c22582dbe49dacc2b50d0160cbbcd6d70e6d7eb55428ada64f05fd6189 -SIZE (rocky/u/util-linux-2.37.4-11.el9_2.x86_64.rpm) = 2281114 -SHA256 (rocky/w/which-2.21-28.el9.aarch64.rpm) = 830fa6e8431c94de816da1d4cf36cc0650b167edad29ae382fd6b0bc6d524253 -SIZE (rocky/w/which-2.21-28.el9.aarch64.rpm) = 41293 -SHA256 (rocky/w/which-2.21-28.el9.x86_64.rpm) = edcd5c971cc91b51985fb9ef8f22c6d2f765d8aa3a4a493d1c20920af573a646 -SIZE (rocky/w/which-2.21-28.el9.x86_64.rpm) = 41897 +SHA256 (rocky/u/util-linux-2.37.4-15.el9.aarch64.rpm) = 415e76704013d14085e88ccb15034f54a5f167ca8d41f2b14b9eb03de44ed680 +SIZE (rocky/u/util-linux-2.37.4-15.el9.aarch64.rpm) = 2290970 +SHA256 (rocky/u/util-linux-2.37.4-15.el9.x86_64.rpm) = 33fb10e25c04cae3890fb061be702c810960017e3b5fb6b90ddd84d6031938e3 +SIZE (rocky/u/util-linux-2.37.4-15.el9.x86_64.rpm) = 2275941 +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.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-39.el9.aarch64.rpm) = e91ac1f8558678288fa4e28bacb4b7a404fae0add11dd357bdab6e14be010d28 -SIZE (rocky/z/zlib-1.2.11-39.el9.aarch64.rpm) = 91319 -SHA256 (rocky/z/zlib-1.2.11-39.el9.x86_64.rpm) = d9dee528ebff7cfd6e962ead12d9ef62ded71aa9f379c6a0ccfa72c65cbce3de -SIZE (rocky/z/zlib-1.2.11-39.el9.x86_64.rpm) = 92573 +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.x86_64.rpm) = fcd8ca717c72aeb30ea69b4f892dc021e507d8835e7b03aff501cb094db083ea +SIZE (rocky/z/zlib-1.2.11-40.el9.x86_64.rpm) = 92187 SHA256 (rocky/a/acl-2.3.1-3.el9.src.rpm) = c9ba5e892cf7c7e10d6385dda8e9692603efa1982faf54a21b36b707fbef5a62 SIZE (rocky/a/acl-2.3.1-3.el9.src.rpm) = 533702 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.src.rpm) = 7e4b3bbfc11c0d89ac9369a744c1b384d9f7d2b4c23a658d4527f46426ff8541 -SIZE (rocky/b/basesystem-11-13.el9.src.rpm) = 8616 +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-6.el9_1.src.rpm) = d1cb024c6851b26225fba3f0735df26f61d5428946b512ba2cc7429d07232987 SIZE (rocky/b/bash-5.1.8-6.el9_1.src.rpm) = 10503160 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-34.el9.src.rpm) = e924db4c4922adf94c75534ae4497a80fe3bca9730337d78bbcc94cae08e079c SIZE (rocky/c/coreutils-8.32-34.el9.src.rpm) = 5677002 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-3.el9.src.rpm) = eca2efbbb5577621f2f06aa63b25be2d42e5f27677533e0ac5c581b180a2bb90 SIZE (rocky/e/e2fsprogs-1.46.5-3.el9.src.rpm) = 7406899 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-5.el9.src.rpm) = 5db17fbaa7717df56934c31528129f4791d85539a44b4298740c53f33f8dd2f8 -SIZE (rocky/f/findutils-4.8.0-5.el9.src.rpm) = 2008156 +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/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.3.1-4.3.el9.src.rpm) = e4f4e1ae02cb84f10891c050bf6e40fce81424ba9ba0b245af71a1012ec22102 -SIZE (rocky/g/gcc-11.3.1-4.3.el9.src.rpm) = 81766486 +SHA256 (rocky/g/gcc-11.4.1-2.1.el9.src.rpm) = 179136696b4a635c7e500ba982464c16c2ea8ce1349d05270812fdb88532cb2a +SIZE (rocky/g/gcc-11.4.1-2.1.el9.src.rpm) = 81805344 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/glib2-2.68.4-6.el9.src.rpm) = b76398b16ee54dbc06fa7f26990e0dbd0c17827bdc31b9c0a079380de9ef9d6f -SIZE (rocky/g/glib2-2.68.4-6.el9.src.rpm) = 5001497 -SHA256 (rocky/g/glibc-2.34-60.el9.src.rpm) = 154e1f381b0f8f10c90cff8c423c3b4295b911eeffc1bd93416f556757172de0 -SIZE (rocky/g/glibc-2.34-60.el9.src.rpm) = 18324882 -SHA256 (rocky/g/gmp-6.2.0-10.el9.src.rpm) = a1a9871db33c93bfa560ad285e468138428425d18b19e5c6709632cc119eb07e -SIZE (rocky/g/gmp-6.2.0-10.el9.src.rpm) = 2490073 +SHA256 (rocky/g/glib2-2.68.4-11.el9.src.rpm) = e8af25f6bafdedd7799135e5358c7423f86abcdda8eb3c63b092b6f18a54b60f +SIZE (rocky/g/glib2-2.68.4-11.el9.src.rpm) = 5030974 +SHA256 (rocky/g/glibc-2.34-83.el9.12.src.rpm) = eac954c662b59e307fbb921540f0a75217eaae0d46d309a15b45a6712e48c69f +SIZE (rocky/g/glibc-2.34-83.el9.12.src.rpm) = 18461238 +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/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.20.1-8.el9.src.rpm) = d08f96f2e9469bebf20ea67096e635d24799fd8340c029ddb1375f3e5a1f5051 -SIZE (rocky/k/krb5-1.20.1-8.el9.src.rpm) = 8783422 -SHA256 (rocky/l/less-590-1.el9_0.src.rpm) = a6c9c5932d8e98a0cd7a8982669720197e122ab4b1834e3f02fdba228ca2d50d -SIZE (rocky/l/less-590-1.el9_0.src.rpm) = 377099 -SHA256 (rocky/l/libcap-2.48-8.el9.src.rpm) = e056d161c9456b49d0f858dde34acb8e89b3e81858cc6cf4169cc646699bf50a -SIZE (rocky/l/libcap-2.48-8.el9.src.rpm) = 198715 +SHA256 (rocky/k/krb5-1.21.1-1.el9.src.rpm) = 68b7c3b8963f6f84a7c3f4174d6b1d5d9156e38763bee8de7682bf977c7617f4 +SIZE (rocky/k/krb5-1.21.1-1.el9.src.rpm) = 8731908 +SHA256 (rocky/l/less-590-3.el9_3.src.rpm) = 8088bdc9d9c2f5fbc5caecbeae1650e21bd7e4aae08698926fdb382178cbe133 +SIZE (rocky/l/less-590-3.el9_3.src.rpm) = 377813 +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/libdb-5.3.28-53.el9.src.rpm) = 02d6d879f70dfc9de2364c68988ea3673884952e7739a031cafb7e65f18f0398 SIZE (rocky/l/libdb-5.3.28-53.el9.src.rpm) = 35278840 -SHA256 (rocky/l/libffi-3.4.2-7.el9.src.rpm) = f1b0c8cea51097b88a154908f1dea846b72ace4b0118e73ac92781b063b35a60 -SIZE (rocky/l/libffi-3.4.2-7.el9.src.rpm) = 1365000 -SHA256 (rocky/l/libidn2-2.3.0-7.el9.src.rpm) = 21ef568f9cc36acde355d6d21eabd79f0a04c98251061d732e0985400e3c5d86 -SIZE (rocky/l/libidn2-2.3.0-7.el9.src.rpm) = 2212034 +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.5-1.el9.src.rpm) = daa6a4936a2a587381a58368add54394c0d3d04a78d6c40c728de428491cc93d SIZE (rocky/l/libselinux-3.5-1.el9.src.rpm) = 262923 SHA256 (rocky/l/libsepol-3.5-1.el9.src.rpm) = 8358c49973d2a821c2be38f6e320ebda79c1bc4e9e8165fa1f59d9622a7c4983 SIZE (rocky/l/libsepol-3.5-1.el9.src.rpm) = 521668 -SHA256 (rocky/l/libssh-0.10.4-8.el9.src.rpm) = db0e3e8e8e9d19975b23d66203fe165686e5822ea37e066d6883e203e1e2766b -SIZE (rocky/l/libssh-0.10.4-8.el9.src.rpm) = 626143 -SHA256 (rocky/n/ncurses-6.2-8.20210508.el9.src.rpm) = c69fc8725b5acfbdb07225aa746913c12c13e4cccd01400b205bf72c053b317b -SIZE (rocky/n/ncurses-6.2-8.20210508.el9.src.rpm) = 3583287 -SHA256 (rocky/o/openssl-3.0.7-6.el9_2.src.rpm) = adf5412dc697cb20723faef34dfd9408eaba7945cf07a0c8ed9930e20a896f4d -SIZE (rocky/o/openssl-3.0.7-6.el9_2.src.rpm) = 15576865 +SHA256 (rocky/l/libssh-0.10.4-12.el9_3.src.rpm) = e47615c79db817f4589e412b8a04bcc94aeb528a6735363fdb51909e329a0834 +SIZE (rocky/l/libssh-0.10.4-12.el9_3.src.rpm) = 649878 +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/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-25.el9_3.src.rpm) = a8c14ab781e26e4dc19db52e799712a228547592132ac4bab621cad2555d6edc +SIZE (rocky/o/openssl-3.0.7-25.el9_3.src.rpm) = 15499772 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-2.el9.src.rpm) = 426449bf6b16b97c0c7e7e79c8851acd083693ffae155ae903187a5602e999be SIZE (rocky/p/pcre2-10.40-2.el9.src.rpm) = 1785573 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.2-1.6.el9.src.rpm) = 3a0efde72e6e9303dd7ef3d2c519e95cddac770cced73c7f571c376910b68536 -SIZE (rocky/r/rocky-release-9.2-1.6.el9.src.rpm) = 44309 +SHA256 (rocky/r/rocky-release-9.3-1.3.el9.src.rpm) = e12242fd8c1c0f8465472ec9352331f763b007e2fb298955976caa61d83d8e3b +SIZE (rocky/r/rocky-release-9.3-1.3.el9.src.rpm) = 59014 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-9.el9.src.rpm) = f33b39fda091fffd57c2258cb49446f8af29d421a921708178f9f2fcab402629 SIZE (rocky/s/setup-2.13.7-9.el9.src.rpm) = 193314 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-11.el9_2.src.rpm) = 27555de6a90f98cb058669b0af2ae3454d0001ffd8be9318a1607e9316daf450 -SIZE (rocky/u/util-linux-2.37.4-11.el9_2.src.rpm) = 6214919 -SHA256 (rocky/w/which-2.21-28.el9.src.rpm) = 6f98b8479d2a3beceeb460ed3b1c787d769bcacc557573110a87b1520a7d6192 -SIZE (rocky/w/which-2.21-28.el9.src.rpm) = 162129 +SHA256 (rocky/u/util-linux-2.37.4-15.el9.src.rpm) = ec94bb4d20d41f2c6de6857ffb9d6cdc54b712ad9cd042650897a4b64ae2d1cd +SIZE (rocky/u/util-linux-2.37.4-15.el9.src.rpm) = 6227142 +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-39.el9.src.rpm) = 900cac740bb00ad360815bfcc3e7b7493cc1d8460a1fe238971fc1ee448edb2a -SIZE (rocky/z/zlib-1.2.11-39.el9.src.rpm) = 554327 +SHA256 (rocky/z/zlib-1.2.11-40.el9.src.rpm) = 0902a850988d0051410218305303ffb76c090a2606113078c73a0c1f73adee7d +SIZE (rocky/z/zlib-1.2.11-40.el9.src.rpm) = 554604 diff --git a/emulators/linux_base-rl9/pkg-plist.amd64 b/emulators/linux_base-rl9/pkg-plist.amd64 index fe326eedd749..db8fa78fb89e 100644 --- a/emulators/linux_base-rl9/pkg-plist.amd64 +++ b/emulators/linux_base-rl9/pkg-plist.amd64 @@ -1,2315 +1,2231 @@ @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/derb 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/gapplication usr/bin/gawk usr/bin/gdbus -usr/bin/genbrk usr/bin/gencat -usr/bin/gencfu -usr/bin/gencnval -usr/bin/gendict -usr/bin/genrb 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/makeconv 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/pkgdata 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/uconv usr/bin/ul usr/bin/ulimit 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/lib/.build-id/00/9b48d5cb84a9cdd20e8d9cb6f4503a6f94b2ee usr/lib/.build-id/00/d2e338123000faca78496d422da5dd5edfda49 usr/lib/.build-id/01/87c08bd7a67a9466b308b21c7acaa92f322373 +usr/lib/.build-id/01/da81ad3ee090ac299973293ceada90a6e5f019 usr/lib/.build-id/01/de277a38bf24bcb42739cb885d1f77e1003487 -usr/lib/.build-id/02/631c4f95087f5058f4e8e92fe53f27490e2c0a usr/lib/.build-id/03/830adf429374b471d3a91f269a988eaf99f3d5 -usr/lib/.build-id/04/46c0edda0286d8446139991b0e1f5a954bab77 +usr/lib/.build-id/03/c2fd1507dc325aa95322fcec12ce47f99b3aff usr/lib/.build-id/04/c564e1d028792291cb6c7fbdef662e3a063c36 usr/lib/.build-id/07/6a0916d283c2638505f67b1cf8f2ad13570a79 usr/lib/.build-id/07/6a0916d283c2638505f67b1cf8f2ad13570a79.1 +usr/lib/.build-id/08/7706487fb74390da56591913bea863e492d161 +usr/lib/.build-id/08/7706487fb74390da56591913bea863e492d161.1 +usr/lib/.build-id/08/7706487fb74390da56591913bea863e492d161.2 +usr/lib/.build-id/08/7706487fb74390da56591913bea863e492d161.3 usr/lib/.build-id/0a/05d8de84d7cded820ee841d1c1a85eb6ad6876 -usr/lib/.build-id/0a/31fe69e8d6572bc922311aebf075b471ba4e50 -usr/lib/.build-id/0b/219e9d759bc558d1154e8e6a72ffc80254e620 -usr/lib/.build-id/0b/2e05712805c46edff118b123aacf4e051493e4 +usr/lib/.build-id/0c/73366fdf7465ddb18fad27eb2ee8e7d1f9993a +usr/lib/.build-id/0c/f402e8fd4576749e169dd763ed4f4e25076799 usr/lib/.build-id/0d/b061a7a0bdd222fc3a32dd76ce5edd3b848ce2 -usr/lib/.build-id/0e/78a8e1bf954541340fc0c421d86f30e75a50b7 +usr/lib/.build-id/0d/bcfc5bcf0bddf9ce5045f51657e4f6b4f112cf usr/lib/.build-id/0f/b93ca2b96cbea22cd3c27dd8bb1d585723fc98 usr/lib/.build-id/10/6fced751fc6c7942e62c2558b083713e7be124 -usr/lib/.build-id/10/ddc0e4ec4e7212fb04901ca4fcf417e294d281 -usr/lib/.build-id/12/4365148bde80d97cb02440bb1b35934dcc5245 usr/lib/.build-id/13/991fd61bf57320521565c51b77c25480cf8439 -usr/lib/.build-id/14/539c5376d9d7f08e90612936987e6a212e13b1 -usr/lib/.build-id/14/90840469060d8f4d94c9264445d19533e2b601 +usr/lib/.build-id/14/373e4a22437bd9ae454ff92e55b13bb3d0b242 usr/lib/.build-id/14/9dd69748418f2dcb09d5398091028a4648fa89 -usr/lib/.build-id/14/f93464581366d5f9ca1af87f54a19919385e77 -usr/lib/.build-id/15/1fc1ed6746d4b17a42c2fc74416c106a62834c usr/lib/.build-id/15/5bcabac59d0487576861b084f1527aa670a198 usr/lib/.build-id/15/86bde5870ad99af792de4038e896b44a764beb usr/lib/.build-id/15/ad4aea31b380f0975d730aae29828528faa91e +usr/lib/.build-id/16/14c986f49425ffa721e2e4fb89ce93cbe55161 +usr/lib/.build-id/16/47e6c1ec7d06fe6883562165f2ae6635d9f7c4 usr/lib/.build-id/16/d27cd949ba654c0f950d677ef4ad62ed710e71 +usr/lib/.build-id/16/d75a2180d07f8f2c0a2437e42c902b3f27298e usr/lib/.build-id/17/28e9fa5a6b7d23c414b94fedb6850595940c6d usr/lib/.build-id/17/81280f18f78e749eda9b68004f6ce3feaf2b31 +usr/lib/.build-id/17/8dbb548216a6c622d775047241a88fbbdc3d9c usr/lib/.build-id/18/3f6a3902997fd73232226905a4ff481489b61e -usr/lib/.build-id/19/06db0e301c3764f6f6d1467f5a9f21e0da0039 -usr/lib/.build-id/19/1fdcd67a952d684c70bcbc5fd45dbfee29e547 -usr/lib/.build-id/19/49e3877a096a964177020262dc7f3859473e52 -usr/lib/.build-id/1a/4260633550272f4fc7ac01a591bbba6593c287 +usr/lib/.build-id/19/a8f5512fd58d279122e03baa669ff866924256 +usr/lib/.build-id/1a/4eb6976fd4fe2de392c7af786450298e0c36e3 +usr/lib/.build-id/1a/dbf3bb8b11254216eba0c34254bc0d9a364a39 usr/lib/.build-id/1a/eb002ba01c7e328c9543d7bc04d5750d4ac348 -usr/lib/.build-id/1b/ca40a7cbb6b09957b2db0444efc90a4ed7a404 -usr/lib/.build-id/1b/d7b32763f9ba5528a87c96fd2b254c753ee278 -usr/lib/.build-id/1b/d7b32763f9ba5528a87c96fd2b254c753ee278.1 -usr/lib/.build-id/1b/d7b32763f9ba5528a87c96fd2b254c753ee278.2 -usr/lib/.build-id/1b/d7b32763f9ba5528a87c96fd2b254c753ee278.3 -usr/lib/.build-id/1c/7ef03d771867764055bb218a01bcdb30dcbab7 -usr/lib/.build-id/1d/5e05a098c239020a81c61ae0477f9cba88051f +usr/lib/.build-id/1b/fc0cc1e4fb5a410134809c2adae228b158c6b1 usr/lib/.build-id/1d/80840ca029e24a485f5d927235be6d7f033443 usr/lib/.build-id/1f/3cda5570d1af25ad068c45c423234828735eea +usr/lib/.build-id/1f/4271fe4c9d7b66ad2d4c057e1846fd3379fa97 +usr/lib/.build-id/1f/a48cf45e4d49981c2abebfd9c450808ab3892c +usr/lib/.build-id/1f/b8830994e9fb0399f8bf3a3819509da786e00f +usr/lib/.build-id/1f/c8717dc25c8b888d80b6ff5a28ffc60c50f56a +usr/lib/.build-id/21/be6a4a4128c921719763deb1a0e259b73176d9 usr/lib/.build-id/22/fc484bf252237ac4a921e8361007af2573a429 usr/lib/.build-id/23/2ad03b324720f225b76ba7117067f13a37c12a usr/lib/.build-id/23/5ad5379c9648c80188041abb97894713885f13 usr/lib/.build-id/23/e21562c00a607857e0d06b8065d2ff075eba32 +usr/lib/.build-id/23/fa6a06811062d24559efb58a784a7ec9f87638 usr/lib/.build-id/24/568e05bf02c98bf256e6b0bd4f3d04aa52f577 -usr/lib/.build-id/25/77985ebd59589adb0eabddc12a3f56082eb743 -usr/lib/.build-id/26/92d99089e737ffb6807d61af26bbbf7745ac08 -usr/lib/.build-id/27/54ff2d066ca3ad5192f99a54269975fc5f414a +usr/lib/.build-id/24/6af3491f7bd6c770791c6bfaee23b8979dc99d +usr/lib/.build-id/24/791c54fa3be08fe12f43b3b3e20767af9da946 +usr/lib/.build-id/25/6e6f7b6763f0cbfd6d86a37ca732355ab2aeb2 +usr/lib/.build-id/28/4fe8d50fc833bf1306ed0b3f4fbb33da2859f3 usr/lib/.build-id/28/5ceb468daa80a98edbf590618bbea8b8b5e0b4 usr/lib/.build-id/28/611ec73922b7ff946b99e39fc13a1161ffb454 usr/lib/.build-id/28/a8886b4f45b97b8ca274e4b43cb6e60f7683a6 -usr/lib/.build-id/2a/616043335dec2070c70a784e1cd7fce92b2e3b usr/lib/.build-id/2b/78ebf119aee2b429d59df3b2a91042a282d0e6 -usr/lib/.build-id/2c/6766a98ee8d3e09350a3cbb4c6f601ebb76d41 -usr/lib/.build-id/2d/a903765bcfcc1e9f1459212df87ace635347a6 -usr/lib/.build-id/2e/aafa2157441396defcc28675b5b058c35914f1 +usr/lib/.build-id/2b/cc15b4f26179957c4a78a0a678910220dfd3a2 +usr/lib/.build-id/2d/e561bf6b58dd69915107e034e2208245e809ec +usr/lib/.build-id/2e/074a7253e75d943a188602c92a97dd62939739 +usr/lib/.build-id/2e/3fe23f9a6a9e40cb80be90ff6ae14f7a2c0520 +usr/lib/.build-id/2e/6af17020caef00d163c1303e507daf66f360e3 +usr/lib/.build-id/2e/bdb215c32edb709858fb31524402ba02955c0d +usr/lib/.build-id/2f/763bdc28ed8d92e9027c6504888ea475e5b53a usr/lib/.build-id/30/140185ffe0921c646e65d1e67f6c7619d23a3d -usr/lib/.build-id/30/536b6e78b2832450718ac5ded3de33255d69c8 -usr/lib/.build-id/31/ba9507857ee95d349624b36f63f91e3d4f6d5e -usr/lib/.build-id/31/d40ce94cf02e48c74045db86942434c9ee83ad usr/lib/.build-id/31/e1c291a7f3c30f5ffd4ee9394b54588382baac -usr/lib/.build-id/31/ef1c8f7eb9095f8abb62f3236c9e47ebbdd497 -usr/lib/.build-id/32/01a7be2c84176d8405158652630e432937ee17 -usr/lib/.build-id/32/a9b6f7d2a0380bdbfaedf6ee0dbcc6106f6ee6 +usr/lib/.build-id/32/64d38051946d8c8cab9a84a6ff4fe2b9ebfc67 usr/lib/.build-id/32/aa67bda03163707d2664270436c97bf0075ed7 -usr/lib/.build-id/32/fb76fc7ac5ee170aff963d3c1fb970bc2b3917 +usr/lib/.build-id/32/e576c2897af287e36e1167a382bab1d6210f89 +usr/lib/.build-id/32/fde727668bcaaf80dde572f7b080171adb93a2 usr/lib/.build-id/33/0eb2fe0769e5466e2e0ac1b158e1e8452738c9 -usr/lib/.build-id/33/309ba0cc50a35df581bc9fd6aa95f283ce7844 +usr/lib/.build-id/33/72acac67d8bb011c524331e39d851313c1403a usr/lib/.build-id/34/46712c07e22f5b4ce8f480e2cd7c35b34bec00 +usr/lib/.build-id/34/48398a7e677ca080b553141935e50b9ee0f4ac +usr/lib/.build-id/34/4a125f1966231fd3903e20c5ce0139555a0628 usr/lib/.build-id/34/abb974a72680be6aac83d6803f76396b49142d -usr/lib/.build-id/34/bdc0b0df7642e8d9183dcb2ee0ec836709a586 -usr/lib/.build-id/34/eb102beefe264b0b6e64ff7bf47564920496be +usr/lib/.build-id/34/dbfa7ac01ae873bae8c7fe8e7a40526a1e2b4d +usr/lib/.build-id/35/153d097a8fe9fd39c1783b6488508b34773720 usr/lib/.build-id/35/3c54337c1c9f2ac5680f2fd9fb3bdb623ec154 +usr/lib/.build-id/35/82d0607c297c8bd9469f32918954b163b7aa6a usr/lib/.build-id/36/1f810954f874e754f9dd47d25246a08080b81b -usr/lib/.build-id/36/7b458059a1f695baec35e321610d645ece0aa1 -usr/lib/.build-id/37/5c25cafe7afb58e5aa442700a4defff96560b0 +usr/lib/.build-id/36/c4024c54c1c33b01b7f67abbfed7289beeef3d +usr/lib/.build-id/36/f407f88efeda231f2ea54aeaf068a89d321ed5 usr/lib/.build-id/37/6a607195a7ec234e344036e0e56785589e48e6 -usr/lib/.build-id/37/f6ca0f33893f2cf11b6e14f2fee5df10f2e692 -usr/lib/.build-id/38/8c45509a7dbe81442d37c02c6f3819a281fccd -usr/lib/.build-id/39/3e7115de0af9c006826d558f7776c9dea297d3 +usr/lib/.build-id/37/7422addd1d475d60c089ae1bcc69a7624c39a7 +usr/lib/.build-id/37/862d0413d8642aef707e9171dbf651605d4653 +usr/lib/.build-id/38/2d079775ef7ffc4763a0eb6ccde192aa16b2fc +usr/lib/.build-id/39/037426720c32f039bddfe8b2080b477215a7eb +usr/lib/.build-id/39/ab02d368d3f32fd53f954cf4b10033d9e51528 usr/lib/.build-id/39/de62244ad46e1baecca5e853573fa261638d4f -usr/lib/.build-id/3a/8c86b59102c63a35125edbb4d53d5468556f6a -usr/lib/.build-id/3b/380c9c6f609de94ab02da54aeadd2711c4588e +usr/lib/.build-id/3b/576e7596e2743a98ed776f53598dd766afa953 usr/lib/.build-id/3b/7ac26a12dbba055493796eba291824ef5f63e0 usr/lib/.build-id/3b/7ac26a12dbba055493796eba291824ef5f63e0.1 -usr/lib/.build-id/3c/4119b7757c4f53c81b27b33337c497b3bff129 -usr/lib/.build-id/3d/34c103a4c544bd80da80f9ee89576e3a627f30 -usr/lib/.build-id/3d/df6ccf893e099283e1cf4e411ab9df992277d8 -usr/lib/.build-id/3e/0620916fa8dbfcc24a306470836c155c158436 -usr/lib/.build-id/3e/96d0ebe0bbba7030f2fe122e02e23979d7647d +usr/lib/.build-id/3c/64fae5637dcc728779261acb6c9f42ff6aa448 +usr/lib/.build-id/3c/eeb3dd9b22af4ea9caff14c25d4e298314a15f +usr/lib/.build-id/3c/fb11fe11629bdf236c32a3b34613e691749a7d usr/lib/.build-id/3f/713e1083c67a47cc0da3b49f7e0d22e845bc9f -usr/lib/.build-id/3f/cfcfa0fc7264d304b2b773e63721cb52694fb2 +usr/lib/.build-id/40/3ba4ad4248deaf130c5395152c473cc3d89e14 +usr/lib/.build-id/40/ae71c37dfa6334917225cc37e7974d41b0dc15 usr/lib/.build-id/41/6d3603a3a4416ca0e2da2ba1803734669b023a usr/lib/.build-id/41/84d52b14c23cef55fdbb8bece831bf93a2236b -usr/lib/.build-id/41/ce44530d5883649bdd20d7fa2da94425ff81a6 -usr/lib/.build-id/42/dc1181160503aaf4fe69b3e57dbeaa485400af -usr/lib/.build-id/43/1926ab9c3df614f7a2235a564aab59e01c4d02 -usr/lib/.build-id/45/cc699dd5691f5cdcaf3f734d151626cd30f00b +usr/lib/.build-id/41/95ece028ecef9ad50d8bcf9823ca2d6c245c76 +usr/lib/.build-id/41/ba1706f6166c63662690efb503cd51caab6ce2 +usr/lib/.build-id/43/1bff5bdd9ab5f7f382725506078e09ca11e3d5 +usr/lib/.build-id/44/a4e7aa4f5bd4d9b62d5789de55b2d53d45647f +usr/lib/.build-id/46/6a1d7237bc28eb5b1c54993f3d23e0eb429683 usr/lib/.build-id/46/6da8f72dca0d750ca0913d75ef7e11ed25596a -usr/lib/.build-id/47/37dfe13d749f9f8f343fad107b84821f61b93f -usr/lib/.build-id/48/69690b8232deb3a7213c92aa012040356e608c +usr/lib/.build-id/47/4b4010fc6728d47c3882c5992e9fe4dff96611 +usr/lib/.build-id/47/ba16f6e83898023b471c2bbfaef3d3e51e216e +usr/lib/.build-id/48/ad8ef0cdb25bf152c0e3e6600d101aad9b6dcc usr/lib/.build-id/48/dbb0a348a87af2c714704741e907d30e39e298 usr/lib/.build-id/49/ab8c75569463f4c0a16f8e2f01b1ad8703761e usr/lib/.build-id/4a/241e4d0a2893e99e5c831ea1107528a74bbba2 usr/lib/.build-id/4a/d8e44ad0dd0160bc9cb8051f864e588e66cc7d -usr/lib/.build-id/4b/72a1dcc0e958a1a67232d39cce513571b4db7f -usr/lib/.build-id/4b/8f79fe23db15c34dc3505dd0dd992e9d3df46c +usr/lib/.build-id/4b/23801d80eb05aab964a7cf17d956bc91737175 +usr/lib/.build-id/4b/4410f0efefc55dd73270534a34afef6e054fb2 +usr/lib/.build-id/4b/bca2ede7efb1975b5a1a85c4c0835dc7150cdf usr/lib/.build-id/4c/4ad1e9c405d9f7e70b09b90ad61710303f2c60 -usr/lib/.build-id/4f/1b6a8107320fed2f5ad098576dce35f3edae76 +usr/lib/.build-id/4e/da7771a125344cf362d9964c68ae0bceb5319a +usr/lib/.build-id/4e/dff342d31739eca9cf456096f2d135dc23dfb9 usr/lib/.build-id/4f/53a221949c453dd7c0d821eb81376bcf681da7 -usr/lib/.build-id/4f/99c9ed22c67c44abda51c35b397e0dcb34de51 -usr/lib/.build-id/4f/c1eeea14cdf5e0daac40fc07cc84313caf1306 -usr/lib/.build-id/4f/cdc78777bccdf473a9ba3372952abef44ad700 -usr/lib/.build-id/51/b477b4b401c36296389c3b025adc72ff6e5b24 +usr/lib/.build-id/4f/bd40d274a792d3214cd6da5e9274c16942235c +usr/lib/.build-id/51/29fda972fac848eccc888fc1eaa51c16bc61e3 +usr/lib/.build-id/51/673dac30aa14a615e03a50ac6853b1540a0104 +usr/lib/.build-id/51/bd31eb93fe9e42b4e554e8baf8490ea7ab15b1 usr/lib/.build-id/52/2125b6594a50582cab344ee8bf9abfcd487445 usr/lib/.build-id/52/a4873da2d3f32493100c4556ebb449c91b1ef9 usr/lib/.build-id/53/214c0c68cf19612da26dc23791f299e5aba988 -usr/lib/.build-id/53/5678a6714fd1af72a590f0170f395fad63c33c -usr/lib/.build-id/53/aed35215cef80cd5ca0ce098d7b8ebf6d5aff5 +usr/lib/.build-id/53/7fd056031ec13192928478ea164254589a71ae usr/lib/.build-id/53/eca280fbaaa09bc1503e018d23e5eb3e68c413 -usr/lib/.build-id/54/11ba56f6e334192e29e58285a23aae94d8545b usr/lib/.build-id/54/f89ec05da34d5e9f53e91bc26ed5d938fe2313 usr/lib/.build-id/55/6724e6d87ec2f13d77031c62b9f426e58eb448 -usr/lib/.build-id/55/bf0e8c880d9bde592c07a44bc60b5c8ca93178 +usr/lib/.build-id/55/a4ea05f557d3bb97ffff3e935ec5c1d9d68c83 usr/lib/.build-id/55/ceb024f7f7db539cc662ec4cad919a6ee9e307 usr/lib/.build-id/56/4c558fa260cb3793fe3e92d6f0a194689af30c +usr/lib/.build-id/56/57ddf16af349072a8656dd9e15cd4f7255d39d +usr/lib/.build-id/56/710ad4beb4461457be62b64e65f328d46502a0 usr/lib/.build-id/56/d66eb1a2f69c459794217d359aeb9585b7adcb -usr/lib/.build-id/57/17a70dbd851ec74b7bc7fb6d98abba716e59e0 -usr/lib/.build-id/57/c2a6877026884450e852fbb6f2f491102d3c24 -usr/lib/.build-id/58/28cbc3e5b7cfcc73421cecf0ec54e6907418a2 -usr/lib/.build-id/59/4805d010de5143597469fdaf188c4672d4fd62 +usr/lib/.build-id/59/05a5d868465a0a673afd0877ee05df4dbabd85 usr/lib/.build-id/59/a68e56d5456df11d1339f57f6e91a3af7581f2 usr/lib/.build-id/5a/31de4611e5e7e5290fa9156539e35db63a4918 -usr/lib/.build-id/5a/5b84ac827e025700ef9212695b5794a5aaf605 usr/lib/.build-id/5b/28fee961c40e4c4a433df6bbb4fd57043cb843 +usr/lib/.build-id/5b/b554bd302df7f6ccc2db63229860c761340853 usr/lib/.build-id/5c/35cf312855fdda036fea699fb004aca987e9f8 -usr/lib/.build-id/5c/493f76ddb67bf2055fd63a877d5691e48fb6d4 usr/lib/.build-id/5c/679b99de2804994daac72014998ba9344a27a5 -usr/lib/.build-id/5c/a1c1c7d01e02102920931883af3f988d9b034e -usr/lib/.build-id/5d/31d81a5881815a8811b9e0ac38a83a2ec79edb +usr/lib/.build-id/5c/e0678d81ff621bdc6bdaa7958c9378c8f41fe6 +usr/lib/.build-id/5d/5da6ddbde1c2fd66b95b90bc82ce5f9be44fbf +usr/lib/.build-id/5d/8e7e4e2df8b8f42542554361204bcf71228ba8 +usr/lib/.build-id/5d/ff4b32ae802ab239909f6a3c00083ac25b781b usr/lib/.build-id/5e/3f19ec7e492f44ff5ba61a159a47cf4cad6251 -usr/lib/.build-id/5e/e4c13e18455bf396b154c26e67317058f32520 -usr/lib/.build-id/5f/32d3009fdc9bf4d91a401e459e8c7df32cbefb -usr/lib/.build-id/60/8df451d74ff16a28ae1271bb24c7b22c5765dc -usr/lib/.build-id/62/e13a09a7c9be85035ddbb19834e348078ec701 -usr/lib/.build-id/64/c03c5f4765260b46ca72c86d900f0b661983fa -usr/lib/.build-id/64/f77006ca80320336b8b2eb095980130539e295 +usr/lib/.build-id/5e/45b1e461057398cb8722bc09bb8b182efa2af8 +usr/lib/.build-id/5f/201eef169e629810499e65f6605022532c3df0 +usr/lib/.build-id/63/2a11dc4d0fd73c9ecc7192c65965be267a8f0a +usr/lib/.build-id/63/3664f69850fddbbd6cd7ad2cc732b11ec643ae usr/lib/.build-id/65/bf3dad8dc868baa3d348c66e8733018f0d22a2 +usr/lib/.build-id/66/e175ec5b8142f0e58a45c2f971a210bd919557 usr/lib/.build-id/66/e53686abfc4289726db40f122ea3d9928ca42e -usr/lib/.build-id/67/329d65a31653f2856692b43a252d9da66594f1 -usr/lib/.build-id/67/3454769dc18a40faf5e038131111f8d98c3eb0 -usr/lib/.build-id/67/6bf4302203c705c2847839b38c6f352774a47a -usr/lib/.build-id/69/954d74894ab0eb0d5aeff1f06221f2b2df9485 -usr/lib/.build-id/69/b7f9055f08032cffb173a7475205a2d78397f4 -usr/lib/.build-id/6b/2b26e466f0eb5b5c875fe22803edbabf6dbff2 +usr/lib/.build-id/68/0d5855fbbf9d4f5b30034f29425ad4e14568d1 +usr/lib/.build-id/69/f0231c4c007b6438098b7fcbd0be357b50e83e +usr/lib/.build-id/6a/b9addc75ec798e8a468d8cd6818248d482fb8e +usr/lib/.build-id/6a/d5fd30857c42090f7d9ea5790135e1f3704593 +usr/lib/.build-id/6b/2f191d1c20ae1b9211290852ff03a551129035 +usr/lib/.build-id/6b/6ccfea11ed0e086569b9d719a1746109c35b72 +usr/lib/.build-id/6b/a77cbf183b9906812dea970a0fce976388eec6 +usr/lib/.build-id/6c/4f63aa651798e01cb5fbcd5464207b3203c3f3 +usr/lib/.build-id/6c/f441f1320efdb7c93face2f49168135382fd8e usr/lib/.build-id/6e/506f70381e29ac84550bdf2f5ee679557a65be -usr/lib/.build-id/6e/fe41a56e2022808f4cff85a36397cab51ee992 +usr/lib/.build-id/6e/ef874ba19ea8f38ea33160eb10db1877cc7138 +usr/lib/.build-id/6f/1d8e1a8fbc602460b6cbd8ff30a0b68881b874 usr/lib/.build-id/6f/252ef325ae7517e28888fdb9ed82a7e33783a7 +usr/lib/.build-id/70/fc00896fb74c42664af44463fd50e4e590a333 +usr/lib/.build-id/71/d1f70e3a3c7a8fd30d072ecf8cfb22601bc739 usr/lib/.build-id/72/001260986099118b5246da1a4232daedfc3657 usr/lib/.build-id/72/0b534c560012f218a86ab308f031f1f8c13f0d -usr/lib/.build-id/73/b0e31ff8ee67c452e4725d4562011afbde14b7 +usr/lib/.build-id/72/820cfe63ac79e9bddfd98ee1e9545a2cbbba9a +usr/lib/.build-id/72/83e609696bb4702d80d7f74f846693a01f4aae usr/lib/.build-id/73/b2a35f8662f435d6ca6fbaca4c707b749625f7 -usr/lib/.build-id/73/e62800bcc9d26492a049ed5c196068fdfdd99d -usr/lib/.build-id/74/7762d9119f6881a403a0cf6d0fca420e20c4bb usr/lib/.build-id/74/83ebcd923789fd269207c7825f4027bdd1c2a1 +usr/lib/.build-id/75/0c33ddfb39517cc96f36394df6825d06ea932e usr/lib/.build-id/75/c30969d212257dc9c333dbaecff5fed5003d87 -usr/lib/.build-id/77/6ef599870e057f490983f96868f2855b8a6848 -usr/lib/.build-id/77/b9f38c33fdf60614b7ed348b7c01dc70374310 -usr/lib/.build-id/78/398713f24ead90b717d86886886d17f3e10a02 +usr/lib/.build-id/76/e75e0d8b09f3e897633c6508431fbdce3e8908 usr/lib/.build-id/78/43623017b58b79af0a49614101e1d14623b940 -usr/lib/.build-id/78/55a4bc335914cfdcc4efb8ec07a25ede2275eb -usr/lib/.build-id/78/6bab1de960d102bbd8a6c22b537532b80b6c9a -usr/lib/.build-id/79/22904e005dd3b5c1976a75f740b454fe542873 -usr/lib/.build-id/79/653be0c5543d662f491457e3bf7d5b02274375 -usr/lib/.build-id/79/bf6e91dc8fd9a3b0ecd3420da256068a40159c -usr/lib/.build-id/79/eedca7c83b658468f7cf08cf29383c1b52b019 -usr/lib/.build-id/79/fb20da7216e6a3ff360d7626649c44d5e4b430 -usr/lib/.build-id/7a/78f02e2d9d4cc4b736d11c2974891dbfe67aa7 +usr/lib/.build-id/7a/2989159d6f9544e8e09d09d813e1adffe556fb +usr/lib/.build-id/7a/40aaa7343e097acd17311e5c2dd28d4226da7c usr/lib/.build-id/7a/cbb41bf6f1b7d977f1b44675bf3ed213776835 -usr/lib/.build-id/7a/f7ad9b6911f641e9ce42d53319627b25063086 -usr/lib/.build-id/7b/6b32fa3406e1e7140f18ff3033dca245ee30de +usr/lib/.build-id/7b/ee6c57f6abd7872b91defd4b8ecbe6e6582ad4 +usr/lib/.build-id/7c/339af88e9e044df9400061d6f4db39716a46e2 usr/lib/.build-id/7c/5344c7a172faf96b8de710055ab84ac5882582 +usr/lib/.build-id/7d/57cb26b6035ed816b4b328e8c71d7b63930f04 usr/lib/.build-id/7d/87ca8530c3389e54b46b9904b7d97ab5582124 -usr/lib/.build-id/7d/f4c4f2b8e56ccb5ce113031af6076caf667fa4 -usr/lib/.build-id/7e/2e0e4fa8508d4ccf7c2a39555d7b0c3b7b7c39 usr/lib/.build-id/81/1263addacc122923afb52b14d7dcbae540b04f -usr/lib/.build-id/81/b0fb262ea0b90d2bb0987cceb1b0061fd1bad1 +usr/lib/.build-id/81/f60d56c3222b0f0bc30143cf4b4795af5d8f76 usr/lib/.build-id/82/0eb669fc8ff7d38ef19022a48aaca8f0e573c1 +usr/lib/.build-id/82/4d4298dc740a2bd1b11f46c18e87bdb0b5fd15 +usr/lib/.build-id/82/4e7357b24763a178c6d1e65f78248289b78d5c usr/lib/.build-id/82/b4315c0b20cdc8f884c76cee57bf92d88750f7 -usr/lib/.build-id/82/ea5b415802e6d0f9b6f5c12018ca29f7d18cc6 +usr/lib/.build-id/82/c19fc259d506df749e99856e32a2a186b67813 +usr/lib/.build-id/82/c5ad6ffa9e45618679a4c76398d170c2e0037b usr/lib/.build-id/82/f0052ffeaf5e78e8518037ba6f576493151bbf -usr/lib/.build-id/83/2dbb2b3d3dffc468f732cbe77ec5222b13252e -usr/lib/.build-id/83/403e3573103d084ff3deae62db1ef49eb50b25 -usr/lib/.build-id/83/7e7ee9f1ab791c258ad136b65b60b53d6d1a64 usr/lib/.build-id/84/17fbf8880dbaa8749efc9dada8ffc122ac60ee usr/lib/.build-id/84/c47e2dfd8dba406123ee4d5fea6b906f88a4b5 -usr/lib/.build-id/85/5afc7d4328e3d255e192ef9318ab07f561e7ea -usr/lib/.build-id/85/8ee67d766577138e095a1afa499b61d679d1a6 -usr/lib/.build-id/85/e4f560a17c9f7a461429129ae09bc0fa1b2601 +usr/lib/.build-id/85/02f4dc76c31e132ae800f8688371ba0a6bf32b usr/lib/.build-id/86/70f2f8bfe4a140301ac0fc230859b7416914c4 +usr/lib/.build-id/86/91d08fef3d9f042028d462e5b4e17b78332215 usr/lib/.build-id/86/b6b03803a4da3eac17fc279c2364e66bb1cc37 +usr/lib/.build-id/87/013c3ede4ddace0ed1e224f754c7e6523ff914 +usr/lib/.build-id/88/75614d5dacbaeaf92aac3370922d7a14d9aec8 usr/lib/.build-id/8a/5f684c3a7b8317b6bf35e85f97f69133153c61 -usr/lib/.build-id/8a/89dc87551e1ae27f07846d368a1d17a1e659db -usr/lib/.build-id/8a/96076db225fa98962805292ac77028f57bbbcb +usr/lib/.build-id/8a/efdc42114192db3b596ed78e1e4da6ef51d28f usr/lib/.build-id/8b/8a2b7a95fcc0496dd59e9f577d1f6007d3be89 usr/lib/.build-id/8c/78c3b39eb3bc11fe37e5415392c43b5d6ae888 -usr/lib/.build-id/8c/7c2cdcf74d451eced845db7166323eb2f62f48 +usr/lib/.build-id/8c/88235b6b7ddd707bb20ad7446fde4ca3f3ca9a +usr/lib/.build-id/8c/c3c8619042cf2a7c6359aa4910703131144049 +usr/lib/.build-id/8c/d9b95b276442139387c9b8efbe9516aa44f50c usr/lib/.build-id/8d/355cfea4f9d52729a0b39db6919b89fdf6e847 -usr/lib/.build-id/8d/3ac3d9134b02b1280b78a2cc2fc75fb9271d18 -usr/lib/.build-id/8e/3b677c41496279c0ca560df11583376022144d -usr/lib/.build-id/8e/6c5655644ee481b4722ec708bbbcf74fa3828a usr/lib/.build-id/8e/8dc3d36bf5fc0f44fd3242a39d13b5c2690c37 -usr/lib/.build-id/8f/94d6c9e9d102ee4c82a437f8ebbbac8db8299e -usr/lib/.build-id/90/4984cbd260281f96b3480c20f2798f92c5a6cc +usr/lib/.build-id/8e/c40f853c3663644a578977bb549cce1721ebef +usr/lib/.build-id/90/93f2cd2a6ec3622936515ee5403247793f847d usr/lib/.build-id/90/a4ea155beff2ae04a02731e18aa8c1bc6903db +usr/lib/.build-id/91/5bd80f1c9004817525c59bf9a1be28828efc24 usr/lib/.build-id/91/6ef9d3c0b55b4230fce0fa281ce38c12958d98 usr/lib/.build-id/92/91d7d72a103f3977c6e05202f40fb37130ebc5 +usr/lib/.build-id/93/2c9af7688257a8f55575cca128c00b7fcd3568 usr/lib/.build-id/93/34f24c454a35067ebf14ab966c04b973c83565 -usr/lib/.build-id/93/753a8c0d7ef3b5594e2aa44fbcad8c18e5af9d -usr/lib/.build-id/93/96d55956fdbd2648465a770d7c9a9e947c46c1 -usr/lib/.build-id/94/65ff3be745ae64b679bc642834fbeeb6b09f66 +usr/lib/.build-id/93/5533ae74a5877377c126cd8ffbd310b2dc7068 usr/lib/.build-id/94/b987751835a2c74c1db36e32e4a168163afaeb usr/lib/.build-id/95/3f217ad11e01b4ea7a5ae0ded3a4fbfb4966c7 -usr/lib/.build-id/95/9e90313a2f955866e58d6cc35ca314af6d9bb8 -usr/lib/.build-id/95/b80bdf5cfee744dba74357c5888ae74c01b5c9 -usr/lib/.build-id/96/09ce685277250aa5035d63a97288eb0e0b2e67 +usr/lib/.build-id/95/5a20e931938f2ea150be07170051185e224f68 +usr/lib/.build-id/96/362d4a5ac555e8b69d7b2c3ae329ff134eed31 usr/lib/.build-id/96/df4050c0684655ca9532385dc5c3691cf59665 -usr/lib/.build-id/96/f5d86a0e69e652c0b678c6f94337d2a0d58b98 usr/lib/.build-id/97/8d385688d6cc05874eb512c467c89e84b5c762 usr/lib/.build-id/97/ab61718b43032e37b69cf43be9b1711ae8e940 -usr/lib/.build-id/97/af4819e78aa136e830de291588474044b61ddd -usr/lib/.build-id/98/054d4cc280e0200ea2bc1af762af58696112a4 -usr/lib/.build-id/98/19633d3659e386ef818a78ebac000b0610773a +usr/lib/.build-id/97/f5df58a992211544ce047712ee2646ec2a979a +usr/lib/.build-id/97/f7fea446d92738021bcf988e4769606f1e1e0d +usr/lib/.build-id/98/05bece18d69feb60d019bd721a6b9bd8ff0197 usr/lib/.build-id/98/1fc30f05c48e2cecae4c0ebb896428843f5d9b -usr/lib/.build-id/99/32215c742033627ba4840b879432be9dd20bd6 -usr/lib/.build-id/9a/300baa788db0eb5bff9dc9c7f79a5c09e790bc +usr/lib/.build-id/99/468b3890220365587b59bcf97a6e0c26e2209b +usr/lib/.build-id/99/d7e603bbf97911d69f81fd84f7b1127b3052e8 +usr/lib/.build-id/9a/3427c5ba961cb0ab7c437371b20eb427dc1842 usr/lib/.build-id/9a/bb560ad50b23e022c051b639b984e810102d89 -usr/lib/.build-id/9a/f055fbe876870b6819970f4dfb56edbdb83a26 +usr/lib/.build-id/9a/f26673cb97ea106ea065e06999185fb90b05c8 usr/lib/.build-id/9b/050e917414e4c4a9eba9d84c67a53822da7d43 usr/lib/.build-id/9b/191f7952c0820e277cc03e0cf5cb0a5ea81519 +usr/lib/.build-id/9b/213554bf7cf6c76a230b1caad87877eb7341b7 usr/lib/.build-id/9b/665b2fd9375774245bdb4f47c5ee8c0a08adc8 +usr/lib/.build-id/9b/8e8cf7d840360ffa310551aab30ae1518ee6ac usr/lib/.build-id/9b/9992a0d73373c50e5071c1e35ed2e33a989a57 +usr/lib/.build-id/9b/fc4c71a06b0be9ee73a993f3c9f7a3af131482 +usr/lib/.build-id/9d/8fee9f9084bc756f35b11dcc2e94474eac89f4 usr/lib/.build-id/9d/fdfbf83ce7ba15f9278be3313f4b136bf9bb49 -usr/lib/.build-id/9f/1891f10978f4f9113844b92ea5596f848fa478 -usr/lib/.build-id/9f/9f27ae8593338cbc7fec232715076ba6d25cde -usr/lib/.build-id/9f/f788b536bdc024cf0661eb3807cf0a49cea8c7 -usr/lib/.build-id/a0/6c11a00049e8c427acc10d2ddeec43a5130249 +usr/lib/.build-id/9e/8d4c18d9104de5aa1b3652de5cf379bfb2be56 +usr/lib/.build-id/9e/da0c8c63008629cb29f7eb065495e9b301fd1e +usr/lib/.build-id/9f/19d99dd163bcedb823cb3a80168d68793c6926 +usr/lib/.build-id/9f/31c010d936621c0c85237d4cee0b9a4aac0144 usr/lib/.build-id/a1/467a59729d82d2ebf80e49f302737ed74de7e6 -usr/lib/.build-id/a1/b7584c7a2b2ac482194d5e77764cd106be4dc1 +usr/lib/.build-id/a2/e48a7c8e4559eabf520c91fc59537a3ff6c12f usr/lib/.build-id/a3/258273512458334cbc24ce2f2cf9609f0b9909 -usr/lib/.build-id/a3/407d0a1d5fc25ae499ce50fc0432215bc26178 -usr/lib/.build-id/a3/fe8bc6f2d9f94bb074bef6780bbe9f6180f613 +usr/lib/.build-id/a3/eb5c0a892c4b69f2197067bc1851a5f431a1f3 usr/lib/.build-id/a5/48430b7c152e3dfc6e3f398487cc5eae2c4f52 -usr/lib/.build-id/a5/922ed6ef6e3ce631dcecbaa3ccc3ff8497acf7 -usr/lib/.build-id/a5/dbe09b60f016a5737e22f729cfc4387dbfdb19 usr/lib/.build-id/a6/0c8f84946a3b6c7369c9f9f85cb308f558be58 usr/lib/.build-id/a6/0c8f84946a3b6c7369c9f9f85cb308f558be58.1 usr/lib/.build-id/a6/0c8f84946a3b6c7369c9f9f85cb308f558be58.2 usr/lib/.build-id/a6/0c8f84946a3b6c7369c9f9f85cb308f558be58.3 -usr/lib/.build-id/a7/259df2b734678127329ef1f528aaed16f8ba2a -usr/lib/.build-id/a7/47dc20fc5e7abda7c1e3d2bb1dfacd30e65b56 -usr/lib/.build-id/a9/5f9bfc1716e8a7626cd01ca2282372d01617f7 +usr/lib/.build-id/a6/d10687dc0f44bce6d5ebea74cbbefd77a3535b usr/lib/.build-id/a9/f8a4f3a9393be8b4c6b12d7f7f5c881cd1c46f -usr/lib/.build-id/aa/3b3607d6c33ccfb460804af261edce7792c2ea usr/lib/.build-id/aa/cb522740d60ff705f77799dc7fb7b299dcddba usr/lib/.build-id/ab/200ab17ae66dc0e3a0f44e868f1d0bfa48e48c -usr/lib/.build-id/ab/67e9924d2e955e8d2fdca8d0398c68737f0131 -usr/lib/.build-id/ab/6983fe40a9c73a3daaba9ff230a4f4e4a16e6c -usr/lib/.build-id/ab/7e412cbc6d80086dc14a0a4cf88fb7301bfbbc usr/lib/.build-id/ab/d1aaffb6d7067cf28ba4c13a1d58ba7c934be5 +usr/lib/.build-id/ac/72d93da03341c062072e61d976c99013b8921b usr/lib/.build-id/ad/5d1b652247fb0d7beb2539e9f531b5fd9e7fb8 -usr/lib/.build-id/ad/f7f3fb210fafe7259787713bf8b1bf1dda85fa -usr/lib/.build-id/af/92639616e74e5cf75fe011c51db9a1aa346799 -usr/lib/.build-id/b0/55decaf0c3d9815dffd11d799e5b4696cca626 +usr/lib/.build-id/af/283c28bbaf5f173899cb4c5c6b41682dbc315b usr/lib/.build-id/b1/12cf64fce128ad80844b20784510684cae39a4 +usr/lib/.build-id/b1/67aa2bd52b832128de92447c280e90420c9110 +usr/lib/.build-id/b1/cf1e1109010df7490b5a5bcc8adb4ae8e91cd3 usr/lib/.build-id/b3/ae2a5faa63a61152f8e9a511eee1d0d48b9641 usr/lib/.build-id/b3/b64b9973cd14eaebc29bd67340b1d6351b9212 +usr/lib/.build-id/b4/4db2a110d087a4db7913680a5a2070c62d54a8 +usr/lib/.build-id/b5/0ef3ef367e10822cf6d0791f59ecd19acf2a37 +usr/lib/.build-id/b5/42d4548d081a5e9ff95f67a572576b04adab64 usr/lib/.build-id/b5/7bb61fdb1f7c3a1a3c8e409cb33980e845e364 +usr/lib/.build-id/b5/fdcfe4fbbcb34d72b0be46cb32d8ceab33ca9c +usr/lib/.build-id/b6/5289f89b01bc268c09591f66aa0934936db6bd usr/lib/.build-id/b6/6770d52b48fec995e995c49d28108061dec2ea usr/lib/.build-id/b6/8b71d18b9f31f6da1467c78eb1b66131b00d1b -usr/lib/.build-id/b8/4fd232ce3adcd0ebefb43ee597cb183d41630a -usr/lib/.build-id/b8/97fc1a5136cefe9c4d4b2e6d253e474fed7392 +usr/lib/.build-id/b6/a656184dd0f69b85c8734f58a811c423292b45 usr/lib/.build-id/b8/e87d5f94b79e1aac377c4b13e36419579d4f8f usr/lib/.build-id/b9/28f14850931f4f30eedab2c70dd81ec6657418 usr/lib/.build-id/b9/c382c988555f95e69ecef02664705b74ffe5d6 -usr/lib/.build-id/ba/92ad9f84da9467f6b1cc6c6745cedd5793d8cc -usr/lib/.build-id/ba/b444c6c7ceb73301d5d0e3060fe32c3e8a523c usr/lib/.build-id/bb/f0ba5f358cacc5567008af661064442ea1242b usr/lib/.build-id/bc/7a03f6f4632f4cd8ffe6e535f3a32915fddf17 +usr/lib/.build-id/bc/9374df51dc2a25402ef29c8d5978515c849444 usr/lib/.build-id/bd/6503c8df6043206f6f4b732b79956ed18679c7 -usr/lib/.build-id/bd/d5f4c702e91acdf95b8059c0c03b444c6408c3 -usr/lib/.build-id/bd/d9e43820ee955a4612e792a9793d1f7b5d86ba -usr/lib/.build-id/be/7f983ff0b12f9b92569fb166a4579e0031cfba +usr/lib/.build-id/bd/d43d3ee8fb39ba28abfcd190ce2ef1f276b530 usr/lib/.build-id/be/911f9d3fe279df8f08b0d5bbb2d2310419b6f0 usr/lib/.build-id/be/ae3eb7a9e1556e67d8121633a56456141e1270 -usr/lib/.build-id/be/e5fb16f41f37a931e47dd3e6f6fcb1ffcca713 -usr/lib/.build-id/bf/e7f5f969919166c36efd60c7ec847ab53b92b0 -usr/lib/.build-id/c2/2d9a0daa41ed8bcb5c5369fbeeda07bc77a1ee +usr/lib/.build-id/be/bdd0172f6cdced182ab07628956a68c75cf161 +usr/lib/.build-id/c2/a83d7049dbcb141558aa8b5f52c6c2c321203b usr/lib/.build-id/c2/af19ec594219668149d44b07e4f2fca57a32a7 +usr/lib/.build-id/c3/879c53137f97e9837adac534a15f138b2c8394 usr/lib/.build-id/c3/f37cdaf1f3a431b9449a14e013dd2ca8863423 usr/lib/.build-id/c4/78c694afccd3fb0f2831f5a61c40025eba23e9 usr/lib/.build-id/c5/042c4086cce02570e41e355dee7dd79ccce20f -usr/lib/.build-id/c5/56036fb8af0b352541ba3b6a7ecebfcc91500a -usr/lib/.build-id/c5/a88377997fe5c2bcfcd7551249b9767d8e4440 +usr/lib/.build-id/c5/571b2d845cd21f255e3ecdb3108c6ff912b548 +usr/lib/.build-id/c5/5bee79ff0327f0c344ee61a665a50ff833376e +usr/lib/.build-id/c6/7f86ac42f74af1c52b782260d553a5ed6d4480 usr/lib/.build-id/c6/c705ecc3b2b7c239d730cc357c2bc8b28233bd usr/lib/.build-id/c7/19fb2ab5b2e26ae2f9b6c8f491bbe7a7ae0c24 usr/lib/.build-id/c7/27e54e89eea50679cc8927fccb02d874058476 usr/lib/.build-id/c7/4af666d3e2be27f503f53e08e8d2dc07ff9b11 -usr/lib/.build-id/c7/c074d528d9ee4fa9f5f1122ae71fc78917d0bf usr/lib/.build-id/c7/c1d7a9ea566edd5ac9cb2bdf1a2d758e53b70d -usr/lib/.build-id/ca/28d8e9372c101c5c945a0e6570043728a27445 usr/lib/.build-id/ca/e6cb8a69c5355df27844e297b05ff7f65d3ccc -usr/lib/.build-id/cd/1f6bc92aac76adc74aaa65dae19b87dc833936 -usr/lib/.build-id/cd/4d8e676291a6ccbd67eb2210bbd5580a301ec1 -usr/lib/.build-id/ce/7999f6175624333fb79fb78c193408612ee0ff +usr/lib/.build-id/cd/22e76abfcc5f6a1f189c81e7d742381ee032a8 +usr/lib/.build-id/ce/27d457e75aa31d1dc467e28f8b8c6fb1e33918 +usr/lib/.build-id/ce/43d3f48a4ed0993d85e793ad2758fe6ed3de48 +usr/lib/.build-id/ce/50f6b5fd1f3425cac5268f5d83113c87d18014 usr/lib/.build-id/ce/dbe8d7fb5757dd39992c1524f8d362adafcf41 +usr/lib/.build-id/cf/025e66cc8dcd5e93069addfade388d0c77be46 usr/lib/.build-id/d0/688329cfc43e90c63475a34c23e5c31e57d217 usr/lib/.build-id/d0/d2bc1cf5c55e1a9c8fbb1b0cef039386ec2559 -usr/lib/.build-id/d0/fab713a0cdca52025902325a748fd49efb7397 +usr/lib/.build-id/d0/e66d274787006817896a59b3064e26b8893245 usr/lib/.build-id/d1/3dfd185cc351a3261ccbc6de2cd87150c51422 -usr/lib/.build-id/d1/85472c4cb9e8385d8f733894c5be29b754da49 -usr/lib/.build-id/d2/5bed445dcbf2bb5377be6f946d349b73c87946 -usr/lib/.build-id/d2/b2d62a83cec9acc49adb958205ab7c5b5ff1fc -usr/lib/.build-id/d2/b442d2c08861492f2b5db2d35dddde37fc7b75 +usr/lib/.build-id/d1/7f26d0b44cc60189007475fb8724eff29daaa5 usr/lib/.build-id/d3/3e3bd0c8ac1aad8d4fa22d19b040101ddfb900 -usr/lib/.build-id/d4/6b805735019f2dc2a79163acdeaf5b9becc307 +usr/lib/.build-id/d3/557d981cae00d3aaca88dff25099ecddfac6f8 +usr/lib/.build-id/d4/00d00491cfcf3e064e1ba56f6d01222fe4d520 usr/lib/.build-id/d4/84ff31fed316a6657c8bf2cd24db49cd4caa4b -usr/lib/.build-id/d5/36c4d04b428e1835e98be01dacc833ba707573 -usr/lib/.build-id/d5/3a5da8c3e06352f5834c5d018d9a0ac4e2244d -usr/lib/.build-id/d5/bd638617de398331a7a1b9fc9ae050d7d15424 -usr/lib/.build-id/d6/0f511ef3b8435dd4d7a0042bcb18f63bd95299 usr/lib/.build-id/d6/c3a289c4c2c4d46325b7355854048fbadeea8d +usr/lib/.build-id/d8/214e54fbc4a7bc6533fdd2eee362feb850e32e usr/lib/.build-id/d8/4b938e59d14b3f740286b77e3c924311e811b4 -usr/lib/.build-id/d8/65c2d89efea0d6345c03d620f19d44f343bf2c usr/lib/.build-id/d8/e374e8837fc96dc43b77e21fc9c5c930708761 -usr/lib/.build-id/d9/3b6a47262294aadeb9e89f8c69edb5c93d5582 -usr/lib/.build-id/d9/a05cdfc7ac998854fceefca6a09ff8df0d0f43 usr/lib/.build-id/d9/b552909f2cfae45aa6dc26cb4d41b4924f58fb usr/lib/.build-id/dc/599e5bb329de1b9833036c41ef5ace7de1dd32 -usr/lib/.build-id/dc/7c4feb600b85d14aaccba0b2b800cd0b17bd37 usr/lib/.build-id/dc/8fb4bc44b44001849568ea8fbb43644780747b usr/lib/.build-id/dc/e36e3728dda8894bcae875a31705f9694401bc -usr/lib/.build-id/dc/f7b46ec19fb62fec25215547c8cf7caf92344d +usr/lib/.build-id/de/136be5d1d98406f27b13f5e6557f68dfcce97c +usr/lib/.build-id/de/379d7e5197f70691e5da1bdd9b39fe281d74b0 usr/lib/.build-id/e0/5332b5d1eebda05958f1eb1b68be9c591fbb84 usr/lib/.build-id/e0/e8e0f1076aa84d34d8aad21d85e932216ba64e usr/lib/.build-id/e1/493cbdf662ec9f177f65997558c36680115d2b -usr/lib/.build-id/e1/669e0ba413a8fcbc0279a4fddd79834694044a -usr/lib/.build-id/e1/bec57a2f33fb6cbf5ce702e7f0b338b9a8effd +usr/lib/.build-id/e1/608e2fabd6114db89ba04c173e099aced1a76f usr/lib/.build-id/e2/4098c207c166ee8a07cd50704df6f984018d75 usr/lib/.build-id/e2/55c4f6316a39c7f2a1f9f81a417743904305db -usr/lib/.build-id/e2/bc284e27fce988ca250b1aff44f3175aee337d +usr/lib/.build-id/e2/c528c6bf692e5e20e7a45d9ffff8938ce6c6ba usr/lib/.build-id/e2/fd492bc7ae4663e6abc70165afdbfbfab1528f -usr/lib/.build-id/e3/23269edae9fb69e8c2fab2b9926efbcb3e817d -usr/lib/.build-id/e3/a740bd04378541412cf7b2d165867a34396e2b usr/lib/.build-id/e7/2c6dd93f8b94ffa776fcb67d16f33337ef85f0 usr/lib/.build-id/e7/2c6dd93f8b94ffa776fcb67d16f33337ef85f0.1 usr/lib/.build-id/e7/2c6dd93f8b94ffa776fcb67d16f33337ef85f0.2 usr/lib/.build-id/e7/2c6dd93f8b94ffa776fcb67d16f33337ef85f0.3 -usr/lib/.build-id/e7/bd821b9ded1fcb74d847482759b61fae561c20 -usr/lib/.build-id/e8/9bbf34e11bc59c3bd6f6006ab5beef96ed20c0 -usr/lib/.build-id/e9/cad068967445acdd0d3b2f42a4f6116c778257 -usr/lib/.build-id/ea/65da99ef79439851d0943182e9ab32b331c27d +usr/lib/.build-id/e7/6102ff6506fdcebd47f6cc705b2fef88c2de60 usr/lib/.build-id/ea/da76826a7c34a4080c9fdfd1af11fce4561efc usr/lib/.build-id/eb/0c5007c2a64f493f864d4c8500717aa031e301 usr/lib/.build-id/eb/3887b11280f02903503583e4a475f496254c63 usr/lib/.build-id/ec/70fb11e14fe7dadde8353e95592eb7b8bd4b3a usr/lib/.build-id/ed/51ad6a5882c6f2a73240bf5a901326347bebbc usr/lib/.build-id/ed/d844a7d1c7846704669b2b3a0b132d7b82262c usr/lib/.build-id/ed/e614558ff6b45af5399fcf47e751c16ac40e02 -usr/lib/.build-id/ee/3ed06f305e281e19b96291756af0ebfc274284 -usr/lib/.build-id/ee/4a5a1833e839f7ee16590048dae131a97f7100 -usr/lib/.build-id/ee/fa59e509b24bcb50ce2ecd44cb22c09785e580 -usr/lib/.build-id/ef/31d8886786318aabf00a42fbd121d20218b8b0 -usr/lib/.build-id/ef/b627b24a2436c9337ca98ab503bd9ab377c1e7 usr/lib/.build-id/f0/bc55f3575f2b731115bacb56dc25d06b964f67 -usr/lib/.build-id/f1/5240dcd02fd2666ebbec60ada9837e87272ff0 usr/lib/.build-id/f1/a369a13eabcfa05b4ac3b0c5860f5afdeebda8 usr/lib/.build-id/f1/c9bf38e4d322cd1b32477c6aebcdf912881a80 -usr/lib/.build-id/f2/7a22f614628bb3d8ee35425a8141eb1e09e124 -usr/lib/.build-id/f2/d18cb5edf143b6b83d53a14d18399665295ba7 -usr/lib/.build-id/f3/e223f668f8fccd242dc204be6d233c553a3c9b +usr/lib/.build-id/f4/7d2cbea16973f2bd3d5036a3dff1989756fc9e usr/lib/.build-id/f4/b0641754e22ef30a8ad7daef1903fb5c257c55 -usr/lib/.build-id/f5/a900a7f3780e3ccd4028a0ee602f91ed58eb3e +usr/lib/.build-id/f5/d8ac27eed4894598e4c93f0dfb912cd532d250 +usr/lib/.build-id/f5/e28e83749d3fe1dceaa4c90ae1cb2dd7f102c9 usr/lib/.build-id/f5/f695f8f16e7e441b9d7b2c95099933410e826f usr/lib/.build-id/f6/41cc8c372d9d2e415e6a3509b58c4cd75f9783 -usr/lib/.build-id/f6/82775395662ae68bff4bd72203536e5a2d09c4 -usr/lib/.build-id/f8/728b78800b62044617fe311ec41b65c8920184 +usr/lib/.build-id/f7/6ae378877ac5e67b79ad2a090f6e35af5931ae +usr/lib/.build-id/f7/879dadc60d112754a76162b035601956544a56 usr/lib/.build-id/f8/e9652d85a0705504d2f455c5c8fe315106c64d usr/lib/.build-id/f9/5b6ce553930fb6d594de8f7b8b549ce23e0ed1 usr/lib/.build-id/fa/2637ecb3d830b79cc9c5af764e874a6f1bb3d5 +usr/lib/.build-id/fa/f8506d62a12ef021ccc0ed4e5529a7f6e08056 usr/lib/.build-id/fa/fd3dfc84a09d1b1ec6d1d6c0a0e6d901c90c7e -usr/lib/.build-id/fb/3c3edbc3e593ee7af2f0e257227f5d75be2dc2 usr/lib/.build-id/fd/30e569bad9a65d226a0db63edec8cce0f27117 +usr/lib/.build-id/fd/a968165e7057412c25aac6a072e0c79c60ffdf +usr/lib/.build-id/fe/571ffb7d99f505cf3ed931f5335055d35eb675 usr/lib/.build-id/fe/6044504d3491bd669406aad52e69b72adcbba2 -usr/lib/.build-id/fe/c72054480efbf995130506cc71001f2066590e +usr/lib/.build-id/fe/84cf66af8f613d10cf5aef3dcaf96f182cf3b3 usr/lib/.build-id/ff/457c8dd317e27f0126f7297cf0eb23a2b3b62f usr/lib/.build-id/ff/5ce98065bd719acf94b749c1d7ce08cef7f954 usr/lib/.build-id/ff/5f0a6519d8e38d8b93d7d594b11b86eb90d6fb -usr/lib/.build-id/ff/cf57114f7082e5eb3dd34dc68b23169bdf038b -usr/lib/dracut/dracut.conf.d/50-nss-softokn.conf -usr/lib/dracut/modules.d/05nss-softokn/module-setup.sh @rmtry usr/lib/gio/modules/giomodule.cache 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/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/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/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/libext2fs.so.2 usr/lib64/libext2fs.so.2.4 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/libfreebl3.chk -usr/lib64/libfreebl3.so -usr/lib64/libfreeblpriv3.chk -usr/lib64/libfreeblpriv3.so -usr/lib64/libgcc_s-11-20221121.so.1 +usr/lib64/libgcc_s-11-20230605.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/libicudata.so.67 -usr/lib64/libicudata.so.67.1 -usr/lib64/libicui18n.so.67 -usr/lib64/libicui18n.so.67.1 -usr/lib64/libicuio.so.67 -usr/lib64/libicuio.so.67.1 -usr/lib64/libicutest.so.67 -usr/lib64/libicutest.so.67.1 -usr/lib64/libicutu.so.67 -usr/lib64/libicutu.so.67.1 -usr/lib64/libicuuc.so.67 -usr/lib64/libicuuc.so.67.1 -usr/lib64/libidn2.so.0 -usr/lib64/libidn2.so.0.3.7 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/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/libpcre2-8.so.0 usr/lib64/libpcre2-8.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/libssl.so.3 usr/lib64/libssl.so.3.0.7 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/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/escapesrc 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/genccode -usr/sbin/gencmn -usr/sbin/gennorm2 -usr/sbin/gensprep usr/sbin/getcap usr/sbin/getpcaps usr/sbin/iconvconfig -usr/sbin/icupkg 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/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/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/libffi/README.md -%%PORTDOCS%%usr/share/doc/libicu/readme.html -%%PORTDOCS%%usr/share/doc/libidn2/AUTHORS -%%PORTDOCS%%usr/share/doc/libidn2/NEWS -%%PORTDOCS%%usr/share/doc/libidn2/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/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/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/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/icu/license.html 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/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/libicu/LICENSE -usr/share/licenses/libidn2/COPYING -usr/share/licenses/libidn2/COPYING.LESSERv3 -usr/share/licenses/libidn2/COPYING.unicode -usr/share/licenses/libidn2/COPYINGv2 +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/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/nss-softokn-freebl/COPYING usr/share/licenses/openssl-libs/LICENSE.txt usr/share/licenses/pcre/COPYING usr/share/licenses/pcre/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@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/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/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/libidn2.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/libidn2.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/libidn2.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/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_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/libidn2.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/libidn2.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/libidn2.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/libidn2.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/fur/LC_MESSAGES/libidn2.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/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/libidn2.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/libidn2.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/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/libidn2.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/libidn2.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/libidn2.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/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/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/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/libidn2.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/libidn2.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/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/libidn2.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/libidn2.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/libidn2.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/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/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/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/libidn2.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/libidn2.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/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/libidn2.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/libidn2.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/libidn2.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/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/derb.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/gapplication.1.gz usr/share/man/man1/gawk.1.gz usr/share/man/man1/gdbus.1.gz -usr/share/man/man1/genbrk.1.gz -usr/share/man/man1/gencfu.1.gz -usr/share/man/man1/gencnval.1.gz -usr/share/man/man1/gendict.1.gz -usr/share/man/man1/genrb.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/makeconv.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/pkgdata.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/uconv.1.gz usr/share/man/man1/ul.1.gz usr/share/man/man1/ulimit.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/genccode.8.gz -usr/share/man/man8/gencmn.8.gz -usr/share/man/man8/gennorm2.8.gz -usr/share/man/man8/gensprep.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/icupkg.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/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/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/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 79c45cab9cc7..6a0bf17adf04 100644 --- a/ftp/linux-rl9-curl/Makefile +++ b/ftp/linux-rl9-curl/Makefile @@ -1,27 +1,28 @@ PORTNAME= curl PORTVERSION= 7.76.1 -DISTVERSIONSUFFIX= -23.el9_2.1 +DISTVERSIONSUFFIX= -26.el9_3.3 +PORTREVISION= 4 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= nspr nss openldap +USE_LINUX= libidn2 libnghttp2 libpsl libxcrypt nspr nss openldap USE_LINUX_RPM= nolib CPE_VENDOR= haxx LIB_DISTNAMES= lib${DISTNAME} CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${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 c84c284b608b..a35f1ee6dfb7 100644 --- a/ftp/linux-rl9-curl/distinfo +++ b/ftp/linux-rl9-curl/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1687437694 -SHA256 (rocky/c/curl-7.76.1-23.el9_2.1.aarch64.rpm) = 22eb8152b0eaa18f82d74182e6f2b91991d6bb30abb4226130f1f33f9b155d67 -SIZE (rocky/c/curl-7.76.1-23.el9_2.1.aarch64.rpm) = 298061 -SHA256 (rocky/c/curl-7.76.1-23.el9_2.1.x86_64.rpm) = d01d5720d9b4deddd0686ad49cbd410e499737c74c7832a99abe79627c06f276 -SIZE (rocky/c/curl-7.76.1-23.el9_2.1.x86_64.rpm) = 302168 -SHA256 (rocky/l/libcurl-7.76.1-23.el9_2.1.aarch64.rpm) = 04bc647ac80e38634c22b4c1aa06fa60a25079fcb77fb2a92f1abb97316a454a -SIZE (rocky/l/libcurl-7.76.1-23.el9_2.1.aarch64.rpm) = 287183 -SHA256 (rocky/l/libcurl-7.76.1-23.el9_2.1.x86_64.rpm) = 03a6352d2cea09b53267c628bfe4d4b16dd0c631d502d5fefce5a336ab793d18 -SIZE (rocky/l/libcurl-7.76.1-23.el9_2.1.x86_64.rpm) = 291818 -SHA256 (rocky/c/curl-7.76.1-23.el9_2.1.src.rpm) = 0b90dd6d983771c80a9272104143cd3ca1e1f3fe05fe944234c128387d507f17 -SIZE (rocky/c/curl-7.76.1-23.el9_2.1.src.rpm) = 2513934 +TIMESTAMP = 1711624252 +SHA256 (rocky/c/curl-7.76.1-26.el9_3.3.aarch64.rpm) = cd10785404a3af2d77b6cc79f11e8e173c278d5f5f74497ded04c940322079b6 +SIZE (rocky/c/curl-7.76.1-26.el9_3.3.aarch64.rpm) = 296791 +SHA256 (rocky/c/curl-7.76.1-26.el9_3.3.x86_64.rpm) = 089ca96e50dd45305862bd814235886a2044cb6ded18b372a837ede02750e948 +SIZE (rocky/c/curl-7.76.1-26.el9_3.3.x86_64.rpm) = 300150 +SHA256 (rocky/l/libcurl-7.76.1-26.el9_3.3.aarch64.rpm) = 205fa852c76fc0e85f469889895728b7039a7c20c36a98ef0e2f38054c49bad3 +SIZE (rocky/l/libcurl-7.76.1-26.el9_3.3.aarch64.rpm) = 285684 +SHA256 (rocky/l/libcurl-7.76.1-26.el9_3.3.x86_64.rpm) = 124be9ecd94eba2146b14b3a2f0a240fbaf5cd8f098d1b72bcdc7cccdca497de +SIZE (rocky/l/libcurl-7.76.1-26.el9_3.3.x86_64.rpm) = 290249 +SHA256 (rocky/c/curl-7.76.1-26.el9_3.3.src.rpm) = 3b77ba6a132eb61e41405f0d3188b25e0eef8f31f306ad4359d728c3bcfa6ba3 +SIZE (rocky/c/curl-7.76.1-26.el9_3.3.src.rpm) = 2538511 diff --git a/ftp/linux-rl9-curl/pkg-plist.amd64 b/ftp/linux-rl9-curl/pkg-plist.amd64 index 9b296e556d0c..056bf8ffaec1 100644 --- a/ftp/linux-rl9-curl/pkg-plist.amd64 +++ b/ftp/linux-rl9-curl/pkg-plist.amd64 @@ -1,15 +1,15 @@ usr/bin/curl -usr/lib/.build-id/2f/315ce08ce097e1707d597ef72af5b3c6dbfd31 -usr/lib/.build-id/53/cf0cb1e71fa9565364ad35d3c2b7b7e4651817 +usr/lib/.build-id/61/2d63d68321ebf4bec1c19ef1a1785ec6b66919 +usr/lib/.build-id/fc/bad378d7365ed4d3b346e13f653d3b3d318865 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/Makefile b/graphics/Makefile index 72857feb6191..2160a78b5cea 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,1266 +1,1269 @@ COMMENT = Graphics tools and libraries SUBDIR += 3d-ascii-viewer SUBDIR += 4va SUBDIR += Coin SUBDIR += GraphicsMagick SUBDIR += Hermes SUBDIR += ImageMagick6 SUBDIR += ImageMagick7 SUBDIR += O2-tools SUBDIR += R-cran-DiagrammeR SUBDIR += R-cran-GDD SUBDIR += R-cran-RColorBrewer SUBDIR += R-cran-colorspace SUBDIR += R-cran-cowplot SUBDIR += R-cran-diagram SUBDIR += R-cran-dichromat SUBDIR += R-cran-dygraphs SUBDIR += R-cran-farver SUBDIR += R-cran-ggplot2 SUBDIR += R-cran-ggrepel SUBDIR += R-cran-gridBase SUBDIR += R-cran-gridExtra SUBDIR += R-cran-jpeg SUBDIR += R-cran-latticeExtra SUBDIR += R-cran-magick SUBDIR += R-cran-munsell SUBDIR += R-cran-pROC SUBDIR += R-cran-pixmap SUBDIR += R-cran-png SUBDIR += R-cran-qcc SUBDIR += R-cran-ragg SUBDIR += R-cran-rgdal SUBDIR += R-cran-s2 SUBDIR += R-cran-scales SUBDIR += R-cran-shape SUBDIR += R-cran-viridis SUBDIR += R-cran-viridisLite SUBDIR += R-cran-visNetwork SUBDIR += SciPlot SUBDIR += a2png SUBDIR += aalib SUBDIR += aaphoto SUBDIR += acidwarp-sdl SUBDIR += aeskulap SUBDIR += agg SUBDIR += airsaned SUBDIR += akira SUBDIR += alembic SUBDIR += alizams SUBDIR += aloadimage SUBDIR += alpng SUBDIR += ampasACES-container SUBDIR += ampasCTL SUBDIR += animorph SUBDIR += ansilove SUBDIR += anttweakbar SUBDIR += aoi SUBDIR += apngasm SUBDIR += apngdis SUBDIR += appleseed SUBDIR += argyllcms SUBDIR += art SUBDIR += asciinema-agg SUBDIR += asciio SUBDIR += aseprite SUBDIR += atril SUBDIR += atril-lite SUBDIR += autopano-sift-c SUBDIR += autotrace SUBDIR += aview SUBDIR += avir SUBDIR += azpainter SUBDIR += azpainterb SUBDIR += barcode SUBDIR += batik SUBDIR += bgfx SUBDIR += birdfont SUBDIR += bitmap SUBDIR += blend2d SUBDIR += blender SUBDIR += blender-doc SUBDIR += bmeps SUBDIR += bmp2html SUBDIR += bonzomatic SUBDIR += box SUBDIR += brunsli SUBDIR += bsd-plotutils SUBDIR += c-a-i-r SUBDIR += cadubi SUBDIR += cairo SUBDIR += cairomm SUBDIR += cal3d SUBDIR += camerakit SUBDIR += catimg SUBDIR += cbonsai SUBDIR += cbviewer SUBDIR += cegui SUBDIR += cenon SUBDIR += cfdg SUBDIR += cgif SUBDIR += chafa SUBDIR += charls SUBDIR += cimg SUBDIR += cloudcompare SUBDIR += clutter SUBDIR += clutter-gtk3 SUBDIR += cluttermm SUBDIR += cogl SUBDIR += colmap SUBDIR += colord SUBDIR += colord-gtk SUBDIR += compupic SUBDIR += converseen SUBDIR += corrupter SUBDIR += cosmoplayer SUBDIR += cptutils SUBDIR += crw SUBDIR += ctl SUBDIR += curator SUBDIR += curtail SUBDIR += cuttlefish SUBDIR += cxxplot SUBDIR += darktable SUBDIR += dataplot SUBDIR += dbow2 SUBDIR += dc20pack SUBDIR += dcmtk SUBDIR += dcp2icc SUBDIR += dcraw SUBDIR += dcraw-m SUBDIR += delaboratory SUBDIR += derelict-gl3 SUBDIR += devil SUBDIR += dia SUBDIR += diff-pdf SUBDIR += diffpdf SUBDIR += dify SUBDIR += digikam SUBDIR += dilay SUBDIR += diplib SUBDIR += ditaa SUBDIR += djview4 SUBDIR += djvulibre SUBDIR += dmtx-utils SUBDIR += drawing SUBDIR += drawio SUBDIR += drawpile SUBDIR += drm-510-kmod SUBDIR += drm-515-kmod SUBDIR += drm-61-kmod SUBDIR += drm-kmod SUBDIR += drm_info SUBDIR += dspdfviewer SUBDIR += dssim SUBDIR += duhdraw SUBDIR += dust3d SUBDIR += dynamechs SUBDIR += ebsynth SUBDIR += edje_viewer SUBDIR += egl-wayland SUBDIR += eglexternalplatform SUBDIR += elastix SUBDIR += electricsheep SUBDIR += elementary-photos SUBDIR += embree SUBDIR += enblend SUBDIR += engauge-digitizer SUBDIR += entangle SUBDIR += entice SUBDIR += eog SUBDIR += eog-plugins SUBDIR += eom SUBDIR += eos-movrec SUBDIR += epdfview SUBDIR += ephoto SUBDIR += epix SUBDIR += eps2png SUBDIR += epsonscan2 SUBDIR += epsonscan2-non-free-plugin SUBDIR += epstool SUBDIR += eterm-bg SUBDIR += evince SUBDIR += evolvotron SUBDIR += exif SUBDIR += exifprobe SUBDIR += exiftags SUBDIR += exiftran SUBDIR += exiv2 SUBDIR += exrtools SUBDIR += f3d SUBDIR += facedetect SUBDIR += farbfeld SUBDIR += feh SUBDIR += fig2sxd SUBDIR += filament SUBDIR += filmulator SUBDIR += flam3 SUBDIR += flasm SUBDIR += flif SUBDIR += flphoto SUBDIR += fly SUBDIR += fortytwo SUBDIR += fotocx SUBDIR += founts SUBDIR += fracplanet SUBDIR += fractgen SUBDIR += fraqtive SUBDIR += freeglut SUBDIR += freeimage SUBDIR += freetype-gl SUBDIR += frei0r SUBDIR += frei0r-plugins SUBDIR += frei0r-plugins-cairo SUBDIR += frei0r-plugins-gavl SUBDIR += frei0r-plugins-opencv SUBDIR += frogr SUBDIR += ftgl SUBDIR += fusefs-gphotofs SUBDIR += fv SUBDIR += fyre SUBDIR += g2 SUBDIR += gauche-gl SUBDIR += gcolor2 SUBDIR += gcolor3 SUBDIR += gd SUBDIR += gdal SUBDIR += gdal-grass SUBDIR += gdchart SUBDIR += gdk-pixbuf2 SUBDIR += gdk-pixbuf2-xlib SUBDIR += gdtclft SUBDIR += geeqie SUBDIR += gegl SUBDIR += geoapi SUBDIR += geomorph SUBDIR += geomview SUBDIR += geos SUBDIR += geoserver SUBDIR += gexiv2 SUBDIR += giflib SUBDIR += gifmerge SUBDIR += gifsicle SUBDIR += gifski SUBDIR += giftool SUBDIR += gimageview SUBDIR += gimp SUBDIR += gimp-app SUBDIR += gimp-beautify-plugin SUBDIR += gimp-data-extras SUBDIR += gimp-jxl-plugin SUBDIR += gimp-lensfun-plugin SUBDIR += gimp-lqr-plugin SUBDIR += gimp-refocus-plugin SUBDIR += gimp-resynthesizer SUBDIR += gkrellkam2 SUBDIR += glad SUBDIR += glaxnimate SUBDIR += glbinding SUBDIR += gle SUBDIR += glee SUBDIR += glew SUBDIR += glew-wayland SUBDIR += glexcess SUBDIR += glfw SUBDIR += glfw2 SUBDIR += gliv SUBDIR += glosm SUBDIR += glpng SUBDIR += glslang SUBDIR += glvis SUBDIR += glx-utils SUBDIR += gmic SUBDIR += gmic-qt SUBDIR += gmt SUBDIR += gmt-dcw SUBDIR += gmt-gshhg SUBDIR += gnash SUBDIR += gnome-color-manager SUBDIR += gnome-video-effects SUBDIR += gocr SUBDIR += goocanvas2 SUBDIR += goocanvas3 SUBDIR += goocanvasmm2 SUBDIR += goom SUBDIR += gource SUBDIR += goxel SUBDIR += gpaint SUBDIR += gphoto2 SUBDIR += gpicview SUBDIR += gpsmanshp SUBDIR += gpu-firmware-amd-kmod SUBDIR += gpu-firmware-intel-kmod SUBDIR += gpu-firmware-kmod SUBDIR += gpu-firmware-radeon-kmod SUBDIR += gpxsee SUBDIR += gracula SUBDIR += grads SUBDIR += grafx2 SUBDIR += graphene SUBDIR += graphite2 SUBDIR += graphos SUBDIR += graphviz SUBDIR += grx SUBDIR += gscan2pdf SUBDIR += gstreamer1-plugins-aalib SUBDIR += gstreamer1-plugins-cairo SUBDIR += gstreamer1-plugins-gdkpixbuf SUBDIR += gstreamer1-plugins-gl SUBDIR += gstreamer1-plugins-jpeg SUBDIR += gstreamer1-plugins-kms SUBDIR += gstreamer1-plugins-libcaca SUBDIR += gstreamer1-plugins-libvisual SUBDIR += gstreamer1-plugins-opencv SUBDIR += gstreamer1-plugins-openexr SUBDIR += gstreamer1-plugins-openjpeg SUBDIR += gstreamer1-plugins-png SUBDIR += gstreamer1-plugins-qt SUBDIR += gstreamer1-plugins-rsvg SUBDIR += gstreamer1-plugins-vulkan SUBDIR += gstreamer1-plugins-webp SUBDIR += gstreamer1-plugins-zbar SUBDIR += gthumb SUBDIR += gtimelapse SUBDIR += gtk-update-icon-cache SUBDIR += gtkam SUBDIR += gts SUBDIR += guetzli SUBDIR += guile-cairo SUBDIR += guilib SUBDIR += gwenview SUBDIR += gwenview-devel SUBDIR += h3 SUBDIR += halftone SUBDIR += hdr_tools SUBDIR += heimer SUBDIR += hiptext SUBDIR += hobbes-icons-xpm SUBDIR += hppsmtools SUBDIR += hugin SUBDIR += icat SUBDIR += icc-profiles-adobe-cs4 SUBDIR += icc-profiles-basiccolor SUBDIR += icc-profiles-openicc SUBDIR += iccxml SUBDIR += icon-slicer SUBDIR += icontact SUBDIR += icoutils SUBDIR += ida SUBDIR += iec16022 SUBDIR += igt-gpu-tools SUBDIR += iiview SUBDIR += imageindex SUBDIR += imageviewer SUBDIR += imageworsener SUBDIR += imc SUBDIR += imlib2 SUBDIR += imlib2-jxl SUBDIR += imlib2-webp SUBDIR += imlib2_loaders SUBDIR += impressive SUBDIR += imv SUBDIR += inkscape SUBDIR += inkscape-open-symbols SUBDIR += instant-meshes SUBDIR += intel-backlight SUBDIR += intergif SUBDIR += ipe SUBDIR += jalbum SUBDIR += jasper SUBDIR += jave6 SUBDIR += jbig2dec SUBDIR += jbigkit SUBDIR += jdraw SUBDIR += jgraph SUBDIR += jhead SUBDIR += jogamp-jogl SUBDIR += jogl SUBDIR += jp SUBDIR += jp2a SUBDIR += jpatch SUBDIR += jpeg-turbo SUBDIR += jpeginfo SUBDIR += jpegoptim SUBDIR += jpgtn SUBDIR += jslice SUBDIR += kamera SUBDIR += kamerka SUBDIR += katarakt SUBDIR += kcolorchooser SUBDIR += kcolorpicker SUBDIR += kdegraphics SUBDIR += kdegraphics-mobipocket SUBDIR += kdegraphics-svgpart SUBDIR += kdegraphics-thumbnailers SUBDIR += kdiagram SUBDIR += kdiagram-qt6 SUBDIR += kf5-kimageformats SUBDIR += kf5-kplotting SUBDIR += kf5-kquickcharts SUBDIR += kf5-prison SUBDIR += kf6-kimageformats SUBDIR += kf6-kplotting SUBDIR += kf6-kquickcharts SUBDIR += kf6-ksvg SUBDIR += kf6-prison SUBDIR += kgeotag SUBDIR += kgraphviewer SUBDIR += khronos-texture SUBDIR += kimageannotator SUBDIR += kimagemapeditor SUBDIR += kipi-plugins SUBDIR += klatexformula SUBDIR += kludge3d SUBDIR += kmscube SUBDIR += knotter SUBDIR += kolourpaint SUBDIR += kontrast SUBDIR += kooka SUBDIR += kphotoalbum SUBDIR += kplot SUBDIR += kqtquickcharts SUBDIR += kquickimageeditor SUBDIR += krita SUBDIR += krita-gmic-plugin SUBDIR += ksanecore SUBDIR += kseexpr SUBDIR += ksnip SUBDIR += kxstitch SUBDIR += l2p SUBDIR += largetifftools SUBDIR += laternamagica SUBDIR += lazpaint SUBDIR += lcdtest SUBDIR += lcms SUBDIR += lcms2 SUBDIR += leafpak SUBDIR += lensfun SUBDIR += lepton SUBDIR += leptonica SUBDIR += lerc SUBDIR += lfview SUBDIR += lib3ds SUBDIR += libGLU SUBDIR += libQGLViewer SUBDIR += libafterimage SUBDIR += libansilove SUBDIR += libart_lgpl SUBDIR += libavif SUBDIR += libboard SUBDIR += libbpg SUBDIR += libcaca SUBDIR += libcdr01 SUBDIR += libchamplain SUBDIR += libdicom SUBDIR += libdmtx SUBDIR += libdrm SUBDIR += libecwj2 SUBDIR += libemf SUBDIR += libepoxy SUBDIR += libetonyek01 SUBDIR += libexif SUBDIR += libexif-gtk SUBDIR += libfpx SUBDIR += libfreehand SUBDIR += libgeotiff SUBDIR += libgltext SUBDIR += libgltf SUBDIR += libglvnd SUBDIR += libgnomecanvas SUBDIR += libgnomecanvasmm26 SUBDIR += libgphoto2 SUBDIR += libgxps SUBDIR += libheif SUBDIR += libimagequant SUBDIR += libimg SUBDIR += libiptcdata SUBDIR += libjpeg-turbo SUBDIR += libjxl SUBDIR += libjxr SUBDIR += libkdcraw SUBDIR += libkexiv2 SUBDIR += libkexiv2-devel SUBDIR += libkipi SUBDIR += libksane SUBDIR += libliftoff SUBDIR += liblqr-1 SUBDIR += libmng SUBDIR += libmorph SUBDIR += libmypaint SUBDIR += libnsbmp SUBDIR += libnsgif SUBDIR += libopenraw SUBDIR += libosmesa SUBDIR += libpano13 SUBDIR += libpcd SUBDIR += libpgf SUBDIR += libpillowfight SUBDIR += libplacebo SUBDIR += libpotrace SUBDIR += libprojectm SUBDIR += libpuzzle SUBDIR += libqrencode SUBDIR += librasterlite2 SUBDIR += libraw SUBDIR += librsvg2 SUBDIR += librsvg2-rust SUBDIR += librtprocess SUBDIR += libsixel SUBDIR += libspiro SUBDIR += libspng SUBDIR += libsvg SUBDIR += libsvg-cairo SUBDIR += libsvgtiny SUBDIR += libvisual SUBDIR += libvisual04 SUBDIR += libvisual04-plugins SUBDIR += libwmf SUBDIR += libwmf-nox11 SUBDIR += libwpg03 SUBDIR += libxisf SUBDIR += libyuv SUBDIR += libzmf SUBDIR += lightzone SUBDIR += linplasma SUBDIR += linux-c7-cairo SUBDIR += linux-c7-cairo-gobject SUBDIR += linux-c7-dri SUBDIR += linux-c7-gdk-pixbuf2 SUBDIR += linux-c7-glx-utils SUBDIR += linux-c7-graphite2 SUBDIR += linux-c7-jasper SUBDIR += linux-c7-jbigkit SUBDIR += linux-c7-jpeg SUBDIR += linux-c7-libdrm SUBDIR += linux-c7-libepoxy SUBDIR += linux-c7-libglvnd SUBDIR += linux-c7-librsvg2 SUBDIR += linux-c7-png SUBDIR += linux-c7-sdl_image SUBDIR += linux-c7-sdl_ttf SUBDIR += linux-c7-tiff SUBDIR += linux-c7-wayland SUBDIR += linux-rl9-cairo SUBDIR += linux-rl9-cairo-gobject SUBDIR += linux-rl9-dri SUBDIR += linux-rl9-gdk-pixbuf2 SUBDIR += linux-rl9-graphite2 SUBDIR += linux-rl9-jasper SUBDIR += linux-rl9-jbigkit SUBDIR += linux-rl9-jpeg SUBDIR += linux-rl9-libdrm SUBDIR += linux-rl9-libepoxy SUBDIR += linux-rl9-libglvnd SUBDIR += linux-rl9-librsvg2 + SUBDIR += linux-rl9-openjpeg SUBDIR += linux-rl9-png SUBDIR += linux-rl9-tiff + SUBDIR += linux-rl9-vulkan SUBDIR += linux-rl9-wayland + SUBDIR += linux-rl9-webp SUBDIR += lua-gd SUBDIR += luminance-qt5 SUBDIR += lux SUBDIR += lximage-qt SUBDIR += magnum SUBDIR += magnum-plugins SUBDIR += mahotas SUBDIR += maim SUBDIR += mandelbulber SUBDIR += mapcache SUBDIR += mapnik SUBDIR += mapserver SUBDIR += mapyrus SUBDIR += matplotlib-cpp SUBDIR += matplotplusplus SUBDIR += meh SUBDIR += menyoki SUBDIR += mesa-demos SUBDIR += mesa-devel SUBDIR += mesa-dri SUBDIR += mesa-gallium-va SUBDIR += mesa-gallium-vdpau SUBDIR += mesa-gallium-xa SUBDIR += mesa-libs SUBDIR += metacam SUBDIR += metapixel SUBDIR += milton SUBDIR += minder SUBDIR += ming SUBDIR += mirtk SUBDIR += movit SUBDIR += mozjpeg SUBDIR += mscgen SUBDIR += msl SUBDIR += mtpaint SUBDIR += multican SUBDIR += mupdf SUBDIR += mxp SUBDIR += mypaint SUBDIR += mypaint-brushes SUBDIR += mypaint-brushes2 SUBDIR += nanort SUBDIR += nanosvg SUBDIR += netpbm SUBDIR += nip2 SUBDIR += noaa-apt SUBDIR += nomacs SUBDIR += nplot SUBDIR += npretty SUBDIR += nsxiv SUBDIR += nurbs++ SUBDIR += nvidia-drm-510-kmod SUBDIR += nvidia-drm-515-kmod SUBDIR += nvidia-drm-61-kmod SUBDIR += nvidia-drm-kmod SUBDIR += nvidia-texture-tools SUBDIR += ocaml-cairo SUBDIR += ocaml-images SUBDIR += ocaml-lablgl SUBDIR += ocrad SUBDIR += ogre3d SUBDIR += ogre3d19 SUBDIR += oidn SUBDIR += okular SUBDIR += okular-devel SUBDIR += open3d SUBDIR += opencollada SUBDIR += opencolorio SUBDIR += opencolorio-tools SUBDIR += opencoloriov1 SUBDIR += opencsg SUBDIR += opencv SUBDIR += opendx SUBDIR += openexr SUBDIR += openexr-website-docs SUBDIR += openfx-arena SUBDIR += openfx-misc SUBDIR += opengl-man SUBDIR += opengv SUBDIR += openicc-config SUBDIR += openimageio SUBDIR += openjpeg SUBDIR += openjpeg15 SUBDIR += openjph SUBDIR += openjump SUBDIR += openmvs SUBDIR += opennurbs SUBDIR += openorienteering-mapper SUBDIR += openpgl SUBDIR += openrm SUBDIR += openshadinglanguage SUBDIR += openslide SUBDIR += opensubdiv SUBDIR += openvkl SUBDIR += openxr SUBDIR += optar SUBDIR += optipng SUBDIR += osg SUBDIR += osg34 SUBDIR += osgearth SUBDIR += ospray SUBDIR += ospray-studio SUBDIR += ossim SUBDIR += oxipng SUBDIR += oyranos SUBDIR += p5-Acme-Steganography-Image-Png SUBDIR += p5-Algorithm-Line-Bresenham SUBDIR += p5-Alien-Gimp SUBDIR += p5-Barcode-ZBar SUBDIR += p5-CAD-Drawing SUBDIR += p5-CAD-Drawing-Template SUBDIR += p5-Cairo SUBDIR += p5-Captcha-reCAPTCHA SUBDIR += p5-Captcha-reCAPTCHA-Mailhide SUBDIR += p5-Chart SUBDIR += p5-Chart-Clicker SUBDIR += p5-Chart-Gnuplot SUBDIR += p5-Chart-Graph SUBDIR += p5-Chart-PNGgraph SUBDIR += p5-Color-Calc SUBDIR += p5-Color-Library SUBDIR += p5-Color-Palette SUBDIR += p5-Color-Rgb SUBDIR += p5-Color-Scheme SUBDIR += p5-Convert-Color SUBDIR += p5-Convert-Color-XTerm SUBDIR += p5-Data-Google-Visualization-DataSource SUBDIR += p5-Data-Google-Visualization-DataTable SUBDIR += p5-GD SUBDIR += p5-GD-Arrow SUBDIR += p5-GD-Barcode SUBDIR += p5-GD-Graph SUBDIR += p5-GD-Graph-histogram SUBDIR += p5-GD-Graph-ohlc SUBDIR += p5-GD-Graph3d SUBDIR += p5-GD-SVG SUBDIR += p5-GD-TextUtil SUBDIR += p5-GD-Thumbnail SUBDIR += p5-Geo-EOP SUBDIR += p5-Geo-GDAL-FFI SUBDIR += p5-Geo-GML SUBDIR += p5-Geo-Gpx SUBDIR += p5-Geometry-Primitive SUBDIR += p5-Gimp SUBDIR += p5-Google-Chart SUBDIR += p5-Graph-Easy SUBDIR += p5-Graph-ReadWrite SUBDIR += p5-Graph-SocialMap SUBDIR += p5-Graph-Writer-GraphViz SUBDIR += p5-GraphViz SUBDIR += p5-GraphViz-Data-Structure SUBDIR += p5-GraphViz-Traverse SUBDIR += p5-GraphViz2 SUBDIR += p5-GraphViz2-DBI SUBDIR += p5-GraphViz2-Data-Grapher SUBDIR += p5-GraphViz2-Parse-ISA SUBDIR += p5-GraphViz2-Parse-RecDescent SUBDIR += p5-GraphViz2-Parse-XML SUBDIR += p5-Graphics-Color SUBDIR += p5-Graphics-ColorNames SUBDIR += p5-Graphics-ColorNames-WWW SUBDIR += p5-Graphics-ColorUtils SUBDIR += p5-Graphics-GnuplotIF SUBDIR += p5-Graphics-Primitive SUBDIR += p5-Graphics-Primitive-Driver-Cairo SUBDIR += p5-Graphics-TIFF SUBDIR += p5-Image-Base SUBDIR += p5-Image-Base-SVG SUBDIR += p5-Image-Caa SUBDIR += p5-Image-Compare SUBDIR += p5-Image-ExifTool SUBDIR += p5-Image-ExifTool-devel SUBDIR += p5-Image-Grab SUBDIR += p5-Image-Heatmap SUBDIR += p5-Image-IPTCInfo SUBDIR += p5-Image-Imgur SUBDIR += p5-Image-Imlib2 SUBDIR += p5-Image-Info SUBDIR += p5-Image-LibExif SUBDIR += p5-Image-Magick-Iterator SUBDIR += p5-Image-Math-Constrain SUBDIR += p5-Image-MetaData-GQview SUBDIR += p5-Image-MetaData-JPEG SUBDIR += p5-Image-OCR-Tesseract SUBDIR += p5-Image-PBMlib SUBDIR += p5-Image-PNG-Libpng SUBDIR += p5-Image-PNG-QRCode SUBDIR += p5-Image-Pngslimmer SUBDIR += p5-Image-Sane SUBDIR += p5-Image-Scale SUBDIR += p5-Image-Size SUBDIR += p5-Imager SUBDIR += p5-Imager-Graph SUBDIR += p5-Imager-Plot SUBDIR += p5-Imager-QRCode SUBDIR += p5-Imlib2 SUBDIR += p5-Layout-Manager SUBDIR += p5-OpenGL SUBDIR += p5-PGPLOT SUBDIR += p5-SVG-DOM2 SUBDIR += p5-SVG-Graph SUBDIR += p5-SVG-Metadata SUBDIR += p5-SWF-Builder SUBDIR += p5-SWF-File SUBDIR += p5-Sane SUBDIR += p5-SpringGraph SUBDIR += p5-Tk-JPEG-Lite SUBDIR += p5-URI-GoogleChart SUBDIR += p5-VCG SUBDIR += p5-Visio SUBDIR += p5-feedgnuplot SUBDIR += p5-ming SUBDIR += panoglview SUBDIR += panomatic SUBDIR += partio SUBDIR += pastel SUBDIR += pcl-pointclouds SUBDIR += pdf2svg SUBDIR += pdfpc SUBDIR += pear-Horde_Image SUBDIR += pear-Image_3D SUBDIR += pear-Image_Barcode SUBDIR += pear-Image_Barcode2 SUBDIR += pear-Image_Canvas SUBDIR += pear-Image_Color SUBDIR += pear-Image_Graph SUBDIR += pear-Image_GraphViz SUBDIR += pear-Image_Transform SUBDIR += pecl-imagick SUBDIR += pecl-qrencode SUBDIR += pecl-vips SUBDIR += pencil2d SUBDIR += peps SUBDIR += perceptualdiff SUBDIR += peruse SUBDIR += pfstools SUBDIR += pgplot SUBDIR += pho SUBDIR += photivo SUBDIR += photoflare SUBDIR += photopc SUBDIR += photoqt SUBDIR += phototonic SUBDIR += php-facedetect SUBDIR += php-geos SUBDIR += php81-exif SUBDIR += php81-gd SUBDIR += php82-exif SUBDIR += php82-gd SUBDIR += php83-exif SUBDIR += php83-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += piddle SUBDIR += piglit SUBDIR += pikchr SUBDIR += pikopixel SUBDIR += pinpoint SUBDIR += pinta SUBDIR += pixd SUBDIR += pixelize SUBDIR += pixen SUBDIR += pixie SUBDIR += plantuml SUBDIR += plasma-kmod SUBDIR += plotutils SUBDIR += png SUBDIR += png++ SUBDIR += png2html SUBDIR += png2ico SUBDIR += pngcheck SUBDIR += pnglite SUBDIR += pngnq SUBDIR += pngquant SUBDIR += pngrewrite SUBDIR += pngwriter SUBDIR += podofo SUBDIR += podofo09 SUBDIR += polyclipping SUBDIR += poppler SUBDIR += poppler-data SUBDIR += poppler-glib SUBDIR += poppler-qt5 SUBDIR += poppler-qt6 SUBDIR += poppler-utils SUBDIR += potrace SUBDIR += povray-meta SUBDIR += povray37 SUBDIR += povray38 SUBDIR += ppmcaption SUBDIR += ppminfo SUBDIR += ppsei SUBDIR += pqiv SUBDIR += preview SUBDIR += price SUBDIR += processing SUBDIR += proj SUBDIR += proj-data SUBDIR += pstoedit SUBDIR += ptex SUBDIR += py-ManimPango SUBDIR += py-OWSLib SUBDIR += py-PyOpenGL SUBDIR += py-PyOpenGL-accelerate SUBDIR += py-actdiag SUBDIR += py-albumentations SUBDIR += py-altair SUBDIR += py-asciitree SUBDIR += py-beziers SUBDIR += py-blockdiag SUBDIR += py-blockdiagcontrib-cisco SUBDIR += py-box2d-py SUBDIR += py-cairo SUBDIR += py-cairocffi SUBDIR += py-cairosvg SUBDIR += py-cartopy SUBDIR += py-chart-studio SUBDIR += py-cogdumper SUBDIR += py-colorcet SUBDIR += py-colorthief SUBDIR += py-colorz SUBDIR += py-colour SUBDIR += py-descartes SUBDIR += py-django-easy-thumbnails SUBDIR += py-djvulibre SUBDIR += py-exifread SUBDIR += py-f3d SUBDIR += py-face_recognition SUBDIR += py-face_recognition_models SUBDIR += py-fiona SUBDIR += py-fotokilof SUBDIR += py-freeimagepy SUBDIR += py-fury SUBDIR += py-gdal SUBDIR += py-geomdl SUBDIR += py-geopandas SUBDIR += py-giddy SUBDIR += py-gizeh SUBDIR += py-glcontext SUBDIR += py-glfw SUBDIR += py-glooey SUBDIR += py-gphoto2 SUBDIR += py-gprof2dot SUBDIR += py-graphlib-backport SUBDIR += py-graphviz SUBDIR += py-graphy SUBDIR += py-gvgen SUBDIR += py-h3 SUBDIR += py-haishoku SUBDIR += py-hiplot SUBDIR += py-hsluv SUBDIR += py-imageio SUBDIR += py-imageio-ffmpeg SUBDIR += py-imagesize SUBDIR += py-img2pdf SUBDIR += py-imutils SUBDIR += py-leather SUBDIR += py-lerc SUBDIR += py-mapclassify SUBDIR += py-mayavi SUBDIR += py-mcomix SUBDIR += py-mgwr SUBDIR += py-ming SUBDIR += py-moderngl SUBDIR += py-moderngl-window SUBDIR += py-momepy SUBDIR += py-mpl-interactions SUBDIR += py-mpl-scatter-density SUBDIR += py-nwdiag SUBDIR += py-opencolorio SUBDIR += py-openimageio SUBDIR += py-openshadinglanguage SUBDIR += py-openslide-python SUBDIR += py-optimize-images SUBDIR += py-osmnet SUBDIR += py-pandana SUBDIR += py-pdf2image SUBDIR += py-photocollage SUBDIR += py-piexif SUBDIR += py-pillow SUBDIR += py-pillow-heif SUBDIR += py-pivy SUBDIR += py-plotly SUBDIR += py-png SUBDIR += py-pointpats SUBDIR += py-projpicker SUBDIR += py-pycha SUBDIR += py-pycollada SUBDIR += py-pydot SUBDIR += py-pydotplus SUBDIR += py-pyepsg SUBDIR += py-pygal SUBDIR += py-pyganim SUBDIR += py-pygeoapi SUBDIR += py-pygeos SUBDIR += py-pyglet SUBDIR += py-pyglet1 SUBDIR += py-pygltflib SUBDIR += py-pygraph SUBDIR += py-pygraphviz SUBDIR += py-pyinsane2 SUBDIR += py-pymaging SUBDIR += py-pymaging-png SUBDIR += py-pyocr SUBDIR += py-pypillowfight SUBDIR += py-pyproj SUBDIR += py-pyqrcode SUBDIR += py-pyqtgraph SUBDIR += py-pyrsgis SUBDIR += py-pytesseract SUBDIR += py-python-barcode SUBDIR += py-python-poppler-qt5 SUBDIR += py-pyvips SUBDIR += py-pyvista SUBDIR += py-pyx SUBDIR += py-pyzbar SUBDIR += py-qpageview SUBDIR += py-qrencode SUBDIR += py-qt6-3d SUBDIR += py-qudida SUBDIR += py-railroad-diagrams SUBDIR += py-rasterio SUBDIR += py-rasterstats SUBDIR += py-rawkit SUBDIR += py-s2 SUBDIR += py-scikit-image SUBDIR += py-seqdiag SUBDIR += py-sorl-thumbnail SUBDIR += py-spectra SUBDIR += py-sqlalchemy-imageattach SUBDIR += py-svg.path SUBDIR += py-svgwrite SUBDIR += py-termtosvg SUBDIR += py-tifffile SUBDIR += py-tkcolorpicker SUBDIR += py-toyplot SUBDIR += py-traitsui SUBDIR += py-ueberzug SUBDIR += py-urbanaccess SUBDIR += py-urbansim SUBDIR += py-utm SUBDIR += py-vecrec SUBDIR += py-visvis SUBDIR += py-wand SUBDIR += py-webcolors SUBDIR += py-willow SUBDIR += py-yaswfp SUBDIR += py-zbar-py SUBDIR += pywal SUBDIR += qcomicbook SUBDIR += qcustomplot SUBDIR += qgis SUBDIR += qgis-ltr SUBDIR += qiv SUBDIR += qr-code-generator SUBDIR += qt5-3d SUBDIR += qt5-graphicaleffects SUBDIR += qt5-imageformats SUBDIR += qt5-opengl SUBDIR += qt5-pixeltool SUBDIR += qt5-svg SUBDIR += qt5-wayland SUBDIR += qt6-3d SUBDIR += qt6-imageformats SUBDIR += qt6-lottie SUBDIR += qt6-quickeffectmaker SUBDIR += qt6-svg SUBDIR += qt6-wayland SUBDIR += qtawesome SUBDIR += qtpbfimageplugin SUBDIR += qtqr SUBDIR += quat SUBDIR += quat-gui SUBDIR += quesa SUBDIR += quesoglc SUBDIR += quickqanava SUBDIR += qvge SUBDIR += qview SUBDIR += radius-engine SUBDIR += rapid-photo-downloader SUBDIR += raster3d SUBDIR += rawstudio SUBDIR += rawtherapee SUBDIR += reactphysics3d SUBDIR += realesrgan-ncnn-vulkan SUBDIR += reallyslick SUBDIR += realsr-ncnn-vulkan SUBDIR += recastnavigation SUBDIR += recoverjpeg SUBDIR += renrot SUBDIR += repng2jpeg SUBDIR += resvg SUBDIR += resvg-capi SUBDIR += rgbpaint SUBDIR += rigsofrods-caelum SUBDIR += rigsofrods-pagedgeometry SUBDIR += ristretto SUBDIR += rlottie SUBDIR += ruby-gd SUBDIR += rubygem-blurhash SUBDIR += rubygem-cairo SUBDIR += rubygem-captcha SUBDIR += rubygem-chunky_png SUBDIR += rubygem-clutter SUBDIR += rubygem-clutter-gdk SUBDIR += rubygem-clutter-gtk SUBDIR += rubygem-dragonfly SUBDIR += rubygem-emoji SUBDIR += rubygem-exifr SUBDIR += rubygem-ezprint SUBDIR += rubygem-fastimage SUBDIR += rubygem-flamegraph SUBDIR += rubygem-gd2 SUBDIR += rubygem-gdk_pixbuf2 SUBDIR += rubygem-gemojione SUBDIR += rubygem-gemojione32 SUBDIR += rubygem-geokit SUBDIR += rubygem-gitlab_emoji SUBDIR += rubygem-gruff SUBDIR += rubygem-histogram SUBDIR += rubygem-image_processing SUBDIR += rubygem-image_science SUBDIR += rubygem-imagesize SUBDIR += rubygem-invisible_captcha SUBDIR += rubygem-mini_magick SUBDIR += rubygem-mini_magick410 SUBDIR += rubygem-opengl SUBDIR += rubygem-pdfkit SUBDIR += rubygem-png SUBDIR += rubygem-railroad SUBDIR += rubygem-red-colors SUBDIR += rubygem-rmagick SUBDIR += rubygem-rsvg2 SUBDIR += rubygem-ruby-graphviz SUBDIR += rubygem-ruby-vips SUBDIR += rubygem-scruffy SUBDIR += rubygem-tanuki_emoji SUBDIR += rx SUBDIR += s10sh SUBDIR += s2 SUBDIR += s2tc SUBDIR += sam2p SUBDIR += sampleicc SUBDIR += sane-airscan SUBDIR += sane-backends SUBDIR += sane-epkowa SUBDIR += satty SUBDIR += scale2x SUBDIR += scantailor SUBDIR += scr2png SUBDIR += scrot SUBDIR += scwm-icons SUBDIR += sdl2_gfx SUBDIR += sdl2_gpu SUBDIR += sdl2_image SUBDIR += sdl2_ttf SUBDIR += sdl_gfx SUBDIR += sdl_image SUBDIR += sdl_ttf SUBDIR += sdump SUBDIR += seejpeg SUBDIR += seexpr SUBDIR += sekrit-twc-zimg SUBDIR += seom SUBDIR += separate SUBDIR += seq2gif SUBDIR += shaderc SUBDIR += shared-color-profiles SUBDIR += sharpconstruct SUBDIR += shotwell SUBDIR += showimage SUBDIR += silgraphite SUBDIR += simage SUBDIR += simple-scan SUBDIR += simpleitk SUBDIR += simpleviewer SUBDIR += skanlite SUBDIR += skanpage SUBDIR += spectacle SUBDIR += spectacle-devel SUBDIR += spirv-cross SUBDIR += spirv-tools SUBDIR += springgraph SUBDIR += squish SUBDIR += ssocr SUBDIR += sswf SUBDIR += stamp SUBDIR += svg2pdf SUBDIR += svg2png SUBDIR += svgalib SUBDIR += svgbob SUBDIR += swappy SUBDIR += swfmill SUBDIR += swftools SUBDIR += synaesthesia SUBDIR += synfig SUBDIR += synfigstudio SUBDIR += tachyon SUBDIR += telak SUBDIR += tesseract SUBDIR += tesseract-data SUBDIR += tgif SUBDIR += tif22pnm SUBDIR += tiff SUBDIR += tifmerge SUBDIR += tikzit SUBDIR += tiled SUBDIR += timeless SUBDIR += timg SUBDIR += tintfu SUBDIR += tinyows SUBDIR += tippecanoe SUBDIR += tkpng SUBDIR += togl SUBDIR += tslib SUBDIR += ttygif SUBDIR += ttyplot SUBDIR += tumble SUBDIR += tweeny SUBDIR += ufraw SUBDIR += unpaper SUBDIR += upscaler SUBDIR += urho3d SUBDIR += vapoursynth-fmtconv SUBDIR += vapoursynth-waifu2x-ncnn-vulkan SUBDIR += vapoursynth-waifu2x-w2xc SUBDIR += variety SUBDIR += vcg SUBDIR += vhs SUBDIR += viewnior SUBDIR += vigra SUBDIR += vips SUBDIR += visprint SUBDIR += viu SUBDIR += vkd3d SUBDIR += volpack SUBDIR += vp SUBDIR += vpaint SUBDIR += vulkan-caps-viewer SUBDIR += vulkan-extension-layer SUBDIR += vulkan-headers SUBDIR += vulkan-loader SUBDIR += vulkan-tools SUBDIR += vulkan-utility-libraries SUBDIR += vulkan-validation-layers SUBDIR += vv SUBDIR += waffle SUBDIR += waifu2x-converter-cpp SUBDIR += waifu2x-ncnn-vulkan SUBDIR += wayland SUBDIR += wayland-protocols SUBDIR += wayland-utils SUBDIR += waylandpp SUBDIR += wdune SUBDIR += webp SUBDIR += webp-pixbuf-loader SUBDIR += wings SUBDIR += wmicons SUBDIR += wrapland SUBDIR += wxsvg SUBDIR += xaos SUBDIR += xbmbrowser SUBDIR += xcftools SUBDIR += xd3d SUBDIR += xdgagrab SUBDIR += xfig SUBDIR += xfractint SUBDIR += xglurbules SUBDIR += xgrasp SUBDIR += xli SUBDIR += xmedcon SUBDIR += xmlgraphics-commons SUBDIR += xmountains SUBDIR += xnview SUBDIR += xoris SUBDIR += xournal SUBDIR += xournalpp SUBDIR += xpaint SUBDIR += xpdf SUBDIR += xpdf3 SUBDIR += xpdf4 SUBDIR += xpeps SUBDIR += xpx SUBDIR += xsane SUBDIR += xsvg SUBDIR += xtexcad SUBDIR += xv SUBDIR += xv-m17n SUBDIR += xviewer SUBDIR += xwpick SUBDIR += xzgv SUBDIR += yacreader SUBDIR += yafaray SUBDIR += yed SUBDIR += yukon SUBDIR += zathura SUBDIR += zathura-cb SUBDIR += zathura-djvu SUBDIR += zathura-pdf-mupdf SUBDIR += zathura-pdf-poppler SUBDIR += zathura-ps SUBDIR += zbar SUBDIR += zgv SUBDIR += zimg SUBDIR += zint SUBDIR += zphoto .include diff --git a/graphics/linux-rl9-dri/Makefile b/graphics/linux-rl9-dri/Makefile index 08adcd599af2..f02cd4220d81 100644 --- a/graphics/linux-rl9-dri/Makefile +++ b/graphics/linux-rl9-dri/Makefile @@ -1,45 +1,45 @@ PORTNAME= dri -PORTVERSION= 22.3.0 -DISTVERSIONSUFFIX= -2.el9 +PORTVERSION= 23.1.4 +DISTVERSIONSUFFIX= -1.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 LIB_DISTNAMES= freeglut-3.2.1-9.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-9.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 3b5d557e372a..bb318ba6820d 100644 --- a/graphics/linux-rl9-dri/distinfo +++ b/graphics/linux-rl9-dri/distinfo @@ -1,39 +1,39 @@ -TIMESTAMP = 1687433587 +TIMESTAMP = 1707738449 SHA256 (rocky/f/freeglut-3.2.1-9.el9.aarch64.rpm) = 591a69d987378249f6eb18d0c25a15c57859d449fdb8ff4b7333cdf284f764d5 SIZE (rocky/f/freeglut-3.2.1-9.el9.aarch64.rpm) = 192404 SHA256 (rocky/f/freeglut-3.2.1-9.el9.x86_64.rpm) = 401261f14c32a69cf59b80ef5d6288f2a78a96830f7de1eb5d0ea7b15043c812 SIZE (rocky/f/freeglut-3.2.1-9.el9.x86_64.rpm) = 195445 -SHA256 (rocky/m/mesa-dri-drivers-22.3.0-2.el9.aarch64.rpm) = c6f98761147b864a7c6d514df0bfd41a15b17207dce81cb276a4220d3ea88d1e -SIZE (rocky/m/mesa-dri-drivers-22.3.0-2.el9.aarch64.rpm) = 9063336 -SHA256 (rocky/m/mesa-dri-drivers-22.3.0-2.el9.x86_64.rpm) = e1e9e48c732c5b2c2e02ec62530e893ef8866e87e1275605c0b97a74fef39b8a -SIZE (rocky/m/mesa-dri-drivers-22.3.0-2.el9.x86_64.rpm) = 9947715 -SHA256 (rocky/m/mesa-libEGL-22.3.0-2.el9.aarch64.rpm) = 80a1ae9c7fd8db79a35c6c3913f42ba773ec9d7db7cba337c9300cb3be627f67 -SIZE (rocky/m/mesa-libEGL-22.3.0-2.el9.aarch64.rpm) = 124191 -SHA256 (rocky/m/mesa-libEGL-22.3.0-2.el9.x86_64.rpm) = 512a6c07a1f955b3c507b7d39f743155e767dd4e6198ac022d405e250052ce57 -SIZE (rocky/m/mesa-libEGL-22.3.0-2.el9.x86_64.rpm) = 126518 -SHA256 (rocky/m/mesa-libGL-22.3.0-2.el9.aarch64.rpm) = 39d4414817e6971d6e535018323fed558c27dc22035f1599b2627f8c58a58087 -SIZE (rocky/m/mesa-libGL-22.3.0-2.el9.aarch64.rpm) = 177528 -SHA256 (rocky/m/mesa-libGL-22.3.0-2.el9.x86_64.rpm) = dd1f3903198393e60146428ab20424a09b2910816220b6779aee3422bfa7cb09 -SIZE (rocky/m/mesa-libGL-22.3.0-2.el9.x86_64.rpm) = 171707 +SHA256 (rocky/m/mesa-dri-drivers-23.1.4-1.el9.aarch64.rpm) = d082f12c0241b3316807e09a43911de9918af885090251b9f76d70d9a6368d32 +SIZE (rocky/m/mesa-dri-drivers-23.1.4-1.el9.aarch64.rpm) = 9220902 +SHA256 (rocky/m/mesa-dri-drivers-23.1.4-1.el9.x86_64.rpm) = 6c58ece44c334dba0e07e6e76063a0f8c985c9eea911ec4901aa4edaee0abc4e +SIZE (rocky/m/mesa-dri-drivers-23.1.4-1.el9.x86_64.rpm) = 10647916 +SHA256 (rocky/m/mesa-libEGL-23.1.4-1.el9.aarch64.rpm) = 46389aa1a6bbae93a3d32c1e1e1e244faa47644781a1b22a911255fd8d63a875 +SIZE (rocky/m/mesa-libEGL-23.1.4-1.el9.aarch64.rpm) = 124526 +SHA256 (rocky/m/mesa-libEGL-23.1.4-1.el9.x86_64.rpm) = a2f4e1dddf5e42f964231536528efc9d7be3a414943bd9b97460245f943bfef5 +SIZE (rocky/m/mesa-libEGL-23.1.4-1.el9.x86_64.rpm) = 126961 +SHA256 (rocky/m/mesa-libGL-23.1.4-1.el9.aarch64.rpm) = a6e19c7e1cee4d5b38e9687d73e567d219735b416eaec787e6621e9bec12d4cf +SIZE (rocky/m/mesa-libGL-23.1.4-1.el9.aarch64.rpm) = 176302 +SHA256 (rocky/m/mesa-libGL-23.1.4-1.el9.x86_64.rpm) = f58e32c581b59b43fdf7893ac50a0f5b7f332cb442ef7f775aede4d446538086 +SIZE (rocky/m/mesa-libGL-23.1.4-1.el9.x86_64.rpm) = 169245 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.x86_64.rpm) = c7da4f0a399f5b9d5833dc1f5d0f388d9b5ecf6cd7ad6fbd9397f5a661393a68 SIZE (rocky/m/mesa-libGLU-9.0.1-6.el9.x86_64.rpm) = 149718 -SHA256 (rocky/m/mesa-libgbm-22.3.0-2.el9.aarch64.rpm) = a6829ad7e92ba65ab3fe19387f32d625962fb5dd4bac0e6df069cdfd9a98b2d3 -SIZE (rocky/m/mesa-libgbm-22.3.0-2.el9.aarch64.rpm) = 38042 -SHA256 (rocky/m/mesa-libgbm-22.3.0-2.el9.x86_64.rpm) = 24fcbde7e52b8db159beffd129651f2f19d788ac823a63a5e26ec4f6d898087d -SIZE (rocky/m/mesa-libgbm-22.3.0-2.el9.x86_64.rpm) = 38196 -SHA256 (rocky/m/mesa-libglapi-22.3.0-2.el9.aarch64.rpm) = f27d5e3bb7d331e181f61b45f4b891200c4d8cda0e96e07708098863daa9e5e3 -SIZE (rocky/m/mesa-libglapi-22.3.0-2.el9.aarch64.rpm) = 64415 -SHA256 (rocky/m/mesa-libglapi-22.3.0-2.el9.x86_64.rpm) = bde91bab65d339defc334366afa0369641cc9243cfceec945ef1a16cd28da2e1 -SIZE (rocky/m/mesa-libglapi-22.3.0-2.el9.x86_64.rpm) = 50616 -SHA256 (rocky/m/mesa-libxatracker-22.3.0-2.el9.x86_64.rpm) = 5f8216472dc57b4d440f2f3aea9db756a54668c182dd22dbf59ae8a68e745bb3 -SIZE (rocky/m/mesa-libxatracker-22.3.0-2.el9.x86_64.rpm) = 2085101 -SHA256 (rocky/m/mesa-vulkan-drivers-22.3.0-2.el9.x86_64.rpm) = bac689cc16b72e3b58f52829f4be1f8e3b10711a84eb79d41a05874e072a61a5 -SIZE (rocky/m/mesa-vulkan-drivers-22.3.0-2.el9.x86_64.rpm) = 7753460 +SHA256 (rocky/m/mesa-libgbm-23.1.4-1.el9.aarch64.rpm) = baec962fdddedfa779feafaf44dfcfd54d9dc473db70f8e15e399b8d8bdc1344 +SIZE (rocky/m/mesa-libgbm-23.1.4-1.el9.aarch64.rpm) = 37341 +SHA256 (rocky/m/mesa-libgbm-23.1.4-1.el9.x86_64.rpm) = 4c2c9978b6b14347f71bef5de5e03936bec6415c4fbabda78848f87006f4523e +SIZE (rocky/m/mesa-libgbm-23.1.4-1.el9.x86_64.rpm) = 37402 +SHA256 (rocky/m/mesa-libglapi-23.1.4-1.el9.aarch64.rpm) = 93e7223531a72e0f3f7d8cc38144b14f9b7d488af8a4da36238e48a849261766 +SIZE (rocky/m/mesa-libglapi-23.1.4-1.el9.aarch64.rpm) = 62657 +SHA256 (rocky/m/mesa-libglapi-23.1.4-1.el9.x86_64.rpm) = 82bde60e422af4a6171e42e18dfaaaf6432d680e6eeb5a6dd9bc5bbff6a455a4 +SIZE (rocky/m/mesa-libglapi-23.1.4-1.el9.x86_64.rpm) = 46679 +SHA256 (rocky/m/mesa-libxatracker-23.1.4-1.el9.x86_64.rpm) = 0da3f9cea8a16bdd89a194b246053cb70825f94f825c696b610f5907210d4714 +SIZE (rocky/m/mesa-libxatracker-23.1.4-1.el9.x86_64.rpm) = 2108956 +SHA256 (rocky/m/mesa-vulkan-drivers-23.1.4-1.el9.x86_64.rpm) = 3ab386652bc7bb1393c9979db9c4e7cb465286d852d550585ca98d32df27e83f +SIZE (rocky/m/mesa-vulkan-drivers-23.1.4-1.el9.x86_64.rpm) = 9691495 SHA256 (rocky/f/freeglut-3.2.1-9.el9.src.rpm) = 55f98ddcdb3b88e7392ca81fc041947ae7ced78f4c1c3764aba06964805b2443 SIZE (rocky/f/freeglut-3.2.1-9.el9.src.rpm) = 1507006 -SHA256 (rocky/m/mesa-22.3.0-2.el9.src.rpm) = 01febe894e0cf8a26d108f63d9a8336053565d6a6b4353a01c87b9da6c8dfe58 -SIZE (rocky/m/mesa-22.3.0-2.el9.src.rpm) = 16912461 +SHA256 (rocky/m/mesa-23.1.4-1.el9.src.rpm) = cae2feaf48280a22e6148f1d8af73a1818095e7a1ccc7c8006896e362f4b0b51 +SIZE (rocky/m/mesa-23.1.4-1.el9.src.rpm) = 18447326 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.amd64 b/graphics/linux-rl9-dri/pkg-plist.amd64 index 55ba8fe0a361..c07f05db8de2 100644 --- a/graphics/linux-rl9-dri/pkg-plist.amd64 +++ b/graphics/linux-rl9-dri/pkg-plist.amd64 @@ -1,77 +1,77 @@ -usr/lib/.build-id/04/32745fc446b7656ad2224f1706b6f4aa902b73 -usr/lib/.build-id/04/32745fc446b7656ad2224f1706b6f4aa902b73.1 -usr/lib/.build-id/04/32745fc446b7656ad2224f1706b6f4aa902b73.2 -usr/lib/.build-id/17/afed4f3c0dc1eaa4d2ac486b0c2254bb5ff9c8 -usr/lib/.build-id/2c/d6463aabf53225f2066304ca273ac4064f9715 -usr/lib/.build-id/34/882966bada406a811cdc5ddf3ab7388faf2de9 -usr/lib/.build-id/4c/487cdf156eb3813f9252cce2caae3991716795 -usr/lib/.build-id/4c/487cdf156eb3813f9252cce2caae3991716795.1 -usr/lib/.build-id/4c/487cdf156eb3813f9252cce2caae3991716795.2 -usr/lib/.build-id/4c/487cdf156eb3813f9252cce2caae3991716795.3 -usr/lib/.build-id/4c/487cdf156eb3813f9252cce2caae3991716795.4 -usr/lib/.build-id/4c/487cdf156eb3813f9252cce2caae3991716795.5 -usr/lib/.build-id/4c/487cdf156eb3813f9252cce2caae3991716795.6 -usr/lib/.build-id/4c/487cdf156eb3813f9252cce2caae3991716795.7 -usr/lib/.build-id/4c/487cdf156eb3813f9252cce2caae3991716795.8 -usr/lib/.build-id/4d/dcf3cb29b4bfefcaa49e996e57a621a809f3ff -usr/lib/.build-id/4e/c92eb39b18f69ad6eeb091281bf93a80908064 +usr/lib/.build-id/00/1ef622449b65e9b9efcd3486ad41ee7b3029ed +usr/lib/.build-id/0f/fb1d7f4aefa7d96a42090a6299bbe574699990 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7.1 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7.2 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7.3 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7.4 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7.5 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7.6 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7.7 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7.8 +usr/lib/.build-id/33/c0d3af0221ea652b57ed45447d72b4f3f9e13a +usr/lib/.build-id/3f/c25f71e1b4794a4bf999bc021baa739223e6ac +usr/lib/.build-id/50/8524465b49e38e02f673281244d9ef0fe668a9 +usr/lib/.build-id/50/8524465b49e38e02f673281244d9ef0fe668a9.1 +usr/lib/.build-id/50/8524465b49e38e02f673281244d9ef0fe668a9.2 +usr/lib/.build-id/50/945cbbf1aa6d5d51132617a4a9ca18c0910c68 usr/lib/.build-id/51/de0e8f1ef95feafc18270ec8af3a0e3844e87b -usr/lib/.build-id/82/7d94e2b6bd9881a72fe41df69ef6e587a518dd -usr/lib/.build-id/9b/e22acbc9fcfc465f068e5f9eeb4e2b2156ed0d -usr/lib/.build-id/b2/28b422da64ec6945810689286963494c7ad41a -usr/lib/.build-id/cd/d2f7afd304586475b15ad7e81c08bfe01ead33 +usr/lib/.build-id/56/5591a0e8645fe70331b9a92bb480a8b0ce0aed +usr/lib/.build-id/56/ecf7f7c2f46c6e9471904e277c34a812bebf17 +usr/lib/.build-id/73/ae5df50221ca4f575499af452a45d7847aa7de +usr/lib/.build-id/c4/7ef3cb628c8cba6eb123bc7ac6cce8115af612 +usr/lib/.build-id/f0/990aa64df2c0a21ace4adb671b17e04472d890 usr/lib/.build-id/f1/c0b3d1460a35848cb14a9e51b2bde3351cd132 -usr/lib/.build-id/f7/e9286e383fbe12823da2e0164551662849e28b usr/lib/libGLX_system.so.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 90bacd3f2557..3f844bff665e 100644 --- a/graphics/linux-rl9-libdrm/Makefile +++ b/graphics/linux-rl9-libdrm/Makefile @@ -1,19 +1,19 @@ PORTNAME= libdrm -PORTVERSION= 2.4.114 +PORTVERSION= 2.4.115 DISTVERSIONSUFFIX= -1.el9 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 DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr OPTIONS_DEFINE= DOCS .include diff --git a/graphics/linux-rl9-libdrm/distinfo b/graphics/linux-rl9-libdrm/distinfo index 295911b8a68d..7bda24a0795a 100644 --- a/graphics/linux-rl9-libdrm/distinfo +++ b/graphics/linux-rl9-libdrm/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1686559121 -SHA256 (rocky/l/libdrm-2.4.114-1.el9.aarch64.rpm) = dbed745bbd6779987e7da7c48286f685bf18989c95c3f9bcc50d01af8a223b7d -SIZE (rocky/l/libdrm-2.4.114-1.el9.aarch64.rpm) = 134183 -SHA256 (rocky/l/libdrm-2.4.114-1.el9.x86_64.rpm) = fe4f6ff2b1a1f78d45b1abc53713955877551a8c427d3fda3b27c28c23fefb88 -SIZE (rocky/l/libdrm-2.4.114-1.el9.x86_64.rpm) = 161608 -SHA256 (rocky/l/libdrm-2.4.114-1.el9.src.rpm) = 047971e587fc241a096ed4aab81efe8247cd86f476ce46b731c9bedf438d8d34 -SIZE (rocky/l/libdrm-2.4.114-1.el9.src.rpm) = 488024 +TIMESTAMP = 1707737508 +SHA256 (rocky/l/libdrm-2.4.115-1.el9.aarch64.rpm) = ae55c5ab67a6b083df8313364a47a10df978600d9da66951c6172bc7d91458bd +SIZE (rocky/l/libdrm-2.4.115-1.el9.aarch64.rpm) = 134385 +SHA256 (rocky/l/libdrm-2.4.115-1.el9.x86_64.rpm) = 404d5bd3b42a5b4f2557fc7a310d45c7dc318849eeff90fff7584b2caa90f4d2 +SIZE (rocky/l/libdrm-2.4.115-1.el9.x86_64.rpm) = 159711 +SHA256 (rocky/l/libdrm-2.4.115-1.el9.src.rpm) = a9b04774a900f4d4d6ec6fc01a24b73ee9914f2f1169759584bbd805aa6d115b +SIZE (rocky/l/libdrm-2.4.115-1.el9.src.rpm) = 486512 diff --git a/graphics/linux-rl9-libdrm/pkg-plist.amd64 b/graphics/linux-rl9-libdrm/pkg-plist.amd64 index 397dd93e0c3f..e104be0f8f6e 100644 --- a/graphics/linux-rl9-libdrm/pkg-plist.amd64 +++ b/graphics/linux-rl9-libdrm/pkg-plist.amd64 @@ -1,18 +1,18 @@ -usr/lib/.build-id/27/dee4a9b578689bbbca9dd8698558e964c58c77 -usr/lib/.build-id/47/87fe0abe350e591b5307b1be28c8311715c2b0 -usr/lib/.build-id/4b/a2d0879fff933bf3358afcd0e39eef6fb2d030 -usr/lib/.build-id/70/2466d6dc28f064b5ba63a53b73823a6c7f5dc8 -usr/lib/.build-id/dc/d0b809211036deadb30fcdb8832edc7a90bac9 +usr/lib/.build-id/34/12b4214434857372e24236cc2ea12d9d92a0d9 +usr/lib/.build-id/4b/211eff18d6390abf4504cd33b613731b8abcf8 +usr/lib/.build-id/69/2375d629c0e4fb4782481a4fd7c63136edcb09 +usr/lib/.build-id/8b/e87511cf273471e7a636f3e78bdea2e1fd8694 +usr/lib/.build-id/cc/d5d59fc99bfab9dde9866f5df38fcfd3ed8327 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-librsvg2/Makefile b/graphics/linux-rl9-librsvg2/Makefile index e847f519f7c1..c119bdb19c09 100644 --- a/graphics/linux-rl9-librsvg2/Makefile +++ b/graphics/linux-rl9-librsvg2/Makefile @@ -1,23 +1,24 @@ PORTNAME= librsvg2 PORTVERSION= 2.50.7 -DISTVERSIONSUFFIX= -1.el9 +PORTREVISION= 2 +DISTVERSIONSUFFIX= -2.el9 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org COMMENT= Parse and render SVG vector graphics (Rocky Linux ${LINUX_DIST_VER}) WWW= https://live.gnome.org/LibRsvg # TODO: libpixbufloader-svg.so: libdatrie.so.1: cannot open shared object file: No such file or directory USES= cpe linux:rl9 CPE_VENDOR= gnome CPE_PRODUCT= librsvg USE_LDCONFIG= yes USE_LINUX= cairo fontconfig freetype gdkpixbuf2 libxml2 pango png USE_LINUX_RPM= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr OPTIONS_DEFINE= DOCS .include diff --git a/graphics/linux-rl9-librsvg2/distinfo b/graphics/linux-rl9-librsvg2/distinfo index af0015e77ecd..5c07af757246 100644 --- a/graphics/linux-rl9-librsvg2/distinfo +++ b/graphics/linux-rl9-librsvg2/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1686568152 -SHA256 (rocky/l/librsvg2-2.50.7-1.el9.aarch64.rpm) = d3936e76ae3f0f2068f1addcd3e52fe130a248a9f8622929728a1b51f398338b -SIZE (rocky/l/librsvg2-2.50.7-1.el9.aarch64.rpm) = 3250034 -SHA256 (rocky/l/librsvg2-2.50.7-1.el9.x86_64.rpm) = d507e190bcab36b3a224fa4efed7416fe6c65fad462f191d7855f2f24609794e -SIZE (rocky/l/librsvg2-2.50.7-1.el9.x86_64.rpm) = 3493014 -SHA256 (rocky/l/librsvg2-2.50.7-1.el9.src.rpm) = 15bc1d15c95e79c70716481c408704db43f78c0e0e75b5c2ac9cb9ff5d7b5f3b -SIZE (rocky/l/librsvg2-2.50.7-1.el9.src.rpm) = 22247195 +TIMESTAMP = 1707741680 +SHA256 (rocky/l/librsvg2-2.50.7-2.el9.aarch64.rpm) = 86ab625c1478df9e3227d21b40aa1b89a196ca998d892551475f8a72c0388b45 +SIZE (rocky/l/librsvg2-2.50.7-2.el9.aarch64.rpm) = 3200647 +SHA256 (rocky/l/librsvg2-2.50.7-2.el9.x86_64.rpm) = ea59971169b195a4ea4720408deaee913c27280bcbbc6c7a67213787ab74c0e3 +SIZE (rocky/l/librsvg2-2.50.7-2.el9.x86_64.rpm) = 3372007 +SHA256 (rocky/l/librsvg2-2.50.7-2.el9.src.rpm) = d6ea871ccde6f1b6775c65539f812ea73ae7b135c927bf8789569ef555adff0d +SIZE (rocky/l/librsvg2-2.50.7-2.el9.src.rpm) = 22249003 diff --git a/graphics/linux-rl9-librsvg2/pkg-plist.amd64 b/graphics/linux-rl9-librsvg2/pkg-plist.amd64 index dc3b58799d67..75ea525a3730 100644 --- a/graphics/linux-rl9-librsvg2/pkg-plist.amd64 +++ b/graphics/linux-rl9-librsvg2/pkg-plist.amd64 @@ -1,13 +1,13 @@ -usr/lib/.build-id/60/b47d55067b192e4d1c8e8c6a0a2013294d2c2d -usr/lib/.build-id/9c/1c97825550378aa8f0fcaf4ee87671ca07dbd5 +usr/lib/.build-id/4d/08c9db4d6047e3ee327a467da98117af1090b7 +usr/lib/.build-id/fa/9ead4b0af0eb22b31331245abfe5fe3dcd93a5 usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so usr/lib64/girepository-1.0/Rsvg-2.0.typelib usr/lib64/librsvg-2.so.2 usr/lib64/librsvg-2.so.2.47.0 %%PORTDOCS%%usr/share/doc/librsvg2/CONTRIBUTING.md %%PORTDOCS%%usr/share/doc/librsvg2/README.md usr/share/licenses/librsvg2/COPYING.LIB usr/share/locale/es/LC_MESSAGES/librsvg.mo usr/share/thumbnailers/librsvg.thumbnailer @postexec %D/usr/bin/gdk-pixbuf-query-loaders-64 --update-cache @postunexec %D/usr/bin/gdk-pixbuf-query-loaders-64 --update-cache diff --git a/multimedia/linux-rl9-ffmpeg/Makefile b/graphics/linux-rl9-openjpeg/Makefile similarity index 50% copy from multimedia/linux-rl9-ffmpeg/Makefile copy to graphics/linux-rl9-openjpeg/Makefile index d286d73f8352..eb56ed89fb54 100644 --- a/multimedia/linux-rl9-ffmpeg/Makefile +++ b/graphics/linux-rl9-openjpeg/Makefile @@ -1,29 +1,27 @@ -PORTNAME= ffmpeg -PORTVERSION= 5.1.3 -DISTVERSIONSUFFIX= -1.el9 -MASTER_SITES= RPMFUSION9 -PKGNAMESUFFIX= -libs -CATEGORIES= multimedia linux +PORTNAME= openjpeg +PORTVERSION= 2.4.0 +DISTVERSIONSUFFIX= -7.el9 +CATEGORIES= graphics linux +PKGNAMESUFFIX= 2 MAINTAINER= emulation@FreeBSD.org -COMMENT= FFMpeg library (Rocky Linux ${LINUX_DIST_VER}) -WWW= https://ffmpeg.org/ +COMMENT= Open-source JPEG 2000 codec (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.openjpeg.org/ -LICENSE= GPLv2+ LGPL21+ -LICENSE_COMB= multi +LICENSE= BSD2CLAUSE USES= linux:rl9 USE_LDCONFIG= yes +USE_LINUX= png tiff USE_LINUX_RPM= yes - LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} -SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE +SRC_DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE 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-openjpeg/distinfo b/graphics/linux-rl9-openjpeg/distinfo new file mode 100644 index 000000000000..a56426486ed4 --- /dev/null +++ b/graphics/linux-rl9-openjpeg/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707774249 +SHA256 (rocky/o/openjpeg2-2.4.0-7.el9.aarch64.rpm) = 2d962981adc0c3fcd81ebbce1dbd79d42accc50ebd67c4886dd4cec700006c30 +SIZE (rocky/o/openjpeg2-2.4.0-7.el9.aarch64.rpm) = 163197 +SHA256 (rocky/o/openjpeg2-2.4.0-7.el9.x86_64.rpm) = 380ef2db96766ecee5e15cce67f91b5d73c721672930add64bd35de5da12c6a7 +SIZE (rocky/o/openjpeg2-2.4.0-7.el9.x86_64.rpm) = 165941 +SHA256 (rocky/o/openjpeg2-2.4.0-7.el9.src.rpm) = a9a369c4fb94b0c59412c7ed8f8f4508e42dcd5866ba891aa2aae4ea3d97651c +SIZE (rocky/o/openjpeg2-2.4.0-7.el9.src.rpm) = 2245043 diff --git a/graphics/linux-rl9-openjpeg/pkg-plist.amd64 b/graphics/linux-rl9-openjpeg/pkg-plist.amd64 new file mode 100644 index 000000000000..3fd03560a5a2 --- /dev/null +++ b/graphics/linux-rl9-openjpeg/pkg-plist.amd64 @@ -0,0 +1,9 @@ +usr/lib/.build-id/43/e7c2016c2f11f164a4407e536e3e494eb49511 +usr/lib64/libopenjp2.so.2.4.0 +usr/lib64/libopenjp2.so.7 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.md +%%PORTDOCS%%%%DOCSDIR%%/NEWS.md +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/THANKS.md +usr/share/licenses/openjpeg2/LICENSE +usr/share/man/man3/libopenjp2.3.gz diff --git a/graphics/linux-rl9-tiff/Makefile b/graphics/linux-rl9-tiff/Makefile index ce4bd8fee2ec..12fbdfdbbbd8 100644 --- a/graphics/linux-rl9-tiff/Makefile +++ b/graphics/linux-rl9-tiff/Makefile @@ -1,20 +1,21 @@ PORTNAME= libtiff PORTVERSION= 4.4.0 -DISTVERSIONSUFFIX= -7.el9 +PORTREVISION= 2 +DISTVERSIONSUFFIX= -10.el9 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 +USE_LINUX= jbigkit jpeg webp USE_LINUX_RPM= yes CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../tiff/pkg-descr OPTIONS_DEFINE= DOCS .include diff --git a/graphics/linux-rl9-tiff/distinfo b/graphics/linux-rl9-tiff/distinfo index 052ee0be4c2c..15a1aded4e7e 100644 --- a/graphics/linux-rl9-tiff/distinfo +++ b/graphics/linux-rl9-tiff/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1686562985 -SHA256 (rocky/l/libtiff-4.4.0-7.el9.aarch64.rpm) = da75388cdcb2aa5587ab9c052bc528b1db42da79b3ee8ec25cecf7116d6a041e -SIZE (rocky/l/libtiff-4.4.0-7.el9.aarch64.rpm) = 194374 -SHA256 (rocky/l/libtiff-4.4.0-7.el9.x86_64.rpm) = 8d92042b315c93d781c863b4792b788600f2233b1643d4f263ed39fab7c9b60c -SIZE (rocky/l/libtiff-4.4.0-7.el9.x86_64.rpm) = 200108 -SHA256 (rocky/l/libtiff-4.4.0-7.el9.src.rpm) = ae01eaa58f456842ca3279f18437c8012b8361cc81635b2e19e45742677bbac9 -SIZE (rocky/l/libtiff-4.4.0-7.el9.src.rpm) = 2871968 +TIMESTAMP = 1707689988 +SHA256 (rocky/l/libtiff-4.4.0-10.el9.aarch64.rpm) = 2abd5d1fcf98c0fe57e2a7ce205b7e10755e46572471008ce1fb4e141bc4f51a +SIZE (rocky/l/libtiff-4.4.0-10.el9.aarch64.rpm) = 194788 +SHA256 (rocky/l/libtiff-4.4.0-10.el9.x86_64.rpm) = 5eed9d4c3b7a60dab2890119281adc0cc9b5a4f175581291412bd582e45a576f +SIZE (rocky/l/libtiff-4.4.0-10.el9.x86_64.rpm) = 200488 +SHA256 (rocky/l/libtiff-4.4.0-10.el9.src.rpm) = ace37a3f12f8c254a64577e9cd5d79ffdc0e6f4a0db1e82e34ad2aa2e4e56e0c +SIZE (rocky/l/libtiff-4.4.0-10.el9.src.rpm) = 2881335 diff --git a/graphics/linux-rl9-tiff/pkg-plist.amd64 b/graphics/linux-rl9-tiff/pkg-plist.amd64 index e40ee64c4e98..e293d5ecfdc0 100644 --- a/graphics/linux-rl9-tiff/pkg-plist.amd64 +++ b/graphics/linux-rl9-tiff/pkg-plist.amd64 @@ -1,10 +1,10 @@ -usr/lib/.build-id/01/68e74aea639577d8d09ff477102b9be54b78f8 -usr/lib/.build-id/b2/a1d5934ebecbe57dbc576e4e7ac6bccbd4b2ba +usr/lib/.build-id/28/77acee201f9d49324633fb85cede3084831aa5 +usr/lib/.build-id/2c/f788e2378746b893c505ca25713a266d04371b 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 new file mode 100644 index 000000000000..b4c9e13dbf30 --- /dev/null +++ b/graphics/linux-rl9-vulkan/Makefile @@ -0,0 +1,26 @@ +PORTNAME= vulkan +PORTVERSION= 1.3.250.1 +DISTVERSIONSUFFIX= -1.el9 +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 + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} +SRC_DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE + +DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-vulkan/distinfo b/graphics/linux-rl9-vulkan/distinfo new file mode 100644 index 000000000000..72af1c874060 --- /dev/null +++ b/graphics/linux-rl9-vulkan/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707767831 +SHA256 (rocky/v/vulkan-loader-1.3.250.1-1.el9.aarch64.rpm) = dcf1653f0874d1b1045a6658329dda5eac2dec4479e84ec822377f7af0d0e162 +SIZE (rocky/v/vulkan-loader-1.3.250.1-1.el9.aarch64.rpm) = 149743 +SHA256 (rocky/v/vulkan-loader-1.3.250.1-1.el9.x86_64.rpm) = 03f594041c243cf04e94d46ba2733ef5ce2ccd400fb9160af2d0a779d0c63e11 +SIZE (rocky/v/vulkan-loader-1.3.250.1-1.el9.x86_64.rpm) = 143181 +SHA256 (rocky/v/vulkan-loader-1.3.250.1-1.el9.src.rpm) = fc12acd13b343bffd9c783486377d2a3e98229699e8a77a50ca08532ebf97a2e +SIZE (rocky/v/vulkan-loader-1.3.250.1-1.el9.src.rpm) = 1666235 diff --git a/graphics/linux-rl9-vulkan/pkg-plist.amd64 b/graphics/linux-rl9-vulkan/pkg-plist.amd64 new file mode 100644 index 000000000000..6fd9090250c3 --- /dev/null +++ b/graphics/linux-rl9-vulkan/pkg-plist.amd64 @@ -0,0 +1,12 @@ +usr/lib/.build-id/e4/a5fe6e752cf16cdac8b5e570067899783a0162 +usr/lib64/libvulkan.so.1 +usr/lib64/libvulkan.so.1.3.250 +%%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-tiff/Makefile b/graphics/linux-rl9-webp/Makefile similarity index 67% copy from graphics/linux-rl9-tiff/Makefile copy to graphics/linux-rl9-webp/Makefile index ce4bd8fee2ec..a652acff0936 100644 --- a/graphics/linux-rl9-tiff/Makefile +++ b/graphics/linux-rl9-webp/Makefile @@ -1,20 +1,20 @@ -PORTNAME= libtiff -PORTVERSION= 4.4.0 -DISTVERSIONSUFFIX= -7.el9 +PORTNAME= libwebp +PORTVERSION= 1.2.0 +DISTVERSIONSUFFIX= -8.el9 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 USE_LINUX_RPM= yes CONFLICTS= linux-c7-${PORTNAME} -DESCR= ${.CURDIR}/../tiff/pkg-descr +DESCR= ${.CURDIR}/../webp/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS .include diff --git a/graphics/linux-rl9-webp/distinfo b/graphics/linux-rl9-webp/distinfo new file mode 100644 index 000000000000..e0accd7a6640 --- /dev/null +++ b/graphics/linux-rl9-webp/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707763378 +SHA256 (rocky/l/libwebp-1.2.0-8.el9.aarch64.rpm) = 32d165702f098820c836736634829360947747017e23413a1ac5e167df8070d2 +SIZE (rocky/l/libwebp-1.2.0-8.el9.aarch64.rpm) = 265825 +SHA256 (rocky/l/libwebp-1.2.0-8.el9.x86_64.rpm) = 2546a9c3b973cf0f33c23f9d0801d76eff889ff690338340bfd5f5c8fc11c6cd +SIZE (rocky/l/libwebp-1.2.0-8.el9.x86_64.rpm) = 282664 +SHA256 (rocky/l/libwebp-1.2.0-8.el9.src.rpm) = a2452b44cd66053e3c713982b6695eb0a3f7e89d3319eb071d8e8340719821a2 +SIZE (rocky/l/libwebp-1.2.0-8.el9.src.rpm) = 4110329 diff --git a/graphics/linux-rl9-webp/pkg-plist.amd64 b/graphics/linux-rl9-webp/pkg-plist.amd64 new file mode 100644 index 000000000000..a24e6203f31b --- /dev/null +++ b/graphics/linux-rl9-webp/pkg-plist.amd64 @@ -0,0 +1,17 @@ +usr/lib/.build-id/0d/f5ce47131b85e47f3d194ad97ee3f8b06c191a +usr/lib/.build-id/71/ce2b08c60666d0dee55640dc1bb80a7b2efa82 +usr/lib/.build-id/b7/a75cfdf5c1aea84cddce4a18341fc86df338bc +usr/lib/.build-id/fd/b824c10e0134d3be9f3d788dc9bfcd9d2a2a6a +usr/lib64/libwebp.so.7 +usr/lib64/libwebp.so.7.1.1 +usr/lib64/libwebpdecoder.so.3 +usr/lib64/libwebpdecoder.so.3.1.1 +usr/lib64/libwebpdemux.so.2 +usr/lib64/libwebpdemux.so.2.0.7 +usr/lib64/libwebpmux.so.3 +usr/lib64/libwebpmux.so.3.0.6 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/PATENTS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libwebp/COPYING diff --git a/lang/linux-rl9-python3/Makefile b/lang/linux-rl9-python3/Makefile index 121b49af8296..68bb57584d3f 100644 --- a/lang/linux-rl9-python3/Makefile +++ b/lang/linux-rl9-python3/Makefile @@ -1,25 +1,27 @@ PORTNAME= python3 -PORTVERSION= 3.9.16 -DISTVERSIONSUFFIX= -1.el9_2.1 +PORTVERSION= 3.9.18 +DISTVERSIONSUFFIX= -1.el9_3.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 +BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} +LIB_DISTNAMES= ${PORTNAME}-libs-${DISTVERSIONFULL} SRC_DISTFILES= ${PORTNAME}.${PKGNAMESUFFIX}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME}${PKGNAMESUFFIX} DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME} OPTIONS_DEFINE= DOCS .include diff --git a/lang/linux-rl9-python3/distinfo b/lang/linux-rl9-python3/distinfo index e95c8483db0f..67782d783264 100644 --- a/lang/linux-rl9-python3/distinfo +++ b/lang/linux-rl9-python3/distinfo @@ -1,7 +1,11 @@ -TIMESTAMP = 1687942013 -SHA256 (rocky/p/python3-3.9.16-1.el9_2.1.aarch64.rpm) = 7e60ef4ecbb02cdc80990010c5480976f59472e838399654beb461b732a11ad1 -SIZE (rocky/p/python3-3.9.16-1.el9_2.1.aarch64.rpm) = 26752 -SHA256 (rocky/p/python3-3.9.16-1.el9_2.1.x86_64.rpm) = 42818a3358c5d2a1e5f15c1cdbfa0557564224a8767a6cbc217660747db1e113 -SIZE (rocky/p/python3-3.9.16-1.el9_2.1.x86_64.rpm) = 26811 -SHA256 (rocky/p/python3.9-3.9.16-1.el9_2.1.src.rpm) = 48d409bf4b04e19e98eff1dc1fa6bb8e4941c29359778fbb99f95edcef64d04a -SIZE (rocky/p/python3.9-3.9.16-1.el9_2.1.src.rpm) = 20358133 +TIMESTAMP = 1707695725 +SHA256 (rocky/p/python3-3.9.18-1.el9_3.1.aarch64.rpm) = 1c6ef0beb29a2ee6e9694e1a31da53f184083301c96b9e88fdf6a6b32ea696a9 +SIZE (rocky/p/python3-3.9.18-1.el9_3.1.aarch64.rpm) = 25796 +SHA256 (rocky/p/python3-3.9.18-1.el9_3.1.x86_64.rpm) = 09709555500f9a3ca38d8a3301e5464c0bb28724dea590553d6cf619b8368b31 +SIZE (rocky/p/python3-3.9.18-1.el9_3.1.x86_64.rpm) = 25868 +SHA256 (rocky/p/python3-libs-3.9.18-1.el9_3.1.aarch64.rpm) = f1850984c8d676217bfeb06b88e74195a2f30de325053d1eb3a8ba58307ebbbd +SIZE (rocky/p/python3-libs-3.9.18-1.el9_3.1.aarch64.rpm) = 7617894 +SHA256 (rocky/p/python3-libs-3.9.18-1.el9_3.1.x86_64.rpm) = 7d4284e7081de8475155dafd908ac42265e975a814545793e60a643d74c85a53 +SIZE (rocky/p/python3-libs-3.9.18-1.el9_3.1.x86_64.rpm) = 7649466 +SHA256 (rocky/p/python3.9-3.9.18-1.el9_3.1.src.rpm) = a44d9452829c93f47ccd77c6e865c10d43e0ae469ac1a9d37aaf68fda0fb8ec4 +SIZE (rocky/p/python3.9-3.9.18-1.el9_3.1.src.rpm) = 20297945 diff --git a/lang/linux-rl9-python3/pkg-plist.amd64 b/lang/linux-rl9-python3/pkg-plist.amd64 index 88e69d2eaee8..1c4302a3a3ff 100644 --- a/lang/linux-rl9-python3/pkg-plist.amd64 +++ b/lang/linux-rl9-python3/pkg-plist.amd64 @@ -1,11 +1,2422 @@ usr/bin/pydoc usr/bin/pydoc3 usr/bin/pydoc3.9 usr/bin/python3 usr/bin/python3.9 -usr/lib/.build-id/5f/e947e5999d2bd9deb9dafc75b2a3e67d074e44 +usr/include/python3.9/pyconfig-64.h +usr/lib/.build-id/00/ec7cac3da45c4525864aca95e818d7ca313bbc +usr/lib/.build-id/02/d21cd26fa95232c23b175c8f979047eac74f35 +usr/lib/.build-id/06/f4cacdc2161167c17ef68cd36c301f886fe726 +usr/lib/.build-id/09/47bdcdee67315dc2f0ca92c4c1bb9e2efbe953 +usr/lib/.build-id/0a/c879856115cdb81782028756be82da78f076b8 +usr/lib/.build-id/0b/66259cbaf66b02906db1ea141c683b472863bc +usr/lib/.build-id/0f/00902f69df00ffcc4b3efb691192f9b2a97dc2 +usr/lib/.build-id/11/6e64a29313a30010d4e9c531f49a1b625bba20 +usr/lib/.build-id/1c/b2f842a425678f54b965679ea895ecca1e812a +usr/lib/.build-id/1d/c99ef388e77fff42b54f6d71cc198bf544e306 +usr/lib/.build-id/1f/1e6cc30aa94ac6a3f8d5a414baf94f20836dbe +usr/lib/.build-id/22/106f8ac12ab3e8b771a2f0d9fd45241da03c9e +usr/lib/.build-id/22/99b4bd3a85ef40615929bd00d22873981c66d1 +usr/lib/.build-id/23/756edb60974db16298473cfab0382364714c58 +usr/lib/.build-id/30/0c0049e6cff8dac98357975a8b3734d0a6e183 +usr/lib/.build-id/30/94ce2a8af58de5de1f558070f3b89f26d50538 +usr/lib/.build-id/37/79f4f78c6fa6170637245d2d3cebf0d4c6be43 +usr/lib/.build-id/3c/268ed0162dcd21d8ea7dc317148960f8c798ca +usr/lib/.build-id/3f/01d2fee365348a1837d11b68419f79e0865870 +usr/lib/.build-id/3f/e5b0baad2788fec9d96c245a959a43cb08e517 +usr/lib/.build-id/57/0be1c8f9e9e79364686edb9e2edf08a46cec11 +usr/lib/.build-id/5b/ff84f53a578b477210e52984f76ba8eedb9014 +usr/lib/.build-id/5c/95640c4cb48727498a5302e2e0929a43d61ffc +usr/lib/.build-id/60/46fa4a62db61cd54d05870b0e2dd0ef5e4daba +usr/lib/.build-id/62/4de209cc1f775c4247def8dcdc99ab556de1d4 +usr/lib/.build-id/67/4de5826a512ea2a0c5e8cbd404fd340c147164 +usr/lib/.build-id/69/22aef6514c49090ce34bfb85bcd5e690fb2861 +usr/lib/.build-id/6b/854d671b2ebd056f06897e43c07b9f05c764f2 +usr/lib/.build-id/6d/8ccaae1962bda420cfe1402a473f1a3041e66f +usr/lib/.build-id/6f/c188f822ca9decbff6b9c3353c3080d245b692 +usr/lib/.build-id/71/69a1fc423f40e87b2d9b30a2572b12f2a575dc +usr/lib/.build-id/71/abeee8a11186cb3a4e1f9c66533b36c6bedb9a +usr/lib/.build-id/74/0fd017667c5327fe33941c8d6d4fc80fc9c28e +usr/lib/.build-id/74/788166185cf86a2c4c397900da5c19431a01f1 +usr/lib/.build-id/76/b36069391f17da2f58e3da63dfd27988539a31 +usr/lib/.build-id/7d/72001b41440610a2a49301de4cf912cf4197f4 +usr/lib/.build-id/7e/bddfee1e7e468fd22cf44302b8bb3ff5e00755 +usr/lib/.build-id/83/e7c5af2a77d04b5a09ce8f33bb97010562feb4 +usr/lib/.build-id/85/67a8e982c48a7aba529a4f8740f145ffe4406b +usr/lib/.build-id/85/ca44bc1929126a795c34ba1fe3abe2e7abbee8 +usr/lib/.build-id/86/9532e9a323694ae46bfe2bd67472fc13d48af5 +usr/lib/.build-id/8e/5afa3b15497fe06729c85f16d87a8ac11c9f17 +usr/lib/.build-id/8e/da3326969a03c7932c686647427ba031dccb15 +usr/lib/.build-id/90/e7da4683ff542bc616fcf6e001053cf4d19d65 +usr/lib/.build-id/92/2f93a586caa535ca1b42744ae4adbbfc8ebae6 +usr/lib/.build-id/95/b95ee6d8bd1a202c6647271d249975ea3103cb +usr/lib/.build-id/9e/e4cc06dd05023cdd248835d25861ac6ea2df9a +usr/lib/.build-id/a4/26f1f7d5909230dcc3bfef8178688327515a6e +usr/lib/.build-id/bc/799aa2f4a0a68240a896f6fe4c35cb8778292d +usr/lib/.build-id/be/f7cc346c53791d5a4b9e60248aeeca85407982 +usr/lib/.build-id/c0/2aa3cdef852adec210830a96a4bf741d90eda5 +usr/lib/.build-id/c2/997f84b8203d9831aec1b4895e59e25ccbb803 +usr/lib/.build-id/c2/cac5bded1bf7ae1cef7edbf58ec94232abd17a +usr/lib/.build-id/c5/940ec6b96c0420d9674e5897dd94a5c1bfa320 +usr/lib/.build-id/d8/7bda5eaa5c20481e80d267cbf6fe4b5941246a +usr/lib/.build-id/d9/9c4f1f11f3488feb0c2b0cb77276140e9793c0 +usr/lib/.build-id/df/b9245565881f028adb36794dfb7cf35a8386d9 +usr/lib/.build-id/e6/fcd333f4409937ec07d55b2f73ad8acc135c03 +usr/lib/.build-id/ed/8b05233c7ddb533b7151fe9bc67db802df6080 +usr/lib/.build-id/ee/8274955b087526040fa3b611e4a4f0abbac0a2 +usr/lib/.build-id/f1/fd931b395fe2e8e9c3f7ac1dab6418a1f4d3a7 +usr/lib/.build-id/f2/33ed84c1a4cde173b1a82787a2db6414c6fc90 +usr/lib/.build-id/f3/c4d6770efa1048ad8115900e1903c752018c49 +usr/lib/.build-id/f9/134e275485d2091a4c8944d20df8166683264c +usr/lib/.build-id/fb/e7f4ca3d07cf63bb811ebf859945f99cb88730 +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/PatternGrammar.txt +usr/lib64/python3.9/lib2to3/PatternGrammar3.9.18.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 854ef108a51e..1aae647f6dc2 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -1,409 +1,412 @@ 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 += deforaos-player SUBDIR += dirac 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 += emby-server-devel SUBDIR += emovix SUBDIR += ffaudioconverter SUBDIR += ffdec SUBDIR += ffmpeg 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-gnonlin 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-x264 SUBDIR += gstreamer1-plugins-x265 SUBDIR += gstreamer1-qt 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 += hypnotix SUBDIR += intel-media-sdk SUBDIR += iso2mkv SUBDIR += jellyfin 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.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-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-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 += 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-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-soco SUBDIR += py-srt SUBDIR += py-subliminal SUBDIR += py-tartube SUBDIR += py-tvnamer 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 += ytfzf SUBDIR += zart SUBDIR += zoneminder .include diff --git a/multimedia/linux-rl9-ffmpeg/Makefile b/multimedia/linux-rl9-ffmpeg/Makefile index d286d73f8352..cb80413964ca 100644 --- a/multimedia/linux-rl9-ffmpeg/Makefile +++ b/multimedia/linux-rl9-ffmpeg/Makefile @@ -1,29 +1,29 @@ PORTNAME= ffmpeg -PORTVERSION= 5.1.3 +PORTVERSION= 5.1.4 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_RPM= yes - LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS .include diff --git a/multimedia/linux-rl9-ffmpeg/distinfo b/multimedia/linux-rl9-ffmpeg/distinfo index 56dfcb71632e..7aa4fea27419 100644 --- a/multimedia/linux-rl9-ffmpeg/distinfo +++ b/multimedia/linux-rl9-ffmpeg/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1687940593 -SHA256 (rocky/f/ffmpeg-libs-5.1.3-1.el9.aarch64.rpm) = 53205b12597bd13a3403c8ead0ae3c031624fcf078bcc949a1d5c6738a8db837 -SIZE (rocky/f/ffmpeg-libs-5.1.3-1.el9.aarch64.rpm) = 7683563 -SHA256 (rocky/f/ffmpeg-libs-5.1.3-1.el9.x86_64.rpm) = 1c22c18784b1fc82f3cd71624b12049feefba3a41d7e42b4156b8fcc772a5b5a -SIZE (rocky/f/ffmpeg-libs-5.1.3-1.el9.x86_64.rpm) = 8159178 -SHA256 (rocky/f/ffmpeg-5.1.3-1.el9.src.rpm) = acd9d2b6186ca91a6a73cd091afbee548f50e6b6ee1f599293b6d17f31cbd702 -SIZE (rocky/f/ffmpeg-5.1.3-1.el9.src.rpm) = 10042256 +TIMESTAMP = 1706006428 +SHA256 (rocky/f/ffmpeg-libs-5.1.4-1.el9.aarch64.rpm) = 35a73f4c6c50d82a4e86374bd8ac268f89b7ee4ab47449151e092653a2e8c37c +SIZE (rocky/f/ffmpeg-libs-5.1.4-1.el9.aarch64.rpm) = 7670690 +SHA256 (rocky/f/ffmpeg-libs-5.1.4-1.el9.x86_64.rpm) = e04f09b029b1781292ae24e8e595517874d719470b4c24bcdaa5594f9da22bf0 +SIZE (rocky/f/ffmpeg-libs-5.1.4-1.el9.x86_64.rpm) = 8147782 +SHA256 (rocky/f/ffmpeg-5.1.4-1.el9.src.rpm) = 3557fb8bd66dcbac6fb4c957ac9ead3b8a791a941bda2b6dd8978003c2949d48 +SIZE (rocky/f/ffmpeg-5.1.4-1.el9.src.rpm) = 10044281 diff --git a/multimedia/linux-rl9-ffmpeg/pkg-plist.amd64 b/multimedia/linux-rl9-ffmpeg/pkg-plist.amd64 index 99856a59f406..c166bfb18218 100644 --- a/multimedia/linux-rl9-ffmpeg/pkg-plist.amd64 +++ b/multimedia/linux-rl9-ffmpeg/pkg-plist.amd64 @@ -1,34 +1,34 @@ -usr/lib/.build-id/61/fb0e47723b3c8196baf63279a922f98e6be5fa -usr/lib/.build-id/6e/6f69a5552d117b1316f9a68ea1e4bdee9ed515 -usr/lib/.build-id/77/734e8aa4e52857a8e65d64db6cf555213a6d3c -usr/lib/.build-id/8c/b6bbfac321d362293435aa3cd0b652e978cedb -usr/lib/.build-id/a2/2132bab34aa3bba0bed8c97e5b3668320e061e -usr/lib/.build-id/ab/0b8dc051fbf0296fde0c27165d02861f147e7a -usr/lib/.build-id/d3/46963f1255bb84c4281eb095909f5e29da2007 -usr/lib/.build-id/d7/78acea55d9b2e895afee381f5fe833f88f8d58 +usr/lib/.build-id/01/ca605ffaef04a9fb6aedcd3fcf5373690ae2cc +usr/lib/.build-id/45/fbf26c0ddd426220ecd6b6a4c9c8a967f77202 +usr/lib/.build-id/5b/a59f979094eebb5095571c0569c9f4859a39ad +usr/lib/.build-id/6b/4031bd01b81568af16fc39d547a9713f58f2a7 +usr/lib/.build-id/aa/4d569041d50e106d051dc4e2d4251adc2a9413 +usr/lib/.build-id/d2/a52242e1d64f03b376fce0dac725a3c779cdd4 +usr/lib/.build-id/d8/79655863c5600b8377855f8da036ef92b46017 +usr/lib/.build-id/fe/fabca4ee8da0fa33f02da6dcdefd9430c6a283 usr/lib64/libavcodec.so.59 usr/lib64/libavcodec.so.59.37.100 usr/lib64/libavfilter.so.8 usr/lib64/libavfilter.so.8.44.100 usr/lib64/libavformat.so.59 usr/lib64/libavformat.so.59.27.100 usr/lib64/libavutil.so.57 usr/lib64/libavutil.so.57.28.100 usr/lib64/libpostproc.so.56 usr/lib64/libpostproc.so.56.6.100 usr/lib64/libswresample.so.4 usr/lib64/libswresample.so.4.7.100 usr/lib64/libswscale.so.6 usr/lib64/libswscale.so.6.7.100 %%PORTDOCS%%%%DOCSDIR%%/CREDITS %%PORTDOCS%%%%DOCSDIR%%/README.md usr/share/licenses/ffmpeg-libs/COPYING.GPLv2 usr/share/licenses/ffmpeg-libs/COPYING.GPLv3 usr/share/licenses/ffmpeg-libs/COPYING.LGPLv2.1 usr/share/licenses/ffmpeg-libs/COPYING.LGPLv3 usr/share/man/man3/libavcodec.3.gz usr/share/man/man3/libavfilter.3.gz usr/share/man/man3/libavformat.3.gz usr/share/man/man3/libavutil.3.gz usr/share/man/man3/libswresample.3.gz usr/share/man/man3/libswscale.3.gz diff --git a/multimedia/linux-rl9-gstreamer1/Makefile b/multimedia/linux-rl9-gstreamer1/Makefile index 19d288997a4a..020778786fbd 100644 --- a/multimedia/linux-rl9-gstreamer1/Makefile +++ b/multimedia/linux-rl9-gstreamer1/Makefile @@ -1,31 +1,33 @@ PORTNAME= gstreamer1 -PORTVERSION= 1.18.4 -DISTVERSIONSUFFIX= -4.el9 +PORTVERSION= 1.22.1 +DISTVERSIONSUFFIX= -2.el9 CATEGORIES= multimedia linux MAINTAINER= emulation@FreeBSD.org COMMENT= GStreamer1 library (Rocky Linux ${LINUX_DIST_VER}) WWW= https://gstreamer.freedesktop.org/ LICENSE= LGPL20+ USES= linux:rl9 USE_LDCONFIG= yes +USE_LINUX= libnghttp2 orc vulkan USE_LINUX_RPM= yes -#USE_LINUX= LIB_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} \ - ${PORTNAME}-plugins-base-${DISTVERSION}-5.el9.0.1 \ - ${PORTNAME}-plugins-bad-free-${DISTVERSION}-6.el9 \ - ${PORTNAME}-plugins-good-${DISTVERSION}-6.el9 \ - ${PORTNAME}-plugins-ugly-free-${DISTVERSION}-3.el9 + ${PORTNAME}-plugins-base-${DISTVERSION}-1.el9 \ + ${PORTNAME}-plugins-bad-free-${DISTVERSION}-2.el9_3 \ + ${PORTNAME}-plugins-good-${DISTVERSION}-1.el9 \ + ${PORTNAME}-plugins-ugly-free-${DISTVERSION}-1.el9 SRC_DISTFILES= gstreamer1-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME} -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + .include diff --git a/multimedia/linux-rl9-gstreamer1/distinfo b/multimedia/linux-rl9-gstreamer1/distinfo index 5faadeb6c2f1..93a2df3209c5 100644 --- a/multimedia/linux-rl9-gstreamer1/distinfo +++ b/multimedia/linux-rl9-gstreamer1/distinfo @@ -1,23 +1,23 @@ -TIMESTAMP = 1687937507 -SHA256 (rocky/g/gstreamer1-1.18.4-4.el9.aarch64.rpm) = 5e85b5732466f9e238290fa83745e3911369a7ec37f36107ebfbfe59d8a2a6aa -SIZE (rocky/g/gstreamer1-1.18.4-4.el9.aarch64.rpm) = 1384262 -SHA256 (rocky/g/gstreamer1-1.18.4-4.el9.x86_64.rpm) = 1f42c80d0c92269ab5d21f36bf4929067ffa160e601bf8338dcc4cf9676704f5 -SIZE (rocky/g/gstreamer1-1.18.4-4.el9.x86_64.rpm) = 1441294 -SHA256 (rocky/g/gstreamer1-plugins-bad-free-1.18.4-6.el9.aarch64.rpm) = d08fe0af44251738788a09f1f0f444cabcc51251486bd4c54c02a1abc9bbbef3 -SIZE (rocky/g/gstreamer1-plugins-bad-free-1.18.4-6.el9.aarch64.rpm) = 2262690 -SHA256 (rocky/g/gstreamer1-plugins-bad-free-1.18.4-6.el9.x86_64.rpm) = 2d43862a01ae14cbbb37070f5058b408c4ba6dd3543c4c29ec65cfceda1d84ce -SIZE (rocky/g/gstreamer1-plugins-bad-free-1.18.4-6.el9.x86_64.rpm) = 2388182 -SHA256 (rocky/g/gstreamer1-plugins-base-1.18.4-5.el9.0.1.aarch64.rpm) = 8e48e4c375964eb6280f76dcbb5f61ee573c160fc9522eab85b03d31897e21b0 -SIZE (rocky/g/gstreamer1-plugins-base-1.18.4-5.el9.0.1.aarch64.rpm) = 2024881 -SHA256 (rocky/g/gstreamer1-plugins-base-1.18.4-5.el9.0.1.x86_64.rpm) = 043fdbe7fe25f3d1091d023c8f6f1bc661bce57df7c55d109a0e5a96b01844d9 -SIZE (rocky/g/gstreamer1-plugins-base-1.18.4-5.el9.0.1.x86_64.rpm) = 2147566 -SHA256 (rocky/g/gstreamer1-plugins-good-1.18.4-6.el9.aarch64.rpm) = 9088cc0c79d26e3e1137517da4e71e65a55a27f211abc6616b18e6d1f0d2b1f6 -SIZE (rocky/g/gstreamer1-plugins-good-1.18.4-6.el9.aarch64.rpm) = 2001759 -SHA256 (rocky/g/gstreamer1-plugins-good-1.18.4-6.el9.x86_64.rpm) = 980d5a2b91981362db833bf60a01f704505e30fcdc03d980942d8aacaa50dab7 -SIZE (rocky/g/gstreamer1-plugins-good-1.18.4-6.el9.x86_64.rpm) = 2137106 -SHA256 (rocky/g/gstreamer1-plugins-ugly-free-1.18.4-3.el9.aarch64.rpm) = cdba1bf67c03d7ce1d6381253493fb327ee828428a24805d908ec577dce8d042 -SIZE (rocky/g/gstreamer1-plugins-ugly-free-1.18.4-3.el9.aarch64.rpm) = 101173 -SHA256 (rocky/g/gstreamer1-plugins-ugly-free-1.18.4-3.el9.x86_64.rpm) = 9c2424fa970f3f8784edf6be058a403d75d5e74d02e949cc09edcb275308357d -SIZE (rocky/g/gstreamer1-plugins-ugly-free-1.18.4-3.el9.x86_64.rpm) = 105559 -SHA256 (rocky/g/gstreamer1-1.18.4-4.el9.src.rpm) = 89894d17714606a15d3bdfb6ddd2e7da942415b4db9584a8a48a2b28ff994a94 -SIZE (rocky/g/gstreamer1-1.18.4-4.el9.src.rpm) = 2723065 +TIMESTAMP = 1707724936 +SHA256 (rocky/g/gstreamer1-1.22.1-2.el9.aarch64.rpm) = 47be74471076177333f21392ec33cc30d1aebaaee4cdbbeaf5924ed5f4eceb9b +SIZE (rocky/g/gstreamer1-1.22.1-2.el9.aarch64.rpm) = 1413330 +SHA256 (rocky/g/gstreamer1-1.22.1-2.el9.x86_64.rpm) = c566aa4b9a0257eacea571ee30b1059d565ef44fbe71a06743e47030d7abb7ae +SIZE (rocky/g/gstreamer1-1.22.1-2.el9.x86_64.rpm) = 1473094 +SHA256 (rocky/g/gstreamer1-plugins-bad-free-1.22.1-2.el9_3.aarch64.rpm) = 15a8bf1e3346bde4c60d708aa6bcd7abc100ba4b3283704c5667d62f57534be7 +SIZE (rocky/g/gstreamer1-plugins-bad-free-1.22.1-2.el9_3.aarch64.rpm) = 2887012 +SHA256 (rocky/g/gstreamer1-plugins-bad-free-1.22.1-2.el9_3.x86_64.rpm) = 5753d463f6861bed1272907fa2b71678b131462134ec59b63f4a5efea3234e9f +SIZE (rocky/g/gstreamer1-plugins-bad-free-1.22.1-2.el9_3.x86_64.rpm) = 3047714 +SHA256 (rocky/g/gstreamer1-plugins-base-1.22.1-1.el9.aarch64.rpm) = da6027931b5b180ad558e4f4ea26144968d43b6fa5ade52d87fa610b796e5021 +SIZE (rocky/g/gstreamer1-plugins-base-1.22.1-1.el9.aarch64.rpm) = 2168273 +SHA256 (rocky/g/gstreamer1-plugins-base-1.22.1-1.el9.x86_64.rpm) = e3994debdd8efa01c24d2b89a8928e9b30601584302399f44eda1b631f3c7459 +SIZE (rocky/g/gstreamer1-plugins-base-1.22.1-1.el9.x86_64.rpm) = 2304292 +SHA256 (rocky/g/gstreamer1-plugins-good-1.22.1-1.el9.aarch64.rpm) = 8cab96700fd70ab42830d6738e01411e18eb0d0d8edceeccb6cf858cbc4f5653 +SIZE (rocky/g/gstreamer1-plugins-good-1.22.1-1.el9.aarch64.rpm) = 2322343 +SHA256 (rocky/g/gstreamer1-plugins-good-1.22.1-1.el9.x86_64.rpm) = 495d7aad7d9748a3ca35d58a5d36a7b465b4258c432877a889ad1857c47d8991 +SIZE (rocky/g/gstreamer1-plugins-good-1.22.1-1.el9.x86_64.rpm) = 2469096 +SHA256 (rocky/g/gstreamer1-plugins-ugly-free-1.22.1-1.el9.aarch64.rpm) = 34c4fa1d90971ffb84f2a6bd67a7db2472436c95e1df19792c75df01c3b6114c +SIZE (rocky/g/gstreamer1-plugins-ugly-free-1.22.1-1.el9.aarch64.rpm) = 118331 +SHA256 (rocky/g/gstreamer1-plugins-ugly-free-1.22.1-1.el9.x86_64.rpm) = 2282573fab9e88a1095a1e06393776610424ad79c069212dde9fb41ca85d7231 +SIZE (rocky/g/gstreamer1-plugins-ugly-free-1.22.1-1.el9.x86_64.rpm) = 121831 +SHA256 (rocky/g/gstreamer1-1.22.1-2.el9.src.rpm) = e18696c8ab6fd5ee13761c8b219090df9974a08dd24412b702e8a47083bed2ab +SIZE (rocky/g/gstreamer1-1.22.1-2.el9.src.rpm) = 1799784 diff --git a/multimedia/linux-rl9-gstreamer1/pkg-plist.amd64 b/multimedia/linux-rl9-gstreamer1/pkg-plist.amd64 index 3f8eb618273e..27e15026a489 100644 --- a/multimedia/linux-rl9-gstreamer1/pkg-plist.amd64 +++ b/multimedia/linux-rl9-gstreamer1/pkg-plist.amd64 @@ -1,783 +1,826 @@ usr/bin/gst-inspect-1.0 usr/bin/gst-launch-1.0 usr/bin/gst-stats-1.0 usr/bin/gst-transcoder-1.0 usr/bin/gst-typefind-1.0 -usr/lib/.build-id/00/5a40fde7d70630741e4b9ff4ebb5e75cf87bc1 -usr/lib/.build-id/01/064d40ff9913e42009aa91b8e805c09d7d8fe4 -usr/lib/.build-id/01/f38a163d27241190516cdb4a1264df1b665fbe -usr/lib/.build-id/02/ab0a1a4a5025fa46f5e938d81b6f6b30923e59 -usr/lib/.build-id/04/da3945b8b0664192e69c1bdfa985a8d044d48f -usr/lib/.build-id/05/5e2329498a50ed578e1fd298370edf223d04c4 -usr/lib/.build-id/07/8464f161de34e3e1212508819c94bdb5e97d52 -usr/lib/.build-id/07/f4e94c8166fd237638ab99ea82b0837c2db3b8 -usr/lib/.build-id/09/d84a7e228d9d6c2d0e91fd41e8240ada51926b -usr/lib/.build-id/0a/13c6abcc4215b0533c410161e2669ea1363c24 -usr/lib/.build-id/0b/4ef1a99ef4141a6d55c6e55eed01b70e9d7f76 -usr/lib/.build-id/0b/b7b3fb63a6b47ab81b1d75395076b454e416ab -usr/lib/.build-id/0d/37ed08dddb0c567ec935c0f715687fc346fd96 -usr/lib/.build-id/0d/cb2619fcf6b81fb316eae8967dddedb668ecff -usr/lib/.build-id/0d/d0edb06f15564763415bb64133f45dc0d07375 -usr/lib/.build-id/0d/ebe540f4aaed44f781a175069cc42174c1f72a -usr/lib/.build-id/0f/c4fdcd55d7618ed0563988adfdc4d3ddafd9e4 -usr/lib/.build-id/10/231493ae8c4201e555f759086f97b81465d9a3 -usr/lib/.build-id/12/6b8a2568b3700ec88dded1e8c406438838e190 -usr/lib/.build-id/13/c6847e6d0a71bd2db1299731f8e2727766ac60 -usr/lib/.build-id/14/2c58f0a57fef6b2352a80b1a0e7d3955ef8284 -usr/lib/.build-id/15/060efacf92eb9d25c40d7ccc6d6867d884872b -usr/lib/.build-id/16/6e6f5f40a8020925b64a48ebf7b7d2175d78a6 -usr/lib/.build-id/18/d80cd2edcc713f174956b76b908ee9f62bb2e7 -usr/lib/.build-id/1c/151268b99c1b011aeccf25b36ab39a50d2e723 -usr/lib/.build-id/1c/a04bdd591b417a9112c6a6c32745a0ab301d8b -usr/lib/.build-id/1f/60eb15af5e1fb103c41459e1fd5c6f84749b7a -usr/lib/.build-id/20/f83477186d3ebac3281dc53c4c09553e9a8222 -usr/lib/.build-id/22/1b8cfeaf75d1d695a612f1af367f10571bc1ce -usr/lib/.build-id/23/9f1e45da311392579ba1a834e68c6030c74808 -usr/lib/.build-id/23/f57e03a1e7be8ebbdb59ceee59ddffa3dc1c19 -usr/lib/.build-id/24/5fdb5de4c28de4237ccefc8bbf1efc5c288469 -usr/lib/.build-id/25/1cae2ae46063210be290255888f70aaa4bda1e -usr/lib/.build-id/25/8eef0d2e53040470ce149051ac27f3d46737f9 -usr/lib/.build-id/25/d5d336899b28cc9ca42dc2d8feb2313fc9d50f -usr/lib/.build-id/26/6652b00ad0d793314a6a8eedddf5a13a03875a -usr/lib/.build-id/28/53524b60ab781087c5af66eb07538fba86619c -usr/lib/.build-id/28/cea6d237da6620ff4908d8c8012f8d2e2a8943 -usr/lib/.build-id/29/a09623a2d8d6df9f1146a20375e1424aa23735 -usr/lib/.build-id/2c/8f7e383c269d7e0db48363cff2dcf0cba4ab5a -usr/lib/.build-id/2e/b7be05c22fb0f086a3d72bafa3aa6d14f36764 -usr/lib/.build-id/30/81c80ba76b43967606ec74f91b50e04456b71b -usr/lib/.build-id/31/4665c9b83af47a5448e60e9cb1e5deb756350d -usr/lib/.build-id/32/225a0c2d9bf004f4cfb2668bc424259679aff6 -usr/lib/.build-id/33/62ca9e4a6e294f9574739b0edc201199e56d47 -usr/lib/.build-id/35/7fba2ea9660a20a1e2abd3f70d2ef943792780 -usr/lib/.build-id/39/adaef605eb375797e5c4d95decc9c2e19e4e31 -usr/lib/.build-id/3a/dbb4f98e91be1b295f87842148fbfcf6c6b11a -usr/lib/.build-id/3b/244048975d309c5d13bf6d1643290b7e74daaf -usr/lib/.build-id/3b/254719919bd70c18d2285a686b7c5a41d85efb -usr/lib/.build-id/3b/b9d32726a07607e30bc1d0f1db35489f284ebc -usr/lib/.build-id/3c/6b029bb73366eb3bb8619e9f5a75bbc265cc99 -usr/lib/.build-id/3d/35369fb99899bfc7a3c0426875d1c00ac01bcc -usr/lib/.build-id/3e/8c8bd1ed23bff9123c838a1e1b96fdf8d55930 -usr/lib/.build-id/3e/9cdffcd63f73fadadb2e736c273a3bee8be473 -usr/lib/.build-id/3e/b1b3a56c6e65edbddd9e82055aefd31948b97a -usr/lib/.build-id/3f/b8bcf483a14a9beb19dcea80bf7b49ec6d077e -usr/lib/.build-id/43/95f471917049b9180ae6eca2ef34ead9919804 -usr/lib/.build-id/43/a8d38d4712d67c606cc1a095fcd971ef3c629b -usr/lib/.build-id/44/028a99bec5797befd53ba38681e8919bf3e9a0 -usr/lib/.build-id/44/be2599b1aa67c1edadba6658a15ff6a9fe99a8 -usr/lib/.build-id/47/8132cc0728e3f2b1f79793438b28f9a5b52590 -usr/lib/.build-id/47/a89fd1c5ee704b09bc6fb5ce58fd090003d107 -usr/lib/.build-id/47/ee8b33b7b6ea47f50cedba2e6cb04ab48f7661 -usr/lib/.build-id/48/29668f7344a47c534332ae9af7a29c0dd93084 -usr/lib/.build-id/48/7460f9c5839846e94b73955fa704b6c259f431 -usr/lib/.build-id/48/75de4f831513034453dafdd2b014eeb0109f74 -usr/lib/.build-id/48/dce4290d4b8b14d57793cc7cee4008644f5ca9 -usr/lib/.build-id/49/58458e688d1b90397cfacdb5b575d6648cb406 -usr/lib/.build-id/49/86d80af8800b956c66c621fc645c41c4ed3780 -usr/lib/.build-id/4a/095aa8d33e9f53cd4a2fe1bcb4dae0f125cd74 -usr/lib/.build-id/4a/302ac0cfcc9330dc2e35320fa504d573d62099 -usr/lib/.build-id/4a/f22d03ee88719dcc60d7f665e9289649f492af -usr/lib/.build-id/4b/4e08f777512326b0ea97f5884737fbb1e49e20 -usr/lib/.build-id/4b/cc91710e49310b7d5f89573dd39db9cc3b7aef -usr/lib/.build-id/4b/e2a29087100dd0d0ab42419b446189901c3b77 -usr/lib/.build-id/4c/32f4988efdd8a24661884ae8948c00a8372811 -usr/lib/.build-id/4c/444841b0b566f5f09285cd880f51f3ddbf18a2 -usr/lib/.build-id/4e/1bb20946dca63f61711fdba9758c2776e161df -usr/lib/.build-id/4e/700cc27d50b24df896ce34ba991f9af44c0e63 -usr/lib/.build-id/4e/99c6962c552b481cf05e869ba67db6a01f83b7 -usr/lib/.build-id/4f/edb707978d62d3ddf22d4c1f23030c991d8544 -usr/lib/.build-id/50/0c62647ee641955896865c9b1e3aca45daca85 -usr/lib/.build-id/50/787699bcd48b34e9307325810c914dc015ac92 -usr/lib/.build-id/52/532482a789b046509392015d4aec88ebba71fa -usr/lib/.build-id/52/6d3687e7db8d43c37eff8dab50345773198e77 -usr/lib/.build-id/53/afd95939743f20a40b4165ff193b900dba3596 -usr/lib/.build-id/55/814df0d90633c167bb11ae034f5f7263f34abc -usr/lib/.build-id/56/bffd7965e29d6278933437e22550cafac5ab42 -usr/lib/.build-id/56/ffe0cd48f56e45d1166d8d1ef6f82d8e2a4edb -usr/lib/.build-id/57/788b0a8b1aac03f00221c46b4fec6e88f68ac0 -usr/lib/.build-id/58/46de7a8bcc8b6c1dd7118745bc18493a807f15 -usr/lib/.build-id/58/68237023554798398aa46d73550b0531a6f3cd -usr/lib/.build-id/58/cfe0820c05c9d122c59d7dbfcec68d29c4ee64 -usr/lib/.build-id/59/fcfe7ffc9ad0f3235d63e4f14f5ba609da5405 -usr/lib/.build-id/5c/1eac3900d3e2e781dcd6b8dd673d76edff9292 -usr/lib/.build-id/5c/9fb3ef14a05149a553fdb42ab8224135e0639a -usr/lib/.build-id/5d/28e81f2f4fbd784c2ef797bf56c477aa699ebb -usr/lib/.build-id/5e/18f77906f4df3219f231d215f1424b110f20c0 -usr/lib/.build-id/60/bd0f0ee3f938b2399a182e76d7cf32ba3cd039 -usr/lib/.build-id/60/c83ffad5d6dd98c184696236e76f402ac45d93 -usr/lib/.build-id/61/d680ed1f6f43ee8c9b470f8fb1e39cb5194e7b -usr/lib/.build-id/61/fe44c0e382792edafa9daaba1aca418e1b0ea3 -usr/lib/.build-id/61/ff2860f228c59f9e2a3a8a163244d379ba5916 -usr/lib/.build-id/63/36197c2aa92be1f5fe8ee460af4c85ca7312a5 -usr/lib/.build-id/63/4f0c896f8077a77883b46d33292047404133b3 -usr/lib/.build-id/63/943abeb149d7c941c28200c0ffa8607d272c63 -usr/lib/.build-id/63/f55466ed5107194ff6f57a149d3e63776af4e0 -usr/lib/.build-id/64/529e7eae7fa9c3f263cf7a32314d78d4fe4a85 -usr/lib/.build-id/64/930c8d3d563b204cc6564886f5f7473d17d731 -usr/lib/.build-id/68/b0c4a488f878f1fa8d1196ff055ba893736521 -usr/lib/.build-id/68/f72557924041ed64bd8d13138b4a14336726e3 -usr/lib/.build-id/6a/7c8dec351d424849c754b35134ec5c2f94e7f6 -usr/lib/.build-id/6c/ce589c9cae8b7a492cdd331a450ada7015964a -usr/lib/.build-id/6d/5b2dcd53dd79b6cb35adf024b0597d23d59229 -usr/lib/.build-id/6e/16e170a32f71662ef3de7ed6ada69baedfd754 -usr/lib/.build-id/6f/33d5fd1d9b07b3b0f51826528c0c45423d4164 -usr/lib/.build-id/6f/ce315f4d6cfc7cf8eb14fcc911919007ed2a0e -usr/lib/.build-id/70/bbfae974bb55a24a7ce1651a03330caf86c470 -usr/lib/.build-id/72/e509a0f6010390b4658232278a4d4e7cdfa238 -usr/lib/.build-id/73/d92b41ce65d7db733f7754634a67b911db68ff -usr/lib/.build-id/75/c59548bf687da5b05196030f75ec9403622686 -usr/lib/.build-id/79/06caa52b3e5daed21012f04c257c9591da1f76 -usr/lib/.build-id/7b/3f27d5afc9f0936c767d4b2306a61eb1a29fa9 -usr/lib/.build-id/7b/4b9d7c8983fb576e6a66c6c3bb279f91cf7ea1 -usr/lib/.build-id/7b/c5f53f3862e940191149a0892833e24b67f40a -usr/lib/.build-id/7c/ee93ee58c8cb5ff4d95c7ee6cb6ef30a500d20 -usr/lib/.build-id/7e/4caa6b7a3a7b2b7ba6a9aef4bbee47965e666f -usr/lib/.build-id/7e/f660a65fcc2418735cfc7ad15eecd5fe47fc54 -usr/lib/.build-id/7e/fd505999ecf69bf5454047e100af48658757ab -usr/lib/.build-id/7f/d2197da4441fdc4ae497af09588e5ec631875b -usr/lib/.build-id/82/47fe8f0d63d142c70b6fb584379637507410d7 -usr/lib/.build-id/82/db5e57437586f363b2e999591f7863e6506011 -usr/lib/.build-id/83/a266cd4e5d1103073897988d30c1e3672c344f -usr/lib/.build-id/84/0f4bf8bc44746dbad93541c58f4f752f213bba -usr/lib/.build-id/84/b6fc9ab04c05ba20db3ed0a66d8b67ed941d04 -usr/lib/.build-id/85/9ee984174d2036da0ffb155df504f21493c58c -usr/lib/.build-id/86/47056ff3f11cf4db7f407bd61b3e09913de1e6 -usr/lib/.build-id/86/86f9347d9cc15623ea4b68148bb71dc42400ae -usr/lib/.build-id/87/611285910f43eaf63e7594d462d026e37f1f6f -usr/lib/.build-id/8a/39fffa592486b6fae9ba91c82aac5c89bac47c -usr/lib/.build-id/8a/b6fe18b4d16b522982023a2c1b74b5c098cb87 -usr/lib/.build-id/8b/664d7b4b8dc6deaaf22d8cd682c5b74f61a4bb -usr/lib/.build-id/8b/ca7c72a9c0bc9e1185edf5485d3ca92fcf583b -usr/lib/.build-id/8c/eedb44aa884486d1431818099ff5a1aa701157 -usr/lib/.build-id/8e/441d3a30333bebcbce0c871f7a23bca72847fe -usr/lib/.build-id/8e/ac801558441021b44e3102aad942f27a1b20ee -usr/lib/.build-id/91/963f1151a6b409a4d0e881ad2051360802aa40 -usr/lib/.build-id/91/c9ad2429b499fd739e81bfa5d4d1915863768f -usr/lib/.build-id/93/b2d4c8b2b4f895aa72a2d1aca88fd55deeb620 -usr/lib/.build-id/95/78f34301a9913b8a19699299ccd3d52ee7f33b -usr/lib/.build-id/98/e60e830d323baa2525a158548ddb30ca0d55b5 -usr/lib/.build-id/9a/084319d20bb823cbdbd8a40aecc9daaab3fca5 -usr/lib/.build-id/9a/491d84a5d7ab7c8ece85d5017163d2f67ce709 -usr/lib/.build-id/9a/ca425f84bef4fd395808c9bf8bf3b3c1c82a30 -usr/lib/.build-id/9b/9ca61e82573542559f51b42503172f76d1bcd6 -usr/lib/.build-id/9b/bb0029d650bcf8a3242897b3de8df2b1f97b55 -usr/lib/.build-id/9d/e55af248e6fdb560e35984f363a3756e963ca9 -usr/lib/.build-id/9e/221f57a7aee268bd108bfa44cc8a6631173c03 -usr/lib/.build-id/a0/ad32343d32fae460a257fcbabfae6a9e7cf7be -usr/lib/.build-id/a3/45ba6d67b0782d1e47aeae3a7578a1a61bfacf -usr/lib/.build-id/a4/1af529aed6580c6646387d4ef612f7a76e4bee -usr/lib/.build-id/a4/eae6a5f151f1de64bf195e3f4bafbd319eb422 -usr/lib/.build-id/a6/237f70b6dfb9be06c819ac0e3069d00a6675b1 -usr/lib/.build-id/a6/512a404692ce8562928951d0552f0345f2829b -usr/lib/.build-id/a9/ee8e61b76707c931206c40901d3e4a42d71be4 -usr/lib/.build-id/ab/c7061c61e290ab4b516f8a968385ca7efc43e7 -usr/lib/.build-id/ae/652234455f06b1de5598633ff2a1c5e9edf72c -usr/lib/.build-id/af/81d9c7cff14de7a9d948ffdbb3d50b63aae694 -usr/lib/.build-id/b1/51ddb6560a5de321293d6e1769d6302d556dc8 -usr/lib/.build-id/b5/b3a3b1731aad1c072d3aef7ddf5212fa7975a2 -usr/lib/.build-id/b6/cfdfdb0e38fa9712ff6da9a0876279300b33f8 -usr/lib/.build-id/b8/6a231d6f46687471240d709ecc6807ac2abab2 -usr/lib/.build-id/b9/35e43912341f5ea4e2f4fc53a207111563305e -usr/lib/.build-id/b9/5bb56059a206d816bfc35b149841f9df1299ad -usr/lib/.build-id/bc/ee6bea87730e3d83814a6d1a4ecdeb611a3763 -usr/lib/.build-id/bc/fffff9b406d87fa5f91d72b990131c50673ab8 -usr/lib/.build-id/bd/26416e7b02842493008f6b98d7a9901f149491 -usr/lib/.build-id/be/64fdf0908dd0e0b30c8ae978d5e1eb9c23eeca -usr/lib/.build-id/be/b524dd971abb7507dcafadde51716b8adb8ee1 -usr/lib/.build-id/c0/9a7358369725377b868e5703d7d7e49cd2b3e6 -usr/lib/.build-id/c2/3a7deb42c7c9ab0121504c9d6e9d3a52a3039d -usr/lib/.build-id/c2/5c59cd2f2bfc480684c7fb6cbbd8b8488d962d -usr/lib/.build-id/c6/4dc215258730f8c588a929c90ee8a9abed45af -usr/lib/.build-id/c7/442d12fa94fb09ff1c24eec5a9eb7a0c43d141 -usr/lib/.build-id/c8/84ab62ed0c1dac0d63c72fbc8cb271d0adb5bf -usr/lib/.build-id/c8/e72dbed087db482cef1275337f9fe2a21c5683 -usr/lib/.build-id/c9/4188b9490039f0a3a5220b73de2ae5f053c056 -usr/lib/.build-id/c9/52c59e24e069828cb9a46fcb92828f48de7cbf -usr/lib/.build-id/ca/34aa113e53593f09ab7222a6a25fb2daa3e1dd -usr/lib/.build-id/ca/3d00033207ab75adb298270ba3ebb69e188913 -usr/lib/.build-id/cc/9ea95ad1cfab3e40a94c994bceaf76891bc630 -usr/lib/.build-id/cd/77f129fd5e68f9aa4792a453685874f0ffe799 -usr/lib/.build-id/cd/ac02de402b1852323ef46e579fdf6c226758f5 -usr/lib/.build-id/cd/b3f4eb4c0e5feaca662216b538fbb5870f8ee0 -usr/lib/.build-id/d0/679748511b859706c4049c98d41681be655b0d -usr/lib/.build-id/d4/ceff36bdaafc6d41edb1dd8c97fa3d206f3aa8 -usr/lib/.build-id/d6/6d9f6d858a5111515fb6803ad97111c0ac8340 -usr/lib/.build-id/d7/8083a33e61a529d69d812708567a402216092e -usr/lib/.build-id/d7/f470fcdd01325e0e33bffaef52cd797c268cdc -usr/lib/.build-id/d9/9ebb8e949ea2debbb8a89cdbc382e96180769b -usr/lib/.build-id/da/0fa080b368d440c03a5b3f19862170a7bfead1 -usr/lib/.build-id/df/fb27a7ce6741cba8f1b0d0910aba5a19f5724c -usr/lib/.build-id/e0/7b6ed8081adc916e3867b3802b1f93bbf88167 -usr/lib/.build-id/e1/83098908c0f29e848f87ecb372cb980b5afd7b -usr/lib/.build-id/e3/9a51a628a1fac9dc8bcadc07ec783b9dce3cd9 -usr/lib/.build-id/e5/f97264c2996b2d9f065395b4f68030e845d229 -usr/lib/.build-id/e6/e9598377a170baaafc45269328d76127a78330 -usr/lib/.build-id/e7/7b184ba99e38f690ce3bad44364b2a540544ab -usr/lib/.build-id/e8/e19dacec9cf960120b778681ee1debac548dd9 -usr/lib/.build-id/ea/bd99c8f61fef1c0daa731985396dabacc6baf6 -usr/lib/.build-id/eb/7baede608a86fce89437464bb0adea5b7e0794 -usr/lib/.build-id/ec/1543d6812f7ce12e22a42231ea46463f9182ac -usr/lib/.build-id/ec/6dd1588ff6268ec90f0d5d58100b5a1f928743 -usr/lib/.build-id/ed/77593d1cbc6182aa3642fcdfcdf32a90c2274c -usr/lib/.build-id/f1/68887e9c345c092b0783f89b512cbca87c7090 -usr/lib/.build-id/f1/ee7f751a5708534c6c0399e799059cda11c1ff -usr/lib/.build-id/f2/ffadc6fe4746018463d72c2e607b5c655027ef -usr/lib/.build-id/f4/142f2edb7fa7d56b47e18ba884bb98b3c706af -usr/lib/.build-id/f4/8e1ca81f55e6b6cfae7aa17a528631779e33a4 -usr/lib/.build-id/f4/b7a40edbba405c3d70c67a19c237395c828036 -usr/lib/.build-id/f5/30f6a4e230eb656fa8f2c279496e5bbb270a3a -usr/lib/.build-id/f5/e5b86171837b9c158fae586b4def033baf4682 -usr/lib/.build-id/f6/11b92a9d8d17f3aaac5b600f9621108da7845c -usr/lib/.build-id/f6/1745975ed30304651b3f9e0afeb062d78b045f -usr/lib/.build-id/f6/8da0c180b8607621ddc95e1615995faa5c2586 -usr/lib/.build-id/f8/1ffe7b641b2eb64e683e7ef3804f743dc7a77d -usr/lib/.build-id/f9/b69f52ec3cc0bc22035b02e1c40efbf36ee72c -usr/lib/.build-id/f9/fbc4bc902b274f5a204605b75d959c5967ac39 -usr/lib/.build-id/fb/576963cae09fa674a92e03cc4c36dc51fdba42 -usr/lib/.build-id/fc/8ff51bd452a051d7f3c70e5c8bdf71c5a0529c -usr/lib/.build-id/fd/0e547cf91075204bfd1b10707b51a29fd79e9c -usr/lib/.build-id/ff/71f7c0664d39da4589b13952e1e2e6f872f188 +usr/lib/.build-id/00/c9298711d0aa751ff101da681f7b75325e41f9 +usr/lib/.build-id/00/da48e789ebfee3e22ff183109917e0720dfbbc +usr/lib/.build-id/03/20309a522f6c0f8823157d80867b9680520559 +usr/lib/.build-id/03/3354482202702208477ff29d4895bf75b82295 +usr/lib/.build-id/03/7bf415a7bc3e984e96cc67301def4d1b6852be +usr/lib/.build-id/05/826b32cb419fa45911e89370dcb392a7afc41d +usr/lib/.build-id/07/16c0ea9ac3ce22f899a24a6706c0d251fc05a4 +usr/lib/.build-id/07/fdd7fad6cba7d4310fd7080353ae7e6a7e6eb4 +usr/lib/.build-id/09/628a7ac2e845bffb6a8f227927beced94f2710 +usr/lib/.build-id/0a/108d09da8290ba361d39b1a71a08778d314cec +usr/lib/.build-id/0b/99e376384497b26975952b1d09cf6e2e44f58d +usr/lib/.build-id/0b/f132f54566cc9fafebada6143123302004de7e +usr/lib/.build-id/0d/570db283eb0c31b6f9408d1be011cf5fe6aeaa +usr/lib/.build-id/0d/d692ba55db61748e54ed0bc91b22daf2a8f58e +usr/lib/.build-id/11/b376dc15b7bb618306848d4d7a34fd28eaf37b +usr/lib/.build-id/13/0a4c9ec7f1246bff6b42858b7e3a869bb38674 +usr/lib/.build-id/14/2d9bc384291b17ef5899a78fbdf288224ba71d +usr/lib/.build-id/14/6f95eebc4de55147a9a6969ae2015e38f94bc9 +usr/lib/.build-id/14/727a9f5f3193fde4eb378933f652672067c5c6 +usr/lib/.build-id/15/b7651cfa2a6d59cbd229d6f79c2843fa334b46 +usr/lib/.build-id/17/b15d55f22cf670a2b9dd4d5c9be955cd0d00e7 +usr/lib/.build-id/19/99bb9e315dc5084d0d4c847e18758031c996a2 +usr/lib/.build-id/1c/5187e78e1ca296e03db3f64aa477920a306e06 +usr/lib/.build-id/1c/b6fbf722c96414dcc57c6d6ef2154e4f6743c3 +usr/lib/.build-id/1d/512174e22ec82b61608bab873881293340c084 +usr/lib/.build-id/1d/fb7d632fac50cfd3274e92c6b3123d7017c7bd +usr/lib/.build-id/1e/48062737e1b5d5152efe2a387a225d8dd14b11 +usr/lib/.build-id/1e/64cff2258260cb3c995f7ec3ca8d058c86ad52 +usr/lib/.build-id/1f/0e5c195e22ad3376703b60144b4698262c9c04 +usr/lib/.build-id/21/55785c759a2a3216cce2c9690795f084cb841e +usr/lib/.build-id/21/c50e368b2204b323e4ec65448170f2f316cd7a +usr/lib/.build-id/22/11e1aba6ec80c889917ce3add5f45113a1a84e +usr/lib/.build-id/24/459e357c1badd01a6f2c87a840f596b7421cf1 +usr/lib/.build-id/26/e498fd09d99fe42fbe6ce1dabdf07d5d3adbb6 +usr/lib/.build-id/27/1c2d5462b8295a1340c13d49e9e6b19779798e +usr/lib/.build-id/2a/004280c203caad394712e027178c41e5553965 +usr/lib/.build-id/2c/2c61d2ab2dda6cb975d516d587155de964cef0 +usr/lib/.build-id/2e/386487f9087d58f82988886f2022ba8a313394 +usr/lib/.build-id/2e/73b5e5299b58d6fe3d7f5660c505a0939ecc1a +usr/lib/.build-id/2f/8299deeef1101ae8d9be0aa6d155b536479756 +usr/lib/.build-id/2f/8c81a6b210b0a09db0665674765155e20c7e88 +usr/lib/.build-id/30/c1cf9f0304d74fac76883e7c00f826373f8bcb +usr/lib/.build-id/33/1e6ca405d81979ef57e4cec84c345b7ae0b8c9 +usr/lib/.build-id/33/2bc5d28e435d2d3ee890becd884c0bdc5387a1 +usr/lib/.build-id/34/952a2a00f4c9dfc4ec8162fbc9d4beff3562d3 +usr/lib/.build-id/35/cdb97499defe254067df751910a913702e6a71 +usr/lib/.build-id/37/1c8bbaa89c964ce38a71767acd3442c2ead05f +usr/lib/.build-id/3a/9f61fc727c9251c7d23be094dd43426573dd58 +usr/lib/.build-id/3b/984fc3ec8c5542100a83d60e1f3656a40e6c1f +usr/lib/.build-id/3c/22877e6deb7387d6fb96310f2ee2e542388113 +usr/lib/.build-id/3d/425e43d5fa8dbdf5439744cb1c6e14791b7e10 +usr/lib/.build-id/3d/57ed36c11916025bf6ad0c07b8fc3d56214418 +usr/lib/.build-id/40/1ce51fbc987f72837f3bc75c36501f7495e3e9 +usr/lib/.build-id/40/2e4b3c83295580df5f74743798e3a677dd5aa8 +usr/lib/.build-id/40/ac92229098bb49104ecf24c59b8295e330c1e1 +usr/lib/.build-id/41/f0063d17b5ab606f80490293070ad1c08a9c7d +usr/lib/.build-id/43/953ba547da84ea799a1a76980c5746c2032eb2 +usr/lib/.build-id/43/d2a04668021987d881280612a696c77c77609e +usr/lib/.build-id/44/fa345b54c0b98721fad94642fb99d6dca96436 +usr/lib/.build-id/46/a8a0f7a5fede2794bef7efb4a81dfede36a9a0 +usr/lib/.build-id/48/565ff88d89ba042c697c415c7e391e1bec2f3a +usr/lib/.build-id/49/4952e71a31a7c8b31745eec561b6b9e706ea98 +usr/lib/.build-id/49/d2dbbd386f8e7c7d71f6d7f143aca38ee29235 +usr/lib/.build-id/4a/89a265df4e39a0c07c74f43808f9852b75e88b +usr/lib/.build-id/4b/77a0ad12f07d8b730e556b6b0b545f16fd7932 +usr/lib/.build-id/4c/f182d9746db127ced949e28afbad34c03132bc +usr/lib/.build-id/4e/7d5fb1c7be538374a4d9cded2e1a57e5070962 +usr/lib/.build-id/4e/ba310a3ec72a86e49ba1cdbbeb3000d15c4264 +usr/lib/.build-id/50/1dfae333c5fee9b4e697bede1e8893e33f6cb2 +usr/lib/.build-id/53/f84466f6570f7f921b35460cb4308b9e617b48 +usr/lib/.build-id/54/0fc2160d16d171c1521fcf195220cb548c956a +usr/lib/.build-id/54/efa86679b7ae178b36f506bf416108b34e7af7 +usr/lib/.build-id/58/13309422ade857203c42193ca942efcef49775 +usr/lib/.build-id/58/4b6a4fca0ffe099b7f68e3b899acfb4580a154 +usr/lib/.build-id/58/be00feb64db722e50d16943a8696247106fcd3 +usr/lib/.build-id/58/f31c82b791d9efe16f86ad6b7c69f1ca5e1c23 +usr/lib/.build-id/59/26943bfe4f98212d2862b73e1ddb68f834df87 +usr/lib/.build-id/59/9eea59ebb1a19f8d41e0e6f50236f5ecebde52 +usr/lib/.build-id/5b/fa4c0d5a3d765f5ee19c100f05874c7210509e +usr/lib/.build-id/5d/73b74679d4747d7ab2eda808ad00b3fb4addf9 +usr/lib/.build-id/5f/479eff16b71f66d0cba8e5b6d7b9661a4a9ace +usr/lib/.build-id/60/664f477572ae4cd42ee19045d9ee7169047106 +usr/lib/.build-id/61/75e5fc38f7e3aa152a784c12431020b22d6191 +usr/lib/.build-id/64/5e6a32264a96f14f73c394d7a4d87ded9c1db0 +usr/lib/.build-id/66/0a0e0123b35e2becf04f15c02c9f2c8e2c1dab +usr/lib/.build-id/67/7d086f5b3e022291b9f00d32e622186a74d08f +usr/lib/.build-id/69/e7799646a5c502290e714c1d776dbed029f5a3 +usr/lib/.build-id/69/f7ad75ff7d093a75fde4cbfec48bd0e4a9292e +usr/lib/.build-id/6a/3a120088c6e9513188f2dea759e42eeb7445f4 +usr/lib/.build-id/6a/f664272bcea06deb0b2d1c7afba08ffe0e4674 +usr/lib/.build-id/6b/7905a6aa5fbfb43bb1b4bce63cd475c0718ba7 +usr/lib/.build-id/6b/ab19bd235842ee3719fbd2e07b375087a1a595 +usr/lib/.build-id/6e/07c6610371373587d324d8e232220d82530462 +usr/lib/.build-id/6e/4f85292b243367729e6501f5b55f1b4996e21b +usr/lib/.build-id/6f/e4734848c52f3dc134bfc49204ef060c8d68cc +usr/lib/.build-id/70/8519fce6e34999a126d9bb1b3aa5b5a2ae3b51 +usr/lib/.build-id/70/c427b6e3ac03eaa64ac55ddec8430d140babbe +usr/lib/.build-id/70/cc13c99fdb3d6a414976c6b5d49aa55b9dbe12 +usr/lib/.build-id/70/da3cfe01335a6a039d216f7e3dc952fdde425e +usr/lib/.build-id/72/0cf4f0da228c6585764ee6c0f4e2d0ffd489a2 +usr/lib/.build-id/72/e0a1b5c5ea4d2acb50dc352dc245cd33e5bdcf +usr/lib/.build-id/75/72425189d9ab0ee3f9ff0fad3ca64614fb2994 +usr/lib/.build-id/76/a5b6b2c353537d8f6c6f691ad5beb952f7e4e2 +usr/lib/.build-id/77/af04e5fae71746f400403bf56f67b5cc1e1e2b +usr/lib/.build-id/7a/6a275935bd0e6323dab93137cfa3973813117b +usr/lib/.build-id/7a/f3cccddaf6f36cdfb5385ec272c8459da78583 +usr/lib/.build-id/7b/61a0c2e99b44a2f363c66448c393dfcc529488 +usr/lib/.build-id/80/7c5fd7a8e36d295cd288f608788e08b1e0ea7e +usr/lib/.build-id/81/65dcdb15cd2d49ec2d18d97d38e04ac0536b4b +usr/lib/.build-id/82/35bd62974bf681c2a61590c5e18c72eb577227 +usr/lib/.build-id/82/47e863feb6e3baee38d97f93b7ac54b9d8b0bf +usr/lib/.build-id/82/f2498b463bbb949c992d2e50014ec70a2d1017 +usr/lib/.build-id/83/c2787629f86013ae7ce2e139cab3b7d0f8a668 +usr/lib/.build-id/84/714c992810d709d72562555d0902e82712f076 +usr/lib/.build-id/85/88a5210551c636c28f003bc39ca0fbb06fbe46 +usr/lib/.build-id/87/4a8673fdf87cfbe613c10d6e27445849a10628 +usr/lib/.build-id/88/9eb17973052ee109003500626e583a94ea6c69 +usr/lib/.build-id/88/e6f1752d961ba30316443fcc38e158154ca4c3 +usr/lib/.build-id/8a/65a0b2b82ce2c5e9cd10a230295611de7bf023 +usr/lib/.build-id/8b/f0d802650d9a45d511014720db1d8c4a70e837 +usr/lib/.build-id/8c/342bacef114ec9d14f7b51edc8aedfcd237a73 +usr/lib/.build-id/8c/a0c6a62ae7b393f91eb5abe6e8a17ed1736f2c +usr/lib/.build-id/8c/dbb3054aa976f629a04d6866a7fd71161b4b61 +usr/lib/.build-id/8e/e3dd3f9920ebd740387960be1f1e9176a0fc28 +usr/lib/.build-id/90/388d0b69b68a416e604938a31f630e65c9f053 +usr/lib/.build-id/90/86ef4137948c8bd2464bb0455116dc6867765f +usr/lib/.build-id/92/fcc2533283a0a326aef37f4d6884aaafd7c5d2 +usr/lib/.build-id/93/d92e2948f68c5dc2ec3f40bc6231915a33b398 +usr/lib/.build-id/94/533436493073a1a513a241c6580dec873e3968 +usr/lib/.build-id/94/6669aedc320543c76b6b6f36fe98602f437193 +usr/lib/.build-id/97/b749e14a1863ccc405b9a8c979bf3a9a239f27 +usr/lib/.build-id/98/11aa46b70b2a4baccdb8b04ca5b065fc8304cf +usr/lib/.build-id/99/58b392eee883752487fa94eaa58d034d4d56a7 +usr/lib/.build-id/9a/b4caf90d98cb2de06a9033aeccb48ac326545f +usr/lib/.build-id/9b/0d545ef7642982033ebd824d312100aa62a7ce +usr/lib/.build-id/9c/cacf66b49bbf7209ebeb5ac3dff7ad93b477b7 +usr/lib/.build-id/9e/3d31e65a8ad05e92b166b669d4fcfb4146c141 +usr/lib/.build-id/9e/413197599d78c32afe4f4858199432aaa1a5ad +usr/lib/.build-id/9e/4e4e7f85b3c662907502f3af0585351d0a57e9 +usr/lib/.build-id/9e/574c65a15a5095a73081c72cd6889319bc82a5 +usr/lib/.build-id/9e/72cf37d2ab83f9bf1b6bff86046231b90f5910 +usr/lib/.build-id/a0/a7b4838353a89e57856636819c2d22ccff6b09 +usr/lib/.build-id/a2/57955c7cb7980f7bf1ac12cf97e0f5a1d05b0c +usr/lib/.build-id/a2/a2cb46d0ce01b99ede81ec1cc2f1bdf16e9287 +usr/lib/.build-id/a3/282ca2f482a62ac5b3cf733d78b28b62404440 +usr/lib/.build-id/a4/33e6a37f960438c4094f7f66d0d5953925a2e4 +usr/lib/.build-id/a4/cd5f148c0b0231c4629d8c37196ee4f28350f7 +usr/lib/.build-id/a5/6e4e63f5f2b40198cc203edf2d4511a44395fd +usr/lib/.build-id/a6/9e43f828618c61d38282876621b93ff540c93f +usr/lib/.build-id/a6/a276d0b606b442f1b67e146787e511ebf4166a +usr/lib/.build-id/a7/415e0433c25dc28e1c57794ab67ca1a0b011a5 +usr/lib/.build-id/a7/8d0b4e9748c7e534264423b8ae23d8385608c5 +usr/lib/.build-id/a9/b0bc2fb997800af08af85ff4aec9d2c636af24 +usr/lib/.build-id/a9/e63f86dfc362847b559aa0aa595cd8dc30de89 +usr/lib/.build-id/aa/2ce047533164099108c5137b54a8e5a3c6a2ee +usr/lib/.build-id/ab/8164c1ec06048dbdd25f021a0a174c61c0c394 +usr/lib/.build-id/ac/ac2d6c98696fc347a85d6ddac13051e353a337 +usr/lib/.build-id/ad/4fde8ec8cef9ed5c69358d2e1a52e3bb821098 +usr/lib/.build-id/ad/59e1cff345c850671e323949ab67cfb1ac4e96 +usr/lib/.build-id/ae/033bc4ed87f7dda33f9012e49e748150462a4d +usr/lib/.build-id/af/58a7753f6772c488e88b953f18463a56b1e213 +usr/lib/.build-id/b0/fa77d98bafb60eb6fc9f30d88adf3d2d5bb32b +usr/lib/.build-id/b2/261c81951a54b3eaca1ae7a4d32c7094702780 +usr/lib/.build-id/b4/64591142da9ef7a59cc9de8ae524a2ac21d1e6 +usr/lib/.build-id/b6/47967aac0f654a4e6560e37babbf88d5f6394c +usr/lib/.build-id/b6/4edf5a83a5139c2ad21b9ac7a8371ec30089ec +usr/lib/.build-id/b6/f1488c4f51365e33561fe63bde21308cb54880 +usr/lib/.build-id/b6/f63e10d2876902d057ea1f5bbbe520991b7b2f +usr/lib/.build-id/b6/ff4d0bc766d182e7e82621bda40235caa7762d +usr/lib/.build-id/b7/88e545674d4e1cee28ecee65ed9b5577de3209 +usr/lib/.build-id/b8/c8c31cb331a694aebe9126dc933e91b718b8a6 +usr/lib/.build-id/b9/2f8372ac0fd55e22322f3c2fe78d4178c151de +usr/lib/.build-id/b9/c77ebfe4752589947dbf85ebd7016cec117b3e +usr/lib/.build-id/ba/00be08601e7a48fe99d2935e4500f60b004293 +usr/lib/.build-id/ba/8ac7d0ee81f51e6c30413cc1c4864a5969213e +usr/lib/.build-id/bb/0832cc5dd3648caab00d0b39862b19aa0d4335 +usr/lib/.build-id/bb/136dad3efed75913476a8596285e5dc8bc99ae +usr/lib/.build-id/bb/f01e1ea7454dcd4b1eac539a8d356d44b0a876 +usr/lib/.build-id/bd/8cfbb3be0b8a7b6a43f8836e2dbc592c698cc8 +usr/lib/.build-id/bd/a51a72d2b8ceac77961667bc67531f7d1d83af +usr/lib/.build-id/be/0cf84e15daad44ee1094c0161d03d309078439 +usr/lib/.build-id/bf/12b2a769b0e538fc51ebaab8a276a7f4948704 +usr/lib/.build-id/c0/41d7a729fdb24adf06e2d587724c40eea82c1a +usr/lib/.build-id/c2/4be4cbc08335544362d68d88934aa6e9cbce0a +usr/lib/.build-id/c2/63c779d19331c3f32cb79e6e73b9c7d6491aaf +usr/lib/.build-id/c2/8e9c584dcc405290db1cbfd087cd11e6fe92a4 +usr/lib/.build-id/c5/f5a3f38807aaf0e785d165a9b69eff66457124 +usr/lib/.build-id/c6/02cc4d3b3ed5048e4c46b85dcb97f1380f742f +usr/lib/.build-id/c6/3e8f8051bc69b0d3b236eb11ca3fe14600833e +usr/lib/.build-id/c7/10a4bee00fd85a20cf538bbf5ec970fc65fcd8 +usr/lib/.build-id/c7/fa5a03e283ff715dbd9242e0db39dc0184318a +usr/lib/.build-id/c8/22724229ef2442f29a566c8cd550eb6b168fad +usr/lib/.build-id/c9/39def1b8b79626782689bb53e3bc1ca0e986c4 +usr/lib/.build-id/c9/51e6a2650c2f48a083516fa84b77a58713eb44 +usr/lib/.build-id/c9/ae7fdc909554a5a22e1844e3f68ab462d8cf46 +usr/lib/.build-id/cb/6992e6b89df90f29576183fb0b6d63a9bba5d3 +usr/lib/.build-id/cd/cc775dc6fea81074798f62fcc8da67abc4b565 +usr/lib/.build-id/ce/22ff83da241330fe75dbe8dc3051c48d297ee4 +usr/lib/.build-id/cf/015cbf8a5f6ffa8a11c6151c90e3fb7b7fd31e +usr/lib/.build-id/d0/d8f59b9eb9cb804bd7db200aa148005cdb3794 +usr/lib/.build-id/d1/64cbe186cffda8525a60ec418ff144eb702d33 +usr/lib/.build-id/d4/9c09870ab37000a016366b31d43bce9e1c96cb +usr/lib/.build-id/d5/23f6cee20d0960f7eac67da1ec6de7db5a4fc4 +usr/lib/.build-id/d9/534ff7cb8150db16a63bb0c9cec714b60a7cee +usr/lib/.build-id/db/2c04faa32d206b62bb0cb3483790bb8e14bdba +usr/lib/.build-id/dc/1fb37593cc8687eb732f6a0584c6a1e99491f5 +usr/lib/.build-id/de/19720cb5e9f1950dafb1eed5a16381296a5dda +usr/lib/.build-id/de/1c214e11a0a25e99c5317e056d35f42c8d2f1a +usr/lib/.build-id/de/247b9f63aff4b62ef4778bda8d7f5c6af5980f +usr/lib/.build-id/df/01680b08ae7418bebe69bed928389ad2ffe2d9 +usr/lib/.build-id/df/65d669913daa66df856904840e474fe6a2bb55 +usr/lib/.build-id/df/973eb732c086551c3b80edc30f2334fefcc3dd +usr/lib/.build-id/e1/74982c235b37bdd41ebaefe1746ab10f18f88e +usr/lib/.build-id/e4/6a2421414953102bcd1608ec06df33750dfe67 +usr/lib/.build-id/e6/12acb7c24ea69dc76c0d676cd849fe07ef2791 +usr/lib/.build-id/e6/b2960242ed7d1cbc667b93b60010b97aab53d4 +usr/lib/.build-id/e7/112fd4952ddece9569f86c4a62e719568b2ee4 +usr/lib/.build-id/e7/295c40916d4b86ddaf0ae55b9692c977938c1c +usr/lib/.build-id/ea/1e422ecd76f75b753a9b5f707f31da0100d6e5 +usr/lib/.build-id/ea/50d6970799166030e13c8c590d5ab1267edba5 +usr/lib/.build-id/eb/8689313fbffd9a89059f19e4cc7cdcc20f923d +usr/lib/.build-id/eb/fde9ddb25dcc0bc82e0ceeaf4415c7f81d2646 +usr/lib/.build-id/ed/809642bf66660600df9a03e9c490cbc6cca6d4 +usr/lib/.build-id/ee/2cb9024f791d58d88ed21fe281645faf78a17e +usr/lib/.build-id/ee/5b5c24e5d91dfb29239942e03b9cbcfd9224c6 +usr/lib/.build-id/ef/6432868d30106afafd452dd9c5cb4ce45b1762 +usr/lib/.build-id/f1/88ceb10a93d0067dd3c40cda23c20e98003982 +usr/lib/.build-id/f1/9aae6f8a6e37b2e21cd13b6e79cd02dc4e294c +usr/lib/.build-id/f3/92a043b10bc4176ece96aa4d8796ce358dfdd0 +usr/lib/.build-id/f5/3e8c08d001977d8eb656e96f24247a5cd3ac4e +usr/lib/.build-id/f5/794733111bec98adcd81cd4841770d2916591b +usr/lib/.build-id/f5/cbfa38281564bab27c9b7afe62c26d19cf1f18 +usr/lib/.build-id/f6/62767069dfeb323a66e71e20ab7ecc734509e1 +usr/lib/.build-id/fb/6ed9e4057481f04e77f6ff6daed903531ff0b0 +usr/lib/.build-id/fc/47a48c3c4ba6461232b78f4ab2b516ab2f1aa5 +usr/lib/.build-id/fc/613021c283cc2dcf8848aa8ad5855c0f1bcd32 +usr/lib/.build-id/fc/99d5751d57cc2708f65a7bc7073cf63717493c +usr/lib/.build-id/fd/9cfee3b679c261a419fcffb21dfe6be8680fe3 +usr/lib/.build-id/fe/4333765bf527c08d65ce48ae9e936fb1d4e783 +usr/lib/.build-id/ff/8d831e2d450b3a61bf9410f5effb924320330c +usr/lib/.build-id/ff/febd723fcd7e589947894ec249339dcf231e8b usr/lib/rpm/fileattrs/gstreamer1.attr usr/lib/rpm/gstreamer1.prov +usr/lib64/girepository-1.0/CudaGst-1.0.typelib usr/lib64/girepository-1.0/Gst-1.0.typelib usr/lib64/girepository-1.0/GstAllocators-1.0.typelib usr/lib64/girepository-1.0/GstApp-1.0.typelib usr/lib64/girepository-1.0/GstAudio-1.0.typelib usr/lib64/girepository-1.0/GstBadAudio-1.0.typelib usr/lib64/girepository-1.0/GstBase-1.0.typelib usr/lib64/girepository-1.0/GstCheck-1.0.typelib usr/lib64/girepository-1.0/GstCodecs-1.0.typelib usr/lib64/girepository-1.0/GstController-1.0.typelib +usr/lib64/girepository-1.0/GstCuda-1.0.typelib usr/lib64/girepository-1.0/GstGL-1.0.typelib usr/lib64/girepository-1.0/GstGLEGL-1.0.typelib usr/lib64/girepository-1.0/GstGLWayland-1.0.typelib usr/lib64/girepository-1.0/GstGLX11-1.0.typelib usr/lib64/girepository-1.0/GstInsertBin-1.0.typelib usr/lib64/girepository-1.0/GstMpegts-1.0.typelib usr/lib64/girepository-1.0/GstNet-1.0.typelib usr/lib64/girepository-1.0/GstPbutils-1.0.typelib +usr/lib64/girepository-1.0/GstPlay-1.0.typelib usr/lib64/girepository-1.0/GstPlayer-1.0.typelib usr/lib64/girepository-1.0/GstRtp-1.0.typelib usr/lib64/girepository-1.0/GstRtsp-1.0.typelib usr/lib64/girepository-1.0/GstSdp-1.0.typelib usr/lib64/girepository-1.0/GstTag-1.0.typelib usr/lib64/girepository-1.0/GstTranscoder-1.0.typelib usr/lib64/girepository-1.0/GstVideo-1.0.typelib usr/lib64/girepository-1.0/GstVulkan-1.0.typelib usr/lib64/girepository-1.0/GstVulkanWayland-1.0.typelib usr/lib64/girepository-1.0/GstWebRTC-1.0.typelib usr/lib64/gstreamer-1.0/libgsta52dec.so usr/lib64/gstreamer-1.0/libgstaccurip.so +usr/lib64/gstreamer-1.0/libgstadaptivedemux2.so usr/lib64/gstreamer-1.0/libgstadder.so usr/lib64/gstreamer-1.0/libgstadpcmdec.so usr/lib64/gstreamer-1.0/libgstadpcmenc.so +usr/lib64/gstreamer-1.0/libgstaes.so usr/lib64/gstreamer-1.0/libgstaiff.so usr/lib64/gstreamer-1.0/libgstalaw.so usr/lib64/gstreamer-1.0/libgstalpha.so usr/lib64/gstreamer-1.0/libgstalphacolor.so usr/lib64/gstreamer-1.0/libgstalsa.so usr/lib64/gstreamer-1.0/libgstapetag.so usr/lib64/gstreamer-1.0/libgstapp.so usr/lib64/gstreamer-1.0/libgstasfmux.so usr/lib64/gstreamer-1.0/libgstaudiobuffersplit.so usr/lib64/gstreamer-1.0/libgstaudioconvert.so usr/lib64/gstreamer-1.0/libgstaudiofx.so usr/lib64/gstreamer-1.0/libgstaudiofxbad.so usr/lib64/gstreamer-1.0/libgstaudiolatency.so usr/lib64/gstreamer-1.0/libgstaudiomixer.so usr/lib64/gstreamer-1.0/libgstaudiomixmatrix.so usr/lib64/gstreamer-1.0/libgstaudioparsers.so usr/lib64/gstreamer-1.0/libgstaudiorate.so usr/lib64/gstreamer-1.0/libgstaudioresample.so usr/lib64/gstreamer-1.0/libgstaudiotestsrc.so usr/lib64/gstreamer-1.0/libgstaudiovisualizers.so usr/lib64/gstreamer-1.0/libgstauparse.so usr/lib64/gstreamer-1.0/libgstautoconvert.so usr/lib64/gstreamer-1.0/libgstautodetect.so usr/lib64/gstreamer-1.0/libgstavi.so usr/lib64/gstreamer-1.0/libgstbayer.so usr/lib64/gstreamer-1.0/libgstbluez.so usr/lib64/gstreamer-1.0/libgstbz2.so usr/lib64/gstreamer-1.0/libgstcairo.so usr/lib64/gstreamer-1.0/libgstcamerabin.so usr/lib64/gstreamer-1.0/libgstcdio.so usr/lib64/gstreamer-1.0/libgstclosedcaption.so +usr/lib64/gstreamer-1.0/libgstcodecalpha.so +usr/lib64/gstreamer-1.0/libgstcodectimestamper.so usr/lib64/gstreamer-1.0/libgstcoloreffects.so usr/lib64/gstreamer-1.0/libgstcolormanagement.so usr/lib64/gstreamer-1.0/libgstcompositor.so usr/lib64/gstreamer-1.0/libgstcoreelements.so usr/lib64/gstreamer-1.0/libgstcoretracers.so usr/lib64/gstreamer-1.0/libgstcutter.so usr/lib64/gstreamer-1.0/libgstdash.so usr/lib64/gstreamer-1.0/libgstdebug.so usr/lib64/gstreamer-1.0/libgstdebugutilsbad.so usr/lib64/gstreamer-1.0/libgstdeinterlace.so usr/lib64/gstreamer-1.0/libgstdtls.so usr/lib64/gstreamer-1.0/libgstdtmf.so usr/lib64/gstreamer-1.0/libgstdvb.so usr/lib64/gstreamer-1.0/libgstdvbsubenc.so usr/lib64/gstreamer-1.0/libgstdvdread.so usr/lib64/gstreamer-1.0/libgsteffectv.so usr/lib64/gstreamer-1.0/libgstencoding.so usr/lib64/gstreamer-1.0/libgstequalizer.so usr/lib64/gstreamer-1.0/libgstfaceoverlay.so usr/lib64/gstreamer-1.0/libgstfdkaac.so usr/lib64/gstreamer-1.0/libgstfestival.so usr/lib64/gstreamer-1.0/libgstfieldanalysis.so usr/lib64/gstreamer-1.0/libgstflac.so usr/lib64/gstreamer-1.0/libgstflv.so usr/lib64/gstreamer-1.0/libgstflxdec.so usr/lib64/gstreamer-1.0/libgstfreeverb.so usr/lib64/gstreamer-1.0/libgstfrei0r.so usr/lib64/gstreamer-1.0/libgstgaudieffects.so usr/lib64/gstreamer-1.0/libgstgdkpixbuf.so usr/lib64/gstreamer-1.0/libgstgdp.so usr/lib64/gstreamer-1.0/libgstgeometrictransform.so usr/lib64/gstreamer-1.0/libgstgio.so usr/lib64/gstreamer-1.0/libgstgoom.so usr/lib64/gstreamer-1.0/libgstgoom2k1.so usr/lib64/gstreamer-1.0/libgstgsm.so +usr/lib64/gstreamer-1.0/libgstgtkwayland.so usr/lib64/gstreamer-1.0/libgsthls.so usr/lib64/gstreamer-1.0/libgsticydemux.so usr/lib64/gstreamer-1.0/libgstid3demux.so usr/lib64/gstreamer-1.0/libgstid3tag.so usr/lib64/gstreamer-1.0/libgstimagefreeze.so usr/lib64/gstreamer-1.0/libgstinter.so usr/lib64/gstreamer-1.0/libgstinterlace.so usr/lib64/gstreamer-1.0/libgstinterleave.so usr/lib64/gstreamer-1.0/libgstipcpipeline.so usr/lib64/gstreamer-1.0/libgstisomp4.so usr/lib64/gstreamer-1.0/libgstivfparse.so usr/lib64/gstreamer-1.0/libgstivtc.so usr/lib64/gstreamer-1.0/libgstjp2kdecimator.so usr/lib64/gstreamer-1.0/libgstjpeg.so usr/lib64/gstreamer-1.0/libgstjpegformat.so usr/lib64/gstreamer-1.0/libgstkms.so usr/lib64/gstreamer-1.0/libgstlame.so usr/lib64/gstreamer-1.0/libgstlegacyrawparse.so usr/lib64/gstreamer-1.0/libgstlevel.so usr/lib64/gstreamer-1.0/libgstlibvisual.so usr/lib64/gstreamer-1.0/libgstmatroska.so usr/lib64/gstreamer-1.0/libgstmidi.so usr/lib64/gstreamer-1.0/libgstmpeg2dec.so usr/lib64/gstreamer-1.0/libgstmpegpsdemux.so usr/lib64/gstreamer-1.0/libgstmpegpsmux.so usr/lib64/gstreamer-1.0/libgstmpegtsdemux.so usr/lib64/gstreamer-1.0/libgstmpegtsmux.so usr/lib64/gstreamer-1.0/libgstmpg123.so usr/lib64/gstreamer-1.0/libgstmulaw.so usr/lib64/gstreamer-1.0/libgstmultifile.so usr/lib64/gstreamer-1.0/libgstmultipart.so usr/lib64/gstreamer-1.0/libgstmxf.so usr/lib64/gstreamer-1.0/libgstnavigationtest.so usr/lib64/gstreamer-1.0/libgstnetsim.so usr/lib64/gstreamer-1.0/libgstnvcodec.so usr/lib64/gstreamer-1.0/libgstogg.so usr/lib64/gstreamer-1.0/libgstopengl.so usr/lib64/gstreamer-1.0/libgstopus.so usr/lib64/gstreamer-1.0/libgstopusparse.so usr/lib64/gstreamer-1.0/libgstoss4.so usr/lib64/gstreamer-1.0/libgstossaudio.so usr/lib64/gstreamer-1.0/libgstoverlaycomposition.so usr/lib64/gstreamer-1.0/libgstpango.so usr/lib64/gstreamer-1.0/libgstpbtypes.so usr/lib64/gstreamer-1.0/libgstpcapparse.so usr/lib64/gstreamer-1.0/libgstplayback.so usr/lib64/gstreamer-1.0/libgstpng.so usr/lib64/gstreamer-1.0/libgstpnm.so usr/lib64/gstreamer-1.0/libgstproxy.so usr/lib64/gstreamer-1.0/libgstpulseaudio.so usr/lib64/gstreamer-1.0/libgstrawparse.so usr/lib64/gstreamer-1.0/libgstremovesilence.so usr/lib64/gstreamer-1.0/libgstreplaygain.so usr/lib64/gstreamer-1.0/libgstresindvd.so usr/lib64/gstreamer-1.0/libgstrfbsrc.so usr/lib64/gstreamer-1.0/libgstrist.so usr/lib64/gstreamer-1.0/libgstrsvg.so +usr/lib64/gstreamer-1.0/libgstrtmp2.so usr/lib64/gstreamer-1.0/libgstrtp.so usr/lib64/gstreamer-1.0/libgstrtpmanager.so usr/lib64/gstreamer-1.0/libgstrtpmanagerbad.so usr/lib64/gstreamer-1.0/libgstrtponvif.so usr/lib64/gstreamer-1.0/libgstrtsp.so +usr/lib64/gstreamer-1.0/libgstsctp.so usr/lib64/gstreamer-1.0/libgstsdpelem.so usr/lib64/gstreamer-1.0/libgstsegmentclip.so usr/lib64/gstreamer-1.0/libgstshapewipe.so usr/lib64/gstreamer-1.0/libgstshm.so usr/lib64/gstreamer-1.0/libgstshout2.so usr/lib64/gstreamer-1.0/libgstsmooth.so usr/lib64/gstreamer-1.0/libgstsmoothstreaming.so usr/lib64/gstreamer-1.0/libgstsmpte.so usr/lib64/gstreamer-1.0/libgstsndfile.so usr/lib64/gstreamer-1.0/libgstsoundtouch.so usr/lib64/gstreamer-1.0/libgstsoup.so usr/lib64/gstreamer-1.0/libgstspectrum.so usr/lib64/gstreamer-1.0/libgstspeed.so usr/lib64/gstreamer-1.0/libgstspeex.so usr/lib64/gstreamer-1.0/libgstsrtp.so usr/lib64/gstreamer-1.0/libgstsubenc.so usr/lib64/gstreamer-1.0/libgstsubparse.so usr/lib64/gstreamer-1.0/libgstswitchbin.so usr/lib64/gstreamer-1.0/libgsttaglib.so usr/lib64/gstreamer-1.0/libgsttcp.so usr/lib64/gstreamer-1.0/libgsttheora.so usr/lib64/gstreamer-1.0/libgsttimecode.so usr/lib64/gstreamer-1.0/libgsttranscode.so usr/lib64/gstreamer-1.0/libgsttwolame.so usr/lib64/gstreamer-1.0/libgsttypefindfunctions.so usr/lib64/gstreamer-1.0/libgstudp.so usr/lib64/gstreamer-1.0/libgstuvch264.so usr/lib64/gstreamer-1.0/libgstv4l2codecs.so usr/lib64/gstreamer-1.0/libgstvideo4linux2.so usr/lib64/gstreamer-1.0/libgstvideobox.so -usr/lib64/gstreamer-1.0/libgstvideoconvert.so +usr/lib64/gstreamer-1.0/libgstvideoconvertscale.so usr/lib64/gstreamer-1.0/libgstvideocrop.so usr/lib64/gstreamer-1.0/libgstvideofilter.so usr/lib64/gstreamer-1.0/libgstvideofiltersbad.so usr/lib64/gstreamer-1.0/libgstvideoframe_audiolevel.so usr/lib64/gstreamer-1.0/libgstvideomixer.so usr/lib64/gstreamer-1.0/libgstvideoparsersbad.so usr/lib64/gstreamer-1.0/libgstvideorate.so -usr/lib64/gstreamer-1.0/libgstvideoscale.so usr/lib64/gstreamer-1.0/libgstvideosignal.so usr/lib64/gstreamer-1.0/libgstvideotestsrc.so usr/lib64/gstreamer-1.0/libgstvmnc.so usr/lib64/gstreamer-1.0/libgstvolume.so usr/lib64/gstreamer-1.0/libgstvorbis.so usr/lib64/gstreamer-1.0/libgstvpx.so usr/lib64/gstreamer-1.0/libgstvulkan.so usr/lib64/gstreamer-1.0/libgstwavenc.so usr/lib64/gstreamer-1.0/libgstwavpack.so usr/lib64/gstreamer-1.0/libgstwavparse.so usr/lib64/gstreamer-1.0/libgstwaylandsink.so usr/lib64/gstreamer-1.0/libgstwebp.so usr/lib64/gstreamer-1.0/libgstwebrtcdsp.so usr/lib64/gstreamer-1.0/libgstximagesink.so usr/lib64/gstreamer-1.0/libgstximagesrc.so usr/lib64/gstreamer-1.0/libgstxingmux.so usr/lib64/gstreamer-1.0/libgstxvimagesink.so usr/lib64/gstreamer-1.0/libgsty4mdec.so usr/lib64/gstreamer-1.0/libgsty4menc.so usr/lib64/libgstadaptivedemux-1.0.so.0 -usr/lib64/libgstadaptivedemux-1.0.so.0.1804.0 +usr/lib64/libgstadaptivedemux-1.0.so.0.2201.0 usr/lib64/libgstallocators-1.0.so.0 -usr/lib64/libgstallocators-1.0.so.0.1804.0 +usr/lib64/libgstallocators-1.0.so.0.2201.0 usr/lib64/libgstapp-1.0.so.0 -usr/lib64/libgstapp-1.0.so.0.1804.0 +usr/lib64/libgstapp-1.0.so.0.2201.0 usr/lib64/libgstaudio-1.0.so.0 -usr/lib64/libgstaudio-1.0.so.0.1804.0 +usr/lib64/libgstaudio-1.0.so.0.2201.0 usr/lib64/libgstbadaudio-1.0.so.0 -usr/lib64/libgstbadaudio-1.0.so.0.1804.0 +usr/lib64/libgstbadaudio-1.0.so.0.2201.0 usr/lib64/libgstbase-1.0.so.0 -usr/lib64/libgstbase-1.0.so.0.1804.0 +usr/lib64/libgstbase-1.0.so.0.2201.0 usr/lib64/libgstbasecamerabinsrc-1.0.so.0 -usr/lib64/libgstbasecamerabinsrc-1.0.so.0.1804.0 +usr/lib64/libgstbasecamerabinsrc-1.0.so.0.2201.0 usr/lib64/libgstcheck-1.0.so.0 -usr/lib64/libgstcheck-1.0.so.0.1804.0 +usr/lib64/libgstcheck-1.0.so.0.2201.0 usr/lib64/libgstcodecparsers-1.0.so.0 -usr/lib64/libgstcodecparsers-1.0.so.0.1804.0 +usr/lib64/libgstcodecparsers-1.0.so.0.2201.0 usr/lib64/libgstcodecs-1.0.so.0 -usr/lib64/libgstcodecs-1.0.so.0.1804.0 +usr/lib64/libgstcodecs-1.0.so.0.2201.0 usr/lib64/libgstcontroller-1.0.so.0 -usr/lib64/libgstcontroller-1.0.so.0.1804.0 +usr/lib64/libgstcontroller-1.0.so.0.2201.0 +usr/lib64/libgstcuda-1.0.so.0 +usr/lib64/libgstcuda-1.0.so.0.2201.0 usr/lib64/libgstfft-1.0.so.0 -usr/lib64/libgstfft-1.0.so.0.1804.0 +usr/lib64/libgstfft-1.0.so.0.2201.0 usr/lib64/libgstgl-1.0.so.0 -usr/lib64/libgstgl-1.0.so.0.1804.0 +usr/lib64/libgstgl-1.0.so.0.2201.0 usr/lib64/libgstinsertbin-1.0.so.0 -usr/lib64/libgstinsertbin-1.0.so.0.1804.0 +usr/lib64/libgstinsertbin-1.0.so.0.2201.0 usr/lib64/libgstisoff-1.0.so.0 -usr/lib64/libgstisoff-1.0.so.0.1804.0 +usr/lib64/libgstisoff-1.0.so.0.2201.0 usr/lib64/libgstmpegts-1.0.so.0 -usr/lib64/libgstmpegts-1.0.so.0.1804.0 +usr/lib64/libgstmpegts-1.0.so.0.2201.0 usr/lib64/libgstnet-1.0.so.0 -usr/lib64/libgstnet-1.0.so.0.1804.0 +usr/lib64/libgstnet-1.0.so.0.2201.0 usr/lib64/libgstpbutils-1.0.so.0 -usr/lib64/libgstpbutils-1.0.so.0.1804.0 +usr/lib64/libgstpbutils-1.0.so.0.2201.0 usr/lib64/libgstphotography-1.0.so.0 -usr/lib64/libgstphotography-1.0.so.0.1804.0 +usr/lib64/libgstphotography-1.0.so.0.2201.0 +usr/lib64/libgstplay-1.0.so.0 +usr/lib64/libgstplay-1.0.so.0.2201.0 usr/lib64/libgstplayer-1.0.so.0 -usr/lib64/libgstplayer-1.0.so.0.1804.0 +usr/lib64/libgstplayer-1.0.so.0.2201.0 usr/lib64/libgstreamer-1.0.so.0 -usr/lib64/libgstreamer-1.0.so.0.1804.0 +usr/lib64/libgstreamer-1.0.so.0.2201.0 usr/lib64/libgstriff-1.0.so.0 -usr/lib64/libgstriff-1.0.so.0.1804.0 +usr/lib64/libgstriff-1.0.so.0.2201.0 usr/lib64/libgstrtp-1.0.so.0 -usr/lib64/libgstrtp-1.0.so.0.1804.0 +usr/lib64/libgstrtp-1.0.so.0.2201.0 usr/lib64/libgstrtsp-1.0.so.0 -usr/lib64/libgstrtsp-1.0.so.0.1804.0 +usr/lib64/libgstrtsp-1.0.so.0.2201.0 usr/lib64/libgstsctp-1.0.so.0 -usr/lib64/libgstsctp-1.0.so.0.1804.0 +usr/lib64/libgstsctp-1.0.so.0.2201.0 usr/lib64/libgstsdp-1.0.so.0 -usr/lib64/libgstsdp-1.0.so.0.1804.0 +usr/lib64/libgstsdp-1.0.so.0.2201.0 usr/lib64/libgsttag-1.0.so.0 -usr/lib64/libgsttag-1.0.so.0.1804.0 +usr/lib64/libgsttag-1.0.so.0.2201.0 usr/lib64/libgsttranscoder-1.0.so.0 usr/lib64/libgsturidownloader-1.0.so.0 -usr/lib64/libgsturidownloader-1.0.so.0.1804.0 +usr/lib64/libgsturidownloader-1.0.so.0.2201.0 usr/lib64/libgstvideo-1.0.so.0 -usr/lib64/libgstvideo-1.0.so.0.1804.0 +usr/lib64/libgstvideo-1.0.so.0.2201.0 usr/lib64/libgstvulkan-1.0.so.0 -usr/lib64/libgstvulkan-1.0.so.0.1804.0 +usr/lib64/libgstvulkan-1.0.so.0.2201.0 usr/lib64/libgstwayland-1.0.so.0 -usr/lib64/libgstwayland-1.0.so.0.1804.0 +usr/lib64/libgstwayland-1.0.so.0.2201.0 usr/lib64/libgstwebrtc-1.0.so.0 -usr/lib64/libgstwebrtc-1.0.so.0.1804.0 +usr/lib64/libgstwebrtc-1.0.so.0.2201.0 usr/libexec/gstreamer-1.0/gst-completion-helper usr/libexec/gstreamer-1.0/gst-hotdoc-plugins-scanner usr/libexec/gstreamer-1.0/gst-plugin-scanner usr/libexec/gstreamer-1.0/gst-plugins-doc-cache-generator usr/libexec/gstreamer-1.0/gst-ptp-helper usr/share/appdata/gstreamer-base.appdata.xml usr/share/appdata/gstreamer-ugly-free.appdata.xml usr/share/bash-completion/completions/gst-inspect-1.0 usr/share/bash-completion/completions/gst-launch-1.0 usr/share/bash-completion/helpers/gst %%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/README +%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/NEWS +%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/README.md +%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/README.static-linking +%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/RELEASE %%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/REQUIREMENTS %%PORTDOCS%%%%DOCSDIR%%-plugins-base/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%-plugins-base/README +%%PORTDOCS%%%%DOCSDIR%%-plugins-base/NEWS +%%PORTDOCS%%%%DOCSDIR%%-plugins-base/README.md +%%PORTDOCS%%%%DOCSDIR%%-plugins-base/README.static-linking +%%PORTDOCS%%%%DOCSDIR%%-plugins-base/RELEASE %%PORTDOCS%%%%DOCSDIR%%-plugins-base/REQUIREMENTS %%PORTDOCS%%%%DOCSDIR%%-plugins-good/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%-plugins-good/README +%%PORTDOCS%%%%DOCSDIR%%-plugins-good/NEWS +%%PORTDOCS%%%%DOCSDIR%%-plugins-good/README.md +%%PORTDOCS%%%%DOCSDIR%%-plugins-good/README.static-linking +%%PORTDOCS%%%%DOCSDIR%%-plugins-good/RELEASE %%PORTDOCS%%%%DOCSDIR%%-plugins-good/REQUIREMENTS %%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/README +%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/NEWS +%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/README.md +%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/README.static-linking +%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/RELEASE %%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/REQUIREMENTS %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/README.static-linking %%PORTDOCS%%%%DOCSDIR%%/RELEASE usr/share/gstreamer-1.0/encoding-profiles/device/dvd.gep usr/share/gstreamer-1.0/encoding-profiles/file-extension/avi.gep usr/share/gstreamer-1.0/encoding-profiles/file-extension/flv.gep usr/share/gstreamer-1.0/encoding-profiles/file-extension/mkv.gep usr/share/gstreamer-1.0/encoding-profiles/file-extension/mp3.gep usr/share/gstreamer-1.0/encoding-profiles/file-extension/mp4.gep usr/share/gstreamer-1.0/encoding-profiles/file-extension/oga.gep usr/share/gstreamer-1.0/encoding-profiles/file-extension/ogv.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/ts.gep usr/share/gstreamer-1.0/encoding-profiles/file-extension/webm.gep usr/share/gstreamer-1.0/encoding-profiles/online-services/youtube.gep usr/share/gstreamer-1.0/presets/GstFreeverb.prs usr/share/gstreamer-1.0/presets/GstIirEqualizer10Bands.prs usr/share/gstreamer-1.0/presets/GstIirEqualizer3Bands.prs usr/share/gstreamer-1.0/presets/GstQTMux.prs usr/share/gstreamer-1.0/presets/GstVP8Enc.prs usr/share/licenses/gstreamer1-plugins-bad-free/COPYING usr/share/licenses/gstreamer1-plugins-base/COPYING usr/share/licenses/gstreamer1-plugins-good/COPYING usr/share/licenses/gstreamer1-plugins-ugly-free/COPYING usr/share/licenses/gstreamer1/COPYING -usr/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/af/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/ast/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/ast/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/ast/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/az/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/bg/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/ca/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/cs/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/da/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/de/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/el/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/eo/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/es/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/eu/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/fi/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/fr/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/fur/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/fur/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/fur/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/fur/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/fur/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/gl/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/hr/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/hu/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/id/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/it/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/ja/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/ky/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/lt/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/lv/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/ms/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/mt/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/nb/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/nl/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/or/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/pl/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/ro/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/ru/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/sk/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/sl/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/sq/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/sr/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/sv/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/ta/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/tr/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/uk/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/vi/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo -usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo -usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-ugly-1.0.mo -usr/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo -usr/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo -usr/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ky/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/mt/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo usr/share/man/man1/gst-inspect-1.0.1.gz usr/share/man/man1/gst-launch-1.0.1.gz usr/share/man/man1/gst-stats-1.0.1.gz usr/share/man/man1/gst-typefind-1.0.1.gz usr/share/metainfo/gstreamer-bad-free.appdata.xml usr/share/metainfo/gstreamer-good.appdata.xml diff --git a/multimedia/linux-rl9-ffmpeg/Makefile b/multimedia/linux-rl9-libva/Makefile similarity index 64% copy from multimedia/linux-rl9-ffmpeg/Makefile copy to multimedia/linux-rl9-libva/Makefile index d286d73f8352..9972b0bf6277 100644 --- a/multimedia/linux-rl9-ffmpeg/Makefile +++ b/multimedia/linux-rl9-libva/Makefile @@ -1,29 +1,27 @@ -PORTNAME= ffmpeg -PORTVERSION= 5.1.3 -DISTVERSIONSUFFIX= -1.el9 -MASTER_SITES= RPMFUSION9 -PKGNAMESUFFIX= -libs +PORTNAME= libva +PORTVERSION= 2.11.0 +DISTVERSIONSUFFIX= -5.el9 CATEGORIES= multimedia linux MAINTAINER= emulation@FreeBSD.org -COMMENT= FFMpeg library (Rocky Linux ${LINUX_DIST_VER}) -WWW= https://ffmpeg.org/ +COMMENT?= VAAPI wrapper and dummy driver (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/intel/libva -LICENSE= GPLv2+ LGPL21+ -LICENSE_COMB= multi +LICENSE= MIT USES= linux:rl9 USE_LDCONFIG= yes +USE_LINUX= libdrm wayland xorglibs USE_LINUX_RPM= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS .include diff --git a/multimedia/linux-rl9-libva/distinfo b/multimedia/linux-rl9-libva/distinfo new file mode 100644 index 000000000000..5bd968a3e527 --- /dev/null +++ b/multimedia/linux-rl9-libva/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707765387 +SHA256 (rocky/l/libva-2.11.0-5.el9.aarch64.rpm) = 550589aec4e5fb1a519e9665cc704e31a4f3a89ba1314251d638d1b9c19a76f7 +SIZE (rocky/l/libva-2.11.0-5.el9.aarch64.rpm) = 102556 +SHA256 (rocky/l/libva-2.11.0-5.el9.x86_64.rpm) = 9b6a29b45d3e33f33d7bffe4e5575fc56cd6683a904450fc5f7ec63b690da1a5 +SIZE (rocky/l/libva-2.11.0-5.el9.x86_64.rpm) = 103653 +SHA256 (rocky/l/libva-2.11.0-5.el9.src.rpm) = 46f974969dbad73875a8b7c3dec3fb69eda6724acd6648a60274e3cdc6e8cc28 +SIZE (rocky/l/libva-2.11.0-5.el9.src.rpm) = 265257 diff --git a/multimedia/linux-rl9-libva/pkg-plist.amd64 b/multimedia/linux-rl9-libva/pkg-plist.amd64 new file mode 100644 index 000000000000..6abc3bdea4cd --- /dev/null +++ b/multimedia/linux-rl9-libva/pkg-plist.amd64 @@ -0,0 +1,17 @@ +usr/lib/.build-id/23/1467b04f2b347abc76a07df7f23f4e72a48b00 +usr/lib/.build-id/7d/c8518a64fc131bb6893e13e613b7d97c460fbb +usr/lib/.build-id/8a/b74e66d5133d9c4bf38f4406f78e5fc72c116b +usr/lib/.build-id/95/060bba63918bfc7f09007f95f94489678d7548 +usr/lib/.build-id/d2/41091c74e27983fe2326f6c5f2358d702fc470 +usr/lib64/libva-drm.so.2 +usr/lib64/libva-drm.so.2.1100.0 +usr/lib64/libva-glx.so.2 +usr/lib64/libva-glx.so.2.1100.0 +usr/lib64/libva-wayland.so.2 +usr/lib64/libva-wayland.so.2.1100.0 +usr/lib64/libva-x11.so.2 +usr/lib64/libva-x11.so.2.1100.0 +usr/lib64/libva.so.2 +usr/lib64/libva.so.2.1100.0 +%%PORTDOCS%%%%DOCSDIR%%/NEWS +usr/share/licenses/libva/COPYING diff --git a/multimedia/linux-rl9-ffmpeg/Makefile b/multimedia/linux-rl9-libvdpau/Makefile similarity index 57% copy from multimedia/linux-rl9-ffmpeg/Makefile copy to multimedia/linux-rl9-libvdpau/Makefile index d286d73f8352..eb4da24a1c18 100644 --- a/multimedia/linux-rl9-ffmpeg/Makefile +++ b/multimedia/linux-rl9-libvdpau/Makefile @@ -1,29 +1,28 @@ -PORTNAME= ffmpeg -PORTVERSION= 5.1.3 +PORTNAME= libvdpau +PORTVERSION= 1.5 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/ +COMMENT= VDPAU wrapper and tracing library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://freedesktop.org/wiki/Software/VDPAU -LICENSE= GPLv2+ LGPL21+ -LICENSE_COMB= multi +LICENSE= MIT USES= linux:rl9 USE_LDCONFIG= yes +USE_LINUX= libdrm wayland xorglibs USE_LINUX_RPM= yes -LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} +LIB_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} \ + ${PORTNAME}-trace-${DISTVERSIONFULL} SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS .include diff --git a/multimedia/linux-rl9-libvdpau/distinfo b/multimedia/linux-rl9-libvdpau/distinfo new file mode 100644 index 000000000000..38784e421edd --- /dev/null +++ b/multimedia/linux-rl9-libvdpau/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1707765855 +SHA256 (rocky/l/libvdpau-1.5-1.el9.aarch64.rpm) = 6df3abbd70ed20b6d02cd554aba7b10a860b5027a2d02a504846f8ee057e18b6 +SIZE (rocky/l/libvdpau-1.5-1.el9.aarch64.rpm) = 16103 +SHA256 (rocky/l/libvdpau-1.5-1.el9.x86_64.rpm) = 9460bc4f8bcd28be0b8a076c509df6bd4e94e4501a3153c8b175d208fa67a779 +SIZE (rocky/l/libvdpau-1.5-1.el9.x86_64.rpm) = 16325 +SHA256 (rocky/l/libvdpau-trace-1.5-1.el9.aarch64.rpm) = f0f3d2b16390205ef208fb121c8fe0c51ed822c201f1375964be0f863b9bff85 +SIZE (rocky/l/libvdpau-trace-1.5-1.el9.aarch64.rpm) = 28740 +SHA256 (rocky/l/libvdpau-trace-1.5-1.el9.x86_64.rpm) = 2bf7857641441ddee672b3ea8fd170c4a47f9beb5392cbef37c218c368549531 +SIZE (rocky/l/libvdpau-trace-1.5-1.el9.x86_64.rpm) = 30739 +SHA256 (rocky/l/libvdpau-1.5-1.el9.src.rpm) = d65b6d5b81155107e0540ebb686885f74a16692f399b317538f4c4f034fd2864 +SIZE (rocky/l/libvdpau-1.5-1.el9.src.rpm) = 153688 diff --git a/multimedia/linux-rl9-libvdpau/pkg-plist.amd64 b/multimedia/linux-rl9-libvdpau/pkg-plist.amd64 new file mode 100644 index 000000000000..5861aa8410e8 --- /dev/null +++ b/multimedia/linux-rl9-libvdpau/pkg-plist.amd64 @@ -0,0 +1,10 @@ +etc/vdpau_wrapper.cfg +usr/lib/.build-id/42/a0c04675baecd83cb6bd802627a70f278631d3 +usr/lib/.build-id/e2/01259dfd662b4c5c922bd245dbb5dd0f351f7c +usr/lib64/libvdpau.so.1 +usr/lib64/libvdpau.so.1.0.0 +usr/lib64/vdpau/libvdpau_trace.so +usr/lib64/vdpau/libvdpau_trace.so.1 +usr/lib64/vdpau/libvdpau_trace.so.1.0.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +usr/share/licenses/libvdpau/COPYING diff --git a/multimedia/linux-rl9-ffmpeg/Makefile b/multimedia/linux-rl9-libvpx/Makefile similarity index 55% copy from multimedia/linux-rl9-ffmpeg/Makefile copy to multimedia/linux-rl9-libvpx/Makefile index d286d73f8352..161580df629f 100644 --- a/multimedia/linux-rl9-ffmpeg/Makefile +++ b/multimedia/linux-rl9-libvpx/Makefile @@ -1,29 +1,25 @@ -PORTNAME= ffmpeg -PORTVERSION= 5.1.3 -DISTVERSIONSUFFIX= -1.el9 -MASTER_SITES= RPMFUSION9 -PKGNAMESUFFIX= -libs +PORTNAME= libvpx +PORTVERSION= 1.9.0 +DISTVERSIONSUFFIX= -7.el9_2 CATEGORIES= multimedia linux MAINTAINER= emulation@FreeBSD.org -COMMENT= FFMpeg library (Rocky Linux ${LINUX_DIST_VER}) -WWW= https://ffmpeg.org/ +COMMENT= VP8/VP9 reference encoder/decoder (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.webmproject.org/ -LICENSE= GPLv2+ LGPL21+ -LICENSE_COMB= multi +LICENSE= BSD3CLAUSE USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX_RPM= yes - -LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} +LIB_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${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 new file mode 100644 index 000000000000..88289127d1c2 --- /dev/null +++ b/multimedia/linux-rl9-libvpx/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707769115 +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.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 diff --git a/multimedia/linux-rl9-libvpx/pkg-plist.amd64 b/multimedia/linux-rl9-libvpx/pkg-plist.amd64 new file mode 100644 index 000000000000..77c7d33f9b05 --- /dev/null +++ b/multimedia/linux-rl9-libvpx/pkg-plist.amd64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/f3/4eb0ddad0e8c5a17723fc8adcfe28790153eb3 +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/net/linux-rl9-avahi-libs/Makefile b/net/linux-rl9-avahi-libs/Makefile index 254df7da9587..f16a8d5ac98e 100644 --- a/net/linux-rl9-avahi-libs/Makefile +++ b/net/linux-rl9-avahi-libs/Makefile @@ -1,21 +1,22 @@ PORTNAME= avahi PORTVERSION= 0.8 -DISTVERSIONSUFFIX= -12.el9 +DISTVERSIONSUFFIX= -15.el9 +PORTREVISION= 2 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 +USE_LINUX= dbuslibs libevent USE_LINUX_RPM= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX} linux-c7-${PORTNAME}${PKGNAMESUFFIX} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include diff --git a/net/linux-rl9-avahi-libs/distinfo b/net/linux-rl9-avahi-libs/distinfo index 450fcdaf37cd..5b04fbf9be46 100644 --- a/net/linux-rl9-avahi-libs/distinfo +++ b/net/linux-rl9-avahi-libs/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1686488305 -SHA256 (rocky/a/avahi-libs-0.8-12.el9.aarch64.rpm) = c1a5304f29dc5d57d0480d47f81f66a781f52c75d079f57d0eb9246efac9516a -SIZE (rocky/a/avahi-libs-0.8-12.el9.aarch64.rpm) = 66957 -SHA256 (rocky/a/avahi-libs-0.8-12.el9.x86_64.rpm) = a3d321619da06c1d9f367d6e8f48fb203174f0b387f47f8a76f43f46a3645728 -SIZE (rocky/a/avahi-libs-0.8-12.el9.x86_64.rpm) = 68278 -SHA256 (rocky/a/avahi-0.8-12.el9.src.rpm) = cc5e719e9e776aa7ccc436e4d6bd0ff835b339ec00398f4cf1c8c27fb0e26ae3 -SIZE (rocky/a/avahi-0.8-12.el9.src.rpm) = 1611618 +TIMESTAMP = 1707735528 +SHA256 (rocky/a/avahi-libs-0.8-15.el9.aarch64.rpm) = 7149dabf9b967070699480d81b0e876ea80663c36b56b230bfec3acc084b6c31 +SIZE (rocky/a/avahi-libs-0.8-15.el9.aarch64.rpm) = 66509 +SHA256 (rocky/a/avahi-libs-0.8-15.el9.x86_64.rpm) = 675b257a44a89a7113d2114417ffad25880d3bf1a3be2131d87d6aec7384d6c5 +SIZE (rocky/a/avahi-libs-0.8-15.el9.x86_64.rpm) = 67546 +SHA256 (rocky/a/avahi-0.8-15.el9.src.rpm) = 70712f9f579036edfc100cd9436d509f34bc95aea9b610b6f28693ad9e6a378e +SIZE (rocky/a/avahi-0.8-15.el9.src.rpm) = 1614721 diff --git a/net/linux-rl9-avahi-libs/pkg-plist.amd64 b/net/linux-rl9-avahi-libs/pkg-plist.amd64 index dd75a1f3ddc0..2406fa0ee1f3 100644 --- a/net/linux-rl9-avahi-libs/pkg-plist.amd64 +++ b/net/linux-rl9-avahi-libs/pkg-plist.amd64 @@ -1,11 +1,11 @@ -usr/lib/.build-id/3a/e011551fccbb54cd5e7ae674746a403a8bd1aa -usr/lib/.build-id/6f/55a55ef19dbffac8c042272fa66eba2d29722f -usr/lib/.build-id/ce/6cd6f24551b1c8add8159ae06a13c0de2ae429 +usr/lib/.build-id/4c/f2c04b207954ad55b16c15c6fb34a95b5ffe14 +usr/lib/.build-id/cc/9c2301d0cb8f074ece4570babd7b64eb16c9e2 +usr/lib/.build-id/d3/a9bb0d6f27c1a50f5d211801dc71c8774a019d 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-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-openldap/Makefile b/net/linux-rl9-openldap/Makefile index 205b0be22d1d..65fd6ddeae3d 100644 --- a/net/linux-rl9-openldap/Makefile +++ b/net/linux-rl9-openldap/Makefile @@ -1,34 +1,34 @@ PORTNAME= openldap -PORTVERSION= 2.6.2 -DISTVERSIONSUFFIX= -3.el9 +PORTVERSION= 2.6.3 +DISTVERSIONSUFFIX= -1.el9 CATEGORIES= net linux MAINTAINER= emulation@FreeBSD.org COMMENT= LDAP libraries (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.OpenLDAP.org/ USES= cpe linux:rl9 USE_LDCONFIG= yes USE_LINUX= cyrus-sasl2 nspr nss USE_LINUX_RPM= yes LIB_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} \ ${PORTNAME}-clients-${DISTVERSIONFULL} \ ${PORTNAME}-compat-${DISTVERSIONFULL} \ CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${PORTNAME}26-server/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS # do not install any openldap configuration directories/files post-patch: @${RM} -r ${WRKSRC}/etc # use a native openldap configuration directories/files post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc ${LN} -sf ${LOCALBASE}/etc/openldap ${STAGEDIR}${PREFIX}/etc/openldap .include diff --git a/net/linux-rl9-openldap/distinfo b/net/linux-rl9-openldap/distinfo index f285d80a9227..66a4b92143b6 100644 --- a/net/linux-rl9-openldap/distinfo +++ b/net/linux-rl9-openldap/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1687438549 -SHA256 (rocky/o/openldap-2.6.2-3.el9.aarch64.rpm) = 59c2ec3b5e5ef3ab8823c1558d34e4ea72dd161584b68d346035f0873ba3e7dd -SIZE (rocky/o/openldap-2.6.2-3.el9.aarch64.rpm) = 255330 -SHA256 (rocky/o/openldap-2.6.2-3.el9.x86_64.rpm) = 68c7793744fdd3b743fde89e31adeae7679a49bb0d28dba1c65508bbe77d222c -SIZE (rocky/o/openldap-2.6.2-3.el9.x86_64.rpm) = 260383 -SHA256 (rocky/o/openldap-clients-2.6.2-3.el9.aarch64.rpm) = 72695871f8b131aaccd098931c62e339b1dfa053a4bcf21d14c3c119409810e1 -SIZE (rocky/o/openldap-clients-2.6.2-3.el9.aarch64.rpm) = 172443 -SHA256 (rocky/o/openldap-clients-2.6.2-3.el9.x86_64.rpm) = f2a55e0ca9dad989d637d700150bd9e8890f018d60f5ab8977067bb6657d2784 -SIZE (rocky/o/openldap-clients-2.6.2-3.el9.x86_64.rpm) = 177763 -SHA256 (rocky/o/openldap-compat-2.6.2-3.el9.aarch64.rpm) = a18d779e61a404d61794169d2389670632a5f1f6f1e8c3a09589c8ead348dbc1 -SIZE (rocky/o/openldap-compat-2.6.2-3.el9.aarch64.rpm) = 17182 -SHA256 (rocky/o/openldap-compat-2.6.2-3.el9.x86_64.rpm) = d2d5b93915432c22eca0b29a7ad1264bbccf5b186dcff1c11aaabcdc1ac6cc05 -SIZE (rocky/o/openldap-compat-2.6.2-3.el9.x86_64.rpm) = 17073 -SHA256 (rocky/o/openldap-2.6.2-3.el9.src.rpm) = d37468cdef92d21cea291a51e34a77855a1c4af47fc53c78ecae62e99d7036db -SIZE (rocky/o/openldap-2.6.2-3.el9.src.rpm) = 6475166 +TIMESTAMP = 1707733486 +SHA256 (rocky/o/openldap-2.6.3-1.el9.aarch64.rpm) = 5ae57ff07056352afe0a35a3acd629a6067dda3d327696ae1d362b091ac6945c +SIZE (rocky/o/openldap-2.6.3-1.el9.aarch64.rpm) = 254564 +SHA256 (rocky/o/openldap-2.6.3-1.el9.x86_64.rpm) = 3dff4c7d167948e7879ebc87eeb75c278191fdaf6c1747a7a09b38a3da4e231f +SIZE (rocky/o/openldap-2.6.3-1.el9.x86_64.rpm) = 259784 +SHA256 (rocky/o/openldap-clients-2.6.3-1.el9.aarch64.rpm) = 391beaccccb27eb471e1a8f6f597325c0589a99809d83525eb55e1bfe2d6d013 +SIZE (rocky/o/openldap-clients-2.6.3-1.el9.aarch64.rpm) = 170655 +SHA256 (rocky/o/openldap-clients-2.6.3-1.el9.x86_64.rpm) = 6da02c4c9a09d5d2a11bb167b9c228ae7e51bdc38e977780055a3223fc782423 +SIZE (rocky/o/openldap-clients-2.6.3-1.el9.x86_64.rpm) = 176219 +SHA256 (rocky/o/openldap-compat-2.6.3-1.el9.aarch64.rpm) = 0c051a7437f33b9039dae648d088311a6bf7e479b0c91baee51e0d16dc68a823 +SIZE (rocky/o/openldap-compat-2.6.3-1.el9.aarch64.rpm) = 16006 +SHA256 (rocky/o/openldap-compat-2.6.3-1.el9.x86_64.rpm) = 1dd92410a8ac19a2ce252a23ec7a3bc2fba0d99f1cc9510bb88f5a92808774c2 +SIZE (rocky/o/openldap-compat-2.6.3-1.el9.x86_64.rpm) = 15923 +SHA256 (rocky/o/openldap-2.6.3-1.el9.src.rpm) = 743cf39edef50ffc035175d61bef8bc0ee3d58a6afe9e1cff616ba62fd46856e +SIZE (rocky/o/openldap-2.6.3-1.el9.src.rpm) = 6500693 diff --git a/net/linux-rl9-openldap/pkg-plist.amd64 b/net/linux-rl9-openldap/pkg-plist.amd64 index 5973ee089022..be14675e5fc3 100644 --- a/net/linux-rl9-openldap/pkg-plist.amd64 +++ b/net/linux-rl9-openldap/pkg-plist.amd64 @@ -1,65 +1,65 @@ %%ETCDIR%% usr/bin/ldapadd usr/bin/ldapcompare usr/bin/ldapdelete usr/bin/ldapexop usr/bin/ldapmodify usr/bin/ldapmodrdn usr/bin/ldappasswd usr/bin/ldapsearch usr/bin/ldapurl usr/bin/ldapvc usr/bin/ldapwhoami -usr/lib/.build-id/05/7844e0552b7f2880ca06e416a5f52cb3ae8934 -usr/lib/.build-id/42/45a96018cdcb61efca51fb39bb3f5ad02497b3 -usr/lib/.build-id/4c/7c10c146d47129bc48480366212baa83eb1925 -usr/lib/.build-id/54/3faeaa56fdb8ab6daba8c37e017eef54b5c7cc -usr/lib/.build-id/64/31263f7a670e8b13c2586f438e4e9c4cfab3a9 -usr/lib/.build-id/67/73d7d2ea8ec66f83c673c0e3b938c0aba070f0 -usr/lib/.build-id/76/d7d1c22cda872e6c13648dea6488f15fbafc28 -usr/lib/.build-id/7e/54aac41b996920e9857372fa1abb3186383881 -usr/lib/.build-id/83/0005ab7c1f1bbffacf9e14ceddb39493bfd0b8 -usr/lib/.build-id/99/5c4432160d2ec49d0ab9789f8915790ed7c269 -usr/lib/.build-id/c5/4b2030af0a07ae3889e9e3ba26dc81fef28426 -usr/lib/.build-id/c7/284b41f126d3d2d3331cd36903ac0254669fb2 -usr/lib/.build-id/cb/0210ed7bf8e4ec4e04309145d80dd4e3b5ab2e -usr/lib/.build-id/d2/8317cb959e410f7b2ed9a8652097cc6d5d29eb -usr/lib/.build-id/d2/a7a0a06aaed71071737e9e0424a00dde3d6c72 -usr/lib/.build-id/d6/066a5c656c121f429dcdefb1a147d57b4413a1 -usr/lib/.build-id/eb/f885dcfd7b87f281525f019d760b284da4beac -usr/lib/.build-id/eb/f885dcfd7b87f281525f019d760b284da4beac.1 +usr/lib/.build-id/09/8739618e3dee0b4aade00339c5e690dbf9de7d +usr/lib/.build-id/13/80946468a3b9f74ece3072c4ec5ce2c37877d1 +usr/lib/.build-id/18/b11ed4b759f8cfaaf9a559c86e267a8cb9a009 +usr/lib/.build-id/1d/a1f0042b9d41d425b4ca11fb93c668454c65df +usr/lib/.build-id/30/b3c7cc680ed2801ed2c5fc2a9d3423af6f8ef2 +usr/lib/.build-id/4a/a36fd93610bba78664a0069be4869c0c1f65b4 +usr/lib/.build-id/4c/31bda93fd962f837fa42e3173c167cb19e572e +usr/lib/.build-id/51/60dc06d8d13f01d0c6866b32f35528cf196aee +usr/lib/.build-id/65/16c9dbefb3e2fd9c7fa8b3fbe65ba8db850dac +usr/lib/.build-id/91/eccb724cdc235a4f83e86ff1a4a16a0a354d83 +usr/lib/.build-id/97/ca392931ce5cb53f527ba61d3e5b13353421c4 +usr/lib/.build-id/b0/6bfd3ee436b818cb677f32ab2ff09feac0d406 +usr/lib/.build-id/b1/d1288e749b120a14207821b1894b73dda61781 +usr/lib/.build-id/b1/d1288e749b120a14207821b1894b73dda61781.1 +usr/lib/.build-id/b4/bf8512413292bd5599a5e2650517ced739c374 +usr/lib/.build-id/d4/fb1cc7a3572d68b545e9c02ad7f0ddc8e9d57d +usr/lib/.build-id/db/d55debf1a266881e0d72ad7882f81c5d3eafef +usr/lib/.build-id/dd/9cbadb4e21380ccab69624d83aae901a064176 usr/lib64/liblber-2.4.so.2 usr/lib64/liblber-2.4.so.2.0.200 usr/lib64/liblber.so.2 usr/lib64/liblber.so.2.0.200 usr/lib64/libldap-2.4.so.2 usr/lib64/libldap-2.4.so.2.0.200 usr/lib64/libldap.so.2 usr/lib64/libldap.so.2.0.200 usr/lib64/libldap_r-2.4.so.2 usr/lib64/libldap_r-2.4.so.2.0.200 usr/lib64/libldap_r.so.2 usr/lib64/libldap_r.so.2.0.200 usr/lib64/libslapi-2.4.so.2 usr/lib64/libslapi-2.4.so.2.0.200 usr/lib64/libslapi.so.2 usr/lib64/libslapi.so.2.0.200 %%PORTDOCS%%%%DOCSDIR%%/ANNOUNCEMENT %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/README usr/share/licenses/openldap/COPYRIGHT usr/share/licenses/openldap/LICENSE usr/share/man/man1/ldapadd.1.gz usr/share/man/man1/ldapcompare.1.gz usr/share/man/man1/ldapdelete.1.gz usr/share/man/man1/ldapexop.1.gz usr/share/man/man1/ldapmodify.1.gz usr/share/man/man1/ldapmodrdn.1.gz usr/share/man/man1/ldappasswd.1.gz usr/share/man/man1/ldapsearch.1.gz usr/share/man/man1/ldapurl.1.gz usr/share/man/man1/ldapvc.1.gz usr/share/man/man1/ldapwhoami.1.gz usr/share/man/man5/ldap.conf.5.gz usr/share/man/man5/ldif.5.gz @dir usr/libexec/openldap diff --git a/print/linux-rl9-cups-libs/Makefile b/print/linux-rl9-cups-libs/Makefile index 1cdabf7ac44b..53ddc74afd5c 100644 --- a/print/linux-rl9-cups-libs/Makefile +++ b/print/linux-rl9-cups-libs/Makefile @@ -1,21 +1,22 @@ PORTNAME= cups PORTVERSION= 2.3.3 -DISTVERSIONSUFFIX= op2-16.el9 +DISTVERSIONSUFFIX= op2-21.el9 +PORTREVISION= 2 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 +USE_LINUX= avahi-libs libidn2 USE_LINUX_RPM= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX} linux-c7-${PORTNAME}${PKGNAMESUFFIX} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include diff --git a/print/linux-rl9-cups-libs/distinfo b/print/linux-rl9-cups-libs/distinfo index c0d7218d6363..4f3607e98954 100644 --- a/print/linux-rl9-cups-libs/distinfo +++ b/print/linux-rl9-cups-libs/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1686488464 -SHA256 (rocky/c/cups-libs-2.3.3op2-16.el9.aarch64.rpm) = d456dbf9e030aa650449d8c28c4fcfd368bf2d32b56460667a0669c290c69ada -SIZE (rocky/c/cups-libs-2.3.3op2-16.el9.aarch64.rpm) = 266768 -SHA256 (rocky/c/cups-libs-2.3.3op2-16.el9.x86_64.rpm) = 2e1d2a8f084ac9cd5ac481ad767faa06b769fa5dd2aa2bc83e88c0cdee4a22cb -SIZE (rocky/c/cups-libs-2.3.3op2-16.el9.x86_64.rpm) = 270239 -SHA256 (rocky/c/cups-2.3.3op2-16.el9.src.rpm) = f9f5f2f0f2a78bc07ff7bdce9c91475050342dae8c6f4ef54ef413b9819f8303 -SIZE (rocky/c/cups-2.3.3op2-16.el9.src.rpm) = 8093944 +TIMESTAMP = 1707736999 +SHA256 (rocky/c/cups-libs-2.3.3op2-21.el9.aarch64.rpm) = 26902d0d028007a3124c3303a3184299e1a0629e12183c13a255b3485d7923bb +SIZE (rocky/c/cups-libs-2.3.3op2-21.el9.aarch64.rpm) = 264876 +SHA256 (rocky/c/cups-libs-2.3.3op2-21.el9.x86_64.rpm) = d58e1ae0acf61aa1bf6e7b893c86f7911bc231133e06337198678dd379cb7024 +SIZE (rocky/c/cups-libs-2.3.3op2-21.el9.x86_64.rpm) = 266936 +SHA256 (rocky/c/cups-2.3.3op2-21.el9.src.rpm) = 0c8594cba396de5d9b352e9d7c40ddd1e8500086f567c2dff1fa151ede09240a +SIZE (rocky/c/cups-2.3.3op2-21.el9.src.rpm) = 8098925 diff --git a/print/linux-rl9-cups-libs/pkg-plist.amd64 b/print/linux-rl9-cups-libs/pkg-plist.amd64 index 4f7a7148a2ad..a5e835571d59 100644 --- a/print/linux-rl9-cups-libs/pkg-plist.amd64 +++ b/print/linux-rl9-cups-libs/pkg-plist.amd64 @@ -1,6 +1,6 @@ -usr/lib/.build-id/13/a1f523293454c70fa61238f17e719cdf860ec9 -usr/lib/.build-id/e6/db0a3bc23a4f9b0fd93568d82de81f422ad091 +usr/lib/.build-id/33/5ad9c9fc8a9c1c6a482d6b9de2fa5ab7c9eec4 +usr/lib/.build-id/ba/0ba0e7b288aaf949ed96305015c1ef36b11306 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 81652e30cc1c..09bc64eeb561 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,1408 +1,1409 @@ 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-vault SUBDIR += axc SUBDIR += barnyard2 SUBDIR += barnyard2-sguil SUBDIR += bastillion SUBDIR += bcrypt 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 += cfs 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 += clamfs SUBDIR += clamsmtp SUBDIR += clamtk SUBDIR += cloak SUBDIR += clusterssh 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 += fakeident SUBDIR += fakeroot SUBDIR += farmhash SUBDIR += fcrackzip SUBDIR += ffuf SUBDIR += fiked SUBDIR += fizz SUBDIR += flawfinder SUBDIR += fprint_demo SUBDIR += fprintd SUBDIR += fragroute SUBDIR += fragrouter SUBDIR += fswatch SUBDIR += ftimes SUBDIR += fuzz SUBDIR += fwanalog SUBDIR += fwknop SUBDIR += fwlogwatch SUBDIR += gcr 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 += gpgme-qt-headers 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 += 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 += 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 += 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-libtasn1 + SUBDIR += linux-rl9-libxcrypt SUBDIR += linux-rl9-nettle SUBDIR += linux-rl9-nss SUBDIR += linux-rl9-p11-kit 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 += 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_nextcloud_notification 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-ssl SUBDIR += oidentd SUBDIR += oinkmaster SUBDIR += olm SUBDIR += onionscan SUBDIR += op SUBDIR += openbsm SUBDIR += openca-ocspd SUBDIR += openconnect SUBDIR += openconnect-freebsd-daemon SUBDIR += openconnect-gui SUBDIR += opencryptoki SUBDIR += openct 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 += 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-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-OICQ 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-Protocol-ACME 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 += palisade SUBDIR += pam-modules SUBDIR += pam-mysql SUBDIR += pam-pgsql SUBDIR += pam_fprint 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 += 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-dfvfs 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-mnemonic SUBDIR += py-msoffcrypto-tool SUBDIR += py-muacrypt SUBDIR += py-netbox-secrets 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-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-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-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-zope.password SUBDIR += py-zxcvbn SUBDIR += pygost 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-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-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-devise_pam_authenticatable2-rails61 SUBDIR += rubygem-digest SUBDIR += rubygem-digest-crc SUBDIR += rubygem-doorkeeper SUBDIR += rubygem-doorkeeper-openid_connect SUBDIR += rubygem-doorkeeper-rails5 SUBDIR += rubygem-doorkeeper-rails50 SUBDIR += rubygem-doorkeeper-rails61 SUBDIR += rubygem-doorkeeper-rails70 SUBDIR += rubygem-duo_api SUBDIR += rubygem-ed25519 SUBDIR += rubygem-encryptor SUBDIR += rubygem-ezcrypto SUBDIR += rubygem-googleauth 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-oauth2-generic 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-pyu-ruby-sasl SUBDIR += rubygem-rack-oauth2 SUBDIR += rubygem-rack-oauth21 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-ruby-saml115 SUBDIR += rubygem-safety_net_attestation SUBDIR += rubygem-scrypt SUBDIR += rubygem-securecompare SUBDIR += rubygem-securerandom SUBDIR += rubygem-signet SUBDIR += rubygem-six SUBDIR += rubygem-ssh_data SUBDIR += rubygem-sshkey SUBDIR += rubygem-sshkit SUBDIR += rubygem-sslshake SUBDIR += rubygem-ssrf_filter 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 += 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 += sks 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 += tfsec 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_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-ca-certificates/Makefile b/security/linux-rl9-ca-certificates/Makefile index 4f737ba6db2c..1b19c349c1e4 100644 --- a/security/linux-rl9-ca-certificates/Makefile +++ b/security/linux-rl9-ca-certificates/Makefile @@ -1,17 +1,17 @@ PORTNAME= ca-certificates -PORTVERSION= 2022.2.54 -DISTVERSIONSUFFIX= -90.2.el9 +PORTVERSION= 2023.2.60 +DISTVERSIONSUFFIX= _v7.0.306-90.1.el9_2 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org COMMENT= Mozilla CA root certificate bundle (Rocky Linux ${LINUX_DIST_VER}) LICENSE= PD USES= linux:rl9 USE_LINUX= p11-kit USE_LINUX_RPM= noarch OPTIONS_DEFINE= DOCS .include diff --git a/security/linux-rl9-ca-certificates/distinfo b/security/linux-rl9-ca-certificates/distinfo index b74ee0b7ac4b..59bd00a30b38 100644 --- a/security/linux-rl9-ca-certificates/distinfo +++ b/security/linux-rl9-ca-certificates/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1686579238 -SHA256 (rocky/c/ca-certificates-2022.2.54-90.2.el9.noarch.rpm) = e15300a31a977172c117e7bbcdf82eb41ffac66505929a5dca5bab99528b4658 -SIZE (rocky/c/ca-certificates-2022.2.54-90.2.el9.noarch.rpm) = 843208 -SHA256 (rocky/c/ca-certificates-2022.2.54-90.2.el9.src.rpm) = ed62a3b1b6db97a4771558acf5058b87a82eee5699c20a1235d6799ab90630a4 -SIZE (rocky/c/ca-certificates-2022.2.54-90.2.el9.src.rpm) = 661398 +TIMESTAMP = 1696232465 +SHA256 (rocky/c/ca-certificates-2023.2.60_v7.0.306-90.1.el9_2.noarch.rpm) = 0c7bdf3ffc5f6d7e253921a58cf39ad8fae8ec353bb40fc3c0f412dddd89c9f9 +SIZE (rocky/c/ca-certificates-2023.2.60_v7.0.306-90.1.el9_2.noarch.rpm) = 855182 +SHA256 (rocky/c/ca-certificates-2023.2.60_v7.0.306-90.1.el9_2.src.rpm) = fb185d27a502a3787a4f04641fa82fb296ebba80dc0d22dac75fea89f194c0d3 +SIZE (rocky/c/ca-certificates-2023.2.60_v7.0.306-90.1.el9_2.src.rpm) = 667406 diff --git a/security/linux-rl9-gnupg/Makefile b/security/linux-rl9-gnupg/Makefile index b75a6f667ae5..92ba3efd1abb 100644 --- a/security/linux-rl9-gnupg/Makefile +++ b/security/linux-rl9-gnupg/Makefile @@ -1,27 +1,28 @@ PORTNAME= gnupg PORTVERSION= 2.3.3 -DISTVERSIONSUFFIX= -2.el9_0 +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_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= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes .include diff --git a/security/linux-rl9-gnupg/distinfo b/security/linux-rl9-gnupg/distinfo index 272685607e28..306f05f02bc8 100644 --- a/security/linux-rl9-gnupg/distinfo +++ b/security/linux-rl9-gnupg/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1688982135 -SHA256 (rocky/g/gnupg2-2.3.3-2.el9_0.aarch64.rpm) = dcc5af6d27b9fa868480416f06e4006f0980b592f133a9a6cff164d3d150dc8d -SIZE (rocky/g/gnupg2-2.3.3-2.el9_0.aarch64.rpm) = 2570075 -SHA256 (rocky/g/gnupg2-2.3.3-2.el9_0.x86_64.rpm) = ac9e8c035ce0b851d1cf9d959c74d80460d82610d5705e8e9c4496cc7578a093 -SIZE (rocky/g/gnupg2-2.3.3-2.el9_0.x86_64.rpm) = 2599359 -SHA256 (rocky/g/gnupg2-smime-2.3.3-2.el9_0.aarch64.rpm) = 0d7e91bd4bb35e8ccd577a2ad02237419776da054828bc9b2b68cdc20f624ee1 -SIZE (rocky/g/gnupg2-smime-2.3.3-2.el9_0.aarch64.rpm) = 240571 -SHA256 (rocky/g/gnupg2-smime-2.3.3-2.el9_0.x86_64.rpm) = 6c2ad44232aff2fd30ac354ee071d5b4f6a0c2b1c307d6f7531d5cf60b59488d -SIZE (rocky/g/gnupg2-smime-2.3.3-2.el9_0.x86_64.rpm) = 247635 -SHA256 (rocky/g/gnupg2-2.3.3-2.el9_0.src.rpm) = 53ae897c6bcaec8daa40cd77049b674897f427dfdc6cf8667d1dbdfa731314b1 -SIZE (rocky/g/gnupg2-2.3.3-2.el9_0.src.rpm) = 7614343 +TIMESTAMP = 1707735924 +SHA256 (rocky/g/gnupg2-2.3.3-4.el9.aarch64.rpm) = 465f8055e0d1eda90012787d61ba3d80bb2dd77f1dd9058c5d9c1a1b529fcfe4 +SIZE (rocky/g/gnupg2-2.3.3-4.el9.aarch64.rpm) = 2569896 +SHA256 (rocky/g/gnupg2-2.3.3-4.el9.x86_64.rpm) = be8e75ba0f2dacf5fde23d67b8939807696b48f33cc56881ffd656e136e5d8c8 +SIZE (rocky/g/gnupg2-2.3.3-4.el9.x86_64.rpm) = 2595806 +SHA256 (rocky/g/gnupg2-smime-2.3.3-4.el9.aarch64.rpm) = a43d733f6c62ff35bbc6e37d9a21d165f20d7fd51abccd593bce4f32bdce2003 +SIZE (rocky/g/gnupg2-smime-2.3.3-4.el9.aarch64.rpm) = 239820 +SHA256 (rocky/g/gnupg2-smime-2.3.3-4.el9.x86_64.rpm) = b5876c23d3b1a202890513e95f42ab0bb8085d1b866dd4287d0ca978921629a0 +SIZE (rocky/g/gnupg2-smime-2.3.3-4.el9.x86_64.rpm) = 246665 +SHA256 (rocky/g/gnupg2-2.3.3-4.el9.src.rpm) = 9a99f3d2872451bcbec8307c275185cbe388266448e94ce3d0fa7b76f1364355 +SIZE (rocky/g/gnupg2-2.3.3-4.el9.src.rpm) = 7615090 diff --git a/security/linux-rl9-gnupg/pkg-plist.amd64 b/security/linux-rl9-gnupg/pkg-plist.amd64 index 5cac74af3f79..0ff8de59f4d6 100644 --- a/security/linux-rl9-gnupg/pkg-plist.amd64 +++ b/security/linux-rl9-gnupg/pkg-plist.amd64 @@ -1,172 +1,172 @@ usr/bin/dirmngr usr/bin/dirmngr-client usr/bin/g13 usr/bin/gpg usr/bin/gpg-agent usr/bin/gpg-card usr/bin/gpg-connect-agent usr/bin/gpg-wks-client usr/bin/gpg-wks-server usr/bin/gpg2 usr/bin/gpgconf usr/bin/gpgparsemail usr/bin/gpgsm usr/bin/gpgsplit usr/bin/gpgtar usr/bin/gpgv usr/bin/gpgv2 usr/bin/kbxutil usr/bin/watchgnupg -usr/lib/.build-id/05/5675dec84d25989edfe9dddb309dc78f575513 -usr/lib/.build-id/18/fa14a7e13de5f657bef5855971287fceab2105 -usr/lib/.build-id/1b/3acd16bb5149801405fc97438bf5c7a247c2a9 -usr/lib/.build-id/1f/5472c75ba2d263fe67fb0b2d1d4b4897b59364 -usr/lib/.build-id/2b/01fa564ab31c40fcddc95ef9d41ea796228f64 -usr/lib/.build-id/31/342b1ae6f6802bbbec04f2319bd879c439ca5e -usr/lib/.build-id/49/0739a4e8daa254557688fa9fe87ef932124901 -usr/lib/.build-id/58/9d4af7d59e5939e553fa4fabf29e0187ab42e2 -usr/lib/.build-id/5d/fdcb90672a83128526459430a9df0f6a03a255 -usr/lib/.build-id/66/e26d4421fa26546e13e8b0023dd1ad28032b73 -usr/lib/.build-id/8a/0993c4f4426e9bc83c0923b329ab083565929a -usr/lib/.build-id/9a/18de969dd9ac57f8a63c0facf1168419aa6142 -usr/lib/.build-id/9a/4ef1b3bbf564f5efbfbd93b62301699914c360 -usr/lib/.build-id/aa/6cda849c8e416444cd25cf441980a863bc8b49 -usr/lib/.build-id/b4/8eaff1a039e4ae209d69d9f9c288b3d8474cbb -usr/lib/.build-id/b9/15b3e25d4e033dd822a9685a0fe59f6fee72f2 -usr/lib/.build-id/be/e9c70957f56ea684d33cef43284f5ed6288581 -usr/lib/.build-id/c7/ef70adeab7cd96ef44754907a2771e5ec339c0 -usr/lib/.build-id/d3/b10251c354410532f471133e2d0b4ce3f51c2a -usr/lib/.build-id/d6/eeef4dd89572b8abcfea2bee755d9c6960fdd5 -usr/lib/.build-id/f1/60d7e7648d158a35b00b6a37fee7c50677c828 -usr/lib/.build-id/fa/1035d01ba05fb5dda7fd1f06cb010990467d70 -usr/lib/.build-id/fc/557724f2c026bb4de29e716bcd03f61f0711aa -usr/lib/.build-id/fd/b5f28f7075b16a2b299eb85d285c0b035ba2d2 -usr/lib/.build-id/ff/c33175ade179aab43b2bb29a376e599a919c75 +usr/lib/.build-id/08/8fe9900e41c6a8ea4abb1905b9842d5b76155d +usr/lib/.build-id/2b/984173f96155698956cf6266e81f1afc6874db +usr/lib/.build-id/33/e00c55f5fedabda027f00dcbbc52f73627371e +usr/lib/.build-id/56/1d95edabf4597d02623d4f80cb8a386d237b48 +usr/lib/.build-id/5d/e46ceaa900553a0ff42fa0b76537e843545264 +usr/lib/.build-id/6a/63bc386f443d530ab64c4ee7ec3d7ee07cd63f +usr/lib/.build-id/71/5ea7a159e726db96faea825201b9ea672e8be8 +usr/lib/.build-id/73/4d97aab9cf9b1a0861cc5c87abdafe6de2ecfc +usr/lib/.build-id/8b/1c4d11eaa5d492d411b1ded1fead0bc10a9505 +usr/lib/.build-id/90/58c937eeaf5807163996f27b24433293de9111 +usr/lib/.build-id/aa/efa9b6684635281353045da34187d811898a7a +usr/lib/.build-id/af/97091be3b6242b3d894399b3ee23ef07c858ba +usr/lib/.build-id/b2/a8a66831858e64241110defd544c799a9bbac0 +usr/lib/.build-id/bd/6e3b56c9df91e552922f390727ed5572b2fda7 +usr/lib/.build-id/c2/9eee9ca029b1e19bb67377f95aa12cf2d40090 +usr/lib/.build-id/c9/a71fa33a522f2506d14aa668e7fccaaab60160 +usr/lib/.build-id/c9/a9da739aa6943e43a8c396d5c3c1e22d30c33e +usr/lib/.build-id/d2/dde631d066edfd56bda4cb3bc406995ad81441 +usr/lib/.build-id/d7/594eaeee3e7546d037eaf9bad9b77cddcd709c +usr/lib/.build-id/e5/948697db00e8710f4af268120a7d205ab52830 +usr/lib/.build-id/e7/b3b2290afd901996c5f0cfe0e5b0a5ed3dd599 +usr/lib/.build-id/ec/1ee918be1a03db921fcfc4e28c2725bf74ee91 +usr/lib/.build-id/ef/212b8402d82c34cf0cebb209cd3d644fc362fc +usr/lib/.build-id/fb/c4ebbd554c9ceede8f26243a391edb14986395 +usr/lib/.build-id/fc/ef5dab41048abfebffd438797d4bd2301627a0 usr/lib/systemd/user/dirmngr.service usr/lib/systemd/user/dirmngr.socket usr/lib/systemd/user/gpg-agent-browser.socket usr/lib/systemd/user/gpg-agent-extra.socket usr/lib/systemd/user/gpg-agent-ssh.socket usr/lib/systemd/user/gpg-agent.service usr/lib/systemd/user/gpg-agent.socket usr/libexec/dirmngr_ldap usr/libexec/gpg-check-pattern usr/libexec/gpg-pair-tool usr/libexec/gpg-preset-passphrase usr/libexec/gpg-protect-tool usr/libexec/gpg-wks-client usr/libexec/keyboxd usr/libexec/scdaemon usr/sbin/addgnupghome usr/sbin/applygnupgdefaults usr/sbin/g13-syshelp %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/DCO %%PORTDOCS%%%%DOCSDIR%%/DETAILS %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/HACKING %%PORTDOCS%%%%DOCSDIR%%/KEYSERVER %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/OpenPGP %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/TRANSLATE %%PORTDOCS%%%%DOCSDIR%%/examples/Automatic.prf %%PORTDOCS%%%%DOCSDIR%%/examples/README %%PORTDOCS%%%%DOCSDIR%%/examples/VS-NfD.prf %%PORTDOCS%%%%DOCSDIR%%/examples/common.conf %%PORTDOCS%%%%DOCSDIR%%/examples/debug.prf %%PORTDOCS%%%%DOCSDIR%%/examples/gpgconf.conf %%PORTDOCS%%%%DOCSDIR%%/examples/pwpattern.list %%PORTDOCS%%%%DOCSDIR%%/examples/qualified.txt %%PORTDOCS%%%%DOCSDIR%%/examples/scd-event %%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/README %%PORTDOCS%%%%DOCSDIR%%/examples/trustlist.txt %%DATADIR%%/distsigkey.gpg %%DATADIR%%/help.be.txt %%DATADIR%%/help.ca.txt %%DATADIR%%/help.cs.txt %%DATADIR%%/help.da.txt %%DATADIR%%/help.de.txt %%DATADIR%%/help.el.txt %%DATADIR%%/help.eo.txt %%DATADIR%%/help.es.txt %%DATADIR%%/help.et.txt %%DATADIR%%/help.fi.txt %%DATADIR%%/help.fr.txt %%DATADIR%%/help.gl.txt %%DATADIR%%/help.hu.txt %%DATADIR%%/help.id.txt %%DATADIR%%/help.it.txt %%DATADIR%%/help.ja.txt %%DATADIR%%/help.nb.txt %%DATADIR%%/help.pl.txt %%DATADIR%%/help.pt.txt %%DATADIR%%/help.pt_BR.txt %%DATADIR%%/help.ro.txt %%DATADIR%%/help.ru.txt %%DATADIR%%/help.sk.txt %%DATADIR%%/help.sv.txt %%DATADIR%%/help.tr.txt %%DATADIR%%/help.txt %%DATADIR%%/help.zh_CN.txt %%DATADIR%%/help.zh_TW.txt %%DATADIR%%/sks-keyservers.netCA.pem usr/share/info/gnupg.info-1.gz usr/share/info/gnupg.info-2.gz usr/share/info/gnupg.info-3.gz usr/share/info/gnupg.info.gz usr/share/licenses/gnupg2/COPYING %%NLS%%usr/share/locale/ca/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/en@quot/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gnupg2.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gnupg2.mo usr/share/man/man1/dirmngr-client.1.gz usr/share/man/man1/gpg-agent.1.gz usr/share/man/man1/gpg-card.1.gz usr/share/man/man1/gpg-check-pattern.1.gz usr/share/man/man1/gpg-connect-agent.1.gz usr/share/man/man1/gpg-preset-passphrase.1.gz usr/share/man/man1/gpg-wks-client.1.gz usr/share/man/man1/gpg-wks-server.1.gz usr/share/man/man1/gpg.1.gz usr/share/man/man1/gpg2.1.gz usr/share/man/man1/gpgconf.1.gz usr/share/man/man1/gpgparsemail.1.gz usr/share/man/man1/gpgsm.1.gz usr/share/man/man1/gpgtar.1.gz usr/share/man/man1/gpgv.1.gz usr/share/man/man1/gpgv2.1.gz usr/share/man/man1/scdaemon.1.gz usr/share/man/man1/watchgnupg.1.gz usr/share/man/man7/gnupg.7.gz usr/share/man/man7/gnupg2.7.gz usr/share/man/man8/addgnupghome.8.gz usr/share/man/man8/applygnupgdefaults.8.gz usr/share/man/man8/dirmngr.8.gz @dir %%ETCDIR%% diff --git a/security/linux-rl9-gnutls/Makefile b/security/linux-rl9-gnutls/Makefile index 3277a3a46acf..912b03eac27c 100644 --- a/security/linux-rl9-gnutls/Makefile +++ b/security/linux-rl9-gnutls/Makefile @@ -1,23 +1,24 @@ PORTNAME= gnutls PORTVERSION= 3.7.6 -DISTVERSIONSUFFIX= -21.el9_2 +PORTREVISION= 2 +DISTVERSIONSUFFIX= -23.el9_3.4 CATEGORIES= security linux 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_LDCONFIG= yes -USE_LINUX= libtasn1 nettle p11-kit +USE_LINUX= libidn2 libtasn1 nettle p11-kit USE_LINUX_RPM= yes CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes .include diff --git a/security/linux-rl9-gnutls/distinfo b/security/linux-rl9-gnutls/distinfo index 7aab9414e8a1..6d3a546139d7 100644 --- a/security/linux-rl9-gnutls/distinfo +++ b/security/linux-rl9-gnutls/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1714509322 -SHA256 (rocky/g/gnutls-3.7.6-21.el9_2.aarch64.rpm) = c5eb9e4344c74b3307e0f4e4a09f134c49fbc5a723aeea036622353bc429d5fa -SIZE (rocky/g/gnutls-3.7.6-21.el9_2.aarch64.rpm) = 1014734 -SHA256 (rocky/g/gnutls-3.7.6-21.el9_2.x86_64.rpm) = 31b97f3c4212eadd6d282580bab14f3bfff1cdab164c6eac1958a494e22fe680 -SIZE (rocky/g/gnutls-3.7.6-21.el9_2.x86_64.rpm) = 1091124 -SHA256 (rocky/g/gnutls-3.7.6-21.el9_2.src.rpm) = 66ae1105cb4a1573445bdbc7407952b673f3132f1372a354ed3ff622ad4b7d91 -SIZE (rocky/g/gnutls-3.7.6-21.el9_2.src.rpm) = 8507663 +TIMESTAMP = 1714055265 +SHA256 (rocky/g/gnutls-3.7.6-23.el9_3.4.aarch64.rpm) = 891428edf59bc9d61055b81d3f238de0b7677b1dc4e7927c966577ec5d094c36 +SIZE (rocky/g/gnutls-3.7.6-23.el9_3.4.aarch64.rpm) = 1013216 +SHA256 (rocky/g/gnutls-3.7.6-23.el9_3.4.x86_64.rpm) = 16fbfba4283b8fa4b9d2e61b0d3aeb14c60e133c0de36be151779436243d55d1 +SIZE (rocky/g/gnutls-3.7.6-23.el9_3.4.x86_64.rpm) = 1090071 +SHA256 (rocky/g/gnutls-3.7.6-23.el9_3.4.src.rpm) = 0f5a69ace4d65126c3f77489526d88824013602790a6fbec2295981028092b7d +SIZE (rocky/g/gnutls-3.7.6-23.el9_3.4.src.rpm) = 8525247 diff --git a/security/linux-rl9-gnutls/pkg-plist.amd64 b/security/linux-rl9-gnutls/pkg-plist.amd64 index 647286a98b54..2cef022831f3 100644 --- a/security/linux-rl9-gnutls/pkg-plist.amd64 +++ b/security/linux-rl9-gnutls/pkg-plist.amd64 @@ -1,28 +1,28 @@ -usr/lib/.build-id/42/33521df41e43142bbe1aea393649941ec02d44 +usr/lib/.build-id/c9/759f7ba5562670e8efc87f35ccc26a9fd1ff5c usr/lib64/.libgnutls.so.30.33.1.hmac usr/lib64/.libgnutls.so.30.hmac usr/lib64/libgnutls.so.30 usr/lib64/libgnutls.so.30.33.1 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/THANKS usr/share/licenses/gnutls/COPYING usr/share/licenses/gnutls/COPYING.LESSER usr/share/licenses/gnutls/LICENSE %%NLS%%usr/share/locale/cs/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo diff --git a/security/linux-rl9-libxcrypt/Makefile b/security/linux-rl9-libxcrypt/Makefile new file mode 100644 index 000000000000..fb2d500bf494 --- /dev/null +++ b/security/linux-rl9-libxcrypt/Makefile @@ -0,0 +1,22 @@ +PORTNAME= libxcrypt +PORTVERSION= 4.4.18 +DISTVERSIONSUFFIX= -3.el9 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Extended crypt library for descrypt, md5crypt, bcrypt, and others (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/besser82/libxcrypt + +LICENSE= LGPL21+ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/security/linux-rl9-libxcrypt/distinfo b/security/linux-rl9-libxcrypt/distinfo new file mode 100644 index 000000000000..abe9c715a1b1 --- /dev/null +++ b/security/linux-rl9-libxcrypt/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707756437 +SHA256 (rocky/l/libxcrypt-4.4.18-3.el9.aarch64.rpm) = ec12e0266ce1f96af43495c95f95fbb6d972af576f19473ea231985f8cd4d2d6 +SIZE (rocky/l/libxcrypt-4.4.18-3.el9.aarch64.rpm) = 122619 +SHA256 (rocky/l/libxcrypt-4.4.18-3.el9.x86_64.rpm) = e3c178ed2e04ac25699d5af612fad51694a23f5d544b72cab2f65d35b8db5f28 +SIZE (rocky/l/libxcrypt-4.4.18-3.el9.x86_64.rpm) = 117617 +SHA256 (rocky/l/libxcrypt-4.4.18-3.el9.src.rpm) = dba21a9a96b6532e452b45190b9ba38b56c2a1fbaecae037505c5315de014b3d +SIZE (rocky/l/libxcrypt-4.4.18-3.el9.src.rpm) = 542268 diff --git a/security/linux-rl9-libxcrypt/pkg-plist.amd64 b/security/linux-rl9-libxcrypt/pkg-plist.amd64 new file mode 100644 index 000000000000..d213db74c280 --- /dev/null +++ b/security/linux-rl9-libxcrypt/pkg-plist.amd64 @@ -0,0 +1,13 @@ +usr/lib/.build-id/43/cc909d67a7573957be572f25a1bda51b9d72d6 +usr/lib64/fipscheck/libcrypt.so.2.0.0.hmac +usr/lib64/fipscheck/libcrypt.so.2.hmac +usr/lib64/libcrypt.so.2 +usr/lib64/libcrypt.so.2.0.0 +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.rhel +%%PORTDOCS%%%%DOCSDIR%%/THANKS +usr/share/licenses/libxcrypt/AUTHORS +usr/share/licenses/libxcrypt/COPYING.LIB +usr/share/licenses/libxcrypt/LICENSING +usr/share/man/man5/crypt.5.gz diff --git a/security/linux-rl9-nss/Makefile b/security/linux-rl9-nss/Makefile index 63482e44f491..c466b47b02f1 100644 --- a/security/linux-rl9-nss/Makefile +++ b/security/linux-rl9-nss/Makefile @@ -1,24 +1,26 @@ PORTNAME= nss -PORTVERSION= 3.79.0 -DISTVERSIONSUFFIX= -18.el9_1 +PORTVERSION= 3.90.0 +DISTVERSIONSUFFIX= -6.el9_3 +PORTREVISION= 2 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org COMMENT= Network Security Services (Rocky Linux ${LINUX_DIST_VER}) WWW= https://developer.mozilla.org/docs/Mozilla/Projects/NSS USES= cpe linux:rl9 CPE_VENDOR= mozilla USE_LDCONFIG= yes USE_LINUX= nspr sqlite3 USE_LINUX_RPM= yes LIB_DISTNAMES= ${DISTNAME} \ ${PORTNAME}-softokn-${PORTVERSION}${DISTVERSIONSUFFIX} \ + ${PORTNAME}-softokn-freebl-${PORTVERSION}${DISTVERSIONSUFFIX} \ ${PORTNAME}-util-${PORTVERSION}${DISTVERSIONSUFFIX} SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include diff --git a/security/linux-rl9-nss/distinfo b/security/linux-rl9-nss/distinfo index 287ac13077e4..874015d4c784 100644 --- a/security/linux-rl9-nss/distinfo +++ b/security/linux-rl9-nss/distinfo @@ -1,15 +1,19 @@ -TIMESTAMP = 1686571753 -SHA256 (rocky/n/nss-3.79.0-18.el9_1.aarch64.rpm) = 3732da03c2e11b9e037c97a8e4096153c60890f71681408da31c7d60c73ffc8e -SIZE (rocky/n/nss-3.79.0-18.el9_1.aarch64.rpm) = 696328 -SHA256 (rocky/n/nss-3.79.0-18.el9_1.x86_64.rpm) = 861d1df85972ff033d3c80e51df0786a16bb7eb065597793e932c28ba9d06922 -SIZE (rocky/n/nss-3.79.0-18.el9_1.x86_64.rpm) = 720290 -SHA256 (rocky/n/nss-softokn-3.79.0-18.el9_1.aarch64.rpm) = c4d6a3cb62b90cd6ff25bf5da996d190ac826d801bacd5666ea2855fe02585a7 -SIZE (rocky/n/nss-softokn-3.79.0-18.el9_1.aarch64.rpm) = 381731 -SHA256 (rocky/n/nss-softokn-3.79.0-18.el9_1.x86_64.rpm) = eb0e6ceca59abd45058c4c6e1cc11234b2197e4883f48ea323bb0bb85268f6ba -SIZE (rocky/n/nss-softokn-3.79.0-18.el9_1.x86_64.rpm) = 387823 -SHA256 (rocky/n/nss-util-3.79.0-18.el9_1.aarch64.rpm) = 64eada61e377c0b9f0937c4ead77a9e75c04473437a5c71af7fab5ee7aede3ff -SIZE (rocky/n/nss-util-3.79.0-18.el9_1.aarch64.rpm) = 87028 -SHA256 (rocky/n/nss-util-3.79.0-18.el9_1.x86_64.rpm) = a593cb870784733e2e614122b36eb1c72fbfa0e8cd7a94cf692ea522d18bdb14 -SIZE (rocky/n/nss-util-3.79.0-18.el9_1.x86_64.rpm) = 90253 -SHA256 (rocky/n/nss-3.79.0-18.el9_1.src.rpm) = 68f33d82aa7cf435d15226d0d8b61b818dcdf35eaee1f98730efc465f6e9e6bb -SIZE (rocky/n/nss-3.79.0-18.el9_1.src.rpm) = 85985693 +TIMESTAMP = 1711625054 +SHA256 (rocky/n/nss-3.90.0-6.el9_3.aarch64.rpm) = 8ebc4a648dda2105f25414c79c22d906f8243600246693c188d6ac3df7ebb05a +SIZE (rocky/n/nss-3.90.0-6.el9_3.aarch64.rpm) = 697555 +SHA256 (rocky/n/nss-3.90.0-6.el9_3.x86_64.rpm) = f0052175c5d7ef60a4b6f9fd3e78637c2d562dc04b49f2450d866631b3790338 +SIZE (rocky/n/nss-3.90.0-6.el9_3.x86_64.rpm) = 720569 +SHA256 (rocky/n/nss-softokn-3.90.0-6.el9_3.aarch64.rpm) = 6669eec1cb6405967cf93fcbbad3ddfa7fe7b376498564aff829fc4aa6a23d5b +SIZE (rocky/n/nss-softokn-3.90.0-6.el9_3.aarch64.rpm) = 383605 +SHA256 (rocky/n/nss-softokn-3.90.0-6.el9_3.x86_64.rpm) = b1feaf6f9d8f5b9a5f89d171f85d3d05975f877bd28a5c374d2e70562091414e +SIZE (rocky/n/nss-softokn-3.90.0-6.el9_3.x86_64.rpm) = 389729 +SHA256 (rocky/n/nss-softokn-freebl-3.90.0-6.el9_3.aarch64.rpm) = e4b316e0e47ce4d9182c33ad4ede027a565b76990f60f296712752b9017527e0 +SIZE (rocky/n/nss-softokn-freebl-3.90.0-6.el9_3.aarch64.rpm) = 302697 +SHA256 (rocky/n/nss-softokn-freebl-3.90.0-6.el9_3.x86_64.rpm) = 0aaa74bb8989b3517fa73377c58d428106218fba0dc52d63ac1e6547882653fc +SIZE (rocky/n/nss-softokn-freebl-3.90.0-6.el9_3.x86_64.rpm) = 311966 +SHA256 (rocky/n/nss-util-3.90.0-6.el9_3.aarch64.rpm) = 922f07f475f3c9588c5cf47e78720b84d3cf5446b6fdefcf8d93468c4dc356e7 +SIZE (rocky/n/nss-util-3.90.0-6.el9_3.aarch64.rpm) = 86964 +SHA256 (rocky/n/nss-util-3.90.0-6.el9_3.x86_64.rpm) = 472859db3f59be4d6c37196363f7c0be04360c1ae37ebf66cbd9fbdab8a1dbb5 +SIZE (rocky/n/nss-util-3.90.0-6.el9_3.x86_64.rpm) = 89763 +SHA256 (rocky/n/nss-3.90.0-6.el9_3.src.rpm) = be5a1acc7afbb879988ef25229c5e4151c62b1414a87d4d727fb7e6c90c6f33a +SIZE (rocky/n/nss-3.90.0-6.el9_3.src.rpm) = 73749343 diff --git a/security/linux-rl9-nss/pkg-plist.amd64 b/security/linux-rl9-nss/pkg-plist.amd64 index 498e8f03572d..b3d60c48e5bf 100644 --- a/security/linux-rl9-nss/pkg-plist.amd64 +++ b/security/linux-rl9-nss/pkg-plist.amd64 @@ -1,33 +1,42 @@ etc/crypto-policies/local.d/nss-p11-kit.config etc/pki/nssdb/cert9.db etc/pki/nssdb/key4.db etc/pki/nssdb/pkcs11.txt -usr/lib/.build-id/15/cf251830ffe61f413a506ec95ce6507463bbe1 -usr/lib/.build-id/22/420609f9ebc460f6f8b03f27a3a1e4c634d535 -usr/lib/.build-id/33/460bdcc644170bb148cd8eeb9c7121ab1ec0df -usr/lib/.build-id/3c/567156558742557791e564c01f8170f6db610c -usr/lib/.build-id/73/d56b75dc210d14b6d9209df284a696707c26d1 -usr/lib/.build-id/74/8ac8485c5d53d0457796d3cc0039307c138f96 -usr/lib/.build-id/78/3578d6f0dc9d62068713988c6a03d3b2182f07 -usr/lib/.build-id/9a/b60f87c000098d5c501c570fc4f4512c2f0fc5 -usr/lib/.build-id/aa/be5a91fe788f67805f1228d07c6d9cf7a912f5 -usr/lib/.build-id/b0/3d4dedc2465105813ecc559f8168654eacc022 -usr/lib/.build-id/c2/d7b6f017ab176da64c3d129311e636c0dce5ab +usr/lib/.build-id/23/fa817f957548b55eb359a592903e3bde39ad24 +usr/lib/.build-id/25/804fe620325706652eb6519e384368512f2101 +usr/lib/.build-id/3e/443211ac0398e1254c5ec82ece020baf026ca7 +usr/lib/.build-id/42/56aef92dfa9c2fce62080bdc28283c86501279 +usr/lib/.build-id/4c/025192e6744d38a58007605e8df44c18206917 +usr/lib/.build-id/57/bde7079f84815afdaab72cb07c25b334a10390 +usr/lib/.build-id/5a/de4319490326d8177576830620d6bb7976d2d9 +usr/lib/.build-id/8a/623d5b1a0305ce561c66ed8241baaf3ce032b7 +usr/lib/.build-id/a1/28066cba01c453c55d909d0ce8d9f82ba7ddab +usr/lib/.build-id/a6/639ae16a0c540cf8a3d1ee82711647969f9f09 +usr/lib/.build-id/d4/5c75a40cf2ffd847d0b387b378f6c0986dda39 +usr/lib/.build-id/e1/e6b97a372cf483b18ea1cfad6ec33259988a6a +usr/lib/.build-id/ea/f59bac29b8e6ea0869437bd54de032c93c5ef4 +usr/lib/dracut/dracut.conf.d/50-nss-softokn.conf +usr/lib/dracut/modules.d/05nss-softokn/module-setup.sh +usr/lib64/libfreebl3.chk +usr/lib64/libfreebl3.so +usr/lib64/libfreeblpriv3.chk +usr/lib64/libfreeblpriv3.so usr/lib64/libnss3.so usr/lib64/libnssutil3.so usr/lib64/libsmime3.so usr/lib64/libsoftokn3.chk usr/lib64/libsoftokn3.so usr/lib64/libssl3.so usr/lib64/nss/unsupported-tools/bltest usr/lib64/nss/unsupported-tools/dbtool usr/lib64/nss/unsupported-tools/ecperf usr/lib64/nss/unsupported-tools/fbectest usr/lib64/nss/unsupported-tools/fipstest usr/lib64/nss/unsupported-tools/shlibsign +usr/share/licenses/nss-softokn-freebl/COPYING usr/share/licenses/nss-util/COPYING usr/share/licenses/nss/COPYING usr/share/man/man5/cert9.db.5.gz usr/share/man/man5/key4.db.5.gz usr/share/man/man5/pkcs11.txt.5.gz @dir usr/lib64/nss/saved diff --git a/security/linux-rl9-p11-kit/Makefile b/security/linux-rl9-p11-kit/Makefile index 8f991224c890..17ba98f327db 100644 --- a/security/linux-rl9-p11-kit/Makefile +++ b/security/linux-rl9-p11-kit/Makefile @@ -1,23 +1,27 @@ PORTNAME= p11-kit PORTVERSION= 0.24.1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -2.el9 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org COMMENT= Library for loading and enumerating of PKCS\#11 modules (Rocky Linux ${LINUX_DIST_VER}) WWW= https://p11-glue.freedesktop.org/p11-kit.html USES= linux:rl9 USE_LDCONFIG= yes USE_LINUX= libtasn1 USE_LINUX_RPM= yes LIB_DISTNAMES= ${DISTNAME} \ p11-kit-trust-${DISTVERSION}${DISTVERSIONSUFFIX} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes +post-install: + ${RLN} ${STAGEDIR}${PREFIX}/usr/lib64/pkcs11/p11-kit-trust.so ${STAGEDIR}${PREFIX}/usr/lib64/libnssckbi.so + .include diff --git a/security/linux-rl9-p11-kit/pkg-plist.amd64 b/security/linux-rl9-p11-kit/pkg-plist.amd64 index 9fcf4c485a78..03ea097ee26a 100644 --- a/security/linux-rl9-p11-kit/pkg-plist.amd64 +++ b/security/linux-rl9-p11-kit/pkg-plist.amd64 @@ -1,95 +1,97 @@ usr/bin/p11-kit usr/bin/trust usr/lib/.build-id/2f/097797e6c067f2b9737ad8db31ed88570b23aa usr/lib/.build-id/91/b508817cb4ba7adc747b30c805992884ce5822 usr/lib/.build-id/af/932c6d036d0e42d7cc73e32ea8c5b5a8be0461 usr/lib/.build-id/df/b37e76ad1fc2e88c505b8c45c62a7ae9c8092a usr/lib/.build-id/e4/cb5269d217f43b6035df6e629ebe5d9fbf53e5 usr/lib64/libp11-kit.so.0 usr/lib64/libp11-kit.so.0.3.0 +usr/lib64/libnssckbi.so usr/lib64/p11-kit-proxy.so +@rmtry usr/lib64/p11-kit-trust.so usr/lib64/pkcs11/p11-kit-trust.so usr/libexec/p11-kit/p11-kit-remote usr/libexec/p11-kit/trust-extract-compat usr/share/bash-completion/completions/p11-kit usr/share/bash-completion/completions/trust %%PORTDOCS%%usr/share/doc/p11-kit/AUTHORS %%PORTDOCS%%usr/share/doc/p11-kit/NEWS %%PORTDOCS%%usr/share/doc/p11-kit/README %%PORTDOCS%%usr/share/doc/p11-kit/pkcs11.conf.example usr/share/licenses/p11-kit/COPYING %%NLS%%usr/share/locale/ar/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/az/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/cy/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/fo/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/ia/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/nn/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/sq/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/p11-kit.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/p11-kit.mo usr/share/man/man1/trust.1.gz usr/share/man/man5/pkcs11.conf.5.gz usr/share/man/man8/p11-kit.8.gz %%DATADIR%%/modules/p11-kit-trust.module @dir etc/pkcs11/modules diff --git a/textproc/Makefile b/textproc/Makefile index bcfe6160c3f2..906d9f65630f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,2167 +1,2168 @@ 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-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-utf8 SUBDIR += R-cran-vroom 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 += btparse 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 += 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 += diffmark 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 += 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 += jarowinkler-cpp 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 += 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 += libkmfl SUBDIR += libkolabxml SUBDIR += libkomparediff2 SUBDIR += liblingoteach 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 += 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-libxml2 + SUBDIR += linux-rl9-libxslt SUBDIR += linuxdoc SUBDIR += linuxdoc-tools SUBDIR += localize SUBDIR += logseq SUBDIR += lookatme SUBDIR += loook SUBDIR += lowdown SUBDIR += lt-aspell SUBDIR += lt-hyphen SUBDIR += lttoolbox SUBDIR += lua-icu-utils SUBDIR += lua-lyaml SUBDIR += luaexpat 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 += mergestat 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-text 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-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-DifferenceMarkup 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-xdiff2 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 += 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-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-faust-cchardet SUBDIR += py-feedparser 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-griffe 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-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-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-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-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-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-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-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-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-xmp-toolkit SUBDIR += py-pytidylib SUBDIR += py-pytkdocs SUBDIR += py-pytoml 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-cli SUBDIR += py-rich-rst SUBDIR += py-rich12 SUBDIR += py-rnc2rng SUBDIR += py-rss2gen 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-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-adadomain SUBDIR += py-sphinxcontrib-applehelp SUBDIR += py-sphinxcontrib-autoprogram SUBDIR += py-sphinxcontrib-bibtex SUBDIR += py-sphinxcontrib-bitbucket SUBDIR += py-sphinxcontrib-devhelp SUBDIR += py-sphinxcontrib-fulltoc SUBDIR += py-sphinxcontrib-htmlhelp SUBDIR += py-sphinxcontrib-httpdomain SUBDIR += py-sphinxcontrib-issuetracker SUBDIR += py-sphinxcontrib-jsmath SUBDIR += py-sphinxcontrib-log-cabinet SUBDIR += py-sphinxcontrib-napoleon SUBDIR += py-sphinxcontrib-newsfeed SUBDIR += py-sphinxcontrib-programoutput SUBDIR += py-sphinxcontrib-qthelp SUBDIR += py-sphinxcontrib-serializinghtml 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-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-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-wasabi SUBDIR += py-wavedrom SUBDIR += py-wcmatch SUBDIR += py-whatthepatch SUBDIR += py-whoosh SUBDIR += py-wordcloud SUBDIR += py-wordnet 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 += 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-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-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-api7 SUBDIR += rubygem-elasticsearch-api713 SUBDIR += rubygem-elasticsearch-dsl SUBDIR += rubygem-elasticsearch-model SUBDIR += rubygem-elasticsearch-model713 SUBDIR += rubygem-elasticsearch-persistence SUBDIR += rubygem-elasticsearch-rails SUBDIR += rubygem-elasticsearch-transport SUBDIR += rubygem-elasticsearch-transport713 SUBDIR += rubygem-elasticsearch-xpack SUBDIR += rubygem-elasticsearch7 SUBDIR += rubygem-elasticsearch713 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-parser-gfm 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-ltsv SUBDIR += rubygem-markaby SUBDIR += rubygem-mdl SUBDIR += rubygem-minima SUBDIR += rubygem-multi_xml SUBDIR += rubygem-nokogiri SUBDIR += rubygem-nokogiri-diff SUBDIR += rubygem-nokogiri111 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-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-ri_cal SUBDIR += rubygem-rly SUBDIR += rubygem-rmmseg-cpp SUBDIR += rubygem-ronn SUBDIR += rubygem-rouge SUBDIR += rubygem-rouge3 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-sassc22 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-static_holmes 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 += 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 += ssddiff SUBDIR += stardict-dict-fa_IR SUBDIR += stardict-dictd_mova SUBDIR += stardict-rptts SUBDIR += stardict3 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 += 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 += wbxml2 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 += 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 043be551293f..5e0657d03744 100644 --- a/textproc/linux-rl9-expat/Makefile +++ b/textproc/linux-rl9-expat/Makefile @@ -1,23 +1,24 @@ PORTNAME= expat PORTVERSION= 2.5.0 -DISTVERSIONSUFFIX= -1.el9 +PORTREVISION= 1 +DISTVERSIONSUFFIX= -1.el9_3.1 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 CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr OPTIONS_DEFINE= DOCS .include diff --git a/textproc/linux-rl9-expat/distinfo b/textproc/linux-rl9-expat/distinfo index 6c13c1ab460b..4c013c277346 100644 --- a/textproc/linux-rl9-expat/distinfo +++ b/textproc/linux-rl9-expat/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1686554533 -SHA256 (rocky/e/expat-2.5.0-1.el9.aarch64.rpm) = 1bb0f3064e662baf444313618bc3e839d9baf5461f1ab42bc26ce0e64dbe2a32 -SIZE (rocky/e/expat-2.5.0-1.el9.aarch64.rpm) = 113294 -SHA256 (rocky/e/expat-2.5.0-1.el9.x86_64.rpm) = 588588c888cb957052ac7acd3d2727b82ce7a7b6f0eac38eaf7a252e45af8c28 -SIZE (rocky/e/expat-2.5.0-1.el9.x86_64.rpm) = 118847 -SHA256 (rocky/e/expat-2.5.0-1.el9.src.rpm) = f9a3e098c90528f288a4874e5532e4c9445fbfb0329c4af9bea218cd25f535d4 -SIZE (rocky/e/expat-2.5.0-1.el9.src.rpm) = 8335529 +TIMESTAMP = 1711625090 +SHA256 (rocky/e/expat-2.5.0-1.el9_3.1.aarch64.rpm) = cf194936dbce6690724b6f8666417240ff48081a320e1e74ffcf85e70cc360cc +SIZE (rocky/e/expat-2.5.0-1.el9_3.1.aarch64.rpm) = 112147 +SHA256 (rocky/e/expat-2.5.0-1.el9_3.1.x86_64.rpm) = c4f427ff2382232ac18ee28f2513811e968d0e91967bd66fcc045dcb03725772 +SIZE (rocky/e/expat-2.5.0-1.el9_3.1.x86_64.rpm) = 117760 +SHA256 (rocky/e/expat-2.5.0-1.el9_3.1.src.rpm) = 0a7057053ba90672737e6012e8fe414332c406377c2d71f94253e96c79a74444 +SIZE (rocky/e/expat-2.5.0-1.el9_3.1.src.rpm) = 8353041 diff --git a/textproc/linux-rl9-expat/pkg-plist.amd64 b/textproc/linux-rl9-expat/pkg-plist.amd64 index de13e69e7455..391429b451f8 100644 --- a/textproc/linux-rl9-expat/pkg-plist.amd64 +++ b/textproc/linux-rl9-expat/pkg-plist.amd64 @@ -1,9 +1,9 @@ usr/bin/xmlwf -usr/lib/.build-id/9a/41ed42b487f1fd56b143c1fb23d0a026855b61 -usr/lib/.build-id/f5/898ecdf9b8a818232a2d64e40ee70ff0e98fa1 +usr/lib/.build-id/b6/3f27685c67993afdbf297b835cd2f00c7e173a +usr/lib/.build-id/d4/eb38fa5ae567000de318e277209c9dfd495bd7 usr/lib64/libexpat.so.1 usr/lib64/libexpat.so.1.8.10 %%PORTDOCS%%usr/share/doc/expat/AUTHORS %%PORTDOCS%%usr/share/doc/expat/Changes usr/share/licenses/expat/COPYING usr/share/man/man1/xmlwf.1.gz diff --git a/textproc/linux-rl9-libxml2/Makefile b/textproc/linux-rl9-libxml2/Makefile index 137d8b97e76a..c16d7a4fe6d9 100644 --- a/textproc/linux-rl9-libxml2/Makefile +++ b/textproc/linux-rl9-libxml2/Makefile @@ -1,22 +1,23 @@ PORTNAME= libxml2 PORTVERSION= 2.9.13 -DISTVERSIONSUFFIX= -3.el9_1 +DISTVERSIONSUFFIX= -5.el9_3 +PORTREVISION= 2 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 CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr OPTIONS_DEFINE= DOCS .include diff --git a/textproc/linux-rl9-libxml2/distinfo b/textproc/linux-rl9-libxml2/distinfo index 9764d7a601dc..b0fd573905fb 100644 --- a/textproc/linux-rl9-libxml2/distinfo +++ b/textproc/linux-rl9-libxml2/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1686555627 -SHA256 (rocky/l/libxml2-2.9.13-3.el9_1.aarch64.rpm) = dde66a07cb8a8356822e9412e1c6b2495d82918ea78fd0d6339d3b4013d6e403 -SIZE (rocky/l/libxml2-2.9.13-3.el9_1.aarch64.rpm) = 746492 -SHA256 (rocky/l/libxml2-2.9.13-3.el9_1.x86_64.rpm) = c5e27042c1a468c3d96bdd521d19d27c5a2db6dd0297792b7edfdbc3aa9ddeae -SIZE (rocky/l/libxml2-2.9.13-3.el9_1.x86_64.rpm) = 764483 -SHA256 (rocky/l/libxml2-2.9.13-3.el9_1.src.rpm) = 9ae77090f75a8dc66aaa2843646e7d14a0679e66f632801284e8035accbfd0ca -SIZE (rocky/l/libxml2-2.9.13-3.el9_1.src.rpm) = 3269672 +TIMESTAMP = 1707691548 +SHA256 (rocky/l/libxml2-2.9.13-5.el9_3.aarch64.rpm) = 56cfd234163b771068ae96d37e1b0e1c648471ae097eb37f6de6c3c38b0ede04 +SIZE (rocky/l/libxml2-2.9.13-5.el9_3.aarch64.rpm) = 745644 +SHA256 (rocky/l/libxml2-2.9.13-5.el9_3.x86_64.rpm) = b28cb915e66606b984bc0b583ef43bf9205541d3bf6ddddefc694d357581e5ee +SIZE (rocky/l/libxml2-2.9.13-5.el9_3.x86_64.rpm) = 763693 +SHA256 (rocky/l/libxml2-2.9.13-5.el9_3.src.rpm) = 53a550785add44ed052cd627d7b50037f317eba3d700265afdc9e304e662c7f2 +SIZE (rocky/l/libxml2-2.9.13-5.el9_3.src.rpm) = 3272317 diff --git a/textproc/linux-rl9-libxml2/pkg-plist.amd64 b/textproc/linux-rl9-libxml2/pkg-plist.amd64 index 99e3a2e194b8..8e4d8e8d42d8 100644 --- a/textproc/linux-rl9-libxml2/pkg-plist.amd64 +++ b/textproc/linux-rl9-libxml2/pkg-plist.amd64 @@ -1,14 +1,14 @@ usr/bin/xmlcatalog usr/bin/xmllint -usr/lib/.build-id/19/1eb7c87658db73d96c2fb7dc8e94175d1eb88c -usr/lib/.build-id/31/75d5777b54e42141250543b6acc4794da1b104 -usr/lib/.build-id/f4/787e60dd9f424f26995d2d8babc06c3d050b6e +usr/lib/.build-id/08/f6512858b89cedf0f791b2116e8fcd9b23dbac +usr/lib/.build-id/36/608860d599d117b3ba58a4ef1c2a9b83545b5b +usr/lib/.build-id/ab/d7e9abd7b2c5f04945634bb119f5db06016ffd 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 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-libxslt/Makefile b/textproc/linux-rl9-libxslt/Makefile new file mode 100644 index 000000000000..7cecac52f142 --- /dev/null +++ b/textproc/linux-rl9-libxslt/Makefile @@ -0,0 +1,21 @@ +PORTNAME= libxslt +PORTVERSION= 1.1.34 +DISTVERSIONSUFFIX= -9.el9 +CATEGORIES= textproc linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= XSLT C library for GNOME (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://gitlab.gnome.org/GNOME/libxslt/ + +USES= cpe linux:rl9 +CPE_VENDOR= xmlsoft +USE_LDCONFIG= yes +USE_LINUX= libxml2 +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR:H}/${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/textproc/linux-rl9-libxslt/distinfo b/textproc/linux-rl9-libxslt/distinfo new file mode 100644 index 000000000000..19a4f68d947c --- /dev/null +++ b/textproc/linux-rl9-libxslt/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707691716 +SHA256 (rocky/l/libxslt-1.1.34-9.el9.aarch64.rpm) = 0a67205d05c7bd5b69db0c406123e01e0589f064470f7b75accc9b23fc6e8788 +SIZE (rocky/l/libxslt-1.1.34-9.el9.aarch64.rpm) = 242983 +SHA256 (rocky/l/libxslt-1.1.34-9.el9.x86_64.rpm) = 0127ecfbfb6b1f3bafccb4057e882b9f5f39123fdb55d33e64a5f0fb943810d6 +SIZE (rocky/l/libxslt-1.1.34-9.el9.x86_64.rpm) = 246195 +SHA256 (rocky/l/libxslt-1.1.34-9.el9.src.rpm) = 51f71b25ca438df54897bd0c33f681b12c5d67d6f1351e967cb5344826b389c8 +SIZE (rocky/l/libxslt-1.1.34-9.el9.src.rpm) = 3550548 diff --git a/textproc/linux-rl9-libxslt/pkg-plist.amd64 b/textproc/linux-rl9-libxslt/pkg-plist.amd64 new file mode 100644 index 000000000000..740bc8d31d11 --- /dev/null +++ b/textproc/linux-rl9-libxslt/pkg-plist.amd64 @@ -0,0 +1,16 @@ +usr/bin/xsltproc +usr/lib/.build-id/09/000b7a5add5792ba43266d0095297982881bba +usr/lib/.build-id/bb/df6e3d217cad6a4989429750a29dd566c29238 +usr/lib/.build-id/d0/706dd6596d26a80691286e9e952a7f1281a53e +usr/lib64/libexslt.so.0 +usr/lib64/libexslt.so.0.8.20 +usr/lib64/libxslt.so.1 +usr/lib64/libxslt.so.1.1.34 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/FEATURES +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libxslt/Copyright +usr/share/man/man1/xsltproc.1.gz +@dir usr/lib64/libxslt-plugins diff --git a/www/Makefile b/www/Makefile index 5451557526a6..3048d975cdd1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,2544 +1,2545 @@ COMMENT = Ports related to the World Wide Web SUBDIR += R-cran-RgoogleMaps SUBDIR += R-cran-Rook SUBDIR += R-cran-bslib SUBDIR += R-cran-crosstalk SUBDIR += R-cran-downloader SUBDIR += R-cran-gh SUBDIR += R-cran-htmlwidgets SUBDIR += R-cran-httpuv SUBDIR += R-cran-httr SUBDIR += R-cran-jquerylib SUBDIR += R-cran-rvest SUBDIR += R-cran-scrapeR SUBDIR += R-cran-selectr SUBDIR += R-cran-servr SUBDIR += R-cran-shiny SUBDIR += R-cran-shinyjs SUBDIR += R-cran-webshot SUBDIR += Stikked SUBDIR += UniversalFeedCreator SUBDIR += adguardhome SUBDIR += adjuster SUBDIR += adzap SUBDIR += alef-webfont SUBDIR += amfora SUBDIR += amphetadesk SUBDIR += analog SUBDIR += angie SUBDIR += angie-module-auth-jwt SUBDIR += angie-module-auth-spnego SUBDIR += angie-module-brotli SUBDIR += angie-module-cache-purge SUBDIR += angie-module-dav-ext SUBDIR += angie-module-echo SUBDIR += angie-module-enhanced-memcached SUBDIR += angie-module-eval SUBDIR += angie-module-geoip2 SUBDIR += angie-module-headers-more SUBDIR += angie-module-image-filter SUBDIR += angie-module-jwt SUBDIR += angie-module-keyval SUBDIR += angie-module-lua SUBDIR += angie-module-ndk SUBDIR += angie-module-njs SUBDIR += angie-module-perl SUBDIR += angie-module-postgres SUBDIR += angie-module-redis2 SUBDIR += angie-module-rtmp SUBDIR += angie-module-set-misc SUBDIR += angie-module-subs SUBDIR += angie-module-testcookie SUBDIR += angie-module-upload SUBDIR += angie-module-vod SUBDIR += angie-module-xslt SUBDIR += anyremote2html SUBDIR += apache-mode.el SUBDIR += apache24 SUBDIR += apt-cacher-ng SUBDIR += aquatone SUBDIR += archiva SUBDIR += aria2 SUBDIR += asql SUBDIR += authelia SUBDIR += awstats SUBDIR += axis2 SUBDIR += bacula-web SUBDIR += baculum-api SUBDIR += baculum-common SUBDIR += baculum-web SUBDIR += badwolf SUBDIR += baikal SUBDIR += bareos-webui SUBDIR += bareos20-webui SUBDIR += bareos21-webui SUBDIR += bareos22-webui SUBDIR += beehive SUBDIR += bkmrkconv SUBDIR += bluefish SUBDIR += bolt SUBDIR += bozohttpd SUBDIR += browsh SUBDIR += bugzilla2atom SUBDIR += buku SUBDIR += butterfly SUBDIR += c-icap SUBDIR += c-icap-modules SUBDIR += cadaver SUBDIR += caddy SUBDIR += caddy-custom SUBDIR += calamaris SUBDIR += calamaris-devel SUBDIR += caldavzap SUBDIR += carbonapi SUBDIR += castget SUBDIR += castor SUBDIR += cgi-lib SUBDIR += cgi-lib.pl SUBDIR += cgicc SUBDIR += cgiwrap SUBDIR += checkbot SUBDIR += chems SUBDIR += chisel SUBDIR += choqok SUBDIR += chpasswd SUBDIR += chrome-gnome-shell SUBDIR += chromium SUBDIR += cinny SUBDIR += civetweb SUBDIR += ckeditor SUBDIR += cl-lml SUBDIR += cl-lml-sbcl SUBDIR += clearsilver SUBDIR += closure-compiler SUBDIR += cntlm SUBDIR += cobalt SUBDIR += codeigniter SUBDIR += colly SUBDIR += coppermine SUBDIR += cplanet SUBDIR += cpp-httplib SUBDIR += cpr SUBDIR += crawl SUBDIR += css-mode.el SUBDIR += cssed SUBDIR += csso SUBDIR += csstidy SUBDIR += ctemplate SUBDIR += cutelyst SUBDIR += darkhttpd SUBDIR += dasherr SUBDIR += davical SUBDIR += davix SUBDIR += dddbl SUBDIR += ddgr SUBDIR += deforaos-surfer SUBDIR += deno SUBDIR += devd SUBDIR += dezoomify-rs SUBDIR += dillo2 SUBDIR += dmarcts-report-viewer SUBDIR += dojo SUBDIR += dokuwiki SUBDIR += dolibarr SUBDIR += dolibarr16 SUBDIR += dolibarr17 SUBDIR += dolibarr18 SUBDIR += domoticz SUBDIR += dooble SUBDIR += dot-http SUBDIR += dpp SUBDIR += drill SUBDIR += drupal10 SUBDIR += drupal7 SUBDIR += drupal7-wysiwyg SUBDIR += drush SUBDIR += dtse SUBDIR += dufs SUBDIR += e107 SUBDIR += e2guardian SUBDIR += edbrowse SUBDIR += eden SUBDIR += element-web SUBDIR += elgg SUBDIR += elinks SUBDIR += emacs-w3m SUBDIR += encode-explorer SUBDIR += envoy SUBDIR += eolie SUBDIR += ephemera SUBDIR += epiphany SUBDIR += fabio SUBDIR += falkon SUBDIR += fancybox SUBDIR += faup SUBDIR += fcgi SUBDIR += fcgiwrap SUBDIR += ffproxy SUBDIR += ffsend SUBDIR += fgallery SUBDIR += filtron SUBDIR += firedm SUBDIR += firefox SUBDIR += firefox-esr SUBDIR += flat-frog SUBDIR += flexget SUBDIR += flickcurl SUBDIR += foreign-cdm SUBDIR += forgejo SUBDIR += formication SUBDIR += foswiki SUBDIR += free-sa-devel SUBDIR += freenginx SUBDIR += fswiki SUBDIR += fusionpbx SUBDIR += g-cows SUBDIR += g-gcl SUBDIR += galene SUBDIR += gallery-dl SUBDIR += gallery2 SUBDIR += garage SUBDIR += gatling SUBDIR += gauche-makiki SUBDIR += geckodriver SUBDIR += geneweb SUBDIR += geolizer SUBDIR += ghostunnel SUBDIR += gist SUBDIR += gitea SUBDIR += gitlab SUBDIR += gitlab-pages SUBDIR += gitlab-workhorse SUBDIR += glassfish SUBDIR += glassfish4 SUBDIR += glewlwyd SUBDIR += glpi SUBDIR += gnome-user-share SUBDIR += go-www SUBDIR += gobuffalo SUBDIR += gohugo SUBDIR += googlebook_dl SUBDIR += googler SUBDIR += goose SUBDIR += gophernicus SUBDIR += gopherus SUBDIR += gotty SUBDIR += gpx2map SUBDIR += grafana SUBDIR += grafana9 SUBDIR += grails SUBDIR += gregarius SUBDIR += groupoffice SUBDIR += grr SUBDIR += gstreamer1-plugins-neon SUBDIR += gstreamer1-plugins-srt SUBDIR += gtkhtml4 SUBDIR += guacamole-client SUBDIR += gurl SUBDIR += gwsocket SUBDIR += h2c SUBDIR += h2o SUBDIR += habari SUBDIR += hiawatha SUBDIR += hiawatha-monitor SUBDIR += homer-web SUBDIR += hotcrp SUBDIR += hs-DAV SUBDIR += hs-gitit SUBDIR += hs-hjsmin SUBDIR += hs-postgrest SUBDIR += hs-wai-app-static SUBDIR += hs-yesod-bin SUBDIR += htdigest SUBDIR += htdump SUBDIR += html2hdml SUBDIR += html2wml SUBDIR += htmlcompressor SUBDIR += htmlcxx SUBDIR += httest SUBDIR += http-parser SUBDIR += http_get SUBDIR += http_load SUBDIR += http_post SUBDIR += httpasyncclient SUBDIR += httpclient SUBDIR += httpcore SUBDIR += httptunnel SUBDIR += httrack SUBDIR += hurl SUBDIR += hypermail SUBDIR += icapeg SUBDIR += igal2 SUBDIR += ikiwiki SUBDIR += ilias SUBDIR += interchange SUBDIR += iridium SUBDIR += itop SUBDIR += janus SUBDIR += jericho-html SUBDIR += jesred SUBDIR += jetty10 SUBDIR += jira-cli SUBDIR += jitsi-meet SUBDIR += jmeter SUBDIR += joomla4 SUBDIR += joomla5 SUBDIR += jwt-cli SUBDIR += kanboard SUBDIR += kannel SUBDIR += kannel-sqlbox SUBDIR += kcgi SUBDIR += kdsoap SUBDIR += kf5-khtml SUBDIR += kf5-kjs SUBDIR += kf5-kjsembed SUBDIR += kineto SUBDIR += kiwix-tools SUBDIR += kohana SUBDIR += ladybird SUBDIR += lagrange SUBDIR += larbin SUBDIR += libapreq2 SUBDIR += libdatachannel SUBDIR += libdom SUBDIR += libecap SUBDIR += libepc SUBDIR += libevhtp SUBDIR += libhsts SUBDIR += libhubbub SUBDIR += libjwt SUBDIR += libmicrohttpd SUBDIR += libnghttp2 SUBDIR += libnghttp3 SUBDIR += libresonic-standalone SUBDIR += librespeed SUBDIR += librewolf SUBDIR += librtcdcpp SUBDIR += libwpe SUBDIR += libwww SUBDIR += lightsquid SUBDIR += lighttpd SUBDIR += limesurvey SUBDIR += linklint SUBDIR += links SUBDIR += links1 SUBDIR += linux-c7-qtwebkit + SUBDIR += linux-rl9-libnghttp2 SUBDIR += linux-widevine-cdm SUBDIR += litmus SUBDIR += ljdeps SUBDIR += llhttp SUBDIR += loco SUBDIR += logswan SUBDIR += logtools SUBDIR += ls-qpack SUBDIR += lua-resty-core SUBDIR += lua-resty-http SUBDIR += lua-resty-lrucache SUBDIR += lua-resty-session SUBDIR += luakit SUBDIR += luakit-devel SUBDIR += lux SUBDIR += lychee SUBDIR += lynx SUBDIR += lynx-current SUBDIR += lzr SUBDIR += man2web SUBDIR += manpageblog SUBDIR += mathjax SUBDIR += mathjax3 SUBDIR += mathopd SUBDIR += matomo SUBDIR += mattermost-server SUBDIR += mattermost-webapp SUBDIR += mediawiki139 SUBDIR += mediawiki140 SUBDIR += mediawiki141 SUBDIR += mergelog SUBDIR += mhonarc SUBDIR += micro_httpd SUBDIR += microbin SUBDIR += middleman SUBDIR += midori SUBDIR += mimetex SUBDIR += mini_httpd SUBDIR += miniflux SUBDIR += minio SUBDIR += minio-client SUBDIR += miniserve SUBDIR += mirrorselect SUBDIR += mitmproxy SUBDIR += mknmz-wwwoffle SUBDIR += mnogosearch SUBDIR += mod_amazon_proxy SUBDIR += mod_asn SUBDIR += mod_auth_cas SUBDIR += mod_auth_cookie_mysql2 SUBDIR += mod_auth_gssapi SUBDIR += mod_auth_kerb2 SUBDIR += mod_auth_mellon SUBDIR += mod_auth_mysql2 SUBDIR += mod_auth_mysql_another SUBDIR += mod_auth_openid SUBDIR += mod_auth_openidc SUBDIR += mod_auth_pam2 SUBDIR += mod_auth_pgsql2 SUBDIR += mod_auth_pubtkt SUBDIR += mod_auth_tkt SUBDIR += mod_auth_xradius SUBDIR += mod_authn_dovecot SUBDIR += mod_authnz_external24 SUBDIR += mod_authz_unixgroup24 SUBDIR += mod_cfg_ldap SUBDIR += mod_cloudflare SUBDIR += mod_dav_svn SUBDIR += mod_defensible SUBDIR += mod_dnssd SUBDIR += mod_evasive SUBDIR += mod_fastcgi SUBDIR += mod_fcgid SUBDIR += mod_fileiri SUBDIR += mod_gnutls SUBDIR += mod_h264_streaming SUBDIR += mod_http2 SUBDIR += mod_jk SUBDIR += mod_limitipconn2 SUBDIR += mod_log_sql SUBDIR += mod_maxminddb SUBDIR += mod_memcache SUBDIR += mod_memcache_block SUBDIR += mod_mono SUBDIR += mod_mpm_itk SUBDIR += mod_perl2 SUBDIR += mod_php81 SUBDIR += mod_php82 SUBDIR += mod_php83 SUBDIR += mod_proctitle SUBDIR += mod_qos SUBDIR += mod_realdoc SUBDIR += mod_reproxy SUBDIR += mod_rivet SUBDIR += mod_rpaf2 SUBDIR += mod_scgi SUBDIR += mod_security SUBDIR += mod_setenvifplus SUBDIR += mod_umask SUBDIR += mod_webauth SUBDIR += mod_webkit SUBDIR += mod_wsgi4 SUBDIR += mod_xsendfile SUBDIR += mohawk SUBDIR += moinmoin SUBDIR += moinmoincli SUBDIR += mongoose SUBDIR += monolith SUBDIR += moodle41 SUBDIR += moodle42 SUBDIR += moodle43 SUBDIR += moodle44 SUBDIR += morty SUBDIR += multisort SUBDIR += multiwatch SUBDIR += mybb SUBDIR += mysqlphp2postgres SUBDIR += mythplugin-mythweb SUBDIR += nanoblogger SUBDIR += nanoblogger-extra SUBDIR += ncgopher SUBDIR += neon SUBDIR += netrik SUBDIR += netstiff SUBDIR += netsurf SUBDIR += newsboat SUBDIR += nextcloud SUBDIR += nextcloud-appointments SUBDIR += nextcloud-calendar SUBDIR += nextcloud-contacts SUBDIR += nextcloud-deck SUBDIR += nextcloud-forms SUBDIR += nextcloud-groupfolders SUBDIR += nextcloud-notes SUBDIR += nextcloud-tasks SUBDIR += nghttp2 SUBDIR += nginx SUBDIR += nginx-devel SUBDIR += nginx-full SUBDIR += nginx-lite SUBDIR += nginx-naxsi SUBDIR += nginx-prometheus-exporter SUBDIR += nginx-ultimate-bad-bot-blocker SUBDIR += nginx-vts-exporter SUBDIR += nift SUBDIR += node SUBDIR += node18 SUBDIR += node20 SUBDIR += node21 SUBDIR += nostromo SUBDIR += novnc SUBDIR += novnc-websockify SUBDIR += npapi-xine SUBDIR += npc SUBDIR += npm SUBDIR += npm-node18 SUBDIR += npm-node20 SUBDIR += npm-node21 SUBDIR += oauth2-proxy SUBDIR += obhttpd SUBDIR += offpunk SUBDIR += oneshot SUBDIR += onionbalance SUBDIR += onionshare SUBDIR += onionshare-cli SUBDIR += onlyoffice-documentserver SUBDIR += opencart SUBDIR += openemr SUBDIR += openresty SUBDIR += orangehrm SUBDIR += osrm-backend SUBDIR += osticket SUBDIR += ot-recorder SUBDIR += otrs SUBDIR += otter-browser SUBDIR += owncast SUBDIR += owncloud SUBDIR += p5-AMF-Perl SUBDIR += p5-Acme-Monta SUBDIR += p5-Amon2 SUBDIR += p5-Amon2-Lite SUBDIR += p5-Amon2-Plugin-LogDispatch SUBDIR += p5-Amon2-Plugin-Web-CSRFDefender SUBDIR += p5-Amon2-Plugin-Web-MobileAgent SUBDIR += p5-Any-Template SUBDIR += p5-Any-URI-Escape SUBDIR += p5-AnyEvent-HTTP SUBDIR += p5-AnyEvent-HTTP-LWP-UserAgent SUBDIR += p5-AnyEvent-HTTPD SUBDIR += p5-AnyEvent-ReverseHTTP SUBDIR += p5-AnyEvent-SCGI SUBDIR += p5-AnyEvent-WebSocket-Client SUBDIR += p5-Apache-ASP SUBDIR += p5-Apache-Admin-Config SUBDIR += p5-Apache-AuthCookie SUBDIR += p5-Apache-AuthTicket SUBDIR += p5-Apache-Clean2 SUBDIR += p5-Apache-Config-Preproc SUBDIR += p5-Apache-ConfigFile SUBDIR += p5-Apache-ConfigParser SUBDIR += p5-Apache-DB SUBDIR += p5-Apache-DBI SUBDIR += p5-Apache-Defaults SUBDIR += p5-Apache-Htgroup SUBDIR += p5-Apache-LogFormat-Compiler SUBDIR += p5-Apache-MP3 SUBDIR += p5-Apache-ParseFormData SUBDIR += p5-Apache-Profiler SUBDIR += p5-Apache-Session SUBDIR += p5-Apache-Session-PHP SUBDIR += p5-Apache-Session-SQLite3 SUBDIR += p5-Apache-Session-SharedMem SUBDIR += p5-Apache-Session-Wrapper SUBDIR += p5-Apache-SessionX SUBDIR += p5-Apache-Singleton SUBDIR += p5-Apache2-SiteControl SUBDIR += p5-ApacheBench SUBDIR += p5-App-Nopaste SUBDIR += p5-App-gist SUBDIR += p5-Ark SUBDIR += p5-Bigtop SUBDIR += p5-Blog-Spam SUBDIR += p5-Browser-Open SUBDIR += p5-Business-PayPal SUBDIR += p5-CGI SUBDIR += p5-CGI-Ajax SUBDIR += p5-CGI-Application SUBDIR += p5-CGI-Application-Dispatch SUBDIR += p5-CGI-Application-Dispatch-Server SUBDIR += p5-CGI-Application-PSGI SUBDIR += p5-CGI-Application-Plugin-AnyTemplate SUBDIR += p5-CGI-Application-Plugin-Apache SUBDIR += p5-CGI-Application-Plugin-Authentication SUBDIR += p5-CGI-Application-Plugin-Authorization SUBDIR += p5-CGI-Application-Plugin-AutoRunmode SUBDIR += p5-CGI-Application-Plugin-Config-YAML SUBDIR += p5-CGI-Application-Plugin-ConfigAuto SUBDIR += p5-CGI-Application-Plugin-DBH SUBDIR += p5-CGI-Application-Plugin-DebugScreen SUBDIR += p5-CGI-Application-Plugin-DevPopup SUBDIR += p5-CGI-Application-Plugin-Forward SUBDIR += p5-CGI-Application-Plugin-HTDot SUBDIR += p5-CGI-Application-Plugin-HTMLPrototype SUBDIR += p5-CGI-Application-Plugin-HtmlTidy SUBDIR += p5-CGI-Application-Plugin-JSON SUBDIR += p5-CGI-Application-Plugin-LinkIntegrity SUBDIR += p5-CGI-Application-Plugin-LogDispatch SUBDIR += p5-CGI-Application-Plugin-MessageStack SUBDIR += p5-CGI-Application-Plugin-Redirect SUBDIR += p5-CGI-Application-Plugin-Session SUBDIR += p5-CGI-Application-Plugin-Stream SUBDIR += p5-CGI-Application-Plugin-TT SUBDIR += p5-CGI-Application-Plugin-ValidateRM SUBDIR += p5-CGI-Application-Plugin-ViewCode SUBDIR += p5-CGI-Application-Server SUBDIR += p5-CGI-ArgChecker SUBDIR += p5-CGI-Builder SUBDIR += p5-CGI-Builder-TT2 SUBDIR += p5-CGI-Cache SUBDIR += p5-CGI-Compile SUBDIR += p5-CGI-Compress-Gzip SUBDIR += p5-CGI-Cookie-Splitter SUBDIR += p5-CGI-Cookie-XS SUBDIR += p5-CGI-Deurl-XS SUBDIR += p5-CGI-Emulate-PSGI SUBDIR += p5-CGI-EncryptForm SUBDIR += p5-CGI-Enurl SUBDIR += p5-CGI-Ex SUBDIR += p5-CGI-Expand SUBDIR += p5-CGI-ExtDirect SUBDIR += p5-CGI-FCKeditor SUBDIR += p5-CGI-Fast SUBDIR += p5-CGI-FastTemplate SUBDIR += p5-CGI-FormBuilder SUBDIR += p5-CGI-Framework SUBDIR += p5-CGI-Kwiki SUBDIR += p5-CGI-Lite SUBDIR += p5-CGI-Minimal SUBDIR += p5-CGI-PSGI SUBDIR += p5-CGI-Pager SUBDIR += p5-CGI-Prototype SUBDIR += p5-CGI-Response SUBDIR += p5-CGI-SSI SUBDIR += p5-CGI-Session SUBDIR += p5-CGI-Session-ExpireSessions SUBDIR += p5-CGI-Simple SUBDIR += p5-CGI-SpeedyCGI SUBDIR += p5-CGI-Struct SUBDIR += p5-CGI-Thin SUBDIR += p5-CGI-Tiny SUBDIR += p5-CGI-Untaint SUBDIR += p5-CGI-Untaint-date SUBDIR += p5-CGI-Untaint-email SUBDIR += p5-CGI-Upload SUBDIR += p5-CGI-Utils SUBDIR += p5-CGI-XMLApplication SUBDIR += p5-CIF-Client SUBDIR += p5-CSS-DOM SUBDIR += p5-CSS-Inliner SUBDIR += p5-Catalyst-Action-REST SUBDIR += p5-Catalyst-Action-RenderView SUBDIR += p5-Catalyst-Action-Serialize-XML-Hash-LX SUBDIR += p5-Catalyst-ActionRole-ACL SUBDIR += p5-Catalyst-Authentication-Credential-HTTP SUBDIR += p5-Catalyst-Authentication-Credential-OpenID SUBDIR += p5-Catalyst-Authentication-Store-DBIx-Class SUBDIR += p5-Catalyst-Authentication-Store-LDAP SUBDIR += p5-Catalyst-Component-ACCEPT_CONTEXT SUBDIR += p5-Catalyst-Component-InstancePerContext SUBDIR += p5-Catalyst-Controller-ActionRole SUBDIR += p5-Catalyst-Controller-BindLex SUBDIR += p5-Catalyst-Controller-FormBuilder SUBDIR += p5-Catalyst-Controller-HTML-FormFu SUBDIR += p5-Catalyst-Controller-RateLimit SUBDIR += p5-Catalyst-Controller-RequestToken SUBDIR += p5-Catalyst-Controller-SOAP SUBDIR += p5-Catalyst-Devel SUBDIR += p5-Catalyst-DispatchType-Regex SUBDIR += p5-Catalyst-Engine-Apache SUBDIR += p5-Catalyst-Engine-HTTP-Prefork SUBDIR += p5-Catalyst-Engine-PSGI SUBDIR += p5-Catalyst-Enzyme SUBDIR += p5-Catalyst-Helper-Controller-Scaffold SUBDIR += p5-Catalyst-Manual SUBDIR += p5-Catalyst-Model-Adaptor SUBDIR += p5-Catalyst-Model-CDBI SUBDIR += p5-Catalyst-Model-CDBI-Plain SUBDIR += p5-Catalyst-Model-CDBI-Sweet SUBDIR += p5-Catalyst-Model-DBIC-Plain SUBDIR += p5-Catalyst-Model-DBIC-Schema SUBDIR += p5-Catalyst-Model-DynamicAdaptor SUBDIR += p5-Catalyst-Model-LDAP SUBDIR += p5-Catalyst-Model-Memcached SUBDIR += p5-Catalyst-Model-Oryx SUBDIR += p5-Catalyst-Model-Tarantool SUBDIR += p5-Catalyst-Model-XML-Feed SUBDIR += p5-Catalyst-Model-Xapian SUBDIR += p5-Catalyst-Plugin-AtomServer SUBDIR += p5-Catalyst-Plugin-Authentication SUBDIR += p5-Catalyst-Plugin-Authentication-CDBI SUBDIR += p5-Catalyst-Plugin-Authentication-OpenID SUBDIR += p5-Catalyst-Plugin-Authentication-Store-Htpasswd SUBDIR += p5-Catalyst-Plugin-Authorization-ACL SUBDIR += p5-Catalyst-Plugin-Authorization-Roles SUBDIR += p5-Catalyst-Plugin-AutoCRUD SUBDIR += p5-Catalyst-Plugin-Browser SUBDIR += p5-Catalyst-Plugin-C3 SUBDIR += p5-Catalyst-Plugin-Cache SUBDIR += p5-Catalyst-Plugin-Cache-FastMmap SUBDIR += p5-Catalyst-Plugin-Cache-Memcached SUBDIR += p5-Catalyst-Plugin-Cache-Memcached-Fast SUBDIR += p5-Catalyst-Plugin-Captcha SUBDIR += p5-Catalyst-Plugin-ConfigLoader SUBDIR += p5-Catalyst-Plugin-ConfigLoader-Environment SUBDIR += p5-Catalyst-Plugin-CookiedSession SUBDIR += p5-Catalyst-Plugin-DateTime SUBDIR += p5-Catalyst-Plugin-DefaultEnd SUBDIR += p5-Catalyst-Plugin-Email SUBDIR += p5-Catalyst-Plugin-ErrorCatcher SUBDIR += p5-Catalyst-Plugin-FillInForm SUBDIR += p5-Catalyst-Plugin-FormValidator SUBDIR += p5-Catalyst-Plugin-I18N SUBDIR += p5-Catalyst-Plugin-Log-Dispatch SUBDIR += p5-Catalyst-Plugin-Log-Handler SUBDIR += p5-Catalyst-Plugin-LogWarnings SUBDIR += p5-Catalyst-Plugin-PageCache SUBDIR += p5-Catalyst-Plugin-Params-Nested SUBDIR += p5-Catalyst-Plugin-Pluggable SUBDIR += p5-Catalyst-Plugin-Prototype SUBDIR += p5-Catalyst-Plugin-RunAfterRequest SUBDIR += p5-Catalyst-Plugin-Scheduler SUBDIR += p5-Catalyst-Plugin-Server SUBDIR += p5-Catalyst-Plugin-Session SUBDIR += p5-Catalyst-Plugin-Session-FastMmap SUBDIR += p5-Catalyst-Plugin-Session-PerUser SUBDIR += p5-Catalyst-Plugin-Session-State-Cookie SUBDIR += p5-Catalyst-Plugin-Session-State-URI SUBDIR += p5-Catalyst-Plugin-Session-Store-Cache SUBDIR += p5-Catalyst-Plugin-Session-Store-DBI SUBDIR += p5-Catalyst-Plugin-Session-Store-DBIC SUBDIR += p5-Catalyst-Plugin-Session-Store-Delegate SUBDIR += p5-Catalyst-Plugin-Session-Store-FastMmap SUBDIR += p5-Catalyst-Plugin-Session-Store-File SUBDIR += p5-Catalyst-Plugin-Session-Store-Memcached SUBDIR += p5-Catalyst-Plugin-Session-Store-Memcached-Fast SUBDIR += p5-Catalyst-Plugin-Setenv SUBDIR += p5-Catalyst-Plugin-SmartURI SUBDIR += p5-Catalyst-Plugin-StackTrace SUBDIR += p5-Catalyst-Plugin-Static SUBDIR += p5-Catalyst-Plugin-Static-Simple SUBDIR += p5-Catalyst-Plugin-StatusMessage SUBDIR += p5-Catalyst-Plugin-SubRequest SUBDIR += p5-Catalyst-Plugin-Textile SUBDIR += p5-Catalyst-Plugin-Unicode SUBDIR += p5-Catalyst-Plugin-XMLRPC SUBDIR += p5-Catalyst-Runtime SUBDIR += p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging SUBDIR += p5-Catalyst-TraitFor-Request-BrowserDetect SUBDIR += p5-Catalyst-View-ClearSilver SUBDIR += p5-Catalyst-View-Email SUBDIR += p5-Catalyst-View-GraphViz SUBDIR += p5-Catalyst-View-HTML-Template SUBDIR += p5-Catalyst-View-HTML-Template-Compiled SUBDIR += p5-Catalyst-View-JSON SUBDIR += p5-Catalyst-View-Jemplate SUBDIR += p5-Catalyst-View-Mason SUBDIR += p5-Catalyst-View-REST-XML SUBDIR += p5-Catalyst-View-RRDGraph SUBDIR += p5-Catalyst-View-TT SUBDIR += p5-Catalyst-View-TT-Alloy SUBDIR += p5-Catalyst-View-TT-ControllerLocal SUBDIR += p5-Catalyst-View-Template-Declare SUBDIR += p5-Catalyst-View-Templated SUBDIR += p5-Catalyst-View-XML-Feed SUBDIR += p5-Catalyst-View-XML-Simple SUBDIR += p5-Catalyst-View-XSLT SUBDIR += p5-Catalyst-View-vCard SUBDIR += p5-CatalystX-AppBuilder SUBDIR += p5-CatalystX-Component-Traits SUBDIR += p5-CatalystX-InjectComponent SUBDIR += p5-CatalystX-LeakChecker SUBDIR += p5-CatalystX-Profile SUBDIR += p5-CatalystX-REPL SUBDIR += p5-CatalystX-RoleApplicator SUBDIR += p5-CatalystX-SimpleLogin SUBDIR += p5-CatalystX-VirtualComponents SUBDIR += p5-Class-DBI-FromForm SUBDIR += p5-ClearSilver SUBDIR += p5-Compress-LeadingBlankSpaces SUBDIR += p5-Continuity SUBDIR += p5-Cookie-Baker SUBDIR += p5-Corona SUBDIR += p5-Dancer SUBDIR += p5-Dancer-Logger-Log4perl SUBDIR += p5-Dancer-Plugin-CORS SUBDIR += p5-Dancer-Plugin-ExtDirect SUBDIR += p5-Dancer-Plugin-Feed SUBDIR += p5-Dancer-Plugin-FlashMessage SUBDIR += p5-Dancer-Plugin-Lexicon SUBDIR += p5-Dancer-Plugin-Memcached SUBDIR += p5-Dancer-Plugin-REST SUBDIR += p5-Dancer-Plugin-RPC SUBDIR += p5-Dancer-Plugin-SiteMap SUBDIR += p5-Dancer-Plugin-Swagger SUBDIR += p5-Dancer-Plugin-ValidationClass SUBDIR += p5-Dancer-Session-Cookie SUBDIR += p5-Dancer-Template-Xslate SUBDIR += p5-Dancer2 SUBDIR += p5-Dancer2-Plugin-Ajax SUBDIR += p5-Dancer2-Plugin-Deferred SUBDIR += p5-Dancer2-Plugin-FormValidator SUBDIR += p5-Dancer2-Plugin-Interchange6 SUBDIR += p5-Dancer2-Plugin-Path-Class SUBDIR += p5-Data-TreeDumper-Renderer-DHTML SUBDIR += p5-Data-Validate-URI SUBDIR += p5-Emplacken SUBDIR += p5-FAQ-OMatic SUBDIR += p5-FCGI SUBDIR += p5-FCGI-Async SUBDIR += p5-FCGI-Client SUBDIR += p5-FCGI-Engine SUBDIR += p5-FCGI-ProcManager SUBDIR += p5-FCGI-Spawn SUBDIR += p5-FEAR-API SUBDIR += p5-Facebook-Graph SUBDIR += p5-Feed-Find SUBDIR += p5-Feersum SUBDIR += p5-File-Mork SUBDIR += p5-Firefox-Marionette SUBDIR += p5-Flea SUBDIR += p5-Flickr-API SUBDIR += p5-Flickr-Upload SUBDIR += p5-Fliggy SUBDIR += p5-Furl SUBDIR += p5-FurlX-Coro SUBDIR += p5-Gantry SUBDIR += p5-Gazelle SUBDIR += p5-Geo-Caching SUBDIR += p5-Google-Search SUBDIR += p5-Gungho SUBDIR += p5-GunghoX-FollowLinks SUBDIR += p5-HTML-Adsense SUBDIR += p5-HTML-Breadcrumbs SUBDIR += p5-HTML-CalendarMonthSimple SUBDIR += p5-HTML-Chunks SUBDIR += p5-HTML-Clean SUBDIR += p5-HTML-ContentExtractor SUBDIR += p5-HTML-DOM SUBDIR += p5-HTML-Declare SUBDIR += p5-HTML-Defang SUBDIR += p5-HTML-Defaultify SUBDIR += p5-HTML-Diff SUBDIR += p5-HTML-Display SUBDIR += p5-HTML-Element-Extended SUBDIR += p5-HTML-Element-Library SUBDIR += p5-HTML-Element-Replacer SUBDIR += p5-HTML-Encoding SUBDIR += p5-HTML-Escape SUBDIR += p5-HTML-ExtractContent SUBDIR += p5-HTML-ExtractMain SUBDIR += p5-HTML-Field SUBDIR += p5-HTML-FillInForm SUBDIR += p5-HTML-FillInForm-ForceUTF8 SUBDIR += p5-HTML-FillInForm-Lite SUBDIR += p5-HTML-Form SUBDIR += p5-HTML-FormFu SUBDIR += p5-HTML-FormFu-Imager SUBDIR += p5-HTML-FormFu-Model-DBIC SUBDIR += p5-HTML-FormFu-MultiForm SUBDIR += p5-HTML-FormHandler SUBDIR += p5-HTML-FromANSI SUBDIR += p5-HTML-FromText SUBDIR += p5-HTML-GenToc SUBDIR += p5-HTML-GenerateUtil SUBDIR += p5-HTML-GoogleMaps SUBDIR += p5-HTML-Gumbo SUBDIR += p5-HTML-Highlight SUBDIR += p5-HTML-LinkExtractor SUBDIR += p5-HTML-LinkList SUBDIR += p5-HTML-Lint SUBDIR += p5-HTML-Location SUBDIR += p5-HTML-Macro SUBDIR += p5-HTML-Mason SUBDIR += p5-HTML-Mason-PSGIHandler SUBDIR += p5-HTML-MobileConverter SUBDIR += p5-HTML-Pager SUBDIR += p5-HTML-Parser SUBDIR += p5-HTML-Parser-Simple SUBDIR += p5-HTML-Perlinfo SUBDIR += p5-HTML-PrettyPrinter SUBDIR += p5-HTML-Prototype SUBDIR += p5-HTML-Query SUBDIR += p5-HTML-QuickCheck SUBDIR += p5-HTML-RSSAutodiscovery SUBDIR += p5-HTML-ResolveLink SUBDIR += p5-HTML-Restrict SUBDIR += p5-HTML-RobotsMETA SUBDIR += p5-HTML-Scrubber SUBDIR += p5-HTML-Seamstress SUBDIR += p5-HTML-Selector-XPath SUBDIR += p5-HTML-Shakan SUBDIR += p5-HTML-SimpleLinkExtor SUBDIR += p5-HTML-SimpleParse SUBDIR += p5-HTML-StickyQuery SUBDIR += p5-HTML-StickyQuery-DoCoMoGUID SUBDIR += p5-HTML-Stream SUBDIR += p5-HTML-Strip SUBDIR += p5-HTML-StripScripts SUBDIR += p5-HTML-StripScripts-Parser SUBDIR += p5-HTML-Summary SUBDIR += p5-HTML-Table SUBDIR += p5-HTML-TableContentParser SUBDIR += p5-HTML-TableExtract SUBDIR += p5-HTML-TableLayout SUBDIR += p5-HTML-TableParser SUBDIR += p5-HTML-TableTiler SUBDIR += p5-HTML-TagCloud SUBDIR += p5-HTML-TagCloud-Extended SUBDIR += p5-HTML-TagParser SUBDIR += p5-HTML-Tagset SUBDIR += p5-HTML-Template SUBDIR += p5-HTML-Template-Associate SUBDIR += p5-HTML-Template-Compiled SUBDIR += p5-HTML-Template-Expr SUBDIR += p5-HTML-Template-HashWrapper SUBDIR += p5-HTML-Template-JIT SUBDIR += p5-HTML-Template-Pluggable SUBDIR += p5-HTML-Template-Pro SUBDIR += p5-HTML-Toc SUBDIR += p5-HTML-TokeParser-Simple SUBDIR += p5-HTML-Tree SUBDIR += p5-HTML-TreeBuilder-LibXML SUBDIR += p5-HTML-TreeBuilder-XPath SUBDIR += p5-HTML-Widgets-SelectLayers SUBDIR += p5-HTML-WikiConverter SUBDIR += p5-HTML-WikiConverter-DokuWiki SUBDIR += p5-HTML-WikiConverter-GoogleCode SUBDIR += p5-HTML-WikiConverter-Kwiki SUBDIR += p5-HTML-WikiConverter-Markdown SUBDIR += p5-HTML-WikiConverter-MediaWiki SUBDIR += p5-HTML-WikiConverter-MoinMoin SUBDIR += p5-HTML-WikiConverter-Oddmuse SUBDIR += p5-HTML-WikiConverter-PbWiki SUBDIR += p5-HTML-WikiConverter-PhpWiki SUBDIR += p5-HTML-WikiConverter-PmWiki SUBDIR += p5-HTML-WikiConverter-SnipSnap SUBDIR += p5-HTML-WikiConverter-Socialtext SUBDIR += p5-HTML-WikiConverter-TikiWiki SUBDIR += p5-HTML-WikiConverter-UseMod SUBDIR += p5-HTML-WikiConverter-WakkaWiki SUBDIR += p5-HTML-WikiConverter-WikkaWiki SUBDIR += p5-HTML5-DOM SUBDIR += p5-HTTP-AnyUA SUBDIR += p5-HTTP-Async SUBDIR += p5-HTTP-Body SUBDIR += p5-HTTP-BrowserDetect SUBDIR += p5-HTTP-Cache-Transparent SUBDIR += p5-HTTP-CookieJar SUBDIR += p5-HTTP-Cookies SUBDIR += p5-HTTP-Cookies-Mozilla SUBDIR += p5-HTTP-Cookies-iCab SUBDIR += p5-HTTP-Cookies-w3m SUBDIR += p5-HTTP-DAV SUBDIR += p5-HTTP-Daemon SUBDIR += p5-HTTP-Daemon-SSL SUBDIR += p5-HTTP-Date SUBDIR += p5-HTTP-Engine SUBDIR += p5-HTTP-Engine-Middleware SUBDIR += p5-HTTP-Entity-Parser SUBDIR += p5-HTTP-Exception SUBDIR += p5-HTTP-HeaderParser-XS SUBDIR += p5-HTTP-Headers-ActionPack SUBDIR += p5-HTTP-Headers-Fast SUBDIR += p5-HTTP-Link-Parser SUBDIR += p5-HTTP-Lite SUBDIR += p5-HTTP-MHTTP SUBDIR += p5-HTTP-Message SUBDIR += p5-HTTP-MobileAgent SUBDIR += p5-HTTP-MobileAgent-Plugin-Charset SUBDIR += p5-HTTP-MobileAgent-Plugin-Locator SUBDIR += p5-HTTP-MultiPartParser SUBDIR += p5-HTTP-Negotiate SUBDIR += p5-HTTP-OAI SUBDIR += p5-HTTP-Parser SUBDIR += p5-HTTP-Parser-XS SUBDIR += p5-HTTP-Proxy SUBDIR += p5-HTTP-ProxyPAC SUBDIR += p5-HTTP-Recorder SUBDIR += p5-HTTP-Request-AsCGI SUBDIR += p5-HTTP-Request-Params SUBDIR += p5-HTTP-Response-Encoding SUBDIR += p5-HTTP-Router SUBDIR += p5-HTTP-Server-Simple SUBDIR += p5-HTTP-Server-Simple-Authen SUBDIR += p5-HTTP-Server-Simple-Mason SUBDIR += p5-HTTP-Server-Simple-PSGI SUBDIR += p5-HTTP-Server-Simple-Recorder SUBDIR += p5-HTTP-Server-Simple-Static SUBDIR += p5-HTTP-Session SUBDIR += p5-HTTP-Session-State-MobileAgentID SUBDIR += p5-HTTP-Session-Store-DBI SUBDIR += p5-HTTP-Session2 SUBDIR += p5-HTTP-Simple SUBDIR += p5-HTTP-SimpleLinkChecker SUBDIR += p5-HTTP-Size SUBDIR += p5-HTTP-Thin SUBDIR += p5-HTTP-Throwable SUBDIR += p5-HTTP-Tiny SUBDIR += p5-HTTP-Tiny-Multipart SUBDIR += p5-HTTP-Tiny-Paranoid SUBDIR += p5-HTTP-Tiny-SPDY SUBDIR += p5-HTTP-Tiny-UA SUBDIR += p5-HTTP-Tiny-UNIX SUBDIR += p5-HTTP-WebTest SUBDIR += p5-HTTP-XSCookies SUBDIR += p5-HTTPD-Log-Filter SUBDIR += p5-HTTPD-User-Manage SUBDIR += p5-Hijk SUBDIR += p5-I18N-AcceptLanguage SUBDIR += p5-IMDB-Film SUBDIR += p5-Image-Delivery SUBDIR += p5-Interchange6 SUBDIR += p5-JE SUBDIR += p5-JSON-API SUBDIR += p5-JSON-WebToken SUBDIR += p5-Jemplate SUBDIR += p5-Jifty SUBDIR += p5-LWP-Authen-Negotiate SUBDIR += p5-LWP-Authen-OAuth SUBDIR += p5-LWP-Authen-OAuth2 SUBDIR += p5-LWP-Authen-Wsse SUBDIR += p5-LWP-ConnCache-MaxKeepAliveRequests SUBDIR += p5-LWP-MediaTypes SUBDIR += p5-LWP-Online SUBDIR += p5-LWP-Protocol-PSGI SUBDIR += p5-LWP-Protocol-connect SUBDIR += p5-LWP-Protocol-http10 SUBDIR += p5-LWP-Protocol-https SUBDIR += p5-LWP-Protocol-socks SUBDIR += p5-LWP-UserAgent-Cached SUBDIR += p5-LWP-UserAgent-Determined SUBDIR += p5-LWP-UserAgent-POE SUBDIR += p5-LWP-UserAgent-WithCache SUBDIR += p5-LWPx-ParanoidAgent SUBDIR += p5-LWPx-TimedHTTP SUBDIR += p5-Markup-Perl SUBDIR += p5-Mason SUBDIR += p5-MasonX-Interp-WithCallbacks SUBDIR += p5-MasonX-Profiler SUBDIR += p5-MasonX-Request-WithApacheSession SUBDIR += p5-MasonX-WebApp SUBDIR += p5-Maypole SUBDIR += p5-Maypole-Authentication-UserSessionCookie SUBDIR += p5-Maypole-Component SUBDIR += p5-McBain SUBDIR += p5-McBain-WithPSGI SUBDIR += p5-MediaWiki SUBDIR += p5-MediaWiki-API SUBDIR += p5-Mobile-UserAgent SUBDIR += p5-ModPerl-VersionUtil SUBDIR += p5-Mojo-DOM58 SUBDIR += p5-Mojo-IOLoop-Delay SUBDIR += p5-Mojo-IOLoop-ForkCall SUBDIR += p5-Mojo-Server-FastCGI SUBDIR += p5-Mojo-Weixin SUBDIR += p5-MojoMojo SUBDIR += p5-MojoX-Log-Dispatch-Simple SUBDIR += p5-MojoX-Renderer-Xslate SUBDIR += p5-Mojolicious SUBDIR += p5-Mojolicious-Plugin-Authentication SUBDIR += p5-Mojolicious-Plugin-Database SUBDIR += p5-Mojolicious-Plugin-HamlRenderer SUBDIR += p5-Mojolicious-Plugin-Mongodb SUBDIR += p5-Mojolicious-Plugin-OpenAPI SUBDIR += p5-Mojolicious-Plugin-SetUserGroup SUBDIR += p5-Mojolicious-Plugin-TtRenderer SUBDIR += p5-Mojolicious-Plugin-YamlConfig SUBDIR += p5-Monoceros SUBDIR += p5-Mozilla-CA SUBDIR += p5-Net-Akismet SUBDIR += p5-Net-Amazon-AWIS SUBDIR += p5-Net-Async-FastCGI SUBDIR += p5-Net-Async-HTTP SUBDIR += p5-Net-Curl SUBDIR += p5-Net-FastCGI SUBDIR += p5-Net-FireEagle SUBDIR += p5-Net-Flickr-API SUBDIR += p5-Net-Flickr-Backup SUBDIR += p5-Net-Flickr-RDF SUBDIR += p5-Net-FreshBooks-API SUBDIR += p5-Net-GeoPlanet SUBDIR += p5-Net-Plurk SUBDIR += p5-Net-STF-Client SUBDIR += p5-Net-Trac SUBDIR += p5-Net-UPS SUBDIR += p5-Net-YAP SUBDIR += p5-Net-eBay SUBDIR += p5-Newsletter SUBDIR += p5-Nginx-ReadBody SUBDIR += p5-Nginx-Simple SUBDIR += p5-OpenAPI-Client SUBDIR += p5-PHP-Session SUBDIR += p5-POE-Component-Client-HTTP SUBDIR += p5-POE-Component-Client-UserAgent SUBDIR += p5-POE-Component-Server-HTTP SUBDIR += p5-POE-Component-Server-HTTPServer SUBDIR += p5-POE-Component-Server-PSGI SUBDIR += p5-POE-Component-Server-SOAP SUBDIR += p5-POE-Component-Server-SimpleHTTP SUBDIR += p5-POE-Filter-HTTP-Parser SUBDIR += p5-POEx-Role-PSGIServer SUBDIR += p5-PSGI SUBDIR += p5-ParallelUserAgent SUBDIR += p5-Parse-HTTP-UserAgent SUBDIR += p5-Path-Class-URI SUBDIR += p5-Perlanet SUBDIR += p5-Perlbal-Plugin-PSGI SUBDIR += p5-Plack SUBDIR += p5-Plack-App-Proxy SUBDIR += p5-Plack-Builder-Conditionals SUBDIR += p5-Plack-Handler-AnyEvent-HTTPD SUBDIR += p5-Plack-Handler-AnyEvent-ReverseHTTP SUBDIR += p5-Plack-Handler-AnyEvent-SCGI SUBDIR += p5-Plack-Handler-CLI SUBDIR += p5-Plack-Handler-SCGI SUBDIR += p5-Plack-Middleware-AMF SUBDIR += p5-Plack-Middleware-AddDefaultCharset SUBDIR += p5-Plack-Middleware-Auth-Digest SUBDIR += p5-Plack-Middleware-AutoRefresh SUBDIR += p5-Plack-Middleware-ConsoleLogger SUBDIR += p5-Plack-Middleware-CrossOrigin SUBDIR += p5-Plack-Middleware-DBIx-DisconnectAll SUBDIR += p5-Plack-Middleware-Debug SUBDIR += p5-Plack-Middleware-Deflater SUBDIR += p5-Plack-Middleware-Expires SUBDIR += p5-Plack-Middleware-ExtDirect SUBDIR += p5-Plack-Middleware-File-Sass SUBDIR += p5-Plack-Middleware-FixMissingBodyInRedirect SUBDIR += p5-Plack-Middleware-ForceEnv SUBDIR += p5-Plack-Middleware-Header SUBDIR += p5-Plack-Middleware-Headers SUBDIR += p5-Plack-Middleware-IEnosniff SUBDIR += p5-Plack-Middleware-InteractiveDebugger SUBDIR += p5-Plack-Middleware-JSConcat SUBDIR += p5-Plack-Middleware-MemoryUsage SUBDIR += p5-Plack-Middleware-MethodOverride SUBDIR += p5-Plack-Middleware-NoMultipleSlashes SUBDIR += p5-Plack-Middleware-Precompressed SUBDIR += p5-Plack-Middleware-RemoveRedundantBody SUBDIR += p5-Plack-Middleware-Reproxy SUBDIR += p5-Plack-Middleware-ReverseProxy SUBDIR += p5-Plack-Middleware-Rewrite SUBDIR += p5-Plack-Middleware-ServerStatus-Lite SUBDIR += p5-Plack-Middleware-Session SUBDIR += p5-Plack-Middleware-SocketIO SUBDIR += p5-Plack-Middleware-Status SUBDIR += p5-Plack-Middleware-Test-StashWarnings SUBDIR += p5-Plack-Middleware-Throttle SUBDIR += p5-Plack-Middleware-XForwardedFor SUBDIR += p5-Plack-Server-Coro SUBDIR += p5-Plack-Server-POE SUBDIR += p5-Plack-Server-ReverseHTTP SUBDIR += p5-Plack-Test-ExternalServer SUBDIR += p5-PocketIO SUBDIR += p5-Pod-Site SUBDIR += p5-PodToHTML SUBDIR += p5-Protocol-HTTP2 SUBDIR += p5-Protocol-SocketIO SUBDIR += p5-Protocol-WebSocket SUBDIR += p5-Protocol-XMLRPC SUBDIR += p5-REST-Client SUBDIR += p5-REST-Google-Apps-Provisioning SUBDIR += p5-RPC-ExtDirect SUBDIR += p5-RT-Client-REST SUBDIR += p5-RT-Extension-CommandByMail SUBDIR += p5-RT-Extension-Gravatar SUBDIR += p5-RT-Extension-LDAPImport SUBDIR += p5-RT-Extension-MandatoryOnTransition SUBDIR += p5-RT-Extension-RepeatTicket SUBDIR += p5-RT-Extension-RepeatTicket2 SUBDIR += p5-RTx-Calendar SUBDIR += p5-Reaction SUBDIR += p5-Reddit SUBDIR += p5-Reddit-Client SUBDIR += p5-Role-REST-Client SUBDIR += p5-Rose-HTML-Objects SUBDIR += p5-Router-Boom SUBDIR += p5-Router-Simple SUBDIR += p5-Router-Simple-Sinatraish SUBDIR += p5-SCGI SUBDIR += p5-SOAP-Transport-HTTP-Plack SUBDIR += p5-SRU SUBDIR += p5-STF-Dispatcher-PSGI SUBDIR += p5-SWF-Chart SUBDIR += p5-Scrappy SUBDIR += p5-Selenium-Remote-Driver SUBDIR += p5-Session-Storage-Secure SUBDIR += p5-Squatting SUBDIR += p5-Squatting-On-PSGI SUBDIR += p5-Starlet SUBDIR += p5-Starman SUBDIR += p5-Syntax-Highlight-HTML SUBDIR += p5-Syntax-Highlight-Shell SUBDIR += p5-Task-Catalyst SUBDIR += p5-Task-Plack SUBDIR += p5-Tatsumaki SUBDIR += p5-Template-Alloy SUBDIR += p5-Template-GD SUBDIR += p5-Template-Iterator-AlzaboWrapperCursor SUBDIR += p5-Template-Multilingual SUBDIR += p5-Template-Mustache SUBDIR += p5-Template-Plugin-Class SUBDIR += p5-Template-Plugin-Clickable SUBDIR += p5-Template-Plugin-Clickable-Email SUBDIR += p5-Template-Plugin-Comma SUBDIR += p5-Template-Plugin-FillInForm SUBDIR += p5-Template-Plugin-Gettext SUBDIR += p5-Template-Plugin-JSON SUBDIR += p5-Template-Plugin-JavaScript SUBDIR += p5-Template-Plugin-MP3 SUBDIR += p5-Template-Plugin-Markdown SUBDIR += p5-Template-Plugin-Monta SUBDIR += p5-Template-Plugin-Number-Format SUBDIR += p5-Template-Plugin-StripScripts SUBDIR += p5-Template-Plugin-Subst SUBDIR += p5-Template-Plugin-VMethods SUBDIR += p5-Template-Provider-Encoding SUBDIR += p5-Template-Provider-FromDATA SUBDIR += p5-Template-Simple SUBDIR += p5-Template-Stash-AutoEscape SUBDIR += p5-Template-Timer SUBDIR += p5-Template-Toolkit SUBDIR += p5-Template-Toolkit-Simple SUBDIR += p5-Tenjin SUBDIR += p5-Test-HTTP SUBDIR += p5-Test-HTTP-LocalServer SUBDIR += p5-Test-HTTP-Server-Simple SUBDIR += p5-Test-LWP-UserAgent SUBDIR += p5-Test-Nginx SUBDIR += p5-TestGen4Web-Runner SUBDIR += p5-Text-MultiMarkdown-ApacheHandler SUBDIR += p5-Tie-TinyURL SUBDIR += p5-Toader SUBDIR += p5-Toadfarm SUBDIR += p5-Twiggy SUBDIR += p5-Twiggy-TLS SUBDIR += p5-URI-Encode SUBDIR += p5-URI-Escape-JavaScript SUBDIR += p5-URI-Escape-XS SUBDIR += p5-URI-Fetch SUBDIR += p5-URI-Normalize SUBDIR += p5-URI-ParseSearchString SUBDIR += p5-URI-Sequin SUBDIR += p5-URI-Title SUBDIR += p5-URI-ToDisk SUBDIR += p5-URL-Encode SUBDIR += p5-URL-Encode-XS SUBDIR += p5-VUser-Google-ProvisioningAPI SUBDIR += p5-W3C-LinkChecker SUBDIR += p5-W3C-LogValidator SUBDIR += p5-WWW-AtMovies-TV SUBDIR += p5-WWW-Babelfish SUBDIR += p5-WWW-Baseball-NPB SUBDIR += p5-WWW-Comic SUBDIR += p5-WWW-Contact SUBDIR += p5-WWW-Curl SUBDIR += p5-WWW-DHL SUBDIR += p5-WWW-Dilbert SUBDIR += p5-WWW-Facebook-API SUBDIR += p5-WWW-Form-UrlEncoded SUBDIR += p5-WWW-FreeProxy SUBDIR += p5-WWW-GitHub-Gist SUBDIR += p5-WWW-Google-Calculator SUBDIR += p5-WWW-Google-News SUBDIR += p5-WWW-Google-News-TW SUBDIR += p5-WWW-Google-PageRank SUBDIR += p5-WWW-HatenaDiary SUBDIR += p5-WWW-HatenaLogin SUBDIR += p5-WWW-HatenaStar SUBDIR += p5-WWW-IMDb SUBDIR += p5-WWW-Instapaper-Client SUBDIR += p5-WWW-LongURL SUBDIR += p5-WWW-Mechanize SUBDIR += p5-WWW-Mechanize-CGI SUBDIR += p5-WWW-Mechanize-DecodedContent SUBDIR += p5-WWW-Mechanize-FormFiller SUBDIR += p5-WWW-Mechanize-GZip SUBDIR += p5-WWW-Mechanize-Meta SUBDIR += p5-WWW-Mechanize-Pluggable SUBDIR += p5-WWW-Mechanize-Plugin-phpBB SUBDIR += p5-WWW-Mechanize-Shell SUBDIR += p5-WWW-Mechanize-SpamCop SUBDIR += p5-WWW-Mechanize-TreeBuilder SUBDIR += p5-WWW-Mediawiki-Client SUBDIR += p5-WWW-Mixi SUBDIR += p5-WWW-Mixi-Scraper SUBDIR += p5-WWW-Myspace SUBDIR += p5-WWW-NicoVideo-Download SUBDIR += p5-WWW-NioTV SUBDIR += p5-WWW-OAuth SUBDIR += p5-WWW-OpenSVN SUBDIR += p5-WWW-OpenSearch SUBDIR += p5-WWW-Pastebin-PastebinCom-Create SUBDIR += p5-WWW-Plurk SUBDIR += p5-WWW-Robot SUBDIR += p5-WWW-RobotRules SUBDIR += p5-WWW-RobotRules-Parser SUBDIR += p5-WWW-Salesforce SUBDIR += p5-WWW-Scraper-ISBN SUBDIR += p5-WWW-Scraper-ISBN-Amazon_Driver SUBDIR += p5-WWW-Scraper-ISBN-ORA_Driver SUBDIR += p5-WWW-Scripter SUBDIR += p5-WWW-Scripter-Plugin-Ajax SUBDIR += p5-WWW-Scripter-Plugin-JavaScript SUBDIR += p5-WWW-Search SUBDIR += p5-WWW-Search-AltaVista SUBDIR += p5-WWW-Search-Google SUBDIR += p5-WWW-Search-MSN SUBDIR += p5-WWW-Shorten SUBDIR += p5-WWW-Shorten-0rz SUBDIR += p5-WWW-Shorten-Bitly SUBDIR += p5-WWW-Shorten-Googl SUBDIR += p5-WWW-Shorten-Yourls SUBDIR += p5-WWW-SourceForge SUBDIR += p5-WWW-Spinn3r SUBDIR += p5-WWW-TV SUBDIR += p5-WWW-TWSMS SUBDIR += p5-WWW-Telegram-BotAPI SUBDIR += p5-WWW-TinySong SUBDIR += p5-WWW-Tumblr SUBDIR += p5-WWW-VenusEnvy SUBDIR += p5-WWW-WebArchive SUBDIR += p5-WWW-Wikipedia SUBDIR += p5-WWW-Yandex-TIC SUBDIR += p5-WWW-iTunesConnect SUBDIR += p5-Web-Machine SUBDIR += p5-Web-Query SUBDIR += p5-Web-Scraper SUBDIR += p5-Web-Scraper-Config SUBDIR += p5-Web-Simple SUBDIR += p5-Web-oEmbed SUBDIR += p5-WebDAO SUBDIR += p5-WebDriver-Tiny SUBDIR += p5-WebService-Basecamp SUBDIR += p5-WebService-Bloglines SUBDIR += p5-WebService-BuzzurlAPI SUBDIR += p5-WebService-CIA SUBDIR += p5-WebService-GData SUBDIR += p5-WebService-Google-Reader SUBDIR += p5-WebService-Google-Sets SUBDIR += p5-WebService-IMDB SUBDIR += p5-WebService-ISBNDB SUBDIR += p5-WebService-Linode SUBDIR += p5-WebService-MoviePosterDB SUBDIR += p5-WebService-MusicBrainz SUBDIR += p5-WebService-NoPaste SUBDIR += p5-WebService-Pushover SUBDIR += p5-WebService-Rakuten SUBDIR += p5-WebService-Redmine SUBDIR += p5-WebService-Simple SUBDIR += p5-WebService-Technorati SUBDIR += p5-WebService-YouTube SUBDIR += p5-Woothee SUBDIR += p5-WordPress-XMLRPC SUBDIR += p5-Yahoo-Search SUBDIR += p5-chklinks SUBDIR += p5-jQuery-File-Upload SUBDIR += p5-libapreq2 SUBDIR += p5-libwww SUBDIR += p5-pQuery SUBDIR += p5-webservice-validator-css-w3c SUBDIR += p5-webservice-validator-html-w3c SUBDIR += pacparser SUBDIR += payara SUBDIR += pear-HTML_AJAX SUBDIR += pear-HTML_TagCloud SUBDIR += pear-HTTP SUBDIR += pear-HTTP_Client SUBDIR += pear-HTTP_Download SUBDIR += pear-HTTP_FloodControl SUBDIR += pear-HTTP_Header SUBDIR += pear-HTTP_Request SUBDIR += pear-HTTP_Request2 SUBDIR += pear-HTTP_Server SUBDIR += pear-HTTP_Session2 SUBDIR += pear-HTTP_Upload SUBDIR += pear-HTTP_WebDAV_Client SUBDIR += pear-HTTP_WebDAV_Server SUBDIR += pear-Horde_Browser SUBDIR += pear-Horde_Css_Parser SUBDIR += pear-Horde_Dav SUBDIR += pear-Horde_Editor SUBDIR += pear-Horde_Feed SUBDIR += pear-Horde_Form SUBDIR += pear-Horde_Http SUBDIR += pear-Horde_Routes SUBDIR += pear-Horde_Service_Facebook SUBDIR += pear-Horde_Service_Gravatar SUBDIR += pear-Horde_Service_Twitter SUBDIR += pear-Horde_Service_UrlShortener SUBDIR += pear-Horde_Service_Weather SUBDIR += pear-Horde_SessionHandler SUBDIR += pear-Horde_Template SUBDIR += pear-Services_Amazon SUBDIR += pear-Services_Amazon_S3 SUBDIR += pear-Services_Blogging SUBDIR += pear-Services_Compete SUBDIR += pear-Services_Delicious SUBDIR += pear-Services_Digg SUBDIR += pear-Services_Facebook SUBDIR += pear-Services_GeoNames SUBDIR += pear-Services_Google SUBDIR += pear-Services_OpenSearch SUBDIR += pear-Services_ShortURL SUBDIR += pear-Services_TinyURL SUBDIR += pear-Services_TwitPic SUBDIR += pear-Services_W3C_CSSValidator SUBDIR += pear-Services_W3C_HTMLValidator SUBDIR += pear-Services_Yadis SUBDIR += pear-Services_Yahoo SUBDIR += pear-Services_urlTea SUBDIR += pear-Structures_DataGrid_Renderer_Flexy SUBDIR += pear-Structures_DataGrid_Renderer_Pager SUBDIR += pear-Structures_DataGrid_Renderer_Smarty SUBDIR += pear-Text_Wiki SUBDIR += pear-UDDI SUBDIR += pear-XML_GRDDL SUBDIR += pear-twig SUBDIR += pecl-http SUBDIR += pecl-solr SUBDIR += pecl-yaf SUBDIR += pecl-yar SUBDIR += perlbal SUBDIR += persepolis SUBDIR += pglogd SUBDIR += phalcon SUBDIR += php-google-api-php-client SUBDIR += php81-opcache SUBDIR += php81-session SUBDIR += php81-tidy SUBDIR += php82-opcache SUBDIR += php82-session SUBDIR += php82-tidy SUBDIR += php83-opcache SUBDIR += php83-session SUBDIR += php83-tidy SUBDIR += phpbb3 SUBDIR += phpfpmtop SUBDIR += phpgroupware SUBDIR += phpmustache SUBDIR += phpmyfaq SUBDIR += phprecipebook SUBDIR += phpsysinfo SUBDIR += phpvirtualbox SUBDIR += phpvirtualbox-legacy SUBDIR += piwigo SUBDIR += plasma5-plasma-browser-integration SUBDIR += plasma6-plasma-browser-integration SUBDIR += pmwiki SUBDIR += pnews SUBDIR += podcastamatic SUBDIR += pomerium SUBDIR += pound SUBDIR += privatebin SUBDIR += privoxy SUBDIR += protovis SUBDIR += proxygen SUBDIR += publicfile SUBDIR += punbb SUBDIR += py-Pituophis SUBDIR += py-Tenjin SUBDIR += py-WebError SUBDIR += py-WebFlash SUBDIR += py-adblock SUBDIR += py-advocate SUBDIR += py-aioh2 SUBDIR += py-aiohttp SUBDIR += py-aiohttp-jinja2 SUBDIR += py-aiohttp-middlewares SUBDIR += py-aiohttp-oauthlib SUBDIR += py-aiohttp-session SUBDIR += py-aiohttp-wsgi SUBDIR += py-aiohttp_cors SUBDIR += py-aioquic SUBDIR += py-aiostream SUBDIR += py-arxiv SUBDIR += py-asgi-csrf SUBDIR += py-asgiref SUBDIR += py-autobahn SUBDIR += py-azure-common SUBDIR += py-azure-storage SUBDIR += py-beaker SUBDIR += py-beautifulsoup SUBDIR += py-betamax SUBDIR += py-biscuits SUBDIR += py-bjoern SUBDIR += py-bleach SUBDIR += py-bokeh SUBDIR += py-boto3 SUBDIR += py-botocore-stubs SUBDIR += py-bottle SUBDIR += py-bottle-cork SUBDIR += py-branca SUBDIR += py-bravado SUBDIR += py-bravado-core SUBDIR += py-cachecontrol SUBDIR += py-cachelib SUBDIR += py-caldav SUBDIR += py-channels SUBDIR += py-channels-redis SUBDIR += py-cheroot SUBDIR += py-cherrypy SUBDIR += py-cinemagoer SUBDIR += py-cookies SUBDIR += py-crossplane SUBDIR += py-css-html-js-minify SUBDIR += py-css-parser SUBDIR += py-csscompressor SUBDIR += py-cssmin SUBDIR += py-cssselect SUBDIR += py-cssutils SUBDIR += py-daphne SUBDIR += py-dj-database-url SUBDIR += py-dj42-channels SUBDIR += py-dj42-django-allauth SUBDIR += py-dj42-django-auth-ldap SUBDIR += py-dj42-django-cors-headers SUBDIR += py-dj42-django-crispy-forms SUBDIR += py-dj42-django-debug-toolbar SUBDIR += py-dj42-django-extensions SUBDIR += py-dj42-django-filter SUBDIR += py-dj42-django-graphiql-debug-toolbar SUBDIR += py-dj42-django-guardian SUBDIR += py-dj42-django-js-asset SUBDIR += py-dj42-django-modelcluster SUBDIR += py-dj42-django-mptt SUBDIR += py-dj42-django-otp SUBDIR += py-dj42-django-permissionedforms SUBDIR += py-dj42-django-prometheus SUBDIR += py-dj42-django-redis SUBDIR += py-dj42-django-rich SUBDIR += py-dj42-django-tables2 SUBDIR += py-dj42-django-taggit SUBDIR += py-dj42-django-timezone-field SUBDIR += py-dj42-django-treebeard SUBDIR += py-dj42-djangoql SUBDIR += py-dj42-djangorestframework SUBDIR += py-dj42-drf-spectacular SUBDIR += py-dj42-drf-spectacular-sidecar SUBDIR += py-django-admin-rangefilter SUBDIR += py-django-advanced-filters SUBDIR += py-django-allauth SUBDIR += py-django-annoying SUBDIR += py-django-appconf SUBDIR += py-django-assets SUBDIR += py-django-auditlog SUBDIR += py-django-auth-ldap SUBDIR += py-django-autocomplete-light SUBDIR += py-django-bakery SUBDIR += py-django-bitfield SUBDIR += py-django-bleach SUBDIR += py-django-bootstrap-pagination SUBDIR += py-django-bootstrap3 SUBDIR += py-django-bootstrap4 SUBDIR += py-django-braces SUBDIR += py-django-cacheops SUBDIR += py-django-celery-results SUBDIR += py-django-choices-field SUBDIR += py-django-ckeditor-5 SUBDIR += py-django-classy-tags SUBDIR += py-django-cms SUBDIR += py-django-compression-middleware SUBDIR += py-django-configurations SUBDIR += py-django-constance SUBDIR += py-django-contact-form SUBDIR += py-django-context-decorator SUBDIR += py-django-contrib-comments SUBDIR += py-django-cors-headers SUBDIR += py-django-countries SUBDIR += py-django-crispy-forms SUBDIR += py-django-cron SUBDIR += py-django-csp SUBDIR += py-django-debreach SUBDIR += py-django-debug-toolbar SUBDIR += py-django-extensions SUBDIR += py-django-filer SUBDIR += py-django-filter SUBDIR += py-django-formset-js-improved SUBDIR += py-django-formtools SUBDIR += py-django-graphiql-debug-toolbar SUBDIR += py-django-gravatar2 SUBDIR += py-django-guardian SUBDIR += py-django-hashid-field SUBDIR += py-django-haystack SUBDIR += py-django-hierarkey SUBDIR += py-django-hijack SUBDIR += py-django-htmlmin SUBDIR += py-django-htmx SUBDIR += py-django-i18nfield SUBDIR += py-django-jquery-js SUBDIR += py-django-js-asset SUBDIR += py-django-jsonview SUBDIR += py-django-ldapdb SUBDIR += py-django-libsass SUBDIR += py-django-markdownx SUBDIR += py-django-markwhat SUBDIR += py-django-mezzanine-filebrowser SUBDIR += py-django-mezzanine-grappelli SUBDIR += py-django-model-utils SUBDIR += py-django-modelcluster SUBDIR += py-django-mptt SUBDIR += py-django-multiselectfield SUBDIR += py-django-netfields SUBDIR += py-django-object-actions SUBDIR += py-django-otp SUBDIR += py-django-otp-yubikey SUBDIR += py-django-permissionedforms SUBDIR += py-django-pglocks SUBDIR += py-django-photologue SUBDIR += py-django-picklefield SUBDIR += py-django-pipeline SUBDIR += py-django-polymorphic SUBDIR += py-django-post_office SUBDIR += py-django-prometheus SUBDIR += py-django-pyscss SUBDIR += py-django-radius SUBDIR += py-django-ranged-response SUBDIR += py-django-recaptcha SUBDIR += py-django-redis SUBDIR += py-django-registration SUBDIR += py-django-registration-redux SUBDIR += py-django-requests-debug-toolbar SUBDIR += py-django-reversion SUBDIR += py-django-reversion-compare SUBDIR += py-django-rich SUBDIR += py-django-sekizai SUBDIR += py-django-simple-captcha SUBDIR += py-django-simple-history SUBDIR += py-django-smart-selects SUBDIR += py-django-solo SUBDIR += py-django-sortedm2m SUBDIR += py-django-star-ratings SUBDIR += py-django-statici18n SUBDIR += py-django-staticinline SUBDIR += py-django-storages SUBDIR += py-django-tables2 SUBDIR += py-django-tagging SUBDIR += py-django-taggit SUBDIR += py-django-tastypie SUBDIR += py-django-templatetag-sugar SUBDIR += py-django-timezone-field SUBDIR += py-django-tinymce SUBDIR += py-django-treebeard SUBDIR += py-django-unfold SUBDIR += py-django-voting SUBDIR += py-django-webpack-loader SUBDIR += py-django-widget-tweaks SUBDIR += py-django32 SUBDIR += py-django42 SUBDIR += py-django50 SUBDIR += py-django_compressor SUBDIR += py-djangocms-admin-style SUBDIR += py-djangoql SUBDIR += py-djangorestframework SUBDIR += py-djangorestframework-csv SUBDIR += py-djangorestframework-filters SUBDIR += py-djangorestframework-guardian SUBDIR += py-djangorestframework-xml SUBDIR += py-djangosaml2 SUBDIR += py-draftjs-exporter SUBDIR += py-drf-spectacular SUBDIR += py-drf-spectacular-sidecar SUBDIR += py-drf-writable-nested SUBDIR += py-drf-yasg SUBDIR += py-dropbox SUBDIR += py-dtflickr SUBDIR += py-enmerkar SUBDIR += py-fake-useragent SUBDIR += py-falcon SUBDIR += py-fastapi SUBDIR += py-fastapi-users SUBDIR += py-feedgenerator SUBDIR += py-flasgger SUBDIR += py-flask SUBDIR += py-flask-admin SUBDIR += py-flask-api SUBDIR += py-flask-apscheduler SUBDIR += py-flask-assets SUBDIR += py-flask-babelex SUBDIR += py-flask-bootstrap SUBDIR += py-flask-cache SUBDIR += py-flask-caching SUBDIR += py-flask-collect SUBDIR += py-flask-compress SUBDIR += py-flask-cors SUBDIR += py-flask-flatpages SUBDIR += py-flask-json SUBDIR += py-flask-jwt SUBDIR += py-flask-jwt-extended SUBDIR += py-flask-limiter SUBDIR += py-flask-login SUBDIR += py-flask-marshmallow SUBDIR += py-flask-migrate SUBDIR += py-flask-moment SUBDIR += py-flask-mongoengine SUBDIR += py-flask-oauthlib SUBDIR += py-flask-peewee SUBDIR += py-flask-principal SUBDIR += py-flask-restful SUBDIR += py-flask-restx SUBDIR += py-flask-script SUBDIR += py-flask-security SUBDIR += py-flask-smorest SUBDIR += py-flask-socketio SUBDIR += py-flask-sockets SUBDIR += py-flask-uploads SUBDIR += py-flask-wtf SUBDIR += py-flower SUBDIR += py-flup6 SUBDIR += py-folium SUBDIR += py-forcediphttpsadapter SUBDIR += py-formencode SUBDIR += py-fqdn SUBDIR += py-freenit SUBDIR += py-frozen-flask SUBDIR += py-gandi.cli SUBDIR += py-gevent-websocket SUBDIR += py-ghp-import SUBDIR += py-google SUBDIR += py-google-api-core SUBDIR += py-google-api-python-client SUBDIR += py-google-cloud-aiplatform SUBDIR += py-google-cloud-appengine-logging SUBDIR += py-google-cloud-audit-log SUBDIR += py-google-cloud-bigquery SUBDIR += py-google-cloud-bigtable SUBDIR += py-google-cloud-core SUBDIR += py-google-cloud-datastore SUBDIR += py-google-cloud-dlp SUBDIR += py-google-cloud-logging SUBDIR += py-google-cloud-resource-manager SUBDIR += py-google-cloud-speech SUBDIR += py-google-cloud-storage SUBDIR += py-google-cloud-testutils SUBDIR += py-google-cloud-translate SUBDIR += py-google-cloud-vision SUBDIR += py-google-resumable-media SUBDIR += py-grafana-dashboard-manager SUBDIR += py-graphite-api SUBDIR += py-grequests SUBDIR += py-grip SUBDIR += py-gunicorn SUBDIR += py-h2 SUBDIR += py-habanero SUBDIR += py-hdfs SUBDIR += py-horizon SUBDIR += py-hpack SUBDIR += py-hstspreload SUBDIR += py-html3 SUBDIR += py-html5-parser SUBDIR += py-html5lib SUBDIR += py-htmldate SUBDIR += py-httmock SUBDIR += py-http-parser SUBDIR += py-httpbin SUBDIR += py-httpcore SUBDIR += py-httpie SUBDIR += py-httplib2 SUBDIR += py-httpretty SUBDIR += py-httptools SUBDIR += py-httpx SUBDIR += py-httpx-cache SUBDIR += py-httpx-gssapi SUBDIR += py-httpx-oauth SUBDIR += py-httpx-socks SUBDIR += py-hypercorn SUBDIR += py-hyperframe SUBDIR += py-hyperlink SUBDIR += py-imdbpy SUBDIR += py-inlinestyler SUBDIR += py-instabot SUBDIR += py-internetarchive SUBDIR += py-jonpy SUBDIR += py-jsonfield SUBDIR += py-kiss-headers SUBDIR += py-laces SUBDIR += py-lektor SUBDIR += py-lesscpy SUBDIR += py-libsass SUBDIR += py-limits SUBDIR += py-livereload SUBDIR += py-mechanicalsoup SUBDIR += py-mechanize SUBDIR += py-multidict SUBDIR += py-mwoauth SUBDIR += py-nevow SUBDIR += py-nh3 SUBDIR += py-notebook SUBDIR += py-onetimepass SUBDIR += py-openbrokerapi SUBDIR += py-pafy SUBDIR += py-paste SUBDIR += py-pastedeploy SUBDIR += py-path-and-address SUBDIR += py-pecan SUBDIR += py-pelican SUBDIR += py-planet SUBDIR += py-postorius SUBDIR += py-praw SUBDIR += py-prawcore SUBDIR += py-priority SUBDIR += py-priority1 SUBDIR += py-protego SUBDIR += py-puppetboard SUBDIR += py-py-restclient SUBDIR += py-pygsheets SUBDIR += py-pyjwt SUBDIR += py-pyjwt1 SUBDIR += py-pylsqpack SUBDIR += py-pyocclient SUBDIR += py-pyramid SUBDIR += py-pyramid-mako SUBDIR += py-pyramid_rpc SUBDIR += py-pysmartdl SUBDIR += py-python-digitalocean SUBDIR += py-python-dotenv SUBDIR += py-python-multipart SUBDIR += py-pyweblib SUBDIR += py-pywikibot SUBDIR += py-pywry SUBDIR += py-qt5-webengine SUBDIR += py-qt6-webengine SUBDIR += py-quilt3 SUBDIR += py-readability-lxml SUBDIR += py-recaptcha SUBDIR += py-requests SUBDIR += py-requests-aws4auth SUBDIR += py-requests-cache SUBDIR += py-requests-cache0 SUBDIR += py-requests-cache93 SUBDIR += py-requests-file SUBDIR += py-requests-futures SUBDIR += py-requests-gssapi SUBDIR += py-requests-mock SUBDIR += py-requests-oauthlib SUBDIR += py-requests-toolbelt SUBDIR += py-requests-unixsocket SUBDIR += py-requests-wsgi-adapter SUBDIR += py-requests_ntlm SUBDIR += py-respx SUBDIR += py-restclient SUBDIR += py-rfc3986 SUBDIR += py-rfc3987 SUBDIR += py-rollbar SUBDIR += py-routes SUBDIR += py-rules SUBDIR += py-scgi SUBDIR += py-scrapy SUBDIR += py-seafdav SUBDIR += py-seafobj SUBDIR += py-secure-cookie SUBDIR += py-selector SUBDIR += py-selenium SUBDIR += py-selenium-wire SUBDIR += py-semiphemeral SUBDIR += py-sentinelhub SUBDIR += py-simple-websocket SUBDIR += py-slimit SUBDIR += py-slumber SUBDIR += py-social-auth-app-django SUBDIR += py-sockjs-tornado SUBDIR += py-soupsieve SUBDIR += py-splinter SUBDIR += py-spyne SUBDIR += py-sseclient SUBDIR += py-starlette SUBDIR += py-strawberry-graphql-django SUBDIR += py-swapper SUBDIR += py-textile SUBDIR += py-ticketutil SUBDIR += py-tornado SUBDIR += py-tornado4 SUBDIR += py-tornado5 SUBDIR += py-treq SUBDIR += py-ttrv SUBDIR += py-tuir SUBDIR += py-turbogears2 SUBDIR += py-tvdb_api SUBDIR += py-urlgrabber SUBDIR += py-urlman SUBDIR += py-urlobject SUBDIR += py-urlwatch SUBDIR += py-user_agent SUBDIR += py-utidylib SUBDIR += py-uvicorn SUBDIR += py-w3lib SUBDIR += py-wagtail SUBDIR += py-wagtail-2fa SUBDIR += py-wagtail-airtable SUBDIR += py-wagtail-bakery SUBDIR += py-wagtail-factories SUBDIR += py-wagtail-localize SUBDIR += py-wagtail-transfer SUBDIR += py-waitress SUBDIR += py-wcag-contrast-ratio SUBDIR += py-webargs SUBDIR += py-webassets SUBDIR += py-webdriver_manager SUBDIR += py-webob SUBDIR += py-websocket-client SUBDIR += py-webtest SUBDIR += py-webunit SUBDIR += py-werkzeug SUBDIR += py-werkzeug2 SUBDIR += py-wfuzz SUBDIR += py-whitenoise SUBDIR += py-wikipedia SUBDIR += py-wikitools SUBDIR += py-woob SUBDIR += py-woob-qt SUBDIR += py-wsaccel SUBDIR += py-wsgidav SUBDIR += py-xandikos SUBDIR += py-xyzservices SUBDIR += py-yarl SUBDIR += py-yt-dlp SUBDIR += pydio-cells SUBDIR += qdecoder SUBDIR += qhttpengine SUBDIR += qt5-webchannel SUBDIR += qt5-webengine SUBDIR += qt5-webglplugin SUBDIR += qt5-websockets SUBDIR += qt5-websockets-qml SUBDIR += qt5-webview SUBDIR += qt6-httpserver SUBDIR += qt6-webchannel SUBDIR += qt6-webengine SUBDIR += qt6-websockets SUBDIR += qt6-webview SUBDIR += quark SUBDIR += qutebrowser SUBDIR += radicale SUBDIR += rearx SUBDIR += reddsaver SUBDIR += redmine50 SUBDIR += redmine51 SUBDIR += rejik SUBDIR += remark42 SUBDIR += reportmagic SUBDIR += repos-style SUBDIR += reproxy SUBDIR += restbed SUBDIR += restinio SUBDIR += retawq SUBDIR += rss-bridge SUBDIR += rsskit SUBDIR += rssroll SUBDIR += rsstail SUBDIR += rsstool SUBDIR += rt44 SUBDIR += rt50 SUBDIR += rubygem-ace-rails-ap SUBDIR += rubygem-actioncable5 SUBDIR += rubygem-actioncable50 SUBDIR += rubygem-actioncable52 SUBDIR += rubygem-actioncable60 SUBDIR += rubygem-actioncable61 SUBDIR += rubygem-actioncable70 SUBDIR += rubygem-actioncable71 SUBDIR += rubygem-actionpack4 SUBDIR += rubygem-actionpack5 SUBDIR += rubygem-actionpack50 SUBDIR += rubygem-actionpack52 SUBDIR += rubygem-actionpack60 SUBDIR += rubygem-actionpack61 SUBDIR += rubygem-actionpack70 SUBDIR += rubygem-actionpack71 SUBDIR += rubygem-activeresource SUBDIR += rubygem-activeresource4 SUBDIR += rubygem-acts-as-taggable-on SUBDIR += rubygem-acts_as_taggable SUBDIR += rubygem-addressable SUBDIR += rubygem-adsf SUBDIR += rubygem-akami SUBDIR += rubygem-amazon-ecs SUBDIR += rubygem-anemone SUBDIR += rubygem-asana SUBDIR += rubygem-async-http SUBDIR += rubygem-async-pool SUBDIR += rubygem-async-rest SUBDIR += rubygem-async-websocket SUBDIR += rubygem-async_sinatra SUBDIR += rubygem-atlassian-jwt SUBDIR += rubygem-best_in_place SUBDIR += rubygem-best_in_place-rails5 SUBDIR += rubygem-bluecloth SUBDIR += rubygem-bootstrap-sass SUBDIR += rubygem-browser SUBDIR += rubygem-cal-heatmap-rails SUBDIR += rubygem-carrierwave SUBDIR += rubygem-carrierwave1 SUBDIR += rubygem-cgi SUBDIR += rubygem-cgi_multipart_eof_fix SUBDIR += rubygem-chosen-rails SUBDIR += rubygem-chromedriver-helper SUBDIR += rubygem-circuitbox SUBDIR += rubygem-cookiejar SUBDIR += rubygem-crass SUBDIR += rubygem-cssbundling-rails SUBDIR += rubygem-cssbundling-rails-rails70 SUBDIR += rubygem-cuba SUBDIR += rubygem-d3_rails SUBDIR += rubygem-davclient SUBDIR += rubygem-deckar01-task_list SUBDIR += rubygem-domainatrix SUBDIR += rubygem-dropzonejs-rails SUBDIR += rubygem-em-http-request SUBDIR += rubygem-em-socksify SUBDIR += rubygem-em-twitter SUBDIR += rubygem-em-websocket SUBDIR += rubygem-emk-sinatra-url-for SUBDIR += rubygem-erubi SUBDIR += rubygem-erubis SUBDIR += rubygem-ethon SUBDIR += rubygem-eventmachine_httpserver SUBDIR += rubygem-faraday SUBDIR += rubygem-faraday-em_http SUBDIR += rubygem-faraday-em_http1 SUBDIR += rubygem-faraday-em_synchrony SUBDIR += rubygem-faraday-follow_redirects SUBDIR += rubygem-faraday-http-cache SUBDIR += rubygem-faraday-httpclient SUBDIR += rubygem-faraday-httpclient1 SUBDIR += rubygem-faraday-multipart SUBDIR += rubygem-faraday-net_http SUBDIR += rubygem-faraday-net_http1 SUBDIR += rubygem-faraday-net_http_persistent SUBDIR += rubygem-faraday-net_http_persistent1 SUBDIR += rubygem-faraday-patron SUBDIR += rubygem-faraday-patron1 SUBDIR += rubygem-faraday-rack SUBDIR += rubygem-faraday-rack1 SUBDIR += rubygem-faraday-retry SUBDIR += rubygem-faraday-retry1 SUBDIR += rubygem-faraday-typhoeus SUBDIR += rubygem-faraday0 SUBDIR += rubygem-faraday1 SUBDIR += rubygem-faraday_middleware SUBDIR += rubygem-faraday_middleware0 SUBDIR += rubygem-faye SUBDIR += rubygem-faye-websocket SUBDIR += rubygem-fcgi SUBDIR += rubygem-feed-normalizer SUBDIR += rubygem-feedjira SUBDIR += rubygem-flowdock SUBDIR += rubygem-fuzzyurl SUBDIR += rubygem-geminabox SUBDIR += rubygem-gitlab-flowdock-git-hook SUBDIR += rubygem-gitlab-gollum-lib SUBDIR += rubygem-gitlab-gollum-rugged_adapter SUBDIR += rubygem-gitlab-turbolinks-classic SUBDIR += rubygem-goldfinger SUBDIR += rubygem-gollum SUBDIR += rubygem-gollum-grit_adapter SUBDIR += rubygem-gollum-grit_adapter10 SUBDIR += rubygem-gollum-lib SUBDIR += rubygem-gollum-rugged_adapter SUBDIR += rubygem-gon-rails5 SUBDIR += rubygem-gon-rails50 SUBDIR += rubygem-gon-rails60 SUBDIR += rubygem-gon-rails61 SUBDIR += rubygem-gon-rails70 SUBDIR += rubygem-hackpad-cli SUBDIR += rubygem-haml SUBDIR += rubygem-haml-coderay SUBDIR += rubygem-haml-contrib SUBDIR += rubygem-haml-rails-rails4 SUBDIR += rubygem-haml5 SUBDIR += rubygem-hamlit SUBDIR += rubygem-hamlit-rails SUBDIR += rubygem-hamlit-rails-rails5 SUBDIR += rubygem-hamlit-rails-rails50 SUBDIR += rubygem-hamlit-rails-rails61 SUBDIR += rubygem-hashicorp-checkpoint SUBDIR += rubygem-heroics SUBDIR += rubygem-heroku-api SUBDIR += rubygem-heroku-nav SUBDIR += rubygem-hpricot SUBDIR += rubygem-html2haml SUBDIR += rubygem-http SUBDIR += rubygem-http-accept SUBDIR += rubygem-http-cookie SUBDIR += rubygem-http-form_data SUBDIR += rubygem-http3 SUBDIR += rubygem-http4 SUBDIR += rubygem-http_router SUBDIR += rubygem-httparty SUBDIR += rubygem-httparty020 SUBDIR += rubygem-httpclient SUBDIR += rubygem-httpi SUBDIR += rubygem-hurley SUBDIR += rubygem-importmap-rails SUBDIR += rubygem-importmap-rails-rails70 SUBDIR += rubygem-innate SUBDIR += rubygem-jekyll SUBDIR += rubygem-jekyll-sanity SUBDIR += rubygem-jekyll-seo-tag SUBDIR += rubygem-jekyll-watch SUBDIR += rubygem-jekyll3 SUBDIR += rubygem-journey SUBDIR += rubygem-jquery-atwho-rails SUBDIR += rubygem-jquery-rails SUBDIR += rubygem-jquery-rails-rails5 SUBDIR += rubygem-jquery-rails-rails50 SUBDIR += rubygem-jquery-scrollto-rails SUBDIR += rubygem-jquery-turbolinks SUBDIR += rubygem-jquery-ui-rails-rails4 SUBDIR += rubygem-jruby-rack SUBDIR += rubygem-jsbundling-rails SUBDIR += rubygem-jsbundling-rails-rails70 SUBDIR += rubygem-jsobfu SUBDIR += rubygem-json-jwt SUBDIR += rubygem-json-jwt115 SUBDIR += rubygem-jsonb_accessor SUBDIR += rubygem-jwt SUBDIR += rubygem-kaminari SUBDIR += rubygem-kaminari-actionview SUBDIR += rubygem-kaminari-actionview-rails5 SUBDIR += rubygem-kaminari-actionview-rails50 SUBDIR += rubygem-kaminari-actionview-rails52 SUBDIR += rubygem-kaminari-actionview-rails60 SUBDIR += rubygem-kaminari-actionview-rails61 SUBDIR += rubygem-kaminari-actionview-rails70 SUBDIR += rubygem-kaminari-activerecord SUBDIR += rubygem-kaminari-activerecord-rails5 SUBDIR += rubygem-kaminari-activerecord-rails50 SUBDIR += rubygem-kaminari-activerecord-rails52 SUBDIR += rubygem-kaminari-activerecord-rails60 SUBDIR += rubygem-kaminari-activerecord-rails61 SUBDIR += rubygem-kaminari-activerecord-rails70 SUBDIR += rubygem-kaminari-core SUBDIR += rubygem-kaminari-rails4 SUBDIR += rubygem-kaminari-rails5 SUBDIR += rubygem-kaminari-rails50 SUBDIR += rubygem-kaminari-rails52 SUBDIR += rubygem-kaminari-rails60 SUBDIR += rubygem-kaminari-rails61 SUBDIR += rubygem-kaminari-rails70 SUBDIR += rubygem-kubeclient SUBDIR += rubygem-layout_yullio_generator SUBDIR += rubygem-less SUBDIR += rubygem-lighthouse-api SUBDIR += rubygem-link_header SUBDIR += rubygem-llhttp-ffi SUBDIR += rubygem-lograge SUBDIR += rubygem-lograge-rails5 SUBDIR += rubygem-lograge-rails52 SUBDIR += rubygem-lograge-rails60 SUBDIR += rubygem-lograge-rails61 SUBDIR += rubygem-lograge-rails70 SUBDIR += rubygem-maruku SUBDIR += rubygem-mechanize SUBDIR += rubygem-merb-assets SUBDIR += rubygem-merb-core SUBDIR += rubygem-merb-haml SUBDIR += rubygem-merb-helpers SUBDIR += rubygem-merb-param-protection SUBDIR += rubygem-mousetrap-rails SUBDIR += rubygem-multipart-post SUBDIR += rubygem-nanoc SUBDIR += rubygem-nanoc-checking SUBDIR += rubygem-nanoc-cli SUBDIR += rubygem-nanoc-core SUBDIR += rubygem-nanoc-deploying SUBDIR += rubygem-nested_form SUBDIR += rubygem-net-http SUBDIR += rubygem-net-http-digest_auth SUBDIR += rubygem-net-http-persistent SUBDIR += rubygem-net-http-persistent2 SUBDIR += rubygem-net-http-pipeline SUBDIR += rubygem-net-http011 SUBDIR += rubygem-nicovideo SUBDIR += rubygem-ntlm-http SUBDIR += rubygem-octopress SUBDIR += rubygem-oembed SUBDIR += rubygem-ostatus2 SUBDIR += rubygem-pagerduty SUBDIR += rubygem-passenger SUBDIR += rubygem-patron SUBDIR += rubygem-platform-api SUBDIR += rubygem-propshaft SUBDIR += rubygem-propshaft-rails70 SUBDIR += rubygem-protocol-hpack SUBDIR += rubygem-protocol-http SUBDIR += rubygem-protocol-http1 SUBDIR += rubygem-protocol-http2 SUBDIR += rubygem-protocol-rack SUBDIR += rubygem-protocol-websocket SUBDIR += rubygem-puma SUBDIR += rubygem-puma_worker_killer SUBDIR += rubygem-pusher-client SUBDIR += rubygem-rabbirack SUBDIR += rubygem-rack SUBDIR += rubygem-rack-accept SUBDIR += rubygem-rack-attack SUBDIR += rubygem-rack-cache SUBDIR += rubygem-rack-contrib SUBDIR += rubygem-rack-cors SUBDIR += rubygem-rack-mount SUBDIR += rubygem-rack-openid SUBDIR += rubygem-rack-protection SUBDIR += rubygem-rack-protection1 SUBDIR += rubygem-rack-protection2 SUBDIR += rubygem-rack-protection3 SUBDIR += rubygem-rack-proxy SUBDIR += rubygem-rack-session SUBDIR += rubygem-rack-ssl SUBDIR += rubygem-rack-test SUBDIR += rubygem-rack-timeout SUBDIR += rubygem-rack16 SUBDIR += rubygem-rack22 SUBDIR += rubygem-rack_csrf SUBDIR += rubygem-rackup SUBDIR += rubygem-rails-settings-cached SUBDIR += rubygem-rails-settings-cached-rails5 SUBDIR += rubygem-rails-settings-cached-rails50 SUBDIR += rubygem-rails-settings-cached-rails61 SUBDIR += rubygem-rails4 SUBDIR += rubygem-rails5 SUBDIR += rubygem-rails50 SUBDIR += rubygem-rails52 SUBDIR += rubygem-rails60 SUBDIR += rubygem-rails61 SUBDIR += rubygem-rails70 SUBDIR += rubygem-rails71 SUBDIR += rubygem-rails_12factor SUBDIR += rubygem-rails_autolink SUBDIR += rubygem-rails_serve_static_assets SUBDIR += rubygem-rails_stdout_logging SUBDIR += rubygem-railties4 SUBDIR += rubygem-railties5 SUBDIR += rubygem-railties50 SUBDIR += rubygem-railties52 SUBDIR += rubygem-railties60 SUBDIR += rubygem-railties61 SUBDIR += rubygem-railties70 SUBDIR += rubygem-railties71 SUBDIR += rubygem-raindrops SUBDIR += rubygem-ramaze SUBDIR += rubygem-raphael-rails SUBDIR += rubygem-rate_throttle_client SUBDIR += rubygem-rbovirt SUBDIR += rubygem-rdf SUBDIR += rubygem-rdf-normalize SUBDIR += rubygem-redcloth SUBDIR += rubygem-redis-rack SUBDIR += rubygem-redis-rack2 SUBDIR += rubygem-redis-rails SUBDIR += rubygem-redis-rails-rails5 SUBDIR += rubygem-redis-rails-rails50 SUBDIR += rubygem-redis-rails-rails52 SUBDIR += rubygem-redis-rails-rails60 SUBDIR += rubygem-redis-rails-rails61 SUBDIR += rubygem-responders SUBDIR += rubygem-responders-rails5 SUBDIR += rubygem-responders-rails52 SUBDIR += rubygem-responders-rails60 SUBDIR += rubygem-responders-rails61 SUBDIR += rubygem-responders-rails70 SUBDIR += rubygem-rest-client SUBDIR += rubygem-rfacebook SUBDIR += rubygem-rfeedfinder SUBDIR += rubygem-rinku SUBDIR += rubygem-rkelly-remix SUBDIR += rubygem-robotex SUBDIR += rubygem-robots SUBDIR += rubygem-roda SUBDIR += rubygem-rqrcode SUBDIR += rubygem-rqrcode2 SUBDIR += rubygem-rqrcode_core SUBDIR += rubygem-rss SUBDIR += rubygem-rtlit SUBDIR += rubygem-ruby-oembed SUBDIR += rubygem-ruby-openai SUBDIR += rubygem-ruby-openai37 SUBDIR += rubygem-ruby-readability SUBDIR += rubygem-savon SUBDIR += rubygem-sawyer SUBDIR += rubygem-select2-rails SUBDIR += rubygem-selenium-webdriver SUBDIR += rubygem-semantic-ui-sass SUBDIR += rubygem-simple-rss SUBDIR += rubygem-sinatra SUBDIR += rubygem-sinatra-contrib SUBDIR += rubygem-sinatra-contrib1 SUBDIR += rubygem-sinatra-contrib2 SUBDIR += rubygem-sinatra-r18n SUBDIR += rubygem-sinatra-respond_to SUBDIR += rubygem-sinatra1 SUBDIR += rubygem-sinatra2 SUBDIR += rubygem-sitemap_generator SUBDIR += rubygem-smashing SUBDIR += rubygem-socksify SUBDIR += rubygem-stimulus-rails SUBDIR += rubygem-stimulus-rails-rails70 SUBDIR += rubygem-swd SUBDIR += rubygem-tailwindcss-rails SUBDIR += rubygem-tailwindcss-rails-rails70 SUBDIR += rubygem-task_list SUBDIR += rubygem-thin SUBDIR += rubygem-tinyatom SUBDIR += rubygem-tinymce-rails SUBDIR += rubygem-toml-rb SUBDIR += rubygem-totoridipjp SUBDIR += rubygem-tumblr_client SUBDIR += rubygem-turbo-rails SUBDIR += rubygem-turbo-rails-rails70 SUBDIR += rubygem-turbolinks SUBDIR += rubygem-turbolinks-source SUBDIR += rubygem-typhoeus SUBDIR += rubygem-uglifier SUBDIR += rubygem-underscore-rails SUBDIR += rubygem-unicorn SUBDIR += rubygem-unicorn-worker-killer SUBDIR += rubygem-url_escape SUBDIR += rubygem-url_mount SUBDIR += rubygem-vcr SUBDIR += rubygem-vegas SUBDIR += rubygem-wasabi SUBDIR += rubygem-webdrivers SUBDIR += rubygem-webmock SUBDIR += rubygem-webrick SUBDIR += rubygem-webrobots SUBDIR += rubygem-websocket SUBDIR += rubygem-websocket-client-simple SUBDIR += rubygem-websocket-driver SUBDIR += rubygem-websocket-extensions SUBDIR += rubygem-yapra SUBDIR += rustypaste SUBDIR += rustypaste-cli SUBDIR += s SUBDIR += sabredav SUBDIR += sahi SUBDIR += samdruckerserver SUBDIR += sarg SUBDIR += scloader SUBDIR += screego SUBDIR += script4rss SUBDIR += seahub SUBDIR += searx SUBDIR += selenium SUBDIR += serendipity SUBDIR += serf SUBDIR += servlet-api SUBDIR += sfeed SUBDIR += shellinabox SUBDIR += shiori SUBDIR += silicon SUBDIR += simple-web-server SUBDIR += sitecopy SUBDIR += slowcgi SUBDIR += slowhttptest SUBDIR += smarty SUBDIR += smarty2 SUBDIR += smarty3 SUBDIR += smarty4 SUBDIR += smb_auth SUBDIR += snarf SUBDIR += so SUBDIR += sogo SUBDIR += sogo-activesync SUBDIR += sogo2 SUBDIR += sogo2-activesync SUBDIR += spawn-fcgi SUBDIR += spreadlogd SUBDIR += sqlpage SUBDIR += sqstat SUBDIR += squid SUBDIR += squid-langpack SUBDIR += squid_radius_auth SUBDIR += squidanalyzer SUBDIR += squidclamav SUBDIR += squidguard SUBDIR += squidpurge SUBDIR += squidview SUBDIR += srg SUBDIR += srt SUBDIR += stagit SUBDIR += stork SUBDIR += subsonic-standalone SUBDIR += suitecrm SUBDIR += suphp SUBDIR += surf SUBDIR += swiggle SUBDIR += sws SUBDIR += tcexam SUBDIR += tclhttpd SUBDIR += tclwebtest SUBDIR += tdiary SUBDIR += tdom SUBDIR += template_ SUBDIR += templatelite SUBDIR += tgpt SUBDIR += thirtybees SUBDIR += threejs SUBDIR += threema-web SUBDIR += thttpd SUBDIR += thumbnail_index SUBDIR += thundercache SUBDIR += tidy SUBDIR += tidy-html5 SUBDIR += tikiwiki SUBDIR += tinymce SUBDIR += tinyproxy SUBDIR += tivoka SUBDIR += tntnet SUBDIR += tokyopromenade SUBDIR += tomcat-devel SUBDIR += tomcat-native SUBDIR += tomcat-native2 SUBDIR += tomcat101 SUBDIR += tomcat85 SUBDIR += tomcat9 SUBDIR += tomee SUBDIR += tor-browser SUBDIR += trac SUBDIR += trac-accountmanager SUBDIR += trac-markdownmacro SUBDIR += trac-spamfilter SUBDIR += trac-tocmacro SUBDIR += trafficserver SUBDIR += transproxy SUBDIR += trunk SUBDIR += tt-rss SUBDIR += tuifeed SUBDIR += tusc SUBDIR += tusd SUBDIR += twiki SUBDIR += twiki-BehaviourContrib SUBDIR += twiki-BlogAddOn SUBDIR += twiki-BugzillaLinkPlugin SUBDIR += twiki-ClassicSkin SUBDIR += twiki-CommentPlugin SUBDIR += twiki-EditTablePlugin SUBDIR += twiki-EmptyPlugin SUBDIR += twiki-GluePlugin SUBDIR += twiki-InterwikiPlugin SUBDIR += twiki-JSCalendarContrib SUBDIR += twiki-LDAPPasswordChangerPlugin SUBDIR += twiki-LdapContrib SUBDIR += twiki-LdapNgPlugin SUBDIR += twiki-MailerContrib SUBDIR += twiki-MathModePlugin SUBDIR += twiki-NewUserPlugin SUBDIR += twiki-PatternSkin SUBDIR += twiki-PreferencesPlugin SUBDIR += twiki-RenderListPlugin SUBDIR += twiki-SlideShowPlugin SUBDIR += twiki-SmiliesPlugin SUBDIR += twiki-SpreadSheetPlugin SUBDIR += twiki-SubscribePlugin SUBDIR += twiki-TWikiUserMappingContrib SUBDIR += twiki-TablePlugin SUBDIR += twiki-TagMePlugin SUBDIR += twiki-TinyMCEPlugin SUBDIR += twiki-TipsContrib SUBDIR += twiki-TopicVarsPlugin SUBDIR += twiki-TwistyContrib SUBDIR += twiki-TwistyPlugin SUBDIR += twiki-WysiwygPlugin SUBDIR += twms SUBDIR += typo3-11 SUBDIR += typo3-12 SUBDIR += uchiwa SUBDIR += ufdbguard SUBDIR += ulfius SUBDIR += ungoogled-chromium SUBDIR += unit SUBDIR += unit-java SUBDIR += unit-perl SUBDIR += unit-php SUBDIR += unit-python SUBDIR += unit-ruby SUBDIR += unit-wasm SUBDIR += unitc SUBDIR += uwebsockets SUBDIR += uwsgi SUBDIR += uwsgitop SUBDIR += validator SUBDIR += varnish-ip2location SUBDIR += varnish-ip2proxy SUBDIR += varnish-libvmod-digest SUBDIR += varnish-libvmod-dynamic SUBDIR += varnish-libvmod-fileserver SUBDIR += varnish-libvmod-geoip2 SUBDIR += varnish-libvmod-maxminddb SUBDIR += varnish-libvmod-querystring SUBDIR += varnish-libvmod-redis SUBDIR += varnish-modules SUBDIR += varnish7 SUBDIR += varnish_exporter SUBDIR += vaultwarden-web_vault SUBDIR += vdradmin-am SUBDIR += vertx SUBDIR += vger SUBDIR += vieb SUBDIR += vigil SUBDIR += vimb SUBDIR += visitors SUBDIR += volta SUBDIR += vultr-cli SUBDIR += w3m SUBDIR += w3m-img SUBDIR += w3mir SUBDIR += wabt SUBDIR += wasm-pack SUBDIR += web2ldap SUBDIR += webalizer SUBDIR += webbrowser SUBDIR += webcopy SUBDIR += webcrawl SUBDIR += webfs SUBDIR += webgrind SUBDIR += webhook SUBDIR += webinject SUBDIR += webkit2-gtk3 SUBDIR += webkit2-gtk4 SUBDIR += weblint++ SUBDIR += webpy SUBDIR += webresolve SUBDIR += websh SUBDIR += websocat SUBDIR += websocketd SUBDIR += webstone SUBDIR += webtrees20 SUBDIR += webtrees21 SUBDIR += wget2 SUBDIR += wgetpaste SUBDIR += wiki-tui SUBDIR += wikicalc SUBDIR += wordpress SUBDIR += wpebackend-fdo SUBDIR += writeas-cli SUBDIR += writefreely SUBDIR += wsdlpull SUBDIR += wslay SUBDIR += wsmake SUBDIR += wt SUBDIR += wuzz SUBDIR += wwwoffle SUBDIR += xapian-omega SUBDIR += xcaddy SUBDIR += xfce4-smartbookmark-plugin SUBDIR += xh SUBDIR += xist SUBDIR += xoops SUBDIR += xsp SUBDIR += xurls SUBDIR += yabb SUBDIR += yarn SUBDIR += yarn-node18 SUBDIR += yarn-node20 SUBDIR += yarn-node21 SUBDIR += yarr SUBDIR += yaws SUBDIR += you-get SUBDIR += yourls SUBDIR += yt-dlp SUBDIR += ytdl SUBDIR += yuicompressor SUBDIR += zend-framework SUBDIR += zenphoto SUBDIR += zerowait-httpd SUBDIR += zgrab2 SUBDIR += zola .include diff --git a/www/linux-rl9-libnghttp2/Makefile b/www/linux-rl9-libnghttp2/Makefile new file mode 100644 index 000000000000..4b09fb0f6068 --- /dev/null +++ b/www/linux-rl9-libnghttp2/Makefile @@ -0,0 +1,23 @@ +PORTNAME= libnghttp2 +PORTVERSION= 1.43.0 +DISTVERSIONSUFFIX= -5.el9_3.1 +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 + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} +SRC_DISTFILES= nghttp2-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/www/linux-rl9-libnghttp2/distinfo b/www/linux-rl9-libnghttp2/distinfo new file mode 100644 index 000000000000..c1b415682914 --- /dev/null +++ b/www/linux-rl9-libnghttp2/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707754379 +SHA256 (rocky/l/libnghttp2-1.43.0-5.el9_3.1.aarch64.rpm) = 7e1f1bab734a2d6f7e01e0d20ac7fddaaf64bb1b8c8beb78d7f78270cb5ccd3c +SIZE (rocky/l/libnghttp2-1.43.0-5.el9_3.1.aarch64.rpm) = 72916 +SHA256 (rocky/l/libnghttp2-1.43.0-5.el9_3.1.x86_64.rpm) = fff8c687acf6662d48fd267ebad37750e2dd015a821a2c1f8d54a47282ff7462 +SIZE (rocky/l/libnghttp2-1.43.0-5.el9_3.1.x86_64.rpm) = 73737 +SHA256 (rocky/n/nghttp2-1.43.0-5.el9_3.1.src.rpm) = 45ae8fd2dad2adaf775eb8eaab1835b2b2099c2412ff3d01b916d08cf0930c78 +SIZE (rocky/n/nghttp2-1.43.0-5.el9_3.1.src.rpm) = 3993941 diff --git a/www/linux-rl9-libnghttp2/pkg-plist.amd64 b/www/linux-rl9-libnghttp2/pkg-plist.amd64 new file mode 100644 index 000000000000..22c783ec30b6 --- /dev/null +++ b/www/linux-rl9-libnghttp2/pkg-plist.amd64 @@ -0,0 +1,4 @@ +usr/lib/.build-id/09/cc864ee59a86b20136c712562f526f1a3ef766 +usr/lib64/libnghttp2.so.14 +usr/lib64/libnghttp2.so.14.20.1 +usr/share/licenses/libnghttp2/COPYING diff --git a/x11-toolkits/linux-rl9-gtk2/Makefile b/x11-toolkits/linux-rl9-gtk2/Makefile index 10a6db31c84a..6245abdefa9a 100644 --- a/x11-toolkits/linux-rl9-gtk2/Makefile +++ b/x11-toolkits/linux-rl9-gtk2/Makefile @@ -1,27 +1,27 @@ PORTNAME= gtk2 PORTVERSION= 2.24.33 DISTVERSIONSUFFIX= -8.el9 CATEGORIES= x11-toolkits linux MAINTAINER= emulation@FreeBSD.org COMMENT= GTK+ library, version 2.X (Rocky Linux ${LINUX_DIST_VER}) WWW= https://www.gtk.org/ USES= cpe linux:rl9 CPE_VENDOR= gnome CPE_PRODUCT= gtk USE_LDCONFIG= yes -USE_LINUX= atk gdkpixbuf2 pango xorglibs +USE_LINUX= atk gdkpixbuf2 icu pango xorglibs USE_LINUX_RPM= yes LIB_DISTNAMES= ${DISTNAME} \ ${PORTNAME}-immodules-${DISTVERSIONFULL} CONFLICTS= linux-c7-${PORTNAME} DESCR= ${.CURDIR}/../${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/Makefile b/x11-toolkits/linux-rl9-gtk3/Makefile index e8ff21abd521..de39ffbb0ef0 100644 --- a/x11-toolkits/linux-rl9-gtk3/Makefile +++ b/x11-toolkits/linux-rl9-gtk3/Makefile @@ -1,30 +1,31 @@ PORTNAME= gtk3 PORTVERSION= 3.24.31 DISTVERSIONSUFFIX= -2.el9 +PORTREVISION= 1 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 fontconfig freetype gdkpixbuf2 \ - gnutls libepoxy libproxy librsvg2 libtracker-sparql libxkbcommon \ - pango wayland xorglibs +USE_LINUX= at-spi2-atk atk cairo-gobject dbuslibs fontconfig freetype gdkpixbuf2 \ + gnutls icu libepoxy libproxy librsvg2 libtracker-sparql \ + libxkbcommon pango wayland xorglibs USE_LINUX_RPM= yes LIB_DISTNAMES= ${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX} \ libstemmer-0-18.585svn.el9 DESCR= ${.CURDIR}/../${PORTNAME}0/pkg-descr OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes .include diff --git a/x11-toolkits/linux-rl9-gtk3/pkg-plist.amd64 b/x11-toolkits/linux-rl9-gtk3/pkg-plist.amd64 index bed99c567b3d..8ab30221150e 100644 --- a/x11-toolkits/linux-rl9-gtk3/pkg-plist.amd64 +++ b/x11-toolkits/linux-rl9-gtk3/pkg-plist.amd64 @@ -1,167 +1,170 @@ usr/bin/gtk-launch usr/bin/gtk-query-immodules-3.0-64 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/81/15576d7be82ea11c854acef286a8d44eddc785 usr/lib/.build-id/d2/054a7f1a31e7119c6639174aed49b0dccf031e usr/lib/.build-id/ee/b9023a187b51999004c35c687c75f8fedb60e4 usr/lib/.build-id/f4/6fde8fa19b43b8ee6fcb3668f091b316022689 usr/lib/.build-id/fa/8b811bd227a52219b899869a5cc0c31d5552a4 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 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/linux-rl9-pixman/Makefile b/x11/linux-rl9-pixman/Makefile index e8db13be72dc..59b1d6fd1ea9 100644 --- a/x11/linux-rl9-pixman/Makefile +++ b/x11/linux-rl9-pixman/Makefile @@ -1,16 +1,17 @@ PORTNAME= pixman PORTVERSION= 0.40.0 -DISTVERSIONSUFFIX= -5.el9 +DISTVERSIONSUFFIX= -6.el9_3 +PORTREVISION= 1 CATEGORIES= x11 linux MAINTAINER= emulation@FreeBSD.org COMMENT= Low-level pixel manipulation library (Rocky Linux ${LINUX_DIST_VER}) WWW= http://pixman.org USES= cpe linux:rl9 USE_LDCONFIG= yes USE_LINUX_RPM= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include diff --git a/x11/linux-rl9-pixman/distinfo b/x11/linux-rl9-pixman/distinfo index 5218150d816f..1450831c16e9 100644 --- a/x11/linux-rl9-pixman/distinfo +++ b/x11/linux-rl9-pixman/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1686560633 -SHA256 (rocky/p/pixman-0.40.0-5.el9.aarch64.rpm) = d1000be96416a958104b880d9fbb1f3ec5548a954b891a29e6274740f8c38a2f -SIZE (rocky/p/pixman-0.40.0-5.el9.aarch64.rpm) = 171373 -SHA256 (rocky/p/pixman-0.40.0-5.el9.x86_64.rpm) = 6d3812d5e6841c69ff695feff0ac2bbd8e04287d822e71f1ae865925e8a2a33d -SIZE (rocky/p/pixman-0.40.0-5.el9.x86_64.rpm) = 275799 -SHA256 (rocky/p/pixman-0.40.0-5.el9.src.rpm) = 957b2afe9566227981b9ed72686800740552cdd049422dc2510111d5d2f3b6cb -SIZE (rocky/p/pixman-0.40.0-5.el9.src.rpm) = 645284 +TIMESTAMP = 1707692731 +SHA256 (rocky/p/pixman-0.40.0-6.el9_3.aarch64.rpm) = 25c78517864ddb7189abb5ce1771cd8e4bdaa2db0ecd78d36051ad361db563de +SIZE (rocky/p/pixman-0.40.0-6.el9_3.aarch64.rpm) = 170349 +SHA256 (rocky/p/pixman-0.40.0-6.el9_3.x86_64.rpm) = f90f7b61c355aae65c1c94ab19a6538212ba4f64236457fee42793710331321c +SIZE (rocky/p/pixman-0.40.0-6.el9_3.x86_64.rpm) = 275293 +SHA256 (rocky/p/pixman-0.40.0-6.el9_3.src.rpm) = 219804ba83514bf90442db2b8c4de713694f3e8ee1b4635659d1596fe613b2f4 +SIZE (rocky/p/pixman-0.40.0-6.el9_3.src.rpm) = 645570 diff --git a/x11/linux-rl9-pixman/pkg-plist.amd64 b/x11/linux-rl9-pixman/pkg-plist.amd64 index d91d0f549996..1ad5854d3f8e 100644 --- a/x11/linux-rl9-pixman/pkg-plist.amd64 +++ b/x11/linux-rl9-pixman/pkg-plist.amd64 @@ -1,4 +1,4 @@ -usr/lib/.build-id/a1/14e70251845766eb2c960ae21785bbc82cb28d +usr/lib/.build-id/ea/7ccb5a4fa900818ff60eead31963778becd452 usr/lib64/libpixman-1.so.0 usr/lib64/libpixman-1.so.0.40.0 usr/share/doc/pixman/COPYING diff --git a/x11/linux-rl9-xorg-libs/Makefile b/x11/linux-rl9-xorg-libs/Makefile index fd68b176e96e..503e7d900008 100644 --- a/x11/linux-rl9-xorg-libs/Makefile +++ b/x11/linux-rl9-xorg-libs/Makefile @@ -1,89 +1,90 @@ PORTNAME= xorg-libs PORTVERSION= 7.7 +PORTREVISION= 1 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_RPM= yes LIB_DISTNAMES= libICE-1.0.10-8.el9 \ libSM-1.2.3-10.el9 \ - libX11-1.7.0-7.el9 \ - libX11-xcb-1.7.0-7.el9 \ + libX11-1.7.0-8.el9 \ + libX11-xcb-1.7.0-8.el9 \ libXScrnSaver-1.2.3-10.el9 \ libXau-1.0.9-8.el9 \ libXaw-1.0.13-19.el9 \ libXcomposite-0.4.5-7.el9 \ libXcursor-1.2.0-7.el9 \ libXdamage-1.1.5-7.el9 \ libXdmcp-1.1.3-8.el9 \ libXext-1.3.4-8.el9 \ libXfixes-5.0.3-16.el9 \ libXfont2-2.0.3-12.el9 \ libXft-2.3.3-8.el9 \ libXi-1.7.10-8.el9 \ libXinerama-1.1.4-10.el9 \ libXmu-1.1.3-8.el9 \ libXp-1.0.3-11.el9 \ libXpm-3.5.13-8.el9_1 \ libXrandr-1.5.2-8.el9 \ libXrender-0.9.10-16.el9 \ libXres-1.2.0-14.el9 \ libXt-1.2.0-6.el9 \ libXtst-1.2.3-16.el9 \ libXv-1.0.11-16.el9 \ libXxf86dga-1.1.5-8.el9 \ libXxf86vm-1.1.4-18.el9 \ libfontenc-1.1.3-17.el9 \ libxcb-1.13.1-9.el9 \ libxkbfile-1.1.0-8.el9 \ libxshmfence-1.3-10.el9 -SHARE_DISTNAMES=libX11-common-1.7.0-7.el9 \ +SHARE_DISTNAMES=libX11-common-1.7.0-8.el9 \ xkeyboard-config-2.33-2.el9 SRC_DISTFILES= libICE-1.0.10-8.el9${SRC_SUFX}:SOURCE \ libSM-1.2.3-10.el9${SRC_SUFX}:SOURCE \ - libX11-1.7.0-7.el9${SRC_SUFX}:SOURCE \ + libX11-1.7.0-8.el9${SRC_SUFX}:SOURCE \ libXScrnSaver-1.2.3-10.el9${SRC_SUFX}:SOURCE \ libXau-1.0.9-8.el9${SRC_SUFX}:SOURCE \ libXaw-1.0.13-19.el9${SRC_SUFX}:SOURCE \ libXcomposite-0.4.5-7.el9${SRC_SUFX}:SOURCE \ libXcursor-1.2.0-7.el9${SRC_SUFX}:SOURCE \ libXdamage-1.1.5-7.el9${SRC_SUFX}:SOURCE \ libXdmcp-1.1.3-8.el9${SRC_SUFX}:SOURCE \ libXext-1.3.4-8.el9${SRC_SUFX}:SOURCE \ libXfixes-5.0.3-16.el9${SRC_SUFX}:SOURCE \ libXfont2-2.0.3-12.el9${SRC_SUFX}:SOURCE \ libXft-2.3.3-8.el9${SRC_SUFX}:SOURCE \ libXi-1.7.10-8.el9${SRC_SUFX}:SOURCE \ libXinerama-1.1.4-10.el9${SRC_SUFX}:SOURCE \ libXmu-1.1.3-8.el9${SRC_SUFX}:SOURCE \ libXp-1.0.3-11.el9${SRC_SUFX}:SOURCE \ libXpm-3.5.13-8.el9_1${SRC_SUFX}:SOURCE \ libXrandr-1.5.2-8.el9${SRC_SUFX}:SOURCE \ libXrender-0.9.10-16.el9${SRC_SUFX}:SOURCE \ libXres-1.2.0-14.el9${SRC_SUFX}:SOURCE \ libXt-1.2.0-6.el9${SRC_SUFX}:SOURCE \ libXtst-1.2.3-16.el9${SRC_SUFX}:SOURCE \ libXv-1.0.11-16.el9${SRC_SUFX}:SOURCE \ libXxf86dga-1.1.5-8.el9${SRC_SUFX}:SOURCE \ libXxf86vm-1.1.4-18.el9${SRC_SUFX}:SOURCE \ libfontenc-1.1.3-17.el9${SRC_SUFX}:SOURCE \ libxcb-1.13.1-9.el9${SRC_SUFX}:SOURCE \ libxkbfile-1.1.0-8.el9${SRC_SUFX}:SOURCE \ libxshmfence-1.3-10.el9${SRC_SUFX}:SOURCE \ xkeyboard-config-2.33-2.el9${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/distinfo b/x11/linux-rl9-xorg-libs/distinfo index 6cb23c83eaec..86227fb75f50 100644 --- a/x11/linux-rl9-xorg-libs/distinfo +++ b/x11/linux-rl9-xorg-libs/distinfo @@ -1,197 +1,197 @@ -TIMESTAMP = 1686572305 +TIMESTAMP = 1707692525 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.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.x86_64.rpm) = 86af171005be195c9296a65c0f86b744f608c0ec7e14459d0836e33a8d0129f7 SIZE (rocky/l/libSM-1.2.3-10.el9.x86_64.rpm) = 42143 -SHA256 (rocky/l/libX11-1.7.0-7.el9.aarch64.rpm) = 645e53571d98a89e48e6559f7fabf7a3bcb9033e19d999bdfc27a66db7da94ba -SIZE (rocky/l/libX11-1.7.0-7.el9.aarch64.rpm) = 650365 -SHA256 (rocky/l/libX11-1.7.0-7.el9.x86_64.rpm) = 8162e2d25c807c473f8559f042bbebed27fe6acb9ec8df46d243850f3a687fa5 -SIZE (rocky/l/libX11-1.7.0-7.el9.x86_64.rpm) = 667528 -SHA256 (rocky/l/libX11-common-1.7.0-7.el9.noarch.rpm) = ada046fb459ae18b792e570ecbdf3bc89afadf45b0f7e10761fdd00c061c4c62 -SIZE (rocky/l/libX11-common-1.7.0-7.el9.noarch.rpm) = 155757 -SHA256 (rocky/l/libX11-xcb-1.7.0-7.el9.aarch64.rpm) = 78d47be06514939cc34e034691059d8935504950da044e3045756bc062ef69ba -SIZE (rocky/l/libX11-xcb-1.7.0-7.el9.aarch64.rpm) = 11592 -SHA256 (rocky/l/libX11-xcb-1.7.0-7.el9.x86_64.rpm) = 7b9e224a0c54f1a4eae7eba0d86ff1cddf2117c63cf25f9be1d402d351cb40cd -SIZE (rocky/l/libX11-xcb-1.7.0-7.el9.x86_64.rpm) = 11686 +SHA256 (rocky/l/libX11-1.7.0-8.el9.aarch64.rpm) = 12d1bf76705f70e3e83728986d75fa54cad4a693da29aef1d51677b8cb4cab2d +SIZE (rocky/l/libX11-1.7.0-8.el9.aarch64.rpm) = 649162 +SHA256 (rocky/l/libX11-1.7.0-8.el9.x86_64.rpm) = 6836c74c86c9520b4a56cf78539c2c71a2b5c1dd9c7039e0dfd9f10200a94e19 +SIZE (rocky/l/libX11-1.7.0-8.el9.x86_64.rpm) = 665567 +SHA256 (rocky/l/libX11-common-1.7.0-8.el9.noarch.rpm) = bee5cbba81cf5dbcd2183c463c5958edc3750d1cde1fbd201195d67c84208d45 +SIZE (rocky/l/libX11-common-1.7.0-8.el9.noarch.rpm) = 154403 +SHA256 (rocky/l/libX11-xcb-1.7.0-8.el9.aarch64.rpm) = b9b72371b44ea27c5c1df2cb4d46158d7c58e5b0d8fa5265dd53523f4e647ea7 +SIZE (rocky/l/libX11-xcb-1.7.0-8.el9.aarch64.rpm) = 10019 +SHA256 (rocky/l/libX11-xcb-1.7.0-8.el9.x86_64.rpm) = 231dcf069a7e337824c0543c5c257d40042be320670dceb1d8216364e7977022 +SIZE (rocky/l/libX11-xcb-1.7.0-8.el9.x86_64.rpm) = 10122 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.x86_64.rpm) = 14d4cbc45d7c31c6b9d66bda9f78ae1ca51c939d7eff66dfd61557d5d4c64929 SIZE (rocky/l/libXp-1.0.3-11.el9.x86_64.rpm) = 31785 SHA256 (rocky/l/libXpm-3.5.13-8.el9_1.aarch64.rpm) = ac6f375f06eaa3536c5d86d5866ca4a184704846b060361ec602dedab6d01467 SIZE (rocky/l/libXpm-3.5.13-8.el9_1.aarch64.rpm) = 57494 SHA256 (rocky/l/libXpm-3.5.13-8.el9_1.x86_64.rpm) = 33892f7917599d8a7581ab7f44e30fa06e777abf9ea17962df937a96929d2a1e SIZE (rocky/l/libXpm-3.5.13-8.el9_1.x86_64.rpm) = 58711 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.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.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.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.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.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.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.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.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.x86_64.rpm) = 867e2805940f8a3da79fe085ad65dddc3e9968e72f14f076e74c99f28220fe23 SIZE (rocky/l/libfontenc-1.1.3-17.el9.x86_64.rpm) = 30582 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.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.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.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-7.el9.src.rpm) = 365b6cc36e934cc732e142a0258b21b2664144f59cc434d0776d668cfcb2d2b4 -SIZE (rocky/l/libX11-1.7.0-7.el9.src.rpm) = 2417361 +SHA256 (rocky/l/libX11-1.7.0-8.el9.src.rpm) = f2194339dd95bc17d6ebada04e1e8b0efcbf587f3c8d93fb0ff162fe67cb7b64 +SIZE (rocky/l/libX11-1.7.0-8.el9.src.rpm) = 2417559 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-8.el9_1.src.rpm) = a38cca76fd778846ee350b2d09927cd62fa0b10de856f9326bd8d3a512503745 SIZE (rocky/l/libXpm-3.5.13-8.el9_1.src.rpm) = 480595 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/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.amd64 b/x11/linux-rl9-xorg-libs/pkg-plist.amd64 index 7256f964c046..035e1d6cb7c6 100644 --- a/x11/linux-rl9-xorg-libs/pkg-plist.amd64 +++ b/x11/linux-rl9-xorg-libs/pkg-plist.amd64 @@ -1,792 +1,792 @@ usr/lib/.build-id/01/86c32662f898a38fcfd1450294a9ad1803cae9 usr/lib/.build-id/06/95483afdddf8cf5f17f917c32f14e0ad63b633 usr/lib/.build-id/07/067926753bce6ef054b738a8d9685a8bde7d8c usr/lib/.build-id/0f/d3282ecaffaa01d10d3cb9ce1cb24ccaff472f usr/lib/.build-id/15/e287ab193f3071128e3c527f504a5fe96c08d2 usr/lib/.build-id/17/566ce71884812a28dc2b084ddb342f7537e48d usr/lib/.build-id/19/faea8415e9f1decac782ef94b5fd972838a5ca usr/lib/.build-id/20/09fffcd89ffe04d2d062cd4c618ab4dde870c8 usr/lib/.build-id/21/6acbdcb8d887cc0584cbbb35eb846bbcc9d23f usr/lib/.build-id/23/ae48748e6a874f1134cb93e1fc375513d684b8 usr/lib/.build-id/24/d3a7f1c816a1d77a3e8cdb58209a862c6e18be usr/lib/.build-id/27/c95300a2679c6ae7951c8a72cbea689778e9c5 usr/lib/.build-id/2b/b8075df671109dbe53fa0e6f6d418bcf3d1e71 usr/lib/.build-id/2c/52d5227ef2ccb96a0b3714223acfd10508fdf8 usr/lib/.build-id/2e/4b823232a5475f68e2febfa11c7aad8d1058d8 usr/lib/.build-id/30/7e95e3141dc40fc3a165466c5b6cbbedffec7b usr/lib/.build-id/39/f61c13b11a5120fcd150d227060d3091430f6d usr/lib/.build-id/3a/d30f2d7f02b4dc363a1596af440bb73977da65 usr/lib/.build-id/42/2a290e6dd4f0a47dffeb746fca8536bcdfaf67 usr/lib/.build-id/49/cfff18317128df6e5e73915d5016020c4ab024 usr/lib/.build-id/4d/514b9565aac845bd2bfedbe395776bc7a1fa95 +usr/lib/.build-id/50/d72451145787d7cd66e9bb2cee1afd23d7521f usr/lib/.build-id/51/c9058f4bb0fef922b639e056347259463689af usr/lib/.build-id/53/abbf8e03f31db4e3158012882c6af9e87cda1d usr/lib/.build-id/55/ec758e17df6a2c99f8ffcb88d8969803c16ac1 usr/lib/.build-id/5a/2d12e07f23d94767c51320fcd60d06afdcf3d0 usr/lib/.build-id/5c/5a3bdd37832a92d2d056eccd72444a7b4991ab usr/lib/.build-id/61/0f5e78fd7092a4a5b5ae1f6d4f82ad8e01da19 usr/lib/.build-id/68/23b23ee98c3d156fbb34cea85b48a5a0278955 usr/lib/.build-id/6b/b9a09e22cfccb7cfc258bdee6aa2f77eab1cf8 usr/lib/.build-id/6f/4232152a5fbcbf7367f1bfb7af5f0cfed25c75 usr/lib/.build-id/71/0d3ca6764a037a97465c0ea2b6f42850383fc9 usr/lib/.build-id/73/0de0a869706860d9db43b080a04907badf47ce usr/lib/.build-id/78/6f12f006cd4fe4cd159d367509bbf8986b74ac -usr/lib/.build-id/7a/e6713665528940bcc4613cceac25c397ba4187 usr/lib/.build-id/7e/f95a7020a54368a0175736e24cb73ddd262eef usr/lib/.build-id/83/d15f40cc772742cf3db591fabfea865e6007c8 usr/lib/.build-id/8d/34b77dd6a184b1d88c5d6869e0a2c1254fda9b usr/lib/.build-id/8d/9249d08414c98ce6eecef1ada5e67d222ddd97 usr/lib/.build-id/98/43aa9b451dcf2dc58b6f7c5629208fa7475b6e usr/lib/.build-id/9b/14fa60aaec26f15fceac42e505be26682902f4 usr/lib/.build-id/a1/acf5716e593efbbd73ff65bbeaa5e1ad9c8c88 usr/lib/.build-id/a6/f808aff69d78e3e9fbb7b5a03410d51ffce3c2 usr/lib/.build-id/b2/03cb0ddce8801697938b737e21717278673c97 usr/lib/.build-id/b3/0b960b26c897686f4c524010da49b5a10d7f8c usr/lib/.build-id/b7/ee61ff7ee370f38e09590487f28564647ebc35 usr/lib/.build-id/bf/0631ba0fa68490da9cea3deacc4888e8cada5f usr/lib/.build-id/c0/fe05c54971160b888e0e0850b65b13a988c70c usr/lib/.build-id/c0/ff8e56e4c5a918bf92a8054778ec9dfe70d905 usr/lib/.build-id/c4/98679d29fa21904bd41fc86e987ee2aa2c09f9 usr/lib/.build-id/cd/ba1709ba66653fd7509abdbc160e354353538f usr/lib/.build-id/dd/cd02e379ed22df0fd41ddd4d9f0b4772400cdd usr/lib/.build-id/e1/6c1d464eba9945c7a0d88acc47005ac4194b3f +usr/lib/.build-id/e8/38cabd4155d6a7b55d2c61a1074a826eb703b6 usr/lib/.build-id/ed/0a83de7f6a3eca79ffa8dd40787392e3bb2260 -usr/lib/.build-id/f0/edc825c0a16362a676f869a5c1de0c75c8db23 usr/lib/.build-id/f4/06b6f2387f2515324b0c021c02b1782ab1a145 usr/lib/.build-id/f7/9636c816008906103c8df4321768c898ee6976 usr/lib/.build-id/fb/5bf6f5f31d506fba5c419dcea725c8e3884a0e 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/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/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/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/licenses/libXfont2/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/man7/xkeyboard-config.7.gz @dir usr/share/X11/app-defaults @dir var/cache/libX11/compose