├── README.md ├── Scripts ├── CRAN │ ├── README │ ├── cran_scraper.php │ ├── keyed-lists.php │ ├── list.dead-homepage │ ├── list.description-override │ ├── list.https-redirect │ ├── list.summary-override │ ├── list.top-level-R-ports │ └── regenerate_R_ports.php ├── README ├── Ravenports_Mk │ ├── Keywords │ │ ├── fontsdir.ucl │ │ ├── info.ucl │ │ ├── rmtry.ucl │ │ ├── sample.ucl │ │ ├── shell.ucl │ │ └── xmlcatmgr.ucl │ ├── README │ ├── Scripts │ │ ├── checksum.sh │ │ ├── copytree.sh │ │ ├── do-fetch.sh │ │ ├── do-patch.sh │ │ ├── do-users-groups.sh │ │ ├── functions.sh │ │ ├── grouplist.awk │ │ ├── makesum.sh │ │ ├── php_heredoc.sh │ │ ├── qa.sh │ │ ├── ravensys-root-Makefile │ │ ├── ravensys-root-validate_pkgs.sh │ │ ├── repatch.sh │ │ ├── rootca-check.lua │ │ ├── schema_heredoc.sh │ │ ├── sites.sh │ │ └── solaris-funcs.sh │ ├── Templates │ │ ├── GID.darwin │ │ ├── GID.dragonfly │ │ ├── GID.freebsd │ │ ├── GID.linux │ │ ├── GID.midnightbsd │ │ ├── GID.netbsd │ │ ├── GID.ravenports │ │ ├── GID.sunos │ │ ├── UID.darwin │ │ ├── UID.dragonfly │ │ ├── UID.freebsd │ │ ├── UID.linux │ │ ├── UID.midnightbsd │ │ ├── UID.netbsd │ │ ├── UID.ravenports │ │ ├── UID.sunos │ │ ├── config.guess │ │ ├── config.site │ │ └── config.sub │ ├── Uses │ │ ├── ada.mk │ │ ├── autoreconf.mk │ │ ├── bdb.mk │ │ ├── bison.mk │ │ ├── bsd.mk │ │ ├── bz2.mk │ │ ├── c++.mk │ │ ├── cargo.mk │ │ ├── cclibs.mk │ │ ├── charsetfix.mk │ │ ├── clang.mk │ │ ├── cmake.mk │ │ ├── compiler.mk │ │ ├── cpe.mk │ │ ├── cran.mk │ │ ├── curl.mk │ │ ├── desktop-utils.mk │ │ ├── destdirfix.mk │ │ ├── display.mk │ │ ├── dos2unix.mk │ │ ├── execinfo.mk │ │ ├── expat.mk │ │ ├── fbsd10fix.mk │ │ ├── fontconfig.mk │ │ ├── fonts.mk │ │ ├── fortran.mk │ │ ├── freetype.mk │ │ ├── gem.mk │ │ ├── gettext.mk │ │ ├── gif.mk │ │ ├── gmake.mk │ │ ├── gnome-icons.mk │ │ ├── gold.mk │ │ ├── gprbuild.mk │ │ ├── gtk-doc.mk │ │ ├── iconv.mk │ │ ├── intltoolfix.mk │ │ ├── jpeg.mk │ │ ├── libtool.mk │ │ ├── lua.mk │ │ ├── lz4.mk │ │ ├── lzo.mk │ │ ├── macfix.mk │ │ ├── makeinfo.mk │ │ ├── mbsdfix.mk │ │ ├── mesa.mk │ │ ├── meson.mk │ │ ├── mime-info.mk │ │ ├── mold.mk │ │ ├── mysql.mk │ │ ├── ncurses.mk │ │ ├── ninja.mk │ │ ├── pcre.mk │ │ ├── pcre2.mk │ │ ├── perl-interp.mk │ │ ├── perl.mk │ │ ├── pgsql.mk │ │ ├── php.mk │ │ ├── pkgconfig.mk │ │ ├── png.mk │ │ ├── python.mk │ │ ├── qt5.mk │ │ ├── qt6.mk │ │ ├── readline.mk │ │ ├── rootca.mk │ │ ├── ruby.mk │ │ ├── schemas.mk │ │ ├── scons.mk │ │ ├── shebangfix.mk │ │ ├── solaris-funcs.mk │ │ ├── solfix.mk │ │ ├── sqlite.mk │ │ ├── ssl.mk │ │ ├── tcl.mk │ │ ├── tiff.mk │ │ ├── xz.mk │ │ ├── zlib.mk │ │ └── zstd.mk │ ├── raven.commands.mk │ ├── raven.information.mk │ ├── raven.mk │ ├── raven.sequence.mk │ ├── raven.versions.mk │ └── raverreq ├── assembler │ ├── _cargo.awk │ ├── _golang.awk │ ├── _lock.awk │ ├── _rustcrate.awk │ ├── create_golang_bootstrap.sh │ ├── create_openjdk_bootstrap.sh │ ├── create_rust_bootstrap.sh │ ├── create_sbcl_bootstrap.sh │ ├── dports_create_rust_bootstrap.sh │ ├── gen_crates_list.sh │ ├── golang-gen.sh │ ├── rust_port.sh │ ├── tutorial_golang_port.txt │ └── tutorial_rust_port.txt ├── check_fpc_equivalents.sh ├── cpan │ ├── README │ ├── keyed-lists.php │ ├── list.bad-v │ ├── list.dead-homepage │ ├── list.description-override │ ├── list.expand-version │ ├── list.https-redirect │ ├── list.index_override │ ├── list.perl.manual │ ├── list.summary-override │ ├── list.top_ports │ ├── list.version-override │ ├── regenerate_perl_ports.php │ └── scrape_cpan.php ├── delete_orphaned_ports.sh ├── downloader │ ├── README.md │ ├── genmeta.sh │ ├── meta.awk2 │ └── ravenports-downloader.sh ├── miscellaneous │ ├── aspell.list │ ├── create-new-php-ext.sh │ ├── create_php_descriptions.sh │ ├── errant_manpages.bash │ ├── full_regen_by_list.sh │ ├── gcc.list │ ├── gstreamer.list │ ├── incremental_pass.py │ ├── kde6_apps.list │ ├── kf6.list │ ├── llvm.list │ ├── lumina.list │ ├── mariadb.list │ ├── most_failure_skips.sh │ ├── mysql.list │ ├── notes.txt │ ├── php.extensions │ ├── php83.list │ ├── php84.list │ ├── php85.list │ ├── port_dates.awk │ ├── postgresql.list │ ├── python.list │ ├── qt5.list │ ├── qt6.list │ ├── ruby.list │ ├── singles.list │ ├── strip_list.sh │ └── xorg.list ├── python │ ├── README │ ├── keyed-lists.php │ ├── list.corrections │ ├── list.dead-homepage │ ├── list.description-override │ ├── list.https-redirect │ ├── list.manual.python │ ├── list.new-homepage │ ├── list.primary │ ├── list.python │ ├── list.summary-override │ ├── regenerate_python.php │ └── scrape_pypi.php ├── regenerate_conspiracy.sh ├── release_ravenports.sh ├── rubygems │ ├── README │ ├── detect-non-top.sh │ ├── keyed-lists.php │ ├── list.dead-homepage │ ├── list.description-override │ ├── list.https-redirect │ ├── list.summary-override │ ├── list.top-level-gems │ ├── list.version-override │ ├── regenerate_rubygems.php │ └── scrape_gem.php ├── show_outdated_ports.sh ├── sort_conspiracy.sh └── vulnerability │ ├── README │ ├── check_vulnerabilties.py │ ├── rpaudit.sh │ └── scan_repology_json.py ├── bucket_00 ├── aspell-fo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── excel-writer │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── excelwriter.gpr │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ └── plist.primary │ └── specification ├── fluent-bit18 │ ├── descriptions │ │ ├── desc.library │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── fluent-bit.in │ ├── manifests │ │ ├── plist.library │ │ └── plist.primary │ ├── patches │ │ ├── patch-include_fluent-bit_flb__coro.h │ │ ├── patch-include_fluent-bit_flb__endian.h │ │ ├── patch-lib_chunkio_deps_crc32_crc32.c │ │ ├── patch-lib_luajit__src__lj_prng.c │ │ ├── patch-lib_mbedtls-2.28.0_CMakeLists.txt │ │ ├── patch-lib_monkey_CMakeLists.txt │ │ ├── patch-lib_monkey_include_monkey_mk__thread__libco.h │ │ ├── patch-lib_monkey_mk__core_deps_libevent_buffer.c │ │ ├── patch-lib_monkey_mk__core_deps_libevent_kqueue.c │ │ ├── patch-lib_monkey_mk__core_mk__iov.c │ │ ├── patch-lib_monkey_mk__core_mk__string.c │ │ ├── patch-lib_monkey_mk__server_CMakeLists.txt │ │ ├── patch-lib_monkey_plugins_liana_liana.c │ │ ├── patch-lib_onigmo_configure │ │ ├── patch-lib_snappy-fef67ac_compat.h │ │ └── patch-src_flb__network.c │ └── specification ├── gstreamer1-plugins-x │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── indexinfo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-indexinfo.c │ └── specification ├── kf6-kstatusnotifieritem │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libwebsockets │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-include_libwebsockets.h │ │ ├── patch-lib_CMakeLists.txt │ │ ├── patch-lib_plat_unix_private-lib-plat-unix.h │ │ ├── patch-lib_plat_unix_unix-socket.c │ │ └── patch-lib_plat_unix_unix-spawn.c │ └── specification ├── perl-XML-Simple │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-xmlwriter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-billiard │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-prime │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-rdiscount │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-rspec-support │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-rubygems │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-lib_rubygems_platform.rb │ └── specification ├── tinycdb │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── xorg-pixman │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification └── xorg-twm │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_01 ├── R-hexbin │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-sass │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ebook-tools │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_libepub_CMakeLists.txt │ │ ├── patch-src_libepub_epub.c │ │ ├── patch-src_libepub_epub__version.h │ │ └── patch-src_libepub_opf.c │ └── specification ├── fltk │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.examples │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-configure.ac │ │ └── patch-documentation_Makefile │ └── specification ├── iocell │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libbsd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Algorithm-Evolutionary-Simple │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-LBFGS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-IO-All │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Sort-Versions │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-crontab │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-trytond-account-de-skr03 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-abbrev │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-cookiejar │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── upx │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.docs │ ├── plist.man │ └── plist.primary │ ├── patches │ ├── patch-src-packer.h │ ├── patch-src_bele.h │ ├── patch-src_check_dt__check.cpp │ ├── patch-src_p__lx__exc.cpp │ ├── patch-src_p__vmlinz.cpp │ └── patch-src_packer__c.cpp │ └── specification ├── bucket_02 ├── R-shape │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── gimp2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ ├── patch-pdb_enumgen.pl │ │ ├── patch-plug-ins_file-tiff_file-tiff-load.c │ │ └── patch-plug-ins_metadata_metadata-editor.c │ └── specification ├── perl-Data-AutoBimap │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Razor2-Client-Agent │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── php83-sqlite3 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-zip │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-pdo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-social-auth-core │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-sphinxcontrib-adadomain │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-sphinxcontrib_adadomain.py │ └── specification └── ragel │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.examples │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_03 ├── R-R.oo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-RCurl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── R-magic │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── awesome │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── messages-primary.ucl.in │ ├── manifests │ │ ├── plist.doc │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-tests_examples_CMakeLists.txt │ └── specification ├── b3sum │ ├── crates.list │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── LICENSE │ ├── manifests │ │ └── plist.single │ ├── specification │ └── specification.template ├── doomgame-iwad │ ├── descriptions │ │ ├── desc.doomsw │ │ ├── desc.freedm │ │ ├── desc.freedoom1 │ │ ├── desc.freedoom2 │ │ ├── desc.hereticsw │ │ ├── desc.hexendemo │ │ └── desc.strifedemo │ ├── distinfo │ ├── manifests │ │ ├── plist.doomsw │ │ ├── plist.freedm │ │ ├── plist.freedoom1 │ │ ├── plist.freedoom2 │ │ ├── plist.hereticsw │ │ ├── plist.hexendemo │ │ └── plist.strifedemo │ └── specification ├── ffmpeg │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.examples │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-configure │ │ ├── patch-doc_Makefile │ │ ├── patch-libavformat_rtsp.c │ │ └── patch-libavutil_common.h │ └── specification ├── libde265 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── neovim │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_nvim_os_os__defs.h │ │ ├── patch-src_nvim_os_proc.c │ │ └── patch-src_nvim_os_pty__proc__unix.c │ └── specification ├── numlockx │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Algorithm-GaussianElimination-GF2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-QuineMcCluskey │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Class-Adapter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-List-AllUtils │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Log-Log4perl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-phar │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-config.m4 │ └── specification ├── php85-soap │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-soap.c │ └── specification ├── python-defusedxml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-xcursorgen │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_04 ├── R-acepack │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-roxygen2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-nl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── fheroes2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── ldns │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.examples │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-packaging_libldns.pc.in │ └── specification ├── libelf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ └── patch-lib__sys_elf.h.in │ └── specification ├── libsodium │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libusb │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── ossp-uuid │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile.in │ └── specification ├── perl-MooseX-Types │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-lia-web │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netbox-slm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-semantic-version │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-net-scp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-thor │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── unfs3 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── xorg-xcb-util-wm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification └── xorg-xset │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_05 ├── R-diffobj │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-janitor │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-lifecycle │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-prettyunits │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── libadalang │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ ├── pc-patch-build_libadalang.gpr │ │ └── pc-patch-build_mains.gpr │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Algorithm-AhoCorasick │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Data-Printer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── po4a │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-Po4aBuilder.pm │ └── specification ├── ravenports │ ├── descriptions │ │ └── desc.single │ └── specification └── ruby-hashie │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_06 ├── R-collapse │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-shinyjs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-tidytext │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ ├── patch-m4_R.m4 │ │ ├── patch-src_extra_blas_Makefile.in │ │ ├── patch-src_extra_intl_config.charset │ │ ├── patch-src_extra_tre_tre-internal.h │ │ ├── patch-src_include_config.h.in │ │ ├── patch-src_library_parallel_R_detectCores.R │ │ ├── patch-src_main_Makefile.in │ │ ├── patch-src_main_character.c │ │ ├── patch-src_main_complex.c │ │ ├── patch-src_main_printutils.c │ │ └── patch-src_modules_lapack_Makefile.in │ └── specification ├── autoconf-archive │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ └── plist.primary │ └── specification ├── gf2x │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-configure │ └── specification ├── kf6-threadweaver │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libev │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── libev.pc.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-configure │ │ └── patch-ev.c │ └── specification ├── mdds │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── p7zip │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── 7z │ │ └── special.mk │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-CPP_7zip_Archive_Zip_ZipItem.cpp │ │ ├── patch-CPP_Windows_System.cpp │ │ ├── patch-C_hashes_hash.h │ │ └── patch-makefile.machine │ └── specification ├── perl-Alien-Build-Plugin-PkgConfig-PPWrapper │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-xmlwriter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-PyYAML │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-imagesize │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pynetbox │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── python-scipy │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── patches │ └── patch-meson.build │ ├── specification │ └── specification.manual ├── bucket_07 ├── giblib │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-configure │ └── specification ├── leveldb │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-util_env__posix.cc │ └── specification ├── libdbusmenu │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-configure │ │ ├── patch-dbusmenu-bench │ │ ├── patch-libdbusmenu-glib_Makefile.in │ │ └── patch-libdbusmenu-gtk_Makefile.in │ └── specification ├── perl-HTML-TreeBuilder-XPath │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Text-VisualWidth-PP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-tables2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-html5lib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-validate_email │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-wheel │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── rasqal │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── ruby-gettext │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── sdl2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── dragonfly │ │ └── patch-src_filesystem_unix_SDL__sysfilesystem.c │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ └── patch-include_SDL__endian.h │ └── specification └── xorg-drivers-minimal │ ├── descriptions │ └── desc.single │ └── specification ├── bucket_08 ├── aspell-hy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gstreamer1-plugins-base │ ├── descriptions │ │ ├── desc.plugin_gl │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.plugin_gl │ │ └── plist.primary │ ├── patches │ │ ├── patch-gst-libs_gst_gl_meson.build │ │ └── patch-gst_tcp_gstmultifdsink.c │ └── specification ├── kf6-kwindowsystem │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libgsf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-gsf_gsf-libxml.h │ └── specification ├── libxml2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-python_Makefile.in │ │ └── patch-uri.c │ └── specification ├── musepack │ ├── descriptions │ │ ├── desc.primar │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-common_tags.c │ │ ├── patch-configure.in │ │ ├── patch-libmpcdec_Makefile.am │ │ ├── patch-libmpcdec_requant.h │ │ ├── patch-libmpcpsy_ans.c │ │ ├── patch-mpcenc_keyboard.c │ │ ├── patch-mpcenc_mpcenc.c │ │ └── patch-mpcenc_mpcenc.h │ └── specification ├── perl-Algorithm-LineSegments │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-Nhash │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Data-IEEE754 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MooseX-Getopt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MooseX-Traits │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── pidgin │ ├── descriptions │ │ ├── desc.application │ │ └── desc.purple │ ├── distinfo │ ├── manifests │ │ ├── plist.application │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.purple │ └── specification ├── python-proxmoxer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-trytond-company │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg │ ├── descriptions │ └── desc.single │ └── specification ├── bucket_09 ├── R-Rook │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-selectr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── libfm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── lua-alt-getopt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── mdds-3.0 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── neon │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── perl-Algorithm-FloodControl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-CPAN-Meta-Check │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-PerlIO-Layers │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-soap │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-soap.c │ └── specification ├── php85-sqlite3 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-rchardet │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── spirv-tools │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_0A ├── R-ragg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── aspell-vi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gstreamer1-plugins-flite │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-ext_webrtc_meson.build │ │ └── patch-sys_va_meson.build │ └── specification ├── libunwind │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.test │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.test │ └── specification ├── libxmlxx │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── luanti │ ├── descriptions │ │ ├── desc.client │ │ ├── desc.data │ │ └── desc.server │ ├── distinfo │ ├── files │ │ └── LICENSE_CC_BY_SA_30 │ ├── manifests │ │ ├── plist.client │ │ ├── plist.data │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.server │ ├── patches │ │ ├── patch-irr_src_CIrrDeviceLinux.cpp │ │ ├── patch-irr_src_os.cpp │ │ └── patch-src_CMakeLists.txt │ └── specification ├── perl-Feature-Compat-Try │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MailTools │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-botocore │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-suit │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-fasteners │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-fusepy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-pycodestyle │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-python-magic │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-requests │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── spirv-llvm-translator │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification └── xorg-xpm │ ├── descriptions │ ├── desc.primary │ └── desc.tools │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ ├── plist.primary │ └── plist.tools │ └── specification ├── bucket_0B ├── R-dichromat │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ctpl │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── less │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Exporter-Easy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Import-Into │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Smart-Args │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-myst-parser │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-uuid │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-erubis │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-track_open_instances │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-font-bitstream-75dpi │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_0C ├── R-devtools │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-english │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-te │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── cglm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── fonts-gentium-plus │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── net-snmp │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── cpu_dragonfly.c │ │ ├── messages-primary.ucl.in │ │ ├── snmpd.in │ │ └── snmptrapd.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-agent_mibgroup_hardware_memory_memory__freebsd.c │ │ ├── patch-agent_mibgroup_ip-mib_data__access_scalars__sysctl.c │ │ ├── patch-agent_mibgroup_mibII_ip.c │ │ ├── patch-agent_mibgroup_mibII_tcp.c │ │ └── patch-agent_mibgroup_mibII_udpTable.c │ └── specification ├── perl-HTTP-Proxy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-HTTP-XSCookies │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-baker.xs │ │ ├── patch-cookie.c │ │ ├── patch-date.c │ │ ├── patch-gmem.c │ │ └── patch-uri.c │ ├── specification │ └── specification.manual ├── perl-Mail-AuthenticationResults │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-ffi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-bcmath │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-nh3 │ ├── crates.list │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.template └── x265 │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ ├── patches │ ├── patch-CMakeLists.txt │ ├── patch-common_common.cpp │ ├── patch-encoder_analysis.cpp │ └── patch-encoder_encoder.cpp │ └── specification ├── bucket_0D ├── R-bit64 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-bslib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-nloptr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── alpine │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ ├── patch-imap_Makefile │ │ ├── patch-imap_src_c-client_netmsg.c │ │ ├── patch-imap_src_c-client_nntp.c │ │ └── patch-pith_imap.h │ └── specification ├── mosquitto │ ├── descriptions │ │ ├── desc.cxx │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── mosquitto.in │ ├── manifests │ │ ├── plist.cxx │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-apps_mosquitto__ctrl_CMakeLists.txt │ │ ├── patch-config.h │ │ ├── patch-lib_socks__mosq.c │ │ ├── patch-lib_strings__mosq.c │ │ ├── patch-mosquitto.conf │ │ └── patch-src_CMakeLists.txt │ └── specification ├── perl-Algorithm-Metric-Chessboard │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Cache-FastMmap │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-File-HomeDir │ ├── IGNORE_Mac::SystemDirectory │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-HTML-TableExtract │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Pod-POM │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── pstotext │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-main.c │ └── specification ├── python-django-filter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-pymdown-extensions │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-zipp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── sndio │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── sndiod.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-aucat_defs.h │ │ ├── patch-configure │ │ ├── patch-libsndio_aucat.c │ │ └── patch-sndiod_defs.h │ └── specification └── xorg-apps │ ├── descriptions │ └── desc.single │ └── specification ├── bucket_0E ├── cscope │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ └── patch-src_display.c │ └── specification ├── eawpatches │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── glm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── glm.pc.in │ │ ├── glmConfig.cmake.in │ │ ├── glmConfigVersion.cmake.in │ │ └── glmTargets.cmake │ ├── manifests │ │ └── plist.single │ └── specification ├── gnustep-make │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-target.make │ └── specification ├── hunspell-fr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── kf6-attica │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libmodplug │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libvisual-plugins │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-configure │ └── specification ├── m4 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs.noprefix │ │ ├── plist.man.noprefix │ │ ├── plist.man.std │ │ ├── plist.primary.noprefix │ │ └── plist.primary.std │ └── specification ├── opencl-clhpp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Algorithm-LinearManifoldDataClusterer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Moo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Regexp-IPv4 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-yaml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-zlib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-Cython │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-docutils │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-flex │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-patron │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── ruby-psych │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── bucket_0F ├── gtk-engines │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── lua-filesystem │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-Makefile │ │ └── patch-config │ └── specification ├── pekwm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Path-Tiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Tie-ToObject │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-mbstring │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-bootstrap3 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-parso │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pyasn1 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-setuptools │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── specification │ └── specification.manual ├── roundcube │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── newsyslog.conf.in │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ ├── patch-config_defaults.inc.php │ │ └── patch-program_lib_Roundcube_rcube__message.php │ └── specification ├── whowatch │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── dragonfly │ │ └── patch-src_plist.c │ ├── files │ │ └── LICENSE │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ ├── patch-src_proc__plugin.c │ │ ├── patch-src_procinfo.h │ │ ├── patch-src_proctree.c │ │ ├── patch-src_proctree.h │ │ ├── patch-src_ulist.c │ │ ├── patch-src_ulist.h │ │ ├── patch-src_whowatch.c │ │ └── patch-src_whowatch.h │ └── specification ├── xorg-xcb-util-keysyms │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification └── xrandr │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_10 ├── R-BH │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-geometry │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-globals │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-influenceR │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── bmake │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-machine.sh │ │ └── patch-main.c │ └── specification ├── libabw │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libdvdcss │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ └── patch-src_ioctl.c │ └── specification ├── libmaxminddb │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Algorithm-Pair-Best2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Digest-Perl-MD5 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-IO-Tee │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-String-CRC32 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── sword │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── messages-primary.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification └── xfwm4-themes │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_11 ├── R-rematch2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-tn │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── clamav │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── clamav-clamd.in │ │ ├── clamav-freshclam.in │ │ └── messages-primary.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ └── patch-clamdtop_CMakeLists.txt │ └── specification ├── darktable │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_common_darktable.h │ │ ├── patch-src_common_extra__optimizations.h │ │ ├── patch-src_common_iop__order.c │ │ ├── patch-src_common_iop__profile.c │ │ ├── patch-src_common_utility.c │ │ ├── patch-src_develop_blends_blendif__lab.c │ │ ├── patch-src_develop_blends_blendif__raw.c │ │ ├── patch-src_develop_blends_blendif__rgb__hsl.c │ │ ├── patch-src_develop_blends_blendif__rgb__jzczhz.c │ │ ├── patch-src_external_rawspeed_cmake_Modules_CheckZLIB.cmake │ │ ├── patch-src_external_rawspeed_cmake_Modules_cpu-cache-line-size.cpp │ │ ├── patch-src_external_rawspeed_cmake_Modules_cpu-page-size.cpp │ │ └── patch-src_iop_channelmixerrgb.c │ └── specification ├── fonts-crosextra-caladea │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gconf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-gsettings_gconfsettingsbackend.c │ └── specification ├── libgit2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-HTTP-Message │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-DNS-Resolver-Programmable │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Parse-Functions │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qt6-qtnetworkauth │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── texlive-texmf │ ├── descriptions │ │ ├── desc.docs │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── wolfssh │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-examples_client_client.c │ │ └── patch-examples_echoserver_echoserver.c │ └── specification └── xorg-xbitmaps │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_12 ├── aspell-gd │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── fluent-bit │ ├── descriptions │ │ ├── desc.library │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── fluent-bit.in │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-include_fluent-bit_flb__coro.h │ │ ├── patch-include_fluent-bit_flb__endian.h │ │ ├── patch-include_fluent-bit_flb__output.h │ │ ├── patch-include_fluent-bit_simdutf_flb__simdutf__connector.h │ │ ├── patch-lib_chunkio_deps_crc32_crc32.c │ │ ├── patch-lib_librdkafka-2.8.0_src_rd.h │ │ ├── patch-lib_librdkafka-2.8.0_src_rdaddr.h │ │ ├── patch-lib_librdkafka-2.8.0_src_rdendian.h │ │ ├── patch-lib_librdkafka-2.8.0_src_rdposix.h │ │ ├── patch-lib_librdkafka-2.8.0_src_snappy__compat.h │ │ ├── patch-lib_luajit-cmake_LuaJIT.cmake │ │ ├── patch-lib_monkey_CMakeLists.txt │ │ ├── patch-lib_monkey_include_monkey_mk__core_mk__event.h │ │ ├── patch-lib_monkey_include_monkey_mk__thread__libco.h │ │ ├── patch-lib_monkey_mk__core_deps_libevent_buffer.c │ │ ├── patch-lib_monkey_mk__core_deps_libevent_kqueue.c │ │ ├── patch-lib_monkey_mk__core_mk__event.c │ │ ├── patch-lib_monkey_mk__server_CMakeLists.txt │ │ ├── patch-lib_monkey_plugins_liana_liana.c │ │ ├── patch-lib_nghttp2-1.65.0_lib_nghttp2__net.h │ │ ├── patch-lib_snappy-fef67ac_compat.h │ │ ├── patch-src_flb__gzip.c │ │ └── patch-src_flb__network.c │ └── specification ├── kf6-baloo │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libarchive │ ├── descriptions │ │ ├── desc.dev.ravensw │ │ ├── desc.primary │ │ ├── desc.primary.static │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ ├── plist.primary.static │ │ └── plist.tools │ ├── patches │ │ └── patch-libarchive_archive__write__add__filter__zstd.c │ └── specification ├── libassuan │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-src_assuan-uds.c │ └── specification ├── libmikmod │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── pcmanfm-qt │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.lang │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-config_CMakeLists.txt │ └── specification ├── perl-List-MoreUtils │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Pod-Strip │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Return-MultiLevel │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-namespace-clean │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-gettext │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-gast │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netbox-disk │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── stunnel │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── pid.conf │ │ └── stunnel.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-configure.ac │ └── specification ├── vo-aacenc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-aacenc_src_memalign.c │ │ └── patch-aacenc_src_tns.c │ └── specification └── xz │ ├── descriptions │ ├── desc.primary │ └── desc.tools │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.docs │ ├── plist.examples │ ├── plist.man │ ├── plist.primary │ └── plist.tools │ └── specification ├── bucket_13 ├── R-sentimentr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-ga │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libadalang-tools │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-src_lal__tools.gpr │ │ └── patch-src_test-main.adb │ └── specification ├── libharu │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-Set-Scalar │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-session │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-httplib2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-netbox-static-routes-plugin │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── sdl1 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── SDL_sndioaudio.c │ │ └── SDL_sndioaudio.h │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-configure │ │ ├── patch-sdl-config.in │ │ ├── patch-sdl.pc.in │ │ ├── patch-src_audio_SDL__audio.c │ │ ├── patch-src_audio_SDL__sysaudio.h │ │ ├── patch-src_cdrom_freebsd_SDL_syscdrom.c │ │ ├── patch-src_joystick_bsd_SDL_sysjoystick.c │ │ └── patch-src_video_x11_SDL_x11sym.h │ └── specification ├── sope │ ├── descriptions │ │ ├── desc.ldap │ │ ├── desc.pgsql │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.ldap │ │ ├── plist.pgsql │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-sope-core_NGStreams_NGDescriptorFunctions.m │ │ ├── patch-sope-core_NGStreams_NGLocalSocketAddress.m │ │ ├── patch-sope-core_NGStreams_NGLocalSocketDomain.m │ │ ├── patch-sope-gdl1_GDLAccess_GNUmakefile.preamble │ │ └── patch-sope-ldap_NGLdap_GNUmakefile.preamble │ └── specification ├── tk90 │ ├── descriptions │ │ ├── desc.demos │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.demos │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-configure │ │ └── patch-installManPage │ └── specification ├── xorg-xshmfence │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-config.h.in │ │ ├── patch-configure.ac │ │ ├── patch-src_Makefile.am │ │ ├── patch-src__xshmfence_futex.h │ │ └── patch-src_xshmfenceint.h │ └── specification └── yaml-cpp │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_14 ├── R-tidymodels │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-fy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gstreamer1-plugins-good │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── dragonfly │ │ ├── patch-sys_oss_gstosshelper.c │ │ ├── patch-sys_oss_gstosssink.c │ │ └── patch-sys_oss_gstosssrc.c │ ├── freebsd │ │ ├── patch-sys_oss_gstosshelper.c │ │ ├── patch-sys_oss_gstosssink.c │ │ └── patch-sys_oss_gstosssrc.c │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ ├── netbsd │ │ └── patch-sys_oss_meson.build │ ├── specification │ └── sunos │ │ ├── patch-gst_avi_meson.build │ │ ├── patch-gst_isomp4_meson.build │ │ ├── patch-gst_rtsp_meson.build │ │ ├── patch-gst_udp_meson.build │ │ └── patch-sys_oss4_meson.build ├── kf6-kconfig │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-autotests_CMakeLists.txt │ │ └── patch-metainfo.yaml │ └── specification ├── libnghttp2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile.am │ └── specification ├── liborcus-0.20 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-src_liborcus_CMakeLists.txt │ └── specification ├── lxqt-menu-data │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── nlopt │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Algorithm-BloomFilter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-LWP-Protocol-https │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-TCP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-mbstring │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-config.m4 │ └── specification ├── qt5-qtdeclarative │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-examples_qmltest_qmltest_qmltest.pro │ │ ├── patch-src_3rdparty_masm_wtf_Assertions.h │ │ ├── patch-src_3rdparty_masm_wtf_Compiler.h │ │ ├── patch-src_3rdparty_masm_yarr_Yarr.h │ │ ├── patch-src_qml_common_qv4alloca__p.h │ │ ├── patch-src_qml_jit_qv4assemblercommon__p.h │ │ ├── patch-src_qmltest_qmltest.pro │ │ ├── patch-tests_auto_quicktest_testfiltering_quicktestmain_quicktestmain.pro │ │ └── patch-tools_qmltestrunner_qmltestrunner.pro │ └── specification ├── unzip │ ├── descriptions │ │ ├── desc.primary.chinese │ │ ├── desc.primary.korean │ │ ├── desc.primary.russian │ │ └── desc.primary.std │ ├── distinfo │ ├── files │ │ ├── extra-iconv-patch-unix_unix.c │ │ ├── extra-iconv-patch-unix_unxcfg.h │ │ ├── extra-iconv-patch-unzip.c │ │ ├── extra-iconv-patch-unzpriv.h │ │ ├── extra-iconv-patch-zipinfo.c │ │ ├── extra-ko-patch-fileio.c │ │ ├── extra-ko-patch-unzip.c │ │ ├── extra-ko-patch-unzip.h │ │ ├── extra-ru-patch-ebcdic.h │ │ └── extra-zh-patch-fileio.c │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-consts.h │ │ ├── patch-crypt.c │ │ ├── patch-extract.c │ │ ├── patch-fileio.c │ │ ├── patch-inflate.c │ │ ├── patch-list.c │ │ ├── patch-process.c │ │ ├── patch-unix_Makefile │ │ ├── patch-unix_unix.c │ │ ├── patch-unix_unxcfg.h │ │ └── patch-zipinfo.c │ ├── specification │ ├── unix.c │ └── unix.c.orig └── video4linux │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ ├── plist.nls │ └── plist.primary │ ├── patches │ ├── patch-configure │ ├── patch-lib_libv4lconvert_control_libv4lcontrol.c │ └── patch-lib_libv4lconvert_libv4lsyscall-priv.h │ └── specification ├── bucket_15 ├── aspell-ml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libffcall │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libxfce4util │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── mpv │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-meson.build │ │ ├── patch-osdep_threads-posix.h │ │ ├── patch-stream_stream__libarchive.c │ │ └── patch-video_out_drm__common.c │ └── specification ├── perl-Error │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-bz2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-trytond-purchase │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-excon │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── subversion │ ├── descriptions │ ├── desc.contrib │ └── desc.primary │ ├── distinfo │ ├── files │ └── svnserve.in │ ├── manifests │ ├── plist.contrib │ ├── plist.dev │ ├── plist.examples │ ├── plist.man │ ├── plist.nls │ └── plist.primary │ ├── patches │ ├── patch-Makefile.in │ └── patch-build-outputs.mk │ └── specification ├── bucket_16 ├── R-SparseM │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-igraph │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-src_plfit_hzeta.c │ ├── specification │ └── specification.manual ├── R-partitions │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-plotly │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-reformulas │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── dovecot │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── dovecot.in │ │ └── messages-primary.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_lib_lib.h │ │ ├── patch-src_master_main.c │ │ └── patch-src_plugins_fts_decode2text.sh │ └── specification ├── joe │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-joe_tty.c │ └── specification ├── libgme │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── nsd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── nsd.in │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-nsd-control.c │ │ ├── patch-remote.c │ │ └── patch-simdzone_src_generic_endian.h │ └── specification ├── perl-Algorithm-TravelingSalesman-BitonicTour │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Eval-Closure │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Params-ValidationCompiler │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-URL-Encode-XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-mkdocstrings-python-legacy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── qt6-qtdeclarative │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ ├── patches │ ├── patch-src_3rdparty_masm_wtf_Assertions.h │ ├── patch-src_qml_Qt6QmlMacros.cmake │ ├── patch-src_qml_common_qv4alloca__p.h │ └── patch-src_qml_jit_qv4assemblercommon__p.h │ └── specification ├── bucket_17 ├── R-maps │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── arc │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-arc.c │ │ ├── patch-arc.h │ │ ├── patch-arcadd.c │ │ ├── patch-arccvt.c │ │ ├── patch-arcdata.c │ │ ├── patch-arcdos.c │ │ ├── patch-arcext.c │ │ ├── patch-arcio.c │ │ ├── patch-arclzw.c │ │ ├── patch-arcmisc.c │ │ ├── patch-arcrun.c │ │ └── patch-arcunp.c │ └── specification ├── fonts-gentium-basic │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── kf6-ki18n │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-cmake_build-pofiles.cmake │ │ └── patch-metainfo.yaml │ └── specification ├── libnsbmp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── liborcus │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-src_liborcus_CMakeLists.txt │ └── specification ├── perl-Algorithm-BIT-XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-multidict │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-node-semver │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-ruamel.yaml.clib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── python-svgwrite │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_18 ├── R-TH.data │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-dials │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── bzip2 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-Makefile │ └── specification ├── dav1d │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── dpkg │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── lumina-mediaplayer │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-src-qt5_OS-detect.pri │ └── specification ├── perl-Algorithm-BinPack │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Syntax-Keyword-Try │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-json2html │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── python-sphinxcontrib-devhelp │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_19 ├── aspell-hr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── binutils-gold │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-bfd_config.bfd │ │ ├── patch-bfd_elfnn-aarch64.c │ │ ├── patch-bfd_elfxx-x86.c │ │ ├── patch-gold_x86__64.cc │ │ └── patch-include__safe-ctype.h │ └── specification ├── libfyaml │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── libhandy │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── mg │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-interpreter.c │ │ ├── patch-main.c │ │ └── patch-mg.1 │ └── specification ├── pangomm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-untracked_pango_pangomm_attrlist.cc │ └── specification ├── perl-Class-Singleton │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Log-Dispatch-FileRotate │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-XML-Parser │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-Expat_Makefile.PL │ ├── specification │ └── specification.manual ├── python-more-itertools │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-ttp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-msgpack │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── tcpdump │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-fonts │ ├── descriptions │ └── desc.single │ └── specification ├── bucket_1A ├── R-farver │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-ggforce │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-src_robust__predicate_expansion_mp__basic.hpp │ └── specification ├── R-leaflet.providers │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── bison │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.examples │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── feh │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libva │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-va__glx__va_glx_private.h │ ├── specification │ └── sunos │ │ └── patch-va_Makefile.am ├── parallel │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_niceload │ │ ├── patch-src_parallel │ │ └── patch-src_sem │ └── specification ├── perl-Readonly │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-fileinfo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-libmagic_softmagic.c │ └── specification ├── python-appdirs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-taggit │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-zope.interface │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qt5-qtbase │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── qmake.conf.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ ├── patch-mkspecs_features_qt__functions.prf │ │ ├── patch-mkspecs_features_qt__module.prf │ │ ├── patch-qmake_generators_makefile.cpp │ │ ├── patch-qmake_generators_unix_unixmake2.cpp │ │ ├── patch-src_3rdparty_sha3_brg__endian.h │ │ ├── patch-src_corelib_configure.json │ │ ├── patch-src_corelib_io_io.pri │ │ ├── patch-src_corelib_io_qlockfile__unix.cpp │ │ ├── patch-src_gui_configure.json │ │ ├── patch-src_network_kernel_qnetworkinterface__unix.cpp │ │ ├── patch-src_platformsupport_devicediscovery_qdevicediscovery__static.cpp │ │ ├── patch-src_platformsupport_input_evdevkeyboard_qevdevkeyboard__defaultmap__p.h │ │ ├── patch-src_platformsupport_input_evdevkeyboard_qevdevkeyboardhandler.cpp │ │ ├── patch-src_platformsupport_input_evdevmouse_qevdevmousehandler.cpp │ │ ├── patch-src_platformsupport_input_evdevtablet_qevdevtablethandler.cpp │ │ ├── patch-src_platformsupport_input_evdevtouch_qevdevtouchhandler.cpp │ │ ├── patch-src_plugins_platforms_eglfs_deviceintegration_eglfs__kms_qeglfskmsgbmdevice.cpp │ │ ├── patch-tests_auto_corelib_io_qprocess_qprocess.pro │ │ ├── patch-tests_auto_corelib_serialization_qcborstreamreader_tst__qcborstreamreader.cpp │ │ ├── patch-tests_auto_network_access_qnetworkreply_test_test.pro │ │ ├── patch-tests_auto_network_socket_qlocalsocket_test_test.pro │ │ ├── patch-tests_auto_network_socket_qtcpserver_test_test.pro │ │ ├── patch-tests_auto_network_socket_qudpsocket_test_test.pro │ │ └── patch-tests_auto_network_ssl_ssl.pro │ └── specification ├── quassel │ ├── descriptions │ │ ├── desc.client │ │ ├── desc.common │ │ ├── desc.icons │ │ ├── desc.monolithic │ │ └── desc.server │ ├── distinfo │ ├── files │ │ └── typestest.cpp │ ├── manifests │ │ ├── plist.client │ │ ├── plist.common │ │ ├── plist.icons │ │ ├── plist.monolithic │ │ ├── plist.nls │ │ └── plist.server │ └── specification └── radicale │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── files │ └── radicale.in │ ├── manifests │ └── plist.single │ └── specification ├── bucket_1B ├── R-Formula │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-RMySQL │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── R-RcppEigen │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-bit │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-cachem │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-isoband │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-textclean │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-gu │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── db4 │ ├── descriptions │ │ ├── desc.cxx │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.cxx │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-db__sql_sqlite_sqliteInt.h │ │ ├── patch-dbinc_atomic.h │ │ ├── patch-dist_Makefile.in │ │ ├── patch-dist_configure │ │ ├── patch-dist_s__sig │ │ ├── patch-env_env__sig.c │ │ ├── patch-mp_mp__fget.c │ │ ├── patch-mp_mp__mvcc.c │ │ ├── patch-mp_mp__region.c │ │ ├── patch-mutex_mut__method.c │ │ ├── patch-mutex_mut__tas.c │ │ └── patch-repmgr_repmgr__posix.c │ └── specification ├── gnatdoc │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ └── patch-gnat_gnatdoc.gpr │ └── specification ├── gstreamer1-plugins-mpeg2dec │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── hunspell │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-src_tools_hunspell.cxx │ └── specification ├── irssi │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-utils_irssi-version.sh │ └── specification ├── libmpack │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-tests_deps_tap_tap.c │ └── specification ├── lumina-fileinfo │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-src-qt5_OS-detect.pri │ └── specification ├── perl-Algorithm-Paxos │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-HTML-Tree │ ├── block_meta_recommends │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-IO-Socket-INET6 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Plack │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-intl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-sysvshm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-phar │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-config.m4 │ └── specification ├── python-atomicwrites │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pypdf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-cabin │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── unrar │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-makefile │ │ └── patch-os.hpp │ └── specification └── xmlcatmgr │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── files │ ├── messages-primary.ucl.in │ ├── refresh_xmlcatmgr_catalogs.in │ └── scripts-primary.ucl.in │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_1C ├── AdaSAT │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-adasat.gpr │ └── specification ├── R-bindrcpp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-cowplot │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-is │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── autoconf213 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-acspecific.m4 │ │ ├── patch-autoconf.sh │ │ ├── patch-autoconf.texi │ │ ├── patch-autoheader.sh │ │ └── patch-autoupdate.sh │ └── specification ├── fdm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── florist │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-c-posix-signals.c │ │ ├── patch-c-posix.c │ │ ├── patch-configure │ │ └── patch-florist.gpr │ └── specification ├── glslang │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── innoextract │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-cmake_VersionScript.cmake │ │ └── patch-src_stream_slice.cpp │ └── specification ├── libgcrypt │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-Makefile.in │ └── specification ├── libnice │ ├── descriptions │ │ ├── desc.gstreamer │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.gstreamer │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-agent_interfaces.h │ │ └── patch-docs_reference_libnice_meson.build │ └── specification ├── media-types │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── python-backports.entry-points-selectable │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-colorama │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-incremental │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── wolfssl │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ └── patch-tests_api.c │ └── specification ├── xorg-smproxy │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-xmu │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_1D ├── R-clipr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── edlin │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── lal-refactor │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ └── patch-gnat_lal__refactor.gpr │ └── specification ├── perl-Date-Manip │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-NBName │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-dba │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pydantic │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-sphinxcontrib-serializinghtml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-tomli │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-faraday │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-xcursor │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_1E ├── R-pyinit │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-rcmdcheck │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── libcdio-paranoia │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.reader │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.reader │ └── specification ├── nfsen │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── conf.php │ │ ├── messages-single.ucl.in │ │ └── nfsen.in │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-etc_nfsen-dist.conf │ └── specification ├── perl-Algorithm-GooglePolylineEncoding │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Encode-Locale │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-File-ShareDir │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-String-Tagged │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-YAML │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-enum │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-tokenizer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-attrs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-black │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netbox-users-and-computers │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pluggy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── qt6ct │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_1F ├── R-RColorBrewer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-brew │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── llvm-libunwind │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── mysql80 │ ├── descriptions │ │ ├── desc.client │ │ └── desc.server │ ├── distinfo │ ├── files │ │ ├── ffsll.cc │ │ ├── messages-server.ucl.in │ │ ├── my.cnf.sample.in │ │ ├── mysql-server.in │ │ └── special.mk │ ├── manifests │ │ ├── plist.client │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.server │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-cmake_install__layout.cmake │ │ ├── patch-cmake_plugin.cmake │ │ ├── patch-cmake_ssl.cmake │ │ ├── patch-config.h.cmake │ │ ├── patch-configure.cmake │ │ ├── patch-include_my__compare.h │ │ ├── patch-include_my__thread__os__id.h │ │ ├── patch-include_myisam.h │ │ ├── patch-include_tables__contained__in.h │ │ ├── patch-include_violite.h │ │ ├── patch-libmysql_CMakeLists.txt │ │ ├── patch-libmysql_dns__srv.cc │ │ ├── patch-mysys_kqueue__timers.cc │ │ ├── patch-mysys_my__default.cc │ │ ├── patch-plugin_group__replication_libmysqlgcs_src_bindings_xcom_xcom_xcom__vp__platform.h │ │ ├── patch-plugin_password__validation_validate__password.cc │ │ ├── patch-plugin_x_src_interface_ssl__session__options.h │ │ ├── patch-router_cmake_set__rpath.cmake │ │ ├── patch-router_src_harness_include_mysql_harness_net__ts_impl_netif.h │ │ ├── patch-router_src_harness_include_mysql_harness_net__ts_internet.h │ │ ├── patch-router_src_harness_include_mysql_harness_net_ts_local.h │ │ ├── patch-router_src_harness_include_mysql_harness_tty.h │ │ ├── patch-router_src_harness_src_stdx_io_file__handle.cc │ │ ├── patch-router_src_router_include_mysqlrouter_utils.h │ │ ├── patch-scripts_CMakeLists.txt │ │ ├── patch-sql_CMakeLists.txt │ │ ├── patch-sql_resourcegroups_platform_thread__attrs__api__apple.cc │ │ ├── patch-sql_sys__vars.cc │ │ ├── patch-storage_innobase_include_detail_ut_large__page__alloc-linux.h │ │ ├── patch-storage_innobase_include_srv0mon.h │ │ ├── patch-storage_myisam_mi__dynrec.cc │ │ └── patch-vio_viosocket.cc │ └── specification ├── pcre2 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Algorithm-ConstructDFA │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Carp-Clan-Share │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Crypt-OpenSSL-RSA │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-File-MimeInfo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Path-Class │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Tree-DAG_Node │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-XML-DOM │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-calendar │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-pdo_mysql │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── publicsuffix-list │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── python-mock │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-soupsieve │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── x264 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-common_cpu.c │ │ └── patch-configure │ └── specification └── xorg-misc-bitmap-fonts │ ├── descriptions │ └── desc.single │ └── specification ├── bucket_20 ├── R-caTools │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-labeling │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-locfit │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── cpio │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-tests_symlink-bad-length.at │ └── specification ├── enchant1 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure.ac │ │ ├── patch-src_Makefile.am │ │ ├── patch-src_enchant.c │ │ └── patch-src_pwl.c │ └── specification ├── libplacebo │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── openvpn │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Algorithm-Diff │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Alien-GSL │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Text-Patch │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-readline │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-config.m4 │ │ └── patch-readline_cli.c │ └── specification ├── python-commonmark │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-paramiko │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-raet │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-strawberry-graphql-django │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-gdbm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── udunits │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.docs │ └── plist.primary │ ├── patches │ └── patch-lib_xml.c │ └── specification ├── bucket_21 ├── R-gridExtra │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── gnatcross-sysroot-solaris │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── mold │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── openblas │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-Makefile.install │ │ └── patch-exports_Makefile │ └── specification ├── perl-Module-Starter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-IMAP-Simple │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Pegex │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-meta │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-dom │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-ext_dom_document.c │ └── specification ├── polkit │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── scripts-primary.ucl │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-docs_man_meson.build │ │ ├── patch-src_polkit_polkitunixprocess.c │ │ ├── patch-src_polkitbackend_polkitbackendauthority.c │ │ ├── patch-src_polkitbackend_polkitbackendinteractiveauthority.c │ │ └── patch-src_programs_pkexec.c │ └── specification ├── python-zstandard │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── qt6-qtmultimedia │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_3rdparty_eigen_Eigen_src_Core_util_Memory.h │ │ ├── patch-src_multimedia_configure.cmake │ │ └── patch-src_plugins_multimedia_ffmpeg_CMakeLists.txt │ └── specification ├── utox │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_friend.c │ │ ├── patch-src_xlib_v4l.c │ │ └── patch-third__party_minini_minini_dev_minIni.c │ └── specification └── xorg-driver-input-evdev │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_22 ├── R-tidygraph │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-withr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── execline │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── gdl │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-gdl_gdl-dock-bar.c │ │ ├── patch-gdl_gdl-dock-item.c │ │ └── patch-gdl_gdl-dock-layout.c │ └── specification ├── hwdata │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-Makefile │ └── specification ├── libinotify │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libisofs │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-configure │ └── specification ├── lighttpd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── lighttpd.in │ │ └── special.mk │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-src_ck.h │ └── specification ├── perl-Email-Abstract │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MaxMind-DB-Reader │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xapian-core │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.docs │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_23 ├── argp-standalone │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-meson.build │ └── specification ├── aspell-fr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── diffutils │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── gargoyle │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.single │ ├── patches │ │ ├── patch-garglk_garglk.h │ │ └── patch-terps_CMakeLists.txt │ └── specification ├── gmp-api │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gnatcross-binutils │ ├── descriptions │ │ ├── desc.single.FAMD64_R12 │ │ ├── desc.single.FARM64_R11 │ │ ├── desc.single.FI386_R12 │ │ ├── desc.single.MAMD64_R3 │ │ ├── desc.single.MI386_R3 │ │ ├── desc.single.NAMD64_R9 │ │ └── desc.single.OMNIOS │ ├── distinfo │ ├── manifests │ │ ├── plist.single.FAMD64_R12 │ │ ├── plist.single.FARM64_R11 │ │ ├── plist.single.FI386_R12 │ │ ├── plist.single.MAMD64_R3 │ │ ├── plist.single.MI386_R3 │ │ ├── plist.single.NAMD64_R9 │ │ └── plist.single.OMNIOS │ ├── patches │ │ ├── patch-gas_configure.tgt │ │ └── patch-ld_configure.tgt │ └── specification ├── ixion-0.20 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.dev.libre │ │ ├── plist.primary │ │ └── plist.primary.libre │ └── specification ├── libcdio │ ├── descriptions │ │ ├── desc.player │ │ ├── desc.primary │ │ └── desc.utils │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.player │ │ ├── plist.primary │ │ └── plist.utils │ └── specification ├── libmetalink │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── lldb │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── DFProc.CMakeLists.txt │ │ ├── DragonFlyHost.cpp │ │ ├── HostInfoDragonFly.cpp │ │ ├── HostInfoDragonFly.h │ │ ├── NativeProcessDragonFly.cpp │ │ ├── NativeProcessDragonFly.h │ │ ├── NativeRegisterContextDragonFly.cpp │ │ ├── NativeRegisterContextDragonFly.h │ │ ├── NativeRegisterContextDragonFly_x86_64.cpp │ │ ├── NativeRegisterContextDragonFly_x86_64.h │ │ ├── NativeThreadDragonFly.cpp │ │ ├── NativeThreadDragonFly.h │ │ └── df_support_notes.txt │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-cmake_modules_LLDBConfig.cmake │ │ ├── patch-include_lldb_Host_HostInfo.h │ │ ├── patch-include_lldb_Host_SocketAddress.h │ │ ├── patch-source_Host_CMakeLists.txt │ │ ├── patch-source_Host_posix_DomainSocket.cpp │ │ ├── patch-source_Host_posix_HostThreadPosix.cpp │ │ ├── patch-source_Host_posix_PipePosix.cpp │ │ ├── patch-source_Initialization_CMakeLists.txt │ │ ├── patch-source_Initialization_SystemInitializerCommon.cpp │ │ ├── patch-source_Plugins_Platform_FreeBSD_PlatformFreeBSD.cpp │ │ ├── patch-source_Plugins_Process_CMakeLists.txt │ │ ├── patch-source_Plugins_SymbolLocator_Default_SymbolLocatorDefault.cpp │ │ ├── patch-tools_lldb-server_CMakeLists.txt │ │ ├── patch-tools_lldb-server_lldb-gdbserver.cpp │ │ └── patch-unittests_Process_Utility_CMakeLists.txt │ └── specification ├── lua-stdlib-debug │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-PGPLOT │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Test-LeakTrace │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-lizard │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-sphinxcontrib-jsmath │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-rexml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── shadowsocks-libev │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── shadowsocks_libev.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-libcork_include_libcork_config_bsd.h │ │ ├── patch-libcork_src_libcork_posix_env.c │ │ ├── patch-src_redir.c │ │ └── patch-src_udprelay.c │ └── specification ├── swig │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ └── plist.primary │ └── specification ├── tinyxml │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── CMakeLists.txt │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ ├── patch-CVE-2021-42260 │ │ ├── patch-CVE-2023-34194 │ │ ├── patch-tinyxml.cpp │ │ └── patch-tinyxml.h │ └── specification ├── xfce4-notifyd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification └── xorg-xext │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_24 ├── gtk3 │ ├── descriptions │ │ ├── desc.icon_cache │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ ├── scripts-primary.ucl.in │ │ └── triggers-icon_cache.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.icon_cache │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-gtk_a11y_gtkaccessibility.c │ │ ├── patch-gtk_gtkbuilderparser.c │ │ ├── patch-gtk_updateiconcache.c │ │ └── patch-tests_gtkgears.c │ └── specification ├── itstool │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-itstool.in │ └── specification ├── libdvdread │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libmypaint │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile.in │ └── specification ├── libstaroffice │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Package-Stash │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-UNIVERSAL-isa │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pymemcache │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-trove-classifiers │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-httpclient │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── xorg-appres │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-font-bh-type1 │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_25 ├── fonts-noto-ttf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Algorithm-Diff-HTMLTable │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-File-ReadBackwards │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Graph-Easy-Manual │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-ftp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── polkit-qt-1 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.dev.qt6 │ │ ├── plist.primary │ │ └── plist.primary.qt6 │ └── specification ├── python-Markdown │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-exhale │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-snowballstemmer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-xft │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── files │ └── xft-config.in │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_26 ├── R-R.utils │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-cpp11 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── libass │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libutp │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.doc │ │ └── plist.primary │ ├── patches │ │ └── patch-CMakeLists.txt │ └── specification ├── mkvtoolnix │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-Rakefile │ │ ├── patch-configure │ │ ├── patch-lib_fmt_src_fmt.cc │ │ ├── patch-src_common_locale.cpp │ │ ├── patch-src_common_os.h │ │ ├── patch-src_mkvtoolnix-gui_util_sleep__inhibitor.cpp │ │ └── patch-src_mkvtoolnix-gui_util_sleep__inhibitor_linux__logind.cpp │ └── specification ├── pciutils │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-lib_configure │ │ ├── patch-lib_fbsd-device.c │ │ └── patch-lib_physmem-posix.c │ └── specification ├── perl-CPAN-DistnameInfo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-EV │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Locale-Msgfmt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Math-Symbolic │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Regexp-Util │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Sub-Quote │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-aliased │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-click-threading │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-isort │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-setuptools-scm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-trytond-country │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-sqlite3 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── ruby-useragent │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_27 ├── R-microbenchmark │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-src_Makevars.in │ └── specification ├── ada_libfswatch │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── aspell-bg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gstreamer1-plugins-ugly │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ ├── specification │ └── sunos │ │ ├── patch-gst_asfdemux_meson.build │ │ └── patch-meson.build ├── libepoll-shim │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── mcabber │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-DBIx-Simple │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-File-pushd │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── plasma-activities │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── python-Flask-RESTful │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-cffi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-django-downloadview │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-trytond-party │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── rest │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ └── plist.primary │ └── specification ├── sent │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-config.mk │ └── specification ├── vde2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure.ac │ │ ├── patch-src_dpipe.c │ │ ├── patch-src_vde__pcapplug.c │ │ ├── patch-src_vde__plug2tap.c │ │ └── patch-src_vde__router_vder__icmp.c │ └── specification ├── wtf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── xdelta3 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-xdelta3.h │ └── specification ├── xorg-font-misc-misc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── yelp-xsl │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_28 ├── R-RPostgreSQL │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── adacurses │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── adacurses.gpr.in │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-aclocal.m4 │ │ ├── patch-doc_Makefile.in │ │ ├── patch-src_Makefile.in │ │ ├── patch-src_c__threaded__variables.h │ │ ├── patch-src_c__varargs__to__ada.h │ │ └── patch-src_ncurses__compat.c │ └── specification ├── libepubgen │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── liblangtag │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ └── plist.primary │ ├── patches │ │ └── patch-configure │ └── specification ├── perl-Algorithm-FuzzyCmeans │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-Makefile.PL │ └── specification ├── perl-IO-Capture │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-chardet │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-psycopg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-yamlordereddictloader │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-rspec │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── xorg-xcmsdb │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-xwininfo │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_29 ├── R-gbRd │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── appstream │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── hack.sh │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-data_hack.sh │ │ ├── patch-data_meson.build │ │ └── patch-src_as-system-info.c │ └── specification ├── coreutils │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ └── patch-src_stty.c │ └── specification ├── kf6-kded │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libtomcrypt │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-fix-CVE-2019-17362 │ └── specification ├── perl-5.40 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── perl-man.conf.in │ ├── freebsd │ │ ├── patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm │ │ ├── patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm │ │ └── patch-hints_freebsd.sh │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Configure │ │ ├── patch-Makefile.SH │ │ ├── patch-cpan_DB__File_Makefile.PL │ │ ├── patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm │ │ ├── patch-cpan_ExtUtils-Install_t_Install.t │ │ ├── patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm │ │ ├── patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t │ │ ├── patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm │ │ ├── patch-hints_linux.sh │ │ ├── patch-hints_netbsd.sh │ │ ├── patch-hints_solaris__2.sh │ │ ├── patch-perl.c │ │ └── patch-t_porting_customized.dat │ └── specification ├── perl-Algorithm-Munkres │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-Numerical-Sample │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Class-Accessor │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Module-Build │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── php83-xsl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-php_xsl.h │ └── specification └── python-dbus-python │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── files │ └── special.mk │ ├── manifests │ └── plist.dev │ └── specification ├── bucket_2A ├── R-plm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── dosfstools │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_blkdev_blkdev.c │ │ └── patch-src_device__info.c │ └── specification ├── kf6-kwallet │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libebml │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-B-Hooks-OP-Check │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Filesys-Notify-Simple │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Spiffy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-pgsql │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-pcntl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── projectm-eval │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-projectm-eval_install-pkgconfig.cmake.in │ └── specification ├── python-libversion │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ravensys-root-netbsd_amd64 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── netbsd.mk │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ └── specification ├── ravensys-vuln │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── messages-single.ucl.in │ ├── manifests │ │ └── plist.single │ └── specification ├── ruby-tzinfo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── templates-parser │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-templates__parser.gpr │ └── specification ├── xorg-bitmap │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-font-isas-misc │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_2B ├── libppd │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── mythes │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── optipng │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-src_pngxtern_pngxmem.c │ └── specification ├── php85-pdo_mysql │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-diff-lcs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── xorg-font-sun-misc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── xorg-xcb-util-xrm │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_2C ├── R-sessioninfo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── XML_EZ_Out │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── tmezrf.gpr │ │ └── xml_ez_out.gpr │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ └── plist.primary │ └── specification ├── freeglut │ ├── Window.attribute_v_coord │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-src_fg__internal.h │ └── specification ├── gettext │ ├── descriptions │ │ ├── desc.aclocal │ │ ├── desc.asprintf │ │ ├── desc.asprintfdev │ │ ├── desc.bldtools │ │ ├── desc.primary │ │ ├── desc.solinks │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.aclocal │ │ ├── plist.asprintf │ │ ├── plist.asprintfdev │ │ ├── plist.bldtools │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ ├── plist.solinks │ │ └── plist.tools │ ├── patches │ │ ├── patch-gettext-runtime_configure │ │ ├── patch-gettext-runtime_intl_gnulib-lib_glthread_threadlib.c │ │ ├── patch-gettext-tools_configure │ │ ├── patch-gettext-tools_gnulib-lib_glthread_threadlib.c │ │ └── patch-gettext-tools_libgettextpo_glthread_threadlib.c │ └── specification ├── kf6-kcrash │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-metainfo.yaml │ │ └── patch-src_CMakeLists.txt │ └── specification ├── libffi │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Algorithm-Dependency-MapReduce │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-IDN-Encode │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Parse-ErrorString-Perl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-enchant │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netbox-agent │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-trytond-account-asset │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── woff2 │ ├── descriptions │ ├── desc.primary │ └── desc.tools │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.primary │ └── plist.tools │ └── specification ├── bucket_2D ├── R-ggplot2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── gstreamer1-plugins-mpg123 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── i3lock │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libcanberra │ ├── descriptions │ │ ├── desc.gtk2 │ │ ├── desc.gtk3 │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.gtk2 │ │ ├── plist.gtk3 │ │ └── plist.primary │ ├── patches │ │ └── patch-src_oss.c │ └── specification ├── libexecinfo │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── backtrace.3 │ ├── linux │ │ └── patch-define-gnu-source │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ └── patch-execinfo.c │ └── specification ├── perl-Algorithm-ClusterPoints │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Wx │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-XS_PropertySheetDialog.xsp │ │ └── patch-build_Wx_build_MakeMaker_Any__wx__config.pm │ ├── specification │ └── specification.manual ├── python-psutil │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── readline │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-support_shlib-install │ │ └── patch-support_shobj-conf │ └── specification └── sassc │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_2E ├── R-png │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── gstreamer1-plugins-libpng │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Tk-Zinc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-PostScript.c │ │ └── patch-tkZinc.c │ ├── specification │ └── specification.manual ├── php84-sysvsem │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-fileinfo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-libmagic_softmagic.c │ └── specification ├── ruby-http-accept │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── xorg-xclock │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── xsecurelock │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile.am │ └── specification └── zsh │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.docs │ ├── plist.examples │ ├── plist.man │ └── plist.primary │ ├── patches │ ├── patch-Doc_Makefile.in │ ├── patch-Functions_VCS__Info_test-repo-git-rebase-apply │ ├── patch-Functions_VCS__Info_test-repo-git-rebase-merge │ ├── patch-Src_Modules_pcre.c │ ├── patch-Src_Modules_watch.c │ ├── patch-Src_jobs.c │ ├── patch-aczsh.m4 │ ├── patch-configure.ac │ └── patch-configure.ac2 │ └── specification ├── bucket_2F ├── R-networkD3 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── gdk-pixbuf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── triggers-primary.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-tests_pixbuf-randomly-modified.c │ └── specification ├── intltool │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-intltool-update.in │ │ └── patch-intltoolize.in │ └── specification ├── libvolume_id │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-ddf__raid.c │ │ ├── patch-linux__raid.c │ │ ├── patch-util.c │ │ └── patch-util.h │ └── specification ├── perl-Algorithm-SixDegrees │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-ORLite │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-simplexml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-config.m4 │ └── specification ├── php85-calendar │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-dom │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-parentnode_css__selectors.c │ └── specification ├── php85-mysqli │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── postgresql14 │ ├── descriptions │ │ ├── desc.client │ │ ├── desc.contrib │ │ ├── desc.plperl │ │ ├── desc.plpython │ │ ├── desc.pltcl │ │ └── desc.server │ ├── distinfo │ ├── files │ │ ├── 502.pgsql.in │ │ └── postgresql.in │ ├── manifests │ │ ├── plist.client │ │ ├── plist.contrib │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.plperl │ │ ├── plist.plpython │ │ ├── plist.pltcl │ │ └── plist.server │ ├── patches │ │ ├── patch-configure │ │ ├── patch-doc-Makefile │ │ ├── patch-doc_src_sgml_Makefile │ │ ├── patch-src-backend-Makefile │ │ ├── patch-src_Makefile.shlib │ │ └── patch-src_backend_utils_misc_postgresql.conf.sample │ └── specification ├── python-bottle │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-smartypants │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-tornado │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby32 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.rdoc │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure.ac │ │ ├── patch-lib_mkmf.rb │ │ ├── patch-lib_rdoc_encoding.rb │ │ ├── patch-lib_rubygems_platform.rb │ │ └── patch-tool_mkconfig.rb │ └── specification └── shotgun │ ├── crates.list │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ ├── specification │ └── specification.template ├── bucket_30 ├── R-rio │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-uk │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── easy-rsa │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gnatcross │ ├── descriptions │ │ ├── desc.single.FAMD64_R12 │ │ ├── desc.single.FARM64_R11 │ │ ├── desc.single.FI386_R12 │ │ ├── desc.single.MAMD64_R3 │ │ ├── desc.single.MI386_R3 │ │ └── desc.single.OMNIOS │ ├── distinfo │ ├── files │ │ └── messages-single.ucl.in │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-gcc_ada_libgnat_s-dorepr.adb │ └── specification ├── libdiscid │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ └── patch-src_disc__bsd.c │ └── specification ├── libgusb │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── libmesode │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-configure.ac │ │ └── patch-src_tls_openssl.c │ └── specification ├── libtirpc │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Algorithm-Cluster │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-IO-Stringy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Software-License │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-easysnmp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-setup.py │ └── specification ├── python-pwdlib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-python-gnupg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-pyxdg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-qrcode │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── python-ttp-templates │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_31 ├── R-gtools │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-httpuv │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-src_Makevars.in │ │ ├── patch-src_libuv_configure │ │ └── patch-src_unix_fs.c │ ├── specification │ └── specification.manual ├── R-modelenv │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── boost-libraries │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-boost_config_detail_suffix.hpp │ │ ├── patch-boost_config_platform_bsd.hpp │ │ ├── patch-boost_interprocess_detail_workaround.hpp │ │ ├── patch-boost_math_tools_config.hpp │ │ ├── patch-boost_math_tools_promotion.hpp │ │ ├── patch-boost_predef_os_bsd.h │ │ ├── patch-boost_predef_os_bsd_midnight.h │ │ ├── patch-boost_process_v1_detail_posix_is__running.hpp │ │ ├── patch-boost_process_v2_pid.hpp │ │ ├── patch-boost_thread_pthread_thread__data.hpp │ │ ├── patch-libs_process_src_ext_env.cpp │ │ ├── patch-libs_process_src_ext_exe.cpp │ │ ├── patch-libs_process_src_pid.cpp │ │ └── patch-tools_build_src_tools_gcc.jam │ ├── specification │ └── sunos │ │ └── patch-libs_process_src_pid.cpp ├── expat │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── lua51 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── lua-5.1.pc.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-src_Makefile │ └── specification ├── lynx │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ └── patch-makefile.in │ └── specification ├── perl-Font-AFM │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-XML-XPath │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-sodium │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-gitdb │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-io-wait │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── sdl2_mixer │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_32 ├── R-SnowballC │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-textshape │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── edelib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── scheme.h │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-configure │ │ ├── patch-m4_fltk.m4 │ │ ├── patch-src_IconChooser.cpp │ │ ├── patch-src_MenuItem.cpp │ │ ├── patch-src_Missing.c │ │ ├── patch-src_TableBase.cpp │ │ ├── patch-src_ThemeLoader.cpp │ │ ├── patch-src_WindowUtils.cpp │ │ ├── patch-sslib_init.ss │ │ └── patch-sslib_json.ss │ └── specification ├── fonts-unifont │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── kf6-kimageformats │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libtool │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-m4_libtool.m4 │ └── specification ├── ncftp │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Algorithm-RandomPointGenerator │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Config-JFDI │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Devel-LexAlias │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-JSON-MaybeXS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-PerlIO-utf8_strict │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-UNIVERSAL-can │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-cssselect │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-gi-docgen │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── specification │ └── specification.manual └── python-strawberry-graphql │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_33 ├── R-vroom │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── aspell-sl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── beadm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── cyrus-imapd │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ ├── cyrus-imapd-man.conf.in │ │ ├── imapd.conf │ │ ├── imapd.in │ │ ├── messages-primary.ucl.in │ │ └── scripts-primary.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.examples │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-configure │ │ ├── patch-imap__http_client.h │ │ ├── patch-imap__httpd.h │ │ ├── patch-imap_jmap__mail__submission.c │ │ ├── patch-imap_tls.c │ │ ├── patch-imtest__imtest.c │ │ ├── patch-lib__cyr_qsort_r.c │ │ ├── patch-lib__imapoptions │ │ ├── patch-lib__libcyr_cfg.c │ │ ├── patch-lib_byteorder.h │ │ ├── patch-lib_cyr__qsort__r.h │ │ ├── patch-lib_cyrusdb__twoskip.c │ │ ├── patch-lib_util.c │ │ └── patch-tools__mkimap │ └── specification ├── glew │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-config_Makefile.freebsd │ │ └── patch-config_Makefile.linux │ └── specification ├── gtk2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── scripts-primary.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-docs_Makefile.in │ │ ├── patch-docs_reference_Makefile.in │ │ ├── patch-docs_reference_gtk_Makefile.in │ │ ├── patch-gdk-2.0.pc.in │ │ ├── patch-gdk_Makefile.in │ │ ├── patch-gtk_Makefile.in │ │ ├── patch-gtk_gtkbuilderparser.c │ │ ├── patch-gtk_gtksearchenginesimple.c │ │ └── patch-gtk_updateiconcache.c │ └── specification ├── htop │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-dragonflybsd_Platform.c │ └── specification ├── perl-Algorithm-CurveFit │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Email-Simple │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-swagger-spec-validator │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── qt5-qtmultimedia │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_34 ├── R-gsubfn │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-inline │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-lt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── aspell-mn │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── geocode-glib │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tests │ ├── distinfo │ ├── manifests │ │ ├── plist.dev.api10 │ │ ├── plist.dev.api20 │ │ ├── plist.primary.api10 │ │ ├── plist.primary.api20 │ │ ├── plist.tests.api10 │ │ └── plist.tests.api20 │ └── specification ├── gnatstudio │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── gps.in │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-common_core_src_os-utils.c │ │ ├── patch-configure │ │ ├── patch-docs_Makefile.in │ │ ├── patch-gnatdoc_gnatdoc.gpr │ │ ├── patch-gnatstudio_Makefile │ │ ├── patch-gnatstudio_gps.gpr │ │ ├── patch-python_core_gps-python__core.adb │ │ ├── patch-share_plug-ins_dispatching.py │ │ ├── patch-share_support_core_extensions_____init____.py │ │ ├── patch-share_support_ui_pygps_____init____.py │ │ ├── patch-shared.gpr.in │ │ └── patch-widgets_widgets.gpr │ └── specification ├── gnutls │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.info │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-configure │ └── specification ├── kf6-sonnet │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── opencv │ ├── descriptions │ │ ├── desc.coredev │ │ ├── desc.corelib │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── FindOpenCVCore.cmake.in │ ├── manifests │ │ ├── plist.coredev │ │ ├── plist.corelib │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-3rdparty_ittnotify_include_ittnotify.h │ │ ├── patch-3rdparty_ittnotify_include_legacy_ittnotify.h │ │ ├── patch-3rdparty_ittnotify_src_ittnotify_ittnotify__config.h │ │ ├── patch-CMakeLists.txt │ │ ├── patch-cmake_OpenCVCompilerOptions.cmake │ │ ├── patch-cmake_OpenCVFindLibsPerk.cmake │ │ ├── patch-modules_core_include_opencv2_core_utils_filesystem.private.hpp │ │ ├── patch-modules_core_include_opencv2_core_utils_plugin__loader.private.hpp │ │ ├── patch-modules_core_src_downhill__simplex.cpp │ │ ├── patch-modules_core_src_parallel.cpp │ │ ├── patch-modules_core_src_system.cpp │ │ ├── patch-modules_core_src_utils_filesystem.cpp │ │ ├── patch-modules_flann_include_opencv2_flann_defines.h │ │ └── patch-modules_videoio_src_cap__v4l.cpp │ └── specification ├── perl-IO-TieCombine │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Math-Int128 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Role-Tiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-XS-Parse-Keyword │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-dom │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-cachetools │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-rubymarshal │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-tablib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-xml2rfc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── tcl90 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-generic-tclPort.h │ │ ├── patch-unix_Makefile.in │ │ ├── patch-unix_configure │ │ └── patch-unix_installManPage │ └── specification ├── transmission │ ├── descriptions │ │ ├── desc.primary.daemon │ │ ├── desc.primary.gtk │ │ ├── desc.primary.qt │ │ ├── desc.primary.std │ │ └── desc.single.web │ ├── distinfo │ ├── files │ │ ├── special.mk │ │ └── transmission.in │ ├── manifests │ │ ├── plist.man.daemon │ │ ├── plist.man.gtk │ │ ├── plist.man.qt │ │ ├── plist.man.std │ │ ├── plist.nls.gtk │ │ ├── plist.nls.qt │ │ ├── plist.primary.daemon │ │ ├── plist.primary.gtk │ │ ├── plist.primary.qt │ │ ├── plist.primary.std │ │ └── plist.single.web │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-gtk_DetailsDialog.cc │ │ ├── patch-libtransmission_port-forwarding-upnp.cc │ │ └── patch-po_CMakeLists.txt │ └── specification ├── xorg-font-micro-misc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── xorg-pciaccess │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-src_meson.build │ └── specification ├── xorg-truetype-fonts │ ├── descriptions │ │ └── desc.single │ └── specification └── xorg-xvmc │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_35 ├── R-ROAuth │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-nlopt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-es │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gmp │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── gumbo │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── leptonica │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── libsamplerate │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── mate-desktop │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-libmate-desktop_mate-desktop-item.c │ │ └── patch-libmate-desktop_mate-languages.c │ └── specification ├── minixmlto │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── monit │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── messages-primary.ucl.in │ │ └── monit.in │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ ├── patch-libmonit_configure │ │ ├── patch-src_net_os_dragonfly_Link.inc │ │ └── patch-src_process_sysdep__DRAGONFLY.c │ └── specification ├── mousepad │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── perl-B-Hooks-EndOfScope │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-List-UtilsBy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Exception │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-premailer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pytest-runner │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-simpleeval │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-trytond-product │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-websocket-extensions │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── screen │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── screenrc.sample │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-doc__Makefile.in │ │ ├── patch-doc_screen.1 │ │ ├── patch-misc.c │ │ ├── patch-misc.h │ │ ├── patch-os.h │ │ ├── patch-socket.c │ │ ├── patch-terminfo__checktc.c │ │ └── patch-utmp.c │ └── specification ├── uwsgi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── uwsgi.in │ ├── patches │ │ ├── patch-core_logging.c │ │ └── patch-uwsgiconfig.py │ └── specification └── vulkan-headers │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_36 ├── R-numDeriv │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── exiv2 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-src_CMakeLists.txt │ │ ├── patch-src_convert.cpp │ │ └── patch-src_futils.cpp │ └── specification ├── gstreamer1-plugins-v4l2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-sys_v4l2_gstv4l2object.c │ │ └── patch-sys_v4l2_v4l2__calls.c │ └── specification ├── librsync │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ └── patch-src_fileutil.c │ └── specification ├── perl-Algorithm-Cluster-Thresh │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-DateTime-Format-ISO8601 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Devel-Dumpvar │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-HTTP-Entity-Parser │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Padre │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-Makefile.PL │ │ └── patch-lib_Padre_Wx.pm │ └── specification ├── php85-tidy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-warden │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── skalibs │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification └── the_silver_searcher │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ ├── patches │ ├── patch-src_main.c │ ├── patch-src_scandir.c │ └── patch-src_zfile.c │ └── specification ├── bucket_37 ├── links │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── lumina │ ├── descriptions │ │ └── desc.single │ ├── files │ │ └── messages-single.ucl.in │ └── specification ├── mariadb │ ├── descriptions │ │ ├── desc.client │ │ └── desc.server │ ├── distinfo │ ├── files │ │ ├── client.cnf.sample.in │ │ ├── my.cnf.sample.in │ │ ├── mysql.in │ │ └── server.cnf.sample.in │ ├── manifests │ │ ├── plist.client │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.server │ ├── patches │ │ ├── patch-client_mysql.cc │ │ ├── patch-client_mysqltest.cc │ │ ├── patch-cmake_install__layout.cmake │ │ ├── patch-cmake_libfmt.cmake │ │ ├── patch-cmake_readline.cmake │ │ ├── patch-extra_readline_CMakeLists.txt │ │ ├── patch-mysys_my__default.c │ │ ├── patch-oqgraph-MDEV-15291 │ │ ├── patch-scripts_CMakeLists.txt │ │ ├── patch-scripts_mysql__config.sh │ │ ├── patch-scripts_mysqld__safe.sh │ │ ├── patch-scripts_wsrep__sst__mariabackup.sh │ │ ├── patch-sql_mysqld.cc │ │ ├── patch-storage_innobase_include_trx0trx.h │ │ ├── patch-storage_perfschema_pfs__global.cc │ │ ├── patch-storage_rocksdb_build__rocksdb.cmake │ │ ├── patch-storage_rocksdb_ha__rocksdb.cc │ │ ├── patch-storage_rocksdb_rdb__buff.h │ │ ├── patch-storage_rocksdb_rdb__io__watchdog.cc │ │ ├── patch-storage_rocksdb_rdb__io__watchdog.h │ │ ├── patch-storage_rocksdb_rocksdb_CMakeLists.txt │ │ ├── patch-storage_rocksdb_rocksdb_port_jemalloc__helper.h │ │ └── patch-storage_rocksdb_ut0counter.h │ └── specification ├── perl-Algorithm-KernelKMeans │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Exception-Class │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-filter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-oauthlib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-mime-types-data │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── sdl1_mixer │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-timidity_config.h │ └── specification ├── unifdef │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-font-misc-meltho │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_38 ├── R-Rcpp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-inst_include_Rcpp_Benchmark_Timer.h │ ├── specification │ └── specification.manual ├── ding │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── imlib2 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-src_bin_imlib2__view.c │ └── specification ├── judy │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── ldoc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libwps │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── marco │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-src_core_screen.c │ └── specification ├── perl-Sub-Name │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Text-Aligner │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-readline │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-config.m4 │ │ └── patch-readline_cli.c │ └── specification └── php83 │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── files │ ├── php83-fpm.in │ └── scripts-dev.ucl.in │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ ├── patches │ ├── patch-build_Makefile.global │ ├── patch-configure.ac │ ├── patch-ext_standard_proc__open.c │ ├── patch-sapi_apache2handler_config.m4 │ ├── patch-sapi_fpm_config.m4 │ ├── patch-sapi_fpm_fpm_fpm__unix.c │ └── patch-sapi_fpm_www.conf.in │ └── specification ├── bucket_39 ├── R-crosstalk │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-sparsevctrs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── appstream-glib │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── docbook-xml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── catalog412.xml │ ├── manifests │ │ └── plist.single │ └── specification ├── exempi │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── fuse3 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── messages-primary-freebsd.ucl │ │ └── scripts-primary.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-lib_fuse.c │ │ ├── patch-lib_fuse__loop__mt.c │ │ ├── patch-lib_mount__bsd.c │ │ ├── patch-meson.build │ │ └── patch-util_meson.build │ └── specification ├── gvfs │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-meson.build │ └── specification ├── libreoffice │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-bin_distro-install-desktop-integration │ │ ├── patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx │ │ ├── patch-bridges_source_cpp__uno_gcc3__linux__x86-64_share.hxx │ │ ├── patch-configure │ │ ├── patch-cui_source_options_optjava.cxx │ │ ├── patch-drawinglayer_source_tools_primitive2dxmldump.cxx │ │ ├── patch-external_skia_Library__skia.mk │ │ ├── patch-external_skia_UnpackedTarball__skia.mk │ │ ├── patch-external_skia_execpath │ │ ├── patch-external_skia_malloc.patch.0 │ │ ├── patch-external_skia_netbsd.patch.0 │ │ ├── patch-include_LibreOfficeKit_LibreOfficeKitInit.h │ │ ├── patch-include_comphelper_errcode.hxx │ │ ├── patch-include_xmloff_xmltoken.hxx │ │ ├── patch-sal_osl_unx_file__volume.cxx │ │ ├── patch-sal_osl_unx_process.cxx │ │ ├── patch-sal_osl_unx_socket.cxx │ │ ├── patch-sal_osl_unx_thread.cxx │ │ ├── patch-sal_osl_unx_uunxapi.cxx │ │ ├── patch-sc_source_core_tool_interpr7.cxx │ │ ├── patch-sc_source_core_tool_math.cxx │ │ ├── patch-shell_source_unix_exec_shellexec.cxx │ │ ├── patch-solenv_gbuild_Gallery.mk │ │ ├── patch-solenv_gbuild_UnpackedTarball.mk │ │ ├── patch-solenv_gbuild_platform_DRAGONFLY__X86__64__GCC.mk │ │ ├── patch-solenv_gbuild_platform_unxgcc.mk │ │ ├── patch-store_source_storbase.hxx │ │ ├── patch-svtools_source_svrtf_parrtf.cxx │ │ ├── patch-sw_source_core_bastyp_calc.cxx │ │ ├── patch-sysui_desktop_share_create_tree.sh │ │ ├── patch-unoxml_source_dom_attr.cxx │ │ ├── patch-unoxml_source_dom_document.cxx │ │ ├── patch-unoxml_source_dom_documentbuilder.cxx │ │ ├── patch-unoxml_source_dom_entity.hxx │ │ ├── patch-vcl_source_app_svapp.cxx │ │ ├── patch-vcl_unx_generic_app_geninst.cxx │ │ └── patch-xmlsecurity_source_xmlsec_xmldocumentwrapper_xmlsecimpl.cxx │ └── specification ├── libtickit │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ └── patch-src_term.c │ └── specification ├── opus-tools │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Algorithm-SkipList │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-BSD-Resource │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Email-MIME-Encodings │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MooseX-FollowPBP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Package-DeprecationManager │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Pod-Spell-CommonMistakes │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-mbstring │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-odbc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-config.m4 │ └── specification ├── python-beautifulsoup4 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-actionview │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby-tsort │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── xdg-utils │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-scripts_xdg-desktop-menu.in │ │ ├── patch-scripts_xdg-email.in │ │ ├── patch-scripts_xdg-icon-resource.in │ │ ├── patch-scripts_xdg-mime.in │ │ ├── patch-scripts_xdg-open.in │ │ ├── patch-scripts_xdg-screensaver.in │ │ ├── patch-scripts_xdg-settings.in │ │ └── patch-scripts_xdg-utils-common.in │ └── specification └── xorg-xgamma │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_3A ├── R-fansi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-googlesheets4 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── fonts-linuxlibertine │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── generic_image_decoder │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── generic_image_decoder.gpr │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ └── patch-gid.gpr │ └── specification ├── guile │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── scripts-primary.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── disabled-patch-test-suite_standalone_Makefile.in │ │ ├── patch-configure │ │ ├── patch-libguile_Makefile.in │ │ ├── patch-libguile_gen-scmconfig.c │ │ ├── patch-libguile_i18n.c │ │ ├── patch-libguile_loader.c │ │ └── patch-libguile_pthread-threads.h │ └── specification ├── libdbusmenu-qt │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── libgudev │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── lua-luarocks │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-src_luarocks_core_cfg.lua │ └── specification ├── obuparse │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-Data-Censor │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Email-Sender │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── phonon │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── php85-yaml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pyflakes │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-setuptools-scm-git-archive │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-activesupport │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── bucket_3B ├── aspell-pt_BR │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── fonts-spleen │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── kf6-knotifications │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libinput │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-include_linux_input.h │ └── specification ├── mate-common │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Devel-CheckCompiler │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-File-Copy-Recursive │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pyocr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-textfsm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-faraday-net_http_persistent │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-net-protocol │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── tesseract-data │ ├── descriptions │ │ ├── desc.arabic │ │ ├── desc.asian │ │ ├── desc.blackletter │ │ ├── desc.cyrillic │ │ ├── desc.latin │ │ └── desc.other │ ├── distinfo │ ├── manifests │ │ ├── plist.arabic │ │ ├── plist.asian │ │ ├── plist.blackletter │ │ ├── plist.cyrillic │ │ ├── plist.latin │ │ └── plist.other │ └── specification ├── xorg-macros │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── xorg-xauth │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_3C ├── aspell-grc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── hspell │ ├── descriptions │ │ ├── desc.single.aspell │ │ └── desc.single.hunspell │ ├── distinfo │ ├── manifests │ │ ├── plist.single.aspell │ │ └── plist.single.hunspell │ └── specification ├── libxfce4windowing │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── perl-Algorithm-RandomMatrixGeneration │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Any-Moose │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-shmop │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ristretto │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── ruby-ruby-xz │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-sprockets-rails │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── xorg-font-schumacher-misc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── xorg-x11 │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_3D ├── asdf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ └── plist.primary │ └── specification ├── aspell-ta │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── cbindgen │ ├── crates.list │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── specification │ └── specification.template ├── freeipmi │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-common-miscutil-network.c │ │ ├── patch-common_portability_freeipmi-portability.h │ │ ├── patch-configure │ │ ├── patch-ipmi-oem-ipmi-oem.h │ │ ├── patch-ipmidetectd_ipmidetectd.c │ │ ├── patch-ipmipower_ipmipower__connection.c │ │ ├── patch-libfreeipmi_driver_ipmi-kcs-driver.c │ │ ├── patch-libfreeipmi_driver_ipmi-openipmi-driver.c │ │ ├── patch-libfreeipmi_driver_ipmi-semaphores.h │ │ └── patch-man_Makefile.in │ └── specification ├── gtksourceview4 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-meson.build │ └── specification ├── irrlicht │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-source_Irrlicht_Makefile │ └── specification ├── kf6-kcodecs │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libdom │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-bindings_xml_expat__xmlparser.c │ │ ├── patch-src_core_node.c │ │ └── patch-src_html_html__document.c │ └── specification ├── libofx │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-configure.ac │ │ └── patch-ofxconnect_ofxpartner.cpp │ └── specification ├── libtiger │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.doc │ │ └── plist.primary │ └── specification ├── perl-Alien-zlib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Crypt-OpenSSL-Bignum │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-JSON-Any │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Pod-Parser │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── php84-mysqli │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-posix │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ravensys-root-linux │ ├── descriptions │ │ ├── desc.single.ABI26 │ │ └── desc.single.std │ ├── distinfo │ ├── files │ │ ├── linux-group │ │ ├── linux-passwd │ │ ├── linux.mk │ │ ├── linux61.mk │ │ └── special.mk │ ├── manifests │ │ ├── plist.single.ABI26 │ │ └── plist.single.std │ └── specification ├── wxWidgets │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ ├── patch-setup.h.in │ │ ├── patch-src_stc_scintilla_src_Editor.cxx │ │ └── patch-utils_wxrc_Makefile.in │ └── specification ├── xorg-xkeyboard-config │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-meson.build │ └── specification └── xvid │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ ├── patches │ └── patch-configure │ └── specification ├── bucket_3E ├── R-remotes │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-sr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── daemonize │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── gdbm │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-src_lock.c │ └── specification ├── perl-HTTP-Server-Simple-Authen │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Params-Validate │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-sysvsem │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-lazy-object-proxy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-propcache │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qt6-qtshadertools │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── ravensys-toolchain │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── Makefile │ ├── manifests │ │ └── plist.single │ └── specification ├── ruby-logger │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-method_source │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── sfcgal │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_3F ├── R-deldir │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-scales │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-utf8 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-yaml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── gitolite │ ├── descriptions │ │ ├── desc.contrib │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── messages-primary.ucl.in │ ├── manifests │ │ ├── plist.contrib │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ └── patch-src_triggers_post-compile_ssh-authkeys-split │ └── specification ├── libayatana-appindicator │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libmemcached │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── libzmf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Term-Size-Any │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-simplexml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-virtualenv │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── tiff │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── xfconf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── xorg-font-cursor-misc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── xorg-xprop │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_40 ├── R-conquer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-doFuture │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-knitr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-mime │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-timechange │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-tweenr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-urca │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-mi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── farstream │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── jsoncpp │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── Makefile.BSD.in │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── openexr │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.examples │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-cmake_OpenEXRSetup.cmake │ │ ├── patch-src_lib_OpenEXRCore_internal__posix__file__impl.h │ │ ├── patch-src_lib_OpenEXRCore_internal__xdr.h │ │ └── patch-src_lib_OpenEXR_ImfSystemSpecific.h │ └── specification ├── perl-PDL │ ├── block_meta_recommends │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Test-MockModule │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-enchant │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-enchant.c │ └── specification ├── php83-pdo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-autopep8 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-cached-property │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── xfce4-panel │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── xfce4-screenshooter │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification └── xorg-driver-video-i740 │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_41 ├── aspell-sk │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── aspell-tk │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── flite │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-configure │ │ └── patch-main_Makefile │ └── specification ├── libwnck │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── dragonfly │ │ └── patch-libwnck_libwnck-3.map │ ├── freebsd │ │ └── patch-libwnck_libwnck-3.map │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── midnightbsd │ │ └── patch-libwnck_libwnck-3.map │ └── specification ├── perl-Alien-Libxml2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-alienfile │ ├── specification │ └── specification.manual ├── perl-XML-RegExp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-crass │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-rack │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── xorg-xlsatoms │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_42 ├── R-RobStatTM │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── R-gmp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── R-modelr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-odbc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-src_cctz_src_time__zone__info.cc │ │ └── patch-src_cctz_src_time__zone__libc.cc │ ├── specification │ └── specification.manual ├── R-repr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── kf6-kidletime │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── layer-shell-qt │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libgxps │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libmspack │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── lua-ada │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── lumina-fm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-src-qt5_OS-detect.pri │ └── specification ├── lyx │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── messages-primary.ucl │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ └── patch-src_support_filetools.cpp │ └── specification ├── perl-Statistics-CaseResampling │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Script │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── potrace │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── profanity │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-configure.ac │ └── specification ├── python-croniter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-funcy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-lxml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-netbox-fusioninventory-plugin │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-scp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-social-auth-app-django │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-rspec-expectations │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── scrot │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-encodings │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_43 ├── R-downlit │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-dtplyr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── gstreamer1-plugins-xshm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-sys_xvimage_meson.build │ │ └── patch-tools_meson.build │ └── specification ├── ipmitool │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── status-ipmi.sh.in │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure.ac │ │ └── patch-lib_ipmi__time.c │ └── specification ├── kf6-kxmlgui │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libvorbis │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libxdg-basedir │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Algorithm-Kuhn-Munkres │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-AppConfig │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-ExtUtils-F77 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Math-GSL │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-inc_GSLBuilder.pm │ ├── specification │ └── specification.manual ├── perl-Test-MockObject │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-gd │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-iconv │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qt6-qttranslations │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── ruby-singleton │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_44 ├── R-doBy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-httr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ada_language_server │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification ├── hidapi │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-netbsd_hid.c │ └── specification ├── kakoune │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Algorithm-Tree-NCA │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Data-Binary │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── pugixml │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── python-h11 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pyaml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-reportlab │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby-fpm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── xorg-driver-input-joystick │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── dragonfly │ └── patch-configure │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ ├── patches │ └── patch-src_backend__bsd.c │ └── specification ├── bucket_45 ├── R-proxy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-timetk │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── gnatformat │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-Makefile │ │ └── patch-gnat_gnatformat.gpr │ └── specification ├── graphviz │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── scripts-tools.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-cmd-gvpr-gvpr.1 │ │ ├── patch-cmd-tools-gvpack.1 │ │ ├── patch-lib-expr-exgram.h │ │ ├── patch-lib-expr-expr.h │ │ ├── patch-lib-ortho-trapezoid.c │ │ └── patch-plugin_xlib_vimdot.sh │ └── specification ├── okular │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── perl-POD2-Base │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-shmop │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-iconv │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-stringio │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── schroedinger │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.examples │ └── plist.primary │ └── specification ├── bucket_46 ├── git │ ├── descriptions │ │ ├── desc.contrib │ │ ├── desc.gui │ │ ├── desc.primary │ │ └── desc.svn │ ├── distinfo │ ├── files │ │ ├── git_daemon.in │ │ ├── messages-primary.ucl.in │ │ └── packdoc.py │ ├── manifests │ │ ├── plist.contrib │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.gui │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.svn │ ├── patches │ │ ├── patch-Documentation_Makefile │ │ ├── patch-Makefile │ │ ├── patch-config.mak.uname │ │ ├── patch-configure.ac │ │ ├── patch-contrib_subtree_Makefile │ │ ├── patch-http.c │ │ └── patch-templates_Makefile │ ├── specification │ └── sunos │ │ └── special.mk ├── glibmm24 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── gpr2tools │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-Makefile │ └── specification ├── libdaemon │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libuuid │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-configure.ac │ │ ├── patch-include_c.h │ │ ├── patch-include_ttyutils.h │ │ ├── patch-lib_procfs.c │ │ ├── patch-lib_randutils.c │ │ └── patch-libuuid_src_gen__uuid.c │ └── specification ├── perl-Algorithm-LeakyBucket │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Devel-MAT-Dumper │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Redis │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-odbc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-config.m4 │ └── specification ├── python-aiosignal │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-coverage │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-paginate │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pycountry │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-arr-pm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── tk86 │ ├── descriptions │ │ ├── desc.demos │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.demos │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-configure │ │ └── patch-installManPage │ └── specification ├── xorg-xau │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-xfixes │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_47 ├── R-janeaustenr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-vctrs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-workflowsets │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── abseil-cpp │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-absl_base_config.h │ │ ├── patch-absl_base_internal_sysinfo.cc │ │ ├── patch-absl_debugging_internal_vdso__support.cc │ │ ├── patch-absl_time_internal_cctz_src_time__zone__format.cc │ │ └── patch-absl_time_internal_cctz_src_time__zone__lookup__test.cc │ └── specification ├── libsigcxx2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── mosh │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Algorithm-WordLevelStatistics │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Digest-MurmurHash3-PurePerl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Mail-DMARC │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-YAML-PP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-curl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-dill │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-nornir-netbox │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pyzmq │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby-clamp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── sdl2_ttf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification └── vimb │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ ├── patches │ ├── patch-src_file-storage.c │ ├── patch-src_history.c │ └── patch-src_util.c │ └── specification ├── bucket_48 ├── kf6-kirigami │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libltdl │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-Module-Runtime │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-pdo_sqlite │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-zip │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-MarkupSafe │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-redis │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-yapf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qt6-qtspeech │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── reduce │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── redcsl.1 │ │ └── redcsl.in │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-scripts_make.sh │ └── specification ├── ruby-execjs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-lib_execjs_runtimes.rb │ ├── specification │ └── specification.manual ├── sqlitebrowser │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-src_Application.cpp │ │ └── patch-src_PreferencesDialog.cpp │ └── specification └── startup-notification │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_49 ├── aspell-et │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── dia │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-app_load__save.c │ │ ├── patch-app_main.c │ │ ├── patch-configure │ │ ├── patch-doc_fr_Makefile.in │ │ ├── patch-objects__GRAFCET__boolequation.c │ │ ├── patch-objects_custom_custom__object.c │ │ ├── patch-plug-ins_drs_dia-render-script-import.c │ │ ├── patch-plug-ins_postscript_diapsft2renderer.c │ │ ├── patch-plug-ins_wmf_wmf.cpp │ │ ├── patch-po_checktrans.py │ │ ├── patch-tests_test-boundingbox.c │ │ └── patch-tests_test-objects.c │ └── specification ├── gdk-pixbuf-xlib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libdvdnav │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libogg │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── mdds-3.1 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── openbox │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-data-xsession-openbox-gnome-session.in │ └── specification ├── php84-ffi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-urllib3 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── qt6-qtbase │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── extra-patch-src_corelib_configure.cmake │ │ ├── qmake.conf.in │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ ├── patch-cmake_QtFlagHandlingHelpers.cmake │ │ ├── patch-cmake_QtPlatformSupport.cmake │ │ ├── patch-cmake_QtRpathHelpers.cmake │ │ ├── patch-mkspecs_features_qt__functions.prf │ │ ├── patch-qmake_generators_makefile.cpp │ │ ├── patch-qmake_generators_unix_unixmake2.cpp │ │ ├── patch-src_3rdparty_forkfd_forkfd.c │ │ ├── patch-src_3rdparty_sha3_brg__endian.h │ │ ├── patch-src_corelib_CMakeLists.txt │ │ ├── patch-src_corelib_global_qlogging.cpp │ │ ├── patch-src_corelib_global_qtypes.h │ │ ├── patch-src_corelib_io_qfilesystemengine__unix.cpp │ │ ├── patch-src_corelib_io_qfilesystemwatcher.cpp │ │ ├── patch-src_corelib_io_qlockfile__unix.cpp │ │ ├── patch-src_corelib_io_qstorageinfo_unix.cpp │ │ ├── patch-src_corelib_plugin_qelfparser__p.cpp │ │ ├── patch-src_corelib_thread_qfutex__p.h │ │ ├── patch-src_corelib_thread_qthread__unix.cpp │ │ ├── patch-src_gui_configure.cmake │ │ ├── patch-src_network_kernel_qnetworkinterface__unix.cpp │ │ ├── patch-src_platformsupport_devicediscovery_qdevicediscovery__static.cpp │ │ ├── patch-src_platformsupport_input_evdevkeyboard_qevdevkeyboard__defaultmap__p.h │ │ ├── patch-src_platformsupport_input_evdevkeyboard_qevdevkeyboardhandler.cpp │ │ ├── patch-src_platformsupport_input_evdevmouse_qevdevmousehandler.cpp │ │ ├── patch-src_platformsupport_input_evdevtablet_qevdevtablethandler.cpp │ │ ├── patch-src_platformsupport_input_evdevtouch_qevdevtouchhandler.cpp │ │ ├── patch-src_plugins_platforms_eglfs_deviceintegration_eglfs__kms_qeglfskmsgbmdevice.cpp │ │ ├── patch-tests_auto_corelib_plugin_qpluginloader_tst__qpluginloader.cpp │ │ └── patch-tests_auto_corelib_serialization_qcborstreamreader_tst__qcborstreamreader.cpp │ └── specification ├── ravensys-gcc │ ├── descriptions │ │ ├── desc.ada_run │ │ ├── desc.compilers │ │ ├── desc.cxx_run │ │ ├── desc.fortran_run │ │ ├── desc.infopages │ │ └── desc.libs │ ├── distinfo │ ├── manifests │ │ ├── plist.ada_run │ │ ├── plist.compilers │ │ ├── plist.cxx_run │ │ ├── plist.fortran_run │ │ ├── plist.infopages │ │ └── plist.libs │ ├── midnightbsd │ │ └── patch-gcc_config_freebsd-spec.h │ └── specification └── xorg-xdriinfo │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_4A ├── R-cli │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── fluidsynth │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── ironsides │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── Makefile │ │ ├── ironsides.gpr │ │ └── spark2012.gpr │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-ironsides.1 │ └── specification ├── libmatroska │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libversion │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── luajit-openresty │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-src_Makefile │ │ ├── patch-src_lj__ccallback.c │ │ └── patch-src_lj__prng.c │ └── specification ├── m17n-db │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ └── patch-tbl2mim.awk │ └── specification ├── perl-Algorithm-SlopeOne │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Alien-Build │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Mock-Config │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-PAR-Dist │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-iconv │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-xml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-compat.c │ └── specification ├── php84-pdo_odbc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-inflection │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pluginbase │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-ruamel.yaml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-connection_pool │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_4B ├── R-caret │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-ggmap │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-ms │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── emacs │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.info │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-configure │ │ ├── patch-lib-src_Makefile.in │ │ └── patch-src_process.h │ └── specification ├── libdca │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libucl │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.dev.ravensw │ │ ├── plist.man │ │ ├── plist.primary │ │ ├── plist.primary.ravensw │ │ └── plist.tools │ └── specification ├── nettle │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── php84-filter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-djangorestframework │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-dnspython │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pythran │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-devise │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_4C ├── R-DBI │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-hus │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libadwaita │ ├── descriptions │ │ ├── desc.demo │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.demo │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── libcss │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── lumina-pdf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── mate-icon-theme │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile.in │ └── specification ├── perl-Alien-cmake3 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-alienfile │ ├── specification │ └── specification.manual ├── perl-Socket6 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Tk │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-Event_Event.xs │ │ ├── patch-JPEG_Makefile.PL │ │ ├── patch-myConfig │ │ ├── patch-objGlue.c │ │ ├── patch-pTk-Makefile.PL │ │ ├── patch-pTk_mTk_generic_tkCanvText.c │ │ ├── patch-pTk_mTk_generic_tkEvent.c │ │ ├── patch-pTk_mTk_generic_tkImage.c │ │ └── patch-tkGlue.c │ ├── specification │ └── specification.manual ├── perl-Type-Tiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-Pillow │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-setup.py │ ├── specification │ └── specification.manual ├── python-pkgconfig │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-rq │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-tzdata │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── rgbds │ ├── descriptions │ │ ├── desc.man │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification ├── ruby-hocon │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── t1lib │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-configure │ │ ├── patch-lib_t1lib_parseAFM.c │ │ ├── patch-lib_type1_lines.c │ │ ├── patch-lib_type1_objects.c │ │ └── patch-lib_type1_type1.c │ └── specification ├── xorg-xev │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xxhash │ ├── descriptions │ ├── desc.primary │ └── desc.tools │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ ├── plist.primary │ └── plist.tools │ ├── patches │ └── patch-Makefile │ └── specification ├── bucket_4D ├── cdrtools │ ├── descriptions │ │ ├── desc.mp3 │ │ ├── desc.ogg │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.mp3 │ │ ├── plist.ogg │ │ └── plist.primary │ ├── patches │ │ ├── patch-DEFAULTS_Defaults.dragonfly │ │ ├── patch-DEFAULTS_Defaults.linux │ │ └── patch-DEFAULTS_Defaults.netbsd │ └── specification ├── fonts-terminus-ttf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── messages-single.ucl.in │ ├── manifests │ │ └── plist.single │ └── specification ├── libburn │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-configure │ └── specification ├── libsoup │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-libsoup_auth_soup-auth-negotiate.c │ └── specification ├── libxmlb │ ├── descriptions │ │ ├── desc.primar │ │ ├── desc.primary │ │ └── desc.tests │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tests │ └── specification ├── lua-stdlib-normalize │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── openjade │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-GroveApp.h │ │ ├── patch-GroveBuilder.cxx │ │ ├── patch-Makefile.lib.in │ │ ├── patch-Makefile.prog.in │ │ ├── patch-Node.h │ │ ├── patch-TeXFOTBuilder.cxx │ │ ├── patch-TransformFOTBuilder.cxx │ │ ├── patch-configure │ │ └── patch-msggen │ └── specification ├── perl-Package-Pkg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-afdko │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-pyproject.toml │ │ └── patch-setup.py │ └── specification ├── python-dulwich │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-psycopg-pool │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xlockmore │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ ├── patches │ └── patch-xmlock_xmlock.c │ └── specification ├── bucket_4E ├── NetBox │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── 850.netbox-housekeeping.sample.in │ │ ├── messages-primary.ucl.in │ │ ├── netbox_rq.sample.in │ │ └── netboxrc.sample.in │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ └── plist.primary │ ├── patches │ │ └── patch-mkdocs.yml │ └── specification ├── R-munsell │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-rex │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── clipit │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_main.c │ │ └── patch-src_preferences.h │ └── specification ├── iperf3 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libbluray │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-meson.build │ └── specification ├── perl-Module-ScanDeps │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Mouse │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── php85-sysvmsg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-jsonschema-specifications │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-uri │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── bucket_4F ├── R-base64enc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-broom │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-lhs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-rversions │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-ast │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── aspell-en │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── aspell-hsb │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── fswatch │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-libfswatch_src_libfswatch_c++_kqueue__monitor.cpp │ └── specification ├── libodfgen │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── mandoc │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-configure │ └── specification ├── perl-Algorithm-Step │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Parse-Distname │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Text-Template │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-openssl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-python-slugify │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-haml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── xorg-xwud │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_50 ├── double-conversion │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── eigen │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Apache-LogFormat-Compiler │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-pcntl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── postgresql-libversion │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── python-netbox-vrf-context │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-rlPyCairo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ravensys-root-dragonfly │ ├── descriptions │ │ └── desc.single.std │ ├── distinfo │ ├── files │ │ ├── dragonfly.mk │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ └── specification ├── sdl2_image │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── toxcore │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── xorg-font-cronyx-cyrillic │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── xorg-xrdb │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_51 ├── R-stringr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-xfun │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── cyrus-sasl │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── Sendmail.README │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-configure │ │ ├── patch-lib_saslutil.c │ │ ├── patch-plugins_cram.c │ │ ├── patch-plugins_gssapi.c │ │ └── patch-utils__Makefile.in │ └── specification ├── extremetuxracer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── fw-amdgpu │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── wrap-fw_module.sh │ ├── manifests │ │ └── plist.single │ └── specification ├── gcc13 │ ├── descriptions │ │ ├── desc.ada_run │ │ ├── desc.compilers │ │ ├── desc.cxx_run │ │ ├── desc.fortran_run │ │ ├── desc.infopages │ │ ├── desc.libs │ │ └── desc.nls │ ├── distinfo │ ├── manifests │ │ ├── plist.ada_run │ │ ├── plist.compilers │ │ ├── plist.cxx_run │ │ ├── plist.fortran_run │ │ ├── plist.libs │ │ ├── plist.man │ │ └── plist.nls │ ├── midnightbsd │ │ └── patch-gcc_config_freebsd-spec.h │ └── specification ├── perl-Algorithm-Evolutionary │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-HTTP-Cookies │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Type-Tiny-XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netutils │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-ouilookup │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-mustache │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_52 ├── R-bitops │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── gobject-introspection │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-gir_meson.build │ │ ├── patch-giscanner_ast.py │ │ ├── patch-giscanner_ccompiler.py │ │ ├── patch-giscanner_scannerlexer.l │ │ ├── patch-tests_meson.build │ │ └── patch-tools_meson.build │ └── specification ├── kf6-kconfigwidgets │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── ktoblzcheck-data │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-src_CMakeLists.txt │ └── specification ├── libsvgtiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-src_svgtiny.c │ └── specification ├── perl-Algorithm-Numerical-Shuffle │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Devel-GlobalDestruction │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Compile │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-sm │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_53 ├── R-e1071 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-tl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── curl │ ├── descriptions │ │ ├── desc.primary │ │ ├── desc.primary.embed │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ ├── build_curl_pic.sh │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-configure │ └── specification ├── gstreamer1-plugins-taglib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libvpx │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-build_make_Makefile │ └── specification ├── php84-xmlreader │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── protobuf-c │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── python-flask-swagger │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-psycopg-c │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby-delayed_job │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-jquery-rails │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── upower │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── freebsd │ │ ├── patch-src_freebsd_meson.build │ │ ├── patch-src_freebsd_up-devd.c │ │ └── patch-src_freebsd_up-device-supply.c │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-meson.build │ └── specification ├── weechat │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-src_core_core-crypto.c │ └── specification ├── xfce4-settings │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── xfce4-terminal │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.themes │ ├── distinfo │ ├── files │ │ └── messages-primary.ucl │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.themes │ ├── patches │ │ ├── patch-meson.build │ │ └── patch-terminal_terminal-util.c │ └── specification └── xorg-xpresent │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_54 ├── R-R.methodsS3 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-gh │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-linprog │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-fi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── aspell-tr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── ctwm │ ├── descriptions │ │ ├── desc.man │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-CMakeLists.txt │ └── specification ├── gstreamer1-plugins-libcaca │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gstreamer1-plugins-x264 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libblake3 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── CMakeLists.txt.in │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-Algorithm-Networksort-Chooser │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Data-Validate-IP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-IO-Compress-Brotli │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── php83-zlib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-posix │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-debug-toolbar │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-widget-tweaks │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netbox-proxbox │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-typing-inspection │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ravensys-utils │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── ruby-http-cookie │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-puppet-resource_api │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── vlc │ ├── descriptions │ │ ├── desc.a52 │ │ ├── desc.alsa │ │ ├── desc.aom │ │ ├── desc.asciiart │ │ ├── desc.ass │ │ ├── desc.avahi │ │ ├── desc.bluray │ │ ├── desc.caca │ │ ├── desc.chromap │ │ ├── desc.chromec │ │ ├── desc.dav1d │ │ ├── desc.dbus │ │ ├── desc.dca │ │ ├── desc.dirac │ │ ├── desc.dvbpsi │ │ ├── desc.dvdnav │ │ ├── desc.dvdread │ │ ├── desc.faad │ │ ├── desc.ffmpeg │ │ ├── desc.flac │ │ ├── desc.fluidsynth │ │ ├── desc.gcrypt │ │ ├── desc.gme │ │ ├── desc.gnutls │ │ ├── desc.goom │ │ ├── desc.gst │ │ ├── desc.kate │ │ ├── desc.mad │ │ ├── desc.mkv │ │ ├── desc.mod │ │ ├── desc.mpc │ │ ├── desc.mpeg2 │ │ ├── desc.mpg123 │ │ ├── desc.mtp │ │ ├── desc.ogg │ │ ├── desc.opus │ │ ├── desc.oss │ │ ├── desc.primary │ │ ├── desc.samplerate │ │ ├── desc.secret │ │ ├── desc.sndio │ │ ├── desc.soxr │ │ ├── desc.speex │ │ ├── desc.srt │ │ ├── desc.taglib │ │ ├── desc.theora │ │ ├── desc.twolame │ │ ├── desc.upnp │ │ ├── desc.vorbis │ │ ├── desc.vpx │ │ ├── desc.x264 │ │ └── desc.x265 │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.a52 │ │ ├── plist.alsa │ │ ├── plist.aom │ │ ├── plist.asciiart │ │ ├── plist.ass │ │ ├── plist.avahi │ │ ├── plist.bluray │ │ ├── plist.caca │ │ ├── plist.chromap │ │ ├── plist.chromec │ │ ├── plist.dav1d │ │ ├── plist.dbus │ │ ├── plist.dca │ │ ├── plist.dev │ │ ├── plist.dirac │ │ ├── plist.docs │ │ ├── plist.dvbpsi │ │ ├── plist.dvdnav │ │ ├── plist.dvdread │ │ ├── plist.faad │ │ ├── plist.ffmpeg │ │ ├── plist.flac │ │ ├── plist.fluidsynth │ │ ├── plist.gcrypt │ │ ├── plist.gme │ │ ├── plist.gnutls │ │ ├── plist.goom │ │ ├── plist.gst │ │ ├── plist.kate │ │ ├── plist.mad │ │ ├── plist.man │ │ ├── plist.mcp │ │ ├── plist.mkv │ │ ├── plist.mod │ │ ├── plist.mpc │ │ ├── plist.mpeg2 │ │ ├── plist.mpg123 │ │ ├── plist.mtp │ │ ├── plist.nls │ │ ├── plist.ogg │ │ ├── plist.opus │ │ ├── plist.oss │ │ ├── plist.primary │ │ ├── plist.samplerate │ │ ├── plist.secret │ │ ├── plist.sndio │ │ ├── plist.soxr │ │ ├── plist.speex │ │ ├── plist.srt │ │ ├── plist.taglib │ │ ├── plist.theora │ │ ├── plist.twolame │ │ ├── plist.upnp │ │ ├── plist.vorbis │ │ ├── plist.vpx │ │ ├── plist.x264 │ │ └── plist.x265 │ ├── patches │ │ ├── patch-configure │ │ ├── patch-modules_Makefile.in │ │ ├── patch-modules_codec_opus__header.h │ │ └── patch-modules_meta__engine_taglib.cpp │ └── specification ├── xcb-proto │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ └── specification └── xorg-xscrnsaver │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_55 ├── R-DT │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-polynom │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-rrcov │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aws │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-aws.gpr │ │ ├── patch-config_ssl_openssl_wrappers.c │ │ ├── patch-include_include.gpr │ │ ├── patch-makefile.conf │ │ ├── patch-regtests_0043__check__mem_test.opt │ │ ├── patch-regtests_0213__check__mem__nossl_test.opt │ │ ├── patch-src_core_aws-net.adb │ │ ├── patch-src_core_aws-server-http__utils.adb │ │ ├── patch-src_core_aws-server.adb │ │ ├── patch-src_src.gpr │ │ └── patch-ssl_crypto__lib.gpr │ └── specification ├── dhcp │ ├── descriptions │ │ ├── desc.client │ │ ├── desc.relay │ │ └── desc.server │ ├── distinfo │ ├── files │ │ ├── isc-dhcpd.in │ │ ├── isc-dhcrelay.in │ │ ├── messages-client.ucl.in │ │ ├── messages-relay.ucl.in │ │ ├── messages-server.ucl.in │ │ └── scripts-client.ucl │ ├── manifests │ │ ├── plist.client │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.relay │ │ └── plist.server │ ├── patches │ │ ├── patch-bind_Makefile.in │ │ └── patch-server_mdb6.c │ └── specification ├── gnustep-make-bootstrap │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libcdr │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Importer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── python-flake8-quotes │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_56 ├── gstreamer1-plugins-curl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-ext_webrtc_meson.build │ │ └── patch-sys_va_meson.build │ ├── specification │ └── sunos │ │ ├── patch-ext_curl_meson.build │ │ └── patch-meson.build ├── gstreamer1-plugins-faad │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-ext_webrtc_meson.build │ │ └── patch-sys_va_meson.build │ └── specification ├── leatherman │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-cmake_leatherman.cmake.in │ │ ├── patch-dynamic__library_CMakeLists.txt │ │ ├── patch-json__container_tests_json__container__test.cc │ │ └── patch-locale_src_locale.cc │ └── specification ├── libgtop │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── dragonfly │ │ ├── patch-sysdeps_freebsd_mountlist.c │ │ └── patch-sysdeps_freebsd_proclist.c │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-config.h.in │ │ ├── patch-configure │ │ ├── patch-examples_mountlist.c │ │ ├── patch-sysdeps_common_fsusage.c │ │ ├── patch-sysdeps_common_mountlist.c │ │ ├── patch-sysdeps_freebsd_glibtop__machine.h │ │ ├── patch-sysdeps_freebsd_netload.c │ │ ├── patch-sysdeps_freebsd_open.c │ │ ├── patch-sysdeps_freebsd_procio.c │ │ ├── patch-sysdeps_freebsd_prockernel.c │ │ ├── patch-sysdeps_freebsd_procmap.c │ │ ├── patch-sysdeps_freebsd_procmem.c │ │ ├── patch-sysdeps_freebsd_procopenfiles.c │ │ ├── patch-sysdeps_freebsd_procsegment.c │ │ ├── patch-sysdeps_freebsd_procsignal.c │ │ ├── patch-sysdeps_freebsd_procstate.c │ │ ├── patch-sysdeps_freebsd_proctime.c │ │ └── patch-sysdeps_freebsd_procuid.c │ └── specification ├── libproxy │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-src_backend_plugins_pacrunner-duktape_pacrunner-duktape.c │ └── specification ├── mpfr │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-src_vasprintf.c │ └── specification ├── perl-Text-Diff │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-fileinfo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-config.m4 │ │ └── patch-libmagic_softmagic.c │ └── specification ├── php83-soap │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-furl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pypng │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-kaminari-core │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── znc │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── files │ ├── messages-primary.ucl.in │ └── znc.in │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ ├── patches │ └── patch-modules_modpython_codegen.pl │ └── specification ├── bucket_57 ├── ImageMagick │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── R-maxLik │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-ro │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── boost-jam │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-tools_build_src_engine_pathsys.cpp │ └── specification ├── dbus │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── catalog.in │ │ ├── catalog.xml.in │ │ └── dbus.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-cmake_config.h.cmake │ │ ├── patch-dbus_dbus-connection.c │ │ ├── patch-meson.build │ │ └── patch-tools_dbus-launch.c │ └── specification ├── docbook-dsssl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── messages-single.ucl │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-common__dbl1it.dsl │ │ ├── patch-common__dbl1it.ent │ │ ├── patch-common__dbl1ru.ent │ │ ├── patch-common__dbl1zhcn.dsl │ │ ├── patch-common_dbl1de.dsl │ │ ├── patch-html__dbverb.dsl │ │ └── patch-print__dbverb.dsl │ └── specification ├── html2text │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── mate-session-manager │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── mysql84 │ ├── descriptions │ │ ├── desc.client │ │ └── desc.server │ ├── distinfo │ ├── files │ │ ├── ffsll.cc │ │ ├── messages-server.ucl.in │ │ ├── my.cnf.sample.in │ │ ├── mysql-server.in │ │ └── special.mk │ ├── manifests │ │ ├── plist.client │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.server │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-cmake_install__layout.cmake │ │ ├── patch-cmake_plugin.cmake │ │ ├── patch-cmake_ssl.cmake │ │ ├── patch-config.h.cmake │ │ ├── patch-configure.cmake │ │ ├── patch-include_my__compare.h │ │ ├── patch-include_my__thread__os__id.h │ │ ├── patch-include_myisam.h │ │ ├── patch-include_violite.h │ │ ├── patch-libmysql_CMakeLists.txt │ │ ├── patch-libmysql_dns__srv.cc │ │ ├── patch-mysys_kqueue__timers.cc │ │ ├── patch-mysys_my__default.cc │ │ ├── patch-plugin_group__replication_libmysqlgcs_src_bindings_xcom_xcom_xcom__vp__platform.h │ │ ├── patch-plugin_password__validation_validate__password.cc │ │ ├── patch-plugin_x_src_interface_ssl__session__options.h │ │ ├── patch-router_cmake_set__rpath.cmake │ │ ├── patch-router_src_harness_include_mysql_harness_net__ts_impl_netif.h │ │ ├── patch-router_src_harness_include_mysql_harness_net__ts_internet.h │ │ ├── patch-router_src_harness_include_mysql_harness_net_ts_local.h │ │ ├── patch-router_src_harness_include_mysql_harness_tty.h │ │ ├── patch-router_src_harness_src_stdx_io_file__handle.cc │ │ ├── patch-router_src_router_include_mysqlrouter_utils.h │ │ ├── patch-scripts_CMakeLists.txt │ │ ├── patch-sql_CMakeLists.txt │ │ ├── patch-sql_resourcegroups_platform_thread__attrs__api__apple.cc │ │ ├── patch-sql_sys__vars.cc │ │ ├── patch-storage_innobase_include_detail_ut_large__page__alloc-linux.h │ │ ├── patch-storage_innobase_include_srv0mon.h │ │ ├── patch-storage_myisam_mi__dynrec.cc │ │ └── patch-vio_viosocket.cc │ └── specification ├── perl-Convert-UU │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Inline │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-pdo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── pwgen │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── python-netdoc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-vcversioner │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qt6-qtsvg │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification └── zlib │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ ├── patches │ └── patch-configure │ └── specification ├── bucket_58 ├── R-quadprog │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-zeallot │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── libglvnd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-meson.build │ │ ├── patch-src_GLdispatch_vnd-glapi_glapi.h │ │ └── patch-src_GLdispatch_vnd-glapi_u__current__tls.c │ └── specification ├── nginx │ ├── descriptions │ │ ├── desc.primary.loaded │ │ └── desc.primary.std │ ├── distinfo │ ├── dragonfly │ │ ├── patch-src_core_ngx__config.h │ │ ├── patch-src_event_modules_ngx__eventport__module.c │ │ ├── patch-src_event_modules_ngx__kqueue__module.c │ │ └── patch-src_os_unix_ngx__freebsd__init.c │ ├── files │ │ ├── extra-patch-iconv │ │ ├── extra-patch-naxsi │ │ ├── extra-patch-naxsi_runtime.c │ │ ├── extra-patch-nginx-ct │ │ ├── extra-patch-ngx_http_notice_module.c │ │ ├── extra-patch-ngx_http_uploadprogress_module.c │ │ ├── extra-patch-postgresql │ │ ├── extra-patch-src_http_modules_ngx__http__upstream__hash__module.c │ │ ├── extra-patch-src_http_modules_ngx__http__upstream__ip__hash__module.c │ │ ├── extra-patch-src_http_modules_ngx__http__upstream__least__conn__module.c │ │ ├── extra-patch-src_http_ngx__http__upstream__round__robin.c │ │ ├── extra-patch-src_http_ngx__http__upstream__round__robin.h │ │ ├── messages-primary.ucl.in │ │ ├── nginx.in │ │ └── scripts-primary.ucl │ ├── manifests │ │ ├── plist.man │ │ ├── plist.primary.loaded │ │ └── plist.primary.std │ └── specification ├── orc │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.examples │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Algorithm-BestChoice │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-CIDR-Lite │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-libxml2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-python_Makefile.in │ └── specification ├── python-vdirsyncer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── rspamd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── messages-primary.ucl.in │ │ ├── rspamd.in │ │ └── rspamd.newsyslog.conf.sample.in │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-contrib_backward-cpp_backward.hpp │ └── specification ├── ruby-asciidoctor │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-bigdecimal │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-domain_name │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── webkit2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── linux44-patch-madvise │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.dev.api60 │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.primary.api60 │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-Source_JavaScriptCore_assembler_ARM64Assembler.h │ │ ├── patch-Source_JavaScriptCore_runtime_JSCBytecodeCacheVersion.cpp │ │ ├── patch-Source_ThirdParty_ANGLE_src_common_aligned__memory.cpp │ │ ├── patch-Source_ThirdParty_ANGLE_src_common_system__utils__linux.cpp │ │ ├── patch-Source_ThirdParty_libsysprof-capture_sysprof-capture-types.h │ │ ├── patch-Source_ThirdParty_libsysprof-capture_sysprof-capture-writer.c │ │ ├── patch-Source_ThirdParty_libsysprof-capture_sysprof-macros-internal.h │ │ ├── patch-Source_ThirdParty_libsysprof-capture_sysprof-platform.c │ │ ├── patch-Source_ThirdParty_skia_src_gpu_ganesh_GrAutoLocaleSetter.h │ │ ├── patch-Source_ThirdParty_skia_src_ports_SkMemory__malloc.cpp │ │ ├── patch-Source_WTF_wtf_Assertions.h │ │ ├── patch-Source_WTF_wtf_FileSystem.cpp │ │ ├── patch-Source_WTF_wtf_MemoryPressureHandler.cpp │ │ ├── patch-Source_WTF_wtf_MemoryPressureHandler.h │ │ ├── patch-Source_WTF_wtf_NumberOfCores.cpp │ │ ├── patch-Source_WTF_wtf_PlatformGTK.cmake │ │ ├── patch-Source_WTF_wtf_RAMSize.cpp │ │ ├── patch-Source_WTF_wtf_StackBounds.cpp │ │ ├── patch-Source_WTF_wtf_glib_FileSystemGlib.cpp │ │ ├── patch-Source_WTF_wtf_posix_FileSystemPOSIX.cpp │ │ ├── patch-Source_WTF_wtf_unix_MemoryPressureHandlerUnix.cpp │ │ ├── patch-Source_WebCore_Modules_fetch_FetchBodyConsumer.cpp │ │ ├── patch-Source_WebCore_platform_network_DNS.h │ │ ├── patch-Source_WebCore_platform_unix_SharedMemoryUnix.cpp │ │ ├── patch-Source_WebDriver_PlatformGTK.cmake │ │ ├── patch-Source_WebKit_CMakeLists.txt │ │ ├── patch-Source_WebKit_PlatformGTK.cmake │ │ ├── patch-Source_WebKit_Platform_IPC_unix_ConnectionUnix.cpp │ │ ├── patch-Source_WebKit_UIProcess_Launcher_glib_ProcessLauncherGLib.cpp │ │ ├── patch-Source_bmalloc_bmalloc_AvailableMemory.cpp │ │ ├── patch-Source_cmake_OptionsCommon.cmake │ │ ├── patch-Source_cmake_WebKitCompilerFlags.cmake │ │ └── patch-Tools_MiniBrowser_gtk_CMakeLists.txt │ └── specification └── xorg-xkbfile │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_59 ├── R-askpass │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-ps │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-sf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── cpu-microcode-rc │ ├── descriptions │ │ └── desc.single │ ├── files │ │ ├── messages-single.ucl.in │ │ └── microcode_update.in │ └── specification ├── gstreamer1-plugins-gme │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-ext_webrtc_meson.build │ │ └── patch-sys_va_meson.build │ └── specification ├── gstreamer1-plugins-vpx │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── hunspell-en │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libudev-devd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-udev-dev.c │ │ ├── patch-udev-net.c │ │ ├── patch-utils.c │ │ └── patch-utils.h │ └── specification ├── mate-backgrounds │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── nsgenbind │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Graphics-GnuplotIF │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-ntc-templates │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-faraday-net_http │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── serf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-SConstruct │ │ └── patch-buckets_ssl__buckets.c │ └── specification └── xorg-fontenc │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_5A ├── R-rmarkdown │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-tzdb │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── faac │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── ini_file_manager │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── construct.gpr │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── perl-Algorithm-Damm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-KMeans │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Config-General │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-DateTime-Format-Strptime │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── poco │ ├── descriptions │ │ ├── desc.mongo │ │ ├── desc.mongodev │ │ ├── desc.mysql │ │ ├── desc.mysqldev │ │ ├── desc.odbc │ │ ├── desc.odbcdev │ │ ├── desc.pgsql │ │ ├── desc.pgsqldev │ │ ├── desc.primary │ │ ├── desc.prometheus │ │ ├── desc.prometheusdev │ │ ├── desc.redis │ │ ├── desc.redisdev │ │ └── desc.utils │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.mongo │ │ ├── plist.mongodev │ │ ├── plist.mysql │ │ ├── plist.mysqldev │ │ ├── plist.odbc │ │ ├── plist.odbcdev │ │ ├── plist.pgsql │ │ ├── plist.pgsqldev │ │ ├── plist.primary │ │ ├── plist.prometheus │ │ ├── plist.prometheusdev │ │ ├── plist.redis │ │ ├── plist.redisdev │ │ └── plist.utils │ ├── patches │ │ ├── patch-Foundation_CMakeLists.txt │ │ ├── patch-Foundation_include_Poco_Platform.h │ │ ├── patch-Foundation_include_Poco_Types.h │ │ ├── patch-Foundation_src_File__UNIX.cpp │ │ ├── patch-Foundation_src_Thread__POSIX.cpp │ │ ├── patch-Foundation_src_Timezone__UNIX.cpp │ │ └── patch-Net_src_SocketImpl.cpp │ └── specification ├── python-cssmin │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-compressor │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-mergedeep │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── python-pywikibot │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_5B ├── aspell-br │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── bc │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── chocolate-doom │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── messages-primary.ucl.in │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-src_d__iwad.c │ └── specification ├── kf6-kdbusaddons │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libexttextcat │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-src__Makefile.in │ └── specification ├── perl-Algorithm-BinPack-2D │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-RabinKarp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Module-Pluggable │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Path-Iter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Tie-Cycle │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-odbc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-config.m4 │ └── specification ├── python-django-stronghold │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-tree-queries │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pycparser │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-rich │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-sessreg │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_5C ├── R-urlchecker │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── autoconf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ └── patch-bin_autoreconf.in │ └── specification ├── greybird-gtk-theme │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gstreamer1-plugins-bad │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── specification │ └── sunos │ │ ├── patch-gst-libs_gst_adaptivedemux_meson.build │ │ ├── patch-gst_aiff_meson.build │ │ ├── patch-gst_asfmux_meson.build │ │ ├── patch-gst_camerabin2_meson.build │ │ ├── patch-gst_dvdspu_meson.build │ │ ├── patch-gst_festival_meson.build │ │ ├── patch-gst_midi_meson.build │ │ ├── patch-gst_mpegpsmux_meson.build │ │ ├── patch-gst_mpegtsdemux_meson.build │ │ ├── patch-gst_pcapparse_meson.build │ │ └── patch-meson.build ├── meld │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── ncurses │ ├── descriptions │ │ ├── desc.primary │ │ ├── desc.terminfo │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.terminfo │ ├── patches │ │ └── patch-configure │ └── specification ├── netpbm │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── dragonfly │ │ └── patch-lib_libpm.c │ ├── files │ │ └── config.mk │ ├── freebsd │ │ └── patch-lib_libpm.c │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-converter_ppm_picttoppm.c │ │ └── patch-pm__config.in.h │ └── specification ├── perl-Text-Soundex │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── xfce4-dev-tools │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-xcb-util │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_5D ├── R-lme4 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── esbuild │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── modules.txt │ ├── manifests │ │ └── plist.single │ ├── specification │ └── specification.template ├── gegl │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-gegl_gegl-config.c │ └── specification ├── geos │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── lumina-screenshot │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-src-qt5_OS-detect.pri │ └── specification ├── perl-App-Cmd │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Regexp-IPv6 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-ClassAPI │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-bz2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-nornir-utils │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── taglib │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-CMakeLists.txt │ └── specification ├── tesseract │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── freebsd │ │ └── patch-configure.ac │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── tradcpp │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification └── yajl │ ├── descriptions │ ├── desc.primary │ └── desc.tools │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.primary │ └── plist.tools │ ├── patches │ ├── patch-CMakeLists.txt │ ├── patch-reformatter_CMakeLists.txt │ └── patch-verify_CMakeLists.txt │ └── specification ├── bucket_5E ├── R-sqldf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── avrdude │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── doas │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-compat_compat.h │ │ └── patch-doas.c │ └── specification ├── ktoblzcheck │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ ├── messages-primary.ucl.in │ │ └── scripts-primary.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-cmake_Macros.cmake │ └── specification ├── llvm │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-cmake_modules_AddLLVM.cmake │ │ ├── patch-cmake_modules_HandleLLVMOptions.cmake │ │ ├── patch-include_llvm-c_DataTypes.h │ │ ├── patch-include_llvm_ADT_SmallVector.h │ │ ├── patch-include_llvm_Analysis_ConstantFolding.h │ │ ├── patch-include_llvm_DebugInfo_CodeView_CodeView.h │ │ ├── patch-lib_Support_Unix_Path.inc │ │ ├── patch-lib_TargetParser_Triple.cpp │ │ ├── patch-lib_Target_X86_MCTargetDesc_X86MCTargetDesc.h │ │ └── patch-tools_llvm-shlib_CMakeLists.txt │ └── specification ├── perl-Alien-HDF4 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Archive-Extract │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Authen-Simple │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-HTTP-Date │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Shell-Config-Generate │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-opcache │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-feedparser │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-nornir-netmiko │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-elasticsearch-api │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-rackup │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xfce4-power-manager │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ ├── plist.nls │ └── plist.primary │ ├── patches │ └── patch-src_xfpm-pm-helper.c │ └── specification ├── bucket_5F ├── R-timeDate │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-zoo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-af │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── nfdump │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_collector_expire.c │ │ ├── patch-src_libnffile_flist.c │ │ ├── patch-src_nfpcapd_packet__bpf.c │ │ ├── patch-src_nfpcapd_pcapdump.c │ │ └── patch-src_nfpcapd_pcaproc.h │ └── specification ├── perl-AnyEvent │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Number-Compare │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Perl-Tidy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-readline │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-config.m4 │ │ └── patch-readline_cli.c │ └── specification ├── portaudio │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── pa_unix_oss.h │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-configure.in │ │ ├── patch-include_portaudio.h │ │ ├── patch-src_common_pa__front.c │ │ ├── patch-src_common_pa__stream.c │ │ ├── patch-src_common_pa__stream.h │ │ ├── patch-src_hostapi_oss_pa__unix__oss.c │ │ └── patch-src_os_unix_pa__unix__hostapis.c │ └── specification ├── python-sqlparse │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── qt6-qttools │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── ruby-insist │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── tdb │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-Makefile │ │ └── patch-buildtools_wafsamba_samba__autoconf.py │ └── specification ├── xorg-driver-video-scfb │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_compat-api.h │ │ └── patch-src_scfb__driver.c │ └── specification └── xorg-font-adobe-utopia-100dpi │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_60 ├── R-classInt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-profvis │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-slider │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-xtable │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── cantarell-fonts │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── flex │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── frei0r │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libsearpc │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.python │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.python │ └── specification ├── libtorrent-rasterbar │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-src_platform__util.cpp │ └── specification ├── libvss │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-gnat_vss__gnat.gpr │ │ ├── patch-gnat_vss__json.gpr │ │ ├── patch-gnat_vss__regexp.gpr │ │ ├── patch-gnat_vss__text.gpr │ │ ├── patch-gnat_vss__xml.gpr │ │ ├── patch-gnat_vss__xml__templates.gpr │ │ └── patch-gnat_vss__xml__xmlada.gpr │ └── specification ├── perl-DBI │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-XML-TreePP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-zip │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-acme-tiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-license-expression │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-highline │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── ruby-minitest │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_61 ├── R-car │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-gmodels │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── augeas │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-gnulib_lib_libc-config.h │ │ ├── patch-gnulib_m4_gnulib-common.m4 │ │ ├── patch-lenses_pg__hba.aug │ │ └── patch-lenses_postgresql.aug │ └── specification ├── graphene │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── hunspell-hu │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Mail-SpamAssassin │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── specification │ └── specification.manual ├── perl-Statistics-Basic │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Sub-Exporter-ForMethods │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-rq │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-nb2an │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-ply │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── speech-dispatcher │ ├── descriptions │ │ ├── desc.bindings │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.bindings │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-src_api_python_speechd__config_Makefile.am │ │ └── patch-src_clients_spdsend_server.c │ └── specification └── xorg-xf86dga │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_62 ├── R-RSQLite │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-htmlwidgets │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── apache │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── apache.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-config.layout │ │ ├── patch-modules_generators_config5.m4 │ │ ├── patch-modules_ssl_ssl__private.h │ │ └── patch-modules_ssl_ssl__util__stapling.c │ └── specification ├── highway │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── freebsd │ │ └── patch-hwy_contrib_thread__pool_thread__pool.h │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-hwy_base.h │ │ └── patch-hwy_contrib_thread__pool_thread__pool.h │ └── specification ├── libmatekbd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── python-platformdirs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-protobuf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-readtime │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-typogrify │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── texinfo │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── files │ └── scripts-primary.ucl │ ├── manifests │ ├── plist.man │ ├── plist.nls │ └── plist.primary │ ├── patches │ ├── patch-configure │ ├── patch-info_terminal.c │ └── patch-tp_Texinfo_XS_configure │ └── specification ├── bucket_63 ├── R-conflicted │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-nn │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── faad2 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── geoclue │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── norm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── getifaddrs.cpp │ │ └── ifaddrs.h │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-protolib_CMakeLists.txt │ │ ├── patch-protolib_include_protoSocket.h │ │ ├── patch-protolib_src_common_protoDispatcher.cpp │ │ ├── patch-protolib_src_common_protoEvent.cpp │ │ ├── patch-protolib_src_unix_unixNet.cpp │ │ └── patch-src_common_normFile.cpp │ ├── specification │ └── sunos │ │ ├── patch-protolib_include_protoPktIP.h │ │ ├── patch-protolib_src_common_protoAddress.cpp │ │ └── patch-protolib_src_common_protoPktIP.cpp ├── password-store │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── pass.in │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Algorithm-DistanceMatrix │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Data-Dumper-Concise │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-enchant │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-ctype │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── proj │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification └── xorg-font-bh-lucidatypewriter-100dpi │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_64 ├── R-tidyselect │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-cs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── fish │ ├── crates.list │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Cargo.toml │ │ └── patch-cmake_Install.cmake │ ├── specification │ └── specification.template ├── forgejo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── app.ini.sample.in │ │ ├── forgejo.in │ │ └── messages-single.ucl.in │ ├── manifests │ │ └── plist.single │ └── specification ├── libmpeg2 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-LWP-MediaTypes │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Template-Tiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Exception-LessClever │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-asn1 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── rarian │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── scripts-tools.ucl │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-librarian_rarian-main.c │ │ └── patch-util_rarian-sk-config.in │ └── specification ├── ruby-ssrf_filter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── sakura │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.nls │ └── plist.primary │ └── specification ├── bucket_65 ├── R-glue │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-googleVis │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-qdapRegex │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── gcc14 │ ├── descriptions │ │ ├── desc.ada_run │ │ ├── desc.compilers │ │ ├── desc.cxx_run │ │ ├── desc.fortran_run │ │ ├── desc.infopages │ │ ├── desc.libs │ │ └── desc.nls │ ├── distinfo │ ├── manifests │ │ ├── plist.ada_run │ │ ├── plist.compilers │ │ ├── plist.cxx_run │ │ ├── plist.fortran_run │ │ ├── plist.libs │ │ └── plist.man │ ├── midnightbsd │ │ └── patch-gcc_config_freebsd-spec.h │ └── specification ├── libb64 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-src_Makefile │ └── specification ├── libtommath │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-Alien-patch │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-astroid │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-cattrs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-timezone-field │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-graphene │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-kombu │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-rcssmin │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby-concurrent-ruby │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-xmessage │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_66 ├── R-anytime │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-fontawesome │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── biblesync │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── cppcheck │ ├── descriptions │ │ ├── desc.gui │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.gui │ │ ├── plist.lang │ │ ├── plist.man │ │ └── plist.tools │ ├── patches │ │ └── patch-gui_CMakeLists.txt │ └── specification ├── hiredis │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification ├── kf6-kio │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-metainfo.yaml │ │ ├── patch-src_core_kmountpoint.cpp │ │ └── patch-src_kioworkers_file_file__unix.cpp │ └── specification ├── npm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-node__modules_@npmcli_config_lib_index.js │ │ ├── patch-node__modules_node-gyp_gyp_pylib_gyp_xcode__emulation.py │ │ └── patch-node__modules_node-gyp_lib_configure.js │ └── specification ├── perl-Alien-Role-Dino │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-Makefile.PL │ ├── specification │ └── specification.manual ├── perl-Ref-Util-XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-openssl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-PyDriller │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-deepdiff │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-django-pglocks │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-dotenv │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── xorg-75dpi-fonts │ ├── descriptions │ │ └── desc.single │ └── specification └── xorg-xdpyinfo │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_67 ├── gcr3 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-gcr_meson.build │ │ ├── patch-gcr_test-secure-memory.c │ │ └── patch-ui_meson.build │ └── specification ├── gtkspell │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── libheif │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── libslirp │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libudisks │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── perl-Algorithm-LibLinear │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Log-Dispatch │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-backports_abc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-ufoLib2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-carrierwave │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── thunderbird │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── special.mk │ │ └── thunderbird.desktop │ ├── manifests │ │ └── plist.single │ ├── netbsd │ │ └── patch-toolkit_mozapps_installer_packager.mk │ ├── patches │ │ ├── patch-addon-search │ │ ├── patch-browser-app-nsBrowserApp.cpp │ │ ├── patch-bug1659612 │ │ ├── patch-bug1716707 │ │ ├── patch-bug847568 │ │ ├── patch-build_autoconf_config.guess │ │ ├── patch-build_gn__processor.py │ │ ├── patch-comm__third_party__rnpdefs.mozbuild │ │ ├── patch-comm_mail_app_nsMailApp.cpp │ │ ├── patch-comm_third__party_botan_botan.mozbuild │ │ ├── patch-comm_third__party_rust_mtu_build.rs │ │ ├── patch-comm_third__party_rust_mtu_src_bsd.rs │ │ ├── patch-comm_third__party_rust_quinn-udp_src_unix.rs │ │ ├── patch-env-api-keys │ │ ├── patch-i386-protobuf-alignment │ │ ├── patch-ipc_glue_GeckoChildProcessHost.cpp │ │ ├── patch-ipc_glue_SharedMemoryPlatform__posix.cpp │ │ ├── patch-js_public_Utility.h │ │ ├── patch-mail-app-nsMailApp.cpp │ │ ├── patch-media_ffvpx_libavutil_cpu.c │ │ ├── patch-modules_fdlibm_src_math__private.h │ │ ├── patch-mozglue_misc_SSE.h │ │ ├── patch-mozglue_static_rust_lib.rs │ │ ├── patch-pipewire_init │ │ ├── patch-testing_mozbase_mozinfo_mozinfo_mozinfo.py │ │ ├── patch-third__party_llama.cpp_ggml_src_ggml-c.c │ │ ├── patch-third__party_llama.cpp_ggml_src_ggml-cpu_ggml-cpu-c.c │ │ ├── patch-third__party_sqlite3_ext_sqlite-vec_sqlite-vec.c │ │ ├── patch-third__party_sqlite3_src_moz.build │ │ ├── patch-toolkit_components_protobuf_src_google_protobuf_stubs_port.h │ │ ├── patch-toolkit_library_gen__buildid.py │ │ └── patch-tools_profiler_core_platform.cpp │ └── specification ├── usb-modeswitch-data │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── webrtc-audio-processing0 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure.ac │ │ ├── patch-webrtc_base_checks.cc │ │ ├── patch-webrtc_base_platform__thread.cc │ │ ├── patch-webrtc_base_stringutils.h │ │ └── patch-webrtc_system__wrappers_source_condition__variable.cc │ └── specification └── xfce4-session │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ ├── plist.nls │ └── plist.primary │ ├── patches │ ├── patch-config.h.in │ ├── patch-configure │ └── patch-libxfsm_xfsm-shutdown-common.h │ └── specification ├── bucket_68 ├── aspell-hu │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── duktape │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-Makefile.sharedlibrary │ └── specification ├── gjs │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-libgjs-private_gjs-util.c │ └── specification ├── libgee │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libirman │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-irio.c │ └── specification ├── neofetch │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Algorithm-BitVector │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Regexp-Trie │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netbox-bgp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-tryton │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby-eventmachine │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-ext_em.cpp │ └── specification ├── ruby-timeout │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── tar │ ├── descriptions │ ├── desc.primary.noprefix │ └── desc.primary.std │ ├── distinfo │ ├── manifests │ ├── plist.man.noprefix │ ├── plist.man.std │ ├── plist.nls │ ├── plist.primary.noprefix │ └── plist.primary.std │ ├── patches │ ├── patch-configure │ └── patch-src_Makefile.in │ └── specification ├── bucket_69 ├── freepats │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── kf6-kcoreaddons │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-metainfo.yaml │ │ ├── patch-src_lib_CMakeLists.txt │ │ ├── patch-src_lib_caching_ksdclock.cpp │ │ └── patch-src_lib_util_kprocesslist__unix.cpp │ └── specification ├── libluv │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── lua-penlight │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ └── plist.primary │ └── specification ├── perl-Algorithm-ConstructDFA-XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Crypt-OpenSSL-AES │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-File-Find-Object │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-libxml-perl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-deprecation │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-greenlet │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-python-stdnum │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-typing-extensions │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-csv │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-dbm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ssvnc │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-vncstorepw_Makefile │ │ ├── patch-vncstorepw_ultravnc__dsm__helper.c │ │ └── patch-wr__tool │ └── specification ├── xerces-c │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── xorg-xinput │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_6A ├── R-GPfit │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-digest │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-hms │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-jsonlite │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── db5 │ ├── descriptions │ │ ├── desc.cxx │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.cxx │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-dist_aclocal_tls.m4 │ │ ├── patch-dist_configure │ │ ├── patch-lang_tcl_tcl__db.c │ │ ├── patch-lang_tcl_tcl__env.c │ │ ├── patch-lang_tcl_tcl__seq.c │ │ ├── patch-src_dbinc_atomic.h │ │ ├── patch-src_dbinc_mutex__int.h │ │ └── patch-src_heap_heap__verify.c │ └── specification ├── gstreamer1-plugins-flac │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gstreamer1-plugins-pango │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-ext_pango_meson.build │ │ └── patch-tools_meson.build │ └── specification ├── jbig2dec │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-CVE-2023-46361 │ └── specification ├── lagrange │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-cmake_Depends.cmake │ │ ├── patch-lib_sealcurses_CMakeLists.txt │ │ ├── patch-lib_the__Foundation_Depends.cmake │ │ └── patch-lib_the__Foundation_src_tlsrequest.c │ └── specification ├── libjwt │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── libwapcaplet │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-Makefile │ └── specification ├── nvi │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-cl_cl__funcs.c │ │ ├── patch-cl_cl__main.c │ │ ├── patch-cl_cl__screen.c │ │ ├── patch-common_conv.c │ │ ├── patch-common_conv.h │ │ ├── patch-common_db.h │ │ ├── patch-common_exf.c │ │ ├── patch-common_msg.c │ │ ├── patch-common_util.c │ │ ├── patch-dist_config.h │ │ └── patch-dist_configure │ └── specification ├── oksh │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Algorithm-SpatialIndex │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-PkgConfig │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Test-Toolbox │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-graphiql-debug-toolbar │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-model-utils │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-mwparserfromhell │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-fast_gettext │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-globalid │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby-strscan │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── xmlsec │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-configure │ │ └── patch-src_cast__helpers.h │ └── specification ├── xorg-font-adobe-100dpi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── xorg-xrefresh │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_6B ├── R-ModelMetrics │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── bind │ ├── descriptions │ │ ├── desc.server │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ ├── empty.db │ │ ├── localhost-forward.db │ │ ├── localhost-reverse.db │ │ ├── messages-server.ucl │ │ ├── named.conf.in │ │ ├── named.in │ │ ├── named.root │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.server │ │ └── plist.tools │ └── specification ├── nghttp3 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── opencl-headers │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-AnyEvent-I3 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Crypt-OpenSSL-Guess │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-simplexml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-nextbox-ui-plugin │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pandas │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-pyvmomi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qtcreator │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-src_libs_3rdparty_sqlite_sqlite3.c │ │ ├── patch-src_libs_qmljs_qmljscontext.cpp │ │ ├── patch-src_libs_sqlite_CMakeLists.txt │ │ ├── patch-src_libs_utils_CMakeLists.txt │ │ └── patch-src_tools_process__stub_main.cpp │ └── specification ├── ruby-actiontext │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── youtube-dl │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ ├── patches │ ├── patch-Makefile │ ├── patch-youtube__dl_____init____.py │ └── patch-youtube_dl__options.py │ └── specification ├── bucket_6C ├── R-brio │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── chromaprint │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── consolekit │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── scripts-primary.ucl │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure.ac │ │ ├── patch-doc_Makefile.am │ │ ├── patch-hibernate │ │ ├── patch-libconsolekit_sd-compat.c │ │ ├── patch-libconsolekit_sd-login.h │ │ └── patch-tools_Makefile.am │ └── specification ├── gnucash │ ├── ctemplate-patches │ │ ├── patch-libgnucash_backend_sql_gnc-book-sql.cpp │ │ ├── patch-libgnucash_backend_xml_gnc-account-xml-v2.cpp │ │ ├── patch-libgnucash_backend_xml_gnc-address-xml-v2.cpp │ │ ├── patch-libgnucash_backend_xml_gnc-commodity-xml-v2.cpp │ │ ├── patch-libgnucash_core-utils_gnc-filepath-utils.cpp │ │ ├── patch-libgnucash_core-utils_gnc-locale-utils.cpp │ │ ├── patch-libgnucash_engine_Account.cpp │ │ ├── patch-libgnucash_engine_gnc-date.cpp │ │ ├── patch-libgnucash_engine_gnc-numeric.cpp │ │ ├── patch-libgnucash_engine_kvp-frame.cpp │ │ ├── patch-libgnucash_engine_kvp-value.hpp │ │ ├── patch-libgnucash_engine_qof-backend.cpp │ │ ├── patch-libgnucash_engine_qof-string-cache.cpp │ │ ├── patch-libgnucash_engine_qofbook.cpp │ │ ├── patch-libgnucash_engine_qofchoice.cpp │ │ ├── patch-libgnucash_engine_qofclass.cpp │ │ ├── patch-libgnucash_engine_qofevent.cpp │ │ ├── patch-libgnucash_engine_qofid.cpp │ │ ├── patch-libgnucash_engine_qoflog.cpp │ │ ├── patch-libgnucash_engine_qofobject.cpp │ │ ├── patch-libgnucash_engine_qofquery.cpp │ │ ├── patch-libgnucash_engine_qofsession.cpp │ │ └── patch-libgnucash_engine_qofutil.h │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-libgnucash_quotes_CMakeLists.txt │ └── specification ├── hexedit │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── lcms2 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── libevent │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-Algorithm-ConsistentHash-CHash │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-CHash.xs │ └── specification ├── perl-Algorithm-DBSCAN │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-NGram │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Class-Method-Modifiers │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Config-AutoConf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Getopt-Long-Descriptive │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-List-MoreUtils-XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Net-DNS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-xml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-compat.c │ └── specification ├── plasma-wayland-protocols │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── poppler-data │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification ├── python-pyyaml-env-tag │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-process_executer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── sound-theme-freedesktop │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── xorg-driver-input-synaptics │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ └── patch-src_eventcomm.h │ └── specification └── xorg-xxf86vm │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_6D ├── gcr │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-gcr_meson.build │ │ └── patch-gcr_test-secure-memory.c │ └── specification ├── gstreamer1-plugins-speex │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── lftp │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-doc_lftp.1 │ │ ├── patch-po_Makevars │ │ ├── patch-src_Makefile.in │ │ └── patch-src_lftp__pty.c │ └── specification ├── libetonyek │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-src_lib_NUM3Parser.cpp │ └── specification ├── libmtp │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-src_libusb1-glue.c │ └── specification ├── liburcu │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ └── patch-include_urcu_syscall-compat.h │ └── specification ├── llvm19 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-cmake_modules_AddLLVM.cmake │ │ ├── patch-cmake_modules_HandleLLVMOptions.cmake │ │ ├── patch-include_llvm-c_DataTypes.h │ │ ├── patch-include_llvm_ADT_SmallVector.h │ │ ├── patch-include_llvm_Analysis_ConstantFolding.h │ │ ├── patch-include_llvm_DebugInfo_CodeView_CodeView.h │ │ ├── patch-lib_Support_Unix_Path.inc │ │ ├── patch-lib_TargetParser_Triple.cpp │ │ ├── patch-lib_Target_X86_MCTargetDesc_X86MCTargetDesc.h │ │ └── patch-tools_llvm-shlib_CMakeLists.txt │ └── specification ├── mate-panel │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-applets_clock_clock-location.c │ └── specification ├── mozjs128 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-build_autoconf_config.guess │ │ ├── patch-build_moz.configure_init.configure │ │ └── patch-testing_mozbase_mozinfo_mozinfo_mozinfo.py │ └── specification ├── perl-Digest-SHA1 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Sub-Exporter-Progressive │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-ruby-vips │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── sqlite │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ ├── specification │ └── sunos │ └── patch-proj.tcl ├── bucket_6E ├── R-carData │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-httr2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-memoise │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-nlts │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-sys │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-pt_PT │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gnome-keyring │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-docs_meson.build │ │ └── patch-egg_egg-unix-credentials.c │ └── specification ├── libpagemaker │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libpeas │ ├── descriptions │ │ ├── desc.examples │ │ ├── desc.primary │ │ └── desc.python │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.python │ └── specification ├── libsndfile │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Algorithm-Bitonic-Sort │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-LUHN │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-HTTP-Body │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-markdown-include │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-arel │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-ice │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_6F ├── R-timeSeries │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── WebP │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── hexcompare │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── hicolor-icon-theme │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── l3afpad │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── libnotify │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── dragonfly │ │ └── patch-libnotify_libnotify.map │ ├── freebsd │ │ └── patch-libnotify_libnotify.map │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── libwpg │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── mate-user-guide │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── perl-Alien-curl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Alien-gmake │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-ExtUtils-Helpers │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Object-Array │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Sub-Install │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Sub-Uplevel │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-sodium │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-drf-spectacular │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-openpyxl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── unixODBC │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── xfdesktop │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── xorg-font-screen-cyrillic │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── xorg-xcb-render-util │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_70 ├── R-expm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── R-warp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── lumina-archiver │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-src-qt5_OS-detect.pri │ └── specification ├── perl-Scope-Upper │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Kwalitee │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-alabaster │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── slider │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_71 ├── dmenu │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-config.mk │ └── specification ├── idnkit │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-lib_localconverter.c │ └── specification ├── libraw │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile.am │ └── specification ├── musl-fts │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── openmp │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-Convert-Color │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Devel-StackTrace-AsHTML │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-Deprecated │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-mdurl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── zim │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ ├── plist.nls │ └── plist.primary │ └── specification ├── bucket_72 ├── R-progress │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── antiword │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-antiword.h │ │ ├── patch-main__u.c │ │ └── patch-wordole.c │ └── specification ├── cbsd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── CM.txt │ │ ├── CM_bin.txt │ │ ├── CM_bin_cbsdsh.txt │ │ ├── CM_bin_mknodes.txt │ │ ├── CM_bin_mksyntax.txt │ │ ├── CM_misc.txt │ │ ├── CM_sbin.txt │ │ ├── CM_tools.txt │ │ ├── cbsd-statsd-bhyve.in │ │ ├── cbsd-statsd-hoster.in │ │ ├── cbsd-statsd-jail.in │ │ ├── cbsdd.in │ │ ├── cbsdrsyncd.in │ │ └── messages-primary.ucl.in │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-bin_cbsdsh_jail.c │ │ └── patch-bin_cbsdsh_myhistedit.h │ └── specification ├── corefonts │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── messages-single.ucl.in │ ├── manifests │ │ └── plist.single │ └── specification ├── hexchat │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-meson.build │ │ ├── patch-meson__options.txt │ │ ├── patch-plugins_fishlim_meson.build │ │ ├── patch-plugins_perl_meson.build │ │ └── patch-plugins_sysinfo_meson.build │ └── specification ├── libdbi │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ └── patch-src_dbi__result.c │ └── specification ├── perl-Graph-Easy-As_svg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Perl-PrereqScanner-NotQuiteLite │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Number-Delta │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-ftp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-opcache │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── python-url-normalize │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_73 ├── aspell-kn │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── glib │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── special.mk │ │ └── triggers-primary.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-gio_glib-compile-schemas.c │ │ ├── patch-gio_glocalfileinfo.c │ │ ├── patch-gio_gsocket.c │ │ ├── patch-gio_gunixmount.c │ │ ├── patch-gio_gunixmounts.c │ │ ├── patch-gio_gunixvolume.c │ │ ├── patch-gio_xdgmime_xdgmime.c │ │ ├── patch-gio_xdgmime_xdgmimecache.h │ │ ├── patch-glib_fix_hidden │ │ ├── patch-glib_gcharset.c │ │ ├── patch-glib_gconvert.c │ │ ├── patch-glib_gconvert.h │ │ ├── patch-glib_giounix.c │ │ ├── patch-glib_glib-unix.c │ │ ├── patch-glib_gthread.c │ │ ├── patch-glib_gutils.c │ │ ├── patch-glib_libcharset_localcharset.c │ │ ├── patch-glib_tests_include.c │ │ └── patch-gmodule_gmodule-dl.c │ └── specification ├── kf6-kcompletion │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libgeotiff │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Algorithm-Kelly │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-singledispatch │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── sdl1_ttf │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ ├── patches │ └── patch-bug1433 │ └── specification ├── bucket_74 ├── R-mgsub │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── hunspell-pl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libqxp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libspng │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── lumina-calculator │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── perl-Algorithm-AM │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Config-Any │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Hash-FieldHash │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-String-Random │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Term-ReadLine-Gnu │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-Makefile.PL │ ├── specification │ └── specification.manual ├── php83-mysqli │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-aniso8601 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-certifi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-mkdocstrings │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netifaces2 │ ├── crates.list │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-src_linux.rs │ ├── specification │ └── specification.template ├── python-versioneer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-mini_magick │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-rack-test │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-font-xfree86-type1 │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_75 ├── R-hunspell │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-units │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── aspell-de-alt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Astro-FITS-Header │ ├── block_meta_recommends │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-ExtUtils-InstallPaths │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-HTTP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Proc-ProcessTable │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-mod_perl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-Apache-Test_lib_Apache_TestConfig.pm │ ├── specification │ └── specification.manual ├── php83-pdo_pgsql │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── postgresql17 │ ├── descriptions │ │ ├── desc.client │ │ ├── desc.contrib │ │ ├── desc.plperl │ │ ├── desc.plpython │ │ ├── desc.pltcl │ │ └── desc.server │ ├── distinfo │ ├── files │ │ ├── 502.pgsql.in │ │ └── postgresql.in │ ├── manifests │ │ ├── plist.client │ │ ├── plist.contrib │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ ├── plist.plperl │ │ ├── plist.plpython │ │ ├── plist.pltcl │ │ └── plist.server │ ├── patches │ │ ├── patch-meson.build │ │ └── patch-src_backend_utils_misc_postgresql.conf.sample │ └── specification ├── python-django-mptt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── python-flake8 │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_76 ├── R-blob │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-evaluate │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── fluxbox │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-src__fluxbox.cc │ │ ├── patch-src__fluxbox.hh │ │ ├── patch-util__fluxbox-generate_menu.in │ │ ├── patch-util_fbsetbg │ │ └── patch-util_fluxbox-remote.cc │ └── specification ├── fonts-liberation2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── hunspell-ru │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Algorithm-Closest-NetworkAddress │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-ExpectationMaximization │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-Genetic-Diploid │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Cache-Memcached-Fast │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-File-chdir │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MIME-Charset │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Plack-Middleware-FixMissingBodyInRedirect │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Text-CSV_XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Wx-Perl-ProcessStream │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netaddr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-git │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── scdoc │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_77 ├── ACATS │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── installed_compiler.sh.in │ │ ├── special.mk │ │ ├── test_ada_on_gcc11.in │ │ ├── test_ada_on_gcc12.in │ │ ├── test_ada_on_gcc13.in │ │ └── test_ada_on_ravensys.in │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ ├── patch-run__acats.sh │ │ └── patch-run_all.sh │ └── specification ├── R-downloader │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-az │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── golang │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ ├── netbsd │ │ └── patch-src_cmd_link_internal_ld_target.go │ ├── patches │ │ ├── patch-src_crypto_x509_root__bsd.go │ │ └── patch-src_crypto_x509_root__linux.go │ └── specification ├── kf6-qqc2-desktop-style │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── mtdev │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-src_caps.c │ │ ├── patch-src_common.h │ │ └── patch-test_mtdev-test.c │ └── specification ├── perl-CGI-Deurl-XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-click │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-cmake │ ├── descriptions │ │ └── desc.single │ ├── files │ │ ├── __init__.py.in │ │ └── pyproject.toml.in │ └── specification ├── python-installer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netbox-dns │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── syncthing │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── special.mk │ │ ├── syncthing-discosrv.in │ │ ├── syncthing-relaypoolsrv.in │ │ ├── syncthing-relaysrv.in │ │ └── syncthing.in │ ├── manifests │ │ └── plist.single │ └── specification └── xorg-xxf86dga │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_78 ├── R-DEoptimR │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── avahi │ ├── descriptions │ │ ├── desc.libdns │ │ ├── desc.libdnsdev │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.libdns │ │ ├── plist.libdnsdev │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-avahi-core_socket.c │ │ ├── patch-initscript_freebsd_Makefile.in │ │ ├── patch-initscript_freebsd_avahi-daemon.sh.in │ │ └── patch-initscript_freebsd_avahi-dnsconfd.sh.in │ └── specification ├── clisp │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-src_configure │ └── specification ├── ghostscript │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.x11 │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.x11 │ ├── patches │ │ ├── patch-Resource_Init_cidfmap │ │ ├── patch-base_fapi__ft.c │ │ ├── patch-base_ttobjs.h │ │ ├── patch-configure │ │ └── patch-psi_interp.c │ └── specification ├── kf6-kitemmodels │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── perl-DateTime │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MooX-TypeTiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── pinentry │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ ├── plist.single.fltk │ │ ├── plist.single.gnome3 │ │ ├── plist.single.gtk2 │ │ ├── plist.single.ncurses │ │ ├── plist.single.qt5 │ │ └── plist.single.std │ ├── patches │ │ ├── patch-configure │ │ ├── patch-doc_Makefile.in │ │ ├── patch-fltk_pinwindow.cxx │ │ ├── patch-pinentry_pinentry.c │ │ └── patch-secmem_secmem.c │ └── specification └── python-strict-rfc3339 │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_79 ├── R-textshaping │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── aspell-la │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── aspell-yi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── cd-discid │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-cd-discid.c │ └── specification ├── fonts-terminus │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── messages-single.ucl.in │ ├── manifests │ │ └── plist.single │ └── specification ├── hexd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── openh264 │ ├── descriptions │ │ ├── desc.plugin │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── gmpopenh264.js.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.plugin │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification ├── opensmtpd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── messages-primary.ucl.in │ │ └── smtpd.in │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-mk_smtpd_Makefile.in │ │ └── patch-openbsd-compat_arc4random.c │ └── specification ├── python-recommonmark │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-kaminari-actionview │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-semantic_puppet │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── unzoo │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.docs │ └── plist.primary │ ├── patches │ ├── patch-000-CVE-2015-1845 │ ├── patch-001-CVE-2007-1673 │ └── patch-002-fix-warnings │ └── specification ├── bucket_7A ├── R-dbplyr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── cpu-microcode │ ├── descriptions │ │ └── desc.single │ └── specification ├── gtk-doc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-gtk-doc.xsl │ │ └── patch-meson.build │ └── specification ├── libnftnl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── pcaudiolib │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-File-DesktopEntry │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Finance-Quote │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Math-BigInt-GMP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Module-Build-Tiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Module-Implementation │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Warn │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-inc-latest │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-curl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-distlib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-eyed3 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-intervaltree │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netbox-secretstore │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pika │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qbe │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ └── specification └── usbids │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_7B ├── R-slam │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── coinmp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-Cbc_src_CbcSolver.cpp │ │ └── patch-CoinUtils_src_CoinSignal.hpp │ └── specification ├── libexif │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── perl-MooX-Locale-Passthrough │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Sort-Key-Top │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Sort-Key │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-gettext │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-sphinxcontrib-jquery │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── rust │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── build_curl.sh │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-compiler_rustc__llvm_build.rs │ │ ├── patch-library_std_src_fs_tests.rs │ │ ├── patch-library_std_src_sys_fs_unix.rs │ │ ├── patch-library_unwind_src_lib.rs │ │ ├── patch-src_bootstrap_bootstrap.py │ │ ├── patch-src_bootstrap_src_core_builder_cargo.rs │ │ ├── patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake │ │ ├── patch-src_llvm-project_llvm_cmake_modules_HandleLLVMOptions.cmake │ │ ├── patch-src_llvm-project_llvm_lib_Support_Unix_Path.inc │ │ ├── patch-vendor_curl-sys-0.4.79+curl-8.12.0_build.rs │ │ ├── patch-vendor_curl-sys-0.4.83+curl-8.15.0_build.rs │ │ ├── patch-vendor_lzma-sys-0.1.20_config.h │ │ ├── patch-vendor_notify-8.0.0_Cargo.toml │ │ ├── patch-vendor_openssl-probe-0.1.5_src_lib.rs │ │ ├── patch-vendor_openssl-probe-0.1.6_src_lib.rs │ │ └── patch-vendor_os__info-3.10.0_src_freebsd_mod.rs │ └── specification └── xorg-xkbcomp │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_7C ├── R-jquerylib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── arj │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-arjtypes.c │ │ ├── patch-environ.c │ │ └── patch-gnu_configure.in │ └── specification ├── gtkmm30 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── kf6-kfilemetadata │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-metainfo.yaml │ │ └── patch-src_xattr__p.h │ └── specification ├── libmatemixer │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-backends_oss_oss-backend.c │ └── specification ├── perl-Algorithm-Combinatorics │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MooX-Types-MooseLike-Numeric │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-exif │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── python-maturin │ ├── crates.list │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── patches │ ├── patch-cargo-crates_platform-info-x_src_lib__impl.rs │ └── patch-src_python__interpreter_get__interpreter__metadata.py │ ├── specification │ └── specification.template ├── bucket_7D ├── R-ipred │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── gstreamer1-plugins-twolame │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libparserutils │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-src_charset_aliases.c │ └── specification ├── perl-Params-Util │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-gmp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-ffi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pipdeptree │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-i18n │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby-mimemagic │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── xorg-xcb │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ ├── patches │ ├── patch-configure │ └── patch-tests-check_public.c │ └── specification ├── bucket_7E ├── aspell-nb │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gtksourceview3 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ └── patch-gtksourceview_gtksourceview.c │ └── specification ├── libkate │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── lxqt-build-tools │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── matreshka │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-fix-simd-detection │ │ ├── patch-tools_configure_configure-tests-mysql.adb │ │ ├── patch-tools_configure_configure-tests-postgresql.adb │ │ └── patch-tools_configure_configure-tests-sqlite3.adb │ └── specification ├── perl-Algorithm-Bayesian │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-BinarySearch-Vec │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Module-CPANfile │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Module-Runtime-Conflicts │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Sereal-Encoder │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-sodium │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-cryptography │ ├── crates.list │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.template ├── python-css-html-js-minify │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-drf-spectacular-sidecar │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-legacy-cgi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby-rspec-core │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-webrick │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── spdlog │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── xfburn │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── xorg-driver-input-keyboard │ ├── Script │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ ├── patch-src_at__scancode.c │ │ ├── patch-src_bsd__KbdMap.c │ │ ├── patch-src_bsd__kbd.c │ │ └── patch-src_kdb.c │ └── specification └── xorg-driver-video-vesa │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ ├── patches │ └── patch-src_vesa.c │ └── specification ├── bucket_7F ├── R-data.table │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── aspell-ky │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── cppunit │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gstreamer1-plugins-gdkpixbuf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libmicrohttpd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.info │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── mariadb114 │ ├── descriptions │ │ ├── desc.client │ │ └── desc.server │ ├── distinfo │ ├── files │ │ ├── client.cnf.sample.in │ │ ├── my.cnf.sample.in │ │ ├── mysql.in │ │ └── server.cnf.sample.in │ ├── manifests │ │ ├── plist.client │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.server │ ├── patches │ │ ├── patch-client_mysql.cc │ │ ├── patch-client_mysqltest.cc │ │ ├── patch-cmake_install__layout.cmake │ │ ├── patch-cmake_libfmt.cmake │ │ ├── patch-cmake_readline.cmake │ │ ├── patch-extra_readline_CMakeLists.txt │ │ ├── patch-mysys_my__default.c │ │ ├── patch-oqgraph-MDEV-15291 │ │ ├── patch-scripts_CMakeLists.txt │ │ ├── patch-scripts_mysql__config.sh │ │ ├── patch-scripts_mysqld__safe.sh │ │ ├── patch-scripts_wsrep__sst__mariabackup.sh │ │ ├── patch-sql_mysqld.cc │ │ ├── patch-storage_innobase_include_trx0trx.h │ │ ├── patch-storage_perfschema_pfs__global.cc │ │ ├── patch-storage_rocksdb_build__rocksdb.cmake │ │ ├── patch-storage_rocksdb_ha__rocksdb.cc │ │ ├── patch-storage_rocksdb_rdb__buff.h │ │ ├── patch-storage_rocksdb_rdb__io__watchdog.cc │ │ ├── patch-storage_rocksdb_rdb__io__watchdog.h │ │ ├── patch-storage_rocksdb_rocksdb_CMakeLists.txt │ │ ├── patch-storage_rocksdb_rocksdb_port_jemalloc__helper.h │ │ └── patch-storage_rocksdb_ut0counter.h │ └── specification ├── mate-terminal │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── nnn │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-src_nnn.c │ └── specification ├── openldap │ ├── descriptions │ │ ├── desc.client │ │ └── desc.server │ ├── distinfo │ ├── files │ │ ├── messages-client.ucl.in │ │ ├── messages-server.ucl.in │ │ ├── scripts-server.ucl.in │ │ └── slapd.in │ ├── manifests │ │ ├── plist.client │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.server │ ├── patches │ │ ├── patch-include_ldap__defaults.h │ │ ├── patch-libraries_libldap_Makefile.in │ │ └── patch-libraries_libldap_tls_o.c │ └── specification ├── perl-Algorithm-Functional-BFS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-boolean.py │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-borgbackup │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── acl_extended_file_np.c │ ├── patches │ │ └── patch-setup.py │ ├── specification │ └── specification.manual ├── python-htmlmin │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-orderly-set │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-social-auth-core2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-trytond-account │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-activejob │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── source-highlight │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-configure │ │ ├── patch-gl_getopt.in.h │ │ └── patch-gl_stdbool.in.h │ └── specification ├── xorg-driver-video-intel │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── dragonfly │ │ └── patch-src_sna_sna__threads.c │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-benchmarks_dri3-swap.c │ │ ├── patch-hyphen │ │ ├── patch-prefer-iris │ │ ├── patch-src_intel__device.c │ │ ├── patch-src_intel__list.h │ │ ├── patch-src_legacy_i810_i810__dri.c │ │ ├── patch-src_sna_kgem.c │ │ ├── patch-src_sna_kgem__debug.c │ │ ├── patch-src_sna_sna__damage.c │ │ ├── patch-src_sna_sna__dri3.c │ │ ├── patch-src_sna_sna__present.c │ │ ├── patch-src_sna_sna__video.c │ │ ├── patch-src_uxa_intel__batchbuffer.c │ │ └── patch-test_present-speed.c │ └── specification └── xorg-xgc │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_80 ├── asciidoc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── base64 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-base64.c │ └── specification ├── comtrya │ ├── crates.list │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── specification │ └── specification.template ├── gccmakedep │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libsigcxx │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── lua-sysctl │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ └── plist.primary │ ├── patches │ │ └── patch-src_lua__sysctl.c │ └── specification ├── perl-Email-MessageID │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Mojo-DOM58 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-facter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-facter.gemspec │ │ ├── patch-lib_facter_custom__facts_util_config.rb │ │ └── patch-lib_facter_framework_detector_os__detector.rb │ └── specification ├── ruby-faraday-em_synchrony │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── slim │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── slim.in │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-app.cpp │ │ └── patch-slim.conf │ └── specification ├── tree │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── xorg-font-winitzki-cyrillic │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── xorg-xcvt │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── xorg-xrender │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification └── zziplib │ ├── descriptions │ ├── desc.primary │ └── desc.tools │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.docs │ ├── plist.man │ ├── plist.primary │ └── plist.tools │ ├── patches │ └── patch-SDL_CMakeLists.txt │ └── specification ├── bucket_81 ├── afdko │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-CMakeLists.txt │ └── specification ├── asio │ ├── descriptions │ │ └── desc.dev │ ├── distinfo │ ├── manifests │ │ └── plist.dev │ └── specification ├── aspell-be │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── autoselect-python │ ├── descriptions │ │ └── desc.single │ ├── files │ │ ├── LICENSE_ISC │ │ └── autoselect.c.in │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Algorithm-StringHash-FromCSharp35-XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Devel-Caller │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Mail-IMAPClient │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Text-SimpleTable │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-URL-Encode │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-orderedmultidict │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── quazip │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_82 ├── PragmARC │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── pragmarc.gpr │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── R-furrr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-rsample │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── gstreamer1-plugins-aalib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libgpr2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ └── patch-gpr2.gpr │ └── specification ├── libkdcraw │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-Algorithm-LossyCount │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Mixin-Linewise │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-charset-normalizer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-formtools │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-securerandom │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── telescope │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── midnightbsd │ │ └── patch-configure.ac │ └── specification ├── xmlto │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── messages-single.ucl.in │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-xmlif_xmlif.c │ │ └── patch-xmlto.in │ └── specification └── xorg-font-bh-75dpi │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_83 ├── docbook-utils │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-backends_man.in │ │ ├── patch-bin_jw.in │ │ ├── patch-bin_sgmldiff.in │ │ ├── patch-configure.ac │ │ ├── patch-doc_HTML_Makefile.am │ │ ├── patch-doc_Makefile.am │ │ ├── patch-doc_man_Makefile.am │ │ └── patch-helpers_docbook2man-spec.pl │ └── specification ├── freetype │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── messages-primary.ucl │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ └── patch-builds_unix_detect.mk │ └── specification ├── genpatch │ ├── descriptions │ │ └── desc.primary │ ├── files │ │ ├── LICENSE │ │ ├── dupe │ │ ├── dupe.1 │ │ ├── genpatch │ │ ├── genpatch.1 │ │ ├── portfix │ │ └── portfix.1 │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── gstreamer1-plugins-sndfile │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-ext_webrtc_meson.build │ │ └── patch-sys_va_meson.build │ └── specification ├── libuninameslist │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libvisio │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-src__lib__VSDMetaData.cpp │ └── specification ├── opus │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-Algorithm-IncludeExclude │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-LatticePoints │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-SpatialIndex-Strategy-MedianQuadTree │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Authen-SASL │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Graph-Easy │ ├── block_meta_recommends │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MooseX-Types-Structured │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-IPv4Addr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Base │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-openssl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netbox-lists │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── sudo │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── pam.conf │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-plugins__sudoers__sudoers.in │ └── specification ├── w3m │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Str.c │ │ ├── patch-fm.h │ │ └── patch-terms.c │ └── specification ├── xmlcharent │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── catalog │ │ └── catalog.xml │ ├── manifests │ │ └── plist.single │ └── specification └── xorg-xcomposite │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_84 ├── R-ggrepel │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-highr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-promises │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-el │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── fonts-dejavu │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── messages-single.ucl.in │ ├── manifests │ │ └── plist.single │ └── specification ├── gcc12 │ ├── descriptions │ │ ├── desc.ada_run │ │ ├── desc.compilers │ │ ├── desc.cxx_run │ │ ├── desc.fortran_run │ │ ├── desc.libs │ │ └── desc.nls │ ├── distinfo │ ├── manifests │ │ ├── plist.ada_run │ │ ├── plist.compilers │ │ ├── plist.cxx_run │ │ ├── plist.fortran_run │ │ ├── plist.libs │ │ ├── plist.man │ │ └── plist.nls │ ├── midnightbsd │ │ └── patch-gcc_config_freebsd-spec.h │ └── specification ├── gnatcross-sysroot-netbsd │ ├── descriptions │ │ └── desc.single.AMD64_R9 │ ├── distinfo │ ├── manifests │ │ └── plist.single.AMD64_R9 │ └── specification ├── libavif │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── libsoup-2.4 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-libsoup_soup-auth-negotiate.c │ │ ├── patch-libsoup_soup-xmlrpc-old.c │ │ └── patch-libsoup_soup-xmlrpc.c │ └── specification ├── perl-Algorithm-VSM │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-Voting │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-AnyEvent-HTTP-Message │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Sysadm-Install │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-mkdocs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-watchdog │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── wayland-protocols │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-meson.build │ └── specification └── xorg-font-bitstream-100dpi │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_85 ├── R-raster │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-ar │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libnsutils │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Cookie-Baker │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-Pygments │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-markdown2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-pytidylib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── timidity │ ├── descriptions │ │ ├── desc.gtk │ │ ├── desc.ncurses │ │ ├── desc.primary │ │ └── desc.xaw │ ├── distinfo │ ├── manifests │ │ ├── plist.gtk │ │ ├── plist.man │ │ ├── plist.ncurses │ │ ├── plist.primary │ │ └── plist.xaw │ ├── patches │ │ ├── patch-configure │ │ ├── patch-timidity_au__a.c │ │ ├── patch-timidity_flac__a.c │ │ ├── patch-timidity_freq.c │ │ ├── patch-timidity_output.c │ │ ├── patch-timidity_quantity.c │ │ ├── patch-timidity_raw__a.c │ │ ├── patch-timidity_sysdep.h │ │ ├── patch-timidity_timidity.c │ │ ├── patch-timidity_vorbis__a.c │ │ └── patch-timidity_wave__a.c │ └── specification ├── xorg-driver-input-mouse │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── dragonfly │ │ └── patch-src_Makefile.in │ ├── freebsd │ │ └── patch-src_Makefile.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ ├── patch-src_bsd__mouse.c │ │ ├── patch-src_mouse.c │ │ ├── patch-src_mouse.h │ │ └── patch-src_mousePriv.h │ └── specification └── xorg-font-mutt-misc │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_86 ├── R-backports │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-tailor │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aucatctl │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-aucatctl.c │ └── specification ├── bsdisks │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── caja │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── libconfig │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libidn │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.info │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-doc__libidn.texi │ └── specification ├── perl-Env-ShellWords │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-JSON-Parse │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-SMTPS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-Write │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── python-django-cors-headers │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_87 ├── R-vcd │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── cpp-hocon │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-lib_src_path.cc │ │ ├── patch-lib_src_tokenizer.cc │ │ └── patch-lib_tests_main.cc │ └── specification ├── fmt │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── getopt │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ └── patch-gnu_getopt.c │ └── specification ├── libsigsegv │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── messages-primary.ucl │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-configure │ └── specification ├── lzo │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.doc │ │ ├── plist.examples │ │ └── plist.primary │ ├── patches │ │ ├── patch-include__lzo__lzodefs.h │ │ └── patch-lzotest__lzotest.c │ └── specification ├── mariadb118 │ ├── descriptions │ │ ├── desc.client │ │ └── desc.server │ ├── distinfo │ ├── files │ │ ├── client.cnf.sample.in │ │ ├── my.cnf.sample.in │ │ ├── mysql.in │ │ └── server.cnf.sample.in │ ├── manifests │ │ ├── plist.client │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.server │ ├── patches │ │ ├── patch-client_mysql.cc │ │ ├── patch-client_mysqltest.cc │ │ ├── patch-cmake_install__layout.cmake │ │ ├── patch-cmake_libfmt.cmake │ │ ├── patch-cmake_readline.cmake │ │ ├── patch-extra_readline_CMakeLists.txt │ │ ├── patch-mysys_my__default.c │ │ ├── patch-oqgraph-MDEV-15291 │ │ ├── patch-scripts_CMakeLists.txt │ │ ├── patch-scripts_mysql__config.sh │ │ ├── patch-scripts_mysqld__safe.sh │ │ ├── patch-scripts_wsrep__sst__mariabackup.sh │ │ ├── patch-sql_mysqld.cc │ │ ├── patch-storage_innobase_include_trx0trx.h │ │ ├── patch-storage_perfschema_pfs__global.cc │ │ ├── patch-storage_rocksdb_build__rocksdb.cmake │ │ ├── patch-storage_rocksdb_ha__rocksdb.cc │ │ ├── patch-storage_rocksdb_rdb__buff.h │ │ ├── patch-storage_rocksdb_rdb__io__watchdog.cc │ │ ├── patch-storage_rocksdb_rdb__io__watchdog.h │ │ ├── patch-storage_rocksdb_rocksdb_CMakeLists.txt │ │ ├── patch-storage_rocksdb_rocksdb_port_jemalloc__helper.h │ │ └── patch-storage_rocksdb_ut0counter.h │ └── specification ├── openpgm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ └── plist.primary │ ├── patches │ │ └── patch-include_impl_byteorder.h │ └── specification ├── perl-Email-MIME-ContentType │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-ExtUtils-Depends │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-File-Remove │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Moose │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── php83-tidy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-xxhash │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── rrdtool │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── rrdcached.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-bindings_Makefile.am │ │ ├── patch-bindings_python_setup.py │ │ ├── patch-doc_Makefile.am │ │ ├── patch-examples_Makefile.am │ │ └── patch-examples_rrdcached_Makefile.am │ └── specification ├── xblas │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-configure.ac │ └── specification └── zesarux │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ ├── patches │ ├── patch-cpus_m68kcpu.h │ ├── patch-network.h │ ├── patch-snap_snap__z81.c │ ├── patch-src_configure │ ├── patch-src_generate_install_sh.sh │ ├── patch-src_video_scrcurses.c │ └── patch-zrcp_remote.c │ └── specification ├── bucket_88 ├── R-openxlsx │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── alog │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── iverilog │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Devel-Trace │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-IPC-System-Simple │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-google-i18n-address │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-actioncable │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_89 ├── R-MatrixModels │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-modeldata │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-sfd │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-terra │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── libwpd │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-src_lib_WPXTable.h │ └── specification ├── perl-Hash-Merge-Simple │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Math-Big │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-asgiref │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-appconf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── rhash │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-configure │ │ ├── patch-librhash_Makefile │ │ └── patch-librhash_byte__order.h │ └── specification └── xorg-font-bitstream-type1 │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_8A ├── R-processx │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── libgudev-devd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libtermkey │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Clone-PP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-File-ShareDir-Install │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Parse-RecDescent │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-PyGObject │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ └── plist.dev │ ├── specification │ └── specification.manual ├── python-aiostream │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pydantic-core │ ├── crates.list │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.template ├── python-rfc3987 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-activemodel │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-xvinfo │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_8B ├── R-tidyr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── fonts-twemoji-color │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Algorithm-DependencySolver │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-Line-Bresenham │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-Loops │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-CPAN-Requirements-Dynamic │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Class-XSAccessor │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Exporter-Tiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-ExtUtils-MakeMaker-CPANfile │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-List-Compare │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Mojolicious │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MooseX-Method-Signatures │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-calendar │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-celery │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-psycopg2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-pycairo │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── specification │ └── specification.manual ├── python-pycups │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── ruby-nokogiri │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── patches │ ├── patch-gumbo-parser_src_Makefile │ └── patch-nokogiri.gemspec │ ├── specification │ └── specification.manual ├── bucket_8C ├── R-abind │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── a52dec │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-configure │ └── specification ├── gstreamer1-plugins-vorbis │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-ext_vorbis_meson.build │ │ └── patch-tools_meson.build │ └── specification ├── ms-gsl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Debug-Client │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Parse-Method-Signatures │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-solo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-date │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── bucket_8D ├── R-later │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-pROC │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-workflows │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── cdrdao │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ ├── patch-dao_GenericMMC.cc │ │ ├── patch-dao_ScsiIf-freebsd-cam.cc │ │ ├── patch-dao_ScsiIf-lib.cc │ │ ├── patch-dao_ScsiIf-linux.cc │ │ ├── patch-dao_ScsiIf-netbsd.cc │ │ ├── patch-dao_ScsiIf-nt.cc │ │ ├── patch-dao_cdrdao.man │ │ ├── patch-dao_main.cc │ │ ├── patch-gcdmaster_SampleDisplay.cc │ │ ├── patch-gcdmaster_SoundIF-solaris.cc │ │ └── patch-trackdb_FormatOgg.cc │ └── specification ├── farbfeld │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-config.mk │ └── specification ├── kf6-kpty │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-cmake_FindUTEMPTER.cmake │ │ ├── patch-metainfo.yaml │ │ └── patch-src_kpty.cpp │ └── specification ├── lensfun │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libdsk │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── mpg123 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-src_compat_compat__dl.c │ └── specification ├── perl-FFI-CheckLib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-SharedFork │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-gd │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── prettier-ada │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ └── patch-prettier__ada.gpr │ └── specification ├── python-decorator │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-freetype-py │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── redland │ ├── descriptions │ │ ├── desc.primary.bdb │ │ ├── desc.primary.mysql │ │ ├── desc.primary.pgsql │ │ ├── desc.primary.std │ │ └── desc.primary.virtuoso │ ├── distinfo │ ├── manifests │ │ ├── plist.dev.bdb │ │ ├── plist.dev.mysql │ │ ├── plist.dev.pgsql │ │ ├── plist.dev.std │ │ ├── plist.dev.virtuoso │ │ ├── plist.docs.std │ │ ├── plist.man │ │ ├── plist.primary.bdb │ │ ├── plist.primary.mysql │ │ ├── plist.primary.pgsql │ │ ├── plist.primary.std │ │ └── plist.primary.virtuoso │ ├── patches │ │ └── patch-src_rdf__storage__mysql.c │ └── specification ├── speex │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ └── patch-src_Makefile.in │ └── specification ├── tilda │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_configsys.c │ │ └── patch-src_tilda-lock-files.c │ └── specification └── xorg-xtst │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_8E ├── R-prodlim │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-quantmod │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ahven │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── ahven.gpr │ │ └── extra-src_ahven-framework.adb │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ └── patch-gnat__linux_build__ahven.gpr │ └── specification ├── cryptopp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-GNUmakefile │ └── specification ├── elixir │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification ├── espeak-ng │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-Makefile.am │ │ ├── patch-configure.ac │ │ └── patch-src_include_compat_math.h │ └── specification ├── gdb │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── jpeg-turbo │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── kf6-kitemviews │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libpaper │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── lua-lgi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── pangomm14 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-untracked_pango_pangomm_attrlist.cc │ └── specification ├── perl-Geography-Countries │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-HTTP-MultiPartParser │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Lingua-EN-Inflect │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-gd │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-puremagic │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-roman-numerals │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-net-imap │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── scribus │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.docs │ ├── plist.man │ └── plist.primary │ ├── patches │ ├── patch-scribus_CMakeLists.txt │ ├── patch-scribus_third__party_lib2geom_isnan.h │ ├── patch-scribus_third__party_pgf_PGFplatform.h │ ├── patch-scribus_util__debug.cpp │ └── patch-support-podofo-100 │ └── specification ├── bucket_8F ├── R-foreach │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── libprojectm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-CMakeLists.txt │ └── specification ├── mutt │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-commands.c │ │ ├── patch-contrib_Makefile.in │ │ ├── patch-doc_Makefile.in │ │ ├── patch-hdrline.c │ │ ├── patch-init.h │ │ ├── patch-mutt.h │ │ └── patch-sendlib.c │ └── specification ├── opusfile │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── ftime.c │ ├── freebsd │ │ └── patch-configure.ac │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-fix-CVE-2022-47021 │ └── specification ├── perl-Crypt-PasswdMD5 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Devel-MAT │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-OLE-Storage_Lite │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Plack-Middleware-RemoveRedundantBody │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-UNIVERSAL-require │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-Flask │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-patchman │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pyproject-metadata │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── sdl1_net │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-SDLnetsys.h │ └── specification ├── xcursor-themes │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── xorg-xconsole │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_90 ├── R-mvtnorm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-rvest │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-threejs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-mr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── fftw │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev.float │ │ ├── plist.dev.long │ │ ├── plist.dev.quad │ │ ├── plist.dev.std │ │ ├── plist.primary.float │ │ ├── plist.primary.long │ │ ├── plist.primary.quad │ │ └── plist.primary.std │ ├── patches │ │ └── patch-simd-support_taint.c │ └── specification ├── freealut │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-src_alutInit.c │ │ ├── patch-src_alutInternal.h │ │ ├── patch-src_alutLoader.c │ │ └── patch-src_alutUtil.c │ └── specification ├── gnatcoll-db │ ├── descriptions │ │ ├── desc.postgres │ │ ├── desc.primary │ │ ├── desc.sql │ │ ├── desc.sqlite │ │ └── desc.xref │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.postgres │ │ ├── plist.primary │ │ ├── plist.sql │ │ ├── plist.sqlite │ │ └── plist.xref │ ├── patches │ │ └── patch-gnatinspect_Makefile │ └── specification ├── groff │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-src_libs_libgroff_libgroff.am │ └── specification ├── libIDL │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── lua52 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── lua-5.2.pc.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-src_Makefile │ │ └── patch-src__liolib.c │ └── specification ├── perl-Algorithm-Burg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-Merge │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-HTML-Formatter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Hash-Ordered │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-subversion │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── build-outputs.mk.addons │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-Makefile.in │ └── specification ├── png │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── python-netbox-inventory │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-elastic-transport │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── skia │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── files │ └── special.mk │ ├── manifests │ ├── plist.dev │ └── plist.primary │ ├── patches │ ├── patch-src_base_SkContainers.cpp │ ├── patch-third__party_externals_dng__sdk_source_RawEnvironment.h │ ├── patch-third__party_externals_dng__sdk_source_dng__safe__arithmetic.h │ └── patch-third__party_externals_piex_src_image__type__recognition_image__type__recognition__lite.cc │ └── specification ├── bucket_91 ├── R-fracdiff │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-pcaPP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-plyr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-robustbase │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── doxygen │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libgrapheme │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libwacom │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Email-Address-XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-bcmath │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netifaces │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-actionpack │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── bucket_92 ├── R-pkgdown │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-xopen │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── glib-networking │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-proxy_libproxy_meson.build │ │ └── patch-tls_tests_meson.build │ └── specification ├── mercurial │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── nlohmann-json │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Algorithm-CRF │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-IO-HTML │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Ref-Util │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Spreadsheet-ParseExcel │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── php83-sysvshm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── postgresql16 │ ├── descriptions │ │ ├── desc.client │ │ ├── desc.contrib │ │ ├── desc.plperl │ │ ├── desc.plpython │ │ ├── desc.pltcl │ │ └── desc.server │ ├── distinfo │ ├── files │ │ ├── 502.pgsql.in │ │ └── postgresql.in │ ├── manifests │ │ ├── plist.client │ │ ├── plist.contrib │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.plperl │ │ ├── plist.plpython │ │ ├── plist.pltcl │ │ └── plist.server │ ├── patches │ │ ├── patch-configure │ │ ├── patch-doc-Makefile │ │ ├── patch-doc_src_sgml_Makefile │ │ ├── patch-src-backend-Makefile │ │ ├── patch-src_Makefile.shlib │ │ └── patch-src_backend_utils_misc_postgresql.conf.sample │ └── specification ├── python-sphinxcontrib-htmlhelp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-uritemplate │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── termbox2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification └── zoom │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.docs │ └── plist.primary │ ├── patches │ ├── patch-src_interp.c │ └── patch-src_tokenise.c │ └── specification ├── bucket_93 ├── R-commonmark │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-gert │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── R-minqa │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-yardstick │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── cmake │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── InitialCache.cmake │ │ └── MidnightBSD.cmake │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Modules_CMakePlatformId.h.in │ │ ├── patch-Modules_FindSDL.cmake │ │ ├── patch-Source_Modules_CMakeBuildUtilities.cmake │ │ ├── patch-Utilities_cmcurl_CMakeLists.txt │ │ ├── patch-Utilities_cmcurl_lib_CMakeLists.txt │ │ ├── patch-Utilities_cmcurl_lib_curl__setup.h │ │ ├── patch-Utilities_cmlibuv_src_unix_core.c │ │ └── patch-Utilities_cmlibuv_src_unix_fs.c │ └── specification ├── freetds │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-src_apps_CMakeLists.txt │ │ ├── patch-src_tds_gssapi.c │ │ ├── patch-src_tds_sec__negotiate__openssl.h │ │ └── patch-src_tds_tls.c │ └── specification ├── perl-Algorithm-MarkovChain │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Struct-Dumb │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-zlib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-voluptuous │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-wcwidth │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-faraday-rack │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── uchardet │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── xdm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── scripts-primary.ucl │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-config_Xresources.in │ │ ├── patch-config_xdm-config.in │ │ ├── patch-greeter-greet.c │ │ ├── patch-include_greet.h │ │ └── patch-xdm_session.c │ └── specification └── xorg-font-misc-ethiopic │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_94 ├── R-credentials │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-gitcreds │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aflex-ayacc │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-afay_aflex_src_dfaB.a │ └── specification ├── glibmm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── liblqr │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── perl-Probe-Perl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-session │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── podofo │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-CMakeLists.txt │ └── specification ├── python-ioflo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-sh │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-tilt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-xorgproto │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ ├── patches │ └── patch-man_Xprint.man │ └── specification ├── bucket_95 ├── R-diagram │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── libkiwix │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-src_tools_networkTools.cpp │ └── specification ├── nss │ ├── descriptions │ │ ├── desc.caroot │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── MAca-bundle.pl.in │ │ ├── messages-caroot.ucl.in │ │ ├── nss-config.in │ │ └── nss.pc.in │ ├── manifests │ │ ├── plist.caroot │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-bug301986 │ │ ├── patch-const │ │ ├── patch-coreconf_Darwin.mk │ │ ├── patch-coreconf_DragonFly.mk │ │ ├── patch-coreconf_FreeBSD.mk │ │ ├── patch-coreconf_MidnightBSD │ │ ├── patch-coreconf_SunOS5.mk │ │ ├── patch-coreconf_UNIX.mk │ │ ├── patch-coreconf_arch.mk │ │ ├── patch-coreconf_command.mk │ │ ├── patch-coreconf_config.mk │ │ ├── patch-coreconf_location.mk │ │ ├── patch-coreconf_ruleset.mk │ │ ├── patch-lib_freebl_Makefile │ │ ├── patch-lib_freebl_mpi_mpcpucache.c │ │ ├── patch-lib_freebl_verified_internal_Hacl__Bignum__Base.h │ │ ├── patch-lib_softoken_pkcs11.c │ │ └── patch-lib_softoken_pkcs11c.c │ └── specification ├── perl-Algorithm-NaiveBayes │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Mozilla-CA │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-String-Tagged-Terminal │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-idna │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qt5-qtx11extras │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── synth │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── extrapatch-nowatchdog-portscan-buildcycle.adb │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── xorg-font-adobe-utopia-75dpi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── xorg-xbacklight │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_96 ├── R-pillar │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-rstudioapi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-stringi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-viridis │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── boehm_garbage_collector │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-configure │ └── specification ├── dtc │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification ├── libfilezilla │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-lib_impersonation.cpp │ │ └── patch-lib_local__filesys.cpp │ └── specification ├── libsmi │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── lp_solve │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-shared_commonlib.c │ └── specification ├── m17n-lib │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-configure.ac │ └── specification ├── nodejs │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-absl_base_config.h │ │ ├── patch-absl_base_internal_sysinfo.cc │ │ ├── patch-absl_debugging_internal_vdso__support.cc │ │ ├── patch-absl_status_status.cc │ │ ├── patch-absl_time_internal_cctz_src_time__zone__format.cc │ │ ├── patch-absl_time_internal_cctz_src_time__zone__lookup__test.cc │ │ ├── patch-common.gypi │ │ ├── patch-configure.py │ │ ├── patch-deps_cares_cares.gyp │ │ ├── patch-deps_cares_config_netbsd_ares__config.h │ │ ├── patch-deps_cares_src_lib_ares__setup.h │ │ ├── patch-deps_openssl_openssl_util_perl_OpenSSL_config.pm │ │ ├── patch-deps_uv_common.gypi │ │ ├── patch-deps_v8_src_base_platform_memory.h │ │ ├── patch-deps_v8_src_base_platform_platform-freebsd.cc │ │ ├── patch-deps_v8_src_base_platform_platform-posix.cc │ │ ├── patch-deps_v8_src_base_strings.h │ │ ├── patch-deps_v8_src_base_utils_random-number-generator.cc │ │ ├── patch-deps_v8_src_d8_d8-posix.cc │ │ ├── patch-deps_v8_src_libsampler_sampler.cc │ │ ├── patch-deps_v8_src_trap-handler_handler-inside-posix.cc │ │ ├── patch-deps_v8_src_trap-handler_handler-inside-posix.h │ │ ├── patch-deps_v8_src_trap-handler_trap-handler.h │ │ ├── patch-node.gypi │ │ ├── patch-src_inspector__agent.cc │ │ ├── patch-src_node__postmortem__metadata.cc │ │ ├── patch-tools_gyp_pylib_gyp_generator_make.py │ │ └── patch-tools_gyp_pylib_gyp_xcode__emulation.py │ └── specification ├── perl-Class-Load │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-CheckDeps │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Throwable │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-tidy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-graphql-core │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netbox-napalm-plugin │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pycryptodome │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── rpm-sequoia │ ├── crates.list │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── specification │ └── specification.template ├── webrtc-audio-processing │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-fix-build-with-newer-absl │ │ ├── patch-meson.build │ │ └── patch-webrtc_rtc__base_trace__event.h │ └── specification ├── xmlada │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── Makefile.bsd │ │ └── generic_gpr.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ └── specification └── xorg-font-bh-ttf │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_97 ├── R-alphavantager │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-zip │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── cjson │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── file │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── dragonfly │ │ └── patch-src_file.h │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── harec │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── l-smash │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-configure │ └── specification ├── libao │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-doc_Makefile.am │ └── specification ├── linenoise │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── BSD_Makefile │ ├── manifests │ │ └── plist.single │ └── specification ├── lzlib │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── python-PyJWT │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── recoll │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.lang │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-qtgui_qmkmk.sh │ │ ├── patch-utils_fileudi.cpp │ │ ├── patch-utils_fstreewalk.cpp │ │ └── patch-utils_pxattr.cpp │ └── specification ├── shadowsocks-rust │ ├── crates.list │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── dragonfly │ │ ├── patch-cargo-crates_shadowsocks-service-1.23.2_src_config.rs │ │ ├── patch-cargo-crates_shadowsocks-service-1.23.2_src_local_net_udp_association.rs │ │ ├── patch-cargo-crates_shadowsocks-service-1.23.2_src_local_redir_sys_unix_mod.rs │ │ ├── patch-cargo-crates_shadowsocks-service-1.23.2_src_local_redir_tcprelay_sys_unix_bsd.rs │ │ ├── patch-cargo-crates_shadowsocks-service-1.23.2_src_local_redir_tcprelay_sys_unix_mod.rs │ │ ├── patch-cargo-crates_shadowsocks-service-1.23.2_src_local_redir_udprelay_sys_unix_mod.rs │ │ ├── patch-cargo-crates_shadowsocks-service-1.23.2_src_local_tun_mod.rs │ │ ├── patch-cargo-crates_shadowsocks-service-1.23.3_Cargo.toml │ │ ├── patch-cargo-crates_tokio-1.44.2_src_io_interest.rs │ │ ├── patch-cargo-crates_tokio-1.44.2_src_io_poll__evented.rs │ │ ├── patch-cargo-crates_tokio-1.44.2_src_io_ready.rs │ │ ├── patch-cargo-crates_tokio-1.44.2_src_macros_cfg.rs │ │ ├── patch-cargo-crates_tokio-1.45.0_Cargo.toml │ │ ├── patch-cargo-crates_tun-0.7.18_Cargo.toml │ │ ├── patch-cargo-crates_tun-0.7.18_src_platform_mod.rs │ │ └── patch-cargo-crates_tun-0.7.18_src_platform_posix_split.rs │ ├── files │ │ ├── sslocal-rust.in │ │ └── ssserver-rust.in │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-cargo-crates_libc-xxx_src_unix_bsd_freebsdlike_dragonfly_mod.rs │ │ └── patch-cargo-crates_notify-xxx_Cargo.toml │ ├── specification │ └── specification.template └── xorg-font-dec-misc │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_98 ├── GeoIP │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ ├── geoipupdate.sh.in │ │ └── messages-tools.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-man__Makefile.am │ └── specification ├── R-curl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── aom │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-build_cmake_aom__optimization.cmake │ └── specification ├── aspell-de │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── docbook-sgml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gexiv2-0.14 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── gle │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── gtksourceview5 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-meson.build │ └── specification ├── imake │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-imake.c │ │ ├── patch-imakemdep.h │ │ └── patch-mdepend.cpp │ └── specification ├── kf6-kservice │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── lumina-core │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-lumina-checkpass_lumina-checkpass.pro │ │ └── patch-src-qt5_OS-detect.pri │ └── specification ├── puppet │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── messages-primary.ucl.in │ │ ├── puppet.in │ │ └── puppetmaster.in │ ├── manifests │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-lib_puppet_provider_service_daemontools.rb │ └── specification ├── python-aiohttp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-libnacl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python314 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.sqlite │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.sqlite │ ├── patches │ │ ├── patch-Include_py__curses.h │ │ ├── patch-Makefile.pre.in │ │ ├── patch-Modules_timemodule.c │ │ └── patch-configure │ └── specification ├── ravensys-binutils │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-bfd_config.bfd │ │ ├── patch-bfd_elfnn-aarch64.c │ │ ├── patch-bfd_elfxx-x86.c │ │ ├── patch-gold_output.cc │ │ ├── patch-gold_stringpool.cc │ │ ├── patch-gold_x86__64.cc │ │ └── patch-include__safe-ctype.h │ └── specification ├── ruby-json_pure │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-multi_json │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── utf8proc │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_99 ├── AdaID │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── adaid.gpr │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification ├── R-listenv │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-configure │ │ ├── patch-interfaces__cc__aspell.h │ │ └── patch-modules__speller__default__affix.cpp │ └── specification ├── atf │ ├── descriptions │ │ ├── desc.atftests │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.atftests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── dht │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libsecret │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-egg_egg-unix-credentials.c │ └── specification ├── perl-Algorithm-GDiffDelta │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-HTML-Selector-XPath │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-File-ShareDir │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-fonttools │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-mutagen │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── rofi │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-source_rofi.c │ └── specification ├── rtmpdump │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-librtmp_Makefile │ │ └── patch-librtmp_librtmp.pc.in │ └── specification ├── ruby-net-http │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-rack-session │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ucpp │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-src_cpp.c │ └── specification └── xorg-type1-fonts │ ├── descriptions │ └── desc.single │ └── specification ├── bucket_9A ├── apr-util │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── automake │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── docbook │ ├── descriptions │ │ └── desc.single │ └── specification ├── gstreamer1-plugins-cairo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── makedepend │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── mumble │ ├── descriptions │ │ ├── desc.client │ │ └── desc.server │ ├── distinfo │ ├── manifests │ │ ├── plist.client │ │ ├── plist.man │ │ └── plist.server │ ├── patches │ │ └── patch-src_ProcessResolver.cpp │ └── specification ├── perl-Algorithm-BaumWelch │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Alien-sqlite │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Cache-Memcached │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Digest-BubbleBabble │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MRO-Compat │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Proc-Daemon │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-benchmark │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-mutex_m │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-xlsclients │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_9B ├── R-TTR │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-syuzhet │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── autoselect-perl │ ├── descriptions │ │ └── desc.single │ ├── files │ │ ├── LICENSE_ISC │ │ └── autoselect.c.in │ ├── manifests │ │ └── plist.single │ └── specification ├── cabextract │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── dotconf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ └── plist.primary │ └── specification ├── hickory-dns │ ├── crates.list │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── specification │ └── specification.template ├── kf6-kcolorscheme │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libe-book │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-icu68 │ └── specification ├── loudmouth │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Module-Build-XSUtil │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Package-Stash-XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Task-Weaken │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-xmlreader │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── php85-fpm.in │ │ └── scripts-dev.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-build_Makefile.global │ │ ├── patch-configure.ac │ │ ├── patch-ext_standard_proc__open.c │ │ ├── patch-sapi_apache2handler_config.m4 │ │ ├── patch-sapi_fpm_fpm_fpm__unix.c │ │ └── patch-sapi_fpm_www.conf.in │ └── specification └── ruby-elasticsearch-transport │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_9C ├── icu │ ├── descriptions │ │ ├── desc.data │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.data │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-common_Makefile.in │ │ ├── patch-common_putil.cpp │ │ ├── patch-common_ubidiimp.h │ │ ├── patch-common_unicode_platform.h │ │ ├── patch-common_unicode_ptypes.h │ │ ├── patch-common_unicode_uconfig.h │ │ ├── patch-common_uposixdefs.h │ │ ├── patch-data_Makefile.in │ │ ├── patch-i18n_Makefile.in │ │ ├── patch-io_Makefile.in │ │ ├── patch-layoutex_Makefile.in │ │ ├── patch-runConfigureICU │ │ ├── patch-stubdata_Makefile.in │ │ ├── patch-tools_ctestfw_Makefile.in │ │ └── patch-tools_toolutil_Makefile.in │ └── specification ├── libksba │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── lz4 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Config-Tiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Data-Section │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Graph-Convert │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Term-Size-Perl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-XML-NamespaceSupport │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── protobuf321 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_google_protobuf_compiler_command__line__interface.cc │ │ └── patch-src_google_protobuf_stubs_port.h │ └── specification ├── python-n2g │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-webencodings │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── rsync │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── rsyncd.conf.sample │ │ └── rsyncd.in │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-popt_findme.c │ └── specification ├── ruby-erubi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-public_suffix │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-scanf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-luit │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_9D ├── R-sfsmisc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-spData │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── cmark │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── nginx-unit │ ├── descriptions │ │ ├── desc.php83 │ │ ├── desc.php84 │ │ ├── desc.php85 │ │ ├── desc.unitd │ │ ├── desc.unitperl │ │ └── desc.unitpython │ ├── distinfo │ ├── files │ │ └── unitd.in │ ├── manifests │ │ ├── plist.man │ │ ├── plist.php83 │ │ ├── plist.php84 │ │ ├── plist.php85 │ │ ├── plist.unitd │ │ ├── plist.unitperl │ │ └── plist.unitpython │ ├── patches │ │ ├── patch-auto_sched │ │ ├── patch-auto_sendfile │ │ ├── patch-auto_shmem │ │ └── patch-src_nxt__kqueue__engine.c │ └── specification ├── perl-Algorithm-Annotate │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-Scale2x │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Math-Base-Convert │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Mozilla-PublicSuffix │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── protobuf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_google_protobuf_compiler_command__line__interface.cc │ │ └── patch-src_google_protobuf_stubs_port.h │ └── specification ├── python-flask-cors │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── python-netbox-is-risks │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_9E ├── R-gargle │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-id │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── fluid-soundfont │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── fluidr3_gm.cfg │ │ └── fluidr3_gs.cfg │ ├── manifests │ │ └── plist.single │ └── specification ├── hunspell-nl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── kf6-extra-cmake-modules │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-find-modules_FindOpenEXR.cmake │ │ ├── patch-kde-modules_KDEMetaInfoPlatformCheck.cmake │ │ ├── patch-metainfo.yaml │ │ └── patch-modules_ECMGeneratePkgConfigFile.cmake │ └── specification ├── libgepub │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libwmf │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── mediainfo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── nawk │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-makefile │ └── specification ├── perl-Algorithm-Dependency-Objects │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-SocialNetwork │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Pod-Eventual │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qt6-qtwayland │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-CMakeLists.txt │ └── specification ├── ruby-kramdown │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── ruby33 │ ├── descriptions │ ├── desc.primary │ └── desc.rdoc │ ├── distinfo │ ├── files │ └── special.mk │ ├── manifests │ ├── plist.docs │ ├── plist.examples │ ├── plist.man │ └── plist.primary │ ├── patches │ ├── patch-configure.ac │ ├── patch-lib_mkmf.rb │ ├── patch-lib_rdoc_encoding.rb │ └── patch-tool_mkconfig.rb │ └── specification ├── bucket_9F ├── ada_spawn │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── ptsname_r.c │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-gnat_spawn.gpr │ │ ├── patch-gnat_spawn__glib.gpr │ │ ├── patch-source_spawn_ptsname__r.c │ │ └── patch-source_spawn_spawn-posix.ads │ └── specification ├── devilutionX │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── messages-single.ucl │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-3rdParty_libfmt_CMakeLists.txt │ │ ├── patch-CMakeLists.txt │ │ ├── patch-CMake_Platforms.cmake │ │ ├── patch-CMake_functions_devilutionx__library.cmake │ │ └── patch-Source_dvlnet_tcp__server.cpp │ └── specification ├── gdal │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-cmake_template_cpl__config.h.in │ │ ├── patch-gdal.cmake │ │ ├── patch-port_cpl__conv.cpp │ │ ├── patch-port_cpl__multiproc.cpp │ │ ├── patch-port_cpl__port.h │ │ └── patch-port_cpl__spawn.cpp │ └── specification ├── libmediainfo │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-Source_ThirdParty_aes-gladman_brg__endian.h │ └── specification ├── perl-Algorithm-Knapsack │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Crypt-DES │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Devel-StackTrace │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Email-Date-Format │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Sub-Exporter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-colorful │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-trytond-currency │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-mini_mime │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_A0 ├── R-rgl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── R-xts │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── fonts-freefont-ttf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── geomyidae │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification ├── jasper │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-CMakeLists.txt │ └── specification ├── libepoxy │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-test_dlwrap.c │ ├── specification │ └── sunos │ │ └── patch-test_meson.build ├── libmateweather │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── libsoxr │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ └── plist.primary │ └── specification ├── libstrophe │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure.ac │ │ └── patch-src_compression.c │ └── specification ├── mpc │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-src_mpc.h │ └── specification ├── pcsc-lite │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ ├── messages-primary.ucl.in │ │ └── pcscd.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Archive-Zip │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Data-OptList │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Date-Range │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Smart-Args-TypeTiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-XXX │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-xmlreader │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── postgresql15 │ ├── descriptions │ │ ├── desc.client │ │ ├── desc.contrib │ │ ├── desc.plperl │ │ ├── desc.plpython │ │ ├── desc.pltcl │ │ └── desc.server │ ├── distinfo │ ├── files │ │ ├── 502.pgsql.in │ │ └── postgresql.in │ ├── manifests │ │ ├── plist.client │ │ ├── plist.contrib │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.plperl │ │ ├── plist.plpython │ │ ├── plist.pltcl │ │ └── plist.server │ ├── patches │ │ ├── patch-configure │ │ ├── patch-doc-Makefile │ │ ├── patch-doc_src_sgml_Makefile │ │ ├── patch-src-backend-Makefile │ │ ├── patch-src_Makefile.shlib │ │ └── patch-src_backend_utils_misc_postgresql.conf.sample │ └── specification ├── python-itsdangerous │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-ninja │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-src_graph.cc │ └── specification ├── python-phonebox-plugin │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-six │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-tomlkit │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-getoptlong │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-json │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── snappy │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── surf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── tor │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── files │ └── tor.in │ ├── manifests │ ├── plist.docs │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_A1 ├── R-pkgbuild │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── clang19 │ ├── descriptions │ │ ├── desc.compiler │ │ ├── desc.dynlibs │ │ └── desc.extra │ ├── distinfo │ ├── manifests │ │ ├── plist.compiler │ │ ├── plist.dynlibs │ │ ├── plist.extra │ │ └── plist.man │ ├── patches │ │ ├── patch-lib_Basic_Targets_OSTargets.h │ │ ├── patch-lib_Driver_ToolChains_DragonFly.cpp │ │ ├── patch-lib_Driver_ToolChains_DragonFly.h │ │ ├── patch-lib_Driver_ToolChains_FreeBSD.cpp │ │ ├── patch-lib_Driver_ToolChains_FreeBSD.h │ │ ├── patch-lib_Driver_ToolChains_Gnu.cpp │ │ ├── patch-lib_Driver_ToolChains_Linux.cpp │ │ ├── patch-lib_Driver_ToolChains_NetBSD.cpp │ │ ├── patch-lib_Frontend_InitPreprocessor.cpp │ │ └── patch-lib_Interpreter_IncrementalParser.cpp │ └── specification ├── ed │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── fuse2 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ ├── messages-primary-freebsd.ucl │ │ └── scripts-tools-linux.ucl │ ├── freebsd │ │ ├── patch-lib_helper.c │ │ ├── patch-lib_mount__bsd.c │ │ ├── patch-lib_mount__util.c │ │ └── patch-lib_mount__util.h │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-lib_mount__bsd.c │ │ └── patch-support-closefrom │ └── specification ├── kf6-kauth │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── miniupnpc │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── miniupnpc.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ └── patch-setup.py │ └── specification ├── perl-5.42 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── perl-man.conf.in │ ├── freebsd │ │ ├── patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm │ │ ├── patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm │ │ └── patch-hints_freebsd.sh │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Configure │ │ ├── patch-Makefile.SH │ │ ├── patch-cpan_DB__File_Makefile.PL │ │ ├── patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm │ │ ├── patch-cpan_ExtUtils-Install_t_Install.t │ │ ├── patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm │ │ ├── patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t │ │ ├── patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm │ │ ├── patch-hints_linux.sh │ │ ├── patch-hints_netbsd.sh │ │ ├── patch-hints_solaris__2.sh │ │ ├── patch-perl.c │ │ └── patch-t_porting_customized.dat │ └── specification ├── perl-Algorithm-IRCSRP2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-TokenBucket │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-DateTime-TimeZone │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-File-Slurper │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Sub-Info │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-bcrypt │ ├── crates.list │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── setup.py │ ├── specification │ └── specification.template ├── python-mysql-connector-python │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-nornir │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pyrsistent │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── vbindiff │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_A2 ├── R-clock │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── gtkdatabox │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── freebsd │ │ ├── patch-gtk_gtkdatabox.c │ │ └── patch-gtk_gtkdatabox__ruler.c │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── inkscape │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_CMakeLists.txt │ │ ├── patch-src_path-prefix.cpp │ │ └── patch-src_util_font-discovery.cpp │ └── specification ├── keepassxc │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-src_autotype_CMakeLists.txt │ │ └── patch-src_core_Alloc.cpp │ └── specification ├── oniguruma │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ └── plist.primary │ └── specification ├── perl-Capture-Tiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Clone │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── special.mk │ └── specification ├── perl-HTTP-Server-Simple │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Mail-DKIM │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-lib-abs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-FormEncode │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-celery │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-ghp-import │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netbox-ddns │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-scikit-build │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-sphinxcontrib-qthelp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── unrtf │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_A3 ├── R-manipulateWidget │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── atkmm16 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── erlang │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── epmd.in │ │ └── messages-primary.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-erts_emulator_nifs_common_prim__tty__nif.c │ │ ├── patch-erts_etc_unix_run__erl.c │ │ ├── patch-lib_crypto_c__src_Makefile.in │ │ ├── patch-lib_erl__interface_src_connect_ei__resolve.c │ │ ├── patch-lib_stdlib_src_calendar.erl │ │ └── patch-make_output.mk.in │ └── specification ├── gsettings-desktop-schemas │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── libmspub │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-src_lib_MSPUBMetaData.h │ └── specification ├── megatools │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Apache-Htpasswd │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-HTTP-XSHeaders │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-XSHeaders.xs │ │ └── patch-util.c │ └── specification ├── php85-intl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-nose │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── scons │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-SCons_Tool_____init____.py │ │ ├── patch-SCons_Tool_gnulink.py │ │ └── patch-SCons_Tool_m4.py │ └── specification ├── socat │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── socat-instances.conf.sample │ │ └── socat.in │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-fdname.c │ │ ├── patch-filan.c │ │ └── patch-xio-ip.c │ └── specification └── xorg-font-adobe-utopia-type1 │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_A4 ├── R-dplyr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-gtable │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-quantreg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ada-markdown │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── aspell-bn │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── glfw │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── json-c │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── libb2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-configure.ac │ └── specification ├── libclc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-CMakeLists.txt │ └── specification ├── perl-Crypt-OpenSSL-Random │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-HTTP-Headers-Fast │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-Patricia │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-File │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Unicode-EastAsianWidth │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-XML-SAX-Expat │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── php85-pdo_odbc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-flake8-import-order │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-requests-oauthlib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-resolvelib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-sniffio │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── toxic │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ ├── patches │ ├── patch-Makefile │ └── patch-src_main.c │ └── specification ├── bucket_A5 ├── R-tinytex │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── dconf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-docs_meson.build │ │ └── patch-tests_meson.build │ └── specification ├── gmake │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── kf6-kguiaddons │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── langkit │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-zz-replace-pipes-with-shlex │ └── specification ├── libjxl │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-GD │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-MaxMind-DB-Common │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Wx-Scintilla │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-fix-stc-with-gcc6 │ ├── specification │ └── specification.manual ├── php83-ctype │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-ftp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-fontMath │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-setuptools-rust │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-ronn-ng │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── patches │ └── patch-ronn-ng.gemspec │ └── specification ├── bucket_A6 ├── R-dtt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-gdata │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-polyclip │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── dos2unix │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification ├── perl-Alien-CFITSIO │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-alienfile │ ├── specification │ └── specification.manual ├── perl-Sereal-Decoder │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── premake │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── python-progressbar │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-childprocess │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── xorg-xpr │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-xsetroot │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_A7 ├── R-ISOcodes │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-whisker │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aalib │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── dragonfly │ │ ├── patch-src_aafire.c │ │ └── patch-src_aarender.c │ ├── freebsd │ │ ├── patch-src_aafire.c │ │ └── patch-src_aarender.c │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── midnightbsd │ │ ├── patch-src_aafire.c │ │ └── patch-src_aarender.c │ ├── patches │ │ ├── patch-configure │ │ ├── patch-doc_aalib.texinfo │ │ ├── patch-ltconfig │ │ ├── patch-src_Makefile.in │ │ ├── patch-src_aacurses.c │ │ ├── patch-src_aaint.h │ │ ├── patch-src_aalib.h │ │ ├── patch-src_aalinuxkbd.c │ │ └── patch-src_aaprintf.c │ └── specification ├── gstreamer1-plugins-srt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-ext_webrtc_meson.build │ │ └── patch-sys_va_meson.build │ └── specification ├── langkit_support │ ├── descriptions │ │ ├── desc.bindings │ │ ├── desc.modules │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.bindings │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-langkit_support_langkit__support.gpr │ │ └── patch-zz-replace-pipes-with-shlex │ └── specification ├── libgpg-error │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-src_spawn-posix.c │ └── specification ├── patchelf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Math-Random-ISAAC-XS │ ├── block_meta_recommends │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-fs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pybind11 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── tidy │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_A8 ├── R-graphlayouts │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-miscTools │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-rjson │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── babl │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── ede │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.wallpapers │ ├── distinfo │ ├── files │ │ └── messages-primary.ucl │ ├── manifests │ │ ├── plist.primary │ │ └── plist.wallpapers │ ├── patches │ │ ├── patch-Jamfile │ │ ├── patch-Jamrules │ │ ├── patch-build_Program.jam │ │ ├── patch-configure │ │ ├── patch-data_Jamfile │ │ ├── patch-ede-keyboard-conf_ede-keyboard-conf.cpp │ │ ├── patch-ede-panel_Jamfile │ │ ├── patch-ede__bug__tools_ede-crasher_CrashDialog.cpp │ │ ├── patch-ede__desktop_Wallpaper.cpp │ │ └── patch-evoke_Jamfile │ └── specification ├── gstreamer1-plugins-jpeg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libftdi │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ └── patch-src_ftdi.c │ └── specification ├── msgpack │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-Crypt-Rijndael │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-CUPS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-fix-with-cups-filters-v2 │ ├── specification │ └── specification.manual ├── perl-Number-Format │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-POSIX-strftime-Compiler │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-URI-cpan │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netbox-gateways │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-setuptools-git-ls-files │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-gettext-setup │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_A9 ├── aspell-sv │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── goom │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── hyphen │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── libobjc2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-objcxx__eh.h │ └── specification ├── libraqm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── libtasn1 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Carp-Clan │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-HTML-Element-Extended │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Math-GSL-Alien │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Module-Manifest │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-OpenGL │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── patches │ │ ├── patch-Makefile.PL │ │ └── patch-gl_util.c │ ├── specification │ └── specification.manual ├── perl-XML-Parser-Style-EasyTree │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-YAML-LibYAML │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pytokens │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-trytond-account-invoice │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qemu │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── dragonfly │ │ ├── patch-hw-ppc_newworld.c │ │ ├── patch-hw_ppc_mac__oldworld.c │ │ └── patch-util_coroutine-ucontext.c │ ├── files │ │ ├── messages-primary.ucl │ │ ├── qemu-ifdown.sample │ │ └── qemu-ifup.sample │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-bsd-user_freebsd_os-sys.c │ │ ├── patch-meson.build │ │ ├── patch-net_tap-bsd.c │ │ ├── patch-roms_u-boot_include_compiler.h │ │ ├── patch-roms_u-boot_lib_bch.c │ │ └── patch-util_meson.build │ └── specification ├── ruby-railties │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── texi2html │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-doc__Makefile.in │ └── specification └── wxWidgets30 │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.nls │ └── plist.primary │ ├── patches │ ├── patch-configure │ ├── patch-setup.h.in │ ├── patch-src_common_translation.cpp │ ├── patch-src_stc_scintilla_src_Editor.cxx │ ├── patch-src_unix_fswatcher__kqueue.cpp │ └── patch-utils_wxrc_Makefile.in │ └── specification ├── bucket_AA ├── fonts-VTCGoblinHand-ttf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── openpam │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-bin_su_su.c │ │ ├── patch-lib_libpam_openpam__configure.c │ │ ├── patch-lib_libpam_openpam__constants.c │ │ ├── patch-lib_libpam_openpam__dynamic.c │ │ └── patch-lib_libpam_openpam__ttyconv.c │ └── specification ├── perl-JSON-XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Pod-Coverage │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Pod-Coverage │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── pipewire │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-spa_include_spa_utils_endian.h │ │ ├── patch-spa_include_spa_utils_json-pod.h │ │ ├── patch-spa_include_spa_utils_string.h │ │ ├── patch-spa_plugins_filter-graph_filter-graph.c │ │ ├── patch-spa_plugins_meson.build │ │ ├── patch-spa_plugins_support_cpu.c │ │ ├── patch-spa_plugins_support_logger.c │ │ ├── patch-spa_plugins_v4l2_v4l2-utils.c │ │ ├── patch-spa_tests_stress-ringbuffer.c │ │ ├── patch-src_modules_module-netjack2-manager.c │ │ ├── patch-src_modules_module-protocol-pulse_message-handler.c │ │ ├── patch-src_modules_module-protocol-pulse_utils.c │ │ ├── patch-src_modules_module-rt.c │ │ ├── patch-src_modules_module-rtp-sap.c │ │ ├── patch-src_modules_module-rtp-source.c │ │ ├── patch-src_modules_module-vban-recv.c │ │ ├── patch-src_modules_network-utils.h │ │ ├── patch-src_pipewire_buffers.c │ │ ├── patch-src_pipewire_conf.c │ │ ├── patch-src_pipewire_impl-node.c │ │ ├── patch-src_pipewire_mem.c │ │ ├── patch-src_pipewire_pipewire.c │ │ ├── patch-src_pipewire_pipewire.h │ │ ├── patch-src_pipewire_private.h │ │ ├── patch-src_pipewire_thread.c │ │ └── patch-test_test-functional.c │ └── specification ├── python-amqp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-meson-python │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── python-python3-openid │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_AB ├── ART │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── R-multcomp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── cpu-microcode-intel │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── messages-single.ucl │ │ └── ucode-split.c │ ├── manifests │ │ └── plist.single │ └── specification ├── frotz │ ├── descriptions │ │ ├── desc.dumb │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dumb │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ └── patch-fonts_Makefile │ └── specification ├── jbigkit │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-libjbig_Makefile │ │ ├── patch-pbmtools_Makefile │ │ └── patch-warnings │ └── specification ├── mtr │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-ui_cmdpipe.h │ └── specification ├── perl-DateTime-Locale │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Hook-LexWrap │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-NetAddr-IP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Text-FindIndent │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-tokenizer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-filelock │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pathspec │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── spatialindex │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── szip │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-configure │ └── specification ├── tig │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── xorg-font-bh-lucidatypewriter-75dpi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── xorg-xfont2 │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_AC ├── R-glmnet │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── R-lpSolve │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-pkgload │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── firefox │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── firefox.desktop.in │ │ ├── messages-single.ucl │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ ├── netbsd │ │ └── patch-toolkit_mozapps_installer_packager.mk │ ├── patches │ │ ├── patch-addon-search │ │ ├── patch-browser_app_nsBrowserApp.cpp │ │ ├── patch-bug1504834_comment5 │ │ ├── patch-bug1659612 │ │ ├── patch-bug1874059 │ │ ├── patch-bug1876366 │ │ ├── patch-bug847568 │ │ ├── patch-build_autoconf_config.guess │ │ ├── patch-build_gn__processor.py │ │ ├── patch-env-api-keys │ │ ├── patch-image_imgFrame.h │ │ ├── patch-ipc_chromium_src_base_platform__thread__posix.cc │ │ ├── patch-ipc_chromium_src_base_process__util__posix.cc │ │ ├── patch-ipc_glue_GeckoChildProcessHost.cpp │ │ ├── patch-ipc_glue_SharedMemoryPlatform__posix.cpp │ │ ├── patch-js_public_Utility.h │ │ ├── patch-media_ffvpx_libavutil_cpu.c │ │ ├── patch-media_libcubeb_src_cubeb__jack.cpp │ │ ├── patch-modules_fdlibm_src_math__private.h │ │ ├── patch-mozglue_misc_SSE.h │ │ ├── patch-mozglue_static_rust_lib.rs │ │ ├── patch-pipewire_init │ │ ├── patch-security_sandbox_chromium_build_build__config.h │ │ ├── patch-testing_mozbase_mozinfo_mozinfo_mozinfo.py │ │ ├── patch-third__party_chromium_build_build__config.h │ │ ├── patch-third__party_dav1d_src_mem.h │ │ ├── patch-third__party_rust_mtu_build.rs │ │ ├── patch-third__party_rust_mtu_src_bsd.rs │ │ ├── patch-third__party_rust_quinn-udp_src_unix.rs │ │ ├── patch-third__party_sqlite3_ext_sqlite-vec_sqlite-vec.c │ │ ├── patch-third__party_sqlite3_src_moz.build │ │ ├── patch-toolkit_components_protobuf_src_google_protobuf_stubs_port.h │ │ ├── patch-toolkit_library_gen__buildid.py │ │ ├── patch-toolkit_system_unixproxy_moz.build │ │ ├── patch-toolkit_xre_nsEmbedFunctions.cpp │ │ └── patch-tools_profiler_core_platform.cpp │ └── specification ├── glade │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── gstreamer1-plugins-a52dec │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── kf6-kbookmarks │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── krb5 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── kpropd.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.examples │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-clients_ksu_Makefile.in │ │ ├── patch-config__pre.in │ │ ├── patch-config_shlib.conf │ │ ├── patch-include_gssrpc_rpc.h │ │ ├── patch-kprop_kproplog.c │ │ ├── patch-lib-krb5-os-localaddr.c │ │ ├── patch-lib_crypto_builtin_aes_brg__endian.h │ │ ├── patch-lib_kdb_kdb__log.c │ │ ├── patch-lib_krad_packet.c │ │ └── patch-util_et_Makefile.in │ └── specification ├── libEMF │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ ├── patch-include_libEMF_wine_winnt.h │ │ └── patch-libemf_libemf.cpp │ └── specification ├── menu-cache │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── pyside6 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-sources_pyside6_cmake_Macros_PySideModules.cmake │ └── specification ├── python-regex │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── raptor │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-src_raptor__libxml.c │ │ └── patch-src_sort__r.h │ └── specification ├── robin-map │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── sdl1_image │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_AD ├── R-markdown │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-uz │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── fetch │ ├── descriptions │ │ ├── desc.primary.library │ │ └── desc.primary.std │ ├── distinfo │ ├── manifests │ │ ├── plist.dev.library │ │ ├── plist.man.library │ │ ├── plist.man.std │ │ ├── plist.primary.library │ │ └── plist.primary.std │ └── specification ├── lapack │ ├── descriptions │ │ ├── desc.blas │ │ ├── desc.lapack │ │ └── desc.lapacke │ ├── distinfo │ ├── manifests │ │ ├── plist.blas │ │ ├── plist.lapack │ │ └── plist.lapacke │ └── specification ├── libuv │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.am │ │ ├── patch-configure.ac │ │ └── patch-fix-build-on-netbsd │ └── specification ├── perl-App-cpanminus │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Math-Int64 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-xmlwriter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-GitPython │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-cffi117 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-cffsubr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-pyproject.toml │ │ └── patch-setup.py │ ├── specification │ └── specification.manual ├── qt5-qtimageformats │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-src_plugins_imageformats_jp2_qjp2handler.cpp │ └── specification └── shiboken6 │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ ├── patches │ ├── patch-cmake_ShibokenHelpers.cmake │ ├── patch-data_shiboken6.pc.in │ ├── patch-libshiboken_helper.cpp │ ├── patch-libshiboken_helper.h │ └── patch-libshiboken_signature_signature__globals.cpp │ └── specification ├── bucket_AE ├── R-generics │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-lexicon │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-ku │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gengetopt │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-configure │ └── specification ├── gstreamer1-plugins-webp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-ext_webrtc_meson.build │ │ └── patch-sys_va_meson.build │ └── specification ├── heme │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libzen │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-Algorithm-CouponCode │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-nb-service │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qt5-qtscript │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── ruby-racc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── tinyxml2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── uclcmd │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-uclcmd.h │ │ └── patch-uclcmd__common.c │ └── specification └── xorg-xcalc │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_AF ├── R-Deriv │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── c-ares │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── ftgl │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-src_FTVectoriser.cpp │ └── specification ├── gtest │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── klavaro │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── libatomic_ops │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── libevdev │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-libevdev_libevdev-uinput.c │ │ ├── patch-libevdev_libevdev.c │ │ ├── patch-meson.build │ │ ├── patch-tools_mouse-dpi-tool.c │ │ └── patch-tools_touchpad-edge-detector.c │ └── specification ├── perl-CGI │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-DBD-CSV │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-mypy-extensions │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pyclipper │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── re2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification └── ruby-actionmailbox │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_B0 ├── R-dygraphs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ayatana-ido │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── hare │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-MooseX-Meta-TypeConstraint-ForceCoercion │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-ctype │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-build │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-orjson │ ├── crates.list │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.template ├── ruby-orm_adapter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── stella │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ ├── patch-src_lib_sqlite_source_sqlite3.c │ │ └── patch-src_os_unix_SerialPortUNIX.cxx │ └── specification └── xclip │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_B1 ├── R-DiagrammeR │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-pbkrtest │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-shiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── cpmtools │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Algorithm-FEC │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-fec__imp.h │ └── specification ├── perl-Algorithm-Simplex │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Class-Inspector │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Math-Combinatorics │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-XML-LibXML │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── scripts-single.ucl.in │ ├── specification │ └── specification.manual ├── perl-strictures │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-pgsql │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-coreschema │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-markdown-it-py │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-python-memcached │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── xorg-cf-files │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── MidnightBSD.cf │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-DragonFly.cf │ │ ├── patch-FreeBSD.cf │ │ ├── patch-Imake.rules │ │ ├── patch-Imake.tmpl │ │ ├── patch-Library.tmpl │ │ ├── patch-linux.cf │ │ ├── patch-lnxLib.rules │ │ ├── patch-sun.cf │ │ ├── patch-sv4Lib.rules │ │ └── patch-svr4.cf │ └── specification ├── xorg-xkbutils │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-xwd │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_B2 ├── R-forecast │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-rematch │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ctags │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── specification │ └── sunos │ │ ├── patch-misc_packcc_packcc.c │ │ └── patch-peg_varlink__pre.h ├── docbook-to-man │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-Instant_Makefile │ │ ├── patch-Instant_main.c │ │ ├── patch-Instant_tptregexp_regerror.c │ │ ├── patch-Instant_tptregexp_regexp.c │ │ ├── patch-Instant_tptregexp_regsub.c │ │ ├── patch-Instant_tptregexp_strerror.c │ │ ├── patch-Instant_translate.h │ │ ├── patch-Transpec_Makefile │ │ └── patch-cmd_Makefile │ └── specification ├── gstreamer1-plugins-soup │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── id3lib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-CVE-2007-4460 │ │ ├── patch-Makefile.in │ │ ├── patch-configure │ │ ├── patch-examples_demo__convert.cpp │ │ ├── patch-examples_demo__copy.cpp │ │ ├── patch-examples_demo__info.cpp │ │ ├── patch-examples_demo__tag.cpp │ │ ├── patch-include_id3_globals.h │ │ ├── patch-include_id3_id3lib__strings.h │ │ ├── patch-include_id3_writers.h │ │ ├── patch-io_helpers.cpp │ │ ├── patch-src_Makefile.in │ │ ├── patch-src_field__string__unicode.cpp │ │ └── patch-src_mp3__parse.cpp │ └── specification ├── lua-mpack │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Algorithm-Bucketizer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-FeatureSelection │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-TSort │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Crypt-RC4 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-IPC-Run │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-PPIx-EditorTools │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-PerlIO-via-Timeout │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-httpcore │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netbox-config-backup │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── vala │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ ├── patches │ ├── patch-vapi_glib-2.0.vapi │ └── patch-vapi_libpq.vapi │ └── specification ├── bucket_B3 ├── R-data.tree │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-xml2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── aspell-cy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gnupg │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── scripts-primary.ucl │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── gtkmm40 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libnatpmp │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-Makefile │ └── specification ├── linux-api-headers │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── meson │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-mesonbuild_cmake_toolchain.py │ │ ├── patch-mesonbuild_compilers_mixins_clike.py │ │ ├── patch-mesonbuild_compilers_mixins_gnu.py │ │ ├── patch-mesonbuild_envconfig.py │ │ ├── patch-mesonbuild_environment.py │ │ ├── patch-mesonbuild_linkers_linkers.py │ │ ├── patch-mesonbuild_modules_pkgconfig.py │ │ ├── patch-mesonbuild_scripts_depfixer.py │ │ └── patch-mesonbuild_scripts_symbolextractor.py │ └── specification ├── perl-Starlink-AST │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-shmop │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-Werkzeug │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-anyio │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-mdit-py-plugins │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-xcb-util-cursor │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ ├── patches │ ├── patch-cursor__shape_to_id.gperf │ └── patch-cursor_cursor.h │ └── specification ├── bucket_B4 ├── R-rappdirs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-rlang │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-gv │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── cc65 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── cgal │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── cgit │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── maim │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── mozjs140 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-build_autoconf_config.guess │ │ ├── patch-build_moz.configure_init.configure │ │ └── patch-testing_mozbase_mozinfo_mozinfo_mozinfo.py │ └── specification ├── perl-Data-Dump │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-IP-Country │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-DNS-Resolver-Mock │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Class │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-XString │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-sentry-sdk │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-toml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-trytond-account-product │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-font-sony-misc │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_B5 ├── gexiv2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── gnatcoll-bindings │ ├── descriptions │ │ ├── desc.cpp │ │ ├── desc.gmp │ │ ├── desc.iconv │ │ ├── desc.lzma │ │ ├── desc.python3 │ │ ├── desc.readline │ │ ├── desc.syslog │ │ ├── desc.zlib │ │ └── desc.zstd │ ├── distinfo │ ├── files │ │ ├── gen_gpr.sh │ │ └── gnatcoll_template.gpr │ ├── manifests │ │ ├── plist.cpp │ │ ├── plist.dev │ │ ├── plist.gmp │ │ ├── plist.iconv │ │ ├── plist.lzma │ │ ├── plist.python3 │ │ ├── plist.readline │ │ ├── plist.syslog │ │ └── plist.zlib │ ├── patches │ │ └── patch-python3_gnatcoll__python.gpr │ └── specification ├── libdvbpsi │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libnsgif │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libressl │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-crypto_compat_arc4random.c │ │ └── patch-m4_check-os-options.m4 │ └── specification ├── perl-Data-Visitor │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Module-CPANTS-Analyse │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-rich │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-e3-core │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── build_rlimit.sh.in │ ├── manifests │ │ └── plist.single │ └── specification ├── python-loguru │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-netbox-maintenancecontract-plugin │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-psautohint │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── slang │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-configure │ └── specification └── xorg-iceauth │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_B6 ├── R-S7 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-bibtex │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-git2r │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── R-parallelly │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── gts │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── kf6-solid │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libcaca │ ├── descriptions │ │ ├── desc.bindpython │ │ ├── desc.bindruby │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.bindpython │ │ ├── plist.bindruby │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-caca_dither.c │ │ ├── patch-configure.ac │ │ ├── patch-examples_font.c │ │ └── patch-fix-CVE-2022-0856 │ └── specification ├── libdbi-drivers │ ├── descriptions │ │ ├── desc.primary.mysql │ │ ├── desc.primary.pgsql │ │ └── desc.primary.sqlite │ ├── distinfo │ ├── manifests │ │ ├── plist.docs.mysql │ │ ├── plist.docs.pgsql │ │ ├── plist.docs.sqlite │ │ ├── plist.primary.mysql │ │ ├── plist.primary.pgsql │ │ └── plist.primary.sqlite │ ├── patches │ │ └── patch-Makefile.in │ └── specification ├── libvterm │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── libxslt │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── specification │ └── sunos │ │ ├── patch-CMakeLists.txt │ │ └── patch-libxslt_libxslt.syms ├── p11-kit │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-common_compat.c │ │ ├── patch-common_message.c │ │ ├── patch-p11-kit_lists.c │ │ └── patch-p11-kit_rpc-server.c │ └── specification ├── perl-Algorithm-Interval2Prefix │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Most │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-ddt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-django-prometheus │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-mkdocs-autorefs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-sip │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── utf8cpp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── wpa_supplicant │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── dragonfly │ ├── patch-wpa__supplicant_Makefile │ ├── patch-wpa__supplicant_main.c │ └── patch-wpa__supplicant_wpa__supplicant.c │ ├── files │ ├── Packet32.c │ ├── Packet32.h │ ├── messages-single.ucl.in │ └── ntddndis.h │ ├── freebsd │ ├── patch-wpa__supplicant_Makefile │ ├── patch-wpa__supplicant_main.c │ └── patch-wpa__supplicant_wpa__supplicant.c │ ├── manifests │ └── plist.single │ ├── midnightbsd │ ├── patch-wpa__supplicant_Makefile │ ├── patch-wpa__supplicant_main.c │ └── patch-wpa__supplicant_wpa__supplicant.c │ ├── netbsd │ ├── patch-wpa__supplicant_Makefile │ ├── patch-wpa__supplicant_main.c │ └── patch-wpa__supplicant_wpa__supplicant.c │ ├── patches │ ├── patch-src_drivers_driver__ndis.c │ ├── patch-src_l2__packet_l2__packet__freebsd.c │ ├── patch-src_wps_wps__upnp.c │ └── patch-wpa__supplicant_wpa__priv.c │ └── specification ├── bucket_B7 ├── R-ggraph │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-googledrive │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-padr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── desktop-file-utils │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── scripts-primary.ucl.in │ │ └── triggers-primary.ucl.in │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── flac │ ├── descriptions │ │ ├── desc.cxx │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.cxx │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Algorithm-Diff-Any │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Module-Compile │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-XML-SAX-Base │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── postgis │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── python-Sphinx │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-coreapi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-jmespath │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-sgmllib3k │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-deep_merge │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── wavpack │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification └── xorg-100dpi-fonts │ ├── descriptions │ └── desc.single │ └── specification ├── bucket_B8 ├── R-NLP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aunit │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.examples │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification ├── mate-polkit │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── perl-ExtUtils-CChecker │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-distro │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-python-netbox │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qscintilla │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── redis │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── messages-single.ucl.in │ │ ├── redis.in │ │ └── sentinel.in │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-deps-linenoise-Makefile │ │ ├── patch-deps_hiredis_Makefile │ │ ├── patch-redis.conf │ │ ├── patch-src-lua_cjson.c │ │ ├── patch-src_Makefile │ │ ├── patch-src_mkreleasehdr.sh │ │ └── patch-src_zmalloc.h │ ├── specification │ └── sunos │ │ └── patch-deps_hiredis_net.c ├── ruby-faraday-httpclient │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── texlive-bin │ ├── descriptions │ │ ├── desc.bibtex │ │ ├── desc.context │ │ ├── desc.docs │ │ ├── desc.engine_hitex │ │ ├── desc.engine_luatex │ │ ├── desc.engine_pdftex │ │ ├── desc.engine_xetex │ │ ├── desc.primary │ │ ├── desc.synctex │ │ ├── desc.tlmgr │ │ ├── desc.utils │ │ └── desc.xindy │ ├── distinfo │ ├── files │ │ ├── messages-primary.ucl │ │ ├── pdftoepdf-poppler0.76.0.cc │ │ ├── pdftosrc-poppler0.76.0.cc │ │ └── special.mk │ ├── manifests │ │ ├── plist.bibtex │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.engine_hitex │ │ ├── plist.engine_luatex │ │ ├── plist.engine_pdftex │ │ ├── plist.engine_xetex │ │ ├── plist.man │ │ ├── plist.primary │ │ ├── plist.synctex │ │ ├── plist.tlmgr │ │ └── plist.utils │ ├── patches │ │ ├── patch-texk_dvisvgm_dvisvgm-src_src_DVIActions.hpp │ │ ├── patch-texk_dvisvgm_dvisvgm-src_src_Pair.hpp │ │ ├── patch-texk_kpathsea_texmf.cnf │ │ ├── patch-texk_web2c_Makefile.in │ │ └── patch-texk_web2c_luatexdir_luaffi_ffi.h │ └── specification └── xorg-sgml-doctools │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_B9 ├── R-Rdpack │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-future.apply │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-gower │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-rw │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── fossil │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libotr │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-configure │ └── specification ├── libpcap │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ └── patch-configure │ └── specification ├── openssl30 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-util_perl_OpenSSL_config.pm │ └── specification ├── perl-Algorithm-ContextVector │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MIME-Types │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── pgplot │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── CMakeLists.txt │ │ ├── drivers.list │ │ ├── drivers_CMakeLists.txt │ │ ├── examples_CMakeLists.txt │ │ ├── fonts_CMakeLists.txt │ │ ├── grexec.f │ │ ├── pgdispd_CMakeLists.txt │ │ ├── src_CMakeLists.txt │ │ └── sys_CMakeLists.txt │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ └── plist.primary │ ├── patches │ │ ├── patch-64bit-drivers │ │ ├── patch-pgdispd_figcurs.c │ │ ├── patch-pgdispd_getvisuals.c │ │ ├── patch-pgdispd_initlgwin.c │ │ └── patch-pgdispd_proccom.c │ └── specification ├── python-configobj │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-importlib-metadata │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── rexima │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification ├── ruby-marcel │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-rails-html-sanitizer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── sdl1_sound │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_BA ├── R-servr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-pl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── cups │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ ├── cups │ │ ├── cups.conf.sample │ │ ├── cupsd.in │ │ └── scripts-tools.ucl │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-backend_socket.c │ │ ├── patch-backend_usb-libusb.c │ │ ├── patch-conf_mime.convs.in │ │ ├── patch-configure │ │ ├── patch-cups_getifaddrs-internal.h │ │ ├── patch-cups_transcode.c │ │ ├── patch-scheduler_auth.c │ │ ├── patch-scheduler_client.c │ │ ├── patch-scheduler_cups-driverd.cxx │ │ └── patch-scheduler_subscriptions.c │ └── specification ├── fontforge │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-fontforge_splinefont.h │ └── specification ├── fribidi │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── fribidi-config │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-fribidi.pc.in │ └── specification ├── perl-Algorithm-Cron │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-RectanglesContainingDot_XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-IO-String │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-sqlite3 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-text-unidecode │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-http_parser.rb │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-rainbow │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── scrypt │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-configure │ └── specification ├── tree-sitter │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification └── xorg-xi │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_BB ├── R-tokenizers │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── apq-pgsql │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-src_notices.c │ │ └── patch-src_numeric.c │ └── specification ├── aspell-fa │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── clucene │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-src__contribs-lib__CLucene__analysis__cjk__CJKAnalyzer.h │ │ ├── patch-src__contribs-lib__CLucene__analysis__de__GermanStemmer.cpp │ │ ├── patch-src__contribs-lib__CLucene__highlighter__Highlighter.cpp │ │ ├── patch-src__contribs-lib__CLucene__highlighter__WeightedTerm.cpp │ │ ├── patch-src__contribs-lib__CLucene__snowball__Snowball.cpp │ │ ├── patch-src__contribs-lib__CLucene__snowball__SnowballAnalyzer.h │ │ ├── patch-src__contribs-lib__CLucene__snowball__libstemmer__libstemmer.c │ │ ├── patch-src__contribs-lib__CMakeLists.txt │ │ ├── patch-src__core__CLucene__analysis__AnalysisHeader.cpp │ │ ├── patch-src__core__CLucene__index__DocumentsWriter.cpp │ │ ├── patch-src__core__CLucene__index__DocumentsWriterThreadState.cpp │ │ ├── patch-src__core__CLucene__index__IndexFileDeleter.cpp │ │ ├── patch-src__core__CLucene__index__IndexWriter.cpp │ │ ├── patch-src__core__CLucene__index__IndexWriter.h │ │ ├── patch-src__core__CLucene__index__TermInfosReader.cpp │ │ ├── patch-src__core__CLucene__queryParser__QueryParser.cpp │ │ ├── patch-src__core__CLucene__queryParser__QueryParserTokenManager.cpp │ │ ├── patch-src__core__CLucene__queryParser__legacy__Lexer.cpp │ │ ├── patch-src__core__CLucene__search__ConstantScoreQuery.cpp │ │ ├── patch-src__core__CLucene__store__FSDirectory.cpp │ │ ├── patch-src__core__CLucene__store__IndexInput.cpp │ │ ├── patch-src__core__CLucene__util__BitSet.cpp │ │ ├── patch-src__core__CLucene__util__BitSet.h │ │ ├── patch-src__core__CLucene__util__MD5Digester.cpp │ │ ├── patch-src__core__CLucene__util__VoidMap.h │ │ ├── patch-src__core__CMakeLists.txt │ │ ├── patch-src__core__libclucene-core.pc.cmake │ │ ├── patch-src__shared__CLucene__LuceneThreads.h │ │ ├── patch-src__shared__CMakeLists.txt │ │ └── patch-src__shared__cmake__CheckHashmaps.cmake │ └── specification ├── dosbox │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── kf6-kcalendarcore │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libmng │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libsass │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── openntpd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-configure │ └── specification ├── python-macaddress │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-searchkick │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── rvn │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_BC ├── R-litedown │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-usethis │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── jansson │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── kf6-breeze-icons │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libart-trinity │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libedit │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_chartype.h │ │ ├── patch-src_sys.h │ │ ├── patch-src_terminal.c │ │ ├── patch-src_terminal.h │ │ └── patch-src_vis.c │ └── specification ├── libmad │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── mad.pc.in │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-Alien-wxWidgets │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Getopt-Usaginator │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Taint │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-pgsql │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-Mako │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-asn1crypto │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-beniget │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-evdev │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-evdev_genecodes__c.py │ │ ├── patch-evdev_input.c │ │ ├── patch-evdev_uinput.c │ │ └── patch-setup.py │ ├── specification │ └── specification.manual ├── python-promise │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-python-dateutil │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-rq-scheduler │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-xmltodict │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ravensys-root-midnightbsd_amd64 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── midnightbsd.mk │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ └── specification ├── yelp │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-po_LINGUAS │ └── specification └── zig │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ ├── patches │ ├── patch-build.zig │ └── patch-lib_std_zig_LibCInstallation.zig │ └── specification ├── bucket_BD ├── R-callr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── docbook2X │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-IO-Tty │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-String-RewritePrefix │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Fork │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Unicode-UTF8 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-pdo_dblib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-drf-yasg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-itypes │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-libpass │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-stevedore │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-faraday-em_http │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-net-http-persistent │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── xorg-font-arabic-misc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── xorg-xrandr │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_BE ├── R-progressr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-tsfeatures │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-waldo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-mg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── atkmm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── findutils │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.man.std │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.primary.std │ ├── patches │ │ ├── patch-configure │ │ ├── patch-gl_lib_localename.c │ │ ├── patch-gnulib-lib-fdopendir.c │ │ ├── patch-gnulib-tests_localename.c │ │ └── patch-locate__updatedb.sh │ └── specification ├── libical │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-src_libical_icaltz-util.c │ └── specification ├── libpsl │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── libspectre │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libvdpau │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── lua54 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── lua-5.4.pc.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-src_Makefile │ │ └── patch-src__liolib.c │ └── specification ├── perl-Algorithm-Kmeanspp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-Makefile.PL │ └── specification ├── php84-pdo_sqlite │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-sockets │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-tokenizer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-PyAudio │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-netbox-vpn-plugin │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-spin │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── rpcbind │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── ruby-nio4r │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── z80pack │ ├── descriptions │ ├── desc.images │ └── desc.primary │ ├── distinfo │ ├── files │ ├── messages-primary.ucl │ └── runcpm │ ├── manifests │ ├── plist.docs │ ├── plist.images │ └── plist.primary │ └── specification ├── bucket_BF ├── R-RcppRoll │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-desc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-openssl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-src_ssl.c │ ├── specification │ └── specification.manual ├── R-readr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-sp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── docbook-xsl │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ └── plist.primary │ ├── patches │ │ └── patch-lib_lib.xsl │ └── specification ├── icon-naming-utils │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libmwaw │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── lumina-coreutils │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-src-qt5_OS-detect.pri │ └── specification ├── lutok │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.examples │ │ └── plist.primary │ └── specification ├── pango │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── perl-Algorithm-Easing │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Font-TTF │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Types-Serialiser │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-yaml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-click-repl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-jsonpointer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-junos-eznc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-requests-cache │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-vine │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-rake │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── ruby-sys-filesystem │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_C0 ├── apq-odbc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-src_odbc__lib.c │ │ └── patch-src_odbc__lib.h │ └── specification ├── aspell-nds │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── kf6-kcontacts │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── perl-Algorithm-Permute │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Cpanel-JSON-XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-File-Listing │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-async-timeout │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-statmake │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── rdesktop │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ ├── patch-ssl.c │ │ └── patch-xwin.c │ └── specification ├── slime │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── messages-primary.ucl.in │ ├── manifests │ │ └── plist.primary │ └── specification ├── xorg-font-jis-misc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── xorg-x11perf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── xorg-xinerama │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── ytnef │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_C1 ├── aspell-da │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── aspell-wa │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── binutils │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-bfd_config.bfd │ │ ├── patch-bfd_elfnn-aarch64.c │ │ ├── patch-bfd_elfxx-x86.c │ │ └── patch-include__safe-ctype.h │ └── specification ├── gperf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libzip │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Algorithm-VectorClocks │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Devel-Hide │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Text-WrapI18N │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-xsl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netbox-qrcode │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-prometheus-client │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── sed │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man.ravensys │ │ ├── plist.man.std │ │ ├── plist.nls │ │ ├── plist.primary.ravensys │ │ └── plist.primary.std │ ├── patches │ │ └── patch-gnulib-tests_localename.c │ └── specification └── zip-ada │ ├── descriptions │ ├── desc.primary │ ├── desc.tests │ └── desc.tools │ ├── distinfo │ ├── files │ └── zip-ada.gpr │ ├── manifests │ ├── plist.dev │ ├── plist.examples │ ├── plist.primary │ ├── plist.tests │ └── plist.tools │ ├── patches │ └── patch-zipada__lib.gpr │ └── specification ├── bucket_C2 ├── R-miniUI │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-uuid │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-ru │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── lumina-textedit │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-src-qt5_OS-detect.pri │ └── specification ├── perl-ExtUtils-HasCompiler │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Text-Glob │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-WebService-MusicBrainz │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-gmp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-ansible │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-pyeapi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── uacme │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── messages-primary.ucl.in │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── xorg-mkfontscale │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── xorg-xaw │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-xkill │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_C3 ├── R-PerformanceAnalytics │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-it │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── audiofile │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-01_gcc6 │ │ ├── patch-02_hurd │ │ ├── patch-03_CVE-2015-7747 │ │ ├── patch-04_clamp-index-values-to-fix-index-overflow-in-IMA.cpp │ │ ├── patch-05_Always-check-the-number-of-coefficients │ │ ├── patch-06_Check-for-multiplication-overflow-in-MSADPCM-decodeSam │ │ ├── patch-07_Check-for-multiplication-overflow-in-sfconvert │ │ ├── patch-08_Fix-signature-of-multiplyCheckOverflow.-It-returns-a-b │ │ ├── patch-09_Actually-fail-when-error-occurs-in-parseFormat │ │ ├── patch-10_Check-for-division-by-zero-in-BlockCodec-runPull │ │ ├── patch-11_CVE-2018-13440 │ │ ├── patch-12_CVE-2018-17095 │ │ └── patch-configure │ └── specification ├── bezitopo │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-test.cpp │ └── specification ├── libyuv │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── libyuv.pc.in │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-CMakeLists.txt │ └── specification ├── minizip │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-contrib_minizip_ioapi.h │ └── specification ├── perl-Guard │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-temple │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-driver-video-vmware │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ ├── patches │ └── patch-src_vmware.c │ └── specification ├── bucket_C4 ├── discount │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.samples │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.samples │ └── specification ├── frozen │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-include_frozen_bits_pmh.h │ └── specification ├── gstreamer1-plugins-modplug │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-ext_webrtc_meson.build │ │ └── patch-sys_va_meson.build │ └── specification ├── perl-Algorithm-GenerateSequence │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Devel-PartialDump │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-File-Which │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Logic-Minimizer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-SGMLSpm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-String-Util │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Requires │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Tie-IxHash │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-xml │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-compat.c │ └── specification ├── pigz │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── python-exceptiongroup │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-prompt-toolkit │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby34 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.rdoc │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure.ac │ │ ├── patch-ext_socket_ipsocket.c │ │ ├── patch-lib_mkmf.rb │ │ ├── patch-lib_rdoc_encoding.rb │ │ └── patch-tool_mkconfig.rb │ └── specification ├── sfml │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-cmake_Config.cmake │ │ ├── patch-cmake_Macros.cmake │ │ ├── patch-include_SFML_Config.hpp │ │ ├── patch-src_SFML_Window_CMakeLists.txt │ │ ├── patch-src_SFML_Window_FreeBSD_JoystickImpl.cpp │ │ ├── patch-src_SFML_Window_FreeBSD_JoystickImpl.hpp │ │ └── patch-src_SFML_Window_JoystickImpl.hpp │ └── specification ├── xfce │ ├── descriptions │ │ └── desc.single │ └── specification └── zstd │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ ├── patches │ ├── patch-Makefile │ ├── patch-lib_Makefile │ └── patch-programs_Makefile │ └── specification ├── bucket_C5 ├── aspell-csb │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── aspell-ia │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gpgme │ ├── descriptions │ │ ├── desc.cpp │ │ ├── desc.cppdev │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── gtkada │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-configure │ │ ├── patch-docs_Makefile │ │ └── patch-gtkada__shared.gpr.in │ └── specification ├── i3 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-libi3_get__exe__path.c │ │ └── patch-src_log.c │ └── specification ├── kf6-kiconthemes │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libmnl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-File-Share │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-GSSAPI │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-psutils │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-tqdm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-xdg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── sdl2_net │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── testdisk │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── xorg-cyrillic-fonts │ ├── descriptions │ │ └── desc.single │ └── specification └── xorg-drivers │ ├── descriptions │ └── desc.single │ └── specification ├── bucket_C6 ├── R-riingo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── libssh2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libtheora │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile.in │ └── specification ├── libvncserver │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-src_libvncserver_main.c │ └── specification ├── perl-Hash-MultiValue │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-LibIDN │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-PPI │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Spreadsheet-XLSX │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-TimeDate │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-exif │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-graphene-django │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── re2c │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── unibilium │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-xres │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_C7 ├── R-assertthat │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-infer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── argon2 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-Makefile │ └── specification ├── perl-Alien-Base-ModuleBuild │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MooX-Types-MooseLike │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Stream-Buffered │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-RequiresInternet │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-XML-SAX │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-Makefile.PL │ └── specification ├── php84-pcntl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-napalm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-packaging │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-pyserial │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pytkdocs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-ffi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── specification │ └── specification.manual └── ruby-multipart-post │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_C8 ├── bash │ ├── descriptions │ │ ├── desc.loadables │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.loadables │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-config-top.h │ │ ├── patch-doc_bash.1 │ │ ├── patch-doc_bashref.texi │ │ ├── patch-examples_loadables_Makefile.in │ │ ├── patch-examples_loadables_fdflags.c │ │ ├── patch-examples_loadables_finfo.c │ │ ├── patch-lib_readline_rlprivate.h │ │ ├── patch-lib_readline_terminal.c │ │ ├── patch-lib_termcap_ltcap.h │ │ └── patch-support_shobj-conf │ ├── specification │ └── sunos │ │ └── patch-configure ├── geany-plugins │ ├── descriptions │ │ ├── desc.addons │ │ ├── desc.autoclose │ │ ├── desc.automark │ │ ├── desc.bookmarks │ │ ├── desc.codenav │ │ ├── desc.commander │ │ ├── desc.debugger │ │ ├── desc.defineformat │ │ ├── desc.geanyctags │ │ ├── desc.geanydoc │ │ ├── desc.geanyextrasel │ │ ├── desc.geanygendoc │ │ ├── desc.geanyinsertnum │ │ ├── desc.geanylua │ │ ├── desc.geanymacro │ │ ├── desc.geanyminiscript │ │ ├── desc.geanypg │ │ ├── desc.geanyprj │ │ ├── desc.geanyvc │ │ ├── desc.geniuspaste │ │ ├── desc.gitchangebar │ │ ├── desc.keyrecord │ │ ├── desc.latex │ │ ├── desc.lineoperations │ │ ├── desc.lipsum │ │ ├── desc.lsp │ │ ├── desc.markdown │ │ ├── desc.overview │ │ ├── desc.pohelper │ │ ├── desc.pretty_printer │ │ ├── desc.projectorg │ │ ├── desc.scope │ │ ├── desc.sendmail │ │ ├── desc.shiftcolumn │ │ ├── desc.spellcheck │ │ ├── desc.tableconvert │ │ ├── desc.taghighlighter │ │ ├── desc.treebrowser │ │ ├── desc.updatechecker │ │ ├── desc.vimode │ │ ├── desc.webhelper │ │ ├── desc.workbench │ │ └── desc.xmlsnippets │ ├── distinfo │ ├── manifests │ │ ├── plist.addons │ │ ├── plist.autoclose │ │ ├── plist.automark │ │ ├── plist.bookmarks │ │ ├── plist.codenav │ │ ├── plist.commander │ │ ├── plist.debugger │ │ ├── plist.defineformat │ │ ├── plist.docs │ │ ├── plist.geanyctags │ │ ├── plist.geanydoc │ │ ├── plist.geanyextrasel │ │ ├── plist.geanygendoc │ │ ├── plist.geanyinsertnum │ │ ├── plist.geanylua │ │ ├── plist.geanymacro │ │ ├── plist.geanyminiscript │ │ ├── plist.geanypg │ │ ├── plist.geanyprj │ │ ├── plist.geanyvc │ │ ├── plist.geniuspaste │ │ ├── plist.gitchangebar │ │ ├── plist.keyrecord │ │ ├── plist.latex │ │ ├── plist.lineoperations │ │ ├── plist.lipsum │ │ ├── plist.lsp │ │ ├── plist.markdown │ │ ├── plist.nls │ │ ├── plist.overview │ │ ├── plist.pohelper │ │ ├── plist.pretty_printer │ │ ├── plist.projectorg │ │ ├── plist.scope │ │ ├── plist.sendmail │ │ ├── plist.shiftcolumn │ │ ├── plist.spellcheck │ │ ├── plist.tableconvert │ │ ├── plist.taghighlighter │ │ ├── plist.treebrowser │ │ ├── plist.updatechecker │ │ ├── plist.vimode │ │ ├── plist.webhelper │ │ ├── plist.workbench │ │ └── plist.xmlsnippets │ └── specification ├── git-lfs │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── messages-primary.ucl │ │ └── modules.txt │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── specification │ └── specification.template ├── gtk4 │ ├── descriptions │ │ ├── desc.icon_cache │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.icon_cache │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-gdk_loaders_gdkpng.c │ │ └── patch-gtk_roaring_roaring.h │ └── specification ├── kf6-karchive │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── kf6-ktextwidgets │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libhubbub │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── mypaint-brushes1 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Algorithm-ConsistentHash-JumpHash │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-DimReduction │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Image-ExifTool │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Fatal │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-xsl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-Django │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-click-plugins │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-flake8-builtins │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-flit-core │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-jsonargparse │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-mini_portile2 │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_C9 ├── R-randomForest │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-ca │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gmid │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── gmid.conf.sample.in │ │ └── gmid.in │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── lmdb │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ └── patch-mdb.c │ └── specification ├── perl-Algorithm-RectanglesContainingDot │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Class-Tiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Data-CosineSimilarity │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-IO-Socket-Timeout │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-pdo_mysql │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-exif │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-pdo_dblib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-wrapt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-activestorage │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── xorg-driver-video-ati │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ ├── patches │ └── patch-configure │ └── specification ├── bucket_CA ├── accountsservice │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-generate-version.sh │ │ ├── patch-meson.build │ │ ├── patch-meson__post__install.py │ │ ├── patch-src_meson.build │ │ └── patch-src_wtmp-helper.c │ └── specification ├── aspell-am │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── glpk │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── gzip │ ├── attic │ │ └── patch-lib_config.hin │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-lib_config.hin │ └── specification ├── libcroco │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ ├── patch-csslint_csslint.c │ │ ├── patch-fix-CVE-2020-12825 │ │ └── patch-tests_test5-main.c │ └── specification ├── libnsfb │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-Makefile │ │ └── patch-src_plot.h │ └── specification ├── libressl-devel │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-crypto_compat_arc4random.c │ │ └── patch-m4_check-os-options.m4 │ └── specification ├── liveMedia │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ ├── config.fixed-freebsd │ │ └── config.fixed-linux │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-MooX-Options │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Pod-Spell │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-activerecord │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── speexdsp │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.docs │ └── plist.primary │ └── specification ├── bucket_CB ├── apr1 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── freebsd │ │ └── patch-poll_unix_kqueue.c │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-configure │ └── specification ├── cairomm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── gsfonts │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Algorithm-Graphs-TransitiveClosure │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-CryptX │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Graph-RandomPath │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-importlib-resources │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pyproject_hooks │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-netrc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-pg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby-rspec-mocks │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── slop │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── snowball │ ├── descriptions │ │ ├── desc.libstemmer_c │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.libstemmer_c │ │ └── plist.primary │ ├── patches │ │ ├── patch-GNUmakefile │ │ └── patch-libstemmer_symbol.map │ └── specification └── xorg-font-bh-100dpi │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_CC ├── R-RcppArmadillo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-leaflet │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── booch95 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ └── patch-bc.gpr │ └── specification ├── perl-Encode-Detect │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-File-Map │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-List-SomeUtils │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Pod-Abstract │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-PyNaCl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-scikit-build-core │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── texstudio │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── xorg-bdftopcf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-font-misc-cyrillic │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_CD ├── GraphicsMagick │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ └── patch-configure │ └── specification ├── R-statmod │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── autoselect-ssl │ ├── descriptions │ │ └── desc.single │ ├── files │ │ ├── LICENSE_ISC │ │ ├── Makefile │ │ └── autoselect.c.in │ ├── manifests │ │ └── plist.single │ └── specification ├── gnatcoll-core │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ ├── patch-core_gnatcoll__core.gpr.py │ │ ├── patch-gnatcoll__core.gpr │ │ ├── patch-src_os_unix_libc-wrappers.c │ │ └── patch-src_os_unix_process-wrappers.c │ └── specification ├── hunspell-pt_BR │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── kphotoalbum │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-scripts_open-raw.pl │ └── specification ├── libdrm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-amdgpu_amdgpu__cs.c │ │ ├── patch-amdgpu_amdgpu__device.c │ │ ├── patch-include_drm_drm.h │ │ ├── patch-intel_intel__bufmgr__gem.c │ │ ├── patch-intel_test__decode.c │ │ ├── patch-libsync.h │ │ ├── patch-tests_drmdevice.c │ │ ├── patch-tests_modetest_meson.build │ │ ├── patch-tests_nouveau_meson.build │ │ ├── patch-tests_nouveau_threaded.c │ │ ├── patch-xf86drm.c │ │ ├── patch-xf86drm.h │ │ ├── patch-xf86drmMode.c │ │ └── patch-xf86drmMode.h │ └── specification ├── libftdi1 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-cmake__FindUSB1.cmake │ │ └── patch-src_ftdi.c │ └── specification ├── libmanette │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-src_meson.build │ └── specification ├── libotf │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Inline-C │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-PadWalker │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-CPAN-Meta │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-backrefs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-filetype │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-gunicorn │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-pygit2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── python-transitions │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_CE ├── R-hardhat │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── gnatcross-sysroot-freebsd │ ├── descriptions │ │ ├── desc.single.AMD64_R12 │ │ ├── desc.single.ARM64_R11 │ │ └── desc.single.I386_R12 │ ├── distinfo │ ├── manifests │ │ ├── plist.single.AMD64_R12 │ │ ├── plist.single.ARM64_R11 │ │ └── plist.single.I386_R12 │ └── specification ├── help2man │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── librevenge │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── msgpack-cxx │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Context-Preserve │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── postgresql18 │ ├── descriptions │ │ ├── desc.client │ │ ├── desc.contrib │ │ ├── desc.plperl │ │ ├── desc.plpython │ │ ├── desc.pltcl │ │ └── desc.server │ ├── distinfo │ ├── files │ │ ├── 502.pgsql.in │ │ └── postgresql.in │ ├── manifests │ │ ├── plist.client │ │ ├── plist.contrib │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ ├── plist.plperl │ │ ├── plist.plpython │ │ ├── plist.pltcl │ │ └── plist.server │ ├── patches │ │ ├── patch-meson.build │ │ └── patch-src_backend_utils_misc_postgresql.conf.sample │ └── specification ├── python-django-tagging │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-invoke │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-reline │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-sprockets │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── smpeg │ ├── descriptions │ ├── desc.primary │ └── desc.tools │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ ├── plist.primary │ └── plist.tools │ ├── patches │ └── patch-configure.in │ └── specification ├── bucket_CF ├── json-glib │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── lame │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libcmis │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-inc_libcmis_xml-utils.hxx │ │ └── patch-src_libcmis_xml-utils.cxx │ └── specification ├── lua-zlib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── lua53 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── lua-5.3.pc.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-src_Makefile │ │ └── patch-src__liolib.c │ └── specification ├── perl-Algorithm-AdaBoost │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-annotated-types │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-click-log │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-net-ssh │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── ruby-rails │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── bucket_D0 ├── R-tseries │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── cargo-c │ ├── crates.list │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── specification │ └── specification.template ├── fast_float │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gsl │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-ieee-utils__fp.c │ └── specification ├── lua-sec │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── mypaint-brushes │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── nasm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-doc_Makefile.in │ └── specification ├── oath-toolkit │ ├── descriptions │ │ ├── desc.pam │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.pam │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── popt │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── python-polib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-simplejson │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python313 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.sqlite │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.sqlite │ ├── patches │ │ ├── patch-Include_py__curses.h │ │ ├── patch-Makefile.pre.in │ │ ├── patch-Modules_timemodule.c │ │ └── patch-configure │ └── specification ├── ravensys-root-sunos │ ├── descriptions │ │ └── desc.single.std │ ├── distinfo │ ├── files │ │ ├── group.initial │ │ ├── passwd.initial │ │ ├── special.mk │ │ └── sunos.mk │ ├── manifests │ │ └── plist.single │ └── specification ├── ruby-faraday-patron │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-fontutil │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_D1 ├── gtk-murrine-engine │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-add-missing-function-declarations │ └── specification ├── libdeflate │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── opencollada │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h │ │ ├── patch-COLLADABaseUtils_include_COLLADABUPlatform.h │ │ ├── patch-COLLADABaseUtils_include_COLLADABUhash__map.h │ │ ├── patch-DAEValidator_CMakeLists.txt │ │ ├── patch-DAEValidator_library_src_DaeValidator.cpp │ │ ├── patch-DAEValidator_library_src_XmlDoc.cpp │ │ ├── patch-common_libBuffer_include_CommonFWriteBufferFlusher.h │ │ └── patch-common_libBuffer_src_CommonFWriteBufferFlusher.cpp │ └── specification ├── pcre │ ├── descriptions │ │ ├── desc.cpp │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.cpp │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Devel-Refactor │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Unicode-String │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── precomp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-contrib_liblzma_rangecoder_range__encoder.h │ └── specification ├── python-et-xmlfile │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qt6-qtquick3d │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-src_3rdparty_assimp_src_contrib_unzip_ioapi.c │ └── specification ├── qt6-qtquicktimeline │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification └── stterm │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── files │ └── st.desktop │ ├── manifests │ ├── plist.man │ └── plist.primary │ ├── patches │ └── patch-Makefile │ └── specification ├── bucket_D2 ├── R-bindr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-rbibutils │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── adabase │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── aspell-eo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── hexcurse │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── kf6-kdoctools │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── kmod │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-meson.build │ └── specification ├── nspr │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-config_nspr.pc.in │ │ ├── patch-configure │ │ ├── patch-libtests │ │ ├── patch-pr_include_md___dragonfly.cfg │ │ ├── patch-pr_include_md___dragonfly.h │ │ ├── patch-pr_include_md___freebsd.h │ │ ├── patch-pr_include_md___pth.h │ │ ├── patch-pr_include_md_prosdep.h │ │ ├── patch-pr_src_md_unix_uxrng.c │ │ ├── patch-pr_src_misc_prnetdb.c │ │ ├── patch-pr_src_pthreads_ptio.c │ │ ├── patch-pr_src_pthreads_ptsynch.c │ │ ├── patch-tests │ │ └── patch-warnings │ └── specification ├── parole │ ├── descriptions │ │ ├── desc.nls │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-src_plugins_mpris2_mpris2-provider.c │ └── specification ├── perl-Algorithm-Knap01DP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-Search │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-AnyEvent-HTTP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-YAML-Tiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-red-datasets │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_D3 ├── R-lubridate │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── agrep │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-agrephlp.c │ │ ├── patch-bitap.c │ │ ├── patch-checkfil.c │ │ ├── patch-codepage.c │ │ ├── patch-compat.c │ │ ├── patch-maskgen.c │ │ ├── patch-newmgrep.c │ │ ├── patch-parse.c │ │ ├── patch-putils.c │ │ ├── patch-re.h │ │ ├── patch-recursiv.c │ │ └── patch-sgrep.c │ └── specification ├── db18 │ ├── descriptions │ │ ├── desc.cxx │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.cxx │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-dist_configure │ │ └── patch-src_dbinc_mutex__int.h │ └── specification ├── fonts-anonymous-pro │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── iso-codes │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── libconfuse │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-fix-CVE-2022-40320 │ └── specification ├── libdispatch │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-avoid-libkqueue │ └── specification ├── pekwm-themepack │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-PPIx-Regexp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Sort-Naturally │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-pdo_pgsql │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-bleach │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-netbox-acls │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── python-rpds-py │ ├── crates.list │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.template ├── bucket_D4 ├── R-haven │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── R-ids │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── gn │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-build_gen.py │ │ ├── patch-src_gn_args.cc │ │ ├── patch-src_gn_version.h │ │ ├── patch-src_util_build__config.h │ │ └── patch-src_util_exe__path.cc │ └── specification ├── gnugrep │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── mate-themes │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Dancer2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-HTML-Parser │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-POSIX-strptime │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Needs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-filter │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-pdo_pgsql │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-humanize │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netbox-network-importer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-pleaserun │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── ruby-puppet │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_D5 ├── check │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-CMakeLists.txt │ └── specification ├── gnatcross-bootstrap │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-libstdc++-v3_include_tr1_special__function__util.h │ └── specification ├── gstreamer1-plugins-wavpack │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── lua-bitop │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Devel-Symdump │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-File-Find-Rule │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Sub-Override │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Text-Unidecode │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-booleanOperations │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-js-asset │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xvkbd │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ ├── patches │ ├── patch-Imakefile │ ├── patch-xvkbd.c │ └── patch-xvkbd.man │ └── specification ├── bucket_D6 ├── R-magrittr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-sc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gstreamer1-plugins-ogg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-ext_ogg_meson.build │ └── specification ├── gstreamer1-plugins-theora │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-ext_theora_meson.build │ │ └── patch-tools_meson.build │ └── specification ├── gstreamer1-plugins-xvideo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-sys_ximage_meson.build │ │ └── patch-tools_meson.build │ └── specification ├── libnspsl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── mbedtls │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Text-VisualWidth │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Web-Scraper │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-libwww-perl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-breathe │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-graphviz │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── xbrightness │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── zxcvbn-c │ ├── descriptions │ ├── desc.primary │ └── desc.tools │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.primary │ └── plist.tools │ ├── patches │ └── patch-makefile │ └── specification ├── bucket_D7 ├── R-sourcetools │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── filezilla │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-src_interface_Mainfrm.h │ └── specification ├── gprbuild │ ├── descriptions │ │ ├── desc.gprlib │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.examples │ │ ├── plist.gprlib │ │ └── plist.primary │ ├── patches │ │ ├── patch-bootstrap.sh │ │ ├── patch-gpr_gpr.gpr │ │ ├── patch-gpr_src_gpr-compilation-protocol.adb │ │ ├── patch-gprconfig__kbase_db_compilers.xml │ │ ├── patch-gprconfig__kbase_db_gnat.xml │ │ ├── patch-gprconfig__kbase_db_linker.xml │ │ ├── patch-gprconfig__kbase_db_targetset.xml │ │ ├── patch-src_gprbuild-link.adb │ │ └── patch-src_gprlib.adb │ └── specification ├── harfbuzz │ ├── descriptions │ │ ├── desc.icu │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.icu │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── kyua │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tests │ ├── distinfo │ ├── files │ │ └── kyua.conf │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-os_freebsd_utils_jail.cpp │ └── specification ├── libcupsfilters │ ├── descriptions │ │ ├── desc.data │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.data │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ ├── patch-cupsfilters_filter_c │ │ ├── patch-cupsfilters_ghostscript.c │ │ └── patch-cupsfilters_testfilters.c │ └── specification ├── libnumbertext │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libusb-compat │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── lld │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-MachO_ExportTrie.cpp │ │ └── patch-MachO_InputFiles.cpp │ └── specification ├── patch │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man.noprefix │ │ ├── plist.man.std │ │ ├── plist.primary.noprefix │ │ └── plist.primary.std │ ├── patches │ │ ├── patch-lib_Makefile.in │ │ └── patch-lib_localcharset.c │ └── specification ├── perl-Algorithm-Networksort │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-IP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Parse-EDID │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Set-Object │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-dba │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-msgpack │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── wayland │ ├── descriptions │ ├── desc.primary │ └── desc.tools │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.primary │ └── plist.tools │ ├── patches │ ├── patch-meson.build │ └── patch-src_wayland-os.c │ └── specification ├── bucket_D8 ├── R-iterators │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-lazyeval │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-tune │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── enchant │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── ffmpeg6 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.examples │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-configure │ │ ├── patch-doc_Makefile │ │ ├── patch-libavformat_rtsp.c │ │ └── patch-libavutil_common.h │ └── specification ├── libiconv │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-include_iconv.h.in │ │ └── patch-src_Makefile.in │ └── specification ├── libopusenc │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ └── plist.primary │ └── specification ├── libupnp │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-upnp_src_genlib_net_uri_uri.c │ └── specification ├── openjdk │ ├── descriptions │ │ ├── desc.legal │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── messages-primary.ucl │ │ └── special.mk │ ├── manifests │ │ ├── plist.examples │ │ ├── plist.legal │ │ ├── plist.man │ │ └── plist.primary │ ├── netbsd │ │ ├── patch-src_hotspot_cpu_x86_sharedRuntime__x86__64.cpp │ │ ├── patch-src_hotspot_share_runtime_os.cpp │ │ └── patch-src_java.base_unix_native_libjava_path__util.c │ ├── patches │ │ ├── patch-make_autoconf_flags-cflags.m4 │ │ ├── patch-make_autoconf_libraries.m4 │ │ ├── patch-make_modules_java.desktop_lib_Awt2dLibraries.gmk │ │ ├── patch-src_java.desktop_share_native_libfontmanager_freetypeScaler.c │ │ └── patch-src_java.desktop_unix_native_libpipewire_include_spa_utils_string.h │ └── specification ├── perl-Config-INI-Tiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── php84-fpm.in │ │ └── scripts-dev.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-build_Makefile.global │ │ ├── patch-configure.ac │ │ ├── patch-ext_standard_proc__open.c │ │ ├── patch-sapi_apache2handler_config.m4 │ │ ├── patch-sapi_fpm_fpm_fpm__unix.c │ │ └── patch-sapi_fpm_www.conf.in │ └── specification ├── python-frozenlist │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-patch-ng │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── rpm │ ├── descriptions │ │ ├── desc.primary │ │ ├── desc.python │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ ├── plist.python │ │ └── plist.tools │ ├── patches │ │ ├── patch-build_rpmfc.c │ │ ├── patch-lib_header.c │ │ ├── patch-misc_fts.c │ │ ├── patch-tools_elfdeps.c │ │ └── patch-tools_rpmuncompress.c │ └── specification ├── ruby-mail │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-yard │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── bucket_D9 ├── R-ellipsis │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-future │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-sandwich │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── blogc │ ├── descriptions │ │ ├── desc.man │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── evdev-proto │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── dfly-input-event-codes.h │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-input.h │ │ └── patch-videodev2.h │ └── specification ├── graphite │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── kf6-kquickcharts │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── opencvs │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-File-Slurp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-NoWarnings │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-Automat │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-boto3 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netbox-app-systems │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── tcsh │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ ├── patches │ └── patch-tc.alloc.c │ └── specification ├── bucket_DA ├── R-readxl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-src_ColSpec.h │ │ └── patch-src_libxls_locale.c │ └── specification ├── autoselect-ruby │ ├── descriptions │ │ └── desc.single │ ├── files │ │ ├── LICENSE_ISC │ │ └── autoselect.c.in │ ├── manifests │ │ └── plist.single │ └── specification ├── jam │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ ├── patch-execunix.c │ │ ├── patch-fileunix.c │ │ ├── patch-jam.c │ │ ├── patch-jam.h │ │ ├── patch-make1.c │ │ ├── patch-mkjambase.c │ │ └── patch-parse.c │ └── specification ├── perl-Perl6-Export-Attrs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Sub-Identify │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-python-debian │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-sphinxcontrib-applehelp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-builder │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-loofah │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── bucket_DB ├── QR-Code-generator │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── Makefile │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-c_Makefile │ │ └── patch-cpp_Makefile │ └── specification ├── colord │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-lib_colord_cd-icc.c │ └── specification ├── libid3tag │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libkexiv2 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libmount │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-meson.build │ └── specification ├── libxklavier │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── lua-posix │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Lchown │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-kitchen │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-netmiko │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── qca │ ├── descriptions │ ├── desc.primary │ └── desc.tools │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.dev.qt6 │ ├── plist.man │ ├── plist.man.qt6 │ ├── plist.primary │ ├── plist.primary.qt6 │ ├── plist.tools │ └── plist.tools.qt6 │ └── specification ├── bucket_DC ├── R-eddington │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-rprojroot │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-mk │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── aspell-or │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── bash-completion │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── pkg-message.in │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-Makefile.am │ └── specification ├── netcdf │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Test-LongString │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pyparsing │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pytz │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-trytond-stock │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-yarl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qt6-qt5compat │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── siren │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── wget2 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-lib_libc-config.h │ └── specification └── zeromq │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ ├── patches │ ├── patch-configure │ ├── patch-src_platform.hpp.in │ └── patch-tests_testutil.hpp │ └── specification ├── bucket_DD ├── anet │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── extra-src_anet-sockets-inet.adb │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ └── patch-doc_doc.mk │ └── specification ├── gstreamer1 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-libs_gst_helpers_ptp_meson.build │ └── specification ├── libopenmpt │ ├── descriptions │ │ ├── desc.dev │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libssh │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── oed │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-main.c │ └── specification ├── perl-IPC-Run3 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Quantum-Superpositions │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-constantly │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-smmap │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-ufo2ft │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-version-utils │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qt5-qtxmlpatterns │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── ruby-avro │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── vte │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-meson.build │ │ ├── patch-src_app_app.cc │ │ ├── patch-src_dumpkeys.c │ │ ├── patch-src_libc-glue.hh │ │ ├── patch-src_mev.c │ │ ├── patch-src_missing.cc │ │ ├── patch-src_pty.cc │ │ ├── patch-src_vte.cc │ │ └── patch-src_widget.cc │ └── specification ├── xorg-driver-input-libinput │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xscreensaver │ ├── descriptions │ ├── desc.gl │ ├── desc.gtk │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.gl │ ├── plist.gtk │ ├── plist.man │ └── plist.primary │ ├── patches │ └── patch-utils_textclient.c │ └── specification ├── bucket_DE ├── ISO_8879 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── catalog │ ├── manifests │ │ └── plist.single │ └── specification ├── aspell-pa │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── cwm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-calmwm.c │ │ └── patch-kbfunc.c │ ├── specification │ └── sunos │ │ └── patch-parse.y ├── ffmpeg7 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.examples │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-configure │ │ ├── patch-doc_Makefile │ │ ├── patch-libavformat_rtsp.c │ │ └── patch-libavutil_common.h │ └── specification ├── gmrun │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-configure │ │ ├── patch-src__gtkcompletionline.cc │ │ ├── patch-src__gtkcompletionline.h │ │ ├── patch-src_ci__string.h │ │ ├── patch-src_main.cc │ │ └── patch-src_prefs.cc │ └── specification ├── gstreamer1-plugins-lame │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── hunspell-it │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libunistring │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ ├── patch-lib_unistdio_u16-u16-vasnprintf.c │ │ ├── patch-lib_unistr_u8-stpcpy.c │ │ └── patch-lib_vasnprintf.c │ └── specification ├── perl-HTTP-Negotiate │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-Pcap │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Shell-Guess │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Template-Toolkit │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-aiohappyeyeballs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-funcsigs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-graphql-relay │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-mkdocs-get-deps │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pyudev │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-bcrypt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-digest │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-simple_form │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-unf_ext │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_DF ├── lcov │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── mate-menus │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── perl-Canary-Stability │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-rjsmin │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── wget │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ ├── plist.nls │ └── plist.primary │ └── specification ├── bucket_E0 ├── cairo │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-meson.build │ └── specification ├── gstreamer1-plugins-resindvd │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-ext_webrtc_meson.build │ │ └── patch-sys_va_meson.build │ └── specification ├── lua-socket │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── Makefile │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-src_makefile │ └── specification ├── mupdf │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ └── plist.tools │ ├── patches │ │ ├── patch-Makerules │ │ ├── patch-Makethird │ │ ├── patch-source_fitz_crypt-sha2.c │ │ └── patch-source_fitz_load-jpx.c │ └── specification ├── musikcube │ ├── descriptions │ │ ├── desc.in_gme │ │ ├── desc.in_openmpt │ │ ├── desc.out_alsa │ │ ├── desc.out_pipewire │ │ ├── desc.out_portaudio │ │ ├── desc.out_sndio │ │ ├── desc.primary │ │ └── desc.server │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.in_gme │ │ ├── plist.in_openmpt │ │ ├── plist.out_alsa │ │ ├── plist.out_pipewire │ │ ├── plist.out_portaudio │ │ ├── plist.out_sndio │ │ ├── plist.primary │ │ └── plist.server │ ├── patches │ │ └── patch-src_musikcube_cursespp_cursespp_curses__config.h │ └── specification ├── ntl │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── perl-Algorithm-Partition │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-JSON │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Math-MatrixReal │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Time-timegm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-bz2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-blinker │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-cssutils │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── python-hyperlink │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_E1 ├── perl-Algorithm-C3 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-Toy-HashSC │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MooseX-Types-Common │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-curl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-websocket-driver │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── vim │ ├── descriptions │ │ ├── desc.primary.loaded │ │ ├── desc.primary.std │ │ └── desc.xxd │ ├── distinfo │ ├── manifests │ │ ├── plist.man.loaded │ │ ├── plist.man.std │ │ ├── plist.nls │ │ ├── plist.primary.loaded │ │ ├── plist.primary.std │ │ └── plist.xxd │ ├── patches │ │ ├── patch-src-installml.sh │ │ ├── patch-src_auto_configure │ │ ├── patch-src_feature.h │ │ ├── patch-src_osdef.sh │ │ ├── patch-src_osdef2.h.in │ │ └── patch-src_term.c │ └── specification └── yasm │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ ├── patches │ ├── patch-address-CVE-2023-30402 │ └── patch-address-CVE-2023-31975 │ └── specification ├── bucket_E2 ├── cfitsio │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-configure │ │ ├── patch-fitsio2.h │ │ └── patch-utilities_smem.c │ └── specification ├── perl-Algorithm-HyperLogLog │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-CLI-Osprey │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Class-Data-Inheritable │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Class-Multimethods │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Exporter-Lite │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Regexp-Common │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-jedi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-kani-fork-pynetbox │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-mccabe │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qt5-qttools │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification └── xterm │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── files │ └── messages-primary.ucl │ ├── manifests │ ├── plist.man │ └── plist.primary │ ├── patches │ └── patch-util.c │ └── specification ├── bucket_E3 ├── R-ini │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── cpu-microcode-amd │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── LICENSE │ │ └── messages-single.ucl │ ├── manifests │ │ └── plist.single │ └── specification ├── libunique │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── perl-Test-Differences │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-WWW-Form-UrlEncoded │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-ConfigArgParse │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-hatchling │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── quex │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── quex.sh │ ├── manifests │ │ └── plist.single │ └── specification ├── rtmidi │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── tcl86 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-generic-tclPort.h │ │ ├── patch-unix-tclUnixInit.c │ │ ├── patch-unix_Makefile.in │ │ ├── patch-unix_configure │ │ └── patch-unix_installManPage │ └── specification ├── tmux │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-osdep-dragonfly.c │ └── specification └── xorg-xmodmap │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_E4 ├── R-ddalpha │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-sets │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── gstreamer1-plugins-faac │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-ext_webrtc_meson.build │ │ └── patch-sys_va_meson.build │ └── specification ├── jq │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── mariadb106 │ ├── descriptions │ │ ├── desc.client │ │ └── desc.server │ ├── distinfo │ ├── files │ │ ├── client.cnf.sample.in │ │ ├── my.cnf.sample.in │ │ ├── mysql.in │ │ └── server.cnf.sample.in │ ├── manifests │ │ ├── plist.client │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.server │ ├── patches │ │ ├── patch-client_mysql.cc │ │ ├── patch-client_mysqltest.cc │ │ ├── patch-cmake_install__layout.cmake │ │ ├── patch-cmake_readline.cmake │ │ ├── patch-extra_readline_CMakeLists.txt │ │ ├── patch-libmariadb_libmariadb_secure_openssl__crypt.c │ │ ├── patch-mysys_my__default.c │ │ ├── patch-oqgraph-MDEV-15291 │ │ ├── patch-scripts_CMakeLists.txt │ │ ├── patch-scripts_mysql__config.sh │ │ ├── patch-scripts_mysqld__safe.sh │ │ ├── patch-scripts_wsrep__sst__mariabackup.sh │ │ ├── patch-sql_mysqld.cc │ │ ├── patch-storage_innobase_include_trx0trx.h │ │ ├── patch-storage_innobase_lz4.cmake │ │ ├── patch-storage_innobase_lzo.cmake │ │ ├── patch-storage_perfschema_pfs__global.cc │ │ ├── patch-storage_rocksdb_build__rocksdb.cmake │ │ ├── patch-storage_rocksdb_ha__rocksdb.cc │ │ ├── patch-storage_rocksdb_rdb__buff.h │ │ ├── patch-storage_rocksdb_rdb__io__watchdog.cc │ │ ├── patch-storage_rocksdb_rdb__io__watchdog.h │ │ ├── patch-storage_rocksdb_rocksdb_CMakeLists.txt │ │ ├── patch-storage_rocksdb_rocksdb_port_jemalloc__helper.h │ │ └── patch-storage_rocksdb_ut0counter.h │ └── specification ├── npth │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-configure │ └── specification ├── perl-DBD-SQLite │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-File-Type │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-IO-Socket-SSL │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Math-Cephes │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── special.mk │ └── specification ├── perl-Scope-Guard │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Software-License-CCpack │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-pdo_dblib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-future │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ravensys-root-freebsd_amd64 │ ├── descriptions │ │ └── desc.single.std │ ├── distinfo │ ├── files │ │ ├── freebsd.mk │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ └── specification ├── ruby-actionmailer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── vorbis-tools │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ ├── plist.nls │ └── plist.primary │ ├── patches │ ├── patch-ogg123_Makefile.in │ ├── patch-ogg123_status.c │ ├── patch-ogg123_vorbis__comments.c │ ├── patch-oggenc_lyrics.c │ └── patch-ogginfo_codec__skeleton.c │ └── specification ├── bucket_E5 ├── R-purrr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-visNetwork │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── adwaita-icon-theme │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-meson.build │ └── specification ├── aspell-tet │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── cups-filters │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── gimp │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── cp-plug-in-subfolder.py │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-libgimpconfig_gimpconfigwriter.c │ │ ├── patch-meson.build │ │ ├── patch-plug-ins_file-tiff_meson.build │ │ └── patch-plug-ins_python_python-eval.py │ └── specification ├── gstreamer1-plugins-dvdread │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── nmap │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-charpool.cc │ │ ├── patch-libdnet-stripped_src_arp-bsd.c │ │ ├── patch-libdnet-stripped_src_eth-bsd.c │ │ ├── patch-libdnet-stripped_src_intf.c │ │ ├── patch-liblinear_Makefile │ │ ├── patch-liblua_Makefile │ │ ├── patch-liblua__liolib.c │ │ └── patch-nmap.cc │ └── specification ├── pcmanfm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── perl-Devel-CheckLib │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Graph │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-HTTP-CookieJar │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-OpenGL-GLUT │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-Makefile.PL │ │ └── patch-utils_glversion.txt │ ├── specification │ └── specification.manual ├── perl-Parse-ExuberantCTags │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-common-sense │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-pdo_odbc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-opcache │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-jsonpickle │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-openapi-codec │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-requests-toolbelt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── sdl3 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ └── patch-include_SDL3_SDL__endian.h │ └── specification └── yelp-tools │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_E6 ├── R-XML │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── R-rgexf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── fontconfig │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── triggers-primary.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-meson.build │ │ ├── patch-src_fccfg.c │ │ ├── patch-src_fcint.h │ │ └── patch-src_fclang.c │ ├── specification │ └── specification.auto ├── gstreamer1-plugins-libav │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── kf6-kparts │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── mate-control-center │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-capplets_common_mate-theme-info.c │ │ ├── patch-capplets_system-info_mate-system-info.c │ │ └── patch-configure.ac │ └── specification ├── mate-notification-daemon │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── nano │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── perl-Commandable │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Log-Any │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-sockets │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pycryptodomex │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby-rest-client │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-xhost │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_E7 ├── gnu-efi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-Make.defaults │ │ └── patch-Makefile │ └── specification ├── libxfce4ui │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── libyaml │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-Net-SSLeay │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby-forwardable │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── xorg-docs │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.man │ └── specification ├── xorg-server │ ├── descriptions │ │ ├── desc.primary.nest │ │ ├── desc.primary.std │ │ ├── desc.primary.virtual │ │ └── desc.primary.xephyr │ ├── distinfo │ ├── dragonfly │ │ └── patch-config_udev.c │ ├── files │ │ ├── 20-evdev-kbd.conf │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev.std │ │ ├── plist.man.nest │ │ ├── plist.man.std │ │ ├── plist.man.virtual │ │ ├── plist.man.xephyr │ │ ├── plist.primary.nest │ │ ├── plist.primary.std │ │ ├── plist.primary.virtual │ │ └── plist.primary.xephyr │ ├── patches │ │ ├── patch-config_config-backends.h │ │ ├── patch-config_config.c │ │ ├── patch-config_devd.c │ │ ├── patch-config_meson.build │ │ ├── patch-configure │ │ ├── patch-hw_kdrive_ephyr_hostx.c │ │ ├── patch-hw_xfree86_common_xf86AutoConfig.c │ │ ├── patch-hw_xfree86_common_xf86Config.c │ │ ├── patch-hw_xfree86_common_xf86Globals.c │ │ ├── patch-hw_xfree86_common_xf86Xinput.c │ │ ├── patch-hw_xfree86_common_xf86str.h │ │ ├── patch-hw_xfree86_drivers_modesetting_driver.c │ │ ├── patch-hw_xfree86_meson.build │ │ ├── patch-hw_xfree86_os-support_bsd_bsd__init.c │ │ ├── patch-hw_xfree86_os-support_bsd_i386__video.c │ │ ├── patch-hw_xfree86_os-support_bsd_ppc__video.c │ │ ├── patch-hw_xfree86_os-support_meson.build │ │ ├── patch-hw_xfree86_os-support_solaris_sun__init.c │ │ ├── patch-hw_xfree86_os-support_xf86__OSlib.h │ │ ├── patch-hw_xfree86_xorg-wrapper.c │ │ ├── patch-include_meson.build │ │ ├── patch-os_backtrace.c │ │ └── patch-test_simple-xinit.c │ └── specification └── xorg-xt │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_E8 ├── R-R6 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-RUnit │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── libvips │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── freebsd │ │ └── patch-libvips_iofuncs_memory.c │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary.loaded │ │ └── plist.primary.std │ ├── midnightbsd │ │ └── patch-libvips_iofuncs_memory.c │ └── specification ├── perl-Algorithm-BreakOverlappingRectangles │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Dist-CheckConflicts │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-Jinja2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── qrencode │ ├── descriptions │ ├── desc.primary │ └── desc.tools │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ ├── plist.primary │ └── plist.tools │ └── specification ├── bucket_E9 ├── R-RgoogleMaps │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── autoconf-switch │ ├── descriptions │ │ └── desc.single │ ├── files │ │ └── autoconf │ ├── manifests │ │ └── plist.single │ └── specification ├── dbus-glib │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── dejagnu │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── gstreamer1-plugins-x265 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-ext_webrtc_meson.build │ │ └── patch-sys_va_meson.build │ └── specification ├── libcxx │ ├── descriptions │ │ ├── desc.abi │ │ ├── desc.experimental │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── CMakeLists.txt │ │ └── special.mk │ ├── manifests │ │ ├── plist.abi │ │ ├── plist.dev │ │ ├── plist.experimental │ │ └── plist.primary │ ├── patches │ │ ├── patch-projects_libcxx_include_____config │ │ ├── patch-projects_libcxx_include_____locale │ │ ├── patch-projects_libcxx_include_locale │ │ ├── patch-projects_libcxx_src_locale.cpp │ │ └── patch-projects_libcxxabi_src_CMakeLists.txt │ └── specification ├── libgltf │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── netsurf-buildsystem │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── dragonfly │ │ └── patch-makefiles_Makefile.tools │ ├── freebsd │ │ └── patch-makefiles_Makefile.tools │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-Makefile │ └── specification ├── perl-Devel-Declare │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Safe-Isa │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Smart-Comments │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-session │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php85-sysvshm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-numpy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-numpy_core_include_numpy_npy__math.h │ ├── specification │ └── specification.manual ├── python-python-sql │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-net-pop │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-polyamorous │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-ransack │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-zeitwerk │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── tint2 │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.docs │ ├── plist.man │ ├── plist.nls │ └── plist.primary │ ├── patches │ ├── patch-CMakeLists.txt │ └── patch-src_tint2conf_po_CMakeLists.txt │ └── specification ├── bucket_EA ├── R-bdsmatrix │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-recipes │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-reshape2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-systemfonts │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── docbook-xml-simple │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── catalog.in │ │ └── catalog.xml.in │ ├── manifests │ │ └── plist.single │ └── specification ├── hunspell-es │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── matio │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── mesa-demos │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.utils │ ├── distinfo │ ├── manifests │ │ ├── plist.primary │ │ └── plist.utils │ └── specification ├── pcsc-ada │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification ├── perl-Algorithm-CheckDigits │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-FastPermute │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MaxMind-DB-Reader-XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── php83-posix │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-nornir-rich │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-vobject │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── tinc │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── tincd.in │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── twolame │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-xdmcp │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_EB ├── R-cellranger │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-covr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-reprex │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-lv │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── ccache │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── Makefile.BSD.in │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-cmake_FindBlake3.cmake │ │ ├── patch-cmake_FindXxhash.cmake │ │ ├── patch-cmake_FindZstd.cmake │ │ └── patch-cmake_config.h.in │ └── specification ├── gstreamer1-plugins-chromaprint │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-ext_webrtc_meson.build │ │ └── patch-sys_va_meson.build │ └── specification ├── hunspell-pt_PT │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── memcached │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── memcached.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-configure │ └── specification ├── perl-Test-UseAllModules │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-sockets │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-addressable │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby-text │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── srt │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ └── patch-srtcore_threadname.h │ └── specification ├── uthash │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ └── specification ├── wv │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── xorg-setxkbmap │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-xtransproto │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_EC ├── R-tidyquant │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aqbanking │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── aspell-qu │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── clang │ ├── descriptions │ │ ├── desc.compiler │ │ ├── desc.dynlibs │ │ └── desc.extra │ ├── distinfo │ ├── manifests │ │ ├── plist.compiler │ │ ├── plist.dynlibs │ │ ├── plist.extra │ │ └── plist.man │ ├── patches │ │ ├── patch-lib_Basic_Targets_OSTargets.h │ │ ├── patch-lib_Driver_ToolChains_DragonFly.cpp │ │ ├── patch-lib_Driver_ToolChains_DragonFly.h │ │ ├── patch-lib_Driver_ToolChains_FreeBSD.cpp │ │ ├── patch-lib_Driver_ToolChains_FreeBSD.h │ │ ├── patch-lib_Driver_ToolChains_Gnu.cpp │ │ ├── patch-lib_Driver_ToolChains_Linux.cpp │ │ ├── patch-lib_Driver_ToolChains_NetBSD.cpp │ │ ├── patch-lib_Frontend_InitPreprocessor.cpp │ │ └── patch-lib_Interpreter_Interpreter.cpp │ └── specification ├── libGLU │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libfm-qt │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.lang │ │ └── plist.primary │ ├── patches │ │ └── patch-src_CMakeLists.txt │ └── specification ├── perl-Date-Simple │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Email-MIME │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-LibIDN2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-Twisted │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ravenadm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── sccache │ ├── crates.list │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ └── plist.primary │ ├── specification │ └── specification.template ├── shared-mime-info │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── triggers-primary.ucl.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-data_shared-mime-info-spec.xml │ │ ├── patch-meson.build │ │ └── patch-src_update-mime-database.cpp │ └── specification ├── unfs3-sunrpc │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-Config_Makefile.in │ │ ├── patch-Config_exports.l │ │ ├── patch-attr.c │ │ ├── patch-configure.ac │ │ ├── patch-fh.c │ │ ├── patch-fh.h │ │ ├── patch-md5.c │ │ ├── patch-nfs.c │ │ └── patch-nfs.h │ └── specification └── xorg-xv │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_ED ├── R-SQUAREM │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-lava │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-patchwork │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-praise │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-webshot │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── bindgen-cli │ ├── crates.list │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── specification │ └── specification.template ├── i3status │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-src_print__battery__info.c │ │ └── patch-src_print__disk__info.c │ └── specification ├── kf6-kglobalaccel │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libGD │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── makefonts │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-bdftogd │ │ ├── patch-gd_png.c │ │ └── patch-gdtest.c │ └── specification ├── ocl-icd │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-icd__generator.rb │ │ └── patch-ocl__icd__debug.h │ └── specification ├── perl-ExtUtils-PkgConfig │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── php84-sysvmsg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-locale │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── shadow │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── usb-modeswitch │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── veracrypt │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── files │ └── messages-primary-freebsd.ucl.in │ ├── manifests │ └── plist.primary │ └── specification ├── bucket_EE ├── Imath │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── OpenSP │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-Makefile.in │ │ ├── patch-RangeMap.h │ │ ├── patch-configure │ │ ├── patch-doc-Makefile.in │ │ └── patch-po-Makefile.in.in │ └── specification ├── R-plogr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── compiler-rt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-lib_fuzzer_FuzzerSHA1.cpp │ │ ├── patch-lib_sanitizer__common_sanitizer__platform__limits__freebsd.cpp │ │ └── patch-lib_sanitizer__common_sanitizer__platform__limits__netbsd.cpp │ └── specification ├── elftoolchain │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ ├── addr2line_CMakeLists.txt │ │ ├── brandelf_CMakeLists.txt │ │ ├── cxxfilt_CMakeLists.txt │ │ ├── elfdump_CMakeLists.txt │ │ ├── elftc_version.c.in │ │ ├── findtextrel_CMakeLists.txt │ │ ├── libdwarf_CMakeLists.txt │ │ ├── libelf_CMakeLists.txt │ │ ├── libelftc_CMakeLists.txt │ │ ├── libpe_CMakeLists.txt │ │ ├── nm_CMakeLists.txt │ │ ├── readelf_CMakeLists.txt │ │ ├── size_CMakeLists.txt │ │ ├── strings_CMakeLists.txt │ │ ├── sun_err.h │ │ └── top_CMakeLists.txt │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-common___elftc.h │ │ ├── patch-libelf___libelf__config.h │ │ ├── patch-libelftc_libelftc__dem__gnu3.c │ │ └── patch-readelf_readelf.c │ └── specification ├── giflib │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-doc_Makefile │ │ └── patch-tests_makefile │ └── specification ├── ixion │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.dev.libre │ │ ├── plist.primary │ │ └── plist.primary.libre │ └── specification ├── libayatana-indicator │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libmd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libtcod │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.samples │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libublio │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── Makefile │ │ ├── compile.sh │ │ └── libublio.pc.in │ ├── manifests │ │ └── plist.single │ └── specification ├── libvisual │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── mariadb1011 │ ├── descriptions │ │ ├── desc.client │ │ └── desc.server │ ├── distinfo │ ├── files │ │ ├── client.cnf.sample.in │ │ ├── my.cnf.sample.in │ │ ├── mysql.in │ │ └── server.cnf.sample.in │ ├── manifests │ │ ├── plist.client │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.server │ ├── patches │ │ ├── patch-client_mysql.cc │ │ ├── patch-client_mysqltest.cc │ │ ├── patch-cmake_install__layout.cmake │ │ ├── patch-cmake_libfmt.cmake │ │ ├── patch-cmake_readline.cmake │ │ ├── patch-extra_readline_CMakeLists.txt │ │ ├── patch-libmariadb_libmariadb_secure_openssl__crypt.c │ │ ├── patch-mysys_my__default.c │ │ ├── patch-oqgraph-MDEV-15291 │ │ ├── patch-scripts_CMakeLists.txt │ │ ├── patch-scripts_mysql__config.sh │ │ ├── patch-scripts_mysqld__safe.sh │ │ ├── patch-scripts_wsrep__sst__mariabackup.sh │ │ ├── patch-sql_mysqld.cc │ │ ├── patch-storage_innobase_include_trx0trx.h │ │ ├── patch-storage_perfschema_pfs__global.cc │ │ ├── patch-storage_rocksdb_build__rocksdb.cmake │ │ ├── patch-storage_rocksdb_ha__rocksdb.cc │ │ ├── patch-storage_rocksdb_rdb__buff.h │ │ ├── patch-storage_rocksdb_rdb__io__watchdog.cc │ │ ├── patch-storage_rocksdb_rdb__io__watchdog.h │ │ ├── patch-storage_rocksdb_rocksdb_CMakeLists.txt │ │ ├── patch-storage_rocksdb_rocksdb_port_jemalloc__helper.h │ │ └── patch-storage_rocksdb_ut0counter.h │ └── specification ├── microhttpd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification ├── openssh │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-configure.ac │ └── specification ├── perl-MooseX-LazyRequire │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── python-Babel │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── mac-patches │ └── patch-babel_localtime___unix.py │ ├── specification │ └── specification.manual ├── bucket_EF ├── arandr │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── gwenhywfar │ ├── descriptions │ │ ├── desc.gtk3 │ │ ├── desc.primary │ │ ├── desc.qt5 │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.gtk3 │ │ ├── plist.nls │ │ ├── plist.primary │ │ ├── plist.qt5 │ │ └── plist.tools │ ├── patches │ │ ├── patch-src_base_endianfns.h │ │ └── patch-src_os_portable__endian.h │ └── specification ├── perl-Alien-Build-Plugin-Cleanse-BuildDir │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Alien-Build-Plugin-Download-GitLab │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Digest-HMAC │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Net-SNMP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Syntax-Keyword-Match │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-TermReadKey │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-mkdocs-material-extensions │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-s3transfer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-drb │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-image_processing │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── words │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── files │ ├── LICENSE │ └── words.in │ ├── manifests │ ├── plist.docs │ └── plist.primary │ └── specification ├── bucket_F0 ├── R-chron │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-coda │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-lmtest │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-matrixStats │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-stopwords │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── copyq │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.lang │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── djvulibre │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── fonts-crosextra-carlito │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gnustep-base │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ ├── gdomap_if │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-Source_Additions_NSObject+GNUstepBase.m │ │ ├── patch-Source_GSString.m │ │ ├── patch-Source_NSObject.m │ │ └── patch-configure │ └── specification ├── libdisplay-info │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── librsvg │ ├── crates.list │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── specification │ └── specification.template ├── libseccomp │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── libsparkcrypto │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-Makefile │ │ ├── patch-build_build__libsparkcrypto.gpr │ │ └── patch-build_libsparkcrypto.gpr │ └── specification ├── mesa │ ├── descriptions │ │ ├── desc.drivers │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── 01-freebsd.conf │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.drivers │ │ └── plist.primary │ ├── patches │ │ ├── patch-meson.build │ │ ├── patch-src_amd_llvm_ac__llvm__build.h │ │ ├── patch-src_amd_vulkan_radv__device.c │ │ ├── patch-src_amd_vulkan_winsys_amdgpu_radv__amdgpu__cs.c │ │ ├── patch-src_egl_drivers_dri2_platform__wayland.c │ │ ├── patch-src_egl_main_eglglobals.c │ │ ├── patch-src_gallium_auxiliary_pipe-loader_pipe__loader__drm.c │ │ ├── patch-src_gallium_auxiliary_renderonly_renderonly.c │ │ ├── patch-src_gallium_drivers_llvmpipe_lp__scene.c │ │ ├── patch-src_gallium_drivers_vc4_vc4__bufmgr.c │ │ ├── patch-src_intel_common_intel__measure.c │ │ ├── patch-src_intel_compiler_brw__eu__validate.c │ │ ├── patch-src_intel_isl_isl.h │ │ ├── patch-src_intel_tools_aubinator__error__decode.c │ │ ├── patch-src_intel_tools_error2aub.c │ │ ├── patch-src_util_build__id.c │ │ ├── patch-src_util_libsync.h │ │ ├── patch-src_util_os__file.c │ │ ├── patch-src_util_os__memory__aligned.h │ │ ├── patch-src_util_strndup.h │ │ ├── patch-src_util_u__atomic.h │ │ ├── patch-src_util_u__math.h │ │ └── patch-src_util_u__thread.h │ ├── specification │ └── sunos │ │ ├── patch-src_gallium_targets_dri_meson.build │ │ ├── patch-src_gallium_targets_opencl_meson.build │ │ ├── patch-src_gallium_targets_osmesa_meson.build │ │ ├── patch-src_gallium_targets_pipe-loader_meson.build │ │ ├── patch-src_gallium_targets_va_meson.build │ │ ├── patch-src_gallium_targets_vdpau_meson.build │ │ ├── patch-src_gallium_targets_xa_meson.build │ │ ├── patch-src_gallium_targets_xvmc_meson.build │ │ ├── patch-src_gbm_meson.build │ │ └── patch-src_mesa_drivers_dri_meson.build ├── perl-Specio │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Pod │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Text-Table │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-bcmath │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-gettext │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-redis │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-driver-video-amdgpu │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ ├── patches │ └── patch-meson.build │ └── specification ├── bucket_F1 ├── R-wk │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-src_internal_fast__float_fast__float.h │ └── specification ├── at-spi2-core │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-meson.build │ └── specification ├── basu │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ └── patch-meson.build │ └── specification ├── lzop │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-src_miniacc.h │ └── specification ├── perl-Algorithm-Pair-Swiss │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-SpatialIndex-Storage-Redis │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MIME-Base32 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Module-Find │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-ORLite-Migrate │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Parallel-ForkManager │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-SQL-Statement │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-mkdocs-material │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-ordered-set │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pbr │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-backports │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-daemons │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-em-socksify │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── taskwarrior │ ├── crates.list │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ └── patch-scripts_CMakeLists.txt │ ├── specification │ └── specification.template ├── xinit │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── xorg-xkbevd │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── zip │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ └── plist.primary │ ├── patches │ ├── patch-Fix-CVE-2018-13410 │ ├── patch-man_zipcloak.1 │ ├── patch-man_zipnote.1 │ ├── patch-man_zipsplit.1 │ └── patch-unix_configure │ └── specification ├── bucket_F2 ├── R-fs │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-src_Makevars │ │ ├── patch-src_libuv-1.44.2_configure │ │ ├── patch-src_libuv-1.44.2_src_unix_fs.c │ │ └── patch-src_unix_getmode.cc │ ├── specification │ └── specification.manual ├── R-otel │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── apq-base │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-gnat_apq.gpr.in │ └── specification ├── aspell-sw │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── aspell-zu │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── brotli │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── cgif │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-Algorithm-DecisionTree │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-DateTime-Format-Builder │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Image-Info │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-SUPER │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── pkgconf │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-libpkgconf_bsdstubs.c │ └── specification ├── python-django-extensions │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-django-htmx │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pep8 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-sphinx-rtd-theme │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── xfce4-appfinder │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.nls │ │ └── plist.primary │ └── specification └── xorg-dmx │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ ├── plist.man │ └── plist.primary │ └── specification ├── bucket_F3 ├── R-Quandl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-crayon │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-forcats │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aria2 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ └── aria2.in │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-src-DownloadEngine.cc │ └── specification ├── aspell-hi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── catdoc │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.viewer │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.viewer │ └── specification ├── chmlib │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-chm_lib.c │ │ ├── patch-chm_lib.h │ │ ├── patch-configure │ │ └── patch-src_chm__http.c │ └── specification ├── gstreamer1-plugins │ ├── descriptions │ │ ├── desc.single.loaded │ │ └── desc.single.std │ └── specification ├── hdf │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-configure │ │ ├── patch-hdf-src-Makefile.in │ │ ├── patch-mfhdf-libsrc-Makefile.in │ │ └── patch-mfhdf_libsrc_h4__xdr.c │ └── specification ├── libidn2 │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── dragonfly │ │ └── patch-src_idn2.c │ ├── freebsd │ │ └── patch-src_idn2.c │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-doc_gdoc │ └── specification ├── mate-settings-daemon │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── perl-Class-Load-XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Crypt-URandom │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Data-Record │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-HTTP-Daemon │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MooX-StrictConstructor │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-ansible-core │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-cu2qu │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qpdf │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.examples │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-libqpdf_QUtil.cc │ └── specification ├── ruby-action_text-trix │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-stud │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── simple_components │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── thunar │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── xorg-font-ibm-type1 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification └── xorg-xcb-util-image │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_F4 ├── cairomm10 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── dasm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-Makefile │ └── specification ├── dconf-editor │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── deadbeef │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-include_deadbeef_strdupa.h │ │ └── patch-plugins_gme_game-music-emu-0.6pre_gme_blargg__endian.h │ └── specification ├── dwm │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-config.mk │ └── specification ├── geany │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-ctags_main_portable-scandir.c │ └── specification ├── mysql │ ├── descriptions │ │ ├── desc.client │ │ └── desc.server │ ├── distinfo │ ├── files │ │ ├── ffsll.cc │ │ ├── messages-server.ucl.in │ │ ├── my.cnf.sample.in │ │ ├── mysql-server.in │ │ └── special.mk │ ├── manifests │ │ ├── plist.client │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.server │ ├── patches │ │ ├── patch-CMakeLists.txt │ │ ├── patch-cmake_install__layout.cmake │ │ ├── patch-cmake_plugin.cmake │ │ ├── patch-cmake_ssl.cmake │ │ ├── patch-components_library__mysys_CMakeLists.txt │ │ ├── patch-components_library__mysys_my__system__api_my__system__api__apple.cc │ │ ├── patch-config.h.cmake │ │ ├── patch-configure.cmake │ │ ├── patch-include_my__compare.h │ │ ├── patch-include_my__thread__os__id.h │ │ ├── patch-include_myisam.h │ │ ├── patch-include_violite.h │ │ ├── patch-libmysql_CMakeLists.txt │ │ ├── patch-libmysql_dns__srv.cc │ │ ├── patch-mysys_kqueue__timers.cc │ │ ├── patch-mysys_my__default.cc │ │ ├── patch-plugin_group__replication_libmysqlgcs_src_bindings_xcom_xcom_xcom__vp__platform.h │ │ ├── patch-plugin_x_src_interface_ssl__session__options.h │ │ ├── patch-router_cmake_set__rpath.cmake │ │ ├── patch-router_src_harness_include_mysql_harness_net__ts_impl_netif.h │ │ ├── patch-router_src_harness_include_mysql_harness_net__ts_internet.h │ │ ├── patch-router_src_harness_include_mysql_harness_net_ts_local.h │ │ ├── patch-router_src_harness_include_mysql_harness_tty.h │ │ ├── patch-router_src_harness_src_stdx_io_file__handle.cc │ │ ├── patch-router_src_mysql__rest__service_include_helper_string_contains.h │ │ ├── patch-router_src_router_include_mysqlrouter_utils.h │ │ ├── patch-scripts_CMakeLists.txt │ │ ├── patch-sql_CMakeLists.txt │ │ ├── patch-sql_sys__vars.cc │ │ ├── patch-storage_innobase_include_detail_ut_large__page__alloc-linux.h │ │ ├── patch-storage_innobase_include_srv0mon.h │ │ ├── patch-storage_myisam_mi__dynrec.cc │ │ └── patch-vio_viosocket.cc │ └── specification ├── perl-Array-Diff │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Mail-SPF │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Onyphe │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Socket-GetAddrInfo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-XML-XPathEngine │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-intl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-jsonschema │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-mypy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-types-pytz │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-kaminari │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── wmctrl │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification └── xorg-xfont │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_F5 ├── R-DiceDesign │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── R-formatR │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-gl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gnatcross-sysroot-midnightbsd │ ├── descriptions │ │ ├── desc.single.AMD64_R3 │ │ └── desc.single.I386_R3 │ ├── distinfo │ ├── manifests │ │ ├── plist.single.AMD64_R3 │ │ └── plist.single.I386_R3 │ └── specification ├── kf6-kjobwidgets │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── lld19 │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-MachO_ExportTrie.cpp │ │ └── patch-MachO_InputFiles.cpp │ └── specification ├── lzip │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Algorithm-Diff-XS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Archive-Any-Lite │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-File-ConfigDir │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Heap │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MusicBrainz-DiscID │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-DiscID.xs │ ├── specification │ └── specification.manual ├── perl-Number-Misc │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Unicode-LineBreak │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby-rubyzip │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── xorg-xdamage │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.dev │ └── plist.primary │ └── specification ├── bucket_F6 ├── freeimage │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── freeimage.pc.in │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-Source_LibJXR_image_sys_strcodec.h │ │ ├── patch-Source_LibJXR_jxrgluelib_JXRGlueJxr.c │ │ └── patch-Source_ZLib_gzguts.h │ └── specification ├── libxkbcommon │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Async-Interrupt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-WWW-RobotRules │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-namespace-autoclean │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-click-didyoumean │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── smartmontools │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-cciss.cpp │ │ ├── patch-dev__areca.h │ │ └── patch-os__freebsd.cpp │ └── specification └── xorg-font-daewoo-misc │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_F7 ├── R-pkgconfig │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── alsa-lib │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── files │ │ ├── byteswap.h │ │ ├── endian.h │ │ ├── ioctl.h │ │ ├── malloc.h │ │ └── types.h │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-include_global.h │ │ ├── patch-include_pcm.h │ │ ├── patch-src_ucm_main.c │ │ └── patch-src_ucm_ucm__exec.c │ └── specification ├── gnuplot │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.primary.lite │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ ├── patch-docs_Makefile.in │ │ └── patch-src_command.c │ └── specification ├── libexo │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── perl-Algorithm-Statistic │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-IP-Country-DB_File │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-trytond │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby-net-smtp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-responders │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xfwm4 │ ├── descriptions │ ├── desc.primary │ └── desc.themes │ ├── distinfo │ ├── manifests │ ├── plist.nls │ ├── plist.primary │ └── plist.themes │ └── specification ├── bucket_F8 ├── R-snakecase │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-ny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── gawk │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.info │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-Makefile.in │ │ └── patch-extension_inplace.c │ └── specification ├── gcab │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.nls │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-meson.build │ └── specification ├── hunspell-de │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── libcddb │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ ├── patch-include_cddb_cddb__log.h │ │ ├── patch-include_cddb_cddb__log__ni.h │ │ └── patch-lib_cddb__net.c │ └── specification ├── libfreehand │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-src_lib_libfreehand__utils.cpp │ └── specification ├── openjpeg │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── perl-Algorithm-Dependency │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Algorithm-SAT-Backtracking │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Module-ExtractUse │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-MooseX-Role-Parameterized │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-dba │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── picosat │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ ├── patch-configure.sh │ │ └── patch-makefile.in │ └── specification ├── poppler │ ├── descriptions │ │ ├── desc.cpp │ │ ├── desc.cppdev │ │ ├── desc.glib │ │ ├── desc.glibdev │ │ ├── desc.primary │ │ ├── desc.qt5 │ │ ├── desc.qt5dev │ │ ├── desc.qt6 │ │ ├── desc.qt6dev │ │ └── desc.utils │ ├── distinfo │ ├── manifests │ │ ├── plist.cpp │ │ ├── plist.cppdev │ │ ├── plist.dev │ │ ├── plist.glib │ │ ├── plist.glibdev │ │ ├── plist.man │ │ ├── plist.primary │ │ ├── plist.qt5 │ │ ├── plist.qt5dev │ │ ├── plist.qt6 │ │ ├── plist.qt6dev │ │ └── plist.utils │ └── specification ├── python-compreffor │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-freezegun │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-python-dotenv │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-salt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ ├── messages-single.ucl.in │ │ ├── salt_api.in │ │ ├── salt_master.in │ │ ├── salt_minion.in │ │ ├── salt_proxy.in │ │ └── salt_syndic.in │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-salt_utils_rsax931.py │ └── specification ├── python-setuptools-git │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── rsnapshot │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── ruby-em-http-request │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── ruby-kaminari-activerecord │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── zenity │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── manifests │ ├── plist.man │ ├── plist.nls │ └── plist.primary │ └── specification ├── bucket_F9 ├── R-htmltools │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-testthat │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-tidyverse │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── aspell-mt │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── dmidecode │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── dmidecode.in │ ├── manifests │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-Makefile │ └── specification ├── ecl │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── special.mk │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-src_aclocal.m4 │ └── specification ├── gamin │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── freebsd │ │ ├── patch-libgamin_gam__api.c │ │ ├── patch-server_gam__channel.c │ │ ├── patch-server_gam__fs.c │ │ ├── patch-server_gam__kqueue.c │ │ └── patch-server_gam__server.c │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ ├── patches │ │ ├── patch-libgamin_gam__api.c │ │ ├── patch-server_gam__eq.c │ │ ├── patch-server_gam__poll__basic.c │ │ └── patch-tests_testing.c │ └── specification ├── lua-lpeg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ ├── patches │ │ └── patch-makefile │ └── specification ├── perl-Algorithm-ConsistentHash-Ketama │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Bit-Vector │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-ExtUtils-Config │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-FusionInventory-Agent │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Geo-IP │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Math-Random │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Try-Tiny │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-pdo_sqlite │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-Genshi │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-SQLAlchemy │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── python-pip │ ├── descriptions │ │ └── desc.single │ └── specification └── python-sortedcontainers │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_FA ├── garcon │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.nls │ │ └── plist.primary │ └── specification ├── libspiro │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── openal │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── php84-gmp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php84-phar │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-config.m4 │ └── specification ├── python-trytond-account-invoice-stock │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ravensys-root-freebsd14_amd64 │ ├── descriptions │ │ └── desc.single.std │ ├── distinfo │ ├── files │ │ ├── freebsd.mk │ │ └── special.mk │ ├── manifests │ │ └── plist.single │ └── specification ├── ruby-base64 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-mime-types │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── sbcl │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ ├── city.cc.license │ │ └── sbclrc.in │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-make-config.sh │ └── specification └── wireshark │ ├── descriptions │ └── desc.primary │ ├── distinfo │ ├── files │ └── messages-primary.ucl │ ├── manifests │ ├── plist.docs │ ├── plist.man │ └── plist.primary │ ├── patches │ ├── patch-CMakeLists.txt │ ├── patch-cmake_modules_FindLua.cmake │ ├── patch-extcap.c │ └── patch-ui_qt_utils_qt__ui__utils.cpp │ └── specification ├── bucket_FB ├── R-parsnip │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-s2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── hdf5 │ ├── descriptions │ │ ├── desc.cxx │ │ ├── desc.fort │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.cxx │ │ ├── plist.dev │ │ ├── plist.fort │ │ ├── plist.primary │ │ └── plist.tools │ ├── patches │ │ └── patch-tools_lib_h5diff__array.c │ └── specification ├── mikmod │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── pciids │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── files │ │ └── LICENSE_BSD │ ├── manifests │ │ └── plist.single │ └── specification ├── perl-Algorithm-Diff-Callback │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Alien-proj │ ├── IGNORE_Alien::MSYS │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-Convert-Color-XTerm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-ExtUtils-XSpp │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-File-BaseDir │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-HTML-Tagset │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Locale-gettext │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ └── patch-Makefile.PL │ └── specification ├── perl-Module-Install │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── php83-sysvmsg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-ipaddress │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-meraki-netbox-plugin-pdu │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-pyquery │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── ruby-io-console │ ├── descriptions │ └── desc.single │ ├── distinfo │ └── specification ├── bucket_FC ├── R-LearnBayes │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-jpeg │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── R-tibble │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-writexl │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-src_include_xlsxwriter_third__party_ioapi.h │ │ └── patch-src_minizip_ioapi.h │ ├── specification │ └── specification.manual ├── adasockets │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ ├── patch-configure │ │ └── patch-src_adasockets.pc.in │ └── specification ├── dovecot-pigeonhole │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── messages-primary.ucl │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ └── plist.primary │ ├── patches │ │ └── patch-doc_plugins_imap__filter__sieve.txt │ └── specification ├── libnslog │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── midnight-commander │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── files │ │ └── mc.desktop │ ├── manifests │ │ ├── plist.man │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ ├── patch-lib_tty_tty-ncurses.c │ │ └── patch-src_diffviewer_ydiff.c │ └── specification ├── perl-Astro-FITS-CFITSIO │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual ├── perl-URI │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-tenacity │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── qt5-qtsvg │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── ruby-elasticsearch │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-faraday-excon │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-kramdown-parser-gfm │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-rails-dom-testing │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── tumbler │ ├── descriptions │ ├── desc.plugcover │ ├── desc.plugepub │ ├── desc.plugfont │ ├── desc.plugimage │ ├── desc.plugodf │ ├── desc.plugpdf │ ├── desc.plugvideo │ └── desc.primary │ ├── distinfo │ ├── files │ └── messages-primary.ucl.in │ ├── manifests │ ├── plist.dev │ ├── plist.docs │ ├── plist.nls │ ├── plist.plugcover │ ├── plist.plugepub │ ├── plist.plugfont │ ├── plist.plugimage │ ├── plist.plugodf │ ├── plist.plugpdf │ ├── plist.plugvideo │ └── plist.primary │ ├── patches │ └── patch-tumblerd__tumbler.rc │ └── specification ├── bucket_FD ├── R-RcppProgress │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-colorspace │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-fastmap │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── R-viridisLite │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── kf6-kwidgetsaddons │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.nls │ │ └── plist.primary │ ├── patches │ │ └── patch-metainfo.yaml │ └── specification ├── libfm-extra │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── libzim │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ └── plist.primary │ └── specification ├── perl-Algorithm-Prefixspan │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Sys-MemInfo │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── patches │ │ ├── patch-Makefile.PL │ │ ├── patch-arch_bsd.xs │ │ └── patch-arch_dragonfly.xs │ └── specification ├── postfix │ ├── descriptions │ │ ├── desc.cdb │ │ ├── desc.ldap │ │ ├── desc.lmdb │ │ ├── desc.mysqlmod │ │ ├── desc.pgsqlmod │ │ ├── desc.primary │ │ └── desc.test │ ├── distinfo │ ├── files │ │ ├── mailer.conf.postfix.in │ │ ├── messages-primary.ucl.in │ │ ├── postfix.in │ │ └── special.mk │ ├── manifests │ │ ├── plist.cdb │ │ ├── plist.ldap │ │ ├── plist.lmdb │ │ ├── plist.man │ │ ├── plist.mysqlmod │ │ ├── plist.pgsqlmod │ │ ├── plist.primary │ │ └── plist.test │ ├── patches │ │ ├── patch-makedefs │ │ └── patch-src_util_sys__defs.h │ └── specification ├── python-dictdiffer │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-ncclient │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-referencing │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── ruby-mysql2 │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── specification │ └── specification.manual └── xorg-font-adobe-75dpi │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification ├── bucket_FE ├── aspell-hil │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ ├── manifests │ │ └── plist.single │ └── specification ├── botan │ ├── descriptions │ │ ├── desc.primary │ │ └── desc.tools │ ├── distinfo │ ├── manifests │ │ ├── plist.dev │ │ ├── plist.docs │ │ ├── plist.man │ │ ├── plist.primary │ │ └── plist.tools │ └── specification ├── byacc │ ├── descriptions │ │ └── desc.primary │ ├── distinfo │ ├── manifests │ │ ├── plist.man │ │ └── plist.primary │ └── specification ├── perl-Algorithm-Shape-RandomTree │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── perl-Test-Deep │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification ├── python-relatorio │ ├── descriptions │ │ └── desc.single │ ├── distinfo │ └── specification └── xorg-font-alias │ ├── descriptions │ └── desc.single │ ├── distinfo │ ├── manifests │ └── plist.single │ └── specification └── bucket_FF ├── R-ggvis ├── descriptions │ └── desc.single ├── distinfo ├── specification └── specification.manual ├── R-proto ├── descriptions │ └── desc.single ├── distinfo └── specification ├── expect ├── descriptions │ ├── desc.primary │ └── desc.tools ├── distinfo ├── manifests │ ├── plist.dev │ ├── plist.man │ ├── plist.primary │ └── plist.tools ├── patches │ ├── patch-Makefile.in │ ├── patch-configure.in │ ├── patch-exp__tty.h │ ├── patch-exp__win.c │ ├── patch-pty__termios.c │ └── patch-tclconfig_tcl.m4 └── specification ├── fox ├── descriptions │ └── desc.primary ├── distinfo ├── manifests │ ├── plist.dev │ ├── plist.docs │ ├── plist.man │ └── plist.primary └── specification ├── kf6-purpose ├── descriptions │ └── desc.primary ├── distinfo ├── manifests │ ├── plist.dev │ ├── plist.nls │ └── plist.primary ├── patches │ └── patch-metainfo.yaml └── specification ├── perl-Algorithm-CriticalPath ├── descriptions │ └── desc.single ├── distinfo └── specification ├── perl-Algorithm-NeedlemanWunsch ├── descriptions │ └── desc.single ├── distinfo └── specification ├── perl-Devel-OverloadInfo ├── descriptions │ └── desc.single ├── distinfo └── specification ├── php85-sysvsem ├── descriptions │ └── desc.single ├── distinfo └── specification ├── python-pylint ├── descriptions │ └── desc.single ├── distinfo ├── specification └── specification.manual ├── python-scour ├── descriptions │ └── desc.single ├── distinfo └── specification ├── simdutf ├── descriptions │ ├── desc.primary │ └── desc.tools ├── distinfo ├── manifests │ ├── plist.dev │ ├── plist.primary │ └── plist.tools └── specification └── sparforte ├── descriptions └── desc.primary ├── distinfo ├── files ├── new_configure.in └── special.mk ├── manifests ├── plist.examples ├── plist.man └── plist.primary ├── patches ├── patch-src_GNUmakefile.template ├── patch-src_c__l10n.c └── patch-src_c__os.c └── specification /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/CRAN/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/Scripts/CRAN/README -------------------------------------------------------------------------------- /Scripts/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/Scripts/README -------------------------------------------------------------------------------- /Scripts/Ravenports_Mk/raverreq: -------------------------------------------------------------------------------- 1 | 348 2 | -------------------------------------------------------------------------------- /Scripts/cpan/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/Scripts/cpan/README -------------------------------------------------------------------------------- /Scripts/cpan/list.bad-v: -------------------------------------------------------------------------------- 1 | perl-WebService-MusicBrainz 2 | -------------------------------------------------------------------------------- /Scripts/cpan/list.https-redirect: -------------------------------------------------------------------------------- 1 | github.com 2 | bitbucket.org 3 | -------------------------------------------------------------------------------- /Scripts/cpan/list.version-override: -------------------------------------------------------------------------------- 1 | perl-Class-Multimethods 1.701 2 | -------------------------------------------------------------------------------- /Scripts/python/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/Scripts/python/README -------------------------------------------------------------------------------- /Scripts/rubygems/list.version-override: -------------------------------------------------------------------------------- 1 | nokogiri 1.10.10 2 | -------------------------------------------------------------------------------- /bucket_00/gstreamer1-plugins-x/manifests/plist.single: -------------------------------------------------------------------------------- 1 | lib/gstreamer-%%GSTVER%%/libgstximagesrc.so 2 | -------------------------------------------------------------------------------- /bucket_00/indexinfo/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/indexinfo 2 | -------------------------------------------------------------------------------- /bucket_00/perl-XML-Simple/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | An API for simple XML files 2 | 3 | -------------------------------------------------------------------------------- /bucket_00/ruby-prime/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Prime numbers and factorization library. 2 | -------------------------------------------------------------------------------- /bucket_00/ruby-rdiscount/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_00/ruby-rspec-support/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Support utilities for RSpec gems 2 | -------------------------------------------------------------------------------- /bucket_00/xorg-pixman/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | This package contains the pixman library. 2 | -------------------------------------------------------------------------------- /bucket_01/fltk/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains FLTK programs. 2 | -------------------------------------------------------------------------------- /bucket_01/perl-Algorithm-LBFGS/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Perl extension for L-BFGS 2 | 3 | -------------------------------------------------------------------------------- /bucket_01/perl-IO-All/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | IO::All to Larry Wall! 2 | 3 | -------------------------------------------------------------------------------- /bucket_01/upx/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_01/upx/distinfo -------------------------------------------------------------------------------- /bucket_01/upx/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/upx 2 | -------------------------------------------------------------------------------- /bucket_02/php83-zip/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the zip extension for PHP 8.3. 2 | -------------------------------------------------------------------------------- /bucket_02/php84-pdo/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the pdo extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_02/ragel/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/ragel 2 | -------------------------------------------------------------------------------- /bucket_03/R-RCurl/specification.manual: -------------------------------------------------------------------------------- 1 | USES= iconv curl 2 | GNOME_COMPONENTS= libxml2 3 | -------------------------------------------------------------------------------- /bucket_03/b3sum/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/b3sum 2 | -------------------------------------------------------------------------------- /bucket_03/doomgame-iwad/manifests/plist.doomsw: -------------------------------------------------------------------------------- 1 | share/games/doomengine/DOOM1.WAD 2 | -------------------------------------------------------------------------------- /bucket_03/doomgame-iwad/manifests/plist.freedm: -------------------------------------------------------------------------------- 1 | share/games/doomengine/freedm.wad 2 | -------------------------------------------------------------------------------- /bucket_03/doomgame-iwad/manifests/plist.hereticsw: -------------------------------------------------------------------------------- 1 | share/games/doomengine/HERETIC1.WAD 2 | -------------------------------------------------------------------------------- /bucket_03/doomgame-iwad/manifests/plist.hexendemo: -------------------------------------------------------------------------------- 1 | share/games/doomengine/HEXEN.WAD 2 | -------------------------------------------------------------------------------- /bucket_03/doomgame-iwad/manifests/plist.strifedemo: -------------------------------------------------------------------------------- 1 | share/games/doomengine/STRIFE0.WAD 2 | -------------------------------------------------------------------------------- /bucket_03/ffmpeg/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the ffmeg6 tools. 2 | -------------------------------------------------------------------------------- /bucket_03/libde265/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on the de265 library. 2 | -------------------------------------------------------------------------------- /bucket_03/numlockx/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/numlockx 2 | -------------------------------------------------------------------------------- /bucket_03/perl-Log-Log4perl/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Log4j implementation for Perl 2 | 3 | -------------------------------------------------------------------------------- /bucket_03/php83-phar/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the phar extension for PHP 8.3. 2 | -------------------------------------------------------------------------------- /bucket_03/php85-soap/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the soap extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_03/xorg-xcursorgen/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xcursorgen 2 | -------------------------------------------------------------------------------- /bucket_04/ldns/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the ldns drill tool. 2 | -------------------------------------------------------------------------------- /bucket_04/ldns/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/drill 2 | -------------------------------------------------------------------------------- /bucket_04/libelf/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/libelf.so.0 2 | -------------------------------------------------------------------------------- /bucket_04/perl-MooseX-Types/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Organise your Moose types in libraries 2 | 3 | -------------------------------------------------------------------------------- /bucket_04/unfs3/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | sbin/unfsd 2 | -------------------------------------------------------------------------------- /bucket_04/xorg-xset/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xset 2 | -------------------------------------------------------------------------------- /bucket_06/R/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_06/R/distinfo -------------------------------------------------------------------------------- /bucket_07/libdbusmenu/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the dbus-bench python script. 2 | -------------------------------------------------------------------------------- /bucket_07/libdbusmenu/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | libexec/dbusmenu-bench 2 | -------------------------------------------------------------------------------- /bucket_07/rasqal/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the Rasqal roqet program. 2 | -------------------------------------------------------------------------------- /bucket_07/rasqal/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/roqet 2 | -------------------------------------------------------------------------------- /bucket_08/perl-Algorithm-Nhash/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Exim nhash algorithm 2 | 3 | -------------------------------------------------------------------------------- /bucket_09/lua-alt-getopt/manifests/plist.single: -------------------------------------------------------------------------------- 1 | %%LUA_MODLIBDIR%%/alt_getopt.lua 2 | -------------------------------------------------------------------------------- /bucket_09/perl-PerlIO-Layers/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Querying your filehandle's capabilities 2 | 3 | -------------------------------------------------------------------------------- /bucket_09/php84-soap/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the soap extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_09/ruby-rchardet/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_0A/libunwind/descriptions/desc.test: -------------------------------------------------------------------------------- 1 | This package contains libunwind test programs. 2 | -------------------------------------------------------------------------------- /bucket_0A/perl-Feature-Compat-Try/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | make C syntax available 2 | 3 | -------------------------------------------------------------------------------- /bucket_0A/perl-MailTools/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Various ancient e-mail related modules 2 | 3 | -------------------------------------------------------------------------------- /bucket_0A/python-fusepy/specification.manual: -------------------------------------------------------------------------------- 1 | RUN_DEPENDS= fuse2:primary:std 2 | -------------------------------------------------------------------------------- /bucket_0A/xorg-xpm/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | This package contains the X Pixmap library. 2 | -------------------------------------------------------------------------------- /bucket_0B/ctpl/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/ctpl 2 | -------------------------------------------------------------------------------- /bucket_0B/perl-Smart-Args/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | argument validation for you 2 | 3 | -------------------------------------------------------------------------------- /bucket_0C/perl-HTTP-Proxy/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | A pure Perl HTTP proxy 2 | 3 | -------------------------------------------------------------------------------- /bucket_0C/perl-HTTP-XSCookies/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Fast XS cookie mangling for Perl 2 | 3 | -------------------------------------------------------------------------------- /bucket_0C/php83-ffi/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the ffi extension for PHP 8.3. 2 | -------------------------------------------------------------------------------- /bucket_0D/mosquitto/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the Mosquitto programs. 2 | -------------------------------------------------------------------------------- /bucket_0D/perl-File-HomeDir/IGNORE_Mac::SystemDirectory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bucket_0D/perl-Pod-POM/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | POD Object Model 2 | 3 | -------------------------------------------------------------------------------- /bucket_0D/sndio/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains sndio tools. 2 | -------------------------------------------------------------------------------- /bucket_0D/xorg-apps/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This meta-package installs all X.Org applications. 2 | -------------------------------------------------------------------------------- /bucket_0E/glm/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_0E/glm/distinfo -------------------------------------------------------------------------------- /bucket_0E/gnustep-make/files/special.mk: -------------------------------------------------------------------------------- 1 | CPP= clang-cpp 2 | -------------------------------------------------------------------------------- /bucket_0E/m4/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_0E/m4/distinfo -------------------------------------------------------------------------------- /bucket_0E/m4/manifests/plist.docs.noprefix: -------------------------------------------------------------------------------- 1 | @comment 2 | -------------------------------------------------------------------------------- /bucket_0E/m4/manifests/plist.primary.noprefix: -------------------------------------------------------------------------------- 1 | bin/m4 2 | -------------------------------------------------------------------------------- /bucket_0E/m4/manifests/plist.primary.std: -------------------------------------------------------------------------------- 1 | bin/gm4 2 | -------------------------------------------------------------------------------- /bucket_0E/perl-Regexp-IPv4/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Regular expression for IPv4 addresses 2 | 3 | -------------------------------------------------------------------------------- /bucket_0E/php84-zlib/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the zlib extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_0E/ruby-patron/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Ruby HTTP client library based on libcurl 2 | -------------------------------------------------------------------------------- /bucket_0E/ruby-patron/specification.manual: -------------------------------------------------------------------------------- 1 | USES= curl 2 | -------------------------------------------------------------------------------- /bucket_0F/lua-filesystem/manifests/plist.single: -------------------------------------------------------------------------------- 1 | %%LUA_MODLIBDIR%%/lfs.so 2 | -------------------------------------------------------------------------------- /bucket_0F/perl-Path-Tiny/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | File path utility 2 | 3 | -------------------------------------------------------------------------------- /bucket_0F/whowatch/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/whowatch 2 | -------------------------------------------------------------------------------- /bucket_10/libmaxminddb/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This subpackage contains the mmdblookup util. 2 | -------------------------------------------------------------------------------- /bucket_10/libmaxminddb/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/mmdblookup 2 | -------------------------------------------------------------------------------- /bucket_11/perl-HTTP-Message/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | HTTP style message (base class) 2 | 3 | -------------------------------------------------------------------------------- /bucket_11/perl-Parse-Functions/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | list all the functions in source code 2 | 3 | -------------------------------------------------------------------------------- /bucket_12/perl-List-MoreUtils/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Provide the stuff missing in List::Util 2 | 3 | -------------------------------------------------------------------------------- /bucket_12/perl-Pod-Strip/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Remove POD from Perl code 2 | 3 | -------------------------------------------------------------------------------- /bucket_12/perl-Return-MultiLevel/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Return across multiple call levels 2 | 3 | -------------------------------------------------------------------------------- /bucket_12/stunnel/files/pid.conf: -------------------------------------------------------------------------------- 1 | pid = /var/run/stunnel.pid 2 | -------------------------------------------------------------------------------- /bucket_12/xz/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_12/xz/distinfo -------------------------------------------------------------------------------- /bucket_13/libadalang-tools/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | This package contains the adalang library. 2 | -------------------------------------------------------------------------------- /bucket_13/sope/descriptions/desc.ldap: -------------------------------------------------------------------------------- 1 | This subpackage contains the LDAP functionality of SOPE. 2 | -------------------------------------------------------------------------------- /bucket_13/sope/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains SOPE programs. 2 | -------------------------------------------------------------------------------- /bucket_13/tk90/descriptions/desc.demos: -------------------------------------------------------------------------------- 1 | This package contains the demo programs for Tk version 9.0. 2 | -------------------------------------------------------------------------------- /bucket_13/tk90/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains Tk's wish program. 2 | -------------------------------------------------------------------------------- /bucket_13/tk90/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/wish%%TK_VER%% 2 | -------------------------------------------------------------------------------- /bucket_14/kf6-kconfig/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the kconfig tools. 2 | -------------------------------------------------------------------------------- /bucket_14/liborcus-0.20/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on liborcus. 2 | -------------------------------------------------------------------------------- /bucket_14/perl-Test-TCP/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | testing TCP program 2 | 3 | -------------------------------------------------------------------------------- /bucket_14/unzip/unix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_14/unzip/unix.c -------------------------------------------------------------------------------- /bucket_15/mpv/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the MPV player and related files 2 | -------------------------------------------------------------------------------- /bucket_15/mpv/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_15/mpv/distinfo -------------------------------------------------------------------------------- /bucket_15/perl-Error/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Error/exception handling in an OO-ish way 2 | 3 | -------------------------------------------------------------------------------- /bucket_15/php84-bz2/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the bz2 extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_15/ruby-excon/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | EXtended http(s) CONnections 2 | -------------------------------------------------------------------------------- /bucket_16/joe/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_16/joe/distinfo -------------------------------------------------------------------------------- /bucket_16/nsd/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_16/nsd/distinfo -------------------------------------------------------------------------------- /bucket_16/perl-URL-Encode-XS/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | XS implementation of URL::Encode 2 | 3 | -------------------------------------------------------------------------------- /bucket_17/arc/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_17/arc/distinfo -------------------------------------------------------------------------------- /bucket_17/liborcus/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on liborcus. 2 | -------------------------------------------------------------------------------- /bucket_18/bzip2/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/libbz2.so.1 2 | -------------------------------------------------------------------------------- /bucket_19/libfyaml/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This subpackage contains tools based on fyaml library. 2 | -------------------------------------------------------------------------------- /bucket_19/mg/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_19/mg/distinfo -------------------------------------------------------------------------------- /bucket_19/mg/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/mg 2 | -------------------------------------------------------------------------------- /bucket_19/perl-Class-Singleton/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Implementation of a "Singleton" class 2 | 3 | -------------------------------------------------------------------------------- /bucket_19/perl-XML-Parser/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | A perl module for parsing XML documents 2 | 3 | -------------------------------------------------------------------------------- /bucket_19/tcpdump/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | sbin/tcpdump 2 | -------------------------------------------------------------------------------- /bucket_1A/feh/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_1A/feh/distinfo -------------------------------------------------------------------------------- /bucket_1A/quassel/descriptions/desc.icons: -------------------------------------------------------------------------------- 1 | The bundled icon set (breeze) that comes with Quassel. 2 | -------------------------------------------------------------------------------- /bucket_1B/db4/descriptions/desc.cxx: -------------------------------------------------------------------------------- 1 | This package contains the c++ libraries of Berkeley DB4 2 | -------------------------------------------------------------------------------- /bucket_1B/db4/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains Berkeley DB4 tools. 2 | -------------------------------------------------------------------------------- /bucket_1B/db4/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_1B/db4/distinfo -------------------------------------------------------------------------------- /bucket_1B/perl-HTML-Tree/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Work with HTML in a DOM-like tree structure 2 | 3 | -------------------------------------------------------------------------------- /bucket_1B/php84-intl/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the intl extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_1B/php85-phar/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the phar extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_1C/fdm/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_1C/fdm/distinfo -------------------------------------------------------------------------------- /bucket_1C/fdm/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/fdm 2 | -------------------------------------------------------------------------------- /bucket_1C/innoextract/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/innoextract 2 | -------------------------------------------------------------------------------- /bucket_1C/libgcrypt/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on Libgcrypt. 2 | -------------------------------------------------------------------------------- /bucket_1C/libnice/descriptions/desc.gstreamer: -------------------------------------------------------------------------------- 1 | This package containers the GStreamer1 ICE plugin. 2 | -------------------------------------------------------------------------------- /bucket_1C/libnice/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the tools based on nice library. 2 | -------------------------------------------------------------------------------- /bucket_1C/libnice/manifests/plist.gstreamer: -------------------------------------------------------------------------------- 1 | lib/gstreamer-1.0/libgstnice.so 2 | -------------------------------------------------------------------------------- /bucket_1C/media-types/manifests/plist.single: -------------------------------------------------------------------------------- 1 | etc/mime.types 2 | -------------------------------------------------------------------------------- /bucket_1C/xorg-smproxy/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/smproxy 2 | -------------------------------------------------------------------------------- /bucket_1D/edlin/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/edlin 2 | -------------------------------------------------------------------------------- /bucket_1D/perl-Date-Manip/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Date manipulation routines 2 | 3 | -------------------------------------------------------------------------------- /bucket_1D/perl-Net-NBName/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | ERROR 2 | 3 | -------------------------------------------------------------------------------- /bucket_1D/php83-dba/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the dba extension for PHP 8.3. 2 | -------------------------------------------------------------------------------- /bucket_1D/ruby-faraday/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_1E/libcdio-paranoia/descriptions/desc.reader: -------------------------------------------------------------------------------- 1 | This package contains the paranoia CD reader. 2 | -------------------------------------------------------------------------------- /bucket_1E/libcdio-paranoia/manifests/plist.reader: -------------------------------------------------------------------------------- 1 | bin/cd-paranoia 2 | -------------------------------------------------------------------------------- /bucket_1E/perl-Encode-Locale/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Determine the locale encoding 2 | 3 | -------------------------------------------------------------------------------- /bucket_1E/perl-YAML/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | YAML Ain't Markup Language™ 2 | 3 | -------------------------------------------------------------------------------- /bucket_1F/mysql80/files/special.mk: -------------------------------------------------------------------------------- 1 | ETCDIR= ${PREFIX}/etc/mysql 2 | -------------------------------------------------------------------------------- /bucket_1F/pcre2/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains a couple of PCRE2-based tools. 2 | -------------------------------------------------------------------------------- /bucket_1F/perl-File-MimeInfo/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Determine file types 2 | 3 | -------------------------------------------------------------------------------- /bucket_1F/perl-Tree-DAG_Node/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | An N-ary tree 2 | 3 | -------------------------------------------------------------------------------- /bucket_1F/x264/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the x264 program. 2 | -------------------------------------------------------------------------------- /bucket_1F/x264/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/libx264.so.%%X264_BUILD%% 2 | -------------------------------------------------------------------------------- /bucket_20/cpio/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/cpio 2 | -------------------------------------------------------------------------------- /bucket_20/libplacebo/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/libplacebo.so.%%SOVERSION%% 2 | -------------------------------------------------------------------------------- /bucket_20/perl-Alien-GSL/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Easy installation of the GSL library 2 | 3 | -------------------------------------------------------------------------------- /bucket_20/perl-Text-Patch/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Patches text with given patch 2 | 3 | -------------------------------------------------------------------------------- /bucket_20/ruby-gdbm/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Ruby extension for GNU dbm. 2 | -------------------------------------------------------------------------------- /bucket_21/perl-Module-Starter/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | a simple starter kit for any module 2 | 3 | -------------------------------------------------------------------------------- /bucket_21/perl-Net-IMAP-Simple/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | unknown 2 | 3 | -------------------------------------------------------------------------------- /bucket_21/perl-Pegex/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Acmeist PEG Parser Framework 2 | 3 | -------------------------------------------------------------------------------- /bucket_21/perl-meta/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | meta-programming API 2 | 3 | -------------------------------------------------------------------------------- /bucket_21/php83-dom/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the dom extension for PHP 8.3. 2 | -------------------------------------------------------------------------------- /bucket_21/python-zstandard/specification.manual: -------------------------------------------------------------------------------- 1 | INSTALL_REQ_TOOLCHAIN= yes 2 | -------------------------------------------------------------------------------- /bucket_22/gdl/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_22/gdl/distinfo -------------------------------------------------------------------------------- /bucket_22/hwdata/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Database of IDs used in Plug and Play devices. 2 | -------------------------------------------------------------------------------- /bucket_22/lighttpd/files/special.mk: -------------------------------------------------------------------------------- 1 | WWWDIR_LIGHTTPD?= ${PREFIX}/www/lighttpd 2 | -------------------------------------------------------------------------------- /bucket_23/gargoyle/manifests/plist.single: -------------------------------------------------------------------------------- 1 | @comment shit 2 | -------------------------------------------------------------------------------- /bucket_23/libcdio/descriptions/desc.player: -------------------------------------------------------------------------------- 1 | This package contains the cdda player. 2 | -------------------------------------------------------------------------------- /bucket_23/libcdio/manifests/plist.player: -------------------------------------------------------------------------------- 1 | bin/cdda-player 2 | -------------------------------------------------------------------------------- /bucket_23/ruby-rexml/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | An XML toolkit for Ruby 2 | -------------------------------------------------------------------------------- /bucket_23/xorg-xext/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | This package contains the X Extension library. 2 | -------------------------------------------------------------------------------- /bucket_24/gtk3/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains gtk3 demo applications and utilities. 2 | -------------------------------------------------------------------------------- /bucket_24/gtk3/manifests/plist.icon_cache: -------------------------------------------------------------------------------- 1 | bin/gtk-update-icon-cache 2 | -------------------------------------------------------------------------------- /bucket_24/perl-Package-Stash/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Routines for manipulating stashes 2 | 3 | -------------------------------------------------------------------------------- /bucket_24/ruby-httpclient/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_24/xorg-appres/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/appres 2 | -------------------------------------------------------------------------------- /bucket_25/perl-Graph-Easy-Manual/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | HTML manual for Graph::Easy 2 | 3 | -------------------------------------------------------------------------------- /bucket_25/php85-ftp/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the ftp extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_26/libutp/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/ucat 2 | -------------------------------------------------------------------------------- /bucket_26/mkvtoolnix/files/special.mk: -------------------------------------------------------------------------------- 1 | MAKE_CMD= rake -v 2 | -------------------------------------------------------------------------------- /bucket_26/perl-aliased/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Use shorter versions of class names. 2 | 3 | -------------------------------------------------------------------------------- /bucket_26/python-click-threading/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Utilities for multithreading in click. 2 | -------------------------------------------------------------------------------- /bucket_26/ruby-useragent/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | HTTP User Agent parser 2 | -------------------------------------------------------------------------------- /bucket_27/sent/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | Simple plaintext presentation tool. 2 | -------------------------------------------------------------------------------- /bucket_27/sent/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/sent 2 | -------------------------------------------------------------------------------- /bucket_27/wtf/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_27/wtf/distinfo -------------------------------------------------------------------------------- /bucket_27/xdelta3/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xdelta3 2 | -------------------------------------------------------------------------------- /bucket_28/ruby-rspec/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | BDD for Ruby 2 | -------------------------------------------------------------------------------- /bucket_28/xorg-xcmsdb/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xcmsdb 2 | -------------------------------------------------------------------------------- /bucket_28/xorg-xwininfo/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xwininfo 2 | -------------------------------------------------------------------------------- /bucket_29/perl-Algorithm-Numerical-Sample/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Draw samples from a set 2 | 3 | -------------------------------------------------------------------------------- /bucket_29/perl-Module-Build/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Build and install Perl modules 2 | 3 | -------------------------------------------------------------------------------- /bucket_29/php83-xsl/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the xsl extension for PHP 8.3. 2 | -------------------------------------------------------------------------------- /bucket_2A/perl-B-Hooks-OP-Check/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Wrap OP check callbacks 2 | 3 | -------------------------------------------------------------------------------- /bucket_2A/perl-Spiffy/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Spiffy Perl Interface Framework For You 2 | 3 | -------------------------------------------------------------------------------- /bucket_2A/xorg-bitmap/manifests/plist.dev: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_2B/optipng/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/optipng 2 | -------------------------------------------------------------------------------- /bucket_2C/XML_EZ_Out/manifests/plist.docs: -------------------------------------------------------------------------------- 1 | share/doc/XML_EZ_Out/README 2 | -------------------------------------------------------------------------------- /bucket_2C/freeglut/Window.attribute_v_coord: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bucket_2C/woff2/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on woff2 libraries. 2 | -------------------------------------------------------------------------------- /bucket_2D/libexecinfo/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/libexecinfo.so.2 2 | -------------------------------------------------------------------------------- /bucket_2D/sassc/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/sassc 2 | -------------------------------------------------------------------------------- /bucket_2E/R-png/specification.manual: -------------------------------------------------------------------------------- 1 | USES= png zlib:build 2 | -------------------------------------------------------------------------------- /bucket_2E/gstreamer1-plugins-libpng/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the png plugin. 2 | -------------------------------------------------------------------------------- /bucket_2E/ruby-http-accept/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_2E/xsecurelock/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | X 2 | -------------------------------------------------------------------------------- /bucket_2E/zsh/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_2E/zsh/distinfo -------------------------------------------------------------------------------- /bucket_2F/php85-dom/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the dom extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_2F/postgresql14/descriptions/desc.client: -------------------------------------------------------------------------------- 1 | This subpackage contains the PostgreSQL client. 2 | -------------------------------------------------------------------------------- /bucket_2F/shotgun/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/shotgun 2 | -------------------------------------------------------------------------------- /bucket_31/lua51/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/liblua-%%LUA_VER%%.so.%%SOMAJOR%% 2 | -------------------------------------------------------------------------------- /bucket_31/perl-XML-XPath/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Parse and evaluate XPath statements. 2 | 3 | -------------------------------------------------------------------------------- /bucket_31/python-gitdb/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | GitDB is a pure-Python git object database 2 | -------------------------------------------------------------------------------- /bucket_32/perl-Devel-LexAlias/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | alias lexical variables 2 | 3 | -------------------------------------------------------------------------------- /bucket_32/perl-PerlIO-utf8_strict/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Fast and correct UTF-8 IO 2 | 3 | -------------------------------------------------------------------------------- /bucket_33/beadm/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | sbin/beadm 2 | -------------------------------------------------------------------------------- /bucket_33/cyrus-imapd/files/cyrus-imapd-man.conf.in: -------------------------------------------------------------------------------- 1 | MANPATH %%PREFIX%%/cyrus/man 2 | -------------------------------------------------------------------------------- /bucket_33/perl-Algorithm-CurveFit/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Nonlinear Least Squares Fitting 2 | 3 | -------------------------------------------------------------------------------- /bucket_34/kf6-sonnet/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains KF6 sonnet tools. 2 | -------------------------------------------------------------------------------- /bucket_34/kf6-sonnet/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/parsetrigrams6 2 | -------------------------------------------------------------------------------- /bucket_34/opencv/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the tools based on OpenCV. 2 | -------------------------------------------------------------------------------- /bucket_34/php84-dom/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the dom extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_34/tcl90/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the Tcl 9.0 program. 2 | -------------------------------------------------------------------------------- /bucket_34/tcl90/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/tclsh%%TCL_VER%% 2 | -------------------------------------------------------------------------------- /bucket_34/xorg-font-micro-misc/manifests/plist.single: -------------------------------------------------------------------------------- 1 | share/fonts/misc/micro.pcf.gz 2 | -------------------------------------------------------------------------------- /bucket_34/xorg-pciaccess/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | This package contains the pciaccess library. 2 | -------------------------------------------------------------------------------- /bucket_34/xorg-truetype-fonts/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains X.Org TrueType fonts. 2 | -------------------------------------------------------------------------------- /bucket_35/gmp/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_35/gmp/distinfo -------------------------------------------------------------------------------- /bucket_35/minixmlto/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Minimalistic alternative to xmlto 2 | -------------------------------------------------------------------------------- /bucket_35/minixmlto/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/minixmlto 2 | -------------------------------------------------------------------------------- /bucket_35/perl-List-UtilsBy/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | higher-order list utility functions 2 | 3 | -------------------------------------------------------------------------------- /bucket_35/perl-Test-Exception/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Test exception-based code 2 | 3 | -------------------------------------------------------------------------------- /bucket_35/ruby-websocket-extensions/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_36/exiv2/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the exiv2 tool. 2 | -------------------------------------------------------------------------------- /bucket_36/exiv2/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/exiv2 2 | -------------------------------------------------------------------------------- /bucket_36/perl-DateTime-Format-ISO8601/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Parses ISO8601 formats 2 | 3 | -------------------------------------------------------------------------------- /bucket_36/perl-Devel-Dumpvar/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | A pure-OO reimplementation of dumpvar.pl 2 | 3 | -------------------------------------------------------------------------------- /bucket_36/perl-HTTP-Entity-Parser/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | PSGI compliant HTTP Entity Parser 2 | 3 | -------------------------------------------------------------------------------- /bucket_36/php85-tidy/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the tidy extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_36/ruby-warden/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_37/links/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/links 2 | -------------------------------------------------------------------------------- /bucket_38/imlib2/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on Imlib 2. 2 | -------------------------------------------------------------------------------- /bucket_38/libwps/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on wps library. 2 | -------------------------------------------------------------------------------- /bucket_38/perl-Sub-Name/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | (Re)name a sub 2 | 3 | -------------------------------------------------------------------------------- /bucket_38/perl-Text-Aligner/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | module to align text. 2 | 3 | -------------------------------------------------------------------------------- /bucket_39/appstream-glib/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains appstream tools. 2 | -------------------------------------------------------------------------------- /bucket_39/docbook-xml/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | DocBook XML Document Type Definition (DTD) 2 | -------------------------------------------------------------------------------- /bucket_39/exempi/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the Exempi tool. 2 | -------------------------------------------------------------------------------- /bucket_39/exempi/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/exempi 2 | -------------------------------------------------------------------------------- /bucket_39/perl-Algorithm-SkipList/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Perl implementation of skip lists 2 | 3 | -------------------------------------------------------------------------------- /bucket_39/perl-BSD-Resource/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | unknown 2 | 3 | -------------------------------------------------------------------------------- /bucket_39/perl-Pod-Spell-CommonMistakes/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Catches common typos in POD 2 | 3 | -------------------------------------------------------------------------------- /bucket_39/php85-odbc/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the odbc extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_39/xorg-xgamma/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xgamma 2 | -------------------------------------------------------------------------------- /bucket_3A/generic_image_decoder/manifests/plist.docs: -------------------------------------------------------------------------------- 1 | share/doc/generic_image_decoder/gid.txt 2 | -------------------------------------------------------------------------------- /bucket_3A/obuparse/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/libobuparse.so.2 2 | -------------------------------------------------------------------------------- /bucket_3A/perl-Email-Sender/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | a library for sending email 2 | 3 | -------------------------------------------------------------------------------- /bucket_3B/perl-Devel-CheckCompiler/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Check the compiler's availability 2 | 3 | -------------------------------------------------------------------------------- /bucket_3B/python-pyocr/specification.manual: -------------------------------------------------------------------------------- 1 | RUN_DEPENDS= tesseract:tools:std 2 | -------------------------------------------------------------------------------- /bucket_3B/ruby-net-protocol/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | The abstract interface for net-* client. 2 | -------------------------------------------------------------------------------- /bucket_3B/xorg-xauth/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xauth 2 | -------------------------------------------------------------------------------- /bucket_3C/perl-Any-Moose/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | (DEPRECATED) use Moo instead! 2 | 3 | -------------------------------------------------------------------------------- /bucket_3C/ruby-sprockets-rails/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_3C/xorg-x11/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | This package contains the X11 library. 2 | -------------------------------------------------------------------------------- /bucket_3D/cbindgen/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/cbindgen 2 | -------------------------------------------------------------------------------- /bucket_3D/libofx/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains OFX tools. 2 | -------------------------------------------------------------------------------- /bucket_3D/perl-Alien-zlib/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Find or build zlib 2 | 3 | -------------------------------------------------------------------------------- /bucket_3D/perl-Alien-zlib/specification.manual: -------------------------------------------------------------------------------- 1 | USES= zlib pkgconfig 2 | -------------------------------------------------------------------------------- /bucket_3E/daemonize/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/daemonize 2 | -------------------------------------------------------------------------------- /bucket_3E/gdbm/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains gdbm tools. 2 | -------------------------------------------------------------------------------- /bucket_3E/perl-HTTP-Server-Simple-Authen/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | ERROR 2 | 3 | -------------------------------------------------------------------------------- /bucket_3E/perl-Params-Validate/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Validate method/function parameters 2 | 3 | -------------------------------------------------------------------------------- /bucket_3E/ruby-method_source/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | retrieve the sourcecode for a method 2 | -------------------------------------------------------------------------------- /bucket_3F/perl-Term-Size-Any/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Retrieve terminal size 2 | 3 | -------------------------------------------------------------------------------- /bucket_3F/xorg-font-cursor-misc/manifests/plist.single: -------------------------------------------------------------------------------- 1 | share/fonts/misc/cursor.pcf.gz 2 | -------------------------------------------------------------------------------- /bucket_3F/xorg-xprop/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xprop 2 | -------------------------------------------------------------------------------- /bucket_40/jsoncpp/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/libjsoncpp.so.%%SOMAJOR%% 2 | -------------------------------------------------------------------------------- /bucket_40/openexr/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains OpenEXR tools. 2 | -------------------------------------------------------------------------------- /bucket_40/perl-PDL/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Perl Data Language 2 | 3 | -------------------------------------------------------------------------------- /bucket_40/php83-pdo/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the pdo extension for PHP 8.3. 2 | -------------------------------------------------------------------------------- /bucket_40/xorg-driver-video-i740/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/xorg/modules/drivers/i740_drv.so 2 | -------------------------------------------------------------------------------- /bucket_41/flite/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the flite programs. 2 | -------------------------------------------------------------------------------- /bucket_41/flite/manifests/plist.docs: -------------------------------------------------------------------------------- 1 | share/doc/flite/README.md 2 | -------------------------------------------------------------------------------- /bucket_41/perl-Alien-Libxml2/specification.manual: -------------------------------------------------------------------------------- 1 | USES= pkgconfig 2 | GNOME_COMPONENTS= libxml2 3 | -------------------------------------------------------------------------------- /bucket_41/xorg-xlsatoms/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xlsatoms 2 | -------------------------------------------------------------------------------- /bucket_42/R-RobStatTM/specification.manual: -------------------------------------------------------------------------------- 1 | USES= gettext:build 2 | -------------------------------------------------------------------------------- /bucket_42/lyx/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_42/lyx/distinfo -------------------------------------------------------------------------------- /bucket_42/perl-Test-Script/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Basic cross-platform tests for scripts 2 | 3 | -------------------------------------------------------------------------------- /bucket_42/potrace/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on the potrace library. 2 | -------------------------------------------------------------------------------- /bucket_42/potrace/manifests/plist.docs: -------------------------------------------------------------------------------- 1 | share/doc/potrace/placement.pdf 2 | -------------------------------------------------------------------------------- /bucket_42/potrace/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/mkbitmap 2 | bin/potrace 3 | -------------------------------------------------------------------------------- /bucket_42/scrot/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/scrot 2 | -------------------------------------------------------------------------------- /bucket_42/xorg-encodings/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains encodings X.Org fonts. 2 | -------------------------------------------------------------------------------- /bucket_43/perl-ExtUtils-F77/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | a simple interface to F77 libs 2 | 3 | -------------------------------------------------------------------------------- /bucket_43/php84-gd/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the gd extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_44/ada_language_server/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/ada_language_server 2 | bin/tester-run 3 | -------------------------------------------------------------------------------- /bucket_44/python-reportlab/specification.manual: -------------------------------------------------------------------------------- 1 | USES= freetype 2 | -------------------------------------------------------------------------------- /bucket_44/xorg-driver-input-joystick/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/xorg/modules/input/joystick_drv.so 2 | -------------------------------------------------------------------------------- /bucket_45/gnatformat/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/gnatformat 2 | -------------------------------------------------------------------------------- /bucket_45/graphviz/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the graphviz tools. 2 | -------------------------------------------------------------------------------- /bucket_45/ruby-stringio/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Pseudo `IO` class from/to `String`. 2 | -------------------------------------------------------------------------------- /bucket_46/git/descriptions/desc.svn: -------------------------------------------------------------------------------- 1 | This package contains components to support SVN. 2 | -------------------------------------------------------------------------------- /bucket_46/git/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_46/git/distinfo -------------------------------------------------------------------------------- /bucket_46/gpr2tools/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains tools based on the GPR2 library. 2 | -------------------------------------------------------------------------------- /bucket_46/libuuid/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the uuidgen tool. 2 | -------------------------------------------------------------------------------- /bucket_46/libuuid/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/uuidgen 2 | -------------------------------------------------------------------------------- /bucket_46/perl-Redis/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Perl binding for Redis database 2 | 3 | -------------------------------------------------------------------------------- /bucket_46/php84-odbc/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the odbc extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_46/tk86/descriptions/desc.demos: -------------------------------------------------------------------------------- 1 | This package contains the demo programs for Tk version 8.6. 2 | -------------------------------------------------------------------------------- /bucket_46/tk86/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains Tk's wish program. 2 | -------------------------------------------------------------------------------- /bucket_46/tk86/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/wish%%TK_VER%% 2 | -------------------------------------------------------------------------------- /bucket_47/perl-Mail-DMARC/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Perl implementation of DMARC 2 | 3 | -------------------------------------------------------------------------------- /bucket_47/perl-YAML-PP/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | YAML 1.2 Processor 2 | 3 | -------------------------------------------------------------------------------- /bucket_47/php84-curl/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the curl extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_48/perl-Module-Runtime/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | runtime module handling 2 | 3 | -------------------------------------------------------------------------------- /bucket_48/php85-zip/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the zip extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_48/ruby-execjs/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | ExecJS lets you run JavaScript code from Ruby. 2 | -------------------------------------------------------------------------------- /bucket_49/dia/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_49/dia/distinfo -------------------------------------------------------------------------------- /bucket_49/php84-ffi/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the ffi extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_49/xorg-xdriinfo/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xdriinfo 2 | -------------------------------------------------------------------------------- /bucket_4A/fluidsynth/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains fluidsynth program. 2 | -------------------------------------------------------------------------------- /bucket_4A/fluidsynth/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/fluidsynth 2 | -------------------------------------------------------------------------------- /bucket_4A/luajit-openresty/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the luajit tool. 2 | -------------------------------------------------------------------------------- /bucket_4A/m17n-db/manifests/plist.dev: -------------------------------------------------------------------------------- 1 | bin/tbl2mim.awk 2 | lib/pkgconfig/m17n-db.pc 3 | -------------------------------------------------------------------------------- /bucket_4A/php83-xml/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the xml extension for PHP 8.3. 2 | -------------------------------------------------------------------------------- /bucket_4A/ruby-connection_pool/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Generic connection pool for Ruby 2 | -------------------------------------------------------------------------------- /bucket_4B/libucl/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains UCL file tools. 2 | -------------------------------------------------------------------------------- /bucket_4B/nettle/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on the nettle library. 2 | -------------------------------------------------------------------------------- /bucket_4C/libadwaita/descriptions/desc.demo: -------------------------------------------------------------------------------- 1 | This package contains the libadwaita demo application. 2 | -------------------------------------------------------------------------------- /bucket_4C/perl-Tk/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Tk - a Graphical User Interface Toolkit 2 | 3 | -------------------------------------------------------------------------------- /bucket_4C/perl-Type-Tiny/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | tiny, yet Moo(se)-compatible type constraint 2 | 3 | -------------------------------------------------------------------------------- /bucket_4C/python-pkgconfig/specification.manual: -------------------------------------------------------------------------------- 1 | USES= pkgconfig:buildrun 2 | -------------------------------------------------------------------------------- /bucket_4C/rgbds/descriptions/desc.man: -------------------------------------------------------------------------------- 1 | Man pages for rgbds. 2 | -------------------------------------------------------------------------------- /bucket_4C/xorg-xev/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xev 2 | -------------------------------------------------------------------------------- /bucket_4C/xxhash/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the xxHash tools. 2 | -------------------------------------------------------------------------------- /bucket_4D/cdrtools/manifests/plist.mp3: -------------------------------------------------------------------------------- 1 | bin/cdda2mp3 2 | -------------------------------------------------------------------------------- /bucket_4D/cdrtools/manifests/plist.ogg: -------------------------------------------------------------------------------- 1 | bin/cdda2ogg 2 | -------------------------------------------------------------------------------- /bucket_4D/libburn/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/cdrskin 2 | -------------------------------------------------------------------------------- /bucket_4D/libxmlb/descriptions/desc.tests: -------------------------------------------------------------------------------- 1 | This subpackage contains the tests for libxmlb. 2 | -------------------------------------------------------------------------------- /bucket_4D/perl-Package-Pkg/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Handy package munging utilities 2 | 3 | -------------------------------------------------------------------------------- /bucket_4E/perl-Mouse/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Moose minus the antlers 2 | 3 | -------------------------------------------------------------------------------- /bucket_4E/perl-Mouse/specification.manual: -------------------------------------------------------------------------------- 1 | INSTALL_REQ_TOOLCHAIN= yes 2 | -------------------------------------------------------------------------------- /bucket_4F/perl-Algorithm-Step/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Trace execution steps of an algorithm 2 | 3 | -------------------------------------------------------------------------------- /bucket_4F/perl-Parse-Distname/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | parse a distribution name 2 | 3 | -------------------------------------------------------------------------------- /bucket_4F/perl-Text-Template/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Expand template text with embedded Perl 2 | 3 | -------------------------------------------------------------------------------- /bucket_4F/ruby-haml/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | An elegant, structured (X)HTML/XML templating engine. 2 | -------------------------------------------------------------------------------- /bucket_4F/xorg-xwud/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xwud 2 | -------------------------------------------------------------------------------- /bucket_50/xorg-xrdb/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xrdb 2 | -------------------------------------------------------------------------------- /bucket_51/cyrus-sasl/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on sasl2 libraries. 2 | -------------------------------------------------------------------------------- /bucket_51/perl-HTTP-Cookies/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | HTTP cookie jars 2 | 3 | -------------------------------------------------------------------------------- /bucket_52/perl-Algorithm-Numerical-Shuffle/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Shuffle a list. 2 | 3 | -------------------------------------------------------------------------------- /bucket_52/perl-Test-Compile/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Assert that your Perl files compile OK. 2 | 3 | -------------------------------------------------------------------------------- /bucket_53/libvpx/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | This package contains libvpx, the VP8/VP9 Codec SDK. 2 | -------------------------------------------------------------------------------- /bucket_53/python-psycopg-c/specification.manual: -------------------------------------------------------------------------------- 1 | USES= pgsql:client 2 | -------------------------------------------------------------------------------- /bucket_54/ctwm/descriptions/desc.man: -------------------------------------------------------------------------------- 1 | Manual pages for ctwm. 2 | -------------------------------------------------------------------------------- /bucket_54/perl-Data-Validate-IP/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | IPv4 and IPv6 validation methods 2 | 3 | -------------------------------------------------------------------------------- /bucket_54/perl-IO-Compress-Brotli/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Read/write Brotli buffers/streams 2 | 3 | -------------------------------------------------------------------------------- /bucket_54/perl-IO-Compress-Brotli/specification.manual: -------------------------------------------------------------------------------- 1 | USES= gmake 2 | -------------------------------------------------------------------------------- /bucket_54/php83-zlib/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the zlib extension for PHP 8.3. 2 | -------------------------------------------------------------------------------- /bucket_54/ruby-puppet-resource_api/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.alsa: -------------------------------------------------------------------------------- 1 | This subpackage contains the alsa sound system plugins. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.ass: -------------------------------------------------------------------------------- 1 | This subpackage contains the ASS/SSA subtitle rendering plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.avahi: -------------------------------------------------------------------------------- 1 | This subpackage contains the avahi service discovery plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.bluray: -------------------------------------------------------------------------------- 1 | This subpackage contains the bluray access plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.chromec: -------------------------------------------------------------------------------- 1 | This subpackage contains the Chromecast streaming plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.dav1d: -------------------------------------------------------------------------------- 1 | This subpackage contains the dav1d AV1 decoder plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.dvdnav: -------------------------------------------------------------------------------- 1 | This subpackage contains the DVD menu navigation plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.ffmpeg: -------------------------------------------------------------------------------- 1 | This subpackage contains the various ffmpeg-based plugins. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.gcrypt: -------------------------------------------------------------------------------- 1 | This subpackage contains the libgcrypt related plugins. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.gnutls: -------------------------------------------------------------------------------- 1 | This subpackage contains the GNUTLS plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.goom: -------------------------------------------------------------------------------- 1 | This subpackage contains the libgoom visualization plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.gst: -------------------------------------------------------------------------------- 1 | This subpackage contains the GStreamer1-based decoder plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.kate: -------------------------------------------------------------------------------- 1 | This subpackage contains the kate overlay codec plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.mad: -------------------------------------------------------------------------------- 1 | This subpackage contains the MPEG audio decoder plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.mpc: -------------------------------------------------------------------------------- 1 | This subpackage contains the musepack (mpc) decoder plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.mpg123: -------------------------------------------------------------------------------- 1 | This subpackage contains the mpg123 decoder plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.opus: -------------------------------------------------------------------------------- 1 | This subpackage contains the opus audio plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.oss: -------------------------------------------------------------------------------- 1 | This subpackage contains the Open Sound System (OSS) plugins. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.secret: -------------------------------------------------------------------------------- 1 | This subpackage contains the libsecret keystore plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.soxr: -------------------------------------------------------------------------------- 1 | This subpackage contains the soxr audio filter plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.upnp: -------------------------------------------------------------------------------- 1 | This subpackage contains the upnp service discovery plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.vorbis: -------------------------------------------------------------------------------- 1 | This subpackage contains the vorbis audio plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.vpx: -------------------------------------------------------------------------------- 1 | This subpackage contains the VP8 / VP9 video plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.x264: -------------------------------------------------------------------------------- 1 | This subpackage contains the H.264/MPEG-4 AVC video plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/descriptions/desc.x265: -------------------------------------------------------------------------------- 1 | This subpackage contains the h.265/HEVC video plugin. 2 | -------------------------------------------------------------------------------- /bucket_54/vlc/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_54/vlc/distinfo -------------------------------------------------------------------------------- /bucket_55/aws/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on the aws library. 2 | -------------------------------------------------------------------------------- /bucket_55/aws/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_55/aws/distinfo -------------------------------------------------------------------------------- /bucket_55/dhcp/manifests/plist.relay: -------------------------------------------------------------------------------- 1 | sbin/dhcrelay 2 | -------------------------------------------------------------------------------- /bucket_56/gstreamer1-plugins-curl/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the CURL plugin. 2 | -------------------------------------------------------------------------------- /bucket_56/libproxy/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/proxy 2 | -------------------------------------------------------------------------------- /bucket_56/perl-Text-Diff/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Perform diffs on files and record sets 2 | 3 | -------------------------------------------------------------------------------- /bucket_56/php83-soap/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the soap extension for PHP 8.3. 2 | -------------------------------------------------------------------------------- /bucket_56/znc/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_56/znc/distinfo -------------------------------------------------------------------------------- /bucket_57/html2text/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/html2text 2 | -------------------------------------------------------------------------------- /bucket_57/mysql84/files/special.mk: -------------------------------------------------------------------------------- 1 | ETCDIR= ${PREFIX}/etc/mysql 2 | -------------------------------------------------------------------------------- /bucket_57/php85-pdo/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the pdo extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_57/pwgen/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/pwgen 2 | -------------------------------------------------------------------------------- /bucket_58/orc/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the ORC tools. 2 | -------------------------------------------------------------------------------- /bucket_58/orc/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_58/orc/distinfo -------------------------------------------------------------------------------- /bucket_58/perl-Algorithm-BestChoice/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Choose the best 2 | 3 | -------------------------------------------------------------------------------- /bucket_58/xorg-xkbfile/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | This package contains the XKB file library. 2 | -------------------------------------------------------------------------------- /bucket_59/gstreamer1-plugins-vpx/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the vp8 plugin. 2 | -------------------------------------------------------------------------------- /bucket_59/nsgenbind/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/nsgenbind 2 | -------------------------------------------------------------------------------- /bucket_59/perl-Graphics-GnuplotIF/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | A dynamic Perl interface to gnuplot 2 | 3 | -------------------------------------------------------------------------------- /bucket_59/ruby-faraday-net_http/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Faraday adapter for Net::HTTP 2 | -------------------------------------------------------------------------------- /bucket_5A/faac/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the faac program. 2 | -------------------------------------------------------------------------------- /bucket_5A/faac/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/faac 2 | -------------------------------------------------------------------------------- /bucket_5A/ini_file_manager/manifests/plist.docs: -------------------------------------------------------------------------------- 1 | share/doc/ini_file_manager/README.md 2 | -------------------------------------------------------------------------------- /bucket_5A/perl-Algorithm-KMeans/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | A Perl Module for K-Means Clustering 2 | 3 | -------------------------------------------------------------------------------- /bucket_5A/poco/descriptions/desc.mongo: -------------------------------------------------------------------------------- 1 | This subpackage contains the poco MongoDB support library. 2 | -------------------------------------------------------------------------------- /bucket_5A/poco/descriptions/desc.mysql: -------------------------------------------------------------------------------- 1 | This subpackage contains the poco MySQL support library. 2 | -------------------------------------------------------------------------------- /bucket_5A/poco/descriptions/desc.mysqldev: -------------------------------------------------------------------------------- 1 | This subpackage contains the poco MySQL dev files. 2 | -------------------------------------------------------------------------------- /bucket_5A/poco/descriptions/desc.odbc: -------------------------------------------------------------------------------- 1 | This subpackage contains the poco ODBC support library. 2 | -------------------------------------------------------------------------------- /bucket_5A/poco/descriptions/desc.odbcdev: -------------------------------------------------------------------------------- 1 | This subpackage contains the poco ODBC development files. 2 | -------------------------------------------------------------------------------- /bucket_5A/poco/descriptions/desc.prometheus: -------------------------------------------------------------------------------- 1 | This subpackage contains the poco prometheus library. 2 | -------------------------------------------------------------------------------- /bucket_5A/poco/manifests/plist.mongo: -------------------------------------------------------------------------------- 1 | lib/libPocoMongoDB.so.%%SOVERSION%% 2 | -------------------------------------------------------------------------------- /bucket_5A/poco/manifests/plist.mysql: -------------------------------------------------------------------------------- 1 | lib/libPocoDataMySQL.so.%%SOVERSION%% 2 | -------------------------------------------------------------------------------- /bucket_5A/poco/manifests/plist.odbc: -------------------------------------------------------------------------------- 1 | lib/libPocoDataODBC.so.%%SOVERSION%% 2 | -------------------------------------------------------------------------------- /bucket_5A/poco/manifests/plist.pgsql: -------------------------------------------------------------------------------- 1 | lib/libPocoDataPostgreSQL.so.%%SOVERSION%% 2 | -------------------------------------------------------------------------------- /bucket_5A/poco/manifests/plist.prometheus: -------------------------------------------------------------------------------- 1 | lib/libPocoPrometheus.so.%%SOVERSION%% 2 | -------------------------------------------------------------------------------- /bucket_5A/poco/manifests/plist.redis: -------------------------------------------------------------------------------- 1 | lib/libPocoRedis.so.%%SOVERSION%% 2 | -------------------------------------------------------------------------------- /bucket_5A/python-cssmin/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | UNKNOWN 2 | -------------------------------------------------------------------------------- /bucket_5B/bc/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_5B/bc/distinfo -------------------------------------------------------------------------------- /bucket_5B/bc/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/bc 2 | bin/dc 3 | -------------------------------------------------------------------------------- /bucket_5B/kf6-kdbusaddons/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the KF5 quitapp tool. 2 | -------------------------------------------------------------------------------- /bucket_5B/kf6-kdbusaddons/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/kquitapp6 2 | -------------------------------------------------------------------------------- /bucket_5B/perl-Tie-Cycle/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Cycle through a list of values via a scalar. 2 | 3 | -------------------------------------------------------------------------------- /bucket_5B/php83-odbc/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the odbc extension for PHP 8.3. 2 | -------------------------------------------------------------------------------- /bucket_5B/xorg-sessreg/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/sessreg 2 | -------------------------------------------------------------------------------- /bucket_5C/ncurses/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the terminfo tools of ncurses. 2 | -------------------------------------------------------------------------------- /bucket_5C/netpbm/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains netbpm programs. 2 | -------------------------------------------------------------------------------- /bucket_5D/esbuild/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/esbuild 2 | -------------------------------------------------------------------------------- /bucket_5D/lumina-screenshot/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | Screenshot utility from the Lumina Desktop. 2 | -------------------------------------------------------------------------------- /bucket_5D/perl-App-Cmd/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | write command line apps with less suffering 2 | 3 | -------------------------------------------------------------------------------- /bucket_5D/perl-Regexp-IPv6/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Support regular expression for IPv6 addresses. 2 | -------------------------------------------------------------------------------- /bucket_5D/php83-bz2/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the bz2 extension for PHP 8.3. 2 | -------------------------------------------------------------------------------- /bucket_5D/tesseract/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the Tesseract OCR engine tools. 2 | -------------------------------------------------------------------------------- /bucket_5D/tradcpp/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/tradcpp 2 | -------------------------------------------------------------------------------- /bucket_5D/yajl/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains yajl tools. 2 | -------------------------------------------------------------------------------- /bucket_5E/doas/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | @(,,4555) bin/doas 2 | -------------------------------------------------------------------------------- /bucket_5E/ktoblzcheck/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the KtoBlzCheck tools. 2 | -------------------------------------------------------------------------------- /bucket_5E/llvm/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains llvm tools. 2 | -------------------------------------------------------------------------------- /bucket_5E/perl-Archive-Extract/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Generic archive extracting mechanism 2 | 3 | -------------------------------------------------------------------------------- /bucket_5E/perl-Authen-Simple/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Simple Authentication 2 | 3 | -------------------------------------------------------------------------------- /bucket_5E/ruby-rackup/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_5F/perl-Perl-Tidy/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | indent and reformat perl scripts 2 | 3 | -------------------------------------------------------------------------------- /bucket_5F/tdb/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the Trivial database tools. 2 | -------------------------------------------------------------------------------- /bucket_5F/tdb/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_5F/tdb/distinfo -------------------------------------------------------------------------------- /bucket_5F/xorg-driver-video-scfb/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/xorg/modules/drivers/scfb_drv.so 2 | -------------------------------------------------------------------------------- /bucket_60/php84-zip/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains the zip extension for PHP 8.4. 2 | -------------------------------------------------------------------------------- /bucket_61/augeas/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains Augeas tools. 2 | -------------------------------------------------------------------------------- /bucket_61/xorg-xf86dga/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/dga 2 | -------------------------------------------------------------------------------- /bucket_62/libmatekbd/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | MATE keyboard shared library. 2 | -------------------------------------------------------------------------------- /bucket_63/faad2/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/faad 2 | -------------------------------------------------------------------------------- /bucket_63/proj/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the PROJ tools. 2 | -------------------------------------------------------------------------------- /bucket_64/fish/manifests/plist.dev: -------------------------------------------------------------------------------- 1 | lib/pkgconfig/fish.pc 2 | -------------------------------------------------------------------------------- /bucket_65/libb64/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/libb64.so.0 2 | -------------------------------------------------------------------------------- /bucket_65/perl-Alien-patch/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Find or build patch 2 | 3 | -------------------------------------------------------------------------------- /bucket_66/biblesync/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/libbiblesync.so.%%SOVERSION%% 2 | -------------------------------------------------------------------------------- /bucket_66/npm/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravenports/ravensource/HEAD/bucket_66/npm/distinfo -------------------------------------------------------------------------------- /bucket_66/perl-Ref-Util-XS/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | XS implementation for Ref::Util 2 | 3 | -------------------------------------------------------------------------------- /bucket_66/ruby-dotenv/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Loads environment variables from `.env`. 2 | -------------------------------------------------------------------------------- /bucket_66/xorg-xdpyinfo/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xdpyinfo 2 | -------------------------------------------------------------------------------- /bucket_67/gcr3/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on the GCR library. 2 | -------------------------------------------------------------------------------- /bucket_67/libheif/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the HEIF tools. 2 | -------------------------------------------------------------------------------- /bucket_67/perl-Algorithm-LibLinear/specification.manual: -------------------------------------------------------------------------------- 1 | USES= c++:single 2 | -------------------------------------------------------------------------------- /bucket_68/duktape/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | This package contains the duktape libraries. 2 | -------------------------------------------------------------------------------- /bucket_68/duktape/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/duk 2 | -------------------------------------------------------------------------------- /bucket_68/neofetch/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/neofetch 2 | -------------------------------------------------------------------------------- /bucket_68/perl-Regexp-Trie/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | ERROR 2 | 3 | -------------------------------------------------------------------------------- /bucket_68/tar/manifests/plist.primary.noprefix: -------------------------------------------------------------------------------- 1 | bin/tar 2 | libexec/rmt 3 | -------------------------------------------------------------------------------- /bucket_68/tar/manifests/plist.primary.std: -------------------------------------------------------------------------------- 1 | bin/gtar 2 | libexec/grmt 3 | -------------------------------------------------------------------------------- /bucket_69/python-greenlet/specification.manual: -------------------------------------------------------------------------------- 1 | USES= c++:primary 2 | -------------------------------------------------------------------------------- /bucket_69/ssvnc/manifests/plist.docs: -------------------------------------------------------------------------------- 1 | share/doc/ssvnc/README 2 | -------------------------------------------------------------------------------- /bucket_69/xorg-xinput/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xinput 2 | -------------------------------------------------------------------------------- /bucket_6A/db5/descriptions/desc.cxx: -------------------------------------------------------------------------------- 1 | This package contains the c++ libraries of Berkeley DB5. 2 | -------------------------------------------------------------------------------- /bucket_6A/jbig2dec/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains jbig2dec program. 2 | -------------------------------------------------------------------------------- /bucket_6A/jbig2dec/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/jbig2dec 2 | -------------------------------------------------------------------------------- /bucket_6A/nvi/manifests/plist.dev: -------------------------------------------------------------------------------- 1 | lib/libvi.a 2 | -------------------------------------------------------------------------------- /bucket_6A/oksh/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | @shell bin/ksh 2 | -------------------------------------------------------------------------------- /bucket_6A/ruby-fast_gettext/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_6A/xorg-xrefresh/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xrefresh 2 | -------------------------------------------------------------------------------- /bucket_6B/nghttp3/manifests/plist.docs: -------------------------------------------------------------------------------- 1 | share/doc/nghttp3/README.rst 2 | -------------------------------------------------------------------------------- /bucket_6B/perl-Crypt-OpenSSL-Guess/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Guess OpenSSL include path 2 | 3 | -------------------------------------------------------------------------------- /bucket_6C/hexedit/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/hexedit 2 | -------------------------------------------------------------------------------- /bucket_6C/lcms2/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains Little CMS tools. 2 | -------------------------------------------------------------------------------- /bucket_6C/perl-Net-DNS/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Perl Interface to the Domain Name System 2 | 3 | -------------------------------------------------------------------------------- /bucket_6C/poppler-data/manifests/plist.dev: -------------------------------------------------------------------------------- 1 | lib/pkgconfig/poppler-data.pc 2 | -------------------------------------------------------------------------------- /bucket_6C/xorg-xxf86vm/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | This package contains the XKB file library. 2 | -------------------------------------------------------------------------------- /bucket_6D/gcr/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains gcr tools. 2 | -------------------------------------------------------------------------------- /bucket_6D/llvm19/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains llvm tools. 2 | -------------------------------------------------------------------------------- /bucket_6D/perl-Digest-SHA1/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Perl interface to the SHA-1 algorithm 2 | 3 | -------------------------------------------------------------------------------- /bucket_6E/libpeas/descriptions/desc.examples: -------------------------------------------------------------------------------- 1 | This subpackage contains example code. 2 | -------------------------------------------------------------------------------- /bucket_6E/perl-HTTP-Body/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | HTTP Body Parser 2 | 3 | -------------------------------------------------------------------------------- /bucket_6F/WebP/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on WebP library. 2 | -------------------------------------------------------------------------------- /bucket_6F/hexcompare/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/hexcompare 2 | -------------------------------------------------------------------------------- /bucket_6F/hicolor-icon-theme/manifests/plist.dev: -------------------------------------------------------------------------------- 1 | lib/pkgconfig/default-icon-theme.pc 2 | -------------------------------------------------------------------------------- /bucket_6F/libnotify/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the notify-send tool. 2 | -------------------------------------------------------------------------------- /bucket_6F/libnotify/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/notify-send 2 | -------------------------------------------------------------------------------- /bucket_6F/libwpg/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on libwpg. 2 | -------------------------------------------------------------------------------- /bucket_6F/perl-Alien-gmake/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Find or build GNU Make 2 | 3 | -------------------------------------------------------------------------------- /bucket_6F/perl-Object-Array/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | array references with accessors 2 | 3 | -------------------------------------------------------------------------------- /bucket_6F/unixODBC/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains ODBC tools. 2 | -------------------------------------------------------------------------------- /bucket_70/R-expm/specification.manual: -------------------------------------------------------------------------------- 1 | USES= gettext:build 2 | -------------------------------------------------------------------------------- /bucket_70/perl-Scope-Upper/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Act on upper scopes. 2 | 3 | -------------------------------------------------------------------------------- /bucket_70/slider/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/slider 2 | -------------------------------------------------------------------------------- /bucket_71/idnkit/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains idnkit tools. 2 | -------------------------------------------------------------------------------- /bucket_74/xorg-font-xfree86-type1/manifests/plist.single: -------------------------------------------------------------------------------- 1 | %%FONTSDIR%%/cursor.pfa 2 | -------------------------------------------------------------------------------- /bucket_75/R-units/specification.manual: -------------------------------------------------------------------------------- 1 | BUILDRUN_DEPENDS= udunits:primary:std 2 | -------------------------------------------------------------------------------- /bucket_75/perl-Net-HTTP/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Low-level HTTP connection (client) 2 | 3 | -------------------------------------------------------------------------------- /bucket_76/perl-MIME-Charset/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Charset Information for MIME 2 | 3 | -------------------------------------------------------------------------------- /bucket_76/scdoc/manifests/plist.dev: -------------------------------------------------------------------------------- 1 | lib/pkgconfig/scdoc.pc 2 | -------------------------------------------------------------------------------- /bucket_76/scdoc/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/scdoc 2 | -------------------------------------------------------------------------------- /bucket_77/mtdev/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the mtdev test program. 2 | -------------------------------------------------------------------------------- /bucket_77/mtdev/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/mtdev-test 2 | -------------------------------------------------------------------------------- /bucket_77/syncthing/files/special.mk: -------------------------------------------------------------------------------- 1 | PREPEND_PATH= ${LOCALBASE}/go119/bin 2 | -------------------------------------------------------------------------------- /bucket_78/avahi/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains avahi programs. 2 | -------------------------------------------------------------------------------- /bucket_78/ghostscript/manifests/plist.x11: -------------------------------------------------------------------------------- 1 | lib/ghostscript/%%GV%%/X11.so 2 | -------------------------------------------------------------------------------- /bucket_78/perl-DateTime/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | A date and time object for Perl 2 | 3 | -------------------------------------------------------------------------------- /bucket_78/pinentry/manifests/plist.single.fltk: -------------------------------------------------------------------------------- 1 | bin/pinentry-fltk 2 | -------------------------------------------------------------------------------- /bucket_78/pinentry/manifests/plist.single.gnome3: -------------------------------------------------------------------------------- 1 | bin/pinentry-gnome3 2 | -------------------------------------------------------------------------------- /bucket_78/pinentry/manifests/plist.single.gtk2: -------------------------------------------------------------------------------- 1 | bin/pinentry-gtk-2 2 | -------------------------------------------------------------------------------- /bucket_78/pinentry/manifests/plist.single.ncurses: -------------------------------------------------------------------------------- 1 | bin/pinentry-curses 2 | -------------------------------------------------------------------------------- /bucket_79/cd-discid/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/cd-discid 2 | -------------------------------------------------------------------------------- /bucket_79/hexd/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/hexd 2 | -------------------------------------------------------------------------------- /bucket_79/openh264/descriptions/desc.plugin: -------------------------------------------------------------------------------- 1 | This package contains the openh264 plugin. 2 | -------------------------------------------------------------------------------- /bucket_79/unzoo/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/unzoo 2 | -------------------------------------------------------------------------------- /bucket_7A/perl-File-DesktopEntry/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Module to handle .desktop files 2 | 3 | -------------------------------------------------------------------------------- /bucket_7A/python-netbox-secretstore/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | A Secret store for NetBox 2 | -------------------------------------------------------------------------------- /bucket_7A/qbe/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/qbe 2 | -------------------------------------------------------------------------------- /bucket_7B/perl-Sort-Key-Top/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | select and sort top n elements 2 | 3 | -------------------------------------------------------------------------------- /bucket_7B/perl-Sort-Key/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | the fastest way to sort anything in Perl 2 | 3 | -------------------------------------------------------------------------------- /bucket_7B/xorg-xkbcomp/manifests/plist.dev: -------------------------------------------------------------------------------- 1 | lib/pkgconfig/xkbcomp.pc 2 | -------------------------------------------------------------------------------- /bucket_7B/xorg-xkbcomp/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xkbcomp 2 | -------------------------------------------------------------------------------- /bucket_7C/kf6-kfilemetadata/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/kfilemetadata_dump6 2 | -------------------------------------------------------------------------------- /bucket_7E/perl-Module-CPANfile/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Parse cpanfile 2 | 3 | -------------------------------------------------------------------------------- /bucket_7E/xorg-driver-input-keyboard/Script: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bucket_7E/xorg-driver-input-keyboard/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/xorg/modules/input/kbd_drv.so 2 | -------------------------------------------------------------------------------- /bucket_7E/xorg-driver-video-vesa/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/xorg/modules/drivers/vesa_drv.so 2 | -------------------------------------------------------------------------------- /bucket_7F/R-data.table/specification.manual: -------------------------------------------------------------------------------- 1 | USES= pkgconfig gettext:build 2 | -------------------------------------------------------------------------------- /bucket_7F/libmicrohttpd/manifests/plist.info: -------------------------------------------------------------------------------- 1 | share/info/libmicrohttpd_performance_data.png 2 | -------------------------------------------------------------------------------- /bucket_7F/nnn/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/nnn 2 | -------------------------------------------------------------------------------- /bucket_80/base64/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/base64 2 | -------------------------------------------------------------------------------- /bucket_80/comtrya/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/comtrya 2 | -------------------------------------------------------------------------------- /bucket_80/gccmakedep/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/gccmakedep 2 | -------------------------------------------------------------------------------- /bucket_80/lua-sysctl/manifests/plist.docs: -------------------------------------------------------------------------------- 1 | share/doc/lua%%LUA_VER_STR%%/lua-sysctl/README.md 2 | -------------------------------------------------------------------------------- /bucket_80/lua-sysctl/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | %%LUA_MODLIBDIR%%/sysctl.so 2 | -------------------------------------------------------------------------------- /bucket_80/ruby-facter/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | You can prove anything with facts! 2 | -------------------------------------------------------------------------------- /bucket_80/ruby-faraday-em_synchrony/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Faraday adapter for EM::Synchrony 2 | -------------------------------------------------------------------------------- /bucket_80/tree/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/tree 2 | -------------------------------------------------------------------------------- /bucket_80/xorg-font-winitzki-cyrillic/manifests/plist.single: -------------------------------------------------------------------------------- 1 | %%FONTSDIR%%/proof9x16.pcf.gz 2 | -------------------------------------------------------------------------------- /bucket_80/xorg-xcvt/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the xcvt tool. 2 | -------------------------------------------------------------------------------- /bucket_80/xorg-xcvt/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/cvt 2 | -------------------------------------------------------------------------------- /bucket_80/zziplib/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This subackage provides zziplib tools. 2 | -------------------------------------------------------------------------------- /bucket_81/perl-Devel-Caller/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Meatier version of the core caller. 2 | -------------------------------------------------------------------------------- /bucket_81/perl-Mail-IMAPClient/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | IMAP4 client library 2 | 3 | -------------------------------------------------------------------------------- /bucket_81/perl-Text-SimpleTable/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Simple eyecandy ASCII tables 2 | 3 | -------------------------------------------------------------------------------- /bucket_83/perl-Authen-SASL/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | SASL Authentication framework 2 | 3 | -------------------------------------------------------------------------------- /bucket_83/perl-Test-Base/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | A Data Driven Testing Framework 2 | 3 | -------------------------------------------------------------------------------- /bucket_83/xmlcharent/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | XML character entity sets derived from ISO 8879. 2 | -------------------------------------------------------------------------------- /bucket_84/libavif/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains AVIF encoder tools. 2 | -------------------------------------------------------------------------------- /bucket_84/perl-Algorithm-Voting/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | voting algorithm implementations 2 | 3 | -------------------------------------------------------------------------------- /bucket_85/perl-Cookie-Baker/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Cookie string generator / parser 2 | 3 | -------------------------------------------------------------------------------- /bucket_85/timidity/descriptions/desc.gtk: -------------------------------------------------------------------------------- 1 | GTK+ interface package for TiMidity++. 2 | -------------------------------------------------------------------------------- /bucket_85/timidity/descriptions/desc.ncurses: -------------------------------------------------------------------------------- 1 | Ncurses interface package for TiMidity++. 2 | -------------------------------------------------------------------------------- /bucket_85/timidity/descriptions/desc.xaw: -------------------------------------------------------------------------------- 1 | X11 Athena Widget interface package for TiMidity++. 2 | -------------------------------------------------------------------------------- /bucket_85/timidity/manifests/plist.gtk: -------------------------------------------------------------------------------- 1 | lib/timidity/if_gtk.so 2 | -------------------------------------------------------------------------------- /bucket_85/timidity/manifests/plist.ncurses: -------------------------------------------------------------------------------- 1 | lib/timidity/if_ncurses.so 2 | -------------------------------------------------------------------------------- /bucket_85/timidity/manifests/plist.xaw: -------------------------------------------------------------------------------- 1 | lib/timidity/if_xaw.so 2 | -------------------------------------------------------------------------------- /bucket_85/xorg-driver-input-mouse/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/xorg/modules/input/mouse_drv.so 2 | -------------------------------------------------------------------------------- /bucket_86/aucatctl/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/aucatctl 2 | -------------------------------------------------------------------------------- /bucket_86/libidn/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the idn tool. 2 | -------------------------------------------------------------------------------- /bucket_86/libidn/manifests/plist.info: -------------------------------------------------------------------------------- 1 | share/info/libidn-components.png 2 | -------------------------------------------------------------------------------- /bucket_86/perl-Net-SMTPS/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | SSL/STARTTLS support for Net::SMTP 2 | 3 | -------------------------------------------------------------------------------- /bucket_87/getopt/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/getopt 2 | -------------------------------------------------------------------------------- /bucket_87/perl-File-Remove/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Remove files and directories 2 | 3 | -------------------------------------------------------------------------------- /bucket_87/perl-Moose/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | A postmodern object system for Perl 5 2 | 3 | -------------------------------------------------------------------------------- /bucket_89/libwpd/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on libwpd. 2 | -------------------------------------------------------------------------------- /bucket_89/rhash/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/librhash.so.1 2 | -------------------------------------------------------------------------------- /bucket_8A/perl-File-ShareDir-Install/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Install shared files 2 | 3 | -------------------------------------------------------------------------------- /bucket_8A/xorg-xvinfo/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xvinfo 2 | -------------------------------------------------------------------------------- /bucket_8B/perl-Mojolicious/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Real-time web framework 2 | 3 | -------------------------------------------------------------------------------- /bucket_8B/python-psycopg2/specification.manual: -------------------------------------------------------------------------------- 1 | USES= pgsql 2 | -------------------------------------------------------------------------------- /bucket_8C/a52dec/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the a52dec tools. 2 | -------------------------------------------------------------------------------- /bucket_8C/ruby-date/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | The official date library for Ruby. 2 | -------------------------------------------------------------------------------- /bucket_8D/mpg123/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This subpackage contains the tools of mpg123. 2 | -------------------------------------------------------------------------------- /bucket_8D/perl-Test-SharedFork/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | fork test 2 | 3 | -------------------------------------------------------------------------------- /bucket_8D/speex/manifests/plist.docs: -------------------------------------------------------------------------------- 1 | share/doc/speex/manual.pdf 2 | -------------------------------------------------------------------------------- /bucket_8D/xorg-xtst/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | This package contains the XKB file library. 2 | -------------------------------------------------------------------------------- /bucket_8E/ahven/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/libahven.so.%%SOMAJOR%% 2 | -------------------------------------------------------------------------------- /bucket_8E/libpaper/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the tools baesd on libpaper 2 | -------------------------------------------------------------------------------- /bucket_8E/perl-HTTP-MultiPartParser/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | HTTP MultiPart Parser 2 | 3 | -------------------------------------------------------------------------------- /bucket_8F/perl-Devel-MAT/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Perl Memory Analysis Tool 2 | 3 | -------------------------------------------------------------------------------- /bucket_8F/xcursor-themes/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains X.org cursors themes. 2 | -------------------------------------------------------------------------------- /bucket_90/groff/files/special.mk: -------------------------------------------------------------------------------- 1 | SHEBANG_NEW_SED= ${SED} 2 | -------------------------------------------------------------------------------- /bucket_90/lua52/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/liblua-%%LUA_VER%%.so.%%SOMAJOR%% 2 | -------------------------------------------------------------------------------- /bucket_90/perl-Hash-Ordered/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | A fast, pure-Perl ordered hash class 2 | 3 | -------------------------------------------------------------------------------- /bucket_91/R-robustbase/specification.manual: -------------------------------------------------------------------------------- 1 | USES= gettext:build 2 | -------------------------------------------------------------------------------- /bucket_92/perl-Algorithm-CRF/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This module is a perl binding of CRF++. 2 | -------------------------------------------------------------------------------- /bucket_93/freetds/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains FreeTDS tools. 2 | -------------------------------------------------------------------------------- /bucket_93/ruby-faraday-rack/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Faraday adapter for Rack 2 | -------------------------------------------------------------------------------- /bucket_93/uchardet/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the uchardet program. 2 | -------------------------------------------------------------------------------- /bucket_93/uchardet/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/uchardet 2 | -------------------------------------------------------------------------------- /bucket_95/xorg-xbacklight/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xbacklight 2 | -------------------------------------------------------------------------------- /bucket_96/m17n-lib/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains m17n tools. 2 | -------------------------------------------------------------------------------- /bucket_96/perl-Test-CheckDeps/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Check for presence of dependencies 2 | 3 | -------------------------------------------------------------------------------- /bucket_96/perl-Throwable/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | a role for classes that can be thrown 2 | 3 | -------------------------------------------------------------------------------- /bucket_96/rpm-sequoia/manifests/plist.dev: -------------------------------------------------------------------------------- 1 | lib/pkgconfig/rpm-sequoia.pc 2 | -------------------------------------------------------------------------------- /bucket_96/rpm-sequoia/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/librpm_sequoia.so 2 | -------------------------------------------------------------------------------- /bucket_97/harec/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/harec 2 | -------------------------------------------------------------------------------- /bucket_97/l-smash/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/liblsmash.so.2 2 | -------------------------------------------------------------------------------- /bucket_97/recoll/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | This package contains the recoil library. 2 | -------------------------------------------------------------------------------- /bucket_98/GeoIP/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains GeoIP lookup tools. 2 | -------------------------------------------------------------------------------- /bucket_98/R-curl/specification.manual: -------------------------------------------------------------------------------- 1 | USES= shebangfix curl 2 | SHEBANG_ADD_SH= configure 3 | -------------------------------------------------------------------------------- /bucket_98/aom/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on the AV1 codec. 2 | -------------------------------------------------------------------------------- /bucket_98/docbook-sgml/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | DocBook SGML Document Type Definition (DTD) 2 | -------------------------------------------------------------------------------- /bucket_98/kf6-kservice/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/kbuildsycoca6 2 | -------------------------------------------------------------------------------- /bucket_98/python314/files/special.mk: -------------------------------------------------------------------------------- 1 | DISABLED_EXTENSIONS+= _tkinter _gdbm 2 | -------------------------------------------------------------------------------- /bucket_98/ruby-json_pure/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This is a JSON implementation in pure Ruby. 2 | -------------------------------------------------------------------------------- /bucket_99/aspell/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the aspell tools. 2 | -------------------------------------------------------------------------------- /bucket_99/atf/descriptions/desc.atftests: -------------------------------------------------------------------------------- 1 | This package contains aft test cases. 2 | -------------------------------------------------------------------------------- /bucket_99/libsecret/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This packages contains the libsecret tool. 2 | -------------------------------------------------------------------------------- /bucket_99/libsecret/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/secret-tool 2 | -------------------------------------------------------------------------------- /bucket_99/rtmpdump/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the rtmp tools. 2 | -------------------------------------------------------------------------------- /bucket_99/rtmpdump/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/librtmp.so.1 2 | -------------------------------------------------------------------------------- /bucket_99/ruby-net-http/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | HTTP client api for Ruby. 2 | -------------------------------------------------------------------------------- /bucket_99/ruby-rack-session/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_99/ucpp/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the ucpp program. 2 | -------------------------------------------------------------------------------- /bucket_99/ucpp/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/ucpp 2 | -------------------------------------------------------------------------------- /bucket_99/xorg-type1-fonts/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains X.Org Type 1 fonts. 2 | -------------------------------------------------------------------------------- /bucket_9A/makedepend/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/makedepend 2 | -------------------------------------------------------------------------------- /bucket_9A/perl-Alien-sqlite/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Alien package for the Sqlite library 2 | 3 | -------------------------------------------------------------------------------- /bucket_9A/ruby-benchmark/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | a performance benchmarking library 2 | -------------------------------------------------------------------------------- /bucket_9A/xorg-xlsclients/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xlsclients 2 | -------------------------------------------------------------------------------- /bucket_9B/cabextract/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/cabextract 2 | -------------------------------------------------------------------------------- /bucket_9B/hickory-dns/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/hickory-dns 2 | -------------------------------------------------------------------------------- /bucket_9C/icu/descriptions/desc.data: -------------------------------------------------------------------------------- 1 | This package contains ICU data. 2 | -------------------------------------------------------------------------------- /bucket_9C/icu/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains ICU tools. 2 | -------------------------------------------------------------------------------- /bucket_9C/xorg-luit/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/luit 2 | -------------------------------------------------------------------------------- /bucket_9D/cmark/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/cmark 2 | -------------------------------------------------------------------------------- /bucket_9D/nginx-unit/manifests/plist.php83: -------------------------------------------------------------------------------- 1 | libexec/unit/modules/php83.unit.so 2 | -------------------------------------------------------------------------------- /bucket_9D/nginx-unit/manifests/plist.php84: -------------------------------------------------------------------------------- 1 | libexec/unit/modules/php84.unit.so 2 | -------------------------------------------------------------------------------- /bucket_9D/nginx-unit/manifests/plist.php85: -------------------------------------------------------------------------------- 1 | libexec/unit/modules/php85.unit.so 2 | -------------------------------------------------------------------------------- /bucket_9D/nginx-unit/manifests/plist.unitd: -------------------------------------------------------------------------------- 1 | sbin/unitd 2 | @dir /var/log/nginx-unit 3 | -------------------------------------------------------------------------------- /bucket_9E/libwmf/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on wmf library. 2 | -------------------------------------------------------------------------------- /bucket_9E/mediainfo/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/mediainfo 2 | -------------------------------------------------------------------------------- /bucket_9E/nawk/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/nawk 2 | -------------------------------------------------------------------------------- /bucket_9E/perl-Algorithm-SocialNetwork/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Social Network Analysis 2 | 3 | -------------------------------------------------------------------------------- /bucket_9F/devilutionX/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/devilutionx 2 | -------------------------------------------------------------------------------- /bucket_9F/perl-Crypt-DES/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /bucket_9F/perl-Email-Date-Format/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | produce RFC 2822 date strings 2 | 3 | -------------------------------------------------------------------------------- /bucket_9F/ruby-mini_mime/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | A minimal mime type library 2 | -------------------------------------------------------------------------------- /bucket_A0/geomyidae/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/geomyidae 2 | -------------------------------------------------------------------------------- /bucket_A0/jasper/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the jasper tools. 2 | -------------------------------------------------------------------------------- /bucket_A0/pcsc-lite/manifests/plist.docs: -------------------------------------------------------------------------------- 1 | share/doc/pcsc-lite/setup_spy.sh 2 | -------------------------------------------------------------------------------- /bucket_A0/perl-Date-Range/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | work with a range of dates 2 | 3 | -------------------------------------------------------------------------------- /bucket_A0/perl-XXX/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | See Your Data in the Nude 2 | 3 | -------------------------------------------------------------------------------- /bucket_A0/python-ninja/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/ninja 2 | -------------------------------------------------------------------------------- /bucket_A0/ruby-getoptlong/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | GetoptLong for Ruby 2 | -------------------------------------------------------------------------------- /bucket_A1/fuse2/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains fuse2 programs. 2 | -------------------------------------------------------------------------------- /bucket_A1/miniupnpc/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the UPnP tools. 2 | -------------------------------------------------------------------------------- /bucket_A1/perl-Sub-Info/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Tool for inspecting subroutines. 2 | 3 | -------------------------------------------------------------------------------- /bucket_A1/vbindiff/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/vbindiff 2 | -------------------------------------------------------------------------------- /bucket_A2/perl-Clone/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | recursively copy Perl datatypes 2 | 3 | -------------------------------------------------------------------------------- /bucket_A4/perl-Test-File/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | test file attributes 2 | 3 | -------------------------------------------------------------------------------- /bucket_A4/perl-XML-SAX-Expat/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | SAX Driver for Expat 2 | 3 | -------------------------------------------------------------------------------- /bucket_A5/gmake/manifests/plist.dev: -------------------------------------------------------------------------------- 1 | include/gnumake.h 2 | -------------------------------------------------------------------------------- /bucket_A5/gmake/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/%%GNUPREFIX%%make 2 | -------------------------------------------------------------------------------- /bucket_A6/premake/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/premake5 2 | -------------------------------------------------------------------------------- /bucket_A6/xorg-xsetroot/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xsetroot 2 | -------------------------------------------------------------------------------- /bucket_A7/aalib/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on AA library. 2 | -------------------------------------------------------------------------------- /bucket_A7/libgpg-error/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains libgpg-error tools. 2 | -------------------------------------------------------------------------------- /bucket_A7/libgpg-error/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/gpg-error 2 | bin/yat2m 3 | -------------------------------------------------------------------------------- /bucket_A7/patchelf/manifests/plist.docs: -------------------------------------------------------------------------------- 1 | share/doc/patchelf/README.md 2 | -------------------------------------------------------------------------------- /bucket_A8/perl-Net-CUPS/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Common Unix Printing System Interface 2 | 3 | -------------------------------------------------------------------------------- /bucket_A8/ruby-gettext-setup/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | A gem to ease i18n 2 | -------------------------------------------------------------------------------- /bucket_A9/hyphen/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the hyphen substrings script. 2 | -------------------------------------------------------------------------------- /bucket_A9/hyphen/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/substrings.pl 2 | -------------------------------------------------------------------------------- /bucket_A9/libobjc2/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/libobjc.so.%%SOVERSION%% 2 | -------------------------------------------------------------------------------- /bucket_A9/libtasn1/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the ans1 tools. 2 | -------------------------------------------------------------------------------- /bucket_A9/qemu/files/qemu-ifdown.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec true 3 | -------------------------------------------------------------------------------- /bucket_A9/qemu/files/qemu-ifup.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec true 3 | -------------------------------------------------------------------------------- /bucket_A9/qemu/manifests/plist.dev: -------------------------------------------------------------------------------- 1 | include/qemu-plugin.h 2 | -------------------------------------------------------------------------------- /bucket_AB/frotz/manifests/plist.dumb: -------------------------------------------------------------------------------- 1 | bin/dfrotz 2 | -------------------------------------------------------------------------------- /bucket_AB/jbigkit/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the jbigkit tools. 2 | -------------------------------------------------------------------------------- /bucket_AB/perl-Hook-LexWrap/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Lexically scoped subroutine wrappers 2 | 3 | -------------------------------------------------------------------------------- /bucket_AC/R-glmnet/specification.manual: -------------------------------------------------------------------------------- 1 | USES= gettext:build 2 | -------------------------------------------------------------------------------- /bucket_AC/glade/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the actual glade programs. 2 | -------------------------------------------------------------------------------- /bucket_AC/krb5/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains Kerberos version 5 tools. 2 | -------------------------------------------------------------------------------- /bucket_AC/raptor/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/rapper 2 | -------------------------------------------------------------------------------- /bucket_AD/fetch/manifests/plist.primary.std: -------------------------------------------------------------------------------- 1 | bin/fetch 2 | -------------------------------------------------------------------------------- /bucket_AE/heme/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/heme 2 | -------------------------------------------------------------------------------- /bucket_AE/uclcmd/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/uclcmd 2 | -------------------------------------------------------------------------------- /bucket_AF/libevdev/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on libevdev. 2 | -------------------------------------------------------------------------------- /bucket_AF/perl-DBD-CSV/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | DBI driver for CSV files 2 | 3 | -------------------------------------------------------------------------------- /bucket_AF/python-pyclipper/specification.manual: -------------------------------------------------------------------------------- 1 | USES= c++:single 2 | -------------------------------------------------------------------------------- /bucket_B1/xorg-xwd/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xwd 2 | -------------------------------------------------------------------------------- /bucket_B2/lua-mpack/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains Lua bindings to libmpack. 2 | -------------------------------------------------------------------------------- /bucket_B2/lua-mpack/manifests/plist.single: -------------------------------------------------------------------------------- 1 | %%LUA_MODLIBDIR%%/mpack.so 2 | -------------------------------------------------------------------------------- /bucket_B3/R-xml2/specification.manual: -------------------------------------------------------------------------------- 1 | USES= iconv 2 | GNOME_COMPONENTS= libxml2 3 | -------------------------------------------------------------------------------- /bucket_B3/libnatpmp/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the natpmpc tool. 2 | -------------------------------------------------------------------------------- /bucket_B3/libnatpmp/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/libnatpmp.so.1 2 | -------------------------------------------------------------------------------- /bucket_B3/libnatpmp/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/natpmpc 2 | -------------------------------------------------------------------------------- /bucket_B3/meson/files/special.mk: -------------------------------------------------------------------------------- 1 | stage-dir: 2 | # do nothing 3 | -------------------------------------------------------------------------------- /bucket_B4/maim/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/maim 2 | -------------------------------------------------------------------------------- /bucket_B4/perl-Data-Dump/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Pretty printing of data structures 2 | 3 | -------------------------------------------------------------------------------- /bucket_B4/perl-XString/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Isolated String helpers from B 2 | 3 | -------------------------------------------------------------------------------- /bucket_B5/python-psautohint/specification.manual: -------------------------------------------------------------------------------- 1 | INSTALL_REQ_TOOLCHAIN= yes 2 | -------------------------------------------------------------------------------- /bucket_B5/xorg-iceauth/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/iceauth 2 | -------------------------------------------------------------------------------- /bucket_B6/kf6-solid/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/solid-hardware6 2 | -------------------------------------------------------------------------------- /bucket_B6/libvterm/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools base on vterm library. 2 | -------------------------------------------------------------------------------- /bucket_B6/p11-kit/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on the P11 kit. 2 | -------------------------------------------------------------------------------- /bucket_B6/python-ddt/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | A library to multiply test cases 2 | -------------------------------------------------------------------------------- /bucket_B7/flac/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains FLAC tools. 2 | -------------------------------------------------------------------------------- /bucket_B7/perl-Module-Compile/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Perl Module Compilation 2 | 3 | -------------------------------------------------------------------------------- /bucket_B7/python-coreapi/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Python client library for Core API. 2 | -------------------------------------------------------------------------------- /bucket_B7/ruby-deep_merge/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Recursively merge hashes. 2 | -------------------------------------------------------------------------------- /bucket_B7/wavpack/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains wavpack programs. 2 | -------------------------------------------------------------------------------- /bucket_B8/ruby-faraday-httpclient/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Faraday adapter for HTTPClient 2 | -------------------------------------------------------------------------------- /bucket_B9/fossil/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/fossil 2 | -------------------------------------------------------------------------------- /bucket_B9/libotr/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains OTR programs. 2 | -------------------------------------------------------------------------------- /bucket_B9/perl-MIME-Types/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Definition of MIME types 2 | 3 | -------------------------------------------------------------------------------- /bucket_B9/rexima/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | A small and flexible console mixer using ncurses. 2 | -------------------------------------------------------------------------------- /bucket_B9/rexima/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/rexima 2 | -------------------------------------------------------------------------------- /bucket_B9/ruby-marcel/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_BA/fribidi/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the fribidi program. 2 | -------------------------------------------------------------------------------- /bucket_BA/fribidi/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/fribidi 2 | -------------------------------------------------------------------------------- /bucket_BA/ruby-rainbow/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Colorize printed text on ANSI terminals 2 | -------------------------------------------------------------------------------- /bucket_BA/scrypt/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/scrypt 2 | -------------------------------------------------------------------------------- /bucket_BB/dosbox/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/dosbox 2 | -------------------------------------------------------------------------------- /bucket_BB/openntpd/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | Openntp server from the openbsd project. 2 | -------------------------------------------------------------------------------- /bucket_BB/ruby-searchkick/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_BC/kf6-breeze-icons/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | The KDE breeze icon theme. 2 | -------------------------------------------------------------------------------- /bucket_BC/perl-Test-Taint/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Checks for taintedness of variables 2 | 3 | -------------------------------------------------------------------------------- /bucket_BD/perl-IO-Tty/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Pseudo ttys and constants 2 | 3 | -------------------------------------------------------------------------------- /bucket_BD/perl-Test-Fork/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | test code which forks 2 | 3 | -------------------------------------------------------------------------------- /bucket_BD/ruby-faraday-em_http/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Faraday adapter for Em::Http 2 | -------------------------------------------------------------------------------- /bucket_BD/xorg-font-arabic-misc/manifests/plist.single: -------------------------------------------------------------------------------- 1 | share/fonts/misc/arabic24.pcf.gz 2 | -------------------------------------------------------------------------------- /bucket_BE/libpsl/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on libpsl. 2 | -------------------------------------------------------------------------------- /bucket_BE/lua54/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/liblua-%%LUA_VER%%.so.%%SOMAJOR%% 2 | -------------------------------------------------------------------------------- /bucket_BE/ruby-nio4r/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_BF/perl-Font-TTF/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | TTF font support for Perl 2 | 3 | -------------------------------------------------------------------------------- /bucket_C0/perl-File-Listing/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Parse directory listing 2 | 3 | -------------------------------------------------------------------------------- /bucket_C1/gperf/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/gperf 2 | -------------------------------------------------------------------------------- /bucket_C1/libzip/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on libzip. 2 | -------------------------------------------------------------------------------- /bucket_C1/sed/manifests/plist.primary.ravensys: -------------------------------------------------------------------------------- 1 | bin/sed 2 | -------------------------------------------------------------------------------- /bucket_C1/sed/manifests/plist.primary.std: -------------------------------------------------------------------------------- 1 | bin/gsed 2 | -------------------------------------------------------------------------------- /bucket_C2/perl-Text-Glob/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | match globbing patterns against text 2 | 3 | -------------------------------------------------------------------------------- /bucket_C2/xorg-xkill/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xkill 2 | -------------------------------------------------------------------------------- /bucket_C3/audiofile/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains audiofile programs. 2 | -------------------------------------------------------------------------------- /bucket_C3/ruby-temple/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_C4/perl-Tie-IxHash/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | ordered associative arrays for Perl 2 | 3 | -------------------------------------------------------------------------------- /bucket_C5/gpgme/descriptions/desc.cpp: -------------------------------------------------------------------------------- 1 | C++ bindings for GnuPG Made Easy (GPGME) library. 2 | -------------------------------------------------------------------------------- /bucket_C5/gpgme/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains GnuPG tools. 2 | -------------------------------------------------------------------------------- /bucket_C5/i3/manifests/plist.dev: -------------------------------------------------------------------------------- 1 | include/i3/ipc.h 2 | -------------------------------------------------------------------------------- /bucket_C5/perl-GSSAPI/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | ERROR 2 | 3 | -------------------------------------------------------------------------------- /bucket_C6/perl-Hash-MultiValue/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Store multiple values per key 2 | 3 | -------------------------------------------------------------------------------- /bucket_C6/perl-Net-LibIDN/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | ERROR 2 | 3 | -------------------------------------------------------------------------------- /bucket_C7/argon2/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the argon2 tool. 2 | -------------------------------------------------------------------------------- /bucket_C7/argon2/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/libargon2.so.1 2 | -------------------------------------------------------------------------------- /bucket_C7/argon2/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/argon2 2 | -------------------------------------------------------------------------------- /bucket_C7/perl-Stream-Buffered/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | temporary buffer to save bytes 2 | 3 | -------------------------------------------------------------------------------- /bucket_C7/ruby-ffi/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Ruby FFI library 2 | -------------------------------------------------------------------------------- /bucket_C7/ruby-ffi/files/special.mk: -------------------------------------------------------------------------------- 1 | GEM_ENV+= MAKE=gmake 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.addons: -------------------------------------------------------------------------------- 1 | lib/geany/addons.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.autoclose: -------------------------------------------------------------------------------- 1 | lib/geany/autoclose.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.automark: -------------------------------------------------------------------------------- 1 | lib/geany/automark.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.codenav: -------------------------------------------------------------------------------- 1 | lib/geany/codenav.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.commander: -------------------------------------------------------------------------------- 1 | lib/geany/commander.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.defineformat: -------------------------------------------------------------------------------- 1 | lib/geany/defineformat.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.keyrecord: -------------------------------------------------------------------------------- 1 | lib/geany/keyrecord.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.latex: -------------------------------------------------------------------------------- 1 | lib/geany/latex.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.lineoperations: -------------------------------------------------------------------------------- 1 | lib/geany/lineoperations.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.lipsum: -------------------------------------------------------------------------------- 1 | lib/geany/lipsum.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.markdown: -------------------------------------------------------------------------------- 1 | lib/geany/markdown.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.pretty_printer: -------------------------------------------------------------------------------- 1 | lib/geany/pretty-printer.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.projectorg: -------------------------------------------------------------------------------- 1 | lib/geany/projectorganizer.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.sendmail: -------------------------------------------------------------------------------- 1 | lib/geany/sendmail.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.shiftcolumn: -------------------------------------------------------------------------------- 1 | lib/geany/shiftcolumn.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.spellcheck: -------------------------------------------------------------------------------- 1 | lib/geany/spellcheck.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.tableconvert: -------------------------------------------------------------------------------- 1 | lib/geany/tableconvert.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.taghighlighter: -------------------------------------------------------------------------------- 1 | lib/geany/pairtaghighlighter.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.treebrowser: -------------------------------------------------------------------------------- 1 | lib/geany/treebrowser.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.updatechecker: -------------------------------------------------------------------------------- 1 | lib/geany/updatechecker.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.vimode: -------------------------------------------------------------------------------- 1 | lib/geany/vimode.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.webhelper: -------------------------------------------------------------------------------- 1 | lib/geany/webhelper.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.workbench: -------------------------------------------------------------------------------- 1 | lib/geany/workbench.so 2 | -------------------------------------------------------------------------------- /bucket_C8/geany-plugins/manifests/plist.xmlsnippets: -------------------------------------------------------------------------------- 1 | lib/geany/xmlsnippets.so 2 | -------------------------------------------------------------------------------- /bucket_C8/git-lfs/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/git-lfs 2 | -------------------------------------------------------------------------------- /bucket_C8/gtk4/manifests/plist.icon_cache: -------------------------------------------------------------------------------- 1 | bin/gtk4-update-icon-cache 2 | -------------------------------------------------------------------------------- /bucket_C8/perl-Image-ExifTool/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Read and write meta information 2 | 3 | -------------------------------------------------------------------------------- /bucket_C9/perl-Class-Tiny/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Minimalist class construction 2 | 3 | -------------------------------------------------------------------------------- /bucket_CA/speexdsp/manifests/plist.docs: -------------------------------------------------------------------------------- 1 | share/doc/speexdsp/manual.pdf 2 | -------------------------------------------------------------------------------- /bucket_CB/cairomm/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | C++ interface to cairo 2D graphics library. 2 | -------------------------------------------------------------------------------- /bucket_CB/perl-CryptX/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Cryptographic toolkit 2 | 3 | -------------------------------------------------------------------------------- /bucket_CB/ruby-pg/specification.manual: -------------------------------------------------------------------------------- 1 | USES= pgsql 2 | -------------------------------------------------------------------------------- /bucket_CC/perl-Encode-Detect/specification.manual: -------------------------------------------------------------------------------- 1 | USES= c++:single 2 | -------------------------------------------------------------------------------- /bucket_CC/perl-File-Map/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Memory mapping made simple and safe. 2 | 3 | -------------------------------------------------------------------------------- /bucket_CC/xorg-bdftopcf/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/bdftopcf 2 | -------------------------------------------------------------------------------- /bucket_CD/libftdi1/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on libFTDI1. 2 | -------------------------------------------------------------------------------- /bucket_CD/libftdi1/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/ftdi_eeprom 2 | -------------------------------------------------------------------------------- /bucket_CD/libotf/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on the otf library. 2 | -------------------------------------------------------------------------------- /bucket_CD/perl-Inline-C/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | C Language Support for Inline 2 | 3 | -------------------------------------------------------------------------------- /bucket_CD/perl-Test-CPAN-Meta/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Validate your CPAN META.json files 2 | 3 | -------------------------------------------------------------------------------- /bucket_CE/help2man/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/help2man 2 | -------------------------------------------------------------------------------- /bucket_CE/smpeg/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the plaympeg program. 2 | -------------------------------------------------------------------------------- /bucket_CE/smpeg/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/plaympeg 2 | -------------------------------------------------------------------------------- /bucket_CF/json-glib/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This subpackage contains the json-glib utils. 2 | -------------------------------------------------------------------------------- /bucket_CF/libcmis/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the cmis-client tool. 2 | -------------------------------------------------------------------------------- /bucket_CF/libcmis/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/cmis-client 2 | -------------------------------------------------------------------------------- /bucket_CF/lua-zlib/manifests/plist.single: -------------------------------------------------------------------------------- 1 | %%LUA_MODLIBDIR%%/zlib.so 2 | -------------------------------------------------------------------------------- /bucket_CF/lua53/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/liblua-%%LUA_VER%%.so.%%SOMAJOR%% 2 | -------------------------------------------------------------------------------- /bucket_CF/perl-Algorithm-AdaBoost/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | AdaBoost learning algorithm 2 | 3 | -------------------------------------------------------------------------------- /bucket_D0/mypaint-brushes/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | These are the brushes used by MyPaint v2.x. 2 | -------------------------------------------------------------------------------- /bucket_D0/oath-toolkit/descriptions/desc.pam: -------------------------------------------------------------------------------- 1 | This subpackage contains the OATH PAM module. 2 | -------------------------------------------------------------------------------- /bucket_D0/oath-toolkit/manifests/plist.pam: -------------------------------------------------------------------------------- 1 | lib/security/pam_oath.so 2 | -------------------------------------------------------------------------------- /bucket_D0/python313/files/special.mk: -------------------------------------------------------------------------------- 1 | DISABLED_EXTENSIONS+= _tkinter _gdbm 2 | -------------------------------------------------------------------------------- /bucket_D0/ruby-faraday-patron/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Faraday adapter for Patron 2 | -------------------------------------------------------------------------------- /bucket_D1/libdeflate/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package provides the libdeflate tools. 2 | -------------------------------------------------------------------------------- /bucket_D1/libdeflate/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | lib/libdeflate.so.0 2 | -------------------------------------------------------------------------------- /bucket_D1/precomp/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/precomp 2 | -------------------------------------------------------------------------------- /bucket_D2/hexcurse/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/hexcurse 2 | -------------------------------------------------------------------------------- /bucket_D2/kmod/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the kmod tools. 2 | -------------------------------------------------------------------------------- /bucket_D2/perl-Algorithm-Search/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Module for traversing an object. 2 | 3 | -------------------------------------------------------------------------------- /bucket_D3/agrep/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/agrep 2 | -------------------------------------------------------------------------------- /bucket_D3/db18/descriptions/desc.cxx: -------------------------------------------------------------------------------- 1 | This package contains the c++ libraries of Berkeley DB18. 2 | -------------------------------------------------------------------------------- /bucket_D3/perl-PPIx-Regexp/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Parse regular expressions 2 | 3 | -------------------------------------------------------------------------------- /bucket_D4/gn/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/gn 2 | -------------------------------------------------------------------------------- /bucket_D4/perl-HTML-Parser/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | HTML parser class 2 | 3 | -------------------------------------------------------------------------------- /bucket_D4/perl-Test-Needs/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Skip tests when modules not available 2 | 3 | -------------------------------------------------------------------------------- /bucket_D5/check/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/checkmk 2 | -------------------------------------------------------------------------------- /bucket_D5/lua-bitop/manifests/plist.single: -------------------------------------------------------------------------------- 1 | %%LUA_MODLIBDIR%%/bit.so 2 | -------------------------------------------------------------------------------- /bucket_D6/perl-libwww-perl/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | The World-Wide Web library for Perl 2 | 3 | -------------------------------------------------------------------------------- /bucket_D6/python-graphviz/specification.manual: -------------------------------------------------------------------------------- 1 | RUN_DEPENDS= graphviz:tools:std 2 | -------------------------------------------------------------------------------- /bucket_D6/xbrightness/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xbrightness 2 | -------------------------------------------------------------------------------- /bucket_D6/zxcvbn-c/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the zxcvbn-dictgen program. 2 | -------------------------------------------------------------------------------- /bucket_D7/gprbuild/files/special.mk: -------------------------------------------------------------------------------- 1 | PREPEND_PATH= ${WRKDIR}/bootstrap/bin 2 | -------------------------------------------------------------------------------- /bucket_D7/harfbuzz/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | HarfBuzz is an OpenType text shaping engine. 2 | -------------------------------------------------------------------------------- /bucket_D7/harfbuzz/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains harfbuzz tools. 2 | -------------------------------------------------------------------------------- /bucket_D7/kyua/descriptions/desc.tests: -------------------------------------------------------------------------------- 1 | This package contains individual kyua test fragments. 2 | -------------------------------------------------------------------------------- /bucket_D7/patch/manifests/plist.primary.noprefix: -------------------------------------------------------------------------------- 1 | bin/patch 2 | -------------------------------------------------------------------------------- /bucket_D7/patch/manifests/plist.primary.std: -------------------------------------------------------------------------------- 1 | bin/gpatch 2 | -------------------------------------------------------------------------------- /bucket_D7/perl-Algorithm-Networksort/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Create Sorting Networks 2 | 3 | -------------------------------------------------------------------------------- /bucket_D7/python-msgpack/specification.manual: -------------------------------------------------------------------------------- 1 | USES= c++:single 2 | -------------------------------------------------------------------------------- /bucket_D7/wayland/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the wayland scanner tool. 2 | -------------------------------------------------------------------------------- /bucket_D8/ffmpeg6/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the ffmeg6 tools. 2 | -------------------------------------------------------------------------------- /bucket_D8/ruby-mail/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | A really Ruby Mail handler. 2 | -------------------------------------------------------------------------------- /bucket_D9/blogc/descriptions/desc.man: -------------------------------------------------------------------------------- 1 | Man pages for blogc are contained in this package. 2 | -------------------------------------------------------------------------------- /bucket_D9/blogc/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/blogc 2 | -------------------------------------------------------------------------------- /bucket_D9/graphite/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the gr2fonttest tool. 2 | -------------------------------------------------------------------------------- /bucket_D9/graphite/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/gr2fonttest 2 | -------------------------------------------------------------------------------- /bucket_D9/opencvs/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/cvs 2 | -------------------------------------------------------------------------------- /bucket_D9/tcsh/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/tcsh 2 | -------------------------------------------------------------------------------- /bucket_DA/jam/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/jam 2 | -------------------------------------------------------------------------------- /bucket_DA/perl-Sub-Identify/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Retrieve names of code references 2 | 3 | -------------------------------------------------------------------------------- /bucket_DB/libmount/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains libmout tools. 2 | -------------------------------------------------------------------------------- /bucket_DB/perl-Lchown/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | use the lchown(2) system call from Perl 2 | 3 | -------------------------------------------------------------------------------- /bucket_DC/netcdf/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains netcdf tools. 2 | -------------------------------------------------------------------------------- /bucket_DC/wget2/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the wget program. 2 | -------------------------------------------------------------------------------- /bucket_DC/wget2/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/wget2 2 | -------------------------------------------------------------------------------- /bucket_DD/oed/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/ed 2 | -------------------------------------------------------------------------------- /bucket_DD/ruby-avro/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Avro is a data serialization and RPC format 2 | -------------------------------------------------------------------------------- /bucket_DD/xscreensaver/descriptions/desc.gl: -------------------------------------------------------------------------------- 1 | Additional screen savers that require OpenGL. 2 | -------------------------------------------------------------------------------- /bucket_DE/cwm/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/cwm 2 | -------------------------------------------------------------------------------- /bucket_DE/ffmpeg7/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the ffmeg6 tools. 2 | -------------------------------------------------------------------------------- /bucket_DE/perl-HTTP-Negotiate/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | choose a variant to serve 2 | 3 | -------------------------------------------------------------------------------- /bucket_DE/ruby-simple_form/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Forms made easy! 2 | -------------------------------------------------------------------------------- /bucket_E0/gstreamer1-plugins-resindvd/files/special.mk: -------------------------------------------------------------------------------- 1 | DEFAULT_DVD_DEVICE?= /dev/cd0 2 | -------------------------------------------------------------------------------- /bucket_E0/mupdf/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains MuPDF tools. 2 | -------------------------------------------------------------------------------- /bucket_E0/musikcube/descriptions/desc.in_gme: -------------------------------------------------------------------------------- 1 | This subpackage contains the libgme input plugin. 2 | -------------------------------------------------------------------------------- /bucket_E0/musikcube/manifests/plist.in_gme: -------------------------------------------------------------------------------- 1 | share/musikcube/plugins/libgmedecoder.so 2 | -------------------------------------------------------------------------------- /bucket_E0/musikcube/manifests/plist.in_openmpt: -------------------------------------------------------------------------------- 1 | share/musikcube/plugins/libopenmptdecoder.so 2 | -------------------------------------------------------------------------------- /bucket_E0/musikcube/manifests/plist.out_alsa: -------------------------------------------------------------------------------- 1 | share/musikcube/plugins/libalsaout.so 2 | -------------------------------------------------------------------------------- /bucket_E0/musikcube/manifests/plist.out_pipewire: -------------------------------------------------------------------------------- 1 | share/musikcube/plugins/libpipewireout.so 2 | -------------------------------------------------------------------------------- /bucket_E0/musikcube/manifests/plist.out_portaudio: -------------------------------------------------------------------------------- 1 | share/musikcube/plugins/libportaudioout.so 2 | -------------------------------------------------------------------------------- /bucket_E0/musikcube/manifests/plist.out_sndio: -------------------------------------------------------------------------------- 1 | share/musikcube/plugins/libsndioout.so 2 | -------------------------------------------------------------------------------- /bucket_E0/perl-Algorithm-Partition/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Partition a set of integers. 2 | 3 | -------------------------------------------------------------------------------- /bucket_E1/ruby-websocket-driver/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_E1/vim/manifests/plist.xxd: -------------------------------------------------------------------------------- 1 | bin/xxd 2 | -------------------------------------------------------------------------------- /bucket_E2/cfitsio/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains cfitsio programs. 2 | -------------------------------------------------------------------------------- /bucket_E3/tcl86/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the Tcl 8.6 program. 2 | -------------------------------------------------------------------------------- /bucket_E3/tcl86/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/tclsh%%TCL_VER%% 2 | -------------------------------------------------------------------------------- /bucket_E3/xorg-xmodmap/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xmodmap 2 | -------------------------------------------------------------------------------- /bucket_E4/jq/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/jq 2 | -------------------------------------------------------------------------------- /bucket_E4/perl-Scope-Guard/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | lexically-scoped resource management 2 | 3 | -------------------------------------------------------------------------------- /bucket_E5/pcmanfm/manifests/plist.dev: -------------------------------------------------------------------------------- 1 | include/pcmanfm-modules.h 2 | -------------------------------------------------------------------------------- /bucket_E6/R-XML/specification.manual: -------------------------------------------------------------------------------- 1 | USES= iconv 2 | GNOME_COMPONENTS= libxml2 3 | -------------------------------------------------------------------------------- /bucket_E6/xorg-xhost/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xhost 2 | -------------------------------------------------------------------------------- /bucket_E7/perl-Net-SSLeay/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Perl bindings for OpenSSL and LibreSSL 2 | 3 | -------------------------------------------------------------------------------- /bucket_E7/xorg-server/manifests/plist.primary.nest: -------------------------------------------------------------------------------- 1 | bin/Xnest 2 | @dir /var/lib/xkb 3 | -------------------------------------------------------------------------------- /bucket_E7/xorg-server/manifests/plist.primary.virtual: -------------------------------------------------------------------------------- 1 | bin/Xvfb 2 | @dir /var/lib/xkb 3 | -------------------------------------------------------------------------------- /bucket_E7/xorg-server/manifests/plist.primary.xephyr: -------------------------------------------------------------------------------- 1 | bin/Xephyr 2 | @dir /var/lib/xkb 3 | -------------------------------------------------------------------------------- /bucket_E7/xorg-xt/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | This package contains the X Toolkit library. 2 | -------------------------------------------------------------------------------- /bucket_E8/qrencode/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the qrencode program. 2 | -------------------------------------------------------------------------------- /bucket_E8/qrencode/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/qrencode 2 | -------------------------------------------------------------------------------- /bucket_E9/dejagnu/manifests/plist.dev: -------------------------------------------------------------------------------- 1 | include/dejagnu.h 2 | -------------------------------------------------------------------------------- /bucket_E9/libcxx/descriptions/desc.experimental: -------------------------------------------------------------------------------- 1 | LLVM project's libc++experimental library. 2 | -------------------------------------------------------------------------------- /bucket_E9/ruby-net-pop/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Ruby client library for POP3. 2 | -------------------------------------------------------------------------------- /bucket_EA/pcsc-ada/manifests/plist.dev: -------------------------------------------------------------------------------- 1 | lib/libpcscada.so.%%SOVERSION%% 2 | -------------------------------------------------------------------------------- /bucket_EB/xorg-setxkbmap/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/setxkbmap 2 | -------------------------------------------------------------------------------- /bucket_EC/aqbanking/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains Aqbanking programs. 2 | -------------------------------------------------------------------------------- /bucket_EC/aqbanking/manifests/plist.nls: -------------------------------------------------------------------------------- 1 | share/locale/de/LC_MESSAGES/aqbanking.mo 2 | -------------------------------------------------------------------------------- /bucket_EC/libGLU/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | This package contains the OpenGL utility library. 2 | -------------------------------------------------------------------------------- /bucket_EC/perl-Date-Simple/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /bucket_EC/perl-Email-MIME/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | easy MIME message handling 2 | 3 | -------------------------------------------------------------------------------- /bucket_EC/perl-Net-LibIDN2/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Perl bindings for GNU Libidn2 2 | 3 | -------------------------------------------------------------------------------- /bucket_EC/sccache/manifests/plist.docs: -------------------------------------------------------------------------------- 1 | share/doc/sccache/README.md 2 | -------------------------------------------------------------------------------- /bucket_EC/sccache/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/sccache 2 | -------------------------------------------------------------------------------- /bucket_EC/shared-mime-info/manifests/plist.dev: -------------------------------------------------------------------------------- 1 | lib/pkgconfig/shared-mime-info.pc 2 | -------------------------------------------------------------------------------- /bucket_EC/unfs3-sunrpc/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | sbin/unfsd 2 | -------------------------------------------------------------------------------- /bucket_ED/bindgen-cli/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/bindgen 2 | -------------------------------------------------------------------------------- /bucket_ED/ocl-icd/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the cllayerinfo tool. 2 | -------------------------------------------------------------------------------- /bucket_ED/ocl-icd/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/cllayerinfo 2 | -------------------------------------------------------------------------------- /bucket_ED/perl-ExtUtils-PkgConfig/specification.manual: -------------------------------------------------------------------------------- 1 | USES= pkgconfig 2 | -------------------------------------------------------------------------------- /bucket_EE/giflib/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the giflib tools. 2 | -------------------------------------------------------------------------------- /bucket_EE/libvisual/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the libvisual lv tool. 2 | -------------------------------------------------------------------------------- /bucket_EE/libvisual/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/lv-tool-0.4 2 | -------------------------------------------------------------------------------- /bucket_EE/microhttpd/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/micro_httpd 2 | -------------------------------------------------------------------------------- /bucket_EF/gwenhywfar/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the gwenhywfar programs. 2 | -------------------------------------------------------------------------------- /bucket_EF/gwenhywfar/manifests/plist.nls: -------------------------------------------------------------------------------- 1 | share/locale/de/LC_MESSAGES/gwenhywfar.mo 2 | -------------------------------------------------------------------------------- /bucket_EF/perl-Net-SNMP/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Object oriented interface to SNMP 2 | 3 | -------------------------------------------------------------------------------- /bucket_EF/ruby-drb/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Distributed object system for Ruby 2 | -------------------------------------------------------------------------------- /bucket_F0/gnustep-base/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contails the gnustep-base tools. 2 | -------------------------------------------------------------------------------- /bucket_F0/perl-Test-Pod/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | check for POD errors in files 2 | 3 | -------------------------------------------------------------------------------- /bucket_F0/perl-Text-Table/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Organize Data in Tables 2 | 3 | -------------------------------------------------------------------------------- /bucket_F1/lzop/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/lzop 2 | -------------------------------------------------------------------------------- /bucket_F1/xorg-xkbevd/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/xkbevd 2 | -------------------------------------------------------------------------------- /bucket_F2/brotli/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the brotli compression tool. 2 | -------------------------------------------------------------------------------- /bucket_F2/perl-SUPER/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | control superclass method dispatch 2 | 3 | -------------------------------------------------------------------------------- /bucket_F3/aria2/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the actual aria2 program. 2 | -------------------------------------------------------------------------------- /bucket_F3/catdoc/manifests/plist.viewer: -------------------------------------------------------------------------------- 1 | bin/wordview 2 | -------------------------------------------------------------------------------- /bucket_F3/chmlib/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains tools based on the CHM library. 2 | -------------------------------------------------------------------------------- /bucket_F3/libidn2/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the idn2 tool. 2 | -------------------------------------------------------------------------------- /bucket_F3/libidn2/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/idn2 2 | -------------------------------------------------------------------------------- /bucket_F3/perl-Crypt-URandom/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Provide non blocking randomness 2 | 3 | -------------------------------------------------------------------------------- /bucket_F3/perl-Data-Record/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | "split" on steroids 2 | 3 | -------------------------------------------------------------------------------- /bucket_F3/perl-HTTP-Daemon/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | A simple http server class 2 | 3 | -------------------------------------------------------------------------------- /bucket_F3/qpdf/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains qpdf tools. 2 | -------------------------------------------------------------------------------- /bucket_F3/qpdf/manifests/plist.docs: -------------------------------------------------------------------------------- 1 | share/doc/qpdf/README-doc.txt 2 | -------------------------------------------------------------------------------- /bucket_F3/ruby-action_text-trix/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_F4/cairomm10/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | C++ interface to cairo 2D graphics library. 2 | -------------------------------------------------------------------------------- /bucket_F4/dasm/manifests/plist.single: -------------------------------------------------------------------------------- 1 | bin/dasm 2 | bin/ftohex 3 | -------------------------------------------------------------------------------- /bucket_F4/dwm/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/dwm 2 | -------------------------------------------------------------------------------- /bucket_F4/mysql/files/special.mk: -------------------------------------------------------------------------------- 1 | ETCDIR= ${PREFIX}/etc/mysql 2 | -------------------------------------------------------------------------------- /bucket_F4/perl-Onyphe/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | ONYPHE base class 2 | 3 | -------------------------------------------------------------------------------- /bucket_F4/wmctrl/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/wmctrl 2 | -------------------------------------------------------------------------------- /bucket_F4/xorg-xfont/descriptions/desc.primary: -------------------------------------------------------------------------------- 1 | This package contains the X font libary. 2 | -------------------------------------------------------------------------------- /bucket_F5/R-DiceDesign/specification.manual: -------------------------------------------------------------------------------- 1 | USES= gettext 2 | -------------------------------------------------------------------------------- /bucket_F5/lzip/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/lzip 2 | -------------------------------------------------------------------------------- /bucket_F5/perl-Archive-Any-Lite/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | simple CPAN package extractor 2 | 3 | -------------------------------------------------------------------------------- /bucket_F5/perl-Heap/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | ERROR 2 | 3 | -------------------------------------------------------------------------------- /bucket_F5/ruby-rubyzip/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_F6/libxkbcommon/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the xkbcli tools. 2 | -------------------------------------------------------------------------------- /bucket_F8/gcab/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the gcab tool. 2 | -------------------------------------------------------------------------------- /bucket_F8/gcab/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/gcab 2 | -------------------------------------------------------------------------------- /bucket_F8/libcddb/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the cddb query program. 2 | -------------------------------------------------------------------------------- /bucket_F8/libcddb/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/cddb_query 2 | -------------------------------------------------------------------------------- /bucket_F8/openjpeg/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the openjpeg tools. 2 | -------------------------------------------------------------------------------- /bucket_F8/perl-Module-ExtractUse/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Find out what modules are used 2 | 3 | -------------------------------------------------------------------------------- /bucket_F9/lua-lpeg/manifests/plist.single: -------------------------------------------------------------------------------- 1 | %%LUA_MODLIBDIR%%/lpeg.so 2 | -------------------------------------------------------------------------------- /bucket_FA/sbcl/files/sbclrc.in: -------------------------------------------------------------------------------- 1 | (load "%%PREFIX%%/etc/asdf-init.lisp") 2 | -------------------------------------------------------------------------------- /bucket_FB/hdf5/descriptions/desc.cxx: -------------------------------------------------------------------------------- 1 | This package contains the HDF5 C++ libraries. 2 | -------------------------------------------------------------------------------- /bucket_FB/hdf5/descriptions/desc.fort: -------------------------------------------------------------------------------- 1 | This package contains the HDF5 fortran libraries. 2 | -------------------------------------------------------------------------------- /bucket_FB/hdf5/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This packages contains HDF5 tools. 2 | -------------------------------------------------------------------------------- /bucket_FB/pciids/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Database of all known IDs used in PCI devices. 2 | -------------------------------------------------------------------------------- /bucket_FB/perl-Alien-proj/IGNORE_Alien::MSYS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bucket_FB/perl-Alien-proj/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Alien package for the PROJ library 2 | 3 | -------------------------------------------------------------------------------- /bucket_FB/perl-Convert-Color-XTerm/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | indexed colors used by XTerm 2 | 3 | -------------------------------------------------------------------------------- /bucket_FB/perl-ExtUtils-XSpp/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | XS for C++ 2 | 3 | -------------------------------------------------------------------------------- /bucket_FB/perl-HTML-Tagset/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Data tables useful in parsing HTML 2 | 3 | -------------------------------------------------------------------------------- /bucket_FB/ruby-io-console/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | add console capabilities to IO instances. 2 | -------------------------------------------------------------------------------- /bucket_FC/R-jpeg/specification.manual: -------------------------------------------------------------------------------- 1 | USES= jpeg 2 | -------------------------------------------------------------------------------- /bucket_FC/R-writexl/specification.manual: -------------------------------------------------------------------------------- 1 | USES= zlib 2 | -------------------------------------------------------------------------------- /bucket_FC/perl-Astro-FITS-CFITSIO/specification.manual: -------------------------------------------------------------------------------- 1 | BUILDRUN_DEPENDS= cfitsio:primary:std 2 | -------------------------------------------------------------------------------- /bucket_FC/ruby-faraday-excon/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | Faraday adapter for Excon 2 | -------------------------------------------------------------------------------- /bucket_FC/ruby-kramdown-parser-gfm/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_FD/postfix/descriptions/desc.ldap: -------------------------------------------------------------------------------- 1 | This package contains the ldap module for postfix. 2 | -------------------------------------------------------------------------------- /bucket_FD/ruby-mysql2/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bucket_FE/botan/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains botan tools. 2 | -------------------------------------------------------------------------------- /bucket_FE/byacc/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/yacc 2 | -------------------------------------------------------------------------------- /bucket_FE/xorg-font-alias/descriptions/desc.single: -------------------------------------------------------------------------------- 1 | This package contains X.Org Font aliases. 2 | -------------------------------------------------------------------------------- /bucket_FF/expect/descriptions/desc.tools: -------------------------------------------------------------------------------- 1 | This package contains the expect tool. 2 | -------------------------------------------------------------------------------- /bucket_FF/simdutf/manifests/plist.tools: -------------------------------------------------------------------------------- 1 | bin/fastbase64 2 | bin/sutf 3 | -------------------------------------------------------------------------------- /bucket_FF/sparforte/manifests/plist.primary: -------------------------------------------------------------------------------- 1 | bin/spar 2 | --------------------------------------------------------------------------------