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>
This commit is contained in:
parent
5c482f5a52
commit
9c97638ba4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155456
5 changed files with 57 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
SUBDIR += cyr-rfx
|
||||
SUBDIR += dejavu
|
||||
SUBDIR += etlfonts
|
||||
SUBDIR += farsifonts
|
||||
SUBDIR += fontconfig
|
||||
SUBDIR += freefont-ttf
|
||||
SUBDIR += freefonts
|
||||
|
|
29
x11-fonts/farsifonts/Makefile
Normal file
29
x11-fonts/farsifonts/Makefile
Normal file
|
@ -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>
|
3
x11-fonts/farsifonts/distinfo
Normal file
3
x11-fonts/farsifonts/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (farsifonts-0.4.zip) = 65a78975c923fd9db7b9441c32559c1b
|
||||
SHA256 (farsifonts-0.4.zip) = 1f98a376bbbd1dbfb3f3ad4b8c2acecc1c7f7019633d12ad8d7b59e22848c691
|
||||
SIZE (farsifonts-0.4.zip) = 332472
|
12
x11-fonts/farsifonts/pkg-descr
Normal file
12
x11-fonts/farsifonts/pkg-descr
Normal file
|
@ -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
|
12
x11-fonts/farsifonts/pkg-plist
Normal file
12
x11-fonts/farsifonts/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue