From fbd8a0c26c2e4934fdd216908a3981dba5a16f82 Mon Sep 17 00:00:00 2001 From: kei Date: Sat, 15 Mar 2003 20:57:50 +0000 Subject: initial import of ja-shinonome-0.9.9 pacakge. this is a part of splitting jisx0208fonts package into multiple packages. "Shinonome Font Family" is a set of BDF bitmap fonts. The original author Yasuyuki Furukawa was pleased to hand over its maintenance to the /efont/. It includes 12, 14, 16 dots Japanese (JIS X 0201/0208) and ISO8859-1 terminal fonts. 18 dots ISO8859-1 fonts are also included. All of the above fonts have normal, bold, italic, and bold-italic faces. These fonts are in Public Domain. Share and Enjoy. --- fonts/ja-shinonome/INSTALL | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 fonts/ja-shinonome/INSTALL (limited to 'fonts/ja-shinonome/INSTALL') diff --git a/fonts/ja-shinonome/INSTALL b/fonts/ja-shinonome/INSTALL new file mode 100644 index 00000000000..6df2d980784 --- /dev/null +++ b/fonts/ja-shinonome/INSTALL @@ -0,0 +1,28 @@ +#!/bin/sh +# +# $NetBSD: INSTALL,v 1.1.1.1 2003/03/15 20:57:50 kei Exp $ + +ALIAS=@FONTDIR@/fonts.alias + +case ${STAGE} in +PRE-INSTALL) + ;; + +POST-INSTALL) + ${ECHO} '-- BEGIN shinonome --' >> ${ALIAS} + ${CAT} @ALIAS_SHINONOME@ >> ${ALIAS} + ${ECHO} >> ${ALIAS} + ${ECHO} '!! shinonome generic aliases' >> ${ALIAS} + ${CAT} @ALIAS_SHINONOME@ | \ + ${GREP} 'mincho-.*-misc-' | \ + ${SED} -e 's/mincho/fixed/' >> ${ALIAS} + ${ECHO} '-- END shinonome --' >> ${ALIAS} + mkfontdir @FONTDIR@ + ;; + +*) + ${ECHO} "Unexpected argument: ${STAGE}" + exit 1 + ;; + +esac -- cgit v1.2.3