Index: head/cad/kicad/Makefile =================================================================== --- head/cad/kicad/Makefile (revision 480531) +++ head/cad/kicad/Makefile (revision 480532) @@ -1,78 +1,77 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= kicad -PORTVERSION= 4.0.7 -PORTREVISION= 11 +PORTVERSION= 5.0.0 PORTEPOCH= 2 CATEGORIES= cad MAINTAINER= thierry@FreeBSD.org COMMENT= Schematic and PCB editing software LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm \ swig3.0:devel/swig30 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ + libngspice.so:cad/ngspice_rework@shlib \ + libTKernel.so:cad/opencascade \ libpixman-1.so:x11/pixman \ libpng.so:graphics/png \ libcurl.so:ftp/curl CONFLICTS= kicad-devel-r201* USE_GITHUB= yes GH_ACCOUNT= KiCad GH_PROJECT= kicad-source-mirror -USES= cmake:noninja compiler:c++11-lib desktop-file-utils \ +USES= cmake:noninja compiler:c++11-lib desktop-file-utils gl gnome \ pkgconfig python:2.7 shared-mime-info shebangfix ssl tar:xz -SHEBANG_FILES= pcbnew/scripting/plugins/touch_slider_wizard.py +SHEBANG_FILES= pcbnew/python/plugins/touch_slider_wizard.py USE_XORG= ice x11 xext USE_GL= gl glew glu glut USE_WX= 3.0 WX_COMPS= python:lib wx USE_GNOME= atk cairo CXXFLAGS+= --std=c++11 -I${WRKSRC}/include -I${LOCALBASE}/include CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} \ - -DwxWidgets_USE_UNICODE=ON -DKICAD_STABLE_VERSION=ON \ + -DwxWidgets_USE_UNICODE=ON -DKICAD_SCRIPTING_WXPYTHON=ON\ -DwxWidgets_wxrc_EXECUTABLE=${WXRC_CMD} \ -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON \ - -DKICAD_SCRIPTING_WXPYTHON=ON -DKICAD_SKIP_BOOST=ON + -DKICAD_USE_OCE=OFF -DKICAD_USE_OCC=ON \ + -DOCC_INCLUDE_DIR=${LOCALBASE}/include/OpenCASCADE +USE_LDCONFIG= yes INSTALLS_ICONS= yes PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} OPTIONS_DEFINE= DOCS DOXYGEN NLS OPTIONS_SUB= yes NLS_USES= gettext - -BINS= cvpcb eeschema gerbview kicad pcbnew -EXTRAS2RM= linux-non_unicode linux wings3d LINUX.README \ - contrib_makefiles.txt running_kicad_under_W98.txt DOXYGEN_VARS= LICENSE+=GFDL LICENSE_COMB=multi DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_IMPLIES= DOCS DOXYGEN_ALL_TARGET= all doxygen-docs DOXYGEN_PORTDOCS= doxygen # The CheckCXXSymbolExists module has been shipped with CMake since 3.0 times. # The ancient implementation that this bundled module uses, no longer works # because it uses CMake internals that have gone away in 3.11. post-extract: ${RM} ${WRKSRC}/CMakeModules/CheckCXXSymbolExists.cmake pre-configure: ${REINPLACE_CMD} -e 's|/usr/share/kicad|${DATADIR}|' \ -e 's|/usr/local|${PREFIX}|' \ ${WRKSRC}/common/gestfich.cpp ${REINPLACE_CMD} -e 's|/usr/bin/xdg-open|${LOCALBASE}/bin/xdg-open|' \ ${WRKSRC}/common/pgm_base.cpp post-install-DOCS-on: (cd ${WRKSRC}/Documentation && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include Index: head/cad/kicad/distinfo =================================================================== --- head/cad/kicad/distinfo (revision 480531) +++ head/cad/kicad/distinfo (revision 480532) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500213571 -SHA256 (KiCad-kicad-source-mirror-4.0.7_GH0.tar.gz) = 157ccd3967d93863e4c3dd718bc96273d5e1846303f3c156df52456e92656025 -SIZE (KiCad-kicad-source-mirror-4.0.7_GH0.tar.gz) = 14420680 +TIMESTAMP = 1531847771 +SHA256 (KiCad-kicad-source-mirror-5.0.0_GH0.tar.gz) = 572cdec9eb33deeb658c8540ab696e866ab79fbad75215142692f249c46c585c +SIZE (KiCad-kicad-source-mirror-5.0.0_GH0.tar.gz) = 24098572 Index: head/cad/kicad/files/patch-include_common.h =================================================================== --- head/cad/kicad/files/patch-include_common.h (revision 480531) +++ head/cad/kicad/files/patch-include_common.h (nonexistent) @@ -1,11 +0,0 @@ ---- include/common.h.orig 2017-07-14 19:17:29 UTC -+++ include/common.h -@@ -54,7 +54,7 @@ class REPORTER; - #define GR_KB_LEFTSHIFT 0x20000000 /* left shift key depressed - */ - #define GR_KB_CTRL 0x40000000 // CTRL depressed --#define GR_KB_ALT 0x80000000 // ALT depressed -+#define GR_KB_ALT 0x04000000 // ALT depressed - #define GR_KB_SHIFT (GR_KB_LEFTSHIFT | GR_KB_RIGHTSHIFT) - #define GR_KB_SHIFTCTRL (GR_KB_SHIFT | GR_KB_CTRL) - #define MOUSE_MIDDLE 0x08000000 /* Middle button mouse Property changes on: head/cad/kicad/files/patch-include_common.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/cad/kicad/files/patch-include_tool_coroutine.h =================================================================== --- head/cad/kicad/files/patch-include_tool_coroutine.h (revision 480531) +++ head/cad/kicad/files/patch-include_tool_coroutine.h (nonexistent) @@ -1,235 +0,0 @@ ---- include/tool/coroutine.h.orig 2017-07-14 19:17:29 UTC -+++ include/tool/coroutine.h -@@ -27,10 +27,12 @@ - - #include - --#include -+// Patch obtained from https://git.archlinux.org/svntogit/community.git/tree/trunk/boost-1.61.patch?h=packages/kicad - #include -+#include - --#include "delegate.h" -+#include -+#include - - /** - * Class COROUNTINE. -@@ -53,13 +55,12 @@ - * See coroutine_example.cpp for sample code. - */ - --template -+template - class COROUTINE - { - public: - COROUTINE() : -- m_saved( NULL ), m_self( NULL ), m_stack( NULL ), m_stackSize( c_defaultStackSize ), -- m_running( false ) -+ COROUTINE( nullptr ) - { - } - -@@ -69,8 +70,7 @@ public: - */ - template - COROUTINE( T* object, ReturnType(T::* ptr)( ArgType ) ) : -- m_func( object, ptr ), m_self( NULL ), m_saved( NULL ), m_stack( NULL ), -- m_stackSize( c_defaultStackSize ), m_running( false ) -+ COROUTINE( std::bind( ptr, object, std::placeholders::_1 ) ) - { - } - -@@ -78,9 +78,11 @@ public: - * Constructor - * Creates a coroutine from a delegate object - */ -- COROUTINE( DELEGATE aEntry ) : -- m_func( aEntry ), m_saved( NULL ), m_self( NULL ), m_stack( NULL ), -- m_stackSize( c_defaultStackSize ), m_running( false ) -+ COROUTINE( std::function aEntry ) : -+ m_func( std::move( aEntry ) ), -+ m_running( false ), -+ m_caller( nullptr ), -+ m_callee( nullptr ) - { - // Avoid not initialized members, and make static analysers quiet - m_args = 0; -@@ -89,18 +91,13 @@ public: - - ~COROUTINE() - { -- if( m_saved ) -- delete m_saved; -- --#if BOOST_VERSION >= 105600 -- if( m_self ) -- delete m_self; --#endif -- -- if( m_stack ) -- free( m_stack ); -+ delete m_callee; - } - -+private: -+ using context_type = boost::context::execution_context; -+ -+public: - /** - * Function Yield() - * -@@ -110,7 +107,9 @@ public: - */ - void Yield() - { -- jump( m_self, m_saved, 0 ); -+ auto result = (*m_caller)( this ); -+ *m_caller = std::move( std::get<0>( result ) ); -+ - } - - /** -@@ -122,7 +121,7 @@ public: - void Yield( ReturnType& aRetVal ) - { - m_retVal = aRetVal; -- jump( m_self, m_saved, 0 ); -+ m_caller( this ); - } - - /** -@@ -130,9 +129,9 @@ public: - * - * Defines the entry point for the coroutine, if not set in the constructor. - */ -- void SetEntry( DELEGATE aEntry ) -+ void SetEntry( std::function aEntry ) - { -- m_func = aEntry; -+ m_func = std::move( aEntry ); - } - - /* Function Call() -@@ -143,30 +142,19 @@ public: - */ - bool Call( ArgType aArgs ) - { -- // fixme: Clean up stack stuff. Add a guard -- m_stack = malloc( c_defaultStackSize ); -- -- // align to 16 bytes -- void* sp = (void*) ( ( ( (ptrdiff_t) m_stack ) + m_stackSize - 0xf ) & ( ~0x0f ) ); -- -- // correct the stack size -- m_stackSize -= ( (size_t) m_stack + m_stackSize - (size_t) sp ); -- -- assert( m_self == NULL ); -- assert( m_saved == NULL ); -+ assert( m_callee == NULL ); -+ assert( m_caller == NULL ); - - m_args = &aArgs; --#if BOOST_VERSION >= 105600 -- m_self = new boost::context::fcontext_t(); -- *m_self = boost::context::make_fcontext( sp, m_stackSize, callerStub ); --#else -- m_self = boost::context::make_fcontext( sp, m_stackSize, callerStub ); --#endif -- m_saved = new boost::context::fcontext_t(); -+ -+ m_callee = new context_type( std::allocator_arg_t(), -+ boost::context::protected_fixedsize_stack( c_defaultStackSize ), &COROUTINE::callerStub ); - - m_running = true; -+ - // off we go! -- jump( m_saved, m_self, reinterpret_cast( this ) ); -+ auto result = (*m_callee)( this ); -+ *m_callee = std::move( std::get<0>( result ) ); - return m_running; - } - -@@ -179,7 +167,8 @@ public: - */ - bool Resume() - { -- jump( m_saved, m_self, 0 ); -+ auto result = (*m_callee)( this ); -+ *m_callee = std::move( std::get<0>( result ) ); - - return m_running; - } -@@ -208,61 +197,36 @@ private: - static const int c_defaultStackSize = 2000000; // fixme: make configurable - - /* real entry point of the coroutine */ -- static void callerStub( intptr_t aData ) -+ static context_type callerStub( context_type caller, COROUTINE* cor ) - { - // get pointer to self -- COROUTINE* cor = reinterpret_cast*>( aData ); -+ cor->m_caller = &caller; - - // call the coroutine method -- cor->m_retVal = cor->m_func( *cor->m_args ); -+ cor->m_retVal = cor->m_func( *( cor->m_args ) ); - cor->m_running = false; - - // go back to wherever we came from. -- jump( cor->m_self, cor->m_saved, 0 ); // reinterpret_cast( this )); -+ return caller; - } - - ///> Wrapper for jump_fcontext to assure compatibility between different boost versions -- static inline intptr_t jump(boost::context::fcontext_t* aOld, boost::context::fcontext_t* aNew, -- intptr_t aP, bool aPreserveFPU = true ) -- { --#if BOOST_VERSION >= 105600 -- return boost::context::jump_fcontext( aOld, *aNew, aP, aPreserveFPU ); --#else -- return boost::context::jump_fcontext( aOld, aNew, aP, aPreserveFPU ); --#endif -- } -- -- template -- struct strip_ref -- { -- typedef T result; -- }; - -- template -- struct strip_ref -- { -- typedef T result; -- }; -+ std::function m_func; - -- DELEGATE m_func; -+ bool m_running; - - ///< pointer to coroutine entry arguments. Stripped of references - ///< to avoid compiler errors. -- typename strip_ref::result* m_args; -+ typename std::remove_reference::type* m_args; -+ - ReturnType m_retVal; - - ///< saved caller context -- boost::context::fcontext_t* m_saved; -+ context_type* m_caller; - - ///< saved coroutine context -- boost::context::fcontext_t* m_self; -- -- ///< coroutine stack -- void* m_stack; -- -- size_t m_stackSize; -- -- bool m_running; -+ context_type* m_callee; - }; - - #endif Property changes on: head/cad/kicad/files/patch-include_tool_coroutine.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/cad/kicad/files/patch-include_tool_tool__manager.h =================================================================== --- head/cad/kicad/files/patch-include_tool_tool__manager.h (revision 480531) +++ head/cad/kicad/files/patch-include_tool_tool__manager.h (nonexistent) @@ -1,19 +0,0 @@ ---- include/tool/tool_manager.h.orig 2017-07-14 19:17:29 UTC -+++ include/tool/tool_manager.h -@@ -29,6 +29,7 @@ - #include - #include - #include -+#include - - #include - -@@ -278,6 +279,8 @@ public: - void ScheduleNextState( TOOL_BASE* aTool, TOOL_STATE_FUNC& aHandler, - const TOOL_EVENT_LIST& aConditions ); - -+ void RunMainStack( TOOL_BASE* aTool, std::function aFunc ); -+ - /** - * Pauses execution of a given tool until one or more events matching aConditions arrives. - * The pause/resume operation is done through COROUTINE object. Property changes on: head/cad/kicad/files/patch-include_tool_tool__manager.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/cad/kicad/files/patch-include_tool_tool__base.h =================================================================== --- head/cad/kicad/files/patch-include_tool_tool__base.h (revision 480531) +++ head/cad/kicad/files/patch-include_tool_tool__base.h (nonexistent) @@ -1,22 +0,0 @@ ---- include/tool/tool_base.h.orig 2017-07-14 19:17:29 UTC -+++ include/tool/tool_base.h -@@ -31,7 +31,8 @@ - #include - #include - --#include -+// Patch obtained from https://git.archlinux.org/svntogit/community.git/tree/trunk/boost-1.61.patch?h=packages/kicad -+#include - - class EDA_ITEM; - class TOOL_MANAGER; -@@ -53,7 +54,8 @@ enum TOOL_TYPE - - /// Unique identifier for tools - typedef int TOOL_ID; --typedef DELEGATE TOOL_STATE_FUNC; -+ -+using TOOL_STATE_FUNC = std::function; - - /** - * Class TOOL_BASE Property changes on: head/cad/kicad/files/patch-include_tool_tool__base.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/cad/kicad/files/patch-3d-viewer_3d__cache_3d__cache.cpp =================================================================== --- head/cad/kicad/files/patch-3d-viewer_3d__cache_3d__cache.cpp (nonexistent) +++ head/cad/kicad/files/patch-3d-viewer_3d__cache_3d__cache.cpp (revision 480532) @@ -0,0 +1,11 @@ +--- 3d-viewer/3d_cache/3d_cache.cpp.orig 2018-07-13 19:53:52 UTC ++++ 3d-viewer/3d_cache/3d_cache.cpp +@@ -34,7 +34,7 @@ + #include + #include + +-#include ++#include + + #include + #include Property changes on: head/cad/kicad/files/patch-3d-viewer_3d__cache_3d__cache.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/kicad/files/patch-CMakeModules_config.h.cmake =================================================================== --- head/cad/kicad/files/patch-CMakeModules_config.h.cmake (revision 480531) +++ head/cad/kicad/files/patch-CMakeModules_config.h.cmake (revision 480532) @@ -1,11 +1,11 @@ ---- CMakeModules/config.h.cmake.orig 2017-07-14 19:17:29 UTC +--- CMakeModules/config.h.cmake.orig 2018-07-13 19:53:52 UTC +++ CMakeModules/config.h.cmake @@ -36,7 +36,7 @@ #cmakedefine HAVE_ISO646_H #if defined( HAVE_ISO646_H ) -#include +#include #endif - #if defined( HAVE_STRCASECMP ) + #if !defined( HAVE_STRCASECMP ) Index: head/cad/kicad/files/patch-common_tool_tool__manager.cpp =================================================================== --- head/cad/kicad/files/patch-common_tool_tool__manager.cpp (revision 480531) +++ head/cad/kicad/files/patch-common_tool_tool__manager.cpp (revision 480532) @@ -1,25 +1,10 @@ ---- common/tool/tool_manager.cpp.orig 2017-07-14 19:17:29 UTC +--- common/tool/tool_manager.cpp.orig 2018-07-13 19:53:52 UTC +++ common/tool/tool_manager.cpp -@@ -27,6 +27,7 @@ - #include +@@ -26,6 +26,7 @@ + #include #include #include +#include - #include - #include -@@ -542,11 +543,12 @@ void TOOL_MANAGER::dispatchInternal( con - if( st->cofunc ) - st->Push(); - -+// Patch obtained from https://git.archlinux.org/svntogit/community.git/tree/trunk/boost-1.61.patch?h=packages/kicad -+ st->cofunc = new COROUTINE( tr.second ); -+ - // as the state changes, the transition table has to be set up again - st->transitions.clear(); - -- st->cofunc = new COROUTINE( tr.second ); -- - // got match? Run the handler. - st->cofunc->Call( aEvent ); + #include Index: head/cad/kicad/files/patch-include_tool_tool__interactive.h =================================================================== --- head/cad/kicad/files/patch-include_tool_tool__interactive.h (revision 480531) +++ head/cad/kicad/files/patch-include_tool_tool__interactive.h (revision 480532) @@ -1,20 +1,10 @@ ---- include/tool/tool_interactive.h.orig 2017-07-14 19:17:29 UTC +--- include/tool/tool_interactive.h.orig 2018-07-13 19:53:52 UTC +++ include/tool/tool_interactive.h -@@ -26,6 +26,7 @@ +@@ -27,6 +27,7 @@ #define __TOOL_INTERACTIVE_H #include +#include #include #include -@@ -113,7 +114,8 @@ template - void TOOL_INTERACTIVE::Go( int (T::* aStateFunc)( const TOOL_EVENT& ), - const TOOL_EVENT_LIST& aConditions ) - { -- TOOL_STATE_FUNC sptr( static_cast( this ), aStateFunc ); -+// Patch obtained from https://git.archlinux.org/svntogit/community.git/tree/trunk/boost-1.61.patch?h=packages/kicad -+ TOOL_STATE_FUNC sptr = std::bind( aStateFunc, static_cast( this ), std::placeholders::_1 ); - - goInternal( sptr, aConditions ); - } Index: head/cad/kicad/pkg-plist =================================================================== --- head/cad/kicad/pkg-plist (revision 480531) +++ head/cad/kicad/pkg-plist (revision 480532) @@ -1,259 +1,342 @@ bin/_cvpcb.kiface bin/_eeschema.kiface bin/_gerbview.kiface bin/_pcb_calculator.kiface bin/_pcbnew.kiface bin/_pl_editor.kiface bin/bitmap2component bin/dxf2idf bin/eeschema bin/gerbview bin/idf2vrml bin/idfcyl bin/idfrect bin/kicad +bin/kicad-ogltest +bin/kicad2step bin/pcb_calculator bin/pcbnew bin/pl_editor -lib/kicad/plugins/README-bom.txt -lib/kicad/plugins/bom2csv.xsl -lib/kicad/plugins/bom2grouped_csv.xsl -lib/kicad/plugins/bom_csv_grouped_by_value.py -lib/kicad/plugins/bom_csv_grouped_by_value_with_fp.py -lib/kicad/plugins/bom_csv_sorted_by_ref.py -lib/kicad/plugins/bom_html_grouped_by_value.py -lib/kicad/plugins/bom_html_with_advanced_grouping.py -lib/kicad/plugins/bom_sorted_by_ref.py -lib/kicad/plugins/bom_with_title_block_2_csv.xsl -lib/kicad/plugins/kicad_netlist_reader.py -lib/kicad/plugins/netlist_form_OrcadPcb2.xsl -lib/kicad/plugins/netlist_form_cadstar-RINF.xsl -lib/kicad/plugins/netlist_form_cadstar.xsl -lib/kicad/plugins/netlist_form_pads-pcb.xsl +lib/kicad/plugins/3d/libs3d_plugin_idf.so +lib/kicad/plugins/3d/libs3d_plugin_oce.so +lib/kicad/plugins/3d/libs3d_plugin_vrml.so +lib/libkicad_3dsg.so +lib/libkicad_3dsg.so.2.0.0 %%PYTHON_SITELIBDIR%%/_pcbnew.so %%PYTHON_SITELIBDIR%%/pcbnew.py +share/appdata/kicad.appdata.xml %%DESKTOPDIR%%/bitmap2component.desktop -%%DESKTOPDIR%%/cvpcb.desktop %%DESKTOPDIR%%/eeschema.desktop %%DESKTOPDIR%%/gerbview.desktop %%DESKTOPDIR%%/kicad.desktop %%DESKTOPDIR%%/pcbcalculator.desktop %%DESKTOPDIR%%/pcbnew.desktop -%%PORTDOCS%%%%DOCSDIR%%/GUI_Translation_HOWTO.odt -%%PORTDOCS%%%%DOCSDIR%%/GUI_Translation_HOWTO.pdf -%%PORTDOCS%%%%DOCSDIR%%/HOW_TO_CONTRIBUTE.txt -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt %%PORTDOCS%%%%DOCSDIR%%/KIWAY_Build_Symbols_Defined.txt %%PORTDOCS%%%%DOCSDIR%%/biu-plan.txt %%PORTDOCS%%%%DOCSDIR%%/changelogs/CHANGELOG-2007.txt %%PORTDOCS%%%%DOCSDIR%%/changelogs/CHANGELOG-2008.txt %%PORTDOCS%%%%DOCSDIR%%/changelogs/CHANGELOG-2009.txt %%PORTDOCS%%%%DOCSDIR%%/changelogs/CHANGELOG-2010.txt %%PORTDOCS%%%%DOCSDIR%%/changelogs/CHANGELOG-2011.txt -%%PORTDOCS%%%%DOCSDIR%%/coding_style_policy.pdf +%%PORTDOCS%%%%DOCSDIR%%/changelogs/CHANGELOG-2012.txt %%PORTDOCS%%%%DOCSDIR%%/development/Doxyfile %%PORTDOCS%%%%DOCSDIR%%/development/coding-style-policy.md +%%PORTDOCS%%%%DOCSDIR%%/development/commit-message-format.md %%PORTDOCS%%%%DOCSDIR%%/development/compiling.md +%%PORTDOCS%%%%DOCSDIR%%/development/config-strings.md +%%PORTDOCS%%%%DOCSDIR%%/development/pcbnew-plugins.md +%%PORTDOCS%%%%DOCSDIR%%/development/road-map-r5.md +%%PORTDOCS%%%%DOCSDIR%%/development/road-map-r6.md %%PORTDOCS%%%%DOCSDIR%%/development/road-map.md -%%PORTDOCS%%%%DOCSDIR%%/development/stable-release-policy.md -%%PORTDOCS%%%%DOCSDIR%%/guidelines/UIpolicies.txt -%%PORTDOCS%%%%DOCSDIR%%/interactive_router/build.sh -%%PORTDOCS%%%%DOCSDIR%%/interactive_router/interactive_router.mmd -%%PORTDOCS%%%%DOCSDIR%%/interactive_router/pictures/opengl_menu.png -%%PORTDOCS%%%%DOCSDIR%%/interactive_router/pictures/route_icon.png -%%PORTDOCS%%%%DOCSDIR%%/interactive_router/pictures/router_options.png -%%PORTDOCS%%%%DOCSDIR%%/interactive_router/pictures/rules_editor.png +%%PORTDOCS%%%%DOCSDIR%%/development/stable-%%CMAKE_BUILD_TYPE%%-policy.md +%%PORTDOCS%%%%DOCSDIR%%/development/testing.md +%%PORTDOCS%%%%DOCSDIR%%/development/tool-framework.md +%%PORTDOCS%%%%DOCSDIR%%/development/ui-policy.md +%%PORTDOCS%%%%DOCSDIR%%/eagle-plugin-notes.txt +%%PORTDOCS%%%%DOCSDIR%%/kicad_doxygen_logo.png %%PORTDOCS%%%%DOCSDIR%%/notes_about_pcbnew_new_file_format.odt -%%PORTDOCS%%%%DOCSDIR%%/rules_for_capitalization_in_Kicad_UI.txt %%PORTDOCS%%%%DOCSDIR%%/s-expressions.txt -%%PORTDOCS%%%%DOCSDIR%%/scripts/kicad-install.sh +%%PORTDOCS%%%%DOCSDIR%%/scripts/ddr3_length_match.py +%%PORTDOCS%%%%DOCSDIR%%/scripts/get_libngspice_so.sh %%PORTDOCS%%%%DOCSDIR%%/scripts/lib_convert.py -%%PORTDOCS%%%%DOCSDIR%%/scripts/library-repos-install.bat %%PORTDOCS%%%%DOCSDIR%%/scripts/library-repos-install.sh -%%PORTDOCS%%%%DOCSDIR%%/scripts/osx_build_wx.sh -%%PORTDOCS%%%%DOCSDIR%%/scripts/osx_fixbundle.sh +%%PORTDOCS%%%%DOCSDIR%%/scripts/mk_macos_icons.py +%%PORTDOCS%%%%DOCSDIR%%/scripts/mk_mime_icons.py %%PORTDOCS%%%%DOCSDIR%%/scripts/test_kicad_plugin.py %%PORTDOCS%%%%DOCSDIR%%/scripts/test_plugin.py -%%PORTDOCS%%%%DOCSDIR%%/wxWidgets_patch_notes.txt -share/icons/hicolor/128x128/apps/3d.png share/icons/hicolor/128x128/apps/bitmap2component.png -share/icons/hicolor/128x128/apps/cvpcb.png share/icons/hicolor/128x128/apps/eeschema.png share/icons/hicolor/128x128/apps/gerbview.png share/icons/hicolor/128x128/apps/kicad.png share/icons/hicolor/128x128/apps/pcbcalculator.png share/icons/hicolor/128x128/apps/pcbnew.png -share/icons/hicolor/128x128/mimetypes/application-x-3d-project.png -share/icons/hicolor/128x128/mimetypes/application-x-bitmap2component-project.png -share/icons/hicolor/128x128/mimetypes/application-x-cvpcb-project.png -share/icons/hicolor/128x128/mimetypes/application-x-eeschema-project.png -share/icons/hicolor/128x128/mimetypes/application-x-gerbview-project.png +share/icons/hicolor/128x128/mimetypes/application-x-kicad-pcb.png share/icons/hicolor/128x128/mimetypes/application-x-kicad-project.png -share/icons/hicolor/128x128/mimetypes/application-x-pcbcalculator-project.png -share/icons/hicolor/128x128/mimetypes/application-x-pcbnew-project.png +share/icons/hicolor/128x128/mimetypes/application-x-kicad-schematic.png +share/icons/hicolor/16x16/apps/bitmap2component.png +share/icons/hicolor/16x16/apps/eeschema.png +share/icons/hicolor/16x16/apps/gerbview.png +share/icons/hicolor/16x16/apps/kicad.png +share/icons/hicolor/16x16/apps/pcbcalculator.png +share/icons/hicolor/16x16/apps/pcbnew.png +share/icons/hicolor/16x16/mimetypes/application-x-kicad-pcb.png share/icons/hicolor/16x16/mimetypes/application-x-kicad-project.png +share/icons/hicolor/16x16/mimetypes/application-x-kicad-schematic.png +share/icons/hicolor/22x22/apps/bitmap2component.png +share/icons/hicolor/22x22/apps/eeschema.png +share/icons/hicolor/22x22/apps/gerbview.png share/icons/hicolor/22x22/apps/kicad.png +share/icons/hicolor/22x22/apps/pcbcalculator.png +share/icons/hicolor/22x22/apps/pcbnew.png +share/icons/hicolor/22x22/mimetypes/application-x-kicad-pcb.png share/icons/hicolor/22x22/mimetypes/application-x-kicad-project.png +share/icons/hicolor/22x22/mimetypes/application-x-kicad-schematic.png +share/icons/hicolor/24x24/apps/bitmap2component.png +share/icons/hicolor/24x24/apps/eeschema.png +share/icons/hicolor/24x24/apps/gerbview.png share/icons/hicolor/24x24/apps/kicad.png +share/icons/hicolor/24x24/apps/pcbcalculator.png +share/icons/hicolor/24x24/apps/pcbnew.png +share/icons/hicolor/24x24/mimetypes/application-x-kicad-pcb.png share/icons/hicolor/24x24/mimetypes/application-x-kicad-project.png +share/icons/hicolor/24x24/mimetypes/application-x-kicad-schematic.png +share/icons/hicolor/32x32/apps/bitmap2component.png +share/icons/hicolor/32x32/apps/eeschema.png +share/icons/hicolor/32x32/apps/gerbview.png share/icons/hicolor/32x32/apps/kicad.png +share/icons/hicolor/32x32/apps/pcbcalculator.png +share/icons/hicolor/32x32/apps/pcbnew.png +share/icons/hicolor/32x32/mimetypes/application-x-kicad-pcb.png share/icons/hicolor/32x32/mimetypes/application-x-kicad-project.png +share/icons/hicolor/32x32/mimetypes/application-x-kicad-schematic.png share/icons/hicolor/48x48/apps/bitmap2component.png -share/icons/hicolor/48x48/apps/cvpcb.png share/icons/hicolor/48x48/apps/eeschema.png share/icons/hicolor/48x48/apps/gerbview.png share/icons/hicolor/48x48/apps/kicad.png share/icons/hicolor/48x48/apps/pcbcalculator.png share/icons/hicolor/48x48/apps/pcbnew.png -share/icons/hicolor/48x48/mimetypes/application-x-bitmap2component-project.png -share/icons/hicolor/48x48/mimetypes/application-x-cvpcb-project.png -share/icons/hicolor/48x48/mimetypes/application-x-eeschema-project.png -share/icons/hicolor/48x48/mimetypes/application-x-gerbview-project.png +share/icons/hicolor/48x48/mimetypes/application-x-kicad-pcb.png share/icons/hicolor/48x48/mimetypes/application-x-kicad-project.png -share/icons/hicolor/48x48/mimetypes/application-x-pcbcalculator-project.png -share/icons/hicolor/48x48/mimetypes/application-x-pcbnew-project.png -share/icons/hicolor/scalable/apps/3d.svg +share/icons/hicolor/48x48/mimetypes/application-x-kicad-schematic.png +share/icons/hicolor/64x64/apps/bitmap2component.png +share/icons/hicolor/64x64/apps/eeschema.png +share/icons/hicolor/64x64/apps/gerbview.png +share/icons/hicolor/64x64/apps/kicad.png +share/icons/hicolor/64x64/apps/pcbcalculator.png +share/icons/hicolor/64x64/apps/pcbnew.png +share/icons/hicolor/64x64/mimetypes/application-x-kicad-pcb.png +share/icons/hicolor/64x64/mimetypes/application-x-kicad-project.png +share/icons/hicolor/64x64/mimetypes/application-x-kicad-schematic.png share/icons/hicolor/scalable/apps/bitmap2component.svg -share/icons/hicolor/scalable/apps/cvpcb.svg share/icons/hicolor/scalable/apps/eeschema.svg share/icons/hicolor/scalable/apps/gerbview.svg share/icons/hicolor/scalable/apps/kicad.svg share/icons/hicolor/scalable/apps/pcbcalculator.svg share/icons/hicolor/scalable/apps/pcbnew.svg -share/icons/hicolor/scalable/mimetypes/application-x-3d-project.svg -share/icons/hicolor/scalable/mimetypes/application-x-bitmap2component-project.svg -share/icons/hicolor/scalable/mimetypes/application-x-cvpcb-project.svg -share/icons/hicolor/scalable/mimetypes/application-x-eeschema-project.svg -share/icons/hicolor/scalable/mimetypes/application-x-gerbview-project.svg +share/icons/hicolor/scalable/mimetypes/application-x-kicad-pcb.svg share/icons/hicolor/scalable/mimetypes/application-x-kicad-project.svg -share/icons/hicolor/scalable/mimetypes/application-x-pcbcalculator-project.svg -share/icons/hicolor/scalable/mimetypes/application-x-pcbnew-project.svg +share/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg %%DATADIR%%/demos/complex_hierarchy/ampli_ht.sch %%DATADIR%%/demos/complex_hierarchy/complex_hierarchy-cache.lib %%DATADIR%%/demos/complex_hierarchy/complex_hierarchy.kicad_pcb %%DATADIR%%/demos/complex_hierarchy/complex_hierarchy.net %%DATADIR%%/demos/complex_hierarchy/complex_hierarchy.pro %%DATADIR%%/demos/complex_hierarchy/complex_hierarchy.sch %%DATADIR%%/demos/complex_hierarchy/complex_hierarchy_schlib.lib +%%DATADIR%%/demos/complex_hierarchy/fp-lib-table +%%DATADIR%%/demos/complex_hierarchy/sym-lib-table +%%DATADIR%%/demos/custom_pads_test/custom_pads_schlib.dcm +%%DATADIR%%/demos/custom_pads_test/custom_pads_schlib.lib +%%DATADIR%%/demos/custom_pads_test/custom_pads_test-cache.lib +%%DATADIR%%/demos/custom_pads_test/custom_pads_test.kicad_pcb +%%DATADIR%%/demos/custom_pads_test/custom_pads_test.lib +%%DATADIR%%/demos/custom_pads_test/custom_pads_test.net +%%DATADIR%%/demos/custom_pads_test/custom_pads_test.pro +%%DATADIR%%/demos/custom_pads_test/custom_pads_test.sch +%%DATADIR%%/demos/custom_pads_test/sym-lib-table %%DATADIR%%/demos/ecc83/ecc83-pp-cache.lib %%DATADIR%%/demos/ecc83/ecc83-pp.kicad_pcb %%DATADIR%%/demos/ecc83/ecc83-pp.net %%DATADIR%%/demos/ecc83/ecc83-pp.pro %%DATADIR%%/demos/ecc83/ecc83-pp.sch %%DATADIR%%/demos/ecc83/ecc83-pp_v2-cache.lib %%DATADIR%%/demos/ecc83/ecc83-pp_v2.kicad_pcb %%DATADIR%%/demos/ecc83/ecc83-pp_v2.net %%DATADIR%%/demos/ecc83/ecc83-pp_v2.pro %%DATADIR%%/demos/ecc83/ecc83-pp_v2.sch %%DATADIR%%/demos/ecc83/ecc83_schlib.dcm %%DATADIR%%/demos/ecc83/ecc83_schlib.lib %%DATADIR%%/demos/ecc83/fp-lib-table +%%DATADIR%%/demos/ecc83/sym-lib-table +%%DATADIR%%/demos/electric/elec-unifil.dcm +%%DATADIR%%/demos/electric/elec-unifil.lib %%DATADIR%%/demos/electric/electric-cache.lib %%DATADIR%%/demos/electric/electric.pro %%DATADIR%%/demos/electric/electric.sch +%%DATADIR%%/demos/electric/sym-lib-table %%DATADIR%%/demos/flat_hierarchy/flat_hierarchy-cache.lib %%DATADIR%%/demos/flat_hierarchy/flat_hierarchy.kicad_pcb %%DATADIR%%/demos/flat_hierarchy/flat_hierarchy.net %%DATADIR%%/demos/flat_hierarchy/flat_hierarchy.pro %%DATADIR%%/demos/flat_hierarchy/flat_hierarchy.sch %%DATADIR%%/demos/flat_hierarchy/flat_hierarchy_schlib.lib %%DATADIR%%/demos/flat_hierarchy/pic_programmer.sch %%DATADIR%%/demos/flat_hierarchy/pic_sockets.sch -%%DATADIR%%/demos/interf_u/image.lib -%%DATADIR%%/demos/interf_u/image.mod +%%DATADIR%%/demos/flat_hierarchy/sym-lib-table +%%DATADIR%%/demos/interf_u/fp-lib-table %%DATADIR%%/demos/interf_u/interf_u-cache.lib -%%DATADIR%%/demos/interf_u/interf_u.cmp %%DATADIR%%/demos/interf_u/interf_u.kicad_pcb %%DATADIR%%/demos/interf_u/interf_u.net +%%DATADIR%%/demos/interf_u/interf_u.pretty/BUS_PC.kicad_mod +%%DATADIR%%/demos/interf_u/interf_u.pretty/PGA120.kicad_mod %%DATADIR%%/demos/interf_u/interf_u.pro %%DATADIR%%/demos/interf_u/interf_u.sch +%%DATADIR%%/demos/interf_u/interf_u_schlib.dcm %%DATADIR%%/demos/interf_u/interf_u_schlib.lib %%DATADIR%%/demos/interf_u/pagelayout_logo.kicad_wks +%%DATADIR%%/demos/interf_u/sym-lib-table %%DATADIR%%/demos/interf_u/tux.bmp +%%DATADIR%%/demos/interf_u/tux.kicad_mod +%%DATADIR%%/demos/interf_u/tux.lib +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/fp-lib-table %%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/in_out_conn.sch %%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213-cache.lib %%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.kicad_pcb %%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.net %%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.pro %%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.sch +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213_schlib.dcm %%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213_schlib.lib -%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/dpack_5.wings -%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/dpack_5.wrl +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/Device.switch_toggle_horizontal_right_angle_PC_terminal.wings +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/Device.switch_toggle_horizontal_right_angle_PC_terminal.wrl +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/Jack.wings +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/Jack.wrl +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/db9_female_pin90deg.wrl %%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/push_butt_4pads.wings %%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/push_butt_4pads.wrl +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/sym-lib-table %%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/xilinx.sch %%DATADIR%%/demos/microwave/microwave.kicad_pcb %%DATADIR%%/demos/microwave/microwave.pro %%DATADIR%%/demos/microwave/shape1.txt %%DATADIR%%/demos/pic_programmer/fp-lib-table -%%DATADIR%%/demos/pic_programmer/libs/pic_programmer_fp.pretty/1pin-4.kicad_mod +%%DATADIR%%/demos/pic_programmer/libs/pic_programmer_fp.pretty/40tex-Ell600.kicad_mod +%%DATADIR%%/demos/pic_programmer/libs/pic_programmer_fp.pretty/RV2X4.kicad_mod +%%DATADIR%%/demos/pic_programmer/libs/pic_programmer_fp.pretty/TO-92_BC237_307.kicad_mod +%%DATADIR%%/demos/pic_programmer/libs/pic_programmer_schlib.dcm %%DATADIR%%/demos/pic_programmer/libs/pic_programmer_schlib.lib %%DATADIR%%/demos/pic_programmer/pic_programmer-cache.lib %%DATADIR%%/demos/pic_programmer/pic_programmer.kicad_pcb %%DATADIR%%/demos/pic_programmer/pic_programmer.net %%DATADIR%%/demos/pic_programmer/pic_programmer.pro %%DATADIR%%/demos/pic_programmer/pic_programmer.sch %%DATADIR%%/demos/pic_programmer/pic_sockets.sch -%%DATADIR%%/demos/pspice/pspice-cache.lib -%%DATADIR%%/demos/pspice/pspice.cir -%%DATADIR%%/demos/pspice/pspice.pro -%%DATADIR%%/demos/pspice/pspice.sch +%%DATADIR%%/demos/pic_programmer/sym-lib-table +%%DATADIR%%/demos/python_scripts_examples/action_menu_add_automatic_border.py +%%DATADIR%%/demos/python_scripts_examples/action_menu_text_by_date.py +%%DATADIR%%/demos/python_scripts_examples/action_plugin_test_undoredo.py %%DATADIR%%/demos/python_scripts_examples/gen_gerber_and_drill_files_board.py %%DATADIR%%/demos/python_scripts_examples/plot_board.py +%%DATADIR%%/demos/simulation/laser_driver/ad8009.lib +%%DATADIR%%/demos/simulation/laser_driver/fzt1049a.lib +%%DATADIR%%/demos/simulation/laser_driver/laser.lib +%%DATADIR%%/demos/simulation/laser_driver/laser_driver-cache.lib +%%DATADIR%%/demos/simulation/laser_driver/laser_driver.pro +%%DATADIR%%/demos/simulation/laser_driver/laser_driver.sch +%%DATADIR%%/demos/simulation/laser_driver/laser_driver_schlib.lib +%%DATADIR%%/demos/simulation/laser_driver/sym-lib-table +%%DATADIR%%/demos/simulation/pspice/pspice-cache.lib +%%DATADIR%%/demos/simulation/pspice/pspice.pro +%%DATADIR%%/demos/simulation/pspice/pspice.sch +%%DATADIR%%/demos/simulation/pspice/schematic_libspice.dcm +%%DATADIR%%/demos/simulation/pspice/schematic_libspice.lib +%%DATADIR%%/demos/simulation/pspice/sym-lib-table +%%DATADIR%%/demos/simulation/rectifier/rectifier-cache.lib +%%DATADIR%%/demos/simulation/rectifier/rectifier.pro +%%DATADIR%%/demos/simulation/rectifier/rectifier.sch +%%DATADIR%%/demos/simulation/rectifier/rectifier_schlib.lib +%%DATADIR%%/demos/simulation/rectifier/sym-lib-table +%%DATADIR%%/demos/simulation/sallen_key/ad8051.lib +%%DATADIR%%/demos/simulation/sallen_key/sallen_key-cache.lib +%%DATADIR%%/demos/simulation/sallen_key/sallen_key.pro +%%DATADIR%%/demos/simulation/sallen_key/sallen_key.sch +%%DATADIR%%/demos/simulation/sallen_key/sallen_key_schlib.lib +%%DATADIR%%/demos/simulation/sallen_key/sym-lib-table +%%DATADIR%%/demos/sonde xilinx/fp-lib-table %%DATADIR%%/demos/sonde xilinx/sonde xilinx-cache.lib %%DATADIR%%/demos/sonde xilinx/sonde xilinx.kicad_pcb %%DATADIR%%/demos/sonde xilinx/sonde xilinx.net %%DATADIR%%/demos/sonde xilinx/sonde xilinx.pro %%DATADIR%%/demos/sonde xilinx/sonde xilinx.sch %%DATADIR%%/demos/sonde xilinx/sonde xilinx_schlib.lib +%%DATADIR%%/demos/sonde xilinx/sym-lib-table +%%DATADIR%%/demos/test_pads_inside_pads/sym-lib-table %%DATADIR%%/demos/test_pads_inside_pads/test_pads_inside_pads-cache.lib %%DATADIR%%/demos/test_pads_inside_pads/test_pads_inside_pads.kicad_pcb %%DATADIR%%/demos/test_pads_inside_pads/test_pads_inside_pads.net %%DATADIR%%/demos/test_pads_inside_pads/test_pads_inside_pads.pro %%DATADIR%%/demos/test_pads_inside_pads/test_pads_inside_pads.sch +%%DATADIR%%/demos/test_pads_inside_pads/test_pads_inside_pads_schlib.dcm +%%DATADIR%%/demos/test_pads_inside_pads/test_pads_inside_pads_schlib.lib %%DATADIR%%/demos/test_xil_95108/carte_test-cache.lib %%DATADIR%%/demos/test_xil_95108/carte_test.kicad_pcb %%DATADIR%%/demos/test_xil_95108/carte_test.net %%DATADIR%%/demos/test_xil_95108/carte_test.pro %%DATADIR%%/demos/test_xil_95108/carte_test.sch +%%DATADIR%%/demos/test_xil_95108/carte_test_schlib.dcm %%DATADIR%%/demos/test_xil_95108/carte_test_schlib.lib %%DATADIR%%/demos/test_xil_95108/fp-lib-table +%%DATADIR%%/demos/test_xil_95108/sym-lib-table %%DATADIR%%/demos/video/bus_pci.sch %%DATADIR%%/demos/video/esvideo.sch %%DATADIR%%/demos/video/fp-lib-table %%DATADIR%%/demos/video/graphic.sch %%DATADIR%%/demos/video/libs/footprints.pretty/LRTDK.kicad_mod %%DATADIR%%/demos/video/libs/footprints.pretty/PLCC68.kicad_mod %%DATADIR%%/demos/video/libs/footprints.pretty/PLCC84.kicad_mod %%DATADIR%%/demos/video/libs/footprints.pretty/sim72.kicad_mod %%DATADIR%%/demos/video/libs/video_schlib.lib %%DATADIR%%/demos/video/modul.sch %%DATADIR%%/demos/video/muxdata.sch %%DATADIR%%/demos/video/pal-ntsc.sch %%DATADIR%%/demos/video/rams.sch +%%DATADIR%%/demos/video/sym-lib-table %%DATADIR%%/demos/video/video-cache.lib %%DATADIR%%/demos/video/video.kicad_pcb %%DATADIR%%/demos/video/video.net %%DATADIR%%/demos/video/video.pro %%DATADIR%%/demos/video/video.sch -%%DATADIR%%/scripting/plugins/FPC_(SMD_type)_footprintwizard.py -%%DATADIR%%/scripting/plugins/FootprintWizardDrawingAids.py -%%DATADIR%%/scripting/plugins/HelpfulFootprintWizardPlugin.py +%%DATADIR%%/plugins/README-bom.txt +%%DATADIR%%/plugins/bom2csv.xsl +%%DATADIR%%/plugins/bom2grouped_csv.xsl +%%DATADIR%%/plugins/bom_csv_grouped_by_value.py +%%DATADIR%%/plugins/bom_csv_grouped_by_value_with_fp.py +%%DATADIR%%/plugins/bom_csv_sorted_by_ref.py +%%DATADIR%%/plugins/bom_html_grouped_by_value.py +%%DATADIR%%/plugins/bom_html_with_advanced_grouping.py +%%DATADIR%%/plugins/bom_sorted_by_ref.py +%%DATADIR%%/plugins/bom_with_title_block_2_csv.xsl +%%DATADIR%%/plugins/kicad_netlist_reader.py +%%DATADIR%%/plugins/netlist_form_OrcadPcb2.xsl +%%DATADIR%%/plugins/netlist_form_cadstar-RINF.xsl +%%DATADIR%%/plugins/netlist_form_cadstar.xsl +%%DATADIR%%/plugins/netlist_form_pads-pcb.asc.xsl +%%DATADIR%%/scripting/kicad_pyshell/__init__.py +%%DATADIR%%/scripting/plugins/FPC_wizard.py +%%DATADIR%%/scripting/plugins/FootprintWizardBase.py %%DATADIR%%/scripting/plugins/PadArray.py %%DATADIR%%/scripting/plugins/__init__.py %%DATADIR%%/scripting/plugins/bga_wizard.py %%DATADIR%%/scripting/plugins/circular_pad_array_wizard.py +%%DATADIR%%/scripting/plugins/microMatch_connectors.py +%%DATADIR%%/scripting/plugins/qfn_wizard.py %%DATADIR%%/scripting/plugins/qfp_wizard.py +%%DATADIR%%/scripting/plugins/qrcode.py +%%DATADIR%%/scripting/plugins/qrcode_footprint_wizard.py %%DATADIR%%/scripting/plugins/sdip_wizard.py %%DATADIR%%/scripting/plugins/touch_slider_wizard.py %%DATADIR%%/scripting/plugins/uss39_barcode.py %%DATADIR%%/scripting/plugins/zip_wizard.py -%%DATADIR%%/template/gost_landscape.kicad_wks -%%DATADIR%%/template/gost_portrait.kicad_wks %%DATADIR%%/template/kicad.pro -%%DATADIR%%/template/pagelayout_default.kicad_wks -%%DATADIR%%/template/pagelayout_logo.kicad_wks -share/mime/packages/kicad.xml -share/mimelnk/application/x-kicad-pcb.desktop -share/mimelnk/application/x-kicad-project.desktop -share/mimelnk/application/x-kicad-schematic.desktop +share/mime/packages/kicad-gerbers.xml +share/mime/packages/kicad-kicad.xml