Sat Mar 7 11:11:05 2015 UTC ()
Update to 003.03.01 aka 15.03

* Takao Ex Fonts are no longer in this package.

Changelog:
2015-03-04  Nobuto Murata  <nobuto@ubuntu.com>

        * Update base fonts as of today:
          Takao Fonts - 00303.01
          Takao Ex Fonts - 00201.01
        * Add Mj Fonts:
          Takao Mj Fonts - 00301.01
        * Add maintenance tasks into build scripts
        * Fix typo in Styles (SubFamily) string


(ryoon)
diff -r1.5 -r1.6 pkgsrc/fonts/takao-fonts-ttf/Makefile
diff -r1.2 -r1.3 pkgsrc/fonts/takao-fonts-ttf/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/fonts/takao-fonts-ttf/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/fonts/takao-fonts-ttf/Makefile (expand / switch to unified diff)

--- pkgsrc/fonts/takao-fonts-ttf/Makefile 2014/06/01 16:35:37 1.5
+++ pkgsrc/fonts/takao-fonts-ttf/Makefile 2015/03/07 11:11:05 1.6
@@ -1,41 +1,40 @@ @@ -1,41 +1,40 @@
1# $NetBSD: Makefile,v 1.5 2014/06/01 16:35:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2015/03/07 11:11:05 ryoon Exp $
2# 2#
3 3
4DISTNAME= takao-fonts-ttf-003.02.01 4DISTNAME= TakaoFonts_00303.01
5PKGREVISION= 1 5PKGNAME= takao-fonts-ttf-003.03.01
6CATEGORIES= fonts japanese 6CATEGORIES= fonts japanese
7MASTER_SITES= http://launchpad.net/takao-fonts/003.02/003.02.01/+download/ 7MASTER_SITES= https://launchpad.net/takao-fonts/trunk/15.03/+download/
 8EXTRACT_SUFX= .tar.xz
8 9
9MAINTAINER= ryoon@NetBSD.org 10MAINTAINER= ryoon@NetBSD.org
10HOMEPAGE= https://launchpad.net/takao-fonts 11HOMEPAGE= https://launchpad.net/takao-fonts
11COMMENT= Takao fonts are based on IPA(ex) fonts, and includes some bug fix 12COMMENT= Takao fonts are based on IPA(ex) fonts, and includes some bug fix
12LICENSE= ipafont 13LICENSE= ipafont
13 14
14USE_X11BASE= YES 15USE_X11BASE= YES
15NO_CONFIGURE= YES 16NO_CONFIGURE= YES
16NO_BUILD= YES 17NO_BUILD= YES
17 18
18DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} 19DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
19 20
20INSTALLATION_DIRS= share/fonts/X11/TTF \ 21INSTALLATION_DIRS= share/fonts/X11/TTF \
21 ${DOCSDIR} 22 ${DOCSDIR}
22 23
23FONTDIR= ${PREFIX}/share/fonts/X11/TTF 24FONTDIR= ${PREFIX}/share/fonts/X11/TTF
24FONTS_DIRS.ttf= ${FONTDIR} 25FONTS_DIRS.ttf= ${FONTDIR}
25 26
26INSTALL_FONTS= TakaoExGothic.ttf \ 27INSTALL_FONTS= TakaoGothic.ttf \
27 TakaoExMincho.ttf \ 
28 TakaoGothic.ttf \ 
29 TakaoMincho.ttf \ 28 TakaoMincho.ttf \
30 TakaoPGothic.ttf \ 29 TakaoPGothic.ttf \
31 TakaoPMincho.ttf 30 TakaoPMincho.ttf
32INSTALL_DOCS= IPA_Font_License_Agreement_v1.0.txt \ 31INSTALL_DOCS= IPA_Font_License_Agreement_v1.0.txt \
33 README \ 32 README \
34 README.ja \ 33 README.ja \
35 ChangeLog 34 ChangeLog
36 35
37USE_LANGUAGES= # none 36USE_LANGUAGES= # none
38 37
39do-install: 38do-install:
40.for fontfile in ${INSTALL_FONTS} 39.for fontfile in ${INSTALL_FONTS}
41 ${INSTALL_DATA} ${WRKSRC}/${fontfile} ${DESTDIR}${FONTDIR} 40 ${INSTALL_DATA} ${WRKSRC}/${fontfile} ${DESTDIR}${FONTDIR}

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

--- pkgsrc/fonts/takao-fonts-ttf/PLIST 2014/06/01 16:35:37 1.2
+++ pkgsrc/fonts/takao-fonts-ttf/PLIST 2015/03/07 11:11:05 1.3
@@ -1,11 +1,9 @@ @@ -1,11 +1,9 @@
1@comment $NetBSD: PLIST,v 1.2 2014/06/01 16:35:37 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.3 2015/03/07 11:11:05 ryoon Exp $
2share/fonts/X11/TTF/TakaoExGothic.ttf 2share/doc/takao-fonts-ttf/ChangeLog
3share/fonts/X11/TTF/TakaoExMincho.ttf 3share/doc/takao-fonts-ttf/IPA_Font_License_Agreement_v1.0.txt
 4share/doc/takao-fonts-ttf/README
 5share/doc/takao-fonts-ttf/README.ja
4share/fonts/X11/TTF/TakaoGothic.ttf 6share/fonts/X11/TTF/TakaoGothic.ttf
5share/fonts/X11/TTF/TakaoMincho.ttf 7share/fonts/X11/TTF/TakaoMincho.ttf
6share/fonts/X11/TTF/TakaoPGothic.ttf 8share/fonts/X11/TTF/TakaoPGothic.ttf
7share/fonts/X11/TTF/TakaoPMincho.ttf 9share/fonts/X11/TTF/TakaoPMincho.ttf
8share/doc/${PKGBASE}/ChangeLog 
9share/doc/${PKGBASE}/IPA_Font_License_Agreement_v1.0.txt 
10share/doc/${PKGBASE}/README 
11share/doc/${PKGBASE}/README.ja 

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

--- pkgsrc/fonts/takao-fonts-ttf/distinfo 2010/04/17 09:20:56 1.1.1.1
+++ pkgsrc/fonts/takao-fonts-ttf/distinfo 2015/03/07 11:11:05 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2010/04/17 09:20:56 obache Exp $ 1$NetBSD: distinfo,v 1.2 2015/03/07 11:11:05 ryoon Exp $
2 2
3SHA1 (takao-fonts-ttf-003.02.01.tar.gz) = ce0b71bd8a4ba15323e706af1c19c871311cfef2 3SHA1 (TakaoFonts_00303.01.tar.xz) = bf2a352fd9df305af292b4f9a0e7c9bf50565a56
4RMD160 (takao-fonts-ttf-003.02.01.tar.gz) = c8328e1dca052f74e9f0592d323bded8817a5004 4RMD160 (TakaoFonts_00303.01.tar.xz) = bd9893e2f699de15f44a4e0ec99050881d8b6d6c
5Size (takao-fonts-ttf-003.02.01.tar.gz) = 29678930 bytes 5Size (TakaoFonts_00303.01.tar.xz) = 11296836 bytes