1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

The KDE FreeBSD team is proud to announce the release

of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php

After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.

KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.

Of course Thanks to all Testers.
This commit is contained in:
Martin Wilke 2008-08-18 09:22:07 +00:00
parent 6bb3356769
commit 2c918e019a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218752
235 changed files with 3380 additions and 45948 deletions

View File

@ -102,7 +102,7 @@ CONFIGURE_ENV+= MOC="${MOC}" CPPFLAGS="${CPPFLAGS} ${QTCPPFLAGS}" LIBS="${QTCFGL
# Yeah, it's namespace pollution, but this is really the best place for this
# stuff. Arts does NOT use it anymore.
KDE_VERSION= 3.5.8
KDE_VERSION= 3.5.9
KDE_ORIGVER= ${KDE_VERSION}
KDE_PREFIX?= ${LOCALBASE}

View File

@ -7,7 +7,6 @@
PORTNAME= kdeaccessibility
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 1
CATEGORIES= accessibility kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src

View File

@ -1,3 +1,3 @@
MD5 (KDE/kdeaccessibility-3.5.8.tar.bz2) = 0ede2d48df626aa436dbe6c741d575f1
SHA256 (KDE/kdeaccessibility-3.5.8.tar.bz2) = 1b888b1c9c5196a7ef2aac3fcd18e5e013fb5576ed5d7f98a829f9a0ac9b65ac
SIZE (KDE/kdeaccessibility-3.5.8.tar.bz2) = 8749116
MD5 (KDE/kdeaccessibility-3.5.9.tar.bz2) = 79c7fa53ec60ad51fbdb16aac56d85a1
SHA256 (KDE/kdeaccessibility-3.5.9.tar.bz2) = d14501d6d477c033bdff95b6266e4527c7f055c117399ba5712a47677f9c96d3
SIZE (KDE/kdeaccessibility-3.5.9.tar.bz2) = 8747320

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-ar-3.5.8.tar.bz2) = 3f61f06685f66214ce28426a42419696
SHA256 (KDE/kde-i18n/kde-i18n-ar-3.5.8.tar.bz2) = 6445f6b48206d81a38f13117cba7980d2780593fc222fb28fb2b56a339341a33
SIZE (KDE/kde-i18n/kde-i18n-ar-3.5.8.tar.bz2) = 1889501
MD5 (KDE/kde-i18n/kde-i18n-ar-3.5.9.tar.bz2) = 6211dd0fc0c4a78635bf101c5cd02b5e
SHA256 (KDE/kde-i18n/kde-i18n-ar-3.5.9.tar.bz2) = 3deb9e6da658234a0f2a392283f6940ff5de7279b685b974e32a388af369bc27
SIZE (KDE/kde-i18n/kde-i18n-ar-3.5.9.tar.bz2) = 1896143

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-ar-3.5.8.tar.bz2) = 3f61f06685f66214ce28426a42419696
SHA256 (KDE/kde-i18n/kde-i18n-ar-3.5.8.tar.bz2) = 6445f6b48206d81a38f13117cba7980d2780593fc222fb28fb2b56a339341a33
SIZE (KDE/kde-i18n/kde-i18n-ar-3.5.8.tar.bz2) = 1889501
MD5 (KDE/kde-i18n/kde-i18n-ar-3.5.9.tar.bz2) = 6211dd0fc0c4a78635bf101c5cd02b5e
SHA256 (KDE/kde-i18n/kde-i18n-ar-3.5.9.tar.bz2) = 3deb9e6da658234a0f2a392283f6940ff5de7279b685b974e32a388af369bc27
SIZE (KDE/kde-i18n/kde-i18n-ar-3.5.9.tar.bz2) = 1896143

View File

@ -11,7 +11,7 @@ PORTEPOCH= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR=distfiles
DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2
DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2
EXTRACT_SUFX= # none
MAINTAINER= kde@FreeBSD.org
@ -25,7 +25,7 @@ PLUGIN= jack_sink
PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//}
USE_AUTOTOOLS= libltdl
USE_AUTOTOOLS= libtool:15
USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/akode-${PORTVERSION}
@ -35,12 +35,6 @@ CONFIGURE_ENV+= LDFLAGS=-L${WRKSRC}/akode/lib/.libs
CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \
--with-extra-includes=${LOCALBASE}/include
.include <bsd.port.pre.mk>
.if (${OSVERSION} > 500000 ) && (${OSVERSION} < 502102 )
IGNORE= Jack not available
.endif
post-patch:
@${SETENV} TZ=UTC \
${TOUCH} -t 200607222217.01 ${WRKSRC}/akode/lib/akode_export.h.in
@ -54,4 +48,4 @@ do-build:
do-install:
cd ${WRKSRC}/akode/plugins/${PLUGIN} && ${GMAKE} install
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -7,7 +7,6 @@
PORTNAME= akode
PORTVERSION= 2.0.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_GENTOO}
@ -25,7 +24,6 @@ OPTIONS= FFMPEG "FFMPEG decoder plugin" off \
MPC "Monkey's Audio decoder plugin" on \
MPEG "MPEG Audio (including mp3) plugin" on \
OSS "OSS output plugin" on \
PULSEAUDIO "Pulseaudio output plugin" off \
RESAMPLER "Resampler processing plugin" on \
XIPH "FLAC/Speex/Vorbis decoder plugin" on
@ -64,10 +62,6 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_mpeg_decoder.so:${PORTSDIR}/audio/akode-
RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_oss_sink.so:${PORTSDIR}/audio/akode-plugins-oss
.endif
.if defined(WITH_PULSEAUDIO)
RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_polyp_sink.so:${PORTSDIR}/audio/akode-plugins-pulseaudio
.endif
.if !defined(WITHOUT_RESAMPLER)
RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_src_resampler.so:${PORTSDIR}/audio/akode-plugins-resampler
.endif

View File

@ -7,8 +7,8 @@
#
PORTNAME= arts
PORTVERSION= 1.5.8
PORTREVISION= 1
PORTVERSION= 1.5.9
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
@ -47,10 +47,8 @@ OPTIONS= ESD "Enable esound support" off \
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
.if ${OSVERSION} > 502102
LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack
.endif
.endif
.if defined(WITH_ESD)
USE_GNOME+= esound

View File

@ -1,3 +1,3 @@
MD5 (KDE/arts-1.5.8.tar.bz2) = 061ce49351d970a81f4c0a1b0339fb34
SHA256 (KDE/arts-1.5.8.tar.bz2) = ec2f4541740bb7b4bfa4a0ae1d9d1e2b0f6fcb31953b317497129dfc122c4f96
SIZE (KDE/arts-1.5.8.tar.bz2) = 970899
MD5 (KDE/arts-1.5.9.tar.bz2) = 62a5e4d522314bab19288e4702480c93
SHA256 (KDE/arts-1.5.9.tar.bz2) = c80d70361aea4a8e2b62043b5fdf1c5f8df36a10c76b08681bd7b2065a6f024e
SIZE (KDE/arts-1.5.9.tar.bz2) = 973190

View File

@ -7,7 +7,6 @@
PORTNAME= juk
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 2
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src

View File

@ -1,3 +1,3 @@
MD5 (KDE/kdemultimedia-3.5.8.tar.bz2) = 9f3c95231ea265b09f3010adb954ae30
SHA256 (KDE/kdemultimedia-3.5.8.tar.bz2) = 07fc79e38bd7d50a8e2b9910a5d78ef565557b2a746b31d5d440829e9f05b0c1
SIZE (KDE/kdemultimedia-3.5.8.tar.bz2) = 6316739
MD5 (KDE/kdemultimedia-3.5.9.tar.bz2) = fdfafe38d2c7e3019dafc80c177add15
SHA256 (KDE/kdemultimedia-3.5.9.tar.bz2) = 9b7bb2fea17f5e7b271acdaec09e939a7dea60f66237cda00aabda6ed33e5183
SIZE (KDE/kdemultimedia-3.5.9.tar.bz2) = 6327361

View File

@ -7,7 +7,6 @@
PORTNAME= mpeglib_artsplug
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src

View File

@ -1,3 +1,3 @@
MD5 (KDE/kdemultimedia-3.5.8.tar.bz2) = 9f3c95231ea265b09f3010adb954ae30
SHA256 (KDE/kdemultimedia-3.5.8.tar.bz2) = 07fc79e38bd7d50a8e2b9910a5d78ef565557b2a746b31d5d440829e9f05b0c1
SIZE (KDE/kdemultimedia-3.5.8.tar.bz2) = 6316739
MD5 (KDE/kdemultimedia-3.5.9.tar.bz2) = fdfafe38d2c7e3019dafc80c177add15
SHA256 (KDE/kdemultimedia-3.5.9.tar.bz2) = 9b7bb2fea17f5e7b271acdaec09e939a7dea60f66237cda00aabda6ed33e5183
SIZE (KDE/kdemultimedia-3.5.9.tar.bz2) = 6327361

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-zh_CN-3.5.8.tar.bz2) = 29e2e6756afa3a6ad1b9014c91137b18
SHA256 (KDE/kde-i18n/kde-i18n-zh_CN-3.5.8.tar.bz2) = a43cff8800e3d5b45364402e6770ad3aac164aa66c7b0a23e59cc9137b8c209e
SIZE (KDE/kde-i18n/kde-i18n-zh_CN-3.5.8.tar.bz2) = 2016922
MD5 (KDE/kde-i18n/kde-i18n-zh_CN-3.5.9.tar.bz2) = 232a615fc0dedb13615d4d89dcd6d416
SHA256 (KDE/kde-i18n/kde-i18n-zh_CN-3.5.9.tar.bz2) = 3f7e75392319e9e4313cfa14f285b4e5acdd20ad58f07909c6f8909ec024e678
SIZE (KDE/kde-i18n/kde-i18n-zh_CN-3.5.9.tar.bz2) = 2028125

View File

@ -1,8 +1,63 @@
share/doc/HTML/zh_CN/docs/common/fdl-translated.html
share/doc/HTML/zh_CN/docs/common/gpl-translated.html
share/doc/HTML/zh_CN/docs/common/kde-localised.css
share/doc/HTML/zh_CN/docs/common/lgpl-translated.html
share/doc/HTML/zh_CN/docs/common/logotp3.png
share/doc/HTML/zh_CN/common/1.png
share/doc/HTML/zh_CN/common/10.png
share/doc/HTML/zh_CN/common/2.png
share/doc/HTML/zh_CN/common/3.png
share/doc/HTML/zh_CN/common/4.png
share/doc/HTML/zh_CN/common/5.png
share/doc/HTML/zh_CN/common/6.png
share/doc/HTML/zh_CN/common/7.png
share/doc/HTML/zh_CN/common/8.png
share/doc/HTML/zh_CN/common/9.png
share/doc/HTML/zh_CN/common/appheader.html
share/doc/HTML/zh_CN/common/artistic-license.html
share/doc/HTML/zh_CN/common/bottom-left.png
share/doc/HTML/zh_CN/common/bottom-middle.png
share/doc/HTML/zh_CN/common/bottom-right.png
share/doc/HTML/zh_CN/common/bottom1.png
share/doc/HTML/zh_CN/common/bottom2.png
share/doc/HTML/zh_CN/common/bsd-license.html
share/doc/HTML/zh_CN/common/docheadergears.png
share/doc/HTML/zh_CN/common/doctop1.png
share/doc/HTML/zh_CN/common/doctop1a.png
share/doc/HTML/zh_CN/common/doctop1b.png
share/doc/HTML/zh_CN/common/doctop2.png
share/doc/HTML/zh_CN/common/doxygen.css
share/doc/HTML/zh_CN/common/favicon.ico
share/doc/HTML/zh_CN/common/fdl-license
share/doc/HTML/zh_CN/common/fdl-license.html
share/doc/HTML/zh_CN/common/fdl-notice.html
share/doc/HTML/zh_CN/common/fdl-translated.html
share/doc/HTML/zh_CN/common/footer.html
share/doc/HTML/zh_CN/common/gpl-license
share/doc/HTML/zh_CN/common/gpl-license.html
share/doc/HTML/zh_CN/common/gpl-translated.html
share/doc/HTML/zh_CN/common/grad.png
share/doc/HTML/zh_CN/common/header.html
share/doc/HTML/zh_CN/common/headerbg.png
share/doc/HTML/zh_CN/common/kde-common.css
share/doc/HTML/zh_CN/common/kde-default.css
share/doc/HTML/zh_CN/common/kde-localised.css
share/doc/HTML/zh_CN/common/kde-localised.css.template
share/doc/HTML/zh_CN/common/kde-web.css
share/doc/HTML/zh_CN/common/kde_gear_64.png
share/doc/HTML/zh_CN/common/kde_logo.png
share/doc/HTML/zh_CN/common/kde_logo_bg.png
share/doc/HTML/zh_CN/common/kmenu.png
share/doc/HTML/zh_CN/common/lgpl-license
share/doc/HTML/zh_CN/common/lgpl-license.html
share/doc/HTML/zh_CN/common/lgpl-translated.html
share/doc/HTML/zh_CN/common/logotp3.png
share/doc/HTML/zh_CN/common/mainfooter.html
share/doc/HTML/zh_CN/common/mainheader.html
share/doc/HTML/zh_CN/common/qpl-license.html
share/doc/HTML/zh_CN/common/shadow.png
share/doc/HTML/zh_CN/common/top-left.png
share/doc/HTML/zh_CN/common/top-middle.png
share/doc/HTML/zh_CN/common/top-right-konqueror.png
share/doc/HTML/zh_CN/common/web-docbottom.png
share/doc/HTML/zh_CN/common/web-doctop.png
share/doc/HTML/zh_CN/common/x11-license.html
share/doc/HTML/zh_CN/common/xml.dcl
share/doc/HTML/zh_CN/kdevelop/tip.database
share/locale/zh_CN/LC_MESSAGES/akregator.mo
share/locale/zh_CN/LC_MESSAGES/akregator_konqplugin.mo
@ -553,5 +608,4 @@ share/locale/zh_CN/charset
share/locale/zh_CN/entry.desktop
share/locale/zh_CN/flag.png
@dirrm share/doc/HTML/zh_CN/kdevelop
@dirrm share/doc/HTML/zh_CN/docs/common
@dirrm share/doc/HTML/zh_CN/docs
@dirrm share/doc/HTML/zh_CN/common

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-zh_TW-3.5.8.tar.bz2) = 7defcfa0506759695f92e2835b06abeb
SHA256 (KDE/kde-i18n/kde-i18n-zh_TW-3.5.8.tar.bz2) = 0c0cc5df518a9560e2e87258a5d506943c2442be308e14367bc6bb0e8b98d415
SIZE (KDE/kde-i18n/kde-i18n-zh_TW-3.5.8.tar.bz2) = 2271900
MD5 (KDE/kde-i18n/kde-i18n-zh_TW-3.5.9.tar.bz2) = 4e247ee8af22a2a08edb67d083425b90
SHA256 (KDE/kde-i18n/kde-i18n-zh_TW-3.5.9.tar.bz2) = fa1eacbe73252bb33db60bd57be5e62f5195ca57e52ece3b496d1e72f233804f
SIZE (KDE/kde-i18n/kde-i18n-zh_TW-3.5.9.tar.bz2) = 2271063

View File

@ -1,8 +1,63 @@
share/doc/HTML/zh_TW/docs/common/fdl-translated.html
share/doc/HTML/zh_TW/docs/common/gpl-translated.html
share/doc/HTML/zh_TW/docs/common/kde-localised.css
share/doc/HTML/zh_TW/docs/common/lgpl-translated.html
share/doc/HTML/zh_TW/docs/common/logotp3.png
share/doc/HTML/zh_TW/common/1.png
share/doc/HTML/zh_TW/common/10.png
share/doc/HTML/zh_TW/common/2.png
share/doc/HTML/zh_TW/common/3.png
share/doc/HTML/zh_TW/common/4.png
share/doc/HTML/zh_TW/common/5.png
share/doc/HTML/zh_TW/common/6.png
share/doc/HTML/zh_TW/common/7.png
share/doc/HTML/zh_TW/common/8.png
share/doc/HTML/zh_TW/common/9.png
share/doc/HTML/zh_TW/common/appheader.html
share/doc/HTML/zh_TW/common/artistic-license.html
share/doc/HTML/zh_TW/common/bottom-left.png
share/doc/HTML/zh_TW/common/bottom-middle.png
share/doc/HTML/zh_TW/common/bottom-right.png
share/doc/HTML/zh_TW/common/bottom1.png
share/doc/HTML/zh_TW/common/bottom2.png
share/doc/HTML/zh_TW/common/bsd-license.html
share/doc/HTML/zh_TW/common/docheadergears.png
share/doc/HTML/zh_TW/common/doctop1.png
share/doc/HTML/zh_TW/common/doctop1a.png
share/doc/HTML/zh_TW/common/doctop1b.png
share/doc/HTML/zh_TW/common/doctop2.png
share/doc/HTML/zh_TW/common/doxygen.css
share/doc/HTML/zh_TW/common/favicon.ico
share/doc/HTML/zh_TW/common/fdl-license
share/doc/HTML/zh_TW/common/fdl-license.html
share/doc/HTML/zh_TW/common/fdl-notice.html
share/doc/HTML/zh_TW/common/fdl-translated.html
share/doc/HTML/zh_TW/common/footer.html
share/doc/HTML/zh_TW/common/gpl-license
share/doc/HTML/zh_TW/common/gpl-license.html
share/doc/HTML/zh_TW/common/gpl-translated.html
share/doc/HTML/zh_TW/common/grad.png
share/doc/HTML/zh_TW/common/header.html
share/doc/HTML/zh_TW/common/headerbg.png
share/doc/HTML/zh_TW/common/kde-common.css
share/doc/HTML/zh_TW/common/kde-default.css
share/doc/HTML/zh_TW/common/kde-localised.css
share/doc/HTML/zh_TW/common/kde-localised.css.template
share/doc/HTML/zh_TW/common/kde-web.css
share/doc/HTML/zh_TW/common/kde_gear_64.png
share/doc/HTML/zh_TW/common/kde_logo.png
share/doc/HTML/zh_TW/common/kde_logo_bg.png
share/doc/HTML/zh_TW/common/kmenu.png
share/doc/HTML/zh_TW/common/lgpl-license
share/doc/HTML/zh_TW/common/lgpl-license.html
share/doc/HTML/zh_TW/common/lgpl-translated.html
share/doc/HTML/zh_TW/common/logotp3.png
share/doc/HTML/zh_TW/common/mainfooter.html
share/doc/HTML/zh_TW/common/mainheader.html
share/doc/HTML/zh_TW/common/qpl-license.html
share/doc/HTML/zh_TW/common/shadow.png
share/doc/HTML/zh_TW/common/top-left.png
share/doc/HTML/zh_TW/common/top-middle.png
share/doc/HTML/zh_TW/common/top-right-konqueror.png
share/doc/HTML/zh_TW/common/web-docbottom.png
share/doc/HTML/zh_TW/common/web-doctop.png
share/doc/HTML/zh_TW/common/x11-license.html
share/doc/HTML/zh_TW/common/xml.dcl
share/doc/HTML/zh_TW/khelpcenter/contact.docbook
share/doc/HTML/zh_TW/khelpcenter/faq/about.docbook
share/doc/HTML/zh_TW/khelpcenter/faq/common
@ -332,6 +387,7 @@ share/locale/zh_TW/LC_MESSAGES/kio_nntp.mo
share/locale/zh_TW/LC_MESSAGES/kio_pop3.mo
share/locale/zh_TW/LC_MESSAGES/kio_print.mo
share/locale/zh_TW/LC_MESSAGES/kio_remote.mo
share/locale/zh_TW/LC_MESSAGES/kio_scalix.mo
share/locale/zh_TW/LC_MESSAGES/kio_settings.mo
share/locale/zh_TW/LC_MESSAGES/kio_sftp.mo
share/locale/zh_TW/LC_MESSAGES/kio_sieve.mo
@ -439,6 +495,7 @@ share/locale/zh_TW/LC_MESSAGES/kres_groupware.mo
share/locale/zh_TW/LC_MESSAGES/kres_groupwise.mo
share/locale/zh_TW/LC_MESSAGES/kres_kolab.mo
share/locale/zh_TW/LC_MESSAGES/kres_remote.mo
share/locale/zh_TW/LC_MESSAGES/kres_scalix.mo
share/locale/zh_TW/LC_MESSAGES/kres_tvanytime.mo
share/locale/zh_TW/LC_MESSAGES/kres_xmlrpc.mo
share/locale/zh_TW/LC_MESSAGES/kreversi.mo
@ -550,7 +607,6 @@ share/locale/zh_TW/LC_MESSAGES/libkscan.mo
share/locale/zh_TW/LC_MESSAGES/libkscreensaver.mo
share/locale/zh_TW/LC_MESSAGES/libksieve.mo
share/locale/zh_TW/LC_MESSAGES/libksirtet.mo
share/locale/zh_TW/LC_MESSAGES/libksync.mo
share/locale/zh_TW/LC_MESSAGES/libtaskbar.mo
share/locale/zh_TW/LC_MESSAGES/libtaskmanager.mo
share/locale/zh_TW/LC_MESSAGES/lockout.mo
@ -570,6 +626,7 @@ share/locale/zh_TW/LC_MESSAGES/privacy.mo
share/locale/zh_TW/LC_MESSAGES/quanta.mo
share/locale/zh_TW/LC_MESSAGES/quicklauncher.mo
share/locale/zh_TW/LC_MESSAGES/rellinks.mo
share/locale/zh_TW/LC_MESSAGES/scalixadmin.mo
share/locale/zh_TW/LC_MESSAGES/searchbarplugin.mo
share/locale/zh_TW/LC_MESSAGES/secpolicy.mo
share/locale/zh_TW/LC_MESSAGES/spy.mo
@ -591,5 +648,4 @@ share/locale/zh_TW/entry.desktop
share/locale/zh_TW/flag.png
@dirrm share/doc/HTML/zh_TW/khelpcenter/faq
@dirrm share/doc/HTML/zh_TW/khelpcenter
@dirrm share/doc/HTML/zh_TW/docs/common
@dirrm share/doc/HTML/zh_TW/docs
@dirrm share/doc/HTML/zh_TW/common

View File

@ -7,7 +7,7 @@
PORTNAME= kdepim
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 1
PORTREVISION= 0
CATEGORIES= deskutils mail news palm kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
@ -25,6 +25,7 @@ CONFLICTS= akregator-[0-9]* kdenetwork-3.1.* kdeaddons-kontact-plugins-[0-9]* kd
USE_KDEBASE_VER=3
PREFIX= ${KDE_PREFIX}
_NO_KDE_FINAL= yes
USE_BZIP2= yes
USE_BISON= build

View File

@ -1,3 +1,3 @@
MD5 (KDE/kdepim-3.5.8.tar.bz2) = a1ffff553f1d6739c7791891028b176b
SHA256 (KDE/kdepim-3.5.8.tar.bz2) = 433f8541af0a05e0a7e15df5ecca8463a29b6574871b941a8312b04b2233fef1
SIZE (KDE/kdepim-3.5.8.tar.bz2) = 14107449
MD5 (KDE/kdepim-3.5.9.tar.bz2) = ba27b06599556c572a26f03608471ee2
SHA256 (KDE/kdepim-3.5.9.tar.bz2) = ee3f02ac828f1915c09b8c0a1289efcfbae36321cd07bc071df8be041de10d3a
SIZE (KDE/kdepim-3.5.9.tar.bz2) = 14497974

View File

