diff options
author | minskim <minskim@pkgsrc.org> | 2013-11-15 06:08:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2013-11-15 06:08:51 +0000 |
commit | a84e6ce9d551676af84464f214825f8c1a448b7b (patch) | |
tree | f51e67da9f9b3d3331a23d0eb3538d714c06a22b /print | |
parent | 60127bf3f1699285cd6f69f868270fc52c921076 (diff) | |
download | pkgsrc-a84e6ce9d551676af84464f214825f8c1a448b7b.tar.gz |
Move files required to generate TeX hyphenation patterns from
texlive-tetex to tex-tetex. print/texlive-tetex will be removed in
TeX Live 2013.
Diffstat (limited to 'print')
-rw-r--r-- | print/kpathsea/texmf.mk | 4 | ||||
-rw-r--r-- | print/tex-tetex/files/hyphen-deinstall.tmpl (renamed from print/texlive-tetex/files/hyphen-deinstall.tmpl) | 2 | ||||
-rw-r--r-- | print/tex-tetex/files/hyphen-install.tmpl (renamed from print/texlive-tetex/files/hyphen-install.tmpl) | 2 | ||||
-rw-r--r-- | print/tex-tetex/hyphen.mk (renamed from print/texlive-tetex/hyphen.mk) | 10 |
4 files changed, 9 insertions, 9 deletions
diff --git a/print/kpathsea/texmf.mk b/print/kpathsea/texmf.mk index 8c645c17d1b..772f5ab5650 100644 --- a/print/kpathsea/texmf.mk +++ b/print/kpathsea/texmf.mk @@ -1,4 +1,4 @@ -# $NetBSD: texmf.mk,v 1.6 2012/10/14 18:12:37 minskim Exp $ +# $NetBSD: texmf.mk,v 1.7 2013/11/15 06:08:51 minskim Exp $ # # This Makefile fragment is intended to be included by packages that # install TeX packages. It rebuilds the ls-R databases at @@ -45,7 +45,7 @@ DEINSTALL_TEMPLATES+= ../../print/kpathsea/files/config-deinstall.tmpl . include "../../print/tex-tetex/format.mk" .endif .if !empty(TEX_HYPHEN_DAT) || !empty(TEX_HYPHEN_DEF) -. include "../../print/texlive-tetex/hyphen.mk" +. include "../../print/tex-tetex/hyphen.mk" .endif .if !empty(TEX_KANJIMAP_FILES) || !empty(TEX_MAP_FILES) \ || !empty(TEX_MIXEDMAP_FILES) diff --git a/print/texlive-tetex/files/hyphen-deinstall.tmpl b/print/tex-tetex/files/hyphen-deinstall.tmpl index 90d7a88a2a6..f53e7640f47 100644 --- a/print/texlive-tetex/files/hyphen-deinstall.tmpl +++ b/print/tex-tetex/files/hyphen-deinstall.tmpl @@ -1,4 +1,4 @@ -# $NetBSD: hyphen-deinstall.tmpl,v 1.3 2010/11/07 17:22:24 minskim Exp $ +# $NetBSD: hyphen-deinstall.tmpl,v 1.1 2013/11/15 06:08:51 minskim Exp $ # # Deinstall hyphenation patterns. # diff --git a/print/texlive-tetex/files/hyphen-install.tmpl b/print/tex-tetex/files/hyphen-install.tmpl index 8f68706181a..45f2c4f90d2 100644 --- a/print/texlive-tetex/files/hyphen-install.tmpl +++ b/print/tex-tetex/files/hyphen-install.tmpl @@ -1,4 +1,4 @@ -# $NetBSD: hyphen-install.tmpl,v 1.4 2010/11/10 17:55:27 minskim Exp $ +# $NetBSD: hyphen-install.tmpl,v 1.1 2013/11/15 06:08:51 minskim Exp $ # # Install hyphenation patterns. # diff --git a/print/texlive-tetex/hyphen.mk b/print/tex-tetex/hyphen.mk index f4ebc96016f..863906ba623 100644 --- a/print/texlive-tetex/hyphen.mk +++ b/print/tex-tetex/hyphen.mk @@ -1,4 +1,4 @@ -# $NetBSD: hyphen.mk,v 1.3 2010/11/08 00:25:51 minskim Exp $ +# $NetBSD: hyphen.mk,v 1.1 2013/11/15 06:08:51 minskim Exp $ # # This Makefile fragment is intended to be included by packages that # install TeX hyphenation pattens. It updates format files at @@ -14,15 +14,15 @@ .if !defined(TEX_HYPHEN_MK) TEX_HYPHEN_MK= # defined -DEPENDS+= texlive-tetex>=2010:../../print/texlive-tetex DEPENDS+= tex-hyphen-base>=2010nb1:../../print/tex-hyphen-base +DEPENDS+= tex-tetex>=3.0.27774nb1:../../print/tex-tetex -EVAL_PREFIX+= TETEX_PREFIX=texlive-tetex +EVAL_PREFIX+= TETEX_PREFIX=tex-tetex FILES_SUBST+= FMTUTIL_SYS=${TETEX_PREFIX:Q}/bin/fmtutil-sys FILES_SUBST+= HYPHEN_DAT=${TEX_HYPHEN_DAT:Q} FILES_SUBST+= HYPHEN_DEF=${TEX_HYPHEN_DEF:Q} FILES_SUBST+= HYPHEN_LUA=${TEX_HYPHEN_LUA:Q} -INSTALL_TEMPLATES+= ../../print/texlive-tetex/files/hyphen-install.tmpl -DEINSTALL_TEMPLATES+= ../../print/texlive-tetex/files/hyphen-deinstall.tmpl +INSTALL_TEMPLATES+= ../../print/tex-tetex/files/hyphen-install.tmpl +DEINSTALL_TEMPLATES+= ../../print/tex-tetex/files/hyphen-deinstall.tmpl .endif # TEX_HYPHEN_MK |