aboutsummaryrefslogtreecommitdiff
path: root/hungarian/kde3-i18n
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 /hungarian/kde3-i18n
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 'hungarian/kde3-i18n')
-rw-r--r--hungarian/kde3-i18n/Makefile43
-rw-r--r--hungarian/kde3-i18n/distinfo2
-rw-r--r--hungarian/kde3-i18n/files/pkg-plist.sub3
-rw-r--r--hungarian/kde3-i18n/pkg-comment2
-rw-r--r--hungarian/kde3-i18n/pkg-descr2
-rw-r--r--hungarian/kde3-i18n/pkg-plist862
-rw-r--r--hungarian/kde3-i18n/scripts/Configure92
7 files changed, 878 insertions, 128 deletions
diff --git a/hungarian/kde3-i18n/Makefile b/hungarian/kde3-i18n/Makefile
index b20c579ae4b6..cec06ea1e2b9 100644
--- a/hungarian/kde3-i18n/Makefile
+++ b/hungarian/kde3-i18n/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-hu
+# Date created: 05 April 2002
+# Whom: Lauri Watts <lauri@kde.org>
#
# $FreeBSD$
#
-PORTNAME= kde-i18n
-PORTVERSION= 2.2.2
-PORTREVISION= 1
+PORTNAME= kde-i18n-hu
+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/hungarian/kde3-i18n/distinfo b/hungarian/kde3-i18n/distinfo
index b0328cc8ebfa..ec3260e250b5 100644
--- a/hungarian/kde3-i18n/distinfo
+++ b/hungarian/kde3-i18n/distinfo
@@ -1 +1 @@
-MD5 (KDE/kde-i18n-2.2.2.tar.bz2) = 69d54ce59f459c3d428f2946239d1ff2
+MD5 (KDE/kde-i18n-hu-3.0.tar.bz2) = 7c17fb09ab0d92298b8e90fa7c54f727
diff --git a/hungarian/kde3-i18n/files/pkg-plist.sub b/hungarian/kde3-i18n/files/pkg-plist.sub
deleted file mode 100644
index ef7e2981b1bc..000000000000
--- a/hungarian/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/hungarian/kde3-i18n/pkg-comment b/hungarian/kde3-i18n/pkg-comment
index c24e7300ef3b..3b4fe1543e1b 100644
--- a/hungarian/kde3-i18n/pkg-comment
+++ b/hungarian/kde3-i18n/pkg-comment
@@ -1 +1 @@
-Localized messages and documentation for KDE2
+Localized messages and documentation for KDE3
diff --git a/hungarian/kde3-i18n/pkg-descr b/hungarian/kde3-i18n/pkg-descr
index 608caea3ad64..3354ca873ecc 100644
--- a/hungarian/kde3-i18n/pkg-descr
+++ b/hungarian/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/hungarian/kde3-i18n/pkg-plist b/hungarian/kde3-i18n/pkg-plist
new file mode 100644
index 000000000000..2a854c027060
--- /dev/null
+++ b/hungarian/kde3-i18n/pkg-plist
@@ -0,0 +1,862 @@
+share/doc/HTML/hu/KRegExpEditor/common
+share/doc/HTML/hu/KRegExpEditor/index.cache.bz2
+share/doc/HTML/hu/KRegExpEditor/index.docbook
+share/doc/HTML/hu/amor/common
+share/doc/HTML/hu/amor/index.cache.bz2
+share/doc/HTML/hu/amor/index.docbook
+share/doc/HTML/hu/ark/common
+share/doc/HTML/hu/ark/index.cache.bz2
+share/doc/HTML/hu/ark/index.docbook
+share/doc/HTML/hu/artsbuilder/common
+share/doc/HTML/hu/artsbuilder/index.cache.bz2
+share/doc/HTML/hu/artsbuilder/index.docbook
+share/doc/HTML/hu/columbo/common
+share/doc/HTML/hu/columbo/index.cache.bz2
+share/doc/HTML/hu/columbo/index.docbook
+share/doc/HTML/hu/common/1.png
+share/doc/HTML/hu/common/10.png
+share/doc/HTML/hu/common/2.png
+share/doc/HTML/hu/common/3.png
+share/doc/HTML/hu/common/4.png
+share/doc/HTML/hu/common/5.png
+share/doc/HTML/hu/common/6.png
+share/doc/HTML/hu/common/7.png
+share/doc/HTML/hu/common/8.png
+share/doc/HTML/hu/common/9.png
+share/doc/HTML/hu/common/artistic-license.html
+share/doc/HTML/hu/common/bottom1.png
+share/doc/HTML/hu/common/bottom2.png
+share/doc/HTML/hu/common/bsd-license.html
+share/doc/HTML/hu/common/doctop1.png
+share/doc/HTML/hu/common/doctop1a.png
+share/doc/HTML/hu/common/doctop1b.png
+share/doc/HTML/hu/common/doctop2.png
+share/doc/HTML/hu/common/fdl-license
+share/doc/HTML/hu/common/fdl-license.html
+share/doc/HTML/hu/common/fdl-translated.html
+share/doc/HTML/hu/common/gpl-license
+share/doc/HTML/hu/common/gpl-license.html
+share/doc/HTML/hu/common/gpl-translated.html
+share/doc/HTML/hu/common/kde-common.css
+share/doc/HTML/hu/common/kde-default.css
+share/doc/HTML/hu/common/kde-localised.css
+share/doc/HTML/hu/common/kde-localised.css.template
+share/doc/HTML/hu/common/kde-web.css
+share/doc/HTML/hu/common/lgpl-license
+share/doc/HTML/hu/common/lgpl-license.html
+share/doc/HTML/hu/common/lgpl-translated.html
+share/doc/HTML/hu/common/logotp3.png
+share/doc/HTML/hu/common/qpl-license.html
+share/doc/HTML/hu/common/shadow.png
+share/doc/HTML/hu/common/web-docbottom.png
+share/doc/HTML/hu/common/web-doctop.png
+share/doc/HTML/hu/common/x11-license.html
+share/doc/HTML/hu/common/xml.dcl
+share/doc/HTML/hu/kab/common
+share/doc/HTML/hu/kab/index.cache.bz2
+share/doc/HTML/hu/kab/index.docbook
+share/doc/HTML/hu/kaddressbook/common
+share/doc/HTML/hu/kaddressbook/index.cache.bz2
+share/doc/HTML/hu/kaddressbook/index.docbook
+share/doc/HTML/hu/kandy/common
+share/doc/HTML/hu/kandy/index.cache.bz2
+share/doc/HTML/hu/kandy/index.docbook
+share/doc/HTML/hu/karm/common
+share/doc/HTML/hu/karm/index.cache.bz2
+share/doc/HTML/hu/karm/index.docbook
+share/doc/HTML/hu/kasteroids/common
+share/doc/HTML/hu/kasteroids/index.cache.bz2
+share/doc/HTML/hu/kasteroids/index.docbook
+share/doc/HTML/hu/kate-plugins/common
+share/doc/HTML/hu/kate-plugins/helloworld.docbook
+share/doc/HTML/hu/kate-plugins/htmltools.docbook
+share/doc/HTML/hu/kate-plugins/index.cache.bz2
+share/doc/HTML/hu/kate-plugins/index.docbook
+share/doc/HTML/hu/kate-plugins/insertcommand.docbook
+share/doc/HTML/hu/kate-plugins/openheader.docbook
+share/doc/HTML/hu/kate-plugins/projectmanager.docbook
+share/doc/HTML/hu/kate-plugins/textfilter.docbook
+share/doc/HTML/hu/kate-plugins/xmltools.docbook
+share/doc/HTML/hu/katomic/common
+share/doc/HTML/hu/katomic/index.cache.bz2
+share/doc/HTML/hu/katomic/index.docbook
+share/doc/HTML/hu/kbackgammon/common
+share/doc/HTML/hu/kbackgammon/index.cache.bz2
+share/doc/HTML/hu/kbackgammon/index.docbook
+share/doc/HTML/hu/kbattleship/common
+share/doc/HTML/hu/kbattleship/index.cache.bz2
+share/doc/HTML/hu/kbattleship/index.docbook
+share/doc/HTML/hu/kblackbox/common
+share/doc/HTML/hu/kblackbox/index.cache.bz2
+share/doc/HTML/hu/kblackbox/index.docbook
+share/doc/HTML/hu/kbounce/common
+share/doc/HTML/hu/kbounce/index.cache.bz2
+share/doc/HTML/hu/kbounce/index.docbook
+share/doc/HTML/hu/kcalc/common
+share/doc/HTML/hu/kcalc/index.cache.bz2
+share/doc/HTML/hu/kcalc/index.docbook
+share/doc/HTML/hu/kcoloredit/common
+share/doc/HTML/hu/kcoloredit/index.cache.bz2
+share/doc/HTML/hu/kcoloredit/index.docbook
+share/doc/HTML/hu/kcontrol/kcmaccess.docbook
+share/doc/HTML/hu/kcontrol/kcmaction.docbook
+share/doc/HTML/hu/kcontrol/kcmbackgnd.docbook
+share/doc/HTML/hu/kcontrol/kcmbatmon.docbook
+share/doc/HTML/hu/kcontrol/kcmbell.docbook
+share/doc/HTML/hu/kcontrol/kcmblockdev.docbook
+share/doc/HTML/hu/kcontrol/kcmcolor.docbook
+share/doc/HTML/hu/kcontrol/kcmcookie.docbook
+share/doc/HTML/hu/kcontrol/kcmcrypto.docbook
+share/doc/HTML/hu/kcontrol/kcmcss.docbook
+share/doc/HTML/hu/kcontrol/kcmdatetime.docbook
+share/doc/HTML/hu/kcontrol/kcmdesktop.docbook
+share/doc/HTML/hu/kcontrol/kcmdeviceinfo.docbook
+share/doc/HTML/hu/kcontrol/kcmdmainfo.docbook
+share/doc/HTML/hu/kcontrol/kcmebrowse.docbook
+share/doc/HTML/hu/kcontrol/kcmemail.docbook
+share/doc/HTML/hu/kcontrol/kcmenergy.docbook
+share/doc/HTML/hu/kcontrol/kcmfile.docbook
+share/doc/HTML/hu/kcontrol/kcmfileman.docbook
+share/doc/HTML/hu/kcontrol/kcmfonts.docbook
+share/doc/HTML/hu/kcontrol/kcmhelpindex.docbook
+share/doc/HTML/hu/kcontrol/kcmicon.docbook
+share/doc/HTML/hu/kcontrol/kcmintinfo.docbook
+share/doc/HTML/hu/kcontrol/kcmioportinfo.docbook
+share/doc/HTML/hu/kcontrol/kcmkbd.docbook
+share/doc/HTML/hu/kcontrol/kcmkbrowse.docbook
+share/doc/HTML/hu/kcontrol/kcmkeybind.docbook
+share/doc/HTML/hu/kcontrol/kcmkonsole.docbook
+share/doc/HTML/hu/kcontrol/kcmlaunch.docbook
+share/doc/HTML/hu/kcontrol/kcmlisa.docbook
+share/doc/HTML/hu/kcontrol/kcmlocate.docbook
+share/doc/HTML/hu/kcontrol/kcmloginmanage.docbook
+share/doc/HTML/hu/kcontrol/kcmlowbatcrit.docbook
+share/doc/HTML/hu/kcontrol/kcmlowbatwarn.docbook
+share/doc/HTML/hu/kcontrol/kcmmemoryinfo.docbook
+share/doc/HTML/hu/kcontrol/kcmmidi.docbook
+share/doc/HTML/hu/kcontrol/kcmmixer.docbook
+share/doc/HTML/hu/kcontrol/kcmmouse.docbook
+share/doc/HTML/hu/kcontrol/kcmpanel.docbook
+share/doc/HTML/hu/kcontrol/kcmpartitioninfo.docbook
+share/doc/HTML/hu/kcontrol/kcmpasswd.docbook
+share/doc/HTML/hu/kcontrol/kcmpciinfo.docbook
+share/doc/HTML/hu/kcontrol/kcmpcmcia.docbook
+share/doc/HTML/hu/kcontrol/kcmpowerctrl.docbook
+share/doc/HTML/hu/kcontrol/kcmprocinfo.docbook
+share/doc/HTML/hu/kcontrol/kcmproxie.docbook
+share/doc/HTML/hu/kcontrol/kcmscnsave.docbook
+share/doc/HTML/hu/kcontrol/kcmscsiinfo.docbook
+share/doc/HTML/hu/kcontrol/kcmsmbstat.docbook
+share/doc/HTML/hu/kcontrol/kcmsndinfo.docbook
+share/doc/HTML/hu/kcontrol/kcmsndsrv.docbook
+share/doc/HTML/hu/kcontrol/kcmsocks.docbook
+share/doc/HTML/hu/kcontrol/kcmstyle.docbook
+share/doc/HTML/hu/kcontrol/kcmsysnotify.docbook
+share/doc/HTML/hu/kcontrol/kcmtalk.docbook
+share/doc/HTML/hu/kcontrol/kcmtaskbar.docbook
+share/doc/HTML/hu/kcontrol/kcmusb.docbook
+share/doc/HTML/hu/kcontrol/kcmuseragent.docbook
+share/doc/HTML/hu/kcontrol/kcmwinshare.docbook
+share/doc/HTML/hu/kcontrol/kcmxservinfo.docbook
+share/doc/HTML/hu/kdebugdialog/common
+share/doc/HTML/hu/kdebugdialog/index.cache.bz2
+share/doc/HTML/hu/kdebugdialog/index.docbook
+share/doc/HTML/hu/kdesu/common
+share/doc/HTML/hu/kdesu/index.cache.bz2
+share/doc/HTML/hu/kdesu/index.docbook
+share/doc/HTML/hu/kdf/common
+share/doc/HTML/hu/kdf/index.cache.bz2
+share/doc/HTML/hu/kdf/index.docbook
+share/doc/HTML/hu/kdm/common
+share/doc/HTML/hu/kdm/index.cache.bz2
+share/doc/HTML/hu/kdm/index.docbook
+share/doc/HTML/hu/kdvi/common
+share/doc/HTML/hu/kdvi/index.cache.bz2
+share/doc/HTML/hu/kdvi/index.docbook
+share/doc/HTML/hu/kedit/common
+share/doc/HTML/hu/kedit/index.cache.bz2
+share/doc/HTML/hu/kedit/index.docbook
+share/doc/HTML/hu/kenolaba/common
+share/doc/HTML/hu/kenolaba/index.cache.bz2
+share/doc/HTML/hu/kenolaba/index.docbook
+share/doc/HTML/hu/kfind/common
+share/doc/HTML/hu/kfind/index.cache.bz2
+share/doc/HTML/hu/kfind/index.docbook
+share/doc/HTML/hu/kfloppy/common
+share/doc/HTML/hu/kfloppy/index.cache.bz2
+share/doc/HTML/hu/kfloppy/index.docbook
+share/doc/HTML/hu/kformula/common
+share/doc/HTML/hu/kformula/index.cache.bz2
+share/doc/HTML/hu/kformula/index.docbook
+share/doc/HTML/hu/kfouleggs/common
+share/doc/HTML/hu/kfouleggs/index.cache.bz2
+share/doc/HTML/hu/kfouleggs/index.docbook
+share/doc/HTML/hu/kfract/common
+share/doc/HTML/hu/kfract/index.cache.bz2
+share/doc/HTML/hu/kfract/index.docbook
+share/doc/HTML/hu/kgeo/common
+share/doc/HTML/hu/kgeo/index.cache.bz2
+share/doc/HTML/hu/kgeo/index.docbook
+share/doc/HTML/hu/kghostview/common
+share/doc/HTML/hu/kghostview/index.cache.bz2
+share/doc/HTML/hu/kghostview/index.docbook
+share/doc/HTML/hu/khangman/common
+share/doc/HTML/hu/khangman/index.cache.bz2
+share/doc/HTML/hu/khangman/index.docbook
+share/doc/HTML/hu/khelpcenter/common
+share/doc/HTML/hu/khelpcenter/contact.docbook
+share/doc/HTML/hu/khelpcenter/glossary/common
+share/doc/HTML/hu/khelpcenter/glossary/index.cache.bz2
+share/doc/HTML/hu/khelpcenter/glossary/index.docbook
+share/doc/HTML/hu/khelpcenter/help.docbook
+share/doc/HTML/hu/khelpcenter/index.cache.bz2
+share/doc/HTML/hu/khelpcenter/index.docbook
+share/doc/HTML/hu/khelpcenter/links.docbook
+share/doc/HTML/hu/khelpcenter/quickstart/common
+share/doc/HTML/hu/khelpcenter/quickstart/index.cache.bz2
+share/doc/HTML/hu/khelpcenter/quickstart/index.docbook
+share/doc/HTML/hu/khelpcenter/support.docbook
+share/doc/HTML/hu/khelpcenter/visualdict/common
+share/doc/HTML/hu/khelpcenter/visualdict/index.cache.bz2
+share/doc/HTML/hu/khelpcenter/visualdict/index.docbook
+share/doc/HTML/hu/khelpcenter/visualdict/pict1.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict10.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict11.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict12.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict13.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict14.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict15.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict16.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict17.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict18.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict19.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict2.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict20.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict3.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict4.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict5.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict6.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict7.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict8.png
+share/doc/HTML/hu/khelpcenter/visualdict/pict9.png
+share/doc/HTML/hu/khelpcenter/welcome.docbook
+share/doc/HTML/hu/khelpcenter/whatiskde.docbook
+share/doc/HTML/hu/khexedit/common
+share/doc/HTML/hu/khexedit/index.cache.bz2
+share/doc/HTML/hu/khexedit/index.docbook
+share/doc/HTML/hu/kicker-applets/common
+share/doc/HTML/hu/kicker-applets/index.cache.bz2
+share/doc/HTML/hu/kicker-applets/index.docbook
+share/doc/HTML/hu/kicker-applets/kolourpicker.docbook
+share/doc/HTML/hu/kicker-applets/ktimemon.docbook
+share/doc/HTML/hu/kicker/common
+share/doc/HTML/hu/kicker/index.cache.bz2
+share/doc/HTML/hu/kicker/index.docbook
+share/doc/HTML/hu/kiconedit/common
+share/doc/HTML/hu/kiconedit/index.cache.bz2
+share/doc/HTML/hu/kiconedit/index.docbook
+share/doc/HTML/hu/kioslave/audiocd.docbook
+share/doc/HTML/hu/kioslave/bzip.docbook
+share/doc/HTML/hu/kioslave/bzip2.docbook
+share/doc/HTML/hu/kioslave/common
+share/doc/HTML/hu/kioslave/file.docbook
+share/doc/HTML/hu/kioslave/finger.docbook
+share/doc/HTML/hu/kioslave/floppy.docbook
+share/doc/HTML/hu/kioslave/ftp.docbook
+share/doc/HTML/hu/kioslave/gopher.docbook
+share/doc/HTML/hu/kioslave/gzip.docbook
+share/doc/HTML/hu/kioslave/help.docbook
+share/doc/HTML/hu/kioslave/http.docbook
+share/doc/HTML/hu/kioslave/https.docbook
+share/doc/HTML/hu/kioslave/imap.docbook
+share/doc/HTML/hu/kioslave/imaps.docbook
+share/doc/HTML/hu/kioslave/index.docbook
+share/doc/HTML/hu/kioslave/info.docbook
+share/doc/HTML/hu/kioslave/lan.docbook
+share/doc/HTML/hu/kioslave/ldap.docbook
+share/doc/HTML/hu/kioslave/mailto.docbook
+share/doc/HTML/hu/kioslave/man.docbook
+share/doc/HTML/hu/kioslave/news.docbook
+share/doc/HTML/hu/kioslave/nfs.docbook
+share/doc/HTML/hu/kioslave/nntp.docbook
+share/doc/HTML/hu/kioslave/pop3.docbook
+share/doc/HTML/hu/kioslave/pop3s.docbook
+share/doc/HTML/hu/kioslave/rlan.docbook
+share/doc/HTML/hu/kioslave/rlogin.docbook
+share/doc/HTML/hu/kioslave/sftp.docbook
+share/doc/HTML/hu/kioslave/smb.docbook
+share/doc/HTML/hu/kioslave/smtp.docbook
+share/doc/HTML/hu/kioslave/tar.docbook
+share/doc/HTML/hu/kioslave/telnet.docbook
+share/doc/HTML/hu/kioslave/thumbnail.docbook
+share/doc/HTML/hu/kioslave/webdav.docbook
+share/doc/HTML/hu/kioslave/webdavs.docbook
+share/doc/HTML/hu/kit/common
+share/doc/HTML/hu/kit/index.cache.bz2
+share/doc/HTML/hu/kit/index.docbook
+share/doc/HTML/hu/kjots/common
+share/doc/HTML/hu/kjots/index.cache.bz2
+share/doc/HTML/hu/kjots/index.docbook
+share/doc/HTML/hu/kjumpingcube/common
+share/doc/HTML/hu/kjumpingcube/index.cache.bz2
+share/doc/HTML/hu/kjumpingcube/index.docbook
+share/doc/HTML/hu/klettres/common
+share/doc/HTML/hu/klettres/index.cache.bz2
+share/doc/HTML/hu/klettres/index.docbook
+share/doc/HTML/hu/klines/common
+share/doc/HTML/hu/klines/index.cache.bz2
+share/doc/HTML/hu/klines/index.docbook
+share/doc/HTML/hu/klipper/common
+share/doc/HTML/hu/klipper/index.cache.bz2
+share/doc/HTML/hu/klipper/index.docbook
+share/doc/HTML/hu/kljettool/common
+share/doc/HTML/hu/kljettool/index.cache.bz2
+share/doc/HTML/hu/kljettool/index.docbook
+share/doc/HTML/hu/klpq/common
+share/doc/HTML/hu/klpq/index.cache.bz2
+share/doc/HTML/hu/klpq/index.docbook
+share/doc/HTML/hu/klprfax/common
+share/doc/HTML/hu/klprfax/index.cache.bz2
+share/doc/HTML/hu/klprfax/index.docbook
+share/doc/HTML/hu/kmenuedit/common
+share/doc/HTML/hu/kmenuedit/index.cache.bz2
+share/doc/HTML/hu/kmenuedit/index.docbook
+share/doc/HTML/hu/kmessedwords/common
+share/doc/HTML/hu/kmessedwords/index.cache.bz2
+share/doc/HTML/hu/kmessedwords/index.docbook
+share/doc/HTML/hu/kmines/common
+share/doc/HTML/hu/kmines/index.cache.bz2
+share/doc/HTML/hu/kmines/index.docbook
+share/doc/HTML/hu/kmix/common
+share/doc/HTML/hu/kmix/index.cache.bz2
+share/doc/HTML/hu/kmix/index.docbook
+share/doc/HTML/hu/kmoon/common
+share/doc/HTML/hu/kmoon/index.cache.bz2
+share/doc/HTML/hu/kmoon/index.docbook
+share/doc/HTML/hu/knode/common
+share/doc/HTML/hu/knode/index.cache.bz2
+share/doc/HTML/hu/knode/index.docbook
+share/doc/HTML/hu/knotes/common
+share/doc/HTML/hu/knotes/index.cache.bz2
+share/doc/HTML/hu/knotes/index.docbook
+share/doc/HTML/hu/kodo/common
+share/doc/HTML/hu/kodo/index.cache.bz2
+share/doc/HTML/hu/kodo/index.docbook
+share/doc/HTML/hu/konq-plugins/archiver.docbook
+share/doc/HTML/hu/konq-plugins/babel.docbook
+share/doc/HTML/hu/konq-plugins/common
+share/doc/HTML/hu/konq-plugins/dirfilter.docbook
+share/doc/HTML/hu/konq-plugins/domtree.docbook
+share/doc/HTML/hu/konq-plugins/imgallery.docbook
+share/doc/HTML/hu/konq-plugins/index.cache.bz2
+share/doc/HTML/hu/konq-plugins/index.docbook
+share/doc/HTML/hu/konq-plugins/kuick.docbook
+share/doc/HTML/hu/konq-plugins/mediaplayer.docbook
+share/doc/HTML/hu/konq-plugins/settings.docbook
+share/doc/HTML/hu/konq-plugins/uachanger.docbook
+share/doc/HTML/hu/konq-plugins/validators.docbook
+share/doc/HTML/hu/konquest/common
+share/doc/HTML/hu/konquest/index.cache.bz2
+share/doc/HTML/hu/konquest/index.docbook
+share/doc/HTML/hu/konsole/common
+share/doc/HTML/hu/konsole/index.cache.bz2
+share/doc/HTML/hu/konsole/index.docbook
+share/doc/HTML/hu/kooka/common
+share/doc/HTML/hu/kooka/index.cache.bz2
+share/doc/HTML/hu/kooka/index.docbook
+share/doc/HTML/hu/korn/common
+share/doc/HTML/hu/korn/index.cache.bz2
+share/doc/HTML/hu/korn/index.docbook
+share/doc/HTML/hu/koshell/common
+share/doc/HTML/hu/koshell/index.cache.bz2
+share/doc/HTML/hu/koshell/index.docbook
+share/doc/HTML/hu/kpager/common
+share/doc/HTML/hu/kpager/index.cache.bz2
+share/doc/HTML/hu/kpager/index.docbook
+share/doc/HTML/hu/kpaint/common
+share/doc/HTML/hu/kpaint/index.cache.bz2
+share/doc/HTML/hu/kpaint/index.docbook
+share/doc/HTML/hu/kpat/common
+share/doc/HTML/hu/kpat/index.cache.bz2
+share/doc/HTML/hu/kpat/index.docbook
+share/doc/HTML/hu/kpf/common
+share/doc/HTML/hu/kpf/index.cache.bz2
+share/doc/HTML/hu/kpf/index.docbook
+share/doc/HTML/hu/kpm/common
+share/doc/HTML/hu/kpm/index.cache.bz2
+share/doc/HTML/hu/kpm/index.docbook
+share/doc/HTML/hu/kpoker/common
+share/doc/HTML/hu/kpoker/index.cache.bz2
+share/doc/HTML/hu/kpoker/index.docbook
+share/doc/HTML/hu/kreversi/common
+share/doc/HTML/hu/kreversi/index.cache.bz2
+share/doc/HTML/hu/kreversi/index.docbook
+share/doc/HTML/hu/krn/common
+share/doc/HTML/hu/krn/index.cache.bz2
+share/doc/HTML/hu/krn/index.docbook
+share/doc/HTML/hu/kruler/common
+share/doc/HTML/hu/kruler/index.cache.bz2
+share/doc/HTML/hu/kruler/index.docbook
+share/doc/HTML/hu/ksame/common
+share/doc/HTML/hu/ksame/index.cache.bz2
+share/doc/HTML/hu/ksame/index.docbook
+share/doc/HTML/hu/kscore/common
+share/doc/HTML/hu/kscore/index.cache.bz2
+share/doc/HTML/hu/kscore/index.docbook
+share/doc/HTML/hu/kshisen/common
+share/doc/HTML/hu/kshisen/index.cache.bz2
+share/doc/HTML/hu/kshisen/index.docbook
+share/doc/HTML/hu/ksirtet/common
+share/doc/HTML/hu/ksirtet/index.cache.bz2
+share/doc/HTML/hu/ksirtet/index.docbook
+share/doc/HTML/hu/ksnake/common
+share/doc/HTML/hu/ksnake/index.cache.bz2
+share/doc/HTML/hu/ksnake/index.docbook
+share/doc/HTML/hu/ksnapshot/common
+share/doc/HTML/hu/ksnapshot/index.cache.bz2
+share/doc/HTML/hu/ksnapshot/index.docbook
+share/doc/HTML/hu/ksokoban/common
+share/doc/HTML/hu/ksokoban/index.cache.bz2
+share/doc/HTML/hu/ksokoban/index.docbook
+share/doc/HTML/hu/kspaceduel/common
+share/doc/HTML/hu/kspaceduel/index.cache.bz2
+share/doc/HTML/hu/kspaceduel/index.docbook
+share/doc/HTML/hu/kspell/common
+share/doc/HTML/hu/kspell/index.cache.bz2
+share/doc/HTML/hu/kspell/index.docbook
+share/doc/HTML/hu/ksysguard/common
+share/doc/HTML/hu/ksysguard/index.cache.bz2
+share/doc/HTML/hu/ksysguard/index.docbook
+share/doc/HTML/hu/kteatime/common
+share/doc/HTML/hu/kteatime/index.cache.bz2
+share/doc/HTML/hu/kteatime/index.docbook
+share/doc/HTML/hu/ktouch/common
+share/doc/HTML/hu/ktouch/index.cache.bz2
+share/doc/HTML/hu/ktouch/index.docbook
+share/doc/HTML/hu/ktron/common
+share/doc/HTML/hu/ktron/index.cache.bz2
+share/doc/HTML/hu/ktron/index.docbook
+share/doc/HTML/hu/ktuberling/common
+share/doc/HTML/hu/ktuberling/index.cache.bz2
+share/doc/HTML/hu/ktuberling/index.docbook
+share/doc/HTML/hu/kuickshow/common
+share/doc/HTML/hu/kuickshow/index.cache.bz2
+share/doc/HTML/hu/kuickshow/index.docbook
+share/doc/HTML/hu/kuser/common
+share/doc/HTML/hu/kuser/index.cache.bz2
+share/doc/HTML/hu/kuser/index.docbook
+share/doc/HTML/hu/kview/common
+share/doc/HTML/hu/kview/index.cache.bz2
+share/doc/HTML/hu/kview/index.docbook
+share/doc/HTML/hu/kweather/common
+share/doc/HTML/hu/kweather/index.cache.bz2
+share/doc/HTML/hu/kweather/index.docbook
+share/doc/HTML/hu/kwin4/common
+share/doc/HTML/hu/kwin4/index.cache.bz2
+share/doc/HTML/hu/kwin4/index.docbook
+share/doc/HTML/hu/kworldclock/common
+share/doc/HTML/hu/kworldclock/index.cache.bz2
+share/doc/HTML/hu/kworldclock/index.docbook
+share/doc/HTML/hu/kwrite/common
+share/doc/HTML/hu/kwrite/index.cache.bz2
+share/doc/HTML/hu/kwrite/index.docbook
+share/doc/HTML/hu/kwuftpd/common
+share/doc/HTML/hu/kwuftpd/index.cache.bz2
+share/doc/HTML/hu/kwuftpd/index.docbook
+share/doc/HTML/hu/lskat/common
+share/doc/HTML/hu/lskat/index.cache.bz2
+share/doc/HTML/hu/lskat/index.docbook
+share/doc/HTML/hu/noatun/common
+share/doc/HTML/hu/noatun/index.cache.bz2
+share/doc/HTML/hu/noatun/index.docbook
+share/doc/HTML/hu/pixie/common
+share/doc/HTML/hu/pixie/index.cache.bz2
+share/doc/HTML/hu/pixie/index.docbook
+share/doc/HTML/hu/thesaurus/common
+share/doc/HTML/hu/thesaurus/index.cache.bz2
+share/doc/HTML/hu/thesaurus/index.docbook
+share/locale/hu/LC_MESSAGES/Kiten.mo
+share/locale/hu/LC_MESSAGES/aktion.mo
+share/locale/hu/LC_MESSAGES/amor.mo
+share/locale/hu/LC_MESSAGES/appletproxy.mo
+share/locale/hu/LC_MESSAGES/ark.mo
+share/locale/hu/LC_MESSAGES/artsbuilder.mo
+share/locale/hu/LC_MESSAGES/artscontrol.mo
+share/locale/hu/LC_MESSAGES/atlantik.mo
+share/locale/hu/LC_MESSAGES/babelfish.mo
+share/locale/hu/LC_MESSAGES/caitoo.mo
+share/locale/hu/LC_MESSAGES/cervisia.mo
+share/locale/hu/LC_MESSAGES/childpanelextension.mo
+share/locale/hu/LC_MESSAGES/clockapplet.mo
+share/locale/hu/LC_MESSAGES/colfind.mo
+share/locale/hu/LC_MESSAGES/columbo.mo
+share/locale/hu/LC_MESSAGES/cookbook.mo
+share/locale/hu/LC_MESSAGES/cupsdconf.mo
+share/locale/hu/LC_MESSAGES/desktop.mo
+share/locale/hu/LC_MESSAGES/devcenter.mo
+share/locale/hu/LC_MESSAGES/dirfilterplugin.mo
+share/locale/hu/LC_MESSAGES/domtreeviewer.mo
+share/locale/hu/LC_MESSAGES/drkonqi.mo
+share/locale/hu/LC_MESSAGES/dub.mo
+share/locale/hu/LC_MESSAGES/empath.mo
+share/locale/hu/LC_MESSAGES/extensionproxy.mo
+share/locale/hu/LC_MESSAGES/filetypes.mo
+share/locale/hu/LC_MESSAGES/fontinst.mo
+share/locale/hu/LC_MESSAGES/gideon.mo
+share/locale/hu/LC_MESSAGES/gofai.mo
+share/locale/hu/LC_MESSAGES/htmlsearch.mo
+share/locale/hu/LC_MESSAGES/imagerename_plugin.mo
+share/locale/hu/LC_MESSAGES/imgalleryplugin.mo
+share/locale/hu/LC_MESSAGES/kab.mo
+share/locale/hu/LC_MESSAGES/kab3.mo
+share/locale/hu/LC_MESSAGES/kaboodle.mo
+share/locale/hu/LC_MESSAGES/kaccess.mo
+share/locale/hu/LC_MESSAGES/kaddressbook.mo
+share/locale/hu/LC_MESSAGES/kafka.mo
+share/locale/hu/LC_MESSAGES/kalaktic.mo
+share/locale/hu/LC_MESSAGES/kalarm.mo
+share/locale/hu/LC_MESSAGES/kalarmd.mo
+share/locale/hu/LC_MESSAGES/kalarmdgui.mo
+share/locale/hu/LC_MESSAGES/kandy.mo
+share/locale/hu/LC_MESSAGES/kaphorism.mo
+share/locale/hu/LC_MESSAGES/kappfinder.mo
+share/locale/hu/LC_MESSAGES/karchiver.mo
+share/locale/hu/LC_MESSAGES/karm.mo
+share/locale/hu/LC_MESSAGES/kasbarextension.mo
+share/locale/hu/LC_MESSAGES/kasteroids.mo
+share/locale/hu/LC_MESSAGES/katalog.mo
+share/locale/hu/LC_MESSAGES/kate.mo
+share/locale/hu/LC_MESSAGES/katehelloworld.mo
+share/locale/hu/LC_MESSAGES/katehtmltools.mo
+share/locale/hu/LC_MESSAGES/kateinsertcommand.mo
+share/locale/hu/LC_MESSAGES/kateopenheader.mo
+share/locale/hu/LC_MESSAGES/katepart.mo
+share/locale/hu/LC_MESSAGES/kateprojectmanager.mo
+share/locale/hu/LC_MESSAGES/katetextfilter.mo
+share/locale/hu/LC_MESSAGES/katexmltools.mo
+share/locale/hu/LC_MESSAGES/katomic.mo
+share/locale/hu/LC_MESSAGES/kautorun.mo
+share/locale/hu/LC_MESSAGES/kbabel.mo
+share/locale/hu/LC_MESSAGES/kbackgammon.mo
+share/locale/hu/LC_MESSAGES/kbattleship.mo
+share/locale/hu/LC_MESSAGES/kbiff.mo
+share/locale/hu/LC_MESSAGES/kblackbox.mo
+share/locale/hu/LC_MESSAGES/kbounce.mo
+share/locale/hu/LC_MESSAGES/kbugbuster.mo
+share/locale/hu/LC_MESSAGES/kcalc.mo
+share/locale/hu/LC_MESSAGES/kcardchooser.mo
+share/locale/hu/LC_MESSAGES/kcharselect.mo
+share/locale/hu/LC_MESSAGES/kcharselectapplet.mo
+share/locale/hu/LC_MESSAGES/kcm_scsimanager.mo
+share/locale/hu/LC_MESSAGES/kcm_splash.mo
+share/locale/hu/LC_MESSAGES/kcmaccess.mo
+share/locale/hu/LC_MESSAGES/kcmarts.mo
+share/locale/hu/LC_MESSAGES/kcmaudiocd.mo
+share/locale/hu/LC_MESSAGES/kcmbackground.mo
+share/locale/hu/LC_MESSAGES/kcmbell.mo
+share/locale/hu/LC_MESSAGES/kcmbind.mo
+share/locale/hu/LC_MESSAGES/kcmcolors.mo
+share/locale/hu/LC_MESSAGES/kcmcrypto.mo
+share/locale/hu/LC_MESSAGES/kcmcss.mo
+share/locale/hu/LC_MESSAGES/kcmdhcpd.mo
+share/locale/hu/LC_MESSAGES/kcmemail.mo
+share/locale/hu/LC_MESSAGES/kcmenergy.mo
+share/locale/hu/LC_MESSAGES/kcmfonts.mo
+share/locale/hu/LC_MESSAGES/kcmgofai.mo
+share/locale/hu/LC_MESSAGES/kcmhtmlsearch.mo
+share/locale/hu/LC_MESSAGES/kcmicons.mo
+share/locale/hu/LC_MESSAGES/kcminfo.mo
+share/locale/hu/LC_MESSAGES/kcminput.mo
+share/locale/hu/LC_MESSAGES/kcmioslaveinfo.mo
+share/locale/hu/LC_MESSAGES/kcmiwatcher.mo
+share/locale/hu/LC_MESSAGES/kcmkamera.mo
+share/locale/hu/LC_MESSAGES/kcmkclock.mo
+share/locale/hu/LC_MESSAGES/kcmkdb.mo
+share/locale/hu/LC_MESSAGES/kcmkeys.mo
+share/locale/hu/LC_MESSAGES/kcmkicker.mo
+share/locale/hu/LC_MESSAGES/kcmkio.mo
+share/locale/hu/LC_MESSAGES/kcmkmix.mo
+share/locale/hu/LC_MESSAGES/kcmkonq.mo
+share/locale/hu/LC_MESSAGES/kcmkonqhtml.mo
+share/locale/hu/LC_MESSAGES/kcmkonsole.mo
+share/locale/hu/LC_MESSAGES/kcmktalkd.mo
+share/locale/hu/LC_MESSAGES/kcmkuick.mo
+share/locale/hu/LC_MESSAGES/kcmkurifilt.mo
+share/locale/hu/LC_MESSAGES/kcmkwindecoration.mo
+share/locale/hu/LC_MESSAGES/kcmkwintheme.mo
+share/locale/hu/LC_MESSAGES/kcmkwm.mo
+share/locale/hu/LC_MESSAGES/kcmkxmlrpcd.mo
+share/locale/hu/LC_MESSAGES/kcmlanbrowser.mo
+share/locale/hu/LC_MESSAGES/kcmlaptop.mo
+share/locale/hu/LC_MESSAGES/kcmlaunch.mo
+share/locale/hu/LC_MESSAGES/kcmlayout.mo
+share/locale/hu/LC_MESSAGES/kcmlilo.mo
+share/locale/hu/LC_MESSAGES/kcmlinuz.mo
+share/locale/hu/LC_MESSAGES/kcmlocale.mo
+share/locale/hu/LC_MESSAGES/kcmmediacontrol.mo
+share/locale/hu/LC_MESSAGES/kcmmidi.mo
+share/locale/hu/LC_MESSAGES/kcmnapster.mo
+share/locale/hu/LC_MESSAGES/kcmnewsticker.mo
+share/locale/hu/LC_MESSAGES/kcmnic.mo
+share/locale/hu/LC_MESSAGES/kcmnotify.mo
+share/locale/hu/LC_MESSAGES/kcmodbc.mo
+share/locale/hu/LC_MESSAGES/kcmsamba.mo
+share/locale/hu/LC_MESSAGES/kcmsblive.mo
+share/locale/hu/LC_MESSAGES/kcmscreensaver.mo
+share/locale/hu/LC_MESSAGES/kcmsmartcard.mo
+share/locale/hu/LC_MESSAGES/kcmsmserver.mo
+share/locale/hu/LC_MESSAGES/kcmsocks.mo
+share/locale/hu/LC_MESSAGES/kcmspellchecking.mo
+share/locale/hu/LC_MESSAGES/kcmstyle.mo
+share/locale/hu/LC_MESSAGES/kcmtaskbar.mo
+share/locale/hu/LC_MESSAGES/kcmthemes.mo
+share/locale/hu/LC_MESSAGES/kcmusb.mo
+share/locale/hu/LC_MESSAGES/kcmuserenv.mo
+share/locale/hu/LC_MESSAGES/kcmvdvd.mo
+share/locale/hu/LC_MESSAGES/kcoloredit.mo
+share/locale/hu/LC_MESSAGES/kcontrol.mo
+share/locale/hu/LC_MESSAGES/kcron.mo
+share/locale/hu/LC_MESSAGES/kdao.mo
+share/locale/hu/LC_MESSAGES/kdat.mo
+share/locale/hu/LC_MESSAGES/kdbbrowser.mo
+share/locale/hu/LC_MESSAGES/kdcop.mo
+share/locale/hu/LC_MESSAGES/kdebugdialog.mo
+share/locale/hu/LC_MESSAGES/kdelibs.mo
+share/locale/hu/LC_MESSAGES/kdepasswd.mo
+share/locale/hu/LC_MESSAGES/kdeprintfax.mo
+share/locale/hu/LC_MESSAGES/kdesktop.mo
+share/locale/hu/LC_MESSAGES/kdessh.mo
+share/locale/hu/LC_MESSAGES/kdestdifacedemo.mo
+share/locale/hu/LC_MESSAGES/kdesu.mo
+share/locale/hu/LC_MESSAGES/kdesud.mo
+share/locale/hu/LC_MESSAGES/kdevelop.mo
+share/locale/hu/LC_MESSAGES/kdevtipofday.mo
+share/locale/hu/LC_MESSAGES/kdf.mo
+share/locale/hu/LC_MESSAGES/kdict.mo
+share/locale/hu/LC_MESSAGES/kdictapplet.mo
+share/locale/hu/LC_MESSAGES/kdmchooser.mo
+share/locale/hu/LC_MESSAGES/kdmconfig.mo
+share/locale/hu/LC_MESSAGES/kdmgreet.mo
+share/locale/hu/LC_MESSAGES/kdvi.mo
+share/locale/hu/LC_MESSAGES/kedit.mo
+share/locale/hu/LC_MESSAGES/keduca.mo
+share/locale/hu/LC_MESSAGES/kenolaba.mo
+share/locale/hu/LC_MESSAGES/keystone.mo
+share/locale/hu/LC_MESSAGES/kfax.mo
+share/locale/hu/LC_MESSAGES/kfifteenapplet.mo
+share/locale/hu/LC_MESSAGES/kfile_m3u.mo
+share/locale/hu/LC_MESSAGES/kfile_mp3.mo
+share/locale/hu/LC_MESSAGES/kfile_ogg.mo
+share/locale/hu/LC_MESSAGES/kfile_pdf.mo
+share/locale/hu/LC_MESSAGES/kfile_png.mo
+share/locale/hu/LC_MESSAGES/kfile_ps.mo
+share/locale/hu/LC_MESSAGES/kfile_wav.mo
+share/locale/hu/LC_MESSAGES/kfind.mo
+share/locale/hu/LC_MESSAGES/kfindpart.mo
+share/locale/hu/LC_MESSAGES/kfinger.mo
+share/locale/hu/LC_MESSAGES/kfloppy.mo
+share/locale/hu/LC_MESSAGES/kfmclient.mo
+share/locale/hu/LC_MESSAGES/kfmexec.mo
+share/locale/hu/LC_MESSAGES/kformeditor.mo
+share/locale/hu/LC_MESSAGES/kformviewer.mo
+share/locale/hu/LC_MESSAGES/kfortune.mo
+share/locale/hu/LC_MESSAGES/kfract.mo
+share/locale/hu/LC_MESSAGES/kgantt.mo
+share/locale/hu/LC_MESSAGES/kgeo.mo
+share/locale/hu/LC_MESSAGES/kghostview.mo
+share/locale/hu/LC_MESSAGES/kgnuplot.mo
+share/locale/hu/LC_MESSAGES/kgrapher.mo
+share/locale/hu/LC_MESSAGES/khangman.mo
+share/locale/hu/LC_MESSAGES/khelpcenter.mo
+share/locale/hu/LC_MESSAGES/khexedit.mo
+share/locale/hu/LC_MESSAGES/khotkeys.mo
+share/locale/hu/LC_MESSAGES/khtmlsettingsplugin.mo
+share/locale/hu/LC_MESSAGES/kicker.mo
+share/locale/hu/LC_MESSAGES/kiconedit.mo
+share/locale/hu/LC_MESSAGES/kicq.mo
+share/locale/hu/LC_MESSAGES/kikbd.mo
+share/locale/hu/LC_MESSAGES/kim.mo
+share/locale/hu/LC_MESSAGES/kio_audiocd.mo
+share/locale/hu/LC_MESSAGES/kio_finger.mo
+share/locale/hu/LC_MESSAGES/kio_floppy.mo
+share/locale/hu/LC_MESSAGES/kio_help.mo
+share/locale/hu/LC_MESSAGES/kio_imap4.mo
+share/locale/hu/LC_MESSAGES/kio_lan.mo
+share/locale/hu/LC_MESSAGES/kio_man.mo
+share/locale/hu/LC_MESSAGES/kio_nfs.mo
+share/locale/hu/LC_MESSAGES/kio_nntp.mo
+share/locale/hu/LC_MESSAGES/kio_pop3.mo
+share/locale/hu/LC_MESSAGES/kio_print.mo
+share/locale/hu/LC_MESSAGES/kio_sftp.mo
+share/locale/hu/LC_MESSAGES/kio_smb.mo
+share/locale/hu/LC_MESSAGES/kio_smbro.mo
+share/locale/hu/LC_MESSAGES/kio_smtp.mo
+share/locale/hu/LC_MESSAGES/kit.mo
+share/locale/hu/LC_MESSAGES/kjobviewer.mo
+share/locale/hu/LC_MESSAGES/kjots.mo
+share/locale/hu/LC_MESSAGES/kjumpingcube.mo
+share/locale/hu/LC_MESSAGES/klaptopdaemon.mo
+share/locale/hu/LC_MESSAGES/klatin.mo
+share/locale/hu/LC_MESSAGES/klegacyimport.mo
+share/locale/hu/LC_MESSAGES/kless.mo
+share/locale/hu/LC_MESSAGES/klettres.mo
+share/locale/hu/LC_MESSAGES/klines.mo
+share/locale/hu/LC_MESSAGES/klipper.mo
+share/locale/hu/LC_MESSAGES/kljettool.mo
+share/locale/hu/LC_MESSAGES/klock.mo
+share/locale/hu/LC_MESSAGES/klpq.mo
+share/locale/hu/LC_MESSAGES/klprfax.mo
+share/locale/hu/LC_MESSAGES/kmahjongg.mo
+share/locale/hu/LC_MESSAGES/kmail.mo
+share/locale/hu/LC_MESSAGES/kmailcvt.mo
+share/locale/hu/LC_MESSAGES/kmake.mo
+share/locale/hu/LC_MESSAGES/kmcop.mo
+share/locale/hu/LC_MESSAGES/kmenuedit.mo
+share/locale/hu/LC_MESSAGES/kmessage.mo
+share/locale/hu/LC_MESSAGES/kmessedwords.mo
+share/locale/hu/LC_MESSAGES/kmid.mo
+share/locale/hu/LC_MESSAGES/kmidi.mo
+share/locale/hu/LC_MESSAGES/kmines.mo
+share/locale/hu/LC_MESSAGES/kminipagerapplet.mo
+share/locale/hu/LC_MESSAGES/kmix.mo
+share/locale/hu/LC_MESSAGES/kmms.mo
+share/locale/hu/LC_MESSAGES/kmoon.mo
+share/locale/hu/LC_MESSAGES/knetmgr.mo
+share/locale/hu/LC_MESSAGES/knewsticker.mo
+share/locale/hu/LC_MESSAGES/knode.mo
+share/locale/hu/LC_MESSAGES/knotes.mo
+share/locale/hu/LC_MESSAGES/knotify.mo
+share/locale/hu/LC_MESSAGES/knu.mo
+share/locale/hu/LC_MESSAGES/kodo.mo
+share/locale/hu/LC_MESSAGES/kolf.mo
+share/locale/hu/LC_MESSAGES/kolourpicker.mo
+share/locale/hu/LC_MESSAGES/kompare.mo
+share/locale/hu/LC_MESSAGES/koncd.mo
+share/locale/hu/LC_MESSAGES/konqsidebar_mediaplayer.mo
+share/locale/hu/LC_MESSAGES/konqueror.mo
+share/locale/hu/LC_MESSAGES/konquest.mo
+share/locale/hu/LC_MESSAGES/konsole.mo
+share/locale/hu/LC_MESSAGES/konv.mo
+share/locale/hu/LC_MESSAGES/kooka.mo
+share/locale/hu/LC_MESSAGES/kopennap.mo
+share/locale/hu/LC_MESSAGES/korganizer.mo
+share/locale/hu/LC_MESSAGES/korn.mo
+share/locale/hu/LC_MESSAGES/kp.mo
+share/locale/hu/LC_MESSAGES/kpackage.mo
+share/locale/hu/LC_MESSAGES/kpager.mo
+share/locale/hu/LC_MESSAGES/kpaint.mo
+share/locale/hu/LC_MESSAGES/kpartapp.mo
+share/locale/hu/LC_MESSAGES/kpartsaver.mo
+share/locale/hu/LC_MESSAGES/kpat.mo
+share/locale/hu/LC_MESSAGES/kpercentage.mo
+share/locale/hu/LC_MESSAGES/kpersonalizer.mo
+share/locale/hu/LC_MESSAGES/kpf.mo
+share/locale/hu/LC_MESSAGES/kphone.mo
+share/locale/hu/LC_MESSAGES/kpilot.mo
+share/locale/hu/LC_MESSAGES/kpixmap2bitmap.mo
+share/locale/hu/LC_MESSAGES/kpm.mo
+share/locale/hu/LC_MESSAGES/kpoker.mo
+share/locale/hu/LC_MESSAGES/kpovmodeler.mo
+share/locale/hu/LC_MESSAGES/kppp.mo
+share/locale/hu/LC_MESSAGES/kppplogview.mo
+share/locale/hu/LC_MESSAGES/kprinter.mo
+share/locale/hu/LC_MESSAGES/kreadconfig.mo
+share/locale/hu/LC_MESSAGES/kregexpeditor.mo
+share/locale/hu/LC_MESSAGES/kreversi.mo
+share/locale/hu/LC_MESSAGES/krn.mo
+share/locale/hu/LC_MESSAGES/kruler.mo
+share/locale/hu/LC_MESSAGES/krunapplet.mo
+share/locale/hu/LC_MESSAGES/ksame.mo
+share/locale/hu/LC_MESSAGES/kscd.mo
+share/locale/hu/LC_MESSAGES/kscoreapplet.mo
+share/locale/hu/LC_MESSAGES/kshisen.mo
+share/locale/hu/LC_MESSAGES/ksirc.mo
+share/locale/hu/LC_MESSAGES/ksirtet.mo
+share/locale/hu/LC_MESSAGES/ksmiletris.mo
+share/locale/hu/LC_MESSAGES/ksmserver.mo
+share/locale/hu/LC_MESSAGES/ksnake.mo
+share/locale/hu/LC_MESSAGES/ksnapshot.mo
+share/locale/hu/LC_MESSAGES/ksokoban.mo
+share/locale/hu/LC_MESSAGES/kspaceduel.mo
+share/locale/hu/LC_MESSAGES/ksplash.mo
+share/locale/hu/LC_MESSAGES/kstars.mo
+share/locale/hu/LC_MESSAGES/kstart.mo
+share/locale/hu/LC_MESSAGES/kstartperf.mo
+share/locale/hu/LC_MESSAGES/kstockticker.mo
+share/locale/hu/LC_MESSAGES/ksync.mo
+share/locale/hu/LC_MESSAGES/ksysctrl.mo
+share/locale/hu/LC_MESSAGES/ksysguard.mo
+share/locale/hu/LC_MESSAGES/ksystemtrayapplet.mo
+share/locale/hu/LC_MESSAGES/ksystraycmd.mo
+share/locale/hu/LC_MESSAGES/ksystrayproxy.mo
+share/locale/hu/LC_MESSAGES/ksysv.mo
+share/locale/hu/LC_MESSAGES/ktables.mo
+share/locale/hu/LC_MESSAGES/ktalk.mo
+share/locale/hu/LC_MESSAGES/ktalkd.mo
+share/locale/hu/LC_MESSAGES/ktaskbarapplet.mo
+share/locale/hu/LC_MESSAGES/kteatime.mo
+share/locale/hu/LC_MESSAGES/ktetrinet.mo
+share/locale/hu/LC_MESSAGES/ktimemon.mo
+share/locale/hu/LC_MESSAGES/ktimer.mo
+share/locale/hu/LC_MESSAGES/ktip.mo
+share/locale/hu/LC_MESSAGES/ktouch.mo
+share/locale/hu/LC_MESSAGES/ktron.mo
+share/locale/hu/LC_MESSAGES/ktuberling.mo
+share/locale/hu/LC_MESSAGES/ktux.mo
+share/locale/hu/LC_MESSAGES/kuick_plugin.mo
+share/locale/hu/LC_MESSAGES/kuickshow.mo
+share/locale/hu/LC_MESSAGES/kuser.mo
+share/locale/hu/LC_MESSAGES/kvidmode.mo
+share/locale/hu/LC_MESSAGES/kview.mo
+share/locale/hu/LC_MESSAGES/kviewshell.mo
+share/locale/hu/LC_MESSAGES/kvoctrain.mo
+share/locale/hu/LC_MESSAGES/kweather.mo
+share/locale/hu/LC_MESSAGES/kwin.mo
+share/locale/hu/LC_MESSAGES/kwin4.mo
+share/locale/hu/LC_MESSAGES/kwin_b2_config.mo
+share/locale/hu/LC_MESSAGES/kwin_cde_config.mo
+share/locale/hu/LC_MESSAGES/kwin_default_config.mo
+share/locale/hu/LC_MESSAGES/kwin_glow_config.mo
+share/locale/hu/LC_MESSAGES/kwin_icewm_config.mo
+share/locale/hu/LC_MESSAGES/kwin_modernsys_config.mo
+share/locale/hu/LC_MESSAGES/kwin_quartz_config.mo
+share/locale/hu/LC_MESSAGES/kwintv.mo
+share/locale/hu/LC_MESSAGES/kwireless.mo
+share/locale/hu/LC_MESSAGES/kwiz.mo
+share/locale/hu/LC_MESSAGES/kworldclock.mo
+share/locale/hu/LC_MESSAGES/kwuftpd.mo
+share/locale/hu/LC_MESSAGES/kxkb.mo
+share/locale/hu/LC_MESSAGES/kxmlrpcd.mo
+share/locale/hu/LC_MESSAGES/kxsconfig.mo
+share/locale/hu/LC_MESSAGES/libkcal.mo
+share/locale/hu/LC_MESSAGES/libkdegames.mo
+share/locale/hu/LC_MESSAGES/libkdehighscores.mo
+share/locale/hu/LC_MESSAGES/libkdenetwork.mo
+share/locale/hu/LC_MESSAGES/libkicker.mo
+share/locale/hu/LC_MESSAGES/libkickermenu_kdeprint.mo
+share/locale/hu/LC_MESSAGES/libkonq.mo
+share/locale/hu/LC_MESSAGES/libkscan.mo
+share/locale/hu/LC_MESSAGES/libkscreensaver.mo
+share/locale/hu/LC_MESSAGES/libtaskbar.mo
+share/locale/hu/LC_MESSAGES/libtaskmanager.mo
+share/locale/hu/LC_MESSAGES/lockout.mo
+share/locale/hu/LC_MESSAGES/lskat.mo
+share/locale/hu/LC_MESSAGES/mediacontrol.mo
+share/locale/hu/LC_MESSAGES/multiplayers.mo
+share/locale/hu/LC_MESSAGES/naughtyapplet.mo
+share/locale/hu/LC_MESSAGES/noatun.mo
+share/locale/hu/LC_MESSAGES/nsplugin.mo
+share/locale/hu/LC_MESSAGES/passwords.mo
+share/locale/hu/LC_MESSAGES/ppdtranslations.mo
+share/locale/hu/LC_MESSAGES/pws.mo
+share/locale/hu/LC_MESSAGES/quicklauncher.mo
+share/locale/hu/LC_MESSAGES/secpolicy.mo
+share/locale/hu/LC_MESSAGES/spy.mo
+share/locale/hu/LC_MESSAGES/taskbarextension.mo
+share/locale/hu/LC_MESSAGES/twister.mo
+share/locale/hu/LC_MESSAGES/uachangerplugin.mo
+share/locale/hu/LC_MESSAGES/validatorsplugin.mo
+share/locale/hu/LC_MESSAGES/webarchiver.mo
+share/locale/hu/charset
+share/locale/hu/entry.desktop
+share/locale/hu/flag.png
diff --git a/hungarian/kde3-i18n/scripts/Configure b/hungarian/kde3-i18n/scripts/Configure
deleted file mode 100644
index a5fb3164b9e5..000000000000
--- a/hungarian/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}