Update of /cvsroot/fink/experimental/todai/ecc-10.7/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv27836

Added Files:
        texlive-texmf.info 
Log Message:
New upstream: texmf tree of TeX Live 2011.

--- NEW FILE: texlive-texmf.info ---
Package: texlive-texmf
Version: 0.20110705
Revision: 0okayama0
BuildDepends: xz
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: <<
 xz -dc texlive-%v-texmf-delpdf.tar.xz | tar xf -
 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 <f...@sodan.ecc.u-tokyo.ac.jp>
Homepage: http://www.tug.org/texlive/


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to