From d1c2f0dddd4a74a79847b017915f3482671e055c Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sun, 21 Apr 2002 23:47:50 +0000 Subject: Please welcome Qt3/KDE3 to our ports tree. This includes work since the original versions of these ports, so some PORTREVISIONs were bumped. See http://freebsd.kde.org/ and mailing lists linked to from there for info on the packages generated to test these ports. bsd.kde.mk has already been updated a few days ago to work with these. Some patches applied to fix a few bugs were: deskutils/kdepim3: [1] Remove kpilot from build because it wasn't ready at release. editors/koffice-kde3: [2] Fix compile time bugs for FreeBSD. misc/kdeedu3: [3] Fix compile problem with kvoctrain. x11/kdebase3: [4] Fix KDM CPU usage and login bug. Some caveats: * All PLISTs are broken for deinstall due to script bug that I didn't notice until very recently. This will be fixed when I commit an update tomorrow. These ports should still install perfectly fine though. They should also deinstall without giving errors, but will leave directories behind. * You can't install this with any other version of QT or KDE already installed. I am not sure the checks are 100% working, but fixes for these will be forthcoming. This is mainly due to a policy decision made by kde@ to make QT/KDE ports install the way the rest of the world expects it to while also still conforming to FreeBSD's hier(7). For reference on this decision, please consult the KDE/FreeBSD mailing list archives. This decision fixes 2-year-old bug reports relating to how we handled this for KDE2 vs KDE1. Submitted by: [1] Adrian de Groot , [2] David Faure , Andy Fawcett Lauri Watts [3] Lauri Watts [4] Alan Eldridge Oswald Buddenhagen Reviewed by: kde --- arabic/kde3-i18n/Makefile | 43 ++---- arabic/kde3-i18n/distinfo | 2 +- arabic/kde3-i18n/files/pkg-plist.sub | 3 - arabic/kde3-i18n/pkg-comment | 2 +- arabic/kde3-i18n/pkg-descr | 2 +- arabic/kde3-i18n/pkg-plist | 272 +++++++++++++++++++++++++++++++++++ arabic/kde3-i18n/scripts/Configure | 92 ------------ arabic/kde4-l10n/Makefile | 43 ++---- arabic/kde4-l10n/distinfo | 2 +- arabic/kde4-l10n/files/pkg-plist.sub | 3 - arabic/kde4-l10n/pkg-comment | 2 +- arabic/kde4-l10n/pkg-descr | 2 +- arabic/kde4-l10n/pkg-plist | 272 +++++++++++++++++++++++++++++++++++ arabic/kde4-l10n/scripts/Configure | 92 ------------ 14 files changed, 576 insertions(+), 256 deletions(-) delete mode 100644 arabic/kde3-i18n/files/pkg-plist.sub create mode 100644 arabic/kde3-i18n/pkg-plist delete mode 100644 arabic/kde3-i18n/scripts/Configure delete mode 100644 arabic/kde4-l10n/files/pkg-plist.sub create mode 100644 arabic/kde4-l10n/pkg-plist delete mode 100644 arabic/kde4-l10n/scripts/Configure (limited to 'arabic') diff --git a/arabic/kde3-i18n/Makefile b/arabic/kde3-i18n/Makefile index b20c579ae4b6..6218750a9c6d 100644 --- a/arabic/kde3-i18n/Makefile +++ b/arabic/kde3-i18n/Makefile @@ -1,45 +1,28 @@ -# New ports collection makefile for: kde2-i18n -# Date created: 1 March 2001 -# Whom: Dmitry Sivachenko +# New ports collection makefile for: kde3-i18n-ar +# Date created: 05 April 2002 +# Whom: Lauri Watts # # $FreeBSD$ # -PORTNAME= kde-i18n -PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTNAME= kde-i18n-ar +PORTVERSION= 3.0 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src -DIST_SUBDIR= KDE +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src +DIST_SUBDIR= KDE +WRKSRC= ${WRKDIR}/${PORTNAME} -MAINTAINER?= kde@FreeBSD.org +MAINTAINER?= kde@FreeBSD.org -BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ - automake14:${PORTSDIR}/devel/automake14 LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext -USE_KDELIBS_VER=2 +USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -PLIST= ${WRKDIR}/PLIST -SCRIPTS_ENV+= PLIST=${PLIST} - -.include - -pre-configure: - ${MKDIR} ${WRKSRC}/auto-bin -.for AC in autoconf autoheader - ${LN} -sf ${LOCALBASE}/bin/${AC}213 ${WRKSRC}/auto-bin/${AC} -.endfor -.for AM in automake aclocal - ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} -.endfor - cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ - ${GMAKE} -f Makefile.cvs - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure - -.include +.include diff --git a/arabic/kde3-i18n/distinfo b/arabic/kde3-i18n/distinfo index b0328cc8ebfa..50ee7b7cd488 100644 --- a/arabic/kde3-i18n/distinfo +++ b/arabic/kde3-i18n/distinfo @@ -1 +1 @@ -MD5 (KDE/kde-i18n-2.2.2.tar.bz2) = 69d54ce59f459c3d428f2946239d1ff2 +MD5 (KDE/kde-i18n-ar-3.0.tar.bz2) = 3cd7175c48fdfba73e0c37045f6387cb diff --git a/arabic/kde3-i18n/files/pkg-plist.sub b/arabic/kde3-i18n/files/pkg-plist.sub deleted file mode 100644 index ef7e2981b1bc..000000000000 --- a/arabic/kde3-i18n/files/pkg-plist.sub +++ /dev/null @@ -1,3 +0,0 @@ -@dirrm share/apps/ktuberling/sounds -@dirrm share/apps/ktuberling -@dirrm share/apps/amor diff --git a/arabic/kde3-i18n/pkg-comment b/arabic/kde3-i18n/pkg-comment index c24e7300ef3b..3b4fe1543e1b 100644 --- a/arabic/kde3-i18n/pkg-comment +++ b/arabic/kde3-i18n/pkg-comment @@ -1 +1 @@ -Localized messages and documentation for KDE2 +Localized messages and documentation for KDE3 diff --git a/arabic/kde3-i18n/pkg-descr b/arabic/kde3-i18n/pkg-descr index 608caea3ad64..3354ca873ecc 100644 --- a/arabic/kde3-i18n/pkg-descr +++ b/arabic/kde3-i18n/pkg-descr @@ -1,3 +1,3 @@ -Localized messages and documentation for KDE2. +Localized messages and documentation for KDE3. WWW: http://i18n.kde.org/ diff --git a/arabic/kde3-i18n/pkg-plist b/arabic/kde3-i18n/pkg-plist new file mode 100644 index 000000000000..aeb1c825438f --- /dev/null +++ b/arabic/kde3-i18n/pkg-plist @@ -0,0 +1,272 @@ +share/locale/ar/LC_MESSAGES/aktion.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/babelfish.mo +share/locale/ar/LC_MESSAGES/cervisia.mo +share/locale/ar/LC_MESSAGES/childpanelextension.mo +share/locale/ar/LC_MESSAGES/clockapplet.mo +share/locale/ar/LC_MESSAGES/cupsdconf.mo +share/locale/ar/LC_MESSAGES/desktop.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/empath.mo +share/locale/ar/LC_MESSAGES/extensionproxy.mo +share/locale/ar/LC_MESSAGES/filetypes.mo +share/locale/ar/LC_MESSAGES/fontinst.mo +share/locale/ar/LC_MESSAGES/gideon.mo +share/locale/ar/LC_MESSAGES/htmlsearch.mo +share/locale/ar/LC_MESSAGES/imgalleryplugin.mo +share/locale/ar/LC_MESSAGES/kab.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/kalarmd.mo +share/locale/ar/LC_MESSAGES/kalarmdgui.mo +share/locale/ar/LC_MESSAGES/kandy.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/kate.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/kateopenheader.mo +share/locale/ar/LC_MESSAGES/katepart.mo +share/locale/ar/LC_MESSAGES/kateprojectmanager.mo +share/locale/ar/LC_MESSAGES/katetextfilter.mo +share/locale/ar/LC_MESSAGES/katexmltools.mo +share/locale/ar/LC_MESSAGES/kbabel.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/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/kcmcolors.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/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/kcmkclock.mo +share/locale/ar/LC_MESSAGES/kcmkdb.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/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/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/kcmwidgetsettings.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/kdeprintfax.mo +share/locale/ar/LC_MESSAGES/kdesktop.mo +share/locale/ar/LC_MESSAGES/kdesktop_lock.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/kdevelop.mo +share/locale/ar/LC_MESSAGES/kdevtipofday.mo +share/locale/ar/LC_MESSAGES/kdf.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/kedit.mo +share/locale/ar/LC_MESSAGES/keduca.mo +share/locale/ar/LC_MESSAGES/kfifteenapplet.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_ps.mo +share/locale/ar/LC_MESSAGES/kfile_wav.mo +share/locale/ar/LC_MESSAGES/kfind.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/kgantt.mo +share/locale/ar/LC_MESSAGES/kghostview.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/kio_audiocd.mo +share/locale/ar/LC_MESSAGES/kio_finger.mo +share/locale/ar/LC_MESSAGES/kio_floppy.mo +share/locale/ar/LC_MESSAGES/kio_help.mo +share/locale/ar/LC_MESSAGES/kio_imap4.mo +share/locale/ar/LC_MESSAGES/kio_lan.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/kit.mo +share/locale/ar/LC_MESSAGES/kjobviewer.mo +share/locale/ar/LC_MESSAGES/kjots.mo +share/locale/ar/LC_MESSAGES/klaptopdaemon.mo +share/locale/ar/LC_MESSAGES/klatin.mo +share/locale/ar/LC_MESSAGES/klegacyimport.mo +share/locale/ar/LC_MESSAGES/kless.mo +share/locale/ar/LC_MESSAGES/klettres.mo +share/locale/ar/LC_MESSAGES/klipper.mo +share/locale/ar/LC_MESSAGES/kljettool.mo +share/locale/ar/LC_MESSAGES/klock.mo +share/locale/ar/LC_MESSAGES/klpq.mo +share/locale/ar/LC_MESSAGES/klprfax.mo +share/locale/ar/LC_MESSAGES/kmail.mo +share/locale/ar/LC_MESSAGES/kmailcvt.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/kminipagerapplet.mo +share/locale/ar/LC_MESSAGES/kmix.mo +share/locale/ar/LC_MESSAGES/knewsticker.mo +share/locale/ar/LC_MESSAGES/knode.mo +share/locale/ar/LC_MESSAGES/knotes.mo +share/locale/ar/LC_MESSAGES/knotify.mo +share/locale/ar/LC_MESSAGES/kolourpicker.mo +share/locale/ar/LC_MESSAGES/kompare.mo +share/locale/ar/LC_MESSAGES/koncd.mo +share/locale/ar/LC_MESSAGES/konqsidebar_mediaplayer.mo +share/locale/ar/LC_MESSAGES/konqueror.mo +share/locale/ar/LC_MESSAGES/konsole.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/kpersonalizer.mo +share/locale/ar/LC_MESSAGES/kpf.mo +share/locale/ar/LC_MESSAGES/kpilot.mo +share/locale/ar/LC_MESSAGES/kpm.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/kreadconfig.mo +share/locale/ar/LC_MESSAGES/kregexpeditor.mo +share/locale/ar/LC_MESSAGES/krunapplet.mo +share/locale/ar/LC_MESSAGES/kscd.mo +share/locale/ar/LC_MESSAGES/ksirc.mo +share/locale/ar/LC_MESSAGES/ksmserver.mo +share/locale/ar/LC_MESSAGES/ksnapshot.mo +share/locale/ar/LC_MESSAGES/ksplash.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/ksysctrl.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/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/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/kview.mo +share/locale/ar/LC_MESSAGES/kviewshell.mo +share/locale/ar/LC_MESSAGES/kwin.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_modernsys_config.mo +share/locale/ar/LC_MESSAGES/kwin_quartz_config.mo +share/locale/ar/LC_MESSAGES/kwuftpd.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/libkdenetwork.mo +share/locale/ar/LC_MESSAGES/libkicker.mo +share/locale/ar/LC_MESSAGES/libkickermenu_kdeprint.mo +share/locale/ar/LC_MESSAGES/libkonq.mo +share/locale/ar/LC_MESSAGES/libkscreensaver.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/naughtyapplet.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/ppdtranslations.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/taskbarextension.mo +share/locale/ar/LC_MESSAGES/twister.mo +share/locale/ar/LC_MESSAGES/uachangerplugin.mo +share/locale/ar/LC_MESSAGES/validatorsplugin.mo +share/locale/ar/LC_MESSAGES/webarchiver.mo +share/locale/ar/charset +share/locale/ar/entry.desktop diff --git a/arabic/kde3-i18n/scripts/Configure b/arabic/kde3-i18n/scripts/Configure deleted file mode 100644 index a5fb3164b9e5..000000000000 --- a/arabic/kde3-i18n/scripts/Configure +++ /dev/null @@ -1,92 +0,0 @@ -#! /bin/sh -# $FreeBSD$ - -/bin/rm -f ${PLIST} ${PLIST}.dirs - -if [ "${LINGUAS}" ]; then - set `echo $LINGUAS` -else -if [ "${BATCH}" ]; then - set \"af\" \"az\" \"bg\" \"cs\" \"da\" \"el\" \"en_GB\" \"eo\" \"es\" \"et\" \"fi\" \"he\" \"hu\" \"is\" \"it\" \"lt\" \"lv\" \"mt\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"sk\" \"sl\" \"sr\" \"sv\" \"ta\" \"th\" \"tr\" \"xh\" \"zh_TW.Big5\" -else - /usr/bin/dialog --title "Select languages" --clear \ - --checklist "\n\ -Please select desired languages:" -1 -1 16 \ -af "Afrikaans" OFF \ -az "Azerbaijani Turkish" OFF \ -bg "Bulgarisch" OFF \ -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 \ -lt "Lithuanian" ON \ -lv "Latvian" ON \ -mt "Maltese" ON \ -no "Norwegian" OFF \ -no_NY "Norwegian (Nynorsk)" OFF \ -pl "Polish" OFF \ -pt "Portuguese" OFF \ -pt_BR "Portuguese (Brazil)" 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 \ -ta "Tamil" OFF \ -th "Thai" OFF \ -zh_TW.Big5 "Traditional Chinese" ON \ -tr "Turkish" OFF \ -en_GB "UK English" OFF \ -uk "Ukrainian" ON \ -xh "Xhosa" 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 - /usr/bin/grep "^@.*/$a$" ${CURDIR}/pkg-plist >> ${PLIST}.dirs - shift -done - -/bin/cat ${PLIST}.dirs >> ${PLIST} -/bin/cat ${FILESDIR}/pkg-plist.sub >> ${PLIST} diff --git a/arabic/kde4-l10n/Makefile b/arabic/kde4-l10n/Makefile index b20c579ae4b6..6218750a9c6d 100644 --- a/arabic/kde4-l10n/Makefile +++ b/arabic/kde4-l10n/Makefile @@ -1,45 +1,28 @@ -# New ports collection makefile for: kde2-i18n -# Date created: 1 March 2001 -# Whom: Dmitry Sivachenko +# New ports collection makefile for: kde3-i18n-ar +# Date created: 05 April 2002 +# Whom: Lauri Watts # # $FreeBSD$ # -PORTNAME= kde-i18n -PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTNAME= kde-i18n-ar +PORTVERSION= 3.0 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src -DIST_SUBDIR= KDE +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src +DIST_SUBDIR= KDE +WRKSRC= ${WRKDIR}/${PORTNAME} -MAINTAINER?= kde@FreeBSD.org +MAINTAINER?= kde@FreeBSD.org -BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ - automake14:${PORTSDIR}/devel/automake14 LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext -USE_KDELIBS_VER=2 +USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -PLIST= ${WRKDIR}/PLIST -SCRIPTS_ENV+= PLIST=${PLIST} - -.include - -pre-configure: - ${MKDIR} ${WRKSRC}/auto-bin -.for AC in autoconf autoheader - ${LN} -sf ${LOCALBASE}/bin/${AC}213 ${WRKSRC}/auto-bin/${AC} -.endfor -.for AM in automake aclocal - ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} -.endfor - cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ - ${GMAKE} -f Makefile.cvs - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure - -.include +.include diff --git a/arabic/kde4-l10n/distinfo b/arabic/kde4-l10n/distinfo index b0328cc8ebfa..50ee7b7cd488 100644 --- a/arabic/kde4-l10n/distinfo +++ b/arabic/kde4-l10n/distinfo @@ -1 +1 @@ -MD5 (KDE/kde-i18n-2.2.2.tar.bz2) = 69d54ce59f459c3d428f2946239d1ff2 +MD5 (KDE/kde-i18n-ar-3.0.tar.bz2) = 3cd7175c48fdfba73e0c37045f6387cb diff --git a/arabic/kde4-l10n/files/pkg-plist.sub b/arabic/kde4-l10n/files/pkg-plist.sub deleted file mode 100644 index ef7e2981b1bc..000000000000 --- a/arabic/kde4-l10n/files/pkg-plist.sub +++ /dev/null @@ -1,3 +0,0 @@ -@dirrm share/apps/ktuberling/sounds -@dirrm share/apps/ktuberling -@dirrm share/apps/amor diff --git a/arabic/kde4-l10n/pkg-comment b/arabic/kde4-l10n/pkg-comment index c24e7300ef3b..3b4fe1543e1b 100644 --- a/arabic/kde4-l10n/pkg-comment +++ b/arabic/kde4-l10n/pkg-comment @@ -1 +1 @@ -Localized messages and documentation for KDE2 +Localized messages and documentation for KDE3 diff --git a/arabic/kde4-l10n/pkg-descr b/arabic/kde4-l10n/pkg-descr index 608caea3ad64..3354ca873ecc 100644 --- a/arabic/kde4-l10n/pkg-descr +++ b/arabic/kde4-l10n/pkg-descr @@ -1,3 +1,3 @@ -Localized messages and documentation for KDE2. +Localized messages and documentation for KDE3. WWW: http://i18n.kde.org/ diff --git a/arabic/kde4-l10n/pkg-plist b/arabic/kde4-l10n/pkg-plist new file mode 100644 index 000000000000..aeb1c825438f --- /dev/null +++ b/arabic/kde4-l10n/pkg-plist @@ -0,0 +1,272 @@ +share/locale/ar/LC_MESSAGES/aktion.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/babelfish.mo +share/locale/ar/LC_MESSAGES/cervisia.mo +share/locale/ar/LC_MESSAGES/childpanelextension.mo +share/locale/ar/LC_MESSAGES/clockapplet.mo +share/locale/ar/LC_MESSAGES/cupsdconf.mo +share/locale/ar/LC_MESSAGES/desktop.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/empath.mo +share/locale/ar/LC_MESSAGES/extensionproxy.mo +share/locale/ar/LC_MESSAGES/filetypes.mo +share/locale/ar/LC_MESSAGES/fontinst.mo +share/locale/ar/LC_MESSAGES/gideon.mo +share/locale/ar/LC_MESSAGES/htmlsearch.mo +share/locale/ar/LC_MESSAGES/imgalleryplugin.mo +share/locale/ar/LC_MESSAGES/kab.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/kalarmd.mo +share/locale/ar/LC_MESSAGES/kalarmdgui.mo +share/locale/ar/LC_MESSAGES/kandy.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/kate.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/kateopenheader.mo +share/locale/ar/LC_MESSAGES/katepart.mo +share/locale/ar/LC_MESSAGES/kateprojectmanager.mo +share/locale/ar/LC_MESSAGES/katetextfilter.mo +share/locale/ar/LC_MESSAGES/katexmltools.mo +share/locale/ar/LC_MESSAGES/kbabel.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/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/kcmcolors.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/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/kcmkclock.mo +share/locale/ar/LC_MESSAGES/kcmkdb.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/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/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/kcmwidgetsettings.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/kdeprintfax.mo +share/locale/ar/LC_MESSAGES/kdesktop.mo +share/locale/ar/LC_MESSAGES/kdesktop_lock.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/kdevelop.mo +share/locale/ar/LC_MESSAGES/kdevtipofday.mo +share/locale/ar/LC_MESSAGES/kdf.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/kedit.mo +share/locale/ar/LC_MESSAGES/keduca.mo +share/locale/ar/LC_MESSAGES/kfifteenapplet.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_ps.mo +share/locale/ar/LC_MESSAGES/kfile_wav.mo +share/locale/ar/LC_MESSAGES/kfind.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/kgantt.mo +share/locale/ar/LC_MESSAGES/kghostview.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/kio_audiocd.mo +share/locale/ar/LC_MESSAGES/kio_finger.mo +share/locale/ar/LC_MESSAGES/kio_floppy.mo +share/locale/ar/LC_MESSAGES/kio_help.mo +share/locale/ar/LC_MESSAGES/kio_imap4.mo +share/locale/ar/LC_MESSAGES/kio_lan.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/kit.mo +share/locale/ar/LC_MESSAGES/kjobviewer.mo +share/locale/ar/LC_MESSAGES/kjots.mo +share/locale/ar/LC_MESSAGES/klaptopdaemon.mo +share/locale/ar/LC_MESSAGES/klatin.mo +share/locale/ar/LC_MESSAGES/klegacyimport.mo +share/locale/ar/LC_MESSAGES/kless.mo +share/locale/ar/LC_MESSAGES/klettres.mo +share/locale/ar/LC_MESSAGES/klipper.mo +share/locale/ar/LC_MESSAGES/kljettool.mo +share/locale/ar/LC_MESSAGES/klock.mo +share/locale/ar/LC_MESSAGES/klpq.mo +share/locale/ar/LC_MESSAGES/klprfax.mo +share/locale/ar/LC_MESSAGES/kmail.mo +share/locale/ar/LC_MESSAGES/kmailcvt.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/kminipagerapplet.mo +share/locale/ar/LC_MESSAGES/kmix.mo +share/locale/ar/LC_MESSAGES/knewsticker.mo +share/locale/ar/LC_MESSAGES/knode.mo +share/locale/ar/LC_MESSAGES/knotes.mo +share/locale/ar/LC_MESSAGES/knotify.mo +share/locale/ar/LC_MESSAGES/kolourpicker.mo +share/locale/ar/LC_MESSAGES/kompare.mo +share/locale/ar/LC_MESSAGES/koncd.mo +share/locale/ar/LC_MESSAGES/konqsidebar_mediaplayer.mo +share/locale/ar/LC_MESSAGES/konqueror.mo +share/locale/ar/LC_MESSAGES/konsole.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/kpersonalizer.mo +share/locale/ar/LC_MESSAGES/kpf.mo +share/locale/ar/LC_MESSAGES/kpilot.mo +share/locale/ar/LC_MESSAGES/kpm.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/kreadconfig.mo +share/locale/ar/LC_MESSAGES/kregexpeditor.mo +share/locale/ar/LC_MESSAGES/krunapplet.mo +share/locale/ar/LC_MESSAGES/kscd.mo +share/locale/ar/LC_MESSAGES/ksirc.mo +share/locale/ar/LC_MESSAGES/ksmserver.mo +share/locale/ar/LC_MESSAGES/ksnapshot.mo +share/locale/ar/LC_MESSAGES/ksplash.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/ksysctrl.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/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/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/kview.mo +share/locale/ar/LC_MESSAGES/kviewshell.mo +share/locale/ar/LC_MESSAGES/kwin.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_modernsys_config.mo +share/locale/ar/LC_MESSAGES/kwin_quartz_config.mo +share/locale/ar/LC_MESSAGES/kwuftpd.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/libkdenetwork.mo +share/locale/ar/LC_MESSAGES/libkicker.mo +share/locale/ar/LC_MESSAGES/libkickermenu_kdeprint.mo +share/locale/ar/LC_MESSAGES/libkonq.mo +share/locale/ar/LC_MESSAGES/libkscreensaver.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/naughtyapplet.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/ppdtranslations.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/taskbarextension.mo +share/locale/ar/LC_MESSAGES/twister.mo +share/locale/ar/LC_MESSAGES/uachangerplugin.mo +share/locale/ar/LC_MESSAGES/validatorsplugin.mo +share/locale/ar/LC_MESSAGES/webarchiver.mo +share/locale/ar/charset +share/locale/ar/entry.desktop diff --git a/arabic/kde4-l10n/scripts/Configure b/arabic/kde4-l10n/scripts/Configure deleted file mode 100644 index a5fb3164b9e5..000000000000 --- a/arabic/kde4-l10n/scripts/Configure +++ /dev/null @@ -1,92 +0,0 @@ -#! /bin/sh -# $FreeBSD$ - -/bin/rm -f ${PLIST} ${PLIST}.dirs - -if [ "${LINGUAS}" ]; then - set `echo $LINGUAS` -else -if [ "${BATCH}" ]; then - set \"af\" \"az\" \"bg\" \"cs\" \"da\" \"el\" \"en_GB\" \"eo\" \"es\" \"et\" \"fi\" \"he\" \"hu\" \"is\" \"it\" \"lt\" \"lv\" \"mt\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"sk\" \"sl\" \"sr\" \"sv\" \"ta\" \"th\" \"tr\" \"xh\" \"zh_TW.Big5\" -else - /usr/bin/dialog --title "Select languages" --clear \ - --checklist "\n\ -Please select desired languages:" -1 -1 16 \ -af "Afrikaans" OFF \ -az "Azerbaijani Turkish" OFF \ -bg "Bulgarisch" OFF \ -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 \ -lt "Lithuanian" ON \ -lv "Latvian" ON \ -mt "Maltese" ON \ -no "Norwegian" OFF \ -no_NY "Norwegian (Nynorsk)" OFF \ -pl "Polish" OFF \ -pt "Portuguese" OFF \ -pt_BR "Portuguese (Brazil)" 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 \ -ta "Tamil" OFF \ -th "Thai" OFF \ -zh_TW.Big5 "Traditional Chinese" ON \ -tr "Turkish" OFF \ -en_GB "UK English" OFF \ -uk "Ukrainian" ON \ -xh "Xhosa" 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 - /usr/bin/grep "^@.*/$a$" ${CURDIR}/pkg-plist >> ${PLIST}.dirs - shift -done - -/bin/cat ${PLIST}.dirs >> ${PLIST} -/bin/cat ${FILESDIR}/pkg-plist.sub >> ${PLIST} -- cgit v1.2.3