pkgsrc/print/tex-silence/Makefile
markd 8abc103927 tex-silence{,-doc}: Add version 1.5b
The package allows the user to filter out unwanted warnings and
error messages issued by LaTeX, packages and classes, so they
won't pop out when there's nothing one can do about them.
Filtering goes from the very broad ("avoid all messages by such
and such") to the fine-grained ("avoid messages that begin
with..."). Messages may be saved to an external file for later
reference.
2020-05-22 03:25:52 +00:00

13 lines
355 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/05/22 03:25:52 markd Exp $
DISTNAME= silence
PKGNAME= tex-${DISTNAME}-1.5b
TEXLIVE_REV= 27028
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/silence
COMMENT= Selective filtering of error messages and warnings
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"