pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/monafonts-ttf Import monafonts-2.90.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/532d243ae8f1
branches:  trunk
changeset: 536357:532d243ae8f1
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Dec 11 13:16:29 2007 +0000

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

diffstat:

 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(+), 0 deletions(-)

diffs (53 lines):

diff -r 942e26cf0288 -r 532d243ae8f1 fonts/monafonts-ttf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/monafonts-ttf/DESCR Tue Dec 11 13:16:29 2007 +0000
@@ -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 -r 942e26cf0288 -r 532d243ae8f1 fonts/monafonts-ttf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/monafonts-ttf/Makefile      Tue Dec 11 13:16:29 2007 +0000
@@ -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@localhost
+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 -r 942e26cf0288 -r 532d243ae8f1 fonts/monafonts-ttf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/monafonts-ttf/PLIST Tue Dec 11 13:16:29 2007 +0000
@@ -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 -r 942e26cf0288 -r 532d243ae8f1 fonts/monafonts-ttf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/monafonts-ttf/distinfo      Tue Dec 11 13:16:29 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index