diff options
author | minskim <minskim> | 2008-12-21 00:26:11 +0000 |
---|---|---|
committer | minskim <minskim> | 2008-12-21 00:26:11 +0000 |
commit | cdba4466979646a7d6e514a033c99111510323fd (patch) | |
tree | 340f4b03d588865117a208de888a2d77b8d7c330 /fonts/un-extra-ttf/Makefile | |
parent | cef0126ce472682b6060ba3e90844198853d0ddd (diff) | |
download | pkgsrc-cdba4466979646a7d6e514a033c99111510323fd.tar.gz |
Update un-extra-ttf to 1.0.2.20080514.
Changes:
- Adjust the location of underscore.
- Replace the English font in Un Batang with alee's version.
- Add auto hinting.
- Correct font info on bold fonts.
- Un Bold -> Bold Un.
- Add Un Bada and Un Pilgia.
Diffstat (limited to 'fonts/un-extra-ttf/Makefile')
-rw-r--r-- | fonts/un-extra-ttf/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/fonts/un-extra-ttf/Makefile b/fonts/un-extra-ttf/Makefile index 792f48a0684..e61b1a553d2 100644 --- a/fonts/un-extra-ttf/Makefile +++ b/fonts/un-extra-ttf/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2008/03/03 20:17:12 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2008/12/21 00:26:11 minskim Exp $ -DISTNAME= un-fonts-extra-${UN_EXTRA_VER} -PKGNAME= un-extra-ttf-${UN_EXTRA_VER} -PKGREVISION= 2 +DISTNAME= un-fonts-extra-1.0.2-080608 +PKGNAME= ${DISTNAME:S/fonts-extra/extra-ttf/:S/-0/.200/} CATEGORIES= fonts korean -MASTER_SITES= http://kldp.net/download.php/1435/ +MASTER_SITES= http://kldp.net/frs/download.php/4696/ MAINTAINER= yui@yui.pe.kr HOMEPAGE= http://kldp.net/projects/unfonts/ @@ -12,8 +11,6 @@ COMMENT= Extra set of Un Korean TrueType fonts CONFLICTS+= un-ttf-[0-9]* -UN_EXTRA_VER= 1.0.1 - PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/un-fonts |