diff options
author | markd <markd@pkgsrc.org> | 2017-08-23 23:59:34 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2017-08-23 23:59:34 +0000 |
commit | 68fe629b6ec713bfb1a35ed53c5ca456575b24ef (patch) | |
tree | 79f3e73744173db5f06b8759234383cadec0fd35 | |
parent | c29fe2452d9fa70392dd8aa07a9e96d9e0dbfb04 (diff) | |
download | pkgsrc-68fe629b6ec713bfb1a35ed53c5ca456575b24ef.tar.gz |
Update tex-graphics{,-doc} to 1.2c
This release features a major overhaul of
the driver (.def) files, bringing them back
into line both with each other and with the
core LaTeX graphics package.
As-of this release, new graphics features are
incorporated into graphicx, and the .def files
are returned to providing support for these
features but without adding additional keys.
The following keys are added to the
officially-supported set:
- "interpolate" (bitmap images)
- "page" (PDF images)
- "pagebox" (all images)
- "quiet" (all images)
The internal structures of the various .def
files have also been aligned based around
dvips.def, and some support material has been
moved to graphicx.
-rw-r--r-- | print/tex-graphics-doc/Makefile | 6 | ||||
-rw-r--r-- | print/tex-graphics-doc/PLIST | 4 | ||||
-rw-r--r-- | print/tex-graphics-doc/distinfo | 10 | ||||
-rw-r--r-- | print/tex-graphics/Makefile | 6 | ||||
-rw-r--r-- | print/tex-graphics/distinfo | 10 |
5 files changed, 19 insertions, 17 deletions
diff --git a/print/tex-graphics-doc/Makefile b/print/tex-graphics-doc/Makefile index ef8d3a97661..da032fe9649 100644 --- a/print/tex-graphics-doc/Makefile +++ b/print/tex-graphics-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2017/06/21 07:24:06 markd Exp $ +# $NetBSD: Makefile,v 1.11 2017/08/23 23:59:34 markd Exp $ DISTNAME= graphics.doc -PKGNAME= tex-${DISTNAME:S/./-/}-1.2a -TEXLIVE_REV= 44579 +PKGNAME= tex-${DISTNAME:S/./-/}-1.2c +TEXLIVE_REV= 44703 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://ctan.org/pkg/latex-graphics diff --git a/print/tex-graphics-doc/PLIST b/print/tex-graphics-doc/PLIST index a1e9c923b58..d674441e91f 100644 --- a/print/tex-graphics-doc/PLIST +++ b/print/tex-graphics-doc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2017/06/21 07:24:06 markd Exp $ +@comment $NetBSD: PLIST,v 1.7 2017/08/23 23:59:34 markd Exp $ share/texmf-dist/doc/latex/graphics/README.txt share/texmf-dist/doc/latex/graphics/cat.eps share/texmf-dist/doc/latex/graphics/changes.txt @@ -8,8 +8,10 @@ share/texmf-dist/doc/latex/graphics/epsfig.pdf share/texmf-dist/doc/latex/graphics/graphics.pdf share/texmf-dist/doc/latex/graphics/graphicx.pdf share/texmf-dist/doc/latex/graphics/grfguide.pdf +share/texmf-dist/doc/latex/graphics/grfguide.tex share/texmf-dist/doc/latex/graphics/keyval.pdf share/texmf-dist/doc/latex/graphics/lscape.pdf share/texmf-dist/doc/latex/graphics/rotating.pdf share/texmf-dist/doc/latex/graphics/rotex.pdf +share/texmf-dist/doc/latex/graphics/rotex.tex share/texmf-dist/doc/latex/graphics/trig.pdf diff --git a/print/tex-graphics-doc/distinfo b/print/tex-graphics-doc/distinfo index 5cf63603e37..6bf7ff28ccf 100644 --- a/print/tex-graphics-doc/distinfo +++ b/print/tex-graphics-doc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2017/06/21 07:24:06 markd Exp $ +$NetBSD: distinfo,v 1.12 2017/08/23 23:59:34 markd Exp $ -SHA1 (tex-graphics-44579/graphics.doc.tar.xz) = edd6932861a193e1562bbef95ff75635201c466d -RMD160 (tex-graphics-44579/graphics.doc.tar.xz) = bc44d7973ccd4ffd741dbf75561da3637b074267 -SHA512 (tex-graphics-44579/graphics.doc.tar.xz) = 8c25e9f196c9cead0241818b571abae638e38a803a54ade7ae98db5cf3c43971128e1a1ef8a586bbadf452ae1d32b9c202ead034c0c4042f18d028a2ad03ef63 -Size (tex-graphics-44579/graphics.doc.tar.xz) = 1957376 bytes +SHA1 (tex-graphics-44703/graphics.doc.tar.xz) = 850e5379b3fae21e2a6a112e2bbefbe2fa9c3ad2 +RMD160 (tex-graphics-44703/graphics.doc.tar.xz) = 81d6eddffcbcf947a18037a75d6ebb67c00f6790 +SHA512 (tex-graphics-44703/graphics.doc.tar.xz) = 00d011ca0ab614779a350765eda8a79e09d7a93dd53fca5431d27a533827c4b4f0332be0cfbc82253490deadf8ed3a25893d474d222f0cea7e40065ee3babe72 +Size (tex-graphics-44703/graphics.doc.tar.xz) = 1997728 bytes diff --git a/print/tex-graphics/Makefile b/print/tex-graphics/Makefile index ee56d181aa7..4a893bdaf12 100644 --- a/print/tex-graphics/Makefile +++ b/print/tex-graphics/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2017/06/21 07:24:06 markd Exp $ +# $NetBSD: Makefile,v 1.13 2017/08/23 23:59:34 markd Exp $ DISTNAME= graphics -PKGNAME= tex-${DISTNAME}-1.2a -TEXLIVE_REV= 44579 +PKGNAME= tex-${DISTNAME}-1.2c +TEXLIVE_REV= 44703 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://ctan.org/pkg/latex-graphics diff --git a/print/tex-graphics/distinfo b/print/tex-graphics/distinfo index ef9af7ad66e..a1b7fba8665 100644 --- a/print/tex-graphics/distinfo +++ b/print/tex-graphics/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2017/06/21 07:24:06 markd Exp $ +$NetBSD: distinfo,v 1.14 2017/08/23 23:59:34 markd Exp $ -SHA1 (tex-graphics-44579/graphics.tar.xz) = a0d449724c1764590d9d561a9bec1b4389fcc991 -RMD160 (tex-graphics-44579/graphics.tar.xz) = e6e7d7abf25910175cf962cb61017a752c84fa19 -SHA512 (tex-graphics-44579/graphics.tar.xz) = 524e4e1b39144297f398d6bcf6646c0d48643ebb629a4857efaf2df00410b811ebd52d66f85ed7996d7d5826271c522e29ebd100f7567cec0e2dc630f8801229 -Size (tex-graphics-44579/graphics.tar.xz) = 14504 bytes +SHA1 (tex-graphics-44703/graphics.tar.xz) = 2ff38de4c193e800dbafcdcb928d98a1d639ae2c +RMD160 (tex-graphics-44703/graphics.tar.xz) = edeb6b31ab6950b0506fd940b8b9aaf5c14587ec +SHA512 (tex-graphics-44703/graphics.tar.xz) = 05d98de8e1a3dea18aa19d95ae892653dfbf2a4d52fedf1cfe50d1d019c368fe44f1cc21009759df363672d6186091d0482e38a8b95234aaa1f67d1b29af59e1 +Size (tex-graphics-44703/graphics.tar.xz) = 14560 bytes |