1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

cad/lepton-eda: Update to 1.9.11

ChangeLog:
https://github.com/lepton-eda/lepton-eda/blob/master/NEWS.md#notable-changes-in-lepton-eda-1911-20200604

PR:	246991
Submitted by:	graahnul.grom@gmail.com (maintainer)
This commit is contained in:
Fernando Apesteguía 2020-06-05 09:08:11 +00:00
parent 62f56a6bbe
commit ae49030f4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537997
5 changed files with 66 additions and 68 deletions

View File

@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= lepton-eda
PORTVERSION= 1.9.10
DISTVERSIONSUFFIX= -20200319
PORTVERSION= 1.9.11
DISTVERSIONSUFFIX= -20200604
CATEGORIES= cad
MAINTAINER= graahnul.grom@gmail.com

View File

@ -1,3 +1,3 @@
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
TIMESTAMP = 1591284076
SHA256 (lepton-eda-lepton-eda-1.9.11-20200604_GH0.tar.gz) = 40a3855aeaa00adc19a185bfca0f8959b259fce7ddfe3b36913efc9291983b53
SIZE (lepton-eda-lepton-eda-1.9.11-20200604_GH0.tar.gz) = 8461913

View File

@ -1,17 +0,0 @@
--- 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

View File

@ -1,11 +1,11 @@
--- version.h.orig 2020-03-25 05:39:40 UTC
--- version.h.orig 2020-06-04 15:22:30 UTC
+++ version.h
@@ -0,0 +1,8 @@
+/* Date part of package version string. */
+#define PACKAGE_DATE_VERSION "20200319"
+#define PACKAGE_DATE_VERSION "20200604"
+
+/* Dotted part of package version string. */
+#define PACKAGE_DOTTED_VERSION "1.9.10"
+#define PACKAGE_DOTTED_VERSION "1.9.11"
+
+/* Current git commit. */
+#define PACKAGE_GIT_COMMIT "c69155b34b82d2b288f4787f92fe930112e73c72"
+#define PACKAGE_GIT_COMMIT "219f66e870008a2bbc575b5b5f9499bf6c4a9b1f"

View File

