diff options
author | nia <nia@pkgsrc.org> | 2019-07-27 14:52:26 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-07-27 14:52:26 +0000 |
commit | 421f2db16c3281b167366b98c4ed321f5a4b6e31 (patch) | |
tree | 60064150c832b4df775cbe3c8599ca0145ab8e13 /fonts/koruri-ttf | |
parent | abfa47fd211c8fada3450b1b0cae8ad04389be4f (diff) | |
download | pkgsrc-421f2db16c3281b167366b98c4ed321f5a4b6e31.tar.gz |
koruri-ttf: Update to 20180915
Various updates to the source fonts including support for specific
codepoints used by Android.
Use mk/fonts.mk.
Diffstat (limited to 'fonts/koruri-ttf')
-rw-r--r-- | fonts/koruri-ttf/Makefile | 43 | ||||
-rw-r--r-- | fonts/koruri-ttf/distinfo | 10 |
2 files changed, 11 insertions, 42 deletions
diff --git a/fonts/koruri-ttf/Makefile b/fonts/koruri-ttf/Makefile index 511c98418b8..d2ef4d1abc7 100644 --- a/fonts/koruri-ttf/Makefile +++ b/fonts/koruri-ttf/Makefile @@ -1,52 +1,21 @@ -# $NetBSD: Makefile,v 1.12 2016/11/05 12:40:54 nonaka Exp $ -# +# $NetBSD: Makefile,v 1.13 2019/07/27 14:52:26 nia Exp $ DISTNAME= Koruri-${KORURI_VERSION} PKGNAME= koruri-ttf-${KORURI_VERSION} CATEGORIES= fonts japanese -MASTER_SITES= ${MASTER_SITE_OSDN:=koruri/66647/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=Koruri/} EXTRACT_SUFX= .tar.xz +GITHUB_PROJECT= Koruri +GITHUB_RELEASE= Koruri-${KORURI_VERSION} MAINTAINER= nonakap@gmail.com HOMEPAGE= http://koruri.lindwurm.biz/ COMMENT= Koruri Japanese TrueType fonts LICENSE= apache-2.0 -KORURI_VERSION= 20161105 - -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= Koruri-Bold.ttf \ - Koruri-Extrabold.ttf \ - Koruri-Light.ttf \ - Koruri-Regular.ttf \ - Koruri-Semibold.ttf -INSTALL_DOCS= LICENSE \ - LICENSE_E.mplus \ - LICENSE_J.mplus \ - LICENSE_opensans \ - README.md \ - README_E.mplus \ - README_J.mplus \ - README_ja.md - +KORURI_VERSION= 20180915 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/fonts.mk" .include "../../mk/bsd.pkg.mk" diff --git a/fonts/koruri-ttf/distinfo b/fonts/koruri-ttf/distinfo index 0b3b9205940..a76810e94fc 100644 --- a/fonts/koruri-ttf/distinfo +++ b/fonts/koruri-ttf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/11/05 12:40:54 nonaka Exp $ +$NetBSD: distinfo,v 1.12 2019/07/27 14:52:26 nia Exp $ -SHA1 (Koruri-20161105.tar.xz) = e5f0010aca76c079b0a2b56ef3bc0655be2c3724 -RMD160 (Koruri-20161105.tar.xz) = 6f47c198c7fa103dc0dee2a654ec41c9382c7de5 -SHA512 (Koruri-20161105.tar.xz) = edf50be2084bd8b03a5162f5c3ae6e474e45b3b9f2a18ed0b65b1527470a22a2ecacc5b675e396de11d217c057bf8d9ea9842977b6db5d3ee06b0c1c08e472b6 -Size (Koruri-20161105.tar.xz) = 4260452 bytes +SHA1 (Koruri-20180915.tar.xz) = 021bcde2210773ca624aa52ed2fcbf4ca5747652 +RMD160 (Koruri-20180915.tar.xz) = a7ec3fd2b35459316f773f205e4914124a78c9c6 +SHA512 (Koruri-20180915.tar.xz) = 0a78240e75782c07752e29e8591d5eab2b15fd0f784e569c60c438c2a1e49c462fa6e4e1734c1922d8bb0b1eb22fd4c74a71c0c0b7d127fb1d4c410835b98bd7 +Size (Koruri-20180915.tar.xz) = 5185488 bytes |