mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
82227db70b
PR: 16742 Submitted by: maintainer
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
Ngraph is prepared to plot 2-dimensional graph for students,
|
|
scientists and engineers. The program reads numerical data from
|
|
general ASCII text files, and plot to graph.
|
|
|
|
** Tips **
|
|
|
|
- This program support Kanji font. If you want to use it,
|
|
please set environment variable LANG to ja_JP.EUC.
|
|
|
|
(cf, under csh/tcsh)
|
|
% setenv LANG ja_JP.EUC
|
|
|
|
and you need....
|
|
- kinput2
|
|
- X Trye Type or X True Type Font server[best],
|
|
or kanji18 and kanji26 fonts, these fonts are in below ports[better],
|
|
- ja-ngraph-fonts (japanese/ngraph-fonts)
|
|
- ja-kanji18 (japanese/kanji18)
|
|
- ja-kanji26 (japanese/kanji26)
|
|
or to change font name in Ngraph.ini as below[poor].
|
|
|
|
font_map=Mincho,1,-*-fixed-medium-r-normal--*-*-75-75-c-*-jisx0208.1983-0
|
|
font_map=Gothic,1,-*-fixed-medium-r-normal--*-*-75-75-c-*-jisx0208.1983-0
|
|
|
|
- You can get documentation in Japanese from below URL.
|
|
|
|
** Acknowledgements to this ports file **
|
|
Special thanks to:
|
|
Satoshi Ishizaka <isizaka@msa.biglobe.ne.jp>
|
|
Nobuhiro Yasutomi <nobu@rd.isac.co.jp>
|
|
|
|
WWW: http://www2e.biglobe.ne.jp/~isizaka/
|