From e07f175c22c9278dba688d9e1258cc41ce3a13c4 Mon Sep 17 00:00:00 2001 From: obache Date: Tue, 11 Dec 2007 13:16:29 +0000 Subject: Import monafonts-2.90. Based on packaged by Yamashiro Jun in PR 37450. pkglintfy, fix PLIST and DESTDIR support by me. TrueType kanji propotional fonts that have same metric and order as Japanese Windows font. This is named after ascii art 'mona' used in '2 channel' ,notrious huge Web BBS. --- fonts/monafonts-ttf/DESCR | 3 +++ fonts/monafonts-ttf/Makefile | 27 +++++++++++++++++++++++++++ fonts/monafonts-ttf/PLIST | 2 ++ fonts/monafonts-ttf/distinfo | 5 +++++ 4 files changed, 37 insertions(+) create mode 100644 fonts/monafonts-ttf/DESCR create mode 100644 fonts/monafonts-ttf/Makefile create mode 100644 fonts/monafonts-ttf/PLIST create mode 100644 fonts/monafonts-ttf/distinfo (limited to 'fonts') diff --git a/fonts/monafonts-ttf/DESCR b/fonts/monafonts-ttf/DESCR new file mode 100644 index 00000000000..650fdca3f6a --- /dev/null +++ b/fonts/monafonts-ttf/DESCR @@ -0,0 +1,3 @@ +TrueType kanji propotional fonts that have same metric and order as +Japanese Windows font. This is named after ascii art 'mona' used in +'2 channel' ,notrious huge Web BBS. diff --git a/fonts/monafonts-ttf/Makefile b/fonts/monafonts-ttf/Makefile new file mode 100644 index 00000000000..1afb345c345 --- /dev/null +++ b/fonts/monafonts-ttf/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/12/11 13:16:29 obache Exp $ +# $FreeBSD: ports/japanese/monafonts-ttf/Makefile,v 1.1 2003/10/14 13:35:38 nobutaka Exp $ + +DISTNAME= monafont-ttf-2.90 +PKGNAME= ${DISTNAME:S/font/fonts/} +CATEGORIES= fonts japanese +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=monafont/} +EXTRACT_SUFX= .zip + +MAINTAINER= yamajun@ofug.net +HOMEPAGE= http://monafont.sourceforge.net/index-e.html +COMMENT= Japanese TrueType fonts for "Mona" seen at 2ch.net + +USE_X11BASE= YES +NO_BUILD= YES +NO_CONFIGURE= YES + +FONTDIR= ${PREFIX}/lib/X11/fonts/TTF +FONTS_DIRS.ttf+= ${FONTDIR} + +PKG_DESTDIR_SUPPORT= user-destdir + +do-install: + ${INSTALL_DATA_DIR} ${DESTDIR}${FONTDIR} + ${INSTALL_DATA} ${WRKDIR}/mona.ttf ${DESTDIR}${FONTDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/monafonts-ttf/PLIST b/fonts/monafonts-ttf/PLIST new file mode 100644 index 00000000000..4012ed7ef0a --- /dev/null +++ b/fonts/monafonts-ttf/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/12/11 13:16:29 obache Exp $ +lib/X11/fonts/TTF/mona.ttf diff --git a/fonts/monafonts-ttf/distinfo b/fonts/monafonts-ttf/distinfo new file mode 100644 index 00000000000..10c2110ab1e --- /dev/null +++ b/fonts/monafonts-ttf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/12/11 13:16:29 obache Exp $ + +SHA1 (monafont-ttf-2.90.zip) = 0bf207d2b0c0cbe5610aad820996305645eddbff +RMD160 (monafont-ttf-2.90.zip) = 92947e25c73f114d5720d23b629cdf9536875fe3 +Size (monafont-ttf-2.90.zip) = 1712768 bytes -- cgit v1.2.3