pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/alee-ttf Import alee-ttf-0.3, packaged by Yi Min...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d83f08fa549e
branches:  trunk
changeset: 478384:d83f08fa549e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jul 23 00:32:16 2004 +0000

description:
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:

 fonts/alee-ttf/DESCR    |  16 ++++++++++++++++
 fonts/alee-ttf/Makefile |  28 ++++++++++++++++++++++++++++
 fonts/alee-ttf/PLIST    |   6 ++++++
 fonts/alee-ttf/distinfo |   4 ++++
 4 files changed, 54 insertions(+), 0 deletions(-)

diffs (70 lines):

diff -r b43e0611b20d -r d83f08fa549e fonts/alee-ttf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/alee-ttf/DESCR      Fri Jul 23 00:32:16 2004 +0000
@@ -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 -r b43e0611b20d -r d83f08fa549e fonts/alee-ttf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/alee-ttf/Makefile   Fri Jul 23 00:32:16 2004 +0000
@@ -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@localhost
+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 -r b43e0611b20d -r d83f08fa549e fonts/alee-ttf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/alee-ttf/PLIST      Fri Jul 23 00:32:16 2004 +0000
@@ -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 -r b43e0611b20d -r d83f08fa549e fonts/alee-ttf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/alee-ttf/distinfo   Fri Jul 23 00:32:16 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index