summaryrefslogtreecommitdiff
path: root/fonts/tex-newtx
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2015-06-14 11:19:58 +0000
committermarkd <markd@pkgsrc.org>2015-06-14 11:19:58 +0000
commitbf450975167ceeb4916bad664246a1c1420e9b1d (patch)
tree9a3f0f311a429ba4d6d553365d1b2706a209636f /fonts/tex-newtx
parentf50ff15dbbea05fb85cf33f23426019028cfbf91 (diff)
downloadpkgsrc-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/tex-newtx')
-rw-r--r--fonts/tex-newtx/Makefile6
-rw-r--r--fonts/tex-newtx/PLIST10
-rw-r--r--fonts/tex-newtx/distinfo8
3 files changed, 16 insertions, 8 deletions
diff --git a/fonts/tex-newtx/Makefile b/fonts/tex-newtx/Makefile
index b8ad54227de..1a4d00c77f4 100644
--- a/fonts/tex-newtx/Makefile
+++ b/fonts/tex-newtx/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:50 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/06/14 11:20:00 markd Exp $
DISTNAME= newtx
-PKGNAME= tex-${DISTNAME}-1.434
-TEXLIVE_REV= 36745
+PKGNAME= tex-${DISTNAME}-1.437
+TEXLIVE_REV= 37185
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/newtx
diff --git a/fonts/tex-newtx/PLIST b/fonts/tex-newtx/PLIST
index 394dce4aa85..3915d0e13d0 100644
--- a/fonts/tex-newtx/PLIST
+++ b/fonts/tex-newtx/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/05/08 11:27:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/06/14 11:20:00 markd Exp $
share/texmf-dist/fonts/afm/public/newtx/ntxsups-Bold.afm
share/texmf-dist/fonts/afm/public/newtx/ntxsups-BoldItalic.afm
share/texmf-dist/fonts/afm/public/newtx/ntxsups-Italic.afm
@@ -18,12 +18,18 @@ share/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tlf-sc.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tlf.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tosf-sc.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tosf.enc
+share/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-lf.enc
+share/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-osf.enc
+share/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-tlf.enc
+share/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-tosf.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-ly1-sc.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-ot1-lf-sc.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-ot1-lf.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-ot1-osf-sc.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-ot1-osf.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-ot1-sc.enc
+share/texmf-dist/fonts/enc/dvips/newtx/ntx-ot1-th-osf.enc
+share/texmf-dist/fonts/enc/dvips/newtx/ntx-ot1-th-tlf.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-ot1-tlf-sc.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-ot1-tlf.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-ot1-tosf-sc.enc
@@ -33,6 +39,8 @@ share/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-lf-sc.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-lf.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-osf-sc.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-osf.enc
+share/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-th-osf.enc
+share/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-th-tlf.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tlf-sc.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tlf.enc
share/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tosf-sc.enc
diff --git a/fonts/tex-newtx/distinfo b/fonts/tex-newtx/distinfo
index d4da87971c2..d0219837df8 100644
--- a/fonts/tex-newtx/distinfo
+++ b/fonts/tex-newtx/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2015/05/08 11:27:50 wiz Exp $
+$NetBSD: distinfo,v 1.2 2015/06/14 11:20:00 markd Exp $
-SHA1 (tex-newtx-36745/newtx.tar.xz) = 99310a36737b0628731cc43519eb1000e8734770
-RMD160 (tex-newtx-36745/newtx.tar.xz) = 2ba148a820417a5a12df7047ec33c6985d58032c
-Size (tex-newtx-36745/newtx.tar.xz) = 3298756 bytes
+SHA1 (tex-newtx-37185/newtx.tar.xz) = 6cea79ef63896050c4da723f27ff2614c952fef5
+RMD160 (tex-newtx-37185/newtx.tar.xz) = efcbfcc81440cfaff2dfe3e1942b229b7338aa3f
+Size (tex-newtx-37185/newtx.tar.xz) = 3299364 bytes