pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print tex-adjustbox{,-doc}: update to 1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f9f251e0bfe
branches:  trunk
changeset: 447342:8f9f251e0bfe
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Feb 20 09:40:27 2021 +0000

description:
tex-adjustbox{,-doc}: update to 1.3

* Added support for (hopefully) all 'graphicx' keys.
  * Added missing \leavevmode for framing keys.
  * Added key "leavevmode" on request of Frank Mittelbach.
  * Added 'process' key.
  * Added 'clap' key on user request.
  * Removed old graphicx key 'print'.
  * trimclip: Added explicit luatex driver which uses the pdftex driver
    to avoid the fallback to PGF driver.

diffstat:

 print/tex-adjustbox-doc/Makefile |   7 +++----
 print/tex-adjustbox-doc/PLIST    |  11 ++++++++++-
 print/tex-adjustbox-doc/distinfo |  10 +++++-----
 print/tex-adjustbox/Makefile     |  11 +++++------
 print/tex-adjustbox/distinfo     |  10 +++++-----
 5 files changed, 28 insertions(+), 21 deletions(-)

diffs (95 lines):

diff -r 46a6e3439341 -r 8f9f251e0bfe print/tex-adjustbox-doc/Makefile
--- a/print/tex-adjustbox-doc/Makefile  Sat Feb 20 09:37:44 2021 +0000
+++ b/print/tex-adjustbox-doc/Makefile  Sat Feb 20 09:40:27 2021 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2020/01/18 23:33:31 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2021/02/20 09:40:27 markd Exp $
 
 DISTNAME=      adjustbox.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.2
-TEXLIVE_REV=   49596
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.3
+TEXLIVE_REV=   56291
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/adjustbox
 COMMENT=       Documentation for tex-adjustbox
 LICENSE=       lppl-1.3c
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 46a6e3439341 -r 8f9f251e0bfe print/tex-adjustbox-doc/PLIST
--- a/print/tex-adjustbox-doc/PLIST     Sat Feb 20 09:37:44 2021 +0000
+++ b/print/tex-adjustbox-doc/PLIST     Sat Feb 20 09:40:27 2021 +0000
@@ -1,5 +1,14 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/21 22:36:37 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/02/20 09:40:27 markd Exp $
 share/texmf-dist/doc/latex/adjustbox/README
 share/texmf-dist/doc/latex/adjustbox/adjcalc.pdf
 share/texmf-dist/doc/latex/adjustbox/adjustbox.pdf
+share/texmf-dist/doc/latex/adjustbox/box.tex
+share/texmf-dist/doc/latex/adjustbox/compare.tex
+share/texmf-dist/doc/latex/adjustbox/margin.tex
+share/texmf-dist/doc/latex/adjustbox/margin2.tex
+share/texmf-dist/doc/latex/adjustbox/trim.tex
+share/texmf-dist/doc/latex/adjustbox/trim2.tex
+share/texmf-dist/doc/latex/adjustbox/trim3.tex
 share/texmf-dist/doc/latex/adjustbox/trimclip.pdf
+share/texmf-dist/doc/latex/adjustbox/viewport.tex
+share/texmf-dist/doc/latex/adjustbox/viewport2.tex
diff -r 46a6e3439341 -r 8f9f251e0bfe print/tex-adjustbox-doc/distinfo
--- a/print/tex-adjustbox-doc/distinfo  Sat Feb 20 09:37:44 2021 +0000
+++ b/print/tex-adjustbox-doc/distinfo  Sat Feb 20 09:40:27 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/01/29 19:41:42 markd Exp $
+$NetBSD: distinfo,v 1.5 2021/02/20 09:40:27 markd Exp $
 
