summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arabic/kacst_fonts/Makefile36
-rw-r--r--arabic/kacst_fonts/distinfo1
-rw-r--r--arabic/kacst_fonts/pkg-descr8
-rw-r--r--arabic/kacst_fonts/pkg-message9
-rw-r--r--arabic/kacst_fonts/pkg-plist13
-rw-r--r--x11-fonts/Makefile1
-rw-r--r--x11-fonts/kacst_fonts/Makefile36
-rw-r--r--x11-fonts/kacst_fonts/distinfo1
-rw-r--r--x11-fonts/kacst_fonts/pkg-descr8
-rw-r--r--x11-fonts/kacst_fonts/pkg-message9
-rw-r--r--x11-fonts/kacst_fonts/pkg-plist13
11 files changed, 135 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
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index b38a0ed12b5e..0bb0af1f6ce5 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -24,6 +24,7 @@
SUBDIR += gfe
SUBDIR += intlfonts
SUBDIR += jmk-x11-fonts
+ SUBDIR += kacst_fonts
SUBDIR += lfpfonts-fix
SUBDIR += lfpfonts-var
SUBDIR += mkbold
diff --git a/x11-fonts/kacst_fonts/Makefile b/x11-fonts/kacst_fonts/Makefile
new file mode 100644
index 000000000000..a41cd15637cc
--- /dev/null
+++ b/x11-fonts/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/x11-fonts/kacst_fonts/distinfo b/x11-fonts/kacst_fonts/distinfo
new file mode 100644
index 000000000000..9b390f93216d
--- /dev/null
+++ b/x11-fonts/kacst_fonts/distinfo
@@ -0,0 +1 @@
+MD5 (kacst_fonts_1.4.tar.bz2) = 09469c4400a2b350d5d77144202731bf
diff --git a/x11-fonts/kacst_fonts/pkg-descr b/x11-fonts/kacst_fonts/pkg-descr
new file mode 100644
index 000000000000..6b3349d35bcb
--- /dev/null
+++ b/x11-fonts/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/x11-fonts/kacst_fonts/pkg-message b/x11-fonts/kacst_fonts/pkg-message
new file mode 100644
index 000000000000..e122b3dab8be
--- /dev/null
+++ b/x11-fonts/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/x11-fonts/kacst_fonts/pkg-plist b/x11-fonts/kacst_fonts/pkg-plist
new file mode 100644
index 000000000000..87344c4940e5
--- /dev/null
+++ b/x11-fonts/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