diff options
author | kei <kei> | 2003-05-14 14:25:31 +0000 |
---|---|---|
committer | kei <kei> | 2003-05-14 14:25:31 +0000 |
commit | cb9935b8c1f16f1f757360ae9f9130412f9d861f (patch) | |
tree | 0e6f08616a3be8c445ce1e7f609e0675926d4136 /fonts | |
parent | 399b8b1a632dc4c3a2c825010c11fe7b52697258 (diff) | |
download | pkgsrc-cb9935b8c1f16f1f757360ae9f9130412f9d861f.tar.gz |
first import of kochi-otf-0.018 pacakge.
it's an effot to make a OpenType version of Kochi-Mincho/Kochi-Gothic
fonts and a sister project of kochi-cidfonts.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/kochi-otf/DESCR | 9 | ||||
-rw-r--r-- | fonts/kochi-otf/Makefile | 24 | ||||
-rw-r--r-- | fonts/kochi-otf/PLIST | 4 | ||||
-rw-r--r-- | fonts/kochi-otf/distinfo | 4 |
4 files changed, 41 insertions, 0 deletions
diff --git a/fonts/kochi-otf/DESCR b/fonts/kochi-otf/DESCR new file mode 100644 index 00000000000..3f3b6a020d6 --- /dev/null +++ b/fonts/kochi-otf/DESCR @@ -0,0 +1,9 @@ +Kochi OpenType font is made from `Kochi Mincho' and `Kochi Gothic' +TrueType fonts with the CID/OpenType conversion kit by KANOU Hiroki. + +About the CID/OpenType conversion kit (from its WWW page): + +This is a trial to convert modification-free TrueType fonts `Kochi +Mincho' and `Kochi Gothic' designed by Yasuyuki Furukawa to CID-keyed +fonts and OpenType fonts which can be used on Ghostscript, FreeType or +other PostScript software/hardware. diff --git a/fonts/kochi-otf/Makefile b/fonts/kochi-otf/Makefile new file mode 100644 index 00000000000..a08d6ed487a --- /dev/null +++ b/fonts/kochi-otf/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/14 14:25:31 kei Exp $ + +DISTNAME= Kochi-OTF-0.018 +PKGNAME= kochi-otf-0.018 +CATEGORIES= fonts x11 japanese +MASTER_SITES= http://openlab.jp/efont/dist/Kochi-CID/current/ +MASTER_SITES+= http://khdd.net/Kochi-CID/current/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tech-pkg-ja@jp.netbsd.org +HOMEPAGE= http://khdd.net/Kochi-CID/ +COMMENT= Kochi-Mincho/Gothic scalable font in OpenType format + +NO_BUILD= YES +FONTDIR= ${PREFIX}/share/ghostscript/Resource/Font + +do-install: + ${INSTALL_DATA_DIR} ${FONTDIR} && \ + ${INSTALL_DATA} ${WRKSRC}/Kochi-* ${FONTDIR} && \ + ${INSTALL_DATA} ${WRKSRC}/README-OTF.sjis \ + ${PREFIX}/share/doc/README.kochi-otf + +.include "../../mk/ghostscript.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/kochi-otf/PLIST b/fonts/kochi-otf/PLIST new file mode 100644 index 00000000000..60dd1043bd1 --- /dev/null +++ b/fonts/kochi-otf/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/14 14:25:31 kei Exp $ +share/doc/README.kochi-otf +share/ghostscript/Resource/Font/Kochi-Gothic.otf +share/ghostscript/Resource/Font/Kochi-Mincho.otf diff --git a/fonts/kochi-otf/distinfo b/fonts/kochi-otf/distinfo new file mode 100644 index 00000000000..5a97385a8fc --- /dev/null +++ b/fonts/kochi-otf/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/05/14 14:25:31 kei Exp $ + +SHA1 (Kochi-OTF-0.018.tar.bz2) = 0670e3a5f28008c5b7904eba5d66b0780d259d8e +Size (Kochi-OTF-0.018.tar.bz2) = 6780867 bytes |