Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Mar 2026 19:25:14 +0000
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 04b7169b76dd - main - cad/kicad: update KiCad and libraries to 10.0.0
Message-ID:  <69bd9f1a.41f87.5b06a0b2@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by cmt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=04b7169b76dde7540b07ba13089bf3f7608e6581

commit 04b7169b76dde7540b07ba13089bf3f7608e6581
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2026-03-20 19:24:32 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2026-03-20 19:24:32 +0000

    cad/kicad: update KiCad and libraries to 10.0.0
    
    Announcement:
      https://www.kicad.org/blog/2026/03/Version-10.0.0-Released/
---
 cad/kicad-doc/Makefile                             |   14 +-
 cad/kicad-doc/distinfo                             |    6 +-
 cad/kicad-doc/pkg-plist                            |  134 -
 cad/kicad-library-footprints/Makefile              |    2 +-
 cad/kicad-library-footprints/distinfo              |    6 +-
 cad/kicad-library-footprints/pkg-plist             |   81 +-
 cad/kicad-library-packages3d/Makefile              |    2 +-
 cad/kicad-library-packages3d/distinfo              |    6 +-
 cad/kicad-library-packages3d/pkg-plist             | 6839 +-------------------
 cad/kicad-library-symbols/Makefile                 |    2 +-
 cad/kicad-library-symbols/distinfo                 |    6 +-
 cad/kicad-library-symbols/pkg-plist                |    5 +-
 cad/kicad-library-templates/Makefile               |    2 +-
 cad/kicad-library-templates/distinfo               |    6 +-
 cad/kicad/Makefile                                 |    9 +-
 cad/kicad/distinfo                                 |    6 +-
 ...hema_sch__io_easyedapro_sch__io__easyedapro.cpp |   37 -
 .../files/patch-thirdparty_glew_CMakeLists.txt     |   10 -
 ...atch-thirdparty_thread-pool_bs__thread_pool.hpp |   18 +
 cad/kicad/pkg-plist                                |  264 +-
 20 files changed, 288 insertions(+), 7167 deletions(-)

diff --git a/cad/kicad-doc/Makefile b/cad/kicad-doc/Makefile
index f86e6e9eabbd..0d492e0516f4 100644
--- a/cad/kicad-doc/Makefile
+++ b/cad/kicad-doc/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	kicad
-DISTVERSION=	9.0.8
+DISTVERSION=	10.0.0
 CATEGORIES=	cad
 PKGNAMESUFFIX=	-doc
 
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.adoc
 BUILD_DEPENDS=	ja-font-vlgothic>0:japanese/font-vlgothic \
 		asciidoc:textproc/asciidoc \
 		tex-xetex>0:print/tex-xetex \
-		fop:textproc/fop \
+		asciidoctor-pdf:textproc/rubygem-asciidoctor-pdf \
 		po4a:textproc/po4a \
 		source-highlight:textproc/source-highlight \
 		freefont-ttf>0:x11-fonts/freefont-ttf
@@ -22,6 +22,10 @@ RUN_DEPENDS=	kicad:cad/kicad
 
 USES=		cmake gettext-tools
 
+# dependency ordering problems, and also msgmerge already uses
+# internal threading
+MAKE_JOBS_UNSAFE=	yes
+
 USE_GITLAB=	yes
 GL_ACCOUNT=	kicad/services
 GL_PROJECT=	kicad-doc
@@ -30,10 +34,12 @@ CONFLICTS=	kicad-devel-r2*
 
 NO_ARCH=	yes
 
+# MAKE_ENV+=	LC_CTYPE="en_US.UTF-8" LANG="en_US.UTF-8"
+# the PDF build only works with asciidoctor-web-pdf, which is not easy to port
 CMAKE_ARGS=	-DLOCALBASE="${LOCALBASE}" \
-		-DLANGUAGES="ca;de;en;es;fr;id;it;ja;nl;pl" \
 		-DADOC_TOOLCHAIN=ASCIIDOC \
-		-DPDF_GENERATOR=FOP
+		-DLANGUAGES="ca;de;en;es;fr;id;it;ja;nl;pl;ru;zh" \
+		-DBUILD_FORMATS=html
 INSTALL_TARGET=	install
 
 .include <bsd.port.mk>
diff --git a/cad/kicad-doc/distinfo b/cad/kicad-doc/distinfo
index 68fdc553bf84..e91bdee5b874 100644
--- a/cad/kicad-doc/distinfo
+++ b/cad/kicad-doc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1773579913
-SHA256 (kicad-doc-9.0.8.tar.bz2) = dc23954cce551d87022b162475d943a321b4d4d2901e794244e2b5f3310d411e
-SIZE (kicad-doc-9.0.8.tar.bz2) = 96665772
+TIMESTAMP = 1774029366
+SHA256 (kicad-doc-10.0.0.tar.bz2) = d5e2635bc00a6c684a2931f615419cbfd2807ad1fb8e6148252db18402981c4c
+SIZE (kicad-doc-10.0.0.tar.bz2) = 101982291
diff --git a/cad/kicad-doc/pkg-plist b/cad/kicad-doc/pkg-plist
index 7d75590c4e94..2cd773d10cb3 100644
--- a/cad/kicad-doc/pkg-plist
+++ b/cad/kicad-doc/pkg-plist
@@ -1,5 +1,4 @@
 %%DOCSDIR%%/help/ca/getting_started_in_kicad.html
-%%DOCSDIR%%/help/ca/getting_started_in_kicad.pdf
 %%DOCSDIR%%/help/ca/images/ca/configure_path_dlg.png
 %%DOCSDIR%%/help/ca/images/ca/main_window.png
 %%DOCSDIR%%/help/ca/images/ca/menu_file.png
@@ -14,13 +13,9 @@
 %%DOCSDIR%%/help/ca/images/main_toolbar.png
 %%DOCSDIR%%/help/ca/images/project_tree.png
 %%DOCSDIR%%/help/ca/kicad.html
-%%DOCSDIR%%/help/ca/kicad.pdf
 %%DOCSDIR%%/help/de/eeschema.html
-%%DOCSDIR%%/help/de/eeschema.pdf
 %%DOCSDIR%%/help/de/gerbview.html
-%%DOCSDIR%%/help/de/gerbview.pdf
 %%DOCSDIR%%/help/de/getting_started_in_kicad.html
-%%DOCSDIR%%/help/de/getting_started_in_kicad.pdf
 %%DOCSDIR%%/help/de/images/Footprint_library_list.png
 %%DOCSDIR%%/help/de/images/Footprint_tables_list.png
 %%DOCSDIR%%/help/de/images/Library_list_menu_item.png
@@ -228,7 +223,6 @@
 %%DOCSDIR%%/help/de/images/de/eeschema_libedit_new.png
 %%DOCSDIR%%/help/de/images/de/eeschema_libedit_not_interchangeable.png
 %%DOCSDIR%%/help/de/images/de/eeschema_libedit_pin_properties.png
-%%DOCSDIR%%/help/de/images/de/eeschema_libedit_pin_properties_style.png
 %%DOCSDIR%%/help/de/images/de/eeschema_libedit_polyline_properties.png
 %%DOCSDIR%%/help/de/images/de/eeschema_libedit_power_symbol.png
 %%DOCSDIR%%/help/de/images/de/eeschema_libedit_select_unit.png
@@ -268,16 +262,7 @@
 %%DOCSDIR%%/help/de/images/de/fplib_wizard_validate.png
 %%DOCSDIR%%/help/de/images/de/gerbview_file_menu.png
 %%DOCSDIR%%/help/de/images/de/gerbview_layer_manager.png
-%%DOCSDIR%%/help/de/images/de/gerbview_layer_select_1.png
-%%DOCSDIR%%/help/de/images/de/gerbview_layer_select_2.png
-%%DOCSDIR%%/help/de/images/de/gerbview_left_toolbar.png
 %%DOCSDIR%%/help/de/images/de/gerbview_main_screen.png
-%%DOCSDIR%%/help/de/images/de/gerbview_misc_menu.png
-%%DOCSDIR%%/help/de/images/de/gerbview_preferences_menu.png
-%%DOCSDIR%%/help/de/images/de/gerbview_top_dcode.png
-%%DOCSDIR%%/help/de/images/de/gerbview_top_info.png
-%%DOCSDIR%%/help/de/images/de/gerbview_top_layer.png
-%%DOCSDIR%%/help/de/images/de/gerbview_top_toolbar.png
 %%DOCSDIR%%/help/de/images/de/hierarchy_navigator_dialog.png
 %%DOCSDIR%%/help/de/images/de/hsheet_properties_1.png
 %%DOCSDIR%%/help/de/images/de/idf_export.png
