pkgsrc/print/tex-fvextra/Makefile
markd 755ced83d0 tex-fvextra{,-doc}: update to 1.4
Reimplemented \Verb. It now works as expected inside other commands (with a
few limitations), including in movable arguments, and is compatible with
hyperref for things like PDF bookmarks. It now supports breaklines and
relevant line-breaking options.

Reimplemented \SaveVerb and \UseVerb to be equivalent to the new \Verb. The
new option retokenize allows saved verbatim material to be retokenized under
new commandchars and codes when it is inserted with \UseVerb.

New command \EscVerb works like the reimplemented \Verb, except that special
characters can be escaped with a backslash.

New command \fvinlineset only applies options to commands related to
typesetting verbatim inline, like \Verb, \SaveVerb, \UseVerb.
2019-05-07 10:28:55 +00:00

18 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/05/07 10:28:55 markd Exp $
DISTNAME= fvextra
PKGNAME= tex-${DISTNAME}-1.4
TEXLIVE_REV= 49947
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/fvextra
COMMENT= Extensions and patches for fancyvrb
LICENSE= lppl-1.3c
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
DEPENDS+= tex-lineno-[0-9]*:../../print/tex-lineno
DEPENDS+= tex-upquote-[0-9]*:../../print/tex-upquote
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"