pkgsrc/print/tex-oberdiek/Makefile
markd 42111b748e tex-oberdiek{,-doc}: update to 2019
Updates to oberdiek bundle for issues reported at github. Mostly relating
to luatex.

 Recent git log:

 776d8c6 normalise README to README.txt and use same name in tds zip
 bcd2725 remove dot prefix in lua call
 ceb9ee3 Pulled PR#70 and adapted versions
 5e7ae76 Don't use module
 d613a64 remade attachfile tests without mod date
 90e9c2b Merge branch 'attachfile-issue69'
 ac1b5bc test for attachfile2
 f05832d added luatex driver
 364233e regenerate test results with much wider log lines
 d344b37 date in readme
 c3bdd5b Merge branch 'disccolor' of https://github.com/zauguin/oberdiek
         into PR66luacolor
 d859988 resaved tests because of \expanded
 3b911d5 changed period to semicolon in texmf.cnf
 3417a7d changed error to warning
 ec5fce0 Traverse disc nodes
 87339a1 [bookmark] fix typo in doc
 a8cc029 fix typo in U+257F definition
 caeef72 force monospace not variable typewriter

Bug fix release with no code changes from 2019-07-25 release other
than including the new luatex support file for the attachfile2 package
(atfi-luatex.def) in the oberdiek.tds.zip file, and some documentation
typos fixed.
2019-08-12 11:40:53 +00:00

33 lines
957 B
Makefile

# $NetBSD: Makefile,v 1.25 2019/08/12 11:40:53 markd Exp $
DISTNAME= oberdiek
PKGNAME= tex-${DISTNAME}-2019
TEXLIVE_REV= 51770
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/oberdiek
COMMENT= Bundle of packages submitted by Heiko Oberdiek
LICENSE= lppl-1.3c
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-ifluatex-[0-9]*:../../print/tex-ifluatex
DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
USE_TOOLS+= perl:run
REPLACE_PERL= bin/pdfatfi
INSTALLATION_DIRS+= bin
.include "../../print/texlive/package.mk"
post-extract:
${MKDIR} ${WRKSRC}/bin
${MV} ${WRKSRC}/scripts/oberdiek/pdfatfi.pl ${WRKSRC}/bin/pdfatfi
.include "../../mk/bsd.pkg.mk"