Import koruri-ttf-20140319 as fonts/koruri-ttf.
Koruri Japanese TrueType fonts. It is based on M+ Font and Open Sans Font (alphanumeric). Packaged by nonaka@, and submitted as PR pkg/48756.
This commit is contained in:
parent
a450329d04
commit
f257e3fa79
4 changed files with 61 additions and 0 deletions
2
fonts/koruri-ttf/DESCR
Normal file
2
fonts/koruri-ttf/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Koruri Japanese TrueType fonts.
|
||||
It is based on M+ Font and Open Sans Font (alphanumeric).
|
46
fonts/koruri-ttf/Makefile
Normal file
46
fonts/koruri-ttf/Makefile
Normal file
|
@ -0,0 +1,46 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/05/06 13:16:18 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Koruri-${KORURI_VERSION}
|
||||
PKGNAME= koruri-ttf-${KORURI_VERSION}
|
||||
CATEGORIES= fonts japanese
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=koruri/60791/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= nonakap@gmail.com
|
||||
HOMEPAGE= http://koruri.lindwurm.biz/
|
||||
COMMENT= Koruri Japanese TrueType fonts
|
||||
LICENSE= apache-2.0
|
||||
|
||||
KORURI_VERSION= 20140319
|
||||
|
||||
USE_X11BASE= YES
|
||||
NO_CONFIGURE= YES
|
||||
NO_BUILD= YES
|
||||
|
||||
FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
|
||||
FONTS_DIRS.ttf= ${FONTDIR}
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
|
||||
|
||||
INSTALLATION_DIRS= lib/X11/fonts/TTF \
|
||||
share/doc/${PKGBASE}
|
||||
|
||||
INSTALL_FONTS= Koruri-Bold.ttf \
|
||||
Koruri-Extrabold.ttf \
|
||||
Koruri-Light.ttf \
|
||||
Koruri-Regular.ttf \
|
||||
Koruri-Semibold.ttf
|
||||
INSTALL_DOCS= LICENSE.txt \
|
||||
README.md
|
||||
|
||||
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"
|
8
fonts/koruri-ttf/PLIST
Normal file
8
fonts/koruri-ttf/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/05/06 13:16:18 ryoon Exp $
|
||||
lib/X11/fonts/TTF/Koruri-Bold.ttf
|
||||
lib/X11/fonts/TTF/Koruri-Extrabold.ttf
|
||||
lib/X11/fonts/TTF/Koruri-Light.ttf
|
||||
lib/X11/fonts/TTF/Koruri-Regular.ttf
|
||||
lib/X11/fonts/TTF/Koruri-Semibold.ttf
|
||||
share/doc/${PKGBASE}/LICENSE.txt
|
||||
share/doc/${PKGBASE}/README.md
|
5
fonts/koruri-ttf/distinfo
Normal file
5
fonts/koruri-ttf/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/05/06 13:16:18 ryoon Exp $
|
||||
|
||||
SHA1 (Koruri-20140319.tar.xz) = b497c6d500afe6a3bf31db74614f8ad26e8f8af1
|
||||
RMD160 (Koruri-20140319.tar.xz) = d0f9c03dc37797af820d018fd571fa4191bd8814
|
||||
Size (Koruri-20140319.tar.xz) = 14064704 bytes
|
Loading…
Reference in a new issue