Update of /cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2788/text

Added Files:
        libkpathsea4.info ptex-texmf.info ptexenc.info 
        texlive-texmf.info texlive.info texlive.patch 
Log Message:
Test finkinfo for TeX Live.

--- NEW FILE: libkpathsea4.info ---
Package: libkpathsea4
Version: 3.5.7
Revision: 0
Description: Path search library for TeX
BuildDepends: texlive-texmf, fink (>= 0.24.12), lzma
BuildDependsOnly: true
Depends: %N-shlibs (= %v-%r)
Conflicts: tetex-dev, ptex-dev
Replaces: tetex-dev, tetex-base (<= 2.0.2-46), tetex-nox (<= 2.0.2-24), 
ptex-base (<< 3.1.8)
Source: mirror:ctan:systems/texlive/Source/texlive-20080816-source.tar.lzma
Source-MD5: 554287c3e458da776edd684506048d45
NoSourceDirectory: true
PatchFile: texlive.patch
PatchFile-MD5: e5a219c57b7c38047e9c26ec480d6f46
PatchScript: <<
 lzma -dc texlive-20080816-source.tar.lzma | tar xf -
 mv       texlive-20080816-source                texlive
 sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -d texlive -p1
<<
NoSetLDFLAGS: true
ConfigureParams: <<
 --without-texi2html --without-texinfo --enable-shared \
 --datadir='${prefix}/share' --infodir='${prefix}/share/info' \
 --mandir='${prefix}/share/man' --disable-multiplatform \
 --without-psutils --without-dialog --without-tex4htk --without-t1utils \
 --without-detex --without-dvipdfmx --without-luatex --without-lcdf-typetools \
 --without-xindy --without-xdv2pdf --without-xetex --without-xdvipdfmx \
 --without-lacheck --without-ttf2pk \
 --without-xdvik --without-pdfopen \
 --without-x 
<<
CompileScript: <<
 cd texlive/texk; ./configure %c
 cd texlive/texk/kpathsea; make
<<
InstallScript: <<
 cd texlive/texk/kpathsea; make install prefix=%i texmf=%i/share/texmf
 rm -R %i/bin
 rm -R %i/share/man
 rm -R %i/share/texmf
<<
DocFiles: texlive/texk/kpathsea/README
InfoDocs: kpathsea.info
SplitOff: <<
 Package: %N-shlibs
 Description: Shared libraries of path search library for TeX
 Files: lib/libkpathsea.*.dylib
 Shlibs: %p/lib/libkpathsea.4.dylib 6.0.0 %n (>= 3.5.7-0)
 DocFiles: texlive/texk/kpathsea/README
<<
License: LGPL
Maintainer:  Dave Morrison <d...@finkproject.org>
Homepage: http://www.tug.org/kpathsea/

--- NEW FILE: texlive.patch ---
diff -Naur texlive-20080816-source.orig/texk/dvipsk/Makefile.in 
texlive-20080816-source/texk/dvipsk/Makefile.in
--- texlive-20080816-source.orig/texk/dvipsk/Makefile.in        2008-04-30 
07:40:29.000000000 +0900
+++ texlive-20080816-source/texk/dvipsk/Makefile.in     2009-05-04 
00:25:56.000000000 +0900
@@ -113,7 +113,7 @@
 # Post.
        $(POST_INSTALL)
        if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
-         install-info --info-dir=$(infodir) $(infodir)/$(program).info; \
+         install-info --info-dir=$(infodir) $(infodir)/$(program).info || 
true; \
        else true; fi
 
 uninstall-data:
diff -Naur texlive-20080816-source.orig/texk/kpathsea/Makefile.in 
texlive-20080816-source/texk/kpathsea/Makefile.in
--- texlive-20080816-source.orig/texk/kpathsea/Makefile.in      2008-05-30 
05:59:08.000000000 +0900
+++ texlive-20080816-source/texk/kpathsea/Makefile.in   2009-05-04 
00:25:35.000000000 +0900
@@ -182,7 +182,7 @@
 # Post.
        $(POST_INSTALL)
        if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
