diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-03 19:49:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-03 19:49:18 +0800 |
commit | 2acadec6c55fcdb7e65bc12d3216eb3e682122f0 (patch) | |
tree | e20868eb14bbdc4b58fb9b48f0f0ec85734a2ba3 /arabic/kacst_fonts | |
parent | 8b7c21de7d6a5ab095badc4f4b85361ad8789268 (diff) | |
download | freebsd-ports-gnome-2acadec6c55fcdb7e65bc12d3216eb3e682122f0.tar.gz freebsd-ports-gnome-2acadec6c55fcdb7e65bc12d3216eb3e682122f0.tar.zst freebsd-ports-gnome-2acadec6c55fcdb7e65bc12d3216eb3e682122f0.zip |
New arabic port: kacst_fonts
This port contains a collection of TrueType Arabic fonts
created by the King Abdulaziz Scientific organization in
Saudi Arabia.
PR: ports/57510
Submitted by: Samy Al Bahra <samy@kerneled.com>
Diffstat (limited to 'arabic/kacst_fonts')
-rw-r--r-- | arabic/kacst_fonts/Makefile | 36 | ||||
-rw-r--r-- | arabic/kacst_fonts/distinfo | 1 | ||||
-rw-r--r-- | arabic/kacst_fonts/pkg-descr | 8 | ||||
-rw-r--r-- | arabic/kacst_fonts/pkg-message | 9 | ||||
-rw-r--r-- | arabic/kacst_fonts/pkg-plist | 13 |
5 files changed, 67 insertions, 0 deletions
diff --git a/arabic/kacst_fonts/Makefile b/arabic/kacst_fonts/Makefile new file mode 100644 index 000000000000..a41cd15637cc --- /dev/null +++ b/arabic/kacst_fonts/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: kacst_fonts +# Date created: August 22 2003 +# Whom: Samy Al Bahra <samy@kerneled.com> +# +# $FreeBSD$ +# + +PORTNAME= kacst_fonts +PORTVERSION= 1.4 +CATEGORIES= x11-fonts +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= arabeyes +DISTNAME= kacst_fonts_${PORTVERSION} + +MAINTAINER= samy@kerneled.com +COMMENT= Truetype Arabic fonts created by KACST + +BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir + +USE_X_PREFIX= yes +USE_BZIP2= yes +WRKSRC= ${WRKDIR}/KacstArabicFonts-${PORTVERSION} + +do-build: + @ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir + +do-install: + @${MKDIR} ${PREFIX}/lib/X11/fonts/kacst_fonts/ + @${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/lib/X11/fonts/kacst_fonts/ + @${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/lib/X11/fonts/kacst_fonts/ + +post-install: + @${CAT} ${PKGMESSAGE} | ${SED} "s|X11BASE|${X11BASE}|g" \ + | ${SED} "s|PORTNAME|${PORTNAME}|g" + +.include <bsd.port.mk> diff --git a/arabic/kacst_fonts/distinfo b/arabic/kacst_fonts/distinfo new file mode 100644 index 000000000000..9b390f93216d --- /dev/null +++ b/arabic/kacst_fonts/distinfo @@ -0,0 +1 @@ +MD5 (kacst_fonts_1.4.tar.bz2) = 09469c4400a2b350d5d77144202731bf diff --git a/arabic/kacst_fonts/pkg-descr b/arabic/kacst_fonts/pkg-descr new file mode 100644 index 000000000000..6b3349d35bcb --- /dev/null +++ b/arabic/kacst_fonts/pkg-descr @@ -0,0 +1,8 @@ +This port contains a collection of TrueType Arabic +fonts created by the King Abdulaziz Scientific +organization in Saudi Arabia. + +WWW: http://www.arabeyes.org/project.php?proj=Khotot + +- Samy Al Bahra +samy@kerneled.com diff --git a/arabic/kacst_fonts/pkg-message b/arabic/kacst_fonts/pkg-message new file mode 100644 index 000000000000..e122b3dab8be --- /dev/null +++ b/arabic/kacst_fonts/pkg-message @@ -0,0 +1,9 @@ +------------------------------------------------------------------ + To get XFree86 to recognize your new fonts you will need to + add a line to your XF86Config file. Please consult XF86Config(5) + for more information on where to find the configuration file. + + Add the following line to the "Files" section and restart XFree86. + + FontPath "X11BASE/lib/X11/fonts/PORTNAME" +------------------------------------------------------------------ diff --git a/arabic/kacst_fonts/pkg-plist b/arabic/kacst_fonts/pkg-plist new file mode 100644 index 000000000000..87344c4940e5 --- /dev/null +++ b/arabic/kacst_fonts/pkg-plist @@ -0,0 +1,13 @@ +lib/X11/fonts/kacst_fonts/KacstArt.ttf +lib/X11/fonts/kacst_fonts/KacstBook.ttf +lib/X11/fonts/kacst_fonts/KacstDecorative.ttf +lib/X11/fonts/kacst_fonts/KacstDigital.ttf +lib/X11/fonts/kacst_fonts/KacstLetter.ttf +lib/X11/fonts/kacst_fonts/KacstPoster.ttf +lib/X11/fonts/kacst_fonts/KacstQr.ttf +lib/X11/fonts/kacst_fonts/KacstQura.ttf +lib/X11/fonts/kacst_fonts/KacstTitleL.ttf +lib/X11/fonts/kacst_fonts/KacstTitle.ttf +lib/X11/fonts/kacst_fonts/KacstQuraFixed.ttf +lib/X11/fonts/kacst_fonts/fonts.dir +@dirrm lib/X11/fonts/kacst_fonts |