From d3c9cbd07ebfcf9a89e94f02b80035455070785b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 8 Jul 2019 17:37:34 +0000 Subject: ctan-o-mat reinstall for windows wrapper git-svn-id: svn://tug.org/texlive/trunk@51578 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/win32/ctan-o-mat.bat | 21 --------------------- Master/bin/win32/ctan-o-mat.exe | Bin 0 -> 1536 bytes Master/texmf-dist/doc/man/man1/ctan-o-mat.1 | 20 ++++++++++++-------- Master/texmf-dist/doc/man/man1/ctan-o-mat.man1.pdf | Bin 21661 -> 21656 bytes .../texmf-dist/doc/support/ctan-o-mat/ctan-o-mat | 21 +++++++++++++++++++++ .../doc/support/ctan-o-mat/ctan-o-mat.bat | 21 +++++++++++++++++++++ .../doc/support/ctan-o-mat/ctan-o-mat.pdf | Bin 0 -> 29725 bytes Master/texmf-dist/scripts/ctan-o-mat/ctan-o-mat | 21 --------------------- Master/tlpkg/libexec/ctan2tds | 9 ++++----- Master/tlpkg/tlpsrc/ctan-o-mat.tlpsrc | 1 - 10 files changed, 58 insertions(+), 56 deletions(-) delete mode 100755 Master/bin/win32/ctan-o-mat.bat create mode 100755 Master/bin/win32/ctan-o-mat.exe create mode 100755 Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat create mode 100755 Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.bat create mode 100644 Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.pdf delete mode 100755 Master/texmf-dist/scripts/ctan-o-mat/ctan-o-mat (limited to 'Master') diff --git a/Master/bin/win32/ctan-o-mat.bat b/Master/bin/win32/ctan-o-mat.bat deleted file mode 100755 index 14aa5ff188b..00000000000 --- a/Master/bin/win32/ctan-o-mat.bat +++ /dev/null @@ -1,21 +0,0 @@ -@echo off -@rem -------------------------------------------------------------------------- -@rem This file is part of ctan-o-mat. -@rem This program is distributed under BSD-like license. See file LICENSE -@rem -@rem (c) 2016-2017 Gerd Neugebauer -@rem -@rem Net: gene@gerd-neugebauer.de -@rem -@rem This program is free software; you can redistribute it and/or modify -@rem it under the terms of a 3-clause BSD-like license as stated in the -@rem file LICENSE contained in this distribution. -@rem -@rem You should have received a copy of the LICENSE along with this -@rem program; if not, see the repository under http://***. -@rem -@rem -------------------------------------------------------------------------- - -"perl ctan-o-mat.pl %*" - -@rem -------------------------------------------------------------------------- diff --git a/Master/bin/win32/ctan-o-mat.exe b/Master/bin/win32/ctan-o-mat.exe new file mode 100755 index 00000000000..5777d90a17a Binary files /dev/null and b/Master/bin/win32/ctan-o-mat.exe differ diff --git a/Master/texmf-dist/doc/man/man1/ctan-o-mat.1 b/Master/texmf-dist/doc/man/man1/ctan-o-mat.1 index 5ba43d39483..fdfad2de9a0 100644 --- a/Master/texmf-dist/doc/man/man1/ctan-o-mat.1 +++ b/Master/texmf-dist/doc/man/man1/ctan-o-mat.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) +.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== @@ -54,16 +54,20 @@ .\" Avoid warning from groff about undefined register 'F'. .de IX .. -.if !\nF .nr F 0 -.if \nF>0 \{\ -. de IX -. tm Index:\\$1\t\\n%\t"\\$2" +.nr rF 0 +.if \n(.g .if rF .nr rF 1 +.if (\n(rF:(\n(.g==0)) \{\ +. if \nF \{\ +. de IX +. tm Index:\\$1\t\\n%\t"\\$2" .. -. if !\nF==2 \{\ -. nr % 0 -. nr F 2 +. if !\nF==2 \{\ +. nr % 0 +. nr F 2 +. \} . \} .\} +.rr rF .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. diff --git a/Master/texmf-dist/doc/man/man1/ctan-o-mat.man1.pdf b/Master/texmf-dist/doc/man/man1/ctan-o-mat.man1.pdf index 88803ca368c..06de65cff6e 100644 Binary files a/Master/texmf-dist/doc/man/man1/ctan-o-mat.man1.pdf and b/Master/texmf-dist/doc/man/man1/ctan-o-mat.man1.pdf differ diff --git a/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat b/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat new file mode 100755 index 00000000000..3041dc07ad3 --- /dev/null +++ b/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat @@ -0,0 +1,21 @@ +#/bin/sh +##----------------------------------------------------------------------------- +## This file is part of ctan-o-mat. +## This program is distributed under BSD-like license. See file LICENSE +## +## (c) 2016-2017 Gerd Neugebauer +## +## Net: gene@gerd-neugebauer.de +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of a 3-clause BSD-like license as stated in the +## file LICENSE contained in this distribution. +## +## You should have received a copy of the LICENSE along with this +## program; if not, see the repository under http://***. +## +##----------------------------------------------------------------------------- + +exec perl "$0.pl" "$@" + +# \ No newline at end of file diff --git a/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.bat b/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.bat new file mode 100755 index 00000000000..14aa5ff188b --- /dev/null +++ b/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.bat @@ -0,0 +1,21 @@ +@echo off +@rem -------------------------------------------------------------------------- +@rem This file is part of ctan-o-mat. +@rem This program is distributed under BSD-like license. See file LICENSE +@rem +@rem (c) 2016-2017 Gerd Neugebauer +@rem +@rem Net: gene@gerd-neugebauer.de +@rem +@rem This program is free software; you can redistribute it and/or modify +@rem it under the terms of a 3-clause BSD-like license as stated in the +@rem file LICENSE contained in this distribution. +@rem +@rem You should have received a copy of the LICENSE along with this +@rem program; if not, see the repository under http://***. +@rem +@rem -------------------------------------------------------------------------- + +"perl ctan-o-mat.pl %*" + +@rem -------------------------------------------------------------------------- diff --git a/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.pdf b/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.pdf new file mode 100644 index 00000000000..d7dfbf7d853 Binary files /dev/null and b/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.pdf differ diff --git a/Master/texmf-dist/scripts/ctan-o-mat/ctan-o-mat b/Master/texmf-dist/scripts/ctan-o-mat/ctan-o-mat deleted file mode 100755 index 3041dc07ad3..00000000000 --- a/Master/texmf-dist/scripts/ctan-o-mat/ctan-o-mat +++ /dev/null @@ -1,21 +0,0 @@ -#/bin/sh -##----------------------------------------------------------------------------- -## This file is part of ctan-o-mat. -## This program is distributed under BSD-like license. See file LICENSE -## -## (c) 2016-2017 Gerd Neugebauer -## -## Net: gene@gerd-neugebauer.de -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of a 3-clause BSD-like license as stated in the -## file LICENSE contained in this distribution. -## -## You should have received a copy of the LICENSE along with this -## program; if not, see the repository under http://***. -## -##----------------------------------------------------------------------------- - -exec perl "$0.pl" "$@" - -# \ No newline at end of file diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7d17febf26e..c4c72547553 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1293,6 +1293,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'wadalab', "&MAKEwadalab", 'wasy2', "die 'skipping, use wasy'", 'wasy2-ps', "&MAKEflatten", + 'webomints', "die 'skipping, nonfree'", 'win32-emacs-auctex', "die 'skipping, not for us'", 'windycity', "&MAKEflatten", 'winedt', "die 'skipping, nonfree license'", @@ -2984,7 +2985,6 @@ $standardttf = '\.ttf|\.TTC'; 'bib2gls' => '\.jar$', 'changes' => '\.py$', 'cloze' => '\.lua$', - 'ctan-o-mat' => 'ctan-o-mat(|\.pl)$', 'epspdf' => '(epspdf(|\.help|boot|tk)|\.rb|makegray\.pro)$', 'latex2nemeth' => '\.jar$', 'latex-make' => '\.py$', @@ -3028,7 +3028,7 @@ $standardttf = '\.ttf|\.TTC'; 'cluttex' => 'cluttex\.lua$', # moved by prehook. 'convbkmk' => '\.rb$', 'crossrefware' => '\.pl$', - 'ctan-o-mat' => 'ctan-o-mat$', + 'ctan-o-mat' => 'ctan-o-mat\.pl$', 'ctanbib' => 'ctanbib$', 'ctanify' => '^ctanify$', 'ctanupload' => '\.pl$', @@ -3949,8 +3949,7 @@ sub doscripts { &SYSTEM ("$MV latexindent.exe $platdir/"); next; # no wrapper - } elsif ($s eq "lua2dox_filter" # package lua2dox - || $s eq "ctan-o-mat") { # package ctan-o-mat + } elsif ($s eq "lua2dox_filter") { # package lua2dox # handwritten .bat &SYSTEM ("$MV $s.bat $platdir/"); next; # no wrapper @@ -5455,7 +5454,7 @@ sub PREHOOK_concrete { sub PREHOOK_ctan_o_mat { print "PREHOOK_$package - make .1 with pod2man\n"; &prehook_pod2man ("Gerd Neugebauer", "$package.pl"); - &SYSTEM ("$RM $package.pdf"); + #&SYSTEM ("$RM $package.pdf"); } sub PREHOOK_enctex { diff --git a/Master/tlpkg/tlpsrc/ctan-o-mat.tlpsrc b/Master/tlpkg/tlpsrc/ctan-o-mat.tlpsrc index 745e64e018f..dca338c719c 100644 --- a/Master/tlpkg/tlpsrc/ctan-o-mat.tlpsrc +++ b/Master/tlpkg/tlpsrc/ctan-o-mat.tlpsrc @@ -1,2 +1 @@ binpattern f bin/${ARCH}/${PKGNAME} -docpattern +f texmf-dist/doc/man/man1/${PKGNAME}.* -- cgit v1.2.3