#19357 closed enhancement (fixed)
pTeX should depend on ghostscript-fonts-hiragino as well
Reported by: | yokota33@… | Owned by: | takanori@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | pTeX |
Description
Just installing Japanese TeX system via "sudo port install pTeX" will not install Japanese fonts for ghostscript, which is not very beginner-friendly.
It's better to have a one-stop shop :)
Attachments (2)
Change History (7)
Changed 16 years ago by yokota33@…
Attachment: | patch-Portfile added |
---|
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to takanori@… |
---|
comment:2 follow-up: 3 Changed 16 years ago by takanori@…
Status: | new → assigned |
---|
Replying to yokota33@…:
It's better to have a one-stop shop :)
Interesting. In other words, You want to make port:pTeX a meta-port, right? :-)
I know beginners prefer meta-ports. But on the other hand, power-users may dislike such a "kichen sink" approach..
(For instance, some power-users may be using their own ghostscript7, not MacPorts' gs8. Because the pdfwrite device in gs8 cannot typeset Japanese vertical text yet. Ironically, oldish gs7.07 with CJK patch can do it well.)
Therefore, I think it is better to provide other ways too not to install unneeded components, like the following patch.
Any ideas?
Changed 16 years ago by takanori@…
Attachment: | pTeX.2.diff added |
---|
comment:3 Changed 16 years ago by yokota33@…
Replying to takanori@…:
Interesting. In other words, You want to make port:pTeX a meta-port, right? :-)
Yeah... As the port already depends on ghostscript, I thought it was what this port meant. What a new comer will do is (and what I did was :), install this port, do some trial with test documents, find ghostscript is already installed --lucky enough--, but doesn't show Japanese characters, and search around in the texmf tree wondering what's wrong...
Therefore, I think it is better to provide other ways too not to install unneeded components, like the following patch.
Yeap, this is much better :) Thanks!
comment:4 Changed 16 years ago by takanori@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This patch has been committed in r49890. Thanks for your suggestion!
Add dependency to ghostscript-fonts-hiragino