texlive[50520] trunk: doc,sync

commits+karl at tug.org commits+karl at tug.org
Thu Mar 21 23:55:48 CET 2019


Revision: 50520
          http://tug.org/svn/texlive?view=revision&revision=50520
Author:   karl
Date:     2019-03-21 23:55:48 +0100 (Thu, 21 Mar 2019)
Log Message:
-----------
doc,sync

Modified Paths:
--------------
    trunk/Build/source/texk/dvipsk/TODO
    trunk/Build/source/texk/tests/TeXLive/TLUtils.pm
    trunk/Master/tlpkg/bin/tl-update-bindir
    trunk/TODO

Added Paths:
-----------
    trunk/Master/tlpkg/dev/profiles/TLinfra+sys.pro

Modified: trunk/Build/source/texk/dvipsk/TODO
===================================================================
--- trunk/Build/source/texk/dvipsk/TODO	2019-03-21 22:55:16 UTC (rev 50519)
+++ trunk/Build/source/texk/dvipsk/TODO	2019-03-21 22:55:48 UTC (rev 50520)
@@ -1,5 +1,14 @@
-TODO notes from Tom.  (Public domain.)
+TODO for dvips(k).  (Public domain.)
 
+- see dvips items on tug.org/help (lots! both doc and code).
+- use snprintf, not sprintf, if any question.
+- comment line break http://groups.google.com/group/comp.text.tex/browse_thread/thread/b8ed25cc6153d5c
+- \special{map: ...} a la \pdfmapline (reinhardk 30dec06)
+- maybe stuff from dvipsfnt.txt from yy
+- dvips +ufoobar.map -> no error?
+
+From Tom:
+
 To document:
    Landscape mfmode
    HPS integration

Modified: trunk/Build/source/texk/tests/TeXLive/TLUtils.pm
===================================================================
--- trunk/Build/source/texk/tests/TeXLive/TLUtils.pm	2019-03-21 22:55:16 UTC (rev 50519)
+++ trunk/Build/source/texk/tests/TeXLive/TLUtils.pm	2019-03-21 22:55:48 UTC (rev 50520)
@@ -5,7 +5,7 @@
 
 package TeXLive::TLUtils;
 
-my $svnrev = '$Revision: 50202 $';
+my $svnrev = '$Revision: 50427 $';
 my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
 sub module_revision { return $_modulerevision; }
 
@@ -376,7 +376,7 @@
     'amd64-kfreebsd'   => 'GNU/kFreeBSD on x86_64',
     'amd64-netbsd'     => 'NetBSD on x86_64',
     'armel-linux'      => 'GNU/Linux on ARM',
-    'armhf-linux'      => 'GNU/Linux on ARMhf',
+    'armhf-linux'      => 'GNU/Linux on ARMv6 (RPi)',
     'hppa-hpux'        => 'HP-UX',
     'i386-cygwin'      => 'Cygwin on Intel x86',
     'i386-darwin'      => 'MacOSX legacy (10.5-10.6) on Intel x86',