@@ -321,16 +306,10 @@
 %%DOCSDIR%%/help/de/images/de/toolbar_libedit_part.png
 %%DOCSDIR%%/help/de/images/de/toolbar_viewlib.png
 %%DOCSDIR%%/help/de/images/edit_line.png
-%%DOCSDIR%%/help/de/images/eeschema_complex_hierarchy.png
 %%DOCSDIR%%/help/de/images/eeschema_erc_options.png
-%%DOCSDIR%%/help/de/images/eeschema_flat_hierarchy.png
 %%DOCSDIR%%/help/de/images/eeschema_hierarchical_label.png
-%%DOCSDIR%%/help/de/images/eeschema_libedit_unit1.png
-%%DOCSDIR%%/help/de/images/eeschema_libedit_unit2.png
-%%DOCSDIR%%/help/de/images/eeschema_libedit_unit3.png
 %%DOCSDIR%%/help/de/images/eeschema_netlist_schematic.png
 %%DOCSDIR%%/help/de/images/eeschema_power_pins_and_flags.png
-%%DOCSDIR%%/help/de/images/eeschema_properties_for_symbol.png
 %%DOCSDIR%%/help/de/images/eeschema_pspice_netlist.png
 %%DOCSDIR%%/help/de/images/gerbview_mode_raw_stack.png
 %%DOCSDIR%%/help/de/images/gerbview_mode_transparency.png
@@ -476,7 +455,6 @@
 %%DOCSDIR%%/help/de/images/icons/lib_previous.png
 %%DOCSDIR%%/help/de/images/icons/libedit.png
 %%DOCSDIR%%/help/de/images/icons/library.png
-%%DOCSDIR%%/help/de/images/icons/lines90.png
 %%DOCSDIR%%/help/de/images/icons/load_module_board.png
 %%DOCSDIR%%/help/de/images/icons/load_module_lib.png
 %%DOCSDIR%%/help/de/images/icons/local_ratsnest.png
@@ -622,17 +600,11 @@
 %%DOCSDIR%%/help/de/images/toolbar_schedit_rightside.png
 %%DOCSDIR%%/help/de/images/wires_labels.png
 %%DOCSDIR%%/help/de/kicad.html
-%%DOCSDIR%%/help/de/kicad.pdf
 %%DOCSDIR%%/help/de/pcbnew.html
-%%DOCSDIR%%/help/de/pcbnew.pdf
 %%DOCSDIR%%/help/de/pl_editor.html
-%%DOCSDIR%%/help/de/pl_editor.pdf
 %%DOCSDIR%%/help/en/eeschema.html
-%%DOCSDIR%%/help/en/eeschema.pdf
 %%DOCSDIR%%/help/en/gerbview.html
-%%DOCSDIR%%/help/en/gerbview.pdf
 %%DOCSDIR%%/help/en/getting_started_in_kicad.html
-%%DOCSDIR%%/help/en/getting_started_in_kicad.pdf
 %%DOCSDIR%%/help/en/images/Calculation1.png
 %%DOCSDIR%%/help/en/images/Calculation2.png
 %%DOCSDIR%%/help/en/images/Footprint_library_list.png
@@ -810,23 +782,14 @@
 %%DOCSDIR%%/help/en/images/copypaste52.png
 %%DOCSDIR%%/help/en/images/copypaste53.png
 %%DOCSDIR%%/help/en/images/edit_line.png
-%%DOCSDIR%%/help/en/images/eeschema_complex_hierarchy.png
 %%DOCSDIR%%/help/en/images/eeschema_erc_options.png
-%%DOCSDIR%%/help/en/images/eeschema_flat_hierarchy.png
 %%DOCSDIR%%/help/en/images/eeschema_hierarchical_label.png
 %%DOCSDIR%%/help/en/images/eeschema_hierarchical_pin.png
 %%DOCSDIR%%/help/en/images/eeschema_libedit_alias.png
 %%DOCSDIR%%/help/en/images/eeschema_libedit_anchor.png
-%%DOCSDIR%%/help/en/images/eeschema_libedit_footprint.png
-%%DOCSDIR%%/help/en/images/eeschema_libedit_new.png
-%%DOCSDIR%%/help/en/images/eeschema_libedit_not_interchangeable.png
 %%DOCSDIR%%/help/en/images/eeschema_libedit_pin_properties.png
-%%DOCSDIR%%/help/en/images/eeschema_libedit_pin_properties_style.png
 %%DOCSDIR%%/help/en/images/eeschema_libedit_polyline_properties.png
 %%DOCSDIR%%/help/en/images/eeschema_libedit_power_symbol.png
-%%DOCSDIR%%/help/en/images/eeschema_libedit_unit1.png
-%%DOCSDIR%%/help/en/images/eeschema_libedit_unit2.png
-%%DOCSDIR%%/help/en/images/eeschema_libedit_unit3.png
 %%DOCSDIR%%/help/en/images/eeschema_netlist_dialog_add_plugin.png
 %%DOCSDIR%%/help/en/images/eeschema_netlist_dialog_spice.png
 %%DOCSDIR%%/help/en/images/eeschema_netlist_schematic.png
@@ -834,7 +797,6 @@
 %%DOCSDIR%%/help/en/images/eeschema_popup_edit_label.png
 %%DOCSDIR%%/help/en/images/eeschema_popup_without_element.png
 %%DOCSDIR%%/help/en/images/eeschema_power_pins_and_flags.png
-%%DOCSDIR%%/help/en/images/eeschema_properties_for_symbol.png
 %%DOCSDIR%%/help/en/images/eeschema_pspice_netlist.png
 %%DOCSDIR%%/help/en/images/eeschema_uncheck_pin_name_inside.png
 %%DOCSDIR%%/help/en/images/en/3d_window.png
@@ -842,7 +804,6 @@
 %%DOCSDIR%%/help/en/images/en/annotate-dialog.png
 %%DOCSDIR%%/help/en/images/en/boardclasses.png
 %%DOCSDIR%%/help/en/images/en/colorcode.png
-%%DOCSDIR%%/help/en/images/en/commands_overview.png
 %%DOCSDIR%%/help/en/images/en/cvpcb_footprint_docfile.png
 %%DOCSDIR%%/help/en/images/en/cvpcb_main_window.png
 %%DOCSDIR%%/help/en/images/en/default_hot_key_list.png
@@ -875,7 +836,6 @@
 %%DOCSDIR%%/help/en/images/en/options_default_fields.png
 %%DOCSDIR%%/help/en/images/en/options_display.png
 %%DOCSDIR%%/help/en/images/en/options_editing.png
-%%DOCSDIR%%/help/en/images/en/options_symbol_lib.png
 %%DOCSDIR%%/help/en/images/en/page_property_1.png
 %%DOCSDIR%%/help/en/images/en/page_property_2.png
 %%DOCSDIR%%/help/en/images/en/page_settings.png
@@ -1048,7 +1008,6 @@
 %%DOCSDIR%%/help/en/images/icons/lib_previous.png
 %%DOCSDIR%%/help/en/images/icons/libedit.png
 %%DOCSDIR%%/help/en/images/icons/library.png
-%%DOCSDIR%%/help/en/images/icons/lines90.png
 %%DOCSDIR%%/help/en/images/icons/load_module_board.png
 %%DOCSDIR%%/help/en/images/icons/load_module_lib.png
 %%DOCSDIR%%/help/en/images/icons/local_ratsnest.png
@@ -1182,7 +1141,6 @@
 %%DOCSDIR%%/help/en/images/idf_export.png
 %%DOCSDIR%%/help/en/images/idf_select.png
 %%DOCSDIR%%/help/en/images/launch_pane.png
-%%DOCSDIR%%/help/en/images/libedit_main_window.png
 %%DOCSDIR%%/help/en/images/logo.png
 %%DOCSDIR%%/help/en/images/main_toolbar.png
 %%DOCSDIR%%/help/en/images/main_window.png
@@ -1204,19 +1162,12 @@
 %%DOCSDIR%%/help/en/images/toolbar_schedit_rightside.png
 %%DOCSDIR%%/help/en/images/wires_labels.png
 %%DOCSDIR%%/help/en/kicad.html
