pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/ipafont Import ipafont-00302 as fonts/ipafont fr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d159188afe39
branches: trunk
changeset: 577669:d159188afe39
user: obache <obache%pkgsrc.org@localhost>
date: Sat Jul 17 03:03:01 2010 +0000
description:
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:
fonts/ipafont/DESCR | 4 ++++
fonts/ipafont/Makefile | 47 +++++++++++++++++++++++++++++++++++++++++++++++
fonts/ipafont/PLIST | 7 +++++++
fonts/ipafont/distinfo | 5 +++++
4 files changed, 63 insertions(+), 0 deletions(-)
diffs (79 lines):
diff -r 55ea6c00bdc3 -r d159188afe39 fonts/ipafont/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/ipafont/DESCR Sat Jul 17 03:03:01 2010 +0000
@@ -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 -r 55ea6c00bdc3 -r d159188afe39 fonts/ipafont/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/ipafont/Makefile Sat Jul 17 03:03:01 2010 +0000
@@ -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@localhost
+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 -r 55ea6c00bdc3 -r d159188afe39 fonts/ipafont/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/ipafont/PLIST Sat Jul 17 03:03:01 2010 +0000
@@ -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 -r 55ea6c00bdc3 -r d159188afe39 fonts/ipafont/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/ipafont/distinfo Sat Jul 17 03:03:01 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index