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: Fri Mar 27 23:41:17 UTC 2026
Modified Files:
pkgsrc/graphics/tex-chemfig: Makefile distinfo
pkgsrc/graphics/tex-chemfig-doc: Makefile PLIST distinfo
Log Message:
tex-chemfig{,-doc}: update to 1.71
1.7
1. To draw a horizontal reaction a new environment is provided: \hreac...\endhreac
2. The strut of the previous atom is no longer added to the argument of \printatom
The key 'use atom strut', when set to true, reverts to the previous behavior
3. When 'use atom strut' is 'false', each atom is typeset in a TeX box only once,
whereas previously it was sometimes 5 times or more
1.71
* bugfix: too many incorrect bond connections with the new definition of
\CF_ifzerodim. Back to the previous definition (macro \CF_ifzerodim used
only if the key "use atom strut" is true).
* bugfix: optional argument \chemfig or \chemname taken into account in hreac
environment.
* bugfix:in hreac environment, the argument of \^{<dim>} or \>{<dim> }is no
longer evaluated at 0pt if in ex or em.
* the macro \name{<name>} has on optionnal argument [<dim>]
* warning if non empty optional arguments of \schemestart are used
* the key "name sep" is now set to 1.5ex by default and is the value used
if the optional argument of \chemname is empty.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/tex-chemfig/Makefile \
pkgsrc/graphics/tex-chemfig/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/tex-chemfig-doc/Makefile \
pkgsrc/graphics/tex-chemfig-doc/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/tex-chemfig-doc/PLIST
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-chemfig/Makefile
diff -u pkgsrc/graphics/tex-chemfig/Makefile:1.10 pkgsrc/graphics/tex-chemfig/Makefile:1.11
--- pkgsrc/graphics/tex-chemfig/Makefile:1.10 Sat Feb 3 04:07:36 2024
+++ pkgsrc/graphics/tex-chemfig/Makefile Fri Mar 27 23:41:17 2026
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.10 2024/02/03 04:07:36 markd Exp $
+# $NetBSD: Makefile,v 1.11 2026/03/27 23:41:17 markd Exp $
DISTNAME= chemfig
-PKGNAME= tex-${DISTNAME}-1.66
-TEXLIVE_REV= 69227
+PKGNAME= tex-${DISTNAME}-1.71
+TEXLIVE_REV= 78296
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/chemfig
COMMENT= Draw molecules with easy syntax
LICENSE= lppl-1.3c
+DEPENDS+= tex-simplekv-[0-9]*:../../print/tex-simplekv
+
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/tex-chemfig/distinfo
diff -u pkgsrc/graphics/tex-chemfig/distinfo:1.10 pkgsrc/graphics/tex-chemfig/distinfo:1.11
--- pkgsrc/graphics/tex-chemfig/distinfo:1.10 Sat Feb 3 04:07:36 2024
+++ pkgsrc/graphics/tex-chemfig/distinfo Fri Mar 27 23:41:17 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/02/03 04:07:36 markd Exp $
+$NetBSD: distinfo,v 1.11 2026/03/27 23:41:17 markd Exp $
-BLAKE2s (chemfig.r69227.tar.xz) = a3c1d3e8dbbdb106847028ad6d4bbda9fb528d85a70d87d47a5a346856e5647b
-SHA512 (chemfig.r69227.tar.xz) = 1f5908b759c39314eb999b4d1e60ac364888e4d6193673bd387ea838eb9bc257500b0603055b2182cd5be581dc1d674ed4eaee6ec4b0ce225f72ddb77f67ac80
-Size (chemfig.r69227.tar.xz) = 27456 bytes
+BLAKE2s (chemfig.r78296.tar.xz) = a4af8ed8f3ca117c4ad7a9316ea3c128bc6b410a781643e6db42562efecb83f9
+SHA512 (chemfig.r78296.tar.xz) = d9e97cc239869913000f75fab559d1e57e4014852e2f4c30b1de99bdc2ead87427a96dfa4deaf5e99e05c7e9f21cf709f58df1d795b51eebbe98cfcbe94b5f17
+Size (chemfig.r78296.tar.xz) = 25236 bytes
Index: pkgsrc/graphics/tex-chemfig-doc/Makefile
diff -u pkgsrc/graphics/tex-chemfig-doc/Makefile:1.10 pkgsrc/graphics/tex-chemfig-doc/Makefile:1.11
--- pkgsrc/graphics/tex-chemfig-doc/Makefile:1.10 Sat Feb 3 04:07:36 2024
+++ pkgsrc/graphics/tex-chemfig-doc/Makefile Fri Mar 27 23:41:17 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2024/02/03 04:07:36 markd Exp $
+# $NetBSD: Makefile,v 1.11 2026/03/27 23:41:17 markd Exp $
DISTNAME= chemfig.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-1.66
-TEXLIVE_REV= 69227
+PKGNAME= tex-${DISTNAME:S/./-/}-1.71
+TEXLIVE_REV= 78296
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/chemfig
Index: pkgsrc/graphics/tex-chemfig-doc/distinfo
diff -u pkgsrc/graphics/tex-chemfig-doc/distinfo:1.10 pkgsrc/graphics/tex-chemfig-doc/distinfo:1.11
--- pkgsrc/graphics/tex-chemfig-doc/distinfo:1.10 Sat Feb 3 04:07:36 2024
+++ pkgsrc/graphics/tex-chemfig-doc/distinfo Fri Mar 27 23:41:17 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/02/03 04:07:36 markd Exp $
+$NetBSD: distinfo,v 1.11 2026/03/27 23:41:17 markd Exp $
-BLAKE2s (chemfig.doc.r69227.tar.xz) = db3fbd3c3d37ec37effa4a437bcdc6064bd9679b7a7abf36470654492b5c64e1
-SHA512 (chemfig.doc.r69227.tar.xz) = 1af123c858992787d641eb6f0263f5ed0d819c4264e97191ae8058714039e202bd9bb663e25104775d9362ca005acdb056b3c97c238b1899880fb51665405a13
-Size (chemfig.doc.r69227.tar.xz) = 1407872 bytes
+BLAKE2s (chemfig.doc.r78296.tar.xz) = 7860969fedddd80a0e608cd47adafe76c76ca47d575b49ae36e6dcbb0e37a45c
+SHA512 (chemfig.doc.r78296.tar.xz) = 4c520cc74ab711d21c73e5960619add16da7886276be8bde373705fecfdf11b79723307641693d629e3f9596dc057d168150e6680557e68ee67652e65ad6cfd4
+Size (chemfig.doc.r78296.tar.xz) = 1536532 bytes
Index: pkgsrc/graphics/tex-chemfig-doc/PLIST
diff -u pkgsrc/graphics/tex-chemfig-doc/PLIST:1.2 pkgsrc/graphics/tex-chemfig-doc/PLIST:1.3
--- pkgsrc/graphics/tex-chemfig-doc/PLIST:1.2 Thu Feb 18 19:38:52 2021
+++ pkgsrc/graphics/tex-chemfig-doc/PLIST Fri Mar 27 23:41:17 2026
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2021/02/18 19:38:52 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/03/27 23:41:17 markd Exp $
share/texmf-dist/doc/generic/chemfig/README
+share/texmf-dist/doc/generic/chemfig/changelog.tex
share/texmf-dist/doc/generic/chemfig/chemfig-en.pdf
share/texmf-dist/doc/generic/chemfig/chemfig-en.tex
share/texmf-dist/doc/generic/chemfig/chemfig-fr.pdf
Home |
Main Index |
Thread Index |
Old Index