Thu Apr 14 03:10:21 2022 UTC ()
tex-pdfpages{,-doc}: update to 0.5u

0.5u
Bug fix: Missing page break after first page.

0.5t
This release fixes an issue with page rotations
when used together with the new pdfmanagement code.

0.5s
Bug fix release: Pdfpages redefined \fboxsep and \fboxrule inside
\includepdf. Thereby causing unexpected results if \fbox was used
inside option |picturecommand|. This bug is fixed. Now \fboxsep and
\fboxrule equal the values which were active just before calling
\includepdf.

0.5r
This version introduces an extension for package authors


(markd)
diff -r1.17 -r1.18 pkgsrc/print/tex-pdfpages/Makefile
diff -r1.16 -r1.17 pkgsrc/print/tex-pdfpages/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/print/tex-pdfpages-doc/DESCR
diff -r1.16 -r1.17 pkgsrc/print/tex-pdfpages-doc/Makefile
diff -r1.16 -r1.17 pkgsrc/print/tex-pdfpages-doc/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/print/tex-pdfpages/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-pdfpages/Makefile 2021/06/05 05:08:27 1.17
+++ pkgsrc/print/tex-pdfpages/Makefile 2022/04/14 03:10:21 1.18
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.17 2021/06/05 05:08:27 markd Exp $ 1# $NetBSD: Makefile,v 1.18 2022/04/14 03:10:21 markd Exp $
2 2
3DISTNAME= pdfpages 3DISTNAME= pdfpages
4PKGNAME= tex-${DISTNAME}-0.5t 4PKGNAME= tex-${DISTNAME}-0.5u
5TEXLIVE_REV= 58212 5TEXLIVE_REV= 61801
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/pdfpages 8HOMEPAGE= https://ctan.org/pkg/pdfpages
9COMMENT= Include PDF documents in LaTeX 9COMMENT= Include PDF documents in LaTeX
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12DEPENDS+= tex-eso-pic-[0-9]*:../../print/tex-eso-pic 12DEPENDS+= tex-eso-pic-[0-9]*:../../print/tex-eso-pic
13DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics 13DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
14DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex 14DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
15DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin 15DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
16DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms 16DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms
17DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek 17DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
18DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools 18DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools

cvs diff -r1.16 -r1.17 pkgsrc/print/tex-pdfpages/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-pdfpages/distinfo 2021/10/26 11:14:19 1.16
+++ pkgsrc/print/tex-pdfpages/distinfo 2022/04/14 03:10:21 1.17
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.16 2021/10/26 11:14:19 nia Exp $ 1$NetBSD: distinfo,v 1.17 2022/04/14 03:10:21 markd Exp $
2 2
3BLAKE2s (pdfpages.r58212.tar.xz) = 8d8a3da8ffb28d4ea75a14455ce4c76b23f75302886510c92ee8c643887ddf40 3BLAKE2s (pdfpages.r61801.tar.xz) = e8a667690b67f4e1db88e20c6e870cc8a8fe4d56030a75cef0ceaa1fb6608675
4SHA512 (pdfpages.r58212.tar.xz) = a2b9394389ef8a14f6e82b4b62e33fa1cc18c2f7c1069109afdec8ad5769b4869c10b8cc50118aaaa6af87b08150979744cd16898804bac40daa043e49d36aa9 4SHA512 (pdfpages.r61801.tar.xz) = 4baa870f33d598d596ffa0ab540460828120b77fe3d0468aad4217837b15dbe4a53f75fc861c632803f23b26f7bf127aaf57e34c37c6d753179564488c779000
5Size (pdfpages.r58212.tar.xz) = 14020 bytes 5Size (pdfpages.r61801.tar.xz) = 14012 bytes

cvs diff -r1.1.1.1 -r1.2 pkgsrc/print/tex-pdfpages-doc/DESCR (expand / switch to unified diff)

--- pkgsrc/print/tex-pdfpages-doc/DESCR 2011/02/04 22:17:57 1.1.1.1
+++ pkgsrc/print/tex-pdfpages-doc/DESCR 2022/04/14 03:10:21 1.2

cvs diff -r1.16 -r1.17 pkgsrc/print/tex-pdfpages-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-pdfpages-doc/Makefile 2021/06/05 05:08:27 1.16
+++ pkgsrc/print/tex-pdfpages-doc/Makefile 2022/04/14 03:10:21 1.17
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.16 2021/06/05 05:08:27 markd Exp $ 1# $NetBSD: Makefile,v 1.17 2022/04/14 03:10:21 markd Exp $
2 2
3DISTNAME= pdfpages.doc 3DISTNAME= pdfpages.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-0.5t 4PKGNAME= tex-${DISTNAME:S/./-/}-0.5u
5TEXLIVE_REV= 58212 5TEXLIVE_REV= 61801
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/pdfpages 8HOMEPAGE= https://ctan.org/pkg/pdfpages
9COMMENT= Documentation for tex-pdfpages 9COMMENT= Documentation for tex-pdfpages
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.16 -r1.17 pkgsrc/print/tex-pdfpages-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-pdfpages-doc/distinfo 2021/10/26 11:14:19 1.16
+++ pkgsrc/print/tex-pdfpages-doc/distinfo 2022/04/14 03:10:21 1.17
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.16 2021/10/26 11:14:19 nia Exp $ 1$NetBSD: distinfo,v 1.17 2022/04/14 03:10:21 markd Exp $
2 2
3BLAKE2s (pdfpages.doc.r58212.tar.xz) = 0d1a74b489ae5f78a771ee3d24bfbd3b98137ce9f38711bb6ef1528b18b6db76 3BLAKE2s (pdfpages.doc.r61801.tar.xz) = 69b26332c9b325f1b129c7f7940c708000a6a6ecdf452665b77e6b01a3fb76cb
4SHA512 (pdfpages.doc.r58212.tar.xz) = b71da54d15d16ea74e72e09a46403d545e32c8e0fd44abf2b3bb7dff7ed1cc51c93bfacaa482037adb2b0010b060366836c25e66def3144ed504bb6623629f80 4SHA512 (pdfpages.doc.r61801.tar.xz) = 5d934c70eb0de4335ad147fb2957f1623916f4e85906f86574917054f3c86036c81b5bb90c07f795e459e29f92cf25b62c2b79126ed5a165f24d5a81f3383321
5Size (pdfpages.doc.r58212.tar.xz) = 320504 bytes 5Size (pdfpages.doc.r61801.tar.xz) = 322684 bytes