pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/konatu-ttf Import konatu-ttf-26 as fonts/konatu-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85bad7780c78
branches:  trunk
changeset: 588371:85bad7780c78
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun May 08 11:10:14 2011 +0000

description:
Import konatu-ttf-26 as fonts/konatu-ttf from wip/konatu-ttf.

This package contains sans-serif Konatu fonts, Konatu (proportional)
and KonatuTohaba (monospace). The kanji characters in these fonts are
based on JIS X 0208.

diffstat:

 fonts/konatu-ttf/DESCR    |   3 +++
 fonts/konatu-ttf/Makefile |  45 +++++++++++++++++++++++++++++++++++++++++++++
 fonts/konatu-ttf/PLIST    |   5 +++++
 fonts/konatu-ttf/distinfo |   5 +++++
 4 files changed, 58 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r 216466a25c48 -r 85bad7780c78 fonts/konatu-ttf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/konatu-ttf/DESCR    Sun May 08 11:10:14 2011 +0000
@@ -0,0 +1,3 @@
+This package contains sans-serif Konatu fonts, Konatu (proportional)
+and KonatuTohaba (monospace). The kanji characters in these fonts are
+based on JIS X 0208.
diff -r 216466a25c48 -r 85bad7780c78 fonts/konatu-ttf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/konatu-ttf/Makefile Sun May 08 11:10:14 2011 +0000
@@ -0,0 +1,45 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/05/08 11:10:14 ryoon Exp $
+#
+
+DISTNAME=      Konatu_ver_26
+PKGNAME=       ${DISTNAME:tl:S/_ver_/-ttf-/}
+CATEGORIES=    fonts japanese
+MASTER_SITES=  http://www.masuseki.com/be/konatu/
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    ryoon%NetBSD.org@localhost
+HOMEPAGE=      http://www.masuseki.com/?u=be/konatu.htm
+COMMENT=       Japanese TrueType gothic (sans-serif) fonts, Konatu fonts
+LICENSE=       cc-by-sa-v3.0
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_X11BASE=   YES
+NO_CONFIGURE=  YES
+NO_BUILD=      YES
+
+DOCSDIR=       ${PREFIX}/share/doc/${PKGBASE}
+
+FONTDIR=       ${PREFIX}/lib/X11/fonts/TTF
+FONTS_DIRS.ttf=        ${FONTDIR}
+
+INSTALLATION_DIRS=     lib/X11/fonts/TTF \
+                       ${DOCSDIR}
+
+INSTALL_FONTS= Konatu.ttf \
+               KonatuTohaba.ttf
+
+INSTALL_DOCS=  README.txt \
+               README_Japanese.txt
+
+USE_LANGUAGES= # none
+
+do-install:
+.for f in ${INSTALL_FONTS}
+       ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${FONTDIR}
+.endfor
+.for f in ${INSTALL_DOCS}
+       ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCSDIR}
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff -r 216466a25c48 -r 85bad7780c78 fonts/konatu-ttf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/konatu-ttf/PLIST    Sun May 08 11:10:14 2011 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/08 11:10:14 ryoon Exp $
+lib/X11/fonts/TTF/Konatu.ttf
+lib/X11/fonts/TTF/KonatuTohaba.ttf
+share/doc/${PKGBASE}/README.txt
+share/doc/${PKGBASE}/README_Japanese.txt
diff -r 216466a25c48 -r 85bad7780c78 fonts/konatu-ttf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/konatu-ttf/distinfo Sun May 08 11:10:14 2011 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/05/08 11:10:14 ryoon Exp $
+
+SHA1 (Konatu_ver_26.zip) = e7e3217d12d283f2c11f5bbdfe856605272a8e08
+RMD160 (Konatu_ver_26.zip) = b7e9b8788c819e6d87c6fd714c50bb4d048cfd98
+Size (Konatu_ver_26.zip) = 8470986 bytes



Home | Main Index | Thread Index | Old Index