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

Modified Files:
        libkpathsea6.info texlive.info 
Log Message:
Delete kpathsea package, which is included in texlive-base now. (same as before)


Index: libkpathsea6.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text/libkpathsea6.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libkpathsea6.info   10 Jan 2011 01:45:00 -0000      1.4
+++ libkpathsea6.info   10 Jan 2011 12:24:20 -0000      1.5
@@ -1,6 +1,6 @@
 Package: libkpathsea6
 Version: 6.0.0
-Revision: 0test2
+Revision: 0test3
 Description: Path search library for TeX
 BuildDepends: texlive-texmf | tetex-texmf, fink (>= 0.24.12), xz
 BuildDependsOnly: true
@@ -29,10 +29,7 @@
  --datadir='${prefix}/share' --infodir='${prefix}/share/info' \
  --mandir='${prefix}/share/man' --disable-multiplatform \
  --disable-psutils --disable-dialog --disable-tex4htk --disable-t1utils \
- --disable-detex --disable-dvipdfmx --disable-lcdf-typetools \
- --disable-xindy --disable-xdv2pdf --disable-xetex --disable-xdvipdfmx \
- --disable-lacheck --disable-ttf2pk \
- --disable-xdvik --disable-pdfopen --disable-luatex \
+ --disable-xindy --disable-lcdf-typetools --disable-lacheck --disable-ps2eps \
  --without-x 
 <<
 CompileScript: <<
@@ -41,6 +38,7 @@
 <<
 InstallScript: <<
  cd texlive/texk/kpathsea; make install-strip DESTDIR=%d
+ rm -Rf %i/bin %i/share/info %i/share/man %i/share/texmf
 <<
 DocFiles: texlive/texk/kpathsea/README
 SplitOff: <<
@@ -50,17 +48,6 @@
  Shlibs: %p/lib/libkpathsea.6.dylib 7.0.0 %n (>= 6.0.0-0)
  DocFiles: texlive/texk/kpathsea/README
 <<
-SplitOff2: <<
- Package: kpathsea
- Depends: %N-shlibs (= %v-%r)
- Conflicts: libkpathsea4, texlive-base (<= 0.20080816-3)
- Replaces:  libkpathsea4, texlive-base (<= 0.20080816-3)
- Description: Programs of path search library for TeX
- Files: bin share/info share/man share/texmf
- InfoDocs: kpathsea.info
- DocFiles: texlive/texk/kpathsea/README
- ConfFiles: %p/share/texmf/web2c/texmf.cnf
-<<
 License: LGPL
 Maintainer: Todai Fink Team <f...@sodan.ecc.u-tokyo.ac.jp>
 Homepage: http://www.tug.org/kpathsea/

Index: texlive.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text/texlive.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- texlive.info        10 Jan 2011 08:30:05 -0000      1.18
+++ texlive.info        10 Jan 2011 12:24:20 -0000      1.19
@@ -2,7 +2,7 @@
 Package: texlive%type_pkg[-nox]
 Type: -nox (boolean)
 Version: 0.20100722
-Revision: 0test6
+Revision: 0test7
 GCC: 4.0
 Description: Bundle package for TeX Live
 Depends: %N-base (= %v-%r), texinfo, debianutils, texi2html
@@ -149,7 +149,10 @@
  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
+ pushd texlive/Work && ../configure %c && make
+ popd
+ # make kpathsea
+ pushd texlive/texk/kpathsea && ./configure %c && make
 <<
 InstallScript: <<
 #!/bin/bash -ev
@@ -157,28 +160,32 @@
  export IMAKEINCLUDE=-I%p/lib/X11/config
  pushd texlive/Work && make install-strip DESTDIR=%d run_texlinks=/usr/bin/true
  popd
+ # install kpathsea
+ pushd texlive/texk/kpathsea && make install-strip DESTDIR=%d
+ rm -Rf %i/lib %i/include
+ popd
  install -m 755 jbibtex %i/bin
- mktexlsr %i/share/texmf
+ %i/bin/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
+ %i/bin/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
+ %i/bin/mktexlsr %i/var/lib/texmf
 
 echo "Creating a TEXMFCONFIG tree ..."
  mkdir -p %i/etc/texmf-config
- mktexlsr %i/etc/texmf-config
+ %i/bin/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/scripts/luaotfload %i/share/texmf/scripts
  mv -f  %i/share/texmf-dist texmf-dist.conflict
 
 if [ "%type_raw[-nox]" == "." ]; then
@@ -205,8 +212,8 @@
  Depends: <<
   t1lib5-nox-shlibs, libpng3-shlibs (>= 1:1.2.8-1), 
   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, teckit-shlibs, nkf,
+  fink (>= 0.12.0-1), libkpathsea6-shlibs (>= 6.0.0-0), texlive-texmf,
+  ptexenc1-shlibs, zziplib13-shlibs, teckit-shlibs, nkf,
   freetype219-shlibs (>= 2.2.1-4),
   (%type_raw[-nox] = .) applesystemfonts,
   (%type_raw[-nox] = .) appleotffonts,
@@ -231,8 +238,9 @@
  <<
  Provides: context, dvipdfm, epstopdf, pdftex, tetex-macosx, tetex-base, 
tetex3-base, texlive-base, detex, xetex, ptex3-base, dvipdfmx, pdfjam, jadetex
  Files: bin etc share/info share/man share/texmf share/texmf-local var
- InfoDocs: web2c.info dvips.info dvipng.info
+ InfoDocs: web2c.info dvips.info dvipng.info kpathsea.info
  DocFiles: texlive/README
+ ConfFiles: %p/share/texmf/web2c/texmf.cnf
  PreInstScript: <<
   echo "Removing any leftover files from obsolete teTeX installations ..."
   rm -f %p/etc/texmf.local/web2c/*


------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
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