summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-22 22:08:47 +0000
committerKarl Berry <karl@freefriends.org>2011-05-22 22:08:47 +0000
commit086cd8809226250fa0a0a4f66ff59140ce871c11 (patch)
tree5fa82bc68eee9e6cfa58c28fb14db37dfdc5cef9 /Master/tlpkg
parent2f70ad552e51679af5da05609075b9f1f175147c (diff)
yannisgr license clarification (21may11)
git-svn-id: svn://tug.org/texlive/trunk@22567 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check6
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds36
2 files changed, 19 insertions, 23 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 11119ad8c10..5ac70ba1d58 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -385,7 +385,7 @@ my @TLP_working = qw(
xkeyval xlop xltxtra xmpincl xnewcommand xoptarg xpackages
xq xskak xstring xtab xunicode
xwatermark xyling xypdf xypic xypic-tut-pt xytree
- yafoot yagusylo yax ydoc york-thesis youngtab yplan ytableau
+ yafoot yagusylo yannisgr yax ydoc york-thesis youngtab yplan ytableau
zed-csp ziffer zhmetrics zhspacing zwgetfdate zwpagelayout
);
@@ -399,6 +399,7 @@ my @TLP_no_check = (
"bibtex", # binary
"bibtex8", # binary
"bibtexu", # binary
+ "c90", # part of cjk
"chktex", # binary
"cjkutils", # binary
"context", # binary+taco
@@ -407,6 +408,7 @@ my @TLP_no_check = (
"cweb", # binary
"detex", # binary
"devnag", # binary
+ "dnp", # part of cjk
"dvi2tty", # binary
"dvicopy", # binary
"dvidvi", # binary
@@ -421,6 +423,7 @@ my @TLP_no_check = (
"etex", # binary
"finbib", # missing on CTAN
"fontname", # tl-update-auto
+ "garuda-c90", # part of cjk
"groff", # binary
"gsftopk", # binary
"ifluatex", # part of oberdiek
@@ -434,6 +437,7 @@ my @TLP_no_check = (
"metapost", # binary
"mfware", # binary
"mltex", # binary
+ "norasi-c90", # part of cjk
"omega", # binary
"omegaware", # binary
"patgen", # binary
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 94dba67eae8..0ea4efb39d9 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -53,6 +53,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
%special = (
'AkkTeX', "&MAKEflatten",
'Catalogue', "die 'skipping, goes stale too soon'",
+ 'CJK', "die 'skipping, use cjk'",
'FiXme', "die 'skipping, use fixme'",
'GuIT', "die 'skipping, use guitlogo'",
'HA-prosper', '&MAKEhaprosper',
@@ -2049,6 +2050,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot'
'toptesi' => 'logo.*', # legalities unknown
'tree-dvips' => 'avm.*', # author no response
'xskak' => 'xskak.pdf', # no source
+ 'yannisgr' => '^(digits|gen_acc)\.mf' # levy dup
);
# (main program)
@@ -4016,16 +4018,14 @@ sub MAKEpsnfss {
}
-# CJK
+# CJK (from Werner Lemberg)
-sub I
-{
+sub I {
my ($s, $d) = @_;
&SYSTEM ("$INSTALL $s $DEST/$d");
}
-sub MAKEcjk_common
-{
+sub MAKEcjk_common {
print "\t SPECIAL $package wholesale rearranging for cjk\n";
&xchdir ($packagedir);
@@ -4037,53 +4037,45 @@ sub MAKEcjk_common
&SYSTEM ("$RM *.tar.gz && $MV cjk-?.?.?/* . && rmdir cjk-?.?.?");
}
-sub MAKEcjk
-{
+sub MAKEcjk {
&MAKEcjk_common ();
require "cjk.pl"; # in tlpkg/libexec
}
-sub MAKEbin_cjkutils
-{
+sub MAKEbin_cjkutils {
&MAKEcjk_common ();
require "bin-cjkutils.pl";
}
-sub MAKEc90
-{
+sub MAKEc90 {
&MAKEcjk_common ();
require "c90.pl";
}
-sub MAKEdnp
-{
+sub MAKEdnp {
&MAKEcjk_common ();
require "dnp.pl";
}
-sub MAKEgaruda_c90
-{
+sub MAKEgaruda_c90 {
&MAKEcjk_common ();
require "garuda-c90.pl";
}
-sub MAKEnorasi_c90
-{
+sub MAKEnorasi_c90 {
&MAKEcjk_common ();
require "norasi-c90.pl";
}
-
-sub MAKEcmlgc
-{
+
+sub MAKEcmlgc {
&setup;
chdir("$DEST/doc/$whichdocformat/$package");
&SYSTEM("rm -rf vtex");
&MAKEflatten;
}
-sub MAKEphonetic
-{
+sub MAKEphonetic {
&setup;
&xchdir ("$DEST/doc/$whichdocformat/$package");