From d0ab91b06e0d34a41d72f5cbc5c95073a9c9dbc0 Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 16 Aug 2004 06:13:59 +0000 Subject: Initial import of un-core-ttf-1.0. Packaged by Kibum Han. Un fonts are GPL'd Korean fonts. They were originally available as PostScript fonts for HLaTeX, and later converted into TrueType fonts. This package contains the following 9 core fonts. * UnBatang, UnBatangBold: serif * UnDotum, UnDotumBold: sans-serif * UnGraphic, UnGraphicBold: sans-serif style * UnPilgi, UnPilgiBold: script * UnGungseo: cursive, brush-stroke --- fonts/un-core-ttf/DESCR | 9 +++++++++ fonts/un-core-ttf/Makefile | 28 ++++++++++++++++++++++++++++ fonts/un-core-ttf/PLIST | 10 ++++++++++ fonts/un-core-ttf/distinfo | 4 ++++ 4 files changed, 51 insertions(+) create mode 100644 fonts/un-core-ttf/DESCR create mode 100644 fonts/un-core-ttf/Makefile create mode 100644 fonts/un-core-ttf/PLIST create mode 100644 fonts/un-core-ttf/distinfo (limited to 'fonts/un-core-ttf') diff --git a/fonts/un-core-ttf/DESCR b/fonts/un-core-ttf/DESCR new file mode 100644 index 00000000000..edf26ec8b08 --- /dev/null +++ b/fonts/un-core-ttf/DESCR @@ -0,0 +1,9 @@ +Un fonts are GPL'd Korean fonts. They were originally available as +PostScript fonts for HLaTeX, and later converted into TrueType fonts. +This package contains the following 9 core fonts. + + * UnBatang, UnBatangBold: serif + * UnDotum, UnDotumBold: sans-serif + * UnGraphic, UnGraphicBold: sans-serif style + * UnPilgi, UnPilgiBold: script + * UnGungseo: cursive, brush-stroke diff --git a/fonts/un-core-ttf/Makefile b/fonts/un-core-ttf/Makefile new file mode 100644 index 00000000000..db5d4520356 --- /dev/null +++ b/fonts/un-core-ttf/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/16 06:13:59 minskim Exp $ + +DISTNAME= un-fonts-core-${UN_CORE_VER} +PKGNAME= un-core-ttf-${UN_CORE_VER} +CATEGORIES= fonts korean +MASTER_SITES= http://kldp.net/download.php/1425/ + +MAINTAINER= yui@yui.pe.kr +HOMEPAGE= http://kldp.net/projects/unfonts/ +COMMENT= Core set of Un Korean TrueType fonts + +CONFLICTS+= un-ttf-[0-9]* + +UN_CORE_VER= 1.0 + +WRKSRC= ${WRKDIR}/un-fonts +USE_X11BASE= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +FONTS_TTF_DIRS= ${PREFIX}/lib/X11/fonts/TTF + +do-install: + ${INSTALL_DATA_DIR} ${FONTS_TTF_DIRS} + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTS_TTF_DIRS} + +.include "../../mk/fonts.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/un-core-ttf/PLIST b/fonts/un-core-ttf/PLIST new file mode 100644 index 00000000000..caafb2c149b --- /dev/null +++ b/fonts/un-core-ttf/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/16 06:13:59 minskim Exp $ +lib/X11/fonts/TTF/UnBatang.ttf +lib/X11/fonts/TTF/UnBatangBold.ttf +lib/X11/fonts/TTF/UnDotum.ttf +lib/X11/fonts/TTF/UnDotumBold.ttf +lib/X11/fonts/TTF/UnGraphic.ttf +lib/X11/fonts/TTF/UnGraphicBold.ttf +lib/X11/fonts/TTF/UnGungseo.ttf +lib/X11/fonts/TTF/UnPilgi.ttf +lib/X11/fonts/TTF/UnPilgiBold.ttf diff --git a/fonts/un-core-ttf/distinfo b/fonts/un-core-ttf/distinfo new file mode 100644 index 00000000000..9862844c34f --- /dev/null +++ b/fonts/un-core-ttf/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/08/16 06:13:59 minskim Exp $ + +SHA1 (un-fonts-core-1.0.tar.gz) = 4f9b9ac72c6b05a087246ad585eca9c0ab8b0d53 +Size (un-fonts-core-1.0.tar.gz) = 10975942 bytes -- cgit v1.2.3