pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print
Module Name: pkgsrc
Committed By: markd
Date: Fri May 9 22:43:09 UTC 2025
Modified Files:
pkgsrc/print/tex-beamer: Makefile distinfo
pkgsrc/print/tex-beamer-doc: Makefile distinfo
Log Message:
tex-beamer{,-doc}: update to 3.72
### Added
- doc: added sentence about limitations of xelatex
- added `bgopacity` option to `beamercolorbox` and
`beamerboxesrounded` for transparent background drawing
- allow optional argument for the default `block begin`,
`block example begin` and `block alerted begin` templates
### Changed
- unified usage of `(sub)section in head/foot` template in headlines
- simplify decision tree for `\beamer@howtotreatframe`
- added `\maketitle`, `\title`, `\author`, `\institute` and `\date`
to the exceptions for `ignorenonframetext`
- avoid frame breaks between block title and body for rectangular blocks
- added `\gdef\@currentHref{#2}` to labels
- fine-tune vertical space around section title in miniframe headline
(close #895)
### Fixed
- fixed problem if inmargin theme is used with the `usepdftitle=false`
class option
- fixed spacing problem for right-aligned frametitles without
background colour
- fixed missing `\newline` if ragged2e is used together with
beamerarticle
- defined `\fnum@table` to avoid breaking longtable
- fixed: other sections would show the template for "miniframe in
other subsection" instead of "mini frame in other section"
- fixed unstable text position in sidebar theme
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/print/tex-beamer/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/print/tex-beamer/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/print/tex-beamer-doc/Makefile
cvs rdiff -u -r1.21 -r1.22 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.
Modified files:
Index: pkgsrc/print/tex-beamer/Makefile
diff -u pkgsrc/print/tex-beamer/Makefile:1.22 pkgsrc/print/tex-beamer/Makefile:1.23
--- pkgsrc/print/tex-beamer/Makefile:1.22 Sat Feb 3 02:55:07 2024
+++ pkgsrc/print/tex-beamer/Makefile Fri May 9 22:43:09 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2024/02/03 02:55:07 markd Exp $
+# $NetBSD: Makefile,v 1.23 2025/05/09 22:43:09 markd Exp $
DISTNAME= beamer
-PKGNAME= tex-${DISTNAME}-3.71
-TEXLIVE_REV= 69316
+PKGNAME= tex-${DISTNAME}-3.72
+TEXLIVE_REV= 73735
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/beamer
Index: pkgsrc/print/tex-beamer/distinfo
diff -u pkgsrc/print/tex-beamer/distinfo:1.21 pkgsrc/print/tex-beamer/distinfo:1.22
--- pkgsrc/print/tex-beamer/distinfo:1.21 Sat Feb 3 02:55:07 2024
+++ pkgsrc/print/tex-beamer/distinfo Fri May 9 22:43:09 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/02/03 02:55:07 markd Exp $
+$NetBSD: distinfo,v 1.22 2025/05/09 22:43:09 markd Exp $
-BLAKE2s (beamer.r69316.tar.xz) = 43c400d23591db04d2a54f98eecaf47d42ba97904aa89de905dd4b5969f2633e
-SHA512 (beamer.r69316.tar.xz) = 25fd0161673badc509511fe31b4780a68011ac796e12a841ed185ccb5d9eeaa22c519ddbcd2fc0a5cb70ba94a0752b6b5880f86dd499e4c89f1a5b708f3d7fd0
-Size (beamer.r69316.tar.xz) = 167656 bytes
+BLAKE2s (beamer.r73735.tar.xz) = 4516091822e7eeee74be0b4874959962f91245f1f821e06958793aff78a44436
+SHA512 (beamer.r73735.tar.xz) = bde75c691f92694a563ff10463686fa35bec5716c5fcfaec78a2185c49a7cedb76af3f6d4a76493f86e5db147e997637f2674b18289df185f42988eaa3d563b3
+Size (beamer.r73735.tar.xz) = 168044 bytes
Index: pkgsrc/print/tex-beamer-doc/Makefile
diff -u pkgsrc/print/tex-beamer-doc/Makefile:1.20 pkgsrc/print/tex-beamer-doc/Makefile:1.21
--- pkgsrc/print/tex-beamer-doc/Makefile:1.20 Sat Feb 3 02:55:07 2024
+++ pkgsrc/print/tex-beamer-doc/Makefile Fri May 9 22:43:09 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2024/02/03 02:55:07 markd Exp $
+# $NetBSD: Makefile,v 1.21 2025/05/09 22:43:09 markd Exp $
DISTNAME= beamer.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-3.71
-TEXLIVE_REV= 69316
+PKGNAME= tex-${DISTNAME:S/./-/}-3.72
+TEXLIVE_REV= 73735
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/beamer
Index: pkgsrc/print/tex-beamer-doc/distinfo
diff -u pkgsrc/print/tex-beamer-doc/distinfo:1.21 pkgsrc/print/tex-beamer-doc/distinfo:1.22
--- pkgsrc/print/tex-beamer-doc/distinfo:1.21 Sat Feb 3 02:55:07 2024
+++ pkgsrc/print/tex-beamer-doc/distinfo Fri May 9 22:43:09 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/02/03 02:55:07 markd Exp $
+$NetBSD: distinfo,v 1.22 2025/05/09 22:43:09 markd Exp $
-BLAKE2s (beamer.doc.r69316.tar.xz) = 5dce44fd471cce23edfb49bc3b2a20686d615f80e76427c14d5ebbfde24a5083
-SHA512 (beamer.doc.r69316.tar.xz) = 8893df96934b3325455557a8a4499113c9d69d563452a01a81107054d99bf4ab67308482a70a777491d208d3e008b60d9c8f76cd560f1fb8af82d97a2a121bc6
-Size (beamer.doc.r69316.tar.xz) = 2548424 bytes
+BLAKE2s (beamer.doc.r73735.tar.xz) = 8fd2a71cac754f20243a5d63160f70428e31127e7e6a6c46b7091a591ba84999
+SHA512 (beamer.doc.r73735.tar.xz) = d95d642ab065f85ba9eec5903c5b910c1ea10215f2bae83c8bdf1d1ab932aabfdada5b35b262ec969e32a9a25b9800d3236c519ad4a43b6e87daa292851ce9a9
+Size (beamer.doc.r73735.tar.xz) = 2554512 bytes
Home |
Main Index |
Thread Index |
Old Index