From owner-svn-ports-all@freebsd.org Fri Mar 27 07:25:27 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1745226CB5A; Fri, 27 Mar 2020 07:25:27 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48pYKd5CFRz4DDS; Fri, 27 Mar 2020 07:25:25 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4A5841D1E5; Fri, 27 Mar 2020 07:25:18 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02R7PIFj013137; Fri, 27 Mar 2020 07:25:18 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02R7PHmS013128; Fri, 27 Mar 2020 07:25:17 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202003270725.02R7PHmS013128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Fri, 27 Mar 2020 07:25:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529231 - in head/cad/lepton-eda: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head/cad/lepton-eda: . files X-SVN-Commit-Revision: 529231 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2020 07:25:27 -0000 Author: fernape Date: Fri Mar 27 07:25:16 2020 New Revision: 529231 URL: https://svnweb.freebsd.org/changeset/ports/529231 Log: cad/lepton-eda: Update to 1.9.10 ChangeLog: https://github.com/lepton-eda/lepton-eda/blob/master/NEWS.md#notable-changes-in-lepton-eda-1910-20200319 PR: 245068 Submitted by: graahnul.grom@gmail.com (maintainer) Added: head/cad/lepton-eda/files/patch-utils_scripts_lepton-upcfg.in (contents, props changed) Deleted: head/cad/lepton-eda/files/patch-build-tools_icon-theme-installer head/cad/lepton-eda/files/patch-docs_scheme-api_Makefile.am head/cad/lepton-eda/files/patch-examples_Makefile.am head/cad/lepton-eda/files/patch-examples_RF__Amp_Makefile.am head/cad/lepton-eda/files/patch-examples_RF__Amp_model_Makefile.am head/cad/lepton-eda/files/patch-examples_RF__Amp_sym_Makefile.am head/cad/lepton-eda/files/patch-examples_TwoStageAmp_Makefile.am head/cad/lepton-eda/files/patch-examples_gTAG_Makefile.am head/cad/lepton-eda/files/patch-examples_lightning__detector_Makefile.am head/cad/lepton-eda/files/patch-liblepton_include_liblepton_geda__list.h head/cad/lepton-eda/files/patch-liblepton_scheme_geda_log-rotate.scm head/cad/lepton-eda/files/patch-liblepton_scheme_geda_os.scm head/cad/lepton-eda/files/patch-liblepton_src_geda__list.c head/cad/lepton-eda/files/patch-liblepton_src_scheme__os.c head/cad/lepton-eda/files/patch-netlist_scheme_backend_gnet-spice-sdb.scm head/cad/lepton-eda/files/patch-schematic_src_x__tabs.c Modified: head/cad/lepton-eda/Makefile head/cad/lepton-eda/distinfo head/cad/lepton-eda/files/patch-version.h head/cad/lepton-eda/pkg-descr head/cad/lepton-eda/pkg-plist Modified: head/cad/lepton-eda/Makefile ============================================================================== --- head/cad/lepton-eda/Makefile Fri Mar 27 07:01:37 2020 (r529230) +++ head/cad/lepton-eda/Makefile Fri Mar 27 07:25:16 2020 (r529231) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= lepton-eda -PORTVERSION= 1.9.9 -DISTVERSIONSUFFIX= -20191003 +PORTVERSION= 1.9.10 +DISTVERSIONSUFFIX= -20200319 CATEGORIES= cad MAINTAINER= graahnul.grom@gmail.com @@ -22,19 +22,14 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ USES= autoreconf desktop-file-utils gettext-tools gnome \ groff:build libtool localbase makeinfo pathfix perl5 \ - pkgconfig python:2.7,run shared-mime-info shebangfix + pkgconfig shared-mime-info shebangfix USE_GITHUB= yes USE_GNOME= cairo gtk20 USE_LDCONFIG= yes -SHEBANG_FILES= utils/scripts/lepton-tragesym \ - utils/scripts/lepton-archive.py \ - utils/scripts/gschupdate \ - utils/scripts/gsymupdate \ - utils/scripts/lepton-pcb_backannotate \ +SHEBANG_FILES= utils/scripts/lepton-pcb_backannotate \ utils/scripts/lepton-refdes_renum \ - utils/scripts/lepton-symfix \ - examples/lightning_detector/bom + utils/scripts/lepton-symfix PORTEXAMPLES= examples/* @@ -50,5 +45,14 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime + +post-patch: + ${REINPLACE_CMD} -e \ + 's,\$$(docdir)/examples,\$$(datadir)/examples/lepton-eda,' \ + ${WRKSRC}/examples/Makefile.am \ + ${WRKSRC}/examples/RF_Amp/Makefile.am \ + ${WRKSRC}/examples/TwoStageAmp/Makefile.am \ + ${WRKSRC}/examples/gTAG/Makefile.am \ + ${WRKSRC}/examples/lightning_detector/Makefile.am .include Modified: head/cad/lepton-eda/distinfo ============================================================================== --- head/cad/lepton-eda/distinfo Fri Mar 27 07:01:37 2020 (r529230) +++ head/cad/lepton-eda/distinfo Fri Mar 27 07:25:16 2020 (r529231) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570203233 -SHA256 (lepton-eda-lepton-eda-1.9.9-20191003_GH0.tar.gz) = 13448d91ae17ab8c5e5cbba56c5a4e6a7cc3b3cb392280cb4d218f50891469d7 -SIZE (lepton-eda-lepton-eda-1.9.9-20191003_GH0.tar.gz) = 8361951 +TIMESTAMP = 1585112125 +SHA256 (lepton-eda-lepton-eda-1.9.10-20200319_GH0.tar.gz) = 271fac1424a963117dfe687846c8d884bc70ed8bf3a50c72ad5cc00741a5c403 +SIZE (lepton-eda-lepton-eda-1.9.10-20200319_GH0.tar.gz) = 8386076 Added: head/cad/lepton-eda/files/patch-utils_scripts_lepton-upcfg.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/lepton-eda/files/patch-utils_scripts_lepton-upcfg.in Fri Mar 27 07:25:16 2020 (r529231) @@ -0,0 +1,17 @@ +--- utils/scripts/lepton-upcfg.in.orig 2020-03-25 12:47:33 UTC ++++ utils/scripts/lepton-upcfg.in +@@ -219,7 +219,13 @@ Lepton EDA homepage: <~a> + ) + + +- ( upcfg-log "ii: upgrading config in [~a]...~%" (config-file-path cfg-id) ) ++ ( upcfg-log ++ "ii: upgrading config in [~a]...~%" ++ ( if cfg-id ++ ( config-file-path cfg-id ) ; if ++ ( list-ref files 0 ) ; else ++ ) ++ ) + + ( if ( null? files ) + ( or (config-upgrade cfg-id #:copy copy #:overwrite overwrite) (failure) ) ; if Modified: head/cad/lepton-eda/files/patch-version.h ============================================================================== --- head/cad/lepton-eda/files/patch-version.h Fri Mar 27 07:01:37 2020 (r529230) +++ head/cad/lepton-eda/files/patch-version.h Fri Mar 27 07:25:16 2020 (r529231) @@ -1,11 +1,11 @@ ---- version.h.orig 2019-10-04 15:45:44 UTC +--- version.h.orig 2020-03-25 05:39:40 UTC +++ version.h @@ -0,0 +1,8 @@ +/* Date part of package version string. */ -+#define PACKAGE_DATE_VERSION "20191003" ++#define PACKAGE_DATE_VERSION "20200319" + +/* Dotted part of package version string. */ -+#define PACKAGE_DOTTED_VERSION "1.9.9" ++#define PACKAGE_DOTTED_VERSION "1.9.10" + +/* Current git commit. */ -+#define PACKAGE_GIT_COMMIT "3139e7782564ff4bf76963984a735fbe638e43a0" ++#define PACKAGE_GIT_COMMIT "c69155b34b82d2b288f4787f92fe930112e73c72" Modified: head/cad/lepton-eda/pkg-descr ============================================================================== --- head/cad/lepton-eda/pkg-descr Fri Mar 27 07:01:37 2020 (r529230) +++ head/cad/lepton-eda/pkg-descr Fri Mar 27 07:25:16 2020 (r529231) @@ -1,6 +1,8 @@ -The Lepton EDA suite provides schematic capture, netlisting, bill -of materials generation, and many other features. It was forked -from the gEDA/gaf suite in late 2016. It's in active development -and well supported. +Lepton EDA is a suite of free software tools for designing +electronics. It provides schematic capture, netlisting into +over 30 netlist formats, and many other features. +It was forked from the gEDA/gaf suite in late 2016 by most +of its active developers at that time. +It's in active development and well supported. WWW: https://github.com/lepton-eda/lepton-eda Modified: head/cad/lepton-eda/pkg-plist ============================================================================== --- head/cad/lepton-eda/pkg-plist Fri Mar 27 07:01:37 2020 (r529230) +++ head/cad/lepton-eda/pkg-plist Fri Mar 27 07:25:16 2020 (r529231) @@ -1,6 +1,7 @@ bin/lepton-archive bin/lepton-attrib bin/lepton-cli +bin/lepton-embed bin/lepton-netlist bin/lepton-pcb_backannotate bin/lepton-refdes_renum @@ -8,7 +9,6 @@ bin/lepton-renum bin/lepton-sch2pcb bin/lepton-schdiff bin/lepton-schematic -bin/lepton-schlas bin/lepton-symcheck bin/lepton-symfix bin/lepton-tragesym @@ -32,8 +32,8 @@ include/liblepton/geda_circle.h include/liblepton/geda_circle_object.h include/liblepton/geda_color.h include/liblepton/geda_color_map.h -include/liblepton/geda_complex.h -include/liblepton/geda_complex_object.h +include/liblepton/geda_component.h +include/liblepton/geda_component_object.h include/liblepton/geda_coord.h include/liblepton/geda_fill_type.h include/liblepton/geda_forward.h @@ -68,16 +68,17 @@ include/libleptonrenderer/edacairo.h include/libleptonrenderer/edarenderer.h include/libleptonrenderer/libleptonrenderer.h lib/liblepton.so -lib/liblepton.so.4 -lib/liblepton.so.4.0.0 +lib/liblepton.so.5 +lib/liblepton.so.5.0.0 lib/libleptonrenderer.so -lib/libleptonrenderer.so.1 -lib/libleptonrenderer.so.1.0.2 +lib/libleptonrenderer.so.2 +lib/libleptonrenderer.so.2.0.0 libdata/pkgconfig/liblepton.pc libdata/pkgconfig/libleptonrenderer.pc man/man1/lepton-archive.1.gz man/man1/lepton-attrib.1.gz man/man1/lepton-cli.1.gz +man/man1/lepton-embed.1.gz man/man1/lepton-netlist.1.gz man/man1/lepton-pcb_backannotate.1.gz man/man1/lepton-refdes_renum.1.gz @@ -85,14 +86,14 @@ man/man1/lepton-renum.1.gz man/man1/lepton-sch2pcb.1.gz man/man1/lepton-schdiff.1.gz man/man1/lepton-schematic.1.gz -man/man1/lepton-schlas.1.gz man/man1/lepton-symcheck.1.gz man/man1/lepton-symfix.1.gz man/man1/lepton-tragesym.1.gz share/applications/lepton-attrib.desktop share/applications/lepton-schematic.desktop +%%PORTDOCS%%%%DOCSDIR%%/NEWS.md +%%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/gedadocs.html -%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton-scheme.css %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Actions.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Arcs.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Attributes.html @@ -112,15 +113,11 @@ share/applications/lepton-schematic.desktop %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Core-object-functions.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Core-page-functions.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Core-source-library-functions.html -%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Files-and-pages.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Function-Index.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/General-object-functions.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Hooks.html -%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/index.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Introduction.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Key-mapping.html -%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton_002dnetlist-API-Reference.html -%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton_002dschematic-API-Reference.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Lines.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Logging-functions.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Miscellanous-lepton_002dschematic-functions.html @@ -128,9 +125,9 @@ share/applications/lepton-schematic.desktop %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Object-bounds.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Object-color.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Object-fill-and-stroke.html -%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Objects.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Object-sub_002dtypes.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Object-transformations.html +%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Objects.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Pages.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Paths.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Pictures.html @@ -141,9 +138,14 @@ share/applications/lepton-schematic.desktop %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Text.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Variable-Index.html %%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Windows-and-views.html +%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/index.html +%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton-scheme.css +%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton_002dnetlist-API-Reference.html +%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton_002dschematic-API-Reference.html %%PORTDOCS%%%%DOCSDIR%%/man/lepton-archive.html %%PORTDOCS%%%%DOCSDIR%%/man/lepton-attrib.html %%PORTDOCS%%%%DOCSDIR%%/man/lepton-cli.html +%%PORTDOCS%%%%DOCSDIR%%/man/lepton-embed.html %%PORTDOCS%%%%DOCSDIR%%/man/lepton-netlist.html %%PORTDOCS%%%%DOCSDIR%%/man/lepton-pcb_backannotate.html %%PORTDOCS%%%%DOCSDIR%%/man/lepton-refdes_renum.html @@ -151,7 +153,6 @@ share/applications/lepton-schematic.desktop %%PORTDOCS%%%%DOCSDIR%%/man/lepton-sch2pcb.html %%PORTDOCS%%%%DOCSDIR%%/man/lepton-schdiff.html %%PORTDOCS%%%%DOCSDIR%%/man/lepton-schematic.html -%%PORTDOCS%%%%DOCSDIR%%/man/lepton-schlas.html %%PORTDOCS%%%%DOCSDIR%%/man/lepton-symcheck.html %%PORTDOCS%%%%DOCSDIR%%/man/lepton-symfix.html %%PORTDOCS%%%%DOCSDIR%%/man/lepton-tragesym.html @@ -623,6 +624,7 @@ share/applications/lepton-schematic.desktop %%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/Q2.cir %%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/Q2.sch %%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/Simulation.batch.cmd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/Simulation.cmd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/gafrc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/model/BJTM1_Q1.mod @@ -635,42 +637,75 @@ share/applications/lepton-schematic.desktop %%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/model/DiodeM3_Q2.mod %%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/BJT_Model.sym %%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/Q_Model.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/capacitor-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/diode-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/gnd-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/inductor-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/resistor-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/spice-include-1.sym %%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/spice-subcircuit-IO-1.sym %%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/spice-subcircuit-LL-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/title-B.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/vac-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/vdc-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/Simulation.batch.cmd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/Simulation.cmd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/TwoStageAmp.sch %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/gafrc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/models/2N3904.mod %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/spice.netlist +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/capacitor-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/gnd-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/resistor-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/spice-directive-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/spice-include-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/spice-model-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/title-B.sym %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/transistor.sym -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/7414-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/vcc-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/vdc-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/vsin-1.sym %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/attribs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/copyleft.sym %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/crdist.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/cy7c64603-52nc.sym -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-consio.ps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-consio.sch -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-consio.sym -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-jtagio.ps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-jtagio.sch -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-jtagio.sym %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-pcb.net -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-psu.ps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-psu.sch -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-psu.sym -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-ucont.ps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-ucont.sch -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-ucont.sym %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG.bom -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG.ps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG.sch %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gafrc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gnetlistrc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/max882.sym -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sn75240pw.sym -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/bom -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/bom.readme +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/geda.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/ps/gTAG-consio.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/ps/gTAG-jtagio.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/ps/gTAG-psu.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/ps/gTAG-ucont.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/ps/gTAG.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/24Cxx-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/3.3V-plus-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/5V-plus-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/7414-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/capacitor-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/capacitor-2.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/connector4-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/connector8-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/copyleft.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/crystal-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/cy7c64603-52nc.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/gTAG-consio.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/gTAG-jtagio.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/gTAG-psu.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/gTAG-ucont.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/gnd-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/header20-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/in-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/jumper-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/max882.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/out-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/resistor-2.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/sn75240pw.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/title-A2.sym %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/gafrc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/lightning.net %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/lightning.pcb @@ -678,6 +713,14 @@ share/applications/lepton-schematic.desktop %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/lightning.sch.bom %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/2N4401.sym %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/2N4403.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/capacitor-2.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/diode-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/in-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/inductor-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/out-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/resistor-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/resistor-variable-1.sym +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/title-A4.sym share/icons/hicolor/16x16/mimetypes/application-x-lepton-sch2pcb-project.png share/icons/hicolor/16x16/mimetypes/application-x-lepton-schematic.png share/icons/hicolor/16x16/mimetypes/application-x-lepton-symbol.png @@ -738,13 +781,10 @@ share/icons/hicolor/scalable/mimetypes/application-x-l %%DATADIR%%/bitmap/gschem-top2bottom.png %%DATADIR%%/bitmap/gschem-undo.xpm %%DATADIR%%/bitmap/gschem-warning.png -%%DATADIR%%/gafrc.d/config-netlist.scm -%%DATADIR%%/gafrc.d/geda-clib.scm %%DATADIR%%/geda-system.conf %%DATADIR%%/gschem-colormap-bw %%DATADIR%%/gschem-colormap-darkbg %%DATADIR%%/gschem-colormap-lightbg -%%DATADIR%%/gschem-gtkrc %%DATADIR%%/icons/hicolor/16x16/actions/attribute-attach.png %%DATADIR%%/icons/hicolor/16x16/actions/attribute-detach.png %%DATADIR%%/icons/hicolor/16x16/actions/attribute-show-both.png @@ -771,6 +811,7 @@ share/icons/hicolor/scalable/mimetypes/application-x-l %%DATADIR%%/icons/hicolor/22x22/actions/insert-symbol.png %%DATADIR%%/icons/hicolor/22x22/actions/insert-text.png %%DATADIR%%/icons/hicolor/22x22/actions/select.png +%%DATADIR%%/lepton-gtkrc %%DATADIR%%/lepton-system.conf %%DATADIR%%/print-colormap-darkbg %%DATADIR%%/print-colormap-lightbg @@ -778,6 +819,8 @@ share/icons/hicolor/scalable/mimetypes/application-x-l %%DATADIR%%/scheme/auto-place-netname.scm %%DATADIR%%/scheme/auto-refdes.scm %%DATADIR%%/scheme/auto-uref.scm +%%DATADIR%%/scheme/autoload/config-netlist.scm +%%DATADIR%%/scheme/autoload/config-symbol-libraries.scm %%DATADIR%%/scheme/backend/gnet-PCB.scm %%DATADIR%%/scheme/backend/gnet-allegro.scm %%DATADIR%%/scheme/backend/gnet-bae.scm @@ -821,76 +864,89 @@ share/icons/hicolor/scalable/mimetypes/application-x-l %%DATADIR%%/scheme/conf/schematic/deprecated.scm %%DATADIR%%/scheme/conf/schematic/keys.scm %%DATADIR%%/scheme/conf/schematic/menu.scm -%%DATADIR%%/scheme/conf/schematic/options.scm %%DATADIR%%/scheme/conf/schematic/stroke.scm %%DATADIR%%/scheme/default-attrib-positions.scm %%DATADIR%%/scheme/geda-deprecated-config.scm %%DATADIR%%/scheme/geda.scm %%DATADIR%%/scheme/geda/attrib.scm %%DATADIR%%/scheme/geda/config.scm -%%DATADIR%%/scheme/geda/core/gettext.scm %%DATADIR%%/scheme/geda/deprecated.scm %%DATADIR%%/scheme/geda/library.scm -%%DATADIR%%/scheme/geda/log-rotate.scm %%DATADIR%%/scheme/geda/log.scm %%DATADIR%%/scheme/geda/object.scm %%DATADIR%%/scheme/geda/os.scm %%DATADIR%%/scheme/geda/page.scm -%%DATADIR%%/scheme/geda/repl.scm %%DATADIR%%/scheme/gschem/action.scm %%DATADIR%%/scheme/gschem/attrib.scm %%DATADIR%%/scheme/gschem/builtins.scm -%%DATADIR%%/scheme/gschem/core/gettext.scm %%DATADIR%%/scheme/gschem/deprecated.scm %%DATADIR%%/scheme/gschem/gschemdoc.scm %%DATADIR%%/scheme/gschem/hook.scm %%DATADIR%%/scheme/gschem/keymap.scm -%%DATADIR%%/scheme/gschem/repl.scm %%DATADIR%%/scheme/gschem/selection.scm %%DATADIR%%/scheme/gschem/symbol/check.scm %%DATADIR%%/scheme/gschem/util.scm %%DATADIR%%/scheme/gschem/window.scm +%%DATADIR%%/scheme/lepton/attrib.scm +%%DATADIR%%/scheme/lepton/config.scm +%%DATADIR%%/scheme/lepton/core/gettext.scm %%DATADIR%%/scheme/lepton/file-system.scm %%DATADIR%%/scheme/lepton/legacy-config.scm %%DATADIR%%/scheme/lepton/legacy-config/keylist.scm %%DATADIR%%/scheme/lepton/library.scm %%DATADIR%%/scheme/lepton/library/component.scm +%%DATADIR%%/scheme/lepton/log-rotate.scm +%%DATADIR%%/scheme/lepton/log.scm +%%DATADIR%%/scheme/lepton/object.scm +%%DATADIR%%/scheme/lepton/os.scm +%%DATADIR%%/scheme/lepton/page.scm %%DATADIR%%/scheme/lepton/rc.scm +%%DATADIR%%/scheme/lepton/repl.scm %%DATADIR%%/scheme/lepton/version.scm -%%DATADIR%%/scheme/list-keys.scm %%DATADIR%%/scheme/netlist.scm %%DATADIR%%/scheme/netlist/attrib/compare.scm +%%DATADIR%%/scheme/netlist/attrib/refdes.scm %%DATADIR%%/scheme/netlist/backend-getopt.scm %%DATADIR%%/scheme/netlist/config.scm %%DATADIR%%/scheme/netlist/core/gettext.scm %%DATADIR%%/scheme/netlist/deprecated.scm +%%DATADIR%%/scheme/netlist/duplicate.scm %%DATADIR%%/scheme/netlist/error.scm %%DATADIR%%/scheme/netlist/hierarchy.scm +%%DATADIR%%/scheme/netlist/mode.scm %%DATADIR%%/scheme/netlist/net.scm %%DATADIR%%/scheme/netlist/option.scm %%DATADIR%%/scheme/netlist/package-pin.scm %%DATADIR%%/scheme/netlist/package.scm -%%DATADIR%%/scheme/netlist/page.scm %%DATADIR%%/scheme/netlist/partlist.scm %%DATADIR%%/scheme/netlist/partlist/common.scm -%%DATADIR%%/scheme/netlist/pin-net.scm %%DATADIR%%/scheme/netlist/port.scm -%%DATADIR%%/scheme/netlist/rename.scm -%%DATADIR%%/scheme/netlist/repl.scm %%DATADIR%%/scheme/netlist/schematic-component.scm %%DATADIR%%/scheme/netlist/schematic-connection.scm +%%DATADIR%%/scheme/netlist/schematic-port.scm %%DATADIR%%/scheme/netlist/schematic.scm %%DATADIR%%/scheme/netlist/schematic/toplevel.scm -%%DATADIR%%/scheme/netlist/sort.scm -%%DATADIR%%/scheme/netlist/traverse.scm +%%DATADIR%%/scheme/netlist/subschematic-connection.scm +%%DATADIR%%/scheme/netlist/subschematic.scm %%DATADIR%%/scheme/netlist/verbose.scm %%DATADIR%%/scheme/pcb.scm -%%DATADIR%%/scheme/print-NB-attribs.scm +%%DATADIR%%/scheme/schematic/action.scm +%%DATADIR%%/scheme/schematic/attrib.scm +%%DATADIR%%/scheme/schematic/builtins.scm +%%DATADIR%%/scheme/schematic/core/gettext.scm +%%DATADIR%%/scheme/schematic/gschemdoc.scm %%DATADIR%%/scheme/schematic/gui/keymap.scm %%DATADIR%%/scheme/schematic/gui/stroke.scm +%%DATADIR%%/scheme/schematic/hook.scm +%%DATADIR%%/scheme/schematic/keymap.scm %%DATADIR%%/scheme/schematic/netlist.scm %%DATADIR%%/scheme/schematic/precompile.scm +%%DATADIR%%/scheme/schematic/repl.scm +%%DATADIR%%/scheme/schematic/selection.scm +%%DATADIR%%/scheme/schematic/symbol/check.scm %%DATADIR%%/scheme/schematic/undo.scm +%%DATADIR%%/scheme/schematic/util.scm +%%DATADIR%%/scheme/schematic/window.scm %%DATADIR%%/scheme/symbol/blame.scm %%DATADIR%%/scheme/symbol/check.scm %%DATADIR%%/scheme/symbol/check/alignment.scm