diff options
author | minskim <minskim@pkgsrc.org> | 2004-08-16 06:19:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-08-16 06:19:37 +0000 |
commit | a012bad118714dbf3405adab65c23c131526c98f (patch) | |
tree | a479d61bf5f5ab01ef8b07389895a90e6f566b1a /fonts | |
parent | ac69c16765cfc59cb7c0fcc82a8c077ca89a56b1 (diff) | |
download | pkgsrc-a012bad118714dbf3405adab65c23c131526c98f.tar.gz |
Initial import of un-extra-ttf-1.0. Packaged by Kibum Han.
Un fonts are GPL'd Korean fonts. They were originally available as
PostScript fonts for HLaTeX, and later converted into TrueType fonts.
This package contains the following 10 extra fonts.
* UnPen, UnPenheulim: script
* UnTaza: typewriter style
* UnBom: decorative
* UnShinmun
* UnYetgul: old Korean printing style
* UnJamoSora, UnJamoNovel, UnJamoDotum, UnJamoBatang
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/un-extra-ttf/DESCR | 10 | ||||
-rw-r--r-- | fonts/un-extra-ttf/Makefile | 28 | ||||
-rw-r--r-- | fonts/un-extra-ttf/PLIST | 11 | ||||
-rw-r--r-- | fonts/un-extra-ttf/distinfo | 4 |
4 files changed, 53 insertions, 0 deletions
diff --git a/fonts/un-extra-ttf/DESCR b/fonts/un-extra-ttf/DESCR new file mode 100644 index 00000000000..473bc3b1a22 --- /dev/null +++ b/fonts/un-extra-ttf/DESCR @@ -0,0 +1,10 @@ +Un fonts are GPL'd Korean fonts. They were originally available as +PostScript fonts for HLaTeX, and later converted into TrueType fonts. +This package contains the following 10 extra fonts. + + * UnPen, UnPenheulim: script + * UnTaza: typewriter style + * UnBom: decorative + * UnShinmun + * UnYetgul: old Korean printing style + * UnJamoSora, UnJamoNovel, UnJamoDotum, UnJamoBatang diff --git a/fonts/un-extra-ttf/Makefile b/fonts/un-extra-ttf/Makefile new file mode 100644 index 00000000000..93361fbfe8d --- /dev/null +++ b/fonts/un-extra-ttf/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/16 06:19:37 minskim Exp $ + +DISTNAME= un-fonts-extra-${UN_EXTRA_VER} +PKGNAME= un-extra-ttf-${UN_EXTRA_VER} +CATEGORIES= fonts korean +MASTER_SITES= http://kldp.net/download.php/1435/ + +MAINTAINER= yui@yui.pe.kr +HOMEPAGE= http://kldp.net/projects/unfonts/ +COMMENT= Extra set of Un Korean TrueType fonts + +CONFLICTS+= un-ttf-[0-9]* + +UN_EXTRA_VER= 1.0.1 + +WRKSRC= ${WRKDIR}/un-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-extra-ttf/PLIST b/fonts/un-extra-ttf/PLIST new file mode 100644 index 00000000000..0ecbb0a7841 --- /dev/null +++ b/fonts/un-extra-ttf/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/16 06:19:37 minskim Exp $ +lib/X11/fonts/TTF/UnBom.ttf +lib/X11/fonts/TTF/UnJamoBatang.ttf +lib/X11/fonts/TTF/UnJamoDotum.ttf +lib/X11/fonts/TTF/UnJamoNovel.ttf +lib/X11/fonts/TTF/UnJamoSora.ttf +lib/X11/fonts/TTF/UnPen.ttf +lib/X11/fonts/TTF/UnPenheulim.ttf +lib/X11/fonts/TTF/UnShinmun.ttf +lib/X11/fonts/TTF/UnTaza.ttf +lib/X11/fonts/TTF/UnYetgul.ttf diff --git a/fonts/un-extra-ttf/distinfo b/fonts/un-extra-ttf/distinfo new file mode 100644 index 00000000000..971c29dfd64 --- /dev/null +++ b/fonts/un-extra-ttf/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/08/16 06:19:37 minskim Exp $ + +SHA1 (un-fonts-extra-1.0.1.tar.gz) = c9e39a1c5ac8220989eae72e97d4b56dab7ac119 +Size (un-fonts-extra-1.0.1.tar.gz) = 6155562 bytes |