summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-01-03 00:44:49 +0000
committerKarl Berry <karl@freefriends.org>2012-01-03 00:44:49 +0000
commit8b2c7dfa75b8296bcb312b594a4c597d7b6c3e7f (patch)
treeda683cdc308d66ad2d95a1af025491c76eab253c /Master/tlpkg
parent6fe376ced37975f0da997a2e955695dc8165cdc7 (diff)
new (renamed) script latexfileversion 0.3 (2jan12)
git-svn-id: svn://tug.org/texlive/trunk@25012 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/check-files-by-format2
-rwxr-xr-xMaster/tlpkg/bin/check-wrapper-consistency14
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check3
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
-rw-r--r--Master/tlpkg/tlpsrc/collection-binextra.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/latexfileversion.tlpsrc1
6 files changed, 13 insertions, 11 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format
index ae01e703735..8c74c7f4aff 100755
--- a/Master/tlpkg/bin/check-files-by-format
+++ b/Master/tlpkg/bin/check-files-by-format
@@ -91,7 +91,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1',
'public/itrans/' => 1,
'public/kerkis/' => 1,
'public/kpfonts/' => 1,
- 'public/libertine/' => 1,
+ 'public/libertine-legacy/' => 1,
'public/linearA/' => 1,
'public/lm/' => 1,
'public/lxfonts/' => 1,
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency
index 1fde768d7f0..f31b853de3b 100755
--- a/Master/tlpkg/bin/check-wrapper-consistency
+++ b/Master/tlpkg/bin/check-wrapper-consistency
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
# $Id$
-# Copyright 2008, 2009, 2010 TeX Users Group.
+# Copyright 2008, 2009, 2010, 2011 TeX Users Group.
# This file is licensed under the GNU General Public License version 2
# or any later version.
#
@@ -25,8 +25,7 @@ pod2usage(-exitstatus => 0, -verbose => 2) if $help;
exit (&main ());
-sub main
-{
+sub main {
my $err = 0;
chomp (my $Master = `cd $mydir/../.. && pwd`);
@@ -54,8 +53,7 @@ sub main
# return all symlinks starting with ".." in DIR as a hash, with symlink
# targets as the values. Check that targets are executable.
#
-sub unx_wrapper_entries
-{
+sub unx_wrapper_entries {
my ($DIR) = @_;
my %ret;
@@ -89,8 +87,7 @@ sub unx_wrapper_entries
# W32DIR as a .exe, and is a copy of the canonical w32 wrapper exe
# specified in W32CANONICAL.
#
-sub check_w32
-{
+sub check_w32 {
my ($w32dir, $w32canonical, %uw) = @_;
my $diff = 0;
@@ -99,7 +96,8 @@ sub check_w32
next if $target =~ /bibexport/; # shell script
next if $target =~ /context/; # does it its own way
next if $target =~ /dviout/; # gui stub
- next if $target =~ /installfont-tl/;# shell script
+ next if $target =~ /installfont-tl/; # shell script
+ next if $target =~ /latexfileversion/; # shell script
next if $target =~ /listings-ext/; # shell script
next if $target =~ /man/; # no symlink
next if $target =~ /pdfjam/; # shell scripts
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 5304612939d..c67116db43d 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -221,7 +221,8 @@ my @TLP_working = qw(
latex-tds latex-veryshortguide
latex2e-help-texinfo latex2e-help-texinfo-spanish latex2man
latex4wp latex4wp-it
- latexcheat latexcheat-esmx latexcheat-ptbr latexdiff latexmk latexmp
+ latexcheat latexcheat-esmx latexcheat-ptbr
+ latexdiff latexfileversion latexmk latexmp
lato layaureo layouts lazylist
lcd lcg lcyw leading leaflet lecturer ledmac leftidx lettre lettrine
levy lewis lexikon lfb lgreek lh lhelp
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index f2fe9b13ab7..8b1130e9b28 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2044,6 +2044,7 @@ $standardxmt='\.xmt';
'latex2man' => 'latex2man$',
'latexdiff' => 'latex(diff-so|diff-vc|revise)$',
'latexmk' => '\.pl$',
+ 'latexfileversion' => 'latexfileversion$',
'listings-ext' => '\.sh$',
'match_parens' => '^match_parens$',
'mathspic' => '^mathspic\.pl$',
@@ -2668,7 +2669,7 @@ sub dotype1{
# Build/source/tex/texlive/linked_scripts/Makefile.am installs symlinks
# in the bin directories where needed. That Makefile is independently
# maintained, needs to be updated by hand when new user-visible scripts
-# are added. We do add/update the script itself under linked_scripts.
+# are added. We add/update the script itself under linked_scripts.
# We also make the symlinks/w32-wrapper-copy in Master/bin.
#
sub doscripts {
diff --git a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc
index c7a083fa2f3..0b845170798 100644
--- a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc
@@ -33,6 +33,7 @@ depend installfont
depend lacheck
depend latex2man
depend latexdiff
+depend latexfileversion
depend latexmk
depend listings-ext
depend match_parens
diff --git a/Master/tlpkg/tlpsrc/latexfileversion.tlpsrc b/Master/tlpkg/tlpsrc/latexfileversion.tlpsrc
new file mode 100644
index 00000000000..cafc10a4006
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/latexfileversion.tlpsrc
@@ -0,0 +1 @@
+binpattern f bin/${ARCH}/latexfileversion