-%%DOCSDIR%%/help/en/kicad.pdf
 %%DOCSDIR%%/help/en/pcb_calculator.html
-%%DOCSDIR%%/help/en/pcb_calculator.pdf
 %%DOCSDIR%%/help/en/pcbnew.html
-%%DOCSDIR%%/help/en/pcbnew.pdf
 %%DOCSDIR%%/help/en/pl_editor.html
-%%DOCSDIR%%/help/en/pl_editor.pdf
 %%DOCSDIR%%/help/es/eeschema.html
-%%DOCSDIR%%/help/es/eeschema.pdf
 %%DOCSDIR%%/help/es/gerbview.html
-%%DOCSDIR%%/help/es/gerbview.pdf
 %%DOCSDIR%%/help/es/getting_started_in_kicad.html
-%%DOCSDIR%%/help/es/getting_started_in_kicad.pdf
 %%DOCSDIR%%/help/es/images/Footprint_library_list.png
 %%DOCSDIR%%/help/es/images/Footprint_tables_list.png
 %%DOCSDIR%%/help/es/images/Library_list_menu_item.png
@@ -1392,23 +1343,14 @@
 %%DOCSDIR%%/help/es/images/copypaste52.png
 %%DOCSDIR%%/help/es/images/copypaste53.png
 %%DOCSDIR%%/help/es/images/edit_line.png
-%%DOCSDIR%%/help/es/images/eeschema_complex_hierarchy.png
 %%DOCSDIR%%/help/es/images/eeschema_erc_options.png
-%%DOCSDIR%%/help/es/images/eeschema_flat_hierarchy.png
 %%DOCSDIR%%/help/es/images/eeschema_hierarchical_label.png
 %%DOCSDIR%%/help/es/images/eeschema_hierarchical_pin.png
 %%DOCSDIR%%/help/es/images/eeschema_libedit_alias.png
 %%DOCSDIR%%/help/es/images/eeschema_libedit_anchor.png
-%%DOCSDIR%%/help/es/images/eeschema_libedit_footprint.png
-%%DOCSDIR%%/help/es/images/eeschema_libedit_new.png
-%%DOCSDIR%%/help/es/images/eeschema_libedit_not_interchangeable.png
 %%DOCSDIR%%/help/es/images/eeschema_libedit_pin_properties.png
-%%DOCSDIR%%/help/es/images/eeschema_libedit_pin_properties_style.png
 %%DOCSDIR%%/help/es/images/eeschema_libedit_polyline_properties.png
 %%DOCSDIR%%/help/es/images/eeschema_libedit_power_symbol.png
-%%DOCSDIR%%/help/es/images/eeschema_libedit_unit1.png
-%%DOCSDIR%%/help/es/images/eeschema_libedit_unit2.png
-%%DOCSDIR%%/help/es/images/eeschema_libedit_unit3.png
 %%DOCSDIR%%/help/es/images/eeschema_netlist_dialog_add_plugin.png
 %%DOCSDIR%%/help/es/images/eeschema_netlist_dialog_spice.png
 %%DOCSDIR%%/help/es/images/eeschema_netlist_schematic.png
@@ -1416,7 +1358,6 @@
 %%DOCSDIR%%/help/es/images/eeschema_popup_edit_label.png
 %%DOCSDIR%%/help/es/images/eeschema_popup_without_element.png
 %%DOCSDIR%%/help/es/images/eeschema_power_pins_and_flags.png
-%%DOCSDIR%%/help/es/images/eeschema_properties_for_symbol.png
 %%DOCSDIR%%/help/es/images/eeschema_pspice_netlist.png
 %%DOCSDIR%%/help/es/images/eeschema_uncheck_pin_name_inside.png
 %%DOCSDIR%%/help/es/images/erc_pointers.png
@@ -1574,7 +1515,6 @@
 %%DOCSDIR%%/help/es/images/icons/lib_previous.png
 %%DOCSDIR%%/help/es/images/icons/libedit.png
 %%DOCSDIR%%/help/es/images/icons/library.png
-%%DOCSDIR%%/help/es/images/icons/lines90.png
 %%DOCSDIR%%/help/es/images/icons/load_module_board.png
 %%DOCSDIR%%/help/es/images/icons/load_module_lib.png
 %%DOCSDIR%%/help/es/images/icons/local_ratsnest.png
@@ -1706,7 +1646,6 @@
 %%DOCSDIR%%/help/es/images/icons/zoom_redraw.png
 %%DOCSDIR%%/help/es/images/icons/zoom_selection.png
 %%DOCSDIR%%/help/es/images/launch_pane.png
-%%DOCSDIR%%/help/es/images/libedit_main_window.png
 %%DOCSDIR%%/help/es/images/logo.png
 %%DOCSDIR%%/help/es/images/main_toolbar.png
 %%DOCSDIR%%/help/es/images/main_window.png
@@ -1728,15 +1667,10 @@
 %%DOCSDIR%%/help/es/images/toolbar_schedit_rightside.png
 %%DOCSDIR%%/help/es/images/wires_labels.png
 %%DOCSDIR%%/help/es/kicad.html
-%%DOCSDIR%%/help/es/kicad.pdf
 %%DOCSDIR%%/help/es/pcbnew.html
-%%DOCSDIR%%/help/es/pcbnew.pdf
 %%DOCSDIR%%/help/es/pl_editor.html
-%%DOCSDIR%%/help/es/pl_editor.pdf
 %%DOCSDIR%%/help/fr/eeschema.html
-%%DOCSDIR%%/help/fr/eeschema.pdf
 %%DOCSDIR%%/help/fr/getting_started_in_kicad.html
-%%DOCSDIR%%/help/fr/getting_started_in_kicad.pdf
 %%DOCSDIR%%/help/fr/images/Footprint_library_list.png
 %%DOCSDIR%%/help/fr/images/Footprint_tables_list.png
 %%DOCSDIR%%/help/fr/images/Library_list_menu_item.png
@@ -1911,23 +1845,14 @@
 %%DOCSDIR%%/help/fr/images/copypaste52.png
 %%DOCSDIR%%/help/fr/images/copypaste53.png
 %%DOCSDIR%%/help/fr/images/edit_line.png
-%%DOCSDIR%%/help/fr/images/eeschema_complex_hierarchy.png
 %%DOCSDIR%%/help/fr/images/eeschema_erc_options.png
-%%DOCSDIR%%/help/fr/images/eeschema_flat_hierarchy.png
 %%DOCSDIR%%/help/fr/images/eeschema_hierarchical_label.png
 %%DOCSDIR%%/help/fr/images/eeschema_hierarchical_pin.png
 %%DOCSDIR%%/help/fr/images/eeschema_libedit_alias.png
 %%DOCSDIR%%/help/fr/images/eeschema_libedit_anchor.png
-%%DOCSDIR%%/help/fr/images/eeschema_libedit_footprint.png
-%%DOCSDIR%%/help/fr/images/eeschema_libedit_new.png
-%%DOCSDIR%%/help/fr/images/eeschema_libedit_not_interchangeable.png
 %%DOCSDIR%%/help/fr/images/eeschema_libedit_pin_properties.png
-%%DOCSDIR%%/help/fr/images/eeschema_libedit_pin_properties_style.png
 %%DOCSDIR%%/help/fr/images/eeschema_libedit_polyline_properties.png
 %%DOCSDIR%%/help/fr/images/eeschema_libedit_power_symbol.png
-%%DOCSDIR%%/help/fr/images/eeschema_libedit_unit1.png
-%%DOCSDIR%%/help/fr/images/eeschema_libedit_unit2.png
-%%DOCSDIR%%/help/fr/images/eeschema_libedit_unit3.png
 %%DOCSDIR%%/help/fr/images/eeschema_netlist_dialog_add_plugin.png
 %%DOCSDIR%%/help/fr/images/eeschema_netlist_dialog_spice.png
 %%DOCSDIR%%/help/fr/images/eeschema_netlist_schematic.png
@@ -1935,7 +1860,6 @@
 %%DOCSDIR%%/help/fr/images/eeschema_popup_edit_label.png
 %%DOCSDIR%%/help/fr/images/eeschema_popup_without_element.png
 %%DOCSDIR%%/help/fr/images/eeschema_power_pins_and_flags.png
