Index: trunk/src/libcschem/Makefile.in =================================================================== --- trunk/src/libcschem/Makefile.in (revision 723) +++ trunk/src/libcschem/Makefile.in (revision 724) @@ -39,6 +39,7 @@ ../plugins/io_lihata/io_lihata.o ../plugins/io_lihata/read.o ../plugins/export_animator/export_animator.o + ../plugins/std_devmap/std_devmap.o @] uniq /local/csch/OBJS Index: trunk/src/plugins/.builtin.pups =================================================================== --- trunk/src/plugins/.builtin.pups (revision 723) +++ trunk/src/plugins/.builtin.pups (revision 724) @@ -1,3 +1,4 @@ # temporarily, hand written io_lihata=io_lihata/io_lihata.pup export_animator=export_animator/export_animator.pup +std_devmap=std_devmap/std_devmap.pup \ No newline at end of file Index: trunk/src/plugins/std_devmap/Makefile =================================================================== --- trunk/src/plugins/std_devmap/Makefile (nonexistent) +++ trunk/src/plugins/std_devmap/Makefile (revision 724) @@ -0,0 +1,3 @@ +all: + cd ../../libcschem && make + cd ../../sch-rnd && make Index: trunk/src/plugins/std_devmap/std_devmap.c =================================================================== --- trunk/src/plugins/std_devmap/std_devmap.c (nonexistent) +++ trunk/src/plugins/std_devmap/std_devmap.c (revision 724) @@ -0,0 +1,43 @@ +/* + * COPYRIGHT + * + * cschem - modular/flexible schematics editor - standard device mapper + * Copyright (C) 2019 Tibor 'Igor2' Palinkas + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version.* + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + * Contact: + * Project page: http://repo.hu/projects/cschem + * lead developer: email to cschem (at) igor2.repo.hu + * mailing list: cschem (at) list.repo.hu (send "subscribe") + */ + +#include +#include +#include +#include + + +int pplg_check_ver_std_devmap(int ver_needed) { return 0; } + +void pplg_uninit_std_devmap(void) +{ +} + +int pplg_init_std_devmap(void) +{ + return 0; +} + Index: trunk/src/plugins/std_devmap/std_devmap.pup =================================================================== --- trunk/src/plugins/std_devmap/std_devmap.pup (nonexistent) +++ trunk/src/plugins/std_devmap/std_devmap.pup (revision 724) @@ -0,0 +1,7 @@ +$class io +$short standard device mapper +$long Handles slotting, device mapping and port mapping +$state WIP +$package (core) +default buildin +autoload 1 Index: trunk/src_3rd =================================================================== --- trunk/src_3rd (revision 723) +++ trunk/src_3rd (revision 724) Property changes on: trunk/src_3rd ___________________________________________________________________ Modified: svn:externals ## -1,6 +1,7 ## genht svn://svn.repo.hu/genht/trunk/src libminuid svn://svn.repo.hu/libminuid/trunk/libminuid genvector svn://svn.repo.hu/genvector/trunk/genvector +genlist svn://svn.repo.hu/genlist/trunk/genlist genrtree svn://svn.repo.hu/genrtree/trunk/genrtree puplug svn://svn.repo.hu/puplug/trunk/puplug liblihata svn://repo.hu/lihata/trunk/src/liblihata