├── .gitignore ├── 0ad-data ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── 0ad ├── COMMIT_MSG ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-build_premake_extern__libs5.lua │ ├── patch-build_premake_premake5.lua │ ├── patch-build_workspaces_clean-workspaces.sh │ ├── patch-build_workspaces_update-workspaces.sh │ ├── patch-libraries_source_fcollada_include_FCDocument_FCDocument.h │ ├── patch-libraries_source_fcollada_include_FUtils_FUCriticalSection.h │ ├── patch-libraries_source_fcollada_include_FUtils_Platforms.h │ ├── patch-libraries_source_fcollada_src_FCollada_FCDocument_FCDocument.h │ ├── patch-libraries_source_fcollada_src_FCollada_FUtils_FUCriticalSection.h │ ├── patch-libraries_source_fcollada_src_FCollada_FUtils_FUStringBuilder.hpp │ ├── patch-libraries_source_fcollada_src_FCollada_FUtils_Platforms.h │ ├── patch-libraries_source_nvtt_src_CMakeLists.txt │ ├── patch-libraries_source_nvtt_src_src_nvtt_CMakeLists.txt │ ├── patch-libraries_source_spidermonkey_build.sh │ ├── patch-source_lib_allocators_page__aligned.cpp │ ├── patch-source_maths_tests_test__Bound.h │ ├── patch-source_network_StunClient.cpp │ ├── patch-source_scriptinterface_ScriptTypes.h │ ├── patch-source_scriptinterface_tests_test__ScriptConversions.h │ ├── patch-source_third__party_mikktspace_weldmesh.cpp │ └── patch-source_third__party_tinygettext_include_tinygettext_iconv.hpp ├── 2048-c ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── 3dsconv ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── 4ti2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-configure ├── 7-zip-zstd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-CPP_7zip_Common_CWrappers.h │ ├── patch-CPP_7zip_Common_FileStreams.cpp │ ├── patch-CPP_7zip_UI_Common_UpdateCallback.cpp │ ├── patch-CPP_Common_CommandLineParser.cpp │ ├── patch-CPP_Windows_System.cpp │ └── patch-CPP_Windows_SystemInfo.cpp ├── 7z-bin ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── 8bc ├── COMMIT_MSG ├── DESCR ├── LICENSE.pdp8pal ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-doc_8bc.ms ├── 8cc-git ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── ARC ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-test__data_runarc ├── Aseprite ├── Aseprite-license ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── Bear ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── Chinput ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ac │ ├── patch-ae │ └── patch-af ├── Coin ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-src_tidbits.cpp │ └── patch-testsuite_TestSuiteUtils.cpp ├── CuraEngine ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── ETL ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── FLIF-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_Makefile ├── FLIF ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-src_Makefile ├── FreeBASIC ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── GNUMail-pgp ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── GSAlign ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── GSCommander ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── GenericRepeatFinder ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_Makefile ├── Geomyidae-git ├── DESCR ├── Makefile ├── PLIST └── files │ └── geomyidae.sh ├── HP-1973 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-HP1973.py ├── HiGHS ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── I2util ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ImapGoose ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── LMtester ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── LuaJIT-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── patches │ ├── patch-Makefile │ └── patch-src_Makefile └── platform.mk ├── LuaJIT2 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── patches │ ├── patch-Makefile │ ├── patch-src_Makefile │ ├── patch-src_lj__ccallback.c │ └── patch-src_lj__mcode.c └── platform.mk ├── LuaJIT21 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── patches │ ├── patch-Makefile │ └── patch-src_Makefile └── platform.mk ├── MagickaBBS ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile.freebsd │ ├── patch-Xmodem_Makefile │ └── patch-jamlib_Makefile.linux ├── Makefile ├── MoleInvasion ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── NetworkManager ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── OpenGLUT ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── OpenJK-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── openjk.sh │ ├── openjk_sp.sh │ ├── openjkded.sh │ └── openjo_sp.sh └── patches │ ├── patch-code_rd-vanilla_qgl.h │ ├── patch-codemp_rd-dedicated_qgl.h │ ├── patch-codemp_rd-rend2_qgl.h │ └── patch-codemp_rd-vanilla_qgl.h ├── OpenLara ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── OpenROAD ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── OpenSTA ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-search_Sta.cc ├── OpenTESArena ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-OpenTESArena_src_Interface_ProvinceMapPanel.cpp │ ├── patch-OpenTESArena_src_Interface_TextCinematicPanel.cpp │ ├── patch-OpenTESArena_src_Rendering_SoftwareRenderer.cpp │ └── patch-OpenTESArena_src_Utilities_Platform.cpp ├── PPower4 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── ppower4.sh ├── PatternPaint ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-PatternPaint.pro ├── PayloadsAllTheThings ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── PyBabelFish ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── Qweyboard ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── R-BiocGenerics ├── DESCR ├── Makefile ├── buildlink3.mk └── distinfo ├── R-C50 ├── DESCR ├── Makefile └── distinfo ├── R-Matrix ├── DESCR ├── Makefile ├── TODO ├── distinfo └── patches │ ├── patch-src_AMD_Source_Makefile │ ├── patch-src_CHOLMOD_Lib_Makefile │ └── patch-src_COLAMD_Source_Makefile ├── R-MySQL ├── DESCR ├── Makefile ├── TODO └── distinfo ├── R-Rcpp ├── DESCR ├── Makefile ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-inst_include_Rcpp_exceptions.h │ ├── patch-inst_include_Rcpp_exceptions_cpp11_exceptions.h │ ├── patch-inst_include_Rcpp_exceptions_cpp98_exceptions.h │ └── patch-inst_include_Rcpp_utils_tinyformat.h ├── R-Rgraphviz ├── DESCR ├── Makefile └── distinfo ├── R-Rserve ├── DESCR ├── Makefile ├── distinfo └── patches │ ├── patch-aa │ └── patch-version ├── R-arrow ├── DESCR ├── Makefile ├── TODO └── distinfo ├── R-biganalytics ├── DESCR ├── Makefile └── distinfo ├── R-bigmemory.sri ├── DESCR ├── Makefile ├── buildlink3.mk └── distinfo ├── R-bigmemory ├── DESCR ├── Makefile ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── R-bigtabulate ├── DESCR ├── Makefile └── distinfo ├── R-bnlearn ├── DESCR ├── Makefile └── distinfo ├── R-conditionz ├── DESCR ├── Makefile └── distinfo ├── R-crul ├── DESCR ├── Makefile └── distinfo ├── R-cubature ├── DESCR ├── Makefile └── distinfo ├── R-curl ├── DESCR ├── Makefile └── distinfo ├── R-doParallel ├── DESCR ├── Makefile ├── buildlink3.mk └── distinfo ├── R-easySVG ├── DESCR ├── Makefile └── distinfo ├── R-elevatr ├── DESCR ├── Makefile └── distinfo ├── R-entropy ├── DESCR ├── Makefile └── distinfo ├── R-fitdistrplus ├── DESCR ├── Makefile └── distinfo ├── R-foreach ├── DESCR ├── Makefile ├── buildlink3.mk └── distinfo ├── R-furrr ├── DESCR ├── Makefile └── distinfo ├── R-future ├── DESCR ├── Makefile └── distinfo ├── R-getopt ├── DESCR ├── Makefile └── distinfo ├── R-gmp ├── DESCR ├── Makefile └── distinfo ├── R-graph ├── DESCR ├── MESSAGE ├── Makefile ├── buildlink3.mk └── distinfo ├── R-httpcode ├── DESCR ├── Makefile └── distinfo ├── R-listenv ├── DESCR ├── Makefile └── distinfo ├── R-lsei ├── DESCR ├── Makefile └── distinfo ├── R-marmap ├── DESCR ├── Makefile └── distinfo ├── R-mclust ├── DESCR ├── Makefile └── distinfo ├── R-mpfr ├── DESCR ├── Makefile └── distinfo ├── R-nloptr ├── DESCR ├── Makefile ├── TODO ├── distinfo └── patches │ └── patch-configure ├── R-np ├── DESCR ├── Makefile └── distinfo ├── R-npsurv ├── DESCR ├── Makefile └── distinfo ├── R-oai ├── DESCR ├── Makefile └── distinfo ├── R-optparse ├── DESCR ├── Makefile └── distinfo ├── R-parallelly ├── DESCR ├── Makefile └── distinfo ├── R-progressr ├── DESCR ├── Makefile └── distinfo ├── R-readxl ├── COMMIT_MSG ├── DESCR ├── Makefile ├── TODO └── distinfo ├── R-rgbif ├── DESCR ├── Makefile └── distinfo ├── R-signal ├── DESCR ├── Makefile ├── buildlink3.mk └── distinfo ├── R-slippymath ├── DESCR ├── Makefile └── distinfo ├── R-triebeard ├── DESCR ├── Makefile └── distinfo ├── R-tuneR ├── DESCR ├── Makefile └── distinfo ├── R-urltools ├── DESCR ├── Makefile └── distinfo ├── R-wellknown ├── DESCR ├── Makefile └── distinfo ├── R ├── COMMIT_MSG ├── DESCR ├── Makefile ├── Makefile.extension ├── PLIST ├── PLIST.Darwin ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ └── pkg-index.tmpl └── patches │ ├── patch-m4_R.m4 │ ├── patch-src_library_stats_src_Makefile.in │ └── patch-src_main_character.c ├── Radicale3 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── radicale.sh ├── ReZound ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ └── patch-ag ├── RigelEngine ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-3rd__party_CMakeLists.txt │ ├── patch-3rd__party_imgui_imgui_backends_imgui__impl__opengl3__loader.h │ ├── patch-3rd__party_loguru_loguru.cpp │ └── patch-CMakeLists.txt ├── SDL2_testgamecontroller ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── controllermap.template │ ├── testgamecontroller.template │ └── testjoystick.template ├── SNAP ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── SecLists ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── StepTalk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── TODO ├── TT2020-ttf-git ├── DESCR ├── Makefile └── PLIST ├── Terminal ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── TextEdit ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── ThirdParty-ASL ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ThirdParty-Mumps ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── VASSAL ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── WEPCrack ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ZMusic ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-source_mididevices_music__fluidsynth__mididevice.cpp ├── ZenNode ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_DOOM_wad.cpp │ └── patch-src_ZenNode_makefile ├── a2ps-sharatype ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── abc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Makefile ├── accountsservice ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-meson.build │ ├── patch-src_daemon.c │ ├── patch-src_user.c │ ├── patch-src_user.h │ └── patch-src_wtmp-helper.h ├── acl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── acme-client ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── acme-dns ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── acpiclient ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── acpid ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── acpid.sh ├── act ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── go-modules.mk └── patches │ ├── patch-pkg_container_docker__auth.go │ ├── patch-pkg_container_docker__build.go │ ├── patch-pkg_container_docker__cli.go │ ├── patch-pkg_container_docker__images.go │ ├── patch-pkg_container_docker__logger.go │ ├── patch-pkg_container_docker__pull.go │ ├── patch-pkg_container_docker__run.go │ ├── patch-pkg_container_docker__stub.go │ └── patch-pkg_container_docker__volume.go ├── actionlint ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── actor-framework ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-examples_message__passing_fan__out__request.cpp │ ├── patch-libcaf__core_CMakeLists.txt │ ├── patch-libcaf__core_caf_config.hpp │ ├── patch-libcaf__core_src_detail_get__mac__addresses.cpp │ ├── patch-libcaf__core_src_detail_get__root__uuid.cpp │ ├── patch-libcaf__core_src_detail_pretty__type__name.cpp │ ├── patch-libcaf__core_src_detail_set__thread__name.cpp │ ├── patch-libcaf__core_src_telemetry_importer_process.cpp │ ├── patch-libcaf__core_test_scheduled__actor.cpp │ └── patch-libcaf__io_CMakeLists.txt ├── ad2vcf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ada_gnat ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── doinstall ├── ada_xmlada ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── adamem ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── adam └── patches │ ├── patch-aa │ └── patch-ab ├── adept ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── adjustmtu ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── adms ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── admsmb ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-ADMsmb.c │ └── patch-md4.c ├── adobe-source-sans-pro-ttf-otf ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── advancemame ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── advancemame.desktop └── options.mk ├── ae-fonts-decorative ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── aegis-devel ├── DESCR ├── Makefile └── TODO ├── aegisub ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-configure ├── aespipe ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── afflib ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── afl-cov ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── agile ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-configure ├── ags ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Common_core_platform.h │ ├── patch-Engine_Makefile │ ├── patch-Engine_Makefile-defs.linux │ ├── patch-Engine_libsrc_libcda-0.5_linux.c │ └── patch-Engine_media_audio_sound.cpp ├── ahir ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-v2_AaGeneration_src_AaWriter.cpp │ └── patch-v2_AaGeneration_src_Utils.cpp ├── aichat ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk └── distinfo ├── air ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── airconnect ├── DESCR ├── Makefile ├── PLIST ├── TODO.md ├── distinfo └── patches │ ├── patch-aircast_Makefile │ ├── patch-aircast_src_castcore.c │ ├── patch-airupnp_Makefile │ └── patch-common_libraop_Makefile ├── aircrack-ng ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── alac_decoder ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── alberta ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── aldo ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-configure ├── aldumb ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── alertmanager ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── alive ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ae ├── alsa-lib-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── builtin.mk ├── distinfo └── patches │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ah │ ├── patch-aq │ ├── patch-bg │ ├── patch-bi │ ├── patch-bj │ ├── patch-bk │ ├── patch-configure.ac │ ├── patch-include_iatomic.h │ ├── patch-src_conf.c │ ├── patch-src_control_control__hw.c │ ├── patch-src_pcm_pcm__mmap.c │ ├── patch-src_seq_seq__midi__event.c │ ├── patch-src_shmarea.c │ └── patch-src_ucm_parser.c ├── alsa-plugins-jack ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-pcm_jack.c ├── alsa-plugins ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── alt-ergo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── am-utils-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── amd.sh └── patches │ ├── patch-bootstrap │ ├── patch-configure.ac │ ├── patch-scripts_Makefile.am │ ├── patch-scripts_expn.in │ └── patch-ylwrap ├── am-utils ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── amd-pkgsrc.sh ├── options.mk └── patches │ ├── patch-aa │ ├── patch-amd_autil.c │ ├── patch-fsinfo_Makefile.in │ └── patch-ylwrap.amd ├── amavis-logwatch ├── DESCR ├── Makefile ├── distinfo └── options.mk ├── amlogic-meson-fwtools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── amneziawg-go ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ ├── patch-ipc_uapi__bsd.go │ ├── patch-ipc_uapi__unix.go │ └── patch-tun_tun__netbsd.go ├── analizo ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── angelscript ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ansible-junos-stdlib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── anthy-dic-jis34 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── antlr ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── files │ └── antlr.sh.in └── patches │ ├── patch-configure │ ├── patch-lib__cpp__antlr__ANTLRException.hpp │ └── patch-lib_cpp_antlr_CharScanner.hpp ├── antlr3-c ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── anvil ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── go-modules.mk ├── kev-patches │ ├── patch-app_egl__wayland.go │ ├── patch-app_egl__x11.go │ ├── patch-app_internal_xkb_xkb__unix.go │ ├── patch-app_os__unix.go │ ├── patch-app_os__wayland.go │ ├── patch-app_os__x11.go │ ├── patch-gpu_headless_headless__egl.go │ ├── patch-internal_egl_egl.go │ ├── patch-internal_egl_egl__unix.go │ └── patch-internal_gl_gl__unix.go └── patches │ └── patch-go.sum ├── aoi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── aokell ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── aols-freetds ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── aols-openssl ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── aols-postgres ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── aolserver4 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ └── nsd.sh └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ae ├── ap2-auth-imap ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── ap2-auth-pam ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── ap2-evasive ├── DESCR ├── MESSAGE ├── Makefile ├── Makefile.common ├── PLIST ├── TODO └── distinfo ├── ap2-jk2 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── ap2-macro ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ap2-mpm-itk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ap2-passenger ├── DESCR ├── MESSAGE ├── Makefile └── PLIST ├── ap2-zeroconf ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── ap24-auth-gssapi ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-configure.ac │ ├── patch-src_mod__auth__gssapi.c │ ├── patch-src_mod__auth__gssapi.h │ ├── patch-tests_httpd.conf │ ├── patch-tests_magtests.py │ ├── patch-tests_t__file__check.py │ └── patch-tests_t__mech__name.py ├── apache-arrow ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk ├── patches │ └── patch-cpp_src_arrow_compute_kernels_vector__pairwise.cc └── version.mk ├── apache-commons-beanutils ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── apache-commons-codec ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── apache-commons-collections ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── apache-commons-configuration ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── apache-commons-dbcp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── apache-commons-digester ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── apache-commons-io ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── apache-commons-lang ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── apache-commons-logging ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── apache-commons-pool ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── apache-log4j ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── ape ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── apel-git ├── DESCR ├── Makefile ├── PLIST ├── PLIST.emacs ├── PLIST.xemacs ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-broken.el │ ├── patch-filename.el │ ├── patch-mcs-20.el │ ├── patch-mcs-e20.el │ ├── patch-pccl.el │ ├── patch-pces-nemacs.el │ ├── patch-pces-om.el │ ├── patch-pces-raw.el │ ├── patch-poe-18.el │ ├── patch-poe.el │ ├── patch-poem-e20.el │ ├── patch-poem-ltn1.el │ ├── patch-poem-nemacs.el │ ├── patch-poem-om.el │ ├── patch-product.el │ ├── patch-pym.el │ ├── patch-static.el │ └── patch-tinycustom.el ├── apinger ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── apk-tools ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_apk__defines.h │ └── patch-src_io.c ├── apple-codesign ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk ├── distinfo └── patches │ ├── patch-src_cryptography.rs │ └── patch-src_macho.rs ├── apstget ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── apst-get │ ├── apstget-wrapper │ └── apstget.conf ├── apvlv ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_ApvlvPdf.cc ├── aqemu ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-src_System__Info.cpp ├── aquaria ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── aquatone ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ ├── patch-go.mod │ ├── patch-go.sum │ └── patch-parsers_regex.go ├── ar7 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── arabeyes-qr-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── arachne-pnr-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── arangodb ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-3rdParty_V8_v5.7.0.0_third__party_icu_android_patch__locale.sh │ ├── patch-3rdParty_V8_v5.7.0.0_third__party_icu_source_configure │ └── patch-3rdParty_V8_v5.7.0.0_tools_run-llprof.sh ├── arcan ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-src_frameserver_avfeed_CMakeLists.txt │ ├── patch-src_frameserver_terminal_default_CMakeLists.txt │ ├── patch-src_frameserver_terminal_default_tsm_shl-pty.c │ ├── patch-src_platform_cmake_CMakeLists.BSD │ ├── patch-src_platform_cmake_modules_FindGBMKMS.cmake │ ├── patch-src_platform_cmake_modules_FindOpenGL.cmake │ ├── patch-src_platform_posix_psep__open.c │ └── patch-src_platform_posix_random.c ├── archimedes ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── arduino-builder ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── arduino-cli ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ ├── patch-arduino_cores_packagemanager_install__uninstall.go │ ├── patch-commands_instances.go │ ├── patch-configuration_configuration.go │ ├── patch-executils_executils__netbsd.go │ ├── patch-go.mod │ ├── patch-go.sum │ └── patch-i18n_detect__netbsd.go ├── arduino-ctags ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-c.c │ ├── patch-debug.h │ ├── patch-eiffel.c │ ├── patch-general.h │ ├── patch-lregex.c │ ├── patch-lua.c │ ├── patch-main.c │ ├── patch-options.c │ ├── patch-options.h │ ├── patch-parse.c │ ├── patch-python.c │ ├── patch-routines.c │ └── patch-routines.h ├── arduino-dfu-discovery ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── arduino-esp8266 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── arduino-mdns-discovery ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── arduino-serial-discovery ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ ├── patch-go.mod │ ├── patch-go.sum │ ├── patch-sync_sync__default.go │ └── patch-sync_sync__netbsd.go ├── arduino-serial-monitor ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ ├── patch-go.mod │ └── patch-go.sum ├── argo-cd ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-Makefile ├── argouml ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── argouml ├── argparse ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── argtable2 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── aribas ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_Makefile ├── arla-3.99.14 ├── DEINSTALL ├── DESCR ├── INSTALL ├── MESSAGE ├── Makefile ├── PLIST ├── WHAT_IS_THIS.txt ├── distinfo ├── files │ ├── arlad.sh │ ├── fstab │ └── lkm.conf └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-ak │ ├── patch-al │ ├── patch-aw │ ├── patch-az │ ├── patch-bi │ ├── patch-bj │ ├── patch-bl │ ├── patch-bn │ ├── patch-bo │ ├── patch-bp │ └── patch-bq ├── arm-eabi-binutils ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-gas_configure ├── arm-eabi-gcc5 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-libgo_mksysinfo.sh ├── arm-eabi-gdb ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-gdb_config_djgpp_djconfig.sh ├── arm-elf-binutils ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-gas_configure ├── arm-elf-gcc47 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── arm-trusted-firmware-sun50i_a64-crust ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── arpdig ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── arphic-ukai-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── arphic-uming-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── artemis ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ ├── act │ └── art ├── arx-libertatis-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-src_platform_Thread.cpp ├── ascii2binary ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── asciinema-agg ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── asciinema ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── asm-lsp ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk └── distinfo ├── aspell-dictionaries ├── DESCR ├── Makefile ├── PLIST └── options.mk ├── asql ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── aster ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-setup.py ├── asterisk11-vicidial ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── asterisk.sh │ └── smf │ │ └── manifest.xml ├── options.mk └── patches │ ├── patch-Makefile │ ├── patch-addons_chan__ooh323.c │ ├── patch-apps_app__confbridge.c │ ├── patch-apps_app__dial.c │ ├── patch-apps_app__dumpchan.c │ ├── patch-apps_app__followme.c │ ├── patch-apps_app__meetme.c │ ├── patch-apps_app__osplookup.c │ ├── patch-apps_app__queue.c │ ├── patch-apps_app__skel.c │ ├── patch-apps_app__sms.c │ ├── patch-apps_app__voicemail.c │ ├── patch-apps_confbridge_conf__config__parser.c │ ├── patch-build__tools_mkpkgconfig │ ├── patch-cdr_cdr__pgsql.c │ ├── patch-cel_cel__pgsql.c │ ├── patch-channels_chan__motif.c │ ├── patch-channels_chan__oss.c │ ├── patch-channels_chan__sip.c │ ├── patch-channels_sip_sdp__crypto.c │ ├── patch-codecs_codec__dahdi.c │ ├── patch-configure │ ├── patch-configure.ac │ ├── patch-contrib_scripts_vmail.cgi │ ├── patch-funcs_func__env.c │ ├── patch-funcs_func__strings.c │ ├── patch-include_asterisk_autoconfig.h.in │ ├── patch-include_asterisk_endian.h │ ├── patch-include_asterisk_lock.h │ ├── patch-include_asterisk_sha1.h │ ├── patch-include_asterisk_strings.h │ ├── patch-include_asterisk_utils.h │ ├── patch-main_Makefile │ ├── patch-main_acl.c │ ├── patch-main_asterisk.c │ ├── patch-main_astmm.c │ ├── patch-main_cdr.c │ ├── patch-main_cel.c │ ├── patch-main_channel.c │ ├── patch-main_config__options.c │ ├── patch-main_features.c │ ├── patch-main_format.c │ ├── patch-main_http.c │ ├── patch-main_logger.c │ ├── patch-main_manager.c │ ├── patch-main_named__acl.c │ ├── patch-main_netsock.c │ ├── patch-main_pbx.c │ ├── patch-main_sched.c │ ├── patch-main_stdtime_localtime.c │ ├── patch-main_test.c │ ├── patch-main_udptl.c │ ├── patch-main_utils.c │ ├── patch-pbx_pbx__dundi.c │ ├── patch-res_Makefile │ ├── patch-res_pjproject_aconfigure │ ├── patch-res_pjproject_aconfigure.ac │ ├── patch-res_pjproject_build.symbian_makedef.sh │ ├── patch-res_pjproject_pjlib_include_pj_config.h │ ├── patch-res_pjproject_pjlib_include_pj_sock__select.h │ ├── patch-res_pjproject_pjlib_src_pj_sock__select.c │ ├── patch-res_pjproject_third__party_portaudio_src_hostapi_alsa_pa__linux__alsa.c │ ├── patch-res_pjproject_third__party_portaudio_src_hostapi_oss_pa__unix__oss.c │ ├── patch-res_res__calendar.c │ ├── patch-res_res__calendar__caldav.c │ ├── patch-res_res__calendar__icalendar.c │ ├── patch-res_res__config__pgsql.c │ ├── patch-res_res__timing__kqueue.c │ ├── patch-res_res__xmpp.c │ ├── patch-sounds_Makefile │ ├── patch-tests_test__abstract__jb.c │ ├── patch-tests_test__config.c │ ├── patch-tests_test__linkedlists.c │ ├── patch-tests_test__locale.c │ ├── patch-tests_test__voicemail__api.c │ ├── patch-utils_Makefile │ ├── patch-utils_db1-ast_include_db.h │ ├── patch-utils_extconf.c │ ├── patch-utils_smsq.c │ └── patch-utils_streamplayer.c ├── astguiclient-vicidial ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ └── patch-install.pl ├── asymptote ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile.in │ ├── patch-configure │ ├── patch-doc_Makefile.in │ ├── patch-doc_png_Makefile.in │ ├── patch-settings.cc │ └── patch-tests_Makefile ├── atac-seq ├── DESCR └── Makefile ├── atanks ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── atlas ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-CONFIG_src_Makefile │ ├── patch-CONFIG_src_backend_Make.ext │ ├── patch-CONFIG_src_backend_archinfo__netbsd.c │ ├── patch-CONFIG_src_config.c │ ├── patch-aa │ └── patch-ab ├── atompaw ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── audacity-cmake ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-aa │ ├── patch-cmake-proxies_CMakeLists.txt │ ├── patch-cmake-proxies_portaudio-v19_CMakeLists.txt │ ├── patch-cmake-proxies_portmidi_CMakeLists.txt │ ├── patch-lib-src_header-substitutes_allegro.h │ ├── patch-lib-src_libnyquist_nyquist_cmupv_src_cmupv.c │ ├── patch-lib-src_libnyquist_nyquist_sys_unix_switches.h │ ├── patch-lib-src_libnyquist_nyquist_xlisp_security.c │ ├── patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h │ ├── patch-src_AudioIO.cpp │ ├── patch-src_CMakeLists.txt │ └── patch-src_effects_NoiseRemoval.cpp ├── audacity ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h │ ├── patch-libraries_lib-basic-ui_BasicUI.cpp │ └── patch-libraries_lib-nyquist-effects_NyquistBase.cpp ├── audiere ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-src_audiere.h │ ├── patch-src_debug.h │ └── patch-src_utility.cpp ├── audio-mml ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── audit-system ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ ├── audit-get-ident │ ├── audit-get-mtime │ ├── audit-get-objdump │ ├── audit-system │ ├── audit-system.8 │ ├── audit-system.conf │ └── audit-system.conf.5 ├── ausweisapp2 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-cmake_Helper.cmake │ ├── patch-cmake_Install.cmake │ └── patch-cmake_Tools.cmake ├── auto-admin ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── auto-complete-git ├── DESCR ├── MESSAGE ├── Makefile └── PLIST ├── auto-complete-mode ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-require-help-mode ├── auto-dev ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── autoproject ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── autopsy ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── autossh ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── autossh-license ├── avida2 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── avidemux-cli ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── avidemux-plugins ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Darwin ├── TODO ├── distinfo └── patches │ ├── patch-avidemux__plugins_ADM__audioDevices_Oss_ADM__deviceoss.cpp │ ├── patch-avidemux__plugins_ADM__audioDevices_Oss_CMakeLists.txt │ └── patch-avidemux__plugins_CMakeLists.txt ├── avidemux-qt ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-avidemux_qt4_ADM__jobs_src_CMakeLists.txt │ └── patch-avidemux_qt4_adm__osx.cmake ├── avidemux ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── PLIST.Darwin ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-avidemux__core_ADM__coreSqlLight3_src_CMakeLists.txt │ ├── patch-avidemux__core_ADM__coreUtils_src_CMakeLists.txt │ ├── patch-avidemux__core_ADM__core_src_ADM__crashdump__unix.cpp │ ├── patch-avidemux__core_ADM__core_src_ADM__folder__linux.cpp │ ├── patch-avidemux__core_ADM__core_src_ADM__memsupport.cpp │ └── patch-avidemux__core_ADM__core_src_CMakeLists.txt ├── avp ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-cmakelists.txt ├── avr-gcc ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-libgcc_libgcov.h ├── avr-gdb ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── avr-libc ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── INSTALL.pkgsrc ├── options.mk └── patches │ ├── patch-doc_Makefile.in │ ├── patch-doc_api_Makefile.in │ └── patch-include_avr_wdt.h ├── avra ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── avrdude ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-freebsd__ppi.h │ ├── patch-ppi.c │ └── patch-usb__libusb.c ├── awesome6-otf ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── version.mk ├── awesome6-ttf ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── version.mk ├── aws-iam-authenticator ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── aws-lc ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── aws-nuke ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── aws-session-manager-plugin ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-makefile ├── axe ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── axel ├── DESCR ├── Makefile ├── PLIST ├── PLIST.nls ├── distinfo └── options.mk ├── axpbox-git ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── ayatana-ido ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── azureus ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── backintime ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-common_Makefile.template │ ├── patch-common_backintime │ ├── patch-common_config.py │ ├── patch-gnome_Makefile.template │ ├── patch-gnome_app.py │ ├── patch-gnome_backintime-gnome │ └── patch-gnome_configure ├── backplane ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── bagel ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ballerburg ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-po_CMakeLists.txt ├── bamf ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-configure.ac │ ├── patch-lib_libbamf_bamf-application.c │ ├── patch-lib_libbamf_bamf-control.c │ ├── patch-lib_libbamf_bamf-factory.c │ ├── patch-lib_libbamf_bamf-matcher.c │ ├── patch-lib_libbamf_bamf-tab.c │ ├── patch-lib_libbamf_bamf-view.c │ ├── patch-lib_libbamf_bamf-window.c │ ├── patch-src_bamf-application.c │ ├── patch-src_bamf-control.c │ ├── patch-src_bamf-daemon.c │ ├── patch-src_bamf-legacy-screen.c │ ├── patch-src_bamf-legacy-window.c │ ├── patch-src_bamf-matcher.c │ ├── patch-src_bamf-tab.c │ ├── patch-src_bamf-view.c │ └── patch-src_bamf-window.c ├── bamtools ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-src_api_internal_io_HostInfo__p.cpp │ └── patch-src_api_internal_io_TcpSocketEngine__unix__p.cpp ├── bandwhich ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk ├── distinfo └── patches │ └── patch-Cargo.toml ├── bareos-webui ├── DESCR ├── INSTALL ├── MESSAGE ├── Makefile ├── PLIST ├── TODO └── distinfo ├── baresip ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-modules_portaudio_module.mk │ └── patch-modules_v4l2_v4l2.c ├── barony ├── DESCR ├── Makefile ├── PLIST ├── README └── distinfo ├── barony337 ├── DESCR ├── Makefile ├── PLIST ├── README ├── distinfo └── patches │ ├── patch-src_draw.cpp │ ├── patch-src_files.cpp │ ├── patch-src_opengl.cpp │ └── patch-src_savepng.cpp ├── barrier ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-src_gui_CMakeLists.txt │ ├── patch-src_gui_src_ActionDialog.cpp │ ├── patch-src_gui_src_ScreenSetupView.cpp │ ├── patch-src_lib_arch_CMakeLists.txt │ ├── patch-tools_gmock-1.6.0_configure │ ├── patch-tools_gmock-1.6.0_include_gmock_internal_gmock-port.h │ ├── patch-tools_gtest-1.6.0_configure │ └── patch-tools_gtest-1.6.0_include_gtest_internal_gtest-port.h ├── basepkg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── bashdb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── bashtop ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── basic-stats ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── bastard ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── bats-core ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-install.sh │ ├── patch-libexec_bats-core_bats │ └── patch-test_install.bats ├── bcf-score ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── bcftools ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── bcryptcpp ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── files │ └── bcryptcpp.pc ├── be ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── beast ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-ag ├── bedtools ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-src_utils_BamTools_include_SamHeader.hpp │ ├── patch-src_utils_htslib_Makefile │ └── patch-test_test.sh ├── beignet ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── belle-sip ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-configure ├── bertini ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── bfgminer ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-lowl-vcom.c ├── biblesync ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── bicon ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-bicon_pty__spawn.c │ ├── patch-font_Makefile.am │ └── patch-font_fonts.mk ├── bifrost ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-src_DataStorage.tcc │ ├── patch-src_libpopcnt.h │ └── patch-src_strict__fstream.hpp ├── bigdft ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── bijiben ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-configure │ ├── patch-src_libbiji_editor_biji-editor-selection.c │ ├── patch-src_libbiji_editor_biji-editor-selection.h │ ├── patch-src_libbiji_editor_biji-editor-utils.h │ ├── patch-src_libbiji_editor_biji-webkit-editor.c │ └── patch-src_libbiji_editor_biji-webkit-editor.h ├── bind920 ├── DESCR ├── MESSAGE.rcd ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── builtin.mk ├── distinfo ├── files │ ├── named9.sh │ └── smf │ │ ├── manifest.xml │ │ └── named.sh ├── options.mk └── patches │ └── patch-configure.ac ├── bindgraph ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ └── bindgraph.sh └── patches │ ├── patch-aa │ └── patch-ab ├── binutils-git ├── DESCR ├── Makefile ├── PLIST.NetBSD ├── PLIST.common ├── PLIST.i386 ├── PLIST.x86_64 ├── buildlink3.mk ├── builtin.mk ├── distinfo ├── options.mk ├── override-as.mk └── patches │ ├── patch-bfd_cache.c │ ├── patch-gold_Makefile.in │ ├── patch-gold_options.h │ ├── patch-gold_system.h │ ├── patch-gold_testsuite_Makefile.in │ ├── patch-include_safe-ctype.h │ ├── patch-ld_Makefile.am │ ├── patch-ld_Makefile.in │ ├── patch-ld_configure.tgt │ ├── patch-ld_emulparams_aarch64nbsd.sh │ ├── patch-ld_emulparams_aarch64nbsdb.sh │ ├── patch-ld_emulparams_armelf__nbsd__eabi.sh │ ├── patch-ld_emulparams_armelf__nbsd__eabihf.sh │ ├── patch-ld_emulparams_armelfb__nbsd__eabi.sh │ └── patch-ld_emulparams_armelfb__nbsd__eabihf.sh ├── binutils-gold-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-bfd_elflink.c │ ├── patch-gdb_amd64-linux-tdep.c │ ├── patch-gdb_common_common-utils.c │ ├── patch-gdb_common_common-utils.h │ ├── patch-gdb_dwarf2read.c │ ├── patch-gdb_utils.h │ ├── patch-gold_output.cc │ ├── patch-opcodes_riscv-dis.c │ ├── patch-readline_misc.c │ ├── patch-readline_rltty.c │ ├── patch-readline_terminal.c │ └── patch-readline_util.c ├── binutils ├── DESCR ├── Makefile ├── PLIST.NetBSD ├── PLIST.common ├── PLIST.i386 ├── PLIST.x86_64 ├── buildlink3.mk ├── builtin.mk ├── distinfo ├── options.mk ├── override-as.mk └── patches │ ├── patch-bfd_cache.c │ ├── patch-gold_Makefile.in │ ├── patch-gold_options.h │ ├── patch-gold_system.h │ ├── patch-gold_testsuite_Makefile.in │ ├── patch-include_safe-ctype.h │ ├── patch-ld_Makefile.am │ ├── patch-ld_Makefile.in │ ├── patch-ld_configure.tgt │ ├── patch-ld_emulparams_aarch64nbsd.sh │ ├── patch-ld_emulparams_aarch64nbsdb.sh │ ├── patch-ld_emulparams_armelf__nbsd__eabi.sh │ ├── patch-ld_emulparams_armelf__nbsd__eabihf.sh │ ├── patch-ld_emulparams_armelfb__nbsd__eabi.sh │ └── patch-ld_emulparams_armelfb__nbsd__eabihf.sh ├── bio-mocha ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── biolibc-tools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── biolibc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── bioruby ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── biostar-tools ├── DESCR ├── Makefile ├── PLIST └── files │ └── biostar-shell.in ├── bip ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-Makefile.in │ └── patch-src_util.c ├── bitkeeper ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── conf.mk.local └── patches │ ├── patch-Ldoc-install │ ├── patch-src_gui_tcltk_tcl_unix_Makefile.in │ └── patch-src_gui_tcltk_tktable_configure ├── bitlbee-purple ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ └── bitlbee.sh └── options.mk ├── blackbox_exporter ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── blad ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── blast2go ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── blast2go.sh ├── bleachbit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── blink-git ├── DESCR ├── Makefile ├── PLIST └── TODO ├── blink ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── blis ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk ├── patches │ └── patch-Makefile └── version.mk ├── blueprint-compiler ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── blueproxy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── bluez-alsa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── bluez-gnome ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── bluez-hcidump ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── bluez-hciemu ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── bluez-libs ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── bluez-utils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── bluez ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── bmap ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-mft_log.c ├── bmp-docklet ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── boa ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-src_log ├── bogomips ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── boinc-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-client_scripts_boinc-client.in │ ├── patch-clientgui_AsyncRPC.cpp │ ├── patch-configure.ac │ ├── patch-lib_diagnostics.cpp │ └── patch-lib_diagnostics.h ├── bolt-lmm ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── Makefile └── patches │ ├── patch-example_run__example.sh │ ├── patch-example_run__example__reml2.sh │ ├── patch-src_Makefile │ └── patch-src_StringUtils.cpp ├── bonnie++-current ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile.in │ └── patch-bonnie++.cpp ├── boost-asynchronous ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── boost-libs-2017Q1 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── hacks.mk ├── boost-mp11 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── boost-test-suite ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── files │ ├── boost-test-suite │ ├── boost-test-suite.1 │ ├── comment.html.in │ └── patch_boost └── patches │ ├── index │ └── patch-aa ├── boost-threadpool ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── bootstrap └── README.wip ├── bore ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── boringssl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── go-modules.mk ├── boron ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Makefile ├── botan3-git ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── PLIST.Darwin ├── buildlink3.mk ├── distinfo └── patches │ └── patch-src_scripts_install.py ├── bowtie2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-scripts_bowtie2-hbb.sh ├── bpcscripts ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── bpytop ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── brain-mesh-builder ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-src_bead.cpp │ ├── patch-src_bead3d.cpp │ ├── patch-src_fnet.cpp │ ├── patch-src_fnet3d.cpp │ ├── patch-src_img.cpp │ ├── patch-src_img3d.cpp │ ├── patch-src_io_bead3d__cmd.cpp │ ├── patch-src_io_fnet3d__cmd.cpp │ ├── patch-src_io_img3d__cmd.cpp │ ├── patch-src_matvec.cpp │ └── patch-src_surface.cpp ├── breakpad ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── breeze-gtk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── breeze ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── bridge-utils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── briquolo ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-desktop_Makefile.in │ ├── patch-src_Constante.cpp │ ├── patch-src_MOGL_MOGL__EnsembleObjet.cpp │ ├── patch-src_MOGL_MOGL__GenerateurParticule.h │ ├── patch-src_MOGL_MOGL__GestionnaireObjet.cpp │ ├── patch-src_MOGL_MOGL__Image.cpp │ ├── patch-src_MOGL_MOGL__Objet.cpp │ └── patch-src_MOGL_MOGL__Peau.cpp ├── briskmenu ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── brlcad ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-misc_CMake_CompilerFlags.cmake │ ├── patch-misc_CMake_ThirdParty.cmake │ ├── patch-regress_repository.sh │ ├── patch-src_conv_iges_main.c │ ├── patch-src_libbu_uce-dirent.h │ ├── patch-src_librt_primitives_bot_gct__decimation_meshdecimation.c │ ├── patch-src_other_libutahrle_rle__open__f.c │ ├── patch-src_other_openscenegraph_CMakeLists.txt │ ├── patch-src_other_openscenegraph_src_OpenThreads_pthreads_PThread.cpp │ ├── patch-src_other_openscenegraph_src_osgDB_FileUtils.cpp │ ├── patch-src_other_openscenegraph_src_osg_GLExtensions.cpp │ ├── patch-src_other_stepcode_src_base_sc__benchmark.cc │ ├── patch-src_other_tcl_generic_tclInt.h │ ├── patch-src_other_tcl_generic_tclPosixStr.c │ ├── patch-src_other_tcl_unix_tclUnixCompat.c │ ├── patch-src_other_tcl_unix_tclUnixInit.c │ └── patch-src_other_tcl_unix_tclUnixPort.h ├── brltty ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── brogue-ce ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── brogue-ce.sh └── options.mk ├── brogue ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_libtcod_src_console_c.c │ ├── patch-src_libtcod_src_sys_c.c │ ├── patch-src_platform_curses-platform.c │ ├── patch-src_platform_platformdependent.c │ └── patch-src_platform_tcod-platform.c ├── browserpass-native ├── COMMIT_MSG ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── brumbrumrally ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-src_Path.cpp ├── bsa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── bscript ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_context.c ├── bsdbuild ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-ManReader_Makefile │ ├── patch-ab │ ├── patch-ad │ ├── patch-ai │ └── patch-ar ├── bsddialog ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-lib_GNUmakefile │ ├── patch-lib_Makefile │ ├── patch-utility_Makefile │ └── patch-utility_util__builders.c ├── bsfilter ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── files │ ├── bsfilter.conf.sample │ └── dot-qmail.sample ├── bsh ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── bsh ├── bsnmp ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ae ├── bss ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── bstone ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_CMakeLists.txt │ └── patch-src_id__sd.cpp ├── bsvc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ └── patch-ak ├── btop-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── btop.1 └── patches │ ├── patch-Makefile │ └── patch-src_netbsd_btop__collect.cpp ├── bub-n-bros ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── buddy ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── budgie-desktop ├── Makefile ├── PLIST ├── TODO └── distinfo ├── budgie-screensaver ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── bugsx ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── bugzilla ├── DESCR ├── INSTALL ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── bugzilla.conf │ └── localconfig ├── options.mk └── patches │ └── patch-Bugzilla_Install_Filesystem_pm ├── bulk-test-llvm ├── DESCR └── Makefile ├── bun ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── bup-git ├── DESCR ├── Makefile ├── PLIST └── options.mk ├── bupstash ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk ├── distinfo └── patches │ ├── patch-src_fprefetch.rs │ └── patch-src_fsutil.rs ├── busybox ├── DESCR ├── Makefile ├── TODO ├── distinfo └── patches │ └── patch-grp ├── bwa ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-kopen.c │ └── patch-ksw.c ├── byzanz ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── c-graph ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── c-news ├── DESCR ├── MESSAGE ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── buildlink3.mk ├── c-news-license ├── distinfo ├── files │ ├── config.make │ ├── makefile.notebook │ ├── makeinc │ ├── quiz.def │ └── substitutions └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ ├── patch-batch_batcher.c │ ├── patch-batch_bencode.c │ ├── patch-batch_c7encode.c │ ├── patch-inject_actflag.c │ ├── patch-inject_defaults.c │ ├── patch-input_bdecode.c │ ├── patch-input_c7decode.c │ ├── patch-libc_cfgetln.c │ ├── patch-libc_error.c │ ├── patch-libc_fgetfln.c │ ├── patch-libc_stdfdopen.c │ ├── patch-libcnews_hostname.c │ ├── patch-libcnews_mkinperm.c │ ├── patch-libcnews_ngmatch.c │ ├── patch-libcnews_rerror.c │ ├── patch-maint_histinfo.c │ ├── patch-readnews_active.c │ ├── patch-readnews_newsrc.c │ ├── patch-readnews_readnews.c │ ├── patch-relay_control.c │ ├── patch-relay_history.c │ ├── patch-util_newslock.c │ └── patch-util_now.c ├── c2go ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── c2hs ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── c2rust ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk └── distinfo ├── cabal2pkg ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-cabal2pkg.cabal │ └── patch-src_System_OsString_Posix_Instances.hs ├── cacti-plugin-aggregate ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── cacti-plugin-monitor ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── cacti-plugin-realtime ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── cacti-plugin-rrdclean ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── cacti-plugin-settings ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── cacti-plugin-thold ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── cacti-plugin-weathermap ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── cadical ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cairo-dingbat-ttf ├── DESCR ├── Makefile ├── PLIST ├── README.distribution └── distinfo ├── cairo-dock-plugins ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── cairo-dock ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-src_gldit_cairo-dock-config.c │ └── patch-src_gldit_cairo-dock-file-manager.c ├── cairo-java ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── calibre ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-setup_build.py │ ├── patch-setup_extensions.json │ ├── patch-setup_install.py │ ├── patch-src_calibre_constants.py │ ├── patch-src_calibre_linux.py │ └── patch-src_calibre_utils_icu.c ├── calypso-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── canna-canuum ├── DESCR ├── MESSAGE ├── Makefile └── PLIST ├── canna-dict ├── DESCR ├── Makefile └── PLIST ├── canna-lib ├── DESCR ├── Makefile ├── PLIST └── buildlink3.mk ├── canna-server ├── DESCR ├── INSTALL ├── MESSAGE ├── Makefile └── PLIST ├── canna ├── DESCR ├── Makefile ├── Makefile.common ├── distinfo ├── files │ ├── canna.sh │ └── dic-phono-filter.awk └── patches │ ├── patch-Canna.conf │ ├── patch-Imakefile │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ae │ ├── patch-af │ ├── patch-an │ ├── patch-ao │ ├── patch-canna_widedef.h │ ├── patch-canuum_canna.c │ ├── patch-canuum_printf.c │ ├── patch-canuum_termio.c │ ├── patch-cmd_cmd.tmpl │ ├── patch-dic_phono_Imakefile │ ├── patch-lib_RKC_convert.c │ ├── patch-lib_RK_dd.c │ └── patch-lib_RK_ncache.c ├── canto-curses ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── canto-daemon ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── canu ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── cpuid_any.c │ ├── cpuid_arm.c │ └── cpuid_ppc.c └── patches │ ├── patch-Makefile │ ├── patch-pipelines_canu_Defaults.pm │ ├── patch-pipelines_canu_Execution.pm │ ├── patch-utgcns_libboost_boost_smart__ptr_detail_shared__count.hpp │ ├── patch-utility_src_utility_files.H │ ├── patch-utility_src_utility_logging.H │ ├── patch-utility_src_utility_system.H │ └── patch-utility_src_utility_types.H ├── capicxx-core-runtime ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── carburetta ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-src_temp__output.c ├── cardpeek ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cargo-auditable ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── cargo-deb ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── carla ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-source_Makefile.mk │ ├── patch-source_utils_CarlaMutex.hpp │ └── patch-source_utils_CarlaScopeUtils.hpp ├── cartago ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── casady-fonts ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cask ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── castget ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cataclysm-dda-sdl ├── DESCR ├── Makefile └── PLIST ├── cataclysm-dda ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-lang_compile__mo.sh │ ├── patch-src_sdl__font.cpp │ ├── patch-src_translations.cpp │ └── patch-src_translations.h ├── catfish ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── catpoint-git ├── DESCR ├── Makefile └── PLIST ├── cb2bib ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── ccnet-server ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ccrypt ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-emacs_Makefile.in ├── cddlib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── cdogs ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── cdpr ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── cedet ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── celluloid ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── cencli ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── centrifuge ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── cereal ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── cfiles ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── cgal ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Scripts_developer_scripts_cgal_build ├── cgic ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── cglib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── cgnslib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── cgterm ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── chakracore-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ └── patch-lib_Runtime_PlatformAgnostic_Platform_CMakeLists.txt ├── chani ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── chapel ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-third-party_qthread_qthread-src_configure ├── chartsrv ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── charybdis ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── charybdis.sh └── patches │ ├── patch-ircd_ircd.c │ └── patch-librb_configure.ac ├── chbg ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── es.mo │ └── es.po └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── cheat ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── check-update ├── DESCR ├── INSTALL ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-check-update ├── checkstyle ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── chemeq ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── chems ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cherokee ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ └── cherokee.sh ├── options.mk └── patches │ ├── patch-admin_wizards_php.py │ ├── patch-autogen.sh │ ├── patch-cherokee_main__admin.c │ └── patch-po_admin_generate__POTFILESin.py ├── chezmoi ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── chezscheme-racket ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_ChezScheme_c_expeditor.c │ └── patch-src_ChezScheme_configure ├── chezscheme ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-configure ├── chip-seq ├── DESCR └── Makefile ├── chirpstack ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk ├── conf-files.mk ├── distinfo ├── files │ └── chirpstack.sh └── patches │ └── patch-chirpstack_configuration_chirpstack.toml ├── chkugenids ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── chntpw ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── choosefont ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-choosefont.tcl ├── chora ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── chromium-depot_tools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── chromium-wip ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── README │ ├── chromium-browser.desktop │ └── chromium.sh.in ├── options.mk ├── patches │ ├── patch-BUILD.gn │ ├── patch-apps_ui_views_app__window__frame__view.cc │ ├── patch-ash_display_mirror__window__controller.cc │ ├── patch-base_BUILD.gn │ ├── patch-base_allocator_dispatcher_tls.h │ ├── patch-base_allocator_partition__alloc__features.cc │ ├── patch-base_allocator_partition__allocator_partition__alloc.gni │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_BUILD.gn │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_address__space__randomization.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__constants.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_stack__trace__posix.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_rand__util__posix.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__internal__posix.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__posix.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_spinning__mutex.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_stack_stack.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_thread__isolation_pkey.cc │ ├── patch-base_atomicops.h │ ├── patch-base_base__paths__posix.cc │ ├── patch-base_compiler__specific.h │ ├── patch-base_debug_debugger__posix.cc │ ├── patch-base_debug_elf__reader.cc │ ├── patch-base_debug_proc__maps__linux.cc │ ├── patch-base_debug_stack__trace.cc │ ├── patch-base_debug_stack__trace__posix.cc │ ├── patch-base_files_dir__reader__linux.h │ ├── patch-base_files_dir__reader__posix.h │ ├── patch-base_files_drive__info.h │ ├── patch-base_files_drive__info__posix.cc │ ├── patch-base_files_file__path__watcher.h │ ├── patch-base_files_file__path__watcher__bsd.cc │ ├── patch-base_files_file__path__watcher__kqueue.h │ ├── patch-base_files_file__path__watcher__unittest.cc │ ├── patch-base_files_file__util__posix.cc │ ├── patch-base_files_file__util__unittest.cc │ ├── patch-base_files_important__file__writer__cleaner.cc │ ├── patch-base_files_scoped__file.cc │ ├── patch-base_functional_unretained__traits.h │ ├── patch-base_i18n_icu__util.cc │ ├── patch-base_linux__util.cc │ ├── patch-base_logging__unittest.cc │ ├── patch-base_memory_discardable__memory.cc │ ├── patch-base_memory_discardable__memory__internal.h │ ├── patch-base_memory_madv__free__discardable__memory__posix.cc │ ├── patch-base_memory_platform__shared__memory__region.h │ ├── patch-base_memory_platform__shared__memory__region__posix.cc │ ├── patch-base_memory_protected__memory.h │ ├── patch-base_memory_protected__memory__posix.cc │ ├── patch-base_message__loop_message__pump__epoll.cc │ ├── patch-base_message__loop_message__pump__epoll.h │ ├── patch-base_message__loop_message__pump__glib.cc │ ├── patch-base_native__library__posix.cc │ ├── patch-base_native__library__unittest.cc │ ├── patch-base_posix_can__lower__nice__to.cc │ ├── patch-base_posix_file__descriptor__shuffle.h │ ├── patch-base_posix_sysctl.cc │ ├── patch-base_posix_unix__domain__socket.cc │ ├── patch-base_posix_unix__domain__socket__unittest.cc │ ├── patch-base_process_internal__linux.h │ ├── patch-base_process_kill.h │ ├── patch-base_process_kill__posix.cc │ ├── patch-base_process_launch.h │ ├── patch-base_process_launch__posix.cc │ ├── patch-base_process_memory__linux.cc │ ├── patch-base_process_process__handle.cc │ ├── patch-base_process_process__handle.h │ ├── patch-base_process_process__handle__freebsd.cc │ ├── patch-base_process_process__handle__netbsd.cc │ ├── patch-base_process_process__handle__openbsd.cc │ ├── patch-base_process_process__iterator.h │ ├── patch-base_process_process__iterator__freebsd.cc │ ├── patch-base_process_process__iterator__netbsd.cc │ ├── patch-base_process_process__iterator__openbsd.cc │ ├── patch-base_process_process__metrics.cc │ ├── patch-base_process_process__metrics.h │ ├── patch-base_process_process__metrics__freebsd.cc │ ├── patch-base_process_process__metrics__netbsd.cc │ ├── patch-base_process_process__metrics__openbsd.cc │ ├── patch-base_process_process__metrics__posix.cc │ ├── patch-base_process_process__metrics__unittest.cc │ ├── patch-base_process_process__posix.cc │ ├── patch-base_process_process__unittest.cc │ ├── patch-base_profiler_module__cache.cc │ ├── patch-base_profiler_sampling__profiler__thread__token.cc │ ├── patch-base_profiler_sampling__profiler__thread__token.h │ ├── patch-base_profiler_stack__base__address__posix.cc │ ├── patch-base_profiler_stack__sampling__profiler__test__util.cc │ ├── patch-base_profiler_stack__sampling__profiler__unittest.cc │ ├── patch-base_profiler_thread__delegate__posix.cc │ ├── patch-base_rand__util.h │ ├── patch-base_rand__util__posix.cc │ ├── patch-base_strings_safe__sprintf__unittest.cc │ ├── patch-base_synchronization_cancelable__event.h │ ├── patch-base_synchronization_lock__impl.h │ ├── patch-base_syslog__logging.cc │ ├── patch-base_system_sys__info.cc │ ├── patch-base_system_sys__info.h │ ├── patch-base_system_sys__info__freebsd.cc │ ├── patch-base_system_sys__info__netbsd.cc │ ├── patch-base_system_sys__info__openbsd.cc │ ├── patch-base_system_sys__info__posix.cc │ ├── patch-base_system_sys__info__unittest.cc │ ├── patch-base_task_thread__pool_environment__config__unittest.cc │ ├── patch-base_test_launcher_test__launcher.cc │ ├── patch-base_test_test__file__util__linux.cc │ ├── patch-base_test_test__file__util__posix.cc │ ├── patch-base_threading_platform__thread.h │ ├── patch-base_threading_platform__thread__bsd.cc │ ├── patch-base_threading_platform__thread__internal__posix.cc │ ├── patch-base_threading_platform__thread__metrics.cc │ ├── patch-base_threading_platform__thread__metrics.h │ ├── patch-base_threading_platform__thread__posix.cc │ ├── patch-base_threading_platform__thread__unittest.cc │ ├── patch-base_time_time__now__posix.cc │ ├── patch-base_trace__event_malloc__dump__provider.cc │ ├── patch-base_trace__event_memory__dump__manager.cc │ ├── patch-base_trace__event_process__memory__dump.cc │ ├── patch-base_tracing_trace__time.cc │ ├── patch-base_tracing_trace__time.h │ ├── patch-base_version__info_version__info.h │ ├── patch-build_config_BUILD.gn │ ├── patch-build_config_BUILDCONFIG.gn │ ├── patch-build_config_clang_BUILD.gn │ ├── patch-build_config_compiler_BUILD.gn │ ├── patch-build_config_gcc_BUILD.gn │ ├── patch-build_config_linux_BUILD.gn │ ├── patch-build_config_linux_libdrm_BUILD.gn │ ├── patch-build_config_linux_pkg-config.py │ ├── patch-build_config_ozone.gni │ ├── patch-build_config_rust.gni │ ├── patch-build_config_v8__target__cpu.gni │ ├── patch-build_detect__host__arch.py │ ├── patch-build_gn__run__binary.py │ ├── patch-build_linux_chrome.map │ ├── patch-build_linux_strip__binary.py │ ├── patch-build_linux_unbundle_icu.gn │ ├── patch-build_linux_unbundle_libusb.gn │ ├── patch-build_rust_allocator_lib.rs │ ├── patch-build_rust_rust__bindgen.gni │ ├── patch-build_rust_rust__bindgen__generator.gni │ ├── patch-build_rust_std_BUILD.gn │ ├── patch-build_toolchain_freebsd_BUILD.gn │ ├── patch-build_toolchain_gcc__solink__wrapper.py │ ├── patch-build_toolchain_gcc__toolchain.gni │ ├── patch-build_toolchain_netbsd_BUILD.gn │ ├── patch-build_toolchain_openbsd_BUILD.gn │ ├── patch-build_toolchain_toolchain.gni │ ├── patch-cc_base_features.cc │ ├── patch-chrome_app_chrome__command__ids.h │ ├── patch-chrome_app_chrome__main.cc │ ├── patch-chrome_app_chrome__main__delegate.cc │ ├── patch-chrome_app_settings__strings.grdp │ ├── patch-chrome_browser_BUILD.gn │ ├── patch-chrome_browser_about__flags.cc │ ├── patch-chrome_browser_accessibility_page__colors.cc │ ├── patch-chrome_browser_after__startup__task__utils.cc │ ├── patch-chrome_browser_apps_app__service_publishers_extension__apps.cc │ ├── patch-chrome_browser_apps_platform__apps_platform__app__launch.cc │ ├── patch-chrome_browser_apps_platform__apps_platform__app__launch.h │ ├── patch-chrome_browser_autocomplete_chrome__autocomplete__scheme__classifier.cc │ ├── patch-chrome_browser_background_extensions_background__mode__manager.cc │ ├── patch-chrome_browser_background_extensions_background__mode__optimizer.cc │ ├── patch-chrome_browser_background_glic_glic__status__icon.cc │ ├── patch-chrome_browser_browser__features.cc │ ├── patch-chrome_browser_browser__features.h │ ├── patch-chrome_browser_browser__process__impl.cc │ ├── patch-chrome_browser_browser__process__impl.h │ ├── patch-chrome_browser_chrome__browser__field__trials.cc │ ├── patch-chrome_browser_chrome__browser__interface__binders.cc │ ├── patch-chrome_browser_chrome__browser__interface__binders__webui.cc │ ├── patch-chrome_browser_chrome__browser__main.cc │ ├── patch-chrome_browser_chrome__browser__main__extra__parts__ozone.cc │ ├── patch-chrome_browser_chrome__browser__main__linux.cc │ ├── patch-chrome_browser_chrome__browser__main__linux.h │ ├── patch-chrome_browser_chrome__browser__main__posix.cc │ ├── patch-chrome_browser_chrome__content__browser__client.cc │ ├── patch-chrome_browser_chrome__content__browser__client.h │ ├── patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc │ ├── patch-chrome_browser_collaboration_messaging_messaging__backend__service__factory.cc │ ├── patch-chrome_browser_component__updater_iwa__key__distribution__component__installer.cc │ ├── patch-chrome_browser_component__updater_iwa__key__distribution__component__installer.h │ ├── patch-chrome_browser_component__updater_registration.cc │ ├── patch-chrome_browser_component__updater_wasm__tts__engine__component__installer.cc │ ├── patch-chrome_browser_component__updater_widevine__cdm__component__installer.cc │ ├── patch-chrome_browser_custom__handlers_chrome__protocol__handler__registry__delegate.cc │ ├── patch-chrome_browser_defaults.cc │ ├── patch-chrome_browser_device__identity_device__oauth2__token__service__factory.cc │ ├── patch-chrome_browser_devtools_remote__debugging__server.cc │ ├── patch-chrome_browser_devtools_remote__debugging__server.h │ ├── patch-chrome_browser_diagnostics_diagnostics__writer.h │ ├── patch-chrome_browser_download_chrome__download__manager__delegate.cc │ ├── patch-chrome_browser_download_download__commands.cc │ ├── patch-chrome_browser_download_download__commands.h │ ├── patch-chrome_browser_download_download__file__picker.cc │ ├── patch-chrome_browser_download_download__item__model.cc │ ├── patch-chrome_browser_download_download__prefs.cc │ ├── patch-chrome_browser_download_download__prefs.h │ ├── patch-chrome_browser_enterprise_browser__management_browser__management__service.cc │ ├── patch-chrome_browser_enterprise_browser__management_browser__management__service.h │ ├── patch-chrome_browser_enterprise_connectors_analysis_analysis__service__settings.cc │ ├── patch-chrome_browser_enterprise_connectors_common.cc │ ├── patch-chrome_browser_enterprise_connectors_connectors__service.cc │ ├── patch-chrome_browser_enterprise_connectors_device__trust_device__trust__connector__service__factory.cc │ ├── patch-chrome_browser_enterprise_connectors_device__trust_device__trust__service__factory.cc │ ├── patch-chrome_browser_enterprise_connectors_device__trust_key__management_browser_commands_key__rotation__command__factory.cc │ ├── patch-chrome_browser_enterprise_connectors_device__trust_key__management_core_persistence_key__persistence__delegate__factory.cc │ ├── patch-chrome_browser_enterprise_connectors_device__trust_signals_signals__service__factory.cc │ ├── patch-chrome_browser_enterprise_connectors_reporting_browser__crash__event__router.cc │ ├── patch-chrome_browser_enterprise_connectors_reporting_crash__reporting__context.cc │ ├── patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.cc │ ├── patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.h │ ├── patch-chrome_browser_enterprise_profile__management_profile__management__navigation__throttle.cc │ ├── patch-chrome_browser_enterprise_remote__commands_cbcm__remote__commands__factory.cc │ ├── patch-chrome_browser_enterprise_reporting_cloud__profile__reporting__service.cc │ ├── patch-chrome_browser_enterprise_signals_context__info__fetcher.cc │ ├── patch-chrome_browser_enterprise_signals_device__info__fetcher.cc │ ├── patch-chrome_browser_enterprise_signals_signals__aggregator__factory.cc │ ├── patch-chrome_browser_enterprise_signin_enterprise__signin__service.h │ ├── patch-chrome_browser_enterprise_signin_interstitials_managed__profile__required__page.cc │ ├── patch-chrome_browser_enterprise_util_managed__browser__utils.cc │ ├── patch-chrome_browser_extensions_BUILD.gn │ ├── patch-chrome_browser_extensions_api_enterprise__reporting__private_chrome__desktop__report__request__helper.cc │ ├── patch-chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.cc │ ├── patch-chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.h │ ├── patch-chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.cc │ ├── patch-chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.h │ ├── patch-chrome_browser_extensions_api_image__writer__private_removable__storage__provider.cc │ ├── patch-chrome_browser_extensions_api_messaging_launch__context__posix.cc │ ├── patch-chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc │ ├── patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc │ ├── patch-chrome_browser_extensions_api_settings__private_prefs__util.cc │ ├── patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc │ ├── patch-chrome_browser_extensions_api_webrtc__logging__private_webrtc__logging__private__api.cc │ ├── patch-chrome_browser_extensions_api_webstore__private_webstore__private__api.cc │ ├── patch-chrome_browser_extensions_component__extensions__allowlist_allowlist.cc │ ├── patch-chrome_browser_extensions_external__provider__impl.cc │ ├── patch-chrome_browser_feedback_system__logs_about__system__logs__fetcher.cc │ ├── patch-chrome_browser_feedback_system__logs_chrome__system__logs__fetcher.cc │ ├── patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc │ ├── patch-chrome_browser_first__run_first__run__dialog.h │ ├── patch-chrome_browser_first__run_first__run__internal.h │ ├── patch-chrome_browser_flag__descriptions.cc │ ├── patch-chrome_browser_flag__descriptions.h │ ├── patch-chrome_browser_gcm_gcm__profile__service__factory.cc │ ├── patch-chrome_browser_gcm_instance__id_instance__id__profile__service__factory.cc │ ├── patch-chrome_browser_glic_widget_glic__widget.cc │ ├── patch-chrome_browser_global__features.cc │ ├── patch-chrome_browser_global__features.h │ ├── patch-chrome_browser_headless_headless__mode__util.cc │ ├── patch-chrome_browser_intranet__redirect__detector.h │ ├── patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc │ ├── patch-chrome_browser_media__galleries_media__file__system__registry.cc │ ├── patch-chrome_browser_media_audio__service__util.cc │ ├── patch-chrome_browser_media_router_discovery_BUILD.gn │ ├── patch-chrome_browser_media_router_discovery_discovery__network__list__posix.cc │ ├── patch-chrome_browser_media_router_discovery_discovery__network__list__wifi__linux.cc │ ├── patch-chrome_browser_media_webrtc_chrome__screen__enumerator.cc │ ├── patch-chrome_browser_media_webrtc_chrome__screen__enumerator.h │ ├── patch-chrome_browser_media_webrtc_desktop__media__picker__controller.cc │ ├── patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc │ ├── patch-chrome_browser_media_webrtc_webrtc__logging__controller.cc │ ├── patch-chrome_browser_media_webrtc_webrtc__logging__controller.h │ ├── patch-chrome_browser_memory__details.cc │ ├── patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc │ ├── patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.h │ ├── patch-chrome_browser_metrics_chrome__metrics__service__client.cc │ ├── patch-chrome_browser_metrics_perf_cpu__identity.cc │ ├── patch-chrome_browser_metrics_power_process__metrics__recorder__util.cc │ ├── patch-chrome_browser_metrics_power_process__monitor.cc │ ├── patch-chrome_browser_metrics_power_process__monitor.h │ ├── patch-chrome_browser_net_profile__network__context__service.cc │ ├── patch-chrome_browser_net_profile__network__context__service__factory.cc │ ├── patch-chrome_browser_net_system__network__context__manager.cc │ ├── patch-chrome_browser_net_system__network__context__manager.h │ ├── patch-chrome_browser_new__tab__page_modules_file__suggestion_drive__service.cc │ ├── patch-chrome_browser_new__tab__page_new__tab__page__util.cc │ ├── patch-chrome_browser_notifications_notification__display__service__impl.cc │ ├── patch-chrome_browser_notifications_notification__platform__bridge__delegator.cc │ ├── patch-chrome_browser_password__manager_chrome__password__manager__client.cc │ ├── patch-chrome_browser_password__manager_factories_password__reuse__manager__factory.cc │ ├── patch-chrome_browser_platform__util__linux.cc │ ├── patch-chrome_browser_policy_browser__signin__policy__handler.cc │ ├── patch-chrome_browser_policy_chrome__browser__cloud__management__controller__desktop.cc │ ├── patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc │ ├── patch-chrome_browser_policy_device__management__service__configuration.cc │ ├── patch-chrome_browser_policy_policy__value__and__status__aggregator.cc │ ├── patch-chrome_browser_prefs_browser__prefs.cc │ ├── patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc │ ├── patch-chrome_browser_printing_print__backend__service__manager.cc │ ├── patch-chrome_browser_printing_printer__query.cc │ ├── patch-chrome_browser_process__singleton__posix.cc │ ├── patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc │ ├── patch-chrome_browser_profiles_profile__impl.cc │ ├── patch-chrome_browser_profiles_profiles__state.cc │ ├── patch-chrome_browser_regional__capabilities_regional__capabilities__service__factory.cc │ ├── patch-chrome_browser_renderer__preferences__util.cc │ ├── patch-chrome_browser_resources_settings_autofill__page_passwords__shared.css │ ├── patch-chrome_browser_resources_signin_signin__shared.css │ ├── patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc │ ├── patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc │ ├── patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc │ ├── patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.cc │ ├── patch-chrome_browser_screen__ai_screen__ai__install__state.cc │ ├── patch-chrome_browser_screen__ai_screen__ai__service__handler__base.cc │ ├── patch-chrome_browser_sessions_session__restore.cc │ ├── patch-chrome_browser_sharing_sharing__handler__registry__impl.cc │ ├── patch-chrome_browser_shortcuts_icon__badging.cc │ ├── patch-chrome_browser_signin_accounts__policy__manager.cc │ ├── patch-chrome_browser_signin_accounts__policy__manager.h │ ├── patch-chrome_browser_signin_chrome__signin__client.cc │ ├── patch-chrome_browser_signin_signin__hats__util.cc │ ├── patch-chrome_browser_signin_signin__util.cc │ ├── patch-chrome_browser_signin_signin__util.h │ ├── patch-chrome_browser_supervised__user_classify__url__navigation__throttle.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__browser__utils.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__browser__utils.h │ ├── patch-chrome_browser_supervised__user_supervised__user__extensions__delegate__impl.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__extensions__manager.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h │ ├── patch-chrome_browser_supervised__user_supervised__user__google__auth__navigation__throttle.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__metrics__service__factory.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__navigation__observer.cc │ ├── patch-chrome_browser_sync_chrome__sync__controller__builder.cc │ ├── patch-chrome_browser_sync_device__info__sync__client__impl.cc │ ├── patch-chrome_browser_sync_sync__service__factory.cc │ ├── patch-chrome_browser_task__manager_sampling_task__group.cc │ ├── patch-chrome_browser_task__manager_sampling_task__group.h │ ├── patch-chrome_browser_task__manager_sampling_task__group__sampler.cc │ ├── patch-chrome_browser_task__manager_sampling_task__group__sampler.h │ ├── patch-chrome_browser_task__manager_sampling_task__manager__impl.cc │ ├── patch-chrome_browser_task__manager_task__manager__observer.h │ ├── patch-chrome_browser_themes_theme__helper.cc │ ├── patch-chrome_browser_themes_theme__service.cc │ ├── patch-chrome_browser_themes_theme__service__aura__linux.cc │ ├── patch-chrome_browser_themes_theme__service__factory.cc │ ├── patch-chrome_browser_ui_actions_chrome__action__id.h │ ├── patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.cc │ ├── patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.h │ ├── patch-chrome_browser_ui_browser.h │ ├── patch-chrome_browser_ui_browser__command__controller.cc │ ├── patch-chrome_browser_ui_browser__commands.cc │ ├── patch-chrome_browser_ui_browser__ui__prefs.cc │ ├── patch-chrome_browser_ui_browser__view__prefs.cc │ ├── patch-chrome_browser_ui_chrome__pages.cc │ ├── patch-chrome_browser_ui_chrome__pages.h │ ├── patch-chrome_browser_ui_color_native__chrome__color__mixer.cc │ ├── patch-chrome_browser_ui_hats_survey__config.cc │ ├── patch-chrome_browser_ui_hats_trust__safety__sentiment__service__factory.cc │ ├── patch-chrome_browser_ui_managed__ui.cc │ ├── patch-chrome_browser_ui_omnibox_omnibox__pedal__implementations.cc │ ├── patch-chrome_browser_ui_passwords_bubble__controllers_relaunch__chrome__bubble__controller.cc │ ├── patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc │ ├── patch-chrome_browser_ui_prefs_prefs__tab__helper.cc │ ├── patch-chrome_browser_ui_sad__tab.cc │ ├── patch-chrome_browser_ui_sharing__hub_sharing__hub__bubble__controller.h │ ├── patch-chrome_browser_ui_signin_signin__view__controller.cc │ ├── patch-chrome_browser_ui_signin_signin__view__controller.h │ ├── patch-chrome_browser_ui_signin_signin__view__controller__delegate.h │ ├── patch-chrome_browser_ui_startup_bad__flags__prompt.cc │ ├── patch-chrome_browser_ui_startup_startup__browser__creator.cc │ ├── patch-chrome_browser_ui_startup_startup__browser__creator__impl.cc │ ├── patch-chrome_browser_ui_startup_startup__tab__provider.cc │ ├── patch-chrome_browser_ui_tab__helpers.cc │ ├── patch-chrome_browser_ui_tabs_features.cc │ ├── patch-chrome_browser_ui_tabs_tab__dialog__manager.cc │ ├── patch-chrome_browser_ui_tabs_tab__features.cc │ ├── patch-chrome_browser_ui_tabs_tab__strip__prefs.cc │ ├── patch-chrome_browser_ui_task__manager_task__manager__columns.h │ ├── patch-chrome_browser_ui_task__manager_task__manager__table__model.cc │ ├── patch-chrome_browser_ui_test_popup__browsertest.cc │ ├── patch-chrome_browser_ui_test_test__browser__ui.cc │ ├── patch-chrome_browser_ui_ui__features.cc │ ├── patch-chrome_browser_ui_ui__features.h │ ├── patch-chrome_browser_ui_views_accelerator__table.cc │ ├── patch-chrome_browser_ui_views_apps_chrome__native__app__window__views__aura.cc │ ├── patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc │ ├── patch-chrome_browser_ui_views_chrome__views__delegate.h │ ├── patch-chrome_browser_ui_views_chrome__views__delegate__linux.cc │ ├── patch-chrome_browser_ui_views_compose_compose__dialog__view.cc │ ├── patch-chrome_browser_ui_views_frame_browser__frame.cc │ ├── patch-chrome_browser_ui_views_frame_browser__frame.h │ ├── patch-chrome_browser_ui_views_frame_browser__frame__view__layout__linux.cc │ ├── patch-chrome_browser_ui_views_frame_browser__frame__view__layout__linux__native.cc │ ├── patch-chrome_browser_ui_views_frame_browser__frame__view__linux.cc │ ├── patch-chrome_browser_ui_views_frame_browser__non__client__frame__view__factory__views.cc │ ├── patch-chrome_browser_ui_views_frame_browser__view.cc │ ├── patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc │ ├── patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.h │ ├── patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout__delegate.h │ ├── patch-chrome_browser_ui_views_frame_picture__in__picture__browser__frame__view.cc │ ├── patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc │ ├── patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc │ ├── patch-chrome_browser_ui_views_frame_tab__strip__region__view.cc │ ├── patch-chrome_browser_ui_views_hung__renderer__view.cc │ ├── patch-chrome_browser_ui_views_new__tab__footer_footer__controller.cc │ ├── patch-chrome_browser_ui_views_omnibox_omnibox__view__views.cc │ ├── patch-chrome_browser_ui_views_passwords_password__bubble__view__base.cc │ ├── patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc │ ├── patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.h │ ├── patch-chrome_browser_ui_views_profiles_profile__menu__coordinator.cc │ ├── patch-chrome_browser_ui_views_profiles_profile__menu__view.cc │ ├── patch-chrome_browser_ui_views_profiles_profile__picker__view.cc │ ├── patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.cc │ ├── patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.h │ ├── patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc │ ├── patch-chrome_browser_ui_views_tabs_tab.cc │ ├── patch-chrome_browser_ui_views_tabs_tab__hover__card__bubble__view.cc │ ├── patch-chrome_browser_ui_views_tabs_tab__style__views.cc │ ├── patch-chrome_browser_ui_views_task__manager__search__bar__view.cc │ ├── patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc │ ├── patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc │ ├── patch-chrome_browser_ui_web__applications_web__app__dialogs.h │ ├── patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc │ ├── patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h │ ├── patch-chrome_browser_ui_webui__browser_webui__browser__window.cc │ ├── patch-chrome_browser_ui_webui_about_about__ui.cc │ ├── patch-chrome_browser_ui_webui_about_about__ui.h │ ├── patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc │ ├── patch-chrome_browser_ui_webui_app__home_app__home__page__handler.h │ ├── patch-chrome_browser_ui_webui_app__settings_web__app__settings__ui.h │ ├── patch-chrome_browser_ui_webui_certificate__manager_certificate__manager__handler.cc │ ├── patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc │ ├── patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.h │ ├── patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc │ ├── patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc │ ├── patch-chrome_browser_ui_webui_connectors__internals_connectors__internals__page__handler.cc │ ├── patch-chrome_browser_ui_webui_connectors__internals_device__trust__utils.cc │ ├── patch-chrome_browser_ui_webui_interstitials_interstitial__ui.cc │ ├── patch-chrome_browser_ui_webui_management_management__ui.cc │ ├── patch-chrome_browser_ui_webui_management_management__ui__constants.cc │ ├── patch-chrome_browser_ui_webui_management_management__ui__constants.h │ ├── patch-chrome_browser_ui_webui_management_management__ui__handler.cc │ ├── patch-chrome_browser_ui_webui_management_management__ui__handler.h │ ├── patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.cc │ ├── patch-chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc │ ├── patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc │ ├── patch-chrome_browser_ui_webui_settings_appearance__handler.cc │ ├── patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc │ ├── patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc │ ├── patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h │ ├── patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc │ ├── patch-chrome_browser_ui_webui_user__education__internals_user__education__internals__page__handler__impl.cc │ ├── patch-chrome_browser_ui_window__sizer_window__sizer.cc │ ├── patch-chrome_browser_upgrade__detector_version__history__client.cc │ ├── patch-chrome_browser_visited__url__ranking_visited__url__ranking__service__factory.cc │ ├── patch-chrome_browser_web__applications_commands_launch__web__app__command.cc │ ├── patch-chrome_browser_web__applications_commands_set__user__display__mode__command.cc │ ├── patch-chrome_browser_web__applications_extension__status__utils.h │ ├── patch-chrome_browser_web__applications_extensions_extension__status__utils.cc │ ├── patch-chrome_browser_web__applications_os__integration_os__integration__manager.cc │ ├── patch-chrome_browser_web__applications_os__integration_os__integration__test__override.h │ ├── patch-chrome_browser_web__applications_os__integration_run__on__os__login__sub__manager.cc │ ├── patch-chrome_browser_web__applications_os__integration_shortcut__sub__manager.cc │ ├── patch-chrome_browser_web__applications_os__integration_web__app__file__handler__registration.h │ ├── patch-chrome_browser_web__applications_os__integration_web__app__shortcut.cc │ ├── patch-chrome_browser_web__applications_os__integration_web__app__shortcut.h │ ├── patch-chrome_browser_web__applications_policy_web__app__policy__manager.cc │ ├── patch-chrome_browser_web__applications_test_os__integration__test__override__impl.cc │ ├── patch-chrome_browser_web__applications_test_os__integration__test__override__impl.h │ ├── patch-chrome_browser_web__applications_web__app__helpers.cc │ ├── patch-chrome_browser_web__applications_web__app__install__info.h │ ├── patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc │ ├── patch-chrome_browser_webauthn_enclave__manager.cc │ ├── patch-chrome_browser_webauthn_gpm__user__verification__policy.cc │ ├── patch-chrome_browser_webauthn_password__credential__controller.cc │ ├── patch-chrome_browser_webauthn_unexportable__key__utils.cc │ ├── patch-chrome_common_channel__info.h │ ├── patch-chrome_common_channel__info__posix.cc │ ├── patch-chrome_common_chrome__features.cc │ ├── patch-chrome_common_chrome__features.h │ ├── patch-chrome_common_chrome__paths.cc │ ├── patch-chrome_common_chrome__paths.h │ ├── patch-chrome_common_chrome__paths__internal.h │ ├── patch-chrome_common_chrome__switches.cc │ ├── patch-chrome_common_chrome__switches.h │ ├── patch-chrome_common_crash__keys.cc │ ├── patch-chrome_common_extensions_extension__constants.cc │ ├── patch-chrome_common_extensions_extension__constants.h │ ├── patch-chrome_common_extensions_permissions_chrome__permission__message__rules.cc │ ├── patch-chrome_common_media_cdm__host__file__path.cc │ ├── patch-chrome_common_media_cdm__registration.cc │ ├── patch-chrome_common_media_cdm__registration.h │ ├── patch-chrome_common_media_component__widevine__cdm__hint__file__linux.h │ ├── patch-chrome_common_pref__names.h │ ├── patch-chrome_common_url__constants.h │ ├── patch-chrome_common_webui__url__constants.cc │ ├── patch-chrome_common_webui__url__constants.h │ ├── patch-chrome_enterprise__companion_enterprise__companion__client.cc │ ├── patch-chrome_enterprise__companion_event__logger.cc │ ├── patch-chrome_enterprise__companion_lock.cc │ ├── patch-chrome_services_printing_print__backend__service__impl.cc │ ├── patch-chrome_services_speech_audio__source__fetcher__impl.cc │ ├── patch-chrome_test_base_scoped__channel__override__posix.cc │ ├── patch-chrome_test_chromedriver_chrome__launcher.cc │ ├── patch-chrome_test_chromedriver_chrome_chrome__finder.cc │ ├── patch-chrome_test_chromedriver_key__converter__unittest.cc │ ├── patch-chrome_test_chromedriver_keycode__text__conversion__unittest.cc │ ├── patch-chrome_test_supervised__user_google__auth__state__waiter__mixin.cc │ ├── patch-chrome_updater_app_app__uninstall.cc │ ├── patch-chrome_updater_configurator.cc │ ├── patch-chrome_updater_lock.cc │ ├── patch-chrome_updater_util_posix__util.cc │ ├── patch-chrome_utility_services.cc │ ├── patch-chromecast_browser_cast__browser__main__parts.cc │ ├── patch-chromecast_browser_cast__content__browser__client.cc │ ├── patch-chromecast_cast__core_runtime_browser_runtime__application__service__impl.cc │ ├── patch-chromecast_media_base_default__monotonic__clock.cc │ ├── patch-components_BUILD.gn │ ├── patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc │ ├── patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h │ ├── patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc │ ├── patch-components_autofill_core_browser_integrators_optimization__guide_autofill__optimization__guide.cc │ ├── patch-components_autofill_core_browser_payments_amount__extraction__manager.cc │ ├── patch-components_autofill_core_browser_payments_bnpl__manager.cc │ ├── patch-components_autofill_core_browser_webdata_payments_payments__sync__bridge__util.cc │ ├── patch-components_autofill_core_common_autofill__payments__features.cc │ ├── patch-components_autofill_core_common_autofill__prefs.cc │ ├── patch-components_autofill_core_common_autofill__prefs.h │ ├── patch-components_commerce_core_commerce__feature__list.cc │ ├── patch-components_constrained__window_constrained__window__views.cc │ ├── patch-components_content__settings_core_browser_website__settings__registry.cc │ ├── patch-components_cookie__config_cookie__store__util.cc │ ├── patch-components_crash_core_app_BUILD.gn │ ├── patch-components_crash_core_app_chrome__crashpad__handler.cc │ ├── patch-components_crash_core_app_crashpad__handler__main.cc │ ├── patch-components_crash_core_browser_crash__upload__list__crashpad.cc │ ├── patch-components_crash_core_common_BUILD.gn │ ├── patch-components_device__signals_core_browser_browser__utils.h │ ├── patch-components_device__signals_core_browser_desktop_desktop__os__signals__collector.cc │ ├── patch-components_device__signals_core_browser_mock__signals__aggregator.h │ ├── patch-components_device__signals_core_browser_signals__aggregator.h │ ├── patch-components_device__signals_core_browser_signals__aggregator__impl.cc │ ├── patch-components_device__signals_core_browser_signals__aggregator__impl.h │ ├── patch-components_device__signals_core_browser_user__permission__service.h │ ├── patch-components_device__signals_core_browser_user__permission__service__impl.cc │ ├── patch-components_device__signals_core_browser_user__permission__service__impl.h │ ├── patch-components_device__signals_core_common_linux_platform__utils__linux.cc │ ├── patch-components_device__signals_core_common_platform__utils.h │ ├── patch-components_device__signals_core_common_signals__features.cc │ ├── patch-components_device__signals_core_common_signals__features.h │ ├── patch-components_device__signals_core_system__signals_platform__delegate.cc │ ├── patch-components_device__signals_test_signals__contract.cc │ ├── patch-components_discardable__memory_service_discardable__shared__memory__manager.cc │ ├── patch-components_embedder__support_user__agent__utils.cc │ ├── patch-components_embedder__support_user__agent__utils__unittest.cc │ ├── patch-components_enterprise_browser_reporting_report__util.cc │ ├── patch-components_enterprise_connectors_core_realtime__reporting__client__base.cc │ ├── patch-components_enterprise_data__controls_core_browser_features.cc │ ├── patch-components_enterprise_data__controls_core_browser_features.h │ ├── patch-components_enterprise_data__controls_core_browser_rule.cc │ ├── patch-components_enterprise_watermarking_watermark.cc │ ├── patch-components_error__page_common_localized__error.cc │ ├── patch-components_eye__dropper_eye__dropper__view.cc │ ├── patch-components_feature__engagement_public_event__constants.cc │ ├── patch-components_feature__engagement_public_event__constants.h │ ├── patch-components_feature__engagement_public_feature__configurations.cc │ ├── patch-components_feature__engagement_public_feature__constants.cc │ ├── patch-components_feature__engagement_public_feature__constants.h │ ├── patch-components_feature__engagement_public_feature__list.cc │ ├── patch-components_feature__engagement_public_feature__list.h │ ├── patch-components_feed_core_proto_v2_wire_version.proto │ ├── patch-components_feed_core_v2_feed__network__impl__unittest.cc │ ├── patch-components_feed_core_v2_proto__util.cc │ ├── patch-components_feed_core_v2_proto__util__unittest.cc │ ├── patch-components_feed_core_v2_test_proto__printer.cc │ ├── patch-components_gcm__driver_gcm__desktop__utils.cc │ ├── patch-components_gwp__asan_BUILD.gn │ ├── patch-components_gwp__asan_buildflags_buildflags.gni │ ├── patch-components_gwp__asan_client_guarded__page__allocator__posix.cc │ ├── patch-components_gwp__asan_client_gwp__asan.cc │ ├── patch-components_gwp__asan_client_gwp__asan__features.cc │ ├── patch-components_gwp__asan_crash__handler_crash__analyzer.cc │ ├── patch-components_live__caption_caption__util.cc │ ├── patch-components_live__caption_caption__util.h │ ├── patch-components_media__router_common_media__source.cc │ ├── patch-components_media__router_common_providers_cast_channel_cast__message__util.cc │ ├── patch-components_media__router_common_providers_cast_channel_enum__table.h │ ├── patch-components_metrics_drive__metrics__provider.cc │ ├── patch-components_metrics_dwa_dwa__service.cc │ ├── patch-components_metrics_metrics__log.cc │ ├── patch-components_metrics_motherboard.cc │ ├── patch-components_named__mojo__ipc__server_connection__info.h │ ├── patch-components_named__mojo__ipc__server_named__mojo__ipc__server__client__util.cc │ ├── patch-components_named__mojo__ipc__server_named__mojo__server__endpoint__connector__linux.cc │ ├── patch-components_named__system__lock_BUILD.gn │ ├── patch-components_named__system__lock_lock.h │ ├── patch-components_named__system__lock_lock__unittest.cc │ ├── patch-components_optimization__guide_core_optimization__guide__features.cc │ ├── patch-components_optimization__guide_core_optimization__guide__util.cc │ ├── patch-components_os__crypt_async_browser_secret__portal__key__provider.cc │ ├── patch-components_os__crypt_sync_libsecret__util__linux.cc │ ├── patch-components_os__crypt_sync_os__crypt.h │ ├── patch-components_paint__preview_browser_paint__preview__client.cc │ ├── patch-components_paint__preview_browser_paint__preview__client__unittest.cc │ ├── patch-components_paint__preview_common_proto_paint__preview.proto │ ├── patch-components_paint__preview_player_player__compositor__delegate.cc │ ├── patch-components_password__manager_core_browser_features_password__features.cc │ ├── patch-components_password__manager_core_browser_features_password__features.h │ ├── patch-components_password__manager_core_browser_password__autofill__manager.cc │ ├── patch-components_password__manager_core_browser_password__autofill__manager.h │ ├── patch-components_password__manager_core_browser_password__form__filling.cc │ ├── patch-components_password__manager_core_browser_password__form__manager.cc │ ├── patch-components_password__manager_core_browser_password__manager.cc │ ├── patch-components_password__manager_core_browser_password__manager__client.h │ ├── patch-components_password__manager_core_browser_password__manager__switches.cc │ ├── patch-components_password__manager_core_browser_password__manager__switches.h │ ├── patch-components_password__manager_core_browser_password__manual__fallback__flow.cc │ ├── patch-components_password__manager_core_browser_password__manual__fallback__flow.h │ ├── patch-components_password__manager_core_browser_password__store__factory__util.cc │ ├── patch-components_password__manager_core_browser_password__store_login__database.cc │ ├── patch-components_password__manager_core_browser_password__store_login__database__async__helper.cc │ ├── patch-components_password__manager_core_browser_password__store_login__database__unittest.cc │ ├── patch-components_password__manager_core_browser_stub__password__manager__client.cc │ ├── patch-components_password__manager_core_browser_stub__password__manager__client.h │ ├── patch-components_password__manager_core_common_password__manager__pref__names.h │ ├── patch-components_performance__manager_decorators_process__metrics__decorator.cc │ ├── patch-components_performance__manager_public_features.h │ ├── patch-components_permissions_prediction__service_prediction__common.cc │ ├── patch-components_policy_core_browser_policy__pref__mapping__test.cc │ ├── patch-components_policy_core_browser_url__blocklist__manager.cc │ ├── patch-components_policy_core_common_cloud_cloud__policy__client.cc │ ├── patch-components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc │ ├── patch-components_policy_core_common_cloud_cloud__policy__util.cc │ ├── patch-components_policy_core_common_policy__loader__common.cc │ ├── patch-components_policy_core_common_policy__paths.cc │ ├── patch-components_policy_core_common_policy__pref__names.cc │ ├── patch-components_policy_core_common_policy__pref__names.h │ ├── patch-components_policy_tools_generate__policy__source.py │ ├── patch-components_power__metrics_BUILD.gn │ ├── patch-components_power__metrics_energy__metrics__provider.cc │ ├── patch-components_regional__capabilities_regional__capabilities__switches.cc │ ├── patch-components_regional__capabilities_regional__capabilities__switches.h │ ├── patch-components_safe__browsing_content_common_file__type__policies__unittest.cc │ ├── patch-components_safe__browsing_content_resources_gen__file__type__proto.py │ ├── patch-components_safe__browsing_core_browser_db_v4__protocol__manager__util.cc │ ├── patch-components_safe__browsing_core_browser_realtime_url__lookup__service__base.cc │ ├── patch-components_search__engines_template__url__service.cc │ ├── patch-components_security__interstitials_content_utils.cc │ ├── patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc │ ├── patch-components_services_on__device__translation_sandbox__hook.cc │ ├── patch-components_services_on__device__translation_sandbox__hook.h │ ├── patch-components_services_paint__preview__compositor_paint__preview__compositor__collection__impl.cc │ ├── patch-components_signin_public_base_signin__switches.cc │ ├── patch-components_signin_public_base_signin__switches.h │ ├── patch-components_soda_soda__util.cc │ ├── patch-components_startup__metric__utils_common_startup__metric__utils.cc │ ├── patch-components_storage__monitor_BUILD.gn │ ├── patch-components_storage__monitor_removable__device__constants.cc │ ├── patch-components_storage__monitor_removable__device__constants.h │ ├── patch-components_supervised__user_core_browser_child__account__service.cc │ ├── patch-components_supervised__user_core_browser_kids__chrome__management__url__checker__client.cc │ ├── patch-components_supervised__user_core_browser_list__family__members__service.h │ ├── patch-components_supervised__user_core_browser_supervised__user__metrics__service.cc │ ├── patch-components_supervised__user_core_browser_supervised__user__preferences.cc │ ├── patch-components_supervised__user_core_common_features.cc │ ├── patch-components_supervised__user_core_common_features.h │ ├── patch-components_supervised__user_core_common_pref__names.h │ ├── patch-components_sync__device__info_local__device__info__util.cc │ ├── patch-components_sync__device__info_local__device__info__util__linux.cc │ ├── patch-components_sync__preferences_common__syncable__prefs__database.cc │ ├── patch-components_sync_base_sync__util.cc │ ├── patch-components_system__cpu_cpu__probe.cc │ ├── patch-components_translate_core_common_translate__util.cc │ ├── patch-components_trusted__vault_trusted__vault__connection__impl.cc │ ├── patch-components_update__client_update__query__params.cc │ ├── patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc │ ├── patch-components_user__education_views_help__bubble__view.cc │ ├── patch-components_user__education_views_help__bubble__view.h │ ├── patch-components_variations_service_variations__service.cc │ ├── patch-components_visited__url__ranking_public_url__visit__util.cc │ ├── patch-components_viz_host_gpu__host__impl.cc │ ├── patch-components_viz_host_host__display__client.cc │ ├── patch-components_viz_host_host__display__client.h │ ├── patch-components_viz_service_display__embedder_skia__output__surface__impl.cc │ ├── patch-components_viz_service_display__embedder_software__output__surface.cc │ ├── patch-components_viz_service_display__embedder_software__output__surface.h │ ├── patch-components_viz_service_display_skia__renderer.cc │ ├── patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc │ ├── patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h │ ├── patch-components_viz_service_gl_gpu__service__impl.cc │ ├── patch-components_viz_service_gl_gpu__service__impl.h │ ├── patch-components_viz_test_fake__display__client.cc │ ├── patch-components_viz_test_fake__display__client.h │ ├── patch-components_viz_test_mock__display__client.h │ ├── patch-components_webui_flags_flags__state.cc │ ├── patch-content_app_BUILD.gn │ ├── patch-content_app_content__main.cc │ ├── patch-content_app_content__main__runner__impl.cc │ ├── patch-content_browser_BUILD.gn │ ├── patch-content_browser_accessibility_browser__accessibility__state__impl.cc │ ├── patch-content_browser_accessibility_browser__accessibility__state__impl__auralinux.cc │ ├── patch-content_browser_audio_audio__service.cc │ ├── patch-content_browser_browser__child__process__host__impl.cc │ ├── patch-content_browser_browser__child__process__host__impl.h │ ├── patch-content_browser_browser__child__process__host__impl__receiver__bindings.cc │ ├── patch-content_browser_browser__interface__binders.cc │ ├── patch-content_browser_browser__main__loop.cc │ ├── patch-content_browser_child__process__launcher__helper__linux.cc │ ├── patch-content_browser_child__thread__type__switcher__linux.cc │ ├── patch-content_browser_child__thread__type__switcher__linux.h │ ├── patch-content_browser_compositor_viz__process__transport__factory.cc │ ├── patch-content_browser_devtools_devtools__frontend__host__impl.cc │ ├── patch-content_browser_devtools_devtools__frontend__host__impl.h │ ├── patch-content_browser_devtools_protocol_system__info__handler.cc │ ├── patch-content_browser_file__system__access_file__path__watcher_file__path__watcher.h │ ├── patch-content_browser_file__system__access_file__path__watcher_file__path__watcher__bsd.cc │ ├── patch-content_browser_file__system__access_file__path__watcher_file__path__watcher__kqueue.h │ ├── patch-content_browser_file__system__access_file__system__access__local__path__watcher.cc │ ├── patch-content_browser_font__access_font__enumeration__data__source.cc │ ├── patch-content_browser_gpu_compositor__util.cc │ ├── patch-content_browser_gpu_gpu__data__manager__impl.cc │ ├── patch-content_browser_gpu_gpu__data__manager__impl.h │ ├── patch-content_browser_gpu_gpu__data__manager__impl__private.cc │ ├── patch-content_browser_gpu_gpu__data__manager__impl__private.h │ ├── patch-content_browser_gpu_gpu__process__host.cc │ ├── patch-content_browser_media_frameless__media__interface__proxy.h │ ├── patch-content_browser_media_media__keys__listener__manager__impl.cc │ ├── patch-content_browser_network__service__instance__impl.cc │ ├── patch-content_browser_renderer__host_delegated__frame__host.cc │ ├── patch-content_browser_renderer__host_media_service__video__capture__device__launcher.cc │ ├── patch-content_browser_renderer__host_render__process__host__impl.cc │ ├── patch-content_browser_renderer__host_render__process__host__impl.h │ ├── patch-content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc │ ├── patch-content_browser_renderer__host_render__view__host__impl.cc │ ├── patch-content_browser_renderer__host_render__widget__host__view__aura.cc │ ├── patch-content_browser_renderer__host_render__widget__host__view__aura.h │ ├── patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc │ ├── patch-content_browser_sandbox__host__linux.cc │ ├── patch-content_browser_scheduler_responsiveness_jank__monitor__impl.cc │ ├── patch-content_browser_scheduler_responsiveness_native__event__observer.cc │ ├── patch-content_browser_scheduler_responsiveness_native__event__observer.h │ ├── patch-content_browser_service__host_utility__process__host.cc │ ├── patch-content_browser_service__host_utility__process__host__receiver__bindings.cc │ ├── patch-content_browser_service__host_utility__sandbox__delegate.cc │ ├── patch-content_browser_v8__snapshot__files.cc │ ├── patch-content_browser_web__contents_slow__web__preference__cache.cc │ ├── patch-content_browser_web__contents_web__contents__view__aura.cc │ ├── patch-content_browser_web__contents_web__contents__view__aura__unittest.cc │ ├── patch-content_browser_webui_web__ui__main__frame__observer.cc │ ├── patch-content_browser_zygote__host_zygote__host__impl__linux.cc │ ├── patch-content_browser_zygote__host_zygote__host__impl__linux.h │ ├── patch-content_child_BUILD.gn │ ├── patch-content_child_child__process.cc │ ├── patch-content_child_child__process.h │ ├── patch-content_common_BUILD.gn │ ├── patch-content_common_features.cc │ ├── patch-content_common_features.h │ ├── patch-content_common_font__list__unittest.cc │ ├── patch-content_common_gpu__pre__sandbox__hook__bsd.cc │ ├── patch-content_common_gpu__pre__sandbox__hook__bsd.h │ ├── patch-content_common_gpu__pre__sandbox__hook__linux.h │ ├── patch-content_common_thread__type__switcher.mojom │ ├── patch-content_gpu_gpu__child__thread.cc │ ├── patch-content_gpu_gpu__main.cc │ ├── patch-content_public_browser_content__browser__client.cc │ ├── patch-content_public_browser_zygote__host_zygote__host__linux.h │ ├── patch-content_public_common_content__features.cc │ ├── patch-content_public_common_content__switches.cc │ ├── patch-content_public_common_content__switches.h │ ├── patch-content_public_common_zygote_features.gni │ ├── patch-content_renderer_render__thread__impl.cc │ ├── patch-content_renderer_renderer__blink__platform__impl.cc │ ├── patch-content_renderer_renderer__blink__platform__impl.h │ ├── patch-content_renderer_renderer__main__platform__delegate__linux.cc │ ├── patch-content_shell_BUILD.gn │ ├── patch-content_shell_app_shell__main__delegate.cc │ ├── patch-content_shell_browser_shell__browser__main__parts.cc │ ├── patch-content_shell_browser_shell__platform__delegate__views.cc │ ├── patch-content_shell_renderer_shell__content__renderer__client.cc │ ├── patch-content_shell_utility_shell__content__utility__client.cc │ ├── patch-content_test_BUILD.gn │ ├── patch-content_utility_on__device__model_on__device__model__sandbox__init.cc │ ├── patch-content_utility_on__device__model_on__device__model__sandbox__init.h │ ├── patch-content_utility_services.cc │ ├── patch-content_utility_speech_speech__recognition__sandbox__hook__linux.cc │ ├── patch-content_utility_speech_speech__recognition__sandbox__hook__linux.h │ ├── patch-content_utility_utility__blink__platform__with__sandbox__support__impl.cc │ ├── patch-content_utility_utility__blink__platform__with__sandbox__support__impl.h │ ├── patch-content_utility_utility__main.cc │ ├── patch-content_utility_utility__thread__impl.cc │ ├── patch-content_zygote_BUILD.gn │ ├── patch-content_zygote_zygote__linux.cc │ ├── patch-content_zygote_zygote__main__linux.cc │ ├── patch-device_bluetooth_bluetooth__adapter.cc │ ├── patch-device_bluetooth_cast__bluetooth.gni │ ├── patch-device_gamepad_BUILD.gn │ ├── patch-device_gamepad_gamepad__provider.cc │ ├── patch-device_gamepad_hid__writer__linux.cc │ ├── patch-extensions_browser_api_api__browser__context__keyed__service__factories.cc │ ├── patch-extensions_browser_api_management_management__api.cc │ ├── patch-extensions_browser_api_messaging_message__service.cc │ ├── patch-extensions_browser_api_networking__private_networking__private__delegate__factory.cc │ ├── patch-extensions_common_api___permission__features.json │ ├── patch-extensions_common_api_runtime.json │ ├── patch-extensions_common_command.cc │ ├── patch-extensions_common_features_feature.cc │ ├── patch-extensions_renderer_bindings_api__binding__util.cc │ ├── patch-extensions_renderer_bindings_argument__spec.cc │ ├── patch-extensions_shell_app_shell__main__delegate.cc │ ├── patch-extensions_shell_browser_api_runtime_shell__runtime__api__delegate.cc │ ├── patch-extensions_shell_browser_shell__browser__main__parts.cc │ ├── patch-extensions_shell_browser_shell__extensions__api__client.cc │ ├── patch-extensions_shell_browser_shell__extensions__api__client.h │ ├── patch-google__apis_gcm_engine_heartbeat__manager.cc │ ├── patch-gpu_command__buffer_client_test__shared__image__interface.cc │ ├── patch-gpu_command__buffer_client_test__shared__image__interface.h │ ├── patch-gpu_command__buffer_service_dawn__context__provider.cc │ ├── patch-gpu_command__buffer_service_gles2__cmd__decoder.cc │ ├── patch-gpu_command__buffer_service_raster__decoder__unittest__context__lost.cc │ ├── patch-gpu_command__buffer_service_shared__context__state.cc │ ├── patch-gpu_command__buffer_service_shared__context__state.h │ ├── patch-gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc │ ├── patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc │ ├── patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc │ ├── patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc │ ├── patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc │ ├── patch-gpu_command__buffer_service_shared__image_wrapped__sk__image__backing.cc │ ├── patch-gpu_command__buffer_service_webgpu__decoder__impl.cc │ ├── patch-gpu_config_gpu__control__list.cc │ ├── patch-gpu_config_gpu__finch__features.cc │ ├── patch-gpu_config_gpu__info__collector.cc │ ├── patch-gpu_config_gpu__test__config.cc │ ├── patch-gpu_ipc_service_gpu__init.cc │ ├── patch-gpu_ipc_service_gpu__memory__buffer__factory.cc │ ├── patch-gpu_ipc_service_x__util.h │ ├── patch-gpu_vulkan_generate__bindings.py │ ├── patch-gpu_vulkan_semaphore__handle.cc │ ├── patch-gpu_vulkan_vulkan__device__queue.cc │ ├── patch-gpu_vulkan_vulkan__device__queue.h │ ├── patch-gpu_vulkan_vulkan__function__pointers.cc │ ├── patch-gpu_vulkan_vulkan__function__pointers.h │ ├── patch-gpu_vulkan_vulkan__image.h │ ├── patch-gpu_vulkan_vulkan__util.cc │ ├── patch-headless_BUILD.gn │ ├── patch-headless_lib_browser_headless__browser__main__parts__posix.cc │ ├── patch-headless_lib_browser_headless__content__browser__client.cc │ ├── patch-headless_lib_browser_headless__content__browser__client.h │ ├── patch-headless_lib_browser_headless__web__contents__impl.cc │ ├── patch-headless_lib_headless__content__main__delegate.cc │ ├── patch-ipc_ipc__channel.h │ ├── patch-ipc_ipc__channel__common.cc │ ├── patch-ipc_ipc__channel__mojo.cc │ ├── patch-ipc_ipc__message__utils.cc │ ├── patch-ipc_ipc__message__utils.h │ ├── patch-media_BUILD.gn │ ├── patch-media_audio_BUILD.gn │ ├── patch-media_audio_alsa_audio__manager__alsa.cc │ ├── patch-media_audio_audio__input__device.cc │ ├── patch-media_audio_audio__output__proxy__unittest.cc │ ├── patch-media_audio_pulse_pulse__util.cc │ ├── patch-media_audio_sndio_audio__manager__sndio.cc │ ├── patch-media_audio_sndio_audio__manager__sndio.h │ ├── patch-media_audio_sndio_sndio__input.cc │ ├── patch-media_audio_sndio_sndio__input.h │ ├── patch-media_audio_sndio_sndio__output.cc │ ├── patch-media_audio_sndio_sndio__output.h │ ├── patch-media_base_audio__latency.cc │ ├── patch-media_base_libaom__thread__wrapper.cc │ ├── patch-media_base_libvpx__thread__wrapper.cc │ ├── patch-media_base_media__switches.cc │ ├── patch-media_base_media__switches.h │ ├── patch-media_base_video__frame.cc │ ├── patch-media_base_video__frame.h │ ├── patch-media_capture_video_create__video__capture__device__factory.cc │ ├── patch-media_capture_video_fake__video__capture__device__factory.cc │ ├── patch-media_capture_video_file__video__capture__device__factory.cc │ ├── patch-media_capture_video_linux_fake__v4l2__impl.cc │ ├── patch-media_capture_video_linux_fake__v4l2__impl.h │ ├── patch-media_capture_video_linux_v4l2__capture__delegate.cc │ ├── patch-media_capture_video_linux_v4l2__capture__delegate.h │ ├── patch-media_capture_video_linux_v4l2__capture__device.h │ ├── patch-media_capture_video_linux_v4l2__capture__device__impl.cc │ ├── patch-media_capture_video_linux_v4l2__capture__device__impl.h │ ├── patch-media_capture_video_linux_video__capture__device__factory__v4l2.cc │ ├── patch-media_capture_video_linux_video__capture__device__factory__v4l2.h │ ├── patch-media_capture_video_linux_video__capture__device__linux.cc │ ├── patch-media_capture_video_video__capture__buffer__tracker__factory__impl.cc │ ├── patch-media_capture_video_video__capture__device__client.cc │ ├── patch-media_cdm_cdm__paths__unittest.cc │ ├── patch-media_cdm_library__cdm_cdm__paths.gni │ ├── patch-media_ffmpeg_scripts_build__ffmpeg.py │ ├── patch-media_ffmpeg_scripts_robo__lib_config.py │ ├── patch-media_gpu_chromeos_gl__image__processor__backend.cc │ ├── patch-media_gpu_chromeos_libyuv__image__processor__backend.cc │ ├── patch-media_gpu_chromeos_mailbox__video__frame__converter.cc │ ├── patch-media_gpu_chromeos_platform__video__frame__utils.cc │ ├── patch-media_gpu_chromeos_video__decoder__pipeline.cc │ ├── patch-media_gpu_gpu__video__decode__accelerator__factory.cc │ ├── patch-media_gpu_gpu__video__encode__accelerator__factory.cc │ ├── patch-media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.cc │ ├── patch-media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.h │ ├── patch-media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.cc │ ├── patch-media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.h │ ├── patch-media_gpu_test_raw__video.cc │ ├── patch-media_gpu_test_video__frame__file__writer.cc │ ├── patch-media_gpu_test_video__frame__helpers.cc │ ├── patch-media_gpu_test_video__frame__validator.cc │ ├── patch-media_gpu_vaapi_vaapi__video__decoder.cc │ ├── patch-media_gpu_vaapi_vaapi__wrapper.cc │ ├── patch-media_media__options.gni │ ├── patch-media_mojo_mojom_BUILD.gn │ ├── patch-media_mojo_mojom_video__frame__mojom__traits.cc │ ├── patch-media_mojo_mojom_video__frame__mojom__traits.h │ ├── patch-media_video_gpu__memory__buffer__video__frame__pool.cc │ ├── patch-media_video_video__encode__accelerator__adapter.cc │ ├── patch-media_video_video__encode__accelerator__adapter__test.cc │ ├── patch-media_webrtc_audio__processor.cc │ ├── patch-media_webrtc_helpers.cc │ ├── patch-media_webrtc_helpers__unittests.cc │ ├── patch-mojo_core_BUILD.gn │ ├── patch-mojo_core_channel.cc │ ├── patch-mojo_core_embedder_features.h │ ├── patch-mojo_public_cpp_platform_socket__utils__posix.cc │ ├── patch-mojo_public_tools_bindings_mojom.gni │ ├── patch-net_BUILD.gn │ ├── patch-net_base_features.cc │ ├── patch-net_base_network__change__notifier.cc │ ├── patch-net_base_network__change__notifier.h │ ├── patch-net_base_network__change__notifier__passive.cc │ ├── patch-net_base_network__interfaces__posix.h │ ├── patch-net_base_sockaddr__util__posix.cc │ ├── patch-net_base_sockaddr__util__posix__unittest.cc │ ├── patch-net_disk__cache_backend__experiment.h │ ├── patch-net_disk__cache_simple_simple__file__tracker.cc │ ├── patch-net_dns_BUILD.gn │ ├── patch-net_dns_address__info.cc │ ├── patch-net_dns_address__sorter__posix.cc │ ├── patch-net_dns_dns__config__service__posix.cc │ ├── patch-net_dns_dns__reloader.cc │ ├── patch-net_dns_dns__util.cc │ ├── patch-net_dns_host__resolver__proc.cc │ ├── patch-net_dns_public_BUILD.gn │ ├── patch-net_dns_public_resolv__reader.cc │ ├── patch-net_dns_public_resolv__reader.h │ ├── patch-net_dns_public_scoped__res__state.cc │ ├── patch-net_dns_public_scoped__res__state.h │ ├── patch-net_filter_zstd__source__stream.cc │ ├── patch-net_http_http__auth__gssapi__posix.cc │ ├── patch-net_http_http__auth__gssapi__posix.h │ ├── patch-net_http_http__auth__handler__negotiate.cc │ ├── patch-net_http_http__auth__preferences.cc │ ├── patch-net_http_http__auth__preferences.h │ ├── patch-net_http_http__network__session.cc │ ├── patch-net_proxy__resolution_proxy__config__service.cc │ ├── patch-net_proxy__resolution_proxy__config__service__linux.cc │ ├── patch-net_socket_socks5__client__socket.cc │ ├── patch-net_socket_tcp__socket__posix.cc │ ├── patch-net_socket_udp__socket__posix.cc │ ├── patch-net_socket_udp__socket__unittest.cc │ ├── patch-net_third__party_quiche_BUILD.gn │ ├── patch-net_tools_cert__verify__tool_cert__verify__tool.cc │ ├── patch-net_tools_net__watcher_net__watcher.cc │ ├── patch-net_traffic__annotation_network__traffic__annotation.h │ ├── patch-net_url__request_url__request__context.cc │ ├── patch-net_url__request_url__request__context.h │ ├── patch-net_url__request_url__request__context__builder.cc │ ├── patch-net_websockets_websocket__basic__stream__adapters__test.cc │ ├── patch-pdf_pdfium_pdfium__engine.cc │ ├── patch-printing_backend_cups__helper.cc │ ├── patch-printing_backend_cups__helper.h │ ├── patch-printing_backend_cups__ipp__helper.cc │ ├── patch-printing_backend_cups__jobs.cc │ ├── patch-printing_backend_cups__printer.cc │ ├── patch-printing_backend_cups__weak__functions.h │ ├── patch-printing_backend_print__backend__cups.h │ ├── patch-printing_backend_print__backend__cups__ipp.cc │ ├── patch-printing_mojom_printing__context__mojom__traits.cc │ ├── patch-printing_mojom_printing__context__mojom__traits.h │ ├── patch-printing_mojom_printing__context__mojom__traits__unittest.cc │ ├── patch-printing_print__settings.cc │ ├── patch-printing_print__settings.h │ ├── patch-printing_print__settings__conversion.cc │ ├── patch-printing_printing__context__linux.cc │ ├── patch-printing_printing__features.cc │ ├── patch-printing_printing__features.h │ ├── patch-printing_sandbox_print__backend__sandbox__hook__linux.cc │ ├── patch-printing_sandbox_print__backend__sandbox__hook__linux.h │ ├── patch-remoting_base_constants.h │ ├── patch-remoting_base_host__settings.cc │ ├── patch-remoting_codec_webrtc__video__encoder__vpx.cc │ ├── patch-remoting_host_base_desktop__environment__options.cc │ ├── patch-remoting_host_base_switches.cc │ ├── patch-remoting_host_base_switches.h │ ├── patch-remoting_host_chromoting__host.cc │ ├── patch-remoting_host_chromoting__host.h │ ├── patch-remoting_host_chromoting__host__context.cc │ ├── patch-remoting_host_chromoting__host__services__client.cc │ ├── patch-remoting_host_client__session.cc │ ├── patch-remoting_host_crash_crash__file__uploader.cc │ ├── patch-remoting_host_create__desktop__interaction__strategy__factory.cc │ ├── patch-remoting_host_evaluate__capability.cc │ ├── patch-remoting_host_host__attributes.cc │ ├── patch-remoting_host_host__details.cc │ ├── patch-remoting_host_host__main.cc │ ├── patch-remoting_host_ipc__constants.cc │ ├── patch-remoting_host_it2me_it2me__native__messaging__host__main.cc │ ├── patch-remoting_host_me2me__desktop__environment.cc │ ├── patch-remoting_host_mojo__caller__security__checker.cc │ ├── patch-remoting_host_policy__watcher.cc │ ├── patch-remoting_host_remote__open__url_remote__open__url__client.cc │ ├── patch-remoting_host_remote__open__url_remote__open__url__main.cc │ ├── patch-remoting_host_remote__open__url_remote__open__url__util.cc │ ├── patch-remoting_host_remote__open__url_url__forwarder__configurator.cc │ ├── patch-remoting_host_remoting__me2me__host.cc │ ├── patch-remoting_host_security__key_remote__security__key__main.cc │ ├── patch-remoting_host_session__policies__from__dict.cc │ ├── patch-remoting_host_setup_me2me__native__messaging__host__main.cc │ ├── patch-remoting_host_setup_start__host__main.cc │ ├── patch-remoting_host_webauthn_desktop__session__type__util.cc │ ├── patch-remoting_host_webauthn_remote__webauthn__caller__security__utils.cc │ ├── patch-remoting_host_webauthn_remote__webauthn__extension__notifier.cc │ ├── patch-remoting_host_webauthn_remote__webauthn__main.cc │ ├── patch-remoting_protocol_webrtc__video__stream.cc │ ├── patch-remoting_signaling_ftl__host__device__id__provider.cc │ ├── patch-sandbox_BUILD.gn │ ├── patch-sandbox_features.gni │ ├── patch-sandbox_linux_BUILD.gn │ ├── patch-sandbox_linux_services_init__process__reaper.cc │ ├── patch-sandbox_linux_services_libc__interceptor.cc │ ├── patch-sandbox_policy_BUILD.gn │ ├── patch-sandbox_policy_features.cc │ ├── patch-sandbox_policy_freebsd_sandbox__freebsd.cc │ ├── patch-sandbox_policy_freebsd_sandbox__freebsd.h │ ├── patch-sandbox_policy_mojom_sandbox.mojom │ ├── patch-sandbox_policy_netbsd_sandbox__netbsd.cc │ ├── patch-sandbox_policy_netbsd_sandbox__netbsd.h │ ├── patch-sandbox_policy_openbsd_sandbox__openbsd.cc │ ├── patch-sandbox_policy_openbsd_sandbox__openbsd.h │ ├── patch-sandbox_policy_sandbox.cc │ ├── patch-sandbox_policy_sandbox.h │ ├── patch-sandbox_policy_sandbox__type.cc │ ├── patch-sandbox_policy_switches.cc │ ├── patch-sandbox_policy_switches.h │ ├── patch-services_audio_audio__sandbox__hook__linux.cc │ ├── patch-services_audio_audio__sandbox__hook__linux.h │ ├── patch-services_device_BUILD.gn │ ├── patch-services_device_geolocation_location__provider__manager.cc │ ├── patch-services_device_hid_BUILD.gn │ ├── patch-services_device_hid_hid__connection__fido.cc │ ├── patch-services_device_hid_hid__connection__fido.h │ ├── patch-services_device_hid_hid__connection__freebsd.cc │ ├── patch-services_device_hid_hid__connection__freebsd.h │ ├── patch-services_device_hid_hid__service.cc │ ├── patch-services_device_hid_hid__service__fido.cc │ ├── patch-services_device_hid_hid__service__fido.h │ ├── patch-services_device_hid_hid__service__freebsd.cc │ ├── patch-services_device_hid_hid__service__freebsd.h │ ├── patch-services_device_public_cpp_device__features.cc │ ├── patch-services_device_public_cpp_device__features.h │ ├── patch-services_device_public_cpp_generic__sensor_sensor__reading.h │ ├── patch-services_device_public_mojom_BUILD.gn │ ├── patch-services_device_serial_BUILD.gn │ ├── patch-services_device_serial_serial__device__enumerator.cc │ ├── patch-services_device_serial_serial__io__handler__posix.cc │ ├── patch-services_device_time__zone__monitor_time__zone__monitor__linux.cc │ ├── patch-services_device_usb_BUILD.gn │ ├── patch-services_device_usb_usb__device__handle__usbfs.cc │ ├── patch-services_device_usb_usb__device__handle__usbfs.h │ ├── patch-services_device_usb_usb__service.cc │ ├── patch-services_device_usb_usb__service__fake.cc │ ├── patch-services_device_usb_usb__service__fake.h │ ├── patch-services_network_BUILD.gn │ ├── patch-services_network_network__context.cc │ ├── patch-services_network_network__context.h │ ├── patch-services_network_network__sandbox__hook__linux.cc │ ├── patch-services_network_network__sandbox__hook__linux.h │ ├── patch-services_network_network__service.cc │ ├── patch-services_network_network__service.h │ ├── patch-services_network_public_cpp_BUILD.gn │ ├── patch-services_network_public_cpp_features.cc │ ├── patch-services_network_public_mojom_BUILD.gn │ ├── patch-services_network_shared__dictionary_shared__dictionary__writer__in__memory.h │ ├── patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc │ ├── patch-services_resource__coordinator_public_cpp_memory__instrumentation_BUILD.gn │ ├── patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics.h │ ├── patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics__bsd.cc │ ├── patch-services_screen__ai_public_cpp_utilities.cc │ ├── patch-services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.cc │ ├── patch-services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.h │ ├── patch-services_screen__ai_screen__ai__service__impl.cc │ ├── patch-services_service__manager_BUILD.gn │ ├── patch-services_service__manager_public_cpp_service__executable_BUILD.gn │ ├── patch-services_shape__detection_shape__detection__sandbox__hook.cc │ ├── patch-services_shape__detection_shape__detection__sandbox__hook.h │ ├── patch-services_shape__detection_shape__detection__service.cc │ ├── patch-services_tracing_public_cpp_perfetto_track__name__recorder.cc │ ├── patch-services_tracing_public_cpp_stack__sampling_tracing__sampler__profiler.cc │ ├── patch-services_tracing_public_cpp_system__metrics__sampler.cc │ ├── patch-services_video__capture_public_mojom_video__capture__service.mojom │ ├── patch-services_video__effects_video__effects__sandbox__hook__linux.cc │ ├── patch-services_video__effects_video__effects__sandbox__hook__linux.h │ ├── patch-services_viz_public_mojom_BUILD.gn │ ├── patch-skia_ext_SkMemory__new__handler.cpp │ ├── patch-skia_ext_font__utils.cc │ ├── patch-skia_ext_skcolorspace__trfn.cc │ ├── patch-third__party_abseil-cpp_absl_base_config.h │ ├── patch-third__party_abseil-cpp_absl_base_internal_raw__logging.cc │ ├── patch-third__party_abseil-cpp_absl_base_internal_sysinfo.cc │ ├── patch-third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.h │ ├── patch-third__party_abseil-cpp_absl_time_internal_cctz_src_time__zone__format.cc │ ├── patch-third__party_afl_src_afl-fuzz.c │ ├── patch-third__party_angle_BUILD.gn │ ├── patch-third__party_angle_src_common_platform.h │ ├── patch-third__party_angle_src_common_platform__helpers.h │ ├── patch-third__party_angle_src_common_system__utils.cpp │ ├── patch-third__party_angle_src_common_system__utils__linux.cpp │ ├── patch-third__party_angle_src_gpu__info__util_SystemInfo__internal.h │ ├── patch-third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp │ ├── patch-third__party_angle_src_gpu__info__util_SystemInfo__linux.cpp │ ├── patch-third__party_angle_src_gpu__info__util_SystemInfo__x11.cpp │ ├── patch-third__party_angle_src_libANGLE_Display.cpp │ ├── patch-third__party_angle_src_libANGLE_renderer_gl_glx_FunctionsGLX.cpp │ ├── patch-third__party_angle_src_libANGLE_renderer_vulkan_DisplayVk__api.h │ ├── patch-third__party_angle_util_BUILD.gn │ ├── patch-third__party_blink_common_features.cc │ ├── patch-third__party_blink_common_renderer__preferences_renderer__preferences__mojom__traits.cc │ ├── patch-third__party_blink_public_common_renderer__preferences_renderer__preferences.h │ ├── patch-third__party_blink_public_common_renderer__preferences_renderer__preferences__mojom__traits.h │ ├── patch-third__party_blink_public_platform_platform.h │ ├── patch-third__party_blink_renderer_bindings_scripts_bind__gen_style__format.py │ ├── patch-third__party_blink_renderer_build_scripts_gperf.py │ ├── patch-third__party_blink_renderer_build_scripts_run__with__pythonpath.py │ ├── patch-third__party_blink_renderer_controller_blink__initializer.cc │ ├── patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.cc │ ├── patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.h │ ├── patch-third__party_blink_renderer_core_editing_editing__behavior.cc │ ├── patch-third__party_blink_renderer_core_execution__context_navigator__base.cc │ ├── patch-third__party_blink_renderer_core_exported_web__view__impl.cc │ ├── patch-third__party_blink_renderer_core_frame_web__frame__test.cc │ ├── patch-third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc │ ├── patch-third__party_blink_renderer_core_inspector_inspector__memory__agent.cc │ ├── patch-third__party_blink_renderer_core_layout_layout__view.cc │ ├── patch-third__party_blink_renderer_core_loader_mixed__content__checker.cc │ ├── patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc │ ├── patch-third__party_blink_renderer_core_page_context__menu__controller.cc │ ├── patch-third__party_blink_renderer_core_paint_paint__layer.cc │ ├── patch-third__party_blink_renderer_core_scroll_scrollbar__theme__aura.cc │ ├── patch-third__party_blink_renderer_core_xml_xslt__processor.h │ ├── patch-third__party_blink_renderer_core_xml_xslt__processor__libxslt.cc │ ├── patch-third__party_blink_renderer_modules_media_audio_audio__device__factory.cc │ ├── patch-third__party_blink_renderer_modules_media_audio_audio__renderer__mixer__manager__test.cc │ ├── patch-third__party_blink_renderer_modules_peerconnection_rtc__data__channel.cc │ ├── patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc │ ├── patch-third__party_blink_renderer_modules_webaudio_audio__worklet__thread__test.cc │ ├── patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc │ ├── patch-third__party_blink_renderer_modules_webgpu_gpu__canvas__context.cc │ ├── patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc │ ├── patch-third__party_blink_renderer_platform_BUILD.gn │ ├── patch-third__party_blink_renderer_platform_fonts_font__cache.cc │ ├── patch-third__party_blink_renderer_platform_fonts_font__cache.h │ ├── patch-third__party_blink_renderer_platform_fonts_font__description.cc │ ├── patch-third__party_blink_renderer_platform_fonts_font__metrics.cc │ ├── patch-third__party_blink_renderer_platform_fonts_font__unique__name__lookup.cc │ ├── patch-third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc │ ├── patch-third__party_blink_renderer_platform_graphics_begin__frame__provider.cc │ ├── patch-third__party_blink_renderer_platform_graphics_gpu_image__layer__bridge.cc │ ├── patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc │ ├── patch-third__party_blink_renderer_platform_instrumentation_partition__alloc__memory__dump__provider.cc │ ├── patch-third__party_blink_renderer_platform_peerconnection_rtc__video__encoder__factory.cc │ ├── patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 │ ├── patch-third__party_blink_renderer_platform_scheduler_common_thread.cc │ ├── patch-third__party_blink_renderer_platform_widget_compositing_blink__categorized__worker__pool__delegate.cc │ ├── patch-third__party_blink_renderer_platform_wtf_container__annotations.h │ ├── patch-third__party_blink_renderer_platform_wtf_math__extras.h │ ├── patch-third__party_blink_renderer_platform_wtf_stack__util.cc │ ├── patch-third__party_brotli_common_platform.h │ ├── patch-third__party_cpuinfo_cpuinfo.gni │ ├── patch-third__party_crashpad_crashpad_build_crashpad__buildconfig.gni │ ├── patch-third__party_crashpad_crashpad_client_BUILD.gn │ ├── patch-third__party_crashpad_crashpad_client_crashpad__client__posix.cc │ ├── patch-third__party_crashpad_crashpad_minidump_minidump__misc__info__writer.cc │ ├── patch-third__party_crashpad_crashpad_util_misc_address__types.h │ ├── patch-third__party_crashpad_crashpad_util_misc_capture__context.h │ ├── patch-third__party_crashpad_crashpad_util_misc_metrics.cc │ ├── patch-third__party_crashpad_crashpad_util_misc_uuid.cc │ ├── patch-third__party_crashpad_crashpad_util_posix_close__multiple.cc │ ├── patch-third__party_crashpad_crashpad_util_posix_drop__privileges.cc │ ├── patch-third__party_crashpad_crashpad_util_posix_signals.cc │ ├── patch-third__party_crashpad_crashpad_util_posix_symbolic__constants__posix.cc │ ├── patch-third__party_crc32c_BUILD.gn │ ├── patch-third__party_dawn_include_dawn_native_VulkanBackend.h │ ├── patch-third__party_dawn_src_dawn_common_Platform.h │ ├── patch-third__party_dawn_src_dawn_native_vulkan_BackendVk.cpp │ ├── patch-third__party_ffmpeg_BUILD.gn │ ├── patch-third__party_ffmpeg_libavcodec_x86_cabac.h │ ├── patch-third__party_ffmpeg_libavutil_cpu.c │ ├── patch-third__party_ffmpeg_libavutil_mem.c │ ├── patch-third__party_ffmpeg_libavutil_random__seed.c │ ├── patch-third__party_ffmpeg_libavutil_x86_x86inc.asm │ ├── patch-third__party_fontconfig_include_meson-config.h │ ├── patch-third__party_fontconfig_src_src_fccompat.c │ ├── patch-third__party_ipcz_src_BUILD.gn │ ├── patch-third__party_ipcz_src_reference__drivers_random.cc │ ├── patch-third__party_ipcz_src_standalone_base_logging.cc │ ├── patch-third__party_leveldatabase_env__chromium.cc │ ├── patch-third__party_libaom_source_libaom_aom__ports_aarch64__cpudetect.c │ ├── patch-third__party_libc++_src_include_____locale__dir_locale__base__api.h │ ├── patch-third__party_libc++_src_include_____locale__dir_support_bsd__like.h │ ├── patch-third__party_libc++_src_src_chrono.cpp │ ├── patch-third__party_libc++_src_src_filesystem_filesystem__clock.cpp │ ├── patch-third__party_libc++abi_src_src_cxa__guard__impl.h │ ├── patch-third__party_libdrm_src_xf86drmMode.c │ ├── patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton.h │ ├── patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock.h │ ├── patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_thread__checker.h │ ├── patch-third__party_libsync_src_include_sync_sync.h │ ├── patch-third__party_libsync_src_sync.c │ ├── patch-third__party_libusb_BUILD.gn │ ├── patch-third__party_libusb_src_libusb_core.c │ ├── patch-third__party_libusb_src_libusb_os_threads__posix.c │ ├── patch-third__party_libvpx_source_libvpx_vpx__ports_aarch64__cpudetect.c │ ├── patch-third__party_lzma__sdk_C_CpuArch.c │ ├── patch-third__party_material__color__utilities_src_cpp_palettes_tones.cc │ ├── patch-third__party_nasm_BUILD.gn │ ├── patch-third__party_nasm_config_config-linux.h │ ├── patch-third__party_node_check__version.py │ ├── patch-third__party_node_node.gni │ ├── patch-third__party_node_node.py │ ├── patch-third__party_pdfium_core_fxge_cfx__fontmapper.cpp │ ├── patch-third__party_pdfium_core_fxge_linux_fx__linux__impl.cpp │ ├── patch-third__party_pdfium_fxjs_fx__date__helpers.cpp │ ├── patch-third__party_pdfium_pdfium.gni │ ├── patch-third__party_pdfium_xfa_fxfa_parser_cxfa__timezoneprovider.cpp │ ├── patch-third__party_perfetto_include_perfetto_base_build__config.h │ ├── patch-third__party_perfetto_include_perfetto_base_thread__utils.h │ ├── patch-third__party_perfetto_include_perfetto_base_time.h │ ├── patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h │ ├── patch-third__party_perfetto_include_perfetto_ext_base_thread__utils.h │ ├── patch-third__party_perfetto_include_perfetto_tracing_internal_track__event__legacy.h │ ├── patch-third__party_perfetto_protos_perfetto_trace_ftrace_v4l2.proto │ ├── patch-third__party_perfetto_src_base_clock__snapshots.cc │ ├── patch-third__party_perfetto_src_base_event__fd.cc │ ├── patch-third__party_perfetto_src_base_periodic__task.cc │ ├── patch-third__party_perfetto_src_base_scoped__sched__boost.cc │ ├── patch-third__party_perfetto_src_base_string__utils.cc │ ├── patch-third__party_perfetto_src_base_subprocess__posix.cc │ ├── patch-third__party_perfetto_src_base_test_vm__test__utils.cc │ ├── patch-third__party_perfetto_src_base_thread__task__runner.cc │ ├── patch-third__party_perfetto_src_base_unix__socket.cc │ ├── patch-third__party_perfetto_src_base_utils.cc │ ├── patch-third__party_perfetto_src_trace__processor_importers_ftrace_v4l2__tracker.cc │ ├── patch-third__party_perfetto_src_tracing_ipc_memfd.cc │ ├── patch-third__party_perfetto_src_tracing_platform__posix.cc │ ├── patch-third__party_perfetto_src_tracing_track.cc │ ├── patch-third__party_protobuf_src_google_protobuf_stubs_platform__macros.h │ ├── patch-third__party_rust_qr__code_v2_BUILD.gn │ ├── patch-third__party_skia_src_gpu_ganesh_GrAutoLocaleSetter.h │ ├── patch-third__party_skia_src_ports_SkMemory__malloc.cpp │ ├── patch-third__party_skia_src_ports_SkOSFile__posix.cpp │ ├── patch-third__party_speech-dispatcher_libspeechd__version.h │ ├── patch-third__party_speech-dispatcher_speechd__types.h │ ├── patch-third__party_sqlite_BUILD.gn │ ├── patch-third__party_sqlite_src_amalgamation__dev_sqlite3.c │ ├── patch-third__party_sqlite_src_amalgamation_sqlite3.c │ ├── patch-third__party_swiftshader_src_Reactor_Debug.cpp │ ├── patch-third__party_swiftshader_src_System_Configurator.cpp │ ├── patch-third__party_swiftshader_src_System_Linux_MemFd.cpp │ ├── patch-third__party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux.hpp │ ├── patch-third__party_swiftshader_src_WSI_libXCB.cpp │ ├── patch-third__party_swiftshader_third__party_llvm-10.0_configs_linux_include_llvm_Config_config.h │ ├── patch-third__party_swiftshader_third__party_llvm-subzero_build_Linux_include_llvm_Config_config.h │ ├── patch-third__party_swiftshader_third__party_marl_src_memory.cpp │ ├── patch-third__party_swiftshader_third__party_marl_src_thread.cpp │ ├── patch-third__party_test__fonts_fontconfig_BUILD.gn │ ├── patch-third__party_test__fonts_fontconfig_fontconfig__util__linux.cc │ ├── patch-third__party_test__fonts_fontconfig_generate__fontconfig__caches.cc │ ├── patch-third__party_tflite_features.gni │ ├── patch-third__party_unrar_src_crypt.cpp │ ├── patch-third__party_vulkan-validation-layers_src_layers_external_vma_vk__mem__alloc.h │ ├── patch-third__party_vulkan-validation-layers_src_layers_vulkan_generated_vk__function__pointers.cpp │ ├── patch-third__party_vulkan__memory__allocator_include_vk__mem__alloc.h │ ├── patch-third__party_wayland_BUILD.gn │ ├── patch-third__party_wayland_include_config.h │ ├── patch-third__party_webrtc_BUILD.gn │ ├── patch-third__party_webrtc_modules_audio__device_BUILD.gn │ ├── patch-third__party_webrtc_modules_desktop__capture_linux_wayland_egl__dmabuf.cc │ ├── patch-third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc │ ├── patch-third__party_webrtc_modules_portal_pipewire__utils.h │ ├── patch-third__party_webrtc_rtc__base_byte__order.h │ ├── patch-third__party_webrtc_rtc__base_cpu__info.cc │ ├── patch-third__party_webrtc_rtc__base_ip__address.cc │ ├── patch-third__party_webrtc_rtc__base_net__helpers.cc │ ├── patch-third__party_webrtc_rtc__base_network.cc │ ├── patch-third__party_webrtc_rtc__base_physical__socket__server.cc │ ├── patch-third__party_webrtc_rtc__base_physical__socket__server.h │ ├── patch-third__party_webrtc_rtc__base_platform__thread__types.cc │ ├── patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h │ ├── patch-third__party_widevine_cdm_widevine.gni │ ├── patch-third__party_zlib_BUILD.gn │ ├── patch-third__party_zlib_cpu__features.c │ ├── patch-tools_code__cache__generator_BUILD.gn │ ├── patch-tools_generate__shim__headers_generate__shim__headers.py │ ├── patch-tools_generate__stubs_rules.gni │ ├── patch-tools_gn_build_build__linux.ninja.template │ ├── patch-tools_gn_build_gen.py │ ├── patch-tools_gn_src_base_files_file__posix.cc │ ├── patch-tools_gn_src_gn_version.h │ ├── patch-tools_gn_src_util_exe__path.cc │ ├── patch-tools_grit_grit_node_base.py │ ├── patch-tools_json__schema__compiler_cpp__bundle__generator.py │ ├── patch-tools_json__schema__compiler_feature__compiler.py │ ├── patch-tools_memory_partition__allocator_inspect__utils.h │ ├── patch-tools_perf_chrome__telemetry__build_BUILD.gn │ ├── patch-tools_protoc__wrapper_protoc__wrapper.py │ ├── patch-tools_v8__context__snapshot_BUILD.gn │ ├── patch-tools_variations_fieldtrial__to__struct.py │ ├── patch-ui_accessibility_accessibility__features.cc │ ├── patch-ui_accessibility_accessibility__features.h │ ├── patch-ui_accessibility_ax__node.cc │ ├── patch-ui_accessibility_ax__node.h │ ├── patch-ui_accessibility_ax__tree.cc │ ├── patch-ui_accessibility_ax__tree.h │ ├── patch-ui_aura_client_drag__drop__client.h │ ├── patch-ui_aura_screen__ozone.cc │ ├── patch-ui_aura_screen__ozone.h │ ├── patch-ui_base_accelerators_accelerator.cc │ ├── patch-ui_base_accelerators_command.cc │ ├── patch-ui_base_accelerators_global__accelerator__listener_global__accelerator__listener__ozone.cc │ ├── patch-ui_base_clipboard_clipboard__constants.h │ ├── patch-ui_base_clipboard_clipboard__non__backed.cc │ ├── patch-ui_base_cursor_cursor__factory.cc │ ├── patch-ui_base_cursor_cursor__factory.h │ ├── patch-ui_base_dragdrop_os__exchange__data__provider__factory.cc │ ├── patch-ui_base_dragdrop_os__exchange__data__provider__non__backed.cc │ ├── patch-ui_base_ime_dummy__text__input__client.cc │ ├── patch-ui_base_ime_dummy__text__input__client.h │ ├── patch-ui_base_ime_fake__text__input__client.cc │ ├── patch-ui_base_ime_fake__text__input__client.h │ ├── patch-ui_base_ime_init_input__method__initializer.cc │ ├── patch-ui_base_ime_linux_linux__input__method__context__factory.cc │ ├── patch-ui_base_ime_text__input__client.h │ ├── patch-ui_base_resource_resource__bundle.cc │ ├── patch-ui_base_test_skia__gold__pixel__diff.cc │ ├── patch-ui_base_test_ui__controls.h │ ├── patch-ui_base_ui__base__features.cc │ ├── patch-ui_base_ui__base__switches.cc │ ├── patch-ui_base_ui__base__switches.h │ ├── patch-ui_base_webui_web__ui__util.cc │ ├── patch-ui_base_x_x11__cursor__factory.cc │ ├── patch-ui_base_x_x11__cursor__factory.h │ ├── patch-ui_base_x_x11__cursor__loader.cc │ ├── patch-ui_base_x_x11__display__manager.cc │ ├── patch-ui_base_x_x11__shm__image__pool.cc │ ├── patch-ui_color_color__id.h │ ├── patch-ui_color_color__provider__utils.cc │ ├── patch-ui_color_system__theme.h │ ├── patch-ui_compositor_compositor.cc │ ├── patch-ui_compositor_compositor.h │ ├── patch-ui_compositor_compositor__observer.h │ ├── patch-ui_display_screen.cc │ ├── patch-ui_display_screen.h │ ├── patch-ui_events_event.cc │ ├── patch-ui_events_event__switches.cc │ ├── patch-ui_events_event__switches.h │ ├── patch-ui_events_keycodes_dom_keycode__converter.cc │ ├── patch-ui_events_keycodes_dom_keycode__converter.h │ ├── patch-ui_gfx_BUILD.gn │ ├── patch-ui_gfx_canvas__skia.cc │ ├── patch-ui_gfx_font__fallback__linux.cc │ ├── patch-ui_gfx_font__render__params.h │ ├── patch-ui_gfx_font__render__params__linux.cc │ ├── patch-ui_gfx_font__util.cc │ ├── patch-ui_gfx_gpu__extra__info.h │ ├── patch-ui_gfx_linux_dmabuf__uapi.h │ ├── patch-ui_gfx_linux_gbm__wrapper.cc │ ├── patch-ui_gfx_mojom_native__handle__types__mojom__traits.cc │ ├── patch-ui_gfx_mojom_native__handle__types__mojom__traits.h │ ├── patch-ui_gfx_native__pixmap__handle.cc │ ├── patch-ui_gfx_native__pixmap__handle.h │ ├── patch-ui_gfx_native__widget__types.h │ ├── patch-ui_gfx_platform__font__skia.cc │ ├── patch-ui_gfx_render__text__api__fuzzer.cc │ ├── patch-ui_gfx_render__text__fuzzer.cc │ ├── patch-ui_gfx_switches.cc │ ├── patch-ui_gfx_switches.h │ ├── patch-ui_gfx_x_atom__cache.cc │ ├── patch-ui_gfx_x_generated__protos_dri3.cc │ ├── patch-ui_gfx_x_generated__protos_shm.cc │ ├── patch-ui_gfx_x_xlib__support.cc │ ├── patch-ui_gl_gl__context.cc │ ├── patch-ui_gl_gl__fence.cc │ ├── patch-ui_gl_gl__implementation.cc │ ├── patch-ui_gl_gl__switches.cc │ ├── patch-ui_gl_sync__control__vsync__provider.cc │ ├── patch-ui_gl_sync__control__vsync__provider.h │ ├── patch-ui_gtk_gtk__compat.cc │ ├── patch-ui_gtk_printing_print__dialog__gtk.cc │ ├── patch-ui_message__center_views_message__popup__view.cc │ ├── patch-ui_native__theme_features_native__theme__features.cc │ ├── patch-ui_native__theme_native__theme.h │ ├── patch-ui_native__theme_native__theme__base.cc │ ├── patch-ui_ozone_common_egl__util.cc │ ├── patch-ui_ozone_platform_headless_headless__surface__factory.cc │ ├── patch-ui_ozone_platform_headless_ozone__platform__headless.cc │ ├── patch-ui_ozone_platform_headless_vulkan__implementation__headless.cc │ ├── patch-ui_ozone_platform_wayland_common_wayland__util.cc │ ├── patch-ui_ozone_platform_wayland_gpu_vulkan__implementation__wayland.cc │ ├── patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc │ ├── patch-ui_ozone_platform_x11_vulkan__implementation__x11.cc │ ├── patch-ui_ozone_platform_x11_x11__screen__ozone.cc │ ├── patch-ui_ozone_platform_x11_x11__screen__ozone.h │ ├── patch-ui_ozone_platform_x11_x11__window.cc │ ├── patch-ui_ozone_public_ozone__ui__controls__test__helper.h │ ├── patch-ui_ozone_test_mock__platform__window__delegate.h │ ├── patch-ui_platform__window_platform__window__delegate.cc │ ├── patch-ui_platform__window_platform__window__delegate.h │ ├── patch-ui_platform__window_platform__window__init__properties.h │ ├── patch-ui_qt_BUILD.gn │ ├── patch-ui_strings_translations_app__locale__settings__bn.xtb │ ├── patch-ui_strings_translations_app__locale__settings__ja.xtb │ ├── patch-ui_strings_translations_app__locale__settings__ko.xtb │ ├── patch-ui_strings_translations_app__locale__settings__ml.xtb │ ├── patch-ui_strings_translations_app__locale__settings__th.xtb │ ├── patch-ui_strings_translations_app__locale__settings__zh-CN.xtb │ ├── patch-ui_strings_translations_app__locale__settings__zh-TW.xtb │ ├── patch-ui_views_BUILD.gn │ ├── patch-ui_views_accessibility_view__accessibility.cc │ ├── patch-ui_views_controls_prefix__selector.cc │ ├── patch-ui_views_controls_prefix__selector.h │ ├── patch-ui_views_controls_textfield_textfield.cc │ ├── patch-ui_views_controls_textfield_textfield.h │ ├── patch-ui_views_examples_widget__example.cc │ ├── patch-ui_views_focus_focus__manager.cc │ ├── patch-ui_views_style_platform__style.cc │ ├── patch-ui_views_style_platform__style.h │ ├── patch-ui_views_test_ui__controls__factory__desktop__aura__ozone.cc │ ├── patch-ui_views_views__delegate.cc │ ├── patch-ui_views_views__delegate.h │ ├── patch-ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.cc │ ├── patch-ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.h │ ├── patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc │ ├── patch-ui_views_widget_root__view.cc │ ├── patch-ui_views_widget_widget.cc │ ├── patch-ui_views_widget_widget.h │ ├── patch-ui_views_window_default__frame__view.cc │ ├── patch-ui_views_window_dialog__delegate.cc │ ├── patch-ui_views_window_frame__background.cc │ ├── patch-v8_BUILD.gn │ ├── patch-v8_include_v8-internal.h │ ├── patch-v8_include_v8config.h │ ├── patch-v8_src_api_api.cc │ ├── patch-v8_src_base_atomicops.h │ ├── patch-v8_src_base_platform_memory.h │ ├── patch-v8_src_base_platform_platform-freebsd.cc │ ├── patch-v8_src_base_platform_platform-openbsd.cc │ ├── patch-v8_src_base_platform_platform-posix.cc │ ├── patch-v8_src_base_strings.h │ ├── patch-v8_src_base_sys-info.cc │ ├── patch-v8_src_base_utils_random-number-generator.cc │ ├── patch-v8_src_diagnostics_perf-jit.cc │ ├── patch-v8_src_diagnostics_perf-jit.h │ ├── patch-v8_src_execution_isolate.cc │ ├── patch-v8_src_flags_flags.cc │ ├── patch-v8_src_libsampler_sampler.cc │ ├── patch-v8_src_sandbox_sandbox.cc │ ├── patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc │ ├── patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.h │ ├── patch-v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc │ ├── patch-v8_src_trap-handler_handler-inside-posix.cc │ ├── patch-v8_src_trap-handler_handler-inside-posix.h │ ├── patch-v8_src_trap-handler_trap-handler.h │ ├── patch-v8_tools_run-paxctl.py │ └── patch-v8_tools_run.py └── tests.mk ├── chromium ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── README │ ├── chromium-browser.desktop │ └── chromium.sh.in ├── options.mk ├── patches │ ├── patch-BUILD.gn │ ├── patch-apps_ui_views_app__window__frame__view.cc │ ├── patch-base_BUILD.gn │ ├── patch-base_allocator_dispatcher_tls.h │ ├── patch-base_allocator_partition__allocator_partition__alloc.gni │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_BUILD.gn │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_address__space__randomization.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__constants.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_stack__trace__posix.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_rand__util__posix.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__internal__posix.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__posix.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_spinning__mutex.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_stack_stack.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_thread__isolation_pkey.cc │ ├── patch-base_atomicops.h │ ├── patch-base_base__paths__posix.cc │ ├── patch-base_compiler__specific.h │ ├── patch-base_debug_debugger__posix.cc │ ├── patch-base_debug_elf__reader.cc │ ├── patch-base_debug_proc__maps__linux.cc │ ├── patch-base_debug_stack__trace.cc │ ├── patch-base_debug_stack__trace__posix.cc │ ├── patch-base_files_dir__reader__linux.h │ ├── patch-base_files_dir__reader__posix.h │ ├── patch-base_files_drive__info.h │ ├── patch-base_files_drive__info__posix.cc │ ├── patch-base_files_file__path__watcher.h │ ├── patch-base_files_file__path__watcher__bsd.cc │ ├── patch-base_files_file__path__watcher__kqueue.h │ ├── patch-base_files_file__path__watcher__unittest.cc │ ├── patch-base_files_file__util__posix.cc │ ├── patch-base_files_file__util__unittest.cc │ ├── patch-base_files_important__file__writer__cleaner.cc │ ├── patch-base_files_scoped__file.cc │ ├── patch-base_functional_unretained__traits.h │ ├── patch-base_i18n_icu__util.cc │ ├── patch-base_linux__util.cc │ ├── patch-base_logging__unittest.cc │ ├── patch-base_memory_discardable__memory.cc │ ├── patch-base_memory_discardable__memory__internal.h │ ├── patch-base_memory_madv__free__discardable__memory__posix.cc │ ├── patch-base_memory_platform__shared__memory__region.h │ ├── patch-base_memory_platform__shared__memory__region__posix.cc │ ├── patch-base_memory_protected__memory.h │ ├── patch-base_memory_protected__memory__posix.cc │ ├── patch-base_message__loop_message__pump__epoll.cc │ ├── patch-base_message__loop_message__pump__epoll.h │ ├── patch-base_message__loop_message__pump__glib.cc │ ├── patch-base_posix_can__lower__nice__to.cc │ ├── patch-base_posix_file__descriptor__shuffle.h │ ├── patch-base_posix_sysctl.cc │ ├── patch-base_posix_unix__domain__socket.cc │ ├── patch-base_posix_unix__domain__socket__unittest.cc │ ├── patch-base_process_internal__linux.h │ ├── patch-base_process_kill.h │ ├── patch-base_process_kill__posix.cc │ ├── patch-base_process_launch.h │ ├── patch-base_process_launch__posix.cc │ ├── patch-base_process_memory__linux.cc │ ├── patch-base_process_process__handle.cc │ ├── patch-base_process_process__handle.h │ ├── patch-base_process_process__handle__freebsd.cc │ ├── patch-base_process_process__handle__netbsd.cc │ ├── patch-base_process_process__handle__openbsd.cc │ ├── patch-base_process_process__iterator.h │ ├── patch-base_process_process__iterator__freebsd.cc │ ├── patch-base_process_process__iterator__netbsd.cc │ ├── patch-base_process_process__iterator__openbsd.cc │ ├── patch-base_process_process__metrics.cc │ ├── patch-base_process_process__metrics.h │ ├── patch-base_process_process__metrics__freebsd.cc │ ├── patch-base_process_process__metrics__netbsd.cc │ ├── patch-base_process_process__metrics__openbsd.cc │ ├── patch-base_process_process__metrics__posix.cc │ ├── patch-base_process_process__metrics__unittest.cc │ ├── patch-base_process_process__posix.cc │ ├── patch-base_process_process__unittest.cc │ ├── patch-base_profiler_module__cache.cc │ ├── patch-base_profiler_sampling__profiler__thread__token.cc │ ├── patch-base_profiler_sampling__profiler__thread__token.h │ ├── patch-base_profiler_stack__base__address__posix.cc │ ├── patch-base_profiler_stack__sampling__profiler__test__util.cc │ ├── patch-base_profiler_stack__sampling__profiler__unittest.cc │ ├── patch-base_profiler_thread__delegate__posix.cc │ ├── patch-base_rand__util.h │ ├── patch-base_rand__util__posix.cc │ ├── patch-base_strings_safe__sprintf__unittest.cc │ ├── patch-base_synchronization_cancelable__event.h │ ├── patch-base_synchronization_lock__impl.h │ ├── patch-base_syslog__logging.cc │ ├── patch-base_system_sys__info.cc │ ├── patch-base_system_sys__info.h │ ├── patch-base_system_sys__info__freebsd.cc │ ├── patch-base_system_sys__info__netbsd.cc │ ├── patch-base_system_sys__info__openbsd.cc │ ├── patch-base_system_sys__info__posix.cc │ ├── patch-base_system_sys__info__unittest.cc │ ├── patch-base_task_thread__pool_environment__config__unittest.cc │ ├── patch-base_test_launcher_test__launcher.cc │ ├── patch-base_test_test__file__util__linux.cc │ ├── patch-base_test_test__file__util__posix.cc │ ├── patch-base_threading_platform__thread.h │ ├── patch-base_threading_platform__thread__bsd.cc │ ├── patch-base_threading_platform__thread__internal__posix.cc │ ├── patch-base_threading_platform__thread__metrics.cc │ ├── patch-base_threading_platform__thread__metrics.h │ ├── patch-base_threading_platform__thread__posix.cc │ ├── patch-base_threading_platform__thread__unittest.cc │ ├── patch-base_time_time__now__posix.cc │ ├── patch-base_trace__event_malloc__dump__provider.cc │ ├── patch-base_trace__event_memory__dump__manager.cc │ ├── patch-base_trace__event_process__memory__dump.cc │ ├── patch-base_tracing_trace__time.cc │ ├── patch-base_tracing_trace__time.h │ ├── patch-base_version__info_version__info.h │ ├── patch-build_config_BUILD.gn │ ├── patch-build_config_BUILDCONFIG.gn │ ├── patch-build_config_c++_modules.gni │ ├── patch-build_config_clang_BUILD.gn │ ├── patch-build_config_clang_clang.gni │ ├── patch-build_config_compiler_BUILD.gn │ ├── patch-build_config_gcc_BUILD.gn │ ├── patch-build_config_linux_BUILD.gn │ ├── patch-build_config_linux_libdrm_BUILD.gn │ ├── patch-build_config_linux_pkg-config.py │ ├── patch-build_config_ozone.gni │ ├── patch-build_config_rust.gni │ ├── patch-build_config_v8__target__cpu.gni │ ├── patch-build_detect__host__arch.py │ ├── patch-build_dotfile__settings.gni │ ├── patch-build_gn__run__binary.py │ ├── patch-build_linux_chrome.map │ ├── patch-build_linux_strip__binary.gni │ ├── patch-build_linux_strip__binary.py │ ├── patch-build_linux_unbundle_icu.gn │ ├── patch-build_linux_unbundle_libusb.gn │ ├── patch-build_rust_allocator_lib.rs │ ├── patch-build_rust_rust__bindgen.gni │ ├── patch-build_rust_rust__bindgen__generator.gni │ ├── patch-build_rust_std_BUILD.gn │ ├── patch-build_toolchain_freebsd_BUILD.gn │ ├── patch-build_toolchain_gcc__solink__wrapper.py │ ├── patch-build_toolchain_gcc__toolchain.gni │ ├── patch-build_toolchain_netbsd_BUILD.gn │ ├── patch-build_toolchain_openbsd_BUILD.gn │ ├── patch-build_toolchain_toolchain.gni │ ├── patch-cc_base_features.cc │ ├── patch-chrome_app_chrome__command__ids.h │ ├── patch-chrome_app_chrome__main.cc │ ├── patch-chrome_app_chrome__main__delegate.cc │ ├── patch-chrome_app_settings__strings.grdp │ ├── patch-chrome_browser_BUILD.gn │ ├── patch-chrome_browser_about__flags.cc │ ├── patch-chrome_browser_after__startup__task__utils.cc │ ├── patch-chrome_browser_apps_app__service_publishers_extension__apps.cc │ ├── patch-chrome_browser_apps_platform__apps_platform__app__launch.cc │ ├── patch-chrome_browser_apps_platform__apps_platform__app__launch.h │ ├── patch-chrome_browser_autocomplete_chrome__autocomplete__scheme__classifier.cc │ ├── patch-chrome_browser_background_extensions_background__mode__manager.cc │ ├── patch-chrome_browser_background_extensions_background__mode__optimizer.cc │ ├── patch-chrome_browser_background_glic_glic__status__icon.cc │ ├── patch-chrome_browser_browser__features.cc │ ├── patch-chrome_browser_browser__features.h │ ├── patch-chrome_browser_browser__process__impl.cc │ ├── patch-chrome_browser_browser__process__impl.h │ ├── patch-chrome_browser_chrome__browser__field__trials.cc │ ├── patch-chrome_browser_chrome__browser__interface__binders.cc │ ├── patch-chrome_browser_chrome__browser__interface__binders__webui.cc │ ├── patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc │ ├── patch-chrome_browser_chrome__browser__main.cc │ ├── patch-chrome_browser_chrome__browser__main__extra__parts__ozone.cc │ ├── patch-chrome_browser_chrome__browser__main__linux.cc │ ├── patch-chrome_browser_chrome__browser__main__linux.h │ ├── patch-chrome_browser_chrome__browser__main__posix.cc │ ├── patch-chrome_browser_chrome__content__browser__client.cc │ ├── patch-chrome_browser_chrome__content__browser__client.h │ ├── patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc │ ├── patch-chrome_browser_collaboration_messaging_messaging__backend__service__factory.cc │ ├── patch-chrome_browser_component__updater_iwa__key__distribution__component__installer.cc │ ├── patch-chrome_browser_component__updater_iwa__key__distribution__component__installer.h │ ├── patch-chrome_browser_component__updater_registration.cc │ ├── patch-chrome_browser_component__updater_wasm__tts__engine__component__installer.cc │ ├── patch-chrome_browser_component__updater_widevine__cdm__component__installer.cc │ ├── patch-chrome_browser_custom__handlers_chrome__protocol__handler__registry__delegate.cc │ ├── patch-chrome_browser_defaults.cc │ ├── patch-chrome_browser_device__identity_device__oauth2__token__service__factory.cc │ ├── patch-chrome_browser_devtools_devtools__window.cc │ ├── patch-chrome_browser_devtools_remote__debugging__server.cc │ ├── patch-chrome_browser_devtools_remote__debugging__server.h │ ├── patch-chrome_browser_diagnostics_diagnostics__writer.h │ ├── patch-chrome_browser_download_chrome__download__manager__delegate.cc │ ├── patch-chrome_browser_download_download__commands.cc │ ├── patch-chrome_browser_download_download__commands.h │ ├── patch-chrome_browser_download_download__file__picker.cc │ ├── patch-chrome_browser_download_download__item__model.cc │ ├── patch-chrome_browser_download_download__prefs.cc │ ├── patch-chrome_browser_download_download__prefs.h │ ├── patch-chrome_browser_enterprise_browser__management_browser__management__service.cc │ ├── patch-chrome_browser_enterprise_browser__management_browser__management__service.h │ ├── patch-chrome_browser_enterprise_connectors_analysis_analysis__service__settings.cc │ ├── patch-chrome_browser_enterprise_connectors_common.cc │ ├── patch-chrome_browser_enterprise_connectors_connectors__service.cc │ ├── patch-chrome_browser_enterprise_connectors_device__trust_device__trust__connector__service__factory.cc │ ├── patch-chrome_browser_enterprise_connectors_device__trust_device__trust__service__factory.cc │ ├── patch-chrome_browser_enterprise_connectors_device__trust_key__management_browser_commands_key__rotation__command__factory.cc │ ├── patch-chrome_browser_enterprise_connectors_device__trust_key__management_core_persistence_key__persistence__delegate__factory.cc │ ├── patch-chrome_browser_enterprise_connectors_device__trust_signals_signals__service__factory.cc │ ├── patch-chrome_browser_enterprise_connectors_reporting_browser__crash__event__router.cc │ ├── patch-chrome_browser_enterprise_connectors_reporting_crash__reporting__context.cc │ ├── patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.cc │ ├── patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.h │ ├── patch-chrome_browser_enterprise_profile__management_profile__management__navigation__throttle.cc │ ├── patch-chrome_browser_enterprise_remote__commands_cbcm__remote__commands__factory.cc │ ├── patch-chrome_browser_enterprise_signals_context__info__fetcher.cc │ ├── patch-chrome_browser_enterprise_signals_device__info__fetcher.cc │ ├── patch-chrome_browser_enterprise_signals_signals__aggregator__factory.cc │ ├── patch-chrome_browser_enterprise_signin_enterprise__signin__service.h │ ├── patch-chrome_browser_enterprise_signin_interstitials_managed__profile__required__page.cc │ ├── patch-chrome_browser_enterprise_util_managed__browser__utils.cc │ ├── patch-chrome_browser_extensions_BUILD.gn │ ├── patch-chrome_browser_extensions_api_enterprise__reporting__private_chrome__desktop__report__request__helper.cc │ ├── patch-chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.cc │ ├── patch-chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.h │ ├── patch-chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.cc │ ├── patch-chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.h │ ├── patch-chrome_browser_extensions_api_image__writer__private_removable__storage__provider.cc │ ├── patch-chrome_browser_extensions_api_messaging_launch__context__posix.cc │ ├── patch-chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc │ ├── patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc │ ├── patch-chrome_browser_extensions_api_settings__private_prefs__util.cc │ ├── patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc │ ├── patch-chrome_browser_extensions_api_webrtc__logging__private_webrtc__logging__private__api.cc │ ├── patch-chrome_browser_extensions_api_webstore__private_webstore__private__api.cc │ ├── patch-chrome_browser_extensions_component__extensions__allowlist_allowlist.cc │ ├── patch-chrome_browser_extensions_external__provider__impl.cc │ ├── patch-chrome_browser_favicon_chrome__favicon__client.cc │ ├── patch-chrome_browser_feedback_system__logs_about__system__logs__fetcher.cc │ ├── patch-chrome_browser_feedback_system__logs_chrome__system__logs__fetcher.cc │ ├── patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc │ ├── patch-chrome_browser_first__run_first__run__dialog.h │ ├── patch-chrome_browser_first__run_first__run__internal.h │ ├── patch-chrome_browser_flag__descriptions.cc │ ├── patch-chrome_browser_flag__descriptions.h │ ├── patch-chrome_browser_gcm_gcm__profile__service__factory.cc │ ├── patch-chrome_browser_gcm_instance__id_instance__id__profile__service__factory.cc │ ├── patch-chrome_browser_glic_widget_glic__widget.cc │ ├── patch-chrome_browser_global__features.cc │ ├── patch-chrome_browser_global__features.h │ ├── patch-chrome_browser_headless_headless__mode__util.cc │ ├── patch-chrome_browser_intranet__redirect__detector.h │ ├── patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc │ ├── patch-chrome_browser_media__galleries_media__file__system__registry.cc │ ├── patch-chrome_browser_media_audio__service__util.cc │ ├── patch-chrome_browser_media_router_discovery_BUILD.gn │ ├── patch-chrome_browser_media_router_discovery_discovery__network__list__posix.cc │ ├── patch-chrome_browser_media_router_discovery_discovery__network__list__wifi__linux.cc │ ├── patch-chrome_browser_media_webrtc_chrome__screen__enumerator.cc │ ├── patch-chrome_browser_media_webrtc_chrome__screen__enumerator.h │ ├── patch-chrome_browser_media_webrtc_desktop__media__picker__controller.cc │ ├── patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc │ ├── patch-chrome_browser_media_webrtc_webrtc__logging__controller.cc │ ├── patch-chrome_browser_media_webrtc_webrtc__logging__controller.h │ ├── patch-chrome_browser_memory__details.cc │ ├── patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc │ ├── patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.h │ ├── patch-chrome_browser_metrics_chrome__metrics__service__client.cc │ ├── patch-chrome_browser_metrics_perf_cpu__identity.cc │ ├── patch-chrome_browser_metrics_power_process__metrics__recorder__util.cc │ ├── patch-chrome_browser_metrics_power_process__monitor.cc │ ├── patch-chrome_browser_metrics_power_process__monitor.h │ ├── patch-chrome_browser_net_profile__network__context__service.cc │ ├── patch-chrome_browser_net_profile__network__context__service__factory.cc │ ├── patch-chrome_browser_net_system__network__context__manager.cc │ ├── patch-chrome_browser_net_system__network__context__manager.h │ ├── patch-chrome_browser_new__tab__page_modules_file__suggestion_drive__service.cc │ ├── patch-chrome_browser_new__tab__page_new__tab__page__util.cc │ ├── patch-chrome_browser_notifications_notification__display__service__impl.cc │ ├── patch-chrome_browser_notifications_notification__platform__bridge__delegator.cc │ ├── patch-chrome_browser_ntp__tiles_chrome__most__visited__sites__factory.cc │ ├── patch-chrome_browser_page__load__metrics_page__load__metrics__initialize.cc │ ├── patch-chrome_browser_password__manager_chrome__password__manager__client.cc │ ├── patch-chrome_browser_password__manager_factories_password__reuse__manager__factory.cc │ ├── patch-chrome_browser_picture__in__picture_picture__in__picture__window__manager.cc │ ├── patch-chrome_browser_platform__util__linux.cc │ ├── patch-chrome_browser_policy_browser__signin__policy__handler.cc │ ├── patch-chrome_browser_policy_chrome__browser__cloud__management__controller__desktop.cc │ ├── patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc │ ├── patch-chrome_browser_policy_device__management__service__configuration.cc │ ├── patch-chrome_browser_policy_policy__value__and__status__aggregator.cc │ ├── patch-chrome_browser_prefs_browser__prefs.cc │ ├── patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc │ ├── patch-chrome_browser_prefs_session__startup__pref.cc │ ├── patch-chrome_browser_printing_print__backend__service__manager.cc │ ├── patch-chrome_browser_printing_printer__query.cc │ ├── patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.cc │ ├── patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.h │ ├── patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__whats__new__survey__service.h │ ├── patch-chrome_browser_process__singleton__posix.cc │ ├── patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc │ ├── patch-chrome_browser_profiles_profile__impl.cc │ ├── patch-chrome_browser_profiles_profile__io__data.cc │ ├── patch-chrome_browser_profiles_profiles__state.cc │ ├── patch-chrome_browser_regional__capabilities_regional__capabilities__service__factory.cc │ ├── patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc │ ├── patch-chrome_browser_renderer__preferences__util.cc │ ├── patch-chrome_browser_resources_settings_autofill__page_passwords__shared.css │ ├── patch-chrome_browser_resources_signin_signin__shared.css │ ├── patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc │ ├── patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc │ ├── patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc │ ├── patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.cc │ ├── patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.h │ ├── patch-chrome_browser_screen__ai_screen__ai__install__state.cc │ ├── patch-chrome_browser_screen__ai_screen__ai__service__handler__base.cc │ ├── patch-chrome_browser_sessions_session__restore.cc │ ├── patch-chrome_browser_sharing_sharing__handler__registry__impl.cc │ ├── patch-chrome_browser_shortcuts_icon__badging.cc │ ├── patch-chrome_browser_signin_chrome__signin__client.cc │ ├── patch-chrome_browser_signin_signin__hats__util.cc │ ├── patch-chrome_browser_signin_signin__util.cc │ ├── patch-chrome_browser_signin_signin__util.h │ ├── patch-chrome_browser_supervised__user_classify__url__navigation__throttle.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__browser__utils.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__browser__utils.h │ ├── patch-chrome_browser_supervised__user_supervised__user__extensions__delegate__impl.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__extensions__manager.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h │ ├── patch-chrome_browser_supervised__user_supervised__user__google__auth__navigation__throttle.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__metrics__service__factory.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__navigation__observer.cc │ ├── patch-chrome_browser_sync_chrome__sync__controller__builder.cc │ ├── patch-chrome_browser_sync_device__info__sync__client__impl.cc │ ├── patch-chrome_browser_sync_sync__service__factory.cc │ ├── patch-chrome_browser_task__manager_sampling_task__group.cc │ ├── patch-chrome_browser_task__manager_sampling_task__group.h │ ├── patch-chrome_browser_task__manager_sampling_task__group__sampler.cc │ ├── patch-chrome_browser_task__manager_sampling_task__group__sampler.h │ ├── patch-chrome_browser_task__manager_sampling_task__manager__impl.cc │ ├── patch-chrome_browser_task__manager_task__manager__observer.h │ ├── patch-chrome_browser_themes_theme__helper.cc │ ├── patch-chrome_browser_themes_theme__service.cc │ ├── patch-chrome_browser_themes_theme__service__aura__linux.cc │ ├── patch-chrome_browser_themes_theme__service__factory.cc │ ├── patch-chrome_browser_ui_accelerator__table.cc │ ├── patch-chrome_browser_ui_actions_chrome__action__id.h │ ├── patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.cc │ ├── patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.h │ ├── patch-chrome_browser_ui_browser.h │ ├── patch-chrome_browser_ui_browser__command__controller.cc │ ├── patch-chrome_browser_ui_browser__commands.cc │ ├── patch-chrome_browser_ui_browser__ui__prefs.cc │ ├── patch-chrome_browser_ui_browser__view__prefs.cc │ ├── patch-chrome_browser_ui_browser__window_internal_browser__window__features.cc │ ├── patch-chrome_browser_ui_browser__window_public_browser__window__features.h │ ├── patch-chrome_browser_ui_chrome__pages.cc │ ├── patch-chrome_browser_ui_chrome__pages.h │ ├── patch-chrome_browser_ui_color_native__chrome__color__mixer.cc │ ├── patch-chrome_browser_ui_hats_survey__config.cc │ ├── patch-chrome_browser_ui_hats_survey__config.h │ ├── patch-chrome_browser_ui_hats_trust__safety__sentiment__service__factory.cc │ ├── patch-chrome_browser_ui_managed__ui.cc │ ├── patch-chrome_browser_ui_omnibox_omnibox__pedal__implementations.cc │ ├── patch-chrome_browser_ui_passwords_bubble__controllers_relaunch__chrome__bubble__controller.cc │ ├── patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc │ ├── patch-chrome_browser_ui_prefs_prefs__tab__helper.cc │ ├── patch-chrome_browser_ui_sad__tab.cc │ ├── patch-chrome_browser_ui_sharing__hub_sharing__hub__bubble__controller.h │ ├── patch-chrome_browser_ui_signin_signin__view__controller.cc │ ├── patch-chrome_browser_ui_signin_signin__view__controller.h │ ├── patch-chrome_browser_ui_signin_signin__view__controller__delegate.h │ ├── patch-chrome_browser_ui_startup_bad__flags__prompt.cc │ ├── patch-chrome_browser_ui_startup_infobar__utils.cc │ ├── patch-chrome_browser_ui_startup_startup__browser__creator.cc │ ├── patch-chrome_browser_ui_startup_startup__browser__creator__impl.cc │ ├── patch-chrome_browser_ui_startup_startup__tab__provider.cc │ ├── patch-chrome_browser_ui_tab__helpers.cc │ ├── patch-chrome_browser_ui_tabs_features.cc │ ├── patch-chrome_browser_ui_tabs_public_tab__features.h │ ├── patch-chrome_browser_ui_tabs_tab__dialog__manager.cc │ ├── patch-chrome_browser_ui_tabs_tab__features.cc │ ├── patch-chrome_browser_ui_tabs_tab__strip__prefs.cc │ ├── patch-chrome_browser_ui_task__manager_task__manager__columns.h │ ├── patch-chrome_browser_ui_task__manager_task__manager__table__model.cc │ ├── patch-chrome_browser_ui_test_popup__browsertest.cc │ ├── patch-chrome_browser_ui_test_test__browser__ui.cc │ ├── patch-chrome_browser_ui_ui__features.cc │ ├── patch-chrome_browser_ui_ui__features.h │ ├── patch-chrome_browser_ui_url__identity.cc │ ├── patch-chrome_browser_ui_views_apps_chrome__native__app__window__views__aura.cc │ ├── patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc │ ├── patch-chrome_browser_ui_views_chrome__views__delegate.h │ ├── patch-chrome_browser_ui_views_chrome__views__delegate__linux.cc │ ├── patch-chrome_browser_ui_views_compose_compose__dialog__view.cc │ ├── patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.cc │ ├── patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.h │ ├── patch-chrome_browser_ui_views_frame_browser__frame__view__factory__views.cc │ ├── patch-chrome_browser_ui_views_frame_browser__frame__view__layout__linux.cc │ ├── patch-chrome_browser_ui_views_frame_browser__frame__view__layout__linux__native.cc │ ├── patch-chrome_browser_ui_views_frame_browser__frame__view__linux.cc │ ├── patch-chrome_browser_ui_views_frame_browser__view.cc │ ├── patch-chrome_browser_ui_views_frame_browser__widget.cc │ ├── patch-chrome_browser_ui_views_frame_browser__widget.h │ ├── patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc │ ├── patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.h │ ├── patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout__delegate.h │ ├── patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc │ ├── patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc │ ├── patch-chrome_browser_ui_views_frame_tab__strip__region__view.cc │ ├── patch-chrome_browser_ui_views_hung__renderer__view.cc │ ├── patch-chrome_browser_ui_views_location__bar_location__bar__view.cc │ ├── patch-chrome_browser_ui_views_new__tab__footer_footer__controller.cc │ ├── patch-chrome_browser_ui_views_passwords_password__bubble__view__base.cc │ ├── patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc │ ├── patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.h │ ├── patch-chrome_browser_ui_views_profiles_profile__menu__coordinator.cc │ ├── patch-chrome_browser_ui_views_profiles_profile__menu__view.cc │ ├── patch-chrome_browser_ui_views_profiles_profile__picker__view.cc │ ├── patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.cc │ ├── patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.h │ ├── patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc │ ├── patch-chrome_browser_ui_views_tabs_tab.cc │ ├── patch-chrome_browser_ui_views_tabs_tab__hover__card__bubble__view.cc │ ├── patch-chrome_browser_ui_views_tabs_tab__style__views.cc │ ├── patch-chrome_browser_ui_views_task__manager__search__bar__view.cc │ ├── patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc │ ├── patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc │ ├── patch-chrome_browser_ui_web__applications_app__browser__controller.cc │ ├── patch-chrome_browser_ui_web__applications_web__app__dialogs.h │ ├── patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc │ ├── patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h │ ├── patch-chrome_browser_ui_webui__browser_webui__browser__window.cc │ ├── patch-chrome_browser_ui_webui_about_about__ui.cc │ ├── patch-chrome_browser_ui_webui_about_about__ui.h │ ├── patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc │ ├── patch-chrome_browser_ui_webui_app__home_app__home__page__handler.h │ ├── patch-chrome_browser_ui_webui_app__settings_web__app__settings__ui.h │ ├── patch-chrome_browser_ui_webui_certificate__manager_certificate__manager__handler.cc │ ├── patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc │ ├── patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.h │ ├── patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc │ ├── patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc │ ├── patch-chrome_browser_ui_webui_connectors__internals_connectors__internals__page__handler.cc │ ├── patch-chrome_browser_ui_webui_connectors__internals_device__trust__utils.cc │ ├── patch-chrome_browser_ui_webui_interstitials_interstitial__ui.cc │ ├── patch-chrome_browser_ui_webui_management_management__ui.cc │ ├── patch-chrome_browser_ui_webui_management_management__ui__constants.cc │ ├── patch-chrome_browser_ui_webui_management_management__ui__constants.h │ ├── patch-chrome_browser_ui_webui_management_management__ui__handler.cc │ ├── patch-chrome_browser_ui_webui_management_management__ui__handler.h │ ├── patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.cc │ ├── patch-chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc │ ├── patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc │ ├── patch-chrome_browser_ui_webui_settings_appearance__handler.cc │ ├── patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc │ ├── patch-chrome_browser_ui_webui_settings_site__settings__handler.cc │ ├── patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc │ ├── patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h │ ├── patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc │ ├── patch-chrome_browser_ui_webui_user__education__internals_user__education__internals__page__handler__impl.cc │ ├── patch-chrome_browser_ui_window__sizer_window__sizer.cc │ ├── patch-chrome_browser_upgrade__detector_version__history__client.cc │ ├── patch-chrome_browser_visited__url__ranking_visited__url__ranking__service__factory.cc │ ├── patch-chrome_browser_web__applications_commands_launch__web__app__command.cc │ ├── patch-chrome_browser_web__applications_commands_set__user__display__mode__command.cc │ ├── patch-chrome_browser_web__applications_extension__status__utils.h │ ├── patch-chrome_browser_web__applications_extensions_extension__status__utils.cc │ ├── patch-chrome_browser_web__applications_icons_icon__masker.cc │ ├── patch-chrome_browser_web__applications_os__integration_os__integration__manager.cc │ ├── patch-chrome_browser_web__applications_os__integration_os__integration__test__override.h │ ├── patch-chrome_browser_web__applications_os__integration_run__on__os__login__sub__manager.cc │ ├── patch-chrome_browser_web__applications_os__integration_shortcut__sub__manager.cc │ ├── patch-chrome_browser_web__applications_os__integration_web__app__file__handler__registration.h │ ├── patch-chrome_browser_web__applications_os__integration_web__app__shortcut.cc │ ├── patch-chrome_browser_web__applications_os__integration_web__app__shortcut.h │ ├── patch-chrome_browser_web__applications_policy_web__app__policy__manager.cc │ ├── patch-chrome_browser_web__applications_test_os__integration__test__override__impl.cc │ ├── patch-chrome_browser_web__applications_test_os__integration__test__override__impl.h │ ├── patch-chrome_browser_web__applications_web__app.cc │ ├── patch-chrome_browser_web__applications_web__app__helpers.cc │ ├── patch-chrome_browser_web__applications_web__app__install__info.h │ ├── patch-chrome_browser_webapps_chrome__webapps__client.cc │ ├── patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc │ ├── patch-chrome_browser_webauthn_enclave__manager.cc │ ├── patch-chrome_browser_webauthn_gpm__user__verification__policy.cc │ ├── patch-chrome_browser_webauthn_password__credential__ui__controller.cc │ ├── patch-chrome_browser_webauthn_unexportable__key__utils.cc │ ├── patch-chrome_common_channel__info.h │ ├── patch-chrome_common_channel__info__posix.cc │ ├── patch-chrome_common_chrome__content__client.cc │ ├── patch-chrome_common_chrome__features.cc │ ├── patch-chrome_common_chrome__features.h │ ├── patch-chrome_common_chrome__paths.cc │ ├── patch-chrome_common_chrome__paths.h │ ├── patch-chrome_common_chrome__paths__internal.h │ ├── patch-chrome_common_chrome__switches.cc │ ├── patch-chrome_common_chrome__switches.h │ ├── patch-chrome_common_controlled__frame_controlled__frame.cc │ ├── patch-chrome_common_crash__keys.cc │ ├── patch-chrome_common_extensions_extension__constants.cc │ ├── patch-chrome_common_extensions_extension__constants.h │ ├── patch-chrome_common_extensions_permissions_chrome__permission__message__rules.cc │ ├── patch-chrome_common_media_cdm__host__file__path.cc │ ├── patch-chrome_common_media_cdm__registration.cc │ ├── patch-chrome_common_media_cdm__registration.h │ ├── patch-chrome_common_media_component__widevine__cdm__hint__file__linux.h │ ├── patch-chrome_common_pref__names.h │ ├── patch-chrome_common_url__constants.h │ ├── patch-chrome_common_webui__url__constants.cc │ ├── patch-chrome_common_webui__url__constants.h │ ├── patch-chrome_enterprise__companion_enterprise__companion__client.cc │ ├── patch-chrome_enterprise__companion_event__logger.cc │ ├── patch-chrome_enterprise__companion_lock.cc │ ├── patch-chrome_renderer_chrome__content__renderer__client.cc │ ├── patch-chrome_services_printing_print__backend__service__impl.cc │ ├── patch-chrome_services_speech_audio__source__fetcher__impl.cc │ ├── patch-chrome_test_base_scoped__channel__override__posix.cc │ ├── patch-chrome_test_chromedriver_chrome__launcher.cc │ ├── patch-chrome_test_chromedriver_chrome_chrome__finder.cc │ ├── patch-chrome_test_chromedriver_key__converter__unittest.cc │ ├── patch-chrome_test_chromedriver_keycode__text__conversion__unittest.cc │ ├── patch-chrome_test_supervised__user_google__auth__state__waiter__mixin.cc │ ├── patch-chrome_updater_app_app__uninstall.cc │ ├── patch-chrome_updater_configurator.cc │ ├── patch-chrome_updater_lock.cc │ ├── patch-chrome_updater_util_posix__util.cc │ ├── patch-chrome_utility_services.cc │ ├── patch-components_BUILD.gn │ ├── patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc │ ├── patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h │ ├── patch-components_autofill_core_browser_form__parsing_autofill__scanner.h │ ├── patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc │ ├── patch-components_autofill_core_browser_integrators_optimization__guide_autofill__optimization__guide__decider.cc │ ├── patch-components_autofill_core_browser_payments_amount__extraction__manager.cc │ ├── patch-components_autofill_core_browser_payments_bnpl__manager.cc │ ├── patch-components_autofill_core_browser_webdata_payments_payments__sync__bridge__util.cc │ ├── patch-components_autofill_core_common_autofill__features.cc │ ├── patch-components_autofill_core_common_autofill__payments__features.cc │ ├── patch-components_autofill_core_common_autofill__prefs.cc │ ├── patch-components_autofill_core_common_autofill__prefs.h │ ├── patch-components_collaboration_public_collaboration__controller__delegate.h │ ├── patch-components_commerce_core_commerce__feature__list.cc │ ├── patch-components_constrained__window_constrained__window__views.cc │ ├── patch-components_content__settings_core_browser_website__settings__registry.cc │ ├── patch-components_cookie__config_cookie__store__util.cc │ ├── patch-components_crash_core_app_BUILD.gn │ ├── patch-components_crash_core_app_chrome__crashpad__handler.cc │ ├── patch-components_crash_core_app_crashpad__handler__main.cc │ ├── patch-components_crash_core_browser_crash__upload__list__crashpad.cc │ ├── patch-components_crash_core_common_BUILD.gn │ ├── patch-components_device__signals_core_browser_browser__utils.h │ ├── patch-components_device__signals_core_browser_desktop_desktop__os__signals__collector.cc │ ├── patch-components_device__signals_core_browser_mock__signals__aggregator.h │ ├── patch-components_device__signals_core_browser_signals__aggregator.h │ ├── patch-components_device__signals_core_browser_signals__aggregator__impl.cc │ ├── patch-components_device__signals_core_browser_signals__aggregator__impl.h │ ├── patch-components_device__signals_core_browser_user__permission__service.h │ ├── patch-components_device__signals_core_browser_user__permission__service__impl.cc │ ├── patch-components_device__signals_core_browser_user__permission__service__impl.h │ ├── patch-components_device__signals_core_common_linux_platform__utils__linux.cc │ ├── patch-components_device__signals_core_common_platform__utils.h │ ├── patch-components_device__signals_core_common_signals__features.cc │ ├── patch-components_device__signals_core_common_signals__features.h │ ├── patch-components_device__signals_core_system__signals_platform__delegate.cc │ ├── patch-components_device__signals_test_signals__contract.cc │ ├── patch-components_discardable__memory_service_discardable__shared__memory__manager.cc │ ├── patch-components_embedder__support_user__agent__utils.cc │ ├── patch-components_embedder__support_user__agent__utils__unittest.cc │ ├── patch-components_enterprise_browser_reporting_report__util.cc │ ├── patch-components_enterprise_connectors_core_connectors__prefs.cc │ ├── patch-components_enterprise_connectors_core_connectors__prefs.h │ ├── patch-components_enterprise_connectors_core_realtime__reporting__client__base.cc │ ├── patch-components_enterprise_data__controls_core_browser_rule.cc │ ├── patch-components_enterprise_watermarking_watermark.cc │ ├── patch-components_error__page_common_localized__error.cc │ ├── patch-components_eye__dropper_eye__dropper__view.cc │ ├── patch-components_feature__engagement_public_event__constants.cc │ ├── patch-components_feature__engagement_public_event__constants.h │ ├── patch-components_feature__engagement_public_feature__configurations.cc │ ├── patch-components_feature__engagement_public_feature__constants.cc │ ├── patch-components_feature__engagement_public_feature__constants.h │ ├── patch-components_feature__engagement_public_feature__list.cc │ ├── patch-components_feature__engagement_public_feature__list.h │ ├── patch-components_feed_core_proto_v2_wire_version.proto │ ├── patch-components_feed_core_v2_feed__network__impl__unittest.cc │ ├── patch-components_feed_core_v2_proto__util.cc │ ├── patch-components_feed_core_v2_proto__util__unittest.cc │ ├── patch-components_feed_core_v2_test_proto__printer.cc │ ├── patch-components_gcm__driver_gcm__desktop__utils.cc │ ├── patch-components_gwp__asan_BUILD.gn │ ├── patch-components_gwp__asan_buildflags_buildflags.gni │ ├── patch-components_gwp__asan_client_guarded__page__allocator__posix.cc │ ├── patch-components_gwp__asan_client_gwp__asan.cc │ ├── patch-components_gwp__asan_client_gwp__asan__features.cc │ ├── patch-components_gwp__asan_crash__handler_crash__analyzer.cc │ ├── patch-components_live__caption_caption__util.cc │ ├── patch-components_live__caption_caption__util.h │ ├── patch-components_media__router_common_media__source.cc │ ├── patch-components_media__router_common_providers_cast_channel_cast__message__util.cc │ ├── patch-components_media__router_common_providers_cast_channel_enum__table.h │ ├── patch-components_metrics_drive__metrics__provider.cc │ ├── patch-components_metrics_dwa_dwa__service.cc │ ├── patch-components_metrics_metrics__log.cc │ ├── patch-components_metrics_motherboard.cc │ ├── patch-components_named__mojo__ipc__server_connection__info.h │ ├── patch-components_named__mojo__ipc__server_named__mojo__ipc__server__client__util.cc │ ├── patch-components_named__mojo__ipc__server_named__mojo__server__endpoint__connector__linux.cc │ ├── patch-components_named__system__lock_BUILD.gn │ ├── patch-components_named__system__lock_lock.h │ ├── patch-components_named__system__lock_lock__unittest.cc │ ├── patch-components_ntp__tiles_pref__names.h │ ├── patch-components_optimization__guide_core_feature__registry_feature__registration.cc │ ├── patch-components_optimization__guide_core_optimization__guide__features.cc │ ├── patch-components_optimization__guide_core_optimization__guide__util.cc │ ├── patch-components_os__crypt_async_browser_secret__portal__key__provider.cc │ ├── patch-components_os__crypt_sync_libsecret__util__linux.cc │ ├── patch-components_os__crypt_sync_os__crypt.h │ ├── patch-components_paint__preview_browser_paint__preview__client.cc │ ├── patch-components_paint__preview_browser_paint__preview__client__unittest.cc │ ├── patch-components_paint__preview_common_proto_paint__preview.proto │ ├── patch-components_paint__preview_player_player__compositor__delegate.cc │ ├── patch-components_password__manager_core_browser_features_password__features.cc │ ├── patch-components_password__manager_core_browser_features_password__features.h │ ├── patch-components_password__manager_core_browser_password__autofill__manager.cc │ ├── patch-components_password__manager_core_browser_password__autofill__manager.h │ ├── patch-components_password__manager_core_browser_password__form__filling.cc │ ├── patch-components_password__manager_core_browser_password__form__manager.cc │ ├── patch-components_password__manager_core_browser_password__manager.cc │ ├── patch-components_password__manager_core_browser_password__manager__client.h │ ├── patch-components_password__manager_core_browser_password__manager__switches.cc │ ├── patch-components_password__manager_core_browser_password__manager__switches.h │ ├── patch-components_password__manager_core_browser_password__manual__fallback__flow.cc │ ├── patch-components_password__manager_core_browser_password__manual__fallback__flow.h │ ├── patch-components_password__manager_core_browser_password__store__factory__util.cc │ ├── patch-components_password__manager_core_browser_password__store_login__database.cc │ ├── patch-components_password__manager_core_browser_password__store_login__database__async__helper.cc │ ├── patch-components_password__manager_core_browser_password__store_login__database__unittest.cc │ ├── patch-components_password__manager_core_browser_stub__password__manager__client.cc │ ├── patch-components_password__manager_core_browser_stub__password__manager__client.h │ ├── patch-components_password__manager_core_common_password__manager__pref__names.h │ ├── patch-components_performance__manager_decorators_process__metrics__decorator.cc │ ├── patch-components_performance__manager_public_features.h │ ├── patch-components_performance__manager_resource__attribution_memory__measurement__delegate.cc │ ├── patch-components_permissions_prediction__service_prediction__common.cc │ ├── patch-components_policy_core_browser_policy__pref__mapping__test.cc │ ├── patch-components_policy_core_browser_url__blocklist__manager.cc │ ├── patch-components_policy_core_common_cloud_cloud__policy__client.cc │ ├── patch-components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc │ ├── patch-components_policy_core_common_cloud_cloud__policy__util.cc │ ├── patch-components_policy_core_common_policy__paths.cc │ ├── patch-components_policy_core_common_policy__pref__names.cc │ ├── patch-components_policy_core_common_policy__pref__names.h │ ├── patch-components_policy_tools_generate__policy__source.py │ ├── patch-components_power__metrics_BUILD.gn │ ├── patch-components_power__metrics_energy__metrics__provider.cc │ ├── patch-components_regional__capabilities_regional__capabilities__switches.cc │ ├── patch-components_regional__capabilities_regional__capabilities__switches.h │ ├── patch-components_safe__browsing_content_common_file__type__policies__unittest.cc │ ├── patch-components_safe__browsing_content_resources_gen__file__type__proto.py │ ├── patch-components_safe__browsing_core_browser_db_v4__protocol__manager__util.cc │ ├── patch-components_safe__browsing_core_browser_realtime_url__lookup__service__base.cc │ ├── patch-components_search__engines_template__url__service.cc │ ├── patch-components_security__interstitials_content_utils.cc │ ├── patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc │ ├── patch-components_services_on__device__translation_sandbox__hook.cc │ ├── patch-components_services_on__device__translation_sandbox__hook.h │ ├── patch-components_services_paint__preview__compositor_paint__preview__compositor__collection__impl.cc │ ├── patch-components_signin_public_base_signin__switches.cc │ ├── patch-components_signin_public_base_signin__switches.h │ ├── patch-components_soda_soda__util.cc │ ├── patch-components_startup__metric__utils_common_startup__metric__utils.cc │ ├── patch-components_storage__monitor_BUILD.gn │ ├── patch-components_storage__monitor_removable__device__constants.cc │ ├── patch-components_storage__monitor_removable__device__constants.h │ ├── patch-components_supervised__user_core_browser_child__account__service.cc │ ├── patch-components_supervised__user_core_browser_kids__chrome__management__url__checker__client.cc │ ├── patch-components_supervised__user_core_browser_list__family__members__service.h │ ├── patch-components_supervised__user_core_browser_supervised__user__metrics__service.cc │ ├── patch-components_supervised__user_core_browser_supervised__user__preferences.cc │ ├── patch-components_supervised__user_core_common_features.cc │ ├── patch-components_supervised__user_core_common_features.h │ ├── patch-components_supervised__user_core_common_pref__names.h │ ├── patch-components_sync__bookmarks_bookmark__model__view.cc │ ├── patch-components_sync__device__info_local__device__info__util.cc │ ├── patch-components_sync__device__info_local__device__info__util__linux.cc │ ├── patch-components_sync__preferences_common__syncable__prefs__database.cc │ ├── patch-components_sync_base_sync__util.cc │ ├── patch-components_sync_service_sync__prefs.cc │ ├── patch-components_sync_service_sync__service__impl.cc │ ├── patch-components_system__cpu_cpu__probe.cc │ ├── patch-components_translate_core_common_translate__util.cc │ ├── patch-components_trusted__vault_trusted__vault__connection__impl.cc │ ├── patch-components_update__client_update__query__params.cc │ ├── patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc │ ├── patch-components_user__education_views_help__bubble__view.cc │ ├── patch-components_user__education_views_help__bubble__view.h │ ├── patch-components_variations_service_variations__service.cc │ ├── patch-components_visited__url__ranking_public_url__visit__util.cc │ ├── patch-components_viz_host_gpu__host__impl.cc │ ├── patch-components_viz_host_host__display__client.cc │ ├── patch-components_viz_host_host__display__client.h │ ├── patch-components_viz_service_display__embedder_skia__output__surface__impl.cc │ ├── patch-components_viz_service_display__embedder_software__output__surface.cc │ ├── patch-components_viz_service_display__embedder_software__output__surface.h │ ├── patch-components_viz_service_display_skia__renderer.cc │ ├── patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc │ ├── patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h │ ├── patch-components_viz_service_gl_gpu__service__impl.cc │ ├── patch-components_viz_service_gl_gpu__service__impl.h │ ├── patch-components_viz_test_fake__display__client.cc │ ├── patch-components_viz_test_fake__display__client.h │ ├── patch-components_viz_test_mock__display__client.h │ ├── patch-components_webui_flags_flags__state.cc │ ├── patch-content_app_BUILD.gn │ ├── patch-content_app_content__main.cc │ ├── patch-content_app_content__main__runner__impl.cc │ ├── patch-content_browser_BUILD.gn │ ├── patch-content_browser_accessibility_browser__accessibility__state__impl.cc │ ├── patch-content_browser_accessibility_browser__accessibility__state__impl__auralinux.cc │ ├── patch-content_browser_audio_audio__service.cc │ ├── patch-content_browser_browser__child__process__host__impl.cc │ ├── patch-content_browser_browser__child__process__host__impl.h │ ├── patch-content_browser_browser__child__process__host__impl__receiver__bindings.cc │ ├── patch-content_browser_browser__main__loop.cc │ ├── patch-content_browser_child__process__launcher__helper__linux.cc │ ├── patch-content_browser_child__thread__type__switcher__linux.cc │ ├── patch-content_browser_child__thread__type__switcher__linux.h │ ├── patch-content_browser_compositor_viz__process__transport__factory.cc │ ├── patch-content_browser_devtools_devtools__frontend__host__impl.cc │ ├── patch-content_browser_devtools_devtools__frontend__host__impl.h │ ├── patch-content_browser_devtools_protocol_system__info__handler.cc │ ├── patch-content_browser_file__system__access_file__path__watcher_file__path__watcher.h │ ├── patch-content_browser_file__system__access_file__path__watcher_file__path__watcher__bsd.cc │ ├── patch-content_browser_file__system__access_file__path__watcher_file__path__watcher__kqueue.h │ ├── patch-content_browser_file__system__access_file__system__access__local__path__watcher.cc │ ├── patch-content_browser_font__access_font__enumeration__data__source.cc │ ├── patch-content_browser_gpu_compositor__util.cc │ ├── patch-content_browser_gpu_gpu__data__manager__impl.cc │ ├── patch-content_browser_gpu_gpu__data__manager__impl.h │ ├── patch-content_browser_gpu_gpu__data__manager__impl__private.cc │ ├── patch-content_browser_gpu_gpu__data__manager__impl__private.h │ ├── patch-content_browser_gpu_gpu__process__host.cc │ ├── patch-content_browser_media_frameless__media__interface__proxy.h │ ├── patch-content_browser_media_media__keys__listener__manager__impl.cc │ ├── patch-content_browser_network__service__instance__impl.cc │ ├── patch-content_browser_renderer__host_delegated__frame__host.cc │ ├── patch-content_browser_renderer__host_media_service__video__capture__device__launcher.cc │ ├── patch-content_browser_renderer__host_navigation__transitions_navigation__entry__screenshot.cc │ ├── patch-content_browser_renderer__host_render__process__host__impl.cc │ ├── patch-content_browser_renderer__host_render__process__host__impl.h │ ├── patch-content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc │ ├── patch-content_browser_renderer__host_render__view__host__impl.cc │ ├── patch-content_browser_renderer__host_render__widget__host__view__aura.cc │ ├── patch-content_browser_renderer__host_render__widget__host__view__aura.h │ ├── patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc │ ├── patch-content_browser_sandbox__host__linux.cc │ ├── patch-content_browser_scheduler_responsiveness_jank__monitor__impl.cc │ ├── patch-content_browser_scheduler_responsiveness_native__event__observer.cc │ ├── patch-content_browser_scheduler_responsiveness_native__event__observer.h │ ├── patch-content_browser_service__host_utility__process__host.cc │ ├── patch-content_browser_service__host_utility__process__host__receiver__bindings.cc │ ├── patch-content_browser_service__host_utility__sandbox__delegate.cc │ ├── patch-content_browser_shape__detection_shape__detection__service__host.cc │ ├── patch-content_browser_theme__helper.cc │ ├── patch-content_browser_v8__snapshot__files.cc │ ├── patch-content_browser_web__contents_slow__web__preference__cache.cc │ ├── patch-content_browser_web__contents_web__contents__view__aura.cc │ ├── patch-content_browser_web__contents_web__contents__view__aura__unittest.cc │ ├── patch-content_browser_webui_web__ui__main__frame__observer.cc │ ├── patch-content_browser_zygote__host_zygote__host__impl__linux.cc │ ├── patch-content_browser_zygote__host_zygote__host__impl__linux.h │ ├── patch-content_child_BUILD.gn │ ├── patch-content_child_child__process.cc │ ├── patch-content_child_child__process.h │ ├── patch-content_common_BUILD.gn │ ├── patch-content_common_features.cc │ ├── patch-content_common_features.h │ ├── patch-content_common_font__list__unittest.cc │ ├── patch-content_common_gpu__pre__sandbox__hook__bsd.cc │ ├── patch-content_common_gpu__pre__sandbox__hook__bsd.h │ ├── patch-content_common_gpu__pre__sandbox__hook__linux.h │ ├── patch-content_common_thread__type__switcher.mojom │ ├── patch-content_gpu_gpu__child__thread.cc │ ├── patch-content_gpu_gpu__main.cc │ ├── patch-content_public_browser_content__browser__client.cc │ ├── patch-content_public_browser_zygote__host_zygote__host__linux.h │ ├── patch-content_public_common_content__features.cc │ ├── patch-content_public_common_content__switches.cc │ ├── patch-content_public_common_content__switches.h │ ├── patch-content_public_common_zygote_features.gni │ ├── patch-content_renderer_render__thread__impl.cc │ ├── patch-content_renderer_renderer__blink__platform__impl.cc │ ├── patch-content_renderer_renderer__blink__platform__impl.h │ ├── patch-content_renderer_renderer__main__platform__delegate__linux.cc │ ├── patch-content_shell_BUILD.gn │ ├── patch-content_shell_app_shell__main__delegate.cc │ ├── patch-content_shell_browser_shell__browser__main__parts.cc │ ├── patch-content_shell_browser_shell__platform__delegate__views.cc │ ├── patch-content_shell_renderer_shell__content__renderer__client.cc │ ├── patch-content_shell_utility_shell__content__utility__client.cc │ ├── patch-content_test_BUILD.gn │ ├── patch-content_utility_on__device__model_on__device__model__sandbox__init.cc │ ├── patch-content_utility_on__device__model_on__device__model__sandbox__init.h │ ├── patch-content_utility_services.cc │ ├── patch-content_utility_speech_speech__recognition__sandbox__hook__linux.cc │ ├── patch-content_utility_speech_speech__recognition__sandbox__hook__linux.h │ ├── patch-content_utility_utility__blink__platform__with__sandbox__support__impl.cc │ ├── patch-content_utility_utility__blink__platform__with__sandbox__support__impl.h │ ├── patch-content_utility_utility__main.cc │ ├── patch-content_utility_utility__thread__impl.cc │ ├── patch-content_zygote_BUILD.gn │ ├── patch-content_zygote_zygote__linux.cc │ ├── patch-content_zygote_zygote__main__linux.cc │ ├── patch-device_bluetooth_bluetooth__adapter.cc │ ├── patch-device_bluetooth_cast__bluetooth.gni │ ├── patch-device_gamepad_BUILD.gn │ ├── patch-device_gamepad_gamepad__provider.cc │ ├── patch-device_gamepad_hid__writer__linux.cc │ ├── patch-extensions_browser_api_api__browser__context__keyed__service__factories.cc │ ├── patch-extensions_browser_api_management_management__api.cc │ ├── patch-extensions_browser_api_messaging_message__service.cc │ ├── patch-extensions_browser_api_networking__private_networking__private__delegate__factory.cc │ ├── patch-extensions_common_api___permission__features.json │ ├── patch-extensions_common_api_runtime.json │ ├── patch-extensions_common_command.cc │ ├── patch-extensions_common_features_feature.cc │ ├── patch-extensions_renderer_bindings_api__binding__util.cc │ ├── patch-extensions_renderer_bindings_argument__spec.cc │ ├── patch-extensions_shell_app_shell__main__delegate.cc │ ├── patch-extensions_shell_browser_api_runtime_shell__runtime__api__delegate.cc │ ├── patch-extensions_shell_browser_shell__browser__main__parts.cc │ ├── patch-extensions_shell_browser_shell__extensions__api__client.cc │ ├── patch-extensions_shell_browser_shell__extensions__api__client.h │ ├── patch-google__apis_gcm_engine_heartbeat__manager.cc │ ├── patch-gpu_command__buffer_client_test__shared__image__interface.cc │ ├── patch-gpu_command__buffer_client_test__shared__image__interface.h │ ├── patch-gpu_command__buffer_service_dawn__context__provider.cc │ ├── patch-gpu_command__buffer_service_gles2__cmd__decoder.cc │ ├── patch-gpu_command__buffer_service_raster__decoder__unittest__context__lost.cc │ ├── patch-gpu_command__buffer_service_shared__context__state.cc │ ├── patch-gpu_command__buffer_service_shared__context__state.h │ ├── patch-gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc │ ├── patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc │ ├── patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc │ ├── patch-gpu_command__buffer_service_shared__image_gpu__memory__buffer__factory.cc │ ├── patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc │ ├── patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc │ ├── patch-gpu_command__buffer_service_shared__image_wrapped__sk__image__backing.cc │ ├── patch-gpu_command__buffer_service_webgpu__decoder__impl.cc │ ├── patch-gpu_config_gpu__control__list.cc │ ├── patch-gpu_config_gpu__finch__features.cc │ ├── patch-gpu_config_gpu__info__collector.cc │ ├── patch-gpu_config_gpu__test__config.cc │ ├── patch-gpu_ipc_service_gpu__init.cc │ ├── patch-gpu_ipc_service_x__util.h │ ├── patch-gpu_vulkan_generate__bindings.py │ ├── patch-gpu_vulkan_semaphore__handle.cc │ ├── patch-gpu_vulkan_vulkan__device__queue.cc │ ├── patch-gpu_vulkan_vulkan__device__queue.h │ ├── patch-gpu_vulkan_vulkan__function__pointers.cc │ ├── patch-gpu_vulkan_vulkan__function__pointers.h │ ├── patch-gpu_vulkan_vulkan__image.h │ ├── patch-gpu_vulkan_vulkan__util.cc │ ├── patch-headless_BUILD.gn │ ├── patch-headless_lib_browser_headless__browser__main__parts__posix.cc │ ├── patch-headless_lib_browser_headless__content__browser__client.cc │ ├── patch-headless_lib_browser_headless__content__browser__client.h │ ├── patch-headless_lib_browser_headless__web__contents__impl.cc │ ├── patch-headless_lib_headless__content__main__delegate.cc │ ├── patch-ipc_ipc__channel.cc │ ├── patch-ipc_ipc__channel.h │ ├── patch-ipc_ipc__channel__mojo.cc │ ├── patch-ipc_ipc__message__utils.h │ ├── patch-media_BUILD.gn │ ├── patch-media_audio_BUILD.gn │ ├── patch-media_audio_alsa_audio__manager__alsa.cc │ ├── patch-media_audio_audio__input__device.cc │ ├── patch-media_audio_audio__output__proxy__unittest.cc │ ├── patch-media_audio_pulse_pulse__util.cc │ ├── patch-media_audio_sndio_audio__manager__sndio.cc │ ├── patch-media_audio_sndio_audio__manager__sndio.h │ ├── patch-media_audio_sndio_sndio__input.cc │ ├── patch-media_audio_sndio_sndio__input.h │ ├── patch-media_audio_sndio_sndio__output.cc │ ├── patch-media_audio_sndio_sndio__output.h │ ├── patch-media_base_audio__latency.cc │ ├── patch-media_base_libaom__thread__wrapper.cc │ ├── patch-media_base_libvpx__thread__wrapper.cc │ ├── patch-media_base_media__switches.cc │ ├── patch-media_base_media__switches.h │ ├── patch-media_base_video__frame.cc │ ├── patch-media_base_video__frame.h │ ├── patch-media_capture_video_create__video__capture__device__factory.cc │ ├── patch-media_capture_video_fake__video__capture__device__factory.cc │ ├── patch-media_capture_video_file__video__capture__device__factory.cc │ ├── patch-media_capture_video_linux_fake__v4l2__impl.cc │ ├── patch-media_capture_video_linux_fake__v4l2__impl.h │ ├── patch-media_capture_video_linux_v4l2__capture__delegate.cc │ ├── patch-media_capture_video_linux_v4l2__capture__delegate.h │ ├── patch-media_capture_video_linux_v4l2__capture__device.h │ ├── patch-media_capture_video_linux_v4l2__capture__device__impl.cc │ ├── patch-media_capture_video_linux_v4l2__capture__device__impl.h │ ├── patch-media_capture_video_linux_video__capture__device__factory__v4l2.cc │ ├── patch-media_capture_video_linux_video__capture__device__factory__v4l2.h │ ├── patch-media_capture_video_linux_video__capture__device__linux.cc │ ├── patch-media_capture_video_video__capture__buffer__tracker__factory__impl.cc │ ├── patch-media_capture_video_video__capture__device__client.cc │ ├── patch-media_cdm_cdm__paths__unittest.cc │ ├── patch-media_cdm_library__cdm_cdm__paths.gni │ ├── patch-media_ffmpeg_scripts_build__ffmpeg.py │ ├── patch-media_ffmpeg_scripts_robo__lib_config.py │ ├── patch-media_gpu_chromeos_gl__image__processor__backend.cc │ ├── patch-media_gpu_chromeos_libyuv__image__processor__backend.cc │ ├── patch-media_gpu_chromeos_mailbox__video__frame__converter.cc │ ├── patch-media_gpu_chromeos_platform__video__frame__utils.cc │ ├── patch-media_gpu_chromeos_video__decoder__pipeline.cc │ ├── patch-media_gpu_gpu__video__decode__accelerator__factory.cc │ ├── patch-media_gpu_gpu__video__encode__accelerator__factory.cc │ ├── patch-media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.cc │ ├── patch-media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.h │ ├── patch-media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.cc │ ├── patch-media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.h │ ├── patch-media_gpu_test_raw__video.cc │ ├── patch-media_gpu_test_video__frame__file__writer.cc │ ├── patch-media_gpu_test_video__frame__helpers.cc │ ├── patch-media_gpu_test_video__frame__validator.cc │ ├── patch-media_gpu_v4l2_v4l2__utils.cc │ ├── patch-media_gpu_vaapi_vaapi__video__decoder.cc │ ├── patch-media_gpu_vaapi_vaapi__wrapper.cc │ ├── patch-media_media__options.gni │ ├── patch-media_mojo_mojom_BUILD.gn │ ├── patch-media_mojo_mojom_video__frame__mojom__traits.cc │ ├── patch-media_mojo_mojom_video__frame__mojom__traits.h │ ├── patch-media_video_gpu__memory__buffer__video__frame__pool.cc │ ├── patch-media_video_renderable__gpu__memory__buffer__video__frame__pool.cc │ ├── patch-media_video_video__encode__accelerator__adapter.cc │ ├── patch-media_video_video__encode__accelerator__adapter__test.cc │ ├── patch-media_webrtc_audio__processor.cc │ ├── patch-media_webrtc_helpers.cc │ ├── patch-media_webrtc_helpers__unittests.cc │ ├── patch-mojo_core_BUILD.gn │ ├── patch-mojo_core_channel.cc │ ├── patch-mojo_core_embedder_features.h │ ├── patch-mojo_public_cpp_platform_socket__utils__posix.cc │ ├── patch-mojo_public_tools_bindings_mojom.gni │ ├── patch-net_BUILD.gn │ ├── patch-net_base_features.cc │ ├── patch-net_base_network__change__notifier.cc │ ├── patch-net_base_network__change__notifier.h │ ├── patch-net_base_network__change__notifier__passive.cc │ ├── patch-net_base_network__interfaces__posix.h │ ├── patch-net_base_sockaddr__util__posix.cc │ ├── patch-net_base_sockaddr__util__posix__unittest.cc │ ├── patch-net_disk__cache_backend__experiment.h │ ├── patch-net_disk__cache_simple_simple__file__tracker.cc │ ├── patch-net_dns_BUILD.gn │ ├── patch-net_dns_address__info.cc │ ├── patch-net_dns_address__sorter__posix.cc │ ├── patch-net_dns_dns__config__service__posix.cc │ ├── patch-net_dns_dns__reloader.cc │ ├── patch-net_dns_dns__util.cc │ ├── patch-net_dns_host__resolver__proc.cc │ ├── patch-net_dns_public_BUILD.gn │ ├── patch-net_dns_public_resolv__reader.cc │ ├── patch-net_dns_public_resolv__reader.h │ ├── patch-net_dns_public_scoped__res__state.cc │ ├── patch-net_dns_public_scoped__res__state.h │ ├── patch-net_filter_zstd__source__stream.cc │ ├── patch-net_http_http__auth__gssapi__posix.cc │ ├── patch-net_http_http__auth__gssapi__posix.h │ ├── patch-net_http_http__auth__handler__negotiate.cc │ ├── patch-net_http_http__auth__preferences.cc │ ├── patch-net_http_http__auth__preferences.h │ ├── patch-net_http_http__network__session.cc │ ├── patch-net_proxy__resolution_proxy__config__service.cc │ ├── patch-net_proxy__resolution_proxy__config__service__linux.cc │ ├── patch-net_socket_socks5__client__socket.cc │ ├── patch-net_socket_tcp__socket__posix.cc │ ├── patch-net_socket_udp__socket__posix.cc │ ├── patch-net_socket_udp__socket__unittest.cc │ ├── patch-net_third__party_quiche_BUILD.gn │ ├── patch-net_tools_cert__verify__tool_cert__verify__tool.cc │ ├── patch-net_tools_net__watcher_net__watcher.cc │ ├── patch-net_traffic__annotation_network__traffic__annotation.h │ ├── patch-net_url__request_url__request__context.cc │ ├── patch-net_url__request_url__request__context.h │ ├── patch-net_url__request_url__request__context__builder.cc │ ├── patch-net_websockets_websocket__basic__stream__adapters__test.cc │ ├── patch-pdf_pdfium_pdfium__engine.cc │ ├── patch-printing_backend_cups__helper.cc │ ├── patch-printing_backend_cups__helper.h │ ├── patch-printing_backend_cups__ipp__helper.cc │ ├── patch-printing_backend_cups__jobs.cc │ ├── patch-printing_backend_cups__printer.cc │ ├── patch-printing_backend_cups__weak__functions.h │ ├── patch-printing_backend_print__backend__cups.h │ ├── patch-printing_backend_print__backend__cups__ipp.cc │ ├── patch-printing_mojom_printing__context__mojom__traits.cc │ ├── patch-printing_mojom_printing__context__mojom__traits.h │ ├── patch-printing_mojom_printing__context__mojom__traits__unittest.cc │ ├── patch-printing_print__settings.cc │ ├── patch-printing_print__settings.h │ ├── patch-printing_print__settings__conversion.cc │ ├── patch-printing_printing__context__linux.cc │ ├── patch-printing_printing__features.cc │ ├── patch-printing_printing__features.h │ ├── patch-printing_sandbox_print__backend__sandbox__hook__linux.cc │ ├── patch-printing_sandbox_print__backend__sandbox__hook__linux.h │ ├── patch-remoting_base_constants.h │ ├── patch-remoting_base_host__settings.cc │ ├── patch-remoting_codec_webrtc__video__encoder__vpx.cc │ ├── patch-remoting_host_base_desktop__environment__options.cc │ ├── patch-remoting_host_base_switches.cc │ ├── patch-remoting_host_base_switches.h │ ├── patch-remoting_host_chromoting__host.cc │ ├── patch-remoting_host_chromoting__host.h │ ├── patch-remoting_host_chromoting__host__context.cc │ ├── patch-remoting_host_chromoting__host__services__client.cc │ ├── patch-remoting_host_client__session.cc │ ├── patch-remoting_host_crash_crash__file__uploader.cc │ ├── patch-remoting_host_create__desktop__interaction__strategy__factory.cc │ ├── patch-remoting_host_evaluate__capability.cc │ ├── patch-remoting_host_host__attributes.cc │ ├── patch-remoting_host_host__details.cc │ ├── patch-remoting_host_host__main.cc │ ├── patch-remoting_host_host__power__save__blocker.cc │ ├── patch-remoting_host_ipc__constants.cc │ ├── patch-remoting_host_it2me_it2me__native__messaging__host__main.cc │ ├── patch-remoting_host_me2me__desktop__environment.cc │ ├── patch-remoting_host_mojo__caller__security__checker.cc │ ├── patch-remoting_host_policy__watcher.cc │ ├── patch-remoting_host_remote__open__url_remote__open__url__client.cc │ ├── patch-remoting_host_remote__open__url_remote__open__url__main.cc │ ├── patch-remoting_host_remote__open__url_remote__open__url__util.cc │ ├── patch-remoting_host_remote__open__url_url__forwarder__configurator.cc │ ├── patch-remoting_host_remoting__me2me__host.cc │ ├── patch-remoting_host_security__key_remote__security__key__main.cc │ ├── patch-remoting_host_session__policies__from__dict.cc │ ├── patch-remoting_host_setup_me2me__native__messaging__host__main.cc │ ├── patch-remoting_host_setup_start__host__main.cc │ ├── patch-remoting_host_webauthn_desktop__session__type__util.cc │ ├── patch-remoting_host_webauthn_remote__webauthn__caller__security__utils.cc │ ├── patch-remoting_host_webauthn_remote__webauthn__extension__notifier.cc │ ├── patch-remoting_host_webauthn_remote__webauthn__main.cc │ ├── patch-remoting_protocol_webrtc__video__stream.cc │ ├── patch-remoting_signaling_ftl__host__device__id__provider.cc │ ├── patch-sandbox_BUILD.gn │ ├── patch-sandbox_features.gni │ ├── patch-sandbox_linux_BUILD.gn │ ├── patch-sandbox_linux_services_init__process__reaper.cc │ ├── patch-sandbox_linux_services_libc__interceptor.cc │ ├── patch-sandbox_policy_BUILD.gn │ ├── patch-sandbox_policy_features.cc │ ├── patch-sandbox_policy_freebsd_sandbox__freebsd.cc │ ├── patch-sandbox_policy_freebsd_sandbox__freebsd.h │ ├── patch-sandbox_policy_mojom_sandbox.mojom │ ├── patch-sandbox_policy_netbsd_sandbox__netbsd.cc │ ├── patch-sandbox_policy_netbsd_sandbox__netbsd.h │ ├── patch-sandbox_policy_openbsd_sandbox__openbsd.cc │ ├── patch-sandbox_policy_openbsd_sandbox__openbsd.h │ ├── patch-sandbox_policy_sandbox.cc │ ├── patch-sandbox_policy_sandbox.h │ ├── patch-sandbox_policy_sandbox__type.cc │ ├── patch-sandbox_policy_switches.cc │ ├── patch-sandbox_policy_switches.h │ ├── patch-services_audio_audio__sandbox__hook__linux.cc │ ├── patch-services_audio_audio__sandbox__hook__linux.h │ ├── patch-services_device_BUILD.gn │ ├── patch-services_device_geolocation_location__provider__manager.cc │ ├── patch-services_device_hid_BUILD.gn │ ├── patch-services_device_hid_hid__connection__fido.cc │ ├── patch-services_device_hid_hid__connection__fido.h │ ├── patch-services_device_hid_hid__connection__freebsd.cc │ ├── patch-services_device_hid_hid__connection__freebsd.h │ ├── patch-services_device_hid_hid__service.cc │ ├── patch-services_device_hid_hid__service__fido.cc │ ├── patch-services_device_hid_hid__service__fido.h │ ├── patch-services_device_hid_hid__service__freebsd.cc │ ├── patch-services_device_hid_hid__service__freebsd.h │ ├── patch-services_device_hid_hid__service__netbsd.cc │ ├── patch-services_device_hid_hid__service__netbsd.h │ ├── patch-services_device_public_cpp_device__features.cc │ ├── patch-services_device_public_cpp_device__features.h │ ├── patch-services_device_public_cpp_generic__sensor_sensor__reading.h │ ├── patch-services_device_public_mojom_BUILD.gn │ ├── patch-services_device_serial_BUILD.gn │ ├── patch-services_device_serial_serial__device__enumerator.cc │ ├── patch-services_device_serial_serial__io__handler__posix.cc │ ├── patch-services_device_time__zone__monitor_time__zone__monitor__linux.cc │ ├── patch-services_device_usb_BUILD.gn │ ├── patch-services_device_usb_usb__device__handle__usbfs.cc │ ├── patch-services_device_usb_usb__device__handle__usbfs.h │ ├── patch-services_device_usb_usb__service.cc │ ├── patch-services_device_usb_usb__service__fake.cc │ ├── patch-services_device_usb_usb__service__fake.h │ ├── patch-services_network_BUILD.gn │ ├── patch-services_network_network__context.cc │ ├── patch-services_network_network__context.h │ ├── patch-services_network_network__sandbox__hook__linux.cc │ ├── patch-services_network_network__sandbox__hook__linux.h │ ├── patch-services_network_network__service.cc │ ├── patch-services_network_network__service.h │ ├── patch-services_network_public_cpp_BUILD.gn │ ├── patch-services_network_public_cpp_features.cc │ ├── patch-services_network_public_mojom_BUILD.gn │ ├── patch-services_network_shared__dictionary_shared__dictionary__writer__in__memory.h │ ├── patch-services_on__device__model_ml_BUILD.gn │ ├── patch-services_on__device__model_ml_gpu__blocklist.cc │ ├── patch-services_on__device__model_ml_on__device__model__executor.cc │ ├── patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc │ ├── patch-services_resource__coordinator_public_cpp_memory__instrumentation_BUILD.gn │ ├── patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics.h │ ├── patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics__bsd.cc │ ├── patch-services_screen__ai_public_cpp_utilities.cc │ ├── patch-services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.cc │ ├── patch-services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.h │ ├── patch-services_screen__ai_screen__ai__service__impl.cc │ ├── patch-services_service__manager_BUILD.gn │ ├── patch-services_service__manager_public_cpp_service__executable_BUILD.gn │ ├── patch-services_shape__detection_shape__detection__sandbox__hook.cc │ ├── patch-services_shape__detection_shape__detection__sandbox__hook.h │ ├── patch-services_shape__detection_shape__detection__service.cc │ ├── patch-services_tracing_public_cpp_perfetto_track__name__recorder.cc │ ├── patch-services_tracing_public_cpp_stack__sampling_tracing__sampler__profiler.cc │ ├── patch-services_tracing_public_cpp_system__metrics__sampler.cc │ ├── patch-services_video__capture_public_mojom_video__capture__service.mojom │ ├── patch-services_video__effects_video__effects__sandbox__hook__linux.cc │ ├── patch-services_video__effects_video__effects__sandbox__hook__linux.h │ ├── patch-services_viz_public_mojom_BUILD.gn │ ├── patch-skia_ext_SkMemory__new__handler.cpp │ ├── patch-skia_ext_font__utils.cc │ ├── patch-skia_ext_skcolorspace__trfn.cc │ ├── patch-third__party_abseil-cpp_absl_base_config.h │ ├── patch-third__party_abseil-cpp_absl_base_internal_raw__logging.cc │ ├── patch-third__party_abseil-cpp_absl_base_internal_sysinfo.cc │ ├── patch-third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.h │ ├── patch-third__party_abseil-cpp_absl_time_internal_cctz_src_time__zone__format.cc │ ├── patch-third__party_afl_src_afl-fuzz.c │ ├── patch-third__party_angle_BUILD.gn │ ├── patch-third__party_angle_src_common_platform.h │ ├── patch-third__party_angle_src_common_platform__helpers.h │ ├── patch-third__party_angle_src_common_system__utils.cpp │ ├── patch-third__party_angle_src_common_system__utils__linux.cpp │ ├── patch-third__party_angle_src_gpu__info__util_SystemInfo__internal.h │ ├── patch-third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp │ ├── patch-third__party_angle_src_gpu__info__util_SystemInfo__linux.cpp │ ├── patch-third__party_angle_src_gpu__info__util_SystemInfo__x11.cpp │ ├── patch-third__party_angle_src_libANGLE_Display.cpp │ ├── patch-third__party_angle_src_libANGLE_renderer_gl_glx_FunctionsGLX.cpp │ ├── patch-third__party_angle_src_libANGLE_renderer_vulkan_DisplayVk__api.h │ ├── patch-third__party_angle_util_BUILD.gn │ ├── patch-third__party_blink_common_features.cc │ ├── patch-third__party_blink_common_renderer__preferences_renderer__preferences__mojom__traits.cc │ ├── patch-third__party_blink_public_common_renderer__preferences_renderer__preferences.h │ ├── patch-third__party_blink_public_common_renderer__preferences_renderer__preferences__mojom__traits.h │ ├── patch-third__party_blink_public_platform_platform.h │ ├── patch-third__party_blink_renderer_bindings_scripts_bind__gen_style__format.py │ ├── patch-third__party_blink_renderer_build_scripts_gperf.py │ ├── patch-third__party_blink_renderer_build_scripts_run__with__pythonpath.py │ ├── patch-third__party_blink_renderer_controller_blink__initializer.cc │ ├── patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.cc │ ├── patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.h │ ├── patch-third__party_blink_renderer_core_dom_tree__scope.h │ ├── patch-third__party_blink_renderer_core_editing_editing__behavior.cc │ ├── patch-third__party_blink_renderer_core_execution__context_navigator__base.cc │ ├── patch-third__party_blink_renderer_core_exported_web__view__impl.cc │ ├── patch-third__party_blink_renderer_core_frame_web__frame__test.cc │ ├── patch-third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc │ ├── patch-third__party_blink_renderer_core_inspector_inspector__memory__agent.cc │ ├── patch-third__party_blink_renderer_core_layout_layout__view.cc │ ├── patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc │ ├── patch-third__party_blink_renderer_core_page_context__menu__controller.cc │ ├── patch-third__party_blink_renderer_core_paint_paint__layer.cc │ ├── patch-third__party_blink_renderer_core_scroll_scrollbar__theme__aura.cc │ ├── patch-third__party_blink_renderer_core_xml_xslt__processor.h │ ├── patch-third__party_blink_renderer_core_xml_xslt__processor__libxslt.cc │ ├── patch-third__party_blink_renderer_modules_media_audio_audio__device__factory.cc │ ├── patch-third__party_blink_renderer_modules_media_audio_audio__renderer__mixer__manager__test.cc │ ├── patch-third__party_blink_renderer_modules_peerconnection_rtc__data__channel.cc │ ├── patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc │ ├── patch-third__party_blink_renderer_modules_webaudio_audio__worklet__thread__test.cc │ ├── patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc │ ├── patch-third__party_blink_renderer_modules_webgpu_gpu__canvas__context.cc │ ├── patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc │ ├── patch-third__party_blink_renderer_platform_BUILD.gn │ ├── patch-third__party_blink_renderer_platform_fonts_font__cache.cc │ ├── patch-third__party_blink_renderer_platform_fonts_font__cache.h │ ├── patch-third__party_blink_renderer_platform_fonts_font__description.cc │ ├── patch-third__party_blink_renderer_platform_fonts_font__metrics.cc │ ├── patch-third__party_blink_renderer_platform_fonts_font__unique__name__lookup.cc │ ├── patch-third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc │ ├── patch-third__party_blink_renderer_platform_graphics_begin__frame__provider.cc │ ├── patch-third__party_blink_renderer_platform_graphics_gpu_image__layer__bridge.cc │ ├── patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc │ ├── patch-third__party_blink_renderer_platform_instrumentation_partition__alloc__memory__dump__provider.cc │ ├── patch-third__party_blink_renderer_platform_peerconnection_rtc__video__encoder__factory.cc │ ├── patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 │ ├── patch-third__party_blink_renderer_platform_scheduler_common_thread.cc │ ├── patch-third__party_blink_renderer_platform_widget_compositing_blink__categorized__worker__pool__delegate.cc │ ├── patch-third__party_blink_renderer_platform_wtf_container__annotations.h │ ├── patch-third__party_blink_renderer_platform_wtf_math__extras.h │ ├── patch-third__party_blink_renderer_platform_wtf_stack__util.cc │ ├── patch-third__party_brotli_common_platform.h │ ├── patch-third__party_cpuinfo_cpuinfo.gni │ ├── patch-third__party_crabbyavif_BUILD.gn │ ├── patch-third__party_crashpad_crashpad_build_crashpad__buildconfig.gni │ ├── patch-third__party_crashpad_crashpad_client_BUILD.gn │ ├── patch-third__party_crashpad_crashpad_client_crashpad__client__posix.cc │ ├── patch-third__party_crashpad_crashpad_minidump_minidump__misc__info__writer.cc │ ├── patch-third__party_crashpad_crashpad_util_misc_address__types.h │ ├── patch-third__party_crashpad_crashpad_util_misc_capture__context.h │ ├── patch-third__party_crashpad_crashpad_util_misc_metrics.cc │ ├── patch-third__party_crashpad_crashpad_util_misc_uuid.cc │ ├── patch-third__party_crashpad_crashpad_util_posix_close__multiple.cc │ ├── patch-third__party_crashpad_crashpad_util_posix_drop__privileges.cc │ ├── patch-third__party_crashpad_crashpad_util_posix_signals.cc │ ├── patch-third__party_crashpad_crashpad_util_posix_symbolic__constants__posix.cc │ ├── patch-third__party_crc32c_BUILD.gn │ ├── patch-third__party_dawn_include_dawn_native_VulkanBackend.h │ ├── patch-third__party_dawn_src_dawn_common_Platform.h │ ├── patch-third__party_dawn_src_dawn_native_vulkan_BackendVk.cpp │ ├── patch-third__party_ffmpeg_BUILD.gn │ ├── patch-third__party_ffmpeg_libavcodec_x86_cabac.h │ ├── patch-third__party_ffmpeg_libavutil_cpu.c │ ├── patch-third__party_ffmpeg_libavutil_mem.c │ ├── patch-third__party_ffmpeg_libavutil_random__seed.c │ ├── patch-third__party_ffmpeg_libavutil_x86_x86inc.asm │ ├── patch-third__party_fontconfig_include_meson-config.h │ ├── patch-third__party_fontconfig_src_src_fccompat.c │ ├── patch-third__party_ipcz_src_BUILD.gn │ ├── patch-third__party_ipcz_src_reference__drivers_random.cc │ ├── patch-third__party_ipcz_src_standalone_base_logging.cc │ ├── patch-third__party_leveldatabase_env__chromium.cc │ ├── patch-third__party_libaom_source_libaom_aom__ports_aarch64__cpudetect.c │ ├── patch-third__party_libc++_src_include_____locale__dir_locale__base__api.h │ ├── patch-third__party_libc++_src_include_____locale__dir_support_bsd__like.h │ ├── patch-third__party_libc++_src_src_chrono.cpp │ ├── patch-third__party_libc++_src_src_filesystem_filesystem__clock.cpp │ ├── patch-third__party_libc++abi_src_src_cxa__guard__impl.h │ ├── patch-third__party_libdrm_src_xf86drmMode.c │ ├── patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton.h │ ├── patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock.h │ ├── patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_thread__checker.h │ ├── patch-third__party_libsync_src_include_sync_sync.h │ ├── patch-third__party_libsync_src_sync.c │ ├── patch-third__party_libusb_BUILD.gn │ ├── patch-third__party_libusb_src_libusb_core.c │ ├── patch-third__party_libusb_src_libusb_os_threads__posix.c │ ├── patch-third__party_libvpx_source_libvpx_vpx__ports_aarch64__cpudetect.c │ ├── patch-third__party_lzma__sdk_C_CpuArch.c │ ├── patch-third__party_material__color__utilities_src_cpp_palettes_tones.cc │ ├── patch-third__party_nasm_BUILD.gn │ ├── patch-third__party_nasm_config_config-linux.h │ ├── patch-third__party_node_check__version.py │ ├── patch-third__party_node_node.gni │ ├── patch-third__party_node_node.py │ ├── patch-third__party_pdfium_core_fxge_cfx__fontmapper.cpp │ ├── patch-third__party_pdfium_core_fxge_linux_fx__linux__impl.cpp │ ├── patch-third__party_pdfium_fxjs_fx__date__helpers.cpp │ ├── patch-third__party_pdfium_pdfium.gni │ ├── patch-third__party_pdfium_xfa_fxfa_parser_cxfa__timezoneprovider.cpp │ ├── patch-third__party_perfetto_include_perfetto_base_build__config.h │ ├── patch-third__party_perfetto_include_perfetto_base_thread__utils.h │ ├── patch-third__party_perfetto_include_perfetto_base_time.h │ ├── patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h │ ├── patch-third__party_perfetto_include_perfetto_ext_base_thread__utils.h │ ├── patch-third__party_perfetto_include_perfetto_tracing_internal_track__event__legacy.h │ ├── patch-third__party_perfetto_protos_perfetto_trace_ftrace_v4l2.proto │ ├── patch-third__party_perfetto_src_base_clock__snapshots.cc │ ├── patch-third__party_perfetto_src_base_event__fd.cc │ ├── patch-third__party_perfetto_src_base_periodic__task.cc │ ├── patch-third__party_perfetto_src_base_scoped__sched__boost.cc │ ├── patch-third__party_perfetto_src_base_string__utils.cc │ ├── patch-third__party_perfetto_src_base_subprocess__posix.cc │ ├── patch-third__party_perfetto_src_base_test_vm__test__utils.cc │ ├── patch-third__party_perfetto_src_base_thread__task__runner.cc │ ├── patch-third__party_perfetto_src_base_unix__socket.cc │ ├── patch-third__party_perfetto_src_base_utils.cc │ ├── patch-third__party_perfetto_src_trace__processor_importers_ftrace_v4l2__tracker.cc │ ├── patch-third__party_perfetto_src_tracing_ipc_memfd.cc │ ├── patch-third__party_perfetto_src_tracing_platform__posix.cc │ ├── patch-third__party_perfetto_src_tracing_track.cc │ ├── patch-third__party_protobuf_proto__library.gni │ ├── patch-third__party_protobuf_src_google_protobuf_stubs_platform__macros.h │ ├── patch-third__party_rust_qr__code_v2_BUILD.gn │ ├── patch-third__party_skia_rust_png_FFI.rs │ ├── patch-third__party_skia_src_gpu_ganesh_GrAutoLocaleSetter.h │ ├── patch-third__party_skia_src_ports_SkMemory__malloc.cpp │ ├── patch-third__party_skia_src_ports_SkOSFile__posix.cpp │ ├── patch-third__party_speech-dispatcher_libspeechd__version.h │ ├── patch-third__party_speech-dispatcher_speechd__types.h │ ├── patch-third__party_sqlite_BUILD.gn │ ├── patch-third__party_sqlite_src_amalgamation__dev_sqlite3.c │ ├── patch-third__party_sqlite_src_amalgamation_sqlite3.c │ ├── patch-third__party_swiftshader_src_Reactor_Debug.cpp │ ├── patch-third__party_swiftshader_src_System_Configurator.cpp │ ├── patch-third__party_swiftshader_src_System_Linux_MemFd.cpp │ ├── patch-third__party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux.hpp │ ├── patch-third__party_swiftshader_src_WSI_libXCB.cpp │ ├── patch-third__party_swiftshader_third__party_llvm-10.0_configs_linux_include_llvm_Config_config.h │ ├── patch-third__party_swiftshader_third__party_llvm-subzero_build_Linux_include_llvm_Config_config.h │ ├── patch-third__party_swiftshader_third__party_marl_src_memory.cpp │ ├── patch-third__party_swiftshader_third__party_marl_src_thread.cpp │ ├── patch-third__party_test__fonts_fontconfig_BUILD.gn │ ├── patch-third__party_test__fonts_fontconfig_fontconfig__util__linux.cc │ ├── patch-third__party_test__fonts_fontconfig_generate__fontconfig__caches.cc │ ├── patch-third__party_tflite_features.gni │ ├── patch-third__party_unrar_src_crypt.cpp │ ├── patch-third__party_vulkan-validation-layers_src_layers_external_vma_vk__mem__alloc.h │ ├── patch-third__party_vulkan-validation-layers_src_layers_vulkan_generated_vk__function__pointers.cpp │ ├── patch-third__party_vulkan__memory__allocator_include_vk__mem__alloc.h │ ├── patch-third__party_wayland_BUILD.gn │ ├── patch-third__party_wayland_include_config.h │ ├── patch-third__party_webrtc_BUILD.gn │ ├── patch-third__party_webrtc_modules_audio__device_BUILD.gn │ ├── patch-third__party_webrtc_modules_desktop__capture_linux_wayland_egl__dmabuf.cc │ ├── patch-third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc │ ├── patch-third__party_webrtc_modules_portal_pipewire__utils.h │ ├── patch-third__party_webrtc_rtc__base_byte__order.h │ ├── patch-third__party_webrtc_rtc__base_cpu__info.cc │ ├── patch-third__party_webrtc_rtc__base_ip__address.cc │ ├── patch-third__party_webrtc_rtc__base_net__helpers.cc │ ├── patch-third__party_webrtc_rtc__base_network.cc │ ├── patch-third__party_webrtc_rtc__base_physical__socket__server.cc │ ├── patch-third__party_webrtc_rtc__base_physical__socket__server.h │ ├── patch-third__party_webrtc_rtc__base_platform__thread__types.cc │ ├── patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h │ ├── patch-third__party_widevine_cdm_widevine.gni │ ├── patch-third__party_zlib_BUILD.gn │ ├── patch-third__party_zlib_cpu__features.c │ ├── patch-tools_code__cache__generator_BUILD.gn │ ├── patch-tools_generate__shim__headers_generate__shim__headers.py │ ├── patch-tools_generate__stubs_rules.gni │ ├── patch-tools_gn_build_build__linux.ninja.template │ ├── patch-tools_gn_build_gen.py │ ├── patch-tools_gn_src_base_files_file__posix.cc │ ├── patch-tools_gn_src_gn_version.h │ ├── patch-tools_gn_src_util_exe__path.cc │ ├── patch-tools_grit_grit_node_base.py │ ├── patch-tools_json__schema__compiler_cpp__bundle__generator.py │ ├── patch-tools_json__schema__compiler_feature__compiler.py │ ├── patch-tools_memory_partition__allocator_inspect__utils.h │ ├── patch-tools_perf_chrome__telemetry__build_BUILD.gn │ ├── patch-tools_protoc__wrapper_protoc__wrapper.py │ ├── patch-tools_v8__context__snapshot_BUILD.gn │ ├── patch-tools_variations_fieldtrial__to__struct.py │ ├── patch-ui_accessibility_accessibility__features.cc │ ├── patch-ui_accessibility_accessibility__features.h │ ├── patch-ui_accessibility_ax__node.cc │ ├── patch-ui_accessibility_ax__node.h │ ├── patch-ui_accessibility_ax__tree.cc │ ├── patch-ui_accessibility_ax__tree.h │ ├── patch-ui_aura_client_drag__drop__client.h │ ├── patch-ui_aura_screen__ozone.cc │ ├── patch-ui_aura_screen__ozone.h │ ├── patch-ui_base_accelerators_accelerator.cc │ ├── patch-ui_base_accelerators_command.cc │ ├── patch-ui_base_accelerators_global__accelerator__listener_global__accelerator__listener__ozone.cc │ ├── patch-ui_base_clipboard_clipboard__constants.h │ ├── patch-ui_base_clipboard_clipboard__non__backed.cc │ ├── patch-ui_base_cursor_cursor__factory.cc │ ├── patch-ui_base_cursor_cursor__factory.h │ ├── patch-ui_base_dragdrop_os__exchange__data__provider__factory.cc │ ├── patch-ui_base_dragdrop_os__exchange__data__provider__non__backed.cc │ ├── patch-ui_base_ime_dummy__text__input__client.cc │ ├── patch-ui_base_ime_dummy__text__input__client.h │ ├── patch-ui_base_ime_fake__text__input__client.cc │ ├── patch-ui_base_ime_fake__text__input__client.h │ ├── patch-ui_base_ime_init_input__method__initializer.cc │ ├── patch-ui_base_ime_linux_linux__input__method__context__factory.cc │ ├── patch-ui_base_ime_text__input__client.h │ ├── patch-ui_base_resource_resource__bundle.cc │ ├── patch-ui_base_test_skia__gold__pixel__diff.cc │ ├── patch-ui_base_test_ui__controls.h │ ├── patch-ui_base_ui__base__features.cc │ ├── patch-ui_base_ui__base__switches.h │ ├── patch-ui_base_webui_web__ui__util.cc │ ├── patch-ui_base_x_x11__cursor__factory.cc │ ├── patch-ui_base_x_x11__cursor__factory.h │ ├── patch-ui_base_x_x11__cursor__loader.cc │ ├── patch-ui_base_x_x11__display__manager.cc │ ├── patch-ui_base_x_x11__shm__image__pool.cc │ ├── patch-ui_color_color__id.h │ ├── patch-ui_color_system__theme.h │ ├── patch-ui_compositor_compositor.cc │ ├── patch-ui_compositor_compositor.h │ ├── patch-ui_compositor_compositor__observer.h │ ├── patch-ui_display_screen.cc │ ├── patch-ui_display_screen.h │ ├── patch-ui_events_event.cc │ ├── patch-ui_events_event__switches.cc │ ├── patch-ui_events_event__switches.h │ ├── patch-ui_events_keycodes_dom_keycode__converter.cc │ ├── patch-ui_events_keycodes_dom_keycode__converter.h │ ├── patch-ui_gfx_BUILD.gn │ ├── patch-ui_gfx_canvas__skia.cc │ ├── patch-ui_gfx_font__fallback__linux.cc │ ├── patch-ui_gfx_font__render__params.h │ ├── patch-ui_gfx_font__render__params__linux.cc │ ├── patch-ui_gfx_font__util.cc │ ├── patch-ui_gfx_gpu__extra__info.h │ ├── patch-ui_gfx_linux_dmabuf__uapi.h │ ├── patch-ui_gfx_linux_gbm__wrapper.cc │ ├── patch-ui_gfx_mojom_native__handle__types__mojom__traits.cc │ ├── patch-ui_gfx_mojom_native__handle__types__mojom__traits.h │ ├── patch-ui_gfx_native__pixmap__handle.cc │ ├── patch-ui_gfx_native__pixmap__handle.h │ ├── patch-ui_gfx_native__ui__types.h │ ├── patch-ui_gfx_platform__font__skia.cc │ ├── patch-ui_gfx_render__text__api__fuzzer.cc │ ├── patch-ui_gfx_render__text__fuzzer.cc │ ├── patch-ui_gfx_switches.cc │ ├── patch-ui_gfx_switches.h │ ├── patch-ui_gfx_x_atom__cache.cc │ ├── patch-ui_gfx_x_generated__protos_dri3.cc │ ├── patch-ui_gfx_x_generated__protos_shm.cc │ ├── patch-ui_gfx_x_xlib__support.cc │ ├── patch-ui_gl_gl__context.cc │ ├── patch-ui_gl_gl__fence.cc │ ├── patch-ui_gl_gl__implementation.cc │ ├── patch-ui_gl_gl__switches.cc │ ├── patch-ui_gl_sync__control__vsync__provider.cc │ ├── patch-ui_gl_sync__control__vsync__provider.h │ ├── patch-ui_gtk_gtk__compat.cc │ ├── patch-ui_gtk_printing_print__dialog__gtk.cc │ ├── patch-ui_message__center_views_message__popup__view.cc │ ├── patch-ui_native__theme_features_native__theme__features.cc │ ├── patch-ui_native__theme_native__theme.h │ ├── patch-ui_native__theme_native__theme__base.cc │ ├── patch-ui_ozone_common_egl__util.cc │ ├── patch-ui_ozone_platform_headless_headless__surface__factory.cc │ ├── patch-ui_ozone_platform_headless_ozone__platform__headless.cc │ ├── patch-ui_ozone_platform_headless_vulkan__implementation__headless.cc │ ├── patch-ui_ozone_platform_wayland_common_wayland__util.cc │ ├── patch-ui_ozone_platform_wayland_gpu_vulkan__implementation__wayland.cc │ ├── patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc │ ├── patch-ui_ozone_platform_x11_vulkan__implementation__x11.cc │ ├── patch-ui_ozone_platform_x11_x11__screen__ozone.cc │ ├── patch-ui_ozone_platform_x11_x11__screen__ozone.h │ ├── patch-ui_ozone_platform_x11_x11__window.cc │ ├── patch-ui_ozone_public_ozone__ui__controls__test__helper.h │ ├── patch-ui_ozone_test_mock__platform__window__delegate.h │ ├── patch-ui_platform__window_platform__window__delegate.cc │ ├── patch-ui_platform__window_platform__window__delegate.h │ ├── patch-ui_platform__window_platform__window__init__properties.h │ ├── patch-ui_qt_BUILD.gn │ ├── patch-ui_strings_translations_app__locale__settings__bn.xtb │ ├── patch-ui_strings_translations_app__locale__settings__ja.xtb │ ├── patch-ui_strings_translations_app__locale__settings__ko.xtb │ ├── patch-ui_strings_translations_app__locale__settings__ml.xtb │ ├── patch-ui_strings_translations_app__locale__settings__th.xtb │ ├── patch-ui_strings_translations_app__locale__settings__zh-CN.xtb │ ├── patch-ui_strings_translations_app__locale__settings__zh-TW.xtb │ ├── patch-ui_views_BUILD.gn │ ├── patch-ui_views_accessibility_view__accessibility.cc │ ├── patch-ui_views_controls_prefix__selector.cc │ ├── patch-ui_views_controls_prefix__selector.h │ ├── patch-ui_views_controls_textfield_textfield.cc │ ├── patch-ui_views_controls_textfield_textfield.h │ ├── patch-ui_views_examples_widget__example.cc │ ├── patch-ui_views_focus_focus__manager.cc │ ├── patch-ui_views_style_platform__style.cc │ ├── patch-ui_views_style_platform__style.h │ ├── patch-ui_views_test_ui__controls__factory__desktop__aura__ozone.cc │ ├── patch-ui_views_views__delegate.cc │ ├── patch-ui_views_views__delegate.h │ ├── patch-ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.cc │ ├── patch-ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.h │ ├── patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc │ ├── patch-ui_views_widget_root__view.cc │ ├── patch-ui_views_widget_widget.cc │ ├── patch-ui_views_widget_widget.h │ ├── patch-ui_views_window_default__frame__view.cc │ ├── patch-ui_views_window_dialog__delegate.cc │ ├── patch-ui_views_window_frame__background.cc │ ├── patch-v8_BUILD.gn │ ├── patch-v8_include_v8-internal.h │ ├── patch-v8_include_v8config.h │ ├── patch-v8_src_api_api.cc │ ├── patch-v8_src_base_atomicops.h │ ├── patch-v8_src_base_platform_memory.h │ ├── patch-v8_src_base_platform_platform-freebsd.cc │ ├── patch-v8_src_base_platform_platform-openbsd.cc │ ├── patch-v8_src_base_platform_platform-posix.cc │ ├── patch-v8_src_base_strings.h │ ├── patch-v8_src_base_sys-info.cc │ ├── patch-v8_src_base_utils_random-number-generator.cc │ ├── patch-v8_src_diagnostics_perf-jit.cc │ ├── patch-v8_src_diagnostics_perf-jit.h │ ├── patch-v8_src_execution_isolate.cc │ ├── patch-v8_src_flags_flags.cc │ ├── patch-v8_src_libsampler_sampler.cc │ ├── patch-v8_src_objects_js-temporal-zoneinfo64.cc │ ├── patch-v8_src_sandbox_sandbox.cc │ ├── patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc │ ├── patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.h │ ├── patch-v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc │ ├── patch-v8_src_trap-handler_handler-inside-posix.cc │ ├── patch-v8_src_trap-handler_handler-inside-posix.h │ ├── patch-v8_src_trap-handler_trap-handler.h │ ├── patch-v8_tools_run-paxctl.py │ └── patch-v8_tools_run.py └── tests.mk ├── chronograf ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── chronograf.sh │ └── smf │ │ └── manifest.xml └── patches │ └── patch-Makefile ├── chrsh ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── chruby ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── cilium-cli ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── cingg-netbsd ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── cinnamon-control-center ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-shell_Makefile.am ├── cinnamon-desktop ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-libcinnamon-desktop_cdesktop-enums.h │ └── patch-schemas_org.cinnamon.desktop.session.gschema.xml.in ├── cinnamon-menus ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── cinnamon-screensaver ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── cinnamon-session ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── cinnamon-settings-daemon ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-configure.ac │ ├── patch-data_org.cinnamon.settings-daemon.plugins.power.gschema.xml.in.in │ ├── patch-files_Makefile.in │ ├── patch-plugins_Makefile.am │ ├── patch-plugins_background_csd-background-manager.c │ └── patch-plugins_power_csd-power-manager.c ├── cinnamon ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── desktop.rules └── patches │ ├── patch-configure.ac │ ├── patch-data_org.cinnamon.gschema.xml.in │ ├── patch-files_Makefile.in │ ├── patch-files_usr_share_cinnamon-session_sessions_cinnamon.session │ ├── patch-files_usr_share_cinnamon_cinnamon-settings-users_cinnamon-settings-users.py │ ├── patch-files_usr_share_cinnamon_cinnamon-settings_modules_cs__backgrounds.py │ ├── patch-files_usr_share_cinnamon_cinnamon-settings_modules_cs__info.py │ └── patch-src_Makefile.am ├── ciwiki ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── cjs ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-cjs_jsapi-util.cpp ├── cl-alexandria ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── alexandria.html │ └── ecl-alexandria.asd └── options.mk ├── cl-anaphora ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── ecl-anaphora.asd └── options.mk ├── cl-babel ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── ecl-babel-streams.asd │ └── ecl-babel.asd └── options.mk ├── cl-bordeaux-threads ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── ecl-bordeaux-threads.asd └── options.mk ├── cl-cffi ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── ecl-cffi-grovel.asd │ ├── ecl-cffi-uffi-compat.asd │ └── ecl-cffi.asd ├── options.mk └── patches │ ├── patch-aa │ └── patch-ab ├── cl-fad ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── ecl-fad.asd └── options.mk ├── cl-flexi-streams ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── ecl-flexi-streams.asd └── options.mk ├── cl-portable-clx ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── cl-ppcre-unicode ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── ecl-ppcre-unicode.asd └── options.mk ├── cl-ppcre ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── ecl-ppcre.asd └── options.mk ├── cl-split-sequence ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── ecl-split-sequence.asd └── options.mk ├── cl-trivial-features ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── ecl-trivial-features.asd └── options.mk ├── cl-trivial-gray-streams ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── ecl-trivial-gray-streams.asd └── options.mk ├── cl-unicode ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── ecl-unicode.asd └── options.mk ├── cl-who ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── ecl-who.asd └── options.mk ├── clamassassin ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── clamav ├── COMMIT_MSG ├── DEINSTALL ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── buildlink3.mk ├── cargo-depends.mk ├── distinfo ├── files │ ├── clamav-milter.sh │ ├── clamd.sh │ ├── freshclamd.sh │ └── smf │ │ ├── clamd.sh │ │ ├── freshclamd.sh │ │ └── manifest.xml ├── options.mk └── patches │ ├── patch-aa │ ├── patch-etc_clamav-milter.conf.sample │ ├── patch-etc_clamd.conf.sample │ ├── patch-etc_freshclam.conf.sample │ ├── patch-libclamav_fmap.c │ └── patch-libclamav_fmap.h ├── clang-tools-extra ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Darwin └── distinfo ├── clang ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── PLIST.Darwin ├── buildlink3.mk ├── distinfo └── patches │ └── patch-lib_Driver_ToolChain.cpp ├── clasp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── classgen ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── classic-mac-font-pack ├── DESCR ├── Makefile ├── PLIST ├── README.distribution └── distinfo ├── claws-mail-fancy ├── DESCR └── Makefile ├── clearsans-ttf ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── clfswm ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-contrib_clfswm │ └── patch-contrib_clfswm-temp ├── clhep ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── cli-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── clic ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cligen ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-configure.ac ├── clipmenu ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── cliquer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── clisp-hg ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ └── patch-ag ├── clisp ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-src_gmalloc.c │ └── patch-src_lispbibl.d ├── clixon-controller ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_Makefile.in ├── clixon-pyapi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── clixon ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-configure.ac │ ├── patch-etc_Makefile.in │ ├── patch-lib_clixon_clixon__datastore.h │ └── patch-lib_src_clixon__proc.c ├── clock-signal ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-OSBindings_SDL_SConstruct ├── clockspeed ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── leapsecs.dat └── patches │ └── patch-Makefile ├── cloud-nuke ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── cloudflared ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── clustershell ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cm-unicode-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cmetrics ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cmoc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cockatrice-server ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cockatrice ├── DESCR ├── Makefile ├── PLIST ├── common.mk └── distinfo ├── cockroach ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_github.com_cockroachdb_cockroach_Makefile ├── codex ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk ├── distinfo └── patches │ ├── patch-Cargo.toml │ └── patch-process-hardening_src_lib.rs ├── coeurl ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-lib_client.cpp ├── coin-or-lemon ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-lemon_bits_array__map.h │ └── patch-lemon_path.h ├── colima ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── collectd-unbound ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── go.mod │ └── go.sum └── go-modules.mk ├── colm-devel ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── colobot ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-src_CMakeLists.txt │ └── patch-src_app_app.cpp ├── colord ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-man_meson.build ├── colorfull ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── colorize ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ └── error.h └── patches │ ├── patch-aa │ └── patch-ab ├── comblas ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-include_CombBLAS_PBBS_utils.h ├── commandergenius ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-GsKit_base_utils_property__tree_tinyxml2.cpp │ ├── patch-GsKit_base_video_scaler_scalebit.cpp │ └── patch-src_engine_unzip_ioapi.h ├── common-mml ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ai ├── commoncpp2 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── compare ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── compat32_expat ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── compat32_fontconfig ├── DEINSTALL ├── DESCR ├── INSTALL ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ └── 30-pkgsrc-aliases.conf └── patches │ ├── patch-aa │ ├── patch-ac │ ├── patch-af │ ├── patch-configure │ ├── patch-scandir.c │ ├── patch-src_fccharset.c │ ├── patch-src_fcfreetype.c │ ├── patch-src_fcftint.h │ ├── patch-src_fcint.h │ ├── patch-src_fcstat.c │ └── patch-test_test-migration.c ├── compat32_freetype2 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-builds_unix_freetype-config.in │ └── patch-builds_unix_unix-cc.in ├── compat32_giflib ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── compat32_jpeg ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── files │ ├── exifautotran │ └── jpegexiforient.c └── patches │ ├── patch-af │ ├── patch-ag │ ├── patch-jmorecfg.h │ ├── patch-jpeglib.h │ └── patch-rdtarga.c ├── compat32_lcms2 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── compat32_libgcrypt ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── hacks.mk ├── options.mk └── patches │ ├── patch-aa │ ├── patch-cipher_camellia-aarch64.S │ ├── patch-cipher_rijndael-arm.S │ ├── patch-random_jitterentropy-base.c │ └── patch-src_visibility.h ├── compat32_libgpg-error ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-src_estream.c ├── compat32_libuuid ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Makefile.in │ ├── patch-configure │ ├── patch-include_c.h │ ├── patch-include_ttyutils.h │ ├── patch-lib_ismounted.c │ ├── patch-lib_randutils.c │ └── patch-libuuid_src_gen__uuid.c ├── compat32_libxml2 ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-Makefile.in │ ├── patch-catalog.c │ ├── patch-configure │ ├── patch-doc_examples_Makefile.in │ ├── patch-encoding.c │ ├── patch-python_libxml.c │ ├── patch-python_libxml.py │ ├── patch-python_libxml2.py │ ├── patch-python_setup.py │ └── patch-xmlcatalog.c ├── compat32_libxslt ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── buildlink3.mk ├── distinfo ├── err ├── make.log ├── patches │ └── patch-libexslt_date.c └── xsltproc-nonet.mk ├── compat32_mit-krb5 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ ├── kadmind.sh │ ├── kdc.sh │ └── krb5-config-wrapper.sh └── patches │ ├── patch-Makefile.in │ ├── patch-aclocal.m4 │ ├── patch-build-tools_krb5-config.in │ ├── patch-config_lib.in │ ├── patch-config_libnover.in │ ├── patch-config_libobj.in │ ├── patch-config_libpriv.in │ ├── patch-config_pre.in │ ├── patch-config_shlib.conf │ ├── patch-configure.in │ ├── patch-include_osconf.hin │ ├── patch-kadmin_cli_ss_wrapper.c │ ├── patch-lib_apputils_Makefile.in │ ├── patch-lib_apputils_udppktinfo.c │ ├── patch-lib_crypto_builtin_pbkdf2.c │ ├── patch-lib_gssapi_Makefile.in │ ├── patch-lib_gssapi_krb5_import__name.c │ ├── patch-lib_kdb_Makefile.in │ ├── patch-lib_kdb_kdb__log.c │ ├── patch-lib_krb5_asn.1_asn1buf.h │ ├── patch-lib_krb5_ccache_Makefile.in │ ├── patch-plugins_kdb_db2_Makefile.in │ ├── patch-plugins_kdb_db2_libdb2_Makefile.in │ ├── patch-plugins_preauth_otp_Makefile.in │ ├── patch-plugins_preauth_pkinit_Makefile.in │ ├── patch-slave_kproplog.c │ ├── patch-util_k5ev_verto-k5ev.c │ └── patch-util_ss_Makefile.in ├── compat32_ncurses ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-aclocal.m4 │ ├── patch-c++_Makefile.in │ ├── patch-configure.in │ ├── patch-misc_ncurses-config.in │ ├── patch-misc_terminfo.src │ ├── patch-ncurses_base_MKlib__gen.sh │ └── patch-ncurses_tinfo_parse__entry.c ├── compat32_png ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── hacks.mk └── patches │ └── patch-pngpriv.h ├── compat32_tiff ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-configure ├── compat80-x11 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── PLIST.alpha ├── PLIST.m68k ├── TODO ├── buildlink3.mk └── distinfo ├── compiler-rt ├── DESCR ├── Makefile ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ └── patch-cmake_config-ix.cmake ├── compiz-boxmenu ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── complexity ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-src_opts.def ├── concorde ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-BIGGUY_Makefile.in ├── confkerndev ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── conkeror ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-conkeror.in ├── conky ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-cmake_Conky.cmake │ ├── patch-cmake_ConkyPlatformChecks.cmake │ ├── patch-src_entropy.cc │ ├── patch-src_fs.cc │ ├── patch-src_netbsd.cc │ └── patch-src_netbsd.h ├── consul ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── contacts ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-ac ├── convertall ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cool-retro-term ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── excludefile └── patches │ └── patch-qmltermwidget_lib_kpty.cpp ├── cops ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── copytape ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── coreclr-git ├── DESCR ├── Makefile ├── PLIST ├── README ├── buildlink3.mk └── distinfo ├── corefx-git ├── DESCR ├── Makefile ├── PLIST ├── README └── distinfo ├── corert-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cortex-var ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cortextool ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── cosmo-engine ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── courier-imap ├── DEINSTALL ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── courierimap.sh │ ├── courierimaps.sh │ ├── courierpop.sh │ ├── courierpops.sh │ └── smf │ │ ├── courier-imap.sh │ │ └── manifest.xml ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ak │ └── patch-ao ├── courierpassd ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── cowpatty ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-common.h ├── coxeter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cozy ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── cpdup ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-cpdup.h ├── cpluff ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-configure.ac ├── cpm ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── cpqarrayd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cpuminer-multi ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── cqlsh ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── crchack-git ├── DESCR ├── Makefile └── PLIST ├── creal ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile.in ├── cream ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── crispy-doom ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── INSTALL.pkgsrc └── patches │ └── patch-src_d__iwad.c ├── crm114 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ac │ ├── patch-ah │ ├── patch-ba │ ├── patch-bb │ └── patch-bc ├── cronolog-devel ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cropsr ├── DESCR ├── Makefile ├── PLIST ├── WARNING ├── distinfo └── files │ ├── cropsr │ └── prmrdsgn2 ├── cross-binutils ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ └── cross-env └── patches │ ├── patch-af │ └── patch-include_cgen_basic-ops.h ├── cross-m68k-coff-gcc-4.2.0 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cross-pio-gccarmnoneeabi-1.70201.0 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── crossguid ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── crossroads-io ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-configure ├── crosstool-pio ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── crosswrench-git ├── DESCR ├── Makefile └── PLIST ├── crrcsim ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── crush ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── crust-firmware ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Makefile ├── cryptcat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── crystal-bin ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── crystal ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── Makefile └── patches │ └── patch-src_compiler_crystal_codegen_link.cr ├── cskk ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── cargo-depends.mk └── distinfo ├── csoap ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── csound6 ├── DESCR ├── Makefile ├── PLIST ├── PLIST.jack ├── PLIST.portaudio ├── distinfo ├── options.mk └── patches │ ├── patch-CMakeLists.txt │ ├── patch-Engine_linevent.c │ ├── patch-Frontends_csound_csound_main.c │ ├── patch-InOut_libsnd.c │ ├── patch-InOut_winEPS.c │ ├── patch-Opcodes_cpumeter.c │ ├── patch-Opcodes_wavegde.h │ ├── patch-Top_threads.c │ └── patch-installer_macosx_release-build-azure.sh ├── csp2b ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── csstidy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── csv-mode ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-csv-mode.el ├── csv2 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── ctags-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── cubature ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── cudd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── cuelang ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── cufflinks-2.2.1 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-configure │ └── patch-src_bundles.cpp ├── cufflinks ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-configure │ └── patch-src_bundles.cpp ├── cultivation ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile.GnuLinux │ ├── patch-gameSource_sound_MusicPlayer.cpp │ ├── patch-gameSource_sound_SoundEffectsBank.cpp │ ├── patch-gameSource_sound_SoundPlayer.cpp │ └── patch-gameSource_sound_SoundPlayer.h ├── cup ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cups-browsed ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cups-filters ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ ├── cups-browsed-daemonize.sh │ └── cups-browsed.sh └── options.mk ├── curitz ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cut-and-run ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cvc3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cvs-syncmail ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cvs2darcs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cvs2fossil ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── cvs2fossil │ └── cvs2fossil.1 └── patches │ ├── patch-01-import_main.c │ ├── patch-04-commit_main.c │ └── patch-common_common.h ├── cvs2git ├── DESCR ├── Makefile ├── PLIST └── files │ ├── cvs2git │ └── cvs2git.1 ├── cvs2hg ├── DESCR ├── Makefile ├── PLIST └── files │ ├── cvs2hg │ └── cvs2hg.1 ├── cvsanaly ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cvsnt ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── cvslockd.sh ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── cvstrac ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO └── distinfo ├── cwebx ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── cyclone-bootstrap ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-Makefile.config │ └── patch-include_cyclone_types.h ├── cyclone ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-Makefile.config │ ├── patch-cyclone.scm │ ├── patch-include_cyclone_types.h │ ├── patch-issue-560 │ ├── patch-scheme_base.sld │ ├── patch-srfi_106.sld │ └── patch-tests_macro-hygiene.scm ├── cygwin-binutils ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── cygwin ├── DESCR ├── Makefile ├── Makefile.common └── PLIST ├── cyrus-imapd30 ├── DEINSTALL ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── cyrus.conf │ ├── cyrus.sh │ └── imapd.conf ├── options.mk └── patches │ └── patch-imap_http__dav.c ├── cyrus-imapd34 ├── COMMIT_MSG ├── DEINSTALL ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── cyrus.conf │ ├── cyrus.sh │ └── imapd.conf └── options.mk ├── cyrus-imapd36 ├── DEINSTALL ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── cyrus.conf │ ├── cyrus.sh │ └── imapd.conf └── options.mk ├── cytopia ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── d-feet ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── d1x-rebirth ├── DESCR ├── LICENSE ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-SConstruct ├── d2 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── d2x-rebirth ├── DESCR ├── LICENSE ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-SConstruct ├── dangerzone ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── daphne ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ └── patch-al ├── darcs-to-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── darkman ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── dart-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dash-el ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── dasht ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-bin_dasht │ ├── patch-bin_dasht-docsets-install │ └── patch-bin_dasht-docsets-remove ├── datamash ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dates ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── davegnukem ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-src_sdl_djgraph.cpp ├── davical-git ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ └── davical.conf └── patches │ ├── patch-dba_create-database.sh │ ├── patch-dba_update-davical-database │ ├── patch-inc_always.php.in │ ├── patch-inc_davical__configuration__missing.php │ └── patch-scripts_po_rebuild-translations.sh ├── dbf ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── dblab ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ ├── patch-go.mod │ └── patch-go.sum ├── dbus-dfbsd ├── DESCR ├── INSTALL ├── MESSAGE ├── MESSAGE.launchd ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── files │ ├── dbus.sh │ └── smf │ │ ├── dbus.sh │ │ └── manifest.xml ├── hacks.mk ├── options.mk └── patches │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-configure │ ├── patch-dbus_dbus-connection.c │ ├── patch-dbus_dbus-sysdeps-unix.c │ ├── patch-dbus_dbus-sysdeps-util-unix.c │ └── patch-tools_dbus-print-message.c ├── dbus-explorer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dcdis ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-Makefile.in ├── ddate ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── ddocent ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── ddocent-assembly-test │ ├── ddocent-assembly-test-cleanup │ └── ddocent-test-cleanup └── patches │ ├── patch-dDocent │ ├── patch-scripts_ReferenceOpt.sh │ └── patch-scripts_remake__reference.sh ├── deadbeef ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── debian_base ├── DESCR ├── Makefile ├── TODO └── distinfo ├── debian_glib ├── DESCR ├── Makefile └── distinfo ├── debian_gtk ├── DESCR ├── Makefile └── distinfo ├── debian_linux └── Makefile.common ├── debian_x11 ├── DESCR ├── Makefile └── distinfo ├── debootstrap ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── devices.tar.gz.uue │ ├── libfakesyscall-amd64.so.uue │ ├── libfakesyscall-i386.so.uue │ └── libfakesyscall.c └── patches │ ├── patch-Makefile │ ├── patch-debootstrap │ └── patch-functions ├── debugger-git ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── decode-dimms ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-decode-dimms ├── dee ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── deforaos-accessories ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_Makefile ├── deforaos-framer ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── deforaos-init ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── Init.sh ├── deforaos-probe ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── DaMon.sh │ └── Probe.sh ├── deja-dup ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-app_RestoreFileTester.vala ├── deluge ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── delve ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dendrite ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── denise ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-emulation_tools_socket.cpp ├── deno ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk └── distinfo ├── depsolver ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── descent3 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-Descent3_Mission.cpp │ ├── patch-Descent3_OsirisLoadandBind.cpp │ ├── patch-ddebug_CMakeLists.txt │ ├── patch-ddio_CMakeLists.txt │ ├── patch-ddio_lnxio.cpp │ ├── patch-mem_CMakeLists.txt │ ├── patch-mem_mem.cpp │ ├── patch-module_module.cpp │ └── patch-scripts_CMakeLists.txt ├── deskcribe ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── desktop-data-model ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── desktop-installer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── desmume ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-po_Makefile.in.in │ ├── patch-src_arm__jit.cpp │ ├── patch-src_armcpu.h │ ├── patch-src_gtk_glx__3Demu.cpp │ ├── patch-src_utils_AsmJit_core_stringbuilder.h │ └── patch-src_utils_task.cpp ├── despotify-svn ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── detab ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── detachtty ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── deutex ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── devd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── deviceatlas-enterprise-c ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── deviceatlas-enterprise-c-license ├── distinfo └── patches │ ├── patch-Examples_CMakeLists.txt │ └── patch-Src_CMakeLists.txt ├── devkitARM-buildrules ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── devkitARM-newlib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── devkitARM-tools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── devpub-mount ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dfam ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dhcpd-snmp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-dhcpd-snmp.conf.dist ├── diablo ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── dict-client-current ├── DESCR ├── Makefile └── PLIST ├── dict-est-rus ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── build_estonian_et_ru ├── dict-freedict-eng-ara ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dict-freedict-eng-fra ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dict-server-current ├── DESCR ├── Makefile ├── PLIST └── files │ ├── dictd.conf │ └── dictd.sh ├── diff-pdf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── diffsitter-git ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── digestif ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── digikam ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── digitemp ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_digitemp.c │ └── patch-userial_ds9097_linuxses.c ├── ding ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-ding ├── dionysus ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── discident-glib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── discordo ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── diskonaut ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── dispred ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── disque ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── distbb-git ├── DESCR ├── MESSAGE ├── Makefile └── PLIST ├── ditz-commander ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── divecmd ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── diveintopython ├── DESCR ├── Makefile ├── PLIST ├── PLIST.pre └── distinfo ├── divoom ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk └── distinfo ├── dlib-cpp ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── dlib ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── dlt-daemon ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-doc_CMakeLists.txt ├── dlt-viewer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dma ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-dma.c │ ├── patch-dma.h │ ├── patch-dns.c │ ├── patch-mail.c │ └── patch-spool.c ├── dmake ├── DESCR ├── Makefile ├── PLIST ├── README ├── distinfo └── patches │ ├── patch-sunpro_Make_bin_make_common_Makefile.def │ └── patch-sunpro_Make_bin_make_common_read.cc ├── dmarc-report-viewer ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk ├── distinfo └── patches │ └── patch-Cargo.toml ├── dmarcaroni-client ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-dist_index.html │ └── patch-src_Skeleton.elm ├── dmarcaroni-server ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-src_DMARC_Parsing_DomainFolio.hs ├── dmd-bin ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── dmd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-posix.mak │ └── patch-src_build.d ├── dmenu-git ├── DESCR ├── Makefile ├── PLIST └── options.mk ├── dmt-ux ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── dnrd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── dns2tcp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dnsdist ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── dnsdist.sh │ └── smf │ │ └── manifest.xml └── patches │ ├── patch-configure │ └── patch-protobuf ├── dnswalk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── docbook-xsl-ko ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── catalog ├── docbook-xsl-ns ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-lib_lib.xsl ├── docbook2X ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── docdiff ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-bin_docdiff ├── docker-buildx ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── docker-cli ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-cli-plugins_manager_manager__unix.go ├── docker-compose-cli ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── go-modules.mk └── patches │ └── patch-github.com_docker_docker_v20.10.5_incompatible_pkg_system_rm.go ├── docker-compose ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── docker-machine ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-drivers_virtualbox_virtualbox__netbsd.go │ └── patch-libmachine_crashreport_os__netbsd.go ├── doctest ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── docviewer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dokuwiki ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── apache.conf.dist │ └── dokuser └── patches │ ├── patch-conf_acl.auth.php.dist │ ├── patch-conf_dokuwiki.php │ └── patch-conf_local.php.dist ├── dolfin ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-dolfin_adaptivity_ErrorControl.h │ ├── patch-dolfin_fem_LinearVariationalProblem.h │ ├── patch-dolfin_io_HDF5Interface.h │ └── patch-utils_scripts_notinuse ├── doomlegacy-snapshot ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── INSTALL.pkgsrc │ ├── doomlegacy.6.in │ └── doomlegacy.sh └── patches │ ├── patch-src_am__map.c │ └── patch-src_z__zone.c ├── doorman ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── dosbox-svn ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_Makefile.am │ └── patch-src_dosbox.cpp ├── dosemu2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_arch_netbsd_Makefile.main │ ├── patch-src_arch_netbsd_async_Makefile │ ├── patch-src_arch_netbsd_async_backtrace-symbols.c │ ├── patch-src_arch_netbsd_async_debug.c │ ├── patch-src_arch_netbsd_async_debug.h │ ├── patch-src_arch_netbsd_async_signal.c │ ├── patch-src_arch_netbsd_async_sigsegv.c │ ├── patch-src_arch_netbsd_mapping_Makefile │ ├── patch-src_arch_netbsd_mapping_mapfile.c │ ├── patch-src_arch_netbsd_mapping_mapfile.d │ ├── patch-src_arch_netbsd_mapping_mapfile.o │ ├── patch-src_arch_netbsd_mapping_mapping.c │ ├── patch-src_arch_netbsd_mapping_mapping.d │ ├── patch-src_arch_netbsd_mapping_mapshm.c │ ├── patch-src_arch_netbsd_mapping_mapshm.d │ ├── patch-src_arch_netbsd_mcontext_386-ucontext.h │ ├── patch-src_arch_netbsd_mcontext_COPYRIGHT │ ├── patch-src_arch_netbsd_mcontext_Makefile │ ├── patch-src_arch_netbsd_mcontext_amd64-ucontext.h │ ├── patch-src_arch_netbsd_mcontext_asm.S │ ├── patch-src_arch_netbsd_mcontext_asm.d │ ├── patch-src_arch_netbsd_mcontext_asm.o │ ├── patch-src_arch_netbsd_mcontext_context.c │ ├── patch-src_arch_netbsd_mcontext_context.d │ ├── patch-src_arch_netbsd_mcontext_context.o │ ├── patch-src_arch_netbsd_mcontext_mcontext.h │ ├── patch-src_base_dev_misc_timers.c │ ├── patch-src_base_kbd__unicode_getfd.c │ ├── patch-src_base_kbd__unicode_keyb__raw.c │ ├── patch-src_base_kbd__unicode_keymaps.c │ ├── patch-src_base_misc_libpcl_Makefile │ └── patch-src_include_debug.h ├── dotproject ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── recommended-patches │ ├── http.conf.patch │ ├── my.conf.patch │ └── php.ini.patch ├── dovecot-antispam ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ag ├── dovecot2-fts-xapian ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── downtimed ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── files │ └── downtimed.sh ├── doxx ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk ├── distinfo └── patches │ └── patch-.._vendor_lzma-sys-0.1.20_xz-5.2_src_common_mythread.h ├── doxy2man ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dpic ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── dragbox-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── driftctl ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── drist ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── dropbox ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── drow ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile.in │ └── patch-drow.c ├── drumpiler ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ds2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dscan ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dsniff-nox11 ├── DESCR ├── Makefile └── PLIST ├── dsniff ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile.in │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-ba │ ├── patch-bb │ ├── patch-bc │ ├── patch-bd │ ├── patch-be │ ├── patch-bf │ ├── patch-bg │ ├── patch-bh │ ├── patch-bi │ ├── patch-bj │ ├── patch-bk │ ├── patch-bl │ ├── patch-sshmitm.c │ └── patch-webmitm.c ├── dstp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── duali-data ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dub ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── duc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── duf ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── filesystems_netbsd.go │ └── mounts_netbsd.go └── go-modules.mk ├── dumb ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ └── patch-ad ├── dune-common ├── DESCR ├── Makefile ├── Makefile.common ├── Makefile.version ├── PLIST ├── buildlink3.mk └── distinfo ├── dune-geometry ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── dune-istl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dunst-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-src_input.c │ ├── patch-src_x11_x.c │ └── patch-test_utils.c ├── duplo ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Duplo.cpp ├── dvbsnoop ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── dvegas ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── dwarf_fortress ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-df ├── dwb-gtk2-git ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo └── patches │ ├── patch-config.mk │ ├── patch-dwbem_Makefile │ ├── patch-dwbem_dwbem.c │ ├── patch-dwbremote_Makefile │ ├── patch-exar_Makefile │ ├── patch-src_Makefile │ ├── patch-src_application.c │ ├── patch-src_config.mk │ ├── patch-src_secret.h │ ├── patch-src_session.c │ ├── patch-src_util_Makefile │ ├── patch-src_util_mktlds-header.c │ └── patch-version.mk ├── dwb-gtk2 ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo └── patches │ ├── patch-config.mk │ ├── patch-dwbem_Makefile │ ├── patch-dwbem_dwbem.c │ ├── patch-dwbremote_Makefile │ ├── patch-exar_Makefile │ ├── patch-src_Makefile │ ├── patch-src_application.c │ ├── patch-src_config.mk │ ├── patch-src_session.c │ ├── patch-src_util_Makefile │ ├── patch-src_util_mktlds-header.c │ └── patch-version.mk ├── dwb-gtk3-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-config.mk │ ├── patch-dwbem_Makefile │ ├── patch-dwbem_dwbem.c │ ├── patch-dwbremote_Makefile │ ├── patch-exar_Makefile │ ├── patch-src_Makefile │ ├── patch-src_application.c │ ├── patch-src_config.mk │ ├── patch-src_session.c │ ├── patch-src_util_Makefile │ ├── patch-src_util_mktlds-header.c │ └── patch-version.mk ├── dwb-gtk3 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-config.mk │ ├── patch-dwbem_Makefile │ ├── patch-dwbem_dwbem.c │ ├── patch-dwbremote_Makefile │ ├── patch-exar_Makefile │ ├── patch-src_Makefile │ ├── patch-src_application.c │ ├── patch-src_config.mk │ ├── patch-src_session.c │ ├── patch-src_util_Makefile │ ├── patch-src_util_mktlds-header.c │ └── patch-version.mk ├── dwepcrack ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ae ├── dwm-git ├── DESCR ├── Makefile ├── PLIST └── options.mk ├── dxmake ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── dzen-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-config.mk │ └── patch-gadgets-config.mk ├── dzen2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── e00pg ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── easymesh ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── eboard-extras ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ecasound ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── ecb ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── eciadsl-usermode ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ └── patch-am ├── eclipse ├── DESCR ├── MESSAGE.Linux ├── Makefile ├── PLIST ├── distinfo └── files │ └── eclipse ├── ecrire ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── edb-debugger-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-include_os_unix_OSTypes.h │ ├── patch-include_os_unix_netbsd_linker.h │ ├── patch-plugins_Analyzer_Analyzer.cpp │ ├── patch-plugins_Assembler_DialogAssembler.cpp │ ├── patch-plugins_DebuggerCore_CMakeLists.txt │ ├── patch-plugins_DebuggerCore_unix_netbsd_DebuggerCore.cpp │ ├── patch-plugins_DebuggerCore_unix_netbsd_DebuggerCore.h │ ├── patch-plugins_DebuggerCore_unix_netbsd_DialogMemoryAccess.cpp │ ├── patch-plugins_DebuggerCore_unix_netbsd_DialogMemoryAccess.h │ ├── patch-plugins_DebuggerCore_unix_netbsd_DialogMemoryAccess.ui │ ├── patch-plugins_DebuggerCore_unix_netbsd_FeatureDetect.cpp │ ├── patch-plugins_DebuggerCore_unix_netbsd_FeatureDetect.h │ ├── patch-plugins_DebuggerCore_unix_netbsd_PlatformCommon.cpp │ ├── patch-plugins_DebuggerCore_unix_netbsd_PlatformCommon.h │ ├── patch-plugins_DebuggerCore_unix_netbsd_PlatformEvent.cpp │ ├── patch-plugins_DebuggerCore_unix_netbsd_PlatformEvent.h │ ├── patch-plugins_DebuggerCore_unix_netbsd_PlatformProcess.cpp │ ├── patch-plugins_DebuggerCore_unix_netbsd_PlatformProcess.h │ ├── patch-plugins_DebuggerCore_unix_netbsd_PlatformRegion.cpp │ ├── patch-plugins_DebuggerCore_unix_netbsd_PlatformRegion.h │ ├── patch-plugins_DebuggerCore_unix_netbsd_PlatformState.cpp │ ├── patch-plugins_DebuggerCore_unix_netbsd_PlatformState.h │ ├── patch-plugins_DebuggerCore_unix_netbsd_PlatformThread.cpp │ ├── patch-plugins_DebuggerCore_unix_netbsd_PlatformThread.h │ ├── patch-plugins_HeapAnalyzer_DialogHeap.cpp │ ├── patch-plugins_ProcessProperties_DialogProcessProperties.cpp │ ├── patch-src_Debugger.cpp │ ├── patch-src_Debugger.h │ ├── patch-src_DialogInputValue.cpp │ └── patch-src_edb.cpp ├── edb-debugger ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── edbrowse ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── ede21 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Jamrules │ ├── patch-configure │ └── patch-ede-desktop_Wallpaper.cpp ├── edelib21 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-configure │ ├── patch-src_IconChooser.cpp │ ├── patch-src_MenuItem.cpp │ ├── patch-src_WindowUtils.cpp │ └── patch-src_ts_scheme.c ├── edencommon ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── edid-decode ├── DESCR ├── Makefile └── PLIST ├── editorconfig-checker ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── eduke32 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-gnumakefile │ └── patch-mmulti.cpp ├── efgallery ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── noscript.css │ ├── overview.css │ ├── overview.html │ ├── overview.js │ └── overview.png ├── efibootmgr ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-src_efi.c ├── efl ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-src_lib_ecore_Ecore.h │ ├── patch-src_lib_ecore_Efl__Core.h │ ├── patch-src_lib_ecore_ecore__exe__posix.c │ ├── patch-src_lib_ecore_efl__core__proc__env.c │ ├── patch-src_lib_ecore_efl__exe.c │ ├── patch-src_lib_eina_eina__file__posix.c │ └── patch-src_lib_elementary_Efl__Ui.h ├── efltk ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-src_images_Fl__Png.cpp ├── eic ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── eiskaltdcpp ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── ekermit ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-main.c │ └── patch-unixio.c ├── eksctl ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── electricsheep-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── electricsheep ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── electron34 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk ├── patches │ ├── patch-.gitignore │ ├── patch-.gn │ ├── patch-AUTHORS │ ├── patch-BUILD.gn │ ├── patch-apps_ui_views_app__window__frame__view.cc │ ├── patch-ash_display_mirror__window__controller.cc │ ├── patch-base_BUILD.gn │ ├── patch-base_allocator_dispatcher_tls.h │ ├── patch-base_allocator_partition__allocator_partition__alloc.gni │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_BUILD.gn │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_address__space__randomization.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__constants.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_stack__trace__posix.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_rand__util__posix.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__internal__posix.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__posix.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_spinning__mutex.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_stack_stack.cc │ ├── patch-base_allocator_partition__allocator_src_partition__alloc_thread__isolation_pkey.cc │ ├── patch-base_atomicops.h │ ├── patch-base_base__paths__posix.cc │ ├── patch-base_compiler__specific.h │ ├── patch-base_debug_debugger__posix.cc │ ├── patch-base_debug_elf__reader.cc │ ├── patch-base_debug_proc__maps__linux.cc │ ├── patch-base_debug_stack__trace.cc │ ├── patch-base_debug_stack__trace__posix.cc │ ├── patch-base_enterprise__util__mac.mm │ ├── patch-base_files_dir__reader__linux.h │ ├── patch-base_files_dir__reader__posix.h │ ├── patch-base_files_drive__info.h │ ├── patch-base_files_drive__info__posix.cc │ ├── patch-base_files_file__path__watcher.h │ ├── patch-base_files_file__path__watcher__bsd.cc │ ├── patch-base_files_file__path__watcher__kqueue.cc │ ├── patch-base_files_file__path__watcher__kqueue.h │ ├── patch-base_files_file__path__watcher__unittest.cc │ ├── patch-base_files_file__util__posix.cc │ ├── patch-base_files_file__util__unittest.cc │ ├── patch-base_files_important__file__writer__cleaner.cc │ ├── patch-base_files_scoped__file.cc │ ├── patch-base_functional_callback__helpers.h │ ├── patch-base_functional_unretained__traits.h │ ├── patch-base_i18n_icu__util.cc │ ├── patch-base_linux__util.cc │ ├── patch-base_logging__unittest.cc │ ├── patch-base_memory_discardable__memory.cc │ ├── patch-base_memory_discardable__memory__internal.h │ ├── patch-base_memory_madv__free__discardable__memory__posix.cc │ ├── patch-base_memory_platform__shared__memory__region.h │ ├── patch-base_memory_platform__shared__memory__region__posix.cc │ ├── patch-base_memory_protected__memory.h │ ├── patch-base_memory_protected__memory__posix.cc │ ├── patch-base_message__loop_message__pump__epoll.cc │ ├── patch-base_message__loop_message__pump__epoll.h │ ├── patch-base_message__loop_message__pump__glib.cc │ ├── patch-base_native__library__posix.cc │ ├── patch-base_native__library__unittest.cc │ ├── patch-base_posix_can__lower__nice__to.cc │ ├── patch-base_posix_file__descriptor__shuffle.h │ ├── patch-base_posix_sysctl.cc │ ├── patch-base_posix_unix__domain__socket.cc │ ├── patch-base_posix_unix__domain__socket__unittest.cc │ ├── patch-base_process_internal__linux.h │ ├── patch-base_process_kill.h │ ├── patch-base_process_kill__posix.cc │ ├── patch-base_process_launch.h │ ├── patch-base_process_launch__mac.cc │ ├── patch-base_process_launch__posix.cc │ ├── patch-base_process_memory__linux.cc │ ├── patch-base_process_process__handle.cc │ ├── patch-base_process_process__handle.h │ ├── patch-base_process_process__handle__freebsd.cc │ ├── patch-base_process_process__handle__netbsd.cc │ ├── patch-base_process_process__handle__openbsd.cc │ ├── patch-base_process_process__info__mac.cc │ ├── patch-base_process_process__iterator.h │ ├── patch-base_process_process__iterator__freebsd.cc │ ├── patch-base_process_process__iterator__netbsd.cc │ ├── patch-base_process_process__iterator__openbsd.cc │ ├── patch-base_process_process__metrics.cc │ ├── patch-base_process_process__metrics.h │ ├── patch-base_process_process__metrics__freebsd.cc │ ├── patch-base_process_process__metrics__netbsd.cc │ ├── patch-base_process_process__metrics__openbsd.cc │ ├── patch-base_process_process__metrics__posix.cc │ ├── patch-base_process_process__metrics__unittest.cc │ ├── patch-base_process_process__posix.cc │ ├── patch-base_process_process__unittest.cc │ ├── patch-base_profiler_module__cache.cc │ ├── patch-base_profiler_sampling__profiler__thread__token.cc │ ├── patch-base_profiler_sampling__profiler__thread__token.h │ ├── patch-base_profiler_stack__base__address__posix.cc │ ├── patch-base_profiler_stack__sampling__profiler__test__util.cc │ ├── patch-base_profiler_stack__sampling__profiler__unittest.cc │ ├── patch-base_profiler_thread__delegate__posix.cc │ ├── patch-base_rand__util.h │ ├── patch-base_rand__util__posix.cc │ ├── patch-base_strings_safe__sprintf__unittest.cc │ ├── patch-base_synchronization_lock__impl.h │ ├── patch-base_syslog__logging.cc │ ├── patch-base_system_sys__info.cc │ ├── patch-base_system_sys__info.h │ ├── patch-base_system_sys__info__freebsd.cc │ ├── patch-base_system_sys__info__netbsd.cc │ ├── patch-base_system_sys__info__openbsd.cc │ ├── patch-base_system_sys__info__posix.cc │ ├── patch-base_system_sys__info__unittest.cc │ ├── patch-base_task_thread__pool_environment__config__unittest.cc │ ├── patch-base_test_launcher_test__launcher.cc │ ├── patch-base_test_test__file__util__linux.cc │ ├── patch-base_test_test__file__util__posix.cc │ ├── patch-base_threading_platform__thread.h │ ├── patch-base_threading_platform__thread__bsd.cc │ ├── patch-base_threading_platform__thread__internal__posix.cc │ ├── patch-base_threading_platform__thread__posix.cc │ ├── patch-base_threading_platform__thread__unittest.cc │ ├── patch-base_threading_thread__restrictions.h │ ├── patch-base_time_time__now__posix.cc │ ├── patch-base_trace__event_builtin__categories.h │ ├── patch-base_trace__event_malloc__dump__provider.cc │ ├── patch-base_trace__event_memory__dump__manager.cc │ ├── patch-base_trace__event_process__memory__dump.cc │ ├── patch-base_tracing_trace__time.cc │ ├── patch-base_tracing_trace__time.h │ ├── patch-base_version__info_version__info.h │ ├── patch-base_win_shortcut.cc │ ├── patch-base_win_win__util.h │ ├── patch-base_win_win__util__unittest.cc │ ├── patch-build_config_BUILD.gn │ ├── patch-build_config_BUILDCONFIG.gn │ ├── patch-build_config_clang_BUILD.gn │ ├── patch-build_config_compiler_BUILD.gn │ ├── patch-build_config_gcc_BUILD.gn │ ├── patch-build_config_linux_BUILD.gn │ ├── patch-build_config_linux_atk_BUILD.gn │ ├── patch-build_config_linux_atspi2_BUILD.gn │ ├── patch-build_config_linux_gtk_BUILD.gn │ ├── patch-build_config_linux_libdrm_BUILD.gn │ ├── patch-build_config_linux_pkg-config.py │ ├── patch-build_config_ozone.gni │ ├── patch-build_config_rust.gni │ ├── patch-build_config_v8__target__cpu.gni │ ├── patch-build_detect__host__arch.py │ ├── patch-build_gn__run__binary.py │ ├── patch-build_linux_chrome.map │ ├── patch-build_linux_strip__binary.py │ ├── patch-build_linux_unbundle_icu.gn │ ├── patch-build_linux_unbundle_libevent.gn │ ├── patch-build_linux_unbundle_libusb.gn │ ├── patch-build_rust_allocator_BUILD.gn │ ├── patch-build_rust_allocator_DEPS │ ├── patch-build_rust_allocator_alias.cc │ ├── patch-build_rust_allocator_alias.h │ ├── patch-build_rust_allocator_alloc__error__handler__impl.cc │ ├── patch-build_rust_allocator_alloc__error__handler__impl.h │ ├── patch-build_rust_allocator_allocator__impls.cc │ ├── patch-build_rust_allocator_allocator__impls.h │ ├── patch-build_rust_allocator_allocator__impls__ffi.rs │ ├── patch-build_rust_allocator_compiler__specific.h │ ├── patch-build_rust_allocator_immediate__crash.h │ ├── patch-build_rust_allocator_lib.rs │ ├── patch-build_rust_cargo__crate.gni │ ├── patch-build_rust_rust__bindgen.gni │ ├── patch-build_rust_rust__bindgen__generator.gni │ ├── patch-build_rust_rust__macro.gni │ ├── patch-build_rust_rust__target.gni │ ├── patch-build_rust_std_BUILD.gn │ ├── patch-build_toolchain_freebsd_BUILD.gn │ ├── patch-build_toolchain_gcc__solink__wrapper.py │ ├── patch-build_toolchain_gcc__toolchain.gni │ ├── patch-build_toolchain_netbsd_BUILD.gn │ ├── patch-build_toolchain_openbsd_BUILD.gn │ ├── patch-build_toolchain_toolchain.gni │ ├── patch-build_toolchain_win_rc_rc.py │ ├── patch-buildtools_reclient__cfgs_.gitignore │ ├── patch-buildtools_reclient__cfgs_configure__reclient__cfgs.py │ ├── patch-buildtools_reclient__cfgs_nacl_rewrapper__linux.cfg │ ├── patch-buildtools_third__party_libc++_BUILD.gn │ ├── patch-buildtools_third__party_libc++_____config__site │ ├── patch-buildtools_third__party_libc++abi_BUILD.gn │ ├── patch-cc_base_features.cc │ ├── patch-chrome_BUILD.gn │ ├── patch-chrome_app_chrome__command__ids.h │ ├── patch-chrome_app_chrome__main.cc │ ├── patch-chrome_app_chrome__main__delegate.cc │ ├── patch-chrome_browser_BUILD.gn │ ├── patch-chrome_browser_about__flags.cc │ ├── patch-chrome_browser_accessibility_page__colors.cc │ ├── patch-chrome_browser_after__startup__task__utils.cc │ ├── patch-chrome_browser_apps_app__service_publishers_extension__apps.cc │ ├── patch-chrome_browser_apps_platform__apps_platform__app__launch.cc │ ├── patch-chrome_browser_apps_platform__apps_platform__app__launch.h │ ├── patch-chrome_browser_autocomplete_chrome__autocomplete__scheme__classifier.cc │ ├── patch-chrome_browser_background_background__mode__manager.cc │ ├── patch-chrome_browser_background_background__mode__optimizer.cc │ ├── patch-chrome_browser_browser__features.cc │ ├── patch-chrome_browser_browser__features.h │ ├── patch-chrome_browser_browser__process__impl.cc │ ├── patch-chrome_browser_browser__process__impl.h │ ├── patch-chrome_browser_chrome__browser__field__trials.cc │ ├── patch-chrome_browser_chrome__browser__field__trials.h │ ├── patch-chrome_browser_chrome__browser__interface__binders.cc │ ├── patch-chrome_browser_chrome__browser__main.cc │ ├── patch-chrome_browser_chrome__browser__main__extra__parts__linux.cc │ ├── patch-chrome_browser_chrome__browser__main__extra__parts__ozone.cc │ ├── patch-chrome_browser_chrome__browser__main__linux.cc │ ├── patch-chrome_browser_chrome__browser__main__linux.h │ ├── patch-chrome_browser_chrome__browser__main__posix.cc │ ├── patch-chrome_browser_chrome__content__browser__client.cc │ ├── patch-chrome_browser_chrome__content__browser__client.h │ ├── patch-chrome_browser_component__updater_widevine__cdm__component__installer.cc │ ├── patch-chrome_browser_custom__handlers_chrome__protocol__handler__registry__delegate.cc │ ├── patch-chrome_browser_defaults.cc │ ├── patch-chrome_browser_device__identity_device__oauth2__token__service__factory.cc │ ├── patch-chrome_browser_diagnostics_diagnostics__writer.h │ ├── patch-chrome_browser_download_chrome__download__manager__delegate.cc │ ├── patch-chrome_browser_download_download__commands.cc │ ├── patch-chrome_browser_download_download__commands.h │ ├── patch-chrome_browser_download_download__file__picker.cc │ ├── patch-chrome_browser_download_download__item__model.cc │ ├── patch-chrome_browser_download_download__prefs.cc │ ├── patch-chrome_browser_download_download__prefs.h │ ├── patch-chrome_browser_enterprise_connectors_analysis_analysis__service__settings.cc │ ├── patch-chrome_browser_enterprise_connectors_common.cc │ ├── patch-chrome_browser_enterprise_connectors_connectors__service.cc │ ├── patch-chrome_browser_enterprise_connectors_device__trust_device__trust__connector__service__factory.cc │ ├── patch-chrome_browser_enterprise_connectors_device__trust_device__trust__service__factory.cc │ ├── patch-chrome_browser_enterprise_connectors_device__trust_key__management_browser_commands_key__rotation__command__factory.cc │ ├── patch-chrome_browser_enterprise_connectors_device__trust_key__management_core_persistence_key__persistence__delegate__factory.cc │ ├── patch-chrome_browser_enterprise_connectors_device__trust_signals_signals__service__factory.cc │ ├── patch-chrome_browser_enterprise_connectors_reporting_browser__crash__event__router.cc │ ├── patch-chrome_browser_enterprise_connectors_reporting_crash__reporting__context.cc │ ├── patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.cc │ ├── patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.h │ ├── patch-chrome_browser_enterprise_identifiers_profile__id__delegate__impl.cc │ ├── patch-chrome_browser_enterprise_profile__management_profile__management__navigation__throttle.cc │ ├── patch-chrome_browser_enterprise_remote__commands_cbcm__remote__commands__factory.cc │ ├── patch-chrome_browser_enterprise_signals_device__info__fetcher.cc │ ├── patch-chrome_browser_enterprise_signals_device__info__fetcher__linux.cc │ ├── patch-chrome_browser_enterprise_signin_enterprise__signin__service.h │ ├── patch-chrome_browser_enterprise_signin_interstitials_managed__profile__required__page.cc │ ├── patch-chrome_browser_extensions_BUILD.gn │ ├── patch-chrome_browser_extensions_api_api__browser__context__keyed__service__factories.cc │ ├── patch-chrome_browser_extensions_api_enterprise__reporting__private_chrome__desktop__report__request__helper.cc │ ├── patch-chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.cc │ ├── patch-chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.h │ ├── patch-chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.cc │ ├── patch-chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.h │ ├── patch-chrome_browser_extensions_api_image__writer__private_removable__storage__provider.cc │ ├── patch-chrome_browser_extensions_api_management_chrome__management__api__delegate.cc │ ├── patch-chrome_browser_extensions_api_messaging_launch__context__posix.cc │ ├── patch-chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc │ ├── patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc │ ├── patch-chrome_browser_extensions_api_settings__private_prefs__util.cc │ ├── patch-chrome_browser_extensions_api_tabs_tabs__api.cc │ ├── patch-chrome_browser_extensions_api_webrtc__logging__private_webrtc__logging__private__api.cc │ ├── patch-chrome_browser_extensions_api_webstore__private_webstore__private__api.cc │ ├── patch-chrome_browser_extensions_external__provider__impl.cc │ ├── patch-chrome_browser_extensions_global__shortcut__listener.cc │ ├── patch-chrome_browser_extensions_global__shortcut__listener.h │ ├── patch-chrome_browser_extensions_global__shortcut__listener__ozone.cc │ ├── patch-chrome_browser_extensions_global__shortcut__listener__ozone.h │ ├── patch-chrome_browser_extensions_global__shortcut__listener__win.cc │ ├── patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc │ ├── patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.h │ ├── patch-chrome_browser_first__run_first__run__dialog.h │ ├── patch-chrome_browser_first__run_first__run__internal.h │ ├── patch-chrome_browser_flag__descriptions.cc │ ├── patch-chrome_browser_flag__descriptions.h │ ├── patch-chrome_browser_gcm_gcm__profile__service__factory.cc │ ├── patch-chrome_browser_gcm_instance__id_instance__id__profile__service__factory.cc │ ├── patch-chrome_browser_global__features.cc │ ├── patch-chrome_browser_global__features.h │ ├── patch-chrome_browser_headless_headless__mode__util.cc │ ├── patch-chrome_browser_intranet__redirect__detector.h │ ├── patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc │ ├── patch-chrome_browser_media__galleries_media__file__system__registry.cc │ ├── patch-chrome_browser_media_audio__service__util.cc │ ├── patch-chrome_browser_media_offscreen__tab.cc │ ├── patch-chrome_browser_media_offscreen__tab.h │ ├── patch-chrome_browser_media_router_discovery_BUILD.gn │ ├── patch-chrome_browser_media_router_discovery_discovery__network__list__posix.cc │ ├── patch-chrome_browser_media_router_discovery_discovery__network__list__wifi__linux.cc │ ├── patch-chrome_browser_media_webrtc_chrome__screen__enumerator.cc │ ├── patch-chrome_browser_media_webrtc_chrome__screen__enumerator.h │ ├── patch-chrome_browser_media_webrtc_desktop__media__list.h │ ├── patch-chrome_browser_media_webrtc_desktop__media__list__base.cc │ ├── patch-chrome_browser_media_webrtc_desktop__media__list__base.h │ ├── patch-chrome_browser_media_webrtc_desktop__media__picker__controller.cc │ ├── patch-chrome_browser_media_webrtc_fake__desktop__media__list.cc │ ├── patch-chrome_browser_media_webrtc_fake__desktop__media__list.h │ ├── patch-chrome_browser_media_webrtc_native__desktop__media__list.cc │ ├── patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc │ ├── patch-chrome_browser_media_webrtc_webrtc__logging__controller.cc │ ├── patch-chrome_browser_media_webrtc_webrtc__logging__controller.h │ ├── patch-chrome_browser_memory__details.cc │ ├── patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc │ ├── patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.h │ ├── patch-chrome_browser_metrics_chrome__metrics__service__client.cc │ ├── patch-chrome_browser_metrics_perf_cpu__identity.cc │ ├── patch-chrome_browser_metrics_power_process__metrics__recorder__util.cc │ ├── patch-chrome_browser_metrics_power_process__monitor.cc │ ├── patch-chrome_browser_metrics_power_process__monitor.h │ ├── patch-chrome_browser_net_profile__network__context__service.cc │ ├── patch-chrome_browser_net_proxy__config__monitor.cc │ ├── patch-chrome_browser_net_proxy__config__monitor.h │ ├── patch-chrome_browser_net_system__network__context__manager.cc │ ├── patch-chrome_browser_net_system__network__context__manager.h │ ├── patch-chrome_browser_new__tab__page_modules_file__suggestion_drive__service.cc │ ├── patch-chrome_browser_new__tab__page_new__tab__page__util.cc │ ├── patch-chrome_browser_notifications_notification__display__service__impl.cc │ ├── patch-chrome_browser_notifications_notification__platform__bridge__delegator.cc │ ├── patch-chrome_browser_notifications_platform__notification__service__impl.cc │ ├── patch-chrome_browser_notifications_platform__notification__service__impl.h │ ├── patch-chrome_browser_password__manager_chrome__password__manager__client.cc │ ├── patch-chrome_browser_password__manager_password__reuse__manager__factory.cc │ ├── patch-chrome_browser_pdf_chrome__pdf__stream__delegate.cc │ ├── patch-chrome_browser_picture__in__picture_picture__in__picture__window__manager.cc │ ├── patch-chrome_browser_platform__util__linux.cc │ ├── patch-chrome_browser_plugins_plugin__response__interceptor__url__loader__throttle.cc │ ├── patch-chrome_browser_policy_browser__signin__policy__handler.cc │ ├── patch-chrome_browser_policy_chrome__browser__cloud__management__controller__desktop.cc │ ├── patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc │ ├── patch-chrome_browser_policy_device__management__service__configuration.cc │ ├── patch-chrome_browser_policy_policy__value__and__status__aggregator.cc │ ├── patch-chrome_browser_predictors_preconnect__manager.cc │ ├── patch-chrome_browser_predictors_preconnect__manager.h │ ├── patch-chrome_browser_prefs_browser__prefs.cc │ ├── patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc │ ├── patch-chrome_browser_printing_print__backend__service__manager.cc │ ├── patch-chrome_browser_printing_print__job.cc │ ├── patch-chrome_browser_printing_print__view__manager__base.cc │ ├── patch-chrome_browser_printing_print__view__manager__base.h │ ├── patch-chrome_browser_printing_printer__query.cc │ ├── patch-chrome_browser_process__singleton.h │ ├── patch-chrome_browser_process__singleton__posix.cc │ ├── patch-chrome_browser_process__singleton__win.cc │ ├── patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc │ ├── patch-chrome_browser_profiles_profile__impl.cc │ ├── patch-chrome_browser_profiles_profile__keyed__service__factory.cc │ ├── patch-chrome_browser_profiles_profile__selections.cc │ ├── patch-chrome_browser_profiles_profiles__state.cc │ ├── patch-chrome_browser_renderer__preferences__util.cc │ ├── patch-chrome_browser_resources_pdf_pdf__viewer.ts │ ├── patch-chrome_browser_resources_settings_autofill__page_passwords__shared.css │ ├── patch-chrome_browser_resources_signin_signin__shared.css │ ├── patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc │ ├── patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc │ ├── patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc │ ├── patch-chrome_browser_safe__browsing_safe__browsing__service.cc │ ├── patch-chrome_browser_screen__ai_screen__ai__install__state.cc │ ├── patch-chrome_browser_screen__ai_screen__ai__service__router.cc │ ├── patch-chrome_browser_send__tab__to__self_receiving__ui__handler__registry.cc │ ├── patch-chrome_browser_send__tab__to__self_send__tab__to__self__client__service.cc │ ├── patch-chrome_browser_sessions_session__restore.cc │ ├── patch-chrome_browser_sharing_sharing__handler__registry__impl.cc │ ├── patch-chrome_browser_shortcuts_icon__badging.cc │ ├── patch-chrome_browser_signin_accounts__policy__manager.cc │ ├── patch-chrome_browser_signin_accounts__policy__manager.h │ ├── patch-chrome_browser_signin_signin__util.cc │ ├── patch-chrome_browser_spellchecker_spellcheck__hunspell__dictionary.cc │ ├── patch-chrome_browser_spellchecker_spellcheck__hunspell__dictionary.h │ ├── patch-chrome_browser_spellchecker_spellcheck__service.cc │ ├── patch-chrome_browser_spellchecker_spellcheck__service.h │ ├── patch-chrome_browser_supervised__user_classify__url__navigation__throttle.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__browser__utils.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__browser__utils.h │ ├── patch-chrome_browser_supervised__user_supervised__user__extensions__delegate__impl.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__extensions__manager.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h │ ├── patch-chrome_browser_supervised__user_supervised__user__google__auth__navigation__throttle.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__metrics__service__factory.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__navigation__observer.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__navigation__throttle.cc │ ├── patch-chrome_browser_supervised__user_supervised__user__navigation__throttle.h │ ├── patch-chrome_browser_sync_chrome__sync__controller__builder.cc │ ├── patch-chrome_browser_sync_device__info__sync__client__impl.cc │ ├── patch-chrome_browser_sync_sync__service__factory.cc │ ├── patch-chrome_browser_tab__group__sync_tab__group__sync__service__factory.cc │ ├── patch-chrome_browser_task__manager_sampling_task__group.cc │ ├── patch-chrome_browser_task__manager_sampling_task__group.h │ ├── patch-chrome_browser_task__manager_sampling_task__group__sampler.cc │ ├── patch-chrome_browser_task__manager_sampling_task__group__sampler.h │ ├── patch-chrome_browser_task__manager_sampling_task__manager__impl.cc │ ├── patch-chrome_browser_task__manager_task__manager__observer.h │ ├── patch-chrome_browser_themes_theme__helper.cc │ ├── patch-chrome_browser_themes_theme__service.cc │ ├── patch-chrome_browser_themes_theme__service__aura__linux.cc │ ├── patch-chrome_browser_themes_theme__service__factory.cc │ ├── patch-chrome_browser_ui_actions_chrome__action__id.h │ ├── patch-chrome_browser_ui_ash_keyboard_chrome__keyboard__web__contents.cc │ ├── patch-chrome_browser_ui_ash_web__view_ash__web__view__impl.cc │ ├── patch-chrome_browser_ui_ash_web__view_ash__web__view__impl.h │ ├── patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.cc │ ├── patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.h │ ├── patch-chrome_browser_ui_browser.cc │ ├── patch-chrome_browser_ui_browser.h │ ├── patch-chrome_browser_ui_browser__command__controller.cc │ ├── patch-chrome_browser_ui_browser__commands.cc │ ├── patch-chrome_browser_ui_browser__ui__prefs.cc │ ├── patch-chrome_browser_ui_browser__view__prefs.cc │ ├── patch-chrome_browser_ui_chrome__pages.cc │ ├── patch-chrome_browser_ui_chrome__pages.h │ ├── patch-chrome_browser_ui_color_BUILD.gn │ ├── patch-chrome_browser_ui_color_native__chrome__color__mixer.cc │ ├── patch-chrome_browser_ui_exclusive__access_fullscreen__controller.cc │ ├── patch-chrome_browser_ui_exclusive__access_fullscreen__controller.h │ ├── patch-chrome_browser_ui_managed__ui.cc │ ├── patch-chrome_browser_ui_media__router_presentation__receiver__window__controller.cc │ ├── patch-chrome_browser_ui_media__router_presentation__receiver__window__controller.h │ ├── patch-chrome_browser_ui_omnibox_omnibox__pedal__implementations.cc │ ├── patch-chrome_browser_ui_passwords_bubble__controllers_relaunch__chrome__bubble__controller.cc │ ├── patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc │ ├── patch-chrome_browser_ui_sad__tab.cc │ ├── patch-chrome_browser_ui_sharing__hub_sharing__hub__bubble__controller.h │ ├── patch-chrome_browser_ui_signin_signin__view__controller.cc │ ├── patch-chrome_browser_ui_signin_signin__view__controller__delegate.h │ ├── patch-chrome_browser_ui_startup_bad__flags__prompt.cc │ ├── patch-chrome_browser_ui_startup_startup__browser__creator.cc │ ├── patch-chrome_browser_ui_startup_startup__browser__creator__impl.cc │ ├── patch-chrome_browser_ui_startup_startup__tab__provider.cc │ ├── patch-chrome_browser_ui_tab__helpers.cc │ ├── patch-chrome_browser_ui_tabs_features.cc │ ├── patch-chrome_browser_ui_tabs_tab__strip__prefs.cc │ ├── patch-chrome_browser_ui_task__manager_task__manager__columns.h │ ├── patch-chrome_browser_ui_task__manager_task__manager__table__model.cc │ ├── patch-chrome_browser_ui_test_popup__browsertest.cc │ ├── patch-chrome_browser_ui_test_test__browser__ui.cc │ ├── patch-chrome_browser_ui_ui__features.cc │ ├── patch-chrome_browser_ui_ui__features.h │ ├── patch-chrome_browser_ui_views_accelerator__table.cc │ ├── patch-chrome_browser_ui_views_apps_chrome__native__app__window__views__aura.cc │ ├── patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc │ ├── patch-chrome_browser_ui_views_chrome__views__delegate.h │ ├── patch-chrome_browser_ui_views_chrome__views__delegate__linux.cc │ ├── patch-chrome_browser_ui_views_compose_compose__dialog__view.cc │ ├── patch-chrome_browser_ui_views_frame_browser__frame.cc │ ├── patch-chrome_browser_ui_views_frame_browser__frame.h │ ├── patch-chrome_browser_ui_views_frame_browser__frame__view__layout__linux.cc │ ├── patch-chrome_browser_ui_views_frame_browser__frame__view__layout__linux__native.cc │ ├── patch-chrome_browser_ui_views_frame_browser__frame__view__linux.cc │ ├── patch-chrome_browser_ui_views_frame_browser__non__client__frame__view__factory__views.cc │ ├── patch-chrome_browser_ui_views_frame_browser__view.cc │ ├── patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc │ ├── patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.h │ ├── patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout__delegate.h │ ├── patch-chrome_browser_ui_views_frame_picture__in__picture__browser__frame__view.cc │ ├── patch-chrome_browser_ui_views_frame_picture__in__picture__browser__frame__view.h │ ├── patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc │ ├── patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc │ ├── patch-chrome_browser_ui_views_frame_tab__strip__region__view.cc │ ├── patch-chrome_browser_ui_views_hats_hats__next__web__dialog.cc │ ├── patch-chrome_browser_ui_views_hung__renderer__view.cc │ ├── patch-chrome_browser_ui_views_omnibox_omnibox__view__views.cc │ ├── patch-chrome_browser_ui_views_overlay_close__image__button.cc │ ├── patch-chrome_browser_ui_views_overlay_video__overlay__window__views.cc │ ├── patch-chrome_browser_ui_views_passwords_password__bubble__view__base.cc │ ├── patch-chrome_browser_ui_views_profiles_profile__menu__view.cc │ ├── patch-chrome_browser_ui_views_profiles_profile__menu__view__base.cc │ ├── patch-chrome_browser_ui_views_profiles_profile__picker__view.cc │ ├── patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.cc │ ├── patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.h │ ├── patch-chrome_browser_ui_views_tabs_tab.cc │ ├── patch-chrome_browser_ui_views_tabs_tab__close__button.cc │ ├── patch-chrome_browser_ui_views_tabs_tab__close__button.h │ ├── patch-chrome_browser_ui_views_tabs_tab__drag__controller.cc │ ├── patch-chrome_browser_ui_views_tabs_tab__hover__card__bubble__view.cc │ ├── patch-chrome_browser_ui_views_tabs_tab__style__views.cc │ ├── patch-chrome_browser_ui_views_toolbar_toolbar__button.cc │ ├── patch-chrome_browser_ui_views_toolbar_toolbar__button.h │ ├── patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc │ ├── patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc │ ├── patch-chrome_browser_ui_web__applications_web__app__dialogs.h │ ├── patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc │ ├── patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h │ ├── patch-chrome_browser_ui_webui_about_about__ui.cc │ ├── patch-chrome_browser_ui_webui_about_about__ui.h │ ├── patch-chrome_browser_ui_webui_accessibility_accessibility__ui.cc │ ├── patch-chrome_browser_ui_webui_accessibility_accessibility__ui.h │ ├── patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc │ ├── patch-chrome_browser_ui_webui_app__home_app__home__page__handler.h │ ├── patch-chrome_browser_ui_webui_app__settings_web__app__settings__ui.h │ ├── patch-chrome_browser_ui_webui_certificate__manager_certificate__manager__handler.cc │ ├── patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc │ ├── patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.h │ ├── patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc │ ├── patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc │ ├── patch-chrome_browser_ui_webui_connectors__internals_device__trust__utils.cc │ ├── patch-chrome_browser_ui_webui_internals_user__education_user__education__internals__page__handler__impl.cc │ ├── patch-chrome_browser_ui_webui_interstitials_interstitial__ui.cc │ ├── patch-chrome_browser_ui_webui_management_management__ui.cc │ ├── patch-chrome_browser_ui_webui_management_management__ui__constants.cc │ ├── patch-chrome_browser_ui_webui_management_management__ui__constants.h │ ├── patch-chrome_browser_ui_webui_management_management__ui__handler.cc │ ├── patch-chrome_browser_ui_webui_management_management__ui__handler.h │ ├── patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.cc │ ├── patch-chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc │ ├── patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc │ ├── patch-chrome_browser_ui_webui_settings_appearance__handler.cc │ ├── patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc │ ├── patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc │ ├── patch-chrome_browser_ui_window__sizer_window__sizer.cc │ ├── patch-chrome_browser_usb_usb__chooser__controller.cc │ ├── patch-chrome_browser_usb_usb__chooser__controller.h │ ├── patch-chrome_browser_visited__url__ranking_visited__url__ranking__service__factory.cc │ ├── patch-chrome_browser_web__applications_commands_launch__web__app__command.cc │ ├── patch-chrome_browser_web__applications_commands_set__user__display__mode__command.cc │ ├── patch-chrome_browser_web__applications_extension__status__utils.h │ ├── patch-chrome_browser_web__applications_extensions_extension__status__utils.cc │ ├── patch-chrome_browser_web__applications_os__integration_os__integration__manager.cc │ ├── patch-chrome_browser_web__applications_os__integration_os__integration__test__override.h │ ├── patch-chrome_browser_web__applications_os__integration_run__on__os__login__sub__manager.cc │ ├── patch-chrome_browser_web__applications_os__integration_shortcut__sub__manager.cc │ ├── patch-chrome_browser_web__applications_os__integration_web__app__file__handler__registration.h │ ├── patch-chrome_browser_web__applications_os__integration_web__app__shortcut.cc │ ├── patch-chrome_browser_web__applications_os__integration_web__app__shortcut.h │ ├── patch-chrome_browser_web__applications_policy_web__app__policy__manager.cc │ ├── patch-chrome_browser_web__applications_test_os__integration__test__override__impl.cc │ ├── patch-chrome_browser_web__applications_test_os__integration__test__override__impl.h │ ├── patch-chrome_browser_web__applications_web__app__helpers.cc │ ├── patch-chrome_browser_web__applications_web__app__install__info.h │ ├── patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc │ ├── patch-chrome_browser_webauthn_enclave__manager.cc │ ├── patch-chrome_browser_webauthn_gpm__user__verification__policy.cc │ ├── patch-chrome_browser_webauthn_unexportable__key__utils.cc │ ├── patch-chrome_browser_win_chrome__process__finder.cc │ ├── patch-chrome_browser_win_chrome__process__finder.h │ ├── patch-chrome_browser_win_titlebar__config.cc │ ├── patch-chrome_common_channel__info.h │ ├── patch-chrome_common_channel__info__posix.cc │ ├── patch-chrome_common_chrome__features.cc │ ├── patch-chrome_common_chrome__features.h │ ├── patch-chrome_common_chrome__paths.cc │ ├── patch-chrome_common_chrome__paths.h │ ├── patch-chrome_common_chrome__paths__internal.h │ ├── patch-chrome_common_chrome__switches.cc │ ├── patch-chrome_common_chrome__switches.h │ ├── patch-chrome_common_crash__keys.cc │ ├── patch-chrome_common_extensions_permissions_chrome__permission__message__rules.cc │ ├── patch-chrome_common_media_cdm__host__file__path.cc │ ├── patch-chrome_common_media_cdm__registration.cc │ ├── patch-chrome_common_media_cdm__registration.h │ ├── patch-chrome_common_media_component__widevine__cdm__hint__file__linux.h │ ├── patch-chrome_common_pref__names.h │ ├── patch-chrome_common_url__constants.h │ ├── patch-chrome_common_webui__url__constants.cc │ ├── patch-chrome_common_webui__url__constants.h │ ├── patch-chrome_enterprise__companion_enterprise__companion__client.cc │ ├── patch-chrome_enterprise__companion_lock.cc │ ├── patch-chrome_installer_linux_BUILD.gn │ ├── patch-chrome_services_printing_print__backend__service__impl.cc │ ├── patch-chrome_services_speech_audio__source__fetcher__impl.cc │ ├── patch-chrome_test_BUILD.gn │ ├── patch-chrome_test_base_scoped__channel__override__posix.cc │ ├── patch-chrome_test_chromedriver_chrome__launcher.cc │ ├── patch-chrome_test_chromedriver_chrome_chrome__finder.cc │ ├── patch-chrome_test_chromedriver_key__converter__unittest.cc │ ├── patch-chrome_test_chromedriver_keycode__text__conversion__unittest.cc │ ├── patch-chrome_test_supervised__user_google__auth__state__waiter__mixin.cc │ ├── patch-chrome_updater_app_app__uninstall.cc │ ├── patch-chrome_updater_configurator.cc │ ├── patch-chrome_updater_lock.cc │ ├── patch-chrome_updater_util_posix__util.cc │ ├── patch-chrome_utility_services.cc │ ├── patch-chromecast_browser_cast__browser__main__parts.cc │ ├── patch-chromecast_browser_cast__content__browser__client.cc │ ├── patch-chromecast_cast__core_runtime_browser_runtime__application__service__impl.cc │ ├── patch-chromecast_media_base_default__monotonic__clock.cc │ ├── patch-components_autofill_core_browser_autofill__optimization__guide.cc │ ├── patch-components_autofill_core_browser_payments__data__manager.cc │ ├── patch-components_autofill_core_common_autofill__payments__features.cc │ ├── patch-components_autofill_core_common_autofill__payments__features.h │ ├── patch-components_autofill_core_common_autofill__prefs.cc │ ├── patch-components_autofill_core_common_autofill__prefs.h │ ├── patch-components_commerce_core_commerce__feature__list.cc │ ├── patch-components_constrained__window_constrained__window__views.cc │ ├── patch-components_content__settings_core_browser_website__settings__registry.cc │ ├── patch-components_cookie__config_cookie__store__util.cc │ ├── patch-components_crash_content_tools_generate__breakpad__symbols.py │ ├── patch-components_crash_core_app_BUILD.gn │ ├── patch-components_crash_core_app_chrome__crashpad__handler.cc │ ├── patch-components_crash_core_app_crash__reporter__client.cc │ ├── patch-components_crash_core_app_crash__reporter__client.h │ ├── patch-components_crash_core_app_crashpad__handler__main.cc │ ├── patch-components_crash_core_app_crashpad__linux.cc │ ├── patch-components_crash_core_app_crashpad__mac.mm │ ├── patch-components_crash_core_app_crashpad__win.cc │ ├── patch-components_crash_core_browser_crash__upload__list__crashpad.cc │ ├── patch-components_crash_core_common_BUILD.gn │ ├── patch-components_device__signals_core_browser_mock__signals__aggregator.h │ ├── patch-components_device__signals_core_browser_signals__aggregator.h │ ├── patch-components_device__signals_core_browser_signals__aggregator__impl.cc │ ├── patch-components_device__signals_core_browser_signals__aggregator__impl.h │ ├── patch-components_device__signals_core_browser_user__permission__service.h │ ├── patch-components_device__signals_core_browser_user__permission__service__impl.cc │ ├── patch-components_device__signals_core_browser_user__permission__service__impl.h │ ├── patch-components_device__signals_core_common_signals__features.cc │ ├── patch-components_device__signals_core_common_signals__features.h │ ├── patch-components_device__signals_core_system__signals_platform__delegate.cc │ ├── patch-components_device__signals_test_signals__contract.cc │ ├── patch-components_discardable__memory_service_discardable__shared__memory__manager.cc │ ├── patch-components_embedder__support_android_delegate_web__contents__delegate__android.cc │ ├── patch-components_embedder__support_android_delegate_web__contents__delegate__android.h │ ├── patch-components_embedder__support_user__agent__utils.cc │ ├── patch-components_embedder__support_user__agent__utils__unittest.cc │ ├── patch-components_enterprise_watermarking_watermark.cc │ ├── patch-components_eye__dropper_eye__dropper__view.cc │ ├── patch-components_feature__engagement_public_event__constants.cc │ ├── patch-components_feature__engagement_public_event__constants.h │ ├── patch-components_feature__engagement_public_feature__configurations.cc │ ├── patch-components_feature__engagement_public_feature__constants.cc │ ├── patch-components_feature__engagement_public_feature__constants.h │ ├── patch-components_feature__engagement_public_feature__list.cc │ ├── patch-components_feature__engagement_public_feature__list.h │ ├── patch-components_feed_core_proto_v2_wire_version.proto │ ├── patch-components_feed_core_v2_feed__network__impl__unittest.cc │ ├── patch-components_feed_core_v2_proto__util.cc │ ├── patch-components_feed_core_v2_proto__util__unittest.cc │ ├── patch-components_feed_core_v2_test_proto__printer.cc │ ├── patch-components_flags__ui_flags__state.cc │ ├── patch-components_gwp__asan_BUILD.gn │ ├── patch-components_gwp__asan_client_guarded__page__allocator__posix.cc │ ├── patch-components_gwp__asan_client_gwp__asan.cc │ ├── patch-components_gwp__asan_client_gwp__asan__features.cc │ ├── patch-components_gwp__asan_crash__handler_crash__analyzer.cc │ ├── patch-components_live__caption_caption__util.cc │ ├── patch-components_live__caption_caption__util.h │ ├── patch-components_media__router_common_media__source.cc │ ├── patch-components_media__router_common_providers_cast_channel_cast__message__util.cc │ ├── patch-components_media__router_common_providers_cast_channel_enum__table.h │ ├── patch-components_metrics_drive__metrics__provider__linux.cc │ ├── patch-components_metrics_dwa_dwa__service.cc │ ├── patch-components_metrics_metrics__log.cc │ ├── patch-components_metrics_motherboard.cc │ ├── patch-components_named__mojo__ipc__server_connection__info.h │ ├── patch-components_named__mojo__ipc__server_named__mojo__ipc__server__client__util.cc │ ├── patch-components_named__system__lock_lock.h │ ├── patch-components_neterror_resources_neterror.js │ ├── patch-components_offline__pages_content_background__loader_background__loader__contents.cc │ ├── patch-components_offline__pages_content_background__loader_background__loader__contents.h │ ├── patch-components_optimization__guide_core_optimization__guide__features.cc │ ├── patch-components_optimization__guide_core_optimization__guide__util.cc │ ├── patch-components_os__crypt_async_browser_secret__portal__key__provider.cc │ ├── patch-components_os__crypt_async_common_encryptor.cc │ ├── patch-components_os__crypt_sync_BUILD.gn │ ├── patch-components_os__crypt_sync_keychain__password__mac.mm │ ├── patch-components_os__crypt_sync_libsecret__util__linux.cc │ ├── patch-components_os__crypt_sync_os__crypt.h │ ├── patch-components_paint__preview_browser_paint__preview__client.cc │ ├── patch-components_paint__preview_browser_paint__preview__client__unittest.cc │ ├── patch-components_paint__preview_common_proto_paint__preview.proto │ ├── patch-components_paint__preview_player_player__compositor__delegate.cc │ ├── patch-components_password__manager_core_browser_features_password__features.cc │ ├── patch-components_password__manager_core_browser_features_password__features.h │ ├── patch-components_password__manager_core_browser_password__form__manager.cc │ ├── patch-components_password__manager_core_browser_password__manager.cc │ ├── patch-components_password__manager_core_browser_password__manager__client.h │ ├── patch-components_password__manager_core_browser_password__manager__switches.cc │ ├── patch-components_password__manager_core_browser_password__manager__switches.h │ ├── patch-components_password__manager_core_browser_password__manual__fallback__flow.cc │ ├── patch-components_password__manager_core_browser_password__manual__fallback__flow.h │ ├── patch-components_password__manager_core_browser_password__store__factory__util.cc │ ├── patch-components_password__manager_core_browser_password__store_login__database.cc │ ├── patch-components_password__manager_core_browser_password__store_login__database__async__helper.cc │ ├── patch-components_password__manager_core_browser_password__store_login__database__unittest.cc │ ├── patch-components_password__manager_core_browser_stub__password__manager__client.cc │ ├── patch-components_password__manager_core_browser_stub__password__manager__client.h │ ├── patch-components_password__manager_core_common_password__manager__pref__names.h │ ├── patch-components_performance__manager_decorators_process__metrics__decorator.cc │ ├── patch-components_performance__manager_public_features.h │ ├── patch-components_permissions_permission__util.cc │ ├── patch-components_permissions_prediction__service_prediction__common.cc │ ├── patch-components_policy_core_browser_policy__pref__mapping__test.cc │ ├── patch-components_policy_core_common_cloud_cloud__policy__client.cc │ ├── patch-components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc │ ├── patch-components_policy_core_common_cloud_cloud__policy__util.cc │ ├── patch-components_policy_core_common_policy__loader__common.cc │ ├── patch-components_policy_core_common_policy__paths.cc │ ├── patch-components_policy_core_common_policy__utils.cc │ ├── patch-components_policy_tools_generate__policy__source.py │ ├── patch-components_power__metrics_BUILD.gn │ ├── patch-components_power__metrics_energy__metrics__provider.cc │ ├── patch-components_printing_browser_print__manager.cc │ ├── patch-components_printing_browser_print__manager.h │ ├── patch-components_printing_common_print.mojom │ ├── patch-components_printing_renderer_print__render__frame__helper.cc │ ├── patch-components_printing_renderer_print__render__frame__helper.h │ ├── patch-components_remote__cocoa_app__shim_BUILD.gn │ ├── patch-components_remote__cocoa_app__shim_application__bridge.mm │ ├── patch-components_remote__cocoa_app__shim_browser__native__widget__window__mac.mm │ ├── patch-components_remote__cocoa_app__shim_native__widget__mac__frameless__nswindow.mm │ ├── patch-components_remote__cocoa_app__shim_native__widget__mac__nswindow.h │ ├── patch-components_remote__cocoa_app__shim_native__widget__mac__nswindow.mm │ ├── patch-components_remote__cocoa_app__shim_native__widget__ns__window__bridge.mm │ ├── patch-components_safe__browsing_content_common_file__type__policies__unittest.cc │ ├── patch-components_safe__browsing_content_resources_gen__file__type__proto.py │ ├── patch-components_safe__browsing_core_browser_db_v4__protocol__manager__util.cc │ ├── patch-components_safe__browsing_core_browser_realtime_url__lookup__service__base.cc │ ├── patch-components_safe__browsing_core_common_features.cc │ ├── patch-components_search__engines_search__engine__choice_search__engine__choice__service.cc │ ├── patch-components_search__engines_template__url__service.cc │ ├── patch-components_security__interstitials_content_utils.cc │ ├── patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc │ ├── patch-components_services_on__device__translation_sandbox__hook.cc │ ├── patch-components_services_on__device__translation_sandbox__hook.h │ ├── patch-components_services_paint__preview__compositor_paint__preview__compositor__collection__impl.cc │ ├── patch-components_services_storage_dom__storage_dom__storage__constants.cc │ ├── patch-components_soda_soda__util.cc │ ├── patch-components_startup__metric__utils_common_startup__metric__utils.cc │ ├── patch-components_storage__monitor_BUILD.gn │ ├── patch-components_storage__monitor_removable__device__constants.cc │ ├── patch-components_storage__monitor_removable__device__constants.h │ ├── patch-components_supervised__user_core_browser_supervised__user__metrics__service.cc │ ├── patch-components_supervised__user_core_browser_supervised__user__preferences.cc │ ├── patch-components_supervised__user_core_common_features.cc │ ├── patch-components_supervised__user_core_common_features.h │ ├── patch-components_supervised__user_core_common_pref__names.h │ ├── patch-components_sync__device__info_local__device__info__util.cc │ ├── patch-components_sync__device__info_local__device__info__util__linux.cc │ ├── patch-components_sync_base_sync__util.cc │ ├── patch-components_system__cpu_cpu__probe.cc │ ├── patch-components_translate_core_common_translate__util.cc │ ├── patch-components_trusted__vault_trusted__vault__connection__impl.cc │ ├── patch-components_update__client_update__query__params.cc │ ├── patch-components_upload__list_upload__list.cc │ ├── patch-components_upload__list_upload__list.h │ ├── patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc │ ├── patch-components_user__education_views_help__bubble__view.cc │ ├── patch-components_variations_service_variations__service.cc │ ├── patch-components_visited__url__ranking_public_url__visit__util.cc │ ├── patch-components_viz_host_gpu__host__impl.cc │ ├── patch-components_viz_host_host__display__client.cc │ ├── patch-components_viz_host_host__display__client.h │ ├── patch-components_viz_host_layered__window__updater__impl.cc │ ├── patch-components_viz_host_layered__window__updater__impl.h │ ├── patch-components_viz_service_BUILD.gn │ ├── patch-components_viz_service_display__embedder_output__surface__provider.h │ ├── patch-components_viz_service_display__embedder_output__surface__provider__impl.cc │ ├── patch-components_viz_service_display__embedder_output__surface__provider__impl.h │ ├── patch-components_viz_service_display__embedder_skia__output__surface__impl.cc │ ├── patch-components_viz_service_display__embedder_software__output__device__mac.cc │ ├── patch-components_viz_service_display__embedder_software__output__device__mac.h │ ├── patch-components_viz_service_display__embedder_software__output__device__proxy.cc │ ├── patch-components_viz_service_display__embedder_software__output__device__proxy.h │ ├── patch-components_viz_service_display__embedder_software__output__device__win.cc │ ├── patch-components_viz_service_display__embedder_software__output__surface.cc │ ├── patch-components_viz_service_display__embedder_software__output__surface.h │ ├── patch-components_viz_service_display_skia__renderer.cc │ ├── patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc │ ├── patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h │ ├── patch-components_viz_test_fake__display__client.cc │ ├── patch-components_viz_test_fake__display__client.h │ ├── patch-components_viz_test_mock__display__client.h │ ├── patch-components_viz_test_test__output__surface__provider.cc │ ├── patch-components_viz_test_test__output__surface__provider.h │ ├── patch-components_webrtc_media__stream__devices__controller.cc │ ├── patch-components_webrtc_media__stream__devices__controller.h │ ├── patch-content_app_BUILD.gn │ ├── patch-content_app__shim__remote__cocoa_ns__view__bridge__factory__impl.mm │ ├── patch-content_app__shim__remote__cocoa_render__widget__host__view__cocoa.mm │ ├── patch-content_app_content__main.cc │ ├── patch-content_app_content__main__runner__impl.cc │ ├── patch-content_browser_BUILD.gn │ ├── patch-content_browser_audio_audio__service.cc │ ├── patch-content_browser_browser__child__process__host__impl.cc │ ├── patch-content_browser_browser__child__process__host__impl.h │ ├── patch-content_browser_browser__child__process__host__impl__receiver__bindings.cc │ ├── patch-content_browser_browser__main__loop.cc │ ├── patch-content_browser_child__process__launcher.h │ ├── patch-content_browser_child__process__launcher__helper.h │ ├── patch-content_browser_child__process__launcher__helper__linux.cc │ ├── patch-content_browser_child__process__launcher__helper__mac.cc │ ├── patch-content_browser_child__process__launcher__helper__win.cc │ ├── patch-content_browser_child__thread__type__switcher__linux.cc │ ├── patch-content_browser_code__cache_generated__code__cache.cc │ ├── patch-content_browser_code__cache_generated__code__cache.h │ ├── patch-content_browser_code__cache_generated__code__cache__browsertest.cc │ ├── patch-content_browser_compositor_viz__process__transport__factory.cc │ ├── patch-content_browser_devtools_devtools__frontend__host__impl.cc │ ├── patch-content_browser_devtools_devtools__frontend__host__impl.h │ ├── patch-content_browser_devtools_protocol_system__info__handler.cc │ ├── patch-content_browser_file__system__access_file__path__watcher_file__path__watcher.h │ ├── patch-content_browser_file__system__access_file__path__watcher_file__path__watcher__bsd.cc │ ├── patch-content_browser_file__system__access_file__path__watcher_file__path__watcher__kqueue.h │ ├── patch-content_browser_file__system__access_file__system__access__local__path__watcher.cc │ ├── patch-content_browser_font__access_font__enumeration__data__source.cc │ ├── patch-content_browser_gpu_compositor__util.cc │ ├── patch-content_browser_gpu_gpu__data__manager__impl.cc │ ├── patch-content_browser_gpu_gpu__data__manager__impl.h │ ├── patch-content_browser_gpu_gpu__data__manager__impl__private.cc │ ├── patch-content_browser_gpu_gpu__data__manager__impl__private.h │ ├── patch-content_browser_gpu_gpu__memory__buffer__manager__singleton.cc │ ├── patch-content_browser_gpu_gpu__process__host.cc │ ├── patch-content_browser_media_capture_desktop__capture__device.cc │ ├── patch-content_browser_media_capture_desktop__capture__device__mac.cc │ ├── patch-content_browser_media_capture_io__surface__capture__device__base__mac.cc │ ├── patch-content_browser_media_capture_io__surface__capture__device__base__mac.h │ ├── patch-content_browser_media_capture_screen__capture__kit__device__mac.mm │ ├── patch-content_browser_media_frameless__media__interface__proxy.h │ ├── patch-content_browser_media_media__keys__listener__manager__impl.cc │ ├── patch-content_browser_network__service__instance__impl.cc │ ├── patch-content_browser_notifications_blink__notification__service__impl.cc │ ├── patch-content_browser_notifications_blink__notification__service__impl.h │ ├── patch-content_browser_notifications_blink__notification__service__impl__unittest.cc │ ├── patch-content_browser_notifications_platform__notification__context__impl.cc │ ├── patch-content_browser_notifications_platform__notification__context__impl.h │ ├── patch-content_browser_permissions_permission__controller__impl.cc │ ├── patch-content_browser_ppapi__plugin__process__host__receiver__bindings.cc │ ├── patch-content_browser_renderer__host_code__cache__host__impl.cc │ ├── patch-content_browser_renderer__host_delegated__frame__host.cc │ ├── patch-content_browser_renderer__host_legacy__render__widget__host__win.cc │ ├── patch-content_browser_renderer__host_legacy__render__widget__host__win.h │ ├── patch-content_browser_renderer__host_media_in__process__video__capture__device__launcher.cc │ ├── patch-content_browser_renderer__host_media_service__video__capture__device__launcher.cc │ ├── patch-content_browser_renderer__host_navigation__controller__impl__unittest.cc │ ├── patch-content_browser_renderer__host_navigation__request.cc │ ├── patch-content_browser_renderer__host_navigator.cc │ ├── patch-content_browser_renderer__host_pepper_pepper__file__io__host.cc │ ├── patch-content_browser_renderer__host_policy__container__host.cc │ ├── patch-content_browser_renderer__host_policy__container__host.h │ ├── patch-content_browser_renderer__host_render__frame__host__impl.cc │ ├── patch-content_browser_renderer__host_render__frame__host__manager.cc │ ├── patch-content_browser_renderer__host_render__process__host__impl.cc │ ├── patch-content_browser_renderer__host_render__process__host__impl.h │ ├── patch-content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc │ ├── patch-content_browser_renderer__host_render__view__host__impl.cc │ ├── patch-content_browser_renderer__host_render__view__host__impl.h │ ├── patch-content_browser_renderer__host_render__widget__host__delegate.h │ ├── patch-content_browser_renderer__host_render__widget__host__impl.cc │ ├── patch-content_browser_renderer__host_render__widget__host__impl.h │ ├── patch-content_browser_renderer__host_render__widget__host__view__aura.cc │ ├── patch-content_browser_renderer__host_render__widget__host__view__aura.h │ ├── patch-content_browser_renderer__host_render__widget__host__view__base.cc │ ├── patch-content_browser_renderer__host_render__widget__host__view__base.h │ ├── patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc │ ├── patch-content_browser_renderer__host_render__widget__host__view__mac.h │ ├── patch-content_browser_renderer__host_render__widget__host__view__mac.mm │ ├── patch-content_browser_renderer__host_renderer__sandboxed__process__launcher__delegate.cc │ ├── patch-content_browser_renderer__host_renderer__sandboxed__process__launcher__delegate.h │ ├── patch-content_browser_renderer__host_text__input__manager.cc │ ├── patch-content_browser_renderer__host_text__input__manager.h │ ├── patch-content_browser_sandbox__host__linux.cc │ ├── patch-content_browser_scheduler_responsiveness_jank__monitor__impl.cc │ ├── patch-content_browser_scheduler_responsiveness_native__event__observer.cc │ ├── patch-content_browser_scheduler_responsiveness_native__event__observer.h │ ├── patch-content_browser_service__process__host__impl.cc │ ├── patch-content_browser_service__worker_service__worker__context__wrapper.cc │ ├── patch-content_browser_service__worker_service__worker__registry.cc │ ├── patch-content_browser_site__instance__impl.cc │ ├── patch-content_browser_utility__process__host.cc │ ├── patch-content_browser_utility__process__host.h │ ├── patch-content_browser_utility__process__host__receiver__bindings.cc │ ├── patch-content_browser_utility__sandbox__delegate.cc │ ├── patch-content_browser_utility__sandbox__delegate.h │ ├── patch-content_browser_v8__snapshot__files.cc │ ├── patch-content_browser_web__contents_slow__web__preference__cache.cc │ ├── patch-content_browser_web__contents_web__contents__impl.cc │ ├── patch-content_browser_web__contents_web__contents__impl.h │ ├── patch-content_browser_web__contents_web__contents__view__aura.cc │ ├── patch-content_browser_web__contents_web__contents__view__aura__unittest.cc │ ├── patch-content_browser_web__contents_web__contents__view__drag__security__info.cc │ ├── patch-content_browser_webui_web__ui__main__frame__observer.cc │ ├── patch-content_browser_webui_web__ui__main__frame__observer.h │ ├── patch-content_browser_zygote__host_zygote__host__impl__linux.cc │ ├── patch-content_browser_zygote__host_zygote__host__impl__linux.h │ ├── patch-content_child_BUILD.gn │ ├── patch-content_child_child__process.cc │ ├── patch-content_child_child__process.h │ ├── patch-content_common_BUILD.gn │ ├── patch-content_common_features.cc │ ├── patch-content_common_features.h │ ├── patch-content_common_font__list__unittest.cc │ ├── patch-content_common_frame.mojom │ ├── patch-content_common_gpu__pre__sandbox__hook__bsd.cc │ ├── patch-content_common_gpu__pre__sandbox__hook__bsd.h │ ├── patch-content_common_gpu__pre__sandbox__hook__linux.h │ ├── patch-content_common_sandbox__init__win.cc │ ├── patch-content_common_url__schemes.cc │ ├── patch-content_common_user__agent.cc │ ├── patch-content_gpu_gpu__child__thread.cc │ ├── patch-content_gpu_gpu__main.cc │ ├── patch-content_ppapi__plugin_ppapi__blink__platform__impl.cc │ ├── patch-content_ppapi__plugin_ppapi__blink__platform__impl.h │ ├── patch-content_ppapi__plugin_ppapi__plugin__main.cc │ ├── patch-content_public_app_content__main__delegate.cc │ ├── patch-content_public_app_content__main__delegate.h │ ├── patch-content_public_browser_content__browser__client.cc │ ├── patch-content_public_browser_content__browser__client.h │ ├── patch-content_public_browser_desktop__media__id.h │ ├── patch-content_public_browser_platform__notification__service.h │ ├── patch-content_public_browser_render__view__host.h │ ├── patch-content_public_browser_service__process__host.cc │ ├── patch-content_public_browser_service__process__host.h │ ├── patch-content_public_browser_service__process__info.h │ ├── patch-content_public_browser_web__contents.h │ ├── patch-content_public_browser_web__contents__delegate.cc │ ├── patch-content_public_browser_web__contents__delegate.h │ ├── patch-content_public_browser_web__contents__observer.h │ ├── patch-content_public_browser_zygote__host_zygote__host__linux.h │ ├── patch-content_public_common_BUILD.gn │ ├── patch-content_public_common_content__client.h │ ├── patch-content_public_common_content__features.cc │ ├── patch-content_public_common_content__switches.cc │ ├── patch-content_public_common_content__switches.h │ ├── patch-content_public_common_sandbox__init__win.h │ ├── patch-content_public_common_sandboxed__process__launcher__delegate.cc │ ├── patch-content_public_common_sandboxed__process__launcher__delegate.h │ ├── patch-content_public_common_zygote_features.gni │ ├── patch-content_public_gpu_content__gpu__client.h │ ├── patch-content_public_renderer_content__renderer__client.h │ ├── patch-content_public_renderer_render__frame__observer.h │ ├── patch-content_renderer_BUILD.gn │ ├── patch-content_renderer_render__frame__impl.cc │ ├── patch-content_renderer_render__frame__impl.h │ ├── patch-content_renderer_render__process__impl.cc │ ├── patch-content_renderer_render__thread__impl.cc │ ├── patch-content_renderer_renderer__blink__platform__impl.cc │ ├── patch-content_renderer_renderer__blink__platform__impl.h │ ├── patch-content_renderer_renderer__main__platform__delegate__linux.cc │ ├── patch-content_renderer_renderer__main__platform__delegate__mac.mm │ ├── patch-content_renderer_theme__helper__mac.mm │ ├── patch-content_shell_BUILD.gn │ ├── patch-content_shell_app_shell__main__delegate.cc │ ├── patch-content_shell_browser_shell__browser__main__parts.cc │ ├── patch-content_shell_browser_shell__paths.cc │ ├── patch-content_shell_renderer_shell__content__renderer__client.cc │ ├── patch-content_shell_utility_shell__content__utility__client.cc │ ├── patch-content_test_BUILD.gn │ ├── patch-content_test_mock__platform__notification__service.cc │ ├── patch-content_test_mock__platform__notification__service.h │ ├── patch-content_test_test__page__broadcast.h │ ├── patch-content_utility_services.cc │ ├── patch-content_utility_speech_speech__recognition__sandbox__hook__linux.cc │ ├── patch-content_utility_speech_speech__recognition__sandbox__hook__linux.h │ ├── patch-content_utility_utility__blink__platform__with__sandbox__support__impl.cc │ ├── patch-content_utility_utility__blink__platform__with__sandbox__support__impl.h │ ├── patch-content_utility_utility__main.cc │ ├── patch-content_utility_utility__thread__impl.cc │ ├── patch-content_web__test_BUILD.gn │ ├── patch-content_web__test_browser_web__test__content__browser__client.cc │ ├── patch-content_web__test_browser_web__test__content__browser__client.h │ ├── patch-content_zygote_BUILD.gn │ ├── patch-content_zygote_zygote__linux.cc │ ├── patch-content_zygote_zygote__main__linux.cc │ ├── patch-device_bluetooth_BUILD.gn │ ├── patch-device_bluetooth_bluetooth__adapter.cc │ ├── patch-device_bluetooth_bluetooth__adapter__mac.mm │ ├── patch-device_bluetooth_cast__bluetooth.gni │ ├── patch-device_gamepad_BUILD.gn │ ├── patch-device_gamepad_gamepad__provider.cc │ ├── patch-device_gamepad_hid__writer__linux.cc │ ├── patch-electron_BUILD.gn │ ├── patch-electron_build_args_all.gn │ ├── patch-electron_build_args_release.gn │ ├── patch-electron_default__app_default__app.ts │ ├── patch-electron_filenames.gni │ ├── patch-electron_lib_browser_api_app.ts │ ├── patch-electron_lib_browser_api_dialog.ts │ ├── patch-electron_lib_browser_api_menu-item-roles.ts │ ├── patch-electron_lib_browser_api_power-monitor.ts │ ├── patch-electron_lib_browser_init.ts │ ├── patch-electron_lib_browser_rpc-server.ts │ ├── patch-electron_lib_renderer_api_clipboard.ts │ ├── patch-electron_script_lib_config.py │ ├── patch-electron_script_lib_utils.js │ ├── patch-electron_script_spec-runner.js │ ├── patch-electron_shell_app_electron__crash__reporter__client.cc │ ├── patch-electron_shell_app_electron__crash__reporter__client.h │ ├── patch-electron_shell_app_electron__main__delegate.cc │ ├── patch-electron_shell_app_node__main.cc │ ├── patch-electron_shell_browser_api_electron__api__app.cc │ ├── patch-electron_shell_browser_api_electron__api__base__window.cc │ ├── patch-electron_shell_browser_api_electron__api__base__window.h │ ├── patch-electron_shell_browser_api_electron__api__crash__reporter.cc │ ├── patch-electron_shell_browser_api_electron__api__desktop__capturer.cc │ ├── patch-electron_shell_browser_api_electron__api__power__monitor.cc │ ├── patch-electron_shell_browser_api_electron__api__power__monitor.h │ ├── patch-electron_shell_browser_api_electron__api__safe__storage.cc │ ├── patch-electron_shell_browser_api_electron__api__web__contents.cc │ ├── patch-electron_shell_browser_api_electron__api__web__contents.h │ ├── patch-electron_shell_browser_api_process__metric.h │ ├── patch-electron_shell_browser_browser.cc │ ├── patch-electron_shell_browser_browser.h │ ├── patch-electron_shell_browser_browser__linux.cc │ ├── patch-electron_shell_browser_browser__process__impl.cc │ ├── patch-electron_shell_browser_browser__process__impl.h │ ├── patch-electron_shell_browser_electron__browser__main__parts.cc │ ├── patch-electron_shell_browser_electron__browser__main__parts.h │ ├── patch-electron_shell_browser_electron__browser__main__parts__posix.cc │ ├── patch-electron_shell_browser_extensions_api_runtime_electron__runtime__api__delegate.cc │ ├── patch-electron_shell_browser_native__window.cc │ ├── patch-electron_shell_browser_native__window__views.cc │ ├── patch-electron_shell_browser_native__window__views.h │ ├── patch-electron_shell_browser_net_system__network__context__manager.cc │ ├── patch-electron_shell_browser_osr_osr__host__display__client.cc │ ├── patch-electron_shell_browser_osr_osr__host__display__client.h │ ├── patch-electron_shell_browser_osr_osr__paint__event.h │ ├── patch-electron_shell_browser_osr_osr__video__consumer.cc │ ├── patch-electron_shell_browser_printing_printing__utils.cc │ ├── patch-electron_shell_browser_relauncher__linux.cc │ ├── patch-electron_shell_browser_ui_inspectable__web__contents.cc │ ├── patch-electron_shell_browser_ui_inspectable__web__contents__view__delegate.h │ ├── patch-electron_shell_browser_ui_views_electron__views__delegate.cc │ ├── patch-electron_shell_browser_ui_views_electron__views__delegate.h │ ├── patch-electron_shell_browser_ui_views_inspectable__web__contents__view__views.cc │ ├── patch-electron_shell_browser_ui_views_menu__bar.cc │ ├── patch-electron_shell_browser_ui_views_menu__bar.h │ ├── patch-electron_shell_browser_ui_views_submenu__button.cc │ ├── patch-electron_shell_common_api_electron__api__clipboard.cc │ ├── patch-electron_shell_common_api_electron__api__native__image.cc │ ├── patch-electron_shell_common_api_electron__api__native__image.h │ ├── patch-electron_shell_common_api_electron__bindings.cc │ ├── patch-electron_shell_common_electron__command__line.cc │ ├── patch-electron_shell_common_electron__command__line.h │ ├── patch-electron_shell_common_electron__paths.h │ ├── patch-electron_shell_common_gin__converters_osr__converter.cc │ ├── patch-electron_shell_common_gin__converters_std__converter.h │ ├── patch-electron_shell_common_node__bindings.cc │ ├── patch-electron_shell_common_node__bindings__linux.cc │ ├── patch-electron_shell_common_platform__util.h │ ├── patch-electron_shell_renderer_api_electron__api__crash__reporter__renderer.cc │ ├── patch-electron_shell_services_node_node__service.cc │ ├── patch-electron_spec_api-app-spec.ts │ ├── patch-electron_spec_api-browser-window-spec.ts │ ├── patch-electron_spec_api-clipboard-spec.ts │ ├── patch-electron_spec_api-content-tracing-spec.ts │ ├── patch-electron_spec_api-crash-reporter-spec.ts │ ├── patch-electron_spec_api-desktop-capturer-spec.ts │ ├── patch-electron_spec_api-menu-spec.ts │ ├── patch-electron_spec_api-native-image-spec.ts │ ├── patch-electron_spec_api-net-log-spec.ts │ ├── patch-electron_spec_api-notification-dbus-spec.ts │ ├── patch-electron_spec_api-power-monitor-spec.ts │ ├── patch-electron_spec_api-process-spec.ts │ ├── patch-electron_spec_api-protocol-spec.ts │ ├── patch-electron_spec_api-safe-storage-spec.ts │ ├── patch-electron_spec_api-screen-spec.ts │ ├── patch-electron_spec_api-shell-spec.ts │ ├── patch-electron_spec_api-subframe-spec.ts │ ├── patch-electron_spec_api-tray-spec.ts │ ├── patch-electron_spec_api-utility-process-spec.ts │ ├── patch-electron_spec_api-web-contents-spec.ts │ ├── patch-electron_spec_api-web-frame-main-spec.ts │ ├── patch-electron_spec_chromium-spec.ts │ ├── patch-electron_spec_crash-spec.ts │ ├── patch-electron_spec_fixtures_api_safe-storage_decrypt-app_main.js │ ├── patch-electron_spec_fixtures_api_safe-storage_encrypt-app_main.js │ ├── patch-electron_spec_fixtures_crash-cases_safe-storage_index.js │ ├── patch-electron_spec_fixtures_native-addon_uv-dlopen_index.js │ ├── patch-electron_spec_node-spec.ts │ ├── patch-electron_spec_version-bump-spec.ts │ ├── patch-electron_spec_visibility-state-spec.ts │ ├── patch-electron_spec_webview-spec.ts │ ├── patch-extensions_browser_api_api__browser__context__keyed__service__factories.cc │ ├── patch-extensions_browser_api_management_management__api.cc │ ├── patch-extensions_browser_api_messaging_message__service.cc │ ├── patch-extensions_browser_api_networking__private_networking__private__delegate__factory.cc │ ├── patch-extensions_browser_guest__view_app__view_app__view__guest.cc │ ├── patch-extensions_browser_guest__view_app__view_app__view__guest.h │ ├── patch-extensions_browser_guest__view_extension__options_extension__options__guest.cc │ ├── patch-extensions_browser_guest__view_extension__options_extension__options__guest.h │ ├── patch-extensions_browser_guest__view_mime__handler__view_mime__handler__view__guest.cc │ ├── patch-extensions_browser_guest__view_mime__handler__view_mime__handler__view__guest.h │ ├── patch-extensions_browser_script__injection__tracker.cc │ ├── patch-extensions_common_api___permission__features.json │ ├── patch-extensions_common_api_runtime.json │ ├── patch-extensions_common_command.cc │ ├── patch-extensions_common_features_feature.cc │ ├── patch-extensions_renderer_bindings_api__binding__util.cc │ ├── patch-extensions_renderer_bindings_argument__spec.cc │ ├── patch-extensions_renderer_script__injection.cc │ ├── patch-extensions_shell_app_shell__main__delegate.cc │ ├── patch-extensions_shell_browser_api_runtime_shell__runtime__api__delegate.cc │ ├── patch-extensions_shell_browser_shell__browser__main__parts.cc │ ├── patch-extensions_shell_browser_shell__extensions__api__client.cc │ ├── patch-extensions_shell_browser_shell__extensions__api__client.h │ ├── patch-fuchsia__web_webengine_browser_frame__impl.cc │ ├── patch-fuchsia__web_webengine_browser_frame__impl.h │ ├── patch-gin_converter.cc │ ├── patch-gin_converter.h │ ├── patch-gin_isolate__holder.cc │ ├── patch-gin_object__template__builder.cc │ ├── patch-gin_object__template__builder.h │ ├── patch-gin_public_gin__embedders.h │ ├── patch-gin_public_isolate__holder.h │ ├── patch-gin_public_v8__platform.h │ ├── patch-gin_v8__initializer.cc │ ├── patch-gin_v8__initializer.h │ ├── patch-gin_v8__platform.cc │ ├── patch-gin_wrappable.cc │ ├── patch-gin_wrappable.h │ ├── patch-google__apis_gcm_engine_heartbeat__manager.cc │ ├── patch-gpu_command__buffer_service_dawn__context__provider.cc │ ├── patch-gpu_command__buffer_service_gles2__cmd__decoder.cc │ ├── patch-gpu_command__buffer_service_gles2__cmd__decoder__passthrough.cc │ ├── patch-gpu_command__buffer_service_gles2__cmd__decoder__unittest__base.cc │ ├── patch-gpu_command__buffer_service_shared__context__state.cc │ ├── patch-gpu_command__buffer_service_shared__context__state.h │ ├── patch-gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc │ ├── patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc │ ├── patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc │ ├── patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc │ ├── patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc │ ├── patch-gpu_command__buffer_service_shared__image_wrapped__sk__image__backing.cc │ ├── patch-gpu_command__buffer_service_webgpu__decoder__impl.cc │ ├── patch-gpu_command__buffer_tests_gl__gpu__memory__buffer__unittest.cc │ ├── patch-gpu_config_gpu__control__list.cc │ ├── patch-gpu_config_gpu__finch__features.cc │ ├── patch-gpu_config_gpu__info__collector.cc │ ├── patch-gpu_config_gpu__test__config.cc │ ├── patch-gpu_ipc_common_gpu__memory__buffer__support.cc │ ├── patch-gpu_ipc_common_gpu__memory__buffer__support.h │ ├── patch-gpu_ipc_service_BUILD.gn │ ├── patch-gpu_ipc_service_gpu__init.cc │ ├── patch-gpu_ipc_service_gpu__memory__buffer__factory.cc │ ├── patch-gpu_ipc_service_gpu__memory__buffer__factory__dxgi.cc │ ├── patch-gpu_ipc_service_image__transport__surface__overlay__mac.h │ ├── patch-gpu_ipc_service_x__util.h │ ├── patch-gpu_vulkan_generate__bindings.py │ ├── patch-gpu_vulkan_semaphore__handle.cc │ ├── patch-gpu_vulkan_vulkan__device__queue.cc │ ├── patch-gpu_vulkan_vulkan__device__queue.h │ ├── patch-gpu_vulkan_vulkan__function__pointers.cc │ ├── patch-gpu_vulkan_vulkan__function__pointers.h │ ├── patch-gpu_vulkan_vulkan__image.h │ ├── patch-gpu_vulkan_vulkan__util.cc │ ├── patch-headless_lib_browser_headless__browser__main__parts__posix.cc │ ├── patch-headless_lib_browser_headless__content__browser__client.cc │ ├── patch-headless_lib_browser_headless__content__browser__client.h │ ├── patch-headless_lib_browser_headless__web__contents__impl.cc │ ├── patch-headless_lib_headless__content__main__delegate.cc │ ├── patch-ipc_ipc__channel.h │ ├── patch-ipc_ipc__channel__common.cc │ ├── patch-ipc_ipc__channel__mojo.cc │ ├── patch-ipc_ipc__message__utils.cc │ ├── patch-ipc_ipc__message__utils.h │ ├── patch-media_BUILD.gn │ ├── patch-media_audio_BUILD.gn │ ├── patch-media_audio_alsa_audio__manager__alsa.cc │ ├── patch-media_audio_apple_audio__low__latency__input.cc │ ├── patch-media_audio_audio__input__device.cc │ ├── patch-media_audio_audio__output__proxy__unittest.cc │ ├── patch-media_audio_pulse_pulse__util.cc │ ├── patch-media_audio_sndio_audio__manager__sndio.cc │ ├── patch-media_audio_sndio_audio__manager__sndio.h │ ├── patch-media_audio_sndio_sndio__input.cc │ ├── patch-media_audio_sndio_sndio__input.h │ ├── patch-media_audio_sndio_sndio__output.cc │ ├── patch-media_audio_sndio_sndio__output.h │ ├── patch-media_base_audio__latency.cc │ ├── patch-media_base_libaom__thread__wrapper.cc │ ├── patch-media_base_libvpx__thread__wrapper.cc │ ├── patch-media_base_media__switches.cc │ ├── patch-media_base_media__switches.h │ ├── patch-media_base_user__input__monitor__unittest.cc │ ├── patch-media_base_video__frame.cc │ ├── patch-media_base_video__frame.h │ ├── patch-media_capture_content_video__capture__oracle.cc │ ├── patch-media_capture_content_video__capture__oracle__unittest.cc │ ├── patch-media_capture_video__capture__types.h │ ├── patch-media_capture_video_create__video__capture__device__factory.cc │ ├── patch-media_capture_video_fake__video__capture__device__factory.cc │ ├── patch-media_capture_video_file__video__capture__device__factory.cc │ ├── patch-media_capture_video_linux_fake__v4l2__impl.cc │ ├── patch-media_capture_video_linux_fake__v4l2__impl.h │ ├── patch-media_capture_video_linux_v4l2__capture__delegate.cc │ ├── patch-media_capture_video_linux_v4l2__capture__delegate.h │ ├── patch-media_capture_video_linux_v4l2__capture__device.h │ ├── patch-media_capture_video_linux_v4l2__capture__device__impl.cc │ ├── patch-media_capture_video_linux_v4l2__capture__device__impl.h │ ├── patch-media_capture_video_linux_video__capture__device__factory__v4l2.cc │ ├── patch-media_capture_video_linux_video__capture__device__factory__v4l2.h │ ├── patch-media_capture_video_linux_video__capture__device__linux.cc │ ├── patch-media_capture_video_video__capture__buffer__tracker__factory__impl.cc │ ├── patch-media_capture_video_video__capture__device__client.cc │ ├── patch-media_cdm_cdm__paths__unittest.cc │ ├── patch-media_cdm_library__cdm_cdm__paths.gni │ ├── patch-media_ffmpeg_scripts_build__ffmpeg.py │ ├── patch-media_ffmpeg_scripts_robo__lib_config.py │ ├── patch-media_gpu_buffer__validation.cc │ ├── patch-media_gpu_chromeos_gl__image__processor__backend.cc │ ├── patch-media_gpu_chromeos_libyuv__image__processor__backend.cc │ ├── patch-media_gpu_chromeos_mailbox__video__frame__converter.cc │ ├── patch-media_gpu_chromeos_platform__video__frame__utils.cc │ ├── patch-media_gpu_chromeos_video__decoder__pipeline.cc │ ├── patch-media_gpu_gpu__video__encode__accelerator__factory.cc │ ├── patch-media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.cc │ ├── patch-media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.h │ ├── patch-media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.cc │ ├── patch-media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.h │ ├── patch-media_gpu_test_raw__video.cc │ ├── patch-media_gpu_test_video__frame__file__writer.cc │ ├── patch-media_gpu_test_video__frame__helpers.cc │ ├── patch-media_gpu_test_video__frame__validator.cc │ ├── patch-media_gpu_vaapi_vaapi__video__decoder.cc │ ├── patch-media_gpu_vaapi_vaapi__wrapper.cc │ ├── patch-media_media__options.gni │ ├── patch-media_mojo_mojom_stable_BUILD.gn │ ├── patch-media_mojo_mojom_stable_stable__video__decoder__types__mojom__traits.cc │ ├── patch-media_mojo_mojom_stable_stable__video__decoder__types__mojom__traits.h │ ├── patch-media_mojo_mojom_video__frame__mojom__traits.cc │ ├── patch-media_video_fake__gpu__memory__buffer.cc │ ├── patch-media_video_gpu__memory__buffer__video__frame__pool.cc │ ├── patch-media_video_renderable__gpu__memory__buffer__video__frame__pool.cc │ ├── patch-media_video_video__encode__accelerator__adapter.cc │ ├── patch-media_video_video__encode__accelerator__adapter__test.cc │ ├── patch-media_webrtc_audio__processor.cc │ ├── patch-media_webrtc_helpers.cc │ ├── patch-media_webrtc_helpers__unittests.cc │ ├── patch-mojo_core_BUILD.gn │ ├── patch-mojo_core_channel.cc │ ├── patch-mojo_core_embedder_features.h │ ├── patch-mojo_core_ipcz__driver_transport.cc │ ├── patch-mojo_core_platform__handle__in__transit.cc │ ├── patch-mojo_public_cpp_platform_platform__handle.h │ ├── patch-mojo_public_cpp_platform_socket__utils__posix.cc │ ├── patch-mojo_public_tools_bindings_mojom.gni │ ├── patch-net_BUILD.gn │ ├── patch-net_base_features.cc │ ├── patch-net_base_mock__network__change__notifier.cc │ ├── patch-net_base_mock__network__change__notifier.h │ ├── patch-net_base_network__change__notifier.cc │ ├── patch-net_base_network__change__notifier.h │ ├── patch-net_base_network__change__notifier__passive.cc │ ├── patch-net_base_network__interfaces__posix.h │ ├── patch-net_base_sockaddr__util__posix.cc │ ├── patch-net_base_sockaddr__util__posix__unittest.cc │ ├── patch-net_cert_cert__verify__proc.h │ ├── patch-net_disk__cache_backend__experiment.h │ ├── patch-net_disk__cache_simple_simple__file__tracker.cc │ ├── patch-net_dns_BUILD.gn │ ├── patch-net_dns_address__info.cc │ ├── patch-net_dns_address__sorter__posix.cc │ ├── patch-net_dns_dns__config__service__posix.cc │ ├── patch-net_dns_dns__reloader.cc │ ├── patch-net_dns_dns__util.cc │ ├── patch-net_dns_host__resolver__proc.cc │ ├── patch-net_dns_public_BUILD.gn │ ├── patch-net_dns_public_resolv__reader.cc │ ├── patch-net_dns_public_resolv__reader.h │ ├── patch-net_dns_public_scoped__res__state.cc │ ├── patch-net_dns_public_scoped__res__state.h │ ├── patch-net_filter_zstd__source__stream.cc │ ├── patch-net_http_http__auth__gssapi__posix.cc │ ├── patch-net_http_http__auth__gssapi__posix.h │ ├── patch-net_http_http__auth__handler__negotiate.cc │ ├── patch-net_http_http__auth__preferences.cc │ ├── patch-net_http_http__auth__preferences.h │ ├── patch-net_http_http__network__session.cc │ ├── patch-net_proxy__resolution_proxy__config__service.cc │ ├── patch-net_proxy__resolution_proxy__config__service__linux.cc │ ├── patch-net_socket_socket__posix.cc │ ├── patch-net_socket_socks5__client__socket.cc │ ├── patch-net_socket_tcp__socket__posix.cc │ ├── patch-net_socket_udp__socket__posix.cc │ ├── patch-net_socket_udp__socket__unittest.cc │ ├── patch-net_third__party_quiche_BUILD.gn │ ├── patch-net_tools_cert__verify__tool_cert__verify__tool.cc │ ├── patch-net_tools_net__watcher_net__watcher.cc │ ├── patch-net_traffic__annotation_network__traffic__annotation.h │ ├── patch-net_url__request_static__http__user__agent__settings.h │ ├── patch-net_url__request_url__request__context.cc │ ├── patch-net_url__request_url__request__context.h │ ├── patch-net_url__request_url__request__context__builder.cc │ ├── patch-pdf_pdfium_pdfium__engine.cc │ ├── patch-ppapi_tests_test__utils.h │ ├── patch-printing_backend_cups__ipp__helper.cc │ ├── patch-printing_backend_print__backend__cups.cc │ ├── patch-printing_mojom_printing__context__mojom__traits.cc │ ├── patch-printing_mojom_printing__context__mojom__traits.h │ ├── patch-printing_print__settings.cc │ ├── patch-printing_print__settings.h │ ├── patch-printing_print__settings__conversion.cc │ ├── patch-printing_printing__context.cc │ ├── patch-printing_printing__context.h │ ├── patch-printing_printing__context__linux.cc │ ├── patch-printing_printing__context__mac.h │ ├── patch-printing_printing__context__mac.mm │ ├── patch-printing_printing__context__system__dialog__win.cc │ ├── patch-printing_printing__features.cc │ ├── patch-printing_printing__features.h │ ├── patch-printing_sandbox_print__backend__sandbox__hook__linux.cc │ ├── patch-printing_sandbox_print__backend__sandbox__hook__linux.h │ ├── patch-remoting_base_chromoting__event.cc │ ├── patch-remoting_base_host__settings.cc │ ├── patch-remoting_codec_webrtc__video__encoder__vpx.cc │ ├── patch-remoting_host_base_desktop__environment__options.cc │ ├── patch-remoting_host_base_switches.cc │ ├── patch-remoting_host_base_switches.h │ ├── patch-remoting_host_basic__desktop__environment.cc │ ├── patch-remoting_host_chromoting__host.cc │ ├── patch-remoting_host_chromoting__host.h │ ├── patch-remoting_host_chromoting__host__context.cc │ ├── patch-remoting_host_chromoting__host__services__client.cc │ ├── patch-remoting_host_client__session.cc │ ├── patch-remoting_host_crash_crash__file__uploader.cc │ ├── patch-remoting_host_desktop__and__cursor__conditional__composer.cc │ ├── patch-remoting_host_desktop__capturer__proxy.cc │ ├── patch-remoting_host_desktop__capturer__wrapper.cc │ ├── patch-remoting_host_evaluate__capability.cc │ ├── patch-remoting_host_host__attributes.cc │ ├── patch-remoting_host_host__details.cc │ ├── patch-remoting_host_host__main.cc │ ├── patch-remoting_host_ipc__constants.cc │ ├── patch-remoting_host_it2me_it2me__host.cc │ ├── patch-remoting_host_it2me_it2me__native__messaging__host__main.cc │ ├── patch-remoting_host_me2me__desktop__environment.cc │ ├── patch-remoting_host_mojo__caller__security__checker.cc │ ├── patch-remoting_host_mouse__cursor__monitor__proxy.cc │ ├── patch-remoting_host_policy__watcher.cc │ ├── patch-remoting_host_remote__open__url_remote__open__url__client.cc │ ├── patch-remoting_host_remote__open__url_remote__open__url__util.cc │ ├── patch-remoting_host_remote__open__url_url__forwarder__configurator.cc │ ├── patch-remoting_host_remoting__me2me__host.cc │ ├── patch-remoting_host_session__policies__from__dict.cc │ ├── patch-remoting_host_setup_start__host__main.cc │ ├── patch-remoting_host_webauthn_remote__webauthn__caller__security__utils.cc │ ├── patch-remoting_host_webauthn_remote__webauthn__extension__notifier.cc │ ├── patch-remoting_protocol_webrtc__video__stream.cc │ ├── patch-sandbox_BUILD.gn │ ├── patch-sandbox_features.gni │ ├── patch-sandbox_linux_BUILD.gn │ ├── patch-sandbox_linux_services_init__process__reaper.cc │ ├── patch-sandbox_linux_services_libc__interceptor.cc │ ├── patch-sandbox_mac_BUILD.gn │ ├── patch-sandbox_mac_sandbox__compiler.cc │ ├── patch-sandbox_mac_sandbox__logging.cc │ ├── patch-sandbox_mac_seatbelt.cc │ ├── patch-sandbox_mac_seatbelt__extension.cc │ ├── patch-sandbox_mac_system__services.cc │ ├── patch-sandbox_policy_BUILD.gn │ ├── patch-sandbox_policy_features.cc │ ├── patch-sandbox_policy_features.h │ ├── patch-sandbox_policy_freebsd_sandbox__freebsd.cc │ ├── patch-sandbox_policy_freebsd_sandbox__freebsd.h │ ├── patch-sandbox_policy_mac_sandbox__mac.mm │ ├── patch-sandbox_policy_mojom_sandbox.mojom │ ├── patch-sandbox_policy_netbsd_sandbox__netbsd.cc │ ├── patch-sandbox_policy_netbsd_sandbox__netbsd.h │ ├── patch-sandbox_policy_openbsd_sandbox__openbsd.cc │ ├── patch-sandbox_policy_openbsd_sandbox__openbsd.h │ ├── patch-sandbox_policy_sandbox.cc │ ├── patch-sandbox_policy_sandbox.h │ ├── patch-sandbox_policy_sandbox__type.cc │ ├── patch-sandbox_policy_switches.cc │ ├── patch-sandbox_policy_switches.h │ ├── patch-sandbox_policy_win_sandbox__win.cc │ ├── patch-sandbox_policy_win_sandbox__win.h │ ├── patch-services_audio_audio__sandbox__hook__linux.cc │ ├── patch-services_audio_audio__sandbox__hook__linux.h │ ├── patch-services_device_BUILD.gn │ ├── patch-services_device_geolocation_location__provider__manager.cc │ ├── patch-services_device_hid_BUILD.gn │ ├── patch-services_device_hid_hid__connection__fido.cc │ ├── patch-services_device_hid_hid__connection__fido.h │ ├── patch-services_device_hid_hid__connection__freebsd.cc │ ├── patch-services_device_hid_hid__connection__freebsd.h │ ├── patch-services_device_hid_hid__service.cc │ ├── patch-services_device_hid_hid__service__fido.cc │ ├── patch-services_device_hid_hid__service__fido.h │ ├── patch-services_device_hid_hid__service__freebsd.cc │ ├── patch-services_device_hid_hid__service__freebsd.h │ ├── patch-services_device_hid_hid__service__netbsd.cc │ ├── patch-services_device_hid_hid__service__netbsd.h │ ├── patch-services_device_public_cpp_generic__sensor_sensor__reading.h │ ├── patch-services_device_public_mojom_BUILD.gn │ ├── patch-services_device_serial_BUILD.gn │ ├── patch-services_device_serial_serial__device__enumerator.cc │ ├── patch-services_device_serial_serial__io__handler__posix.cc │ ├── patch-services_device_time__zone__monitor_time__zone__monitor__linux.cc │ ├── patch-services_device_usb_BUILD.gn │ ├── patch-services_device_usb_usb__service.cc │ ├── patch-services_device_usb_usb__service__fake.cc │ ├── patch-services_device_usb_usb__service__fake.h │ ├── patch-services_device_usb_usb__service__impl.cc │ ├── patch-services_network_BUILD.gn │ ├── patch-services_network_network__context.cc │ ├── patch-services_network_network__context.h │ ├── patch-services_network_network__sandbox__hook__linux.cc │ ├── patch-services_network_network__sandbox__hook__linux.h │ ├── patch-services_network_network__service.cc │ ├── patch-services_network_network__service.h │ ├── patch-services_network_public_cpp_BUILD.gn │ ├── patch-services_network_public_cpp_features.cc │ ├── patch-services_network_public_cpp_resource__request.cc │ ├── patch-services_network_public_cpp_resource__request.h │ ├── patch-services_network_public_cpp_url__request__mojom__traits.cc │ ├── patch-services_network_public_cpp_url__request__mojom__traits.h │ ├── patch-services_network_public_mojom_BUILD.gn │ ├── patch-services_network_public_mojom_network__context.mojom │ ├── patch-services_network_public_mojom_url__request.mojom │ ├── patch-services_network_public_mojom_url__response__head.mojom │ ├── patch-services_network_shared__dictionary_shared__dictionary__writer__in__memory.h │ ├── patch-services_network_test_test__network__context.h │ ├── patch-services_network_url__loader.cc │ ├── patch-services_network_url__loader.h │ ├── patch-services_on__device__model_on__device__model__service.h │ ├── patch-services_on__device__model_pre__sandbox__init.cc │ ├── patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc │ ├── patch-services_resource__coordinator_public_cpp_memory__instrumentation_BUILD.gn │ ├── patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics.h │ ├── patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics__bsd.cc │ ├── patch-services_screen__ai_public_cpp_utilities.cc │ ├── patch-services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.cc │ ├── patch-services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.h │ ├── patch-services_service__manager_BUILD.gn │ ├── patch-services_service__manager_public_cpp_service__executable_BUILD.gn │ ├── patch-services_tracing_public_cpp_stack__sampling_tracing__sampler__profiler.cc │ ├── patch-services_video__capture_public_mojom_video__capture__service.mojom │ ├── patch-services_video__effects_video__effects__sandbox__hook__linux.cc │ ├── patch-services_video__effects_video__effects__sandbox__hook__linux.h │ ├── patch-services_viz_privileged_mojom_compositing_display__private.mojom │ ├── patch-services_viz_privileged_mojom_compositing_frame__sink__manager.mojom │ ├── patch-services_viz_privileged_mojom_compositing_layered__window__updater.mojom │ ├── patch-skia_ext_SkMemory__new__handler.cpp │ ├── patch-skia_ext_font__utils.cc │ ├── patch-skia_ext_platform__canvas.h │ ├── patch-skia_ext_skcolorspace__trfn.cc │ ├── patch-third__party_.gitignore │ ├── patch-third__party_abseil-cpp_absl_base_config.h │ ├── patch-third__party_abseil-cpp_absl_base_internal_raw__logging.cc │ ├── patch-third__party_abseil-cpp_absl_base_internal_sysinfo.cc │ ├── patch-third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.h │ ├── patch-third__party_abseil-cpp_absl_time_internal_cctz_src_time__zone__format.cc │ ├── patch-third__party_afl_src_afl-fuzz.c │ ├── patch-third__party_angle_BUILD.gn │ ├── patch-third__party_angle_src_common_platform.h │ ├── patch-third__party_angle_src_common_platform__helpers.h │ ├── patch-third__party_angle_src_common_system__utils.cpp │ ├── patch-third__party_angle_src_common_system__utils__linux.cpp │ ├── patch-third__party_angle_src_gpu__info__util_SystemInfo__internal.h │ ├── patch-third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp │ ├── patch-third__party_angle_src_gpu__info__util_SystemInfo__linux.cpp │ ├── patch-third__party_angle_src_gpu__info__util_SystemInfo__x11.cpp │ ├── patch-third__party_angle_src_libANGLE_Display.cpp │ ├── patch-third__party_angle_src_libANGLE_formatutils.cpp │ ├── patch-third__party_angle_src_libANGLE_renderer_gl_glx_FunctionsGLX.cpp │ ├── patch-third__party_angle_src_libANGLE_renderer_vulkan_DisplayVk__api.h │ ├── patch-third__party_angle_util_BUILD.gn │ ├── patch-third__party_blink_common_features.cc │ ├── patch-third__party_blink_common_permissions_permission__utils.cc │ ├── patch-third__party_blink_common_renderer__preferences_renderer__preferences__mojom__traits.cc │ ├── patch-third__party_blink_common_web__preferences_web__preferences__mojom__traits.cc │ ├── patch-third__party_blink_public_common_features.h │ ├── patch-third__party_blink_public_common_permissions_permission__utils.h │ ├── patch-third__party_blink_public_common_renderer__preferences_renderer__preferences.h │ ├── patch-third__party_blink_public_common_renderer__preferences_renderer__preferences__mojom__traits.h │ ├── patch-third__party_blink_public_common_web__preferences_web__preferences.h │ ├── patch-third__party_blink_public_common_web__preferences_web__preferences__mojom__traits.h │ ├── patch-third__party_blink_public_mojom_dom__storage_storage__area.mojom │ ├── patch-third__party_blink_public_mojom_page_page.mojom │ ├── patch-third__party_blink_public_mojom_webpreferences_web__preferences.mojom │ ├── patch-third__party_blink_public_platform_platform.h │ ├── patch-third__party_blink_public_platform_web__content__settings__client.h │ ├── patch-third__party_blink_public_platform_web__vector.h │ ├── patch-third__party_blink_public_web_web__blob.h │ ├── patch-third__party_blink_public_web_web__document__loader.h │ ├── patch-third__party_blink_public_web_web__local__frame.h │ ├── patch-third__party_blink_public_web_web__local__frame__client.h │ ├── patch-third__party_blink_public_web_web__message__port__converter.h │ ├── patch-third__party_blink_public_web_web__script__execution__callback.h │ ├── patch-third__party_blink_public_web_web__view.h │ ├── patch-third__party_blink_public_web_web__window__features.h │ ├── patch-third__party_blink_renderer_bindings_core_v8_local__window__proxy.cc │ ├── patch-third__party_blink_renderer_bindings_core_v8_v8__initializer.cc │ ├── patch-third__party_blink_renderer_bindings_core_v8_v8__initializer.h │ ├── patch-third__party_blink_renderer_bindings_core_v8_worker__or__worklet__script__controller.cc │ ├── patch-third__party_blink_renderer_bindings_scripts_bind__gen_style__format.py │ ├── patch-third__party_blink_renderer_build_scripts_gperf.py │ ├── patch-third__party_blink_renderer_build_scripts_run__with__pythonpath.py │ ├── patch-third__party_blink_renderer_controller_blink__initializer.cc │ ├── patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.cc │ ├── patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.h │ ├── patch-third__party_blink_renderer_core_BUILD.gn │ ├── patch-third__party_blink_renderer_core_animation_animation.cc │ ├── patch-third__party_blink_renderer_core_animation_animation.h │ ├── patch-third__party_blink_renderer_core_animation_element__animations.cc │ ├── patch-third__party_blink_renderer_core_animation_element__animations.h │ ├── patch-third__party_blink_renderer_core_css_font__face__set__document.cc │ ├── patch-third__party_blink_renderer_core_editing_build.gni │ ├── patch-third__party_blink_renderer_core_editing_commands_clipboard__commands.cc │ ├── patch-third__party_blink_renderer_core_editing_editing__behavior.cc │ ├── patch-third__party_blink_renderer_core_execution__context_navigator__base.cc │ ├── patch-third__party_blink_renderer_core_exported_web__blob.cc │ ├── patch-third__party_blink_renderer_core_exported_web__message__port__converter.cc │ ├── patch-third__party_blink_renderer_core_exported_web__view__impl.cc │ ├── patch-third__party_blink_renderer_core_exported_web__view__impl.h │ ├── patch-third__party_blink_renderer_core_frame_frame.cc │ ├── patch-third__party_blink_renderer_core_frame_local__dom__window.cc │ ├── patch-third__party_blink_renderer_core_frame_local__frame.cc │ ├── patch-third__party_blink_renderer_core_frame_local__frame.h │ ├── patch-third__party_blink_renderer_core_frame_local__frame__client.h │ ├── patch-third__party_blink_renderer_core_frame_local__frame__client__impl.cc │ ├── patch-third__party_blink_renderer_core_frame_local__frame__client__impl.h │ ├── patch-third__party_blink_renderer_core_frame_local__frame__mojo__handler.cc │ ├── patch-third__party_blink_renderer_core_frame_pausable__script__executor.cc │ ├── patch-third__party_blink_renderer_core_frame_pausable__script__executor.h │ ├── patch-third__party_blink_renderer_core_frame_web__frame__test.cc │ ├── patch-third__party_blink_renderer_core_frame_web__local__frame__impl.cc │ ├── patch-third__party_blink_renderer_core_frame_web__local__frame__impl.h │ ├── patch-third__party_blink_renderer_core_fullscreen_fullscreen.cc │ ├── patch-third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc │ ├── patch-third__party_blink_renderer_core_inspector_inspector__memory__agent.cc │ ├── patch-third__party_blink_renderer_core_layout_layout__view.cc │ ├── patch-third__party_blink_renderer_core_loader_document__loader.cc │ ├── patch-third__party_blink_renderer_core_loader_document__loader.h │ ├── patch-third__party_blink_renderer_core_loader_empty__clients.h │ ├── patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc │ ├── patch-third__party_blink_renderer_core_paint_paint__layer.cc │ ├── patch-third__party_blink_renderer_core_paint_paint__property__tree__builder.cc │ ├── patch-third__party_blink_renderer_core_paint_paint__property__tree__builder__test.cc │ ├── patch-third__party_blink_renderer_core_paint_paint__property__tree__builder__test.h │ ├── patch-third__party_blink_renderer_core_scheduler__integration__tests_virtual__time__test.cc │ ├── patch-third__party_blink_renderer_core_scroll_scrollbar__theme__aura.cc │ ├── patch-third__party_blink_renderer_core_view__transition_view__transition__test.cc │ ├── patch-third__party_blink_renderer_core_workers_worker__thread.cc │ ├── patch-third__party_blink_renderer_core_xml_xslt__processor.h │ ├── patch-third__party_blink_renderer_core_xml_xslt__processor__libxslt.cc │ ├── patch-third__party_blink_renderer_modules_media_audio_audio__device__factory.cc │ ├── patch-third__party_blink_renderer_modules_media_audio_audio__renderer__mixer__manager__test.cc │ ├── patch-third__party_blink_renderer_modules_peerconnection_rtc__data__channel.cc │ ├── patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc │ ├── patch-third__party_blink_renderer_modules_webaudio_audio__worklet__global__scope.cc │ ├── patch-third__party_blink_renderer_modules_webaudio_audio__worklet__handler.cc │ ├── patch-third__party_blink_renderer_modules_webaudio_audio__worklet__handler.h │ ├── patch-third__party_blink_renderer_modules_webaudio_audio__worklet__thread__test.cc │ ├── patch-third__party_blink_renderer_modules_webaudio_script__processor__handler.h │ ├── patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc │ ├── patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc │ ├── patch-third__party_blink_renderer_modules_websockets_websocket__channel__impl.cc │ ├── patch-third__party_blink_renderer_platform_BUILD.gn │ ├── patch-third__party_blink_renderer_platform_audio_denormal__disabler.h │ ├── patch-third__party_blink_renderer_platform_audio_denormal__disabler__test.cc │ ├── patch-third__party_blink_renderer_platform_bindings_script__state.cc │ ├── patch-third__party_blink_renderer_platform_bindings_script__state.h │ ├── patch-third__party_blink_renderer_platform_fonts_font__cache.cc │ ├── patch-third__party_blink_renderer_platform_fonts_font__cache.h │ ├── patch-third__party_blink_renderer_platform_fonts_font__description.cc │ ├── patch-third__party_blink_renderer_platform_fonts_font__metrics.cc │ ├── patch-third__party_blink_renderer_platform_fonts_font__platform__data.cc │ ├── patch-third__party_blink_renderer_platform_fonts_font__unique__name__lookup.cc │ ├── patch-third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc │ ├── patch-third__party_blink_renderer_platform_graphics_begin__frame__provider.cc │ ├── patch-third__party_blink_renderer_platform_graphics_compositing_paint__artifact__compositor.cc │ ├── patch-third__party_blink_renderer_platform_graphics_compositing_paint__artifact__compositor.h │ ├── patch-third__party_blink_renderer_platform_graphics_gpu_image__layer__bridge.cc │ ├── patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc │ ├── patch-third__party_blink_renderer_platform_instrumentation_partition__alloc__memory__dump__provider.cc │ ├── patch-third__party_blink_renderer_platform_media_multi__buffer__data__source.cc │ ├── patch-third__party_blink_renderer_platform_media_multi__buffer__data__source.h │ ├── patch-third__party_blink_renderer_platform_peerconnection_rtc__video__encoder__factory.cc │ ├── patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 │ ├── patch-third__party_blink_renderer_platform_scheduler_common_thread.cc │ ├── patch-third__party_blink_renderer_platform_widget_compositing_blink__categorized__worker__pool__delegate.cc │ ├── patch-third__party_blink_renderer_platform_widget_compositing_layer__tree__view.cc │ ├── patch-third__party_blink_renderer_platform_wtf_container__annotations.h │ ├── patch-third__party_blink_renderer_platform_wtf_math__extras.h │ ├── patch-third__party_blink_renderer_platform_wtf_stack__util.cc │ ├── patch-third__party_boringssl_BUILD.gn │ ├── patch-third__party_boringssl_src_crypto_cipher__extra_cipher__extra.c │ ├── patch-third__party_boringssl_src_crypto_digest__extra_digest__extra.c │ ├── patch-third__party_boringssl_src_crypto_fipsmodule_digest_digests.c.inc │ ├── patch-third__party_boringssl_src_decrepit_evp_evp__do__all.c │ ├── patch-third__party_boringssl_src_include_openssl_cipher.h │ ├── patch-third__party_boringssl_src_include_openssl_digest.h │ ├── patch-third__party_boringssl_src_ssl_ssl__buffer.cc │ ├── patch-third__party_boringssl_src_ssl_ssl__lib.cc │ ├── patch-third__party_brotli_common_platform.h │ ├── patch-third__party_cpuinfo_cpuinfo.gni │ ├── patch-third__party_crashpad_crashpad_build_crashpad__buildconfig.gni │ ├── patch-third__party_crashpad_crashpad_client_BUILD.gn │ ├── patch-third__party_crashpad_crashpad_client_crashpad__client__posix.cc │ ├── patch-third__party_crashpad_crashpad_minidump_minidump__misc__info__writer.cc │ ├── patch-third__party_crashpad_crashpad_util_misc_address__types.h │ ├── patch-third__party_crashpad_crashpad_util_misc_capture__context.h │ ├── patch-third__party_crashpad_crashpad_util_misc_metrics.cc │ ├── patch-third__party_crashpad_crashpad_util_misc_uuid.cc │ ├── patch-third__party_crashpad_crashpad_util_posix_close__multiple.cc │ ├── patch-third__party_crashpad_crashpad_util_posix_drop__privileges.cc │ ├── patch-third__party_crashpad_crashpad_util_posix_signals.cc │ ├── patch-third__party_crashpad_crashpad_util_posix_symbolic__constants__posix.cc │ ├── patch-third__party_crashpad_crashpad_util_win_exception__handler__server.cc │ ├── patch-third__party_crc32c_BUILD.gn │ ├── patch-third__party_dawn_include_dawn_native_VulkanBackend.h │ ├── patch-third__party_dawn_src_dawn_common_Platform.h │ ├── patch-third__party_dawn_src_dawn_native_vulkan_BackendVk.cpp │ ├── patch-third__party_devtools-frontend_src_front__end_entrypoints_main_MainImpl.ts │ ├── patch-third__party_electron__node_BUILD.gn │ ├── patch-third__party_electron__node_common.gypi │ ├── patch-third__party_electron__node_configure.py │ ├── patch-third__party_electron__node_deps_ada_BUILD.gn │ ├── patch-third__party_electron__node_deps_brotli_unofficial.gni │ ├── patch-third__party_electron__node_deps_cares_BUILD.gn │ ├── patch-third__party_electron__node_deps_googletest_BUILD.gn │ ├── patch-third__party_electron__node_deps_histogram_BUILD.gn │ ├── patch-third__party_electron__node_deps_histogram_src_hdr__atomic.h │ ├── patch-third__party_electron__node_deps_llhttp_BUILD.gn │ ├── patch-third__party_electron__node_deps_nghttp2_BUILD.gn │ ├── patch-third__party_electron__node_deps_simdjson_BUILD.gn │ ├── patch-third__party_electron__node_deps_simdutf_BUILD.gn │ ├── patch-third__party_electron__node_deps_uv_BUILD.gn │ ├── patch-third__party_electron__node_deps_uv_docs_src_loop.rst │ ├── patch-third__party_electron__node_deps_uv_include_uv.h │ ├── patch-third__party_electron__node_deps_uv_include_uv_errno.h │ ├── patch-third__party_electron__node_deps_uv_src_unix_async.c │ ├── patch-third__party_electron__node_deps_uv_src_unix_core.c │ ├── patch-third__party_electron__node_deps_uv_src_unix_loop.c │ ├── patch-third__party_electron__node_deps_uv_src_unix_pipe.c │ ├── patch-third__party_electron__node_deps_uv_src_uv-common.h │ ├── patch-third__party_electron__node_deps_uv_src_win_core.c │ ├── patch-third__party_electron__node_deps_uv_src_win_process.c │ ├── patch-third__party_electron__node_deps_uv_src_win_util.c │ ├── patch-third__party_electron__node_deps_uv_test_test-embed.c │ ├── patch-third__party_electron__node_deps_uv_test_test-list.h │ ├── patch-third__party_electron__node_deps_uv_unofficial.gni │ ├── patch-third__party_electron__node_deps_uvwasi_BUILD.gn │ ├── patch-third__party_electron__node_deps_uvwasi_src_uvwasi.c │ ├── patch-third__party_electron__node_doc_api_cli.md │ ├── patch-third__party_electron__node_electron__node.gni │ ├── patch-third__party_electron__node_filenames.json │ ├── patch-third__party_electron__node_lib_.eslintrc.yaml │ ├── patch-third__party_electron__node_lib_child__process.js │ ├── patch-third__party_electron__node_lib_internal_assert_utils.js │ ├── patch-third__party_electron__node_lib_internal_bootstrap_node.js │ ├── patch-third__party_electron__node_lib_internal_constants.js │ ├── patch-third__party_electron__node_lib_internal_fs_watchers.js │ ├── patch-third__party_electron__node_lib_internal_http.js │ ├── patch-third__party_electron__node_lib_internal_main_worker__thread.js │ ├── patch-third__party_electron__node_lib_internal_modules_cjs_loader.js │ ├── patch-third__party_electron__node_lib_internal_modules_esm_get__format.js │ ├── patch-third__party_electron__node_lib_internal_modules_esm_load.js │ ├── patch-third__party_electron__node_lib_internal_modules_esm_resolve.js │ ├── patch-third__party_electron__node_lib_internal_modules_esm_translators.js │ ├── patch-third__party_electron__node_lib_internal_modules_esm_utils.js │ ├── patch-third__party_electron__node_lib_internal_modules_package__json__reader.js │ ├── patch-third__party_electron__node_lib_internal_modules_run__main.js │ ├── patch-third__party_electron__node_lib_internal_process_pre__execution.js │ ├── patch-third__party_electron__node_lib_internal_url.js │ ├── patch-third__party_electron__node_lib_internal_worker.js │ ├── patch-third__party_electron__node_node.gypi │ ├── patch-third__party_electron__node_src_api_environment.cc │ ├── patch-third__party_electron__node_src_base__object-inl.h │ ├── patch-third__party_electron__node_src_base__object.h │ ├── patch-third__party_electron__node_src_crypto_crypto__cipher.cc │ ├── patch-third__party_electron__node_src_crypto_crypto__common.cc │ ├── patch-third__party_electron__node_src_crypto_crypto__context.cc │ ├── patch-third__party_electron__node_src_crypto_crypto__dh.cc │ ├── patch-third__party_electron__node_src_crypto_crypto__dsa.cc │ ├── patch-third__party_electron__node_src_crypto_crypto__keys.cc │ ├── patch-third__party_electron__node_src_crypto_crypto__random.cc │ ├── patch-third__party_electron__node_src_crypto_crypto__rsa.cc │ ├── patch-third__party_electron__node_src_crypto_crypto__util.cc │ ├── patch-third__party_electron__node_src_crypto_crypto__util.h │ ├── patch-third__party_electron__node_src_env-inl.h │ ├── patch-third__party_electron__node_src_env.cc │ ├── patch-third__party_electron__node_src_env.h │ ├── patch-third__party_electron__node_src_handle__wrap.cc │ ├── patch-third__party_electron__node_src_histogram.cc │ ├── patch-third__party_electron__node_src_inspector_BUILD.gn │ ├── patch-third__party_electron__node_src_module__wrap.cc │ ├── patch-third__party_electron__node_src_module__wrap.h │ ├── patch-third__party_electron__node_src_node.cc │ ├── patch-third__party_electron__node_src_node.h │ ├── patch-third__party_electron__node_src_node__binding.cc │ ├── patch-third__party_electron__node_src_node__binding.h │ ├── patch-third__party_electron__node_src_node__buffer.h │ ├── patch-third__party_electron__node_src_node__builtins.cc │ ├── patch-third__party_electron__node_src_node__builtins.h │ ├── patch-third__party_electron__node_src_node__constants.cc │ ├── patch-third__party_electron__node_src_node__contextify.cc │ ├── patch-third__party_electron__node_src_node__contextify.h │ ├── patch-third__party_electron__node_src_node__env__var.cc │ ├── patch-third__party_electron__node_src_node__errors.cc │ ├── patch-third__party_electron__node_src_node__errors.h │ ├── patch-third__party_electron__node_src_node__external__reference.h │ ├── patch-third__party_electron__node_src_node__file.cc │ ├── patch-third__party_electron__node_src_node__file.h │ ├── patch-third__party_electron__node_src_node__i18n.cc │ ├── patch-third__party_electron__node_src_node__internals.h │ ├── patch-third__party_electron__node_src_node__messaging.cc │ ├── patch-third__party_electron__node_src_node__metadata.h │ ├── patch-third__party_electron__node_src_node__options.cc │ ├── patch-third__party_electron__node_src_node__options.h │ ├── patch-third__party_electron__node_src_node__platform.cc │ ├── patch-third__party_electron__node_src_node__platform.h │ ├── patch-third__party_electron__node_src_node__process__object.cc │ ├── patch-third__party_electron__node_src_node__serdes.cc │ ├── patch-third__party_electron__node_src_node__trace__events.cc │ ├── patch-third__party_electron__node_src_node__wasi.cc │ ├── patch-third__party_electron__node_src_stream__base.cc │ ├── patch-third__party_electron__node_src_stream__base.h │ ├── patch-third__party_electron__node_src_tracing_agent.cc │ ├── patch-third__party_electron__node_src_tracing_agent.h │ ├── patch-third__party_electron__node_src_tracing_node__trace__buffer.cc │ ├── patch-third__party_electron__node_src_tracing_node__trace__writer.cc │ ├── patch-third__party_electron__node_src_tracing_node__trace__writer.h │ ├── patch-third__party_electron__node_src_tracing_trace__event.h │ ├── patch-third__party_electron__node_test_addons_cppgc-object_binding.cc │ ├── patch-third__party_electron__node_test_cctest_test__cppgc.cc │ ├── patch-third__party_electron__node_test_cctest_test__environment.cc │ ├── patch-third__party_electron__node_test_common_debugger.js │ ├── patch-third__party_electron__node_test_common_globals.js │ ├── patch-third__party_electron__node_test_es-module_test-cjs-legacyMainResolve.js │ ├── patch-third__party_electron__node_test_fixtures_errors_promise__unhandled__warn__with__error.snapshot │ ├── patch-third__party_electron__node_test_fixtures_errors_throw__error__with__getter__throw.snapshot │ ├── patch-third__party_electron__node_test_fixtures_errors_throw__null.snapshot │ ├── patch-third__party_electron__node_test_fixtures_errors_throw__undefined.snapshot │ ├── patch-third__party_electron__node_test_fixtures_eval_eval__messages.snapshot │ ├── patch-third__party_electron__node_test_fixtures_eval_stdin__messages.snapshot │ ├── patch-third__party_electron__node_test_fixtures_test-runner_output_arbitrary-output-colored.js │ ├── patch-third__party_electron__node_test_parallel_parallel.status │ ├── patch-third__party_electron__node_test_parallel_test-buffer-tostring-range.js │ ├── patch-third__party_electron__node_test_parallel_test-cli-node-options.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-async-sign-verify.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-authenticated.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-certificate.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-cipher-decipher.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-cipheriv-decipheriv.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-classes.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-dh-curves.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-dh-errors.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-dh.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-getcipherinfo.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-hash-stream-pipe.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-hash.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-hkdf.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-padding.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-rsa-dsa.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-scrypt.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-sign-verify.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-stream.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto-x509.js │ ├── patch-third__party_electron__node_test_parallel_test-crypto.js │ ├── patch-third__party_electron__node_test_parallel_test-debugger-address.mjs │ ├── patch-third__party_electron__node_test_parallel_test-debugger-break.js │ ├── patch-third__party_electron__node_test_parallel_test-debugger-random-port-with-inspect-port.js │ ├── patch-third__party_electron__node_test_parallel_test-debugger-run-after-quit-restart.js │ ├── patch-third__party_electron__node_test_parallel_test-fs-write.js │ ├── patch-third__party_electron__node_test_parallel_test-https-agent-additional-options.js │ ├── patch-third__party_electron__node_test_parallel_test-https-agent-session-eviction.js │ ├── patch-third__party_electron__node_test_parallel_test-node-output-errors.mjs │ ├── patch-third__party_electron__node_test_parallel_test-node-output-eval.mjs │ ├── patch-third__party_electron__node_test_parallel_test-node-output-v8-warning.mjs │ ├── patch-third__party_electron__node_test_parallel_test-tls-getprotocol.js │ ├── patch-third__party_electron__node_test_parallel_test-tls-write-error.js │ ├── patch-third__party_electron__node_test_parallel_test-v8-stats.js │ ├── patch-third__party_electron__node_test_parallel_test-webcrypto-derivebits.js │ ├── patch-third__party_electron__node_test_parallel_test-webcrypto-derivekey.js │ ├── patch-third__party_electron__node_test_parallel_test-webcrypto-sign-verify.js │ ├── patch-third__party_electron__node_test_parallel_test-webcrypto-wrap-unwrap.js │ ├── patch-third__party_electron__node_test_parallel_test-worker-unsupported-things.js │ ├── patch-third__party_electron__node_test_parallel_test-x509-escaping.js │ ├── patch-third__party_electron__node_test_sequential_sequential.status │ ├── patch-third__party_electron__node_test_sequential_test-debugger-pid.js │ ├── patch-third__party_electron__node_test_wpt_status_streams.json │ ├── patch-third__party_electron__node_tools_generate__gn__filenames__json.py │ ├── patch-third__party_electron__node_tools_generate__original__fs.py │ ├── patch-third__party_electron__node_tools_install.py │ ├── patch-third__party_electron__node_tools_js2c.cc │ ├── patch-third__party_engflow-reclient-configs_chromium-browser-clang_rewrapper__mac.cfg │ ├── patch-third__party_engflow-reclient-configs_chromium-browser-clang_rewrapper__windows.cfg │ ├── patch-third__party_engflow-reclient-configs_configure__reclient.py │ ├── patch-third__party_engflow-reclient-configs_python_python__remote__wrapper.template │ ├── patch-third__party_engflow-reclient-configs_python_rewrapper__linux.cfg │ ├── patch-third__party_engflow-reclient-configs_python_rewrapper__mac.cfg │ ├── patch-third__party_engflow-reclient-configs_python_rewrapper__windows.cfg │ ├── patch-third__party_engflow-reclient-configs_reproxy.cfg │ ├── patch-third__party_ffmpeg_BUILD.gn │ ├── patch-third__party_ffmpeg_libavcodec_x86_cabac.h │ ├── patch-third__party_ffmpeg_libavutil_cpu.c │ ├── patch-third__party_ffmpeg_libavutil_mem.c │ ├── patch-third__party_ffmpeg_libavutil_random__seed.c │ ├── patch-third__party_ffmpeg_libavutil_x86_x86inc.asm │ ├── patch-third__party_fontconfig_include_config.h │ ├── patch-third__party_fontconfig_src_src_fccompat.c │ ├── patch-third__party_ipcz_src_reference__drivers_random.cc │ ├── patch-third__party_ipcz_src_standalone_base_logging.cc │ ├── patch-third__party_leveldatabase_env__chromium.cc │ ├── patch-third__party_libaom_source_libaom_aom__ports_aarch64__cpudetect.c │ ├── patch-third__party_libc++_src_src_chrono.cpp │ ├── patch-third__party_libc++_src_src_filesystem_filesystem__clock.cpp │ ├── patch-third__party_libc++abi_src_src_cxa__guard__impl.h │ ├── patch-third__party_libdrm_src_xf86drmMode.c │ ├── patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton.h │ ├── patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock.h │ ├── patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_thread__checker.h │ ├── patch-third__party_libsync_src_include_sync_sync.h │ ├── patch-third__party_libsync_src_sync.c │ ├── patch-third__party_libusb_BUILD.gn │ ├── patch-third__party_libusb_src_libusb_core.c │ ├── patch-third__party_libusb_src_libusb_os_threads__posix.c │ ├── patch-third__party_libvpx_source_libvpx_vpx__ports_aarch64__cpudetect.c │ ├── patch-third__party_lzma__sdk_Asm_arm64_7zAsm.S │ ├── patch-third__party_lzma__sdk_Asm_x86_7zAsm.asm │ ├── patch-third__party_lzma__sdk_Asm_x86_7zCrcOpt.asm │ ├── patch-third__party_lzma__sdk_Asm_x86_LzmaDecOpt.asm │ ├── patch-third__party_lzma__sdk_Asm_x86_Sha256Opt.asm │ ├── patch-third__party_lzma__sdk_Asm_x86_XzCrc64Opt.asm │ ├── patch-third__party_lzma__sdk_BUILD.gn │ ├── patch-third__party_lzma__sdk_C_7z.h │ ├── patch-third__party_lzma__sdk_C_7zAlloc.c │ ├── patch-third__party_lzma__sdk_C_7zAlloc.h │ ├── patch-third__party_lzma__sdk_C_7zArcIn.c │ ├── patch-third__party_lzma__sdk_C_7zBuf.h │ ├── patch-third__party_lzma__sdk_C_7zCrc.c │ ├── patch-third__party_lzma__sdk_C_7zCrc.h │ ├── patch-third__party_lzma__sdk_C_7zCrcOpt.c │ ├── patch-third__party_lzma__sdk_C_7zDec.c │ ├── patch-third__party_lzma__sdk_C_7zFile.c │ ├── patch-third__party_lzma__sdk_C_7zFile.h │ ├── patch-third__party_lzma__sdk_C_7zStream.c │ ├── patch-third__party_lzma__sdk_C_7zTypes.h │ ├── patch-third__party_lzma__sdk_C_7zVersion.h │ ├── patch-third__party_lzma__sdk_C_7zVersion.rc │ ├── patch-third__party_lzma__sdk_C_7zWindows.h │ ├── patch-third__party_lzma__sdk_C_Alloc.c │ ├── patch-third__party_lzma__sdk_C_Alloc.h │ ├── patch-third__party_lzma__sdk_C_Bcj2.c │ ├── patch-third__party_lzma__sdk_C_Bcj2.h │ ├── patch-third__party_lzma__sdk_C_Bra.c │ ├── patch-third__party_lzma__sdk_C_Bra.h │ ├── patch-third__party_lzma__sdk_C_Bra86.c │ ├── patch-third__party_lzma__sdk_C_BraIA64.c │ ├── patch-third__party_lzma__sdk_C_Compiler.h │ ├── patch-third__party_lzma__sdk_C_CpuArch.c │ ├── patch-third__party_lzma__sdk_C_CpuArch.h │ ├── patch-third__party_lzma__sdk_C_Delta.h │ ├── patch-third__party_lzma__sdk_C_DllSecur.c │ ├── patch-third__party_lzma__sdk_C_DllSecur.h │ ├── patch-third__party_lzma__sdk_C_LzFind.c │ ├── patch-third__party_lzma__sdk_C_LzFind.h │ ├── patch-third__party_lzma__sdk_C_LzHash.h │ ├── patch-third__party_lzma__sdk_C_Lzma2Dec.c │ ├── patch-third__party_lzma__sdk_C_Lzma2Dec.h │ ├── patch-third__party_lzma__sdk_C_LzmaDec.c │ ├── patch-third__party_lzma__sdk_C_LzmaDec.h │ ├── patch-third__party_lzma__sdk_C_LzmaEnc.c │ ├── patch-third__party_lzma__sdk_C_LzmaEnc.h │ ├── patch-third__party_lzma__sdk_C_LzmaLib.c │ ├── patch-third__party_lzma__sdk_C_LzmaLib.h │ ├── patch-third__party_lzma__sdk_C_Precomp.h │ ├── patch-third__party_lzma__sdk_C_RotateDefs.h │ ├── patch-third__party_lzma__sdk_C_Sha256.c │ ├── patch-third__party_lzma__sdk_C_Sha256.h │ ├── patch-third__party_lzma__sdk_C_Sha256Opt.c │ ├── patch-third__party_lzma__sdk_C_Util_SfxSetup_BUILD.gn │ ├── patch-third__party_lzma__sdk_C_Util_SfxSetup_Precomp.h │ ├── patch-third__party_lzma__sdk_C_Util_SfxSetup_SfxSetup.c │ ├── patch-third__party_lzma__sdk_C_Util_SfxSetup_chromium.patch │ ├── patch-third__party_lzma__sdk_C_Xz.c │ ├── patch-third__party_lzma__sdk_C_Xz.h │ ├── patch-third__party_lzma__sdk_C_XzCrc64.c │ ├── patch-third__party_lzma__sdk_C_XzCrc64.h │ ├── patch-third__party_lzma__sdk_C_XzCrc64Opt.c │ ├── patch-third__party_lzma__sdk_C_XzDec.c │ ├── patch-third__party_lzma__sdk_C_XzIn.c │ ├── patch-third__party_lzma__sdk_DEPS │ ├── patch-third__party_lzma__sdk_README.chromium │ ├── patch-third__party_lzma__sdk_chromium.patch │ ├── patch-third__party_lzma__sdk_chromium__ubsan.patch │ ├── patch-third__party_lzma__sdk_google_seven__zip__reader.cc │ ├── patch-third__party_lzma__sdk_google_seven__zip__reader__unittest.cc │ ├── patch-third__party_material__color__utilities_src_cpp_palettes_tones.cc │ ├── patch-third__party_nan_nan.h │ ├── patch-third__party_nan_nan__callbacks__12__inl.h │ ├── patch-third__party_nan_nan__persistent__12__inl.h │ ├── patch-third__party_nan_nan__scriptorigin.h │ ├── patch-third__party_nan_test_cpp_indexedinterceptors.cpp │ ├── patch-third__party_nan_test_cpp_namedinterceptors.cpp │ ├── patch-third__party_nan_test_cpp_news.cpp │ ├── patch-third__party_nan_test_js_accessors-test.js │ ├── patch-third__party_nasm_BUILD.gn │ ├── patch-third__party_nasm_config_config-linux.h │ ├── patch-third__party_node_node.gni │ ├── patch-third__party_node_node.py │ ├── patch-third__party_pdfium_core_fxge_cfx__fontmapper.cpp │ ├── patch-third__party_pdfium_core_fxge_linux_fx__linux__impl.cpp │ ├── patch-third__party_pdfium_fxjs_fx__date__helpers.cpp │ ├── patch-third__party_pdfium_pdfium.gni │ ├── patch-third__party_pdfium_xfa_fxfa_parser_cxfa__timezoneprovider.cpp │ ├── patch-third__party_perfetto_include_perfetto_base_build__config.h │ ├── patch-third__party_perfetto_include_perfetto_base_thread__utils.h │ ├── patch-third__party_perfetto_include_perfetto_base_time.h │ ├── patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h │ ├── patch-third__party_perfetto_include_perfetto_ext_base_sys__types.h │ ├── patch-third__party_perfetto_include_perfetto_ext_base_thread__utils.h │ ├── patch-third__party_perfetto_include_perfetto_tracing_internal_track__event__legacy.h │ ├── patch-third__party_perfetto_protos_perfetto_trace_ftrace_v4l2.proto │ ├── patch-third__party_perfetto_src_base_clock__snapshots.cc │ ├── patch-third__party_perfetto_src_base_event__fd.cc │ ├── patch-third__party_perfetto_src_base_periodic__task.cc │ ├── patch-third__party_perfetto_src_base_string__utils.cc │ ├── patch-third__party_perfetto_src_base_subprocess__posix.cc │ ├── patch-third__party_perfetto_src_base_test_vm__test__utils.cc │ ├── patch-third__party_perfetto_src_base_thread__task__runner.cc │ ├── patch-third__party_perfetto_src_base_unix__socket.cc │ ├── patch-third__party_perfetto_src_base_utils.cc │ ├── patch-third__party_perfetto_src_trace__processor_importers_ftrace_v4l2__tracker.cc │ ├── patch-third__party_perfetto_src_tracing_ipc_memfd.cc │ ├── patch-third__party_perfetto_src_tracing_platform__posix.cc │ ├── patch-third__party_perfetto_src_tracing_track.cc │ ├── patch-third__party_protobuf_src_google_protobuf_stubs_platform__macros.h │ ├── patch-third__party_skia_src_gpu_ganesh_GrAutoLocaleSetter.h │ ├── patch-third__party_skia_src_ports_SkMemory__malloc.cpp │ ├── patch-third__party_skia_src_ports_SkOSFile__posix.cpp │ ├── patch-third__party_speech-dispatcher_libspeechd__version.h │ ├── patch-third__party_speech-dispatcher_speechd__types.h │ ├── patch-third__party_sqlite_BUILD.gn │ ├── patch-third__party_sqlite_src_amalgamation__dev_sqlite3.c │ ├── patch-third__party_sqlite_src_amalgamation_sqlite3.c │ ├── patch-third__party_squirrel.mac_.gitignore │ ├── patch-third__party_squirrel.mac_BUILD.gn │ ├── patch-third__party_squirrel.mac_Squirrel_RACSignal+SQRLTransactionExtensions.h │ ├── patch-third__party_squirrel.mac_Squirrel_RACSignal+SQRLTransactionExtensions.m │ ├── patch-third__party_squirrel.mac_Squirrel_SQRLCodeSignature.m │ ├── patch-third__party_squirrel.mac_Squirrel_SQRLDirectoryManager.m │ ├── patch-third__party_squirrel.mac_Squirrel_SQRLDownloadedUpdate.m │ ├── patch-third__party_squirrel.mac_Squirrel_SQRLInstaller.h │ ├── patch-third__party_squirrel.mac_Squirrel_SQRLInstaller.m │ ├── patch-third__party_squirrel.mac_Squirrel_SQRLShipItLauncher.m │ ├── patch-third__party_squirrel.mac_Squirrel_SQRLShipItRequest.m │ ├── patch-third__party_squirrel.mac_Squirrel_SQRLTerminationListener.m │ ├── patch-third__party_squirrel.mac_Squirrel_SQRLUpdate.m │ ├── patch-third__party_squirrel.mac_Squirrel_SQRLUpdater.h │ ├── patch-third__party_squirrel.mac_Squirrel_SQRLUpdater.m │ ├── patch-third__party_squirrel.mac_Squirrel_SQRLZipArchiver.m │ ├── patch-third__party_squirrel.mac_Squirrel_ShipIt-main.m │ ├── patch-third__party_squirrel.mac_build_xcrun.gni │ ├── patch-third__party_squirrel.mac_build_xcrun.py │ ├── patch-third__party_squirrel.mac_filenames.gni │ ├── patch-third__party_squirrel.mac_vendor_Mantle_Mantle_Mantle.h │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_NSControl+RACTextSignalSupport.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_NSNotificationCenter+RACSupport.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_NSObject+RACAppKitBindings.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_NSObject+RACKVOWrapper.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_NSObject+RACLifting.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_NSObject+RACPropertySubscribing.h │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_NSObject+RACPropertySubscribing.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_NSObject+RACSelectorSignal.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_NSText+RACSignalSupport.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_NSUserDefaults+RACSupport.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_RACCommand.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_RACDynamicSignal.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_RACKVOChannel.h │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_RACKVOChannel.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_RACQueueScheduler.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_RACSubject.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_RACSubscriber.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_RACSubscriptingAssignmentTrampoline.h │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_RACTestScheduler.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_RACTuple.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_RACUnarySequence.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_UIBarButtonItem+RACCommandSupport.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_UIButton+RACCommandSupport.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_UIControl+RACSignalSupport.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_UIDatePicker+RACSignalSupport.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_UIGestureRecognizer+RACSignalSupport.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_UIRefreshControl+RACCommandSupport.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_UISegmentedControl+RACSignalSupport.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_UISlider+RACSignalSupport.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_UIStepper+RACSignalSupport.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_UISwitch+RACSignalSupport.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_UITextField+RACSignalSupport.m │ ├── patch-third__party_squirrel.mac_vendor_ReactiveObjC_ReactiveObjC_UITextView+RACSignalSupport.m │ ├── patch-third__party_swiftshader_src_Reactor_Debug.cpp │ ├── patch-third__party_swiftshader_src_System_Configurator.cpp │ ├── patch-third__party_swiftshader_src_System_Linux_MemFd.cpp │ ├── patch-third__party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux.hpp │ ├── patch-third__party_swiftshader_src_WSI_libXCB.cpp │ ├── patch-third__party_swiftshader_third__party_llvm-10.0_configs_linux_include_llvm_Config_config.h │ ├── patch-third__party_swiftshader_third__party_llvm-subzero_build_Linux_include_llvm_Config_config.h │ ├── patch-third__party_swiftshader_third__party_marl_src_memory.cpp │ ├── patch-third__party_swiftshader_third__party_marl_src_thread.cpp │ ├── patch-third__party_test__fonts_fontconfig_BUILD.gn │ ├── patch-third__party_test__fonts_fontconfig_fontconfig__util__linux.cc │ ├── patch-third__party_test__fonts_fontconfig_generate__fontconfig__caches.cc │ ├── patch-third__party_tflite_features.gni │ ├── patch-third__party_unrar_src_crc.cpp │ ├── patch-third__party_unrar_src_crypt.cpp │ ├── patch-third__party_unrar_src_os.hpp │ ├── patch-third__party_unrar_src_rijndael.cpp │ ├── patch-third__party_vulkan-validation-layers_src_layers_external_vma_vk__mem__alloc.h │ ├── patch-third__party_vulkan-validation-layers_src_layers_vulkan_generated_vk__function__pointers.cpp │ ├── patch-third__party_vulkan__memory__allocator_include_vk__mem__alloc.h │ ├── patch-third__party_wayland_BUILD.gn │ ├── patch-third__party_wayland_include_config.h │ ├── patch-third__party_webrtc_BUILD.gn │ ├── patch-third__party_webrtc_modules_audio__device_BUILD.gn │ ├── patch-third__party_webrtc_modules_desktop__capture_desktop__capturer.cc │ ├── patch-third__party_webrtc_modules_desktop__capture_linux_wayland_base__capturer__pipewire.cc │ ├── patch-third__party_webrtc_modules_desktop__capture_linux_wayland_egl__dmabuf.cc │ ├── patch-third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc │ ├── patch-third__party_webrtc_modules_desktop__capture_screen__capturer__linux.cc │ ├── patch-third__party_webrtc_modules_desktop__capture_window__capturer__linux.cc │ ├── patch-third__party_webrtc_modules_video__capture_linux_pipewire__session.cc │ ├── patch-third__party_webrtc_modules_video__coding_codecs_av1_libaom__av1__encoder.cc │ ├── patch-third__party_webrtc_rtc__base_byte__order.h │ ├── patch-third__party_webrtc_rtc__base_ip__address.cc │ ├── patch-third__party_webrtc_rtc__base_net__test__helpers.cc │ ├── patch-third__party_webrtc_rtc__base_network.cc │ ├── patch-third__party_webrtc_rtc__base_physical__socket__server.cc │ ├── patch-third__party_webrtc_rtc__base_physical__socket__server.h │ ├── patch-third__party_webrtc_rtc__base_platform__thread__types.cc │ ├── patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h │ ├── patch-third__party_webrtc_system__wrappers_BUILD.gn │ ├── patch-third__party_widevine_cdm_widevine.gni │ ├── patch-third__party_zlib_BUILD.gn │ ├── patch-third__party_zlib_cpu__features.c │ ├── patch-tools_clang_scripts_update.py │ ├── patch-tools_generate__shim__headers_generate__shim__headers.py │ ├── patch-tools_generate__stubs_rules.gni │ ├── patch-tools_gn_build_build__linux.ninja.template │ ├── patch-tools_gn_build_gen.py │ ├── patch-tools_gn_src_base_files_file__posix.cc │ ├── patch-tools_gn_src_gn_version.h │ ├── patch-tools_gn_src_util_exe__path.cc │ ├── patch-tools_grit_grit_node_base.py │ ├── patch-tools_gritsettings_resource__ids.spec │ ├── patch-tools_json__schema__compiler_cpp__bundle__generator.py │ ├── patch-tools_json__schema__compiler_feature__compiler.py │ ├── patch-tools_licenses_licenses.py │ ├── patch-tools_memory_partition__allocator_inspect__utils.h │ ├── patch-tools_perf_chrome__telemetry__build_BUILD.gn │ ├── patch-tools_protoc__wrapper_protoc__wrapper.py │ ├── patch-tools_v8__context__snapshot_BUILD.gn │ ├── patch-tools_variations_fieldtrial__to__struct.py │ ├── patch-ui_accelerated__widget__mac_BUILD.gn │ ├── patch-ui_accelerated__widget__mac_ca__layer__tree__coordinator.h │ ├── patch-ui_accelerated__widget__mac_ca__layer__tree__coordinator.mm │ ├── patch-ui_accelerated__widget__mac_display__ca__layer__tree.mm │ ├── patch-ui_accessibility_platform_BUILD.gn │ ├── patch-ui_accessibility_platform_browser__accessibility__manager__mac.mm │ ├── patch-ui_accessibility_platform_inspect_ax__transform__mac.mm │ ├── patch-ui_aura_client_drag__drop__client.h │ ├── patch-ui_aura_screen__ozone.cc │ ├── patch-ui_aura_screen__ozone.h │ ├── patch-ui_base_BUILD.gn │ ├── patch-ui_base_accelerators_accelerator.cc │ ├── patch-ui_base_accelerators_accelerator.h │ ├── patch-ui_base_accelerators_accelerator__unittest.cc │ ├── patch-ui_base_accelerators_media__keys__listener.cc │ ├── patch-ui_base_accelerators_media__keys__listener__mac.mm │ ├── patch-ui_base_clipboard_clipboard__constants.cc │ ├── patch-ui_base_clipboard_clipboard__constants.h │ ├── patch-ui_base_clipboard_clipboard__non__backed.cc │ ├── patch-ui_base_clipboard_scoped__clipboard__writer.cc │ ├── patch-ui_base_clipboard_scoped__clipboard__writer.h │ ├── patch-ui_base_cocoa_remote__accessibility__api.h │ ├── patch-ui_base_cocoa_remote__layer__api.h │ ├── patch-ui_base_cocoa_remote__layer__api.mm │ ├── patch-ui_base_cursor_cursor__factory.cc │ ├── patch-ui_base_cursor_cursor__factory.h │ ├── patch-ui_base_dragdrop_os__exchange__data__provider__factory.cc │ ├── patch-ui_base_dragdrop_os__exchange__data__provider__non__backed.cc │ ├── patch-ui_base_ime_dummy__text__input__client.cc │ ├── patch-ui_base_ime_dummy__text__input__client.h │ ├── patch-ui_base_ime_fake__text__input__client.cc │ ├── patch-ui_base_ime_fake__text__input__client.h │ ├── patch-ui_base_ime_init_input__method__initializer.cc │ ├── patch-ui_base_ime_linux_linux__input__method__context__factory.cc │ ├── patch-ui_base_ime_text__input__client.h │ ├── patch-ui_base_resource_resource__bundle.cc │ ├── patch-ui_base_test_skia__gold__pixel__diff.cc │ ├── patch-ui_base_test_ui__controls.h │ ├── patch-ui_base_ui__base__features.cc │ ├── patch-ui_base_ui__base__features.h │ ├── patch-ui_base_ui__base__switches.cc │ ├── patch-ui_base_ui__base__switches.h │ ├── patch-ui_base_webui_web__ui__util.cc │ ├── patch-ui_base_x_x11__cursor__factory.cc │ ├── patch-ui_base_x_x11__cursor__factory.h │ ├── patch-ui_base_x_x11__cursor__loader.cc │ ├── patch-ui_base_x_x11__display__manager.cc │ ├── patch-ui_base_x_x11__global__shortcut__listener.cc │ ├── patch-ui_base_x_x11__global__shortcut__listener.h │ ├── patch-ui_base_x_x11__shm__image__pool.cc │ ├── patch-ui_color_color__id.h │ ├── patch-ui_color_color__provider__utils.cc │ ├── patch-ui_color_system__theme.h │ ├── patch-ui_color_ui__color__mixer.cc │ ├── patch-ui_color_win_native__color__mixers__win.cc │ ├── patch-ui_compositor_compositor.cc │ ├── patch-ui_compositor_compositor.h │ ├── patch-ui_compositor_compositor__observer.h │ ├── patch-ui_display_BUILD.gn │ ├── patch-ui_display_mac_screen__mac.mm │ ├── patch-ui_display_screen.cc │ ├── patch-ui_display_screen.h │ ├── patch-ui_events_devices_x11_device__data__manager__x11.cc │ ├── patch-ui_events_event.cc │ ├── patch-ui_events_event.h │ ├── patch-ui_events_event__switches.cc │ ├── patch-ui_events_event__switches.h │ ├── patch-ui_events_keycodes_dom_keycode__converter.cc │ ├── patch-ui_events_keycodes_dom_keycode__converter.h │ ├── patch-ui_events_x_events__x__utils.cc │ ├── patch-ui_gfx_BUILD.gn │ ├── patch-ui_gfx_ca__layer__params.h │ ├── patch-ui_gfx_canvas__skia.cc │ ├── patch-ui_gfx_font__fallback__linux.cc │ ├── patch-ui_gfx_font__render__params.h │ ├── patch-ui_gfx_font__render__params__linux.cc │ ├── patch-ui_gfx_font__util.cc │ ├── patch-ui_gfx_gpu__memory__buffer.cc │ ├── patch-ui_gfx_gpu__memory__buffer.h │ ├── patch-ui_gfx_linux_dmabuf__uapi.h │ ├── patch-ui_gfx_linux_gbm__wrapper.cc │ ├── patch-ui_gfx_mojom_buffer__types__mojom__traits.cc │ ├── patch-ui_gfx_mojom_ca__layer__params.mojom │ ├── patch-ui_gfx_mojom_ca__layer__params__mojom__traits.cc │ ├── patch-ui_gfx_mojom_ca__layer__params__mojom__traits.h │ ├── patch-ui_gfx_mojom_native__handle__types__mojom__traits.cc │ ├── patch-ui_gfx_mojom_native__handle__types__mojom__traits.h │ ├── patch-ui_gfx_native__pixmap__handle.cc │ ├── patch-ui_gfx_native__pixmap__handle.h │ ├── patch-ui_gfx_native__widget__types.h │ ├── patch-ui_gfx_platform__font__mac.mm │ ├── patch-ui_gfx_platform__font__skia.cc │ ├── patch-ui_gfx_render__text__api__fuzzer.cc │ ├── patch-ui_gfx_render__text__fuzzer.cc │ ├── patch-ui_gfx_switches.cc │ ├── patch-ui_gfx_switches.h │ ├── patch-ui_gfx_x_atom__cache.cc │ ├── patch-ui_gfx_x_generated__protos_dri3.cc │ ├── patch-ui_gfx_x_generated__protos_shm.cc │ ├── patch-ui_gfx_x_xlib__support.cc │ ├── patch-ui_gl_BUILD.gn │ ├── patch-ui_gl_gl__context.cc │ ├── patch-ui_gl_gl__fence.cc │ ├── patch-ui_gl_gl__implementation.cc │ ├── patch-ui_gl_gl__switches.cc │ ├── patch-ui_gl_sync__control__vsync__provider.cc │ ├── patch-ui_gl_sync__control__vsync__provider.h │ ├── patch-ui_gtk_gtk__compat.cc │ ├── patch-ui_gtk_gtk__compat.h │ ├── patch-ui_gtk_gtk__ui.cc │ ├── patch-ui_gtk_gtk__ui.h │ ├── patch-ui_gtk_printing_print__dialog__gtk.cc │ ├── patch-ui_gtk_select__file__dialog__linux__gtk.cc │ ├── patch-ui_gtk_select__file__dialog__linux__gtk.h │ ├── patch-ui_gtk_window__frame__provider__gtk.cc │ ├── patch-ui_gtk_window__frame__provider__gtk.h │ ├── patch-ui_linux_fallback__linux__ui.cc │ ├── patch-ui_linux_fallback__linux__ui.h │ ├── patch-ui_linux_linux__ui.h │ ├── patch-ui_menus_simple__menu__model.cc │ ├── patch-ui_menus_simple__menu__model.h │ ├── patch-ui_message__center_views_message__popup__view.cc │ ├── patch-ui_native__theme_native__theme.cc │ ├── patch-ui_native__theme_native__theme.h │ ├── patch-ui_native__theme_native__theme__base.cc │ ├── patch-ui_native__theme_native__theme__features.cc │ ├── patch-ui_native__theme_native__theme__win.cc │ ├── patch-ui_ozone_common_egl__util.cc │ ├── patch-ui_ozone_platform_headless_headless__surface__factory.cc │ ├── patch-ui_ozone_platform_headless_ozone__platform__headless.cc │ ├── patch-ui_ozone_platform_headless_vulkan__implementation__headless.cc │ ├── patch-ui_ozone_platform_wayland_common_wayland__util.cc │ ├── patch-ui_ozone_platform_wayland_emulate_wayland__input__emulate.cc │ ├── patch-ui_ozone_platform_wayland_emulate_wayland__input__emulate.h │ ├── patch-ui_ozone_platform_wayland_gpu_vulkan__implementation__wayland.cc │ ├── patch-ui_ozone_platform_wayland_host_wayland__connection.cc │ ├── patch-ui_ozone_platform_wayland_host_wayland__input__method__context.cc │ ├── patch-ui_ozone_platform_wayland_host_wayland__input__method__context__unittest.cc │ ├── patch-ui_ozone_platform_wayland_host_wayland__popup.cc │ ├── patch-ui_ozone_platform_wayland_host_wayland__toplevel__window.cc │ ├── patch-ui_ozone_platform_wayland_host_wayland__toplevel__window.h │ ├── patch-ui_ozone_platform_wayland_host_wayland__window.cc │ ├── patch-ui_ozone_platform_wayland_host_wayland__window.h │ ├── patch-ui_ozone_platform_wayland_host_zwp__text__input__wrapper__v1.cc │ ├── patch-ui_ozone_platform_wayland_ozone__platform__wayland.cc │ ├── patch-ui_ozone_platform_x11_BUILD.gn │ ├── patch-ui_ozone_platform_x11_ozone__platform__x11.cc │ ├── patch-ui_ozone_platform_x11_vulkan__implementation__x11.cc │ ├── patch-ui_ozone_platform_x11_x11__global__shortcut__listener__ozone.cc │ ├── patch-ui_ozone_platform_x11_x11__global__shortcut__listener__ozone.h │ ├── patch-ui_ozone_platform_x11_x11__screen__ozone.cc │ ├── patch-ui_ozone_platform_x11_x11__screen__ozone.h │ ├── patch-ui_ozone_platform_x11_x11__window.cc │ ├── patch-ui_ozone_public_ozone__platform.h │ ├── patch-ui_ozone_public_platform__global__shortcut__listener.h │ ├── patch-ui_ozone_test_mock__platform__window__delegate.h │ ├── patch-ui_platform__window_platform__window__delegate.cc │ ├── patch-ui_platform__window_platform__window__delegate.h │ ├── patch-ui_platform__window_platform__window__init__properties.h │ ├── patch-ui_qt_BUILD.gn │ ├── patch-ui_qt_qt.gni │ ├── patch-ui_qt_qt__ui.cc │ ├── patch-ui_qt_qt__ui.h │ ├── patch-ui_shell__dialogs_select__file__dialog.h │ ├── patch-ui_shell__dialogs_select__file__dialog__linux.cc │ ├── patch-ui_shell__dialogs_select__file__dialog__linux.h │ ├── patch-ui_shell__dialogs_select__file__dialog__linux__kde.cc │ ├── patch-ui_shell__dialogs_select__file__dialog__linux__portal.cc │ ├── patch-ui_shell__dialogs_select__file__dialog__linux__portal.h │ ├── patch-ui_strings_translations_app__locale__settings__bn.xtb │ ├── patch-ui_strings_translations_app__locale__settings__ja.xtb │ ├── patch-ui_strings_translations_app__locale__settings__ko.xtb │ ├── patch-ui_strings_translations_app__locale__settings__ml.xtb │ ├── patch-ui_strings_translations_app__locale__settings__th.xtb │ ├── patch-ui_strings_translations_app__locale__settings__zh-CN.xtb │ ├── patch-ui_strings_translations_app__locale__settings__zh-TW.xtb │ ├── patch-ui_strings_ui__strings.grd │ ├── patch-ui_views_BUILD.gn │ ├── patch-ui_views_cocoa_native__widget__mac__ns__window__host.h │ ├── patch-ui_views_cocoa_native__widget__mac__ns__window__host.mm │ ├── patch-ui_views_controls_button_label__button.cc │ ├── patch-ui_views_controls_menu_menu__controller.cc │ ├── patch-ui_views_controls_menu_menu__controller.h │ ├── patch-ui_views_controls_menu_menu__runner.cc │ ├── patch-ui_views_controls_menu_menu__runner__impl.cc │ ├── patch-ui_views_controls_menu_menu__runner__impl.h │ ├── patch-ui_views_controls_menu_menu__runner__impl__adapter.cc │ ├── patch-ui_views_controls_menu_menu__runner__impl__adapter.h │ ├── patch-ui_views_controls_menu_menu__runner__impl__cocoa.h │ ├── patch-ui_views_controls_menu_menu__runner__impl__cocoa.mm │ ├── patch-ui_views_controls_menu_menu__runner__impl__interface.h │ ├── patch-ui_views_controls_menu_menu__runner__impl__mac.h │ ├── patch-ui_views_controls_menu_menu__runner__impl__mac.mm │ ├── patch-ui_views_controls_menu_menu__runner__impl__remote__cocoa.h │ ├── patch-ui_views_controls_menu_menu__runner__impl__remote__cocoa.mm │ ├── patch-ui_views_controls_prefix__selector.cc │ ├── patch-ui_views_controls_prefix__selector.h │ ├── patch-ui_views_controls_textfield_textfield.cc │ ├── patch-ui_views_controls_textfield_textfield.h │ ├── patch-ui_views_controls_webview_BUILD.gn │ ├── patch-ui_views_controls_webview_web__dialog__view.cc │ ├── patch-ui_views_controls_webview_web__dialog__view.h │ ├── patch-ui_views_corewm_tooltip__aura.cc │ ├── patch-ui_views_examples_widget__example.cc │ ├── patch-ui_views_focus_focus__manager.cc │ ├── patch-ui_views_style_platform__style.cc │ ├── patch-ui_views_test_ui__controls__factory__desktop__aura__ozone.cc │ ├── patch-ui_views_views__delegate.cc │ ├── patch-ui_views_views__delegate.h │ ├── patch-ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.cc │ ├── patch-ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.h │ ├── patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc │ ├── patch-ui_views_widget_desktop__aura_desktop__window__tree__host__win.cc │ ├── patch-ui_views_widget_desktop__aura_desktop__window__tree__host__win.h │ ├── patch-ui_views_widget_root__view.cc │ ├── patch-ui_views_widget_widget.cc │ ├── patch-ui_views_win_hwnd__message__handler.cc │ ├── patch-ui_views_win_hwnd__message__handler__delegate.h │ ├── patch-ui_views_window_custom__frame__view.cc │ ├── patch-ui_views_window_dialog__delegate.cc │ ├── patch-ui_views_window_frame__background.cc │ ├── patch-ui_views_window_frame__caption__button.cc │ ├── patch-ui_views_window_frame__caption__button.h │ ├── patch-url_url__util.cc │ ├── patch-url_url__util.h │ ├── patch-v8_BUILD.gn │ ├── patch-v8_include_v8-fast-api-calls.h │ ├── patch-v8_include_v8-internal.h │ ├── patch-v8_include_v8-microtask-queue.h │ ├── patch-v8_include_v8-object.h │ ├── patch-v8_include_v8config.h │ ├── patch-v8_src_api_api.cc │ ├── patch-v8_src_base_atomicops.h │ ├── patch-v8_src_base_platform_memory.h │ ├── patch-v8_src_base_platform_platform-freebsd.cc │ ├── patch-v8_src_base_platform_platform-openbsd.cc │ ├── patch-v8_src_base_platform_platform-posix.cc │ ├── patch-v8_src_base_small-vector.h │ ├── patch-v8_src_base_strings.h │ ├── patch-v8_src_base_sys-info.cc │ ├── patch-v8_src_base_utils_random-number-generator.cc │ ├── patch-v8_src_builtins_x64_builtins-x64.cc │ ├── patch-v8_src_compiler_escape-analysis.cc │ ├── patch-v8_src_diagnostics_perf-jit.cc │ ├── patch-v8_src_diagnostics_perf-jit.h │ ├── patch-v8_src_execution_isolate.cc │ ├── patch-v8_src_execution_microtask-queue.h │ ├── patch-v8_src_flags_flags.cc │ ├── patch-v8_src_libsampler_sampler.cc │ ├── patch-v8_src_maglev_maglev-graph-builder.cc │ ├── patch-v8_src_sandbox_sandbox.cc │ ├── patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc │ ├── patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.h │ ├── patch-v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc │ ├── patch-v8_src_trap-handler_handler-inside-posix.cc │ ├── patch-v8_src_trap-handler_handler-inside-posix.h │ ├── patch-v8_src_trap-handler_trap-handler.h │ ├── patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl.h │ ├── patch-v8_tools_run-paxctl.py │ └── patch-v8_tools_run.py └── platform.mk ├── elegent ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── elementary-calculator ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── elementary-code ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── elfhash-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-elf.h ├── elinks-dev ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_util_memory.c ├── elinks-libmm ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── malloca.c │ ├── malloca.h │ ├── memory.c │ └── memory.h ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ └── patch-al ├── elixir-cross-ref ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-data.py │ ├── patch-script.sh │ └── patch-update.py ├── elk ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ae ├── elmerfem ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-fem_src_modules_DCRComplexSolve.F90 ├── elogind ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── elpa ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-configure ├── elscreen-git ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── emacs-compat ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── emacs-git ├── DESCR ├── Makefile ├── PLIST ├── PLIST.cocoa ├── PLIST.gnustep ├── TODO ├── buildlink3.mk ├── files │ └── site-init.el └── options.mk ├── emacs-nox11-git └── Makefile ├── emacs-pr-el ├── DESCR ├── Makefile ├── PLIST └── files │ └── emacs-pr.el ├── emacs-session ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── emacs-viewer-git ├── DESCR ├── Makefile ├── PLIST └── TODO ├── emacs-w3m-cvs ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-w3m.el ├── emacs-w3m ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── email-oauth2-proxy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── emerald-themes ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── emerald ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-aa ├── emirror ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── emokit ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── emovix ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── end_of_eden ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── engauge-digitizer ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_main.cpp ├── enigma ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── enigma2000 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── enlightenment-current ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-data_etc_meson.build │ ├── patch-meson.build │ ├── patch-src_bin_e__ckpasswd__main.c │ ├── patch-src_bin_e__signals.c │ ├── patch-src_bin_e__sys__main.c │ ├── patch-src_bin_e__util__suid.h │ ├── patch-src_bin_system_e__system__acpi.c │ ├── patch-src_bin_system_e__system__main.c │ ├── patch-src_bin_system_e__system__power.c │ ├── patch-src_modules_battery_e__mod__main.c │ ├── patch-src_modules_battery_e__mod__main.h │ ├── patch-src_modules_battery_e__mod__upower.c │ ├── patch-src_modules_conf__menus_e__int__config__menus.c │ ├── patch-src_modules_procstats_e__mod__main.c │ ├── patch-src_modules_procstats_process.c │ ├── patch-src_modules_wizard_page__011.c │ ├── patch-src_modules_wizard_page__120.c │ └── patch-src_modules_xkbswitch_e__mod__parse.c ├── enlightenment-desktop ├── DESCR ├── Makefile └── TODO ├── enlisp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── entityx ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-entityx_3rdparty_catch.hpp ├── eolie ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── eor ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── eot ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── epacts ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-Makefile.am │ ├── patch-data_Makefile │ ├── patch-data_Makefile.in │ └── patch-src_FreqTable.h ├── ephoto ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── epiphany ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-lib_contrib_gnome-languages.c │ └── patch-lib_ephy-sync-utils.c ├── epix ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── epson-inkjet-printer-escpr ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_linux__cmn.c ├── epson-inkjet-printer-escpr2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_linux__cmn.c ├── erlang-basho ├── DESCR ├── MESSAGE ├── Makefile ├── Makefile.versions ├── PLIST ├── PLIST.Linux ├── PLIST.SunOS ├── buildlink3.mk ├── distinfo ├── hacks.mk ├── options.mk └── patches │ ├── patch-ab │ ├── patch-ai │ ├── patch-am │ ├── patch-ao │ ├── patch-ay │ ├── patch-configure.in │ ├── patch-erts_configure.in │ ├── patch-lib_diameter_src_Makefile │ └── patch-make_output.mk.in ├── erlang-git ├── DESCR ├── Makefile ├── Makefile.versions ├── PLIST ├── PLIST.SunOS ├── PLIST.java ├── buildlink3.mk ├── distinfo ├── files │ └── smf │ │ └── manifest.xml ├── hacks.mk ├── module.mk ├── options.mk ├── patches │ ├── patch-ab │ ├── patch-ay │ ├── patch-erts_emulator_drivers_common_inet__drv.c │ ├── patch-erts_emulator_sys_unix_sys__uds.c │ ├── patch-erts_etc_unix_run__erl.c │ ├── patch-erts_lib__src_common_erl__printf.c │ ├── patch-lib_crypto_c__src_Makefile.in │ └── patch-make_output.mk.in └── versions.mk ├── err113 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── es40-cvs ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── files │ └── es40-netbsd.cfg ├── es40-firmware ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── esdl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── et ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── ethersync ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk └── distinfo ├── ethtool ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── etoile-core ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ └── patch-ah ├── etoile-services ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── etoile ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── etos ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── eureka1 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── README ├── distinfo ├── options.mk └── patches │ ├── patch-src_e__basis.cc │ ├── patch-src_e__objects.cc │ ├── patch-src_m__files.cc │ ├── patch-src_main.cc │ └── patch-src_ui__replace.cc ├── eventd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ever-note-mode ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO └── distinfo ├── evilvte ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── evisum ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-src_bin_system_filesystems.c │ └── patch-src_bin_system_process.c ├── evolution-data-server ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-cmake_modules_FindKRB5.cmake ├── evolution ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── ewm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── exabgp4 ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── exabgp.env │ └── exabgp.sh └── patches │ ├── patch-lib_exabgp_reactor_daemon.py │ └── patch-setup.py ├── exact-image ├── DESCR ├── Makefile ├── NOTES ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-aa ├── exhume ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── exomizer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── exonerate ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── expiretable ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── exult-snapshot ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-macosx_exult__studio__launcher.sh ├── ez-pine-gpg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ezbounce ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── ezbounce.sh ├── options.mk └── patches │ └── patch-src_util_timer.cc ├── f1spirit ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── f1spirit └── patches │ ├── patch-F1Shttp.cpp │ └── patch-build_linux_Makefile ├── f2bgl ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── f3 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-Makefile ├── faast ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── facedetect ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-facedetect ├── fairymax ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── fakenes ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-ab ├── fala ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── falcons-eye2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fallout1-ce ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ └── patch-third__party_fpattern_CMakeLists.txt ├── fallout2-ce ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ └── patch-third__party_fpattern_CMakeLists.txt ├── famsa ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-core_profile.h │ └── patch-makefile ├── farsi-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fasda-utils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fasda ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fasm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fasta ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-make_Makefile.NetBSD │ └── patch-src_mm__file.h ├── fastahack ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── files │ └── Makefile ├── fastaunique ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── fastbit ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ └── patch-ag ├── fastcol ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fastjet ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── fastool ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── fastp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-src_main.cpp ├── fastq-trim ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fastqc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-fastqc ├── fastrpc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fasttree ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── Makefile └── patches │ └── patch-FastTree-2.1.11.c ├── fastx-toolkit ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-configure.ac │ ├── patch-m4_Makefile.am │ ├── patch-src_fasta__formatter_fasta__formatter.cpp │ └── patch-src_libfastx_fastx.h ├── fatsort ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── faun ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-faun.c ├── fbida ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-mk_Autoconf.mk ├── fbneo-latest ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── fbneo.desktop └── patches │ ├── patch-makefile │ ├── patch-makefile.sdl2 │ └── patch-src_burn_burn__endian.h ├── fbpager ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── fbpanel ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ae ├── fbsd2pkg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fc-browse ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── fceux ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-SConstruct │ └── patch-src_utils_ioapi.cpp ├── fcft ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── fcitx5-cskk ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── fdm_materials ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── feathercoin ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── feathercoin.conf │ └── feathercoind.sh ├── has_binary_operator.hpp ├── options.mk └── patches │ ├── patch-feathercoin-qt.pro │ ├── patch-src_db.h │ ├── patch-src_makefile.unix │ ├── patch-src_netbase.cpp │ ├── patch-src_rpcrawtransaction.cpp │ └── patch-src_walletdb.cpp ├── felt ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ao │ ├── patch-aq │ ├── patch-ar │ ├── patch-as │ └── patch-src_Burlap_matrixfunc.c ├── festvox-awb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── festvox-bdl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── festvox-clb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── festvox-em ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── festvox-hl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── festvox-jmk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── festvox-ks ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── festvox-mv ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── festvox-rms ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── festvox-slt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── festvox-tp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fetchmail ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── fetchmail.sh ├── options.mk └── patches │ ├── patch-Makefile.in │ ├── patch-configure │ └── patch-configure.ac ├── fetchmailconf ├── DESCR ├── Makefile └── PLIST ├── feynedit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── feynhiggs ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── ffmpeg-git ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ac │ ├── patch-ap │ └── patch-configure ├── fftjet ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── fftw-mpich ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── fftw-openmpi ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── fftw2-openmpi ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── ffxvid ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── fiche ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fidocrypt-git ├── DESCR ├── Makefile └── PLIST ├── filepp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── filerunner ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ba ├── filevercmp ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── files │ └── Makefile ├── fim ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ └── patch-configure.ac ├── findugendev ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── firebird ├── DESCR ├── INSTALL ├── MESSAGE ├── Makefile ├── Makefile.install ├── Makefile.script ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── fireflysung-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── firefox-wrapper ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── firefox │ └── firefox-wrapper.conf ├── firefox102 ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Linux ├── TODO ├── distinfo ├── files │ ├── desktop.in │ ├── node-wrapper.sh │ └── replace-moz.build.awk ├── mozilla-common.mk ├── options.mk ├── patch-dom_media_webrtc_sdp_RsdparsaSdpGlue.cpp ├── patch-gfx_2d_Rect.h ├── patch-toolkit_components_telemetry_pingsender_pingsender.cpp ├── patch-tools_profiler_public_ProfilerThreadRegistration.h ├── patch-tools_profiler_public_ProfilerThreadRegistry.h ├── patch-tools_profiler_tests_gtest_GeckoProfiler.cpp └── patches │ ├── patch-Cargo.lock │ ├── patch-Cargo.toml │ ├── patch-browser_app_profile_firefox.js │ ├── patch-build_moz.configure_rust.configure │ ├── patch-config_gcc-stl-wrapper.template.h │ ├── patch-config_makefiles_rust.mk │ ├── patch-dom_base_nsAttrName.h │ ├── patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp │ ├── patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h │ ├── patch-gfx_skia_skia_src_core_SkCpu.cpp │ ├── patch-gfx_skia_skia_src_core_SkVM.cpp │ ├── patch-gfx_wr_swgl_build.rs │ ├── patch-ipc_chromium_src_base_message__pump__libevent.cc │ ├── patch-ipc_chromium_src_base_platform__thread__posix.cc │ ├── patch-ipc_glue_GeckoChildProcessHost.cpp │ ├── patch-js_src_jit_ProcessExecutableMemory.cpp │ ├── patch-js_src_util_NativeStack.cpp │ ├── patch-js_src_vm_ArrayBufferObject.cpp │ ├── patch-media_ffvpx_libavutil_arm_bswap.h │ ├── patch-media_libcubeb_src_cubeb__alsa.c │ ├── patch-media_libcubeb_src_cubeb__jack.cpp │ ├── patch-media_libcubeb_src_moz.build │ ├── patch-media_libpng_pngpriv.h │ ├── patch-media_libtheora_lib_info.c │ ├── patch-modules_fdlibm_src_math__private.h │ ├── patch-mozglue_misc_Uptime.cpp │ ├── patch-nsprpub_pr_src_pthreads_ptsynch.c │ ├── patch-python_mozbuild_mozbuild_action_langpack_manifest.py │ ├── patch-security_nss_lib_freebl_mpi_mpi.c │ ├── patch-third__party_js_cfworker_build.sh │ ├── patch-third__party_libwebrtc_modules_video__capture_linux_device__info__linux.cc │ ├── patch-third__party_libwebrtc_system__wrappers_source_cpu__features__linux.cc │ ├── patch-third__party_rust_bindgen_src_clang.rs │ ├── patch-third__party_rust_bindgen_src_ir_comp.rs │ ├── patch-third__party_rust_bindgen_src_ir_ty.rs │ ├── patch-third__party_rust_bindgen_src_ir_var.rs │ ├── patch-third__party_wasm2c_wasm2c_wasm-rt-os-unix.c │ ├── patch-toolkit_components_terminator_nsTerminator.cpp │ ├── patch-toolkit_modules_subprocess_subprocess__shared__unix.js │ ├── patch-toolkit_moz.configure │ ├── patch-toolkit_mozapps_installer_packager.mk │ ├── patch-toolkit_xre_glxtest_cpp │ ├── patch-widget_gtk_DMABufSurface.cpp │ ├── patch-xpcom_base_nscore.h │ └── patch-xpcom_reflect_xptcall_md_unix_moz.build ├── firefox140-l10n ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── list-licenses.mk ├── firefox140 ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Linux ├── distinfo ├── files │ ├── desktop.in │ ├── firefox.sh │ ├── node-wrapper.sh │ └── replace-moz.build.awk ├── mozilla-common.mk ├── options.mk └── patches │ ├── patch-browser_app_profile_firefox.js │ ├── patch-build_moz.configure_init.configure │ ├── patch-build_moz.configure_rust.configure │ ├── patch-config_gcc-stl-wrapper.template.h │ ├── patch-config_makefiles_rust.mk │ ├── patch-dom_base_nsAttrName.h │ ├── patch-dom_webtransport_api_WebTransportDatagramDuplexStream.cpp │ ├── patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp │ ├── patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h │ ├── patch-gfx_ots_src_name.cc │ ├── patch-gfx_skia_skia_src_sksl_codegen_SkSLSPIRVCodeGenerator.cpp │ ├── patch-ipc_chromium_src_base_message__pump__libevent.cc │ ├── patch-ipc_chromium_src_base_platform__thread__posix.cc │ ├── patch-ipc_glue_GeckoChildProcessHost.cpp │ ├── patch-js-src-jit-arm64-vixl-MozCpu-vixl.cpp │ ├── patch-js_public_Utility.h │ ├── patch-js_src_jit_FlushICache.cpp │ ├── patch-js_src_util_NativeStack.cpp │ ├── patch-js_src_vm_TypedArrayObject-inl.h │ ├── patch-media_ffvpx_libavutil_arm_bswap.h │ ├── patch-media_libpng_pngpriv.h │ ├── patch-modules_fdlibm_src_math__private.h │ ├── patch-netwerk_protocol_http_nsHttpHandler.cpp │ ├── patch-nsprpub_pr_src_pthreads_ptsynch.c │ ├── patch-python_mozbuild_mozbuild_backend_recursivemake.py │ ├── patch-python_mozbuild_mozbuild_frontend_reader.py │ ├── patch-third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.cc │ ├── patch-third__party_abseil-cpp_absl_debugging_internal_vdso__support.cc │ ├── patch-third__party_js_cfworker_build.sh │ ├── patch-third__party_libwebrtc_modules_audio__device_audio__device__impl.cc │ ├── patch-third__party_libwebrtc_modules_desktop__capture_desktop__capture__gn_moz.build │ ├── patch-third__party_libwebrtc_modules_desktop__capture_linux_wayland_egl__dmabuf.cc │ ├── patch-third__party_libwebrtc_modules_video__capture_linux_device__info__v4l2.cc │ ├── patch-third__party_libwebrtc_modules_video__capture_linux_video__capture__v4l2.cc │ ├── patch-third__party_libwebrtc_modules_video__capture_video__capture__options.cc │ ├── patch-third__party_libwebrtc_rtc__base_memory__usage.cc │ ├── patch-third__party_libwebrtc_rtc__base_physical__socket__server.cc │ ├── patch-third__party_libwebrtc_rtc__base_platform__thread__types.cc │ ├── patch-third__party_libwebrtc_system__wrappers_source_cpu__features__linux.cc │ ├── patch-third__party_python_dlmanager_check.py │ ├── patch-third__party_sqlite3_ext_moz.build │ ├── patch-third__party_sqlite3_src_moz.build │ ├── patch-third__party_wasm2c_src_c-writer.cc │ ├── patch-third__party_wasm2c_src_prebuilt_wasm2c__source__includes.cc │ ├── patch-toolkit_components_terminator_nsTerminator.cpp │ ├── patch-toolkit_moz.configure │ ├── patch-toolkit_mozapps_installer_packager.mk │ ├── patch-xpcom_base_nscore.h │ └── patch-xpcom_reflect_xptcall_md_unix_moz.build ├── firehose ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-bottom.c │ ├── patch-firesend.c │ └── patch-swapon.c ├── fl_logbook ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-makefile │ ├── patch-src_date.h │ ├── patch-src_qso__db.cpp │ ├── patch-src_qso__db.h │ ├── patch-src_support.cpp │ └── patch-src_table.h ├── flag ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── flam3-svn ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-src_png.c ├── flang-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── flang ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── flasm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fldiff ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-DiffWindow.cxx ├── flexdock ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── flexdump ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── flim ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── files │ └── split-patch └── patches │ ├── patch-ChangeLog │ ├── patch-FLIM-CFG │ ├── patch-FLIM-ELS │ ├── patch-FLIM-MK │ ├── patch-README.en │ ├── patch-README.ja │ ├── patch-ab │ ├── patch-ac │ ├── patch-eword-decode.el │ ├── patch-eword-encode.el │ ├── patch-flim-pkg.el │ ├── patch-ftp.in │ ├── patch-hmac-md5.el │ ├── patch-hmac-sha1.el │ ├── patch-luna.el │ ├── patch-lunit.el │ ├── patch-md5.el │ ├── patch-mel-g.el │ ├── patch-mel-q-ccl.el │ ├── patch-mel-q.el │ ├── patch-mel-u.el │ ├── patch-mel.el │ ├── patch-mime-conf.el │ ├── patch-mime-def.el │ ├── patch-mime-parse.el │ ├── patch-mime-parse.el-00 │ ├── patch-mime.el │ ├── patch-mmbuffer.el │ ├── patch-mmcooked.el │ ├── patch-mmexternal.el │ ├── patch-mmgeneric.el │ ├── patch-qmtp.el │ ├── patch-sasl-cram.el │ ├── patch-sasl-digest.el │ ├── patch-sasl-scram.el │ ├── patch-sasl-xoauth2.el │ ├── patch-sasl.el │ ├── patch-sha1.el │ ├── patch-smtp.el │ └── patch-std11.el ├── flimp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── flimsel ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── flint ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── flintqs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── flite2 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-config_all.lv │ ├── patch-config_common__make__rules │ ├── patch-doc_Makefile │ ├── patch-doc_flite.texi │ ├── patch-main_Makefile │ ├── patch-main_flite__time__main.c │ ├── patch-src_audio_au__sun.c │ └── patch-tools_find__sts__main.c ├── flnews-snapshot ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── README ├── distinfo ├── files │ └── CONFIG └── options.mk ├── flowblade ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-flowblade │ └── patch-setup.py ├── flpsed ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fltk11 ├── DESCR ├── Makefile ├── PLIST ├── README ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-fluid_Fl__Type.h │ └── patch-src_fl__draw.cxx ├── fltk2 ├── DESCR ├── Makefile ├── PLIST ├── README ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-configure.in │ ├── patch-fltk2-config.in │ ├── patch-fltk_string.h │ ├── patch-fltk_x11.h │ ├── patch-fluid_FluidType.h │ ├── patch-images_fl__png.cxx │ ├── patch-src_Browser.cxx │ ├── patch-src_UpBox.cxx │ └── patch-src_filename__list.cxx ├── flux2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ ├── patch-go.mod │ └── patch-go.sum ├── fluxspace ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── flvmeta ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── flwm ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-makeinclude.in ├── flyback ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fnaify-extralibs ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── fnord ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ae ├── fnteditfs ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── fogleman-craft ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ └── patch-src_client.c ├── folly ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-CMake_folly-deps.cmake │ ├── patch-folly_Memory.h │ ├── patch-folly_Subprocess.cpp │ ├── patch-folly_debugging_symbolizer_Elf.cpp │ ├── patch-folly_debugging_symbolizer_SignalHandler.cpp │ ├── patch-folly_io_async_AsyncUDPSocket.cpp │ ├── patch-folly_portability_Stdlib.cpp │ └── patch-folly_system_MemoryMapping.h ├── fontaine ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-cmake_modules_FindFreetype.cmake │ ├── patch-src_CLP.cpp │ ├── patch-src_FontFace.cpp │ ├── patch-src_XHTMLR.cpp │ ├── patch-src_orthographies_AleutCyrillic.h │ ├── patch-src_orthographies_AleutLatin.h │ ├── patch-src_orthographies_Astronomy.h │ ├── patch-src_orthographies_Emoticons.h │ ├── patch-src_orthographies_Euro.h │ ├── patch-src_orthographies_Food.h │ ├── patch-src_orthographies_MathematicalGreek.h │ ├── patch-src_orthographies_MathematicalLatin.h │ ├── patch-src_orthographies_MathematicalNumerals.h │ ├── patch-src_orthographies_MathematicalOperators.h │ └── patch-src_orthographies_orthographies.h ├── fonttosfnt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── foot ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── forgejo ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── app.ini.sample │ ├── forgejo.sh │ └── smf │ │ └── manifest.xml ├── go-modules.mk ├── options.mk └── patches │ └── patch-Makefile ├── fossil1 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fox ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-configure │ ├── patch-include_fxmath.h │ ├── patch-lib_FXReadWriteLock.cpp │ ├── patch-lib_FXRex.cpp │ └── patch-lib_FXThread.cpp ├── foxtrotgps ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_main.c ├── fpc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-compiler_systems_t_bsd.pas ├── fprobe ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── fractal ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fragrouter ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── freebsd-svn ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── freecad ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-src_App_Application.cpp ├── freecell ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── freedict-tools-xsl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── freedup ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── freedup16 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ac │ ├── patch-ad │ └── patch-ae ├── freefem++ ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── freefilesync ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-.._.._zen_guid.h │ ├── patch-.._.._zen_serialize.h │ ├── patch-.._.._zen_socket.h │ └── patch-application.cpp ├── freegish-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ └── patch-src_config.h ├── freej ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── freem ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── freem.sh ├── freeserf ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── freeserf.desktop └── patches │ └── patch-CMakeLists.txt ├── freeswitch-core ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── freeswitch.sh ├── options.mk └── patches │ ├── patch-configure.ac │ ├── patch-libs_libzrtp_third__party_bnlib_configure.ac │ ├── patch-libs_spandsp_configure.ac │ ├── patch-libs_spandsp_unpack__gsm0610__data.sh │ └── patch-libs_unimrcp_configure.ac ├── freeswitch-music ├── COMMIT_MESSAGE ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── freesynd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── freetalk ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-configure.ac ├── freetds ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-doc__Makefile_in │ ├── patch-include_freetds_thread.h │ ├── patch-src_apps_Makefile.in │ └── patch-src_tds_tls.c ├── freevrrpd ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── freevrrpd.sh └── patches │ ├── patch-Makefile │ ├── patch-freevrrpd.8 │ ├── patch-vrrp_ah.h │ ├── patch-vrrp_conf.c │ ├── patch-vrrp_interface.c │ ├── patch-vrrp_interface.h │ ├── patch-vrrp_main.c │ ├── patch-vrrp_network.c │ └── patch-vrrp_signal.c ├── fribid ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── fricas-svn ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── frida-capstone ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-cstool_Makefile ├── frida-glib2 ├── DEINSTALL ├── DESCR ├── INSTALL ├── Makefile ├── Makefile.common ├── PLIST ├── buildlink3.mk ├── distinfo ├── files │ ├── modules.tmpl │ └── schemas.tmpl ├── hacks.mk ├── modules.mk ├── patches │ └── patch-glib_gthread-posix.c └── schemas.mk ├── frida-gum ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-config.h.in │ ├── patch-gum_backend-elf_gumelfmodule.c │ ├── patch-gum_backend-netbsd_gummemory-netbsd.c │ ├── patch-gum_backend-netbsd_gumnetbsd.h │ ├── patch-gum_backend-netbsd_gumprocess-netbsd.c │ ├── patch-gum_backend-posix_gummemory-posix.c │ ├── patch-gum_gumdefs.h │ ├── patch-gum_gumprocess.c │ ├── patch-gum_meson.build │ ├── patch-libs_gum_prof_gumbusycyclesampler-netbsd.c │ ├── patch-libs_gum_prof_meson.build │ └── patch-meson.build ├── frida-libffi ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── frobby ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── frobtads ├── DESCR ├── LICENSE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-testscripts_test__make.sh ├── frogatto ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── frogatto.template ├── frp ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── frps.sh └── go-modules.mk ├── frr10 ├── DESCR ├── INSTALL ├── Makefile ├── PLIST ├── TODO.md ├── distinfo ├── files │ └── staticd.sh ├── options.mk └── patches │ ├── patch-configure.ac │ ├── patch-lib_elf__py.c │ ├── patch-lib_frr__pthread.c │ ├── patch-pkgsrc_bgpd.sh.in │ ├── patch-pkgsrc_eigrpd.sh.in │ ├── patch-pkgsrc_mgmtd.sh.in │ ├── patch-pkgsrc_ospf6d.sh.in │ ├── patch-pkgsrc_ospfd.sh.in │ ├── patch-pkgsrc_ripd.sh.in │ ├── patch-pkgsrc_ripngd.sh.in │ ├── patch-pkgsrc_zebra.sh.in │ └── patch-zebra_kernel__socket.c ├── fs2open-git ├── DESCR ├── LICENSE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-cmake_platform-unix.cmake │ ├── patch-cmake_platforms.cmake │ ├── patch-cmake_toolchain-clang.cmake │ ├── patch-cmake_toolchain-gcc.cmake │ ├── patch-code_libs_renderdoc_renderdoc__app.h │ ├── patch-code_network_multi__portfwd.cpp │ ├── patch-code_osapi_dialogs.cpp │ ├── patch-freespace2_CMakeLists.txt │ ├── patch-lib_libpcp_src_net_gateway.c │ └── patch-lib_libpcp_src_net_sock__ntop.c ├── fs2open ├── DESCR ├── LICENSE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-cmake_platform-unix.cmake │ ├── patch-cmake_platforms.cmake │ ├── patch-cmake_toolchain-clang.cmake │ ├── patch-cmake_toolchain-gcc.cmake │ ├── patch-code_network_psnet2.cpp │ ├── patch-code_osapi_dialogs.cpp │ ├── patch-freespace2_CMakeLists.txt │ ├── patch-lib_CMakeLists.txt │ ├── patch-lib_antlr4-cpp-runtime_CMakeLists.txt │ ├── patch-lib_libpcp_src_net_gateway.c │ └── patch-lib_libpcp_src_net_sock__ntop.c ├── fsel ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── fsharp ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── fslsfonts ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fsom ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── files │ └── Makefile ├── fstobdf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fstrcmp ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── fswatch ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ft8-lib ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── ftpsesame ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── ftxui ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fuse-cryfs ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-src_cpp-utils_system_get__total__memory.cpp │ ├── patch-src_cryfs-cli_Cli.cpp │ ├── patch-src_fspp_CMakeLists.txt │ ├── patch-src_fspp_fuse_params.h │ └── patch-vendor_spdlog_spdlog_details_os.h ├── fuse-exfat ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-configure.ac │ ├── patch-libexfat__Makefile.am │ ├── patch-libexfat__nbpartutil.c │ └── patch-libexfat__nbpartutil.h ├── fuse-google-drive-git ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── fuse-mp3fs ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-configure │ ├── patch-src_fuseops.c │ └── patch-src_mp3fs.c ├── fuse-s3fs ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-test_mknod__test.c ├── fuse-smbnetfs ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO └── distinfo ├── fuse-squashfuse ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-m4_squashfuse.m4 ├── fuse-zip ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-lib_fileNode.cpp ├── fusefs-btfs ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── fusionpbx ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── fvwm-crystal ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-aa ├── fxrays ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── fxt ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-makefile ├── fynedesk ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── go-modules.mk └── patches │ ├── patch-vendor_github.com_go-gl_glfw_v3.3_glfw_build.go │ └── patch-vendor_github.com_go-gl_glfw_v3.3_glfw_native__linbsd.go ├── g-golf ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── g21k-binutils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gDesklets-rssgrab ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gDesklets-starterbar ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── gDesklets ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── galib ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── galoisfieldarth ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gambas3-devel ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-args ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-cairo ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-chart ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-clipper ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-complex ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-compress-bzlib2 ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-compress-zlib ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-compress ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-crypt ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-data ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-db-form ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-db-mysql ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-db-odbc ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-db-postgresql ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-db-sqlite2 ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-db-sqlite3 ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-db ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-dbus-trayicon ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-dbus ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-desktop-gnome-keyring ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-desktop-x11 ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-desktop ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-eval-highlight ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-form-dialog ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-form-editor ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-form-mdi ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-form-stock ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-form-terminal ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-form ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-gmp ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-gsl ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-gtk-opengl ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-gtk ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-gtk3 ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-httpd ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-image-effect ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-image-imlib ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-image-io ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-image ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-inotify ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-jit ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-libxml ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-logging ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-map ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-markdown ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-media-form ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-media ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-memcached ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-mime ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-mysql ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-ncurses ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-net-curl ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-net-pop3 ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-net-smtp ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-net ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-openal ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-opengl-glsl ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-opengl-glu ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-opengl-sge ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-opengl ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-openssl ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-option ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-pcre ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-pdf ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-qt5-ext ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-qt5-opengl ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-qt5-webkit ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-qt5 ├── DESCR ├── Makefile ├── PLIST └── TODO ├── gambas3-gb-report ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-report2 ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-scanner ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-sdl-sound ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-sdl ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-sdl2-audio ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-sdl2 ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-settings ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-signal ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-term-form ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-term ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-util-web ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-util ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-v4l ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-vb ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-web-feed ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-web-form ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-web ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-xml-html ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-xml-rpc ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-xml-xslt ├── DESCR ├── Makefile └── PLIST ├── gambas3-gb-xml ├── DESCR ├── Makefile └── PLIST ├── gambas3-ide ├── DESCR ├── Makefile ├── PLIST └── options.mk ├── gambas3-runtime ├── DESCR ├── Makefile ├── PLIST └── options.mk ├── gambas3-scripter ├── DESCR ├── Makefile └── PLIST ├── gambas3 ├── DESCR ├── Makefile ├── Makefile.common ├── distinfo └── patches │ └── patch-gb.v4l_configure.ac ├── gambatte-dev ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ └── patch-ab ├── gappa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── garage ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk ├── distinfo └── patches │ └── patch-src_rpc_Cargo.toml ├── gat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gauche-dbd-pg ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── gauche-fastcgi ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── gauche-pib ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-lib_Makefile.in │ └── patch-lib_pib.scm ├── gauche ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ ├── patch-af │ ├── patch-ag │ ├── patch-doc_Makefile.in │ ├── patch-ext_zlib_Makefile.in │ └── patch-src_Makefile.in ├── gcalcli-git ├── DESCR ├── Makefile └── PLIST ├── gcc-bootstrap ├── DESCR ├── Makefile ├── distinfo └── patches │ ├── patch-contrib_download__prerequisites │ ├── patch-fixincludes_inclhack.def │ ├── patch-gcc_Makefile.in │ ├── patch-gcc_ada_Makefile.rtl │ ├── patch-gcc_ada_adaint.c │ ├── patch-gcc_ada_adaint.h │ ├── patch-gcc_ada_cstreams.c │ ├── patch-gcc_ada_libgnarl_s-osinte____netbsd.adb │ ├── patch-gcc_ada_libgnarl_s-osinte____netbsd.ads │ ├── patch-gcc_ada_libgnarl_s-taprop____posix.adb │ ├── patch-gcc_ada_libgnat_g-socthi.ads │ ├── patch-gcc_ada_libgnat_g-socthi____bsd.adb │ ├── patch-gcc_ada_s-oscons-tmplt.c │ ├── patch-gcc_ada_sysdep.c │ ├── patch-gcc_config.gcc │ ├── patch-gcc_config.host │ ├── patch-gcc_config_aarch64_aarch64-builtins.c │ ├── patch-gcc_config_aarch64_aarch64-netbsd.h │ ├── patch-gcc_config_aarch64_driver-aarch64.c │ ├── patch-gcc_config_arm_arm.h │ ├── patch-gcc_config_arm_bpabi.h │ ├── patch-gcc_config_arm_elf.h │ ├── patch-gcc_config_arm_netbsd-eabi.h │ ├── patch-gcc_config_arm_netbsd-elf.h │ ├── patch-gcc_config_sparc_sparc.c │ ├── patch-gcc_configure │ ├── patch-gcc_ggc-common.c │ ├── patch-gcc_ginclude_stddef.h │ ├── patch-gcc_lto_lto.c │ ├── patch-gcc_opts-common.c │ ├── patch-gcc_opts-jobserver.h │ ├── patch-gcc_plugin.c │ ├── patch-gcc_targhooks.c │ ├── patch-gmp_gen-sieve.c │ ├── patch-gmp_mpn_generic_compute_powtab.c │ ├── patch-gmp_mpz_millerrabin.c │ ├── patch-gmp_mpz_nextprime.c │ ├── patch-gmp_mpz_primorial_ui.c │ ├── patch-gmp_primesieve.c │ ├── patch-gnattools_configure │ ├── patch-include_plugin-api.h │ ├── patch-isl_configure │ ├── patch-libffi_configure │ ├── patch-libffi_testsuite_libffi.call_float2.c │ ├── patch-libgcc_config.host │ ├── patch-libgcc_crtstuff.c │ ├── patch-libgfortran_intrinsics_execute_command_line.c │ ├── patch-libgfortran_intrinsics_string_intrinsics_inc.c │ ├── patch-libgfortran_io_format.c │ ├── patch-libgfortran_io_io.h │ ├── patch-libgfortran_io_list__read.c │ ├── patch-libgfortran_io_read.c │ ├── patch-libgfortran_runtime_environ.c │ ├── patch-libiberty_pex-unix.c │ ├── patch-libquadmath_printf_printf_fphex.c │ ├── patch-libquadmath_printf_quadmath-printf.c │ ├── patch-libquadmath_strtod_strtod__l.c │ ├── patch-libstdc++-v3_include_bits_std_abs.h │ ├── patch-libstdc++-v3_include_bits_stl_function.h │ ├── patch-libstdc++-v3_include_c_global_cmath │ ├── patch-libstdc++-v3_include_c_global_cstring │ ├── patch-libstdc++-v3_include_c_global_cwchar │ ├── patch-libstdc++-v3_libsupc++_new__opa.cc │ └── patch-libstdc++-v3_src_c++11_system_error.cc ├── gcc10-aux ├── DESCR ├── Makefile ├── buildlink3.mk ├── distinfo ├── options.mk ├── patches │ ├── patch-contrib_download__prerequisites │ ├── patch-fixincludes_inclhack.def │ ├── patch-gcc_Makefile.in │ ├── patch-gcc_ada_Makefile.rtl │ ├── patch-gcc_ada_adaint.c │ ├── patch-gcc_ada_adaint.h │ ├── patch-gcc_ada_cstreams.c │ ├── patch-gcc_ada_libgnarl_s-osinte____netbsd.adb │ ├── patch-gcc_ada_libgnarl_s-osinte____netbsd.ads │ ├── patch-gcc_ada_libgnarl_s-taprop____posix.adb │ ├── patch-gcc_ada_libgnat_g-socthi.ads │ ├── patch-gcc_ada_libgnat_g-socthi____bsd.adb │ ├── patch-gcc_ada_libgnat_s-osprim____posix.adb │ ├── patch-gcc_ada_s-oscons-tmplt.c │ ├── patch-gcc_ada_sysdep.c │ ├── patch-gcc_config.gcc │ ├── patch-gcc_config.host │ ├── patch-gcc_config_aarch64_aarch64-builtins.c │ ├── patch-gcc_config_aarch64_aarch64-netbsd.h │ ├── patch-gcc_config_aarch64_driver-aarch64.c │ ├── patch-gcc_config_darwin-driver.c │ ├── patch-gcc_config_sparc_sparc.c │ ├── patch-gcc_configure │ ├── patch-gcc_ggc-common.c │ ├── patch-gcc_lto_lto.c │ ├── patch-gcc_targhooks.c │ ├── patch-gnattools_configure │ ├── patch-isl_configure │ ├── patch-libffi_configure │ ├── patch-libffi_testsuite_libffi.call_float2.c │ ├── patch-libgcc_config.host │ ├── patch-libgcc_crtstuff.c │ ├── patch-libgfortran_io_format.c │ ├── patch-libgfortran_io_io.h │ ├── patch-libgfortran_io_list__read.c │ ├── patch-libgfortran_io_read.c │ ├── patch-libgfortran_runtime_environ.c │ ├── patch-libquadmath_printf_quadmath-printf.c │ ├── patch-libquadmath_strtod_strtod__l.c │ └── patch-libstdc++-v3_libsupc++_new__opa.cc └── version.mk ├── gcc10snapshot ├── DESCR ├── Makefile ├── buildlink3.mk ├── distinfo ├── files │ └── netbsd-d.c ├── options.mk ├── patches │ ├── patch-contrib_download__prerequisites │ ├── patch-gcc_Makefile.in │ ├── patch-gcc_config_arm_arm.h │ ├── patch-gcc_config_netbsd-protos.h │ ├── patch-gcc_config_x-netbsd │ ├── patch-gcc_configure │ ├── patch-gcc_d_d-builtins.cc │ ├── patch-gcc_d_dmd_globals.h │ ├── patch-gcc_ggc-common.c │ ├── patch-gcc_lto_lto.c │ ├── patch-isl_configure │ ├── patch-libffi_configure │ ├── patch-libffi_testsuite_libffi.call_float2.c │ ├── patch-libgcc_config.host │ ├── patch-libgcc_crtstuff.c │ └── patch-libgfortran_io_io.h └── version.mk ├── gcc12-darwin ├── DESCR ├── Makefile ├── Makefile.common ├── TODO.md ├── buildlink3.mk ├── distinfo ├── options.mk ├── patches │ ├── patch-gcc_Makefile.in │ ├── patch-gcc_c-family_c-common.cc │ ├── patch-gcc_c-family_c-common.h │ ├── patch-gcc_c-family_c.opt │ ├── patch-gcc_config.gcc │ ├── patch-gcc_config.host │ ├── patch-gcc_config_aarch64_aarch64-builtins.cc │ ├── patch-gcc_config_aarch64_aarch64-netbsd.h │ ├── patch-gcc_config_aarch64_aarch64.cc │ ├── patch-gcc_config_arm_arm.h │ ├── patch-gcc_config_arm_bpabi.h │ ├── patch-gcc_config_arm_elf.h │ ├── patch-gcc_config_arm_netbsd-eabi.h │ ├── patch-gcc_config_arm_netbsd-elf.h │ ├── patch-gcc_config_darwin.cc │ ├── patch-gcc_config_nvptx_gen-opt.sh │ ├── patch-gcc_configure │ ├── patch-gcc_cp_lex.cc │ ├── patch-gcc_targhooks.cc │ ├── patch-isl_configure │ ├── patch-libffi_configure │ ├── patch-libffi_testsuite_libffi.call_float2.c │ ├── patch-libgcc_config.host │ ├── patch-libgcc_config_aarch64_lse.S │ ├── patch-libgcc_crtstuff.c │ ├── patch-libgfortran_io_io.h │ ├── patch-libquadmath_printf_quadmath-printf.c │ ├── patch-libquadmath_strtod_strtod__l.c │ ├── patch-libstdc++-v3_libsupc++_new__opa.cc │ └── patch-zlib_zutil.c └── version.mk ├── gcc12 ├── DESCR ├── Makefile ├── Makefile.common ├── buildlink3.mk ├── distinfo ├── options.mk ├── patches │ ├── patch-gcc_Makefile.in │ ├── patch-gcc_config.gcc │ ├── patch-gcc_config.host │ ├── patch-gcc_config_aarch64_aarch64-netbsd.h │ ├── patch-gcc_config_arm_arm.h │ ├── patch-gcc_config_arm_bpabi.h │ ├── patch-gcc_config_arm_elf.h │ ├── patch-gcc_config_arm_netbsd-eabi.h │ ├── patch-gcc_config_arm_netbsd-elf.h │ ├── patch-gcc_config_nvptx_gen-opt.sh │ ├── patch-gcc_configure │ ├── patch-gcc_targhooks.cc │ ├── patch-isl_configure │ ├── patch-libffi_configure │ ├── patch-libffi_testsuite_libffi.call_float2.c │ ├── patch-libgcc_crtstuff.c │ ├── patch-libgfortran_io_io.h │ ├── patch-libquadmath_printf_quadmath-printf.c │ ├── patch-libquadmath_strtod_strtod__l.c │ └── patch-libstdc++-v3_libsupc++_new__opa.cc └── version.mk ├── gcc13 ├── Conflicting-patches │ └── patch-libgcc_config.host ├── DESCR ├── Makefile ├── Makefile.common ├── buildlink3.mk ├── distinfo ├── options.mk ├── patches │ ├── patch-fixincludes_inclhack.def │ ├── patch-gcc_Makefile.in │ ├── patch-gcc_config.host │ ├── patch-gcc_config_aarch64_aarch64-netbsd.h │ ├── patch-gcc_config_arm_arm.h │ ├── patch-gcc_config_arm_bpabi.h │ ├── patch-gcc_config_arm_elf.h │ ├── patch-gcc_config_arm_netbsd-eabi.h │ ├── patch-gcc_config_arm_netbsd-elf.h │ ├── patch-gcc_config_nvptx_gen-opt.sh │ ├── patch-gcc_configure │ ├── patch-isl_configure │ ├── patch-libffi_configure │ ├── patch-libffi_testsuite_libffi.call_float2.c │ ├── patch-libgcc_config_i386_t-darwin │ ├── patch-libgcc_config_rs6000_t-darwin │ ├── patch-libgcc_config_t-darwin-libgccs1 │ ├── patch-libgcc_config_t-darwin-min-11 │ ├── patch-libgcc_crtstuff.c │ ├── patch-libgfortran_io_io.h │ ├── patch-libquadmath_printf_quadmath-printf.c │ ├── patch-libquadmath_strtod_strtod__l.c │ └── patch-libstdc++-v3_libsupc++_new__opa.cc └── version.mk ├── gcc14 ├── DESCR ├── Makefile ├── Makefile.common ├── buildlink3.mk ├── distinfo ├── options.mk ├── patches │ ├── patch-configure │ ├── patch-configure.ac │ ├── patch-fixincludes_fixincl.x │ ├── patch-fixincludes_inclhack.def │ ├── patch-gcc_Makefile.in │ ├── patch-gcc_ada_init.c │ ├── patch-gcc_builtins.cc │ ├── patch-gcc_c-family_c-attribs.cc │ ├── patch-gcc_c-family_c-common.cc │ ├── patch-gcc_c-family_c-common.h │ ├── patch-gcc_c-family_c-lex.cc │ ├── patch-gcc_c-family_c-opts.cc │ ├── patch-gcc_c-family_c-pragma.h │ ├── patch-gcc_c-family_c.opt │ ├── patch-gcc_c_c-parser.cc │ ├── patch-gcc_calls.cc │ ├── patch-gcc_calls.h │ ├── patch-gcc_collect2.cc │ ├── patch-gcc_common.opt │ ├── patch-gcc_common_config_aarch64_aarch64-common.cc │ ├── patch-gcc_config.gcc │ ├── patch-gcc_config.host │ ├── patch-gcc_config_aarch64_aarch64-builtins.cc │ ├── patch-gcc_config_aarch64_aarch64-c.cc │ ├── patch-gcc_config_aarch64_aarch64-cores.def │ ├── patch-gcc_config_aarch64_aarch64-netbsd.h │ ├── patch-gcc_config_aarch64_aarch64-protos.h │ ├── patch-gcc_config_aarch64_aarch64-tune.md │ ├── patch-gcc_config_aarch64_aarch64.cc │ ├── patch-gcc_config_aarch64_aarch64.h │ ├── patch-gcc_config_aarch64_aarch64.md │ ├── patch-gcc_config_aarch64_aarch64.opt │ ├── patch-gcc_config_aarch64_constraints.md │ ├── patch-gcc_config_aarch64_darwin.h │ ├── patch-gcc_config_aarch64_driver-aarch64.cc │ ├── patch-gcc_config_aarch64_predicates.md │ ├── patch-gcc_config_aarch64_t-aarch64-darwin │ ├── patch-gcc_config_arm_arm.h │ ├── patch-gcc_config_arm_bpabi.h │ ├── patch-gcc_config_arm_elf.h │ ├── patch-gcc_config_arm_netbsd-eabi.h │ ├── patch-gcc_config_arm_netbsd-elf.h │ ├── patch-gcc_config_darwin-driver.cc │ ├── patch-gcc_config_darwin-protos.h │ ├── patch-gcc_config_darwin.cc │ ├── patch-gcc_config_darwin.h │ ├── patch-gcc_config_darwin.opt │ ├── patch-gcc_configure │ ├── patch-gcc_configure.ac │ ├── patch-gcc_cp_decl2.cc │ ├── patch-gcc_cp_parser.cc │ ├── patch-gcc_cumulative-args.h │ ├── patch-gcc_doc_invoke.texi │ ├── patch-gcc_doc_tm.texi │ ├── patch-gcc_doc_tm.texi.in │ ├── patch-gcc_exec-tool.in │ ├── patch-gcc_explow.cc │ ├── patch-gcc_explow.h │ ├── patch-gcc_function.cc │ ├── patch-gcc_function.h │ ├── patch-gcc_ginclude_stddef.h │ ├── patch-gcc_jit_libgccjit.h │ ├── patch-gcc_opts.cc │ ├── patch-gcc_target.def │ ├── patch-gcc_target.h │ ├── patch-gcc_targhooks.cc │ ├── patch-gcc_targhooks.h │ ├── patch-gcc_testsuite_g++.dg_cpp0x_pr106435-b.cc │ ├── patch-gcc_testsuite_g++.dg_cpp0x_pr106435.C │ ├── patch-gcc_testsuite_g++.dg_cpp0x_pr106435.h │ ├── patch-gcc_testsuite_g++.target_aarch64_float128-darwin-1.C │ ├── patch-gcc_testsuite_gcc.target_aarch64_darwin_float128-01.c │ ├── patch-gcc_testsuite_gcc.target_aarch64_darwin_float128-02.c │ ├── patch-gcc_testsuite_gcc.target_aarch64_sme_aarch64-sme.exp │ ├── patch-isl_configure │ ├── patch-libffi_configure │ ├── patch-libffi_testsuite_libffi.call_float2.c │ ├── patch-libgcc_config.host │ ├── patch-libgcc_config_aarch64___arm_sme_state.S │ ├── patch-libgcc_config_aarch64___arm_tpidr2_restore.S │ ├── patch-libgcc_config_aarch64___arm_tpidr2_save.S │ ├── patch-libgcc_config_aarch64___arm_za_disable.S │ ├── patch-libgcc_config_aarch64_aarch64-asm.h │ ├── patch-libgcc_config_aarch64_lse.S │ ├── patch-libgcc_config_aarch64_sfp-machine.h │ ├── patch-libgcc_config_aarch64_t-darwin │ ├── patch-libgcc_config_i386_t-darwin │ ├── patch-libgcc_config_rs6000_t-darwin │ ├── patch-libgcc_config_t-darwin-libgccs1 │ ├── patch-libgcc_config_t-darwin-min-11 │ ├── patch-libgcc_crtstuff.c │ ├── patch-libgfortran_io_io.h │ ├── patch-libitm_config_aarch64_sjlj.S │ ├── patch-libitm_configure.tgt │ ├── patch-libphobos_libdruntime_core_internal_gc_impl_conservative_gc.d │ ├── patch-libquadmath_printf_quadmath-printf.c │ ├── patch-libquadmath_strtod_strtod__l.c │ └── patch-libstdc++-v3_libsupc++_new__opa.cc └── version.mk ├── gcc15-aux-libs ├── DESCR ├── Makefile └── buildlink3.mk ├── gcc15-aux ├── DESCR ├── Makefile ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-gcc_Makefile.in │ ├── patch-gcc_ada_Makefile.rtl │ ├── patch-gcc_ada_adaint.c │ ├── patch-gcc_ada_adaint.h │ ├── patch-gcc_ada_cstreams.c │ ├── patch-gcc_ada_libgnarl_s-osinte____netbsd.adb │ ├── patch-gcc_ada_libgnarl_s-osinte____netbsd.ads │ ├── patch-gcc_ada_libgnarl_s-taprop____posix.adb │ ├── patch-gcc_ada_s-oscons-tmplt.c │ ├── patch-gcc_ada_sysdep.c │ ├── patch-gcc_ada_terminals.c │ ├── patch-gcc_ada_tracebak.c │ ├── patch-gcc_config.host │ ├── patch-gcc_configure │ ├── patch-gcc_tree.h │ ├── patch-gnattools_configure │ ├── patch-libcody_configure │ ├── patch-libffi_configure │ ├── patch-libffi_testsuite_libffi.call_float2.c │ ├── patch-libgcc_crtstuff.c │ ├── patch-libgcobol_configure.tgt │ ├── patch-libgfortran_io_io.h │ ├── patch-libgomp_configure.tgt │ ├── patch-libquadmath_printf_quadmath-printf.c │ ├── patch-libquadmath_strtod_strtod__l.c │ └── patch-libstdc++-v3_libsupc++_new__opa.cc ├── gcc42 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── README ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ ├── 4netbsdintnam.ads │ ├── 5netbsd64osinte.ads │ ├── 5netbsd64system.ads │ ├── 5netbsdintman.adb │ ├── 5netbsdosinte.adb │ ├── 5netbsdosinte.ads │ ├── 5netbsdparame.adb │ ├── 5netbsdsystem.ads │ ├── 5netbsdtaprop.adb │ ├── 5netbsdtasinf.ads │ ├── 5netbsdtpopse.adb │ ├── 7netbsdtpopsp.adb │ ├── ada_lwp_self.c │ ├── adasignal.c │ ├── alpha-baseline_symbols1.txt │ ├── alpha-baseline_symbols2.txt │ ├── dummy_pthreads.c │ ├── i386-baseline_symbols1.txt │ ├── i386-baseline_symbols2.txt │ ├── netbsd64macro.dfs │ ├── sparc64-baseline_symbols2.txt │ └── x86_64-baseline_symbols2.txt ├── patches │ ├── patch-af │ ├── patch-ag │ ├── patch-ai │ ├── patch-aj │ ├── patch-am │ ├── patch-bb │ └── patch-cc └── preconfigure.mk ├── gcc43 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aj │ ├── patch-am │ ├── patch-cc │ ├── patch-da │ └── patch-db ├── gcc44 ├── DESCR ├── Makefile ├── buildlink3.mk ├── distinfo ├── files │ ├── hello.f │ ├── hello.m │ └── values.c ├── options.mk └── patches │ ├── patch-ac │ ├── patch-ad │ ├── patch-af │ ├── patch-ag │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-gcc_doc_c-tree.texi │ ├── patch-gcc_doc_cppopts.texi │ ├── patch-gcc_doc_invoke.texi │ ├── patch-gcc_doc_sourcebuild.texi │ ├── patch-gcc_ginclude_stddef.h │ ├── patch-gcc_toplev.h │ ├── patch-libstdc++-v3_config_os_bsd_netbsd_ctype__inline.h │ └── patch-libstdc++-v3_config_os_bsd_netbsd_ctype__noninline.h ├── gcc45 ├── DESCR ├── Makefile ├── buildlink3.mk ├── distinfo ├── files │ ├── dragonfly-spec.h │ ├── dragonfly.h │ ├── hello.f │ ├── hello.m │ ├── i386-dragonfly.h │ └── i386-dragonfly64.h ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-aj │ ├── patch-ak │ ├── patch-gcc_config_netbsd.h │ ├── patch-gcc_doc_cppopts.texi │ ├── patch-gcc_doc_generic.texi │ ├── patch-gcc_doc_invoke.texi │ ├── patch-include_libiberty.h │ ├── patch-libgcc_config_t-slibgcc-darwin │ ├── patch-libiberty___doprnt.c │ ├── patch-libiberty_asprintf.c │ ├── patch-libiberty_concat.c │ ├── patch-libiberty_snprintf.c │ ├── patch-libiberty_vasprintf.c │ ├── patch-libiberty_vsnprintf.c │ ├── patch-libstdc++-v3_config_os_bsd_netbsd_ctype__inline.h │ └── patch-libstdc++-v3_config_os_bsd_netbsd_ctype__noninline.h ├── gcc46-libs ├── DESCR ├── Makefile └── buildlink3.mk ├── gcc46 ├── DESCR ├── Makefile ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ ├── dragonfly-spec.h │ ├── dragonfly.h │ ├── hello.f │ ├── hello.m │ ├── i386-dragonfly.h │ ├── i386-dragonfly64.h │ ├── patch-gcc_targhooks.c-openbsd.diff │ └── values.c ├── hacks.mk ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ak │ ├── patch-al │ ├── patch-boehm-gc_configure │ ├── patch-boehm-gc_dyn__load.c │ ├── patch-boehm-gc_include_gc__config.h.in │ ├── patch-boehm-gc_include_gc__config__macros.h │ ├── patch-boehm-gc_include_gc__pthread__redirects.h │ ├── patch-boehm-gc_include_private_gcconfig.h │ ├── patch-boehm-gc_mach__dep.c │ ├── patch-boehm-gc_os__dep.c │ ├── patch-boehm-gc_pthread__support.c │ ├── patch-boehm-gc_tests_test.c │ ├── patch-boehm-gc_threadlibs.c │ ├── patch-gcc_common.opt │ ├── patch-gcc_config.host │ ├── patch-gcc_config_arm_elf.h │ ├── patch-gcc_config_arm_t-netbsd │ ├── patch-gcc_config_exec-stack.h │ ├── patch-gcc_config_host-netbsd.c │ ├── patch-gcc_config_host-openbsd.c │ ├── patch-gcc_config_i386_i386.c │ ├── patch-gcc_config_i386_openbsd.h │ ├── patch-gcc_config_i386_openbsd64.h │ ├── patch-gcc_config_i386_openbsdelf.h │ ├── patch-gcc_config_netbsd.h │ ├── patch-gcc_config_openbsd-libpthread.h │ ├── patch-gcc_config_openbsd.h │ ├── patch-gcc_config_t-openbsd │ ├── patch-gcc_config_x-netbsd │ ├── patch-gcc_config_x-openbsd │ ├── patch-gcc_configure │ ├── patch-gcc_defaults.h │ ├── patch-gcc_gcc.c │ ├── patch-gcc_ggc-common.c │ ├── patch-gcc_lto_lto.c │ ├── patch-gcc_opts.c │ ├── patch-gcc_unwind-dw2-fde-glibc.c │ ├── patch-gcc_unwind-dw2-fde-openbsd.c │ ├── patch-include_libiberty.h │ ├── patch-libgcc_config_t-slibgcc-darwin │ ├── patch-libiberty___doprnt.c │ ├── patch-libiberty_asprintf.c │ ├── patch-libiberty_concat.c │ ├── patch-libiberty_snprintf.c │ ├── patch-libiberty_vasprintf.c │ ├── patch-libiberty_vsnprintf.c │ ├── patch-libstdc++-v3_config_os_bsd_netbsd_ctype__base.h │ ├── patch-libstdc++-v3_config_os_bsd_netbsd_ctype__inline.h │ ├── patch-libstdc++-v3_config_os_bsd_netbsd_ctype__noninline.h │ └── patch-libstdc++-v3_include_std_mutex ├── gcc47-libs ├── DESCR ├── Makefile └── buildlink3.mk ├── gcc47 ├── DESCR ├── Makefile ├── PLIST.java ├── buildlink3.mk ├── distinfo ├── files │ └── values.c ├── options.mk ├── patches │ ├── patch-configure │ ├── patch-gcc_Makefile.in │ ├── patch-gcc_config.gcc │ ├── patch-gcc_config_dragonfly-stdint.h │ ├── patch-gcc_config_dragonfly.h │ ├── patch-gcc_config_dragonfly.opt │ ├── patch-gcc_config_i386_dragonfly.h │ ├── patch-gcc_config_netbsd-stdint.h │ ├── patch-gcc_config_netbsd.h │ ├── patch-gcc_config_sol2.h │ ├── patch-gcc_configure │ ├── patch-gcc_cp_cfns.gperf │ ├── patch-gcc_cp_cfns.h │ ├── patch-gcc_fortran_f95-lang.c │ ├── patch-gcc_gcc.c │ ├── patch-gcc_ginclude_stddef.h │ ├── patch-gcc_testsuite_g++.dg_eh_unwind-direct.C │ ├── patch-include_libiberty.h │ ├── patch-libgcc_config.host │ ├── patch-libgcc_config_i386_dragonfly-unwind.h │ ├── patch-libgcc_config_t-slibgcc-darwin │ ├── patch-libgcc_config_t-slibgcc-sld │ ├── patch-libgcc_crtstuff.c │ ├── patch-libgcc_unwind-dw2-fde-dip.c │ ├── patch-libgfortran_configure │ ├── patch-libgo_Makefile.in │ ├── patch-libgo_config_ltmain.sh │ ├── patch-libgo_runtime_proc.c │ ├── patch-libiberty_Makefile.in │ ├── patch-libjava_Makefile.in │ ├── patch-libjava_boehm.cc │ ├── patch-libjava_configure │ ├── patch-libjava_contrib_rebuild-gcj-db.in │ ├── patch-libstdc++-v3_config_locale_dragonfly_c__locale.cc │ ├── patch-libstdc++-v3_config_locale_dragonfly_ctype__members.cc │ ├── patch-libstdc++-v3_config_os_bsd_dragonfly_ctype__base.h │ ├── patch-libstdc++-v3_config_os_bsd_dragonfly_ctype__configure__char.cc │ ├── patch-libstdc++-v3_config_os_bsd_dragonfly_ctype__inline.h │ ├── patch-libstdc++-v3_config_os_bsd_dragonfly_os__defines.h │ ├── patch-libstdc++-v3_config_os_bsd_netbsd_ctype__base.h │ ├── patch-libstdc++-v3_config_os_bsd_netbsd_ctype__configure__char.cc │ ├── patch-libstdc++-v3_config_os_bsd_netbsd_ctype__inline.h │ ├── patch-libstdc++-v3_configure │ ├── patch-libstdc++-v3_configure.host │ └── patch-ltmain.sh └── version.mk ├── gcc7-contrib ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-contrib_download__prerequisites ├── gcc9snapshot ├── DESCR ├── Makefile ├── buildlink3.mk ├── distinfo ├── files │ └── netbsd-d.c ├── options.mk ├── patches │ ├── patch-contrib_download__prerequisites │ ├── patch-gcc_Makefile.in │ ├── patch-gcc_config_arm_arm.h │ ├── patch-gcc_config_netbsd-protos.h │ ├── patch-gcc_config_t-netbsd │ ├── patch-gcc_config_x-netbsd │ ├── patch-gcc_configure │ ├── patch-gcc_d_d-builtins.cc │ ├── patch-gcc_d_dmd_globals.h │ ├── patch-gcc_ggc-common.c │ ├── patch-gcc_lto_lto.c │ ├── patch-isl_configure │ ├── patch-libffi_configure │ ├── patch-libffi_testsuite_libffi.call_float2.c │ ├── patch-libgcc_config.host │ ├── patch-libgcc_crtstuff.c │ ├── patch-libgfortran_io_io.h │ ├── patch-libstdc++-v3_config_os_bsd_netbsd_ctype__base.h │ └── patch-libstdc++-v3_config_os_bsd_netbsd_ctype__configure__char.cc └── version.mk ├── gconf-cleaner ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── gcr4 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-gcr_test-secure-memory.c ├── gcta ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-include_cpu.h │ ├── patch-include_cpu__f77blas.h │ ├── patch-main_option.cpp │ ├── patch-src_Geno.cpp │ └── patch-src_main.cpp ├── gdal-docs ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-mkbindist.sh ├── gdb-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-gdb_amd64-linux-tdep.c │ ├── patch-gdb_arm-tdep.c │ ├── patch-gdb_common_common-utils.c │ ├── patch-gdb_common_common-utils.h │ ├── patch-gdb_cris-tdep.c │ ├── patch-gdb_dwarf2read.c │ ├── patch-gdb_utils.h │ ├── patch-opcodes_arc-nps400-tbl.h │ ├── patch-opcodes_riscv-dis.c │ ├── patch-readline_misc.c │ ├── patch-readline_rltty.c │ ├── patch-readline_terminal.c │ └── patch-readline_util.c ├── gdb ├── DESCR ├── Makefile ├── PLIST.Linux ├── PLIST.common ├── distinfo ├── options.mk └── patches │ └── patch-gdb_ppc-netbsd-tdep.c ├── gdb5 ├── DESCR ├── Makefile ├── PLIST.Linux ├── PLIST.common ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-an │ ├── patch-ao │ ├── patch-ap │ ├── patch-aq │ ├── patch-as │ ├── patch-bfd_po_Make-in │ ├── patch-gdb_Makefile.in │ ├── patch-gdb_doc_Makefile.in │ ├── patch-gdb_gdbserver_Makefile.in │ ├── patch-gdb_gdbserver_configure.in │ ├── patch-mmalloc_Makefile.in │ ├── patch-ob │ └── patch-opcodes_po_Make-in ├── gdb6 ├── DESCR ├── Makefile ├── PLIST.Linux ├── PLIST.common ├── distinfo ├── files │ └── nbsd-nat.c ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-an │ ├── patch-ao │ ├── patch-ap │ ├── patch-aq │ ├── patch-ar │ ├── patch-as │ ├── patch-at │ ├── patch-au │ ├── patch-av │ ├── patch-aw │ ├── patch-ax │ ├── patch-ay │ ├── patch-az │ ├── patch-ba │ ├── patch-bb │ ├── patch-bc │ ├── patch-bd │ ├── patch-be │ ├── patch-bf │ ├── patch-bg │ ├── patch-bh │ ├── patch-bi │ ├── patch-bj │ ├── patch-bk │ ├── patch-bl │ ├── patch-bm │ ├── patch-bn │ ├── patch-bo │ ├── patch-bp │ ├── patch-br │ ├── patch-gdb_dwarf2read.c │ └── patch-gdb_dwarfread.c ├── gdb8 ├── DESCR ├── Makefile ├── PLIST.DragonFly ├── PLIST.Linux ├── PLIST.common ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-Makefile.in │ └── patch-sim_ppc_emul_netbsd.c ├── gdcm ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Source_MediaStorageAndFileFormat_gdcmFileStreamer.cxx ├── gde ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── gdm ├── DESCR ├── INSTALL ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── 10_org.gnome.login-screen.gschema.override │ ├── NetBSD.xpm │ ├── custom.desktop │ ├── gdm-launch-environment │ └── gdm.sh ├── options.mk └── patches │ ├── patch-build-aux_find-x-server.sh │ ├── patch-common_gdm-address_c │ ├── patch-common_gdm-common_c │ ├── patch-common_gdm-common_h │ ├── patch-common_gdm-log_c │ ├── patch-common_meson.build │ ├── patch-daemon_gdm-display-access-file.c │ ├── patch-daemon_gdm-display_c │ ├── patch-daemon_gdm-launch-environment_c │ ├── patch-daemon_gdm-local-display-factory_c │ ├── patch-daemon_gdm-manager_c │ ├── patch-daemon_gdm-server_c │ ├── patch-daemon_gdm-session-record_c │ ├── patch-daemon_gdm-session-worker-job_c │ ├── patch-daemon_gdm-session-worker_c │ ├── patch-daemon_gdm-session-worker_xml │ ├── patch-daemon_gdm-session_c │ ├── patch-daemon_gdm-session_h │ ├── patch-daemon_gdm-x-session.c │ ├── patch-daemon_main_c │ ├── patch-data_Init_in │ ├── patch-data_PostSession_in │ ├── patch-data_PreSession_in │ ├── patch-data_gdm.conf-custom.in │ ├── patch-data_meson.build │ ├── patch-libgdm_gdm-user-switching_c │ ├── patch-libgdm_meson.build │ ├── patch-meson.build │ └── patch-pam__gdm_pam__gdm.c ├── gdm2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── NetBSD.xpm │ ├── custom.desktop │ └── gdm.sh ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ae │ ├── patch-ak │ ├── patch-al │ ├── patch-ao │ ├── patch-ap │ ├── patch-aq │ ├── patch-ar │ ├── patch-as │ ├── patch-at │ └── patch-common_gdm-config.h ├── gdsreader ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gdstk ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── geant ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gecode ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-gecode_search_cpprofiler_connector.hpp ├── geekcode ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-geekcode.h ├── gef ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── gemma ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── Makefile └── patches │ ├── patch-doc_manual.tex │ ├── patch-src_fastblas.cpp │ └── patch-src_gemma.cpp ├── generand ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── geners ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── geneweb ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-etc_install-cgi.sh ├── genometools ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-scripts_calltestcase.sh │ └── patch-scripts_spmcheck.sh ├── genus2reduction ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── geocode-glib2 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── geodiff ├── Makefile ├── PLIST ├── TODO └── distinfo ├── geoipupdate ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── geoloc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gerris-snapshot ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── gerris ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── getdns ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── getdp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── getssl ├── DESCR ├── Makefile ├── PLIST ├── TODO.md ├── distinfo └── patches │ └── patch-getssl ├── gf2x ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gfa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gfan ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gfeedline ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-lib_____init____.py │ ├── patch-lib_constants.py │ └── patch-lib_utils_autostart.py ├── gffread ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── gfontview ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── gforth-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gforth-snapshot ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gfsview-snapshot ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ggobi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ggz-gtk-client ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ggz-gtk-games ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ggz-server ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── gh-dash ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── ghc-core ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ghc7 ├── BOOTSTRAP.txt ├── DEINSTALL ├── DESCR ├── INSTALL ├── Makefile ├── bootstrap.mk ├── buildlink3.mk ├── distinfo ├── files │ └── bootstrap.build.mk └── patches │ ├── patch-configure │ ├── patch-ghc.mk │ ├── patch-libraries_base_GHC_Event_KQueue.hsc │ ├── patch-libraries_base_System_Environment.hs │ ├── patch-libraries_base_configure.ac │ ├── patch-libraries_time_lib_Data_Time_Clock_CTimeval.hs │ ├── patch-libraries_unix_System_Posix_Env.hsc │ ├── patch-libraries_unix_System_Posix_Env_ByteString.hsc │ ├── patch-libraries_unix_System_Posix_Files_Common.hsc │ ├── patch-libraries_unix_System_Posix_Signals.hsc │ ├── patch-libraries_unix_include_execvpe.h │ ├── patch-rts_PosixSource.h │ ├── patch-rts_ghc.mk │ ├── patch-rules_build-package-way.mk │ └── patch-rules_distdir-way-opts.mk ├── ghdl-dev ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ghdl-yosys-plugin ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── ghmm ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── ghostpcl-urwfonts-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ghostscript-cidfonts-ryumin ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── files │ ├── adobe │ │ ├── GothicBBB-Medium-EUC-H │ │ ├── GothicBBB-Medium-H │ │ ├── Ryumin-Light-EUC-H │ │ ├── Ryumin-Light-H │ │ └── Ryumin-Light-Identity-H │ ├── cidfmap-adobe │ ├── cidfmap-ipa │ ├── cidfmap-motoya │ ├── cidfmap-umefont │ └── ttf │ │ ├── GothicBBB-Medium-EUC-H │ │ ├── GothicBBB-Medium-H │ │ ├── Ryumin-Light-EUC-H │ │ ├── Ryumin-Light-H │ │ └── Ryumin-Light-Identity-H └── options.mk ├── ghostty ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── zig-depends.mk ├── giggle ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── gin ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── git-bug ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── git-cinnabar-devel ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk ├── distinfo └── patches │ ├── patch-git-core_ci_run-test-slice.sh │ ├── patch-tests_cinnabarclone.t │ └── patch-tests_push-refs.t ├── git-cinnabar ├── COMMIT_MSG ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── cargo-depends.mk ├── distinfo └── patches │ ├── patch-git-core_ci_run-test-slice.sh │ ├── patch-tests_cinnabarclone.t │ └── patch-tests_push-refs.t ├── git-docs-html ├── DESCR ├── Makefile └── PLIST ├── git-extras ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── git-modes-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── git-multimail ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── git-spindle ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-lib_gitspindle_github.py ├── git-toolbelt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── git-who ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── git-xargs ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── gitea-tea ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── gitg ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── gitlab-assets ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gitlab ├── DESCR ├── INSTALL ├── MESSAGE ├── Makefile ├── Makefile.common ├── PLIST ├── TODO └── options.mk ├── gitleaks ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── gitless ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── gitmux ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── gitsome ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-setup.py ├── gittyup ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── givaro ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── gjots2 ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── gjs ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── gksu ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-nautilus-gksu_libnautilus-gksu.c ├── gleam-stdlib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── glib-java ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-src_jni_jg__jnu.c ├── glibc ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── glide3 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ └── patch-ah ├── glimmerm ├── DESCR ├── Makefile ├── NOTES ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── glimpse ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-plug-ins_common_file-mng.c │ ├── patch-plug-ins_pygimp_py-compile │ └── patch-plug-ins_script-fu_script-fu-server.c ├── glista ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── glkgit ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── glkloader ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── files │ ├── glkloaderrc │ └── glkstart.h ├── glk-depends.mk ├── glk-options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── glkterm ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── globalprotect-openconnect ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-GPClient_CMakeLists.txt │ └── patch-GPService_CMakeLists.txt ├── glslang ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── glulxe ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── glusterfs ├── DESCR ├── MESSAGE.Linux ├── MESSAGE.NetBSD ├── Makefile ├── PLIST.Linux ├── PLIST.NetBSD ├── PLIST.common ├── distinfo ├── files │ └── glusterd.sh └── patches │ ├── patch-api_src_glfs.c │ ├── patch-cli_src_cli-cmd-parser.c │ ├── patch-cli_src_cli-xml-output.c │ ├── patch-configure.ac │ ├── patch-contrib_umountd_umountd.c │ ├── patch-events-src-Makefile.am │ ├── patch-events-tools-Makefile.am │ ├── patch-extras-Makefile.am │ ├── patch-extras-ganesha-config-Makefile.am │ ├── patch-extras_geo-rep_gsync-sync-gfid.c │ ├── patch-geo-replication_Makefile.am │ ├── patch-geo-replication_src_procdiggy.c │ ├── patch-libglusterfs-src-glusterfs-dict.h │ ├── patch-libglusterfs_src_glusterfs_logging.h │ ├── patch-rpc_rpc-lib_src_xdr-rpc.h │ ├── patch-xlators_cluster_ec_src_ec-code.c │ ├── patch-xlators_cluster_ec_src_ec.c │ ├── patch-xlators_debug_io-stats_src_io-stats.c │ ├── patch-xlators_features_index_src_index.c │ ├── patch-xlators_mgmt_glusterd_src_glusterd-ganesha.c │ ├── patch-xlators_mgmt_glusterd_src_glusterd-geo-rep.c │ ├── patch-xlators_mgmt_glusterd_src_glusterd-mountbroker.c │ ├── patch-xlators_mgmt_glusterd_src_glusterd-pmap.c │ ├── patch-xlators_mgmt_glusterd_src_glusterd-utils.c │ ├── patch-xlators_mgmt_glusterd_src_glusterd-volume-set.c │ └── patch-xlators_storage_posix_src_posix-inode-fd-ops.c ├── gm2calc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gmap ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── gmetadom ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-src_gdome__cpp__smart_Makefile.in │ └── patch-src_gdome__cpp__smart_include_GdomeSmartDOMTraits.hh ├── gmm ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── gmp-ecm ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ └── patch-aa ├── gmpc-lyricsplugin ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── gmrender-resurrect-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_webserver.c ├── gmrun ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── gmrun.1 └── patches │ ├── patch-aa │ └── patch-ab ├── gn-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_gn_args.cc ├── gnocchi ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── gnochm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gnokii ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-ab │ ├── patch-ac │ ├── patch-ae │ └── patch-af ├── gnomad2 ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── gnome-apps ├── DESCR └── Makefile ├── gnome-bluetooth ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── gnome-boxes ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-src_meson.build │ └── patch-subprojects_libovf-glib_govf_meson.build ├── gnome-builder ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_libide_core_ide-global.c │ └── patch-src_meson.build ├── gnome-calculator ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gnome-clipboard-daemon ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gnome-core ├── DESCR └── Makefile ├── gnome-desktop2 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── files │ ├── netbsd-logo-icon-transparent.png │ └── netbsd-logo-icon.png └── patches │ └── patch-aa ├── gnome-desktop4 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── gnome-jabber ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gnome-js-common ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── gnome-maps ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── gnome-mount ├── DESCR ├── Makefile ├── buildlink3.mk ├── distinfo ├── files │ └── gnome-mount.schemas.in.NetBSD └── patches │ ├── patch-Makefile.in │ ├── patch-src_gnome-mount-properties-view.c │ └── patch-src_gnome-mount.c ├── gnome-paint ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── gnome-settings-daemon ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── gnome-shell ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── org.freedesktop.ConsoleKit.Manager.xml │ └── org.freedesktop.ConsoleKit.Session.xml └── patches │ ├── patch-config.h.meson │ ├── patch-js_dbusServices_screencast_screencastService.js │ ├── patch-src_main.c │ └── patch-src_shell-util.c ├── gnome-todo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gnome-tweaks ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── gnome40 ├── DESCR ├── MESSAGE └── Makefile ├── gnomeradio ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gnormalize ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── gnucash-devel ├── DESCR ├── Makefile ├── PLIST ├── PLIST.dbi ├── PLIST.ofx ├── PLIST.python ├── buildlink3.mk ├── distinfo └── options.mk ├── gnujump ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_main.c ├── gnump3d ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── gnump3d.sh └── patches │ └── patch-aa ├── gnunet-go ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── gnupoc-makesis ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── gnuradio-monolithic ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Darwin ├── PLIST.alsa ├── buildlink3.mk ├── distinfo ├── files │ └── check-PLIST-overwrap ├── options.mk └── patches │ ├── patch-cmake_Modules_GrPybind.cmake │ ├── patch-gnuradio-runtime_CMakeLists.txt │ ├── patch-gnuradio-runtime_lib_CMakeLists.txt │ ├── patch-gnuradio-runtime_lib_constants.cc.in │ ├── patch-gnuradio-runtime_lib_thread_thread__group.cc │ ├── patch-gr-audio_lib_CMakeLists.txt │ ├── patch-gr-audio_lib_alsa_alsa__impl_h │ └── patch-gr-qtgui_examples_c++_CMakeLists.txt ├── gnutls-guile ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── go-astilectron ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── go-atomic ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-bin ├── DESCR ├── Makefile └── distinfo ├── go-bindata-assetfs ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-bindata ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── go-clir ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-collectd ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── go-curlie ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── go-cyclo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── go-discord-irc ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── go-dither ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-easyjson ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-ethereum ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-go.mod ├── go-faker ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-flaggy ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-flags ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-genny ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── go-godot ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── go-goji ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-gorilla-securecookie ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-httpsnoop ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-incremental ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-jennifer ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-jettison ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-jira ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── go-modules.mk └── patches │ └── patch-jiracli_password.go ├── go-jsonparser ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── go-junit-report ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-ksuid ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-makezero ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── go-mewn ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-mobius ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── go-mock ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── go-python ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-rice ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── go-modules.mk ├── go-riff ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-rsrc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-shellescape ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-tail ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── go-uilive ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── go-upspin ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-cmd_upspin_mkdoc.sh ├── goattracker ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── godura ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── goldendict ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-bgl_babylon.cc │ ├── patch-goldendict.pro │ ├── patch-iconv.cc │ └── patch-mdictparser.cc ├── golly ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-cmdline_bgolly.cpp │ ├── patch-gui-wx_makefile-gtk │ └── patch-sound_cute__sound.h ├── gonepass-git ├── DESCR ├── Makefile ├── PLIST └── TODO ├── google-perftools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── googlecl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── goon-linux ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gopass-jsonapi ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── gopher-validator-git ├── DESCR ├── Makefile └── PLIST ├── gorilla-audio ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ └── patch-src_common_gc__thread.c ├── gosec ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── gotify ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── goyq ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── gp-toric ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gpak ├── DESCR ├── Makefile ├── PLIST └── files │ ├── gpak.glade │ └── gpak.pl ├── gpatch ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gplbasic ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── gpsdrive ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ └── patch-aa ├── gptfdisk ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-diskio-unix.cc │ ├── patch-gdisk.cc │ ├── patch-gpt.cc │ ├── patch-gpt.h │ ├── patch-gptcl.cc │ └── patch-gptcurses.cc ├── gpx2shp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gr-fcdproplus-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── gr-funcube ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gr-gsm ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-include_grgsm_endian.h ├── grabtitle-git ├── DESCR ├── Makefile └── PLIST ├── gradle ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── gradle-launcher ├── grafana ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── grafana.sh │ └── smf │ │ └── manifest.xml ├── go-modules.mk └── patches │ ├── patch-conf_sample.ini │ ├── patch-go.mod │ ├── patch-go.sum │ ├── patch-pkg_build_cmd.go │ └── patch-pkg_cmd_grafana-server_commands_flags.go ├── gramscii ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── grandr ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── granite ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── graphmonkey ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── graphviz ├── COMMIT_MSG ├── DEINSTALL ├── DESCR ├── INSTALL ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-config_config__perl.pl │ ├── patch-configure.ac │ ├── patch-lib_gvc_Makefile.am │ ├── patch-lib_gvpr_actions.c │ ├── patch-lib_gvpr_compile.h │ └── patch-plugin_gs_gvloadimage__gs.c ├── grass-Spearfish ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── grass ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-configure ├── graveman ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-aa ├── grc ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── greenbone-security-assistant ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-doc_CMakeLists.txt ├── gretl ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── greybird-theme ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── grisbi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gromit-mpx ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-CMakeOptions.txt │ ├── patch-build-config.h__cmake__in │ ├── patch-src_coordlist__ops.c │ ├── patch-src_main.c │ └── patch-src_main.h ├── groovy ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-bin_startGroovy ├── grpc-java ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── grpcui ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── grsync ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── grub2-current ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── download.mk ├── files │ ├── 05_pkgsrc_theme │ └── default.conf ├── options.mk └── patches │ ├── patch-autogen.sh │ ├── patch-grub-core_kern_emu_misc.c │ ├── patch-grub-core_lib_posix__wrap_sys_types.h │ ├── patch-grub-core_loader_i386_pc_plan9.c │ └── patch-util_grub-mkpasswd-pbkdf2.c ├── gscan2pdf ├── DESCR ├── Makefile ├── TODO └── distinfo ├── gsdpdf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gsettings-desktop-schemas ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── gsmartcontrol ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gst-plugins1-svt-vp9 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gstat ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── gsview ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── afpl-license ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ae ├── gtg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gtimelog ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gtk-d ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-GNUmakefile ├── gtk-doc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── gtk-gnutella-git ├── DESCR ├── Makefile ├── Makefile.version ├── PLIST └── files │ └── 163e5491b8f4ccb8a4ab62c3ea0219c9 ├── gtk-grdc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gtk-imonc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── gtk-server ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── gtk-theme-switch ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gtk2-engines-aurora ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gtk2-engines-dwerg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gtk2-engines-galaxy ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── gtk2-engines-magicchicken ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gtk2-murrina-fancy-clearlooks ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gtk2-theme-pack ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── gtkada ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gtkaml ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gtkglextmm ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-gtkglext_gtkmm_gl_widget.cc ├── gtkglk ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── gtkhash ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── gtkhotkey ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── gtkmathview ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-config_Makefile.in │ ├── patch-mathmlps_main.cc │ ├── patch-mathmlsvg_SMS.cc │ ├── patch-mathmlsvg_main.cc │ ├── patch-src_Makefile.in │ ├── patch-src_backend_common_t1lib__T1FontManager.cc │ ├── patch-src_backend_ps_T1__FontDataBase.cc │ ├── patch-src_engine_mathml_mathVariantAux.cc │ ├── patch-src_frontend_common_TemplateBuilder.hh │ ├── patch-src_frontend_common_TemplateElementIterator.hh │ └── patch-src_view_Makefile.in ├── gtkmmorse ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-astream.cc ├── gtksourcecompletion ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── gtksourceview2 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── gts-snapshot ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── gtypist ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── guest-oslogin ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-src_include_compat.h ├── guichan ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── guile-colorized ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── guile-fibers ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── guile-goblins ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-m4_guile.m4 ├── guile-persist ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── guile-reader ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── guile-sjson ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── guile-stis-parser ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── guile30 ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── module.mk └── patches │ └── patch-libguile_loader.c ├── gunison ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── gupnp-ui ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── gurk ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk ├── distinfo └── patches │ └── patch-Cargo.toml ├── gurlchecker ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-aa ├── gvariant ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── gvfs ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── hacks.mk ├── options.mk └── patches │ ├── patch-daemon_ParseFTPList.c │ └── patch-meson.build ├── gwget ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── gwhois ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-gwhois ├── gwyddion ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── gxconsole ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── gxmms2 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── gzdoom ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-libraries_ZVulkan_CMakeLists.txt │ ├── patch-src_common_console_c__console.h │ └── patch-src_gameconfigfile.cpp ├── h323plus ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-configure │ ├── patch-include_gccpdu.h │ ├── patch-include_gnugknat.h │ ├── patch-include_h225.h │ ├── patch-include_h235.h │ ├── patch-include_h450_h4508.h │ ├── patch-include_h501.h │ ├── patch-openh323u.mak.in │ ├── patch-src_gccpdu.cxx │ ├── patch-src_gnugknat.cxx │ ├── patch-src_h225__1.cxx │ ├── patch-src_h235.cxx │ ├── patch-src_h235auth.cxx │ ├── patch-src_h323ep.cxx │ ├── patch-src_h450_h4508.cxx │ └── patch-src_h501.cxx ├── h8300-elf-binutils ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── h8300-elf-gcc ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── hackgen-ttf ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── hackgennerd-ttf ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── haddock ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── hal ├── DESCR ├── MESSAGE.NetBSD ├── Makefile ├── PLIST ├── PLIST.DragonFly ├── PLIST.FreeBSD ├── PLIST.Linux ├── PLIST.NetBSD ├── buildlink3.mk ├── distinfo ├── files │ ├── 03-hal │ ├── hal.sh │ ├── hald-netbsd │ │ ├── Makefile.am │ │ ├── addons │ │ │ ├── Makefile.am │ │ │ └── addon-storage.c │ │ ├── devinfo.c │ │ ├── devinfo.h │ │ ├── devinfo_acpi.h │ │ ├── devinfo_audio.c │ │ ├── devinfo_audio.h │ │ ├── devinfo_cpu.h │ │ ├── devinfo_mass.c │ │ ├── devinfo_mass.h │ │ ├── devinfo_misc.c │ │ ├── devinfo_misc.h │ │ ├── devinfo_optical.c │ │ ├── devinfo_optical.h │ │ ├── devinfo_pci.c │ │ ├── devinfo_pci.h │ │ ├── devinfo_storage.c │ │ ├── devinfo_storage.h │ │ ├── devinfo_usb.c │ │ ├── devinfo_usb.h │ │ ├── devinfo_video.c │ │ ├── devinfo_video.h │ │ ├── drvctl.c │ │ ├── drvctl.h │ │ ├── envsys.c │ │ ├── envsys.h │ │ ├── hal-file-monitor.c │ │ ├── hotplug.c │ │ ├── hotplug.h │ │ ├── osspec.c │ │ ├── osspec_netbsd.h │ │ ├── probing │ │ │ ├── Makefile.am │ │ │ ├── cdutils.c │ │ │ ├── cdutils.h │ │ │ ├── fsutils.c │ │ │ ├── fsutils.h │ │ │ ├── probe-storage.c │ │ │ └── probe-volume.c │ │ ├── vfsstat.c │ │ └── vfsstat.h │ ├── smf │ │ ├── hal.sh │ │ └── manifest.xml │ └── tools-netbsd │ │ ├── Makefile.am │ │ ├── hal-system-power-reboot-netbsd │ │ ├── hal-system-power-shutdown-netbsd │ │ └── hal-system-power-suspend-netbsd └── patches │ ├── patch-Makefile.am │ ├── patch-configure.in │ ├── patch-fdi_policy_10osvendor_20-storage-methods.fdi │ ├── patch-hald_Makefile.am │ ├── patch-hald_device__info.c │ ├── patch-hald_freebsd_addons_addon-mouse.c │ ├── patch-hald_freebsd_addons_addon-storage.c │ ├── patch-hald_freebsd_hf-ata.c │ ├── patch-hald_freebsd_hf-devd.c │ ├── patch-hald_freebsd_hf-pci.c │ ├── patch-hald_freebsd_hf-storage.c │ ├── patch-hald_freebsd_hf-usb.c │ ├── patch-hald_freebsd_hf-usb2.c │ ├── patch-hald_freebsd_hf-volume.c │ ├── patch-hald_freebsd_libprobe_hfp-cdrom.c │ ├── patch-hald_freebsd_probing_Makefile.am │ ├── patch-hald_freebsd_probing_probe-hiddev.c │ ├── patch-hald_freebsd_probing_probe-storage.c │ ├── patch-hald_freebsd_probing_probe-usb2-device.c │ ├── patch-hald_freebsd_probing_probe-usb2-interface.c │ ├── patch-hald_freebsd_probing_probe-volume.c │ ├── patch-hald_linux_addons_addon-acpi-buttons-toshiba.c │ ├── patch-hald_linux_addons_addon-cpufreq.c │ ├── patch-hald_linux_addons_addon-dell-backlight.cpp │ ├── patch-hald_linux_addons_addon-generic-backlight.c │ ├── patch-hald_linux_addons_addon-imac-backlight.c │ ├── patch-hald_linux_addons_addon-input.c │ ├── patch-hald_linux_addons_addon-ipw-killswitch.c │ ├── patch-hald_linux_addons_addon-leds.c │ ├── patch-hald_linux_addons_addon-macbookpro-backlight.c │ ├── patch-hald_linux_addons_addon-omap-backlight.c │ ├── patch-hald_linux_addons_addon-rfkill-killswitch.c │ ├── patch-hald_linux_addons_addon-storage.c │ ├── patch-hald_linux_addons_addon-usb-csr.c │ ├── patch-hald_linux_probing_probe-video4linux.c │ ├── patch-hald_netbsd_devinfo__mass.c │ ├── patch-hald_netbsd_drvctl.c │ ├── patch-libhal_libhal.c │ ├── patch-policy_Makefile.am │ ├── patch-tools_Makefile.am │ ├── patch-tools_hal-luks-setup │ ├── patch-tools_hal-luks-teardown │ ├── patch-tools_hal-storage-mount.c │ ├── patch-tools_hal-storage-shared.c │ ├── patch-tools_hal-storage-unmount.c │ ├── patch-tools_hal-system-power-pmu.c │ └── patch-tools_linux_Makefile.am ├── halfempty ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── halloy ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.glyphon.mk ├── cargo-depends.iced.mk ├── cargo-depends.mk ├── cargo-depends.rust-dark-light.mk ├── cargo-depends.winit.mk ├── distinfo └── patches │ ├── patch-.._pkgsrc-iced_Cargo.toml │ ├── patch-.._vendor_interprocess-1.2.1_src_os_unix_imports.rs │ ├── patch-.._vendor_ring-0.17.8_build.rs │ ├── patch-.._vendor_ring-0.17.8_src_aead_aes.rs │ ├── patch-.._vendor_ring-0.17.8_src_aead_chacha.rs │ ├── patch-.._vendor_ring-0.17.8_src_aead_gcm.rs │ ├── patch-.._vendor_ring-0.17.8_src_aead_shift.rs │ ├── patch-.._vendor_ring-0.17.8_src_arithmetic_montgomery.rs │ ├── patch-.._vendor_ring-0.17.8_src_cpu.rs │ ├── patch-.._vendor_ring-0.17.8_src_cpu_intel.rs │ ├── patch-.._vendor_ring-0.17.8_src_prefixed.rs │ └── patch-Cargo.toml ├── hammer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── hanazono-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── haplohseq ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── haplohseq-example.in ├── hare ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── config.mk ├── harec ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── harmony ├── DESCR ├── INSTALL ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── bugzilla.conf │ └── localconfig └── options.mk ├── hasciicam ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-src_hasciicam.c ├── haserl ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── hashcat-utils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── haskell-mode ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── hawk ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-makefile ├── hawknl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-makefile.openbsd ├── haxe ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-libs_extc_process__stubs.c │ └── patch-libs_pcre_Makefile ├── haxima ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── haxor-news ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── haydar-fonts ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── haze ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── hcloud ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── hdf5_110 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-configure │ ├── patch-tools_test_h5dump_testh5dump.sh.in │ └── patch-tools_test_h5repack_h5repack.sh.in ├── hdparm ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── heaptrack ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── heatshrink ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── files │ ├── CMakeLists.txt │ └── Config.cmake.in └── patches │ └── patch-Makefile ├── heimdal-dev ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── builtin.mk ├── files │ ├── kadmind.sh │ ├── kcm.sh │ ├── kdc.sh │ ├── kpasswdd.sh │ └── krb5-config └── options.mk ├── heimdall ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-heimdall_config.h.in │ ├── patch-heimdall_configure │ ├── patch-heimdall_source_Heimdall.h │ ├── patch-libpit_config.h.in │ └── patch-libpit_configure ├── helix ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk ├── distinfo ├── files │ └── print-depends.awk ├── patches │ ├── patch-helix-loader_src_grammar.rs │ └── patch-vendor_gix-index-0.40.0_src_fs.rs └── tree-sitter-depends.mk ├── hengband ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── hepmc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hepmcvisual ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── hercules-server ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── hercules4aethra ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile.am │ └── patch-configure.ac ├── heroes ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── herwig ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── hex ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── hey ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── hgsubversion ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-hgsubversion_____init____.py │ └── patch-hgsubversion_svncommands.py ├── higan ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-higan_Makefile │ ├── patch-higan_nall_Makefile │ └── patch-higan_nall_file.hpp ├── higgsbounds ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-configure ├── hijra ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── hisat2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-aligner__sw.h │ ├── patch-hisat2 │ ├── patch-processor__support.h │ └── patch-sse__util.h ├── honggfuzz-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── honk ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── README.pkgsrc │ └── honk.sh ├── hoverfly ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── howdoi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── hpl ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── hplibunwind-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-configure.ac │ ├── patch-include_tdep-x86__64_jmpbuf.h │ ├── patch-include_tdep-x86__64_libunwind__i.h │ ├── patch-src_Makefile.am │ ├── patch-src_coredump___UCD__create.c │ ├── patch-src_os-netbsd.c │ ├── patch-src_ptrace___UPT__access__fpreg.c │ ├── patch-src_ptrace___UPT__access__reg.c │ ├── patch-src_ptrace___UPT__reg__offset.c │ ├── patch-src_setjmp_siglongjmp.c │ ├── patch-src_x86_Gos-netbsd.c │ ├── patch-src_x86_Los-netbsd.c │ ├── patch-src_x86__64_Gos-netbsd.c │ ├── patch-src_x86__64_Los-netbsd.c │ ├── patch-src_x86__64_getcontext.S │ ├── patch-src_x86__64_setcontext.S │ ├── patch-src_x86__64_ucontext__i.h │ └── patch-src_x86_getcontext-netbsd.S ├── hpoj ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── hs-Boolean ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-ConfigFile ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-GLURaw ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-GLUT ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-HCL ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-HDBC-sqlite3 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-HDBC ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── hs-HList ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-HSH ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-HsHyperEstraier ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-HsOpenSSL ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-HsSVN ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-Lucu ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Lucu.cabal │ └── patch-Network_HTTP_Lucu_Chunk.hs ├── hs-MissingH ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── hs-MonadCatchIO-mtl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-NumInstances ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-ObjectName ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-OpenGL ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-OpenGLRaw ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-QIO ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-QuickCheck1 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-ReadArgs ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-Tensor ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-arrow-list ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-ascii ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-attempt ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-binary-strict ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-bindings-DSL ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-bindings-audiofile ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-bindings-librrd ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-blaze-builder-conduit ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-bytestring-trie ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-cabal-query ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-carp ├── DESCR ├── Makefile ├── TODO └── distinfo ├── hs-categories ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-cautious-file ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-cgi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── hs-chalkboard-viewer ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── hs-chalkboard ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-chunks ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-citeproc-hs ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-src_Text_CSL_Pickle.hs ├── hs-cmark ├── DESCR ├── Makefile ├── buildlink3.mk └── distinfo ├── hs-collections-api ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-collections-base-instances ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-colorize-haskell ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-comonad-transformers ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-comonads-fd ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-concrete-typerep ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-containers-unicode-symbols ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-control-monad-failure ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-convertible-ascii ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-convertible-text ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-convertible ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-core ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-cryptohash ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-data-accessor-monads-fd ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-data-accessor-mtl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-data-accessor-template ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-data-accessor ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-dataenc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-derive ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-double-conversion ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-double-conversion_src_utils.h ├── hs-dyre ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-event-list ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-executable-path ├── DESCR ├── Makefile ├── PLIST.Darwin ├── PLIST.FreeBSD ├── PLIST.NetBSD ├── buildlink3.mk └── distinfo ├── hs-explicit-exception ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-explicit-iomodes ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-failure ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-fclabels ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-fclabels.cabal ├── hs-ghc-syb-utils ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-gio ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-glib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-gnuplot ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-groupoids ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-gtk ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── hs-hashed-storage ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Storage_Hashed_Index.hs │ └── patch-Storage_Hashed_Utils.hs ├── hs-hashmap ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-haskell-src ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-haskelldb-hdbc-sqlite3 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-haskelldb-hdbc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-haskelldb ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-haskore ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── hs-highlighting-kate ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-hinstaller ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-hopenssl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-hothasktags ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── hs-hslogger-template ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-http-attoparsec ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-husk-scheme ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-hxt-tagsoup ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-hxt-tagsoup.cabal │ └── patch-src_Text_XML_HXT_Parser_TagSoup.hs ├── hs-hxt-xpath ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-hxt-xslt ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-iconv ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── hs-io-storage ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-irc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── hs-knob ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-largeword ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-lazy-io ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-markov-chain ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-midi ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-monad-peel ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-monads-fd ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-monads-tf ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-monoid-transformer ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-network-bytestring ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-network-conduit ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-non-negative ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-numeric-prelude ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── hs-numeric-quest ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-pango ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-parallel-io ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-parseargs ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-pathtype ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-pcre-light ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── hs-pointedlist ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-pointedlist03 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-punycode ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-pureMD5 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-readline ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-regex-compat ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-regional-pointers ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-regions ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-rosezipper ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-rosezipper1 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-safer-file-handles ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-semigroupoid-extras ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-storablevector ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-stream-fusion ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-strict-io ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-stringable ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-stringtable-atom ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-system-filepath ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-test-framework-hunit ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-test-framework-quickcheck2 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-test-framework ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-text-icu ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-tfp ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── hs-time-http ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Data_Time_HTTP_Common.hs │ └── patch-time-http.cabal ├── hs-time-w3c ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-transformers-abort ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-uconv ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-vector-bytestring ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Data_Vector_Storable_ByteString_Internal.hs │ └── patch-vector-bytestring.cabal ├── hs-vector-space ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-vte ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-vty ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-x11-extras ├── DEINSTALL ├── DESCR ├── INSTALL ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-xdg-basedir ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── hs-xmobar ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-src_StatFS.hsc ├── ht2html ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── html-xml-utils ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-fopencookie.c ├── html2latex ├── DESCR ├── Makefile └── PLIST ├── htmldoc-x11 ├── COMMIT_MSG ├── DESCR └── Makefile ├── htmldoc ├── COMMIT_MSG ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-desktop_Makefile ├── htop-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-Settings.c ├── htslib ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── httrack ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-html_Makefile.in │ └── patch-src_minizip_ioapi.h ├── hu-go ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ └── patch-ai ├── hungrycat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── hunspell-dictionaries ├── DESCR ├── Makefile ├── PLIST └── options.mk ├── hunspell-uk_UA ├── DESCR ├── Makefile └── distinfo ├── hut ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── hypatia ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── hypatia-demo └── patches │ └── patch-setup_py ├── hyperrogue ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-Makefile ├── hztool ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile.in ├── i2pd-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── i2pd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── i2pd.conf.NetBSD │ └── i2pd.in └── patches │ └── patch-CMakeLists.txt ├── i3-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-configure.ac │ └── patch-src_log.c ├── i686-elf-binutils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── i686-elf-gcc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-contrib_download__prerequisites │ ├── patch-fixincludes_fixincl.x │ ├── patch-fixincludes_inclhack.def │ ├── patch-gcc_Makefile.in │ ├── patch-gcc_config.gcc │ ├── patch-gcc_config_aarch64_aarch64-builtins.c │ ├── patch-gcc_config_aarch64_aarch64-netbsd.h │ ├── patch-gcc_config_aarch64_aarch64.h │ ├── patch-gcc_config_aarch64_t-aarch64-netbsd │ ├── patch-gcc_config_arm_arm.h │ ├── patch-gcc_config_netbsd-elf.h │ ├── patch-gcc_config_netbsd-protos.h │ ├── patch-gcc_config_sparc_sparc.c │ ├── patch-gcc_config_t-netbsd │ ├── patch-gcc_config_x-netbsd │ ├── patch-gcc_configure │ ├── patch-gcc_ggc-common.c │ ├── patch-gcc_ginclude_stddef.h │ ├── patch-gcc_lto_lto.c │ ├── patch-gcc_plugin.c │ ├── patch-gcc_system.h │ ├── patch-gcc_targhooks.c │ ├── patch-libffi_configure │ ├── patch-libffi_testsuite_libffi.call_float2.c │ ├── patch-libgcc_config.host │ ├── patch-libgcc_crtstuff.c │ ├── patch-libgfortran_io_io.h │ ├── patch-libsanitizer_configure.tgt │ ├── patch-libsanitizer_sanitizer__common_Makefile.am │ ├── patch-libsanitizer_sanitizer__common_Makefile.in │ ├── patch-libstdc++-v3_config_os_bsd_netbsd_ctype__base.h │ ├── patch-libstdc++-v3_config_os_bsd_netbsd_ctype__configure__char.cc │ └── patch-libstdc++-v3_libsupc++_new__opa.cc ├── iText ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO └── distinfo ├── iTextXML ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── ibm-semeru-jdk21 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── ibus-tutcode ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── ical2pcal ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── icann-rdap ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk ├── distinfo └── files │ └── rdap-srv.sh ├── icecat ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── desktop.in │ ├── firefox3-js.pc │ ├── firefox3-libxul.pc │ ├── firefox3-nspr.pc │ ├── firefox3-nss.pc │ ├── firefox3-plugin.pc │ └── firefox3-xpcom.pc ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-an │ ├── patch-ao │ ├── patch-ap │ ├── patch-aq │ ├── patch-ar │ ├── patch-as │ ├── patch-at │ ├── patch-au │ ├── patch-av │ ├── patch-aw │ ├── patch-ax │ ├── patch-ay │ ├── patch-az │ ├── patch-ba │ ├── patch-bb │ ├── patch-be │ ├── patch-bf │ ├── patch-bg │ ├── patch-ma │ ├── patch-mb │ ├── patch-mc │ ├── patch-md │ ├── patch-me │ ├── patch-mf │ ├── patch-mg │ ├── patch-mh │ ├── patch-mi │ ├── patch-mj │ ├── patch-mk │ ├── patch-ml │ ├── patch-mm │ ├── patch-mn │ ├── patch-mp │ ├── patch-nd │ ├── patch-pa │ ├── patch-pb │ ├── patch-pc │ ├── patch-pd │ ├── patch-pe │ ├── patch-pg │ ├── patch-xa │ ├── patch-xb │ ├── patch-xc │ ├── patch-xd │ ├── patch-xe │ ├── patch-xf │ ├── patch-xg │ ├── patch-xj │ ├── patch-xk │ ├── patch-xl │ ├── patch-xm │ ├── patch-xn │ ├── patch-xo │ └── patch-xp ├── ices-vorbis ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── ices ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── icestorm-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-icetime_iceutil.cc ├── icestorm_update ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-icebox_Makefile ├── icmpchat ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── ics2txt ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-tsv2agenda.c ├── id3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ideviceinstaller ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ifstat ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── ifuse ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_ifuse.c ├── igal ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── igowin ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── igowin.sh.in ├── igraph ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── igv ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── igv.sh.in ├── iir1 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── iisemulator ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── ilbc-rfc3951 ├── DESCR ├── GIPS-iLBC-license ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ilohamail ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── imgui ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── imonc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── include-what-you-use ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── incron ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── glibc-compat.c │ ├── glibc-compat.h │ └── incron.sh └── patches │ ├── patch-Makefile │ ├── patch-appinst.cpp │ ├── patch-appinst.h │ ├── patch-icd-main.cpp │ ├── patch-ict-main.cpp │ ├── patch-incron.conf.5 │ ├── patch-incron.conf.example │ ├── patch-incron.h │ ├── patch-incroncfg.cpp │ └── patch-inotify-cxx.h ├── inetdxtra ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-in.ctcs_in.ctcs.c │ ├── patch-in.dhcp_in.dhcp.c │ ├── patch-in.dns_in.dns.c │ ├── patch-in.jabberd_in.jabberd.c │ ├── patch-in.mvp_in.mvp.c │ ├── patch-in.proxy_in.proxy.c │ ├── patch-in.smtp_in.smtp.c │ └── patch-in.www_in.www.c ├── inferno ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── influx-cli ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── influxdb ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── influxdb.sh │ └── smf │ │ └── manifest.xml └── go-modules.mk ├── inform ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-inweb_Materials_platforms_inweb-on-unix.mk │ └── patch-inweb_Materials_platforms_unix.mkscript ├── infraarcana ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── infraarcana.sh └── patches │ └── patch-CMakeLists.txt ├── inicpp ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── initware-git ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── files │ └── initware.sh ├── innernet ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── input-headers ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-include_linux_input-event-codes.h │ └── patch-include_linux_input.h ├── input-leap ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-src_client_CMakeLists.txt │ └── patch-src_server_CMakeLists.txt ├── input-ttf ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── font-software-license ├── intel-gpu-tools ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-benchmarks_gem__exec__tracer.c │ ├── patch-lib_igt__core.c │ ├── patch-lib_igt__kms.c │ ├── patch-lib_intel__os.c │ ├── patch-overlay_perf.h │ ├── patch-tests_pm__rpm.c │ └── patch-tools_aubdump.c ├── interactsh ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── interbase-docs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── intervaltree ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Makefile ├── inxi ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-inxi ├── io-base ├── DESCR ├── Makefile ├── PLIST ├── addon.mk └── version.mk ├── io-blowfish ├── DESCR ├── Makefile └── PLIST ├── io-cgi ├── DESCR ├── Makefile └── PLIST ├── io-continuedfraction ├── DESCR ├── Makefile └── PLIST ├── io-distributedobjects ├── DESCR ├── Makefile └── PLIST ├── io-editline ├── DESCR ├── Makefile └── PLIST ├── io-fnmatch ├── DESCR ├── Makefile └── PLIST ├── io-lzo ├── DESCR ├── Makefile └── PLIST ├── io-md5 ├── DESCR ├── Makefile └── PLIST ├── io-random ├── DESCR ├── Makefile └── PLIST ├── io-range ├── DESCR ├── Makefile ├── PLIST └── buildlink3.mk ├── io-rational ├── DESCR ├── Makefile └── PLIST ├── io-regex ├── DESCR ├── Makefile └── PLIST ├── io-securesocket ├── DESCR ├── Makefile └── PLIST ├── io-sha1 ├── DESCR ├── Makefile └── PLIST ├── io-socket ├── DESCR ├── Makefile ├── PLIST └── buildlink3.mk ├── io-sqldatabase ├── DESCR ├── Makefile └── PLIST ├── io-sqlite3 ├── DESCR ├── Makefile └── PLIST ├── io-syslog ├── DESCR ├── Makefile └── PLIST ├── io-systemcall ├── DESCR ├── Makefile └── PLIST ├── io-thread ├── DESCR ├── Makefile └── PLIST ├── io-user ├── DESCR ├── Makefile └── PLIST ├── io-vm ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── io-zlib ├── DESCR ├── Makefile └── PLIST ├── ion3 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── ioquake3-snapshot ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── ioq3ded.sh │ └── ioquake3.sh └── patches │ ├── patch-Makefile │ └── patch-code_qcommon_q_platform.h ├── iosevka-aile-ttf ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── iosevka-curly-slab-ttf ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── iosevka-curly-ttf ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── iosevka-etoile-ttf ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── iosevka-slab-ttf ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── iosevka-ttf ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ipamjfont ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ipax0208font-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ipsvd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── iptables ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── iptstate ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ircII-current ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-ac ├── irixjoker-ai-utils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ironpython ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── ipy.sh └── patches │ └── patch-aa ├── irrxml ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_irrXML.cpp ├── irssi-otr ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_Makefile.am ├── irust ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── isa-l ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Makefile.am │ ├── patch-configure.ac │ └── patch-include_unaligned.h ├── ised ├── ChangeLog.commit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── islamic-menus ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── ispell-dictionaries ├── DESCR ├── Makefile ├── PLIST └── options.mk ├── itools ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── ivtools ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-an │ ├── patch-ao │ ├── patch-ap │ ├── patch-aq │ ├── patch-ar │ ├── patch-as │ ├── patch-at │ ├── patch-au │ ├── patch-av │ ├── patch-aw │ ├── patch-ax │ ├── patch-ay │ ├── patch-az │ ├── patch-ba │ ├── patch-bb │ ├── patch-bc │ ├── patch-be │ ├── patch-bf │ ├── patch-bg │ ├── patch-bh │ ├── patch-bi │ ├── patch-bj │ ├── patch-bk │ ├── patch-bl │ ├── patch-src_ComTerp_ctrlfunc.c │ ├── patch-src_glyphs_strchooser_main.c │ └── patch-src_tests_y2k_y2ktest.cc ├── ja-freewnn-cvs ├── DEINSTALL ├── DESCR ├── INSTALL ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── files │ └── ja_freewnn.sh ├── ja-ptex ├── DESCR ├── MESSAGE ├── Makefile └── PLIST ├── jabberd └── transports.mk ├── jabberd14 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ └── jabberd.sh ├── options.mk └── patches │ ├── patch-Makefile.am │ ├── patch-configure.ac │ ├── patch-jabberd_lib_xmlnode.cc │ ├── patch-jabberd_lib_xmlnode.hh │ ├── patch-jsm_sessions.cc │ └── patch-xdb__sql_xdb__sql.cc ├── jabref ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── jabref3 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── jabref ├── jack-example-tools ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── jacorb-lib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── jakarta-log4j ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── jakarta-struts ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── jalview ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── jason ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── files │ └── jason.desktop ├── java-asm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-basicplayer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-bcel ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-charva ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-frozenbubble ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-getopt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-gnucrypto ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-gnujaf ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── java-gnujaxp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-gson ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-iText-RUPS ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── java-jbluez ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-jlayer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-jspeex ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-mp3spi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-muse ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-netty ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── patch-netty_kqueue_bsdsocket.c ├── java-protobuf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-swingwt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-swt ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-build_sh │ └── patch-make__netbsd_mak ├── java-tritonus-share ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-vorbisspi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── java-xmlrpc ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── jazz2-resurrection ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-README.md │ ├── patch-Sources_Jazz2_ContentResolver.cpp │ ├── patch-Sources_Jazz2_PreferencesCache.cpp │ ├── patch-Sources_Shared_IO_FileSystem.cpp │ ├── patch-Sources_Shared_IO_FileSystem.h │ ├── patch-Sources_nCine_Threading_PosixThread.cpp │ ├── patch-Sources_nCine_Threading_Thread.h │ ├── patch-cmake_FindGLFW.cmake │ └── patch-cmake_Findlibopenmpt.cmake ├── jbmgen ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── jc ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── jd ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── jdim-current ├── DESCR ├── Makefile ├── PLIST ├── TODO └── options.mk ├── jedit ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── jedit.sh ├── jellyfish ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── jellyfish2 ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── jemboss-standalone ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ └── jemboss └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ └── patch-al ├── jetbrains-mono-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── jfsw-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-jfaudiolib_src_driver__alsa.c │ ├── patch-jfaudiolib_src_midi.c │ ├── patch-jfbuild_Makefile │ ├── patch-jfbuild_Makefile.shared │ ├── patch-jfbuild_include_compat.h │ ├── patch-jfbuild_kenbuild_Makefile │ └── patch-jfbuild_src_mmulti.c ├── jgloss ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── jgloss.in ├── jgraphx ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── jhbuild ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── jibri ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-pom.xml ├── jigasi ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-jigasi.sh ├── jira-cli-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── jitsi-meet ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── README.pkgsrc └── patches │ └── patch-webpack.config.js ├── jitsi-sctp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-jniwrapper_native_pom.xml ├── jitsi ├── DESCR ├── DO-NOT-IMPORT ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-build.xml │ ├── patch-resources_install_generic_run.sh │ └── patch-src_native_hwaddressretriever_HardwareAddressRetriever__unix.c ├── jj-fzf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── jlibtool ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── Makefile │ └── jlibtool.c └── patches │ └── patch-aa ├── jmol ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── jmtpfs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── jobd ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── john-jumbo ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_configure │ ├── patch-src_efs__fmt__plug.c │ ├── patch-src_escrypt_sysendian.h │ ├── patch-src_gpg__fmt__plug.c │ ├── patch-src_keychain__fmt__plug.c │ ├── patch-src_mozilla__ng__fmt__plug.c │ ├── patch-src_osx__as__wrapper.sh │ ├── patch-src_ssh__ng__fmt__plug.c │ └── patch-src_sysendian.h ├── joomla ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── joomla.conf ├── jpgtn ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── jpicedt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── jruby ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-bin_jruby │ └── patch-bin_jruby.sh ├── js-Gallery ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── jsl ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── NetBSD_All.mk └── patches │ ├── patch-ab │ └── patch-ac ├── json2tsv-git ├── DESCR ├── Makefile └── PLIST ├── jsoncpp-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── jsonrpc-glib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── judy ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── julia ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-contrib_mac_app_run-install-name-tool-change.sh │ ├── patch-deps__openlibm_include_fpmath.h │ ├── patch-deps__openspecfun__rem_pio2__fpmath.h │ └── patch-julia__deps ├── junit ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── jython ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── files │ └── jython ├── k9s ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── kacst-one ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kacst-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kactivitymanagerd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kaf ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── kafkacat ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-kafkacat.c ├── kahakai ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── kakoune-lsp ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── kallisto ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── kallisto-test └── patches │ ├── patch-CMakeLists.txt │ ├── patch-ext_bifrost_CMakeLists.txt │ ├── patch-ext_bifrost_src_BitContainer.cpp │ ├── patch-ext_bifrost_src_ColorSet.cpp │ ├── patch-ext_bifrost_src_DataStorage.tcc │ ├── patch-ext_bifrost_src_libpopcnt.h │ ├── patch-ext_bifrost_src_strict__fstream.hpp │ ├── patch-src_Bootstrap.h │ ├── patch-src_CMakeLists.txt │ ├── patch-src_kseq.h │ └── patch-src_main.cpp ├── kamailio ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-src_Makefile.defs │ ├── patch-src_lib_srdb1_db__ut.c │ └── patch-src_modules_influxdbc_ic.c ├── kannel-gateway ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kapacitor ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── kapacitor.sh │ └── smf │ └── manifest.xml ├── kapow ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── kawa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kcgi ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── kde-baseapps4 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-dolphin_src_kitemviews_private_kdirectorycontentscounterworker.cpp │ └── patch-konq-plugins_validators_tidy__validator.cpp ├── kde-cli-tools ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-kdeeject_kdeeject ├── kde-gtk-config ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kde-runtime4 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ai │ ├── patch-ak │ ├── patch-doc_kcontrol_CMakeLists.txt │ ├── patch-kioslave_nfs_rpc__nfs2__prot__xdr.c │ ├── patch-kioslave_thumbnail_CMakeLists.txt │ ├── patch-kwalletd_CMakeLists.txt │ ├── patch-kwalletd_backend_blowfish.h │ ├── patch-plasma_declarativeimports_CMakeLists.txt │ ├── patch-plasma_declarativeimports_graphicswidgets_graphicswidgetsbindingsplugin.cpp │ └── patch-plasma_scriptengines_javascript_simplebindings_uiloader.cpp ├── kde1 ├── DESCR └── Makefile ├── kdebase1 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kdecoration ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── kdegames1 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kdelibs1 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── kdenetwork1 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kdetoys1 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kdeutils1 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kdsingleapplication ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── kea-git ├── DESCR ├── MESSAGE.SunOS ├── Makefile ├── PLIST ├── PLIST.Linux ├── TODO ├── distinfo ├── files │ └── kea.sh ├── options.mk └── patches │ ├── patch-Makefile.am │ ├── patch-configure.ac │ ├── patch-m4macros_ax__gtest.m4 │ ├── patch-src_bin_keactrl_Makefile.am │ ├── patch-src_lib_dhcp_Makefile.am │ ├── patch-src_lib_dhcp_iface__mgr__sun.cc │ ├── patch-src_lib_dhcp_pkt__filter__inet.cc │ ├── patch-src_lib_dhcp_tests_Makefile.am │ ├── patch-src_lib_dhcp_tests_iface__mgr__unittest.cc │ ├── patch-src_lib_dhcpsrv_Makefile.am │ ├── patch-src_lib_dhcpsrv_host__data__source__factory.cc │ ├── patch-src_lib_dhcpsrv_timer__mgr.cc │ ├── patch-src_lib_util_signal__set.cc │ └── patch-src_lib_util_watch__socket.cc ├── keama-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-configure.ac │ ├── patch-keama_confparse.c │ ├── patch-keama_eval.c │ ├── patch-keama_keama.c │ ├── patch-keama_print.c │ └── patch-keama_reduce.c ├── kefir ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── kermit ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── Makefile │ └── dot.kermrc ├── options.mk └── patches │ ├── patch-ckupty.c │ └── patch-makefile ├── kgamma5 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kgrab ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kgraphviewer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── khard-git ├── DESCR ├── Makefile └── PLIST ├── khotkeys ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kibana ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── kibana.sh │ └── smf │ │ └── manifest.xml └── patches │ ├── patch-Gruntfile.js │ ├── patch-package.json │ └── patch-tasks_build.js ├── kicad-footprints ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kicad-packages3d ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kicad-symbols ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kicad-templates ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kicad ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-3d-viewer_3d_cache_sg_CMakeLists.txt │ ├── patch-CMakeLists.txt │ ├── patch-api_proto_common_types_base__types.proto │ ├── patch-cmake_config.h.cmake │ ├── patch-common_api_api__handler__common.cpp │ ├── patch-common_import__gfx_dxf__import__plugin.cpp │ ├── patch-cvpcb_CMakeLists.txt │ ├── patch-eeschema_CMakeLists.txt │ ├── patch-eeschema_sim_kibis_ibis__parser.cpp │ ├── patch-eeschema_sim_kibis_kibis.cpp │ ├── patch-eeschema_sim_sim_model_tline.cpp │ ├── patch-eeschema_sim_sim_property.cpp │ ├── patch-gerbview_CMakeLists.txt │ ├── patch-include_kiway.h │ ├── patch-pagelayout__editor_CMakeLists.txt │ ├── patch-pcb__calculator_CMakeLists.txt │ ├── patch-pcbnew_CMakeLists.txt │ ├── patch-plugins_3d_idf_CMakeLists.txt │ ├── patch-plugins_3d_vrml_CMakeLists.txt │ └── patch-thirdparty_libcontext_libcontext.h ├── kind ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── kinfocenter ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Linux ├── distinfo └── patches │ └── patch-Modules_about-distro_src_MemoryEntry.cpp ├── kismet ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kissme ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ └── patch-ah ├── kivaloo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── klatexformula ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_klftools_klfflowlistwidget__p.h ├── klayout ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-config_Makefile.conf.freebsd-32-gcc-release │ ├── patch-config_Makefile.conf.netbsd-32-gcc-release │ └── patch-src_lay_lay_layApplication.cc ├── klh10 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO └── distinfo ├── kmenuedit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kmscube-git ├── DESCR ├── Makefile ├── PLIST └── TODO ├── kmscube ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-kmscube.c │ └── patch-texturator.c ├── kmymoney-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-aa ├── kmymoney4 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kodi ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── project_cmake_platform_netbsd_defines.txt │ ├── project_cmake_scripts_netbsd │ │ ├── ArchSetup.cmake │ │ ├── ExtraTargets.cmake │ │ ├── Install.cmake │ │ ├── Macros.cmake │ │ └── PathSetup.cmake │ └── project_cmake_treedata_netbsd_subdirs.txt └── patches │ ├── patch-project_cmake_scripts_common_AddonsHelpers.cmake │ ├── patch-xbmc_GUIInfoManager.cpp │ ├── patch-xbmc_Util.cpp │ ├── patch-xbmc_addons_Addon.cpp │ ├── patch-xbmc_addons_AddonManager.cpp │ ├── patch-xbmc_cores_AudioEngine_AESinkFactory.cpp │ ├── patch-xbmc_cores_AudioEngine_Sinks_AESinkOSS.cpp │ ├── patch-xbmc_cores_DllLoader_CMakeLists.txt │ ├── patch-xbmc_cores_DllLoader_coffldr.h │ ├── patch-xbmc_cores_DllLoader_exports_emu__msvcrt.cpp │ ├── patch-xbmc_cores_DllLoader_exports_emu__msvcrt.h │ ├── patch-xbmc_cores_DllLoader_exports_util_EmuFileWrapper.h │ ├── patch-xbmc_cores_DllLoader_exports_wrapper.c │ ├── patch-xbmc_dialogs_GUIDialogMediaFilter.cpp │ ├── patch-xbmc_dialogs_GUIDialogNumeric.cpp │ ├── patch-xbmc_guilib_XBTFReader.cpp │ ├── patch-xbmc_interfaces_python_XBPython.cpp │ ├── patch-xbmc_linux_LinuxTimezone.cpp │ ├── patch-xbmc_linux_PlatformDefs.h │ ├── patch-xbmc_linux_XFileUtils.cpp │ ├── patch-xbmc_linux_XMemUtils.cpp │ ├── patch-xbmc_network_linux_NetworkLinux.cpp │ ├── patch-xbmc_peripherals_bus_PeripheralBusUSB.h │ ├── patch-xbmc_peripherals_bus_linux_PeripheralBusUSBLibUSB.cpp │ ├── patch-xbmc_settings_Settings.cpp │ ├── patch-xbmc_storage_DetectDVDType.cpp │ ├── patch-xbmc_storage_IoSupport.cpp │ ├── patch-xbmc_storage_MediaManager.cpp │ ├── patch-xbmc_storage_linux_DeviceKitDisksProvider.cpp │ ├── patch-xbmc_storage_linux_UDisksProvider.cpp │ ├── patch-xbmc_system.h │ ├── patch-xbmc_system__gl.h │ ├── patch-xbmc_threads_platform_pthreads_ThreadImpl.cpp │ ├── patch-xbmc_utils_CPUInfo.cpp │ ├── patch-xbmc_utils_CharsetConverter.cpp │ ├── patch-xbmc_utils_RssReader.cpp │ ├── patch-xbmc_utils_Stopwatch.cpp │ ├── patch-xbmc_utils_SystemInfo.cpp │ ├── patch-xbmc_utils_test_TestSystemInfo.cpp │ ├── patch-xbmc_windowing_WinEvents.cpp │ ├── patch-xbmc_windowing_WinEventsX11.cpp │ ├── patch-xbmc_windowing_WindowingFactory.h │ └── patch-xbmc_windowing_X11_XRandR.cpp ├── koha ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── konqueror ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── krename ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kronometer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kscreen ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kscreenlocker ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ksshaskpass ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kstest ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ktjet ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kubeconform ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── kubectl-ingress-nginx ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ ├── patch-go.mod │ ├── patch-go.sum │ ├── patch-go.work │ └── patch-magefiles_go.mod ├── kubectl-who-can ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── kubectl ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── kubectx ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kubepug ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── kubeval ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── kuickshow ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kup ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-libgit2-0.19.0_src_util.c ├── kustomize ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── kvirc ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── PLIST.python ├── TODO ├── distinfo └── options.mk ├── kwin ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Linux ├── TODO ├── distinfo ├── files │ └── input.h ├── hacks.mk └── patches │ ├── patch-activation.cpp │ ├── patch-client.cpp │ ├── patch-composite.cpp │ ├── patch-composite.h │ ├── patch-decorations_decoratedclient.cpp │ ├── patch-decorations_decoratedclient.h │ ├── patch-decorations_decorationbridge.cpp │ ├── patch-decorations_decorationbridge.h │ ├── patch-geometry.cpp │ ├── patch-group.cpp │ ├── patch-group.h │ ├── patch-kcmkwin_kwincompositing_CMakeLists.txt │ ├── patch-kcmkwin_kwindecoration_declarative-plugin_previewclient.cpp │ ├── patch-kcmkwin_kwindecoration_declarative-plugin_previewclient.h │ ├── patch-kcmkwin_kwindesktop_CMakeLists.txt │ ├── patch-kcmkwin_kwinscreenedges_CMakeLists.txt │ ├── patch-kcmkwin_kwintabbox_CMakeLists.txt │ ├── patch-netinfo.cpp │ ├── patch-plugins_qpa_integration.cpp │ ├── patch-rules.cpp │ ├── patch-sm.cpp │ ├── patch-toplevel.cpp │ ├── patch-toplevel.h │ ├── patch-unmanaged.cpp │ ├── patch-unmanaged.h │ └── patch-utils.cpp ├── kwrited ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kyototycoon ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── kyra2 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-engine_encoder.h │ ├── patch-engine_imagetree.h │ ├── patch-engine_namefield.cpp │ └── patch-guiExtended_progress.h ├── l2tpd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-an │ ├── patch-ao │ └── patch-ap ├── labwc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-docs_meson.build ├── ladybird-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── FindWebP.cmake └── patches │ ├── patch-Libraries_LibCrypto_Curves_EdwardsCurve.cpp │ ├── patch-Libraries_LibGfx_PaintingSurface.cpp │ ├── patch-Libraries_LibGfx_SkiaBackendContext.cpp │ ├── patch-Libraries_LibJS_Runtime_ExecutionContext.h │ ├── patch-Libraries_LibTest_CrashTest.cpp │ ├── patch-Libraries_LibWeb_Painting_DisplayListPlayerSkia.cpp │ ├── patch-Libraries_LibWeb_WebGL_Extensions_ANGLEInstancedArrays.cpp │ ├── patch-Libraries_LibWeb_WebGL_Extensions_OESVertexArrayObject.cpp │ ├── patch-Libraries_LibWeb_WebGL_Extensions_WebGLDrawBuffers.cpp │ ├── patch-Meta_Lagom_Tools_CodeGenerators_LibWeb_GenerateWebGLRenderingContext.cpp │ └── patch-Tests_LibJS_test262-runner.cpp ├── lambertw ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-LambertW.cc ├── lander ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── lanq ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lasi ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── layer-shell-qt ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── lazyjj ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk ├── distinfo └── patches │ └── patch-Cargo.toml ├── lbt ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── lcalc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lcdproc ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-clients_lcdproc_machine__NetBSD.c ├── lci ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lcov-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-bin_copy__dates.sh │ ├── patch-bin_get__changes.sh │ ├── patch-bin_get__version.sh │ └── patch-bin_install.sh ├── ldapbrowser ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── ldapdns ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── ldapuseradd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── ldc-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-runtime_druntime_src_core_stdc_errno.d │ ├── patch-runtime_druntime_src_core_stdc_fenv.d │ ├── patch-runtime_druntime_src_core_stdc_locale.d │ ├── patch-runtime_druntime_src_core_stdc_math.d │ ├── patch-runtime_druntime_src_core_stdc_stdio.d │ ├── patch-runtime_druntime_src_core_stdc_stdlib.d │ ├── patch-runtime_druntime_src_core_stdc_time.d │ ├── patch-runtime_druntime_src_core_sys_posix_dirent.d │ ├── patch-runtime_druntime_src_core_sys_posix_fcntl.d │ ├── patch-runtime_druntime_src_core_sys_posix_grp.d │ ├── patch-runtime_druntime_src_core_sys_posix_netdb.d │ ├── patch-runtime_druntime_src_core_sys_posix_pthread.d │ ├── patch-runtime_druntime_src_core_sys_posix_pwd.d │ ├── patch-runtime_druntime_src_core_sys_posix_sched.d │ ├── patch-runtime_druntime_src_core_sys_posix_semaphore.d │ ├── patch-runtime_druntime_src_core_sys_posix_signal.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_ioctl.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_mman.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_resource.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_select.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_socket.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_stat.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_time.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_types.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_uio.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_wait.d │ ├── patch-runtime_druntime_src_core_sys_posix_time.d │ ├── patch-runtime_druntime_src_core_sys_posix_ucontext.d │ ├── patch-runtime_druntime_src_core_sys_posix_unistd.d │ ├── patch-runtime_druntime_src_core_thread.d │ ├── patch-runtime_druntime_src_core_time.d │ ├── patch-runtime_druntime_src_rt_sections.d │ ├── patch-runtime_druntime_src_rt_sections__elf__shared.d │ └── patch-runtime_druntime_src_rt_sections__ldc.d ├── ldc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ldc017 ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Linux ├── distinfo └── patches │ ├── patch-runtime_CMakeLists.txt │ ├── patch-runtime_druntime_osmodel.mak │ ├── patch-runtime_druntime_src_core_runtime.d │ ├── patch-runtime_druntime_src_core_stdc_errno.d │ ├── patch-runtime_druntime_src_core_stdc_fenv.d │ ├── patch-runtime_druntime_src_core_stdc_locale.d │ ├── patch-runtime_druntime_src_core_stdc_math.d │ ├── patch-runtime_druntime_src_core_stdc_stdio.d │ ├── patch-runtime_druntime_src_core_stdc_stdlib.d │ ├── patch-runtime_druntime_src_core_stdc_string.d │ ├── patch-runtime_druntime_src_core_stdc_tgmath.d │ ├── patch-runtime_druntime_src_core_stdc_time.d │ ├── patch-runtime_druntime_src_core_sys_posix_arpa_inet.d │ ├── patch-runtime_druntime_src_core_sys_posix_dirent.d │ ├── patch-runtime_druntime_src_core_sys_posix_dlfcn.d │ ├── patch-runtime_druntime_src_core_sys_posix_fcntl.d │ ├── patch-runtime_druntime_src_core_sys_posix_grp.d │ ├── patch-runtime_druntime_src_core_sys_posix_net_if__.d │ ├── patch-runtime_druntime_src_core_sys_posix_netdb.d │ ├── patch-runtime_druntime_src_core_sys_posix_netinet_in__.d │ ├── patch-runtime_druntime_src_core_sys_posix_netinet_tcp.d │ ├── patch-runtime_druntime_src_core_sys_posix_poll.d │ ├── patch-runtime_druntime_src_core_sys_posix_pthread.d │ ├── patch-runtime_druntime_src_core_sys_posix_pwd.d │ ├── patch-runtime_druntime_src_core_sys_posix_sched.d │ ├── patch-runtime_druntime_src_core_sys_posix_semaphore.d │ ├── patch-runtime_druntime_src_core_sys_posix_setjmp.d │ ├── patch-runtime_druntime_src_core_sys_posix_signal.d │ ├── patch-runtime_druntime_src_core_sys_posix_stdio.d │ ├── patch-runtime_druntime_src_core_sys_posix_stdlib.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_ioctl.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_ipc.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_mman.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_resource.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_select.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_shm.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_socket.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_stat.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_time.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_uio.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_un.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_utsname.d │ ├── patch-runtime_druntime_src_core_sys_posix_sys_wait.d │ ├── patch-runtime_druntime_src_core_sys_posix_syslog.d │ ├── patch-runtime_druntime_src_core_sys_posix_termios.d │ ├── patch-runtime_druntime_src_core_sys_posix_time.d │ ├── patch-runtime_druntime_src_core_sys_posix_ucontext.d │ ├── patch-runtime_druntime_src_core_sys_posix_unistd.d │ ├── patch-runtime_druntime_src_core_sys_posix_utime.d │ ├── patch-runtime_druntime_src_core_thread.d │ ├── patch-runtime_druntime_src_core_time.d │ ├── patch-runtime_druntime_src_gc_os.d │ ├── patch-runtime_druntime_src_rt_bss__section.c │ ├── patch-runtime_druntime_src_rt_sections.d │ ├── patch-runtime_druntime_src_rt_sections__elf__shared.d │ ├── patch-runtime_druntime_src_rt_sections__ldc.d │ ├── patch-runtime_druntime_test_shared_src_load.d │ ├── patch-runtime_phobos_osmodel.mak │ ├── patch-runtime_phobos_std_complex.d │ ├── patch-runtime_phobos_std_conv.d │ ├── patch-runtime_phobos_std_datetime.d │ ├── patch-runtime_phobos_std_file.d │ ├── patch-runtime_phobos_std_math.d │ ├── patch-runtime_phobos_std_numeric.d │ ├── patch-runtime_phobos_std_parallelism.d │ ├── patch-runtime_phobos_std_socket.d │ ├── patch-runtime_phobos_std_stdio.d │ └── patch-runtime_phobos_std_system.d ├── ldc120 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lde ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ldtp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lean4 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-stage0_src_runtime_process.cpp ├── lebiniou-data ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lebiniou ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_bulfius__get__frame.c │ ├── patch-src_bulfius__preview.c │ ├── patch-src_context__new__delete.c │ └── patch-src_screenshot.c ├── leo ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── leocad ├── COMMIT_MSG ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-leocad.pro │ ├── patch-qt_lc__renderdialog.cpp │ └── patch-qt_qtmain.cpp ├── lesspipe ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lfe ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── lhapdf ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-configure ├── lhs2tex ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-ab │ └── patch-ac ├── libArcus ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-src_MessageTypeStore.cpp │ └── patch-src_Socket__p.h ├── libGenome ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ └── patch-include_gn_gnDefs.h ├── libLLVM35 ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-tools_llvm-shlib_Makefile │ └── patch-unittests_ExecutionEngine_MCJIT_Makefile ├── libLLVM38 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-CMakeLists.txt │ ├── patch-cmake_modules_AddLLVM.cmake │ ├── patch-cmake_modules_CMakeLists.txt │ ├── patch-cmake_modules_TableGen.cmake │ ├── patch-include_llvm_IR_ValueMap.h │ └── patch-include_llvm_Support_Host.h ├── libSavitar ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-src_MeshData.cpp │ ├── patch-src_Namespace.cpp │ ├── patch-src_Scene.cpp │ ├── patch-src_SceneNode.cpp │ └── patch-src_ThreeMFParser.h ├── libaio ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libalkimia ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libanimal ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libavc1394 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libayatana-indicator ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-data_ayatana-indicator.pc.in │ ├── patch-data_ayatana-indicator3-no-IDO.pc.in │ └── patch-data_ayatana-indicator3.pc.in ├── libbacktrace ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libbfio ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── libbgcode ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libbpg ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-bpgenc.c ├── libbrahe ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libbs2b ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libbsd-solaris10 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST.Linux ├── PLIST.common ├── buildlink3.mk ├── builtin.mk ├── distinfo └── patches │ └── patch-configure.ac ├── libbtctl ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── libc++-abi ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libc++ ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libcdata ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── libcerror ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── libcfile ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── libcgi ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile.in │ ├── patch-examples_guestbook_Makefile │ ├── patch-examples_multiple_Makefile │ ├── patch-examples_redirect_Makefile │ ├── patch-examples_session_session_ex1_Makefile │ ├── patch-examples_session_session_ex1_restricted_c │ ├── patch-examples_session_session_ex1_session_c │ ├── patch-examples_session_session_ex2_Makefile │ ├── patch-examples_simple_form_Makefile │ ├── patch-examples_strings_Makefile │ └── patch-examples_strings_b64_c ├── libclc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libcli ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── libclocale ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── libcm ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libcmt ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libcnotify ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── libconfini ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── libcouchbase ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libcpath ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── libcpu ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── libcsplit ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── libcthreads ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── libcuba ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libcupsfilters ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-cupsfilters_filter.c │ └── patch-cupsfilters_ghostscript.c ├── libcxx ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-src_CMakeLists.txt │ ├── patch-src_charconv.cpp │ ├── patch-src_filesystem_file__descriptor.h │ └── patch-src_include_to__chars__floating__point.h ├── libcxxabi ├── DESCR ├── Makefile ├── NOTE ├── PLIST ├── buildlink3.mk ├── distinfo ├── files │ ├── __assertion_handler │ └── __config_site └── patches │ ├── patch-src_CMakeLists.txt │ └── patch-src_demangle_Utility.h ├── libdbglog ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libdbh2 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── libdialog ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── libdisasm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libdjconsole ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Makefile.in ├── libdoom-umapinfo ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libdrm-dfbsd-meson ├── DESCR ├── Makefile ├── PLIST ├── PLIST.DragonFly ├── PLIST.FreeBSD ├── PLIST.Linux ├── TODO ├── buildlink3.mk ├── builtin.mk ├── distinfo └── patches │ ├── patch-ac │ ├── patch-include_drm_drm.h │ ├── patch-intel_intel__bufmgr__gem.c │ ├── patch-intel_uthash.h │ ├── patch-libkms_vmwgfx.c │ ├── patch-libsync.h │ ├── patch-meson.build │ ├── patch-xf86atomic.h │ ├── patch-xf86drm.c │ ├── patch-xf86drmMode.c │ └── patch-xf86drmMode.h ├── libdrm-dfbsd ├── DESCR ├── Makefile ├── PLIST ├── PLIST.DragonFly ├── PLIST.FreeBSD ├── PLIST.Linux ├── TODO ├── buildlink3.mk ├── builtin.mk ├── distinfo └── patches │ ├── patch-ac │ ├── patch-include_drm_drm.h │ ├── patch-intel_intel__bufmgr__gem.c │ ├── patch-intel_uthash.h │ ├── patch-libkms_vmwgfx.c │ ├── patch-libsync.h │ ├── patch-meson.build │ ├── patch-xf86atomic.h │ ├── patch-xf86drm.c │ ├── patch-xf86drmMode.c │ └── patch-xf86drmMode.h ├── libdxfrw ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libecc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-bitset.h ├── libeio-cvs ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── libeio ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-configure.ac ├── libepc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-ab ├── libeps ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── files │ └── CMakeLists.txt ├── libevdev-chunk ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-libevdev.c │ └── patch-libevdev_libevdev.h ├── libevdev ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libevhtp ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libexact ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── libfirm-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-ir_adt_bitfiddle.h ├── libfixposix ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libflame ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── buildlink3.mk ├── distinfo ├── patches │ ├── patch-configure │ └── patch-configure__tidsp └── version.mk ├── libflame_openmp ├── DESCR ├── Makefile └── buildlink3.mk ├── libflame_pthread ├── DESCR ├── Makefile └── buildlink3.mk ├── libfplll ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libfreefare ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-libfreefare_mifare__desfire__crypto.c ├── libgamecommon ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-src_stream__file.cpp ├── libgamemusic ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libgda-bdb ├── DESCR ├── Makefile └── PLIST ├── libgda-ldap ├── DESCR ├── Makefile └── PLIST ├── libgda-mdb ├── DESCR ├── Makefile ├── PLIST └── TODO ├── libgda-odbc ├── DESCR ├── Makefile ├── PLIST └── options.mk ├── libgda-sqlite3 ├── DESCR ├── Makefile └── PLIST ├── libgda-xbase ├── DESCR ├── Makefile └── PLIST ├── libgda4 ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── PLIST.gui_ui ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-ab │ ├── patch-ad │ ├── patch-al │ ├── patch-cb │ ├── patch-db │ ├── patch-eb │ ├── patch-fb │ ├── patch-ga │ └── patch-libgda-ui_gdaui-login_h ├── libgfbgraph ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Makefile.am ├── libghemical ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libginac ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libglade-java ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libglvnd ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libgnome-java ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libgnome-keyring ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-egg_egg-libgcrypt.c │ └── patch-library_tests_frob-list-modified.c ├── libgnomekbd ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libgnuregex ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile.in ├── libgraphqlparser ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── libgrass5 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libgringotts ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libgrss ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-src_feeds-subscriber.c │ └── patch-src_utils.c ├── libgtextutils ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libgtk-java ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libgtkhtml-java ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── libgtkstylus ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libgtop ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libguestfs-appliance ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libgusb ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libgweather4 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── libgxim ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libgzstream ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Makefile ├── libhttpd ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── libi2pd ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-CMakeLists.txt │ ├── patch-I2PEndian.h │ └── patch-NTCPSession.cpp ├── libical2 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-as ├── libifstat ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── libimobiledevice-glue ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-src_socket.c │ └── patch-src_utils.c ├── libimobiledevice ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-src_lockdown.c ├── libinput ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── libinstpatch ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-configure ├── libircclient ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Makefile.am │ ├── patch-configure.in │ ├── patch-examples_Makefile.am │ ├── patch-include_Makefile.am │ └── patch-src_Makefile.am ├── libitl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── libjdksmidi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libjingle ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ └── Makefile └── patches │ ├── patch-aa │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ └── patch-am ├── libkml ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_kml_base_contrib_minizip_unzip.c ├── libks ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-cmake_ksutil.cmake │ └── patch-src_ks__thread.c ├── libliftoff ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── liblingoteach ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libltc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libm4ri ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libmapper ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-configure ├── libminizinc ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── libmirisdr-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libmixed ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── libmobi-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libmpg123 ├── DESCR ├── Makefile ├── Makefile.common ├── Makefile.version ├── PLIST ├── buildlink3.mk ├── distinfo ├── mpg123-options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── libmpq ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libmusclecard ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── libncl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libndp ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libnest2d-ultimaker ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-cmake__modules_FindClipper.cmake │ └── patch-cmake__modules_FindNLopt.cmake ├── libnestedsums ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libneural ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── libnfc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-configure ├── libnfo ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libnfs ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-configure.ac │ ├── patch-include_libnfs-multithreading.h │ ├── patch-lib_libnfs-sync.c │ ├── patch-lib_libnfs.c │ ├── patch-lib_multithreading.c │ ├── patch-lib_nfs__v4.c │ └── patch-lib_socket.c ├── libnl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libnl1 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-lib_netfilter_ct.c │ └── patch-lib_netfilter_log.c ├── libnoise ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-src_Makefile ├── libnsl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── builtin.mk └── distinfo ├── libntfs ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Makefile.in │ ├── patch-include_ntfs-3g_compat.h │ ├── patch-include_ntfs-3g_types.h │ ├── patch-libntfs-3g_Makefile.in │ ├── patch-libntfs-3g_compat.c │ ├── patch-libntfs-3g_device.c │ ├── patch-ntfsprogs_Makefile.in │ ├── patch-ntfsprogs_ntfsclone.c │ ├── patch-src_Makefile.in │ └── patch-src_ntfs-3g.c ├── libode ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── liboglappth ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libopeninput ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libopenmodeller ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── libopenshot-audio ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-JuceLibraryCode_modules_juce__core_native_juce__BasicNativeHeaders.h │ ├── patch-JuceLibraryCode_modules_juce__core_native_juce__Files__linux.cpp │ ├── patch-JuceLibraryCode_modules_juce__core_native_juce__SharedCode__posix.h │ ├── patch-JuceLibraryCode_modules_juce__core_native_juce__SystemStats__linux.cpp │ └── patch-JuceLibraryCode_modules_juce__core_system_juce__TargetPlatform.h ├── libopenshot ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_AudioWaveformer.cpp │ ├── patch-src_FFmpegReader.cpp │ ├── patch-src_FFmpegWriter.cpp │ └── patch-src_ImageReader.cpp ├── libopensync-dev ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-opensync_client_opensync__client__proxy.c │ ├── patch-opensync_common_opensync__list.c │ ├── patch-opensync_opensync__internals.h │ ├── patch-tests_mock-plugin_mock__sync.c │ ├── patch-tools_osyncstress.c │ └── patch-tools_osynctest.c ├── libopensync-plugin-moto ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libopensync-plugin-palm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── liboqs ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── libosinfo ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-osinfo_meson.build ├── libosmocore ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-include_osmocom_core_stats.h │ ├── patch-src_gb_gprs__ns__frgre.c │ ├── patch-src_gsm_gsm__utils.c │ ├── patch-src_macaddr.c │ └── patch-src_timer__clockgettime.c ├── libostree ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Makefile.in │ └── patch-configure ├── libpafe ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libpano12 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── makefile.netbsd ├── libpar2 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libpare ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libparsifal ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libpatterns ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libppd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── libpsurface ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libpthread-stubs ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libpusb ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── libqd ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libquantum ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── libraw1394 ├── DESCR ├── MESSAGE.Linux ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libre ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── librecad ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-librecad_src_main_qc__applicationwindow.cpp │ └── patch-scripts_postprocess-unix.sh ├── librem ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libreoffice-git ├── DESCR ├── Makefile └── options.mk ├── libreswan-4 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── libreswan-5 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── libreswan-git ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── libretro-4do ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── libretro-beetle-lynx ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── libretro-citra ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-externals_cryptopp_cryptopp_config.h │ ├── patch-externals_dynarmic_CMakeLists.txt │ └── patch-src_common_string__util.cpp ├── libretro-fmsx ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── libretro-mame2003 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libretro-mame2014 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── libretro-melonds ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── libretro-prboom ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── libretro-px68k ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile.libretro ├── libretro-tyrquake ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libretro-yabause ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── librewolf ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Linux ├── cargo-depends.mk ├── distinfo ├── files │ ├── desktop.in │ ├── firefox.sh │ ├── node-wrapper.sh │ └── replace-moz.build.awk ├── mozilla-common.mk ├── options.mk └── patches │ ├── patch-browser_app_profile_firefox.js │ ├── patch-build_gn__processor.py │ ├── patch-build_moz.configure_init.configure │ ├── patch-build_moz.configure_rust.configure │ ├── patch-config_gcc-stl-wrapper.template.h │ ├── patch-config_makefiles_rust.mk │ ├── patch-config_system-headers.mozbuild │ ├── patch-dom_base_nsAttrName.h │ ├── patch-dom_media_webrtc_libwebrtc__overrides_moz.build │ ├── patch-dom_webtransport_api_WebTransportDatagramDuplexStream.cpp │ ├── patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp │ ├── patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h │ ├── patch-gfx_ots_src_name.cc │ ├── patch-gfx_skia_skia_src_sksl_codegen_SkSLSPIRVCodeGenerator.cpp │ ├── patch-ipc_chromium_src_base_message__pump__libevent.cc │ ├── patch-ipc_chromium_src_base_platform__thread__posix.cc │ ├── patch-ipc_glue_GeckoChildProcessHost.cpp │ ├── patch-js-src-jit-arm64-vixl-MozCpu-vixl.cpp │ ├── patch-js_public_Utility.h │ ├── patch-js_src_editline_editline.c │ ├── patch-js_src_jit_FlushICache.cpp │ ├── patch-js_src_util_NativeStack.cpp │ ├── patch-js_src_vm_TypedArrayObject-inl.h │ ├── patch-media_ffvpx_libavutil_arm_bswap.h │ ├── patch-media_libpng_pngpriv.h │ ├── patch-memory_build_mozjemalloc__types.h │ ├── patch-modules_fdlibm_src_math__private.h │ ├── patch-netwerk_protocol_http_nsHttpHandler.cpp │ ├── patch-nsprpub_pr_src_pthreads_ptsynch.c │ ├── patch-python_mozbuild_mozbuild_backend_recursivemake.py │ ├── patch-third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.cc │ ├── patch-third__party_abseil-cpp_absl_debugging_internal_vdso__support.cc │ ├── patch-third__party_js_cfworker_build.sh │ ├── patch-third__party_libwebrtc_modules_audio__device_audio__device__impl.cc │ ├── patch-third__party_libwebrtc_modules_desktop__capture_desktop__capture__gn_moz.build │ ├── patch-third__party_libwebrtc_modules_desktop__capture_linux_wayland_egl__dmabuf.cc │ ├── patch-third__party_libwebrtc_modules_video__capture_linux_device__info__v4l2.cc │ ├── patch-third__party_libwebrtc_modules_video__capture_linux_video__capture__v4l2.cc │ ├── patch-third__party_libwebrtc_modules_video__capture_video__capture__options.cc │ ├── patch-third__party_libwebrtc_rtc__base_memory__usage.cc │ ├── patch-third__party_libwebrtc_rtc__base_physical__socket__server.cc │ ├── patch-third__party_libwebrtc_rtc__base_platform__thread__types.cc │ ├── patch-third__party_libwebrtc_system__wrappers_source_cpu__features__linux.cc │ ├── patch-third__party_python_dlmanager_check.py │ ├── patch-third__party_sqlite3_ext_moz.build │ ├── patch-third__party_sqlite3_src_moz.build │ ├── patch-third__party_wasm2c_src_c-writer.cc │ ├── patch-third__party_wasm2c_src_prebuilt_wasm2c__source__includes.cc │ ├── patch-toolkit_components_terminator_nsTerminator.cpp │ ├── patch-toolkit_moz.configure │ ├── patch-toolkit_mozapps_installer_packager.mk │ ├── patch-xpcom_base_nscore.h │ └── patch-xpcom_reflect_xptcall_md_unix_moz.build ├── librocket ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── libs-gui ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libscscp ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libsearpc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libseccomp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libsfdo ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libslab ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libsml ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-examples_Makefile │ └── patch-sml_Makefile ├── libsocialweb ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── options.mk ├── libspt ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Makefile.in │ ├── patch-aa │ ├── patch-ab │ ├── patch-config.h.in │ ├── patch-configure │ ├── patch-configure.ac │ └── patch-libspt.c ├── libsquish ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libstacktrace ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libstrophe ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libsysinfo ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── files │ └── libsysinfo.pc.in └── patches │ ├── patch-Makefile │ └── patch-sysinfo.c ├── libtatsu ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── libtextcat ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-src_Makefile.in │ ├── patch-src_common.c │ ├── patch-src_common.h │ ├── patch-src_constants.h │ ├── patch-src_fingerprint.c │ ├── patch-src_fingerprint.h │ ├── patch-src_libtextcat.map │ ├── patch-src_textcat.c │ ├── patch-src_textcat.h │ ├── patch-src_utf8misc.c │ └── patch-src_utf8misc.h ├── libtheorafile ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libtlen2 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libtls-bearssl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libtogl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libtxc_dxtn ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── DEINSTALL │ └── INSTALL ├── libucl ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── libudev-bsd ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libuna ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── libunwind-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libunwind ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-src_CMakeLists.txt ├── liburing ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libusbmuxd ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-src_libusbmuxd.c ├── libusbsio ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-makefile ├── libvalhalla ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── libvc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libvg ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libvidstab ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libvirt-glib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── files │ └── libvirtd.sh └── patches │ ├── patch-libvirt-gconfig_meson.build │ ├── patch-libvirt-glib_meson.build │ └── patch-libvirt-gobject_meson.build ├── libvirt ├── DESCR ├── Makefile ├── PLIST ├── PLIST.FreeBSD ├── PLIST.Linux ├── PLIST.NetBSD ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ └── libvirtd.sh └── patches │ ├── patch-configure │ ├── patch-src_rpc_virnetmessage.c │ ├── patch-src_util_virstring.c │ └── patch-src_vbox_vbox__XPCOMCGlue.c ├── libvirt11 ├── DESCR ├── Makefile ├── PLIST ├── PLIST.FreeBSD ├── PLIST.Linux ├── PLIST.NetBSD ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ └── libvirtd.sh └── patches │ ├── patch-meson.build │ ├── patch-src_meson.build │ ├── patch-src_rpc_virnetmessage.c │ ├── patch-src_util_virstring.c │ ├── patch-src_vbox_vbox__XPCOMCGlue.c │ └── patch-tests_meson.build ├── libvpx-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── files │ └── strip_fPIC.sh ├── hacks.mk └── patches │ ├── patch-build_make_Makefile │ ├── patch-build_make_configure.sh │ ├── patch-build_make_gen_asm_deps.sh │ ├── patch-configure │ ├── patch-examples.mk │ └── patch-libs.mk ├── libwacom ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libwbxml2-patched ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── libxc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libxdiff ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libxml++3 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libxo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libxtend ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libyuv-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libzahl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── libzeep ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-makefile │ └── patch-src_preforked-http-server.cpp ├── libzippp ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── libzn-poly ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── libzrtp ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── lidia ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── lie ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── lief ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── light-desktop ├── DESCR ├── Makefile └── TODO ├── lightdm-gtk-greeter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lightdm ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ └── Xsession └── patches │ ├── patch-common_privileges.c │ ├── patch-configure │ ├── patch-data_lightdm.conf │ ├── patch-data_pam_lightdm │ ├── patch-data_pam_lightdm-greeter │ ├── patch-liblightdm-gobject_language.c │ ├── patch-src_process.c │ └── patch-src_session-child.c ├── lilypond-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-ab │ ├── patch-aclocal.m4 │ └── patch-configure.ac ├── lilyterm ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-configure │ └── patch-src_unit__test.sh ├── linbox ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── lingoteach-lesson ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── lingoteach-ui ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── links1 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── linphone ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-configure ├── linux-attr ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-include_builddefs.in │ └── patch-include_buildmacros ├── linux-ch ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST.pre ├── TODO ├── distinfo ├── licenses │ └── chstandard-license └── patches │ └── patch-aa ├── linux-chprofessional ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST.pre ├── distinfo ├── licenses │ └── chpro-license └── patches │ └── patch-aa ├── linux-hotplug ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── linux-kbd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── linux-kernel-headers ├── DESCR ├── Makefile ├── PLIST.alpha ├── PLIST.arm ├── PLIST.arm26 ├── PLIST.common ├── PLIST.cris ├── PLIST.h8300 ├── PLIST.i386 ├── PLIST.ia64 ├── PLIST.m68k ├── PLIST.m68knommu ├── PLIST.mips ├── PLIST.parisc ├── PLIST.ppc ├── PLIST.ppc64 ├── PLIST.s390 ├── PLIST.sh ├── PLIST.sparc ├── PLIST.sparc64 ├── PLIST.um ├── PLIST.v850 ├── PLIST.x86_64 ├── TODO └── files │ └── mkplists ├── linux-kernel ├── DESCR ├── MESSAGE ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── distinfo ├── files │ └── extra-configs ├── options.mk └── patches │ └── patch-aa ├── linux-makedev ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── linux-module-init-tools ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── modutils.sh └── patches │ └── patch-aa ├── linux-modutils-old ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── linux-modutils ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── modutils.sh └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── linux-nfs-utils ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── mountd.sh │ ├── nfsd.sh │ └── nfslocking.sh └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── linux-ukbgene ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── linux24-kernel-headers ├── DESCR ├── Makefile ├── PLIST.alpha ├── PLIST.arm ├── PLIST.common ├── PLIST.cris ├── PLIST.i386 ├── PLIST.ia64 ├── PLIST.m68k ├── PLIST.mips ├── PLIST.mips64 ├── PLIST.parisc ├── PLIST.ppc ├── PLIST.ppc64 ├── PLIST.s390 ├── PLIST.s390x ├── PLIST.sh ├── PLIST.sh64 ├── PLIST.sparc ├── PLIST.sparc64 ├── PLIST.x86_64 └── files │ └── mkplists ├── linux24-kernel ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── distinfo ├── files │ └── extra-configs └── patches │ └── patch-aa ├── linuxdcpp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── linuxtv-dvb-apps ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── lire ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── lisp-scripts ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lisp-sound ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lissac ├── DESCR ├── Makefile ├── PLIST ├── PLIST.doc ├── PLIST.li ├── distinfo └── patches │ └── patch-aa ├── litecoin ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── litecoin.conf │ └── litecoind.sh ├── options.mk └── patches │ ├── patch-src_chainparams.cpp │ ├── patch-src_crypto_scrypt-sse2.cpp │ ├── patch-src_crypto_scrypt.cpp │ ├── patch-src_crypto_scrypt.h │ ├── patch-src_db.h │ ├── patch-src_netbase.cpp │ ├── patch-src_utilstrencodings.cpp │ └── patch-src_walletdb.cpp ├── litestream ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-cmd_litestream_main__notwindows.go ├── lives ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── lizardfs ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── llama.cpp ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-common_common.cpp │ ├── patch-ggml_src_ggml-cpu_ggml-cpu.cpp │ ├── patch-src_llama-vocab.cpp │ └── patch-vendor_minja_minja.hpp ├── lld ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-ELF_Config.h │ └── patch-ELF_Options.td ├── lldb ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Darwin ├── PLIST.Linux ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-source_API_CMakeLists.txt ├── llilc-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── llvm ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk ├── patches │ ├── patch-CMakeLists.txt │ ├── patch-cmake_config-ix.cmake │ ├── patch-cmake_modules_AddLLVM.cmake │ ├── patch-include_llvm-c_DataTypes.h │ ├── patch-tools_llvm-shlib_CMakeLists.txt │ └── patch-utils_llvm-lit_CMakeLists.txt └── version.mk ├── lmdbg-current ├── DESCR ├── Makefile └── PLIST ├── lmdbxx ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── lnav ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-src_command__executor.cc │ ├── patch-src_ptimec.hh │ ├── patch-src_spectro__source.cc │ ├── patch-src_test__override.c │ ├── patch-src_third-party_rapidyaml_ryml__all.hpp │ └── patch-src_vtab__module.hh ├── lnd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-btcwallet_internal_prompt_prompt.go │ └── patch-btcwallet_snacl_snacl.go ├── lodepng-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-lodepng__benchmark.cpp ├── logcli ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-vendor_github.com_fsouza_fake-gcs-server_internal_backend_time__bsd.go ├── logfmon-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── logrotate-git ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-config.c │ ├── patch-examples_logrotate.conf │ └── patch-examples_logrotate.cron ├── logwatch ├── DEINSTALL ├── DESCR ├── INSTALL ├── Makefile ├── PLIST ├── PLIST.FreeBSD ├── PLIST.NetBSD ├── TODO ├── distinfo ├── files │ ├── dist.conf │ │ ├── FreeBSD │ │ │ └── services │ │ │ │ └── zz-disk_space.conf │ │ └── NetBSD │ │ │ ├── logfiles │ │ │ └── ftpd-netbsd.conf │ │ │ └── services │ │ │ ├── ftpd-messages.conf │ │ │ ├── smartd.conf │ │ │ └── zz-disk_space.conf │ └── host │ │ └── conf │ │ ├── ignore.conf │ │ ├── logwatch.conf │ │ └── services │ │ ├── secure.conf │ │ └── sshd.conf └── patches │ ├── patch-scripts_services_cron │ ├── patch-scripts_services_ftpd-messages │ ├── patch-scripts_services_mountd │ ├── patch-scripts_services_secure │ ├── patch-scripts_services_syslogd │ └── patch-scripts_services_zz-network ├── loki ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-vendor_github.com_fsouza_fake-gcs-server_internal_backend_time__bsd.go ├── lorder ├── DESCR ├── Makefile ├── PLIST ├── TODO └── files │ ├── lorder.1 │ └── lorder.sh ├── lpc55-host ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk └── distinfo ├── lpdsrv ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── lpjs ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── lpjs_compd.sh │ └── lpjs_dispatchd.sh ├── lrslib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lsw ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lsyncd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ltc-tools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ltl2ba ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ltp-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-testcases-kernel-fs-fs_di-fs_di ├── ltrace ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ltsmin ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-configure │ ├── patch-src_hre_hre__pthread.c │ ├── patch-src_pins-lib_modules_dve-pins.c │ ├── patch-src_pins-lib_modules_opaal-pins.c │ ├── patch-src_pins2lts-sym_pins2lts-sym.c │ └── patch-src_util-lib_sort__r.h ├── lua-MessagePack ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lua-cffi ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lua-htmlparser ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lua-lbn ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── lua-ldoc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-makefile ├── lua-luacheck ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lua-luv ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── luabind ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── luakit-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ └── patch-Makefile ├── lucene ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── lumina-desktop ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-icon-theme_changeFillColor.sh │ └── patch-src-qt5_OS-detect.pri ├── lumina ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-LuminaOS-NetBSD.cpp │ └── patch-OS-detect.pri ├── luv ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-CMakeLists.txt ├── lvm2 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-configure │ ├── patch-lib_mm_memlock.c │ ├── patch-tools_lvmcmdline.c │ └── patch-tools_tools.h ├── lwc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lwtools ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Makefile ├── lxdm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lxmusic ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── lzs-lkm ├── DESCR ├── MESSAGE.NetBSD ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── m4ri ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── mac-icon-standard ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mac-robber ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── macaulay2 ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── maceiffel-gpl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mackerel-agent-plugins ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mackerel-agent ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── mackerelagent.sh ├── macos-libptytty ├── DESCR ├── MACOS_DARWIN.readme ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── macro11 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── madonctl ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── magit-git ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-default.mk ├── mago ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mailfilter ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── mailsend-go ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── majordomo-devel ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST.exim ├── PLIST.postfix ├── PLIST.qmail ├── PLIST.sendmail ├── TODO ├── distinfo ├── files │ ├── mj_config.common │ ├── mj_config.exim │ ├── mj_config.postfix │ ├── mj_config.qmail │ └── mj_config.sendmail └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ └── patch-al ├── makedict ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ac ├── makejvf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── makepp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── maker ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_Build.PL ├── malaga ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── maloc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── man-db ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── man ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── manatee ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── mapnik ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── marathon-scenarios ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── marathon-tempus-irae ├── DESCR ├── LICENSE ├── Makefile ├── PLIST └── distinfo ├── mark ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── marsyas ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── mashpodder ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-mashpodder.sh ├── masscan ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── mat ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── matanza ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mathopd ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── mathopd.sh └── patches │ ├── patch-aa │ └── patch-ab ├── matiec-hg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── matrixssl ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-common.mk │ └── patch-core_osdep-types.h ├── mattermost-server ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── mauliasproxy ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── mawk-libc ├── DESCR.addon └── Makefile ├── mawk-onig ├── DESCR.addon └── Makefile ├── mawk-rxspencer ├── DESCR.addon └── Makefile ├── mawk-tre ├── DESCR.addon └── Makefile ├── mawk-uxre ├── DESCR.addon ├── DESCR.common ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo └── patches │ └── patch-am ├── maxima-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── mayo ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-src_base_string__conv.cpp ├── mc-mp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-configure │ ├── patch-conshandler │ ├── patch-extfs-audio │ ├── patch-fsusage │ ├── patch-mountlist │ └── patch-subshell ├── mcats-iodbc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mcats ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mccs ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-make.local │ ├── patch-makefile │ ├── patch-sources_leximax__combiner.c │ ├── patch-sources_leximin__combiner.c │ ├── patch-sources_lexleximax__combiner.c │ └── patch-sources_lexleximin__combiner.c ├── mce ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── mcl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mctcli ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mctool-dev ├── DESCR ├── Makefile └── PLIST ├── mcwm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mdadm ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── mdbtools ├── DESCR ├── Makefile ├── PLIST ├── PLIST.gmdb ├── PLIST.odbc ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ └── patch-ab ├── mdpress ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── med ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-configure ├── mediawiki-mode ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── meka-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-meka_srcs_Makefile ├── melonds ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-src_ARMJIT__Memory.cpp │ └── patch-src_frontend_qt__sdl_CMakeLists.txt ├── memdump ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── memgrep ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── mendexk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── menumaker ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── mepo ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_Mepo.zig ├── mergiraf ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── mes-nyacc ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── mesa ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── features.mk ├── options.mk ├── patches │ ├── patch-src_egl_drivers_dri2_platform__drm.c │ ├── patch-src_gallium_auxiliary_pipe-loader_pipe__loader__drm.c │ ├── patch-src_gallium_drivers_r600_sfn_sfn__valuefactory.cpp │ ├── patch-src_glx_glxclient.h │ ├── patch-src_glx_glxcurrent.c │ ├── patch-src_util_build__id.c │ └── patch-src_util_os__file.c └── version.mk ├── mescc-tools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── meta-tracker ├── DESCR ├── Makefile ├── PLIST ├── PLIST.doc ├── PLIST.firefox ├── PLIST.tests ├── PLIST.thunderbird ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-src_miners_fs_tracker-power-hal.c ├── metal ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── metalog ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── metasploit ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── mfoc-hardnested ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_hardnested_hardnested__bf__core__AVX.c │ ├── patch-src_hardnested_hardnested__bf__core__AVX2.c │ ├── patch-src_hardnested_hardnested__bf__core__AVX512.c │ ├── patch-src_hardnested_hardnested__bf__core__SSE2.c │ ├── patch-src_hardnested_hardnested__bitarray__core__AVX.c │ ├── patch-src_hardnested_hardnested__bitarray__core__AVX2.c │ ├── patch-src_hardnested_hardnested__bitarray__core__AVX512.c │ └── patch-src_hardnested_hardnested__bitarray__core__SSE2.c ├── mfoc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mg-cvs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mg-lsh ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ └── patch-ai ├── mic-paren ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── michabo ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── microbiomeutil ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ └── modulefile └── patches │ └── patch-NAST-iEr_NAST-iEr.c ├── microblog-purple ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── microcom ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── micropolis ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_sim_makefile ├── microsynteny-tools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── microtetris ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mid2gmc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── midish ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-mdep.c ├── miktex ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-Libraries_MiKTeX_Core_Process_unx_unxProcess.cpp │ ├── patch-Libraries_MiKTeX_Trace_include_miktex_Trace_TraceStream.h │ └── patch-Libraries_MiKTeX_Util_include_miktex_Util_StringUtil.h ├── milter-greylist-devel ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── milter-greylist.sh ├── options.mk └── patches │ └── patch-aa ├── mime-support ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── min12xxw ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-ab ├── mindforger ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-app_app.pro │ └── patch-mindforger.pro ├── mindy-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mingw-w64-binutils ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-gas_configure │ └── patch-ld_configure ├── mingw-w64-crt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mingw-w64-gcc ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── mingw-w64-headers ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mingw-w64-libgcc ├── DESCR ├── Makefile └── PLIST ├── mini18n ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── minimap2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile.simde │ └── patch-example.c ├── minio-client ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── minio ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── minizip192 ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Linux ├── buildlink3.mk └── distinfo ├── mintotp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── minuit2 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── miracl ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── mirage ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── miro ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── mistserver ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mixer.tk ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── mixmaster ├── DESCR ├── MESSAGE.noIDEA ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ae ├── mk-configure-current ├── DESCR ├── Makefile ├── PLIST └── mk-c.mk ├── mk ├── DESC ├── README ├── alsa.mk ├── cargo-binary.mk ├── cl-package.mk ├── clisp-temp.mk ├── cvs-package.mk ├── fonts.mk ├── fossil-package.mk ├── git-package.mk ├── haskell.mk ├── haskell │ ├── DEINSTALL.in │ └── INSTALL.in ├── hg-package.mk ├── java-app.mk ├── libseccomp.buildlink3.mk ├── libseccomp.builtin.mk ├── linuxbin.pkg.mk ├── love.mk ├── luarocks.mk ├── pear-channel.mk ├── pear-channel.tmpl ├── postgresql.mk ├── rcd.mk ├── svn-package.mk ├── tests │ ├── Kyuafile │ ├── Makefile │ ├── cvs-checkout_date │ ├── cvs-checkout_date.mk │ ├── cvs-multi │ ├── cvs-multi.mk │ ├── cvs-show-all │ ├── cvs-show-all.mk │ ├── cvs-single │ ├── cvs-single.mk │ ├── fossil-checkout_date │ ├── fossil-checkout_date.mk │ ├── fossil-multi │ ├── fossil-multi.mk │ ├── fossil-show-all │ ├── fossil-show-all.mk │ ├── fossil-single │ ├── fossil-single.mk │ ├── git-checkout_date │ ├── git-checkout_date.mk │ ├── git-multi │ ├── git-multi.mk │ ├── git-show-all │ ├── git-show-all.mk │ ├── git-single │ ├── git-single.mk │ ├── git-update │ ├── git-update.mk │ ├── hg-checkout_date │ ├── hg-checkout_date.mk │ ├── hg-multi │ ├── hg-multi.mk │ ├── hg-show-all │ ├── hg-show-all.mk │ ├── hg-single │ ├── hg-single.mk │ ├── svn-checkout_date │ ├── svn-checkout_date.mk │ ├── svn-multi │ ├── svn-multi.mk │ ├── svn-show-all │ ├── svn-show-all.mk │ ├── svn-single │ ├── svn-single.mk │ ├── test.subr │ └── zzz-copy-paste └── yesno.mk ├── mkcabal ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mklittlefs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mlir ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-tools_mlir-tblgen_CMakeLists.txt ├── mlocate ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mlt ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── buildlink3.mk └── distinfo ├── mlton-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── mmdb ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── mmm-mode ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── mnogosearch ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── modd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── modglue ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile.in ├── modplugplay ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── mods ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── modular-xorg-server-dfbsd-meson ├── DESCR ├── MESSAGE ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-Xext_xf86bigfont.c │ ├── patch-config_config-backends.h │ ├── patch-config_config.c │ ├── patch-config_devd.c │ ├── patch-config_meson.build │ ├── patch-config_wscons.c │ ├── patch-glamor_glamor__egl.c │ ├── patch-glx_glxcmds.c │ ├── patch-glx_glxdrawable.h │ ├── patch-glx_glxext.c │ ├── patch-hw_xfree86_common_xf86AutoConfig.c │ ├── patch-hw_xfree86_common_xf86Config.c │ ├── patch-hw_xfree86_common_xf86Configure.c │ ├── patch-hw_xfree86_common_xf86Globals.c │ ├── patch-hw_xfree86_common_xf86Helper.c │ ├── patch-hw_xfree86_common_xf86Xinput.c │ ├── patch-hw_xfree86_common_xf86pciBus.c │ ├── patch-hw_xfree86_common_xf86sbusBus.h │ ├── patch-hw_xfree86_dri2_dri2.c │ ├── patch-hw_xfree86_drivers_modesetting_drmmode__display.c │ ├── patch-hw_xfree86_int10_helper__exec.c │ ├── patch-hw_xfree86_modes_xf86Cursors.c │ ├── patch-hw_xfree86_modes_xf86RandR12.c │ ├── patch-hw_xfree86_os-support_bsd_arm__video.c │ ├── patch-hw_xfree86_os-support_bsd_bsd__VTsw.c │ ├── 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_bus_Sbus.c │ ├── patch-hw_xfree86_os-support_bus_bsd__pci.c │ ├── patch-hw_xfree86_os-support_meson.build │ ├── patch-hw_xfree86_os-support_solaris_solaris-amd64.S │ ├── patch-hw_xfree86_os-support_xf86_OSproc.h │ ├── patch-hw_xfree86_os_support_bus_xf86Sbus.h │ ├── patch-hw_xfree86_xorg-wrapper.c │ ├── patch-include_meson.build │ ├── patch-meson.build │ ├── patch-meson__options.txt │ ├── patch-os_utils.c │ ├── patch-randr_randr.c │ ├── patch-randr_rrlease.c │ └── patch-test_xtest.c ├── modular-xorg-server-dfbsd ├── DESCR ├── MESSAGE ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-Xext_xf86bigfont.c │ ├── patch-config_config-backends.h │ ├── patch-config_config.c │ ├── patch-config_devd.c │ ├── patch-config_meson.build │ ├── patch-config_wscons.c │ ├── patch-glamor_glamor__egl.c │ ├── patch-glx_glxscreens.h │ ├── patch-hw_xfree86_common_xf86AutoConfig.c │ ├── patch-hw_xfree86_common_xf86Config.c │ ├── patch-hw_xfree86_common_xf86Configure.c │ ├── patch-hw_xfree86_common_xf86Globals.c │ ├── patch-hw_xfree86_common_xf86Helper.c │ ├── patch-hw_xfree86_common_xf86Xinput.c │ ├── patch-hw_xfree86_common_xf86pciBus.c │ ├── patch-hw_xfree86_common_xf86sbusBus.h │ ├── patch-hw_xfree86_common_xf86str.h │ ├── patch-hw_xfree86_common_xf86xv.h │ ├── patch-hw_xfree86_dri2_dri2.c │ ├── patch-hw_xfree86_drivers_modesetting_drmmode__display.c │ ├── patch-hw_xfree86_int10_helper__exec.c │ ├── patch-hw_xfree86_modes_xf86Cursors.c │ ├── patch-hw_xfree86_os-support_bsd_arm__video.c │ ├── patch-hw_xfree86_os-support_bsd_bsd__VTsw.c │ ├── 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_bus_Sbus.c │ ├── patch-hw_xfree86_os-support_meson.build │ ├── patch-hw_xfree86_os-support_solaris_solaris-amd64.S │ ├── patch-hw_xfree86_os-support_xf86_OSproc.h │ ├── patch-hw_xfree86_os_support_bus_xf86Sbus.h │ ├── patch-hw_xfree86_parser_Device.c │ ├── patch-hw_xfree86_parser_xf86Parser.h │ ├── patch-hw_xfree86_vgahw_vgaHW.h │ ├── patch-hw_xfree86_xorg-wrapper.c │ ├── patch-include_displaymode.h │ ├── patch-include_glx__extinit.h │ ├── patch-include_meson.build │ ├── patch-include_os.h │ ├── patch-meson.build │ ├── patch-meson__options.txt │ ├── patch-os_utils.c │ ├── patch-randr_randr.c │ ├── patch-randr_randrstr.h │ ├── patch-randr_rrlease.c │ └── patch-test_xtest.c ├── modular-xorg-server-linux ├── DESCR └── Makefile ├── modular-xorg-xspice ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-src_spiceqxl__uinput.c ├── modular-xorg-xwayland ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── moe ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── mofilereader ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── mona ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── monajat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mono-git ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST.Darwin ├── PLIST.Linux ├── PLIST.common ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-mono_io-layer_io.c │ ├── patch-mono_metadata_mono-perfcounters.c │ └── patch-mono_utils_mono-proclib.c ├── mono-zeroconf ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── mono ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST.Darwin ├── PLIST.Linux ├── PLIST.common ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-ad │ ├── patch-ae │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ ├── patch-ap │ ├── patch-aq │ ├── patch-ar │ ├── patch-as │ ├── patch-ba │ ├── patch-bd │ ├── patch-be │ ├── patch-bf │ ├── patch-bi │ ├── patch-configure │ ├── patch-da │ ├── patch-data_Makefile.in │ ├── patch-data_net_4_0_Browsers_Makefile.in │ ├── patch-data_net_4_5_Browsers_Makefile.in │ ├── patch-data_net_4_5_Makefile.in │ ├── patch-dc │ ├── patch-de │ ├── patch-df │ ├── patch-dh │ ├── patch-di │ ├── patch-dj │ ├── patch-dk │ ├── patch-dl │ ├── patch-do │ ├── patch-libgc_misc.c │ ├── patch-man_mprof-report.1 │ ├── patch-mono_metadata_mono-perfcounters.c │ ├── patch-mono_metadata_mono-route.c │ ├── patch-mono_metadata_w32file-unix.c │ ├── patch-mono_mini_mini-arm.c │ ├── patch-mono_utils_mono-compiler.h │ ├── patch-mono_utils_mono-mmap.c │ ├── patch-mono_utils_mono-threads-dragonfly.c │ ├── patch-mono_utils_mono-threads-netbsd.c │ ├── patch-mono_utils_mono-threads-solaris.c │ ├── patch-po_Makefile.in │ ├── patch-support_signal.c │ └── patch-support_time.c ├── mop ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-mob.rb ├── mopac ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mopac7 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── moregroupware ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── morse ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-morse.d_Makefile │ └── patch-qso.d_Makefile ├── mothur ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── motion ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-stream.c │ ├── patch-track.c │ └── patch-video2.c ├── motti ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-otti_Makefile.in ├── mount-zip-git ├── DESCR ├── Makefile ├── PLIST └── TODO ├── mount-zip ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-lib_extra__field.cc │ └── patch-main.cc ├── mox ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── mozart ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-platform_wish_unixMain.cc │ ├── patch-share_bin_oz.in │ ├── patch-share_bin_ozplatform │ └── patch-share_configure ├── mozjpeg ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-simd_Makefile.in ├── mozldap ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ae │ └── patch-af ├── mozplugger ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── mp3chop ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mpc-el ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── mpc ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── builtin.mk ├── distinfo └── inplace.mk ├── mpg123-jack ├── DESCR ├── Makefile └── PLIST ├── mpg123-svn ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── mpgedit ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ae ├── mpibzip2 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── mplabs ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-install.sh ├── mppdec ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── mppp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mpq-tools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mps-youtube ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── mpv-git ├── DESCR ├── Makefile ├── PLIST └── options.mk ├── mrust-cargo ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-minicargo.mk ├── mrust-libs ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-.._rustc-1.54.0-src_library_std_src_sys_unix_thread.rs │ └── patch-minicargo.mk ├── mrust-llvm ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-minicargo.mk ├── mrust-minicargo ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-tools_minicargo_build.cpp ├── mrust-mrustc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-src_hir__conv_constant__evaluation.cpp │ └── patch-src_main.cpp ├── mrust-rustc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-.._rustc-1.54.0-src_library_std_src_sys_unix_thread.rs │ └── patch-minicargo.mk ├── mrust-rustclibs ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-.._rustc-1.54.0-src_library_std_src_sys_unix_thread.rs ├── mrust ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST └── TODO ├── msedit ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── msgpack-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── mst-bench ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── msworkbench ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── mtail ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── mtd-utils ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── include │ │ └── mtd_swab.h └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-an │ ├── patch-ao │ ├── patch-ap │ ├── patch-aq │ ├── patch-ar │ ├── patch-as │ ├── patch-at │ ├── patch-au │ ├── patch-av │ ├── patch-aw │ ├── patch-ax │ ├── patch-ay │ ├── patch-az │ └── patch-ba ├── mtdev ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── mtf ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── mtop ├── DESCR ├── Makefile └── distinfo ├── mtpfs ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── mtr-graph ├── COMMIT_MSG ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── mtrack ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── mtrxmath ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-mtrxmath.h ├── mtxclient ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── mu-cite ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── mudlet-301 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-cmake_FindHUNSPELL.cmake │ ├── patch-cmake_FindPCRE.cmake │ ├── patch-cmake_FindYAJL.cmake │ ├── patch-cmake_FindZIP.cmake │ ├── patch-src_main.cpp │ ├── patch-src_mudlet-lua_tests_DB.lua │ ├── patch-src_mudlet-lua_tests_GUIUtils.lua │ └── patch-src_src.pro ├── muffin ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── mule11 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-Makefile │ ├── patch-lisp_mule-init_diff │ ├── patch-src_dispnew.c │ └── patch-src_paths.h-dist ├── multi-gitter ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── multisync-backup ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── multisync-ldap ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── multisync-opie ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── multisync-palm ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── multisync-syncml-moto ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── multisync-syncml ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── multisync ├── DESCR ├── MESSAGE ├── Makefile ├── Makefile.common ├── PLIST └── distinfo ├── multitail ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── mummer4 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── munge ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Darwin ├── PLIST.FreeBSD ├── PLIST.Linux ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ ├── munge.sh │ └── org.pkgsrc.munge.plist └── patches │ ├── patch-configure │ ├── patch-src_etc_Makefile.in │ ├── patch-src_libmissing_strlcpy.c │ ├── patch-src_libmissing_strlcpy.h │ ├── patch-src_munged_munged.c │ └── patch-src_munged_path.c ├── munin-common ├── DESCR ├── Makefile ├── Makefile.common ├── distinfo └── patches │ ├── patch-MANIFEST │ ├── patch-Makefile │ ├── patch-Makefile.config │ ├── patch-common_Build.PL │ ├── patch-common_lib_Munin_Common_Defaults.pm │ ├── patch-plugins-node.d.netbsd-irqstats │ ├── patch-plugins_node.d.sunos_if__.in │ └── patch-plugins_node.d.sunos_if__err__.in ├── munin-node ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── PLIST.AIX ├── PLIST.FreeBSD ├── PLIST.Linux ├── PLIST.NetBSD ├── PLIST.SunOS └── files │ ├── munin-node.sh │ └── smf │ └── manifest.xml ├── muon ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── build.mk └── distinfo ├── mupen64plus-extraplugins ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-mupen64plus-rsp-z64_projects_unix_Makefile │ ├── patch-mupen64plus-video-arachnoid_projects_unix_Makefile │ ├── patch-mupen64plus-video-glide64_projects_unix_Makefile │ ├── patch-mupen64plus-video-glide64_src_rdp.cpp │ └── patch-mupen64plus-video-z64_projects_unix_Makefile ├── mupen64plus ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-m64p__build.sh │ ├── patch-m64p__install.sh │ ├── patch-source_mupen64plus-audio-sdl_projects_unix_Makefile │ ├── patch-source_mupen64plus-audio-sdl_src_main.c │ ├── patch-source_mupen64plus-core_projects_unix_Makefile │ ├── patch-source_mupen64plus-core_src_main_util.c │ ├── patch-source_mupen64plus-core_src_main_zip_ioapi.h │ ├── patch-source_mupen64plus-core_src_osd_screenshot.cpp │ ├── patch-source_mupen64plus-input-sdl_projects_unix_Makefile │ ├── patch-source_mupen64plus-rsp-hle_projects_unix_Makefile │ ├── patch-source_mupen64plus-ui-console_projects_unix_Makefile │ ├── patch-source_mupen64plus-video-glide64mk2_projects_unix_Makefile │ ├── patch-source_mupen64plus-video-glide64mk2_src_Glide64_Util.h │ ├── patch-source_mupen64plus-video-rice_projects_unix_Makefile │ └── patch-source_mupen64plus-video-rice_src_liblinux_pngrw.c ├── muscle-cflexplugin ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── muscle-mcardplugin ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── muscle-pam ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ae ├── muscle-pkcs11 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── muscle ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── Makefile └── patches │ └── patch-globalslinux.cpp ├── muscletool ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── musl-fts ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── musl ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── mutter ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── files │ └── 90-mutter └── patches │ ├── patch-clutter_clutter_clutter-stage-view.c │ ├── patch-cogl_cogl_cogl-dma-buf-handle.h │ └── patch-src_backends_x11_meta-seat-x11.c ├── muttprint ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-doc_manual_de_Makefile │ ├── patch-doc_manual_en_Makefile │ ├── patch-doc_manual_es_Makefile │ ├── patch-doc_manual_it_Makefile │ ├── patch-doc_manual_sl_Makefile │ └── patch-muttprint ├── muttvcquery ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mvsis ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── mxallowd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── mxallowd.sh └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── mxml4 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-Makefile.in │ └── patch-configure ├── myfitter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── mysql++ ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── mysql-docs ├── DESCR ├── Makefile ├── PLIST.pre ├── TODO └── distinfo ├── mysql-proxy ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ └── patch-config.h.cmake ├── mysqltcl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── n2n ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── edge.conf │ ├── n2n_edge.sh │ ├── n2n_supernode.sh │ └── supernode.conf └── patches │ ├── patch-CMakeLists.txt │ ├── patch-edge.c │ ├── patch-tuntap__freebsd.c │ ├── patch-tuntap__netbsd.c │ └── patch-tuntap__osx.c ├── nag ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── nag.conf.dist ├── nagios-plugin-mysql_health ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── namecoin ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── namecoind.sh ├── options.mk └── patches │ ├── patch-src_netbase.cpp │ └── patch-src_wallet_walletutil.cpp ├── nanoQC ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nanocomp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nanofilt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nanoget ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nanolyse ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nanomath ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nanopack ├── DESCR └── Makefile ├── nanoplot ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nanostat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nanosvg ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── naqsh-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nary ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── natali ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── naturaldocs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nauty ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── navi2ch-current ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── navidrome ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── navit-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-cmake_version.cmake ├── navit ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-cmake_version.cmake ├── nbfc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── nblood ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-gnumakefile │ └── patch-mmulti.cpp ├── ncbi-bin ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── ncbi-blast+ ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-compilers_xcode30__prj_configure │ ├── patch-src_algo_blast_core_blast__kappa.c │ ├── patch-src_build-system_Makefile.in.top │ ├── patch-src_build-system_configure │ ├── patch-src_build-system_helpers_Makefile.run__with__lock.app │ ├── patch-src_objtools_blast_seqdb__reader_test_seqdb__perf.cpp │ ├── patch-src_util_checksum_cityhash_city.cc │ ├── patch-src_util_checksum_farmhash_farmhash.cc │ └── patch-src_util_checksum_farmhash_farmhash.h ├── ncbi-c++-lib ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── build.csh └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── ncbi-lib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── ncbi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ncnn ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ncp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── ncrack ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-portable__endian.h ├── ndevd ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ndssdk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── neateqn ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── neatmkfn ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── neatpost ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── neatrefer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── neatroff-awesome6 ├── DESCR ├── Makefile └── PLIST ├── neatroff-ubuntu ├── DESCR ├── Makefile └── PLIST ├── neatroff ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── neb-cd512 ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── neb-hdtoolbox ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── necat ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_Makefile │ ├── patch-src_fsa_logger.hpp │ ├── patch-src_main.mk │ └── patch-src_pipeline_main.mk ├── necpp-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nedit-ng ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-Interpreter_CMakeLists.txt │ ├── patch-Interpreter_interpret.h │ ├── patch-Util_CMakeLists.txt │ ├── patch-Util_Resource.cpp │ ├── patch-cmake_Modules_DetectOS.cmake │ ├── patch-src_CMakeLists.txt │ ├── patch-src_RangesetTable.cpp │ ├── patch-src_Search.cpp │ ├── patch-src_Tags.cpp │ ├── patch-src_TextArea.cpp │ ├── patch-src_TextBuffer.h │ ├── patch-src_macro.cpp │ ├── patch-src_shift.cpp │ └── patch-src_userCmds.cpp ├── nedit ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── nehe-opengl-tutorials ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST.pre ├── TODO └── distinfo ├── nemo ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-libnemo-private_nemo-statx.c ├── neomutt-git ├── DESCR ├── Makefile ├── PLIST └── options.mk ├── neovim-git ├── DESCR ├── Makefile └── PLIST ├── neovim-qt ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── neovim ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── nessoundstudio ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nestopia-rpi ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-nstcontrols │ ├── patch-source_core_NstApu.cpp │ ├── patch-source_core_NstCore.hpp │ ├── patch-source_core_NstMemory.hpp │ ├── patch-source_linux_auxio.cpp │ ├── patch-source_linux_interface.c │ ├── patch-source_linux_main.cpp │ ├── patch-source_linux_oss.cpp │ ├── patch-source_linux_settings.cpp │ └── patch-source_linux_settings.h ├── nestra ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── net-quanta ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── net-tools ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── netbsd-awk ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── Makefile │ ├── fpurge.c │ ├── nbtool_config.h │ └── strlcat.c ├── netbsd-build-tools ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── mk.conf ├── netbsd-icon-theme ├── DESCR ├── Makefile ├── PLIST └── files │ └── index.theme ├── netbsd-light-desktop-artwork ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── netbsd-light-desktop-logo.png └── patches │ ├── patch-aa │ └── patch-ab ├── netbsd-light-desktop-default-settings ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ ├── TODO │ ├── bin │ ├── netbsd-light-desktop-logout │ ├── openbox-netbsd-light-desktop │ ├── start-netbsd-light-desktop │ └── start-netbsd-light-desktop-netbook │ ├── etc │ └── xdg │ │ ├── lxsession │ │ ├── NetBSD-Netbook │ │ │ ├── autostart │ │ │ └── desktop.conf │ │ └── NetBSD │ │ │ ├── autostart │ │ │ └── desktop.conf │ │ ├── netbsd-light-desktop │ │ ├── applications │ │ │ └── defaults.list │ │ ├── libfm │ │ │ └── libfm.conf │ │ ├── lxdm │ │ │ └── lxdm.conf │ │ └── menus │ │ │ └── lxde-applications.menu │ │ └── pcmanfm │ │ └── netbsd-light-desktop │ │ └── pcmanfm.conf │ └── share │ ├── applications │ ├── netbsd-light-desktop-logout.desktop │ └── netbsd-light-desktop-screenlock.desktop │ ├── gdm │ └── autostart │ │ └── LoginWindow │ │ └── lxsession.desktop │ ├── lxpanel │ └── profile │ │ └── NetBSD │ │ ├── config │ │ └── panels │ │ └── panel │ ├── netbsd-light-desktop │ ├── leafpad │ │ └── leafpadrc │ ├── openbox │ │ ├── menu.xml │ │ └── rc.xml │ ├── pcmanfm │ │ └── main.lubuntu │ └── qt │ │ └── Trolltech.conf │ └── xsessions │ ├── NetBSD-Netbook.desktop │ └── NetBSD.desktop ├── netbsd-make ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── netbsd-pf ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-usr.sbin_pf_examples_Makefile ├── netbsd-x11-i386 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── netclasses ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── netdata-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_common.c │ ├── patch-src_common.h │ ├── patch-src_daemon.c │ ├── patch-src_main.c │ ├── patch-src_netbsd__sysctl.c │ └── patch-src_plugin__netbsd.h ├── netgen ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-scripts_configure ├── netkit-base ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── inetd.conf │ └── inetd.sh └── patches │ ├── patch-aa │ └── patch-ab ├── netkit-routed ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── netkit-telnet ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-configure │ ├── patch-telnet_Makefile │ ├── patch-telnet_externs.h │ ├── patch-telnet_ring.h │ ├── patch-telnetd_Makefile │ └── patch-telnetd_setproctitle.c ├── netkit-tftp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── netlogo ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── icon.png │ └── netlogo.desktop ├── netmask ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── netquery-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── netrik ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── netwib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── netwmpager ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── netwox ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── netx ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── newsboat ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-config.sh │ └── patch-newsboat.cpp ├── newsboat213 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-config.sh │ └── patch-newsboat.cpp ├── newsboat233 ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-newsboat.cpp ├── newsboat237 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-config.sh │ ├── patch-newsboat.cpp │ └── patch-rust_libnewsboat_src_utils.rs ├── newt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nextpnr-himbaechel-gowin ├── COMMIT_MSG ├── DESCR ├── Makefile └── PLIST ├── nextpnr-ice40_update ├── COMMIT_MSG ├── DESCR ├── Makefile └── PLIST ├── nextpnr ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── nextpnr_update ├── COMMIT_MSG ├── distinfo └── nextpnr.mk ├── nfcapdu ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── nfstrace ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ng-spice-dev ├── COMMIT_MSG ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST └── distinfo ├── ng-spice-shared-dev ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── nget ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nginx-modular ├── DESCR ├── MESSAGE ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo ├── files │ ├── nginx.sh │ └── smf │ │ └── manifest.xml ├── module.mk ├── options.mk ├── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-auto_cc_conf │ └── patch-src_event_modules_ngx__eventport__module.c └── version.mk ├── nginx-module-array-var ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nginx-module-cache-purge ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nginx-module-dav ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nginx-module-echo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nginx-module-encrypted-session ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nginx-module-forminput ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nginx-module-geoip2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nginx-module-headers-more ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nginx-module-lua ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nginx-module-naxsi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nginx-module-nchan ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nginx-module-njs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nginx-module-push ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nginx-module-rtmp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nginx-module-set-misc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ngircd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── ngircd.sh └── options.mk ├── ngtop ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── nheko ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── nicotine+ ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── nih-current ├── DESCR ├── MESSAGE ├── Makefile └── PLIST ├── ninja-ide ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nitrogen ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nix ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── nix ├── nlopt ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── PLIST.guile ├── PLIST.octave ├── PLIST.python ├── TODO ├── buildlink3.mk ├── distinfo └── options.mk ├── nncp ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── nncp-caller-daemonize.sh │ ├── nncp-caller.sh │ ├── nncp-daemon-daemonize.sh │ ├── nncp-daemon.sh │ ├── nncp-toss-daemonize.sh │ └── nncp-toss.sh └── patches │ └── patch-config ├── nnrpd ├── DEINSTALL ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── actived.sh │ ├── config.data │ └── mailpost ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-actived_activedstats.c │ ├── patch-actived_udp.c │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-an │ ├── patch-ao │ ├── patch-ap │ ├── patch-ar │ ├── patch-as │ ├── patch-at │ ├── patch-au │ ├── patch-av │ ├── patch-aw │ ├── patch-config_subst.c │ ├── patch-lib_remopen.c │ ├── patch-nnrpd_article.c │ └── patch-nnrpd_udp.c ├── nodau ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile.inc │ └── patch-ab ├── nodm ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-configure │ └── patch-nodm.c ├── noip ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── makefile.noip │ └── noip.sh └── patches │ └── patch-aa ├── noiptun ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── nomad ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── nomadio ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── nominatim ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-nominatim_postgresql.h ├── nongnu-libunwind-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-configure.ac ├── nono ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── noor ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── normaliz ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nos-tun ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── notcurses ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── notify-sharp ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── noto-cjk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── noto-sans-cjk-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── noto-serif-cjk-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── noto-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── novelwriter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── npmount ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nqp ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── nraku ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nrg4iso ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nsc2ke ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── nscde ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── nsp ├── DESCR ├── Makefile ├── PLIST ├── PLIST.gtk ├── PLIST.qt ├── TODO ├── distinfo ├── options.mk └── patches │ └── patch-aa ├── nspr-hg ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-configure.in │ ├── patch-pr_include_md___dragonfly.cfg │ ├── patch-pr_include_md___freebsd.h │ ├── patch-pr_include_md___netbsd.h │ ├── patch-pr_include_md___pth.h │ ├── patch-pr_include_md_prosdep.h │ ├── patch-pr_include_private_pprthred.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-pr_src_pthreads_ptthread.c ├── nss-pam-ldapd ├── DEINSTALL.NetBSD ├── DESCR ├── INSTALL.NetBSD ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── nslcd.sh │ ├── nss_compat.c │ └── pynslcd.sh ├── options.mk └── patches │ ├── patch-Makefile.am │ ├── patch-Makefile.in │ ├── patch-compat_getpeercred.c │ ├── patch-compat_nss_compat.c │ ├── patch-compat_nss_compat.h │ ├── patch-configure.ac │ ├── patch-nss_bsdnss.c │ └── patch-pynslcd_Makefile.in ├── ntimed-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-configure ├── nuget-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nullpop ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── num-utils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nuppelvideo ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── nuttcp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nuvie ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Effect.cpp │ ├── patch-Look.cpp │ ├── patch-Map.cpp │ ├── patch-MapWindow.cpp │ ├── patch-configure │ ├── patch-configure.ac │ ├── patch-nuvieDefs.h │ ├── patch-screen_Screen.cpp │ └── patch-sound_adplug_OplClass.cpp ├── nvi2-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ └── patch-cl_cl__screen.c ├── nvidia-freebsd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nvimpager ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-makefile ├── nx-client-bin ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── nx.sh ├── nyan ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── nyh-hoc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nyxt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── nzbget ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── obfuscate ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk └── distinfo ├── objfw-fossil ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Darwin ├── PLIST.ipx ├── PLIST.runtime └── distinfo ├── obmenu ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── obnc-libstd ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── obnc ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-install ├── ocaml-comparelib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ocaml-enumerate ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ocaml-fieldslib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ocaml-gen ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ocaml-gmetadom ├── DESCR ├── Makefile └── PLIST ├── ocaml-obuild ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ocaml-odoc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ocaml-ounit ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ocaml-ptmap ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Makefile ├── ocaml-sedlex ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ocaml-sha ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ocaml-uunf ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── ocaml ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ └── wrapper.sh ├── hacks.mk ├── native.mk ├── ocaml.mk └── options.mk ├── ocamlweb ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── occt ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-src_OSD_OSD__Path.cxx │ └── patch-src_Standard_Standard__CString.cxx ├── ocserv ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_ccan_list_list.h │ ├── patch-src_main.c │ ├── patch-src_tun.c │ └── patch-src_worker-vpn.c ├── odin ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── odin ├── offlineimap ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-pyproject.toml ├── offpunk ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── offset ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk ├── distinfo └── patches │ ├── patch-components_app__client_src_lib.rs │ ├── patch-components_app__server_src_lib.rs │ ├── patch-components_app_src_lib.rs │ ├── patch-components_bin_src_bin_stindex.rs │ ├── patch-components_bin_src_bin_stmgr.rs │ ├── patch-components_bin_src_bin_stnode.rs │ ├── patch-components_bin_src_bin_strelay.rs │ ├── patch-components_bin_src_lib.rs │ ├── patch-components_capnp__conv_capnp__conv__derive_src_lib.rs │ ├── patch-components_capnp__conv_src_lib.rs │ ├── patch-components_channeler_src_lib.rs │ ├── patch-components_common_src_lib.rs │ ├── patch-components_connection_src_lib.rs │ ├── patch-components_crypto_src_lib.rs │ ├── patch-components_database_src_lib.rs │ ├── patch-components_funder_src_lib.rs │ ├── patch-components_identity_src_lib.rs │ ├── patch-components_index__client_src_lib.rs │ ├── patch-components_index__server_src_lib.rs │ ├── patch-components_keepalive_src_lib.rs │ ├── patch-components_lockfile_src_lib.rs │ ├── patch-components_mutual__from_src_lib.rs │ ├── patch-components_net_src_lib.rs │ ├── patch-components_node_src_lib.rs │ ├── patch-components_proto_src_lib.rs │ ├── patch-components_relay_src_lib.rs │ ├── patch-components_route_src_lib.rs │ ├── patch-components_secure__channel_src_lib.rs │ ├── patch-components_signature_src_lib.rs │ ├── patch-components_stcompact_src_bin_stcompact.rs │ ├── patch-components_stcompact_src_bin_stcompact__ser__gen.rs │ ├── patch-components_stcompact_src_lib.rs │ ├── patch-components_stctrl_src_bin_stctrl.rs │ ├── patch-components_stctrl_src_bin_stverify.rs │ ├── patch-components_stctrl_src_lib.rs │ ├── patch-components_timer_src_lib.rs │ ├── patch-components_timer_src_timer.rs │ └── patch-components_version_src_lib.rs ├── oggfwd ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── ogmrip ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-libogmdvd_ogmdvd-transport.c ├── ols ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── olsrd ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-ad │ └── patch-src_cfgparser_local.mk ├── omega ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── omnispeak ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-Makefile │ ├── patch-src_ck6_misc.c │ └── patch-src_id_ca.c ├── oneloop ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── oolite ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── oops ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── oops.sh └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── oorexx-svn ├── DESCR ├── Makefile └── PLIST ├── opa ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── opal ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-configure │ ├── patch-plugins_configure │ ├── patch-plugins_video_H.263-1998_Makefile.in │ ├── patch-plugins_video_H.263-1998_h263-1993.cxx │ ├── patch-plugins_video_H.263-1998_h263-1998.h │ ├── patch-plugins_video_H.263-1998_rfc2429.cxx │ ├── patch-plugins_video_H.264_h264-x264.cxx │ ├── patch-plugins_video_MPEG4-ffmpeg_Makefile.in │ ├── patch-plugins_video_MPEG4-ffmpeg_mpeg4.cxx │ ├── patch-plugins_video_common_dyna.cxx │ ├── patch-plugins_video_common_dyna.h │ └── patch-plugins_video_common_ffmpeg.h ├── opax ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── opd ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── open-simh ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-makefile ├── open21xx ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── openafs-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── bosserver.sh ├── options.mk └── patches │ ├── patch-src_afs_NBSD_osi__machdep.h │ ├── patch-src_afs_NBSD_osi__vm.c │ ├── patch-src_afs_NBSD_osi__vnodeops.c │ ├── patch-src_auth_cellconfig.c │ ├── patch-src_config_param.amd64__nbsd70.h │ ├── patch-src_config_param.i386__nbsd70.h │ ├── patch-src_config_param.nbsd70.h │ ├── patch-src_config_shlib-build.in │ ├── patch-src_config_shlib-install.in │ ├── patch-src_crypto_hcrypto_kernel_config.h │ ├── patch-src_external_heimdal_roken_roken-common.h │ ├── patch-src_external_heimdal_roken_roken.h.in │ ├── patch-src_libafs_MakefileProto.NBSD.in │ └── patch-src_rxkad_fcrypt.c ├── openapi-mock ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── openaxiom-svn ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── openbabel ├── DESCR ├── Makefile ├── PLIST ├── PLIST.SunOS ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-CMakeLists.txt │ ├── patch-doc_examples_static__executable_CMakeLists.txt │ ├── patch-scripts_CMakeLists.txt │ ├── patch-test_CMakeLists.txt │ └── patch-tools_CMakeLists.txt ├── openbgpd-as4byte ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── openbgpd.sh.in └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-an │ ├── patch-ao │ ├── patch-ba │ ├── patch-bb │ ├── patch-bc │ ├── patch-bd │ ├── patch-be │ ├── patch-bf │ ├── patch-bg │ ├── patch-bh │ ├── patch-bi │ ├── patch-bj │ ├── patch-bk │ ├── patch-bl │ ├── patch-bm │ ├── patch-bn │ └── patch-bo ├── openbgpd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── openbgpd.sh.in └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-an │ └── patch-ao ├── openbox-themes-extra ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── openbsc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_ipaccess_Makefile.am │ ├── patch-src_ipaccess_Makefile.in │ ├── patch-src_ipaccess_ipaccess-find.c │ ├── patch-src_libgb_gprs__ns__frgre.c │ ├── patch-src_libmgcp_mgcp__network.c │ ├── patch-src_libtrau_rtp__proxy.c │ ├── patch-src_osmo-nitb_Makefile.am │ ├── patch-src_osmo-nitb_Makefile.in │ ├── patch-tests_channel_Makefile.am │ ├── patch-tests_channel_Makefile.in │ ├── patch-tests_db_Makefile.am │ └── patch-tests_db_Makefile.in ├── openbsd-input-usbtablet ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── openca ├── DESCR ├── MESSAGE ├── Makefile ├── Makefile.config ├── PLIST ├── TODO ├── distinfo ├── files │ └── openca.sh └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── opencl-clhpp ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── opencl-headers ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── opendbx ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── opendchub ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO └── distinfo ├── opendkim ├── DESCR ├── Makefile ├── PLIST ├── PLIST.filter ├── PLIST.opendbx ├── PLIST.stats ├── PLIST.vbr ├── distinfo ├── files │ ├── opendkim.sh │ └── smf │ │ └── manifest.xml ├── options.mk └── patches │ ├── patch-configure.ac │ ├── patch-libopendkim_dkim-canon.c │ ├── patch-opendkim_opendkim-config.h │ ├── patch-opendkim_opendkim-crypto.c │ ├── patch-opendkim_opendkim.c │ └── patch-opendkim_opendkim.conf.5 ├── opendune ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── openerp-server ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── openerp-server.conf.in │ └── openerpd.sh └── patches │ └── patch-setup.py ├── openfmod ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-include_openfmod-internal.h │ ├── patch-makefile │ ├── patch-src_fmod-studio.c │ └── patch-src_fsb-file.c ├── openfortivpn ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── opengrok ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── openjdk8-openjfx-hg ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-build.gradle │ ├── patch-modules_fxpackager_src_main_native_library_common_Java.cpp │ ├── patch-modules_fxpackager_src_main_native_library_common_Platform.h │ ├── patch-modules_fxpackager_src_main_native_library_common_PlatformString.cpp │ ├── patch-modules_fxpackager_src_main_native_library_common_PlatformString.h │ ├── patch-modules_fxpackager_src_main_native_library_common_PosixPlatform.cpp │ ├── patch-modules_fxpackager_src_main_native_library_common_main.cpp │ ├── patch-modules_graphics_src_main_native-glass_gtk_glass__window.h │ ├── patch-modules_web_src_main_native_Tools_ReducedFTL_build.sh │ └── patch-modules_web_src_main_native_Tools_ReducedFTL_processIRDump.sh ├── openjfx21 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── netbsd.gradle └── patches │ ├── patch-apps_samples_Ensemble8_src_app_java_ensemble_PlatformFeatures.java │ ├── patch-build.gradle │ ├── patch-modules_javafx.base_src_main_java_com_sun_javafx_PlatformUtil.java │ ├── patch-modules_javafx.controls_src_main_java_com_sun_javafx_scene_control_behavior_TextInputControlBehavior.java │ ├── patch-modules_javafx.graphics_src_main_java_com_sun_glass_ui_Platform.java │ ├── patch-modules_javafx.graphics_src_main_java_com_sun_glass_utils_NativeLibLoader.java │ ├── patch-modules_javafx.graphics_src_main_java_com_sun_javafx_font_LogicalFont.java │ ├── patch-modules_javafx.graphics_src_main_java_com_sun_javafx_font_PrismFontFactory.java │ ├── patch-modules_javafx.graphics_src_main_java_com_sun_javafx_tk_Toolkit.java │ ├── patch-modules_javafx.graphics_src_main_java_com_sun_javafx_tk_quantum_GlassSystemMenu.java │ ├── patch-modules_javafx.graphics_src_main_java_com_sun_javafx_tk_quantum_WindowStage.java │ ├── patch-modules_javafx.graphics_src_main_java_com_sun_prism_impl_PrismSettings.java │ ├── patch-modules_javafx.graphics_src_main_native-glass_gtk_launcher.c │ ├── patch-modules_javafx.graphics_src_main_native-glass_gtk_wrapped.c │ ├── patch-modules_javafx.graphics_src_main_native-prism-es2_PrismES2Defs.h │ ├── patch-modules_javafx.web_src_main_native_Source_JavaScriptCore_Scripts_check-xcfilelists.sh │ ├── patch-modules_javafx.web_src_main_native_Source_JavaScriptCore_Scripts_generate-unified-sources.sh │ ├── patch-modules_javafx.web_src_main_native_Source_WebCore_Scripts_check-xcfilelists.sh │ ├── patch-modules_javafx.web_src_main_native_Source_WebCore_Scripts_generate-unified-sources.sh │ ├── patch-modules_javafx.web_src_main_native_Source_WebKitLegacy_scripts_check-xcfilelists.sh │ ├── patch-modules_javafx.web_src_main_native_Source_WebKitLegacy_scripts_generate-unified-sources.sh │ └── patch-modules_javafx.web_src_main_native_Tools_DumpRenderTree_Scripts_check-xcfilelists.sh ├── openjfx23 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── files │ └── netbsd.gradle ├── openjkdf2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-cmake__modules_config__platform__deps.cmake │ ├── patch-cmake__modules_precompile__globals.cmake │ ├── patch-cmake__modules_version.cmake │ └── patch-src_jk.h ├── openlogos ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── sysio.sed └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ae ├── openmohaa ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── omohaaded.sh │ └── openmohaa.sh └── patches │ ├── patch-CMakeLists.txt │ ├── patch-code_client_cl__input.cpp │ ├── patch-code_fgame_VehicleTank.cpp │ ├── patch-code_fgame_actor.cpp │ ├── patch-code_fgame_actorpath.cpp │ ├── patch-code_fgame_scriptthread.cpp │ ├── patch-code_fgame_vehicle.cpp │ ├── patch-code_parser_lex__source.txt │ └── patch-code_sys_sys__unix.c ├── openmp ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Linux ├── buildlink3.mk └── distinfo ├── opennurbs ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── openra ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-configure-system-libraries.sh ├── openrgb ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-i2c__smbus_i2c__smbus.h ├── openrw-git ├── DESCR ├── Makefile └── PLIST ├── openscad ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-features_qscintilla2-priv.prf │ ├── patch-openscad.pro │ ├── patch-scripts_translation-update.sh │ ├── patch-src_FileModule.cc │ ├── patch-src_cgalutils-polyhedron.cc │ ├── patch-src_cgalutils-tess.cc │ ├── patch-src_colormap.h │ ├── patch-src_openscad.cc │ └── patch-src_scintillaeditor.h ├── openscep ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── ldap-cheatsheet.sh │ └── openldap-package.diff └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-an │ ├── patch-ao │ ├── patch-ap │ ├── patch-aq │ ├── patch-ar │ ├── patch-as │ ├── patch-at │ ├── patch-au │ ├── patch-av │ ├── patch-aw │ ├── patch-ax │ ├── patch-ay │ ├── patch-az │ ├── patch-ba │ ├── patch-bb │ ├── patch-bc │ ├── patch-bd │ ├── patch-be │ ├── patch-bf │ ├── patch-bg │ ├── patch-bh │ ├── patch-bi │ └── patch-bj ├── openshot-qt ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-installer_build-mac-dmg.sh ├── opensips ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── openssl110 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── builtin.mk └── distinfo ├── opensubdiv ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-opensubdiv_osd_tbbEvaluator.cpp ├── opensurge ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-src_core_input.c │ └── patch-src_core_utf8_utf8.c ├── opentofu ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-provider__source.go ├── opentomb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── opentracker-cvs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── openttd-opengfx ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── openttd-openmsx ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── openttd-opensfx ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── openttd ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-cmake_InstallAndPackage.cmake │ ├── patch-cmake_PackageBundle.cmake │ └── patch-src_core_alloc__func.hpp ├── opentyrian ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-Makefile │ ├── patch-src_cJSON.c │ ├── patch-src_destruct.c │ ├── patch-src_episodes.c │ ├── patch-src_game__menu.c │ ├── patch-src_joystick.c │ ├── patch-src_keyboard.c │ ├── patch-src_mainint.c │ ├── patch-src_network.c │ ├── patch-src_opl.c │ ├── patch-src_shots.c │ ├── patch-src_tyrian2.c │ └── patch-src_video__scale__hqNx.c ├── openvas-cli ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-doc_CMakeLists.txt ├── openvas-libraries ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-base_openvas__networking.c │ ├── patch-misc_bpf__share.h │ ├── patch-misc_ftp__funcs.c │ ├── patch-misc_ids__send.c │ ├── patch-misc_network.c │ ├── patch-misc_openvas__server.h │ ├── patch-misc_pcap.c │ ├── patch-nasl_nasl__builtin__openvas__tcp__scanner.c │ ├── patch-nasl_nasl__builtin__synscan.c │ ├── patch-nasl_nasl__packet__forgery.c │ ├── patch-nasl_nasl__raw.h │ └── patch-nasl_nasl__socket.c ├── openvas-manager ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-doc_CMakeLists.txt │ ├── patch-src_CMakeLists.txt │ ├── patch-src_manage.c │ ├── patch-src_manage__migrators.c │ ├── patch-src_manage__sql.c │ └── patch-src_manage__sqlite3.c ├── openvas-scanner ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-src_CMakeLists.txt │ └── patch-src_attack.c ├── openvdb ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── openvrml ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── openwsman ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_lib_u_uuid.c ├── openxcom ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO └── distinfo ├── openzl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── openzwave ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── opera60-bin ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ophcrack ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── optional-lite ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── oq ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── oqtplayer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── or-tools ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-ortools_base_sysinfo.cc │ ├── patch-ortools_util_fp__utils.h │ └── patch-ortools_util_zvector.h ├── or1ksim ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-peripheral_atadevice.c │ ├── patch-peripheral_eth.c │ └── patch-peripheral_eth.h ├── oranchelo-icon-theme ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── oras ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── orbifolder ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── orcania ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── org-caldav-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── orion ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── orocos-kdl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── os108-desktop ├── DESCR └── Makefile ├── oslc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── osmo-sdr-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── osmo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── osxinfo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── otrtool ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-Makefile ├── ots ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Makefile.in ├── ouch ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk └── distinfo ├── outguess ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── overgod ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── overgrowth ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO └── distinfo ├── owamp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-owamp_endpoint.c ├── owntone ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── owntone.sh └── patches │ └── patch-src_library_filescanner__ffmpeg.c ├── oww-nox11 ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── oxygen ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── oysttyer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ozymandns ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── p2kmoto ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── p3nfs ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ └── patch-ak ├── p4 ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST └── distinfo ├── p4api ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── p4d ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── p5-AI-NeuralNet-Simple ├── DESCR ├── Makefile └── distinfo ├── p5-AI-Prolog ├── DESCR ├── Makefile ├── TODO ├── distinfo └── patches │ └── patch-aa ├── p5-Aceperl ├── DESCR ├── Makefile ├── distinfo └── patches │ └── patch-aa ├── p5-Algorithm-Combinatorics ├── DESCR ├── Makefile └── distinfo ├── p5-Alien-FFI ├── DESCR ├── Makefile └── distinfo ├── p5-Apache-AuthenNTLM ├── DESCR ├── Makefile └── distinfo ├── p5-Apache2-ModSSL ├── DESCR ├── Makefile ├── distinfo └── patches │ └── patch-aa ├── p5-Arch ├── DESCR ├── Makefile └── distinfo ├── p5-Asterisk-vicidial ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── p5-Astro-SpaceTrack ├── DESCR ├── Makefile └── distinfo ├── p5-B-Deobfuscate ├── DESCR ├── Makefile └── distinfo ├── p5-Bit-Vector-Minimal ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Application-Dispatch ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Application-Plugin-AutoRunmode ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Application-Plugin-ConfigAuto ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Application-Plugin-DevPopup ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Application-Plugin-ErrorPage ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Application-Plugin-FillInForm ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Application-Plugin-Forward ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Application-Plugin-LogDispatch ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Application-Plugin-Redirect ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Application-Plugin-Stream ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Application-Plugin-TT ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Application-Plugin-ViewCode ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Application-Server ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Application-Standard-Config ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Expand ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Untaint-date ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Untaint-email ├── DESCR ├── Makefile └── distinfo ├── p5-CGI-Untaint ├── DESCR ├── Makefile └── distinfo ├── p5-Cache-Mmap ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Component-InstancePerContext ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Controller-DBIC-API ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Engine-Apache ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Helper-Model-Email ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Log-Log4perl ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Model-DBIC-Plain ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Model-DBIC ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Model-LDAP ├── DESCR ├── Makefile ├── TODO └── distinfo ├── p5-Catalyst-Plugin-Authentication-Store-Htpasswd ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Plugin-Cache-FileCache ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Plugin-Compress-Zlib ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Plugin-DefaultEnd ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Plugin-Email ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Plugin-FillInForm ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Plugin-FormValidator ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Plugin-HTML-Widget ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Plugin-Pluggable ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Plugin-Prototype ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Plugin-Session-State-URI ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Plugin-Session-Store-DBI ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Plugin-Static ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Plugin-SubRequest ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-Plugin-Unicode-Encoding ├── DESCR ├── Makefile └── distinfo ├── p5-Catalyst-View-XML-Feed ├── DESCR ├── Makefile └── distinfo ├── p5-Class-DBI-AsForm ├── DESCR ├── Makefile └── distinfo ├── p5-Class-DBI-FromForm ├── DESCR ├── Makefile └── distinfo ├── p5-Class-DBI-Loader-Relationship ├── DESCR ├── Makefile └── distinfo ├── p5-Class-DBI-Loader ├── DESCR ├── Makefile └── distinfo ├── p5-Class-DBI-Pager ├── DESCR ├── Makefile └── distinfo ├── p5-Class-DBI-Plugin-RetrieveAll ├── DESCR ├── Makefile └── distinfo ├── p5-Class-DBI-Plugin-Type ├── DESCR ├── Makefile └── distinfo ├── p5-Class-DBI-SQLite ├── DESCR ├── Makefile └── distinfo ├── p5-Class-DBI-Sweet ├── DESCR ├── Makefile └── distinfo ├── p5-Class-Date ├── DESCR ├── Makefile └── distinfo ├── p5-Config-YAML ├── DESCR ├── Makefile └── distinfo ├── p5-Crypt-CAST5 ├── DESCR ├── Makefile └── distinfo ├── p5-Crypt-Serpent ├── DESCR ├── Makefile └── distinfo ├── p5-DBD-Sybase ├── DESCR ├── Makefile └── distinfo ├── p5-DBIx-Class-ResultSet-RecursiveUpdate ├── DESCR ├── Makefile └── distinfo ├── p5-DBIx-Easy ├── DESCR ├── Makefile └── distinfo ├── p5-Dancer-Plugin-Database-Core ├── DESCR ├── Makefile └── distinfo ├── p5-Dancer-Plugin-Database ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── p5-Data-DPath-Validator ├── DESCR ├── Makefile └── distinfo ├── p5-Data-DPath ├── DESCR ├── Makefile └── distinfo ├── p5-Data-Properties ├── DESCR ├── Makefile └── distinfo ├── p5-Data-Types ├── DESCR ├── Makefile └── distinfo ├── p5-Devel-Profiler ├── DESCR ├── Makefile └── distinfo ├── p5-Egg-Plugin-Crypt-CBC ├── DESCR ├── Makefile └── distinfo ├── p5-Email-AddressParser ├── DESCR ├── Makefile └── distinfo ├── p5-Encode-Arabic ├── DESCR ├── Makefile └── distinfo ├── p5-Encode-IMAPUTF7 ├── DESCR ├── Makefile └── distinfo ├── p5-Encode-compat ├── DESCR ├── Makefile └── distinfo ├── p5-Exception-Base ├── DESCR ├── Makefile └── distinfo ├── p5-Exception-Class-TryCatch ├── DESCR ├── Makefile └── distinfo ├── p5-Exporter-Tidy ├── DESCR ├── Makefile └── distinfo ├── p5-FCGI-Daemon ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── fcgi_daemon.sh └── patches │ └── patch-lib-FCGI-Daemon.pm ├── p5-FFI-Platypus ├── DESCR ├── Makefile └── distinfo ├── p5-File-Map ├── DESCR ├── Makefile └── distinfo ├── p5-Frontier-RPC ├── DESCR ├── Makefile └── distinfo ├── p5-GPS-Garmin ├── DESCR ├── Makefile └── distinfo ├── p5-Getopt-GUI-Long ├── DESCR ├── Makefile └── distinfo ├── p5-Google-API-Client ├── DESCR ├── Makefile ├── distinfo └── patches │ └── patch-aa ├── p5-HTML-Formatter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── p5-HTML-GenerateUtil ├── DESCR ├── Makefile └── distinfo ├── p5-HTML-Latex ├── DESCR ├── Makefile ├── Makefile.common ├── TODO ├── distinfo └── patches │ └── patch-aa ├── p5-HTML-TagCloud ├── DESCR ├── Makefile └── distinfo ├── p5-HTML-WebMake ├── DESCR ├── Makefile └── distinfo ├── p5-HTML-Widget ├── DESCR ├── Makefile └── distinfo ├── p5-HTTP-BrowserDetect ├── DESCR ├── Makefile └── distinfo ├── p5-HTTP-Exception ├── DESCR ├── Makefile └── distinfo ├── p5-HTTP-Request-StreamingUpload ├── DESCR ├── Makefile └── distinfo ├── p5-Hash-AsObject ├── DESCR ├── Makefile └── distinfo ├── p5-IO-Lambda ├── DESCR ├── Makefile ├── distinfo └── patches │ └── patch-aa ├── p5-IO-Socket-Socks ├── DESCR ├── Makefile └── distinfo ├── p5-IPC-Open3-Simple ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── p5-Image-EXIF ├── DESCR ├── Makefile └── distinfo ├── p5-Imager ├── DESCR ├── Makefile ├── TODO └── distinfo ├── p5-Iterator-Util ├── DESCR ├── Makefile └── distinfo ├── p5-Iterator ├── DESCR ├── Makefile └── distinfo ├── p5-JSON-WebToken ├── DESCR ├── Makefile └── distinfo ├── p5-KyotoCabinet ├── DESCR ├── Makefile └── distinfo ├── p5-LWP-Protocol-socks ├── DESCR ├── Makefile └── distinfo ├── p5-Lingua-Stem-Snowball-No ├── DESCR ├── Makefile └── distinfo ├── p5-Lingua-Stem-Snowball-Se ├── DESCR ├── Makefile └── distinfo ├── p5-Lingua-StopWords ├── DESCR ├── Makefile └── distinfo ├── p5-Lingua-Translate ├── DESCR ├── Makefile └── distinfo ├── p5-MKDoc-XML ├── DESCR ├── Makefile └── distinfo ├── p5-MMapDB ├── DESCR ├── Makefile └── distinfo ├── p5-Mail-DMARC-PurePerl ├── DESCR ├── Makefile └── distinfo ├── p5-MasonX-Apache2Handler ├── DESCR ├── Makefile ├── distinfo └── patches │ └── patch-aa ├── p5-Math-Business-SMA ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── p5-Math-Business ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── p5-Math-FixedPrecision ├── DESCR ├── Makefile └── distinfo ├── p5-Math-Gauss ├── DESCR ├── Makefile └── distinfo ├── p5-Maypole ├── DESCR ├── Makefile └── distinfo ├── p5-MediaWiki-API ├── DESCR ├── Makefile └── distinfo ├── p5-Metadata ├── DESCR ├── Makefile └── distinfo ├── p5-Module-Pluggable-Fast ├── DESCR ├── Makefile └── distinfo ├── p5-Module-Pluggable-Ordered ├── DESCR ├── Makefile └── distinfo ├── p5-Module-Starter-Plugin-CGIApp ├── DESCR ├── Makefile └── distinfo ├── p5-MojoX-Log-Log4perl-Tiny ├── DESCR ├── Makefile └── distinfo ├── p5-Mojolicious-Plugin-Authenticate ├── DESCR ├── Makefile └── distinfo ├── p5-MongoDB ├── DESCR ├── Makefile └── distinfo ├── p5-MooseX-Iterator ├── DESCR ├── Makefile └── distinfo ├── p5-MooseX-Role-BuildInstanceOf ├── DESCR ├── Makefile └── distinfo ├── p5-NNTPClient ├── DESCR ├── Makefile └── distinfo ├── p5-Net-DBus-GLib ├── DESCR ├── Makefile └── distinfo ├── p5-Net-Delicious ├── DESCR ├── Makefile └── distinfo ├── p5-Net-IP-Match-Regexp ├── DESCR ├── Makefile └── distinfo ├── p5-Net-PcapUtils ├── DESCR ├── Makefile └── distinfo ├── p5-Net-SMS-Clickatell ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── p5-Net-SenderBase ├── DESCR ├── Makefile ├── distinfo └── patches │ └── patch-aa ├── p5-Net-Syslog ├── DESCR ├── Makefile └── distinfo ├── p5-Net-Twitter-Lite ├── DESCR ├── Makefile └── distinfo ├── p5-Net-UPnP ├── DESCR ├── Makefile └── distinfo ├── p5-Net-Whois-RIPE ├── DESCR ├── Makefile └── distinfo ├── p5-News-Newsrc ├── DESCR ├── Makefile └── distinfo ├── p5-ODF-lpOD ├── DESCR ├── Makefile └── distinfo ├── p5-OSSP-uuid ├── DESCR ├── Makefile ├── distinfo └── patches │ ├── patch-perl_Makefile.PL │ └── patch-perl_uuid.xs ├── p5-OptArgs ├── DESCR ├── Makefile └── distinfo ├── p5-PDL ├── DESCR ├── Makefile └── distinfo ├── p5-POD2-IT ├── DESCR ├── Makefile └── distinfo ├── p5-POSIX-strptime ├── DESCR ├── Makefile └── distinfo ├── p5-Packager-Utils ├── DESCR ├── Makefile └── PLIST ├── p5-Perl-Unsafe-Signals ├── DESCR ├── Makefile └── distinfo ├── p5-PerlIO-Layers ├── DESCR ├── Makefile └── distinfo ├── p5-Petal ├── DESCR ├── Makefile └── distinfo ├── p5-Plucene-Plugin-Analyzer-SnowballAnalyzer ├── DESCR ├── Makefile └── distinfo ├── p5-Plucene ├── DESCR ├── Makefile └── distinfo ├── p5-PluceneSimple ├── DESCR ├── Makefile └── distinfo ├── p5-Pod-Constants ├── DESCR ├── Makefile └── distinfo ├── p5-Pod-Xhtml ├── DESCR ├── Makefile └── distinfo ├── p5-Proc-Fork ├── DESCR ├── Makefile └── distinfo ├── p5-RPC-PlClient ├── DESCR ├── Makefile └── distinfo ├── p5-RT-Authen-ExternalAuth ├── DESCR ├── Makefile ├── TODO └── distinfo ├── p5-RTF-Writer ├── DESCR ├── Makefile └── distinfo ├── p5-Regexp-Debugger ├── DESCR ├── Makefile └── distinfo ├── p5-Shell-Command ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── p5-Spread ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── p5-Startup ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── p5-Sub-Prototype ├── DESCR ├── Makefile └── distinfo ├── p5-Sub-Recursive ├── DESCR ├── Makefile └── distinfo ├── p5-Sub-WrapPackages ├── DESCR ├── Makefile └── distinfo ├── p5-Subtitles ├── DESCR ├── Makefile └── distinfo ├── p5-Syntax-Highlight-Perl-Improved ├── DESCR ├── Makefile └── distinfo ├── p5-Template-Plugin-Class ├── DESCR ├── Makefile └── distinfo ├── p5-Term-ReadLine-Perl5 ├── DESCR ├── Makefile └── distinfo ├── p5-Test-Fake-HTTPD ├── DESCR ├── Makefile └── distinfo ├── p5-Test-Stub ├── DESCR ├── Makefile └── distinfo ├── p5-Test-Unit-Lite ├── DESCR ├── Makefile └── distinfo ├── p5-Test-WWW-Mechanize-CGIApp ├── DESCR ├── Makefile └── distinfo ├── p5-Test-XML ├── DESCR ├── Makefile └── distinfo ├── p5-Text-ASCIITable ├── DESCR ├── Makefile └── distinfo ├── p5-Text-CHM ├── DESCR ├── Makefile └── distinfo ├── p5-Text-Context ├── DESCR ├── Makefile └── distinfo ├── p5-Text-EtText ├── DESCR ├── Makefile └── distinfo ├── p5-Text-Hatena ├── DESCR ├── Makefile └── distinfo ├── p5-Text-Quote ├── DESCR ├── Makefile └── distinfo ├── p5-Text-Trim ├── DESCR ├── Makefile └── distinfo ├── p5-Text-VimColor ├── DESCR ├── Makefile └── distinfo ├── p5-Tie-DB_Lock ├── DESCR ├── Makefile └── distinfo ├── p5-Time-Piece-Range ├── DESCR ├── Makefile └── distinfo ├── p5-URI-Find-Rule ├── DESCR ├── Makefile └── distinfo ├── p5-URI-Title ├── DESCR ├── Makefile └── distinfo ├── p5-UUID ├── DESCR ├── Makefile └── distinfo ├── p5-Unicode-CheckUTF8 ├── DESCR ├── Makefile └── distinfo ├── p5-Unicode-EastAsianWidth-Detect ├── DESCR ├── Makefile └── distinfo ├── p5-WWW-YouTube-Download ├── DESCR ├── Makefile └── distinfo ├── p5-WWW-YouTube-VideoURI ├── DESCR ├── Makefile └── distinfo ├── p5-WebService-Audioscrobbler ├── DESCR ├── Makefile └── distinfo ├── p5-WebService-CIA ├── DESCR ├── Makefile └── distinfo ├── p5-WebService-GData ├── DESCR ├── Makefile └── distinfo ├── p5-XML-DT ├── DESCR ├── Makefile └── distinfo ├── p5-XML-DTDParser ├── DESCR ├── Makefile └── distinfo ├── p5-XML-RSS-LibXML ├── DESCR ├── Makefile └── distinfo ├── p5-XML-Writer-Simple ├── DESCR ├── Makefile └── distinfo ├── p5-collectd ├── DESCR └── Makefile ├── p5-mha4mysql-manager ├── DESCR ├── Makefile └── distinfo ├── p5-mha4mysql-node ├── DESCR ├── Makefile └── distinfo ├── p5-mozldap ├── DESCR ├── Makefile ├── TODO └── distinfo ├── p5-spf-policyd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── p5-transdecoder ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── p5-trimgalore ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── p5-xmlsig-svn ├── DESCR ├── Makefile ├── distinfo └── patches │ ├── patch-src_TrustVerifier.cpp │ ├── patch-src_X509Certificate.cpp │ └── patch-src_X509Certificate.h ├── p6-Grammar-Profiler-Simple ├── DESCR ├── Makefile └── distinfo ├── p6-Perl6-MIME-Base64 ├── DESCR ├── Makefile └── distinfo ├── p6-Pod-To-HTML ├── DESCR ├── Makefile └── distinfo ├── p6-Template-Mustache ├── DESCR ├── Makefile └── distinfo ├── p6-Terminal-ANSIColor ├── DESCR ├── Makefile └── distinfo ├── p6-grammar-debugger ├── DESCR ├── Makefile └── distinfo ├── p6-json ├── DESCR ├── Makefile └── distinfo ├── p6-json_fast ├── DESCR ├── Makefile └── distinfo ├── p6-oo-monitors ├── DESCR ├── Makefile └── distinfo ├── p6-perl6-digest-md5 ├── DESCR ├── Makefile └── distinfo ├── p6-perl6-encode ├── DESCR ├── Makefile └── distinfo ├── p6-perl6-http-status ├── DESCR ├── Makefile └── distinfo ├── p6-svg-plot ├── DESCR ├── Makefile └── distinfo ├── p6-svg ├── DESCR ├── Makefile └── distinfo ├── p6-test-mock ├── DESCR ├── Makefile └── distinfo ├── p6-uri ├── DESCR ├── Makefile └── distinfo ├── p6-xml-writer ├── DESCR ├── Makefile └── distinfo ├── p6-zef ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── pack ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── packmol ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pacman ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pact_broker-client ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pagetools ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── pal ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ └── patch-ag ├── palp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── palp.pdf ├── pam-pkcs11 ├── DESCR ├── Makefile ├── PLIST.common ├── PLIST.ldap ├── PLIST.pcsc-lite ├── TODO ├── distinfo ├── options.mk └── patches │ └── patch-src_pam__pkcs11_pam__pkcs11.c ├── pam-pop3 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── pam-pwdfile ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── _pam_macros.h └── patches │ ├── patch-aa │ └── patch-ab ├── pan2-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── panda ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── config.guess │ ├── config.sub │ └── ltmain.sh ├── pangoterm ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-pangoterm.c ├── papp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── paprefs ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── parafly ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── paraview ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Qt_Core_pqServerConfiguration.cxx │ ├── patch-VTK_ThirdParty_ioss_vtkioss_Ioss__FileInfo.C │ ├── patch-VTK_ThirdParty_loguru_vtkloguru_loguru.cpp │ └── patch-VTK_ThirdParty_viskores_vtkviskores_viskores_viskores_thirdparty_loguru_viskoresloguru_loguru.cpp ├── parcellite ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-aa ├── parole ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── parted ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── partio ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ └── patch-src_py_CMakeLists.txt ├── partonevolution ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── passepartout ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── passphrase-git ├── DESCR ├── Makefile └── PLIST ├── paxmirabilis ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── paxtest ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile.OpenBSD ├── payara41 ├── DESCR ├── INSTALL ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── payara.sh ├── pbbuttonsd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pbzx ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pcem ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-configure │ ├── patch-src_codegen__allocator.c │ ├── patch-src_codegen__backend__arm.c │ ├── patch-src_codegen__backend__arm64.c │ ├── patch-src_codegen__backend__x86-64.c │ ├── patch-src_codegen__backend__x86.c │ ├── patch-src_codegen__x86-64.c │ ├── patch-src_vid__voodoo__codegen__x86-64.h │ ├── patch-src_vid__voodoo__codegen__x86.h │ ├── patch-src_wx-sdl2.c │ └── patch-src_wx-thread.c ├── pcp ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── pdb2ldif ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── pdcurses ├── DESCR ├── Makefile ├── PLIST ├── README ├── buildlink3.mk ├── distinfo └── patches │ └── patch-x11_Makefile.in ├── pdfcrack ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── pdfminer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pdfrip ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk ├── distinfo └── patches │ ├── patch-Cargo.lock │ ├── patch-Cargo.toml │ └── patch-src_core_engine.rs ├── pdftk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pdnsd ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── pdnsd.sh ├── options.mk └── patches │ └── patch-aa ├── pdpmake ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pdq ├── DESCR ├── MESSAGE ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── peak-classifier ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Base ├── DESCR ├── Makefile └── distinfo ├── pear-Cache ├── DESCR ├── Makefile └── distinfo ├── pear-CakePHP_CodeSniffer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-ConsoleTools ├── DESCR ├── Makefile └── distinfo ├── pear-Crypt_Blowfish ├── DESCR ├── Makefile └── distinfo ├── pear-DB_DataObject ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── pear-FPDF ├── DESCR ├── Makefile └── distinfo ├── pear-File ├── DESCR ├── Makefile └── distinfo ├── pear-File_CSV ├── DESCR ├── Makefile └── distinfo ├── pear-File_Iterator ├── DESCR ├── Makefile └── distinfo ├── pear-File_Util ├── DESCR ├── Makefile └── distinfo ├── pear-Finder ├── DESCR ├── Makefile └── distinfo ├── pear-FinderFacade ├── DESCR ├── Makefile └── distinfo ├── pear-HTML_Table ├── DESCR ├── Makefile └── distinfo ├── pear-HTTP_Client ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_ActiveSync ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Alarm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Auth ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Autoloader ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Browser ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Cache ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Cli ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Compress ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Constraint ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Controller ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Data ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Date ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Db ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Exception ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Group ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_History ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Icalendar ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Injector ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Lock ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Log ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Mime ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Nls ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Stream_Filter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Stream_Wrapper ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Support ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Text_Flowed ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Translation ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Url ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Horde_Util ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-Image_GraphViz ├── DESCR ├── Makefile ├── distinfo └── patches │ └── patch-Image_GraphViz.php ├── pear-OLE ├── DESCR ├── Makefile └── distinfo ├── pear-PHPUnit_MockObject ├── DESCR ├── Makefile ├── distinfo └── options.mk ├── pear-PHP_CodeCoverage ├── DESCR ├── Makefile ├── distinfo └── options.mk ├── pear-PHP_CodeSniffer ├── DESCR ├── Makefile └── distinfo ├── pear-PHP_Depend ├── DESCR ├── Makefile └── distinfo ├── pear-PHP_Invoker ├── DESCR ├── Makefile └── distinfo ├── pear-PHP_PMD ├── DESCR ├── Makefile └── distinfo ├── pear-PHP_Timer ├── DESCR ├── Makefile └── distinfo ├── pear-PHP_TokenStream ├── DESCR ├── Makefile └── distinfo ├── pear-Spreadsheet_Excel_Writer ├── DESCR ├── Makefile └── distinfo ├── pear-Swift ├── DESCR ├── Makefile └── distinfo ├── pear-Text_Template ├── DESCR ├── Makefile └── distinfo ├── pear-Version ├── DESCR ├── Makefile └── distinfo ├── pear-XML_Parser ├── DESCR ├── Makefile └── distinfo ├── pear-Yaml ├── DESCR ├── Makefile └── distinfo ├── pear-channel-cakephp ├── Makefile └── distinfo ├── pear-channel-ezc ├── Makefile └── distinfo ├── pear-channel-horde ├── Makefile └── distinfo ├── pear-channel-pdepend ├── Makefile └── distinfo ├── pear-channel-pearhub ├── Makefile └── distinfo ├── pear-channel-phpmd ├── Makefile └── distinfo ├── pear-channel-phpunit ├── Makefile └── distinfo ├── pear-channel-swiftmailer ├── Makefile └── distinfo ├── pear-channel-symfony ├── Makefile └── distinfo ├── pear-channel-theseer ├── Makefile └── distinfo ├── pear-fDOMDocument ├── DESCR ├── Makefile └── distinfo ├── pear-merger ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pear-phpcpd ├── DESCR ├── Makefile └── distinfo ├── pear-phpdcd ├── DESCR ├── Makefile └── distinfo ├── pear-phploc ├── DESCR ├── Makefile └── distinfo ├── pear ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-src_reader.c ├── peercoin ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── peercoin.conf │ └── peercoind.sh ├── options.mk └── patches │ ├── patch-bitcoin-qt.pro │ ├── patch-src_db.h │ ├── patch-src_makefile.unix │ ├── patch-src_netbase.cpp │ ├── patch-src_qt_transactiondesc.cpp │ ├── patch-src_serialize.h │ └── patch-src_walletdb.cpp ├── pegtl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── pentagram ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-configure.ac │ └── patch-sudio_midi_FluidSynthMidiDriver.cpp ├── petsc ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-src_tops_utils_genSCLCCA.sh │ └── patch-src_tops_utils_genSCLCCAmulti.sh ├── pgp6 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ae ├── pgplot ├── DESCR ├── Makefile ├── PLIST ├── README ├── distinfo └── patches │ ├── patch-drivers.list │ ├── patch-drivers_pndriv.c │ ├── patch-makemake │ └── patch-pgdispd_proccom.c ├── pgstudio ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-ivy.xml ├── phaethon ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── phalanx ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-makefile │ └── patch-phalanx.c ├── phantomjs ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── qmake.conf │ └── qplatformdefs.h └── patches │ ├── patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_MathExtras.h │ ├── patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_StringImpl.h │ ├── patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Threading.h │ ├── patch-src_mongoose_mongoose.pri │ ├── patch-src_phantomjs.pro │ ├── patch-src_qt_preconfig.sh │ ├── patch-src_qt_src_3rdparty_webkit_Source_JavaScriptCore_heap_MachineStackMarker.cpp │ ├── patch-src_qt_src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform.h │ └── patch-src_qt_src_3rdparty_webkit_Source_WebKit_qt_WebCoreSupport_InspectorServerQt.cpp ├── phantomjs2 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Source_JavaScriptCore_API_ObjCCallbackFunction.h │ ├── patch-Source_JavaScriptCore_DerivedSources.pri │ ├── patch-Source_JavaScriptCore_JavaScriptCore.pri │ ├── patch-Source_JavaScriptCore_Target.pri │ ├── patch-Source_JavaScriptCore_assembler_ARMAssembler.h │ ├── patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp │ ├── patch-Source_JavaScriptCore_dfg_DFGNode.h │ ├── patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp │ ├── patch-Source_JavaScriptCore_tools_CodeProfiling.cpp │ ├── patch-Source_QtWebKit.pro │ ├── patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h │ ├── patch-Source_ThirdParty_leveldb_Target.pri │ ├── patch-Source_WTF_WTF.pro │ ├── patch-Source_WTF_wtf_Assertions.cpp │ ├── patch-Source_WTF_wtf_InlineASM.h │ ├── patch-Source_WTF_wtf_NumberOfCores.cpp │ ├── patch-Source_WTF_wtf_Platform.h │ ├── patch-Source_WTF_wtf_RAMSize.cpp │ ├── patch-Source_WTF_wtf_ThreadIdentifierDataPthreads.cpp │ ├── patch-Source_WTF_wtf_Threading.h │ ├── patch-Source_WTF_wtf_text_StringImpl.h │ ├── patch-Source_WebCore_Target.pri │ ├── patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp │ ├── patch-Source_WebCore_editing_Editor.h │ ├── patch-Source_WebCore_page_NavigatorBase.cpp │ ├── patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurface.h │ ├── patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurfaceToken.h │ ├── patch-Source_WebCore_platform_graphics_surfaces_mac_GraphicsSurfaceMac.cpp │ ├── patch-Source_WebCore_platform_sql_SQLiteDatabase.cpp │ ├── patch-Source_WebKit2_DerivedSources.pri │ ├── patch-Source_WebKit2_Platform_CoreIPC_MessageDecoder.cpp │ ├── patch-Source_WebKit2_Platform_CoreIPC_MessageDecoder.h │ ├── patch-Source_WebKit2_Platform_unix_SharedMemoryUnix.cpp │ ├── patch-Source_WebKit2_Target.pri │ ├── patch-Source_WebKit_WebKit1.pro │ ├── patch-Source_WebKit_qt_examples_platformplugin_platformplugin.pro │ ├── patch-Tools_Scripts_webkitdirs.pm │ ├── patch-Tools_WebKitTestRunner_InjectedBundle_Target.pri │ ├── patch-Tools_qmake_mkspecs_features_functions.prf │ ├── patch-Tools_qmake_mkspecs_features_production__build.prf │ ├── patch-config.tests_unix_iconv_iconv.cpp │ ├── patch-configure │ ├── patch-mkspecs_features_mac_objective__c.prf │ ├── patch-qmake_Makefile.unix │ ├── patch-qmake_generators_makefile.cpp │ ├── patch-qmake_generators_unix_unixmake.cpp │ ├── patch-qmake_generators_unix_unixmake2.cpp │ ├── patch-src_concurrent_qtconcurrentiteratekernel.cpp │ ├── patch-src_corelib_arch_sparc_arch.pri │ ├── patch-src_corelib_codecs_qiconvcodec.cpp │ ├── patch-src_corelib_global_qsystemdetection.h │ ├── patch-src_corelib_io_io.pri │ ├── patch-src_corelib_io_qfilesystemwatcher.cpp │ ├── patch-src_mongoose_mongoose.pri │ ├── patch-src_network_kernel_qhostinfo__unix.cpp │ ├── patch-src_phantomjs.pro │ ├── patch-src_plugins_platforminputcontexts_compose_compose.pro │ ├── patch-src_plugins_platforminputcontexts_compose_generator_qtablegenerator.cpp │ ├── patch-src_qt_preconfig.sh │ ├── patch-src_tools_bootstrap_bootstrap.pro │ ├── patch-src_tools_moc_main.cpp │ └── patch-src_widgets_graphicsview_qgraphicsitem__p.h ├── pharo-vm ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-cmake_importCairo.cmake │ ├── patch-generated_64_vm_src_gcc3x-cointerp.c │ ├── patch-include_pharovm_debug.h │ ├── patch-packaging_linux_bin_launch.sh.in │ ├── patch-plugins.cmake │ ├── patch-plugins_UUIDPlugin_common_UUIDPlugin.c │ └── patch-src_debugUnix.c ├── pharo-vm10 ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-cmake_importCairo.cmake │ ├── patch-cmake_versionExtraction.cmake │ ├── patch-include_pharovm_debug.h │ ├── patch-packaging_linux_bin_launch.sh.in │ ├── patch-plugins.cmake │ ├── patch-plugins_UUIDPlugin_common_UUIDPlugin.c │ ├── patch-src_debugUnix.c │ └── patch-tty_tty.c ├── pharo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pharo10 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pharo11 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pharo12 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pharo13 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pheanstalk ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── phonon-backend-xine ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── phoronix-test-suite ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-install-sh │ ├── patch-ob-cache_test-profiles_pts_civilization-vi-1.0.0_install.sh │ ├── patch-ob-cache_test-profiles_pts_mysqlslap-1.1.0_pre.sh │ ├── patch-ob-cache_test-profiles_pts_system-decompress-gzip-1.1.0_install.sh │ ├── patch-pts-core_static_root-access.sh │ └── patch-pts-core_static_sample-pts-client-update-script.sh ├── php-ast ├── DESCR ├── Makefile └── distinfo ├── php-basercms ├── DESCR ├── INSTALL ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── php-dotclear ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── apache24.conf │ ├── initdb-mysql.sh │ ├── initdb-pgsql.sh │ ├── lighttpd.conf │ ├── nginx.conf │ └── php-fpm.conf ├── options.mk └── patches │ ├── patch-admin_install_index.php │ ├── patch-admin_install_wizard.php │ ├── patch-inc_config.php.in │ ├── patch-inc_core_class.dc.core.php │ ├── patch-inc_load__plugin__file.php │ └── patch-inc_prepend.php ├── php-imagick-imagick6 ├── DESCR ├── Makefile └── distinfo ├── php-libawl-git ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST └── distinfo ├── php-malware-finder ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── php-snuffleupagus ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST.extras ├── TODO ├── distinfo └── patches │ └── patch-src_sp__utils.c ├── php-tclink ├── DESCR ├── Makefile └── distinfo ├── php-uuid ├── DESCR ├── Makefile └── distinfo ├── php-xdiff ├── DESCR ├── Makefile └── distinfo ├── php-zmq ├── DESCR ├── Makefile └── distinfo ├── pico-web-database ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── picolisp ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-src_Makefile ├── picolisp64 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-src64_Makefile │ ├── patch-src64_sys_x86-64.netBsd.code.l │ ├── patch-src64_sys_x86-64.netBsd.defs.l │ └── patch-src_Makefile ├── picom ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── hacks.mk └── options.mk ├── picosat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── picprog ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-aa │ ├── patch-ab │ ├── patch-picport.cc │ └── patch-testport.cc ├── pidgin-evolution ├── DESCR ├── Makefile └── PLIST ├── pidgin-festival ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ └── patch-ab ├── pidgin-guifications ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pidgin-rhythmbox ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pidgin-status-to-twitter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pidgin-twitterstatus ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── piedock ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-src_Png.h ├── piglit-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ └── patch-tests_util_CMakeLists.txt ├── pike-Gettext ├── DESCR ├── Makefile └── PLIST ├── pike-Gz ├── DESCR ├── Makefile └── PLIST ├── pike-Pipe ├── DESCR ├── Makefile └── PLIST ├── pike-Regexp-PCRE ├── DESCR ├── Makefile └── PLIST ├── pike-core ├── DESCR ├── Makefile ├── Makefile.common ├── Makefile.modules_common ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile.in │ └── patch-aa ├── pike-gdbm ├── DESCR ├── Makefile └── PLIST ├── pike-mime ├── DESCR ├── Makefile └── PLIST ├── pike ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pike8.0-GTK2 ├── DEINSTALL ├── DESCR ├── INSTALL ├── Makefile ├── PLIST └── distinfo ├── pike8.0-Gdbm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pike8.0-Image_Freetype ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pike8.0-Image_SVG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pike8.0-Image_TIFF ├── DEINSTALL ├── DESCR ├── INSTALL ├── Makefile ├── PLIST └── distinfo ├── pike8.0-Image_WebP ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pike8.0-Java ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── pike8.0-Mysql ├── DEINSTALL ├── DESCR ├── INSTALL ├── Makefile ├── PLIST └── distinfo ├── pike8.0-Odbc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pike8.0 ├── ALTERNATIVES ├── DEINSTALL ├── DESCR ├── INSTALL ├── Makefile ├── PLIST ├── buildlink3.mk ├── builtin_module.mk ├── distinfo └── version.mk ├── pilemc-svn ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pinball ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── config-rzr.h └── patches │ ├── patch-Makefile.am │ ├── patch-base_Behavior.cpp │ ├── patch-base_BehaviorVisitor.cpp │ ├── patch-base_SignalSender.cpp │ ├── patch-src_Makefile.am │ ├── patch-src_Makefile.in │ ├── patch-src_Obj3dsUtil.cpp │ ├── patch-test_Makefile.am │ └── patch-test_Makefile.in ├── pinentry-dmenu ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-pinentry_pinentry.c ├── pinkpony ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── pint ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-go.mod ├── pioneer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pipe-viewer ├── DESCR ├── Makefile └── distinfo ├── pipes-c ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pipewire ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-meson.build │ ├── patch-pipewire-jack_src_pipewire-jack.c │ ├── patch-spa_include_spa_utils_endian.h │ ├── patch-spa_plugins_alsa_alsa-pcm.c │ ├── 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_tests_stress-ringbuffer.c │ ├── patch-src_daemon_pipewire.c │ ├── patch-src_modules_module-netjack2-manager.c │ ├── patch-src_modules_module-protocol-native_test-connection.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-session.c │ ├── patch-src_modules_module-rtp-source.c │ ├── patch-src_modules_module-vban-recv.c │ ├── patch-src_pipewire_conf.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-src_tools_pw-cat.c │ ├── patch-src_tools_pw-cli.c │ ├── patch-src_tools_pw-config.c │ ├── patch-src_tools_pw-container.c │ ├── patch-src_tools_pw-dot.c │ ├── patch-src_tools_pw-dump.c │ ├── patch-src_tools_pw-link.c │ ├── patch-src_tools_pw-loopback.c │ ├── patch-src_tools_pw-metadata.c │ ├── patch-src_tools_pw-mididump.c │ ├── patch-src_tools_pw-mon.c │ ├── patch-src_tools_pw-profiler.c │ ├── patch-src_tools_pw-reserve.c │ └── patch-src_tools_pw-top.c ├── piranha ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── piwik ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── pizza ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pjproject ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-aconfigure ├── pkg-dev ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── pkg ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-external_libder_libder_libder__private.h │ ├── patch-libpkg_fetch__ssh.c │ ├── patch-libpkg_pkg__abi.c │ ├── patch-libpkg_pkg__config.c │ ├── patch-libpkg_pkg__elf.c │ ├── patch-libpkg_pkg__jobs.c │ ├── patch-libpkg_pkgsign__ecc.c │ ├── patch-libpkg_ssh.c │ ├── patch-libpkg_utils.c │ └── patch-scripts_periodic_411.pkg-backup.in ├── pkg_conflicts ├── DESCR ├── Makefile ├── PLIST └── files │ ├── pkg_all_conflicts │ ├── pkg_common_files │ └── pkg_conflicts ├── pkg_fake ├── DESCR ├── Makefile ├── PLIST ├── TODO └── files │ ├── pkg_fake │ └── pkg_fake.1 ├── pkg_get ├── TODO └── files │ ├── pkg_get.1 │ └── pkg_get.sh ├── pkg_rmleaves ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── pkg_summary-utils ├── DESCR ├── MESSAGE ├── Makefile └── PLIST ├── pkgmanager ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── pkgsrc-info ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── files │ ├── get_pkgsrc_infos.sh │ └── pkgsrc-info.sh.in └── options.mk ├── plank ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-configure │ ├── patch-docs_Makefile.am │ ├── patch-docs_Makefile.in │ ├── patch-lib_Drawing_Renderer.vala │ ├── patch-lib_Drawing_Theme.vala │ ├── patch-lib_Items_DockContainer.vala │ ├── patch-lib_Items_DockItem.vala │ ├── patch-lib_Makefile.in │ ├── patch-lib_Services_Preferences.vala │ └── patch-lib_Services_Settings.vala ├── plantri ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── plantuml ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── plasm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── plasma-desktop ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Linux ├── distinfo └── patches │ └── patch-kcms_CMakeLists.txt ├── plasma-integration ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── plasma-widget-menubar ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── plasma-workspace-wallpapers ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── plasma-workspace ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-components_CMakeLists.txt ├── plasti ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── plconfig ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── please ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── pleroma ├── DESCR ├── INSTALL ├── Makefile ├── PLIST ├── TODO ├── check_endianness.sh ├── distinfo ├── patches │ ├── patch-mix.exs │ └── patch-rel_env.sh.eex └── pleroma.mk ├── plibsys ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── plink ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-SFMT.h │ └── patch-plink__common.h ├── plink2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── Makefile.generic │ ├── plink2-bench │ └── plink2-test.in ├── ploot ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── plplot ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── plugger ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── pluto ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── pmacct ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── nfacctd.sh │ ├── pmacctd.sh │ ├── sfacctd.sh │ └── uacctd.sh ├── options.mk └── patches │ └── patch-src_plugin__common.c ├── pmk ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── png2ico ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── pngnq ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── pnmcurve ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── podofo010 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── pointtools-git ├── DESCR ├── Makefile └── PLIST ├── poke-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── polarssl11 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-library_net.c ├── polipo ├── DEINSTALL ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── polipo.sh └── patches │ ├── patch-aa │ ├── patch-client.c │ └── patch-local.c ├── polkit-kde-agent ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── polly ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── polyclipping ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── polylib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── polymul ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ponyc ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-src_common_platform.h │ ├── patch-src_common_pony_detail_atomics.h │ ├── patch-src_libponyc_pkg_package.c │ ├── patch-src_libponyc_pkg_program.c │ ├── patch-src_libponyc_platform_paths.c │ ├── patch-src_libponyrt_mem_alloc.c │ └── patch-src_libponyrt_platform_threads.c ├── pooler ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-bit-basics.h ├── pop ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── pop3.proxy ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── popup-el-current ├── DESCR ├── Makefile └── PLIST ├── portablexdr ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-rpc_rpc.h │ └── patch-rpc_types.h ├── portaudio ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── portfwd ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── portfwd.sh └── patches │ ├── patch-src_portfwd.h │ └── patch-src_util.h ├── portmidi ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── portscout ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── portsentry ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── posh ├── DESCR ├── Makefile ├── PLIST ├── README ├── distinfo ├── files │ ├── debianutils_tempfile │ │ └── tempfile.c │ └── gnulib_getopt-gnu │ │ ├── lib │ │ ├── Makefile.am │ │ ├── arg-nonnull.h │ │ ├── c++defs.h │ │ ├── getopt-cdefs.in.h │ │ ├── getopt-core.h │ │ ├── getopt-ext.h │ │ ├── getopt-pfx-core.h │ │ ├── getopt-pfx-ext.h │ │ ├── getopt.c │ │ ├── getopt.in.h │ │ ├── getopt1.c │ │ ├── getopt_int.h │ │ ├── gettext.h │ │ ├── stddef.in.h │ │ ├── sys_types.in.h │ │ ├── unistd.c │ │ ├── unistd.in.h │ │ └── warn-on-use.h │ │ └── m4 │ │ ├── 00gnulib.m4 │ │ ├── absolute-header.m4 │ │ ├── extensions.m4 │ │ ├── extern-inline.m4 │ │ ├── getopt.m4 │ │ ├── gnulib-cache.m4 │ │ ├── gnulib-common.m4 │ │ ├── gnulib-comp.m4 │ │ ├── gnulib-tool.m4 │ │ ├── include_next.m4 │ │ ├── nocrash.m4 │ │ ├── off_t.m4 │ │ ├── ssize_t.m4 │ │ ├── stddef_h.m4 │ │ ├── sys_types_h.m4 │ │ ├── unistd_h.m4 │ │ ├── warn-on-use.m4 │ │ └── wchar_t.m4 └── patches │ ├── patch-Makefile.am │ ├── patch-configure.ac │ ├── patch-exec.c │ ├── patch-sh.h │ ├── patch-src_Makefile.am │ ├── patch-src_builtins.c │ ├── patch-src_compat.c │ └── patch-tests_Makefile.am ├── postal2-mpdemo-bin ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── licenses │ └── postal2mpdemo-license ├── postfix-logwatch ├── DESCR ├── Makefile ├── Makefile.common ├── Makefile.logwatch ├── Makefile.standalone ├── PLIST ├── PLIST.logwatch ├── distinfo └── options.mk ├── postgresql-pgvector ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── postoffice ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── mailer.conf │ ├── pop_passwd.pl │ ├── postoffice.cf │ └── postoffice.sh └── patches │ └── patch-aa ├── pounce ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ └── patch-configure ├── povray ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-libraries_ilmbase_bootstrap │ ├── patch-libraries_ilmbase_configure │ ├── patch-libraries_openexr_bootstrap │ ├── patch-libraries_openexr_configure │ ├── patch-source_backend_scene_view.cpp │ ├── patch-source_base_image_image.cpp │ ├── patch-unix_configure.ac │ ├── patch-unix_prebuild.sh │ ├── patch-vfe_unix_platformbase.cpp │ ├── patch-vfe_unix_syspovconfig.h │ └── patch-vfe_unix_vfeplatform.cpp ├── powerdevil ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── powerlevel10k ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── powerline ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── powwow ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-src_follow.c │ ├── patch-src_main.c │ ├── patch-src_ptr.c │ ├── patch-src_ptr.h │ ├── patch-src_tcp.c │ └── patch-src_tty.c ├── ppp ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ae ├── ppr ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── lprsrv.sh │ ├── papsrv.sh │ ├── ppr-papd.sh │ └── pprd.sh ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ └── patch-ak ├── praat ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-makefile.defs ├── preload ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── preload.sh └── patches │ ├── patch-configure │ ├── patch-preload.init.in │ ├── patch-src_Makefile.in │ ├── patch-src_gen.preload.conf.sh │ └── patch-src_readahead.c ├── premake ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── premake4 ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── preseq ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── primesieve ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── prjtrellis ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── probcons ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── probe ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── procps ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── prodigal ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── progreiserfs ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── prometheus-lts ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── smf │ │ └── manifest.xml ├── go-modules.mk └── patches │ ├── patch-cmd_prometheus_main.go │ └── patch-web_ui_ui.go ├── promtail ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-vendor_github.com_fsouza_fake-gcs-server_internal_backend_time__bsd.go ├── proplib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── proselint ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── prosody ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── prosody.sh │ └── smf │ │ └── manifest.xml └── patches │ ├── patch-makefile │ ├── patch-prosody.cfg.lua.dist │ ├── patch-util-src_crypto.c │ ├── patch-util-src_makefile │ └── patch-util-src_pposix.c ├── proton-bridge ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── Makefile └── go-modules.mk ├── prover9 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ └── patch-ag ├── proxify ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── proxychains-ng ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── proxychains ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── proxyknife ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── prozilla ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ └── patch-aj ├── prpltwtr ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── Makefile.in.in ├── prtunnel ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── prusaslicer ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-CMakeLists.txt │ ├── patch-bundled__deps_CMakeLists.txt │ ├── patch-bundled__deps_avrdude_avrdude_arduino.c │ ├── patch-bundled__deps_avrdude_avrdude_libavrdude.h │ ├── patch-bundled__deps_localesutils_LocalesUtils.cpp │ ├── patch-bundled__deps_localesutils_LocalesUtils.hpp │ ├── patch-cmake_modules_FindOpenVDB.cmake │ ├── patch-src_libseqarrange_CMakeLists.txt │ ├── patch-src_libslic3r_CutSurface.cpp │ ├── patch-src_libslic3r_GCodeSender.cpp │ ├── patch-src_libslic3r_GCodeSender.hpp │ ├── patch-src_libslic3r_Platform.cpp │ ├── patch-src_libslic3r_Platform.hpp │ ├── patch-src_libslic3r_SupportSpotsGenerator.cpp │ ├── patch-src_libslic3r_Thread.cpp │ ├── patch-src_libslic3r_Utils_DirectoriesUtils.cpp │ ├── patch-src_occt__wrapper_CMakeLists.txt │ ├── patch-src_slic3r_CMakeLists.txt │ ├── patch-src_slic3r_GUI_BitmapCache.cpp │ ├── patch-src_slic3r_GUI_ConfigWizard.cpp │ ├── patch-src_slic3r_GUI_DesktopIntegrationDialog.cpp │ ├── patch-src_slic3r_GUI_DesktopIntegrationDialog.hpp │ ├── patch-src_slic3r_GUI_EditGCodeDialog.cpp │ ├── patch-src_slic3r_GUI_ExtraRenderers.cpp │ ├── patch-src_slic3r_GUI_Field.cpp │ ├── patch-src_slic3r_GUI_FirmwareDialog.cpp │ ├── patch-src_slic3r_GUI_GLCanvas3D.cpp │ ├── patch-src_slic3r_GUI_GUI.cpp │ ├── patch-src_slic3r_GUI_GUI.hpp │ ├── patch-src_slic3r_GUI_GUI__App.cpp │ ├── patch-src_slic3r_GUI_GUI__Factories.cpp │ ├── patch-src_slic3r_GUI_GUI__ObjectLayers.cpp │ ├── patch-src_slic3r_GUI_GUI__Utils.cpp │ ├── patch-src_slic3r_GUI_Gizmos_GLGizmoMeasure.cpp │ ├── patch-src_slic3r_GUI_ImGuiPureWrap.cpp │ ├── patch-src_slic3r_GUI_InstanceCheck.cpp │ ├── patch-src_slic3r_GUI_InstanceCheck.hpp │ ├── patch-src_slic3r_GUI_KBShortcutsDialog.cpp │ ├── patch-src_slic3r_GUI_Mouse3DController.cpp │ ├── patch-src_slic3r_GUI_Mouse3DController.hpp │ ├── patch-src_slic3r_GUI_OpenGLManager.cpp │ ├── patch-src_slic3r_GUI_OptionsGroup.cpp │ ├── patch-src_slic3r_GUI_Plater.cpp │ ├── patch-src_slic3r_GUI_Preferences.cpp │ ├── patch-src_slic3r_GUI_PresetComboBoxes.cpp │ ├── patch-src_slic3r_GUI_PresetComboBoxes.hpp │ ├── patch-src_slic3r_GUI_PrintHostDialogs.cpp │ ├── patch-src_slic3r_GUI_RemovableDriveManager.cpp │ ├── patch-src_slic3r_GUI_Tab.cpp │ ├── patch-src_slic3r_GUI_TopBar.cpp │ ├── patch-src_slic3r_GUI_UnsavedChangesDialog.cpp │ ├── patch-src_slic3r_GUI_UnsavedChangesDialog.hpp │ ├── patch-src_slic3r_GUI_UpdateDialogs.cpp │ ├── patch-src_slic3r_GUI_UserAccountCommunication.cpp │ ├── patch-src_slic3r_GUI_WipeTowerDialog.cpp │ ├── patch-src_slic3r_GUI_wxExtensions.cpp │ ├── patch-src_slic3r_GUI_wxExtensions.hpp │ ├── patch-src_slic3r_Utils_Bonjour.cpp │ ├── patch-src_slic3r_Utils_Bonjour.hpp │ ├── patch-src_slic3r_Utils_FontConfigHelp.hpp │ ├── patch-src_slic3r_Utils_Serial.cpp │ ├── patch-src_slic3r_Utils_Serial.hpp │ ├── patch-src_slic3r_Utils_TCPConsole.cpp │ ├── patch-src_slic3r_Utils_WifiScanner.cpp │ ├── patch-src_slic3r_Utils_WxFontUtils.cpp │ ├── patch-tests_CMakeLists.txt │ └── patch-tests_libslic3r_test__emboss.cpp ├── psh ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── psybnc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── pt-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pta ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ptlib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Nucleus-NucleusPTime.cxx │ ├── patch-configure │ ├── patch-configure.ac │ ├── patch-include_ptbuildopts.h.in │ ├── patch-include_ptclib_pldap.h │ ├── patch-include_ptlib_critsec.h │ ├── patch-include_ptlib_object.h │ ├── patch-include_ptlib_pmachdep.h │ ├── patch-make_unix.mak │ ├── patch-plugins_sound_esd_sound_esd.h │ ├── patch-plugins_sound_oss_sound_oss.cxx │ ├── patch-plugins_sound_oss_sound_oss.h │ ├── patch-plugins_vidinput_bsd_vidinput_bsd.h │ ├── patch-src_ptclib_pldap.cxx │ ├── patch-src_ptlib_common_getdate.y │ ├── patch-src_ptlib_unix_svcproc.cxx │ ├── patch-unix-config.cxx │ ├── patch-unix-ossaix.cxx │ ├── patch-unix-osutil.cxx │ ├── patch-unix-pmachdep.h │ ├── patch-unix-serchan.cxx │ ├── patch-unix-socket.cxx │ ├── patch-unix-switch.cxx │ └── patch-unix-tlib.cxx ├── ptpd ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-dep_constants__dep.h │ ├── patch-dep_net.c │ └── patch-dep_sys.c ├── pts ├── DEINSTALL ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── pts.sh └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── ptunnel ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── pudb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pulseaudio-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ ├── patch-configure.ac │ ├── patch-src_Makefile.am │ ├── patch-src_modules_module-detect.c │ ├── patch-src_modules_oss_module-oss.c │ ├── patch-src_pulsecore_mix__neon.c │ ├── patch-src_pulsecore_svolume__mmx.c │ ├── patch-src_pulsecore_svolume__sse.c │ └── patch-src_tests_rtpoll-test.c ├── pulseaudio-qt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pure ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── purple-facebook ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── purple-teams-git ├── DESCR ├── Makefile └── PLIST ├── pwnat ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── pwnat.8.rst ├── pxlib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-aa ├── pxview ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── py-Beaker ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-Brenda ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-CalDAVClientLibrary ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-Climate ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-Cura ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── py-DirectoryStorage ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-EMpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-EditObj2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-Fnorb-docs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-Fnorb ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-GPSClient ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-Genetic ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-HeapDict ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-IOSXR ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-Kallithea ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-LMtester ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-Netzob ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-OT ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-OpenAL ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-Py2Play ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-PySide2 ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-PythonMagick ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── py-RXP ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-Robinhood ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-SQLObject ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── py-Soya ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-ab ├── py-Tooling ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-Uranium ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-UM_Platform.py ├── py-ZopeSecurity ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-achemkit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-acq4 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-adal ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-adawat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-adsbibdesk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-aerocalc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-affine ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-agaro ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ahoy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-aikif ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-aioconsole ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-aioh2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-aiohttp-jinja2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-aioopenssl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-aiosasl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-aioxmpp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-aipy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-albatross ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── al_session_daemon.sh ├── py-alfanous ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-alg3dpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-algebraic ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-algebraixlib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-algopy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-altair ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-alyahmor ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-amply ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-amqpipe ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-amqplib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── py-anfft ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-anki2-devel ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ └── patch-Makefile ├── py-anki2 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ └── patch-Makefile ├── py-annarchy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ansicolors ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-antlr3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-anvio ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── anvio-dep-check ├── py-anyconfig ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-anywidget ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-pyproject.toml │ └── patch-tests_test__widget.py ├── py-aopython ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-apache-arrow ├── DESCR ├── Makefile ├── PLIST └── TODO ├── py-applpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-apprise ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-apscheduler ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-apycula ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-arabic-stopwords ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-arabic-text-quote ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-arabic ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-archan ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-arpeggio ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-arramooz-sqlite ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-arrayfire ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ars ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-art ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-aruudy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-arxiv-connections ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-arxiv ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-arxiv2bib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-arxvier ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-asciimathml ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-asdf_transform_schemas ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ase ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-asmai ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-aspects ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-aspell ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-aspyct ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ass ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-astlib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-astroalign ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-astroplan ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-astropy-healpix ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-astropy5 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-astroquery ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-astroscrappy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-astutils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-async ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-asyncmock ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-asynctest ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-atmark ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-atmos ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-atom ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-atomicfile ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-atpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-attrdict ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-attrs-strict ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-autoflake ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-autokey ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-automata ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-autorandr ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-avocado-framework ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-awesome-slugify ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-awkward ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-awslogs ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-azure-common ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-azure-core ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-azure-identity ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-azure_identity___credentials_silent.py │ ├── patch-azure_identity___internal_shared__token__cache.py │ └── patch-azure_identity___persistent__cache.py ├── py-azure-storage-blob ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-b3j0f.aop ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-backoff ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-backports.csv ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-backports.tarfile ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-badges ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bandicoot ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bannock ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-baron ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-base45 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bc-python-hcl2 ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bcbio-gff ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bctpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-beampy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-beautysh ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-behaviour ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bibtexparser3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bicho ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-bidict ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bigfloat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bincopy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-biofrills ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bitbox02 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bitsets ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-blake2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-blaze ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-blessings ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-blist ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-blockbuster ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-blosc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-blosc2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-tests_____init____.py ├── py-bloscpack ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-blurb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bokeh ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bolos ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-booktype ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── py-branca ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-brian ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-brian2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bruce ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-brython ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bsddb ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── setup.py ├── py-bson ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-buildbot-console-view ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-buildbot-grid-view ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-buildbot-pkg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-buildbot-waterfall-view ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-buildbot-worker ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-buildbot-www ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-buildbot ├── ALTERNATIVES ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST └── distinfo ├── py-builder ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bw2parameters ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-bxa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-c-lasso ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-c7n-kube ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-c7n ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-pyproject.toml ├── py-cPyparsing ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-calphad ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-calverter ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── py-cameo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cantera ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-SConstruct ├── py-captcha ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-capturer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-carbon ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo ├── files │ ├── carbon-aggregator.sh │ ├── carbon-cache.sh │ └── carbon-relay.sh ├── options.mk └── patches │ ├── patch-carbon_conf_example │ └── patch-setup.py ├── py-cartopy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-caspy3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-castlevania-widgets ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-castlevania ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-catalogue ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-causalinfo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-causality ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cbc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ccdproc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ccdproc2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cclib ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-ccuracy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cellulist ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cerridwen ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cesium ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cexprtk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cf-python ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cfgv ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cgen ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-chaco ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-chainer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-chainmap ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-chaos ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-chaospy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-chealpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-chebfun ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-chebpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-check-jsonschema ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-setup.cfg ├── py-check-manifest ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-checkmate ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-checkov ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-chemicals ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-chemlab ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-chempy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-chemview ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cherry_picker ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-chinup ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-chm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-chompack ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-christofides ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-chspy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ciabatta ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cinfony ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cito ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cityhash ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-ckcc-protocol ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cli ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cli_helpers ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-click-command-tree ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-clickatell ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-clid ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cliff ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cligj ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-clnum ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-clonedigger ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cloud-init ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-cloudlib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cma ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cmd2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cmtoolkit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cnfgen ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-coala ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-coala_utils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cobra ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cobrapy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-coconut ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cocos2d ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-codecov ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-codepy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cogent ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-collectd ├── DESCR └── Makefile ├── py-colorcet ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-colored-traceback ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-colorpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-columnize ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-commentjson ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-commisery ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-complexsystems ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-compyle ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-conan ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-concepts ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-conda-env ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-conda ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-confire ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-consensus ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-constraint ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-constructive-geometries ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-contexttimer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-continuum-mechanics ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-control ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-copyparty ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-coreapi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-coreschema ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-corpus ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-corrfitter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cosat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cosmoTransitions ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cosmolopy ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-country-converter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-coverage-badge ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cppimport ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cracklib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-py-compile ├── py-crc ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-crossbar ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-cryptg ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── py-cryptoim ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-csa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-csb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cscope ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cse ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-csp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-pycsp_parallel_ossocket.py ├── py-ct ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ctutils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cubicweb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-curlify ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cutadapt ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cva ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cvf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cvss ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cvxpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cxnet ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cxvpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cykhash ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cyksuid ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cymem ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── py-cysignals ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cython-blis ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-cython-legacy ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── patches │ ├── patch-Cython_Distutils_old__build__ext.py │ ├── patch-Demos_embed_Makefile │ └── patch-runtests.py └── tool.mk ├── py-cythongsl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-da ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dana ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-das ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dash-bootstrap-components ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dask ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-pyproject.toml ├── py-dask_expr ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-data-google-auth ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dataclasses-json ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-datamarix ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-datarray ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-datasci ├── DESCR ├── Makefile └── depends.mk ├── py-datashader ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-datashape ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-datatree ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dbglog ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── py-dbus-next ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dbutils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dclab ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dcpf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-deap ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-debacl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-debian ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-debinning ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-debtcollector ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-decimalfp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-decimalpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-decode ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-decorated-registry ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-decoratortools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-deep-merge ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-deep-translator ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-deepmerge ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-delay ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-delegator ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-delny ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-deltasigma ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dependency ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dependency_management ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dependenpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-depinfo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-descartes ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-desktop-notify ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dexml ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dexy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dexy_viewer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-diffeqpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-diffpy-structure ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-diffpy_pdffit2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-digraphtools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dimarray ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-diofant ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-discord.py ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-displaylang ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-distob ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-distributed ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-distutils-extra ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-divisi2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-divmod-epsilon ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dj-database-url ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dj-static ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-audiofield ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-crispy-forms ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-gitrevision ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-helmholtz ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-idmap ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-js-reverse ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-jsonfield ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-markwhat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-mathjax ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-nose ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-pandas ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-quran ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── py-django-stubs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-sudo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-sympycharfield ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-templatetag-sugar ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-uuidfield ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-django-webpack-loader ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-djangopypi2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-djvulibre ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-dlib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dlx ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dna-features-viewer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dnaio ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dns-clientsubnetoption ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-docker-emperor ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-docker-hub ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-docker-interface ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-docker-ssh ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-docker ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-docplex ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-doh-proxy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dolo ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-dot2tex ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-downhill ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dpath ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dpkt-fix ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-drawille ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-drawnow ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dreampie ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-dsltools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-duali ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dubins ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dufte ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-dynamicisttoolkit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-eapi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-easydev ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-easymodeler ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ecos ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ecspy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-edt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-eemeter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-efl ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-efmlrs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-eggnog-mapper ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-eggnogmapper_annota.py │ ├── patch-eggnogmapper_common.py │ ├── patch-eggnogmapper_search.py │ └── patch-eggnogmapper_server.py ├── py-eigency ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-eight2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-einsteinpy-geodesics ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-einsteinpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-elasticsearch-dsl ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-electrum ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-electrum_plugins_coldcard_coldcard.py │ └── patch-setup.py ├── py-electrum_aionostr ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-electrum_ecc ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-setup.py ├── py-email-reply-parser ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── LICENSE │ └── README.md └── patches │ ├── patch-LICENSE │ └── patch-README.md ├── py-emcee ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-emmsa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-empirical ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-energyflow ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-engfmt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-enre ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-enum-compat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-enumit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-epigrass ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-epipy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-epub-utils ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-equation ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-errorhandler ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── py-escher ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-essm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ete3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-etesync ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-etk-docking ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-etmtk ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-euclidean ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-event ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-eventlet ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-executor ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-exocode ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-expander ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-expression ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-extremes ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-face ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-factory-boy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fancyimpute ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fanova ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fastapi ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-fastaudio ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ └── patch-ag ├── py-fastavro ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fastcluster ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-tests_test.py │ └── patch-tests_vectortest.py ├── py-fastdtw ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fastparquet ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── PKG-INFO └── patches │ └── patch-setup.py ├── py-fatiando ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── y ├── py-fcn ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fcsparser ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fdasrsf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fealty ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fedmsg ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-fermilab ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-feyn ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ffmpeg-normalize ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-figleaf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fileinspector ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fiona ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-firehose ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fix-yahoo-finance ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fjd ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-flask-migrate ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-flask-pwa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-flask-simplelogin ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-flatbuffers ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-flavio ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-flipper ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fluiddyn ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fluids ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fmmlib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fnss ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-folium ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-formex ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-configure_py ├── py-formulaLab ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-forthon ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-fortpy ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-freetype-py ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-frida-tools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-frida ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fssa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-functions ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-furo ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-fwarp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fwm-ensayo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-fyzz ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-galgebra ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-galry ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-game-geometry ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gammafit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gaphas ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gato ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-gatspy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gauss ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gbpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gcalcli ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-gcalcli_cli.py ├── py-gdal ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-gdxcc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gem ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-genesis ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gensim ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-geocoder ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-geographiclib ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-geoip ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-geom ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-geometry-utils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-geopandas ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-geopy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-geppy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gerrychain ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gettext-tools ├── DESCR ├── Makefile └── PLIST ├── py-gguf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ghalatawi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ginga ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gist ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-git-code-debt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-git-cola ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-github3.py ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-glespy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-glom ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gmane ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gmqtt ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-gnm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-go ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gogo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-golangenv ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-goless ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gom ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-google-cloud-bigquery ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-google-cloud-core ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-google-cloud-storage ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-google-crc32c ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-google-resumable-media ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-goose3 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-goreutilities ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gorm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gosam ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-gotran ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-goulib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gpaw ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-setup.py ├── py-gpkit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gpxpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-grab ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-grammalecte-fr ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-graph-tool ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-graphene-sqlalchemy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-graphene ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-graphite-web ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-bin_build-index.sh │ └── patch-setup.py ├── py-graphmin ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-graphpath ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-graphql-core ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-graphql-relay ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-graphs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-graphsim ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-graphtage ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-gratelpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gravipy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-greenery ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-griddata ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-grimp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-grip ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-grpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-grtipy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gsl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── py-gslodeiv2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gsw ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gtk2-docs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gtrie ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gts ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gvar ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-gwsurrogate ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hal-cgp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-halp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hamilton ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hamnonlineng ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hamopy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-handy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-happy-control ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-harvestingkit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hatchet ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hcluster ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hdf5able ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hdf5storage ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hdfs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-helio ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hepcrawl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hessianfree ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hexdump ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hfk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hg-cinnabarclone ├── DESCR ├── Makefile └── PLIST ├── py-hg-git-devel ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hgapi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hickle ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hidapi-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-setup.py ├── py-hidapi ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-hieroglyph ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hiphive ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hiredis ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hmf ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-hmmlearn ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-holoviews ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-holoviz ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-homeassistant ├── DESCR └── Makefile ├── py-honcho ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hopic ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hostlist ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── py-hotdoc ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-html ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-htmlmin ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-htmlparser ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-htseq ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-http-prompt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-httpie-jwt-auth ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hug ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hugo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hvac ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hybridlfpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hydrointerp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hyperbolic ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-hyperspy ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-ibis ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ibmiotf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-icane ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-idalink ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-identify ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-idx2numpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ift-nifty ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-igraph ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-iisignature ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-imaplib2 ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-imexam ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-import-linter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-imread ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-imreg-dft ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-influxdb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-innerscope ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-inspyred ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-instant ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-internetarchive ├── ALTERNATIVES ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-ioTPy ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-ionize ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-iprogress ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ipydex ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ipython-sql ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-irco ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-isal ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-jabber-aimt ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ └── pyaimt.sh └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ad │ └── patch-ae ├── py-jabber-icqt ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── pyicqt.sh └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── py-jabber-idavoll ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── files │ ├── idavoll.sh │ └── punjab.sh ├── py-jabber-palaver ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ └── palaver.sh └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── py-jabber-proxy65 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ └── proxy65.sh └── patches │ └── patch-aa ├── py-jabber-punjab ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── idavoll.sh │ └── punjab.sh └── patches │ └── patch-aa ├── py-jarowinkler ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-jbessel ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-jc ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-jelly ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-jewish ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-jitcdde ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-jitcode ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-jitcxde-common ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-jiter ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── py-jose ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-joypy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-json-stream ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-jsonpatch ├── ALTERNATIVES ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-jsonpath ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-jsonpointer ├── ALTERNATIVES ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-jsonrequester ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-jswebkit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-jtextfsm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-julio ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-juniper-SNMPv3-crypt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-junit-xml ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-junos-netconify ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-kabuki ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-kaleido ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-pyproject.toml ├── py-karta ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-kcs11 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-kenv ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-keras ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-keycloak ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-keyczar ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-khayyam ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-kineticlib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-klausen ├── DESCR ├── Makefile ├── Makefiley ├── PLIST └── distinfo ├── py-klepto ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-knnimpute ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-knockknock ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-krylov ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-krypy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lang-trans ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lapack ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lark ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-larlib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-larry ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-latexenc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-launchpadlib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lazr.restfulclient ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lazr.uri ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lbmpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lcapy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ld ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lds ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lea ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-ledger-bitcoin ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ledgercomm ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lemma ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lempel-Ziv_Complexity ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lenstools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-libclang-py3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-liberty_parser ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-libgit2-glib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-liblarch ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-liblzma ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-libmapper ├── DESCR ├── Makefile └── PLIST ├── py-libmpdclient2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-libopensync-plugin ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-libqutrub ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-librabbitmq ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── py-librosa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-libtextcat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-libtorrent-rasterbar ├── DESCR ├── Makefile └── PLIST ├── py-libvirt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lifelines ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lightgbm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-linearalgebra ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lingpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-linop ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lire ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-litecli ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-llfuse ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-setup.py │ └── patch-src_llfuse_capi.c ├── py-locket ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-locky ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-locustio ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-loggly ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-logilab-database ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── py-logilab-mtconverter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-logilab-pigg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-logtools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-loky ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-louie ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-louvain ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lrparsing ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lsp-black ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lsqfit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-luminous ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lxmf ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-lxmlproc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-lzma ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-lzstring ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-m2r2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-macs2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-MACS2_IO_CallPeakUnit.pyx │ └── patch-MACS2_IO_FixWidthTrack.pyx ├── py-macs3 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-MACS3_fermi-lite_ksw.c ├── py-magnitude ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mahotas ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mailcap-fix ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mailingstats ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-mailq ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mapcode ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mappy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mapy-package ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-marionette_driver ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mark ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-markovchain ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-marshmallow-enum ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── py-marshmallow ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-maskouk-sqlite ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-math-braid ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-math-snappy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-math3d ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mathics-scanner ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mathjspy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mathopt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mathpad ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-matplottheme ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-matrix-angular-sdk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mave ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mbake ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mcerp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mcint ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mcview ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mdanalysis ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mdp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mdptoolbox ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mdtraj ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-meigo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-memory_profiler ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-memray ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-setup.py ├── py-mendeleev ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mesa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-meshio ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-metrics ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-metropack ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mido ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-milksnake ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-minecraft ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-minepy ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-minidb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mininet ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-mipp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mishkal ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mitmproxy2swagger ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-mkdocs-material-extensions ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mkdocs-material ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mkdocs-with-pdf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ml-datasets ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mlt ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_swig_python_build ├── py-mmLib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mne ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mochi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-modargs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-modbus ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-modello ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-modelparameters ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-modus ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-moksha-common ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-moksha-hub ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mol ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-monad ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mongomock ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-monty ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mopidy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mote ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-moya ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mozInstall ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-mozcrash ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mozdebug ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mozdevice ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mozfile ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mozhttpd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mozinfo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mozlog ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-moznetwork ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mozpower ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mozprocess ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mozprofile ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mozrunner ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-mozterm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mozversion ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mpi4py ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mpi4y-fft ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mpld3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mplh5canvas ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mpop ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mrio-common-metadata ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-msal-extensions ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-msal__extensions_persistence.py ├── py-msal ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-msdas ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-msedge-selenium-tools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-msgraph-core ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-msrest ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mssql2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-msumastro ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mtp ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-multichain_mcmc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-multimethods ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-multiprocess ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-multiqc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-multiqc_multiqc.py ├── py-multitasking ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-multivar-horner ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-munch ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-murmurhash ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mvpoly ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-myfitter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mys ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mysam-tagmanager ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-mysqldb-docs ├── DESCR ├── Makefile ├── PLIST.pre └── distinfo ├── py-mystic ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-naftawayh ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-naima ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-namedlist ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nameko ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-napalm-base ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-napalm-eos ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-napalm-ios ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-napalm-iosxr ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-napalm-junos ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-napalm-nxos ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-napalm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nbimporter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nbsphinx ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nbval ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ncomb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ncpol2sdpa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ndindex ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ndjson ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-neo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-neqsys ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-netcdf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-netflowvizu ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-nethsm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-netmiko ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-netsnmp-cffi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-neumann ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-neupy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-neurolab ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-neuronpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nexpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nfg ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-ngxtop ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nibabel ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nilearn ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nimfa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nipy-data ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nipy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nis ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nlib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-node-semver ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nodeenv ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nodepy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-noiseprotocol ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nomadnet ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-nose-parameterized ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nose-pathmunge ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nosh ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-notifiers ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-notify-cli ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-notify-dev ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── py-notify-events ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-notify-py ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── netbsd.py └── patches │ ├── patch-notifypy_notify.py │ └── patch-notifypy_os__notifiers_____init____.py ├── py-nox ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nphelper ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nptdms ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nsim ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nuclyr ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nuitka ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-num2words ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-numberjack ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-numdifftools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-numericalunits ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-numpoly ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-numpy-quaternion ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-nupic ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nxos ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nxpd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-nzmath ├── CHANGES.txt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-oak ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── py-oasa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-objection ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ocrodjvu ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-oct2py ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-odeint ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-odesys ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-odeviz ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-okasha ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-okpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-omega ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ontopy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-openai ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-openastro ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── getsite.sh ├── py-openopt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-opensimplex ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-opentmm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-openxmllib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-opt-einsum ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-optlang ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-orca ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-orderedset ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ore-algebra ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-orm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ortho ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-otb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-othman ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-p4 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── py-p_tqdm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-paegan ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pafy ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-paida ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-palettable ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pam ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pandera ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pandoc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-panel ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-papyros ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-paragram ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-parakeet ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-param ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-parameterizedtestcase ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-parameters ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-paramz ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-parsedmarc ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-parserutils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-parsy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-partd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-partio ├── DESCR ├── Makefile └── PLIST ├── py-parver ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-patch-ng ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-patch ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-path-and-address ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pathos ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-patool ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pattyrn ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pcapy ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-pcs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pdf2image ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pdfminer-six ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-pdfposter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pdoc3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-peak-rules ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pebl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-peng ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pennyLane-PQ ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-percol ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ └── rc.py └── patches │ └── patch-percol_finder.py ├── py-percy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-periodictable ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-peru ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pet ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-petname ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pfsc-util ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pg8000 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pgmpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pickleDB ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-picture-to-gds ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pinout ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pint ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pipdeptree ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pipenv-setup ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pipenv ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pipfile ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-piquant ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pithos ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-pivy ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── py-pixiedust ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-plac ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-plete ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-plex ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-plink ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-plotly ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-plottr ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-plucker ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pluginbase ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pmi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-poisson-approval ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-poissongeometry ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-polars ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-policy-sentry ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-polygon3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-polynomial ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-poppy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-portalocker ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-portray ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-poster ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-postgresfixture ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-postmarkup ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-potr ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pox ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-pp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── py-ppft ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ppscore ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-prayertime ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pre-commit ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-prel ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-premailer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-preshed ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── py-prind ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-print ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-prioritized-methods ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-processing ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-prody ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-progressbar ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-projectq ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-promise ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-property-manager ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-propyte ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-proxy_tools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-psamm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pseudopy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pseudorandom ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-psychopy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-psygnal ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ptex ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ptpython ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ptrace ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-ptyx-mcq ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ptyx ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pulp ├── DESCR ├── DESCR.old ├── Makefile ├── PLIST └── distinfo ├── py-pulsar ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pweave ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pwntools ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-pwnlib_tubes_process.py │ └── patch-pyproject.toml ├── py-py4j ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyaiml ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyamf ├── DESCR ├── Makefile ├── NOTES ├── PLIST ├── TODO └── distinfo ├── py-pyamg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyaml-env ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pybigwig ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-libBigWig_bwValues.c ├── py-pybitbucket ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-pycifrw ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pydelay ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pydenticon ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pydeseq2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pydy-viz ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pydy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyec ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyecm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyentropy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyevolve ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyfaces ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyflation ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-pygit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyglet ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── py-pygr ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pykit-sci ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pykit-shared ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pylint-venv ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pylith ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── py-pyls-spyder ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pymatgen ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-pymbolic ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pymdown-extensions ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pymigemo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pymvpa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pynest2d ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-cmake_FindClipper.cmake │ └── patch-cmake_FindNLopt.cmake ├── py-pynetbox ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pynfo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pynitrokey ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pynn ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyomo ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyon ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyphant ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pypi-browser ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pypol ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pypot ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyqu ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-pyquante ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyramid ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-pyrefly ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk └── distinfo ├── py-pyrit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyrr ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pysal ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pysam ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-setup.py ├── py-pysb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyscard ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyside-setup ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-sources_pyside2_cmake_Macros_PySideModules.cmake │ └── patch-sources_shiboken2_libshiboken_helper.h ├── py-pyside-shiboken ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-ApiExtractor_parser_rpp_pp-qt-configuration │ └── patch-doc_CMakeLists.txt ├── py-pyside-tools ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-pylupdate_CMakeLists.txt │ └── patch-pyrcc_CMakeLists.txt ├── py-pyside ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-PySide_QtCore_CMakeLists.txt ├── py-pyside6 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-sources_pyside6_cmake_Macros_PySideModules.cmake │ └── patch-sources_shiboken6_libshiboken_helper.h ├── py-pyslha ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-pyspark ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pysph ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pysphere ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── py-pystatsd ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-pystatsd_____init____.py │ ├── patch-pystatsd_daemon.py │ └── patch-pystatsd_server.py ├── py-pystray ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyswisseph ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── py-pytest-lazy-fixture ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pythia ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-pythics ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-python-application ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-python-decouple ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-python-gnutls ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-python-igraph ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-python-omega ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pytkgen ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pytools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pytrends ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pyvista ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-pyvo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pywebview ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-pywhat ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qalsadi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qclib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qcodes ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qdarkstyle ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qecalc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qequ ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qeutil ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qexpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qiskit-aqua ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qiskit-ignis ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qiskit-terra ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qiskit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qitensor ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qmath ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qnet ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qrng ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qstylizer ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-qsymm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qt-thread-updater ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qt6-webengine ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-sip_QtWebEngineCore_qwebengineframe.sip │ └── patch-sip_QtWebEngineCore_qwebenginepage.sip ├── py-qtawesome ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qtconsole ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qtpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qtt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-quandl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-quantities ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-quantum-simba ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-quantuminspire ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-quaternionarray ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── py-quaternionic ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-quaternions ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qubovert ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-quhep ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-qupulse ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-qutip ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── py-qutrub ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-radontea ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rainbownum ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-randomdict ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ranger ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── py-raphrase ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rasterio ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ratelim ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rcsparse ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rdf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rdfextras ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── py-rdflib-django ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rdflib340 ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-rdopkg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rdoupdate ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-reactive-papi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-reactive-platform ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-readability-lxml ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-realalg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rebound ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-rebound3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-recluse ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-recommonmark ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-recordclass ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-redbaron ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-redis-cluster ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-reducer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-registry ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-regress ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── py-releases ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-remctl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-report ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-repositoryhandler ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── py-repoze.tm2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-repoze.who ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-repr ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-reproducible ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-reproject ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-requirementslib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-resampy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-resonance ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-retrying ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-revolve ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-riccipy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rigidbodysimulator ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-rlcompleter2 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── py-rns ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-rogues ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ropemode ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ropgadget ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rpaths ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rpncalc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rql ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rst2html5 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rtree ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ruffus ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-rxpy3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sabctools ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-sabyenc3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-safersympify ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-safetensors ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── py-safety ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-samplerate ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-sas7bdat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sasa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sbapp ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-scalpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scan-build ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-scanapi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scanless ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-schema ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scholarmetrics ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scikit-aero ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scikit-glpk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scikit-monaco ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scikit-nano ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scikits-bvp_solver ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scikits_ann ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-scikits_bvp1lg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scikits_datasmooth ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scikits_image ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scikits_optimization ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scikits_samplerate ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scikits_scattpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scikits_talkbox ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scikits_timeseries ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scikits_vectorplot ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scimath ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-sciproc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scipy-data_fitting ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scooby ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scramp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-screenkey ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Screenkey_xlib.py ├── py-screenutils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scrobbler ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-scs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sdeint ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sdnotify ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sdt_metrics ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-secretpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-seeds ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-selection ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-selectolax ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-selenium-generator ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-semidbm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-semopy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sempy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sentinels ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sentry ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sep ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-serial-asyncio ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-serialize ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-setupdocs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-setuptools-git-versioning ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-setuptools_git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sfepy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sfg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-shapely ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-shedskin ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-shodan ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-shp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-shtoom ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-shtoom_Options.py │ ├── patch-shtoom_app_interfaces.py │ ├── patch-shtoom_audio_interfaces.py │ └── patch-shtoom_interfaces.py ├── py-shutilwhich ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-siginterrupt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sima ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-simpleparse-mxtexttools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-simulators ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-singer-python ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-singer-tap-github ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-singer-tap-jira ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-singer-target-csv ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-setup.py │ └── patch-target__csv.py ├── py-singletonify ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sip4 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-configure.py │ ├── patch-sipgen_sipgen.sbf │ ├── patch-siplib_siplib.c │ └── patch-siputils.py ├── py-sipvicious ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-slip10 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-slixmpp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-smart-open ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-smcp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-smell ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-smi ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-smop ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-snmp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-snmp5024 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sode ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sofa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-solpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sortedcollections ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-soxr ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spacy ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-spambayes ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spams ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-spark ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sparse ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spatialdata ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spatious ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spectra ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spectral ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-speex ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-speview ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-spfpm ├── ChangeLog ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spglib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sphereTS ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spherical-functions ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spherical ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sphinx-bootstrap-theme ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sphinx-theme-builder ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-sphinxcontrib-apidoc ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sphinxcontrib-asyncio ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sphinxcontrib-svg2pdfconverter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sphinxreport ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sphviewer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spice ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spirack ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spm1d ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spotpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sppy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spsdk ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-spyder-kernels ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spyder-notebook ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spyder-terminal ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spyder-unittest ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spyder-vim ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spydrnet ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-spyse ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sqlalchemy-json ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sqlalchemy-searchable ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sqlalchemy-stubs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sqlelf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sqlite-fts4 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sqlite-utils ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sqlite-web ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sqlitedict ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-squarify ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-srpy ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-srsly ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ssh2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ └── patch-ai ├── py-ssp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-stache ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-statemint ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-statgrap ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-stats-arrays ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-statsd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-stemming ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-stemming_porter.py ├── py-stencils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-storm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-strategies ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-stravalib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-stringcase ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sumatra ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-setup.py │ └── patch-test_unittests_all__tests.sh ├── py-sunpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sv-geometry ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-core ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-deposit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-graph ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-icinga-plugins ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-indexer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-journal ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-lister ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-loader-core ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-loader-debian ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-loader-dir ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-loader-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-loader-mercurial ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-loader-npm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-loader-pypi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-loader-svn ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-loader-tar ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-mirror-forge ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-model ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-objstorage-replayer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-objstorage ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-scanner ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-scheduler ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-search ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-storage ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-vault ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-web-client ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swh-web ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-swiginac ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sxtwl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sylajone ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sym ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sym2num ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-symEnergy ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-symath ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-symbolic-equation ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-symbolic ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-symcxx ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-symeig ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-symlens ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sympad ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-symphysics ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sympy-to-c ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sympy2c ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-sympycore ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── py-t3m ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-tablib-garetjax ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-tagger ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-taglib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── py-talk2stat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-tappy ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── py-tardis-sn ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-tashaphyne ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-tasphyne ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-tatsu ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-tblib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-teafiles ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-teamcity ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-techdebt ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-technicolor ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-telegram-bot ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-telepathy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-teng ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── py-teradata ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-test-mpl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-test-nbval ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-test-ordering ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-test-repeat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-test-vcr ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-testing-common-database ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-tex2pix ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-texext ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-texml ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-textblob ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-textdistance ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-textx ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-thLib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-thermistor ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-thermo ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-thermopy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-thermostat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-thinc ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-three-merge ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-tils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-timeago ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-timeline ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-tinyarray ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-tinygrad ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-tklsystem ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-tldr ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-tmatrix ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-tmux ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-toeplitz ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-tokenizers ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── py-toleranceinterval ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-topkapi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-toro ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-toronado ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-toscawidgets ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-towncrier ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-traceInv ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-traces ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-tracks ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-traits ├── DESCR ├── Makefile ├── Makefile.common ├── Makefile.version ├── PLIST └── distinfo ├── py-tranquil ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-transaction ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-transformers ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-translationstring ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-tribe ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-trie3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-trimesh ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-trio-websocket ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-trollius ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-trottersuzuki ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-trufflehog3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-tsgeom ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ttk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-turbojson ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-twilio ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-twisted-csp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-twisted-kqueue ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── py-twistml ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-txWS ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-txZMQ ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-README.rst ├── py-txdbus ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-typedecorator ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-typedload ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-typer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-u2flib-server ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ua-parser ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ubjson ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-ueberzug ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-ueberzug_X_python.h ├── py-umalqurra ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-unidecode ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-unidiff ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-uniseg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-unix-ar ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-update-checker ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-upsilon ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-uptime ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-urwid-mitmproxy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-usagestats ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-user_agent ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-utilib_common ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-utilib_component_app ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-utilib_component_config ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-utilib_component_core ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-utilib_component_loader ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-utilib_enum ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-utilib_excel ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-utilib_math ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-utilib_misc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-utilib_ply ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-validictory ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-vanguards ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-vanity ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-varify ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-vdirsyncer-git ├── DESCR ├── Makefile └── PLIST ├── py-vega_datasets ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-vegas ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-venusian ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-verilog ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-version-control-tools-hg ├── DESCR ├── Makefile └── PLIST ├── py-vespa ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-virtualenv-clone ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-vis ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-visa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-visionegg-contrib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-visionegg-demos ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── py-visionegg-docs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-visionegg ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── py-vispy ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-vispy_util_fonts___freetype.py │ └── patch-vispy_util_fonts___triage.py ├── py-vistir ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-viz-comms ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-viz ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-voluptuous-serialize ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-voluptuous ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-voronoi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-voropy ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-vorta ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-vprof ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-vtk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wadllib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wafo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wahcade ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-wally ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wasabi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wasanbon ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wasserplan ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-watermark ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-webapp2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-webapp3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-weberror ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-webflash ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-webhelpers ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-webkit ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── py-weblib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-weboob ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-websocket ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-weewx ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-wheel-inspect ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-whelk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wifite ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-wifite.py ├── py-willow ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── py-word2vec ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wordpress-xmlrpc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-workerpool ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wptserve ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wpull ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-requires.txt │ └── patch-setup.py ├── py-wqio ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wsaccel ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wsgi-intercep ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wsgi-intercept ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wsgiref ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wurlitzer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wurst ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-wxWidgets ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Darwin ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ └── patch-aj ├── py-xapp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-xcal-raman ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-xcffib ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-xcffib_____init____.py ├── py-xdgapp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-xlutils ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-xopen ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-xpra ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-service_xpra │ ├── patch-xpra_x11_gtk2_gdk__bindings.pyx │ └── patch-xpra_x11_gtk2_gdk__display__source.pyx ├── py-yamale ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-yams ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-yapgvb ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── py-yapps2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-yaprt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-yapsy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-yaspin ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-yellowhiggs ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── py-yfinance ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-yt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-z2pack ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-zbar ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-zeitgeist ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-zelda ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-zeliard ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-zenity ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-zict ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-zinolib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-zlmdb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py-zmqrpc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py27-libusb1 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py34-html-docs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── py35-html-docs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pydance ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── pydb ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── pympress ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pypanel ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── pypod ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pysite ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pythia6 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── python └── distutils.mk ├── pythoncad ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── pywm ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── pyzor ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO └── distinfo ├── q-dns ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── q ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── q2pro ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-qgl.h │ ├── patch-sound.c │ ├── patch-system.c │ └── patch-video.c ├── q5go ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-templates_qgo.desktop ├── qFlipper ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-application_applicationupdater.cpp │ ├── patch-application_screencanvas.cpp │ ├── patch-backend_flipperzero_helper_deviceinfohelper.cpp │ ├── patch-backend_flipperzero_protobufsession.cpp │ ├── patch-backend_flipperzero_utility_storageinforefreshoperation.cpp │ └── patch-dfu_dfusedevice.cpp ├── qbe-git ├── DESCR ├── Makefile └── PLIST ├── qcdloop ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-makefile ├── qemu-git ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Linux ├── distinfo ├── files │ └── Makefile.multinode-NetBSD ├── options.mk └── patches │ └── patch-tests_Makefile.include ├── qf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── qgis-mac ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Darwin ├── TODO ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-cmake_FindGDAL.cmake │ ├── patch-cmake_FindGEOS.cmake │ ├── patch-cmake_FindQwt.cmake │ ├── patch-mac_CMakeLists.txt │ ├── patch-mac_cmake_1qt.cmake.in │ ├── patch-src_app_CMakeLists.txt │ ├── patch-src_core_CMakeLists.txt │ ├── patch-src_core_qgsapplication.cpp │ ├── patch-src_core_raster_qgsrasterattributetable.cpp │ ├── patch-src_crssync_CMakeLists.txt │ ├── patch-src_process_CMakeLists.txt │ ├── patch-src_server_CMakeLists.txt │ └── patch-tests_bench_CMakeLists.txt ├── qico ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── qico.sh ├── qiew ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── qimgv ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── qira ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── qlcplus ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-create-rpm.sh ├── qlipper ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── qmc2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-runonce_runonce.c │ ├── patch-scripts_make-man-pages.sh │ └── patch-scripts_os-detect.sh ├── qmediamanager ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── qn-x11 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── qq ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── qrint ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── qrq ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── qsstv ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── qstat ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-autogen.sh ├── qstat214 ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Linux ├── TODO ├── distinfo └── patches │ └── patch-autogen.sh ├── qt-openzwave ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── qt1 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── qt5-libqtlua ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── qt5-qjson ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── files │ ├── qjson-config-version.cmake.in │ └── qjson-config.cmake.in ├── qt5-qtbase-git ├── DESCR ├── MESSAGE ├── Makefile ├── Makefile.common ├── PLIST ├── PLIST.Linux ├── buildlink3.mk ├── distinfo ├── files │ ├── qmake.conf │ └── qmake.conf.mac ├── options.mk └── patches │ ├── patch-src_corelib_io_io.pri │ └── patch-src_corelib_io_qlockfile__unix.cpp ├── qt6-qtwebengine ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-cmake_Functions.cmake │ ├── patch-cmake_QtConfigureHelpers.cmake │ ├── patch-cmake_QtToolchainHelpers.cmake │ ├── patch-configure.cmake │ ├── patch-src_3rdparty_chromium_BUILD.gn │ ├── patch-src_3rdparty_chromium_base_BUILD.gn │ ├── patch-src_3rdparty_chromium_base_allocator_dispatcher_tls.h │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_partition__alloc.gni │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_BUILD.gn │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_address__space__randomization.h │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_page__allocator.h │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_page__allocator__constants.h │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.cc │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.h │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_stack__trace__posix.cc │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_rand__util__posix.cc │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread.h │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__internal__posix.h │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__posix.cc │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_partition__page__constants.h │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_partition__root.cc │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_spinning__mutex.cc │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_stack_stack.cc │ ├── patch-src_3rdparty_chromium_base_allocator_partition__allocator_src_partition__alloc_thread__isolation_pkey.cc │ ├── patch-src_3rdparty_chromium_base_atomicops.h │ ├── patch-src_3rdparty_chromium_base_base__paths__posix.cc │ ├── patch-src_3rdparty_chromium_base_base__switches.cc │ ├── patch-src_3rdparty_chromium_base_base__switches.h │ ├── patch-src_3rdparty_chromium_base_compiler__specific.h │ ├── patch-src_3rdparty_chromium_base_debug_debugger__posix.cc │ ├── patch-src_3rdparty_chromium_base_debug_elf__reader.cc │ ├── patch-src_3rdparty_chromium_base_debug_proc__maps__linux.cc │ ├── patch-src_3rdparty_chromium_base_debug_stack__trace.cc │ ├── patch-src_3rdparty_chromium_base_debug_stack__trace__posix.cc │ ├── patch-src_3rdparty_chromium_base_files_dir__reader__linux.h │ ├── patch-src_3rdparty_chromium_base_files_dir__reader__posix.h │ ├── patch-src_3rdparty_chromium_base_files_file__path__watcher.h │ ├── patch-src_3rdparty_chromium_base_files_file__path__watcher__bsd.cc │ ├── patch-src_3rdparty_chromium_base_files_file__path__watcher__kqueue.cc │ ├── patch-src_3rdparty_chromium_base_files_file__path__watcher__kqueue.h │ ├── patch-src_3rdparty_chromium_base_files_file__path__watcher__unittest.cc │ ├── patch-src_3rdparty_chromium_base_files_file__util__posix.cc │ ├── patch-src_3rdparty_chromium_base_files_file__util__unittest.cc │ ├── patch-src_3rdparty_chromium_base_files_important__file__writer__cleaner.cc │ ├── patch-src_3rdparty_chromium_base_files_scoped__file.cc │ ├── patch-src_3rdparty_chromium_base_functional_unretained__traits.h │ ├── patch-src_3rdparty_chromium_base_i18n_icu__util.cc │ ├── patch-src_3rdparty_chromium_base_linux__util.cc │ ├── patch-src_3rdparty_chromium_base_logging__unittest.cc │ ├── patch-src_3rdparty_chromium_base_memory_discardable__memory.cc │ ├── patch-src_3rdparty_chromium_base_memory_discardable__memory__internal.h │ ├── patch-src_3rdparty_chromium_base_memory_madv__free__discardable__memory__posix.cc │ ├── patch-src_3rdparty_chromium_base_memory_platform__shared__memory__region.h │ ├── patch-src_3rdparty_chromium_base_memory_platform__shared__memory__region__posix.cc │ ├── patch-src_3rdparty_chromium_base_memory_protected__memory.h │ ├── patch-src_3rdparty_chromium_base_memory_protected__memory__posix.cc │ ├── patch-src_3rdparty_chromium_base_message__loop_message__pump__epoll.cc │ ├── patch-src_3rdparty_chromium_base_message__loop_message__pump__epoll.h │ ├── patch-src_3rdparty_chromium_base_message__loop_message__pump__glib.cc │ ├── patch-src_3rdparty_chromium_base_native__library__posix.cc │ ├── patch-src_3rdparty_chromium_base_native__library__unittest.cc │ ├── patch-src_3rdparty_chromium_base_posix_can__lower__nice__to.cc │ ├── patch-src_3rdparty_chromium_base_posix_file__descriptor__shuffle.h │ ├── patch-src_3rdparty_chromium_base_posix_sysctl.cc │ ├── patch-src_3rdparty_chromium_base_posix_unix__domain__socket.cc │ ├── patch-src_3rdparty_chromium_base_posix_unix__domain__socket__unittest.cc │ ├── patch-src_3rdparty_chromium_base_process_internal__linux.h │ ├── patch-src_3rdparty_chromium_base_process_kill.h │ ├── patch-src_3rdparty_chromium_base_process_kill__posix.cc │ ├── patch-src_3rdparty_chromium_base_process_launch.h │ ├── patch-src_3rdparty_chromium_base_process_launch__posix.cc │ ├── patch-src_3rdparty_chromium_base_process_memory__linux.cc │ ├── patch-src_3rdparty_chromium_base_process_process__handle.cc │ ├── patch-src_3rdparty_chromium_base_process_process__handle.h │ ├── patch-src_3rdparty_chromium_base_process_process__handle__freebsd.cc │ ├── patch-src_3rdparty_chromium_base_process_process__handle__netbsd.cc │ ├── patch-src_3rdparty_chromium_base_process_process__handle__openbsd.cc │ ├── patch-src_3rdparty_chromium_base_process_process__iterator.h │ ├── patch-src_3rdparty_chromium_base_process_process__iterator__freebsd.cc │ ├── patch-src_3rdparty_chromium_base_process_process__iterator__netbsd.cc │ ├── patch-src_3rdparty_chromium_base_process_process__iterator__openbsd.cc │ ├── patch-src_3rdparty_chromium_base_process_process__metrics.cc │ ├── patch-src_3rdparty_chromium_base_process_process__metrics.h │ ├── patch-src_3rdparty_chromium_base_process_process__metrics__freebsd.cc │ ├── patch-src_3rdparty_chromium_base_process_process__metrics__netbsd.cc │ ├── patch-src_3rdparty_chromium_base_process_process__metrics__openbsd.cc │ ├── patch-src_3rdparty_chromium_base_process_process__metrics__posix.cc │ ├── patch-src_3rdparty_chromium_base_process_process__metrics__unittest.cc │ ├── patch-src_3rdparty_chromium_base_process_process__posix.cc │ ├── patch-src_3rdparty_chromium_base_process_process__unittest.cc │ ├── patch-src_3rdparty_chromium_base_profiler_module__cache.cc │ ├── patch-src_3rdparty_chromium_base_profiler_sampling__profiler__thread__token.cc │ ├── patch-src_3rdparty_chromium_base_profiler_sampling__profiler__thread__token.h │ ├── patch-src_3rdparty_chromium_base_profiler_stack__base__address__posix.cc │ ├── patch-src_3rdparty_chromium_base_profiler_stack__sampling__profiler__test__util.cc │ ├── patch-src_3rdparty_chromium_base_profiler_stack__sampling__profiler__unittest.cc │ ├── patch-src_3rdparty_chromium_base_profiler_thread__delegate__posix.cc │ ├── patch-src_3rdparty_chromium_base_rand__util.h │ ├── patch-src_3rdparty_chromium_base_rand__util__posix.cc │ ├── patch-src_3rdparty_chromium_base_strings_safe__sprintf__unittest.cc │ ├── patch-src_3rdparty_chromium_base_synchronization_cancelable__event.h │ ├── patch-src_3rdparty_chromium_base_synchronization_lock__impl.h │ ├── patch-src_3rdparty_chromium_base_syslog__logging.cc │ ├── patch-src_3rdparty_chromium_base_system_sys__info.cc │ ├── patch-src_3rdparty_chromium_base_system_sys__info.h │ ├── patch-src_3rdparty_chromium_base_system_sys__info__freebsd.cc │ ├── patch-src_3rdparty_chromium_base_system_sys__info__netbsd.cc │ ├── patch-src_3rdparty_chromium_base_system_sys__info__openbsd.cc │ ├── patch-src_3rdparty_chromium_base_system_sys__info__posix.cc │ ├── patch-src_3rdparty_chromium_base_system_sys__info__unittest.cc │ ├── patch-src_3rdparty_chromium_base_task_thread__pool_environment__config__unittest.cc │ ├── patch-src_3rdparty_chromium_base_test_test__file__util__linux.cc │ ├── patch-src_3rdparty_chromium_base_test_test__file__util__posix.cc │ ├── patch-src_3rdparty_chromium_base_threading_platform__thread.h │ ├── patch-src_3rdparty_chromium_base_threading_platform__thread__bsd.cc │ ├── patch-src_3rdparty_chromium_base_threading_platform__thread__internal__posix.cc │ ├── patch-src_3rdparty_chromium_base_threading_platform__thread__posix.cc │ ├── patch-src_3rdparty_chromium_base_threading_platform__thread__unittest.cc │ ├── patch-src_3rdparty_chromium_base_time_time__now__posix.cc │ ├── patch-src_3rdparty_chromium_base_trace__event_malloc__dump__provider.cc │ ├── patch-src_3rdparty_chromium_base_trace__event_memory__dump__manager.cc │ ├── patch-src_3rdparty_chromium_base_trace__event_process__memory__dump.cc │ ├── patch-src_3rdparty_chromium_base_tracing_trace__time.cc │ ├── patch-src_3rdparty_chromium_base_tracing_trace__time.h │ ├── patch-src_3rdparty_chromium_base_version__info_version__info.h │ ├── patch-src_3rdparty_chromium_build_config_BUILD.gn │ ├── patch-src_3rdparty_chromium_build_config_BUILDCONFIG.gn │ ├── patch-src_3rdparty_chromium_build_config_clang_BUILD.gn │ ├── patch-src_3rdparty_chromium_build_config_compiler_BUILD.gn │ ├── patch-src_3rdparty_chromium_build_config_linux_BUILD.gn │ ├── patch-src_3rdparty_chromium_build_config_linux_libdrm_BUILD.gn │ ├── patch-src_3rdparty_chromium_build_config_linux_pkg-config.py │ ├── patch-src_3rdparty_chromium_build_config_ozone.gni │ ├── patch-src_3rdparty_chromium_build_config_rust.gni │ ├── patch-src_3rdparty_chromium_build_config_v8__target__cpu.gni │ ├── patch-src_3rdparty_chromium_build_detect__host__arch.py │ ├── patch-src_3rdparty_chromium_build_gn__run__binary.py │ ├── patch-src_3rdparty_chromium_build_linux_chrome.map │ ├── patch-src_3rdparty_chromium_build_linux_strip__binary.py │ ├── patch-src_3rdparty_chromium_build_linux_unbundle_icu.gn │ ├── patch-src_3rdparty_chromium_build_linux_unbundle_libusb.gn │ ├── patch-src_3rdparty_chromium_build_rust_rust__bindgen.gni │ ├── patch-src_3rdparty_chromium_build_rust_std_BUILD.gn │ ├── patch-src_3rdparty_chromium_build_toolchain_freebsd_BUILD.gn │ ├── patch-src_3rdparty_chromium_build_toolchain_gcc__solink__wrapper.py │ ├── patch-src_3rdparty_chromium_build_toolchain_gcc__toolchain.gni │ ├── patch-src_3rdparty_chromium_build_toolchain_netbsd_BUILD.gn │ ├── patch-src_3rdparty_chromium_build_toolchain_openbsd_BUILD.gn │ ├── patch-src_3rdparty_chromium_build_toolchain_toolchain.gni │ ├── patch-src_3rdparty_chromium_cc_base_features.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_BUILD.gn │ ├── patch-src_3rdparty_chromium_chrome_browser_accessibility_page__colors.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_custom__handlers_chrome__protocol__handler__registry__delegate.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_extensions_BUILD.gn │ ├── patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise__reporting__private_chrome__desktop__report__request__helper.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.h │ ├── patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.h │ ├── patch-src_3rdparty_chromium_chrome_browser_extensions_api_image__writer__private_removable__storage__provider.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_extensions_api_management_chrome__management__api__delegate.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_extensions_api_messaging_launch__context__posix.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_extensions_api_settings__private_prefs__util.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_extensions_api_tabs_tabs__api.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_extensions_api_webrtc__logging__private_webrtc__logging__private__api.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_extensions_api_webstore__private_webstore__private__api.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_gcm_gcm__profile__service__factory.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_gcm_instance__id_instance__id__profile__service__factory.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_media_router_discovery_BUILD.gn │ ├── patch-src_3rdparty_chromium_chrome_browser_media_webrtc_chrome__screen__enumerator.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_media_webrtc_chrome__screen__enumerator.h │ ├── patch-src_3rdparty_chromium_chrome_browser_media_webrtc_desktop__media__picker__controller.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc__log__uploader.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc__logging__controller.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc__logging__controller.h │ ├── patch-src_3rdparty_chromium_chrome_browser_net_profile__network__context__service.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_net_system__network__context__manager.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_net_system__network__context__manager.h │ ├── patch-src_3rdparty_chromium_chrome_browser_prefs_browser__prefs.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_prefs_pref__service__incognito__allowlist.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_printing_print__backend__service__manager.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_printing_printer__query.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_resources_signin_signin__shared.css │ ├── patch-src_3rdparty_chromium_chrome_browser_signin_signin__util.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_about_about__ui.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_about_about__ui.h │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_app__home_app__home__page__handler.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_app__home_app__home__page__handler.h │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_certificate__manager_certificate__manager__handler.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_certificate__manager_client__cert__sources.h │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_chrome__web__ui__configs.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_connectors__internals_device__trust__utils.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_interstitials_interstitial__ui.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_management_management__ui.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_management_management__ui__constants.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_management_management__ui__constants.h │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_management_management__ui__handler.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_management_management__ui__handler.h │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_password__manager_promo__cards__handler.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_searchbox_searchbox__handler.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_settings_appearance__handler.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc │ ├── patch-src_3rdparty_chromium_chrome_browser_ui_webui_signin_profile__picker__handler.cc │ ├── patch-src_3rdparty_chromium_chrome_common_channel__info.h │ ├── patch-src_3rdparty_chromium_chrome_common_channel__info__posix.cc │ ├── patch-src_3rdparty_chromium_chrome_common_chrome__features.cc │ ├── patch-src_3rdparty_chromium_chrome_common_chrome__features.h │ ├── patch-src_3rdparty_chromium_chrome_common_chrome__paths.cc │ ├── patch-src_3rdparty_chromium_chrome_common_chrome__paths.h │ ├── patch-src_3rdparty_chromium_chrome_common_chrome__paths__internal.h │ ├── patch-src_3rdparty_chromium_chrome_common_chrome__switches.cc │ ├── patch-src_3rdparty_chromium_chrome_common_chrome__switches.h │ ├── patch-src_3rdparty_chromium_chrome_common_extensions_permissions_chrome__permission__message__rules.cc │ ├── patch-src_3rdparty_chromium_chrome_common_media_cdm__host__file__path.cc │ ├── patch-src_3rdparty_chromium_chrome_common_media_cdm__registration.cc │ ├── patch-src_3rdparty_chromium_chrome_common_media_cdm__registration.h │ ├── patch-src_3rdparty_chromium_chrome_common_media_component__widevine__cdm__hint__file__linux.h │ ├── patch-src_3rdparty_chromium_chrome_common_pref__names.h │ ├── patch-src_3rdparty_chromium_chrome_common_url__constants.h │ ├── patch-src_3rdparty_chromium_chrome_common_webui__url__constants.cc │ ├── patch-src_3rdparty_chromium_chrome_common_webui__url__constants.h │ ├── patch-src_3rdparty_chromium_chrome_test_chromedriver_chrome__launcher.cc │ ├── patch-src_3rdparty_chromium_chrome_test_chromedriver_chrome_chrome__finder.cc │ ├── patch-src_3rdparty_chromium_chrome_test_chromedriver_key__converter__unittest.cc │ ├── patch-src_3rdparty_chromium_chrome_test_chromedriver_keycode__text__conversion__unittest.cc │ ├── patch-src_3rdparty_chromium_components_autofill_core_common_autofill__payments__features.cc │ ├── patch-src_3rdparty_chromium_components_autofill_core_common_autofill__prefs.cc │ ├── patch-src_3rdparty_chromium_components_autofill_core_common_autofill__prefs.h │ ├── patch-src_3rdparty_chromium_components_commerce_core_commerce__feature__list.cc │ ├── patch-src_3rdparty_chromium_components_constrained__window_constrained__window__views.cc │ ├── patch-src_3rdparty_chromium_components_content__settings_core_browser_website__settings__registry.cc │ ├── patch-src_3rdparty_chromium_components_cookie__config_cookie__store__util.cc │ ├── patch-src_3rdparty_chromium_components_crash_core_app_BUILD.gn │ ├── patch-src_3rdparty_chromium_components_crash_core_app_chrome__crashpad__handler.cc │ ├── patch-src_3rdparty_chromium_components_crash_core_app_crashpad__handler__main.cc │ ├── patch-src_3rdparty_chromium_components_crash_core_browser_crash__upload__list__crashpad.cc │ ├── patch-src_3rdparty_chromium_components_crash_core_common_BUILD.gn │ ├── patch-src_3rdparty_chromium_components_device__signals_core_browser_mock__signals__aggregator.h │ ├── patch-src_3rdparty_chromium_components_device__signals_core_browser_signals__aggregator.h │ ├── patch-src_3rdparty_chromium_components_device__signals_core_browser_signals__aggregator__impl.cc │ ├── patch-src_3rdparty_chromium_components_device__signals_core_browser_signals__aggregator__impl.h │ ├── patch-src_3rdparty_chromium_components_device__signals_core_browser_user__permission__service.h │ ├── patch-src_3rdparty_chromium_components_device__signals_core_browser_user__permission__service__impl.cc │ ├── patch-src_3rdparty_chromium_components_device__signals_core_browser_user__permission__service__impl.h │ ├── patch-src_3rdparty_chromium_components_device__signals_core_common_signals__features.cc │ ├── patch-src_3rdparty_chromium_components_device__signals_core_common_signals__features.h │ ├── patch-src_3rdparty_chromium_components_device__signals_core_system__signals_platform__delegate.cc │ ├── patch-src_3rdparty_chromium_components_discardable__memory_service_discardable__shared__memory__manager.cc │ ├── patch-src_3rdparty_chromium_components_embedder__support_user__agent__utils.cc │ ├── patch-src_3rdparty_chromium_components_embedder__support_user__agent__utils__unittest.cc │ ├── patch-src_3rdparty_chromium_components_enterprise_watermarking_watermark.cc │ ├── patch-src_3rdparty_chromium_components_eye__dropper_eye__dropper__view.cc │ ├── patch-src_3rdparty_chromium_components_feature__engagement_public_event__constants.cc │ ├── patch-src_3rdparty_chromium_components_feature__engagement_public_event__constants.h │ ├── patch-src_3rdparty_chromium_components_feature__engagement_public_feature__configurations.cc │ ├── patch-src_3rdparty_chromium_components_feature__engagement_public_feature__constants.cc │ ├── patch-src_3rdparty_chromium_components_feature__engagement_public_feature__constants.h │ ├── patch-src_3rdparty_chromium_components_feature__engagement_public_feature__list.cc │ ├── patch-src_3rdparty_chromium_components_feature__engagement_public_feature__list.h │ ├── patch-src_3rdparty_chromium_components_feed_core_proto_v2_wire_version.proto │ ├── patch-src_3rdparty_chromium_components_feed_core_v2_feed__network__impl__unittest.cc │ ├── patch-src_3rdparty_chromium_components_feed_core_v2_proto__util.cc │ ├── patch-src_3rdparty_chromium_components_feed_core_v2_proto__util__unittest.cc │ ├── patch-src_3rdparty_chromium_components_flags__ui_flags__state.cc │ ├── patch-src_3rdparty_chromium_components_gwp__asan_BUILD.gn │ ├── patch-src_3rdparty_chromium_components_gwp__asan_client_guarded__page__allocator__posix.cc │ ├── patch-src_3rdparty_chromium_components_gwp__asan_client_gwp__asan.cc │ ├── patch-src_3rdparty_chromium_components_gwp__asan_client_gwp__asan__features.cc │ ├── patch-src_3rdparty_chromium_components_gwp__asan_crash__handler_crash__analyzer.cc │ ├── patch-src_3rdparty_chromium_components_live__caption_caption__util.cc │ ├── patch-src_3rdparty_chromium_components_live__caption_caption__util.h │ ├── patch-src_3rdparty_chromium_components_media__router_common_media__source.cc │ ├── patch-src_3rdparty_chromium_components_media__router_common_providers_cast_channel_cast__message__util.cc │ ├── patch-src_3rdparty_chromium_components_metrics_drive__metrics__provider__linux.cc │ ├── patch-src_3rdparty_chromium_components_metrics_metrics__log.cc │ ├── patch-src_3rdparty_chromium_components_metrics_motherboard.cc │ ├── patch-src_3rdparty_chromium_components_named__mojo__ipc__server_connection__info.h │ ├── patch-src_3rdparty_chromium_components_named__mojo__ipc__server_named__mojo__ipc__server__client__util.cc │ ├── patch-src_3rdparty_chromium_components_named__system__lock_lock.h │ ├── patch-src_3rdparty_chromium_components_optimization__guide_core_optimization__guide__util.cc │ ├── patch-src_3rdparty_chromium_components_os__crypt_async_browser_secret__portal__key__provider.cc │ ├── patch-src_3rdparty_chromium_components_os__crypt_sync_libsecret__util__linux.cc │ ├── patch-src_3rdparty_chromium_components_os__crypt_sync_os__crypt.h │ ├── patch-src_3rdparty_chromium_components_paint__preview_browser_paint__preview__client.cc │ ├── patch-src_3rdparty_chromium_components_paint__preview_browser_paint__preview__client__unittest.cc │ ├── patch-src_3rdparty_chromium_components_paint__preview_common_proto_paint__preview.proto │ ├── patch-src_3rdparty_chromium_components_paint__preview_player_player__compositor__delegate.cc │ ├── patch-src_3rdparty_chromium_components_password__manager_core_browser_features_password__features.cc │ ├── patch-src_3rdparty_chromium_components_password__manager_core_browser_features_password__features.h │ ├── patch-src_3rdparty_chromium_components_password__manager_core_browser_password__form__manager.cc │ ├── patch-src_3rdparty_chromium_components_password__manager_core_browser_password__manager.cc │ ├── patch-src_3rdparty_chromium_components_password__manager_core_browser_password__manager__client.h │ ├── patch-src_3rdparty_chromium_components_password__manager_core_browser_password__manager__switches.cc │ ├── patch-src_3rdparty_chromium_components_password__manager_core_browser_password__manager__switches.h │ ├── patch-src_3rdparty_chromium_components_password__manager_core_browser_password__manual__fallback__flow.cc │ ├── patch-src_3rdparty_chromium_components_password__manager_core_browser_password__manual__fallback__flow.h │ ├── patch-src_3rdparty_chromium_components_password__manager_core_browser_password__store__factory__util.cc │ ├── patch-src_3rdparty_chromium_components_password__manager_core_browser_password__store_login__database.cc │ ├── patch-src_3rdparty_chromium_components_password__manager_core_browser_password__store_login__database__async__helper.cc │ ├── patch-src_3rdparty_chromium_components_password__manager_core_browser_password__store_login__database__unittest.cc │ ├── patch-src_3rdparty_chromium_components_password__manager_core_browser_stub__password__manager__client.cc │ ├── patch-src_3rdparty_chromium_components_password__manager_core_browser_stub__password__manager__client.h │ ├── patch-src_3rdparty_chromium_components_password__manager_core_common_password__manager__pref__names.h │ ├── patch-src_3rdparty_chromium_components_performance__manager_public_features.h │ ├── patch-src_3rdparty_chromium_components_permissions_prediction__service_prediction__common.cc │ ├── patch-src_3rdparty_chromium_components_policy_core_browser_policy__pref__mapping__test.cc │ ├── patch-src_3rdparty_chromium_components_policy_core_common_cloud_cloud__policy__client.cc │ ├── patch-src_3rdparty_chromium_components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc │ ├── patch-src_3rdparty_chromium_components_policy_core_common_cloud_cloud__policy__util.cc │ ├── patch-src_3rdparty_chromium_components_policy_core_common_policy__loader__common.cc │ ├── patch-src_3rdparty_chromium_components_policy_core_common_policy__paths.cc │ ├── patch-src_3rdparty_chromium_components_policy_core_common_policy__utils.cc │ ├── patch-src_3rdparty_chromium_components_policy_tools_generate__policy__source.py │ ├── patch-src_3rdparty_chromium_components_power__metrics_BUILD.gn │ ├── patch-src_3rdparty_chromium_components_power__metrics_energy__metrics__provider.cc │ ├── patch-src_3rdparty_chromium_components_safe__browsing_content_common_file__type__policies__unittest.cc │ ├── patch-src_3rdparty_chromium_components_safe__browsing_content_resources_gen__file__type__proto.py │ ├── patch-src_3rdparty_chromium_components_safe__browsing_core_browser_db_v4__protocol__manager__util.cc │ ├── patch-src_3rdparty_chromium_components_safe__browsing_core_browser_realtime_url__lookup__service__base.cc │ ├── patch-src_3rdparty_chromium_components_search__engines_template__url__service.cc │ ├── patch-src_3rdparty_chromium_components_security__interstitials_content_utils.cc │ ├── patch-src_3rdparty_chromium_components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc │ ├── patch-src_3rdparty_chromium_components_services_on__device__translation_sandbox__hook.cc │ ├── patch-src_3rdparty_chromium_components_services_on__device__translation_sandbox__hook.h │ ├── patch-src_3rdparty_chromium_components_services_paint__preview__compositor_paint__preview__compositor__collection__impl.cc │ ├── patch-src_3rdparty_chromium_components_soda_soda__util.cc │ ├── patch-src_3rdparty_chromium_components_startup__metric__utils_common_startup__metric__utils.cc │ ├── patch-src_3rdparty_chromium_components_storage__monitor_BUILD.gn │ ├── patch-src_3rdparty_chromium_components_storage__monitor_removable__device__constants.cc │ ├── patch-src_3rdparty_chromium_components_storage__monitor_removable__device__constants.h │ ├── patch-src_3rdparty_chromium_components_supervised__user_core_browser_supervised__user__metrics__service.cc │ ├── patch-src_3rdparty_chromium_components_supervised__user_core_browser_supervised__user__preferences.cc │ ├── patch-src_3rdparty_chromium_components_supervised__user_core_common_features.cc │ ├── patch-src_3rdparty_chromium_components_supervised__user_core_common_features.h │ ├── patch-src_3rdparty_chromium_components_supervised__user_core_common_pref__names.h │ ├── patch-src_3rdparty_chromium_components_sync__device__info_local__device__info__util.cc │ ├── patch-src_3rdparty_chromium_components_sync__device__info_local__device__info__util__linux.cc │ ├── patch-src_3rdparty_chromium_components_system__cpu_cpu__probe.cc │ ├── patch-src_3rdparty_chromium_components_trusted__vault_trusted__vault__connection__impl.cc │ ├── patch-src_3rdparty_chromium_components_update__client_update__query__params.cc │ ├── patch-src_3rdparty_chromium_components_url__formatter_spoof__checks_idn__spoof__checker.cc │ ├── patch-src_3rdparty_chromium_components_user__education_views_help__bubble__view.cc │ ├── patch-src_3rdparty_chromium_components_variations_service_variations__service.cc │ ├── patch-src_3rdparty_chromium_components_visited__url__ranking_public_url__visit__util.cc │ ├── patch-src_3rdparty_chromium_components_viz_host_host__display__client.cc │ ├── patch-src_3rdparty_chromium_components_viz_host_host__display__client.h │ ├── patch-src_3rdparty_chromium_components_viz_service_display__embedder_skia__output__surface__impl.cc │ ├── patch-src_3rdparty_chromium_components_viz_service_display__embedder_software__output__surface.cc │ ├── patch-src_3rdparty_chromium_components_viz_service_display__embedder_software__output__surface.h │ ├── patch-src_3rdparty_chromium_components_viz_service_display_skia__renderer.cc │ ├── patch-src_3rdparty_chromium_components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc │ ├── patch-src_3rdparty_chromium_components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h │ ├── patch-src_3rdparty_chromium_content_app_BUILD.gn │ ├── patch-src_3rdparty_chromium_content_app_content__main.cc │ ├── patch-src_3rdparty_chromium_content_app_content__main__runner__impl.cc │ ├── patch-src_3rdparty_chromium_content_browser_BUILD.gn │ ├── patch-src_3rdparty_chromium_content_browser_audio_audio__service.cc │ ├── patch-src_3rdparty_chromium_content_browser_browser__child__process__host__impl.cc │ ├── patch-src_3rdparty_chromium_content_browser_browser__child__process__host__impl.h │ ├── patch-src_3rdparty_chromium_content_browser_browser__child__process__host__impl__receiver__bindings.cc │ ├── patch-src_3rdparty_chromium_content_browser_browser__main__loop.cc │ ├── patch-src_3rdparty_chromium_content_browser_child__process__launcher__helper.h │ ├── patch-src_3rdparty_chromium_content_browser_child__process__launcher__helper__linux.cc │ ├── patch-src_3rdparty_chromium_content_browser_child__thread__type__switcher__linux.cc │ ├── patch-src_3rdparty_chromium_content_browser_compositor_viz__process__transport__factory.cc │ ├── patch-src_3rdparty_chromium_content_browser_devtools_devtools__frontend__host__impl.cc │ ├── patch-src_3rdparty_chromium_content_browser_devtools_devtools__frontend__host__impl.h │ ├── patch-src_3rdparty_chromium_content_browser_devtools_protocol_system__info__handler.cc │ ├── patch-src_3rdparty_chromium_content_browser_file__system__access_file__path__watcher_file__path__watcher.h │ ├── patch-src_3rdparty_chromium_content_browser_file__system__access_file__path__watcher_file__path__watcher__bsd.cc │ ├── patch-src_3rdparty_chromium_content_browser_file__system__access_file__path__watcher_file__path__watcher__kqueue.h │ ├── patch-src_3rdparty_chromium_content_browser_file__system__access_file__system__access__local__path__watcher.cc │ ├── patch-src_3rdparty_chromium_content_browser_font__access_font__enumeration__data__source.cc │ ├── patch-src_3rdparty_chromium_content_browser_gpu_compositor__util.cc │ ├── patch-src_3rdparty_chromium_content_browser_gpu_gpu__data__manager__impl.cc │ ├── patch-src_3rdparty_chromium_content_browser_gpu_gpu__data__manager__impl.h │ ├── patch-src_3rdparty_chromium_content_browser_gpu_gpu__data__manager__impl__private.cc │ ├── patch-src_3rdparty_chromium_content_browser_gpu_gpu__data__manager__impl__private.h │ ├── patch-src_3rdparty_chromium_content_browser_gpu_gpu__memory__buffer__manager__singleton.cc │ ├── patch-src_3rdparty_chromium_content_browser_gpu_gpu__process__host.cc │ ├── patch-src_3rdparty_chromium_content_browser_media_frameless__media__interface__proxy.h │ ├── patch-src_3rdparty_chromium_content_browser_media_media__keys__listener__manager__impl.cc │ ├── patch-src_3rdparty_chromium_content_browser_network__service__instance__impl.cc │ ├── patch-src_3rdparty_chromium_content_browser_ppapi__plugin__process__host__receiver__bindings.cc │ ├── patch-src_3rdparty_chromium_content_browser_renderer__host_delegated__frame__host.cc │ ├── patch-src_3rdparty_chromium_content_browser_renderer__host_media_service__video__capture__device__launcher.cc │ ├── patch-src_3rdparty_chromium_content_browser_renderer__host_pepper_pepper__file__io__host.cc │ ├── patch-src_3rdparty_chromium_content_browser_renderer__host_render__process__host__impl.h │ ├── patch-src_3rdparty_chromium_content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc │ ├── patch-src_3rdparty_chromium_content_browser_renderer__host_render__view__host__impl.cc │ ├── patch-src_3rdparty_chromium_content_browser_renderer__host_render__widget__host__view__aura.cc │ ├── patch-src_3rdparty_chromium_content_browser_renderer__host_render__widget__host__view__aura.h │ ├── patch-src_3rdparty_chromium_content_browser_renderer__host_render__widget__host__view__event__handler.cc │ ├── patch-src_3rdparty_chromium_content_browser_sandbox__host__linux.cc │ ├── patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_jank__monitor__impl.cc │ ├── patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_native__event__observer.cc │ ├── patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_native__event__observer.h │ ├── patch-src_3rdparty_chromium_content_browser_utility__process__host.cc │ ├── patch-src_3rdparty_chromium_content_browser_utility__process__host__receiver__bindings.cc │ ├── patch-src_3rdparty_chromium_content_browser_utility__sandbox__delegate.cc │ ├── patch-src_3rdparty_chromium_content_browser_v8__snapshot__files.cc │ ├── patch-src_3rdparty_chromium_content_browser_web__contents_web__contents__view__aura.cc │ ├── patch-src_3rdparty_chromium_content_browser_web__contents_web__contents__view__aura__unittest.cc │ ├── patch-src_3rdparty_chromium_content_browser_webui_web__ui__main__frame__observer.cc │ ├── patch-src_3rdparty_chromium_content_browser_zygote__host_zygote__host__impl__linux.cc │ ├── patch-src_3rdparty_chromium_content_browser_zygote__host_zygote__host__impl__linux.h │ ├── patch-src_3rdparty_chromium_content_child_BUILD.gn │ ├── patch-src_3rdparty_chromium_content_child_child__process.cc │ ├── patch-src_3rdparty_chromium_content_child_child__process.h │ ├── patch-src_3rdparty_chromium_content_common_BUILD.gn │ ├── patch-src_3rdparty_chromium_content_common_features.cc │ ├── patch-src_3rdparty_chromium_content_common_features.h │ ├── patch-src_3rdparty_chromium_content_common_font__list__unittest.cc │ ├── patch-src_3rdparty_chromium_content_common_gpu__pre__sandbox__hook__bsd.cc │ ├── patch-src_3rdparty_chromium_content_common_gpu__pre__sandbox__hook__bsd.h │ ├── patch-src_3rdparty_chromium_content_common_gpu__pre__sandbox__hook__linux.h │ ├── patch-src_3rdparty_chromium_content_common_user__agent.cc │ ├── patch-src_3rdparty_chromium_content_gpu_gpu__child__thread.cc │ ├── patch-src_3rdparty_chromium_content_gpu_gpu__main.cc │ ├── patch-src_3rdparty_chromium_content_ppapi__plugin_ppapi__blink__platform__impl.cc │ ├── patch-src_3rdparty_chromium_content_ppapi__plugin_ppapi__blink__platform__impl.h │ ├── patch-src_3rdparty_chromium_content_ppapi__plugin_ppapi__plugin__main.cc │ ├── patch-src_3rdparty_chromium_content_public_browser_content__browser__client.cc │ ├── patch-src_3rdparty_chromium_content_public_browser_zygote__host_zygote__host__linux.h │ ├── patch-src_3rdparty_chromium_content_public_common_content__features.cc │ ├── patch-src_3rdparty_chromium_content_public_common_content__switches.cc │ ├── patch-src_3rdparty_chromium_content_public_common_content__switches.h │ ├── patch-src_3rdparty_chromium_content_public_common_zygote_features.gni │ ├── patch-src_3rdparty_chromium_content_renderer_render__thread__impl.cc │ ├── patch-src_3rdparty_chromium_content_renderer_renderer__blink__platform__impl.cc │ ├── patch-src_3rdparty_chromium_content_renderer_renderer__blink__platform__impl.h │ ├── patch-src_3rdparty_chromium_content_renderer_renderer__main__platform__delegate__linux.cc │ ├── patch-src_3rdparty_chromium_content_shell_BUILD.gn │ ├── patch-src_3rdparty_chromium_content_shell_app_shell__main__delegate.cc │ ├── patch-src_3rdparty_chromium_content_shell_renderer_shell__content__renderer__client.cc │ ├── patch-src_3rdparty_chromium_content_shell_utility_shell__content__utility__client.cc │ ├── patch-src_3rdparty_chromium_content_test_BUILD.gn │ ├── patch-src_3rdparty_chromium_content_utility_services.cc │ ├── patch-src_3rdparty_chromium_content_utility_speech_speech__recognition__sandbox__hook__linux.cc │ ├── patch-src_3rdparty_chromium_content_utility_speech_speech__recognition__sandbox__hook__linux.h │ ├── patch-src_3rdparty_chromium_content_utility_utility__blink__platform__with__sandbox__support__impl.cc │ ├── patch-src_3rdparty_chromium_content_utility_utility__blink__platform__with__sandbox__support__impl.h │ ├── patch-src_3rdparty_chromium_content_utility_utility__main.cc │ ├── patch-src_3rdparty_chromium_content_utility_utility__thread__impl.cc │ ├── patch-src_3rdparty_chromium_content_zygote_BUILD.gn │ ├── patch-src_3rdparty_chromium_content_zygote_zygote__linux.cc │ ├── patch-src_3rdparty_chromium_content_zygote_zygote__main__linux.cc │ ├── patch-src_3rdparty_chromium_device_bluetooth_bluetooth__adapter.cc │ ├── patch-src_3rdparty_chromium_device_bluetooth_cast__bluetooth.gni │ ├── patch-src_3rdparty_chromium_device_gamepad_BUILD.gn │ ├── patch-src_3rdparty_chromium_device_gamepad_gamepad__provider.cc │ ├── patch-src_3rdparty_chromium_device_gamepad_hid__writer__linux.cc │ ├── patch-src_3rdparty_chromium_extensions_browser_api_api__browser__context__keyed__service__factories.cc │ ├── patch-src_3rdparty_chromium_extensions_browser_api_management_management__api.cc │ ├── patch-src_3rdparty_chromium_extensions_browser_api_messaging_message__service.cc │ ├── patch-src_3rdparty_chromium_extensions_browser_api_networking__private_networking__private__delegate__factory.cc │ ├── patch-src_3rdparty_chromium_extensions_browser_api_web__request_web__request__resource__type.cc │ ├── patch-src_3rdparty_chromium_extensions_common_api___permission__features.json │ ├── patch-src_3rdparty_chromium_extensions_common_api_runtime.json │ ├── patch-src_3rdparty_chromium_extensions_common_command.cc │ ├── patch-src_3rdparty_chromium_extensions_common_features_feature.cc │ ├── patch-src_3rdparty_chromium_extensions_renderer_bindings_api__binding__util.cc │ ├── patch-src_3rdparty_chromium_extensions_renderer_bindings_argument__spec.cc │ ├── patch-src_3rdparty_chromium_extensions_shell_app_shell__main__delegate.cc │ ├── patch-src_3rdparty_chromium_extensions_shell_browser_api_runtime_shell__runtime__api__delegate.cc │ ├── patch-src_3rdparty_chromium_extensions_shell_browser_shell__browser__main__parts.cc │ ├── patch-src_3rdparty_chromium_extensions_shell_browser_shell__extensions__api__client.cc │ ├── patch-src_3rdparty_chromium_extensions_shell_browser_shell__extensions__api__client.h │ ├── patch-src_3rdparty_chromium_google__apis_gcm_engine_heartbeat__manager.cc │ ├── patch-src_3rdparty_chromium_gpu_command__buffer_service_dawn__context__provider.cc │ ├── patch-src_3rdparty_chromium_gpu_command__buffer_service_gles2__cmd__decoder.cc │ ├── patch-src_3rdparty_chromium_gpu_command__buffer_service_shared__context__state.cc │ ├── patch-src_3rdparty_chromium_gpu_command__buffer_service_shared__context__state.h │ ├── patch-src_3rdparty_chromium_gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc │ ├── patch-src_3rdparty_chromium_gpu_command__buffer_service_shared__image_external__vk__image__backing.cc │ ├── patch-src_3rdparty_chromium_gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc │ ├── patch-src_3rdparty_chromium_gpu_command__buffer_service_shared__image_shared__image__factory.cc │ ├── patch-src_3rdparty_chromium_gpu_command__buffer_service_shared__image_shared__image__manager.cc │ ├── patch-src_3rdparty_chromium_gpu_command__buffer_service_shared__image_wrapped__sk__image__backing.cc │ ├── patch-src_3rdparty_chromium_gpu_command__buffer_service_webgpu__decoder__impl.cc │ ├── patch-src_3rdparty_chromium_gpu_config_gpu__control__list.cc │ ├── patch-src_3rdparty_chromium_gpu_config_gpu__finch__features.cc │ ├── patch-src_3rdparty_chromium_gpu_config_gpu__info__collector.cc │ ├── patch-src_3rdparty_chromium_gpu_config_gpu__test__config.cc │ ├── patch-src_3rdparty_chromium_gpu_ipc_common_gpu__memory__buffer__support.cc │ ├── patch-src_3rdparty_chromium_gpu_ipc_common_gpu__memory__buffer__support.h │ ├── patch-src_3rdparty_chromium_gpu_ipc_service_gpu__init.cc │ ├── patch-src_3rdparty_chromium_gpu_ipc_service_gpu__memory__buffer__factory.cc │ ├── patch-src_3rdparty_chromium_gpu_ipc_service_x__util.h │ ├── patch-src_3rdparty_chromium_gpu_vulkan_generate__bindings.py │ ├── patch-src_3rdparty_chromium_gpu_vulkan_semaphore__handle.cc │ ├── patch-src_3rdparty_chromium_gpu_vulkan_vulkan__device__queue.cc │ ├── patch-src_3rdparty_chromium_gpu_vulkan_vulkan__device__queue.h │ ├── patch-src_3rdparty_chromium_gpu_vulkan_vulkan__function__pointers.cc │ ├── patch-src_3rdparty_chromium_gpu_vulkan_vulkan__function__pointers.h │ ├── patch-src_3rdparty_chromium_gpu_vulkan_vulkan__image.h │ ├── patch-src_3rdparty_chromium_gpu_vulkan_vulkan__util.cc │ ├── patch-src_3rdparty_chromium_headless_lib_browser_headless__browser__main__parts__posix.cc │ ├── patch-src_3rdparty_chromium_headless_lib_browser_headless__content__browser__client.cc │ ├── patch-src_3rdparty_chromium_headless_lib_browser_headless__content__browser__client.h │ ├── patch-src_3rdparty_chromium_headless_lib_browser_headless__web__contents__impl.cc │ ├── patch-src_3rdparty_chromium_headless_lib_headless__content__main__delegate.cc │ ├── patch-src_3rdparty_chromium_ipc_ipc__channel.h │ ├── patch-src_3rdparty_chromium_ipc_ipc__channel__common.cc │ ├── patch-src_3rdparty_chromium_ipc_ipc__channel__mojo.cc │ ├── patch-src_3rdparty_chromium_ipc_ipc__message__utils.cc │ ├── patch-src_3rdparty_chromium_ipc_ipc__message__utils.h │ ├── patch-src_3rdparty_chromium_media_BUILD.gn │ ├── patch-src_3rdparty_chromium_media_audio_BUILD.gn │ ├── patch-src_3rdparty_chromium_media_audio_alsa_audio__manager__alsa.cc │ ├── patch-src_3rdparty_chromium_media_audio_audio__input__device.cc │ ├── patch-src_3rdparty_chromium_media_audio_audio__output__proxy__unittest.cc │ ├── patch-src_3rdparty_chromium_media_audio_audioio_audio__manager__audioio.cc │ ├── patch-src_3rdparty_chromium_media_audio_audioio_audioio__input.cc │ ├── patch-src_3rdparty_chromium_media_audio_audioio_audioio__output.cc │ ├── patch-src_3rdparty_chromium_media_audio_pulse_pulse__util.cc │ ├── patch-src_3rdparty_chromium_media_audio_sndio_audio__manager__sndio.cc │ ├── patch-src_3rdparty_chromium_media_audio_sndio_audio__manager__sndio.h │ ├── patch-src_3rdparty_chromium_media_audio_sndio_sndio__input.cc │ ├── patch-src_3rdparty_chromium_media_audio_sndio_sndio__input.h │ ├── patch-src_3rdparty_chromium_media_audio_sndio_sndio__output.cc │ ├── patch-src_3rdparty_chromium_media_audio_sndio_sndio__output.h │ ├── patch-src_3rdparty_chromium_media_base_audio__latency.cc │ ├── patch-src_3rdparty_chromium_media_base_libaom__thread__wrapper.cc │ ├── patch-src_3rdparty_chromium_media_base_media__switches.cc │ ├── patch-src_3rdparty_chromium_media_base_media__switches.h │ ├── patch-src_3rdparty_chromium_media_base_video__frame.cc │ ├── patch-src_3rdparty_chromium_media_base_video__frame.h │ ├── patch-src_3rdparty_chromium_media_capture_video_create__video__capture__device__factory.cc │ ├── patch-src_3rdparty_chromium_media_capture_video_fake__video__capture__device__factory.cc │ ├── patch-src_3rdparty_chromium_media_capture_video_file__video__capture__device__factory.cc │ ├── patch-src_3rdparty_chromium_media_capture_video_linux_fake__v4l2__impl.cc │ ├── patch-src_3rdparty_chromium_media_capture_video_linux_fake__v4l2__impl.h │ ├── patch-src_3rdparty_chromium_media_capture_video_linux_v4l2__capture__delegate.cc │ ├── patch-src_3rdparty_chromium_media_capture_video_linux_v4l2__capture__delegate.h │ ├── patch-src_3rdparty_chromium_media_capture_video_linux_v4l2__capture__device.h │ ├── patch-src_3rdparty_chromium_media_capture_video_linux_v4l2__capture__device__impl.cc │ ├── patch-src_3rdparty_chromium_media_capture_video_linux_v4l2__capture__device__impl.h │ ├── patch-src_3rdparty_chromium_media_capture_video_linux_video__capture__device__factory__v4l2.cc │ ├── patch-src_3rdparty_chromium_media_capture_video_linux_video__capture__device__factory__v4l2.h │ ├── patch-src_3rdparty_chromium_media_capture_video_linux_video__capture__device__linux.cc │ ├── patch-src_3rdparty_chromium_media_capture_video_video__capture__buffer__tracker__factory__impl.cc │ ├── patch-src_3rdparty_chromium_media_capture_video_video__capture__device__client.cc │ ├── patch-src_3rdparty_chromium_media_cdm_cdm__paths__unittest.cc │ ├── patch-src_3rdparty_chromium_media_cdm_library__cdm_cdm__paths.gni │ ├── patch-src_3rdparty_chromium_media_ffmpeg_scripts_build__ffmpeg.py │ ├── patch-src_3rdparty_chromium_media_ffmpeg_scripts_robo__lib_config.py │ ├── patch-src_3rdparty_chromium_media_gpu_buffer__validation.cc │ ├── patch-src_3rdparty_chromium_media_gpu_chromeos_gl__image__processor__backend.cc │ ├── patch-src_3rdparty_chromium_media_gpu_chromeos_libyuv__image__processor__backend.cc │ ├── patch-src_3rdparty_chromium_media_gpu_chromeos_mailbox__video__frame__converter.cc │ ├── patch-src_3rdparty_chromium_media_gpu_chromeos_platform__video__frame__utils.cc │ ├── patch-src_3rdparty_chromium_media_gpu_chromeos_video__decoder__pipeline.cc │ ├── patch-src_3rdparty_chromium_media_gpu_gpu__video__encode__accelerator__factory.cc │ ├── patch-src_3rdparty_chromium_media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.cc │ ├── patch-src_3rdparty_chromium_media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.h │ ├── patch-src_3rdparty_chromium_media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.cc │ ├── patch-src_3rdparty_chromium_media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.h │ ├── patch-src_3rdparty_chromium_media_gpu_vaapi_vaapi__video__decoder.cc │ ├── patch-src_3rdparty_chromium_media_gpu_vaapi_vaapi__wrapper.cc │ ├── patch-src_3rdparty_chromium_media_media__options.gni │ ├── patch-src_3rdparty_chromium_media_mojo_mojom_stable_BUILD.gn │ ├── patch-src_3rdparty_chromium_media_mojo_mojom_stable_stable__video__decoder__types__mojom__traits.cc │ ├── patch-src_3rdparty_chromium_media_mojo_mojom_stable_stable__video__decoder__types__mojom__traits.h │ ├── patch-src_3rdparty_chromium_media_mojo_mojom_video__frame__mojom__traits.cc │ ├── patch-src_3rdparty_chromium_media_mojo_services_webrtc__video__perf__history.cc │ ├── patch-src_3rdparty_chromium_media_video_fake__gpu__memory__buffer.cc │ ├── patch-src_3rdparty_chromium_media_video_gpu__memory__buffer__video__frame__pool.cc │ ├── patch-src_3rdparty_chromium_media_video_video__encode__accelerator__adapter.cc │ ├── patch-src_3rdparty_chromium_media_video_video__encode__accelerator__adapter__test.cc │ ├── patch-src_3rdparty_chromium_media_webrtc_audio__processor.cc │ ├── patch-src_3rdparty_chromium_media_webrtc_helpers.cc │ ├── patch-src_3rdparty_chromium_media_webrtc_helpers__unittests.cc │ ├── patch-src_3rdparty_chromium_mojo_core_BUILD.gn │ ├── patch-src_3rdparty_chromium_mojo_core_channel.cc │ ├── patch-src_3rdparty_chromium_mojo_core_embedder_features.h │ ├── patch-src_3rdparty_chromium_mojo_public_cpp_platform_socket__utils__posix.cc │ ├── patch-src_3rdparty_chromium_mojo_public_tools_bindings_mojom.gni │ ├── patch-src_3rdparty_chromium_native__client__sdk_src_BUILD.gn │ ├── patch-src_3rdparty_chromium_net_BUILD.gn │ ├── patch-src_3rdparty_chromium_net_base_features.cc │ ├── patch-src_3rdparty_chromium_net_base_mock__network__change__notifier.cc │ ├── patch-src_3rdparty_chromium_net_base_mock__network__change__notifier.h │ ├── patch-src_3rdparty_chromium_net_base_network__change__notifier.cc │ ├── patch-src_3rdparty_chromium_net_base_network__change__notifier.h │ ├── patch-src_3rdparty_chromium_net_base_network__change__notifier__passive.cc │ ├── patch-src_3rdparty_chromium_net_base_network__interfaces__posix.h │ ├── patch-src_3rdparty_chromium_net_base_sockaddr__util__posix.cc │ ├── patch-src_3rdparty_chromium_net_base_sockaddr__util__posix__unittest.cc │ ├── patch-src_3rdparty_chromium_net_cert_cert__verify__proc.h │ ├── patch-src_3rdparty_chromium_net_disk__cache_simple_simple__file__tracker.cc │ ├── patch-src_3rdparty_chromium_net_dns_BUILD.gn │ ├── patch-src_3rdparty_chromium_net_dns_address__info.cc │ ├── patch-src_3rdparty_chromium_net_dns_address__sorter__posix.cc │ ├── patch-src_3rdparty_chromium_net_dns_dns__config__service__posix.cc │ ├── patch-src_3rdparty_chromium_net_dns_dns__reloader.cc │ ├── patch-src_3rdparty_chromium_net_dns_dns__util.cc │ ├── patch-src_3rdparty_chromium_net_dns_host__resolver__proc.cc │ ├── patch-src_3rdparty_chromium_net_dns_public_BUILD.gn │ ├── patch-src_3rdparty_chromium_net_dns_public_resolv__reader.cc │ ├── patch-src_3rdparty_chromium_net_dns_public_resolv__reader.h │ ├── patch-src_3rdparty_chromium_net_dns_public_scoped__res__state.cc │ ├── patch-src_3rdparty_chromium_net_dns_public_scoped__res__state.h │ ├── patch-src_3rdparty_chromium_net_http_http__auth__gssapi__posix.cc │ ├── patch-src_3rdparty_chromium_net_http_http__auth__gssapi__posix.h │ ├── patch-src_3rdparty_chromium_net_http_http__auth__handler__negotiate.cc │ ├── patch-src_3rdparty_chromium_net_http_http__auth__preferences.cc │ ├── patch-src_3rdparty_chromium_net_http_http__auth__preferences.h │ ├── patch-src_3rdparty_chromium_net_http_http__network__session.cc │ ├── patch-src_3rdparty_chromium_net_proxy__resolution_proxy__config__service.cc │ ├── patch-src_3rdparty_chromium_net_proxy__resolution_proxy__config__service__linux.cc │ ├── patch-src_3rdparty_chromium_net_socket_socks5__client__socket.cc │ ├── patch-src_3rdparty_chromium_net_socket_tcp__socket__posix.cc │ ├── patch-src_3rdparty_chromium_net_socket_udp__socket__posix.cc │ ├── patch-src_3rdparty_chromium_net_socket_udp__socket__unittest.cc │ ├── patch-src_3rdparty_chromium_net_third__party_quiche_BUILD.gn │ ├── patch-src_3rdparty_chromium_net_tools_cert__verify__tool_cert__verify__tool.cc │ ├── patch-src_3rdparty_chromium_net_tools_net__watcher_net__watcher.cc │ ├── patch-src_3rdparty_chromium_net_traffic__annotation_network__traffic__annotation.h │ ├── patch-src_3rdparty_chromium_net_url__request_url__request__context.cc │ ├── patch-src_3rdparty_chromium_net_url__request_url__request__context.h │ ├── patch-src_3rdparty_chromium_net_url__request_url__request__context__builder.cc │ ├── patch-src_3rdparty_chromium_pdf_pdfium_pdfium__engine.cc │ ├── patch-src_3rdparty_chromium_printing_backend_cups__ipp__helper.cc │ ├── patch-src_3rdparty_chromium_printing_backend_print__backend__cups.cc │ ├── patch-src_3rdparty_chromium_printing_mojom_printing__context__mojom__traits.cc │ ├── patch-src_3rdparty_chromium_printing_mojom_printing__context__mojom__traits.h │ ├── patch-src_3rdparty_chromium_printing_print__settings.cc │ ├── patch-src_3rdparty_chromium_printing_print__settings.h │ ├── patch-src_3rdparty_chromium_printing_print__settings__conversion.cc │ ├── patch-src_3rdparty_chromium_printing_printing__context__linux.cc │ ├── patch-src_3rdparty_chromium_printing_printing__features.cc │ ├── patch-src_3rdparty_chromium_printing_printing__features.h │ ├── patch-src_3rdparty_chromium_printing_sandbox_print__backend__sandbox__hook__linux.cc │ ├── patch-src_3rdparty_chromium_printing_sandbox_print__backend__sandbox__hook__linux.h │ ├── patch-src_3rdparty_chromium_sandbox_BUILD.gn │ ├── patch-src_3rdparty_chromium_sandbox_features.gni │ ├── patch-src_3rdparty_chromium_sandbox_linux_BUILD.gn │ ├── patch-src_3rdparty_chromium_sandbox_linux_services_init__process__reaper.cc │ ├── patch-src_3rdparty_chromium_sandbox_linux_services_libc__interceptor.cc │ ├── patch-src_3rdparty_chromium_sandbox_policy_BUILD.gn │ ├── patch-src_3rdparty_chromium_sandbox_policy_features.cc │ ├── patch-src_3rdparty_chromium_sandbox_policy_features.h │ ├── patch-src_3rdparty_chromium_sandbox_policy_freebsd_sandbox__freebsd.cc │ ├── patch-src_3rdparty_chromium_sandbox_policy_freebsd_sandbox__freebsd.h │ ├── patch-src_3rdparty_chromium_sandbox_policy_mojom_sandbox.mojom │ ├── patch-src_3rdparty_chromium_sandbox_policy_netbsd_sandbox__netbsd.cc │ ├── patch-src_3rdparty_chromium_sandbox_policy_netbsd_sandbox__netbsd.h │ ├── patch-src_3rdparty_chromium_sandbox_policy_openbsd_sandbox__openbsd.cc │ ├── patch-src_3rdparty_chromium_sandbox_policy_openbsd_sandbox__openbsd.h │ ├── patch-src_3rdparty_chromium_sandbox_policy_sandbox.cc │ ├── patch-src_3rdparty_chromium_sandbox_policy_sandbox.h │ ├── patch-src_3rdparty_chromium_sandbox_policy_sandbox__type.cc │ ├── patch-src_3rdparty_chromium_sandbox_policy_switches.cc │ ├── patch-src_3rdparty_chromium_sandbox_policy_switches.h │ ├── patch-src_3rdparty_chromium_services_audio_audio__sandbox__hook__linux.cc │ ├── patch-src_3rdparty_chromium_services_audio_audio__sandbox__hook__linux.h │ ├── patch-src_3rdparty_chromium_services_device_BUILD.gn │ ├── patch-src_3rdparty_chromium_services_device_geolocation_location__provider__manager.cc │ ├── patch-src_3rdparty_chromium_services_device_hid_BUILD.gn │ ├── patch-src_3rdparty_chromium_services_device_hid_hid__connection__fido.cc │ ├── patch-src_3rdparty_chromium_services_device_hid_hid__connection__fido.h │ ├── patch-src_3rdparty_chromium_services_device_hid_hid__connection__freebsd.cc │ ├── patch-src_3rdparty_chromium_services_device_hid_hid__connection__freebsd.h │ ├── patch-src_3rdparty_chromium_services_device_hid_hid__service.cc │ ├── patch-src_3rdparty_chromium_services_device_hid_hid__service__fido.cc │ ├── patch-src_3rdparty_chromium_services_device_hid_hid__service__fido.h │ ├── patch-src_3rdparty_chromium_services_device_hid_hid__service__freebsd.cc │ ├── patch-src_3rdparty_chromium_services_device_hid_hid__service__freebsd.h │ ├── patch-src_3rdparty_chromium_services_device_hid_hid__service__netbsd.cc │ ├── patch-src_3rdparty_chromium_services_device_hid_hid__service__netbsd.h │ ├── patch-src_3rdparty_chromium_services_device_public_cpp_generic__sensor_sensor__reading.h │ ├── patch-src_3rdparty_chromium_services_device_public_mojom_BUILD.gn │ ├── patch-src_3rdparty_chromium_services_device_serial_BUILD.gn │ ├── patch-src_3rdparty_chromium_services_device_serial_serial__device__enumerator.cc │ ├── patch-src_3rdparty_chromium_services_device_serial_serial__io__handler__posix.cc │ ├── patch-src_3rdparty_chromium_services_device_time__zone__monitor_time__zone__monitor__linux.cc │ ├── patch-src_3rdparty_chromium_services_device_usb_BUILD.gn │ ├── patch-src_3rdparty_chromium_services_device_usb_usb__service.cc │ ├── patch-src_3rdparty_chromium_services_device_usb_usb__service__fake.cc │ ├── patch-src_3rdparty_chromium_services_device_usb_usb__service__fake.h │ ├── patch-src_3rdparty_chromium_services_network_BUILD.gn │ ├── patch-src_3rdparty_chromium_services_network_network__context.cc │ ├── patch-src_3rdparty_chromium_services_network_network__context.h │ ├── patch-src_3rdparty_chromium_services_network_network__sandbox__hook__linux.cc │ ├── patch-src_3rdparty_chromium_services_network_network__sandbox__hook__linux.h │ ├── patch-src_3rdparty_chromium_services_network_network__service.cc │ ├── patch-src_3rdparty_chromium_services_network_network__service.h │ ├── patch-src_3rdparty_chromium_services_network_public_cpp_BUILD.gn │ ├── patch-src_3rdparty_chromium_services_network_public_cpp_features.cc │ ├── patch-src_3rdparty_chromium_services_network_public_mojom_BUILD.gn │ ├── patch-src_3rdparty_chromium_services_network_shared__dictionary_shared__dictionary__writer__in__memory.h │ ├── patch-src_3rdparty_chromium_services_on__device__model_on__device__model__service.h │ ├── patch-src_3rdparty_chromium_services_on__device__model_pre__sandbox__init.cc │ ├── patch-src_3rdparty_chromium_services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc │ ├── patch-src_3rdparty_chromium_services_resource__coordinator_public_cpp_memory__instrumentation_BUILD.gn │ ├── patch-src_3rdparty_chromium_services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics.h │ ├── patch-src_3rdparty_chromium_services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics__bsd.cc │ ├── patch-src_3rdparty_chromium_services_screen__ai_public_cpp_utilities.cc │ ├── patch-src_3rdparty_chromium_services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.cc │ ├── patch-src_3rdparty_chromium_services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.h │ ├── patch-src_3rdparty_chromium_services_service__manager_BUILD.gn │ ├── patch-src_3rdparty_chromium_services_service__manager_public_cpp_service__executable_BUILD.gn │ ├── patch-src_3rdparty_chromium_services_tracing_public_cpp_stack__sampling_tracing__sampler__profiler.cc │ ├── patch-src_3rdparty_chromium_services_video__capture_public_mojom_video__capture__service.mojom │ ├── patch-src_3rdparty_chromium_services_video__effects_video__effects__sandbox__hook__linux.cc │ ├── patch-src_3rdparty_chromium_services_video__effects_video__effects__sandbox__hook__linux.h │ ├── patch-src_3rdparty_chromium_skia_ext_SkMemory__new__handler.cpp │ ├── patch-src_3rdparty_chromium_skia_ext_font__utils.cc │ ├── patch-src_3rdparty_chromium_third__party_abseil-cpp_absl_base_config.h │ ├── patch-src_3rdparty_chromium_third__party_abseil-cpp_absl_base_internal_raw__logging.cc │ ├── patch-src_3rdparty_chromium_third__party_abseil-cpp_absl_base_internal_sysinfo.cc │ ├── patch-src_3rdparty_chromium_third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.h │ ├── patch-src_3rdparty_chromium_third__party_abseil-cpp_absl_time_internal_cctz_src_time__zone__format.cc │ ├── patch-src_3rdparty_chromium_third__party_angle_BUILD.gn │ ├── patch-src_3rdparty_chromium_third__party_angle_src_common_platform.h │ ├── patch-src_3rdparty_chromium_third__party_angle_src_common_platform__helpers.h │ ├── patch-src_3rdparty_chromium_third__party_angle_src_common_system__utils.cpp │ ├── patch-src_3rdparty_chromium_third__party_angle_src_common_system__utils__linux.cpp │ ├── patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__internal.h │ ├── patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp │ ├── patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__linux.cpp │ ├── patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__x11.cpp │ ├── patch-src_3rdparty_chromium_third__party_angle_src_libANGLE_Display.cpp │ ├── patch-src_3rdparty_chromium_third__party_angle_src_libANGLE_renderer_gl_glx_FunctionsGLX.cpp │ ├── patch-src_3rdparty_chromium_third__party_angle_src_libANGLE_renderer_vulkan_DisplayVk__api.h │ ├── patch-src_3rdparty_chromium_third__party_angle_util_BUILD.gn │ ├── patch-src_3rdparty_chromium_third__party_blink_common_renderer__preferences_renderer__preferences__mojom__traits.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_public_common_renderer__preferences_renderer__preferences.h │ ├── patch-src_3rdparty_chromium_third__party_blink_public_common_renderer__preferences_renderer__preferences__mojom__traits.h │ ├── patch-src_3rdparty_chromium_third__party_blink_public_platform_platform.h │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_bindings_scripts_bind__gen_style__format.py │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_build_scripts_run__with__pythonpath.py │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_controller_blink__initializer.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_controller_memory__usage__monitor__posix.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_controller_memory__usage__monitor__posix.h │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_core_css_properties_css__color__function__parser.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_core_editing_editing__behavior.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_core_execution__context_navigator__base.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_core_exported_web__view__impl.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_core_frame_web__frame__test.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_core_html_track_vtt_vtt__cue__layout__algorithm.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_core_inspector_inspector__memory__agent.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_core_layout_layout__view.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_core_paint_paint__layer.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_core_scroll_scrollbar__theme__aura.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_core_streams_miscellaneous__operations.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_core_streams_queue__with__sizes.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_core_style_style__crossfade__image.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_modules_media_audio_audio__device__factory.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_modules_media_audio_audio__renderer__mixer__manager__test.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_modules_peerconnection_rtc__data__channel.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_modules_webaudio_audio__worklet__thread__test.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_modules_webgpu_gpu__queue.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_BUILD.gn │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_fonts_font__cache.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_fonts_font__cache.h │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_fonts_font__description.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_fonts_font__metrics.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_fonts_font__unique__name__lookup.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_graphics_begin__frame__provider.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_graphics_color.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_graphics_gpu_image__layer__bridge.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_graphics_video__frame__submitter.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_instrumentation_partition__alloc__memory__dump__provider.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_peerconnection_rtc__video__encoder__factory.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_runtime__enabled__features.json5 │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_scheduler_common_thread.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_widget_compositing_blink__categorized__worker__pool__delegate.cc │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_wtf_container__annotations.h │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_wtf_math__extras.h │ ├── patch-src_3rdparty_chromium_third__party_blink_renderer_platform_wtf_stack__util.cc │ ├── patch-src_3rdparty_chromium_third__party_brotli_common_platform.h │ ├── patch-src_3rdparty_chromium_third__party_cpuinfo_cpuinfo.gni │ ├── patch-src_3rdparty_chromium_third__party_crashpad_crashpad_build_crashpad__buildconfig.gni │ ├── patch-src_3rdparty_chromium_third__party_crashpad_crashpad_client_BUILD.gn │ ├── patch-src_3rdparty_chromium_third__party_crashpad_crashpad_client_crashpad__client__posix.cc │ ├── patch-src_3rdparty_chromium_third__party_crashpad_crashpad_minidump_minidump__misc__info__writer.cc │ ├── patch-src_3rdparty_chromium_third__party_crashpad_crashpad_util_misc_address__types.h │ ├── patch-src_3rdparty_chromium_third__party_crashpad_crashpad_util_misc_capture__context.h │ ├── patch-src_3rdparty_chromium_third__party_crashpad_crashpad_util_misc_metrics.cc │ ├── patch-src_3rdparty_chromium_third__party_crashpad_crashpad_util_misc_uuid.cc │ ├── patch-src_3rdparty_chromium_third__party_crashpad_crashpad_util_posix_close__multiple.cc │ ├── patch-src_3rdparty_chromium_third__party_crashpad_crashpad_util_posix_drop__privileges.cc │ ├── patch-src_3rdparty_chromium_third__party_crashpad_crashpad_util_posix_signals.cc │ ├── patch-src_3rdparty_chromium_third__party_crashpad_crashpad_util_posix_symbolic__constants__posix.cc │ ├── patch-src_3rdparty_chromium_third__party_crc32c_BUILD.gn │ ├── patch-src_3rdparty_chromium_third__party_dawn_include_dawn_native_VulkanBackend.h │ ├── patch-src_3rdparty_chromium_third__party_dawn_src_dawn_common_Platform.h │ ├── patch-src_3rdparty_chromium_third__party_dawn_src_dawn_native_vulkan_BackendVk.cpp │ ├── patch-src_3rdparty_chromium_third__party_ffmpeg_BUILD.gn │ ├── patch-src_3rdparty_chromium_third__party_ffmpeg_libavcodec_x86_cabac.h │ ├── patch-src_3rdparty_chromium_third__party_ffmpeg_libavutil_cpu.c │ ├── patch-src_3rdparty_chromium_third__party_ffmpeg_libavutil_mem.c │ ├── patch-src_3rdparty_chromium_third__party_ffmpeg_libavutil_random__seed.c │ ├── patch-src_3rdparty_chromium_third__party_ffmpeg_libavutil_x86_x86inc.asm │ ├── patch-src_3rdparty_chromium_third__party_fontconfig_include_config.h │ ├── patch-src_3rdparty_chromium_third__party_fontconfig_src_src_fccompat.c │ ├── patch-src_3rdparty_chromium_third__party_ipcz_src_reference__drivers_random.cc │ ├── patch-src_3rdparty_chromium_third__party_ipcz_src_standalone_base_logging.cc │ ├── patch-src_3rdparty_chromium_third__party_leveldatabase_env__chromium.cc │ ├── patch-src_3rdparty_chromium_third__party_libaom_source_libaom_aom__ports_aarch64__cpudetect.c │ ├── patch-src_3rdparty_chromium_third__party_libc++_src_src_chrono.cpp │ ├── patch-src_3rdparty_chromium_third__party_libc++_src_src_filesystem_filesystem__clock.cpp │ ├── patch-src_3rdparty_chromium_third__party_libc++abi_src_src_cxa__guard__impl.h │ ├── patch-src_3rdparty_chromium_third__party_libdrm_src_xf86drmMode.c │ ├── patch-src_3rdparty_chromium_third__party_libsync_src_include_sync_sync.h │ ├── patch-src_3rdparty_chromium_third__party_libsync_src_sync.c │ ├── patch-src_3rdparty_chromium_third__party_libusb_BUILD.gn │ ├── patch-src_3rdparty_chromium_third__party_libusb_src_libusb_core.c │ ├── patch-src_3rdparty_chromium_third__party_libusb_src_libusb_os_threads__posix.c │ ├── patch-src_3rdparty_chromium_third__party_libvpx_source_libvpx_vpx__ports_aarch64__cpudetect.c │ ├── patch-src_3rdparty_chromium_third__party_lzma__sdk_C_CpuArch.c │ ├── patch-src_3rdparty_chromium_third__party_material__color__utilities_src_cpp_palettes_tones.cc │ ├── patch-src_3rdparty_chromium_third__party_nasm_BUILD.gn │ ├── patch-src_3rdparty_chromium_third__party_nasm_config_config-linux.h │ ├── patch-src_3rdparty_chromium_third__party_node_node.gni │ ├── patch-src_3rdparty_chromium_third__party_node_node.py │ ├── patch-src_3rdparty_chromium_third__party_pdfium_core_fpdfapi_page_cpdf__psengine.cpp │ ├── patch-src_3rdparty_chromium_third__party_pdfium_core_fxge_cfx__fontmapper.cpp │ ├── patch-src_3rdparty_chromium_third__party_pdfium_core_fxge_linux_fx__linux__impl.cpp │ ├── patch-src_3rdparty_chromium_third__party_pdfium_fxjs_cjs__publicmethods.cpp │ ├── patch-src_3rdparty_chromium_third__party_pdfium_fxjs_fx__date__helpers.cpp │ ├── patch-src_3rdparty_chromium_third__party_pdfium_fxjs_xfa_cfxjse__formcalc__context.cpp │ ├── patch-src_3rdparty_chromium_third__party_pdfium_pdfium.gni │ ├── patch-src_3rdparty_chromium_third__party_pdfium_third__party_BUILD.gn │ ├── patch-src_3rdparty_chromium_third__party_pdfium_xfa_fgas_graphics_cfgas__gegraphics.cpp │ ├── patch-src_3rdparty_chromium_third__party_pdfium_xfa_fxfa_parser_cxfa__timezoneprovider.cpp │ ├── patch-src_3rdparty_chromium_third__party_perfetto_include_perfetto_base_build__config.h │ ├── patch-src_3rdparty_chromium_third__party_perfetto_include_perfetto_base_thread__utils.h │ ├── patch-src_3rdparty_chromium_third__party_perfetto_include_perfetto_base_time.h │ ├── patch-src_3rdparty_chromium_third__party_perfetto_include_perfetto_ext_base_event__fd.h │ ├── patch-src_3rdparty_chromium_third__party_perfetto_include_perfetto_ext_base_thread__utils.h │ ├── patch-src_3rdparty_chromium_third__party_perfetto_include_perfetto_tracing_internal_track__event__legacy.h │ ├── patch-src_3rdparty_chromium_third__party_perfetto_protos_perfetto_trace_ftrace_v4l2.proto │ ├── patch-src_3rdparty_chromium_third__party_perfetto_src_base_clock__snapshots.cc │ ├── patch-src_3rdparty_chromium_third__party_perfetto_src_base_event__fd.cc │ ├── patch-src_3rdparty_chromium_third__party_perfetto_src_base_periodic__task.cc │ ├── patch-src_3rdparty_chromium_third__party_perfetto_src_base_string__utils.cc │ ├── patch-src_3rdparty_chromium_third__party_perfetto_src_base_subprocess__posix.cc │ ├── patch-src_3rdparty_chromium_third__party_perfetto_src_base_thread__task__runner.cc │ ├── patch-src_3rdparty_chromium_third__party_perfetto_src_base_unix__socket.cc │ ├── patch-src_3rdparty_chromium_third__party_perfetto_src_base_utils.cc │ ├── patch-src_3rdparty_chromium_third__party_perfetto_src_trace__processor_db_column_utils.cc │ ├── patch-src_3rdparty_chromium_third__party_perfetto_src_trace__processor_importers_ftrace_v4l2__tracker.cc │ ├── patch-src_3rdparty_chromium_third__party_perfetto_src_tracing_ipc_memfd.cc │ ├── patch-src_3rdparty_chromium_third__party_perfetto_src_tracing_platform__posix.cc │ ├── patch-src_3rdparty_chromium_third__party_perfetto_src_tracing_track.cc │ ├── patch-src_3rdparty_chromium_third__party_skia_src_gpu_ganesh_GrAutoLocaleSetter.h │ ├── patch-src_3rdparty_chromium_third__party_skia_src_ports_SkMemory__malloc.cpp │ ├── patch-src_3rdparty_chromium_third__party_skia_src_ports_SkOSFile__posix.cpp │ ├── patch-src_3rdparty_chromium_third__party_speech-dispatcher_libspeechd__version.h │ ├── patch-src_3rdparty_chromium_third__party_speech-dispatcher_speechd__types.h │ ├── patch-src_3rdparty_chromium_third__party_sqlite_BUILD.gn │ ├── patch-src_3rdparty_chromium_third__party_sqlite_src_amalgamation__dev_sqlite3.c │ ├── patch-src_3rdparty_chromium_third__party_sqlite_src_amalgamation_sqlite3.c │ ├── patch-src_3rdparty_chromium_third__party_swiftshader_src_Reactor_Debug.cpp │ ├── patch-src_3rdparty_chromium_third__party_swiftshader_src_System_Configurator.cpp │ ├── patch-src_3rdparty_chromium_third__party_swiftshader_src_System_Linux_MemFd.cpp │ ├── patch-src_3rdparty_chromium_third__party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux.hpp │ ├── patch-src_3rdparty_chromium_third__party_swiftshader_src_WSI_libXCB.cpp │ ├── patch-src_3rdparty_chromium_third__party_test__fonts_fontconfig_BUILD.gn │ ├── patch-src_3rdparty_chromium_third__party_test__fonts_fontconfig_fontconfig__util__linux.cc │ ├── patch-src_3rdparty_chromium_third__party_test__fonts_fontconfig_generate__fontconfig__caches.cc │ ├── patch-src_3rdparty_chromium_third__party_tflite_features.gni │ ├── patch-src_3rdparty_chromium_third__party_vulkan-validation-layers_src_layers_external_vma_vk__mem__alloc.h │ ├── patch-src_3rdparty_chromium_third__party_vulkan-validation-layers_src_layers_vulkan_generated_vk__function__pointers.cpp │ ├── patch-src_3rdparty_chromium_third__party_vulkan__memory__allocator_include_vk__mem__alloc.h │ ├── patch-src_3rdparty_chromium_third__party_wayland_BUILD.gn │ ├── patch-src_3rdparty_chromium_third__party_webrtc_BUILD.gn │ ├── patch-src_3rdparty_chromium_third__party_webrtc_modules_audio__device_BUILD.gn │ ├── patch-src_3rdparty_chromium_third__party_webrtc_modules_desktop__capture_linux_wayland_egl__dmabuf.cc │ ├── patch-src_3rdparty_chromium_third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc │ ├── patch-src_3rdparty_chromium_third__party_webrtc_modules_video__coding_codecs_av1_libaom__av1__encoder.cc │ ├── patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_byte__order.h │ ├── patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_ip__address.cc │ ├── patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_net__test__helpers.cc │ ├── patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_network.cc │ ├── patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_physical__socket__server.cc │ ├── patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_physical__socket__server.h │ ├── patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_platform__thread__types.cc │ ├── patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h │ ├── patch-src_3rdparty_chromium_third__party_webrtc_system__wrappers_BUILD.gn │ ├── patch-src_3rdparty_chromium_third__party_widevine_cdm_widevine.gni │ ├── patch-src_3rdparty_chromium_third__party_zlib_BUILD.gn │ ├── patch-src_3rdparty_chromium_third__party_zlib_cpu__features.c │ ├── patch-src_3rdparty_chromium_tools_generate__stubs_rules.gni │ ├── patch-src_3rdparty_chromium_tools_grit_grit_node_base.py │ ├── patch-src_3rdparty_chromium_tools_json__schema__compiler_cpp__bundle__generator.py │ ├── patch-src_3rdparty_chromium_tools_json__schema__compiler_feature__compiler.py │ ├── patch-src_3rdparty_chromium_tools_licenses_licenses.py │ ├── patch-src_3rdparty_chromium_tools_memory_partition__allocator_inspect__utils.h │ ├── patch-src_3rdparty_chromium_tools_perf_chrome__telemetry__build_BUILD.gn │ ├── patch-src_3rdparty_chromium_tools_protoc__wrapper_protoc__wrapper.py │ ├── patch-src_3rdparty_chromium_tools_v8__context__snapshot_BUILD.gn │ ├── patch-src_3rdparty_chromium_tools_variations_fieldtrial__to__struct.py │ ├── patch-src_3rdparty_chromium_ui_aura_client_drag__drop__client.h │ ├── patch-src_3rdparty_chromium_ui_aura_screen__ozone.cc │ ├── patch-src_3rdparty_chromium_ui_aura_screen__ozone.h │ ├── patch-src_3rdparty_chromium_ui_base_clipboard_clipboard__constants.cc │ ├── patch-src_3rdparty_chromium_ui_base_clipboard_clipboard__constants.h │ ├── patch-src_3rdparty_chromium_ui_base_clipboard_clipboard__non__backed.cc │ ├── patch-src_3rdparty_chromium_ui_base_cursor_cursor__factory.cc │ ├── patch-src_3rdparty_chromium_ui_base_cursor_cursor__factory.h │ ├── patch-src_3rdparty_chromium_ui_base_dragdrop_os__exchange__data__provider__factory.cc │ ├── patch-src_3rdparty_chromium_ui_base_dragdrop_os__exchange__data__provider__non__backed.cc │ ├── patch-src_3rdparty_chromium_ui_base_ime_dummy__text__input__client.cc │ ├── patch-src_3rdparty_chromium_ui_base_ime_dummy__text__input__client.h │ ├── patch-src_3rdparty_chromium_ui_base_ime_fake__text__input__client.cc │ ├── patch-src_3rdparty_chromium_ui_base_ime_fake__text__input__client.h │ ├── patch-src_3rdparty_chromium_ui_base_ime_init_input__method__initializer.cc │ ├── patch-src_3rdparty_chromium_ui_base_ime_linux_linux__input__method__context__factory.cc │ ├── patch-src_3rdparty_chromium_ui_base_ime_text__input__client.h │ ├── patch-src_3rdparty_chromium_ui_base_resource_resource__bundle.cc │ ├── patch-src_3rdparty_chromium_ui_base_ui__base__features.cc │ ├── patch-src_3rdparty_chromium_ui_base_ui__base__features.h │ ├── patch-src_3rdparty_chromium_ui_base_ui__base__switches.cc │ ├── patch-src_3rdparty_chromium_ui_base_ui__base__switches.h │ ├── patch-src_3rdparty_chromium_ui_base_webui_web__ui__util.cc │ ├── patch-src_3rdparty_chromium_ui_base_x_x11__cursor__factory.cc │ ├── patch-src_3rdparty_chromium_ui_base_x_x11__cursor__factory.h │ ├── patch-src_3rdparty_chromium_ui_base_x_x11__cursor__loader.cc │ ├── patch-src_3rdparty_chromium_ui_base_x_x11__display__manager.cc │ ├── patch-src_3rdparty_chromium_ui_base_x_x11__shm__image__pool.cc │ ├── patch-src_3rdparty_chromium_ui_color_color__id.h │ ├── patch-src_3rdparty_chromium_ui_color_color__provider__utils.cc │ ├── patch-src_3rdparty_chromium_ui_color_system__theme.h │ ├── patch-src_3rdparty_chromium_ui_compositor_compositor.cc │ ├── patch-src_3rdparty_chromium_ui_compositor_compositor.h │ ├── patch-src_3rdparty_chromium_ui_compositor_compositor__observer.h │ ├── patch-src_3rdparty_chromium_ui_display_screen.cc │ ├── patch-src_3rdparty_chromium_ui_display_screen.h │ ├── patch-src_3rdparty_chromium_ui_events_devices_x11_device__data__manager__x11.cc │ ├── patch-src_3rdparty_chromium_ui_events_event.cc │ ├── patch-src_3rdparty_chromium_ui_events_event__switches.cc │ ├── patch-src_3rdparty_chromium_ui_events_event__switches.h │ ├── patch-src_3rdparty_chromium_ui_events_keycodes_dom_keycode__converter.cc │ ├── patch-src_3rdparty_chromium_ui_events_keycodes_dom_keycode__converter.h │ ├── patch-src_3rdparty_chromium_ui_gfx_BUILD.gn │ ├── patch-src_3rdparty_chromium_ui_gfx_canvas__skia.cc │ ├── patch-src_3rdparty_chromium_ui_gfx_font__fallback__linux.cc │ ├── patch-src_3rdparty_chromium_ui_gfx_font__render__params.h │ ├── patch-src_3rdparty_chromium_ui_gfx_font__render__params__linux.cc │ ├── patch-src_3rdparty_chromium_ui_gfx_font__util.cc │ ├── patch-src_3rdparty_chromium_ui_gfx_gpu__memory__buffer.cc │ ├── patch-src_3rdparty_chromium_ui_gfx_gpu__memory__buffer.h │ ├── patch-src_3rdparty_chromium_ui_gfx_linux_dmabuf__uapi.h │ ├── patch-src_3rdparty_chromium_ui_gfx_linux_gbm__wrapper.cc │ ├── patch-src_3rdparty_chromium_ui_gfx_mojom_native__handle__types__mojom__traits.cc │ ├── patch-src_3rdparty_chromium_ui_gfx_mojom_native__handle__types__mojom__traits.h │ ├── patch-src_3rdparty_chromium_ui_gfx_native__pixmap__handle.cc │ ├── patch-src_3rdparty_chromium_ui_gfx_native__pixmap__handle.h │ ├── patch-src_3rdparty_chromium_ui_gfx_native__widget__types.h │ ├── patch-src_3rdparty_chromium_ui_gfx_platform__font__skia.cc │ ├── patch-src_3rdparty_chromium_ui_gfx_render__text__api__fuzzer.cc │ ├── patch-src_3rdparty_chromium_ui_gfx_render__text__fuzzer.cc │ ├── patch-src_3rdparty_chromium_ui_gfx_switches.cc │ ├── patch-src_3rdparty_chromium_ui_gfx_switches.h │ ├── patch-src_3rdparty_chromium_ui_gfx_x_BUILD.gn │ ├── patch-src_3rdparty_chromium_ui_gfx_x_generated__protos_dri3.cc │ ├── patch-src_3rdparty_chromium_ui_gfx_x_generated__protos_shm.cc │ ├── patch-src_3rdparty_chromium_ui_gfx_x_xlib__support.cc │ ├── patch-src_3rdparty_chromium_ui_gl_BUILD.gn │ ├── patch-src_3rdparty_chromium_ui_gl_gl__context.cc │ ├── patch-src_3rdparty_chromium_ui_gl_gl__fence.cc │ ├── patch-src_3rdparty_chromium_ui_gl_gl__implementation.cc │ ├── patch-src_3rdparty_chromium_ui_gl_gl__switches.cc │ ├── patch-src_3rdparty_chromium_ui_gl_sync__control__vsync__provider.cc │ ├── patch-src_3rdparty_chromium_ui_gl_sync__control__vsync__provider.h │ ├── patch-src_3rdparty_chromium_ui_gtk_gtk__compat.cc │ ├── patch-src_3rdparty_chromium_ui_gtk_printing_print__dialog__gtk.cc │ ├── patch-src_3rdparty_chromium_ui_message__center_views_message__popup__view.cc │ ├── patch-src_3rdparty_chromium_ui_native__theme_native__theme.h │ ├── patch-src_3rdparty_chromium_ui_native__theme_native__theme__base.cc │ ├── patch-src_3rdparty_chromium_ui_native__theme_native__theme__features.cc │ ├── patch-src_3rdparty_chromium_ui_ozone_common_egl__util.cc │ ├── patch-src_3rdparty_chromium_ui_ozone_platform_headless_headless__surface__factory.cc │ ├── patch-src_3rdparty_chromium_ui_ozone_platform_headless_ozone__platform__headless.cc │ ├── patch-src_3rdparty_chromium_ui_ozone_platform_headless_vulkan__implementation__headless.cc │ ├── patch-src_3rdparty_chromium_ui_ozone_platform_wayland_gpu_vulkan__implementation__wayland.cc │ ├── patch-src_3rdparty_chromium_ui_ozone_platform_wayland_host_zwp__text__input__wrapper__v1.cc │ ├── patch-src_3rdparty_chromium_ui_ozone_platform_x11_vulkan__implementation__x11.cc │ ├── patch-src_3rdparty_chromium_ui_ozone_platform_x11_x11__screen__ozone.cc │ ├── patch-src_3rdparty_chromium_ui_ozone_platform_x11_x11__screen__ozone.h │ ├── patch-src_3rdparty_chromium_ui_ozone_platform_x11_x11__window.cc │ ├── patch-src_3rdparty_chromium_ui_ozone_test_mock__platform__window__delegate.h │ ├── patch-src_3rdparty_chromium_ui_platform__window_platform__window__delegate.cc │ ├── patch-src_3rdparty_chromium_ui_platform__window_platform__window__delegate.h │ ├── patch-src_3rdparty_chromium_ui_platform__window_platform__window__init__properties.h │ ├── patch-src_3rdparty_chromium_ui_qt_BUILD.gn │ ├── patch-src_3rdparty_chromium_ui_strings_translations_app__locale__settings__bn.xtb │ ├── patch-src_3rdparty_chromium_ui_strings_translations_app__locale__settings__ja.xtb │ ├── patch-src_3rdparty_chromium_ui_strings_translations_app__locale__settings__ko.xtb │ ├── patch-src_3rdparty_chromium_ui_strings_translations_app__locale__settings__ml.xtb │ ├── patch-src_3rdparty_chromium_ui_strings_translations_app__locale__settings__th.xtb │ ├── patch-src_3rdparty_chromium_ui_strings_translations_app__locale__settings__zh-CN.xtb │ ├── patch-src_3rdparty_chromium_ui_strings_translations_app__locale__settings__zh-TW.xtb │ ├── patch-src_3rdparty_chromium_ui_views_controls_prefix__selector.cc │ ├── patch-src_3rdparty_chromium_ui_views_controls_prefix__selector.h │ ├── patch-src_3rdparty_chromium_ui_views_controls_textfield_textfield.cc │ ├── patch-src_3rdparty_chromium_ui_views_controls_textfield_textfield.h │ ├── patch-src_3rdparty_chromium_ui_views_corewm_tooltip__aura.cc │ ├── patch-src_3rdparty_chromium_ui_views_examples_widget__example.cc │ ├── patch-src_3rdparty_chromium_ui_views_focus_focus__manager.cc │ ├── patch-src_3rdparty_chromium_ui_views_style_platform__style.cc │ ├── patch-src_3rdparty_chromium_ui_views_test_ui__controls__factory__desktop__aura__ozone.cc │ ├── patch-src_3rdparty_chromium_ui_views_views__delegate.cc │ ├── patch-src_3rdparty_chromium_ui_views_views__delegate.h │ ├── patch-src_3rdparty_chromium_ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.cc │ ├── patch-src_3rdparty_chromium_ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.h │ ├── patch-src_3rdparty_chromium_ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc │ ├── patch-src_3rdparty_chromium_ui_views_widget_root__view.cc │ ├── patch-src_3rdparty_chromium_ui_views_widget_widget.cc │ ├── patch-src_3rdparty_chromium_ui_views_window_custom__frame__view.cc │ ├── patch-src_3rdparty_chromium_ui_views_window_dialog__delegate.cc │ ├── patch-src_3rdparty_chromium_ui_views_window_frame__background.cc │ ├── patch-src_3rdparty_chromium_v8_BUILD.gn │ ├── patch-src_3rdparty_chromium_v8_include_v8-internal.h │ ├── patch-src_3rdparty_chromium_v8_include_v8config.h │ ├── patch-src_3rdparty_chromium_v8_src_api_api.cc │ ├── patch-src_3rdparty_chromium_v8_src_base_atomicops.h │ ├── patch-src_3rdparty_chromium_v8_src_base_platform_memory.h │ ├── patch-src_3rdparty_chromium_v8_src_base_platform_platform-freebsd.cc │ ├── patch-src_3rdparty_chromium_v8_src_base_platform_platform-openbsd.cc │ ├── patch-src_3rdparty_chromium_v8_src_base_platform_platform-posix.cc │ ├── patch-src_3rdparty_chromium_v8_src_base_strings.h │ ├── patch-src_3rdparty_chromium_v8_src_base_sys-info.cc │ ├── patch-src_3rdparty_chromium_v8_src_base_utils_random-number-generator.cc │ ├── patch-src_3rdparty_chromium_v8_src_diagnostics_perf-jit.cc │ ├── patch-src_3rdparty_chromium_v8_src_diagnostics_perf-jit.h │ ├── patch-src_3rdparty_chromium_v8_src_execution_isolate.cc │ ├── patch-src_3rdparty_chromium_v8_src_flags_flags.cc │ ├── patch-src_3rdparty_chromium_v8_src_sandbox_sandbox.cc │ ├── patch-src_3rdparty_chromium_v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc │ ├── patch-src_3rdparty_chromium_v8_src_snapshot_embedded_platform-embedded-file-writer-base.h │ ├── patch-src_3rdparty_chromium_v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc │ ├── patch-src_3rdparty_chromium_v8_src_trap-handler_handler-inside-posix.cc │ ├── patch-src_3rdparty_chromium_v8_src_trap-handler_handler-inside-posix.h │ ├── patch-src_3rdparty_chromium_v8_src_trap-handler_trap-handler.h │ ├── patch-src_3rdparty_chromium_v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl.h │ ├── patch-src_3rdparty_chromium_v8_tools_run-paxctl.py │ ├── patch-src_3rdparty_gn_src_gn_c__tool.cc │ ├── patch-src_3rdparty_gn_src_gn_ninja__binary__target__writer.cc │ ├── patch-src_3rdparty_gn_src_gn_tool.h │ ├── patch-src_core_CMakeLists.txt │ ├── patch-src_core_api_configure.cmake │ ├── patch-src_core_api_qt__cmdline.cmake │ ├── patch-src_pdf_CMakeLists.txt │ └── patch-src_pdf_configure_BUILD.root.gn.in ├── qtaccountsservice ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── qtfm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── qtile ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-libqtile_widget_battery.py │ └── patch-setup.py ├── qtractor ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-Makefile.in ├── quantlib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── quarkcoin ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── quarkcoin.conf │ └── quarkcoind.sh ├── options.mk └── patches │ ├── patch-src_chainparams.cpp │ ├── patch-src_db.h │ └── patch-src_netbase.cpp ├── quassel ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── quasselcore.sh ├── options.mk └── patches │ └── patch-CMakeLists.txt ├── quex ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── quex.sh ├── quickfix ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-UnitTest++_Makefile │ └── patch-configure.ac ├── quickie ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ └── netbsd.h └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ └── patch-ag ├── quiterss ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── qutebrowser ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── qwt6-qt4 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-pri │ └── patch-srcpro ├── qxmpp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── r8s ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── radare2-git ├── DESCR ├── Makefile ├── PLIST ├── PLIST.SunOS ├── buildlink3.mk ├── distinfo └── options.mk ├── radare2 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── PLIST.SunOS ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-libr_io_p_shm.mk │ ├── patch-shlr-sdb-src-Makefile │ └── patch-sys_ios-sdk.sh ├── rage ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── rainbow ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-Makefile ├── rakudo-star ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Darwin ├── PLIST.shared ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-lib_actions_install.bash ├── ranmacgen ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-macgen.c ├── rapidxml ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── raptor ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── rar4 ├── DESCR ├── MESSAGE.NetBSD ├── Makefile ├── PLIST ├── distinfo └── files │ └── rar4-license ├── raster3d ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-ac │ └── patch-ad ├── ratpoints ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ratproxy ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── hacks.mk └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── raw ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── rawdog ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── rawgl-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── rawgl ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-mixer.cpp ├── raze ├── DESCR ├── LICENSE ├── Makefile ├── PLIST ├── distinfo ├── hacks.mk └── patches │ ├── patch-libraries_ZVulkan_CMakeLists.txt │ ├── patch-source_CMakeLists.txt │ ├── patch-source_common_audio_music_i__music.h │ ├── patch-source_common_engine_files.h │ ├── patch-source_common_engine_palettecontainer.cpp │ ├── patch-source_common_objects_autosegs.cpp │ ├── patch-source_common_objects_autosegs.h │ ├── patch-source_common_textures_bitmap.h │ ├── patch-source_common_utility_engineerrors.cpp │ ├── patch-source_common_utility_gitinfo.cpp │ ├── patch-source_common_utility_palette.cpp │ ├── patch-source_core_gameconfigfile.cpp │ └── patch-source_games_blood_src_nnexts.cpp ├── rbenv ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-libexec_rbenv ├── rc.d.Interix ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── files │ └── pkgsrc_rc ├── rdsn-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-include_dsn_internal_ports.h │ ├── patch-src_core_core_library__utils.cpp │ ├── patch-src_core_core_task__worker.cpp │ ├── patch-src_core_tools_hpc_hpc__aio__provider.bsd.cpp │ ├── patch-src_core_tools_hpc_hpc__aio__provider.h │ ├── patch-src_dev_cpp_file__utils.cpp │ └── patch-src_dev_cpp_utils.cpp ├── rdup ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── re2-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Makefile ├── readseq ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── readseq.in ├── realm-core ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-src_realm_CMakeLists.txt │ ├── patch-src_realm_impl_simulated__failure.cpp │ ├── patch-src_realm_parser_CMakeLists.txt │ ├── patch-src_realm_util_features.h │ └── patch-src_realm_util_file.cpp ├── realpath ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── Makefile │ ├── realpath.1 │ └── realpath.c ├── realtimebattle ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── realvnc ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-common_network_TcpSocket.cxx │ ├── patch-unix_tx_TXDialog.h │ ├── patch-unix_tx_TXImage.cxx │ └── patch-unix_x0vncserver_Image.cxx ├── recidivm ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── recutils ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── redfang ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── redict ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── redict.sh │ └── smf │ │ └── manifest.xml ├── options.mk └── patches │ ├── patch-redict.conf │ ├── patch-src_hyperloglog.c │ └── patch-src_object.c ├── reduze ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── reflectionhle ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── regexxer ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── regula ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── relaydb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── remctl ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── remind ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── reone ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_engine_resource_format_lytreader.h ├── repeatmasker ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-configure ├── reproc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── resin ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile.in │ ├── patch-bin_resin.sh │ ├── patch-configure │ └── patch-modules_c_src_resin__os_Makefile.in ├── resterm ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── restoHack ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── retawq ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── retro68 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── PEFBinaryFormat.h └── patches │ ├── patch-LaunchAPPL_Client_MiniVMac.cc │ ├── patch-PEFTools_CMakeLists.txt │ ├── patch-ResourceFiles_ResourceFile.cc │ └── patch-libelf_src_config.h ├── reuse-tool ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-docs_conf.py ├── revealjs ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── revelation ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── reviewdog ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── rexx-regina ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── rhapsody ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── riak ├── DESCR ├── Makefile ├── Makefile.versions ├── PLIST ├── PLIST.SunOS ├── TODO ├── distinfo ├── files │ ├── Makefile │ ├── nspr-src-configure2.patch │ └── smf │ │ └── manifest.xml └── patches │ ├── patch-deps__erlang_js__c_src__Makefile │ ├── patch-deps_cuttlefish_rebar.config │ ├── patch-deps_eleveldb_c__src_build__deps.sh │ ├── patch-deps_eleveldb_c__src_eleveldb.cc │ ├── patch-deps_node__package_priv_base_env.sh │ ├── patch-deps_yokozuna_tools_grab-solr.sh │ └── patch-rel__vars.config ├── riak14 ├── DESCR ├── Makefile ├── Makefile.versions ├── PLIST ├── PLIST.SunOS ├── TODO ├── distinfo ├── files │ ├── Makefile │ ├── js-src-jslock.c.patch │ ├── smf │ │ └── manifest.xml │ └── snappy-libtool.patch └── patches │ ├── patch-deps_ebloom_rebar.config │ ├── patch-deps_eleveldb_c__src_build_deps.sh │ ├── patch-deps_erlang__js_c__src_Makefile │ ├── patch-deps_node__package_priv_base_env.sh │ ├── patch-rel_files_app.config │ └── patch-rel_vars.config ├── ricochet ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── rio ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk ├── distinfo └── patches │ ├── patch-corcovado_src_sys_unix_kqueue.rs │ ├── patch-corcovado_src_sys_unix_ready.rs │ └── patch-teletypewriter_src_unix_mod.rs ├── ripe-rpsl-objectlibrary ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── ripgrep-all ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk ├── distinfo └── patches │ └── patch-Cargo.toml ├── ripit ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── ripole ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── rippled ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-SConstruct ├── riscv64-none-elf-binutils ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-ld_emultempl_riscvelf.em ├── riscv64-none-elf-gcc ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-fixincludes_inclhack.def │ ├── patch-libffi_configure │ ├── patch-libffi_testsuite_libffi.call_float2.c │ ├── patch-libgcc_config.host │ ├── patch-libgcc_crtstuff.c │ ├── patch-libgcc_libgcov.h │ ├── patch-libgfortran_io_io.h │ ├── patch-libquadmath_printf_quadmath-printf.c │ ├── patch-libquadmath_strtod_strtod__l.c │ └── patch-libstdc++-v3_libsupc++_new__opa.cc ├── riscv64-none-elf-xuantie-gcc ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-fixincludes_inclhack.def │ ├── patch-gcc_Makefile.in │ ├── patch-gcc_system.h │ ├── patch-libcc1_configure │ ├── patch-libcc1_connection.cc │ ├── patch-libffi_configure │ ├── patch-libffi_testsuite_libffi.call_float2.c │ ├── patch-libgcc_config.host │ ├── patch-libgcc_crtstuff.c │ ├── patch-libgfortran_io_io.h │ ├── patch-libiberty_Makefile.in │ ├── patch-libquadmath_printf_quadmath-printf.c │ ├── patch-libquadmath_strtod_strtod__l.c │ └── patch-libstdc++-v3_libsupc++_new__opa.cc ├── rk ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── rkbin ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── rlottie ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── rmilter ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── rmilter.sh ├── rna-seq ├── DESCR └── Makefile ├── rna-star ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-SharedMemory.cpp │ ├── patch-SoloBarcode.cpp │ ├── patch-SuffixArrayFuns.cpp │ ├── patch-bamSortByCoordinate.cpp │ └── patch-opal_opal.cpp ├── rnc-mode ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── rng-tools ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── rnp ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── roadfighter ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── roadfighter └── patches │ ├── patch-CTile.cpp │ ├── patch-CTile.h │ ├── patch-build_linux_Makefile │ └── patch-menu__state.cpp ├── rocksdb ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-Makefile │ ├── patch-env_env__test.cc │ ├── patch-port_stack__trace.cc │ └── patch-util_arena.h ├── rolo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── rom64 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── romblast ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── rootcheck ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── rootsh ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_rootsh.c ├── rosegarden ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-configure │ └── patch-configure.ac ├── roswell ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-configure ├── rott ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── rottexpr ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-w__wad.c ├── roundcube-plugin-carddav ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-carddav__common.php ├── roundcube-skin-mvision2 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── routersploit ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-routersploit_core_exploit_payloads.py │ ├── patch-routersploit_core_exploit_shell.py │ ├── patch-routersploit_core_exploit_utils.py │ ├── patch-routersploit_modules_exploits_generic_ssh__auth__keys.py │ └── patch-routersploit_modules_scanners_autopwn.py ├── roxterm ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile.in ├── rpki-git ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── rpm5 ├── DEINSTALL ├── DESCR ├── INSTALL ├── Makefile ├── PLIST ├── PLIST.Linux ├── PLIST.NetBSD ├── PLIST.SunOS ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-poptconfig.c ├── rq ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── rsem ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-samtools-1.3_Makefile │ └── patch-samtools-1.3_htslib-1.3_Makefile ├── rset ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── rsget ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── rsound ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── options.mk ├── rsstail ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── rst-mode ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── rstudio ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── rtaudio ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-CMakeLists.txt │ └── patch-RtAudio.cpp ├── rtcmix ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-configure.ac │ ├── patch-defs.conf.in │ ├── patch-docs_Makefile │ ├── patch-docs_README.documentation │ ├── patch-docs_pod_Makefile │ ├── patch-docs_pod_copygen.pod │ ├── patch-docs_pod_gen20.pod │ ├── patch-docs_pod_gen25.pod │ ├── patch-docs_pod_gen4.pod │ ├── patch-docs_pod_rtoutput.pod │ ├── patch-genlib_Makefile │ ├── patch-insts_base_CHAIN_Makefile │ ├── patch-insts_base_WAVETABLE_Makefile │ ├── patch-insts_bgg_GVERB_Makefile │ ├── patch-insts_bgg_HALFWAVE_Makefile │ ├── patch-insts_bgg_PFSCHED_Makefile │ ├── patch-insts_bgg_SYNC_Makefile │ ├── patch-insts_bgg_VWAVE_Makefile │ ├── patch-insts_jg_BUTTER_Makefile │ ├── patch-insts_jg_COMPLIMIT_Makefile │ ├── patch-insts_jg_CONVOLVE1_Makefile │ ├── patch-insts_jg_DCBLOCK_Makefile │ ├── patch-insts_jg_DECIMATE_Makefile │ ├── patch-insts_jg_DISTORT_Makefile │ ├── patch-insts_jg_ELL_Makefile │ ├── patch-insts_jg_EQ_Makefile │ ├── patch-insts_jg_FILTERBANK_Makefile │ ├── patch-insts_jg_FILTSWEEP_Makefile │ ├── patch-insts_jg_FLANGE_Makefile │ ├── patch-insts_jg_FOLLOWER_Makefile │ ├── patch-insts_jg_FREEVERB_Makefile │ ├── patch-insts_jg_GRANSYNTH_Makefile │ ├── patch-insts_jg_GRANULATE_Makefile │ ├── patch-insts_jg_JCHOR_Makefile │ ├── patch-insts_jg_JDELAY_Makefile │ ├── patch-insts_jg_JFIR_Makefile │ ├── patch-insts_jg_JGRAN_Makefile │ ├── patch-insts_jg_MOOGVCF_Makefile │ ├── patch-insts_jg_MROOM_Makefile │ ├── patch-insts_jg_MULTEQ_Makefile │ ├── patch-insts_jg_MULTIWAVE_Makefile │ ├── patch-insts_jg_NPAN_Makefile │ ├── patch-insts_jg_PAN_Makefile │ ├── patch-insts_jg_QPAN_Makefile │ ├── patch-insts_jg_RESYNTH_Makefile │ ├── patch-insts_jg_REVERBIT_Makefile │ ├── patch-insts_jg_REV_Makefile │ ├── patch-insts_jg_ROOM_Makefile │ ├── patch-insts_jg_SHAPE_Makefile │ ├── patch-insts_jg_SPECTACLE2_Makefile │ ├── patch-insts_jg_SPECTACLE_Makefile │ ├── patch-insts_jg_SPLITTER_Makefile │ ├── patch-insts_jg_SROOM_Makefile │ ├── patch-insts_jg_VOCODE2_Makefile │ ├── patch-insts_jg_VOCODE3_Makefile │ ├── patch-insts_jg_VOCODESYNTH_Makefile │ ├── patch-insts_jg_WAVY_Makefile │ ├── patch-insts_jg_WIGGLE_Makefile │ ├── patch-insts_jg_denoise_Makefile │ ├── patch-insts_joel_jfuncs_Makefile │ ├── patch-insts_joel_tuning_Makefile │ ├── patch-insts_maxmsp_MAXBANG_Makefile │ ├── patch-insts_maxmsp_MAXMESSAGE_Makefile │ ├── patch-insts_std_AMINST_Makefile │ ├── patch-insts_std_AM_Makefile │ ├── patch-insts_std_CLAR_Makefile │ ├── patch-insts_std_COMBIT_Makefile │ ├── patch-insts_std_DEL1_Makefile │ ├── patch-insts_std_DELAY_Makefile │ ├── patch-insts_std_DUMP_Makefile │ ├── patch-insts_std_FIR_Makefile │ ├── patch-insts_std_FMINST_Makefile │ ├── patch-insts_std_HOLO_Makefile │ ├── patch-insts_std_IIR_Makefile │ ├── patch-insts_std_LOOP_Makefile │ ├── patch-insts_std_LPCPLAY_Makefile │ ├── patch-insts_std_MARAGRAN_Makefile │ ├── patch-insts_std_METAFLUTE_Makefile │ ├── patch-insts_std_MMOVE_Makefile │ ├── patch-insts_std_MOCKBEND_Makefile │ ├── patch-insts_std_MOVE_Makefile │ ├── patch-insts_std_MULTICOMB_Makefile │ ├── patch-insts_std_NOISE_Makefile │ ├── patch-insts_std_PANECHO_Makefile │ ├── patch-insts_std_PHASER_Makefile │ ├── patch-insts_std_PVOC.maxmsp_Makefile │ ├── patch-insts_std_PVOC_Makefile │ ├── patch-insts_std_REVMIX_Makefile │ ├── patch-insts_std_SCRUB_Makefile │ ├── patch-insts_std_SCULPT_Makefile │ ├── patch-insts_std_STEREO_Makefile │ ├── patch-insts_std_STRUM2_Makefile │ ├── patch-insts_std_STRUMFB_Makefile │ ├── patch-insts_std_STRUM_Makefile │ ├── patch-insts_std_TRANSBEND_Makefile │ ├── patch-insts_std_TRANS_Makefile │ ├── patch-insts_std_WAVESHAPE_Makefile │ ├── patch-insts_std_convolve_Makefile │ ├── patch-insts_std_gravy_Makefile │ ├── patch-insts_std_mrotate_Makefile │ ├── patch-insts_std_numtest_Makefile │ ├── patch-insts_std_rotate_Makefile │ ├── patch-insts_std_sgran_Makefile │ ├── patch-insts_std_stgran_Makefile │ ├── patch-insts_std_wow_Makefile │ ├── patch-insts_stk_MBANDEDWG_Makefile │ ├── patch-insts_stk_MBLOWBOTL_Makefile │ ├── patch-insts_stk_MBLOWHOLE_Makefile │ ├── patch-insts_stk_MBOWED_Makefile │ ├── patch-insts_stk_MBRASS_Makefile │ ├── patch-insts_stk_MCLAR_Makefile │ ├── patch-insts_stk_MMESH2D_Makefile │ ├── patch-insts_stk_MMODALBAR_Makefile │ ├── patch-insts_stk_MSAXOFONY_Makefile │ ├── patch-insts_stk_MSHAKERS_Makefile │ ├── patch-insts_stk_MSITAR_Makefile │ ├── patch-insts_vccm_COMBFILT_Makefile │ ├── patch-insts_vccm_HAR_Makefile │ ├── patch-insts_vccm_MIXN_Makefile │ ├── patch-insts_vccm_RAP_Makefile │ ├── patch-insts_vccm_vMIX_Makefile │ ├── patch-makefile.conf.in │ ├── patch-site.conf │ ├── patch-src_audio_AudioFileDevice.cpp │ ├── patch-src_audio_Makefile │ ├── patch-src_audio_MultiPortOSSAudioDevice.cpp │ ├── patch-src_audio_MultiPortOSSAudioDevice.h │ ├── patch-src_audio_OSSAudioDevice.cpp │ ├── patch-src_audio_OSSAudioDevice.h │ ├── patch-src_audio_SinglePortOSSAudioDevice.cpp │ ├── patch-src_audio_SinglePortOSSAudioDevice.h │ ├── patch-src_audio_audio__dev__creator.cpp │ ├── patch-src_audio_sndlibsupport.h │ ├── patch-src_control_datafile_Makefile │ ├── patch-src_control_display_Makefile │ ├── patch-src_control_maxmsp_Makefile │ ├── patch-src_control_midi_Makefile │ ├── patch-src_control_mouse_Makefile │ ├── patch-src_control_osc_Makefile │ ├── patch-src_control_pfbus_Makefile │ ├── patch-src_parser_Makefile │ ├── patch-src_parser_perl_Makefile │ ├── patch-src_rtcmix_Makefile │ ├── patch-src_rtcmix_load__utils.c │ ├── patch-utils_Makefile │ ├── patch-utils_cmixplay.cpp │ ├── patch-utils_head_Makefile │ ├── patch-utils_resample_Makefile │ └── patch-utils_scripts_sfconv ├── rte ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── rthread ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── rtl-sdr-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-src_rtl__fm_c ├── rtl_433 ├── COMMIT_MSG ├── DESCR ├── MESSAGE.Linux ├── MESSAGE.NetBSD ├── MESSAGE.common ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── rtmidi ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-CMakeLists.txt │ └── patch-RtMidi.cpp ├── rtpbreak ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── rtspdump ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── rtv ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── rubiks ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-dietz_solver_cubex.h ├── rubrica2 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── ruby-3llo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-actionmessenger ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-actionpack52-xml_parser ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-asciidoctor-pdf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-blockenspiel ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-build ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-bin_ruby-build ├── ruby-cabin ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-charlock_holmes ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-chawan ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-csv ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-delegate_it ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-delegate_it.gemspec ├── ruby-diaspora ├── DESCR ├── Makefile └── TODO ├── ruby-dig_rb ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-ditz ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-ethon ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-gemojione ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-gh ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-ghi ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-lib_ghi_client.rb ├── ruby-git_stats ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-github-markup ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-gitlab-grit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-gitlab ├── DESCR ├── Makefile └── PLIST ├── ruby-gollum-lib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-gollum-rugged_adapter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-gollum ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-htmlentities ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-httparty ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-iesd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-kakasi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-libv8 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-logger ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-multi_xml ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-mustache-sinatra ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-net-http-pipeline ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-octicons ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-passenger ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-build_common__library.rb │ ├── patch-build_packaging.rb │ ├── patch-src_ruby__supportlib_phusion__passenger.rb │ ├── patch-src_ruby__supportlib_phusion__passenger_packaging.rb │ └── patch-src_ruby__supportlib_phusion__passenger_platform__info_cxx__portability.rb ├── ruby-prawn-icon ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-prawn-svg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-prawn-table ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-prawn-templates ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-pusher-client ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-rack-flash3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-rack-protection4 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-rake-compiler ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-rbpdf-font ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-rbpdf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-request_store ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-review ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-rinku ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-roadie-rails52 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-roadie ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-roo-xls ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-rouge3 ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-rss ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-sdl2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-simple-navigation ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-sinatra-contrib4 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-sinatra-simple-navigation ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-sinatra4 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-sprockets-helpers ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-sqlite3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-table_print ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-taskwarrior-web ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-teamocil ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-termit ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-termit.gemspec ├── ruby-therubyracer ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-ext_v8_extconf.rb ├── ruby-therubyrhino ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-therubyrhino_jar ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-travis ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── ruby-treetop16 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-trollop ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-twitter-text1 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-useragent ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-vegas ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-versionomy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-xmpp4r ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ruby-yaml_waml ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── rumdl ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── runas ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── runcpm ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-RunCPM_Makefile.posix ├── rust-analyzer ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk └── distinfo ├── rust-synapse-compress-state ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── rust189-bin ├── DESCR ├── Makefile ├── buildlink3.mk ├── distinfo └── files │ └── install.sh ├── rust189 ├── DESCR ├── HOWTO-BOOTSTRAP ├── Makefile ├── buildlink3.mk ├── cargo.mk ├── cross.mk ├── distinfo ├── do-cross.mk ├── files │ └── gcc-wrap ├── options.mk ├── patches │ ├── patch-compiler_rustc__codegen__ssa_src_back_linker.rs │ ├── patch-compiler_rustc__llvm_build.rs │ ├── patch-compiler_rustc__target_src_spec_Targets_sparc64__unknown__netbsd.rs │ ├── patch-compiler_rustc__target_src_spec_base_netbsd.rs │ ├── patch-compiler_rustc__target_src_spec_mod.rs │ ├── patch-compiler_rustc__target_src_spec_targets_aarch64__be__unknown__netbsd.rs │ ├── patch-compiler_rustc__target_src_spec_targets_aarch64__unknown__netbsd.rs │ ├── patch-compiler_rustc__target_src_spec_targets_mips64el__unknown__netbsd.rs │ ├── patch-compiler_rustc__target_src_spec_targets_mipsel__unknown__netbsd.rs │ ├── patch-library_backtrace_src_symbolize_gimli.rs │ ├── patch-library_backtrace_src_symbolize_gimli_elf.rs │ ├── patch-library_std_src_sys_pal_unix_mod.rs │ ├── patch-library_stdarch_crates_std__detect_tests_cpu-detection.rs │ ├── patch-src_bootstrap_bootstrap.py │ ├── patch-src_bootstrap_src_core_build__steps_compile.rs │ ├── patch-src_bootstrap_src_core_build__steps_install.rs │ ├── patch-src_bootstrap_src_core_builder_cargo.rs │ ├── patch-src_bootstrap_src_lib.rs │ ├── patch-src_llvm-project_llvm_CMakeLists.txt │ ├── patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake │ ├── patch-src_llvm-project_llvm_include_llvm-c_DataTypes.h │ ├── patch-src_llvm-project_llvm_include_llvm_Analysis_ConstantFolding.h │ ├── patch-src_llvm-project_llvm_utils_FileCheck_FileCheck.cpp │ ├── patch-src_tools_cargo_src_cargo_core_profiles.rs │ ├── patch-src_tools_cargo_tests_testsuite_build.rs │ ├── patch-src_tools_rust-installer_install-template.sh │ ├── patch-tests_assembly_targets_targets-elf.rs │ ├── patch-vendor_crossbeam-utils-0.8.18_no__atomic.rs │ ├── patch-vendor_libc-0.2.155_src_unix_bsd_netbsdlike_netbsd_mod.rs │ ├── patch-vendor_libc-0.2.155_src_unix_solarish_mod.rs │ ├── patch-vendor_libc-0.2.168_src_unix_bsd_netbsdlike_netbsd_mod.rs │ ├── patch-vendor_libc-0.2.168_src_unix_bsd_netbsdlike_netbsd_riscv64.rs │ ├── patch-vendor_libc-0.2.168_src_unix_solarish_mod.rs │ ├── patch-vendor_libc-0.2.169_src_unix_bsd_netbsdlike_netbsd_mod.rs │ ├── patch-vendor_libc-0.2.169_src_unix_bsd_netbsdlike_netbsd_riscv64.rs │ ├── patch-vendor_libc-0.2.169_src_unix_solarish_mod.rs │ ├── patch-vendor_libc-0.2.171_src_unix_bsd_netbsdlike_netbsd_riscv64.rs │ ├── patch-vendor_libc-0.2.172_src_unix_bsd_netbsdlike_netbsd_riscv64.rs │ ├── patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs │ ├── patch-vendor_libc-0.2.174_src_unix_bsd_netbsdlike_netbsd_riscv64.rs │ ├── patch-vendor_line-index-0.1.2_src_lib.rs │ ├── patch-vendor_lzma-sys-0.1.20_config.h │ ├── patch-vendor_memchr-2.7.4_src_arch_aarch64_memchr.rs │ ├── patch-vendor_memchr-2.7.4_src_arch_aarch64_mod.rs │ ├── patch-vendor_memchr-2.7.4_src_memchr.rs │ ├── patch-vendor_memchr-2.7.4_src_memmem_searcher.rs │ ├── patch-vendor_memchr-2.7.4_src_vector.rs │ ├── patch-vendor_openssl-src-111.28.2+1.1.1w_openssl_Configurations_10-main.conf │ ├── patch-vendor_openssl-src-111.28.2+1.1.1w_openssl_crypto_aria_aria.c │ ├── patch-vendor_openssl-src-111.28.2+1.1.1w_src_lib.rs │ ├── patch-vendor_openssl-src-300.5.0+3.5.0_openssl_Configurations_10-main.conf │ ├── patch-vendor_openssl-src-300.5.0+3.5.0_openssl_crypto_aria_aria.c │ ├── patch-vendor_openssl-src-300.5.0+3.5.0_src_lib.rs │ ├── patch-vendor_openssl-sys-0.9.104_build_find__normal.rs │ ├── patch-vendor_openssl-sys-0.9.104_build_main.rs │ ├── patch-vendor_openssl-sys-0.9.107_build_find__normal.rs │ ├── patch-vendor_openssl-sys-0.9.107_build_main.rs │ ├── patch-vendor_openssl-sys-0.9.109_build_find__normal.rs │ ├── patch-vendor_openssl-sys-0.9.109_build_main.rs │ ├── patch-vendor_rustc-ap-rustc__target_src_spec_aarch64__be__unknown__netbsd.rs │ ├── patch-vendor_zerocopy-0.7.32_src_lib.rs │ ├── patch-vendor_zerocopy-0.7.35_src_lib.rs │ └── patch-vendor_zeroize-1.8.1_src_lib.rs ├── platform.mk └── rust.mk ├── rust190-bin ├── DESCR ├── Makefile ├── buildlink3.mk ├── distinfo └── files │ └── install.sh ├── rust190 ├── DESCR ├── HOWTO-BOOTSTRAP ├── Makefile ├── buildlink3.mk ├── cargo.mk ├── cross.mk ├── distinfo ├── do-cross.mk ├── files │ └── gcc-wrap ├── options.mk ├── patches │ ├── patch-compiler_rustc__codegen__ssa_src_back_linker.rs │ ├── patch-compiler_rustc__llvm_build.rs │ ├── patch-compiler_rustc__target_src_spec_Targets_sparc64__unknown__netbsd.rs │ ├── patch-compiler_rustc__target_src_spec_base_netbsd.rs │ ├── patch-compiler_rustc__target_src_spec_mod.rs │ ├── patch-compiler_rustc__target_src_spec_targets_aarch64__be__unknown__netbsd.rs │ ├── patch-compiler_rustc__target_src_spec_targets_aarch64__unknown__netbsd.rs │ ├── patch-compiler_rustc__target_src_spec_targets_mips64el__unknown__netbsd.rs │ ├── patch-compiler_rustc__target_src_spec_targets_mipsel__unknown__netbsd.rs │ ├── patch-libc-0.2.168_src_unix_bsd_netbsdlike_netbsd_mod.rs │ ├── patch-library_backtrace_src_symbolize_gimli.rs │ ├── patch-library_backtrace_src_symbolize_gimli_elf.rs │ ├── patch-library_std_src_sys_pal_unix_mod.rs │ ├── patch-src_bootstrap_bootstrap.py │ ├── patch-src_bootstrap_src_core_build__steps_compile.rs │ ├── patch-src_bootstrap_src_core_build__steps_install.rs │ ├── patch-src_bootstrap_src_core_builder_cargo.rs │ ├── patch-src_bootstrap_src_lib.rs │ ├── patch-src_llvm-project_llvm_CMakeLists.txt │ ├── patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake │ ├── patch-src_llvm-project_llvm_include_llvm-c_DataTypes.h │ ├── patch-src_llvm-project_llvm_include_llvm_Analysis_ConstantFolding.h │ ├── patch-src_llvm-project_llvm_utils_FileCheck_FileCheck.cpp │ ├── patch-src_tools_cargo_src_cargo_core_profiles.rs │ ├── patch-src_tools_cargo_tests_testsuite_build.rs │ ├── patch-src_tools_rust-installer_install-template.sh │ ├── patch-tests_assembly-llvm_targets_targets-elf.rs │ ├── patch-vendor_crossbeam-utils-0.8.18_no__atomic.rs │ ├── patch-vendor_libc-0.2.155_src_unix_bsd_netbsdlike_netbsd_mod.rs │ ├── patch-vendor_libc-0.2.155_src_unix_solarish_mod.rs │ ├── patch-vendor_libc-0.2.168_src_unix_bsd_netbsdlike_netbsd_riscv64.rs │ ├── patch-vendor_libc-0.2.168_src_unix_solarish_mod.rs │ ├── patch-vendor_libc-0.2.169_src_unix_bsd_netbsdlike_netbsd_mod.rs │ ├── patch-vendor_libc-0.2.169_src_unix_bsd_netbsdlike_netbsd_riscv64.rs │ ├── patch-vendor_libc-0.2.169_src_unix_solarish_mod.rs │ ├── patch-vendor_libc-0.2.171_src_unix_bsd_netbsdlike_netbsd_riscv64.rs │ ├── patch-vendor_libc-0.2.172_src_unix_bsd_netbsdlike_netbsd_riscv64.rs │ ├── patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs │ ├── patch-vendor_libc-0.2.174_src_unix_bsd_netbsdlike_netbsd_riscv64.rs │ ├── patch-vendor_line-index-0.1.2_src_lib.rs │ ├── patch-vendor_lzma-sys-0.1.20_config.h │ ├── patch-vendor_memchr-2.7.4_src_arch_aarch64_memchr.rs │ ├── patch-vendor_memchr-2.7.4_src_arch_aarch64_mod.rs │ ├── patch-vendor_memchr-2.7.4_src_memchr.rs │ ├── patch-vendor_memchr-2.7.4_src_memmem_searcher.rs │ ├── patch-vendor_memchr-2.7.4_src_vector.rs │ ├── patch-vendor_openssl-src-111.28.2+1.1.1w_openssl_Configurations_10-main.conf │ ├── patch-vendor_openssl-src-111.28.2+1.1.1w_openssl_crypto_aria_aria.c │ ├── patch-vendor_openssl-src-111.28.2+1.1.1w_src_lib.rs │ ├── patch-vendor_openssl-src-300.5.0+3.5.0_openssl_Configurations_10-main.conf │ ├── patch-vendor_openssl-src-300.5.0+3.5.0_openssl_crypto_aria_aria.c │ ├── patch-vendor_openssl-src-300.5.0+3.5.0_src_lib.rs │ ├── patch-vendor_openssl-sys-0.9.107_build_find__normal.rs │ ├── patch-vendor_openssl-sys-0.9.107_build_main.rs │ ├── patch-vendor_openssl-sys-0.9.109_build_find__normal.rs │ ├── patch-vendor_openssl-sys-0.9.109_build_main.rs │ ├── patch-vendor_openssl-sys-0.9.92_build_find__normal.rs │ ├── patch-vendor_openssl-sys-0.9.92_build_main.rs │ ├── patch-vendor_rustc-ap-rustc__target_src_spec_aarch64__be__unknown__netbsd.rs │ ├── patch-vendor_zerocopy-0.7.32_src_lib.rs │ ├── patch-vendor_zerocopy-0.7.35_src_lib.rs │ └── patch-vendor_zeroize-1.8.1_src_lib.rs ├── platform.mk └── rust.mk ├── rust191-bin ├── DESCR ├── Makefile ├── buildlink3.mk ├── distinfo └── files │ └── install.sh ├── rust191 ├── DESCR ├── HOWTO-BOOTSTRAP ├── Makefile ├── buildlink3.mk ├── cargo.mk ├── cross.mk ├── distinfo ├── do-cross.mk ├── files │ └── gcc-wrap ├── options.mk ├── patches │ ├── patch-compiler_rustc__codegen__ssa_src_back_linker.rs │ ├── patch-compiler_rustc__llvm_build.rs │ ├── patch-compiler_rustc__target_src_spec_Targets_sparc64__unknown__netbsd.rs │ ├── patch-compiler_rustc__target_src_spec_base_netbsd.rs │ ├── patch-compiler_rustc__target_src_spec_mod.rs │ ├── patch-compiler_rustc__target_src_spec_targets_aarch64__be__unknown__netbsd.rs │ ├── patch-compiler_rustc__target_src_spec_targets_aarch64__unknown__netbsd.rs │ ├── patch-compiler_rustc__target_src_spec_targets_mips64el__unknown__netbsd.rs │ ├── patch-compiler_rustc__target_src_spec_targets_mipsel__unknown__netbsd.rs │ ├── patch-libc-0.2.168_src_unix_bsd_netbsdlike_netbsd_mod.rs │ ├── patch-library_backtrace_src_symbolize_gimli.rs │ ├── patch-library_backtrace_src_symbolize_gimli_elf.rs │ ├── patch-library_std_src_sys_fs_unix.rs │ ├── patch-src_bootstrap_bootstrap.py │ ├── patch-src_bootstrap_src_core_build__steps_compile.rs │ ├── patch-src_bootstrap_src_core_build__steps_install.rs │ ├── patch-src_bootstrap_src_core_builder_cargo.rs │ ├── patch-src_bootstrap_src_lib.rs │ ├── patch-src_llvm-project_llvm_CMakeLists.txt │ ├── patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake │ ├── patch-src_llvm-project_llvm_include_llvm-c_DataTypes.h │ ├── patch-src_llvm-project_llvm_include_llvm_Analysis_ConstantFolding.h │ ├── patch-src_llvm-project_llvm_utils_FileCheck_FileCheck.cpp │ ├── patch-src_tools_cargo_src_cargo_core_profiles.rs │ ├── patch-src_tools_cargo_tests_testsuite_build.rs │ ├── patch-src_tools_rust-installer_install-template.sh │ ├── patch-tests_assembly-llvm_targets_targets-elf.rs │ ├── patch-vendor_crossbeam-utils-0.8.18_no__atomic.rs │ ├── patch-vendor_libc-0.2.155_src_unix_bsd_netbsdlike_netbsd_mod.rs │ ├── patch-vendor_libc-0.2.155_src_unix_solarish_mod.rs │ ├── patch-vendor_libc-0.2.168_src_unix_bsd_netbsdlike_netbsd_riscv64.rs │ ├── patch-vendor_libc-0.2.168_src_unix_solarish_mod.rs │ ├── patch-vendor_libc-0.2.169_src_unix_bsd_netbsdlike_netbsd_mod.rs │ ├── patch-vendor_libc-0.2.169_src_unix_bsd_netbsdlike_netbsd_riscv64.rs │ ├── patch-vendor_libc-0.2.169_src_unix_solarish_mod.rs │ ├── patch-vendor_libc-0.2.171_src_unix_bsd_netbsdlike_netbsd_riscv64.rs │ ├── patch-vendor_libc-0.2.172_src_unix_bsd_netbsdlike_netbsd_riscv64.rs │ ├── patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs │ ├── patch-vendor_libc-0.2.174_src_unix_bsd_netbsdlike_netbsd_riscv64.rs │ ├── patch-vendor_libc-0.2.175_src_unix_bsd_netbsdlike_netbsd_riscv64.rs │ ├── patch-vendor_line-index-0.1.2_src_lib.rs │ ├── patch-vendor_lzma-sys-0.1.20_config.h │ ├── patch-vendor_memchr-2.7.4_src_arch_aarch64_memchr.rs │ ├── patch-vendor_memchr-2.7.4_src_arch_aarch64_mod.rs │ ├── patch-vendor_memchr-2.7.4_src_memchr.rs │ ├── patch-vendor_memchr-2.7.4_src_memmem_searcher.rs │ ├── patch-vendor_memchr-2.7.4_src_vector.rs │ ├── patch-vendor_openssl-src-111.28.2+1.1.1w_openssl_Configurations_10-main.conf │ ├── patch-vendor_openssl-src-111.28.2+1.1.1w_openssl_crypto_aria_aria.c │ ├── patch-vendor_openssl-src-111.28.2+1.1.1w_src_lib.rs │ ├── patch-vendor_openssl-src-300.5.0+3.5.0_openssl_Configurations_10-main.conf │ ├── patch-vendor_openssl-src-300.5.0+3.5.0_openssl_crypto_aria_aria.c │ ├── patch-vendor_openssl-src-300.5.0+3.5.0_src_lib.rs │ ├── patch-vendor_openssl-src-300.5.2+3.5.2_openssl_Configurations_10-main.conf │ ├── patch-vendor_openssl-src-300.5.2+3.5.2_openssl_crypto_aria_aria.c │ ├── patch-vendor_openssl-src-300.5.2+3.5.2_src_lib.rs │ ├── patch-vendor_openssl-sys-0.9.107_build_find__normal.rs │ ├── patch-vendor_openssl-sys-0.9.107_build_main.rs │ ├── patch-vendor_openssl-sys-0.9.109_build_find__normal.rs │ ├── patch-vendor_openssl-sys-0.9.109_build_main.rs │ ├── patch-vendor_openssl-sys-0.9.92_build_find__normal.rs │ ├── patch-vendor_openssl-sys-0.9.92_build_main.rs │ ├── patch-vendor_rustc-ap-rustc__target_src_spec_aarch64__be__unknown__netbsd.rs │ ├── patch-vendor_zerocopy-0.7.32_src_lib.rs │ ├── patch-vendor_zerocopy-0.7.35_src_lib.rs │ └── patch-vendor_zeroize-1.8.1_src_lib.rs ├── platform.mk └── rust.mk ├── rustormy ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk └── distinfo ├── s-nail ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-mk_make-install.sh ├── s2tc ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── DEINSTALL │ └── INSTALL └── patches │ └── patch-Makefile.am ├── s3cmd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── s3funnel ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── s5cmd ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── sabnzbd ├── DESCR ├── MESSAGE.SunOS ├── Makefile ├── PLIST ├── distinfo ├── files │ └── sabnzbd.xml ├── options.mk └── patches │ ├── patch-SABnzbd.py │ └── patch-sabnzbd_cfg.py ├── sabnzbdplus ├── DESCR ├── MESSAGE.SunOS ├── Makefile ├── PLIST ├── distinfo ├── files │ └── sabnzbd.xml ├── options.mk └── patches │ └── patch-SABnzbd.py ├── sacc-git ├── DESCR ├── Makefile └── PLIST ├── safekeep ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── sagittarius ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ └── patch-ext_process_CMakeLists.txt ├── sailor ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── salmon ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-.._staden-io__lib-1.14.8.1_progs_scram__flagstat.c │ ├── patch-.._staden-io__lib-1.14.8.1_progs_scram__merge.c │ ├── patch-.._staden-io__lib-1.14.8.1_progs_scram__test.c │ ├── patch-CMakeLists.txt │ ├── patch-scripts_fetchRapMap.sh │ └── patch-src_CMakeLists.txt ├── samhain ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── samhain.sh │ └── samhainrc.netbsd └── patches │ ├── patch-aa │ └── patch-ab ├── samtools ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── sapling ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── sara ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── sarf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── sayonara ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-resources_CMakeLists.txt │ └── patch-src_Gui_Plugins_Engine_GUI__LevelPainter.cpp ├── sbc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── sbcl-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-ab │ └── patch-revert-37d3828773e2f847bb1ed7522b0af4fb8e736fc8 ├── sbcl ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-ab │ ├── patch-clean.sh │ ├── patch-make-genesis-2.sh │ ├── patch-make-host-1.sh │ ├── patch-make-host-2.sh │ ├── patch-make-target-1.sh │ ├── patch-make-target-2.sh │ └── patch-slam.sh ├── sblim-sfcc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-backend_cimxml_indicationlistener.c ├── scare ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── scc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── scheme48-sdl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── schur ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── scilab ├── DESCR ├── Makefile ├── PLIST ├── PLIST.opt ├── buildlink3.mk ├── distinfo ├── files │ ├── chk_ieee.c │ └── update_plist └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-al │ ├── patch-am │ ├── patch-an │ ├── patch-ao │ ├── patch-ap │ ├── patch-aq │ ├── patch-ar │ ├── patch-at │ ├── patch-au │ ├── patch-av │ ├── patch-aw │ ├── patch-ax │ ├── patch-ay │ ├── patch-az │ ├── patch-routines_system_Makefile.in │ └── patch-routines_system_msgs.f ├── scim-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_Makefile ├── scimark ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── scintilla ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-gtk_makefile ├── scip ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── scite ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-gtk_makefile ├── scm ├── DESCR ├── Makefile ├── PLIST.X ├── PLIST.X_ncurses ├── PLIST.ncurses ├── PLIST.plain ├── TODO ├── distinfo ├── files │ ├── buildscm.sh │ ├── buildscm_X.sh │ ├── buildscm_X_ncurses.sh │ ├── buildscm_ncurses.sh │ └── require.scm └── patches │ ├── patch-aa │ └── patch-aj ├── scmail ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── scourge ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── scourge.sh └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ae ├── scr2png ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── cp850-8x16.fnt └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── scrc ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-af │ └── patch-ag ├── scrcpy ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── scsh-install-lib ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── scummvm-bass ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── bass.sh └── options.mk ├── scummvm-fotaq ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── fotaq.sh └── options.mk ├── scummvm-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── scx ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── scythe ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-Makefile ├── sdd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── sddm ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── sddm.sh │ ├── xinit-session │ └── xsessions │ │ ├── ctwm.desktop │ │ └── xinitrc.desktop ├── options.mk └── patches │ ├── patch-CMakeLists.txt │ ├── patch-data_man_sddm.conf.rst.in │ ├── patch-data_themes_CMakeLists.txt │ ├── patch-services_CMakeLists.txt │ ├── patch-src_common_Configuration.h │ ├── patch-src_common_VirtualTerminal.cpp │ ├── patch-src_common_XAuth.cpp │ ├── patch-src_daemon_LogindDBusTypes.cpp │ ├── patch-src_helper_Backend.cpp │ ├── patch-src_helper_CMakeLists.txt │ ├── patch-src_helper_HelperApp.cpp │ └── patch-src_helper_UserSession.cpp ├── sdict-tools ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── sdif-git ├── DESCR ├── Makefile ├── PLIST └── TODO ├── sdl-sopwith ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── seafile-client ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-common_obj-backend-fs.c │ ├── patch-configure.ac │ └── patch-daemon_Makefile.am ├── seafile-gui ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── seafile-server ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-lib-utils.h │ └── patch-server_http-server.c ├── seagull ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-build.conf │ ├── patch-build.ksh │ ├── patch-common_integer__t.hpp │ ├── patch-common_string__t.hpp │ ├── patch-gen-project.ksh │ ├── patch-library-trans-ip_C__TransIP.cpp │ ├── patch-library-trans-ip_S__IpAddr.cpp │ ├── patch-library-trans-octcap32_C__TCAPMsgBuildContextFactoryNoFlavour.body │ ├── patch-library-trans-octcap32_C__TCAPMsgBuildContextNoFlavour.body │ ├── patch-library-trans-octcap32_C__TcapStackNoFlavour.body │ ├── patch-library-trans-tls_C__TransIPTLS.hpp │ ├── patch-octcap__include_OC_oc__config.h │ ├── patch-protocol-stats_C__ProtocolStats.hpp │ ├── patch-protocol-tlv_C__ProtocolTlv.cpp │ └── patch-xml-parser_xml__definition.y ├── seatd ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-common_terminal.c ├── sector-decomposition ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile.in ├── seed7 ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── seeks ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── segvcatch ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── self-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-vm_cmake_netbsd.cmake │ ├── patch-vm_cmake_platform.cmake │ ├── patch-vm_src_any_asm_asm.cpp │ ├── patch-vm_src_any_fast__compiler_fcompiler.hh │ ├── patch-vm_src_any_runtime_allocation.cpp │ ├── patch-vm_src_any_runtime_config.hh │ ├── patch-vm_src_any_runtime_nprofiler.hh │ ├── patch-vm_src_any_runtime_uncommonBranch.cpp │ ├── patch-vm_src_any_zone_fprofiler.cpp │ ├── patch-vm_src_i386_prims_asmPrims__i386.S │ ├── patch-vm_src_i386_runtime_asmDefs__gcc__i386.hh │ ├── patch-vm_src_i386_runtime_interruptedCtx__i386.cpp │ ├── patch-vm_src_i386_runtime_runtime__i386.hh │ ├── patch-vm_src_unix_os_errorCodes__unix.cpp │ ├── patch-vm_src_unix_os_itimer__unix.cpp │ ├── patch-vm_src_unix_os_os__includes__unix.hh │ ├── patch-vm_src_unix_os_os__unix.cpp │ ├── patch-vm_src_unix_os_os__unix.hh │ ├── patch-vm_src_unix_os_sig__unix.cpp │ ├── patch-vm_src_unix_os_sig__unix.hh │ ├── patch-vm_src_unix_prims_unixPrims.cpp │ ├── patch-vm_src_unix_runtime_machineCache__unix.cpp │ └── patch-vm_src_unix_runtime_monitorPieces__unix.cpp ├── semanticscuttle ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── apache.conf.dist │ └── pgsql.inittables.sql └── options.mk ├── semgrep-core ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-semgrep-core_src_core_ast_dune ├── semgrep ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── semi ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── send-pr ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── config │ ├── netbsd-categories │ ├── netbsd-template │ └── send-pr.NetBSD.conf └── patches │ ├── patch-configure │ └── patch-gnats_send-pr.sh ├── sendmailX ├── DESCR ├── INSTALL ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── Makefile │ ├── aliases │ ├── mt │ ├── sendmailx.sh │ └── smx.conf ├── options.mk └── patches │ └── patch-ab ├── sent ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── seqtk ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── serendipity ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── serious-engine-tfe-git ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-Ecc_StdH.h │ ├── patch-Engine_Base_Unix_UnixDynamicLoader.cpp │ └── patch-Engine_Engine.cpp ├── serious-engine-tse-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── service ├── DESCR ├── Makefile ├── PLIST └── files │ └── service.sh ├── seturgent ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── sfeed-git ├── DESCR ├── Makefile └── PLIST ├── sfeed_curses-git ├── DESCR ├── Makefile └── PLIST ├── sflphoned ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── sgmltools-lite ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── catalog └── patches │ └── patch-aa ├── shaarli ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── apache.conf.dist └── patches │ └── patch-index.php ├── shadow ├── DESCR ├── MESSAGE.pam ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── shadow.pam │ └── useradd.pam └── patches │ └── patch-aa ├── shairport-sync ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-Makefile.am │ ├── patch-audio.c │ ├── patch-audio__sun.c │ ├── patch-common.c │ └── patch-configure.ac ├── shaper ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── shaper.conf │ └── shaper.sh ├── sharif-univ-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── sharpF ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── shed ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── shell-fm ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ └── patch-ag ├── shellharden ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── shotcut ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── shoutcast ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── install.sh └── patches │ └── patch-aa ├── showfont ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── showmesh ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── shpool ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk └── distinfo ├── shtool ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── shttpd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── shunt ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── sic ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── sickle ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-Makefile ├── sigdigger ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── sigutils ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-sigutils_types.h ├── sil-scheherazade-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── sil ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── silky ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── silvertree ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── simdutf ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ └── patch-src_CMakeLists.txt ├── simgrid ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── simpa ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── simple-mtpfs ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-configure.ac ├── simple-scan ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── simplec ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── simplehttpserver ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── simplesocket ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── files │ └── simplesockets.pc ├── simulavr-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-configure.ac │ └── patch-m4_ac_python_devel.m4 ├── singular ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-configure ├── sioyek ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── sipp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-ad │ └── patch-af ├── siptoolbox ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── sipwitch ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── sis ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ └── patch-ag ├── siscone ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-configure ├── sjg-mk-files ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── skia-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── files │ ├── gen-git-depends.awk │ └── skia.pc ├── git-depends.mk └── patches │ ├── patch-BUILD.gn │ ├── patch-gn_BUILDCONFIG.gn │ ├── patch-gn_skia.gni │ ├── patch-gn_skia_BUILD.gn │ ├── patch-modules_skcms_BUILD.gn │ ├── patch-modules_skunicode_BUILD.gn │ ├── patch-src_gpu_ganesh_GrAutoLocaleSetter.h │ ├── patch-third__party_externals_dng__sdk_source_RawEnvironment.h │ ├── patch-third__party_externals_piex_src_image__type__recognition_image__type__recognition__lite.cc │ ├── patch-third__party_harfbuzz_BUILD.gn │ ├── patch-third__party_icu_BUILD.gn │ ├── patch-third__party_libwebp_BUILD.gn │ ├── patch-third__party_piex_BUILD.gn │ └── patch-tools_window_BUILD.gn ├── skinlf ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── skin-look-and-feel-license ├── skint ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-s.h ├── skippy-xd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── slack-libpurple ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── slack-term ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── slackpkg2pkgsrc ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── slackpkg2pkgsrc.py ├── slade ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-dist_CMakeLists.txt ├── slashem ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── slate ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── slclust ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-src_Makefile ├── slicot ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── Makefile │ └── shlib_version ├── slideml ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── slime ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── gnu-llgpl └── patches │ └── patch-doc_slime.texi ├── slowhttptest ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── slune ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── sm-change_ldappass ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── sm-change_qldforward ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── sm-compatibility ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── smallbasic-gui ├── DESCR ├── Makefile └── PLIST ├── smallbasic ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST └── distinfo ├── smap ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── smc ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── smc └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ └── patch-ai ├── smithwaterman ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── files │ └── Makefile ├── smocker ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-main.go ├── smplayer ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── smproxy ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── smstools ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── smsd.sh └── patches │ ├── patch-scripts_sendsms │ ├── patch-scripts_sms3 │ ├── patch-src_Makefile │ ├── patch-src_extras.c │ ├── patch-src_smsd__cfg.c │ └── patch-src_smsd__cfg.h ├── smtp-gated ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── smtp-gated.conf │ └── smtp_gated.sh └── patches │ └── patch-src_daemon.c ├── smtp.proxy ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── smtprc-gui ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── smtprc ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── smtpscan ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── smw ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── snallygaster-git ├── DESCR ├── Makefile └── PLIST ├── snapraid ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-cmdline_unix.c ├── snark ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── sndio ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── files │ └── sndio.sh └── patches │ ├── patch-configure │ └── patch-libsndio_sio__oss.c ├── snes9express ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── socklog ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── softether ├── DESCR ├── INSTALL ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_makefiles_freebsd__32bit.mak │ ├── patch-src_makefiles_freebsd__64bit.mak │ ├── patch-src_makefiles_linux__32bit.mak │ ├── patch-src_makefiles_linux__64bit.mak │ ├── patch-src_makefiles_macos__32bit.mak │ ├── patch-src_makefiles_macos__64bit.mak │ ├── patch-src_makefiles_openbsd__32bit.mak │ ├── patch-src_makefiles_openbsd__64bit.mak │ ├── patch-src_makefiles_solaris__32bit.mak │ └── patch-src_makefiles_solaris__64bit.mak ├── softflowd ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── soil ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-projects_makefile_makefile ├── solarus-zsdx ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── solvespace-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── songwrite2 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ └── patch-setup.py ├── sonic-visualiser ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-svcore_plugin_DSSIPluginInstance.cpp ├── sophia ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-sophia_std_ss_stdvfc.c │ └── patch-sophia_std_ss_thread.c ├── soplex ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── soqt ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── spacefm ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Linux ├── TODO ├── distinfo ├── options.mk └── patches │ └── patch-src-main.c ├── spai ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── spamassassin-cvs ├── DEINSTALL ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── netbsd_lists.cf └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── spamd-devel ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO └── files │ ├── pfspamd.sh │ └── src │ ├── Makefile │ ├── Makefile.inc │ ├── compat.h │ ├── compat │ └── strtonum.c │ ├── etc │ └── mail │ │ └── spamd.conf │ ├── libexec │ ├── spamd-setup │ │ ├── Makefile │ │ ├── spamd-setup.8 │ │ └── spamd-setup.c │ ├── spamd │ │ ├── Makefile │ │ ├── grey.c │ │ ├── grey.h │ │ ├── sdl.c │ │ ├── sdl.h │ │ ├── spamd.8 │ │ ├── spamd.c │ │ ├── sync.c │ │ └── sync.h │ └── spamlogd │ │ ├── Makefile │ │ ├── spamlogd.8 │ │ └── spamlogd.c │ ├── share │ └── man │ │ └── man5 │ │ ├── Makefile │ │ └── spamd.conf.5 │ └── usr.sbin │ └── spamdb │ ├── Makefile │ ├── spamdb.8 │ └── spamdb.c ├── spatt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── spcm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── spectra ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-test_Makefile ├── speed-dreams ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-src_libs_portability_CMakeLists.txt │ ├── patch-src_libs_robottools_rthumandriver.cpp │ ├── patch-src_libs_tgf_CMakeLists.txt │ ├── patch-src_libs_tgf_linuxspec.cpp │ ├── patch-src_modules_simu_simuv2.1_simu.cpp │ ├── patch-src_modules_simu_simuv4_simu.cpp │ └── patch-src_tools_accc_ac3dload.cpp ├── speedx ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ └── patch-ah ├── spfmilter ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── spfmilter.sh ├── spice-html5 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── spice-vdagent ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_udscs.c │ └── patch-src_vdagentd_uinput.c ├── spid-compliant-certificates ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── spidermonkey24 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Makefile.in │ ├── patch-config_Makefile.in │ ├── patch-config_milestone.pl │ ├── patch-config_system-headers │ ├── patch-ctypes_CTypes.h │ ├── patch-ctypes_libffi_configure │ ├── patch-frontend_ParseMaps.cpp │ ├── patch-gdb_Makefile.in │ ├── patch-jit_AsmJSSignalHandlers.cpp │ ├── patch-jsapi-tests_Makefile.in │ ├── patch-jscompartment.h │ ├── patch-jsmath.cpp │ ├── patch-jsnativestack.cpp │ ├── patch-mfbt_Atomics.h │ ├── patch-mfbt_Poison.cpp │ ├── patch-shell_Makefile.in │ ├── patch-vm_ObjectImpl-inl.h │ └── patch-vm_SPSProfiler.cpp ├── spidermonkey31 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-assembler_assembler_MIPSAssembler.h │ └── patch-jsnativestack.cpp ├── spiralloops ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-GUI_LoopGUI.C │ ├── patch-GUI_OutputGUI.C │ ├── patch-GUI_Widgets_Fl__LED__Button.cxx │ ├── patch-SpiralLoops.C │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-am │ ├── patch-an │ ├── patch-ap │ ├── patch-aq │ ├── patch-ar │ ├── patch-as │ └── patch-at ├── spiralsynth ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-GUI_OutputGUI.C │ ├── patch-SpiralSound_Midi.C │ ├── patch-aa │ ├── patch-ab │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-ao │ └── patch-ar ├── splix ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-src_ppdfile.cpp ├── spot ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── spread4 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ ├── smf │ │ └── manifest.xml │ └── spread.sh └── patches │ ├── patch-configure │ ├── patch-daemon_auth-ip.c │ ├── patch-daemon_auth-pword.c │ ├── patch-daemon_spread__params.h │ ├── patch-docs_Makefile.in │ ├── patch-docs_sample.spread.conf │ ├── patch-docs_spmonitor.1 │ └── patch-docs_spread.1 ├── spyder ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── sq ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── sqlc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── sqlite3-test ├── COMMIT_MSG ├── DESCR ├── Makefile ├── distinfo └── patches │ └── patch-test_testrunner.tcl ├── sqlitewrite ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ └── sqlitewrite.pc └── patches │ └── patch-CMakeLists.txt ├── sqlux ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── squeak3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── squeak5-vm ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-platforms_Cross_plugins_SqueakFFIPrims_sqFFIPlugin.c │ ├── patch-platforms_unix_config_bin.squeak.sh.in │ ├── patch-platforms_unix_config_configure.ac │ ├── patch-platforms_unix_config_make.cfg.in │ ├── patch-platforms_unix_config_make.ext.in │ ├── patch-platforms_unix_config_squeak.sh.in │ ├── patch-platforms_unix_plugins_JoystickTabletPlugin_sqUnixJoystickTablet.c │ ├── patch-platforms_unix_plugins_SqueakSSL_openssl__overlay.h │ ├── patch-platforms_unix_vm-display-X11_acinclude.m4 │ ├── patch-platforms_unix_vm_include__ucontext.h │ ├── patch-platforms_unix_vm_sqUnixITimerHeartbeat.c │ ├── patch-platforms_unix_vm_sqUnixITimerTickerHeartbeat.c │ ├── patch-platforms_unix_vm_sqUnixMain.c │ └── patch-src_spur64.cog_cogitX64SysV.c ├── squeak5 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── squeak6 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── squirrel ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── squirrelmail-avelsieve ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── squirrelmail-chg_sasl_passwd ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── squirrelmail-compatibility ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── squirrelmail-vlogin ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── sra-tools ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-build_env.cmake │ ├── patch-libs_kxml_xml.c │ ├── patch-ncbi-vdb_interfaces_os_mac_os-native.h │ ├── patch-ncbi-vdb_libs_ext_zlib_zutil.h │ ├── patch-ncbi-vdb_libs_kproc_bsd_sysmgr.c │ ├── patch-ngs_ngs-java_CMakeLists.txt │ ├── patch-ngs_ngs-python_examples_CMakeLists.txt │ ├── patch-ngs_ngs-sdk_examples_CMakeLists.txt │ └── patch-tools_external_driver-tool_sratools.cpp ├── src ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── srecord ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── srvx ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── sselp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ssh_ping ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── ssid ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ssiv-git ├── DESCR ├── Makefile └── PLIST ├── ssu ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── st-term-git ├── DESCR ├── MESSAGE ├── Makefile └── PLIST ├── stackdriver-collectd ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── distinfo ├── files │ ├── collectd.sh │ └── smf │ │ └── manifest.xml ├── options.mk └── patches │ ├── patch-Makefile.am │ ├── patch-Makefile.in │ ├── patch-configure │ ├── patch-configure.ac │ ├── patch-src_Makefile.am │ ├── patch-src_Makefile.in │ ├── patch-src_collectd-tg.c │ ├── patch-src_collectd.conf.in │ ├── patch-src_config.h.in │ ├── patch-src_cpu.c │ ├── patch-src_df.c │ ├── patch-src_disk.c │ ├── patch-src_entropy.c │ ├── patch-src_irq.c │ ├── patch-src_libcollectclient_network__buffer.c │ ├── patch-src_memory.c │ ├── patch-src_netstat__udp.c │ ├── patch-src_processes.c │ ├── patch-src_swap.c │ ├── patch-src_tcpconns.c │ ├── patch-src_utils__dns.c │ └── patch-version-gen.sh ├── stacks ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_Hwp.cc │ ├── patch-src_PopSum.cc │ ├── patch-src_Vcf.cc │ ├── patch-src_kmers.cc │ ├── patch-src_smoothing__utils.h │ └── patch-src_utils.cc ├── stalwart ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── stardict-tools ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── getline.c │ └── mempcpy.c └── patches │ ├── patch-aa │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ └── patch-al ├── stardict ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-ab │ └── patch-ac ├── starfighter ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── stksolver ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── stmd-git ├── DESCR ├── Makefile └── PLIST ├── stmpclean ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── stonx ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── stormlib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── stracciatella ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── ja2.sh.in └── patches │ └── patch-CMakeLists.txt ├── stratagus ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-src_ui_interface.cpp │ ├── patch-src_video_graphic.cpp │ ├── patch-src_video_sdl.cpp │ └── patch-src_video_video.cpp ├── streamlink ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-build__backend_onbuild.py │ └── patch-setup.py ├── stress-ng ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── stress ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── stringtie ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-samtools-0.1.18_Makefile ├── strongswan ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── structure ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Makefile ├── subread ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── Makefile.pkg └── patches │ ├── patch-HelperFunctions.c │ ├── patch-core-junction.c │ ├── patch-gene-algorithms.c │ ├── patch-input-files.c │ ├── patch-long-hashtable.c │ ├── patch-longread-one_LRMsorted-hashtable.c │ ├── patch-longread-one_Makefile │ ├── patch-longread-one_longread-mapping.c │ ├── patch-read-repair.c │ ├── patch-sambam-file.c │ ├── patch-sorted-hashtable.c │ └── patch-subread.h ├── subsync ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-setup.py ├── sulley ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── sundials ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── sunterlib ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── sunxi-mali-fb ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── buildlink3.mk └── distinfo ├── supercat ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── superchic ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── supercollider ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── superhtml ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── superlfv ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── supermodel ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefiles_Makefile.SDL.UNIX.GCC │ └── patch-Src_Pkgs_ioapi.h ├── surf-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── surf1 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── suricata ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── suricata.sh └── patches │ ├── patch-configure │ ├── patch-src_threads.h │ ├── patch-src_tm-threads.c │ ├── patch-src_unix-manager.c │ ├── patch-src_util-affinity.c │ ├── patch-src_util-affinity.h │ ├── patch-src_util-byte.h │ ├── patch-src_util-fmemopen.c │ ├── patch-src_util-fmemopen.h │ └── patch-src_util-ioctl.c ├── suscan ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── suse121_32_libbz2 └── Makefile ├── suse121_32_libgcrypt └── Makefile ├── suse121_32_libgpg-error └── Makefile ├── suse121_libbz2 ├── DESCR ├── Makefile └── distinfo ├── suse121_libgcrypt ├── DESCR ├── Makefile └── distinfo ├── suse121_libgpg-error ├── DESCR ├── Makefile └── distinfo ├── suse131_fpc ├── DESCR ├── Makefile └── distinfo ├── suse131_gcc ├── DESCR ├── Makefile └── distinfo ├── suse131_gconf2 ├── DESCR ├── Makefile └── distinfo ├── suse131_libbz2 ├── DESCR ├── Makefile └── distinfo ├── suse15_gcc ├── DESCR ├── Makefile └── distinfo ├── suse15_glibc-locale-base ├── DESCR ├── Makefile └── distinfo ├── sushi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── suwidgets ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Constellation.h │ ├── patch-Histogram.h │ └── patch-TVDisplay.h ├── svgalib ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-an │ ├── patch-ao │ ├── patch-ap │ ├── patch-aq │ ├── patch-ar │ ├── patch-as │ ├── patch-at │ ├── patch-au │ ├── patch-av │ ├── patch-aw │ ├── patch-ax │ ├── patch-ay │ ├── patch-az │ ├── patch-ba │ ├── patch-bb │ ├── patch-ca │ ├── patch-ca.0.1.1 │ ├── patch-ca.0.1.2 │ └── patch-ca.0.1.3 ├── svgalib64 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-an │ ├── patch-ao │ ├── patch-ap │ ├── patch-aq │ ├── patch-ar │ ├── patch-as │ ├── patch-at │ ├── patch-au │ ├── patch-av │ ├── patch-aw │ ├── patch-ax │ ├── patch-ay │ ├── patch-az │ ├── patch-ba │ ├── patch-bb │ ├── patch-ca │ ├── patch-ca.0.1.1 │ ├── patch-ca.0.1.2 │ └── patch-ca.0.1.3 ├── svkbd ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── svnup ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── svrcore ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── svt-vp9 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Source_Lib_Codec_EbEncHandle.c │ ├── patch-Source_Lib_Codec_EbThreads.c │ └── patch-Source_Lib_Codec_EbUtility.c ├── swami ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── swarp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── sway ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── swfmill ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-configure │ └── patch-src_swft_swft__import__ttf.cpp ├── swftools ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-lib_pdf_BitmapOutputDev.cc │ ├── patch-lib_pdf_xpdf_GString.cc │ ├── patch-lib_pdf_xpdf_GlobalParams.cc │ └── patch-src_gif2swf.c ├── swift-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-3rdParty_LibMiniUPnPc_src_miniupnpc_connecthostport.c ├── swift ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-BuildTools_SCons_SConscript.boot │ └── patch-BuildTools_SCons_SConstruct ├── swiftshader ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-src_Reactor_Debug.cpp │ ├── patch-src_System_Configurator.cpp │ ├── patch-src_System_Linux_MemFd.cpp │ ├── patch-src_Vulkan_CMakeLists.txt │ ├── patch-src_Vulkan_VkSemaphoreExternalLinux.hpp │ ├── patch-src_WSI_libXCB.cpp │ ├── patch-third__party_llvm-10.0_CMakeLists.txt │ ├── patch-third__party_llvm-10.0_configs_linux_include_llvm_Config_config.h │ ├── patch-third__party_llvm-subzero_build_Linux_include_llvm_Config_config.h │ ├── patch-third__party_marl_src_memory.cpp │ └── patch-third__party_marl_src_thread.cpp ├── swig4 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── tool.mk ├── swinehub ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-GNUmakefile.in ├── swisseph ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── sxcs ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── sxemacs ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-ak │ ├── patch-al │ └── patch-am ├── sxid ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile.in │ └── patch-src_sxid.c ├── sylfilter ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── sylvan ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── symbolic++ ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile.in ├── symmetrica ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-makefile │ └── patch-part.c ├── symon ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── symon.sh │ └── symux.sh └── patches │ ├── patch-platform_NetBSD_sm_smart.c │ ├── patch-symon_symon.8 │ ├── patch-symux_c_smrrds.sh │ └── patch-symux_symux.8 ├── symphony-of-empires ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── SymphonyOfEmpires.template └── patches │ ├── patch-CMakeLists.txt │ ├── patch-eng3d_CMakeLists.txt │ └── patch-eng3d_src_utils.hpp ├── sympol ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── sympow ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── syn68k ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-configure.ac │ └── patch-include__syn68k_public.h ├── synce-dynamite ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── synce-orange ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── files │ └── unshield.bl3.mk ├── syncthing-discosrv ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── stdisco.sh ├── syncthing-inotify ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── syncthing-relaysrv ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── strelay.sh ├── synfig ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-src_modules_mod__png_mptr__png.cpp │ ├── patch-src_modules_mod__png_trgt__png.cpp │ ├── patch-src_synfig_color.h │ └── patch-src_synfig_vector.h ├── synfigstudio ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-src_gui_app.cpp │ └── patch-src_gui_autorecover.cpp ├── sysklogd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── klogd.sh │ ├── syslog.conf │ └── syslogd.sh └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ └── patch-ae ├── sysstat ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── system-config-printer ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-configure.ac ├── system-tools-backends ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ └── patch-ag ├── systemc ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ └── patch-src_CMakeLists.txt ├── systemsettings ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── sysvinit ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── syx ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ └── patch-aa ├── t-coffee ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── t-gnus ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── fetch.sh │ └── install.sh └── patches │ └── patch-aa ├── ta-lib ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── tabbed-git ├── DESCR ├── Makefile └── PLIST ├── tabixpp ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── files │ └── Makefile ├── tac_plus-libradius ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ └── patch-an ├── tagtool ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tailscale ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── tailscaled.sh └── go-modules.mk ├── talksoup ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tamago-anthy ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-egg_its.el │ └── patch-src-util_anthy.el ├── tangled-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── tardy ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── taskchampion-sync-server ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk └── distinfo ├── tasks ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tavrasm ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_avrparse.y │ └── patch-src_makefile ├── tc-git ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-BATCH-SORT │ ├── patch-bushu-util_bushu2canna │ ├── patch-bushu-util_where │ ├── patch-configure.ac │ ├── patch-doc_Makefile.am │ ├── patch-etc_Makefile.am │ ├── patch-etc_Makefile.in │ ├── patch-etc_bushu.rev │ ├── patch-etc_mk-bdic │ ├── patch-lisp_Makefile.am │ ├── patch-lisp_Makefile.in │ ├── patch-lisp_eelll.el │ ├── patch-lisp_tc-pre-base.in │ ├── patch-lisp_tc-recover.el │ ├── patch-lisp_tc-sysdep.el │ ├── patch-mazegaki_Makefile.am │ └── patch-mazegaki_mkcertain.pl ├── tc-hasida-table ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── tc ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-BATCH-SORT │ ├── patch-bushu-util_bushu2canna │ ├── patch-bushu-util_where │ ├── patch-configure.ac │ ├── patch-doc_Makefile.am │ ├── patch-etc_Makefile.am │ ├── patch-etc_Makefile.in │ ├── patch-etc_bushu.rev │ ├── patch-etc_mk-bdic │ ├── patch-lisp_Makefile.am │ ├── patch-lisp_Makefile.in │ ├── patch-lisp_eelll.el │ ├── patch-lisp_tc-mazegaki.el │ ├── patch-lisp_tc-pre-base.in │ ├── patch-lisp_tc-recover.el │ ├── patch-lisp_tc-sysdep.el │ ├── patch-mazegaki_Makefile.am │ └── patch-mazegaki_mkcertain.pl ├── tcc-git ├── DESCR ├── Makefile └── PLIST ├── tcc ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── tcl-curl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tcl-expect ├── COMMIT_MSG ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Makefile.in │ ├── patch-configure │ ├── patch-exp__chan.c │ ├── patch-retoglob.c │ └── patch-tclconfig_tcl.m4 ├── tcl-fossil ├── DESCR ├── Makefile ├── Makefile.version ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── options.mk ├── tcl-itcl3 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── tcl-iwidgets ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── tcmplex-panteltje ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-unistd ├── tcprelay ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tcpspy ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── tcptrack ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_IPv6Address.cc ├── tcptunnel ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_Makefile.in ├── tcpxtract ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── tctool ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-tctool.cpp ├── tde ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-macro.c │ └── patch-tdefunc.h ├── tdlib-purple ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tdlib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-tdutils_CMakeLists.txt │ └── patch-tdutils_td_utils_port_detail_KQueue.cpp ├── teamspeak ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── teamspeak.sh.in ├── teco ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── telegraf ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── smf │ │ └── manifest.xml │ └── telegraf.sh └── patches │ ├── patch-docker_docker_client_unix.go │ └── patch-vendor_github.com_docker_docker_hack_dockerfile_install_containerd.installer ├── telegram-cli ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile.in ├── telegram-desktop ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-Telegram-lib_base-base-object_ptr.h │ ├── patch-Telegram-lib_base-base-unique_qptr.h │ ├── patch-Telegram-lib_lottie-lottie-lottie_animation.cpp │ ├── patch-Telegram-lib_ui-emoji_suggestions-emoji_suggestions.h │ ├── patch-Telegram-lib_ui-ui-click_handler.h │ ├── patch-Telegram-lib_ui-ui-delayed_activation.h │ ├── patch-Telegram-lib_ui-ui-effects-animation_value.h │ ├── patch-Telegram-lib_ui-ui-inactive_press.h │ ├── patch-Telegram-lib_ui-ui-integration.h │ ├── patch-Telegram-lib_ui-ui-main_queue_processor.h │ ├── patch-Telegram-lib_ui-ui-paint-arcs.h │ ├── patch-Telegram-lib_ui-ui-paint-blob.h │ ├── patch-Telegram-lib_ui-ui-ph.h │ ├── patch-Telegram-lib_ui-ui-platform-ui_platform_window.h │ ├── patch-Telegram-lib_ui-ui-style-style_core_custom_font.h │ ├── patch-Telegram-lib_ui-ui-text-text_utilities.h │ ├── patch-Telegram-lib_ui-ui-ui_log.h │ ├── patch-Telegram-lib_ui-ui-ui_utility.h │ ├── patch-Telegram-lib_ui-ui-widgets-call_button.h │ ├── patch-Telegram-lib_ui-ui-widgets-labels.h │ ├── patch-Telegram-lib_ui-ui-widgets-menu-menu_common.h │ ├── patch-Telegram-lib_ui-ui-wrap-wrap.h │ ├── patch-Telegram_cmake_lib_tgvoip.cmake │ ├── patch-Telegram_lib_base_CMakeLists.txt │ ├── patch-Telegram_lib_base_base_global_shortcuts.h │ ├── patch-Telegram_lib_base_base_global_shortcuts_generic.h │ ├── patch-Telegram_lib_base_base_platform_linux_base_xcb_utilities_linux_h │ ├── patch-base_file_utilities.h │ ├── patch-base_file_utilities_linux.h │ ├── patch-base_info_linux.h │ ├── patch-base_last_input_linux.h │ ├── patch-base_pch.h │ ├── patch-base_platform_last_input.h │ ├── patch-base_platform_url_scheme.h │ ├── patch-call_delayed.h │ ├── patch-concurrent_timer.h │ ├── patch-export_api_wrap.h │ ├── patch-export_data_types.h │ ├── patch-export_output_abstract.h │ ├── patch-export_output_stats.h │ ├── patch-export_settings.h │ ├── patch-last_user_input.h │ ├── patch-lib_base-crash_report_header.h │ ├── patch-lib_base-openssl_help.h │ ├── patch-lib_storage-CMakeLists.txt │ ├── patch-lib_ui-CMakeLists.txt │ ├── patch-libtgvoip-audio-AudioIO.cpp │ ├── patch-libtgvoip-audio-AudioInput.cpp │ ├── patch-libtgvoip-audio-AudioOutput.cpp │ ├── patch-libtgvoip-threading.h │ ├── patch-libtgvoip-webrtc_dsp-platform_thread_types.cc │ ├── patch-libtgvoip-webrtc_dsp-rtc_base-stringutils.h │ ├── patch-mtproto-mtproto_abstract_socket.h │ ├── patch-mtproto-mtproto_bound_key_creator.h │ ├── patch-mtproto-mtproto_proxy_data.h │ ├── patch-mtproto_auth_key.h │ ├── patch-mtproto_dc_key_creator.h │ ├── patch-mtproto_dcenter.h │ ├── patch-mtproto_dh_utils.h │ ├── patch-mtproto_domain_resolver.h │ ├── patch-mtproto_received_ids_manager.h │ ├── patch-mtproto_rpc_sender.h │ ├── patch-mtproto_rsa_public_key.h │ ├── patch-mtproto_serialized_request.h │ ├── patch-observer.h │ ├── patch-parse_helper.h │ ├── patch-qthelp_url.h │ ├── patch-runtime_composer.h │ ├── patch-single_instance.h │ ├── patch-storage_cache_types.h │ ├── patch-storage_clear_legacy.h │ ├── patch-storage_encryption.h │ ├── patch-timer.h │ └── patch-unixtime.h ├── telegram-purple ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile.in │ ├── patch-configure │ ├── patch-tgl_Makefile.in │ └── patch-tgl_tl-parser_tl-parser.c ├── telepathy-butterfly ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── telepathy-logger ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-aa │ └── patch-telepathy-logger_log-store_pidgin.c ├── template-glib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── tendra.org-sid ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tendra ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-an │ ├── patch-ao │ ├── patch-ap │ ├── patch-aq │ ├── patch-ar │ ├── patch-as │ ├── patch-at │ ├── patch-au │ ├── patch-av │ ├── patch-aw │ ├── patch-ax │ ├── patch-ay │ ├── patch-az │ ├── patch-ba │ ├── patch-bb │ ├── patch-bc │ ├── patch-bd │ ├── patch-be │ ├── patch-bf │ ├── patch-bg │ ├── patch-bh │ ├── patch-bi │ ├── patch-bj │ ├── patch-bk │ ├── patch-bl │ ├── patch-bm │ ├── patch-bn │ └── patch-bo ├── teng ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── tengwar-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tenmado ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── termbox ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── termdbms ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── terminology ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── termit ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── termshark ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-docs ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-ls ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-archive ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── terraform-provider-aws-modules-http ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-aws ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-aws3 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-aws5 ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-go.mod ├── terraform-provider-cassandra ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-cloudinit ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-flux ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-gandi ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-github ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-google ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-hcloud ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-http ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── terraform-provider-kafka ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-kubectl ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-kubernetes ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-kubernetes1 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── terraform-provider-local ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-null ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── terraform-provider-oci ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-postgresql ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-random ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-scaleway ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-template ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-main.go ├── terraform-provider-time ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-tls ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform-provider-vultr ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform ├── provider.mk └── version.mk ├── terraform012 ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── terraform013 ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-provider__source.go ├── terraform014 ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-provider__source.go ├── terraform015 ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-provider__source.go ├── terraform11 ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-provider__source.go ├── terraform13 ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-provider__source.go ├── terraform15 ├── ALTERNATIVES ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-provider__source.go ├── terrascan ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ ├── patch-go.mod │ └── patch-pkg_k8s_dblogs_webhook-scan-logger.go ├── tesseract-game-svn ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── tess_wrapper.sh.in └── patches │ ├── patch-src_Makefile │ └── patch-src_enet_Makefile ├── tesseract-game ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── tess_wrapper.sh.in └── patches │ ├── patch-src_Makefile │ └── patch-src_enet_Makefile ├── testssl ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO └── distinfo ├── tetrinet ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── tex-babel-japanese-doc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-breqn-doc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-fancyref-doc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-functional-doc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-functional ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-lineno-doc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-lshort-japanese-doc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-mathtools-doc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-mendex-doc-doc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-platexcheat-doc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-ptex-manual-doc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-relsize-doc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-seatingchart-doc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-seatingchart ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-setspace-doc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-tabularray-doc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-texlive-ja-doc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tex-uptex-doc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── textadept ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── textile-mode ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── tflint ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── tfschema ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-tfschema_client.go ├── tftp-hpa ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── hacks.mk ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── tg-timer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tg_owt-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-cmake-libabsl.cmake │ ├── patch-cmake-libsrtp.cmake │ ├── patch-cmake-libwebrtcbuild.cmake │ ├── patch-cmake-libyuv.cmake │ ├── patch-cmake-protobuf-CMakeLists.txt │ ├── patch-cmake_external.cmake │ ├── patch-src-api-video-i010_buffer.cc │ ├── patch-src-api-video-i420_buffer.cc │ ├── patch-src-api-video-nv12_buffer.cc │ ├── patch-src-common_video-libyuv-webrtc_libyuv.cc │ ├── patch-src-common_video-video_frame_buffer.cc │ ├── patch-src-modules-audio_device-audio_device_impl.cc │ ├── patch-src-modules-desktop_capture-desktop_frame_rotation.cc │ ├── patch-src-modules-video_capture-video_capture_impl.cc │ ├── patch-src-modules-video_coding-codecs-h264-h264_decoder_impl.cc │ ├── patch-src-modules-video_coding-codecs-h264-h264_encoder_impl.cc │ ├── patch-src-modules-video_coding-codecs-interface-libvpx_interface.h │ ├── patch-src-modules-video_coding-codecs-vp8-libvpx_vp8_decoder.cc │ ├── patch-src-modules-video_coding-codecs-vp8-libvpx_vp8_encoder.cc │ ├── patch-src-modules-video_coding-codecs-vp9-libvpx_vp9_decoder.cc │ ├── patch-src-modules-video_coding-codecs-vp9-libvpx_vp9_encoder.cc │ ├── patch-src-modules-video_processing-video_denoiser.cc │ ├── patch-src-rtc_base-physical_socket_server.cc │ ├── patch-src-rtc_base-platform_thread_types.h │ └── patch-src-rtc_base-task_queue_libevent.cc ├── thabit-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── thawab ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── thcrut ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── theama ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-theama.c ├── thedarkmod ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── thedarkmod.desktop │ └── thedarkmod.sh.in └── patches │ ├── patch-SConstruct │ ├── patch-TypeInfo_main.cpp │ ├── patch-game_anim_Anim__Blend.cpp │ ├── patch-idlib_Str.h │ ├── patch-idlib_bv_Frustum.cpp │ ├── patch-idlib_bv_Frustum.h │ ├── patch-idlib_math_Math.h │ ├── patch-idlib_math_Simd.cpp │ ├── patch-idlib_math_Simd.h │ ├── patch-idlib_math_Simd__AVX.h │ ├── patch-idlib_math_Simd__AVX2.h │ ├── patch-renderer_qgl.h │ ├── patch-sys_gllog_gl__extensions.cpp.m4 │ ├── patch-sys_linux_main.cpp │ ├── patch-sys_osx_DOOMController.mm │ ├── patch-sys_scons_SConscript.darkmod │ ├── patch-sys_scons_SConscript.gl │ ├── patch-sys_sys__local.cpp │ ├── patch-sys_sys__local.h │ └── patch-sys_sys__public.h ├── theforceengine ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-TheForceEngine_TFE__DarkForces_darkForcesMain.cpp │ ├── patch-TheForceEngine_TFE__DarkForces_vueLogic.cpp │ ├── patch-TheForceEngine_TFE__FileSystem_CMakeLists.txt │ ├── patch-TheForceEngine_TFE__System_CrashHandler_crashHandlerLinux.cpp │ ├── patch-TheForceEngine_TFE__System_system.cpp │ ├── patch-TheForceEngine_TFE__System_types.h │ └── patch-TheForceEngine_main.cpp ├── thepeg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── thonny ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── thunderbird ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── cubeb_sun.c │ ├── desktop.in │ └── patch-ipc_src_Makefile ├── mozilla-common.mk ├── options.mk └── patches │ ├── patch-Cargo.lock │ ├── patch-Cargo.toml │ ├── patch-browser_app_profile_firefox.js │ ├── patch-build_moz.configure_rust.configure │ ├── patch-comm_third__party_botan_configure.py │ ├── patch-comm_third__party_libgcrypt_configure │ ├── patch-config_gcc-stl-wrapper.template.h │ ├── patch-config_make-system-wrappers.py │ ├── patch-config_makefiles_rust.mk │ ├── patch-dom_base_nsAttrName.h │ ├── patch-dom_webtransport_api_WebTransportDatagramDuplexStream.cpp │ ├── patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp │ ├── patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h │ ├── patch-gfx_cairo_cairo_src_cairo-type1-subset.c │ ├── patch-gfx_skia_skia_src_core_SkCpu.cpp │ ├── patch-ipc_chromium_src_base_message__pump__libevent.cc │ ├── patch-ipc_chromium_src_base_platform__thread__posix.cc │ ├── patch-ipc_glue_GeckoChildProcessHost.cpp │ ├── patch-js_src_jsfriendapi.h │ ├── patch-js_src_util_NativeStack.cpp │ ├── patch-media_ffvpx_libavutil_arm_bswap.h │ ├── patch-media_libcubeb_src_cubeb__sun.c │ ├── patch-media_libpng_pngpriv.h │ ├── patch-media_libtheora_lib_info.c │ ├── patch-nsprpub_pr_src_pthreads_ptsynch.c │ ├── patch-old-configure.in │ ├── patch-python_mozbuild_mozbuild_action_langpack_manifest.py │ ├── patch-security_nss_lib_freebl_mpi_mpi.c │ ├── patch-third__party_rust_bindgen_src_clang.rs │ ├── patch-third__party_rust_bindgen_src_ir_comp.rs │ ├── patch-third__party_rust_bindgen_src_ir_ty.rs │ ├── patch-third__party_rust_bindgen_src_ir_var.rs │ ├── patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs │ ├── patch-toolkit_components_terminator_nsTerminator.cpp │ ├── patch-toolkit_modules_subprocess_subprocess__shared__unix.js │ ├── patch-toolkit_moz.configure │ ├── patch-toolkit_mozapps_installer_packager.mk │ ├── patch-toolkit_xre_glxtest_cpp │ ├── patch-widget_gtk_DMABufSurface.cpp │ └── patch-xpcom_base_nscore.h ├── thunderbird68-enigmail ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ti99sim ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tigervnc113 ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── vncserver.pl ├── hacks.mk └── patches │ ├── patch-CMakeLists.txt │ ├── patch-common_rfb_util.h │ ├── patch-media_CMakeLists.txt │ ├── patch-unix_vncserver_vncserver.in │ ├── patch-unix_xserver_hw_vnc_Makefile.am │ ├── patch-unix_xserver_hw_vnc_vncBlockHandler.c │ ├── patch-unix_xserver_hw_vnc_vncModule.c │ └── patch-unix_xserver_os_inputthread.c ├── tilda ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tilix ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-data_meson.build │ ├── patch-meson.build │ └── patch-source_gx_tilix_terminal_monitor.d ├── timescaledb-tune ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── timewarrior ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── timg ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── tintin++ ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tinyca2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tinycobol ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── tinyfugue-beta ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tinygo ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ ├── patch-GNUmakefile │ ├── patch-builder_buildid.go │ ├── patch-go.mod │ ├── patch-go.sum │ └── patch-main.go ├── tinylogin ├── DESCR ├── Makefile ├── TODO └── distinfo ├── tinyssh ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── tipp10 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-def_defines.h │ ├── patch-sql_chartablesql.cpp │ ├── patch-sql_startsql.cpp │ ├── patch-widget_lessondialog.cpp │ ├── patch-widget_settingspages.cpp │ └── patch-widget_tickerboard.cpp ├── tk-itk3 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-configure │ └── patch-generic_itk.h ├── tkblt ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── tkgate ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-acinclude.m4 │ └── patch-configure.ac ├── tkhtml3 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── tkpng ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── tktile ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Makefile.in ├── tleenx2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── tleenx3 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tllist ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── tme ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tmuni-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tmux-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tmva ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tmw ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── tnfrepo-dev ├── DESCR ├── Makefile └── PLIST ├── tnt ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── todotxt-git ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-todo.cfg │ └── patch-todo.sh ├── tofu-ls ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── tolua++ ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── tome ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── tome2 ├── DEINSTALL ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── tops-bin ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tor-browser ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── PLIST.tor-launcher ├── distinfo ├── files │ ├── desktop.in │ ├── node-wrapper.sh │ └── tor-browser.sh ├── options.mk └── patches │ ├── patch-.mozconfig │ ├── patch-aa │ ├── patch-browser_app_profile_000-tor-browser.js │ ├── patch-browser_app_profile_firefox.js │ ├── patch-build_moz.configure_rust.configure │ ├── patch-config_gcc-stl-wrapper.template.h │ ├── patch-config_makefiles_rust.mk │ ├── patch-dom_base_nsAttrName.h │ ├── patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp │ ├── patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h │ ├── patch-gfx_cairo_cairo_src_cairo-type1-subset.c │ ├── patch-gfx_skia_skia_src_core_SkCpu.cpp │ ├── patch-gfx_thebes_gfxPlatform.cpp │ ├── patch-gfx_wr_swgl_build.rs │ ├── patch-ipc_chromium_src_base_message__pump__libevent.cc │ ├── patch-ipc_chromium_src_base_platform__thread__posix.cc │ ├── patch-ipc_glue_GeckoChildProcessHost.cpp │ ├── patch-js_src_jit_ProcessExecutableMemory.cpp │ ├── patch-js_src_jit_arm64_vixl_MozCpu-vixl.cpp │ ├── patch-js_src_jsfriendapi.h │ ├── patch-js_src_util_NativeStack.cpp │ ├── patch-js_src_vm_ArrayBufferObject.cpp │ ├── patch-media_ffvpx_libavutil_arm_bswap.h │ ├── patch-media_libcubeb_src_cubeb__alsa.c │ ├── patch-media_libcubeb_src_moz.build │ ├── patch-media_libpng_pngpriv.h │ ├── patch-media_libtheora_lib_info.c │ ├── patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc │ ├── patch-modules_fdlibm_src_math__private.h │ ├── patch-mozglue_misc_Uptime.cpp │ ├── patch-nsprpub_pr_src_pthreads_ptsynch.c │ ├── patch-security_nss_lib_freebl_mpi_mpi.c │ ├── patch-toolkit_components_terminator_nsTerminator.cpp │ ├── patch-toolkit_modules_subprocess_subprocess__shared__unix.js │ ├── patch-toolkit_moz.configure │ ├── patch-toolkit_mozapps_installer_packager.mk │ ├── patch-widget_gtk_DMABufSurface.cpp │ ├── patch-xpcom_base_nscore.h │ ├── patch-xpcom_io_TorFileUtils.cpp │ └── patch-xpcom_reflect_xptcall_md_unix_moz.build ├── tor-dev ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ └── tordev.in ├── options.mk └── patches │ ├── patch-Makefile.in │ └── patch-src_app_config_config.c ├── torcs ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ └── patch-ah ├── torque2d ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-engine_lib_ljpeg_jconfig.h │ ├── patch-engine_lib_openal_NetBSD_AL_al.h │ ├── patch-engine_lib_openal_NetBSD_AL_alc.h │ ├── patch-engine_lib_openal_NetBSD_AL_alctypes.h │ ├── patch-engine_lib_openal_NetBSD_AL_altypes.h │ ├── patch-engine_lib_openal_NetBSD_AL_alu.h │ ├── patch-engine_lib_openal_NetBSD_AL_alut.h │ ├── patch-engine_lib_openal_NetBSD_AL_aluttypes.h │ ├── patch-engine_lib_openal_NetBSD_AL_alutypes.h │ ├── patch-engine_lib_openal_NetBSD_openALFn.h │ ├── patch-engine_source_audio_audio.cc │ ├── patch-engine_source_network_serverQuery.cc │ ├── patch-engine_source_platformEmscripten_EmscriptenFileio.cpp │ ├── patch-engine_source_platformX86UNIX_x86UNIXFileio.cc │ ├── patch-engine_source_platformX86UNIX_x86UNIXNet.cc │ ├── patch-engine_source_platformX86UNIX_x86UNIXProcessControl.cc │ ├── patch-engine_source_platformX86UNIX_x86UNIXWindow.cc │ ├── patch-engine_source_platform_platformAL.h │ ├── patch-engine_source_platform_platformFileIO.h │ ├── patch-engine_source_platform_platformGL.h │ ├── patch-engine_source_platform_types.gcc.h │ └── patch-engine_source_testing_googleTest_configure ├── torque3d ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Engine_lib_libogg_include_ogg_os__types.h │ ├── patch-Engine_lib_ljpeg_jconfig.h │ ├── patch-Engine_lib_pcre_pcre__stringpiece.h │ ├── patch-Engine_lib_zlib_gzwrite.c │ ├── patch-Engine_source_platformX86UNIX_x86UNIXFileio.cpp │ ├── patch-Engine_source_platformX86UNIX_x86UNIXNet.cpp │ ├── patch-Engine_source_platformX86UNIX_x86UNIXProcessControl.cpp │ ├── patch-Engine_source_platform_types.gcc.h │ ├── patch-Templates_Empty_web_source_npplugin_windows_nptypes.h │ └── patch-Templates_Full_web_source_npplugin_windows_nptypes.h ├── torrentzip ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── torsocks-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-configure.ac │ ├── patch-src_lib_accept.c │ └── patch-src_lib_torsocks.h ├── tortunnel ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-protocol_Directory.h ├── toxic-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── tpdne-dl ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── tpico2-experimental ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tpico2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tpl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── tpp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── tqsllib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Makefile.am │ ├── patch-Makefile.in │ └── patch-configure ├── tr2latex ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── trac-plugins-AuthOpenId ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── trac-plugins-FullBlog ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── trac-plugins-FullBlogNotification ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── trac-plugins-GraphViz-svn ├── DESCR ├── Makefile └── PLIST ├── trac-plugins-MasterTickets-svn ├── DESCR ├── Makefile └── PLIST ├── trac-plugins-Paste ├── DESCR ├── Makefile ├── PLIST └── TODO ├── trac-plugins-RoadmapHours-svn ├── DESCR ├── Makefile └── PLIST ├── trac-plugins-SensitiveTickets-svn ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── trac-plugins-TimingAndEstimation-svn ├── DESCR ├── Makefile └── PLIST ├── trac-plugins-screenshots ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── trac-plugins-spamfilter-svn ├── DESCR ├── Makefile └── PLIST ├── trackballs ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tracy ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-profiler_build_unix_build.mk ├── transient ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-default.mk │ └── patch-docs_Makefile ├── trayion ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── tree-sitter-query ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tree-sitter-vim ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tree-sitter-vimdoc ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── treetool ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ └── patch-ai ├── trf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── triangle ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-makefile ├── trifecta ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── triforceafl ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-qemu__mode_build__qemu__support.sh │ ├── patch-qemu__mode_qemu_Makefile │ ├── patch-qemu__mode_qemu_audio_audio.c │ ├── patch-qemu__mode_qemu_hw_display_omap__dss.c │ ├── patch-qemu__mode_qemu_hw_net_etraxfs__eth.c │ ├── patch-qemu__mode_qemu_hw_net_xilinx__axienet.c │ ├── patch-qemu__mode_qemu_hw_ppc_mac__newworld.c │ ├── patch-qemu__mode_qemu_hw_ppc_mac__oldworld.c │ ├── patch-qemu__mode_qemu_memory.c │ ├── patch-qemu__mode_qemu_slirp_tcp__subr.c │ └── patch-qemu__mode_qemu_tests_Makefile ├── triforcenetbsdsyscallfuzzer ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── trigger-rally ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── trimadap ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-ksw.c │ └── patch-kthread.c ├── trinity ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Chrysalis_CMakeLists.txt │ ├── patch-Chrysalis_Makefile │ ├── patch-Inchworm_CMakeLists.txt │ ├── patch-Inchworm_Makefile │ ├── patch-Makefile │ ├── patch-trinity-plugins_Makefile │ ├── patch-trinity-plugins_scaffold__iworm__contigs_Makefile │ ├── patch-trinity-plugins_seqtk-trinity-0.0.2_Makefile │ └── patch-util_support__scripts_plugin__install__tests.sh ├── tripwire2 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── trurl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tscrape-git ├── DESCR ├── Makefile └── PLIST ├── tsh ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tslib ├── DESCR ├── Makefile ├── PLIST ├── PLIST.FreeBSD ├── PLIST.Linux ├── buildlink3.mk ├── distinfo └── patches │ └── patch-src_ts__open.c ├── ttf-indic-fonts ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ttr ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ttyd ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_pty.c ├── ttyload ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── ttysnoop ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── ttytter ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── ttytter.sh ├── tuareg-mode ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── tuba ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── tudu ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── tutos ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── config.pinc ├── tuxanci-server ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── tuxanci ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── tuxguitar ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── tuxpaint-config ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-src_defaults.cxx ├── tuxpaint-cvs ├── DESCR ├── Makefile └── PLIST ├── tuxtype2 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── tvmet ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── twamp-gui ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── twemproxy ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── twin-environment ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-server_hw_hw__tty__common_driver__termcap.h ├── twinkle ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-src_CMakeLists.txt │ ├── patch-src_call__script.cpp │ ├── patch-src_sys__settings.cpp │ ├── patch-src_sys__settings.h │ └── patch-src_threads_mutex.cpp ├── twintk ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── twitmail ├── DESCR ├── Makefile └── distinfo ├── twittering-mode-git ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-test_run-test.sh ├── txt2tags ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── typespeed ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── typhoon ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── typst-lsp ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk └── distinfo ├── u-boot-full ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── stdarg.h │ ├── stdbool.h │ └── stddef.h └── patches │ └── patch-lib_Kconfig ├── u-boot-imx23-olinuxino ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST └── files │ └── installboot.plist ├── u-boot-khadas-vim3 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── installboot.plist ├── u-boot-mangopi-mq-pro ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── installboot.plist │ └── mangopi_mq_pro_defconfig └── patches │ ├── patch-arch_riscv_dts_sun20i-d1.dtsi │ └── patch-board_sunxi_board-riscv.c ├── u-boot-nanopi-r2s ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── installboot.plist └── patches │ └── patch-include_image.h ├── u-boot-omap4-panda ├── DESCR ├── Makefile ├── PLIST ├── files │ └── installboot.plist └── patches │ └── patch-drivers_usb_host_ehci-hcd.c ├── u-boot-orangepi-pc2 ├── DESCR ├── Makefile ├── PLIST └── files │ └── installboot.plist ├── u-boot-pinebook-crust ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ └── installboot.plist └── patches │ ├── patch-arch_arm_cpu_armv8_Kconfig │ ├── patch-board_sunxi_mksunxi__fit__atf.sh │ ├── patch-common_spl_spl__fit.c │ ├── patch-include_configs_sunxi-common.h │ ├── patch-include_spl.h │ └── patch-lib_bch.c ├── u-boot-rock5b ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── installboot.plist ├── u-boot-sifive-unleashed ├── DESCR ├── Makefile ├── PLIST └── files │ └── installboot.plist ├── u-boot-tools ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── u-boot-visionfive2 ├── DESCR ├── Makefile ├── PLIST └── files │ └── installboot.plist ├── u-boot ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── BSDmakefile ├── uTox-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-third-party_minini_dev_minIni.c ├── uade ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-Makefile.in │ ├── patch-src_Makefile.in │ ├── patch-src_frontends_meta-input_uade123.sh │ ├── patch-src_frontends_mod2ogg_mod2ogg2.sh.in │ └── patch-src_frontends_uade123_Makefile.in ├── uchime ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── Makefile ├── uclibc ├── DESCR ├── Makefile ├── TODO └── distinfo ├── udhcp ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── udp-ping ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── udunits2 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── ueberzugpp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_process_linux.cpp ├── uebimiau ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── ufc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── uffizi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── uget ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── ulfius ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-src_ulfius.c ├── umix ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── umoci ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── umurmur ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── umurmur.sh └── patches │ └── patch-src_config.h.in ├── unagi ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── undo-tree ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── unicorn5hc ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-header.h ├── unifi ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Darwin-x86_64 ├── PLIST.Linux-aarch64 ├── PLIST.Linux-armv7 ├── PLIST.Linux-x86_64 ├── distinfo ├── files │ ├── README.mongodb │ └── unifi.sh ├── options.mk └── patches │ ├── patch-snappy-java-1.0.5.4_Makefile │ └── patch-snappy-java-1.0.5.4_Makefile.common ├── unimrcp-apr ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── unimrcp-aprutil ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── unimrcp-sofiasip ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-scripts_lcov-report │ └── patch-scripts_uncovered ├── unimrcp ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── files │ └── patch-configure ├── unison-snapshot ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── unity ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-meson.build │ └── patch-meson__options.txt ├── universal-test-runner ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── universalcodegrep ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── unix2tcp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── unmo3 ├── DESCR ├── MESSAGE.NetBSD ├── Makefile ├── PLIST └── distinfo ├── unnethack ├── DESCR ├── MESSAGE.x11 ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-configure │ ├── patch-include_config.h │ ├── patch-sys_autoconf_Makefile.doc │ ├── patch-sys_autoconf_Makefile.src │ ├── patch-sys_autoconf_Makefile.top │ ├── patch-sys_autoconf_acinclude.m4 │ ├── patch-sys_share_unixtty.c │ └── patch-sys_unix_nethack.sh ├── unpaper ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-file.c │ └── patch-unpaper.c ├── unrealtournament-server ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ ├── ASU │ ├── UnrealTournament.ini.gz │ ├── User.ini.gz │ ├── asu-main.sh │ ├── gpl.txt.gz │ ├── help.txt.gz │ ├── legacy-asu-script-0.1.sh │ ├── legal.txt.gz │ ├── ucc.init │ ├── ucc.init.gz │ ├── umod.pl │ └── umodasu │ │ ├── Ini.pm │ │ ├── IxHash.pm │ │ ├── Umod.pm │ │ ├── rc.umod │ │ └── umodasu.pm │ ├── Patches │ ├── UTPure-RC5v-patch.tar.gz │ └── netgames-abfackeln-0.8.2-patch.tar.gz │ ├── asu-0.6.tar.gz │ └── asu.sh ├── unrest ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── up ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── uperf ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-configure.ac │ ├── patch-src_sctp.c │ ├── patch-src_sendfilev.c │ └── patch-src_ssl.c ├── uprof ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── options.mk ├── ups-monitor ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── ups-nut ├── COMMIT_MSG ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── PLIST.SunOS ├── TODO ├── buildlink3.mk ├── distinfo ├── files │ ├── ups.sh │ ├── upsd.sh │ ├── upsdriver.sh │ ├── upskillpower.sh │ ├── upslog.sh │ └── upsmon.sh ├── options.mk └── patches │ ├── patch-clients_upsclient.c │ ├── patch-conf_Makefile.in │ ├── patch-configure │ ├── patch-drivers_libhid.c │ ├── patch-drivers_libusb0.c │ ├── patch-drivers_libusb1.c │ └── patch-server_sockdebug.c ├── uptimed ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── uptimed.sh └── patches │ └── patch-ab ├── uqwk ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── urlwatch ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-setup.py ├── urw-base35-ttf ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── usbmuxd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── usbmuxd.sh └── patches │ ├── patch-Makefile.in │ ├── patch-configure.ac │ ├── patch-src_conf.c │ ├── patch-src_utils.c │ └── patch-src_utils.h ├── uschedule ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── using-mpi ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ └── patch-af ├── usrsctp ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── ussp-push ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── util-linux ├── DESCR ├── Makefile ├── PLIST ├── PLIST.i386 ├── TODO └── distinfo ├── uzbl-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-Makefile ├── uzbl ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-examples_config_config ├── v8-316 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Makefile ├── v8 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-Makefile.nacl │ ├── patch-src_base_logging.cc │ ├── patch-src_base_platform_platform-posix.cc │ ├── patch-src_base_platform_platform-solaris.cc │ ├── patch-src_base_platform_platform.h │ └── patch-src_base_platform_semaphore.cc ├── vacuum-magic ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── vacuum ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── vala-panel-appmenu ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── vale-current ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── valgrind-netbsd ├── DESCR ├── Makefile ├── PLIST ├── PLIST.Darwin ├── distinfo └── patches │ ├── patch-Makefile.am │ ├── patch-Makefile.tool.am │ ├── patch-configure.ac │ ├── patch-coregrind_Makefile.am │ ├── patch-coregrind_launcher-linux.c │ ├── patch-coregrind_link__tool__exe__netbsd.in │ ├── patch-coregrind_m__addrinfo.c │ ├── patch-coregrind_m__aspacemgr_aspacemgr-common.c │ ├── patch-coregrind_m__aspacemgr_aspacemgr-linux.c │ ├── patch-coregrind_m__coredump_coredump-elf.c │ ├── patch-coregrind_m__debuginfo_d3basics.c │ ├── patch-coregrind_m__debuginfo_debuginfo.c │ ├── patch-coregrind_m__debuginfo_priv__readpdb.h │ ├── patch-coregrind_m__debuginfo_readdwarf.c │ ├── patch-coregrind_m__debuginfo_readdwarf3.c │ ├── patch-coregrind_m__debuginfo_readelf.c │ ├── patch-coregrind_m__debuginfo_readpdb.c │ ├── patch-coregrind_m__debuginfo_storage.c │ ├── patch-coregrind_m__debuglog.c │ ├── patch-coregrind_m__dispatch_dispatch-amd64-netbsd.S │ ├── patch-coregrind_m__errormgr.c │ ├── patch-coregrind_m__initimg_initimg-netbsd.c │ ├── patch-coregrind_m__libcassert.c │ ├── patch-coregrind_m__libcfile.c │ ├── patch-coregrind_m__libcprint.c │ ├── patch-coregrind_m__libcproc.c │ ├── patch-coregrind_m__libcsetjmp.c │ ├── patch-coregrind_m__libcsignal.c │ ├── patch-coregrind_m__machine.c │ ├── patch-coregrind_m__main.c │ ├── patch-coregrind_m__redir.c │ ├── patch-coregrind_m__replacemalloc_vg__replace__malloc.c │ ├── patch-coregrind_m__scheduler_scheduler.c │ ├── patch-coregrind_m__sigframe_sigframe-amd64-netbsd.c │ ├── patch-coregrind_m__sigframe_sigframe-common.c │ ├── patch-coregrind_m__signals.c │ ├── patch-coregrind_m__stacktrace.c │ ├── patch-coregrind_m__syscall.c │ ├── patch-coregrind_m__syswrap_priv__syswrap-netbsd.h │ ├── patch-coregrind_m__syswrap_priv__types__n__macros.h │ ├── patch-coregrind_m__syswrap_syscall-amd64-netbsd.S │ ├── patch-coregrind_m__syswrap_syswrap-amd64-netbsd.c │ ├── patch-coregrind_m__syswrap_syswrap-generic.c │ ├── patch-coregrind_m__syswrap_syswrap-main.c │ ├── patch-coregrind_m__syswrap_syswrap-netbsd-variants.c │ ├── patch-coregrind_m__syswrap_syswrap-netbsd.c │ ├── patch-coregrind_m__trampoline.S │ ├── patch-coregrind_m__translate.c │ ├── patch-coregrind_m__ume_elf.c │ ├── patch-coregrind_m__ume_main.c │ ├── patch-coregrind_m__ume_priv__ume.h │ ├── patch-coregrind_m__vki.c │ ├── patch-coregrind_m__vkiscnums.c │ ├── patch-coregrind_pub__core__debuginfo.h │ ├── patch-coregrind_pub__core__initimg.h │ ├── patch-coregrind_pub__core__machine.h │ ├── patch-coregrind_pub__core__mallocfree.h │ ├── patch-coregrind_pub__core__sigframe.h │ ├── patch-coregrind_pub__core__syscall.h │ ├── patch-coregrind_pub__core__trampoline.h │ ├── patch-coregrind_vg__preloaded.c │ ├── patch-drd_Makefile.am │ ├── patch-drd_drd__main.c │ ├── patch-helgrind_Makefile.am │ ├── patch-helgrind_hg__intercepts.c │ ├── patch-include_Makefile.am │ ├── patch-include_pub__tool__basics.h │ ├── patch-include_pub__tool__basics__asm.h │ ├── patch-include_pub__tool__machine.h │ ├── patch-include_pub__tool__redir.h │ ├── patch-include_pub__tool__vki.h │ ├── patch-include_pub__tool__vkiscnums.h │ ├── patch-include_pub__tool__vkiscnums__asm.h │ ├── patch-include_valgrind.h │ ├── patch-include_vki_vki-amd64-netbsd.h │ ├── patch-include_vki_vki-machine-types-amd64-netbsd.h │ ├── patch-include_vki_vki-netbsd.h │ ├── patch-include_vki_vki-scnums-netbsd.h │ ├── patch-memcheck_Makefile.am │ ├── patch-memcheck_mc__errors.c │ ├── patch-memcheck_mc__leakcheck.c │ ├── patch-memcheck_mc__machine.c │ ├── patch-memcheck_mc__main.c │ ├── patch-memcheck_mc__malloc__wrappers.c │ ├── patch-memcheck_mc__translate.c │ ├── patch-memcheck_tests_vbit-test_util.c │ ├── patch-memcheck_tests_vbit-test_vbits.c │ ├── patch-netbsd.supp │ └── patch-shared_vg__replace__strmem.c ├── vamp ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── vamps ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── vanitygen ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── varnish-modules ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_vmod__tcp.c ├── varnish-slash ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-bootstrap │ ├── patch-src_fellow__io__threads.c │ └── patch-src_fellow__log__dbg.c ├── vault ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── vaultwarden-web-vault ├── DESCR ├── Makefile ├── TODO └── distinfo ├── vcf-split ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── vcf2hap ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── vcftools ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── vcg ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── conf │ ├── demo.csh │ ├── globals.h │ └── tMakefile └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ ├── patch-ah │ ├── patch-ai │ ├── patch-aj │ ├── patch-ak │ ├── patch-al │ ├── patch-am │ ├── patch-an │ ├── patch-ao │ ├── patch-ap │ ├── patch-aq │ ├── patch-demo_animation1_c │ ├── patch-demo_animation2_c │ ├── patch-demo_animation3_c │ ├── patch-demo_vcgcount_c │ └── patch-preconf_X11ccSunOS_conf ├── vcglib ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── vche ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── vcsh ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-100-init.t ├── vector ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk ├── distinfo └── patches │ └── patch-Cargo.toml ├── vee ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── velero ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── venom ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── verbiste ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── verilator ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── vhdtool-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-vhdtool.c ├── victorialogs-vlogscli ├── DESCR ├── Makefile └── PLIST ├── victorialogs ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo └── go-modules.mk ├── victoriametrics ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── video-trimmer ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk └── distinfo ├── video2x ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── vidrioclock ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── vidriolib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── viewer ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── viewglob ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── vim-nox11 ├── DESCR ├── Makefile └── PLIST ├── vimb-git ├── DESCR ├── Makefile └── PLIST ├── vimb2 ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── vimprobable2 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── vimrc-mode ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST └── distinfo ├── vino ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── virt-manager ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-virtManager_createconn.py │ └── patch-virtManager_engine.py ├── virtualbox-svn ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-configure │ ├── patch-include_iprt_types.h │ ├── patch-src_VBox_Additions_x11_Makefile.kmk │ ├── patch-src_VBox_Additions_x11_vboxvideo_Makefile.kmk │ ├── patch-src_VBox_Devices_Audio_DrvHostOSSAudio.cpp │ ├── patch-src_VBox_Devices_Network_lwip-new_src_include_lwip_sockets.h │ ├── patch-src_VBox_Devices_Storage_DrvHostBase.cpp │ ├── patch-src_VBox_Devices_Storage_DrvHostBase.h │ ├── patch-src_VBox_Devices_Storage_DrvHostDVD.cpp │ ├── patch-src_VBox_Devices_Storage_DrvHostFloppy.cpp │ ├── patch-src_VBox_Devices_Storage_DrvVD.cpp │ ├── patch-src_VBox_ExtPacks_VBoxDTrace_include_VBoxDTraceLibCWrappers.h │ ├── patch-src_VBox_ExtPacks_VBoxDTrace_onnv_lib_libdtrace_common_dt__cc.c │ ├── patch-src_VBox_ExtPacks_VBoxDTrace_onnv_lib_libdtrace_common_dt__options.c │ ├── patch-src_VBox_Frontends_VBoxManage_VBoxInternalManage.cpp │ ├── patch-src_VBox_HostDrivers_Support_SUPDrvIDC.h │ ├── patch-src_VBox_HostDrivers_Support_SUPR3HardenedMain.cpp │ ├── patch-src_VBox_HostDrivers_Support_netbsd_Makefile │ ├── patch-src_VBox_HostDrivers_Support_netbsd_SUPDrv-netbsd.c │ ├── patch-src_VBox_HostDrivers_Support_netbsd_SUPDrv-netbsd.def │ ├── patch-src_VBox_HostDrivers_Support_netbsd_SUPLib-netbsd.cpp │ ├── patch-src_VBox_HostDrivers_Support_netbsd_SUPR0IdcClient-netbsd.c │ ├── patch-src_VBox_HostDrivers_Support_netbsd_files__vboxdrv │ ├── patch-src_VBox_Installer_darwin_VirtualBox_postflight │ ├── patch-src_VBox_Installer_darwin_VirtualBox_preflight │ ├── patch-src_VBox_Main_cbinding_VBoxCAPIGlue.c │ ├── patch-src_VBox_Main_glue_NativeEventQueue.cpp │ ├── patch-src_VBox_Main_include_ConsoleImpl.h │ ├── patch-src_VBox_Main_src-client_ConsoleImpl2.cpp │ ├── patch-src_VBox_NetworkServices_NAT_pxping.c │ ├── patch-src_VBox_Runtime_Makefile.kmk │ ├── patch-src_VBox_Runtime_r0drv_netbsd_the-netbsd-kernel.h │ ├── patch-src_VBox_Runtime_r3_netbsd_fileaio-netbsd.cpp │ ├── patch-src_VBox_Runtime_r3_netbsd_mp-netbsd.cpp │ ├── patch-src_VBox_Runtime_r3_netbsd_systemmem-netbsd.cpp │ ├── patch-src_VBox_VMM_testcase_mkdsk.sh │ ├── patch-src_libs_xpcom18a4_ipc_ipcd_shared_src_ipcConfig.cpp │ ├── patch-src_libs_xpcom18a4_nsprpub_pr_include_md___netbsd.h │ ├── patch-src_recompiler_bswap.h │ └── patch-src_recompiler_fpu_softfloat-native.h ├── virtualbox ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-Config.kmk │ ├── patch-Makefile.kmk │ ├── patch-configure │ ├── patch-include_VBox_VBoxGuest.h │ ├── patch-include_VBox_ostypes.h │ ├── patch-include_VBox_param.h │ ├── patch-include_VBox_usb.h │ ├── patch-include_iprt_stdint.h │ ├── patch-include_iprt_string.h │ ├── patch-include_iprt_time.h │ ├── patch-kBuild_header.kmk │ ├── patch-src_VBox_Additions_Makefile.kmk │ ├── patch-src_VBox_Additions_common_VBoxGuestLib_VBoxGuestR3Lib.cpp │ ├── patch-src_VBox_Additions_common_VBoxGuestLib_VBoxGuestR3LibLog.cpp │ ├── patch-src_VBox_Additions_common_VBoxGuest_Makefile.kmk │ ├── patch-src_VBox_Additions_common_VBoxGuest_VBoxGuest-netbsd.c │ ├── patch-src_VBox_Additions_common_VBoxGuest_VBoxGuest.cpp │ ├── patch-src_VBox_Additions_common_VBoxGuest_VBoxGuestInternal.h │ ├── patch-src_VBox_Additions_common_VBoxGuest_netbsd_Makefile │ ├── patch-src_VBox_Additions_common_VBoxGuest_netbsd_files__vboxguest │ ├── patch-src_VBox_Additions_common_VBoxService_VBoxService.cpp │ ├── patch-src_VBox_Additions_common_VBoxService_VBoxServiceVMInfo.cpp │ ├── patch-src_VBox_Additions_common_crOpenGL_Makefile.kmk │ ├── patch-src_VBox_Additions_common_crOpenGL_NetBSD__exports.py │ ├── patch-src_VBox_Additions_common_crOpenGL_fakedri__drv.c │ ├── patch-src_VBox_Additions_netbsd_Installer_pkg-descr │ ├── patch-src_VBox_Additions_netbsd_Installer_vboxguest.sh │ ├── patch-src_VBox_Additions_netbsd_Makefile │ ├── patch-src_VBox_Additions_netbsd_Makefile.kmk │ ├── patch-src_VBox_Additions_netbsd_drm_Makefile │ ├── patch-src_VBox_Additions_netbsd_drm_Makefile.kmk │ ├── patch-src_VBox_Additions_netbsd_drm_files__vboxvideo__drm │ ├── patch-src_VBox_Additions_netbsd_drm_vboxvideo__drm.c │ ├── patch-src_VBox_Additions_netbsd_vboxvfs_Makefile.kmk │ ├── patch-src_VBox_Additions_netbsd_vboxvfs_vboxvfs.h │ ├── patch-src_VBox_Additions_netbsd_vboxvfs_vboxvfs__vfsops.c │ ├── patch-src_VBox_Additions_netbsd_vboxvfs_vboxvfs__vnops.c │ ├── patch-src_VBox_Debugger_DBGPlugInDiggers.cpp │ ├── patch-src_VBox_Debugger_DBGPlugIns.h │ ├── patch-src_VBox_Devices_EFI_Firmware_AppPkg_Applications_Python_PyMod-2.7.1_Include_pyport.h │ ├── patch-src_VBox_Devices_Makefile.kmk │ ├── patch-src_VBox_Devices_Network_DrvNAT.cpp │ ├── patch-src_VBox_Devices_Network_slirp_resolv__conf__parser.c │ ├── patch-src_VBox_Devices_Network_slirp_udp.c │ ├── patch-src_VBox_Devices_PC_DrvACPI.cpp │ ├── patch-src_VBox_Devices_Serial_DrvHostSerial.cpp │ ├── patch-src_VBox_Devices_Storage_DrvHostBase.cpp │ ├── patch-src_VBox_Devices_Storage_DrvHostBase.h │ ├── patch-src_VBox_Devices_Storage_DrvHostDVD.cpp │ ├── patch-src_VBox_Devices_USB_netbsd_USBProxyDevice-netbsd.cpp │ ├── patch-src_VBox_Devices_build_VBoxDD.cpp │ ├── patch-src_VBox_Devices_build_VBoxDD.h │ ├── patch-src_VBox_ExtPacks_BusMouseSample_Makefile.kmk │ ├── patch-src_VBox_ExtPacks_Skeleton_Makefile.kmk │ ├── patch-src_VBox_ExtPacks_VBoxDTrace_Makefile.kmk │ ├── patch-src_VBox_ExtPacks_VBoxDTrace_VBoxDTraceWrapper.cpp │ ├── patch-src_VBox_ExtPacks_VNC_Makefile.kmk │ ├── patch-src_VBox_Frontends_VBoxAutostart_VBoxAutostart-posix.cpp │ ├── patch-src_VBox_Frontends_VBoxBalloonCtrl_VBoxWatchdog.cpp │ ├── patch-src_VBox_Frontends_VBoxManage_VBoxInternalManage.cpp │ ├── patch-src_VBox_Frontends_VBoxManage_VBoxManageHelp.cpp │ ├── patch-src_VBox_Frontends_VBoxManage_VBoxManageModifyVM.cpp │ ├── patch-src_VBox_Frontends_VBoxSDL_Makefile.kmk │ ├── patch-src_VBox_Frontends_VirtualBox_Makefile.kmk │ ├── patch-src_VBox_Frontends_VirtualBox_src_VBoxGLSupportInfo.cpp │ ├── patch-src_VBox_Frontends_VirtualBox_src_net_UIUpdateManager.cpp │ ├── patch-src_VBox_Frontends_VirtualBox_src_settings_machine_UIMachineSettingsAudio.cpp │ ├── patch-src_VBox_GuestHost_OpenGL_Makefile.kmk │ ├── patch-src_VBox_GuestHost_OpenGL_include_chromium.h │ ├── patch-src_VBox_GuestHost_OpenGL_include_cr__dll.h │ ├── patch-src_VBox_GuestHost_OpenGL_include_cr__timer.h │ ├── patch-src_VBox_GuestHost_OpenGL_spu__loader_glloader.py │ ├── patch-src_VBox_GuestHost_OpenGL_util_dll.c │ ├── patch-src_VBox_GuestHost_OpenGL_util_environment.c │ ├── patch-src_VBox_GuestHost_OpenGL_util_timer.c │ ├── patch-src_VBox_GuestHost_OpenGL_util_vboxhgcm.c │ ├── patch-src_VBox_GuestHost_OpenGL_util_vboxhgsmi.c │ ├── patch-src_VBox_GuestHost_SharedClipboard_Makefile.kmk │ ├── patch-src_VBox_HostDrivers_Makefile.kmk │ ├── patch-src_VBox_HostDrivers_Support_Makefile.kmk │ ├── patch-src_VBox_HostDrivers_Support_SUPDrv.cpp │ ├── patch-src_VBox_HostDrivers_Support_SUPDrvGip.cpp │ ├── patch-src_VBox_HostDrivers_Support_SUPDrvIDC.h │ ├── patch-src_VBox_HostDrivers_Support_SUPDrvInternal.h │ ├── patch-src_VBox_HostDrivers_Support_SUPDrvTracer.cpp │ ├── patch-src_VBox_HostDrivers_Support_SUPR3HardenedMain.cpp │ ├── patch-src_VBox_HostDrivers_Support_netbsd_Makefile │ ├── patch-src_VBox_HostDrivers_Support_netbsd_SUPDrv-netbsd.c │ ├── patch-src_VBox_HostDrivers_Support_netbsd_SUPDrv-netbsd.def │ ├── patch-src_VBox_HostDrivers_Support_netbsd_SUPLib-netbsd.cpp │ ├── patch-src_VBox_HostDrivers_Support_netbsd_SUPR0IdcClient-netbsd.c │ ├── patch-src_VBox_HostDrivers_Support_netbsd_files__vboxdrv │ ├── patch-src_VBox_HostDrivers_VBoxNetAdp_Makefile.kmk │ ├── patch-src_VBox_HostDrivers_VBoxNetAdp_VBoxNetAdpInternal.h │ ├── patch-src_VBox_HostDrivers_VBoxNetAdp_netbsd_Makefile │ ├── patch-src_VBox_HostDrivers_VBoxNetAdp_netbsd_VBoxNetAdp-netbsd.c │ ├── patch-src_VBox_HostDrivers_VBoxNetAdp_netbsd_files__vboxnetadp │ ├── patch-src_VBox_HostDrivers_VBoxNetFlt_Makefile.kmk │ ├── patch-src_VBox_HostDrivers_VBoxNetFlt_VBoxNetFltInternal.h │ ├── patch-src_VBox_HostDrivers_VBoxNetFlt_netbsd_Makefile │ ├── patch-src_VBox_HostDrivers_VBoxNetFlt_netbsd_VBoxNetFlt-netbsd.c │ ├── patch-src_VBox_HostDrivers_VBoxNetFlt_netbsd_files__vboxnetflt │ ├── patch-src_VBox_HostDrivers_netbsd_Makefile │ ├── patch-src_VBox_HostDrivers_netbsd_Makefile.kmk │ ├── patch-src_VBox_HostServices_Makefile.kmk │ ├── patch-src_VBox_HostServices_SharedClipboard_Makefile.kmk │ ├── patch-src_VBox_HostServices_SharedOpenGL_Makefile.kmk │ ├── patch-src_VBox_HostServices_auth_Makefile.kmk │ ├── patch-src_VBox_HostServices_auth_pam_VBoxAuthPAM.c │ ├── patch-src_VBox_ImageMounter_VBoxFUSE_Makefile.kmk │ ├── patch-src_VBox_ImageMounter_VBoxFUSE_VBoxFUSE.cpp │ ├── patch-src_VBox_Installer_Makefile.kmk │ ├── patch-src_VBox_Installer_darwin_VirtualBox_postflight │ ├── patch-src_VBox_Installer_darwin_VirtualBox_preflight │ ├── patch-src_VBox_Installer_linux_VBoxSysInfo.sh │ ├── patch-src_VBox_Installer_linux_debian_control │ ├── patch-src_VBox_Installer_linux_rpm_VirtualBox.tmpl.spec │ ├── patch-src_VBox_Installer_netbsd_Makefile.kmk │ ├── patch-src_VBox_Installer_netbsd_pkg-comment │ ├── patch-src_VBox_Installer_netbsd_pkg-descr │ ├── patch-src_VBox_Installer_netbsd_pkg__plist │ ├── patch-src_VBox_Installer_netbsd_postdeinstall.sh │ ├── patch-src_VBox_Installer_netbsd_postinstall.sh │ ├── patch-src_VBox_Installer_netbsd_virtualbox.desktop │ ├── patch-src_VBox_Main_Makefile.kmk │ ├── patch-src_VBox_Main_cbinding_VBoxCAPIGlue.c │ ├── patch-src_VBox_Main_cbinding_VBoxCAPI__v2__2.h │ ├── patch-src_VBox_Main_cbinding_VBoxCAPI__v3__0.h │ ├── patch-src_VBox_Main_glue_NativeEventQueue.cpp │ ├── patch-src_VBox_Main_glue_tests_Makefile │ ├── patch-src_VBox_Main_include_ConsoleImpl.h │ ├── patch-src_VBox_Main_include_HostUSBDeviceImpl.h │ ├── patch-src_VBox_Main_include_USBProxyService.h │ ├── patch-src_VBox_Main_include_ovfreader.h │ ├── patch-src_VBox_Main_src-client_ConsoleImpl.cpp │ ├── patch-src_VBox_Main_src-client_ConsoleImpl2.cpp │ ├── patch-src_VBox_Main_src-server_ApplianceImpl.cpp │ ├── patch-src_VBox_Main_src-server_HostDnsService.cpp │ ├── patch-src_VBox_Main_src-server_HostDnsService.h │ ├── patch-src_VBox_Main_src-server_HostImpl.cpp │ ├── patch-src_VBox_Main_src-server_HostNetworkInterfaceImpl.cpp │ ├── patch-src_VBox_Main_src-server_MachineImpl.cpp │ ├── patch-src_VBox_Main_src-server_generic_NetIf-generic.cpp │ ├── patch-src_VBox_Main_src-server_netbsd_HostHardwareNetBSD.cpp │ ├── patch-src_VBox_Main_src-server_netbsd_Makefile.kup │ ├── patch-src_VBox_Main_src-server_netbsd_NetIf-netbsd.cpp │ ├── patch-src_VBox_Main_src-server_netbsd_PerformanceNetBSD.cpp │ ├── patch-src_VBox_Main_src-server_netbsd_USBProxyServiceNetBSD.cpp │ ├── patch-src_VBox_Main_testcase_tstCollector.cpp │ ├── patch-src_VBox_Main_webservice_vboxweb.cpp │ ├── patch-src_VBox_Main_xml_Settings.cpp │ ├── patch-src_VBox_Main_xml_VirtualBox-settings.xsd │ ├── patch-src_VBox_Makefile.kmk │ ├── patch-src_VBox_NetworkServices_NAT_Makefile.kmk │ ├── patch-src_VBox_NetworkServices_NAT_pxping.c │ ├── patch-src_VBox_NetworkServices_NAT_pxudp.c │ ├── patch-src_VBox_Runtime_Makefile.kmk │ ├── patch-src_VBox_Runtime_VBox_log-vbox.cpp │ ├── patch-src_VBox_Runtime_r0drv_netbsd_alloc-r0drv-netbsd.c │ ├── patch-src_VBox_Runtime_r0drv_netbsd_assert-r0drv-netbsd.c │ ├── patch-src_VBox_Runtime_r0drv_netbsd_initterm-r0drv-netbsd.c │ ├── patch-src_VBox_Runtime_r0drv_netbsd_memobj-r0drv-netbsd.c │ ├── patch-src_VBox_Runtime_r0drv_netbsd_memuserkernel-r0drv-netbsd.c │ ├── patch-src_VBox_Runtime_r0drv_netbsd_mp-r0drv-netbsd.c │ ├── patch-src_VBox_Runtime_r0drv_netbsd_process-r0drv-netbsd.c │ ├── patch-src_VBox_Runtime_r0drv_netbsd_semevent-r0drv-netbsd.c │ ├── patch-src_VBox_Runtime_r0drv_netbsd_semeventmulti-r0drv-netbsd.c │ ├── patch-src_VBox_Runtime_r0drv_netbsd_semfastmutex-r0drv-netbsd.c │ ├── patch-src_VBox_Runtime_r0drv_netbsd_semmutex-r0drv-netbsd.c │ ├── patch-src_VBox_Runtime_r0drv_netbsd_sleepqueue-r0drv-netbsd.h │ ├── patch-src_VBox_Runtime_r0drv_netbsd_spinlock-r0drv-netbsd.c │ ├── patch-src_VBox_Runtime_r0drv_netbsd_the-netbsd-kernel.h │ ├── patch-src_VBox_Runtime_r0drv_netbsd_thread-r0drv-netbsd.c │ ├── patch-src_VBox_Runtime_r0drv_netbsd_thread2-r0drv-netbsd.c │ ├── patch-src_VBox_Runtime_r0drv_netbsd_time-r0drv-netbsd.c │ ├── patch-src_VBox_Runtime_r0drv_netbsd_timer-r0drv-netbsd.c │ ├── patch-src_VBox_Runtime_r3_init.cpp │ ├── patch-src_VBox_Runtime_r3_netbsd_fileaio-netbsd.cpp │ ├── patch-src_VBox_Runtime_r3_netbsd_mp-netbsd.cpp │ ├── patch-src_VBox_Runtime_r3_netbsd_rtProcInitExePath-netbsd.cpp │ ├── patch-src_VBox_Runtime_r3_netbsd_systemmem-netbsd.cpp │ ├── patch-src_VBox_Runtime_r3_posix_fileaio-posix.cpp │ ├── patch-src_VBox_Runtime_r3_posix_fileio-posix.cpp │ ├── patch-src_VBox_Runtime_r3_posix_fs-posix.cpp │ ├── patch-src_VBox_Runtime_r3_posix_path2-posix.cpp │ ├── patch-src_VBox_Runtime_r3_posix_semevent-posix.cpp │ ├── patch-src_VBox_Runtime_r3_posix_thread-posix.cpp │ ├── patch-src_VBox_Runtime_r3_posix_thread2-posix.cpp │ ├── patch-src_VBox_Runtime_r3_posix_utf8-posix.cpp │ ├── patch-src_VBox_Storage_testcase_Makefile.kmk │ ├── patch-src_VBox_VMM_VMMR0_GMMR0.cpp │ ├── patch-src_VBox_VMM_VMMR0_VMMR0.cpp │ ├── patch-src_VBox_VMM_VMMR3_PGMPhys.cpp │ ├── patch-src_VBox_VMM_VMMR3_VM.cpp │ ├── patch-src_VBox_VMM_VMMRC_VMMRCDeps.cpp │ ├── patch-src_VBox_VMM_testcase_mkdsk.sh │ ├── patch-src_VBox_VMM_testcase_tstX86-1.cpp │ ├── patch-src_VBox_ValidationKit_Makefile.kmk │ ├── patch-src_VBox_ValidationKit_testboxscript_testboxscript__real.py │ ├── patch-src_VBox_ValidationKit_testdriver_base.py │ ├── patch-src_VBox_ValidationKit_testdriver_vbox.py │ ├── patch-src_VBox_ValidationKit_testdriver_vboxtestvms.py │ ├── patch-src_VBox_ValidationKit_testmanager_core_coreconsts.py │ ├── patch-src_VBox_ValidationKit_tests_autostart_tdAutostart1.py │ ├── patch-src_apps_Makefile.kmk │ ├── patch-src_libs_libxml2-2.9.2_include_vboxconfig.h │ ├── patch-src_libs_xpcom18a4_nsprpub_pr_include_md___netbsd.cfg │ ├── patch-src_recompiler_Makefile.kmk │ ├── patch-src_recompiler_exec.c │ └── patch-tools_bin_gen-slickedit-workspace.sh ├── virtualjaguar-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── 74ccc9063b5068b616abdcf0a1b04cec └── patches │ ├── patch-aa │ └── patch-ab ├── virtualxt ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── virtualxt.elks │ └── virtualxt.freedos ├── virus ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── vis-editor ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── vis ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── visidata ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-visidata_vdtui.py ├── vista-fonts ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── vkeybd ├── DESCR ├── Makefile ├── PLIST ├── README ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── vlang ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-GNUmakefile │ ├── patch-vc_v.c │ ├── patch-vlib_builtin_builtin__d__gcboehm.c.v │ ├── patch-vlib_builtin_cfns.c.v │ └── patch-vlib_sync_sync__default.c.v ├── vlevel ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── vm-pop3d ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── vmsbackup ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── vmware-sercons ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── vncselector ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── volctl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── vpnc ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── vpnc.sh ├── options.mk └── patches │ ├── patch-config.c │ ├── patch-config.h │ ├── patch-makeman.pl │ ├── patch-pcf2vpnc │ ├── patch-sysdep.c │ ├── patch-tunip.c │ ├── patch-vpnc-disconnect │ ├── patch-vpnc.c │ └── patch-vpnc_script ├── vpr ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ag │ └── patch-ah ├── vscode ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── code.sh.in └── patches │ ├── patch-build_lib_layersChecker.ts │ ├── patch-build_lib_propertyInitOrderChecker.ts │ ├── patch-build_lib_snapshotLoader.ts │ ├── patch-extensions_emmet_src_test_testUtils.ts │ ├── patch-extensions_vscode-api-tests_src_utils.ts │ ├── patch-extensions_vscode-test-resolver_src_util_processes.ts │ ├── patch-node__modules_kerberos_binding.gyp │ ├── patch-node__modules_kerberos_src_kerberos__common.h │ ├── patch-node__modules_node-pty_src_unix_pty.cc │ ├── patch-product.json │ ├── patch-remote_node__modules_kerberos_binding.gyp │ ├── patch-remote_node__modules_kerberos_src_kerberos__common.h │ ├── patch-remote_node__modules_node-pty_src_unix_pty.cc │ ├── patch-scripts_code-perf.js │ ├── patch-src_bootstrap-node.ts │ ├── patch-src_main.ts │ ├── patch-src_vs_base_common_platform.ts │ ├── patch-src_vs_base_node_ps.ts │ ├── patch-src_vs_code_electron-main_app.ts │ ├── patch-src_vs_platform_environment_node_userDataPath.ts │ ├── patch-src_vs_platform_native_electron-main_nativeHostMainService.ts │ ├── patch-src_vs_workbench_api_browser_mainThreadTask.ts │ ├── patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts │ ├── patch-test_automation_src_electron.ts │ ├── patch-test_smoke_src_areas_task_task.test.ts │ └── patch-test_smoke_src_areas_terminal_terminal.test.ts ├── vsearch ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_vsearch.h ├── vulkan-loader ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── w3c-httpd ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── httpd.conf └── patches │ ├── patch-BUILD │ ├── patch-BUILD.SH │ ├── patch-Daemon_Implementation_CommonMakefile │ ├── patch-Daemon_Implementation_HTDaemon.c │ ├── patch-Daemon_Implementation_HTgc.c │ ├── patch-Library_Implementation_HTFile.h │ ├── patch-Library_Implementation_HTString.c │ ├── patch-Library_Implementation_HTString.h │ └── patch-Library_Implementation_HTTCP.c ├── wackamole ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile.in ├── wadgadget ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-GNUmakefile ├── wadptr ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── waffle ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-cmake_modules_WaffleDefineOS.cmake │ └── patch-third__party_threads_threads__posix.c ├── wakeonlan ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-wakeonlan ├── wanderer ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-wand__head.h ├── wang-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── wargus ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-rip_music_unix.cpp ├── warsow ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── warsow.template └── patches │ └── patch-client_CMakeLists.txt ├── wasi-compiler-rt ├── DESCR ├── Makefile └── buildlink3.mk ├── wasi-libc-git ├── DESCR ├── Makefile └── PLIST ├── wasi-libc ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Makefile ├── wasi-libcxx ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-libcxx_include_CMakeLists.txt │ ├── patch-libcxx_src_CMakeLists.txt │ └── patch-libcxxabi_src_CMakeLists.txt ├── watch ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile.am │ ├── patch-autogen.sh │ ├── patch-configure.ac │ └── patch-lib_Makefile.am ├── watchman ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── wcstools ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── weatherman ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── web-mode ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── webbrowser ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── webcleaner ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── webdump-git ├── DESCR ├── Makefile └── PLIST ├── webhookd ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── webkit-gtk-2.46 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-Source_JavaScriptCore_assembler_ARM64Assembler.h │ ├── patch-Source_JavaScriptCore_runtime_JSCBytecodeCacheVersion.cpp │ ├── patch-Source_JavaScriptCore_runtime_JSCJSValueInlines.h │ ├── patch-Source_ThirdParty_ANGLE_src_common_SimpleMutex.h │ ├── patch-Source_ThirdParty_ANGLE_src_common_platform.h │ ├── patch-Source_ThirdParty_ANGLE_src_common_system__utils__linux.cpp │ ├── patch-Source_ThirdParty_ANGLE_src_libANGLE_renderer_gl_egl_DisplayEGL.cpp │ ├── patch-Source_ThirdParty_skia_src_gpu_ganesh_GrAutoLocaleSetter.h │ ├── patch-Source_ThirdParty_skia_src_ports_SkMemory__malloc.cpp │ ├── patch-Source_WTF_wtf_InlineASM.h │ ├── patch-Source_WTF_wtf_PlatformEnable.h │ ├── patch-Source_WTF_wtf_glib_FileSystemGlib.cpp │ ├── patch-Source_WebCore_page_NavigatorBase.cpp │ ├── patch-Source_WebCore_platform_graphics_gbm_MemoryMappedGPUBuffer.cpp │ ├── patch-Source_WebCore_rendering_RenderBox.h │ ├── patch-Source_WebCore_rendering_shapes_ShapeOutsideInfo.cpp │ ├── patch-Source_WebKit_Platform_IPC_unix_ConnectionUnix.cpp │ ├── patch-Source_WebKit_UIProcess_Launcher_glib_ProcessLauncherGLib.cpp │ ├── patch-Source_WebKit_UIProcess_gtk_AcceleratedBackingStore.cpp │ ├── patch-Source_bmalloc_bmalloc_AvailableMemory.cpp │ ├── patch-Source_bmalloc_bmalloc_AvailableMemory.h │ ├── patch-Source_bmalloc_bmalloc_BPlatform.h │ ├── patch-Source_bmalloc_bmalloc_EligibilityResult.h │ ├── patch-Source_bmalloc_bmalloc_EligibilityResultInlines.h │ ├── patch-Source_bmalloc_bmalloc_IsoAllocatorInlines.h │ ├── patch-Source_bmalloc_bmalloc_bmalloc.h │ ├── patch-Source_bmalloc_libpas_src_libpas_pas__committed__pages__vector.h │ ├── patch-Source_bmalloc_libpas_src_libpas_pas__monotonic__time.c │ ├── patch-Source_bmalloc_libpas_src_libpas_pas__page__malloc.c │ ├── patch-Source_bmalloc_libpas_src_libpas_pas__platform.h │ ├── patch-Source_bmalloc_libpas_src_libpas_pas__random.h │ └── patch-Source_cmake_FindFlite.cmake ├── webkit-gtk ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-Source_JavaScriptCore_Scripts_check-xcfilelists.sh │ ├── patch-Source_JavaScriptCore_Scripts_generate-unified-sources.sh │ ├── patch-Source_JavaScriptCore_assembler_ARM64Assembler.h │ ├── patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h │ ├── patch-Source_JavaScriptCore_heap_MarkedSpace.cpp │ ├── patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp │ ├── patch-Source_JavaScriptCore_offlineasm_arm64.rb │ ├── patch-Source_ThirdParty_ANGLE_src_common_third__party_smhasher_src_PMurHash.cpp │ ├── patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h │ ├── patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h │ ├── patch-Source_WTF_wtf_Assertions.h │ ├── patch-Source_WTF_wtf_FileSystem.cpp │ ├── patch-Source_WTF_wtf_PlatformEnable.h │ ├── patch-Source_WTF_wtf_PlatformOS.h │ ├── patch-Source_WTF_wtf_PlatformUse.h │ ├── patch-Source_WTF_wtf_StackBounds.cpp │ ├── patch-Source_WebCore_Scripts_check-xcfilelists.sh │ ├── patch-Source_WebCore_Scripts_generate-unified-sources.sh │ ├── patch-Source_WebCore_crypto_algorithms_CryptoAlgorithmAES__GCM.cpp │ ├── patch-Source_WebCore_css_calc_CSSCalcOperationNode.cpp │ ├── patch-Source_WebCore_css_calc_CSSCalcOperationNode.h │ ├── patch-Source_WebCore_css_calc_CSSCalcValue.cpp │ ├── patch-Source_WebCore_inspector_InspectorFrontendHost.cpp │ ├── patch-Source_WebCore_platform_audio_gstreamer_AudioFileReaderGStreamer.cpp │ ├── patch-Source_WebCore_platform_audio_gstreamer_AudioSourceProviderGStreamer.cpp │ ├── patch-Source_WebCore_platform_graphics_filters_FEMorphology.cpp │ ├── patch-Source_WebCore_platform_graphics_gstreamer_ImageDecoderGStreamer.cpp │ ├── patch-Source_WebCore_platform_network_DNS.h │ ├── patch-Source_WebCore_rendering_RenderBox.h │ ├── patch-Source_WebCore_rendering_RenderLayerBacking.h │ ├── patch-Source_WebCore_rendering_shapes_RasterShape.cpp │ ├── patch-Source_WebCore_rendering_shapes_ShapeOutsideInfo.cpp │ ├── patch-Source_WebKit_CMakeLists.txt │ ├── patch-Source_WebKit_NetworkProcess_cache_NetworkCacheFileSystem.cpp │ ├── patch-Source_WebKit_PlatformGTK.cmake │ ├── patch-Source_WebKit_Platform_IPC_unix_ConnectionUnix.cpp │ ├── patch-Source_WebKit_Platform_classifier_ResourceLoadStatisticsClassifier.cpp │ ├── patch-Source_WebKit_Scripts_check-xcfilelists.sh │ ├── patch-Source_WebKit_Scripts_generate-unified-sources.sh │ ├── patch-Source_bmalloc_bmalloc_BPlatform.h │ ├── patch-Source_bmalloc_bmalloc_VMAllocate.h │ ├── patch-Source_cmake_OptionsCommon.cmake │ ├── patch-Source_cmake_WebKitCommon.cmake │ ├── patch-Tools_TestWebKitAPI_Scripts_check-xcfilelists.sh │ ├── patch-Tools_TestWebKitAPI_Scripts_generate-unified-sources.sh │ └── patch-aj ├── webkit-gtk4 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-CMakeLists.txt │ ├── patch-Source_JavaScriptCore_Scripts_check-xcfilelists.sh │ ├── patch-Source_JavaScriptCore_Scripts_generate-unified-sources.sh │ ├── patch-Source_JavaScriptCore_assembler_ARM64Assembler.h │ ├── patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h │ ├── patch-Source_JavaScriptCore_heap_MarkedSpace.cpp │ ├── patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp │ ├── patch-Source_JavaScriptCore_offlineasm_arm64.rb │ ├── patch-Source_JavaScriptCore_runtime_MachineContext.h │ ├── patch-Source_ThirdParty_ANGLE_adjust-angle-include-paths.sh │ ├── patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h │ ├── patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h │ ├── patch-Source_WTF_CMakeLists.txt │ ├── patch-Source_WTF_wtf_FileSystem.cpp │ ├── patch-Source_WTF_wtf_PlatformEnable.h │ ├── patch-Source_WTF_wtf_PlatformGTK.cmake │ ├── patch-Source_WTF_wtf_PlatformHave.h │ ├── patch-Source_WTF_wtf_PlatformOS.h │ ├── patch-Source_WTF_wtf_PlatformUse.h │ ├── patch-Source_WTF_wtf_RAMSize.cpp │ ├── patch-Source_WTF_wtf_StackBounds.cpp │ ├── patch-Source_WTF_wtf_text_icu_UTextProvider.h │ ├── patch-Source_WTF_wtf_text_icu_UTextProviderLatin1.cpp │ ├── patch-Source_WTF_wtf_text_icu_UTextProviderUTF16.cpp │ ├── patch-Source_WebCore_Scripts_check-xcfilelists.sh │ ├── patch-Source_WebCore_Scripts_generate-unified-sources.sh │ ├── patch-Source_WebCore_crypto_algorithms_CryptoAlgorithmAES__GCM.cpp │ ├── patch-Source_WebCore_inspector_InspectorFrontendHost.cpp │ ├── patch-Source_WebCore_platform_graphics_filters_FEMorphology.cpp │ ├── patch-Source_WebCore_platform_gtk_PlatformScreenGtk.cpp │ ├── patch-Source_WebCore_platform_text_TextCodecICU.cpp │ ├── patch-Source_WebCore_rendering_RenderLayerBacking.h │ ├── patch-Source_WebCore_rendering_shapes_RasterShape.cpp │ ├── patch-Source_WebKit_CMakeLists.txt │ ├── patch-Source_WebKit_NetworkProcess_cache_NetworkCacheFileSystem.cpp │ ├── patch-Source_WebKit_PlatformGTK.cmake │ ├── patch-Source_WebKit_Platform_IPC_ArgumentCoders.h │ ├── patch-Source_WebKit_Platform_IPC_unix_ConnectionUnix.cpp │ ├── patch-Source_WebKit_Platform_SharedMemory.h │ ├── patch-Source_WebKit_Platform_classifier_ResourceLoadStatisticsClassifier.cpp │ ├── patch-Source_WebKit_Scripts_check-xcfilelists.sh │ ├── patch-Source_WebKit_Scripts_generate-unified-sources.sh │ ├── patch-Source_WebKit_Shared_SandboxExtension.h │ ├── patch-Source_WebKit_UIProcess_API_gtk_WebKitAuthenticationDialog.cpp │ ├── patch-Source_WebKit_UIProcess_API_gtk_WebKitScriptDialogImpl.cpp │ ├── patch-Source_WebKit_UIProcess_API_gtk_WebKitWebViewBase.cpp │ ├── patch-Source_WebKit_UIProcess_API_gtk_WebKitWebViewDialog.cpp │ ├── patch-Source_WebKit_UIProcess_API_gtk_WebKitWebViewGtk.cpp │ ├── patch-Source_WebKit_UIProcess_CoordinatedGraphics_DrawingAreaProxyCoordinatedGraphics.cpp │ ├── patch-Source_WebKit_UIProcess_Inspector_gtk_WebKitInspectorWindow.cpp │ ├── patch-Source_WebKit_UIProcess_gtk_WebDataListSuggestionsDropdownGtk.cpp │ ├── patch-Source_WebKit_UIProcess_gtk_WebPageProxyGtk.cpp │ ├── patch-Source_WebKit_UIProcess_gtk_WebPopupMenuProxyGtk.cpp │ ├── patch-Source_bmalloc_bmalloc_BPlatform.h │ ├── patch-Source_bmalloc_bmalloc_VMAllocate.h │ ├── patch-Source_cmake_FindGTK.cmake │ ├── patch-Source_cmake_OptionsCommon.cmake │ ├── patch-Source_cmake_WebKitFindPackage.cmake │ ├── patch-Tools_MiniBrowser_gtk_BrowserSearchBox.c │ ├── patch-Tools_MiniBrowser_gtk_BrowserWindow.c │ ├── patch-Tools_TestWebKitAPI_Scripts_check-xcfilelists.sh │ ├── patch-Tools_TestWebKitAPI_Scripts_generate-unified-sources.sh │ └── patch-aj ├── wendzelnntpd ├── COMMIT_MSG ├── DESCR ├── INSTALL ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── wendzelnntpd.sh ├── weplab ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-analpfile_c │ ├── patch-debug_h │ ├── patch-dictionary_c │ ├── patch-heuristics_c │ ├── patch-main_c │ ├── patch-md5_c │ └── patch-wep_c ├── west ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-parse.c │ └── patch-parse.h ├── weston ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── wgrib2 ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── whatscli ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── go-modules.mk └── patches │ └── patch-messages_session__manager.go ├── which ├── DESCR ├── Makefile ├── PLIST ├── TODO └── files │ ├── whereis.c │ ├── which.1 │ └── which.bash ├── whisper.cpp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-ggml_CMakeLists.txt ├── why ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── wicd ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── wicd.conf │ └── wicd.sh ├── options.mk └── patches │ └── patch-aa ├── will-it-scale-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-tests_eventfd1.c │ ├── patch-tests_fallocate1.c │ ├── patch-tests_fallocate2.c │ ├── patch-tests_futex1.c │ ├── patch-tests_futex2.c │ ├── patch-tests_futex3.c │ ├── patch-tests_futex4.c │ ├── patch-tests_tlb__flush1.c │ ├── patch-tests_tlb__flush2.c │ └── patch-tests_tlb__flush3.c ├── wine-wow64 ├── DESCR ├── MESSAGE.NetBSD ├── Makefile ├── PLIST ├── PLIST.Darwin ├── PLIST.Linux ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-configure │ ├── patch-dlls_nsiproxy.sys_ip.c │ ├── patch-dlls_nsiproxy.sys_ndis.c │ ├── patch-dlls_ntdll_unix_file.c │ ├── patch-dlls_ntdll_unix_signal__x86__64.c │ ├── patch-dlls_wineoss.drv_ossmidi.c │ ├── patch-include_config.h.in │ ├── patch-tools_winebuild_utils.c │ └── patch-tools_winegcc_winegcc.c ├── wine ├── DESCR ├── MESSAGE.NetBSD ├── Makefile ├── PLIST ├── PLIST.Darwin ├── PLIST.Linux ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-configure │ ├── patch-dlls_nsiproxy.sys_ip.c │ ├── patch-dlls_nsiproxy.sys_ndis.c │ ├── patch-dlls_nsiproxy.sys_tcp.c │ ├── patch-dlls_ntdll_unix_file.c │ ├── patch-dlls_ntdll_unix_socket.c │ ├── patch-dlls_winex11.drv_x11drv__main.c │ ├── patch-dlls_ws2__32_unixlib.c │ └── patch-include_winnt.h ├── wine64-dev ├── DESCR ├── MESSAGE.NetBSD ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── wine.in └── patches │ ├── patch-configure.ac │ ├── patch-dlls_ntdll_Makefile.in │ ├── patch-dlls_ntdll_loader.c │ ├── patch-dlls_ntdll_thread.c │ ├── patch-dlls_wineoss.drv_Makefile.in │ ├── patch-dlls_wininet_http.c │ ├── patch-libs_wine_Makefile.in │ ├── patch-loader_Makefile.in │ ├── patch-programs_wineconsole_Makefile.in │ └── patch-programs_wineconsole_curses.c ├── wine64 ├── DESCR ├── MESSAGE.NetBSD ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── wine.in └── patches │ ├── patch-dlls_ntdll_thread.c │ ├── patch-dlls_wininet_http.c │ ├── patch-include_bcrypt.h │ ├── patch-loader_Makefile.in │ ├── patch-programs_wineconsole_Makefile.in │ └── patch-programs_wineconsole_curses.c ├── wings ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ac ├── winwrangler ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── wip-tools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── wipeout-rewrite ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── wipegame.template ├── wipeout-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── wireless-tools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── wireshark2 ├── DESCR ├── Makefile ├── PLIST ├── README ├── distinfo └── options.mk ├── wise2 ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ac ├── wise3 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-corba_makefile │ ├── patch-dnaindex_assembly_makefile │ ├── patch-dnaindex_makefile │ ├── patch-dynlibsrc_makefile │ ├── patch-dynlibsrc_subseqhash.h │ ├── patch-makefile │ ├── patch-models_makefile │ ├── patch-network_makefile │ ├── patch-other__programs_makefile │ └── patch-snp_makefile ├── witchblast ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_Constants.h │ ├── patch-src_DungeonMapEntity.cpp │ ├── patch-src_TextMapper.cpp │ └── patch-src_WitchBlastGame.cpp ├── with-editor ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-default.mk │ └── patch-docs_Makefile ├── wjelement ├── DESCR ├── Makefile ├── PLIST ├── PLIST.dylib ├── TODO ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── wl-git ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── PLIST.emacs-w3m-current ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-wl_wl-summary_el ├── wl-snapshot ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── wla-dx-git ├── DESCR ├── Makefile ├── PLIST └── TODO ├── wla-dx ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── wlroots ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-backend_libinput_meson.build │ ├── patch-render_drm__syncobj.c │ ├── patch-render_vulkan_vulkan.c │ ├── patch-util_shm.c │ └── patch-xcursor_xcursor.c ├── wmbattery ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── envsys.c │ └── envsys.h ├── options.mk └── patches │ ├── patch-Makefile.in │ ├── patch-configure.ac │ └── patch-wmbattery.c ├── wmc2d ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-wmc2d.c ├── wmii-devel ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── wmname ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── wmnetload ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── wmsupermon ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-expr.y ├── wmswallow ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── wolf4SDL ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-man6_wolf4sdl.6 │ └── patch-version.h ├── wordle ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── cargo-depends.mk └── distinfo ├── worker ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── workrave ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── wp2md-git ├── DESCR ├── Makefile └── PLIST ├── wpro ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── wput ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-Makefile.in │ └── patch-configure ├── wqy-microhei-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── wqy-zenhei-ttf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── wrcs ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── wsjtx ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-CMake_Modules_FindUsb.cmake │ ├── patch-Radio.cpp │ ├── patch-hamlib.patch │ ├── patch-lib_shmem.cpp │ ├── patch-widgets_FrequencyDeltaLineEdit.cpp │ └── patch-widgets_FrequencyLineEdit.cpp ├── wsmake ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-libwsmake_wsSubTag.cpp │ └── patch-libwsmake_wsWebPage.cpp ├── wtfutil ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── go-modules.mk └── patches │ └── patch-app_widget__maker.go ├── wvstreams ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── wxmaxima-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── wyeb-git ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── wyebadblock-git ├── DESCR ├── Makefile ├── PLIST └── TODO ├── wyrmgus ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── wyrmsun ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── xalan-c-1.10 ├── DESCR ├── Makefile ├── PLIST ├── PLIST.icu ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ba │ ├── patch-bb │ ├── patch-bc │ └── patch-bd ├── xalan-c ├── DESCR ├── Makefile ├── PLIST ├── PLIST.icu ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── xapps ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-scripts_meson.build ├── xar ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk └── distinfo ├── xaralx-bin ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ └── XaraLX ├── xargon-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_music.cpp │ └── patch-src_shapeman.cpp ├── xbase ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-ad │ ├── patch-ba │ ├── patch-bb │ ├── patch-bc │ ├── patch-bd │ └── patch-be ├── xbelmark ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ └── README └── patches │ └── patch-aa ├── xbnbt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xbps ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-configure ├── xbsql ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── xcaddy ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── xcape ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xcb-util-xrm-git ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── xchat2-tcl ├── DESCR ├── Makefile ├── PLIST └── TODO ├── xdg-desktop-portal ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── xdg ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xdiskusage ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xebece ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xemacs-hg ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── files │ └── dragonfly.h ├── hacks.mk ├── options.mk ├── patches │ ├── patch-Makefile.in.in │ ├── patch-lib-src_Makefile.in.in │ ├── patch-lwlib_Makefile.in.in │ ├── patch-modules_common_Makefile.common │ ├── patch-src_Makefile.in.in │ ├── patch-src_config.h.in │ └── patch-src_dired.c └── version.mk ├── xemu ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-targets_cvic20_Makefile │ └── patch-targets_tvc_Makefile ├── xerces-c-2.8.0 ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── xesam-glib ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ └── patch-aa ├── xf86-input-keyboard-dfbsd ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_at__scancode.c │ ├── patch-src_bsd__KbdMap.c │ ├── patch-src_bsd__kbd.c │ ├── patch-src_kbd.c │ └── patch-src_sun__kbd.c ├── xf86-input-libinput ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xf86-input-mouse-dfbsd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-src_bsd__mouse.c │ ├── patch-src_mouse.c │ ├── patch-src_mouse.h │ ├── patch-src_mousePriv.h │ └── patch-src_sun__mouse.c ├── xf86-input-synaptics ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xf86-input-vboxmouse ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── files │ ├── Makefile.am │ └── configure.ac ├── xf86-input-ws-dfbsd ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_emumb.c │ ├── patch-src_emuwheel.c │ ├── patch-src_ws.c │ └── patch-src_ws.h ├── xf86-video-ati-dfbsd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── patch-configure └── patches │ ├── patch-configure.ac │ ├── patch-src_drmmode__display.c │ ├── patch-src_radeon.h │ ├── patch-src_radeon__bo__helper.c │ ├── patch-src_radeon__bo__helper.h │ ├── patch-src_radeon__dri2.c │ ├── patch-src_radeon__dri3.c │ ├── patch-src_radeon__glamor.c │ ├── patch-src_radeon__glamor.h │ ├── patch-src_radeon__kms.c │ └── patch-src_radeon__probe.c ├── xf86-video-geode ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── xf86-video-intel-dfbsd ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-src_compat-api.h │ ├── 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_sna.h │ ├── patch-src_sna_sna__threads.c │ ├── patch-src_sna_sna__video.c │ └── patch-src_uxa_intel__display.c ├── xf86-video-intel-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-configure.ac ├── xf86-video-intel-old ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ad │ ├── patch-ag │ ├── patch-src_ch7017_ch7017.c │ ├── patch-src_ch7xxx_ch7xxx.c │ ├── patch-src_i810__driver.c │ ├── patch-src_i810__hwmc.c │ ├── patch-src_i810__video.c │ ├── patch-src_i830.h │ ├── patch-src_i830__driver.c │ ├── patch-src_i830__i2c.c │ ├── patch-src_i830__quirks.c │ ├── patch-src_i830__video.c │ ├── patch-src_i915__hwmc.c │ ├── patch-src_ivch_ivch.c │ ├── patch-src_sil164_sil164.c │ └── patch-src_tfp410_tfp410.c ├── xf86-video-scfb-dfbsd ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_compat-api.h │ └── patch-src_scfb__driver.c ├── xf86-video-virtualbox ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── Makefile.am │ └── configure.ac └── patches │ ├── patch-include_VBox_VBoxGuest.h │ ├── patch-src_VBox_Additions_x11_vboxvideo_VBoxVideoIPRT.h │ ├── patch-src_VBox_Additions_x11_vboxvideo_edid.c │ ├── patch-src_VBox_Additions_x11_vboxvideo_pointer.c │ └── patch-src_VBox_Additions_x11_vboxvideo_vboxvideo.c ├── xf86-video-wsfb-dfbsd ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_Makefile.am │ ├── patch-src_Makefile.in │ ├── patch-src_compat-api.h │ ├── patch-src_wsfb.h │ ├── patch-src_wsfb__cursor.c │ └── patch-src_wsfb__driver.c ├── xf86rushproto ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── xfce4-wm-dfbsd ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-defaults_defaults ├── xfs ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── xfs.sh ├── xhyve ├── DESCR ├── Makefile ├── PLIST ├── README ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-src_vmm_io_vatpit.c ├── xine-plugin ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xinetd ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── xinetd.sh └── patches │ ├── patch-Makefile.in │ └── patch-aa ├── xinput_calibrator ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xinvaders3d ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── xiphos ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-cmake_config.h.cmake.in │ ├── patch-src_backend_module__manager.cc │ ├── patch-src_editor_editor.c │ └── patch-src_editor_webkit__editor.c ├── xlockmore ├── COMMIT_MSG ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo ├── files │ ├── INSTALL.pkgsrc │ └── pam-xlock-NetBSD └── patches │ ├── patch-configure.ac │ ├── patch-modes_Makefile.in │ └── patch-xlock_XLock.ad ├── xlossage-git ├── DESCR ├── Makefile └── PLIST ├── xmail ├── DESCR ├── Makefile ├── PLIST ├── TODO └── distinfo ├── xmatchview ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── Makefile.xmatchview │ └── Makefile.xmatchview-hive └── patches │ ├── patch-test_runXMV.sh │ ├── patch-xmatchview-conifer.py │ └── patch-xmatchview-hive.py ├── xmds ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmim ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ ├── patch-ab │ ├── patch-ac │ └── patch-ad ├── xml-light ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xml2tsv-git ├── DESCR ├── Makefile └── PLIST ├── xml2tsv ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmlformat-docs ├── DESCR ├── DESCR.common ├── Makefile ├── PLIST ├── distinfo └── version.mk ├── xmlformat-perl ├── DESCR ├── Makefile └── PLIST ├── xmlformat-ruby ├── DESCR ├── Makefile └── PLIST ├── xmlsysinfo ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-AdamAmp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-Chaos ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-CherryBest ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-Cobalt ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-CoolBlue ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-Cracked ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-Eclipse ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-Fire ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-HelixSawfish ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-LinuxDotCom ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-MarbleX ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-NoerdAmp-SE ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-Plume ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-Sword ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-UltrafinaSEM ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-VegetalBlues ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-WinampX ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-m2n ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-maXMMS ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skin-nixamp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms-skins ├── DESCR ├── Makefile └── Makefile.common ├── xmms-volnorm ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xmms2 ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-src_plugins_file_browse_fstatat.c ├── xmoto ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── options.mk └── patches │ ├── patch-configure.in │ └── patch-src_GameInit.cpp ├── xnee ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xoo ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── neo1973.png │ └── neo1973.xml └── patches │ ├── patch-aa │ └── patch-src_button.c ├── xoreos-tools ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xoreos ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xorgxrdp ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xorriso ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xoscope ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ └── asound.conf.sample └── patches │ ├── patch-Makefile.in │ ├── patch-alsa.c │ └── patch-configure ├── xournalpp-git ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_control_tools_StrokeHandler.cpp │ └── patch-src_util_DeviceListHelper.cpp ├── xpde ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── xpdq ├── DESCR ├── Makefile ├── PLIST └── TODO ├── xpi-quick_locale_switcher ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xpilot-ng ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── xpipe ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── xplore ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── xplugd ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-configure.ac │ └── patch-src_xplugd.c ├── xpopple ├── DESCR ├── Makefile ├── PLIST ├── README ├── distinfo └── patches │ ├── patch-configure.ac │ └── patch-xpdf_XPDFViewer.cc ├── xpp ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── README ├── distinfo └── patches │ ├── patch-ab │ ├── patch-ac │ ├── patch-ad │ ├── patch-ae │ ├── patch-cupshelper.cxx │ ├── patch-mainwindow.fl │ └── patch-xppmain.cxx ├── xqf ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-CMakeLists.txt ├── xrdp ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo ├── files │ ├── sesman.sh │ └── xrdp.sh └── patches │ └── patch-ai ├── xrdp09 ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── sesman.sh │ └── xrdp.sh └── patches │ ├── patch-configure.ac │ └── patch-tools_devel_tcp__proxy_Makefile.am ├── xroar ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── xsb ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-.._emu_system__xsb.c │ ├── patch-.._emu_thread__xsb.h │ ├── patch-configure │ └── patch-version.sh ├── xspd ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-aa │ ├── patch-ab │ └── patch-ac ├── xspdapp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-aa ├── xspread ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── xssp ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_hssp-nt.cpp │ ├── patch-src_mas.h │ └── patch-src_progress.h ├── xtags ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xtensa-lx106-elf-gcc10 ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-gcc_Makefile.in │ ├── patch-gcc_system.h │ └── patch-newlib_libc_include_limits.h ├── xtensor ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xtitle ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xtl-quant-stack ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── xtraceroute ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-intl_Makefile.in ├── xtreemfs-client ├── Makefile ├── PLIST └── TODO ├── xtreemfs-server ├── DESCR ├── INSTALL ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo ├── files │ ├── xtreemfs_dir.sh │ ├── xtreemfs_mrc.sh │ └── xtreemfs_osd.sh └── patches │ ├── patch-Makefile │ ├── patch-bin_umount.xtreemfs │ ├── patch-bin_xfts__chstatus │ ├── patch-bin_xfts__cleanup │ ├── patch-bin_xfts__mrcdbtool │ ├── patch-bin_xfts__remove__osd │ ├── patch-bin_xfts__scrub │ ├── patch-bin_xfts__snap │ ├── patch-cpp_CMakeLists.txt │ ├── patch-cpp_src_fuse_fuse__adapter.cpp │ ├── patch-cpp_src_fuse_fuse__operations.cpp │ ├── patch-cpp_src_fuse_mount.xtreemfs.cpp │ ├── patch-cpp_src_xtfsutil_xtfsutil.cpp │ ├── patch-cpp_src_xtfsutil_xtfsutil__server.cpp │ ├── patch-cpp_thirdparty_gtest-1.5.0_configure │ ├── patch-cpp_thirdparty_protobuf-2.3.0_configure │ ├── patch-java_flease_nbproject_project.properties │ ├── patch-java_foundation_nbproject_project.properties │ ├── patch-java_pbrpcgen_nbproject_project.properties │ └── patch-java_servers_nbproject_project.properties ├── xtrkcad ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── xu4 ├── COMMIT_MSG ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── commit.msg ├── distinfo └── patches │ ├── patch-Makefile │ ├── patch-src_Makefile.common │ ├── patch-src_screen__sdl.cpp │ ├── patch-src_support_cdi.c │ └── patch-src_support_irecord.c ├── xwallpaper ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── options.mk ├── xwax ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches │ ├── patch-excrate.c │ ├── patch-import │ ├── patch-interface.c │ ├── patch-library.c │ ├── patch-mktimecode.c │ ├── patch-realtime.c │ ├── patch-scan │ ├── patch-track.c │ └── patch-xwax.c ├── xwelltris ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── xwindiff ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── yabar ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-Makefile │ └── patch-src_intern__blks_ya__intern.c ├── yad ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── options.mk ├── yaegi ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── yafray ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── yaggo ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-Makefile ├── yakuake ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── yamlfmt ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── yap ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-H_absmi.h │ ├── patch-ad │ ├── patch-ae │ ├── patch-af │ ├── patch-ah │ └── patch-packages_myddas_odbc_CMakeLists.txt ├── yaupspe ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-src_Makefile │ ├── patch-src_cpu_int.c │ ├── patch-src_graph_texture.c │ └── patch-src_memmap.c ├── yder ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk └── distinfo ├── yersinia ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-aa │ └── patch-ab ├── yet-another-cloudwatch-exporter ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── yi ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ └── patch-yi.cabal ├── yoda ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── yosys-dev ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ ├── patch-kernel_driver.cc │ └── patch-kernel_tclapi.cc ├── you-get ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── patches │ └── patch-src_you__get_processor_ffmpeg.py ├── yp-tools ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-aa ├── ypbind-mt ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ └── ypbind.sh ├── ypserv ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── files │ ├── yppasswdd.sh │ └── ypserv.sh ├── zabbix64-agent ├── DESCR ├── Makefile ├── PLIST ├── files │ ├── smf │ │ └── manifest.xml │ └── zabbix_agentd.sh └── options.mk ├── zabbix64-frontend ├── DESCR ├── Makefile ├── PLIST ├── files │ ├── httpd-zabbix.conf │ └── php-fpm-zabbix.conf └── options.mk ├── zabbix64-java ├── DESCR ├── Makefile └── PLIST ├── zabbix64-proxy ├── DESCR ├── Makefile ├── PLIST ├── files │ ├── smf │ │ └── manifest.xml │ └── zabbix_proxy.sh └── options.mk ├── zabbix64-server ├── DESCR ├── Makefile ├── Makefile.common ├── PLIST ├── distinfo ├── files │ ├── smf │ │ └── manifest.xml │ └── zabbix_server.sh ├── options.mk └── patches │ ├── patch-configure │ ├── patch-m4_ax__lib__mysql.m4 │ ├── patch-m4_libssh.m4 │ ├── patch-m4_pcre.m4 │ ├── patch-m4_pcre2.m4 │ ├── patch-src_libs_zbxsysinfo_netbsd_net.c │ ├── patch-src_zabbix__agent_Makefile.in │ ├── patch-src_zabbix__proxy_Makefile.am │ └── patch-src_zabbix__server_Makefile.am ├── zbackup ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-compression.cc │ ├── patch-endian.hh │ ├── patch-file.cc │ └── patch-unbuffered__file.cc ├── zdbsp ├── DESCR ├── Makefile ├── PLIST ├── README ├── distinfo └── patches │ ├── patch-processor.cpp │ └── patch-wad.cpp ├── zed ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk ├── zeek ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ ├── patch-auxil_broker_CMakeLists.txt │ ├── patch-auxil_highwayhash_highwayhash_os__specific.cc │ ├── patch-auxil_zeek-archiver_zeek-archiver.cc │ ├── patch-auxil_zeekctl_CMakeLists.txt │ ├── patch-src_CMakeLists.txt │ ├── patch-src_input_readers_sqlite_SQLite.h │ ├── patch-src_logging_writers_sqlite_SQLite.h │ ├── patch-src_packet__analysis_protocol_arp_ARP.h │ └── patch-src_zeek-setup.cc ├── zellij ├── DESCR ├── Makefile ├── PLIST ├── cargo-depends.mk ├── distinfo ├── files │ └── netbsd.rs └── patches │ ├── patch-.._vendor_region-3.0.0_src_os_mod.rs │ └── patch-.._vendor_region-3.0.0_src_os_unix.rs ├── zephyr-lsmalltalk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── zephyr-smalltalk ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── zero-epwing-git ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ ├── patch-CMakeLists.txt │ └── patch-book.c ├── zetacoin ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── distinfo ├── files │ ├── zetacoin.conf │ └── zetacoind.sh ├── options.mk └── patches │ ├── patch-src_db.h │ ├── patch-src_leveldb_port_port__posix.h │ ├── patch-src_netbase.cpp │ ├── patch-src_rpcrawtransaction.cpp │ └── patch-src_walletdb.cpp ├── zf ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── zig-git ├── DESCR ├── Makefile ├── PLIST ├── application.mk ├── buildlink3.mk ├── distinfo ├── options.mk └── patches │ ├── patch-CMakeLists.txt │ └── patch-src_link_Elf.zig ├── zimpl ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── zino ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── zip-devel ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── ziparchive ├── DESCR ├── Makefile ├── PLIST ├── buildlink3.mk ├── distinfo └── patches │ ├── patch-ZipArchive_DirEnumerator.cpp │ ├── patch-ZipArchive_ZipFile__stl.cpp │ └── patch-ZipArchive_ZipPlatform__lnx.cpp ├── zipios ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── buildlink3.mk ├── distinfo └── patches │ └── patch-Makefile.in ├── zk ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── zlua ├── DESCR ├── MESSAGE ├── Makefile ├── PLIST ├── TODO └── distinfo ├── zmap ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── patches │ └── patch-src_CMakeLists.txt ├── zodiac ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── zpaq ├── DESCR ├── Makefile ├── PLIST └── distinfo ├── zrepl ├── DESCR ├── Makefile ├── PLIST ├── distinfo └── go-modules.mk ├── zuse ├── DESCR ├── Makefile ├── PLIST ├── TODO ├── distinfo └── go-modules.mk └── zynaddsubfx ├── COMMIT_MSG ├── DESCR ├── Makefile ├── PLIST ├── distinfo ├── options.mk └── patches ├── patch-DPF_distrho_extra_Mutex.hpp ├── patch-src_UI_Fl__EQGraph.cpp └── patch-src_UI_MasterUI.fl /2048-c/DESCR: -------------------------------------------------------------------------------- 1 | Console version of the game "2048". 2 | -------------------------------------------------------------------------------- /2048-c/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/2048 3 | -------------------------------------------------------------------------------- /8cc-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /8cc-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | 3 | -------------------------------------------------------------------------------- /Chinput/TODO: -------------------------------------------------------------------------------- 1 | * Resolve core dumped. 2 | -------------------------------------------------------------------------------- /CuraEngine/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/CuraEngine 3 | -------------------------------------------------------------------------------- /ETL/DESCR: -------------------------------------------------------------------------------- 1 | ETL is a template library for synfig. 2 | -------------------------------------------------------------------------------- /FreeBASIC/DESCR: -------------------------------------------------------------------------------- 1 | A free BASIC compiler (e.g. for MC68000 amigas) 2 | -------------------------------------------------------------------------------- /FreeBASIC/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/freebasic 3 | -------------------------------------------------------------------------------- /ImapGoose/TODO: -------------------------------------------------------------------------------- 1 | Test. 2 | -------------------------------------------------------------------------------- /OpenLara/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/OpenLara 3 | -------------------------------------------------------------------------------- /OpenLara/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | -------------------------------------------------------------------------------- /OpenROAD/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/openroad 3 | -------------------------------------------------------------------------------- /PatternPaint/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/PatternPaint 3 | -------------------------------------------------------------------------------- /Qweyboard/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/qweyboard 3 | -------------------------------------------------------------------------------- /R-MySQL/DESCR: -------------------------------------------------------------------------------- 1 | Database interface and MySQL driver for R. 2 | -------------------------------------------------------------------------------- /R/DESCR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NetBSD/pkgsrc-wip/HEAD/R/DESCR -------------------------------------------------------------------------------- /R/PLIST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NetBSD/pkgsrc-wip/HEAD/R/PLIST -------------------------------------------------------------------------------- /R/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NetBSD/pkgsrc-wip/HEAD/R/TODO -------------------------------------------------------------------------------- /RigelEngine/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/RigelEngine 3 | -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NetBSD/pkgsrc-wip/HEAD/TODO -------------------------------------------------------------------------------- /TextEdit/TODO: -------------------------------------------------------------------------------- 1 | Looks like it's ready for testing. 2 | -------------------------------------------------------------------------------- /ZMusic/DESCR: -------------------------------------------------------------------------------- 1 | GZDoom's music system as a standalone library. 2 | -------------------------------------------------------------------------------- /acme-dns/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/acme-dns 3 | -------------------------------------------------------------------------------- /act/DESCR: -------------------------------------------------------------------------------- 1 | Run your GitHub Actions locally. 2 | -------------------------------------------------------------------------------- /act/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/act 3 | -------------------------------------------------------------------------------- /actionlint/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/actionlint 3 | -------------------------------------------------------------------------------- /ada_gnat/DESCR: -------------------------------------------------------------------------------- 1 | ada 2 | -------------------------------------------------------------------------------- /advancemame/TODO: -------------------------------------------------------------------------------- 1 | test on rpi 2 | -------------------------------------------------------------------------------- /aichat/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/aichat 3 | -------------------------------------------------------------------------------- /air/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/air 3 | -------------------------------------------------------------------------------- /am-utils-git/TODO: -------------------------------------------------------------------------------- 1 | Add OPTIONs for --with-{ldap,hesiod,ndbm} 2 | -------------------------------------------------------------------------------- /am-utils/TODO: -------------------------------------------------------------------------------- 1 | Add OPTIONs for --with-{ldap,hesiod,ndbm} 2 | -------------------------------------------------------------------------------- /analizo/TODO: -------------------------------------------------------------------------------- 1 | please review and adjusted 2 | -------------------------------------------------------------------------------- /anvil/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/anvil 3 | -------------------------------------------------------------------------------- /ap2-mpm-itk/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | lib/httpd/mod_mpm_itk.so 3 | -------------------------------------------------------------------------------- /apple-codesign/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/rcodesign 3 | -------------------------------------------------------------------------------- /aquaria/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/aquaria 3 | -------------------------------------------------------------------------------- /aquatone/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /arangodb/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /arangodb/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /arduino-builder/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /argo-cd/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/argocd 3 | -------------------------------------------------------------------------------- /artemis/files/act: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | cd @INSTALL_DIR@ 3 | ./act 4 | -------------------------------------------------------------------------------- /artemis/files/art: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | cd @INSTALL_DIR@ 3 | ./art 4 | -------------------------------------------------------------------------------- /asciinema-agg/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/asciinema-agg 3 | -------------------------------------------------------------------------------- /asciinema/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/asciinema 3 | -------------------------------------------------------------------------------- /asm-lsp/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/asm-lsp 3 | -------------------------------------------------------------------------------- /aster/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /astguiclient-vicidial/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /autopsy/DESCR: -------------------------------------------------------------------------------- 1 | browser interface to sleuthkit 2 | -------------------------------------------------------------------------------- /autossh/TODO: -------------------------------------------------------------------------------- 1 | * How to support pkgsrc/security/openssh, ssh2 2 | -------------------------------------------------------------------------------- /avp/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/avp 3 | -------------------------------------------------------------------------------- /aws-nuke/DESCR: -------------------------------------------------------------------------------- 1 | Remove all resources from an AWS account. 2 | -------------------------------------------------------------------------------- /axpbox-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/axpbox 3 | -------------------------------------------------------------------------------- /ayatana-ido/COMMIT_MSG: -------------------------------------------------------------------------------- 1 | Done, needs testing. 2 | -------------------------------------------------------------------------------- /bagel/DESCR: -------------------------------------------------------------------------------- 1 | Bagel assembler kernel generator 2 | -------------------------------------------------------------------------------- /bandwhich/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/bandwhich 3 | -------------------------------------------------------------------------------- /bashtop/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/bashtop 3 | -------------------------------------------------------------------------------- /be/DESCR: -------------------------------------------------------------------------------- 1 | InfoSec Binary Hex Editor with Retro Disassemblers. 2 | -------------------------------------------------------------------------------- /be/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/be 3 | -------------------------------------------------------------------------------- /belle-sip/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /biostar-tools/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/biostar-shell 3 | -------------------------------------------------------------------------------- /blink-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/blink 3 | -------------------------------------------------------------------------------- /bluez-gnome/DESCR: -------------------------------------------------------------------------------- 1 | Bluetooth helpers for GNOME 2 | -------------------------------------------------------------------------------- /bluez-hciemu/DESCR: -------------------------------------------------------------------------------- 1 | HCI device emulator 2 | -------------------------------------------------------------------------------- /boa/DESCR: -------------------------------------------------------------------------------- 1 | boa is a small http server. 2 | -------------------------------------------------------------------------------- /bpcscripts/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /brain-mesh-builder/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/dodri 3 | -------------------------------------------------------------------------------- /breakpad/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | -------------------------------------------------------------------------------- /breeze/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /budgie-screensaver/DESCR: -------------------------------------------------------------------------------- 1 | 2 | 3 | gnome-screensaver fork 4 | -------------------------------------------------------------------------------- /bun/PLIST: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bupstash/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/bupstash 3 | -------------------------------------------------------------------------------- /byzanz/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /byzanz/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /c2go/DESCR: -------------------------------------------------------------------------------- 1 | A tool for converting C to Go. 2 | -------------------------------------------------------------------------------- /c2go/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/c2go 3 | -------------------------------------------------------------------------------- /calypso-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | 3 | -------------------------------------------------------------------------------- /canna-dict/DESCR: -------------------------------------------------------------------------------- 1 | Dictionary part of Canna Japanese input method. 2 | -------------------------------------------------------------------------------- /canna-lib/DESCR: -------------------------------------------------------------------------------- 1 | Library part of Canna Japanese input method. 2 | -------------------------------------------------------------------------------- /canna-server/DESCR: -------------------------------------------------------------------------------- 1 | Server part of Canna Japanese input method. 2 | -------------------------------------------------------------------------------- /carburetta/TODO: -------------------------------------------------------------------------------- 1 | - Fix segfault while building on NetBSD 2 | -------------------------------------------------------------------------------- /cargo-auditable/COMMIT_MSG: -------------------------------------------------------------------------------- 1 | Required by https://vector.dev/ 2 | -------------------------------------------------------------------------------- /cargo-deb/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/cargo-deb 3 | -------------------------------------------------------------------------------- /cask/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/cask 3 | -------------------------------------------------------------------------------- /catpoint-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/catpoint 3 | -------------------------------------------------------------------------------- /ccrypt/TODO: -------------------------------------------------------------------------------- 1 | Check for restricted export due to encryption. 2 | -------------------------------------------------------------------------------- /cencli/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/cencli 3 | -------------------------------------------------------------------------------- /chani/TODO: -------------------------------------------------------------------------------- 1 | need misc/root 2 | -------------------------------------------------------------------------------- /chartsrv/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/chartsrv 3 | -------------------------------------------------------------------------------- /chbg/TODO: -------------------------------------------------------------------------------- 1 | Check if CAN-2004-1264 applies and fix it, if so. 2 | -------------------------------------------------------------------------------- /cilium-cli/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/cilium 3 | -------------------------------------------------------------------------------- /cinnamon-screensaver/DESCR: -------------------------------------------------------------------------------- 1 | Screensaver for the Cinnamon desktop. 2 | -------------------------------------------------------------------------------- /cinnamon-session/DESCR: -------------------------------------------------------------------------------- 1 | The Cinnamon session manager. 2 | -------------------------------------------------------------------------------- /cinnamon-settings-daemon/DESCR: -------------------------------------------------------------------------------- 1 | Cinnamon settings daemon. 2 | -------------------------------------------------------------------------------- /cjs/DESCR: -------------------------------------------------------------------------------- 1 | JavaScript bindings based on gobject-introspection. 2 | -------------------------------------------------------------------------------- /clamav/TODO: -------------------------------------------------------------------------------- 1 | The build has only been tested on netbsd-10 2 | -------------------------------------------------------------------------------- /clearsans-ttf/TODO: -------------------------------------------------------------------------------- 1 | Finished I think. 2 | -------------------------------------------------------------------------------- /cli-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | 3 | -------------------------------------------------------------------------------- /clock-signal/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/clksignal 3 | -------------------------------------------------------------------------------- /clock-signal/TODO: -------------------------------------------------------------------------------- 1 | TODO 2 | 3 | - rpath problems 4 | -------------------------------------------------------------------------------- /cloudflared/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/cloudflared 3 | -------------------------------------------------------------------------------- /cmetrics/DESCR: -------------------------------------------------------------------------------- 1 | C metrics package 2 | -------------------------------------------------------------------------------- /cockroach/PLIST: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /colima/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/colima 3 | -------------------------------------------------------------------------------- /common-mml/TODO: -------------------------------------------------------------------------------- 1 | - Install tests, etc.? 2 | -------------------------------------------------------------------------------- /commoncpp2/TODO: -------------------------------------------------------------------------------- 1 | * Change overwrite of ac_cv_* to conditionally. 2 | -------------------------------------------------------------------------------- /compat32_fontconfig/TODO: -------------------------------------------------------------------------------- 1 | This package isnt functional yet. 2 | -------------------------------------------------------------------------------- /compat32_mit-krb5/TODO: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /compat80-x11/TODO: -------------------------------------------------------------------------------- 1 | - Update MESSAGE 2 | -------------------------------------------------------------------------------- /complexity/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /complexity/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /consul/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/consul 3 | -------------------------------------------------------------------------------- /contacts/DESCR: -------------------------------------------------------------------------------- 1 | Contacts from the pimlico project. 2 | -------------------------------------------------------------------------------- /cool-retro-term/excludefile: -------------------------------------------------------------------------------- 1 | */._* 2 | -------------------------------------------------------------------------------- /coreclr-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | 3 | -------------------------------------------------------------------------------- /corefx-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | -------------------------------------------------------------------------------- /corert-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | 3 | -------------------------------------------------------------------------------- /cortex-var/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cortex-var/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/cortex_var_31_c1 3 | -------------------------------------------------------------------------------- /cortextool/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/cortextool 3 | -------------------------------------------------------------------------------- /cosmo-engine/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/cosmo_engine 3 | -------------------------------------------------------------------------------- /crush/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/crush 3 | -------------------------------------------------------------------------------- /crush/TODO: -------------------------------------------------------------------------------- 1 | Untested. 2 | -------------------------------------------------------------------------------- /csv2/DESCR: -------------------------------------------------------------------------------- 1 | csv2 is a fast CSV parser and writer for modern C++. 2 | -------------------------------------------------------------------------------- /cubature/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cubature/TODO: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cuelang/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/cue 3 | -------------------------------------------------------------------------------- /cufflinks-2.2.1/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /cufflinks/DESCR: -------------------------------------------------------------------------------- 1 | [description of the port] 2 | -------------------------------------------------------------------------------- /cufflinks/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /cultivation/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/Cultivation 3 | -------------------------------------------------------------------------------- /cultivation/TODO: -------------------------------------------------------------------------------- 1 | Try this out on a machine with sound. 2 | -------------------------------------------------------------------------------- /cup/DESCR: -------------------------------------------------------------------------------- 1 | LALR parser generator for java 2 | -------------------------------------------------------------------------------- /cut-and-run/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/cut-and-run 3 | -------------------------------------------------------------------------------- /cvs2git/DESCR: -------------------------------------------------------------------------------- 1 | Convert a CVS repository to git via fossil. 2 | -------------------------------------------------------------------------------- /cytopia/PLIST: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cytopia/TODO: -------------------------------------------------------------------------------- 1 | - Missing dependencies 2 | - Test etc 3 | -------------------------------------------------------------------------------- /d-feet/DESCR: -------------------------------------------------------------------------------- 1 | D-Feet is a powerful D-Bus debugger 2 | -------------------------------------------------------------------------------- /dart-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /dash-el/DESCR: -------------------------------------------------------------------------------- 1 | A modern list api for Emacs. No 'cl required. 2 | -------------------------------------------------------------------------------- /dcdis/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/dcdis 3 | -------------------------------------------------------------------------------- /debian_base/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /debian_glib/DESCR: -------------------------------------------------------------------------------- 1 | glib2 from Debian. 2 | -------------------------------------------------------------------------------- /debian_gtk/DESCR: -------------------------------------------------------------------------------- 1 | gtk1 from Debian. 2 | -------------------------------------------------------------------------------- /debian_x11/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /debugger-git/TODO: -------------------------------------------------------------------------------- 1 | Doesn't build on NetBSD. 2 | -------------------------------------------------------------------------------- /decode-dimms/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/decode-dimms 3 | -------------------------------------------------------------------------------- /delve/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/dlv 3 | @pkgdir gopkg 4 | -------------------------------------------------------------------------------- /dendrite/TODO: -------------------------------------------------------------------------------- 1 | Vulnerabilities: 2 | CVE-2022-39200 3 | -------------------------------------------------------------------------------- /denise/DESCR: -------------------------------------------------------------------------------- 1 | Denise is a Commodore 64 and Amiga emulator. 2 | -------------------------------------------------------------------------------- /deskcribe/DESCR: -------------------------------------------------------------------------------- 1 | DeskScribe is a usability testing suite 2 | -------------------------------------------------------------------------------- /desktop-data-model/TODO: -------------------------------------------------------------------------------- 1 | not finished !!! 2 | -------------------------------------------------------------------------------- /desmume/TODO: -------------------------------------------------------------------------------- 1 | gfx scale in gtk version broken 2 | -------------------------------------------------------------------------------- /detab/DESCR: -------------------------------------------------------------------------------- 1 | Replace tabs with spaces in a text file 2 | -------------------------------------------------------------------------------- /detab/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/detab 3 | @pkgdir man/man1 4 | -------------------------------------------------------------------------------- /devd/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/devd 3 | -------------------------------------------------------------------------------- /dfam/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | share/dfam-3.5/Dfam.h5 3 | -------------------------------------------------------------------------------- /diff-pdf/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/diff-pdf 3 | -------------------------------------------------------------------------------- /digikam/COMMIT_MSG: -------------------------------------------------------------------------------- 1 | Switch digikam to qt6. 2 | -------------------------------------------------------------------------------- /digikam/TODO: -------------------------------------------------------------------------------- 1 | Finished. Waits for import of qt6-qtwebengine. 2 | -------------------------------------------------------------------------------- /discordo/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/discordo 3 | -------------------------------------------------------------------------------- /diskonaut/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/diskonaut 3 | -------------------------------------------------------------------------------- /divoom/TODO: -------------------------------------------------------------------------------- 1 | Test. 2 | -------------------------------------------------------------------------------- /docdiff/DESCR: -------------------------------------------------------------------------------- 1 | Show either char word line difference 2 | -------------------------------------------------------------------------------- /docker-machine/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/docker-machine 3 | -------------------------------------------------------------------------------- /doorman/TODO: -------------------------------------------------------------------------------- 1 | Add PKG_DESTDIR_SUPPORT, it needs to find lsof. 2 | -------------------------------------------------------------------------------- /driftctl/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/driftctl 3 | -------------------------------------------------------------------------------- /drist/TODO: -------------------------------------------------------------------------------- 1 | Not tested! 2 | -- leot (2018/12/03) 3 | -------------------------------------------------------------------------------- /dropbox/DESCR: -------------------------------------------------------------------------------- 1 | This is the dropbox syncing daemon. 2 | -------------------------------------------------------------------------------- /dscan/DESCR: -------------------------------------------------------------------------------- 1 | Another network scanner. 2 | -------------------------------------------------------------------------------- /dstp/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/dstp 3 | -------------------------------------------------------------------------------- /duali-data/DESCR: -------------------------------------------------------------------------------- 1 | Arabic dictionary 2 | -------------------------------------------------------------------------------- /dub/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/dub 3 | -------------------------------------------------------------------------------- /duf/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/duf 3 | -------------------------------------------------------------------------------- /dwarf_fortress/TODO: -------------------------------------------------------------------------------- 1 | Fix sound by importing suse-openal. 2 | -------------------------------------------------------------------------------- /easymesh/DESCR: -------------------------------------------------------------------------------- 1 | a mesh generator 2 | -------------------------------------------------------------------------------- /edb-debugger-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /edb-debugger/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /edelib21/DESCR: -------------------------------------------------------------------------------- 1 | Libraries for Equinox Desktop (EDE). 2 | -------------------------------------------------------------------------------- /efibootmgr/TODO: -------------------------------------------------------------------------------- 1 | Needs more build fixes for non-Linux 2 | -------------------------------------------------------------------------------- /ekermit/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/ek 3 | -------------------------------------------------------------------------------- /eksctl/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/eksctl 3 | -------------------------------------------------------------------------------- /elegent/TODO: -------------------------------------------------------------------------------- 1 | need misc/root dependency 2 | -------------------------------------------------------------------------------- /elementary-calculator/DESCR: -------------------------------------------------------------------------------- 1 | Elementary Calculator 2 | -------------------------------------------------------------------------------- /elementary-code/DESCR: -------------------------------------------------------------------------------- 1 | Elementary code editor 2 | -------------------------------------------------------------------------------- /elementary-code/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /emacs-compat/DESCR: -------------------------------------------------------------------------------- 1 | magit companion 2 | -------------------------------------------------------------------------------- /emacs-git/TODO: -------------------------------------------------------------------------------- 1 | * GNUStep support is not tested. 2 | -------------------------------------------------------------------------------- /enlightenment-desktop/DESCR: -------------------------------------------------------------------------------- 1 | The Enlightenment Desktop 2 | -------------------------------------------------------------------------------- /enlisp/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/enlisp 3 | -------------------------------------------------------------------------------- /err113/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/err113 3 | -------------------------------------------------------------------------------- /es40-cvs/DESCR: -------------------------------------------------------------------------------- 1 | AlphaServer ES40 emulator 2 | -------------------------------------------------------------------------------- /es40-firmware/DESCR: -------------------------------------------------------------------------------- 1 | AlphaServer ES40 firmware image. 2 | -------------------------------------------------------------------------------- /ethersync/TODO: -------------------------------------------------------------------------------- 1 | Test. 2 | -------------------------------------------------------------------------------- /evilvte/DESCR: -------------------------------------------------------------------------------- 1 | VTE based, highly customizable terminal emulator 2 | -------------------------------------------------------------------------------- /exhume/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /f3/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NetBSD/pkgsrc-wip/HEAD/f3/TODO -------------------------------------------------------------------------------- /faast/TODO: -------------------------------------------------------------------------------- 1 | - PLIST empty 2 | - Bug compilation not fixed 3 | -------------------------------------------------------------------------------- /falcons-eye2/DESCR: -------------------------------------------------------------------------------- 1 | A Falcon's Eye nethack game (second version) 2 | -------------------------------------------------------------------------------- /falcons-eye2/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/falcons-eye2 3 | -------------------------------------------------------------------------------- /fallout1-ce/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/fallout-ce 3 | -------------------------------------------------------------------------------- /fallout2-ce/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/fallout2-ce 3 | -------------------------------------------------------------------------------- /famsa/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/famsa 3 | -------------------------------------------------------------------------------- /fastaunique/DESCR: -------------------------------------------------------------------------------- 1 | [description of the port] 2 | -------------------------------------------------------------------------------- /fastaunique/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/fastaunique 3 | -------------------------------------------------------------------------------- /fastaunique/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /fastcol/DESCR: -------------------------------------------------------------------------------- 1 | A Colonization game coded in the Ruby language 2 | -------------------------------------------------------------------------------- /fastcol/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/fastcol 3 | -------------------------------------------------------------------------------- /fastool/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/fastool 3 | -------------------------------------------------------------------------------- /fastool/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test. 2 | -------------------------------------------------------------------------------- /fastp/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/fastp 3 | -------------------------------------------------------------------------------- /fasttree/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/FastTree 3 | -------------------------------------------------------------------------------- /fc-browse/DESCR: -------------------------------------------------------------------------------- 1 | A font browser that runs in a console window. 2 | -------------------------------------------------------------------------------- /fc-browse/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/fc-browse 3 | -------------------------------------------------------------------------------- /fc-browse/TODO: -------------------------------------------------------------------------------- 1 | test. 2 | -------------------------------------------------------------------------------- /fdm_materials/DESCR: -------------------------------------------------------------------------------- 1 | FDM Material database 2 | -------------------------------------------------------------------------------- /fftjet/TODO: -------------------------------------------------------------------------------- 1 | not finished 2 | -------------------------------------------------------------------------------- /fiche/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/fiche 3 | -------------------------------------------------------------------------------- /filevercmp/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /fl_logbook/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/fl_logbook 3 | -------------------------------------------------------------------------------- /flag/DESCR: -------------------------------------------------------------------------------- 1 | flag is a command line frontend for pkgsrc 2 | -------------------------------------------------------------------------------- /flag/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/flag 3 | -------------------------------------------------------------------------------- /flang-git/DESCR: -------------------------------------------------------------------------------- 1 | Flang is a Fortran compiler targeting LLVM 2 | -------------------------------------------------------------------------------- /flintqs/DESCR: -------------------------------------------------------------------------------- 1 | Program using quadratic sieve to factor integers 2 | -------------------------------------------------------------------------------- /flintqs/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/QuadraticSieve 3 | -------------------------------------------------------------------------------- /flpsed/COMMIT_MSG: -------------------------------------------------------------------------------- 1 | print/flpsed: Patch to work with FLTK 1.4. 2 | -------------------------------------------------------------------------------- /flux2/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/flux 3 | -------------------------------------------------------------------------------- /fluxspace/TODO: -------------------------------------------------------------------------------- 1 | make install gives some messages at the end 2 | -------------------------------------------------------------------------------- /flwm/COMMIT_MSG: -------------------------------------------------------------------------------- 1 | wm/flwm: Patch to work with FLTK 1.4. 2 | -------------------------------------------------------------------------------- /fnord/DESCR: -------------------------------------------------------------------------------- 1 | fnord is a small http server. 2 | -------------------------------------------------------------------------------- /fogleman-craft/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/craft 3 | -------------------------------------------------------------------------------- /fragrouter/TODO: -------------------------------------------------------------------------------- 1 | NetBSD 2.0 untested. 2 | -------------------------------------------------------------------------------- /freefem++/TODO: -------------------------------------------------------------------------------- 1 | Working... 2 | -------------------------------------------------------------------------------- /freegish-git/DESCR: -------------------------------------------------------------------------------- 1 | A free version of the game Gish. 2 | -------------------------------------------------------------------------------- /freem/TODO: -------------------------------------------------------------------------------- 1 | * Need community review of the freem package. 2 | -------------------------------------------------------------------------------- /frida-gum/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /fs2open-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/fs2_open 3 | -------------------------------------------------------------------------------- /fsel/TODO: -------------------------------------------------------------------------------- 1 | test 2 | -------------------------------------------------------------------------------- /fsharp/TODO: -------------------------------------------------------------------------------- 1 | Needs testing. 2 | -------------------------------------------------------------------------------- /fsom/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /fuse-cryfs/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/cryfs 3 | -------------------------------------------------------------------------------- /fuse-cryfs/TODO: -------------------------------------------------------------------------------- 1 | Fails to run on netbsd 2 | -------------------------------------------------------------------------------- /gambas3-gb-qt5/TODO: -------------------------------------------------------------------------------- 1 | Care about the moc problem 2 | -------------------------------------------------------------------------------- /garage/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/garage 3 | -------------------------------------------------------------------------------- /gauche-dbd-pg/DESCR: -------------------------------------------------------------------------------- 1 | PostgreSQL back-end for Gauche-DBI. 2 | -------------------------------------------------------------------------------- /gauche-fastcgi/DESCR: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /gcc7-contrib/DESCR: -------------------------------------------------------------------------------- 1 | GNU GCC contrib utilities. 2 | -------------------------------------------------------------------------------- /gcc7-contrib/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | gcc7-contrib/bin/mklog 3 | -------------------------------------------------------------------------------- /gcta/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /gef/TODO: -------------------------------------------------------------------------------- 1 | - update devel/gdb to use Python 3 2 | -------------------------------------------------------------------------------- /gemma/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/gemma 3 | -------------------------------------------------------------------------------- /geoipupdate/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/geoipupdate 3 | -------------------------------------------------------------------------------- /gerris/TODO: -------------------------------------------------------------------------------- 1 | Distfile is unfetchable, please update. 2 | -------------------------------------------------------------------------------- /getssl/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/getssl 3 | -------------------------------------------------------------------------------- /gffread/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/gffread 3 | -------------------------------------------------------------------------------- /ggobi/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ghostty/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/ghostty 3 | -------------------------------------------------------------------------------- /git-cinnabar/COMMIT_MSG: -------------------------------------------------------------------------------- 1 | git-cinnabar: Add more automatic tests. 2 | -------------------------------------------------------------------------------- /git-modes-git/DESCR: -------------------------------------------------------------------------------- 1 | Emacs library for magit.el 2 | -------------------------------------------------------------------------------- /git-who/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/git-who 3 | -------------------------------------------------------------------------------- /git-xargs/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/git-xargs 3 | -------------------------------------------------------------------------------- /git-xargs/TODO: -------------------------------------------------------------------------------- 1 | Only install tested, actually run it! 2 | -------------------------------------------------------------------------------- /gitmux/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/gitmux 3 | -------------------------------------------------------------------------------- /gitmux/TODO: -------------------------------------------------------------------------------- 1 | test. 2 | -------------------------------------------------------------------------------- /gksu/DESCR: -------------------------------------------------------------------------------- 1 | Su like application for GNOME. 2 | -------------------------------------------------------------------------------- /globalprotect-openconnect/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /gmap/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /gmetadom/TODO: -------------------------------------------------------------------------------- 1 | finished 2 | -------------------------------------------------------------------------------- /gn-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/gn 3 | -------------------------------------------------------------------------------- /gnome-boxes/TODO: -------------------------------------------------------------------------------- 1 | Fix: cannot connect to libvirt backend 2 | -------------------------------------------------------------------------------- /gnome-settings-daemon/DESCR: -------------------------------------------------------------------------------- 1 | GNOME settings daemon 2 | -------------------------------------------------------------------------------- /gnome40/DESCR: -------------------------------------------------------------------------------- 1 | GNOME 3 desktop environment meta-package 2 | -------------------------------------------------------------------------------- /gnupoc-makesis/TODO: -------------------------------------------------------------------------------- 1 | Solve swprintf on !linux platforms 2 | -------------------------------------------------------------------------------- /gnutls-guile/DESCR: -------------------------------------------------------------------------------- 1 | Guile bindings for the GnuTLS library 2 | -------------------------------------------------------------------------------- /gnutls-guile/PLIST: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /go-clir/DESCR: -------------------------------------------------------------------------------- 1 | A Simple and Clear CLI library. Dependency free. 2 | -------------------------------------------------------------------------------- /go-collectd/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/generator 3 | -------------------------------------------------------------------------------- /go-curlie/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/curlie -------------------------------------------------------------------------------- /go-discord-irc/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/go-discord-irc 3 | -------------------------------------------------------------------------------- /go-ethereum/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/geth 3 | -------------------------------------------------------------------------------- /go-faker/DESCR: -------------------------------------------------------------------------------- 1 | Generate fake data in go 2 | -------------------------------------------------------------------------------- /go-genny/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/genny 3 | -------------------------------------------------------------------------------- /go-godot/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/godot 3 | -------------------------------------------------------------------------------- /go-jennifer/DESCR: -------------------------------------------------------------------------------- 1 | Jennifer is a code generator for Go 2 | -------------------------------------------------------------------------------- /go-makezero/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/makezero 3 | -------------------------------------------------------------------------------- /go-mewn/DESCR: -------------------------------------------------------------------------------- 1 | A zero dependency asset embedder for Go. 2 | -------------------------------------------------------------------------------- /go-mock/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/mockgen 3 | -------------------------------------------------------------------------------- /go-rice/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/rice 3 | -------------------------------------------------------------------------------- /go-rsrc/DESCR: -------------------------------------------------------------------------------- 1 | Tool for embedding binary resources in Go programs 2 | -------------------------------------------------------------------------------- /goon-linux/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /gopass-jsonapi/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/gopass-jsonapi 3 | -------------------------------------------------------------------------------- /gopher-validator-git/DESCR: -------------------------------------------------------------------------------- 1 | Gopher validator and happy helper 2 | -------------------------------------------------------------------------------- /gosec/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/gosec 3 | -------------------------------------------------------------------------------- /goyq/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/goyq 3 | -------------------------------------------------------------------------------- /gr-funcube/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /grabtitle-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/grabtitle 3 | -------------------------------------------------------------------------------- /graphviz/TODO: -------------------------------------------------------------------------------- 1 | - Needs testing 2 | 3 | 4 | -------------------------------------------------------------------------------- /grc/TODO: -------------------------------------------------------------------------------- 1 | Does not seem to work for me on NetBSD. -- wiz 20150928 2 | -------------------------------------------------------------------------------- /greybird-theme/DESCR: -------------------------------------------------------------------------------- 1 | Desktop Suite for Xfce 2 | -------------------------------------------------------------------------------- /grpc-java/DESCR: -------------------------------------------------------------------------------- 1 | gRPC-Java - An RPC library and framework 2 | -------------------------------------------------------------------------------- /grpc-java/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /gsview/TODO: -------------------------------------------------------------------------------- 1 | Finished. 2 | -------------------------------------------------------------------------------- /gtk2-engines-aurora/DESCR: -------------------------------------------------------------------------------- 1 | Aurora Gtk+ 2 theme engine 2 | -------------------------------------------------------------------------------- /gtk2-engines-dwerg/DESCR: -------------------------------------------------------------------------------- 1 | Nice theme for GTK+ 2.x 2 | -------------------------------------------------------------------------------- /gtkglk/TODO: -------------------------------------------------------------------------------- 1 | sound doesn't work 2 | update to 0.3 3 | -------------------------------------------------------------------------------- /guest-oslogin/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /gurk/DESCR: -------------------------------------------------------------------------------- 1 | Signal Messenger client for terminal. 2 | -------------------------------------------------------------------------------- /hammer/DESCR: -------------------------------------------------------------------------------- 1 | Parser combinators! In C! 2 | -------------------------------------------------------------------------------- /harec/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/harec 3 | -------------------------------------------------------------------------------- /haserl/TODO: -------------------------------------------------------------------------------- 1 | Finished. 2 | -------------------------------------------------------------------------------- /haze/TODO: -------------------------------------------------------------------------------- 1 | Buildlink3 this 2 | -------------------------------------------------------------------------------- /hcloud/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/hcloud 3 | -------------------------------------------------------------------------------- /hepmc/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hepmcvisual/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hey/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/hey 3 | -------------------------------------------------------------------------------- /hijra/DESCR: -------------------------------------------------------------------------------- 1 | Hijri Islamic Calendar 2 | -------------------------------------------------------------------------------- /hpl/TODO: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hs-ascii/DESCR: -------------------------------------------------------------------------------- 1 | Type-safe, bytestring-based ASCII values. 2 | -------------------------------------------------------------------------------- /hs-cgi/DESCR: -------------------------------------------------------------------------------- 1 | This is a Haskell library for writing CGI programs. 2 | -------------------------------------------------------------------------------- /hs-colorize-haskell/DESCR: -------------------------------------------------------------------------------- 1 | Highligt Haskell source 2 | -------------------------------------------------------------------------------- /hs-comonad-transformers/DESCR: -------------------------------------------------------------------------------- 1 | Comonad transformers 2 | -------------------------------------------------------------------------------- /hs-groupoids/DESCR: -------------------------------------------------------------------------------- 1 | Haskell 98 Groupoids 2 | -------------------------------------------------------------------------------- /hs-hxt-xslt/DESCR: -------------------------------------------------------------------------------- 1 | The Haskell XML Toolbox XSLT library. 2 | -------------------------------------------------------------------------------- /hs-network-conduit/DESCR: -------------------------------------------------------------------------------- 1 | Stream socket data using conduits. 2 | -------------------------------------------------------------------------------- /hs-parseargs/DESCR: -------------------------------------------------------------------------------- 1 | Parse command-line arguments 2 | -------------------------------------------------------------------------------- /hs-rosezipper/DESCR: -------------------------------------------------------------------------------- 1 | Generic zipper implementation for Data.Tree. 2 | -------------------------------------------------------------------------------- /hunspell-uk_UA/DESCR: -------------------------------------------------------------------------------- 1 | Ukraine dictionary for hunspell. 2 | -------------------------------------------------------------------------------- /hyperrogue/TODO: -------------------------------------------------------------------------------- 1 | Dumps core on startup somewhere in SDL_TTF. 2 | -------------------------------------------------------------------------------- /hztool/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /i2pd-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/i2pd 3 | -------------------------------------------------------------------------------- /i2pd-git/TODO: -------------------------------------------------------------------------------- 1 | * Rewrite Makefile like one in wip/i2pd 2 | -------------------------------------------------------------------------------- /i686-elf-gcc/DESCR: -------------------------------------------------------------------------------- 1 | GCC for bare metal i686 ELF environment. 2 | -------------------------------------------------------------------------------- /iTextXML/DESCR: -------------------------------------------------------------------------------- 1 | XML parser and generator from the iText project. 2 | -------------------------------------------------------------------------------- /ics2txt/TODO: -------------------------------------------------------------------------------- 1 | - Contact Josuah regarding LICENSE 2 | -------------------------------------------------------------------------------- /ifstat/DESCR: -------------------------------------------------------------------------------- 1 | Tool to report network interface bandwith. 2 | -------------------------------------------------------------------------------- /imgui/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /influx-cli/DESCR: -------------------------------------------------------------------------------- 1 | CLI for managing resources in InfluxDB v2 2 | -------------------------------------------------------------------------------- /influx-cli/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/influx 3 | -------------------------------------------------------------------------------- /inicpp/DESCR: -------------------------------------------------------------------------------- 1 | C++ parser for INI files with schema validation. 2 | -------------------------------------------------------------------------------- /innernet/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /intervaltree/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /io-continuedfraction/DESCR: -------------------------------------------------------------------------------- 1 | ContinuedFraction. 2 | -------------------------------------------------------------------------------- /io-distributedobjects/DESCR: -------------------------------------------------------------------------------- 1 | DistributedObjects addon for Io. 2 | -------------------------------------------------------------------------------- /io-editline/DESCR: -------------------------------------------------------------------------------- 1 | EditLine addon for Io. 2 | -------------------------------------------------------------------------------- /io-rational/DESCR: -------------------------------------------------------------------------------- 1 | Rational math addon for Io. 2 | -------------------------------------------------------------------------------- /io-securesocket/DESCR: -------------------------------------------------------------------------------- 1 | SSL socket addon for Io. 2 | -------------------------------------------------------------------------------- /io-socket/DESCR: -------------------------------------------------------------------------------- 1 | Socket addon for Io. 2 | -------------------------------------------------------------------------------- /io-sqldatabase/DESCR: -------------------------------------------------------------------------------- 1 | SqlDatabase addon for Io. 2 | -------------------------------------------------------------------------------- /io-systemcall/DESCR: -------------------------------------------------------------------------------- 1 | SystemCall addon for Io. 2 | -------------------------------------------------------------------------------- /io-thread/DESCR: -------------------------------------------------------------------------------- 1 | Native threads addon. 2 | -------------------------------------------------------------------------------- /io-zlib/DESCR: -------------------------------------------------------------------------------- 1 | Zlib addon for Io. 2 | -------------------------------------------------------------------------------- /irixjoker-ai-utils/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /irust/DESCR: -------------------------------------------------------------------------------- 1 | # IRust 2 | Cross Platform Rust Repl 3 | -------------------------------------------------------------------------------- /irust/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/${PKGVERSION} 3 | -------------------------------------------------------------------------------- /jakarta-struts/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /java-bcel/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /java-frozenbubble/DESCR: -------------------------------------------------------------------------------- 1 | java port of frozen bubble 2 | -------------------------------------------------------------------------------- /java-getopt/DESCR: -------------------------------------------------------------------------------- 1 | GNU getopt functionality ported to Java 2 | -------------------------------------------------------------------------------- /jc/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NetBSD/pkgsrc-wip/HEAD/jc/TODO -------------------------------------------------------------------------------- /jd/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/jd 3 | -------------------------------------------------------------------------------- /jellyfish/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test. 2 | -------------------------------------------------------------------------------- /jellyfish2/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test. 2 | -------------------------------------------------------------------------------- /jitsi/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /jmtpfs/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/jmtpfs 3 | -------------------------------------------------------------------------------- /jobd/TODO: -------------------------------------------------------------------------------- 1 | - Only tested on Darwin so far 2 | -------------------------------------------------------------------------------- /john-jumbo/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /jpgtn/DESCR: -------------------------------------------------------------------------------- 1 | A thumbnail generator for JPEG images 2 | -------------------------------------------------------------------------------- /k9s/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/k9s 3 | -------------------------------------------------------------------------------- /kacst-ttf/DESCR: -------------------------------------------------------------------------------- 1 | Truetype Arabic fonts created by KACST 2 | -------------------------------------------------------------------------------- /kaf/DESCR: -------------------------------------------------------------------------------- 1 | Kafka CLI inspired by kubectl and docker. 2 | -------------------------------------------------------------------------------- /kaf/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/kaf 3 | -------------------------------------------------------------------------------- /kakoune-lsp/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/kak-lsp 3 | -------------------------------------------------------------------------------- /kapow/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/kapow 3 | -------------------------------------------------------------------------------- /kcgi/TODO: -------------------------------------------------------------------------------- 1 | kcgi TODO: 2 | 3 | - runtime search path nonsense 4 | -------------------------------------------------------------------------------- /kde1/DESCR: -------------------------------------------------------------------------------- 1 | This is a meta-package for KDE 1.1.2. 2 | -------------------------------------------------------------------------------- /kefir/TODO: -------------------------------------------------------------------------------- 1 | Fix pkglint. 2 | 3 | Test. 4 | -------------------------------------------------------------------------------- /kgamma5/DESCR: -------------------------------------------------------------------------------- 1 | Adjust your monitor's gamma settings 2 | -------------------------------------------------------------------------------- /kgrab/DESCR: -------------------------------------------------------------------------------- 1 | Alternative Screen Grabber for KDE4. 2 | -------------------------------------------------------------------------------- /khotkeys/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /kind/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/kind 3 | -------------------------------------------------------------------------------- /kmenuedit/DESCR: -------------------------------------------------------------------------------- 1 | KDE menu editor 2 | -------------------------------------------------------------------------------- /kmscube-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/kmscube 3 | -------------------------------------------------------------------------------- /kodi/PLIST: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /kronometer/DESCR: -------------------------------------------------------------------------------- 1 | Kronometer is a simple stopwatch application. 2 | -------------------------------------------------------------------------------- /kscreen/DESCR: -------------------------------------------------------------------------------- 1 | KDE screen management software 2 | -------------------------------------------------------------------------------- /kubeconform/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/kubeconform 3 | -------------------------------------------------------------------------------- /kubectl-ingress-nginx/DESCR: -------------------------------------------------------------------------------- 1 | ingress-nginx kubectl plugin. 2 | -------------------------------------------------------------------------------- /kubectl-who-can/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/kubectl-who-can 3 | -------------------------------------------------------------------------------- /kubectl/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/kubectl 3 | -------------------------------------------------------------------------------- /kubepug/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/kubepug 3 | -------------------------------------------------------------------------------- /kubeval/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/kubeval 3 | -------------------------------------------------------------------------------- /kustomize/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/kustomize 3 | -------------------------------------------------------------------------------- /kwin/DESCR: -------------------------------------------------------------------------------- 1 | KDE Window manager 2 | -------------------------------------------------------------------------------- /lanq/DESCR: -------------------------------------------------------------------------------- 1 | A quantum imperative programming language 2 | -------------------------------------------------------------------------------- /lanq/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/${PKGNAME}.jar 3 | -------------------------------------------------------------------------------- /lazyjj/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/lazyjj 3 | -------------------------------------------------------------------------------- /lci/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/lci 3 | -------------------------------------------------------------------------------- /ldapdns/TODO: -------------------------------------------------------------------------------- 1 | * Make rc script 2 | * Test for correct work 3 | -------------------------------------------------------------------------------- /ldc-git/PLIST: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ldc017/PLIST.Linux: -------------------------------------------------------------------------------- 1 | etc/bash_completion.d/ldc2 2 | -------------------------------------------------------------------------------- /libalkimia/DESCR: -------------------------------------------------------------------------------- 1 | Common finance routines for kde4 applications. 2 | -------------------------------------------------------------------------------- /libayatana-indicator/COMMIT_MSG: -------------------------------------------------------------------------------- 1 | Done, needs testing. 2 | -------------------------------------------------------------------------------- /libbsd-solaris10/COMMIT_MSG: -------------------------------------------------------------------------------- 1 | libbsd ported to Solaris-10 2 | -------------------------------------------------------------------------------- /libcfile/DESCR: -------------------------------------------------------------------------------- 1 | Library for cross-platform C file functions. 2 | -------------------------------------------------------------------------------- /libcli/TODO: -------------------------------------------------------------------------------- 1 | Buildlink3 this 2 | -------------------------------------------------------------------------------- /libclocale/DESCR: -------------------------------------------------------------------------------- 1 | Library for cross-platform C locale functions. 2 | -------------------------------------------------------------------------------- /libcpath/DESCR: -------------------------------------------------------------------------------- 1 | Library for cross-platform C path functions. 2 | -------------------------------------------------------------------------------- /libcuba/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libfplll/DESCR: -------------------------------------------------------------------------------- 1 | A library for LLL-reduction of Euclidean lattices 2 | -------------------------------------------------------------------------------- /libgnomekbd/DESCR: -------------------------------------------------------------------------------- 1 | Gnome keyboard configuration library 2 | -------------------------------------------------------------------------------- /libgtkstylus/DESCR: -------------------------------------------------------------------------------- 1 | Gtk+ 2 third-button emulation library 2 | -------------------------------------------------------------------------------- /libgweather4/TODO: -------------------------------------------------------------------------------- 1 | * build gtk_doc (fails because of meson wrap) 2 | -------------------------------------------------------------------------------- /libifstat/DESCR: -------------------------------------------------------------------------------- 1 | Tool to report network interface bandwith. 2 | -------------------------------------------------------------------------------- /libkml/DESCR: -------------------------------------------------------------------------------- 1 | Google's reference implementation of OGC KML 2.2. 2 | -------------------------------------------------------------------------------- /libks/DESCR: -------------------------------------------------------------------------------- 1 | Foundational support for signalwire C products 2 | -------------------------------------------------------------------------------- /libmapper/DESCR: -------------------------------------------------------------------------------- 1 | Distributed signal mapping framework. 2 | -------------------------------------------------------------------------------- /libminizinc/TODO: -------------------------------------------------------------------------------- 1 | Self tests don't find gecode. 2 | -------------------------------------------------------------------------------- /libmobi-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | -------------------------------------------------------------------------------- /liboqs/TODO: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libqd/PLIST: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /librocket/TODO: -------------------------------------------------------------------------------- 1 | - Tested only on Darwin so far. 2 | -------------------------------------------------------------------------------- /libsocialweb/DESCR: -------------------------------------------------------------------------------- 1 | A personal social data server. 2 | -------------------------------------------------------------------------------- /libtextcat/TODO: -------------------------------------------------------------------------------- 1 | Should install language class examples. 2 | -------------------------------------------------------------------------------- /libtheorafile/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | lib/libtheorafile.so 3 | -------------------------------------------------------------------------------- /libtlen2/DESCR: -------------------------------------------------------------------------------- 1 | Library to access tlen.pl IM system. 2 | -------------------------------------------------------------------------------- /libtxc_dxtn/DESCR: -------------------------------------------------------------------------------- 1 | Software library for S3 texture compression. 2 | -------------------------------------------------------------------------------- /libunwind-git/DESCR: -------------------------------------------------------------------------------- 1 | LLVM libunwind 2 | -------------------------------------------------------------------------------- /libunwind/DESCR: -------------------------------------------------------------------------------- 1 | LLVM libunwind 2 | -------------------------------------------------------------------------------- /libusbsio/TODO: -------------------------------------------------------------------------------- 1 | Only supports Linux/macOS/Windows. 2 | -------------------------------------------------------------------------------- /libvpx-git/DESCR: -------------------------------------------------------------------------------- 1 | The VP8 Codec SDK. 2 | -------------------------------------------------------------------------------- /lidia/TODO: -------------------------------------------------------------------------------- 1 | * make and install the examples 2 | -------------------------------------------------------------------------------- /lingoteach-lesson/DESCR: -------------------------------------------------------------------------------- 1 | Lesson files for lingoteach. 2 | -------------------------------------------------------------------------------- /linux-ukbgene/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux-ukbgene/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/ukbgene 3 | -------------------------------------------------------------------------------- /lisp-scripts/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /lisp-sound/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /litestream/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/litestream 3 | -------------------------------------------------------------------------------- /lizardfs/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /lldb/DESCR: -------------------------------------------------------------------------------- 1 | Next generation, high-performance debugger 2 | -------------------------------------------------------------------------------- /llilc-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | 3 | -------------------------------------------------------------------------------- /lmdbxx/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | include/lmdb++.h 3 | -------------------------------------------------------------------------------- /lnd/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /logcli/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/logcli 3 | -------------------------------------------------------------------------------- /loki/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/loki 3 | -------------------------------------------------------------------------------- /ltl2ba/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/ltl2ba 3 | -------------------------------------------------------------------------------- /lua-cffi/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | lib/lua/5.4/cffi.so 3 | -------------------------------------------------------------------------------- /luabind/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | -------------------------------------------------------------------------------- /lxmusic/DESCR: -------------------------------------------------------------------------------- 1 | Minimalist XMMS2-based music player 2 | -------------------------------------------------------------------------------- /mac-icon-standard/DESCR: -------------------------------------------------------------------------------- 1 | 30th anniversary Macintosh icon font 2 | -------------------------------------------------------------------------------- /macaulay2/TODO: -------------------------------------------------------------------------------- 1 | not finished !!! 2 | -------------------------------------------------------------------------------- /maceiffel-gpl/DESCR: -------------------------------------------------------------------------------- 1 | A small Eiffel compiler system 2 | -------------------------------------------------------------------------------- /maceiffel-gpl/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/maceiffel-gpl 3 | -------------------------------------------------------------------------------- /madonctl/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/madonctl 3 | -------------------------------------------------------------------------------- /mark/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/mark-confluence 3 | -------------------------------------------------------------------------------- /marsyas/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mattermost-server/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/mattermost 3 | -------------------------------------------------------------------------------- /mawk-uxre/DESCR.common: -------------------------------------------------------------------------------- 1 | Mike Brennan's awk clone. 2 | -------------------------------------------------------------------------------- /mayo/TODO: -------------------------------------------------------------------------------- 1 | Make it install. 2 | -------------------------------------------------------------------------------- /mccs/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/mccs 3 | -------------------------------------------------------------------------------- /mctool-dev/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/mctool 3 | -------------------------------------------------------------------------------- /mdpress/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /menumaker/TODO: -------------------------------------------------------------------------------- 1 | add buildlink3 ? 2 | -------------------------------------------------------------------------------- /mergiraf/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/mergiraf 3 | -------------------------------------------------------------------------------- /metal/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/metal 3 | -------------------------------------------------------------------------------- /mg-cvs/distinfo: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /michabo/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/michabo 3 | -------------------------------------------------------------------------------- /microbiomeutil/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /mindy-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | 3 | -------------------------------------------------------------------------------- /mingw-w64-crt/DESCR: -------------------------------------------------------------------------------- 1 | C runtime for win32/64 cross-development 2 | -------------------------------------------------------------------------------- /mingw-w64-headers/DESCR: -------------------------------------------------------------------------------- 1 | Headers for win32/64 cross-development 2 | -------------------------------------------------------------------------------- /mini18n/DESCR: -------------------------------------------------------------------------------- 1 | Minimal translation library. 2 | -------------------------------------------------------------------------------- /minio-client/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/minio-client 3 | -------------------------------------------------------------------------------- /minio/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/minio 3 | -------------------------------------------------------------------------------- /miro/TODO: -------------------------------------------------------------------------------- 1 | * pass %miro --unittest 2 | * complete dependencies 3 | -------------------------------------------------------------------------------- /mistserver/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mk/DESC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NetBSD/pkgsrc-wip/HEAD/mk/DESC -------------------------------------------------------------------------------- /mlton-git/DESCR: -------------------------------------------------------------------------------- 1 | an optimizing sml compiler 2 | -------------------------------------------------------------------------------- /modd/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/modd 3 | -------------------------------------------------------------------------------- /mods/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/mods 3 | -------------------------------------------------------------------------------- /mount-zip/TODO: -------------------------------------------------------------------------------- 1 | Eliminate TOOL_DEPENDS on pandoc (see Makefile). 2 | -------------------------------------------------------------------------------- /mox/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/mox 3 | -------------------------------------------------------------------------------- /mpc/TODO: -------------------------------------------------------------------------------- 1 | Finished adapting math/mpfr to mpc. 2 | -------------------------------------------------------------------------------- /mps-youtube/DESCR: -------------------------------------------------------------------------------- 1 | Terminal based YouTube player and downloader 2 | -------------------------------------------------------------------------------- /mrust-cargo/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/mrust-cargo 3 | -------------------------------------------------------------------------------- /mrust-minicargo/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/minicargo 3 | -------------------------------------------------------------------------------- /mrust-mrustc/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/mrustc 3 | -------------------------------------------------------------------------------- /mrust/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /mtail/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/mtail 3 | -------------------------------------------------------------------------------- /mtpfs/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/mtpfs 3 | -------------------------------------------------------------------------------- /mtrack/TODO: -------------------------------------------------------------------------------- 1 | - nothing seems to be done more 2 | -------------------------------------------------------------------------------- /mtrxmath/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin 3 | man/man1/mtrxmath.1 4 | -------------------------------------------------------------------------------- /mudlet-301/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/mudlet 3 | -------------------------------------------------------------------------------- /muffin/DESCR: -------------------------------------------------------------------------------- 1 | Cinnamon window manager 2 | -------------------------------------------------------------------------------- /multi-gitter/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/multi-gitter 3 | -------------------------------------------------------------------------------- /muscle/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/muscle 3 | -------------------------------------------------------------------------------- /musl-fts/TODO: -------------------------------------------------------------------------------- 1 | - Needs fts/builtin.mk or such 2 | -------------------------------------------------------------------------------- /muttvcquery/DESCR: -------------------------------------------------------------------------------- 1 | External contact manager for mutt 2 | -------------------------------------------------------------------------------- /nag/TODO: -------------------------------------------------------------------------------- 1 | fix http://secunia.com/advisories/46956/ security issue 2 | -------------------------------------------------------------------------------- /nary/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/nary 3 | -------------------------------------------------------------------------------- /navidrome/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/navidrome 3 | -------------------------------------------------------------------------------- /ndssdk/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/arm-none-eabi-gcc 3 | -------------------------------------------------------------------------------- /nedit-ng/TODO: -------------------------------------------------------------------------------- 1 | Not sure if this is finished, but it runs. 2 | -------------------------------------------------------------------------------- /neovim-qt/DESCR: -------------------------------------------------------------------------------- 1 | Neovim client library and GUI, in Qt5. 2 | -------------------------------------------------------------------------------- /nessoundstudio/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/nessoundstudio 3 | -------------------------------------------------------------------------------- /netbsd-build-tools/PLIST: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netbsd-build-tools/files/mk.conf: -------------------------------------------------------------------------------- 1 | # $NetBSD$ 2 | -------------------------------------------------------------------------------- /netdata-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /netkit-tftp/DESCR: -------------------------------------------------------------------------------- 1 | tftp and tftpd from netkit 2 | -------------------------------------------------------------------------------- /netwmpager/DESCR: -------------------------------------------------------------------------------- 1 | EWMH (NetWM) compatible pager. 2 | -------------------------------------------------------------------------------- /newsboat233/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin 3 | -------------------------------------------------------------------------------- /ngtop/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/ngtop 3 | -------------------------------------------------------------------------------- /noor/DESCR: -------------------------------------------------------------------------------- 1 | Noor, A python Quran viewer 2 | -------------------------------------------------------------------------------- /nraku/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/perl6 3 | -------------------------------------------------------------------------------- /nsp/PLIST.gtk: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nsp/PLIST.qt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nsp/TODO: -------------------------------------------------------------------------------- 1 | not finished !!! 2 | -------------------------------------------------------------------------------- /nuget-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | 3 | -------------------------------------------------------------------------------- /nvi2-git/DESCR: -------------------------------------------------------------------------------- 1 | A multibyte fork of the nvi editor for BSD 2 | -------------------------------------------------------------------------------- /nx-client-bin/DESCR: -------------------------------------------------------------------------------- 1 | This is NoMachine's Linux client 2 | -------------------------------------------------------------------------------- /nyh-hoc/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/hoc 3 | -------------------------------------------------------------------------------- /nyxt/DESCR: -------------------------------------------------------------------------------- 1 | Nyxt - the internet on your terms. 2 | -------------------------------------------------------------------------------- /obfuscate/DESCR: -------------------------------------------------------------------------------- 1 | Tool to censor private information. 2 | -------------------------------------------------------------------------------- /obnc-libstd/DESCR: -------------------------------------------------------------------------------- 1 | OBNC standard library 2 | -------------------------------------------------------------------------------- /obnc-libstd/TODO: -------------------------------------------------------------------------------- 1 | - Improve the DESCR. 2 | -------------------------------------------------------------------------------- /offlineimap/TODO: -------------------------------------------------------------------------------- 1 | Needs testing if it can replace offlineimap. 2 | -------------------------------------------------------------------------------- /olsrd/DESCR: -------------------------------------------------------------------------------- 1 | Ad-hoc wireless mesh routing daemon 2 | -------------------------------------------------------------------------------- /omega/DESCR: -------------------------------------------------------------------------------- 1 | Optimal Monte-Carlo Event Generation Amplitudes 2 | -------------------------------------------------------------------------------- /opa/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/opa 3 | -------------------------------------------------------------------------------- /opd/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /openapi-mock/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/openapi-mock 3 | -------------------------------------------------------------------------------- /openbox-themes-extra/DESCR: -------------------------------------------------------------------------------- 1 | Openbox window manager themes 2 | -------------------------------------------------------------------------------- /openbox-themes-extra/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /openbsc/DESCR: -------------------------------------------------------------------------------- 1 | openbsc 2 | -------------------------------------------------------------------------------- /opencl-headers/DESCR: -------------------------------------------------------------------------------- 1 | C language headers for the OpenCL API. 2 | -------------------------------------------------------------------------------- /openfmod/DESCR: -------------------------------------------------------------------------------- 1 | Partial reimplementation of FMOD audio library 2 | -------------------------------------------------------------------------------- /openfmod/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | lib/libfmod.so 3 | -------------------------------------------------------------------------------- /openjdk8-openjfx-hg/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /openjfx23/TODO: -------------------------------------------------------------------------------- 1 | * Fix runtime errors. 2 | -------------------------------------------------------------------------------- /openjkdf2/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/openjkdf2 3 | -------------------------------------------------------------------------------- /openlogos/DESCR: -------------------------------------------------------------------------------- 1 | Openlogos is a language translation system 2 | -------------------------------------------------------------------------------- /openrgb/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /opentofu/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/tofu 3 | -------------------------------------------------------------------------------- /opentomb/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /openttd-opengfx/DESCR: -------------------------------------------------------------------------------- 1 | free, open source graphics for OpenTTD 2 | -------------------------------------------------------------------------------- /openttd-openmsx/DESCR: -------------------------------------------------------------------------------- 1 | free, open source music for OpenTTD 2 | -------------------------------------------------------------------------------- /openwsman/DESCR: -------------------------------------------------------------------------------- 1 | openwsman is a WS-Management Server. 2 | -------------------------------------------------------------------------------- /oq/DESCR: -------------------------------------------------------------------------------- 1 | A terminal-based OpenAPI Spec (OAS) viewer. 2 | -------------------------------------------------------------------------------- /oq/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/oq 3 | -------------------------------------------------------------------------------- /oq/TODO: -------------------------------------------------------------------------------- 1 | test. 2 | -------------------------------------------------------------------------------- /oras/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/oras 3 | -------------------------------------------------------------------------------- /oslc/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /oww-nox11/TODO: -------------------------------------------------------------------------------- 1 | - Cleanup this really ugly Makefile 2 | - Testing 3 | -------------------------------------------------------------------------------- /oxygen/DESCR: -------------------------------------------------------------------------------- 1 | KDE Oxygen style 2 | -------------------------------------------------------------------------------- /oysttyer/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/oysttyer 3 | -------------------------------------------------------------------------------- /p5-AI-Prolog/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /p5-Arch/DESCR: -------------------------------------------------------------------------------- 1 | The Arch package for Perl 2 | -------------------------------------------------------------------------------- /p5-Math-Business/DESCR: -------------------------------------------------------------------------------- 1 | Technical Analysis: Simple Moving Average 2 | -------------------------------------------------------------------------------- /p5-POSIX-strptime/DESCR: -------------------------------------------------------------------------------- 1 | This is the POSIX strptime function 2 | -------------------------------------------------------------------------------- /p5-Sub-Prototype/DESCR: -------------------------------------------------------------------------------- 1 | Set the prototype for a function. 2 | -------------------------------------------------------------------------------- /p5-Test-Unit-Lite/DESCR: -------------------------------------------------------------------------------- 1 | Lighter version of Test::Unit framework. 2 | -------------------------------------------------------------------------------- /p5-collectd/DESCR: -------------------------------------------------------------------------------- 1 | perl plugin for collectd 2 | -------------------------------------------------------------------------------- /p5-mozldap/TODO: -------------------------------------------------------------------------------- 1 | Check mirroring with mozilla folks 2 | 3 | -------------------------------------------------------------------------------- /p5-transdecoder/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test. 2 | -------------------------------------------------------------------------------- /p6-Perl6-MIME-Base64/DESCR: -------------------------------------------------------------------------------- 1 | A Perl 6 module for Base 64 2 | -------------------------------------------------------------------------------- /p6-Pod-To-HTML/DESCR: -------------------------------------------------------------------------------- 1 | Convert POD6 to HTML 2 | -------------------------------------------------------------------------------- /p6-grammar-debugger/DESCR: -------------------------------------------------------------------------------- 1 | A Perl 6 module to generate SVG 2 | -------------------------------------------------------------------------------- /p6-json/DESCR: -------------------------------------------------------------------------------- 1 | A Perl 6 module for json 2 | -------------------------------------------------------------------------------- /p6-json_fast/DESCR: -------------------------------------------------------------------------------- 1 | A Perl 6 module for json 2 | -------------------------------------------------------------------------------- /p6-perl6-digest-md5/DESCR: -------------------------------------------------------------------------------- 1 | A Perl 6 module for MD5 2 | -------------------------------------------------------------------------------- /p6-perl6-encode/DESCR: -------------------------------------------------------------------------------- 1 | A Perl 6 module for text encoding 2 | -------------------------------------------------------------------------------- /p6-svg-plot/DESCR: -------------------------------------------------------------------------------- 1 | A simple 2D chart plotter for Perl 6 2 | -------------------------------------------------------------------------------- /p6-svg/DESCR: -------------------------------------------------------------------------------- 1 | A Perl 6 module to generate SVG 2 | -------------------------------------------------------------------------------- /p6-test-mock/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /p6-xml-writer/DESCR: -------------------------------------------------------------------------------- 1 | A Perl 6 module to generate XML 2 | -------------------------------------------------------------------------------- /p6-zef/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/zef 3 | -------------------------------------------------------------------------------- /pack/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/pack 3 | -------------------------------------------------------------------------------- /packmol/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/packmol 3 | -------------------------------------------------------------------------------- /pan2-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | 3 | -------------------------------------------------------------------------------- /panda/DESCR: -------------------------------------------------------------------------------- 1 | Panda is a PDF generation API written in C. 2 | -------------------------------------------------------------------------------- /parafly/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/ParaFly 3 | -------------------------------------------------------------------------------- /parafly/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test. 2 | -------------------------------------------------------------------------------- /passepartout/TODO: -------------------------------------------------------------------------------- 1 | a postscript viewer (e.g. gv) is recommended 2 | -------------------------------------------------------------------------------- /pcem/PLIST: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pdfrip/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/pdfrip 3 | -------------------------------------------------------------------------------- /pdq/TODO: -------------------------------------------------------------------------------- 1 | give patch-aa to developers 2 | 3 | need to test 4 | -------------------------------------------------------------------------------- /pear-Cache/DESCR: -------------------------------------------------------------------------------- 1 | Framework for caching of arbitrary data. 2 | -------------------------------------------------------------------------------- /pear-File/DESCR: -------------------------------------------------------------------------------- 1 | Common file and directory routines. 2 | -------------------------------------------------------------------------------- /pear-File_CSV/DESCR: -------------------------------------------------------------------------------- 1 | Read and write of CSV files. 2 | -------------------------------------------------------------------------------- /pear-Finder/DESCR: -------------------------------------------------------------------------------- 1 | Symfony2 Finder Component. 2 | -------------------------------------------------------------------------------- /pear-Horde_Db/DESCR: -------------------------------------------------------------------------------- 1 | Horde database/SQL abstraction layer. 2 | -------------------------------------------------------------------------------- /pear-Horde_Stream_Wrapper/DESCR: -------------------------------------------------------------------------------- 1 | A collection of stream wrappers. 2 | -------------------------------------------------------------------------------- /pear-Horde_Translation/DESCR: -------------------------------------------------------------------------------- 1 | Horde translation library. 2 | -------------------------------------------------------------------------------- /pear-PHPUnit_MockObject/DESCR: -------------------------------------------------------------------------------- 1 | Mock Object library for PHPUnit. 2 | -------------------------------------------------------------------------------- /pear-PHP_Timer/DESCR: -------------------------------------------------------------------------------- 1 | Utility class for timing. 2 | -------------------------------------------------------------------------------- /pear-Text_Template/DESCR: -------------------------------------------------------------------------------- 1 | Simple template engine. 2 | -------------------------------------------------------------------------------- /pear-Yaml/DESCR: -------------------------------------------------------------------------------- 1 | Symfony2 Yaml Component. 2 | -------------------------------------------------------------------------------- /pear-phpcpd/DESCR: -------------------------------------------------------------------------------- 1 | Copy/Paste Detector (CPD) for PHP code. 2 | -------------------------------------------------------------------------------- /pear/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /phaethon/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/phaethon 3 | -------------------------------------------------------------------------------- /pico-web-database/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | 3 | -------------------------------------------------------------------------------- /picolisp64/TODO: -------------------------------------------------------------------------------- 1 | Fix src64/sys/x86-64.netBsd.code.l -------------------------------------------------------------------------------- /pinkpony/TODO: -------------------------------------------------------------------------------- 1 | * broken now 2 | -------------------------------------------------------------------------------- /pint/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/pint 3 | -------------------------------------------------------------------------------- /pipes-c/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/cpipes 3 | -------------------------------------------------------------------------------- /pkg-dev/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /pkgsrc-info/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/pkgsrc-info 3 | -------------------------------------------------------------------------------- /plasma-desktop/DESCR: -------------------------------------------------------------------------------- 1 | KDE Plasma Desktop 2 | -------------------------------------------------------------------------------- /plasma-widget-menubar/TODO: -------------------------------------------------------------------------------- 1 | Hopefully finished. 2 | -------------------------------------------------------------------------------- /plasma-workspace/DESCR: -------------------------------------------------------------------------------- 1 | KDE Plasma Workspace 2 | -------------------------------------------------------------------------------- /plink/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/plink 3 | -------------------------------------------------------------------------------- /pluto/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/pluto 3 | -------------------------------------------------------------------------------- /ponyc/TODO: -------------------------------------------------------------------------------- 1 | - REQUIRES LLVM BEFORE 8.0! 2 | -------------------------------------------------------------------------------- /pop/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/soda 3 | -------------------------------------------------------------------------------- /powerdevil/TODO: -------------------------------------------------------------------------------- 1 | needs UDev 2 | -------------------------------------------------------------------------------- /powwow/TODO: -------------------------------------------------------------------------------- 1 | * Fails to resolve any domain names for me. 2 | -------------------------------------------------------------------------------- /prodigal/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/prodigal 3 | -------------------------------------------------------------------------------- /promtail/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/promtail 3 | -------------------------------------------------------------------------------- /proton-bridge/DESCR: -------------------------------------------------------------------------------- 1 | Proton Mail Bridge for e-mail clients. 2 | -------------------------------------------------------------------------------- /proton-bridge/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/proton-bridge 3 | -------------------------------------------------------------------------------- /purple-teams-git/DESCR: -------------------------------------------------------------------------------- 1 | A MS Teams plugin for libpurple/Pidgin. 2 | -------------------------------------------------------------------------------- /py-Fnorb-docs/DESCR: -------------------------------------------------------------------------------- 1 | Documentation for py-Fnorb in HTML format 2 | -------------------------------------------------------------------------------- /py-Genetic/TODO: -------------------------------------------------------------------------------- 1 | unfetchable 2 | -------------------------------------------------------------------------------- /py-LMtester/DESCR: -------------------------------------------------------------------------------- 1 | Python bindings to LMtester. 2 | -------------------------------------------------------------------------------- /py-LMtester/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /py-PySide2/TODO: -------------------------------------------------------------------------------- 1 | Needs shiboken2 to build 2 | -------------------------------------------------------------------------------- /py-adawat/DESCR: -------------------------------------------------------------------------------- 1 | Adawat Arabic Language Toolkit 2 | -------------------------------------------------------------------------------- /py-aerocalc/DESCR: -------------------------------------------------------------------------------- 1 | Aeronautical Engineering Calculations 2 | -------------------------------------------------------------------------------- /py-agaro/DESCR: -------------------------------------------------------------------------------- 1 | Framework to run models 2 | -------------------------------------------------------------------------------- /py-ahoy/DESCR: -------------------------------------------------------------------------------- 1 | Agent-based simulations of active particles 2 | -------------------------------------------------------------------------------- /py-aiohttp-jinja2/DESCR: -------------------------------------------------------------------------------- 1 | Jinja2 template renderer for aiohttp.web 2 | -------------------------------------------------------------------------------- /py-aioxmpp/DESCR: -------------------------------------------------------------------------------- 1 | Pure-python XMPP library for asyncio 2 | -------------------------------------------------------------------------------- /py-aipy/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-alg3dpy/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-algebraic/DESCR: -------------------------------------------------------------------------------- 1 | Algebraic modeling system for Python 2 | -------------------------------------------------------------------------------- /py-alyahmor/DESCR: -------------------------------------------------------------------------------- 1 | Arabic flexionnal morphology generator 2 | -------------------------------------------------------------------------------- /py-amqpipe/DESCR: -------------------------------------------------------------------------------- 1 | Twisted based pipeline framework for AMQP 2 | -------------------------------------------------------------------------------- /py-aopython/DESCR: -------------------------------------------------------------------------------- 1 | Aspect Oriented Python 2 | -------------------------------------------------------------------------------- /py-arabic-stopwords/DESCR: -------------------------------------------------------------------------------- 1 | Arabic Stop words: list and routins 2 | -------------------------------------------------------------------------------- /py-arxiv2bib/DESCR: -------------------------------------------------------------------------------- 1 | Get arXiv.org metadata in BibTeX format 2 | -------------------------------------------------------------------------------- /py-arxvier/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-atmark/DESCR: -------------------------------------------------------------------------------- 1 | Awk/Sed for humans 2 | -------------------------------------------------------------------------------- /py-atpy/DESCR: -------------------------------------------------------------------------------- 1 | Astronomical Tables in Python 2 | -------------------------------------------------------------------------------- /py-automata/DESCR: -------------------------------------------------------------------------------- 1 | Finite automata for python 2 | -------------------------------------------------------------------------------- /py-awesome-slugify/DESCR: -------------------------------------------------------------------------------- 1 | Python flexible slugify function. 2 | -------------------------------------------------------------------------------- /py-b3j0f.aop/DESCR: -------------------------------------------------------------------------------- 1 | Python Aspect Oriented Programming 2 | -------------------------------------------------------------------------------- /py-backports.tarfile/DESCR: -------------------------------------------------------------------------------- 1 | Backport of CPython tarfile module 2 | -------------------------------------------------------------------------------- /py-bctpy/DESCR: -------------------------------------------------------------------------------- 1 | Brain Connectivity Toolbox for Python 2 | -------------------------------------------------------------------------------- /py-behaviour/DESCR: -------------------------------------------------------------------------------- 1 | Behaviour Driven Development in Python 2 | -------------------------------------------------------------------------------- /py-bibtexparser3/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-blockbuster/TODO: -------------------------------------------------------------------------------- 1 | Needs unpackaged forbiddenfruit dependency. 2 | -------------------------------------------------------------------------------- /py-bolos/DESCR: -------------------------------------------------------------------------------- 1 | A library to solve the Boltzmann equation 2 | -------------------------------------------------------------------------------- /py-booktype/DESCR: -------------------------------------------------------------------------------- 1 | FLOSS Manuals collaborative book writing tool 2 | -------------------------------------------------------------------------------- /py-castlevania-widgets/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /py-castlevania/DESCR: -------------------------------------------------------------------------------- 1 | Classic Castlevania in Python using pygame 2 | -------------------------------------------------------------------------------- /py-castlevania/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/py-castlevania 3 | -------------------------------------------------------------------------------- /py-causality/DESCR: -------------------------------------------------------------------------------- 1 | Tools for causal analysis 2 | -------------------------------------------------------------------------------- /py-cbc/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-cellulist/DESCR: -------------------------------------------------------------------------------- 1 | Periodic cell list 2 | -------------------------------------------------------------------------------- /py-cellulist/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /py-cerridwen/DESCR: -------------------------------------------------------------------------------- 1 | Accurate solar system data for everyone 2 | -------------------------------------------------------------------------------- /py-cesium/DESCR: -------------------------------------------------------------------------------- 1 | Machine Learning Time-Series Platform 2 | -------------------------------------------------------------------------------- /py-cf-python/DESCR: -------------------------------------------------------------------------------- 1 | Python interface to the CF data model 2 | -------------------------------------------------------------------------------- /py-chaos/DESCR: -------------------------------------------------------------------------------- 1 | UIC REU on Chaos, Fractals and Complex Dynamics 2 | -------------------------------------------------------------------------------- /py-chealpy/DESCR: -------------------------------------------------------------------------------- 1 | Python Binding of chealpix 2 | -------------------------------------------------------------------------------- /py-chebfun/DESCR: -------------------------------------------------------------------------------- 1 | Python Chebyshev Functions 2 | -------------------------------------------------------------------------------- /py-checkmate/TODO: -------------------------------------------------------------------------------- 1 | need new version (misc/root) 2 | -------------------------------------------------------------------------------- /py-chompack/DESCR: -------------------------------------------------------------------------------- 1 | Library for chordal matrix computations 2 | -------------------------------------------------------------------------------- /py-chspy/DESCR: -------------------------------------------------------------------------------- 1 | Cubic Hermite Splines for Python 2 | -------------------------------------------------------------------------------- /py-ciabatta/DESCR: -------------------------------------------------------------------------------- 1 | Miscellaneous shared utilities -------------------------------------------------------------------------------- /py-cli_helpers/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-clid/DESCR: -------------------------------------------------------------------------------- 1 | A simple vector mathematics library 2 | -------------------------------------------------------------------------------- /py-cliff/DESCR: -------------------------------------------------------------------------------- 1 | Command Line Interface Formulation Framework 2 | -------------------------------------------------------------------------------- /py-cloudlib/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-cnfgen/DESCR: -------------------------------------------------------------------------------- 1 | CNF formula generator 2 | -------------------------------------------------------------------------------- /py-codecov/DESCR: -------------------------------------------------------------------------------- 1 | Python report uploader for Codecov. 2 | -------------------------------------------------------------------------------- /py-collectd/DESCR: -------------------------------------------------------------------------------- 1 | python plugin for collectd 2 | -------------------------------------------------------------------------------- /py-conan/DESCR: -------------------------------------------------------------------------------- 1 | Conan C/C++ package manager. 2 | -------------------------------------------------------------------------------- /py-conda-env/DESCR: -------------------------------------------------------------------------------- 1 | tools for interacting with conda environments 2 | -------------------------------------------------------------------------------- /py-conda/DESCR: -------------------------------------------------------------------------------- 1 | Package management tool 2 | -------------------------------------------------------------------------------- /py-coreapi/DESCR: -------------------------------------------------------------------------------- 1 | Python client library for Core API 2 | -------------------------------------------------------------------------------- /py-coreschema/DESCR: -------------------------------------------------------------------------------- 1 | Core schema 2 | -------------------------------------------------------------------------------- /py-cosmolopy/DESCR: -------------------------------------------------------------------------------- 1 | Python for Cosmology 2 | -------------------------------------------------------------------------------- /py-cryptoim/DESCR: -------------------------------------------------------------------------------- 1 | Crypto Instant Messenger 2 | -------------------------------------------------------------------------------- /py-csb/DESCR: -------------------------------------------------------------------------------- 1 | Computational Structural Biology Toolbox 2 | -------------------------------------------------------------------------------- /py-cse/DESCR: -------------------------------------------------------------------------------- 1 | Python computations in science and engineering 2 | -------------------------------------------------------------------------------- /py-cvf/DESCR: -------------------------------------------------------------------------------- 1 | Python Computer Vision Framework 2 | -------------------------------------------------------------------------------- /py-dash-bootstrap-components/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-debinning/TODO: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-decimalpy/DESCR: -------------------------------------------------------------------------------- 1 | A Decimal based version of numpy 2 | -------------------------------------------------------------------------------- /py-delny/DESCR: -------------------------------------------------------------------------------- 1 | Python module for delaunay triangulation 2 | -------------------------------------------------------------------------------- /py-dexy/DESCR: -------------------------------------------------------------------------------- 1 | Document Automation 2 | -------------------------------------------------------------------------------- /py-dexy_viewer/DESCR: -------------------------------------------------------------------------------- 1 | Document Automation viewer 2 | -------------------------------------------------------------------------------- /py-diofant/DESCR: -------------------------------------------------------------------------------- 1 | A Python library for symbolic mathematics 2 | -------------------------------------------------------------------------------- /py-displaylang/DESCR: -------------------------------------------------------------------------------- 1 | Just enough Python to write displays 2 | -------------------------------------------------------------------------------- /py-dj-static/DESCR: -------------------------------------------------------------------------------- 1 | Serve production static files with Django 2 | -------------------------------------------------------------------------------- /py-django-crispy-forms/DESCR: -------------------------------------------------------------------------------- 1 | Best way to have Django DRY forms 2 | -------------------------------------------------------------------------------- /py-django-idmap/DESCR: -------------------------------------------------------------------------------- 1 | An identity mapper for the Django ORM 2 | -------------------------------------------------------------------------------- /py-django-jsonfield/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-django-sudo/DESCR: -------------------------------------------------------------------------------- 1 | Extra security for your sensitive pages 2 | -------------------------------------------------------------------------------- /py-docker-hub/DESCR: -------------------------------------------------------------------------------- 1 | Access docker hub from your terminal 2 | -------------------------------------------------------------------------------- /py-docker-ssh/DESCR: -------------------------------------------------------------------------------- 1 | Python docker SSH tunnel 2 | -------------------------------------------------------------------------------- /py-dolo/DESCR: -------------------------------------------------------------------------------- 1 | Economic modelling in Python 2 | -------------------------------------------------------------------------------- /py-dpkt-fix/DESCR: -------------------------------------------------------------------------------- 1 | Fast, simple packet creation and parsing. 2 | -------------------------------------------------------------------------------- /py-enre/DESCR: -------------------------------------------------------------------------------- 1 | This library is a Qooxdoo based GUI for Django 2 | -------------------------------------------------------------------------------- /py-enum-compat/DESCR: -------------------------------------------------------------------------------- 1 | Enum/enum34 compatibility package 2 | -------------------------------------------------------------------------------- /py-enum-compat/PLIST: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-enumit/DESCR: -------------------------------------------------------------------------------- 1 | Enumeration library for python 2 | -------------------------------------------------------------------------------- /py-epipy/DESCR: -------------------------------------------------------------------------------- 1 | Python tools for epidemiology 2 | -------------------------------------------------------------------------------- /py-escher/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-etk-docking/DESCR: -------------------------------------------------------------------------------- 1 | PyGTK Docking Widgets 2 | -------------------------------------------------------------------------------- /py-event/DESCR: -------------------------------------------------------------------------------- 1 | Python extension module for libevent 2 | -------------------------------------------------------------------------------- /py-executor/DESCR: -------------------------------------------------------------------------------- 1 | Programmer friendly subprocess wrapper 2 | -------------------------------------------------------------------------------- /py-fcn/DESCR: -------------------------------------------------------------------------------- 1 | Fully Convolutional Networks 2 | -------------------------------------------------------------------------------- /py-fealty/DESCR: -------------------------------------------------------------------------------- 1 | Discretised field utilities 2 | -------------------------------------------------------------------------------- /py-fedmsg/DESCR: -------------------------------------------------------------------------------- 1 | Fedora Messaging Client API 2 | -------------------------------------------------------------------------------- /py-ffmpeg-normalize/DESCR: -------------------------------------------------------------------------------- 1 | Normalize audio via ffmpeg 2 | -------------------------------------------------------------------------------- /py-fileinspector/DESCR: -------------------------------------------------------------------------------- 1 | A module to determine file mimetypes 2 | -------------------------------------------------------------------------------- /py-flask-pwa/DESCR: -------------------------------------------------------------------------------- 1 | Extends your Flask app into a PWA 2 | -------------------------------------------------------------------------------- /py-fmmlib/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-fnss/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-frida-tools/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-frida/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-functions/DESCR: -------------------------------------------------------------------------------- 1 | Functional programming in Python 2 | -------------------------------------------------------------------------------- /py-furo/DESCR: -------------------------------------------------------------------------------- 1 | A clean customisable Sphinx documentation theme. 2 | -------------------------------------------------------------------------------- /py-galry/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-gdxcc/DESCR: -------------------------------------------------------------------------------- 1 | Python library to access and modify gdx files 2 | -------------------------------------------------------------------------------- /py-geom/DESCR: -------------------------------------------------------------------------------- 1 | Basic Vector Geometry Package for Python 2 | -------------------------------------------------------------------------------- /py-ghalatawi/DESCR: -------------------------------------------------------------------------------- 1 | Ghalatawi: Arabic AUtocorrec 2 | -------------------------------------------------------------------------------- /py-gmqtt/DESCR: -------------------------------------------------------------------------------- 1 | gmqtt: Python async MQTT client implementation. 2 | -------------------------------------------------------------------------------- /py-gogo/DESCR: -------------------------------------------------------------------------------- 1 | pygo module needed by the GO pygo package 2 | -------------------------------------------------------------------------------- /py-golangenv/DESCR: -------------------------------------------------------------------------------- 1 | Manage golang in your virtualenv 2 | -------------------------------------------------------------------------------- /py-goreutilities/DESCR: -------------------------------------------------------------------------------- 1 | Utilities library for GoreLab members 2 | -------------------------------------------------------------------------------- /py-goreutilities/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /py-graph-tool/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /py-graphene-sqlalchemy/DESCR: -------------------------------------------------------------------------------- 1 | Graphene SQLAlchemy integration 2 | -------------------------------------------------------------------------------- /py-graphmin/DESCR: -------------------------------------------------------------------------------- 1 | RDF Graph Minimisation 2 | -------------------------------------------------------------------------------- /py-graphs/DESCR: -------------------------------------------------------------------------------- 1 | A library for graph-based machine learning 2 | -------------------------------------------------------------------------------- /py-graphsim/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-gravipy/DESCR: -------------------------------------------------------------------------------- 1 | Tensor Calculus Package for General Relativity 2 | -------------------------------------------------------------------------------- /py-gsl/DESCR: -------------------------------------------------------------------------------- 1 | Python interface for the GNU scientific library 2 | -------------------------------------------------------------------------------- /py-gsw/DESCR: -------------------------------------------------------------------------------- 1 | Gibbs SeaWater Oceanographic Package of TEOS-10 -------------------------------------------------------------------------------- /py-halp/DESCR: -------------------------------------------------------------------------------- 1 | Hypergraph Algorithms Package 2 | -------------------------------------------------------------------------------- /py-hessianfree/DESCR: -------------------------------------------------------------------------------- 1 | Hessian-free optimization for deep networks 2 | -------------------------------------------------------------------------------- /py-hfk/DESCR: -------------------------------------------------------------------------------- 1 | Computes Heegaard Floer homology for links 2 | -------------------------------------------------------------------------------- /py-hg-git-devel/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | -------------------------------------------------------------------------------- /py-hidapi-git/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-hidapi/DESCR: -------------------------------------------------------------------------------- 1 | A Cython interface to HIDAPI library. 2 | -------------------------------------------------------------------------------- /py-hiredis/DESCR: -------------------------------------------------------------------------------- 1 | Python wrapper for hiredis 2 | -------------------------------------------------------------------------------- /py-holoviz/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-hotdoc/TODO: -------------------------------------------------------------------------------- 1 | - package missing dependencies and DEPEND on them 2 | -------------------------------------------------------------------------------- /py-hugo/DESCR: -------------------------------------------------------------------------------- 1 | Hugo - Discord Bot Library 2 | -------------------------------------------------------------------------------- /py-hvac/DESCR: -------------------------------------------------------------------------------- 1 | HashiCorp / Vault API client for Python 2.7/3.x 2 | -------------------------------------------------------------------------------- /py-ibis/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-imaplib2/TODO: -------------------------------------------------------------------------------- 1 | Untested, otherwise ready. 2 | -------------------------------------------------------------------------------- /py-ipydex/DESCR: -------------------------------------------------------------------------------- 1 | IPython based debugging and exploring 2 | -------------------------------------------------------------------------------- /py-ipython-sql/DESCR: -------------------------------------------------------------------------------- 1 | RDBMS access via IPython 2 | -------------------------------------------------------------------------------- /py-isal/TODO: -------------------------------------------------------------------------------- 1 | Finished but needs wip/isa-l to be imported first. 2 | -------------------------------------------------------------------------------- /py-jsonpath/DESCR: -------------------------------------------------------------------------------- 1 | An XPath for JSON 2 | -------------------------------------------------------------------------------- /py-jswebkit/DESCR: -------------------------------------------------------------------------------- 1 | WebKit/JavaScriptCore Python bindings 2 | -------------------------------------------------------------------------------- /py-keycloak/DESCR: -------------------------------------------------------------------------------- 1 | Keycloak Client 2 | -------------------------------------------------------------------------------- /py-klausen/DESCR: -------------------------------------------------------------------------------- 1 | Parameterized model framework in Python. 2 | -------------------------------------------------------------------------------- /py-lapack/DESCR: -------------------------------------------------------------------------------- 1 | PyLapack is a python interface to LAPACK 2 | -------------------------------------------------------------------------------- /py-libclang-py3/DESCR: -------------------------------------------------------------------------------- 1 | Python3 bindings for libclang. 2 | -------------------------------------------------------------------------------- /py-libmapper/DESCR: -------------------------------------------------------------------------------- 1 | Python bindings for libmapper. 2 | -------------------------------------------------------------------------------- /py-libopensync-plugin/DESCR: -------------------------------------------------------------------------------- 1 | Python support for libopensync. 2 | -------------------------------------------------------------------------------- /py-libqutrub/DESCR: -------------------------------------------------------------------------------- 1 | Arabic verb conjugation software 2 | -------------------------------------------------------------------------------- /py-litecli/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-loggly/DESCR: -------------------------------------------------------------------------------- 1 | Python interface to Loggly 2 | -------------------------------------------------------------------------------- /py-loky/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-lsp-black/DESCR: -------------------------------------------------------------------------------- 1 | Black plugin for the Python LSP Server 2 | -------------------------------------------------------------------------------- /py-m2r2/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /py-mark/DESCR: -------------------------------------------------------------------------------- 1 | RDF Bookmarking Utilities 2 | -------------------------------------------------------------------------------- /py-marshmallow-enum/DESCR: -------------------------------------------------------------------------------- 1 | Enum field for use with Marshmallow 2 | -------------------------------------------------------------------------------- /py-maskouk-sqlite/DESCR: -------------------------------------------------------------------------------- 1 | Arabic Dictionary for Collocations 2 | -------------------------------------------------------------------------------- /py-matrix-angular-sdk/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-mave/DESCR: -------------------------------------------------------------------------------- 1 | Library for Measurement and Verification 2 | -------------------------------------------------------------------------------- /py-meshio/DESCR: -------------------------------------------------------------------------------- 1 | I/O for various mesh formats 2 | -------------------------------------------------------------------------------- /py-meshio/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /py-meshio/TODO: -------------------------------------------------------------------------------- 1 | working! 2 | -------------------------------------------------------------------------------- /py-metropack/DESCR: -------------------------------------------------------------------------------- 1 | Pack spheres in a finite space 2 | -------------------------------------------------------------------------------- /py-mipp/DESCR: -------------------------------------------------------------------------------- 1 | Meteorological ingest processing package 2 | -------------------------------------------------------------------------------- /py-mochi/DESCR: -------------------------------------------------------------------------------- 1 | Dynamically typed functional programming language 2 | -------------------------------------------------------------------------------- /py-moksha-common/DESCR: -------------------------------------------------------------------------------- 1 | Common components for Moksha 2 | -------------------------------------------------------------------------------- /py-moksha-hub/DESCR: -------------------------------------------------------------------------------- 1 | Hub components for Moksha 2 | -------------------------------------------------------------------------------- /py-monty/DESCR: -------------------------------------------------------------------------------- 1 | Monty is the missing complement to Python 2 | -------------------------------------------------------------------------------- /py-moya/DESCR: -------------------------------------------------------------------------------- 1 | Web development framework 2 | -------------------------------------------------------------------------------- /py-mplh5canvas/DESCR: -------------------------------------------------------------------------------- 1 | Matplotlib backend based on HTML5 Canvas 2 | -------------------------------------------------------------------------------- /py-mpop/DESCR: -------------------------------------------------------------------------------- 1 | Meteorological post processing package 2 | -------------------------------------------------------------------------------- /py-msumastro/DESCR: -------------------------------------------------------------------------------- 1 | Process FITS files 2 | -------------------------------------------------------------------------------- /py-murmurhash/DESCR: -------------------------------------------------------------------------------- 1 | Cython bindings for MurmurHash2 2 | -------------------------------------------------------------------------------- /py-myfitter/DESCR: -------------------------------------------------------------------------------- 1 | Maximum Likelihood Fits in Python 2 | -------------------------------------------------------------------------------- /py-mysam-tagmanager/DESCR: -------------------------------------------------------------------------------- 1 | Mysam Arabic tags manager 2 | -------------------------------------------------------------------------------- /py-naftawayh/DESCR: -------------------------------------------------------------------------------- 1 | Naftawayh: Arabic word tagger 2 | -------------------------------------------------------------------------------- /py-netflowvizu/DESCR: -------------------------------------------------------------------------------- 1 | Network flow visualizer 2 | -------------------------------------------------------------------------------- /py-nethsm/DESCR: -------------------------------------------------------------------------------- 1 | Python client for NetHSM 2 | -------------------------------------------------------------------------------- /py-neupy/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-nibabel/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-nipy-data/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-nis/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | ${PYSITELIB}/nis.so 3 | -------------------------------------------------------------------------------- /py-node-semver/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-nodepy/DESCR: -------------------------------------------------------------------------------- 1 | Numerical ODE solvers in Python 2 | -------------------------------------------------------------------------------- /py-notify-cli/DESCR: -------------------------------------------------------------------------------- 1 | A python client for notify-server 2 | -------------------------------------------------------------------------------- /py-nphelper/DESCR: -------------------------------------------------------------------------------- 1 | Convenient numpy helper functions 2 | -------------------------------------------------------------------------------- /py-nupic/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-nxos/DESCR: -------------------------------------------------------------------------------- 1 | Support module for handling Cisco NX-OS. 2 | -------------------------------------------------------------------------------- /py-nzmath/DESCR: -------------------------------------------------------------------------------- 1 | Number theory oriented calculation system 2 | -------------------------------------------------------------------------------- /py-objection/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-odeint/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /py-odeviz/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-openopt/DESCR: -------------------------------------------------------------------------------- 1 | A python module for numerical optimization 2 | -------------------------------------------------------------------------------- /py-orderedset/DESCR: -------------------------------------------------------------------------------- 1 | An Ordered Set implementation in Cython 2 | -------------------------------------------------------------------------------- /py-ortho/DESCR: -------------------------------------------------------------------------------- 1 | Generate orthogonal set of functions 2 | -------------------------------------------------------------------------------- /py-paegan/DESCR: -------------------------------------------------------------------------------- 1 | Processing and Analysis for Numerical Data 2 | -------------------------------------------------------------------------------- /py-pandoc/DESCR: -------------------------------------------------------------------------------- 1 | Thin wrapper for pandoc 2 | -------------------------------------------------------------------------------- /py-paragram/DESCR: -------------------------------------------------------------------------------- 1 | Erlang-style concurrency library for python 2 | -------------------------------------------------------------------------------- /py-partio/DESCR: -------------------------------------------------------------------------------- 1 | Python bindings for partio 2 | -------------------------------------------------------------------------------- /py-patch-ng/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-patch/DESCR: -------------------------------------------------------------------------------- 1 | Library to parse and apply unified diffs. 2 | -------------------------------------------------------------------------------- /py-pcs/DESCR: -------------------------------------------------------------------------------- 1 | A Python (pygame) character sheet program 2 | -------------------------------------------------------------------------------- /py-pcs/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /py-pennyLane-PQ/DESCR: -------------------------------------------------------------------------------- 1 | PennyLane plugin for ProjectQ 2 | -------------------------------------------------------------------------------- /py-peru/DESCR: -------------------------------------------------------------------------------- 1 | A tool for fetching code 2 | -------------------------------------------------------------------------------- /py-petname/DESCR: -------------------------------------------------------------------------------- 1 | Generate human-readable, random object names 2 | -------------------------------------------------------------------------------- /py-pgmpy/DESCR: -------------------------------------------------------------------------------- 1 | A library for Probabilistic Graphical Models 2 | -------------------------------------------------------------------------------- /py-pivy/DESCR: -------------------------------------------------------------------------------- 1 | Provides Python bindings to the Coin3d library. 2 | -------------------------------------------------------------------------------- /py-prel/DESCR: -------------------------------------------------------------------------------- 1 | Python print elegant 2 | -------------------------------------------------------------------------------- /py-print/DESCR: -------------------------------------------------------------------------------- 1 | PyPrint is a simple printer library for python. 2 | -------------------------------------------------------------------------------- /py-propyte/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-pseudorandom/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /py-ptpython/DESCR: -------------------------------------------------------------------------------- 1 | Python REPL build on top of prompt_toolkit. 2 | -------------------------------------------------------------------------------- /py-ptyx-mcq/DESCR: -------------------------------------------------------------------------------- 1 | PTyX is a python precompiler for LaTeX 2 | -------------------------------------------------------------------------------- /py-pulsar/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /py-pydenticon/DESCR: -------------------------------------------------------------------------------- 1 | Library for generating identicons 2 | -------------------------------------------------------------------------------- /py-pylith/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-pymbolic/DESCR: -------------------------------------------------------------------------------- 1 | Python package for symbolic computation 2 | -------------------------------------------------------------------------------- /py-pymdown-extensions/DESCR: -------------------------------------------------------------------------------- 1 | Extension pack for Python Markdown 2 | -------------------------------------------------------------------------------- /py-pymigemo/DESCR: -------------------------------------------------------------------------------- 1 | This is a Python bindings for C/Migemo. 2 | -------------------------------------------------------------------------------- /py-pynest2d/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | ${PYSITELIB}/pynest2d.so 3 | -------------------------------------------------------------------------------- /py-pyphant/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-pyqu/TODO: -------------------------------------------------------------------------------- 1 | not finished 2 | -------------------------------------------------------------------------------- /py-pyrr/DESCR: -------------------------------------------------------------------------------- 1 | 3D mathematical functions using NumPy 2 | -------------------------------------------------------------------------------- /py-pyside-setup/TODO: -------------------------------------------------------------------------------- 1 | patch configure to find numpy includes 2 | -------------------------------------------------------------------------------- /py-pythics/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-pytkgen/DESCR: -------------------------------------------------------------------------------- 1 | Create Tkinter GUIs from JSON definition files 2 | -------------------------------------------------------------------------------- /py-qecalc/DESCR: -------------------------------------------------------------------------------- 1 | Wrapper for Quantum Espresso 2 | -------------------------------------------------------------------------------- /py-qequ/DESCR: -------------------------------------------------------------------------------- 1 | Command-line quadratic equation solver 2 | -------------------------------------------------------------------------------- /py-qeutil/DESCR: -------------------------------------------------------------------------------- 1 | Set of utilities for using Quantum-Espresso 2 | -------------------------------------------------------------------------------- /py-qt6-webengine/DESCR: -------------------------------------------------------------------------------- 1 | Python bindings for Qt6 Web Engine. 2 | -------------------------------------------------------------------------------- /py-quandl/DESCR: -------------------------------------------------------------------------------- 1 | Package for quandl API access 2 | -------------------------------------------------------------------------------- /py-rb/DESCR: -------------------------------------------------------------------------------- 1 | Rb, the redis blaster 2 | -------------------------------------------------------------------------------- /py-rcsparse/DESCR: -------------------------------------------------------------------------------- 1 | A Python library for parsing RCS files. 2 | -------------------------------------------------------------------------------- /py-rdfextras/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /py-rdflib340/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /py-rdopkg/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-reactive-platform/DESCR: -------------------------------------------------------------------------------- 1 | The Reactive Platform SDK for Python 2 | -------------------------------------------------------------------------------- /py-realalg/DESCR: -------------------------------------------------------------------------------- 1 | For manipulating real algebraic numbers 2 | -------------------------------------------------------------------------------- /py-reducer/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-registry/DESCR: -------------------------------------------------------------------------------- 1 | Read access to Windows Registry files 2 | -------------------------------------------------------------------------------- /py-safersympify/DESCR: -------------------------------------------------------------------------------- 1 | Safer way to sympify unsanitized input 2 | -------------------------------------------------------------------------------- /py-samplerate/PLIST: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-scipy-data_fitting/DESCR: -------------------------------------------------------------------------------- 1 | Data fitting system with SciPy 2 | -------------------------------------------------------------------------------- /py-selenium-generator/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-semidbm/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-sentry/DESCR: -------------------------------------------------------------------------------- 1 | A Realtime logging and aggregation server 2 | -------------------------------------------------------------------------------- /py-sfepy/DESCR: -------------------------------------------------------------------------------- 1 | imple finite elements in Python 2 | -------------------------------------------------------------------------------- /py-shapely/DESCR: -------------------------------------------------------------------------------- 1 | Geometric objects, predicates, and operations 2 | -------------------------------------------------------------------------------- /py-simulators/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /py-singletonify/DESCR: -------------------------------------------------------------------------------- 1 | singleton pattern for python 2 | -------------------------------------------------------------------------------- /py-smop/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-sortedcollections/DESCR: -------------------------------------------------------------------------------- 1 | Python Sorted Collections 2 | -------------------------------------------------------------------------------- /py-spatious/DESCR: -------------------------------------------------------------------------------- 1 | Distance and geometry utilities 2 | -------------------------------------------------------------------------------- /py-sphinx-theme-builder/TODO: -------------------------------------------------------------------------------- 1 | needs a py-pep621 package 2 | -------------------------------------------------------------------------------- /py-spsdk/TODO: -------------------------------------------------------------------------------- 1 | Needs more dependencies packaged. 2 | -------------------------------------------------------------------------------- /py-sqlite-web/DESCR: -------------------------------------------------------------------------------- 1 | Parse and interact with unified diff data. 2 | -------------------------------------------------------------------------------- /py-sqlitedict/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-statsd/DESCR: -------------------------------------------------------------------------------- 1 | Python client for the statsd daemon 2 | -------------------------------------------------------------------------------- /py-swh-indexer/DESCR: -------------------------------------------------------------------------------- 1 | Software Heritage Content Indexer 2 | -------------------------------------------------------------------------------- /py-swh-loader-svn/DESCR: -------------------------------------------------------------------------------- 1 | Software Heritage Loader SVN 2 | -------------------------------------------------------------------------------- /py-swh-mirror-forge/DESCR: -------------------------------------------------------------------------------- 1 | Mirror swh's forge to github 2 | 3 | 4 | -------------------------------------------------------------------------------- /py-sylajone/DESCR: -------------------------------------------------------------------------------- 1 | Sylajone: Arabic syntax Analyzer library 2 | -------------------------------------------------------------------------------- /py-symath/DESCR: -------------------------------------------------------------------------------- 1 | symbolic mathematics for python 2 | -------------------------------------------------------------------------------- /py-symbolic/DESCR: -------------------------------------------------------------------------------- 1 | Library for dealing with symbol files and more 2 | -------------------------------------------------------------------------------- /py-symbolic/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /py-symlens/DESCR: -------------------------------------------------------------------------------- 1 | Symbolic Mode Coupling 2 | -------------------------------------------------------------------------------- /py-tashaphyne/DESCR: -------------------------------------------------------------------------------- 1 | Arabic Light Stemmer and segmento 2 | -------------------------------------------------------------------------------- /py-telegram-bot/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-telepathy/DESCR: -------------------------------------------------------------------------------- 1 | python language bindings for telepathy 2 | -------------------------------------------------------------------------------- /py-texext/DESCR: -------------------------------------------------------------------------------- 1 | Sphinx extensions for working with LaTeX math 2 | -------------------------------------------------------------------------------- /py-thermostat/DESCR: -------------------------------------------------------------------------------- 1 | Calculate connected thermostat savings 2 | -------------------------------------------------------------------------------- /py-tldr/DESCR: -------------------------------------------------------------------------------- 1 | A Python command line client for tldr. 2 | -------------------------------------------------------------------------------- /py-topkapi/DESCR: -------------------------------------------------------------------------------- 1 | TOPKAPI hydrological model in Python 2 | -------------------------------------------------------------------------------- /py-toro/DESCR: -------------------------------------------------------------------------------- 1 | Synchronization primitives for Tornado coroutines 2 | -------------------------------------------------------------------------------- /py-toronado/DESCR: -------------------------------------------------------------------------------- 1 | Fast lxml-based CSS stylesheet inliner 2 | -------------------------------------------------------------------------------- /py-toscawidgets/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-trottersuzuki/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /py-trottersuzuki/TODO: -------------------------------------------------------------------------------- 1 | working! 2 | -------------------------------------------------------------------------------- /py-twistml/DESCR: -------------------------------------------------------------------------------- 1 | TWItter STock market Machine Learning package 2 | -------------------------------------------------------------------------------- /py-u2flib-server/DESCR: -------------------------------------------------------------------------------- 1 | Python based U2F server library 2 | -------------------------------------------------------------------------------- /py-ua-parser/DESCR: -------------------------------------------------------------------------------- 1 | Python implementation of the UA Parser 2 | -------------------------------------------------------------------------------- /py-user_agent/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-utilib_common/DESCR: -------------------------------------------------------------------------------- 1 | Commonly used PyUtilib data and methods 2 | -------------------------------------------------------------------------------- /py-utilib_component_app/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-utilib_component_loader/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-validictory/DESCR: -------------------------------------------------------------------------------- 1 | General purpose python data validator 2 | -------------------------------------------------------------------------------- /py-vanity/DESCR: -------------------------------------------------------------------------------- 1 | Get package download statistics from PyPI 2 | -------------------------------------------------------------------------------- /py-verilog/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-voropy/DESCR: -------------------------------------------------------------------------------- 1 | Delaunay meshes, Voronoi regions 2 | -------------------------------------------------------------------------------- /py-voropy/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /py-voropy/TODO: -------------------------------------------------------------------------------- 1 | working! 2 | -------------------------------------------------------------------------------- /py-wally/DESCR: -------------------------------------------------------------------------------- 1 | Tool for managing desktop backgrounds 2 | -------------------------------------------------------------------------------- /py-weblib/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py-wurlitzer/DESCR: -------------------------------------------------------------------------------- 1 | Capture C-level stdout/stderr in Python 2 | -------------------------------------------------------------------------------- /py-xapp/DESCR: -------------------------------------------------------------------------------- 1 | Python Xapp Library. 2 | -------------------------------------------------------------------------------- /py-zelda/DESCR: -------------------------------------------------------------------------------- 1 | Classic Zelda in Python using pygame and AI 2 | -------------------------------------------------------------------------------- /py-zelda/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/py-zelda 3 | -------------------------------------------------------------------------------- /py-zeliard/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/py-zeliard 3 | -------------------------------------------------------------------------------- /py-zict/DESCR: -------------------------------------------------------------------------------- 1 | Mutable Mapping interfaces. 2 | -------------------------------------------------------------------------------- /py34-html-docs/DESCR: -------------------------------------------------------------------------------- 1 | HTML Documentation for Python 3.4 2 | -------------------------------------------------------------------------------- /py35-html-docs/DESCR: -------------------------------------------------------------------------------- 1 | HTML Documentation for Python 3.5 2 | -------------------------------------------------------------------------------- /q-dns/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/q 3 | -------------------------------------------------------------------------------- /q2pro/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /q2pro/TODO: -------------------------------------------------------------------------------- 1 | builds but not installs 2 | -------------------------------------------------------------------------------- /qbe-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/qbe 3 | -------------------------------------------------------------------------------- /qgis-mac/COMMIT_MSG: -------------------------------------------------------------------------------- 1 | geography/qgis: 2 | -------------------------------------------------------------------------------- /qico/DESCR: -------------------------------------------------------------------------------- 1 | FidoNet mailer 2 | -------------------------------------------------------------------------------- /qiew/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /qimgv/TODO: -------------------------------------------------------------------------------- 1 | Needs opencv4. 2 | -------------------------------------------------------------------------------- /qira/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /qlcplus/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /qq/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/qq 3 | -------------------------------------------------------------------------------- /qq/TODO: -------------------------------------------------------------------------------- 1 | Test. 2 | Wait for non-alpha release. 3 | -------------------------------------------------------------------------------- /qt-openzwave/PLIST: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /qt1/DESCR: -------------------------------------------------------------------------------- 1 | This is Qt 1, patched so it compiles on NetBSD. 2 | -------------------------------------------------------------------------------- /qt6-qtwebengine/DESCR: -------------------------------------------------------------------------------- 1 | Chromium-based web engine for Qt6 2 | -------------------------------------------------------------------------------- /quickfix/TODO: -------------------------------------------------------------------------------- 1 | buildlink3.mk 2 | -------------------------------------------------------------------------------- /rainbow/DESCR: -------------------------------------------------------------------------------- 1 | Short reads clustering and local assembly. 2 | -------------------------------------------------------------------------------- /rainbow/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /raw/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/game 3 | -------------------------------------------------------------------------------- /raw/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | -------------------------------------------------------------------------------- /rawgl-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | 3 | -------------------------------------------------------------------------------- /raze/hacks.mk: -------------------------------------------------------------------------------- 1 | # $NetBSD$ 2 | 3 | CXXFLAGS+= -fno-tree-dse 4 | -------------------------------------------------------------------------------- /realpath/distinfo: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /regula/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/regula 3 | -------------------------------------------------------------------------------- /resterm/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/resterm 3 | -------------------------------------------------------------------------------- /resterm/TODO: -------------------------------------------------------------------------------- 1 | Test and import. 2 | -------------------------------------------------------------------------------- /retawq/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/retawq 3 | -------------------------------------------------------------------------------- /reviewdog/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/reviewdog 3 | -------------------------------------------------------------------------------- /ricochet/TODO: -------------------------------------------------------------------------------- 1 | Test if it's working. 2 | -------------------------------------------------------------------------------- /rio/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/rio 3 | -------------------------------------------------------------------------------- /rkbin/DESCR: -------------------------------------------------------------------------------- 1 | Rockchip loader binaries. 2 | -------------------------------------------------------------------------------- /rkbin/TODO: -------------------------------------------------------------------------------- 1 | Fix license line. 2 | 3 | Make it install. 4 | -------------------------------------------------------------------------------- /rna-star/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/STAR 3 | -------------------------------------------------------------------------------- /rnp/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /rnp/TODO: -------------------------------------------------------------------------------- 1 | This needs Botan2, for which there is no package. 2 | -------------------------------------------------------------------------------- /rom64/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/rom64 3 | -------------------------------------------------------------------------------- /romblast/DESCR: -------------------------------------------------------------------------------- 1 | A ROM utility 2 | -------------------------------------------------------------------------------- /romblast/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/romblast.awk 3 | -------------------------------------------------------------------------------- /rpki-git/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rpki-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | 3 | -------------------------------------------------------------------------------- /rq/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/rq 3 | -------------------------------------------------------------------------------- /rsem/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test. 2 | -------------------------------------------------------------------------------- /rubiks/TODO: -------------------------------------------------------------------------------- 1 | clean Makefile 2 | -------------------------------------------------------------------------------- /ruby-dig_rb/DESCR: -------------------------------------------------------------------------------- 1 | Array/Hash/Struct#dig backfill for ruby 2 | -------------------------------------------------------------------------------- /ruby-gitlab/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /ruby-rbpdf-font/DESCR: -------------------------------------------------------------------------------- 1 | RBPDF font files. 2 | -------------------------------------------------------------------------------- /ruby-sdl2/DESCR: -------------------------------------------------------------------------------- 1 | This is a simple Ruby extension for SDL2. 2 | -------------------------------------------------------------------------------- /rumdl/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/rumdl 3 | -------------------------------------------------------------------------------- /runcpm/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/RunCPM 3 | -------------------------------------------------------------------------------- /rust-analyzer/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/rust-analyzer 3 | -------------------------------------------------------------------------------- /rustormy/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/rustormy 3 | -------------------------------------------------------------------------------- /s5cmd/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/s5cmd 3 | -------------------------------------------------------------------------------- /samhain/TODO: -------------------------------------------------------------------------------- 1 | http://secunia.com/advisories/34104/ 2 | -------------------------------------------------------------------------------- /scc/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/scc 3 | -------------------------------------------------------------------------------- /scheme48-sdl/DESCR: -------------------------------------------------------------------------------- 1 | scheme48 with SDL bindings 2 | -------------------------------------------------------------------------------- /scheme48-sdl/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/scheme48-sdl 3 | -------------------------------------------------------------------------------- /scmail/TODO: -------------------------------------------------------------------------------- 1 | make PLIST 2 | -------------------------------------------------------------------------------- /scythe/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/scythe 3 | -------------------------------------------------------------------------------- /scythe/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /sddm/COMMIT_MSG: -------------------------------------------------------------------------------- 1 | x11/sddm: Update to 0.21.0 2 | -------------------------------------------------------------------------------- /sdict-tools/DESCR: -------------------------------------------------------------------------------- 1 | SDict conversion tools 2 | -------------------------------------------------------------------------------- /segvcatch/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /self-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /sendmailX/files/mt: -------------------------------------------------------------------------------- 1 | localhost lmtp: 2 | -------------------------------------------------------------------------------- /seqtk/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/seqtk 3 | -------------------------------------------------------------------------------- /serendipity/DESCR: -------------------------------------------------------------------------------- 1 | Serendipity is a PHP blog engine. 2 | -------------------------------------------------------------------------------- /seturgent/DESCR: -------------------------------------------------------------------------------- 1 | Set an application urgency hint (x11) 2 | -------------------------------------------------------------------------------- /sharpF/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/sfc 3 | -------------------------------------------------------------------------------- /shellharden/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/shellharden 3 | -------------------------------------------------------------------------------- /sickle/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/sickle 3 | -------------------------------------------------------------------------------- /sickle/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /simgrid/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /simple-scan/TODO: -------------------------------------------------------------------------------- 1 | This crashes on startup with a SIGTRAP. 2 | -------------------------------------------------------------------------------- /singular/TODO: -------------------------------------------------------------------------------- 1 | not finisched !!! 2 | -------------------------------------------------------------------------------- /skinlf/TODO: -------------------------------------------------------------------------------- 1 | - do-build: target (probably) should be defined 2 | -------------------------------------------------------------------------------- /skippy-xd/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/skippy-xd 3 | -------------------------------------------------------------------------------- /slack-term/DESCR: -------------------------------------------------------------------------------- 1 | A Slack client for your terminal. 2 | -------------------------------------------------------------------------------- /slclust/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/slclust 3 | -------------------------------------------------------------------------------- /slclust/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test. 2 | -------------------------------------------------------------------------------- /smallbasic/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/sbasic 3 | -------------------------------------------------------------------------------- /smap/DESCR: -------------------------------------------------------------------------------- 1 | Smap is a SIP network scanner. 2 | -------------------------------------------------------------------------------- /smithwaterman/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /smstools/TODO: -------------------------------------------------------------------------------- 1 | Install HTML documentation. 2 | -------------------------------------------------------------------------------- /sonic-visualiser/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /spiralloops/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/SpiralLoops 3 | -------------------------------------------------------------------------------- /sq/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/sq 3 | -------------------------------------------------------------------------------- /sqlux/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/sqlux 3 | -------------------------------------------------------------------------------- /squeak3/DESCR: -------------------------------------------------------------------------------- 1 | Squeak 3 virtual machine and images 2 | -------------------------------------------------------------------------------- /squeak3/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/squeak3 3 | -------------------------------------------------------------------------------- /squirrel/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/sq 3 | -------------------------------------------------------------------------------- /ssh_ping/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/ssh_ping 3 | -------------------------------------------------------------------------------- /ssiv-git/DESCR: -------------------------------------------------------------------------------- 1 | Simple SDL Image Viewer 2 | -------------------------------------------------------------------------------- /stonx/DESCR: -------------------------------------------------------------------------------- 1 | Atari ST Emulator. 2 | -------------------------------------------------------------------------------- /stringtie/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/stringtie 3 | -------------------------------------------------------------------------------- /subsync/TODO: -------------------------------------------------------------------------------- 1 | Needs tensorflow package. 2 | -------------------------------------------------------------------------------- /sulley/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | 3 | -------------------------------------------------------------------------------- /superhtml/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/superhtml 3 | -------------------------------------------------------------------------------- /superhtml/TODO: -------------------------------------------------------------------------------- 1 | - downloads lots of stuff during build 2 | -------------------------------------------------------------------------------- /surf-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | 3 | -------------------------------------------------------------------------------- /suwidgets/DESCR: -------------------------------------------------------------------------------- 1 | Qt5 Widget collection for ham/sigdigger. 2 | -------------------------------------------------------------------------------- /svkbd/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/svkbd-en 3 | -------------------------------------------------------------------------------- /tabixpp/DESCR: -------------------------------------------------------------------------------- 1 | C++ wrapper to tabix indexer. 2 | -------------------------------------------------------------------------------- /tangled-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/knot 3 | -------------------------------------------------------------------------------- /tcmplex-panteltje/TODO: -------------------------------------------------------------------------------- 1 | Complete 2 | -------------------------------------------------------------------------------- /tdlib-purple/DESCR: -------------------------------------------------------------------------------- 1 | Libpurple plugin for Telegram. 2 | -------------------------------------------------------------------------------- /telegram-cli/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/telegram-cli 3 | -------------------------------------------------------------------------------- /telegram-desktop/PLIST: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /terraform-ls/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/terraform-ls 3 | -------------------------------------------------------------------------------- /terrascan/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/terrascan 3 | -------------------------------------------------------------------------------- /tex-fancyref-doc/DESCR: -------------------------------------------------------------------------------- 1 | Documentation for tex-fancyref. 2 | -------------------------------------------------------------------------------- /tex-functional-doc/DESCR: -------------------------------------------------------------------------------- 1 | Documentation for tex-functional. 2 | -------------------------------------------------------------------------------- /tex-tabularray-doc/DESCR: -------------------------------------------------------------------------------- 1 | Documentation for tex-tabularray. 2 | -------------------------------------------------------------------------------- /tex-texlive-ja-doc/DESCR: -------------------------------------------------------------------------------- 1 | Documentation for tex-texlive-ja. 2 | -------------------------------------------------------------------------------- /tex-uptex-doc/DESCR: -------------------------------------------------------------------------------- 1 | Documentation for tex-uptex. 2 | -------------------------------------------------------------------------------- /tflint/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/tflint 3 | -------------------------------------------------------------------------------- /tfschema/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/tfschema 3 | -------------------------------------------------------------------------------- /tg_owt-git/TODO: -------------------------------------------------------------------------------- 1 | * add OSS support 2 | -------------------------------------------------------------------------------- /thawab/DESCR: -------------------------------------------------------------------------------- 1 | Thawab Arabic/Islamic encyclopedia system 2 | -------------------------------------------------------------------------------- /tintin++/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/tt++ 3 | -------------------------------------------------------------------------------- /tinygo/DESCR: -------------------------------------------------------------------------------- 1 | Go compiler and runtime for microcontrollers. 2 | -------------------------------------------------------------------------------- /tmux-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | 3 | -------------------------------------------------------------------------------- /tmva/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tofu-ls/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/tofu-ls 3 | -------------------------------------------------------------------------------- /torque2d/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /torque2d/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /torque3d/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /torque3d/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /torrentzip/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/torrentzip 3 | -------------------------------------------------------------------------------- /toxic-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | -------------------------------------------------------------------------------- /tpdne-dl/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/TPDNE-dl 3 | -------------------------------------------------------------------------------- /tracy/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/tracy 3 | -------------------------------------------------------------------------------- /transient/DESCR: -------------------------------------------------------------------------------- 1 | magit companion 2 | -------------------------------------------------------------------------------- /tree-sitter-vim/DESCR: -------------------------------------------------------------------------------- 1 | vimscript grammar for tree-sitter 2 | -------------------------------------------------------------------------------- /tree-sitter-vimdoc/DESCR: -------------------------------------------------------------------------------- 1 | vimdoc grammar for tree-sitter 2 | -------------------------------------------------------------------------------- /trimadap/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/trimadap-mt 3 | -------------------------------------------------------------------------------- /tudu/PLIST: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /twemproxy/TODO: -------------------------------------------------------------------------------- 1 | -init script 2 | -sensible conf file 3 | -------------------------------------------------------------------------------- /typhoon/DESCR: -------------------------------------------------------------------------------- 1 | Typhoon is a database management system 2 | -------------------------------------------------------------------------------- /uade/TODO: -------------------------------------------------------------------------------- 1 | Test audacious option. 2 | -------------------------------------------------------------------------------- /uchime/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/uchime 3 | -------------------------------------------------------------------------------- /umoci/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/umoci 3 | -------------------------------------------------------------------------------- /unrealtournament-server/files/ASU/umodasu/rc.umod: -------------------------------------------------------------------------------- 1 | force=1 2 | -------------------------------------------------------------------------------- /unrest/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/unrest 3 | -------------------------------------------------------------------------------- /up/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/up 3 | -------------------------------------------------------------------------------- /up/TODO: -------------------------------------------------------------------------------- 1 | Test and import. 2 | -------------------------------------------------------------------------------- /v8-316/DESCR: -------------------------------------------------------------------------------- 1 | Google's open source JavaScript engine. 2 | -------------------------------------------------------------------------------- /v8/DESCR: -------------------------------------------------------------------------------- 1 | Google's open source JavaScript engine. 2 | -------------------------------------------------------------------------------- /vacuum/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/vacuum 3 | -------------------------------------------------------------------------------- /vault/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/vault 3 | -------------------------------------------------------------------------------- /vcg/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /vcglib/TODO: -------------------------------------------------------------------------------- 1 | Clean up and test 2 | -------------------------------------------------------------------------------- /vector/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/vector 3 | -------------------------------------------------------------------------------- /velero/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/velero 3 | -------------------------------------------------------------------------------- /venom/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/venom 3 | -------------------------------------------------------------------------------- /victorialogs/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/victoria-logs 3 | -------------------------------------------------------------------------------- /virtualbox-svn/PLIST: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /virtualbox-svn/TODO: -------------------------------------------------------------------------------- 1 | Add vmm support in the NetBSD kernel. 2 | -------------------------------------------------------------------------------- /virtualbox/PLIST: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vmsbackup/DESCR: -------------------------------------------------------------------------------- 1 | This program will read a VMS backup tape. 2 | -------------------------------------------------------------------------------- /vmware-sercons/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/sercons 3 | -------------------------------------------------------------------------------- /vulkan-loader/DESCR: -------------------------------------------------------------------------------- 1 | Loader for Vulkan graphics api. 2 | -------------------------------------------------------------------------------- /wadgadget/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/wadgadget 3 | -------------------------------------------------------------------------------- /watchman/TODO: -------------------------------------------------------------------------------- 1 | WIP update for sysutils/watchman. Incomplete. 2 | -------------------------------------------------------------------------------- /webdump-git/DESCR: -------------------------------------------------------------------------------- 1 | Text-based HTML dump. 2 | -------------------------------------------------------------------------------- /webhookd/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/webhookd 3 | -------------------------------------------------------------------------------- /wendzelnntpd/TODO: -------------------------------------------------------------------------------- 1 | Not ready for import. 2 | Needs testing. 3 | -------------------------------------------------------------------------------- /wgrib2/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/wgrib2 3 | -------------------------------------------------------------------------------- /will-it-scale-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /wise3/DESCR: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /wise3/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/porewise 3 | -------------------------------------------------------------------------------- /with-editor/DESCR: -------------------------------------------------------------------------------- 1 | magit companion 2 | -------------------------------------------------------------------------------- /wjelement/DESCR: -------------------------------------------------------------------------------- 1 | Advanced, flexible JSON manipulation in C 2 | -------------------------------------------------------------------------------- /wordle/DESCR: -------------------------------------------------------------------------------- 1 | A version of the wordle game. 2 | -------------------------------------------------------------------------------- /wordle/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/wordle 3 | -------------------------------------------------------------------------------- /wtfutil/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/wtfutil 3 | -------------------------------------------------------------------------------- /wyeb-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | 3 | -------------------------------------------------------------------------------- /xapps/DESCR: -------------------------------------------------------------------------------- 1 | Common library for X-Apps project. 2 | -------------------------------------------------------------------------------- /xbps/DESCR: -------------------------------------------------------------------------------- 1 | The X Binary Package System. 2 | -------------------------------------------------------------------------------- /xcb-util-xrm-git/distinfo: -------------------------------------------------------------------------------- 1 | $NetBSD$ 2 | -------------------------------------------------------------------------------- /xchat2-tcl/TODO: -------------------------------------------------------------------------------- 1 | switch to hexchat 2 | -------------------------------------------------------------------------------- /xdg-desktop-portal/TODO: -------------------------------------------------------------------------------- 1 | Needs pipewire package. 2 | -------------------------------------------------------------------------------- /xdg/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/xdg 3 | -------------------------------------------------------------------------------- /xfce4-wm-dfbsd/DESCR: -------------------------------------------------------------------------------- 1 | Window manager for Xfce. 2 | -------------------------------------------------------------------------------- /xlossage-git/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/xlossage 3 | -------------------------------------------------------------------------------- /xmail/TODO: -------------------------------------------------------------------------------- 1 | create rc.d scripts 2 | -------------------------------------------------------------------------------- /xmoto/TODO: -------------------------------------------------------------------------------- 1 | Finished I guess? 2 | -------------------------------------------------------------------------------- /xoo/DESCR: -------------------------------------------------------------------------------- 1 | Graphical wrapper around Xnest/Xephyr 2 | -------------------------------------------------------------------------------- /xorgxrdp/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | -------------------------------------------------------------------------------- /xplore/TODO: -------------------------------------------------------------------------------- 1 | - Fix the warnings generated by imake 2 | -------------------------------------------------------------------------------- /xpp/COMMIT_MSG: -------------------------------------------------------------------------------- 1 | print/xpp: Patch to work with FLTK 1.4. 2 | -------------------------------------------------------------------------------- /xpp/README: -------------------------------------------------------------------------------- 1 | Test whether FLTK 1.4 is supported. 2 | -------------------------------------------------------------------------------- /xtitle/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/xtitle 3 | -------------------------------------------------------------------------------- /xwallpaper/TODO: -------------------------------------------------------------------------------- 1 | Test with libjpeg-turbo, see options.mk 2 | -------------------------------------------------------------------------------- /yaegi/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/yaegi 3 | -------------------------------------------------------------------------------- /yafray/DESCR: -------------------------------------------------------------------------------- 1 | This is an advanced raytracer that uses XML. 2 | -------------------------------------------------------------------------------- /yaggo/DESCR: -------------------------------------------------------------------------------- 1 | Generate command line parser using getopt_long. 2 | -------------------------------------------------------------------------------- /yamlfmt/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/yamlfmt 3 | -------------------------------------------------------------------------------- /zbackup/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/zbackup 3 | -------------------------------------------------------------------------------- /zdbsp/DESCR: -------------------------------------------------------------------------------- 1 | ZDBSP is ZDoom's internal node builder. 2 | -------------------------------------------------------------------------------- /zdbsp/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/zdbsp 3 | -------------------------------------------------------------------------------- /zdbsp/README: -------------------------------------------------------------------------------- 1 | Unmaintained, use games/ajbsp. 2 | -------------------------------------------------------------------------------- /zellij/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/zellij 3 | -------------------------------------------------------------------------------- /zk/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/zk 3 | -------------------------------------------------------------------------------- /zrepl/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/zrepl 3 | -------------------------------------------------------------------------------- /zuse/PLIST: -------------------------------------------------------------------------------- 1 | @comment $NetBSD$ 2 | bin/zuse 3 | -------------------------------------------------------------------------------- /zuse/TODO: -------------------------------------------------------------------------------- 1 | Very beta, doesn't even remember settings. 2 | --------------------------------------------------------------------------------