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: Sat Feb 3 04:30:24 UTC 2024
Modified Files:
pkgsrc/graphics/tex-circuitikz: Makefile distinfo
pkgsrc/graphics/tex-circuitikz-doc: Makefile distinfo
Log Message:
tex-circuitikz{,-doc}: update to 1.6.6
1.6.6
A couple of new components.
- Added the symbol for metal-oxide varistor `mov`
- Added another symbol for fuse (wiggly fuse `wfuse`)
1.6.5
This version features an important overhaul of the `muxdemux` configurable
component/shape, making it much more flexible and powerful by adding
configurable labels and negation and clock symbols to the pins.
Also, a couple of minor fixes/workarounds.
- Added optional and configurable inner, outer and border labels to the
`muxdemux` shapes
- Added optional clock wedge and negation signs to the pins of `muxdemux` shapes
- Added the possibility to add a background drawing to `muxdemux` shapes
- Fixed a bug with `straightvoltages` and `open`
- Added an (ugly) workaround for a voltage shift mismatch
1.6.4
A bit of enhancements and fixes for the European-style logic ports, more
switches (and a bit more configurability for them), and more option for some
sources.
- The symbol in European logic ports is now rotation-invariant, and its font
can be customized
- Added a couple of "blank" (no symbol) European logic ports
- Added new "traditional" switches
- Added configurability (color, thickness, dash) to switch arrows
- Added "eyw"-symbol (reverse star) for "oo"-type sources
- Added configurable open shape to the sinusoidal current source
- Several documentation fixes
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/tex-circuitikz/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/tex-circuitikz/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/tex-circuitikz-doc/Makefile
cvs rdiff -u -r1.15 -r1.16 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.14 pkgsrc/graphics/tex-circuitikz/Makefile:1.15
--- pkgsrc/graphics/tex-circuitikz/Makefile:1.14 Sun Jun 11 05:32:56 2023
+++ pkgsrc/graphics/tex-circuitikz/Makefile Sat Feb 3 04:30:24 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2023/06/11 05:32:56 markd Exp $
+# $NetBSD: Makefile,v 1.15 2024/02/03 04:30:24 markd Exp $
DISTNAME= circuitikz
-PKGNAME= tex-${DISTNAME}-1.6.2
-TEXLIVE_REV= 67111
+PKGNAME= tex-${DISTNAME}-1.6.6
+TEXLIVE_REV= 69077
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.15 pkgsrc/graphics/tex-circuitikz/distinfo:1.16
--- pkgsrc/graphics/tex-circuitikz/distinfo:1.15 Sun Jun 11 05:32:56 2023
+++ pkgsrc/graphics/tex-circuitikz/distinfo Sat Feb 3 04:30:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/06/11 05:32:56 markd Exp $
+$NetBSD: distinfo,v 1.16 2024/02/03 04:30:24 markd Exp $
-BLAKE2s (circuitikz.r67111.tar.xz) = ef12db9ce9fe85ac56a4454242b47edc1abc17f98d239a00d1459bea4f909413
-SHA512 (circuitikz.r67111.tar.xz) = 2d4c5c8fc56b938c23fcbf93ffc6bca13ed28ce857be44bc9672919857e6e8ecc7e4e7a2ad08efacf7481dad93026373c0114f8d7a1cf1d6ea5c011fc90202fe
-Size (circuitikz.r67111.tar.xz) = 173176 bytes
+BLAKE2s (circuitikz.r69077.tar.xz) = 09f48267b38f5e5b765f46493187bac02da8866fae36e5665779a2b1dc7deaf8
+SHA512 (circuitikz.r69077.tar.xz) = 82eda82916370e8c76c450d74ffc4a77770a00aa0c65c4b53e46b1d6c2262db83af3290d220be14db657ad80ddca202535428d6e34af5a0e7b6348c01d8fb59b
+Size (circuitikz.r69077.tar.xz) = 177192 bytes
Index: pkgsrc/graphics/tex-circuitikz-doc/Makefile
diff -u pkgsrc/graphics/tex-circuitikz-doc/Makefile:1.14 pkgsrc/graphics/tex-circuitikz-doc/Makefile:1.15
--- pkgsrc/graphics/tex-circuitikz-doc/Makefile:1.14 Sun Jun 11 05:32:56 2023
+++ pkgsrc/graphics/tex-circuitikz-doc/Makefile Sat Feb 3 04:30:24 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2023/06/11 05:32:56 markd Exp $
+# $NetBSD: Makefile,v 1.15 2024/02/03 04:30:24 markd Exp $
DISTNAME= circuitikz.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-1.6.2
-TEXLIVE_REV= 67111
+PKGNAME= tex-${DISTNAME:S/./-/}-1.6.6
+TEXLIVE_REV= 69077
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.15 pkgsrc/graphics/tex-circuitikz-doc/distinfo:1.16
--- pkgsrc/graphics/tex-circuitikz-doc/distinfo:1.15 Sun Jun 11 05:32:56 2023
+++ pkgsrc/graphics/tex-circuitikz-doc/distinfo Sat Feb 3 04:30:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/06/11 05:32:56 markd Exp $
+$NetBSD: distinfo,v 1.16 2024/02/03 04:30:24 markd Exp $
-BLAKE2s (circuitikz.doc.r67111.tar.xz) = 5d7a79aa654a68efc2d2237001daabf54d3f4a5173f2b863acc936f8543c648c
-SHA512 (circuitikz.doc.r67111.tar.xz) = 05a4873369973df390f4ab4de6f8f0aed0f1a4d26d5c9ad2fb92e612b9b5dae969b8cde79077e5a6a084f43b93c481db8a79b9e8fec58e480f02192eb9bde0a7
-Size (circuitikz.doc.r67111.tar.xz) = 1795316 bytes
+BLAKE2s (circuitikz.doc.r69077.tar.xz) = f779442abbf93989c8b9a85041b2cd5e7ef60135b628f0203f5ae79471fb41da
+SHA512 (circuitikz.doc.r69077.tar.xz) = 8dbe6c341fa86da01fcb3122531f1dae59abd3e1927d065ea7904294dabdf45746c52fa9b25b8a32a6234984afd8566b914c9e5b7b29a05337fbaecb4321c506
+Size (circuitikz.doc.r69077.tar.xz) = 1868044 bytes
Home |
Main Index |
Thread Index |
Old Index