diff options
author | obache <obache@pkgsrc.org> | 2010-05-26 13:55:48 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-26 13:55:48 +0000 |
commit | 96a27909ca9ff8c8a8b378060dd4b4f43e25323b (patch) | |
tree | 64db754b7590b76412b0a9598ef043d4aa8c3891 /fonts/misaki-fonts | |
parent | dbf1a39122a8bc415203984b0ed75b73aac1a366 (diff) | |
download | pkgsrc-96a27909ca9ff8c8a8b378060dd4b4f43e25323b.tar.gz |
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.
Diffstat (limited to 'fonts/misaki-fonts')
-rw-r--r-- | fonts/misaki-fonts/DESCR | 6 | ||||
-rw-r--r-- | fonts/misaki-fonts/Makefile | 48 | ||||
-rw-r--r-- | fonts/misaki-fonts/PLIST | 7 | ||||
-rw-r--r-- | fonts/misaki-fonts/distinfo | 5 |
4 files changed, 66 insertions, 0 deletions
diff --git a/fonts/misaki-fonts/DESCR b/fonts/misaki-fonts/DESCR new file mode 100644 index 00000000000..363da2dafb7 --- /dev/null +++ b/fonts/misaki-fonts/DESCR @@ -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. diff --git a/fonts/misaki-fonts/Makefile b/fonts/misaki-fonts/Makefile new file mode 100644 index 00000000000..b8f1955ee35 --- /dev/null +++ b/fonts/misaki-fonts/Makefile @@ -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" diff --git a/fonts/misaki-fonts/PLIST b/fonts/misaki-fonts/PLIST new file mode 100644 index 00000000000..e5538d59471 --- /dev/null +++ b/fonts/misaki-fonts/PLIST @@ -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 diff --git a/fonts/misaki-fonts/distinfo b/fonts/misaki-fonts/distinfo new file mode 100644 index 00000000000..11c1537e6b9 --- /dev/null +++ b/fonts/misaki-fonts/distinfo @@ -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 |