Solved How to install Noto-CJK fonts?

Code:
pkg search noto | grep -i fonts

noto-2.0                     Google Noto Fonts family (meta port)
noto-basic-2.0_1             Google Noto Fonts family (Basic)
noto-emoji-2.020             Google Noto Fonts family (Emoji)
noto-extra-2.0               Google Noto Fonts family (Extra)
noto-hk-2.001                Google Noto Fonts family (Traditional Chinese Hong Kong)
noto-jp-2.001                Google Noto Fonts family (Japanese)
noto-kr-2.001                Google Noto Fonts family (Korean)
noto-sc-2.001                Google Noto Fonts family (Simplified Chinese)
noto-tc-2.001                Google Noto Fonts family (Traditional Chinese)
 
There it is: https://www.freshports.org/x11-fonts/noto-sc/
ABIlatestquarterly
FreeBSD:11:aarch64-1.0_1
FreeBSD:11:amd642.0012.001
FreeBSD:11:armv6-1.0_1
FreeBSD:11:i3862.0012.001
FreeBSD:11:mips--
FreeBSD:11:mips64-1.0_1
FreeBSD:12:aarch64-2.001
FreeBSD:12:amd642.0012.001
FreeBSD:12:armv6-2.001
FreeBSD:12:armv7-2.001
FreeBSD:12:i3862.0012.001
FreeBSD:12:mips--
FreeBSD:12:mips64-1.0_1
FreeBSD:12 powerpc64-2.001
FreeBSD:13:aarch642.0012.001
FreeBSD:13:amd642.0012.001
FreeBSD:13:armv62.0012.001
FreeBSD:13:armv72.0012.001
FreeBSD:13:i3862.0012.001
FreeBSD:13:mips--
FreeBSD:13:mips642.0012.001
FreeBSD:13 powerpc642.0012.001
FreeBSD:14:aarch642.001-
FreeBSD:14:amd642.001-
FreeBSD:14:armv62.001-
FreeBSD:14:armv72.001-
FreeBSD:14:i3862.001-
FreeBSD:14:mips--
FreeBSD:14:mips64--
FreeBSD:14 powerpc642.001-

I think you are searching for Japanies fonts then try this:
pkg install noto-jp-2.001
or another option:
pkg install noto-sc
 
Note that noto-sc is for simplified Chinese. If you install the pkg, it should put everything in the proper place.
 
I compile mine from ports... and according to the freshports page, (x11-fonts/noto) gives you options to compile it with C/J/K, and whatnot. [Vent] In my case, I don't need that. I'd compile Noto with everything, but it takes too much time. Just the basic distfile is over 1GB. [/Vent]
That same page should also tell you that Noto is a meta-port. The package is created with minimal deps needed, so most likely, C/J/K options are not enabled. If you want those, the freshports page is a good place to hunt the correct names down and install them separately. Another place to look would be FreeBSD's own ports search.
 
Would you mind post all the compiling process with code? I can do as you do , I can do it on the night.
 
You don't need to compile from ports. You are using packages on your system. Just install for Noto-CJK

Google Noto Fonts family Japanese, Korean

pkg install noto-jp noto-kr

For Chinese pkg install <package name> from below what you consider useful

Code:
package name

noto-hk                Google Noto Fonts family (Traditional Chinese Hong Kong)
noto-sc                Google Noto Fonts family (Simplified Chinese)
noto-tc                Google Noto Fonts family (Traditional Chinese)

Noto-CJK downloads 1GB+. Have a look at chinese/CJKUnifonts (CJKUnifonts TrueType Font is a combine of Arphic Ming and Kai fonts), maybe it meets your needs with considerable much less to download.

To install: pkg install zh-CJKUnifonts
 
  • Thanks
Reactions: mro
It seems as if you're overcomplicating this. Firstly, if a package exists, unlike portmaster, you don't need x11/noto, you just need noto, possibly pkg install noto-*. T-Daemon gave the necessary commands. Is there some reason you want to do it from ports? Using packages will save you a lot of time and I don't think you're going to loose anything.

I use Japanese on occasion but generally, just install ja-font-{sazanami,kochi,vlgothic} hanazono-fonts-ttf, but installing noto fonts is probably just as good.
 
Back
Top