diff options
author | Karl Berry <karl@freefriends.org> | 2006-06-06 20:18:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-06-06 20:18:27 +0000 |
commit | 6d4f24480ba3309e94d9251cb9b63a885e1aa299 (patch) | |
tree | 59568d08c03cd26c866d5a606cda3a5800d5a267 /Build | |
parent | bc5516e2d3796120c05af445b928abb57aa56d4d (diff) |
TMPDIR typo, catalogue args
git-svn-id: svn://tug.org/texlive/trunk@1660 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/cdbuild/place | 2 | ||||
-rwxr-xr-x | Build/tools/tlpkginfo | 5 | ||||
-rwxr-xr-x | Build/tools/tpm-ctan-check | 12 |
3 files changed, 11 insertions, 8 deletions
diff --git a/Build/cdbuild/place b/Build/cdbuild/place index 38ba6fd3c71..e8cd110ad08 100755 --- a/Build/cdbuild/place +++ b/Build/cdbuild/place @@ -123,7 +123,7 @@ $dirs{"$M/texmf/lists"}++; # # also write dir list to a separate file, for easy passing to a commit. # -$DIRLIST = ">" . ($ENV{"TEMPDIR"} || "/tmp") . "/tlplace.dirs"; +$DIRLIST = ">" . ($ENV{"TMPDIR"} || "/tmp") . "/tlplace.dirs"; open (DIRLIST) || die "open($DIRLIST) failed: $!"; # for my $dir (sort keys %dirs) { diff --git a/Build/tools/tlpkginfo b/Build/tools/tlpkginfo index 3630f31ac52..c3a86de2033 100755 --- a/Build/tools/tlpkginfo +++ b/Build/tools/tlpkginfo @@ -44,7 +44,7 @@ sub find_ctan_dir "macros/latex/contrib/powerdot/contrib/$menopowerdot", # powerdot-doc-vn "macros/latex/exptl/$me", # semioneside "macros/latex/required/$me", # babel - "macros/plain/$me", # plnfss + "macros/plain/$me", # plnfss "macros/xetex/latex/$me", # xetex "macros/generic/$me", # abbr "macros/generic/diagrams/$me", # circ @@ -118,7 +118,8 @@ sub catalogue_find_ctan_path my $catfile = "$CATALOGUE/$firstchar/$pkgname.xml"; return undef unless -r $catfile; - my $ctan_path = `sed -n -e "s,'/>,," -e "s,^ *<ctan path='/,,p" $catfile`; + my $ctan_path + = `sed -n -e "s,'/>,," -e "s,' .*,," -e "s,^ *<ctan path='/,,p" $catfile`; return undef unless $ctan_path; chomp ($ctan_path); diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index ab30bde1b75..4f56200106b 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -16,7 +16,7 @@ sub main # xx read FILES.last7days, determine CTAN changes, map to TL packages # xx alternatively, check all tpm's - if ($ARGV[0] eq "--karl") { + if ($ARGV[0] eq "--check") { $OPT{"verbose"} = 0; # xx but for now, just check the few packages we have worked with. @@ -25,7 +25,8 @@ sub main "SIstyle", "SIunits", "Tabbing", "Type1fonts", "a0poster", "aastex", "abbr", "abstract", #"abstyles", not updated, but too old to matter - "accfonts", "acronym", "algorithm2e", "algorithms", "apacite", + "accfonts", "acronym", "algorithm2e", "algorithms", + "amsldoc-it", "amsthdoc-it", "apacite", "archaic", "arev", "ascii", "babel", "babelbib", "beebe", "betababel", "bghyphen", "bibhtml", "bibleref", "blacklettert1", "booklet", "breakurl", "bytefield" , @@ -43,9 +44,9 @@ sub main "genmisc", "glossary", "gost", "graphics", "graphicx-psmin", "hyphen-base", "hyphen-basque", "hyphen-german", "hyphen-greek", "hyphen-norwegian", "hyphen-ukenglish", "hyphen-usorbian", - "ibygrk", "iopart-num", "itamsldoc", + "ibygrk", "iopart-num", "koma-script", - "labelcase", "ledmac", "lewis", "lfb", "lh", "lineno", "listings", + "labelcas", "ledmac", "lewis", "lfb", "lh", "lineno", "listings", "lshort-bulgarian", "lshort-dutch", "lshort-english", "lshort-finnish", "lshort-french", "lshort-german", "lshort-italian", "lshort-japanese", "lshort-korean", @@ -64,7 +65,8 @@ sub main "oberdiek", "octavo", "pdf-trans", "pdfcprot", "perception", "perltex", "pgf", "pictex", "placeins", - "plnfss", "poemscol", "powerdot", "powerdot-doc-vn", +#"plnfss", # only a zip file on CTAN + "poemscol", "powerdot", "powerdot-doc-vn", "ppr-prv", "preview", "proof", "pstricks", "pstricks-add", "pst-3d", "pst-barcode", "pst-blur", "pst-eucl", "pst-labo", "pst-lens", "pst-osci", "pst-pdgr", "pst-slpe", |