diff options
author | hrs <hrs@FreeBSD.org> | 2005-02-12 20:45:07 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-02-12 20:45:07 +0000 |
commit | 0a7671e7b7ac1d87d9df3f19ab96bc4088b0aaf8 (patch) | |
tree | e196794a2c374d036ab905e4c881f3ab12931cfd /japanese/ptex-tetex | |
parent | 8aa9b57eb5abb1ff6bb65effe1200d5f166956c1 (diff) | |
download | FreeBSD-ports-0a7671e7b7ac1d87d9df3f19ab96bc4088b0aaf8.zip FreeBSD-ports-0a7671e7b7ac1d87d9df3f19ab96bc4088b0aaf8.tar.gz |
- Increase the default hash size. This is required for typesetting
the FreeBSD Handbook with JadeTeX.
- Add more "{/ptex,}" to various directories in texmf.in.
- Bump PORTREVISION.
Diffstat (limited to 'japanese/ptex-tetex')
-rw-r--r-- | japanese/ptex-tetex/Makefile | 2 | ||||
-rw-r--r-- | japanese/ptex-tetex/files/patch-texk::kpathsea::texmf.in-teTeX | 35 |
2 files changed, 33 insertions, 4 deletions
diff --git a/japanese/ptex-tetex/Makefile b/japanese/ptex-tetex/Makefile index fd31b90..c84b746 100644 --- a/japanese/ptex-tetex/Makefile +++ b/japanese/ptex-tetex/Makefile @@ -6,7 +6,7 @@ PORTNAME= ptex-tetex PORTVERSION= 3.1.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/:1 \ diff --git a/japanese/ptex-tetex/files/patch-texk::kpathsea::texmf.in-teTeX b/japanese/ptex-tetex/files/patch-texk::kpathsea::texmf.in-teTeX index 609aada..7453b95 100644 --- a/japanese/ptex-tetex/files/patch-texk::kpathsea::texmf.in-teTeX +++ b/japanese/ptex-tetex/files/patch-texk::kpathsea::texmf.in-teTeX @@ -1,5 +1,5 @@ --- texk/kpathsea/texmf.in-teTeX.orig Sun Feb 6 09:04:35 2005 -+++ texk/kpathsea/texmf.in-teTeX Sat Feb 12 20:27:12 2005 ++++ texk/kpathsea/texmf.in-teTeX Sun Feb 13 05:40:44 2005 @@ -177,11 +177,18 @@ % latex209, useful for macros that were written for 2.09 and do not % mention 2e at all, but can be used with 2e. @@ -59,7 +59,7 @@ % PostScript Type 1 outline fonts. T1FONTS = .;$TEXMF/fonts/type1// -@@ -310,10 +317,10 @@ +@@ -310,25 +317,25 @@ LIGFONTS = .;$TEXMF/fonts/lig// % Dvips' config.* files (this name should not start with `TEX'!). @@ -71,7 +71,27 @@ +INDEXSTYLE = .;$TEXMF/makeindex{/ptex,}// % Font encoding files (.enc). - ENCFONTS = .;$TEXMF/fonts/enc// +-ENCFONTS = .;$TEXMF/fonts/enc// ++ENCFONTS = .;$TEXMF/fonts/enc{/ptex,}// + + % CMap files. +-CMAPFONTS = .;$TEXMF/fonts/cmap// ++CMAPFONTS = .;$TEXMF/fonts/cmap{/ptex,}// + + % Subfont definition files. +-SFDFONTS = .;$TEXMF/fonts/sfd// ++SFDFONTS = .;$TEXMF/fonts/sfd{/ptex,}// + + % Opentype outline fonts. +-OPENTYPEFONTS = .;$TEXMF/fonts/opentype// ++OPENTYPEFONTS = .;$TEXMF/fonts/opentype{/ptex,}// + + % pdftex config files: +-PDFTEXCONFIG = .;$TEXMF/pdftex/{$progname,}// ++PDFTEXCONFIG = .;$TEXMF/pdftex/{$progname,}{/ptex,}// + + % Used by DMP (ditroff-to-mpx), called by makempx -troff. + % The path given is correct for GROFF on Linux installed under /usr. @@ -366,6 +373,10 @@ % search formats, you'll want to add their variables here as well. T4HTINPUTS = .;$TEXMF/tex4ht// @@ -92,6 +112,15 @@ # $progname: kpathsea v. 3.5.3 or later overwrites this at runtime. To # avoid empty expansions from binaries linked against an earlier +@@ -489,7 +500,7 @@ + + % Extra space for the hash table of control sequences (which allows 10K + % names as distributed). +-hash_extra = 50000 ++hash_extra = 100000 + + % Max number of characters in all strings, including all error messages, + % help texts, font names, control sequences. These values apply to TeX and MP. @@ -556,3 +567,8 @@ error_line = 79 half_error_line = 50 |