diff options
author | rafan <rafan@FreeBSD.org> | 2007-01-28 15:18:48 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-01-28 15:18:48 +0800 |
commit | 6318ab3bbd1457762819132061d3e4efe1da59e4 (patch) | |
tree | 35a5ff644f6ddc0224280778523b7a8bcedd067c /vietnamese | |
parent | 96489226db736d349b34a6782b10ef2f266c6f56 (diff) | |
download | freebsd-ports-gnome-6318ab3bbd1457762819132061d3e4efe1da59e4.tar.gz freebsd-ports-gnome-6318ab3bbd1457762819132061d3e4efe1da59e4.tar.zst freebsd-ports-gnome-6318ab3bbd1457762819132061d3e4efe1da59e4.zip |
Add urwvn 3.02, vietnamese version of the standard PostScript fonts from
URW++.
PR: ports/108436
Submitted by: chinsan
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/Makefile | 1 | ||||
-rw-r--r-- | vietnamese/urwvn/Makefile | 36 | ||||
-rw-r--r-- | vietnamese/urwvn/distinfo | 3 | ||||
-rw-r--r-- | vietnamese/urwvn/pkg-descr | 4 |
4 files changed, 44 insertions, 0 deletions
diff --git a/vietnamese/Makefile b/vietnamese/Makefile index 9276a40527c8..ac0de8b71d80 100644 --- a/vietnamese/Makefile +++ b/vietnamese/Makefile @@ -10,6 +10,7 @@ .endif SUBDIR += libviet SUBDIR += unicode-uhoai + SUBDIR += urwvn SUBDIR += vietunicode-hannom SUBDIR += vietunicode-trichlor SUBDIR += vietunicode-web1 diff --git a/vietnamese/urwvn/Makefile b/vietnamese/urwvn/Makefile new file mode 100644 index 000000000000..3f075875582e --- /dev/null +++ b/vietnamese/urwvn/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: urwvn +# Date created: 2007/01/27 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= urwvn +PORTVERSION= 3.02 +CATEGORIES= vietnamese x11-fonts +MASTER_SITES= http://vntex.org/urwvn/download/ +DISTNAME= urwvn-${PORTVERSION}-ttf + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Vietnamese version of the standard PostScript fonts from URW++ + +USE_BZIP2= yes +NO_BUILD= yes + +TTF= bchb8v.ttf bchbi8v.ttf bchr8v.ttf bchri8v.ttf uagd8v.ttf uagdo8v.ttf \ + uagk8v.ttf uagko8v.ttf ubkd8v.ttf ubkdi8v.ttf ubkl8v.ttf ubkli8v.ttf \ + ucrb8v.ttf ucrbo8v.ttf ucrr8v.ttf ucrro8v.ttf ugmm8v.ttf ugmmi8v.ttf \ + ugmr8v.ttf ugmri8v.ttf ugqb8v.ttf uhvb8v.ttf uhvbo8v.ttf uhvr8v.ttf \ + uhvro8v.ttf uncb8v.ttf uncbi8v.ttf uncr8v.ttf uncri8v.ttf uplb8v.ttf \ + uplbi8v.ttf uplr8v.ttf uplri8v.ttf utmb8v.ttf utmbi8v.ttf utmr8v.ttf \ + utmri8v.ttf uzcmi8v.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/urwvn/distinfo b/vietnamese/urwvn/distinfo new file mode 100644 index 000000000000..344ff4116489 --- /dev/null +++ b/vietnamese/urwvn/distinfo @@ -0,0 +1,3 @@ +MD5 (urwvn-3.02-ttf.tar.bz2) = aa285dca04555eff6050017a6f6ea877 +SHA256 (urwvn-3.02-ttf.tar.bz2) = 06889df1c52efc2ea96c0811e15af4edb53cdd4490cf0a1a56bf736d7c020196 +SIZE (urwvn-3.02-ttf.tar.bz2) = 941858 diff --git a/vietnamese/urwvn/pkg-descr b/vietnamese/urwvn/pkg-descr new file mode 100644 index 000000000000..e7473ef5d060 --- /dev/null +++ b/vietnamese/urwvn/pkg-descr @@ -0,0 +1,4 @@ +urwvn is a Truetype package of the URW fonts, but extended with Vietnamese +support. + +WWW: http://vntex.org/urwvn/ |