diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-03-07 12:12:59 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-03-07 12:12:59 +0000 |
commit | e5de246f0eb3e7d3ed1ecf0fa6dd60d68eb64d71 (patch) | |
tree | 4a56b750e8a0e1e305ef766ae53cb813bdb49115 /fonts | |
parent | bd9b4392fa239c20470d6c1e422a9763b7b1cb1b (diff) | |
download | pkgsrc-e5de246f0eb3e7d3ed1ecf0fa6dd60d68eb64d71.tar.gz |
Import takao-fonts-ttf-002.01.01 as fonts/takao-ex-fonts-ttf.
The Takao Ex Fonts are a font family based on the 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-ex-fonts-ttf/DESCR | 4 | ||||
-rw-r--r-- | fonts/takao-ex-fonts-ttf/Makefile | 44 | ||||
-rw-r--r-- | fonts/takao-ex-fonts-ttf/PLIST | 7 | ||||
-rw-r--r-- | fonts/takao-ex-fonts-ttf/distinfo | 5 |
4 files changed, 60 insertions, 0 deletions
diff --git a/fonts/takao-ex-fonts-ttf/DESCR b/fonts/takao-ex-fonts-ttf/DESCR new file mode 100644 index 00000000000..523474c3670 --- /dev/null +++ b/fonts/takao-ex-fonts-ttf/DESCR @@ -0,0 +1,4 @@ +The Takao Ex Fonts are a font family based on the 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-ex-fonts-ttf/Makefile b/fonts/takao-ex-fonts-ttf/Makefile new file mode 100644 index 00000000000..36d1475b8ce --- /dev/null +++ b/fonts/takao-ex-fonts-ttf/Makefile @@ -0,0 +1,44 @@ +# $NetBSD: Makefile,v 1.1 2015/03/07 12:12:59 ryoon Exp $ +# + +DISTNAME= TakaoExFonts_00201.01 +PKGNAME= takao-fonts-ttf-002.01.01 +CATEGORIES= fonts japanese +MASTER_SITES= https://launchpad.net/takao-fonts/trunk/15.03/+download/ +EXTRACT_SUFX= .tar.xz + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= https://launchpad.net/takao-fonts +COMMENT= Takao Ex Fonts are based on IPA Ex fonts, and includes some bug fix +LICENSE= ipafont + +USE_X11BASE= YES +NO_CONFIGURE= YES +NO_BUILD= YES + +DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} + +INSTALLATION_DIRS= share/fonts/X11/TTF \ + ${DOCSDIR} + +FONTDIR= ${PREFIX}/share/fonts/X11/TTF +FONTS_DIRS.ttf= ${FONTDIR} + +INSTALL_FONTS= TakaoExGothic.ttf \ + TakaoExMincho.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-ex-fonts-ttf/PLIST b/fonts/takao-ex-fonts-ttf/PLIST new file mode 100644 index 00000000000..02db025b32f --- /dev/null +++ b/fonts/takao-ex-fonts-ttf/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2015/03/07 12:12:59 ryoon Exp $ +share/doc/takao-fonts-ttf/ChangeLog +share/doc/takao-fonts-ttf/IPA_Font_License_Agreement_v1.0.txt +share/doc/takao-fonts-ttf/README +share/doc/takao-fonts-ttf/README.ja +share/fonts/X11/TTF/TakaoExGothic.ttf +share/fonts/X11/TTF/TakaoExMincho.ttf diff --git a/fonts/takao-ex-fonts-ttf/distinfo b/fonts/takao-ex-fonts-ttf/distinfo new file mode 100644 index 00000000000..d971b920037 --- /dev/null +++ b/fonts/takao-ex-fonts-ttf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/03/07 12:12:59 ryoon Exp $ + +SHA1 (TakaoExFonts_00201.01.tar.xz) = 9d01ab74c7e6915179341fdb84255ba83a2c6905 +RMD160 (TakaoExFonts_00201.01.tar.xz) = aa645ca416ef0c6e7e2c6a6a9b50e7104b820ef4 +Size (TakaoExFonts_00201.01.tar.xz) = 7822216 bytes |