Add noto-tc 1.0 (copied from noto)
- Update MASTER_SITES - Update COMMENT - Add NO_ARCH - Update pkg-descr - Update WWW
This commit is contained in:
parent
1c9f29f02e
commit
c3396df604
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494524
5 changed files with 64 additions and 0 deletions
|
@ -167,6 +167,7 @@
|
|||
SUBDIR += noto-jp
|
||||
SUBDIR += noto-kr
|
||||
SUBDIR += noto-sc
|
||||
SUBDIR += noto-tc
|
||||
SUBDIR += nucleus
|
||||
SUBDIR += ohsnap
|
||||
SUBDIR += oldschool-pc-fonts
|
||||
|
|
29
x11-fonts/noto-tc/Makefile
Normal file
29
x11-fonts/noto-tc/Makefile
Normal file
|
@ -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 \
|
||||
NotoSerifCJKtc-hinted.zip
|
||||
PKGNAMESUFFIX= -tc
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Google Noto Fonts family (Traditional 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}/*CJKtc*.otf ${STAGEDIR}${FONTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11-fonts/noto-tc/distinfo
Normal file
5
x11-fonts/noto-tc/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
TIMESTAMP = 1551636837
|
||||
SHA256 (Noto-hinted.zip) = d5e5bace69570f348228e864444155657c1e7eca50857b9de4981fbd9b5122dd
|
||||
SIZE (Noto-hinted.zip) = 499786749
|
||||
SHA256 (NotoSerifCJKtc-hinted.zip) = 5fb9dcd4a7fcc4f6cf0db2458380ca69a57d3e88bd80f5c9da66b670253f270b
|
||||
SIZE (NotoSerifCJKtc-hinted.zip) = 130361945
|
13
x11-fonts/noto-tc/pkg-descr
Normal file
13
x11-fonts/noto-tc/pkg-descr
Normal file
|
@ -0,0 +1,13 @@
|
|||
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 Traditional Chinese fonts which supports BIG5.
|
||||
Traditional Chinese glyphs comply with the glyph standard of the Taiwan Ministry
|
||||
of Education.
|
||||
|
||||
WWW: https://www.google.com/get/noto/
|
16
x11-fonts/noto-tc/pkg-plist
Normal file
16
x11-fonts/noto-tc/pkg-plist
Normal file
|
@ -0,0 +1,16 @@
|
|||
%%FONTSDIR%%/NotoSansCJKtc-Black.otf
|
||||
%%FONTSDIR%%/NotoSansCJKtc-Bold.otf
|
||||
%%FONTSDIR%%/NotoSansCJKtc-DemiLight.otf
|
||||
%%FONTSDIR%%/NotoSansCJKtc-Light.otf
|
||||
%%FONTSDIR%%/NotoSansCJKtc-Medium.otf
|
||||
%%FONTSDIR%%/NotoSansCJKtc-Regular.otf
|
||||
%%FONTSDIR%%/NotoSansCJKtc-Thin.otf
|
||||
%%FONTSDIR%%/NotoSansMonoCJKtc-Bold.otf
|
||||
%%FONTSDIR%%/NotoSansMonoCJKtc-Regular.otf
|
||||
%%FONTSDIR%%/NotoSerifCJKtc-Black.otf
|
||||
%%FONTSDIR%%/NotoSerifCJKtc-Bold.otf
|
||||
%%FONTSDIR%%/NotoSerifCJKtc-ExtraLight.otf
|
||||
%%FONTSDIR%%/NotoSerifCJKtc-Light.otf
|
||||
%%FONTSDIR%%/NotoSerifCJKtc-Medium.otf
|
||||
%%FONTSDIR%%/NotoSerifCJKtc-Regular.otf
|
||||
%%FONTSDIR%%/NotoSerifCJKtc-SemiBold.otf
|
Loading…
Reference in a new issue