Index: trunk/scconfig/plugins.h =================================================================== --- trunk/scconfig/plugins.h (revision 34793) +++ trunk/scconfig/plugins.h (revision 34794) @@ -7,16 +7,10 @@ plugin_header("\nLibrary plugins:\n") plugin_def("lib_compat_help", "#compatibility helper functions", sbuildin, 1, 0) plugin_def("lib_formula", "mathematical formulas", sbuildin, 1, 0) -plugin_def("lib_gensexpr", "#s-expression library", sdisable, 0, 1) -plugin_def("lib_gtk_common", "all-hid_gtk common code", sdisable, 0, 1) -plugin_def("lib_hid_common", "all-gui-hid common code", sdisable, 0, 1) -plugin_def("lib_hid_gl", "openGL rendering", sdisable, 0, 1) plugin_def("lib_hid_pcbui", "common PCB-related GUI elements", sdisable, 0, 0) plugin_def("lib_netmap", "map nets and objects", sdisable, 0, 0) plugin_def("lib_polyhelp", "polygon helpers", sbuildin, 1, 0) -plugin_def("lib_portynet", "#IPv4 tcp", sbuildin, 1, 1) plugin_def("lib_vfs", "fetch data for VFS export", sdisable, 0, 0) -plugin_def("lib_wget", "wget(1) wrapper", sdisable, 0, 1) plugin_header("\nFeature plugins:\n") plugin_def("acompnet", "net auto-completion", sdisable, 1, 0) @@ -42,9 +36,7 @@ plugin_def("extedit", "edit with external program", sbuildin, 1, 0) plugin_def("exto_std", "standard extended objects", sbuildin, 1, 0) plugin_def("fontmode", "font editor", sbuildin, 1, 0) -plugin_def("irc", "on-line support (IRC)", sbuildin, 1, 1) plugin_def("jostle", "push lines out of the way", sbuildin, 1, 0) -plugin_def("loghid", "diagnostics: log HID calls", sdisable, 1, 1) plugin_def("millpath", "calculate toolpath for milling", sdisable, 1, 0) plugin_def("mincut", "minimal cut shorts", sbuildin, 1, 0) plugin_def("oldactions", "old/obsolete actions", sdisable, 1, 0) @@ -58,7 +50,6 @@ plugin_def("renumber", "renumber action", sbuildin, 1, 0) plugin_def("report", "report actions", sbuildin, 1, 0) plugin_def("rubberband_orig", "the original rubberband", sbuildin, 1, 0) -plugin_def("script", "fungw turing complete scripting", sbuildin, 1, 1) plugin_def("serpentine", "Serpentine creation", sdisable, 0, 0) plugin_def("shand_cmd", "command shorthands", sbuildin, 1, 0) plugin_def("shape", "generate regular shapes", sbuildin, 1, 0) @@ -65,7 +56,6 @@ plugin_def("show_netnames", "display network names over tracks",sbuildin, 1, 0) plugin_def("sketch_route", "assisted semi-auto-routing", sdisable, 0, 0) plugin_def("smartdisperse", "netlist based dispenser", sbuildin, 1, 0) -plugin_def("stroke", "mouse gestures", sbuildin, 1, 1) plugin_def("teardrops", "draw teardrops on pins", sbuildin, 1, 0) plugin_def("tool_std", "standard tools", sbuildin, 1, 0) plugin_def("vendordrill", "vendor drill mapping", sbuildin, 1, 0) @@ -138,14 +128,7 @@ plugin_def("io_pcb", "the original pcb format", sbuildin, 1, 0) plugin_def("io_tedax", "tEDAx (Trivial EDA eXchange)", sbuildin, 1, 0) -plugin_header("\nHID plugins:\n") -plugin_def("hid_batch", "batch process (no-gui HID)", sbuildin, 1, 1) -plugin_def("hid_gtk2_gdk", "GTK2 GUI, software render", sbuildin, 1, 1) -plugin_def("hid_gtk2_gl", "GTK2 GUI, opengl render", sbuildin, 1, 1) -plugin_def("hid_lesstif", "the lesstif gui", sbuildin, 1, 1) -plugin_def("hid_remote", "remote HID server", sdisable, 0, 1) - plugin_dep("ar_cpcb", "lib_compat_help", 0) plugin_dep("ar_cpcb", "lib_gensexpr", 0) plugin_dep("ar_cpcb", "lib_netmap", 0) @@ -172,10 +155,6 @@ plugin_dep("exto_std", "lib_compat_help", 0) plugin_dep("fp_wget", "fp_fs", 0) plugin_dep("fp_wget", "lib_wget", 0) -plugin_dep("hid_gtk2_gdk", "lib_gtk_common", 01) -plugin_dep("hid_gtk2_gl", "lib_gtk_common", 01) -plugin_dep("hid_gtk2_gl", "lib_hid_gl", 01) -plugin_dep("hid_lesstif", "lib_hid_common", 01) plugin_dep("import_accel_net", "lib_gensexpr", 0) plugin_dep("import_dsn", "lib_compat_help", 0) plugin_dep("import_dsn", "lib_gensexpr", 0) @@ -197,8 +176,6 @@ plugin_dep("io_pcb", "lib_compat_help", 0) plugin_dep("io_tedax", "lib_compat_help", 0) plugin_dep("io_tedax", "lib_netmap", 0) -plugin_dep("irc", "lib_portynet", 01) -plugin_dep("lib_gtk_common", "lib_hid_common", 01) plugin_dep("lib_hid_pcbui", "lib_hid_common", 0) plugin_dep("lib_vfs", "propedit", 0) plugin_dep("millpath", "ddraft", 0)