-         install-info --info-dir=$(infodir) $(infodir)/kpathsea.info; \
+         install-info --info-dir=$(infodir) $(infodir)/kpathsea.info || true; \
        else true; fi
 
 uninstall-data:
diff -Naur texlive-20080816-source.orig/texk/kpathsea/texmf.cnf 
texlive-20080816-source/texk/kpathsea/texmf.cnf
--- texlive-20080816-source.orig/texk/kpathsea/texmf.cnf        2008-07-27 
06:39:36.000000000 +0900
+++ texlive-20080816-source/texk/kpathsea/texmf.cnf     2009-05-05 
16:47:37.000000000 +0900
@@ -44,18 +44,18 @@
 
 % The tree containing the runtime files closely related to the specific
 % program version used:
-TEXMFMAIN = $SELFAUTOPARENT/texmf
+TEXMFMAIN = @PREFIX@/share/texmf
 
 % The main distribution tree:
-TEXMFDIST = $SELFAUTOPARENT/texmf-dist
+TEXMFDIST = @PREFIX@/share/texmf-dist
 
 % Our documentation-only tree, arranged by language:
-TEXMFDOC = $SELFAUTOPARENT/texmf-doc
+TEXMFDOC = @PREFIX@/share/texmf-doc
 
 % A place for local additions to a "standard" texmf tree.
 % This tree is not used for local configuration maintained by
 % texconfig, it uses TEXMFCONFIG below.
-TEXMFLOCAL = $SELFAUTOPARENT/../texmf-local
+TEXMFLOCAL = @PREFIX@/share/texmf-local
 
 % TEXMFSYSVAR, where texconfig-sys stores variable runtime data.
 % With teTeX-3.0 or later, this must be set.
@@ -63,7 +63,7 @@
 %   TEXMFSYSVAR = $TEXMFMAIN
 % For using a separate tree:
 %   TEXMFSYSVAR = $SELFAUTOPARENT/texmf-var
-TEXMFSYSVAR = $SELFAUTOPARENT/texmf-var
+TEXMFSYSVAR = @PREFIX@/var/lib/texmf
 
 % TEXMFSYSCONFIG, where texconfig-sys stores configuration data.
 % With teTeX-3.0 or later, this must be set.
@@ -71,11 +71,11 @@
 %   TEXMFSYSCONFIG = $TEXMFMAIN
 % For using a separate tree:
 %   TEXMFSYSCONFIG = $SELFAUTOPARENT/texmf-config
-TEXMFSYSCONFIG = $SELFAUTOPARENT/texmf-config
+TEXMFSYSCONFIG = @PREFIX@/etc/texmf-config
 
 % User texmf trees are allowed as follows.
 % This used to be HOMETEXMF.
-TEXMFHOME = ~/texmf
+TEXMFHOME = ~/Library/texmf
 
 % TEXMFVAR, where texconfig stores variable runtime data.
 % With teTeX-3.0 or later, this must be set.
@@ -83,7 +83,7 @@
 %   TEXMFVAR = $TEXMFMAIN
 % For using a separate tree:
 %   TEXMFVAR = ~/.texmf-var  # teTeX 3.0 default
-TEXMFVAR = ~/.texlive2008/texmf-var
+TEXMFVAR = ~/.texmf-var
 
 % TEXMFCONFIG, where texconfig stores configuration data.
 % With teTeX-3.0 or later, this must be set.
@@ -93,7 +93,7 @@
 %   TEXMFCONFIG = ~/.texmf-config  # teTeX 3.0 default
 % For using a separate tree:
 %   TEXMFCONFIG = $SELFAUTOPARENT/texmf-config
-TEXMFCONFIG = ~/.texlive2008/texmf-config
+TEXMFCONFIG = ~/.texmf-config
 
 % Now, list all the texmf trees. If you have multiple trees you can
 % use shell brace notation, like this:
@@ -111,18 +111,18 @@
 % versions should take precedence over those (although it is generally a
 % source of confusion to have different versions of a package installed,
 % whatever the trees, so try to avoid it).
