diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-03 22:21:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-03 22:21:11 +0000 |
commit | 1c9f29f02eaf5d2fe8b4098a4276c31e6186909e (patch) | |
tree | a5ab21f31d434db3fec5a10f02aa7e31c29af204 /x11-fonts | |
parent | 37452f8f8444f6a2874c3d386a61176386e4227f (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/noto-sc/Makefile | 29 | ||||
-rw-r--r-- | x11-fonts/noto-sc/distinfo | 5 | ||||
-rw-r--r-- | x11-fonts/noto-sc/pkg-descr | 12 | ||||
-rw-r--r-- | x11-fonts/noto-sc/pkg-plist | 16 |
5 files changed, 63 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index f31eecd45603..22d813516a1c 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -166,6 +166,7 @@ SUBDIR += noto-extra SUBDIR += noto-jp SUBDIR += noto-kr + SUBDIR += noto-sc SUBDIR += nucleus SUBDIR += ohsnap SUBDIR += oldschool-pc-fonts diff --git a/x11-fonts/noto-sc/Makefile b/x11-fonts/noto-sc/Makefile new file mode 100644 index 000000000000..7e04b519d0e2 --- /dev/null +++ b/x11-fonts/noto-sc/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= noto +PORTVERSION= 1.0 +CATEGORIES= x11-fonts +MASTER_SITES= https://noto-website.storage.googleapis.com/pkgs/ +DISTNAME= Noto-hinted +DISTFILES= ${DISTNAME}.zip \ + NotoSerifCJKsc-hinted.zip +PKGNAMESUFFIX= -sc + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Google Noto Fonts family (Simplified Chinese) + +LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/LICENSE_OFL.txt + +USES= fonts zip + +EXTRACT_AFTER_ARGS= -d ${EXTRACT_WRKDIR} -x '*.ttf' +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/*CJKsc*.otf ${STAGEDIR}${FONTSDIR} + +.include <bsd.port.mk> diff --git a/x11-fonts/noto-sc/distinfo b/x11-fonts/noto-sc/distinfo new file mode 100644 index 000000000000..faea12d46e58 --- /dev/null +++ b/x11-fonts/noto-sc/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1551636841 +SHA256 (Noto-hinted.zip) = d5e5bace69570f348228e864444155657c1e7eca50857b9de4981fbd9b5122dd +SIZE (Noto-hinted.zip) = 499786749 +SHA256 (NotoSerifCJKsc-hinted.zip) = 9426ddefb16387e37dc6dc698e1fc6d6512c9e3e2f7328c4095df90f0e7c2287 +SIZE (NotoSerifCJKsc-hinted.zip) = 130325901 diff --git a/x11-fonts/noto-sc/pkg-descr b/x11-fonts/noto-sc/pkg-descr new file mode 100644 index 000000000000..7b90981a4cc6 --- /dev/null +++ b/x11-fonts/noto-sc/pkg-descr @@ -0,0 +1,12 @@ +Noto Sans CJK and Noto Serif CJK comprehensively cover Simplified Chinese, +Traditional Chinese, Japanese, and Korean in a unified font family. This +includes the full coverage of CJK Ideographs with variation support for 4 +regions, Kangxi radicals, Japanese Kana, Korean Hangul, and other CJK symbols +and letters in the Basic Multilingual Plane of Unicode. It also provides limited +coverage of CJK Ideographs in Plane 2 of Unicode as necessary to support +standards from China and Japan. + +This port is the set of Simplified Chinese fonts which supports GB 18030 and +China's latest standard Table of General Chinese Characters published in 2013. + +WWW: https://www.google.com/get/noto/ diff --git a/x11-fonts/noto-sc/pkg-plist b/x11-fonts/noto-sc/pkg-plist new file mode 100644 index 000000000000..4660561724f7 --- /dev/null +++ b/x11-fonts/noto-sc/pkg-plist @@ -0,0 +1,16 @@ +%%FONTSDIR%%/NotoSansCJKsc-Black.otf +%%FONTSDIR%%/NotoSansCJKsc-Bold.otf +%%FONTSDIR%%/NotoSansCJKsc-DemiLight.otf +%%FONTSDIR%%/NotoSansCJKsc-Light.otf +%%FONTSDIR%%/NotoSansCJKsc-Medium.otf +%%FONTSDIR%%/NotoSansCJKsc-Regular.otf +%%FONTSDIR%%/NotoSansCJKsc-Thin.otf +%%FONTSDIR%%/NotoSansMonoCJKsc-Bold.otf +%%FONTSDIR%%/NotoSansMonoCJKsc-Regular.otf +%%FONTSDIR%%/NotoSerifCJKsc-Black.otf +%%FONTSDIR%%/NotoSerifCJKsc-Bold.otf +%%FONTSDIR%%/NotoSerifCJKsc-ExtraLight.otf +%%FONTSDIR%%/NotoSerifCJKsc-Light.otf +%%FONTSDIR%%/NotoSerifCJKsc-Medium.otf +%%FONTSDIR%%/NotoSerifCJKsc-Regular.otf +%%FONTSDIR%%/NotoSerifCJKsc-SemiBold.otf |