texlive[51578] Master: ctan-o-mat reinstall for windows wrapper

commits+karl at tug.org commits+karl at tug.org
Mon Jul 8 19:37:34 CEST 2019


Revision: 51578
          http://tug.org/svn/texlive?view=revision&revision=51578
Author:   karl
Date:     2019-07-08 19:37:34 +0200 (Mon, 08 Jul 2019)
Log Message:
-----------
ctan-o-mat reinstall for windows wrapper

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/man/man1/ctan-o-mat.1
    trunk/Master/texmf-dist/doc/man/man1/ctan-o-mat.man1.pdf
    trunk/Master/tlpkg/libexec/ctan2tds
    trunk/Master/tlpkg/tlpsrc/ctan-o-mat.tlpsrc

Added Paths:
-----------
    trunk/Master/bin/win32/ctan-o-mat.exe
    trunk/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat
    trunk/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.bat
    trunk/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.pdf

Removed Paths:
-------------
    trunk/Master/bin/win32/ctan-o-mat.bat
    trunk/Master/texmf-dist/scripts/ctan-o-mat/ctan-o-mat

Deleted: trunk/Master/bin/win32/ctan-o-mat.bat
===================================================================
--- trunk/Master/bin/win32/ctan-o-mat.bat	2019-07-08 06:07:11 UTC (rev 51577)
+++ trunk/Master/bin/win32/ctan-o-mat.bat	2019-07-08 17:37:34 UTC (rev 51578)
@@ -1,21 +0,0 @@
- at echo off
- at rem --------------------------------------------------------------------------
- at rem  This file is part of ctan-o-mat.
- at rem  This program is distributed under BSD-like license. See file LICENSE
- at rem  
- at rem  (c) 2016-2017 Gerd Neugebauer
- at rem  
- at rem  Net: gene at gerd-neugebauer.de
- at rem  
- at rem  This program is free software; you can redistribute it and/or modify
- at rem  it under the terms of a 3-clause BSD-like license as stated in the
- at rem  file LICENSE contained in this distribution.
- at rem 
- at rem  You should have received a copy of the LICENSE along with this
- at rem  program; if not, see the repository under http://***.
- at rem 
- at rem --------------------------------------------------------------------------
-
-"perl ctan-o-mat.pl %*"
-
- at rem --------------------------------------------------------------------------

Added: trunk/Master/bin/win32/ctan-o-mat.exe
===================================================================
(Binary files differ)

Index: trunk/Master/bin/win32/ctan-o-mat.exe
===================================================================
--- trunk/Master/bin/win32/ctan-o-mat.exe	2019-07-08 06:07:11 UTC (rev 51577)
+++ trunk/Master/bin/win32/ctan-o-mat.exe	2019-07-08 17:37:34 UTC (rev 51578)

Property changes on: trunk/Master/bin/win32/ctan-o-mat.exe
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/man/man1/ctan-o-mat.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/ctan-o-mat.1	2019-07-08 06:07:11 UTC (rev 51577)
+++ trunk/Master/texmf-dist/doc/man/man1/ctan-o-mat.1	2019-07-08 17:37:34 UTC (rev 51578)
@@ -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.

Modified: trunk/Master/texmf-dist/doc/man/man1/ctan-o-mat.man1.pdf
===================================================================
(Binary files differ)

Added: trunk/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat
===================================================================
--- trunk/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat	2019-07-08 17:37:34 UTC (rev 51578)
@@ -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 at 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


Property changes on: trunk/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.bat
===================================================================
--- trunk/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.bat	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.bat	2019-07-08 17:37:34 UTC (rev 51578)
@@ -0,0 +1,21 @@
+ at echo off
+ at rem --------------------------------------------------------------------------
+ at rem  This file is part of ctan-o-mat.
+ at rem  This program is distributed under BSD-like license. See file LICENSE
+ at rem  
+ at rem  (c) 2016-2017 Gerd Neugebauer
+ at rem  
+ at rem  Net: gene at gerd-neugebauer.de
+ at rem  
+ at rem  This program is free software; you can redistribute it and/or modify
+ at rem  it under the terms of a 3-clause BSD-like license as stated in the
+ at rem  file LICENSE contained in this distribution.
+ at rem 
+ at rem  You should have received a copy of the LICENSE along with this
+ at rem  program; if not, see the repository under http://***.
+ at rem 
+ at rem --------------------------------------------------------------------------
+
+"perl ctan-o-mat.pl %*"
+
+ at rem --------------------------------------------------------------------------


Property changes on: trunk/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.bat
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.pdf	2019-07-08 06:07:11 UTC (rev 51577)
+++ trunk/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.pdf	2019-07-08 17:37:34 UTC (rev 51578)

Property changes on: trunk/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Deleted: trunk/Master/texmf-dist/scripts/ctan-o-mat/ctan-o-mat
===================================================================
--- trunk/Master/texmf-dist/scripts/ctan-o-mat/ctan-o-mat	2019-07-08 06:07:11 UTC (rev 51577)
+++ trunk/Master/texmf-dist/scripts/ctan-o-mat/ctan-o-mat	2019-07-08 17:37:34 UTC (rev 51578)
@@ -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 at 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

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2019-07-08 06:07:11 UTC (rev 51577)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2019-07-08 17:37:34 UTC (rev 51578)
@@ -1293,6 +1293,7 @@
  '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 @@
  '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 @@
  '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 @@
           &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_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 {

Modified: trunk/Master/tlpkg/tlpsrc/ctan-o-mat.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/ctan-o-mat.tlpsrc	2019-07-08 06:07:11 UTC (rev 51577)
+++ trunk/Master/tlpkg/tlpsrc/ctan-o-mat.tlpsrc	2019-07-08 17:37:34 UTC (rev 51578)
@@ -1,2 +1 @@
 binpattern f bin/${ARCH}/${PKGNAME}
-docpattern +f texmf-dist/doc/man/man1/${PKGNAME}.*



More information about the tex-live-commits mailing list