diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:53:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:53:34 +0000 |
commit | 19fd9497016d0fd56accdac09bd957ba93179313 (patch) | |
tree | 7c539ada25ffb92d414ae149f4fc586374ecebbc /arabic | |
parent | 5f351550043984bdb895a437c683a5d7561d2134 (diff) | |
download | ports-19fd9497016d0fd56accdac09bd957ba93179313.tar.gz ports-19fd9497016d0fd56accdac09bd957ba93179313.zip |
New arabic port: khotot
This port contains a collection of some of the most popular
Arabic fonts created and used by the Arabic UNIX community.
PR: ports/57512
Submitted by: Samy Al Bahra <samy@kerneled.com>
Notes
Notes:
svn path=/head/; revision=90100
Diffstat (limited to 'arabic')
-rw-r--r-- | arabic/khotot/Makefile | 58 | ||||
-rw-r--r-- | arabic/khotot/pkg-descr | 8 | ||||
-rw-r--r-- | arabic/khotot/pkg-message | 16 | ||||
-rw-r--r-- | arabic/khotot/pkg-plist | 1 |
4 files changed, 83 insertions, 0 deletions
diff --git a/arabic/khotot/Makefile b/arabic/khotot/Makefile new file mode 100644 index 000000000000..e98447ed4e66 --- /dev/null +++ b/arabic/khotot/Makefile @@ -0,0 +1,58 @@ +# New ports collection makefile for: khotot +# Date created: August 23 2003 +# Whom: Samy Al Bahra <samy@kerneled.com> +# +# $FreeBSD$ +# + +PORTNAME= khotot +PORTVERSION= 1.0 +CATEGORIES= x11-fonts +MASTER_SITES= # +DISTFILES= # +EXTRACT_ONLY= # + +MAINTAINER= samy@kerneled.com +COMMENT= A meta-port of the most popular font packages + +.if !defined(WITHOUT_MONO) +RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/ae_fonts_mono/fonts.dir:${PORTSDIR}/x11-fonts/ae_fonts_mono +.endif + +.if !defined(WITHOUT_AEFONTS) +RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/ae_fonts1/AAHS/fonts.dir:${PORTSDIR}/x11-fonts/ae_fonts_ttf +.endif + +.if !defined(WITHOUT_KACST) +RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/kacst_fonts/fonts.dir:${PORTSDIR}/x11-fonts/kacst_fonts +.endif + +NO_BUILD= yes + +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "**********************************************" + @${ECHO_MSG} "The following make variables can be set to" + @${ECHO_MSG} "exclude certain font sets:" + @${ECHO_MSG} "" + @${ECHO_MSG} "WITHOUT_MONO - do not install the Arabic PCF" + @${ECHO_MSG} " fonts" + @${ECHO_MSG} "" + @${ECHO_MSG} "WITHOUT_AEFONTS - do not install the Arabeyes" + @${ECHO_MSG} " truetype Arabic fonts" + @${ECHO_MSG} "" + @${ECHO_MSG} "WITHOUT_KACST - do not install the truetype" + @${ECHO_MSG} " Arabic fonts created in the" + @${ECHO_MSG} " King AbdulAziz University of" + @${ECHO_MSG} " Riyadh, Saudi Arabia" + @${ECHO_MSG} "**********************************************" + @${ECHO_MSG} "" + +do-install: + # This is a meta-port, the do-install target is not needed + +post-install: + @${CAT} ${PKGMESSAGE} | ${SED} "s|X11BASE|${X11BASE}|g" \ + ${PKGDIR}/pkg-message + +.include <bsd.port.mk> diff --git a/arabic/khotot/pkg-descr b/arabic/khotot/pkg-descr new file mode 100644 index 000000000000..2671bb3f9db7 --- /dev/null +++ b/arabic/khotot/pkg-descr @@ -0,0 +1,8 @@ +This port contains a collection of some of the most +popular Arabic fonts created and used by the Arabic +UNIX community. + +WWW: http://www.arabeyes.org/project.php?proj=Khotot + +- Samy Al Bahra +samy@kerneled.com diff --git a/arabic/khotot/pkg-message b/arabic/khotot/pkg-message new file mode 100644 index 000000000000..a346b289c44a --- /dev/null +++ b/arabic/khotot/pkg-message @@ -0,0 +1,16 @@ +------------------------------------------------------------------ + 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/ae_fonts_mono" + FontPath "X11BASE/lib/X11/fonts/ae_fonts1/AAHS" + FontPath "X11BASE/lib/X11/fonts/ae_fonts1/AGA" + FontPath "X11BASE/lib/X11/fonts/ae_fonts1/FS" + FontPath "X11BASE/lib/X11/fonts/ae_fonts1/Kasr" + FontPath "X11BASE/lib/X11/fonts/ae_fonts1/MCS" + FontPath "X11BASE/lib/X11/fonts/ae_fonts1/Shmookh" + FontPath "X11BASE/lib/X11/fonts/kacst_fonts" +------------------------------------------------------------------ diff --git a/arabic/khotot/pkg-plist b/arabic/khotot/pkg-plist new file mode 100644 index 000000000000..95539a156e2e --- /dev/null +++ b/arabic/khotot/pkg-plist @@ -0,0 +1 @@ +@comment This is a meta-port. pkg-plist is intentionally empty. |