New port: japanese/sourcehansans-otf

Source Han Sans: A new open source Pan-CJK typeface family from Adobe

This is Source Han Sans (JP), which supports all four variants in this family
but prioritizes Japanese Kanji over other three.

"Source Han Sans, available in seven weights, is a typeface family which
provides full support for Japanese, Korean, Traditional Chinese, and Simplified
Chinese, all in one font. It also includes Latin, Greek, and Cyrillic glyphs
from our popular Source Sans family. All told, each font weight in the family
has a total of 65,535 glyphs (the maximum supported in the OpenType format), and
the entire family rounds out at just under half a million total glyphs."
--- The Typekit Blog, Adobe

WWW: https://github.com/adobe-fonts/source-han-sans

PR:		232174
Submitted by:	Hyun Hwang <hyun@caffeinated.codes>
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D19539
This commit is contained in:
Kai Knoblich 2019-03-13 16:22:10 +00:00
parent 0495b73300
commit 62241438ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495610
6 changed files with 90 additions and 0 deletions

View File

@ -257,6 +257,7 @@
SUBDIR += skkserv SUBDIR += skkserv
SUBDIR += slimeforest SUBDIR += slimeforest
SUBDIR += slrn SUBDIR += slrn
SUBDIR += sourcehansans-otf
SUBDIR += sourcehanserif-otf SUBDIR += sourcehanserif-otf
SUBDIR += srd-fpw-package SUBDIR += srd-fpw-package
SUBDIR += suicavalue SUBDIR += suicavalue

View File

@ -0,0 +1,49 @@
# $FreeBSD$
PORTNAME= sourcehansans
PORTVERSION= 2.000
DISTVERSIONSUFFIX= R
CATEGORIES= japanese x11-fonts
PKGNAMESUFFIX= -otf
# Note: the following PKGNAMEPREFIX is here only for self-documenting purpose;
# actual prefixing is done by the `japanese' category itself.
#PKGNAMEPREFIX= ja-
MAINTAINER= hyun@caffeinated.codes
COMMENT= Japanese font by Adobe designed for user interfaces
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= fonts
USE_GITHUB= yes
GH_ACCOUNT= adobe-fonts
GH_PROJECT= source-han-sans
NO_ARCH= yes
NO_BUILD= yes
SUB_FILES= pkg-message
OPTIONS_DEFINE= HW
OPTIONS_SINGLE= TYPE
OPTIONS_SINGLE_TYPE= FULL SUBSET
OPTIONS_DEFAULT= FULL
OPTIONS_SUB= yes
HW_DESC= Install the half-width font in addition to the full font
FULL_DESC= Install the full font (can display all CJK)
SUBSET_DESC= Install the subset font (can display Japanese only)
SUBSET_PREVENTS= HW
SUBSET_PREVENTS_MSG= Half-width can only be installed in addition to the full font
FULL_VARS= FONTNAME=SourceHanSans SRCFONTSDIR=OTF/Japanese
SUBSET_VARS= FONTNAME=SourceHanSansJP SRCFONTSDIR=SubsetOTF/JP
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/${SRCFONTSDIR}/*.otf ${STAGEDIR}${FONTSDIR}
post-install-HW-on:
${INSTALL_DATA} ${WRKSRC}/OTF/JapaneseHW/*.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1543452172
SHA256 (adobe-fonts-source-han-sans-2.000R_GH0.tar.gz) = 3c4dae5225605a90f115570d1c6a86eea8e6b04057297a5566f72f4e48ed0aa8
SIZE (adobe-fonts-source-han-sans-2.000R_GH0.tar.gz) = 2093662207

View File

@ -0,0 +1,7 @@
You can start using the font by following this instruction:
Add the following line to the "Files" section of your X.org configuration file:
FontPath "%%FONTSDIR%%/"

View File

@ -0,0 +1,14 @@
Source Han Sans: A new open source Pan-CJK typeface family from Adobe
This is Source Han Sans (JP), which supports all four variants in this family
but prioritizes Japanese Kanji over other three.
"Source Han Sans, available in seven weights, is a typeface family which
provides full support for Japanese, Korean, Traditional Chinese, and Simplified
Chinese, all in one font. It also includes Latin, Greek, and Cyrillic glyphs
from our popular Source Sans family. All told, each font weight in the family
has a total of 65,535 glyphs (the maximum supported in the OpenType format), and
the entire family rounds out at just under half a million total glyphs."
--- The Typekit Blog, Adobe
WWW: https://github.com/adobe-fonts/source-han-sans

View File

@ -0,0 +1,16 @@
%%HW%%%%FONTSDIR%%/SourceHanSansHW-Bold.otf
%%HW%%%%FONTSDIR%%/SourceHanSansHW-Regular.otf
%%FULL%%%%FONTSDIR%%/SourceHanSans-Bold.otf
%%FULL%%%%FONTSDIR%%/SourceHanSans-ExtraLight.otf
%%FULL%%%%FONTSDIR%%/SourceHanSans-Heavy.otf
%%FULL%%%%FONTSDIR%%/SourceHanSans-Light.otf
%%FULL%%%%FONTSDIR%%/SourceHanSans-Medium.otf
%%FULL%%%%FONTSDIR%%/SourceHanSans-Normal.otf
%%FULL%%%%FONTSDIR%%/SourceHanSans-Regular.otf
%%SUBSET%%%%FONTSDIR%%/SourceHanSansJP-Bold.otf
%%SUBSET%%%%FONTSDIR%%/SourceHanSansJP-ExtraLight.otf
%%SUBSET%%%%FONTSDIR%%/SourceHanSansJP-Heavy.otf
%%SUBSET%%%%FONTSDIR%%/SourceHanSansJP-Light.otf
%%SUBSET%%%%FONTSDIR%%/SourceHanSansJP-Medium.otf
%%SUBSET%%%%FONTSDIR%%/SourceHanSansJP-Normal.otf
%%SUBSET%%%%FONTSDIR%%/SourceHanSansJP-Regular.otf