import x11/un-fonts, alternative Korean fonts, preferred by some over

the baekmuk fonts. original port done by Matthieu Herrb, with some reworking
by myself. commit requested by matthieu@.

Un-fonts comes from the HLaTeX type1 fonts made in 1998 by Koaunghi Un,
he designed type1 fonts to use with Korean TeX(HLaTeX) and released them
under the GNU GPL license.

They were converted to TrueType with FontForge(PfaEdit) by Won-kyu Park
in 2003.
This commit is contained in:
sthen 2009-03-28 20:27:11 +00:00
parent 1f44eacc97
commit aefd6f9e68
10 changed files with 126 additions and 0 deletions

6
x11/un-fonts/Makefile Normal file
View File

@ -0,0 +1,6 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/28 20:27:11 sthen Exp $
SUBDIR += core
SUBDIR += extra
.include <bsd.port.subdir.mk>

23
x11/un-fonts/Makefile.inc Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile.inc,v 1.1.1.1 2009/03/28 20:27:11 sthen Exp $
CATEGORIES ?= x11 japanese korean
HOMEPAGE ?= http://kldp.net/projects/unfonts/
WRKDIST = ${WRKDIR}/un-fonts
# GPLv2
PERMIT_PACKAGE_CDROM = yes
PERMIT_PACKAGE_FTP = yes
PERMIT_DISTFILES_CDROM =yes
PERMIT_DISTFILES_FTP = yes
FONTDIR ?= ${PREFIX}/lib/X11/fonts/korean
NO_BUILD ?= yes
NO_REGRESS ?= yes
PKG_ARCH ?= *
do-install:
${INSTALL_DATA_DIR} ${FONTDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTDIR}

View File

@ -0,0 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/28 20:27:11 sthen Exp $
COMMENT = core Asian truetype fonts designed by Koaunghi Un
DISTNAME = un-fonts-core-${VERSION}
PKGNAME = un-fonts-core-${VERSION:S/-/./}
# N.B. MASTER_SITES directory will need changing for version updates
VERSION = 1.0.2-080608
MASTER_SITES = http://kldp.net/frs/download.php/4695/
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (un-fonts-core-1.0.2-080608.tar.gz) = h+3rZVhrhdTOEMH6tPHhqg==
RMD160 (un-fonts-core-1.0.2-080608.tar.gz) = a6H0ioKbdBCcv3J/Mytev4tga7Q=
SHA1 (un-fonts-core-1.0.2-080608.tar.gz) = QkXQhkmgrMJtjHPnB7YTcbk3Dno=
SHA256 (un-fonts-core-1.0.2-080608.tar.gz) = OwpydPmqt+jw8ZOMAacOFYF2bVG0lLoUVoPzesVXkY4=
SIZE (un-fonts-core-1.0.2-080608.tar.gz) = 20117428

View File

@ -0,0 +1,17 @@
Un-fonts comes from the HLaTeX type1 fonts made in 1998 by Koaunghi Un,
he designed type1 fonts to use with Korean TeX(HLaTeX) and released them
under the GNU GPL license.
They were converted to TrueType with FontForge(PfaEdit) by Won-kyu Park
in 2003.
This package contains the core families (9 fonts)
* UnBatang, UnBatangBold: serif
* UnDotum, UnDotumBold: sans-serif
* UnGraphic, UnGraphicBold: sans-serif style
* UnPilgi, UnPilgiBold: script
* UnGungseo: cursive, brush-stroke
Project maintainers:
* Won-kyu Park <wkpark@kldp.org>
* Jungshik Shin <jshin@mailaps.org>

View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/03/28 20:27:11 sthen Exp $
lib/X11/fonts/
@fontdir lib/X11/fonts/korean/
lib/X11/fonts/korean/UnBatang.ttf
lib/X11/fonts/korean/UnBatangBold.ttf
lib/X11/fonts/korean/UnDinaru.ttf
lib/X11/fonts/korean/UnDinaruBold.ttf
lib/X11/fonts/korean/UnDinaruLight.ttf
lib/X11/fonts/korean/UnDotum.ttf
lib/X11/fonts/korean/UnDotumBold.ttf
lib/X11/fonts/korean/UnGraphic.ttf
lib/X11/fonts/korean/UnGraphicBold.ttf
lib/X11/fonts/korean/UnGungseo.ttf
lib/X11/fonts/korean/UnPilgi.ttf
lib/X11/fonts/korean/UnPilgiBold.ttf

View File

@ -0,0 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/28 20:27:11 sthen Exp $
COMMENT = extra Asian truetype fonts designed by Koaunghi Un
DISTNAME = un-fonts-extra-${VERSION}
PKGNAME = un-fonts-extra-${VERSION:S/-/./}
# N.B. MASTER_SITES directory will need changing for version updates
VERSION = 1.0.2-080608
MASTER_SITES = http://kldp.net/frs/download.php/4696/
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (un-fonts-extra-1.0.2-080608.tar.gz) = osdyHlPw4BEvzAe0MwXjqw==
RMD160 (un-fonts-extra-1.0.2-080608.tar.gz) = 06zH8Du15XgZvAOZX2YdzzFqdTA=
SHA1 (un-fonts-extra-1.0.2-080608.tar.gz) = TJ5To6B/ZNcFZsOufJETkFz8tUg=
SHA256 (un-fonts-extra-1.0.2-080608.tar.gz) = MqVqzAbyZGU70VHsSMCBHQfBmMJWHp8u+ohF5FtrdAc=
SIZE (un-fonts-extra-1.0.2-080608.tar.gz) = 11375538

View File

@ -0,0 +1,18 @@
Un-fonts comes from the HLaTeX type1 fonts made in 1998 by Koaunghi Un,
he designed type1 fonts to use with Korean TeX(HLaTeX) and released them
under the GNU GPL license.
They were converted to TrueType with FontForge(PfaEdit) by Won-kyu Park
in 2003.
This package contains the extra families (10 fonts)
* UnPen, UnPenheulim: script
* UnTaza: typewriter style
* UnBom: decorative
* UnShinmun
* UnYetgul: old Korean printing style
* UnJamoSora, UnJamoNovel, UnJamoDotum, UnJamoBatang
Project maintainers:
* Won-kyu Park <wkpark@kldp.org>
* Jungshik Shin <jshin@mailaps.org>

View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/03/28 20:27:11 sthen Exp $
lib/X11/fonts/
@fontdir lib/X11/fonts/korean/
lib/X11/fonts/korean/UnBom.ttf
lib/X11/fonts/korean/UnJamoBatang.ttf
lib/X11/fonts/korean/UnJamoDotum.ttf
lib/X11/fonts/korean/UnJamoNovel.ttf
lib/X11/fonts/korean/UnJamoSora.ttf
lib/X11/fonts/korean/UnPen.ttf
lib/X11/fonts/korean/UnPenheulim.ttf
lib/X11/fonts/korean/UnPilgia.ttf
lib/X11/fonts/korean/UnShinmun.ttf
lib/X11/fonts/korean/UnTaza.ttf
lib/X11/fonts/korean/UnVada.ttf
lib/X11/fonts/korean/UnYetgul.ttf