pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Apr  2 11:07:32 UTC 2023

Modified Files:
        pkgsrc/graphics/tex-circuitikz: Makefile distinfo
        pkgsrc/graphics/tex-circuitikz-doc: Makefile distinfo

Log Message:
tex-circuitikz{,-doc}: update to 1.6.1

1.6.1
New components: solder jumpers; a couple of small but very useful
inversion markers for logical circuits, especially targeted at the
mux-demux family; a new inline microphone; a much more versatile `hemt`;
a better legacy `tline`. More tweaks to converters blocks, and a lot of
typo/grammar fixes in the manual.

- Add configurable dashes to the dc symbols in converter blocks
- Add solder jumpers
- Add a shape to mark european-style inversion, adjust European-style
  logic port triangle inversion symbols to match
- Add a tail-less mic  and an option to change the thickness of the
  microphone's bar
- Enhance the `hemt` shape with a GaN-hemt as example
- Add anchors and a "bare" option to `tline`
- subcircuits are no more experimental
- Correction of several typo/grammar errors in the documentation

1.6.0
The big change is the refactoring (and enhancement) of the block's code.
In addition, double gate MOSes, several fixes all over the map, and
quite a lot of anchors were added into the mix.

- Big change (mostly backward compatible, minus a couple of bug fixes) to the block's
  code.
    - Now `vco` can be `box`ed
    - enabled more short-name geographical anchors
    - generic blocks can be made rectangular
    - mid-way lateral anchors for all blocks, as well as up/down
    - renamed converters anchors (old ones retained for backward compatibility)
    - new ac/ac blocks, both single- and three-phase
- Added double gate MOS transistors (by Romano Giannetti)
- Fix deformed shape for legacy `TL` component ([issue on GitHub]
- Added several anchors on variable components, suggested by [Dr Matthias
  Jung]
- Added `genericsplitter` component (by [frankplow](github.com/frankplow))
- Fix - `splitter` used the wrong parameters (from `wilkinson`)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/tex-circuitikz/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/tex-circuitikz/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/tex-circuitikz-doc/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/tex-circuitikz-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/tex-circuitikz/Makefile
diff -u pkgsrc/graphics/tex-circuitikz/Makefile:1.12 pkgsrc/graphics/tex-circuitikz/Makefile:1.13
--- pkgsrc/graphics/tex-circuitikz/Makefile:1.12        Thu Sep  1 03:36:03 2022
+++ pkgsrc/graphics/tex-circuitikz/Makefile     Sun Apr  2 11:07:32 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2022/09/01 03:36:03 markd Exp $
+# $NetBSD: Makefile,v 1.13 2023/04/02 11:07:32 markd Exp $
 
 DISTNAME=      circuitikz
-PKGNAME=       tex-${DISTNAME}-1.5.3
-TEXLIVE_REV=   63788
+PKGNAME=       tex-${DISTNAME}-1.6.1
+TEXLIVE_REV=   65785
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/circuitikz

Index: pkgsrc/graphics/tex-circuitikz/distinfo
diff -u pkgsrc/graphics/tex-circuitikz/distinfo:1.13 pkgsrc/graphics/tex-circuitikz/distinfo:1.14
--- pkgsrc/graphics/tex-circuitikz/distinfo:1.13        Thu Sep  1 03:36:03 2022
+++ pkgsrc/graphics/tex-circuitikz/distinfo     Sun Apr  2 11:07:32 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/09/01 03:36:03 markd Exp $
+$NetBSD: distinfo,v 1.14 2023/04/02 11:07:32 markd Exp $
 
-BLAKE2s (circuitikz.r63788.tar.xz) = ae03fdc65a96bef48ae0b5f291302a3e213a886e3e7c712fd702472a54e8ed7d
-SHA512 (circuitikz.r63788.tar.xz) = 14ed8349af55effbd2ea04a90418d43c3593244060e6ff990ce6fc8d88a97596ec3c1aaa6e179828839dcd62da41182099874751666ab1f42b5c6ec8f8bed596
-Size (circuitikz.r63788.tar.xz) = 165420 bytes
+BLAKE2s (circuitikz.r65785.tar.xz) = 48523c7f9e903f7fc123930110fdabac743554850661f501d2076a18a3dc655b
+SHA512 (circuitikz.r65785.tar.xz) = c7fb0d07045efd8165ff3e15f1d92dccab8ffb91cf383a9617252386bd2fe49bf570ad74100c81115ac609403546865561f61a64761e728354179da0a19adf26
+Size (circuitikz.r65785.tar.xz) = 172548 bytes

Index: pkgsrc/graphics/tex-circuitikz-doc/Makefile
diff -u pkgsrc/graphics/tex-circuitikz-doc/Makefile:1.12 pkgsrc/graphics/tex-circuitikz-doc/Makefile:1.13
--- pkgsrc/graphics/tex-circuitikz-doc/Makefile:1.12    Thu Sep  1 03:36:03 2022
+++ pkgsrc/graphics/tex-circuitikz-doc/Makefile Sun Apr  2 11:07:32 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2022/09/01 03:36:03 markd Exp $
+# $NetBSD: Makefile,v 1.13 2023/04/02 11:07:32 markd Exp $
 
 DISTNAME=      circuitikz.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.5.3
-TEXLIVE_REV=   63788
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.6.1
+TEXLIVE_REV=   65785
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/circuitikz

Index: pkgsrc/graphics/tex-circuitikz-doc/distinfo
diff -u pkgsrc/graphics/tex-circuitikz-doc/distinfo:1.13 pkgsrc/graphics/tex-circuitikz-doc/distinfo:1.14
--- pkgsrc/graphics/tex-circuitikz-doc/distinfo:1.13    Thu Sep  1 03:36:03 2022
+++ pkgsrc/graphics/tex-circuitikz-doc/distinfo Sun Apr  2 11:07:32 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/09/01 03:36:03 markd Exp $
+$NetBSD: distinfo,v 1.14 2023/04/02 11:07:32 markd Exp $
 
-BLAKE2s (circuitikz.doc.r63788.tar.xz) = 20ee778f102a480c40e27efbe8d721eb3ff98c06ed889079209ad45a2895a4e9
-SHA512 (circuitikz.doc.r63788.tar.xz) = d28b45865db93c39582d7a79370830a9d091f640b39be50e45dfc58ec4cde786bab68b5b75e456550d0d592fd47e4adf4c480054debc75f6ac0d216a23e1dc7a
-Size (circuitikz.doc.r63788.tar.xz) = 1664264 bytes
+BLAKE2s (circuitikz.doc.r65785.tar.xz) = e33bb30648e10322febe210e674acb83fe19acf33fa9a1d59e6541d8044db7dc
+SHA512 (circuitikz.doc.r65785.tar.xz) = d1c09c6166c3d0a03da892e45613bc15a8176fb7646f0a893a60cfb84bd00a8c9475c4be98067cd1c3b4ce855621053963607ed963eb20300588d4c2657c6416
+Size (circuitikz.doc.r65785.tar.xz) = 1783668 bytes



Home | Main Index | Thread Index | Old Index