Sat May 28 11:15:25 2011 UTC ()
Update to 3.0.1

The generated ttf files are almost as same as 2.0.1.
Version 3.0.1 or later, only generating script is provided.
DO NOT DISTRIBUTE GENERATED TRUETYPE TTF FILE.


(ryoon)
diff -r1.3 -r1.4 pkgsrc/fonts/ricty-ttf/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/fonts/ricty-ttf/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/fonts/ricty-ttf/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/fonts/ricty-ttf/Makefile (expand / switch to unified diff)

--- pkgsrc/fonts/ricty-ttf/Makefile 2011/05/19 13:13:51 1.3
+++ pkgsrc/fonts/ricty-ttf/Makefile 2011/05/28 11:15:24 1.4
@@ -1,52 +1,55 @@ @@ -1,52 +1,55 @@
1# $NetBSD: Makefile,v 1.3 2011/05/19 13:13:51 ryoon Exp $ 1# $NetBSD: Makefile,v 1.4 2011/05/28 11:15:24 ryoon Exp $
2# 2#
3 3
4DISTNAME= Ricty-2.0.1 4DISTNAME= Ricty-3.0.1
5PKGNAME= ${DISTNAME:tl:S/-/-ttf-/} 5PKGNAME= ${DISTNAME:tl:S/-/-ttf-/}
6CATEGORIES= fonts japanese 6CATEGORIES= fonts japanese
7MASTER_SITES= http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty/ 7MASTER_SITES= http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty/
8 8
9MAINTAINER= ryoon@NetBSD.org 9MAINTAINER= ryoon@NetBSD.org
10HOMEPAGE= http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html 10HOMEPAGE= http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html
11COMMENT= Migu 1M and Inconsolata based TrueType fonts for programming 11COMMENT= Migu 1M and Inconsolata based TrueType fonts for programming
12LICENSE= ipafont AND open-font-license AND mplusfont 12LICENSE= ipafont AND open-font-license AND mplusfont AND public-domain
13 
14RESTRICTED= Violation of open-font-license PERMISSION & CONDITIONS 5) 
15 13
16PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
17 15
18NO_BIN_ON_CDROM= ${RESTRICTED} 16BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge
19NO_BIN_ON_FTP= ${RESTRICTED} 17BUILD_DEPENDS+= migu-ttf-[0-9]*:../../fonts/migu-ttf
 18BUILD_DEPENDS+= inconsolata-ttf-[0-9]*:../../fonts/inconsolata-ttf
 19
20NO_SRC_ON_CDROM= ${RESTRICTED} 20NO_SRC_ON_CDROM= ${RESTRICTED}
21NO_SRC_ON_FTP= ${RESTRICTED} 21NO_SRC_ON_FTP= ${RESTRICTED}
22 22
23USE_X11BASE= YES 23USE_X11BASE= YES
24NO_CONFIGURE= YES 24NO_CONFIGURE= YES
25NO_BUILD= YES 
26 
27DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} 
28 25
29INSTALLATION_DIRS= lib/X11/fonts/TTF \ 26INSTALLATION_DIRS= lib/X11/fonts/TTF
30 ${DOCSDIR} 
31 27
32FONTDIR= ${PREFIX}/lib/X11/fonts/TTF 28FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
33FONTS_DIRS.ttf= ${FONTDIR} 29FONTS_DIRS.ttf= ${FONTDIR}
34 30
35INSTALL_FONTS= Ricty-Bold.ttf \ 31INSTALL_FONTS= Ricty-Bold.ttf \
36 Ricty-Regular.ttf 32 Ricty-Regular.ttf \
37INSTALL_DOCS= README \ 33 RictyDiscord-Bold.ttf \
38 Licenses/IPA_Font_License_Agreement_v1.0.txt \ 34 RictyDiscord-Regular.ttf
39 Licenses/LICENSE_J \ 
40 Licenses/OFL.txt 
41 35
42USE_LANGUAGES= # none 36USE_LANGUAGES= # none
43 37
 38FIND_PREFIX:= INCONSOLATADIR=inconsolata-ttf
 39FIND_PREFIX+= MIGUDIR=migu-ttf
 40.include "../../mk/find-prefix.mk"
 41
 42do-build:
 43 set -e; \
 44 cd ${WRKSRC}; \
 45 ./ricty_generator.sh \
 46 ${INCONSOLATADIR}/lib/X11/fonts/TTF/Inconsolata.otf \
 47 ${MIGUDIR}/lib/X11/fonts/TTF/Migu-1M-regular.ttf \
 48 ${MIGUDIR}/lib/X11/fonts/TTF/Migu-1M-bold.ttf
 49
44do-install: 50do-install:
45.for f in ${INSTALL_FONTS} 51.for f in ${INSTALL_FONTS}
46 ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${FONTDIR} 52 ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${FONTDIR}
47.endfor 53.endfor
48.for f in ${INSTALL_DOCS} 
49 ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCSDIR} 
50.endfor 
51 54
52.include "../../mk/bsd.pkg.mk" 55.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/fonts/ricty-ttf/PLIST (expand / switch to unified diff)

--- pkgsrc/fonts/ricty-ttf/PLIST 2011/05/08 11:05:31 1.1.1.1
+++ pkgsrc/fonts/ricty-ttf/PLIST 2011/05/28 11:15:25 1.2
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/08 11:05:31 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.2 2011/05/28 11:15:25 ryoon Exp $
2lib/X11/fonts/TTF/Ricty-Bold.ttf 2lib/X11/fonts/TTF/Ricty-Bold.ttf
3lib/X11/fonts/TTF/Ricty-Regular.ttf 3lib/X11/fonts/TTF/Ricty-Regular.ttf
4share/doc/ricty-ttf/IPA_Font_License_Agreement_v1.0.txt 4lib/X11/fonts/TTF/RictyDiscord-Bold.ttf
5share/doc/ricty-ttf/LICENSE_J 5lib/X11/fonts/TTF/RictyDiscord-Regular.ttf
6share/doc/ricty-ttf/OFL.txt 6@pkgdir share/doc/ricty-ttf
7share/doc/ricty-ttf/README 

cvs diff -r1.1.1.1 -r1.2 pkgsrc/fonts/ricty-ttf/distinfo (expand / switch to unified diff)

--- pkgsrc/fonts/ricty-ttf/distinfo 2011/05/08 11:05:31 1.1.1.1
+++ pkgsrc/fonts/ricty-ttf/distinfo 2011/05/28 11:15:25 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2011/05/08 11:05:31 ryoon Exp $ 1$NetBSD: distinfo,v 1.2 2011/05/28 11:15:25 ryoon Exp $
2 2
3SHA1 (Ricty-2.0.1.tar.gz) = 04d706b41289739e02f9caa41416a9757657bf6e 3SHA1 (Ricty-3.0.1.tar.gz) = 7138bf8d328290ee82ed1c8e846b31d41b9e1d17
4RMD160 (Ricty-2.0.1.tar.gz) = de326ec62976cd3603ec58ccea872243fd8cf1cb 4RMD160 (Ricty-3.0.1.tar.gz) = aa50029c9d2ff5cf0ee7758aac4fe527b8b47ff3
5Size (Ricty-2.0.1.tar.gz) = 4316124 bytes 5Size (Ricty-3.0.1.tar.gz) = 3884 bytes