aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-11-16 02:36:29 +0000
committerWill Andrews <will@FreeBSD.org>2003-11-16 02:36:29 +0000
commit9d058c47e813137535abea179fc9f082a5846914 (patch)
tree9576c54929d8dc37ebdd33f059ee55dc1e1b55b2
parent084b2afd379f2883f073e11fe6c8daedfe0c6bab (diff)
downloadports-9d058c47e813137535abea179fc9f082a5846914.tar.gz
ports-9d058c47e813137535abea179fc9f082a5846914.zip
Notes
-rw-r--r--MOVED6
-rw-r--r--arabic/Makefile6
-rw-r--r--arabic/ae_fonts_mono/Makefile2
-rw-r--r--arabic/ae_fonts_ttf/Makefile2
-rw-r--r--arabic/kacst_fonts/Makefile2
-rw-r--r--arabic/kde3-i18n/Makefile2
-rw-r--r--arabic/kde4-l10n/Makefile2
-rw-r--r--arabic/khotot/Makefile8
-rw-r--r--arabic/koffice-i18n/Makefile2
-rw-r--r--editors/calligra-l10n/Makefile5
-rw-r--r--editors/koffice-i18n/Makefile5
-rw-r--r--editors/koffice-kde4-l10n/Makefile5
-rw-r--r--misc/Makefile2
-rw-r--r--misc/kde3-i18n-ar/Makefile29
-rw-r--r--misc/kde3-i18n-ar/distinfo1
-rw-r--r--misc/kde3-i18n-ar/pkg-descr3
-rw-r--r--misc/kde3-i18n-ar/pkg-plist421
-rw-r--r--misc/kde3-i18n/Makefile3
-rw-r--r--misc/kde4-l10n/Makefile3
-rw-r--r--misc/koffice-i18n-ar/Makefile29
-rw-r--r--misc/koffice-i18n-ar/distinfo1
-rw-r--r--misc/koffice-i18n-ar/pkg-descr3
-rw-r--r--misc/koffice-i18n-ar/pkg-plist36
-rw-r--r--misc/koffice-i18n/Makefile5
-rw-r--r--x11-fonts/Makefile4
-rw-r--r--x11-fonts/ae_fonts_mono/Makefile41
-rw-r--r--x11-fonts/ae_fonts_mono/distinfo1
-rw-r--r--x11-fonts/ae_fonts_mono/pkg-descr7
-rw-r--r--x11-fonts/ae_fonts_mono/pkg-message9
-rw-r--r--x11-fonts/ae_fonts_mono/pkg-plist3
-rw-r--r--x11-fonts/ae_fonts_ttf/Makefile78
-rw-r--r--x11-fonts/ae_fonts_ttf/distinfo1
-rw-r--r--x11-fonts/ae_fonts_ttf/pkg-descr9
-rw-r--r--x11-fonts/ae_fonts_ttf/pkg-message14
-rw-r--r--x11-fonts/ae_fonts_ttf/pkg-plist51
-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
-rw-r--r--x11-fonts/khotot/Makefile58
-rw-r--r--x11-fonts/khotot/pkg-descr8
-rw-r--r--x11-fonts/khotot/pkg-message16
-rw-r--r--x11-fonts/khotot/pkg-plist1
44 files changed, 38 insertions, 913 deletions
diff --git a/MOVED b/MOVED
index b5404d7160b8..718615a46037 100644
--- a/MOVED
+++ b/MOVED
@@ -704,3 +704,9 @@ x11-toolkits/wxgtk-devel|x11-toolkits/wxgtk|2003-11-10|renamed
net/lmule||2003-11-10|project has been abadoned in favor of net/xmule
net/kxicq-devel||2003-11-13|unmaintained, better KDE ICQ clients available
editors/ghex|editors/ghex2|2003-11-15|ghex2 holds the latest stable version
+x11-fonts/ae_fonts_mono|arabic/ae_fonts_mono|2003-11-15|Moved to new arabic category
+x11-fonts/ae_fonts_ttf|arabic/ae_fonts_ttf|2003-11-15|Moved to new arabic category
+x11-fonts/khotot|arabic/khotot|2003-11-15|Moved to new arabic category
+x11-fonts/kacst_fonts|arabic/kacst_fonts|2003-11-15|Moved to new arabic category
+misc/kde3-i18n-ar|arabic/kde3-i18n|2003-11-15|Moved to new arabic category
+misc/koffice-i18n-ar|arabic/koffice-i18n|2003-11-15|Moved to new arabic category
diff --git a/arabic/Makefile b/arabic/Makefile
index 22452e4a70b7..5f27d8c1aa42 100644
--- a/arabic/Makefile
+++ b/arabic/Makefile
@@ -1,6 +1,12 @@
# $FreeBSD$
#
+ SUBDIR += ae_fonts_mono
+ SUBDIR += ae_fonts_ttf
+ SUBDIR += kacst_fonts
SUBDIR += katoob
+ SUBDIR += kde3-i18n
+ SUBDIR += khotot
+ SUBDIR += koffice-i18n
SUBDIR += openoffice-1.1
.include <bsd.port.subdir.mk>
diff --git a/arabic/ae_fonts_mono/Makefile b/arabic/ae_fonts_mono/Makefile
index 8032e790d5e2..30f1c4f5980c 100644
--- a/arabic/ae_fonts_mono/Makefile
+++ b/arabic/ae_fonts_mono/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ae_fonts_mono
PORTVERSION= 1.0
-CATEGORIES= x11-fonts
+CATEGORIES= arabic
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= arabeyes
DISTNAME= ae_fonts_mono
diff --git a/arabic/ae_fonts_ttf/Makefile b/arabic/ae_fonts_ttf/Makefile
index bf6406bc094f..9bf72b20f01f 100644
--- a/arabic/ae_fonts_ttf/Makefile
+++ b/arabic/ae_fonts_ttf/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ae_fonts1_ttf
PORTVERSION= 1.0
-CATEGORIES= x11-fonts
+CATEGORIES= arabic
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= arabeyes
DISTNAME= ae_fonts1_ttf_${PORTVERSION}
diff --git a/arabic/kacst_fonts/Makefile b/arabic/kacst_fonts/Makefile
index a41cd15637cc..b1df77cedcdc 100644
--- a/arabic/kacst_fonts/Makefile
+++ b/arabic/kacst_fonts/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kacst_fonts
PORTVERSION= 1.4
-CATEGORIES= x11-fonts
+CATEGORIES= arabic
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= arabeyes
DISTNAME= kacst_fonts_${PORTVERSION}
diff --git a/arabic/kde3-i18n/Makefile b/arabic/kde3-i18n/Makefile
index 2976fff8aff7..6be3361bcca7 100644
--- a/arabic/kde3-i18n/Makefile
+++ b/arabic/kde3-i18n/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kde-i18n
PORTVERSION= ${KDE_VERSION}
-CATEGORIES?= misc kde
+CATEGORIES?= arabic kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n
PKGNAMEPREFIX= ar-
diff --git a/arabic/kde4-l10n/Makefile b/arabic/kde4-l10n/Makefile
index 2976fff8aff7..6be3361bcca7 100644
--- a/arabic/kde4-l10n/Makefile
+++ b/arabic/kde4-l10n/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kde-i18n
PORTVERSION= ${KDE_VERSION}
-CATEGORIES?= misc kde
+CATEGORIES?= arabic kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n
PKGNAMEPREFIX= ar-
diff --git a/arabic/khotot/Makefile b/arabic/khotot/Makefile
index e98447ed4e66..231daefdc546 100644
--- a/arabic/khotot/Makefile
+++ b/arabic/khotot/Makefile
@@ -7,7 +7,7 @@
PORTNAME= khotot
PORTVERSION= 1.0
-CATEGORIES= x11-fonts
+CATEGORIES= arabic
MASTER_SITES= #
DISTFILES= #
EXTRACT_ONLY= #
@@ -16,15 +16,15 @@ 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
+RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/ae_fonts_mono/fonts.dir:${PORTSDIR}/arabic/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
+RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/ae_fonts1/AAHS/fonts.dir:${PORTSDIR}/arabic/ae_fonts_ttf
.endif
.if !defined(WITHOUT_KACST)
-RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/kacst_fonts/fonts.dir:${PORTSDIR}/x11-fonts/kacst_fonts
+RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/kacst_fonts/fonts.dir:${PORTSDIR}/arabic/kacst_fonts
.endif
NO_BUILD= yes
diff --git a/arabic/koffice-i18n/Makefile b/arabic/koffice-i18n/Makefile
index 0fc2bf71b236..d6eb5343bb01 100644
--- a/arabic/koffice-i18n/Makefile
+++ b/arabic/koffice-i18n/Makefile
@@ -7,7 +7,7 @@
PORTNAME= koffice-i18n
PORTVERSION= 1.2.1
-CATEGORIES?= misc kde
+CATEGORIES?= arabic kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src
PKGNAMEPREFIX= ar-
diff --git a/editors/calligra-l10n/Makefile b/editors/calligra-l10n/Makefile
index 8926056db8da..346d0d0897df 100644
--- a/editors/calligra-l10n/Makefile
+++ b/editors/calligra-l10n/Makefile
@@ -16,10 +16,11 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Localized messages and documentation for KDE
RUN_DEPENDS+=\
+ ${LOCALBASE}/shaer/locale/ar/LC_MESSAGES/kword.mo:${PORTSDIR}/arabic/koffice-i18n\
${LOCALBASE}/share/locale/de/LC_MESSAGES/kword.mo:${PORTSDIR}/german/koffice-i18n\
${LOCALBASE}/share/locale/fr/LC_MESSAGES/kword.mo:${PORTSDIR}/french/koffice-i18n\
${LOCALBASE}/share/locale/hu/LC_MESSAGES/kword.mo:${PORTSDIR}/hungarian/koffice-i18n\
- ${LOCALBASE}/share/locale/ja/LC_MESSAGES/kword.mo:${PORTSDIR}/hebrew/koffice-i18n\
+ ${LOCALBASE}/share/locale/he/LC_MESSAGES/kword.mo:${PORTSDIR}/hebrew/koffice-i18n\
${LOCALBASE}/share/locale/ja/LC_MESSAGES/kword.mo:${PORTSDIR}/japanese/koffice-i18n\
${LOCALBASE}/share/locale/pl/LC_MESSAGES/kword.mo:${PORTSDIR}/polish/koffice-i18n\
${LOCALBASE}/share/locale/pt/LC_MESSAGES/kword.mo:${PORTSDIR}/portuguese/koffice-i18n\
@@ -28,7 +29,7 @@ RUN_DEPENDS+=\
${LOCALBASE}/share/locale/uk/LC_MESSAGES/kword.mo:${PORTSDIR}/ukrainian/koffice-i18n\
${LOCALBASE}/share/locale/zh_TW/LC_MESSAGES/kword.mo:${PORTSDIR}/chinese/koffice-i18n-zh_TW
-.for LANG in af ar bs cs da el en_GB eo es et it \
+.for LANG in af bs cs da el en_GB eo es et it \
lt lv mt nb nl nn sk sl sv th tr ven xh zu
RUN_DEPENDS+=\
${LOCALBASE}/share/locale/${LANG}/LC_MESSAGES/kword.mo:${PORTSDIR}/misc/koffice-i18n-${LANG}
diff --git a/editors/koffice-i18n/Makefile b/editors/koffice-i18n/Makefile
index 8926056db8da..346d0d0897df 100644
--- a/editors/koffice-i18n/Makefile
+++ b/editors/koffice-i18n/Makefile
@@ -16,10 +16,11 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Localized messages and documentation for KDE
RUN_DEPENDS+=\
+ ${LOCALBASE}/shaer/locale/ar/LC_MESSAGES/kword.mo:${PORTSDIR}/arabic/koffice-i18n\
${LOCALBASE}/share/locale/de/LC_MESSAGES/kword.mo:${PORTSDIR}/german/koffice-i18n\
${LOCALBASE}/share/locale/fr/LC_MESSAGES/kword.mo:${PORTSDIR}/french/koffice-i18n\
${LOCALBASE}/share/locale/hu/LC_MESSAGES/kword.mo:${PORTSDIR}/hungarian/koffice-i18n\
- ${LOCALBASE}/share/locale/ja/LC_MESSAGES/kword.mo:${PORTSDIR}/hebrew/koffice-i18n\
+ ${LOCALBASE}/share/locale/he/LC_MESSAGES/kword.mo:${PORTSDIR}/hebrew/koffice-i18n\
${LOCALBASE}/share/locale/ja/LC_MESSAGES/kword.mo:${PORTSDIR}/japanese/koffice-i18n\
${LOCALBASE}/share/locale/pl/LC_MESSAGES/kword.mo:${PORTSDIR}/polish/koffice-i18n\
${LOCALBASE}/share/locale/pt/LC_MESSAGES/kword.mo:${PORTSDIR}/portuguese/koffice-i18n\
@@ -28,7 +29,7 @@ RUN_DEPENDS+=\
${LOCALBASE}/share/locale/uk/LC_MESSAGES/kword.mo:${PORTSDIR}/ukrainian/koffice-i18n\
${LOCALBASE}/share/locale/zh_TW/LC_MESSAGES/kword.mo:${PORTSDIR}/chinese/koffice-i18n-zh_TW
-.for LANG in af ar bs cs da el en_GB eo es et it \
+.for LANG in af bs cs da el en_GB eo es et it \
lt lv mt nb nl nn sk sl sv th tr ven xh zu
RUN_DEPENDS+=\
${LOCALBASE}/share/locale/${LANG}/LC_MESSAGES/kword.mo:${PORTSDIR}/misc/koffice-i18n-${LANG}
diff --git a/editors/koffice-kde4-l10n/Makefile b/editors/koffice-kde4-l10n/Makefile
index 8926056db8da..346d0d0897df 100644
--- a/editors/koffice-kde4-l10n/Makefile
+++ b/editors/koffice-kde4-l10n/Makefile
@@ -16,10 +16,11 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Localized messages and documentation for KDE
RUN_DEPENDS+=\
+ ${LOCALBASE}/shaer/locale/ar/LC_MESSAGES/kword.mo:${PORTSDIR}/arabic/koffice-i18n\
${LOCALBASE}/share/locale/de/LC_MESSAGES/kword.mo:${PORTSDIR}/german/koffice-i18n\
${LOCALBASE}/share/locale/fr/LC_MESSAGES/kword.mo:${PORTSDIR}/french/koffice-i18n\
${LOCALBASE}/share/locale/hu/LC_MESSAGES/kword.mo:${PORTSDIR}/hungarian/koffice-i18n\
- ${LOCALBASE}/share/locale/ja/LC_MESSAGES/kword.mo:${PORTSDIR}/hebrew/koffice-i18n\
+ ${LOCALBASE}/share/locale/he/LC_MESSAGES/kword.mo:${PORTSDIR}/hebrew/koffice-i18n\
${LOCALBASE}/share/locale/ja/LC_MESSAGES/kword.mo:${PORTSDIR}/japanese/koffice-i18n\
${LOCALBASE}/share/locale/pl/LC_MESSAGES/kword.mo:${PORTSDIR}/polish/koffice-i18n\
${LOCALBASE}/share/locale/pt/LC_MESSAGES/kword.mo:${PORTSDIR}/portuguese/koffice-i18n\
@@ -28,7 +29,7 @@ RUN_DEPENDS+=\
${LOCALBASE}/share/locale/uk/LC_MESSAGES/kword.mo:${PORTSDIR}/ukrainian/koffice-i18n\
${LOCALBASE}/share/locale/zh_TW/LC_MESSAGES/kword.mo:${PORTSDIR}/chinese/koffice-i18n-zh_TW
-.for LANG in af ar bs cs da el en_GB eo es et it \
+.for LANG in af bs cs da el en_GB eo es et it \
lt lv mt nb nl nn sk sl sv th tr ven xh zu
RUN_DEPENDS+=\
${LOCALBASE}/share/locale/${LANG}/LC_MESSAGES/kword.mo:${PORTSDIR}/misc/koffice-i18n-${LANG}
diff --git a/misc/Makefile b/misc/Makefile
index 35c6ee359724..cc530c8634d0 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -145,7 +145,6 @@
SUBDIR += kcd
SUBDIR += kde3-i18n
SUBDIR += kde3-i18n-af
- SUBDIR += kde3-i18n-ar
SUBDIR += kde3-i18n-az
SUBDIR += kde3-i18n-bg
SUBDIR += kde3-i18n-bs
@@ -190,7 +189,6 @@
SUBDIR += kenny
SUBDIR += koffice-i18n
SUBDIR += koffice-i18n-af
- SUBDIR += koffice-i18n-ar
SUBDIR += koffice-i18n-bs
SUBDIR += koffice-i18n-cs
SUBDIR += koffice-i18n-da
diff --git a/misc/kde3-i18n-ar/Makefile b/misc/kde3-i18n-ar/Makefile
deleted file mode 100644
index 2976fff8aff7..000000000000
--- a/misc/kde3-i18n-ar/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: kde3-i18n-ar
-# Date created: 05 April 2002
-# Whom: Lauri Watts <lauri@kde.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kde-i18n
-PORTVERSION= ${KDE_VERSION}
-CATEGORIES?= misc kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n
-PKGNAMEPREFIX= ar-
-DIST_SUBDIR= KDE
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Localized messages and documentation for KDE3
-
-BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
-
-USE_KDELIBS_VER=3
-USE_BZIP2= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-KDE_I18N= yes
-
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-
-.include <bsd.port.mk>
diff --git a/misc/kde3-i18n-ar/distinfo b/misc/kde3-i18n-ar/distinfo
deleted file mode 100644
index 0fe937765dd9..000000000000
--- a/misc/kde3-i18n-ar/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (KDE/kde-i18n/kde-i18n-ar-3.1.4.tar.bz2) = bcbc85fe96ab972378609064acaa497b
diff --git a/misc/kde3-i18n-ar/pkg-descr b/misc/kde3-i18n-ar/pkg-descr
deleted file mode 100644
index 3354ca873ecc..000000000000
--- a/misc/kde3-i18n-ar/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Localized messages and documentation for KDE3.
-
-WWW: http://i18n.kde.org/
diff --git a/misc/kde3-i18n-ar/pkg-plist b/misc/kde3-i18n-ar/pkg-plist
deleted file mode 100644
index 0c1a33305c99..000000000000
--- a/misc/kde3-i18n-ar/pkg-plist
+++ /dev/null
@@ -1,421 +0,0 @@
-share/locale/ar/LC_MESSAGES/aktion.mo
-share/locale/ar/LC_MESSAGES/alarmdaemonctrl.mo
-share/locale/ar/LC_MESSAGES/alsaplayerui.mo
-share/locale/ar/LC_MESSAGES/amor.mo
-share/locale/ar/LC_MESSAGES/appletproxy.mo
-share/locale/ar/LC_MESSAGES/ark.mo
-share/locale/ar/LC_MESSAGES/artsbuilder.mo
-share/locale/ar/LC_MESSAGES/artscontrol.mo
-share/locale/ar/LC_MESSAGES/atlantik.mo
-share/locale/ar/LC_MESSAGES/atlantikdesigner.mo
-share/locale/ar/LC_MESSAGES/babelfish.mo
-share/locale/ar/LC_MESSAGES/cervisia.mo
-share/locale/ar/LC_MESSAGES/charlatanui.mo
-share/locale/ar/LC_MESSAGES/childpanelextension.mo
-share/locale/ar/LC_MESSAGES/clockapplet.mo
-share/locale/ar/LC_MESSAGES/crashesplugin.mo
-share/locale/ar/LC_MESSAGES/cupsdconf.mo
-share/locale/ar/LC_MESSAGES/desktop_kde-i18n.mo
-share/locale/ar/LC_MESSAGES/desktop_kdeaddons.mo
-share/locale/ar/LC_MESSAGES/desktop_kdeadmin.mo
-share/locale/ar/LC_MESSAGES/desktop_kdeartwork.mo
-share/locale/ar/LC_MESSAGES/desktop_kdebase.mo
-share/locale/ar/LC_MESSAGES/desktop_kdeedu.mo
-share/locale/ar/LC_MESSAGES/desktop_kdegames.mo
-share/locale/ar/LC_MESSAGES/desktop_kdegraphics.mo
-share/locale/ar/LC_MESSAGES/desktop_kdelibs.mo
-share/locale/ar/LC_MESSAGES/desktop_kdemultimedia.mo
-share/locale/ar/LC_MESSAGES/desktop_kdenetwork.mo
-share/locale/ar/LC_MESSAGES/desktop_kdepim.mo
-share/locale/ar/LC_MESSAGES/desktop_kdesdk.mo
-share/locale/ar/LC_MESSAGES/desktop_kdetoys.mo
-share/locale/ar/LC_MESSAGES/desktop_kdeutils.mo
-share/locale/ar/LC_MESSAGES/dirfilterplugin.mo
-share/locale/ar/LC_MESSAGES/domtreeviewer.mo
-share/locale/ar/LC_MESSAGES/drkonqi.mo
-share/locale/ar/LC_MESSAGES/dub.mo
-share/locale/ar/LC_MESSAGES/extensionproxy.mo
-share/locale/ar/LC_MESSAGES/ffrs.mo
-share/locale/ar/LC_MESSAGES/filetypes.mo
-share/locale/ar/LC_MESSAGES/flashkard.mo
-share/locale/ar/LC_MESSAGES/fontinst.mo
-share/locale/ar/LC_MESSAGES/htmlsearch.mo
-share/locale/ar/LC_MESSAGES/imagerename_plugin.mo
-share/locale/ar/LC_MESSAGES/imgalleryplugin.mo
-share/locale/ar/LC_MESSAGES/jefferson.mo
-share/locale/ar/LC_MESSAGES/kabc_dir.mo
-share/locale/ar/LC_MESSAGES/kabc_ldap.mo
-share/locale/ar/LC_MESSAGES/kabc_net.mo
-share/locale/ar/LC_MESSAGES/kabc_sql.mo
-share/locale/ar/LC_MESSAGES/kabcformat_binary.mo
-share/locale/ar/LC_MESSAGES/kaboodle.mo
-share/locale/ar/LC_MESSAGES/kaccess.mo
-share/locale/ar/LC_MESSAGES/kaddressbook.mo
-share/locale/ar/LC_MESSAGES/kalarm.mo
-share/locale/ar/LC_MESSAGES/kalarmdgui.mo
-share/locale/ar/LC_MESSAGES/kalzium.mo
-share/locale/ar/LC_MESSAGES/kandy.mo
-share/locale/ar/LC_MESSAGES/kaphorism.mo
-share/locale/ar/LC_MESSAGES/kappfinder.mo
-share/locale/ar/LC_MESSAGES/karm.mo
-share/locale/ar/LC_MESSAGES/kasbarextension.mo
-share/locale/ar/LC_MESSAGES/kasteroids.mo
-share/locale/ar/LC_MESSAGES/kate.mo
-share/locale/ar/LC_MESSAGES/katefll_initplugin.mo
-share/locale/ar/LC_MESSAGES/katefll_plugin.mo
-share/locale/ar/LC_MESSAGES/katehelloworld.mo
-share/locale/ar/LC_MESSAGES/katehtmltools.mo
-share/locale/ar/LC_MESSAGES/kateinsertcommand.mo
-share/locale/ar/LC_MESSAGES/katemodeline.mo
-share/locale/ar/LC_MESSAGES/kateopenheader.mo
-share/locale/ar/LC_MESSAGES/katepart.mo
-share/locale/ar/LC_MESSAGES/kateprojectmanager.mo
-share/locale/ar/LC_MESSAGES/katepybrowse.mo
-share/locale/ar/LC_MESSAGES/katespell.mo
-share/locale/ar/LC_MESSAGES/katetextfilter.mo
-share/locale/ar/LC_MESSAGES/katexmlcheck.mo
-share/locale/ar/LC_MESSAGES/katexmltools.mo
-share/locale/ar/LC_MESSAGES/katomic.mo
-share/locale/ar/LC_MESSAGES/kaudiocreator.mo
-share/locale/ar/LC_MESSAGES/kbabel.mo
-share/locale/ar/LC_MESSAGES/kbackgammon.mo
-share/locale/ar/LC_MESSAGES/kbattleship.mo
-share/locale/ar/LC_MESSAGES/kblackbox.mo
-share/locale/ar/LC_MESSAGES/kbounce.mo
-share/locale/ar/LC_MESSAGES/kbugbuster.mo
-share/locale/ar/LC_MESSAGES/kcalc.mo
-share/locale/ar/LC_MESSAGES/kcardchooser.mo
-share/locale/ar/LC_MESSAGES/kcharselect.mo
-share/locale/ar/LC_MESSAGES/kcharselectapplet.mo
-share/locale/ar/LC_MESSAGES/kcm_krfb.mo
-share/locale/ar/LC_MESSAGES/kcmaccess.mo
-share/locale/ar/LC_MESSAGES/kcmarts.mo
-share/locale/ar/LC_MESSAGES/kcmaudiocd.mo
-share/locale/ar/LC_MESSAGES/kcmbackground.mo
-share/locale/ar/LC_MESSAGES/kcmbell.mo
-share/locale/ar/LC_MESSAGES/kcmcgi.mo
-share/locale/ar/LC_MESSAGES/kcmcolors.mo
-share/locale/ar/LC_MESSAGES/kcmcomponentchooser.mo
-share/locale/ar/LC_MESSAGES/kcmcrypto.mo
-share/locale/ar/LC_MESSAGES/kcmcss.mo
-share/locale/ar/LC_MESSAGES/kcmemail.mo
-share/locale/ar/LC_MESSAGES/kcmenergy.mo
-share/locale/ar/LC_MESSAGES/kcmfileshare.mo
-share/locale/ar/LC_MESSAGES/kcmfonts.mo
-share/locale/ar/LC_MESSAGES/kcmhtmlsearch.mo
-share/locale/ar/LC_MESSAGES/kcmicons.mo
-share/locale/ar/LC_MESSAGES/kcminfo.mo
-share/locale/ar/LC_MESSAGES/kcminput.mo
-share/locale/ar/LC_MESSAGES/kcmioslaveinfo.mo
-share/locale/ar/LC_MESSAGES/kcmkamera.mo
-share/locale/ar/LC_MESSAGES/kcmkclock.mo
-share/locale/ar/LC_MESSAGES/kcmkded.mo
-share/locale/ar/LC_MESSAGES/kcmkeys.mo
-share/locale/ar/LC_MESSAGES/kcmkicker.mo
-share/locale/ar/LC_MESSAGES/kcmkio.mo
-share/locale/ar/LC_MESSAGES/kcmkmix.mo
-share/locale/ar/LC_MESSAGES/kcmkonq.mo
-share/locale/ar/LC_MESSAGES/kcmkonqhtml.mo
-share/locale/ar/LC_MESSAGES/kcmkonsole.mo
-share/locale/ar/LC_MESSAGES/kcmktalkd.mo
-share/locale/ar/LC_MESSAGES/kcmkuick.mo
-share/locale/ar/LC_MESSAGES/kcmkurifilt.mo
-share/locale/ar/LC_MESSAGES/kcmkwindecoration.mo
-share/locale/ar/LC_MESSAGES/kcmkwintheme.mo
-share/locale/ar/LC_MESSAGES/kcmkwm.mo
-share/locale/ar/LC_MESSAGES/kcmkxmlrpcd.mo
-share/locale/ar/LC_MESSAGES/kcmlanbrowser.mo
-share/locale/ar/LC_MESSAGES/kcmlaptop.mo
-share/locale/ar/LC_MESSAGES/kcmlaunch.mo
-share/locale/ar/LC_MESSAGES/kcmlayout.mo
-share/locale/ar/LC_MESSAGES/kcmlilo.mo
-share/locale/ar/LC_MESSAGES/kcmlinuz.mo
-share/locale/ar/LC_MESSAGES/kcmlocale.mo
-share/locale/ar/LC_MESSAGES/kcmmediacontrol.mo
-share/locale/ar/LC_MESSAGES/kcmmidi.mo
-share/locale/ar/LC_MESSAGES/kcmnewsticker.mo
-share/locale/ar/LC_MESSAGES/kcmnic.mo
-share/locale/ar/LC_MESSAGES/kcmnotify.mo
-share/locale/ar/LC_MESSAGES/kcmprintmgr.mo
-share/locale/ar/LC_MESSAGES/kcmsamba.mo
-share/locale/ar/LC_MESSAGES/kcmscreensaver.mo
-share/locale/ar/LC_MESSAGES/kcmsmartcard.mo
-share/locale/ar/LC_MESSAGES/kcmsmserver.mo
-share/locale/ar/LC_MESSAGES/kcmsocks.mo
-share/locale/ar/LC_MESSAGES/kcmspellchecking.mo
-share/locale/ar/LC_MESSAGES/kcmstyle.mo
-share/locale/ar/LC_MESSAGES/kcmtaskbar.mo
-share/locale/ar/LC_MESSAGES/kcmthemes.mo
-share/locale/ar/LC_MESSAGES/kcmusb.mo
-share/locale/ar/LC_MESSAGES/kcoloredit.mo
-share/locale/ar/LC_MESSAGES/kcontrol.mo
-share/locale/ar/LC_MESSAGES/kcron.mo
-share/locale/ar/LC_MESSAGES/kdat.mo
-share/locale/ar/LC_MESSAGES/kdcop.mo
-share/locale/ar/LC_MESSAGES/kdebugdialog.mo
-share/locale/ar/LC_MESSAGES/kdelibs.mo
-share/locale/ar/LC_MESSAGES/kdepasswd.mo
-share/locale/ar/LC_MESSAGES/kdeprint_part.mo
-share/locale/ar/LC_MESSAGES/kdeprintfax.mo
-share/locale/ar/LC_MESSAGES/kdesktop.mo
-share/locale/ar/LC_MESSAGES/kdessh.mo
-share/locale/ar/LC_MESSAGES/kdesu.mo
-share/locale/ar/LC_MESSAGES/kdesud.mo
-share/locale/ar/LC_MESSAGES/kdevtipofday.mo
-share/locale/ar/LC_MESSAGES/kdf.mo
-share/locale/ar/LC_MESSAGES/kdialog.mo
-share/locale/ar/LC_MESSAGES/kdict.mo
-share/locale/ar/LC_MESSAGES/kdictapplet.mo
-share/locale/ar/LC_MESSAGES/kdmchooser.mo
-share/locale/ar/LC_MESSAGES/kdmconfig.mo
-share/locale/ar/LC_MESSAGES/kdmgreet.mo
-share/locale/ar/LC_MESSAGES/kdvi.mo
-share/locale/ar/LC_MESSAGES/kedit.mo
-share/locale/ar/LC_MESSAGES/keduca.mo
-share/locale/ar/LC_MESSAGES/kenolaba.mo
-share/locale/ar/LC_MESSAGES/kfax.mo
-share/locale/ar/LC_MESSAGES/kfifteenapplet.mo
-share/locale/ar/LC_MESSAGES/kfile_au.mo
-share/locale/ar/LC_MESSAGES/kfile_avi.mo
-share/locale/ar/LC_MESSAGES/kfile_bmp.mo
-share/locale/ar/LC_MESSAGES/kfile_cpp.mo
-share/locale/ar/LC_MESSAGES/kfile_deb.mo
-share/locale/ar/LC_MESSAGES/kfile_desktop.mo
-share/locale/ar/LC_MESSAGES/kfile_diff.mo
-share/locale/ar/LC_MESSAGES/kfile_folder.mo
-share/locale/ar/LC_MESSAGES/kfile_font.mo
-share/locale/ar/LC_MESSAGES/kfile_gif.mo
-share/locale/ar/LC_MESSAGES/kfile_html.mo
-share/locale/ar/LC_MESSAGES/kfile_ico.mo
-share/locale/ar/LC_MESSAGES/kfile_jpeg.mo
-share/locale/ar/LC_MESSAGES/kfile_m3u.mo
-share/locale/ar/LC_MESSAGES/kfile_mp3.mo
-share/locale/ar/LC_MESSAGES/kfile_ogg.mo
-share/locale/ar/LC_MESSAGES/kfile_pdf.mo
-share/locale/ar/LC_MESSAGES/kfile_png.mo
-share/locale/ar/LC_MESSAGES/kfile_po.mo
-share/locale/ar/LC_MESSAGES/kfile_ps.mo
-share/locale/ar/LC_MESSAGES/kfile_rfc822.mo
-share/locale/ar/LC_MESSAGES/kfile_rpm.mo
-share/locale/ar/LC_MESSAGES/kfile_tga.mo
-share/locale/ar/LC_MESSAGES/kfile_tiff.mo
-share/locale/ar/LC_MESSAGES/kfile_txt.mo
-share/locale/ar/LC_MESSAGES/kfile_vcf.mo
-share/locale/ar/LC_MESSAGES/kfile_wav.mo
-share/locale/ar/LC_MESSAGES/kfile_xbm.mo
-share/locale/ar/LC_MESSAGES/kfindpart.mo
-share/locale/ar/LC_MESSAGES/kfloppy.mo
-share/locale/ar/LC_MESSAGES/kfmclient.mo
-share/locale/ar/LC_MESSAGES/kfmexec.mo
-share/locale/ar/LC_MESSAGES/kfontviewpart.mo
-share/locale/ar/LC_MESSAGES/kfouleggs.mo
-share/locale/ar/LC_MESSAGES/kgantt.mo
-share/locale/ar/LC_MESSAGES/kgeo.mo
-share/locale/ar/LC_MESSAGES/kget.mo
-share/locale/ar/LC_MESSAGES/kghostview.mo
-share/locale/ar/LC_MESSAGES/kgpgcertmanager.mo
-share/locale/ar/LC_MESSAGES/khangman.mo
-share/locale/ar/LC_MESSAGES/khelpcenter.mo
-share/locale/ar/LC_MESSAGES/khexedit.mo
-share/locale/ar/LC_MESSAGES/khotkeys.mo
-share/locale/ar/LC_MESSAGES/khtmlsettingsplugin.mo
-share/locale/ar/LC_MESSAGES/kicker.mo
-share/locale/ar/LC_MESSAGES/kiconedit.mo
-share/locale/ar/LC_MESSAGES/kinetd.mo
-share/locale/ar/LC_MESSAGES/kio_audiocd.mo
-share/locale/ar/LC_MESSAGES/kio_devices.mo
-share/locale/ar/LC_MESSAGES/kio_finger.mo
-share/locale/ar/LC_MESSAGES/kio_floppy.mo
-share/locale/ar/LC_MESSAGES/kio_imap4.mo
-share/locale/ar/LC_MESSAGES/kio_lan.mo
-share/locale/ar/LC_MESSAGES/kio_mac.mo
-share/locale/ar/LC_MESSAGES/kio_man.mo
-share/locale/ar/LC_MESSAGES/kio_nfs.mo
-share/locale/ar/LC_MESSAGES/kio_nntp.mo
-share/locale/ar/LC_MESSAGES/kio_pop3.mo
-share/locale/ar/LC_MESSAGES/kio_print.mo
-share/locale/ar/LC_MESSAGES/kio_sftp.mo
-share/locale/ar/LC_MESSAGES/kio_smb.mo
-share/locale/ar/LC_MESSAGES/kio_smbro.mo
-share/locale/ar/LC_MESSAGES/kio_smtp.mo
-share/locale/ar/LC_MESSAGES/kit.mo
-share/locale/ar/LC_MESSAGES/kiten.mo
-share/locale/ar/LC_MESSAGES/kjobviewer.mo
-share/locale/ar/LC_MESSAGES/kjots.mo
-share/locale/ar/LC_MESSAGES/kjumpingcube.mo
-share/locale/ar/LC_MESSAGES/klaptopdaemon.mo
-share/locale/ar/LC_MESSAGES/klegacyimport.mo
-share/locale/ar/LC_MESSAGES/klettres.mo
-share/locale/ar/LC_MESSAGES/klickety.mo
-share/locale/ar/LC_MESSAGES/klines.mo
-share/locale/ar/LC_MESSAGES/klipper.mo
-share/locale/ar/LC_MESSAGES/klock.mo
-share/locale/ar/LC_MESSAGES/kmahjongg.mo
-share/locale/ar/LC_MESSAGES/kmail.mo
-share/locale/ar/LC_MESSAGES/kmailcvt.mo
-share/locale/ar/LC_MESSAGES/kmathtool.mo
-share/locale/ar/LC_MESSAGES/kmcop.mo
-share/locale/ar/LC_MESSAGES/kmenuedit.mo
-share/locale/ar/LC_MESSAGES/kmessedwords.mo
-share/locale/ar/LC_MESSAGES/kmid.mo
-share/locale/ar/LC_MESSAGES/kmidi.mo
-share/locale/ar/LC_MESSAGES/kmines.mo
-share/locale/ar/LC_MESSAGES/kminipagerapplet.mo
-share/locale/ar/LC_MESSAGES/kmix.mo
-share/locale/ar/LC_MESSAGES/kmoon.mo
-share/locale/ar/LC_MESSAGES/kmplot.mo
-share/locale/ar/LC_MESSAGES/kmrml.mo
-share/locale/ar/LC_MESSAGES/knewsticker.mo
-share/locale/ar/LC_MESSAGES/knode.mo
-share/locale/ar/LC_MESSAGES/knorskverbs.mo
-share/locale/ar/LC_MESSAGES/knotes.mo
-share/locale/ar/LC_MESSAGES/knotify.mo
-share/locale/ar/LC_MESSAGES/kodo.mo
-share/locale/ar/LC_MESSAGES/kolf.mo
-share/locale/ar/LC_MESSAGES/kolourpicker.mo
-share/locale/ar/LC_MESSAGES/kompare.mo
-share/locale/ar/LC_MESSAGES/konqsidebar_mediaplayer.mo
-share/locale/ar/LC_MESSAGES/konqueror.mo
-share/locale/ar/LC_MESSAGES/konquest.mo
-share/locale/ar/LC_MESSAGES/konsole.mo
-share/locale/ar/LC_MESSAGES/konsolekalendar.mo
-share/locale/ar/LC_MESSAGES/kooka.mo
-share/locale/ar/LC_MESSAGES/korganizer.mo
-share/locale/ar/LC_MESSAGES/korn.mo
-share/locale/ar/LC_MESSAGES/kpackage.mo
-share/locale/ar/LC_MESSAGES/kpager.mo
-share/locale/ar/LC_MESSAGES/kpaint.mo
-share/locale/ar/LC_MESSAGES/kpartapp.mo
-share/locale/ar/LC_MESSAGES/kpartsaver.mo
-share/locale/ar/LC_MESSAGES/kpat.mo
-share/locale/ar/LC_MESSAGES/kpercentage.mo
-share/locale/ar/LC_MESSAGES/kpersonalizer.mo
-share/locale/ar/LC_MESSAGES/kpf.mo
-share/locale/ar/LC_MESSAGES/kpilot.mo
-share/locale/ar/LC_MESSAGES/kpoker.mo
-share/locale/ar/LC_MESSAGES/kppp.mo
-share/locale/ar/LC_MESSAGES/kppplogview.mo
-share/locale/ar/LC_MESSAGES/kprinter.mo
-share/locale/ar/LC_MESSAGES/krdb.mo
-share/locale/ar/LC_MESSAGES/krdc.mo
-share/locale/ar/LC_MESSAGES/kreadconfig.mo
-share/locale/ar/LC_MESSAGES/krec.mo
-share/locale/ar/LC_MESSAGES/kregexpeditor.mo
-share/locale/ar/LC_MESSAGES/kreversi.mo
-share/locale/ar/LC_MESSAGES/krfb.mo
-share/locale/ar/LC_MESSAGES/kruler.mo
-share/locale/ar/LC_MESSAGES/krunapplet.mo
-share/locale/ar/LC_MESSAGES/ksame.mo
-share/locale/ar/LC_MESSAGES/kscd.mo
-share/locale/ar/LC_MESSAGES/kscoreapplet.mo
-share/locale/ar/LC_MESSAGES/kscreensaver.mo
-share/locale/ar/LC_MESSAGES/kshisen.mo
-share/locale/ar/LC_MESSAGES/ksim.mo
-share/locale/ar/LC_MESSAGES/ksirc.mo
-share/locale/ar/LC_MESSAGES/ksirtet.mo
-share/locale/ar/LC_MESSAGES/ksmiletris.mo
-share/locale/ar/LC_MESSAGES/ksmserver.mo
-share/locale/ar/LC_MESSAGES/ksnake.mo
-share/locale/ar/LC_MESSAGES/ksnapshot.mo
-share/locale/ar/LC_MESSAGES/ksokoban.mo
-share/locale/ar/LC_MESSAGES/kspaceduel.mo
-share/locale/ar/LC_MESSAGES/ksplash.mo
-share/locale/ar/LC_MESSAGES/kstars.mo
-share/locale/ar/LC_MESSAGES/kstart.mo
-share/locale/ar/LC_MESSAGES/kstartperf.mo
-share/locale/ar/LC_MESSAGES/ksync.mo
-share/locale/ar/LC_MESSAGES/ksysguard.mo
-share/locale/ar/LC_MESSAGES/ksystemtrayapplet.mo
-share/locale/ar/LC_MESSAGES/ksystraycmd.mo
-share/locale/ar/LC_MESSAGES/ksysv.mo
-share/locale/ar/LC_MESSAGES/ktalkd.mo
-share/locale/ar/LC_MESSAGES/ktaskbarapplet.mo
-share/locale/ar/LC_MESSAGES/kteatime.mo
-share/locale/ar/LC_MESSAGES/ktexteditor_insertfile.mo
-share/locale/ar/LC_MESSAGES/ktexteditor_isearch.mo
-share/locale/ar/LC_MESSAGES/ktexteditor_kdatatool.mo
-share/locale/ar/LC_MESSAGES/ktimemon.mo
-share/locale/ar/LC_MESSAGES/ktimer.mo
-share/locale/ar/LC_MESSAGES/ktip.mo
-share/locale/ar/LC_MESSAGES/ktouch.mo
-share/locale/ar/LC_MESSAGES/ktron.mo
-share/locale/ar/LC_MESSAGES/ktuberling.mo
-share/locale/ar/LC_MESSAGES/ktux.mo
-share/locale/ar/LC_MESSAGES/kuick_plugin.mo
-share/locale/ar/LC_MESSAGES/kuickshow.mo
-share/locale/ar/LC_MESSAGES/kuser.mo
-share/locale/ar/LC_MESSAGES/kverbos.mo
-share/locale/ar/LC_MESSAGES/kview.mo
-share/locale/ar/LC_MESSAGES/kviewbrowserplugin.mo
-share/locale/ar/LC_MESSAGES/kviewpresenterplugin.mo
-share/locale/ar/LC_MESSAGES/kviewscannerplugin.mo
-share/locale/ar/LC_MESSAGES/kviewshell.mo
-share/locale/ar/LC_MESSAGES/kviewtemplateplugin.mo
-share/locale/ar/LC_MESSAGES/kvoctrain.mo
-share/locale/ar/LC_MESSAGES/kweather.mo
-share/locale/ar/LC_MESSAGES/kwin.mo
-share/locale/ar/LC_MESSAGES/kwin4.mo
-share/locale/ar/LC_MESSAGES/kwin_b2_config.mo
-share/locale/ar/LC_MESSAGES/kwin_cde_config.mo
-share/locale/ar/LC_MESSAGES/kwin_default_config.mo
-share/locale/ar/LC_MESSAGES/kwin_glow_config.mo
-share/locale/ar/LC_MESSAGES/kwin_icewm_config.mo
-share/locale/ar/LC_MESSAGES/kwin_keramik_config.mo
-share/locale/ar/LC_MESSAGES/kwin_modernsys_config.mo
-share/locale/ar/LC_MESSAGES/kwin_quartz_config.mo
-share/locale/ar/LC_MESSAGES/kworldclock.mo
-share/locale/ar/LC_MESSAGES/kwuftpd.mo
-share/locale/ar/LC_MESSAGES/kxconfig.mo
-share/locale/ar/LC_MESSAGES/kxkb.mo
-share/locale/ar/LC_MESSAGES/kxmlrpcd.mo
-share/locale/ar/LC_MESSAGES/kxsconfig.mo
-share/locale/ar/LC_MESSAGES/libkcal.mo
-share/locale/ar/LC_MESSAGES/libkcalsystem.mo
-share/locale/ar/LC_MESSAGES/libkdegames.mo
-share/locale/ar/LC_MESSAGES/libkdehighscores.mo
-share/locale/ar/LC_MESSAGES/libkdenetwork.mo
-share/locale/ar/LC_MESSAGES/libkdepim.mo
-share/locale/ar/LC_MESSAGES/libkicker.mo
-share/locale/ar/LC_MESSAGES/libkickermenu_kdeprint.mo
-share/locale/ar/LC_MESSAGES/libkickermenu_konsole.mo
-share/locale/ar/LC_MESSAGES/libkickermenu_prefmenu.mo
-share/locale/ar/LC_MESSAGES/libkickermenu_recentdocs.mo
-share/locale/ar/LC_MESSAGES/libkonq.mo
-share/locale/ar/LC_MESSAGES/libkpimexchange.mo
-share/locale/ar/LC_MESSAGES/libkscan.mo
-share/locale/ar/LC_MESSAGES/libkscreensaver.mo
-share/locale/ar/LC_MESSAGES/libksirtet.mo
-share/locale/ar/LC_MESSAGES/libksync.mo
-share/locale/ar/LC_MESSAGES/libtaskbar.mo
-share/locale/ar/LC_MESSAGES/libtaskmanager.mo
-share/locale/ar/LC_MESSAGES/lockout.mo
-share/locale/ar/LC_MESSAGES/lskat.mo
-share/locale/ar/LC_MESSAGES/lyrics.mo
-share/locale/ar/LC_MESSAGES/mediacontrol.mo
-share/locale/ar/LC_MESSAGES/megami.mo
-share/locale/ar/LC_MESSAGES/naughtyapplet.mo
-share/locale/ar/LC_MESSAGES/nexscope.mo
-share/locale/ar/LC_MESSAGES/noatun.mo
-share/locale/ar/LC_MESSAGES/nsplugin.mo
-share/locale/ar/LC_MESSAGES/passwords.mo
-share/locale/ar/LC_MESSAGES/pitchablespeed.mo
-share/locale/ar/LC_MESSAGES/ppdtranslations.mo
-share/locale/ar/LC_MESSAGES/qeditor.mo
-share/locale/ar/LC_MESSAGES/quanta.mo
-share/locale/ar/LC_MESSAGES/quicklauncher.mo
-share/locale/ar/LC_MESSAGES/secpolicy.mo
-share/locale/ar/LC_MESSAGES/spy.mo
-share/locale/ar/LC_MESSAGES/synaescope.mo
-share/locale/ar/LC_MESSAGES/taskbarextension.mo
-share/locale/ar/LC_MESSAGES/timezones.mo
-share/locale/ar/LC_MESSAGES/tippecanoe.mo
-share/locale/ar/LC_MESSAGES/tyler.mo
-share/locale/ar/LC_MESSAGES/uachangerplugin.mo
-share/locale/ar/LC_MESSAGES/validatorsplugin.mo
-share/locale/ar/LC_MESSAGES/wakeup.mo
-share/locale/ar/LC_MESSAGES/wavecapture.mo
-share/locale/ar/LC_MESSAGES/webarchiver.mo
-share/locale/ar/charset
-share/locale/ar/entry.desktop
-@dirrm share/locale/ar/LC_MESSAGES
-@dirrm share/locale/ar
diff --git a/misc/kde3-i18n/Makefile b/misc/kde3-i18n/Makefile
index 6a7fa13d51cb..6c4d9677f5a1 100644
--- a/misc/kde3-i18n/Makefile
+++ b/misc/kde3-i18n/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Localized messages and documentation for KDE
RUN_DEPENDS+=\
+ ${LOCALBASE}/share/locale/ar/entry.desktop:${PORTSDIR}/arabic/kde3-i18n \
${LOCALBASE}/share/locale/ja/entry.desktop:${PORTSDIR}/japanese/kde3-i18n \
${LOCALBASE}/share/locale/fr/entry.desktop:${PORTSDIR}/french/kde3-i18n \
${LOCALBASE}/share/locale/de/entry.desktop:${PORTSDIR}/german/kde3-i18n \
@@ -26,7 +27,7 @@ RUN_DEPENDS+=\
${LOCALBASE}/share/locale/vi/entry.desktop:${PORTSDIR}/vietnamese/kde3-i18n \
${LOCALBASE}/share/locale/pl/entry.desktop:${PORTSDIR}/polish/kde3-i18n
-.for LANG in af ar bg bs ca cs da el en_GB eo es et fa fi hr is it \
+.for LANG in af bg bs ca cs da el en_GB eo es et fa fi hr is it \
lt mk mt nb nl nn nso ro sk sl sr sv ta th tr ven xh zu
RUN_DEPENDS+=\
${LOCALBASE}/share/locale/${LANG}/entry.desktop:${PORTSDIR}/misc/kde3-i18n-${LANG}
diff --git a/misc/kde4-l10n/Makefile b/misc/kde4-l10n/Makefile
index 6a7fa13d51cb..6c4d9677f5a1 100644
--- a/misc/kde4-l10n/Makefile
+++ b/misc/kde4-l10n/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Localized messages and documentation for KDE
RUN_DEPENDS+=\
+ ${LOCALBASE}/share/locale/ar/entry.desktop:${PORTSDIR}/arabic/kde3-i18n \
${LOCALBASE}/share/locale/ja/entry.desktop:${PORTSDIR}/japanese/kde3-i18n \
${LOCALBASE}/share/locale/fr/entry.desktop:${PORTSDIR}/french/kde3-i18n \
${LOCALBASE}/share/locale/de/entry.desktop:${PORTSDIR}/german/kde3-i18n \
@@ -26,7 +27,7 @@ RUN_DEPENDS+=\
${LOCALBASE}/share/locale/vi/entry.desktop:${PORTSDIR}/vietnamese/kde3-i18n \
${LOCALBASE}/share/locale/pl/entry.desktop:${PORTSDIR}/polish/kde3-i18n
-.for LANG in af ar bg bs ca cs da el en_GB eo es et fa fi hr is it \
+.for LANG in af bg bs ca cs da el en_GB eo es et fa fi hr is it \
lt mk mt nb nl nn nso ro sk sl sr sv ta th tr ven xh zu
RUN_DEPENDS+=\
${LOCALBASE}/share/locale/${LANG}/entry.desktop:${PORTSDIR}/misc/kde3-i18n-${LANG}
diff --git a/misc/koffice-i18n-ar/Makefile b/misc/koffice-i18n-ar/Makefile
deleted file mode 100644
index 0fc2bf71b236..000000000000
--- a/misc/koffice-i18n-ar/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: koffice-i18n-ar
-# Date created: 27 April 2003
-# Whom: Michael Nottebrock <michaelnottebrock@gmx.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= koffice-i18n
-PORTVERSION= 1.2.1
-CATEGORIES?= misc kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src
-PKGNAMEPREFIX= ar-
-DIST_SUBDIR= KDE
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Localized messages and documentation for koffice
-
-BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
-
-USE_KDELIBS_VER=3
-USE_BZIP2= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-KDE_I18N= yes
-
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-
-.include <bsd.port.mk>
diff --git a/misc/koffice-i18n-ar/distinfo b/misc/koffice-i18n-ar/distinfo
deleted file mode 100644
index 16e0489af857..000000000000
--- a/misc/koffice-i18n-ar/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (KDE/kde-i18n/koffice-i18n-ar-1.2.1.tar.bz2) = ad35001fce03b5d895d284cbc7109555
diff --git a/misc/koffice-i18n-ar/pkg-descr b/misc/koffice-i18n-ar/pkg-descr
deleted file mode 100644
index 9cb0386755e8..000000000000
--- a/misc/koffice-i18n-ar/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Localized messages and documentation for koffice.
-
-WWW: http://koffice.kde.org/
diff --git a/misc/koffice-i18n-ar/pkg-plist b/misc/koffice-i18n-ar/pkg-plist
deleted file mode 100644
index c4827e5197bd..000000000000
--- a/misc/koffice-i18n-ar/pkg-plist
+++ /dev/null
@@ -1,36 +0,0 @@
-share/locale/ar/LC_MESSAGES/csvfilter.mo
-share/locale/ar/LC_MESSAGES/desktop_koffice.mo
-share/locale/ar/LC_MESSAGES/example.mo
-share/locale/ar/LC_MESSAGES/graphite.mo
-share/locale/ar/LC_MESSAGES/kchart.mo
-share/locale/ar/LC_MESSAGES/kfile_koffice.mo
-share/locale/ar/LC_MESSAGES/kformula.mo
-share/locale/ar/LC_MESSAGES/kformulalatexfilter.mo
-share/locale/ar/LC_MESSAGES/kformulapngfilter.mo
-share/locale/ar/LC_MESSAGES/kivio.mo
-share/locale/ar/LC_MESSAGES/koconverter.mo
-share/locale/ar/LC_MESSAGES/kocryptfilter.mo
-share/locale/ar/LC_MESSAGES/koffice.mo
-share/locale/ar/LC_MESSAGES/kontour.mo
-share/locale/ar/LC_MESSAGES/koshell.mo
-share/locale/ar/LC_MESSAGES/kounavail.mo
-share/locale/ar/LC_MESSAGES/kpresenter.mo
-share/locale/ar/LC_MESSAGES/kpresenterkwordfilter.mo
-share/locale/ar/LC_MESSAGES/krita.mo
-share/locale/ar/LC_MESSAGES/kscan_plugin.mo
-share/locale/ar/LC_MESSAGES/kspread.mo
-share/locale/ar/LC_MESSAGES/kspreadcalc_calc.mo
-share/locale/ar/LC_MESSAGES/kspreadqprofilter.mo
-share/locale/ar/LC_MESSAGES/kugar.mo
-share/locale/ar/LC_MESSAGES/kword.mo
-share/locale/ar/LC_MESSAGES/kwordasciifilter.mo
-share/locale/ar/LC_MESSAGES/kwordhtmlexportfilter.mo
-share/locale/ar/LC_MESSAGES/kwordhtmlfilter.mo
-share/locale/ar/LC_MESSAGES/kwordhtmlimportfilter.mo
-share/locale/ar/LC_MESSAGES/kwordlatexfilter.mo
-share/locale/ar/LC_MESSAGES/olefilterswinword97filter.mo
-share/locale/ar/LC_MESSAGES/xsltexportfilter.mo
-share/locale/ar/LC_MESSAGES/xsltfilter.mo
-share/locale/ar/LC_MESSAGES/xsltimportfilter.mo
-@dirrm share/locale/ar/LC_MESSAGES
-@dirrm share/locale/ar
diff --git a/misc/koffice-i18n/Makefile b/misc/koffice-i18n/Makefile
index 8926056db8da..346d0d0897df 100644
--- a/misc/koffice-i18n/Makefile
+++ b/misc/koffice-i18n/Makefile
@@ -16,10 +16,11 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Localized messages and documentation for KDE
RUN_DEPENDS+=\
+ ${LOCALBASE}/shaer/locale/ar/LC_MESSAGES/kword.mo:${PORTSDIR}/arabic/koffice-i18n\
${LOCALBASE}/share/locale/de/LC_MESSAGES/kword.mo:${PORTSDIR}/german/koffice-i18n\
${LOCALBASE}/share/locale/fr/LC_MESSAGES/kword.mo:${PORTSDIR}/french/koffice-i18n\
${LOCALBASE}/share/locale/hu/LC_MESSAGES/kword.mo:${PORTSDIR}/hungarian/koffice-i18n\
- ${LOCALBASE}/share/locale/ja/LC_MESSAGES/kword.mo:${PORTSDIR}/hebrew/koffice-i18n\
+ ${LOCALBASE}/share/locale/he/LC_MESSAGES/kword.mo:${PORTSDIR}/hebrew/koffice-i18n\
${LOCALBASE}/share/locale/ja/LC_MESSAGES/kword.mo:${PORTSDIR}/japanese/koffice-i18n\
${LOCALBASE}/share/locale/pl/LC_MESSAGES/kword.mo:${PORTSDIR}/polish/koffice-i18n\
${LOCALBASE}/share/locale/pt/LC_MESSAGES/kword.mo:${PORTSDIR}/portuguese/koffice-i18n\
@@ -28,7 +29,7 @@ RUN_DEPENDS+=\
${LOCALBASE}/share/locale/uk/LC_MESSAGES/kword.mo:${PORTSDIR}/ukrainian/koffice-i18n\
${LOCALBASE}/share/locale/zh_TW/LC_MESSAGES/kword.mo:${PORTSDIR}/chinese/koffice-i18n-zh_TW
-.for LANG in af ar bs cs da el en_GB eo es et it \
+.for LANG in af bs cs da el en_GB eo es et it \
lt lv mt nb nl nn sk sl sv th tr ven xh zu
RUN_DEPENDS+=\
${LOCALBASE}/share/locale/${LANG}/LC_MESSAGES/kword.mo:${PORTSDIR}/misc/koffice-i18n-${LANG}
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index 6f7d13d5e866..687be7e3b917 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -9,8 +9,6 @@
SUBDIR += XFree86-4-fontScalable
SUBDIR += Xft
SUBDIR += Xg
- SUBDIR += ae_fonts_mono
- SUBDIR += ae_fonts_ttf
SUBDIR += artwiz-fonts
SUBDIR += bdfresize
SUBDIR += bitmap-fonts
@@ -24,8 +22,6 @@
SUBDIR += gfe
SUBDIR += intlfonts
SUBDIR += jmk-x11-fonts
- SUBDIR += kacst_fonts
- SUBDIR += khotot
SUBDIR += lfpfonts-fix
SUBDIR += lfpfonts-var
SUBDIR += mkbold
diff --git a/x11-fonts/ae_fonts_mono/Makefile b/x11-fonts/ae_fonts_mono/Makefile
deleted file mode 100644
index 8032e790d5e2..000000000000
--- a/x11-fonts/ae_fonts_mono/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: ae_fonts_mono
-# Date created: August 22, 2003
-# Whom: Samy Al Bahra <samy@kerneled.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ae_fonts_mono
-PORTVERSION= 1.0
-CATEGORIES= x11-fonts
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= arabeyes
-DISTNAME= ae_fonts_mono
-
-MAINTAINER= samy@kerneled.com
-COMMENT= A collection of PCF fonts that include Arabic glyphs
-
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${XFREE86_VERSION} == 4
-BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
-.elif ${XFREE86_VERSION} == 3
-BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86
-.endif
-
-do-build:
- @mkfontdir ${WRKSRC}
-
-do-install:
- @${MKDIR} ${PREFIX}/lib/X11/fonts/ae_fonts_mono
- @${INSTALL_DATA} ${WRKSRC}/*.pcf ${PREFIX}/lib/X11/fonts/ae_fonts_mono
- @${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/lib/X11/fonts/ae_fonts_mono
-
-post-install:
- @${CAT} ${PKGMESSAGE} | ${SED} "s|X11BASE|${X11BASE}|g" \
- | ${SED} "s|PORTNAME|${PORTNAME}|g"
-
-.include <bsd.port.post.mk>
diff --git a/x11-fonts/ae_fonts_mono/distinfo b/x11-fonts/ae_fonts_mono/distinfo
deleted file mode 100644
index 36826e3dcf0f..000000000000
--- a/x11-fonts/ae_fonts_mono/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ae_fonts_mono.tar.bz2) = 87817fe3f20eddbfe03264f6c6cf0c4e
diff --git a/x11-fonts/ae_fonts_mono/pkg-descr b/x11-fonts/ae_fonts_mono/pkg-descr
deleted file mode 100644
index 1d50c3a40d9b..000000000000
--- a/x11-fonts/ae_fonts_mono/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Some popular PCF 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/ae_fonts_mono/pkg-message b/x11-fonts/ae_fonts_mono/pkg-message
deleted file mode 100644
index e122b3dab8be..000000000000
--- a/x11-fonts/ae_fonts_mono/pkg-message
+++ /dev/null
@@ -1,9 +0,0 @@
-------------------------------------------------------------------
- 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/ae_fonts_mono/pkg-plist b/x11-fonts/ae_fonts_mono/pkg-plist
deleted file mode 100644
index a9f5d67f2da0..000000000000
--- a/x11-fonts/ae_fonts_mono/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-lib/X11/fonts/ae_fonts_mono/10x21.pcf
-lib/X11/fonts/ae_fonts_mono/fonts.dir
-@dirrm lib/X11/fonts/ae_fonts_mono
diff --git a/x11-fonts/ae_fonts_ttf/Makefile b/x11-fonts/ae_fonts_ttf/Makefile
deleted file mode 100644
index bf6406bc094f..000000000000
--- a/x11-fonts/ae_fonts_ttf/Makefile
+++ /dev/null
@@ -1,78 +0,0 @@
-# New ports collection makefile for: ae_fonts1_ttf
-# Date created: August 22 2003
-# Whom: Samy Al Bahra <samy@kerneled.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ae_fonts1_ttf
-PORTVERSION= 1.0
-CATEGORIES= x11-fonts
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= arabeyes
-DISTNAME= ae_fonts1_ttf_${PORTVERSION}
-
-MAINTAINER= samy@kerneled.com
-COMMENT= A collection of truetype Arabic fonts created by Arabeyes.org
-
-BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir
-
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-WRKSRC= ${WRKDIR}/ae_fonts1
-
-.if !defined(WITHOUT_AAHS)
-FONTS= AAHS
-.endif
-
-.if !defined(WITHOUT_AGA)
-FONTS+= AGA
-.endif
-
-.if !defined(WITHOUT_FS)
-FONTS+= FS
-.endif
-
-.if !defined(WITHOUT_KASR)
-FONTS+= Kasr
-.endif
-
-.if !defined(WITHOUT_MCS)
-FONTS+= MCS
-.endif
-
-.if !defined(WITHOUT_SHMOOKH)
-FONTS+= Shmookh
-.endif
-
-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_AAHS - do not install the AAHS font set"
- @${ECHO_MSG} "WITHOUT_AGA - do not install the AGA font set"
- @${ECHO_MSG} "WITHOUT_FS - do not install the FS font set"
- @${ECHO_MSG} "WITHOUT_KASR - do not install the Kasr font set"
- @${ECHO_MSG} "WITHOUT_MCS - do not install the MCS font set"
- @${ECHO_MSG} "WITHOUT_SHMOOKH - do not install the Shmookh font set"
- @${ECHO_MSG} "*****************************************************"
- @${ECHO_MSG} ""
-
-do-build:
-.for i in ${FONTS}
- @ttmkfdir -c -d ${WRKSRC}/${i} > ${WRKSRC}/${i}/fonts.dir
-.endfor
-
-do-install:
-.for i in ${FONTS}
- @${MKDIR} ${PREFIX}/lib/X11/fonts/ae_fonts1/${i}
- @${INSTALL_DATA} ${WRKSRC}/${i}/* ${PREFIX}/lib/X11/fonts/ae_fonts1/${i}
-.endfor
-
-post-install:
- @${CAT} ${PKGMESSAGE} | ${SED} "s|X11BASE|${X11BASE}|g" \
- | ${SED} "s|PORTNAME|ae_fonts1|g"
-
-.include <bsd.port.mk>
diff --git a/x11-fonts/ae_fonts_ttf/distinfo b/x11-fonts/ae_fonts_ttf/distinfo
deleted file mode 100644
index 17c715035591..000000000000
--- a/x11-fonts/ae_fonts_ttf/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ae_fonts1_ttf_1.0.tar.bz2) = 26fc4216e9ef3c4427ef37df23e61ff4
diff --git a/x11-fonts/ae_fonts_ttf/pkg-descr b/x11-fonts/ae_fonts_ttf/pkg-descr
deleted file mode 100644
index 4e7802ca8157..000000000000
--- a/x11-fonts/ae_fonts_ttf/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-This port contains a collection of some of the most
-popular Arabic fonts created and used by the Arabic
-UNIX community. This truetype font set was developed
-at Arabeyes.
-
-WWW: http://www.arabeyes.org/project.php?proj=Khotot
-
-- Samy Al Bahra
-samy@kerneled.com
diff --git a/x11-fonts/ae_fonts_ttf/pkg-message b/x11-fonts/ae_fonts_ttf/pkg-message
deleted file mode 100644
index 2b41375081a2..000000000000
--- a/x11-fonts/ae_fonts_ttf/pkg-message
+++ /dev/null
@@ -1,14 +0,0 @@
-------------------------------------------------------------------
- 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/AAHS"
- FontPath "X11BASE/lib/X11/fonts/PORTNAME/AGA"
- FontPath "X11BASE/lib/X11/fonts/PORTNAME/FS"
- FontPath "X11BASE/lib/X11/fonts/PORTNAME/Kasr"
- FontPath "X11BASE/lib/X11/fonts/PORTNAME/MCS"
- FontPath "X11BASE/lib/X11/fonts/PORTNAME/Shmookh"
-------------------------------------------------------------------
diff --git a/x11-fonts/ae_fonts_ttf/pkg-plist b/x11-fonts/ae_fonts_ttf/pkg-plist
deleted file mode 100644
index 355e85812561..000000000000
--- a/x11-fonts/ae_fonts_ttf/pkg-plist
+++ /dev/null
@@ -1,51 +0,0 @@
-lib/X11/fonts/ae_fonts1/Shmookh/fonts.dir
-lib/X11/fonts/ae_fonts1/Shmookh/ae_Tarablus.ttf
-lib/X11/fonts/ae_fonts1/Shmookh/ae_Sharjah.ttf
-lib/X11/fonts/ae_fonts1/Shmookh/ae_Rehan.ttf
-lib/X11/fonts/ae_fonts1/Shmookh/ae_Ouhod.ttf
-lib/X11/fonts/ae_fonts1/Shmookh/ae_Khalid.ttf
-lib/X11/fonts/ae_fonts1/Shmookh/ae_Hani.ttf
-lib/X11/fonts/ae_fonts1/Shmookh/ae_AlYermook.ttf
-lib/X11/fonts/ae_fonts1/MCS/fonts.dir
-lib/X11/fonts/ae_fonts1/MCS/ae_Tholoth.ttf
-lib/X11/fonts/ae_fonts1/MCS/ae_Hor.ttf
-lib/X11/fonts/ae_fonts1/MCS/ae_Haramain.ttf
-lib/X11/fonts/ae_fonts1/MCS/ae_Electron.ttf
-lib/X11/fonts/ae_fonts1/Kasr/fonts.dir
-lib/X11/fonts/ae_fonts1/Kasr/ae_AlMothnna.ttf
-lib/X11/fonts/ae_fonts1/Kasr/ae_AlMohanad_bold.ttf
-lib/X11/fonts/ae_fonts1/Kasr/ae_AlMateen.ttf
-lib/X11/fonts/ae_fonts1/Kasr/ae_AlManzomah.ttf
-lib/X11/fonts/ae_fonts1/Kasr/ae_AlHor.ttf
-lib/X11/fonts/ae_fonts1/Kasr/ae_AlBattar.ttf
-lib/X11/fonts/ae_fonts1/FS/fonts.dir
-lib/X11/fonts/ae_fonts1/FS/ae_Shado.ttf
-lib/X11/fonts/ae_fonts1/FS/ae_Salem.ttf
-lib/X11/fonts/ae_fonts1/FS/ae_Nice.ttf
-lib/X11/fonts/ae_fonts1/FS/ae_Metal.ttf
-lib/X11/fonts/ae_fonts1/FS/ae_Jet.ttf
-lib/X11/fonts/ae_fonts1/FS/ae_Japan.ttf
-lib/X11/fonts/ae_fonts1/FS/ae_Graph.ttf
-lib/X11/fonts/ae_fonts1/FS/ae_Arab.ttf
-lib/X11/fonts/ae_fonts1/AGA/fonts.dir
-lib/X11/fonts/ae_fonts1/AGA/ae_Sindibad.ttf
-lib/X11/fonts/ae_fonts1/AGA/ae_Rasheeq_bold.ttf
-lib/X11/fonts/ae_fonts1/AGA/ae_Petra.ttf
-lib/X11/fonts/ae_fonts1/AGA/ae_Nada.ttf
-lib/X11/fonts/ae_fonts1/AGA/ae_Mashq_bold.ttf
-lib/X11/fonts/ae_fonts1/AGA/ae_Mashq.ttf
-lib/X11/fonts/ae_fonts1/AGA/ae_Kayrawan.ttf
-lib/X11/fonts/ae_fonts1/AGA/ae_Granada.ttf
-lib/X11/fonts/ae_fonts1/AGA/ae_Furat.ttf
-lib/X11/fonts/ae_fonts1/AGA/ae_Dimnah.ttf
-lib/X11/fonts/ae_fonts1/AAHS/fonts.dir
-lib/X11/fonts/ae_fonts1/AAHS/ae_Ostorah.ttf
-lib/X11/fonts/ae_fonts1/AAHS/ae_Nagham.ttf
-lib/X11/fonts/ae_fonts1/AAHS/ae_Cortoba.ttf
-@dirrm lib/X11/fonts/ae_fonts1/Shmookh
-@dirrm lib/X11/fonts/ae_fonts1/MCS
-@dirrm lib/X11/fonts/ae_fonts1/Kasr
-@dirrm lib/X11/fonts/ae_fonts1/FS
-@dirrm lib/X11/fonts/ae_fonts1/AGA
-@dirrm lib/X11/fonts/ae_fonts1/AAHS
-@dirrm lib/X11/fonts/ae_fonts1
diff --git a/x11-fonts/kacst_fonts/Makefile b/x11-fonts/kacst_fonts/Makefile
deleted file mode 100644
index a41cd15637cc..000000000000
--- a/x11-fonts/kacst_fonts/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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
deleted file mode 100644
index 9b390f93216d..000000000000
--- a/x11-fonts/kacst_fonts/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (kacst_fonts_1.4.tar.bz2) = 09469c4400a2b350d5d77144202731bf
diff --git a/x11-fonts/kacst_fonts/pkg-descr b/x11-fonts/kacst_fonts/pkg-descr
deleted file mode 100644
index 6b3349d35bcb..000000000000
--- a/x11-fonts/kacst_fonts/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-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
deleted file mode 100644
index e122b3dab8be..000000000000
--- a/x11-fonts/kacst_fonts/pkg-message
+++ /dev/null
@@ -1,9 +0,0 @@
-------------------------------------------------------------------
- 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
deleted file mode 100644
index 87344c4940e5..000000000000
--- a/x11-fonts/kacst_fonts/pkg-plist
+++ /dev/null
@@ -1,13 +0,0 @@
-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/khotot/Makefile b/x11-fonts/khotot/Makefile
deleted file mode 100644
index e98447ed4e66..000000000000
--- a/x11-fonts/khotot/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# 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
deleted file mode 100644
index 2671bb3f9db7..000000000000
--- a/x11-fonts/khotot/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-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
deleted file mode 100644
index a346b289c44a..000000000000
--- a/x11-fonts/khotot/pkg-message
+++ /dev/null
@@ -1,16 +0,0 @@
-------------------------------------------------------------------
- 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
deleted file mode 100644
index 95539a156e2e..000000000000
--- a/x11-fonts/khotot/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-@comment This is a meta-port. pkg-plist is intentionally empty.