From 725b5ed19caa022a26a5dd933f247a120d01c5f4 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 24 Dec 2007 18:25:40 +0000 Subject: rename texlive.config to 00texlive.config git-svn-id: svn://tug.org/texlive/trunk@5882 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TODO | 1 - Master/tlpkg/TeXLive/TLPDB.pm | 18 +++++++++--------- Master/tlpkg/bin/tlpdb2container | 6 +++--- Master/tlpkg/tlpsrc/00texlive.config.tlpsrc | 5 +++++ Master/tlpkg/tlpsrc/texlive.config.tlpsrc | 5 ----- 5 files changed, 17 insertions(+), 18 deletions(-) create mode 100644 Master/tlpkg/tlpsrc/00texlive.config.tlpsrc delete mode 100644 Master/tlpkg/tlpsrc/texlive.config.tlpsrc (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/TODO b/Master/tlpkg/TODO index fbd28930b70..33161e1d3f3 100644 --- a/Master/tlpkg/TODO +++ b/Master/tlpkg/TODO @@ -103,7 +103,6 @@ malayalam 07-11-20 (tlpkginfo does not work on this) CTAN dir language/malayalam malayalam-omega 07-11-20 mdwfonts 07-12-19 NEW mlbib 07-12-09 ?? macros/latex/contrib/mlbib -pst-asr doc-no-source WIP norbert pstricks-add documentation graphics/pstricks/contrib/pstricks-add/pstricks-add-doc.{pdf,tex} r_und_s 05-11-10 susy doc-no-source WIP norbert diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 3e5c6e482cb..383365f7b52 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -524,8 +524,8 @@ container level is set. See Options below. sub config_src_container { my $self = shift; - if (defined($self->{'tlps'}{'texlive.config'})) { - foreach my $d ($self->{'tlps'}{'texlive.config'}->depends) { + if (defined($self->{'tlps'}{'00texlive.config'})) { + foreach my $d ($self->{'tlps'}{'00texlive.config'}->depends) { if ($d eq "container_split_src_files") { return 1; } @@ -543,8 +543,8 @@ container level is set. See Options below. sub config_doc_container { my $self = shift; - if (defined($self->{'tlps'}{'texlive.config'})) { - foreach my $d ($self->{'tlps'}{'texlive.config'}->depends) { + if (defined($self->{'tlps'}{'00texlive.config'})) { + foreach my $d ($self->{'tlps'}{'00texlive.config'}->depends) { if ($d eq "container_split_doc_files") { return 1; } @@ -561,8 +561,8 @@ Returns the currently set default container format. See Options below. sub config_container_format { my $self = shift; - if (defined($self->{'tlps'}{'texlive.config'})) { - foreach my $d ($self->{'tlps'}{'texlive.config'}->depends) { + if (defined($self->{'tlps'}{'00texlive.config'})) { + foreach my $d ($self->{'tlps'}{'00texlive.config'}->depends) { if ($d =~ m!^container_format/(.*)$!) { return "$1"; } @@ -688,8 +688,8 @@ sub language_dat_lines { =head1 OPTIONS Options regarding the full TeX Live installation to be described are saved -in a package C as values of C lines. This special -package C does not contain any files, only depend lines +in a package C<00texlive.config> as values of C lines. This special +package C<00texlive.config> does not contain any files, only depend lines which set one or more of the following options: =over 6 @@ -710,7 +710,7 @@ formats are C and C. But note that C is untested. =back To set these options the respective lines should be added to -C. +C<00texlive.config.tlpsrc>. =head1 SEE ALSO diff --git a/Master/tlpkg/bin/tlpdb2container b/Master/tlpkg/bin/tlpdb2container index 4d903ce6b77..aefa78a5a05 100755 --- a/Master/tlpkg/bin/tlpdb2container +++ b/Master/tlpkg/bin/tlpdb2container @@ -62,11 +62,11 @@ sub main if (($format eq "lzma") || ($format eq "zip")) { $type = $format; } else { - warn "unknown container format specified in texlive.config: $format\nIgnoring and continuing with $type!\n"; + warn "unknown container format specified in 00texlive.config: $format\nIgnoring and continuing with $type!\n"; } # get list of packages. for my $pkg (@packs) { - next if ($pkg eq "texlive.config"); + next if ($pkg eq "00texlive.config"); my $obj = $tlpdb->get_package ($pkg); die "$0: no TeX Live package named $pkg in $Master.\n" if ! $obj; if ($srcsplit) { @@ -117,7 +117,7 @@ See the tlpfiles documentation for details. Note that the format of the containers and the splitting off of source and documentation files are controlled by the TLPDB options saved in the -pseudo package C. Please see the documentation for TLPDB +pseudo package C<00texlive.config>. Please see the documentation for TLPDB for details. diff --git a/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc new file mode 100644 index 00000000000..c51d8747fcc --- /dev/null +++ b/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc @@ -0,0 +1,5 @@ +name texlive.config +category TLCore +depend container_split_src_files +depend container_split_doc_files +depend container_format/lzma diff --git a/Master/tlpkg/tlpsrc/texlive.config.tlpsrc b/Master/tlpkg/tlpsrc/texlive.config.tlpsrc deleted file mode 100644 index c51d8747fcc..00000000000 --- a/Master/tlpkg/tlpsrc/texlive.config.tlpsrc +++ /dev/null @@ -1,5 +0,0 @@ -name texlive.config -category TLCore -depend container_split_src_files -depend container_split_doc_files -depend container_format/lzma -- cgit v1.2.3