diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-05-08 11:05:31 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-05-08 11:05:31 +0000 |
commit | ab2bacc748c52e9dddeb68d0250afbeead4e88e1 (patch) | |
tree | 1a5c2ac52608547695e0affe7159b334290af342 /fonts | |
parent | 9b247d6ea4402e08694c08a1b91b7c6e29b9b0af (diff) | |
download | pkgsrc-ab2bacc748c52e9dddeb68d0250afbeead4e88e1.tar.gz |
Import ricty-ttf-2.0.1 as fonts/ricty-ttf from wip/ricty-ttf.
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.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ricty-ttf/DESCR | 10 | ||||
-rw-r--r-- | fonts/ricty-ttf/Makefile | 45 | ||||
-rw-r--r-- | fonts/ricty-ttf/PLIST | 7 | ||||
-rw-r--r-- | fonts/ricty-ttf/distinfo | 5 |
4 files changed, 67 insertions, 0 deletions
diff --git a/fonts/ricty-ttf/DESCR b/fonts/ricty-ttf/DESCR new file mode 100644 index 00000000000..4e161fcd747 --- /dev/null +++ b/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. diff --git a/fonts/ricty-ttf/Makefile b/fonts/ricty-ttf/Makefile new file mode 100644 index 00000000000..72128fa9390 --- /dev/null +++ b/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" diff --git a/fonts/ricty-ttf/PLIST b/fonts/ricty-ttf/PLIST new file mode 100644 index 00000000000..95f43bebbb2 --- /dev/null +++ b/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 diff --git a/fonts/ricty-ttf/distinfo b/fonts/ricty-ttf/distinfo new file mode 100644 index 00000000000..f4fe7926328 --- /dev/null +++ b/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 |