Update of /cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15827

Added Files:
        texlive.info 
Log Message:
Initial import for TeX Live 2010.
Build/Install completed on 10.6/32bit, clean env.


--- NEW FILE: texlive.info ---
Info2: <<
Package: texlive%type_pkg[-nox]
Type: -nox (boolean)
Version: 0.20100722
Revision: 0test1
GCC: 4.0
Description: Bundle package for TeX Live
Depends: %N-base (= %v-%r), texinfo, debianutils, texi2html
BuildDepends: <<
 libkpathsea6 (>= 6.0.0-0), t1lib5-nox, libpng3 (>= 1:1.2.8-1), libwww, 
libncurses5 (>= 5.4-20041023-1006), fink (>= 0.24.12),
 libjpeg8, libiconv-dev, ptexenc1, zziplib13-dev,
 xz, freetype219 (>= 2.2.1-4),
 (%type_raw[-nox] = .)  t1lib5-x11, 
 (%type_raw[-nox] = .)  gd2 (>= 2.0.35-2), 
 (%type_raw[-nox] = .) x11, 
 (%type_raw[-nox] = .) xmkmf (>= 1.0.2-3),
 (%type_raw[-nox] = .) openmotif3
<<
Conflicts: <<
 system-tetex, tetex, tetex-nox, ptex (<= 3.1.10-1), ptex-nox (<= 3.1.10-1),
 texlive, texlive-nox
<<
Replaces: <<
 tetex, tetex-nox, ptex (<= 3.1.10-1), ptex-nox (<= 3.1.10-1),
 texlive, texlive-nox
<<
Provides: bundle-tetex, bundle-texlive
Recommends: latex2html, tex4ht
Suggests: foiltex
Source: mirror:ctan:systems/texlive/Source/texlive-20100720-source.tar.xz
Source-MD5: 2a2201b84fdbf210032e1df70bc59157
Source2: http://tutimura.ath.cx/~nob/tex/ptexlive/ptexlive-20100711.tar.gz
Source2-MD5: 2dbd0ab5290bf6dfb0b2b04a813df89f
Tar2FilesRename: ptexlive-20100711:ptexlive
NoSourceDirectory: true
PatchFile: texlive.patch
PatchFile-MD5: c39b30df7e88923edc8d1805fb2fc8fa
PatchScript: <<
 xz -dc texlive-20100720-source.tar.xz | tar xf -
 mv     texlive-20100720-source texlive
 sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -d texlive -p1

 # Change the directory to be installed
 for file in `find texlive -name Makefile.in`; \
  do sed -i.bak -e 's|/texmf/|/share/texmf/|' \
                -e 's|/texmf-dist/|/share/texmf-dist/|' ${file} ; done
 sed -i.bak -e 's|\(texconfdir = \)${prefix}|\1${datadir}|' \
   texlive/texk/tetex/Makefile.in

 # Fix cm-super bug on dvipdfm.map
#patch -d texlive -p1 < ptexlive/archive/updmap-cmsuper.patch

 # add --nostop option: don't stop even if a map file is not found
 patch -d texlive -p1 < ptexlive/archive/updmap-nostop.patch

 # for pTeX (Japanese font setting)
 patch -d texlive -p1 < ptexlive/archive/updmap-live2009-4b.diff
<<
SetCPPFLAGS:-I%p/lib/freetype219/include/freetype2 -I%p/lib/freetype219/include
SetLDFLAGS: -L%p/lib/freetype219/lib
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
ConfigureParams: <<
 --disable-native-texlive-build \
 --disable-texi2html --disable-texinfo --enable-shared \
 --datadir='${prefix}/share' --infodir='${prefix}/share/info' \
 --mandir='${prefix}/share/man' --disable-multiplatform --with-system-ncurses \
 --with-system-pnglib --with-system-t1lib --with-system-wwwlib \
 --with-system-kpathsea --with-kpathsea-includes=%p/include \
 --with-kpathsea-libdir=%p/lib \
 --with-system-ptexenc --with-system-zziplib \
 --with-system-zlib \
 --disable-psutils --disable-dialog --disable-tex4htk --disable-t1utils \
 --with-system-freetype2 --with-freetype2-libdir=%p/lib/freetype219/lib \
 --with-freetype2-include=%p/lib/freetype219/include \
 (%type_raw[-nox] = .) --with-system-gd 
 (%type_raw[-nox] = .) --x-includes=/usr/X11R6/include
 (%type_raw[-nox] = .) --x-libraries=/usr/X11R6/lib
 (%type_raw[-nox] = .) --with-xdvi-x-toolkit=motif --with-motif-libdir=%p/lib
 (%type_raw[-nox] = .) --with-motif-include=%p/include
 (%type_raw[-nox] = -nox) --without-x 
 (%type_raw[-nox] = -nox) --disable-xdvik
 (%type_raw[-nox] = -nox) --disable-pdfopen
<<
CompileScript: <<
#!/bin/bash -ev
 export PATH=%p/lib/xmkmf/bin:%p/lib/freetype219/bin:$PATH 
 export IMAKEINCLUDE=-I%p/lib/X11/config
 mkdir texlive/Work
 cd texlive/Work && ../configure %c && make
<<
InstallScript: <<
#!/bin/bash -ev
 export PATH=%p/lib/xmkmf/bin:$PATH 
 export IMAKEINCLUDE=-I%p/lib/X11/config
 cd texlive/Work && make install DESTDIR=%d run_texlinks=true run_mktexlsr=true
 mktexlsr %i/share/texmf