-TEXMF = 
{$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST}
+TEXMF = 
{$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFMAIN,!!$TEXMFDIST}
 
 % The system trees.  These are the trees that are shared by all the users.
 % If a tree appears in this list, the mktex* scripts will use
 % VARTEXFONTS for generated files, if the original tree isn't writable;
 % otherwise the current working directory is used.
-SYSTEXMF = $TEXMFSYSVAR;$TEXMFMAIN;$TEXMFLOCAL;$TEXMFDIST
+SYSTEXMF = $TEXMFSYSVAR;$TEXMFLOCAL;$TEXMFMAIN;$TEXMFDIST
 
 % Where generated fonts may be written.  This tree is used when the sources
 % were found in a system tree and either that tree wasn't writable, or the
 % varfonts feature was enabled in MT_FEATURES in mktex.cnf.
-VARTEXFONTS = $TEXMFVAR/fonts
+VARTEXFONTS = $TEXMFSYSVAR/fonts
 
 % Where to look for ls-R files.  There need not be an ls-R in the
 % directories in this path, but if there is one, Kpathsea will use it.
@@ -374,8 +374,8 @@
 % For xdvi to find mime.types and .mailcap, if they do not exist in
 % ~.  These are single directories, not paths.
 % (But the default mime.types, at least, may well suffice.)
