diff options
author | obache <obache@pkgsrc.org> | 2010-04-17 09:20:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-04-17 09:20:56 +0000 |
commit | 6fe34bb7eee42386475934917f8d0c920ab5557e (patch) | |
tree | 8838b2f483ce5d8a5da3501b52dafe6932f6d96a /fonts | |
parent | 70cbc1baa25adca6878710017fc28fc2fdeac287 (diff) | |
download | pkgsrc-6fe34bb7eee42386475934917f8d0c920ab5557e.tar.gz |
Import takao-fonts-ttf-003.02.01 as fonts/takao-fonts-ttf.
The Takao Fonts are a font family based on the IPA Fonts and the IPAex
Fonts. Its purpose is to make it possible to maintain and release the
fonts by the community with changing their names.
These fonts contain some modifications based on ORCA Font.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/takao-fonts-ttf/DESCR | 4 | ||||
-rw-r--r-- | fonts/takao-fonts-ttf/Makefile | 48 | ||||
-rw-r--r-- | fonts/takao-fonts-ttf/PLIST | 11 | ||||
-rw-r--r-- | fonts/takao-fonts-ttf/distinfo | 5 |
4 files changed, 68 insertions, 0 deletions
diff --git a/fonts/takao-fonts-ttf/DESCR b/fonts/takao-fonts-ttf/DESCR new file mode 100644 index 00000000000..8dbc51d5c2d --- /dev/null +++ b/fonts/takao-fonts-ttf/DESCR @@ -0,0 +1,4 @@ +The Takao Fonts are a font family based on the IPA Fonts and the IPAex +Fonts. Its purpose is to make it possible to maintain and release the +fonts by the community with changing their names. +These fonts contain some modifications based on ORCA Font. diff --git a/fonts/takao-fonts-ttf/Makefile b/fonts/takao-fonts-ttf/Makefile new file mode 100644 index 00000000000..163a308fa65 --- /dev/null +++ b/fonts/takao-fonts-ttf/Makefile @@ -0,0 +1,48 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/17 09:20:56 obache Exp $ +# + +DISTNAME= takao-fonts-ttf-003.02.01 +CATEGORIES= fonts japanese +MASTER_SITES= http://launchpad.net/takao-fonts/003.02/003.02.01/+download/ + +MAINTAINER= ryo_on@yk.rim.or.jp +HOMEPAGE= https://launchpad.net/takao-fonts +COMMENT= Takao fonts are based on IPA(ex) fonts, and includes some bug fix +# LICENSE= IPA Font License Agreement v1.0 + +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= TakaoExGothic.ttf \ + TakaoExMincho.ttf \ + TakaoGothic.ttf \ + TakaoMincho.ttf \ + TakaoPGothic.ttf \ + TakaoPMincho.ttf +INSTALL_DOCS= IPA_Font_License_Agreement_v1.0.txt \ + README \ + README.ja \ + ChangeLog + +USE_LANGUAGES= # none + +do-install: +.for fontfile in ${INSTALL_FONTS} + ${INSTALL_DATA} ${WRKSRC}/${fontfile} ${DESTDIR}${FONTDIR} +.endfor +.for docfile in ${INSTALL_DOCS} + ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DESTDIR}${DOCSDIR} +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/takao-fonts-ttf/PLIST b/fonts/takao-fonts-ttf/PLIST new file mode 100644 index 00000000000..9914059ac53 --- /dev/null +++ b/fonts/takao-fonts-ttf/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/17 09:20:56 obache Exp $ +lib/X11/fonts/TTF/TakaoExGothic.ttf +lib/X11/fonts/TTF/TakaoExMincho.ttf +lib/X11/fonts/TTF/TakaoGothic.ttf +lib/X11/fonts/TTF/TakaoMincho.ttf +lib/X11/fonts/TTF/TakaoPGothic.ttf +lib/X11/fonts/TTF/TakaoPMincho.ttf +share/doc/${PKGBASE}/ChangeLog +share/doc/${PKGBASE}/IPA_Font_License_Agreement_v1.0.txt +share/doc/${PKGBASE}/README +share/doc/${PKGBASE}/README.ja diff --git a/fonts/takao-fonts-ttf/distinfo b/fonts/takao-fonts-ttf/distinfo new file mode 100644 index 00000000000..65512861473 --- /dev/null +++ b/fonts/takao-fonts-ttf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/17 09:20:56 obache Exp $ + +SHA1 (takao-fonts-ttf-003.02.01.tar.gz) = ce0b71bd8a4ba15323e706af1c19c871311cfef2 +RMD160 (takao-fonts-ttf-003.02.01.tar.gz) = c8328e1dca052f74e9f0592d323bded8817a5004 +Size (takao-fonts-ttf-003.02.01.tar.gz) = 29678930 bytes |