aboutsummaryrefslogtreecommitdiff
path: root/japanese/spoqahansans-ttf
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-04-06 13:46:48 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-04-06 13:46:48 +0000
commit73d25bb273139897e6656c01d12b53190377ab16 (patch)
tree9169aad15167ab91ea7d71706f94b07c342e67fe /japanese/spoqahansans-ttf
parentf40ee72f72aedc30a876ba38c9adf2d20826d378 (diff)
downloadports-73d25bb273139897e6656c01d12b53190377ab16.tar.gz
ports-73d25bb273139897e6656c01d12b53190377ab16.zip
New port: japanese/spoqahansans-ttf
Spoqa Han Sans: A custom font based on Noto Sans and Lato This is Spoqa Han Sans JP, which supports both Korean and Japanese but prioritizes Japanese Kanji above the other. "Spoqa Han Sans is a custom font based on Noto Sans and Lato to fit multilingual UI of Spoqa's products. We now unveil the new version which has evolved in many ways." --- Spoqa WWW: https://github.com/spoqa/spoqa-han-sans PR: 232198 Submitted by: Hyun Hwang <hyun@caffeinated.codes> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19810
Notes
Notes: svn path=/head/; revision=498097
Diffstat (limited to 'japanese/spoqahansans-ttf')
-rw-r--r--japanese/spoqahansans-ttf/Makefile41
-rw-r--r--japanese/spoqahansans-ttf/distinfo3
-rw-r--r--japanese/spoqahansans-ttf/files/pkg-message.in7
-rw-r--r--japanese/spoqahansans-ttf/pkg-descr11
-rw-r--r--japanese/spoqahansans-ttf/pkg-plist4
5 files changed, 66 insertions, 0 deletions
diff --git a/japanese/spoqahansans-ttf/Makefile b/japanese/spoqahansans-ttf/Makefile
new file mode 100644
index 000000000000..99344a4737c9
--- /dev/null
+++ b/japanese/spoqahansans-ttf/Makefile
@@ -0,0 +1,41 @@
+# $FreeBSD$
+
+PORTNAME= spoqahansans
+DISTVERSIONPREFIX= v
+DISTVERSION= 2.1.2
+CATEGORIES= japanese x11-fonts
+MASTER_SITES= https://github.com/spoqa/spoqa-han-sans/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
+# Note: the following PKGNAMEPREFIX is here only for self-documenting purpose;
+# actual prefixing is done by the `japanese' category itself.
+#PKGNAMEPREFIX= ja-
+PKGNAMESUFFIX= -ttf
+DISTNAME= SpoqaHanSans_all
+
+MAINTAINER= hyun@caffeinated.codes
+COMMENT= Japanese custom font based on Noto Sans and Lato
+
+LICENSE= OFL11
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= fonts zip
+
+FONTNAME= SpoqaHanSans
+NO_ARCH= yes
+NO_BUILD= yes
+SUB_FILES= pkg-message
+
+OPTIONS_SINGLE= TYPE
+OPTIONS_SINGLE_TYPE= ORIGINAL SUBSET
+OPTIONS_DEFAULT= ORIGINAL
+
+ORIGINAL_DESC= Install original font (supports Korean and Japanese)
+SUBSET_DESC= Install subset font (supports 6,355 Japanese glyphs)
+
+ORIGINAL_VARS= SRCFONTSDIR=SpoqaHanSans_jp_original
+SUBSET_VARS= SRCFONTSDIR=SpoqaHanSans_jp_subset
+
+do-install:
+ @${MKDIR} ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${SRCFONTSDIR}/*.ttf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>
diff --git a/japanese/spoqahansans-ttf/distinfo b/japanese/spoqahansans-ttf/distinfo
new file mode 100644
index 000000000000..c36c3b72260a
--- /dev/null
+++ b/japanese/spoqahansans-ttf/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1539309131
+SHA256 (SpoqaHanSans_all.zip) = d63ec238655abcb8f39c19cfbf00c217ddcd8064f0a28670bc9e8c7ec3ef77b4
+SIZE (SpoqaHanSans_all.zip) = 144660696
diff --git a/japanese/spoqahansans-ttf/files/pkg-message.in b/japanese/spoqahansans-ttf/files/pkg-message.in
new file mode 100644
index 000000000000..2e8f2addd159
--- /dev/null
+++ b/japanese/spoqahansans-ttf/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/japanese/spoqahansans-ttf/pkg-descr b/japanese/spoqahansans-ttf/pkg-descr
new file mode 100644
index 000000000000..a65d432a291c
--- /dev/null
+++ b/japanese/spoqahansans-ttf/pkg-descr
@@ -0,0 +1,11 @@
+Spoqa Han Sans: A custom font based on Noto Sans and Lato
+
+This is Spoqa Han Sans JP, which supports both Korean and Japanese but
+prioritizes Japanese Kanji above the other.
+
+"Spoqa Han Sans is a custom font based on Noto Sans and Lato to fit
+multilingual UI of Spoqa's products. We now unveil the new version which has
+evolved in many ways."
+--- Spoqa
+
+WWW: https://github.com/spoqa/spoqa-han-sans
diff --git a/japanese/spoqahansans-ttf/pkg-plist b/japanese/spoqahansans-ttf/pkg-plist
new file mode 100644
index 000000000000..43f19ab8448a
--- /dev/null
+++ b/japanese/spoqahansans-ttf/pkg-plist
@@ -0,0 +1,4 @@
+%%FONTSDIR%%/SpoqaHanSansJPBold.ttf
+%%FONTSDIR%%/SpoqaHanSansJPLight.ttf
+%%FONTSDIR%%/SpoqaHanSansJPRegular.ttf
+%%FONTSDIR%%/SpoqaHanSansJPThin.ttf