-MIMELIBDIR = $SELFAUTOPARENT/etc
-MAILCAPLIBDIR = $SELFAUTOPARENT/etc
+MIMELIBDIR = @PREFIX@/etc
+MAILCAPLIBDIR = @PREFIX@/etc
 
 % Default settings for fontconfig library, used by Win32 versions of
 % xetex/xdvipdfmx (note that fontconfig on Linux/Unix-like systems
@@ -447,7 +447,7 @@
 % 
 % For security reasons, it is better not to include . in this path.
 %
-TEXMFCNF = 
{$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c}
+TEXMFCNF = 
{$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT,@pre...@}{,{/share,}/texmf{-local,}/web2c}
 
 # kpathsea 3.5.3 and later sets these at runtime. To avoid empty
 # expansions from binaries linked against an earlier version of the
@@ -645,3 +645,6 @@
 error_line = 79
 half_error_line = 50
 max_print_line = 79
+
+% for ptex filter
+PTEX_IN_FILTER = @PREFIX@/bin/nkf -w
diff -Naur texlive-20080816-source.orig/texk/tetex/fmtutil.cnf 
texlive-20080816-source/texk/tetex/fmtutil.cnf
--- texlive-20080816-source.orig/texk/tetex/fmtutil.cnf 2008-07-08 
00:39:23.000000000 +0900
+++ texlive-20080816-source/texk/tetex/fmtutil.cnf      2009-05-05 
04:28:24.000000000 +0900
@@ -58,7 +58,7 @@
 #! cont-cz     pdftex         cont-usr.tex    -8bit *cont-cz.ini
 #! cont-de     pdftex         cont-usr.tex    -8bit *cont-de.ini
 cont-en                pdftex         cont-usr.tex    -8bit *cont-en.ini
-cont-en                xetex          cont-usr.tex    -8bit *cont-en.ini
+#! cont-en     xetex          cont-usr.tex    -8bit *cont-en.ini
 #! cont-nl     pdftex         cont-usr.tex    -8bit *cont-nl.ini
 #! cont-uk     pdftex         cont-usr.tex    -8bit *cont-uk.ini
 #
diff -Naur texlive-20080816-source.orig/texk/tetex/updmap 
texlive-20080816-source/texk/tetex/updmap
--- texlive-20080816-source.orig/texk/tetex/updmap      2008-05-26 
07:24:33.000000000 +0900
+++ texlive-20080816-source/texk/tetex/updmap   2009-05-05 20:21:45.000000000 
+0900
@@ -124,6 +124,7 @@
   --nomkmap                 do not recreate map files
   --nohash                  do not run texhash
   -n, --dry-run             only show the configuration, no output
+  --nostop                  do not stop even if a map files does not exist
   --quiet                   reduce verbosity
 
 Valid commands:
@@ -133,11 +134,14 @@
   --setoption OPTION VALUE  set option, where OPTION is one of:
                              dvipsPreferOutline LW35 dvipsDownloadBase35
                              pdftexDownloadBase14 dvipdfmDownloadBase14
+                             kanjiEmbed
   --setoption OPTION=VALUE  see above, just different syntax
-  --enable MAPTYPE MAPFILE  add MAPFILE as a MAPTYPE, one of: Map MixedMap
+  --enable MAPTYPE MAPFILE  add MAPFILE as a MAPTYPE,
+                             one of: Map MixedMap KanjiMap
   --enable Map=MAPFILE      add MAPFILE as a Map
   --enable MixedMap=MAPFILE add or enable MAPFILE as a MixedMap
-  --disable MAPFILE         disable MAPFILE, whether Map or MixedMap
+  --enable KanjiMap=MAPFILE add or enable MAPFILE as a KanjiMap
+  --disable MAPFILE         disable MAPFILE, one of: Map MixedMap KanjiMap
   --syncwithtrees           entries with unavailable map files will be
                              disabled in the config file
   --listmaps                list all active and inactive maps
diff -Naur texlive-20080816-source.orig/texk/web2c/Makefile.in 
texlive-20080816-source/texk/web2c/Makefile.in
--- texlive-20080816-source.orig/texk/web2c/Makefile.in 2008-08-13 
08:46:59.000000000 +0900
+++ texlive-20080816-source/texk/web2c/Makefile.in      2009-05-04 
00:23:48.000000000 +0900
@@ -880,6 +880,7 @@
        $(INSTALL_DATA) $(srcdir)/tiedir/tie.1 $(man1dir)/tie.$(manext)
        $(INSTALL_DATA) $(srcdir)/ctiedir/ctie.1 $(man1dir)/ctie.$(manext)
        $(INSTALL_DATA) $(srcdir)/synctexdir/man1/synctex.1 
$(man1dir)/synctex.$(manext)
+       $(top_srcdir)/../mkinstalldirs $(man5dir)
        $(INSTALL_DATA) $(srcdir)/synctexdir/man5/synctex.5 $(man5dir)/synctex.5
 
 # Dummy target.
diff -Naur texlive-20080816-source.orig/texk/web2c/doc/Makefile.in 
texlive-20080816-source/texk/web2c/doc/Makefile.in
--- texlive-20080816-source.orig/texk/web2c/doc/Makefile.in     2008-04-30 
07:40:29.000000000 +0900
+++ texlive-20080816-source/texk/web2c/doc/Makefile.in  2009-05-04 
00:26:14.000000000 +0900
@@ -54,7 +54,7 @@
 #
        $(POST_INSTALL)
        if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
-         install-info --info-dir=$(infodir) $(infodir)/web2c.info; \
+         install-info --info-dir=$(infodir) $(infodir)/web2c.info || true; \
        else true; fi
 
 check: all

--- NEW FILE: texlive.info ---
Info2: <<
Package: texlive%type_pkg[-nox]
Type: -nox (boolean)
Version: 0.20080816
Revision: 0
GCC: 4.0
Description: Bundle package for TeX Live
Depends: %N-base (= %v-%r), texinfo, debianutils, texi2html
BuildDepends: <<
 libkpathsea4 (>= 3.5.7-0), t1lib5-nox, libpng3 (>= 1:1.2.8-1), libwww, 
libncurses5 (>= 5.4-20041023-1006), fink (>= 0.24.12),
 libjpeg, libiconv-dev,
 lzma, freetype219 (>= 2.2.1-4),
 (%type_raw[-nox] = .)  t1lib5-x11, 
 (%type_raw[-nox] = .)  gd2 (>= 2.0.35-2), 
 (%type_raw[-nox] = .) fontconfig2-dev,
 (%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: detex, ifmslide, latex2html, pdfscreen, pdfslide, ppower4, tex4ht, 
texpower
Suggests: foiltex
Source: mirror:ctan:systems/texlive/Source/texlive-20080816-source.tar.lzma
Source-MD5: 554287c3e458da776edd684506048d45
Source2: http://tutimura.ath.cx/~nob/tex/ptexlive/ptexlive-20080715.tar.gz
Source2-MD5: d834b89d20604b1072325ccef2f8b227
Tar2FilesRename: ptexlive-20080715:ptexlive
NoSourceDirectory: true
PatchFile: texlive.patch
PatchFile-MD5: e5a219c57b7c38047e9c26ec480d6f46
PatchScript: <<
 lzma -dc texlive-20080816-source.tar.lzma | tar xf -
 mv       texlive-20080816-source                texlive
 sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -d texlive -p1

 # Change the directory to be installed
 sed -i.bak 's|^  texmf|  share/texmf|' texlive/texk/texlive/Makefile.in

 # Don't use tmpnam() in dvipdfm. (impoted from tetex-3.0-4.FC4)
 patch -d texlive -p1 < ptexlive/security/tetex-2.0.2-dvipdfm-security.patch

 # Fix xpdf integer overflow CVE-2007-3387 (impoted from tetex-3.0-35.fc6)
 patch -d texlive -p1 < ptexlive/security/texlive2007-CVE-2007-3387.patch

 # 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
 sed -n -e '1,2p' -e '19,$p' < ptexlive/archive/updmap-nostop.patch | \
  patch -d texlive/texk/tetex -p0

 # for pTeX (Japanese font setting)
 sed -n -e '1,2p' -e '39,$p' < ptexlive/archive/updmap-live2007-4b.diff | \
  patch -d texlive/texk/tetex -p0
<<
SetCPPFLAGS:-I%p/lib/freetype219/include/freetype2 -I%p/lib/freetype219/include
SetLDFLAGS: -L%p/lib/freetype219/lib
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
ConfigureParams: <<
 --without-texi2html --without-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-zlib \
 --without-psutils --without-dialog --without-tex4htk --without-t1utils \
 --without-detex --without-dvipdfmx --without-luatex --without-lcdf-typetools \
 --without-xindy --without-xdv2pdf --without-xetex --without-xdvipdfmx \
 --without-lacheck --without-ttf2pk \
 --with-mf-nowin --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] = -nox) --without-x 
 (%type_raw[-nox] = -nox) --without-xdvik
 (%type_raw[-nox] = -nox) --without-pdfopen