-%%DOCSDIR%%/help/fr/images/eeschema_properties_for_symbol.png
 %%DOCSDIR%%/help/fr/images/eeschema_pspice_netlist.png
 %%DOCSDIR%%/help/fr/images/eeschema_uncheck_pin_name_inside.png
 %%DOCSDIR%%/help/fr/images/erc_pointers.png
@@ -2116,7 +2040,6 @@
 %%DOCSDIR%%/help/fr/images/icons/lib_previous.png
 %%DOCSDIR%%/help/fr/images/icons/libedit.png
 %%DOCSDIR%%/help/fr/images/icons/library.png
-%%DOCSDIR%%/help/fr/images/icons/lines90.png
 %%DOCSDIR%%/help/fr/images/icons/load_module_board.png
 %%DOCSDIR%%/help/fr/images/icons/load_module_lib.png
 %%DOCSDIR%%/help/fr/images/icons/local_ratsnest.png
@@ -2265,15 +2188,10 @@
 %%DOCSDIR%%/help/fr/images/toolbar_schedit_rightside.png
 %%DOCSDIR%%/help/fr/images/wires_labels.png
 %%DOCSDIR%%/help/fr/kicad.html
-%%DOCSDIR%%/help/fr/kicad.pdf
 %%DOCSDIR%%/help/fr/pcbnew.html
-%%DOCSDIR%%/help/fr/pcbnew.pdf
 %%DOCSDIR%%/help/fr/pl_editor.html
-%%DOCSDIR%%/help/fr/pl_editor.pdf
 %%DOCSDIR%%/help/id/eeschema.html
-%%DOCSDIR%%/help/id/eeschema.pdf
 %%DOCSDIR%%/help/id/getting_started_in_kicad.html
-%%DOCSDIR%%/help/id/getting_started_in_kicad.pdf
 %%DOCSDIR%%/help/id/images/bus_junction.png
 %%DOCSDIR%%/help/id/images/configure_path_dlg.png
 %%DOCSDIR%%/help/id/images/copypaste11.png
@@ -2291,23 +2209,14 @@
 %%DOCSDIR%%/help/id/images/copypaste51.png
 %%DOCSDIR%%/help/id/images/copypaste52.png
 %%DOCSDIR%%/help/id/images/copypaste53.png
-%%DOCSDIR%%/help/id/images/eeschema_complex_hierarchy.png
 %%DOCSDIR%%/help/id/images/eeschema_erc_options.png
-%%DOCSDIR%%/help/id/images/eeschema_flat_hierarchy.png
 %%DOCSDIR%%/help/id/images/eeschema_hierarchical_label.png
 %%DOCSDIR%%/help/id/images/eeschema_hierarchical_pin.png
 %%DOCSDIR%%/help/id/images/eeschema_libedit_alias.png
 %%DOCSDIR%%/help/id/images/eeschema_libedit_anchor.png
-%%DOCSDIR%%/help/id/images/eeschema_libedit_footprint.png
-%%DOCSDIR%%/help/id/images/eeschema_libedit_new.png
-%%DOCSDIR%%/help/id/images/eeschema_libedit_not_interchangeable.png
 %%DOCSDIR%%/help/id/images/eeschema_libedit_pin_properties.png
-%%DOCSDIR%%/help/id/images/eeschema_libedit_pin_properties_style.png
 %%DOCSDIR%%/help/id/images/eeschema_libedit_polyline_properties.png
 %%DOCSDIR%%/help/id/images/eeschema_libedit_power_symbol.png
-%%DOCSDIR%%/help/id/images/eeschema_libedit_unit1.png
-%%DOCSDIR%%/help/id/images/eeschema_libedit_unit2.png
-%%DOCSDIR%%/help/id/images/eeschema_libedit_unit3.png
 %%DOCSDIR%%/help/id/images/eeschema_netlist_dialog_add_plugin.png
 %%DOCSDIR%%/help/id/images/eeschema_netlist_dialog_spice.png
 %%DOCSDIR%%/help/id/images/eeschema_netlist_schematic.png
@@ -2315,14 +2224,12 @@
 %%DOCSDIR%%/help/id/images/eeschema_popup_edit_label.png
 %%DOCSDIR%%/help/id/images/eeschema_popup_without_element.png
 %%DOCSDIR%%/help/id/images/eeschema_power_pins_and_flags.png
-%%DOCSDIR%%/help/id/images/eeschema_properties_for_symbol.png
 %%DOCSDIR%%/help/id/images/eeschema_pspice_netlist.png
 %%DOCSDIR%%/help/id/images/eeschema_uncheck_pin_name_inside.png
 %%DOCSDIR%%/help/id/images/erc_pointers.png
 %%DOCSDIR%%/help/id/images/erc_pointers_message.png
 %%DOCSDIR%%/help/id/images/icons/new_project_with_template.png
 %%DOCSDIR%%/help/id/images/launch_pane.png
-%%DOCSDIR%%/help/id/images/libedit_main_window.png
 %%DOCSDIR%%/help/id/images/logo.png
 %%DOCSDIR%%/help/id/images/main_toolbar.png
 %%DOCSDIR%%/help/id/images/main_window.png
@@ -2342,13 +2249,9 @@
 %%DOCSDIR%%/help/id/images/toolbar_schedit_rightside.png
 %%DOCSDIR%%/help/id/images/wires_labels.png
 %%DOCSDIR%%/help/id/kicad.html
-%%DOCSDIR%%/help/id/kicad.pdf
 %%DOCSDIR%%/help/it/eeschema.html
-%%DOCSDIR%%/help/it/eeschema.pdf
 %%DOCSDIR%%/help/it/gerbview.html
-%%DOCSDIR%%/help/it/gerbview.pdf
 %%DOCSDIR%%/help/it/getting_started_in_kicad.html
-%%DOCSDIR%%/help/it/getting_started_in_kicad.pdf
 %%DOCSDIR%%/help/it/images/Calculation1.png
 %%DOCSDIR%%/help/it/images/Calculation2.png
 %%DOCSDIR%%/help/it/images/Footprint_library_list.png
@@ -2500,11 +2403,6 @@
 %%DOCSDIR%%/help/it/images/copypaste52.png
 %%DOCSDIR%%/help/it/images/copypaste53.png
 %%DOCSDIR%%/help/it/images/edit_line.png
-%%DOCSDIR%%/help/it/images/eeschema_complex_hierarchy.png
-%%DOCSDIR%%/help/it/images/eeschema_flat_hierarchy.png
-%%DOCSDIR%%/help/it/images/eeschema_libedit_unit1.png
-%%DOCSDIR%%/help/it/images/eeschema_libedit_unit2.png
-%%DOCSDIR%%/help/it/images/eeschema_libedit_unit3.png
 %%DOCSDIR%%/help/it/images/eeschema_netlist_schematic.png
 %%DOCSDIR%%/help/it/images/eeschema_power_pins_and_flags.png
 %%DOCSDIR%%/help/it/images/eeschema_pspice_netlist.png
@@ -2663,7 +2561,6 @@
 %%DOCSDIR%%/help/it/images/icons/lib_previous.png
 %%DOCSDIR%%/help/it/images/icons/libedit.png
 %%DOCSDIR%%/help/it/images/icons/library.png
-%%DOCSDIR%%/help/it/images/icons/lines90.png
 %%DOCSDIR%%/help/it/images/icons/load_module_board.png
 %%DOCSDIR%%/help/it/images/icons/load_module_lib.png
 %%DOCSDIR%%/help/it/images/icons/local_ratsnest.png
@@ -2862,7 +2759,6 @@
 %%DOCSDIR%%/help/it/images/it/eeschema_libedit_new.png
 %%DOCSDIR%%/help/it/images/it/eeschema_libedit_not_interchangeable.png
 %%DOCSDIR%%/help/it/images/it/eeschema_libedit_pin_properties.png
-%%DOCSDIR%%/help/it/images/it/eeschema_libedit_pin_properties_style.png
 %%DOCSDIR%%/help/it/images/it/eeschema_libedit_pins_per_part.png
 %%DOCSDIR%%/help/it/images/it/eeschema_libedit_polyline_properties.png
 %%DOCSDIR%%/help/it/images/it/eeschema_libedit_power_symbol.png
@@ -2989,19 +2885,12 @@
 %%DOCSDIR%%/help/it/images/toolbar_schedit_rightside.png
 %%DOCSDIR%%/help/it/images/wires_labels.png
 %%DOCSDIR%%/help/it/kicad.html
