diff options
author | junyoung <junyoung@pkgsrc.org> | 2002-08-26 02:15:04 +0000 |
---|---|---|
committer | junyoung <junyoung@pkgsrc.org> | 2002-08-26 02:15:04 +0000 |
commit | 3fbcda991526968f28c8894bed1b821b2bafb995 (patch) | |
tree | 01e815b198c5f935348dd211a8ab3c9a6845fbd5 /fonts | |
parent | bfd1c1d66536225a6f4a746a35e97c00bbc2f903 (diff) | |
download | pkgsrc-3fbcda991526968f28c8894bed1b821b2bafb995.tar.gz |
PKGREVISION++; Baekmuk fonts are now distributed under BSD/X11 style
license.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/baekmuk-ttf/DESCR | 4 | ||||
-rw-r--r-- | fonts/baekmuk-ttf/Makefile | 5 | ||||
-rw-r--r-- | fonts/ko-baekmuk/DESCR | 3 | ||||
-rw-r--r-- | fonts/ko-baekmuk/Makefile | 6 |
4 files changed, 6 insertions, 12 deletions
diff --git a/fonts/baekmuk-ttf/DESCR b/fonts/baekmuk-ttf/DESCR index 328285ba54a..3f9860987c0 100644 --- a/fonts/baekmuk-ttf/DESCR +++ b/fonts/baekmuk-ttf/DESCR @@ -1,2 +1,2 @@ -Baekmuk TrueType fonts are freely available for non-commercial use. If you -want to use them for commercial purpose, contact the copyright owner first. +Baekmuk Korean TrueType fonts are now distributed under BSD/X11 style +license. diff --git a/fonts/baekmuk-ttf/Makefile b/fonts/baekmuk-ttf/Makefile index ec0a08b9219..3a98dd5f444 100644 --- a/fonts/baekmuk-ttf/Makefile +++ b/fonts/baekmuk-ttf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/07/20 16:47:18 junyoung Exp $ +# $NetBSD: Makefile,v 1.3 2002/08/26 02:15:05 junyoung Exp $ # DISTNAME= baekmuk-ttf-2.0 +PKGREVISION= 1 CATEGORIES= fonts korean MASTER_SITES= ftp://ftp.mizi.com/pub/baekmuk/ @@ -9,8 +10,6 @@ MAINTAINER= junyoung@netbsd.org HOMEPAGE= http://www.mizi.com/ko/prod/desktop/mizios/mos-pro2.htm COMMENT= Baekmuk family Korean TrueType fonts -LICENSE= fee-based-commercial-use - FONT_FILES= batang.ttf dotum.ttf gulim.ttf hline.ttf WRKSRC= ${WRKDIR} diff --git a/fonts/ko-baekmuk/DESCR b/fonts/ko-baekmuk/DESCR index ba1d74fd74d..e3c2d099ad0 100644 --- a/fonts/ko-baekmuk/DESCR +++ b/fonts/ko-baekmuk/DESCR @@ -1,7 +1,4 @@ The pkgsrc installs X11 fonts for KSX 1001 Korean character set standard. -Baekmuk TrueType fonts are freely available for non-commercial use. If you -want to use them for commercial purpose, contact the copyright owner first. - Caveat: some of the font files seem to have incorrect font metric (font metric does not meet the actual font glyph). diff --git a/fonts/ko-baekmuk/Makefile b/fonts/ko-baekmuk/Makefile index c00f76ca603..03a54f766b8 100644 --- a/fonts/ko-baekmuk/Makefile +++ b/fonts/ko-baekmuk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2002/07/26 19:09:32 junyoung Exp $ +# $NetBSD: Makefile,v 1.6 2002/08/26 02:15:05 junyoung Exp $ # DISTNAME= baekmuk-2.0 PKGNAME= ko-baekmuk-20010718 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= fonts x11 korean MASTER_SITES+= ftp://ftp.mizi.com/pub/baekmuk/ \ http://zinc.skku.ac.kr/~wkpark/baekmuk/ @@ -11,8 +11,6 @@ MASTER_SITES+= ftp://ftp.mizi.com/pub/baekmuk/ \ MAINTAINER= packages@netbsd.org COMMENT= X11 fonts for KSX 1001 Korean standard (baekmuk foundry) -LICENSE= fee-based-commercial-use - CONFLICTS+= ksc5601fonts-[0-9]* USE_X11BASE= yes |