Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2019 06:40:50 +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: r511393 - in head/japanese: . font-myrica font-myrica/files font-myricam font-myricam/files
Message-ID:  <201909070640.x876eo6d064620@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ume
Date: Sat Sep  7 06:40:50 2019
New Revision: 511393
URL: https://svnweb.freebsd.org/changeset/ports/511393

Log:
  Add new ports -- Myrica free TrueType fonts for programming

Added:
  head/japanese/font-myrica/
  head/japanese/font-myrica/Makefile   (contents, props changed)
  head/japanese/font-myrica/distinfo   (contents, props changed)
  head/japanese/font-myrica/files/
  head/japanese/font-myrica/files/20-unhint-myrica.conf   (contents, props changed)
  head/japanese/font-myrica/files/62-fonts-myrica.conf   (contents, props changed)
  head/japanese/font-myrica/files/pkg-install.in   (contents, props changed)
  head/japanese/font-myrica/pkg-descr   (contents, props changed)
  head/japanese/font-myrica/pkg-plist   (contents, props changed)
  head/japanese/font-myricam/
  head/japanese/font-myricam/Makefile   (contents, props changed)
  head/japanese/font-myricam/distinfo   (contents, props changed)
  head/japanese/font-myricam/files/
  head/japanese/font-myricam/files/20-unhint-myricam.conf   (contents, props changed)
  head/japanese/font-myricam/files/62-fonts-myricam.conf   (contents, props changed)
  head/japanese/font-myricam/files/pkg-install.in   (contents, props changed)
  head/japanese/font-myricam/pkg-descr   (contents, props changed)
  head/japanese/font-myricam/pkg-plist   (contents, props changed)
Modified:
  head/japanese/Makefile

Modified: head/japanese/Makefile
==============================================================================
--- head/japanese/Makefile	Sat Sep  7 06:33:16 2019	(r511392)
+++ head/japanese/Makefile	Sat Sep  7 06:40:50 2019	(r511393)
@@ -92,6 +92,8 @@
     SUBDIR += font-mplus-bitmap
     SUBDIR += font-mplus-ipa
     SUBDIR += font-mplus-outline
+    SUBDIR += font-myrica
+    SUBDIR += font-myricam
     SUBDIR += font-naga10
     SUBDIR += font-nasu
     SUBDIR += font-ricty

Added: head/japanese/font-myrica/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/font-myrica/Makefile	Sat Sep  7 06:40:50 2019	(r511393)
@@ -0,0 +1,45 @@
+# $FreeBSD$
+
+PORTNAME=	myrica
+PORTVERSION=	2.012.20180119
+#PORTREVISION=	0
+CATEGORIES=	japanese x11-fonts
+MASTER_SITES=	https://github.com/tomokuni/Myrica/raw/master/product/
+PKGNAMEPREFIX=	ja-font-
+DISTNAME=	Myrica
+DIST_SUBDIR=	${DISTNAME}-${PORTVERSION}
+
+MAINTAINER=	ume@FreeBSD.org
+COMMENT=	Myrica free TrueType fonts for programming
+
+USES=		fonts:fc 7z
+FONTNAME=	myrica
+NO_WRKSUBDIR=	yes
+NO_ARCH=	yes
+NO_BUILD=	yes
+PKGINSTALL=	${WRKDIR}/pkg-install
+PKGDEINSTALL=	${WRKDIR}/pkg-install
+SUB_FILES=	pkg-install
+WRKSRC=		${WRKDIR}/${DISTNAME}
+PORTDOCS=	LICENSE_M+.txt LICENSE_OFL.txt README.md
+
+OPTIONS_DEFINE=	DOCS
+
+do-install:
+	${MKDIR} ${STAGEDIR}${FONTSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} *.TTC ${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} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>

Added: head/japanese/font-myrica/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/font-myrica/distinfo	Sat Sep  7 06:40:50 2019	(r511393)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567831810
+SHA256 (Myrica-2.012.20180119/Myrica.7z) = f73dca7a5999d02351534dbdc184e0e2f9f1a8294de5ff931bb535a5327c68c0
+SIZE (Myrica-2.012.20180119/Myrica.7z) = 4735980

