source: projects/specs/branches/6/t/texlive/eptex-100420-vine.patch @ 1533

Revision 1533, 2.4 KB checked in by munepi, 14 years ago (diff)

NEW texlive and its related packages: replacement of teTeX

  • eptex-100420/0eptex.sh

    diff -up eptex-100420/0eptex.sh\~ eptex-100420/0eptex.sh
    old new  
    11#!/bin/bash 
    22 
    3 PTEXLIVE_VER=`ls  ../ptexlive-*.tar.gz|sed "s/.*ptexlive-//;s/.tar.gz//"` 
     3#PTEXLIVE_VER=`ls  ../ptexlive-*.tar.gz|sed "s/.*ptexlive-//;s/.tar.gz//"` 
     4PTEXLIVE_VER=20100711 
    45echo "*** ptexlive: $PTEXLIVE_VER" 
    56pushd ../ptexlive-$PTEXLIVE_VER 
    67. common.sh 
    78popd 
    89necessity_command autoreconf --version 
    9 WEBDIR=$TMP_PREFIX/texlive-20091011-source/texk/web2c/ 
     10WEBDIR=$TMP_PREFIX/texlive-20091107-source/texk/web2c/ 
    1011 
    1112## patch pTeX 
    1213QTRIP_VER=`ls ../ptex-qtrip-*.tar.gz 2>/dev/null |sed "s/.*ptex-qtrip-//;s/.tar.gz//"` 
    cat $WEBDIR/configure | sed "s/fiif/fi\n 
    5657mv $WEBDIR/configure.new $WEBDIR/configure || exit 1 
    5758chmod +x $WEBDIR/configure 
    5859 
     60exit 0 
     61 
    5962## compile 
    6063(cd ../ptexlive-$PTEXLIVE_VER; 
    6164$MAKE stage3 || exit 1 
  • eptex-100420/6babel.sh

    Diff finished.  Mon Jul 19 18:28:52 2010
    
    
    diff -up eptex-100420/6babel.sh\~ eptex-100420/6babel.sh
    old new  
    33# pTeX に各言語のハイフン定義ファイルを読み込ませ, 
    44# Babel マクロパッケージをちゃんと使えるようにします. 
    55# 
    6 PTEXLIVE_VER=`ls  ../ptexlive-*.tar.gz|sed "s/.*ptexlive-//;s/.tar.gz//"` 
     6#PTEXLIVE_VER=`ls  ../ptexlive-*.tar.gz|sed "s/.*ptexlive-//;s/.tar.gz//"` 
     7PTEXLIVE_VER=20100711 
    78pushd ../ptexlive-$PTEXLIVE_VER 
    89. common.sh 
    910popd 
  • eptex-100420/6babel.sh

    
    diff -up eptex-100420/6babel.sh\~ eptex-100420/6babel.sh
    old new eightbit2hex $TEXMF tex/generic/ruhyphen 
    8484eightbit2hex $TEXMF tex/generic/ruhyphen ruhyphal.tex 
    8585eightbit2hex $TEXMF tex/generic/ruhyphen cyryoal.tex 
    8686 
    87 ## (5) update fmt 
    88 $MKTEXLSR || exit 
    89 fmtutil-sys --byfmt latex  || exit 
    90 fmtutil-sys --byfmt platex || exit 
    91 fmtutil-sys --byfmt eplatex || exit 
    92 #fmtutil-sys --byfmt uplatex || exit 
    93 #fmtutil-sys --byfmt euplatex || exit 
     87# ## (5) update fmt 
     88# $MKTEXLSR || exit 
     89# fmtutil-sys --byfmt latex  || exit 
     90# fmtutil-sys --byfmt platex || exit 
     91# fmtutil-sys --byfmt eplatex || exit 
     92# #fmtutil-sys --byfmt uplatex || exit 
     93# #fmtutil-sys --byfmt euplatex || exit 
    9494 
    9595### (6) japanese style 
    9696pushd ../ptexlive-$PTEXLIVE_VER 
Note: See TracBrowser for help on using the repository browser.