diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-07-09 16:40:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-07-09 16:40:57 +0000 |
commit | ef07bb3c1cad54669880ed21e525cdd049c265c0 (patch) | |
tree | 9fbb788d8606a2c0eb6ec6066d096dcc57c7bddd /dev-tex | |
parent | ppc stable, bug #231201 (diff) | |
download | gentoo-2-ef07bb3c1cad54669880ed21e525cdd049c265c0.tar.gz gentoo-2-ef07bb3c1cad54669880ed21e525cdd049c265c0.tar.bz2 gentoo-2-ef07bb3c1cad54669880ed21e525cdd049c265c0.zip |
version bump
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/cjk-latex/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/cjk-latex/cjk-latex-4.8.0.ebuild | 152 |
2 files changed, 158 insertions, 1 deletions
diff --git a/dev-tex/cjk-latex/ChangeLog b/dev-tex/cjk-latex/ChangeLog index 349fd5fe398c..aceed64da2ab 100644 --- a/dev-tex/cjk-latex/ChangeLog +++ b/dev-tex/cjk-latex/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-tex/cjk-latex # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.26 2008/04/01 18:24:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.27 2008/07/09 16:40:57 aballier Exp $ + +*cjk-latex-4.8.0 (09 Jul 2008) + + 09 Jul 2008; Alexis Ballier <aballier@gentoo.org> +cjk-latex-4.8.0.ebuild: + version bump 01 Apr 2008; Alexis Ballier <aballier@gentoo.org> -cjk-latex-4.5.2.ebuild: remove old diff --git a/dev-tex/cjk-latex/cjk-latex-4.8.0.ebuild b/dev-tex/cjk-latex/cjk-latex-4.8.0.ebuild new file mode 100644 index 000000000000..655be4bd6626 --- /dev/null +++ b/dev-tex/cjk-latex/cjk-latex-4.8.0.ebuild @@ -0,0 +1,152 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.0.ebuild,v 1.1 2008/07/09 16:40:57 aballier Exp $ + +inherit latex-package elisp-common toolchain-funcs multilib + +MY_P="${P/-latex/}" + +DESCRIPTION="A LaTeX 2e macro package which enables the use of CJK scripts in various encodings" +HOMEPAGE="http://cjk.ffii.org/" +# fonts are taken from ftp://ftp.ctan.org/tex-archive/fonts/CJK.zip +SRC_URI="ftp://ftp.ffii.org/pub/cjk/${MY_P}.tar.gz + mirror://gentoo/${MY_P}-fonts.zip + doc? ( ftp://ftp.ffii.org/pub/cjk/${MY_P}-doc.tar.gz )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="doc emacs" + +DEPEND="virtual/latex-base + app-arch/unzip + emacs? ( virtual/emacs )" + +S="${WORKDIR}/${MY_P}" + +src_unpack() { + unpack ${A} + cd "${S}" + + for i in "${WORKDIR}"/CJK/*.tar.gz; do + tar -xzf ${i} || die "failed to unpack $i" + done + find texmf/fonts/hbf -type f -exec cp {} "${T}" \; || die + sed -i -e "/^pk_files/s/no/yes/" \ + -e "/^dpi_x/s/300/500/" \ + texmf/hbf2gf/*.cfg || die +} + +src_compile() { + tc-export CC + cd utils + for d in *conv; do + cd $d + local f=`echo $d | tr '[:upper:]' '[:lower:]'` + echo "all: $f" >> Makefile + emake || die || die "building $f failed" + if [ $d = CEFconv ] ; then + echo "all: cef5conv cefsconv" >> Makefile + emake || die "building $d failed" + fi + cd - + done + cd hbf2gf + econf --with-kpathsea-lib=/usr/$(get_libdir) \ + --with-kpathsea-include=/usr/include/kpathsea + emake || die "building hbf2gf failed!" + cd - + + if use emacs ; then + cd lisp + elisp-compile *.el + cd emacs + elisp-compile *.el + cd ../mule-2.3 + elisp-compile *.el + fi + + cd "${T}" + + for f in "${S}"/texmf/hbf2gf/*.cfg ; do + env HBF_TARGET="${S}/texmf/fonts" "${S}/utils/hbf2gf/hbf2gf" $f || die + done + + einfo "Generating pk fonts" + for gf in *.gf ; do + gftopk $gf || die + done +} + +src_install() { + cd utils + for d in *conv; do + cd $d + local f=`echo $d | tr '[:upper:]' '[:lower:]'` + dobin *latex *conv + doman *.1 + cd - + done + cd hbf2gf + einstall || die "einstall failed" + + cd "${S}" + + # Install pk fonts + for d in texmf/fonts/pk/modeless/*/* ; do + insinto /usr/share/${d} + for f in "${T}"/${d##*/}*.pk ; do + newins $f `basename ${f/.pk/.500pk}` || die "newins failed" + done + done + + insinto "${TEXMF}/tex/latex/${PN}" + doins -r texinput/* || die "installing texinput files failed" + doins -r contrib/wadalab || die "installing wadalab failed" + + if use emacs ; then + cd utils/lisp + elisp-install ${PN} *.el{,c} emacs/*.el{,c} mule-2.3/*.el{,c} + fi + + cd "${S}" + + # uwpatch stuff + insinto ${TEXMF}/scripts/uwpatch + doins uwpatch/uwpatchold.sh + insinto ${TEXMF}/fonts/afm/uwpatch + doins uwpatch/*.afm + + # jisksp40 stuff + insinto ${TEXMF} + doins -r jisksp40/texmf/* + + # kanji48 stuff + insinto ${TEXMF} + doins -r kanji48/texmf/* + + use doc || rm -rf texmf/doc + insinto ${TEXMF} + doins -r texmf/* || die "installing texmf failed" + + # Move fonts because hbf2gf expects them in MISCFONTS + mv "${D}/${TEXMF}/fonts/hbf" "${D}/${TEXMF}/fonts/misc" || die "mv font failed" + + insinto ${TEXMF}/hbf2gf + doins utils/hbf2gf/cfg/* + + insinto ${TEXMF}/scripts/subfonts + doins utils/subfonts/* + + rm -f doc/COPYING doc/INSTALL + dodoc ChangeLog README + if use doc ; then + insinto /usr/share/doc/${PF} + doins -r doc/* + doins -r examples + fi + docinto uwpatch + dodoc uwpatch/README + + prepalldocs +} |