<<
CompileScript: <<
#!/bin/bash -ev
 export PATH=%p/lib/xmkmf/bin:%p/lib/freetype219/bin:$PATH 
 export IMAKEINCLUDE=-I%p/lib/X11/config
 cd texlive && ./configure %c && make
<<
InstallScript: <<
#!/bin/bash -ev
 export PATH=%p/lib/xmkmf/bin:$PATH 
 export IMAKEINCLUDE=-I%p/lib/X11/config
 cd texlive && make install prefix=%i texmf=%i/share/texmf run_texlinks=true 
run_mktexlsr=true
 %i/bin/mktexlsr %i/share/texmf

echo "Removing files that belong to the libkpathsea4 package..."

 rm -R %i/include
 rm -R %i/lib
 rm %i/share/info/kpathsea.info

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
 %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
 %i/bin/mktexlsr %i/var/lib/texmf

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

echo "Removing the ls-R file, which is supplied in the texlive-texmf package 
..."
 rm -f %i/share/texmf-dist/ls-R

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), libkpathsea4-shlibs (>= 3.5.7-0), texlive-texmf,
  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), 
 <<
 Provides: context, dvipdfm, epstopdf, pdftex, tetex-macosx, tetex-base, 
tetex3-base, texlive-base
 Files: bin etc share/info share/man share/texmf share/texmf-dist 
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 
  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:  Dave Morrison <d...@finkproject.org>
Homepage: http://www.tug.org/texlive/
<<

