diff --git a/Mk/Uses/linux.mk b/Mk/Uses/linux.mk index e098234fcbc5..c4e7efbeff2b 100644 --- a/Mk/Uses/linux.mk +++ b/Mk/Uses/linux.mk @@ -1,285 +1,327 @@ # 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 . 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= Linux compatibility is only available on aarch64, amd64 and i386 +ONLY_FOR_ARCHS_REASON= CentOS Linux compatibility is only available on aarch64, amd64 and i386 +. endif . endif _linux_c7_alsa-lib-devel= linux-c7-alsa-lib-devel>0:audio/linux-c7-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_c7_at-spi2-atk= linux-c7-at-spi2-atk>0:accessibility/linux-c7-at-spi2-atk -_linux_c7_at-spi2-core= linux-c7-at-spi2-core>0:accessibility/linux-c7-at-spi2-core +_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_c7_ca-certificates= linux-c7-ca-certificates>0:security/linux-c7-ca-certificates +_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_c7_cairo-gobject= linux-c7-cairo-gobject>0:graphics/linux-c7-cairo-gobject +_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_c7_elfutils-libs= linux-c7-elfutils-libs>0:devel/linux-c7-elfutils-libs +_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_c7_flac= linux-c7-flac-libs>0:audio/linux-c7-flac +_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_c7_freetype= linux-c7-freetype>0:print/linux-c7-freetype -_linux_c7_fribidi= linux-c7-fribidi>0:converters/linux-c7-fribidi +_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_c7_graphite2= linux-c7-graphite2>0:graphics/linux-c7-graphite2 -_linux_c7_gsm= linux-c7-gsm>0:audio/linux-c7-gsm +_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_${linux_ARGS}_gtk2= linux-${linux_ARGS}-gtk2>0:x11-toolkits/linux-${linux_ARGS}-gtk2 -_linux_c7_gtk3= linux-c7-gtk3>0:x11-toolkits/linux-c7-gtk3 -_linux_c7_harfbuzz= linux-c7-harfbuzz>0:print/linux-c7-harfbuzz +_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_c7_jbigkit= linux-c7-jbigkit-libs>0:graphics/linux-c7-jbigkit +_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_${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_c7_libdrm= linux-c7-libdrm>0:graphics/linux-c7-libdrm -_linux_c7_libepoxy= linux-c7-libepoxy>0:graphics/linux-c7-libepoxy +_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_${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_c7_libglvnd= linux-c7-libglvnd>0:graphics/linux-c7-libglvnd +_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_${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_c7_librsvg2= linux-c7-librsvg2>0:graphics/linux-c7-librsvg2 +_linux_${linux_ARGS}_librsvg2= linux-${linux_ARGS}-librsvg2>0:graphics/linux-${linux_ARGS}-librsvg2 _linux_${linux_ARGS}_libsndfile= linux-${linux_ARGS}-libsndfile>0:audio/linux-${linux_ARGS}-libsndfile _linux_${linux_ARGS}_libssh2= linux-${linux_ARGS}-libssh2>0:security/linux-${linux_ARGS}-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_${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_${linux_ARGS}_libvorbis= linux-${linux_ARGS}-libvorbis>0:audio/linux-${linux_ARGS}-libvorbis -_linux_c7_libxkbcommon= linux-c7-libxkbcommon>0:x11/linux-c7-libxkbcommon +_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}_lttng-ust= linux-${linux_ARGS}-lttng-ust>0:sysutils/linux-${linux_ARGS}-lttng-ust -_linux_c7_lz4= linux-c7-lz4>0:archivers/linux-c7-lz4 +_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_c7_nettle= linux-c7-nettle>0:security/linux-c7-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_${linux_ARGS}_openal-soft= linux-${linux_ARGS}-openal-soft>0:audio/linux-${linux_ARGS}-openal-soft _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_c7_p11-kit= linux-c7-p11-kit>0:security/linux-c7-p11-kit +_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_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_c7_systemd-libs= linux-c7-systemd-libs>0:devel/linux-c7-systemd-libs +_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_c7_wayland= linux-c7-wayland>0:graphics/linux-c7-wayland +_linux_${linux_ARGS}_wayland= linux-${linux_ARGS}-wayland>0:graphics/linux-${linux_ARGS}-wayland _linux_c7_xcb-util= linux-c7-xcb-util>0:x11/linux-c7-xcb-util -_linux_c7_xorglibs= linux-c7-xorg-libs>=7.7_7:x11/linux-c7-xorg-libs +_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 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) -DISTFILES_amd64?= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ - ${LIB_DISTNAMES_i386:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ - ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ +. 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/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index fd381a423145..4d2288528cb3 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -1,188 +1,188 @@ # MAINTAINER: ports@FreeBSD.org # # Note: before committing to this file, contact portmgr to arrange for an # experimental ports run. Untested commits may be backed out at portmgr's # discretion. # # Provide default versions for ports with multiple versions selectable # by the user. # # Users who want to override these defaults can easily do so by defining # DEFAULT_VERSIONS in their make.conf as follows: # # DEFAULT_VERSIONS= perl5=5.20 ruby=3.1 .if !defined(_INCLUDE_BSD_DEFAULT_VERSIONS_MK) _INCLUDE_BSD_DEFAULT_VERSIONS_MK= yes LOCALBASE?= /usr/local . for lang in APACHE BDB COROSYNC EBUR128 EMACS FIREBIRD FORTRAN FPC GCC \ GHOSTSCRIPT GL GO GUILE IMAGEMAGICK JAVA LAZARUS LIBRSVG2 LINUX LLVM \ LUA LUAJIT MONO MYSQL NINJA NODEJS OPENLDAP PERL5 PGSQL PHP \ PYCRYPTOGRAPHY PYTHON PYTHON2 RUBY RUST SAMBA SSL TCLTK VARNISH . if defined(${lang}_DEFAULT) ERROR+= "The variable ${lang}_DEFAULT is set and it should only be defined through DEFAULT_VERSIONS+=${lang:tl}=${${lang}_DEFAULT} in /etc/make.conf" . endif #.undef ${lang}_DEFAULT . endfor . for lang in ${DEFAULT_VERSIONS} _l= ${lang:C/=.*//g} ${_l:tu}_DEFAULT= ${lang:C/.*=//g} . endfor # Possible values: 2.4 APACHE_DEFAULT?= 2.4 # Possible values: 5, 18 BDB_DEFAULT?= 5 # Possible values: 2, 3 COROSYNC_DEFAULT?= 3 # Possible values: rust, legacy . if empty(ARCH:Naarch64:Namd64:Narmv7:Ni386:Npowerpc64:Npowerpc64le:Npowerpc:Nriscv64) EBUR128_DEFAULT?= rust . else EBUR128_DEFAULT?= legacy . endif # Possible_values: full canna nox devel_full devel_nox #EMACS_DEFAULT?= let the flavor be the default if not explicitly set # Possible values: 3.0, 4.0 FIREBIRD_DEFAULT?= 3.0 # Possible values: gfortran FORTRAN_DEFAULT?= gfortran # Possible values: 3.2.2, 3.3.1 . if !defined(WANT_FPC_DEVEL) FPC_DEFAULT?= 3.2.2 . else FPC_DEFAULT?= 3.3.1 . endif # Possible values: 9, 10, 11, 12, 13, 14, 15 # (Any other version is completely unsupported and not meant for general use.) GCC_DEFAULT?= 13 # Possible values: 10 GHOSTSCRIPT_DEFAULT?= 10 # Possible values: mesa-libs, mesa-devel GL_DEFAULT?= mesa-libs # Possible values: 1.20, 1.21, 1.22, 1.23-devel GO_DEFAULT?= 1.21 # Possible values: 1.8, 2.2, 3.0 GUILE_DEFAULT?= 2.2 # Possible versions: 6, 7 # Possible flavors: x11, nox11 # (defaults to x11 when not specified) # Format: version[-flavor] # Examples: 6-nox11, 7 IMAGEMAGICK_DEFAULT?= 7 # Possible values: 8, 11, 17, 18, 19, 20, 21 JAVA_DEFAULT?= 8 # Possible values: 3.2.0, 3.1.0 . if !defined(WANT_LAZARUS_DEVEL) LAZARUS_DEFAULT?= 3.2.0 . else LAZARUS_DEFAULT?= 3.3.1 . endif # Possible values: rust, legacy . if empty(ARCH:Naarch64:Namd64:Narmv7:Ni386:Npowerpc64:Npowerpc64le:Npowerpc:Nriscv64) LIBRSVG2_DEFAULT?= rust . else LIBRSVG2_DEFAULT?= legacy . endif -# Possible values: c7 +# Possible values: c7 rl9 LINUX_DEFAULT?= c7 # Possible values: 11, 12, 13, 14, 15, 16, 17, -devel (to be used when non-base compiler is required) LLVM_DEFAULT?= 15 # Possible values: 5.1, 5.2, 5.3, 5.4 LUA_DEFAULT?= 5.4 # Possible values: luajit, luajit-devel, luajit-openresty . if ${ARCH:Mpowerpc64*} LUAJIT_DEFAULT?= luajit-openresty . else LUAJIT_DEFAULT?= luajit-devel . endif # Possible values: 5.10, 5.20, 6.8 MONO_DEFAULT?= 5.20 # Possible values: 8.0, 8.1, 10.5m, 10.6m, 10.11m MYSQL_DEFAULT?= 8.0 # Possible values: ninja, samurai NINJA_DEFAULT?= ninja # Possible value: 18, 20, 21, current, lts (Note: current = 21 and lts = 20) NODEJS_DEFAULT?= lts # Possible value: 25, 26 OPENLDAP_DEFAULT?= 26 # Possible values: 5.34, 5.36, 5.38, devel . if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \ defined(PACKAGE_BUILDING)) PERL5_DEFAULT?= 5.36 . elif !defined(PERL5_DEFAULT) # There's no need to replace development versions, like "5.23" with "devel" # because 1) nobody is supposed to use it outside of poudriere, and 2) it must # be set manually in /etc/make.conf in the first place, and we're never getting # in here. . if !defined(_PERL5_FROM_BIN) _PERL5_FROM_BIN!= ${LOCALBASE}/bin/perl -e 'printf "%vd\n", $$^V;' . endif _EXPORTED_VARS+= _PERL5_FROM_BIN PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R} . endif # Possible values: 12, 13, 14, 15, 16 PGSQL_DEFAULT?= 15 # Possible values: 8.1, 8.2, 8.3 PHP_DEFAULT?= 8.2 # Possible values: rust, legacy . if empty(ARCH:Naarch64:Namd64:Narmv7:Ni386:Npowerpc64:Npowerpc64le:Npowerpc:Nriscv64) PYCRYPTOGRAPHY_DEFAULT?= rust . else PYCRYPTOGRAPHY_DEFAULT?= legacy . endif # Possible values: 3.8, 3.9, 3.10, 3.11 PYTHON_DEFAULT?= 3.9 # Possible values: 2.7 PYTHON2_DEFAULT?= 2.7 # Possible values: 3.1, 3.2, 3.3 RUBY_DEFAULT?= 3.2 # Possible values: rust, rust-nightly RUST_DEFAULT?= rust # Possible values: 4.16, 4.19 SAMBA_DEFAULT?= 4.16 # Possible values: base, openssl, openssl111, openssl31, openssl32, libressl, libressl-devel . if !defined(SSL_DEFAULT) # If no preference was set, check for an installed base version # but give an installed port preference over it. . if !defined(SSL_DEFAULT) && \ !exists(${DESTDIR}/${LOCALBASE}/lib/libcrypto.so) && \ exists(${DESTDIR}/usr/include/openssl/opensslv.h) SSL_DEFAULT= base . else . if exists(${DESTDIR}/${LOCALBASE}/lib/libcrypto.so) . if defined(PKG_BIN) # find installed port and use it for dependency . if !defined(OPENSSL_INSTALLED) . if defined(DESTDIR) PKGARGS= -c ${DESTDIR} . else PKGARGS= . endif OPENSSL_INSTALLED!= ${PKG_BIN} ${PKGARGS} which -qo ${LOCALBASE}/lib/libcrypto.so || : . endif . if defined(OPENSSL_INSTALLED) && !empty(OPENSSL_INSTALLED) SSL_DEFAULT:= ${OPENSSL_INSTALLED:T} WARNING+= "You have ${OPENSSL_INSTALLED} installed but do not have DEFAULT_VERSIONS+=ssl=${SSL_DEFAULT} set in your make.conf" . endif . else check-makevars:: @${ECHO_MSG} "You have a ${LOCALBASE}/lib/libcrypto.so file installed, but the framework is unable" @${ECHO_MSG} "to determine what port it comes from." @${ECHO_MSG} "Add DEFAULT_VERSIONS+=ssl= to your /etc/make.conf and try again." @${FALSE} . endif . endif . endif # Make sure we have a default in the end SSL_DEFAULT?= base . endif # Possible values: 8.5, 8.6, 8.7 TCLTK_DEFAULT?= 8.6 # Possible values: 6, 7 VARNISH_DEFAULT?= 6 .endif diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index d9058c0da546..73726d57099d 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -1,1180 +1,1186 @@ # bsd.sites.mk - Popular master sites. # # Sites_MAINTAINER= ports@FreeBSD.org # # This file does not have any designated maintainer, so feel free to # commit to it yourself. However, it is generally a good idea to # notify the principal maintainer in case you have a change to one of # the software environments (KDE, GNOME, etc.). # # Also, this file is included from bsd.port.mk for all invocations, so # committing a syntax error to this file is a cardinal sin, and will # be punished accordingly. DO NOT COMMIT SOMETHING YOU HAVEN'T TESTED. # You have been warned. :) # # Note: because it is included for all invocations, please keep the size # of this file manageable. If a distfile is unfetchable from the first # few dozen locations, it is unlikely to be fetchable from any past that, # and those fetch failures will simply waste time and bandwidth. Please # pick a globally representative subset. # # Note: all entries should terminate with a slash. # Where to put distfiles that don't have any other master site .if !defined(IGNORE_MASTER_SITE_LOCAL) MASTER_SITE_LOCAL+= \ http://distcache.FreeBSD.org/local-distfiles/%SUBDIR%/ \ http://distcache.us-east.FreeBSD.org/local-distfiles/%SUBDIR%/ \ http://distcache.eu.FreeBSD.org/local-distfiles/%SUBDIR%/ \ http://distcache.us-west.FreeBSD.org/local-distfiles/%SUBDIR%/ MASTER_SITE_PORTS_JP+= \ ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \ ftp://ftp4.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \ ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ .endif ## ## KEEP THIS LIST SORTED ## .if !defined(IGNORE_MASTER_SITE_AFTERSTEP) MASTER_SITE_AFTERSTEP+= \ ftp://ftp.afterstep.org/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/X11/AfterStep/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_APACHE) MASTER_SITE_APACHE+= \ https://dlcdn.apache.org/%SUBDIR%/ \ https://ftp.wayne.edu/apache/%SUBDIR%/ \ https://mirror.its.dal.ca/apache/%SUBDIR%/ \ http://mirror.cogentco.com/pub/apache/%SUBDIR%/ \ http://mirror.navercorp.com/apache/%SUBDIR%/ \ http://ftp.kddi-research.jp/infosystems/apache/%SUBDIR%/ \ http://miroir.univ-lorraine.fr/apache/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_APACHE_COMMONS_BINARIES) MASTER_SITE_APACHE_COMMONS_BINARIES+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,commons/&/binaries,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_COMMONS_SOURCE) MASTER_SITE_APACHE_COMMONS_SOURCE+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,commons/&/source,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_HTTPD) MASTER_SITE_APACHE_HTTPD+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,httpd/&,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_JAKARTA) MASTER_SITE_APACHE_JAKARTA+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,jakarta/&,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_TOMCAT) MASTER_SITE_APACHE_TOMCAT+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,tomcat/&,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_XML) MASTER_SITE_APACHE_XML+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,xml/&,} .endif .if !defined(IGNORE_MASTER_SITE_BERLIOS) MASTER_SITE_BERLIOS+= \ ${MASTER_SITE_SOURCEFORGE} .endif .if !defined(IGNORE_MASTER_SITE_COMP_SOURCES) MASTER_SITE_COMP_SOURCES+= \ http://ftp.isc.org/pub/usenet/comp.sources.%SUBDIR%/ \ http://ftp.funet.fi/pub/archive/comp.sources.%SUBDIR%/ \ http://ftp.fi.netbsd.org/pub/misc/archive/comp.sources.%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CRAN) MASTER_SITE_CRAN+= \ https://cloud.r-project.org/%SUBDIR%/ \ https://stat.ethz.ch/CRAN/%SUBDIR%/ \ http://cran.utstat.utoronto.ca/%SUBDIR%/ \ https://cran.csiro.au/%SUBDIR%/ \ https://mirrors.tuna.tsinghua.edu.cn/CRAN/%SUBDIR%/ \ https://mirror.las.iastate.edu/CRAN/%SUBDIR%/ \ https://cran.ma.imperial.ac.uk/%SUBDIR%/ \ https://cran.ism.ac.jp/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CRAN_ARCHIVE) MASTER_SITE_CRAN_ARCHIVE+= ${MASTER_SITE_CRAN:S,$,Archive/${PORTNAME}/,} .endif .if !defined(IGNORE_MASTER_SITE_CRATESIO) MASTER_SITE_CRATESIO+= https://crates.io/api/v1/crates/%SUBDIR%/download?dummy=/ .endif .if !defined(IGNORE_MASTER_SITE_DEBIAN) MASTER_SITE_DEBIAN+= http://deb.debian.org/debian/%SUBDIR%/ . for country in am au at by be br bg ca cl cn hr cz dk fi fr de hk hu is it \ jp kr lt md nl nc nz no pl pt ru sk si es se ch tw uk us MASTER_SITE_DEBIAN+= http://ftp.${country}.debian.org/debian/%SUBDIR%/ . endfor .endif .if !defined(IGNORE_MASTER_SITE_DEBIAN_POOL) MASTER_SITE_DEBIAN_POOL+= \ ${MASTER_SITE_DEBIAN:C|(/%SUBDIR%/)|/pool/main/${PORTNAME:C/^(.).*$/\1/}/${PORTNAME}/|} .endif .if !defined(IGNORE_MASTER_SITE_ECLIPSE) MASTER_SITE_ECLIPSE+= \ https://ftp-stud.hs-esslingen.de/pub/Mirrors/eclipse/%SUBDIR%/ \ https://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/%SUBDIR%/ .endif # List: https://www.exim.org/mirmon/ftp_mirrors.html .if !defined(IGNORE_MASTER_SITE_EXIM) MASTER_SITE_EXIM+= \ https://exim.mirror.globo.tech/exim/%SUBDIR%/ \ https://mirror.easyname.at/exim-ftp/exim/%SUBDIR%/ \ https://www.mirrorservice.org/sites/ftp.exim.org/pub/exim/%SUBDIR%/ \ https://exim.mirror.iphh.net/ftp/exim/%SUBDIR%/ \ http://ftp.carnet.hr/misc/exim/exim/%SUBDIR%/ \ http://ftp.kaist.ac.kr/exim/exim/%SUBDIR%/ \ http://sunsite.icm.edu.pl/pub/unix/mail/exim/exim/%SUBDIR%/ \ https://ftp.exim.org/pub/exim/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CENTOS_LINUX) MASTER_SITE_CENTOS_LINUX+= \ http://mirror.centos.org/%SUBDIR%/:DEFAULT,aarch64,amd64,i386 \ http://vault.centos.org/%SUBDIR%/:DEFAULT,aarch64,amd64,i386,SOURCE .endif +.if !defined(IGNORE_MASTER_SITE_ROCKY_LINUX) +MASTER_SITE_ROCKY_LINUX+= \ + https://dl.rockylinux.org/pub/rocky/%SUBDIR%/:DEFAULT,aarch64,amd64,SOURCE \ + https://dl.rockylinux.org/vault/rocky/%SUBDIR%/:DEFAULT,aarch64,amd64,SOURCE +.endif + .if !defined(IGNORE_MASTER_SITE_EPEL7) MASTER_SITE_EPEL7+= \ https://dl.fedoraproject.org/pub/epel/7/aarch64/Packages/%SUBDIR%/:DEFAULT,aarch64 \ https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/%SUBDIR%/:DEFAULT,amd64 \ https://dl.fedoraproject.org/pub/epel/7/SRPMS/Packages/%SUBDIR%/:SOURCE \ http://dl.fedoraproject.org/pub/epel/7/aarch64/Packages/%SUBDIR%/:DEFAULT,aarch64 \ http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/%SUBDIR%/:DEFAULT,amd64 \ http://dl.fedoraproject.org/pub/epel/7/SRPMS/Packages/%SUBDIR%/:SOURCE .endif .if !defined(IGNORE_MASTER_SITE_FARSIGHT) MASTER_SITE_FARSIGHT+= \ https://dl.farsightsecurity.com/dist/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_FESTIVAL) MASTER_SITE_FESTIVAL+= \ http://www.festvox.org/packed/festival/%SUBDIR%/ \ http://www.cstr.ed.ac.uk/downloads/festival/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_FESTIVAL_OGI) MASTER_SITE_FESTIVAL_OGI+= \ http://www.cslu.ogi.edu/tts/download/data/ .endif # # FreeBSD mirror sites # # For the full list, see the Handbook: # # https://docs.FreeBSD.org/en/books/handbook/mirrors/#mirrors-ftp # .if !defined(IGNORE_MASTER_SITE_FREEBSD_ORG) MASTER_SITE_FREEBSD_ORG+= \ https://download.FreeBSD.org/%SUBDIR%/ \ ftp://ftp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.se.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_FRUGALWARE) MASTER_SITE_FRUGALWARE+= \ ftp://ftp7.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp6.frugalware.org/mirrors/linux/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp12.frugalware.org/mirrors/ftp.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GCC) MASTER_SITE_GCC+= \ https://mirrors.kernel.org/sourceware/gcc/%SUBDIR%/ \ https://ftp-stud.hs-esslingen.de/pub/Mirrors/sourceware.org/gcc/%SUBDIR%/ \ https://ftp.funet.fi/pub/mirrors/sourceware.org/pub/gcc/%SUBDIR%/ \ https://ftp.mpi-inf.mpg.de/pub/gnu/mirror/gcc.gnu.org/pub/gcc/%SUBDIR%/ \ https://mirrorservice.org/sites/sourceware.org/pub/gcc/%SUBDIR%/ \ http://mirror.koddos.net/gcc/%SUBDIR%/ \ http://ftp.ntua.gr/pub/gnu/gcc/%SUBDIR%/ \ http://gcc.gnu.org/pub/gcc/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GENTOO) MASTER_SITE_GENTOO+= \ https://mirror.leaseweb.com/gentoo/%SUBDIR%/ \ https://mirror.rackspace.com/gentoo/%SUBDIR%/ \ https://mirror.init7.net/gentoo/%SUBDIR%/ \ https://mirrors.rit.edu/gentoo/%SUBDIR%/ \ http://ftp.iij.ad.jp/pub/linux/gentoo/%SUBDIR%/ \ http://ftp.belnet.be/pub/rsync.gentoo.org/gentoo/%SUBDIR%/ \ http://ftp.uni-hannover.de/gentoo/%SUBDIR%/ \ http://gentoo-mirror.flux.utah.edu/%SUBDIR%/ .endif # Keep this before USE_GITHUB .if !empty(MASTER_SITES:M*/github.com/*/archive/*) DEV_WARNING+= "MASTER_SITES contains ${MASTER_SITES:M*/github.com/*/archive/*}, please use USE_GITHUB instead." .endif .if !defined(IGNORE_MASTER_SITE_GITHUB) # # In order to use GitHub your port must define USE_GITHUB and the following # variables: # # GH_ACCOUNT - account name of the GitHub user hosting the project # default: ${PORTNAME} # # GH_PROJECT - name of the project on GitHub # default: ${PORTNAME} # # GH_TAGNAME - name of the tag to download (2.0.1, hash, ...) # Using the name of a branch here is incorrect. It is # possible to do GH_TAGNAME= GIT_HASH to do a snapshot. # default: ${DISTVERSIONFULL} # # GH_SUBDIR - directory relative to WRKSRC where to move this distfile's # content after extracting. # # GH_TUPLE - above shortened to account:project:tagname[:group][/subdir] # . if defined(USE_GITHUB) . if defined(GH_TAGNAME) && ${GH_TAGNAME} == master IGNORE?= Using master as GH_TAGNAME is invalid. \ Must use a tag or commit hash so the upstream does \ not "reroll" as soon as the branch is updated . endif . if defined(GH_TUPLE) . for _tuple in ${GH_TUPLE} _t_tmp=${_tuple} . if ${_t_tmp:C@^([^:]*):([^:]*):([^:]*)((:[^:/]*)?)((/.*)?)@\4@:S/://:C/[a-zA-Z0-9_.+-]//g} check-makevars:: @${ECHO_MSG} "The ${_tuple} GH_TUPLE line has" @${ECHO_MSG} "a tag containing something else than [a-zA-Z0-9_.+-]" @${FALSE} . endif . endfor GH_ACCOUNT+= ${GH_TUPLE:C@^([^:]*):([^:]*):([^:]*)((:[^:/]*)?)((/.*)?)@\1\4@} GH_PROJECT+= ${GH_TUPLE:C@^([^:]*):([^:]*):([^:]*)((:[^:/]*)?)((/.*)?)@\2\4@} GH_TAGNAME+= ${GH_TUPLE:C@^([^:]*):([^:]*):([^:]*)((:[^:/]*)?)((/.*)?)@\3\4@} GH_SUBDIR+= ${GH_TUPLE:C@^([^:]*):([^:]*):([^:]*)((:[^:/]*)?)((/.*)?)@\6\4@:M/*:S/^\///} . endif # We are cheating and using backend URLS for GitHub here. See ports/194898 # comment #15 for explanation as to why and how to deal with it if it breaks. MASTER_SITE_GITHUB+= https://codeload.github.com/%SUBDIR% MASTER_SITE_GITHUB_CLOUD+= https://cloud.github.com/downloads/%SUBDIR% . if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} && !${MASTER_SITES:MGHC} && !${USE_GITHUB:Mnodefault} MASTER_SITES+= GH . endif GH_ACCOUNT_DEFAULT= ${PORTNAME} GH_ACCOUNT?= ${GH_ACCOUNT_DEFAULT} GH_PROJECT_DEFAULT= ${PORTNAME} GH_PROJECT?= ${GH_PROJECT_DEFAULT} # Use full PREFIX/SUFFIX and converted DISTVERSION GH_TAGNAME_DEFAULT= ${DISTVERSIONFULL} GH_TAGNAME?= ${GH_TAGNAME_DEFAULT} # Iterate over GH_ACCOUNT, GH_PROJECT, GH_TAGNAME and GH_SUBDIR to extract groups _GITHUB_GROUPS= DEFAULT . for _gh_v in GH_ACCOUNT GH_PROJECT GH_TAGNAME GH_SUBDIR . for _v_ex in ${${_gh_v}} _GH_GROUPS= ${_v_ex:S/^${_v_ex:C@:[^/:]+$@@}//:S/^://} . if !empty(_GH_GROUPS) . for _group in ${_GH_GROUPS:S/,/ /g} . if ${_group} == all || ${_group} == ALL || ${_group} == default check-makevars:: @${ECHO_MSG} "Makefile error: the words all, ALL and default are reserved and cannot be" @${ECHO_MSG} "used in group definitions. Please fix your ${_gh_v}" @${FALSE} . endif . if !${_GITHUB_GROUPS:M${_group}} _GITHUB_GROUPS+= ${_group} . endif ${_gh_v}_${_group}= ${_v_ex:C@^(.*):[^/:]+$@\1@} . endfor . else ${_gh_v}_DEFAULT= ${_v_ex:C@^(.*):[^/:]+$@\1@} . endif . endfor . endfor # Put the default values back into the variables so that the *default* behavior # is not changed. GH_ACCOUNT:= ${GH_ACCOUNT_DEFAULT} GH_PROJECT:= ${GH_PROJECT_DEFAULT} GH_TAGNAME:= ${GH_TAGNAME_DEFAULT} GH_SUBDIR:= ${GH_SUBDIR_DEFAULT} . if defined(GH_TAGNAME) # If you change either of the _SANITIZED or _EXTRACT variables, please keep the # changes in sync with the GH_TAGNAME_${_group}_* variables 50 lines below. GH_TAGNAME_SANITIZED= ${GH_TAGNAME:S,/,-,g} # GitHub silently converts tags starting with v to not have v in the filename # and extraction directory. It also replaces + with -. GH_TAGNAME_EXTRACT= ${GH_TAGNAME_SANITIZED:C/^[vV]([0-9])/\1/:S/+/-/g:C/--*/-/g} . endif # This new scheme rerolls distfiles. Also ensure they are renamed to avoid # conflicts. Use _GITHUB_REV in case github changes their zipping or structure # which has happened before. _GITHUB_REV= 0 _GITHUB_EXTRACT_SUFX= .tar.gz # Put the DEFAULT distfile first _GITHUB_CLONE_DIR?= ${WRKDIR}/git-clone _PORTS_DIRECTORIES+= ${_GITHUB_CLONE_DIR} . if !${USE_GITHUB:Mnodefault} && empty(MASTER_SITES:MGHC) # GH_TAGNAME defaults to DISTVERSIONFULL; Avoid adding DISTVERSIONFULL in twice . if ${GH_TAGNAME} != ${DISTVERSIONFULL} DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${DISTVERSIONFULL}-${GH_TAGNAME_SANITIZED} . else DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME_SANITIZED} . endif DISTNAME_DEFAULT:= ${DISTNAME}_GH${_GITHUB_REV} DISTFILE_DEFAULT= ${DISTNAME_DEFAULT}${_GITHUB_EXTRACT_SUFX} DISTNAME:= ${DISTNAME_DEFAULT} DISTFILES+= ${DISTFILE_DEFAULT} git-clone: git-clone-DEFAULT git-clone-DEFAULT: ${_GITHUB_CLONE_DIR} @git clone https://github.com/${GH_ACCOUNT_DEFAULT}/${GH_PROJECT_DEFAULT}.git ${_GITHUB_CLONE_DIR}/${GH_PROJECT_DEFAULT} @${ECHO_MSG} "Cloned the default github repository into ${_GITHUB_CLONE_DIR}/${GH_PROJECT_DEFAULT}" | ${FMT_80} . endif . if !empty(GH_SUBDIR) _SITES_extract:= 690:post-extract-gh-DEFAULT post-extract-gh-DEFAULT: @${RMDIR} ${WRKSRC}/${GH_SUBDIR_DEFAULT} 2>/dev/null || : @${MKDIR} ${WRKSRC}/${GH_SUBDIR_DEFAULT:H} 2>/dev/null || : @${LN} -s ${GH_SUBDIR_DEFAULT:C/[^\/]//g:C/\//..\//g:S/^$/./} ${WRKSRC}/${GH_SUBDIR_DEFAULT} . endif # If there are non default groups . if !empty(_GITHUB_GROUPS:NDEFAULT) # Then for each of the remaining groups, add DISTFILES and MASTER_SITES # entries with the correct group and create {WRKSRC,DISTNAME,DISTFILES}_group # helper variables. . for _group in ${_GITHUB_GROUPS:NDEFAULT} GH_ACCOUNT_${_group}?= ${GH_ACCOUNT_DEFAULT} GH_PROJECT_${_group}?= ${GH_PROJECT_DEFAULT} GH_TAGNAME_${_group}?= ${GH_TAGNAME_DEFAULT} # If you change either of the _SANITIZED or _EXTRACT variables, please keep the # changes in sync with the GH_TAGNAME_* variables 50 lines above. GH_TAGNAME_${_group}_SANITIZED= ${GH_TAGNAME_${_group}:S,/,-,g} GH_TAGNAME_${_group}_EXTRACT= ${GH_TAGNAME_${_group}_SANITIZED:C/^[vV]([0-9])/\1/:S/+/-/g:C/--*/-/g} _GH_TUPLE_OUT:= ${_GH_TUPLE_OUT} ${GH_ACCOUNT_${_group}}:${GH_PROJECT_${_group}}:${GH_TAGNAME_${_group}}:${_group}/${GH_SUBDIR_${_group}} DISTNAME_${_group}:= ${GH_ACCOUNT_${_group}}-${GH_PROJECT_${_group}}-${GH_TAGNAME_${_group}_SANITIZED} DISTFILE_${_group}:= ${DISTNAME_${_group}}_GH${_GITHUB_REV}${_GITHUB_EXTRACT_SUFX} DISTFILES:= ${DISTFILES} ${DISTFILE_${_group}}:${_group} MASTER_SITES:= ${MASTER_SITES} ${MASTER_SITE_GITHUB:S@%SUBDIR%@${GH_ACCOUNT_${_group}}/${GH_PROJECT_${_group}}/tar.gz/${GH_TAGNAME_${_group}}?dummy=/:${_group}@} WRKSRC_${_group}:= ${WRKDIR}/${GH_PROJECT_${_group}}-${GH_TAGNAME_${_group}_EXTRACT} . if !empty(GH_SUBDIR_${_group}) # In order to sort the subdir extraction so that foo/bar is moved in before # foo/bar/baz, we count the number of / in the path and use it to order the # targets. This handles up to 9 levels. The max as of r463123 is 4. _SITES_extract:= ${_SITES_extract} 69${GH_SUBDIR_${_group}:C=[^/]+= =g:[#]}:post-extract-gh-${_group} post-extract-gh-${_group}: @${RMDIR} ${WRKSRC}/${GH_SUBDIR_${_group}} 2>/dev/null || : @${MKDIR} ${WRKSRC}/${GH_SUBDIR_${_group}:H} 2>/dev/null || : @${MV} ${WRKSRC_${_group}} ${WRKSRC}/${GH_SUBDIR_${_group}} @${LN} -s ${WRKSRC:T}/${GH_SUBDIR_${_group}} ${WRKSRC_${_group}} . endif git-clone: git-clone-${_group} git-clone-${_group}: ${_GITHUB_CLONE_DIR} @git clone https://github.com/${GH_ACCOUNT_${_group}}/${GH_PROJECT_${_group}}.git ${_GITHUB_CLONE_DIR}/${GH_PROJECT_${_group}} @${ECHO_MSG} "Cloned the ${_group} github repository into ${_GITHUB_CLONE_DIR}/${GH_PROJECT_${_group}}" | ${FMT_80} . endfor . endif convert-to-gh-tuple: @${ECHO_MSG} ${GH_ACCOUNT}:${GH_PROJECT}:${GH_TAGNAME} ${_GH_TUPLE_OUT:S/\/$//} WWW?= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/ . endif # defined(USE_GITHUB) .endif # !defined(IGNORE_MASTER_SITE_GITHUB) # Keep this before USE_GITLAB # first try to detect when fetch was called by makesum, which passes # MASTER_SITES and would cause a bogus warning here. .if !(make(fetch) && !empty(NO_CHECKSUM) && !empty(DISABLE_SIZE)) . if !empty(MASTER_SITES:M*//*/*/*/-/archive/${DISTVERSIONFULL}/) DEV_WARNING+= "MASTER_SITES contains ${MASTER_SITES:M*//*/*/*/-/archive/${DISTVERSIONFULL}/}, please use USE_GITLAB instead." . endif .endif .if !defined(IGNORE_MASTER_SITE_GITLAB) # # In order to use GitLab your port must define USE_GITLAB and the following # variables: # # GL_SITE - site URL hosting GitLab and the project # default: https://gitlab.com # # GL_ACCOUNT - account name of the GitLab user hosting the project # default: ${PORTNAME} # # GL_PROJECT - name of the project on GitLab # default: ${PORTNAME} # # GL_TAGNAME - name of the tag to download (2.0.1, hash, ...) # Using the name of a branch here is incorrect. It is # possible to do GL_TAGNAME= GIT_HASH to do a snapshot. # default: ${DISTVERSIONFULL} # # GL_SUBDIR - directory relative to WRKSRC where to move this distfile's # content after extracting. # # GL_TUPLE - above shortened to [site[:port][/webroot]:]account:project:tagname:group[/subdir] # . if defined(USE_GITLAB) . if !defined(GL_TAGNAME) && defined(GL_COMMIT) GL_TAGNAME= ${GL_COMMIT} DEV_WARNING+= "GL_COMMIT is deprecated, please use GL_TAGNAME instead" . endif . if defined(GL_TUPLE) . for _tuple in ${GL_TUPLE} . if ${_tuple:C@^(([^:]*://[^:/]*(:[0-9]{1,5})?(/[^:]*[^/])?:)?)([^:]*):([^:]*):([^:]*)(:[^:/]*)((/.*)?)@\7@:S/^://:C/[a-zA-Z0-9_.+-]//g} check-makevars:: @${ECHO_MSG} "The ${_tuple}" @${ECHO_MSG} "GL_TUPLE is improperly formatted or, the tagname" @${ECHO_MSG} "section contains something other than [a-zA-Z0-9_.+-]" @${FALSE} . endif . endfor GL_SITE+= ${GL_TUPLE:C@^(([^:]*://[^:/]*(:[0-9]{1,5})?(/[^:]*[^/])?:)?)([^:]*):([^:]*):([^:]*)(:[^:/]*)((/.*)?)@\1\8@:S@::@:@} GL_ACCOUNT+= ${GL_TUPLE:C@^(([^:]*://[^:/]*(:[0-9]{1,5})?(/[^:]*[^/])?:)?)([^:]*):([^:]*):([^:]*)(:[^:/]*)((/.*)?)@\5\8@} GL_PROJECT+= ${GL_TUPLE:C@^(([^:]*://[^:/]*(:[0-9]{1,5})?(/[^:]*[^/])?:)?)([^:]*):([^:]*):([^:]*)(:[^:/]*)((/.*)?)@\6\8@} GL_TAGNAME+= ${GL_TUPLE:C@^(([^:]*://[^:/]*(:[0-9]{1,5})?(/[^:]*[^/])?:)?)([^:]*):([^:]*):([^:]*)(:[^:/]*)((/.*)?)@\7\8@} GL_SUBDIR+= ${GL_TUPLE:C@^(([^:]*://[^:/]*(:[0-9]{1,5})?(/[^:]*[^/])?:)?)([^:]*):([^:]*):([^:]*)(:[^:/]*)((/.*)?)@\9\8@:M/*:S/^\///} . endif . if empty(USE_GITLAB:Mnodefault) MASTER_SITES+= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/archive/${GL_TAGNAME:C@^[a-f0-9]{40}$@\0.tar.gz?dummy=@}/ . endif GL_SITE_DEFAULT= https://gitlab.com GL_SITE?= ${GL_SITE_DEFAULT} GL_ACCOUNT_DEFAULT= ${PORTNAME} GL_ACCOUNT?= ${GL_ACCOUNT_DEFAULT} GL_PROJECT_DEFAULT= ${PORTNAME} GL_PROJECT?= ${GL_PROJECT_DEFAULT} GL_TAGNAME_DEFAULT= ${DISTVERSIONFULL} GL_TAGNAME?= ${GL_TAGNAME_DEFAULT} _GITLAB_GROUPS= DEFAULT . for _gl_v in GL_SITE GL_ACCOUNT GL_PROJECT GL_TAGNAME GL_SUBDIR . for _v_ex in ${${_gl_v}} _GL_GROUPS= ${_v_ex:S/^${_v_ex:C@:[^/:]+$@@}//:S/^://} . if !empty(_GL_GROUPS) . for _group in ${_GL_GROUPS:S/,/ /g} . if ${_group} == all || ${_group} == ALL || ${_group} == default check-makevars:: @${ECHO_MSG} "Makefile error: the words all, ALL and default are reserved and cannot be" @${ECHO_MSG} "used in group definitions. Please fix your ${_gl_v}" @${FALSE} . endif . if !${_GITLAB_GROUPS:M${_group}} _GITLAB_GROUPS+= ${_group} . endif ${_gl_v}_${_group}= ${_v_ex:C@^(.*):[^/:]+$@\1@} . endfor . else ${_gl_v}_DEFAULT= ${_v_ex:C@^(.*):[^/:]+$@\1@} . endif . endfor . endfor GL_SITE:= ${GL_SITE_DEFAULT} GL_ACCOUNT:= ${GL_ACCOUNT_DEFAULT} GL_PROJECT:= ${GL_PROJECT_DEFAULT} GL_TAGNAME:= ${GL_TAGNAME_DEFAULT} GL_SUBDIR:= ${GL_SUBDIR_DEFAULT} _GITLAB_REV= 0 _GITLAB_EXTRACT_SUFX= .tar.gz _GITLAB_TAG_EXTRACT_SUFX= .tar.bz2 _GITLAB_CLONE_DIR?= ${WRKDIR}/git-clone _PORTS_DIRECTORIES+= ${_GITLAB_CLONE_DIR} . if !${USE_GITLAB:Mnodefault} . if ${GL_TAGNAME:C/^[a-f0-9]{40}$//} DISTNAME:= ${GL_PROJECT}-${GL_TAGNAME} DISTFILES+= ${DISTNAME}${_GITLAB_TAG_EXTRACT_SUFX} . else DISTNAME:= ${GL_ACCOUNT}-${GL_PROJECT}-${GL_TAGNAME}_GL${_GITLAB_REV} DISTFILES+= ${DISTNAME}${_GITLAB_EXTRACT_SUFX} . endif git-clone: git-clone-DEFAULT git-clone-DEFAULT: ${_GITLAB_CLONE_DIR} @git clone ${GL_SITE_DEFAULT}/${GL_ACCOUNT_DEFAULT}/${GL_PROJECT_DEFAULT}.git ${_GITLAB_CLONE_DIR}/${GL_PROJECT_DEFAULT} @${ECHO_MSG} "Cloned the default GitLab repository into ${_GITLAB_CLONE_DIR}/${GL_PROJECT_DEFAULT}" | ${FMT_80} . endif . if !empty(GL_SUBDIR) _SITES_extract:= 69${GL_SUBDIR_${_group}:C=[^/]+= =g:[#]}:post-extract-gl-DEFAULT post-extract-gl-DEFAULT: @${RMDIR} ${WRKSRC}/${GL_SUBDIR_DEFAULT} 2>/dev/null || : @${MKDIR} ${WRKSRC}/${GL_SUBDIR_DEFAULT:H} 2>/dev/null || : @${LN} -s ${GL_SUBDIR_DEFAULT:C/[^\/]//g:C/\//..\//g:S/^$/./} ${WRKSRC}/${GL_SUBDIR_DEFAULT} . endif . if !empty(_GITLAB_GROUPS:NDEFAULT) . for _group in ${_GITLAB_GROUPS:NDEFAULT} # We set GL_SITE earlier, we need to verify it's not empty . if empty(GL_SITE_${_group}) GL_SITE_${_group}= ${GL_SITE_DEFAULT} . endif GL_ACCOUNT_${_group}?= ${GL_ACCOUNT_DEFAULT} GL_PROJECT_${_group}?= ${GL_PROJECT_DEFAULT} _GL_TUPLE_OUT:= ${_GL_TUPLE_OUT} ${GL_SITE_${_group}}:${GL_ACCOUNT_${_group}}:${GL_PROJECT_${_group}}:${GL_TAGNAME_${_group}}:${_group}/${GL_SUBDIR_${_group}} . if ${GL_TAGNAME_${_group}:C/^[a-f0-9]{40}$//} DISTNAME_${_group}:= ${GL_PROJECT_${_group}}-${GL_TAGNAME_${_group}} DISTFILE_${_group}:= ${DISTNAME_${_group}}${_GITLAB_TAG_EXTRACT_SUFX} MASTER_SITES:= ${MASTER_SITES} ${GL_SITE_${_group}}/${GL_ACCOUNT_${_group}}/${GL_PROJECT_${_group}}/-/archive/${GL_TAGNAME_${_group}}/:${_group} . else DISTNAME_${_group}:= ${GL_ACCOUNT_${_group}}-${GL_PROJECT_${_group}}-${GL_TAGNAME_${_group}}_GL${_GITLAB_REV} DISTFILE_${_group}:= ${DISTNAME_${_group}}${_GITLAB_EXTRACT_SUFX} MASTER_SITES:= ${MASTER_SITES} ${GL_SITE_${_group}}/${GL_ACCOUNT_${_group}}/${GL_PROJECT_${_group}}/-/archive/${GL_TAGNAME_${_group}}.tar.gz?dummy=/:${_group} . endif DISTFILES:= ${DISTFILES} ${DISTFILE_${_group}}:${_group} WRKSRC_${_group}:= ${WRKDIR}/${GL_PROJECT_${_group}}-${GL_TAGNAME_${_group}} . if !empty(GL_SUBDIR_${_group}) _SITES_extract:= ${_SITES_extract} 690:post-extract-gl-${_group} post-extract-gl-${_group}: @${RMDIR} ${WRKSRC}/${GL_SUBDIR_${_group}} 2>/dev/null || : @${MKDIR} ${WRKSRC}/${GL_SUBDIR_${_group}:H} 2>/dev/null || : @${MV} ${WRKSRC_${_group}} ${WRKSRC}/${GL_SUBDIR_${_group}} @${LN} -s ${WRKSRC:T}/${GL_SUBDIR_${_group}} ${WRKSRC_${_group}} . endif git-clone: git-clone-${_group} git-clone-${_group}: ${_GITLAB_CLONE_DIR} @git clone ${GL_SITE_${_group}}/${GL_ACCOUNT_${_group}}/${GL_PROJECT_${_group}}.git ${_GITLAB_CLONE_DIR}/${GL_PROJECT_${_group}} @${ECHO_MSG} "Cloned the ${_group} GitLab repository into ${_GITLAB_CLONE_DIR}/${GL_PROJECT_${_group}}" | ${FMT_80} . endfor . endif WWW?= https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/ . endif # defined(USE_GITLAB) .endif # !defined(IGNORE_MASTER_SITE_GITLAB) .if !defined(IGNORE_MASTER_SITE_GNOME) MASTER_SITE_GNOME+= \ https://download.gnome.org/%SUBDIR%/ \ https://gitlab.gnome.org/GNOME/${PORTNAME}/-/archive/${PORTVERSION}/ \ http://ftp.belnet.be/mirror/ftp.gnome.org/gnomeftp/%SUBDIR%/ \ ftp://ftp.belnet.be/mirror/ftp.gnome.org/gnomeftp/%SUBDIR%/ \ https://ftp.acc.umu.se/pub/GNOME/%SUBDIR%/ \ ftp://ftp.cse.buffalo.edu/pub/Gnome/%SUBDIR%/ \ https://fr2.rpmfind.net/linux/gnome.org/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/pub/GNOME/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/%SUBDIR%/ \ ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GIMP) MASTER_SITE_GIMP+= \ http://gimp.mirrors.hoobly.com/pub/%SUBDIR%/ \ http://gimp.afri.cc/pub/%SUBDIR%/ \ https://download.gimp.org/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNU) MASTER_SITE_GNU+= \ https://ftpmirror.gnu.org/%SUBDIR%/ \ https://mirrors.kernel.org/gnu/%SUBDIR%/ \ https://mirror.netcologne.de/gnu/%SUBDIR%/ \ https://www.nic.funet.fi/pub/gnu/gnu/%SUBDIR%/ \ http://mirror.navercorp.com/gnu/%SUBDIR%/ \ http://ftp.halifax.rwth-aachen.de/gnu/%SUBDIR%/ \ http://ftp.kddilabs.jp/GNU/gnu/%SUBDIR%/ \ ftp://mirrors.rit.edu/gnu/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/gnu/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/%SUBDIR%/ \ https://ftp.gnu.org/gnu/%SUBDIR%/ .endif # List: https://gnupg.org/download/mirrors.html (contains stale information) .if !defined(IGNORE_MASTER_SITE_GNUPG) MASTER_SITE_GNUPG+= \ https://mirrors.dotsrc.org/gcrypt/%SUBDIR%/ \ https://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ http://www.ring.gr.jp/pub/net/gnupg/%SUBDIR%/ \ https://gnupg.org/ftp/gcrypt/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNUSTEP) MASTER_SITE_GNUSTEP+= \ ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ \ http://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNU_ALPHA) MASTER_SITE_GNU_ALPHA+= \ https://alpha.gnu.org/gnu/%SUBDIR%/ \ ftp://spinellicreations.com/alpha/gnu/%SUBDIR%/ \ http://www.nic.funet.fi/pub/gnu/alpha/gnu/%SUBDIR%/ \ http://mirror.thecodefactory.org/gnualpha/%SUBDIR%/ \ https://www.mirrorservice.org/sites/alpha.gnu.org/gnu/%SUBDIR%/ \ http://gnu.c3sl.ufpr.br/alpha/%SUBDIR%/ \ https://mirror.cedia.org.ec/gnualpha/%SUBDIR%/ \ http://gnu-alpha.mirrors.hostinginnederland.nl/%SUBDIR%/ \ https://gnualpha.uib.no/%SUBDIR%/ \ https://mirrors.fe.up.pt/pub/gnu-alpha/%SUBDIR%/ \ http://mirror.lihnidos.org/GNU/alpha/gnu/%SUBDIR%/ \ https://alpha-gnu-org.ip-connect.vn.ua/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_HACKAGE) MASTER_SITE_HACKAGE+= \ https://hackage.haskell.org/package/ \ http://hackage.haskell.org/package/ .endif .if !defined(IGNORE_MASTER_SITE_IDSOFTWARE) MASTER_SITE_IDSOFTWARE+= \ ftp://ftp.gwdg.de/pub/misc2/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ http://ftp4.de.freesbie.org/pub/misc/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/pc/games/idgames/idstuff/%SUBDIR%/ \ ftp://ftp.gamers.org/pub/idgames/idstuff/%SUBDIR%/ \ http://ftp.iinet.net.au/games/idstuff/%SUBDIR%/ \ ftp://ftp.mirror.nl/disk2/idsoftware/idstuff/%SUBDIR%/ \ ftp://freebsd.nsu.ru/mirrors/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/vendors/idgames/idstuff/%SUBDIR%/ \ ftp://ftp.omen.net.au/games/idstuff/%SUBDIR%/ \ ftp://ftp.idsoftware.com/idstuff/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_ISC) MASTER_SITE_ISC+= \ https://ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.ciril.fr/pub/isc/%SUBDIR%/ \ ftp://ftp.freenet.de/pub/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/network/isc/%SUBDIR%/ \ ftp://ftp.u-aizu.ac.jp/pub/net/isc/%SUBDIR%/ \ ftp://ftp.task.gda.pl/mirror/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.nominum.com/pub/isc/%SUBDIR%/ \ ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/isc/isc/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_KDE) MASTER_SITE_KDE+= \ https://download.kde.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_LIBREOFFICE_DEV) MASTER_SITE_LIBREOFFICE_DEV+= \ https://dev-www.libreoffice.org/src/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_MATE) MASTER_SITE_MATE+= \ https://pub.mate-desktop.org/releases/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_MOZDEV) MASTER_SITE_MOZDEV+= \ http://mirrors.ibiblio.org/mozdev.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_MOZILLA) MASTER_SITE_MOZILLA+= \ https://download.cdn.mozilla.net/pub/%SUBDIR%/ \ https://archive.mozilla.org/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_MOZILLA_ADDONS) MASTER_SITE_MOZILLA_ADDONS+= \ http://kyoto-mz-dl.sinet.ad.jp/pub/mozilla.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_MYSQL) MASTER_SITE_MYSQL+= \ ftp://ftp.fi.muni.cz/pub/mysql/Downloads/%SUBDIR%/ \ ftp://ftp.gwdg.de/pub/misc/mysql/Downloads/%SUBDIR%/ \ https://dev.mysql.com/get/Downloads/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_NETBSD) MASTER_SITE_NETBSD+= \ https://ftp.netbsd.org/pub/pkgsrc/distfiles/%SUBDIR%/ \ http://ftp.fr.netbsd.org/pub/pkgsrc/%SUBDIR%/ \ ftp://ftp2.fr.netbsd.org/pub/pkgsrc/%SUBDIR%/ \ ftp://ftp3.de.netbsd.org/pub/pkgsrc/%SUBDIR%/ \ ftp://ftp2.jp.netbsd.org/pub/pkgsrc/%SUBDIR%/ \ ftp://ftp7.jp.netbsd.org/pub/pkgsrc/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_NETLIB) MASTER_SITE_NETLIB+= \ http://www.netlib.org/%SUBDIR%/ \ ftp://ftp.irisa.fr/pub/netlib/%SUBDIR%/ \ http://netlib.sandia.gov/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_NVIDIA) MASTER_SITE_NVIDIA+= \ https://jp.download.nvidia.com/%SUBDIR%/ \ http://us.download.nvidia.com/%SUBDIR%/ \ https://tw.download.nvidia.com/%SUBDIR%/ \ http://download.nvidia.com/%SUBDIR%/ \ https://http.download.nvidia.com/%SUBDIR%/ \ ftp://download.nvidia.com/%SUBDIR%/ \ ftp://download1.nvidia.com/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_OPENBSD) MASTER_SITE_OPENBSD+= \ https://cdn.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ https://cloudflare.cdn.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ https://ftp.OpenBSD.org/pub/OpenBSD/%SUBDIR%/ \ https://ftp.eu.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ https://ftp.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ https://mirror.leaseweb.com/pub/OpenBSD/%SUBDIR%/ \ https://mirror.aarnet.edu.au/pub/OpenBSD/%SUBDIR%/ .endif # Reference: https://osdn.net/docs/FileRelease_Guide#h2-Release.20File.20URL.20Formats .if !defined(IGNORE_MASTER_SITE_OSDN) MASTER_SITE_OSDN+= \ https://osdn.net/dl/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_OSDN_CHAMBER) MASTER_SITE_OSDN_CHAMBER+= \ https://osdn.net/downloads/users/%SUBDIR%/ .endif # From https://osdn.net/docs/FileRelease_Guide#h2-Direct.20Download # "Currently, when a release-file URL is accessed from wget, curl, # libwww-perl, PowerShell, apt, dnf, or other package management # tools, downloading of the file will begin right away without # having to go via html page." # Unfortunately fetch(1) isn't included in such user agents. Therefore # add --user-agent option to FETCH_ARGS so access is considered as # that of ftp/curl. .if !empty(MASTER_SITES:M*OSDN*) || !empty(PATCH_SITES:M*OSDN*) FETCH_ARGS+= --user-agent=curl/7.68.0 .endif .if !defined(IGNORE_MASTER_SITE_OSSP) MASTER_SITE_OSSP+= \ http://ftp.ntua.gr/pub/utils/ossp/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/utils/ossp/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_PACKETSTORM) MASTER_SITE_PACKETSTORM+= \ https://dl.packetstormsecurity.net/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_PERL_CPAN) _PERL_CPAN_SORT?= modules/by-module # Please add URI to MASTER_SITE_PERL_CPAN_BY instead of this one. MASTER_SITE_PERL_CPAN?= MASTER_SITE_PERL_CPAN_BY+= \ https://cpan.metacpan.org/%CPANSORT%/%SUBDIR%/ \ https://cpan.metacpan.org/modules/by-module/%SUBDIRPLUS%/ \ https://www.cpan.org/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.cpan.org/pub/CPAN/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ http://ftp.jaist.ac.jp/pub/CPAN/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.auckland.ac.nz/pub/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ http://backpan.perl.org/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/languages/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ http://ftp.twaren.net/Unix/Lang/CPAN/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%SUBDIRPLUS%/ _PERL_CPAN_FLAG=${MASTER_SITE_SUBDIR:C/(CPAN):.*$/\1/} _PERL_CPAN_ID= ${MASTER_SITE_SUBDIR:C/^CPAN:(.)(.)(.*)$/\1\/\1\2\/\1\2\3/} . if !empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan" _PERL_CPAN_SORT=authors/id/${_PERL_CPAN_ID} MASTER_SITE_PERL_CPAN=${MASTER_SITE_PERL_CPAN_BY:S/%CPANSORT%/${_PERL_CPAN_SORT}/:S/%SUBDIR%\///:S/%SUBDIRPLUS%\//${PORTNAME:C/-.*//}\//} . else MASTER_SITE_PERL_CPAN=${MASTER_SITE_PERL_CPAN_BY:S/%CPANSORT%/${_PERL_CPAN_SORT}/:S/%SUBDIRPLUS%\///} . endif .endif # # PostgreSQL master site # .if !defined(IGNORE_MASTER_SITE_PGSQL) MASTER_SITE_PGSQL+= \ https://ftp.postgresql.org/pub/%SUBDIR%/ .endif # Currently MyraCloud is blocking fetch. Hence add php Github distributions # untill it is fixed. .if !defined(IGNORE_MASTER_SITE_PHP) MASTER_SITE_PHP+= \ https://www.php.net/distributions/ \ https://raw.githubusercontent.com/php/web-php-distributions/master/ .endif .if !defined(IGNORE_MASTER_SITE_PYPI) MASTER_SITE_PYPI+= \ https://files.pythonhosted.org/packages/%SUBDIR%/ \ https://pypi.org/packages/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_PYTHON) MASTER_SITE_PYTHON+= \ https://www.python.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_QMAIL) MASTER_SITE_QMAIL+= \ http://qmail.glasswings.com.au/%SUBDIR%/ \ http://qmail.psshee.com/%SUBDIR%/ \ http://www.agria.hu/qmail/%SUBDIR%/ \ http://qmail.omnis.ch/%SUBDIR%/ \ http://www.qmail.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_QT) MASTER_SITE_QT+= \ https://download.qt.io/%SUBDIR%/ \ http://master.qt.io/%SUBDIR%/ \ https://www.mirrorservice.org/sites/download.qt-project.org/%SUBDIR%/ \ http://www.nic.funet.fi/pub/mirrors/download.qt-project.org/%SUBDIR%/ \ https://ftp.jaist.ac.jp/pub/qtproject/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_RUBY) MASTER_SITE_RUBY+= \ https://cache.ruby-lang.org/pub/ruby/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/languages/ruby/%SUBDIR%/ \ ftp://ftp.kr.FreeBSD.org/pub/ruby/%SUBDIR%/ \ ftp://ftp.iDaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/%SUBDIR%/ .endif # See http://rubygems.org/pages/about .if !defined(IGNORE_MASTER_SITE_RUBYGEMS) MASTER_SITE_RUBYGEMS+= \ https://rubygems.org/downloads/ .endif .if !defined(IGNORE_MASTER_SITE_SAMBA) MASTER_SITE_SAMBA+= \ https://ftp.samba.org/pub/%SUBDIR%/ .endif # List: https://download-mirror.savannah.gnu.org/releases/00_MIRRORS.html .if !defined(IGNORE_MASTER_SITE_SAVANNAH) MASTER_SITE_SAVANNAH+= \ https://download.savannah.gnu.org/releases/%SUBDIR%/ \ https://nongnu.uib.no/%SUBDIR%/ \ https://mirror.kumi.systems/nongnu/%SUBDIR%/ \ https://mirrors.up.pt/pub/nongnu/%SUBDIR%/ \ http://nongnu.askapache.com/%SUBDIR%/ \ http://mirror.netcologne.de/savannah/%SUBDIR%/ \ http://mirror.csclub.uwaterloo.ca/nongnu/%SUBDIR%/ \ http://mirror.easyname.at/nongnu/%SUBDIR%/ \ https://download-mirror.savannah.gnu.org/releases/%SUBDIR%/ .endif # List: https://sourceforge.net/p/forge/documentation/Mirrors/ # Updated: 2022-11-26 .if !defined(IGNORE_MASTER_SITE_SOURCEFORGE) . for p in https http MASTER_SITE_SOURCEFORGE+= ${p}://downloads.sourceforge.net/project/%SUBDIR%/ . for m in cfhcable cytranet deac-ams deac-fra deac-riga excellmedia \ freefr gigenet ixpeering jaist kumisystems liquidtelecom \ nchc netactuate netcologne netix onboardcloud phoenixnap \ razaoinfo sinalbr sitsa tenet udomain ufpr versaweb MASTER_SITE_SOURCEFORGE+= ${p}://${m}.dl.sourceforge.net/project/%SUBDIR%/ . endfor . endfor .endif .if !defined(IGNORE_MASTER_SITE_SOURCEWARE) MASTER_SITE_SOURCEWARE+= \ https://mirrors.kernel.org/sourceware/%SUBDIR%/ \ https://ftp-stud.hs-esslingen.de/pub/Mirrors/sourceware.org/%SUBDIR%/ \ https://ftp.funet.fi/pub/mirrors/sourceware.org/pub/%SUBDIR%/ \ https://mirrorservice.org/sites/sourceware.org/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_SUDO) MASTER_SITE_SUDO+= \ https://www.sudo.ws/sudo/dist/ \ http://ftp.arcane-networks.fr/pub/mirrors/sudo/ \ http://sudo.p8ra.de/sudo/dist/ \ http://sudo.cybermirror.org/ \ http://sudo-ftp.basemirror.de/ \ http://ftp.twaren.net/Unix/Security/Sudo/ \ ftp://ftp.sudo.ws/pub/sudo/ \ ftp://plier.ucar.edu/pub/sudo/ \ ftp://obsd.isc.org/pub/sudo/ \ ftp://ftp.uwsg.indiana.edu/pub/security/sudo/ \ ftp://ftp.tuwien.ac.at/utils/admin-tools/sudo/ \ ftp://sunsite.ualberta.ca/pub/Mirror/sudo/ \ ftp://zoot.tele.dk/pub/sudo/ \ ftp://ftp.in2p3.fr/pub/sudo/ \ ftp://ftp.arcane-networks.fr/pub/mirrors/sudo/ \ ftp://ftp.usbm.de/pub/sudo/ \ ftp://ftp.cs.tu-berlin.de/pub/misc/sudo/ \ ftp://ftp.informatik.uni-hamburg.de/pub/os/unix/utils/sudo/ \ ftp://ftp.st.ryukoku.ac.jp/pub/security/tool/sudo/ \ ftp://ftp.cin.nihon-u.ac.jp/pub/misc/sudo/ \ ftp://sunsite.icm.edu.pl/packages/sudo/ \ ftp://mirror.cdmon.com/pub/sudo/ \ ftp://ftp.twaren.net/Unix/Security/Sudo/ .endif .if !defined(IGNORE_MASTER_SITE_SUNSITE) MASTER_SITE_SUNSITE+= \ https://www.ibiblio.org/pub/Linux/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/Linux/%SUBDIR%/ \ ftp://ftp.icm.edu.pl/pub/Linux/sunsite/%SUBDIR%/ \ ftp://ftp.sun.ac.za/pub/mirrors/sunsite.unc.edu/pub/Linux/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_TCLTK) MASTER_SITE_TCLTK+= \ ftp://ftp.tcl.tk/pub/tcl/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/lang/tcl/ftp.scriptics.com/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.tcl.tk/pub/tcl/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/languages/tcl/tcl/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_TEX) MASTER_SITE_TEX+= \ https://mirror.ctan.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_TEX_CTAN) MASTER_SITE_TEX_CTAN+= \ https://ftp.tu-chemnitz.de/pub/tug/historic/%SUBDIR%/ \ https://pi.kwarc.info/historic/%SUBDIR%/ \ https://mirrors.tuna.tsinghua.edu.cn/tex-historic-archive/%SUBDIR%/ \ https://mirror.nju.edu.cn/tex-historic/%SUBDIR%/ \ https://ftp.math.utah.edu/pub/tex/historic/%SUBDIR%/ .endif # Derived from: https://www.torproject.org/getinvolved/mirrors.html.en # Please do not blindly follow and add URLs from the above list .if !defined(IGNORE_MASTER_SITE_TOR) MASTER_SITE_TOR+= \ https://dist.torproject.org/%SUBDIR%/ \ https://archive.torproject.org/tor-package-archive/%SUBDIR%/ \ ftp://ftp.bit.nl/mirror/tor/%SUBDIR%/ \ https://cyberside.net.ee/sibul/dist/%SUBDIR%/ \ https://ftp.bit.nl/mirror/tor/%SUBDIR%/ \ http://mirror.hessmo.com/tor/dist/%SUBDIR%/ \ http://mirror.host4site.co.il/torproject.org/dist/%SUBDIR%/ \ http://mirror.open-networx.org/torproject.org/dist/%SUBDIR%/ \ http://mirror.tor.hu/dist/%SUBDIR%/ \ http://mirrors.chaos-darmstadt.de/tor-mirror/dist/%SUBDIR%/ \ http://theonionrouter.com/dist/%SUBDIR%/ \ http://tor.amorphis.eu/dist/%SUBDIR%/ \ http://tor.askapache.com/dist/%SUBDIR%/ \ http://tor.beme-it.de/dist/%SUBDIR%/ \ http://tor.borgmann.tv/dist/%SUBDIR%/ \ http://tor.cyberarmy.at/dist/%SUBDIR%/ \ http://tor.dont-know-me.at/dist/%SUBDIR%/ \ http://tor.factor.cc/dist/%SUBDIR%/ \ http://tor.idnr.ws/dist/%SUBDIR%/ \ http://tor.kamagurka.org/dist/%SUBDIR%/ \ http://tor.spline.de/dist/%SUBDIR%/ \ http://tor.vesta.nu/dist/%SUBDIR%/ \ http://torproj.xpdm.us/dist/%SUBDIR%/ \ http://torproject.nwlinux.us/dist/%SUBDIR%/ \ https://torproject.ph3x.at/dist/%SUBDIR%/ \ http://www.oignon.net/dist/%SUBDIR%/ \ http://www.torproject.org.nyud.net/dist/%SUBDIR%/ \ http://www.torproject.us/dist/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_WINDOWMAKER) MASTER_SITE_WINDOWMAKER+= \ ftp://ftp.windowmaker.info/pub/%SUBDIR%/ \ ftp://ftp.uvsq.fr/pub/X11/window-managers/windowmaker/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_XCONTRIB) MASTER_SITE_XCONTRIB+= \ ftp://ftp.gwdg.de/pub/x11/x.org/contrib/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_XFCE) _XFCE_PATH= ${DISTNAME:S/-${DISTVERSIONFULL}//:tl}/${DISTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} MASTER_SITE_XFCE+= \ https://archive.xfce.org/src/%SUBDIR%/${_XFCE_PATH}/ \ https://mirror.netcologne.de/xfce/src/%SUBDIR%/${_XFCE_PATH}/ \ https://ftp.cixug.es/xfce/src/%SUBDIR%/${_XFCE_PATH}/ \ https://archive.be.xfce.org/src/%SUBDIR%/${_XFCE_PATH}/ \ https://archive.al-us.xfce.org/src/%SUBDIR%/${_XFCE_PATH}/ .endif .if !defined(IGNORE_MASTER_SITE_XORG) MASTER_SITE_XORG+= \ https://xorg.freedesktop.org/releases/%SUBDIR%/ \ https://mirror.csclub.uwaterloo.ca/x.org/%SUBDIR%/ \ https://artfiles.org/x.org/pub/%SUBDIR%/ \ https://ftp.gwdg.de/pub/x11/x.org/pub/%SUBDIR%/ \ https://mirrors.ircam.fr/pub/x.org/%SUBDIR%/ \ https://www.mirrorservice.org/sites/ftp.x.org/pub/%SUBDIR%/ \ https://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/%SUBDIR%/ \ http://piotrkosoft.net/pub/mirrors/ftp.x.org/pub/%SUBDIR%/ \ http://ftp.kaist.ac.kr/x.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_KERNEL_ORG) MASTER_SITE_KERNEL_ORG+= \ https://cdn.kernel.org/pub/%SUBDIR%/ \ https://www.kernel.org/pub/%SUBDIR%/ \ https://mirrors.mit.edu/kernel/%SUBDIR%/ \ http://ftp.nara.wide.ad.jp/pub/kernel.org/%SUBDIR%/ \ http://ftp.yandex.ru/pub/%SUBDIR%/ \ http://ftp.heanet.ie/pub/kernel.org/pub/%SUBDIR%/ \ ftp://ftp.ntu.edu.tw/%SUBDIR%/ \ ftp://ftp.riken.jp/Linux/kernel.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_ZI) MASTER_SITE_ZI+= \ https://ftpmirror.your.org/pub/zi/%SUBDIR%/ \ https://mirrors.rit.edu/zi/%SUBDIR%/ \ https://www.zi0r.com/mirrors/%SUBDIR%/ \ ${MASTER_SITE_LOCAL:S/%SUBDIR%/zi/} .endif # Macro magic MASTER_SITES_ABBREVS= CPAN:PERL_CPAN \ GH:GITHUB \ GHC:GITHUB_CLOUD \ LODEV:LIBREOFFICE_DEV \ NL:NETLIB \ RG:RUBYGEMS \ SF:SOURCEFORGE MASTER_SITES_SUBDIRS= APACHE_COMMONS_BINARIES:${PORTNAME:S,commons-,,} \ APACHE_COMMONS_SOURCE:${PORTNAME:S,commons-,,} \ APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \ BERLIOS:${PORTNAME:tl}.berlios \ CRATESIO:${PORTNAME}/${DISTVERSIONFULL} \ DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \ FARSIGHT:${PORTNAME} \ FESTIVAL:${PORTVERSION} \ GCC:releases/${DISTNAME} \ GENTOO:distfiles \ GIMP:${PORTNAME}/${PORTVERSION:R}/ \ GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/tar.gz/${GH_TAGNAME}?dummy=/ \ GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \ GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ GNU:${PORTNAME} \ GNUPG:${PORTNAME} \ GNU_ALPHA:${PORTNAME} \ LIBREOFFICE_DEV:${PORTNAME} \ MATE:${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ MOZDEV:${PORTNAME:tl} \ NETLIB:${PORTNAME} \ PERL_CPAN:${PORTNAME:C/-.*//} \ PYPI:source/${DISTNAME:C/(.).*/\1/}/${DISTNAME:S/-${DISTVERSIONFULL}$//} \ QT:archive/qt/${PORTVERSION:R} \ SAMBA:${PORTNAME} \ SAVANNAH:${PORTNAME:tl} \ SOURCEFORGE:${PORTNAME:tl}/${PORTNAME:tl}/${PORTVERSION} \ XFCE:xfce .if defined(MASTER_SITES) && ${MASTER_SITES:N*\:/*} . for _site__ in ${MASTER_SITES} _site_=${_site__} . if ${_site_:M*\:/*} MASTER_SITES_EXP+= ${_site_} MASTER_SITES_EXP:= ${MASTER_SITES_EXP} . else _site_urlpath_= ${_site_:C@^(.*):[^/:]+$@\1@} . if ${_site_urlpath_:M*/*} _site_url_= ${_site_urlpath_:C@^([^/]+)/.*$@\1@} _site_subdir_= ${_site_urlpath_:S/^${_site_urlpath_:C@^([^/]+)/.*$@\1@}//:S!^/!!:S!/$!!} . else _site_url_= ${_site_urlpath_} .undef _site_subdir_ . endif _site_group_= ${_site_:S/^${_site_:C@^(.*):[^/:]+$@\1@}//:S/^://} . for _abbrev_ in ${MASTER_SITES_ABBREVS} . if ${_site_url_} == ${_abbrev_:C/:.*//} _site_url_= ${_abbrev_:C/.*://} . endif . endfor . if !defined(MASTER_SITE_SUBDIR) . for _subdir_ in ${MASTER_SITES_SUBDIRS} . if ${_site_url_} == ${_subdir_:C/:.*//} _site_subdir_?= ${_subdir_:C/.*://} . endif . endfor . endif . ifdef MASTER_SITE_${_site_url_} . ifdef _site_subdir_ MASTER_SITES_EXP+= ${MASTER_SITE_${_site_url_}:S^%SUBDIR%^${_site_subdir_}^:S/$/:${_site_group_}/:S/:$//} . else MASTER_SITES_EXP+= ${MASTER_SITE_${_site_url_}:S/$/:${_site_group_}/:S/:$//} . endif MASTER_SITES_EXP:= ${MASTER_SITES_EXP} . endif . endif . endfor MASTER_SITES= ${MASTER_SITES_EXP} .endif .if defined(PATCH_SITES) && ${PATCH_SITES:N*\:/*} . for _site__ in ${PATCH_SITES} _site_=${_site__} . if ${_site_:M*\:/*} PATCH_SITES_EXP+= ${_site_} PATCH_SITES_EXP:= ${PATCH_SITES_EXP} . else _site_urlpath_= ${_site_:C@^(.*):[^/:]+$@\1@} . if ${_site_urlpath_:M*/*} _site_url_= ${_site_urlpath_:C@^([^/]+)/.*$@\1@} _site_subdir_= ${_site_urlpath_:S/^${_site_urlpath_:C@^([^/]+)/.*$@\1@}//:S!^/!!:S!/$!!} . else _site_url_= ${_site_urlpath_} .undef _site_subdir_ . endif _site_group_= ${_site_:S/^${_site_:C@^(.*):[^/:]+$@\1@}//:S/^://} . for _abbrev_ in ${MASTER_SITES_ABBREVS} . if ${_site_url_} == ${_abbrev_:C/:.*//} _site_url_= ${_abbrev_:C/.*://} . endif . endfor . if !defined(MASTER_SITE_SUBDIR) . for _subdir_ in ${MASTER_SITES_SUBDIRS} . if ${_site_url_} == ${_subdir_:C/:.*//} _site_subdir_?= ${_subdir_:C/.*://} . endif . endfor . endif . ifdef MASTER_SITE_${_site_url_} . ifdef _site_subdir_ PATCH_SITES_EXP+= ${MASTER_SITE_${_site_url_}:S^%SUBDIR%^${_site_subdir_}^:S/$/:${_site_group_}/:S/:$//} . else PATCH_SITES_EXP+= ${MASTER_SITE_${_site_url_}:S/$/:${_site_group_}/:S/:$//} . endif PATCH_SITES_EXP:= ${PATCH_SITES_EXP} . endif . endif . endfor PATCH_SITES= ${PATCH_SITES_EXP} .endif diff --git a/accessibility/Makefile b/accessibility/Makefile index 2222214d5916..14f22b11d08a 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -1,33 +1,36 @@ COMMENT = Ports to help disabled users SUBDIR += accerciser SUBDIR += at-spi2-core SUBDIR += atkmm SUBDIR += caribou SUBDIR += darkman SUBDIR += eflite SUBDIR += feedbackd SUBDIR += gammy SUBDIR += kdeaccessibility SUBDIR += kmag SUBDIR += kmousetool SUBDIR += kmouth SUBDIR += libqaccessibilityclient SUBDIR += linux-c7-at-spi2-atk SUBDIR += linux-c7-at-spi2-core SUBDIR += linux-c7-atk + SUBDIR += linux-rl9-at-spi2-atk + SUBDIR += linux-rl9-at-spi2-core + SUBDIR += linux-rl9-atk SUBDIR += orca SUBDIR += py-atspi SUBDIR += py-speech-dispatcher SUBDIR += qt5-speech SUBDIR += qt6-speech SUBDIR += redshift SUBDIR += rubygem-atk SUBDIR += sct SUBDIR += sctd SUBDIR += speech-dispatcher SUBDIR += wl-gammarelay-rs SUBDIR += wlsunset SUBDIR += yasr .include diff --git a/accessibility/linux-rl9-at-spi2-atk/Makefile b/accessibility/linux-rl9-at-spi2-atk/Makefile new file mode 100644 index 000000000000..c1ad07bfd695 --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-atk/Makefile @@ -0,0 +1,20 @@ +PORTNAME= at-spi2-atk +PORTVERSION= 2.38.0 +DISTVERSIONSUFFIX= -4.el9 +CATEGORIES= accessibility linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Assistive technology ATK bridge (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://gitlab.gnome.org/GNOME/at-spi2-atk + +LICENSE= LGPL20+ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= at-spi2-core atk dbuslibs +USE_LINUX_RPM= yes +CPE_VENDOR= gnome + +OPTIONS_DEFINE= DOCS + +.include diff --git a/accessibility/linux-rl9-at-spi2-atk/distinfo b/accessibility/linux-rl9-at-spi2-atk/distinfo new file mode 100644 index 000000000000..5314728b4bdc --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-atk/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686557562 +SHA256 (rocky/a/at-spi2-atk-2.38.0-4.el9.aarch64.rpm) = 8984a36dfce1b3b54ede42b42e6bbb312085405ba260539d565663c3b3ccf501 +SIZE (rocky/a/at-spi2-atk-2.38.0-4.el9.aarch64.rpm) = 87083 +SHA256 (rocky/a/at-spi2-atk-2.38.0-4.el9.x86_64.rpm) = 1b12b3fae8815a0e310a4a9b5e9d2d68264e7d700e50a796078b389966f6c4b8 +SIZE (rocky/a/at-spi2-atk-2.38.0-4.el9.x86_64.rpm) = 87851 +SHA256 (rocky/a/at-spi2-atk-2.38.0-4.el9.src.rpm) = 8b459a6368a6c1e1181a6b556e2a7129cecd64d1f09cc4d2359f1abd1a5dcd68 +SIZE (rocky/a/at-spi2-atk-2.38.0-4.el9.src.rpm) = 109629 diff --git a/accessibility/linux-rl9-at-spi2-atk/pkg-descr b/accessibility/linux-rl9-at-spi2-atk/pkg-descr new file mode 100644 index 000000000000..512db73db840 --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-atk/pkg-descr @@ -0,0 +1,7 @@ +This is the Gnome Accessibility Project's Assistive Technology +Service Provider Interface. It allows accessibility applications +and assistive technologies to announce their respective existence +to each other. + +This port contains the GTK+ module needed to interface with the SPI +framework. diff --git a/accessibility/linux-rl9-at-spi2-atk/pkg-plist.amd64 b/accessibility/linux-rl9-at-spi2-atk/pkg-plist.amd64 new file mode 100644 index 000000000000..07db921fe4cd --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-atk/pkg-plist.amd64 @@ -0,0 +1,9 @@ +usr/lib/.build-id/50/8209149c2e54388a19557b612a8b27a0bdc4aa +usr/lib/.build-id/9f/ceae67500461dc439dfca876b1b1341d66a716 +usr/lib64/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop +usr/lib64/gtk-2.0/modules/libatk-bridge.so +usr/lib64/libatk-bridge-2.0.so.0 +usr/lib64/libatk-bridge-2.0.so.0.0.0 +%%PORTDOCS%%usr/share/doc/at-spi2-atk/AUTHORS +%%PORTDOCS%%usr/share/doc/at-spi2-atk/README +usr/share/licenses/at-spi2-atk/COPYING diff --git a/accessibility/linux-rl9-at-spi2-core/Makefile b/accessibility/linux-rl9-at-spi2-core/Makefile new file mode 100644 index 000000000000..1b24e227c3cf --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-core/Makefile @@ -0,0 +1,27 @@ +PORTNAME= at-spi2-core +PORTVERSION= 2.40.3 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= accessibility linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Assistive technology service provider interface (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://gitlab.gnome.org/GNOME/at-spi2-core + +LICENSE= LGPL20+ + +RUN_DEPENDS= at-spi2-core>=2.28.0:accessibility/at-spi2-core + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= dbuslibs xorglibs +USE_LINUX_RPM= yes + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +post-patch: +.for d in etc usr/lib/systemd usr/libexec usr/share/dbus-1 usr/share/defaults + @${RM} -r ${WRKSRC}/${d} +.endfor + +.include diff --git a/accessibility/linux-rl9-at-spi2-core/distinfo b/accessibility/linux-rl9-at-spi2-core/distinfo new file mode 100644 index 000000000000..463a8aecb11f --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-core/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686557188 +SHA256 (rocky/a/at-spi2-core-2.40.3-1.el9.aarch64.rpm) = 306b5dd50b25b353b531d2e2fbc172b761d6d161600ccafa9193a9279c71c888 +SIZE (rocky/a/at-spi2-core-2.40.3-1.el9.aarch64.rpm) = 178295 +SHA256 (rocky/a/at-spi2-core-2.40.3-1.el9.x86_64.rpm) = 0a3f8604b65c5eaf898777fe01c449a86c7dd55b09c94ee91b538149d89a543e +SIZE (rocky/a/at-spi2-core-2.40.3-1.el9.x86_64.rpm) = 180673 +SHA256 (rocky/a/at-spi2-core-2.40.3-1.el9.src.rpm) = bacb5fa3770de2449d507b32bdb48af48a740c5520a6d5bf24714514c8a206f7 +SIZE (rocky/a/at-spi2-core-2.40.3-1.el9.src.rpm) = 211662 diff --git a/accessibility/linux-rl9-at-spi2-core/pkg-descr b/accessibility/linux-rl9-at-spi2-core/pkg-descr new file mode 100644 index 000000000000..8bf3ebfba6a5 --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-core/pkg-descr @@ -0,0 +1,8 @@ +This is the Gnome Accessibility Project's Assistive Technology +Service Provider Interface. It allows accessibility applications +and assistive technologies to announce their respective existence +to each other. + +This version of at-spi is a major break from previous versions. +It has been completely rewritten to use D-Bus rather than +ORBIT / CORBA for its transport protocol. diff --git a/accessibility/linux-rl9-at-spi2-core/pkg-plist.amd64 b/accessibility/linux-rl9-at-spi2-core/pkg-plist.amd64 new file mode 100644 index 000000000000..0684bfd3b1be --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-core/pkg-plist.amd64 @@ -0,0 +1,80 @@ +usr/lib/.build-id/19/5b875b79014a5fc2e52b3d69c4f9b189b54295 +usr/lib/.build-id/4d/5e64832e78725b441ead142625717d7c276354 +usr/lib/.build-id/da/38cbe944dd5fe8014307cd22e5e51af1448ab9 +usr/lib64/girepository-1.0/Atspi-2.0.typelib +usr/lib64/libatspi.so.0 +usr/lib64/libatspi.so.0.0.1 +%%PORTDOCS%%usr/share/doc/at-spi2-core/AUTHORS +%%PORTDOCS%%usr/share/doc/at-spi2-core/README +usr/share/licenses/at-spi2-core/COPYING +%%NLS%%usr/share/locale/an/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/en_CA/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/gd/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/km/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/at-spi2-core.mo diff --git a/accessibility/linux-rl9-atk/Makefile b/accessibility/linux-rl9-atk/Makefile new file mode 100644 index 000000000000..67d9cc694663 --- /dev/null +++ b/accessibility/linux-rl9-atk/Makefile @@ -0,0 +1,21 @@ +PORTNAME= atk +PORTVERSION= 2.36.0 +DISTVERSIONSUFFIX= -5.el9 +CATEGORIES= accessibility linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Accessibility Toolkit (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://developer.gnome.org/atk/ + +LICENSE= GPLv3 + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.include diff --git a/accessibility/linux-rl9-atk/distinfo b/accessibility/linux-rl9-atk/distinfo new file mode 100644 index 000000000000..fab0bb04a01b --- /dev/null +++ b/accessibility/linux-rl9-atk/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686557715 +SHA256 (rocky/a/atk-2.36.0-5.el9.aarch64.rpm) = 0926c14548ff12aeffeb418c6fc4f82aa4c54e25534a2dc9cd66132c8c6392f7 +SIZE (rocky/a/atk-2.36.0-5.el9.aarch64.rpm) = 275249 +SHA256 (rocky/a/atk-2.36.0-5.el9.x86_64.rpm) = a6d2249e02a7e2b0a8e11963744b677de3573a6f127e788c677fcd7ddfd3d92c +SIZE (rocky/a/atk-2.36.0-5.el9.x86_64.rpm) = 276849 +SHA256 (rocky/a/atk-2.36.0-5.el9.src.rpm) = 2b9e065dfbc140011a715cea8f76a08d618fa0024a8029e3b8b74f02997934aa +SIZE (rocky/a/atk-2.36.0-5.el9.src.rpm) = 312245 diff --git a/accessibility/linux-rl9-atk/pkg-descr b/accessibility/linux-rl9-atk/pkg-descr new file mode 100644 index 000000000000..75eca2b01250 --- /dev/null +++ b/accessibility/linux-rl9-atk/pkg-descr @@ -0,0 +1,3 @@ +The GNOME Accessibility Toolkit (ATK) contains accessibility widgets, +just like GTK contains GUI element widgets. However, ATK's widgets +are platform-independent, so they can be used with Qt, Motif, etc. diff --git a/accessibility/linux-rl9-atk/pkg-plist.amd64 b/accessibility/linux-rl9-atk/pkg-plist.amd64 new file mode 100644 index 000000000000..9ab306f96683 --- /dev/null +++ b/accessibility/linux-rl9-atk/pkg-plist.amd64 @@ -0,0 +1,108 @@ +usr/lib/.build-id/eb/bd48edd2cd972f3bd200b62a37110e29b1b967 +usr/lib64/girepository-1.0/Atk-1.0.typelib +usr/lib64/libatk-1.0.so.0 +usr/lib64/libatk-1.0.so.0.23609.1 +%%PORTDOCS%%usr/share/doc/atk/AUTHORS +%%PORTDOCS%%usr/share/doc/atk/NEWS +%%PORTDOCS%%usr/share/doc/atk/README +usr/share/licenses/atk/COPYING +%%NLS%%usr/share/locale/af/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/am/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/an/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ar/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/be@latin/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/bn/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ckb/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/cy/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/dz/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/en_CA/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/gd/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/hy/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/is/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/km/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ku/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/li/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/mai/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/mk/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/mn/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/nn/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ps/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/si/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/tk/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/tt/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/wa/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/xh/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/yi/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/zu/LC_MESSAGES/atk10.mo diff --git a/archivers/Makefile b/archivers/Makefile index f61551f48676..54ccaf3f66b3 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,290 +1,292 @@ COMMENT = Archivers SUBDIR += 7-zip SUBDIR += 9e SUBDIR += R-cran-zip SUBDIR += advancecomp SUBDIR += amigadepacker SUBDIR += ancient SUBDIR += apache-commons-compress SUBDIR += arc SUBDIR += arj SUBDIR += ark SUBDIR += ark-devel SUBDIR += atool SUBDIR += bicom SUBDIR += brotli SUBDIR += bzip SUBDIR += bzip2 SUBDIR += bzip3 SUBDIR += c-blosc SUBDIR += c-blosc2 SUBDIR += cabextract SUBDIR += ccmix SUBDIR += cmdpack SUBDIR += dact SUBDIR += deb2targz SUBDIR += deco SUBDIR += deutex SUBDIR += dpkg SUBDIR += draco SUBDIR += dzip SUBDIR += engrampa SUBDIR += fastjar SUBDIR += file-roller SUBDIR += gcab SUBDIR += gcpio SUBDIR += gnome-autoar SUBDIR += grzip SUBDIR += gtar SUBDIR += gzip SUBDIR += gzip-hpp SUBDIR += gzrecover SUBDIR += ha SUBDIR += hlextract SUBDIR += innoextract SUBDIR += javatar SUBDIR += kf5-karchive SUBDIR += kf6-karchive SUBDIR += kzip SUBDIR += laszip SUBDIR += lazperf SUBDIR += lbrate SUBDIR += lbzip2 SUBDIR += lcab SUBDIR += lha SUBDIR += lha-ac SUBDIR += lhasa SUBDIR += lib1541img SUBDIR += libarc SUBDIR += libarchive SUBDIR += libarchive-qt SUBDIR += libcabinet SUBDIR += libcomprex SUBDIR += libdeflate SUBDIR += libdynamite SUBDIR += liblz4 SUBDIR += liblzxcomp SUBDIR += libmspack SUBDIR += libpar2 SUBDIR += librtfcomp SUBDIR += libunrar SUBDIR += libzip SUBDIR += libzippp SUBDIR += linux-c7-lz4 + SUBDIR += linux-rl9-brotli + SUBDIR += linux-rl9-lz4 SUBDIR += lizard SUBDIR += lrzip SUBDIR += lua-lzlib SUBDIR += lua-zlib SUBDIR += lxqt-archiver SUBDIR += lz4json SUBDIR += lzfse SUBDIR += lzip SUBDIR += lziprecover SUBDIR += lzlib SUBDIR += lzma SUBDIR += lzo2 SUBDIR += lzop SUBDIR += lzsa SUBDIR += makeself SUBDIR += mar SUBDIR += maxcso SUBDIR += minizip SUBDIR += minizip-ng SUBDIR += mscompress SUBDIR += mtf SUBDIR += nevada-toolset SUBDIR += nfpm SUBDIR += nomarch SUBDIR += nwreckdum SUBDIR += ocaml-bz2 SUBDIR += ocaml-zip SUBDIR += opkg-openwrt SUBDIR += ouch SUBDIR += p5-Archive-Any SUBDIR += p5-Archive-Any-Lite SUBDIR += p5-Archive-Any-Plugin-Rar SUBDIR += p5-Archive-Extract SUBDIR += p5-Archive-Extract-Libarchive SUBDIR += p5-Archive-Libarchive SUBDIR += p5-Archive-Peek SUBDIR += p5-Archive-Rar SUBDIR += p5-Archive-SimpleExtractor SUBDIR += p5-Archive-Tar SUBDIR += p5-Archive-Tar-Wrapper SUBDIR += p5-Archive-Zip SUBDIR += p5-Compress-Bzip2 SUBDIR += p5-Compress-LZ4 SUBDIR += p5-Compress-LZF SUBDIR += p5-Compress-LZO SUBDIR += p5-Compress-LZW SUBDIR += p5-Compress-Raw-Bzip2 SUBDIR += p5-Compress-Raw-Lzma SUBDIR += p5-Compress-Raw-Zlib SUBDIR += p5-Compress-Snappy SUBDIR += p5-Compress-Zstd SUBDIR += p5-Gzip-Faster SUBDIR += p5-IO-Compress SUBDIR += p5-IO-Compress-Brotli SUBDIR += p5-IO-Compress-Lzf SUBDIR += p5-IO-Compress-Lzma SUBDIR += p5-IO-Compress-Lzop SUBDIR += p5-IO-Zlib SUBDIR += p5-Mac-Macbinary SUBDIR += p5-POE-Filter-Bzip2 SUBDIR += p5-POE-Filter-LZF SUBDIR += p5-POE-Filter-LZO SUBDIR += p5-POE-Filter-LZW SUBDIR += p5-POE-Filter-Zlib SUBDIR += p5-PerlIO-gzip SUBDIR += p5-PerlIO-via-Bzip2 SUBDIR += packddir SUBDIR += paq SUBDIR += par SUBDIR += par2cmdline SUBDIR += par2cmdline-turbo SUBDIR += parchive SUBDIR += pbzip2 SUBDIR += pear-File_Archive SUBDIR += pear-Horde_Compress SUBDIR += pear-Horde_Compress_Fast SUBDIR += pear-Horde_Pack SUBDIR += pear-PHP_Archive SUBDIR += peazip SUBDIR += pecl-lzf SUBDIR += pecl-rar SUBDIR += php-brotli SUBDIR += php-horde_lz4 SUBDIR += php-lz4 SUBDIR += php-snappy SUBDIR += php-zstd SUBDIR += php81-bz2 SUBDIR += php81-phar SUBDIR += php81-zip SUBDIR += php81-zlib SUBDIR += php82-bz2 SUBDIR += php82-phar SUBDIR += php82-zip SUBDIR += php82-zlib SUBDIR += php83-bz2 SUBDIR += php83-phar SUBDIR += php83-zip SUBDIR += php83-zlib SUBDIR += pigz SUBDIR += pixz SUBDIR += plzip SUBDIR += ppmd SUBDIR += ppunpack SUBDIR += pxz SUBDIR += py-acefile SUBDIR += py-bitshuffle SUBDIR += py-blosc2 SUBDIR += py-borgbackup SUBDIR += py-borgbackup11 SUBDIR += py-brotli SUBDIR += py-brotlicffi SUBDIR += py-brotlipy SUBDIR += py-bup SUBDIR += py-bz2file SUBDIR += py-compressed-rtf SUBDIR += py-cramjam SUBDIR += py-laszip SUBDIR += py-libarchive-c SUBDIR += py-lz4 SUBDIR += py-lzma SUBDIR += py-lzstring SUBDIR += py-patool SUBDIR += py-pyminizip SUBDIR += py-python-lhafile SUBDIR += py-python-lzo SUBDIR += py-python-rpm-packaging SUBDIR += py-python-snappy SUBDIR += py-pyunpack SUBDIR += py-rarfile SUBDIR += py-rcssmin SUBDIR += py-rjsmin SUBDIR += py-sozipfile SUBDIR += py-warctools SUBDIR += py-xopen SUBDIR += py-zipstream-ng SUBDIR += py-zlib-ng SUBDIR += py-zopfli SUBDIR += py-zstandard SUBDIR += py-zstd SUBDIR += qpress SUBDIR += quazip SUBDIR += rar SUBDIR += rpm2cpio SUBDIR += rpm4 SUBDIR += rubygem-archive-tar-minitar SUBDIR += rubygem-archive-zip SUBDIR += rubygem-bzip2-ffi SUBDIR += rubygem-bzip2-ruby SUBDIR += rubygem-fpm SUBDIR += rubygem-libarchive SUBDIR += rubygem-minitar SUBDIR += rubygem-minitar-cli SUBDIR += rubygem-ruby-xz SUBDIR += rubygem-rubyzip SUBDIR += rubygem-rubyzip13 SUBDIR += rubygem-rubyzip2 SUBDIR += rubygem-rubyzip20 SUBDIR += rubygem-snappy SUBDIR += rvm SUBDIR += rzip SUBDIR += sectar SUBDIR += sharutils SUBDIR += snappy SUBDIR += snappy-java SUBDIR += snzip SUBDIR += squsq SUBDIR += star SUBDIR += stormlib SUBDIR += streamvbyte SUBDIR += stuffit SUBDIR += szip SUBDIR += tar-stream-chunker SUBDIR += tardy SUBDIR += tartest SUBDIR += thunar-archive-plugin SUBDIR += torrentzip SUBDIR += ucl SUBDIR += unace SUBDIR += unadf SUBDIR += unalz SUBDIR += unarchiver SUBDIR += unarj SUBDIR += unarr SUBDIR += undms SUBDIR += unfoo SUBDIR += unlzx SUBDIR += unmakeself SUBDIR += unmass SUBDIR += unrar SUBDIR += unrar-iconv SUBDIR += unrpa SUBDIR += unshield SUBDIR += unzip SUBDIR += unzoo SUBDIR += upx SUBDIR += urbackup-client SUBDIR += urbackup-server SUBDIR += v1541commander SUBDIR += vbz-compression SUBDIR += xarchive SUBDIR += xarchiver SUBDIR += xdms SUBDIR += xmill SUBDIR += zchunk SUBDIR += zip SUBDIR += zipmix SUBDIR += zipper SUBDIR += zlib-ng SUBDIR += zoo SUBDIR += zopfli SUBDIR += zpaqfranz SUBDIR += zstd SUBDIR += zstr SUBDIR += zutils .include diff --git a/archivers/linux-rl9-brotli/Makefile b/archivers/linux-rl9-brotli/Makefile new file mode 100644 index 000000000000..054d168b236b --- /dev/null +++ b/archivers/linux-rl9-brotli/Makefile @@ -0,0 +1,18 @@ +PORTNAME= brotli +PORTVERSION= 1.0.9 +DISTVERSIONSUFFIX= -6.el9 +CATEGORIES= archivers linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Generic-purpose lossless compression algorithm (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/google/brotli + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +LIB_DISTNAMES= libbrotli-${PORTVERSION}${DISTVERSIONSUFFIX} + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/archivers/linux-rl9-brotli/distinfo b/archivers/linux-rl9-brotli/distinfo new file mode 100644 index 000000000000..8f0dc8641d09 --- /dev/null +++ b/archivers/linux-rl9-brotli/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686557029 +SHA256 (rocky/l/libbrotli-1.0.9-6.el9.aarch64.rpm) = ce7a09cb403e78979d13513a9b5369a313b6da87612280ae8c8c0d3baafd7192 +SIZE (rocky/l/libbrotli-1.0.9-6.el9.aarch64.rpm) = 319923 +SHA256 (rocky/l/libbrotli-1.0.9-6.el9.x86_64.rpm) = a7d211e1059231df8d27fa8f340ac47bdef29b016a49d8a482b13a1f5b4f6c89 +SIZE (rocky/l/libbrotli-1.0.9-6.el9.x86_64.rpm) = 320595 +SHA256 (rocky/b/brotli-1.0.9-6.el9.src.rpm) = a9675cc4978a876331d6d8fa79da4fbcddde654201dc44a7b057141019b8d5b3 +SIZE (rocky/b/brotli-1.0.9-6.el9.src.rpm) = 497487 diff --git a/archivers/linux-rl9-brotli/pkg-plist.amd64 b/archivers/linux-rl9-brotli/pkg-plist.amd64 new file mode 100644 index 000000000000..3c0d04ad3db4 --- /dev/null +++ b/archivers/linux-rl9-brotli/pkg-plist.amd64 @@ -0,0 +1,10 @@ +usr/lib/.build-id/07/2fd8429f1bf5f132554b0aa18976ecc4ddc6a3 +usr/lib/.build-id/26/a67f69a8cb6463bc93af9c8580babd59c3bb86 +usr/lib/.build-id/4b/fec349d16eb88bf0bc18a6beb3dadd9005b428 +usr/lib64/libbrotlicommon.so.1 +usr/lib64/libbrotlicommon.so.1.0.9 +usr/lib64/libbrotlidec.so.1 +usr/lib64/libbrotlidec.so.1.0.9 +usr/lib64/libbrotlienc.so.1 +usr/lib64/libbrotlienc.so.1.0.9 +usr/share/licenses/libbrotli/LICENSE diff --git a/archivers/linux-rl9-lz4/Makefile b/archivers/linux-rl9-lz4/Makefile new file mode 100644 index 000000000000..733e8cd28b89 --- /dev/null +++ b/archivers/linux-rl9-lz4/Makefile @@ -0,0 +1,22 @@ +PORTNAME= lz4 +PORTVERSION= 1.9.3 +DISTVERSIONSUFFIX= -5.el9 +CATEGORIES= archivers linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= LZ4 compression library and utilities (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://lz4.github.io/lz4/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes +CPE_VENDOR= lz4_project + +BIN_DISTNAMES= ${DISTNAME} +LIB_DISTNAMES= lz4-libs-${PORTVERSION}${DISTVERSIONSUFFIX} + +DESCR= ${.CURDIR}/../liblz4/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/archivers/linux-rl9-lz4/distinfo b/archivers/linux-rl9-lz4/distinfo new file mode 100644 index 000000000000..81c61e7911a8 --- /dev/null +++ b/archivers/linux-rl9-lz4/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1686578411 +SHA256 (rocky/l/lz4-1.9.3-5.el9.aarch64.rpm) = c05d506dd1159cf36a6bf32253cfe80769e12e13cd91a3d1151ba22617212ad3 +SIZE (rocky/l/lz4-1.9.3-5.el9.aarch64.rpm) = 58506 +SHA256 (rocky/l/lz4-1.9.3-5.el9.x86_64.rpm) = aff0266d25b25672c00d071676e491d4d9dedb06fcaf1a9c8432b658e514e211 +SIZE (rocky/l/lz4-1.9.3-5.el9.x86_64.rpm) = 58990 +SHA256 (rocky/l/lz4-libs-1.9.3-5.el9.aarch64.rpm) = 8640e8b3ba387e5ec9036e89903add891d7c960bbf0378797746cb43e0e2208f +SIZE (rocky/l/lz4-libs-1.9.3-5.el9.aarch64.rpm) = 68066 +SHA256 (rocky/l/lz4-libs-1.9.3-5.el9.x86_64.rpm) = 60f82f4c3f76a543ab247acb37cb439d9de9e40c410ac2f315d6805717d6283e +SIZE (rocky/l/lz4-libs-1.9.3-5.el9.x86_64.rpm) = 68333 +SHA256 (rocky/l/lz4-1.9.3-5.el9.src.rpm) = 7435ed18c0f9182fe60186984d21bbb2d952f55d468344e8b37c1901419798e3 +SIZE (rocky/l/lz4-1.9.3-5.el9.src.rpm) = 331738 diff --git a/archivers/linux-rl9-lz4/pkg-plist.amd64 b/archivers/linux-rl9-lz4/pkg-plist.amd64 new file mode 100644 index 000000000000..66a6514aa3f9 --- /dev/null +++ b/archivers/linux-rl9-lz4/pkg-plist.amd64 @@ -0,0 +1,15 @@ +usr/bin/lz4 +usr/bin/lz4c +usr/bin/lz4cat +usr/bin/unlz4 +usr/lib/.build-id/34/ac120d87bf3ef698c5478da3f6af07a091bb85 +usr/lib/.build-id/8f/ca9ddfd58ba57f36602b0c1d03ad21bacc55df +usr/lib64/liblz4.so.1 +usr/lib64/liblz4.so.1.9.3 +%%PORTDOCS%%usr/share/doc/lz4-libs/LICENSE +%%PORTDOCS%%usr/share/doc/lz4/NEWS +usr/share/licenses/lz4/COPYING +usr/share/man/man1/lz4.1.gz +usr/share/man/man1/lz4c.1.gz +usr/share/man/man1/lz4cat.1.gz +usr/share/man/man1/unlz4.1.gz diff --git a/audio/Makefile b/audio/Makefile index 9fa1446c7df8..7432cd6abb6e 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,900 +1,907 @@ 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-flac + SUBDIR += linux-rl9-gsm + SUBDIR += linux-rl9-libogg + SUBDIR += linux-rl9-libsndfile + SUBDIR += linux-rl9-libvorbis + 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/Makefile b/audio/linux-rl9-alsa-lib/Makefile new file mode 100644 index 000000000000..15ef9fadb215 --- /dev/null +++ b/audio/linux-rl9-alsa-lib/Makefile @@ -0,0 +1,27 @@ +PORTNAME= alsa-lib +PORTVERSION= 1.2.8 +DISTVERSIONSUFFIX= -3.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 new file mode 100644 index 000000000000..d891c334511b --- /dev/null +++ b/audio/linux-rl9-alsa-lib/distinfo @@ -0,0 +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 diff --git a/audio/linux-rl9-alsa-lib/pkg-descr b/audio/linux-rl9-alsa-lib/pkg-descr new file mode 100644 index 000000000000..d12123dbff71 --- /dev/null +++ b/audio/linux-rl9-alsa-lib/pkg-descr @@ -0,0 +1,2 @@ +The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI +functionality to the Linux operating system. diff --git a/audio/linux-rl9-alsa-lib/pkg-plist.amd64 b/audio/linux-rl9-alsa-lib/pkg-plist.amd64 new file mode 100644 index 000000000000..51338c02b586 --- /dev/null +++ b/audio/linux-rl9-alsa-lib/pkg-plist.amd64 @@ -0,0 +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/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 new file mode 100644 index 000000000000..816bf7232294 --- /dev/null +++ b/audio/linux-rl9-flac/Makefile @@ -0,0 +1,26 @@ +PORTNAME= flac +PORTVERSION= 1.3.3 +DISTVERSIONSUFFIX= -10.el9 +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 new file mode 100644 index 000000000000..ce737c9a6d51 --- /dev/null +++ b/audio/linux-rl9-flac/distinfo @@ -0,0 +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 diff --git a/audio/linux-rl9-flac/pkg-plist.amd64 b/audio/linux-rl9-flac/pkg-plist.amd64 new file mode 100644 index 000000000000..12ef8dddd3b3 --- /dev/null +++ b/audio/linux-rl9-flac/pkg-plist.amd64 @@ -0,0 +1,12 @@ +usr/lib/.build-id/0d/659ffc3c73b8931babcece4979e51b4e2b6c34 +usr/lib/.build-id/e0/4990ffc7a34e9f9ad3f5884dd94c404ee99ebb +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-gsm/Makefile b/audio/linux-rl9-gsm/Makefile new file mode 100644 index 000000000000..e1d54f07a3b8 --- /dev/null +++ b/audio/linux-rl9-gsm/Makefile @@ -0,0 +1,18 @@ +PORTNAME= gsm +PORTVERSION= 1.0.19 +DISTVERSIONSUFFIX= -6.el9 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GSM audio codec (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://kbs.cs.tu-berlin.de/~jutta/toast.html + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/audio/linux-rl9-gsm/distinfo b/audio/linux-rl9-gsm/distinfo new file mode 100644 index 000000000000..cb097cfdc99d --- /dev/null +++ b/audio/linux-rl9-gsm/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686569639 +SHA256 (rocky/g/gsm-1.0.19-6.el9.aarch64.rpm) = 220ec2bca3688bcbdea92eac93491715830138477a166d301c176185168f1a3d +SIZE (rocky/g/gsm-1.0.19-6.el9.aarch64.rpm) = 34446 +SHA256 (rocky/g/gsm-1.0.19-6.el9.x86_64.rpm) = a5ff96d8d96d8fb89d6febcff7b0615448984be8d2fa18960a7d05351aea69b7 +SIZE (rocky/g/gsm-1.0.19-6.el9.x86_64.rpm) = 33820 +SHA256 (rocky/g/gsm-1.0.19-6.el9.src.rpm) = ce9fd315a44f414f804efa32667e701bb242ec5e5b173403d98e5aad5cbb7ab7 +SIZE (rocky/g/gsm-1.0.19-6.el9.src.rpm) = 78660 diff --git a/audio/linux-rl9-gsm/pkg-plist.amd64 b/audio/linux-rl9-gsm/pkg-plist.amd64 new file mode 100644 index 000000000000..3c7c40eb2a1e --- /dev/null +++ b/audio/linux-rl9-gsm/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/c7/d41325192ba07e01eac8c59fd65bc6bb79d4d7 +usr/lib64/libgsm.so.1 +usr/lib64/libgsm.so.1.0.19 +%%PORTDOCS%%usr/share/doc/gsm/ChangeLog +%%PORTDOCS%%usr/share/doc/gsm/MACHINES +%%PORTDOCS%%usr/share/doc/gsm/README +usr/share/licenses/gsm/COPYRIGHT diff --git a/audio/linux-rl9-libogg/Makefile b/audio/linux-rl9-libogg/Makefile new file mode 100644 index 000000000000..dcd2dc6b95cf --- /dev/null +++ b/audio/linux-rl9-libogg/Makefile @@ -0,0 +1,19 @@ +PORTNAME= libogg +PORTVERSION= 1.3.4 +DISTVERSIONSUFFIX= -6.el9 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Ogg bitstream library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.xiph.org/ogg/ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/audio/linux-rl9-libogg/distinfo b/audio/linux-rl9-libogg/distinfo new file mode 100644 index 000000000000..8321c7dbd9cc --- /dev/null +++ b/audio/linux-rl9-libogg/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686569432 +SHA256 (rocky/l/libogg-1.3.4-6.el9.aarch64.rpm) = 5466faaaef6693d9affff8d92b093884c9f42315b514a6ef903bb0e183d3ecab +SIZE (rocky/l/libogg-1.3.4-6.el9.aarch64.rpm) = 32850 +SHA256 (rocky/l/libogg-1.3.4-6.el9.x86_64.rpm) = b9185380df1f9787e93de2e32b0dddbd24d0017371e7b4ae2106ff0bbe8819da +SIZE (rocky/l/libogg-1.3.4-6.el9.x86_64.rpm) = 33277 +SHA256 (rocky/l/libogg-1.3.4-6.el9.src.rpm) = 267097c950dde41f40614d77ddf7253fc43f887d4f796a2aa1fb95ae14c0db2b +SIZE (rocky/l/libogg-1.3.4-6.el9.src.rpm) = 439705 diff --git a/audio/linux-rl9-libogg/pkg-plist.amd64 b/audio/linux-rl9-libogg/pkg-plist.amd64 new file mode 100644 index 000000000000..488a99287fdb --- /dev/null +++ b/audio/linux-rl9-libogg/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/1f/8985d2e5a6bcb0573b6567e5fd47e4d7ffc164 +usr/lib64/libogg.so.0 +usr/lib64/libogg.so.0.8.4 +%%PORTDOCS%%usr/share/doc/libogg/AUTHORS +%%PORTDOCS%%usr/share/doc/libogg/CHANGES +%%PORTDOCS%%usr/share/doc/libogg/COPYING +%%PORTDOCS%%usr/share/doc/libogg/README.md diff --git a/audio/linux-rl9-libsndfile/Makefile b/audio/linux-rl9-libsndfile/Makefile new file mode 100644 index 000000000000..f230308e9ce8 --- /dev/null +++ b/audio/linux-rl9-libsndfile/Makefile @@ -0,0 +1,22 @@ +PORTNAME= libsndfile +PORTVERSION= 1.0.31 +DISTVERSIONSUFFIX= -7.el9 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://www.mega-nerd.com/libsndfile/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= flac gsm libogg libvorbis +USE_LINUX_RPM= yes + +CPE_VENDOR= libsndfile_project + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/audio/linux-rl9-libsndfile/distinfo b/audio/linux-rl9-libsndfile/distinfo new file mode 100644 index 000000000000..43f1b31f5eda --- /dev/null +++ b/audio/linux-rl9-libsndfile/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686569855 +SHA256 (rocky/l/libsndfile-1.0.31-7.el9.aarch64.rpm) = 9e00dbccf4915b9b7fefa373f11b8afed5b45867eef722714718aeb55773bc97 +SIZE (rocky/l/libsndfile-1.0.31-7.el9.aarch64.rpm) = 211607 +SHA256 (rocky/l/libsndfile-1.0.31-7.el9.x86_64.rpm) = 5ea30db5acfda545cd737faba2198a359895727129ecba6a6cda1cbc5a7725da +SIZE (rocky/l/libsndfile-1.0.31-7.el9.x86_64.rpm) = 211096 +SHA256 (rocky/l/libsndfile-1.0.31-7.el9.src.rpm) = 1926735a13dec087022cf6518bcb30b40bae795cbd36c4eae962b7400151e14c +SIZE (rocky/l/libsndfile-1.0.31-7.el9.src.rpm) = 891950 diff --git a/audio/linux-rl9-libsndfile/pkg-plist.amd64 b/audio/linux-rl9-libsndfile/pkg-plist.amd64 new file mode 100644 index 000000000000..ca509c6c8c5c --- /dev/null +++ b/audio/linux-rl9-libsndfile/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/ad/ccae217d9b8216da2bbf8f270ba2b3728651da +usr/lib64/libsndfile.so.1 +usr/lib64/libsndfile.so.1.0.31 +%%PORTDOCS%%usr/share/doc/libsndfile/AUTHORS +%%PORTDOCS%%usr/share/doc/libsndfile/NEWS +%%PORTDOCS%%usr/share/doc/libsndfile/README +usr/share/licenses/libsndfile/COPYING diff --git a/audio/linux-rl9-libvorbis/Makefile b/audio/linux-rl9-libvorbis/Makefile new file mode 100644 index 000000000000..b1084eec3e13 --- /dev/null +++ b/audio/linux-rl9-libvorbis/Makefile @@ -0,0 +1,22 @@ +PORTNAME= libvorbis +PORTVERSION= 1.3.7 +DISTVERSIONSUFFIX= -5.el9 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Audio compression codec library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://xiph.org/vorbis/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= libogg +USE_LINUX_RPM= yes + +CPE_VENDOR= xiph.org + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/audio/linux-rl9-libvorbis/distinfo b/audio/linux-rl9-libvorbis/distinfo new file mode 100644 index 000000000000..24674696124d --- /dev/null +++ b/audio/linux-rl9-libvorbis/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686569786 +SHA256 (rocky/l/libvorbis-1.3.7-5.el9.aarch64.rpm) = 8476b73e0d8173b9cf05f98d4ab6ecc08a76eb2f130ae71293e0d59573f5360d +SIZE (rocky/l/libvorbis-1.3.7-5.el9.aarch64.rpm) = 192823 +SHA256 (rocky/l/libvorbis-1.3.7-5.el9.x86_64.rpm) = c57530fcd760d7c465826b85dd5dabc086b7922e875da914cf30744c77197dca +SIZE (rocky/l/libvorbis-1.3.7-5.el9.x86_64.rpm) = 196907 +SHA256 (rocky/l/libvorbis-1.3.7-5.el9.src.rpm) = 1d124e09a8e97b920616c085ae1a2c65289887f475697ab241adc8f732426fb3 +SIZE (rocky/l/libvorbis-1.3.7-5.el9.src.rpm) = 1215038 diff --git a/audio/linux-rl9-libvorbis/pkg-plist.amd64 b/audio/linux-rl9-libvorbis/pkg-plist.amd64 new file mode 100644 index 000000000000..f2b4c318961d --- /dev/null +++ b/audio/linux-rl9-libvorbis/pkg-plist.amd64 @@ -0,0 +1,11 @@ +usr/lib/.build-id/0a/312731d5df75265463e2c23a9c02572a9ad041 +usr/lib/.build-id/2a/39af07fa45b4ec4c6d7039bac464e9776e1a3a +usr/lib/.build-id/a7/8442fbc1ed4c0b7cc98d8e5aa878fa2eed70b3 +usr/lib64/libvorbis.so.0 +usr/lib64/libvorbis.so.0.4.9 +usr/lib64/libvorbisenc.so.2 +usr/lib64/libvorbisenc.so.2.0.12 +usr/lib64/libvorbisfile.so.3 +usr/lib64/libvorbisfile.so.3.3.8 +%%PORTDOCS%%usr/share/doc/libvorbis/AUTHORS +usr/share/licenses/libvorbis/COPYING diff --git a/audio/linux-rl9-pulseaudio-libs/Makefile b/audio/linux-rl9-pulseaudio-libs/Makefile new file mode 100644 index 000000000000..54a42fc7f192 --- /dev/null +++ b/audio/linux-rl9-pulseaudio-libs/Makefile @@ -0,0 +1,29 @@ +PORTNAME= pulseaudio +PORTVERSION= 15.0 +DISTVERSIONSUFFIX= -2.el9 +CATEGORIES= audio linux +PKGNAMESUFFIX= -libs + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Libraries for PulseAudio clients (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://pulseaudio.org/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= dbuslibs libasyncns libsndfile systemd-libs xorglibs +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} \ + ${PORTNAME}${PKGNAMESUFFIX}-glib2-${DISTVERSIONFULL} + +CONFLICTS= linux-c7-${PORTNAME}${PKGNAMESUFFIX} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +post-patch: + @${RM} ${WRKSRC}/etc/pulse/client.conf.orig + +.include diff --git a/audio/linux-rl9-pulseaudio-libs/distinfo b/audio/linux-rl9-pulseaudio-libs/distinfo new file mode 100644 index 000000000000..0c54ee46ebd1 --- /dev/null +++ b/audio/linux-rl9-pulseaudio-libs/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1686569978 +SHA256 (rocky/p/pulseaudio-libs-15.0-2.el9.aarch64.rpm) = 5b5e5985f27b924ebcd0cb81f731d31760012adf6fa7b36fd4ddcf3315e95649 +SIZE (rocky/p/pulseaudio-libs-15.0-2.el9.aarch64.rpm) = 649461 +SHA256 (rocky/p/pulseaudio-libs-15.0-2.el9.x86_64.rpm) = b0c38349e1ac517c131c9eabfb9f952692684126775305b9a73ead98ae1acfba +SIZE (rocky/p/pulseaudio-libs-15.0-2.el9.x86_64.rpm) = 681555 +SHA256 (rocky/p/pulseaudio-libs-glib2-15.0-2.el9.aarch64.rpm) = 975996cabfe75a34ed505f554006cae6ed9408464d903246b13b02018057b103 +SIZE (rocky/p/pulseaudio-libs-glib2-15.0-2.el9.aarch64.rpm) = 17544 +SHA256 (rocky/p/pulseaudio-libs-glib2-15.0-2.el9.x86_64.rpm) = 1fd0991cb4406ab257063eeacc7696a3fd7b15bc29316c06336b7c94ad1f1f53 +SIZE (rocky/p/pulseaudio-libs-glib2-15.0-2.el9.x86_64.rpm) = 17874 +SHA256 (rocky/p/pulseaudio-15.0-2.el9.src.rpm) = 9fa7d54c118b3842dc43eb01a5136285ae517687278794966db7de657ec37d2f +SIZE (rocky/p/pulseaudio-15.0-2.el9.src.rpm) = 1545895 diff --git a/audio/linux-rl9-pulseaudio-libs/files/patch-etc_pulse_client.conf b/audio/linux-rl9-pulseaudio-libs/files/patch-etc_pulse_client.conf new file mode 100644 index 000000000000..fc17a52913fd --- /dev/null +++ b/audio/linux-rl9-pulseaudio-libs/files/patch-etc_pulse_client.conf @@ -0,0 +1,11 @@ +--- etc/pulse/client.conf.orig 2016-02-03 11:05:51 UTC ++++ etc/pulse/client.conf +@@ -29,5 +29,7 @@ + + ; cookie-file = + +-; enable-shm = yes ++; SHM didn't seem to be supported through linuxulator at the time ++enable-shm = no ++ + ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB diff --git a/audio/linux-rl9-pulseaudio-libs/pkg-plist.amd64 b/audio/linux-rl9-pulseaudio-libs/pkg-plist.amd64 new file mode 100644 index 000000000000..e101c5ee1594 --- /dev/null +++ b/audio/linux-rl9-pulseaudio-libs/pkg-plist.amd64 @@ -0,0 +1,66 @@ +etc/pulse/client.conf +usr/lib/.build-id/12/24b0a21eb52a869279edfc9bcf40c52021b439 +usr/lib/.build-id/43/db7ae1bf77d7edc2a2575cebdd2b5a4c46d665 +usr/lib/.build-id/60/74f6c18009e0b36b38d283380a04d405bc3024 +usr/lib/.build-id/73/621b51c17caebc6e8f52d7aabbf7dc46bb0191 +usr/lib64/libpulse-mainloop-glib.so.0 +usr/lib64/libpulse-mainloop-glib.so.0.0.6 +usr/lib64/libpulse-simple.so.0 +usr/lib64/libpulse-simple.so.0.1.1 +usr/lib64/libpulse.so.0 +usr/lib64/libpulse.so.0.24.0 +usr/lib64/pulseaudio/libpulsecommon-15.0.so +%%PORTDOCS%%usr/share/doc/pulseaudio-libs/README +usr/share/licenses/pulseaudio-libs/GPL +usr/share/licenses/pulseaudio-libs/LGPL +usr/share/licenses/pulseaudio-libs/LICENSE +%%NLS%%usr/share/locale/af/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/de_CH/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/nn/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/si/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/pulseaudio.mo diff --git a/converters/Makefile b/converters/Makefile index bf76af850bac..a8a2c05c013d 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,185 +1,186 @@ COMMENT = Character code converters SUBDIR += R-cran-RJSONIO SUBDIR += R-cran-arabic2kansuji SUBDIR += R-cran-base64enc SUBDIR += R-cran-jsonlite SUBDIR += R-cran-rjson SUBDIR += aish SUBDIR += ascii2binary SUBDIR += asr10 SUBDIR += base64 SUBDIR += base91 SUBDIR += bibtexconv SUBDIR += bmfdec SUBDIR += bsdconv SUBDIR += btoa SUBDIR += chmview SUBDIR += cl-babel SUBDIR += cl-babel-sbcl SUBDIR += cmios9 SUBDIR += cocot SUBDIR += convmv SUBDIR += dos2ansi SUBDIR += dos2unix SUBDIR += dosunix SUBDIR += drg2sbg SUBDIR += dumpasn1 SUBDIR += enca SUBDIR += fconv SUBDIR += fix-mime-charset SUBDIR += fondu SUBDIR += fribidi SUBDIR += gbase SUBDIR += gbsdconv SUBDIR += hs-aeson-pretty SUBDIR += hs-dhall-bash SUBDIR += hs-dhall-json SUBDIR += hs-dhall-yaml SUBDIR += i18ntools SUBDIR += ical2html SUBDIR += iconv SUBDIR += iconv-extra SUBDIR += iconv-rfc1345 SUBDIR += ish SUBDIR += libb64 SUBDIR += libiconv SUBDIR += libticonv SUBDIR += libutf-8 SUBDIR += linux-c7-fribidi + SUBDIR += linux-rl9-fribidi SUBDIR += lua-iconv SUBDIR += lua-json SUBDIR += mimelib SUBDIR += mmencode SUBDIR += mpack SUBDIR += nomyso SUBDIR += o3read SUBDIR += ocaml-base64 SUBDIR += ocaml-jsonm SUBDIR += osm2mp SUBDIR += osm2pgrouting SUBDIR += osm2pgsql SUBDIR += p5-Bencode SUBDIR += p5-Boulder SUBDIR += p5-Convert-ASCII-Armour SUBDIR += p5-Convert-ASN1 SUBDIR += p5-Convert-BER SUBDIR += p5-Convert-Base32 SUBDIR += p5-Convert-Bencode SUBDIR += p5-Convert-Bencode_XS SUBDIR += p5-Convert-BinHex SUBDIR += p5-Convert-Binary-C SUBDIR += p5-Convert-IBM390 SUBDIR += p5-Convert-Moji SUBDIR += p5-Convert-Morse SUBDIR += p5-Convert-NLS_DATE_FORMAT SUBDIR += p5-Convert-PEM SUBDIR += p5-Convert-Recode SUBDIR += p5-Convert-TNEF SUBDIR += p5-Convert-UU SUBDIR += p5-Convert-UUlib SUBDIR += p5-Cpanel-JSON-XS SUBDIR += p5-Cstools SUBDIR += p5-Data-AMF SUBDIR += p5-Encode SUBDIR += p5-Encode-Base32-Crockford SUBDIR += p5-Encode-Base32-GMP SUBDIR += p5-Encode-Base58-GMP SUBDIR += p5-Encode-Detect SUBDIR += p5-Encode-Detect-CJK SUBDIR += p5-Encode-DoubleEncodedUTF8 SUBDIR += p5-Encode-IMAPUTF7 SUBDIR += p5-Encode-JIS2K SUBDIR += p5-Encode-Locale SUBDIR += p5-Encode-Punycode SUBDIR += p5-Encode-compat SUBDIR += p5-Encoding-BER SUBDIR += p5-Encoding-FixLatin SUBDIR += p5-Format-Human-Bytes SUBDIR += p5-JSON SUBDIR += p5-JSON-Any SUBDIR += p5-JSON-DWIW SUBDIR += p5-JSON-MaybeXS SUBDIR += p5-JSON-PP SUBDIR += p5-JSON-Tiny SUBDIR += p5-JSON-XS SUBDIR += p5-JSON-XS-VersionOneAndTwo SUBDIR += p5-LaTeXML SUBDIR += p5-MIME-Base32 SUBDIR += p5-MIME-Base64 SUBDIR += p5-MIME-Base64-URLSafe SUBDIR += p5-Net-IDN-Nameprep SUBDIR += p5-Number-Nary SUBDIR += p5-Number-RecordLocator SUBDIR += p5-PerlIO-via-Unidecode SUBDIR += p5-Sereal SUBDIR += p5-Sereal-Decoder SUBDIR += p5-Sereal-Encoder SUBDIR += p5-Storable-AMF SUBDIR += p5-String-Multibyte SUBDIR += p5-Text-Bidi SUBDIR += p5-Text-Iconv SUBDIR += p5-Text-Unidecode SUBDIR += p5-URI-UTF8-Punycode SUBDIR += p5-Unicode-IMAPUtf7 SUBDIR += p5-Unicode-Map SUBDIR += p5-Unicode-Map8 SUBDIR += p5-Unicode-MapUTF8 SUBDIR += p5-Unicode-RecursiveDowngrade SUBDIR += p5-Unicode-String SUBDIR += p5-Unicode-Stringprep SUBDIR += p5-Unicode-UTF8simple SUBDIR += p5-WAP-wbxml SUBDIR += p5-XML-WBXML SUBDIR += p5-bsdconv SUBDIR += p5-plutil SUBDIR += pdf2djvu SUBDIR += pear-Services_JSON SUBDIR += pecl-igbinary SUBDIR += php-bsdconv SUBDIR += php81-iconv SUBDIR += php81-mbstring SUBDIR += php82-iconv SUBDIR += php82-mbstring SUBDIR += php83-iconv SUBDIR += php83-mbstring SUBDIR += psiconv SUBDIR += py-bencode.py SUBDIR += py-bencoder SUBDIR += py-better-bencode SUBDIR += py-bsdconv SUBDIR += py-gotenberg-client SUBDIR += py-rencode SUBDIR += py-svglib SUBDIR += py-text-unidecode SUBDIR += py-unidecode SUBDIR += py-webencodings SUBDIR += py-zfec SUBDIR += rcctools SUBDIR += recode SUBDIR += rubygem-base32 SUBDIR += rubygem-base64 SUBDIR += rubygem-iconv SUBDIR += rubygem-json-ld SUBDIR += rubygem-json-ld-preloaded SUBDIR += rubygem-po_to_json SUBDIR += rubygem-ruby-bsdconv SUBDIR += rubygem-url_safe_base64 SUBDIR += rubygem-xdr SUBDIR += showkey SUBDIR += simdutf SUBDIR += ta2as SUBDIR += tnef SUBDIR += trans SUBDIR += tuc SUBDIR += unix2dos SUBDIR += uudeview SUBDIR += uulib SUBDIR += wkhtmltopdf SUBDIR += xdeview SUBDIR += xml2c SUBDIR += yj SUBDIR += yj-bruceadams SUBDIR += ytnef .include diff --git a/converters/linux-rl9-fribidi/Makefile b/converters/linux-rl9-fribidi/Makefile new file mode 100644 index 000000000000..020ddd398fad --- /dev/null +++ b/converters/linux-rl9-fribidi/Makefile @@ -0,0 +1,20 @@ +PORTNAME= fribidi +PORTVERSION= 1.0.10 +DISTVERSIONSUFFIX= -6.el9.2 +CATEGORIES= converters linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Unicode Bidirectional Algorithm (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://fribidi.org/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CPE_VENDOR= gnu + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/converters/linux-rl9-fribidi/distinfo b/converters/linux-rl9-fribidi/distinfo new file mode 100644 index 000000000000..a83b65cb5a4f --- /dev/null +++ b/converters/linux-rl9-fribidi/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686567760 +SHA256 (rocky/f/fribidi-1.0.10-6.el9.2.aarch64.rpm) = 824e7ffa9235e6a022deda1bb3f453e554db74a3cbfdbbbd2c2f5348b7b805cf +SIZE (rocky/f/fribidi-1.0.10-6.el9.2.aarch64.rpm) = 84949 +SHA256 (rocky/f/fribidi-1.0.10-6.el9.2.x86_64.rpm) = da453272ba50af82b42370ab516b4de94977072a4069f657c84e5c357d572bc5 +SIZE (rocky/f/fribidi-1.0.10-6.el9.2.x86_64.rpm) = 85916 +SHA256 (rocky/f/fribidi-1.0.10-6.el9.2.src.rpm) = b3e6075ceff34ad70cf67b7831941d311c5753319cb3ec6e1494b2c9bfa50ad5 +SIZE (rocky/f/fribidi-1.0.10-6.el9.2.src.rpm) = 1174702 diff --git a/converters/linux-rl9-fribidi/pkg-plist.amd64 b/converters/linux-rl9-fribidi/pkg-plist.amd64 new file mode 100644 index 000000000000..ea7bdec08890 --- /dev/null +++ b/converters/linux-rl9-fribidi/pkg-plist.amd64 @@ -0,0 +1,12 @@ +usr/bin/fribidi +usr/lib/.build-id/21/3eb59b1e137ff74cdf30de6426277f76b9c9f3 +usr/lib/.build-id/d4/33ed79bfd8fd8d58524c2edc55382ace4f3ee7 +usr/lib64/libfribidi.so.0 +usr/lib64/libfribidi.so.0.4.0 +%%PORTDOCS%%usr/share/doc/fribidi/AUTHORS +%%PORTDOCS%%usr/share/doc/fribidi/ChangeLog +%%PORTDOCS%%usr/share/doc/fribidi/NEWS +%%PORTDOCS%%usr/share/doc/fribidi/README +%%PORTDOCS%%usr/share/doc/fribidi/THANKS +%%PORTDOCS%%usr/share/doc/fribidi/TODO +usr/share/licenses/fribidi/COPYING diff --git a/databases/Makefile b/databases/Makefile index 3cbc1d002bf1..a56e02c6968d 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,1081 +1,1083 @@ COMMENT = Databases and related software SUBDIR += R-cran-DBI SUBDIR += R-cran-RMySQL SUBDIR += R-cran-RPostgreSQL SUBDIR += R-cran-RSQLite SUBDIR += R-cran-cachem SUBDIR += R-cran-dbplyr SUBDIR += R-cran-dtplyr SUBDIR += R-cran-fastmap SUBDIR += R-cran-sqldf SUBDIR += WWWdb SUBDIR += adminer SUBDIR += adminerevo SUBDIR += adodb5 SUBDIR += akonadi SUBDIR += apache-commons-dbutils SUBDIR += arrow SUBDIR += arrow-glib SUBDIR += autobackupmysql SUBDIR += automysqlbackup SUBDIR += bbdb SUBDIR += beansdb SUBDIR += buzhug SUBDIR += c3p0 SUBDIR += cassandra-cpp-driver SUBDIR += cassandra3 SUBDIR += cassandra4 SUBDIR += casstcl SUBDIR += cayley SUBDIR += cdb SUBDIR += cego SUBDIR += cegobridge SUBDIR += clickhouse SUBDIR += closql SUBDIR += closql-devel SUBDIR += cockroach SUBDIR += couchdb3 SUBDIR += courier-authlib-mysql SUBDIR += courier-authlib-pgsql SUBDIR += courier-authlib-sqlite SUBDIR += courier-authlib-userdb SUBDIR += courier-authlib-usergdbm SUBDIR += cppdb SUBDIR += credis SUBDIR += cutelyst-asql SUBDIR += dalmp SUBDIR += datasette SUBDIR += db SUBDIR += db18 SUBDIR += db5 SUBDIR += dbf SUBDIR += dbh SUBDIR += dbixx SUBDIR += dbow SUBDIR += dbtool SUBDIR += dbview SUBDIR += diesel SUBDIR += duckdb SUBDIR += ejdb SUBDIR += emacs-sqlite3-api SUBDIR += emacsql SUBDIR += emacsql-devel SUBDIR += erlfdb SUBDIR += evolution-data-server SUBDIR += fastdb SUBDIR += firebird30-client SUBDIR += firebird30-server SUBDIR += firebird40-client SUBDIR += firebird40-server SUBDIR += fortytwo-bdb SUBDIR += foundationdb SUBDIR += frece SUBDIR += freetds SUBDIR += freetds-devel SUBDIR += frontbase-jdbc SUBDIR += futuresql SUBDIR += galera SUBDIR += galera26 SUBDIR += gdbm SUBDIR += geoserver-mysql-plugin SUBDIR += gigabase SUBDIR += gmdb2 SUBDIR += gnats4 SUBDIR += gnatsweb4 SUBDIR += go-carbon SUBDIR += go-pgweb SUBDIR += gobang SUBDIR += gom SUBDIR += goose SUBDIR += gqlplus SUBDIR += grass7 SUBDIR += grass8 SUBDIR += greptimedb SUBDIR += hashtypes SUBDIR += hiredis SUBDIR += hsqldb SUBDIR += immudb SUBDIR += imposm3 SUBDIR += influxdb SUBDIR += influxdb2-cli SUBDIR += innotop SUBDIR += iowow SUBDIR += ip4r SUBDIR += ipa_sdb SUBDIR += iplike SUBDIR += jdb SUBDIR += jdbc-oracle11g SUBDIR += jetbrains-datagrip SUBDIR += jlog SUBDIR += jrobin SUBDIR += jrrd SUBDIR += kbibtex SUBDIR += kdb SUBDIR += kexi SUBDIR += keydb SUBDIR += kyotocabinet SUBDIR += kyototycoon SUBDIR += ldb15 SUBDIR += ldb20 SUBDIR += ldb21 SUBDIR += ldb22 SUBDIR += ldb25 SUBDIR += leo_center SUBDIR += leofs SUBDIR += leveldb SUBDIR += libcouchbase SUBDIR += libdbi SUBDIR += libdbi-drivers SUBDIR += libdrizzle SUBDIR += libdrizzle-redux SUBDIR += libgda5 SUBDIR += libgda5-jdbc SUBDIR += libgda5-ldap SUBDIR += libgda5-mysql SUBDIR += libgda5-postgresql SUBDIR += libgda5-ui SUBDIR += libgdamm5 SUBDIR += libhsclient SUBDIR += libiodbc SUBDIR += libmemcache SUBDIR += libmemcached SUBDIR += libmongo-client SUBDIR += libmongocrypt SUBDIR += libmswstr SUBDIR += libnvpair SUBDIR += libodbc++ SUBDIR += libpbl SUBDIR += libpg_query SUBDIR += libpqtypes SUBDIR += libsdb SUBDIR += libzdb SUBDIR += linux-c7-sqlite3 SUBDIR += linux-c7-unixODBC SUBDIR += linux-oracle-instantclient-basic SUBDIR += linux-oracle-instantclient-sdk + SUBDIR += linux-rl9-libtracker-sparql + SUBDIR += linux-rl9-sqlite3 SUBDIR += liquibase SUBDIR += litestream SUBDIR += lmdb SUBDIR += lua-lsqlite3 SUBDIR += lua-pgsql SUBDIR += lua-resty-redis SUBDIR += lua-xapian SUBDIR += luadbi SUBDIR += luasql-firebird SUBDIR += luasql-mysql SUBDIR += luasql-odbc SUBDIR += luasql-postgres SUBDIR += luasql-sqlite3 SUBDIR += mantis SUBDIR += mariadb-connector-c SUBDIR += mariadb-connector-odbc SUBDIR += mariadb1011-client SUBDIR += mariadb1011-server SUBDIR += mariadb105-client SUBDIR += mariadb105-server SUBDIR += mariadb106-client SUBDIR += mariadb106-server SUBDIR += mdbtools SUBDIR += mdbx SUBDIR += mdcached SUBDIR += memcached SUBDIR += metabase SUBDIR += mongodb-tools SUBDIR += mongodb44 SUBDIR += mongodb50 SUBDIR += mongodb60 SUBDIR += mongodb70 SUBDIR += movine SUBDIR += mroonga SUBDIR += mtop SUBDIR += mydumper SUBDIR += mysql++ SUBDIR += mysql-connector-c++ SUBDIR += mysql-connector-j SUBDIR += mysql-connector-java51 SUBDIR += mysql-connector-odbc-80 SUBDIR += mysql2pgsql SUBDIR += mysql80-client SUBDIR += mysql80-server SUBDIR += mysql81-client SUBDIR += mysql81-server SUBDIR += mysqlbackup SUBDIR += mysqldump-secure SUBDIR += mysqlreport SUBDIR += mysqlsla SUBDIR += mysqltcl SUBDIR += mysqltuner SUBDIR += mytop SUBDIR += nagios-check_mongodb SUBDIR += nagios-check_postgres_replication SUBDIR += nagios-check_redis SUBDIR += namazu2 SUBDIR += nanodbc SUBDIR += neo4j SUBDIR += ocaml-dbm SUBDIR += ocaml-mysql SUBDIR += ocaml-sqlite3 SUBDIR += octosql SUBDIR += odbc-cpp-wrapper SUBDIR += ods2sql SUBDIR += opendbviewer SUBDIR += opendbx SUBDIR += ora2pg SUBDIR += oracle8-client SUBDIR += p5-Amazon-SimpleDB SUBDIR += p5-Amon2-DBI SUBDIR += p5-AnyEvent-BDB SUBDIR += p5-AnyEvent-CouchDB SUBDIR += p5-AnyEvent-DBD-Pg SUBDIR += p5-AnyEvent-Memcached SUBDIR += p5-AnyEvent-Redis SUBDIR += p5-App-Sqitch SUBDIR += p5-AsciiDB-TagFile SUBDIR += p5-BDB SUBDIR += p5-BSON SUBDIR += p5-BSON-XS SUBDIR += p5-BerkeleyDB SUBDIR += p5-Bucardo SUBDIR += p5-CDB_File SUBDIR += p5-CDB_File-Generator SUBDIR += p5-CGI-Session-Driver-memcached SUBDIR += p5-CHI-Driver-Memcached SUBDIR += p5-CHI-Driver-Redis SUBDIR += p5-CHI-Driver-TokyoTyrant SUBDIR += p5-Cache-BDB SUBDIR += p5-Cache-Memcached SUBDIR += p5-Cache-Memcached-Fast SUBDIR += p5-Cache-Memcached-Managed SUBDIR += p5-Cache-Memcached-XS SUBDIR += p5-Cache-Memcached-libmemcached SUBDIR += p5-Class-DBI SUBDIR += p5-Class-DBI-AbstractSearch SUBDIR += p5-Class-DBI-AsForm SUBDIR += p5-Class-DBI-AutoLoader SUBDIR += p5-Class-DBI-BaseDSN SUBDIR += p5-Class-DBI-DATA-Schema SUBDIR += p5-Class-DBI-DDL SUBDIR += p5-Class-DBI-FromCGI SUBDIR += p5-Class-DBI-LazyInflate SUBDIR += p5-Class-DBI-Loader SUBDIR += p5-Class-DBI-Loader-Relationship SUBDIR += p5-Class-DBI-Oracle SUBDIR += p5-Class-DBI-Pager SUBDIR += p5-Class-DBI-Pg SUBDIR += p5-Class-DBI-Plugin SUBDIR += p5-Class-DBI-Plugin-AbstractCount SUBDIR += p5-Class-DBI-Plugin-DeepAbstractSearch SUBDIR += p5-Class-DBI-Plugin-Iterator SUBDIR += p5-Class-DBI-Plugin-Pager SUBDIR += p5-Class-DBI-Plugin-RetrieveAll SUBDIR += p5-Class-DBI-Plugin-Senna SUBDIR += p5-Class-DBI-Plugin-Type SUBDIR += p5-Class-DBI-Replication SUBDIR += p5-Class-DBI-SAK SUBDIR += p5-Class-DBI-SQLite SUBDIR += p5-Class-DBI-Sweet SUBDIR += p5-Class-DBI-ToSax SUBDIR += p5-Class-DBI-Untaint SUBDIR += p5-Class-DBI-mysql SUBDIR += p5-Class-Inflate SUBDIR += p5-CouchDB-View SUBDIR += p5-DBD-AnyData SUBDIR += p5-DBD-CSV SUBDIR += p5-DBD-Excel SUBDIR += p5-DBD-Google SUBDIR += p5-DBD-InterBase SUBDIR += p5-DBD-LDAP SUBDIR += p5-DBD-MariaDB SUBDIR += p5-DBD-Mock SUBDIR += p5-DBD-Multi SUBDIR += p5-DBD-ODBC SUBDIR += p5-DBD-Oracle SUBDIR += p5-DBD-Pg SUBDIR += p5-DBD-PgLite SUBDIR += p5-DBD-PgPP SUBDIR += p5-DBD-SQLite SUBDIR += p5-DBD-SQLite2 SUBDIR += p5-DBD-Sybase SUBDIR += p5-DBD-XBase SUBDIR += p5-DBD-cego SUBDIR += p5-DBD-mysql SUBDIR += p5-DBD-mysql4 SUBDIR += p5-DBI SUBDIR += p5-DBI-Shell SUBDIR += p5-DBICx-Deploy SUBDIR += p5-DBICx-MapMaker SUBDIR += p5-DBICx-Sugar SUBDIR += p5-DBICx-TestDatabase SUBDIR += p5-DBICx-TxnInsert SUBDIR += p5-DBIWrapper SUBDIR += p5-DBIx-Abstract SUBDIR += p5-DBIx-Admin-CreateTable SUBDIR += p5-DBIx-Admin-DSNManager SUBDIR += p5-DBIx-Admin-TableInfo SUBDIR += p5-DBIx-AnyDBD SUBDIR += p5-DBIx-Browse SUBDIR += p5-DBIx-Class SUBDIR += p5-DBIx-Class-AsFdat SUBDIR += p5-DBIx-Class-AuditLog SUBDIR += p5-DBIx-Class-BitField SUBDIR += p5-DBIx-Class-Candy SUBDIR += p5-DBIx-Class-Cursor-Cached SUBDIR += p5-DBIx-Class-CustomPrefetch SUBDIR += p5-DBIx-Class-DateTime-Epoch SUBDIR += p5-DBIx-Class-DeploymentHandler SUBDIR += p5-DBIx-Class-DigestColumns SUBDIR += p5-DBIx-Class-DynamicDefault SUBDIR += p5-DBIx-Class-DynamicSubclass SUBDIR += p5-DBIx-Class-EncodeColumns SUBDIR += p5-DBIx-Class-EncodedColumn SUBDIR += p5-DBIx-Class-Fixtures SUBDIR += p5-DBIx-Class-FrozenColumns SUBDIR += p5-DBIx-Class-Helpers SUBDIR += p5-DBIx-Class-InflateColumn-Authen-Passphrase SUBDIR += p5-DBIx-Class-InflateColumn-FS SUBDIR += p5-DBIx-Class-InflateColumn-IP SUBDIR += p5-DBIx-Class-InflateColumn-Serializer SUBDIR += p5-DBIx-Class-IntrospectableM2M SUBDIR += p5-DBIx-Class-Loader SUBDIR += p5-DBIx-Class-Migration SUBDIR += p5-DBIx-Class-MooseColumns SUBDIR += p5-DBIx-Class-PassphraseColumn SUBDIR += p5-DBIx-Class-QueryLog SUBDIR += p5-DBIx-Class-QueryProfiler SUBDIR += p5-DBIx-Class-ResultSet-HashRef SUBDIR += p5-DBIx-Class-ResultSet-RecursiveUpdate SUBDIR += p5-DBIx-Class-Schema-Config SUBDIR += p5-DBIx-Class-Schema-Loader SUBDIR += p5-DBIx-Class-Schema-PopulateMore SUBDIR += p5-DBIx-Class-Storage-TxnEndHook SUBDIR += p5-DBIx-Class-TimeStamp SUBDIR += p5-DBIx-Class-Tree SUBDIR += p5-DBIx-Class-Tree-NestedSet SUBDIR += p5-DBIx-Class-UUIDColumns SUBDIR += p5-DBIx-Class-VirtualColumns SUBDIR += p5-DBIx-Class-WebForm SUBDIR += p5-DBIx-Connector SUBDIR += p5-DBIx-ContextualFetch SUBDIR += p5-DBIx-Custom SUBDIR += p5-DBIx-DBHResolver SUBDIR += p5-DBIx-DBSchema SUBDIR += p5-DBIx-DataSource SUBDIR += p5-DBIx-DisconnectAll SUBDIR += p5-DBIx-Dump SUBDIR += p5-DBIx-HA SUBDIR += p5-DBIx-Handler SUBDIR += p5-DBIx-Inspector SUBDIR += p5-DBIx-Introspector SUBDIR += p5-DBIx-Lite SUBDIR += p5-DBIx-Log4perl SUBDIR += p5-DBIx-MySQLSequence SUBDIR += p5-DBIx-NoSQL SUBDIR += p5-DBIx-Password SUBDIR += p5-DBIx-Perlish SUBDIR += p5-DBIx-QueryLog SUBDIR += p5-DBIx-QuickDB SUBDIR += p5-DBIx-Recordset SUBDIR += p5-DBIx-RetryOverDisconnects SUBDIR += p5-DBIx-SQLEngine SUBDIR += p5-DBIx-SQLite-Simple SUBDIR += p5-DBIx-Safe SUBDIR += p5-DBIx-SearchBuilder SUBDIR += p5-DBIx-Sequence SUBDIR += p5-DBIx-Simple SUBDIR += p5-DBIx-Skinny SUBDIR += p5-DBIx-Skinny-InflateColumn-DateTime SUBDIR += p5-DBIx-Skinny-Mixin-DBHResolver SUBDIR += p5-DBIx-Skinny-Pager SUBDIR += p5-DBIx-Skinny-Schema-Loader SUBDIR += p5-DBIx-Sunny SUBDIR += p5-DBIx-TableHash SUBDIR += p5-DBIx-Tracer SUBDIR += p5-DBIx-TransactionManager SUBDIR += p5-DBIx-Tree SUBDIR += p5-DBIx-VersionedDDL SUBDIR += p5-DBIx-Wrapper SUBDIR += p5-DBIx-XHTML_Table SUBDIR += p5-DBIx-XML_RDB SUBDIR += p5-DBM-Deep SUBDIR += p5-DR-Tarantool SUBDIR += p5-DWH_File SUBDIR += p5-Dancer-Plugin-DBIC SUBDIR += p5-Dancer-Plugin-Database SUBDIR += p5-Dancer-Plugin-Database-Core SUBDIR += p5-Dancer-Plugin-Redis SUBDIR += p5-Dancer-Session-Memcached SUBDIR += p5-Dancer2-Plugin-DBIC SUBDIR += p5-Dancer2-Plugin-Database SUBDIR += p5-Dancer2-Session-DBIC SUBDIR += p5-Data-Page SUBDIR += p5-Data-Pageset SUBDIR += p5-Exception-Class-DBI SUBDIR += p5-File-Locate SUBDIR += p5-GDBM SUBDIR += p5-Genezzo SUBDIR += p5-GitDDL SUBDIR += p5-GitDDL-Migrator SUBDIR += p5-GraphViz-DBI SUBDIR += p5-HTML-FormHandler-Model-DBIC SUBDIR += p5-Ima-DBI SUBDIR += p5-Interchange6-Schema SUBDIR += p5-Iterator-DBI SUBDIR += p5-Jifty-DBI SUBDIR += p5-KyotoCabinet SUBDIR += p5-LMDB_File SUBDIR += p5-MLDBM SUBDIR += p5-MLDBM-Sync SUBDIR += p5-MR-Tarantool SUBDIR += p5-Mango SUBDIR += p5-Memcached-libmemcached SUBDIR += p5-Metadata SUBDIR += p5-Mojo-Pg SUBDIR += p5-MongoDB SUBDIR += p5-Mongoose SUBDIR += p5-MySQL-Diff SUBDIR += p5-Net-Async-CassandraCQL SUBDIR += p5-ORLite SUBDIR += p5-ORLite-Migrate SUBDIR += p5-Oryx SUBDIR += p5-POE-Component-DBIAgent SUBDIR += p5-POE-Component-EasyDBI SUBDIR += p5-POE-Component-LaDBI SUBDIR += p5-POE-Component-RRDTool SUBDIR += p5-Pg SUBDIR += p5-PostgreSQL-PLPerl-Call SUBDIR += p5-PostgreSQL-PLPerl-Trace SUBDIR += p5-Prophet SUBDIR += p5-Protocol-CassandraCQL SUBDIR += p5-RRD-Simple SUBDIR += p5-Redis SUBDIR += p5-Redis-Fast SUBDIR += p5-Redis-JobQueue SUBDIR += p5-Redis-RateLimit SUBDIR += p5-Redis-hiredis SUBDIR += p5-RedisDB SUBDIR += p5-RedisDB-Parser SUBDIR += p5-Relations SUBDIR += p5-Relations-Query SUBDIR += p5-ResourcePool-Resource-DBI SUBDIR += p5-Rose-DB SUBDIR += p5-Rose-DB-Object SUBDIR += p5-Rose-DBx-Object-MoreHelpers SUBDIR += p5-Rose-DBx-Object-Renderer SUBDIR += p5-SQL-Abstract SUBDIR += p5-SQL-Abstract-Classic SUBDIR += p5-SQL-Abstract-Limit SUBDIR += p5-SQL-Abstract-More SUBDIR += p5-SQL-Abstract-Pg SUBDIR += p5-SQL-Abstract-Plugin-InsertMulti SUBDIR += p5-SQL-Interp SUBDIR += p5-SQL-Maker SUBDIR += p5-SQL-NamedPlaceholder SUBDIR += p5-SQL-ReservedWords SUBDIR += p5-SQL-Statement SUBDIR += p5-SQL-Translator SUBDIR += p5-SQLite-Work SUBDIR += p5-Scope-Container-DBI SUBDIR += p5-Search-InvertedIndex SUBDIR += p5-Search-Namazu SUBDIR += p5-Search-Xapian SUBDIR += p5-Store-CouchDB SUBDIR += p5-T2 SUBDIR += p5-Tangram SUBDIR += p5-Template-DBI SUBDIR += p5-Teng SUBDIR += p5-Test-Cukes SUBDIR += p5-Test-Database SUBDIR += p5-Test-DatabaseRow SUBDIR += p5-Test-Fixture-DBI SUBDIR += p5-Test-mysqld SUBDIR += p5-Test-postgresql SUBDIR += p5-Text-Query-SQL SUBDIR += p5-Text-xSV SUBDIR += p5-Tie-DBI SUBDIR += p5-Tie-LevelDB SUBDIR += p5-Time-Piece-MySQL SUBDIR += p5-TokyoCabinet SUBDIR += p5-Xapian SUBDIR += p5-mysql-genocide SUBDIR += p5-tokyotyrant SUBDIR += pear-DB SUBDIR += pear-DBA SUBDIR += pear-DBA_Relational SUBDIR += pear-DB_DataObject SUBDIR += pear-DB_DataObject_FormBuilder SUBDIR += pear-DB_Pager SUBDIR += pear-DB_QueryTool SUBDIR += pear-DB_Sqlite_Tools SUBDIR += pear-DB_Table SUBDIR += pear-DB_ldap SUBDIR += pear-DB_ldap2 SUBDIR += pear-DoctrineCommon SUBDIR += pear-DoctrineDBAL SUBDIR += pear-Horde_Db SUBDIR += pear-Horde_HashTable SUBDIR += pear-Horde_Imsp SUBDIR += pear-Horde_Memcache SUBDIR += pear-Horde_Mongo SUBDIR += pear-MDB SUBDIR += pear-MDB2 SUBDIR += pear-MDB2_Driver_mysqli SUBDIR += pear-MDB2_Driver_pgsql SUBDIR += pear-MDB2_Schema SUBDIR += pear-MDB_QueryTool SUBDIR += pear-Structures_DataGrid_DataSource_Array SUBDIR += pear-Structures_DataGrid_DataSource_CSV SUBDIR += pear-Structures_DataGrid_DataSource_DB SUBDIR += pear-Structures_DataGrid_DataSource_PDO SUBDIR += pear-XML_Query2XML SUBDIR += pecl-couchbase SUBDIR += pecl-leveldb SUBDIR += pecl-memcache SUBDIR += pecl-memcached SUBDIR += pecl-mongodb SUBDIR += pecl-redis SUBDIR += pecl-rrd SUBDIR += percona-orchestrator SUBDIR += percona-toolkit SUBDIR += pg-gvm SUBDIR += pg.el SUBDIR += pgFormatter SUBDIR += pg_activity SUBDIR += pg_citus SUBDIR += pg_dirtyread SUBDIR += pg_ed25519 SUBDIR += pg_filedump SUBDIR += pg_hashids SUBDIR += pg_partman SUBDIR += pg_qualstats SUBDIR += pg_repack SUBDIR += pg_similarity SUBDIR += pg_stat_kcache SUBDIR += pg_tileserv SUBDIR += pgaccess SUBDIR += pgadmin3 SUBDIR += pgagroal SUBDIR += pgbackrest SUBDIR += pgbadger SUBDIR += pgbarman SUBDIR += pgbouncer SUBDIR += pgdbf SUBDIR += pgfouine SUBDIR += pgloader3 SUBDIR += pglogical SUBDIR += pgmetrics SUBDIR += pgmodeler SUBDIR += pgpool-II-41 SUBDIR += pgpool-II-42 SUBDIR += pgpool-II-43 SUBDIR += pgpool-II-44 SUBDIR += pgpool-II-45 SUBDIR += pgreplay SUBDIR += pgroonga SUBDIR += pgrouting SUBDIR += pgsanity SUBDIR += pgtcl SUBDIR += pgtop SUBDIR += pguri SUBDIR += pgvector SUBDIR += php-tarantool SUBDIR += php-xapian SUBDIR += php81-dba SUBDIR += php81-mysqli SUBDIR += php81-odbc SUBDIR += php81-pdo SUBDIR += php81-pdo_dblib SUBDIR += php81-pdo_firebird SUBDIR += php81-pdo_mysql SUBDIR += php81-pdo_odbc SUBDIR += php81-pdo_pgsql SUBDIR += php81-pdo_sqlite SUBDIR += php81-pgsql SUBDIR += php81-sqlite3 SUBDIR += php82-dba SUBDIR += php82-mysqli SUBDIR += php82-odbc SUBDIR += php82-pdo SUBDIR += php82-pdo_dblib SUBDIR += php82-pdo_firebird SUBDIR += php82-pdo_mysql SUBDIR += php82-pdo_odbc SUBDIR += php82-pdo_pgsql SUBDIR += php82-pdo_sqlite SUBDIR += php82-pgsql SUBDIR += php82-sqlite3 SUBDIR += php83-dba SUBDIR += php83-mysqli SUBDIR += php83-odbc SUBDIR += php83-pdo SUBDIR += php83-pdo_dblib SUBDIR += php83-pdo_firebird SUBDIR += php83-pdo_mysql SUBDIR += php83-pdo_odbc SUBDIR += php83-pdo_pgsql SUBDIR += php83-pdo_sqlite SUBDIR += php83-pgsql SUBDIR += php83-sqlite3 SUBDIR += phpliteadmin SUBDIR += phpminiadmin SUBDIR += phpmyadmin SUBDIR += phpmyadmin5 SUBDIR += phppgadmin SUBDIR += pldebugger SUBDIR += plpgsql_check SUBDIR += pointcloud SUBDIR += postgis-jdbc SUBDIR += postgis31 SUBDIR += postgis32 SUBDIR += postgis33 SUBDIR += postgis34 SUBDIR += postgresql-cstore_fdw SUBDIR += postgresql-idn SUBDIR += postgresql-jdbc SUBDIR += postgresql-libpgeasy SUBDIR += postgresql-libpqxx SUBDIR += postgresql-mysql_fdw SUBDIR += postgresql-odbc SUBDIR += postgresql-ogr_fdw SUBDIR += postgresql-orafce SUBDIR += postgresql-pgaudit SUBDIR += postgresql-plproxy SUBDIR += postgresql-plv8js SUBDIR += postgresql-prefix SUBDIR += postgresql-promscale SUBDIR += postgresql-relay SUBDIR += postgresql-repmgr SUBDIR += postgresql-rum SUBDIR += postgresql-semver SUBDIR += postgresql-tds_fdw SUBDIR += postgresql-wal2json SUBDIR += postgresql-zhparser SUBDIR += postgresql12-client SUBDIR += postgresql12-contrib SUBDIR += postgresql12-docs SUBDIR += postgresql12-pgtcl SUBDIR += postgresql12-plperl SUBDIR += postgresql12-plpython SUBDIR += postgresql12-pltcl SUBDIR += postgresql12-server SUBDIR += postgresql13-client SUBDIR += postgresql13-contrib SUBDIR += postgresql13-docs SUBDIR += postgresql13-pgtcl SUBDIR += postgresql13-plperl SUBDIR += postgresql13-plpython SUBDIR += postgresql13-pltcl SUBDIR += postgresql13-server SUBDIR += postgresql14-client SUBDIR += postgresql14-contrib SUBDIR += postgresql14-docs SUBDIR += postgresql14-pgtcl SUBDIR += postgresql14-plperl SUBDIR += postgresql14-plpython SUBDIR += postgresql14-pltcl SUBDIR += postgresql14-server SUBDIR += postgresql15-client SUBDIR += postgresql15-contrib SUBDIR += postgresql15-docs SUBDIR += postgresql15-pgtcl SUBDIR += postgresql15-plperl SUBDIR += postgresql15-plpython SUBDIR += postgresql15-pltcl SUBDIR += postgresql15-server SUBDIR += postgresql16-client SUBDIR += postgresql16-contrib SUBDIR += postgresql16-docs SUBDIR += postgresql16-pgtcl SUBDIR += postgresql16-plperl SUBDIR += postgresql16-plpython SUBDIR += postgresql16-pltcl SUBDIR += postgresql16-server SUBDIR += powa-archivist SUBDIR += powa-web SUBDIR += powerarchitect SUBDIR += proftpd-mod_sql_mysql SUBDIR += proftpd-mod_sql_odbc SUBDIR += proftpd-mod_sql_postgres SUBDIR += proftpd-mod_sql_sqlite SUBDIR += proftpd-mod_sql_tds SUBDIR += prometheus-postgresql-adapter SUBDIR += proxysql SUBDIR += pspg SUBDIR += puppetdb-terminus7 SUBDIR += puppetdb-terminus8 SUBDIR += puppetdb7 SUBDIR += puppetdb8 SUBDIR += puredb SUBDIR += pxlib SUBDIR += pxtools SUBDIR += py-Elixir SUBDIR += py-PyGreSQL SUBDIR += py-Pyrseas SUBDIR += py-aesqlapius SUBDIR += py-agate-sql SUBDIR += py-aiomcache SUBDIR += py-aiomysql SUBDIR += py-aiopg SUBDIR += py-aioredis SUBDIR += py-aiosqlite SUBDIR += py-alembic SUBDIR += py-alembic14 SUBDIR += py-apache-arrow SUBDIR += py-apsw SUBDIR += py-asyncmy SUBDIR += py-asyncpg SUBDIR += py-berkeleydb SUBDIR += py-carbon SUBDIR += py-cassandra-driver SUBDIR += py-couchdb SUBDIR += py-databases SUBDIR += py-dbf SUBDIR += py-dbt-core SUBDIR += py-dbt-duckdb SUBDIR += py-dbt-semantic-interfaces SUBDIR += py-dbt-snowflake SUBDIR += py-dbutils SUBDIR += py-duckdb SUBDIR += py-fakeredis SUBDIR += py-fastapi-users-db-ormar SUBDIR += py-fastparquet SUBDIR += py-fdb SUBDIR += py-firebirdsql SUBDIR += py-flask-sqlalchemy SUBDIR += py-flask-sqlalchemy30 SUBDIR += py-gdbm SUBDIR += py-geoalchemy2 SUBDIR += py-hiredis SUBDIR += py-influxdb SUBDIR += py-kyotocabinet SUBDIR += py-leveldb SUBDIR += py-litecli SUBDIR += py-lmdb SUBDIR += py-marshmallow-sqlalchemy SUBDIR += py-minidb SUBDIR += py-mongoengine SUBDIR += py-motor SUBDIR += py-mycli SUBDIR += py-mysql-connector-python SUBDIR += py-mysqlclient SUBDIR += py-ormar SUBDIR += py-partd SUBDIR += py-peewee SUBDIR += py-peewee_migrate SUBDIR += py-pg8000 SUBDIR += py-pgcli SUBDIR += py-pgdbconn SUBDIR += py-pglast SUBDIR += py-pglite SUBDIR += py-pgmigrate SUBDIR += py-pgspecial SUBDIR += py-pgspecial1 SUBDIR += py-pgxnclient SUBDIR += py-pickledb SUBDIR += py-pickleshare SUBDIR += py-pony SUBDIR += py-postgresql SUBDIR += py-psycogreen SUBDIR += py-psycopg SUBDIR += py-psycopg-c SUBDIR += py-psycopg-pool SUBDIR += py-psycopg2 SUBDIR += py-psycopg2cffi SUBDIR += py-pum SUBDIR += py-pyarrow SUBDIR += py-pycql SUBDIR += py-pylibmc SUBDIR += py-pymemcache SUBDIR += py-pymongo SUBDIR += py-pymssql SUBDIR += py-pymysql SUBDIR += py-pyodbc SUBDIR += py-pypuppetdb SUBDIR += py-python-arango SUBDIR += py-python-binary-memcached SUBDIR += py-python-memcached SUBDIR += py-python-sql SUBDIR += py-python-swiftclient SUBDIR += py-queries SUBDIR += py-rb SUBDIR += py-redis SUBDIR += py-redis2 SUBDIR += py-redis3 SUBDIR += py-redis4 SUBDIR += py-rrdtool SUBDIR += py-schemachange SUBDIR += py-sispy SUBDIR += py-snowddl SUBDIR += py-snowflake-connector-python SUBDIR += py-south SUBDIR += py-sqlalchemy-json SUBDIR += py-sqlalchemy-migrate SUBDIR += py-sqlalchemy-utils SUBDIR += py-sqlalchemy10 SUBDIR += py-sqlalchemy11 SUBDIR += py-sqlalchemy12 SUBDIR += py-sqlalchemy13 SUBDIR += py-sqlalchemy14 SUBDIR += py-sqlalchemy20 SUBDIR += py-sqlcipher3 SUBDIR += py-sqlglot SUBDIR += py-sqlite-fts4 SUBDIR += py-sqlite-utils SUBDIR += py-sqlite3 SUBDIR += py-sqlobject SUBDIR += py-sqlparse SUBDIR += py-sqlrelay SUBDIR += py-tableschema SUBDIR += py-tarantool SUBDIR += py-tiledb SUBDIR += py-txredisapi SUBDIR += py-unqlite SUBDIR += py-varstack SUBDIR += py-whisper SUBDIR += py-xapian SUBDIR += py-zodbpickle SUBDIR += qdbm SUBDIR += qdbm-plus SUBDIR += qdrant SUBDIR += qof SUBDIR += qt5-sql SUBDIR += qt5-sqldrivers-mysql SUBDIR += qt5-sqldrivers-odbc SUBDIR += qt5-sqldrivers-pgsql SUBDIR += qt5-sqldrivers-sqlite2 SUBDIR += qt5-sqldrivers-sqlite3 SUBDIR += qt5-sqldrivers-tds SUBDIR += qt6-base_sqldriver SUBDIR += quake SUBDIR += recutils SUBDIR += redis SUBDIR += redis-devel SUBDIR += redis62 SUBDIR += redis70 SUBDIR += redis_exporter SUBDIR += redisdesktopmanager SUBDIR += redisjson SUBDIR += replibyte SUBDIR += retcl SUBDIR += rocksdb SUBDIR += rqlite SUBDIR += rrdman SUBDIR += rrdmerge SUBDIR += rrdtool SUBDIR += rrdtool12 SUBDIR += ruby-bdb SUBDIR += ruby-qdbm SUBDIR += ruby-tokyocabinet SUBDIR += ruby-xapian SUBDIR += rubygem-active_model_serializers SUBDIR += rubygem-active_model_serializers61 SUBDIR += rubygem-active_record_query_trace SUBDIR += rubygem-activemodel-serializers-xml SUBDIR += rubygem-activemodel4 SUBDIR += rubygem-activemodel5 SUBDIR += rubygem-activemodel50 SUBDIR += rubygem-activemodel52 SUBDIR += rubygem-activemodel60 SUBDIR += rubygem-activemodel61 SUBDIR += rubygem-activemodel70 SUBDIR += rubygem-activemodel71 SUBDIR += rubygem-activerecord-explain-analyze SUBDIR += rubygem-activerecord-import SUBDIR += rubygem-activerecord-jdbc-adapter SUBDIR += rubygem-activerecord-jdbcmysql-adapter SUBDIR += rubygem-activerecord-session_store SUBDIR += rubygem-activerecord-trilogy-adapter SUBDIR += rubygem-activerecord4 SUBDIR += rubygem-activerecord5 SUBDIR += rubygem-activerecord50 SUBDIR += rubygem-activerecord52 SUBDIR += rubygem-activerecord60 SUBDIR += rubygem-activerecord61 SUBDIR += rubygem-activerecord70 SUBDIR += rubygem-activerecord71 SUBDIR += rubygem-after_commit_queue SUBDIR += rubygem-amalgalite SUBDIR += rubygem-arel SUBDIR += rubygem-arel-helpers SUBDIR += rubygem-arel6 SUBDIR += rubygem-arel7 SUBDIR += rubygem-arel8 SUBDIR += rubygem-attr_json SUBDIR += rubygem-awesome_nested_set SUBDIR += rubygem-bdb1 SUBDIR += rubygem-bigrecord SUBDIR += rubygem-brpoplpush-redis_script SUBDIR += rubygem-couchrest SUBDIR += rubygem-dalli SUBDIR += rubygem-data_objects SUBDIR += rubygem-datamapper SUBDIR += rubygem-dbd-mysql SUBDIR += rubygem-dbd-pg SUBDIR += rubygem-dbd-sqlite3 SUBDIR += rubygem-dbf SUBDIR += rubygem-dbi SUBDIR += rubygem-dbm SUBDIR += rubygem-discard-rails61 SUBDIR += rubygem-dm-aggregates SUBDIR += rubygem-dm-chunked_query SUBDIR += rubygem-dm-constraints SUBDIR += rubygem-dm-core SUBDIR += rubygem-dm-do-adapter SUBDIR += rubygem-dm-migrations SUBDIR += rubygem-dm-mysql-adapter SUBDIR += rubygem-dm-observer SUBDIR += rubygem-dm-pager SUBDIR += rubygem-dm-paperclip SUBDIR += rubygem-dm-postgres-adapter SUBDIR += rubygem-dm-serializer SUBDIR += rubygem-dm-timestamps SUBDIR += rubygem-dm-transactions SUBDIR += rubygem-dm-types SUBDIR += rubygem-dm-validations SUBDIR += rubygem-do_mysql SUBDIR += rubygem-do_postgres SUBDIR += rubygem-do_sqlite3 SUBDIR += rubygem-em-redis-unified SUBDIR += rubygem-fabrication SUBDIR += rubygem-familia SUBDIR += rubygem-flipper-active_record SUBDIR += rubygem-flipper-active_record-rails61 SUBDIR += rubygem-flipper-active_record-rails70 SUBDIR += rubygem-gdbm SUBDIR += rubygem-globalid SUBDIR += rubygem-globalid-rails5 SUBDIR += rubygem-globalid-rails50 SUBDIR += rubygem-globalid-rails52 SUBDIR += rubygem-globalid-rails60 SUBDIR += rubygem-globalid-rails61 SUBDIR += rubygem-globalid-rails70 SUBDIR += rubygem-globalid-rails71 SUBDIR += rubygem-google-cloud-datastore SUBDIR += rubygem-google-cloud-datastore-v1 SUBDIR += rubygem-google-cloud-firestore SUBDIR += rubygem-google-cloud-firestore-v1 SUBDIR += rubygem-her SUBDIR += rubygem-hiredis SUBDIR += rubygem-influxdb SUBDIR += rubygem-jdbc-mysql SUBDIR += rubygem-leo_manager_client SUBDIR += rubygem-marginalia SUBDIR += rubygem-mario-redis-lock SUBDIR += rubygem-memcache SUBDIR += rubygem-memcache-client SUBDIR += rubygem-mysql SUBDIR += rubygem-mysql2 SUBDIR += rubygem-neighbor SUBDIR += rubygem-openid-redis-store SUBDIR += rubygem-paranoia SUBDIR += rubygem-pg SUBDIR += rubygem-pg_array_parser SUBDIR += rubygem-pg_query SUBDIR += rubygem-pghero SUBDIR += rubygem-pghero-rails5 SUBDIR += rubygem-pghero-rails50 SUBDIR += rubygem-pghero-rails61 SUBDIR += rubygem-pl-puppetdb-ruby SUBDIR += rubygem-postgres_ext SUBDIR += rubygem-puppetdb_cli SUBDIR += rubygem-rbase SUBDIR += rubygem-red-arrow SUBDIR += rubygem-red-arrow-dataset SUBDIR += rubygem-red-gandiva SUBDIR += rubygem-red-parquet SUBDIR += rubygem-redis SUBDIR += rubygem-redis-actionpack SUBDIR += rubygem-redis-actionpack-rails5 SUBDIR += rubygem-redis-actionpack-rails50 SUBDIR += rubygem-redis-actionpack-rails52 SUBDIR += rubygem-redis-actionpack-rails60 SUBDIR += rubygem-redis-actionpack-rails61 SUBDIR += rubygem-redis-actionpack-rails70 SUBDIR += rubygem-redis-client SUBDIR += rubygem-redis-cluster-client SUBDIR += rubygem-redis-clustering SUBDIR += rubygem-redis-clustering50 SUBDIR += rubygem-redis-namespace SUBDIR += rubygem-redis-namespace110 SUBDIR += rubygem-redis4 SUBDIR += rubygem-redis50 SUBDIR += rubygem-ruby-mysql SUBDIR += rubygem-scenic61 SUBDIR += rubygem-sdbm SUBDIR += rubygem-seed-fu SUBDIR += rubygem-sqlite3 SUBDIR += rubygem-sqlite3-ruby SUBDIR += rubygem-state_machines-activemodel SUBDIR += rubygem-state_machines-activerecord SUBDIR += rubygem-state_machines-activerecord08 SUBDIR += rubygem-tarantool SUBDIR += rubygem-trilogy SUBDIR += sequeler SUBDIR += sfcgal SUBDIR += sharedance SUBDIR += slony1v2 SUBDIR += soci SUBDIR += spatialite SUBDIR += spatialite-tools SUBDIR += spatialite_gui SUBDIR += speedtables SUBDIR += sql-workbench SUBDIR += sqlcached SUBDIR += sqlcipher SUBDIR += sqlclient SUBDIR += sqldeveloper SUBDIR += sqlite-ext-miscfuncs SUBDIR += sqlite-ext-pcre SUBDIR += sqlite-ext-regexp SUBDIR += sqlite-ext-spellfix SUBDIR += sqlite2 SUBDIR += sqlite3 SUBDIR += sqlitebrowser SUBDIR += sqliteconvert SUBDIR += sqlitecpp SUBDIR += sqlitemanager SUBDIR += sqliteodbc SUBDIR += sqlitestudio SUBDIR += sqlrelay SUBDIR += sqlx-cli SUBDIR += sqsh SUBDIR += squirrel-sql SUBDIR += surrealdb SUBDIR += symphytum SUBDIR += tarantool SUBDIR += tarantool-c SUBDIR += tarantool2 SUBDIR += tcl-Mysql SUBDIR += tcl-lmdb SUBDIR += tcl-sqlite3 SUBDIR += tdb SUBDIR += tdbc SUBDIR += tile38 SUBDIR += tiledb SUBDIR += timescaledb SUBDIR += timescaledb-backup SUBDIR += timescaledb-tune SUBDIR += tinycdb SUBDIR += tokyocabinet SUBDIR += tokyotyrant SUBDIR += trilogy SUBDIR += tsearch_extras SUBDIR += tuning-primer SUBDIR += twemproxy SUBDIR += unixODBC SUBDIR += usql SUBDIR += valkey SUBDIR += vfront SUBDIR += virtualpg SUBDIR += vsqlite SUBDIR += webdis SUBDIR += wfb2sql SUBDIR += xapian-bindings SUBDIR += xapian-core SUBDIR += xls2txt SUBDIR += xrootd SUBDIR += xtrabackup80 SUBDIR += xtrabackup81 SUBDIR += zodb .include diff --git a/databases/linux-rl9-libtracker-sparql/Makefile b/databases/linux-rl9-libtracker-sparql/Makefile new file mode 100644 index 000000000000..af83ca96570a --- /dev/null +++ b/databases/linux-rl9-libtracker-sparql/Makefile @@ -0,0 +1,18 @@ +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_RPM= yes + +SRC_DISTFILES= + +.include diff --git a/databases/linux-rl9-libtracker-sparql/distinfo b/databases/linux-rl9-libtracker-sparql/distinfo new file mode 100644 index 000000000000..d7a13addfbc9 --- /dev/null +++ b/databases/linux-rl9-libtracker-sparql/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1686572801 +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 diff --git a/databases/linux-rl9-libtracker-sparql/pkg-descr b/databases/linux-rl9-libtracker-sparql/pkg-descr new file mode 100644 index 000000000000..34337df1825a --- /dev/null +++ b/databases/linux-rl9-libtracker-sparql/pkg-descr @@ -0,0 +1,3 @@ +Tracker provides searching and indexing functionality for the GNOME desktop +environment and beyond. This package provides the Tracker SPARQL component, a +lightweight database library built around SQLite. diff --git a/databases/linux-rl9-libtracker-sparql/pkg-plist.amd64 b/databases/linux-rl9-libtracker-sparql/pkg-plist.amd64 new file mode 100644 index 000000000000..123b0076c7ad --- /dev/null +++ b/databases/linux-rl9-libtracker-sparql/pkg-plist.amd64 @@ -0,0 +1,40 @@ +usr/lib/.build-id/27/30ba4f51c414fa4f7c1afef3871a61a2335030 +usr/lib/.build-id/bd/5a20a45b48ce0807864181d0a718848cbde7a0 +usr/lib64/girepository-1.0/Tracker-3.0.typelib +usr/lib64/libtracker-sparql-3.0.so.0 +usr/lib64/libtracker-sparql-3.0.so.0.102.0 +usr/lib64/tracker-3.0/libtracker-http-soup2.so +usr/share/licenses/libtracker-sparql/COPYING +usr/share/licenses/libtracker-sparql/COPYING.LGPL +usr/share/tracker3/ontologies/nepomuk/30-nie.description +usr/share/tracker3/ontologies/nepomuk/30-nie.ontology +usr/share/tracker3/ontologies/nepomuk/31-nao.description +usr/share/tracker3/ontologies/nepomuk/31-nao.ontology +usr/share/tracker3/ontologies/nepomuk/32-nco.description +usr/share/tracker3/ontologies/nepomuk/32-nco.ontology +usr/share/tracker3/ontologies/nepomuk/33-nfo.description +usr/share/tracker3/ontologies/nepomuk/33-nfo.ontology +usr/share/tracker3/ontologies/nepomuk/38-nmm.description +usr/share/tracker3/ontologies/nepomuk/38-nmm.ontology +usr/share/tracker3/ontologies/nepomuk/41-mfo.description +usr/share/tracker3/ontologies/nepomuk/41-mfo.ontology +usr/share/tracker3/ontologies/nepomuk/90-tracker.description +usr/share/tracker3/ontologies/nepomuk/90-tracker.ontology +usr/share/tracker3/ontologies/nepomuk/92-slo.description +usr/share/tracker3/ontologies/nepomuk/92-slo.ontology +usr/share/tracker3/ontologies/nepomuk/93-libosinfo.description +usr/share/tracker3/ontologies/nepomuk/93-libosinfo.ontology +usr/share/tracker3/stop-words/stopwords.cs +usr/share/tracker3/stop-words/stopwords.da +usr/share/tracker3/stop-words/stopwords.de +usr/share/tracker3/stop-words/stopwords.en +usr/share/tracker3/stop-words/stopwords.es +usr/share/tracker3/stop-words/stopwords.fi +usr/share/tracker3/stop-words/stopwords.fr +usr/share/tracker3/stop-words/stopwords.hu +usr/share/tracker3/stop-words/stopwords.it +usr/share/tracker3/stop-words/stopwords.nb +usr/share/tracker3/stop-words/stopwords.nl +usr/share/tracker3/stop-words/stopwords.pt +usr/share/tracker3/stop-words/stopwords.ru +usr/share/tracker3/stop-words/stopwords.sv diff --git a/databases/linux-rl9-sqlite3/Makefile b/databases/linux-rl9-sqlite3/Makefile new file mode 100644 index 000000000000..ce4299bf9f1f --- /dev/null +++ b/databases/linux-rl9-sqlite3/Makefile @@ -0,0 +1,24 @@ +PORTNAME= sqlite +PORTVERSION= 3.34.1 +DISTVERSIONSUFFIX= -6.el9_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 new file mode 100644 index 000000000000..1e2ef4231120 --- /dev/null +++ b/databases/linux-rl9-sqlite3/distinfo @@ -0,0 +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 diff --git a/databases/linux-rl9-sqlite3/pkg-plist.amd64 b/databases/linux-rl9-sqlite3/pkg-plist.amd64 new file mode 100644 index 000000000000..1c7b5bf59253 --- /dev/null +++ b/databases/linux-rl9-sqlite3/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/bin/sqlite3 +usr/lib/.build-id/32/5caf8f2573ad2278b717b7d82ea12b60adeb82 +usr/lib/.build-id/83/fb80694fe624609264c6fbec5a4e25b298067d +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 26c2b4d93aa5..3eb63f2807cc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,8054 +1,8061 @@ 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-elfutils-libelf + SUBDIR += linux-rl9-elfutils-libs + SUBDIR += linux-rl9-libpciaccess + SUBDIR += linux-rl9-libthai + SUBDIR += linux-rl9-nspr + 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 new file mode 100644 index 000000000000..cd5ff76323dc --- /dev/null +++ b/devel/linux-rl9-dbus-libs/Makefile @@ -0,0 +1,30 @@ +PORTNAME= dbus +PORTVERSION= 1.12.20 +DISTVERSIONSUFFIX= -7.el9_1 +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 new file mode 100644 index 000000000000..4b509f5c4abf --- /dev/null +++ b/devel/linux-rl9-dbus-libs/distinfo @@ -0,0 +1,13 @@ +TIMESTAMP = 1689177667 +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-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 new file mode 100644 index 000000000000..be429dd9e01d --- /dev/null +++ b/devel/linux-rl9-dbus-libs/pkg-plist.amd64 @@ -0,0 +1,12 @@ +usr/bin/dbus-binding-tool +usr/lib/.build-id/23/a44cccd2d4610ad0cca3d56496d3587ae25e3b +usr/lib/.build-id/ab/e4f3e031e68c502e53a1f739bfb8a4d1a706a8 +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-elfutils-libelf/Makefile b/devel/linux-rl9-elfutils-libelf/Makefile new file mode 100644 index 000000000000..25800811f6fb --- /dev/null +++ b/devel/linux-rl9-elfutils-libelf/Makefile @@ -0,0 +1,21 @@ +PORTNAME= elfutils +PORTVERSION= 0.188 +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 new file mode 100644 index 000000000000..054b1544820b --- /dev/null +++ b/devel/linux-rl9-elfutils-libelf/distinfo @@ -0,0 +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 diff --git a/devel/linux-rl9-elfutils-libelf/pkg-descr b/devel/linux-rl9-elfutils-libelf/pkg-descr new file mode 100644 index 000000000000..aca978e3fbd8 --- /dev/null +++ b/devel/linux-rl9-elfutils-libelf/pkg-descr @@ -0,0 +1 @@ +ELF file handling library from elfutils. diff --git a/devel/linux-rl9-elfutils-libelf/pkg-plist.amd64 b/devel/linux-rl9-elfutils-libelf/pkg-plist.amd64 new file mode 100644 index 000000000000..e835b16fc4c0 --- /dev/null +++ b/devel/linux-rl9-elfutils-libelf/pkg-plist.amd64 @@ -0,0 +1,12 @@ +usr/lib/.build-id/02/fba720320294266611d966f1e587b95b51edca +usr/lib64/libelf-0.188.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 new file mode 100644 index 000000000000..cf18b67fed64 --- /dev/null +++ b/devel/linux-rl9-elfutils-libs/Makefile @@ -0,0 +1,19 @@ +PORTNAME= elfutils +PORTVERSION= 0.188 +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 new file mode 100644 index 000000000000..d1f9e40f19e5 --- /dev/null +++ b/devel/linux-rl9-elfutils-libs/distinfo @@ -0,0 +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 diff --git a/devel/linux-rl9-elfutils-libs/pkg-descr b/devel/linux-rl9-elfutils-libs/pkg-descr new file mode 100644 index 000000000000..f823cc32c61c --- /dev/null +++ b/devel/linux-rl9-elfutils-libs/pkg-descr @@ -0,0 +1 @@ +ELF file handling libraries from elfutils. diff --git a/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 b/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 new file mode 100644 index 000000000000..329ba45ef2d8 --- /dev/null +++ b/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/8a/5706c2529783e0e2c2d93bbab1672345737f75 +usr/lib/.build-id/90/a8601dc48b68b6b522f3b3529399994c327996 +usr/lib64/libasm-0.188.so +usr/lib64/libasm.so.1 +usr/lib64/libdw-0.188.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-libpciaccess/Makefile b/devel/linux-rl9-libpciaccess/Makefile new file mode 100644 index 000000000000..7604c43d4d55 --- /dev/null +++ b/devel/linux-rl9-libpciaccess/Makefile @@ -0,0 +1,19 @@ +PORTNAME= libpciaccess +PORTVERSION= 0.16 +DISTVERSIONSUFFIX= -6.el9 +CATEGORIES= devel + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Generic PCI access library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.freedesktop.org/wiki/Software/xlibs/ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/devel/linux-rl9-libpciaccess/distinfo b/devel/linux-rl9-libpciaccess/distinfo new file mode 100644 index 000000000000..24200c212a69 --- /dev/null +++ b/devel/linux-rl9-libpciaccess/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686559027 +SHA256 (rocky/l/libpciaccess-0.16-6.el9.aarch64.rpm) = 3ace1f67e1f9aaf1d2a55278587e12c593eb852510e08d16d6c690e079e02020 +SIZE (rocky/l/libpciaccess-0.16-6.el9.aarch64.rpm) = 26643 +SHA256 (rocky/l/libpciaccess-0.16-6.el9.x86_64.rpm) = 7d7bdd6f7a02204a1f10cf69cc71019cb408d5ed86dd8d0581aa5a226fae0865 +SIZE (rocky/l/libpciaccess-0.16-6.el9.x86_64.rpm) = 27181 +SHA256 (rocky/l/libpciaccess-0.16-6.el9.src.rpm) = 528647fc9606e70b186956041435dba1c9f679a44e3db1eeee4262cb59e15740 +SIZE (rocky/l/libpciaccess-0.16-6.el9.src.rpm) = 379303 diff --git a/devel/linux-rl9-libpciaccess/pkg-plist.amd64 b/devel/linux-rl9-libpciaccess/pkg-plist.amd64 new file mode 100644 index 000000000000..9d36fd101bdb --- /dev/null +++ b/devel/linux-rl9-libpciaccess/pkg-plist.amd64 @@ -0,0 +1,5 @@ +usr/lib/.build-id/f2/544fa0a4d8367567c3d7ee1415912fc58a4aaf +usr/lib64/libpciaccess.so.0 +usr/lib64/libpciaccess.so.0.11.1 +%%PORTDOCS%%usr/share/doc/libpciaccess/AUTHORS +usr/share/licenses/libpciaccess/COPYING diff --git a/devel/linux-rl9-libthai/Makefile b/devel/linux-rl9-libthai/Makefile new file mode 100644 index 000000000000..d8ceb098beea --- /dev/null +++ b/devel/linux-rl9-libthai/Makefile @@ -0,0 +1,19 @@ +PORTNAME= libthai +PORTVERSION= 0.1.28 +DISTVERSIONSUFFIX= -8.el9 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Thai language support library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://linux.thai.net/projects/libthai/ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/devel/linux-rl9-libthai/distinfo b/devel/linux-rl9-libthai/distinfo new file mode 100644 index 000000000000..17e632f5b351 --- /dev/null +++ b/devel/linux-rl9-libthai/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686567889 +SHA256 (rocky/l/libthai-0.1.28-8.el9.aarch64.rpm) = 83bfaa01d68a8b2196300f2a2674904bee18f22e8977c5b51416e614d6bca94e +SIZE (rocky/l/libthai-0.1.28-8.el9.aarch64.rpm) = 211307 +SHA256 (rocky/l/libthai-0.1.28-8.el9.x86_64.rpm) = 06babaa62e1fd04f0b7bfebaa55d9d3beb215f1543356be6b25ee7d0cb0a948b +SIZE (rocky/l/libthai-0.1.28-8.el9.x86_64.rpm) = 212655 +SHA256 (rocky/l/libthai-0.1.28-8.el9.src.rpm) = 7dbbd3786100addc8b2be4c26c6e6b7a283728724d1522a2ebdae2dd81e92e2d +SIZE (rocky/l/libthai-0.1.28-8.el9.src.rpm) = 424595 diff --git a/devel/linux-rl9-libthai/pkg-plist.amd64 b/devel/linux-rl9-libthai/pkg-plist.amd64 new file mode 100644 index 000000000000..e36f162ea39f --- /dev/null +++ b/devel/linux-rl9-libthai/pkg-plist.amd64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/52/f685e39fcdb3b99887c5c196baa9c4bcacc670 +usr/lib64/libthai.so.0 +usr/lib64/libthai.so.0.3.1 +%%PORTDOCS%%usr/share/doc/libthai/AUTHORS +%%PORTDOCS%%usr/share/doc/libthai/COPYING +%%PORTDOCS%%usr/share/doc/libthai/ChangeLog +%%PORTDOCS%%usr/share/doc/libthai/README +%%DATADIR%%/thbrk.tri diff --git a/devel/linux-rl9-nspr/Makefile b/devel/linux-rl9-nspr/Makefile new file mode 100644 index 000000000000..3b16dc127b19 --- /dev/null +++ b/devel/linux-rl9-nspr/Makefile @@ -0,0 +1,19 @@ +PORTNAME= nspr +PORTVERSION= 4.34.0 +DISTVERSIONSUFFIX= -18.el9_1 +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= + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/devel/linux-rl9-nspr/distinfo b/devel/linux-rl9-nspr/distinfo new file mode 100644 index 000000000000..95b4ce52ccfd --- /dev/null +++ b/devel/linux-rl9-nspr/distinfo @@ -0,0 +1,5 @@ +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 diff --git a/devel/linux-rl9-nspr/pkg-plist.amd64 b/devel/linux-rl9-nspr/pkg-plist.amd64 new file mode 100644 index 000000000000..ae0608add001 --- /dev/null +++ b/devel/linux-rl9-nspr/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/14/9b125ff43bfbd434104d63d60b606b92a37895 +usr/lib/.build-id/56/e7237b88c86e68a2a3ed3b864b01264acc4a52 +usr/lib/.build-id/fe/377b98f2cf7a18d0da81a30fe7d5832ce9e47f +usr/lib64/libnspr4.so +usr/lib64/libplc4.so +usr/lib64/libplds4.so +usr/share/licenses/nspr/LICENSE diff --git a/devel/linux-rl9-systemd-libs/Makefile b/devel/linux-rl9-systemd-libs/Makefile new file mode 100644 index 000000000000..8d39be2d92ff --- /dev/null +++ b/devel/linux-rl9-systemd-libs/Makefile @@ -0,0 +1,21 @@ +PORTNAME= systemd +PORTVERSION= 252 +DISTVERSIONSUFFIX= -13.el9_2 +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_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +.include diff --git a/devel/linux-rl9-systemd-libs/distinfo b/devel/linux-rl9-systemd-libs/distinfo new file mode 100644 index 000000000000..fd05496ebf56 --- /dev/null +++ b/devel/linux-rl9-systemd-libs/distinfo @@ -0,0 +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 diff --git a/devel/linux-rl9-systemd-libs/pkg-descr b/devel/linux-rl9-systemd-libs/pkg-descr new file mode 100644 index 000000000000..1c82362298a0 --- /dev/null +++ b/devel/linux-rl9-systemd-libs/pkg-descr @@ -0,0 +1 @@ +Support libraries for the Linux systemd system and service manager. diff --git a/devel/linux-rl9-systemd-libs/pkg-plist.amd64 b/devel/linux-rl9-systemd-libs/pkg-plist.amd64 new file mode 100644 index 000000000000..74468bdac3b2 --- /dev/null +++ b/devel/linux-rl9-systemd-libs/pkg-plist.amd64 @@ -0,0 +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/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 e12cd6ede21a..14ef18a79942 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -1,245 +1,246 @@ 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 += 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-libasyncns/Makefile b/dns/linux-rl9-libasyncns/Makefile new file mode 100644 index 000000000000..0860dcc177e5 --- /dev/null +++ b/dns/linux-rl9-libasyncns/Makefile @@ -0,0 +1,20 @@ +PORTNAME= libasyncns +PORTVERSION= 0.8 +DISTVERSIONSUFFIX= -22.el9 +CATEGORIES= dns devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library for executing DNS queries (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://0pointer.de/lennart/projects/libasyncns/ + +LICENSE= LGPL21+ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/dns/linux-rl9-libasyncns/distinfo b/dns/linux-rl9-libasyncns/distinfo new file mode 100644 index 000000000000..902eb10694e1 --- /dev/null +++ b/dns/linux-rl9-libasyncns/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686569002 +SHA256 (rocky/l/libasyncns-0.8-22.el9.aarch64.rpm) = da01cd83ff27aaee4dd3a7d4f5401af18ca1b973fbbc27d78fe3fa5d93475a77 +SIZE (rocky/l/libasyncns-0.8-22.el9.aarch64.rpm) = 29752 +SHA256 (rocky/l/libasyncns-0.8-22.el9.x86_64.rpm) = c4e0f32330d3eba8546a9f8b92952f1cd461d09a92cd7d80751d16338acee6c7 +SIZE (rocky/l/libasyncns-0.8-22.el9.x86_64.rpm) = 30122 +SHA256 (rocky/l/libasyncns-0.8-22.el9.src.rpm) = 9b2338b8a316d1c04f6dd7525ca3be59db18a32a7cb4c5f500bcaa3accc60e1b +SIZE (rocky/l/libasyncns-0.8-22.el9.src.rpm) = 350332 diff --git a/dns/linux-rl9-libasyncns/pkg-descr b/dns/linux-rl9-libasyncns/pkg-descr new file mode 100644 index 000000000000..9522fd2e4b67 --- /dev/null +++ b/dns/linux-rl9-libasyncns/pkg-descr @@ -0,0 +1,18 @@ +libasyncns is a C library for Linux/Unix for executing name service queries +asynchronously. It is an asynchronous wrapper around getaddrinfo(3), +getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv. + +In contrast to GNU's asynchronous name resolving API getaddrinfo_a(), +libasyncns does not make use of UNIX signals for reporting completion of name +queries. Instead, the API exports a standard UNIX file descriptor which may be +integerated cleanly into custom main loops. + +In contrast to asynchronous DNS resolving libraries like libdenise, skadns, +adns, libasyncns is just an asynchronous wrapper around the libc's synchronous +getaddrinfo() API, which has the advantage of allowing name resolution using +techniques like Multicast DNS, LDAP or NIS using standard libc NSS (Name +Service Switch) modules. libasyncns is compatible with IPv6 if the underlying +libc is. + +libasyncns is very tiny, consisting of just one header and one source file. It +has no dependencies besides libc. diff --git a/dns/linux-rl9-libasyncns/pkg-plist.amd64 b/dns/linux-rl9-libasyncns/pkg-plist.amd64 new file mode 100644 index 000000000000..8e3afbe47177 --- /dev/null +++ b/dns/linux-rl9-libasyncns/pkg-plist.amd64 @@ -0,0 +1,5 @@ +usr/lib/.build-id/d6/85d0e66130608bd559ea5f9674fa6f211d20b1 +usr/lib64/libasyncns.so.0 +usr/lib64/libasyncns.so.0.3.1 +%%PORTDOCS%%usr/share/doc/libasyncns/LICENSE +%%PORTDOCS%%usr/share/doc/libasyncns/README diff --git a/emulators/Makefile b/emulators/Makefile index 240b4d30a637..3af35c60cb03 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,191 +1,192 @@ COMMENT = Emulators for other operating systems SUBDIR += adamem SUBDIR += almostti SUBDIR += anese SUBDIR += aqemu SUBDIR += aranym SUBDIR += atari800 SUBDIR += bfe SUBDIR += bochs SUBDIR += bsvc SUBDIR += cannonball SUBDIR += catapult SUBDIR += cemu SUBDIR += cingb SUBDIR += citra SUBDIR += citra-qt5 SUBDIR += cpmtools SUBDIR += cpmtools2 SUBDIR += darcnes SUBDIR += dgen-sdl SUBDIR += dolphin-emu SUBDIR += dosbox SUBDIR += dosbox-staging SUBDIR += dosbox-x SUBDIR += dps8m SUBDIR += duckstation SUBDIR += dynamips-community SUBDIR += edumips64 SUBDIR += elliott-803 SUBDIR += emu64 SUBDIR += emulationstation SUBDIR += fceux SUBDIR += flexemu SUBDIR += fmsx SUBDIR += frodo SUBDIR += fs-uae SUBDIR += fs-uae-launcher SUBDIR += fuse SUBDIR += fuse-roms SUBDIR += fuse-utils SUBDIR += gbe SUBDIR += gens SUBDIR += gngb SUBDIR += gxemul SUBDIR += hatari SUBDIR += hercules SUBDIR += higan SUBDIR += hv_kvp_cmd SUBDIR += javatari SUBDIR += joytran SUBDIR += jzintv SUBDIR += klh10 SUBDIR += lib765 SUBDIR += libc6-shim SUBDIR += libdsk SUBDIR += libretro-bsnes SUBDIR += libretro-flycast SUBDIR += libretro-kronos SUBDIR += libretro-mame SUBDIR += libretro-pcsx2 SUBDIR += libretro-ppsspp SUBDIR += libretro-reicast SUBDIR += libretro-vice SUBDIR += libspectrum SUBDIR += linux-c7 SUBDIR += linux-power10-functional-sim SUBDIR += linux-power9-functional-sim SUBDIR += linux_base-c7 + SUBDIR += linux_base-rl9 SUBDIR += magia SUBDIR += mame SUBDIR += mastergear SUBDIR += mednafen SUBDIR += mesen SUBDIR += mgba SUBDIR += mtools SUBDIR += mupen64plus SUBDIR += mupen64plus-audio-sdl SUBDIR += mupen64plus-core SUBDIR += mupen64plus-input-sdl SUBDIR += mupen64plus-plugins SUBDIR += mupen64plus-qt SUBDIR += mupen64plus-rsp-cxd4 SUBDIR += mupen64plus-rsp-hle SUBDIR += mupen64plus-rsp-z64 SUBDIR += mupen64plus-ui-console SUBDIR += mupen64plus-video-arachnoid SUBDIR += mupen64plus-video-glide64 SUBDIR += mupen64plus-video-glide64mk2 SUBDIR += mupen64plus-video-rice SUBDIR += mupen64plus-video-z64 SUBDIR += nemu SUBDIR += nestopia SUBDIR += o2em SUBDIR += ods2reader SUBDIR += open-simh SUBDIR += open-vm-tools SUBDIR += openmsx SUBDIR += p5-Acme-6502 SUBDIR += parallels-tools SUBDIR += pcem SUBDIR += pcemu SUBDIR += pcsx2 SUBDIR += playonbsd SUBDIR += ppsspp SUBDIR += ppsspp-qt5 SUBDIR += py-gns3-converter SUBDIR += py-m64py SUBDIR += py-unicorn SUBDIR += qemu SUBDIR += qemu-cheri SUBDIR += qemu-devel SUBDIR += qemu-powernv SUBDIR += qemu-user-static SUBDIR += qemu-user-static-devel SUBDIR += qemu7 SUBDIR += qemu8 SUBDIR += qmc2 SUBDIR += quasi88 SUBDIR += reicast SUBDIR += ripes SUBDIR += riscv-isa-sim SUBDIR += rpcs3 SUBDIR += rubygem-fission SUBDIR += sameboy SUBDIR += simh SUBDIR += simh-hp2100 SUBDIR += simh-hp3000 SUBDIR += simh-hpdoc SUBDIR += snes9x-gtk SUBDIR += spim SUBDIR += stella SUBDIR += stonx SUBDIR += teo SUBDIR += tic-80 SUBDIR += tiemu3 SUBDIR += tilem SUBDIR += tme SUBDIR += tnylpo SUBDIR += tpm-emulator SUBDIR += uae SUBDIR += ucon64 SUBDIR += uconvert SUBDIR += ukncbtl SUBDIR += unicorn SUBDIR += vba SUBDIR += vboxtool SUBDIR += vgb-bin SUBDIR += vgba-bin SUBDIR += vice SUBDIR += virtualbox-ose SUBDIR += virtualbox-ose-additions SUBDIR += virtualbox-ose-additions-legacy SUBDIR += virtualbox-ose-additions-nox11 SUBDIR += virtualbox-ose-additions-nox11-legacy SUBDIR += virtualbox-ose-kmod SUBDIR += virtualbox-ose-kmod-legacy SUBDIR += virtualbox-ose-legacy SUBDIR += virtualbox-ose-nox11 SUBDIR += virtualbox-ose-nox11-legacy SUBDIR += visualboyadvance-m SUBDIR += vmips SUBDIR += vmsbackup SUBDIR += vmw SUBDIR += vt100 SUBDIR += vxtools SUBDIR += wine SUBDIR += wine-devel SUBDIR += wine-gecko SUBDIR += wine-gecko-devel SUBDIR += wine-mono SUBDIR += wine-mono-devel SUBDIR += wine-proton SUBDIR += wine8 SUBDIR += winetricks SUBDIR += x16-emulator SUBDIR += x16-rom SUBDIR += x48 SUBDIR += x49gp SUBDIR += xbraitenberg SUBDIR += xcpc SUBDIR += xen-kernel SUBDIR += xhomer SUBDIR += xsystem35 SUBDIR += xzx SUBDIR += yaze-ag SUBDIR += yuzu SUBDIR += z80pack SUBDIR += zsnes .include diff --git a/emulators/linux_base-rl9/Makefile b/emulators/linux_base-rl9/Makefile new file mode 100644 index 000000000000..b0746b17a2db --- /dev/null +++ b/emulators/linux_base-rl9/Makefile @@ -0,0 +1,182 @@ +PORTNAME= rl9 +PORTVERSION= ${LINUX_DIST_VER} +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 \ + 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 \ + sed-4.8-9.el9 \ + setserial-2.17-54.el9 \ + which-2.21-28.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 \ + glibc-${GLIBC_VER} \ + gmp-6.2.0-10.el9 \ + json-glib-1.6.6-1.el9 \ + keyutils-libs-1.6.3-1.el9 \ + krb5-libs-1.20.1-8.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 \ + 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 \ + 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 \ + 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 \ + 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 \ + xz-libs-5.2.5-8.el9_0 \ + zlib-1.2.11-39.el9 + +SHARE_DISTNAMES=basesystem-11-13.el9 \ + ncurses-base-6.2-8.20210508.el9 \ + rocky-release-9.2-1.5.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 \ + 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 \ + gawk-5.1.0-6.el9${SRC_SUFX}:SOURCE \ + gcc-11.3.1-4.3.el9${SRC_SUFX}:SOURCE \ + gdbm-1.19-4.el9${SRC_SUFX}:SOURCE \ + glib2-2.68.4-6.el9${SRC_SUFX}:SOURCE \ + glibc-${GLIBC_VER}${SRC_SUFX}:SOURCE \ + gmp-6.2.0-10.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 \ + 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 \ + 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 \ + 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.5.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 \ + xz-5.2.5-8.el9_0${SRC_SUFX}:SOURCE \ + zlib-1.2.11-39.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 +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 new file mode 100644 index 000000000000..632c40f861d6 --- /dev/null +++ b/emulators/linux_base-rl9/distinfo @@ -0,0 +1,327 @@ +TIMESTAMP = 1714490569 +SHA256 (rocky/b/basesystem-11-13.el9.noarch.rpm) = 759a53df902b6dc0db856ae3c021f99b7a9ce65d76ea7da268b2042001c5ff5d +SIZE (rocky/b/basesystem-11-13.el9.noarch.rpm) = 7101 +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/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/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/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/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/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/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/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.5.el9.noarch.rpm) = a67c0b9c46fdfbfca1b8b5d046dee9bcae1b1b115466f96b4defba943d245224 +SIZE (rocky/r/rocky-release-9.2-1.5.el9.noarch.rpm) = 23134 +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/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/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/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/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/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/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/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/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/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.5.el9.src.rpm) = 91548268275934f0ca9aaead11734b7e1fd5735bbd80de2db61133822d0725de +SIZE (rocky/r/rocky-release-9.2-1.5.el9.src.rpm) = 44198 +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/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 diff --git a/emulators/linux_base-rl9/pkg-descr b/emulators/linux_base-rl9/pkg-descr new file mode 100644 index 000000000000..485f94e4ee84 --- /dev/null +++ b/emulators/linux_base-rl9/pkg-descr @@ -0,0 +1,7 @@ +This port contains packages from a near-minimal installation of Rocky Linux 9. +These packages, in conjunction with the Linux kernel module, +form the basis of the Linux compatibility environment. It is designed to +provide a nice user experience by using the FreeBSD configuration for +corresponding Linux stuff where possible. Because of this any work which +needs to chroot into the Linux base may not work as expected (no fallthrough +to the FreeBSD config possible). diff --git a/emulators/linux_base-rl9/pkg-plist.amd64 b/emulators/linux_base-rl9/pkg-plist.amd64 new file mode 100644 index 000000000000..fe326eedd749 --- /dev/null +++ b/emulators/linux_base-rl9/pkg-plist.amd64 @@ -0,0 +1,2315 @@ +@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/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/d2e338123000faca78496d422da5dd5edfda49 +usr/lib/.build-id/01/87c08bd7a67a9466b308b21c7acaa92f322373 +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/04/c564e1d028792291cb6c7fbdef662e3a063c36 +usr/lib/.build-id/07/6a0916d283c2638505f67b1cf8f2ad13570a79 +usr/lib/.build-id/07/6a0916d283c2638505f67b1cf8f2ad13570a79.1 +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/0d/b061a7a0bdd222fc3a32dd76ce5edd3b848ce2 +usr/lib/.build-id/0e/78a8e1bf954541340fc0c421d86f30e75a50b7 +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/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/d27cd949ba654c0f950d677ef4ad62ed710e71 +usr/lib/.build-id/17/28e9fa5a6b7d23c414b94fedb6850595940c6d +usr/lib/.build-id/17/81280f18f78e749eda9b68004f6ce3feaf2b31 +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/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/1d/80840ca029e24a485f5d927235be6d7f033443 +usr/lib/.build-id/1f/3cda5570d1af25ad068c45c423234828735eea +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/24/568e05bf02c98bf256e6b0bd4f3d04aa52f577 +usr/lib/.build-id/25/77985ebd59589adb0eabddc12a3f56082eb743 +usr/lib/.build-id/26/92d99089e737ffb6807d61af26bbbf7745ac08 +usr/lib/.build-id/27/54ff2d066ca3ad5192f99a54269975fc5f414a +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/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/aa67bda03163707d2664270436c97bf0075ed7 +usr/lib/.build-id/32/fb76fc7ac5ee170aff963d3c1fb970bc2b3917 +usr/lib/.build-id/33/0eb2fe0769e5466e2e0ac1b158e1e8452738c9 +usr/lib/.build-id/33/309ba0cc50a35df581bc9fd6aa95f283ce7844 +usr/lib/.build-id/34/46712c07e22f5b4ce8f480e2cd7c35b34bec00 +usr/lib/.build-id/34/abb974a72680be6aac83d6803f76396b49142d +usr/lib/.build-id/34/bdc0b0df7642e8d9183dcb2ee0ec836709a586 +usr/lib/.build-id/34/eb102beefe264b0b6e64ff7bf47564920496be +usr/lib/.build-id/35/3c54337c1c9f2ac5680f2fd9fb3bdb623ec154 +usr/lib/.build-id/36/1f810954f874e754f9dd47d25246a08080b81b +usr/lib/.build-id/36/7b458059a1f695baec35e321610d645ece0aa1 +usr/lib/.build-id/37/5c25cafe7afb58e5aa442700a4defff96560b0 +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/39/de62244ad46e1baecca5e853573fa261638d4f +usr/lib/.build-id/3a/8c86b59102c63a35125edbb4d53d5468556f6a +usr/lib/.build-id/3b/380c9c6f609de94ab02da54aeadd2711c4588e +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/3f/713e1083c67a47cc0da3b49f7e0d22e845bc9f +usr/lib/.build-id/3f/cfcfa0fc7264d304b2b773e63721cb52694fb2 +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/46/6da8f72dca0d750ca0913d75ef7e11ed25596a +usr/lib/.build-id/47/37dfe13d749f9f8f343fad107b84821f61b93f +usr/lib/.build-id/48/69690b8232deb3a7213c92aa012040356e608c +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/4c/4ad1e9c405d9f7e70b09b90ad61710303f2c60 +usr/lib/.build-id/4f/1b6a8107320fed2f5ad098576dce35f3edae76 +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/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/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/ceb024f7f7db539cc662ec4cad919a6ee9e307 +usr/lib/.build-id/56/4c558fa260cb3793fe3e92d6f0a194689af30c +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/a68e56d5456df11d1339f57f6e91a3af7581f2 +usr/lib/.build-id/5a/31de4611e5e7e5290fa9156539e35db63a4918 +usr/lib/.build-id/5a/5b84ac827e025700ef9212695b5794a5aaf605 +usr/lib/.build-id/5b/28fee961c40e4c4a433df6bbb4fd57043cb843 +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/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/65/bf3dad8dc868baa3d348c66e8733018f0d22a2 +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/6e/506f70381e29ac84550bdf2f5ee679557a65be +usr/lib/.build-id/6e/fe41a56e2022808f4cff85a36397cab51ee992 +usr/lib/.build-id/6f/252ef325ae7517e28888fdb9ed82a7e33783a7 +usr/lib/.build-id/72/001260986099118b5246da1a4232daedfc3657 +usr/lib/.build-id/72/0b534c560012f218a86ab308f031f1f8c13f0d +usr/lib/.build-id/73/b0e31ff8ee67c452e4725d4562011afbde14b7 +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/c30969d212257dc9c333dbaecff5fed5003d87 +usr/lib/.build-id/77/6ef599870e057f490983f96868f2855b8a6848 +usr/lib/.build-id/77/b9f38c33fdf60614b7ed348b7c01dc70374310 +usr/lib/.build-id/78/398713f24ead90b717d86886886d17f3e10a02 +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/cbb41bf6f1b7d977f1b44675bf3ed213776835 +usr/lib/.build-id/7a/f7ad9b6911f641e9ce42d53319627b25063086 +usr/lib/.build-id/7b/6b32fa3406e1e7140f18ff3033dca245ee30de +usr/lib/.build-id/7c/5344c7a172faf96b8de710055ab84ac5882582 +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/82/0eb669fc8ff7d38ef19022a48aaca8f0e573c1 +usr/lib/.build-id/82/b4315c0b20cdc8f884c76cee57bf92d88750f7 +usr/lib/.build-id/82/ea5b415802e6d0f9b6f5c12018ca29f7d18cc6 +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/86/70f2f8bfe4a140301ac0fc230859b7416914c4 +usr/lib/.build-id/86/b6b03803a4da3eac17fc279c2364e66bb1cc37 +usr/lib/.build-id/8a/5f684c3a7b8317b6bf35e85f97f69133153c61 +usr/lib/.build-id/8a/89dc87551e1ae27f07846d368a1d17a1e659db +usr/lib/.build-id/8a/96076db225fa98962805292ac77028f57bbbcb +usr/lib/.build-id/8b/8a2b7a95fcc0496dd59e9f577d1f6007d3be89 +usr/lib/.build-id/8c/78c3b39eb3bc11fe37e5415392c43b5d6ae888 +usr/lib/.build-id/8c/7c2cdcf74d451eced845db7166323eb2f62f48 +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/90/a4ea155beff2ae04a02731e18aa8c1bc6903db +usr/lib/.build-id/91/6ef9d3c0b55b4230fce0fa281ce38c12958d98 +usr/lib/.build-id/92/91d7d72a103f3977c6e05202f40fb37130ebc5 +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/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/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/98/1fc30f05c48e2cecae4c0ebb896428843f5d9b +usr/lib/.build-id/99/32215c742033627ba4840b879432be9dd20bd6 +usr/lib/.build-id/9a/300baa788db0eb5bff9dc9c7f79a5c09e790bc +usr/lib/.build-id/9a/bb560ad50b23e022c051b639b984e810102d89 +usr/lib/.build-id/9a/f055fbe876870b6819970f4dfb56edbdb83a26 +usr/lib/.build-id/9b/050e917414e4c4a9eba9d84c67a53822da7d43 +usr/lib/.build-id/9b/191f7952c0820e277cc03e0cf5cb0a5ea81519 +usr/lib/.build-id/9b/665b2fd9375774245bdb4f47c5ee8c0a08adc8 +usr/lib/.build-id/9b/9992a0d73373c50e5071c1e35ed2e33a989a57 +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/a1/467a59729d82d2ebf80e49f302737ed74de7e6 +usr/lib/.build-id/a1/b7584c7a2b2ac482194d5e77764cd106be4dc1 +usr/lib/.build-id/a3/258273512458334cbc24ce2f2cf9609f0b9909 +usr/lib/.build-id/a3/407d0a1d5fc25ae499ce50fc0432215bc26178 +usr/lib/.build-id/a3/fe8bc6f2d9f94bb074bef6780bbe9f6180f613 +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/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/ad/5d1b652247fb0d7beb2539e9f531b5fd9e7fb8 +usr/lib/.build-id/ad/f7f3fb210fafe7259787713bf8b1bf1dda85fa +usr/lib/.build-id/af/92639616e74e5cf75fe011c51db9a1aa346799 +usr/lib/.build-id/b0/55decaf0c3d9815dffd11d799e5b4696cca626 +usr/lib/.build-id/b1/12cf64fce128ad80844b20784510684cae39a4 +usr/lib/.build-id/b3/ae2a5faa63a61152f8e9a511eee1d0d48b9641 +usr/lib/.build-id/b3/b64b9973cd14eaebc29bd67340b1d6351b9212 +usr/lib/.build-id/b5/7bb61fdb1f7c3a1a3c8e409cb33980e845e364 +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/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/bd/6503c8df6043206f6f4b732b79956ed18679c7 +usr/lib/.build-id/bd/d5f4c702e91acdf95b8059c0c03b444c6408c3 +usr/lib/.build-id/bd/d9e43820ee955a4612e792a9793d1f7b5d86ba +usr/lib/.build-id/be/7f983ff0b12f9b92569fb166a4579e0031cfba +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/c2/af19ec594219668149d44b07e4f2fca57a32a7 +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/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/ce/dbe8d7fb5757dd39992c1524f8d362adafcf41 +usr/lib/.build-id/d0/688329cfc43e90c63475a34c23e5c31e57d217 +usr/lib/.build-id/d0/d2bc1cf5c55e1a9c8fbb1b0cef039386ec2559 +usr/lib/.build-id/d0/fab713a0cdca52025902325a748fd49efb7397 +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/d3/3e3bd0c8ac1aad8d4fa22d19b040101ddfb900 +usr/lib/.build-id/d4/6b805735019f2dc2a79163acdeaf5b9becc307 +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/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/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/e2/4098c207c166ee8a07cd50704df6f984018d75 +usr/lib/.build-id/e2/55c4f6316a39c7f2a1f9f81a417743904305db +usr/lib/.build-id/e2/bc284e27fce988ca250b1aff44f3175aee337d +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/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/b0641754e22ef30a8ad7daef1903fb5c257c55 +usr/lib/.build-id/f5/a900a7f3780e3ccd4028a0ee602f91ed58eb3e +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/f8/e9652d85a0705504d2f455c5c8fe315106c64d +usr/lib/.build-id/f9/5b6ce553930fb6d594de8f7b8b549ce23e0ed1 +usr/lib/.build-id/fa/2637ecb3d830b79cc9c5af764e874a6f1bb3d5 +usr/lib/.build-id/fa/fd3dfc84a09d1b1ec6d1d6c0a0e6d901c90c7e +usr/lib/.build-id/fb/3c3edbc3e593ee7af2f0e257227f5d75be2dc2 +usr/lib/.build-id/fd/30e569bad9a65d226a0db63edec8cce0f27117 +usr/lib/.build-id/fe/6044504d3491bd669406aad52e69b72adcbba2 +usr/lib/.build-id/fe/c72054480efbf995130506cc71001f2066590e +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/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/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.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/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/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/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/libssh/AUTHORS +%%PORTDOCS%%usr/share/doc/libssh/BSD +%%PORTDOCS%%usr/share/doc/libssh/CHANGELOG +%%PORTDOCS%%usr/share/doc/libssh/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/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/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/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/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/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/graphics/Makefile b/graphics/Makefile index d63e8bc80ff6..72857feb6191 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,1251 +1,1266 @@ 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-png + SUBDIR += linux-rl9-tiff + SUBDIR += linux-rl9-wayland 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-cairo-gobject/Makefile b/graphics/linux-rl9-cairo-gobject/Makefile new file mode 100644 index 000000000000..3812bf13417b --- /dev/null +++ b/graphics/linux-rl9-cairo-gobject/Makefile @@ -0,0 +1,20 @@ +PORTNAME= cairo +PORTVERSION= 1.17.4 +DISTVERSIONSUFFIX= -7.el9 +CATEGORIES= graphics linux +PKGNAMESUFFIX= -gobject + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Vector graphics library Cairo (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.cairographics.org/ + +USES= cpe linux:rl9 +USE_LINUX= cairo dri fontconfig freetype pixman png xorglibs +USE_LINUX_RPM= yes +CPE_VENDOR= cairographics + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/graphics/linux-rl9-cairo-gobject/distinfo b/graphics/linux-rl9-cairo-gobject/distinfo new file mode 100644 index 000000000000..0a313ddd24e9 --- /dev/null +++ b/graphics/linux-rl9-cairo-gobject/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686560947 +SHA256 (rocky/c/cairo-gobject-1.17.4-7.el9.aarch64.rpm) = 6607e3febd21e28745bed8c193e5c72952ccf05cc7c711d35c58ba280c2daa0c +SIZE (rocky/c/cairo-gobject-1.17.4-7.el9.aarch64.rpm) = 18595 +SHA256 (rocky/c/cairo-gobject-1.17.4-7.el9.x86_64.rpm) = 3f7fa4c94811af3f3ffe49dc0683baee19eeead684f6cab809cd115a89da5982 +SIZE (rocky/c/cairo-gobject-1.17.4-7.el9.x86_64.rpm) = 18643 +SHA256 (rocky/c/cairo-1.17.4-7.el9.src.rpm) = bc425086132b27c6a85f848ccd9987beebb40c47777439e9b909d9123cf789bd +SIZE (rocky/c/cairo-1.17.4-7.el9.src.rpm) = 41862425 diff --git a/graphics/linux-rl9-cairo-gobject/pkg-plist.amd64 b/graphics/linux-rl9-cairo-gobject/pkg-plist.amd64 new file mode 100644 index 000000000000..6e656a6c216a --- /dev/null +++ b/graphics/linux-rl9-cairo-gobject/pkg-plist.amd64 @@ -0,0 +1,3 @@ +usr/lib/.build-id/b1/2ae5ae1d2fccdc2ae7eb1e9b519782d74cc55e +usr/lib64/libcairo-gobject.so.2 +usr/lib64/libcairo-gobject.so.2.11704.0 diff --git a/graphics/linux-rl9-cairo/Makefile b/graphics/linux-rl9-cairo/Makefile new file mode 100644 index 000000000000..0fcd8e761700 --- /dev/null +++ b/graphics/linux-rl9-cairo/Makefile @@ -0,0 +1,21 @@ +PORTNAME= cairo +PORTVERSION= 1.17.4 +DISTVERSIONSUFFIX= -7.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Vector graphics library Cairo (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.cairographics.org/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= dri fontconfig pixman png xorglibs +USE_LINUX_RPM= yes +CPE_VENDOR= cairographics + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-cairo/distinfo b/graphics/linux-rl9-cairo/distinfo new file mode 100644 index 000000000000..cdd10cf09b79 --- /dev/null +++ b/graphics/linux-rl9-cairo/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686560847 +SHA256 (rocky/c/cairo-1.17.4-7.el9.aarch64.rpm) = 8dc09c8563bfb3bf43d664b55f91ea27c709127c1d999f541d8870afb6326c5f +SIZE (rocky/c/cairo-1.17.4-7.el9.aarch64.rpm) = 659580 +SHA256 (rocky/c/cairo-1.17.4-7.el9.x86_64.rpm) = 9ea8622b018a10ce3d932e1675f0785138971b6564ddb721511f1aaaaf6489d7 +SIZE (rocky/c/cairo-1.17.4-7.el9.x86_64.rpm) = 674888 +SHA256 (rocky/c/cairo-1.17.4-7.el9.src.rpm) = bc425086132b27c6a85f848ccd9987beebb40c47777439e9b909d9123cf789bd +SIZE (rocky/c/cairo-1.17.4-7.el9.src.rpm) = 41862425 diff --git a/graphics/linux-rl9-cairo/pkg-plist.amd64 b/graphics/linux-rl9-cairo/pkg-plist.amd64 new file mode 100644 index 000000000000..f4a12dbba757 --- /dev/null +++ b/graphics/linux-rl9-cairo/pkg-plist.amd64 @@ -0,0 +1,14 @@ +usr/lib/.build-id/49/069ba6bd3d90947c206b49d0af06549c17de3a +usr/lib/.build-id/4f/eccb843aee923b3cbe9a7ed86fba68c5740f0f +usr/lib64/libcairo-script-interpreter.so.2 +usr/lib64/libcairo-script-interpreter.so.2.11704.0 +usr/lib64/libcairo.so.2 +usr/lib64/libcairo.so.2.11704.0 +%%PORTDOCS%%usr/share/doc/cairo/AUTHORS +%%PORTDOCS%%usr/share/doc/cairo/BIBLIOGRAPHY +%%PORTDOCS%%usr/share/doc/cairo/BUGS +%%PORTDOCS%%usr/share/doc/cairo/NEWS +%%PORTDOCS%%usr/share/doc/cairo/README +usr/share/licenses/cairo/COPYING +usr/share/licenses/cairo/COPYING-LGPL-2.1 +usr/share/licenses/cairo/COPYING-MPL-1.1 diff --git a/graphics/linux-rl9-dri/Makefile b/graphics/linux-rl9-dri/Makefile new file mode 100644 index 000000000000..e11666ebbefa --- /dev/null +++ b/graphics/linux-rl9-dri/Makefile @@ -0,0 +1,45 @@ +PORTNAME= dri +PORTVERSION= 22.3.0 +DISTVERSIONSUFFIX= -2.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 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 new file mode 100644 index 000000000000..3b5d557e372a --- /dev/null +++ b/graphics/linux-rl9-dri/distinfo @@ -0,0 +1,39 @@ +TIMESTAMP = 1687433587 +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-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/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-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-descr b/graphics/linux-rl9-dri/pkg-descr new file mode 100644 index 000000000000..48bd25a5aace --- /dev/null +++ b/graphics/linux-rl9-dri/pkg-descr @@ -0,0 +1 @@ +The port installs Linux Mesa libGL runtime libraries and DRI drivers. diff --git a/graphics/linux-rl9-dri/pkg-plist.amd64 b/graphics/linux-rl9-dri/pkg-plist.amd64 new file mode 100644 index 000000000000..55ba8fe0a361 --- /dev/null +++ b/graphics/linux-rl9-dri/pkg-plist.amd64 @@ -0,0 +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/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/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-gdk-pixbuf2/Makefile b/graphics/linux-rl9-gdk-pixbuf2/Makefile new file mode 100644 index 000000000000..3bcb11998b58 --- /dev/null +++ b/graphics/linux-rl9-gdk-pixbuf2/Makefile @@ -0,0 +1,23 @@ +PORTNAME= gdk-pixbuf2 +PORTVERSION= 2.42.6 +DISTVERSIONSUFFIX= -3.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Graphic library for GTK+ (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://developer.gnome.org/gdk-pixbuf/ + +USES= cpe linux:rl9 +CPE_VENDOR= gnome +CPE_PRODUCT= gdk-pixbuf +USE_LDCONFIG= yes +USE_LINUX= jasper jpeg png tiff xorglibs +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.include diff --git a/graphics/linux-rl9-gdk-pixbuf2/distinfo b/graphics/linux-rl9-gdk-pixbuf2/distinfo new file mode 100644 index 000000000000..d159070640d1 --- /dev/null +++ b/graphics/linux-rl9-gdk-pixbuf2/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686563051 +SHA256 (rocky/g/gdk-pixbuf2-2.42.6-3.el9.aarch64.rpm) = 24f95ee0c8ff8652395799b06d8a06cbe90404b4618df040ffdaa3b31808cbf0 +SIZE (rocky/g/gdk-pixbuf2-2.42.6-3.el9.aarch64.rpm) = 475841 +SHA256 (rocky/g/gdk-pixbuf2-2.42.6-3.el9.x86_64.rpm) = 5248cba2591a98cd7510239841ef70ed27bb8b930e8f65e9defcec2cf7cd9cb2 +SIZE (rocky/g/gdk-pixbuf2-2.42.6-3.el9.x86_64.rpm) = 477508 +SHA256 (rocky/g/gdk-pixbuf2-2.42.6-3.el9.src.rpm) = 6f97ae8b9df7d62084c1b93c518338bd3940eab96ab1cdb08eabec218c588925 +SIZE (rocky/g/gdk-pixbuf2-2.42.6-3.el9.src.rpm) = 7726248 diff --git a/graphics/linux-rl9-gdk-pixbuf2/pkg-plist.amd64 b/graphics/linux-rl9-gdk-pixbuf2/pkg-plist.amd64 new file mode 100644 index 000000000000..7c3874a5067a --- /dev/null +++ b/graphics/linux-rl9-gdk-pixbuf2/pkg-plist.amd64 @@ -0,0 +1,124 @@ +usr/bin/gdk-pixbuf-query-loaders-64 +usr/bin/gdk-pixbuf-thumbnailer +usr/lib/.build-id/6d/02be1f642c544d9faa023abe73cab7f296e27d +usr/lib/.build-id/94/884cad8a2d5857e3ff90b2e5c196c25c6fad15 +usr/lib/.build-id/9d/ac5c21dea151c9d93d22ed540e649f842ab486 +usr/lib64/girepository-1.0/GdkPixbuf-2.0.typelib +usr/lib64/girepository-1.0/GdkPixdata-2.0.typelib +usr/lib64/libgdk_pixbuf-2.0.so.0 +usr/lib64/libgdk_pixbuf-2.0.so.0.4200.6 +%%PORTDOCS%%usr/share/doc/gdk-pixbuf2/NEWS +usr/share/licenses/gdk-pixbuf2/COPYING +%%NLS%%usr/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/csb/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo +usr/share/man/man1/gdk-pixbuf-query-loaders.1.gz +usr/share/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer +@postexec %D/usr/bin/gdk-pixbuf-query-loaders-64 --update-cache +@rmtry usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache +@dir usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders +@dir usr/lib64/gdk-pixbuf-2.0/2.10.0 +@dir usr/lib64/gdk-pixbuf-2.0 diff --git a/graphics/linux-rl9-graphite2/Makefile b/graphics/linux-rl9-graphite2/Makefile new file mode 100644 index 000000000000..cd7b311a8da3 --- /dev/null +++ b/graphics/linux-rl9-graphite2/Makefile @@ -0,0 +1,19 @@ +PORTNAME= graphite2 +PORTVERSION= 1.3.14 +DISTVERSIONSUFFIX= -9.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Rendering capabilities for complex non-Roman writing systems (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://graphite.sil.org + +USES= cpe linux:rl9 +CPE_VENDOR= sil +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-graphite2/distinfo b/graphics/linux-rl9-graphite2/distinfo new file mode 100644 index 000000000000..7465c8ff9c9f --- /dev/null +++ b/graphics/linux-rl9-graphite2/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686555957 +SHA256 (rocky/g/graphite2-1.3.14-9.el9.aarch64.rpm) = 8b98505b5482eef5340e1fccd985d181f4c9cb4978c23ddfee02b2506004a196 +SIZE (rocky/g/graphite2-1.3.14-9.el9.aarch64.rpm) = 92670 +SHA256 (rocky/g/graphite2-1.3.14-9.el9.x86_64.rpm) = e2429063e8b8c542b3d60040283e381ab1a51bbce6f6d0e06d2fdf703ba11fb1 +SIZE (rocky/g/graphite2-1.3.14-9.el9.x86_64.rpm) = 96094 +SHA256 (rocky/g/graphite2-1.3.14-9.el9.src.rpm) = 2976820481a87d9cf7bb067714c27bffec9312891b0f08e19bd42665b00693c1 +SIZE (rocky/g/graphite2-1.3.14-9.el9.src.rpm) = 6310894 diff --git a/graphics/linux-rl9-graphite2/pkg-plist.amd64 b/graphics/linux-rl9-graphite2/pkg-plist.amd64 new file mode 100644 index 000000000000..9f6c754f961c --- /dev/null +++ b/graphics/linux-rl9-graphite2/pkg-plist.amd64 @@ -0,0 +1,9 @@ +usr/bin/gr2fonttest +usr/lib/.build-id/1b/152f7e4f42095f81f1997df6fc09d63b5bdf42 +usr/lib/.build-id/49/a806a58cf9438ff52420750264b22bdabbd699 +usr/lib64/libgraphite2.so.3 +usr/lib64/libgraphite2.so.3.2.1 +%%PORTDOCS%%usr/share/doc/graphite2/ChangeLog +%%PORTDOCS%%usr/share/doc/graphite2/README.md +usr/share/licenses/graphite2/COPYING +usr/share/licenses/graphite2/LICENSE diff --git a/graphics/linux-rl9-jasper/Makefile b/graphics/linux-rl9-jasper/Makefile new file mode 100644 index 000000000000..11afd184c3d8 --- /dev/null +++ b/graphics/linux-rl9-jasper/Makefile @@ -0,0 +1,24 @@ +PORTNAME= jasper +PORTVERSION= 2.0.28 +DISTVERSIONSUFFIX= -3.el9 +CATEGORIES= graphics linux +PKGNAMESUFFIX= -libs + +MAINTAINER= emulation@FreeBSD.org +COMMENT= JPEG-2000 reference implementation (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.ece.uvic.ca/~frodo/jasper/ + +USES= cpe linux:rl9 +CPE_VENDOR= ${PORTNAME}_project +USE_LDCONFIG= yes +USE_LINUX= jpeg +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-jasper/distinfo b/graphics/linux-rl9-jasper/distinfo new file mode 100644 index 000000000000..0124a455193e --- /dev/null +++ b/graphics/linux-rl9-jasper/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686562610 +SHA256 (rocky/j/jasper-libs-2.0.28-3.el9.aarch64.rpm) = c933c5bd2aaa7094fd5da8c0021963ce147307c35da5e56b255b956e92170ea7 +SIZE (rocky/j/jasper-libs-2.0.28-3.el9.aarch64.rpm) = 151831 +SHA256 (rocky/j/jasper-libs-2.0.28-3.el9.x86_64.rpm) = 5eaa7bbe8f855eaa302766cd16d4222b8c54e2ae2937d8a5db506e1048bf58bb +SIZE (rocky/j/jasper-libs-2.0.28-3.el9.x86_64.rpm) = 153786 +SHA256 (rocky/j/jasper-2.0.28-3.el9.src.rpm) = 31f906728341738d58fc04c5ec4e0de9fcf6a62f3139e7a52d38e2f131c5b115 +SIZE (rocky/j/jasper-2.0.28-3.el9.src.rpm) = 1385289 diff --git a/graphics/linux-rl9-jasper/pkg-plist.amd64 b/graphics/linux-rl9-jasper/pkg-plist.amd64 new file mode 100644 index 000000000000..9ed6d734a92c --- /dev/null +++ b/graphics/linux-rl9-jasper/pkg-plist.amd64 @@ -0,0 +1,6 @@ +usr/lib/.build-id/fb/33e80db1da79f3e5b6c45e7cad2079ace15b90 +usr/lib64/libjasper.so.4 +usr/lib64/libjasper.so.4.0.0 +%%PORTDOCS%%usr/share/doc/jasper-libs/README +usr/share/licenses/jasper-libs/COPYRIGHT +usr/share/licenses/jasper-libs/LICENSE diff --git a/graphics/linux-rl9-jbigkit/Makefile b/graphics/linux-rl9-jbigkit/Makefile new file mode 100644 index 000000000000..b03be37bb0ea --- /dev/null +++ b/graphics/linux-rl9-jbigkit/Makefile @@ -0,0 +1,22 @@ +PORTNAME= jbigkit +PORTVERSION= 2.1 +DISTVERSIONSUFFIX= -23.el9 +CATEGORIES= graphics linux +PKGNAMESUFFIX= -libs + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Lossless compression for bi-level images (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.cl.cam.ac.uk/~mgk25/jbigkit/ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-jbigkit/distinfo b/graphics/linux-rl9-jbigkit/distinfo new file mode 100644 index 000000000000..c516a825aeec --- /dev/null +++ b/graphics/linux-rl9-jbigkit/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686562905 +SHA256 (rocky/j/jbigkit-libs-2.1-23.el9.aarch64.rpm) = e9e27802f4dfd19d2276d0c8078043db6c8c387a4c76e883bcfccc6aa25645fd +SIZE (rocky/j/jbigkit-libs-2.1-23.el9.aarch64.rpm) = 52946 +SHA256 (rocky/j/jbigkit-libs-2.1-23.el9.x86_64.rpm) = 2b605d8fb73df260c14dafb1bc7a742a0586fbadfecae113315230bf19979a56 +SIZE (rocky/j/jbigkit-libs-2.1-23.el9.x86_64.rpm) = 53153 +SHA256 (rocky/j/jbigkit-2.1-23.el9.src.rpm) = 9358741148675bd63e6b8ed905a7d93551ccb7abeac9d1af6d02d4c56df4bed7 +SIZE (rocky/j/jbigkit-2.1-23.el9.src.rpm) = 453810 diff --git a/graphics/linux-rl9-jbigkit/pkg-plist.amd64 b/graphics/linux-rl9-jbigkit/pkg-plist.amd64 new file mode 100644 index 000000000000..53d9e46c208d --- /dev/null +++ b/graphics/linux-rl9-jbigkit/pkg-plist.amd64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/01/7e41011995e3c8aacc4c53d1fec13f73368575 +usr/lib/.build-id/7d/3fd5139e2aeeae4decdedc9e4448fca3963379 +usr/lib64/libjbig.so.2.1 +usr/lib64/libjbig85.so.2.1 +%%PORTDOCS%%usr/share/doc/jbigkit-libs/ANNOUNCE +%%PORTDOCS%%usr/share/doc/jbigkit-libs/CHANGES +%%PORTDOCS%%usr/share/doc/jbigkit-libs/TODO +usr/share/licenses/jbigkit-libs/COPYING diff --git a/graphics/linux-rl9-jpeg/Makefile b/graphics/linux-rl9-jpeg/Makefile new file mode 100644 index 000000000000..245ea4375548 --- /dev/null +++ b/graphics/linux-rl9-jpeg/Makefile @@ -0,0 +1,22 @@ +PORTNAME= jpeg +PORTVERSION= 2.0.90 +DISTVERSIONSUFFIX= -6.el9_1 +CATEGORIES= graphics linux +DISTNAME= libjpeg-turbo-${DISTVERSIONFULL} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= SIMD-accelerated JPEG codec (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://libjpeg-turbo.org/ + +USES= cpe linux:rl9 +CPE_PRODUCT= libjpeg-turbo +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}-turbo/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/libjpeg-turbo-${PORTVERSION} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-jpeg/distinfo b/graphics/linux-rl9-jpeg/distinfo new file mode 100644 index 000000000000..1f6f789cfbf3 --- /dev/null +++ b/graphics/linux-rl9-jpeg/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686562545 +SHA256 (rocky/l/libjpeg-turbo-2.0.90-6.el9_1.aarch64.rpm) = 79743f24e8da61f0b30f26b28ba50dbe327415faa80982cafc35b3d036d1dc21 +SIZE (rocky/l/libjpeg-turbo-2.0.90-6.el9_1.aarch64.rpm) = 172591 +SHA256 (rocky/l/libjpeg-turbo-2.0.90-6.el9_1.x86_64.rpm) = c68c08fb07237db183473d39d98173881b89e595cb75345f92488e99280c95e4 +SIZE (rocky/l/libjpeg-turbo-2.0.90-6.el9_1.x86_64.rpm) = 178787 +SHA256 (rocky/l/libjpeg-turbo-2.0.90-6.el9_1.src.rpm) = 30f691364bfd13bfd62a4545b105dfe7278174df029de756625f87ffb6fa68c5 +SIZE (rocky/l/libjpeg-turbo-2.0.90-6.el9_1.src.rpm) = 2268224 diff --git a/graphics/linux-rl9-jpeg/pkg-plist.amd64 b/graphics/linux-rl9-jpeg/pkg-plist.amd64 new file mode 100644 index 000000000000..ee3ee8682070 --- /dev/null +++ b/graphics/linux-rl9-jpeg/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/7d/9b6127f4340e3b295bfd421296e6b0636d3930 +usr/lib64/libjpeg.so.62 +usr/lib64/libjpeg.so.62.3.0 +%%PORTDOCS%%usr/share/doc/libjpeg-turbo/ChangeLog.md +%%PORTDOCS%%usr/share/doc/libjpeg-turbo/README.ijg +%%PORTDOCS%%usr/share/doc/libjpeg-turbo/README.md +usr/share/licenses/libjpeg-turbo/LICENSE.md diff --git a/graphics/linux-rl9-libdrm/Makefile b/graphics/linux-rl9-libdrm/Makefile new file mode 100644 index 000000000000..90bacd3f2557 --- /dev/null +++ b/graphics/linux-rl9-libdrm/Makefile @@ -0,0 +1,19 @@ +PORTNAME= libdrm +PORTVERSION= 2.4.114 +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 new file mode 100644 index 000000000000..295911b8a68d --- /dev/null +++ b/graphics/linux-rl9-libdrm/distinfo @@ -0,0 +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 diff --git a/graphics/linux-rl9-libdrm/pkg-plist.amd64 b/graphics/linux-rl9-libdrm/pkg-plist.amd64 new file mode 100644 index 000000000000..397dd93e0c3f --- /dev/null +++ b/graphics/linux-rl9-libdrm/pkg-plist.amd64 @@ -0,0 +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/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-libepoxy/Makefile b/graphics/linux-rl9-libepoxy/Makefile new file mode 100644 index 000000000000..b16bf1f88e8c --- /dev/null +++ b/graphics/linux-rl9-libepoxy/Makefile @@ -0,0 +1,18 @@ +PORTNAME= libepoxy +PORTVERSION= 1.5.5 +DISTVERSIONSUFFIX= -4.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library to handle OpenGL function pointer management (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/anholt/libepoxy + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-libepoxy/distinfo b/graphics/linux-rl9-libepoxy/distinfo new file mode 100644 index 000000000000..34561a864a7f --- /dev/null +++ b/graphics/linux-rl9-libepoxy/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686565958 +SHA256 (rocky/l/libepoxy-1.5.5-4.el9.aarch64.rpm) = fc17c6ac5aa01b2c781350398631afdfab3175f1e43acee80c220a4623efa80a +SIZE (rocky/l/libepoxy-1.5.5-4.el9.aarch64.rpm) = 261697 +SHA256 (rocky/l/libepoxy-1.5.5-4.el9.x86_64.rpm) = 6520de86c5183ff8b3ddfe27640b898627ef3987419128dd71c088f5d5e9bcb3 +SIZE (rocky/l/libepoxy-1.5.5-4.el9.x86_64.rpm) = 249375 +SHA256 (rocky/l/libepoxy-1.5.5-4.el9.src.rpm) = 1f3d08627454938f400af0b609ceca19e8c7a5d90cdb9f7e12049a0f00ff7df4 +SIZE (rocky/l/libepoxy-1.5.5-4.el9.src.rpm) = 233932 diff --git a/graphics/linux-rl9-libepoxy/pkg-plist.amd64 b/graphics/linux-rl9-libepoxy/pkg-plist.amd64 new file mode 100644 index 000000000000..0aba9f241112 --- /dev/null +++ b/graphics/linux-rl9-libepoxy/pkg-plist.amd64 @@ -0,0 +1,5 @@ +usr/lib/.build-id/17/5f21d1237cd3bf3ad557a3e0cbe017fcfb04ce +usr/lib64/libepoxy.so.0 +usr/lib64/libepoxy.so.0.0.0 +%%PORTDOCS%%usr/share/doc/libepoxy/README.md +usr/share/licenses/libepoxy/COPYING diff --git a/graphics/linux-rl9-libglvnd/Makefile b/graphics/linux-rl9-libglvnd/Makefile new file mode 100644 index 000000000000..fd100aeabe22 --- /dev/null +++ b/graphics/linux-rl9-libglvnd/Makefile @@ -0,0 +1,44 @@ +PORTNAME= libglvnd +PORTVERSION= 1.3.4 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GL Vendor-Neutral Dispatch library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/NVIDIA/libglvnd + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= xorglibs +USE_LINUX_RPM= yes + +CONFLICTS_INSTALL= linux-nvidia-libs linux-nvidia-libs-* + +LIB_DISTNAMES= libglvnd-${DISTVERSIONFULL} \ + libglvnd-egl-${DISTVERSIONFULL} \ + libglvnd-gles-${DISTVERSIONFULL} \ + libglvnd-glx-${DISTVERSIONFULL} \ + libglvnd-opengl-${DISTVERSIONFULL} + +OPTIONS_DEFINE= DOCS + +post-install: + @${RM} -r ${STAGEDIR}${PREFIX}/etc + @${RM} -r ${STAGEDIR}${PREFIX}/usr/share/egl + @${RM} -r ${STAGEDIR}${PREFIX}/usr/share/glvnd + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libEGL.so.1 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGL.so.1 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGLESv1_CM.so.1 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGLESv2.so.2 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGLX.so.0 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGLdispatch.so.0 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libOpenGL.so.0 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libEGL.so.1 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libGL.so.1 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libGLESv1_CM.so.1 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libGLESv2.so.2 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libGLX.so.0 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libGLdispatch.so.0 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libOpenGL.so.0 + +.include diff --git a/graphics/linux-rl9-libglvnd/distinfo b/graphics/linux-rl9-libglvnd/distinfo new file mode 100644 index 000000000000..7f177c7bb84c --- /dev/null +++ b/graphics/linux-rl9-libglvnd/distinfo @@ -0,0 +1,23 @@ +TIMESTAMP = 1686559395 +SHA256 (rocky/l/libglvnd-1.3.4-1.el9.aarch64.rpm) = ecbe0e78ce9d9459eb2a519ba23f53b2cd14ee5859643e0d14bd37318c4667b0 +SIZE (rocky/l/libglvnd-1.3.4-1.el9.aarch64.rpm) = 129593 +SHA256 (rocky/l/libglvnd-1.3.4-1.el9.x86_64.rpm) = 0c8ad9eb89bed8a7b2452298c588e3bddb153eaf6f84e208dd1c9c5744d3a4d9 +SIZE (rocky/l/libglvnd-1.3.4-1.el9.x86_64.rpm) = 136452 +SHA256 (rocky/l/libglvnd-egl-1.3.4-1.el9.aarch64.rpm) = a675c32d197ce1045732f419c7859ca5c0c44b0d2c003c01cb04ae32fe3f1c08 +SIZE (rocky/l/libglvnd-egl-1.3.4-1.el9.aarch64.rpm) = 36735 +SHA256 (rocky/l/libglvnd-egl-1.3.4-1.el9.x86_64.rpm) = 6962b3c3c943981a9ab8a3eacbedd35b9f32e6ce50b5e071857b34e4b8c6082a +SIZE (rocky/l/libglvnd-egl-1.3.4-1.el9.x86_64.rpm) = 36505 +SHA256 (rocky/l/libglvnd-gles-1.3.4-1.el9.aarch64.rpm) = 84fe19ba18fe4693130e83b4bcc33f2b66fcaeed5456700c154075dd2e4e6f47 +SIZE (rocky/l/libglvnd-gles-1.3.4-1.el9.aarch64.rpm) = 32847 +SHA256 (rocky/l/libglvnd-gles-1.3.4-1.el9.x86_64.rpm) = 326af5eedd78fe96abb148dbb07ee48f443abe35673876716bd1eecb4b25382a +SIZE (rocky/l/libglvnd-gles-1.3.4-1.el9.x86_64.rpm) = 31812 +SHA256 (rocky/l/libglvnd-glx-1.3.4-1.el9.aarch64.rpm) = 3c0a8383f26a1a2ba32028b11ac9b77378a76a3fdef72ef67084afb6d7eecfa2 +SIZE (rocky/l/libglvnd-glx-1.3.4-1.el9.aarch64.rpm) = 138270 +SHA256 (rocky/l/libglvnd-glx-1.3.4-1.el9.x86_64.rpm) = 5cce5da3a7f1e6bcdfaf2be93a63dd4a2d1fa343c50079e4c69b045d8549fce0 +SIZE (rocky/l/libglvnd-glx-1.3.4-1.el9.x86_64.rpm) = 143198 +SHA256 (rocky/l/libglvnd-opengl-1.3.4-1.el9.aarch64.rpm) = e4ad4ff2e195475247c417d0d1809121d13817d6f037bf0a66a5c22cfc5804ec +SIZE (rocky/l/libglvnd-opengl-1.3.4-1.el9.aarch64.rpm) = 44530 +SHA256 (rocky/l/libglvnd-opengl-1.3.4-1.el9.x86_64.rpm) = d49582ba0be32a420d30b95ad6e35d4b1e5b61c87c74f28f6cb82668e54d27bb +SIZE (rocky/l/libglvnd-opengl-1.3.4-1.el9.x86_64.rpm) = 43056 +SHA256 (rocky/l/libglvnd-1.3.4-1.el9.src.rpm) = b662e540ac276f9d1821d99aa17f298f2be4a9322d0a0bc0d4f989a459237011 +SIZE (rocky/l/libglvnd-1.3.4-1.el9.src.rpm) = 1044108 diff --git a/graphics/linux-rl9-libglvnd/pkg-descr b/graphics/linux-rl9-libglvnd/pkg-descr new file mode 100644 index 000000000000..df6638dd2152 --- /dev/null +++ b/graphics/linux-rl9-libglvnd/pkg-descr @@ -0,0 +1,6 @@ +libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls +between multiple vendors. It allows multiple drivers from different vendors +to coexist on the same filesystem, and determines which vendor to dispatch +each API call to at runtime. + +Both GLX and EGL are supported, in any combination with OpenGL and OpenGL ES. diff --git a/graphics/linux-rl9-libglvnd/pkg-plist.amd64 b/graphics/linux-rl9-libglvnd/pkg-plist.amd64 new file mode 100644 index 000000000000..5725a2ba46b5 --- /dev/null +++ b/graphics/linux-rl9-libglvnd/pkg-plist.amd64 @@ -0,0 +1,30 @@ +usr/lib/.build-id/1f/bc2ca6a2752ee69ac11e397520a9add7e2bcc4 +usr/lib/.build-id/40/79432c45f9badd5d5d7eb663157afbc2963955 +usr/lib/.build-id/64/c5f7a1831dd43cb56418968edd91559fefb817 +usr/lib/.build-id/67/8fbaf9468fcc19bd565219c35c06652085807b +usr/lib/.build-id/70/4bb1666f69fd616debad48b3f9e7cd5ad00f55 +usr/lib/.build-id/a0/fcca7b6b71f63018097c605d2a0f881653c2da +usr/lib/.build-id/a6/1eb49793dbdf10c1fe30eabd17d9cd814e9b8d +@comment Handle some links with postexec so nvidia-driver can overwrite them. +@postexec [ -e %D/usr/lib64/libEGL.so.1 ] || ln -sf libEGL.so.1.1.0 %D/usr/lib64/libEGL.so.1 +@postunexec [ -e %D/usr/lib64/libEGL.so.1 ] || rm -f %D/usr/lib64/libEGL.so.1 +usr/lib64/libEGL.so.1.1.0 +@postexec [ -e %D/usr/lib64/libGL.so.1 ] || ln -sf libGL.so.1.7.0 %D/usr/lib64/libGL.so.1 +@postunexec [ -e %D/usr/lib64/libGL.so.1 ] || rm -f %D/usr/lib64/libGL.so.1 +usr/lib64/libGL.so.1.7.0 +@postexec [ -e %D/usr/lib/libGLESv1_CM.so.1 ] || ln -sf libGLESv1_CM.so.1.2.0 %D/usr/lib/libGLESv1_CM.so.1 +@postunexec [ -e %D/usr/lib/libGLESv1_CM.so.1 ] || rm -f %D/usr/lib/libGLESv1_CM.so.1 +usr/lib64/libGLESv1_CM.so.1.2.0 +@postexec [ -e %D/usr/lib64/libGLESv2.so.2 ] || ln -sf libGLESv2.so.2.1.0 %D/usr/lib64/libGLESv2.so.2 +@postunexec [ -e %D/usr/lib64/libGLESv2.so.2 ] || rm -f %D/usr/lib64/libGLESv2.so.2 +usr/lib64/libGLESv2.so.2.1.0 +@postexec [ -e %D/usr/lib64/libGLX.so.0 ] || ln -sf libGLX.so.0.0.0 %D/usr/lib64/libGLX.so.0 +@postunexec [ -e %D/usr/lib64/libGLX.so.0 ] || rm -f %D/usr/lib64/libGLX.so.0 +usr/lib64/libGLX.so.0.0.0 +@postexec [ -e %D/usr/lib64/libGLdispatch.so.0 ] || ln -sf libGLdispatch.so.0.0.0 %D/usr/lib64/libGLdispatch.so.0 +@postunexec [ -e %D/usr/lib64/libGLdispatch.so.0 ] || rm -f %D/usr/lib64/libGLdispatch.so.0 +usr/lib64/libGLdispatch.so.0.0.0 +@postexec [ -e %D/usr/lib64/libOpenGL.so.0 ] || ln -sf libOpenGL.so.0.0.0 %D/usr/lib64/libOpenGL.so.0 +@postunexec [ -e %D/usr/lib64/libOpenGL.so.0 ] || rm -f %D/usr/lib64/libOpenGL.so.0 +usr/lib64/libOpenGL.so.0.0.0 +%%PORTDOCS%%usr/share/doc/libglvnd/README.md diff --git a/graphics/linux-rl9-librsvg2/Makefile b/graphics/linux-rl9-librsvg2/Makefile new file mode 100644 index 000000000000..e847f519f7c1 --- /dev/null +++ b/graphics/linux-rl9-librsvg2/Makefile @@ -0,0 +1,23 @@ +PORTNAME= librsvg2 +PORTVERSION= 2.50.7 +DISTVERSIONSUFFIX= -1.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 new file mode 100644 index 000000000000..af0015e77ecd --- /dev/null +++ b/graphics/linux-rl9-librsvg2/distinfo @@ -0,0 +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 diff --git a/graphics/linux-rl9-librsvg2/pkg-plist.amd64 b/graphics/linux-rl9-librsvg2/pkg-plist.amd64 new file mode 100644 index 000000000000..dc3b58799d67 --- /dev/null +++ b/graphics/linux-rl9-librsvg2/pkg-plist.amd64 @@ -0,0 +1,13 @@ +usr/lib/.build-id/60/b47d55067b192e4d1c8e8c6a0a2013294d2c2d +usr/lib/.build-id/9c/1c97825550378aa8f0fcaf4ee87671ca07dbd5 +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/graphics/linux-rl9-png/Makefile b/graphics/linux-rl9-png/Makefile new file mode 100644 index 000000000000..20cd977ba35b --- /dev/null +++ b/graphics/linux-rl9-png/Makefile @@ -0,0 +1,22 @@ +PORTNAME= libpng +PORTVERSION= 1.6.37 +DISTVERSIONSUFFIX= -12.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library for manipulating PNG images (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://www.libpng.org/pub/png/libpng.html + +LICENSE= LIBPNG +LICENSE_NAME= libpng license +LICENSE_FILE= ${WRKSRC}/usr/share/licenses/libpng//LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../png/pkg-descr + +.include diff --git a/graphics/linux-rl9-png/distinfo b/graphics/linux-rl9-png/distinfo new file mode 100644 index 000000000000..b06d9100a00e --- /dev/null +++ b/graphics/linux-rl9-png/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686554845 +SHA256 (rocky/l/libpng-1.6.37-12.el9.aarch64.rpm) = d097557b926ef555cecae507ed55c113a5fae1aa095439cad9c56048c62e7045 +SIZE (rocky/l/libpng-1.6.37-12.el9.aarch64.rpm) = 116497 +SHA256 (rocky/l/libpng-1.6.37-12.el9.x86_64.rpm) = 2fb7ea5028fb07380ec2ece9716763cbe4b456a90574e14ddb93180c8c4bc14f +SIZE (rocky/l/libpng-1.6.37-12.el9.x86_64.rpm) = 118873 +SHA256 (rocky/l/libpng-1.6.37-12.el9.src.rpm) = cd5bccf1fcb4b436a97956deca9547804c2bcd54c6dbef1d7e8dab873403d90e +SIZE (rocky/l/libpng-1.6.37-12.el9.src.rpm) = 1525727 diff --git a/graphics/linux-rl9-png/pkg-plist.amd64 b/graphics/linux-rl9-png/pkg-plist.amd64 new file mode 100644 index 000000000000..1fcbfac15744 --- /dev/null +++ b/graphics/linux-rl9-png/pkg-plist.amd64 @@ -0,0 +1,5 @@ +usr/lib/.build-id/f2/ba1ea36cf172e19a9ac17540b980da2549d5ac +usr/lib64/libpng16.so.16 +usr/lib64/libpng16.so.16.37.0 +usr/share/licenses/libpng/LICENSE +usr/share/man/man5/png.5.gz diff --git a/graphics/linux-rl9-tiff/Makefile b/graphics/linux-rl9-tiff/Makefile new file mode 100644 index 000000000000..ce4bd8fee2ec --- /dev/null +++ b/graphics/linux-rl9-tiff/Makefile @@ -0,0 +1,20 @@ +PORTNAME= libtiff +PORTVERSION= 4.4.0 +DISTVERSIONSUFFIX= -7.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 + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-tiff/distinfo b/graphics/linux-rl9-tiff/distinfo new file mode 100644 index 000000000000..052ee0be4c2c --- /dev/null +++ b/graphics/linux-rl9-tiff/distinfo @@ -0,0 +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 diff --git a/graphics/linux-rl9-tiff/pkg-plist.amd64 b/graphics/linux-rl9-tiff/pkg-plist.amd64 new file mode 100644 index 000000000000..e40ee64c4e98 --- /dev/null +++ b/graphics/linux-rl9-tiff/pkg-plist.amd64 @@ -0,0 +1,10 @@ +usr/lib/.build-id/01/68e74aea639577d8d09ff477102b9be54b78f8 +usr/lib/.build-id/b2/a1d5934ebecbe57dbc576e4e7ac6bccbd4b2ba +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-wayland/Makefile b/graphics/linux-rl9-wayland/Makefile new file mode 100644 index 000000000000..d0c14399579b --- /dev/null +++ b/graphics/linux-rl9-wayland/Makefile @@ -0,0 +1,21 @@ +PORTNAME= wayland +PORTVERSION= 1.21.0 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Wayland compositor libraries (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://wayland.freedesktop.org/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +LIB_DISTNAMES= libwayland-client-${DISTVERSIONFULL} \ + libwayland-cursor-${DISTVERSIONFULL} \ + libwayland-egl-${DISTVERSIONFULL} \ + libwayland-server-${DISTVERSIONFULL} + +DESCR= ${.CURDIR}/../wayland/pkg-descr + +.include diff --git a/graphics/linux-rl9-wayland/distinfo b/graphics/linux-rl9-wayland/distinfo new file mode 100644 index 000000000000..32d5861124fb --- /dev/null +++ b/graphics/linux-rl9-wayland/distinfo @@ -0,0 +1,19 @@ +TIMESTAMP = 1686559701 +SHA256 (rocky/l/libwayland-client-1.21.0-1.el9.aarch64.rpm) = 14972a3ad2e835ebe489cd44738923918180b31635830a386511949ef120ce5c +SIZE (rocky/l/libwayland-client-1.21.0-1.el9.aarch64.rpm) = 32358 +SHA256 (rocky/l/libwayland-client-1.21.0-1.el9.x86_64.rpm) = 134f948ad1a82f03edbbfc003402e41635dcd5352c86379e827f1d81a3aacc4e +SIZE (rocky/l/libwayland-client-1.21.0-1.el9.x86_64.rpm) = 33353 +SHA256 (rocky/l/libwayland-cursor-1.21.0-1.el9.aarch64.rpm) = 9eb8cbf83596b021086f0d4a1797a4b10d1276fadd0f32a3bb7717dcc0bb379a +SIZE (rocky/l/libwayland-cursor-1.21.0-1.el9.aarch64.rpm) = 18408 +SHA256 (rocky/l/libwayland-cursor-1.21.0-1.el9.x86_64.rpm) = 5ce40109a41de99516845a89a36ab4eb9485b97bd47c3bbdb5c565551ea9822b +SIZE (rocky/l/libwayland-cursor-1.21.0-1.el9.x86_64.rpm) = 18851 +SHA256 (rocky/l/libwayland-egl-1.21.0-1.el9.aarch64.rpm) = df35b502365d310ac4d3ceb6b5899679cd9576ff3551b538ac5c259dfaa95f5e +SIZE (rocky/l/libwayland-egl-1.21.0-1.el9.aarch64.rpm) = 11998 +SHA256 (rocky/l/libwayland-egl-1.21.0-1.el9.x86_64.rpm) = 29aa3aaff58c7ffd7d935f9caaef3ae15aacc7eff8741a406d33d2e1dab556c7 +SIZE (rocky/l/libwayland-egl-1.21.0-1.el9.x86_64.rpm) = 12119 +SHA256 (rocky/l/libwayland-server-1.21.0-1.el9.aarch64.rpm) = 392aeffb6b205db739de48d642287acaeb2b8f378b57b9d9881b9c6b8d2d751c +SIZE (rocky/l/libwayland-server-1.21.0-1.el9.aarch64.rpm) = 40815 +SHA256 (rocky/l/libwayland-server-1.21.0-1.el9.x86_64.rpm) = e3593b9b0d602c09acebe340a7c95dd34ead3bfc8e4297316d53a493aabfac17 +SIZE (rocky/l/libwayland-server-1.21.0-1.el9.x86_64.rpm) = 41775 +SHA256 (rocky/w/wayland-1.21.0-1.el9.src.rpm) = 85ec7fc4f578de9bdd4d8a0de922f58156480418acd752957ded55ca6fc124a5 +SIZE (rocky/w/wayland-1.21.0-1.el9.src.rpm) = 238199 diff --git a/graphics/linux-rl9-wayland/pkg-plist.amd64 b/graphics/linux-rl9-wayland/pkg-plist.amd64 new file mode 100644 index 000000000000..7af9492a7db6 --- /dev/null +++ b/graphics/linux-rl9-wayland/pkg-plist.amd64 @@ -0,0 +1,16 @@ +usr/lib/.build-id/50/da046fcbdaba713af0f762dc2ea8cbfed89fb3 +usr/lib/.build-id/54/d0cade63e5b3c4474501e1254860bf198041a8 +usr/lib/.build-id/b9/1f5f62dfd339604b5576b1045fac64a460cb21 +usr/lib/.build-id/bc/aaf73018cd968080693cb8b7bdc0553b6d82a2 +usr/lib64/libwayland-client.so.0 +usr/lib64/libwayland-client.so.0.21.0 +usr/lib64/libwayland-cursor.so.0 +usr/lib64/libwayland-cursor.so.0.21.0 +usr/lib64/libwayland-egl.so.1 +usr/lib64/libwayland-egl.so.1.21.0 +usr/lib64/libwayland-server.so.0 +usr/lib64/libwayland-server.so.0.21.0 +usr/share/licenses/libwayland-client/COPYING +usr/share/licenses/libwayland-cursor/COPYING +usr/share/licenses/libwayland-egl/COPYING +usr/share/licenses/libwayland-server/COPYING diff --git a/net/Makefile b/net/Makefile index 36041d1b163d..a24d18284f42 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,1670 +1,1671 @@ COMMENT = Networking tools SUBDIR += 3proxy SUBDIR += 44bsd-rdist SUBDIR += 6tunnel SUBDIR += R-cran-pingr SUBDIR += R-cran-twitteR SUBDIR += Sockets SUBDIR += activemq SUBDIR += addrwatch SUBDIR += afpfs-ng SUBDIR += aget SUBDIR += akonadi-calendar SUBDIR += akonadi-contacts SUBDIR += akonadi-mime SUBDIR += akonadi-notes SUBDIR += akonadi-search SUBDIR += alligator SUBDIR += aluminum SUBDIR += aoe SUBDIR += apache-commons-net SUBDIR += apinger SUBDIR += aprsc SUBDIR += aquantia-atlantic-kmod SUBDIR += arataga SUBDIR += arp-scan SUBDIR += arp-sk SUBDIR += arpdig SUBDIR += arping SUBDIR += arpoison SUBDIR += arprelease SUBDIR += arrowdl SUBDIR += asio SUBDIR += asterisk-chan_sccp SUBDIR += asterisk-g72x SUBDIR += asterisk18 SUBDIR += astron SUBDIR += avahi SUBDIR += avahi-app SUBDIR += avahi-autoipd SUBDIR += avahi-gtk SUBDIR += avahi-gtk3 SUBDIR += avahi-header SUBDIR += avahi-libdns SUBDIR += avahi-qt5 SUBDIR += avahi-sharp SUBDIR += aws-ec2-imdsv2-get SUBDIR += axa SUBDIR += babeld SUBDIR += balance SUBDIR += bctoolbox SUBDIR += beacon SUBDIR += beanstalkd SUBDIR += belle-sip SUBDIR += benthos SUBDIR += bindtest SUBDIR += binkd SUBDIR += bird SUBDIR += bird2 SUBDIR += bittwist SUBDIR += bmon SUBDIR += boinc-client SUBDIR += boinc_curses SUBDIR += bosh-bootloader SUBDIR += bosh-cli SUBDIR += bounce SUBDIR += bredbandskollen SUBDIR += brynet SUBDIR += bsdec2-image-upload SUBDIR += bsdrcmds SUBDIR += bwi-firmware-kmod SUBDIR += bwn-firmware-kmod SUBDIR += bwping SUBDIR += c3270 SUBDIR += calendarsupport SUBDIR += ccxstream SUBDIR += cf SUBDIR += charm SUBDIR += chrony SUBDIR += chrony-lite SUBDIR += citrix_ica SUBDIR += cjdns SUBDIR += clash SUBDIR += cloud-init SUBDIR += cloud-init-devel SUBDIR += cloudflared SUBDIR += cloudquery SUBDIR += clusterit SUBDIR += cnd SUBDIR += concourse-fly SUBDIR += containernetworking-plugins SUBDIR += corkscrew SUBDIR += corosync2 SUBDIR += corosync3 SUBDIR += courier-authlib-ldap SUBDIR += courier-sox SUBDIR += cpp-pcp-client SUBDIR += cppzmq SUBDIR += croc SUBDIR += cryptcat SUBDIR += csync2 SUBDIR += ctrace SUBDIR += cvsup-static SUBDIR += cvsync SUBDIR += czmq SUBDIR += czmq4 SUBDIR += daemonlogger SUBDIR += dante SUBDIR += daq SUBDIR += datapipe SUBDIR += dbeacon SUBDIR += delegate SUBDIR += deviceatlas-enterprise-c SUBDIR += dgd SUBDIR += dgd-kernel SUBDIR += dgd-lpmud SUBDIR += dhcp6 SUBDIR += dhcpcd SUBDIR += dhcpcd-ui SUBDIR += dhcpd SUBDIR += dhcpd-pools SUBDIR += dhcpdump SUBDIR += dhcperf SUBDIR += dhcping SUBDIR += dhcprelya SUBDIR += dico SUBDIR += dictd SUBDIR += dpdk SUBDIR += dpdk-20.11 SUBDIR += dpinger SUBDIR += drawterm SUBDIR += drive SUBDIR += dropbox-api-command SUBDIR += dropbox-uploader SUBDIR += dshell SUBDIR += dtcp SUBDIR += dtcpclient SUBDIR += dual-dhclient SUBDIR += dual-dhclient-daemon SUBDIR += ecal SUBDIR += echoping SUBDIR += empty SUBDIR += endlessh SUBDIR += enet SUBDIR += eternalterminal SUBDIR += eturnal SUBDIR += evans SUBDIR += eventviews SUBDIR += exabgp4 SUBDIR += fb303 SUBDIR += fbzmq SUBDIR += fiche SUBDIR += file2pcap SUBDIR += findmtu SUBDIR += findomain SUBDIR += flower SUBDIR += foreman-proxy SUBDIR += fort SUBDIR += fping SUBDIR += freebsd-route6d SUBDIR += freebsd-routed SUBDIR += freebsd-telnetd SUBDIR += freebsd-uucp SUBDIR += freediameter SUBDIR += freeipa-client SUBDIR += freeradius-client SUBDIR += freeradius3 SUBDIR += freerdp SUBDIR += freerdp3 SUBDIR += freeswitch SUBDIR += freevrrpd SUBDIR += frp SUBDIR += frr8 SUBDIR += frr8-pythontools SUBDIR += frr9 SUBDIR += frr9-pythontools SUBDIR += fspclient SUBDIR += fspd SUBDIR += fsplib SUBDIR += gamenetworkingsockets SUBDIR += gdrive SUBDIR += gemserv SUBDIR += geoclue SUBDIR += geocode-glib SUBDIR += geocode-glib2 SUBDIR += geoipupdate SUBDIR += gerbera SUBDIR += gfbgraph SUBDIR += gitlab-agent SUBDIR += gitup SUBDIR += glflow SUBDIR += glib-networking SUBDIR += glusterfs SUBDIR += gmid SUBDIR += gnet2 SUBDIR += gnetcat SUBDIR += gnome-connections SUBDIR += gnome-nettool SUBDIR += gnome-online-accounts SUBDIR += gnome-online-miners SUBDIR += gnu-radius SUBDIR += go-bapu SUBDIR += go-cs SUBDIR += go-tcping SUBDIR += gobgp SUBDIR += gofish SUBDIR += google-cloud-sdk SUBDIR += gopher SUBDIR += goreplay SUBDIR += gorss SUBDIR += gotthard SUBDIR += graphpath SUBDIR += grilo SUBDIR += grilo-plugins SUBDIR += grive2 SUBDIR += grpcox SUBDIR += grpcui SUBDIR += grpcurl SUBDIR += grsync SUBDIR += gscloud SUBDIR += gsk SUBDIR += gsocket SUBDIR += gspoof SUBDIR += gssdp SUBDIR += gssdp14 SUBDIR += gstreamer1-plugins-srtp SUBDIR += gtk-vnc SUBDIR += guacamole-server SUBDIR += gupnp SUBDIR += gupnp-av SUBDIR += gupnp-igd SUBDIR += gupnp-tools SUBDIR += gutenfetch SUBDIR += gwhois SUBDIR += h323plus SUBDIR += hanstunnel SUBDIR += haproxy SUBDIR += haproxy-devel SUBDIR += haproxy20 SUBDIR += haproxy22 SUBDIR += haproxy24 SUBDIR += haproxy25 SUBDIR += haproxy26 SUBDIR += haproxy27 SUBDIR += haproxy28 SUBDIR += hblock SUBDIR += hexinject SUBDIR += hlmaster SUBDIR += honeyd SUBDIR += hostapd SUBDIR += hostapd-devel SUBDIR += hostapd29 SUBDIR += hping3 SUBDIR += hsflowd SUBDIR += htpdate SUBDIR += http_ping SUBDIR += httping SUBDIR += httpry SUBDIR += iaxmodem SUBDIR += icmpinfo SUBDIR += icpld SUBDIR += ifdepd SUBDIR += iffinder SUBDIR += ifstat SUBDIR += ifstated SUBDIR += igmpproxy SUBDIR += iipsrv SUBDIR += ilbc SUBDIR += imapproxy SUBDIR += incidenceeditor SUBDIR += intel-em-kmod SUBDIR += intel-iavf-kmod SUBDIR += intel-ice-kmod SUBDIR += intel-igb-kmod SUBDIR += intel-irdma-kmod SUBDIR += intel-ix-kmod SUBDIR += intel-ixl-kmod SUBDIR += intel-ixv-kmod SUBDIR += iodine SUBDIR += ip2location SUBDIR += ip2proxy SUBDIR += ip6_int SUBDIR += ipdecap SUBDIR += ipgrab SUBDIR += ipinfo-cli SUBDIR += ipsumdump SUBDIR += ipxe SUBDIR += irrd SUBDIR += isboot-kmod SUBDIR += isc-dhcp44-client SUBDIR += isc-dhcp44-relay SUBDIR += isc-dhcp44-server SUBDIR += istgt SUBDIR += iwnet SUBDIR += java-beepcore SUBDIR += jcifs SUBDIR += jgroups SUBDIR += jicmp SUBDIR += jicmp6 SUBDIR += jose SUBDIR += jotta-cli SUBDIR += jrdesktop SUBDIR += jsch SUBDIR += jumpgate SUBDIR += jwhois SUBDIR += k6 SUBDIR += kafka SUBDIR += kamailio SUBDIR += kcalutils SUBDIR += kcat SUBDIR += kdenetwork SUBDIR += kdenetwork-filesharing SUBDIR += kea SUBDIR += keama SUBDIR += keycloak SUBDIR += kf5-kcalendarcore SUBDIR += kf5-kcontacts SUBDIR += kf5-kdav SUBDIR += kf5-kholidays SUBDIR += kf5-kxmlrpcclient SUBDIR += kf5-syndication SUBDIR += kf6-kcalendarcore SUBDIR += kf6-kcontacts SUBDIR += kf6-kdav SUBDIR += kf6-kholidays SUBDIR += kf6-syndication SUBDIR += kget SUBDIR += kidentitymanagement SUBDIR += kimap SUBDIR += kio-gdrive SUBDIR += kio-zeroconf SUBDIR += kippo SUBDIR += kitinerary SUBDIR += kldap SUBDIR += kmailtransport SUBDIR += kmbox SUBDIR += kmime SUBDIR += knc SUBDIR += knxd SUBDIR += kontactinterface SUBDIR += kpeoplevcard SUBDIR += kpimtextedit SUBDIR += krakend-ce SUBDIR += krdc SUBDIR += krfb SUBDIR += krill SUBDIR += ksmtp SUBDIR += ktnef SUBDIR += kube-apiserver SUBDIR += kube-controller-manager SUBDIR += kube-scheduler SUBDIR += l2tpd SUBDIR += ladvd SUBDIR += lambdamoo SUBDIR += landrop SUBDIR += latd SUBDIR += lavinmq SUBDIR += ldap-stats SUBDIR += ldapbrowser SUBDIR += ldapdiff SUBDIR += ldapscripts SUBDIR += ldapsdk SUBDIR += ldapsh SUBDIR += leproxy SUBDIR += lft SUBDIR += libarcus SUBDIR += libarms SUBDIR += libbgpdump SUBDIR += libcapn SUBDIR += libcharon SUBDIR += libcmis SUBDIR += libcoap SUBDIR += libdaq SUBDIR += libdmapsharing SUBDIR += libdnet SUBDIR += libexosip2 SUBDIR += libfabric SUBDIR += libfb SUBDIR += libfixbuf SUBDIR += libgravatar SUBDIR += libgrss SUBDIR += libgweather SUBDIR += libgweather4 SUBDIR += libilbc SUBDIR += libiscsi SUBDIR += libkgapi SUBDIR += libksieve SUBDIR += liblinphone SUBDIR += libmaia SUBDIR += libmateweather SUBDIR += libmaxminddb SUBDIR += libmdf SUBDIR += libmediawiki SUBDIR += libnatpmp SUBDIR += libndp SUBDIR += libnet SUBDIR += libnfs SUBDIR += libngtcp2 SUBDIR += libnids SUBDIR += libnpupnp SUBDIR += libnss-cache SUBDIR += libnss-mysql SUBDIR += libnss-pgsql SUBDIR += liboauth SUBDIR += libopennet SUBDIR += liboping SUBDIR += libosip2 SUBDIR += libpaho-mqtt3 SUBDIR += libpcap SUBDIR += libpcapnav SUBDIR += libpfctl SUBDIR += libproxy SUBDIR += libproxy-duktape SUBDIR += libproxy-gnome3 SUBDIR += libproxy-kde SUBDIR += libproxy-pacrunner SUBDIR += libproxy-perl SUBDIR += libproxy-python SUBDIR += libproxy-webkit3 SUBDIR += librdkafka SUBDIR += librespeed-cli SUBDIR += librespeed-go SUBDIR += librest1 SUBDIR += librsync SUBDIR += libsignal-protocol-c SUBDIR += libslirp SUBDIR += libsockpp SUBDIR += libsrtp2 SUBDIR += libtnl SUBDIR += libtrace SUBDIR += libunp SUBDIR += libusipp SUBDIR += libusrsctp SUBDIR += libvncserver SUBDIR += libwebsockets SUBDIR += libyang SUBDIR += libyang2 SUBDIR += libzapojit SUBDIR += libzmq3 SUBDIR += libzmq4 SUBDIR += liferea SUBDIR += linknx SUBDIR += linphone SUBDIR += linux-c7-avahi-libs SUBDIR += linux-c7-openldap SUBDIR += linux-c7-tcp_wrappers-libs + SUBDIR += linux-rl9-avahi-libs SUBDIR += liveMedia SUBDIR += lla SUBDIR += lualdap SUBDIR += luasocket SUBDIR += mDNSResponder SUBDIR += macchanger SUBDIR += mad_fcl SUBDIR += madonctl SUBDIR += mailcommon SUBDIR += mailimporter SUBDIR += malo-firmware-kmod SUBDIR += mcjoin SUBDIR += mdns-repeater SUBDIR += measurement-kit SUBDIR += mediastreamer SUBDIR += megacmd SUBDIR += megatools SUBDIR += mercury SUBDIR += messagelib SUBDIR += mgen SUBDIR += micro_inetd SUBDIR += micro_proxy SUBDIR += microsocks SUBDIR += minidlna SUBDIR += minissdpd SUBDIR += miniupnpc SUBDIR += miniupnpd SUBDIR += miredo SUBDIR += miruo SUBDIR += mlvpn SUBDIR += mobile-broadband-provider-info SUBDIR += mod_amd SUBDIR += mopd SUBDIR += mosh SUBDIR += mosquitto SUBDIR += motsognir SUBDIR += mpd-l2tp-ipv6pd-client SUBDIR += mpd5 SUBDIR += mpich SUBDIR += mpifx SUBDIR += mping SUBDIR += mptsd SUBDIR += mrouted SUBDIR += mrtparse SUBDIR += msend SUBDIR += msoak SUBDIR += mtr SUBDIR += mtr-nox11 SUBDIR += multicat SUBDIR += mvfst SUBDIR += nanomsg SUBDIR += narrowlink SUBDIR += nast SUBDIR += nats-nkeys SUBDIR += nats-nsc SUBDIR += nats-server SUBDIR += nats-streaming-server SUBDIR += nats-top SUBDIR += natscli SUBDIR += nbd-server SUBDIR += nbdkit SUBDIR += nc SUBDIR += ncp SUBDIR += ndisc6 SUBDIR += ndpi SUBDIR += ndproxy SUBDIR += neatvnc SUBDIR += nemesis SUBDIR += nepenthes SUBDIR += net6 SUBDIR += netatalk3 SUBDIR += netcat SUBDIR += netdiscover SUBDIR += netembryo SUBDIR += nethogs SUBDIR += netmap SUBDIR += netpipes SUBDIR += netscript SUBDIR += netsed SUBDIR += netselect SUBDIR += netstrain SUBDIR += netwib SUBDIR += nfsshell SUBDIR += nfstrace SUBDIR += ng_mikrotik_eoip SUBDIR += ngrep SUBDIR += nifmon SUBDIR += nitroshare SUBDIR += nload SUBDIR += nmsg SUBDIR += nncp SUBDIR += nng SUBDIR += norm SUBDIR += nqptp SUBDIR += ns3 SUBDIR += nsq SUBDIR += nss-pam-ldapd SUBDIR += nss-pam-ldapd-sasl SUBDIR += nss_ldap SUBDIR += nsscache SUBDIR += ntimed SUBDIR += ntopng SUBDIR += ntp SUBDIR += ntpa SUBDIR += ntpd-rs SUBDIR += ntpsec SUBDIR += ntraceroute SUBDIR += nusoap SUBDIR += nxproxy SUBDIR += nyancat SUBDIR += nylon SUBDIR += ocserv SUBDIR += oha SUBDIR += olsrd SUBDIR += omnitty SUBDIR += onedrive SUBDIR += onenetd SUBDIR += onioncat SUBDIR += onionprobe SUBDIR += ooni-mini SUBDIR += ooni-probe-cli SUBDIR += open-isns SUBDIR += openbgpd SUBDIR += openbgpd6 SUBDIR += openbgpd7 SUBDIR += openbgpd8 SUBDIR += openldap25-client SUBDIR += openldap25-server SUBDIR += openldap26-client SUBDIR += openldap26-server SUBDIR += openmdns SUBDIR += openmpi SUBDIR += openmpi4 SUBDIR += openntpd SUBDIR += openpgm SUBDIR += openradius SUBDIR += openrsync SUBDIR += opensips31 SUBDIR += openslp SUBDIR += openvswitch SUBDIR += ortp SUBDIR += osrtspproxy SUBDIR += ossp-sa SUBDIR += owamp SUBDIR += p5-Acme-HTTP SUBDIR += p5-AddressBook SUBDIR += p5-Amazon-SQS-Simple SUBDIR += p5-AnyEvent-MPRPC SUBDIR += p5-AnyEvent-MQTT SUBDIR += p5-AnyEvent-RabbitMQ SUBDIR += p5-AnyEvent-Twitter SUBDIR += p5-AnyEvent-Twitter-Stream SUBDIR += p5-AnyMQ-AMQP SUBDIR += p5-Apache2-SOAP SUBDIR += p5-BBS-Client SUBDIR += p5-BBS-UserInfo SUBDIR += p5-BBS-UserInfo-Maple3 SUBDIR += p5-BBS-UserInfo-Maple3itoc SUBDIR += p5-BBS-UserInfo-Ptt SUBDIR += p5-BBS-UserInfo-SOB SUBDIR += p5-BBS-UserInfo-Wretch SUBDIR += p5-Beanstalk-Client SUBDIR += p5-Cisco-IPPhone SUBDIR += p5-Crypt-DH-GMP SUBDIR += p5-Daemon-Generic SUBDIR += p5-Data-IPV4-Range-Parse SUBDIR += p5-EasyTCP SUBDIR += p5-Event-tcp SUBDIR += p5-File-Rsync SUBDIR += p5-File-RsyncP SUBDIR += p5-Frontier-RPC SUBDIR += p5-Geo-IP-PurePerl SUBDIR += p5-Geo-IPfree SUBDIR += p5-GeoIP2 SUBDIR += p5-Google-SAML-Request SUBDIR += p5-Google-SAML-Response SUBDIR += p5-Growl-GNTP SUBDIR += p5-IO-Interface SUBDIR += p5-IO-Socket-INET6 SUBDIR += p5-IO-Socket-IP SUBDIR += p5-IO-Socket-Multicast SUBDIR += p5-IO-Socket-Multicast6 SUBDIR += p5-IO-Socket-Socks SUBDIR += p5-IO-Socket-Socks-Wrapper SUBDIR += p5-IO-Socket-Timeout SUBDIR += p5-IO-Socket-UNIX-Util SUBDIR += p5-IP-Anonymous SUBDIR += p5-IP-Country SUBDIR += p5-IPC-Session SUBDIR += p5-IPv6-Address SUBDIR += p5-JavaScript-RPC SUBDIR += p5-Kafka SUBDIR += p5-MaxMind-DB-Common SUBDIR += p5-MaxMind-DB-Reader SUBDIR += p5-MaxMind-DB-Reader-XS SUBDIR += p5-Mojo-RabbitMQ-Client SUBDIR += p5-Net SUBDIR += p5-Net-ACME2 SUBDIR += p5-Net-AMQP SUBDIR += p5-Net-AMQP-RabbitMQ SUBDIR += p5-Net-APNS SUBDIR += p5-Net-APNs-Extended SUBDIR += p5-Net-ARP SUBDIR += p5-Net-Address-Ethernet SUBDIR += p5-Net-Address-IPv4-Local SUBDIR += p5-Net-Amazon SUBDIR += p5-Net-Amazon-AWSSign SUBDIR += p5-Net-Amazon-EC2 SUBDIR += p5-Net-Amazon-MechanicalTurk SUBDIR += p5-Net-Amazon-S3 SUBDIR += p5-Net-Amazon-Signature SUBDIR += p5-Net-Amazon-Signature-V3 SUBDIR += p5-Net-Amazon-Signature-V4 SUBDIR += p5-Net-Amazon-Thumbnail SUBDIR += p5-Net-Analysis SUBDIR += p5-Net-Appliance-Phrasebook SUBDIR += p5-Net-Appliance-Session SUBDIR += p5-Net-BGP SUBDIR += p5-Net-Blogger SUBDIR += p5-Net-CIDR-Lite SUBDIR += p5-Net-CIDR-MobileJP SUBDIR += p5-Net-CIDR-Set SUBDIR += p5-Net-CLI-Interact SUBDIR += p5-Net-CSTA SUBDIR += p5-Net-CascadeCopy SUBDIR += p5-Net-Cassandra SUBDIR += p5-Net-Cassandra-Easy SUBDIR += p5-Net-Connection SUBDIR += p5-Net-Connection-Match SUBDIR += p5-Net-Connection-Sort SUBDIR += p5-Net-Connection-lsof SUBDIR += p5-Net-Connection-ncnetstat SUBDIR += p5-Net-DAV-Server SUBDIR += p5-Net-DHCP SUBDIR += p5-Net-DHCP-Watch SUBDIR += p5-Net-DHCPClient SUBDIR += p5-Net-DLookup SUBDIR += p5-Net-Daemon SUBDIR += p5-Net-Delicious SUBDIR += p5-Net-Dict SUBDIR += p5-Net-Divert SUBDIR += p5-Net-Dropbox-API SUBDIR += p5-Net-EPP SUBDIR += p5-Net-EPP-Proxy SUBDIR += p5-Net-FS-Flickr SUBDIR += p5-Net-FS-Gmail SUBDIR += p5-Net-FTP-AutoReconnect SUBDIR += p5-Net-FTP-File SUBDIR += p5-Net-Finger SUBDIR += p5-Net-Flow SUBDIR += p5-Net-Frame SUBDIR += p5-Net-Frame-Device SUBDIR += p5-Net-Frame-Dump SUBDIR += p5-Net-Frame-Layer-ICMPv6 SUBDIR += p5-Net-Frame-Layer-IPv6 SUBDIR += p5-Net-Frame-Simple SUBDIR += p5-Net-GitHub SUBDIR += p5-Net-Gnats SUBDIR += p5-Net-Google SUBDIR += p5-Net-Google-Analytics SUBDIR += p5-Net-Google-AuthSub SUBDIR += p5-Net-Google-Calendar SUBDIR += p5-Net-Google-Code SUBDIR += p5-Net-Google-DataAPI SUBDIR += p5-Net-Google-PicasaWeb SUBDIR += p5-Net-Google-SafeBrowsing2 SUBDIR += p5-Net-Google-Spreadsheets SUBDIR += p5-Net-Growl SUBDIR += p5-Net-GrowlClient SUBDIR += p5-Net-HL7 SUBDIR += p5-Net-HTTP SUBDIR += p5-Net-HTTP-Spore SUBDIR += p5-Net-HTTP-Spore-Middleware-Header SUBDIR += p5-Net-HTTPS-Any SUBDIR += p5-Net-HTTPS-NB SUBDIR += p5-Net-Hiveminder SUBDIR += p5-Net-INET6Glue SUBDIR += p5-Net-IP-Minimal SUBDIR += p5-Net-IP-RangeCompare SUBDIR += p5-Net-IPTrie SUBDIR += p5-Net-IRR SUBDIR += p5-Net-Ident SUBDIR += p5-Net-Ifconfig-Wrapper SUBDIR += p5-Net-Interface SUBDIR += p5-Net-Jifty SUBDIR += p5-Net-LDAP-AutoDNs SUBDIR += p5-Net-LDAP-AutoServer SUBDIR += p5-Net-LDAP-Express SUBDIR += p5-Net-LDAP-FilterBuilder SUBDIR += p5-Net-LDAP-LDAPhash SUBDIR += p5-Net-LDAP-Makepath SUBDIR += p5-Net-LDAP-Server SUBDIR += p5-Net-LDAP-Server-Test SUBDIR += p5-Net-LDAP-posixAccount SUBDIR += p5-Net-LDAP-posixGroup SUBDIR += p5-Net-Libdnet SUBDIR += p5-Net-Libdnet6 SUBDIR += p5-Net-LimeLight-Purge SUBDIR += p5-Net-MAC SUBDIR += p5-Net-MAC-Vendor SUBDIR += p5-Net-MQTT SUBDIR += p5-Net-Mosso-CloudFiles SUBDIR += p5-Net-MovableType SUBDIR += p5-Net-NBName SUBDIR += p5-Net-NBsocket SUBDIR += p5-Net-NIS SUBDIR += p5-Net-NIS-Listgroup SUBDIR += p5-Net-NTP SUBDIR += p5-Net-Nessus-XMLRPC SUBDIR += p5-Net-Netcat SUBDIR += p5-Net-Nmsg SUBDIR += p5-Net-OAuth SUBDIR += p5-Net-OAuth-Simple SUBDIR += p5-Net-OAuth2 SUBDIR += p5-Net-OpenID-Consumer SUBDIR += p5-Net-OpenSSH SUBDIR += p5-Net-OpenSSH-Parallel SUBDIR += p5-Net-OpenStack-Attack SUBDIR += p5-Net-Packet SUBDIR += p5-Net-Packet-Target SUBDIR += p5-Net-ParseWhois SUBDIR += p5-Net-Patricia SUBDIR += p5-Net-Pcap SUBDIR += p5-Net-PcapUtils SUBDIR += p5-Net-Ping SUBDIR += p5-Net-Ping-External SUBDIR += p5-Net-Proxy SUBDIR += p5-Net-PubSubHubbub-Publisher SUBDIR += p5-Net-RTP SUBDIR += p5-Net-RabbitFoot SUBDIR += p5-Net-RabbitMQ SUBDIR += p5-Net-Radius SUBDIR += p5-Net-Random SUBDIR += p5-Net-RawIP SUBDIR += p5-Net-Rendezvous-Publish SUBDIR += p5-Net-Riak SUBDIR += p5-Net-Rsh SUBDIR += p5-Net-SAP SUBDIR += p5-Net-SCP SUBDIR += p5-Net-SCP-Expect SUBDIR += p5-Net-SDP SUBDIR += p5-Net-SFTP SUBDIR += p5-Net-SFTP-Foreign SUBDIR += p5-Net-SIP SUBDIR += p5-Net-SMPP SUBDIR += p5-Net-SMS-Clickatell SUBDIR += p5-Net-SMS-Mollie SUBDIR += p5-Net-SMS-PChome SUBDIR += p5-Net-SNPP SUBDIR += p5-Net-SPDY SUBDIR += p5-Net-SSH SUBDIR += p5-Net-SSH-Expect SUBDIR += p5-Net-SSH-Mechanize SUBDIR += p5-Net-SSH-Perl SUBDIR += p5-Net-SSH2 SUBDIR += p5-Net-STOMP-Client SUBDIR += p5-Net-Server SUBDIR += p5-Net-Server-Coro SUBDIR += p5-Net-Server-SS-PreFork SUBDIR += p5-Net-Subnet SUBDIR += p5-Net-Syslog SUBDIR += p5-Net-TCLink SUBDIR += p5-Net-TacacsPlus SUBDIR += p5-Net-TcpDumpLog SUBDIR += p5-Net-Telnet SUBDIR += p5-Net-Telnet-Netscreen SUBDIR += p5-Net-TiVo SUBDIR += p5-Net-Todoist SUBDIR += p5-Net-Traceroute SUBDIR += p5-Net-Traceroute-PurePerl SUBDIR += p5-Net-Traceroute6 SUBDIR += p5-Net-Trackback SUBDIR += p5-Net-Twitter SUBDIR += p5-Net-Twitter-Lite SUBDIR += p5-Net-VNC SUBDIR += p5-Net-Wake SUBDIR += p5-Net-WhitePages SUBDIR += p5-Net-Whois SUBDIR += p5-Net-Whois-ARIN SUBDIR += p5-Net-Whois-IP SUBDIR += p5-Net-Whois-RIPE SUBDIR += p5-Net-Whois-Raw SUBDIR += p5-Net-Works SUBDIR += p5-Net-Write SUBDIR += p5-Net-XWhois SUBDIR += p5-Net-Yadis SUBDIR += p5-Net-Z3950-SimpleServer SUBDIR += p5-Net-Z3950-ZOOM SUBDIR += p5-Net-ext SUBDIR += p5-Net-sFlow SUBDIR += p5-Net-uFTP SUBDIR += p5-NetAddr-IP-Count SUBDIR += p5-NetAddr-MAC SUBDIR += p5-NetPacket SUBDIR += p5-OAI-Harvester SUBDIR += p5-OurNet-BBS SUBDIR += p5-OurNet-BBSAgent SUBDIR += p5-POE-Component-Client-Ident SUBDIR += p5-POE-Component-Client-Keepalive SUBDIR += p5-POE-Component-Client-Ping SUBDIR += p5-POE-Component-Client-Telnet SUBDIR += p5-POE-Component-Client-Traceroute SUBDIR += p5-POE-Component-Client-Twitter SUBDIR += p5-POE-Component-Client-Whois SUBDIR += p5-POE-Component-ControlPort SUBDIR += p5-POE-Component-Generic SUBDIR += p5-POE-Component-Jabber SUBDIR += p5-POE-Component-Pcap SUBDIR += p5-POE-Component-PubSub SUBDIR += p5-POE-Component-Server-Twirc SUBDIR += p5-POEx-Role-TCPServer SUBDIR += p5-POSIX-Socket SUBDIR += p5-POSIX-getpeername SUBDIR += p5-Parallel-Pvm SUBDIR += p5-Parse-Netstat SUBDIR += p5-Phone-Info SUBDIR += p5-PlRPC SUBDIR += p5-Queue-Beanstalk SUBDIR += p5-REST-Application SUBDIR += p5-REST-Google SUBDIR += p5-RPC-EPC-Service SUBDIR += p5-RPC-Simple SUBDIR += p5-RPC-XML SUBDIR += p5-ResourcePool-Resource-Net-LDAP SUBDIR += p5-ResourcePool-Resource-SOAP-Lite SUBDIR += p5-Rose-URI SUBDIR += p5-S3 SUBDIR += p5-SOAP SUBDIR += p5-SOAP-Amazon-S3 SUBDIR += p5-SOAP-Data-Builder SUBDIR += p5-SOAP-Lite SUBDIR += p5-SOAP-MySOAP SUBDIR += p5-SOAP-XML-Client SUBDIR += p5-Samba-LDAP SUBDIR += p5-Server-Starter SUBDIR += p5-Socket SUBDIR += p5-Socket-Class SUBDIR += p5-Socket-GetAddrInfo SUBDIR += p5-Socket-Multicast6 SUBDIR += p5-Socket6 SUBDIR += p5-Socks SUBDIR += p5-Sort-Key-IPv4 SUBDIR += p5-TFTP SUBDIR += p5-Test-URI SUBDIR += p5-Text-Authinfo SUBDIR += p5-Twitter-API SUBDIR += p5-URI SUBDIR += p5-URI-Based SUBDIR += p5-URI-Encode-XS SUBDIR += p5-URI-Fast SUBDIR += p5-URI-FromHash SUBDIR += p5-URI-Match SUBDIR += p5-URI-Nested SUBDIR += p5-URI-OpenURL SUBDIR += p5-URI-Query SUBDIR += p5-URI-SmartURI SUBDIR += p5-URI-Template SUBDIR += p5-URI-Template-Restrict SUBDIR += p5-URI-cpan SUBDIR += p5-URI-db SUBDIR += p5-URI-ws SUBDIR += p5-VM-EC2 SUBDIR += p5-VM-EC2-Security-CredentialCache SUBDIR += p5-Validate-Net SUBDIR += p5-WebService-Dropbox SUBDIR += p5-WebService-Prowl SUBDIR += p5-What SUBDIR += p5-X500-DN SUBDIR += p5-XML-Compile-SOAP SUBDIR += p5-XML-Compile-SOAP-AnyEvent SUBDIR += p5-XML-Compile-SOAP-Daemon SUBDIR += p5-XML-Compile-SOAP-WSA SUBDIR += p5-XML-Compile-WSDL11 SUBDIR += p5-XML-Fast SUBDIR += p5-XML-RPC SUBDIR += p5-XML-RPC-Fast SUBDIR += p5-XMLRPC-Lite SUBDIR += p5-XPC SUBDIR += p5-ZMQ-FFI SUBDIR += p5-ip2location-perl SUBDIR += p5-ldap2pf SUBDIR += p5-ldap2pw SUBDIR += p5-perl-ldap SUBDIR += p5-srv2pf SUBDIR += pacemaker2 SUBDIR += packetdrill SUBDIR += packter-agent SUBDIR += parpd SUBDIR += pathneck SUBDIR += pbnc SUBDIR += pear-Auth_RADIUS SUBDIR += pear-File_Bittorrent2 SUBDIR += pear-Horde_Kolab_Server SUBDIR += pear-Horde_Kolab_Session SUBDIR += pear-Horde_Ldap SUBDIR += pear-Horde_Rpc SUBDIR += pear-Horde_Scribe SUBDIR += pear-Horde_Socket_Client SUBDIR += pear-Horde_Url SUBDIR += pear-Net_CDDB SUBDIR += pear-Net_CheckIP SUBDIR += pear-Net_DIME SUBDIR += pear-Net_DNSBL SUBDIR += pear-Net_Dict SUBDIR += pear-Net_Finger SUBDIR += pear-Net_Geo SUBDIR += pear-Net_GeoIP SUBDIR += pear-Net_Growl SUBDIR += pear-Net_IDNA SUBDIR += pear-Net_IPv4 SUBDIR += pear-Net_IPv6 SUBDIR += pear-Net_Ident SUBDIR += pear-Net_LDAP SUBDIR += pear-Net_LDAP2 SUBDIR += pear-Net_MAC SUBDIR += pear-Net_NNTP SUBDIR += pear-Net_Nmap SUBDIR += pear-Net_POP3 SUBDIR += pear-Net_Ping SUBDIR += pear-Net_SMS SUBDIR += pear-Net_SMTP SUBDIR += pear-Net_Server SUBDIR += pear-Net_Sieve SUBDIR += pear-Net_Socket SUBDIR += pear-Net_Traceroute SUBDIR += pear-Net_URL SUBDIR += pear-Net_URL2 SUBDIR += pear-Net_URL_Mapper SUBDIR += pear-Net_UserAgent_Detect SUBDIR += pear-Net_UserAgent_Mobile SUBDIR += pear-Net_Vpopmaild SUBDIR += pear-Net_Whois SUBDIR += pear-SOAP SUBDIR += pear-Services_Pingback SUBDIR += pear-Services_Twitter SUBDIR += pear-URI_Template SUBDIR += pear-XML_RPC SUBDIR += pear-XML_RPC2 SUBDIR += pecl-amqp SUBDIR += pecl-oauth2 SUBDIR += pecl-radius SUBDIR += pecl-rdkafka SUBDIR += pecl-smbclient SUBDIR += pecl-xmlrpc SUBDIR += pen SUBDIR += php81-ldap SUBDIR += php81-soap SUBDIR += php81-sockets SUBDIR += php82-ldap SUBDIR += php82-soap SUBDIR += php82-sockets SUBDIR += php83-ldap SUBDIR += php83-soap SUBDIR += php83-sockets SUBDIR += phpldapadmin SUBDIR += pichi SUBDIR += pimcommon SUBDIR += pimd SUBDIR += pimdd SUBDIR += pjsip SUBDIR += pkt-gen SUBDIR += pktanon SUBDIR += pload SUBDIR += plugdaemon SUBDIR += poptop SUBDIR += portfwd SUBDIR += pptpclient SUBDIR += proby SUBDIR += proftpd-mod_ldap SUBDIR += prosearch SUBDIR += proxy-suite SUBDIR += proxychains SUBDIR += proxychains-ng SUBDIR += prtunnel SUBDIR += ptpd2 SUBDIR += ptunnel SUBDIR += pvm SUBDIR += pwhois SUBDIR += pwnat SUBDIR += pxe SUBDIR += pxe-pdhcp SUBDIR += py-DTLSSocket SUBDIR += py-GeoIP2 SUBDIR += py-aiocoap SUBDIR += py-aiohttp-socks SUBDIR += py-amqp SUBDIR += py-amqplib SUBDIR += py-avahi SUBDIR += py-blobfile SUBDIR += py-bonsai SUBDIR += py-casttube SUBDIR += py-cepa SUBDIR += py-cjdns SUBDIR += py-cloudflare-scrape SUBDIR += py-cloudflare-scrape-js2py SUBDIR += py-cloudscraper SUBDIR += py-confluent-kafka SUBDIR += py-cymruwhois SUBDIR += py-dpkt SUBDIR += py-duet SUBDIR += py-dugong SUBDIR += py-ec2-cli-tools SUBDIR += py-ephemeral-port-reserve SUBDIR += py-err-backend-discord SUBDIR += py-err-backend-mattermost SUBDIR += py-errbot SUBDIR += py-errbot-backend-slackv3 SUBDIR += py-eventlet SUBDIR += py-gdown SUBDIR += py-geopy SUBDIR += py-gntp SUBDIR += py-gspread SUBDIR += py-h11 SUBDIR += py-haproxy-cli SUBDIR += py-haproxy-log-analysis SUBDIR += py-haproxyctl SUBDIR += py-httpstat SUBDIR += py-ifaddr SUBDIR += py-impacket SUBDIR += py-iplib SUBDIR += py-iptools SUBDIR += py-kafka-python SUBDIR += py-kombu SUBDIR += py-ldap0 SUBDIR += py-ldap3 SUBDIR += py-ldapdomaindump SUBDIR += py-ldappool SUBDIR += py-libcloud SUBDIR += py-libdnet SUBDIR += py-magic-wormhole SUBDIR += py-matrix-synapse-ldap3 SUBDIR += py-maxminddb SUBDIR += py-miniupnpc SUBDIR += py-mpi4py SUBDIR += py-mpi4py-mpich SUBDIR += py-msrplib SUBDIR += py-ndg-httpsclient SUBDIR += py-netaddr SUBDIR += py-netif SUBDIR += py-netifaces SUBDIR += py-netsnmpagent SUBDIR += py-nnpy SUBDIR += py-ntplib SUBDIR += py-oauth SUBDIR += py-oauth2 SUBDIR += py-paho-mqtt SUBDIR += py-pamqp SUBDIR += py-pcapy SUBDIR += py-pcapy-ng SUBDIR += py-port-for SUBDIR += py-portend SUBDIR += py-pychromecast SUBDIR += py-pyenet SUBDIR += py-pyfixbuf SUBDIR += py-pygeoip SUBDIR += py-pyicap SUBDIR += py-pynamecheap SUBDIR += py-pynmsg SUBDIR += py-pynsq SUBDIR += py-pypacker SUBDIR += py-pypcap SUBDIR += py-pyroute2 SUBDIR += py-pyroute2.minimal SUBDIR += py-pyroute2.protocols SUBDIR += py-pysendfile SUBDIR += py-pyshark SUBDIR += py-pysmb SUBDIR += py-pysocks SUBDIR += py-pystun SUBDIR += py-python-barbicanclient SUBDIR += py-python-bitcoinrpc SUBDIR += py-python-cinderclient SUBDIR += py-python-designateclient SUBDIR += py-python-glanceclient SUBDIR += py-python-heatclient SUBDIR += py-python-ipware SUBDIR += py-python-keystoneclient SUBDIR += py-python-ldap SUBDIR += py-python-neutronclient SUBDIR += py-python-novaclient SUBDIR += py-python-openstackclient SUBDIR += py-python-socks SUBDIR += py-python-twitter SUBDIR += py-pytradfri SUBDIR += py-pyu2f SUBDIR += py-pyvmomi SUBDIR += py-pyzmq SUBDIR += py-qt5-networkauth SUBDIR += py-qt6-networkauth SUBDIR += py-rabbitpy SUBDIR += py-radix SUBDIR += py-raet SUBDIR += py-ripe.atlas.cousteau SUBDIR += py-ripe.atlas.sagan SUBDIR += py-ripe.atlas.tools SUBDIR += py-s3cmd SUBDIR += py-s3transfer SUBDIR += py-s4cmd SUBDIR += py-saltyrtc.server SUBDIR += py-sbws SUBDIR += py-scamper SUBDIR += py-shodan SUBDIR += py-siosocks SUBDIR += py-smart-open SUBDIR += py-smbpasswd SUBDIR += py-smbprotocol SUBDIR += py-soap2py SUBDIR += py-socketio-client SUBDIR += py-socksio SUBDIR += py-softlayer SUBDIR += py-speedometer SUBDIR += py-speedtest-cli SUBDIR += py-sshtunnel SUBDIR += py-sshuttle SUBDIR += py-stomp.py SUBDIR += py-suds SUBDIR += py-tacacs_plus SUBDIR += py-terminado SUBDIR += py-tiny-proxy SUBDIR += py-tofu SUBDIR += py-transip SUBDIR += py-trio SUBDIR += py-trio-websocket SUBDIR += py-tweepy SUBDIR += py-twitter-tools SUBDIR += py-txamqp SUBDIR += py-txrestapi SUBDIR += py-uri-template SUBDIR += py-uritemplate SUBDIR += py-uritools SUBDIR += py-url-normalize SUBDIR += py-urlextract SUBDIR += py-urllib3 SUBDIR += py-whois SUBDIR += py-wmi-query SUBDIR += py-wsdd SUBDIR += py-wsproto SUBDIR += py-zeep SUBDIR += py-zeroconf SUBDIR += py-zope.proxy SUBDIR += pyrad SUBDIR += qadsl SUBDIR += qoauth-qt5 SUBDIR += qrcp SUBDIR += qt5-network SUBDIR += qt5-networkauth SUBDIR += qt6-coap SUBDIR += qt6-networkauth SUBDIR += quagga SUBDIR += quiche SUBDIR += quoted SUBDIR += rabbiteer SUBDIR += rabbitmq SUBDIR += rabbitmq-c SUBDIR += radcli SUBDIR += raddump SUBDIR += radiator SUBDIR += radiusclient SUBDIR += radreport SUBDIR += radsecproxy SUBDIR += radvd SUBDIR += rathole SUBDIR += rclone SUBDIR += rclone-browser SUBDIR += rdapper SUBDIR += rdesktop SUBDIR += rdist6 SUBDIR += rdist7 SUBDIR += read_bbrlog SUBDIR += realtek-re-kmod SUBDIR += realtek-re-kmod198 SUBDIR += reaver SUBDIR += recvnet SUBDIR += redir SUBDIR += relayd SUBDIR += remarkable-devd SUBDIR += remmina SUBDIR += remotebox SUBDIR += remotedesk SUBDIR += repeater SUBDIR += revsocks SUBDIR += rfbproxy SUBDIR += rinetd SUBDIR += ripe-whois SUBDIR += rosenpass SUBDIR += rospo SUBDIR += routinator SUBDIR += rpki-client SUBDIR += rscsi SUBDIR += rsplib SUBDIR += rssguard SUBDIR += rsyn SUBDIR += rsync SUBDIR += rsync-bpc SUBDIR += rtg SUBDIR += rtpproxy SUBDIR += rtptools SUBDIR += rubygem-activestorage52 SUBDIR += rubygem-activestorage60 SUBDIR += rubygem-activestorage61 SUBDIR += rubygem-activestorage70 SUBDIR += rubygem-activestorage71 SUBDIR += rubygem-amazon-ec2 SUBDIR += rubygem-amq-protocol SUBDIR += rubygem-amqp SUBDIR += rubygem-amqp-utils SUBDIR += rubygem-apollo_upload_server SUBDIR += rubygem-app_store_connect SUBDIR += rubygem-asset_sync SUBDIR += rubygem-aws-s3 SUBDIR += rubygem-aws-ses SUBDIR += rubygem-azure SUBDIR += rubygem-azure-core SUBDIR += rubygem-beefcake SUBDIR += rubygem-bunny SUBDIR += rubygem-cloudflare SUBDIR += rubygem-connection_pool SUBDIR += rubygem-devfile SUBDIR += rubygem-docker-api SUBDIR += rubygem-dogapi SUBDIR += rubygem-domain_name SUBDIR += rubygem-dropbox-sdk SUBDIR += rubygem-epp-client-afnic SUBDIR += rubygem-epp-client-base SUBDIR += rubygem-epp-client-rgp SUBDIR += rubygem-epp-client-secdns SUBDIR += rubygem-epp-client-smallregistry SUBDIR += rubygem-fog-aliyun SUBDIR += rubygem-fog-atmos SUBDIR += rubygem-fog-aws SUBDIR += rubygem-fog-azure SUBDIR += rubygem-fog-brightbox SUBDIR += rubygem-fog-cloudatcost SUBDIR += rubygem-fog-cloudstack SUBDIR += rubygem-fog-digitalocean SUBDIR += rubygem-fog-dnsimple SUBDIR += rubygem-fog-dynect SUBDIR += rubygem-fog-ecloud SUBDIR += rubygem-fog-google SUBDIR += rubygem-fog-gridscale SUBDIR += rubygem-fog-internet-archive SUBDIR += rubygem-fog-joyent SUBDIR += rubygem-fog-local SUBDIR += rubygem-fog-openstack SUBDIR += rubygem-fog-ovirt SUBDIR += rubygem-fog-powerdns SUBDIR += rubygem-fog-profitbricks SUBDIR += rubygem-fog-rackspace SUBDIR += rubygem-fog-radosgw SUBDIR += rubygem-fog-riakcs SUBDIR += rubygem-fog-sakuracloud SUBDIR += rubygem-fog-serverlove SUBDIR += rubygem-fog-softlayer SUBDIR += rubygem-fog-storm_on_demand SUBDIR += rubygem-fog-terremark SUBDIR += rubygem-fog-vmfusion SUBDIR += rubygem-fog-voxel SUBDIR += rubygem-fog-vsphere SUBDIR += rubygem-fog-xenserver SUBDIR += rubygem-gitaly SUBDIR += rubygem-gitaly-proto SUBDIR += rubygem-gitlab-fog-azure-rm SUBDIR += rubygem-gitlab_omniauth-ldap SUBDIR += rubygem-google-cloud-bigquery SUBDIR += rubygem-google-cloud-bigtable SUBDIR += rubygem-google-cloud-bigtable-admin-v2 SUBDIR += rubygem-google-cloud-bigtable-v2 SUBDIR += rubygem-google-cloud-compute-v1 SUBDIR += rubygem-google-cloud-core SUBDIR += rubygem-google-cloud-env SUBDIR += rubygem-google-cloud-errors SUBDIR += rubygem-google-cloud-location SUBDIR += rubygem-google-cloud-logging SUBDIR += rubygem-google-cloud-logging-v2 SUBDIR += rubygem-google-cloud-monitoring SUBDIR += rubygem-google-cloud-monitoring-dashboard-v1 SUBDIR += rubygem-google-cloud-monitoring-metrics_scope-v1 SUBDIR += rubygem-google-cloud-monitoring-v3 SUBDIR += rubygem-google-cloud-pubsub SUBDIR += rubygem-google-cloud-pubsub-v1 SUBDIR += rubygem-google-cloud-resource_manager SUBDIR += rubygem-google-cloud-spanner SUBDIR += rubygem-google-cloud-spanner-admin-database-v1 SUBDIR += rubygem-google-cloud-spanner-admin-instance-v1 SUBDIR += rubygem-google-cloud-spanner-v1 SUBDIR += rubygem-google-cloud-storage SUBDIR += rubygem-google-cloud-storage145 SUBDIR += rubygem-google-cloud-trace SUBDIR += rubygem-google-cloud-trace-v1 SUBDIR += rubygem-google-cloud-trace-v2 SUBDIR += rubygem-grpc SUBDIR += rubygem-hangouts-chat SUBDIR += rubygem-http-parser SUBDIR += rubygem-http_parser.rb SUBDIR += rubygem-httpauth SUBDIR += rubygem-interfacez SUBDIR += rubygem-ipaddr SUBDIR += rubygem-ipaddress SUBDIR += rubygem-iproto SUBDIR += rubygem-kas-grpc SUBDIR += rubygem-lita-gems SUBDIR += rubygem-macaddr SUBDIR += rubygem-maxmind-db SUBDIR += rubygem-mqtt SUBDIR += rubygem-nats-pure SUBDIR += rubygem-net-ldap SUBDIR += rubygem-net-ldap017 SUBDIR += rubygem-net-netrc SUBDIR += rubygem-net-ntp SUBDIR += rubygem-net-ping SUBDIR += rubygem-net-protocol SUBDIR += rubygem-net-protocol01 SUBDIR += rubygem-netrc SUBDIR += rubygem-network_interface SUBDIR += rubygem-nkf SUBDIR += rubygem-no_proxy_fix SUBDIR += rubygem-oauth SUBDIR += rubygem-oauth2 SUBDIR += rubygem-oauth21 SUBDIR += rubygem-octokit SUBDIR += rubygem-octokit4 SUBDIR += rubygem-octopress-deploy SUBDIR += rubygem-omniauth-auth0 SUBDIR += rubygem-omniauth-authentiq SUBDIR += rubygem-omniauth-azure-activedirectory-v2 SUBDIR += rubygem-omniauth-azure-oauth2 SUBDIR += rubygem-omniauth-facebook SUBDIR += rubygem-omniauth-github SUBDIR += rubygem-omniauth-github-discourse SUBDIR += rubygem-omniauth-google-oauth2 SUBDIR += rubygem-omniauth-kerberos SUBDIR += rubygem-omniauth-oauth SUBDIR += rubygem-omniauth-oauth2 SUBDIR += rubygem-omniauth-openid SUBDIR += rubygem-omniauth-salesforce SUBDIR += rubygem-omniauth-twitter SUBDIR += rubygem-omniauth-ultraauth SUBDIR += rubygem-omniauth_openid_connect SUBDIR += rubygem-open-uri SUBDIR += rubygem-open-uri-cached SUBDIR += rubygem-openid_connect SUBDIR += rubygem-opennebula SUBDIR += rubygem-orchestrator_client SUBDIR += rubygem-ovirt-engine-sdk SUBDIR += rubygem-packetfu SUBDIR += rubygem-packetgen SUBDIR += rubygem-pcaprub SUBDIR += rubygem-private_address_check SUBDIR += rubygem-proxifier SUBDIR += rubygem-proxifier2 SUBDIR += rubygem-qiniu SUBDIR += rubygem-rabbiter SUBDIR += rubygem-rbvmomi SUBDIR += rubygem-rbvmomi2 SUBDIR += rubygem-right_aws SUBDIR += rubygem-right_flexiscale SUBDIR += rubygem-right_gogrid SUBDIR += rubygem-right_http_connection SUBDIR += rubygem-right_slicehost SUBDIR += rubygem-rsync SUBDIR += rubygem-ruby-growl SUBDIR += rubygem-ruby-openid SUBDIR += rubygem-ruby-yadis SUBDIR += rubygem-ruby_smb SUBDIR += rubygem-rubyntlm SUBDIR += rubygem-rubytter SUBDIR += rubygem-rudy SUBDIR += rubygem-rye SUBDIR += rubygem-serverengine SUBDIR += rubygem-simple_oauth SUBDIR += rubygem-spamcheck SUBDIR += rubygem-stackdriver-core SUBDIR += rubygem-stompserver SUBDIR += rubygem-t SUBDIR += rubygem-train SUBDIR += rubygem-train-core SUBDIR += rubygem-train-rest SUBDIR += rubygem-train-winrm SUBDIR += rubygem-tweetstream SUBDIR += rubygem-twitter SUBDIR += rubygem-twitter-stream SUBDIR += rubygem-twitter4r SUBDIR += rubygem-u2f SUBDIR += rubygem-uri SUBDIR += rubygem-uri-redis SUBDIR += rubygem-uri_template SUBDIR += rubygem-whois SUBDIR += rubygem-x SUBDIR += rubygem-xmlrpc SUBDIR += rude SUBDIR += rustdesk-server SUBDIR += ryu SUBDIR += s3m SUBDIR += s5cmd SUBDIR += sacc SUBDIR += sakisafecli SUBDIR += samba416 SUBDIR += samba419 SUBDIR += samplicator SUBDIR += savvycan SUBDIR += sbm SUBDIR += scamper SUBDIR += scapy SUBDIR += scr_ipfm SUBDIR += sctplib SUBDIR += sdl2_net SUBDIR += sdl_net SUBDIR += seaweedfs SUBDIR += seda SUBDIR += self-service-password SUBDIR += sems SUBDIR += sendemail SUBDIR += sendsms SUBDIR += sendsnpp SUBDIR += serveez SUBDIR += serviio SUBDIR += sflowtool SUBDIR += shadowsocks-libev SUBDIR += shadowsocks-rust SUBDIR += shelldap SUBDIR += shmux SUBDIR += sie-nmsg SUBDIR += simpleproxy SUBDIR += sing-box SUBDIR += siproxd SUBDIR += sipsak SUBDIR += sl2tps SUBDIR += slackcat SUBDIR += slurm SUBDIR += smb4k SUBDIR += smbldap-tools SUBDIR += smcroute SUBDIR += smm++ SUBDIR += sngrep SUBDIR += sniffit SUBDIR += sniffnet SUBDIR += sniproxy SUBDIR += sntop SUBDIR += sobby SUBDIR += socat SUBDIR += sock SUBDIR += socketapi SUBDIR += socketbind SUBDIR += socketpipe SUBDIR += socketw SUBDIR += sofia-sip SUBDIR += speedtest SUBDIR += speedtest-go SUBDIR += spiritvnc SUBDIR += spoofer SUBDIR += spread SUBDIR += spread-j SUBDIR += sqtop SUBDIR += srelay SUBDIR += ss5 SUBDIR += sshping SUBDIR += ssldump SUBDIR += sslh SUBDIR += ssspl SUBDIR += stc SUBDIR += stone SUBDIR += storj SUBDIR += stund SUBDIR += subnetcalc SUBDIR += suckblow SUBDIR += sup SUBDIR += svnup SUBDIR += syncthing SUBDIR += tableutil SUBDIR += tac_plus4 SUBDIR += tacacs SUBDIR += tapidbus SUBDIR += tayga SUBDIR += tclsoap SUBDIR += tcludp SUBDIR += tcpcat SUBDIR += tcpdump SUBDIR += tcpflow SUBDIR += tcpick SUBDIR += tcpillust SUBDIR += tcping SUBDIR += tcpkali SUBDIR += tcplog_dumper SUBDIR += tcpmssd SUBDIR += tcpproxy SUBDIR += tcpreen SUBDIR += tcprtt SUBDIR += tcpsg SUBDIR += tcpshow SUBDIR += tcpslice SUBDIR += tcpsplit SUBDIR += tcpstat SUBDIR += tcptestsuite SUBDIR += tcptrace SUBDIR += tcptraceroute SUBDIR += tcpview SUBDIR += tcpwatch SUBDIR += tcpxd SUBDIR += tcpxtract SUBDIR += td-system-tools SUBDIR += tdetect SUBDIR += termshark SUBDIR += tftpgrab SUBDIR += throttled SUBDIR += tigervnc-server SUBDIR += tigervnc-viewer SUBDIR += tigervnc-viewer-java SUBDIR += tightvnc SUBDIR += timed SUBDIR += tintin++ SUBDIR += tiny-network-utilities SUBDIR += tinyfugue SUBDIR += tinyfugue-devel SUBDIR += tinyldap SUBDIR += tn5250 SUBDIR += toonel SUBDIR += torsocks SUBDIR += traefik SUBDIR += traff SUBDIR += trafshow SUBDIR += trafshow3 SUBDIR += trickle SUBDIR += trippy SUBDIR += ts-warp SUBDIR += tsclient SUBDIR += tsctp SUBDIR += tsocks SUBDIR += tunneller SUBDIR += turnserver SUBDIR += u6rd SUBDIR += ucarp SUBDIR += udp-over-tcp SUBDIR += udpbroadcastrelay SUBDIR += udptunnel SUBDIR += udpxy SUBDIR += udt SUBDIR += uget SUBDIR += uhttpmock SUBDIR += ulxmlrpcpp SUBDIR += unfs3 SUBDIR += unison SUBDIR += unison240 SUBDIR += unison248 SUBDIR += unison251 SUBDIR += unix2tcp SUBDIR += urelay SUBDIR += uriparser SUBDIR += urlendec SUBDIR += usbredir SUBDIR += usockets SUBDIR += utftpd SUBDIR += v2ray SUBDIR += vde SUBDIR += vde2 SUBDIR += vether-kmod SUBDIR += viamillipede SUBDIR += vinagre SUBDIR += vino SUBDIR += vmware-vsphere-cli SUBDIR += vncreflector SUBDIR += vnstat SUBDIR += vortex SUBDIR += vtun SUBDIR += wackamole SUBDIR += wakeonlan SUBDIR += wangle SUBDIR += waypipe SUBDIR += wayvnc SUBDIR += webalizer-geodb SUBDIR += whois SUBDIR += widentd SUBDIR += wifi-firmware-ath10k-kmod SUBDIR += wifi-firmware-ath11k-kmod SUBDIR += wifi-firmware-kmod SUBDIR += wifi-firmware-mt76-kmod SUBDIR += wifi-firmware-rtw88-kmod SUBDIR += wifi-firmware-rtw89-kmod SUBDIR += wifibox SUBDIR += wifibox-alpine SUBDIR += wifibox-core SUBDIR += wireguard-go SUBDIR += wireguard-tools SUBDIR += wireproxy SUBDIR += wireshark SUBDIR += wlan2eth SUBDIR += wlvncc SUBDIR += wmnd SUBDIR += wmnet SUBDIR += wmnetload SUBDIR += wmping SUBDIR += wmwave SUBDIR += wmwifi SUBDIR += wol SUBDIR += wpa_supplicant_gui SUBDIR += wping SUBDIR += wstunnel SUBDIR += x11vnc SUBDIR += x2goclient SUBDIR += x2goclient-cli SUBDIR += xapsd SUBDIR += xisp SUBDIR += xmlrpc-c SUBDIR += xmlrpc-epi SUBDIR += xprobe SUBDIR += xrdesktop2 SUBDIR += xrdp SUBDIR += xrdp-devel SUBDIR += yami4 SUBDIR += yaph SUBDIR += yate SUBDIR += yaz SUBDIR += yaz++ SUBDIR += yazproxy SUBDIR += yconalyzer SUBDIR += yggdrasil SUBDIR += yptransitd SUBDIR += zebra-server SUBDIR += zerotier SUBDIR += zillion SUBDIR += zmap SUBDIR += zsync SUBDIR += zyre .include diff --git a/net/linux-rl9-avahi-libs/Makefile b/net/linux-rl9-avahi-libs/Makefile new file mode 100644 index 000000000000..254df7da9587 --- /dev/null +++ b/net/linux-rl9-avahi-libs/Makefile @@ -0,0 +1,21 @@ +PORTNAME= avahi +PORTVERSION= 0.8 +DISTVERSIONSUFFIX= -12.el9 +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_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 new file mode 100644 index 000000000000..450fcdaf37cd --- /dev/null +++ b/net/linux-rl9-avahi-libs/distinfo @@ -0,0 +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 diff --git a/net/linux-rl9-avahi-libs/pkg-plist.amd64 b/net/linux-rl9-avahi-libs/pkg-plist.amd64 new file mode 100644 index 000000000000..dd75a1f3ddc0 --- /dev/null +++ b/net/linux-rl9-avahi-libs/pkg-plist.amd64 @@ -0,0 +1,11 @@ +usr/lib/.build-id/3a/e011551fccbb54cd5e7ae674746a403a8bd1aa +usr/lib/.build-id/6f/55a55ef19dbffac8c042272fa66eba2d29722f +usr/lib/.build-id/ce/6cd6f24551b1c8add8159ae06a13c0de2ae429 +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/print/Makefile b/print/Makefile index 81e5613c69cb..51b86ed528c5 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,270 +1,273 @@ COMMENT = Desktop publishing SUBDIR += R-cran-knitr SUBDIR += R-cran-textshaping SUBDIR += R-cran-tinytex SUBDIR += a2pdf SUBDIR += a2ps SUBDIR += abcm2ps SUBDIR += adobe-cmaps SUBDIR += afm SUBDIR += alignmargins SUBDIR += ansiprint SUBDIR += asprint SUBDIR += auctex SUBDIR += bibcursed SUBDIR += bibview SUBDIR += brlaser SUBDIR += c2ps SUBDIR += catdvi SUBDIR += cdlabelgen SUBDIR += cups SUBDIR += cups-bjnp SUBDIR += cups-filters SUBDIR += cups-fxlinuxprint SUBDIR += cups-pdf SUBDIR += cups-pk-helper SUBDIR += cups-smb-backend SUBDIR += deforaos-pdfviewer SUBDIR += derelict-ft SUBDIR += detex SUBDIR += dot2tex SUBDIR += dvi2tty SUBDIR += dvips2ascii SUBDIR += dvisvg SUBDIR += dymo-cups-drivers SUBDIR += easylatex SUBDIR += enscript-a4 SUBDIR += enscript-letter SUBDIR += enscript-letterdj SUBDIR += epson-inkjet-printer-201207w SUBDIR += epson-inkjet-printer-201401w SUBDIR += epson-inkjet-printer-201601w SUBDIR += epson-inkjet-printer-escpr SUBDIR += epson-inkjet-printer-escpr2 SUBDIR += epsonepl SUBDIR += fig2dev SUBDIR += flpsed SUBDIR += font-amsfonts SUBDIR += font2svg SUBDIR += fontforge SUBDIR += foo2zjs SUBDIR += foomatic-db SUBDIR += foomatic-db-engine SUBDIR += foomatic-db-hpijs SUBDIR += foomatic-filters SUBDIR += fpdf SUBDIR += freetype2 SUBDIR += ft2demos SUBDIR += ghostscript10 SUBDIR += gimp-gutenprint SUBDIR += gl2ps SUBDIR += gsfonts SUBDIR += gspdf SUBDIR += gtklp SUBDIR += gutenprint SUBDIR += gv SUBDIR += harfbuzz SUBDIR += harfbuzz-cairo SUBDIR += harfbuzz-icu SUBDIR += hp2xx SUBDIR += hplip SUBDIR += hplip-plugin SUBDIR += hs-hscolour SUBDIR += html2latex SUBDIR += html2ps SUBDIR += hyperlatex SUBDIR += indexinfo SUBDIR += ipp-usb SUBDIR += kde_poster SUBDIR += latex-beamer SUBDIR += latex-biber SUBDIR += latex-ltablex SUBDIR += latex-resume SUBDIR += latex2rtf SUBDIR += latexdiff SUBDIR += libharu SUBDIR += libijs SUBDIR += libmspub01 SUBDIR += libotf SUBDIR += libpagemaker SUBDIR += libpaper SUBDIR += libraqm SUBDIR += libspectre SUBDIR += lilypond SUBDIR += lilypond-devel SUBDIR += limereport SUBDIR += linux-c7-cups-libs SUBDIR += linux-c7-freetype SUBDIR += linux-c7-harfbuzz SUBDIR += linux-jabref + SUBDIR += linux-rl9-cups-libs + SUBDIR += linux-rl9-freetype + SUBDIR += linux-rl9-harfbuzz SUBDIR += lout SUBDIR += lprps SUBDIR += lyx SUBDIR += magicfilter SUBDIR += makeindex SUBDIR += mftrace SUBDIR += miktex SUBDIR += min12xxw SUBDIR += mp-a4 SUBDIR += mp-letter SUBDIR += mpage SUBDIR += muttprint SUBDIR += nenscript SUBDIR += okc321 SUBDIR += openprinting SUBDIR += p5-Font-FreeType SUBDIR += p5-Net-CUPS SUBDIR += p5-Net-Printer SUBDIR += p5-PDF-Template SUBDIR += p5-PDFLib SUBDIR += p5-PostScript SUBDIR += p5-PostScript-PPD SUBDIR += p5-PostScript-Simple SUBDIR += p5-Text-PDF SUBDIR += p5-XML-ApacheFOP SUBDIR += p5-XML-Handler-AxPoint SUBDIR += p910nd SUBDIR += panda SUBDIR += papersize-default-a4 SUBDIR += papersize-default-letter SUBDIR += paps SUBDIR += pcal SUBDIR += pdf-redact-tools SUBDIR += pdf-renderer SUBDIR += pdf-tools SUBDIR += pdf4tcl SUBDIR += pdfarranger SUBDIR += pdfbox SUBDIR += pdfchain SUBDIR += pdfcpu SUBDIR += pdflib SUBDIR += pdflib-perl SUBDIR += pdfmixtool SUBDIR += pdfstitch SUBDIR += pdftk SUBDIR += pear-File_PDF SUBDIR += pfbtopfa SUBDIR += photoprint SUBDIR += pic2fig SUBDIR += pkfonts118 SUBDIR += pkfonts240 SUBDIR += pkfonts300 SUBDIR += pkfonts360 SUBDIR += pkfonts400 SUBDIR += pkfonts600 SUBDIR += plasma6-print-manager SUBDIR += pnm2ppa SUBDIR += posterazor SUBDIR += print-manager SUBDIR += ps2eps SUBDIR += pscal SUBDIR += psdim SUBDIR += pslib SUBDIR += pstotext SUBDIR += psutils SUBDIR += py-PyMuPDF SUBDIR += py-collidoscope SUBDIR += py-dehinter SUBDIR += py-font-v SUBDIR += py-fontaine SUBDIR += py-fontbakery SUBDIR += py-fontparts SUBDIR += py-fontpens SUBDIR += py-fonttools SUBDIR += py-fpdf SUBDIR += py-freetype-py SUBDIR += py-frescobaldi SUBDIR += py-glyphsets SUBDIR += py-glyphtools SUBDIR += py-pollyreports SUBDIR += py-preppy SUBDIR += py-psautohint SUBDIR += py-pycups SUBDIR += py-pydyf SUBDIR += py-pypdf SUBDIR += py-pypdf2 SUBDIR += py-pypdf3 SUBDIR += py-python-ly SUBDIR += py-relatorio SUBDIR += py-reportlab SUBDIR += py-rtf SUBDIR += py-ttfautohint-py SUBDIR += py-ufolib2 SUBDIR += py-uharfbuzz SUBDIR += py-vharfbuzz SUBDIR += py-weasyprint SUBDIR += qpdf SUBDIR += qpdfview SUBDIR += qt5-printsupport SUBDIR += qt6-pdf SUBDIR += rlpr SUBDIR += rtf2latex2e SUBDIR += rubygem-afm SUBDIR += rubygem-color SUBDIR += rubygem-color-tools SUBDIR += rubygem-color_diff SUBDIR += rubygem-pdf-core SUBDIR += rubygem-pdf-core09 SUBDIR += rubygem-pdf-reader SUBDIR += rubygem-pdf-writer SUBDIR += rubygem-prawn SUBDIR += rubygem-prawn-core SUBDIR += rubygem-prawn-flexible-table SUBDIR += rubygem-prawn-format SUBDIR += rubygem-prawn-graph SUBDIR += rubygem-prawn-icon SUBDIR += rubygem-prawn-js SUBDIR += rubygem-prawn-layout SUBDIR += rubygem-prawn-security SUBDIR += rubygem-prawn-svg SUBDIR += rubygem-prawn-table SUBDIR += rubygem-prawn-templates SUBDIR += rubygem-prawn24 SUBDIR += rubygem-prawn_shapes SUBDIR += rubygem-rbpdf SUBDIR += rubygem-rbpdf-font SUBDIR += rubygem-ttfunk SUBDIR += rubygem-ttfunk17 SUBDIR += scribus SUBDIR += scribus-devel SUBDIR += sgf2tex SUBDIR += shrinkpdf SUBDIR += simple-fb2-reader SUBDIR += sioyek SUBDIR += splix SUBDIR += system-config-printer SUBDIR += t1utils SUBDIR += tex-basic-engines SUBDIR += tex-dvipdfmx SUBDIR += tex-dvipsk SUBDIR += tex-formats SUBDIR += tex-jadetex SUBDIR += tex-luatex SUBDIR += tex-ptexenc SUBDIR += tex-xdvik SUBDIR += tex-xetex SUBDIR += tex-xmltex SUBDIR += texinfo SUBDIR += texlive-base SUBDIR += texlive-docs SUBDIR += texlive-full SUBDIR += texlive-texmf SUBDIR += texlive-texmf-source SUBDIR += texlive-tlmgr SUBDIR += texvc SUBDIR += tgif2tex SUBDIR += transfig SUBDIR += trueprint SUBDIR += ttf2pt1 SUBDIR += ttfautohint SUBDIR += txtbdf2ps SUBDIR += typetools SUBDIR += utopia SUBDIR += xmbibtex SUBDIR += xpdfopen SUBDIR += xreader SUBDIR += xtexsh SUBDIR += yatex .include diff --git a/print/linux-rl9-cups-libs/Makefile b/print/linux-rl9-cups-libs/Makefile new file mode 100644 index 000000000000..1cdabf7ac44b --- /dev/null +++ b/print/linux-rl9-cups-libs/Makefile @@ -0,0 +1,21 @@ +PORTNAME= cups +PORTVERSION= 2.3.3 +DISTVERSIONSUFFIX= op2-16.el9 +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_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 new file mode 100644 index 000000000000..c0d7218d6363 --- /dev/null +++ b/print/linux-rl9-cups-libs/distinfo @@ -0,0 +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 diff --git a/print/linux-rl9-cups-libs/pkg-plist.amd64 b/print/linux-rl9-cups-libs/pkg-plist.amd64 new file mode 100644 index 000000000000..4f7a7148a2ad --- /dev/null +++ b/print/linux-rl9-cups-libs/pkg-plist.amd64 @@ -0,0 +1,6 @@ +usr/lib/.build-id/13/a1f523293454c70fa61238f17e719cdf860ec9 +usr/lib/.build-id/e6/db0a3bc23a4f9b0fd93568d82de81f422ad091 +usr/lib64/libcups.so.2 +usr/lib64/libcupsimage.so.2 +usr/share/licenses/cups-libs/LICENSE +usr/share/licenses/cups-libs/NOTICE diff --git a/print/linux-rl9-freetype/Makefile b/print/linux-rl9-freetype/Makefile new file mode 100644 index 000000000000..e68e25c8fb04 --- /dev/null +++ b/print/linux-rl9-freetype/Makefile @@ -0,0 +1,19 @@ +PORTNAME= freetype +PORTVERSION= 2.10.4 +DISTVERSIONSUFFIX= -9.el9 +CATEGORIES= print linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Font rendering engine (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.freetype.org/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= png +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/print/linux-rl9-freetype/distinfo b/print/linux-rl9-freetype/distinfo new file mode 100644 index 000000000000..0e003ad8661b --- /dev/null +++ b/print/linux-rl9-freetype/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686555200 +SHA256 (rocky/f/freetype-2.10.4-9.el9.aarch64.rpm) = c2d6031c5510402b53ce06a32928a552bd6022a9ca95927d4ec4e9ebbe6708a3 +SIZE (rocky/f/freetype-2.10.4-9.el9.aarch64.rpm) = 390708 +SHA256 (rocky/f/freetype-2.10.4-9.el9.x86_64.rpm) = 4a67eb2e7514b1f9a2861b2262e2da56d997d5fcaa3166ec730d2e7d87945498 +SIZE (rocky/f/freetype-2.10.4-9.el9.x86_64.rpm) = 396348 +SHA256 (rocky/f/freetype-2.10.4-9.el9.src.rpm) = d483a7160180e9a99a9b9eb206c094ed98ce76156136835d573950b8cac4c5a5 +SIZE (rocky/f/freetype-2.10.4-9.el9.src.rpm) = 4762690 diff --git a/print/linux-rl9-freetype/pkg-plist.amd64 b/print/linux-rl9-freetype/pkg-plist.amd64 new file mode 100644 index 000000000000..4cc72583f1ea --- /dev/null +++ b/print/linux-rl9-freetype/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/02/938d6dee7f4fc35a476dc732f6aa55d03c98a8 +usr/lib64/libfreetype.so.6 +usr/lib64/libfreetype.so.6.17.4 +%%PORTDOCS%%usr/share/doc/freetype/README +usr/share/licenses/freetype/FTL.TXT +usr/share/licenses/freetype/GPLv2.TXT +usr/share/licenses/freetype/LICENSE.TXT diff --git a/print/linux-rl9-harfbuzz/Makefile b/print/linux-rl9-harfbuzz/Makefile new file mode 100644 index 000000000000..1d7d573bb9f7 --- /dev/null +++ b/print/linux-rl9-harfbuzz/Makefile @@ -0,0 +1,21 @@ +PORTNAME= harfbuzz +PORTVERSION= 2.7.4 +DISTVERSIONSUFFIX= -8.el9 +CATEGORIES= print linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= OpenType text shaping engine (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://harfbuzz.github.io/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= graphite2 +USE_LINUX_RPM= yes + +CPE_VENDOR= harfbuzz_project + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/print/linux-rl9-harfbuzz/distinfo b/print/linux-rl9-harfbuzz/distinfo new file mode 100644 index 000000000000..93825ca53721 --- /dev/null +++ b/print/linux-rl9-harfbuzz/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686556069 +SHA256 (rocky/h/harfbuzz-2.7.4-8.el9.aarch64.rpm) = b47a67517cbf58bc96fff46af7e1190680ac544892d45e2a7979d039e9eff12c +SIZE (rocky/h/harfbuzz-2.7.4-8.el9.aarch64.rpm) = 639259 +SHA256 (rocky/h/harfbuzz-2.7.4-8.el9.x86_64.rpm) = 14a4364a8fc2e4e3507fb32ea9d557c3c8d4f7b3659237ebb5bcc7d12dc019ad +SIZE (rocky/h/harfbuzz-2.7.4-8.el9.x86_64.rpm) = 639411 +SHA256 (rocky/h/harfbuzz-2.7.4-8.el9.src.rpm) = 17443e9d7ca87d9def9e885fc4694fb740a684f04a7176e28b35a547094413f2 +SIZE (rocky/h/harfbuzz-2.7.4-8.el9.src.rpm) = 9549467 diff --git a/print/linux-rl9-harfbuzz/pkg-plist.amd64 b/print/linux-rl9-harfbuzz/pkg-plist.amd64 new file mode 100644 index 000000000000..25296a98376a --- /dev/null +++ b/print/linux-rl9-harfbuzz/pkg-plist.amd64 @@ -0,0 +1,14 @@ +usr/lib/.build-id/1f/d6c96c2487ea35ff30bfb10a7377ec0c4585a6 +usr/lib/.build-id/55/c6ac71b7f1e76649b2a29c96ec81f001fe4351 +usr/lib/.build-id/cd/65aa4c1179271c0d2fc437ce41443746924f4d +usr/lib64/girepository-1.0/HarfBuzz-0.0.typelib +usr/lib64/libharfbuzz-gobject.so.0 +usr/lib64/libharfbuzz-gobject.so.0.20704.0 +usr/lib64/libharfbuzz-subset.so.0 +usr/lib64/libharfbuzz-subset.so.0.20704.0 +usr/lib64/libharfbuzz.so.0 +usr/lib64/libharfbuzz.so.0.20704.0 +%%PORTDOCS%%usr/share/doc/harfbuzz/AUTHORS +%%PORTDOCS%%usr/share/doc/harfbuzz/NEWS +%%PORTDOCS%%usr/share/doc/harfbuzz/README +usr/share/licenses/harfbuzz/COPYING diff --git a/security/Makefile b/security/Makefile index 711aacd4cc1b..1ed35d54c4d2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,1397 +1,1403 @@ 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-libgcrypt + SUBDIR += linux-rl9-libgpg-error + SUBDIR += linux-rl9-libtasn1 + 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 new file mode 100644 index 000000000000..4f737ba6db2c --- /dev/null +++ b/security/linux-rl9-ca-certificates/Makefile @@ -0,0 +1,17 @@ +PORTNAME= ca-certificates +PORTVERSION= 2022.2.54 +DISTVERSIONSUFFIX= -90.2.el9 +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 new file mode 100644 index 000000000000..b74ee0b7ac4b --- /dev/null +++ b/security/linux-rl9-ca-certificates/distinfo @@ -0,0 +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 diff --git a/security/linux-rl9-ca-certificates/pkg-descr b/security/linux-rl9-ca-certificates/pkg-descr new file mode 100644 index 000000000000..b835104f5911 --- /dev/null +++ b/security/linux-rl9-ca-certificates/pkg-descr @@ -0,0 +1,2 @@ +Root certificates from certificate authorities included in the Mozilla +NSS library and thus in Firefox and Thunderbird. diff --git a/security/linux-rl9-ca-certificates/pkg-plist b/security/linux-rl9-ca-certificates/pkg-plist new file mode 100644 index 000000000000..c2a23403a596 --- /dev/null +++ b/security/linux-rl9-ca-certificates/pkg-plist @@ -0,0 +1,28 @@ +etc/pki/ca-trust/README +etc/pki/ca-trust/ca-legacy.conf +etc/pki/ca-trust/extracted/README +etc/pki/ca-trust/extracted/edk2/README +etc/pki/ca-trust/extracted/java/README +etc/pki/ca-trust/extracted/openssl/README +etc/pki/ca-trust/extracted/pem/README +etc/pki/ca-trust/source/README +etc/pki/java/cacerts +etc/pki/tls/cert.pem +etc/pki/tls/certs/ca-bundle.crt +etc/pki/tls/certs/ca-bundle.trust.crt +etc/ssl/cert.pem +etc/ssl/certs +etc/ssl/ct_log_list.cnf +etc/ssl/openssl.cnf +usr/bin/ca-legacy +usr/bin/update-ca-trust +usr/share/man/man8/ca-legacy.8.gz +usr/share/man/man8/update-ca-trust.8.gz +usr/share/pki/ca-trust-legacy/ca-bundle.legacy.default.crt +usr/share/pki/ca-trust-legacy/ca-bundle.legacy.disable.crt +usr/share/pki/ca-trust-source/README +usr/share/pki/ca-trust-source/ca-bundle.trust.p11-kit +@dir etc/pki/ca-trust/source/anchors +@dir etc/pki/ca-trust/source/blocklist +@dir usr/share/pki/ca-trust-source/anchors +@dir usr/share/pki/ca-trust-source/blocklist diff --git a/security/linux-rl9-libgcrypt/Makefile b/security/linux-rl9-libgcrypt/Makefile new file mode 100644 index 000000000000..e18a96cb94a4 --- /dev/null +++ b/security/linux-rl9-libgcrypt/Makefile @@ -0,0 +1,23 @@ +PORTNAME= libgcrypt +PORTVERSION= 1.10.0 +DISTVERSIONSUFFIX= -10.el9_2 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Crypto library based on code used in GnuPG (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.gnupg.org/software/libgcrypt/index.html + +LICENSE= LGPL21+ + +USES= cpe linux:rl9 +CPE_VENDOR= gnupg +USE_LDCONFIG= yes +USE_LINUX= libgpg-error +USE_LINUX_RPM= yes + +CONFLICTS= linux-c6-${PORTNAME} linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/security/linux-rl9-libgcrypt/distinfo b/security/linux-rl9-libgcrypt/distinfo new file mode 100644 index 000000000000..7c00ca4966ee --- /dev/null +++ b/security/linux-rl9-libgcrypt/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686487559 +SHA256 (rocky/l/libgcrypt-1.10.0-10.el9_2.aarch64.rpm) = cd317ea959dd8dedce41d3f08ed96210b5a0f25287a029565fe4cb0c6ac0419a +SIZE (rocky/l/libgcrypt-1.10.0-10.el9_2.aarch64.rpm) = 460087 +SHA256 (rocky/l/libgcrypt-1.10.0-10.el9_2.x86_64.rpm) = edc9b3c4f250cbd1601f0163ea23cbed7a4d8af5e995d4a906122686ddca3cf8 +SIZE (rocky/l/libgcrypt-1.10.0-10.el9_2.x86_64.rpm) = 515979 +SHA256 (rocky/l/libgcrypt-1.10.0-10.el9_2.src.rpm) = 3149d059871928d478eedd5c5b72d1895bdac80562e94e7feb7651837179f24d +SIZE (rocky/l/libgcrypt-1.10.0-10.el9_2.src.rpm) = 3925835 diff --git a/security/linux-rl9-libgcrypt/pkg-plist.amd64 b/security/linux-rl9-libgcrypt/pkg-plist.amd64 new file mode 100644 index 000000000000..8f3e6ca6d5b9 --- /dev/null +++ b/security/linux-rl9-libgcrypt/pkg-plist.amd64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/3d/6b325fb24d09990a1b32343b27d3762d9ace14 +usr/lib64/libgcrypt.so.20 +usr/lib64/libgcrypt.so.20.4.0 +%%PORTDOCS%%usr/share/doc/libgcrypt/AUTHORS +%%PORTDOCS%%usr/share/doc/libgcrypt/NEWS +%%PORTDOCS%%usr/share/doc/libgcrypt/THANKS +usr/share/licenses/libgcrypt/COPYING.LIB +@dir etc/gcrypt diff --git a/security/linux-rl9-libgpg-error/Makefile b/security/linux-rl9-libgpg-error/Makefile new file mode 100644 index 000000000000..a7cb63c7f430 --- /dev/null +++ b/security/linux-rl9-libgpg-error/Makefile @@ -0,0 +1,22 @@ +PORTNAME= libgpg-error +PORTVERSION= 1.42 +DISTVERSIONSUFFIX= -5.el9 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Common error values for all GnuPG components (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.gnupg.org/software/libgpg-error/ + +LICENSE= LGPL21+ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c6-${PORTNAME} linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.include diff --git a/security/linux-rl9-libgpg-error/distinfo b/security/linux-rl9-libgpg-error/distinfo new file mode 100644 index 000000000000..d9c1f6362c15 --- /dev/null +++ b/security/linux-rl9-libgpg-error/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686487296 +SHA256 (rocky/l/libgpg-error-1.42-5.el9.aarch64.rpm) = e22037efb56a2856af7ee66c0e6a590a5047357e7cfe303abc6a23a53753eb28 +SIZE (rocky/l/libgpg-error-1.42-5.el9.aarch64.rpm) = 213543 +SHA256 (rocky/l/libgpg-error-1.42-5.el9.x86_64.rpm) = 7d48fb4ca1e935a491cb02a85abdd5b91b329168962c1b11ca434c2b80c079fa +SIZE (rocky/l/libgpg-error-1.42-5.el9.x86_64.rpm) = 215938 +SHA256 (rocky/l/libgpg-error-1.42-5.el9.src.rpm) = dd6f3ee019352606e8a62c4044cf6974cdf12eb2ad1db197cc9a3b7e6f598003 +SIZE (rocky/l/libgpg-error-1.42-5.el9.src.rpm) = 991758 diff --git a/security/linux-rl9-libgpg-error/pkg-plist.amd64 b/security/linux-rl9-libgpg-error/pkg-plist.amd64 new file mode 100644 index 000000000000..7d0c1618fb8e --- /dev/null +++ b/security/linux-rl9-libgpg-error/pkg-plist.amd64 @@ -0,0 +1,31 @@ +usr/bin/gpg-error +usr/lib/.build-id/6a/51c4775d127d417f1739858c83e6b9d3ab0c37 +usr/lib/.build-id/d3/29208c15a720c5907854b9b69541c9bf401969 +usr/lib64/libgpg-error.so.0 +usr/lib64/libgpg-error.so.0.32.0 +%%PORTDOCS%%usr/share/doc/libgpg-error/AUTHORS +%%PORTDOCS%%usr/share/doc/libgpg-error/NEWS +%%PORTDOCS%%usr/share/doc/libgpg-error/README +%%DATADIR%%/errorref.txt +usr/share/licenses/libgpg-error/COPYING +usr/share/licenses/libgpg-error/COPYING.LIB +%%NLS%%usr/share/locale/cs/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo diff --git a/security/linux-rl9-libtasn1/Makefile b/security/linux-rl9-libtasn1/Makefile new file mode 100644 index 000000000000..314b9c389b44 --- /dev/null +++ b/security/linux-rl9-libtasn1/Makefile @@ -0,0 +1,23 @@ +PORTNAME= libtasn1 +PORTVERSION= 4.16.0 +DISTVERSIONSUFFIX= -8.el9_1 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= ASN.1 structure parser library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.gnu.org/software/libtasn1/ + +LICENSE= LGPL21+ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CPE_VENDOR= gnu + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/security/linux-rl9-libtasn1/distinfo b/security/linux-rl9-libtasn1/distinfo new file mode 100644 index 000000000000..cf12a47112cf --- /dev/null +++ b/security/linux-rl9-libtasn1/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686579023 +SHA256 (rocky/l/libtasn1-4.16.0-8.el9_1.aarch64.rpm) = 3963d58e43412e91e47454836e5431fbc77014d411ac6eec4847fc7cede46a6d +SIZE (rocky/l/libtasn1-4.16.0-8.el9_1.aarch64.rpm) = 74132 +SHA256 (rocky/l/libtasn1-4.16.0-8.el9_1.x86_64.rpm) = f62a78a4d12241611733a45d896511c9825d06116373f4277e08acbae7565322 +SIZE (rocky/l/libtasn1-4.16.0-8.el9_1.x86_64.rpm) = 74962 +SHA256 (rocky/l/libtasn1-4.16.0-8.el9_1.src.rpm) = e2e95c833a6d79d774eec3b60e0cb856a8403e455925c1a5626a70f8cf068fdc +SIZE (rocky/l/libtasn1-4.16.0-8.el9_1.src.rpm) = 1889934 diff --git a/security/linux-rl9-libtasn1/pkg-plist.amd64 b/security/linux-rl9-libtasn1/pkg-plist.amd64 new file mode 100644 index 000000000000..596d938c21b2 --- /dev/null +++ b/security/linux-rl9-libtasn1/pkg-plist.amd64 @@ -0,0 +1,9 @@ +usr/lib/.build-id/c1/7247c829f91e289fb9424e7a05b9946d8985d2 +usr/lib64/libtasn1.so.6 +usr/lib64/libtasn1.so.6.6.0 +%%PORTDOCS%%usr/share/doc/libtasn1/AUTHORS +%%PORTDOCS%%usr/share/doc/libtasn1/NEWS +%%PORTDOCS%%usr/share/doc/libtasn1/README.md +usr/share/licenses/libtasn1/COPYING +usr/share/licenses/libtasn1/COPYING.LESSER +usr/share/licenses/libtasn1/LICENSE diff --git a/security/linux-rl9-nss/Makefile b/security/linux-rl9-nss/Makefile new file mode 100644 index 000000000000..63482e44f491 --- /dev/null +++ b/security/linux-rl9-nss/Makefile @@ -0,0 +1,24 @@ +PORTNAME= nss +PORTVERSION= 3.79.0 +DISTVERSIONSUFFIX= -18.el9_1 +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}-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 new file mode 100644 index 000000000000..287ac13077e4 --- /dev/null +++ b/security/linux-rl9-nss/distinfo @@ -0,0 +1,15 @@ +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 diff --git a/security/linux-rl9-nss/pkg-plist.amd64 b/security/linux-rl9-nss/pkg-plist.amd64 new file mode 100644 index 000000000000..498e8f03572d --- /dev/null +++ b/security/linux-rl9-nss/pkg-plist.amd64 @@ -0,0 +1,33 @@ +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/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-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 new file mode 100644 index 000000000000..8f991224c890 --- /dev/null +++ b/security/linux-rl9-p11-kit/Makefile @@ -0,0 +1,23 @@ +PORTNAME= p11-kit +PORTVERSION= 0.24.1 +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 + +.include diff --git a/security/linux-rl9-p11-kit/distinfo b/security/linux-rl9-p11-kit/distinfo new file mode 100644 index 000000000000..5e427554558f --- /dev/null +++ b/security/linux-rl9-p11-kit/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1686579117 +SHA256 (rocky/p/p11-kit-0.24.1-2.el9.aarch64.rpm) = 2115edc84ecf17aafd73ee1e61e55030ce77a2f5aee0a8cfd2c7f53612df3a20 +SIZE (rocky/p/p11-kit-0.24.1-2.el9.aarch64.rpm) = 357079 +SHA256 (rocky/p/p11-kit-0.24.1-2.el9.x86_64.rpm) = 2e9ba88f7638b89033dd8e3559f9c5c0a84cfa40110d061131391283eff07017 +SIZE (rocky/p/p11-kit-0.24.1-2.el9.x86_64.rpm) = 373722 +SHA256 (rocky/p/p11-kit-trust-0.24.1-2.el9.aarch64.rpm) = f4a15510e60f410597da7e2bbc0cc1966cee9c3192f9f78310891d229b614659 +SIZE (rocky/p/p11-kit-trust-0.24.1-2.el9.aarch64.rpm) = 145568 +SHA256 (rocky/p/p11-kit-trust-0.24.1-2.el9.x86_64.rpm) = f3323fd8f94b5590ce6b8a191db48315eee46e1f4c5b1902b1c0b14982dc4b34 +SIZE (rocky/p/p11-kit-trust-0.24.1-2.el9.x86_64.rpm) = 147969 +SHA256 (rocky/p/p11-kit-0.24.1-2.el9.src.rpm) = e6975f9bfca9cffefa50d5e5e7bb13bb64d332eda1912e120958071fff46e82b +SIZE (rocky/p/p11-kit-0.24.1-2.el9.src.rpm) = 911275 diff --git a/security/linux-rl9-p11-kit/pkg-plist.amd64 b/security/linux-rl9-p11-kit/pkg-plist.amd64 new file mode 100644 index 000000000000..9fcf4c485a78 --- /dev/null +++ b/security/linux-rl9-p11-kit/pkg-plist.amd64 @@ -0,0 +1,95 @@ +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/p11-kit-proxy.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 507132946d4a..bcfe6160c3f2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,2165 +1,2167 @@ 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 += 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 new file mode 100644 index 000000000000..043be551293f --- /dev/null +++ b/textproc/linux-rl9-expat/Makefile @@ -0,0 +1,23 @@ +PORTNAME= expat +PORTVERSION= 2.5.0 +DISTVERSIONSUFFIX= -1.el9 +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 new file mode 100644 index 000000000000..6c13c1ab460b --- /dev/null +++ b/textproc/linux-rl9-expat/distinfo @@ -0,0 +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 diff --git a/textproc/linux-rl9-expat/pkg-plist.amd64 b/textproc/linux-rl9-expat/pkg-plist.amd64 new file mode 100644 index 000000000000..de13e69e7455 --- /dev/null +++ b/textproc/linux-rl9-expat/pkg-plist.amd64 @@ -0,0 +1,9 @@ +usr/bin/xmlwf +usr/lib/.build-id/9a/41ed42b487f1fd56b143c1fb23d0a026855b61 +usr/lib/.build-id/f5/898ecdf9b8a818232a2d64e40ee70ff0e98fa1 +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 new file mode 100644 index 000000000000..137d8b97e76a --- /dev/null +++ b/textproc/linux-rl9-libxml2/Makefile @@ -0,0 +1,22 @@ +PORTNAME= libxml2 +PORTVERSION= 2.9.13 +DISTVERSIONSUFFIX= -3.el9_1 +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 new file mode 100644 index 000000000000..9764d7a601dc --- /dev/null +++ b/textproc/linux-rl9-libxml2/distinfo @@ -0,0 +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 diff --git a/textproc/linux-rl9-libxml2/pkg-plist.amd64 b/textproc/linux-rl9-libxml2/pkg-plist.amd64 new file mode 100644 index 000000000000..99e3a2e194b8 --- /dev/null +++ b/textproc/linux-rl9-libxml2/pkg-plist.amd64 @@ -0,0 +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/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/x11-fonts/Makefile b/x11-fonts/Makefile index 707a788986cb..7f58ae77f84f 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -1,344 +1,345 @@ COMMENT = X11 fonts and font utilities SUBDIR += 3270font SUBDIR += Hasklig SUBDIR += afdko SUBDIR += agave SUBDIR += alef SUBDIR += alegreya SUBDIR += alegreya-sans SUBDIR += alfont SUBDIR += amigafonts SUBDIR += andika SUBDIR += anomaly-mono SUBDIR += anonymous-pro SUBDIR += apl385 SUBDIR += artwiz-aleczapka SUBDIR += artwiz-aleczapka-de SUBDIR += artwiz-aleczapka-se SUBDIR += artwiz-fonts SUBDIR += atkinson-hyperlegible SUBDIR += averiagwf SUBDIR += b612 SUBDIR += bdf2sfd SUBDIR += bdfresize SUBDIR += bdftopcf SUBDIR += bitstream-vera SUBDIR += bitter SUBDIR += blackout SUBDIR += c64bdf SUBDIR += cantarell-fonts SUBDIR += cascadia-code SUBDIR += charis SUBDIR += charis-compact SUBDIR += chomsky SUBDIR += clearsans SUBDIR += code2000 SUBDIR += comfortaa-ttf SUBDIR += comic-neue SUBDIR += commit-mono SUBDIR += consolamono-ttf SUBDIR += courier-prime SUBDIR += cozette SUBDIR += croscorefonts-fonts-ttf SUBDIR += crosextrafonts-caladea-ttf SUBDIR += crosextrafonts-carlito-ttf SUBDIR += cyberbit-ttfonts SUBDIR += cyr-rfx SUBDIR += datalegreya SUBDIR += dejavu SUBDIR += dina SUBDIR += doulos SUBDIR += doulos-compact SUBDIR += droid-fonts-ttf SUBDIR += dseg SUBDIR += encodings SUBDIR += exo SUBDIR += fantasque-sans-mono SUBDIR += fanwood SUBDIR += farsifonts SUBDIR += fcft SUBDIR += ferrite-core SUBDIR += fifteen SUBDIR += fira SUBDIR += firacode SUBDIR += firago SUBDIR += fnt SUBDIR += fntsample SUBDIR += font-adobe-100dpi SUBDIR += font-adobe-75dpi SUBDIR += font-adobe-utopia-100dpi SUBDIR += font-adobe-utopia-75dpi SUBDIR += font-adobe-utopia-type1 SUBDIR += font-alias SUBDIR += font-arabic-misc SUBDIR += font-awesome SUBDIR += font-bh-100dpi SUBDIR += font-bh-75dpi SUBDIR += font-bh-lucidatypewriter-100dpi SUBDIR += font-bh-lucidatypewriter-75dpi SUBDIR += font-bh-ttf SUBDIR += font-bh-type1 SUBDIR += font-bitstream-100dpi SUBDIR += font-bitstream-75dpi SUBDIR += font-bitstream-type1 SUBDIR += font-cronyx-cyrillic SUBDIR += font-cursor-misc SUBDIR += font-daewoo-misc SUBDIR += font-dec-misc SUBDIR += font-gost SUBDIR += font-ibm-type1 SUBDIR += font-isas-misc SUBDIR += font-jis-misc SUBDIR += font-manager SUBDIR += font-micro-misc SUBDIR += font-misc-cyrillic SUBDIR += font-misc-ethiopic SUBDIR += font-misc-meltho SUBDIR += font-misc-misc SUBDIR += font-mutt-misc SUBDIR += font-schumacher-misc SUBDIR += font-screen-cyrillic SUBDIR += font-sony-misc SUBDIR += font-sun-misc SUBDIR += font-tex-gyre-bonum-math SUBDIR += font-tex-gyre-pagella-math SUBDIR += font-tex-gyre-schola-math SUBDIR += font-tex-gyre-termes-math SUBDIR += font-util SUBDIR += font-winitzki-cyrillic SUBDIR += font-xfree86-type1 SUBDIR += fontconfig SUBDIR += fontobene SUBDIR += fontpreview SUBDIR += fonts-indic SUBDIR += fonttosfnt SUBDIR += freefont-ttf SUBDIR += freefonts SUBDIR += fslsfonts SUBDIR += gbdfed SUBDIR += geminifonts SUBDIR += genryu SUBDIR += genseki SUBDIR += gensen SUBDIR += gentium-basic SUBDIR += gentium-plus SUBDIR += genwan SUBDIR += genyo SUBDIR += genyog SUBDIR += gnu-unifont SUBDIR += gnu-unifont-otf SUBDIR += gofont-ttf SUBDIR += gohufont SUBDIR += google-fonts SUBDIR += hack-font SUBDIR += hanazono-fonts-ttf SUBDIR += hermit SUBDIR += iansui SUBDIR += ibmfonts SUBDIR += inconsolata-lgc-ttf SUBDIR += inconsolata-ttf SUBDIR += intel-one-mono SUBDIR += intlfonts SUBDIR += iosevka SUBDIR += isabella SUBDIR += jetbrains-mono SUBDIR += jf-openhuninn SUBDIR += jmk-x11-fonts SUBDIR += juliamono SUBDIR += junction SUBDIR += junicode SUBDIR += kaputa SUBDIR += khmeros SUBDIR += lato SUBDIR += league-gothic SUBDIR += league-spartan SUBDIR += lfpfonts-fix SUBDIR += lfpfonts-var SUBDIR += libFS SUBDIR += libXfont SUBDIR += libXfont2 SUBDIR += libXft SUBDIR += liberation-fonts-ttf SUBDIR += libertinus SUBDIR += libfontenc SUBDIR += linden-hill SUBDIR += linux-c7-fontconfig + SUBDIR += linux-rl9-fontconfig SUBDIR += linuxlibertine SUBDIR += linuxlibertine-g SUBDIR += lohit SUBDIR += manrope SUBDIR += manu-gothica SUBDIR += material-icons-ttf SUBDIR += materialdesign-ttf SUBDIR += meslo SUBDIR += mgopen SUBDIR += mkbold SUBDIR += mkbold-mkitalic SUBDIR += mkfontscale SUBDIR += mkitalic SUBDIR += monaspace SUBDIR += mondulkiri SUBDIR += monoid SUBDIR += montecarlo_fonts SUBDIR += montserrat SUBDIR += mourier SUBDIR += moveable-type-fonts SUBDIR += nerd-fonts SUBDIR += nexfontsel SUBDIR += noto SUBDIR += noto-basic SUBDIR += noto-emoji SUBDIR += noto-extra SUBDIR += noto-hk SUBDIR += noto-jp SUBDIR += noto-kr SUBDIR += noto-kufi-arabic SUBDIR += noto-naskh-arabic SUBDIR += noto-sans-arabic SUBDIR += noto-sans-armenian SUBDIR += noto-sans-basic SUBDIR += noto-sans-bengali SUBDIR += noto-sans-cham SUBDIR += noto-sans-cherokee SUBDIR += noto-sans-devanagari SUBDIR += noto-sans-ethiopic SUBDIR += noto-sans-extra SUBDIR += noto-sans-georgian SUBDIR += noto-sans-hebrew SUBDIR += noto-sans-hk SUBDIR += noto-sans-jp SUBDIR += noto-sans-khmer SUBDIR += noto-sans-kr SUBDIR += noto-sans-lao SUBDIR += noto-sans-mono SUBDIR += noto-sans-mono-basic SUBDIR += noto-sans-mono-extra SUBDIR += noto-sans-myanmar SUBDIR += noto-sans-sc SUBDIR += noto-sans-sinhala SUBDIR += noto-sans-symbols SUBDIR += noto-sans-symbols-basic SUBDIR += noto-sans-symbols-extra SUBDIR += noto-sans-symbols2 SUBDIR += noto-sans-tamil SUBDIR += noto-sans-tc SUBDIR += noto-sans-telugu SUBDIR += noto-sans-thai SUBDIR += noto-sc SUBDIR += noto-serif-armenian SUBDIR += noto-serif-basic SUBDIR += noto-serif-bengali SUBDIR += noto-serif-devanagari SUBDIR += noto-serif-display SUBDIR += noto-serif-ethiopic SUBDIR += noto-serif-extra SUBDIR += noto-serif-georgian SUBDIR += noto-serif-hebrew SUBDIR += noto-serif-hk SUBDIR += noto-serif-jp SUBDIR += noto-serif-khmer SUBDIR += noto-serif-kr SUBDIR += noto-serif-lao SUBDIR += noto-serif-myanmar SUBDIR += noto-serif-sc SUBDIR += noto-serif-sinhala SUBDIR += noto-serif-tamil SUBDIR += noto-serif-tc SUBDIR += noto-serif-telugu SUBDIR += noto-serif-thai SUBDIR += noto-tc SUBDIR += nucleus SUBDIR += office-code-pro SUBDIR += ohsnap SUBDIR += ohsnap-otb SUBDIR += oldschool-pc-fonts SUBDIR += open-sans SUBDIR += orbitron SUBDIR += otf2bdf SUBDIR += ots SUBDIR += oxygen-fonts SUBDIR += p5-Font-AFM SUBDIR += p5-Font-TTF SUBDIR += p5-Font-TTFMetrics SUBDIR += p5-type1inst SUBDIR += padauk SUBDIR += paratype SUBDIR += pcf2bdf SUBDIR += plex-ttf SUBDIR += powerline-fonts SUBDIR += prociono SUBDIR += profont SUBDIR += proggy_fonts SUBDIR += proggy_fonts-ttf SUBDIR += psftools SUBDIR += py-QtAwesome SUBDIR += py-afdko SUBDIR += py-axisregistry SUBDIR += py-babelfont SUBDIR += py-bdflib SUBDIR += py-booleanOperations SUBDIR += py-cffsubr SUBDIR += py-compreffor SUBDIR += py-cu2qu SUBDIR += py-defcon SUBDIR += py-fontMath SUBDIR += py-fontfeatures SUBDIR += py-fontmake SUBDIR += py-gflanguages SUBDIR += py-gfsubsets SUBDIR += py-glyphsLib SUBDIR += py-opentype-sanitizer SUBDIR += py-opentypespec SUBDIR += py-shaperglot SUBDIR += py-ufo2ft SUBDIR += py-ufoLib SUBDIR += py-ufolint SUBDIR += py-ufonormalizer SUBDIR += py-ufoprocessor SUBDIR += raleway SUBDIR += roboto-fonts-ttf SUBDIR += sgifonts SUBDIR += sharefonts SUBDIR += showfont SUBDIR += source-code-pro-ttf SUBDIR += source-sans-ttf SUBDIR += source-serif-ttf SUBDIR += spleen SUBDIR += steps-mono SUBDIR += stix-fonts SUBDIR += sudo-font SUBDIR += suxus SUBDIR += symbola SUBDIR += tamsyn SUBDIR += tamzen SUBDIR += terminus-font SUBDIR += terminus-ttf SUBDIR += tkfont SUBDIR += tlwg-ttf SUBDIR += tmu SUBDIR += tt2020 SUBDIR += tv-fonts SUBDIR += twemoji-color-font-ttf SUBDIR += ubuntu-font SUBDIR += urw-base35-fonts SUBDIR += urwfonts SUBDIR += urwfonts-ttf SUBDIR += uw-ttyp0 SUBDIR += victor-mono-ttf SUBDIR += vollkorn-ttf SUBDIR += webfonts SUBDIR += wqy SUBDIR += xfontsel SUBDIR += xfs SUBDIR += xfsinfo SUBDIR += xlsfonts SUBDIR += xorg-fonts SUBDIR += xorg-fonts-100dpi SUBDIR += xorg-fonts-75dpi SUBDIR += xorg-fonts-cyrillic SUBDIR += xorg-fonts-miscbitmaps SUBDIR += xorg-fonts-truetype SUBDIR += xorg-fonts-type1 .include diff --git a/x11-fonts/linux-rl9-fontconfig/Makefile b/x11-fonts/linux-rl9-fontconfig/Makefile new file mode 100644 index 000000000000..0fef7d2ad930 --- /dev/null +++ b/x11-fonts/linux-rl9-fontconfig/Makefile @@ -0,0 +1,32 @@ +PORTNAME= fontconfig +PORTVERSION= 2.14.0 +DISTVERSIONSUFFIX= -2.el9_1 +CATEGORIES= x11-fonts linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= XML-based font configuration API for X Windows (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.freedesktop.org/wiki/Software/fontconfig/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= brotli expat freetype harfbuzz libxml2 +USE_LINUX_RPM= yes + +CPE_VENDOR= fontconfig_project + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +post-patch: + @${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/lib/fontconfig \ + ${WRKSRC}/usr/share/fontconfig + +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc + ${LN} -s ${LOCALBASE}/etc/fonts ${STAGEDIR}${PREFIX}/etc/ + ${MKDIR} ${STAGEDIR}${PREFIX}/var/db/fontconfig + +.include diff --git a/x11-fonts/linux-rl9-fontconfig/distinfo b/x11-fonts/linux-rl9-fontconfig/distinfo new file mode 100644 index 000000000000..3c7a0e3fc3c7 --- /dev/null +++ b/x11-fonts/linux-rl9-fontconfig/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686555139 +SHA256 (rocky/f/fontconfig-2.14.0-2.el9_1.aarch64.rpm) = 7bad19f206ef9d29cb6d8adceed39b4d8720e008f0b6e140110be8e5b9e95157 +SIZE (rocky/f/fontconfig-2.14.0-2.el9_1.aarch64.rpm) = 283166 +SHA256 (rocky/f/fontconfig-2.14.0-2.el9_1.x86_64.rpm) = c8383594be73281a9522d216650b65652f4556a6d3c899531364c30f4df20acf +SIZE (rocky/f/fontconfig-2.14.0-2.el9_1.x86_64.rpm) = 280664 +SHA256 (rocky/f/fontconfig-2.14.0-2.el9_1.src.rpm) = 84b06f0e46903fbe0ee2b19dfffecdfadf2f59070ea510a47ae1e4bdb269de79 +SIZE (rocky/f/fontconfig-2.14.0-2.el9_1.src.rpm) = 1457008 diff --git a/x11-fonts/linux-rl9-fontconfig/pkg-plist.amd64 b/x11-fonts/linux-rl9-fontconfig/pkg-plist.amd64 new file mode 100644 index 000000000000..dfe0c0ef8b0f --- /dev/null +++ b/x11-fonts/linux-rl9-fontconfig/pkg-plist.amd64 @@ -0,0 +1,47 @@ +etc/fonts +usr/bin/fc-cache +usr/bin/fc-cache-64 +usr/bin/fc-cat +usr/bin/fc-conflist +usr/bin/fc-list +usr/bin/fc-match +usr/bin/fc-pattern +usr/bin/fc-query +usr/bin/fc-scan +usr/bin/fc-validate +usr/lib/.build-id/15/2e110664338b40a59bbf43ff554816b7dba92f +usr/lib/.build-id/4c/e6fb2169be2060ec7c4cf610e9c2c920d5c34e +usr/lib/.build-id/4e/72e474b0fe2b0a77a78c8dfba5da49f030d7a0 +usr/lib/.build-id/60/5b645b02edd661d8049467a2442f0b74d1e6fa +usr/lib/.build-id/69/3f802506d1ae5c2ddd7fc0ecdc9c4224a2a13d +usr/lib/.build-id/79/aee4393473150c0d3a7ab9072aba30e4776dd5 +usr/lib/.build-id/9f/a71b55dd52313fe02a2a1f419ef7693d11a051 +usr/lib/.build-id/a0/ec0a8154fc639b56bc9e9073c394bf255b401c +usr/lib/.build-id/c7/0898d85470baa16b95dacdc91ce0664ce25c0a +usr/lib/.build-id/cd/b87f9c97e862956d369a74f7dd2c25f3d222a5 +usr/lib64/libfontconfig.so.1 +usr/lib64/libfontconfig.so.1.12.0 +%%PORTDOCS%%usr/share/doc/fontconfig/AUTHORS +%%PORTDOCS%%usr/share/doc/fontconfig/README +%%PORTDOCS%%usr/share/doc/fontconfig/fontconfig-user.html +%%PORTDOCS%%usr/share/doc/fontconfig/fontconfig-user.txt +usr/share/licenses/fontconfig/COPYING +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/fontconfig-conf.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/fontconfig.mo +usr/share/man/man1/fc-cache-64.1.gz +usr/share/man/man1/fc-cache.1.gz +usr/share/man/man1/fc-cat.1.gz +usr/share/man/man1/fc-conflist.1.gz +usr/share/man/man1/fc-list.1.gz +usr/share/man/man1/fc-match.1.gz +usr/share/man/man1/fc-pattern.1.gz +usr/share/man/man1/fc-query.1.gz +usr/share/man/man1/fc-scan.1.gz +usr/share/man/man1/fc-validate.1.gz +usr/share/man/man5/fonts-conf.5.gz +usr/share/xml/fontconfig/fonts.dtd +@rmtry var/db/fontconfig/*-le32d4.cache-7 +@rmtry var/db/fontconfig/*-le64.cache-7 +@rmtry var/db/fontconfig/CACHEDIR.TAG +@dir var/db/fontconfig +@postexec %D/usr/bin/fc-cache-64 -f -s diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 47161ef73dbd..05ce39c63462 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -1,255 +1,257 @@ COMMENT = X11 toolkits SUBDIR += SoXt SUBDIR += Xaw3d SUBDIR += Xmt SUBDIR += amtk SUBDIR += blt SUBDIR += bwidget SUBDIR += color-widgets-qt5 SUBDIR += como SUBDIR += copperspice SUBDIR += ctk SUBDIR += fltk SUBDIR += fox16 SUBDIR += fox17 SUBDIR += fxscintilla SUBDIR += gdl SUBDIR += girara SUBDIR += gnome-pty-helper SUBDIR += gnustep-back SUBDIR += gnustep-gui SUBDIR += granite SUBDIR += granite7 SUBDIR += gstreamer1-plugins-gtk SUBDIR += gstreamer1-plugins-pango SUBDIR += gtk-layer-shell SUBDIR += gtk-session-lock SUBDIR += gtk-sharp-beans SUBDIR += gtk-sharp20 SUBDIR += gtk-sharp30 SUBDIR += gtk20 SUBDIR += gtk30 SUBDIR += gtk4-layer-shell SUBDIR += gtk40 SUBDIR += gtkd SUBDIR += gtkdatabox SUBDIR += gtkextra SUBDIR += gtkglarea2 SUBDIR += gtkglext SUBDIR += gtkglextmm SUBDIR += gtkimageview SUBDIR += gtkmm24 SUBDIR += gtkmm30 SUBDIR += gtksourceview2 SUBDIR += gtksourceview3 SUBDIR += gtksourceview4 SUBDIR += gtksourceview5 SUBDIR += gtksourceviewmm3 SUBDIR += guile-gnome-platform SUBDIR += imgui SUBDIR += irrlicht SUBDIR += itk SUBDIR += iwidgets SUBDIR += kddockwidgets SUBDIR += kf5-attica SUBDIR += kf5-kcompletion SUBDIR += kf5-kconfigwidgets SUBDIR += kf5-kdesignerplugin SUBDIR += kf5-kguiaddons SUBDIR += kf5-kirigami2 SUBDIR += kf5-kitemviews SUBDIR += kf5-kjobwidgets SUBDIR += kf5-ktextwidgets SUBDIR += kf5-kwidgetsaddons SUBDIR += kf5-kxmlgui SUBDIR += kf6-attica SUBDIR += kf6-kcompletion SUBDIR += kf6-kconfigwidgets SUBDIR += kf6-kguiaddons SUBDIR += kf6-kirigami SUBDIR += kf6-kitemviews SUBDIR += kf6-kjobwidgets SUBDIR += kf6-ktextwidgets SUBDIR += kf6-kwidgetsaddons SUBDIR += kf6-kxmlgui SUBDIR += kirigami-addons SUBDIR += kirigami-addons-devel SUBDIR += kproperty SUBDIR += lesstif SUBDIR += libXaw SUBDIR += libXmu SUBDIR += libXt SUBDIR += libadwaita SUBDIR += libdazzle SUBDIR += libdecor SUBDIR += libgdiplus SUBDIR += libhandy SUBDIR += libhandy0 SUBDIR += libshumate SUBDIR += libunique3 SUBDIR += libwnck SUBDIR += libwnck3 SUBDIR += libxaw3dxft SUBDIR += linux-c7-gtk2 SUBDIR += linux-c7-gtk3 SUBDIR += linux-c7-openmotif SUBDIR += linux-c7-pango SUBDIR += linux-c7-qt-x11 SUBDIR += linux-c7-tk85 + SUBDIR += linux-rl9-gtk3 + SUBDIR += linux-rl9-pango SUBDIR += movingmotif SUBDIR += mowitz SUBDIR += mygui SUBDIR += mygui-dummy SUBDIR += mygui-ogre SUBDIR += mygui-opengl SUBDIR += nanogui SUBDIR += neXtaw SUBDIR += ntk SUBDIR += nuklear SUBDIR += ocaml-graphics SUBDIR += ocaml-lablgtk2 SUBDIR += ocaml-lablgtk3 SUBDIR += ocaml-labltk SUBDIR += open-motif SUBDIR += open-motif-devel SUBDIR += osm-gps-map SUBDIR += otk SUBDIR += p5-Alien-wxWidgets SUBDIR += p5-Gtk2 SUBDIR += p5-Gtk2-Chmod SUBDIR += p5-Gtk2-Ex-FormFactory SUBDIR += p5-Gtk2-Ex-PodViewer SUBDIR += p5-Gtk2-Ex-Simple-List SUBDIR += p5-Gtk2-Ex-Utils SUBDIR += p5-Gtk2-ImageView SUBDIR += p5-Gtk2-PathButtonBar SUBDIR += p5-Gtk3 SUBDIR += p5-Gtk3-ImageView SUBDIR += p5-Gtk3-SimpleList SUBDIR += p5-Pango SUBDIR += p5-Prima SUBDIR += p5-Test-Tk SUBDIR += p5-Tk SUBDIR += p5-Tk-Action SUBDIR += p5-Tk-Autoscroll SUBDIR += p5-Tk-ColourChooser SUBDIR += p5-Tk-Contrib SUBDIR += p5-Tk-CursorControl SUBDIR += p5-Tk-DKW SUBDIR += p5-Tk-Date SUBDIR += p5-Tk-DynaTabFrame SUBDIR += p5-Tk-Enscript SUBDIR += p5-Tk-FontDialog SUBDIR += p5-Tk-GBARR SUBDIR += p5-Tk-Getopt SUBDIR += p5-Tk-HistEntry SUBDIR += p5-Tk-JComboBox SUBDIR += p5-Tk-ResizeButton SUBDIR += p5-Tk-Role-Dialog SUBDIR += p5-Tk-Role-HasWidgets SUBDIR += p5-Tk-Splashscreen SUBDIR += p5-Tk-Sugar SUBDIR += p5-Tk-TableMatrix SUBDIR += p5-Tk-ToolBar SUBDIR += p5-Tk-WaitBox SUBDIR += pango SUBDIR += pangolin SUBDIR += pangomm SUBDIR += pangox-compat SUBDIR += plasma5-kdeplasma-addons SUBDIR += plasma6-kdeplasma-addons SUBDIR += plib SUBDIR += py-AnyQt SUBDIR += py-Pmw SUBDIR += py-awesometkinter SUBDIR += py-easygui SUBDIR += py-fltk SUBDIR += py-guietta SUBDIR += py-python-xlib SUBDIR += py-qt5-chart SUBDIR += py-qt6-chart SUBDIR += py-qt6-datavis3d SUBDIR += py-tkinter SUBDIR += py-tktreectrl SUBDIR += py-wxPython4 SUBDIR += pythonqt SUBDIR += qhotkey SUBDIR += qml-box2d SUBDIR += qt5-charts SUBDIR += qt5-datavis3d SUBDIR += qt5-declarative SUBDIR += qt5-declarative-test SUBDIR += qt5-gamepad SUBDIR += qt5-gui SUBDIR += qt5-quick3d SUBDIR += qt5-quickcontrols SUBDIR += qt5-quickcontrols2 SUBDIR += qt5-quicktimeline SUBDIR += qt5-uiplugin SUBDIR += qt5-virtualkeyboard SUBDIR += qt5-widgets SUBDIR += qt5pas SUBDIR += qt6-charts SUBDIR += qt6-datavis3d SUBDIR += qt6-declarative SUBDIR += qt6-graphs SUBDIR += qt6-quick3d SUBDIR += qt6-quicktimeline SUBDIR += qt6-shadertools SUBDIR += qt6-virtualkeyboard SUBDIR += qt6pas SUBDIR += qtermwidget SUBDIR += qwt5-qt5 SUBDIR += qwt6 SUBDIR += redkite SUBDIR += rep-gtk2 SUBDIR += rubygem-gdk3 SUBDIR += rubygem-gdk4 SUBDIR += rubygem-gtk2 SUBDIR += rubygem-gtk3 SUBDIR += rubygem-gtk4 SUBDIR += rubygem-gtksourceview3 SUBDIR += rubygem-gtksourceview4 SUBDIR += rubygem-pango SUBDIR += rubygem-poppler SUBDIR += rubygem-tk SUBDIR += rubygem-uh SUBDIR += rubygem-vte3 SUBDIR += rubygem-vte4 SUBDIR += scenefx SUBDIR += scintilla SUBDIR += sdl_pango SUBDIR += shared-desktop-ontologies SUBDIR += skinlf SUBDIR += soqt SUBDIR += swt SUBDIR += tepl6 SUBDIR += termit SUBDIR += tix SUBDIR += tk-wrapper SUBDIR += tk86 SUBDIR += tk87 SUBDIR += tkdnd SUBDIR += tkshape SUBDIR += tktable SUBDIR += tktray SUBDIR += tktreectrl SUBDIR += unique SUBDIR += viewklass SUBDIR += vte SUBDIR += vte3 SUBDIR += wlroots SUBDIR += wlroots-devel SUBDIR += wlroots015 SUBDIR += wlroots016 SUBDIR += wmapp SUBDIR += wxgtk30 SUBDIR += wxgtk32 SUBDIR += xbae SUBDIR += xforms SUBDIR += xmhtml SUBDIR += xwallpaper SUBDIR += ztoolkit .include diff --git a/x11-toolkits/linux-rl9-gtk3/Makefile b/x11-toolkits/linux-rl9-gtk3/Makefile new file mode 100644 index 000000000000..bff01feeb8a5 --- /dev/null +++ b/x11-toolkits/linux-rl9-gtk3/Makefile @@ -0,0 +1,30 @@ +PORTNAME= gtk3 +PORTVERSION= 3.24.31 +DISTVERSIONSUFFIX= -2.el9 +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 \ + libepoxy 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/distinfo b/x11-toolkits/linux-rl9-gtk3/distinfo new file mode 100644 index 000000000000..7db840a1f97e --- /dev/null +++ b/x11-toolkits/linux-rl9-gtk3/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1714494452 +SHA256 (rocky/g/gtk3-3.24.31-2.el9.aarch64.rpm) = 4f1a1a479ff4db93012242c53921b912ce6303fff64f88d9bbc9280c3f1380fa +SIZE (rocky/g/gtk3-3.24.31-2.el9.aarch64.rpm) = 4985138 +SHA256 (rocky/g/gtk3-3.24.31-2.el9.x86_64.rpm) = 93e0f50705292497b818bb5f49939e5f14565130ccbf4268f68f3b6980f6b976 +SIZE (rocky/g/gtk3-3.24.31-2.el9.x86_64.rpm) = 5084906 +SHA256 (rocky/l/libstemmer-0-18.585svn.el9.aarch64.rpm) = 4b10cc6e35e2dcc8d93a0f7ad765063d06b4ebe4c672f684804820bf8c3d9e67 +SIZE (rocky/l/libstemmer-0-18.585svn.el9.aarch64.rpm) = 84020 +SHA256 (rocky/l/libstemmer-0-18.585svn.el9.x86_64.rpm) = 1c100c574348ee586077add5d13aa526b47cf69f88eb51750555d86a3e7127d0 +SIZE (rocky/l/libstemmer-0-18.585svn.el9.x86_64.rpm) = 84609 +SHA256 (rocky/g/gtk3-3.24.31-2.el9.src.rpm) = 2a92238dc9eb69e92ed50f2d7973e8996a6226329aebb25a94c03f0c2e0c9cff +SIZE (rocky/g/gtk3-3.24.31-2.el9.src.rpm) = 22481536 diff --git a/x11-toolkits/linux-rl9-gtk3/pkg-plist.amd64 b/x11-toolkits/linux-rl9-gtk3/pkg-plist.amd64 new file mode 100644 index 000000000000..bed99c567b3d --- /dev/null +++ b/x11-toolkits/linux-rl9-gtk3/pkg-plist.amd64 @@ -0,0 +1,167 @@ +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 +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/immodules +@dir usr/lib64/gtk-3.0/modules +@postexec %D/usr/bin/gtk-query-immodules-3.0-64 --update-cache diff --git a/x11-toolkits/linux-rl9-pango/Makefile b/x11-toolkits/linux-rl9-pango/Makefile new file mode 100644 index 000000000000..00b5fb4229dc --- /dev/null +++ b/x11-toolkits/linux-rl9-pango/Makefile @@ -0,0 +1,21 @@ +PORTNAME= pango +PORTVERSION= 1.48.7 +DISTVERSIONSUFFIX= -3.el9 +CATEGORIES= x11-toolkits linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Pango library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.pango.org/ + +USES= cpe linux:rl9 +CPE_VENDOR= gnome +USE_LDCONFIG= yes +USE_LINUX= cairo fontconfig freetype fribidi harfbuzz libthai xorglibs +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/x11-toolkits/linux-rl9-pango/distinfo b/x11-toolkits/linux-rl9-pango/distinfo new file mode 100644 index 000000000000..9b9db128d9ff --- /dev/null +++ b/x11-toolkits/linux-rl9-pango/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686567970 +SHA256 (rocky/p/pango-1.48.7-3.el9.aarch64.rpm) = ce9f6143ab12f2b185e3af15964347fbf0cce213b326e8c9d0283216ad791917 +SIZE (rocky/p/pango-1.48.7-3.el9.aarch64.rpm) = 298066 +SHA256 (rocky/p/pango-1.48.7-3.el9.x86_64.rpm) = 971df9bf672def3c5eefb230aec376a1f7672e11e5fb3d7cbfc936baf89d9c79 +SIZE (rocky/p/pango-1.48.7-3.el9.x86_64.rpm) = 303699 +SHA256 (rocky/p/pango-1.48.7-3.el9.src.rpm) = 548e40365f9ecc261d12d11aab74ec22c009a2f99bdd525807bfebb82c727aa2 +SIZE (rocky/p/pango-1.48.7-3.el9.src.rpm) = 2071683 diff --git a/x11-toolkits/linux-rl9-pango/pkg-plist.amd64 b/x11-toolkits/linux-rl9-pango/pkg-plist.amd64 new file mode 100644 index 000000000000..fddaf3cbd6c9 --- /dev/null +++ b/x11-toolkits/linux-rl9-pango/pkg-plist.amd64 @@ -0,0 +1,28 @@ +usr/bin/pango-list +usr/bin/pango-segmentation +usr/bin/pango-view +usr/lib/.build-id/9e/70e55d3513161974ce126113d299fa78436ef5 +usr/lib/.build-id/ba/765bfbecc80605dd83f889d67890dab71a2d52 +usr/lib/.build-id/be/7c35574fd96866af59f3040ff07f3ae03276a5 +usr/lib/.build-id/c4/3c610f5e94758b03d54534d7f0dd6f8fb2719c +usr/lib/.build-id/d6/fb50e8cb5881a4077c6d96eac52a8eeff46a29 +usr/lib/.build-id/db/cd75e0f269e5d10a7b714ad33b812c52ee2552 +usr/lib/.build-id/de/127bd36c08b1d3a92dff1e06cdc6ed7a64d391 +usr/lib64/girepository-1.0/Pango-1.0.typelib +usr/lib64/girepository-1.0/PangoCairo-1.0.typelib +usr/lib64/girepository-1.0/PangoFT2-1.0.typelib +usr/lib64/girepository-1.0/PangoFc-1.0.typelib +usr/lib64/girepository-1.0/PangoOT-1.0.typelib +usr/lib64/girepository-1.0/PangoXft-1.0.typelib +usr/lib64/libpango-1.0.so.0 +usr/lib64/libpango-1.0.so.0.4800.7 +usr/lib64/libpangocairo-1.0.so.0 +usr/lib64/libpangocairo-1.0.so.0.4800.7 +usr/lib64/libpangoft2-1.0.so.0 +usr/lib64/libpangoft2-1.0.so.0.4800.7 +usr/lib64/libpangoxft-1.0.so.0 +usr/lib64/libpangoxft-1.0.so.0.4800.7 +%%PORTDOCS%%usr/share/doc/pango/NEWS +%%PORTDOCS%%usr/share/doc/pango/README.md +usr/share/licenses/pango/COPYING +usr/share/man/man1/pango-view.1.gz diff --git a/x11/Makefile b/x11/Makefile index 33594f9b5f40..c3a9429521b5 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,674 +1,677 @@ COMMENT = Ports to support the X window system SUBDIR += 3ddesktop SUBDIR += 9box SUBDIR += 9menu SUBDIR += aclip SUBDIR += admiral SUBDIR += alacritty SUBDIR += albert SUBDIR += alttab SUBDIR += aminal SUBDIR += antimicrox SUBDIR += appmenu-registrar SUBDIR += appres SUBDIR += apwal SUBDIR += arandr SUBDIR += arcan-trayicon SUBDIR += aterm SUBDIR += autorandr SUBDIR += babl SUBDIR += bbappconf SUBDIR += bbdock SUBDIR += bbrun SUBDIR += beforelight SUBDIR += bemenu SUBDIR += bgrot SUBDIR += bgs SUBDIR += bitmap SUBDIR += bmpanel2 SUBDIR += brisk-menu SUBDIR += budgie SUBDIR += budgie-desktop SUBDIR += budgie-screensaver SUBDIR += cde SUBDIR += cde-25 SUBDIR += cde-devel SUBDIR += chayang SUBDIR += cinnamon SUBDIR += cinnamon-desktop SUBDIR += cinnamon-menus SUBDIR += cinnamon-screensaver SUBDIR += cinnamon-session SUBDIR += cl-clx SUBDIR += cl-clx-sbcl SUBDIR += clipcat SUBDIR += cliphist SUBDIR += clipman SUBDIR += compton-conf SUBDIR += conlecterm SUBDIR += controllermap SUBDIR += cool-retro-term SUBDIR += coreterminal SUBDIR += damask SUBDIR += darktile SUBDIR += deforaos-integration SUBDIR += deforaos-keyboard SUBDIR += deforaos-libdesktop SUBDIR += deforaos-locker SUBDIR += deskmenu SUBDIR += disman SUBDIR += dmenu SUBDIR += dmenu2 SUBDIR += docker-tray SUBDIR += dsbautostart SUBDIR += dsbxinput SUBDIR += dwlb SUBDIR += dwmblocks SUBDIR += dxpc SUBDIR += dzen2 SUBDIR += eaglemode SUBDIR += editres SUBDIR += elementary-terminal SUBDIR += emprint SUBDIR += erun SUBDIR += eterm SUBDIR += evilvte SUBDIR += evtest SUBDIR += eww SUBDIR += fbdesk SUBDIR += fbpanel SUBDIR += find-cursor SUBDIR += fireflies SUBDIR += florence SUBDIR += flruler SUBDIR += fnott SUBDIR += foot SUBDIR += fstobdf SUBDIR += fuzzel SUBDIR += gbsddialog SUBDIR += gdm SUBDIR += glcapsviewer SUBDIR += gmrun SUBDIR += gnome SUBDIR += gnome-clipboard-daemon SUBDIR += gnome-console SUBDIR += gnome-desktop SUBDIR += gnome-menus SUBDIR += gnome-pie SUBDIR += gnome-session SUBDIR += gnome-shell SUBDIR += gnome-shell-extensions SUBDIR += gnome-terminal SUBDIR += gnustep-app SUBDIR += grabc SUBDIR += grim SUBDIR += grimshot SUBDIR += gromit SUBDIR += gromit-mpx SUBDIR += gskrab SUBDIR += gstreamer1-plugins-x SUBDIR += gstreamer1-plugins-ximagesrc SUBDIR += gtk-app-menu SUBDIR += gtk-theme-switch2 SUBDIR += gtkchtheme SUBDIR += gtklock SUBDIR += gtkterm2 SUBDIR += guake SUBDIR += gxkb SUBDIR += habak SUBDIR += hamclock SUBDIR += hhpc SUBDIR += hs-xmobar SUBDIR += hsetroot SUBDIR += hybrid-bar SUBDIR += hyprcursor SUBDIR += hypridle SUBDIR += hyprlock SUBDIR += hyprpaper SUBDIR += hyprpicker SUBDIR += i3bar-river SUBDIR += i3blocks SUBDIR += i3lock-color SUBDIR += iceauth SUBDIR += ico SUBDIR += idesk SUBDIR += imwheel SUBDIR += innerspace SUBDIR += inputplug SUBDIR += j4-dmenu-desktop SUBDIR += jbxvt SUBDIR += jgmenu SUBDIR += kanshi SUBDIR += kb2mb2 SUBDIR += kde-baseapps SUBDIR += kde5 SUBDIR += kde6 SUBDIR += kdisplay SUBDIR += keybinder SUBDIR += keybinder-gtk3 SUBDIR += keyboardcast SUBDIR += keynav SUBDIR += kf5-frameworkintegration SUBDIR += kf5-frameworks SUBDIR += kf5-kactivities SUBDIR += kf5-kactivities-stats SUBDIR += kf5-kded SUBDIR += kf5-kdelibs4support SUBDIR += kf5-kglobalaccel SUBDIR += kf5-kinit SUBDIR += kf5-krunner SUBDIR += kf5-kwayland SUBDIR += kf5-kwindowsystem SUBDIR += kf5-plasma-framework SUBDIR += kf6-frameworkintegration SUBDIR += kf6-frameworks SUBDIR += kf6-kded SUBDIR += kf6-kglobalaccel SUBDIR += kf6-krunner SUBDIR += kf6-kwindowsystem SUBDIR += kickoff SUBDIR += kitty SUBDIR += konsole SUBDIR += konsole-devel SUBDIR += lavalauncher SUBDIR += lemonbar SUBDIR += lemonbar-xft SUBDIR += libICE SUBDIR += libSM SUBDIR += libX11 SUBDIR += libXScrnSaver SUBDIR += libXau SUBDIR += libXcm SUBDIR += libXcomposite SUBDIR += libXcursor SUBDIR += libXdamage SUBDIR += libXdmcp SUBDIR += libXext SUBDIR += libXfixes SUBDIR += libXi SUBDIR += libXinerama SUBDIR += libXpm SUBDIR += libXpresent SUBDIR += libXrandr SUBDIR += libXrender SUBDIR += libXres SUBDIR += libXtst SUBDIR += libXv SUBDIR += libXvMC SUBDIR += libXxf86dga SUBDIR += libXxf86vm SUBDIR += libclipboard SUBDIR += libei SUBDIR += libexo SUBDIR += libfakekey SUBDIR += libfm SUBDIR += libfm-extra SUBDIR += libfm-qt SUBDIR += libgnomekbd SUBDIR += libinput SUBDIR += libmatekbd SUBDIR += libsx SUBDIR += libsynaptics SUBDIR += libwacom SUBDIR += libxcb SUBDIR += libxcvt SUBDIR += libxdg-basedir SUBDIR += libxfce4menu SUBDIR += libxfce4util SUBDIR += libxkbcommon SUBDIR += libxkbfile SUBDIR += libxklavier SUBDIR += libxshmfence SUBDIR += lightdm SUBDIR += lightdm-gtk-greeter SUBDIR += lightdm-gtk-greeter-settings SUBDIR += lilyterm SUBDIR += linux-c7-libxkbcommon SUBDIR += linux-c7-pixman SUBDIR += linux-c7-xcb-util SUBDIR += linux-c7-xcb-util-image SUBDIR += linux-c7-xcb-util-keysyms SUBDIR += linux-c7-xorg-libs SUBDIR += linux-nvidia-libs SUBDIR += linux-nvidia-libs-304 SUBDIR += linux-nvidia-libs-340 SUBDIR += linux-nvidia-libs-390 SUBDIR += linux-nvidia-libs-470 + SUBDIR += linux-rl9-libxkbcommon + SUBDIR += linux-rl9-pixman + SUBDIR += linux-rl9-xorg-libs SUBDIR += listres SUBDIR += lsw SUBDIR += luit SUBDIR += lumina SUBDIR += lumina-core SUBDIR += lumina-coreutils SUBDIR += lupe SUBDIR += lxde-meta SUBDIR += lxhotkey SUBDIR += lxmenu-data SUBDIR += lxpanel SUBDIR += lxqt-about SUBDIR += lxqt-globalkeys SUBDIR += lxqt-menu-data SUBDIR += lxqt-runner SUBDIR += lxrandr SUBDIR += ly SUBDIR += mako SUBDIR += mate SUBDIR += mate-applet-appmenu SUBDIR += mate-applets SUBDIR += mate-base SUBDIR += mate-desktop SUBDIR += mate-dock-applet SUBDIR += mate-menus SUBDIR += mate-panel SUBDIR += mate-screensaver SUBDIR += mate-session-manager SUBDIR += mate-terminal SUBDIR += menu-cache SUBDIR += menulibre SUBDIR += metalock SUBDIR += mkcomposecache SUBDIR += mlterm SUBDIR += mons SUBDIR += mrxvt SUBDIR += mxascii SUBDIR += mxico SUBDIR += nezd SUBDIR += nfy SUBDIR += numlockx SUBDIR += nvidia-driver SUBDIR += nvidia-driver-304 SUBDIR += nvidia-driver-340 SUBDIR += nvidia-driver-390 SUBDIR += nvidia-driver-470 SUBDIR += nvidia-secondary-driver SUBDIR += nvidia-secondary-driver-390 SUBDIR += nvidia-settings SUBDIR += nvidia-xconfig SUBDIR += nwg-bar SUBDIR += nwg-dock SUBDIR += nwg-dock-hyprland SUBDIR += nwg-drawer SUBDIR += nwg-launchers SUBDIR += nwg-look SUBDIR += nwg-menu SUBDIR += nxcomp SUBDIR += openrgb SUBDIR += oscar SUBDIR += p5-Clipboard SUBDIR += p5-X11-GUITest SUBDIR += p5-X11-IdleTime SUBDIR += p5-X11-Protocol SUBDIR += p5-X11-Protocol-Other SUBDIR += p5-X11-Resolution SUBDIR += p5-X11-XCB SUBDIR += p5-X11-Xlib SUBDIR += p5-XTerm-Conf SUBDIR += pcdm SUBDIR += perwindowlayoutd SUBDIR += pipeglade SUBDIR += pixman SUBDIR += plank SUBDIR += plasma-wayland-protocols SUBDIR += plasma5-kactivitymanagerd SUBDIR += plasma5-kgamma5 SUBDIR += plasma5-kscreen SUBDIR += plasma5-kwayland-integration SUBDIR += plasma5-layer-shell-qt SUBDIR += plasma5-libkscreen SUBDIR += plasma5-plasma SUBDIR += plasma5-plasma-bigscreen SUBDIR += plasma5-plasma-desktop SUBDIR += plasma5-plasma-integration SUBDIR += plasma5-plasma-workspace SUBDIR += plasma6-kactivitymanagerd SUBDIR += plasma6-kgamma SUBDIR += plasma6-kglobalacceld SUBDIR += plasma6-kscreen SUBDIR += plasma6-kwayland SUBDIR += plasma6-layer-shell-qt SUBDIR += plasma6-libkscreen SUBDIR += plasma6-libplasma SUBDIR += plasma6-plasma SUBDIR += plasma6-plasma-activities SUBDIR += plasma6-plasma-activities-stats SUBDIR += plasma6-plasma-desktop SUBDIR += plasma6-plasma-integration SUBDIR += plasma6-plasma-workspace SUBDIR += pmenu SUBDIR += polybar SUBDIR += printscreen SUBDIR += py-autotiling SUBDIR += py-caffeine-ng SUBDIR += py-i3-quickterm SUBDIR += py-i3ipc SUBDIR += py-mouseinfo SUBDIR += py-pyautogui SUBDIR += py-pynput SUBDIR += py-pyscreenshot SUBDIR += py-pyscreeze SUBDIR += py-python-xapp SUBDIR += py-pyvirtualdisplay SUBDIR += py-screeninfo SUBDIR += py-xcffib SUBDIR += py-xdot SUBDIR += qimageblitz SUBDIR += qt5-qev SUBDIR += qt5-x11extras SUBDIR += qterminal SUBDIR += remontoire SUBDIR += rendercheck SUBDIR += rgb SUBDIR += rio SUBDIR += rlaunch SUBDIR += rofi SUBDIR += rofi-calc SUBDIR += rofi-emoji SUBDIR += rofi-file-browser-extended SUBDIR += rofi-pass SUBDIR += rofi-wayland SUBDIR += roxterm SUBDIR += rsibreak SUBDIR += rubygem-gnome SUBDIR += runner SUBDIR += rxvt-unicode SUBDIR += sakura SUBDIR += salut SUBDIR += sandbar SUBDIR += sbxkb SUBDIR += screen-message SUBDIR += screengrab SUBDIR += screenkey SUBDIR += scripts SUBDIR += sddm SUBDIR += sdwmbar SUBDIR += sessreg SUBDIR += setlayout SUBDIR += setxkbmap SUBDIR += sfwbar SUBDIR += shaderbg SUBDIR += shikane SUBDIR += shotman SUBDIR += showkeys SUBDIR += showmethekey SUBDIR += simplestroke SUBDIR += sirula SUBDIR += slick-greeter SUBDIR += slim SUBDIR += slock SUBDIR += slop SUBDIR += slurp SUBDIR += smproxy SUBDIR += somebar SUBDIR += sprop SUBDIR += squeekboard SUBDIR += srandrd SUBDIR += sselp SUBDIR += stalonetray SUBDIR += startup-notification SUBDIR += sterm SUBDIR += stjerm SUBDIR += swarp SUBDIR += sway-audio-idle-inhibit SUBDIR += swaybg SUBDIR += swayfloatingswitcher SUBDIR += swayidle SUBDIR += swayimg SUBDIR += swaylock SUBDIR += swaylock-effects SUBDIR += swaylock-plugin SUBDIR += swaync SUBDIR += swayr SUBDIR += swayrbar SUBDIR += swaysettings SUBDIR += sxhkd SUBDIR += sxmo-wayout SUBDIR += sxpc SUBDIR += tabbed SUBDIR += taiga SUBDIR += temperature.app SUBDIR += terminal.app SUBDIR += terminator SUBDIR += terminology SUBDIR += tessen SUBDIR += thingylaunch SUBDIR += tilda SUBDIR += tilix SUBDIR += tint SUBDIR += tofi SUBDIR += trayer SUBDIR += ulauncher SUBDIR += urxvt-font-size SUBDIR += urxvt-perls SUBDIR += vdesk SUBDIR += viewres SUBDIR += virglrenderer SUBDIR += virtboard SUBDIR += virtualgl SUBDIR += wallutils SUBDIR += wapanel SUBDIR += watershot SUBDIR += way-displays SUBDIR += waybar SUBDIR += wayidle SUBDIR += wayland-logout SUBDIR += waylock SUBDIR += wayout SUBDIR += wbar SUBDIR += wcm SUBDIR += wdisplays SUBDIR += wdm SUBDIR += wev SUBDIR += wezterm SUBDIR += wf-shell SUBDIR += windowtolayer SUBDIR += wl-clipboard SUBDIR += wl-mirror SUBDIR += wlogout SUBDIR += wlopm SUBDIR += wlr-randr SUBDIR += wlr-which-key SUBDIR += wlrctl SUBDIR += wmappl SUBDIR += wmblob SUBDIR += wmbutton SUBDIR += wmcliphist SUBDIR += wmctrl SUBDIR += wmdrawer SUBDIR += wmenu SUBDIR += wmfocus SUBDIR += wmsystemtray SUBDIR += wmutils-core SUBDIR += wmutils-opt SUBDIR += wob SUBDIR += wofi SUBDIR += workrave SUBDIR += wscreensaver SUBDIR += wshowkeys SUBDIR += wtype SUBDIR += wvkbd SUBDIR += x-on-resize SUBDIR += x11perf SUBDIR += x3270 SUBDIR += xantfarm SUBDIR += xapp SUBDIR += xascii SUBDIR += xauth SUBDIR += xautolock SUBDIR += xautomation SUBDIR += xbacklight SUBDIR += xballoon SUBDIR += xbanish SUBDIR += xbiff SUBDIR += xbindkeys SUBDIR += xbitmaps SUBDIR += xbrightness SUBDIR += xcalc SUBDIR += xcalib SUBDIR += xcape SUBDIR += xcb SUBDIR += xcb-imdkit SUBDIR += xcb-proto SUBDIR += xcb-util SUBDIR += xcb-util-cursor SUBDIR += xcb-util-errors SUBDIR += xcb-util-image SUBDIR += xcb-util-keysyms SUBDIR += xcb-util-renderutil SUBDIR += xcb-util-wm SUBDIR += xcb-util-xrm SUBDIR += xclickroot SUBDIR += xclip SUBDIR += xclipboard SUBDIR += xcm SUBDIR += xcmd SUBDIR += xcmsdb SUBDIR += xcoloredit SUBDIR += xcolors SUBDIR += xconsole SUBDIR += xcur2png SUBDIR += xcursorgen SUBDIR += xcut SUBDIR += xdg-desktop-portal-gnome SUBDIR += xdg-desktop-portal-gtk SUBDIR += xdg-desktop-portal-hyprland SUBDIR += xdg-desktop-portal-luminous SUBDIR += xdg-desktop-portal-wlr SUBDIR += xdialog SUBDIR += xditview SUBDIR += xdm SUBDIR += xdo SUBDIR += xdotool SUBDIR += xdpyinfo SUBDIR += xdriinfo SUBDIR += xedit SUBDIR += xev SUBDIR += xeyes SUBDIR += xf86dga SUBDIR += xfce4-appmenu-plugin SUBDIR += xfce4-clipman-plugin SUBDIR += xfce4-conf SUBDIR += xfce4-dashboard SUBDIR += xfce4-docklike-plugin SUBDIR += xfce4-goodies SUBDIR += xfce4-screensaver SUBDIR += xfce4-screenshooter-plugin SUBDIR += xfce4-taskmanager SUBDIR += xfce4-terminal SUBDIR += xfce4-verve-plugin SUBDIR += xfce4-whiskermenu-plugin SUBDIR += xfce4-windowck-plugin SUBDIR += xfd SUBDIR += xfishtank SUBDIR += xforward SUBDIR += xgamma SUBDIR += xgc SUBDIR += xhost SUBDIR += xidle SUBDIR += xinit SUBDIR += xinput SUBDIR += xkb-switch SUBDIR += xkbcomp SUBDIR += xkbctrl SUBDIR += xkbevd SUBDIR += xkbind SUBDIR += xkblayout-state SUBDIR += xkbprint SUBDIR += xkbset SUBDIR += xkbutils SUBDIR += xkeyboard-config SUBDIR += xkeycaps SUBDIR += xkeywrap SUBDIR += xkill SUBDIR += xload SUBDIR += xloadimage SUBDIR += xlockmore SUBDIR += xlogo SUBDIR += xlsatoms SUBDIR += xlsclients SUBDIR += xlupe SUBDIR += xmag SUBDIR += xman SUBDIR += xmangekyou SUBDIR += xmascot SUBDIR += xmenu SUBDIR += xmessage SUBDIR += xmh SUBDIR += xmodmap SUBDIR += xmore SUBDIR += xmotd SUBDIR += xmsg SUBDIR += xmx SUBDIR += xnee SUBDIR += xnotify SUBDIR += xob SUBDIR += xorg SUBDIR += xorg-apps SUBDIR += xorg-cf-files SUBDIR += xorg-docs SUBDIR += xorg-libraries SUBDIR += xorg-minimal SUBDIR += xorgproto SUBDIR += xpr SUBDIR += xpra SUBDIR += xpra-html5 SUBDIR += xprintidle SUBDIR += xprompt SUBDIR += xprop SUBDIR += xrandr SUBDIR += xrdb SUBDIR += xrefresh SUBDIR += xrestop SUBDIR += xrootconsole SUBDIR += xrsh SUBDIR += xrsi SUBDIR += xscope SUBDIR += xscreensaver SUBDIR += xscreensaver.app SUBDIR += xsel-conrad SUBDIR += xset SUBDIR += xsetroot SUBDIR += xsettingsd SUBDIR += xskyroot SUBDIR += xsm SUBDIR += xsnow SUBDIR += xss-lock SUBDIR += xssstate SUBDIR += xstarroll SUBDIR += xstdcmap SUBDIR += xstroke SUBDIR += xtacy SUBDIR += xterm SUBDIR += xtermcontrol SUBDIR += xtermset SUBDIR += xtestpicture SUBDIR += xtitle SUBDIR += xtoolwait SUBDIR += xtrans SUBDIR += xtrlock SUBDIR += xtset SUBDIR += xvattr SUBDIR += xvidtune SUBDIR += xvinfo SUBDIR += xvkbd SUBDIR += xvmcinfo SUBDIR += xvt SUBDIR += xwatchwin SUBDIR += xwayland-run SUBDIR += xwaylandvideobridge SUBDIR += xwd SUBDIR += xwininfo SUBDIR += xwinwrap SUBDIR += xwit SUBDIR += xwud SUBDIR += xxkb SUBDIR += xzoom SUBDIR += yad SUBDIR += yakuake SUBDIR += yalias SUBDIR += yeahconsole SUBDIR += yelp SUBDIR += zenity SUBDIR += zutty .include diff --git a/x11/linux-rl9-libxkbcommon/Makefile b/x11/linux-rl9-libxkbcommon/Makefile new file mode 100644 index 000000000000..60359bb0bc7c --- /dev/null +++ b/x11/linux-rl9-libxkbcommon/Makefile @@ -0,0 +1,17 @@ +PORTNAME= libxkbcommon +PORTVERSION= 1.0.3 +DISTVERSIONSUFFIX= -4.el9 +CATEGORIES= x11 linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Keymap handling library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://xkbcommon.org/ + +USES= cpe linux:rl9 +CPE_VENDOR= xkbcommon +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/x11/linux-rl9-libxkbcommon/distinfo b/x11/linux-rl9-libxkbcommon/distinfo new file mode 100644 index 000000000000..affe78ef245a --- /dev/null +++ b/x11/linux-rl9-libxkbcommon/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686568429 +SHA256 (rocky/l/libxkbcommon-1.0.3-4.el9.aarch64.rpm) = b9dc5da18d3967c5b520c5e31c6cd11c3c3665fe026c37e19946d816b2d53990 +SIZE (rocky/l/libxkbcommon-1.0.3-4.el9.aarch64.rpm) = 133473 +SHA256 (rocky/l/libxkbcommon-1.0.3-4.el9.x86_64.rpm) = e806faf168de52e934b88a52aa6c16a87cedefaae97d130e4bc10a997d14f93f +SIZE (rocky/l/libxkbcommon-1.0.3-4.el9.x86_64.rpm) = 135487 +SHA256 (rocky/l/libxkbcommon-1.0.3-4.el9.src.rpm) = e35b80f3ff5d5047256933fd2cf015d9aad9e40052701a3a27c6de6c107d5d2e +SIZE (rocky/l/libxkbcommon-1.0.3-4.el9.src.rpm) = 445099 diff --git a/x11/linux-rl9-libxkbcommon/pkg-plist.amd64 b/x11/linux-rl9-libxkbcommon/pkg-plist.amd64 new file mode 100644 index 000000000000..4a7d0f7c4b2f --- /dev/null +++ b/x11/linux-rl9-libxkbcommon/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/3c/163ae7f778cfa1ea615c8505d102d2643a5709 +usr/lib/.build-id/e3/5908e7cfb88b9b3f2df6ee11953146507ae874 +usr/lib64/libxkbcommon.so.0 +usr/lib64/libxkbcommon.so.0.0.0 +usr/lib64/libxkbregistry.so.0 +usr/lib64/libxkbregistry.so.0.0.0 +usr/share/licenses/libxkbcommon/LICENSE diff --git a/x11/linux-rl9-pixman/Makefile b/x11/linux-rl9-pixman/Makefile new file mode 100644 index 000000000000..e8db13be72dc --- /dev/null +++ b/x11/linux-rl9-pixman/Makefile @@ -0,0 +1,16 @@ +PORTNAME= pixman +PORTVERSION= 0.40.0 +DISTVERSIONSUFFIX= -5.el9 +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 new file mode 100644 index 000000000000..5218150d816f --- /dev/null +++ b/x11/linux-rl9-pixman/distinfo @@ -0,0 +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 diff --git a/x11/linux-rl9-pixman/pkg-plist.amd64 b/x11/linux-rl9-pixman/pkg-plist.amd64 new file mode 100644 index 000000000000..d91d0f549996 --- /dev/null +++ b/x11/linux-rl9-pixman/pkg-plist.amd64 @@ -0,0 +1,4 @@ +usr/lib/.build-id/a1/14e70251845766eb2c960ae21785bbc82cb28d +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 new file mode 100644 index 000000000000..fd68b176e96e --- /dev/null +++ b/x11/linux-rl9-xorg-libs/Makefile @@ -0,0 +1,89 @@ +PORTNAME= xorg-libs +PORTVERSION= 7.7 +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 \ + 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 \ + 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 \ + 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 new file mode 100644 index 000000000000..6cb23c83eaec --- /dev/null +++ b/x11/linux-rl9-xorg-libs/distinfo @@ -0,0 +1,197 @@ +TIMESTAMP = 1686572305 +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/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/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-descr b/x11/linux-rl9-xorg-libs/pkg-descr new file mode 100644 index 000000000000..409fb61890d5 --- /dev/null +++ b/x11/linux-rl9-xorg-libs/pkg-descr @@ -0,0 +1 @@ +This package contains X.Org shared libraries. diff --git a/x11/linux-rl9-xorg-libs/pkg-plist.amd64 b/x11/linux-rl9-xorg-libs/pkg-plist.amd64 new file mode 100644 index 000000000000..7256f964c046 --- /dev/null +++ b/x11/linux-rl9-xorg-libs/pkg-plist.amd64 @@ -0,0 +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/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/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