diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2016-07-23 06:13:47 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2016-07-23 06:13:47 +0000 |
commit | 92bab6bcfcfb47cbb240bf7e92481d25bf40b379 (patch) | |
tree | 94f12fb8ba7343add9ce9d8b5909118030f1795a /japanese | |
parent | 264b571619b8f461633237045cd079a7ee16aeae (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/font-genjyuugothic/Makefile | 46 | ||||
-rw-r--r-- | japanese/font-genjyuugothic/distinfo | 3 | ||||
-rw-r--r-- | japanese/font-genjyuugothic/files/20-unhint-genjyuugothic.conf | 21 | ||||
-rw-r--r-- | japanese/font-genjyuugothic/files/62-fonts-genjyuugothic.conf | 18 | ||||
-rw-r--r-- | japanese/font-genjyuugothic/files/pkg-install.in | 124 | ||||
-rw-r--r-- | japanese/font-genjyuugothic/pkg-descr | 3 | ||||
-rw-r--r-- | japanese/font-genjyuugothic/pkg-plist | 23 |
8 files changed, 239 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 441a589d10ff..6dc4596640fb 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -65,6 +65,7 @@ SUBDIR += font-ayu20 SUBDIR += font-elisa10 SUBDIR += font-elisa8 + SUBDIR += font-genjyuugothic SUBDIR += font-genshingothic SUBDIR += font-ipa SUBDIR += font-ipa-uigothic diff --git a/japanese/font-genjyuugothic/Makefile b/japanese/font-genjyuugothic/Makefile new file mode 100644 index 000000000000..5793b405d5e4 --- /dev/null +++ b/japanese/font-genjyuugothic/Makefile @@ -0,0 +1,46 @@ +# $FreeBSD$ + +PORTNAME= genjyuugothic +PORTVERSION= 20150607 +#PORTREVISION= 0 +CATEGORIES= japanese x11-fonts +MASTER_SITES= SOURCEFORGE_JP +MASTER_SITE_SUBDIR=users/8/8636 +PKGNAMEPREFIX= ja-font- + +MAINTAINER= ume@FreeBSD.org +COMMENT= GenJyuuGothic Japanese TrueType fonts + +LICENSE= OFL11 + +USES= 7z fonts:fc +FONTNAME= ${PORTNAME} +NO_ARCH= yes +NO_BUILD= yes +PKGINSTALL= ${WRKDIR}/pkg-install +PKGDEINSTALL= ${WRKDIR}/pkg-install +SUB_FILES= pkg-install +NO_WRKSUBDIR= yes +PORTDOCS= * + +OPTIONS_DEFINE= DOCS + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR} + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail \ + ${STAGEDIR}${PREFIX}/etc/fonts/conf.d + ${INSTALL_DATA} ${FILESDIR}/20-unhint-${PORTNAME}.conf \ + ${FILESDIR}/62-fonts-${PORTNAME}.conf \ + ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail + ${LN} -s -f ../conf.avail/20-unhint-${PORTNAME}.conf \ + ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/20-unhint-${PORTNAME}.conf + ${LN} -s -f ../conf.avail/62-fonts-${PORTNAME}.conf \ + ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/62-fonts-${PORTNAME}.conf + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ + "! -name *\.ttf" + +.include <bsd.port.mk> diff --git a/japanese/font-genjyuugothic/distinfo b/japanese/font-genjyuugothic/distinfo new file mode 100644 index 000000000000..54af7228f981 --- /dev/null +++ b/japanese/font-genjyuugothic/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1469170290 +SHA256 (genjyuugothic-20150607.7z) = 1997876351985ac9e2ea7a7a809c91e3fdaef878ece5b830f2512c882c3e49db +SIZE (genjyuugothic-20150607.7z) = 49653422 diff --git a/japanese/font-genjyuugothic/files/20-unhint-genjyuugothic.conf b/japanese/font-genjyuugothic/files/20-unhint-genjyuugothic.conf new file mode 100644 index 000000000000..3c1c09928499 --- /dev/null +++ b/japanese/font-genjyuugothic/files/20-unhint-genjyuugothic.conf @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<!-- $FreeBSD$ --> +<fontconfig> + <match target="font"> + <or> + <test name="family"> + <string>Gen Jyuu Gothic</string> + </test> + <test name="family"> + <string>Gen Jyuu Gothic Monospace</string> + </test> + <test name="family"> + <string>Gen Jyuu Gothic P</string> + </test> + </or> + <edit name="autohint"> + <bool>false</bool> + </edit> + </match> +</fontconfig> diff --git a/japanese/font-genjyuugothic/files/62-fonts-genjyuugothic.conf b/japanese/font-genjyuugothic/files/62-fonts-genjyuugothic.conf new file mode 100644 index 000000000000..47af8bb8b541 --- /dev/null +++ b/japanese/font-genjyuugothic/files/62-fonts-genjyuugothic.conf @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<!-- $FreeBSD$ --> +<fontconfig> + <alias> + <family>sans-serif</family> + <prefer> + <family>Gen Jyuu Gothic</family> + <family>Gen Jyuu Gothic P</family> + </prefer> + </alias> + <alias> + <family>monospace</family> + <prefer> + <family>Gen Jyuu Gothic Monospace</family> + </prefer> + </alias> +</fontconfig> diff --git a/japanese/font-genjyuugothic/files/pkg-install.in b/japanese/font-genjyuugothic/files/pkg-install.in new file mode 100644 index 000000000000..e6eacd185417 --- /dev/null +++ b/japanese/font-genjyuugothic/files/pkg-install.in @@ -0,0 +1,124 @@ +#!/bin/sh +# $FreeBSD$ + +catfontsdir() +{ + while read _IN + do + case "${_IN}" in + *"-adobe-gen jyuu gothic"*|[0-9]*|"") ;; + *) echo ${_IN} ;; + esac + done +} + +ROMA="" +BOLD="ds=y" +ITAL="ai=0.15" +OBLI="ai=0.15" +RITA="ai=0.08" +ROBL="ai=0.08" + +make_xlfd() +{ + _enc=$1 + _file=$2 + _vendor=$3 + _fname=$4 + _poc=$5 + _weight=$6 + + case "${_poc}:${_enc}" in + p:jisx0201.1976-*) PFIX="bw=0.5" ;; + c:jisx0201.1976-*) PFIX="bw=0.5" ;; + p:*) PFIX="" ;; + c:*) PFIX="" ;; + esac + + set -- "" ${_weight}-r \ + ${ITAL} ${_weight}-i \ + ${OBLI} ${_weight}-o \ + ${RITA} ${_weight}-ri \ + ${ROBL} ${_weight}-ro + while [ $# != 0 ]; do + _prefix="${PFIX}:$1"; shift + _variant=$1; shift + [ ${index_type} = "scale" -a ${_prefix} != ":" ] && continue + printf "%s:%s -%s-%s-%s-normal--0-0-0-0-%s-0-%s\n" \ + $_prefix $_file $_vendor "$_fname" $_variant $_poc $_enc + done | sed -e 's,::,:,g' -e 's,^:,,' +} + +addentries() +{ + for ENC in iso8859-1 iso10646-1 jisx0201.1976-0 jisx0208.1983-0 jisx0208.1990-0 jisx0208.1997-0 jisx0213.2004-1 + do + make_xlfd ${ENC} GenJyuuGothic-ExtraLight.ttf adobe "gen jyuu gothic" p thin + make_xlfd ${ENC} GenJyuuGothic-Light.ttf adobe "gen jyuu gothic" p extralight + make_xlfd ${ENC} GenJyuuGothic-Normal.ttf adobe "gen jyuu gothic" p light + make_xlfd ${ENC} GenJyuuGothic-Regular.ttf adobe "gen jyuu gothic" p book + make_xlfd ${ENC} GenJyuuGothic-Medium.ttf adobe "gen jyuu gothic" p medium + make_xlfd ${ENC} GenJyuuGothic-Bold.ttf adobe "gen jyuu gothic" p bold + make_xlfd ${ENC} GenJyuuGothic-Heavy.ttf adobe "gen jyuu gothic" p black + + make_xlfd ${ENC} GenJyuuGothic-P-ExtraLight.ttf adobe "gen jyuu gothic p" p thin + make_xlfd ${ENC} GenJyuuGothic-P-Light.ttf adobe "gen jyuu gothic p" p extralight + make_xlfd ${ENC} GenJyuuGothic-P-Normal.ttf adobe "gen jyuu gothic p" p light + make_xlfd ${ENC} GenJyuuGothic-P-Regular.ttf adobe "gen jyuu gothic p" p book + make_xlfd ${ENC} GenJyuuGothic-P-Medium.ttf adobe "gen jyuu gothic p" p medium + make_xlfd ${ENC} GenJyuuGothic-P-Bold.ttf adobe "gen jyuu gothic p" p bold + make_xlfd ${ENC} GenJyuuGothic-P-Heavy.ttf adobe "gen jyuu gothic p" p black + + make_xlfd ${ENC} GenJyuuGothic-Monospace-ExtraLight.ttf adobe "gen jyuu gothic monospace" c thin + make_xlfd ${ENC} GenJyuuGothic-Monospace-Light.ttf adobe "gen jyuu gothic monospace" c extralight + make_xlfd ${ENC} GenJyuuGothic-Monospace-Normal.ttf adobe "gen jyuu gothic monospace" c light + make_xlfd ${ENC} GenJyuuGothic-Monospace-Regular.ttf adobe "gen jyuu gothic monospace" c book + make_xlfd ${ENC} GenJyuuGothic-Monospace-Medium.ttf adobe "gen jyuu gothic monospace" c medium + make_xlfd ${ENC} GenJyuuGothic-Monospace-Bold.ttf adobe "gen jyuu gothic monospace" c bold + make_xlfd ${ENC} GenJyuuGothic-Monospace-Heavy.ttf adobe "gen jyuu gothic monospace" c black + done +} + +nfonts() +{ + _L=0; while read _IN; do _L=$((${_L}+1)); done; echo ${_L} +} + +install_fontsdir() +{ + index_type=${1:-"dir"} + index="fonts.${index_type}" + tmpfile="${index}.tmp" + touch ${index} + (catfontsdir < ${index}; addentries ${index_type}) > ${tmpfile} + nfonts < ${tmpfile} > ${index} + cat ${tmpfile} >> ${index} + rm -f ${tmpfile} +} + +deinstall_fontsdir() +{ + index_type=${1:-"dir"} + index="fonts.${index_type}" + tmpfile="${index}.tmp" + catfontsdir < ${index} > ${tmpfile} + nfonts < ${tmpfile} > ${index} + cat ${tmpfile} >> ${index} + rm -f ${tmpfile} + if [ -r ${index} -a $(wc -l < ${index}) = 1 ]; then + rm -f ${index} + fi +} + +case "$2" in +POST-INSTALL) + cd %%FONTSDIR%% + install_fontsdir dir + install_fontsdir scale + ;; +POST-DEINSTALL) + cd %%FONTSDIR%% + deinstall_fontsdir dir + deinstall_fontsdir scale + ;; +esac diff --git a/japanese/font-genjyuugothic/pkg-descr b/japanese/font-genjyuugothic/pkg-descr new file mode 100644 index 000000000000..893960276939 --- /dev/null +++ b/japanese/font-genjyuugothic/pkg-descr @@ -0,0 +1,3 @@ +GenJyuuGothic Japanese TrueType fonts + +WWW: http://jikasei.me/font/genjyuu/ diff --git a/japanese/font-genjyuugothic/pkg-plist b/japanese/font-genjyuugothic/pkg-plist new file mode 100644 index 000000000000..db903d9c4d25 --- /dev/null +++ b/japanese/font-genjyuugothic/pkg-plist @@ -0,0 +1,23 @@ +etc/fonts/conf.avail/20-unhint-genjyuugothic.conf +etc/fonts/conf.avail/62-fonts-genjyuugothic.conf +%%FONTSDIR%%/GenJyuuGothic-Bold.ttf +%%FONTSDIR%%/GenJyuuGothic-ExtraLight.ttf +%%FONTSDIR%%/GenJyuuGothic-Heavy.ttf +%%FONTSDIR%%/GenJyuuGothic-Light.ttf +%%FONTSDIR%%/GenJyuuGothic-Medium.ttf +%%FONTSDIR%%/GenJyuuGothic-Monospace-Bold.ttf +%%FONTSDIR%%/GenJyuuGothic-Monospace-ExtraLight.ttf +%%FONTSDIR%%/GenJyuuGothic-Monospace-Heavy.ttf +%%FONTSDIR%%/GenJyuuGothic-Monospace-Light.ttf +%%FONTSDIR%%/GenJyuuGothic-Monospace-Medium.ttf +%%FONTSDIR%%/GenJyuuGothic-Monospace-Normal.ttf +%%FONTSDIR%%/GenJyuuGothic-Monospace-Regular.ttf +%%FONTSDIR%%/GenJyuuGothic-Normal.ttf +%%FONTSDIR%%/GenJyuuGothic-P-Bold.ttf +%%FONTSDIR%%/GenJyuuGothic-P-ExtraLight.ttf +%%FONTSDIR%%/GenJyuuGothic-P-Heavy.ttf +%%FONTSDIR%%/GenJyuuGothic-P-Light.ttf +%%FONTSDIR%%/GenJyuuGothic-P-Medium.ttf +%%FONTSDIR%%/GenJyuuGothic-P-Normal.ttf +%%FONTSDIR%%/GenJyuuGothic-P-Regular.ttf +%%FONTSDIR%%/GenJyuuGothic-Regular.ttf |