echo "Setting up symlinks ..."
 export DYLD_LIBRARY_PATH="%b/texk/kpathsea/SHARED" PATH=%i/bin:$PATH 
TEXMFMAIN=%p/share/texmf-dist ; texlinks --cnffile 
%i/share/texmf/web2c/fmtutil.cnf --verbose %i/bin

echo "Creating a local texmf tree, and symlinking it into place ..."
 mkdir -p %i/etc/texmf.local
 mktexlsr %i/etc/texmf.local
 mkdir -p %i/share
 ln -s %p/etc/texmf.local %i/share/texmf-local

echo "Creating a VARTEXMF tree, including a fonts directory ..."
 mkdir -p %i/var/lib/texmf/fonts
 mktexlsr %i/var/lib/texmf

echo "Creating a TEXMFCONFIG tree ..."
 mkdir -p %i/etc/texmf-config
 mktexlsr %i/etc/texmf-config

echo "Removing files that are supplied in the texlive-texmf package ..."
 mv -f  %i/share/texmf-dist/scripts/luaotfload %i/share/texmf/scripts
 mv -f  %i/share/texmf-dist texmf-dist.conflict

if [ "%type_raw[-nox]" == "." ]; then
echo "Preparing xdvi for the alternatives system ..."
 mv %i/bin/xdvi %i/bin/xdvik
 mv %i/share/man/man1/xdvi.1 %i/share/man/man1/xdvik.1
fi
<<
DocFiles: texlive/README
SplitOff: <<
 Package: %N-base
 Description: Base programs for a TeX Live installation
 Depends: <<
  t1lib5-nox-shlibs, libpng3-shlibs (>= 1:1.2.8-1), 
  libwww-bin, libncurses5-shlibs (>= 5.4-20041023-1006), ncurses (>= 
5.4-20041023-1006),
  fink (>= 0.12.0-1), kpathsea (>= 6.0.0-0), texlive-texmf, ptexenc1-shlibs,
  zziplib13-shlibs, nkf,
  freetype219-shlibs (>= 2.2.1-4),
  (%type_raw[-nox] = .) t1lib5-x11-shlibs,
  (%type_raw[-nox] = -nox) ghostscript-nox, 
  (%type_raw[-nox] = .) ghostscript, 
  (%type_raw[-nox] = .) gd2-shlibs (>= 2.0.35-2), 
  (%type_raw[-nox] = .) x11, 
  (%type_raw[-nox] = .) x11-shlibs,
  (%type_raw[-nox] = .) openmotif3-shlibs
 <<
 Conflicts: <<
  texlive-base (>= 0), texlive-nox-base,
  tetex-base (>= 0), tetex-nox-base, ptex-base (<= 3.1.10-1003), ptex-nox-base 
(<= 3.1.10-1003)
 <<
 Replaces: <<
  texlive-base (>= 0), texlive-nox-base,
  tetex-base (>= 0), tetex-nox-base, ptex-base (<= 3.1.10-1003), ptex-nox-base 
(<= 3.1.10-1003),
  context, dvipdfm, epstopdf, pdftex, tetex-macosx, tetex (<= 2.0-3),
  (%type_raw[-nox] = .) xdvi (<=  22.70-1), 
  detex, xetex
 <<
 Provides: context, dvipdfm, epstopdf, pdftex, tetex-macosx, tetex-base, 
tetex3-base, texlive-base, detex, xetex
 Files: bin etc share/info share/man share/texmf share/texmf-local var
 InfoDocs: web2c.info dvips.info dvipng.info
 DocFiles: texlive/README
 PreInstScript: <<
  echo "Removing any leftover files from obsolete teTeX installations ..."
  rm -f %p/etc/texmf.local/web2c/*
  rm -f %p/etc/ls-R/texmf.macosx
  rm -Rf %p/share/texmf.macosx
  rm -Rf %p/etc/texmf-var
  rm -Rf %p/var/lib/texmf
 <<
 PostInstScript: <<
if [ -e %p/bin/xdvik ] ; then
  update-alternatives --install %p/bin/xdvi xdvi %p/bin/xdvik 30 --slave 
%p/share/man/man1/xdvi.1 xdvi.1 %p/share/man/man1/xdvik.1
fi
  mktexlsr %p/share/texmf{,-dist} %p/etc/texmf-config %p/etc/texmf.local 
  updmap-sys --nohash --nomkmap --syncwithtrees
  PATH=%p/bin:${PATH} texconfig-sys init

  echo "Adjusting permissions ..."
  chmod -R a+rX %p/etc/texmf.local
  chmod -R a+rwX %p/var/lib/texmf
  chmod -R a+rwX %p/etc/texmf-config
  if [ -f ~/Library/texmf/ls-R ]; then chmod a+rw ~/Library/texmf/ls-R; fi
 <<
 PreRmScript: <<
  if [ "$1" != "upgrade" ]; then
    if [ -e %p/bin/xdvik ]; then
      update-alternatives --remove xdvi %p/bin/xdvik
    fi
  fi
 <<
<<
License: Restrictive/Distributable
Maintainer: Todai Fink Team <f...@sodan.ecc.u-tokyo.ac.jp>
Homepage: http://www.tug.org/texlive/
<<


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to