diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-07-23 04:15:31 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-07-23 04:15:31 +0000 |
commit | fed4fa2e934dac0b12020e14aca3fbb9da579a24 (patch) | |
tree | 4103729d9229b56f1a54513938881f8f6c077a73 /korean | |
parent | 79ea8d9208f735d069035ff78e15a52b3cddc808 (diff) | |
download | ports-fed4fa2e934dac0b12020e14aca3fbb9da579a24.tar.gz ports-fed4fa2e934dac0b12020e14aca3fbb9da579a24.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/Makefile | 1 | ||||
-rw-r--r-- | korean/aleefonts-ttf/Makefile | 30 | ||||
-rw-r--r-- | korean/aleefonts-ttf/distinfo | 2 | ||||
-rw-r--r-- | korean/aleefonts-ttf/pkg-descr | 9 | ||||
-rw-r--r-- | korean/aleefonts-ttf/pkg-plist | 3 |
5 files changed, 45 insertions, 0 deletions
diff --git a/korean/Makefile b/korean/Makefile index 5d9a0f319c8d..aa0b65060109 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -7,6 +7,7 @@ SUBDIR += FreeWnn-server SUBDIR += a2ps SUBDIR += acroread5-korfont + SUBDIR += aleefonts-ttf SUBDIR += ami SUBDIR += baekmukfonts-bdf SUBDIR += baekmukfonts-ttf diff --git a/korean/aleefonts-ttf/Makefile b/korean/aleefonts-ttf/Makefile new file mode 100644 index 000000000000..cc0a666093fa --- /dev/null +++ b/korean/aleefonts-ttf/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: aleefonts-ttf +# Date created: 23 July 2004 +# Whom: Hye-Shik Chang +# +# $FreeBSD$ + +PORTNAME= aleefonts +PORTVERSION= 0.3 +CATEGORIES= korean x11-fonts +MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITE_SUBDIR= pool/main/t/ttf-alee +PKGNAMESUFFIX= -ttf +DISTNAME= ttf-alee_${PORTVERSION} + +MAINTAINER= perky@FreeBSD.org +COMMENT= A-Lee's Hangul truetype fonts + +USE_X_PREFIX= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} +FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType +FONTLIST= Eunjin Hmfs Ongdalsam + +do-install: + ${MKDIR} ${FONTDIR} +.for FONTNAME in ${FONTLIST} + ${INSTALL_DATA} ${WRKSRC}/${FONTNAME}.ttf ${FONTDIR} +.endfor + +.include <bsd.port.mk> diff --git a/korean/aleefonts-ttf/distinfo b/korean/aleefonts-ttf/distinfo new file mode 100644 index 000000000000..5d9163495188 --- /dev/null +++ b/korean/aleefonts-ttf/distinfo @@ -0,0 +1,2 @@ +MD5 (ttf-alee_0.3.tar.gz) = 267b4e55995f32b55885d514c5de933c +SIZE (ttf-alee_0.3.tar.gz) = 276821 diff --git a/korean/aleefonts-ttf/pkg-descr b/korean/aleefonts-ttf/pkg-descr new file mode 100644 index 000000000000..7ad08cedbcfe --- /dev/null +++ b/korean/aleefonts-ttf/pkg-descr @@ -0,0 +1,9 @@ +Eunjin and Ongdalsam are general purpose Hangul truetype fonts and +contain ascii and Korean syllable characters. These fonts are looks +good in 12px (9pt in 96dpi screen) size without antialiasing. + +Hmfs is not a real Hangul font. It is specially designed truetype +ascii font in the manner of Hangul 3-bul-sik typewriter which is +invented by Ph.D Kong Byeong-woo. + +WWW: http://packages.debian.org/unstable/x11/ttf-alee diff --git a/korean/aleefonts-ttf/pkg-plist b/korean/aleefonts-ttf/pkg-plist new file mode 100644 index 000000000000..90a2be90df21 --- /dev/null +++ b/korean/aleefonts-ttf/pkg-plist @@ -0,0 +1,3 @@ +lib/X11/fonts/TrueType/Eunjin.ttf +lib/X11/fonts/TrueType/Ongdalsam.ttf +lib/X11/fonts/TrueType/Hmfs.ttf |