240f5b12c4
The package takes control of the six TeX token registers \everypar, \everymath, \everydisplay, \everyhbox, \everyvbox and \everycr. Real hooks for each of the registers may be installed using a stack like interface. For backwards compatibility, each of the \everyX token lists can be set without interfering with the hooks.
13 lines
342 B
Makefile
13 lines
342 B
Makefile
# $NetBSD: Makefile,v 1.1 2022/04/16 02:06:05 markd Exp $
|
|
|
|
DISTNAME= everyhook
|
|
PKGNAME= tex-${DISTNAME}-1.2
|
|
TEXLIVE_REV= 35675
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/everyhook
|
|
COMMENT= Hooks for standard TeX token lists
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|