From 3c997ca67da88f4bd25df5f94e7e9bc281efdf76 Mon Sep 17 00:00:00 2001 From: kei Date: Sat, 15 Mar 2003 20:35:39 +0000 Subject: initial import of ja-elisat-1.0 pacakge. this is a part of splitting jisx0208fonts package into multiple packages. ELISA FONT is an 8x8 dots bitmap font for Japanese. It was made in NIFTY-Serve FYHPPC `ELISA FONT PJ' for HP 100LX/200LX palmtop computers, then converted to BDF format for X Window System. This package also contains 4x8 dots for JIS X 0201 and ISO-8859-1 1-byte charset fonts. --- fonts/ja-elisat/DESCR | 6 ++++++ fonts/ja-elisat/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++ fonts/ja-elisat/PLIST | 10 ++++++++++ fonts/ja-elisat/distinfo | 4 ++++ 4 files changed, 62 insertions(+) create mode 100644 fonts/ja-elisat/DESCR create mode 100644 fonts/ja-elisat/Makefile create mode 100644 fonts/ja-elisat/PLIST create mode 100644 fonts/ja-elisat/distinfo (limited to 'fonts') diff --git a/fonts/ja-elisat/DESCR b/fonts/ja-elisat/DESCR new file mode 100644 index 00000000000..ac43f6db02b --- /dev/null +++ b/fonts/ja-elisat/DESCR @@ -0,0 +1,6 @@ +ELISA FONT is an 8x8 dots bitmap font for Japanese. It was made in +NIFTY-Serve FYHPPC `ELISA FONT PJ' for HP 100LX/200LX palmtop computers, +then converted to BDF format for X Window System. + +This package also contains 4x8 dots for JIS X 0201 and ISO-8859-1 +1-byte charset fonts. diff --git a/fonts/ja-elisat/Makefile b/fonts/ja-elisat/Makefile new file mode 100644 index 00000000000..e46c480b4ac --- /dev/null +++ b/fonts/ja-elisat/Makefile @@ -0,0 +1,42 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/15 20:35:39 kei Exp $ + +DISTNAME= elisat10 +PKGNAME= ja-elisat-1.0 +CATEGORIES= fonts x11 japanese +MASTER_SITES= http://www.tea.forus.or.jp/toshi/exhibition/ + +MAINTAINER= tech-pkg-ja@jp.netbsd.org +HOMEPAGE= ${MASTER_SITES}/elisat10.html +COMMENT= 8x8 dots X11 bitmap font for JIS X 0208 + +USE_X11BASE= YES +DOCDIR= ${PREFIX}/share/doc/elisat +FONTDIR= ${X11PREFIX}/lib/X11/fonts/local +#ALIAS= ${WRKDIR}/fonts.alias +WRKSRC= ${WRKDIR} + +LICENSE= no-commercial-use + +do-build: + cd ${WRKSRC}; \ + for i in *.bdf; do \ + p=`basename $$i .bdf`.pcf; \ + bdftopcf -o $$p $$i; \ + ${GZIP_CMD} -c $$p > $$p.gz; \ + done + +do-install: + ${INSTALL_DATA_DIR} ${DOCDIR}; \ + ${INSTALL_DATA} ${WRKSRC}/*.doc ${WRKSRC}/*.html ${DOCDIR}; \ + ${INSTALL_DATA_DIR} ${FONTDIR}; \ + ${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${FONTDIR} + +post-install: + cd ${FONTDIR}; \ + mkfontdir + +post-deinstall: + cd ${FONTDIR}; \ + mkfontdir + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/ja-elisat/PLIST b/fonts/ja-elisat/PLIST new file mode 100644 index 00000000000..fbe427816ec --- /dev/null +++ b/fonts/ja-elisat/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/15 20:35:39 kei Exp $ +lib/X11/fonts/local/elisat10.pcf.gz +lib/X11/fonts/local/jpnhn4-iso.pcf.gz +lib/X11/fonts/local/jpnhn4-jis.pcf.gz +share/doc/elisat/elisa100.doc +share/doc/elisat/elisat10.doc +share/doc/elisat/elisat10.html +@dirrm share/doc/elisat +@exec mkfontdir %D/lib/X11/fonts/local +@unexec mkfontdir %D/lib/X11/fonts/local diff --git a/fonts/ja-elisat/distinfo b/fonts/ja-elisat/distinfo new file mode 100644 index 00000000000..827a283a9ee --- /dev/null +++ b/fonts/ja-elisat/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/03/15 20:35:39 kei Exp $ + +SHA1 (elisat10.tar.gz) = 7ea5b06d227c1286e82eef528fe476564ada3e30 +Size (elisat10.tar.gz) = 125435 bytes -- cgit v1.2.3