Date: Sat, 23 Jul 2016 06:13:47 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418945 - in head/japanese: . font-genjyuugothic font-genjyuugothic/files Message-ID: <201607230613.u6N6DlRx088121@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ume Date: Sat Jul 23 06:13:47 2016 New Revision: 418945 URL: https://svnweb.freebsd.org/changeset/ports/418945 Log: Add new port -- GenJyuuGothic Japanese TrueType fonts Added: head/japanese/font-genjyuugothic/ head/japanese/font-genjyuugothic/Makefile (contents, props changed) head/japanese/font-genjyuugothic/distinfo (contents, props changed) head/japanese/font-genjyuugothic/files/ head/japanese/font-genjyuugothic/files/20-unhint-genjyuugothic.conf (contents, props changed) head/japanese/font-genjyuugothic/files/62-fonts-genjyuugothic.conf (contents, props changed) head/japanese/font-genjyuugothic/files/pkg-install.in (contents, props changed) head/japanese/font-genjyuugothic/pkg-descr (contents, props changed) head/japanese/font-genjyuugothic/pkg-plist (contents, props changed) Modified: head/japanese/Makefile Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Sat Jul 23 06:11:51 2016 (r418944) +++ head/japanese/Makefile Sat Jul 23 06:13:47 2016 (r418945) @@ -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 Added: head/japanese/font-genjyuugothic/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-genjyuugothic/Makefile Sat Jul 23 06:13:47 2016 (r418945) @@ -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> Added: head/japanese/font-genjyuugothic/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-genjyuugothic/distinfo Sat Jul 23 06:13:47 2016 (r418945) @@ -0,0 +1,3 @@ +TIMESTAMP = 1469170290 +SHA256 (genjyuugothic-20150607.7z) = 1997876351985ac9e2ea7a7a809c91e3fdaef878ece5b830f2512c882c3e49db +SIZE (genjyuugothic-20150607.7z) = 49653422 Added: head/japanese/font-genjyuugothic/files/20-unhint-genjyuugothic.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-genjyuugothic/files/20-unhint-genjyuugothic.conf Sat Jul 23 06:13:47 2016 (r418945) @@ -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> Added: head/japanese/font-genjyuugothic/files/62-fonts-genjyuugothic.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-genjyuugothic/files/62-fonts-genjyuugothic.conf Sat Jul 23 06:13:47 2016 (r418945) @@ -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> Added: head/japanese/font-genjyuugothic/files/pkg-install.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-genjyuugothic/files/pkg-install.in Sat Jul 23 06:13:47 2016 (r418945) @@ -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 Added: head/japanese/font-genjyuugothic/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-genjyuugothic/pkg-descr Sat Jul 23 06:13:47 2016 (r418945) @@ -0,0 +1,3 @@ +GenJyuuGothic Japanese TrueType fonts + +WWW: http://jikasei.me/font/genjyuu/ Added: head/japanese/font-genjyuugothic/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-genjyuugothic/pkg-plist Sat Jul 23 06:13:47 2016 (r418945) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607230613.u6N6DlRx088121>