diff options
author | minskim <minskim@pkgsrc.org> | 2011-08-08 23:26:31 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-08-08 23:26:31 +0000 |
commit | b6100aeaf739d36adb70c43cdee252ef5c75a4b0 (patch) | |
tree | 350580743968637d59c4a4e841d0eee44e7bc41f /fonts | |
parent | 6dc4c7162c11d424823aa9ee06db4997a4603103 (diff) | |
download | pkgsrc-b6100aeaf739d36adb70c43cdee252ef5c75a4b0.tar.gz |
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.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/nanum-ttf/DESCR | 2 | ||||
-rw-r--r-- | fonts/nanum-ttf/Makefile | 27 | ||||
-rw-r--r-- | fonts/nanum-ttf/PLIST | 9 | ||||
-rw-r--r-- | fonts/nanum-ttf/distinfo | 5 |
4 files changed, 43 insertions, 0 deletions
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 |