diff options
author | minskim <minskim> | 2004-07-23 00:32:16 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-07-23 00:32:16 +0000 |
commit | bb7544c461548adf0c48c6f22fafa0acd38009c3 (patch) | |
tree | 7d709f91bfe08a30e2dabfc75efcc149c3cf3028 /fonts/alee-ttf | |
parent | 06d6ce7803edfe7b747d0635c18e5ce717e1663d (diff) | |
download | pkgsrc-bb7544c461548adf0c48c6f22fafa0acd38009c3.tar.gz |
Import alee-ttf-0.3, packaged by Yi Min-Cheol (fox9 at netb dot co dot kr).
This package contains Hangul truetype fonts made by A Lee.
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 Dr. Kong Byeong-woo.
On qwerty keyboard layout, get Hmfs font and type as typing Hangul on
Hangul 3-bul-sik-final keyboard WITHOUT HANGUL IME. Then letters you
type will appear like Hangul.
Hmfs.ttf contains 16px bitmap for screen use, so looks good in
16px (12pt in 96dpi screen) size without antialiasing.
Diffstat (limited to 'fonts/alee-ttf')
-rw-r--r-- | fonts/alee-ttf/DESCR | 16 | ||||
-rw-r--r-- | fonts/alee-ttf/Makefile | 28 | ||||
-rw-r--r-- | fonts/alee-ttf/PLIST | 6 | ||||
-rw-r--r-- | fonts/alee-ttf/distinfo | 4 |
4 files changed, 54 insertions, 0 deletions
diff --git a/fonts/alee-ttf/DESCR b/fonts/alee-ttf/DESCR new file mode 100644 index 00000000000..afacef23225 --- /dev/null +++ b/fonts/alee-ttf/DESCR @@ -0,0 +1,16 @@ +This package contains Hangul truetype fonts made by A Lee. + +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 Dr. Kong Byeong-woo. + +On qwerty keyboard layout, get Hmfs font and type as typing Hangul on +Hangul 3-bul-sik-final keyboard WITHOUT HANGUL IME. Then letters you +type will appear like Hangul. + +Hmfs.ttf contains 16px bitmap for screen use, so looks good in +16px (12pt in 96dpi screen) size without antialiasing. diff --git a/fonts/alee-ttf/Makefile b/fonts/alee-ttf/Makefile new file mode 100644 index 00000000000..4fc2298ae25 --- /dev/null +++ b/fonts/alee-ttf/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/23 00:32:16 minskim Exp $ +# + +DISTNAME= ttf-alee_0.3 +PKGNAME= alee-ttf-0.3 +CATEGORIES= fonts korean +MASTER_SITES= http://ftp.debian.org/debian/pool/main/t/ttf-alee/ + +MAINTAINER= fox9@netb.co.kr +HOMEPAGE= http://packages.debian.org/unstable/x11/ttf-alee/ +COMMENT= A Lee's Hangul truetype fonts + +USE_X11BASE= YES +NO_CONFIGURE= YES +NO_BUILD= YES + +WRKSRC?= ${WRKDIR}/ttf-alee-0.3 +FONTS_TTF_DIRS= ${PREFIX}/lib/X11/fonts/TTF +DOCDIR= ${PREFIX}/share/doc/alee-ttf + +do-install: + ${INSTALL_DATA_DIR} ${FONTS_TTF_DIRS} + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTS_TTF_DIRS} + ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/Copyright ${DOCDIR} + +.include "../../mk/fonts.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/alee-ttf/PLIST b/fonts/alee-ttf/PLIST new file mode 100644 index 00000000000..097b27c99ee --- /dev/null +++ b/fonts/alee-ttf/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/23 00:32:16 minskim Exp $ +lib/X11/fonts/TTF/Eunjin.ttf +lib/X11/fonts/TTF/Hmfs.ttf +lib/X11/fonts/TTF/Ongdalsam.ttf +share/doc/alee-ttf/Copyright +@dirrm share/doc/alee-ttf diff --git a/fonts/alee-ttf/distinfo b/fonts/alee-ttf/distinfo new file mode 100644 index 00000000000..172a9cabdca --- /dev/null +++ b/fonts/alee-ttf/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/23 00:32:16 minskim Exp $ + +SHA1 (ttf-alee_0.3.tar.gz) = b11bb8ff1ab13ecef856cdd7c3d1647ed181f62e +Size (ttf-alee_0.3.tar.gz) = 276821 bytes |