Initial import of umefont-ttf-412, packaged for wip by Ryo ONODERA.
This package contains 18 Japanese fonts of Umefont family. Ume Gothic/Ume P Gothic and O5/C4/C5/S4/S5 Ume UI Gothic and O5 Ume Mincho/Ume P Mincho and S3
This commit is contained in:
parent
96731b7eb3
commit
e1ac0b751a
4 changed files with 87 additions and 0 deletions
4
fonts/umefont-ttf/DESCR
Normal file
4
fonts/umefont-ttf/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This package contains 18 Japanese fonts of Umefont family.
|
||||
Ume Gothic/Ume P Gothic and O5/C4/C5/S4/S5
|
||||
Ume UI Gothic and O5
|
||||
Ume Mincho/Ume P Mincho and S3
|
58
fonts/umefont-ttf/Makefile
Normal file
58
fonts/umefont-ttf/Makefile
Normal file
|
@ -0,0 +1,58 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/02/03 12:40:43 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= umefont-412
|
||||
PKGNAME= ${DISTNAME:S/-/-0./}
|
||||
CATEGORIES= fonts japanese
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=ume-font/22212/}
|
||||
|
||||
MAINTAINER= ryo_on@yk.rim.or.jp
|
||||
HOMEPAGE= http://sourceforge.jp/projects/ume-font/wiki/FrontPage
|
||||
COMMENT= Ume 18 Japanese fonts (Mincho and Gothic)
|
||||
# LICENSE= M+ FONTS License
|
||||
|
||||
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= ume-pgc4.ttf \
|
||||
ume-pgc5.ttf \
|
||||
ume-pgo4.ttf \
|
||||
ume-pgo5.ttf \
|
||||
ume-pgs4.ttf \
|
||||
ume-pgs5.ttf \
|
||||
ume-pmo3.ttf \
|
||||
ume-pms3.ttf \
|
||||
ume-tgc4.ttf \
|
||||
ume-tgc5.ttf \
|
||||
ume-tgo4.ttf \
|
||||
ume-tgo5.ttf \
|
||||
ume-tgs4.ttf \
|
||||
ume-tgs5.ttf \
|
||||
ume-tmo3.ttf \
|
||||
ume-tms3.ttf \
|
||||
ume-ugo4.ttf \
|
||||
ume-ugo5.ttf
|
||||
INSTALL_DOCS= license.html
|
||||
|
||||
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"
|
20
fonts/umefont-ttf/PLIST
Normal file
20
fonts/umefont-ttf/PLIST
Normal file
|
@ -0,0 +1,20 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/03 12:40:43 wiz Exp $
|
||||
lib/X11/fonts/TTF/ume-pgc4.ttf
|
||||
lib/X11/fonts/TTF/ume-pgc5.ttf
|
||||
lib/X11/fonts/TTF/ume-pgo4.ttf
|
||||
lib/X11/fonts/TTF/ume-pgo5.ttf
|
||||
lib/X11/fonts/TTF/ume-pgs4.ttf
|
||||
lib/X11/fonts/TTF/ume-pgs5.ttf
|
||||
lib/X11/fonts/TTF/ume-pmo3.ttf
|
||||
lib/X11/fonts/TTF/ume-pms3.ttf
|
||||
lib/X11/fonts/TTF/ume-tgc4.ttf
|
||||
lib/X11/fonts/TTF/ume-tgc5.ttf
|
||||
lib/X11/fonts/TTF/ume-tgo4.ttf
|
||||
lib/X11/fonts/TTF/ume-tgo5.ttf
|
||||
lib/X11/fonts/TTF/ume-tgs4.ttf
|
||||
lib/X11/fonts/TTF/ume-tgs5.ttf
|
||||
lib/X11/fonts/TTF/ume-tmo3.ttf
|
||||
lib/X11/fonts/TTF/ume-tms3.ttf
|
||||
lib/X11/fonts/TTF/ume-ugo4.ttf
|
||||
lib/X11/fonts/TTF/ume-ugo5.ttf
|
||||
share/doc/umefont/license.html
|
5
fonts/umefont-ttf/distinfo
Normal file
5
fonts/umefont-ttf/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/02/03 12:40:43 wiz Exp $
|
||||
|
||||
SHA1 (umefont-412.tar.gz) = 646f1695c8e9e7009c7c87e00eda554646cc18f1
|
||||
RMD160 (umefont-412.tar.gz) = 9f4890153ec6db6c5faad4921ae589ec1422676c
|
||||
Size (umefont-412.tar.gz) = 51223253 bytes
|
Loading…
Reference in a new issue