Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27328

Modified Files:
        ptexenc.info 
Log Message:
Version bumped; for TeX Live.

Index: ptexenc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/ptexenc.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ptexenc.info        11 Sep 2009 15:49:34 -0000      1.5
+++ ptexenc.info        10 Oct 2009 11:24:09 -0000      1.6
@@ -1,51 +1,64 @@
 Package: ptexenc
-Version: 0.96
+Version: 1.0.6
 Revision: 1
 Description: Kanji code convert library for pTeX
-BuildDepends: tetex-texmf (>= 3.0-1), fink (>= 0.24.12), libiconv-dev, 
libkpathsea4 (>= 3.5.6-1)
+BuildDepends: texlive-texmf, fink (>= 0.24.12), libiconv-dev, libkpathsea4 (>= 
3.5.7-1), xz
 BuildDependsOnly: true
 Depends: %N-shlibs (= %v-%r)
-Source: mirror:ctan:systems/unix/teTeX/3.0/distrib/tetex-src-3.0.tar.gz
-Source-MD5: 944a4641e79e61043fdaf8f38ecbb4b3
-Source2: http://tutimura.ath.cx/~nob/tex/ptetex/ptetex3/ptetex3-20070426.tar.gz
-Source2-MD5: 916cded5cf485e1afe03cf2353a449e1
-Tar2FilesRename: ptetex3-20070426:ptetex3
-PatchFile: tetex.patch
-PatchFile-MD5: b5bc9d386f66b9542970d63adcf8270d
+Source: mirror:ctan:systems/texlive/Source/texlive-20080816-source.tar.lzma
+Source-MD5: 554287c3e458da776edd684506048d45
+Source2: http://tutimura.ath.cx/~nob/tex/ptexlive/ptexlive-20091009.tar.gz
+Source2-MD5: 20df6cd2937f36eaf10e7066982232e2
+Tar2FilesRename: ptexlive-20091009:ptexlive
+NoSourceDirectory: true
 PatchScript: <<
- sed 's|@PREFIX@|%p|g' < %{PatchFile} | sed 's|@PACKAGE@|%n-%v-%r|g' | patch 
-p1
- perl -pi -e "s|hardcode_direct=yes|hardcode_direct=no|" texk/configure 
texk/kpathsea/configure utils/texinfo/configure 
- perl -pi -e 's,-flat_namespace -undefined suppress,-twolevel_namespace 
-undefined error,g' texk/configure texk/kpathsea/configure 
utils/texinfo/configure
- perl -pi -e 's,\*\.obj\),*.obj | *.dSYM),' texk/configure 
texk/kpathsea/configure utils/texinfo/configure
- perl -pi -e 's,need_relink=yes,need_relink=no,g' texk/ltmain.sh
+ lzma -dc texlive-20080816-source.tar.lzma | tar xf -
+ mv       texlive-20080816-source                texlive
 
- gzip -dc ../ptetex3/archive/%n-%v.tar.gz | /bin/pax -rv -s,%n-%v,texk/%n,
- sed -i.bak 's|afm2pl|ptexenc afm2pl|' texk/configure
- echo "Access 
http://tutimura.ath.cx/ptetex/?UTF-8%%C2%%D0%%B1%%FE%%284%%29#j6b28e46"; > 
README.ptexenc
+ lzma -dc ptexlive/archive/%n-%v.tar.lzma | \
+           /bin/pax -rv -s,%n-%v,texlive/texk/%N,
+ gzip -dc ptexlive/archive/ptex-src-3.1.11.tar.gz | \
+           /bin/pax -rv -s,ptex-src-3.1.11,texlive/texk/web2c/ptexdir,
+ cd texlive/texk; /bin/sh %N/patches/texlive2008.sh
+ sed -i.bak 's|\(-version-info\)|$(kpathsea) $(LIBS) \1|' \
+                                     texlive/texk/ptexenc/Makefile.in
+
+ # build fixes for x86_64/SL; suggested by Benjamin Reed
+ perl -pi -e 's,need_relink=yes,need_relink=no,g' texlive/texk/ltmain.sh
 <<
 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-lcdf-typetools \
+ --without-xindy --without-xdv2pdf --without-xetex --without-xdvipdfmx \
+ --without-lacheck --without-ttf2pk \
  --enable-kanji-iconv --with-ptexenc=UTF8 \
+ --without-afm2pl --without-bibtex8 --without-cjkutils --without-devnag \
+ --without-dtl --without-dvi2tty --without-dvidvi --without-dviljk \
+ --without-dvipdfm --without-dvipng --without-dvipos --without-gsftopk \
+ --without-musixflx --without-ps2pkm --without-ps2eps --without-seetexk \
+ --without-sam2p --without-tth \
+ --without-xdvik --without-pdfopen --without-luatex \
  --without-x 
 <<
 CompileScript: <<
- cd texk; ./configure %c
- cd texk/ptexenc; make
+ cd texlive/texk; ./configure %c
+ cd texlive/texk/%N; make
 <<
 InstallScript: <<
- cd texk/ptexenc; make install prefix=%i texmf=%i/share/texmf
+ cd texlive/texk/%N; make install prefix=%i texmf=%i/share/texmf
 <<
-DocFiles: README.fink README.ptexenc:README
+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
+ Depends: libkpathsea4-shlibs (>= 3.5.7-1), libiconv
  Files: lib/libptexenc.*.dylib
- Shlibs: %p/lib/libptexenc.0.dylib 1.0.0 %n (>= 0.91-1)
- DocFiles: README.fink README.ptexenc:README
+ Shlibs: %p/lib/libptexenc.0.dylib 3.0.0 %n (>= 1.0.4-1)
+ 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
+Homepage: http://tutimura.ath.cx/ptexlive/?ptexenc%2FDetails


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to