Import migu-ttf-20110514 as fonts/migu-ttf
Migu fonts are universal designed MigMix fonts. 1. For Migu 1P/1C/1M, they have larger Handakuten. 2. For Migu 1C, it has proportional 2-byte Hiragana and Katakana. 3. For Migu 1M, narrow line spacing. 4. For Migu 1P/1C/1M, some glyph modification.
This commit is contained in:
parent
93868baa51
commit
3c17117e46
4 changed files with 75 additions and 0 deletions
5
fonts/migu-ttf/DESCR
Normal file
5
fonts/migu-ttf/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Migu fonts are universal designed MigMix fonts.
|
||||
1. For Migu 1P/1C/1M, they have larger Handakuten.
|
||||
2. For Migu 1C, it has proportional 2-byte Hiragana and Katakana.
|
||||
3. For Migu 1M, narrow line spacing.
|
||||
4. For Migu 1P/1C/1M, some glyph modification.
|
49
fonts/migu-ttf/Makefile
Normal file
49
fonts/migu-ttf/Makefile
Normal file
|
@ -0,0 +1,49 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:23:09 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= # empty
|
||||
PKGNAME= migu-ttf-${VERSION}
|
||||
CATEGORIES= fonts
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=mix-mplus-ipa/51978/}
|
||||
DISTFILES= Migu-1P-${VERSION}.zip \
|
||||
Migu-1C-${VERSION}.zip \
|
||||
Migu-1M-${VERSION}.zip
|
||||
|
||||
MAINTAINER= ryoon@NetBSD.org
|
||||
HOMEPAGE= http://mix-mplus-ipa.sourceforge.jp/
|
||||
COMMENT= Fonts generated from M+ and IPA Gothic (Universal Design)
|
||||
LICENSE= ipafont AND mplusfont
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_X11BASE= yes
|
||||
NO_CONFIGURE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
VERSION= 20110514
|
||||
|
||||
FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
|
||||
FONTS_DIRS.ttf= ${FONTDIR}
|
||||
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
|
||||
INSTALLATION_DIRS= ${FONTDIR} ${DOCDIR}
|
||||
|
||||
INSTALL_FONTS= Migu-1C-${VERSION}/Migu-1C-bold.ttf \
|
||||
Migu-1C-${VERSION}/Migu-1C-regular.ttf \
|
||||
Migu-1M-${VERSION}/Migu-1M-bold.ttf \
|
||||
Migu-1M-${VERSION}/Migu-1M-regular.ttf \
|
||||
Migu-1P-${VERSION}/Migu-1P-bold.ttf \
|
||||
Migu-1P-${VERSION}/Migu-1P-regular.ttf
|
||||
|
||||
INSTALL_DOCS= Migu-1C-${VERSION}/Migu-README.txt \
|
||||
Migu-1C-${VERSION}/ipag00303/IPA_Font_License_Agreement_v1.0.txt \
|
||||
Migu-1C-${VERSION}/mplus-TESTFLIGHT-039/LICENSE_E
|
||||
|
||||
do-install:
|
||||
.for f in ${INSTALL_FONTS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${FONTDIR}
|
||||
.endfor
|
||||
.for f in ${INSTALL_DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCDIR}
|
||||
.endfor
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
10
fonts/migu-ttf/PLIST
Normal file
10
fonts/migu-ttf/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:23:09 ryoon Exp $
|
||||
lib/X11/fonts/TTF/Migu-1C-bold.ttf
|
||||
lib/X11/fonts/TTF/Migu-1C-regular.ttf
|
||||
lib/X11/fonts/TTF/Migu-1M-bold.ttf
|
||||
lib/X11/fonts/TTF/Migu-1M-regular.ttf
|
||||
lib/X11/fonts/TTF/Migu-1P-bold.ttf
|
||||
lib/X11/fonts/TTF/Migu-1P-regular.ttf
|
||||
share/doc/migu-ttf/IPA_Font_License_Agreement_v1.0.txt
|
||||
share/doc/migu-ttf/LICENSE_E
|
||||
share/doc/migu-ttf/Migu-README.txt
|
11
fonts/migu-ttf/distinfo
Normal file
11
fonts/migu-ttf/distinfo
Normal file
|
@ -0,0 +1,11 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/05/28 08:23:09 ryoon Exp $
|
||||
|
||||
SHA1 (Migu-1C-20110514.zip) = 9a2203964b9786de11a49f5d0020f5c11ffc4e31
|
||||
RMD160 (Migu-1C-20110514.zip) = 24689fcae8735b52c330cfb9f772f1e851d50451
|
||||
Size (Migu-1C-20110514.zip) = 4346079 bytes
|
||||
SHA1 (Migu-1M-20110514.zip) = 99da00ad1b6be56de79e7e6345d0dff56111369d
|
||||
RMD160 (Migu-1M-20110514.zip) = b86f6f00d973edfe172c49f841fa445785957e45
|
||||
Size (Migu-1M-20110514.zip) = 4255538 bytes
|
||||
SHA1 (Migu-1P-20110514.zip) = 07c356f4b1fd16eafe3a74550e2d99f54dfbc168
|
||||
RMD160 (Migu-1P-20110514.zip) = bcd91947d13535a36da7e107d65db654ea401235
|
||||
Size (Migu-1P-20110514.zip) = 4337907 bytes
|
Loading…
Reference in a new issue