pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/misaki-fonts Import misaki-fonts-0beta11a from p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fa95d22fda14
branches: trunk
changeset: 575949:fa95d22fda14
user: obache <obache%pkgsrc.org@localhost>
date: Wed May 26 13:55:48 2010 +0000
description:
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:
fonts/misaki-fonts/DESCR | 6 +++++
fonts/misaki-fonts/Makefile | 48 +++++++++++++++++++++++++++++++++++++++++++++
fonts/misaki-fonts/PLIST | 7 ++++++
fonts/misaki-fonts/distinfo | 5 ++++
4 files changed, 66 insertions(+), 0 deletions(-)
diffs (82 lines):
diff -r 5929560e9012 -r fa95d22fda14 fonts/misaki-fonts/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/misaki-fonts/DESCR Wed May 26 13:55:48 2010 +0000
@@ -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 -r 5929560e9012 -r fa95d22fda14 fonts/misaki-fonts/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/misaki-fonts/Makefile Wed May 26 13:55:48 2010 +0000
@@ -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@localhost
+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 -r 5929560e9012 -r fa95d22fda14 fonts/misaki-fonts/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/misaki-fonts/PLIST Wed May 26 13:55:48 2010 +0000
@@ -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 -r 5929560e9012 -r fa95d22fda14 fonts/misaki-fonts/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/misaki-fonts/distinfo Wed May 26 13:55:48 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index