From 6fe34bb7eee42386475934917f8d0c920ab5557e Mon Sep 17 00:00:00 2001
From: obache <obache@pkgsrc.org>
Date: Sat, 17 Apr 2010 09:20:56 +0000
Subject: 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.
---
 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(+)
 create mode 100644 fonts/takao-fonts-ttf/DESCR
 create mode 100644 fonts/takao-fonts-ttf/Makefile
 create mode 100644 fonts/takao-fonts-ttf/PLIST
 create mode 100644 fonts/takao-fonts-ttf/distinfo

(limited to 'fonts')

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
-- 
cgit v1.2.3