pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/takao-fonts-ttf Import takao-fonts-ttf-003.02.01...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c68798b9f816
branches:  trunk
changeset: 574444:c68798b9f816
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Apr 17 09:20:56 2010 +0000

description:
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:

 fonts/takao-fonts-ttf/DESCR    |   4 +++
 fonts/takao-fonts-ttf/Makefile |  48 ++++++++++++++++++++++++++++++++++++++++++
 fonts/takao-fonts-ttf/PLIST    |  11 +++++++++
 fonts/takao-fonts-ttf/distinfo |   5 ++++
 4 files changed, 68 insertions(+), 0 deletions(-)

diffs (84 lines):

diff -r ff2e59f96382 -r c68798b9f816 fonts/takao-fonts-ttf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/takao-fonts-ttf/DESCR       Sat Apr 17 09:20:56 2010 +0000
@@ -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 -r ff2e59f96382 -r c68798b9f816 fonts/takao-fonts-ttf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/takao-fonts-ttf/Makefile    Sat Apr 17 09:20:56 2010 +0000
@@ -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@localhost
+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 -r ff2e59f96382 -r c68798b9f816 fonts/takao-fonts-ttf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/takao-fonts-ttf/PLIST       Sat Apr 17 09:20:56 2010 +0000
@@ -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 -r ff2e59f96382 -r c68798b9f816 fonts/takao-fonts-ttf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/takao-fonts-ttf/distinfo    Sat Apr 17 09:20:56 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index