pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/un-ttf Import un-ttf-20030907.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f41cd68ae92
branches:  trunk
changeset: 474954:1f41cd68ae92
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat May 08 01:54:18 2004 +0000

description:
Import un-ttf-20030907.

Un fonts are GPL'd Korean fonts.  They were originally available as
PostScript fonts for HLaTeX, and later converted into TrueType fonts.

diffstat:

 fonts/un-ttf/DESCR    |   2 ++
 fonts/un-ttf/Makefile |  24 ++++++++++++++++++++++++
 fonts/un-ttf/PLIST    |  14 ++++++++++++++
 fonts/un-ttf/distinfo |   4 ++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 559227c2dba8 -r 1f41cd68ae92 fonts/un-ttf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/un-ttf/DESCR        Sat May 08 01:54:18 2004 +0000
@@ -0,0 +1,2 @@
+Un fonts are GPL'd Korean fonts.  They were originally available as
+PostScript fonts for HLaTeX, and later converted into TrueType fonts.
diff -r 559227c2dba8 -r 1f41cd68ae92 fonts/un-ttf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/un-ttf/Makefile     Sat May 08 01:54:18 2004 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/08 01:54:18 minskim Exp $
+
+DISTNAME=      UnFonts-ttf-20030907
+PKGNAME=       ${DISTNAME:S/UnFonts/un/}
+CATEGORIES=    fonts korean
+MASTER_SITES=  ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/perky/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://chem.skku.ac.kr/~wkpark/project/font/UnFonts/
+COMMENT=       Un series Korean TrueType 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 559227c2dba8 -r 1f41cd68ae92 fonts/un-ttf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/un-ttf/PLIST        Sat May 08 01:54:18 2004 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/08 01:54:18 minskim Exp $
+lib/X11/fonts/TTF/UnBatang.ttf
+lib/X11/fonts/TTF/UnBatangBold.ttf
+lib/X11/fonts/TTF/UnBom.ttf
+lib/X11/fonts/TTF/UnDotum.ttf
+lib/X11/fonts/TTF/UnDotumBold.ttf
+lib/X11/fonts/TTF/UnGraphic.ttf
+lib/X11/fonts/TTF/UnGungseo.ttf
+lib/X11/fonts/TTF/UnPen.ttf
+lib/X11/fonts/TTF/UnPenheulim.ttf
+lib/X11/fonts/TTF/UnPilgi.ttf
+lib/X11/fonts/TTF/UnPilgiBold.ttf
+lib/X11/fonts/TTF/UnShinmun.ttf
+lib/X11/fonts/TTF/UnYetgul.ttf
diff -r 559227c2dba8 -r 1f41cd68ae92 fonts/un-ttf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/un-ttf/distinfo     Sat May 08 01:54:18 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/05/08 01:54:18 minskim Exp $
+
+SHA1 (UnFonts-ttf-20030907.tar.bz2) = 939ecd326bf54489a1b7185b62a2f5c0dea50d6f
+Size (UnFonts-ttf-20030907.tar.bz2) = 15326624 bytes



Home | Main Index | Thread Index | Old Index