@ -64,16 +64,21 @@ include/liblepton/liblepton.h
include/liblepton/o_types.h
include/liblepton/prototype.h
include/liblepton/struct.h
include/libleptonattrib/prototype.h
include/libleptonrenderer/edacairo.h
include/libleptonrenderer/edarenderer.h
include/libleptonrenderer/libleptonrenderer.h
lib/liblepton.so
lib/liblepton.so.5
lib/liblepton.so.5.0.0
lib/liblepton.so.6
lib/liblepton.so.6.0.0
lib/libleptonattrib.so
lib/libleptonattrib.so.1
lib/libleptonattrib.so.1.0.0
lib/libleptonrenderer.so
lib/libleptonrenderer.so.2
lib/libleptonrenderer.so.2.0.0
lib/libleptonrenderer.so.3
lib/libleptonrenderer.so.3.0.0
libdata/pkgconfig/liblepton.pc
libdata/pkgconfig/libleptonattrib.pc
libdata/pkgconfig/libleptonrenderer.pc
man/man1/lepton-archive.1.gz
man/man1/lepton-attrib.1.gz
@ -89,10 +94,23 @@ man/man1/lepton-schematic.1.gz
man/man1/lepton-symcheck.1.gz
man/man1/lepton-symfix.1.gz
man/man1/lepton-tragesym.1.gz
man/man1/lepton-upcfg.1.gz
share/applications/lepton-attrib.desktop
share/applications/lepton-schematic.desktop
%%PORTDOCS%%%%DOCSDIR%%/NEWS.md
%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.docs
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.examples
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.examples.gTAG
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.gattrib
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.gnetlist
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.gsch2pcb
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.gschem
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.gsymcheck
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.libgeda
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.symbols
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.tragesym
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.utils
%%PORTDOCS%%%%DOCSDIR%%/gedadocs.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Actions.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Arcs.html
@ -156,6 +174,7 @@ share/applications/lepton-schematic.desktop
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-symcheck.html
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-symfix.html
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-tragesym.html
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-upcfg.html
%%PORTDOCS%%%%DOCSDIR%%/nc.pdf
%%PORTDOCS%%%%DOCSDIR%%/readmes/README.bom
%%PORTDOCS%%%%DOCSDIR%%/readmes/README.eagle
@ -676,7 +695,7 @@ share/applications/lepton-schematic.desktop
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG.bom
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG.sch
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gafrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/geda.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/lepton.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/ps/gTAG-consio.ps
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/ps/gTAG-jtagio.ps
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/ps/gTAG-psu.ps
@ -848,6 +867,7 @@ share/icons/hicolor/scalable/mimetypes/application-x-lepton-symbol.svg
%%DATADIR%%/scheme/backend/gnet-pcbpins.scm
%%DATADIR%%/scheme/backend/gnet-protelII.scm
%%DATADIR%%/scheme/backend/gnet-redac.scm
%%DATADIR%%/scheme/backend/gnet-spice-noqsi.scm
%%DATADIR%%/scheme/backend/gnet-spice-sdb.scm
%%DATADIR%%/scheme/backend/gnet-spice.scm
%%DATADIR%%/scheme/backend/gnet-switcap.scm
@ -898,6 +918,7 @@ share/icons/hicolor/scalable/mimetypes/application-x-lepton-symbol.svg
%%DATADIR%%/scheme/lepton/log-rotate.scm
%%DATADIR%%/scheme/lepton/log.scm
%%DATADIR%%/scheme/lepton/object.scm
%%DATADIR%%/scheme/lepton/option.scm
%%DATADIR%%/scheme/lepton/os.scm
%%DATADIR%%/scheme/lepton/page.scm
%%DATADIR%%/scheme/lepton/rc.scm
@ -908,7 +929,6 @@ share/icons/hicolor/scalable/mimetypes/application-x-lepton-symbol.svg
%%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
@ -972,7 +992,6 @@ share/icons/hicolor/scalable/mimetypes/application-x-lepton-symbol.svg
%%DATADIR%%/scheme/symbol/check/primitive.scm
%%DATADIR%%/scheme/symbol/check/slot.scm
%%DATADIR%%/scheme/symbol/check/text.scm
%%DATADIR%%/scheme/symbol/gettext.scm
%%DATADIR%%/scheme/symcheck/check.scm
%%DATADIR%%/scheme/symcheck/option.scm
%%DATADIR%%/scheme/symcheck/report.scm
@ -2466,91 +2485,87 @@ share/icons/hicolor/scalable/mimetypes/application-x-lepton-symbol.svg
%%DATADIR%%/sym/xilinx/XC95108-PC84.sym
%%DATADIR%%/system-gafrc
%%DATADIR%%/system-gschemrc
%%NLS%%share/locale/af/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/af/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/ar/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/af/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/ar/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/ar/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/bg/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/ar/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/bg/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/bs/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/bg/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/bs/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/ca/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/bs/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/ca/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/da/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/ca/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/da/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/de/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/da/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/de/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/de/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/el/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/de/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/el/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/el/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/el/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/es/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/es/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/es/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/fa/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/es/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/fa/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/fa/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/fi/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/fr/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/fr/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/fr/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/gl/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/fr/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/gl/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/he/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/hu/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/hu/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/hu/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/it/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/hu/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/it/LC_MESSAGES/lepton-cli.mo
%%NLS%%share/locale/it/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/it/LC_MESSAGES/lepton-symcheck.mo
%%NLS%%share/locale/it/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/ja/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/it/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/ja/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/ml/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/ja/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/ml/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/nb/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/nl/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/ml/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/nb/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/nl/LC_MESSAGES/lepton-cli.mo
%%NLS%%share/locale/nl/LC_MESSAGES/lepton-netlist.mo
%%NLS%%share/locale/nl/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/nl/LC_MESSAGES/lepton-symcheck.mo
%%NLS%%share/locale/nl/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/oc/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/pl/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/nl/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/oc/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/pl/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/pl/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/pt/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/pl/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/pt/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/pt/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/pt/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/ru/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/ru/LC_MESSAGES/lepton-cli.mo
%%NLS%%share/locale/ru/LC_MESSAGES/lepton-netlist.mo
%%NLS%%share/locale/ru/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/ru/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/sl/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/ru/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/sl/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/sr/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/sl/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/sr/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/sr/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/sv/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/sr/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/sv/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/tr/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/sv/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/tr/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/tr/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/uk/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/tr/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/uk/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/uk/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/lepton-attrib.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/lepton-schematic.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/libleptonattrib.mo
share/mime/application/x-lepton-sch2pcb-project.xml
share/mime/application/x-lepton-schematic.xml
share/mime/application/x-lepton-symbol.xml