pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/un-core-ttf Initial import of un-core-ttf-1.0. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be3edd0dc95c
branches:  trunk
changeset: 479514:be3edd0dc95c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Aug 16 06:13:59 2004 +0000

description:
Initial import of un-core-ttf-1.0.  Packaged by Kibum Han.

Un fonts are GPL'd Korean fonts.  They were originally available as
PostScript fonts for HLaTeX, and later converted into TrueType fonts.
This package contains the following 9 core fonts.

 * UnBatang, UnBatangBold: serif
 * UnDotum, UnDotumBold: sans-serif
 * UnGraphic, UnGraphicBold: sans-serif style
 * UnPilgi, UnPilgiBold: script
 * UnGungseo: cursive, brush-stroke

diffstat:

 fonts/un-core-ttf/DESCR    |   9 +++++++++
 fonts/un-core-ttf/Makefile |  28 ++++++++++++++++++++++++++++
 fonts/un-core-ttf/PLIST    |  10 ++++++++++
 fonts/un-core-ttf/distinfo |   4 ++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r 49c815724bdc -r be3edd0dc95c fonts/un-core-ttf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/un-core-ttf/DESCR   Mon Aug 16 06:13:59 2004 +0000
@@ -0,0 +1,9 @@
+Un fonts are GPL'd Korean fonts.  They were originally available as
+PostScript fonts for HLaTeX, and later converted into TrueType fonts.
+This package contains the following 9 core fonts.
+
+ * UnBatang, UnBatangBold: serif
+ * UnDotum, UnDotumBold: sans-serif
+ * UnGraphic, UnGraphicBold: sans-serif style
+ * UnPilgi, UnPilgiBold: script
+ * UnGungseo: cursive, brush-stroke
diff -r 49c815724bdc -r be3edd0dc95c fonts/un-core-ttf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/un-core-ttf/Makefile        Mon Aug 16 06:13:59 2004 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/16 06:13:59 minskim Exp $
+
+DISTNAME=      un-fonts-core-${UN_CORE_VER}
+PKGNAME=       un-core-ttf-${UN_CORE_VER}
+CATEGORIES=    fonts korean
+MASTER_SITES=  http://kldp.net/download.php/1425/
+
+MAINTAINER=    yui%yui.pe.kr@localhost
+HOMEPAGE=      http://kldp.net/projects/unfonts/
+COMMENT=       Core set of Un Korean TrueType fonts
+
+CONFLICTS+=    un-ttf-[0-9]*
+
+UN_CORE_VER=   1.0
+
+WRKSRC=                ${WRKDIR}/un-fonts
+USE_X11BASE=   yes
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+
+FONTS_TTF_DIRS=        ${PREFIX}/lib/X11/fonts/TTF
+
+do-install:
+       ${INSTALL_DATA_DIR} ${FONTS_TTF_DIRS}
+       ${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTS_TTF_DIRS}
+
+.include "../../mk/fonts.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 49c815724bdc -r be3edd0dc95c fonts/un-core-ttf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/un-core-ttf/PLIST   Mon Aug 16 06:13:59 2004 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/16 06:13:59 minskim Exp $
+lib/X11/fonts/TTF/UnBatang.ttf
+lib/X11/fonts/TTF/UnBatangBold.ttf
+lib/X11/fonts/TTF/UnDotum.ttf
+lib/X11/fonts/TTF/UnDotumBold.ttf
+lib/X11/fonts/TTF/UnGraphic.ttf
+lib/X11/fonts/TTF/UnGraphicBold.ttf
+lib/X11/fonts/TTF/UnGungseo.ttf
+lib/X11/fonts/TTF/UnPilgi.ttf
+lib/X11/fonts/TTF/UnPilgiBold.ttf
diff -r 49c815724bdc -r be3edd0dc95c fonts/un-core-ttf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/un-core-ttf/distinfo        Mon Aug 16 06:13:59 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/08/16 06:13:59 minskim Exp $
+
+SHA1 (un-fonts-core-1.0.tar.gz) = 4f9b9ac72c6b05a087246ad585eca9c0ab8b0d53
+Size (un-fonts-core-1.0.tar.gz) = 10975942 bytes



Home | Main Index | Thread Index | Old Index