Sat Apr 8 06:31:22 2023 UTC ()
tex-caption{,-doc}: update to 20230312

This is a bugfix release of the caption package bundle.
Changes since release 20220317:

* "Revise subfigure counter ownership"
* "subcaption: Change the default value for
  \subcaption at minipage's 1st (optional) argument from 'b'
  to either 'b' or 't'"
* "\captionsetup[wrapfigure]{hypcap=false} does
  not work as intended"
* "Package caption with package sidecap"
* "Re-add \caption at ifcompatibility macro"
* "'LaTeX Warning: Label `1` multiply defined.'
  with twoside document and option `margin`"
* "add support for algorithm environment in
  bicaption package"
* "SX: KOMA-Script's addmargin environment in
  combination with caption command"

Furthermore the commands \bicaptionsetup resp. \subcaptionsetup
have been added to the bicaption resp.  subcaption package.


(markd)
diff -r1.12 -r1.13 pkgsrc/print/tex-caption/Makefile
diff -r1.12 -r1.13 pkgsrc/print/tex-caption/distinfo
diff -r1.11 -r1.12 pkgsrc/print/tex-caption-doc/Makefile
diff -r1.12 -r1.13 pkgsrc/print/tex-caption-doc/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/print/tex-caption/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-caption/Makefile 2022/04/14 06:32:00 1.12
+++ pkgsrc/print/tex-caption/Makefile 2023/04/08 06:31:22 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2022/04/14 06:32:00 markd Exp $ 1# $NetBSD: Makefile,v 1.13 2023/04/08 06:31:22 markd Exp $
2 2
3DISTNAME= caption 3DISTNAME= caption
4PKGNAME= tex-${DISTNAME}-20220317 4PKGNAME= tex-${DISTNAME}-20230312
5TEXLIVE_REV= 62757 5TEXLIVE_REV= 66580
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/caption 8HOMEPAGE= https://ctan.org/pkg/caption
9COMMENT= Customising captions in floating environments 9COMMENT= Customising captions in floating environments
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics 12DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
13DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms 13DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms
14 14
15.include "../../print/texlive/package.mk" 15.include "../../print/texlive/package.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/print/tex-caption/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-caption/distinfo 2022/04/14 06:32:00 1.12
+++ pkgsrc/print/tex-caption/distinfo 2023/04/08 06:31:22 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2022/04/14 06:32:00 markd Exp $ 1$NetBSD: distinfo,v 1.13 2023/04/08 06:31:22 markd Exp $
2 2
3BLAKE2s (caption.r62757.tar.xz) = 37110d4b25b3494dd99953055fdb89fb8139abf52b117e91387046af18b96264 3BLAKE2s (caption.r66580.tar.xz) = 333f81df503b6d574d26aa43fb45e66f5d13601e25e792d82265dadeca518995
4SHA512 (caption.r62757.tar.xz) = 55109f93b3dbdb817985c13b4ab55c0effb4122162158e014e7626d3093ee8ad4496374b0a337da27640f22e4ccfced8aff21cc198b932edc95092e67f43c14c 4SHA512 (caption.r66580.tar.xz) = 15317f386e88d7d8214bf3bd99f3bb0a7742b06b1a0480016c2ee137175bbed797bb57c7438b097db77d96813b576f81bf33432fb6c93d930fb7c7e24bc43434
5Size (caption.r62757.tar.xz) = 59644 bytes 5Size (caption.r66580.tar.xz) = 60908 bytes

cvs diff -r1.11 -r1.12 pkgsrc/print/tex-caption-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-caption-doc/Makefile 2022/04/14 06:32:00 1.11
+++ pkgsrc/print/tex-caption-doc/Makefile 2023/04/08 06:31:22 1.12
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.11 2022/04/14 06:32:00 markd Exp $ 1# $NetBSD: Makefile,v 1.12 2023/04/08 06:31:22 markd Exp $
2 2
3DISTNAME= caption.doc 3DISTNAME= caption.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-20220317 4PKGNAME= tex-${DISTNAME:S/./-/}-20230312
5TEXLIVE_REV= 62757 5TEXLIVE_REV= 66580
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/caption 8HOMEPAGE= https://ctan.org/pkg/caption
9COMMENT= Documentation for tex-caption 9COMMENT= Documentation for tex-caption
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12.include "../../print/texlive/package.mk" 12.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/print/tex-caption-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-caption-doc/distinfo 2022/04/14 06:32:00 1.12
+++ pkgsrc/print/tex-caption-doc/distinfo 2023/04/08 06:31:22 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2022/04/14 06:32:00 markd Exp $ 1$NetBSD: distinfo,v 1.13 2023/04/08 06:31:22 markd Exp $
2 2
3BLAKE2s (caption.doc.r62757.tar.xz) = 3b459cef9d7749fa54aaeb29abe8aa92481ec0d76a21c718290c7e2aa2de072c 3BLAKE2s (caption.doc.r66580.tar.xz) = 217f2264ba9a470e79a6ad0656e12eed8b374f65b4b71dc8cea35f17f40ec4bd
4SHA512 (caption.doc.r62757.tar.xz) = bd6435cf073f65ad373aff3970e802751ad3b41d3d8683b4b23a7592a5d8a780c9870ca7a5ffd2c26c4990384c5d97565fa5dea17c162a0b922584b87efba687 4SHA512 (caption.doc.r66580.tar.xz) = 7322b5f8b93ec524c5c615ffe8ad1b3c58859db07db49007987a4bbc1bd6be90ff2dd1333dbea445f18c5324a44a5b4dc630efa629408f54404379c3f46f3974
5Size (caption.doc.r62757.tar.xz) = 740312 bytes 5Size (caption.doc.r66580.tar.xz) = 784172 bytes