diff options
-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 | ||||
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/khotot/Makefile | 58 | ||||
-rw-r--r-- | x11-fonts/khotot/pkg-descr | 8 | ||||
-rw-r--r-- | x11-fonts/khotot/pkg-message | 16 | ||||
-rw-r--r-- | x11-fonts/khotot/pkg-plist | 1 |
9 files changed, 167 insertions, 0 deletions
diff --git a/arabic/khotot/Makefile b/arabic/khotot/Makefile new file mode 100644 index 0000000..e98447e --- /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 0000000..2671bb3 --- /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 0000000..a346b28 --- /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 0000000..95539a1 --- /dev/null +++ b/arabic/khotot/pkg-plist @@ -0,0 +1 @@ +@comment This is a meta-port. pkg-plist is intentionally empty. diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 0bb0af1..f65860a 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -25,6 +25,7 @@ SUBDIR += intlfonts SUBDIR += jmk-x11-fonts SUBDIR += kacst_fonts + SUBDIR += khotot SUBDIR += lfpfonts-fix SUBDIR += lfpfonts-var SUBDIR += mkbold diff --git a/x11-fonts/khotot/Makefile b/x11-fonts/khotot/Makefile new file mode 100644 index 0000000..e98447e --- /dev/null +++ b/x11-fonts/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/x11-fonts/khotot/pkg-descr b/x11-fonts/khotot/pkg-descr new file mode 100644 index 0000000..2671bb3 --- /dev/null +++ b/x11-fonts/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/x11-fonts/khotot/pkg-message b/x11-fonts/khotot/pkg-message new file mode 100644 index 0000000..a346b28 --- /dev/null +++ b/x11-fonts/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/x11-fonts/khotot/pkg-plist b/x11-fonts/khotot/pkg-plist new file mode 100644 index 0000000..95539a1 --- /dev/null +++ b/x11-fonts/khotot/pkg-plist @@ -0,0 +1 @@ +@comment This is a meta-port. pkg-plist is intentionally empty. |