summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-08 22:34:37 +0000
committerKarl Berry <karl@freefriends.org>2016-05-08 22:34:37 +0000
commit49d90eec9ec634a14085fbb3a0605da7fc002e20 (patch)
tree30ccdd5a7cc90f1472d613dcc708eb6c1302cd3a
parentfec3a5740e195359a7666cf8d39eace242c8f939 (diff)
pmx(2pdf.lua is back) (8may16)
git-svn-id: svn://tug.org/texlive/trunk@40960 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/texlive/linked_scripts/Makefile.am1
-rw-r--r--Build/source/texk/texlive/linked_scripts/Makefile.in1
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/pmx/pmx2pdf.lua5
l---------Master/bin/amd64-freebsd/pmx2pdf1
l---------Master/bin/amd64-netbsd/pmx2pdf1
l---------Master/bin/armel-linux/pmx2pdf1
l---------Master/bin/armhf-linux/pmx2pdf1
l---------Master/bin/i386-cygwin/pmx2pdf1
l---------Master/bin/i386-freebsd/pmx2pdf1
l---------Master/bin/i386-linux/pmx2pdf1
l---------Master/bin/i386-netbsd/pmx2pdf1
l---------Master/bin/i386-solaris/pmx2pdf1
l---------Master/bin/powerpc-linux/pmx2pdf1
l---------Master/bin/sparc-solaris/pmx2pdf1
l---------Master/bin/universal-darwin/pmx2pdf1
-rwxr-xr-xMaster/bin/win32/pmx2pdf.exebin0 -> 1536 bytes
l---------Master/bin/x86_64-cygwin/pmx2pdf1
l---------Master/bin/x86_64-darwin/pmx2pdf1
l---------Master/bin/x86_64-linux/pmx2pdf1
l---------Master/bin/x86_64-solaris/pmx2pdf1
-rw-r--r--Master/texmf-dist/doc/generic/pmx/README2
-rwxr-xr-xMaster/texmf-dist/scripts/pmx/pmx2pdf.lua5
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds1
-rw-r--r--Master/tlpkg/tlpsrc/pmx.tlpsrc1
24 files changed, 31 insertions, 1 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.am b/Build/source/texk/texlive/linked_scripts/Makefile.am
index c43019224b2..a06bec0323f 100644
--- a/Build/source/texk/texlive/linked_scripts/Makefile.am
+++ b/Build/source/texk/texlive/linked_scripts/Makefile.am
@@ -157,6 +157,7 @@ texmf_other_scripts = \
pfarrei/pfarrei.tlu \
pkfix-helper/pkfix-helper \
pkfix/pkfix.pl \
+ pmx/pmx2pdf.lua \
pmxchords/pmxchords.lua \
pst2pdf/pst2pdf.pl \
ptex2pdf/ptex2pdf.lua \
diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.in b/Build/source/texk/texlive/linked_scripts/Makefile.in
index 47d26340e61..72ca66aab1d 100644
--- a/Build/source/texk/texlive/linked_scripts/Makefile.in
+++ b/Build/source/texk/texlive/linked_scripts/Makefile.in
@@ -372,6 +372,7 @@ texmf_other_scripts = \
pfarrei/pfarrei.tlu \
pkfix-helper/pkfix-helper \
pkfix/pkfix.pl \
+ pmx/pmx2pdf.lua \
pmxchords/pmxchords.lua \
pst2pdf/pst2pdf.pl \
ptex2pdf/ptex2pdf.lua \
diff --git a/Build/source/texk/texlive/linked_scripts/pmx/pmx2pdf.lua b/Build/source/texk/texlive/linked_scripts/pmx/pmx2pdf.lua
new file mode 100755
index 00000000000..41cff58cc7f
--- /dev/null
+++ b/Build/source/texk/texlive/linked_scripts/pmx/pmx2pdf.lua
@@ -0,0 +1,5 @@
+#!/usr/bin/env texlua
+
+print ("The pmx2pdf[.lua] script has been retired; please switch")
+print ("to the musixtex script, which now processes .pmx files.")
+
diff --git a/Master/bin/amd64-freebsd/pmx2pdf b/Master/bin/amd64-freebsd/pmx2pdf
new file mode 120000
index 00000000000..73d88404556
--- /dev/null
+++ b/Master/bin/amd64-freebsd/pmx2pdf
@@ -0,0 +1 @@
+../../texmf-dist/scripts/pmx/pmx2pdf.lua \ No newline at end of file
diff --git a/Master/bin/amd64-netbsd/pmx2pdf b/Master/bin/amd64-netbsd/pmx2pdf
new file mode 120000
index 00000000000..73d88404556
--- /dev/null
+++ b/Master/bin/amd64-netbsd/pmx2pdf
@@ -0,0 +1 @@
+../../texmf-dist/scripts/pmx/pmx2pdf.lua \ No newline at end of file
diff --git a/Master/bin/armel-linux/pmx2pdf b/Master/bin/armel-linux/pmx2pdf
new file mode 120000
index 00000000000..73d88404556
--- /dev/null
+++ b/Master/bin/armel-linux/pmx2pdf
@@ -0,0 +1 @@
+../../texmf-dist/scripts/pmx/pmx2pdf.lua \ No newline at end of file
diff --git a/Master/bin/armhf-linux/pmx2pdf b/Master/bin/armhf-linux/pmx2pdf
new file mode 120000
index 00000000000..73d88404556
--- /dev/null
+++ b/Master/bin/armhf-linux/pmx2pdf
@@ -0,0 +1 @@
+../../texmf-dist/scripts/pmx/pmx2pdf.lua \ No newline at end of file
diff --git a/Master/bin/i386-cygwin/pmx2pdf b/Master/bin/i386-cygwin/pmx2pdf
new file mode 120000
index 00000000000..73d88404556
--- /dev/null
+++ b/Master/bin/i386-cygwin/pmx2pdf
@@ -0,0 +1 @@
+../../texmf-dist/scripts/pmx/pmx2pdf.lua \ No newline at end of file
diff --git a/Master/bin/i386-freebsd/pmx2pdf b/Master/bin/i386-freebsd/pmx2pdf
new file mode 120000
index 00000000000..73d88404556
--- /dev/null
+++ b/Master/bin/i386-freebsd/pmx2pdf
@@ -0,0 +1 @@
+../../texmf-dist/scripts/pmx/pmx2pdf.lua \ No newline at end of file
diff --git a/Master/bin/i386-linux/pmx2pdf b/Master/bin/i386-linux/pmx2pdf
new file mode 120000
index 00000000000..73d88404556
--- /dev/null
+++ b/Master/bin/i386-linux/pmx2pdf
@@ -0,0 +1 @@
+../../texmf-dist/scripts/pmx/pmx2pdf.lua \ No newline at end of file
diff --git a/Master/bin/i386-netbsd/pmx2pdf b/Master/bin/i386-netbsd/pmx2pdf
new file mode 120000
index 00000000000..73d88404556
--- /dev/null
+++ b/Master/bin/i386-netbsd/pmx2pdf
@@ -0,0 +1 @@
+../../texmf-dist/scripts/pmx/pmx2pdf.lua \ No newline at end of file
diff --git a/Master/bin/i386-solaris/pmx2pdf b/Master/bin/i386-solaris/pmx2pdf
new file mode 120000
index 00000000000..73d88404556
--- /dev/null
+++ b/Master/bin/i386-solaris/pmx2pdf
@@ -0,0 +1 @@
+../../texmf-dist/scripts/pmx/pmx2pdf.lua \ No newline at end of file
diff --git a/Master/bin/powerpc-linux/pmx2pdf b/Master/bin/powerpc-linux/pmx2pdf
new file mode 120000
index 00000000000..73d88404556
--- /dev/null
+++ b/Master/bin/powerpc-linux/pmx2pdf
@@ -0,0 +1 @@
+../../texmf-dist/scripts/pmx/pmx2pdf.lua \ No newline at end of file
diff --git a/Master/bin/sparc-solaris/pmx2pdf b/Master/bin/sparc-solaris/pmx2pdf
new file mode 120000
index 00000000000..73d88404556
--- /dev/null
+++ b/Master/bin/sparc-solaris/pmx2pdf
@@ -0,0 +1 @@
+../../texmf-dist/scripts/pmx/pmx2pdf.lua \ No newline at end of file
diff --git a/Master/bin/universal-darwin/pmx2pdf b/Master/bin/universal-darwin/pmx2pdf
new file mode 120000
index 00000000000..73d88404556
--- /dev/null
+++ b/Master/bin/universal-darwin/pmx2pdf
@@ -0,0 +1 @@
+../../texmf-dist/scripts/pmx/pmx2pdf.lua \ No newline at end of file
diff --git a/Master/bin/win32/pmx2pdf.exe b/Master/bin/win32/pmx2pdf.exe
new file mode 100755
index 00000000000..5777d90a17a
--- /dev/null
+++ b/Master/bin/win32/pmx2pdf.exe
Binary files differ
diff --git a/Master/bin/x86_64-cygwin/pmx2pdf b/Master/bin/x86_64-cygwin/pmx2pdf
new file mode 120000
index 00000000000..73d88404556
--- /dev/null
+++ b/Master/bin/x86_64-cygwin/pmx2pdf
@@ -0,0 +1 @@
+../../texmf-dist/scripts/pmx/pmx2pdf.lua \ No newline at end of file
diff --git a/Master/bin/x86_64-darwin/pmx2pdf b/Master/bin/x86_64-darwin/pmx2pdf
new file mode 120000
index 00000000000..73d88404556
--- /dev/null
+++ b/Master/bin/x86_64-darwin/pmx2pdf
@@ -0,0 +1 @@
+../../texmf-dist/scripts/pmx/pmx2pdf.lua \ No newline at end of file
diff --git a/Master/bin/x86_64-linux/pmx2pdf b/Master/bin/x86_64-linux/pmx2pdf
new file mode 120000
index 00000000000..73d88404556
--- /dev/null
+++ b/Master/bin/x86_64-linux/pmx2pdf
@@ -0,0 +1 @@
+../../texmf-dist/scripts/pmx/pmx2pdf.lua \ No newline at end of file
diff --git a/Master/bin/x86_64-solaris/pmx2pdf b/Master/bin/x86_64-solaris/pmx2pdf
new file mode 120000
index 00000000000..73d88404556
--- /dev/null
+++ b/Master/bin/x86_64-solaris/pmx2pdf
@@ -0,0 +1 @@
+../../texmf-dist/scripts/pmx/pmx2pdf.lua \ No newline at end of file
diff --git a/Master/texmf-dist/doc/generic/pmx/README b/Master/texmf-dist/doc/generic/pmx/README
index c5725475eaf..0a01adb7efb 100644
--- a/Master/texmf-dist/doc/generic/pmx/README
+++ b/Master/texmf-dist/doc/generic/pmx/README
@@ -1,4 +1,4 @@
-This is PMX, version 2.7.4 (2016-02-20). PMX provides a preprocessor for MusiXTeX.
+This is PMX, version 2.7.4 (2016-05-06). PMX provides a preprocessor for MusiXTeX.
pmxab builds a TeX input file based on a .pmx input file in a much
simpler language, making most of the layout decisions by itself. It has
diff --git a/Master/texmf-dist/scripts/pmx/pmx2pdf.lua b/Master/texmf-dist/scripts/pmx/pmx2pdf.lua
new file mode 100755
index 00000000000..41cff58cc7f
--- /dev/null
+++ b/Master/texmf-dist/scripts/pmx/pmx2pdf.lua
@@ -0,0 +1,5 @@
+#!/usr/bin/env texlua
+
+print ("The pmx2pdf[.lua] script has been retired; please switch")
+print ("to the musixtex script, which now processes .pmx files.")
+
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index fdcd0ac8333..22b133648c7 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -322,6 +322,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'cyklop', "&MAKEcopy",
'dantelogo', "&MAKEflatten",
'datatooltk', "die 'skipping, Java installation'",
+ 'datepicker-pro', "die 'skipping, per author (dpstory) request'",
'datetime2-contrib', "die 'skipping, use its subdirectories'",
'dco', "die 'skipping, obsolete DC fonts with oldstyle numerals'",
'dejavu', "&MAKEflatten",
diff --git a/Master/tlpkg/tlpsrc/pmx.tlpsrc b/Master/tlpkg/tlpsrc/pmx.tlpsrc
index af212821e9d..5b58c535455 100644
--- a/Master/tlpkg/tlpsrc/pmx.tlpsrc
+++ b/Master/tlpkg/tlpsrc/pmx.tlpsrc
@@ -1,4 +1,5 @@
binpattern f bin/${ARCH}/pmxab
+binpattern f bin/${ARCH}/pmx2pdf
binpattern f bin/${ARCH}/scor2prt
#
docpattern +f texmf-dist/doc/man/man1/pmxab.*