Import misaki-fonts-0beta11a from pkgsrc-wip as fonts/misaki-fonts.
Packaged by Ryo ONODERA and requested to import in PR#42997. Misaki font is an 8*8 dots bitmap font for Japanese. This font was developed for SCRNJPN Japanese screen driver for Sharp PC-E500 pocket computer. Almost all characters is designed in 7*7 dots.
This commit is contained in:
parent
cdb6a8a17e
commit
e0d57d354b
4 changed files with 66 additions and 0 deletions
6
fonts/misaki-fonts/DESCR
Normal file
6
fonts/misaki-fonts/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Misaki font is an 8*8 dots bitmap font for Japanese.
|
||||
|
||||
This font was developed for SCRNJPN Japanese screen driver
|
||||
for Sharp PC-E500 pocket computer.
|
||||
|
||||
Almost all characters is designed in 7*7 dots.
|
48
fonts/misaki-fonts/Makefile
Normal file
48
fonts/misaki-fonts/Makefile
Normal file
|
@ -0,0 +1,48 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/05/26 13:55:48 obache Exp $
|
||||
|
||||
DISTNAME= misaki_bdf_b11a
|
||||
PKGNAME= ${DISTNAME:S/misaki_bdf_b/misaki-fonts-0beta/}
|
||||
CATEGORIES= fonts x11 japanese
|
||||
MASTER_SITES= http://www.geocities.jp/littlimi/arc/misaki/
|
||||
|
||||
MAINTAINER= ryo_on@yk.rim.or.jp
|
||||
HOMEPAGE= http://www.geocities.jp/littlimi/misaki.htm
|
||||
COMMENT= 8x8 dots X11 bitmap font for JIS X 0208
|
||||
#LICENSE= M+ FONTS License
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
USE_X11BASE= YES
|
||||
NO_CONFIGURE= YES
|
||||
USE_TOOLS+= bdftopcf gzip
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
|
||||
FONTDIR= ${PREFIX}/lib/X11/fonts/local
|
||||
FONTS_DIRS.x11= ${FONTDIR}
|
||||
|
||||
INSTALLATION_DIRS= lib/X11/fonts/local \
|
||||
${DOCSDIR}
|
||||
|
||||
INSTALL_FONTS= misaki_gothic.bdf \
|
||||
misaki_mincho.bdf \
|
||||
misaki_4x8_iso8859.bdf \
|
||||
misaki_4x8_jisx0201.bdf
|
||||
INSTALL_DOCS= misaki_bdf.txt \
|
||||
readme.txt
|
||||
|
||||
do-build:
|
||||
.for filename in ${INSTALL_FONTS}
|
||||
bdftopcf -o ${WRKSRC}/${filename:S/bdf/pcf/} ${WRKSRC}/${filename}
|
||||
${GZIP_CMD} ${WRKSRC}/${filename:S/bdf/pcf/}
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
.for filename in ${INSTALL_DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${filename} ${DESTDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.for filename in ${INSTALL_FONTS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${filename:S/bdf/pcf.gz/} ${DESTDIR}${FONTDIR}
|
||||
.endfor
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
7
fonts/misaki-fonts/PLIST
Normal file
7
fonts/misaki-fonts/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/26 13:55:48 obache Exp $
|
||||
lib/X11/fonts/local/misaki_4x8_iso8859.pcf.gz
|
||||
lib/X11/fonts/local/misaki_4x8_jisx0201.pcf.gz
|
||||
lib/X11/fonts/local/misaki_gothic.pcf.gz
|
||||
lib/X11/fonts/local/misaki_mincho.pcf.gz
|
||||
share/doc/${PKGBASE}/misaki_bdf.txt
|
||||
share/doc/${PKGBASE}/readme.txt
|
5
fonts/misaki-fonts/distinfo
Normal file
5
fonts/misaki-fonts/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/05/26 13:55:48 obache Exp $
|
||||
|
||||
SHA1 (misaki_bdf_b11a.tar.gz) = d59646f82ac6db29b6697a5a6e56303514344fa2
|
||||
RMD160 (misaki_bdf_b11a.tar.gz) = 58f9c1e4cd83824088773046e82e10a1a2915c43
|
||||
Size (misaki_bdf_b11a.tar.gz) = 202682 bytes
|
Loading…
Reference in a new issue