Date: Wednesday, September 5, 2018 @ 05:46:51
  Author: remy
Revision: 333391

archrelease: copy trunk to extra-any

Added:
  texlive-pictures/repos/extra-any/PKGBUILD
    (from rev 333390, texlive-pictures/trunk/PKGBUILD)
  texlive-pictures/repos/extra-any/texlive-pictures.maps
    (from rev 333390, texlive-pictures/trunk/texlive-pictures.maps)
  texlive-pictures/repos/extra-any/xypdf-rev1.21.patch
    (from rev 333390, texlive-pictures/trunk/xypdf-rev1.21.patch)
Deleted:
  texlive-pictures/repos/extra-any/PKGBUILD
  texlive-pictures/repos/extra-any/texlive-pictures.maps
  texlive-pictures/repos/extra-any/xypdf-rev1.21.patch

-----------------------+
 PKGBUILD              |  136 +++++-----
 texlive-pictures.maps |    4 
 xypdf-rev1.21.patch   |  598 ++++++++++++++++++++++++------------------------
 3 files changed, 369 insertions(+), 369 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-09-05 05:46:49 UTC (rev 333390)
+++ PKGBUILD    2018-09-05 05:46:51 UTC (rev 333391)
@@ -1,68 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Rémy Oudompheng <r...@archlinux.org>
-
-pkgname=texlive-pictures
-pkgver=2018.47373
-_revnr=${pkgver#2018.}
-pkgrel=1
-pkgdesc="TeX Live - Packages for drawings graphics"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";
-        "$pkgname.maps"
-        "xypdf-rev1.21.patch")
-options=('!emptydirs')
-sha256sums=('dfb1ff80215345a534e46609f64ebd08fa5b0f277f24d17d06fdaeebd6a0bc5b'
-            '847676e2322065219992ef249a68cddb26d71e192e8d59db58f264c5e11c8be9'
-            '4e5cedf4775542461b442c06bdabb3eb4e20a04f54e493bc753a958577e78175')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-          bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-
-   patch -Np1 -i "${srcdir}/xypdf-rev1.21.patch" -d 
"${srcdir}/tex/generic/xypic"
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
-     find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
-     find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
-     find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
-     find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
-     find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-    _linked_scripts="
-cachepic/cachepic.tlu
-epspdf/epspdftk.tcl
-epspdf/epspdf.tlu
-fig4latex/fig4latex
-getmap/getmapdl.lua
-mathspic/mathspic.pl
-mkpic/mkpic
-petri-nets/pn2pdf
-"
-    install -m755 -d $pkgdir/usr/bin
-    for _script in ${_linked_scripts}; do
-        _scriptbase=$(basename $_script)
-        _scriptbase=${_scriptbase%.*}
-        ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-    done
-}

Copied: texlive-pictures/repos/extra-any/PKGBUILD (from rev 333390, 
texlive-pictures/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-09-05 05:46:51 UTC (rev 333391)
@@ -0,0 +1,68 @@
+# $Id: PKGBUILD$
+# Maintainer: Rémy Oudompheng <r...@archlinux.org>
+
+pkgname=texlive-pictures
+pkgver=2018.48511
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live - Packages for drawings graphics"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";
+        "$pkgname.maps"
+        "xypdf-rev1.21.patch")
+options=('!emptydirs')
+sha256sums=('9735c6b6c656d91f7992d45cee312e75b2b7a950ba7e62675a7e493fbd08f5f5'
+            '847676e2322065219992ef249a68cddb26d71e192e8d59db58f264c5e11c8be9'
+            '4e5cedf4775542461b442c06bdabb3eb4e20a04f54e493bc753a958577e78175')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+          bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+
+   patch -Np1 -i "${srcdir}/xypdf-rev1.21.patch" -d 
"${srcdir}/tex/generic/xypic"
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+     find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+     find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+     find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+     find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+     find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+
+    _linked_scripts="
+cachepic/cachepic.tlu
+epspdf/epspdftk.tcl
+epspdf/epspdf.tlu
+fig4latex/fig4latex
+getmap/getmapdl.lua
+mathspic/mathspic.pl
+mkpic/mkpic
+petri-nets/pn2pdf
+"
+    install -m755 -d $pkgdir/usr/bin
+    for _script in ${_linked_scripts}; do
+        _scriptbase=$(basename $_script)
+        _scriptbase=${_scriptbase%.*}
+        ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
+    done
+}

Deleted: texlive-pictures.maps
===================================================================
--- texlive-pictures.maps       2018-09-05 05:46:49 UTC (rev 333390)
+++ texlive-pictures.maps       2018-09-05 05:46:51 UTC (rev 333391)
@@ -1,2 +0,0 @@
-Map knitfont.map
-MixedMap xypic.map

Copied: texlive-pictures/repos/extra-any/texlive-pictures.maps (from rev 
333390, texlive-pictures/trunk/texlive-pictures.maps)
===================================================================
--- texlive-pictures.maps                               (rev 0)
+++ texlive-pictures.maps       2018-09-05 05:46:51 UTC (rev 333391)
@@ -0,0 +1,2 @@
+Map knitfont.map
+MixedMap xypic.map

