Date: Sun, 24 Nov 2019 11:47:35 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518320 - in head/chinese: . taipeisanstc Message-ID: <201911241147.xAOBlZM9024691@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Sun Nov 24 11:47:35 2019 New Revision: 518320 URL: https://svnweb.freebsd.org/changeset/ports/518320 Log: Add chinese/taipeisanstc: Taipei Sans TC is re-edited based on the KR version of Source Han Sans. Most Han characters in daily life of the Traditional Chinese world have been applied unified print style and contemporary Han character characteristics. Added: head/chinese/taipeisanstc/ head/chinese/taipeisanstc/Makefile (contents, props changed) head/chinese/taipeisanstc/distinfo (contents, props changed) head/chinese/taipeisanstc/pkg-descr (contents, props changed) Modified: head/chinese/Makefile Modified: head/chinese/Makefile ============================================================================== --- head/chinese/Makefile Sun Nov 24 11:45:25 2019 (r518319) +++ head/chinese/Makefile Sun Nov 24 11:47:35 2019 (r518320) @@ -102,6 +102,7 @@ SUBDIR += sourcehanserif-sc-otf SUBDIR += sourcehanserif-tc-otf SUBDIR += sunpinyin + SUBDIR += taipeisanstc SUBDIR += tin SUBDIR += tintin++ SUBDIR += ttf2pt1 Added: head/chinese/taipeisanstc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/taipeisanstc/Makefile Sun Nov 24 11:47:35 2019 (r518320) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= taipeisanstc +DISTVERSION= Beta +CATEGORIES= chinese x11-fonts +MASTER_SITES= https://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/taipeisanstc/ + +MAINTAINER= lwhsu@FreeBSD.org +COMMENT= Taipei Sans TC + +LICENSE= OFL11 + +USES= fonts + +TYPES= Bold Light Regular +.for type in ${TYPES} +DISTFILES+= TaipeiSansTC${DISTVERSION}-${type}.ttf +PLIST_FILES+= ${FONTSDIR}/TaipeiSansTC${DISTVERSION}-${type}.ttf +.endfor + +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= -a +EXTRACT_AFTER_ARGS= . + +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +do-install: + @${MKDIR} ${STAGEDIR}${FONTSDIR} +.for type in ${TYPES} + ${INSTALL_DATA} ${WRKSRC}/TaipeiSansTC${DISTVERSION}-${type}.ttf ${STAGEDIR}${FONTSDIR} +.endfor + +.include <bsd.port.mk> Added: head/chinese/taipeisanstc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/taipeisanstc/distinfo Sun Nov 24 11:47:35 2019 (r518320) @@ -0,0 +1,7 @@ +TIMESTAMP = 1574593960 +SHA256 (TaipeiSansTCBeta-Bold.ttf) = 5249d3bdda9c9f4c62840e804b4d2530b7f4dfab6d68fb508c120b0e7e600419 +SIZE (TaipeiSansTCBeta-Bold.ttf) = 21737516 +SHA256 (TaipeiSansTCBeta-Light.ttf) = d69a9ea6a77f694c3a1a1fb766c764aa74cb3e2c4c69f1b532edf98b3f2bb662 +SIZE (TaipeiSansTCBeta-Light.ttf) = 20279264 +SHA256 (TaipeiSansTCBeta-Regular.ttf) = 8cc967e1e428c552701c461e8169e6ae76c7a23694ea1a6a786d6746adec53c4 +SIZE (TaipeiSansTCBeta-Regular.ttf) = 20659344 Added: head/chinese/taipeisanstc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/taipeisanstc/pkg-descr Sun Nov 24 11:47:35 2019 (r518320) @@ -0,0 +1,10 @@ +Taipei Sans TC is re-edited based on the KR version of Source Han Sans. Most +Han characters in daily life of the Traditional Chinese world have been applied +unified print style and contemporary Han character characteristics. + +Taipei Sans TC retains all Han characters (including Chinese simplified Hanzi, +Japanese Kanji and Korean Hanja) and Japanese Kana from Source Han Sans. Han +characters not originally included in the KR version still retain their +characteristics from the CN (SC), JP or TW (TC) version. + +WWW: https://sites.google.com/view/jtfoundry/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911241147.xAOBlZM9024691>