--- NEW FILE: ptex-texmf.info ---
Package: ptex-texmf
Version: 2.5
Revision: 0
Depends: fink (>= 0.9.3), texlive-base | texlive-nox-base
Conflicts: ptex (<= 3.1.3-8), ptex-base (<= 3.1.3-8), ptex-jisfonts, 
morisawa-fontfiles
Replaces:  ptex (<= 3.1.3-8), ptex-base (<= 3.1.3-8), ptex-jisfonts, 
morisawa-fontfiles
Provides:  ptex-jisfonts, morisawa-fontfiles
Source: http://tutimura.ath.cx/~nob/tex/ptexlive/ptexlive-20080715.tar.gz
Source-MD5: d834b89d20604b1072325ccef2f8b227
PatchScript: <<
 # for texmf
 echo "TMP_PREFIX=`pwd`/tmp"          >> my_option
 echo "TEXMFDIST=%p/share/texmf-dist" >> my_option
 mv my_option ../ptexlive.cfg
 sed -i.bak -e 's|^\($MKDIR $TEXMF\) |\1/dvips/config |' \
            -e 's|## for updmap|distcp $TEXMF web2c updmap.cfg|' \
            -e 's|\(tarcp $ISO\)|#\1|' 3extract-texmf.sh
 sed -i.bak -e '/updmap.cfg/d' md5sum/texmf
 ./3extract-texmf.sh
 echo ""                             >> tmp/share/texmf/web2c/updmap.cfg
 echo "# default font for xdvi"      >> tmp/share/texmf/web2c/updmap.cfg
 echo "xdviRml HiraMinPro-W3.otf"    >> tmp/share/texmf/web2c/updmap.cfg
 echo "xdviGbm HiraKakuPro-W3.otf"   >> tmp/share/texmf/web2c/updmap.cfg

 cp tmp/share/texmf/doc/ptex/{COPYRIGHT,COPYRIGHT.jis,Changes.txt,README.txt} .
<<
CompileScript: echo "Nothing to do in a compile phase"
InstallScript: mv tmp/share %i
DocFiles: COPYRIGHT COPYRIGHT.jis Changes.txt README.txt
PostInstScript: <<
 echo "Adjusting permissions ..."
 chmod -R a+rX   %p/share/texmf
 %p/bin/mktexlsr %p/share/texmf
<<
License: Restrictive/Distributable
Description: Additional texmf tree for pTeX
Maintainer: Todai Fink Team <f...@sodan.ecc.u-tokyo.ac.jp>
Homepage: http://www.ascii.co.jp/pb/ptex/

--- NEW FILE: ptexenc.info ---
Package: ptexenc
Version: 0.999
Revision: 0
Description: Kanji code convert library for pTeX
BuildDepends: texlive-texmf, fink (>= 0.24.12), libiconv-dev, libkpathsea4 (>= 
3.5.7-0)
BuildDependsOnly: true
Depends: %N-shlibs (= %v-%r)
Source: mirror:ctan:systems/texlive/Source/texlive-20080816-source.tar.lzma
Source-MD5: 554287c3e458da776edd684506048d45
Source2: http://tutimura.ath.cx/~nob/tex/ptexlive/ptexlive-20080715.tar.gz
Source2-MD5: d834b89d20604b1072325ccef2f8b227
Tar2FilesRename: ptexlive-20080715:ptexlive
NoSourceDirectory: true
PatchScript: <<
 lzma -dc texlive-20080816-source.tar.lzma | tar xf -
 mv       texlive-20080816-source                texlive

 gzip -dc ptexlive/archive/%n-%v.tar.gz | \
           /bin/pax -rv -s,%n-%v,texlive/texk/%N,
 gzip -dc ptexlive/archive/ptex-src-3.1.10.tar.gz | \
           /bin/pax -rv -s,ptex-src-3.1.10,texlive/texk/web2c/ptexdir,
 cd texlive/texk; /bin/sh %N/patches/texlive2008.sh
 perl -pi.bak1 -e 's,\*\.obj\),*.obj | *.dSYM),' texlive/texk/%N/configure
 sed -i.bak2 's|\(nonopt=\)"$ac_option"|\1NONE|' texlive/texk/%N/configure
 sed -i.bak  's|\(0:0 $(objects)\)|\1 $(kpathsea) $(LIBS)|' \
                                                 texlive/texk/%N/Makefile.in
