From aa595cff91c2fde36b234896c8181f00dc05c789 Mon Sep 17 00:00:00 2001 From: minskim Date: Sat, 8 May 2004 01:54:18 +0000 Subject: 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. --- 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(+) create mode 100644 fonts/un-ttf/DESCR create mode 100644 fonts/un-ttf/Makefile create mode 100644 fonts/un-ttf/PLIST create mode 100644 fonts/un-ttf/distinfo (limited to 'fonts') diff --git a/fonts/un-ttf/DESCR b/fonts/un-ttf/DESCR new file mode 100644 index 00000000000..1c2728d2254 --- /dev/null +++ b/fonts/un-ttf/DESCR @@ -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 --git a/fonts/un-ttf/Makefile b/fonts/un-ttf/Makefile new file mode 100644 index 00000000000..08188731548 --- /dev/null +++ b/fonts/un-ttf/Makefile @@ -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 +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 --git a/fonts/un-ttf/PLIST b/fonts/un-ttf/PLIST new file mode 100644 index 00000000000..e22ce137ea3 --- /dev/null +++ b/fonts/un-ttf/PLIST @@ -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 --git a/fonts/un-ttf/distinfo b/fonts/un-ttf/distinfo new file mode 100644 index 00000000000..29b0b24a907 --- /dev/null +++ b/fonts/un-ttf/distinfo @@ -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 -- cgit v1.2.3