diff options
author | obache <obache@pkgsrc.org> | 2007-12-11 13:16:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-11 13:16:29 +0000 |
commit | f735e564f02c23fe45ac70fa10fd165f296cf7ff (patch) | |
tree | e531ba4a40b9df273175b9d9e4794c5e01c95ebd | |
parent | 380379f0d4ec195940621a50985344ec25092c4d (diff) | |
download | pkgsrc-f735e564f02c23fe45ac70fa10fd165f296cf7ff.tar.gz |
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.
-rw-r--r-- | fonts/monafonts-ttf/DESCR | 3 | ||||
-rw-r--r-- | fonts/monafonts-ttf/Makefile | 27 | ||||
-rw-r--r-- | fonts/monafonts-ttf/PLIST | 2 | ||||
-rw-r--r-- | fonts/monafonts-ttf/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
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 |