diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-16 18:48:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-16 18:48:05 +0000 |
commit | e8ad316b194c9af5548184fe1c57929fd93a350f (patch) | |
tree | 5ae335de2fe54ccf96c557a4d143a372b86cd72c /Master/tlpkg | |
parent | 13a9381f0290f47934524631a29de94501da829b (diff) |
new lualatex package luapersian (13jul11)
git-svn-id: svn://tug.org/texlive/trunk@23576 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-luatex.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/luapersian.tlpsrc | 0 |
4 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index f8d84590c3f..ddcf732ecce 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -227,7 +227,7 @@ my @TLP_working = qw( ltxdockit ltxindex ltxkeys ltxmisc ltxnew lua-alt-getopt luabibentry luacode luainputenc lualatex-doc lualatex-math lualibs luamplib luaotfload - luasseq luatexbase luatextra + luapersian luasseq luatexbase luatextra lxfonts ly1 macqassign macros2e mafr magaz magyar mailing mailmerge makebarcode makebox makecell makecirc makecmds makedtx makeglos makeplot diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 0b975b7fdb5..2a5692f259a 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -485,6 +485,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'ltxmisc', "die 'skipping, too complicated, sorry'", 'ltxtable', "die 'skipping, use carlisle'", 'luaindex', "die 'skipping, try again when 2011 luatex is in'", + 'luapersian', "&MAKEflatten", 'lucida', "die 'skipping, nonfree font'", 'lucidabr', "die 'skipping, nonfree font'", 'lxfonts', "&MAKEcopy", @@ -2892,7 +2893,7 @@ sub runmf sub runfonts { $Foundry = $specialfoundry{$package} || $standardfoundry; - for (grep(/.vf/,@filenames)) { + for (grep(/\.vf$/, @filenames)) { $needdir=1; print "\t\t install VF $_\n"; ($FileBase,$Filepath,$Filesuffix) = fileparse($_,"\.[A-z]*"); diff --git a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc index e3fbcb5bef2..56c0d9b229f 100644 --- a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc @@ -14,6 +14,7 @@ depend lualatex-math depend lualibs depend luamplib depend luaotfload +depend luapersian depend luasseq depend luatexbase depend luatextra diff --git a/Master/tlpkg/tlpsrc/luapersian.tlpsrc b/Master/tlpkg/tlpsrc/luapersian.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/luapersian.tlpsrc |