texlive-texmf stable port information

Package: texlive-texmf
Version: 0.20110705
Revision: 1
BuildDepends: fink (>= 0.32)
Conflicts:tetex-texmf
Replaces: tetex-texmf, texlive-base (<= 0.20080816-3), texlive-nox-base (<= 0.20080816-3)
Provides: tetex-texmf, breqn, chess-tex, cm-super, ctan-other-misc, ctan-supported-misc, enumitem, feynmf, ha-prosper, ifmslide, latex-beamer, latex-figbib, mathabx, movie15, okumura-clsfiles, pdfscreen, pdfslide, pdfsync, pgf, powerdot, ppower4, prosper, ptex-texmf, srcltx, texpower, tipa, unicode-tex, xcolor, xkeyval
Source: http://www.sr3.t.u-tokyo.ac.jp/~okayama/src/texlive-%v-texmf-delpdf.tar.xz
Source-MD5: b5e15a8763f032ecdecfeb2f3db5118c
NoSourceDirectory: true
PatchScript: <<
mv texlive-%v-texmf-delpdf/{texmf-dist,texmf} .

# Moving README into current dir ...
mv texmf-dist/README README.texmf-dist
mv texmf/README README.texmf

# Moving files from texmf to texmf-dist ...
cp -R texmf/* texmf-dist

# Removing a compiled *.el file ...
rm -f texmf-dist/source/latex/rcs/src/style/rcs.elc

# pl209.def is needed for \documentstyle{jarticle}
ln -s ../../../source/platex/base/pl209.def texmf-dist/tex/platex/base
<<
CompileScript: echo "Nothing to do ..."
InstallScript: <<
mkdir -p %i/share
mv texmf-dist %i/share
<<
DocFiles: README.texmf-dist README.texmf
PostInstScript: <<
if [ -x %p/bin/mktexlsr ]
then
%p/bin/mktexlsr %p/share/texmf-dist
else
# overwrite ls-R
echo "%% ls-R -- filename database for kpathsea; do not change this line." > %p/share/texmf-dist/ls-R
echo "./:" >> %p/share/texmf-dist/ls-R
( cd %p/share/texmf-dist ; /bin/ls -1R ) >> %p/share/texmf-dist/ls-R
fi

echo "Adjusting permissions ..."
chmod -R a+rX %p/share/texmf-dist
<<
DescPackaging: <<
We split the original texlive-20110705-texmf.tar.xz into two tarballs:
texlive-0.20110705-texmf-delpdf.tar.xz and texlive-0.20110705-texmf-doc.tar.xz,
which were made by the following script:

###############
#!/bin/bash -ev

wget ftp://tug.org/texlive/historic/2011/texlive-20110705-texmf.tar.xz
xz -dc texlive-20110705-texmf.tar.xz | tar xf -

for file in `find texlive-20110705-texmf/texmf-dist/doc -type f -name '*.pdf'`
do
mkdir -p tmp/${file%/*}
mv $file tmp/$file
done

for file in `find texlive-20110705-texmf/texmf/doc -type f -name '*.pdf'`
do
mkdir -p tmp/${file%/*}
mv $file tmp/$file
done

mkdir texlive-0.20110705-texmf-doc
mv tmp/texlive-20110705-texmf/texmf-dist texlive-0.20110705-texmf-doc/
mv tmp/texlive-20110705-texmf/texmf texlive-0.20110705-texmf-doc/
tar cf texlive-0.20110705-texmf-doc.tar texlive-0.20110705-texmf-doc
xz -9 texlive-0.20110705-texmf-doc.tar

mv texlive-20110705-texmf texlive-0.20110705-texmf-delpdf
tar cf texlive-0.20110705-texmf-delpdf.tar texlive-0.20110705-texmf-delpdf
xz -9 texlive-0.20110705-texmf-delpdf.tar
###############

You can download both files from:
http://www.sr3.t.u-tokyo.ac.jp/~okayama/src/texlive-%v-texmf-delpdf.tar.xz
http://www.sr3.t.u-tokyo.ac.jp/~okayama/src/texlive-%v-texmf-doc.tar.xz
<<
License: Restrictive/Distributable
Description: Main texmf tree for a TeX Live installation
Maintainer: Todai Fink Team
Homepage: http://www.tug.org/texlive/