aboutsummaryrefslogtreecommitdiff
path: root/misc/kde3-i18n-nl
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-04-21 23:47:50 +0000
committerWill Andrews <will@FreeBSD.org>2002-04-21 23:47:50 +0000
commitd1c2f0dddd4a74a79847b017915f3482671e055c (patch)
tree31ccd02a7c0d295ec66bf2eefa0f980fbb92cb91 /misc/kde3-i18n-nl
parent98cff2373c59f930df3569d05871d0343d443fd8 (diff)
downloadports-d1c2f0dddd4a74a79847b017915f3482671e055c.tar.gz
ports-d1c2f0dddd4a74a79847b017915f3482671e055c.zip
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 <adridg@cs.kun.nl>, [2] David Faure <faure@kde.org>, Andy Fawcett <andy@athame.co.uk> Lauri Watts <lauri@kde.org> [3] Lauri Watts <lauri@kde.org> [4] Alan Eldridge <alane@geeksrus.net> Oswald Buddenhagen <ossi@kde.org> Reviewed by: kde
Notes
Notes: svn path=/head/; revision=57964
Diffstat (limited to 'misc/kde3-i18n-nl')
-rw-r--r--misc/kde3-i18n-nl/Makefile43
-rw-r--r--misc/kde3-i18n-nl/distinfo2
-rw-r--r--misc/kde3-i18n-nl/files/pkg-plist.sub3
-rw-r--r--misc/kde3-i18n-nl/pkg-comment2
-rw-r--r--misc/kde3-i18n-nl/pkg-descr2
-rw-r--r--misc/kde3-i18n-nl/pkg-plist653
-rw-r--r--misc/kde3-i18n-nl/scripts/Configure92
7 files changed, 669 insertions, 128 deletions
diff --git a/misc/kde3-i18n-nl/Makefile b/misc/kde3-i18n-nl/Makefile
index b20c579ae4b6..e16631d3bfa3 100644
--- a/misc/kde3-i18n-nl/Makefile
+++ b/misc/kde3-i18n-nl/Makefile
@@ -1,45 +1,28 @@
-# New ports collection makefile for: kde2-i18n
-# Date created: 1 March 2001
-# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
+# New ports collection makefile for: kde3-i18n-nl
+# Date created: 05 April 2002
+# Whom: Lauri Watts <lauri@kde.org>
#
# $FreeBSD$
#
-PORTNAME= kde-i18n
-PORTVERSION= 2.2.2
-PORTREVISION= 1
+PORTNAME= kde-i18n-nl
+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 <bsd.port.pre.mk>
-
-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 <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/misc/kde3-i18n-nl/distinfo b/misc/kde3-i18n-nl/distinfo
index b0328cc8ebfa..d954d3c3786e 100644
--- a/misc/kde3-i18n-nl/distinfo
+++ b/misc/kde3-i18n-nl/distinfo
@@ -1 +1 @@
-MD5 (KDE/kde-i18n-2.2.2.tar.bz2) = 69d54ce59f459c3d428f2946239d1ff2
+MD5 (KDE/kde-i18n-nl-3.0.tar.bz2) = 5ec630899507f8171484c5dc1d0ee6e5
diff --git a/misc/kde3-i18n-nl/files/pkg-plist.sub b/misc/kde3-i18n-nl/files/pkg-plist.sub
deleted file mode 100644
index ef7e2981b1bc..000000000000
--- a/misc/kde3-i18n-nl/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/misc/kde3-i18n-nl/pkg-comment b/misc/kde3-i18n-nl/pkg-comment
index c24e7300ef3b..3b4fe1543e1b 100644
--- a/misc/kde3-i18n-nl/pkg-comment
+++ b/misc/kde3-i18n-nl/pkg-comment
@@ -1 +1 @@
-Localized messages and documentation for KDE2
+Localized messages and documentation for KDE3
diff --git a/misc/kde3-i18n-nl/pkg-descr b/misc/kde3-i18n-nl/pkg-descr
index 608caea3ad64..3354ca873ecc 100644
--- a/misc/kde3-i18n-nl/pkg-descr
+++ b/misc/kde3-i18n-nl/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/misc/kde3-i18n-nl/pkg-plist b/misc/kde3-i18n-nl/pkg-plist
new file mode 100644
index 000000000000..0b34949404dc
--- /dev/null
+++ b/misc/kde3-i18n-nl/pkg-plist
@@ -0,0 +1,653 @@
+share/apps/ktuberling/sounds/nl/aardappelmannetje.wav
+share/apps/ktuberling/sounds/nl/bril.wav
+share/apps/ktuberling/sounds/nl/haar.wav
+share/apps/ktuberling/sounds/nl/hoed.wav
+share/apps/ktuberling/sounds/nl/horens.wav
+share/apps/ktuberling/sounds/nl/horloge.wav
+share/apps/ktuberling/sounds/nl/ketting.wav
+share/apps/ktuberling/sounds/nl/mond.wav
+share/apps/ktuberling/sounds/nl/neus.wav
+share/apps/ktuberling/sounds/nl/oog.wav
+share/apps/ktuberling/sounds/nl/oor.wav
+share/apps/ktuberling/sounds/nl/oorbel.wav
+share/apps/ktuberling/sounds/nl/pinguin.wav
+share/apps/ktuberling/sounds/nl/sigaar.wav
+share/apps/ktuberling/sounds/nl/sjaal.wav
+share/apps/ktuberling/sounds/nl/snor.wav
+share/apps/ktuberling/sounds/nl/ster.wav
+share/apps/ktuberling/sounds/nl/strik.wav
+share/apps/ktuberling/sounds/nl/stropdas.wav
+share/apps/ktuberling/sounds/nl/wenkbrauw.wav
+share/apps/ktuberling/sounds/nl/zonnebril.wav
+share/doc/HTML/nl/artsbuilder/digitalaudio.docbook
+share/doc/HTML/nl/artsbuilder/gui.docbook
+share/doc/HTML/nl/common/1.png
+share/doc/HTML/nl/common/10.png
+share/doc/HTML/nl/common/2.png
+share/doc/HTML/nl/common/3.png
+share/doc/HTML/nl/common/4.png
+share/doc/HTML/nl/common/5.png
+share/doc/HTML/nl/common/6.png
+share/doc/HTML/nl/common/7.png
+share/doc/HTML/nl/common/8.png
+share/doc/HTML/nl/common/9.png
+share/doc/HTML/nl/common/artistic-license.html
+share/doc/HTML/nl/common/bottom1.png
+share/doc/HTML/nl/common/bottom2.png
+share/doc/HTML/nl/common/bsd-license.html
+share/doc/HTML/nl/common/doctop1.png
+share/doc/HTML/nl/common/doctop1a.png
+share/doc/HTML/nl/common/doctop1b.png
+share/doc/HTML/nl/common/doctop2.png
+share/doc/HTML/nl/common/fdl-license
+share/doc/HTML/nl/common/fdl-license.html
+share/doc/HTML/nl/common/fdl-translated.html
+share/doc/HTML/nl/common/gpl-license
+share/doc/HTML/nl/common/gpl-license.html
+share/doc/HTML/nl/common/gpl-translated.html
+share/doc/HTML/nl/common/kde-common.css
+share/doc/HTML/nl/common/kde-default.css
+share/doc/HTML/nl/common/kde-localised.css
+share/doc/HTML/nl/common/kde-localised.css.template
+share/doc/HTML/nl/common/kde-web.css
+share/doc/HTML/nl/common/lgpl-license
+share/doc/HTML/nl/common/lgpl-license.html
+share/doc/HTML/nl/common/lgpl-translated.html
+share/doc/HTML/nl/common/logotp3.png
+share/doc/HTML/nl/common/qpl-license.html
+share/doc/HTML/nl/common/shadow.png
+share/doc/HTML/nl/common/web-docbottom.png
+share/doc/HTML/nl/common/web-doctop.png
+share/doc/HTML/nl/common/x11-license.html
+share/doc/HTML/nl/common/xml.dcl
+share/doc/HTML/nl/kaddressbook/common
+share/doc/HTML/nl/kaddressbook/index.cache.bz2
+share/doc/HTML/nl/kaddressbook/index.docbook
+share/doc/HTML/nl/kate/plugins.docbook
+share/doc/HTML/nl/kcontrol/common
+share/doc/HTML/nl/kcontrol/index.cache.bz2
+share/doc/HTML/nl/kcontrol/index.docbook
+share/doc/HTML/nl/kcontrol/kalarmd.docbook
+share/doc/HTML/nl/kcontrol/kcmaccess.docbook
+share/doc/HTML/nl/kcontrol/kcmaction.docbook
+share/doc/HTML/nl/kcontrol/kcmbackgnd.docbook
+share/doc/HTML/nl/kcontrol/kcmbatmon.docbook
+share/doc/HTML/nl/kcontrol/kcmbell.docbook
+share/doc/HTML/nl/kcontrol/kcmblockdev.docbook
+share/doc/HTML/nl/kcontrol/kcmcache.docbook
+share/doc/HTML/nl/kcontrol/kcmcolor.docbook
+share/doc/HTML/nl/kcontrol/kcmcookie.docbook
+share/doc/HTML/nl/kcontrol/kcmcrypto.docbook
+share/doc/HTML/nl/kcontrol/kcmcss.docbook
+share/doc/HTML/nl/kcontrol/kcmdatetime.docbook
+share/doc/HTML/nl/kcontrol/kcmdesktop.docbook
+share/doc/HTML/nl/kcontrol/kcmdeviceinfo.docbook
+share/doc/HTML/nl/kcontrol/kcmdmainfo.docbook
+share/doc/HTML/nl/kcontrol/kcmebrowse.docbook
+share/doc/HTML/nl/kcontrol/kcmemail.docbook
+share/doc/HTML/nl/kcontrol/kcmenergy.docbook
+share/doc/HTML/nl/kcontrol/kcmfile.docbook
+share/doc/HTML/nl/kcontrol/kcmfileman.docbook
+share/doc/HTML/nl/kcontrol/kcmfontinst.docbook
+share/doc/HTML/nl/kcontrol/kcmfonts.docbook
+share/doc/HTML/nl/kcontrol/kcmhelpindex.docbook
+share/doc/HTML/nl/kcontrol/kcmicon.docbook
+share/doc/HTML/nl/kcontrol/kcmintinfo.docbook
+share/doc/HTML/nl/kcontrol/kcmioportinfo.docbook
+share/doc/HTML/nl/kcontrol/kcmkbd.docbook
+share/doc/HTML/nl/kcontrol/kcmkbrowse.docbook
+share/doc/HTML/nl/kcontrol/kcmkeybind.docbook
+share/doc/HTML/nl/kcontrol/kcmkonsole.docbook
+share/doc/HTML/nl/kcontrol/kcmkwintheme.docbook
+share/doc/HTML/nl/kcontrol/kcmlaunch.docbook
+share/doc/HTML/nl/kcontrol/kcmlisa.docbook
+share/doc/HTML/nl/kcontrol/kcmlocate.docbook
+share/doc/HTML/nl/kcontrol/kcmloginmanage.docbook
+share/doc/HTML/nl/kcontrol/kcmlowbatcrit.docbook
+share/doc/HTML/nl/kcontrol/kcmlowbatwarn.docbook
+share/doc/HTML/nl/kcontrol/kcmmemoryinfo.docbook
+share/doc/HTML/nl/kcontrol/kcmmidi.docbook
+share/doc/HTML/nl/kcontrol/kcmmixer.docbook
+share/doc/HTML/nl/kcontrol/kcmmouse.docbook
+share/doc/HTML/nl/kcontrol/kcmnetscapeplugins.docbook
+share/doc/HTML/nl/kcontrol/kcmnics.docbook
+share/doc/HTML/nl/kcontrol/kcmpanel.docbook
+share/doc/HTML/nl/kcontrol/kcmpartitioninfo.docbook
+share/doc/HTML/nl/kcontrol/kcmpasswd.docbook
+share/doc/HTML/nl/kcontrol/kcmpciinfo.docbook
+share/doc/HTML/nl/kcontrol/kcmpcmcia.docbook
+share/doc/HTML/nl/kcontrol/kcmpowerctrl.docbook
+share/doc/HTML/nl/kcontrol/kcmprocinfo.docbook
+share/doc/HTML/nl/kcontrol/kcmproxie.docbook
+share/doc/HTML/nl/kcontrol/kcmscnsave.docbook
+share/doc/HTML/nl/kcontrol/kcmscsiinfo.docbook
+share/doc/HTML/nl/kcontrol/kcmsessionman.docbook
+share/doc/HTML/nl/kcontrol/kcmsmbstat.docbook
+share/doc/HTML/nl/kcontrol/kcmsndinfo.docbook
+share/doc/HTML/nl/kcontrol/kcmsndsrv.docbook
+share/doc/HTML/nl/kcontrol/kcmsocks.docbook
+share/doc/HTML/nl/kcontrol/kcmspellchecking.docbook
+share/doc/HTML/nl/kcontrol/kcmstyle.docbook
+share/doc/HTML/nl/kcontrol/kcmsysnotify.docbook
+share/doc/HTML/nl/kcontrol/kcmtalk.docbook
+share/doc/HTML/nl/kcontrol/kcmtaskbar.docbook
+share/doc/HTML/nl/kcontrol/kcmusb.docbook
+share/doc/HTML/nl/kcontrol/kcmuseragent.docbook
+share/doc/HTML/nl/kcontrol/kcmwinshare.docbook
+share/doc/HTML/nl/kcontrol/kcmxmlrpc.docbook
+share/doc/HTML/nl/kcontrol/kcmxservinfo.docbook
+share/doc/HTML/nl/kcontrol/nettimeouts.docbook
+share/doc/HTML/nl/kcontrol/printmanager.docbook
+share/doc/HTML/nl/kcontrol/printsystem.docbook
+share/doc/HTML/nl/kcontrol/protocols.docbook
+share/doc/HTML/nl/kcontrol/screenshot.png
+share/doc/HTML/nl/kcontrol/systemcontrol.docbook
+share/doc/HTML/nl/kcontrol/thememgr.docbook
+share/doc/HTML/nl/kdebugdialog/common
+share/doc/HTML/nl/kdebugdialog/index.cache.bz2
+share/doc/HTML/nl/kdebugdialog/index.docbook
+share/doc/HTML/nl/kdeprint/extensions.docbook
+share/doc/HTML/nl/kdeprint/external-command.docbook
+share/doc/HTML/nl/kdeprint/lpd.docbook
+share/doc/HTML/nl/kdeprint/lpr-bsd.docbook
+share/doc/HTML/nl/kdeprint/lprng.docbook
+share/doc/HTML/nl/kdeprint/rlpr.docbook
+share/doc/HTML/nl/kdesu/common
+share/doc/HTML/nl/kdesu/index.cache.bz2
+share/doc/HTML/nl/kdesu/index.docbook
+share/doc/HTML/nl/kdm/common
+share/doc/HTML/nl/kdm/index.cache.bz2
+share/doc/HTML/nl/kdm/index.docbook
+share/doc/HTML/nl/khelpcenter/contact.docbook
+share/doc/HTML/nl/khelpcenter/faq/about.docbook
+share/doc/HTML/nl/khelpcenter/faq/configkde.docbook
+share/doc/HTML/nl/khelpcenter/faq/getkde.docbook
+share/doc/HTML/nl/khelpcenter/faq/install.docbook
+share/doc/HTML/nl/khelpcenter/faq/intro.docbook
+share/doc/HTML/nl/khelpcenter/faq/kdeapps.docbook
+share/doc/HTML/nl/khelpcenter/faq/misc.docbook
+share/doc/HTML/nl/khelpcenter/faq/nonkdeapps.docbook
+share/doc/HTML/nl/khelpcenter/faq/panel.docbook
+share/doc/HTML/nl/khelpcenter/faq/tips.docbook
+share/doc/HTML/nl/khelpcenter/faq/winmng.docbook
+share/doc/HTML/nl/khelpcenter/help.docbook
+share/doc/HTML/nl/khelpcenter/links.docbook
+share/doc/HTML/nl/khelpcenter/quickstart/common
+share/doc/HTML/nl/khelpcenter/quickstart/index.cache.bz2
+share/doc/HTML/nl/khelpcenter/quickstart/index.docbook
+share/doc/HTML/nl/khelpcenter/support.docbook
+share/doc/HTML/nl/khelpcenter/userguide/kdenetwork-apps.docbook
+share/doc/HTML/nl/khelpcenter/userguide/more-help.docbook
+share/doc/HTML/nl/khelpcenter/visualdict/common
+share/doc/HTML/nl/khelpcenter/visualdict/index.cache.bz2
+share/doc/HTML/nl/khelpcenter/visualdict/index.docbook
+share/doc/HTML/nl/khelpcenter/visualdict/pict1.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict10.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict11.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict12.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict13.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict14.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict15.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict16.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict17.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict18.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict19.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict2.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict20.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict3.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict4.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict5.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict6.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict7.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict8.png
+share/doc/HTML/nl/khelpcenter/visualdict/pict9.png
+share/doc/HTML/nl/khelpcenter/welcome.docbook
+share/doc/HTML/nl/khelpcenter/whatiskde.docbook
+share/doc/HTML/nl/kioslave/audiocd.docbook
+share/doc/HTML/nl/kioslave/bzip.docbook
+share/doc/HTML/nl/kioslave/bzip2.docbook
+share/doc/HTML/nl/kioslave/common
+share/doc/HTML/nl/kioslave/file.docbook
+share/doc/HTML/nl/kioslave/finger.docbook
+share/doc/HTML/nl/kioslave/floppy.docbook
+share/doc/HTML/nl/kioslave/ftp.docbook
+share/doc/HTML/nl/kioslave/gopher.docbook
+share/doc/HTML/nl/kioslave/gzip.docbook
+share/doc/HTML/nl/kioslave/help.docbook
+share/doc/HTML/nl/kioslave/http.docbook
+share/doc/HTML/nl/kioslave/https.docbook
+share/doc/HTML/nl/kioslave/imap.docbook
+share/doc/HTML/nl/kioslave/imaps.docbook
+share/doc/HTML/nl/kioslave/index.cache.bz2
+share/doc/HTML/nl/kioslave/index.docbook
+share/doc/HTML/nl/kioslave/info.docbook
+share/doc/HTML/nl/kioslave/lan.docbook
+share/doc/HTML/nl/kioslave/ldap.docbook
+share/doc/HTML/nl/kioslave/mailto.docbook
+share/doc/HTML/nl/kioslave/man.docbook
+share/doc/HTML/nl/kioslave/news.docbook
+share/doc/HTML/nl/kioslave/nfs.docbook
+share/doc/HTML/nl/kioslave/nntp.docbook
+share/doc/HTML/nl/kioslave/pop3.docbook
+share/doc/HTML/nl/kioslave/pop3s.docbook
+share/doc/HTML/nl/kioslave/print.docbook
+share/doc/HTML/nl/kioslave/rdate.docbook
+share/doc/HTML/nl/kioslave/rlan.docbook
+share/doc/HTML/nl/kioslave/rlogin.docbook
+share/doc/HTML/nl/kioslave/sftp.docbook
+share/doc/HTML/nl/kioslave/smb.docbook
+share/doc/HTML/nl/kioslave/smtp.docbook
+share/doc/HTML/nl/kioslave/tar.docbook
+share/doc/HTML/nl/kioslave/telnet.docbook
+share/doc/HTML/nl/kioslave/thumbnail.docbook
+share/doc/HTML/nl/kioslave/webdav.docbook
+share/doc/HTML/nl/kioslave/webdavs.docbook
+share/doc/HTML/nl/konsole/common
+share/doc/HTML/nl/konsole/index.cache.bz2
+share/doc/HTML/nl/konsole/index.docbook
+share/doc/HTML/nl/konsole/konsole.png
+share/doc/HTML/nl/kpager/common
+share/doc/HTML/nl/kpager/index.cache.bz2
+share/doc/HTML/nl/kpager/index.docbook
+share/doc/HTML/nl/kspell/common
+share/doc/HTML/nl/kspell/index.cache.bz2
+share/doc/HTML/nl/kspell/index.docbook
+share/doc/HTML/nl/ksysguard/common
+share/doc/HTML/nl/ksysguard/index.cache.bz2
+share/doc/HTML/nl/ksysguard/index.docbook
+share/locale/nl/LC_MESSAGES/Kiten.mo
+share/locale/nl/LC_MESSAGES/aktion.mo
+share/locale/nl/LC_MESSAGES/amor.mo
+share/locale/nl/LC_MESSAGES/appletproxy.mo
+share/locale/nl/LC_MESSAGES/ark.mo
+share/locale/nl/LC_MESSAGES/artsbuilder.mo
+share/locale/nl/LC_MESSAGES/artscontrol.mo
+share/locale/nl/LC_MESSAGES/atlantik.mo
+share/locale/nl/LC_MESSAGES/atlantikdesigner.mo
+share/locale/nl/LC_MESSAGES/babelfish.mo
+share/locale/nl/LC_MESSAGES/caitoo.mo
+share/locale/nl/LC_MESSAGES/cervisia.mo
+share/locale/nl/LC_MESSAGES/childpanelextension.mo
+share/locale/nl/LC_MESSAGES/clockapplet.mo
+share/locale/nl/LC_MESSAGES/colfind.mo
+share/locale/nl/LC_MESSAGES/columbo.mo
+share/locale/nl/LC_MESSAGES/cookbook.mo
+share/locale/nl/LC_MESSAGES/cupsdconf.mo
+share/locale/nl/LC_MESSAGES/desktop.mo
+share/locale/nl/LC_MESSAGES/devcenter.mo
+share/locale/nl/LC_MESSAGES/dirfilterplugin.mo
+share/locale/nl/LC_MESSAGES/domtreeviewer.mo
+share/locale/nl/LC_MESSAGES/drkonqi.mo
+share/locale/nl/LC_MESSAGES/dub.mo
+share/locale/nl/LC_MESSAGES/empath.mo
+share/locale/nl/LC_MESSAGES/extensionproxy.mo
+share/locale/nl/LC_MESSAGES/filetypes.mo
+share/locale/nl/LC_MESSAGES/fontinst.mo
+share/locale/nl/LC_MESSAGES/gideon.mo
+share/locale/nl/LC_MESSAGES/gofai.mo
+share/locale/nl/LC_MESSAGES/htmlsearch.mo
+share/locale/nl/LC_MESSAGES/imagerename_plugin.mo
+share/locale/nl/LC_MESSAGES/imgalleryplugin.mo
+share/locale/nl/LC_MESSAGES/kab.mo
+share/locale/nl/LC_MESSAGES/kab3.mo
+share/locale/nl/LC_MESSAGES/kaboodle.mo
+share/locale/nl/LC_MESSAGES/kaccess.mo
+share/locale/nl/LC_MESSAGES/kaddressbook.mo
+share/locale/nl/LC_MESSAGES/kafka.mo
+share/locale/nl/LC_MESSAGES/kalaktic.mo
+share/locale/nl/LC_MESSAGES/kalarm.mo
+share/locale/nl/LC_MESSAGES/kalarmd.mo
+share/locale/nl/LC_MESSAGES/kalarmdgui.mo
+share/locale/nl/LC_MESSAGES/kandy.mo
+share/locale/nl/LC_MESSAGES/kaphorism.mo
+share/locale/nl/LC_MESSAGES/kappfinder.mo
+share/locale/nl/LC_MESSAGES/karchiver.mo
+share/locale/nl/LC_MESSAGES/karm.mo
+share/locale/nl/LC_MESSAGES/kasbarextension.mo
+share/locale/nl/LC_MESSAGES/kasteroids.mo
+share/locale/nl/LC_MESSAGES/katalog.mo
+share/locale/nl/LC_MESSAGES/kate.mo
+share/locale/nl/LC_MESSAGES/katehelloworld.mo
+share/locale/nl/LC_MESSAGES/katehtmltools.mo
+share/locale/nl/LC_MESSAGES/kateinsertcommand.mo
+share/locale/nl/LC_MESSAGES/kateopenheader.mo
+share/locale/nl/LC_MESSAGES/katepart.mo
+share/locale/nl/LC_MESSAGES/kateprojectmanager.mo
+share/locale/nl/LC_MESSAGES/katetextfilter.mo
+share/locale/nl/LC_MESSAGES/katexmltools.mo
+share/locale/nl/LC_MESSAGES/katomic.mo
+share/locale/nl/LC_MESSAGES/kaudiocreator.mo
+share/locale/nl/LC_MESSAGES/kautorun.mo
+share/locale/nl/LC_MESSAGES/kbabel.mo
+share/locale/nl/LC_MESSAGES/kbackgammon.mo
+share/locale/nl/LC_MESSAGES/kbattleship.mo
+share/locale/nl/LC_MESSAGES/kbiff.mo
+share/locale/nl/LC_MESSAGES/kblackbox.mo
+share/locale/nl/LC_MESSAGES/kbounce.mo
+share/locale/nl/LC_MESSAGES/kbugbuster.mo
+share/locale/nl/LC_MESSAGES/kcalc.mo
+share/locale/nl/LC_MESSAGES/kcardchooser.mo
+share/locale/nl/LC_MESSAGES/kcharselect.mo
+share/locale/nl/LC_MESSAGES/kcharselectapplet.mo
+share/locale/nl/LC_MESSAGES/kcli.mo
+share/locale/nl/LC_MESSAGES/kcm_scsimanager.mo
+share/locale/nl/LC_MESSAGES/kcm_splash.mo
+share/locale/nl/LC_MESSAGES/kcmaccess.mo
+share/locale/nl/LC_MESSAGES/kcmarts.mo
+share/locale/nl/LC_MESSAGES/kcmaudiocd.mo
+share/locale/nl/LC_MESSAGES/kcmbackground.mo
+share/locale/nl/LC_MESSAGES/kcmbell.mo
+share/locale/nl/LC_MESSAGES/kcmbind.mo
+share/locale/nl/LC_MESSAGES/kcmcddb.mo
+share/locale/nl/LC_MESSAGES/kcmcolors.mo
+share/locale/nl/LC_MESSAGES/kcmcrypto.mo
+share/locale/nl/LC_MESSAGES/kcmcss.mo
+share/locale/nl/LC_MESSAGES/kcmdhcpd.mo
+share/locale/nl/LC_MESSAGES/kcmemail.mo
+share/locale/nl/LC_MESSAGES/kcmenergy.mo
+share/locale/nl/LC_MESSAGES/kcmfonts.mo
+share/locale/nl/LC_MESSAGES/kcmgofai.mo
+share/locale/nl/LC_MESSAGES/kcmhtmlsearch.mo
+share/locale/nl/LC_MESSAGES/kcmicons.mo
+share/locale/nl/LC_MESSAGES/kcminfo.mo
+share/locale/nl/LC_MESSAGES/kcminput.mo
+share/locale/nl/LC_MESSAGES/kcmioslaveinfo.mo
+share/locale/nl/LC_MESSAGES/kcmiwatcher.mo
+share/locale/nl/LC_MESSAGES/kcmkamera.mo
+share/locale/nl/LC_MESSAGES/kcmkclock.mo
+share/locale/nl/LC_MESSAGES/kcmkdb.mo
+share/locale/nl/LC_MESSAGES/kcmkeys.mo
+share/locale/nl/LC_MESSAGES/kcmkicker.mo
+share/locale/nl/LC_MESSAGES/kcmkio.mo
+share/locale/nl/LC_MESSAGES/kcmkmix.mo
+share/locale/nl/LC_MESSAGES/kcmkonq.mo
+share/locale/nl/LC_MESSAGES/kcmkonqhtml.mo
+share/locale/nl/LC_MESSAGES/kcmkonsole.mo
+share/locale/nl/LC_MESSAGES/kcmktalkd.mo
+share/locale/nl/LC_MESSAGES/kcmkuick.mo
+share/locale/nl/LC_MESSAGES/kcmkurifilt.mo
+share/locale/nl/LC_MESSAGES/kcmkwindecoration.mo
+share/locale/nl/LC_MESSAGES/kcmkwintheme.mo
+share/locale/nl/LC_MESSAGES/kcmkwm.mo
+share/locale/nl/LC_MESSAGES/kcmkxmlrpcd.mo
+share/locale/nl/LC_MESSAGES/kcmlanbrowser.mo
+share/locale/nl/LC_MESSAGES/kcmlaptop.mo
+share/locale/nl/LC_MESSAGES/kcmlaunch.mo
+share/locale/nl/LC_MESSAGES/kcmlayout.mo
+share/locale/nl/LC_MESSAGES/kcmlilo.mo
+share/locale/nl/LC_MESSAGES/kcmlinuz.mo
+share/locale/nl/LC_MESSAGES/kcmlocale.mo
+share/locale/nl/LC_MESSAGES/kcmmediacontrol.mo
+share/locale/nl/LC_MESSAGES/kcmmidi.mo
+share/locale/nl/LC_MESSAGES/kcmnapster.mo
+share/locale/nl/LC_MESSAGES/kcmnewsticker.mo
+share/locale/nl/LC_MESSAGES/kcmnic.mo
+share/locale/nl/LC_MESSAGES/kcmnotify.mo
+share/locale/nl/LC_MESSAGES/kcmodbc.mo
+share/locale/nl/LC_MESSAGES/kcmsamba.mo
+share/locale/nl/LC_MESSAGES/kcmsblive.mo
+share/locale/nl/LC_MESSAGES/kcmscreensaver.mo
+share/locale/nl/LC_MESSAGES/kcmsmartcard.mo
+share/locale/nl/LC_MESSAGES/kcmsmserver.mo
+share/locale/nl/LC_MESSAGES/kcmsocks.mo
+share/locale/nl/LC_MESSAGES/kcmspellchecking.mo
+share/locale/nl/LC_MESSAGES/kcmstyle.mo
+share/locale/nl/LC_MESSAGES/kcmtaskbar.mo
+share/locale/nl/LC_MESSAGES/kcmthemes.mo
+share/locale/nl/LC_MESSAGES/kcmusb.mo
+share/locale/nl/LC_MESSAGES/kcmuserenv.mo
+share/locale/nl/LC_MESSAGES/kcmvdvd.mo
+share/locale/nl/LC_MESSAGES/kcoloredit.mo
+share/locale/nl/LC_MESSAGES/kcontrol.mo
+share/locale/nl/LC_MESSAGES/kcron.mo
+share/locale/nl/LC_MESSAGES/kdao.mo
+share/locale/nl/LC_MESSAGES/kdat.mo
+share/locale/nl/LC_MESSAGES/kdbbrowser.mo
+share/locale/nl/LC_MESSAGES/kdcop.mo
+share/locale/nl/LC_MESSAGES/kdebugdialog.mo
+share/locale/nl/LC_MESSAGES/kdelibs.mo
+share/locale/nl/LC_MESSAGES/kdepasswd.mo
+share/locale/nl/LC_MESSAGES/kdeprintfax.mo
+share/locale/nl/LC_MESSAGES/kdesktop.mo
+share/locale/nl/LC_MESSAGES/kdessh.mo
+share/locale/nl/LC_MESSAGES/kdestdifacedemo.mo
+share/locale/nl/LC_MESSAGES/kdesu.mo
+share/locale/nl/LC_MESSAGES/kdesud.mo
+share/locale/nl/LC_MESSAGES/kdevelop.mo
+share/locale/nl/LC_MESSAGES/kdevtipofday.mo
+share/locale/nl/LC_MESSAGES/kdf.mo
+share/locale/nl/LC_MESSAGES/kdict.mo
+share/locale/nl/LC_MESSAGES/kdictapplet.mo
+share/locale/nl/LC_MESSAGES/kdmchooser.mo
+share/locale/nl/LC_MESSAGES/kdmconfig.mo
+share/locale/nl/LC_MESSAGES/kdmgreet.mo
+share/locale/nl/LC_MESSAGES/kdvi.mo
+share/locale/nl/LC_MESSAGES/kedit.mo
+share/locale/nl/LC_MESSAGES/keduca.mo
+share/locale/nl/LC_MESSAGES/kenolaba.mo
+share/locale/nl/LC_MESSAGES/keystone.mo
+share/locale/nl/LC_MESSAGES/kfax.mo
+share/locale/nl/LC_MESSAGES/kfifteenapplet.mo
+share/locale/nl/LC_MESSAGES/kfile_m3u.mo
+share/locale/nl/LC_MESSAGES/kfile_mp3.mo
+share/locale/nl/LC_MESSAGES/kfile_ogg.mo
+share/locale/nl/LC_MESSAGES/kfile_pdf.mo
+share/locale/nl/LC_MESSAGES/kfile_png.mo
+share/locale/nl/LC_MESSAGES/kfile_ps.mo
+share/locale/nl/LC_MESSAGES/kfile_wav.mo
+share/locale/nl/LC_MESSAGES/kfind.mo
+share/locale/nl/LC_MESSAGES/kfindpart.mo
+share/locale/nl/LC_MESSAGES/kfinger.mo
+share/locale/nl/LC_MESSAGES/kfloppy.mo
+share/locale/nl/LC_MESSAGES/kfmclient.mo
+share/locale/nl/LC_MESSAGES/kfmexec.mo
+share/locale/nl/LC_MESSAGES/kformeditor.mo
+share/locale/nl/LC_MESSAGES/kformviewer.mo
+share/locale/nl/LC_MESSAGES/kfortune.mo
+share/locale/nl/LC_MESSAGES/kfract.mo
+share/locale/nl/LC_MESSAGES/kgantt.mo
+share/locale/nl/LC_MESSAGES/kgeo.mo
+share/locale/nl/LC_MESSAGES/kget.mo
+share/locale/nl/LC_MESSAGES/kghostview.mo
+share/locale/nl/LC_MESSAGES/kgnuplot.mo
+share/locale/nl/LC_MESSAGES/kgrapher.mo
+share/locale/nl/LC_MESSAGES/khangman.mo
+share/locale/nl/LC_MESSAGES/khelpcenter.mo
+share/locale/nl/LC_MESSAGES/khexedit.mo
+share/locale/nl/LC_MESSAGES/khotkeys.mo
+share/locale/nl/LC_MESSAGES/khtmlsettingsplugin.mo
+share/locale/nl/LC_MESSAGES/kicker.mo
+share/locale/nl/LC_MESSAGES/kiconedit.mo
+share/locale/nl/LC_MESSAGES/kicq.mo
+share/locale/nl/LC_MESSAGES/kikbd.mo
+share/locale/nl/LC_MESSAGES/kim.mo
+share/locale/nl/LC_MESSAGES/kio_audiocd.mo
+share/locale/nl/LC_MESSAGES/kio_finger.mo
+share/locale/nl/LC_MESSAGES/kio_floppy.mo
+share/locale/nl/LC_MESSAGES/kio_help.mo
+share/locale/nl/LC_MESSAGES/kio_imap4.mo
+share/locale/nl/LC_MESSAGES/kio_lan.mo
+share/locale/nl/LC_MESSAGES/kio_man.mo
+share/locale/nl/LC_MESSAGES/kio_nfs.mo
+share/locale/nl/LC_MESSAGES/kio_nntp.mo
+share/locale/nl/LC_MESSAGES/kio_pop3.mo
+share/locale/nl/LC_MESSAGES/kio_print.mo
+share/locale/nl/LC_MESSAGES/kio_sftp.mo
+share/locale/nl/LC_MESSAGES/kio_smb.mo
+share/locale/nl/LC_MESSAGES/kio_smbro.mo
+share/locale/nl/LC_MESSAGES/kio_smtp.mo
+share/locale/nl/LC_MESSAGES/kit.mo
+share/locale/nl/LC_MESSAGES/kjobviewer.mo
+share/locale/nl/LC_MESSAGES/kjots.mo
+share/locale/nl/LC_MESSAGES/kjumpingcube.mo
+share/locale/nl/LC_MESSAGES/klaptopdaemon.mo
+share/locale/nl/LC_MESSAGES/klatin.mo
+share/locale/nl/LC_MESSAGES/klegacyimport.mo
+share/locale/nl/LC_MESSAGES/kless.mo
+share/locale/nl/LC_MESSAGES/klettres.mo
+share/locale/nl/LC_MESSAGES/klines.mo
+share/locale/nl/LC_MESSAGES/klipper.mo
+share/locale/nl/LC_MESSAGES/kljettool.mo
+share/locale/nl/LC_MESSAGES/klock.mo
+share/locale/nl/LC_MESSAGES/klpq.mo
+share/locale/nl/LC_MESSAGES/klprfax.mo
+share/locale/nl/LC_MESSAGES/kmahjongg.mo
+share/locale/nl/LC_MESSAGES/kmail.mo
+share/locale/nl/LC_MESSAGES/kmailcvt.mo
+share/locale/nl/LC_MESSAGES/kmake.mo
+share/locale/nl/LC_MESSAGES/kmcop.mo
+share/locale/nl/LC_MESSAGES/kmenuedit.mo
+share/locale/nl/LC_MESSAGES/kmessage.mo
+share/locale/nl/LC_MESSAGES/kmessedwords.mo
+share/locale/nl/LC_MESSAGES/kmid.mo
+share/locale/nl/LC_MESSAGES/kmidi.mo
+share/locale/nl/LC_MESSAGES/kmines.mo
+share/locale/nl/LC_MESSAGES/kminipagerapplet.mo
+share/locale/nl/LC_MESSAGES/kmix.mo
+share/locale/nl/LC_MESSAGES/kmms.mo
+share/locale/nl/LC_MESSAGES/kmoon.mo
+share/locale/nl/LC_MESSAGES/knetmgr.mo
+share/locale/nl/LC_MESSAGES/knewsticker.mo
+share/locale/nl/LC_MESSAGES/knode.mo
+share/locale/nl/LC_MESSAGES/knotes.mo
+share/locale/nl/LC_MESSAGES/knotify.mo
+share/locale/nl/LC_MESSAGES/knu.mo
+share/locale/nl/LC_MESSAGES/kodo.mo
+share/locale/nl/LC_MESSAGES/kolf.mo
+share/locale/nl/LC_MESSAGES/kolourpicker.mo
+share/locale/nl/LC_MESSAGES/kompare.mo
+share/locale/nl/LC_MESSAGES/koncd.mo
+share/locale/nl/LC_MESSAGES/konqsidebar_mediaplayer.mo
+share/locale/nl/LC_MESSAGES/konqueror.mo
+share/locale/nl/LC_MESSAGES/konquest.mo
+share/locale/nl/LC_MESSAGES/konsole.mo
+share/locale/nl/LC_MESSAGES/konv.mo
+share/locale/nl/LC_MESSAGES/kooka.mo
+share/locale/nl/LC_MESSAGES/kopennap.mo
+share/locale/nl/LC_MESSAGES/korganizer.mo
+share/locale/nl/LC_MESSAGES/korn.mo
+share/locale/nl/LC_MESSAGES/kp.mo
+share/locale/nl/LC_MESSAGES/kpackage.mo
+share/locale/nl/LC_MESSAGES/kpager.mo
+share/locale/nl/LC_MESSAGES/kpaint.mo
+share/locale/nl/LC_MESSAGES/kpartapp.mo
+share/locale/nl/LC_MESSAGES/kpartsaver.mo
+share/locale/nl/LC_MESSAGES/kpat.mo
+share/locale/nl/LC_MESSAGES/kpercentage.mo
+share/locale/nl/LC_MESSAGES/kpersonalizer.mo
+share/locale/nl/LC_MESSAGES/kpf.mo
+share/locale/nl/LC_MESSAGES/kphone.mo
+share/locale/nl/LC_MESSAGES/kpilot.mo
+share/locale/nl/LC_MESSAGES/kpixmap2bitmap.mo
+share/locale/nl/LC_MESSAGES/kpm.mo
+share/locale/nl/LC_MESSAGES/kpoker.mo
+share/locale/nl/LC_MESSAGES/kpovmodeler.mo
+share/locale/nl/LC_MESSAGES/kpplot.mo
+share/locale/nl/LC_MESSAGES/kppp.mo
+share/locale/nl/LC_MESSAGES/kppplogview.mo
+share/locale/nl/LC_MESSAGES/kprinter.mo
+share/locale/nl/LC_MESSAGES/kreadconfig.mo
+share/locale/nl/LC_MESSAGES/kregexpeditor.mo
+share/locale/nl/LC_MESSAGES/kreversi.mo
+share/locale/nl/LC_MESSAGES/krn.mo
+share/locale/nl/LC_MESSAGES/kruler.mo
+share/locale/nl/LC_MESSAGES/krunapplet.mo
+share/locale/nl/LC_MESSAGES/ksame.mo
+share/locale/nl/LC_MESSAGES/kscd.mo
+share/locale/nl/LC_MESSAGES/kscoreapplet.mo
+share/locale/nl/LC_MESSAGES/kshisen.mo
+share/locale/nl/LC_MESSAGES/ksirc.mo
+share/locale/nl/LC_MESSAGES/ksirtet.mo
+share/locale/nl/LC_MESSAGES/ksmiletris.mo
+share/locale/nl/LC_MESSAGES/ksmserver.mo
+share/locale/nl/LC_MESSAGES/ksnake.mo
+share/locale/nl/LC_MESSAGES/ksnapshot.mo
+share/locale/nl/LC_MESSAGES/ksokoban.mo
+share/locale/nl/LC_MESSAGES/kspaceduel.mo
+share/locale/nl/LC_MESSAGES/ksplash.mo
+share/locale/nl/LC_MESSAGES/kstars.mo
+share/locale/nl/LC_MESSAGES/kstart.mo
+share/locale/nl/LC_MESSAGES/kstartperf.mo
+share/locale/nl/LC_MESSAGES/kstockticker.mo
+share/locale/nl/LC_MESSAGES/ksync.mo
+share/locale/nl/LC_MESSAGES/ksysctrl.mo
+share/locale/nl/LC_MESSAGES/ksysguard.mo
+share/locale/nl/LC_MESSAGES/ksystemtrayapplet.mo
+share/locale/nl/LC_MESSAGES/ksystraycmd.mo
+share/locale/nl/LC_MESSAGES/ksystrayproxy.mo
+share/locale/nl/LC_MESSAGES/ksysv.mo
+share/locale/nl/LC_MESSAGES/ktables.mo
+share/locale/nl/LC_MESSAGES/ktalk.mo
+share/locale/nl/LC_MESSAGES/ktalkd.mo
+share/locale/nl/LC_MESSAGES/ktaskbarapplet.mo
+share/locale/nl/LC_MESSAGES/kteatime.mo
+share/locale/nl/LC_MESSAGES/ktetrinet.mo
+share/locale/nl/LC_MESSAGES/ktimemon.mo
+share/locale/nl/LC_MESSAGES/ktimer.mo
+share/locale/nl/LC_MESSAGES/ktip.mo
+share/locale/nl/LC_MESSAGES/ktouch.mo
+share/locale/nl/LC_MESSAGES/ktron.mo
+share/locale/nl/LC_MESSAGES/ktuberling.mo
+share/locale/nl/LC_MESSAGES/ktux.mo
+share/locale/nl/LC_MESSAGES/kue.mo
+share/locale/nl/LC_MESSAGES/kuick_plugin.mo
+share/locale/nl/LC_MESSAGES/kuickshow.mo
+share/locale/nl/LC_MESSAGES/kuser.mo
+share/locale/nl/LC_MESSAGES/kvalgrind.mo
+share/locale/nl/LC_MESSAGES/kvidmode.mo
+share/locale/nl/LC_MESSAGES/kview.mo
+share/locale/nl/LC_MESSAGES/kviewshell.mo
+share/locale/nl/LC_MESSAGES/kvoctrain.mo
+share/locale/nl/LC_MESSAGES/kweather.mo
+share/locale/nl/LC_MESSAGES/kwin.mo
+share/locale/nl/LC_MESSAGES/kwin4.mo
+share/locale/nl/LC_MESSAGES/kwin_b2_config.mo
+share/locale/nl/LC_MESSAGES/kwin_cde_config.mo
+share/locale/nl/LC_MESSAGES/kwin_default_config.mo
+share/locale/nl/LC_MESSAGES/kwin_glow_config.mo
+share/locale/nl/LC_MESSAGES/kwin_icewm_config.mo
+share/locale/nl/LC_MESSAGES/kwin_modernsys_config.mo
+share/locale/nl/LC_MESSAGES/kwin_quartz_config.mo
+share/locale/nl/LC_MESSAGES/kwintv.mo
+share/locale/nl/LC_MESSAGES/kwireless.mo
+share/locale/nl/LC_MESSAGES/kwiz.mo
+share/locale/nl/LC_MESSAGES/kworldclock.mo
+share/locale/nl/LC_MESSAGES/kwuftpd.mo
+share/locale/nl/LC_MESSAGES/kxkb.mo
+share/locale/nl/LC_MESSAGES/kxmlrpcd.mo
+share/locale/nl/LC_MESSAGES/kxsconfig.mo
+share/locale/nl/LC_MESSAGES/libatlantik_network.mo
+share/locale/nl/LC_MESSAGES/libkcal.mo
+share/locale/nl/LC_MESSAGES/libkdegames.mo
+share/locale/nl/LC_MESSAGES/libkdehighscores.mo
+share/locale/nl/LC_MESSAGES/libkdenetwork.mo
+share/locale/nl/LC_MESSAGES/libkicker.mo
+share/locale/nl/LC_MESSAGES/libkickermenu_kdeprint.mo
+share/locale/nl/LC_MESSAGES/libkonq.mo
+share/locale/nl/LC_MESSAGES/libkscan.mo
+share/locale/nl/LC_MESSAGES/libkscreensaver.mo
+share/locale/nl/LC_MESSAGES/libtaskbar.mo
+share/locale/nl/LC_MESSAGES/libtaskmanager.mo
+share/locale/nl/LC_MESSAGES/lockout.mo
+share/locale/nl/LC_MESSAGES/lskat.mo
+share/locale/nl/LC_MESSAGES/mediacontrol.mo
+share/locale/nl/LC_MESSAGES/megami.mo
+share/locale/nl/LC_MESSAGES/multiplayers.mo
+share/locale/nl/LC_MESSAGES/naughtyapplet.mo
+share/locale/nl/LC_MESSAGES/noatun.mo
+share/locale/nl/LC_MESSAGES/nsplugin.mo
+share/locale/nl/LC_MESSAGES/passwords.mo
+share/locale/nl/LC_MESSAGES/ppdtranslations.mo
+share/locale/nl/LC_MESSAGES/pws.mo
+share/locale/nl/LC_MESSAGES/quicklauncher.mo
+share/locale/nl/LC_MESSAGES/secpolicy.mo
+share/locale/nl/LC_MESSAGES/spy.mo
+share/locale/nl/LC_MESSAGES/taskbarextension.mo
+share/locale/nl/LC_MESSAGES/twister.mo
+share/locale/nl/LC_MESSAGES/uachangerplugin.mo
+share/locale/nl/LC_MESSAGES/validatorsplugin.mo
+share/locale/nl/LC_MESSAGES/webarchiver.mo
+share/locale/nl/LC_MESSAGES/zonedclockapplet.mo
+share/locale/nl/charset
+share/locale/nl/entry.desktop
+share/locale/nl/flag.png
diff --git a/misc/kde3-i18n-nl/scripts/Configure b/misc/kde3-i18n-nl/scripts/Configure
deleted file mode 100644
index a5fb3164b9e5..000000000000
--- a/misc/kde3-i18n-nl/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}