From 745a113b56398e356b6565d7670dd90430dc9572 Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 8 Aug 2011 23:26:31 +0000 Subject: Import nanum-ttf-3.0 as fonts/nanum-ttf. Nanum fonts are a set of TrueType fonts for Korean including gothic, myeongjo, pen script and brush script typefaces. --- fonts/nanum-ttf/DESCR | 2 ++ fonts/nanum-ttf/Makefile | 27 +++++++++++++++++++++++++++ fonts/nanum-ttf/PLIST | 9 +++++++++ fonts/nanum-ttf/distinfo | 5 +++++ 4 files changed, 43 insertions(+) create mode 100644 fonts/nanum-ttf/DESCR create mode 100644 fonts/nanum-ttf/Makefile create mode 100644 fonts/nanum-ttf/PLIST create mode 100644 fonts/nanum-ttf/distinfo (limited to 'fonts/nanum-ttf') diff --git a/fonts/nanum-ttf/DESCR b/fonts/nanum-ttf/DESCR new file mode 100644 index 00000000000..0ae4ea55db6 --- /dev/null +++ b/fonts/nanum-ttf/DESCR @@ -0,0 +1,2 @@ +Nanum fonts are a set of TrueType fonts for Korean including gothic, +myeongjo, pen script and brush script typefaces. diff --git a/fonts/nanum-ttf/Makefile b/fonts/nanum-ttf/Makefile new file mode 100644 index 00000000000..0eacd4580b3 --- /dev/null +++ b/fonts/nanum-ttf/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/08/08 23:26:31 minskim Exp $ + +DISTNAME= NanumFont_TTF_ALL +PKGNAME= nanum-ttf-3.0 +CATEGORIES= fonts +MASTER_SITES= http://cdn.naver.com/naver/NanumFont/fontfiles/ +EXTRACT_SUFX= .zip + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://hangeul.naver.com/ +COMMENT= Korean fonts distributed by Naver +LICENSE= open-font-license + +PKG_DESTDIR_SUPPORT= user-destdir + +NO_CONFIGURE= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR} + +FONTS_DIRS.ttf= ${PREFIX}/lib/X11/fonts/TTF + +INSTALLATION_DIRS= lib/X11/fonts/TTF + +do-install: + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${DESTDIR}${FONTS_DIRS.ttf} + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/nanum-ttf/PLIST b/fonts/nanum-ttf/PLIST new file mode 100644 index 00000000000..c2ffe85288c --- /dev/null +++ b/fonts/nanum-ttf/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/08 23:26:31 minskim Exp $ +lib/X11/fonts/TTF/NanumBrush.ttf +lib/X11/fonts/TTF/NanumGothic.ttf +lib/X11/fonts/TTF/NanumGothicBold.ttf +lib/X11/fonts/TTF/NanumGothicExtraBold.ttf +lib/X11/fonts/TTF/NanumMyeongjo.ttf +lib/X11/fonts/TTF/NanumMyeongjoBold.ttf +lib/X11/fonts/TTF/NanumMyeongjoExtraBold.ttf +lib/X11/fonts/TTF/NanumPen.ttf diff --git a/fonts/nanum-ttf/distinfo b/fonts/nanum-ttf/distinfo new file mode 100644 index 00000000000..689a3904b5d --- /dev/null +++ b/fonts/nanum-ttf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/08/08 23:26:31 minskim Exp $ + +SHA1 (NanumFont_TTF_ALL.zip) = 1cbfffdf8e5f81915642340560fb2ca7c1d08ef5 +RMD160 (NanumFont_TTF_ALL.zip) = 55a540bef2d5428b04adcc09eb36ecfb12431d37 +Size (NanumFont_TTF_ALL.zip) = 14967190 bytes -- cgit v1.2.3