diff options
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ohruri-ttf/DESCR | 2 | ||||
-rw-r--r-- | fonts/ohruri-ttf/Makefile | 46 | ||||
-rw-r--r-- | fonts/ohruri-ttf/PLIST | 8 | ||||
-rw-r--r-- | fonts/ohruri-ttf/distinfo | 6 |
4 files changed, 62 insertions, 0 deletions
diff --git a/fonts/ohruri-ttf/DESCR b/fonts/ohruri-ttf/DESCR new file mode 100644 index 00000000000..f2569204248 --- /dev/null +++ b/fonts/ohruri-ttf/DESCR @@ -0,0 +1,2 @@ +Ohruri Japanese TrueType fonts. +It is based on M+ Font, Source Han Sans and Open Sans Font (alphanumeric). diff --git a/fonts/ohruri-ttf/Makefile b/fonts/ohruri-ttf/Makefile new file mode 100644 index 00000000000..a5197f874a2 --- /dev/null +++ b/fonts/ohruri-ttf/Makefile @@ -0,0 +1,46 @@ +# $NetBSD: Makefile,v 1.1 2016/05/02 15:46:28 nonaka Exp $ +# + +DISTNAME= Ohruri-${OHRURI_VERSION} +PKGNAME= ohruri-ttf-${OHRURI_VERSION} +CATEGORIES= fonts japanese +MASTER_SITES= ${MASTER_SITE_OSDN:=koruri/63358/} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= nonakap@gmail.com +HOMEPAGE= http://koruri.lindwurm.biz/ +COMMENT= Ohruri Japanese TrueType fonts +LICENSE= apache-2.0 + +OHRURI_VERSION= 20150606 + +NO_CONFIGURE= YES +NO_BUILD= YES + +FONTDIR= ${PREFIX}/share/fonts/X11/TTF +FONTS_DIRS.ttf= ${FONTDIR} +DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} + +INSTALLATION_DIRS= share/fonts/X11/TTF \ + share/doc/${PKGBASE} + +INSTALL_FONTS= Ohruri-Bold.ttf \ + Ohruri-Extrabold.ttf \ + Ohruri-Light.ttf \ + Ohruri-Regular.ttf \ + Ohruri-Semibold.ttf +INSTALL_DOCS= LICENSE \ + 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/ohruri-ttf/PLIST b/fonts/ohruri-ttf/PLIST new file mode 100644 index 00000000000..c71e82eeea8 --- /dev/null +++ b/fonts/ohruri-ttf/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/02 15:46:28 nonaka Exp $ +share/fonts/X11/TTF/Ohruri-Bold.ttf +share/fonts/X11/TTF/Ohruri-Extrabold.ttf +share/fonts/X11/TTF/Ohruri-Light.ttf +share/fonts/X11/TTF/Ohruri-Regular.ttf +share/fonts/X11/TTF/Ohruri-Semibold.ttf +share/doc/${PKGBASE}/LICENSE +share/doc/${PKGBASE}/README.md diff --git a/fonts/ohruri-ttf/distinfo b/fonts/ohruri-ttf/distinfo new file mode 100644 index 00000000000..e96c698c868 --- /dev/null +++ b/fonts/ohruri-ttf/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/02 15:46:28 nonaka Exp $ + +SHA1 (Ohruri-20150606.tar.xz) = d39fe6640e5a33e0f8b30e21bb1fcaf815e17550 +RMD160 (Ohruri-20150606.tar.xz) = bcab1df0d0965a797000a1947e7f415d88cf7572 +SHA512 (Ohruri-20150606.tar.xz) = 6cc2ba38a10759eb95c104b7ab3eb896c796713dc0576e942d56e2d8d16bc3885a2d4e6bfb3a0a1e81f5237187faf446d7497a5af60b8d70e20fe790e800470b +Size (Ohruri-20150606.tar.xz) = 12633376 bytes |