<<
ConfigureParams: <<
 --without-texi2html --without-texinfo --enable-shared \
 --datadir='${prefix}/share' --infodir='${prefix}/share/info' \
 --mandir='${prefix}/share/man' --disable-multiplatform \
 --without-psutils --without-dialog --without-tex4htk --without-t1utils \
 --without-detex --without-dvipdfmx --without-luatex --without-lcdf-typetools \
 --without-xindy --without-xdv2pdf --without-xetex --without-xdvipdfmx \
 --without-lacheck --without-ttf2pk \
 --without-xdvik --without-pdfopen \
 --enable-kanji-iconv --with-ptexenc=UTF8 \
 --without-x 
<<
CompileScript: <<
 cd texlive/texk; ./configure %c
 cd texlive/texk/%N; make
<<
InstallScript: <<
 cd texlive/texk/%N; make install prefix=%i texmf=%i/share/texmf
<<
DocFiles: texlive/texk/%N/{COPYRIGHT,ChangeLog,README}
SplitOff: <<
 Package: %N-shlibs
 Description: Shared libraries of Kanji code convert library for pTeX
 Depends: libkpathsea4-shlibs (>= 3.5.6-1), libiconv
 Files: lib/libptexenc.*.dylib
 Shlibs: %p/lib/libptexenc.1.dylib 2.0.0 %n (>= 0.999-0)
 DocFiles: texlive/texk/%N/{COPYRIGHT,ChangeLog,README}
<<
License: BSD
Maintainer: Todai Fink Team <f...@sodan.ecc.u-tokyo.ac.jp>
Homepage: http://tutimura.ath.cx/ptetex/?UTF-8%C2%D0%B1%FE%284%29#j6b28e46

--- NEW FILE: texlive-texmf.info ---
Package: texlive-texmf
Version: 0.2007g0
Revision: 0
Conflicts: tetex-texmf
Replaces: tetex-texmf
Provides: tetex-texmf
Source: 
http://students.dec.bournemouth.ac.uk/ebarrett/texlive/distfiles/texlive_texmf-minimal-2007g0.tar.gz
Source-MD5: dc59785d6eeb7e38046fbd0924f8c0ff
PatchScript: <<
# Moving files from texmf to texmf-dist ...
 cp -R texmf/ texmf-dist && rm -fR texmf

# Removing files that will be provided the dvipdfmx package ...
 rm -fR texmf-dist/dvipdfm
 rm -fR texmf-dist/fonts/map/dvipdfm/dvipdfmx
 rm -fR texmf-dist/tex/latex/dvipdfmx

# Removing files that will be provided the texlive-base (20080816) package ...
 rm -fR texmf-dist/doc/man
 rm -f  texmf-dist/scripts/context/ruby/texmfstart.rb
 rm -fR texmf-dist/scripts/context/stubs/unix
 rm -fR texmf-dist/scripts/oberdiek

# Removing files that will be provided the xetex package ...
 rm -f  texmf-dist/tex/latex/latexconfig/xelatex.ini
 rm -f  texmf-dist/tex/plain/config/xetex.ini
 rm -fR texmf-dist/tex/xelatex

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

# Commenting out the entry for xetex ...
 perl -pi -e 's|^(cont-en xetex)|#! \1|' texmf-dist/fmtutil/format.context.cnf

# Writing README ...
 echo "This package contains a teTeX like subset of the TeX Live texmf," >README
 echo "based on the minimal version from Edd Barrets OpenBSD repository.">README

# Creating ls-R files ...
 touch texmf-dist/ls-R

# Linking updmap.cfg ...
 ln -s updmap.cfg-minimal texmf-dist/web2c/updmap.cfg
<<
CompileScript: echo "Nothing to do ..."
InstallScript: <<
 mkdir -p      %i/share
 mv texmf-dist %i/share
<<
DocFiles: README
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
<<
License: Restrictive/Distributable
Description: Main texmf tree for a TeX Live installation
Maintainer:  Dave Morrison <d...@finkproject.org>
Homepage: http://www.tug.org/texlive/


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to