Index: head/chinese/Makefile =================================================================== --- head/chinese/Makefile (revision 495611) +++ head/chinese/Makefile (revision 495612) @@ -1,118 +1,119 @@ # $FreeBSD$ # COMMENT = Chinese support SUBDIR += CJKUnifonts SUBDIR += CNS11643-font SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server SUBDIR += arphicttf SUBDIR += aterm SUBDIR += auto-cn-l10n SUBDIR += auto-tw-l10n SUBDIR += autoconvert SUBDIR += bg5pdf SUBDIR += big5width SUBDIR += bitchx SUBDIR += brise SUBDIR += bsdconv-opencc SUBDIR += bug5 SUBDIR += c2t SUBDIR += cconv SUBDIR += celvis SUBDIR += chiconv SUBDIR += cless SUBDIR += cnprint SUBDIR += dictd-database SUBDIR += docproj SUBDIR += enscript SUBDIR += eterm SUBDIR += fandol SUBDIR += fcitx SUBDIR += fcitx-chewing SUBDIR += fcitx-cloudpinyin SUBDIR += fcitx-configtool SUBDIR += fcitx-libpinyin SUBDIR += fcitx-rime SUBDIR += fcitx-sunpinyin SUBDIR += fcitx-table-extra SUBDIR += fcitx-ui-light SUBDIR += fireflyttf SUBDIR += font-std SUBDIR += fortunetw SUBDIR += gb2jis SUBDIR += gb2ps SUBDIR += gcin SUBDIR += gcin-gtk3 SUBDIR += gcin-qt4 SUBDIR += gcin-qt5 SUBDIR += gimp-help-zh_CN SUBDIR += gydict SUBDIR += hc SUBDIR += ibus-array SUBDIR += ibus-cangjie SUBDIR += ibus-chewing SUBDIR += ibus-libpinyin SUBDIR += ibus-pinyin SUBDIR += ibus-table-chinese SUBDIR += jis2gb SUBDIR += kcfonts SUBDIR += libcangjie SUBDIR += libchewing SUBDIR += libpinyin SUBDIR += libreoffice-zh_CN SUBDIR += libreoffice-zh_TW SUBDIR += librime SUBDIR += libtabe SUBDIR += lunar SUBDIR += moettf SUBDIR += muni SUBDIR += oicq SUBDIR += opencc SUBDIR += opendesktop-fonts SUBDIR += oto SUBDIR += p5-Date-Chinese SUBDIR += p5-Encode-CNMap SUBDIR += p5-Encode-HanConvert SUBDIR += p5-Encode-HanExtra SUBDIR += p5-Lingua-Han-PinYin SUBDIR += p5-Lingua-Han-Utils SUBDIR += p5-Lingua-ZH-HanDetect SUBDIR += p5-Lingua-ZH-Keywords SUBDIR += p5-Lingua-ZH-Numbers SUBDIR += p5-Lingua-ZH-Segment SUBDIR += p5-Lingua-ZH-Summarize SUBDIR += p5-Lingua-ZH-TaBE SUBDIR += p5-Lingua-ZH-Toke SUBDIR += p5-Lingua-ZH-WordSegmenter SUBDIR += p5-Lingua-ZH-Wrap SUBDIR += p5-Text-Greeking-zh_TW SUBDIR += pcmanx SUBDIR += php-opencc SUBDIR += phpbb-tw SUBDIR += phpbb3-tw SUBDIR += pycangjie SUBDIR += pyzy SUBDIR += qe SUBDIR += qt4-codecs-cn SUBDIR += qt4-codecs-tw SUBDIR += qterm SUBDIR += reciteword SUBDIR += scim-fcitx SUBDIR += scim-pinyin SUBDIR += scim-tables SUBDIR += sourcehansans-sc-otf + SUBDIR += sourcehansans-tc-otf SUBDIR += sourcehanserif-sc-otf SUBDIR += sourcehanserif-tc-otf SUBDIR += sunpinyin SUBDIR += tin SUBDIR += tintin++ SUBDIR += ttf2pt1 SUBDIR += ttfm SUBDIR += ve SUBDIR += wenju SUBDIR += wordpress-zh_CN SUBDIR += wordpress-zh_TW .include Index: head/chinese/sourcehansans-tc-otf/Makefile =================================================================== --- head/chinese/sourcehansans-tc-otf/Makefile (nonexistent) +++ head/chinese/sourcehansans-tc-otf/Makefile (revision 495612) @@ -0,0 +1,49 @@ +# $FreeBSD$ + +PORTNAME= sourcehansans +PORTVERSION= 2.000 +DISTVERSIONSUFFIX= R +CATEGORIES= chinese x11-fonts +PKGNAMESUFFIX= -tc-otf +# Note: the following PKGNAMEPREFIX is here only for self-documenting purpose; +# actual prefixing is done by the `chinese' category itself. +#PKGNAMEPREFIX= zh- + +MAINTAINER= hyun@caffeinated.codes +COMMENT= Traditional Chinese 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 TC only) +SUBSET_PREVENTS= HW +SUBSET_PREVENTS_MSG= Half-width can only be installed in addition to the full font + +FULL_VARS= FONTNAME=SourceHanSansTC SRCFONTSDIR=OTF/TraditionalChinese +SUBSET_VARS= FONTNAME=SourceHanSansTW SRCFONTSDIR=SubsetOTF/TW + +do-install: + @${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/${SRCFONTSDIR}/*.otf ${STAGEDIR}${FONTSDIR} + +post-install-HW-on: + ${INSTALL_DATA} ${WRKSRC}/OTF/TraditionalChineseHW/*.otf ${STAGEDIR}${FONTSDIR} + +.include Property changes on: head/chinese/sourcehansans-tc-otf/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/chinese/sourcehansans-tc-otf/distinfo =================================================================== --- head/chinese/sourcehansans-tc-otf/distinfo (nonexistent) +++ head/chinese/sourcehansans-tc-otf/distinfo (revision 495612) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543452799 +SHA256 (adobe-fonts-source-han-sans-2.000R_GH0.tar.gz) = 3c4dae5225605a90f115570d1c6a86eea8e6b04057297a5566f72f4e48ed0aa8 +SIZE (adobe-fonts-source-han-sans-2.000R_GH0.tar.gz) = 2093662207 Property changes on: head/chinese/sourcehansans-tc-otf/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/chinese/sourcehansans-tc-otf/files/pkg-message.in =================================================================== --- head/chinese/sourcehansans-tc-otf/files/pkg-message.in (nonexistent) +++ head/chinese/sourcehansans-tc-otf/files/pkg-message.in (revision 495612) @@ -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%%/" + Property changes on: head/chinese/sourcehansans-tc-otf/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/chinese/sourcehansans-tc-otf/pkg-descr =================================================================== --- head/chinese/sourcehansans-tc-otf/pkg-descr (nonexistent) +++ head/chinese/sourcehansans-tc-otf/pkg-descr (revision 495612) @@ -0,0 +1,14 @@ +Source Han Sans: A new open source Pan-CJK typeface family from Adobe + +This is Source Han Sans TC/TW, which supports all four variants in this family +but prioritizes Traditional Chinese Hanzi 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 Property changes on: head/chinese/sourcehansans-tc-otf/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/chinese/sourcehansans-tc-otf/pkg-plist =================================================================== --- head/chinese/sourcehansans-tc-otf/pkg-plist (nonexistent) +++ head/chinese/sourcehansans-tc-otf/pkg-plist (revision 495612) @@ -0,0 +1,16 @@ +%%HW%%%%FONTSDIR%%/SourceHanSansHWTC-Bold.otf +%%HW%%%%FONTSDIR%%/SourceHanSansHWTC-Regular.otf +%%FULL%%%%FONTSDIR%%/SourceHanSansTC-Bold.otf +%%FULL%%%%FONTSDIR%%/SourceHanSansTC-ExtraLight.otf +%%FULL%%%%FONTSDIR%%/SourceHanSansTC-Heavy.otf +%%FULL%%%%FONTSDIR%%/SourceHanSansTC-Light.otf +%%FULL%%%%FONTSDIR%%/SourceHanSansTC-Medium.otf +%%FULL%%%%FONTSDIR%%/SourceHanSansTC-Normal.otf +%%FULL%%%%FONTSDIR%%/SourceHanSansTC-Regular.otf +%%SUBSET%%%%FONTSDIR%%/SourceHanSansTW-Bold.otf +%%SUBSET%%%%FONTSDIR%%/SourceHanSansTW-ExtraLight.otf +%%SUBSET%%%%FONTSDIR%%/SourceHanSansTW-Heavy.otf +%%SUBSET%%%%FONTSDIR%%/SourceHanSansTW-Light.otf +%%SUBSET%%%%FONTSDIR%%/SourceHanSansTW-Medium.otf +%%SUBSET%%%%FONTSDIR%%/SourceHanSansTW-Normal.otf +%%SUBSET%%%%FONTSDIR%%/SourceHanSansTW-Regular.otf Property changes on: head/chinese/sourcehansans-tc-otf/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property