diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/create-package-list | 31 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpdb-update | 3 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpdb2list | 37 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpsrc2tlpdb | 33 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpsrc2tlpobj | 39 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpsrc2zip | 37 |
6 files changed, 80 insertions, 100 deletions
diff --git a/Master/tlpkg/bin/create-package-list b/Master/tlpkg/bin/create-package-list index 0ea05ee0c5f..f22c6b29b61 100755 --- a/Master/tlpkg/bin/create-package-list +++ b/Master/tlpkg/bin/create-package-list @@ -1,11 +1,11 @@ #!/usr/bin/env perl -# +# $Id$ # create-package-list # Create the package list of the current installation # Copyright 2007 Norbert Preining # -# This file is licensed under the GNU General Public Licence version 2 -# or any later version +# This file is licensed under the GNU General Public License version 2 +# or any later version. BEGIN { $^W = 1; @@ -38,31 +38,23 @@ __END__ =head1 NAME -create-package-list - Generates a list of packages with revisions +create-package-list - generates a list of packages with revisions =head1 SYNOPSIS -create-package-list [options] texlive.tldb - - Options: - -help brief help message - -man full documentation - -debug get debug messages from TL* modules +create-package-list [OPTION]... texlive.tldb =head1 OPTIONS =over 8 =item B<-help> - Print a brief help message and exits. =item B<-man> - Prints the manual page and exits. =item B<-debug> - Give debug messages from the TeX Live modules =back @@ -74,10 +66,15 @@ from the TeX Live Database specified on the command line. =head1 AUTHORS AND COPYRIGHT -This script and its documentation was written by -Norbert Preining <F<preining@logic.at>> for the TeX Live distribution and both -are licensed under the GNU General Public License Version 2 or later. +This script and its documentation were written for the TeX Live +distribution (L<http://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 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2: # diff --git a/Master/tlpkg/bin/tlpdb-update b/Master/tlpkg/bin/tlpdb-update index e4594a761c2..f4405214876 100755 --- a/Master/tlpkg/bin/tlpdb-update +++ b/Master/tlpkg/bin/tlpdb-update @@ -1,6 +1,7 @@ #!/bin/sh +# $Id$ # Copyright 2007 Norbert Preining -# This file is licensed under the GNU General Public Licence version 2 +# This file is licensed under the GNU General Public License version 2 # or any later version. # # Make new database by calling the tlpsrc -> tlpdb script on all diff --git a/Master/tlpkg/bin/tlpdb2list b/Master/tlpkg/bin/tlpdb2list index 5bd49097f98..c34b6dbf759 100755 --- a/Master/tlpkg/bin/tlpdb2list +++ b/Master/tlpkg/bin/tlpdb2list @@ -1,12 +1,10 @@ #!/usr/bin/env perl -w -# -# tlpdb2list -# create list file from tlpdb +# $Id$ +# tlpdb2list - create list file from tlpdb # Copyright 2007 Norbert Preining # -# This file is licensed under the GNU General Public Licence version 2 -# or any later version -# +# This file is licensed under the GNU General Public License version 2 +# or any later version. BEGIN { ($mydir = $0) =~ s,/[^/]*$,,; @@ -51,36 +49,26 @@ __END__ =head1 NAME -tlpdb2list - Generates list files from a TeX Live Package Database +tlpdb2list - generates list files from a TeX Live Package Database =head1 SYNOPSIS -tlpdb2list [options] texlive.tlpdb - - Options: - -help brief help message - -man full documentation - -outputdir=s specify the directory where list files are created - -debug get debug messages from TL* modules +tlpdb2list [OPTION]... texlive.tlpdb =head1 OPTIONS =over 8 =item B<-help> - Print a brief help message and exits. =item B<-man> - Prints the manual page and exits. =item B<-outputdir> - Specifies the location where list files are created. Defaults to ./new-list =item B<-debug> - Give debug messages from the TeX Live modules =back @@ -92,10 +80,15 @@ TeX Live Package Database. =head1 AUTHORS AND COPYRIGHT -This script and its documentation was written by -Norbert Preining <F<preining@logic.at>> for the TeX Live distribution and both -are licensed under the GNU General Public License Version 2 or later. +This script and its documentation were written for the TeX Live +distribution (L<http://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 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2: # diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb index 3035e7e0158..6989de9be76 100755 --- a/Master/tlpkg/bin/tlpsrc2tlpdb +++ b/Master/tlpkg/bin/tlpsrc2tlpdb @@ -1,11 +1,11 @@ #!/usr/bin/env perl -# +# $Id$ # tlpsrc2tlpdb # convert a set of tlpsrc files (given as arguments) into tlpdb # # Copyright 2007 Norbert Preining -# This file is licensed under the GNU General Public Licence version 2 -# or any later version +# This file is licensed under the GNU General Public License version 2 +# or any later version. BEGIN { $^W = 1; @@ -59,37 +59,27 @@ __END__ =head1 NAME -tlpsrc2tlpdb - Converting tlpsrc files into tlpdb file +tlpsrc2tlpdb - converting tlpsrc files into tlpdb =head1 SYNOPSIS -tlpsrc2tlpdb [options] [tlsrcfiles ...] - - Options: - -help brief help message - -man full documentation - -master=s set Master of TeX Live tree - -debug get debug messages from TL* modules +tlpsrc2tlpdb [OPTION]... [TLPSRC]... =head1 OPTIONS =over 8 =item B<-help> - Print a brief help message and exits. =item B<-man> - Prints the manual page and exits. =item B<-master> - The location given by B<-master> must point to a valid svn repository of TeX Live Master direcory. Defaults to ../.. of C<$0>. =item B<-debug> - Give debug messages from the TeX Live modules =back @@ -101,10 +91,15 @@ TeX Live Package Database (tlpdb). =head1 AUTHORS AND COPYRIGHT -This script and its documentation was written by -Norbert Preining <F<preining@logic.at>> for the TeX Live distribution and both -are licensed under the GNU General Public License Version 2 or later. +This script and its documentation were written for the TeX Live +distribution (L<http://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 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2: # diff --git a/Master/tlpkg/bin/tlpsrc2tlpobj b/Master/tlpkg/bin/tlpsrc2tlpobj index 892b7448c2d..f6e854b077a 100755 --- a/Master/tlpkg/bin/tlpsrc2tlpobj +++ b/Master/tlpkg/bin/tlpsrc2tlpobj @@ -1,12 +1,10 @@ #!/usr/bin/env perl -# -# tlpsrc2tlpobj -# convert a set of tlpsrc files (given as arguments) into tlpobj +# $Id$ +# tlpsrc2tlpobj - convert tlpsrc files (given as arguments) to tlpobj # Copyright 2007 Norbert Preining # -# This file is licensed under the GNU General Public Licence version 2 -# or any later version -# +# This file is licensed under the GNU General Public License version 2 +# or any later version. BEGIN { $^W = 1; @@ -65,42 +63,30 @@ __END__ =head1 NAME -tlpsrc2tlpobj - Converting tlpsrc files into tlpobj files +tlpsrc2tlpobj - convert tlpsrc files into tlpobj files =head1 SYNOPSIS -tlpsrc2tlpobj [options] [tlpsrcfiles ...] - - Options: - -help brief help message - -man full documentation - -master=s set Master of TeX Live tree - -outputdir=s specify the directory where tlp files are created - -debug get debug messages from TL* modules +tlpsrc2tlpobj [OPTION]... [TLPSRC]... =head1 OPTIONS =over 8 =item B<-help> - Print a brief help message and exits. =item B<-man> - Prints the manual page and exits. =item B<-master> - The location given by B<-master> must point to a valid svn repository of TeX Live Master direcory. Defaults to /src/TeX/texlive-svn/Master =item B<-outputdir> - Specifies the location where tlp files are created. Defaults to ./tlp =item B<-debug> - Give debug messages from the TeX Live modules =back @@ -110,6 +96,17 @@ Give debug messages from the TeX Live modules B<tlpsrc2tlpobj> converts TeX Live Package Source files (tlpsrc) into TeX Live Package Object files (tlpobj). -=cut +=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 +GNU General Public License Version 2 or later. + +=cut +### Local Variables: +### perl-indent-level: 2 +### tab-width: 2 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2: # diff --git a/Master/tlpkg/bin/tlpsrc2zip b/Master/tlpkg/bin/tlpsrc2zip index ddd1e879929..b3f562a7f19 100755 --- a/Master/tlpkg/bin/tlpsrc2zip +++ b/Master/tlpkg/bin/tlpsrc2zip @@ -1,12 +1,10 @@ #!/usr/bin/env perl -# -# tlpsrc2zip -# create a (or more) zip file(s) for all the tlpsrc arguments +# $Id$ +# tlpsrc2zip - create zip file(s) for all tlpsrc arguments # Copyright 2007 Norbert Preining # -# This file is licensed under the GNU General Public Licence version 2 -# or any later version -# +# This file is licensed under the GNU General Public License version 2 +# or any later version. BEGIN { $^W = 1; @@ -62,42 +60,30 @@ __END__ =head1 NAME -tlpsrc2zip - Create (one or more) zip file(s) from tlpsrc files +tlpsrc2zip - create zip file(s) from tlpsrc files =head1 SYNOPSIS tlpsrc2zip [options] [tlpsrcfiles ...] - Options: - -help brief help message - -man full documentation - -master=s set Master of TeX Live tree - -outputdir=s specify the directory where zip files are created - -debug get debug messages from TL* modules - =head1 OPTIONS =over 8 =item B<-help> - Print a brief help message and exits. =item B<-man> - Prints the manual page and exits. =item B<-master> - The location given by B<-master> must point to a valid svn repository of TeX Live Master direcory. Defaults to /src/TeX/texlive-svn/Master =item B<-outputdir> - Specifies the location where zip files are created. Defaults to ./zip =item B<-debug> - Give debug messages from the TeX Live modules =back @@ -110,6 +96,17 @@ files containing all the files in the package. Note that a copy of the created TeX Live Package Object file (.tlpobj) is always included in the zip file in .tlpobj/NAME.tlpobj. -=cut +=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 +GNU General Public License Version 2 or later. + +=cut +### Local Variables: +### perl-indent-level: 2 +### tab-width: 2 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2: # |