diff options
author | markd <markd@pkgsrc.org> | 2015-06-14 11:19:58 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-06-14 11:19:58 +0000 |
commit | bf450975167ceeb4916bad664246a1c1420e9b1d (patch) | |
tree | 9a3f0f311a429ba4d6d553365d1b2706a209636f /fonts/ps2pkm | |
parent | f50ff15dbbea05fb85cf33f23426019028cfbf91 (diff) | |
download | pkgsrc-bf450975167ceeb4916bad664246a1c1420e9b1d.tar.gz |
Update to texlive 2015.
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.
Diffstat (limited to 'fonts/ps2pkm')
-rw-r--r-- | fonts/ps2pkm/Makefile | 19 | ||||
-rw-r--r-- | fonts/ps2pkm/distinfo | 8 |
2 files changed, 13 insertions, 14 deletions
diff --git a/fonts/ps2pkm/Makefile b/fonts/ps2pkm/Makefile index b11fdc4aeee..96accf885f3 100644 --- a/fonts/ps2pkm/Makefile +++ b/fonts/ps2pkm/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2015/04/25 13:36:25 markd Exp $ +# $NetBSD: Makefile,v 1.9 2015/06/14 11:19:58 markd Exp $ -DISTNAME= texlive-20140525-source -PKGNAME= ps2pkm-1.5 -PKGREVISION= 5 +DISTNAME= texlive-20150521-source +PKGNAME= ps2pkm-1.7 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ EXTRACT_SUFX= .tar.xz MAINTAINER= minskim@NetBSD.org @@ -15,17 +14,17 @@ CONFLICTS+= teTeX-bin<=3.0nb34 DEPENDS+= kpathsea>=6.0.1:../../print/kpathsea EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ - ${DISTNAME}/texk/ps2pkm + ${DISTNAME}/texk/ps2pk GNU_CONFIGURE= yes USE_LIBTOOL= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ps2pkm +USE_TOOLS+= pkg-config +WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ps2pk CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub -CONFIGURE_ARGS+= --with-system-kpathsea \ - --with-kpathsea-includes=${BUILDLINK_PREFIX.kpathsea}/include \ - --with-kpathsea-libdir=${BUILDLINK_PREFIX.kpathsea}/lib +CONFIGURE_ARGS+= --with-system-kpathsea +BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1 .include "../../print/kpathsea/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/fonts/ps2pkm/distinfo b/fonts/ps2pkm/distinfo index 27d41afcb0b..1a76152b9ec 100644 --- a/fonts/ps2pkm/distinfo +++ b/fonts/ps2pkm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/04/25 13:36:25 markd Exp $ +$NetBSD: distinfo,v 1.9 2015/06/14 11:19:58 markd Exp $ -SHA1 (texlive-20140525-source.tar.xz) = 8cb283ad26b1fe18e1089820cf64ecc63d8224e8 -RMD160 (texlive-20140525-source.tar.xz) = c9fb954e63e700d06aa0cf40c37cdb40eaac84a2 -Size (texlive-20140525-source.tar.xz) = 41657688 bytes +SHA1 (texlive-20150521-source.tar.xz) = a32df8d5d6b61f87f7dab907e864fb51b14f4143 +RMD160 (texlive-20150521-source.tar.xz) = fced0e58a7bd15d19e11d72baed23ac14fd2be13 +Size (texlive-20150521-source.tar.xz) = 45459552 bytes SHA1 (patch-type1.c) = bb51988a641764440cb66b14d1e68c748e83e572 |