-%%DOCSDIR%%/help/it/kicad.pdf
 %%DOCSDIR%%/help/it/pcb_calculator.html
-%%DOCSDIR%%/help/it/pcb_calculator.pdf
 %%DOCSDIR%%/help/it/pcbnew.html
-%%DOCSDIR%%/help/it/pcbnew.pdf
 %%DOCSDIR%%/help/it/pl_editor.html
-%%DOCSDIR%%/help/it/pl_editor.pdf
 %%DOCSDIR%%/help/ja/eeschema.html
-%%DOCSDIR%%/help/ja/eeschema.pdf
 %%DOCSDIR%%/help/ja/gerbview.html
-%%DOCSDIR%%/help/ja/gerbview.pdf
 %%DOCSDIR%%/help/ja/getting_started_in_kicad.html
-%%DOCSDIR%%/help/ja/getting_started_in_kicad.pdf
 %%DOCSDIR%%/help/ja/images/Calculation1.png
 %%DOCSDIR%%/help/ja/images/Calculation2.png
 %%DOCSDIR%%/help/ja/images/Modedit_pad_delta_example.png
@@ -3066,14 +2955,8 @@
 %%DOCSDIR%%/help/ja/images/copypaste52.png
 %%DOCSDIR%%/help/ja/images/copypaste53.png
 %%DOCSDIR%%/help/ja/images/edit_line.png
-%%DOCSDIR%%/help/ja/images/eeschema_complex_hierarchy.png
-%%DOCSDIR%%/help/ja/images/eeschema_flat_hierarchy.png
-%%DOCSDIR%%/help/ja/images/eeschema_libedit_unit1.png
-%%DOCSDIR%%/help/ja/images/eeschema_libedit_unit2.png
-%%DOCSDIR%%/help/ja/images/eeschema_libedit_unit3.png
 %%DOCSDIR%%/help/ja/images/eeschema_netlist_schematic.png
 %%DOCSDIR%%/help/ja/images/eeschema_power_pins_and_flags.png
-%%DOCSDIR%%/help/ja/images/eeschema_properties_for_symbol.png
 %%DOCSDIR%%/help/ja/images/eeschema_pspice_netlist.png
 %%DOCSDIR%%/help/ja/images/eeschema_uncheck_pin_name_inside.png
 %%DOCSDIR%%/help/ja/images/erc_pointers.png
@@ -3222,7 +3105,6 @@
 %%DOCSDIR%%/help/ja/images/icons/lib_previous.png
 %%DOCSDIR%%/help/ja/images/icons/libedit.png
 %%DOCSDIR%%/help/ja/images/icons/library.png
-%%DOCSDIR%%/help/ja/images/icons/lines90.png
 %%DOCSDIR%%/help/ja/images/icons/load_module_board.png
 %%DOCSDIR%%/help/ja/images/icons/load_module_lib.png
 %%DOCSDIR%%/help/ja/images/icons/local_ratsnest.png
@@ -3512,7 +3394,6 @@
 %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_new.png
 %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_not_interchangeable.png
 %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_pin_properties.png
-%%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_pin_properties_style.png
 %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_pins_per_part.png
 %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_polyline_properties.png
 %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_power_symbol.png
@@ -3647,19 +3528,12 @@
 %%DOCSDIR%%/help/ja/images/toolbar_schedit.png
 %%DOCSDIR%%/help/ja/images/wires_labels.png
 %%DOCSDIR%%/help/ja/kicad.html
-%%DOCSDIR%%/help/ja/kicad.pdf
 %%DOCSDIR%%/help/ja/pcb_calculator.html
-%%DOCSDIR%%/help/ja/pcb_calculator.pdf
 %%DOCSDIR%%/help/ja/pcbnew.html
-%%DOCSDIR%%/help/ja/pcbnew.pdf
 %%DOCSDIR%%/help/ja/pl_editor.html
-%%DOCSDIR%%/help/ja/pl_editor.pdf
 %%DOCSDIR%%/help/pl/eeschema.html
-%%DOCSDIR%%/help/pl/eeschema.pdf
 %%DOCSDIR%%/help/pl/gerbview.html
-%%DOCSDIR%%/help/pl/gerbview.pdf
 %%DOCSDIR%%/help/pl/getting_started_in_kicad.html
-%%DOCSDIR%%/help/pl/getting_started_in_kicad.pdf
 %%DOCSDIR%%/help/pl/images/Calculation1.png
 %%DOCSDIR%%/help/pl/images/Calculation2.png
 %%DOCSDIR%%/help/pl/images/Modedit_pad_delta_example.png
@@ -3731,9 +3605,7 @@
 %%DOCSDIR%%/help/pl/images/copypaste52.png
 %%DOCSDIR%%/help/pl/images/copypaste53.png
 %%DOCSDIR%%/help/pl/images/edit_line.png
-%%DOCSDIR%%/help/pl/images/eeschema_complex_hierarchy.png
 %%DOCSDIR%%/help/pl/images/eeschema_erc_options.png
-%%DOCSDIR%%/help/pl/images/eeschema_flat_hierarchy.png
 %%DOCSDIR%%/help/pl/images/eeschema_hierarchical_label.png
 %%DOCSDIR%%/help/pl/images/eeschema_netlist_schematic.png
 %%DOCSDIR%%/help/pl/images/eeschema_power_pins_and_flags.png
@@ -3882,7 +3754,6 @@
 %%DOCSDIR%%/help/pl/images/icons/lib_previous.png
 %%DOCSDIR%%/help/pl/images/icons/libedit.png
 %%DOCSDIR%%/help/pl/images/icons/library.png
-%%DOCSDIR%%/help/pl/images/icons/lines90.png
 %%DOCSDIR%%/help/pl/images/icons/load_module_board.png
 %%DOCSDIR%%/help/pl/images/icons/load_module_lib.png
 %%DOCSDIR%%/help/pl/images/icons/local_ratsnest.png
@@ -4178,7 +4049,6 @@
 %%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_new.png
 %%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_not_interchangeable.png
 %%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_pin_properties.png
-%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_pin_properties_style.png
 %%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_pins_per_part.png
 %%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_polyline_properties.png
 %%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_power_symbol.png
@@ -4332,10 +4202,6 @@
 %%DOCSDIR%%/help/pl/images/toolbar_schedit_rightside.png
 %%DOCSDIR%%/help/pl/images/wires_labels.png
 %%DOCSDIR%%/help/pl/kicad.html
-%%DOCSDIR%%/help/pl/kicad.pdf
 %%DOCSDIR%%/help/pl/pcb_calculator.html
-%%DOCSDIR%%/help/pl/pcb_calculator.pdf
 %%DOCSDIR%%/help/pl/pcbnew.html
-%%DOCSDIR%%/help/pl/pcbnew.pdf
 %%DOCSDIR%%/help/pl/pl_editor.html
-%%DOCSDIR%%/help/pl/pl_editor.pdf
diff --git a/cad/kicad-library-footprints/Makefile b/cad/kicad-library-footprints/Makefile
index 016286653dfe..e39aaca7a88c 100644
--- a/cad/kicad-library-footprints/Makefile
+++ b/cad/kicad-library-footprints/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	kicad
-DISTVERSION=	9.0.8
+DISTVERSION=	10.0.0
 CATEGORIES=	cad
 PKGNAMESUFFIX=	-library-footprints
 
diff --git a/cad/kicad-library-footprints/distinfo b/cad/kicad-library-footprints/distinfo
index 32de98b2f4b5..9c1febf8c262 100644
--- a/cad/kicad-library-footprints/distinfo
+++ b/cad/kicad-library-footprints/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1773579945
-SHA256 (kicad-footprints-9.0.8.tar.bz2) = 96d678a45d303a7a54ae11655bcd697418b55d18826edd4dc412aa1bf5ff2fa1
-SIZE (kicad-footprints-9.0.8.tar.bz2) = 7738615
+TIMESTAMP = 1774029368
+SHA256 (kicad-footprints-10.0.0.tar.bz2) = ebe82bfe86ceb4bfe6d17748bcac4a97a8d34ad11662477a8d191e8ef8ca12a2
+SIZE (kicad-footprints-10.0.0.tar.bz2) = 7820279
diff --git a/cad/kicad-library-footprints/pkg-plist b/cad/kicad-library-footprints/pkg-plist
index 446478aecf05..94ddbfa4a4c1 100644
--- a/cad/kicad-library-footprints/pkg-plist
+++ b/cad/kicad-library-footprints/pkg-plist
@@ -228,6 +228,7 @@
 %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_EVQPE1.kicad_mod
 %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_EVQQ2.kicad_mod
 %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_FSMSM.kicad_mod
