pkgsrc/print/tex-draftwatermark/Makefile
markd 6a3c5c7596 tex-draftwatermark{,-doc}: update to 3.0
3.0
Take advantage of the new LaTeX shipout hooks and drop dependency on
"everypage" on modern LaTeX. Ship a legacy version of its own codebase
(that gets automatically loaded and still relies on "everypage") for users
of older versions of LaTeX.

2.2
Let the \\ command be used in the watermark text.
Provide alignment control for multiline watermark text.
Fix documentation about interline spacing for multiline watermark text.

2.1
Version 2.1 of the package makes the watermark anchor information
re-evaluated on every page to provide greater flexibility and ease
differentiating the watermark position on odd/even pages. Should be
backward compatible with 2.0.
2021-02-20 10:08:29 +00:00

17 lines
518 B
Makefile

# $NetBSD: Makefile,v 1.10 2021/02/20 10:08:29 markd Exp $
DISTNAME= draftwatermark
PKGNAME= tex-${DISTNAME}-3.0
TEXLIVE_REV= 57099
MAINTAINER= reed@reedmedia.net
HOMEPAGE= https://ctan.org/pkg/draftwatermark
COMMENT= Textual watermark package for LaTeX
LICENSE= lppl-1.3c
DEPENDS+= tex-everypage>=1.1:../../print/tex-everypage
DEPENDS+= tex-graphics>=1.0o:../../print/tex-graphics
DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"