Index: Rev.h =================================================================== --- Rev.h (revision 32316) +++ Rev.h (revision 32317) @@ -1 +1 @@ -static const int myrev = 32311; +static const int myrev = 32317; Index: Rev.tab =================================================================== --- Rev.tab (revision 32316) +++ Rev.tab (revision 32317) @@ -1,4 +1,4 @@ -32311 configure new netlist import plugins: pads ascii netlist, orcad pcb II netlist +32317 configure new netlist import plugins: pads ascii netlist, orcad pcb II netlist, accel net 32284 configure io_tedax: file format support for autorouters 32216 configure cleanup: eahc plugin shall register its own menus 32187 configure librnd: infra for menu patching Index: plugins.h =================================================================== --- plugins.h (revision 32316) +++ plugins.h (revision 32317) @@ -72,6 +72,7 @@ plugin_def("fp_wget", "web footprints", sbuildin, 1, 0) plugin_header("\nImport plugins:\n") +plugin_def("import_accel_net", "import Accel netlist", sbuildin, 1, 0) plugin_def("import_calay", "import calay .net", sbuildin, 1, 0) plugin_def("import_dsn", "specctra .dsn importer", sbuildin, 1, 0) plugin_def("import_edif", "import edif", sbuildin, 1, 0) @@ -169,6 +170,7 @@ 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) plugin_dep("import_ipcd356", "lib_compat_help", 0)