+%%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_GT-TC155X.kicad_mod
 %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_Omron_B3FS-100xP.kicad_mod
 %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_Omron_B3FS-101xP.kicad_mod
 %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_Omron_B3FS-105xP.kicad_mod
@@ -8623,17 +8624,17 @@
 %%DATADIR%%/footprints/Diode_SMD.pretty/D_MELF_Handsoldering.kicad_mod
 %%DATADIR%%/footprints/Diode_SMD.pretty/D_MicroMELF.kicad_mod
 %%DATADIR%%/footprints/Diode_SMD.pretty/D_MicroMELF_Handsoldering.kicad_mod
-%%DATADIR%%/footprints/Diode_SMD.pretty/D_MicroSMP_AK.kicad_mod
-%%DATADIR%%/footprints/Diode_SMD.pretty/D_MicroSMP_KA.kicad_mod
+%%DATADIR%%/footprints/Diode_SMD.pretty/D_MicroSMP_LargeAnode.kicad_mod
+%%DATADIR%%/footprints/Diode_SMD.pretty/D_MicroSMP_LargeCathode.kicad_mod
 %%DATADIR%%/footprints/Diode_SMD.pretty/D_MiniMELF.kicad_mod
 %%DATADIR%%/footprints/Diode_SMD.pretty/D_MiniMELF_Handsoldering.kicad_mod
 %%DATADIR%%/footprints/Diode_SMD.pretty/D_PowerDI-123.kicad_mod
 %%DATADIR%%/footprints/Diode_SMD.pretty/D_PowerDI-5.kicad_mod
-%%DATADIR%%/footprints/Diode_SMD.pretty/D_Powermite2_AK.kicad_mod
-%%DATADIR%%/footprints/Diode_SMD.pretty/D_Powermite2_KA.kicad_mod
+%%DATADIR%%/footprints/Diode_SMD.pretty/D_Powermite2_LargeAnode.kicad_mod
+%%DATADIR%%/footprints/Diode_SMD.pretty/D_Powermite2_LargeCathode.kicad_mod
 %%DATADIR%%/footprints/Diode_SMD.pretty/D_Powermite3.kicad_mod
-%%DATADIR%%/footprints/Diode_SMD.pretty/D_Powermite_AK.kicad_mod
-%%DATADIR%%/footprints/Diode_SMD.pretty/D_Powermite_KA.kicad_mod
+%%DATADIR%%/footprints/Diode_SMD.pretty/D_Powermite_LargeAnode.kicad_mod
+%%DATADIR%%/footprints/Diode_SMD.pretty/D_Powermite_LargeCathode.kicad_mod
 %%DATADIR%%/footprints/Diode_SMD.pretty/D_QFN_3.3x3.3mm_P0.65mm.kicad_mod
 %%DATADIR%%/footprints/Diode_SMD.pretty/D_SC-80.kicad_mod
 %%DATADIR%%/footprints/Diode_SMD.pretty/D_SC-80_HandSoldering.kicad_mod
@@ -8679,89 +8680,89 @@
 %%DATADIR%%/footprints/Diode_SMD.pretty/Vishay_SMPA.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_5KPW_P12.70mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_5KPW_P7.62mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_5KPW_P7.62mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_5KPW_P7.62mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_5KP_P10.16mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_5KP_P12.70mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_5KP_P7.62mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_5KP_P7.62mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_5KP_P7.62mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_5W_P10.16mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_5W_P12.70mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_5W_P5.08mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_5W_P5.08mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_5W_P5.08mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_A-405_P10.16mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_A-405_P12.70mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_A-405_P2.54mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_A-405_P2.54mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_A-405_P2.54mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_A-405_P5.08mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_A-405_P5.08mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_A-405_P5.08mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_A-405_P7.62mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-15_P10.16mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-15_P12.70mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-15_P15.24mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-15_P2.54mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-15_P2.54mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-15_P2.54mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-15_P3.81mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-15_P3.81mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-15_P3.81mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-15_P5.08mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-15_P5.08mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-15_P5.08mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201AD_P12.70mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201AD_P15.24mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201AD_P3.81mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201AD_P3.81mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201AD_P3.81mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201AD_P5.08mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201AD_P5.08mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201AD_P5.08mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201AE_P12.70mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201AE_P15.24mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201AE_P3.81mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201AE_P3.81mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201AE_P3.81mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201AE_P5.08mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201AE_P5.08mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201AE_P5.08mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201_P12.70mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201_P15.24mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201_P3.81mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201_P3.81mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201_P3.81mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201_P5.08mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201_P5.08mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-201_P5.08mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-247_Horizontal_TabDown.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-247_Horizontal_TabUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-247_Vertical.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-27_P12.70mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-27_P15.24mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-27_P5.08mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-27_P5.08mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-27_P5.08mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-34_SOD68_P10.16mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-34_SOD68_P12.70mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-34_SOD68_P2.54mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-34_SOD68_P2.54mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-34_SOD68_P2.54mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-34_SOD68_P5.08mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-34_SOD68_P5.08mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-34_SOD68_P5.08mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-34_SOD68_P7.62mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-35_SOD27_P10.16mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-35_SOD27_P12.70mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-35_SOD27_P2.54mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-35_SOD27_P3.81mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-35_SOD27_P3.81mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-35_SOD27_P3.81mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-35_SOD27_P5.08mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-35_SOD27_P5.08mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-35_SOD27_P5.08mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-35_SOD27_P7.62mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-41_SOD81_P10.16mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-41_SOD81_P12.70mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-41_SOD81_P2.54mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-41_SOD81_P2.54mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-41_SOD81_P2.54mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-41_SOD81_P3.81mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-41_SOD81_P3.81mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-41_SOD81_P3.81mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-41_SOD81_P5.08mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-41_SOD81_P5.08mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_DO-41_SOD81_P5.08mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_DO-41_SOD81_P7.62mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_P600_R-6_P12.70mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_P600_R-6_P20.00mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_P600_R-6_P7.62mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_P600_R-6_P7.62mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_P600_R-6_P7.62mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_T-1_P10.16mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_T-1_P12.70mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_T-1_P2.54mm_Vertical_AnodeUp.kicad_mod
-%%DATADIR%%/footprints/Diode_THT.pretty/D_T-1_P2.54mm_Vertical_KathodeUp.kicad_mod
+%%DATADIR%%/footprints/Diode_THT.pretty/D_T-1_P2.54mm_Vertical_CathodeUp.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/D_T-1_P5.08mm_Horizontal.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/Diode_Bridge_15.1x15.1x6.3mm_P10.9mm.kicad_mod
 %%DATADIR%%/footprints/Diode_THT.pretty/Diode_Bridge_15.2x15.2x6.3mm_P10.9mm.kicad_mod
@@ -8811,6 +8812,7 @@
 %%DATADIR%%/footprints/Display.pretty/EA_eDIPTFT70-XXX.kicad_mod
 %%DATADIR%%/footprints/Display.pretty/ER-OLED0.42-1W_Folded.kicad_mod
 %%DATADIR%%/footprints/Display.pretty/ERM19264.kicad_mod
+%%DATADIR%%/footprints/Display.pretty/ER_OLEDM0.91_1x-I2C.kicad_mod
 %%DATADIR%%/footprints/Display.pretty/HDSM-441B_HDSM-443B.kicad_mod
 %%DATADIR%%/footprints/Display.pretty/HDSM-541B_HDSM-543B.kicad_mod
 %%DATADIR%%/footprints/Display.pretty/HDSP-4830.kicad_mod
@@ -8827,6 +8829,7 @@
 %%DATADIR%%/footprints/Display.pretty/NHD-C0220BiZ-FSRGB.kicad_mod
 %%DATADIR%%/footprints/Display.pretty/NHD-C0220BiZ.kicad_mod
 %%DATADIR%%/footprints/Display.pretty/NHD-C12832A1Z-FSRGB.kicad_mod
