aboutsummaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-02-28 17:12:47 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-02-28 17:12:47 +0000
commitf084a84c39c71b0a6c1d2994e080c0bd849e0b02 (patch)
tree1a8c1d00b81d5fe3706c74686d932552e8de06c5 /korean
parent59b350acf4c30544bab15338e34c48526ac001ce (diff)
downloadports-f084a84c39c71b0a6c1d2994e080c0bd849e0b02.tar.gz
ports-f084a84c39c71b0a6c1d2994e080c0bd849e0b02.zip
New port: korean/sourcehanserif-otf: Korean font by Adobe designed for user interfaces
Source Han Serif: The second Pan-CJK typeface family from Adobe This is Source Han Serif K/KR, which supports all four variants in this family but prioritizes Korean Hanja over other three. "Source Han Serif supports four different East Asian languages---Simplified Chinese, Traditional Chinese, Japanese, and Korean---and the 65,535 glyphs in each of its seven weights are designed to work together with a consistent design that emphasizes shared elements between the languages while honoring the diversity of each. Also included is a rich set of Western glyphs supporting the Latin, Greek, and Cyrillic scripts, which were derived from Source Serif." --- The Typekit, Adobe WWW: https://github.com/adobe-fonts/source-han-serif PR: 232188 Submitted by: Hyun Hwang <hyun@caffeinated.codes> Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19381
Notes
Notes: svn path=/head/; revision=494165
Diffstat (limited to 'korean')
-rw-r--r--korean/Makefile1
-rw-r--r--korean/sourcehanserif-otf/Makefile42
-rw-r--r--korean/sourcehanserif-otf/distinfo3
-rw-r--r--korean/sourcehanserif-otf/files/pkg-message.in7
-rw-r--r--korean/sourcehanserif-otf/pkg-descr14
-rw-r--r--korean/sourcehanserif-otf/pkg-plist14
6 files changed, 81 insertions, 0 deletions
diff --git a/korean/Makefile b/korean/Makefile
index ddf8ffe66096..16b3e030ef5c 100644
--- a/korean/Makefile
+++ b/korean/Makefile
@@ -38,6 +38,7 @@
SUBDIR += qt4-codecs-kr
SUBDIR += scim-hangul
SUBDIR += scim-tables
+ SUBDIR += sourcehanserif-otf
SUBDIR += unfonts-core
SUBDIR += unfonts-extra
SUBDIR += uniksc
diff --git a/korean/sourcehanserif-otf/Makefile b/korean/sourcehanserif-otf/Makefile
new file mode 100644
index 000000000000..f5c4e66707ca
--- /dev/null
+++ b/korean/sourcehanserif-otf/Makefile
@@ -0,0 +1,42 @@
+# $FreeBSD$
+
+PORTNAME= sourcehanserif
+PORTVERSION= 1.001
+DISTVERSIONSUFFIX= R
+CATEGORIES= korean x11-fonts
+PKGNAMESUFFIX= -otf
+# Note: the following PKGNAMEPREFIX is here only for self-documenting purpose;
+# actual prefixing is done by the `korean' category itself.
+#PKGNAMEPREFIX= ko-
+
+MAINTAINER= hyun@caffeinated.codes
+COMMENT= Korean 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-serif
+
+NO_ARCH= yes
+NO_BUILD= yes
+SUB_FILES= pkg-message
+
+OPTIONS_SINGLE= TYPE
+OPTIONS_SINGLE_TYPE= FULL SUBSET
+OPTIONS_DEFAULT= FULL
+OPTIONS_SUB= yes
+
+FULL_DESC= Install the full font (can display all CJK)
+SUBSET_DESC= Install the subset font (can display Korean only)
+
+FULL_VARS= FONTNAME=SourceHanSerifK SRCFONTSDIR=OTF/Korean
+SUBSET_VARS= FONTNAME=SourceHanSerifKR SRCFONTSDIR=SubsetOTF/KR
+
+do-install:
+ @${MKDIR} ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${SRCFONTSDIR}/*.otf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>
diff --git a/korean/sourcehanserif-otf/distinfo b/korean/sourcehanserif-otf/distinfo
new file mode 100644
index 000000000000..7aacac6c7c6c
--- /dev/null
+++ b/korean/sourcehanserif-otf/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1539298488
+SHA256 (adobe-fonts-source-han-serif-1.001R_GH0.tar.gz) = 629fda62a70d78920320b92691a8a2d80966cc70c62d6525e6ec293c14a19c95
+SIZE (adobe-fonts-source-han-serif-1.001R_GH0.tar.gz) = 1972977717
diff --git a/korean/sourcehanserif-otf/files/pkg-message.in b/korean/sourcehanserif-otf/files/pkg-message.in
new file mode 100644
index 000000000000..2e8f2addd159
--- /dev/null
+++ b/korean/sourcehanserif-otf/files/pkg-message.in
@@ -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%%/"
+
diff --git a/korean/sourcehanserif-otf/pkg-descr b/korean/sourcehanserif-otf/pkg-descr
new file mode 100644
index 000000000000..ebdb102206a2
--- /dev/null
+++ b/korean/sourcehanserif-otf/pkg-descr
@@ -0,0 +1,14 @@
+Source Han Serif: The second Pan-CJK typeface family from Adobe
+
+This is Source Han Serif K/KR, which supports all four variants in this family
+but prioritizes Korean Hanja over other three.
+
+"Source Han Serif supports four different East Asian languages---Simplified
+Chinese, Traditional Chinese, Japanese, and Korean---and the 65,535 glyphs in
+each of its seven weights are designed to work together with a consistent design
+that emphasizes shared elements between the languages while honoring the
+diversity of each. Also included is a rich set of Western glyphs supporting the
+Latin, Greek, and Cyrillic scripts, which were derived from Source Serif."
+--- The Typekit, Adobe
+
+WWW: https://github.com/adobe-fonts/source-han-serif
diff --git a/korean/sourcehanserif-otf/pkg-plist b/korean/sourcehanserif-otf/pkg-plist
new file mode 100644
index 000000000000..96868b804eb3
--- /dev/null
+++ b/korean/sourcehanserif-otf/pkg-plist
@@ -0,0 +1,14 @@
+%%FULL%%%%FONTSDIR%%/SourceHanSerifK-Bold.otf
+%%FULL%%%%FONTSDIR%%/SourceHanSerifK-ExtraLight.otf
+%%FULL%%%%FONTSDIR%%/SourceHanSerifK-Heavy.otf
+%%FULL%%%%FONTSDIR%%/SourceHanSerifK-Light.otf
+%%FULL%%%%FONTSDIR%%/SourceHanSerifK-Medium.otf
+%%FULL%%%%FONTSDIR%%/SourceHanSerifK-Regular.otf
+%%FULL%%%%FONTSDIR%%/SourceHanSerifK-SemiBold.otf
+%%SUBSET%%%%FONTSDIR%%/SourceHanSerifKR-Bold.otf
+%%SUBSET%%%%FONTSDIR%%/SourceHanSerifKR-ExtraLight.otf
+%%SUBSET%%%%FONTSDIR%%/SourceHanSerifKR-Heavy.otf
+%%SUBSET%%%%FONTSDIR%%/SourceHanSerifKR-Light.otf
+%%SUBSET%%%%FONTSDIR%%/SourceHanSerifKR-Medium.otf
+%%SUBSET%%%%FONTSDIR%%/SourceHanSerifKR-Regular.otf
+%%SUBSET%%%%FONTSDIR%%/SourceHanSerifKR-SemiBold.otf