diff options
author | obache <obache@pkgsrc.org> | 2010-07-17 03:03:01 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-07-17 03:03:01 +0000 |
commit | 5f7f952a16dfe84bb4d7c44d024c6c86cd1c8df9 (patch) | |
tree | 6d2cdab2602b28fb87dc591c351145c476edc78b /fonts/ipafont | |
parent | 4d88adb80c0b744be4cdf17fdb654ad3f2fa62e4 (diff) | |
download | pkgsrc-5f7f952a16dfe84bb4d7c44d024c6c86cd1c8df9.tar.gz |
Import ipafont-00302 as fonts/ipafont from pkgsrc-wip.
Packaged by Ryo ONODERA.
This package contains IPA Gothic font, IPA P Gothic font, IPA Mincho
font, and IPA P Mincho font. Kanji characters in these fonts are
based on JIS X 0213-2004.
IPA is for Information-technology Promotion Agency, Japan.
Diffstat (limited to 'fonts/ipafont')
-rw-r--r-- | fonts/ipafont/DESCR | 4 | ||||
-rw-r--r-- | fonts/ipafont/Makefile | 47 | ||||
-rw-r--r-- | fonts/ipafont/PLIST | 7 | ||||
-rw-r--r-- | fonts/ipafont/distinfo | 5 |
4 files changed, 63 insertions, 0 deletions
diff --git a/fonts/ipafont/DESCR b/fonts/ipafont/DESCR new file mode 100644 index 00000000000..0f316648446 --- /dev/null +++ b/fonts/ipafont/DESCR @@ -0,0 +1,4 @@ +This package contains IPA Gothic font, IPA P Gothic font, IPA Mincho +font, and IPA P Mincho font. Kanji characters in these fonts are +based on JIS X 0213-2004. +IPA is for Information-technology Promotion Agency, Japan. diff --git a/fonts/ipafont/Makefile b/fonts/ipafont/Makefile new file mode 100644 index 00000000000..cfa5363d552 --- /dev/null +++ b/fonts/ipafont/Makefile @@ -0,0 +1,47 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/17 03:03:01 obache Exp $ +# + +DISTNAME= IPAfont00302 +PKGNAME= ${DISTNAME:S/IPAfont/ipafont-/} +CATEGORIES= fonts japanese +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=ipafonts/46146/} \ + http://info.openlab.ipa.go.jp/ipafont/fontdata/ +EXTRACT_SUFX= .zip + +MAINTAINER= ryo_on@yk.rim.or.jp +HOMEPAGE= http://ossipedia.ipa.go.jp/ipafont/ +COMMENT= IPA JIS X 0213 fonts (Gothic, P Gothic, Mincho, and P Mincho) +LICENSE= ipafont + +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= ipag.ttf \ + ipagp.ttf \ + ipam.ttf \ + ipamp.ttf +INSTALL_DOCS= IPA_Font_License_Agreement_v1.0.txt \ + Readme_IPAfont00302.txt + +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/ipafont/PLIST b/fonts/ipafont/PLIST new file mode 100644 index 00000000000..e077a5db34d --- /dev/null +++ b/fonts/ipafont/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/17 03:03:01 obache Exp $ +lib/X11/fonts/TTF/ipag.ttf +lib/X11/fonts/TTF/ipagp.ttf +lib/X11/fonts/TTF/ipam.ttf +lib/X11/fonts/TTF/ipamp.ttf +share/doc/${PKGBASE}/IPA_Font_License_Agreement_v1.0.txt +share/doc/${PKGBASE}/Readme_IPAfont${PKGVERSION}.txt diff --git a/fonts/ipafont/distinfo b/fonts/ipafont/distinfo new file mode 100644 index 00000000000..845180e05ac --- /dev/null +++ b/fonts/ipafont/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/17 03:03:01 obache Exp $ + +SHA1 (IPAfont00302.zip) = f60fd39a6b5051e3d7138f2eaafd54a6e3ab0d14 +RMD160 (IPAfont00302.zip) = 9c90095ba42468e685ed515e856af8ee3cfde12d +Size (IPAfont00302.zip) = 20113211 bytes |