Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3797984ECC for ; Sun, 11 Jun 2023 05:29:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id AUpjAnEG7189 for ; Sun, 11 Jun 2023 05:29:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7EF2B84CFC for ; Sun, 11 Jun 2023 05:29:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 782DEFA89; Sun, 11 Jun 2023 05:29:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686461359189480" MIME-Version: 1.0 Date: Sun, 11 Jun 2023 05:29:19 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230611052919.782DEFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686461359189480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Jun 11 05:29:19 UTC 2023 Modified Files: pkgsrc/print/tex-beamer: Makefile distinfo pkgsrc/print/tex-beamer-doc: Makefile distinfo Log Message: tex-beamer{,-doc}: update to 3.70 ### Added - making the aspect ratio available to the user via `\insertaspectratio` - adding `title`, `author`, `institute`, `date` and `titlegraphic` templates to make title page easier to customise ### Changed - smoothbars outer theme: moved the shading between headline and frametitle a bit down to avoid the miniframe appearing clipped off in some pdf viewers - made top shading of Singapore theme transparent - scale height of infolines headline with fontsize of `section in head/foot` - calculate the head/footheight at the start of each frame instead of only at the start of the document - making `\part` compatible with `\nameref` ### Fixed - adding strut to the `frame number` and `page number` footlines to avoid jumping - fixed bug in `inmargin` inner theme which would show the author indicator even if the author was empty To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/print/tex-beamer/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/tex-beamer/distinfo cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/tex-beamer-doc/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/tex-beamer-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686461359189480 Content-Disposition: inline Content-Length: 3277 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-beamer/Makefile diff -u pkgsrc/print/tex-beamer/Makefile:1.20 pkgsrc/print/tex-beamer/Makefile:1.21 --- pkgsrc/print/tex-beamer/Makefile:1.20 Sat Apr 8 06:06:02 2023 +++ pkgsrc/print/tex-beamer/Makefile Sun Jun 11 05:29:19 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2023/04/08 06:06:02 markd Exp $ +# $NetBSD: Makefile,v 1.21 2023/06/11 05:29:19 markd Exp $ DISTNAME= beamer -PKGNAME= tex-${DISTNAME}-3.69 -TEXLIVE_REV= 65984 +PKGNAME= tex-${DISTNAME}-3.70 +TEXLIVE_REV= 67124 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/beamer Index: pkgsrc/print/tex-beamer/distinfo diff -u pkgsrc/print/tex-beamer/distinfo:1.19 pkgsrc/print/tex-beamer/distinfo:1.20 --- pkgsrc/print/tex-beamer/distinfo:1.19 Sat Apr 8 06:06:02 2023 +++ pkgsrc/print/tex-beamer/distinfo Sun Jun 11 05:29:19 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2023/04/08 06:06:02 markd Exp $ +$NetBSD: distinfo,v 1.20 2023/06/11 05:29:19 markd Exp $ -BLAKE2s (beamer.r65984.tar.xz) = 26c97c79a8705999f0c09a91c7fb1bd27a7b4e7040d81ce5ec4c72684935927f -SHA512 (beamer.r65984.tar.xz) = 8143a7894e585a10b6fe0d733aa640ec7e6bdf653630cb01ca15bcd9d46ebefae96f1cb4592f0a5c2037bf8c0b0c10b9ec08f2415eae7013efa5271f7cd8e985 -Size (beamer.r65984.tar.xz) = 167444 bytes +BLAKE2s (beamer.r67124.tar.xz) = 358b2875af90d124fec271b31c8c3fa16d16a9259994378a8b39ee893fab2c2c +SHA512 (beamer.r67124.tar.xz) = 8d9966c367287594d3c2242075c3a6944955a95c55900631e718aeb848d1299a4a839701ebf57b70f225eb16b7f99bfe7e9cc7f33ebd09e1587f04367e4cc7c2 +Size (beamer.r67124.tar.xz) = 167600 bytes Index: pkgsrc/print/tex-beamer-doc/Makefile diff -u pkgsrc/print/tex-beamer-doc/Makefile:1.18 pkgsrc/print/tex-beamer-doc/Makefile:1.19 --- pkgsrc/print/tex-beamer-doc/Makefile:1.18 Sat Apr 8 06:06:03 2023 +++ pkgsrc/print/tex-beamer-doc/Makefile Sun Jun 11 05:29:19 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2023/04/08 06:06:03 markd Exp $ +# $NetBSD: Makefile,v 1.19 2023/06/11 05:29:19 markd Exp $ DISTNAME= beamer.doc -PKGNAME= tex-${DISTNAME:S/./-/}-3.69 -TEXLIVE_REV= 65984 +PKGNAME= tex-${DISTNAME:S/./-/}-3.70 +TEXLIVE_REV= 67124 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/beamer Index: pkgsrc/print/tex-beamer-doc/distinfo diff -u pkgsrc/print/tex-beamer-doc/distinfo:1.19 pkgsrc/print/tex-beamer-doc/distinfo:1.20 --- pkgsrc/print/tex-beamer-doc/distinfo:1.19 Sat Apr 8 06:06:03 2023 +++ pkgsrc/print/tex-beamer-doc/distinfo Sun Jun 11 05:29:19 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2023/04/08 06:06:03 markd Exp $ +$NetBSD: distinfo,v 1.20 2023/06/11 05:29:19 markd Exp $ -BLAKE2s (beamer.doc.r65984.tar.xz) = 5dd02cb7959b8c4d5b3b7386d6749db706629218fadb2dc9dfe5b53ebedc8d1d -SHA512 (beamer.doc.r65984.tar.xz) = 6a8c36083f0dc3fa6b301782cef71f90d8149c9e715b3c8712b6998f2828ebc29edcb84630f14022980711ce212cfbab1fc724c388474c60b6194fd20359d2be -Size (beamer.doc.r65984.tar.xz) = 2513624 bytes +BLAKE2s (beamer.doc.r67124.tar.xz) = 6138bc9f976a987fe8381dc9ffc6cdcdfcaba78f63eacaae765da85d3ff2c37d +SHA512 (beamer.doc.r67124.tar.xz) = e4d40d126ae85b82c1fa7c2e29cddf380a7a959335e1a73224e8b4fa90358a8d2fb1df6da180c8e371713d73399351f45441efc0055feadf501a9bdc0ddead4d +Size (beamer.doc.r67124.tar.xz) = 2920400 bytes --_----------=_1686461359189480--