Deleted: xypdf-rev1.21.patch
===================================================================
--- xypdf-rev1.21.patch 2018-09-05 05:46:49 UTC (rev 333390)
+++ xypdf-rev1.21.patch 2018-09-05 05:46:51 UTC (rev 333391)
@@ -1,299 +0,0 @@
-diff -u xypdf.orig/xypdf-co.tex xypdf/xypdf-co.tex
---- xypdf.orig/xypdf-co.tex    2016-11-19 12:24:53.457219331 +0100
-+++ xypdf/xypdf-co.tex 2016-11-19 12:24:07.314492681 +0100
-@@ -8,7 +8,7 @@
- %% 
- %% The xypdf package for TeX and LaTeX
- %% Copyright (c) 2010 by Daniel M�llner (M\"ullner)
--%% <http://math.stanford.edu/~muellner>
-+%% <http://danifold.net>
- %% --------------------------------------------------------------------------
- %% 
- %% This program is free software: you can redistribute it and/or modify it
-@@ -64,28 +64,75 @@
- \@ifdefinable\xP@colB\relax
- \@ifdefinable\xP@colC\relax
- \@ifdefinable\xP@colD\relax
-+\@ifdefinable\xP@colE\relax
- \xP@hook{color}{newxycolor}
--\newcommand*\xP@newxycolor[2]{\def\xP@colorname{#1}\xP@parsecolor#2 @}
-+\newcommand*\xP@newxycolor[2]{\def\xP@colorname{#1}\expandafter\xP@parsecolor\@firstofone#2
 @}
- \xP@color@on
-+\@ifdefinable\xP@parsetwo\relax
-+\def\xP@parsetwo#1 #2@{\def\xP@colC{#1}\def\xP@colD{#2}}
-+\@ifdefinable\xP@parsethree\relax
-+\def\xP@parsethree#1 #2 #3@{\def\xP@colC{#1}\def\xP@colD{#2}\def\xP@colE{#3}}
- \@ifdefinable\xP@parsecolor\relax
--\def\xP@parsecolor#1 #2 
#3@{\def\xP@colA{#1}\def\xP@colB{#2}\ifx\xP@colB\xP@gray
-+\def\xP@parsecolor#1 #2 
#3@{\def\xP@colA{#1}\def\xP@colB{#2}\ifx\xP@colA\xP@cmyk
-+\xP@parsethree#3@\xP@newcolor\xP@colorname{\xP@colB,\xP@colC,\xP@colD,\xP@colE}\xP@cmyk
-+\newxycolor
-+\else
-+\ifx\xP@colA\xP@CMYK
-+\xP@parsethree#3@\xP@newcolor\xP@colorname{\xP@colB,\xP@colC,\xP@colD,\xP@colE}\xP@cmyk
-+\newxycolor
-+\else
-+\ifx\xP@colA\xP@rgb
-+\xP@parsetwo#3@\xP@newcolor\xP@colorname{\xP@colB,\xP@colC,\xP@colD}\xP@rgb\newxycolor
-+\else
-+\ifx\xP@colA\xP@RGB
-+\xP@parsetwo#3@\xP@newcolor\xP@colorname{\xP@colB,\xP@colC,\xP@colD}\xP@rgb
-+\newxycolor
-+\else
-+\ifx\xP@colA\xP@gray
-+\xP@newcolor\xP@colorname\xP@colB\xP@gray\newxycolor
-+\else
-+\ifx\xP@colA\xP@GRAY
-+\xP@newcolor\xP@colorname\xP@colB\xP@gray\newxycolor
-+\else
-+\ifx\xP@colB\xP@gray
-+\xP@newcolor\xP@colorname\xP@colA\xP@gray\newxycolor
-+\else
-+\ifx\xP@colB\xP@GRAY
- \xP@newcolor\xP@colorname\xP@colA\xP@gray\newxycolor
- \else
- \xP@parsecolor@#3 @\fi
-+\fi
-+\fi
-+\fi
-+\fi
-+\fi
-+\fi
-+\fi
- }
- \@ifdefinable\xP@parsecolor@\relax
- \def\xP@parsecolor@#1 #2 #3 
#4@{\def\xP@colC{#1}\def\xP@colD{#2}\ifx\xP@colD\xP@rgb
- \xP@newcolor\xP@colorname{\xP@colA,\xP@colB,\xP@colC}\xP@rgb\newxycolor
- \else
-+\ifx\xP@colD\xP@RGB
-+\xP@newcolor\xP@colorname{\xP@colA,\xP@colB,\xP@colC}\xP@rgb\newxycolor
-+\else
- \def\@tempa{#3}\ifx\@tempa\xP@cmyk
--\xP@newcolor\xP@colorname{\xP@colA,\xP@colB,\xP@colC,\xP@colD}{cmyk}\newxycolor
-+\xP@newcolor\xP@colorname{\xP@colA,\xP@colB,\xP@colC,\xP@colD}\xP@cmyk\newxycolor
-+\else
-+\ifx\@tempa\xP@CMYK
-+\xP@newcolor\xP@colorname{\xP@colA,\xP@colB,\xP@colC,\xP@colD}\xP@cmyk\newxycolor
- \else
- \PackageError{xypdf}{Syntax error in \string\newxycolor}{}\fi
- \fi
-+\fi
-+\fi
- }
- \newcommand*\xP@gray{gray}
- \newcommand*\xP@rgb{rgb}
- \newcommand*\xP@cmyk{cmyk}
-+\newcommand*\xP@GRAY{GRAY}
-+\newcommand*\xP@RGB{RGB}
-+\newcommand*\xP@CMYK{CMYK}
- \xP@hook{color}{OBJECT@shape}
- \newcommand*\xP@OBJECT@shape[1]{\DN@{shape 
[#1]}\expandafter\let\expandafter\nextii@\csname\codeof\next@\endcsname
- \ifx\nextii@\relax\DN@{style 
[#1]}\expandafter\let\expandafter\nextii@\csname\codeof\next@\endcsname
-@@ -120,10 +167,5 @@
- \xywithoption{crayon}{\xP@installCrayolaColors
- \renewcommand*\installCrayolaColors@{}}
- \xyendinput
--
--
--
--
--
- %%
- %% End of file `xypdf-co.tex'.
-diff -u xypdf.orig/xypdf-cu.tex xypdf/xypdf-cu.tex
---- xypdf.orig/xypdf-cu.tex    2016-11-19 12:24:53.457219331 +0100
-+++ xypdf/xypdf-cu.tex 2016-11-19 12:24:07.314492681 +0100
-@@ -8,7 +8,7 @@
- %% 
- %% The xypdf package for TeX and LaTeX
- %% Copyright (c) 2010 by Daniel M�llner (M\"ullner)
--%% <http://math.stanford.edu/~muellner>
-+%% <http://danifold.net>
- %% --------------------------------------------------------------------------
- %% 
- %% This program is free software: you can redistribute it and/or modify it
-@@ -1178,10 +1178,5 @@
- \@for\@tempa:={#1}\do{\the\toks@}\xP@stroke{\the\@temptokena}}}
- 
\newcommand*\xP@paintbrokensquiggle[5]{\xP@squigglevectors{#1}\xP@append\@temptokena{\xP@coor\xP@posX\xP@posY
 m 
\xP@coor{\xP@posX+\Y@max}{\xP@posY+\X@max}}\xP@squigglevectors{#2}\xP@append\@temptokena{\xP@coor{\xP@posX-\D@p-\X@min}{\xP@posY+\R@p-\Y@min}\xP@coor{\xP@posX-\D@p}{\xP@posY+\R@p}c
 
\xP@coor{\xP@posX-\D@p+\X@min}{\xP@posY+\R@p+\Y@min}}\xP@squigglevectors{#3}\xP@append\@temptokena{\xP@coor{\xP@posX-\X@max}{\xP@posY+\Y@max}\xP@coor\xP@posX\xP@posY
 c 
\xP@coor{\xP@posX+\X@max}{\xP@posY-\Y@max}}\xP@squigglevectors{#4}\xP@append\@temptokena{\xP@coor{\xP@posX+\D@p-\X@min}{\xP@posY-\R@p-\Y@min}\xP@coor{\xP@posX+\D@p}{\xP@posY-\R@p}c
 
\xP@coor{\xP@posX+\D@p+\X@min}{\xP@posY-\R@p+\Y@min}}\xP@squigglevectors{#5}\xP@append\@temptokena{\xP@coor{\xP@posX-\Y@max}{\xP@posY-\X@max}\xP@coor\xP@posX\xP@posY
 c }}
- \xyendinput
--
--
--
--
--
- %%
- %% End of file `xypdf-cu.tex'.
-diff -u xypdf.orig/xypdf-fr.tex xypdf/xypdf-fr.tex
---- xypdf.orig/xypdf-fr.tex    2016-11-19 12:24:53.457219331 +0100
-+++ xypdf/xypdf-fr.tex 2016-11-19 12:24:07.314492681 +0100
-@@ -8,7 +8,7 @@
- %% 
- %% The xypdf package for TeX and LaTeX
- %% Copyright (c) 2010 by Daniel M�llner (M\"ullner)
--%% <http://math.stanford.edu/~muellner>
-+%% <http://danifold.net>
- %% --------------------------------------------------------------------------
- %% 
- %% This program is free software: you can redistribute it and/or modify it
-@@ -429,10 +429,5 @@
- 0 \xP@dim\B@ c }\@temptokena\expandafter{\@tempa}\xP@mirrorpath
- \xP@fillorstroke{\the\@temptokena}}
- \xyendinput
--
--
--
--
--
- %%
- %% End of file `xypdf-fr.tex'.
-diff -u xypdf.orig/xypdf-li.tex xypdf/xypdf-li.tex
---- xypdf.orig/xypdf-li.tex    2016-11-19 12:24:53.457219331 +0100
-+++ xypdf/xypdf-li.tex 2016-11-19 12:24:07.314492681 +0100
-@@ -8,7 +8,7 @@
- %% 
- %% The xypdf package for TeX and LaTeX
- %% Copyright (c) 2010 by Daniel M�llner (M\"ullner)
--%% <http://math.stanford.edu/~muellner>
-+%% <http://danifold.net>
- %% --------------------------------------------------------------------------
- %% 
- %% This program is free software: you can redistribute it and/or modify it
-@@ -60,10 +60,5 @@
- \xycatcodes
- \expandafter\let\csname xypdf-li@loaded\endcsname\@empty
- \xyendinput
--
--
--
--
--
- %%
- %% End of file `xypdf-li.tex'.
-diff -u xypdf.orig/xypdf-ro.tex xypdf/xypdf-ro.tex
---- xypdf.orig/xypdf-ro.tex    2016-11-19 12:24:53.457219331 +0100
-+++ xypdf/xypdf-ro.tex 2016-11-19 12:24:07.314492681 +0100
-@@ -8,7 +8,7 @@
- %% 
- %% The xypdf package for TeX and LaTeX
- %% Copyright (c) 2010 by Daniel M�llner (M\"ullner)
--%% <http://math.stanford.edu/~muellner>
-+%% <http://danifold.net>
- %% --------------------------------------------------------------------------
- %% 
- %% This program is free software: you can redistribute it and/or modify it
-@@ -124,10 +124,5 @@
- }\@tempdimb\dimen@i
- }
- \xyendinput
--
--
--
--
--
- %%
- %% End of file `xypdf-ro.tex'.
-diff -u xypdf.orig/xypdf.tex xypdf/xypdf.tex
---- xypdf.orig/xypdf.tex       2016-11-19 12:24:53.457219331 +0100
-+++ xypdf/xypdf.tex    2016-11-19 12:24:07.314492681 +0100
-@@ -8,7 +8,7 @@
- %% 
- %% The xypdf package for TeX and LaTeX
- %% Copyright (c) 2010 by Daniel M�llner (M\"ullner)
--%% <http://math.stanford.edu/~muellner>
-+%% <http://danifold.net>
- %% --------------------------------------------------------------------------
- %% 
- %% This program is free software: you can redistribute it and/or modify it
-@@ -58,9 +58,9 @@
- %% (Muellner, M\"ullner).
- %% 
- \ifx\xyloaded\undefined\input xy \fi
--\xyprovide{pdf}{PDF driver}{1.7}{Daniel 
M\"ullner\newline}{\url{http://math.stanford.edu/~muellner}}{}
-+\xyprovide{pdf}{PDF driver}{1.9}{Daniel 
M\"ullner\newline}{\url{http://danifold.net}}{}
- \ifx\makeatletter\undefined\input miniltx \fi
--\newcommand*\xypdfdate{2011/03/20}
-+\newcommand*\xypdfdate{2016/07/25}
- \newdriver{\xyaddsupport{pdf}\xP@pdf@on
- \xyaddsupport{color}\xP@color@on
- \xyaddsupport{curve}\xP@curve@on
-@@ -91,7 +91,10 @@
- \fi
- \newcommand*\xP@testpdfsave{\ifpdf
- \ifx\pdfsave\@undefined
--\PackageError{xypdf}{pdfTeX version 1.40.0 or higher is needed for the 
xypdf^^Jpackage with PDF output}{}\fi
-+\ifx\pdfextension\@undefined
-+\PackageError{xypdf}{LuaTeX or pdfTeX version 1.40.0
-+or higher is needed for^^Jthe xypdf package with PDF output}{}\fi
-+\fi
- \fi
- \let\xP@testpdfsave\@undefined
- }
-@@ -120,12 +123,24 @@
- \expandafter\noexpand\csname xP@old@#2\endcsname
- }}
- \newcommand*\xP@defpdfliteral{\ifpdf
-+\ifx\pdfextension\@undefined
- \newcommand*\xP@literal[1]{\pdfsave\pdfliteral{##1}\pdfrestore}
- \newcommand*\xP@cm[5]{\pdfsave
- \pdfsetmatrix{##1 ##2 ##3 ##4}##5\pdfrestore
- }
--\@ifundefined{@pdfcolorstack}{\def\@pdfcolorstack{\z@}}{}\newcommand*\xP@setcolor[3]{\pdfcolorstack\@pdfcolorstack
 push{##1 ##2 ##1 ##3}}
-+\else
-+\newcommand*\xP@literal[1]{\pdfextension save\pdfextension 
literal{##1}\pdfextension restore\relax
-+}
-+\newcommand*\xP@cm[5]{\pdfextension save\pdfextension setmatrix{##1 ##2 ##3 
##4}##5\pdfextension restore\relax
-+}
-+\fi
-+\@ifundefined{@pdfcolorstack}{\def\@pdfcolorstack{\z@}}{}\ifx\pdfextension\@undefined
-+\newcommand*\xP@setcolor[3]{\pdfcolorstack\@pdfcolorstack push{##1 ##2 ##1 
##3}}
- \newcommand*\xP@resetcolor{\pdfcolorstack\@pdfcolorstack pop\relax}\else
-+\newcommand*\xP@setcolor[3]{\pdfextension colorstack\@pdfcolorstack push{##1 
##2 ##1 ##3}}
-+\newcommand*\xP@resetcolor{\pdfextension colorstack\@pdfcolorstack pop\relax
-+}\fi
-+\else
- \newcommand*\xP@literal{\xP@warning{xypdf}{The produced DVI file is NOT 
PORTABLE. Convert it with^^Jdvipdfm(x) to the PDF format but do not expect the 
DVI file itself to be^^Jdisplayed 
correctly\@gobble}\global\let\xP@literal\xP@literal@
- \xP@literal
- }
-@@ -145,14 +160,20 @@
- \next@
- {\RequirePackage{ifpdf}\xP@testpdfsave
- \xP@defpdfliteral}
-+\@ifdefinable\xP@digits\relax
-+\ifx\pdfvariable\@undefined
- \ifx\pdfdecimaldigits\@undefined
- \newcommand*\xP@digits{2}
- \else
--\@ifdefinable\xP@digits\relax
- \xdef\xP@digits{\the\pdfdecimaldigits}
--\ifnum\pdfdecimaldigits<2
--\xP@warning{xypdf}{The precision in \string\pdfdecimaldigits\space is only 
\xP@digits\space
--decimals.^^JIt is recommended to set \string\pdfdecimaldigits\space to 2 or 3 
for best output quality\@gobble}
-+\ifnum\xP@digits<2
-+\xP@warning{xypdf}{The precision in \string\pdfdecimaldigits\space is only 
\xP@digits\space decimals.^^JIt is recommended to set 
\string\pdfdecimaldigits\space to 2 or 3 for best output quality\@gobble}
-+\fi
-+\fi
-+\else
-+\xdef\xP@digits{\the\pdfvariable decimaldigits}
-+\ifnum\xP@digits<2
-+\xP@warning{xypdf}{The precision in "\string\pdfvariable\space decimaldigits" 
is only \xP@digits^^Jdecimals. It is recommended to set "decimaldigits" to 2 or 
3 for best output^^Jquality\@gobble}
- \fi
- \fi
- 
\newcommand*\xP@dim[1]{\expandafter\xP@removePT\the\dimexpr(#1)*800/803\relax\space}
-@@ -329,10 +350,15 @@
- \fi
- ]\xP@precdim{\dimexpr\xP@preclw+\@tempdima/2\relax}d}}
- \newcommand*\xP@abs[1]{\ifdim#1<\z@\multiply#1\m@ne\fi}
--\newcommand*\xP@ifabsless[2]{\ifpdfabsdim#1<#2}
- \ifx\ifpdfabsdim\@undefined
--\renewcommand*\xP@ifabsless[2]{\ifdim\ifdim#1<\z@-\fi#1<\ifdim#2<\z@-\fi#2}
-+\newcommand*\xP@ifabsless[2]{\ifdim\ifdim#1<\z@-\fi#1<\ifdim#2<\z@-\fi#2}
- \@gobble\fi
-+\else
-+\newcommand*\xP@ifabsless[2]{\ifpdfabsdim#1<#2}
-+\fi
-+\ifx\ifabsdim\@undefined
-+\else
-+\renewcommand*\xP@ifabsless[2]{\ifabsdim#1<#2}
- \fi
- \newcommand*\xP@swapdim[2]{\@tempdima#1#1#2#2\@tempdima}
- \newcommand*\xP@swapnum[2]{\@tempcnta#1#1#2#2\@tempcnta}

Copied: texlive-pictures/repos/extra-any/xypdf-rev1.21.patch (from rev 333390, 
texlive-pictures/trunk/xypdf-rev1.21.patch)
===================================================================
--- xypdf-rev1.21.patch                         (rev 0)
+++ xypdf-rev1.21.patch 2018-09-05 05:46:51 UTC (rev 333391)
@@ -0,0 +1,299 @@
+diff -u xypdf.orig/xypdf-co.tex xypdf/xypdf-co.tex
+--- xypdf.orig/xypdf-co.tex    2016-11-19 12:24:53.457219331 +0100
++++ xypdf/xypdf-co.tex 2016-11-19 12:24:07.314492681 +0100
+@@ -8,7 +8,7 @@
+ %% 
+ %% The xypdf package for TeX and LaTeX
+ %% Copyright (c) 2010 by Daniel M�llner (M\"ullner)
+-%% <http://math.stanford.edu/~muellner>
++%% <http://danifold.net>
+ %% --------------------------------------------------------------------------
+ %% 
+ %% This program is free software: you can redistribute it and/or modify it
+@@ -64,28 +64,75 @@
+ \@ifdefinable\xP@colB\relax
+ \@ifdefinable\xP@colC\relax
+ \@ifdefinable\xP@colD\relax
++\@ifdefinable\xP@colE\relax
+ \xP@hook{color}{newxycolor}
+-\newcommand*\xP@newxycolor[2]{\def\xP@colorname{#1}\xP@parsecolor#2 @}
++\newcommand*\xP@newxycolor[2]{\def\xP@colorname{#1}\expandafter\xP@parsecolor\@firstofone#2
 @}
+ \xP@color@on
++\@ifdefinable\xP@parsetwo\relax
++\def\xP@parsetwo#1 #2@{\def\xP@colC{#1}\def\xP@colD{#2}}
++\@ifdefinable\xP@parsethree\relax
++\def\xP@parsethree#1 #2 #3@{\def\xP@colC{#1}\def\xP@colD{#2}\def\xP@colE{#3}}
+ \@ifdefinable\xP@parsecolor\relax
+-\def\xP@parsecolor#1 #2 
#3@{\def\xP@colA{#1}\def\xP@colB{#2}\ifx\xP@colB\xP@gray
++\def\xP@parsecolor#1 #2 
#3@{\def\xP@colA{#1}\def\xP@colB{#2}\ifx\xP@colA\xP@cmyk
++\xP@parsethree#3@\xP@newcolor\xP@colorname{\xP@colB,\xP@colC,\xP@colD,\xP@colE}\xP@cmyk
++\newxycolor
++\else
++\ifx\xP@colA\xP@CMYK
++\xP@parsethree#3@\xP@newcolor\xP@colorname{\xP@colB,\xP@colC,\xP@colD,\xP@colE}\xP@cmyk
++\newxycolor
++\else
++\ifx\xP@colA\xP@rgb
++\xP@parsetwo#3@\xP@newcolor\xP@colorname{\xP@colB,\xP@colC,\xP@colD}\xP@rgb\newxycolor
++\else
++\ifx\xP@colA\xP@RGB
++\xP@parsetwo#3@\xP@newcolor\xP@colorname{\xP@colB,\xP@colC,\xP@colD}\xP@rgb
++\newxycolor
++\else
++\ifx\xP@colA\xP@gray
++\xP@newcolor\xP@colorname\xP@colB\xP@gray\newxycolor
++\else
++\ifx\xP@colA\xP@GRAY
++\xP@newcolor\xP@colorname\xP@colB\xP@gray\newxycolor
++\else
++\ifx\xP@colB\xP@gray
++\xP@newcolor\xP@colorname\xP@colA\xP@gray\newxycolor
++\else
++\ifx\xP@colB\xP@GRAY
+ \xP@newcolor\xP@colorname\xP@colA\xP@gray\newxycolor
+ \else
+ \xP@parsecolor@#3 @\fi
++\fi
++\fi
++\fi
++\fi
++\fi
++\fi
++\fi
+ }
+ \@ifdefinable\xP@parsecolor@\relax
+ \def\xP@parsecolor@#1 #2 #3 
#4@{\def\xP@colC{#1}\def\xP@colD{#2}\ifx\xP@colD\xP@rgb
+ \xP@newcolor\xP@colorname{\xP@colA,\xP@colB,\xP@colC}\xP@rgb\newxycolor
+ \else
++\ifx\xP@colD\xP@RGB
++\xP@newcolor\xP@colorname{\xP@colA,\xP@colB,\xP@colC}\xP@rgb\newxycolor
++\else
+ \def\@tempa{#3}\ifx\@tempa\xP@cmyk
+-\xP@newcolor\xP@colorname{\xP@colA,\xP@colB,\xP@colC,\xP@colD}{cmyk}\newxycolor
++\xP@newcolor\xP@colorname{\xP@colA,\xP@colB,\xP@colC,\xP@colD}\xP@cmyk\newxycolor
++\else
++\ifx\@tempa\xP@CMYK
++\xP@newcolor\xP@colorname{\xP@colA,\xP@colB,\xP@colC,\xP@colD}\xP@cmyk\newxycolor
+ \else
+ \PackageError{xypdf}{Syntax error in \string\newxycolor}{}\fi
+ \fi
++\fi
++\fi
+ }
+ \newcommand*\xP@gray{gray}
+ \newcommand*\xP@rgb{rgb}
+ \newcommand*\xP@cmyk{cmyk}
++\newcommand*\xP@GRAY{GRAY}
++\newcommand*\xP@RGB{RGB}
++\newcommand*\xP@CMYK{CMYK}
+ \xP@hook{color}{OBJECT@shape}
+ \newcommand*\xP@OBJECT@shape[1]{\DN@{shape 
[#1]}\expandafter\let\expandafter\nextii@\csname\codeof\next@\endcsname
+ \ifx\nextii@\relax\DN@{style 
[#1]}\expandafter\let\expandafter\nextii@\csname\codeof\next@\endcsname
+@@ -120,10 +167,5 @@
+ \xywithoption{crayon}{\xP@installCrayolaColors
+ \renewcommand*\installCrayolaColors@{}}
+ \xyendinput
+-
+-
+-
+-
+-
+ %%
+ %% End of file `xypdf-co.tex'.
+diff -u xypdf.orig/xypdf-cu.tex xypdf/xypdf-cu.tex
+--- xypdf.orig/xypdf-cu.tex    2016-11-19 12:24:53.457219331 +0100
++++ xypdf/xypdf-cu.tex 2016-11-19 12:24:07.314492681 +0100
+@@ -8,7 +8,7 @@
+ %% 
+ %% The xypdf package for TeX and LaTeX
+ %% Copyright (c) 2010 by Daniel M�llner (M\"ullner)
+-%% <http://math.stanford.edu/~muellner>
++%% <http://danifold.net>
+ %% --------------------------------------------------------------------------
+ %% 
+ %% This program is free software: you can redistribute it and/or modify it
+@@ -1178,10 +1178,5 @@
+ \@for\@tempa:={#1}\do{\the\toks@}\xP@stroke{\the\@temptokena}}}
+ 
\newcommand*\xP@paintbrokensquiggle[5]{\xP@squigglevectors{#1}\xP@append\@temptokena{\xP@coor\xP@posX\xP@posY
 m 
\xP@coor{\xP@posX+\Y@max}{\xP@posY+\X@max}}\xP@squigglevectors{#2}\xP@append\@temptokena{\xP@coor{\xP@posX-\D@p-\X@min}{\xP@posY+\R@p-\Y@min}\xP@coor{\xP@posX-\D@p}{\xP@posY+\R@p}c
 
\xP@coor{\xP@posX-\D@p+\X@min}{\xP@posY+\R@p+\Y@min}}\xP@squigglevectors{#3}\xP@append\@temptokena{\xP@coor{\xP@posX-\X@max}{\xP@posY+\Y@max}\xP@coor\xP@posX\xP@posY
 c 
\xP@coor{\xP@posX+\X@max}{\xP@posY-\Y@max}}\xP@squigglevectors{#4}\xP@append\@temptokena{\xP@coor{\xP@posX+\D@p-\X@min}{\xP@posY-\R@p-\Y@min}\xP@coor{\xP@posX+\D@p}{\xP@posY-\R@p}c
 
\xP@coor{\xP@posX+\D@p+\X@min}{\xP@posY-\R@p+\Y@min}}\xP@squigglevectors{#5}\xP@append\@temptokena{\xP@coor{\xP@posX-\Y@max}{\xP@posY-\X@max}\xP@coor\xP@posX\xP@posY
 c }}
+ \xyendinput
+-
+-
+-
+-
+-
+ %%
+ %% End of file `xypdf-cu.tex'.
+diff -u xypdf.orig/xypdf-fr.tex xypdf/xypdf-fr.tex
+--- xypdf.orig/xypdf-fr.tex    2016-11-19 12:24:53.457219331 +0100
++++ xypdf/xypdf-fr.tex 2016-11-19 12:24:07.314492681 +0100
+@@ -8,7 +8,7 @@
+ %% 
+ %% The xypdf package for TeX and LaTeX
+ %% Copyright (c) 2010 by Daniel M�llner (M\"ullner)
+-%% <http://math.stanford.edu/~muellner>
++%% <http://danifold.net>
+ %% --------------------------------------------------------------------------
+ %% 
+ %% This program is free software: you can redistribute it and/or modify it
+@@ -429,10 +429,5 @@
+ 0 \xP@dim\B@ c }\@temptokena\expandafter{\@tempa}\xP@mirrorpath
+ \xP@fillorstroke{\the\@temptokena}}
+ \xyendinput
+-
+-
+-
+-
+-
+ %%
+ %% End of file `xypdf-fr.tex'.
+diff -u xypdf.orig/xypdf-li.tex xypdf/xypdf-li.tex
+--- xypdf.orig/xypdf-li.tex    2016-11-19 12:24:53.457219331 +0100
++++ xypdf/xypdf-li.tex 2016-11-19 12:24:07.314492681 +0100
+@@ -8,7 +8,7 @@
+ %% 
+ %% The xypdf package for TeX and LaTeX
+ %% Copyright (c) 2010 by Daniel M�llner (M\"ullner)
+-%% <http://math.stanford.edu/~muellner>
++%% <http://danifold.net>
+ %% --------------------------------------------------------------------------
+ %% 
+ %% This program is free software: you can redistribute it and/or modify it
+@@ -60,10 +60,5 @@
+ \xycatcodes
+ \expandafter\let\csname xypdf-li@loaded\endcsname\@empty
+ \xyendinput
+-
+-
+-
+-
+-
+ %%
+ %% End of file `xypdf-li.tex'.
+diff -u xypdf.orig/xypdf-ro.tex xypdf/xypdf-ro.tex
+--- xypdf.orig/xypdf-ro.tex    2016-11-19 12:24:53.457219331 +0100
++++ xypdf/xypdf-ro.tex 2016-11-19 12:24:07.314492681 +0100
+@@ -8,7 +8,7 @@
+ %% 
+ %% The xypdf package for TeX and LaTeX
+ %% Copyright (c) 2010 by Daniel M�llner (M\"ullner)
+-%% <http://math.stanford.edu/~muellner>
++%% <http://danifold.net>
+ %% --------------------------------------------------------------------------
+ %% 
+ %% This program is free software: you can redistribute it and/or modify it
+@@ -124,10 +124,5 @@
+ }\@tempdimb\dimen@i
+ }
+ \xyendinput
+-
+-
+-
+-
+-
+ %%
+ %% End of file `xypdf-ro.tex'.
+diff -u xypdf.orig/xypdf.tex xypdf/xypdf.tex
+--- xypdf.orig/xypdf.tex       2016-11-19 12:24:53.457219331 +0100
++++ xypdf/xypdf.tex    2016-11-19 12:24:07.314492681 +0100
+@@ -8,7 +8,7 @@
+ %% 
+ %% The xypdf package for TeX and LaTeX
+ %% Copyright (c) 2010 by Daniel M�llner (M\"ullner)
+-%% <http://math.stanford.edu/~muellner>
++%% <http://danifold.net>
+ %% --------------------------------------------------------------------------
+ %% 
+ %% This program is free software: you can redistribute it and/or modify it
+@@ -58,9 +58,9 @@
+ %% (Muellner, M\"ullner).
+ %% 
+ \ifx\xyloaded\undefined\input xy \fi
+-\xyprovide{pdf}{PDF driver}{1.7}{Daniel 
M\"ullner\newline}{\url{http://math.stanford.edu/~muellner}}{}
++\xyprovide{pdf}{PDF driver}{1.9}{Daniel 
M\"ullner\newline}{\url{http://danifold.net}}{}
+ \ifx\makeatletter\undefined\input miniltx \fi
+-\newcommand*\xypdfdate{2011/03/20}
++\newcommand*\xypdfdate{2016/07/25}
+ \newdriver{\xyaddsupport{pdf}\xP@pdf@on
+ \xyaddsupport{color}\xP@color@on
+ \xyaddsupport{curve}\xP@curve@on
+@@ -91,7 +91,10 @@
+ \fi
+ \newcommand*\xP@testpdfsave{\ifpdf
+ \ifx\pdfsave\@undefined
+-\PackageError{xypdf}{pdfTeX version 1.40.0 or higher is needed for the 
xypdf^^Jpackage with PDF output}{}\fi
++\ifx\pdfextension\@undefined
++\PackageError{xypdf}{LuaTeX or pdfTeX version 1.40.0
++or higher is needed for^^Jthe xypdf package with PDF output}{}\fi
++\fi
+ \fi
+ \let\xP@testpdfsave\@undefined
+ }
+@@ -120,12 +123,24 @@
+ \expandafter\noexpand\csname xP@old@#2\endcsname
+ }}
+ \newcommand*\xP@defpdfliteral{\ifpdf
++\ifx\pdfextension\@undefined
+ \newcommand*\xP@literal[1]{\pdfsave\pdfliteral{##1}\pdfrestore}
+ \newcommand*\xP@cm[5]{\pdfsave
+ \pdfsetmatrix{##1 ##2 ##3 ##4}##5\pdfrestore
+ }
+-\@ifundefined{@pdfcolorstack}{\def\@pdfcolorstack{\z@}}{}\newcommand*\xP@setcolor[3]{\pdfcolorstack\@pdfcolorstack
 push{##1 ##2 ##1 ##3}}
++\else
++\newcommand*\xP@literal[1]{\pdfextension save\pdfextension 
literal{##1}\pdfextension restore\relax
++}
++\newcommand*\xP@cm[5]{\pdfextension save\pdfextension setmatrix{##1 ##2 ##3 
##4}##5\pdfextension restore\relax
++}
++\fi
++\@ifundefined{@pdfcolorstack}{\def\@pdfcolorstack{\z@}}{}\ifx\pdfextension\@undefined
++\newcommand*\xP@setcolor[3]{\pdfcolorstack\@pdfcolorstack push{##1 ##2 ##1 
##3}}
+ \newcommand*\xP@resetcolor{\pdfcolorstack\@pdfcolorstack pop\relax}\else
++\newcommand*\xP@setcolor[3]{\pdfextension colorstack\@pdfcolorstack push{##1 
##2 ##1 ##3}}
++\newcommand*\xP@resetcolor{\pdfextension colorstack\@pdfcolorstack pop\relax
++}\fi
++\else
+ \newcommand*\xP@literal{\xP@warning{xypdf}{The produced DVI file is NOT 
PORTABLE. Convert it with^^Jdvipdfm(x) to the PDF format but do not expect the 
DVI file itself to be^^Jdisplayed 
correctly\@gobble}\global\let\xP@literal\xP@literal@
+ \xP@literal
+ }
+@@ -145,14 +160,20 @@
+ \next@
+ {\RequirePackage{ifpdf}\xP@testpdfsave
+ \xP@defpdfliteral}
++\@ifdefinable\xP@digits\relax
++\ifx\pdfvariable\@undefined
+ \ifx\pdfdecimaldigits\@undefined
+ \newcommand*\xP@digits{2}
+ \else
+-\@ifdefinable\xP@digits\relax
+ \xdef\xP@digits{\the\pdfdecimaldigits}
+-\ifnum\pdfdecimaldigits<2
+-\xP@warning{xypdf}{The precision in \string\pdfdecimaldigits\space is only 
\xP@digits\space
+-decimals.^^JIt is recommended to set \string\pdfdecimaldigits\space to 2 or 3 
for best output quality\@gobble}
++\ifnum\xP@digits<2
++\xP@warning{xypdf}{The precision in \string\pdfdecimaldigits\space is only 
\xP@digits\space decimals.^^JIt is recommended to set 
\string\pdfdecimaldigits\space to 2 or 3 for best output quality\@gobble}
++\fi
++\fi
++\else
++\xdef\xP@digits{\the\pdfvariable decimaldigits}
++\ifnum\xP@digits<2
++\xP@warning{xypdf}{The precision in "\string\pdfvariable\space decimaldigits" 
is only \xP@digits^^Jdecimals. It is recommended to set "decimaldigits" to 2 or 
3 for best output^^Jquality\@gobble}
+ \fi
+ \fi
+ 
\newcommand*\xP@dim[1]{\expandafter\xP@removePT\the\dimexpr(#1)*800/803\relax\space}
+@@ -329,10 +350,15 @@
+ \fi
+ ]\xP@precdim{\dimexpr\xP@preclw+\@tempdima/2\relax}d}}
+ \newcommand*\xP@abs[1]{\ifdim#1<\z@\multiply#1\m@ne\fi}
+-\newcommand*\xP@ifabsless[2]{\ifpdfabsdim#1<#2}
+ \ifx\ifpdfabsdim\@undefined
+-\renewcommand*\xP@ifabsless[2]{\ifdim\ifdim#1<\z@-\fi#1<\ifdim#2<\z@-\fi#2}
++\newcommand*\xP@ifabsless[2]{\ifdim\ifdim#1<\z@-\fi#1<\ifdim#2<\z@-\fi#2}
+ \@gobble\fi
++\else
++\newcommand*\xP@ifabsless[2]{\ifpdfabsdim#1<#2}
++\fi
++\ifx\ifabsdim\@undefined
++\else
++\renewcommand*\xP@ifabsless[2]{\ifabsdim#1<#2}
+ \fi
+ \newcommand*\xP@swapdim[2]{\@tempdima#1#1#2#2\@tempdima}
+ \newcommand*\xP@swapnum[2]{\@tempcnta#1#1#2#2\@tempcnta}

Reply via email to