Import ipaexfont-00102 as wip/ipaexfont-ttf.
This package contains IPAex Gothic font and IPAex Mincho font. IPAex fonts contains fixed-width (monospace) Kanji glyphs that is based on JIS X 0213 and proportional Western characters glyphs. IPA means Information-technology Promotion Agency, Japan. I changed PKGNAME fonts to font, DISTNAME was font.
This commit is contained in:
parent
8fb3a868bd
commit
19aa9f7c51
4 changed files with 59 additions and 0 deletions
4
ipaexfont-ttf/DESCR
Normal file
4
ipaexfont-ttf/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This package contains IPAex Gothic font and IPAex Mincho font. IPAex
|
||||
fonts contains fixed-width (monospace) Kanji glyphs that is based on
|
||||
JIS X 0213 and proportional Western characters glyphs.
|
||||
IPA means Information-technology Promotion Agency, Japan.
|
45
ipaexfont-ttf/Makefile
Normal file
45
ipaexfont-ttf/Makefile
Normal file
|
@ -0,0 +1,45 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/06/26 00:16:00 ryo-on Exp $
|
||||
#
|
||||
|
||||
DISTNAME= IPAexfont00102
|
||||
PKGNAME= ${DISTNAME:S/IPAexfont/ipaexfont-/}
|
||||
CATEGORIES= fonts japanese
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=ipafonts/47611/} \
|
||||
http://info.openlab.ipa.go.jp/ipafont/fontdata/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= ryo_on@yk.rim.or.jp
|
||||
HOMEPAGE= http://ossipedia.ipa.go.jp/ipafont/
|
||||
COMMENT= IPAex fonts (fixed JIS X0213 Kanji, and proportional ASCII)
|
||||
LICENSE= ipafont
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_X11BASE= YES
|
||||
NO_CONFIGURE= YES
|
||||
NO_BUILD= YES
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
|
||||
|
||||
INSTALLATION_DIRS= lib/X11/fonts/TTF \
|
||||
${DOCSDIR}
|
||||
|
||||
FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
|
||||
FONTS_DIRS.ttf= ${FONTDIR}
|
||||
|
||||
INSTALL_FONTS= ipaexg.ttf \
|
||||
ipaexm.ttf
|
||||
INSTALL_DOCS= IPA_Font_License_Agreement_v1.0.txt \
|
||||
Readme_IPAexfont00102.txt
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
do-install:
|
||||
.for fontfile in ${INSTALL_FONTS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${fontfile} ${DESTDIR}${FONTDIR}
|
||||
.endfor
|
||||
.for docfile in ${INSTALL_DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${docfile} ${DESTDIR}${DOCSDIR}
|
||||
.endfor
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
ipaexfont-ttf/PLIST
Normal file
5
ipaexfont-ttf/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/06/26 00:16:00 ryo-on Exp $
|
||||
lib/X11/fonts/TTF/ipaexg.ttf
|
||||
lib/X11/fonts/TTF/ipaexm.ttf
|
||||
share/doc/${PKGBASE}/IPA_Font_License_Agreement_v1.0.txt
|
||||
share/doc/${PKGBASE}/Readme_IPAexfont${PKGVERSION}.txt
|
5
ipaexfont-ttf/distinfo
Normal file
5
ipaexfont-ttf/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/06/26 00:16:00 ryo-on Exp $
|
||||
|
||||
SHA1 (IPAexfont00102.zip) = 7bc3d2b2de1534cb6729a341d0ec90047c4c732b
|
||||
RMD160 (IPAexfont00102.zip) = 17f015930b3e93d52b323fb9a9f2fb837fed0d3f
|
||||
Size (IPAexfont00102.zip) = 9661296 bytes
|
Loading…
Reference in a new issue