diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-02-07 22:07:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-02-07 22:07:45 +0000 |
commit | 9c97638ba49114588d26253adb5aa28d23abe535 (patch) | |
tree | e0634b7848e6e8a10cd72d7f40a608afc41ad8e4 | |
parent | 5c482f5a52f6cd915b3f148c89f0a58c77cfa6fa (diff) | |
download | ports-9c97638ba49114588d26253adb5aa28d23abe535.tar.gz ports-9c97638ba49114588d26253adb5aa28d23abe535.zip |
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 <babak@farrokhi.net>
Notes
Notes:
svn path=/head/; revision=155456
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/farsifonts/Makefile | 29 | ||||
-rw-r--r-- | x11-fonts/farsifonts/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/farsifonts/pkg-descr | 12 | ||||
-rw-r--r-- | x11-fonts/farsifonts/pkg-plist | 12 |
5 files changed, 57 insertions, 0 deletions
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 <babak@farrokhi.net> +# +# $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 <bsd.port.mk> 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 |