pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/koruri-ttf Import koruri-ttf-20140319 as fonts/k...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e56edcdc0b3
branches:  trunk
changeset: 634008:0e56edcdc0b3
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue May 06 13:16:18 2014 +0000

description:
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:

 fonts/koruri-ttf/DESCR    |   2 ++
 fonts/koruri-ttf/Makefile |  46 ++++++++++++++++++++++++++++++++++++++++++++++
 fonts/koruri-ttf/PLIST    |   8 ++++++++
 fonts/koruri-ttf/distinfo |   5 +++++
 4 files changed, 61 insertions(+), 0 deletions(-)

diffs (77 lines):

diff -r 3b424270f6a5 -r 0e56edcdc0b3 fonts/koruri-ttf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/koruri-ttf/DESCR    Tue May 06 13:16:18 2014 +0000
@@ -0,0 +1,2 @@
+Koruri Japanese TrueType fonts.
+It is based on M+ Font and Open Sans Font (alphanumeric).
diff -r 3b424270f6a5 -r 0e56edcdc0b3 fonts/koruri-ttf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/koruri-ttf/Makefile Tue May 06 13:16:18 2014 +0000
@@ -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@localhost
+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 -r 3b424270f6a5 -r 0e56edcdc0b3 fonts/koruri-ttf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/koruri-ttf/PLIST    Tue May 06 13:16:18 2014 +0000
@@ -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 -r 3b424270f6a5 -r 0e56edcdc0b3 fonts/koruri-ttf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/koruri-ttf/distinfo Tue May 06 13:16:18 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index