diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /japanese/font-mplus-ipa/files | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'japanese/font-mplus-ipa/files')
-rw-r--r-- | japanese/font-mplus-ipa/files/20-unhint-ipattfonts.conf | 23 | ||||
-rw-r--r-- | japanese/font-mplus-ipa/files/62-fonts-ipattfonts.conf | 31 | ||||
-rw-r--r-- | japanese/font-mplus-ipa/files/pkg-install.in | 101 |
3 files changed, 0 insertions, 155 deletions
diff --git a/japanese/font-mplus-ipa/files/20-unhint-ipattfonts.conf b/japanese/font-mplus-ipa/files/20-unhint-ipattfonts.conf deleted file mode 100644 index d5d14d634b35..000000000000 --- a/japanese/font-mplus-ipa/files/20-unhint-ipattfonts.conf +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> -<!-- $FreeBSD$ --> -<fontconfig> - <match target="font"> - <test name="family"> - <string>IPAMincho</string> - <string>IPAGothic</string> - <string>IPAPMincho</string> - <string>IPAPGothic</string> - <string>IPAUIGothic</string> - <family>M+1P+IPAG</family> - <family>M+2P+IPAG</family> - <family>M+1P+IPAG circle</family> - <family>M+2P+IPAG circle</family> - <family>M+1VM+IPAG circle</family> - <family>M+2VM+IPAG circle</family> - </test> - <edit name="autohint"> - <bool>false</bool> - </edit> - </match> -</fontconfig> diff --git a/japanese/font-mplus-ipa/files/62-fonts-ipattfonts.conf b/japanese/font-mplus-ipa/files/62-fonts-ipattfonts.conf deleted file mode 100644 index 6f433bc8d232..000000000000 --- a/japanese/font-mplus-ipa/files/62-fonts-ipattfonts.conf +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> -<!-- $FreeBSD$ --> -<fontconfig> - <alias> - <family>serif</family> - <prefer> - <family>IPAPMincho</family> - </prefer> - </alias> - <alias> - <family>sans-serif</family> - <prefer> - <family>IPAPGothic</family> - <family>IPAUIGothic</family> - <family>M+1P+IPAG</family> - <family>M+2P+IPAG</family> - <family>M+1P+IPAG circle</family> - <family>M+2P+IPAG circle</family> - </prefer> - </alias> - <alias> - <family>monospace</family> - <prefer> - <family>IPAGothic</family> - <family>IPAMincho</family> - <family>M+1VM+IPAG circle</family> - <family>M+2VM+IPAG circle</family> - </prefer> - </alias> -</fontconfig> diff --git a/japanese/font-mplus-ipa/files/pkg-install.in b/japanese/font-mplus-ipa/files/pkg-install.in deleted file mode 100644 index 6a1cdc6f8554..000000000000 --- a/japanese/font-mplus-ipa/files/pkg-install.in +++ /dev/null @@ -1,101 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -X_FONTSDIR=%%X_FONTSDIR%%/TrueType - -catfontsdir () -{ - while read _IN - do - case "${_IN}" in - *-ipa-*|[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 - - case "${_poc}:${_enc}" in - p:jisx0201.1976-*) PFIX="bw=0.5" ;; - c:jisx0201.1976-*) PFIX="bw=0.5" ;; - p:*) PFIX="" ;; - c:*) PFIX="" ;; - esac - - set -- "${ROMA}" medium-r \ - ${BOLD} bold-r \ - ${ITAL} medium-i \ - ${ITAL}:${BOLD} bold-i \ - ${OBLI} medium-o \ - ${OBLI}:${BOLD} bold-o \ - ${RITA} medium-ri \ - ${RITA}:${BOLD} bold-ri \ - ${ROBL} medium-ro \ - ${ROBL}:${BOLD} bold-ro - while [ $# != 0 ]; do - _prefix="${PFIX}:$1"; shift - _variant=$1; shift - 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 - do - make_xlfd $ENC ipag.ttf ipa IPAGothic c - make_xlfd $ENC ipag.ttf ipa gothic c - make_xlfd $ENC ipagp.ttf ipa IPAPGothic p - make_xlfd $ENC ipagp.ttf ipa gothic p - make_xlfd $ENC ipagui.ttf ipa IPAUIGothic c - make_xlfd $ENC ipagui.ttf ipa UIGothic c - make_xlfd $ENC ipam.ttf ipa IPAMincho c - make_xlfd $ENC ipam.ttf ipa mincho c - make_xlfd $ENC ipamp.ttf ipa IPAPMincho p - make_xlfd $ENC ipamp.ttf ipa mincho p - make_xlfd $ENC M+2VM+IPAG-circle.ttf ipa M+2VM+IPAG_circle c - make_xlfd $ENC M+1VM+IPAG-circle.ttf ipa M+1VM+IPAG_circle c - make_xlfd $ENC M+1P+IPAG.ttf ipa M+1P+IPAG p - make_xlfd $ENC M+1P+IPAG-circle.ttf ipa M+1P+IPAG_circle p - make_xlfd $ENC M+2P+IPAG.ttf ipa M+2P+IPAG p - make_xlfd $ENC M+2P+IPAG-circle.ttf ipa M+2P+IPAG_circle p - done -} - -nfonts () -{ - _L=0; while read _IN; do _L=$((${_L}+1)); done; echo ${_L} -} - -case "$2" in -POST-INSTALL) - cd ${X_FONTSDIR} - touch fonts.dir - (catfontsdir < fonts.dir; addentries) > fonts.dir.tmp - nfonts < fonts.dir.tmp > fonts.dir - cat fonts.dir.tmp >> fonts.dir - rm -f fonts.dir.tmp - ;; -DEINSTALL) - cd ${X_FONTSDIR} - catfontsdir < fonts.dir > fonts.dir.tmp - nfonts < fonts.dir.tmp > fonts.dir - cat fonts.dir.tmp >> fonts.dir - rm -f fonts.dir.tmp - ;; -esac |