From 23bb488bb028acf936fa4c2fce03649802515eb6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 17 May 2010 16:18:42 +0000 Subject: c-pascal update (long ago) git-svn-id: svn://tug.org/texlive/trunk@18316 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkg-ctan-check | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'Master/tlpkg/bin') diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 9605acd2ac0..ad331e0e80c 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -21,7 +21,7 @@ our %OPT; # these packages should be up to date: my @TLP_working = qw( 12many 2up - AkkTeX IEEEconf IEEEtran Type1fonts + AkkTeX Asana-Math IEEEconf IEEEtran Type1fonts a0poster a2ping a4wide a5comb aastex abbr abc abstract abstyles accfonts achemso acmconf acmtrans acromake acronym @@ -35,7 +35,8 @@ my @TLP_working = qw( apa apacite apalike apalike2 appendix apl apprends-latex arabi arabtex arabxetex archaic arcs arev armenian around-the-bend arphic arrayjobx arsclassica - arydshln Asana-Math asaetr ascii assignment astro asyfig + arydshln + asaetr ascii asciichart assignment astro asyfig asymptote-faq-zh-cn asymptote-by-example-zh-cn asymptote-manual-zh-cn attachfile auncial-new aurical authoraftertitle authorindex auto-pst-pdf autoarea automata autotab @@ -49,8 +50,8 @@ my @TLP_working = qw( biblatex-dw biblatex-historian biblatex-nature biblatex-philosophy biblatex-science bibleref biblist bibtopic - bibtopicprefix bibexport - bibunits bidi bigfoot bigints binomexp bizcard + bibtopicprefix bibexport bibunits + bidi bigfoot bigints binomexp biocon bizcard blacklettert1 blindtext blkarray block blockdraw_mp blowup boisik bold-extra boites boldtensors bookest booklet booktabs boolexpr bophook @@ -58,7 +59,7 @@ my @TLP_working = qw( boxedminipage boxhandler bpchem bpolynomial bracketkey braille braket breakcites breakurl bullcntr bundledoc bussproofs bytefield - cachepic calctab calligra calrsfs cancel + c-pascal cachepic calctab calligra calrsfs cancel capt-of captcont captdef caption carlisle carolmin-ps cases casyl catechis cbcoptic cbfonts cc-pl ccaption ccfonts ccicons cclicenses @@ -462,15 +463,15 @@ sub do_tlp warn "$0: oops, no CTAN directory for $tlpn, fix fix\n"; return (); } - my @tpm_files = (); - push @tpm_files, $tlp->runfiles; - push @tpm_files, $tlp->docfiles; - push @tpm_files, $tlp->srcfiles; - if ($tlp->relocated) { for (@tpm_files) { s:^$RelocPrefix/:$RelocTree/:; } } + my @tl_files = (); + push @tl_files, $tlp->runfiles; + push @tl_files, $tlp->docfiles; + push @tl_files, $tlp->srcfiles; + if ($tlp->relocated) { for (@tl_files) { s:^$RelocPrefix/:$RelocTree/:; } } # we don't push bin files, should we? my @compared = (); - for my $file (@tpm_files) { + for my $file (@tl_files) { #warn "checking file $file\n"; # no point yet in comparing ours, we have generated too many. # revisit this someday to see how many of ours are actually different. @@ -517,7 +518,7 @@ sub do_tlp if (@compared == 0) { warn "\n$tlpn: no files to compare in $ctan_dir, fixme!\n"; - warn "(tpm_files = @tpm_files)\n"; + warn "(tl_files = @tl_files)\n"; } elsif ($needed == 0) { print "ok\n" if $OPT{"verbose"}; } -- cgit v1.2.3