From e1234496fedcd35614dbca093f4d0af54ef6a817 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 3 Feb 2010 12:40:43 +0000 Subject: Initial import of umefont-ttf-412, packaged for wip by Ryo ONODERA. This package contains 18 Japanese fonts of Umefont family. Ume Gothic/Ume P Gothic and O5/C4/C5/S4/S5 Ume UI Gothic and O5 Ume Mincho/Ume P Mincho and S3 --- fonts/umefont-ttf/DESCR | 4 ++++ fonts/umefont-ttf/Makefile | 58 ++++++++++++++++++++++++++++++++++++++++++++++ fonts/umefont-ttf/PLIST | 20 ++++++++++++++++ fonts/umefont-ttf/distinfo | 5 ++++ 4 files changed, 87 insertions(+) create mode 100644 fonts/umefont-ttf/DESCR create mode 100644 fonts/umefont-ttf/Makefile create mode 100644 fonts/umefont-ttf/PLIST create mode 100644 fonts/umefont-ttf/distinfo diff --git a/fonts/umefont-ttf/DESCR b/fonts/umefont-ttf/DESCR new file mode 100644 index 00000000000..13c83d90691 --- /dev/null +++ b/fonts/umefont-ttf/DESCR @@ -0,0 +1,4 @@ +This package contains 18 Japanese fonts of Umefont family. +Ume Gothic/Ume P Gothic and O5/C4/C5/S4/S5 +Ume UI Gothic and O5 +Ume Mincho/Ume P Mincho and S3 diff --git a/fonts/umefont-ttf/Makefile b/fonts/umefont-ttf/Makefile new file mode 100644 index 00000000000..16e415996be --- /dev/null +++ b/fonts/umefont-ttf/Makefile @@ -0,0 +1,58 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/03 12:40:43 wiz Exp $ +# + +DISTNAME= umefont-412 +PKGNAME= ${DISTNAME:S/-/-0./} +CATEGORIES= fonts japanese +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=ume-font/22212/} + +MAINTAINER= ryo_on@yk.rim.or.jp +HOMEPAGE= http://sourceforge.jp/projects/ume-font/wiki/FrontPage +COMMENT= Ume 18 Japanese fonts (Mincho and Gothic) +# LICENSE= M+ FONTS License + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_X11BASE= YES +NO_CONFIGURE= YES +NO_BUILD= YES + +DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} + +INSTALLATION_DIRS= lib/X11/fonts/TTF \ + ${DOCSDIR} + +FONTDIR= ${PREFIX}/lib/X11/fonts/TTF +FONTS_DIRS.ttf= ${FONTDIR} + +INSTALL_FONTS= ume-pgc4.ttf \ + ume-pgc5.ttf \ + ume-pgo4.ttf \ + ume-pgo5.ttf \ + ume-pgs4.ttf \ + ume-pgs5.ttf \ + ume-pmo3.ttf \ + ume-pms3.ttf \ + ume-tgc4.ttf \ + ume-tgc5.ttf \ + ume-tgo4.ttf \ + ume-tgo5.ttf \ + ume-tgs4.ttf \ + ume-tgs5.ttf \ + ume-tmo3.ttf \ + ume-tms3.ttf \ + ume-ugo4.ttf \ + ume-ugo5.ttf +INSTALL_DOCS= license.html + +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/umefont-ttf/PLIST b/fonts/umefont-ttf/PLIST new file mode 100644 index 00000000000..a8b78f42eb9 --- /dev/null +++ b/fonts/umefont-ttf/PLIST @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/03 12:40:43 wiz Exp $ +lib/X11/fonts/TTF/ume-pgc4.ttf +lib/X11/fonts/TTF/ume-pgc5.ttf +lib/X11/fonts/TTF/ume-pgo4.ttf +lib/X11/fonts/TTF/ume-pgo5.ttf +lib/X11/fonts/TTF/ume-pgs4.ttf +lib/X11/fonts/TTF/ume-pgs5.ttf +lib/X11/fonts/TTF/ume-pmo3.ttf +lib/X11/fonts/TTF/ume-pms3.ttf +lib/X11/fonts/TTF/ume-tgc4.ttf +lib/X11/fonts/TTF/ume-tgc5.ttf +lib/X11/fonts/TTF/ume-tgo4.ttf +lib/X11/fonts/TTF/ume-tgo5.ttf +lib/X11/fonts/TTF/ume-tgs4.ttf +lib/X11/fonts/TTF/ume-tgs5.ttf +lib/X11/fonts/TTF/ume-tmo3.ttf +lib/X11/fonts/TTF/ume-tms3.ttf +lib/X11/fonts/TTF/ume-ugo4.ttf +lib/X11/fonts/TTF/ume-ugo5.ttf +share/doc/umefont/license.html diff --git a/fonts/umefont-ttf/distinfo b/fonts/umefont-ttf/distinfo new file mode 100644 index 00000000000..87051fd4007 --- /dev/null +++ b/fonts/umefont-ttf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/02/03 12:40:43 wiz Exp $ + +SHA1 (umefont-412.tar.gz) = 646f1695c8e9e7009c7c87e00eda554646cc18f1 +RMD160 (umefont-412.tar.gz) = 9f4890153ec6db6c5faad4921ae589ec1422676c +Size (umefont-412.tar.gz) = 51223253 bytes -- cgit v1.2.3