summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
-rwxr-xr-xMaster/tlpkg/libexec/place10
-rw-r--r--TODO3
3 files changed, 12 insertions, 4 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 2af08cd7f34..d484b9785c1 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -450,6 +450,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'texdraw', "&MAKEtexdraw",
'texpower', "&MAKEnosymlinks",
'texsis', "&MAKEtexsis",
+ 'thaifonts', "die 'skipping, see TODO'",
'thaifonts-scalable', "die 'Thai, fontforge format only, skip'",
'thailatex', "die 'Thai, requires preprocessor (?), skip'",
'thsmc', "die 'skipping, requires nonfree font'",
@@ -3315,8 +3316,6 @@ sub MAKEgaruda_c90
{
&MAKEcjk_common ();
require "garuda-c90.pl";
- # have to figure out how to get existing garuda/norasi files from
- # /home/ftp/tex-archive/language/thai/thailatex/fonts/
}
sub MAKEnorasi_c90
diff --git a/Master/tlpkg/libexec/place b/Master/tlpkg/libexec/place
index b977cf6b914..509aa36b852 100755
--- a/Master/tlpkg/libexec/place
+++ b/Master/tlpkg/libexec/place
@@ -271,7 +271,15 @@ sub add_file
}
&xsystem ("svn add -N $needed_dirs") if $needed_dirs;
- &xsystem ("svn add $newfile");
+ # sometimes the add fails due to svn guessing wrongly about a file
+ # being binary vs. text, or mixed eol conventions. Attempt to repair
+ # -- just with pdf for now. This is not tested and needs work.
+ #
+ if (!defined (eval qq(xsystem("svn add $newfile")))
+ && $newfile =~ /\.pdf\$/) {
+ &xsystem ("svn proplist --verbose $newfile");
+ &xsystem ("svn propset svn:mime-type application/pdf $newfile");
+ }
# remember that we changed this directory.
$dirs{$newdir}++;
diff --git a/TODO b/TODO
index 0a6415fd6cf..17861eb0908 100644
--- a/TODO
+++ b/TODO
@@ -97,7 +97,8 @@ mathspic # inside pictex later
mx NEW 08-01-26 a mexican dialect of spanish
plnfss # only a zip file on CTAN
r_und_s plain files should be in tex/plain, but does it matter?
-thailatex has some nonfree fonts? no, maybe not.
+thaifonts - was constructed by hand by extracting files from
+ thailatex/fonts on ctan. it would be better to install all of thailatex.
ethiop madness: combines ps-type1/ethiop and other packages.
pkfix madness: copy in texmf/scripts/pkfix, but no autoupdate there
- included in bin-dvips.tpm