Skip to content

Commit

Permalink
Import ricty-ttf-2.0.1 as fonts/ricty-ttf from wip/ricty-ttf.
Browse files Browse the repository at this point in the history
Ricty font is developed for research and programming use.
Ricty is free TrueType font and based on Inconsolata and
Migu 1M (based on M+ 1M and IPA Gothic).

* Latin characters are Inconsolata.
* Non-Latin characters are Migu 1M.
* 2-byte characters have double width of 1-byte ones.
* 2-byte white space is visible.
* 2-byte comma and period are different look.
* An en dash has broken-line look.
  • Loading branch information
ryoon committed May 8, 2011
1 parent 8a25361 commit be91337
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fonts/ricty-ttf/DESCR
@@ -0,0 +1,10 @@
Ricty font is developed for research and programming use.
Ricty is free TrueType font and based on Inconsolata and
Migu 1M (based on M+ 1M and IPA Gothic).

* Latin characters are Inconsolata.
* Non-Latin characters are Migu 1M.
* 2-byte characters have double width of 1-byte ones.
* 2-byte white space is visible.
* 2-byte comma and period are different look.
* An en dash has broken-line look.
45 changes: 45 additions & 0 deletions fonts/ricty-ttf/Makefile
@@ -0,0 +1,45 @@
# $NetBSD: Makefile,v 1.1.1.1 2011/05/08 11:05:31 ryoon Exp $
#

DISTNAME= Ricty-2.0.1
PKGNAME= ${DISTNAME:tl:S/-/-ttf-/}
CATEGORIES= fonts japanese
MASTER_SITES= http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty/

MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html
COMMENT= Migu 1M and Inconsolata based TrueType fonts for programming
LICENSE= ipafont AND open-font-license AND mplusfont

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= Ricty-Bold.ttf \
Ricty-Regular.ttf
INSTALL_DOCS= README \
Licenses/IPA_Font_License_Agreement_v1.0.txt \
Licenses/LICENSE_J \
Licenses/OFL.txt

USE_LANGUAGES= # none

do-install:
.for f in ${INSTALL_FONTS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${FONTDIR}
.endfor
.for f in ${INSTALL_DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCSDIR}
.endfor

.include "../../mk/bsd.pkg.mk"
7 changes: 7 additions & 0 deletions fonts/ricty-ttf/PLIST
@@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/08 11:05:31 ryoon Exp $
lib/X11/fonts/TTF/Ricty-Bold.ttf
lib/X11/fonts/TTF/Ricty-Regular.ttf
share/doc/ricty-ttf/IPA_Font_License_Agreement_v1.0.txt
share/doc/ricty-ttf/LICENSE_J
share/doc/ricty-ttf/OFL.txt
share/doc/ricty-ttf/README
5 changes: 5 additions & 0 deletions fonts/ricty-ttf/distinfo
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2011/05/08 11:05:31 ryoon Exp $

SHA1 (Ricty-2.0.1.tar.gz) = 04d706b41289739e02f9caa41416a9757657bf6e
RMD160 (Ricty-2.0.1.tar.gz) = de326ec62976cd3603ec58ccea872243fd8cf1cb
Size (Ricty-2.0.1.tar.gz) = 4316124 bytes

0 comments on commit be91337

Please sign in to comment.