diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-28 07:18:48 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-28 07:18:48 +0000 |
commit | 43c3bad9574ec20d29f085a5bf4e6193e7a9f9e6 (patch) | |
tree | 6d56c9f6ecd6004d557269af769e7348365dfb28 /vietnamese | |
parent | 25d63d1bcf9b2beabe495f2cb4e936907681ac86 (diff) | |
download | ports-43c3bad9574ec20d29f085a5bf4e6193e7a9f9e6.tar.gz ports-43c3bad9574ec20d29f085a5bf4e6193e7a9f9e6.zip |
Notes
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/ |