ptexenc stable port information

Package: ptexenc
Version: 0.96
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)
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
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

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
<<
ConfigureParams: <<
--without-texi2html --without-texinfo --enable-shared \
--datadir='${prefix}/share' --infodir='${prefix}/share/info' \
--mandir='${prefix}/share/man' --disable-multiplatform \
--enable-kanji-iconv --with-ptexenc=UTF8 \
--without-x
<<
CompileScript: <<
cd texk; ./configure %c
cd texk/ptexenc; make
<<
InstallScript: <<
cd texk/ptexenc; make install prefix=%i texmf=%i/share/texmf
<<
DocFiles: README.fink README.ptexenc: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.0.dylib 1.0.0 %n (>= 0.91-1)
DocFiles: README.fink README.ptexenc:README
<<
License: BSD
Maintainer: Todai Fink Team
Homepage: http://tutimura.ath.cx/ptetex/?UTF-8%C2%D0%B1%FE%284%29#j6b28e46

ptexenc _unstable_ port information

Package: ptexenc
Version: 1.0.6
Revision: 1
Description: Kanji code convert library for pTeX
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/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: <<
lzma -dc texlive-20080816-source.tar.lzma | tar xf -
mv texlive-20080816-source texlive

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 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.7-1), libiconv
Files: lib/libptexenc.*.dylib
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
Homepage: http://tutimura.ath.cx/ptexlive/?ptexenc%2FDetails