summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-06-25 15:41:12 +0000
committerNorbert Preining <preining@logic.at>2007-06-25 15:41:12 +0000
commitabb3a7358c906a4a219315561eb258e1d8315fa3 (patch)
treea72f83c598c95a04ee84f9b3c592ff2dd92200a6 /Master
parent4a432271ddcd830bf55dca9d44d352a809d91a42 (diff)
- remove the .pl extensions of the various scripts
- move temporary scripts or scripts I used for development but which are not of real use to tlpkg/etc git-svn-id: svn://tug.org/texlive/trunk@4503 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/create-package-list (renamed from Master/tlpkg/bin/create-package-list.pl)6
-rwxr-xr-xMaster/tlpkg/bin/tlpdb2list (renamed from Master/tlpkg/bin/tlpdb2list.pl)2
-rwxr-xr-xMaster/tlpkg/bin/tlpobj2tlpdb (renamed from Master/tlpkg/bin/tlpobj2tlpdb.pl)2
-rwxr-xr-xMaster/tlpkg/bin/tlpsrc2tlpdb (renamed from Master/tlpkg/bin/tlpsrc2tlpdb.pl)3
-rwxr-xr-xMaster/tlpkg/bin/tlpsrc2tlpobj (renamed from Master/tlpkg/bin/tlpsrc2tlpobj.pl)2
-rwxr-xr-xMaster/tlpkg/bin/tlpsrc2zip (renamed from Master/tlpkg/bin/tlpsrc2zip.pl)2
-rwxr-xr-xMaster/tlpkg/bin/update-tlpdb2
-rwxr-xr-xMaster/tlpkg/etc/create-tlsrc-from-tpm.pl (renamed from Master/tlpkg/bin/create-tlsrc-from-tpm.pl)0
-rwxr-xr-xMaster/tlpkg/etc/create_tlp_simple.pl (renamed from Master/tlpkg/bin/create_tlp_simple.pl)0
-rwxr-xr-xMaster/tlpkg/etc/read-tpm-dump-tpl.pl (renamed from Master/tlpkg/bin/read-tpm-dump-tpl.pl)0
-rwxr-xr-xMaster/tlpkg/etc/updater.pl (renamed from Master/tlpkg/bin/updater.pl)0
11 files changed, 10 insertions, 9 deletions
diff --git a/Master/tlpkg/bin/create-package-list.pl b/Master/tlpkg/bin/create-package-list
index 3a9ed2822cb..0ea05ee0c5f 100755
--- a/Master/tlpkg/bin/create-package-list.pl
+++ b/Master/tlpkg/bin/create-package-list
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
-# create-package-list.pl
+# create-package-list
# Create the package list of the current installation
# Copyright 2007 Norbert Preining
#
@@ -38,11 +38,11 @@ __END__
=head1 NAME
-create-package-list.pl - Generates a list of packages with revisions
+create-package-list - Generates a list of packages with revisions
=head1 SYNOPSIS
-create-package-list.pl [options] texlive.tldb
+create-package-list [options] texlive.tldb
Options:
-help brief help message
diff --git a/Master/tlpkg/bin/tlpdb2list.pl b/Master/tlpkg/bin/tlpdb2list
index 7788ecb02f1..5bd49097f98 100755
--- a/Master/tlpkg/bin/tlpdb2list.pl
+++ b/Master/tlpkg/bin/tlpdb2list
@@ -1,6 +1,6 @@
#!/usr/bin/env perl -w
#
-# tlpdb2list.pl
+# tlpdb2list
# create list file from tlpdb
# Copyright 2007 Norbert Preining
#
diff --git a/Master/tlpkg/bin/tlpobj2tlpdb.pl b/Master/tlpkg/bin/tlpobj2tlpdb
index ec9081982a8..c5bcb8328ce 100755
--- a/Master/tlpkg/bin/tlpobj2tlpdb.pl
+++ b/Master/tlpkg/bin/tlpobj2tlpdb
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
-# tlpobj2tlpdb.pl
+# tlpobj2tlpdb
# convert a set of tlpobj files (given as arguments) into a tlpdb
# Copyright 2007 Norbert Preining
#
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb.pl b/Master/tlpkg/bin/tlpsrc2tlpdb
index 2ef2443cb70..3035e7e0158 100755
--- a/Master/tlpkg/bin/tlpsrc2tlpdb.pl
+++ b/Master/tlpkg/bin/tlpsrc2tlpdb
@@ -1,5 +1,6 @@
#!/usr/bin/env perl
-# tlpsrc2tlpdb.pl
+#
+# tlpsrc2tlpdb
# convert a set of tlpsrc files (given as arguments) into tlpdb
#
# Copyright 2007 Norbert Preining
diff --git a/Master/tlpkg/bin/tlpsrc2tlpobj.pl b/Master/tlpkg/bin/tlpsrc2tlpobj
index 6e4435d1c9d..892b7448c2d 100755
--- a/Master/tlpkg/bin/tlpsrc2tlpobj.pl
+++ b/Master/tlpkg/bin/tlpsrc2tlpobj
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
-# tlpsrc2tlpobj.pl
+# tlpsrc2tlpobj
# convert a set of tlpsrc files (given as arguments) into tlpobj
# Copyright 2007 Norbert Preining
#
diff --git a/Master/tlpkg/bin/tlpsrc2zip.pl b/Master/tlpkg/bin/tlpsrc2zip
index c6c40b7d2ab..ddd1e879929 100755
--- a/Master/tlpkg/bin/tlpsrc2zip.pl
+++ b/Master/tlpkg/bin/tlpsrc2zip
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
-# tlpsrc2zip.pl
+# tlpsrc2zip
# create a (or more) zip file(s) for all the tlpsrc arguments
# Copyright 2007 Norbert Preining
#
diff --git a/Master/tlpkg/bin/update-tlpdb b/Master/tlpkg/bin/update-tlpdb
index 12b7c3504b4..e4594a761c2 100755
--- a/Master/tlpkg/bin/update-tlpdb
+++ b/Master/tlpkg/bin/update-tlpdb
@@ -9,7 +9,7 @@
unset CDPATH
cd `dirname $0`/../.. || exit 1
-perl tlpkg/bin/tlpsrc2tlpdb.pl tlpkg/tlpsrc/*.tlpsrc >texlive.tlpdb.new
+perl tlpkg/bin/tlpsrc2tlpdb tlpkg/tlpsrc/*.tlpsrc >texlive.tlpdb.new
mv texlive.tlpdb texlive.tlpdb.saved
mv texlive.tlpdb.new texlive.tlpdb
diff --git a/Master/tlpkg/bin/create-tlsrc-from-tpm.pl b/Master/tlpkg/etc/create-tlsrc-from-tpm.pl
index 08d8fb8bc3c..08d8fb8bc3c 100755
--- a/Master/tlpkg/bin/create-tlsrc-from-tpm.pl
+++ b/Master/tlpkg/etc/create-tlsrc-from-tpm.pl
diff --git a/Master/tlpkg/bin/create_tlp_simple.pl b/Master/tlpkg/etc/create_tlp_simple.pl
index 79b2f10e690..79b2f10e690 100755
--- a/Master/tlpkg/bin/create_tlp_simple.pl
+++ b/Master/tlpkg/etc/create_tlp_simple.pl
diff --git a/Master/tlpkg/bin/read-tpm-dump-tpl.pl b/Master/tlpkg/etc/read-tpm-dump-tpl.pl
index a35072c0da8..a35072c0da8 100755
--- a/Master/tlpkg/bin/read-tpm-dump-tpl.pl
+++ b/Master/tlpkg/etc/read-tpm-dump-tpl.pl
diff --git a/Master/tlpkg/bin/updater.pl b/Master/tlpkg/etc/updater.pl
index 305e035a725..305e035a725 100755
--- a/Master/tlpkg/bin/updater.pl
+++ b/Master/tlpkg/etc/updater.pl