diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-16 15:16:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-16 15:16:25 +0000 |
commit | eeac5e7752b191964a387b02c9d99fa65e32cfaf (patch) | |
tree | 682928732b124cc1907267497ca0d515939d1515 | |
parent | 93b7dc1afc6c03769d3d88146439ba008004ba59 (diff) | |
download | pkgsrc-eeac5e7752b191964a387b02c9d99fa65e32cfaf.tar.gz |
Import baekmuk-ttf, Korean ttf fonts by Kim Jung-Hwan.
Package provided by Rui-Xiang Guo in connection with pkg/14704.
-rw-r--r-- | fonts/baekmuk-ttf/DESCR | 2 | ||||
-rw-r--r-- | fonts/baekmuk-ttf/Makefile | 33 | ||||
-rw-r--r-- | fonts/baekmuk-ttf/PLIST | 8 | ||||
-rw-r--r-- | fonts/baekmuk-ttf/distinfo | 4 | ||||
-rw-r--r-- | fonts/baekmuk-ttf/files/COPYRIGHT | 13 |
5 files changed, 60 insertions, 0 deletions
diff --git a/fonts/baekmuk-ttf/DESCR b/fonts/baekmuk-ttf/DESCR new file mode 100644 index 00000000000..69213cd4867 --- /dev/null +++ b/fonts/baekmuk-ttf/DESCR @@ -0,0 +1,2 @@ +Baemuk TrueType fonts are freely available for non-commercial use. If you +want to use them for commercial purpose, contact the copyright owner first. diff --git a/fonts/baekmuk-ttf/Makefile b/fonts/baekmuk-ttf/Makefile new file mode 100644 index 00000000000..8fcaae81384 --- /dev/null +++ b/fonts/baekmuk-ttf/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/07/16 15:16:25 wiz Exp $ +# + +DISTNAME= baekmuk-ttf-2.0 +CATEGORIES= fonts korean +MASTER_SITES= ftp://ftp.mizi.com/pub/baekmuk/ + +MAINTAINER= junyoung@mogua.com +HOMEPAGE= http://www.mizi.com/ko/prod/desktop/mizios/mos-pro2.htm +COMMENT= Baekmuk family Korean TrueType fonts + +LICENSE= fee-based-commercial-use + +FONT_FILES= batang.ttf dotum.ttf gulim.ttf hline.ttf + +WRKSRC= ${WRKDIR} +NO_PATCH= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +USE_X11BASE= yes +FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType +DOCDIR= ${PREFIX}/share/doc/baekmuk-ttf + +do-install: + ${INSTALL_DATA_DIR} ${FONTDIR} + for f in ${FONT_FILES}; do \ + ${INSTALL_DATA} ${WRKSRC}/$$f ${FONTDIR}; \ + done + ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_DATA} ${FILESDIR}/COPYRIGHT ${DOCDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/baekmuk-ttf/PLIST b/fonts/baekmuk-ttf/PLIST new file mode 100644 index 00000000000..bed97965779 --- /dev/null +++ b/fonts/baekmuk-ttf/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/16 15:16:25 wiz Exp $ +lib/X11/fonts/TrueType/batang.ttf +lib/X11/fonts/TrueType/dotum.ttf +lib/X11/fonts/TrueType/gulim.ttf +lib/X11/fonts/TrueType/hline.ttf +share/doc/baekmuk-ttf/COPYRIGHT +@dirrm share/doc/baekmuk-ttf +@unexec ${RMDIR} -p %D/lib/X11/fonts/TrueType 2> /dev/null || true diff --git a/fonts/baekmuk-ttf/distinfo b/fonts/baekmuk-ttf/distinfo new file mode 100644 index 00000000000..196f3116a02 --- /dev/null +++ b/fonts/baekmuk-ttf/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/07/16 15:16:25 wiz Exp $ + +SHA1 (baekmuk-ttf-2.0.tar.gz) = d659d8bba217cf056b8197e7a00312449c331a6c +Size (baekmuk-ttf-2.0.tar.gz) = 11568778 bytes diff --git a/fonts/baekmuk-ttf/files/COPYRIGHT b/fonts/baekmuk-ttf/files/COPYRIGHT new file mode 100644 index 00000000000..8932a68390c --- /dev/null +++ b/fonts/baekmuk-ttf/files/COPYRIGHT @@ -0,0 +1,13 @@ +(c) Copyright 1986-2000, Kim Jung-Hwan + +You are hereby granted permission under all Kim Jung-Hwan propriety rights +to use, copy, modify, sublicense, sell, and redistribute the 4 Baekmuk +truetype outline fonts for any purpose and without restriction; +provided, that this notice is left intact on all copies of such fonts +and that Kim Jung-Hwan's trademark is acknowledged as shown below +on all copies of the 4 Baekmuk truetype fonts. + +BAEKMUK BATANG is a registered trademark of Kim Jung-Hwan. +BAEKMUK GULIM is a registered trademark of Kim Jung-Hwan. +BAEKMUK DOTUM is a registered trademark of Kim Jung-Hwan. +BAEKMUK HEADLINE is a registered trademark of Kim Jung-Hwan. |