summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-07-26 23:22:37 +0000
committerKarl Berry <karl@freefriends.org>2011-07-26 23:22:37 +0000
commit4ec9ace6b030847df0da2a018e2dce6927f7eb21 (patch)
treed66118ed063f90e6c49fe3618d969be456989aa6 /Master/texmf-dist/scripts
parent60fef1662620b23dc7ed1f8e9fedb10b13fbaa09 (diff)
rm ppower4, sourceless java, c.2002
git-svn-id: svn://tug.org/texlive/trunk@23237 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/ppower4/pdfthumb.tlu43
-rw-r--r--Master/texmf-dist/scripts/ppower4/pp4p.jarbin285312 -> 0 bytes
-rwxr-xr-xMaster/texmf-dist/scripts/ppower4/ppower4.tlu43
3 files changed, 0 insertions, 86 deletions
diff --git a/Master/texmf-dist/scripts/ppower4/pdfthumb.tlu b/Master/texmf-dist/scripts/ppower4/pdfthumb.tlu
deleted file mode 100755
index f5a5aef9114..00000000000
--- a/Master/texmf-dist/scripts/ppower4/pdfthumb.tlu
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/usr/bin/env texlua
---*-Lua-*-
--- $Id$
-
--- Copyright (C) 2008 Reinhard Kotucha.
--- You may freely use, modify and/or distribute this file.
-
--- Launch thumbpdf
-
-function fixwin(args_unix)
- if os.type == 'windows' then
- local args_win={} -- new table
- args_win[0]=args_unix[1]
- for i=1, #args_unix do
- args_win[i]='"'..args_unix[i]..'"'
- end
- return args_win
- else
- return args_unix
- end
-end
-
-kpse.set_program_name(arg[-1], 'pdfthumb')
-
-jarfile=kpse.find_file('pp4p.jar', 'texmfscripts')
-
-command={'java', '-cp', jarfile, 'de.tu_darmstadt.sp.pdftools.ThumbGen'}
-
-for i=1, #arg do
- command[#command+1]=arg[i]
-end
-
-command=fixwin(command)
-
---[[ prepend an additional hyphen to activate this code
-for i=0, #command do
- print (command[i])
-end
-os.exit(ret)
---]]
-
-ret=os.spawn(command)
-os.exit(ret)
diff --git a/Master/texmf-dist/scripts/ppower4/pp4p.jar b/Master/texmf-dist/scripts/ppower4/pp4p.jar
deleted file mode 100644
index 893a4a8f57c..00000000000
--- a/Master/texmf-dist/scripts/ppower4/pp4p.jar
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/scripts/ppower4/ppower4.tlu b/Master/texmf-dist/scripts/ppower4/ppower4.tlu
deleted file mode 100755
index 27c03b22849..00000000000
--- a/Master/texmf-dist/scripts/ppower4/ppower4.tlu
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/usr/bin/env texlua
---*-Lua-*-
--- $Id$
-
--- Copyright (C) 2008 Reinhard Kotucha.
--- You may freely use, modify and/or distribute this file.
-
--- Launch ppower4
-
-function fixwin(args_unix)
- if os.type == 'windows' then
- local args_win={} -- new table
- args_win[0]=args_unix[1]
- for i=1, #args_unix do
- args_win[i]='"'..args_unix[i]..'"'
- end
- return args_win
- else
- return args_unix
- end
-end
-
-kpse.set_program_name(arg[-1], 'ppower4')
-
-jarfile=kpse.find_file('pp4p.jar', 'texmfscripts')
-
-command={'java', '-jar', jarfile}
-
-for i=1, #arg do
- command[#command+1]=arg[i]
-end
-
-command=fixwin(command)
-
---[[ prepend an additional hyphen to activate this code
-for i=0, #command do
- print (command[i])
-end
-os.exit(ret)
---]]
-
-ret=os.spawn(command)
-os.exit(ret)