diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-05-06 13:16:18 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-05-06 13:16:18 +0000 |
commit | 9db9c044624effe1c2c1e53ca0a142b45ae31c1a (patch) | |
tree | d0ab091df566152991920b23ca429e5b78614d92 /fonts | |
parent | 9303a460c889ca624fbd84ff4d202f95deb9af19 (diff) | |
download | pkgsrc-9db9c044624effe1c2c1e53ca0a142b45ae31c1a.tar.gz |
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.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/koruri-ttf/DESCR | 2 | ||||
-rw-r--r-- | fonts/koruri-ttf/Makefile | 46 | ||||
-rw-r--r-- | fonts/koruri-ttf/PLIST | 8 | ||||
-rw-r--r-- | fonts/koruri-ttf/distinfo | 5 |
4 files changed, 61 insertions, 0 deletions
diff --git a/fonts/koruri-ttf/DESCR b/fonts/koruri-ttf/DESCR new file mode 100644 index 00000000000..d561b16cb62 --- /dev/null +++ b/fonts/koruri-ttf/DESCR @@ -0,0 +1,2 @@ +Koruri Japanese TrueType fonts. +It is based on M+ Font and Open Sans Font (alphanumeric). diff --git a/fonts/koruri-ttf/Makefile b/fonts/koruri-ttf/Makefile new file mode 100644 index 00000000000..5d141c89f14 --- /dev/null +++ b/fonts/koruri-ttf/Makefile @@ -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" diff --git a/fonts/koruri-ttf/PLIST b/fonts/koruri-ttf/PLIST new file mode 100644 index 00000000000..26bdf59b412 --- /dev/null +++ b/fonts/koruri-ttf/PLIST @@ -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 diff --git a/fonts/koruri-ttf/distinfo b/fonts/koruri-ttf/distinfo new file mode 100644 index 00000000000..b72ffe0c272 --- /dev/null +++ b/fonts/koruri-ttf/distinfo @@ -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 |