62a4ba308b
pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if \pdfinclusionerrorlevel is negative; sync with xpdf 3.04. LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal random number generator and other places. XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling to xetex; internal XDV opcodes changed. MetaPost: New numbersystem binary; new Japanese-enabled upmpost and updvitomp programs, analogous to up*tex. Infrastructure: The fmtutil script has been reimplemented to read fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts (including mktexlsr, mktextfm, mktexpk) now prefer programs in their own directory, instead of always using the existing PATH.
18 lines
454 B
Makefile
18 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.18 2015/06/14 12:50:02 markd Exp $
|
|
|
|
DISTNAME= dvips
|
|
PKGNAME= tex-${DISTNAME}-2015
|
|
TEXLIVE_REV= 37432
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/dvips
|
|
COMMENT= Files for a DVI to PostScript driver
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb15
|
|
CONFLICTS+= tex-bin-dvipsk<=2008.12898
|
|
|
|
TEXLIVE_IGNORE_PATTERNS= texmf-dist/dvips/base
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|