From 9c97638ba49114588d26253adb5aa28d23abe535 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 7 Feb 2006 22:07:45 +0000 Subject: FarsiWeb.ir has released the first standard set of Unicode Persian fonts ever published, including Elham, Terafik, Terafik Bold, Titr, Roya, Roya Bold, Koodak, Nazli, Nazli Bold, and Homa. The main advantage over legacy fonts is compliance with the Unicode, ISIRI 6219, and OpenType standards, and the addition of required but missing glyphs for Persian information processing. The fonts are highly recommended if you care for proper Persian display on your computers. PR: ports/92905 Submitted by: Babak Farrokhi --- x11-fonts/Makefile | 1 + x11-fonts/farsifonts/Makefile | 29 +++++++++++++++++++++++++++++ x11-fonts/farsifonts/distinfo | 3 +++ x11-fonts/farsifonts/pkg-descr | 12 ++++++++++++ x11-fonts/farsifonts/pkg-plist | 12 ++++++++++++ 5 files changed, 57 insertions(+) create mode 100644 x11-fonts/farsifonts/Makefile create mode 100644 x11-fonts/farsifonts/distinfo create mode 100644 x11-fonts/farsifonts/pkg-descr create mode 100644 x11-fonts/farsifonts/pkg-plist (limited to 'x11-fonts') diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 1783f48e2b62..0ff71839323b 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -24,6 +24,7 @@ SUBDIR += cyr-rfx SUBDIR += dejavu SUBDIR += etlfonts + SUBDIR += farsifonts SUBDIR += fontconfig SUBDIR += freefont-ttf SUBDIR += freefonts diff --git a/x11-fonts/farsifonts/Makefile b/x11-fonts/farsifonts/Makefile new file mode 100644 index 000000000000..d266a4e3233e --- /dev/null +++ b/x11-fonts/farsifonts/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: farsifonts +# Date created: 06 FEB 2006 +# Whom: Babak Farrokhi +# +# $FreeBSD$ +# + +PORTNAME= farsifonts +PORTVERSION= 0.4 +CATEGORIES= x11-fonts +MASTER_SITES= http://www.farsiweb.info/font/ + +MAINTAINER= babak@farrokhi.net +COMMENT= Standard set of Unicode Persian fonts + +BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir + +USE_X_PREFIX= yes +USE_ZIP= yes + +do-build: + @ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir + +do-install: + @${MKDIR} ${PREFIX}/lib/X11/fonts/farsifonts + @${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/lib/X11/fonts/farsifonts + @${INSTALL_DATA} ${WRKSRC}/*.dir ${PREFIX}/lib/X11/fonts/farsifonts + +.include diff --git a/x11-fonts/farsifonts/distinfo b/x11-fonts/farsifonts/distinfo new file mode 100644 index 000000000000..5556c01cdcbe --- /dev/null +++ b/x11-fonts/farsifonts/distinfo @@ -0,0 +1,3 @@ +MD5 (farsifonts-0.4.zip) = 65a78975c923fd9db7b9441c32559c1b +SHA256 (farsifonts-0.4.zip) = 1f98a376bbbd1dbfb3f3ad4b8c2acecc1c7f7019633d12ad8d7b59e22848c691 +SIZE (farsifonts-0.4.zip) = 332472 diff --git a/x11-fonts/farsifonts/pkg-descr b/x11-fonts/farsifonts/pkg-descr new file mode 100644 index 000000000000..e31ea8cb27f7 --- /dev/null +++ b/x11-fonts/farsifonts/pkg-descr @@ -0,0 +1,12 @@ +FarsiWeb.ir has released the first standard set of Unicode Persian fonts ever +published, including Elham, Terafik, Terafik Bold, Titr, Roya, Roya Bold, +Koodak, Nazli, Nazli Bold, and Homa. +The main advantage over legacy fonts is compliance with the Unicode, ISIRI +6219, and OpenType standards, and the addition of required but missing glyphs +for Persian information processing. The fonts are highly recommended if you +care for proper Persian display on your computers. + +WWW: http://www.farsiweb.ir/wiki/Persian_fonts + +- Babak Farrokhi +babak@farrokhi.net diff --git a/x11-fonts/farsifonts/pkg-plist b/x11-fonts/farsifonts/pkg-plist new file mode 100644 index 000000000000..b240904b5b8c --- /dev/null +++ b/x11-fonts/farsifonts/pkg-plist @@ -0,0 +1,12 @@ +lib/X11/fonts/farsifonts/elham.ttf +lib/X11/fonts/farsifonts/fonts.dir +lib/X11/fonts/farsifonts/homa.ttf +lib/X11/fonts/farsifonts/koodak.ttf +lib/X11/fonts/farsifonts/nazli.ttf +lib/X11/fonts/farsifonts/nazlib.ttf +lib/X11/fonts/farsifonts/roya.ttf +lib/X11/fonts/farsifonts/royab.ttf +lib/X11/fonts/farsifonts/terafik.ttf +lib/X11/fonts/farsifonts/terafikb.ttf +lib/X11/fonts/farsifonts/titr.ttf +@dirrm lib/X11/fonts/farsifonts -- cgit v1.2.3