summaryrefslogtreecommitdiff
path: root/fonts/ja-shinonome/INSTALL
diff options
context:
space:
mode:
authorkei <kei>2003-03-15 20:57:50 +0000
committerkei <kei>2003-03-15 20:57:50 +0000
commitfbd8a0c26c2e4934fdd216908a3981dba5a16f82 (patch)
treedf0f40690a03bb61cdde97072675890cdfb27169 /fonts/ja-shinonome/INSTALL
parent78ce0ec52da9104f68b1cf790d2702ef693b619e (diff)
downloadpkgsrc-fbd8a0c26c2e4934fdd216908a3981dba5a16f82.tar.gz
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.
Diffstat (limited to 'fonts/ja-shinonome/INSTALL')
-rw-r--r--fonts/ja-shinonome/INSTALL28
1 files changed, 28 insertions, 0 deletions
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