Added: head/japanese/font-myrica/files/20-unhint-myrica.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/font-myrica/files/20-unhint-myrica.conf	Sat Sep  7 06:40:50 2019	(r511393)
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<!-- $FreeBSD$ -->
+<fontconfig>
+	<match target="font">
+		<test name="family">
+			<string>Myrica M</string>
+		</test>
+		<test name="family">
+			<string>Myrica N</string>
+		</test>
+		<test name="family">
+			<string>Myrica P</string>
+		</test>
+		<edit name="autohint">
+			<bool>false</bool>
+		</edit>
+	</match>
+</fontconfig>

Added: head/japanese/font-myrica/files/62-fonts-myrica.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/font-myrica/files/62-fonts-myrica.conf	Sat Sep  7 06:40:50 2019	(r511393)
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<!-- $FreeBSD$ -->
+<fontconfig>
+	<alias>
+		<family>sans-serif</family>
+		<prefer>
+			<family>Myrica P</family>
+		</prefer>
+	</alias>
+	<alias>
+		<family>monospace</family>
+		<prefer>
+			<family>Myrica M</family>
+		</prefer>
+	</alias>
+</fontconfig>

Added: head/japanese/font-myrica/files/pkg-install.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/font-myrica/files/pkg-install.in	Sat Sep  7 06:40:50 2019	(r511393)
@@ -0,0 +1,107 @@
+#!/bin/sh
+# $FreeBSD$
+
+catfontsdir()
+{
+    while read _IN
+    do
+      case "${_IN}" in
+      *-misc-myrica-*|[0-9]*|"") ;;
+      *)       echo ${_IN} ;;
+      esac
+    done
+}
+
+ROMA=""
+BOLD="ds=y"
+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 \
+		${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,^:,,'
+
+	_prefix="${PFIX}:"
+	[ ${index_type} = "scale" -a ${_prefix} != ":" ] && return
+	_file=$(echo $_file | sed -e 's,\.ttf$,Italic&,')
+	for _variant in ${_weight}-i ${_weight}-o; do
+		printf "%s:%s -%s-%s-%s-normal--0-0-0-0-%s-0-%s\n" \
+		       $_prefix $_file $_vendor "$_fname" $_variant $_poc $_enc
+		[ ${index_type} = "scale" ] && break
+	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 Myrica.TTC misc "myrica" m medium
+	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-myrica/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/font-myrica/pkg-descr	Sat Sep  7 06:40:50 2019	(r511393)
@@ -0,0 +1,3 @@
+Myrica is a free TrueType fonts for programming
+
+https://myrica.estable.jp/

Added: head/japanese/font-myrica/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/font-myrica/pkg-plist	Sat Sep  7 06:40:50 2019	(r511393)
@@ -0,0 +1,5 @@
+etc/fonts/conf.avail/20-unhint-myrica.conf
+etc/fonts/conf.avail/62-fonts-myrica.conf
+etc/fonts/conf.d/20-unhint-myrica.conf
+etc/fonts/conf.d/62-fonts-myrica.conf
+%%FONTSDIR%%/Myrica.TTC

Added: head/japanese/font-myricam/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/font-myricam/Makefile	Sat Sep  7 06:40:50 2019	(r511393)
@@ -0,0 +1,45 @@
+# $FreeBSD$
+
+PORTNAME=	myricam
+PORTVERSION=	2.012.20180119
+#PORTREVISION=	0
+CATEGORIES=	japanese x11-fonts
+MASTER_SITES=	https://github.com/tomokuni/Myrica/raw/master/product/
+PKGNAMEPREFIX=	ja-font-
+DISTNAME=	MyricaM
+DIST_SUBDIR=	${DISTNAME}-${PORTVERSION}
+
+MAINTAINER=	ume@FreeBSD.org
+COMMENT=	Myrica free TrueType fonts for programming
+
+USES=		fonts:fc 7z
+FONTNAME=	myricam
+NO_WRKSUBDIR=	yes
+NO_ARCH=	yes
+NO_BUILD=	yes
+PKGINSTALL=	${WRKDIR}/pkg-install
+PKGDEINSTALL=	${WRKDIR}/pkg-install
+SUB_FILES=	pkg-install
+WRKSRC=		${WRKDIR}/${DISTNAME}
+PORTDOCS=	LICENSE_M+.txt LICENSE_OFL.txt README.md
+
+OPTIONS_DEFINE=	DOCS
+
+do-install:
+	${MKDIR} ${STAGEDIR}${FONTSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} *.TTC ${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} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>

Added: head/japanese/font-myricam/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/font-myricam/distinfo	Sat Sep  7 06:40:50 2019	(r511393)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567834800
+SHA256 (MyricaM-2.012.20180119/MyricaM.7z) = 7b309919d0f5e51cb2d96dc13b94794efe39f2b2f4eae7a43d9404088ad2ddda
+SIZE (MyricaM-2.012.20180119/MyricaM.7z) = 4394538

Added: head/japanese/font-myricam/files/20-unhint-myricam.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/font-myricam/files/20-unhint-myricam.conf	Sat Sep  7 06:40:50 2019	(r511393)
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<!-- $FreeBSD$ -->
+<fontconfig>
+	<match target="font">
+		<test name="family">
+			<string>MyricaM M</string>
+		</test>
+		<test name="family">
+			<string>MyricaM N</string>
+		</test>
+		<test name="family">
+			<string>MyricaM P</string>
+		</test>
+		<edit name="autohint">
+			<bool>false</bool>
+		</edit>
+	</match>
+</fontconfig>

Added: head/japanese/font-myricam/files/62-fonts-myricam.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/font-myricam/files/62-fonts-myricam.conf	Sat Sep  7 06:40:50 2019	(r511393)
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<!-- $FreeBSD$ -->
+<fontconfig>
+	<alias>
+		<family>sans-serif</family>
+		<prefer>
+			<family>MyricaM P</family>
+		</prefer>
+	</alias>
+	<alias>
+		<family>monospace</family>
+		<prefer>
+			<family>MyricaM M</family>
+		</prefer>
+	</alias>
+</fontconfig>

Added: head/japanese/font-myricam/files/pkg-install.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/font-myricam/files/pkg-install.in	Sat Sep  7 06:40:50 2019	(r511393)
@@ -0,0 +1,107 @@
+#!/bin/sh
+# $FreeBSD$
+
+catfontsdir()
+{
+    while read _IN
+    do
+      case "${_IN}" in
+      *-misc-myrica\ m-*|[0-9]*|"") ;;
+      *)       echo ${_IN} ;;
+      esac
+    done
+}
+
+ROMA=""
+BOLD="ds=y"
+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 \
+		${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,^:,,'
+
+	_prefix="${PFIX}:"
+	[ ${index_type} = "scale" -a ${_prefix} != ":" ] && return
+	_file=$(echo $_file | sed -e 's,\.ttf$,Italic&,')
+	for _variant in ${_weight}-i ${_weight}-o; do
+		printf "%s:%s -%s-%s-%s-normal--0-0-0-0-%s-0-%s\n" \
+		       $_prefix $_file $_vendor "$_fname" $_variant $_poc $_enc
+		[ ${index_type} = "scale" ] && break
+	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 MyricaM.TTC misc "myrica m" m medium
+	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-myricam/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/font-myricam/pkg-descr	Sat Sep  7 06:40:50 2019	(r511393)
@@ -0,0 +1,3 @@
+Myrica is a free TrueType fonts for programming
+
+https://myrica.estable.jp/

Added: head/japanese/font-myricam/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/font-myricam/pkg-plist	Sat Sep  7 06:40:50 2019	(r511393)
@@ -0,0 +1,5 @@
+etc/fonts/conf.avail/20-unhint-myricam.conf
+etc/fonts/conf.avail/62-fonts-myricam.conf
+etc/fonts/conf.d/20-unhint-myricam.conf
+etc/fonts/conf.d/62-fonts-myricam.conf
+%%FONTSDIR%%/MyricaM.TTC



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909070640.x876eo6d064620>