aboutsummaryrefslogtreecommitdiff
path: root/arabic
diff options
context:
space:
mode:
Diffstat (limited to 'arabic')
-rw-r--r--arabic/kde3-i18n/Makefile30
-rw-r--r--arabic/kde3-i18n/distinfo1
-rw-r--r--arabic/kde3-i18n/pkg-comment1
-rw-r--r--arabic/kde3-i18n/pkg-descr1
-rw-r--r--arabic/kde3-i18n/scripts/Configure81
-rw-r--r--arabic/kde4-l10n/Makefile30
-rw-r--r--arabic/kde4-l10n/distinfo1
-rw-r--r--arabic/kde4-l10n/pkg-comment1
-rw-r--r--arabic/kde4-l10n/pkg-descr1
-rw-r--r--arabic/kde4-l10n/scripts/Configure81
10 files changed, 0 insertions, 228 deletions
diff --git a/arabic/kde3-i18n/Makefile b/arabic/kde3-i18n/Makefile
deleted file mode 100644
index 71c90dabfb3a..000000000000
--- a/arabic/kde3-i18n/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: kde2-i18n
-# Date created: 1 March 2001
-# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kde-i18n
-PORTVERSION= 2.1.1
-CATEGORIES?= misc kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src
-
-MAINTAINER?= demon@FreeBSD.org
-
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
-
-USE_KDELIBS_VER=2
-USE_BZIP2= yes
-USE_GMAKE= yes
-
-GNU_CONFIGURE= yes
-
-PLIST= ${WRKDIR}/PLIST
-SCRIPTS_ENV+= PLIST=${PLIST}
-
-pre-configure:
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure
-
-.include <bsd.port.mk>
diff --git a/arabic/kde3-i18n/distinfo b/arabic/kde3-i18n/distinfo
deleted file mode 100644
index c1f53a9b3791..000000000000
--- a/arabic/kde3-i18n/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (kde-i18n-2.1.1.tar.bz2) = f87d7a822c5205a0d3f1f5cad8c73d3b
diff --git a/arabic/kde3-i18n/pkg-comment b/arabic/kde3-i18n/pkg-comment
deleted file mode 100644
index c24e7300ef3b..000000000000
--- a/arabic/kde3-i18n/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Localized messages and documentation for KDE2
diff --git a/arabic/kde3-i18n/pkg-descr b/arabic/kde3-i18n/pkg-descr
deleted file mode 100644
index f04fe775a659..000000000000
--- a/arabic/kde3-i18n/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Localized messages and documentation for KDE2.
diff --git a/arabic/kde3-i18n/scripts/Configure b/arabic/kde3-i18n/scripts/Configure
deleted file mode 100644
index 1bc1d38ab8be..000000000000
--- a/arabic/kde3-i18n/scripts/Configure
+++ /dev/null
@@ -1,81 +0,0 @@
-#! /bin/sh
-# $FreeBSD$
-
-/bin/rm -f ${PLIST} ${PLIST}.dirs
-
-if [ "${LINGUAS}" ]; then
- set `echo $LINGUAS`
-else
-if [ "${BATCH}" ]; then
- set \"ca\" \"cs\" \"da\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"he\" \"hu\" \"is\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\"
-else
- /usr/bin/dialog --title "Select languages" --clear \
- --checklist "\n\
-Please select desired languages:" -1 -1 16 \
-pt_BR "Brazil portuguese" OFF \
-ca "Canada" OFF \
-zh_TW.Big5 "Chinese" ON \
-cs "Czech" OFF \
-da "Danish" OFF \
-nl "Dutch" OFF \
-eo "Esperanto" OFF \
-et "Estonian" OFF \
-fi "Finnish" ON \
-fr "French" ON \
-de "German" ON \
-el "Greek" OFF \
-he "Hebrew" OFF \
-hu "Hungarian" OFF \
-is "Icelandic" OFF \
-it "Italian" OFF \
-ja "Japanese" ON \
-ko "Korean" ON \
-no "Norwegian (Bokmaal)" OFF \
-no_NY "Norwegian (Nynorsk)" OFF \
-pl "Polish" OFF \
-pt "Portuguese" OFF \
-ro "Romanian" OFF \
-ru "Russian" ON \
-sr "Serbian" OFF \
-zh_CN.GB2312 "Simplified Chinese" ON \
-sk "Slovak" OFF \
-sl "Slovenian" OFF \
-es "Spanish" OFF \
-sv "Swedish" OFF \
-tr "Turkish" OFF \
-uk "Ukrainian" OFF \
-2> /tmp/chklist.tmp.$$
-
- retval=$?
-
- if [ -s /tmp/chklist.tmp.$$ ]; then
- set `cat /tmp/chklist.tmp.$$`
- fi
- rm -f /tmp/chklist.tmp.$$
-
- case $retval in
- 0) if [ -z "$*" ]; then
- echo "Nothing selected"
- fi
- ;;
- 1) echo "Cancel pressed."
- exit 1
- ;;
- esac
-fi
-fi
-
-/bin/rm -f ${WRKSRC}/subdirs
-#/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}
-#/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs
-
-while [ "$1" ]; do
- a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'`
- echo $a >> ${WRKSRC}/subdirs
- /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}
- /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST}
- /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs
- shift
-done
-
-/bin/cat ${PLIST}.dirs >> ${PLIST}
diff --git a/arabic/kde4-l10n/Makefile b/arabic/kde4-l10n/Makefile
deleted file mode 100644
index 71c90dabfb3a..000000000000
--- a/arabic/kde4-l10n/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: kde2-i18n
-# Date created: 1 March 2001
-# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kde-i18n
-PORTVERSION= 2.1.1
-CATEGORIES?= misc kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src
-
-MAINTAINER?= demon@FreeBSD.org
-
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
-
-USE_KDELIBS_VER=2
-USE_BZIP2= yes
-USE_GMAKE= yes
-
-GNU_CONFIGURE= yes
-
-PLIST= ${WRKDIR}/PLIST
-SCRIPTS_ENV+= PLIST=${PLIST}
-
-pre-configure:
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure
-
-.include <bsd.port.mk>
diff --git a/arabic/kde4-l10n/distinfo b/arabic/kde4-l10n/distinfo
deleted file mode 100644
index c1f53a9b3791..000000000000
--- a/arabic/kde4-l10n/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (kde-i18n-2.1.1.tar.bz2) = f87d7a822c5205a0d3f1f5cad8c73d3b
diff --git a/arabic/kde4-l10n/pkg-comment b/arabic/kde4-l10n/pkg-comment
deleted file mode 100644
index c24e7300ef3b..000000000000
--- a/arabic/kde4-l10n/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Localized messages and documentation for KDE2
diff --git a/arabic/kde4-l10n/pkg-descr b/arabic/kde4-l10n/pkg-descr
deleted file mode 100644
index f04fe775a659..000000000000
--- a/arabic/kde4-l10n/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Localized messages and documentation for KDE2.
diff --git a/arabic/kde4-l10n/scripts/Configure b/arabic/kde4-l10n/scripts/Configure
deleted file mode 100644
index 1bc1d38ab8be..000000000000
--- a/arabic/kde4-l10n/scripts/Configure
+++ /dev/null
@@ -1,81 +0,0 @@
-#! /bin/sh
-# $FreeBSD$
-
-/bin/rm -f ${PLIST} ${PLIST}.dirs
-
-if [ "${LINGUAS}" ]; then
- set `echo $LINGUAS`
-else
-if [ "${BATCH}" ]; then
- set \"ca\" \"cs\" \"da\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"he\" \"hu\" \"is\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\"
-else
- /usr/bin/dialog --title "Select languages" --clear \
- --checklist "\n\
-Please select desired languages:" -1 -1 16 \
-pt_BR "Brazil portuguese" OFF \
-ca "Canada" OFF \
-zh_TW.Big5 "Chinese" ON \
-cs "Czech" OFF \
-da "Danish" OFF \
-nl "Dutch" OFF \
-eo "Esperanto" OFF \
-et "Estonian" OFF \
-fi "Finnish" ON \
-fr "French" ON \
-de "German" ON \
-el "Greek" OFF \
-he "Hebrew" OFF \
-hu "Hungarian" OFF \
-is "Icelandic" OFF \
-it "Italian" OFF \
-ja "Japanese" ON \
-ko "Korean" ON \
-no "Norwegian (Bokmaal)" OFF \
-no_NY "Norwegian (Nynorsk)" OFF \
-pl "Polish" OFF \
-pt "Portuguese" OFF \
-ro "Romanian" OFF \
-ru "Russian" ON \
-sr "Serbian" OFF \
-zh_CN.GB2312 "Simplified Chinese" ON \
-sk "Slovak" OFF \
-sl "Slovenian" OFF \
-es "Spanish" OFF \
-sv "Swedish" OFF \
-tr "Turkish" OFF \
-uk "Ukrainian" OFF \
-2> /tmp/chklist.tmp.$$
-
- retval=$?
-
- if [ -s /tmp/chklist.tmp.$$ ]; then
- set `cat /tmp/chklist.tmp.$$`
- fi
- rm -f /tmp/chklist.tmp.$$
-
- case $retval in
- 0) if [ -z "$*" ]; then
- echo "Nothing selected"
- fi
- ;;
- 1) echo "Cancel pressed."
- exit 1
- ;;
- esac
-fi
-fi
-
-/bin/rm -f ${WRKSRC}/subdirs
-#/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}
-#/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs
-
-while [ "$1" ]; do
- a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'`
- echo $a >> ${WRKSRC}/subdirs
- /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}
- /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST}
- /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs
- shift
-done
-
-/bin/cat ${PLIST}.dirs >> ${PLIST}