@ -36,6 +36,8 @@ bin/ktnef
bin/kwatchgnupg
bin/kxml_compiler
bin/networkstatustestservice
bin/scalixadmin
bin/scalixwizard
bin/sloxwizard
include/KNotesAppIface.h
include/KNotesIface.h
@ -112,6 +114,7 @@ include/kleo/keylistjob.h
include/kleo/keylistview.h
include/kleo/keyrequester.h
include/kleo/keyselectiondialog.h
include/kleo/messagebox.h
include/kleo/multideletejob.h
include/kleo/passphrasedialog.h
include/kleo/progressbar.h
@ -290,6 +293,9 @@ lib/kde3/kabc_kolab.so
lib/kde3/kabc_newexchange.a
lib/kde3/kabc_newexchange.la
lib/kde3/kabc_newexchange.so
lib/kde3/kabc_scalix.a
lib/kde3/kabc_scalix.la
lib/kde3/kabc_scalix.so
lib/kde3/kabc_slox.a
lib/kde3/kabc_slox.la
lib/kde3/kabc_slox.so
@ -323,6 +329,9 @@ lib/kde3/kcal_remote.so
lib/kde3/kcal_resourcefeatureplan.a
lib/kde3/kcal_resourcefeatureplan.la
lib/kde3/kcal_resourcefeatureplan.so
lib/kde3/kcal_scalix.a
lib/kde3/kcal_scalix.la
lib/kde3/kcal_scalix.so
lib/kde3/kcal_slox.a
lib/kde3/kcal_slox.la
lib/kde3/kcal_slox.so
@ -392,6 +401,9 @@ lib/kde3/kio_imap4.so
lib/kde3/kio_mbox.a
lib/kde3/kio_mbox.la
lib/kde3/kio_mbox.so
lib/kde3/kio_scalix.a
lib/kde3/kio_scalix.la
lib/kde3/kio_scalix.so
lib/kde3/kio_sieve.a
lib/kde3/kio_sieve.la
lib/kde3/kio_sieve.so
@ -401,6 +413,9 @@ lib/kde3/knotes_kolab.so
lib/kde3/knotes_local.a
lib/kde3/knotes_local.la
lib/kde3/knotes_local.so
lib/kde3/knotes_scalix.a
lib/kde3/knotes_scalix.la
lib/kde3/knotes_scalix.so
lib/kde3/knotes_xmlrpc.a
lib/kde3/knotes_xmlrpc.la
lib/kde3/knotes_xmlrpc.so
@ -554,6 +569,9 @@ lib/kde3/libkorg_yearlyprint.so
lib/kde3/libkorganizerpart.a
lib/kde3/libkorganizerpart.la
lib/kde3/libkorganizerpart.so
lib/kde3/libscalixwizard.a
lib/kde3/libscalixwizard.la
lib/kde3/libscalixwizard.so
lib/kde3/libsloxwizard.a
lib/kde3/libsloxwizard.la
lib/kde3/libsloxwizard.so
@ -572,7 +590,7 @@ lib/libakregatorprivate.so
lib/libgpgme++.a
lib/libgpgme++.la
lib/libgpgme++.so
lib/libgpgme++.so.2
lib/libgpgme++.so.3
lib/libgwsoap.a
lib/libgwsoap.la
lib/libgwsoap.so
@ -605,6 +623,10 @@ lib/libkabckolab.a
lib/libkabckolab.la
lib/libkabckolab.so
lib/libkabckolab.so.0
lib/libkabcscalix.a
lib/libkabcscalix.la
lib/libkabcscalix.so
lib/libkabcscalix.so.0
lib/libkabinterfaces.a
lib/libkabinterfaces.la
lib/libkabinterfaces.so
@ -649,6 +671,10 @@ lib/libkcalkolab.a
lib/libkcalkolab.la
lib/libkcalkolab.so
lib/libkcalkolab.so.0
lib/libkcalscalix.a
lib/libkcalscalix.la
lib/libkcalscalix.so
lib/libkcalscalix.so.0
lib/libkdepim.a
lib/libkdepim.la
lib/libkdepim.so
@ -687,6 +713,7 @@ lib/libkmime.so.4
lib/libknodecommon.a
lib/libknodecommon.la
lib/libknodecommon.so
lib/libknodecommon.so.3
lib/libknotes_xmlrpc.a
lib/libknotes_xmlrpc.la
lib/libknotes_xmlrpc.so
@ -695,6 +722,10 @@ lib/libknoteskolab.a
lib/libknoteskolab.la
lib/libknoteskolab.so
lib/libknoteskolab.so.0
lib/libknotesscalix.a
lib/libknotesscalix.la
lib/libknotesscalix.so
lib/libknotesscalix.so.0
lib/libkocorehelper.a
lib/libkocorehelper.la
lib/libkocorehelper.so
@ -782,6 +813,7 @@ share/applications/kde/kleopatra_import.desktop
share/applications/kde/kmail_view.desktop
share/applications/kde/knotes.desktop
share/applications/kde/konsolekalendar.desktop
share/applications/kde/kontactdcop.desktop
share/applications/kde/korganizer.desktop
share/applications/kde/kpalmdoc.desktop
share/applications/kde/kpilot.desktop
@ -894,6 +926,7 @@ share/apps/kconf_update/kmail-3.5-trigger-flag-migration.pl
share/apps/kconf_update/kmail-pgpidentity.pl
share/apps/kconf_update/kmail-upd-identities.pl
share/apps/kconf_update/kmail.upd
share/apps/kconf_update/kolab-resource.upd
share/apps/kconf_update/korganizer.upd
share/apps/kconf_update/korn-3-4-config_change.upd
share/apps/kconf_update/korn-3-5-metadata-update.pl
@ -903,6 +936,7 @@ share/apps/kconf_update/kpalmdoc.upd
share/apps/kconf_update/kpgp-3.1-upgrade-address-data.pl
share/apps/kconf_update/kpgp.upd
share/apps/kconf_update/kpilot.upd
share/apps/kconf_update/upgrade-resourcetype.pl
share/apps/kconf_update/upgrade-signature.pl
share/apps/kconf_update/upgrade-transport.pl
share/apps/kdepim/icons/crystalsvg/16x16/actions/appointment.png
@ -992,6 +1026,21 @@ share/apps/kmail/kmail_part.rc
share/apps/kmail/kmcomposerui.rc
share/apps/kmail/kmmainwin.rc
share/apps/kmail/kmreadermainwin.rc
share/apps/kmail/pics/enterprise_bottom.png
share/apps/kmail/pics/enterprise_bottom_left.png
share/apps/kmail/pics/enterprise_bottom_right.png
share/apps/kmail/pics/enterprise_icon.png
share/apps/kmail/pics/enterprise_left.png
share/apps/kmail/pics/enterprise_right.png
share/apps/kmail/pics/enterprise_s_left.png
share/apps/kmail/pics/enterprise_s_right.png
share/apps/kmail/pics/enterprise_sbar.png
share/apps/kmail/pics/enterprise_sp_right.png
share/apps/kmail/pics/enterprise_sw.png
share/apps/kmail/pics/enterprise_top.png
share/apps/kmail/pics/enterprise_top_left.png
share/apps/kmail/pics/enterprise_top_right.png
share/apps/kmail/pics/enterprise_w.png
share/apps/kmail/pics/key.png
share/apps/kmail/pics/key_bad.png
share/apps/kmail/pics/key_ok.png
@ -1093,6 +1142,12 @@ share/apps/kontact/about/main.html
share/apps/kontact/about/top-right-kontact.png
share/apps/kontact/kontact.setdlg
share/apps/kontact/kontactui.rc
share/apps/kontact/profiles/KontactDefaults/kontactrc
share/apps/kontact/profiles/KontactDefaults/korganizerrc
share/apps/kontact/profiles/KontactDefaults/profile.cfg
share/apps/kontact/profiles/OutlookDefaults/kontactrc
share/apps/kontact/profiles/OutlookDefaults/korganizerrc
share/apps/kontact/profiles/OutlookDefaults/profile.cfg
share/apps/kontactsummary/kontactsummary_part.rc
share/apps/korgac/icons/crystalsvg/22x22/actions/korgac.png
share/apps/korgac/icons/crystalsvg/22x22/actions/korgac_disabled.png
@ -1692,6 +1747,7 @@ share/config.kcfg/mk4config.kcfg
share/config.kcfg/pimemoticons.kcfg
share/config.kcfg/popmail.kcfg
share/config.kcfg/replyphrases.kcfg
share/config.kcfg/scalix.kcfg
share/config.kcfg/slox.kcfg
share/config.kcfg/sysinfoconduit.kcfg
share/config.kcfg/templatesconfiguration_kfg.kcfg
@ -2200,6 +2256,7 @@ share/services/kresources/kabc/kabc_ox.desktop
share/services/kresources/kabc/kabc_slox.desktop
share/services/kresources/kabc/kabc_xmlrpc.desktop
share/services/kresources/kabc/kolab.desktop
share/services/kresources/kabc/scalix.desktop
share/services/kresources/kcal/exchange.desktop
share/services/kresources/kcal/imap.desktop
share/services/kresources/kcal/kabc.desktop
@ -2215,17 +2272,21 @@ share/services/kresources/kcal/kolab.desktop
share/services/kresources/kcal/local.desktop
share/services/kresources/kcal/localdir.desktop
share/services/kresources/kcal/remote.desktop
share/services/kresources/kcal/scalix.desktop
share/services/kresources/kcal_manager.desktop
share/services/kresources/knotes/imap.desktop
share/services/kresources/knotes/knotes_xmlrpc.desktop
share/services/kresources/knotes/kolabresource.desktop
share/services/kresources/knotes/local.desktop
share/services/kresources/knotes/scalix.desktop
share/services/kresources/knotes_manager.desktop
share/services/ldifvcardthumbnail.desktop
share/services/mbox.protocol
share/services/memofile-conduit.desktop
share/services/notepad-conduit.desktop
share/services/popmail-conduit.desktop
share/services/scalix.protocol
share/services/scalixs.protocol
share/services/sieve.protocol
share/services/sysinfo_conduit.desktop
share/services/time_conduit.desktop
@ -2248,108 +2309,37 @@ share/servicetypes/kontactplugin.desktop
share/servicetypes/korganizerpart.desktop
share/servicetypes/korgprintplugin.desktop
share/servicetypes/kpilotconduit.desktop
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkpimidentities/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkpimidentities/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkpgp/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkpgp/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkmime/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkmime/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkholidays/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkholidays/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkdepim/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkdepim/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkcal/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkcal/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libemailfunctions/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libemailfunctions/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kpilot/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kpilot/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kpilot/kpilot/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kpilot/kpilot/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kpilot/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kpilot/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kpilot/kpilot/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kpilot/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/korganizer/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/korganizer/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kontact/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kontact/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/konsolekalendar/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/konsolekalendar/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/knotes/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/knotes/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kmail/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kmail/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kitchensync/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kitchensync/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kioslaves/mbox/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kioslaves/mbox/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kioslaves/imap4/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kioslaves/imap4/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/akregator/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/akregator/src/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/akregator/src/librss/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/certmanager/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/certmanager/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kaddressbook/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kalarm/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kalarm/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kandy/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/karm/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kdgantt/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kgantt/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kioslaves/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kioslaves/imap4/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kioslaves/mbox/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kioslaves/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kgantt/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kgantt/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kdgantt/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kdgantt/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/karm/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/karm/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kandy/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kandy/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kalarm/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kalarm/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kalarm/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kalarm/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kalarm/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kaddressbook/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kaddressbook/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/certmanager/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/certmanager/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/certmanager/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/certmanager/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/certmanager/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/akregator/src/librss/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/akregator/src/librss/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/akregator/src/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/akregator/src/librss/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/akregator/src/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/akregator/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/akregator/src/librss/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/akregator/src/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/akregator/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kdgantt/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kgantt/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kitchensync/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kmail/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/knotes/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/konsolekalendar/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kontact/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/korganizer/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kpilot/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kpilot/kpilot/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kpilot/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libemailfunctions/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkcal/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkdepim/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkholidays/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkmime/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkpgp/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkcal/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/certmanager/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/certmanager/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkdepim/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kpilot/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kpilot/kpilot/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kpilot/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/libkpimidentities/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/konsolekalendar/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/knotes/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kitchensync/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kioslaves/imap4/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kioslaves/mbox/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kioslaves/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kandy/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kalarm/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kalarm/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/akregator/src/librss/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/akregator/src/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/akregator/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kmail/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/korganizer/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kaddressbook/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/karm/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdepim-apidocs/kontact/html
@dirrm share/services/kresources/knotes
@dirrm share/services/kresources/kcal
@dirrm share/services/korganizer
@ -2502,6 +2492,9 @@ share/servicetypes/kpilotconduit.desktop
@dirrm share/apps/korgac/icons
@dirrm share/apps/korgac
@dirrm share/apps/kontactsummary
@dirrm share/apps/kontact/profiles/OutlookDefaults
@dirrm share/apps/kontact/profiles/KontactDefaults
@dirrm share/apps/kontact/profiles
@dirrm share/apps/kontact/about
@dirrm share/apps/kontact
@dirrm share/apps/knotes/icons/crystalsvg/16x16/actions

View File

@ -7,7 +7,6 @@
PORTNAME= kdesdk
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 2
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src

View File

@ -1,3 +1,3 @@
MD5 (KDE/kdesdk-3.5.8.tar.bz2) = c809c15eb8c09a7eb2d070395202910b
SHA256 (KDE/kdesdk-3.5.8.tar.bz2) = 3ed120f3c9ca56224c79f286f2c71441fec2d988b94e2c90c7e96b1e813885df
SIZE (KDE/kdesdk-3.5.8.tar.bz2) = 5241140
MD5 (KDE/kdesdk-3.5.9.tar.bz2) = fd86abfe0ac7c5af61b15eb5367d0399
SHA256 (KDE/kdesdk-3.5.9.tar.bz2) = dabb5fe471381b8ac50996ca16869e5ae400826166dadce51044990faa088179
SIZE (KDE/kdesdk-3.5.9.tar.bz2) = 5250576

View File

@ -6,8 +6,8 @@
#
PORTNAME= kdevelop
PORTVERSION= 3.5.0
PORTREVISION= 2
PORTVERSION= 3.5.1
PORTREVISION= 0
CATEGORIES?= devel kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src
@ -42,7 +42,7 @@ USE_GMAKE= yes
USE_BDB= yes
USE_AUTOTOOLS= libtool:15 autotools:run
_NO_KDE_FINAL= yes
CONFIGURE_ARGS+=--with-qtdoc-dir=${LOCALBSE}/share/doc/qt/html \
CONFIGURE_ARGS+=--with-qtdoc-dir=${LOCALBASE}/share/doc/qt/html \
--with-db-includedir=${BDB_INCLUDE_DIR} \
--with-db-libdir=${BDB_LIB_DIR} --with-db-lib=${BDB_LIB_NAME} \
--with-apr-config=${LOCALBASE}/bin/apr-1-config \

View File

@ -1,3 +1,3 @@
MD5 (KDE/kdevelop-3.5.0.tar.bz2) = 1101077b3a0164da463f60cad4f13e25
SHA256 (KDE/kdevelop-3.5.0.tar.bz2) = d05afebfc9a8b61ca0fbc6dbe2341d7f6b0762cf76573abdc20d1147068c8aaa
SIZE (KDE/kdevelop-3.5.0.tar.bz2) = 9415312
MD5 (KDE/kdevelop-3.5.1.tar.bz2) = 80d2216a0089fe142735d34ae8de6a0c
SHA256 (KDE/kdevelop-3.5.1.tar.bz2) = d01765d01feadf011bfb56cfcdeb49f061475f94cae6f0a28755f100df5de97a
SIZE (KDE/kdevelop-3.5.1.tar.bz2) = 9454994

View File

@ -1,5 +1,5 @@
--- admin/detect-autoconf.pl.orig 2007-10-08 13:35:17.000000000 +0200
+++ admin/detect-autoconf.pl 2007-10-20 13:42:33.000000000 +0200
--- admin/detect-autoconf.pl.orig 2008-02-13 14:19:34.000000000 +0100
+++ admin/detect-autoconf.pl 2008-02-27 15:46:54.000000000 +0100
@@ -3,6 +3,9 @@
# Try to locate best version of auto*
# By Michael Pyne <michael.pyne@kdemail.net>
@ -10,10 +10,77 @@
# Copyright (c) 2005.
# This code is public domain. You may use it however you like (including
# relicensing).
@@ -21,75 +24,6 @@
@@ -21,155 +24,6 @@
return "";
}
-# Subroutine to lexicographically compare two version strings, a and b.
-# If a > b, 1 is returned.
-# If a == b, 0 is returned.
-# If a < b, -1 is returned.
-#
-# If the strings are of uneven number length then the shorter string is
-# prepended by enough zeroes to make the two string lengths equal in order to
-# allow an accurate comparison. Note that the zero-padding only occurs in
-# between version separators (i.e. 1.6 and 1.10, results in 1.06 vs. 1.10).
-# Parts of the version ending in -foo (or any other text) are not considered
-# when doing the compare. (i.e. 2.53a vs 2.53 doesn't end up in 2.53a vs.
-# 2.053)
-sub compareVersions
-{
- my ($a, $b) = @_;
-
- # Split the strings up by '.' (version separator) and start comparing digit
- # length.
-
- my @aParts = split(/\./, $a);
- my @bParts = split(/\./, $b);
-
- # Make the arrays equal in length by adding missing zeroes to the end of the
- # version.
- push @aParts, '0' while scalar @aParts < scalar @bParts;
- push @bParts, '0' while scalar @bParts < scalar @aParts;
-
- # Now compare each individual portion.
- for (my $i = 0; $i < scalar @aParts; ++$i)
- {
- # Make sure that any portion that has numbers is contiguous. I'm sure
- # there's a technique for saving stuff like 2.52a2 but I don't feel
- # like implementing it.
- if ($aParts[$i] !~ /^[^\d]*\d+[^\d]*$/ or
- $bParts[$i] !~ /^[^\d]*\d+[^\d]*$/)
- {
- die "Not able to compare $a to $b!\n";
- }
-
- my ($aDigits) = ($aParts[$i] =~ /(\d+)/);
- my ($bDigits) = ($bParts[$i] =~ /(\d+)/);
-
- # Perl is $MODERATELY_INSULTING_TERM, don't remove the parentheses in
- # the delta calculation below.
- my $delta = (length $aDigits) - (length $bDigits);
- if ($delta < 0) # b is longer
- {
- my $replacement = ('0' x (-$delta)) . $aDigits;
- $aParts[$i] =~ s/$aDigits/$replacement/;
- }
- elsif ($delta > 0) # a is longer
- {
- my $replacement = ('0' x $delta) . $bDigits;
- $bParts[$i] =~ s/$bDigits/$replacement/;
- }
- }
-
- # Arrays now have standardized version components, let's re-merge them
- # to strings to do the compare.
- my $newA = join('.', @aParts);
- my $newB = join('.', @bParts);
-
- return 1 if ($newA gt $newB);
- return -1 if ($newA lt $newB);
- return 0;
-}
-
-# Subroutine to determine the highest installed version of the given program,
-# searching from the given paths.
-sub findBest
@ -22,9 +89,10 @@
- my $best_version_found = '0'; # Deliberately a string.
- my %versions;
- my %minimumVersions = (
- 'autoconf' => '2.5',
- 'autoconf' => '2.5',
- 'automake' => '1.6',
- );
- my $sgn; # Used for compareVersions results.
-
- # Allow user to use environment variable to override search.
- return $ENV{uc $program} if $ENV{uc $program};
@ -38,9 +106,11 @@
- next unless -x $file;
-
- ($version) = $file =~ /$prefix\/$program-?(.*)$/;
- $version =~ s/-|\.//g;
- # Don't check the -wrapper ones
- next if $version eq "wrapper";
-
- # Don't check the -wrapper ones (or any other non program one).
- # The real deal should start with a version number, or have no
- # suffix at all.
- next if $version =~ /^[^\d]/;
-
- # Special case some programs to make sure it has a minimum version.
- if (not $version and exists $minimumVersions{$program})
@ -49,15 +119,20 @@
- my $versionOutput = `$program --version 2>/dev/null | head -n 1`;
-
- # If we can't run the script to get the version it likely won't work later.
- next unless $versionOutput;
- next unless $versionOutput;
-
- # Use number.number for version (we don't need the excess in general).
- ($versionOutput) = ($versionOutput =~ /(\d\.\d)/);
- ($versionOutput) = ($versionOutput =~ /(\d+\.\d+)/);
-
- # Use lt to do lexicographical comparison of strings (which should be
- # equivalent and doesn't involve issues with floating point conversions).
- if (not $versionOutput or $versionOutput lt $min_version)
- {
- # compareVersions returns -1 if the left argument is less than
- # the right argument. It can also die for invalid input so
- # wrap with eval.
- eval {
- $sgn = compareVersions($versionOutput, $min_version);
- };
-
- # $@ would be set if an error was encountered.
- if ($@ or not $versionOutput or $sgn == -1) {
- next;
- }
- }
@ -73,7 +148,12 @@
- $versions{$version} = $file;
-
- # Use string comparison so that e.g. 253a will be > 253 but < 254.
- if ($version gt $best_version_found)
- # See above about the need for eval.
- eval {
- $sgn = compareVersions($version, $best_version_found);
- };
-
- if (not $@ and $sgn == 1)
- {
- $best_version_found = $version;
- }
@ -86,7 +166,7 @@
# Find an appropriate "which" program for later use by the shell script calling
# us.
sub findWhich
@@ -103,17 +37,6 @@
@@ -183,17 +37,6 @@
}
}
@ -104,7 +184,7 @@
# SCRIPT STARTS.
# Search in path.
@@ -123,49 +46,16 @@
@@ -203,48 +46,16 @@
unshift @paths, '/usr/local/bin' unless grep $_ eq '/usr/local/bin', @paths;
unshift @paths, '/usr/bin' unless grep $_ eq '/usr/bin', @paths;
@ -125,11 +205,11 @@
-
-($automake_suffix) = $automake =~ /.*automake(.*)$/;
-
-# Use unsermake if we found it.
-$automake = "$unsermake -c" if $unsermake;
-
-# Find matching automake companions.
-$aclocal = findProgram('aclocal', $automake_suffix);
-
-# Use unsermake if we found it.
-$automake = "$unsermake -c" if ($unsermake and $aclocal);
-
$which = findWhich();
@ -138,8 +218,7 @@
-{
- unless(${$i})
- {
- print "# Unable to find $i!!\n";
- exit 1;
- print STDERR "# Unable to find $i!!\n";
- }
-}
-
@ -159,3 +238,9 @@
WHICH="$which"
@@ -252,5 +63,3 @@
EOF
exit 0;
-
-# vim: set noet ts=8 sw=4:

View File

@ -1,25 +0,0 @@
--- languages/cpp/cppsupportpart.cpp 2007/10/08 11:32:36 722993
+++ languages/cpp/cppsupportpart.cpp 2007/10/23 22:58:44 728690
@@ -2533,6 +2533,9 @@
QStringList l = files.res;
while(!l.isEmpty() ) {
emit addedSourceInfo( l.front() );
+ emit aboutToRemoveSourceInfo( l.front() );
+ emit removedSourceInfo( l.front() );
+ emit addedSourceInfo( l.front() );
l.pop_front();
}
@@ -2542,9 +2545,11 @@
QStringList l = files.res;
while( !l.isEmpty() ) {
emit codeModelUpdated( l.front() );
+ emit aboutToRemoveSourceInfo( l.front() );
+ emit removedSourceInfo( l.front() );
+ emit addedSourceInfo( l.front() );
l.pop_front();
}
- emit updatedSourceInfo();
}
}
kdDebug( 9007 ) << "files in code-model after parseEmit: " << codeModel()->fileList().count() << " before: " << oldFileCount << endl;

View File

@ -1,81 +0,0 @@
--- buildtools/qmake/scope.cpp 2007/10/07 14:39:48 722530
+++ buildtools/qmake/scope.cpp 2007/10/11 19:48:00 724231
@@ -325,13 +325,13 @@
return result;
}
-void Scope::calcValuesFromStatements( const QString& variable, QStringList& result, bool checkIncParent, QMake::AST* stopHere, bool fetchFromParent ) const
+void Scope::calcValuesFromStatements( const QString& variable, QStringList& result, bool checkIncParent, QMake::AST* stopHere, bool fetchFromParent, bool setDefault ) const
{
if( !m_root )
return;
/* For variables that we don't know and which are not QT/CONFIG find the default value */
- if( m_defaultopts
+ if( setDefault && m_defaultopts
&& m_defaultopts->variables().findIndex(variable) != -1
&& ( variable == "TEMPLATE" || variable == "QT" || KnownVariables.findIndex(variable) == -1 || variable == "CONFIG" ) )
{
@@ -379,6 +379,42 @@
}
}
}
+ }else if( ast->nodeType() == QMake::AST::IncludeAST )
+ {
+ QMake::IncludeAST* iast = static_cast<QMake::IncludeAST*>(ast);
+ QValueList<unsigned int> l = m_scopes.keys();
+ for( unsigned int i = 0; i < l.count(); ++i )
+ {
+ int num = l[ i ];
+ if( m_scopes.contains( num ) )
+ {
+ Scope* s = m_scopes[num];
+ if( s && s->scopeType() == IncludeScope && s->m_incast == iast )
+ {
+ s->calcValuesFromStatements( variable, result, false, 0, false, false );
+ }
+ }
+ }
+
+ }else if( ast->nodeType() == QMake::AST::ProjectAST )
+ {
+ QMake::ProjectAST* past = static_cast<QMake::ProjectAST*>(ast);
+ if( past->isFunctionScope() || past->isScope() )
+ {
+ QValueList<unsigned int> l = m_scopes.keys();
+ for( unsigned int i = 0; i < l.count(); ++i )
+ {
+ int num = l[ i ];
+ if( m_scopes.contains( num ) )
+ {
+ Scope* s = m_scopes[num];
+ if( s && s->m_root == past && s->m_root->scopedID == past->scopedID )
+ {
+ s->calcValuesFromStatements( variable, result, false, 0, false, false );
+ }
+ }
+ }
+ }
}
}
--- buildtools/qmake/scope.h 2007/10/07 14:39:48 722530
+++ buildtools/qmake/scope.h 2007/10/11 19:48:00 724231
@@ -217,7 +217,7 @@
// runs through the statements until stopHere is found (or the end is reached, if stopHere is 0),
// using the given list as startvalue
// Changes the list using the +=, -=, = operations accordingly
- void calcValuesFromStatements( const QString& variable, QStringList& result, bool, QMake::AST* stopHere = 0, bool fetchFromParent = true ) const;
+ void calcValuesFromStatements( const QString& variable, QStringList& result, bool, QMake::AST* stopHere = 0, bool fetchFromParent = true, bool setDefault = true ) const;
// Check wether the two operators are compatible
static bool isCompatible( const QString& op1, const QString& op2);
@@ -255,8 +255,6 @@
QString replaceWs(QString);
- // All different subscopes of this scope, the key is the "position" at which the scope starts
- QMap<QString, Scope*> m_subProjects;
// The "position" inside the parent scope that this scope starts at
unsigned int m_num;

View File

@ -1,11 +0,0 @@
--- vcs/clearcase/clearcasemanipulator.cpp.orig Mon Mar 5 13:06:42 2007
+++ vcs/clearcase/clearcasemanipulator.cpp Mon Mar 5 13:06:56 2007
@@ -20,7 +20,7 @@
#include <libgen.h>
#include <errno.h>
-#if defined(Q_OS_MACX) || defined(MACOSX)
+#if defined(Q_OS_MACX) || defined(MACOSX) || defined(Q_OS_FREEBSD)
//this function is taken from GNU libc
//it does not exist on macos
int getline(char **lineptr, size_t *n, FILE *stream)

View File

@ -1,4 +1,4 @@
KDevelop is an integrated development environment for a wide variety of
KDevelop is an integrated evelopment environment for a wide variety of
programming tasks with a special focus on Qt and KDE applications.
WWW: http://www.kdevelop.org/

View File

@ -676,6 +676,8 @@ share/apps/kdevappwizard/qtopiaapp.png
share/apps/kdevappwizard/qtopiaapp.tar.gz
share/apps/kdevappwizard/qtruby.png
share/apps/kdevappwizard/qtruby.tar.gz
share/apps/kdevappwizard/qtruby4app.png
share/apps/kdevappwizard/qtruby4app.tar.gz
share/apps/kdevappwizard/qtrubyapp.png
share/apps/kdevappwizard/qtrubyapp.tar.gz
share/apps/kdevappwizard/rails.png
@ -795,6 +797,7 @@ share/apps/kdevappwizard/templates/qt4makeapp.kdevtemplate
share/apps/kdevappwizard/templates/qtopia4app.kdevtemplate
share/apps/kdevappwizard/templates/qtopiaapp.kdevtemplate
share/apps/kdevappwizard/templates/qtruby.kdevtemplate
share/apps/kdevappwizard/templates/qtruby4app.kdevtemplate
share/apps/kdevappwizard/templates/qtrubyapp.kdevtemplate
share/apps/kdevappwizard/templates/rails.kdevtemplate
share/apps/kdevappwizard/templates/rubyhello.kdevtemplate
@ -1265,8 +1268,10 @@ share/apps/kdevfilecreate/file-templates/for
share/apps/kdevfilecreate/file-templates/fpp
share/apps/kdevfilecreate/file-templates/ftn
share/apps/kdevfilecreate/file-templates/h
share/apps/kdevfilecreate/file-templates/html.erb
share/apps/kdevfilecreate/file-templates/java
share/apps/kdevfilecreate/file-templates/js
share/apps/kdevfilecreate/file-templates/js.rjs
share/apps/kdevfilecreate/file-templates/l
share/apps/kdevfilecreate/file-templates/ll
share/apps/kdevfilecreate/file-templates/pas-program
@ -1297,6 +1302,7 @@ share/apps/kdevfilecreate/file-templates/ui-tabdialog
share/apps/kdevfilecreate/file-templates/ui-widget
share/apps/kdevfilecreate/file-templates/ui-widget-qt4
share/apps/kdevfilecreate/file-templates/ui-wizard
share/apps/kdevfilecreate/file-templates/xml.builder
share/apps/kdevfilecreate/file-templates/y
share/apps/kdevfilecreate/file-templates/yy
share/apps/kdevfilecreate/kdevpart_filecreate.rc
@ -1607,126 +1613,34 @@ share/servicetypes/kdevelopquickopen.desktop
share/servicetypes/kdevelopsourceformatter.desktop
share/servicetypes/kdevelopvcsintegrator.desktop
share/servicetypes/kdevelopversioncontrol.desktop
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/src/profileengine/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/src/profileengine/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/src/profileengine/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/src/profileengine/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/src/profileengine/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/src/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/src/profileengine/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/src/profileengine/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/src/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/parts/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/parts/documentation/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/parts/documentation/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/parts/documentation/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/parts/documentation/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/parts/documentation/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/parts/documentation/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/parts/documentation/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/parts/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/widgets/propeditor/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/widgets/propeditor/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/widgets/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/widgets/propeditor/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/widgets/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/util/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/util/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/extras/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/extras/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/external/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/external/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/extensions/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/extensions/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/extensions/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/external/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/extras/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/catalog/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/catalog/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/util/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/extensions/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/external/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/extras/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/widgets/propeditor/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/widgets/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/catalog/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/designer_integration/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/designer_integration/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/debugger/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/debugger/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/debugger/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/designer_integration/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/debugger/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/designer_integration/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/widgets/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/widgets/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/qmake/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/qmake/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/autotools/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/autotools/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/qmake/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/autotools/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/base/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/base/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/qmake/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/autotools/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/widgets/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/base/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/qmake/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/autotools/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/widgets/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/base/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/util/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/extensions/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/external/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/extras/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/widgets/propeditor/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/widgets/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/catalog/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/src/profileengine/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/src/profileengine/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/src/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/parts/documentation/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/parts/documentation/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/parts/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/qmake/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/autotools/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/widgets/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/base/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/debugger/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/designer_integration/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/html
@exec /bin/mkdir -p %D/share/apps/kdevvcsmanager
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/base/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/autotools/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/parsers/qmake/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/buildtools/lib/widgets/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/debugger/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/designer_integration/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/languages/lib/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/catalog/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/extensions/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/external/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/extras/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/util/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/widgets/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/lib/widgets/propeditor/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/parts/documentation/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/parts/documentation/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/parts/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/src/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/src/profileengine/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdevelop-apidocs/src/profileengine/lib/html
@dirrm share/doc/HTML/en/kdevelop-apidocs/src/profileengine/lib/html
@dirrm share/doc/HTML/en/kdevelop-apidocs/src/profileengine/lib
@dirrm share/doc/HTML/en/kdevelop-apidocs/src/profileengine/html

View File

@ -7,7 +7,7 @@
PORTNAME= ${KATEPLUGINS_PORTNAME}
PORTVERSION= ${KATEPLUGINS_PORTVERSION}
PORTREVISION= 1
PORTREVISION= ${KATEPLUGINS_PORTREVISION}
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
@ -29,6 +29,8 @@ USE_GMAKE= yes
USE_LDCONFIG= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3
PLIST_SUB+= KDE_VER="${KDE_VERSION}"
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split"
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (KDE/kdeaddons-3.5.8.tar.bz2) = 4a338f14210ad920bb54624cd330dd89
SHA256 (KDE/kdeaddons-3.5.8.tar.bz2) = e505a472ef2dd70e36992802fc33939a65be80bb8610a28bac6f639fa2ce2868
SIZE (KDE/kdeaddons-3.5.8.tar.bz2) = 1726291
MD5 (KDE/kdeaddons-3.5.9.tar.bz2) = eaa3832a25b483d1a9613f75991c3d7b
SHA256 (KDE/kdeaddons-3.5.9.tar.bz2) = 2860d74dca92f4b6a08dc93620a6af85050ae43037a7cffe0c88377015804e34
SIZE (KDE/kdeaddons-3.5.9.tar.bz2) = 1727652

