summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-15 17:24:31 +0000
committerKarl Berry <karl@freefriends.org>2013-04-15 17:24:31 +0000
commitff8fb5a6961297cb95923800f6b85fc8a8b70f50 (patch)
treefb55c27cbacbc97cef24896b7c2e2e42ac7cb1dc /Master/tlpkg
parent333f582229a160638f189c664bbf6a5bf7f8a7fb (diff)
mips-irix is back, from Christian Mensing
git-svn-id: svn://tug.org/texlive/trunk@29949 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir10
-rw-r--r--Master/tlpkg/doc/packages.txt2
-rw-r--r--Master/tlpkg/doc/releng.txt2
-rwxr-xr-xMaster/tlpkg/installer/wget/wget.mips-irixbin0 -> 571212 bytes
-rwxr-xr-xMaster/tlpkg/installer/xz/xz.mips-irixbin0 -> 340384 bytes
-rwxr-xr-xMaster/tlpkg/installer/xz/xzdec.mips-irixbin0 -> 151248 bytes
-rw-r--r--Master/tlpkg/tlpsrc/asymptote.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/biber.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/xindy.tlpsrc14
9 files changed, 23 insertions, 8 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index a1e9c1900a8..2cd35dfa691 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -115,6 +115,11 @@ for tlname in $tlnames; do
default_bin_loc=$download_loc
grab="$download -O $download_loc"
$grab http://boris.lk.net/texlive-2013/armv7l-unknown-linux-gnueabi.tgz;;
+ armhf-linux)
+ download_loc=$tmpdir/tl.$tlname.tar.xz
+ default_bin_loc=$download_loc
+ grab="$download -O $download_loc"
+ $grab http://getthingsfixed.co.uk/texlive/raspberrypi/texlive-2013-source_20130413091023.tar.gz;;
hppa-hpux)
default_bin_loc=$download_loc
$grab http://www.jtartlabs.com/test/hppa2.0-hp-hpux10.20.tar.gz;;
@@ -146,6 +151,11 @@ for tlname in $tlnames; do
default_bin_loc=$download_loc
grab="$download -O $download_loc"
$grab http://www.math.fsu.edu/~ealdrov/texlive/2013/bin-i386-pc-solaris2.10.tar.gz;;
+ mips-irix)
+ download_loc=$tmpdir/tl.$tlname.tar.xz
+ default_bin_loc=$download_loc
+ grab="$download -O $download_loc"
+ $grab http://www.solid.ethz.ch/download/texlive/texlive-20130412-bin-mips-irix.tar.xz;;
mipsel-linux)
download_loc=$tmpdir/tl.$tlname.tar.xz
default_bin_loc=$download_loc
diff --git a/Master/tlpkg/doc/packages.txt b/Master/tlpkg/doc/packages.txt
index 324d8093980..ac76467754e 100644
--- a/Master/tlpkg/doc/packages.txt
+++ b/Master/tlpkg/doc/packages.txt
@@ -12,7 +12,7 @@ To add a new platform:
- add the abbreviation to the full-name mapping in `platform_desc'.
- create directory in Master/bin and add at least one file.
- add xz, xzdec, maybe wget binaries in Master/tlpkg/installer.
-- update .tlpsrc files if necessary.
+- update .tlpsrc files if necessary: most likely asymptote, biber, xindy.
- regenerate tlpdb.
To remove a platform:
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index d6cb817aa25..fef453054b5 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -70,7 +70,7 @@ When finalizing sources (can be even before tlnet freeze for pretest)
dvips: configure.ac ChangeLog NEWS dvips.c dvips.h afm2tfm.c dvips.texi
kpathsea: version.ac ChangeLog NEWS kpsewhich.c doc/kpathsea.texi texmf.cnf
ptexenc: version.ac ChangeLog
- web2c: NEWS doc/web2c.texi
+ web2c: NEWS doc/web2c.texi luatexdir/lua/luainit.w
install-tl, tlmgr.pl (copyright only)
run ~karl/bin/tlversions to see+compare engine/etc. versions
diff --git a/Master/tlpkg/installer/wget/wget.mips-irix b/Master/tlpkg/installer/wget/wget.mips-irix
new file mode 100755
index 00000000000..6c99cae3a3d
--- /dev/null
+++ b/Master/tlpkg/installer/wget/wget.mips-irix
Binary files differ
diff --git a/Master/tlpkg/installer/xz/xz.mips-irix b/Master/tlpkg/installer/xz/xz.mips-irix
new file mode 100755
index 00000000000..6d33f5ee23b
--- /dev/null
+++ b/Master/tlpkg/installer/xz/xz.mips-irix
Binary files differ
diff --git a/Master/tlpkg/installer/xz/xzdec.mips-irix b/Master/tlpkg/installer/xz/xzdec.mips-irix
new file mode 100755
index 00000000000..8ecc183e2ad
--- /dev/null
+++ b/Master/tlpkg/installer/xz/xzdec.mips-irix
Binary files differ
diff --git a/Master/tlpkg/tlpsrc/asymptote.tlpsrc b/Master/tlpkg/tlpsrc/asymptote.tlpsrc
index ff97a75c16e..bf478b32fb3 100644
--- a/Master/tlpkg/tlpsrc/asymptote.tlpsrc
+++ b/Master/tlpkg/tlpsrc/asymptote.tlpsrc
@@ -1,7 +1,7 @@
category TLCore
#
binpattern f/!\
-sparc-solaris\
+mips-irix,sparc-solaris\
bin/${ARCH}/*asy
#
binpattern d/win32 tlpkg/${PKGNAME}
diff --git a/Master/tlpkg/tlpsrc/biber.tlpsrc b/Master/tlpkg/tlpsrc/biber.tlpsrc
index d9c54ddfee6..b8272340dad 100644
--- a/Master/tlpkg/tlpsrc/biber.tlpsrc
+++ b/Master/tlpkg/tlpsrc/biber.tlpsrc
@@ -4,6 +4,7 @@ alpha-linux,\
armel-linux,\
amd64-kfreebsd,\
i386-kfreebsd,\
+mips-irix,\
mipsel-linux,\
powerpc-linux,\
sparc-solaris\
diff --git a/Master/tlpkg/tlpsrc/xindy.tlpsrc b/Master/tlpkg/tlpsrc/xindy.tlpsrc
index cb39950fa21..c43cc8d369b 100644
--- a/Master/tlpkg/tlpsrc/xindy.tlpsrc
+++ b/Master/tlpkg/tlpsrc/xindy.tlpsrc
@@ -4,22 +4,26 @@ runpattern d texmf-dist/xindy
runpattern d texmf-dist/scripts/xindy
#
# Not all platforms provide this.
-binpattern f/!mipsel-linux,i386-solaris,sparc-solaris,x86_64-solaris \
+binpattern f/!mips-irix,mipsel-linux,\
+i386-solaris,sparc-solaris,x86_64-solaris \
bin/${ARCH}/texindy
-binpattern f/!mipsel-linux,i386-solaris,sparc-solaris,x86_64-solaris \
+binpattern f/!mips-irix,mipsel-linux,\
+i386-solaris,sparc-solaris,x86_64-solaris \
bin/${ARCH}/tex2xindy
-binpattern f/!mipsel-linux,i386-solaris,sparc-solaris,x86_64-solaris \
+binpattern f/!mips-irix,mipsel-linux,\
+i386-solaris,sparc-solaris,x86_64-solaris \
bin/${ARCH}/xindy
#
# Also, cygwin and windows must use a different name for the clisp executable.
binpattern f/!i386-cygwin,win32,\
-mipsel-linux,i386-solaris,sparc-solaris,x86_64-solaris \
+mips-irix,mipsel-linux,i386-solaris,sparc-solaris,x86_64-solaris \
bin/${ARCH}/xindy.run
binpattern f/i386-cygwin,win32 \
bin/${ARCH}/xindy-lisp.exe
#
# darwin has to split the mem file by architecture.
-binpattern f/!mipsel-linux,i386-solaris,sparc-solaris,x86_64-solaris,\
+binpattern f/!mips-irix,mipsel-linux,\
+i386-solaris,sparc-solaris,x86_64-solaris,\
universal-darwin \
bin/${ARCH}/xindy.mem
binpattern f/universal-darwin bin/universal-darwin/xindy-i386.mem