From 1c6ae1bc004f1c8a3b49e90c803ebef5030dcdaa Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 19 Jun 2006 22:30:32 +0000 Subject: new format and collection xetex, new package xltxtra git-svn-id: svn://tug.org/texlive/trunk@1704 c570f23f-e606-0410-a88d-b1316a301751 --- Build/tools/Tpm.pm | 5 +++-- Build/tools/tlpkginfo | 18 ++++++++++++++---- Build/tools/tpm-ctan-check | 3 ++- 3 files changed, 19 insertions(+), 7 deletions(-) (limited to 'Build/tools') diff --git a/Build/tools/Tpm.pm b/Build/tools/Tpm.pm index 2944702c230..774d0b1a162 100644 --- a/Build/tools/Tpm.pm +++ b/Build/tools/Tpm.pm @@ -122,9 +122,10 @@ my @engines = ("aleph", "enctex", "eomega", "metafont", "metapost", "omega", "pd # The so called formats my @formats = ( "alatex", "amstex", "context", "cslatex", "csplain", "enctex", - "eplain", "fontinst", "generic", "jadetex", "lambda", "latex", "latex3", + "eplain", "fontinst", "generic", "jadetex", "lambda", + "latex", "latex3", "mex", "physe", "phyzzx", "plain", "psizzl", - "startex", "texinfo", "texsis", "xmltex", "ytex", ); + "startex", "texinfo", "texsis", "xetex", "xmltex", "ytex", ); # Kind of font files my @fonttypes = ( "afm", "misc", "ofm", "opentype", "ovf", "ovp", "pfb", diff --git a/Build/tools/tlpkginfo b/Build/tools/tlpkginfo index 6f7cd019d3a..b76ea86bddd 100755 --- a/Build/tools/tlpkginfo +++ b/Build/tools/tlpkginfo @@ -121,10 +121,20 @@ 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,' .*,," -e "s,^ *,,; + $ctan_path =~ s,' .*,,; chomp ($ctan_path); + return $ctan_path; } diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index 43ec515b95b..1359fd4512c 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -44,7 +44,7 @@ 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", + "ibygrk", "ifxetex", "iopart-num", "koma-script", "l2tabu-english", "labelcas", "ledmac", "lewis", "lfb", "lh", "lineno", "listings", @@ -80,6 +80,7 @@ sub main "twoup", "velthuis", "verse", "vhistory", "volumes", "wrapfig", + "xltxtra", "york-thesis", "xcolor", "xkeyval" ); -- cgit v1.2.3