+%%DATADIR%%/footprints/Display.pretty/Noritake_CU20025-Ux1J.kicad_mod
 %%DATADIR%%/footprints/Display.pretty/OLED-128O064D.kicad_mod
 %%DATADIR%%/footprints/Display.pretty/RC1602A.kicad_mod
 %%DATADIR%%/footprints/Display.pretty/WC1602A.kicad_mod
@@ -9500,6 +9503,7 @@
 %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Pulse_P059x.kicad_mod
 %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Pulse_PA4320.kicad_mod
 %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Pulse_PA4332.kicad_mod
+%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Pulse_PA4334.kicad_mod
 %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Pulse_PA4340.kicad_mod
 %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Pulse_PA4341.kicad_mod
 %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Pulse_PA4344.kicad_mod
@@ -10164,6 +10168,7 @@
 %%DATADIR%%/footprints/LED_SMD.pretty/LED_RGB_Wuerth_150080M153000.kicad_mod
 %%DATADIR%%/footprints/LED_SMD.pretty/LED_ROHM_SMLVN6.kicad_mod
 %%DATADIR%%/footprints/LED_SMD.pretty/LED_SK6805_PLCC4_2.4x2.7mm_P1.3mm.kicad_mod
+%%DATADIR%%/footprints/LED_SMD.pretty/LED_SK6812MINI-E_3.2x2.8mm_P1.5mm_ReverseMount.kicad_mod
 %%DATADIR%%/footprints/LED_SMD.pretty/LED_SK6812MINI_PLCC4_3.5x3.5mm_P1.75mm.kicad_mod
 %%DATADIR%%/footprints/LED_SMD.pretty/LED_SK6812_EC15_1.5x1.5mm.kicad_mod
 %%DATADIR%%/footprints/LED_SMD.pretty/LED_SK6812_PLCC4_5.0x5.0mm_P3.2mm.kicad_mod
@@ -11252,6 +11257,7 @@
 %%DATADIR%%/footprints/Package_CSP.pretty/WLCSP-4_0.64x0.64mm_Layout2x2_P0.35mm.kicad_mod
 %%DATADIR%%/footprints/Package_CSP.pretty/WLCSP-4_0.89x0.89mm_Layout2x2_P0.5mm.kicad_mod
 %%DATADIR%%/footprints/Package_CSP.pretty/WLCSP-56_3.170x3.444mm_Layout7x8_P0.4mm.kicad_mod
+%%DATADIR%%/footprints/Package_CSP.pretty/WLCSP-6_1.46x1.1mm_Layout3x2_P0.4mm.kicad_mod
 %%DATADIR%%/footprints/Package_CSP.pretty/WLCSP-6_1.4x1.0mm_P0.4mm.kicad_mod
 %%DATADIR%%/footprints/Package_CSP.pretty/WLCSP-81_4.41x3.76mm_P0.4mm.kicad_mod
 %%DATADIR%%/footprints/Package_CSP.pretty/WLCSP-8_1.551x2.284mm_Layout2x4_P0.5mm.kicad_mod
@@ -11730,8 +11736,6 @@
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/TQFN-16-1EP_5x5mm_P0.8mm_EP3.1x3.1mm_ThermalVias.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/TQFN-20-1EP_4x4mm_P0.5mm_EP2.1x2.1mm.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/TQFN-20-1EP_4x4mm_P0.5mm_EP2.1x2.1mm_ThermalVias.kicad_mod
-%%DATADIR%%/footprints/Package_DFN_QFN.pretty/TQFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm.kicad_mod
-%%DATADIR%%/footprints/Package_DFN_QFN.pretty/TQFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/TQFN-20-1EP_4x4mm_P0.5mm_EP2.9x2.9mm.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/TQFN-20-1EP_4x4mm_P0.5mm_EP2.9x2.9mm_ThermalVias.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/TQFN-20-1EP_5x5mm_P0.65mm_EP3.1x3.1mm.kicad_mod
@@ -11853,6 +11857,8 @@
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_RUN0010A_WQFN-10_2x2mm_P0.5mm.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_RVA_VQFN-16-1EP_3.5x3.5mm_P0.5mm_EP2.14x2.14mm.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_RVA_VQFN-16-1EP_3.5x3.5mm_P0.5mm_EP2.14x2.14mm_ThermalVias.kicad_mod
+%%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_RVC0020A_WQFN-20-1EP_3x4mm_P0.5mm_EP1.6x2.6mm.kicad_mod
+%%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_RVC0020A_WQFN-20-1EP_3x4mm_P0.5mm_EP1.6x2.6mm_ThermalVias.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_RVE0028A_VQFN-28-1EP_3.5x4.5mm_P0.4mm_EP2.1x3.1mm.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_RVE0028A_VQFN-28-1EP_3.5x4.5mm_P0.4mm_EP2.1x3.1mm_ThermalVias.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_RWH0032A.kicad_mod
@@ -11954,6 +11960,8 @@
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-40-1EP_5x5mm_P0.4mm_EP3.5x3.5mm_ThermalVias.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm_ThermalVias.kicad_mod
+%%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-40-1EP_5x5mm_P0.4mm_EP3.7x3.7mm.kicad_mod
+%%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-40-1EP_5x5mm_P0.4mm_EP3.7x3.7mm_ThermalVias.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-40-1EP_6x6mm_P0.5mm_EP3.5x3.5mm.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-40-1EP_6x6mm_P0.5mm_EP3.5x3.5mm_ThermalVias.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-46-1EP_5x6mm_P0.4mm_EP2.8x3.8mm.kicad_mod
@@ -11976,6 +11984,7 @@
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm_ThermalVias.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm_ThermalVias.kicad_mod
+%%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-68-1EP_8x8mm_P0.4mm_EP4.3x4.3mm.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Vishay_PowerPAK_MLP44-24L.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Vishay_PowerPAK_MLP44-24L_ThermalVias.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Vishay_PowerPAK_MLP55-27L.kicad_mod
@@ -12011,6 +12020,8 @@
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/WQFN-20-1EP_2.5x4.5mm_P0.5mm_EP1x2.9mm.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/WQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/WQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias.kicad_mod
+%%DATADIR%%/footprints/Package_DFN_QFN.pretty/WQFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm.kicad_mod
+%%DATADIR%%/footprints/Package_DFN_QFN.pretty/WQFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/WQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/WQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias.kicad_mod
 %%DATADIR%%/footprints/Package_DFN_QFN.pretty/WQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm.kicad_mod
@@ -12339,6 +12350,7 @@
 %%DATADIR%%/footprints/Package_LCC.pretty/Analog_LCC-8_5x5mm_P1.27mm.kicad_mod
 %%DATADIR%%/footprints/Package_LCC.pretty/MO047AD_PLCC-52_19.1x19.1mm_P1.27mm.kicad_mod
 %%DATADIR%%/footprints/Package_LCC.pretty/PLCC-20.kicad_mod
+%%DATADIR%%/footprints/Package_LCC.pretty/PLCC-20_9.0x9.0mm_P1.27mm.kicad_mod
 %%DATADIR%%/footprints/Package_LCC.pretty/PLCC-20_SMD-Socket.kicad_mod
 %%DATADIR%%/footprints/Package_LCC.pretty/PLCC-20_THT-Socket.kicad_mod
 %%DATADIR%%/footprints/Package_LCC.pretty/PLCC-28.kicad_mod
@@ -12388,6 +12400,7 @@
 %%DATADIR%%/footprints/Package_LGA.pretty/NXP_LGA-8_3x5mm_P1.25mm_H1.1mm.kicad_mod
 %%DATADIR%%/footprints/Package_LGA.pretty/NXP_LGA-8_3x5mm_P1.25mm_H1.2mm.kicad_mod
 %%DATADIR%%/footprints/Package_LGA.pretty/NXP_USON-8_1x1.35mm_P0.35mm.kicad_mod
+%%DATADIR%%/footprints/Package_LGA.pretty/Nordic_nRF9151-LAxx_LGA-80-33EP_12.1x11.1mm_P0.5mm.kicad_mod
 %%DATADIR%%/footprints/Package_LGA.pretty/Nordic_nRF9160-SIxx_LGA-102-59EP_16.0x10.5mm_P0.5mm.kicad_mod
 %%DATADIR%%/footprints/Package_LGA.pretty/Rohm_MLGA010V020A_LGA-10_2x2mm_P0.45mm_LayoutBorder2x3y.kicad_mod
 %%DATADIR%%/footprints/Package_LGA.pretty/ST_CCLGA-7L_2.8x2.8mm_P1.15mm_H1.95mm.kicad_mod
