pkgsrc/print/tex-everyshi/Makefile
markd 79ef9ee20e tex-everyshi{,-doc}: add version 4.00
This package provides hooks into \sshipout called \EveryShipout
and \AtNextShipout analogous to \AtBeginDocument. With the
introduction of the LaTeX hook management this package became
obsolete in 2020 and is only provided for backwards
compatibility. For current versions of LaTeX it is only mapping
the hooks to the original everyshi macros. In case you use an
older LaTeX format, everyshi will automatically fall back to
its old implementation by loading everyshi-2001-05-15.
2021-02-13 10:49:51 +00:00

13 lines
336 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/02/13 10:49:51 markd Exp $
DISTNAME= everyshi
PKGNAME= tex-${DISTNAME}-4.00
TEXLIVE_REV= 57001
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/everyshi
COMMENT= Take action at every \shipout
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"