diff options
author | Karl Berry <karl@freefriends.org> | 2021-05-16 16:50:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-05-16 16:50:31 +0000 |
commit | eb5bab88c89769a2e1c477ba8271007cc41b832f (patch) | |
tree | 8d54d5a8a56d01adaa0e942f8580d64ade949300 /Master/tlpkg/TeXLive | |
parent | cbefb5fd0e868b4c47a9ca5d039fd51274fad30a (diff) |
update pod descriptions, https
git-svn-id: svn://tug.org/texlive/trunk@59224 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfFile.pm | 6 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 4 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLCrypto.pm | 4 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLDownload.pm | 4 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 4 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLPOBJ.pm | 4 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLPSRC.pm | 4 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLPaper.pm | 4 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLTREE.pm | 29 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLWinGoo.pm | 4 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TeXCatalogue.pm | 6 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/trans.pl | 9 |
13 files changed, 55 insertions, 29 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfFile.pm b/Master/tlpkg/TeXLive/TLConfFile.pm index 9f9df17aea7..ae3f01360bd 100644 --- a/Master/tlpkg/TeXLive/TLConfFile.pm +++ b/Master/tlpkg/TeXLive/TLConfFile.pm @@ -1,6 +1,6 @@ # $Id$ # TeXLive::TLConfFile.pm - reading and writing conf files -# Copyright 2010-2017 Norbert Preining +# Copyright 2010-2021 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -559,7 +559,7 @@ __END__ =head1 NAME -C<TeXLive::TLConfFile> -- TeX Live Config File Access Module +C<TeXLive::TLConfFile> -- TeX Live generic configuration files =head1 SYNOPSIS @@ -706,7 +706,7 @@ After that you can query keys: =head1 AUTHORS AND COPYRIGHT This script and its documentation were written for the TeX Live -distribution (L<http://tug.org/texlive>) and both are licensed under the +distribution (L<https://tug.org/texlive>) and both are licensed under the GNU General Public License Version 2 or later. =cut diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 07487f7cb79..f1bfd18d3bc 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -277,7 +277,7 @@ our $ChecksumExtension = "sha512"; =head1 NAME -C<TeXLive::TLConfig> -- TeX Live Configuration module +C<TeXLive::TLConfig> -- TeX Live configuration parameters =head1 SYNOPSIS @@ -377,7 +377,7 @@ C<Master/tlpkg/doc/>. =head1 AUTHORS AND COPYRIGHT This script and its documentation were written for the TeX Live -distribution (L<http://tug.org/texlive>) and both are licensed under the +distribution (L<https://tug.org/texlive>) and both are licensed under the GNU General Public License Version 2 or later. =cut diff --git a/Master/tlpkg/TeXLive/TLCrypto.pm b/Master/tlpkg/TeXLive/TLCrypto.pm index e0fa8f977dd..a75c8507b8a 100644 --- a/Master/tlpkg/TeXLive/TLCrypto.pm +++ b/Master/tlpkg/TeXLive/TLCrypto.pm @@ -20,7 +20,7 @@ sub module_revision { return $_modulerevision; } =head1 NAME -C<TeXLive::TLCrypto> -- checksums and cryptographic signatures +C<TeXLive::TLCrypto> -- TeX Live checksums and cryptographic signatures =head1 SYNOPSIS @@ -655,7 +655,7 @@ Also the standard modules L<Digest::MD5> and L<Digest::SHA>. =head1 AUTHORS AND COPYRIGHT This script and its documentation were written for the TeX Live -distribution (L<http://tug.org/texlive>) and both are licensed under the +distribution (L<https://tug.org/texlive>) and both are licensed under the GNU General Public License Version 2 or later. =cut diff --git a/Master/tlpkg/TeXLive/TLDownload.pm b/Master/tlpkg/TeXLive/TLDownload.pm index 8af68db84b6..8029f01c494 100644 --- a/Master/tlpkg/TeXLive/TLDownload.pm +++ b/Master/tlpkg/TeXLive/TLDownload.pm @@ -173,7 +173,7 @@ __END__ =head1 NAME -C<TeXLive::TLDownload> -- TeX Live Download abstraction module +C<TeXLive::TLDownload> -- TeX Live persistent downloads via LWP =head1 SYNOPSIS @@ -221,7 +221,7 @@ LWP =head1 AUTHORS AND COPYRIGHT This script and its documentation were written for the TeX Live -distribution (L<http://tug.org/texlive>) and both are licensed under the +distribution (L<https://tug.org/texlive>) and both are licensed under the GNU General Public License Version 2 or later. =cut diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 337c7276ac8..ac2c5239cff 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -14,7 +14,7 @@ sub module_revision { return $_modulerevision; } =head1 NAME -C<TeXLive::TLPDB> -- A database of TeX Live Packages +C<TeXLive::TLPDB> -- TeX Live Package Database module =head1 SYNOPSIS @@ -2981,7 +2981,7 @@ C<Master/tlpkg/doc/>. =head1 AUTHORS AND COPYRIGHT This script and its documentation were written for the TeX Live -distribution (L<http://tug.org/texlive>) and both are licensed under the +distribution (L<https://tug.org/texlive>) and both are licensed under the GNU General Public License Version 2 or later. =cut diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm index e480f7e0834..28f71ad125a 100644 --- a/Master/tlpkg/TeXLive/TLPOBJ.pm +++ b/Master/tlpkg/TeXLive/TLPOBJ.pm @@ -1472,7 +1472,7 @@ __END__ =head1 NAME -C<TeXLive::TLPOBJ> -- TeX Live Package Object access module +C<TeXLive::TLPOBJ> -- TeX Live Package Object (C<.tlpobj>) module =head1 SYNOPSIS @@ -1851,7 +1851,7 @@ C<tl-update-tlpdb>), the documentation in C<Master/tlpkg/doc/>, etc. =head1 AUTHORS AND COPYRIGHT This script and its documentation were written for the TeX Live -distribution (L<http://tug.org/texlive>) and both are licensed under the +distribution (L<https://tug.org/texlive>) and both are licensed under the GNU General Public License Version 2 or later. =cut diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm index 84c0a9830e5..948792281fa 100644 --- a/Master/tlpkg/TeXLive/TLPSRC.pm +++ b/Master/tlpkg/TeXLive/TLPSRC.pm @@ -1,6 +1,6 @@ # $Id$ # TeXLive::TLPSRC.pm - module for handling tlpsrc files -# Copyright 2007-2020 Norbert Preining +# Copyright 2007-2021 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -20,7 +20,7 @@ sub module_revision { return $_modulerevision; } =head1 NAME -C<TeXLive::TLPSRC> -- TeX Live Package Source module +C<TeXLive::TLPSRC> -- TeX Live Package Source (C<.tlpsrc>) module =head1 SYNOPSIS diff --git a/Master/tlpkg/TeXLive/TLPaper.pm b/Master/tlpkg/TeXLive/TLPaper.pm index 46c8d3a26f6..6c7bd0e34bd 100644 --- a/Master/tlpkg/TeXLive/TLPaper.pm +++ b/Master/tlpkg/TeXLive/TLPaper.pm @@ -1,6 +1,6 @@ # $Id$ # TeXLive::TLPaper.pm - query/modify paper sizes for our various programs -# Copyright 2008-2020 Norbert Preining +# Copyright 2008-2021 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -34,7 +34,7 @@ my $prg = ($::prg ? $::prg : TeXLive::TLUtils::basename($0)); =head1 NAME -C<TeXLive::TLPaper> -- TeX Live paper size setting module +C<TeXLive::TLPaper> -- TeX Live paper size module =head1 SYNOPSIS diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm index 7b76f1c29d1..f1abcd7fe03 100644 --- a/Master/tlpkg/TeXLive/TLTREE.pm +++ b/Master/tlpkg/TeXLive/TLTREE.pm @@ -1,6 +1,6 @@ # $Id$ # TeXLive::TLTREE.pm - work with the tree of all files -# Copyright 2007-2020 Norbert Preining +# Copyright 2007-2021 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -534,6 +534,33 @@ sub architectures { 1; +=head1 NAME + +C<TeXLive::TREE> -- TeX Live tree of all files + +=head1 SYNOPSIS + + use TeXLive::TREE; + TeXLive::TREE->new (); + +=head1 DESCRIPTION + +Sorry, haven't written documentation for this one yet. + +=head1 SEE ALSO + +The modules L<TeXLive::TLPSRC>, L<TeXLive::TLPOBJ>, L<TeXLive::TLPDB>, +L<TeXLive::TLUtils>, etc., and the documentation in the repository: +C<Master/tlpkg/doc/>. + +=head1 AUTHORS AND COPYRIGHT + +This script and its documentation were written for the TeX Live +distribution (L<https://tug.org/texlive>) and both are licensed under the +GNU General Public License Version 2 or later. + +=cut + ### Local Variables: ### perl-indent-level: 2 ### tab-width: 2 diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 350caa303b8..f4de22221c7 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -14,7 +14,7 @@ sub module_revision { return $_modulerevision; } =head1 NAME -C<TeXLive::TLUtils> - utilities used in TeX Live infrastructure +C<TeXLive::TLUtils> - TeX Live infrastructure miscellany =head1 SYNOPSIS diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm index 796c87b44a1..27a3acdeb0d 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -1,6 +1,6 @@ # $Id$ # TeXLive::TLWinGoo.pm - Windows goop. -# Copyright 2008-2018 Siep Kroonenberg, Norbert Preining +# Copyright 2008-2021 Siep Kroonenberg, Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -24,7 +24,7 @@ sub module_revision { return $_modulerevision; } =head1 NAME -C<TeXLive::TLWinGoo> -- Additional utilities for Windows +C<TeXLive::TLWinGoo> -- TeX Live Windows-specific support =head2 SYNOPSIS diff --git a/Master/tlpkg/TeXLive/TeXCatalogue.pm b/Master/tlpkg/TeXLive/TeXCatalogue.pm index 1d370713aca..c2924fc9826 100644 --- a/Master/tlpkg/TeXLive/TeXCatalogue.pm +++ b/Master/tlpkg/TeXLive/TeXCatalogue.pm @@ -1,6 +1,6 @@ # $Id$ # TeXLive::TeXCatalogue - module for accessing the TeX Catalogue -# Copyright 2007-2020 Norbert Preining +# Copyright 2007-2021 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # @@ -21,7 +21,7 @@ sub module_revision { return $_modulerevision; } =head1 NAME -TeXLive::TeXCatalogue - accessing the TeX Catalogue for TeX Live +TeXLive::TeXCatalogue - TeX Live access to the TeX Catalogue fromCTAN =head1 SYNOPSIS @@ -355,7 +355,7 @@ C<tl-update-tlpdb>), the documentation in C<Master/tlpkg/doc/>, etc. =head1 AUTHORS AND COPYRIGHT This script and its documentation were written for the TeX Live -distribution (L<http://tug.org/texlive>) and both are licensed under the +distribution (L<https://tug.org/texlive>) and both are licensed under the GNU General Public License Version 2 or later. =cut diff --git a/Master/tlpkg/TeXLive/trans.pl b/Master/tlpkg/TeXLive/trans.pl index 607690ea8f8..4a8054e87c6 100644 --- a/Master/tlpkg/TeXLive/trans.pl +++ b/Master/tlpkg/TeXLive/trans.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # $Id$ -# Copyright 2009-2016 Norbert Preining +# Copyright 2009-2021 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # @@ -9,9 +9,9 @@ # if $::lang is unset try to auto-deduce it from LC_MESSAGES/Registry # if $::opt_lang is set use that instead # -# this module implements parsing .po files, but no specialities of .po +# this module implements parsing of .po files, but no specialities of .po # files are supported. Only reading of msgstr and msgid and concatenating -# multiple lines. Furthermore, strings replacements are done: +# multiple lines. Furthermore, string replacements are done: # \n -> <newline> # \" -> " # \\ -> \ @@ -130,7 +130,7 @@ sub load_translations() { tlwarn ("\n Sorry, no translations available for $code (nor $::lang); falling back to English. Make sure that you have the package \"texlive-msg-translations\" installed. (If you'd like to help translate the installer's messages, please see - http://tug.org/texlive/doc.html#install-tl-xlate for information.)\n\n"); + https://tug.org/texlive/doc.html#install-tl-xlate for information.)\n\n"); } else { # merge the translated strings into the text string open(LANG, "<$::installerdir/tlpkg/translations/$::lang.po"); @@ -216,4 +216,3 @@ __END__ ### indent-tabs-mode: nil ### End: # vim:set tabstop=2 expandtab: # - |