@@ -880,7 +880,7 @@
     # from the UNC path, since (! -d //servername/) tests true
     $subdir = $& if ( win32() && ($tree =~ s!^//[^/]+/!!) );
 
-    @dirs = split (/\//, $tree);
+    @dirs = split (/[\/\\]/, $tree);
     for my $dir (@dirs) {
       $subdir .= "$dir/";
       if (! -d $subdir) {
@@ -893,7 +893,7 @@
         } else {
           if (! mkdir ($subdir)) {
             $ret = 0;
-            $reterror = "mkdir($subdir) failed: $!";
+            $reterror = "mkdir($subdir) failed for tree $tree: $!";
             last;
           }
         }

Modified: trunk/Master/tlpkg/bin/tl-update-bindir
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-bindir	2019-03-21 22:55:16 UTC (rev 50519)
+++ trunk/Master/tlpkg/bin/tl-update-bindir	2019-03-21 22:55:48 UTC (rev 50520)
@@ -137,7 +137,9 @@
     download_loc=$tmpdir/tl.$tlplat.tar.xz
     default_bin_loc=$download_loc
     grab="$download -O $download_loc"
-    $grab http://anthesphoria.net/FreeBSD/TeXLive-Devel/i386-freebsd7.tar.xz;;
+    #http://anthesphoria.net/FreeBSD/TeXLive-Devel/i386-freebsd7.tar.xz
+    remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz
+    $grab $remurl;;
    i386-kfreebsd)
     download_loc=$tmpdir/tl.$tlplat.tar.xz
     default_bin_loc=$download_loc

Added: trunk/Master/tlpkg/dev/profiles/TLinfra+sys.pro
===================================================================
--- trunk/Master/tlpkg/dev/profiles/TLinfra+sys.pro	                        (rev 0)
+++ trunk/Master/tlpkg/dev/profiles/TLinfra+sys.pro	2019-03-21 22:55:48 UTC (rev 50520)
@@ -0,0 +1,20 @@
+# $Id$
+# infrastructure only, with only x86_64-linux binaries,
+# and including the symlink option, using "system" directories
+# under /tmp/ki/usr.
+selected_scheme scheme-infraonly
+TEXDIR /tmp/ki
+TEXMFHOME /tmp/ki/user/home
+TEXMFLOCAL /tmp/ki/texmf-local
+TEXMFSYSCONFIG /tmp/ki/sys/config
+TEXMFSYSVAR /tmp/ki/sys/var
+TEXMFCONFIG /tmp/ki/user/config
+TEXMFVAR /tmp/ki/user/var
+option_doc 0
+option_fmt 0
+option_src 0
+option_adjustrepo 0
+instopt_adjustpath 1
+tlpdbopt_sys_bin /tmp/ki/usr/bin
+tlpdbopt_sys_man /tmp/ki/usr/man
+tlpdbopt_sys_info /tmp/ki/usr/info


Property changes on: trunk/Master/tlpkg/dev/profiles/TLinfra+sys.pro
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision
\ No newline at end of property
Modified: trunk/TODO
===================================================================
--- trunk/TODO	2019-03-21 22:55:16 UTC (rev 50519)
+++ trunk/TODO	2019-03-21 22:55:48 UTC (rev 50520)
@@ -64,10 +64,7 @@
   go back to just TEXMF.  kpathsea should search the disk even if ls-R is
   present, without !!. (koch 29dec06)
 
-dvips and all: snprintf, not sprintf, if any question
 
-
-
 3. Infrastructure and installer
 ===============================
 3a. tlmgr
@@ -167,9 +164,6 @@
 
 tex: --no-mktex=fmt  should be supported
 pdfopen: fixed http://magic.aladdin.cs.cmu.edu/wp-uploads/mavpdfopensrc.zip
-dvips: comment line break http://groups.google.com/group/comp.text.tex/browse_thread/thread/b8ed25cc6153d5c
-dvips: \special{map: ...} a la \pdfmapline (reinhardk 30dec06)
-dvips: maybe stuff from dvipsfnt.txt from yy
 
 iso: optimize image, http://www.tina-vision.net/tina-knoppix/remastering.html
 
@@ -192,8 +186,6 @@
       fr hyphen test (from eurotex03 abstracts + de from hufflen?)
       output format initialized in log file, 16 Nov 2004 08:09:16 +0100 gaulle
       ps2ps/bbox for pdftricks, 15 Nov 2004 15:07:26 +0100 gerben
-      dvips mapline support a la pdftex
-      dvips +ufoobar.map -> no error?
       doc: bio of contributors, with pictures
       doc: tex-live.sty no include lmodern, for German
       special.map: handle like main maps (wl mail, 19 Jun 2005 01:21:15 +0200)



More information about the tex-live-commits mailing list