texlive[73554] Master: unibidi-lua doc source is .opm

commits+karl at tug.org commits+karl at tug.org
Tue Jan 21 22:28:11 CET 2025


Revision: 73554
          https://tug.org/svn/texlive?view=revision&revision=73554
Author:   karl
Date:     2025-01-21 22:28:11 +0100 (Tue, 21 Jan 2025)
Log Message:
-----------
unibidi-lua doc source is .opm

Modified Paths:
--------------
    trunk/Master/tlpkg/libexec/ctan2tds
    trunk/Master/tlpkg/tlpsrc/hyphen-ancientgreek.tlpsrc
    trunk/Master/tlpkg/tlpsrc/hyphen-arabic.tlpsrc
    trunk/Master/tlpkg/tlpsrc/hyphen-farsi.tlpsrc
    trunk/Master/tlpkg/tlpsrc/hyphen-romansh.tlpsrc

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/luatex/unibidi-lua/unibidi-lua-doc.pdf

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/luatex/unibidi-lua/README.TEXLIVE

Deleted: trunk/Master/texmf-dist/doc/luatex/unibidi-lua/README.TEXLIVE
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/unibidi-lua/README.TEXLIVE	2025-01-21 21:22:18 UTC (rev 73553)
+++ trunk/Master/texmf-dist/doc/luatex/unibidi-lua/README.TEXLIVE	2025-01-21 21:28:11 UTC (rev 73554)
@@ -1,9 +0,0 @@
-The files below have been removed in the TeX Live installation of
-the current package, possibly because of missing source (e.g., a
-PDF with no source), possibly because their only purpose is to support
-nonfree fonts or other software, possibly for other reasons.
-More info: https://tug.org/texlive/pkgcontrib.html#requirements
-
-If this is a concern, please contact the package maintainer.
-
-	unibidi-lua-doc.pdf

Added: trunk/Master/texmf-dist/doc/luatex/unibidi-lua/unibidi-lua-doc.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/luatex/unibidi-lua/unibidi-lua-doc.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/unibidi-lua/unibidi-lua-doc.pdf	2025-01-21 21:22:18 UTC (rev 73553)
+++ trunk/Master/texmf-dist/doc/luatex/unibidi-lua/unibidi-lua-doc.pdf	2025-01-21 21:28:11 UTC (rev 73554)

Property changes on: trunk/Master/texmf-dist/doc/luatex/unibidi-lua/unibidi-lua-doc.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2025-01-21 21:22:18 UTC (rev 73553)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2025-01-21 21:28:11 UTC (rev 73554)
@@ -4165,7 +4165,6 @@
  'tikz-layers'	 => '.*\.pdf$',			        # no source
  'tree-dvips'    => 'avm.*',                            # author no response
  'ucs'		 => 'languages.ps.gz',			# no source
- 'unibidi-lua'	 => 'unibidi-lua-doc.pdf',		# no source
  'unifith'	 => 'unifilogo\.pdf$',			# nonfree
  'xymtex'        => 'doc/.*\.pdf$',                     # no source
  'yannisgr'      => '^(digits|gen_acc)\.mf'             # levy dup
@@ -7406,10 +7405,9 @@
   print "*** Before committing from this:\n";
   print "*** read leading comments in tlpkg/bin/tl-hyph-test and run it!\n";
   print "*** \n";
-  print "*** Many files will not be matched, ",
-            "because split into hyphen-* pkgs.\n";
-  print "*** Similarly, when committing, files will not be add-able.\n";
-  print "*** Finally, when ready here, add new hyphen-* pkgs to c-*.\n";
+  print "*** All *hyph[en]-* files will not be matched, in own pkgs.\n";
+  print "*** Similarly, when committing, ignore svn add errors.\n";
+  print "*** Finally, when ready here, add new hyphen-* pkgs to coll*-*.\n";
   my $tlpsrc_dir = "$TOPDEST/tlpkg/tlpsrc";
   &xmkdir ($tlpsrc_dir);
   &xchdir ($tlpsrc_dir);

Modified: trunk/Master/tlpkg/tlpsrc/hyphen-ancientgreek.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/hyphen-ancientgreek.tlpsrc	2025-01-21 21:22:18 UTC (rev 73553)
+++ trunk/Master/tlpkg/tlpsrc/hyphen-ancientgreek.tlpsrc	2025-01-21 21:28:11 UTC (rev 73554)
@@ -20,7 +20,6 @@
 	file=ibyhyph.tex \
 	luaspecial="disabled:8-bit only"
 runpattern f texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-grc.tex
-runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-grc-x-ibycus.tex
 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-grc.tex
 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.pat.txt
 runpattern f texmf-dist/tex/generic/hyphen/grahyph5.tex

Modified: trunk/Master/tlpkg/tlpsrc/hyphen-arabic.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/hyphen-arabic.tlpsrc	2025-01-21 21:22:18 UTC (rev 73553)
+++ trunk/Master/tlpkg/tlpsrc/hyphen-arabic.tlpsrc	2025-01-21 21:28:11 UTC (rev 73554)
@@ -5,8 +5,7 @@
 longdesc Prevent hyphenation in Arabic.
 execute AddHyphen \
 	name=arabic \
-	lefthyphenmin=0 \
-	righthyphenmin=0 \
+	lefthyphenmin= \
+	righthyphenmin= \
 	file=zerohyph.tex \
 	file_patterns=
-runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ar.tex

Modified: trunk/Master/tlpkg/tlpsrc/hyphen-farsi.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/hyphen-farsi.tlpsrc	2025-01-21 21:22:18 UTC (rev 73553)
+++ trunk/Master/tlpkg/tlpsrc/hyphen-farsi.tlpsrc	2025-01-21 21:28:11 UTC (rev 73554)
@@ -5,8 +5,7 @@
 longdesc Prevent hyphenation in Persian.
 execute AddHyphen \
 	name=farsi synonyms=persian \
-	lefthyphenmin=0 \
-	righthyphenmin=0 \
+	lefthyphenmin= \
+	righthyphenmin= \
 	file=zerohyph.tex \
 	file_patterns=
-runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fa.tex

Modified: trunk/Master/tlpkg/tlpsrc/hyphen-romansh.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/hyphen-romansh.tlpsrc	2025-01-21 21:22:18 UTC (rev 73553)
+++ trunk/Master/tlpkg/tlpsrc/hyphen-romansh.tlpsrc	2025-01-21 21:28:11 UTC (rev 73554)
@@ -15,6 +15,5 @@
 	file_exceptions=
 runpattern f texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-rm.tex
 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-rm.ec.tex
-runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-rm.tex
 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-rm.tex
 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-rm.pat.txt



More information about the tex-live-commits mailing list.