Index: head/chinese/Makefile =================================================================== --- head/chinese/Makefile (revision 494172) +++ head/chinese/Makefile (revision 494173) @@ -1,116 +1,117 @@ # $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 += 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/sourcehanserif-sc-otf/Makefile =================================================================== --- head/chinese/sourcehanserif-sc-otf/Makefile (nonexistent) +++ head/chinese/sourcehanserif-sc-otf/Makefile (revision 494173) @@ -0,0 +1,42 @@ +# $FreeBSD$ + +PORTNAME= sourcehanserif +PORTVERSION= 1.001 +DISTVERSIONSUFFIX= R +CATEGORIES= chinese x11-fonts +PKGNAMESUFFIX= -sc-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= Simplified 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-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 SC only) + +FULL_VARS= FONTNAME=SourceHanSerifSC SRCFONTSDIR=OTF/SimplifiedChinese +SUBSET_VARS= FONTNAME=SourceHanSerifCN SRCFONTSDIR=SubsetOTF/CN + +do-install: + @${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/${SRCFONTSDIR}/*.otf ${STAGEDIR}${FONTSDIR} + +.include Property changes on: head/chinese/sourcehanserif-sc-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/sourcehanserif-sc-otf/distinfo =================================================================== --- head/chinese/sourcehanserif-sc-otf/distinfo (nonexistent) +++ head/chinese/sourcehanserif-sc-otf/distinfo (revision 494173) @@ -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 Property changes on: head/chinese/sourcehanserif-sc-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/sourcehanserif-sc-otf/files/pkg-message.in =================================================================== --- head/chinese/sourcehanserif-sc-otf/files/pkg-message.in (nonexistent) +++ head/chinese/sourcehanserif-sc-otf/files/pkg-message.in (revision 494173) @@ -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/sourcehanserif-sc-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/sourcehanserif-sc-otf/pkg-descr =================================================================== --- head/chinese/sourcehanserif-sc-otf/pkg-descr (nonexistent) +++ head/chinese/sourcehanserif-sc-otf/pkg-descr (revision 494173) @@ -0,0 +1,14 @@ +Source Han Serif: The second Pan-CJK typeface family from Adobe + +This is Source Han Serif SC/CN, which supports all four variants in this family +but prioritizes Simplified Chinese Hanzi 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 Property changes on: head/chinese/sourcehanserif-sc-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/sourcehanserif-sc-otf/pkg-plist =================================================================== --- head/chinese/sourcehanserif-sc-otf/pkg-plist (nonexistent) +++ head/chinese/sourcehanserif-sc-otf/pkg-plist (revision 494173) @@ -0,0 +1,14 @@ +%%FULL%%%%FONTSDIR%%/SourceHanSerifSC-Bold.otf +%%FULL%%%%FONTSDIR%%/SourceHanSerifSC-ExtraLight.otf +%%FULL%%%%FONTSDIR%%/SourceHanSerifSC-Heavy.otf +%%FULL%%%%FONTSDIR%%/SourceHanSerifSC-Light.otf +%%FULL%%%%FONTSDIR%%/SourceHanSerifSC-Medium.otf +%%FULL%%%%FONTSDIR%%/SourceHanSerifSC-Regular.otf +%%FULL%%%%FONTSDIR%%/SourceHanSerifSC-SemiBold.otf +%%SUBSET%%%%FONTSDIR%%/SourceHanSerifCN-Bold.otf +%%SUBSET%%%%FONTSDIR%%/SourceHanSerifCN-ExtraLight.otf +%%SUBSET%%%%FONTSDIR%%/SourceHanSerifCN-Heavy.otf +%%SUBSET%%%%FONTSDIR%%/SourceHanSerifCN-Light.otf +%%SUBSET%%%%FONTSDIR%%/SourceHanSerifCN-Medium.otf +%%SUBSET%%%%FONTSDIR%%/SourceHanSerifCN-Regular.otf +%%SUBSET%%%%FONTSDIR%%/SourceHanSerifCN-SemiBold.otf Property changes on: head/chinese/sourcehanserif-sc-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