View File

@ -43,7 +43,7 @@ lib/kde3/katexmltoolsplugin.so
lib/kde3/libkatetabbarextensionplugin.a
lib/kde3/libkatetabbarextensionplugin.la
lib/kde3/libkatetabbarextensionplugin.so
share/applications/kdeaddons-kate-plugins-3.5.8
share/applications/kdeaddons-kate-plugins-%%KDE_VER%%
share/applnk/.hidden/katefll.desktop
share/apps/kate/plugins/katecppsymbolviewer/ui.rc
share/apps/kate/plugins/katefiletemplates/templates/cppgpl.cpp.katetemplate

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-fr-3.5.8.tar.bz2) = 2a64410a4692b7e248fde1e4bdc09f86
SHA256 (KDE/kde-i18n/kde-i18n-fr-3.5.8.tar.bz2) = e9138a97b07b8a1d893652b9850f054a948a79305cd7df35047206c8f953b55c
SIZE (KDE/kde-i18n/kde-i18n-fr-3.5.8.tar.bz2) = 20136702
MD5 (KDE/kde-i18n/kde-i18n-fr-3.5.9.tar.bz2) = c90cbd2437f4f83ac55f3e7b5fc168b0
SHA256 (KDE/kde-i18n/kde-i18n-fr-3.5.9.tar.bz2) = 3a20161f9f11cc329a578457e90d927a7e0aab0604d2e9fda39c2cb748d2bb6f
SIZE (KDE/kde-i18n/kde-i18n-fr-3.5.9.tar.bz2) = 20150075

View File

@ -95,11 +95,66 @@ share/doc/HTML/fr/cervisia/logtree.png
share/doc/HTML/fr/cervisia/mainview.png
share/doc/HTML/fr/cervisia/resolve.png
share/doc/HTML/fr/cervisia/updatetag.png
share/doc/HTML/fr/docs/common/fdl-translated.html
share/doc/HTML/fr/docs/common/gpl-translated.html
share/doc/HTML/fr/docs/common/kde-localised.css
share/doc/HTML/fr/docs/common/lgpl-translated.html
share/doc/HTML/fr/docs/common/logotp3.png
share/doc/HTML/fr/common/1.png
share/doc/HTML/fr/common/10.png
share/doc/HTML/fr/common/2.png
share/doc/HTML/fr/common/3.png
share/doc/HTML/fr/common/4.png
share/doc/HTML/fr/common/5.png
share/doc/HTML/fr/common/6.png
share/doc/HTML/fr/common/7.png
share/doc/HTML/fr/common/8.png
share/doc/HTML/fr/common/9.png
share/doc/HTML/fr/common/appheader.html
share/doc/HTML/fr/common/artistic-license.html
share/doc/HTML/fr/common/bottom-left.png
share/doc/HTML/fr/common/bottom-middle.png
share/doc/HTML/fr/common/bottom-right.png
share/doc/HTML/fr/common/bottom1.png
share/doc/HTML/fr/common/bottom2.png
share/doc/HTML/fr/common/bsd-license.html
share/doc/HTML/fr/common/docheadergears.png
share/doc/HTML/fr/common/doctop1.png
share/doc/HTML/fr/common/doctop1a.png
share/doc/HTML/fr/common/doctop1b.png
share/doc/HTML/fr/common/doctop2.png
share/doc/HTML/fr/common/doxygen.css
share/doc/HTML/fr/common/favicon.ico
share/doc/HTML/fr/common/fdl-license
share/doc/HTML/fr/common/fdl-license.html
share/doc/HTML/fr/common/fdl-notice.html
share/doc/HTML/fr/common/fdl-translated.html
share/doc/HTML/fr/common/footer.html
share/doc/HTML/fr/common/gpl-license
share/doc/HTML/fr/common/gpl-license.html
share/doc/HTML/fr/common/gpl-translated.html
share/doc/HTML/fr/common/grad.png
share/doc/HTML/fr/common/header.html
share/doc/HTML/fr/common/headerbg.png
share/doc/HTML/fr/common/kde-common.css
share/doc/HTML/fr/common/kde-default.css
share/doc/HTML/fr/common/kde-localised.css
share/doc/HTML/fr/common/kde-localised.css.template
share/doc/HTML/fr/common/kde-web.css
share/doc/HTML/fr/common/kde_gear_64.png
share/doc/HTML/fr/common/kde_logo.png
share/doc/HTML/fr/common/kde_logo_bg.png
share/doc/HTML/fr/common/kmenu.png
share/doc/HTML/fr/common/lgpl-license
share/doc/HTML/fr/common/lgpl-license.html
share/doc/HTML/fr/common/lgpl-translated.html
share/doc/HTML/fr/common/logotp3.png
share/doc/HTML/fr/common/mainfooter.html
share/doc/HTML/fr/common/mainheader.html
share/doc/HTML/fr/common/qpl-license.html
share/doc/HTML/fr/common/shadow.png
share/doc/HTML/fr/common/top-left.png
share/doc/HTML/fr/common/top-middle.png
share/doc/HTML/fr/common/top-right-konqueror.png
share/doc/HTML/fr/common/web-docbottom.png
share/doc/HTML/fr/common/web-doctop.png
share/doc/HTML/fr/common/x11-license.html
share/doc/HTML/fr/common/xml.dcl
share/doc/HTML/fr/irkick/common
share/doc/HTML/fr/irkick/index.cache.bz2
share/doc/HTML/fr/irkick/index.docbook
@ -2520,8 +2575,7 @@ share/locale/fr/relecture_gui
@dirrm share/doc/HTML/fr/kaboodle
@dirrm share/doc/HTML/fr/juk
@dirrm share/doc/HTML/fr/irkick
@dirrm share/doc/HTML/fr/docs/common
@dirrm share/doc/HTML/fr/docs
@dirrm share/doc/HTML/fr/common
@dirrm share/doc/HTML/fr/cervisia
@dirrm share/doc/HTML/fr/blinken
@dirrm share/doc/HTML/fr/atlantik
@ -2541,6 +2595,8 @@ share/locale/fr/relecture_gui
@dirrm share/apps/khangman/data/fr
@dirrm share/apps/khangman/data
@dirrm share/apps/khangman
@dirrm share/apps/katepart/syntax
@dirrm share/apps/katepart
@dirrm share/apps/kanagram/data/fr
@dirrm share/apps/kanagram/data
@dirrm share/apps/kanagram

View File

@ -7,7 +7,6 @@
PORTNAME= kdegames
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 1
CATEGORIES= games kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src

View File

@ -1,3 +1,3 @@
MD5 (KDE/kdegames-3.5.8.tar.bz2) = 786ee4e47820d92aef7db73424b9604c
SHA256 (KDE/kdegames-3.5.8.tar.bz2) = b0727184cbaf14408f84df6f42ff73094de3f0ba0f72bbc337a611a8174e7a8f
SIZE (KDE/kdegames-3.5.8.tar.bz2) = 10779312
MD5 (KDE/kdegames-3.5.9.tar.bz2) = 472385f21a692270fb5643d7617c7ff3
SHA256 (KDE/kdegames-3.5.9.tar.bz2) = fa03333c1c33b10a58b03dbac355d98f24068bc37a13c1683463f4bbad9ac13d
SIZE (KDE/kdegames-3.5.9.tar.bz2) = 10782511

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-de-3.5.8.tar.bz2) = 541d0f5189126addfdece3410027a6cd
SHA256 (KDE/kde-i18n/kde-i18n-de-3.5.8.tar.bz2) = f29b937a87b5ffd4030de04f8d0c03ee54fd25191b2763b6ca0312eda76c5198
SIZE (KDE/kde-i18n/kde-i18n-de-3.5.8.tar.bz2) = 21358368
MD5 (KDE/kde-i18n/kde-i18n-de-3.5.9.tar.bz2) = 61a65a171c992f5569c4586e7d84ea3c
SHA256 (KDE/kde-i18n/kde-i18n-de-3.5.9.tar.bz2) = 5515884c4e66702d35dfb5f06bcd687d34f491c308dbcc539f13e5243bda7a3b
SIZE (KDE/kde-i18n/kde-i18n-de-3.5.9.tar.bz2) = 21360262

View File

@ -163,11 +163,66 @@ share/doc/HTML/de/blinken/index.docbook
share/doc/HTML/de/cervisia/common
share/doc/HTML/de/cervisia/index.cache.bz2
share/doc/HTML/de/cervisia/index.docbook
share/doc/HTML/de/docs/common/fdl-translated.html
share/doc/HTML/de/docs/common/gpl-translated.html
share/doc/HTML/de/docs/common/kde-localised.css
share/doc/HTML/de/docs/common/lgpl-translated.html
share/doc/HTML/de/docs/common/logotp3.png
share/doc/HTML/de/common/1.png
share/doc/HTML/de/common/10.png
share/doc/HTML/de/common/2.png
share/doc/HTML/de/common/3.png
share/doc/HTML/de/common/4.png
share/doc/HTML/de/common/5.png
share/doc/HTML/de/common/6.png
share/doc/HTML/de/common/7.png
share/doc/HTML/de/common/8.png
share/doc/HTML/de/common/9.png
share/doc/HTML/de/common/appheader.html
share/doc/HTML/de/common/artistic-license.html
share/doc/HTML/de/common/bottom-left.png
share/doc/HTML/de/common/bottom-middle.png
share/doc/HTML/de/common/bottom-right.png
share/doc/HTML/de/common/bottom1.png
share/doc/HTML/de/common/bottom2.png
share/doc/HTML/de/common/bsd-license.html
share/doc/HTML/de/common/docheadergears.png
share/doc/HTML/de/common/doctop1.png
share/doc/HTML/de/common/doctop1a.png
share/doc/HTML/de/common/doctop1b.png
share/doc/HTML/de/common/doctop2.png
share/doc/HTML/de/common/doxygen.css
share/doc/HTML/de/common/favicon.ico
share/doc/HTML/de/common/fdl-license
share/doc/HTML/de/common/fdl-license.html
share/doc/HTML/de/common/fdl-notice.html
share/doc/HTML/de/common/fdl-translated.html
share/doc/HTML/de/common/footer.html
share/doc/HTML/de/common/gpl-license
share/doc/HTML/de/common/gpl-license.html
share/doc/HTML/de/common/gpl-translated.html
share/doc/HTML/de/common/grad.png
share/doc/HTML/de/common/header.html
share/doc/HTML/de/common/headerbg.png
share/doc/HTML/de/common/kde-common.css
share/doc/HTML/de/common/kde-default.css
share/doc/HTML/de/common/kde-localised.css
share/doc/HTML/de/common/kde-localised.css.template
share/doc/HTML/de/common/kde-web.css
share/doc/HTML/de/common/kde_gear_64.png
share/doc/HTML/de/common/kde_logo.png
share/doc/HTML/de/common/kde_logo_bg.png
share/doc/HTML/de/common/kmenu.png
share/doc/HTML/de/common/lgpl-license
share/doc/HTML/de/common/lgpl-license.html
share/doc/HTML/de/common/lgpl-translated.html
share/doc/HTML/de/common/logotp3.png
share/doc/HTML/de/common/mainfooter.html
share/doc/HTML/de/common/mainheader.html
share/doc/HTML/de/common/qpl-license.html
share/doc/HTML/de/common/shadow.png
share/doc/HTML/de/common/top-left.png
share/doc/HTML/de/common/top-middle.png
share/doc/HTML/de/common/top-right-konqueror.png
share/doc/HTML/de/common/web-docbottom.png
share/doc/HTML/de/common/web-doctop.png
share/doc/HTML/de/common/x11-license.html
share/doc/HTML/de/common/xml.dcl
share/doc/HTML/de/irkick/common
share/doc/HTML/de/irkick/index.cache.bz2
share/doc/HTML/de/irkick/index.docbook
@ -2132,6 +2187,7 @@ share/locale/de/LC_MESSAGES/kio_nntp.mo
share/locale/de/LC_MESSAGES/kio_pop3.mo
share/locale/de/LC_MESSAGES/kio_print.mo
share/locale/de/LC_MESSAGES/kio_remote.mo
share/locale/de/LC_MESSAGES/kio_scalix.mo
share/locale/de/LC_MESSAGES/kio_settings.mo
share/locale/de/LC_MESSAGES/kio_sftp.mo
share/locale/de/LC_MESSAGES/kio_sieve.mo
@ -2239,6 +2295,7 @@ share/locale/de/LC_MESSAGES/kres_groupware.mo
share/locale/de/LC_MESSAGES/kres_groupwise.mo
share/locale/de/LC_MESSAGES/kres_kolab.mo
share/locale/de/LC_MESSAGES/kres_remote.mo
share/locale/de/LC_MESSAGES/kres_scalix.mo
share/locale/de/LC_MESSAGES/kres_tvanytime.mo
share/locale/de/LC_MESSAGES/kres_xmlrpc.mo
share/locale/de/LC_MESSAGES/kreversi.mo
@ -2371,6 +2428,7 @@ share/locale/de/LC_MESSAGES/privacy.mo
share/locale/de/LC_MESSAGES/quanta.mo
share/locale/de/LC_MESSAGES/quicklauncher.mo
share/locale/de/LC_MESSAGES/rellinks.mo
share/locale/de/LC_MESSAGES/scalixadmin.mo
share/locale/de/LC_MESSAGES/searchbarplugin.mo
share/locale/de/LC_MESSAGES/secpolicy.mo
share/locale/de/LC_MESSAGES/spy.mo
@ -2646,8 +2704,7 @@ share/locale/de/flag.png
@dirrm share/doc/HTML/de/kaboodle
@dirrm share/doc/HTML/de/juk
@dirrm share/doc/HTML/de/irkick
@dirrm share/doc/HTML/de/docs/common
@dirrm share/doc/HTML/de/docs
@dirrm share/doc/HTML/de/common
@dirrm share/doc/HTML/de/cervisia
@dirrm share/doc/HTML/de/blinken
@dirrm share/doc/HTML/de/atlantik
@ -2670,6 +2727,8 @@ share/locale/de/flag.png
@dirrm share/apps/khangman/data/de
@dirrm share/apps/khangman/data
@dirrm share/apps/khangman
@dirrm share/apps/katepart/syntax
@dirrm share/apps/katepart
@dirrm share/apps/kanagram/data/de
@dirrm share/apps/kanagram/data
@dirrm share/apps/kanagram

View File

@ -7,7 +7,6 @@
PORTNAME= kamera
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src

View File

@ -1,3 +1,3 @@
MD5 (KDE/kdegraphics-3.5.8.tar.bz2) = a3a31fc0e5b791ef330dd0627095d90f
SHA256 (KDE/kdegraphics-3.5.8.tar.bz2) = 4d041d892f17ef90e0029ef14925980cf6a637d7a9971fba5835a5620ff3e155
SIZE (KDE/kdegraphics-3.5.8.tar.bz2) = 7444011
MD5 (KDE/kdegraphics-3.5.9.tar.bz2) = 3d75e27180573a4e077e0245055891a5
SHA256 (KDE/kdegraphics-3.5.9.tar.bz2) = 81514a8234158522440b0ecd269dbeb2e3622f72956fcdf38e726866d8100cb2
SIZE (KDE/kdegraphics-3.5.9.tar.bz2) = 7441533

View File

@ -7,7 +7,6 @@
PORTNAME= kamera
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src

View File

@ -1,3 +1,3 @@
MD5 (KDE/kdegraphics-3.5.8.tar.bz2) = a3a31fc0e5b791ef330dd0627095d90f
SHA256 (KDE/kdegraphics-3.5.8.tar.bz2) = 4d041d892f17ef90e0029ef14925980cf6a637d7a9971fba5835a5620ff3e155
SIZE (KDE/kdegraphics-3.5.8.tar.bz2) = 7444011
MD5 (KDE/kdegraphics-3.5.9.tar.bz2) = 3d75e27180573a4e077e0245055891a5
SHA256 (KDE/kdegraphics-3.5.9.tar.bz2) = 81514a8234158522440b0ecd269dbeb2e3622f72956fcdf38e726866d8100cb2
SIZE (KDE/kdegraphics-3.5.9.tar.bz2) = 7441533

View File

@ -8,7 +8,7 @@
PORTNAME= kdegraphics
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 3
PORTREVISION= 0
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src

View File

@ -1,3 +1,3 @@
MD5 (KDE/kdegraphics-3.5.8.tar.bz2) = a3a31fc0e5b791ef330dd0627095d90f
SHA256 (KDE/kdegraphics-3.5.8.tar.bz2) = 4d041d892f17ef90e0029ef14925980cf6a637d7a9971fba5835a5620ff3e155
SIZE (KDE/kdegraphics-3.5.8.tar.bz2) = 7444011
MD5 (KDE/kdegraphics-3.5.9.tar.bz2) = 3d75e27180573a4e077e0245055891a5
SHA256 (KDE/kdegraphics-3.5.9.tar.bz2) = 81514a8234158522440b0ecd269dbeb2e3622f72956fcdf38e726866d8100cb2
SIZE (KDE/kdegraphics-3.5.9.tar.bz2) = 7441533

View File

