diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2003-04-14 04:31:11 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2003-04-14 04:31:11 +0000 |
commit | e031074a9942cf9a49e8cf26f57a039121c6975b (patch) | |
tree | 79f553d634553def9236100114766b0024eb225e /japanese/ptex-base | |
parent | 3ed073a09ff11329a253aee073c3c8f410b4ba12 (diff) | |
download | ports-e031074a9942cf9a49e8cf26f57a039121c6975b.tar.gz ports-e031074a9942cf9a49e8cf26f57a039121c6975b.zip |
Notes
Diffstat (limited to 'japanese/ptex-base')
-rw-r--r-- | japanese/ptex-base/Makefile | 1 | ||||
-rw-r--r-- | japanese/ptex-base/pkg-message | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile index 239fcff5e427..07d9eb17714c 100644 --- a/japanese/ptex-base/Makefile +++ b/japanese/ptex-base/Makefile @@ -95,5 +95,6 @@ post-install: ${PREFIX}/bin/texconfig font ro @${SETENV} TEXMFMAIN=${TEXMF_TREE} PATH=${PREFIX}/bin:${PATH} \ ${PREFIX}/bin/texconfig font options appendonlydir varfonts + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/japanese/ptex-base/pkg-message b/japanese/ptex-base/pkg-message index d71962310b61..1d558a9a1d76 100644 --- a/japanese/ptex-base/pkg-message +++ b/japanese/ptex-base/pkg-message @@ -1,13 +1,8 @@ -Character code independent files have been installed. Now, install -either japanese/ptex-jis, japanese/ptex-euc or japanese/ptex-sjis. - -Note that name of these packages indicates the character code used for -the output to the terminal and log files. The following table shows -which character code is used for different purposes. - - ptex-euc ptex-sjis ptex-jis -Internal EUC SJIS EUC -Input EUC/JIS SJIS/JIS JIS/EUC -Output EUC SJIS JIS -DVI JIS JIS JIS +Files that are not specific to Japanese pTeX have been installed. +Now, you need to install japanese/ptex, which provides files necessary +for Japanese processing. japanese/ptex-sjis. +Note that the files installed by the ptex port can process all three +character codes, i.e. EUC, JIS, and Shift-JIS by specifying a +command-line option at runtime. You can specify the default character +code if you are installing it using the port. |