pkgsrc/print/tex-pdfpages-doc/Makefile
markd 3efac8652c tex-pdfpages{,-doc}: update to 0.5s
0.5r
This version introduces an extension for package authors:

Pdfpages calls |\includegraphics| several times to retrieve necessary
information like width, height, or number of pages without actually
typesetting the image. Just the final call to |\includegraphics| will
eventually typeset the image. Packages which hook into
|\includegraphics| and whish to check whether or not this is the final
call to |\includegraphics| can do so by using the counter
|\pdfpages at includegraphics@status|:

    0 ... outside of pdfpages
    1 ... inside of pdfpages: final call
    2 ... inside of pdfpages: non-final call, for internal use

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.
2021-02-13 11:26:48 +00:00

13 lines
344 B
Makefile

# $NetBSD: Makefile,v 1.15 2021/02/13 11:26:48 markd Exp $
DISTNAME= pdfpages.doc
PKGNAME= tex-${DISTNAME:S/./-/}-0.5s
TEXLIVE_REV= 57626
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/pdfpages
COMMENT= Documentation for tex-pdfpages
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"