@ -1,643 +0,0 @@
--- kpdf/xpdf/xpdf/Stream.cc
+++ kpdf/xpdf/xpdf/Stream.cc
@@ -1245,23 +1245,26 @@ CCITTFaxStream::CCITTFaxStream(Stream *s
columns = columnsA;
if (columns < 1) {
columns = 1;
- }
- if (columns + 4 <= 0) {
- columns = INT_MAX - 4;
+ } else if (columns > INT_MAX - 2) {
+ columns = INT_MAX - 2;
}
rows = rowsA;
endOfBlock = endOfBlockA;
black = blackA;
- refLine = (short *)gmallocn(columns + 3, sizeof(short));
- codingLine = (short *)gmallocn(columns + 2, sizeof(short));
+ // 0 <= codingLine[0] < codingLine[1] < ... < codingLine[n] = columns
+ // ---> max codingLine size = columns + 1
+ // refLine has one extra guard entry at the end
+ // ---> max refLine size = columns + 2
+ codingLine = (int *)gmallocn(columns + 1, sizeof(int));
+ refLine = (int *)gmallocn(columns + 2, sizeof(int));
eof = gFalse;
row = 0;
nextLine2D = encoding < 0;
inputBits = 0;
- codingLine[0] = 0;
- codingLine[1] = refLine[2] = columns;
- a0 = 1;
+ codingLine[0] = columns;
+ a0i = 0;
+ outputBits = 0;
buf = EOF;
}
@@ -1280,9 +1283,9 @@ void CCITTFaxStream::reset() {
row = 0;
nextLine2D = encoding < 0;
inputBits = 0;
- codingLine[0] = 0;
- codingLine[1] = columns;
- a0 = 1;
+ codingLine[0] = columns;
+ a0i = 0;
+ outputBits = 0;
buf = EOF;
// skip any initial zero bits and end-of-line marker, and get the 2D
@@ -1299,211 +1302,230 @@ void CCITTFaxStream::reset() {
}
}
+inline void CCITTFaxStream::addPixels(int a1, int blackPixels) {
+ if (a1 > codingLine[a0i]) {
+ if (a1 > columns) {
+ error(getPos(), "CCITTFax row is wrong length (%d)", a1);
+ err = gTrue;
+ a1 = columns;
+ }
+ if ((a0i & 1) ^ blackPixels) {
+ ++a0i;
+ }
+ codingLine[a0i] = a1;
+ }
+}
+
+inline void CCITTFaxStream::addPixelsNeg(int a1, int blackPixels) {
+ if (a1 > codingLine[a0i]) {
+ if (a1 > columns) {
+ error(getPos(), "CCITTFax row is wrong length (%d)", a1);
+ err = gTrue;
+ a1 = columns;
+ }
+ if ((a0i & 1) ^ blackPixels) {
+ ++a0i;
+ }
+ codingLine[a0i] = a1;
+ } else if (a1 < codingLine[a0i]) {
+ if (a1 < 0) {
+ error(getPos(), "Invalid CCITTFax code");
+ err = gTrue;
+ a1 = 0;
+ }
+ while (a0i > 0 && a1 <= codingLine[a0i - 1]) {
+ --a0i;
+ }
+ codingLine[a0i] = a1;
+ }
+}
+
int CCITTFaxStream::lookChar() {
short code1, code2, code3;
- int a0New;
- GBool err, gotEOL;
- int ret;
- int bits, i;
+ int b1i, blackPixels, i, bits;
+ GBool gotEOL;
- // if at eof just return EOF
- if (eof && codingLine[a0] >= columns) {
- return EOF;
+ if (buf != EOF) {
+ return buf;
}
// read the next row
- err = gFalse;
- if (codingLine[a0] >= columns) {
+ if (outputBits == 0) {
+
+ // if at eof just return EOF
+ if (eof) {
+ return EOF;
+ }
+
+ err = gFalse;
// 2-D encoding
if (nextLine2D) {
- // state:
- // a0New = current position in coding line (0 <= a0New <= columns)
- // codingLine[a0] = last change in coding line
- // (black-to-white if a0 is even,
- // white-to-black if a0 is odd)
- // refLine[b1] = next change in reference line of opposite color
- // to a0
- // invariants:
- // 0 <= codingLine[a0] <= a0New
- // <= refLine[b1] <= refLine[b1+1] <= columns
- // 0 <= a0 <= columns+1
- // refLine[0] = 0
- // refLine[n] = refLine[n+1] = columns
- // -- for some 1 <= n <= columns+1
- // end condition:
- // 0 = codingLine[0] <= codingLine[1] < codingLine[2] < ...
- // < codingLine[n-1] < codingLine[n] = columns
- // -- where 1 <= n <= columns+1
for (i = 0; codingLine[i] < columns; ++i) {
refLine[i] = codingLine[i];
}
- refLine[i] = refLine[i + 1] = columns;
- b1 = 1;
- a0New = codingLine[a0 = 0] = 0;
- do {
+ refLine[i++] = columns;
+ refLine[i] = columns;
+ codingLine[0] = 0;
+ a0i = 0;
+ b1i = 0;
+ blackPixels = 0;
+ // invariant:
+ // refLine[b1i-1] <= codingLine[a0i] < refLine[b1i] < refLine[b1i+1]
+ // <= columns
+ // exception at left edge:
+ // codingLine[a0i = 0] = refLine[b1i = 0] = 0 is possible
+ // exception at right edge:
+ // refLine[b1i] = refLine[b1i+1] = columns is possible
+ while (codingLine[a0i] < columns) {
code1 = getTwoDimCode();
switch (code1) {
case twoDimPass:
- if (refLine[b1] < columns) {
- a0New = refLine[b1 + 1];
- b1 += 2;
+ addPixels(refLine[b1i + 1], blackPixels);
+ if (refLine[b1i + 1] < columns) {
+ b1i += 2;
}
break;
case twoDimHoriz:
- if ((a0 & 1) == 0) {
- code1 = code2 = 0;
+ code1 = code2 = 0;
+ if (blackPixels) {
do {
- code1 += code3 = getWhiteCode();
+ code1 += code3 = getBlackCode();
} while (code3 >= 64);
do {
- code2 += code3 = getBlackCode();
+ code2 += code3 = getWhiteCode();
} while (code3 >= 64);
} else {
- code1 = code2 = 0;
do {
- code1 += code3 = getBlackCode();
+ code1 += code3 = getWhiteCode();
} while (code3 >= 64);
do {
- code2 += code3 = getWhiteCode();
+ code2 += code3 = getBlackCode();
} while (code3 >= 64);
}
- if (code1 > 0 || code2 > 0) {
- if (a0New + code1 <= columns) {
- codingLine[a0 + 1] = a0New + code1;
- } else {
- codingLine[a0 + 1] = columns;
- }
- ++a0;
- if (codingLine[a0] + code2 <= columns) {
- codingLine[a0 + 1] = codingLine[a0] + code2;
- } else {
- codingLine[a0 + 1] = columns;
- }
- ++a0;
- a0New = codingLine[a0];
- while (refLine[b1] <= a0New && refLine[b1] < columns) {
- b1 += 2;
+ addPixels(codingLine[a0i] + code1, blackPixels);
+ if (codingLine[a0i] < columns) {
+ addPixels(codingLine[a0i] + code2, blackPixels ^ 1);
+ }
+ while (refLine[b1i] <= codingLine[a0i] && refLine[b1i] < columns) {
+ b1i += 2;
+ }
+ break;
+ case twoDimVertR3:
+ addPixels(refLine[b1i] + 3, blackPixels);
+ blackPixels ^= 1;
+ if (codingLine[a0i] < columns) {
+ ++b1i;
+ while (refLine[b1i] <= codingLine[a0i] && refLine[b1i] < columns) {
+ b1i += 2;
}
}
break;
- case twoDimVert0:
- if (refLine[b1] < columns) {
- a0New = codingLine[++a0] = refLine[b1];
- ++b1;
- while (refLine[b1] <= a0New && refLine[b1] < columns) {
- b1 += 2;
+ case twoDimVertR2:
+ addPixels(refLine[b1i] + 2, blackPixels);
+ blackPixels ^= 1;
+ if (codingLine[a0i] < columns) {
+ ++b1i;
+ while (refLine[b1i] <= codingLine[a0i] && refLine[b1i] < columns) {
+ b1i += 2;
}
- } else {
- a0New = codingLine[++a0] = columns;
}
break;
case twoDimVertR1:
- if (refLine[b1] + 1 < columns) {
- a0New = codingLine[++a0] = refLine[b1] + 1;
- ++b1;
- while (refLine[b1] <= a0New && refLine[b1] < columns) {
- b1 += 2;
+ addPixels(refLine[b1i] + 1, blackPixels);
+ blackPixels ^= 1;
+ if (codingLine[a0i] < columns) {
+ ++b1i;
+ while (refLine[b1i] <= codingLine[a0i] && refLine[b1i] < columns) {
+ b1i += 2;
}
- } else {
- a0New = codingLine[++a0] = columns;
}
break;
- case twoDimVertL1:
- if (refLine[b1] - 1 > a0New || (a0 == 0 && refLine[b1] == 1)) {
- a0New = codingLine[++a0] = refLine[b1] - 1;
- --b1;
- while (refLine[b1] <= a0New && refLine[b1] < columns) {
- b1 += 2;
+ case twoDimVert0:
+ addPixels(refLine[b1i], blackPixels);
+ blackPixels ^= 1;
+ if (codingLine[a0i] < columns) {
+ ++b1i;
+ while (refLine[b1i] <= codingLine[a0i] && refLine[b1i] < columns) {
+ b1i += 2;
}
}
break;
- case twoDimVertR2:
- if (refLine[b1] + 2 < columns) {
- a0New = codingLine[++a0] = refLine[b1] + 2;
- ++b1;
- while (refLine[b1] <= a0New && refLine[b1] < columns) {
- b1 += 2;
+ case twoDimVertL3:
+ addPixelsNeg(refLine[b1i] - 3, blackPixels);
+ blackPixels ^= 1;
+ if (codingLine[a0i] < columns) {
+ if (b1i > 0) {
+ --b1i;
+ } else {
+ ++b1i;
+ }
+ while (refLine[b1i] <= codingLine[a0i] && refLine[b1i] < columns) {
+ b1i += 2;
}
- } else {
- a0New = codingLine[++a0] = columns;
}
break;
case twoDimVertL2:
- if (refLine[b1] - 2 > a0New || (a0 == 0 && refLine[b1] == 2)) {
- a0New = codingLine[++a0] = refLine[b1] - 2;
- --b1;
- while (refLine[b1] <= a0New && refLine[b1] < columns) {
- b1 += 2;
+ addPixelsNeg(refLine[b1i] - 2, blackPixels);
+ blackPixels ^= 1;
+ if (codingLine[a0i] < columns) {
+ if (b1i > 0) {
+ --b1i;
+ } else {
+ ++b1i;
}
- }
- break;
- case twoDimVertR3:
- if (refLine[b1] + 3 < columns) {
- a0New = codingLine[++a0] = refLine[b1] + 3;
- ++b1;
- while (refLine[b1] <= a0New && refLine[b1] < columns) {
- b1 += 2;
+ while (refLine[b1i] <= codingLine[a0i] && refLine[b1i] < columns) {
+ b1i += 2;
}
- } else {
- a0New = codingLine[++a0] = columns;
}
break;
- case twoDimVertL3:
- if (refLine[b1] - 3 > a0New || (a0 == 0 && refLine[b1] == 3)) {
- a0New = codingLine[++a0] = refLine[b1] - 3;
- --b1;
- while (refLine[b1] <= a0New && refLine[b1] < columns) {
- b1 += 2;
+ case twoDimVertL1:
+ addPixelsNeg(refLine[b1i] - 1, blackPixels);
+ blackPixels ^= 1;
+ if (codingLine[a0i] < columns) {
+ if (b1i > 0) {
+ --b1i;
+ } else {
+ ++b1i;
+ }
+ while (refLine[b1i] <= codingLine[a0i] && refLine[b1i] < columns) {
+ b1i += 2;
}
}
break;
case EOF:
+ addPixels(columns, 0);
eof = gTrue;
- codingLine[a0 = 0] = columns;
- return EOF;
+ break;
default:
error(getPos(), "Bad 2D code %04x in CCITTFax stream", code1);
+ addPixels(columns, 0);
err = gTrue;
break;
}
- } while (codingLine[a0] < columns);
+ }
// 1-D encoding
} else {
- codingLine[a0 = 0] = 0;
- while (1) {
+ codingLine[0] = 0;
+ a0i = 0;
+ blackPixels = 0;
+ while (codingLine[a0i] < columns) {
code1 = 0;
- do {
- code1 += code3 = getWhiteCode();
- } while (code3 >= 64);
- codingLine[a0+1] = codingLine[a0] + code1;
- ++a0;
- if (codingLine[a0] >= columns) {
- break;
- }
- code2 = 0;
- do {
- code2 += code3 = getBlackCode();
- } while (code3 >= 64);
- codingLine[a0+1] = codingLine[a0] + code2;
- ++a0;
- if (codingLine[a0] >= columns) {
- break;
+ if (blackPixels) {
+ do {
+ code1 += code3 = getBlackCode();
+ } while (code3 >= 64);
+ } else {
+ do {
+ code1 += code3 = getWhiteCode();
+ } while (code3 >= 64);
}
+ addPixels(codingLine[a0i] + code1, blackPixels);
+ blackPixels ^= 1;
}
}
- if (codingLine[a0] != columns) {
- error(getPos(), "CCITTFax row is wrong length (%d)", codingLine[a0]);
- // force the row to be the correct length
- while (codingLine[a0] > columns) {
- --a0;
- }
- codingLine[++a0] = columns;
- err = gTrue;
- }
-
// byte-align the row
if (byteAlign) {
inputBits &= ~7;
@@ -1562,14 +1584,17 @@ int CCITTFaxStream::lookChar() {
// this if we know the stream contains end-of-line markers because
// the "just plow on" technique tends to work better otherwise
} else if (err && endOfLine) {
- do {
+ while (1) {
+ code1 = lookBits(13);
if (code1 == EOF) {
eof = gTrue;
return EOF;
}
+ if ((code1 >> 1) == 0x001) {
+ break;
+ }
eatBits(1);
- code1 = lookBits(13);
- } while ((code1 >> 1) != 0x001);
+ }
eatBits(12);
if (encoding > 0) {
eatBits(1);
@@ -1577,11 +1602,11 @@ int CCITTFaxStream::lookChar() {
}
}
- a0 = 0;
- outputBits = codingLine[1] - codingLine[0];
- if (outputBits == 0) {
- a0 = 1;
- outputBits = codingLine[2] - codingLine[1];
+ // set up for output
+ if (codingLine[0] > 0) {
+ outputBits = codingLine[a0i = 0];
+ } else {
+ outputBits = codingLine[a0i = 1];
}
++row;
@@ -1589,39 +1614,43 @@ int CCITTFaxStream::lookChar() {
// get a byte
if (outputBits >= 8) {
- ret = ((a0 & 1) == 0) ? 0xff : 0x00;
- if ((outputBits -= 8) == 0) {
- ++a0;
- if (codingLine[a0] < columns) {
- outputBits = codingLine[a0 + 1] - codingLine[a0];
- }
+ buf = (a0i & 1) ? 0x00 : 0xff;
+ outputBits -= 8;
+ if (outputBits == 0 && codingLine[a0i] < columns) {
+ ++a0i;
+ outputBits = codingLine[a0i] - codingLine[a0i - 1];
}
} else {
bits = 8;
- ret = 0;
+ buf = 0;
do {
if (outputBits > bits) {
- i = bits;
- bits = 0;
- if ((a0 & 1) == 0) {
- ret |= 0xff >> (8 - i);
+ buf <<= bits;
+ if (!(a0i & 1)) {
+ buf |= 0xff >> (8 - bits);
}
- outputBits -= i;
+ outputBits -= bits;
+ bits = 0;
} else {
- i = outputBits;
- bits -= outputBits;
- if ((a0 & 1) == 0) {
- ret |= (0xff >> (8 - i)) << bits;
+ buf <<= outputBits;
+ if (!(a0i & 1)) {
+ buf |= 0xff >> (8 - outputBits);
}
+ bits -= outputBits;
outputBits = 0;
- ++a0;
- if (codingLine[a0] < columns) {
- outputBits = codingLine[a0 + 1] - codingLine[a0];
+ if (codingLine[a0i] < columns) {
+ ++a0i;
+ outputBits = codingLine[a0i] - codingLine[a0i - 1];
+ } else if (bits > 0) {
+ buf <<= bits;
+ bits = 0;
}
}
- } while (bits > 0 && codingLine[a0] < columns);
+ } while (bits);
+ }
+ if (black) {
+ buf ^= 0xff;
}
- buf = black ? (ret ^ 0xff) : ret;
return buf;
}
@@ -1663,6 +1692,9 @@ short CCITTFaxStream::getWhiteCode() {
code = 0; // make gcc happy
if (endOfBlock) {
code = lookBits(12);
+ if (code == EOF) {
+ return 1;
+ }
if ((code >> 5) == 0) {
p = &whiteTab1[code];
} else {
@@ -1675,6 +1707,9 @@ short CCITTFaxStream::getWhiteCode() {
} else {
for (n = 1; n <= 9; ++n) {
code = lookBits(n);
+ if (code == EOF) {
+ return 1;
+ }
if (n < 9) {
code <<= 9 - n;
}
@@ -1686,6 +1721,9 @@ short CCITTFaxStream::getWhiteCode() {
}
for (n = 11; n <= 12; ++n) {
code = lookBits(n);
+ if (code == EOF) {
+ return 1;
+ }
if (n < 12) {
code <<= 12 - n;
}
@@ -1711,9 +1749,12 @@ short CCITTFaxStream::getBlackCode() {
code = 0; // make gcc happy
if (endOfBlock) {
code = lookBits(13);
+ if (code == EOF) {
+ return 1;
+ }
if ((code >> 7) == 0) {
p = &blackTab1[code];
- } else if ((code >> 9) == 0) {
+ } else if ((code >> 9) == 0 && (code >> 7) != 0) {
p = &blackTab2[(code >> 1) - 64];
} else {
p = &blackTab3[code >> 7];
@@ -1725,6 +1766,9 @@ short CCITTFaxStream::getBlackCode() {
} else {
for (n = 2; n <= 6; ++n) {
code = lookBits(n);
+ if (code == EOF) {
+ return 1;
+ }
if (n < 6) {
code <<= 6 - n;
}
@@ -1736,6 +1780,9 @@ short CCITTFaxStream::getBlackCode() {
}
for (n = 7; n <= 12; ++n) {
code = lookBits(n);
+ if (code == EOF) {
+ return 1;
+ }
if (n < 12) {
code <<= 12 - n;
}
@@ -1749,6 +1796,9 @@ short CCITTFaxStream::getBlackCode() {
}
for (n = 10; n <= 13; ++n) {
code = lookBits(n);
+ if (code == EOF) {
+ return 1;
+ }
if (n < 13) {
code <<= 13 - n;
}
@@ -1963,6 +2013,12 @@ void DCTStream::reset() {
// allocate a buffer for the whole image
bufWidth = ((width + mcuWidth - 1) / mcuWidth) * mcuWidth;
bufHeight = ((height + mcuHeight - 1) / mcuHeight) * mcuHeight;
+ if (bufWidth <= 0 || bufHeight <= 0 ||
+ bufWidth > INT_MAX / bufWidth / (int)sizeof(int)) {
+ error(getPos(), "Invalid image size in DCT stream");
+ y = height;
+ return;
+ }
for (i = 0; i < numComps; ++i) {
frameBuf[i] = (int *)gmallocn(bufWidth * bufHeight, sizeof(int));
memset(frameBuf[i], 0, bufWidth * bufHeight * sizeof(int));
@@ -3038,6 +3094,11 @@ GBool DCTStream::readScanInfo() {
}
scanInfo.firstCoeff = str->getChar();
scanInfo.lastCoeff = str->getChar();
+ if (scanInfo.firstCoeff < 0 || scanInfo.lastCoeff > 63 ||
+ scanInfo.firstCoeff > scanInfo.lastCoeff) {
+ error(getPos(), "Bad DCT coefficient numbers in scan info block");
+ return gFalse;
+ }
c = str->getChar();
scanInfo.ah = (c >> 4) & 0x0f;
scanInfo.al = c & 0x0f;
--- kpdf/xpdf/xpdf/Stream.h
+++ kpdf/xpdf/xpdf/Stream.h
@@ -528,13 +528,15 @@ private:
int row; // current row
int inputBuf; // input buffer
int inputBits; // number of bits in input buffer
- short *refLine; // reference line changing elements
- int b1; // index into refLine
- short *codingLine; // coding line changing elements
- int a0; // index into codingLine
+ int *codingLine; // coding line changing elements
+ int *refLine; // reference line changing elements
+ int a0i; // index into codingLine
+ GBool err; // error on current line
int outputBits; // remaining ouput bits
int buf; // character buffer
+ void addPixels(int a1, int black);
+ void addPixelsNeg(int a1, int black);
short getTwoDimCode();
short getWhiteCode();
short getBlackCode();

View File

@ -7,7 +7,6 @@
PORTNAME= kooka
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src

View File

@ -1,3 +1,3 @@
MD5 (KDE/kdegraphics-3.5.8.tar.bz2) = a3a31fc0e5b791ef330dd0627095d90f
SHA256 (KDE/kdegraphics-3.5.8.tar.bz2) = 4d041d892f17ef90e0029ef14925980cf6a637d7a9971fba5835a5620ff3e155
SIZE (KDE/kdegraphics-3.5.8.tar.bz2) = 7444011
MD5 (KDE/kdegraphics-3.5.9.tar.bz2) = 3d75e27180573a4e077e0245055891a5
SHA256 (KDE/kdegraphics-3.5.9.tar.bz2) = 81514a8234158522440b0ecd269dbeb2e3622f72956fcdf38e726866d8100cb2
SIZE (KDE/kdegraphics-3.5.9.tar.bz2) = 7441533

View File

@ -7,7 +7,6 @@
PORTNAME= kuickshow
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src

View File

@ -1,3 +1,3 @@
MD5 (KDE/kdegraphics-3.5.8.tar.bz2) = a3a31fc0e5b791ef330dd0627095d90f
SHA256 (KDE/kdegraphics-3.5.8.tar.bz2) = 4d041d892f17ef90e0029ef14925980cf6a637d7a9971fba5835a5620ff3e155
SIZE (KDE/kdegraphics-3.5.8.tar.bz2) = 7444011
MD5 (KDE/kdegraphics-3.5.9.tar.bz2) = 3d75e27180573a4e077e0245055891a5
SHA256 (KDE/kdegraphics-3.5.9.tar.bz2) = 81514a8234158522440b0ecd269dbeb2e3622f72956fcdf38e726866d8100cb2
SIZE (KDE/kdegraphics-3.5.9.tar.bz2) = 7441533

View File

@ -7,7 +7,6 @@
PORTNAME= kuickshow
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src

View File

@ -1,3 +1,3 @@
MD5 (KDE/kdegraphics-3.5.8.tar.bz2) = a3a31fc0e5b791ef330dd0627095d90f
SHA256 (KDE/kdegraphics-3.5.8.tar.bz2) = 4d041d892f17ef90e0029ef14925980cf6a637d7a9971fba5835a5620ff3e155
SIZE (KDE/kdegraphics-3.5.8.tar.bz2) = 7444011
MD5 (KDE/kdegraphics-3.5.9.tar.bz2) = 3d75e27180573a4e077e0245055891a5
SHA256 (KDE/kdegraphics-3.5.9.tar.bz2) = 81514a8234158522440b0ecd269dbeb2e3622f72956fcdf38e726866d8100cb2
SIZE (KDE/kdegraphics-3.5.9.tar.bz2) = 7441533

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-he-3.5.8.tar.bz2) = fc1c6cba3c11fdc184f334674228a9f3
SHA256 (KDE/kde-i18n/kde-i18n-he-3.5.8.tar.bz2) = 865d066a2b911497cff16a0831850faca8b2b3712b1967bbe317a984d91e0619
SIZE (KDE/kde-i18n/kde-i18n-he-3.5.8.tar.bz2) = 2194834
MD5 (KDE/kde-i18n/kde-i18n-he-3.5.9.tar.bz2) = 074d617454bf56185361d4fa71aba96e
SHA256 (KDE/kde-i18n/kde-i18n-he-3.5.9.tar.bz2) = f1e5c1cd4a0601c2ccfc8c4149b407008485e2128f3673cf877f9ca63a62607e
SIZE (KDE/kde-i18n/kde-i18n-he-3.5.9.tar.bz2) = 2192011

View File

@ -51,11 +51,66 @@ share/apps/klettres/he/syllab/ad-23.ogg
share/apps/klettres/he/syllab/ad-24.ogg
share/apps/klettres/he/syllab/ad-25.ogg
share/apps/klettres/he/syllab/ad-26.ogg
share/doc/HTML/he/docs/common/fdl-translated.html
share/doc/HTML/he/docs/common/gpl-translated.html
share/doc/HTML/he/docs/common/kde-localised.css
share/doc/HTML/he/docs/common/lgpl-translated.html
share/doc/HTML/he/docs/common/logotp3.png
share/doc/HTML/he/common/1.png
share/doc/HTML/he/common/10.png
share/doc/HTML/he/common/2.png
share/doc/HTML/he/common/3.png
share/doc/HTML/he/common/4.png
share/doc/HTML/he/common/5.png
share/doc/HTML/he/common/6.png
share/doc/HTML/he/common/7.png
share/doc/HTML/he/common/8.png
share/doc/HTML/he/common/9.png
share/doc/HTML/he/common/appheader.html
share/doc/HTML/he/common/artistic-license.html
share/doc/HTML/he/common/bottom-left.png
share/doc/HTML/he/common/bottom-middle.png
share/doc/HTML/he/common/bottom-right.png
share/doc/HTML/he/common/bottom1.png
share/doc/HTML/he/common/bottom2.png
share/doc/HTML/he/common/bsd-license.html
share/doc/HTML/he/common/docheadergears.png
share/doc/HTML/he/common/doctop1.png
share/doc/HTML/he/common/doctop1a.png
share/doc/HTML/he/common/doctop1b.png
share/doc/HTML/he/common/doctop2.png
share/doc/HTML/he/common/doxygen.css
share/doc/HTML/he/common/favicon.ico
share/doc/HTML/he/common/fdl-license
share/doc/HTML/he/common/fdl-license.html
share/doc/HTML/he/common/fdl-notice.html
share/doc/HTML/he/common/fdl-translated.html
share/doc/HTML/he/common/footer.html
share/doc/HTML/he/common/gpl-license
share/doc/HTML/he/common/gpl-license.html
share/doc/HTML/he/common/gpl-translated.html
share/doc/HTML/he/common/grad.png
share/doc/HTML/he/common/header.html
share/doc/HTML/he/common/headerbg.png
share/doc/HTML/he/common/kde-common.css
share/doc/HTML/he/common/kde-default.css
share/doc/HTML/he/common/kde-localised.css
share/doc/HTML/he/common/kde-localised.css.template
share/doc/HTML/he/common/kde-web.css
share/doc/HTML/he/common/kde_gear_64.png
share/doc/HTML/he/common/kde_logo.png
share/doc/HTML/he/common/kde_logo_bg.png
share/doc/HTML/he/common/kmenu.png
share/doc/HTML/he/common/lgpl-license
share/doc/HTML/he/common/lgpl-license.html
share/doc/HTML/he/common/lgpl-translated.html
share/doc/HTML/he/common/logotp3.png
share/doc/HTML/he/common/mainfooter.html
share/doc/HTML/he/common/mainheader.html
share/doc/HTML/he/common/qpl-license.html
share/doc/HTML/he/common/shadow.png
share/doc/HTML/he/common/top-left.png
share/doc/HTML/he/common/top-middle.png
share/doc/HTML/he/common/top-right-konqueror.png
share/doc/HTML/he/common/web-docbottom.png
share/doc/HTML/he/common/web-doctop.png
share/doc/HTML/he/common/x11-license.html
share/doc/HTML/he/common/xml.dcl
share/doc/HTML/he/khelpcenter/khelpcenter.png
share/doc/HTML/he/khelpcenter/konq.css
share/doc/HTML/he/khelpcenter/main.html
@ -551,8 +606,7 @@ share/locale/he/charset
share/locale/he/entry.desktop
share/locale/he/flag.png
@dirrm share/doc/HTML/he/khelpcenter
@dirrm share/doc/HTML/he/docs/common
@dirrm share/doc/HTML/he/docs
@dirrm share/doc/HTML/he/common
@dirrm share/apps/klettres/he/syllab
@dirrm share/apps/klettres/he/alpha
@dirrm share/apps/klettres/he

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-he-3.5.8.tar.bz2) = fc1c6cba3c11fdc184f334674228a9f3
SHA256 (KDE/kde-i18n/kde-i18n-he-3.5.8.tar.bz2) = 865d066a2b911497cff16a0831850faca8b2b3712b1967bbe317a984d91e0619
SIZE (KDE/kde-i18n/kde-i18n-he-3.5.8.tar.bz2) = 2194834
MD5 (KDE/kde-i18n/kde-i18n-he-3.5.9.tar.bz2) = 074d617454bf56185361d4fa71aba96e
SHA256 (KDE/kde-i18n/kde-i18n-he-3.5.9.tar.bz2) = f1e5c1cd4a0601c2ccfc8c4149b407008485e2128f3673cf877f9ca63a62607e
SIZE (KDE/kde-i18n/kde-i18n-he-3.5.9.tar.bz2) = 2192011

View File

@ -51,11 +51,66 @@ share/apps/klettres/he/syllab/ad-23.ogg
share/apps/klettres/he/syllab/ad-24.ogg
share/apps/klettres/he/syllab/ad-25.ogg
share/apps/klettres/he/syllab/ad-26.ogg
share/doc/HTML/he/docs/common/fdl-translated.html
share/doc/HTML/he/docs/common/gpl-translated.html
share/doc/HTML/he/docs/common/kde-localised.css
share/doc/HTML/he/docs/common/lgpl-translated.html
share/doc/HTML/he/docs/common/logotp3.png
share/doc/HTML/he/common/1.png
share/doc/HTML/he/common/10.png
share/doc/HTML/he/common/2.png
share/doc/HTML/he/common/3.png
share/doc/HTML/he/common/4.png
share/doc/HTML/he/common/5.png
share/doc/HTML/he/common/6.png
share/doc/HTML/he/common/7.png
share/doc/HTML/he/common/8.png
share/doc/HTML/he/common/9.png
share/doc/HTML/he/common/appheader.html
share/doc/HTML/he/common/artistic-license.html
share/doc/HTML/he/common/bottom-left.png
share/doc/HTML/he/common/bottom-middle.png
share/doc/HTML/he/common/bottom-right.png
share/doc/HTML/he/common/bottom1.png
share/doc/HTML/he/common/bottom2.png
share/doc/HTML/he/common/bsd-license.html
share/doc/HTML/he/common/docheadergears.png
share/doc/HTML/he/common/doctop1.png
share/doc/HTML/he/common/doctop1a.png
share/doc/HTML/he/common/doctop1b.png
share/doc/HTML/he/common/doctop2.png
share/doc/HTML/he/common/doxygen.css
share/doc/HTML/he/common/favicon.ico
share/doc/HTML/he/common/fdl-license
share/doc/HTML/he/common/fdl-license.html
share/doc/HTML/he/common/fdl-notice.html
share/doc/HTML/he/common/fdl-translated.html
share/doc/HTML/he/common/footer.html
share/doc/HTML/he/common/gpl-license
share/doc/HTML/he/common/gpl-license.html
share/doc/HTML/he/common/gpl-translated.html
share/doc/HTML/he/common/grad.png
share/doc/HTML/he/common/header.html
share/doc/HTML/he/common/headerbg.png
share/doc/HTML/he/common/kde-common.css
share/doc/HTML/he/common/kde-default.css
share/doc/HTML/he/common/kde-localised.css
share/doc/HTML/he/common/kde-localised.css.template
share/doc/HTML/he/common/kde-web.css
share/doc/HTML/he/common/kde_gear_64.png
share/doc/HTML/he/common/kde_logo.png
share/doc/HTML/he/common/kde_logo_bg.png
share/doc/HTML/he/common/kmenu.png
share/doc/HTML/he/common/lgpl-license
share/doc/HTML/he/common/lgpl-license.html
share/doc/HTML/he/common/lgpl-translated.html
share/doc/HTML/he/common/logotp3.png
share/doc/HTML/he/common/mainfooter.html
share/doc/HTML/he/common/mainheader.html
share/doc/HTML/he/common/qpl-license.html
share/doc/HTML/he/common/shadow.png
share/doc/HTML/he/common/top-left.png
share/doc/HTML/he/common/top-middle.png
share/doc/HTML/he/common/top-right-konqueror.png
share/doc/HTML/he/common/web-docbottom.png
share/doc/HTML/he/common/web-doctop.png
share/doc/HTML/he/common/x11-license.html
share/doc/HTML/he/common/xml.dcl
share/doc/HTML/he/khelpcenter/khelpcenter.png
share/doc/HTML/he/khelpcenter/konq.css
share/doc/HTML/he/khelpcenter/main.html
@ -551,8 +606,7 @@ share/locale/he/charset
share/locale/he/entry.desktop
share/locale/he/flag.png
@dirrm share/doc/HTML/he/khelpcenter
@dirrm share/doc/HTML/he/docs/common
@dirrm share/doc/HTML/he/docs
@dirrm share/doc/HTML/he/common
@dirrm share/apps/klettres/he/syllab
@dirrm share/apps/klettres/he/alpha
@dirrm share/apps/klettres/he

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-hu-3.5.8.tar.bz2) = cb519a636b9c8d178578474279a4819f
SHA256 (KDE/kde-i18n/kde-i18n-hu-3.5.8.tar.bz2) = d9eddc23a9038caf4b7bba946c350605037e0c07b93ce4679902455566ffc83d
SIZE (KDE/kde-i18n/kde-i18n-hu-3.5.8.tar.bz2) = 3036771
MD5 (KDE/kde-i18n/kde-i18n-hu-3.5.9.tar.bz2) = 7d0fac1410fdc08522f7ec4111245615
SHA256 (KDE/kde-i18n/kde-i18n-hu-3.5.9.tar.bz2) = efb44c742c59d23242cdc78e7093611483b0a7167564bbff2c84178925e39cdd
SIZE (KDE/kde-i18n/kde-i18n-hu-3.5.9.tar.bz2) = 3040258

View File

@ -12,11 +12,66 @@ share/doc/HTML/hu/ark/index.docbook
share/doc/HTML/hu/atlantik/common
share/doc/HTML/hu/atlantik/index.cache.bz2
share/doc/HTML/hu/atlantik/index.docbook
share/doc/HTML/hu/docs/common/fdl-translated.html
share/doc/HTML/hu/docs/common/gpl-translated.html
share/doc/HTML/hu/docs/common/kde-localised.css
share/doc/HTML/hu/docs/common/lgpl-translated.html
share/doc/HTML/hu/docs/common/logotp3.png
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/appheader.html
share/doc/HTML/hu/common/artistic-license.html
share/doc/HTML/hu/common/bottom-left.png
share/doc/HTML/hu/common/bottom-middle.png
share/doc/HTML/hu/common/bottom-right.png
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/docheadergears.png
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/doxygen.css
share/doc/HTML/hu/common/favicon.ico
share/doc/HTML/hu/common/fdl-license
share/doc/HTML/hu/common/fdl-license.html
share/doc/HTML/hu/common/fdl-notice.html
share/doc/HTML/hu/common/fdl-translated.html
share/doc/HTML/hu/common/footer.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/grad.png
share/doc/HTML/hu/common/header.html
share/doc/HTML/hu/common/headerbg.png
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/kde_gear_64.png
share/doc/HTML/hu/common/kde_logo.png
share/doc/HTML/hu/common/kde_logo_bg.png
share/doc/HTML/hu/common/kmenu.png
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/mainfooter.html
share/doc/HTML/hu/common/mainheader.html
share/doc/HTML/hu/common/qpl-license.html
share/doc/HTML/hu/common/shadow.png
share/doc/HTML/hu/common/top-left.png
share/doc/HTML/hu/common/top-middle.png
share/doc/HTML/hu/common/top-right-konqueror.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/flashkard/common
share/doc/HTML/hu/flashkard/index.cache.bz2
share/doc/HTML/hu/flashkard/index.docbook
@ -1032,8 +1087,7 @@ share/locale/hu/flag.png
@dirrm share/doc/HTML/hu/kaddressbook
@dirrm share/doc/HTML/hu/kaboodle
@dirrm share/doc/HTML/hu/flashkard
@dirrm share/doc/HTML/hu/docs/common
@dirrm share/doc/HTML/hu/docs
@dirrm share/doc/HTML/hu/common
@dirrm share/doc/HTML/hu/atlantik
@dirrm share/doc/HTML/hu/ark
@dirrm share/doc/HTML/hu/amor

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-ja-3.5.8.tar.bz2) = 1a1b8c4c752c43fcb38767608134fc78
SHA256 (KDE/kde-i18n/kde-i18n-ja-3.5.8.tar.bz2) = eb7af7c2940ad8a6e53bdf981b15429a6a2ff27152c34917e856137f3ebd57c2
SIZE (KDE/kde-i18n/kde-i18n-ja-3.5.8.tar.bz2) = 2729608
MD5 (KDE/kde-i18n/kde-i18n-ja-3.5.9.tar.bz2) = 42af0c4b72c8f4980f6b76e6643b573e
SHA256 (KDE/kde-i18n/kde-i18n-ja-3.5.9.tar.bz2) = e01e03172cf5d04a907d27b49724d1aaef1502251e40f6bb63f452535c19dce1
SIZE (KDE/kde-i18n/kde-i18n-ja-3.5.9.tar.bz2) = 2728630

View File

@ -1,8 +1,63 @@
share/doc/HTML/ja/docs/common/fdl-translated.html
share/doc/HTML/ja/docs/common/gpl-translated.html
share/doc/HTML/ja/docs/common/kde-localised.css
share/doc/HTML/ja/docs/common/lgpl-translated.html
share/doc/HTML/ja/docs/common/logotp3.png
share/doc/HTML/ja/common/1.png
share/doc/HTML/ja/common/10.png
share/doc/HTML/ja/common/2.png
share/doc/HTML/ja/common/3.png
share/doc/HTML/ja/common/4.png
share/doc/HTML/ja/common/5.png
share/doc/HTML/ja/common/6.png
share/doc/HTML/ja/common/7.png
share/doc/HTML/ja/common/8.png
share/doc/HTML/ja/common/9.png
share/doc/HTML/ja/common/appheader.html
share/doc/HTML/ja/common/artistic-license.html
share/doc/HTML/ja/common/bottom-left.png
share/doc/HTML/ja/common/bottom-middle.png
share/doc/HTML/ja/common/bottom-right.png
share/doc/HTML/ja/common/bottom1.png
share/doc/HTML/ja/common/bottom2.png
share/doc/HTML/ja/common/bsd-license.html
share/doc/HTML/ja/common/docheadergears.png
share/doc/HTML/ja/common/doctop1.png
share/doc/HTML/ja/common/doctop1a.png
share/doc/HTML/ja/common/doctop1b.png
share/doc/HTML/ja/common/doctop2.png
share/doc/HTML/ja/common/doxygen.css
share/doc/HTML/ja/common/favicon.ico
share/doc/HTML/ja/common/fdl-license
share/doc/HTML/ja/common/fdl-license.html
share/doc/HTML/ja/common/fdl-notice.html
share/doc/HTML/ja/common/fdl-translated.html
share/doc/HTML/ja/common/footer.html
share/doc/HTML/ja/common/gpl-license
share/doc/HTML/ja/common/gpl-license.html
share/doc/HTML/ja/common/gpl-translated.html
share/doc/HTML/ja/common/grad.png
share/doc/HTML/ja/common/header.html
share/doc/HTML/ja/common/headerbg.png
share/doc/HTML/ja/common/kde-common.css
share/doc/HTML/ja/common/kde-default.css
share/doc/HTML/ja/common/kde-localised.css
share/doc/HTML/ja/common/kde-localised.css.template
share/doc/HTML/ja/common/kde-web.css
share/doc/HTML/ja/common/kde_gear_64.png
share/doc/HTML/ja/common/kde_logo.png
share/doc/HTML/ja/common/kde_logo_bg.png
share/doc/HTML/ja/common/kmenu.png
share/doc/HTML/ja/common/lgpl-license
share/doc/HTML/ja/common/lgpl-license.html
share/doc/HTML/ja/common/lgpl-translated.html
share/doc/HTML/ja/common/logotp3.png
share/doc/HTML/ja/common/mainfooter.html
share/doc/HTML/ja/common/mainheader.html
share/doc/HTML/ja/common/qpl-license.html
share/doc/HTML/ja/common/shadow.png
share/doc/HTML/ja/common/top-left.png
share/doc/HTML/ja/common/top-middle.png
share/doc/HTML/ja/common/top-right-konqueror.png
share/doc/HTML/ja/common/web-docbottom.png
share/doc/HTML/ja/common/web-doctop.png
share/doc/HTML/ja/common/x11-license.html
share/doc/HTML/ja/common/xml.dcl
share/doc/HTML/ja/kcontrol/arts/common
share/doc/HTML/ja/kcontrol/arts/index.cache.bz2
share/doc/HTML/ja/kcontrol/arts/index.docbook
@ -485,6 +540,7 @@ share/locale/ja/LC_MESSAGES/kio_nntp.mo
share/locale/ja/LC_MESSAGES/kio_pop3.mo
share/locale/ja/LC_MESSAGES/kio_print.mo
share/locale/ja/LC_MESSAGES/kio_remote.mo
share/locale/ja/LC_MESSAGES/kio_scalix.mo
share/locale/ja/LC_MESSAGES/kio_settings.mo
share/locale/ja/LC_MESSAGES/kio_sftp.mo
share/locale/ja/LC_MESSAGES/kio_sieve.mo
@ -592,6 +648,7 @@ share/locale/ja/LC_MESSAGES/kres_groupware.mo
share/locale/ja/LC_MESSAGES/kres_groupwise.mo
share/locale/ja/LC_MESSAGES/kres_kolab.mo
share/locale/ja/LC_MESSAGES/kres_remote.mo
share/locale/ja/LC_MESSAGES/kres_scalix.mo
share/locale/ja/LC_MESSAGES/kres_tvanytime.mo
share/locale/ja/LC_MESSAGES/kres_xmlrpc.mo
share/locale/ja/LC_MESSAGES/kreversi.mo
@ -722,6 +779,7 @@ share/locale/ja/LC_MESSAGES/privacy.mo
share/locale/ja/LC_MESSAGES/quanta.mo
share/locale/ja/LC_MESSAGES/quicklauncher.mo
share/locale/ja/LC_MESSAGES/rellinks.mo
share/locale/ja/LC_MESSAGES/scalixadmin.mo
share/locale/ja/LC_MESSAGES/searchbarplugin.mo
share/locale/ja/LC_MESSAGES/secpolicy.mo
share/locale/ja/LC_MESSAGES/spy.mo
@ -798,5 +856,4 @@ share/locale/ja/flag.png
@dirrm share/doc/HTML/ja/kcontrol/bell
@dirrm share/doc/HTML/ja/kcontrol/arts
@dirrm share/doc/HTML/ja/kcontrol
@dirrm share/doc/HTML/ja/docs/common
@dirrm share/doc/HTML/ja/docs
@dirrm share/doc/HTML/ja/common

View File

@ -1,29 +1,21 @@
# New ports collection makefile for: kde3-i18n-ko
# Date created: 05 April 2002
# Whom: Lauri Watts <lauri@kde.org>
# New ports collection makefile for: kde4-l10n-ko
# Date created: 29 July 2008
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kde-i18n
PORTVERSION= ${KDE_VERSION}
CATEGORIES?= korean kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n
PKGNAMEPREFIX= ko-
DIST_SUBDIR= KDE
PORTNAME= kde-l10n-ko
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= korean kde
MAINTAINER= kde@FreeBSD.org
COMMENT= Korean messages and documentation for KDE3
COMMENT= Korean messages and documentation for KDE4
BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
KDE4_L10N= yes
USE_KDELIBS_VER=3
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
KDE_I18N= yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
post-extract:
${MKDIR} ${WRKSRC}/build
.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk"
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-ko-3.5.8.tar.bz2) = ffb76e99343d36c10e88c2c208610f67
SHA256 (KDE/kde-i18n/kde-i18n-ko-3.5.8.tar.bz2) = 52078dd5949548cbbd9b10eb8ada5622613349df297b7ce529c7ca2f8ccaaefb
SIZE (KDE/kde-i18n/kde-i18n-ko-3.5.8.tar.bz2) = 1801022
MD5 (KDE/kde-l10n-ko-4.1.0.tar.bz2) = 8517edcee2bd74c2b6ae2817b6419ef9
SHA256 (KDE/kde-l10n-ko-4.1.0.tar.bz2) = ac30b5763b0432edf10eb9acb131477dd818c9cd0ede301866f40002b5199877
SIZE (KDE/kde-l10n-ko-4.1.0.tar.bz2) = 1053812

View File

@ -1,3 +1,3 @@
Localized messages and documentation for KDE3.
Localized messages and documentation for KDE4.
WWW: http://i18n.kde.org/

View File

@ -1,67 +1,56 @@
share/doc/HTML/ko/docs/common/fdl-translated.html
share/doc/HTML/ko/docs/common/gpl-translated.html
share/doc/HTML/ko/docs/common/kde-localised.css
share/doc/HTML/ko/docs/common/logotp3.png
share/doc/HTML/ko/common/fdl-translated.html
share/doc/HTML/ko/common/gpl-translated.html
share/doc/HTML/ko/common/kde-localised.css
share/doc/HTML/ko/khelpcenter/quickstart/common
share/doc/HTML/ko/khelpcenter/quickstart/index.cache.bz2
share/doc/HTML/ko/khelpcenter/quickstart/index.docbook
share/locale/ko/LC_MESSAGES/akregator.mo
share/locale/ko/LC_MESSAGES/amor.mo
share/locale/ko/LC_MESSAGES/appletproxy.mo
share/locale/ko/LC_MESSAGES/ark.mo
share/locale/ko/LC_MESSAGES/artsbuilder.mo
share/locale/ko/LC_MESSAGES/artscontrol.mo
share/locale/ko/LC_MESSAGES/artsmodules.mo
share/locale/ko/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/ko/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/ko/LC_MESSAGES/audiorename_plugin.mo
share/locale/ko/LC_MESSAGES/bovo.mo
share/locale/ko/LC_MESSAGES/cervisia.mo
share/locale/ko/LC_MESSAGES/clockapplet.mo
share/locale/ko/LC_MESSAGES/cupsdconf.mo
share/locale/ko/LC_MESSAGES/cvsservice.mo
share/locale/ko/LC_MESSAGES/dcoprss.mo
share/locale/ko/LC_MESSAGES/display.mo
share/locale/ko/LC_MESSAGES/dockbarextension.mo
share/locale/ko/LC_MESSAGES/dolphin.mo
share/locale/ko/LC_MESSAGES/dragonplayer.mo
share/locale/ko/LC_MESSAGES/drkonqi.mo
share/locale/ko/LC_MESSAGES/extensionproxy.mo
share/locale/ko/LC_MESSAGES/filetypes.mo
share/locale/ko/LC_MESSAGES/gwenview.mo
share/locale/ko/LC_MESSAGES/htmlsearch.mo
share/locale/ko/LC_MESSAGES/irkick.mo
share/locale/ko/LC_MESSAGES/imagerename_plugin.mo
share/locale/ko/LC_MESSAGES/joystick.mo
share/locale/ko/LC_MESSAGES/juk.mo
share/locale/ko/LC_MESSAGES/kabc2mutt.mo
share/locale/ko/LC_MESSAGES/kabc_dir.mo
share/locale/ko/LC_MESSAGES/kabc_file.mo
share/locale/ko/LC_MESSAGES/kabc_format_binary.mo
share/locale/ko/LC_MESSAGES/kabc_ldapkio.mo
share/locale/ko/LC_MESSAGES/kabc_net.mo
share/locale/ko/LC_MESSAGES/kabc_slox.mo
share/locale/ko/LC_MESSAGES/kabc_sql.mo
share/locale/ko/LC_MESSAGES/kabcformat_binary.mo
share/locale/ko/LC_MESSAGES/kaboodle.mo
share/locale/ko/LC_MESSAGES/kaccess.mo
share/locale/ko/LC_MESSAGES/kaddressbook.mo
share/locale/ko/LC_MESSAGES/kalarm.mo
share/locale/ko/LC_MESSAGES/kandy.mo
share/locale/ko/LC_MESSAGES/kappfinder.mo
share/locale/ko/LC_MESSAGES/karm.mo
share/locale/ko/LC_MESSAGES/kasbarextension.mo
share/locale/ko/LC_MESSAGES/kasteroids.mo
share/locale/ko/LC_MESSAGES/kate.mo
share/locale/ko/LC_MESSAGES/katepart.mo
share/locale/ko/LC_MESSAGES/kaudiocreator.mo
share/locale/ko/LC_MESSAGES/kay.mo
share/locale/ko/LC_MESSAGES/kbabel.mo
share/locale/ko/LC_MESSAGES/katepart4.mo
share/locale/ko/LC_MESSAGES/katomic.mo
share/locale/ko/LC_MESSAGES/kbattleship.mo
share/locale/ko/LC_MESSAGES/kblankscrn.mo
share/locale/ko/LC_MESSAGES/kbounce.mo
share/locale/ko/LC_MESSAGES/kbstateapplet.mo
share/locale/ko/LC_MESSAGES/kbugbuster.mo
share/locale/ko/LC_MESSAGES/kcachegrind.mo
share/locale/ko/LC_MESSAGES/kcalc.mo
share/locale/ko/LC_MESSAGES/kcertpart.mo
share/locale/ko/LC_MESSAGES/kcharselect.mo
share/locale/ko/LC_MESSAGES/kcharselectapplet.mo
share/locale/ko/LC_MESSAGES/kcm_autostart.mo
share/locale/ko/LC_MESSAGES/kcm_emoticons.mo
share/locale/ko/LC_MESSAGES/kcm_krfb.mo
share/locale/ko/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/ko/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/ko/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/ko/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/ko/LC_MESSAGES/kcm_kwindesktop.mo
share/locale/ko/LC_MESSAGES/kcm_memory.mo
share/locale/ko/LC_MESSAGES/kcm_partition.mo
share/locale/ko/LC_MESSAGES/kcm_pci.mo
share/locale/ko/LC_MESSAGES/kcm_phonon.mo
share/locale/ko/LC_MESSAGES/kcm_phononxine.mo
share/locale/ko/LC_MESSAGES/kcm_solid.mo
share/locale/ko/LC_MESSAGES/kcmaccess.mo
share/locale/ko/LC_MESSAGES/kcmaccessibility.mo
share/locale/ko/LC_MESSAGES/kcmarts.mo
share/locale/ko/LC_MESSAGES/kcmaudiocd.mo
share/locale/ko/LC_MESSAGES/kcmbackground.mo
share/locale/ko/LC_MESSAGES/kcmbell.mo
@ -76,369 +65,304 @@ share/locale/ko/LC_MESSAGES/kcmfonts.mo
share/locale/ko/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/ko/LC_MESSAGES/kcmicons.mo
share/locale/ko/LC_MESSAGES/kcminfo.mo
share/locale/ko/LC_MESSAGES/kcminit.mo
share/locale/ko/LC_MESSAGES/kcminput.mo
share/locale/ko/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/ko/LC_MESSAGES/kcmkabconfig.mo
share/locale/ko/LC_MESSAGES/kcmkamera.mo
share/locale/ko/LC_MESSAGES/kcmkclock.mo
share/locale/ko/LC_MESSAGES/kcmkded.mo
share/locale/ko/LC_MESSAGES/kcmkdnssd.mo
share/locale/ko/LC_MESSAGES/kcmkeyboard.mo
share/locale/ko/LC_MESSAGES/kcmkeys.mo
share/locale/ko/LC_MESSAGES/kcmkicker.mo
share/locale/ko/LC_MESSAGES/kcmkio.mo
share/locale/ko/LC_MESSAGES/kcmkonq.mo
share/locale/ko/LC_MESSAGES/kcmkonqhtml.mo
share/locale/ko/LC_MESSAGES/kcmkonsole.mo
share/locale/ko/LC_MESSAGES/kcmkontactnt.mo
share/locale/ko/LC_MESSAGES/kcmktalkd.mo
share/locale/ko/LC_MESSAGES/kcmkurifilt.mo
share/locale/ko/LC_MESSAGES/kcmkvaio.mo
share/locale/ko/LC_MESSAGES/kcmkwallet.mo
share/locale/ko/LC_MESSAGES/kcmkwincompositing.mo
share/locale/ko/LC_MESSAGES/kcmkwindecoration.mo
share/locale/ko/LC_MESSAGES/kcmkwinrules.mo
share/locale/ko/LC_MESSAGES/kcmkwm.mo
share/locale/ko/LC_MESSAGES/kcmlanbrowser.mo
share/locale/ko/LC_MESSAGES/kcmlaptop.mo
share/locale/ko/LC_MESSAGES/kcmlaunch.mo
share/locale/ko/LC_MESSAGES/kcmlayout.mo
share/locale/ko/LC_MESSAGES/kcmlilo.mo
share/locale/ko/LC_MESSAGES/kcmlirc.mo
share/locale/ko/LC_MESSAGES/kcmlocale.mo
share/locale/ko/LC_MESSAGES/kcmmedia.mo
share/locale/ko/LC_MESSAGES/kcmnic.mo
share/locale/ko/LC_MESSAGES/kcmnotify.mo
share/locale/ko/LC_MESSAGES/kcmopengl.mo
share/locale/ko/LC_MESSAGES/kcmperformance.mo
share/locale/ko/LC_MESSAGES/kcmprintmgr.mo
share/locale/ko/LC_MESSAGES/kcmsamba.mo
share/locale/ko/LC_MESSAGES/kcmscreensaver.mo
share/locale/ko/LC_MESSAGES/kcmshell.mo
share/locale/ko/LC_MESSAGES/kcmsmartcard.mo
share/locale/ko/LC_MESSAGES/kcmsmserver.mo
share/locale/ko/LC_MESSAGES/kcmspellchecking.mo
share/locale/ko/LC_MESSAGES/kcmsolidproc.mo
share/locale/ko/LC_MESSAGES/kcmstyle.mo
share/locale/ko/LC_MESSAGES/kcmtaskbar.mo
share/locale/ko/LC_MESSAGES/kcmthinkpad.mo
share/locale/ko/LC_MESSAGES/kcmusb.mo
share/locale/ko/LC_MESSAGES/kcmview1394.mo
share/locale/ko/LC_MESSAGES/kcmwifi.mo
share/locale/ko/LC_MESSAGES/kcmxinerama.mo
share/locale/ko/LC_MESSAGES/kcoloredit.mo
share/locale/ko/LC_MESSAGES/kcontrol.mo
share/locale/ko/LC_MESSAGES/kcolorchooser.mo
share/locale/ko/LC_MESSAGES/kcron.mo
share/locale/ko/LC_MESSAGES/kdat.mo
share/locale/ko/LC_MESSAGES/kdcop.mo
share/locale/ko/LC_MESSAGES/kde-menu.mo
share/locale/ko/LC_MESSAGES/kdebugdialog.mo
share/locale/ko/LC_MESSAGES/kdelibs.mo
share/locale/ko/LC_MESSAGES/kdelibs_colors.mo
share/locale/ko/LC_MESSAGES/kdelirc.mo
share/locale/ko/LC_MESSAGES/kdelibs4.mo
share/locale/ko/LC_MESSAGES/kdelibs_colors4.mo
share/locale/ko/LC_MESSAGES/kdepasswd.mo
share/locale/ko/LC_MESSAGES/kdepimresources.mo
share/locale/ko/LC_MESSAGES/kdepimwizards.mo
share/locale/ko/LC_MESSAGES/kdeprint.mo
share/locale/ko/LC_MESSAGES/kdeprint_part.mo
share/locale/ko/LC_MESSAGES/kdeprintfax.mo
share/locale/ko/LC_MESSAGES/kdesktop.mo
share/locale/ko/LC_MESSAGES/kdeqt.mo
share/locale/ko/LC_MESSAGES/kdessh.mo
share/locale/ko/LC_MESSAGES/kdesu.mo
share/locale/ko/LC_MESSAGES/kdesud.mo
share/locale/ko/LC_MESSAGES/kdevdesigner.mo
share/locale/ko/LC_MESSAGES/kdevelop.mo
share/locale/ko/LC_MESSAGES/kdevtipofday.mo
share/locale/ko/LC_MESSAGES/kdf.mo
share/locale/ko/LC_MESSAGES/kdgantt.mo
share/locale/ko/LC_MESSAGES/kdialog.mo
share/locale/ko/LC_MESSAGES/kdict.mo
share/locale/ko/LC_MESSAGES/kdictapplet.mo
share/locale/ko/LC_MESSAGES/kdjview.mo
share/locale/ko/LC_MESSAGES/kdiamond.mo
share/locale/ko/LC_MESSAGES/kdmconfig.mo
share/locale/ko/LC_MESSAGES/kdmgreet.mo
share/locale/ko/LC_MESSAGES/kdvi.mo
share/locale/ko/LC_MESSAGES/kedit.mo
share/locale/ko/LC_MESSAGES/kenolaba.mo
share/locale/ko/LC_MESSAGES/kfax.mo
share/locale/ko/LC_MESSAGES/kfaxview.mo
share/locale/ko/LC_MESSAGES/kfifteenapplet.mo
share/locale/ko/LC_MESSAGES/kfile_au.mo
share/locale/ko/LC_MESSAGES/keditbookmarks.mo
share/locale/ko/LC_MESSAGES/kfile.mo
share/locale/ko/LC_MESSAGES/kfile_avi.mo
share/locale/ko/LC_MESSAGES/kfile_bmp.mo
share/locale/ko/LC_MESSAGES/kfile_cpp.mo
share/locale/ko/LC_MESSAGES/kfile_dds.mo
share/locale/ko/LC_MESSAGES/kfile_deb.mo
share/locale/ko/LC_MESSAGES/kfile_diff.mo
share/locale/ko/LC_MESSAGES/kfile_dvi.mo
share/locale/ko/LC_MESSAGES/kfile_exr.mo
share/locale/ko/LC_MESSAGES/kfile_flac.mo
share/locale/ko/LC_MESSAGES/kfile_gif.mo
share/locale/ko/LC_MESSAGES/kfile_ico.mo
share/locale/ko/LC_MESSAGES/kfile_ics.mo
share/locale/ko/LC_MESSAGES/kfile_jpeg.mo
share/locale/ko/LC_MESSAGES/kfile_m3u.mo
share/locale/ko/LC_MESSAGES/kfile_mp3.mo
share/locale/ko/LC_MESSAGES/kfile_mpc.mo
share/locale/ko/LC_MESSAGES/kfile_mpeg.mo
share/locale/ko/LC_MESSAGES/kfile_ogg.mo
share/locale/ko/LC_MESSAGES/kfile_palm.mo
share/locale/ko/LC_MESSAGES/kfile_pcx.mo
share/locale/ko/LC_MESSAGES/kfile_pdf.mo
share/locale/ko/LC_MESSAGES/kfile_png.mo
share/locale/ko/LC_MESSAGES/kfile_pnm.mo
share/locale/ko/LC_MESSAGES/kfile_po.mo
share/locale/ko/LC_MESSAGES/kfile_ps.mo
share/locale/ko/LC_MESSAGES/kfile_rfc822.mo
share/locale/ko/LC_MESSAGES/kfile_raw.mo
share/locale/ko/LC_MESSAGES/kfile_rgb.mo
share/locale/ko/LC_MESSAGES/kfile_rpm.mo
share/locale/ko/LC_MESSAGES/kfile_sid.mo
share/locale/ko/LC_MESSAGES/kfile_tga.mo
share/locale/ko/LC_MESSAGES/kfile_theora.mo
share/locale/ko/LC_MESSAGES/kfile_tiff.mo
share/locale/ko/LC_MESSAGES/kfile_torrent.mo
share/locale/ko/LC_MESSAGES/kfile_ts.mo
share/locale/ko/LC_MESSAGES/kfile_vcf.mo
share/locale/ko/LC_MESSAGES/kfile_wav.mo
share/locale/ko/LC_MESSAGES/kfile_xbm.mo
share/locale/ko/LC_MESSAGES/kfile_xpm.mo
share/locale/ko/LC_MESSAGES/kfileaudiopreview.mo
share/locale/ko/LC_MESSAGES/kfile_xps.mo
share/locale/ko/LC_MESSAGES/kfileaudiopreview4.mo
share/locale/ko/LC_MESSAGES/kfilereplace.mo
share/locale/ko/LC_MESSAGES/kfileshare.mo
share/locale/ko/LC_MESSAGES/kfindpart.mo
share/locale/ko/LC_MESSAGES/kfloppy.mo
share/locale/ko/LC_MESSAGES/kfmclient.mo
share/locale/ko/LC_MESSAGES/kfontinst.mo
share/locale/ko/LC_MESSAGES/kfourinline.mo
share/locale/ko/LC_MESSAGES/kgamma.mo
share/locale/ko/LC_MESSAGES/kgantt.mo
share/locale/ko/LC_MESSAGES/kget.mo
share/locale/ko/LC_MESSAGES/kghostview.mo
share/locale/ko/LC_MESSAGES/kgpg.mo
share/locale/ko/LC_MESSAGES/kgreet_classic.mo
share/locale/ko/LC_MESSAGES/kgreet_generic.mo
share/locale/ko/LC_MESSAGES/kgreet_winbind.mo
share/locale/ko/LC_MESSAGES/khelpcenter.mo
share/locale/ko/LC_MESSAGES/khexedit.mo
share/locale/ko/LC_MESSAGES/khexedit2part.mo
share/locale/ko/LC_MESSAGES/khotkeys.mo
share/locale/ko/LC_MESSAGES/khotnewstuff.mo
share/locale/ko/LC_MESSAGES/khtmlkttsd.mo
share/locale/ko/LC_MESSAGES/kicker.mo
share/locale/ko/LC_MESSAGES/kiconedit.mo
share/locale/ko/LC_MESSAGES/kiconfinder.mo
share/locale/ko/LC_MESSAGES/kimagemapeditor.mo
share/locale/ko/LC_MESSAGES/kinetd.mo
share/locale/ko/LC_MESSAGES/kio.mo
share/locale/ko/LC_MESSAGES/kinfocenter.mo
share/locale/ko/LC_MESSAGES/kio4.mo
share/locale/ko/LC_MESSAGES/kio_archive.mo
share/locale/ko/LC_MESSAGES/kio_audiocd.mo
share/locale/ko/LC_MESSAGES/kio_finger.mo
share/locale/ko/LC_MESSAGES/kio_fish.mo
share/locale/ko/LC_MESSAGES/kio_floppy.mo
share/locale/ko/LC_MESSAGES/kio_groupwise.mo
share/locale/ko/LC_MESSAGES/kio_help.mo
share/locale/ko/LC_MESSAGES/kio_home.mo
share/locale/ko/LC_MESSAGES/kio_imap4.mo
share/locale/ko/LC_MESSAGES/kio_help4.mo
share/locale/ko/LC_MESSAGES/kio_jabberdisco.mo
share/locale/ko/LC_MESSAGES/kio_lan.mo
share/locale/ko/LC_MESSAGES/kio_ldap.mo
share/locale/ko/LC_MESSAGES/kio_mac.mo
share/locale/ko/LC_MESSAGES/kio_man.mo
share/locale/ko/LC_MESSAGES/kio_media.mo
share/locale/ko/LC_MESSAGES/kio_mobile.mo
share/locale/ko/LC_MESSAGES/kio_nfs.mo
share/locale/ko/LC_MESSAGES/kio_nntp.mo
share/locale/ko/LC_MESSAGES/kio_pop3.mo
share/locale/ko/LC_MESSAGES/kio_print.mo
share/locale/ko/LC_MESSAGES/kio_remote.mo
share/locale/ko/LC_MESSAGES/kio_settings.mo
share/locale/ko/LC_MESSAGES/kio_sftp.mo
share/locale/ko/LC_MESSAGES/kio_sieve.mo
share/locale/ko/LC_MESSAGES/kio_smb.mo
share/locale/ko/LC_MESSAGES/kio_smtp.mo
share/locale/ko/LC_MESSAGES/kio_svn.mo
share/locale/ko/LC_MESSAGES/kio_system.mo
share/locale/ko/LC_MESSAGES/kio_tar.mo
share/locale/ko/LC_MESSAGES/kio_thumbnail.mo
share/locale/ko/LC_MESSAGES/kio_trash.mo
share/locale/ko/LC_MESSAGES/kio_zeroconf.mo
share/locale/ko/LC_MESSAGES/kioclient.mo
share/locale/ko/LC_MESSAGES/kioexec.mo
share/locale/ko/LC_MESSAGES/kjobviewer.mo
share/locale/ko/LC_MESSAGES/kjots.mo
share/locale/ko/LC_MESSAGES/klaptopdaemon.mo
share/locale/ko/LC_MESSAGES/kleopatra.mo
share/locale/ko/LC_MESSAGES/klines.mo
share/locale/ko/LC_MESSAGES/klinkstatus.mo
share/locale/ko/LC_MESSAGES/klipper.mo
share/locale/ko/LC_MESSAGES/klock.mo
share/locale/ko/LC_MESSAGES/kmag.mo
share/locale/ko/LC_MESSAGES/kmahjongg.mo
share/locale/ko/LC_MESSAGES/kmail.mo
share/locale/ko/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/ko/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/ko/LC_MESSAGES/kmailcvt.mo
share/locale/ko/LC_MESSAGES/kmcop.mo
share/locale/ko/LC_MESSAGES/kmenuapplet.mo
share/locale/ko/LC_MESSAGES/kmenuedit.mo
share/locale/ko/LC_MESSAGES/kmid.mo
share/locale/ko/LC_MESSAGES/kmilo_delli8k.mo
share/locale/ko/LC_MESSAGES/kmilo_generic.mo
share/locale/ko/LC_MESSAGES/kmilo_kvaio.mo
share/locale/ko/LC_MESSAGES/kmilo_powerbook.mo
share/locale/ko/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/ko/LC_MESSAGES/kmilod.mo
share/locale/ko/LC_MESSAGES/kmimetypefinder.mo
share/locale/ko/LC_MESSAGES/kmines.mo
share/locale/ko/LC_MESSAGES/kminipagerapplet.mo
share/locale/ko/LC_MESSAGES/kmix.mo
share/locale/ko/LC_MESSAGES/kmobile.mo
share/locale/ko/LC_MESSAGES/kmoon.mo
share/locale/ko/LC_MESSAGES/kmousetool.mo
share/locale/ko/LC_MESSAGES/kmouth.mo
share/locale/ko/LC_MESSAGES/kmrml.mo
share/locale/ko/LC_MESSAGES/knetattach.mo
share/locale/ko/LC_MESSAGES/knewsticker.mo
share/locale/ko/LC_MESSAGES/knetwalk.mo
share/locale/ko/LC_MESSAGES/knetworkconf.mo
share/locale/ko/LC_MESSAGES/knode.mo
share/locale/ko/LC_MESSAGES/knotes.mo
share/locale/ko/LC_MESSAGES/knotify.mo
share/locale/ko/LC_MESSAGES/kodo.mo
share/locale/ko/LC_MESSAGES/knotify4.mo
share/locale/ko/LC_MESSAGES/kolourpaint.mo
share/locale/ko/LC_MESSAGES/kommander.mo
share/locale/ko/LC_MESSAGES/kompare.mo
share/locale/ko/LC_MESSAGES/konqueror.mo
share/locale/ko/LC_MESSAGES/konsole.mo
share/locale/ko/LC_MESSAGES/konsolekalendar.mo
share/locale/ko/LC_MESSAGES/kontact.mo
share/locale/ko/LC_MESSAGES/kooka.mo
share/locale/ko/LC_MESSAGES/kopete.mo
share/locale/ko/LC_MESSAGES/korganizer.mo
share/locale/ko/LC_MESSAGES/korn.mo
share/locale/ko/LC_MESSAGES/kpackage.mo
share/locale/ko/LC_MESSAGES/kpager.mo
share/locale/ko/LC_MESSAGES/kpartsaver.mo
share/locale/ko/LC_MESSAGES/kpasswdserver.mo
share/locale/ko/LC_MESSAGES/kpat.mo
share/locale/ko/LC_MESSAGES/kpdf.mo
share/locale/ko/LC_MESSAGES/kpersonalizer.mo
share/locale/ko/LC_MESSAGES/kpf.mo
share/locale/ko/LC_MESSAGES/kpilot.mo
share/locale/ko/LC_MESSAGES/kpoker.mo
share/locale/ko/LC_MESSAGES/kpovmodeler.mo
share/locale/ko/LC_MESSAGES/kppp.mo
share/locale/ko/LC_MESSAGES/kppplogview.mo
share/locale/ko/LC_MESSAGES/kprinter.mo
share/locale/ko/LC_MESSAGES/kquitapp.mo
share/locale/ko/LC_MESSAGES/krandr.mo
share/locale/ko/LC_MESSAGES/krdb.mo
share/locale/ko/LC_MESSAGES/krdc.mo
share/locale/ko/LC_MESSAGES/kreadconfig.mo
share/locale/ko/LC_MESSAGES/krec.mo
share/locale/ko/LC_MESSAGES/kregexpeditor.mo
share/locale/ko/LC_MESSAGES/kres_birthday.mo
share/locale/ko/LC_MESSAGES/kres_blogging.mo
share/locale/ko/LC_MESSAGES/kres_bugzilla.mo
share/locale/ko/LC_MESSAGES/kres_exchange.mo
share/locale/ko/LC_MESSAGES/kres_featureplan.mo
share/locale/ko/LC_MESSAGES/kres_groupware.mo
share/locale/ko/LC_MESSAGES/kres_groupwise.mo
share/locale/ko/LC_MESSAGES/kres_kolab.mo
share/locale/ko/LC_MESSAGES/kres_remote.mo
share/locale/ko/LC_MESSAGES/kres_tvanytime.mo
share/locale/ko/LC_MESSAGES/kres_xmlrpc.mo
share/locale/ko/LC_MESSAGES/kreversi.mo
share/locale/ko/LC_MESSAGES/krfb.mo
share/locale/ko/LC_MESSAGES/kruler.mo
share/locale/ko/LC_MESSAGES/krunapplet.mo
share/locale/ko/LC_MESSAGES/krunner.mo
share/locale/ko/LC_MESSAGES/krunner_bookmarksrunner.mo
share/locale/ko/LC_MESSAGES/krunner_calculatorrunner.mo
share/locale/ko/LC_MESSAGES/krunner_contacts.mo
share/locale/ko/LC_MESSAGES/krunner_converterrunner.mo
share/locale/ko/LC_MESSAGES/krunner_locationsrunner.mo
share/locale/ko/LC_MESSAGES/krunner_sessions.mo
share/locale/ko/LC_MESSAGES/krunner_shellrunner.mo
share/locale/ko/LC_MESSAGES/krunner_webshortcutsrunner.mo
share/locale/ko/LC_MESSAGES/krunner_xesam.mo
share/locale/ko/LC_MESSAGES/ksame.mo
share/locale/ko/LC_MESSAGES/ksaneplugin.mo
share/locale/ko/LC_MESSAGES/ksayit.mo
share/locale/ko/LC_MESSAGES/kscd.mo
share/locale/ko/LC_MESSAGES/kscreensaver.mo
share/locale/ko/LC_MESSAGES/kshisen.mo
share/locale/ko/LC_MESSAGES/ksim.mo
share/locale/ko/LC_MESSAGES/ksirc.mo
share/locale/ko/LC_MESSAGES/ksirtet.mo
share/locale/ko/LC_MESSAGES/kshorturifilter.mo
share/locale/ko/LC_MESSAGES/ksmserver.mo
share/locale/ko/LC_MESSAGES/ksnake.mo
share/locale/ko/LC_MESSAGES/ksnapshot.mo
share/locale/ko/LC_MESSAGES/ksplash.mo
share/locale/ko/LC_MESSAGES/ksplashthemes.mo
share/locale/ko/LC_MESSAGES/kstart.mo
share/locale/ko/LC_MESSAGES/kstartperf.mo
share/locale/ko/LC_MESSAGES/kstyle_highcontrast_config.mo
share/locale/ko/LC_MESSAGES/kstyle_config.mo
share/locale/ko/LC_MESSAGES/kstyle_keramik_config.mo
share/locale/ko/LC_MESSAGES/kstyle_plastik_config.mo
share/locale/ko/LC_MESSAGES/ksvgplugin.mo
share/locale/ko/LC_MESSAGES/ksudoku.mo
share/locale/ko/LC_MESSAGES/ksysguard.mo
share/locale/ko/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/ko/LC_MESSAGES/ksystemlog.mo
share/locale/ko/LC_MESSAGES/ksystraycmd.mo
share/locale/ko/LC_MESSAGES/ksysv.mo
share/locale/ko/LC_MESSAGES/kteatime.mo
share/locale/ko/LC_MESSAGES/ktexteditor_autobookmarker.mo
share/locale/ko/LC_MESSAGES/ktexteditor_docwordcompletion.mo
share/locale/ko/LC_MESSAGES/ktexteditor_insertfile.mo
share/locale/ko/LC_MESSAGES/ktexteditor_isearch.mo
share/locale/ko/LC_MESSAGES/ktexteditor_kdatatool.mo
share/locale/ko/LC_MESSAGES/ktexteditor_plugins.mo
share/locale/ko/LC_MESSAGES/kthememanager.mo
share/locale/ko/LC_MESSAGES/ktimemon.mo
share/locale/ko/LC_MESSAGES/ktimer.mo
share/locale/ko/LC_MESSAGES/ktip.mo
share/locale/ko/LC_MESSAGES/ktnef.mo
share/locale/ko/LC_MESSAGES/ktimetracker.mo
share/locale/ko/LC_MESSAGES/ktraderclient.mo
share/locale/ko/LC_MESSAGES/kttsd.mo
share/locale/ko/LC_MESSAGES/ktuberling.mo
share/locale/ko/LC_MESSAGES/ktux.mo
share/locale/ko/LC_MESSAGES/kuickshow.mo
share/locale/ko/LC_MESSAGES/kuiviewer.mo
share/locale/ko/LC_MESSAGES/kuiserver.mo
share/locale/ko/LC_MESSAGES/kurifilter.mo
share/locale/ko/LC_MESSAGES/kuser.mo
share/locale/ko/LC_MESSAGES/kview.mo
share/locale/ko/LC_MESSAGES/kview_scale.mo
share/locale/ko/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/ko/LC_MESSAGES/kviewcanvas.mo
share/locale/ko/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/ko/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/ko/LC_MESSAGES/kviewscannerplugin.mo
share/locale/ko/LC_MESSAGES/kviewshell.mo
share/locale/ko/LC_MESSAGES/kviewviewer.mo
share/locale/ko/LC_MESSAGES/kwalletmanager.mo
share/locale/ko/LC_MESSAGES/kwatchgnupg.mo
share/locale/ko/LC_MESSAGES/kweather.mo
share/locale/ko/LC_MESSAGES/kwifimanager.mo
share/locale/ko/LC_MESSAGES/kwin.mo
share/locale/ko/LC_MESSAGES/kwin_clients.mo
share/locale/ko/LC_MESSAGES/kwin_effects.mo
share/locale/ko/LC_MESSAGES/kwin_lib.mo
share/locale/ko/LC_MESSAGES/kwireless.mo
share/locale/ko/LC_MESSAGES/kworldclock.mo
share/locale/ko/LC_MESSAGES/kwinstartmenu.mo
share/locale/ko/LC_MESSAGES/kwrite.mo
share/locale/ko/LC_MESSAGES/kwriteconfig.mo
share/locale/ko/LC_MESSAGES/kxkb.mo
share/locale/ko/LC_MESSAGES/kxsconfig.mo
share/locale/ko/LC_MESSAGES/kxsldbg.mo
share/locale/ko/LC_MESSAGES/libKTTSD.mo
share/locale/ko/LC_MESSAGES/libdmctl.mo
share/locale/ko/LC_MESSAGES/libkcal.mo
share/locale/ko/LC_MESSAGES/lancelot.mo
share/locale/ko/LC_MESSAGES/libkcddb.mo
share/locale/ko/LC_MESSAGES/libkcompactdisc.mo
share/locale/ko/LC_MESSAGES/libkdcraw.mo
share/locale/ko/LC_MESSAGES/libkdegames.mo
share/locale/ko/LC_MESSAGES/libkdepim.mo
share/locale/ko/LC_MESSAGES/libkfaximgage.mo
share/locale/ko/LC_MESSAGES/libkholidays.mo
share/locale/ko/LC_MESSAGES/libkicker.mo
share/locale/ko/LC_MESSAGES/libkickermenu_kdeprint.mo
share/locale/ko/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/ko/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/ko/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/ko/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/ko/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/ko/LC_MESSAGES/libkickermenu_tom.mo
share/locale/ko/LC_MESSAGES/libkleopatra.mo
share/locale/ko/LC_MESSAGES/libkmime.mo
share/locale/ko/LC_MESSAGES/libkmahjongg.mo
share/locale/ko/LC_MESSAGES/libkonq.mo
share/locale/ko/LC_MESSAGES/libkpgp.mo
share/locale/ko/LC_MESSAGES/libkpimexchange.mo
share/locale/ko/LC_MESSAGES/libkscan.mo
share/locale/ko/LC_MESSAGES/libksane.mo
share/locale/ko/LC_MESSAGES/libkscreensaver.mo
share/locale/ko/LC_MESSAGES/libksieve.mo
share/locale/ko/LC_MESSAGES/libtaskbar.mo
share/locale/ko/LC_MESSAGES/libkworkspace.mo
share/locale/ko/LC_MESSAGES/liboktetacore.mo
share/locale/ko/LC_MESSAGES/libphonon.mo
share/locale/ko/LC_MESSAGES/libplasma.mo
share/locale/ko/LC_MESSAGES/libtaskmanager.mo
share/locale/ko/LC_MESSAGES/lockout.mo
share/locale/ko/LC_MESSAGES/mediaapplet.mo
share/locale/ko/LC_MESSAGES/naughtyapplet.mo
share/locale/ko/LC_MESSAGES/noatun.mo
share/locale/ko/LC_MESSAGES/lokalize.mo
share/locale/ko/LC_MESSAGES/lskat.mo
share/locale/ko/LC_MESSAGES/nepomuk.mo
share/locale/ko/LC_MESSAGES/nsplugin.mo
share/locale/ko/LC_MESSAGES/ppdtranslations.mo
share/locale/ko/LC_MESSAGES/privacy.mo
share/locale/ko/LC_MESSAGES/okteta.mo
share/locale/ko/LC_MESSAGES/oktetapart.mo
share/locale/ko/LC_MESSAGES/okular.mo
share/locale/ko/LC_MESSAGES/okular_chm.mo
share/locale/ko/LC_MESSAGES/okular_comicbook.mo
share/locale/ko/LC_MESSAGES/okular_djvu.mo
share/locale/ko/LC_MESSAGES/okular_dvi.mo
share/locale/ko/LC_MESSAGES/okular_epub.mo
share/locale/ko/LC_MESSAGES/okular_fictionbook.mo
share/locale/ko/LC_MESSAGES/okular_ghostview.mo
share/locale/ko/LC_MESSAGES/okular_kimgio.mo
share/locale/ko/LC_MESSAGES/okular_ooo.mo
share/locale/ko/LC_MESSAGES/okular_plucker.mo
share/locale/ko/LC_MESSAGES/okular_poppler.mo
share/locale/ko/LC_MESSAGES/okular_tiff.mo
share/locale/ko/LC_MESSAGES/okular_xps.mo
share/locale/ko/LC_MESSAGES/phonon-xine.mo
share/locale/ko/LC_MESSAGES/phonon_kde.mo
share/locale/ko/LC_MESSAGES/plasma.mo
share/locale/ko/LC_MESSAGES/plasma_applet_battery.mo
share/locale/ko/LC_MESSAGES/plasma_applet_binaryclock.mo
share/locale/ko/LC_MESSAGES/plasma_applet_calculator.mo
share/locale/ko/LC_MESSAGES/plasma_applet_charselect.mo
share/locale/ko/LC_MESSAGES/plasma_applet_clock.mo
share/locale/ko/LC_MESSAGES/plasma_applet_comic.mo
share/locale/ko/LC_MESSAGES/plasma_applet_desktop.mo
share/locale/ko/LC_MESSAGES/plasma_applet_devicenotifier.mo
share/locale/ko/LC_MESSAGES/plasma_applet_dict.mo
share/locale/ko/LC_MESSAGES/plasma_applet_dig_clock.mo
share/locale/ko/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo
share/locale/ko/LC_MESSAGES/plasma_applet_fileWatcher.mo
share/locale/ko/LC_MESSAGES/plasma_applet_folderview.mo
share/locale/ko/LC_MESSAGES/plasma_applet_frame.mo
share/locale/ko/LC_MESSAGES/plasma_applet_fuzzy_clock.mo
share/locale/ko/LC_MESSAGES/plasma_applet_kget.mo
share/locale/ko/LC_MESSAGES/plasma_applet_knewsticker.mo
share/locale/ko/LC_MESSAGES/plasma_applet_kolourpicker.mo
share/locale/ko/LC_MESSAGES/plasma_applet_launcher.mo
share/locale/ko/LC_MESSAGES/plasma_applet_luna.mo
share/locale/ko/LC_MESSAGES/plasma_applet_notes.mo
share/locale/ko/LC_MESSAGES/plasma_applet_nowplaying.mo
share/locale/ko/LC_MESSAGES/plasma_applet_pager.mo
share/locale/ko/LC_MESSAGES/plasma_applet_panel.mo
share/locale/ko/LC_MESSAGES/plasma_applet_skapplet.mo
share/locale/ko/LC_MESSAGES/plasma_applet_tasks.mo
share/locale/ko/LC_MESSAGES/plasma_applet_trash.mo
share/locale/ko/LC_MESSAGES/plasma_applet_twitter.mo
share/locale/ko/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo
share/locale/ko/LC_MESSAGES/plasma_engine_dict.mo
share/locale/ko/LC_MESSAGES/plasmaengineexplorer.mo
share/locale/ko/LC_MESSAGES/plasmapkg.mo
share/locale/ko/LC_MESSAGES/plasmoidviewer.mo
share/locale/ko/LC_MESSAGES/printer-applet.mo
share/locale/ko/LC_MESSAGES/processcore.mo
share/locale/ko/LC_MESSAGES/processui.mo
share/locale/ko/LC_MESSAGES/quanta.mo
share/locale/ko/LC_MESSAGES/quicklauncher.mo
share/locale/ko/LC_MESSAGES/secpolicy.mo
share/locale/ko/LC_MESSAGES/spy.mo
share/locale/ko/LC_MESSAGES/solid-bluetooth.mo
share/locale/ko/LC_MESSAGES/solid-hardware.mo
share/locale/ko/LC_MESSAGES/solid-network.mo
share/locale/ko/LC_MESSAGES/solid-powermanagement.mo
share/locale/ko/LC_MESSAGES/solidcontrol.mo
share/locale/ko/LC_MESSAGES/soliduiserver.mo
share/locale/ko/LC_MESSAGES/superkaramba.mo
share/locale/ko/LC_MESSAGES/timezones.mo
share/locale/ko/LC_MESSAGES/trashapplet.mo
share/locale/ko/LC_MESSAGES/svgpart.mo
share/locale/ko/LC_MESSAGES/sweeper.mo
share/locale/ko/LC_MESSAGES/systemsettings.mo
share/locale/ko/LC_MESSAGES/timezones4.mo
share/locale/ko/LC_MESSAGES/useraccount.mo
share/locale/ko/charset
share/locale/ko/LC_SCRIPTS/kdelibs4/kdelibs4.js
share/locale/ko/entry.desktop
share/locale/ko/flag.png
@dirrm share/doc/HTML/ko/docs/common
@dirrm share/doc/HTML/ko/docs
@dirrm share/doc/HTML/ko/khelpcenter/quickstart
@dirrm share/doc/HTML/ko/khelpcenter
@dirrm share/doc/HTML/ko/common
@dirrm share/locale/ko/LC_SCRIPTS/kdelibs4
@dirrm share/locale/ko/LC_SCRIPTS

View File

@ -7,7 +7,7 @@
PORTNAME= ${KADDRESSBOOKPLUG_PORTNAME}
PORTVERSION= ${KADDRESSBOOKPLUG_PORTVERSION}
PORTREVISION= 1
PORTREVISION= ${KADDRESSBOOKPLUG_PORTREVISION}
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
@ -32,6 +32,8 @@ USE_GMAKE= yes
USE_LDCONFIG= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3
PLIST_SUB+= KDE_VER="${KDE_VERSION}"
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split"
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (KDE/kdeaddons-3.5.8.tar.bz2) = 4a338f14210ad920bb54624cd330dd89
SHA256 (KDE/kdeaddons-3.5.8.tar.bz2) = e505a472ef2dd70e36992802fc33939a65be80bb8610a28bac6f639fa2ce2868
SIZE (KDE/kdeaddons-3.5.8.tar.bz2) = 1726291
MD5 (KDE/kdeaddons-3.5.9.tar.bz2) = eaa3832a25b483d1a9613f75991c3d7b
SHA256 (KDE/kdeaddons-3.5.9.tar.bz2) = 2860d74dca92f4b6a08dc93620a6af85050ae43037a7cffe0c88377015804e34
SIZE (KDE/kdeaddons-3.5.9.tar.bz2) = 1727652

View File

@ -4,7 +4,7 @@ lib/kde3/libkaddrbk_geo_xxport.so
lib/kde3/libkaddrbk_gmx_xxport.a
lib/kde3/libkaddrbk_gmx_xxport.la
lib/kde3/libkaddrbk_gmx_xxport.so
share/applications/kdeaddons-kaddressbook-plugins-3.5.8
share/applications/kdeaddons-kaddressbook-plugins-%%KDE_VER%%
share/apps/kaddressbook/geo_xxportui.rc
share/apps/kaddressbook/gmx_xxportui.rc
share/services/kaddressbook/geo_xxport.desktop

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-af-3.5.8.tar.bz2) = 88c320ea5320f6af8236a0ae16483d61
SHA256 (KDE/kde-i18n/kde-i18n-af-3.5.8.tar.bz2) = 9f996c6e699e5155b2d83820ab0637122c1eeb623e728fd4ccd1bb3d1b896d8e
SIZE (KDE/kde-i18n/kde-i18n-af-3.5.8.tar.bz2) = 1569745
MD5 (KDE/kde-i18n/kde-i18n-af-3.5.9.tar.bz2) = d0ad0a95f63aacfa0dd11b90d7bbea29
SHA256 (KDE/kde-i18n/kde-i18n-af-3.5.9.tar.bz2) = 9015a94f289e296000a84467af2ed66a1ab7aa3b8c8c4203156c14784e9e59e2
SIZE (KDE/kde-i18n/kde-i18n-af-3.5.9.tar.bz2) = 1574051

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-az-3.5.8.tar.bz2) = 770821f4d53662a9052e26b0b7fc0d86
SHA256 (KDE/kde-i18n/kde-i18n-az-3.5.8.tar.bz2) = c6815f109d1705a839e0e518fcec14e57d51040aa033c2db80785cdf3aeff3ac
SIZE (KDE/kde-i18n/kde-i18n-az-3.5.8.tar.bz2) = 1601410
MD5 (KDE/kde-i18n/kde-i18n-az-3.5.9.tar.bz2) = 11170e2e598ac406c08e85b9a1288b44
SHA256 (KDE/kde-i18n/kde-i18n-az-3.5.9.tar.bz2) = a206c4d448d2bd8d87149eec874f52174717c39eaeb4febe14d05a63bb402bca
SIZE (KDE/kde-i18n/kde-i18n-az-3.5.9.tar.bz2) = 1601723

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-bg-3.5.8.tar.bz2) = 071791e43caac2c3ca1b5f676c3486d7
SHA256 (KDE/kde-i18n/kde-i18n-bg-3.5.8.tar.bz2) = ed4a8a5f6a19b32dec60602ce598efdd66dbbf146ebdf69af9ac1823a0e70690
SIZE (KDE/kde-i18n/kde-i18n-bg-3.5.8.tar.bz2) = 1981756
MD5 (KDE/kde-i18n/kde-i18n-bg-3.5.9.tar.bz2) = eb39d6b16dbe6d3ce7892ada50e410fe
SHA256 (KDE/kde-i18n/kde-i18n-bg-3.5.9.tar.bz2) = 8c0aed0ce61b1fd9cdbea621b068ada9ba8db27067b40dc3eb03bcc5247ab23a
SIZE (KDE/kde-i18n/kde-i18n-bg-3.5.9.tar.bz2) = 1977916

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-bn-3.5.8.tar.bz2) = ce4076af2523378de16d52c553a5570a
SHA256 (KDE/kde-i18n/kde-i18n-bn-3.5.8.tar.bz2) = 066f8d29b06cc4cabca7ed2e0965eb1210d1479af93520c4aee4d5981da25533
SIZE (KDE/kde-i18n/kde-i18n-bn-3.5.8.tar.bz2) = 852169
MD5 (KDE/kde-i18n/kde-i18n-bn-3.5.9.tar.bz2) = 7ce4868d7ae6cccbff8a5ba458bce8ea
SHA256 (KDE/kde-i18n/kde-i18n-bn-3.5.9.tar.bz2) = 6f23b9c6ee4a959b894b63c61fa75a7c6c9e287aab19d1f3bf8d5eacc7cc1145
SIZE (KDE/kde-i18n/kde-i18n-bn-3.5.9.tar.bz2) = 853343

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-br-3.5.8.tar.bz2) = 903d567ecd398d5dcaac10521f1e2d1a
SHA256 (KDE/kde-i18n/kde-i18n-br-3.5.8.tar.bz2) = 31e1f98e56d70d7e267e585403e795e1dab120b9e068a9e4502b740305a1e4eb
SIZE (KDE/kde-i18n/kde-i18n-br-3.5.8.tar.bz2) = 1744126
MD5 (KDE/kde-i18n/kde-i18n-br-3.5.9.tar.bz2) = 1eb0051fddfe0f7ca5489999ad0a954b
SHA256 (KDE/kde-i18n/kde-i18n-br-3.5.9.tar.bz2) = 7889f1df11107b8136b861d2aec1898d8a40d3634f937e659120e0dfe1aea58a
SIZE (KDE/kde-i18n/kde-i18n-br-3.5.9.tar.bz2) = 1746824

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-bs-3.5.8.tar.bz2) = d12aa470ab906726a4e7098b66a3c31d
SHA256 (KDE/kde-i18n/kde-i18n-bs-3.5.8.tar.bz2) = b5a74784fd6585e627beea6461e03a839b57f9d513d6260bace35453bda7f1b5
SIZE (KDE/kde-i18n/kde-i18n-bs-3.5.8.tar.bz2) = 1772953
MD5 (KDE/kde-i18n/kde-i18n-bs-3.5.9.tar.bz2) = 0e4c58a49b4b338c91741bc5a30925c7
SHA256 (KDE/kde-i18n/kde-i18n-bs-3.5.9.tar.bz2) = eab800a18a01a14ff7d5b6332f20d831cf07e087e826f8b412a1dd91623b2309
SIZE (KDE/kde-i18n/kde-i18n-bs-3.5.9.tar.bz2) = 1773570

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-ca-3.5.8.tar.bz2) = 9f1d629826873f17c0c080da113160e7
SHA256 (KDE/kde-i18n/kde-i18n-ca-3.5.8.tar.bz2) = 08dcf6977fb9be4b167da29dc01880be24b7659731b094dde0293070fab8a676
SIZE (KDE/kde-i18n/kde-i18n-ca-3.5.8.tar.bz2) = 7226710
MD5 (KDE/kde-i18n/kde-i18n-ca-3.5.9.tar.bz2) = a59840da5d7b85206442e97ade2593e0
SHA256 (KDE/kde-i18n/kde-i18n-ca-3.5.9.tar.bz2) = 65333551f6c74cbdbd94ff598a782e9bd9e35fd14c6c888dc6deb251bfd4afba
SIZE (KDE/kde-i18n/kde-i18n-ca-3.5.9.tar.bz2) = 7237325

View File

@ -48,11 +48,66 @@ share/doc/HTML/ca/amor/common
share/doc/HTML/ca/amor/index.cache.bz2
share/doc/HTML/ca/amor/index.docbook
share/doc/HTML/ca/amor/man-amor.6.docbook
share/doc/HTML/ca/docs/common/fdl-translated.html
share/doc/HTML/ca/docs/common/gpl-translated.html
share/doc/HTML/ca/docs/common/kde-localised.css
share/doc/HTML/ca/docs/common/lgpl-translated.html
share/doc/HTML/ca/docs/common/logotp3.png
share/doc/HTML/ca/common/1.png
share/doc/HTML/ca/common/10.png
share/doc/HTML/ca/common/2.png
share/doc/HTML/ca/common/3.png
share/doc/HTML/ca/common/4.png
share/doc/HTML/ca/common/5.png
share/doc/HTML/ca/common/6.png
share/doc/HTML/ca/common/7.png
share/doc/HTML/ca/common/8.png
share/doc/HTML/ca/common/9.png
share/doc/HTML/ca/common/appheader.html
share/doc/HTML/ca/common/artistic-license.html
share/doc/HTML/ca/common/bottom-left.png
share/doc/HTML/ca/common/bottom-middle.png
share/doc/HTML/ca/common/bottom-right.png
share/doc/HTML/ca/common/bottom1.png
share/doc/HTML/ca/common/bottom2.png
share/doc/HTML/ca/common/bsd-license.html
share/doc/HTML/ca/common/docheadergears.png
share/doc/HTML/ca/common/doctop1.png
share/doc/HTML/ca/common/doctop1a.png
share/doc/HTML/ca/common/doctop1b.png
share/doc/HTML/ca/common/doctop2.png
share/doc/HTML/ca/common/doxygen.css
share/doc/HTML/ca/common/favicon.ico
share/doc/HTML/ca/common/fdl-license
share/doc/HTML/ca/common/fdl-license.html
share/doc/HTML/ca/common/fdl-notice.html
share/doc/HTML/ca/common/fdl-translated.html
share/doc/HTML/ca/common/footer.html
share/doc/HTML/ca/common/gpl-license
share/doc/HTML/ca/common/gpl-license.html
share/doc/HTML/ca/common/gpl-translated.html
share/doc/HTML/ca/common/grad.png
share/doc/HTML/ca/common/header.html
share/doc/HTML/ca/common/headerbg.png
share/doc/HTML/ca/common/kde-common.css
share/doc/HTML/ca/common/kde-default.css
share/doc/HTML/ca/common/kde-localised.css
share/doc/HTML/ca/common/kde-localised.css.template
share/doc/HTML/ca/common/kde-web.css
share/doc/HTML/ca/common/kde_gear_64.png
share/doc/HTML/ca/common/kde_logo.png
share/doc/HTML/ca/common/kde_logo_bg.png
share/doc/HTML/ca/common/kmenu.png
share/doc/HTML/ca/common/lgpl-license
share/doc/HTML/ca/common/lgpl-license.html
share/doc/HTML/ca/common/lgpl-translated.html
share/doc/HTML/ca/common/logotp3.png
share/doc/HTML/ca/common/mainfooter.html
share/doc/HTML/ca/common/mainheader.html
share/doc/HTML/ca/common/qpl-license.html
share/doc/HTML/ca/common/shadow.png
share/doc/HTML/ca/common/top-left.png
share/doc/HTML/ca/common/top-middle.png
share/doc/HTML/ca/common/top-right-konqueror.png
share/doc/HTML/ca/common/web-docbottom.png
share/doc/HTML/ca/common/web-doctop.png
share/doc/HTML/ca/common/x11-license.html
share/doc/HTML/ca/common/xml.dcl
share/doc/HTML/ca/kalzium/common
share/doc/HTML/ca/kalzium/gradient.png
share/doc/HTML/ca/kalzium/index.cache.bz2
@ -1230,6 +1285,7 @@ share/locale/ca/LC_MESSAGES/kio_nntp.mo
share/locale/ca/LC_MESSAGES/kio_pop3.mo
share/locale/ca/LC_MESSAGES/kio_print.mo
share/locale/ca/LC_MESSAGES/kio_remote.mo
share/locale/ca/LC_MESSAGES/kio_scalix.mo
share/locale/ca/LC_MESSAGES/kio_settings.mo
share/locale/ca/LC_MESSAGES/kio_sftp.mo
share/locale/ca/LC_MESSAGES/kio_sieve.mo
@ -1337,6 +1393,7 @@ share/locale/ca/LC_MESSAGES/kres_groupware.mo
share/locale/ca/LC_MESSAGES/kres_groupwise.mo
share/locale/ca/LC_MESSAGES/kres_kolab.mo
share/locale/ca/LC_MESSAGES/kres_remote.mo
share/locale/ca/LC_MESSAGES/kres_scalix.mo
share/locale/ca/LC_MESSAGES/kres_tvanytime.mo
share/locale/ca/LC_MESSAGES/kres_xmlrpc.mo
share/locale/ca/LC_MESSAGES/kreversi.mo
@ -1467,6 +1524,7 @@ share/locale/ca/LC_MESSAGES/privacy.mo
share/locale/ca/LC_MESSAGES/quanta.mo
share/locale/ca/LC_MESSAGES/quicklauncher.mo
share/locale/ca/LC_MESSAGES/rellinks.mo
share/locale/ca/LC_MESSAGES/scalixadmin.mo
share/locale/ca/LC_MESSAGES/searchbarplugin.mo
share/locale/ca/LC_MESSAGES/secpolicy.mo
share/locale/ca/LC_MESSAGES/spy.mo
@ -1662,8 +1720,7 @@ share/locale/ca/flag.png
@dirrm share/doc/HTML/ca/kapptemplate
@dirrm share/doc/HTML/ca/kappfinder
@dirrm share/doc/HTML/ca/kalzium
@dirrm share/doc/HTML/ca/docs/common
@dirrm share/doc/HTML/ca/docs
@dirrm share/doc/HTML/ca/common
@dirrm share/doc/HTML/ca/amor
@dirrm share/doc/HTML/ca
@dirrm share/apps/kturtle/examples/ca
@ -1677,6 +1734,8 @@ share/locale/ca/flag.png
@dirrm share/apps/khangman/data/ca
@dirrm share/apps/khangman/data
@dirrm share/apps/khangman
@dirrm share/apps/katepart/syntax
@dirrm share/apps/katepart
@dirrm share/apps/kanagram/data/ca
@dirrm share/apps/kanagram/data
@dirrm share/apps/kanagram

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-cs-3.5.8.tar.bz2) = db203a2ae671d59032b50511f5f590b4
SHA256 (KDE/kde-i18n/kde-i18n-cs-3.5.8.tar.bz2) = 942cb3ecec1dca160d060a0fa893d1323cd749e15db28bd38ec9e590be2cad68
SIZE (KDE/kde-i18n/kde-i18n-cs-3.5.8.tar.bz2) = 3396707
MD5 (KDE/kde-i18n/kde-i18n-cs-3.5.9.tar.bz2) = 5a93c2949eaee06e340fdd27eded8f0f
SHA256 (KDE/kde-i18n/kde-i18n-cs-3.5.9.tar.bz2) = 759dd84ea872049f749ede3198556909072554600b4cc0c8c6df7b578de33ec7
SIZE (KDE/kde-i18n/kde-i18n-cs-3.5.9.tar.bz2) = 3389733

View File

@ -54,11 +54,66 @@ share/apps/klettres/cs/syllab/ad-6.ogg
share/apps/klettres/cs/syllab/ad-7.ogg
share/apps/klettres/cs/syllab/ad-8.ogg
share/apps/klettres/cs/syllab/ad-9.ogg
share/doc/HTML/cs/docs/common/fdl-translated.html
share/doc/HTML/cs/docs/common/gpl-translated.html
share/doc/HTML/cs/docs/common/kde-localised.css
share/doc/HTML/cs/docs/common/lgpl-translated.html
share/doc/HTML/cs/docs/common/logotp3.png
share/doc/HTML/cs/common/1.png
share/doc/HTML/cs/common/10.png
share/doc/HTML/cs/common/2.png
share/doc/HTML/cs/common/3.png
share/doc/HTML/cs/common/4.png
share/doc/HTML/cs/common/5.png
share/doc/HTML/cs/common/6.png
share/doc/HTML/cs/common/7.png
share/doc/HTML/cs/common/8.png
share/doc/HTML/cs/common/9.png
share/doc/HTML/cs/common/appheader.html
share/doc/HTML/cs/common/artistic-license.html
share/doc/HTML/cs/common/bottom-left.png
share/doc/HTML/cs/common/bottom-middle.png
share/doc/HTML/cs/common/bottom-right.png
share/doc/HTML/cs/common/bottom1.png
share/doc/HTML/cs/common/bottom2.png
share/doc/HTML/cs/common/bsd-license.html
share/doc/HTML/cs/common/docheadergears.png
share/doc/HTML/cs/common/doctop1.png
share/doc/HTML/cs/common/doctop1a.png
share/doc/HTML/cs/common/doctop1b.png
share/doc/HTML/cs/common/doctop2.png
share/doc/HTML/cs/common/doxygen.css
share/doc/HTML/cs/common/favicon.ico
share/doc/HTML/cs/common/fdl-license
share/doc/HTML/cs/common/fdl-license.html
share/doc/HTML/cs/common/fdl-notice.html
share/doc/HTML/cs/common/fdl-translated.html
share/doc/HTML/cs/common/footer.html
share/doc/HTML/cs/common/gpl-license
share/doc/HTML/cs/common/gpl-license.html
share/doc/HTML/cs/common/gpl-translated.html
share/doc/HTML/cs/common/grad.png
share/doc/HTML/cs/common/header.html
share/doc/HTML/cs/common/headerbg.png
share/doc/HTML/cs/common/kde-common.css
share/doc/HTML/cs/common/kde-default.css
share/doc/HTML/cs/common/kde-localised.css
share/doc/HTML/cs/common/kde-localised.css.template
share/doc/HTML/cs/common/kde-web.css
share/doc/HTML/cs/common/kde_gear_64.png
share/doc/HTML/cs/common/kde_logo.png
share/doc/HTML/cs/common/kde_logo_bg.png
share/doc/HTML/cs/common/kmenu.png
share/doc/HTML/cs/common/lgpl-license
share/doc/HTML/cs/common/lgpl-license.html
share/doc/HTML/cs/common/lgpl-translated.html
share/doc/HTML/cs/common/logotp3.png
share/doc/HTML/cs/common/mainfooter.html
share/doc/HTML/cs/common/mainheader.html
share/doc/HTML/cs/common/qpl-license.html
share/doc/HTML/cs/common/shadow.png
share/doc/HTML/cs/common/top-left.png
share/doc/HTML/cs/common/top-middle.png
share/doc/HTML/cs/common/top-right-konqueror.png
share/doc/HTML/cs/common/web-docbottom.png
share/doc/HTML/cs/common/web-doctop.png
share/doc/HTML/cs/common/x11-license.html
share/doc/HTML/cs/common/xml.dcl
share/doc/HTML/cs/kcontrol/arts/midi.docbook
share/doc/HTML/cs/kcontrol/bell/common
share/doc/HTML/cs/kcontrol/bell/index.cache.bz2
@ -763,8 +818,7 @@ share/locale/cs/flag.png
@dirrm share/doc/HTML/cs/kcontrol/bell
@dirrm share/doc/HTML/cs/kcontrol/arts
@dirrm share/doc/HTML/cs/kcontrol
@dirrm share/doc/HTML/cs/docs/common
@dirrm share/doc/HTML/cs/docs
@dirrm share/doc/HTML/cs/common
@dirrm share/apps/klettres/cs/syllab
@dirrm share/apps/klettres/cs/alpha
@dirrm share/apps/klettres/cs

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-csb-3.5.8.tar.bz2) = 2c7890547f664352f0337647308b46fd
SHA256 (KDE/kde-i18n/kde-i18n-csb-3.5.8.tar.bz2) = d83e648e9012b412519682a601b09995b74a87e4ee659492aaac8865cf48fc3f
SIZE (KDE/kde-i18n/kde-i18n-csb-3.5.8.tar.bz2) = 387318
MD5 (KDE/kde-i18n/kde-i18n-csb-3.5.9.tar.bz2) = d231225a393f42dbde0cbc5b10a80b2c
SHA256 (KDE/kde-i18n/kde-i18n-csb-3.5.9.tar.bz2) = 7c8bd6d4abeeb9b071de001eef0b05e64f74d09f9e056aef9284cbc016c4c8f2
SIZE (KDE/kde-i18n/kde-i18n-csb-3.5.9.tar.bz2) = 388020

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-cy-3.5.8.tar.bz2) = 148faedcc0326cf7256dec99d92bde01
SHA256 (KDE/kde-i18n/kde-i18n-cy-3.5.8.tar.bz2) = 5ff40e559d2e0b010a97cf1a32ac0db271f02a0fdcab141b9375fecdc8697ff1
SIZE (KDE/kde-i18n/kde-i18n-cy-3.5.8.tar.bz2) = 1934711
MD5 (KDE/kde-i18n/kde-i18n-cy-3.5.9.tar.bz2) = 653ffd44e9ba7fb06cfa3c85efc774c1
SHA256 (KDE/kde-i18n/kde-i18n-cy-3.5.9.tar.bz2) = 1637d03be2418b555df13bcc7374953304fb948ea9d408f49edafb29b5a5e29e
SIZE (KDE/kde-i18n/kde-i18n-cy-3.5.9.tar.bz2) = 1942105

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-da-3.5.8.tar.bz2) = 1fd0439f89c93563a5e0c88e9fe91b88
SHA256 (KDE/kde-i18n/kde-i18n-da-3.5.8.tar.bz2) = 11e75fee2791e32d45ac8c8f2aed543a333d7be736111b7c9b631072bd670f26
SIZE (KDE/kde-i18n/kde-i18n-da-3.5.8.tar.bz2) = 11670315
MD5 (KDE/kde-i18n/kde-i18n-da-3.5.9.tar.bz2) = 951f305c56de946b4184f0f2671d1d98
SHA256 (KDE/kde-i18n/kde-i18n-da-3.5.9.tar.bz2) = 51e181afc610df88bb24d1188d22ab35c5c0343f448925d87ef81ed67656c2eb
SIZE (KDE/kde-i18n/kde-i18n-da-3.5.9.tar.bz2) = 11628194

View File

@ -134,11 +134,66 @@ share/doc/HTML/da/blinken/index.docbook
share/doc/HTML/da/cervisia/common
share/doc/HTML/da/cervisia/index.cache.bz2
share/doc/HTML/da/cervisia/index.docbook
share/doc/HTML/da/docs/common/fdl-translated.html
share/doc/HTML/da/docs/common/gpl-translated.html
share/doc/HTML/da/docs/common/kde-localised.css
share/doc/HTML/da/docs/common/lgpl-translated.html
share/doc/HTML/da/docs/common/logotp3.png
share/doc/HTML/da/common/1.png
share/doc/HTML/da/common/10.png
share/doc/HTML/da/common/2.png
share/doc/HTML/da/common/3.png
share/doc/HTML/da/common/4.png
share/doc/HTML/da/common/5.png
share/doc/HTML/da/common/6.png
share/doc/HTML/da/common/7.png
share/doc/HTML/da/common/8.png
share/doc/HTML/da/common/9.png
share/doc/HTML/da/common/appheader.html
share/doc/HTML/da/common/artistic-license.html
share/doc/HTML/da/common/bottom-left.png
share/doc/HTML/da/common/bottom-middle.png
share/doc/HTML/da/common/bottom-right.png
share/doc/HTML/da/common/bottom1.png
share/doc/HTML/da/common/bottom2.png
share/doc/HTML/da/common/bsd-license.html
share/doc/HTML/da/common/docheadergears.png
share/doc/HTML/da/common/doctop1.png
share/doc/HTML/da/common/doctop1a.png
share/doc/HTML/da/common/doctop1b.png
share/doc/HTML/da/common/doctop2.png
share/doc/HTML/da/common/doxygen.css
share/doc/HTML/da/common/favicon.ico
share/doc/HTML/da/common/fdl-license
share/doc/HTML/da/common/fdl-license.html
share/doc/HTML/da/common/fdl-notice.html
share/doc/HTML/da/common/fdl-translated.html
share/doc/HTML/da/common/footer.html
share/doc/HTML/da/common/gpl-license
share/doc/HTML/da/common/gpl-license.html
share/doc/HTML/da/common/gpl-translated.html
share/doc/HTML/da/common/grad.png
share/doc/HTML/da/common/header.html
share/doc/HTML/da/common/headerbg.png
share/doc/HTML/da/common/kde-common.css
share/doc/HTML/da/common/kde-default.css
share/doc/HTML/da/common/kde-localised.css
share/doc/HTML/da/common/kde-localised.css.template
share/doc/HTML/da/common/kde-web.css
share/doc/HTML/da/common/kde_gear_64.png
share/doc/HTML/da/common/kde_logo.png
share/doc/HTML/da/common/kde_logo_bg.png
share/doc/HTML/da/common/kmenu.png
share/doc/HTML/da/common/lgpl-license
share/doc/HTML/da/common/lgpl-license.html
share/doc/HTML/da/common/lgpl-translated.html
share/doc/HTML/da/common/logotp3.png
share/doc/HTML/da/common/mainfooter.html
share/doc/HTML/da/common/mainheader.html
share/doc/HTML/da/common/qpl-license.html
share/doc/HTML/da/common/shadow.png
share/doc/HTML/da/common/top-left.png
share/doc/HTML/da/common/top-middle.png
share/doc/HTML/da/common/top-right-konqueror.png
share/doc/HTML/da/common/web-docbottom.png
share/doc/HTML/da/common/web-doctop.png
share/doc/HTML/da/common/x11-license.html
share/doc/HTML/da/common/xml.dcl
share/doc/HTML/da/irkick/common
share/doc/HTML/da/irkick/index.cache.bz2
share/doc/HTML/da/irkick/index.docbook
@ -1788,6 +1843,7 @@ share/locale/da/LC_MESSAGES/kio_nntp.mo
share/locale/da/LC_MESSAGES/kio_pop3.mo
share/locale/da/LC_MESSAGES/kio_print.mo
share/locale/da/LC_MESSAGES/kio_remote.mo
share/locale/da/LC_MESSAGES/kio_scalix.mo
share/locale/da/LC_MESSAGES/kio_settings.mo
share/locale/da/LC_MESSAGES/kio_sftp.mo
share/locale/da/LC_MESSAGES/kio_sieve.mo
@ -1901,6 +1957,7 @@ share/locale/da/LC_MESSAGES/kres_groupware.mo
share/locale/da/LC_MESSAGES/kres_groupwise.mo
share/locale/da/LC_MESSAGES/kres_kolab.mo
share/locale/da/LC_MESSAGES/kres_remote.mo
share/locale/da/LC_MESSAGES/kres_scalix.mo
share/locale/da/LC_MESSAGES/kres_tvanytime.mo
share/locale/da/LC_MESSAGES/kres_xmlrpc.mo
share/locale/da/LC_MESSAGES/kreversi.mo
@ -2033,6 +2090,7 @@ share/locale/da/LC_MESSAGES/privacy.mo
share/locale/da/LC_MESSAGES/quanta.mo
share/locale/da/LC_MESSAGES/quicklauncher.mo
share/locale/da/LC_MESSAGES/rellinks.mo
share/locale/da/LC_MESSAGES/scalixadmin.mo
share/locale/da/LC_MESSAGES/searchbarplugin.mo
share/locale/da/LC_MESSAGES/secpolicy.mo
share/locale/da/LC_MESSAGES/spy.mo
@ -2314,8 +2372,7 @@ share/locale/da/flag.png
@dirrm share/doc/HTML/da/kaboodle
@dirrm share/doc/HTML/da/juk
@dirrm share/doc/HTML/da/irkick
@dirrm share/doc/HTML/da/docs/common
@dirrm share/doc/HTML/da/docs
@dirrm share/doc/HTML/da/common
@dirrm share/doc/HTML/da/cervisia
@dirrm share/doc/HTML/da/blinken
@dirrm share/doc/HTML/da/atlantik

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-el-3.5.8.tar.bz2) = 292682993de7ad01f25715e984ef679e
SHA256 (KDE/kde-i18n/kde-i18n-el-3.5.8.tar.bz2) = 0aa591d01613f35b69ff8ed8520195c9c1eed0278fbced988ea7c4e84c001f96
SIZE (KDE/kde-i18n/kde-i18n-el-3.5.8.tar.bz2) = 2305516
MD5 (KDE/kde-i18n/kde-i18n-el-3.5.9.tar.bz2) = 9e08c7b4717718f9de94eaed573e3c84
SHA256 (KDE/kde-i18n/kde-i18n-el-3.5.9.tar.bz2) = 5a003b9fcff0ea4d2c76cd3ea36462bbd89a08c59cfaf8c3138aca83856b7c24
SIZE (KDE/kde-i18n/kde-i18n-el-3.5.9.tar.bz2) = 2313679

View File

@ -298,6 +298,7 @@ share/locale/el/LC_MESSAGES/kio_nntp.mo
share/locale/el/LC_MESSAGES/kio_pop3.mo
share/locale/el/LC_MESSAGES/kio_print.mo
share/locale/el/LC_MESSAGES/kio_remote.mo
share/locale/el/LC_MESSAGES/kio_scalix.mo
share/locale/el/LC_MESSAGES/kio_settings.mo
share/locale/el/LC_MESSAGES/kio_sftp.mo
share/locale/el/LC_MESSAGES/kio_sieve.mo
@ -405,6 +406,7 @@ share/locale/el/LC_MESSAGES/kres_groupware.mo
share/locale/el/LC_MESSAGES/kres_groupwise.mo
share/locale/el/LC_MESSAGES/kres_kolab.mo
share/locale/el/LC_MESSAGES/kres_remote.mo
share/locale/el/LC_MESSAGES/kres_scalix.mo
share/locale/el/LC_MESSAGES/kres_tvanytime.mo
share/locale/el/LC_MESSAGES/kres_xmlrpc.mo
share/locale/el/LC_MESSAGES/kreversi.mo
@ -535,6 +537,7 @@ share/locale/el/LC_MESSAGES/privacy.mo
share/locale/el/LC_MESSAGES/quanta.mo
share/locale/el/LC_MESSAGES/quicklauncher.mo
share/locale/el/LC_MESSAGES/rellinks.mo
share/locale/el/LC_MESSAGES/scalixadmin.mo
share/locale/el/LC_MESSAGES/searchbarplugin.mo
share/locale/el/LC_MESSAGES/secpolicy.mo
share/locale/el/LC_MESSAGES/spy.mo

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-en_GB-3.5.8.tar.bz2) = 656f2b65b1d4157deee397974969e38c
SHA256 (KDE/kde-i18n/kde-i18n-en_GB-3.5.8.tar.bz2) = 1b3d8bd7bf7f17b99778d8636f0d7ea39b72ffff1af92e18aa349476a1a3bb45
SIZE (KDE/kde-i18n/kde-i18n-en_GB-3.5.8.tar.bz2) = 4378281
MD5 (KDE/kde-i18n/kde-i18n-en_GB-3.5.9.tar.bz2) = 2ff484173da22e8ca6257caeba0930c8
SHA256 (KDE/kde-i18n/kde-i18n-en_GB-3.5.9.tar.bz2) = 844f3f95847cf120b53ea8b11964ec4a08b55dd07517397447c32e1028871d76
SIZE (KDE/kde-i18n/kde-i18n-en_GB-3.5.9.tar.bz2) = 4380141

View File

@ -57,11 +57,66 @@ share/apps/kturtle/examples/en_GB/triangle.logo
share/doc/HTML/en_GB/cervisia/common
share/doc/HTML/en_GB/cervisia/index.cache.bz2
share/doc/HTML/en_GB/cervisia/index.docbook
share/doc/HTML/en_GB/docs/common/fdl-translated.html
share/doc/HTML/en_GB/docs/common/gpl-translated.html
share/doc/HTML/en_GB/docs/common/kde-localised.css
share/doc/HTML/en_GB/docs/common/lgpl-translated.html
share/doc/HTML/en_GB/docs/common/logotp3.png
share/doc/HTML/en_GB/common/1.png
share/doc/HTML/en_GB/common/10.png
share/doc/HTML/en_GB/common/2.png
share/doc/HTML/en_GB/common/3.png
share/doc/HTML/en_GB/common/4.png
share/doc/HTML/en_GB/common/5.png
share/doc/HTML/en_GB/common/6.png
share/doc/HTML/en_GB/common/7.png
share/doc/HTML/en_GB/common/8.png
share/doc/HTML/en_GB/common/9.png
share/doc/HTML/en_GB/common/appheader.html
share/doc/HTML/en_GB/common/artistic-license.html
share/doc/HTML/en_GB/common/bottom-left.png
share/doc/HTML/en_GB/common/bottom-middle.png
share/doc/HTML/en_GB/common/bottom-right.png
share/doc/HTML/en_GB/common/bottom1.png
share/doc/HTML/en_GB/common/bottom2.png
share/doc/HTML/en_GB/common/bsd-license.html
share/doc/HTML/en_GB/common/docheadergears.png
share/doc/HTML/en_GB/common/doctop1.png
share/doc/HTML/en_GB/common/doctop1a.png
share/doc/HTML/en_GB/common/doctop1b.png
share/doc/HTML/en_GB/common/doctop2.png
share/doc/HTML/en_GB/common/doxygen.css
share/doc/HTML/en_GB/common/favicon.ico
share/doc/HTML/en_GB/common/fdl-license
share/doc/HTML/en_GB/common/fdl-license.html
share/doc/HTML/en_GB/common/fdl-notice.html
share/doc/HTML/en_GB/common/fdl-translated.html
share/doc/HTML/en_GB/common/footer.html
share/doc/HTML/en_GB/common/gpl-license
share/doc/HTML/en_GB/common/gpl-license.html
share/doc/HTML/en_GB/common/gpl-translated.html
share/doc/HTML/en_GB/common/grad.png
share/doc/HTML/en_GB/common/header.html
share/doc/HTML/en_GB/common/headerbg.png
share/doc/HTML/en_GB/common/kde-common.css
share/doc/HTML/en_GB/common/kde-default.css
share/doc/HTML/en_GB/common/kde-localised.css
share/doc/HTML/en_GB/common/kde-localised.css.template
share/doc/HTML/en_GB/common/kde-web.css
share/doc/HTML/en_GB/common/kde_gear_64.png
share/doc/HTML/en_GB/common/kde_logo.png
share/doc/HTML/en_GB/common/kde_logo_bg.png
share/doc/HTML/en_GB/common/kmenu.png
share/doc/HTML/en_GB/common/lgpl-license
share/doc/HTML/en_GB/common/lgpl-license.html
share/doc/HTML/en_GB/common/lgpl-translated.html
share/doc/HTML/en_GB/common/logotp3.png
share/doc/HTML/en_GB/common/mainfooter.html
share/doc/HTML/en_GB/common/mainheader.html
share/doc/HTML/en_GB/common/qpl-license.html
share/doc/HTML/en_GB/common/shadow.png
share/doc/HTML/en_GB/common/top-left.png
share/doc/HTML/en_GB/common/top-middle.png
share/doc/HTML/en_GB/common/top-right-konqueror.png
share/doc/HTML/en_GB/common/web-docbottom.png
share/doc/HTML/en_GB/common/web-doctop.png
share/doc/HTML/en_GB/common/x11-license.html
share/doc/HTML/en_GB/common/xml.dcl
share/doc/HTML/en_GB/kaddressbook/common
share/doc/HTML/en_GB/kaddressbook/index.cache.bz2
share/doc/HTML/en_GB/kaddressbook/index.docbook
@ -1299,8 +1354,7 @@ share/locale/en_GB/flag.png
@dirrm share/doc/HTML/en_GB/kate
@dirrm share/doc/HTML/en_GB/kalarm
@dirrm share/doc/HTML/en_GB/kaddressbook
@dirrm share/doc/HTML/en_GB/docs/common
@dirrm share/doc/HTML/en_GB/docs
@dirrm share/doc/HTML/en_GB/common
@dirrm share/doc/HTML/en_GB/cervisia
@dirrm share/apps/kturtle/examples/en_GB
@dirrm share/apps/kturtle/examples
@ -1310,3 +1364,5 @@ share/locale/en_GB/flag.png
@dirrm share/apps/klettres/en_GB/alpha
@dirrm share/apps/klettres/en_GB
@dirrm share/apps/klettres
@dirrm share/apps/katepart/syntax
@dirrm share/apps/katepart

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-eo-3.5.8.tar.bz2) = fbc2fa7fe6f43cb89328bbc8815487f9
SHA256 (KDE/kde-i18n/kde-i18n-eo-3.5.8.tar.bz2) = f5569f3dec6c37dbb9cf1ef10cb60df1d1816142ebe820a5b7bb4ce5636340e2
SIZE (KDE/kde-i18n/kde-i18n-eo-3.5.8.tar.bz2) = 1492375
MD5 (KDE/kde-i18n/kde-i18n-eo-3.5.9.tar.bz2) = 1a4f43840f0e9db500f19e2098afbd2c
SHA256 (KDE/kde-i18n/kde-i18n-eo-3.5.9.tar.bz2) = b8c846d7da1766b87c3f269400a0f794e55d0c3ecf15009650e41ab6d3bc1f54
SIZE (KDE/kde-i18n/kde-i18n-eo-3.5.9.tar.bz2) = 1440273

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-es-3.5.8.tar.bz2) = d6faefeee2d7351cdff5d09d12585785
SHA256 (KDE/kde-i18n/kde-i18n-es-3.5.8.tar.bz2) = 51423f462e39f03d557958bbfef39135c2e346120e62ef917f0d073dbc0d31a4
SIZE (KDE/kde-i18n/kde-i18n-es-3.5.8.tar.bz2) = 34438940
MD5 (KDE/kde-i18n/kde-i18n-es-3.5.9.tar.bz2) = 5c6c4e421fa082470dfc4c30317b9b61
SHA256 (KDE/kde-i18n/kde-i18n-es-3.5.9.tar.bz2) = 6af9a2ecd0fe1084b1147d493f5e80148deb12b96e24ab401876358fd7a53ad5
SIZE (KDE/kde-i18n/kde-i18n-es-3.5.9.tar.bz2) = 34519292

View File

@ -367,12 +367,66 @@ share/doc/HTML/es/cervisia/popup.png
share/doc/HTML/es/cervisia/repositories.png
share/doc/HTML/es/cervisia/resolve.png
share/doc/HTML/es/cervisia/updatetag.png
share/doc/HTML/es/docs/common/fdl-translated.html
share/doc/HTML/es/docs/common/gpl-translated.html
share/doc/HTML/es/docs/common/kde-localised.css
share/doc/HTML/es/docs/common/kde_logo.png
share/doc/HTML/es/docs/common/lgpl-translated.html
share/doc/HTML/es/docs/common/logotp3.png
share/doc/HTML/es/common/1.png
share/doc/HTML/es/common/10.png
share/doc/HTML/es/common/2.png
share/doc/HTML/es/common/3.png
share/doc/HTML/es/common/4.png
share/doc/HTML/es/common/5.png
share/doc/HTML/es/common/6.png
share/doc/HTML/es/common/7.png
share/doc/HTML/es/common/8.png
share/doc/HTML/es/common/9.png
share/doc/HTML/es/common/appheader.html
share/doc/HTML/es/common/artistic-license.html
share/doc/HTML/es/common/bottom-left.png
share/doc/HTML/es/common/bottom-middle.png
share/doc/HTML/es/common/bottom-right.png
share/doc/HTML/es/common/bottom1.png
share/doc/HTML/es/common/bottom2.png
share/doc/HTML/es/common/bsd-license.html
share/doc/HTML/es/common/docheadergears.png
share/doc/HTML/es/common/doctop1.png
share/doc/HTML/es/common/doctop1a.png
share/doc/HTML/es/common/doctop1b.png
share/doc/HTML/es/common/doctop2.png
share/doc/HTML/es/common/doxygen.css
share/doc/HTML/es/common/favicon.ico
share/doc/HTML/es/common/fdl-license
share/doc/HTML/es/common/fdl-license.html
share/doc/HTML/es/common/fdl-notice.html
share/doc/HTML/es/common/fdl-translated.html
share/doc/HTML/es/common/footer.html
share/doc/HTML/es/common/gpl-license
share/doc/HTML/es/common/gpl-license.html
share/doc/HTML/es/common/gpl-translated.html
share/doc/HTML/es/common/grad.png
share/doc/HTML/es/common/header.html
share/doc/HTML/es/common/headerbg.png
share/doc/HTML/es/common/kde-common.css
share/doc/HTML/es/common/kde-default.css
share/doc/HTML/es/common/kde-localised.css
share/doc/HTML/es/common/kde-localised.css.template
share/doc/HTML/es/common/kde-web.css
share/doc/HTML/es/common/kde_gear_64.png
share/doc/HTML/es/common/kde_logo.png
share/doc/HTML/es/common/kde_logo_bg.png
share/doc/HTML/es/common/kmenu.png
share/doc/HTML/es/common/lgpl-license
share/doc/HTML/es/common/lgpl-license.html
share/doc/HTML/es/common/lgpl-translated.html
share/doc/HTML/es/common/logotp3.png
share/doc/HTML/es/common/mainfooter.html
share/doc/HTML/es/common/mainheader.html
share/doc/HTML/es/common/qpl-license.html
share/doc/HTML/es/common/shadow.png
share/doc/HTML/es/common/top-left.png
share/doc/HTML/es/common/top-middle.png
share/doc/HTML/es/common/top-right-konqueror.png
share/doc/HTML/es/common/web-docbottom.png
share/doc/HTML/es/common/web-doctop.png
share/doc/HTML/es/common/x11-license.html
share/doc/HTML/es/common/xml.dcl
share/doc/HTML/es/irkick/common
share/doc/HTML/es/irkick/index.cache.bz2
share/doc/HTML/es/irkick/index.docbook
@ -536,6 +590,7 @@ share/doc/HTML/es/kbabel/catalogmanager_nopot_ok.png
share/doc/HTML/es/kbabel/catalogmanager_ok.png
share/doc/HTML/es/kbabel/catalogmanager_reload.png
share/doc/HTML/es/kbabel/catman.docbook
share/doc/HTML/es/kbabel/common
share/doc/HTML/es/kbabel/dbcan.png
share/doc/HTML/es/kbabel/dictionaries.docbook
share/doc/HTML/es/kbabel/editcopy.png
@ -547,6 +602,8 @@ share/doc/HTML/es/kbabel/filesave.png
share/doc/HTML/es/kbabel/find.png
share/doc/HTML/es/kbabel/forward.png
share/doc/HTML/es/kbabel/glossary.docbook
share/doc/HTML/es/kbabel/index.cache.bz2
share/doc/HTML/es/kbabel/index.docbook
share/doc/HTML/es/kbabel/kbabeldict.docbook
share/doc/HTML/es/kbabel/man-catalogmanager.1.docbook
share/doc/HTML/es/kbabel/menu.docbook
@ -1171,6 +1228,7 @@ share/doc/HTML/es/khelpcenter/userguide/common
share/doc/HTML/es/khelpcenter/userguide/control-center.docbook
share/doc/HTML/es/khelpcenter/userguide/creating-graphics.docbook
share/doc/HTML/es/khelpcenter/userguide/credits-and-license.docbook
share/doc/HTML/es/khelpcenter/userguide/customizing-desktop.docbook
share/doc/HTML/es/khelpcenter/userguide/desktop.png
share/doc/HTML/es/khelpcenter/userguide/email.docbook
share/doc/HTML/es/khelpcenter/userguide/extragear-applications.docbook
@ -2194,6 +2252,9 @@ share/doc/HTML/es/kshisen/index.cache.bz2
share/doc/HTML/es/kshisen/index.docbook
share/doc/HTML/es/kshisen/kshisen-configuration.png
share/doc/HTML/es/kshisen/score-formula.png
share/doc/HTML/es/ksig/common
share/doc/HTML/es/ksig/index.cache.bz2
share/doc/HTML/es/ksig/index.docbook
share/doc/HTML/es/ksim/common
share/doc/HTML/es/ksim/index.cache.bz2
share/doc/HTML/es/ksim/index.docbook
@ -3345,6 +3406,7 @@ share/locale/es/flag.png
@dirrm share/doc/HTML/es/ksirtet
@dirrm share/doc/HTML/es/ksirc
@dirrm share/doc/HTML/es/ksim
@dirrm share/doc/HTML/es/ksig
@dirrm share/doc/HTML/es/kshisen
@dirrm share/doc/HTML/es/kscd
@dirrm share/doc/HTML/es/ksame
@ -3563,8 +3625,7 @@ share/locale/es/flag.png
@dirrm share/doc/HTML/es/kaboodle
@dirrm share/doc/HTML/es/juk
@dirrm share/doc/HTML/es/irkick
@dirrm share/doc/HTML/es/docs/common
@dirrm share/doc/HTML/es/docs
@dirrm share/doc/HTML/es/common
@dirrm share/doc/HTML/es/cervisia
@dirrm share/doc/HTML/es/blinken
@dirrm share/doc/HTML/es/atlantik
@ -3589,3 +3650,5 @@ share/locale/es/flag.png
@dirrm share/apps/khangman/data/es
@dirrm share/apps/khangman/data
@dirrm share/apps/khangman
@dirrm share/apps/katepart/syntax
@dirrm share/apps/katepart

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-et-3.5.8.tar.bz2) = 3cc413ec7e20a11784779c55c059923f
SHA256 (KDE/kde-i18n/kde-i18n-et-3.5.8.tar.bz2) = 021c59f9fd9d5ed36f12baf86d65793e33b0d15092db5e45e28b176c6e1fa9a6
SIZE (KDE/kde-i18n/kde-i18n-et-3.5.8.tar.bz2) = 9456588
MD5 (KDE/kde-i18n/kde-i18n-et-3.5.9.tar.bz2) = d728e6d136b5d69692e72abd2486e487
SHA256 (KDE/kde-i18n/kde-i18n-et-3.5.9.tar.bz2) = b0e192af920d8bc9e33dcdab816a334d1f4cb56a3b7fbed7d193aa7e90c77e6d
SIZE (KDE/kde-i18n/kde-i18n-et-3.5.9.tar.bz2) = 9444485

View File

@ -41,11 +41,66 @@ share/doc/HTML/et/blinken/index.docbook
share/doc/HTML/et/cervisia/common
share/doc/HTML/et/cervisia/index.cache.bz2
share/doc/HTML/et/cervisia/index.docbook
share/doc/HTML/et/docs/common/fdl-translated.html
share/doc/HTML/et/docs/common/gpl-translated.html
share/doc/HTML/et/docs/common/kde-localised.css
share/doc/HTML/et/docs/common/lgpl-translated.html
share/doc/HTML/et/docs/common/logotp3.png
share/doc/HTML/et/common/1.png
share/doc/HTML/et/common/10.png
share/doc/HTML/et/common/2.png
share/doc/HTML/et/common/3.png
share/doc/HTML/et/common/4.png
share/doc/HTML/et/common/5.png
share/doc/HTML/et/common/6.png
share/doc/HTML/et/common/7.png
share/doc/HTML/et/common/8.png
share/doc/HTML/et/common/9.png
share/doc/HTML/et/common/appheader.html
share/doc/HTML/et/common/artistic-license.html
share/doc/HTML/et/common/bottom-left.png
share/doc/HTML/et/common/bottom-middle.png
share/doc/HTML/et/common/bottom-right.png
share/doc/HTML/et/common/bottom1.png
share/doc/HTML/et/common/bottom2.png
share/doc/HTML/et/common/bsd-license.html
share/doc/HTML/et/common/docheadergears.png
share/doc/HTML/et/common/doctop1.png
share/doc/HTML/et/common/doctop1a.png
share/doc/HTML/et/common/doctop1b.png
share/doc/HTML/et/common/doctop2.png
share/doc/HTML/et/common/doxygen.css
share/doc/HTML/et/common/favicon.ico
share/doc/HTML/et/common/fdl-license
share/doc/HTML/et/common/fdl-license.html
share/doc/HTML/et/common/fdl-notice.html
share/doc/HTML/et/common/fdl-translated.html
share/doc/HTML/et/common/footer.html
share/doc/HTML/et/common/gpl-license
share/doc/HTML/et/common/gpl-license.html
share/doc/HTML/et/common/gpl-translated.html
share/doc/HTML/et/common/grad.png
share/doc/HTML/et/common/header.html
share/doc/HTML/et/common/headerbg.png
share/doc/HTML/et/common/kde-common.css
share/doc/HTML/et/common/kde-default.css
share/doc/HTML/et/common/kde-localised.css
share/doc/HTML/et/common/kde-localised.css.template
share/doc/HTML/et/common/kde-web.css
share/doc/HTML/et/common/kde_gear_64.png
share/doc/HTML/et/common/kde_logo.png
share/doc/HTML/et/common/kde_logo_bg.png
share/doc/HTML/et/common/kmenu.png
share/doc/HTML/et/common/lgpl-license
share/doc/HTML/et/common/lgpl-license.html
share/doc/HTML/et/common/lgpl-translated.html
share/doc/HTML/et/common/logotp3.png
share/doc/HTML/et/common/mainfooter.html
share/doc/HTML/et/common/mainheader.html
share/doc/HTML/et/common/qpl-license.html
share/doc/HTML/et/common/shadow.png
share/doc/HTML/et/common/top-left.png
share/doc/HTML/et/common/top-middle.png
share/doc/HTML/et/common/top-right-konqueror.png
share/doc/HTML/et/common/web-docbottom.png
share/doc/HTML/et/common/web-doctop.png
share/doc/HTML/et/common/x11-license.html
share/doc/HTML/et/common/xml.dcl
share/doc/HTML/et/flashkard/common
share/doc/HTML/et/flashkard/index.cache.bz2
share/doc/HTML/et/flashkard/index.docbook
@ -1660,6 +1715,7 @@ share/locale/et/LC_MESSAGES/kio_nntp.mo
share/locale/et/LC_MESSAGES/kio_pop3.mo
share/locale/et/LC_MESSAGES/kio_print.mo
share/locale/et/LC_MESSAGES/kio_remote.mo
share/locale/et/LC_MESSAGES/kio_scalix.mo
share/locale/et/LC_MESSAGES/kio_settings.mo
share/locale/et/LC_MESSAGES/kio_sftp.mo
share/locale/et/LC_MESSAGES/kio_sieve.mo
@ -1767,6 +1823,7 @@ share/locale/et/LC_MESSAGES/kres_groupware.mo
share/locale/et/LC_MESSAGES/kres_groupwise.mo
share/locale/et/LC_MESSAGES/kres_kolab.mo
share/locale/et/LC_MESSAGES/kres_remote.mo
share/locale/et/LC_MESSAGES/kres_scalix.mo
share/locale/et/LC_MESSAGES/kres_tvanytime.mo
share/locale/et/LC_MESSAGES/kres_xmlrpc.mo
share/locale/et/LC_MESSAGES/kreversi.mo
@ -1898,6 +1955,7 @@ share/locale/et/LC_MESSAGES/privacy.mo
share/locale/et/LC_MESSAGES/quanta.mo
share/locale/et/LC_MESSAGES/quicklauncher.mo
share/locale/et/LC_MESSAGES/rellinks.mo
share/locale/et/LC_MESSAGES/scalixadmin.mo
share/locale/et/LC_MESSAGES/searchbarplugin.mo
share/locale/et/LC_MESSAGES/secpolicy.mo
share/locale/et/LC_MESSAGES/spy.mo
@ -2186,8 +2244,7 @@ share/locale/et/flag.png
@dirrm share/doc/HTML/et/juk
@dirrm share/doc/HTML/et/irkick
@dirrm share/doc/HTML/et/flashkard
@dirrm share/doc/HTML/et/docs/common
@dirrm share/doc/HTML/et/docs
@dirrm share/doc/HTML/et/common
@dirrm share/doc/HTML/et/cervisia
@dirrm share/doc/HTML/et/blinken
@dirrm share/doc/HTML/et/atlantik

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-eu-3.5.8.tar.bz2) = 6b47aa2863640739973a5ca390f4c9eb
SHA256 (KDE/kde-i18n/kde-i18n-eu-3.5.8.tar.bz2) = 166b6744495b336f73158674c2abff2cccb35429812caf4a030056554842166c
SIZE (KDE/kde-i18n/kde-i18n-eu-3.5.8.tar.bz2) = 2281186
MD5 (KDE/kde-i18n/kde-i18n-eu-3.5.9.tar.bz2) = 689f53701a70821cbcf0313d0b2f76ec
SHA256 (KDE/kde-i18n/kde-i18n-eu-3.5.9.tar.bz2) = 12b129e174d621414fe7dd06423ec5588ed12e85758d1d96a138052962ccad6f
SIZE (KDE/kde-i18n/kde-i18n-eu-3.5.9.tar.bz2) = 2284591

View File

@ -1,7 +1,62 @@
share/doc/HTML/eu/docs/common/fdl-translated.html
share/doc/HTML/eu/docs/common/gpl-translated.html
share/doc/HTML/eu/docs/common/kde-localised.css
share/doc/HTML/eu/docs/common/logotp3.png
share/doc/HTML/eu/common/1.png
share/doc/HTML/eu/common/10.png
share/doc/HTML/eu/common/2.png
share/doc/HTML/eu/common/3.png
share/doc/HTML/eu/common/4.png
share/doc/HTML/eu/common/5.png
share/doc/HTML/eu/common/6.png
share/doc/HTML/eu/common/7.png
share/doc/HTML/eu/common/8.png
share/doc/HTML/eu/common/9.png
share/doc/HTML/eu/common/appheader.html
share/doc/HTML/eu/common/artistic-license.html
share/doc/HTML/eu/common/bottom-left.png
share/doc/HTML/eu/common/bottom-middle.png
share/doc/HTML/eu/common/bottom-right.png
share/doc/HTML/eu/common/bottom1.png
share/doc/HTML/eu/common/bottom2.png
share/doc/HTML/eu/common/bsd-license.html
share/doc/HTML/eu/common/docheadergears.png
share/doc/HTML/eu/common/doctop1.png
share/doc/HTML/eu/common/doctop1a.png
share/doc/HTML/eu/common/doctop1b.png
share/doc/HTML/eu/common/doctop2.png
share/doc/HTML/eu/common/doxygen.css
share/doc/HTML/eu/common/favicon.ico
share/doc/HTML/eu/common/fdl-license
share/doc/HTML/eu/common/fdl-license.html
share/doc/HTML/eu/common/fdl-notice.html
share/doc/HTML/eu/common/fdl-translated.html
share/doc/HTML/eu/common/footer.html
share/doc/HTML/eu/common/gpl-license
share/doc/HTML/eu/common/gpl-license.html
share/doc/HTML/eu/common/gpl-translated.html
share/doc/HTML/eu/common/grad.png
share/doc/HTML/eu/common/header.html
share/doc/HTML/eu/common/headerbg.png
share/doc/HTML/eu/common/kde-common.css
share/doc/HTML/eu/common/kde-default.css
share/doc/HTML/eu/common/kde-localised.css
share/doc/HTML/eu/common/kde-localised.css.template
share/doc/HTML/eu/common/kde-web.css
share/doc/HTML/eu/common/kde_gear_64.png
share/doc/HTML/eu/common/kde_logo.png
share/doc/HTML/eu/common/kde_logo_bg.png
share/doc/HTML/eu/common/kmenu.png
share/doc/HTML/eu/common/lgpl-license
share/doc/HTML/eu/common/lgpl-license.html
share/doc/HTML/eu/common/logotp3.png
share/doc/HTML/eu/common/mainfooter.html
share/doc/HTML/eu/common/mainheader.html
share/doc/HTML/eu/common/qpl-license.html
share/doc/HTML/eu/common/shadow.png
share/doc/HTML/eu/common/top-left.png
share/doc/HTML/eu/common/top-middle.png
share/doc/HTML/eu/common/top-right-konqueror.png
share/doc/HTML/eu/common/web-docbottom.png
share/doc/HTML/eu/common/web-doctop.png
share/doc/HTML/eu/common/x11-license.html
share/doc/HTML/eu/common/xml.dcl
share/doc/HTML/eu/kbabel/catman.docbook
share/doc/HTML/eu/kbabel/dictionaries.docbook
share/doc/HTML/eu/kbabel/faq.docbook
@ -573,5 +628,4 @@ share/locale/eu/charset
share/locale/eu/entry.desktop
share/locale/eu/flag.png
@dirrm share/doc/HTML/eu/kbabel
@dirrm share/doc/HTML/eu/docs/common
@dirrm share/doc/HTML/eu/docs
@dirrm share/doc/HTML/eu/common

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-fi-3.5.8.tar.bz2) = 126039c2f5e3f4bff0036971069a8bed
SHA256 (KDE/kde-i18n/kde-i18n-fi-3.5.8.tar.bz2) = 7815e02e601138e46ecdf6f03d20259fe59528b9d469e3d77402d93df7fbe27e
SIZE (KDE/kde-i18n/kde-i18n-fi-3.5.8.tar.bz2) = 2461786
MD5 (KDE/kde-i18n/kde-i18n-fi-3.5.9.tar.bz2) = 7ca0c2d8b52b53fc6afb9bbe32241db6
SHA256 (KDE/kde-i18n/kde-i18n-fi-3.5.9.tar.bz2) = 8e2f8fd4270bd9119e9372b9f1b1ed525691765d509407f9ddb70e8c23545a26
SIZE (KDE/kde-i18n/kde-i18n-fi-3.5.9.tar.bz2) = 2465961

View File

@ -3,11 +3,66 @@ share/apps/khangman/data/fi/easy.kvtml
share/apps/khangman/data/fi/hard.kvtml
share/apps/khangman/data/fi/medium.kvtml
share/apps/khangman/fi.txt
share/doc/HTML/fi/docs/common/fdl-translated.html
share/doc/HTML/fi/docs/common/gpl-translated.html
share/doc/HTML/fi/docs/common/kde-localised.css
share/doc/HTML/fi/docs/common/lgpl-translated.html
share/doc/HTML/fi/docs/common/logotp3.png
share/doc/HTML/fi/common/1.png
share/doc/HTML/fi/common/10.png
share/doc/HTML/fi/common/2.png
share/doc/HTML/fi/common/3.png
share/doc/HTML/fi/common/4.png
share/doc/HTML/fi/common/5.png
share/doc/HTML/fi/common/6.png
share/doc/HTML/fi/common/7.png
share/doc/HTML/fi/common/8.png
share/doc/HTML/fi/common/9.png
share/doc/HTML/fi/common/appheader.html
share/doc/HTML/fi/common/artistic-license.html
share/doc/HTML/fi/common/bottom-left.png
share/doc/HTML/fi/common/bottom-middle.png
share/doc/HTML/fi/common/bottom-right.png
share/doc/HTML/fi/common/bottom1.png
share/doc/HTML/fi/common/bottom2.png
share/doc/HTML/fi/common/bsd-license.html
share/doc/HTML/fi/common/docheadergears.png
share/doc/HTML/fi/common/doctop1.png
share/doc/HTML/fi/common/doctop1a.png
share/doc/HTML/fi/common/doctop1b.png
share/doc/HTML/fi/common/doctop2.png
share/doc/HTML/fi/common/doxygen.css
share/doc/HTML/fi/common/favicon.ico
share/doc/HTML/fi/common/fdl-license
share/doc/HTML/fi/common/fdl-license.html
share/doc/HTML/fi/common/fdl-notice.html
share/doc/HTML/fi/common/fdl-translated.html
share/doc/HTML/fi/common/footer.html
share/doc/HTML/fi/common/gpl-license
share/doc/HTML/fi/common/gpl-license.html
share/doc/HTML/fi/common/gpl-translated.html
share/doc/HTML/fi/common/grad.png
share/doc/HTML/fi/common/header.html
share/doc/HTML/fi/common/headerbg.png
share/doc/HTML/fi/common/kde-common.css
share/doc/HTML/fi/common/kde-default.css
share/doc/HTML/fi/common/kde-localised.css
share/doc/HTML/fi/common/kde-localised.css.template
share/doc/HTML/fi/common/kde-web.css
share/doc/HTML/fi/common/kde_gear_64.png
share/doc/HTML/fi/common/kde_logo.png
share/doc/HTML/fi/common/kde_logo_bg.png
share/doc/HTML/fi/common/kmenu.png
share/doc/HTML/fi/common/lgpl-license
share/doc/HTML/fi/common/lgpl-license.html
share/doc/HTML/fi/common/lgpl-translated.html
share/doc/HTML/fi/common/logotp3.png
share/doc/HTML/fi/common/mainfooter.html
share/doc/HTML/fi/common/mainheader.html
share/doc/HTML/fi/common/qpl-license.html
share/doc/HTML/fi/common/shadow.png
share/doc/HTML/fi/common/top-left.png
share/doc/HTML/fi/common/top-middle.png
share/doc/HTML/fi/common/top-right-konqueror.png
share/doc/HTML/fi/common/web-docbottom.png
share/doc/HTML/fi/common/web-doctop.png
share/doc/HTML/fi/common/x11-license.html
share/doc/HTML/fi/common/xml.dcl
share/doc/HTML/fi/kfind/common
share/doc/HTML/fi/kfind/index.cache.bz2
share/doc/HTML/fi/kfind/index.docbook
@ -588,8 +643,7 @@ share/locale/fi/flag.png
@dirrm share/doc/HTML/fi/khelpcenter/glossary
@dirrm share/doc/HTML/fi/khelpcenter
@dirrm share/doc/HTML/fi/kfind
@dirrm share/doc/HTML/fi/docs/common
@dirrm share/doc/HTML/fi/docs
@dirrm share/doc/HTML/fi/common
@dirrm share/apps/khangman/data/fi
@dirrm share/apps/khangman/data
@dirrm share/apps/khangman

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-fy-3.5.8.tar.bz2) = 8f115a9c965f7d18229e8891245c3c13
SHA256 (KDE/kde-i18n/kde-i18n-fy-3.5.8.tar.bz2) = 871788fd5ea16b4e1abd64fdafb42eed4766849abb43ea2babca8585e8cac4df
SIZE (KDE/kde-i18n/kde-i18n-fy-3.5.8.tar.bz2) = 1017107
MD5 (KDE/kde-i18n/kde-i18n-fy-3.5.9.tar.bz2) = ce68f337016dd9dbf82bfc7c48e81824
SHA256 (KDE/kde-i18n/kde-i18n-fy-3.5.9.tar.bz2) = 793e78fca5e19c5e35761041aa6463d22923ae7e373a98af9c4956ce9dc91a1d
SIZE (KDE/kde-i18n/kde-i18n-fy-3.5.9.tar.bz2) = 1023542

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-ga-3.5.8.tar.bz2) = fd7235f1f0b9af0a9c84f835c8c31439
SHA256 (KDE/kde-i18n/kde-i18n-ga-3.5.8.tar.bz2) = cb592cfac35e5a692a9e8d6eed3b11aafbd4dbd75e6ce680fcf9ddaecba7cfc2
SIZE (KDE/kde-i18n/kde-i18n-ga-3.5.8.tar.bz2) = 1745402
MD5 (KDE/kde-i18n/kde-i18n-ga-3.5.9.tar.bz2) = 7320493d51e3a1c01f95e27afbff6c70
SHA256 (KDE/kde-i18n/kde-i18n-ga-3.5.9.tar.bz2) = 1df2bcc39cad30fb6542b640f39619857374585d419965cdd55f4c60743a5c08
SIZE (KDE/kde-i18n/kde-i18n-ga-3.5.9.tar.bz2) = 1752071

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-gl-3.5.8.tar.bz2) = 243cb631a971a6a4eb6601ffd5b953b6
SHA256 (KDE/kde-i18n/kde-i18n-gl-3.5.8.tar.bz2) = b15ffcca49a5c7c4eab02ad875e1aae115c2a7cb6d4e8b1c9de6ff20e22977b1
SIZE (KDE/kde-i18n/kde-i18n-gl-3.5.8.tar.bz2) = 1975262
MD5 (KDE/kde-i18n/kde-i18n-gl-3.5.9.tar.bz2) = 09501e314fe3eef6274918c03e4fbd1a
SHA256 (KDE/kde-i18n/kde-i18n-gl-3.5.9.tar.bz2) = be6aa206e293ba7a3733f8813cb4c8ab4d8ba5ea02c0a0cc5a526561f3120da7
SIZE (KDE/kde-i18n/kde-i18n-gl-3.5.9.tar.bz2) = 1979666

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-hi-3.5.8.tar.bz2) = c41c26db86e54efa21748f02ef2f5be4
SHA256 (KDE/kde-i18n/kde-i18n-hi-3.5.8.tar.bz2) = 31f20ef628c5da457169d61fe24e8b391fdf6e74f1cdeed4e4217153cc812baf
SIZE (KDE/kde-i18n/kde-i18n-hi-3.5.8.tar.bz2) = 1695376
MD5 (KDE/kde-i18n/kde-i18n-hi-3.5.9.tar.bz2) = 07924a60a5246a49603d0cfb5b7675af
SHA256 (KDE/kde-i18n/kde-i18n-hi-3.5.9.tar.bz2) = 0f0bc8ac17704f9670893655957d3b6d74cb1fdd7a591609a5aa484107bd41ec
SIZE (KDE/kde-i18n/kde-i18n-hi-3.5.9.tar.bz2) = 1694064

View File

@ -1,3 +1,3 @@
MD5 (KDE/kde-i18n/kde-i18n-hr-3.5.8.tar.bz2) = 099d3da8a4d375a7e52d88316d4e880b
SHA256 (KDE/kde-i18n/kde-i18n-hr-3.5.8.tar.bz2) = 16b3f4eaa0c400a13828acea10bb1625eafa7a8fd690a248a1cff14bc77a1279
SIZE (KDE/kde-i18n/kde-i18n-hr-3.5.8.tar.bz2) = 1789738
MD5 (KDE/kde-i18n/kde-i18n-hr-3.5.9.tar.bz2) = 58987c041e008c523bc074d9a18e6497
SHA256 (KDE/kde-i18n/kde-i18n-hr-3.5.9.tar.bz2) = 2097883d21d828e0826fde293bd391871a420d66e4ff7fc511887a68ae922f70
SIZE (KDE/kde-i18n/kde-i18n-hr-3.5.9.tar.bz2) = 1793254

View File

@ -1,4 +1,59 @@
share/doc/HTML/hr/docs/common/gpl-translated.html
share/doc/HTML/hr/common/1.png
share/doc/HTML/hr/common/10.png
share/doc/HTML/hr/common/2.png
share/doc/HTML/hr/common/3.png
share/doc/HTML/hr/common/4.png
share/doc/HTML/hr/common/5.png
share/doc/HTML/hr/common/6.png
share/doc/HTML/hr/common/7.png
share/doc/HTML/hr/common/8.png
share/doc/HTML/hr/common/9.png
share/doc/HTML/hr/common/appheader.html
share/doc/HTML/hr/common/artistic-license.html
share/doc/HTML/hr/common/bottom-left.png
share/doc/HTML/hr/common/bottom-middle.png
share/doc/HTML/hr/common/bottom-right.png
share/doc/HTML/hr/common/bottom1.png
share/doc/HTML/hr/common/bottom2.png
share/doc/HTML/hr/common/bsd-license.html
share/doc/HTML/hr/common/docheadergears.png
share/doc/HTML/hr/common/doctop1.png
share/doc/HTML/hr/common/doctop1a.png
share/doc/HTML/hr/common/doctop1b.png
share/doc/HTML/hr/common/doctop2.png
share/doc/HTML/hr/common/doxygen.css
share/doc/HTML/hr/common/favicon.ico
share/doc/HTML/hr/common/fdl-license
share/doc/HTML/hr/common/fdl-license.html
share/doc/HTML/hr/common/fdl-notice.html
share/doc/HTML/hr/common/footer.html
share/doc/HTML/hr/common/gpl-license
share/doc/HTML/hr/common/gpl-license.html
share/doc/HTML/hr/common/gpl-translated.html
share/doc/HTML/hr/common/grad.png
share/doc/HTML/hr/common/header.html
share/doc/HTML/hr/common/headerbg.png
share/doc/HTML/hr/common/kde-common.css
share/doc/HTML/hr/common/kde-default.css
share/doc/HTML/hr/common/kde-localised.css.template
share/doc/HTML/hr/common/kde-web.css
share/doc/HTML/hr/common/kde_gear_64.png
share/doc/HTML/hr/common/kde_logo.png
share/doc/HTML/hr/common/kde_logo_bg.png
share/doc/HTML/hr/common/kmenu.png
share/doc/HTML/hr/common/lgpl-license
share/doc/HTML/hr/common/lgpl-license.html
share/doc/HTML/hr/common/mainfooter.html
share/doc/HTML/hr/common/mainheader.html
share/doc/HTML/hr/common/qpl-license.html
share/doc/HTML/hr/common/shadow.png
share/doc/HTML/hr/common/top-left.png
share/doc/HTML/hr/common/top-middle.png
share/doc/HTML/hr/common/top-right-konqueror.png
share/doc/HTML/hr/common/web-docbottom.png
share/doc/HTML/hr/common/web-doctop.png
share/doc/HTML/hr/common/x11-license.html
share/doc/HTML/hr/common/xml.dcl
share/locale/hr/LC_MESSAGES/akregator_konqplugin.mo
share/locale/hr/LC_MESSAGES/alsaplayerui.mo
share/locale/hr/LC_MESSAGES/amor.mo
@ -453,5 +508,4 @@ share/locale/hr/LC_MESSAGES/webarchiver.mo
share/locale/hr/charset
share/locale/hr/entry.desktop
share/locale/hr/flag.png
@dirrm share/doc/HTML/hr/docs/common
@dirrm share/doc/HTML/hr/docs
@dirrm share/doc/HTML/hr/common

Some files were not shown because too many files have changed in this diff Show More