From 0c647e3abe901e82537f9628633fba1e270df8fc Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Sat, 27 Sep 2003 19:26:13 +0000 Subject: Add ko-unfonts-ttf 20030907, GPL'd Korean TrueType fonts by UN Kouanghi --- korean/Makefile | 1 + korean/unfonts-ttf/Makefile | 33 +++++++++++++++++++++++++++++++++ korean/unfonts-ttf/distinfo | 1 + korean/unfonts-ttf/pkg-descr | 9 +++++++++ korean/unfonts-ttf/pkg-plist | 13 +++++++++++++ 5 files changed, 57 insertions(+) create mode 100644 korean/unfonts-ttf/Makefile create mode 100644 korean/unfonts-ttf/distinfo create mode 100644 korean/unfonts-ttf/pkg-descr create mode 100644 korean/unfonts-ttf/pkg-plist (limited to 'korean') diff --git a/korean/Makefile b/korean/Makefile index da4016d74d00..f6e2c57af63c 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -66,6 +66,7 @@ SUBDIR += pgp.language SUBDIR += pinetreefonts SUBDIR += texinfo + SUBDIR += unfonts-ttf SUBDIR += uniksc SUBDIR += unzip diff --git a/korean/unfonts-ttf/Makefile b/korean/unfonts-ttf/Makefile new file mode 100644 index 000000000000..aee3553b2bce --- /dev/null +++ b/korean/unfonts-ttf/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: unfonts-ttf +# Date created: 27 September 2003 +# Whom: Hye-Shik Chang +# +# $FreeBSD$ + +PORTNAME= unfonts +PORTVERSION= 20030907 +CATEGORIES= korean x11-fonts +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~perky/distfiles/ +MASTER_SITE_SUBDIR= perky +PKGNAMESUFFIX= -ttf +DISTNAME= UnFonts${PKGNAMESUFFIX}-${PORTVERSION} + +MAINTAINER= perky@FreeBSD.org +COMMENT= GPL'd Korean TrueType Fonts by UN Koaunghi + +USE_X_PREFIX= yes +USE_BZIP2= yes +NO_BUILD= yes +FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType +FONTLIST= UnBatang UnBatangBold UnBom UnDotum UnDotumBold UnGraphic \ + UnGungseo UnPen UnPenheulim UnPilgi UnPilgiBold UnShinmun \ + UnYetgul + +do-install: + ${MKDIR} ${FONTDIR} +.for FONTNAME in ${FONTLIST} + ${INSTALL_DATA} ${WRKSRC}/${FONTNAME}.ttf ${FONTDIR} +.endfor + +.include diff --git a/korean/unfonts-ttf/distinfo b/korean/unfonts-ttf/distinfo new file mode 100644 index 000000000000..55c790630517 --- /dev/null +++ b/korean/unfonts-ttf/distinfo @@ -0,0 +1 @@ +MD5 (UnFonts-ttf-20030907.tar.bz2) = 5e071178638410edfde689c9309d4661 diff --git a/korean/unfonts-ttf/pkg-descr b/korean/unfonts-ttf/pkg-descr new file mode 100644 index 000000000000..b407f7ab881e --- /dev/null +++ b/korean/unfonts-ttf/pkg-descr @@ -0,0 +1,9 @@ +Un-series fonts (GPL'd) are made by UN Koaunghi (who painstakingly +scanned, converted to outlines and hand-hinted them all) and PARK +Won-Kyu. They're originally made as PS fonts to use with Korean +TeX/LaTeX/OmegaLambda (HLaTeX [1]) by UN Koaunghi in the late 1990's. +Recently, PARK Won-kyu converted them to truetype fonts and added +GSUB tables to one of them (UnBatang) for the full support of +Korean script with Korean letters (Hangul Jamos : U+1100). + +WWW: http://chem.skku.ac.kr/~wkpark/project/font/UnFonts/ diff --git a/korean/unfonts-ttf/pkg-plist b/korean/unfonts-ttf/pkg-plist new file mode 100644 index 000000000000..7eadd82aec88 --- /dev/null +++ b/korean/unfonts-ttf/pkg-plist @@ -0,0 +1,13 @@ +lib/X11/fonts/TrueType/UnBatang.ttf +lib/X11/fonts/TrueType/UnBatangBold.ttf +lib/X11/fonts/TrueType/UnBom.ttf +lib/X11/fonts/TrueType/UnDotum.ttf +lib/X11/fonts/TrueType/UnDotumBold.ttf +lib/X11/fonts/TrueType/UnGraphic.ttf +lib/X11/fonts/TrueType/UnGungseo.ttf +lib/X11/fonts/TrueType/UnPen.ttf +lib/X11/fonts/TrueType/UnPenheulim.ttf +lib/X11/fonts/TrueType/UnPilgi.ttf +lib/X11/fonts/TrueType/UnPilgiBold.ttf +lib/X11/fonts/TrueType/UnShinmun.ttf +lib/X11/fonts/TrueType/UnYetgul.ttf -- cgit v1.2.3