diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-08 13:38:23 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-08 13:38:23 +0000 |
commit | 971f9e16031602e0aaf7b96ed6d8a07d589eeb18 (patch) | |
tree | 1d7aae98285b8e5151218feb7b26be0ad346a31d /vietnamese | |
parent | 5a906636d624f99588ae2a5b03074646d2f3d170 (diff) | |
download | ports-971f9e16031602e0aaf7b96ed6d8a07d589eeb18.tar.gz ports-971f9e16031602e0aaf7b96ed6d8a07d589eeb18.zip |
Add vietunicode-hannom 2005.02.06, UNICODE Han Nom Font Set.
PR: ports/107574
Submitted by: chinsan
Notes
Notes:
svn path=/head/; revision=181782
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/Makefile | 1 | ||||
-rw-r--r-- | vietnamese/vietunicode-hannom/Makefile | 37 | ||||
-rw-r--r-- | vietnamese/vietunicode-hannom/distinfo | 3 | ||||
-rw-r--r-- | vietnamese/vietunicode-hannom/pkg-descr | 9 |
4 files changed, 50 insertions, 0 deletions
diff --git a/vietnamese/Makefile b/vietnamese/Makefile index f5b38bc3857e..e7fbc59207f2 100644 --- a/vietnamese/Makefile +++ b/vietnamese/Makefile @@ -9,6 +9,7 @@ .endif SUBDIR += libviet SUBDIR += unicode-uhoai + SUBDIR += vietunicode-hannom SUBDIR += vietunicode-web1 SUBDIR += vis2u SUBDIR += vn7to8 diff --git a/vietnamese/vietunicode-hannom/Makefile b/vietnamese/vietunicode-hannom/Makefile new file mode 100644 index 000000000000..17e0deb94931 --- /dev/null +++ b/vietnamese/vietunicode-hannom/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: vietunicode-hannom +# Date created: 2007/01/06 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= vietunicode-hannom +PORTVERSION= 2005.02.06 +CATEGORIES= vietnamese x11-fonts +MASTER_SITES= SF +MASTER_SITE_SUBDIR= vietunicode +DISTNAME= hannom + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= UNICODE Han Nom Font Set + +USE_ZIP= yes +DIST_SUBDIR= VietUnicode +NO_WRKSUBDIR= yes +NO_BUILD= yes + +TTF= HAN_NOM_A.ttf HAN_NOM_B.ttf + +post-patch: + @${MV} ${WRKSRC}/HAN\ NOM\ A.ttf ${WRKSRC}/HAN_NOM_A.ttf + @${MV} ${WRKSRC}/HAN\ NOM\ B.ttf ${WRKSRC}/HAN_NOM_B.ttf + +do-install: + @${MKDIR} ${FONTSDIR} +.for i in ${TTF} + ${INSTALL_DATA} ${WRKSRC}/${i} ${FONTSDIR} +.endfor + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf" +.include <bsd.port.post.mk> diff --git a/vietnamese/vietunicode-hannom/distinfo b/vietnamese/vietunicode-hannom/distinfo new file mode 100644 index 000000000000..19d9fbe5e91e --- /dev/null +++ b/vietnamese/vietunicode-hannom/distinfo @@ -0,0 +1,3 @@ +MD5 (VietUnicode/hannom.zip) = 635201bac66df36fb15efff3c1983e62 +SHA256 (VietUnicode/hannom.zip) = 8dca4bf2574f0936f22a38970f40d8a6a87e321a042d5edfbcbe3739e14b8f06 +SIZE (VietUnicode/hannom.zip) = 19385770 diff --git a/vietnamese/vietunicode-hannom/pkg-descr b/vietnamese/vietunicode-hannom/pkg-descr new file mode 100644 index 000000000000..2fb9eb845184 --- /dev/null +++ b/vietnamese/vietunicode-hannom/pkg-descr @@ -0,0 +1,9 @@ +The true type fonts HAN NOM A and HAN NOM B have been developed by Chan +Nguyen Do Quoc Bao (Germany), To Minh Tam (USA) and Ni sinh Thien Vien Vien +Chieu (Vietnam). Their work got started in 2001, completed in 2003, and +publicized in 2005. These two true type fonts can be used with WIN-2000 or +WIN-XP and Office XP or Office 2003 to display Han and Nom characters with +code points by the Unicode Standard. Two sets of true type fonts are +available with high and low resolutions. + +WWW: http://vietunicode.sourceforge.net/ |