diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 25 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
2 files changed, 16 insertions, 13 deletions
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"}; } diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index e885c1892e0..d13067a6bf5 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -832,13 +832,14 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'bghyphen', '\.tex', 'blockdraw_mp','NULL', # skip .sty's 'breqn', '\.sty|\.sym', + 'c-pascal', '^[^d].*\.tex|' . $standardtex, # not demo*.tex 'calxxxx', 'cal.*\.tex', 'captcont', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide 'captdef', '^..[^s].*\.sty', # not miscdoc.sty 'carlisle', '\.sty|\.ltx', 'chemstyle', '\.jdf|' . $standardtex, 'cirth', 'num\.tex', - 'cjw', '\.tex|' . $standardtex, + 'cjw', '\.tex|' . $standardtex, 'clock', '\.sty|clock\.tex', 'cmap', '\.cmap|' . $standardtex, 'codepage', '\.sty|\.tex', @@ -1015,6 +1016,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'arev', 'fonts', 'around-the-bend', 'generic', 'arrayjob', 'generic', + 'asciichart', 'support', 'astro', 'fonts', 'asymptote-faq-zh-cn', 'support', 'asymptote-by-example-zh-cn', 'support', |