@@ -12911,7 +12924,6 @@
 %%DATADIR%%/footprints/Package_SO.pretty/Toshiba_SOIC-5-6_4.4x3.6mm_P1.27mm.kicad_mod
 %%DATADIR%%/footprints/Package_SO.pretty/VSO-40_7.6x15.4mm_P0.762mm.kicad_mod
 %%DATADIR%%/footprints/Package_SO.pretty/VSO-56_11.1x21.5mm_P0.75mm.kicad_mod
-%%DATADIR%%/footprints/Package_SO.pretty/VSSOP-10_3x3mm_P0.5mm.kicad_mod
 %%DATADIR%%/footprints/Package_SO.pretty/VSSOP-8_2.3x2mm_P0.5mm.kicad_mod
 %%DATADIR%%/footprints/Package_SO.pretty/VSSOP-8_3x3mm_P0.65mm.kicad_mod
 %%DATADIR%%/footprints/Package_SO.pretty/Vishay_PowerPAK_1212-8_Dual.kicad_mod
@@ -14168,6 +14180,7 @@
 %%DATADIR%%/footprints/Sensor_Pressure.pretty/Freescale_98ARH99066A.kicad_mod
 %%DATADIR%%/footprints/Sensor_Pressure.pretty/Freescale_98ARH99089A.kicad_mod
 %%DATADIR%%/footprints/Sensor_Pressure.pretty/Honeywell_40PCxxxG1A.kicad_mod
+%%DATADIR%%/footprints/Sensor_Pressure.pretty/Honeywell_ABPDAN.kicad_mod
 %%DATADIR%%/footprints/Sensor_Pressure.pretty/TE_MS5525DSO-DBxxxyS.kicad_mod
 %%DATADIR%%/footprints/Sensor_Pressure.pretty/TE_MS5837-xxBA.kicad_mod
 %%DATADIR%%/footprints/Sensor_Voltage.pretty/LEM_LV25-P.kicad_mod
diff --git a/cad/kicad-library-packages3d/Makefile b/cad/kicad-library-packages3d/Makefile
index 5b1d1b20bdbd..29bd529006d4 100644
--- a/cad/kicad-library-packages3d/Makefile
+++ b/cad/kicad-library-packages3d/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	kicad
-DISTVERSION=	9.0.8
+DISTVERSION=	10.0.0
 CATEGORIES=	cad
 PKGNAMESUFFIX=	-library-packages3d
 
diff --git a/cad/kicad-library-packages3d/distinfo b/cad/kicad-library-packages3d/distinfo
index 104ff12f1ce4..7c1ac3a79417 100644
--- a/cad/kicad-library-packages3d/distinfo
+++ b/cad/kicad-library-packages3d/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1773580798
-SHA256 (kicad-packages3D-9.0.8.tar.bz2) = 97a2bf437ca840cce4be3253150de1ef83e7bf619047592ffd98fc2e86202a00
-SIZE (kicad-packages3D-9.0.8.tar.bz2) = 675237255
+TIMESTAMP = 1774029395
+SHA256 (kicad-packages3D-10.0.0.tar.bz2) = ce67e773aee9973edf0f72616d33f1b7788f5261c4e30b2096c40de81023b18b
+SIZE (kicad-packages3D-10.0.0.tar.bz2) = 521473365
diff --git a/cad/kicad-library-packages3d/pkg-plist b/cad/kicad-library-packages3d/pkg-plist
index ce287a8db990..5e1b2fa5e78a 100644
--- a/cad/kicad-library-packages3d/pkg-plist
+++ b/cad/kicad-library-packages3d/pkg-plist
@@ -1,243 +1,125 @@
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryClip_Keystone_54_D16-19mm.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryClip_Keystone_54_D16-19mm.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Bulgin_BX0036_1xC.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Bulgin_BX0036_1xC.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Eagle_12BH611-GR.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Eagle_12BH611-GR.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_103_1x20mm.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_103_1x20mm.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_1042_1x18650.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_1042_1x18650.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_104_1x23mm.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_104_1x23mm.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_1058_1x2032.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_1058_1x2032.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_105_1x2430.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_105_1x2430.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_1060_1x2032.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_1060_1x2032.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_106_1x20mm.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_106_1x20mm.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_107_1x23mm.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_107_1x23mm.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_2462_2xAA.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_2462_2xAA.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_2466_1xAAA.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_2466_1xAAA.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_2468_2xAAA.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_2468_2xAAA.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_2479_3xAAA.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_2479_3xAAA.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_2993.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_2993.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_3000_1x12mm.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_3000_1x12mm.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_3001_1x12mm.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_3001_1x12mm.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_3008_1x2450.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_3008_1x2450.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_3009_1x2450.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_3009_1x2450.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_3034_1x20mm.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_3034_1x20mm.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_500.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Keystone_500.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_LINX_BAT-HLD-012-SMT.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_LINX_BAT-HLD-012-SMT.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_MPD_BC12AAPC_2xAA.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_MPD_BC12AAPC_2xAA.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_MPD_BC2AAPC_2xAA.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_MPD_BC2AAPC_2xAA.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_MPD_BH-18650-PC2.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_MPD_BH-18650-PC2.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Multicomp_BC-2001_1x2032.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Multicomp_BC-2001_1x2032.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Seiko_MS621F.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Seiko_MS621F.wrl
 %%DATADIR%%/3dmodels/Battery.3dshapes/Battery_CR1225.step
-%%DATADIR%%/3dmodels/Battery.3dshapes/Battery_CR1225.wrl
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Nidec_Copal_SH-7010A.step
-%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Nidec_Copal_SH-7010A.wrl
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Nidec_Copal_SH-7010B.step
-%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Nidec_Copal_SH-7010B.wrl
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Nidec_Copal_SH-7040B.step
-%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Nidec_Copal_SH-7040B.wrl
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Panasonic_EVQPUJ_EVQPUA.step
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Panasonic_EVQPUK_EVQPUB.step
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Panasonic_EVQPUL_EVQPUC.step
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Panasonic_EVQPUM_EVQPUD.step
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_6.7x4.1mm_W6.73mm_P2.54mm_LowProfile_JPin.step
-%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_6.7x4.1mm_W6.73mm_P2.54mm_LowProfile_JPin.wrl
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_6.7x4.1mm_W8.61mm_P2.54mm_LowProfile.step
-%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_6.7x4.1mm_W8.61mm_P2.54mm_LowProfile.wrl
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_9.78x4.72mm_W8.61mm_P2.54mm.step
-%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_9.78x4.72mm_W8.61mm_P2.54mm.wrl
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_Copal_CHS-01A_W5.08mm_P1.27mm_JPin.step
-%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_Copal_CHS-01A_W5.08mm_P1.27mm_JPin.wrl
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_Copal_CHS-01B_W7.62mm_P1.27mm.step
-%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_Copal_CHS-01B_W7.62mm_P1.27mm.wrl
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_Copal_CVS-01xB_W5.9mm_P1mm.step
-%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_Copal_CVS-01xB_W5.9mm_P1mm.wrl
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm.step
-%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm.wrl
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx02_Slide_6.7x6.64mm_W6.73mm_P2.54mm_LowProfile_JPin.step
-%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx02_Slide_6.7x6.64mm_W6.73mm_P2.54mm_LowProfile_JPin.wrl
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx02_Slide_6.7x6.64mm_W8.61mm_P2.54mm_LowProfile.step
-%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx02_Slide_6.7x6.64mm_W8.61mm_P2.54mm_LowProfile.wrl
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx02_Slide_9.78x7.26mm_W8.61mm_P2.54mm.step
-%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx02_Slide_9.78x7.26mm_W8.61mm_P2.54mm.wrl
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx02_Slide_Copal_CHS-02A_W5.08mm_P1.27mm_JPin.step
-%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx02_Slide_Copal_CHS-02A_W5.08mm_P1.27mm_JPin.wrl
 %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx02_Slide_Copal_CHS-02B_W7.62mm_P1.27mm.step
-%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx02_Slide_Copal_CHS-02B_W7.62mm_P1.27mm.wrl
*** 14363 LINES SKIPPED ***


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69bd9f1a.41f87.5b06a0b2>