-SHA1 (tex-adjustbox-49596/adjustbox.doc.tar.xz) = 84d382283b1d5ae24b6ca92c2fa973930f71e1f7
-RMD160 (tex-adjustbox-49596/adjustbox.doc.tar.xz) = dfdf1ff3fb61cdd4f067a4d6db17e04d272795df
-SHA512 (tex-adjustbox-49596/adjustbox.doc.tar.xz) = d3ba7feb98e64bb5c3f9cfeda783deb186f4d314cfb6dc6c4d6aff9cfd5443489da36c8ea1271e3b80409b733b1f2c1480986792c884c06cfa9c4eaaa2072856
-Size (tex-adjustbox-49596/adjustbox.doc.tar.xz) = 725652 bytes
+SHA1 (adjustbox.doc.r56291.tar.xz) = f582ad55e274dc14297f1c1583f1a21c336d7db7
+RMD160 (adjustbox.doc.r56291.tar.xz) = dc84c835b42f2352eef96fd98c46e3a9b2a46f11
+SHA512 (adjustbox.doc.r56291.tar.xz) = 3ddd36dcf4c56390aef552644e053612f1b2a900b2031f63aa6dd5da013916a00ead80a4e677c5225a14055f3b34d972faf17fe42e3cbe1f74b59a3b7d5206d6
+Size (adjustbox.doc.r56291.tar.xz) = 719424 bytes
diff -r 46a6e3439341 -r 8f9f251e0bfe print/tex-adjustbox/Makefile
--- a/print/tex-adjustbox/Makefile      Sat Feb 20 09:37:44 2021 +0000
+++ b/print/tex-adjustbox/Makefile      Sat Feb 20 09:40:27 2021 +0000
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.9 2020/01/18 23:33:31 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2021/02/20 09:40:27 markd Exp $
 
 DISTNAME=      adjustbox
-PKGNAME=       tex-${DISTNAME}-1.2
-TEXLIVE_REV=   49596
+PKGNAME=       tex-${DISTNAME}-1.3
+TEXLIVE_REV=   56291
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.ctan.org/pkg/adjustbox
-COMMENT=       Graphics package-alike macros for general boxes
+HOMEPAGE=      https://ctan.org/pkg/adjustbox
+COMMENT=       Graphics package-alike macros for "general" boxes
 LICENSE=       lppl-1.3c
 
 DEPENDS+=      tex-collectbox-[0-9]*:../../print/tex-collectbox
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 46a6e3439341 -r 8f9f251e0bfe print/tex-adjustbox/distinfo
--- a/print/tex-adjustbox/distinfo      Sat Feb 20 09:37:44 2021 +0000
+++ b/print/tex-adjustbox/distinfo      Sat Feb 20 09:40:27 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/01/29 19:41:42 markd Exp $
+$NetBSD: distinfo,v 1.7 2021/02/20 09:40:27 markd Exp $
 
-SHA1 (tex-adjustbox-49596/adjustbox.tar.xz) = ce4ad81dd70f17774af82d95ea228aab34f6feba
-RMD160 (tex-adjustbox-49596/adjustbox.tar.xz) = 7b5a745ce158f29b830c0ef2d3f229aa799f0481
-SHA512 (tex-adjustbox-49596/adjustbox.tar.xz) = ef79dc361879eb46a3d7c946efdda2a09c90169242aad22983e4cbde01e9b3b7a0f6dd2f6cf56ada24c551ca7aa8a7d80536384a26f539521c7ec239aa91a5ba
-Size (tex-adjustbox-49596/adjustbox.tar.xz) = 13476 bytes
+SHA1 (adjustbox.r56291.tar.xz) = bd5a2ee75070bf119d4d939221d193aea32ee2a0
+RMD160 (adjustbox.r56291.tar.xz) = 4e9b9c2657bfff74407e35fcfe8813a1eb01775d
+SHA512 (adjustbox.r56291.tar.xz) = 851d9abec7b4eabaf470755cea1200978146f93fca4cb8cdd33adb53f3b427031ea70685b8458fa77c5bd8b842b62524dd713c12a901331778cd854fa862098c
+Size (adjustbox.r56291.tar.xz) = 13596 bytes



Home | Main Index | Thread Index | Old Index